.nice-select{-webkit-tap-highlight-color:rgba(0,0,0,0);background-color:#fff;border-radius:5px;border:solid 1px #e8e8e8;box-sizing:border-box;clear:both;cursor:pointer;display:block;float:left;font-family:inherit;font-size:14px;font-weight:normal;height:38px;line-height:36px;outline:none;padding-left:18px;padding-right:30px;position:relative;text-align:left !important;transition:all .2s ease-in-out;user-select:none;white-space:nowrap;width:auto}.nice-select:hover{border-color:#dbdbdb}.nice-select:active,.nice-select.open,.nice-select:focus{border-color:#999}.nice-select:after{border-bottom:2px solid #999;border-right:2px solid #999;content:"";display:block;height:5px;margin-top:-4px;pointer-events:none;position:absolute;right:12px;top:50%;transform-origin:66% 66%;transform:rotate(45deg);transition:all .15s ease-in-out;width:5px}.nice-select.open:after{transform:rotate(-135deg)}.nice-select.open .nice-select-dropdown{opacity:1;pointer-events:auto;transform:scale(1) translateY(0)}.nice-select.disabled{border-color:#ededed;color:#999;pointer-events:none}.nice-select.disabled:after{border-color:#ccc}.nice-select.wide{width:100%}.nice-select.wide .nice-select-dropdown{left:0 !important;right:0 !important}.nice-select.right{float:right}.nice-select.right .nice-select-dropdown{left:auto;right:0}.nice-select.small{font-size:12px;height:36px;line-height:34px}.nice-select.small:after{height:4px;width:4px}.nice-select.small .option{line-height:34px;min-height:34px}.nice-select .nice-select-dropdown{margin-top:4px;background-color:#fff;border-radius:5px;box-shadow:0 0 0 1px rgba(68,68,68,.11);pointer-events:none;position:absolute;top:100%;left:0;transform-origin:50% 0;transform:scale(0.75) translateY(19px);transition:all .2s cubic-bezier(0.5, 0, 0, 1.25),opacity .15s ease-out;z-index:9;opacity:0}.nice-select .list{border-radius:5px;box-sizing:border-box;overflow:hidden;padding:0;max-height:210px;overflow-y:auto}.nice-select .list:hover .option:not(:hover){background-color:rgba(0,0,0,0) !important}.nice-select .option{cursor:pointer;font-weight:400;line-height:40px;list-style:none;outline:none;padding-left:18px;padding-right:29px;text-align:left;transition:all .2s}.nice-select .option:hover,.nice-select .option.focus,.nice-select .option.selected.focus{background-color:#f6f6f6}.nice-select .option.selected{font-weight:bold}.nice-select .option.disabled{background-color:rgba(0,0,0,0);color:#999;cursor:default}.nice-select .optgroup{font-weight:bold}.no-csspointerevents .nice-select .nice-select-dropdown{display:none}.no-csspointerevents .nice-select.open .nice-select-dropdown{display:block}.nice-select .list::-webkit-scrollbar{width:0}.nice-select .has-multiple{white-space:inherit;height:auto;padding:7px 12px;min-height:36px;line-height:22px}.nice-select .has-multiple span.current{border:1px solid #ccc;background:#eee;padding:0 10px;border-radius:3px;display:inline-block;line-height:24px;font-size:14px;margin-bottom:3px;margin-right:3px}.nice-select .has-multiple .multiple-options{display:block;line-height:24px;padding:0}.nice-select .nice-select-search-box{box-sizing:border-box;width:100%;padding:5px;pointer-events:none;border-radius:5px 5px 0 0}.nice-select .nice-select-search{box-sizing:border-box;background-color:#fff;border:1px solid #e8e8e8;border-radius:3px;color:#444;display:inline-block;vertical-align:middle;padding:7px 12px;margin:0 10px 0 0;width:100%;min-height:36px;line-height:22px;height:auto;outline:0 !important;font-size:14px}
@charset "UTF-8";
/*! jQuery UI - v1.12.1 - 2016-10-16
* http://jqueryui.com
* Includes: draggable.css, core.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */
/* line 7, resources/assets/styles/jquery-ui.scss */
.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none; }

/* line 12, resources/assets/styles/jquery-ui.scss */
.ui-helper-hidden {
  display: none; }

/* line 16, resources/assets/styles/jquery-ui.scss */
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/* line 27, resources/assets/styles/jquery-ui.scss */
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

/* line 38, resources/assets/styles/jquery-ui.scss */
.ui-helper-clearfix::before,
.ui-helper-clearfix::after {
  content: "";
  display: table;
  border-collapse: collapse; }

/* line 45, resources/assets/styles/jquery-ui.scss */
.ui-helper-clearfix::after {
  clear: both; }

/* line 49, resources/assets/styles/jquery-ui.scss */
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */ }

/* line 60, resources/assets/styles/jquery-ui.scss */
.ui-front {
  z-index: 100; }

/* Interaction Cues
----------------------------------*/
/* line 67, resources/assets/styles/jquery-ui.scss */
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none; }

/* Icons
----------------------------------*/
/* line 75, resources/assets/styles/jquery-ui.scss */
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

/* line 85, resources/assets/styles/jquery-ui.scss */
.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block; }

/* Misc visuals
----------------------------------*/
/* Overlays */
/* line 95, resources/assets/styles/jquery-ui.scss */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* line 103, resources/assets/styles/jquery-ui.scss */
.ui-resizable {
  position: relative; }

/* line 107, resources/assets/styles/jquery-ui.scss */
.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none; }

/* line 115, resources/assets/styles/jquery-ui.scss */
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none; }

/* line 120, resources/assets/styles/jquery-ui.scss */
.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0; }

/* line 128, resources/assets/styles/jquery-ui.scss */
.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0; }

/* line 136, resources/assets/styles/jquery-ui.scss */
.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%; }

/* line 144, resources/assets/styles/jquery-ui.scss */
.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%; }

/* line 152, resources/assets/styles/jquery-ui.scss */
.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px; }

/* line 160, resources/assets/styles/jquery-ui.scss */
.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px; }

/* line 168, resources/assets/styles/jquery-ui.scss */
.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px; }

/* line 176, resources/assets/styles/jquery-ui.scss */
.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px; }

/* line 184, resources/assets/styles/jquery-ui.scss */
.ui-selectable {
  -ms-touch-action: none;
  touch-action: none; }

/* line 189, resources/assets/styles/jquery-ui.scss */
.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black; }

/* line 195, resources/assets/styles/jquery-ui.scss */
.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none; }

/* line 200, resources/assets/styles/jquery-ui.scss */
.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: .5em .5em .5em .7em;
  font-size: 100%; }

/* line 209, resources/assets/styles/jquery-ui.scss */
.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto; }

/* line 215, resources/assets/styles/jquery-ui.scss */
.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default; }

/* line 222, resources/assets/styles/jquery-ui.scss */
.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0; }

/* line 230, resources/assets/styles/jquery-ui.scss */
.ui-menu .ui-menu {
  position: absolute; }

/* line 234, resources/assets/styles/jquery-ui.scss */
.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"); }

/* line 241, resources/assets/styles/jquery-ui.scss */
.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px .4em; }

/* line 246, resources/assets/styles/jquery-ui.scss */
.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0; }

/* line 254, resources/assets/styles/jquery-ui.scss */
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px; }

/* icon support */
/* line 260, resources/assets/styles/jquery-ui.scss */
.ui-menu-icons {
  position: relative; }

/* line 264, resources/assets/styles/jquery-ui.scss */
.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em; }

/* left-aligned */
/* line 269, resources/assets/styles/jquery-ui.scss */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0; }

/* right-aligned */
/* line 278, resources/assets/styles/jquery-ui.scss */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0; }

/* line 283, resources/assets/styles/jquery-ui.scss */
.ui-button {
  padding: .4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Support: IE <= 11 */
  overflow: visible; }

/* line 301, resources/assets/styles/jquery-ui.scss */
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none; }

/* to make room for the icon, a width needs to be set here */
/* line 310, resources/assets/styles/jquery-ui.scss */
.ui-button-icon-only {
  width: 2em;
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap; }

/* no icon support for input elements */
/* line 318, resources/assets/styles/jquery-ui.scss */
input.ui-button.ui-button-icon-only {
  text-indent: 0; }

/* button icon element(s) */
/* line 323, resources/assets/styles/jquery-ui.scss */
.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px; }

/* line 331, resources/assets/styles/jquery-ui.scss */
.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap; }

/* line 340, resources/assets/styles/jquery-ui.scss */
input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: .4em 1em; }

/* workarounds */
/* Support: Firefox 5 - 40 */
/* line 350, resources/assets/styles/jquery-ui.scss */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0; }

/* line 356, resources/assets/styles/jquery-ui.scss */
.ui-controlgroup {
  vertical-align: middle;
  display: inline-block; }

/* line 361, resources/assets/styles/jquery-ui.scss */
.ui-controlgroup > .ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0; }

/* line 367, resources/assets/styles/jquery-ui.scss */
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
  z-index: 9999; }

/* line 372, resources/assets/styles/jquery-ui.scss */
.ui-controlgroup-vertical > .ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left; }

/* line 381, resources/assets/styles/jquery-ui.scss */
.ui-controlgroup-vertical .ui-controlgroup-item {
  box-sizing: border-box; }

/* line 385, resources/assets/styles/jquery-ui.scss */
.ui-controlgroup .ui-controlgroup-label {
  padding: .4em 1em; }

/* line 389, resources/assets/styles/jquery-ui.scss */
.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%; }

/* line 393, resources/assets/styles/jquery-ui.scss */
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
  border-left: none; }

/* line 397, resources/assets/styles/jquery-ui.scss */
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
  border-top: none; }

/* line 401, resources/assets/styles/jquery-ui.scss */
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none; }

/* line 405, resources/assets/styles/jquery-ui.scss */
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none; }

/* Spinner specific style fixes */
/* line 410, resources/assets/styles/jquery-ui.scss */
.ui-controlgroup-vertical .ui-spinner-input {
  /* Support: IE8 only, Android < 4.4 only */
  width: 75%;
  width: calc(100% - 2.4em); }

/* line 417, resources/assets/styles/jquery-ui.scss */
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid; }

/* line 421, resources/assets/styles/jquery-ui.scss */
.ui-checkboxradio-label .ui-icon-background {
  box-shadow: inset 1px 1px 1px #ccc;
  border-radius: .12em;
  border: none; }

/* line 427, resources/assets/styles/jquery-ui.scss */
.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none; }

/* line 435, resources/assets/styles/jquery-ui.scss */
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid; }

/* line 444, resources/assets/styles/jquery-ui.scss */
.ui-checkboxradio-disabled {
  pointer-events: none; }

/* line 448, resources/assets/styles/jquery-ui.scss */
.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none; }

/* line 454, resources/assets/styles/jquery-ui.scss */
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0; }

/* line 459, resources/assets/styles/jquery-ui.scss */
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em; }

/* line 467, resources/assets/styles/jquery-ui.scss */
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px; }

/* line 472, resources/assets/styles/jquery-ui.scss */
.ui-datepicker .ui-datepicker-prev {
  left: 2px; }

/* line 476, resources/assets/styles/jquery-ui.scss */
.ui-datepicker .ui-datepicker-next {
  right: 2px; }

/* line 480, resources/assets/styles/jquery-ui.scss */
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px; }

/* line 484, resources/assets/styles/jquery-ui.scss */
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px; }

/* line 488, resources/assets/styles/jquery-ui.scss */
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px; }

/* line 498, resources/assets/styles/jquery-ui.scss */
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center; }

/* line 504, resources/assets/styles/jquery-ui.scss */
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0; }

/* line 509, resources/assets/styles/jquery-ui.scss */
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%; }

/* line 514, resources/assets/styles/jquery-ui.scss */
.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em; }

/* line 521, resources/assets/styles/jquery-ui.scss */
.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0; }

/* line 528, resources/assets/styles/jquery-ui.scss */
.ui-datepicker td {
  border: 0;
  padding: 1px; }

/* line 533, resources/assets/styles/jquery-ui.scss */
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none; }

/* line 541, resources/assets/styles/jquery-ui.scss */
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0; }

/* line 550, resources/assets/styles/jquery-ui.scss */
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible; }

/* line 559, resources/assets/styles/jquery-ui.scss */
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left; }

/* with multiple calendars */
/* line 564, resources/assets/styles/jquery-ui.scss */
.ui-datepicker.ui-datepicker-multi {
  width: auto; }

/* line 568, resources/assets/styles/jquery-ui.scss */
.ui-datepicker-multi .ui-datepicker-group {
  float: left; }

/* line 572, resources/assets/styles/jquery-ui.scss */
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em; }

/* line 577, resources/assets/styles/jquery-ui.scss */
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%; }

/* line 581, resources/assets/styles/jquery-ui.scss */
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%; }

/* line 585, resources/assets/styles/jquery-ui.scss */
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%; }

/* line 589, resources/assets/styles/jquery-ui.scss */
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0; }

/* line 594, resources/assets/styles/jquery-ui.scss */
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left; }

/* line 598, resources/assets/styles/jquery-ui.scss */
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0; }

/* RTL support */
/* line 605, resources/assets/styles/jquery-ui.scss */
.ui-datepicker-rtl {
  direction: rtl; }

/* line 609, resources/assets/styles/jquery-ui.scss */
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto; }

/* line 614, resources/assets/styles/jquery-ui.scss */
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto; }

/* line 619, resources/assets/styles/jquery-ui.scss */
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto; }

/* line 624, resources/assets/styles/jquery-ui.scss */
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto; }

/* line 629, resources/assets/styles/jquery-ui.scss */
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right; }

/* line 633, resources/assets/styles/jquery-ui.scss */
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left; }

/* line 637, resources/assets/styles/jquery-ui.scss */
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right; }

/* line 642, resources/assets/styles/jquery-ui.scss */
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

/* Icons */
/* line 649, resources/assets/styles/jquery-ui.scss */
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: .5em;
  top: .3em; }

/* line 658, resources/assets/styles/jquery-ui.scss */
.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0; }

/* line 666, resources/assets/styles/jquery-ui.scss */
.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative; }

/* line 671, resources/assets/styles/jquery-ui.scss */
.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis; }

/* line 680, resources/assets/styles/jquery-ui.scss */
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px; }

/* line 690, resources/assets/styles/jquery-ui.scss */
.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto; }

/* line 698, resources/assets/styles/jquery-ui.scss */
.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em; }

/* line 706, resources/assets/styles/jquery-ui.scss */
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right; }

/* line 710, resources/assets/styles/jquery-ui.scss */
.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer; }

/* line 715, resources/assets/styles/jquery-ui.scss */
.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0; }

/* line 720, resources/assets/styles/jquery-ui.scss */
.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0; }

/* line 725, resources/assets/styles/jquery-ui.scss */
.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0; }

/* line 730, resources/assets/styles/jquery-ui.scss */
.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0; }

/* line 735, resources/assets/styles/jquery-ui.scss */
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
  width: 7px;
  height: 7px; }

/* line 743, resources/assets/styles/jquery-ui.scss */
.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0; }

/* line 748, resources/assets/styles/jquery-ui.scss */
.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0; }

/* line 753, resources/assets/styles/jquery-ui.scss */
.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0; }

/* line 758, resources/assets/styles/jquery-ui.scss */
.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0; }

/* line 763, resources/assets/styles/jquery-ui.scss */
.ui-draggable .ui-dialog-titlebar {
  cursor: move; }

/* line 767, resources/assets/styles/jquery-ui.scss */
.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden; }

/* line 773, resources/assets/styles/jquery-ui.scss */
.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%; }

/* line 778, resources/assets/styles/jquery-ui.scss */
.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  filter: alpha(opacity=25);
  /* support: IE8 */
  opacity: 0.25; }

/* line 786, resources/assets/styles/jquery-ui.scss */
.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none; }

/* line 790, resources/assets/styles/jquery-ui.scss */
.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none; }

/* line 799, resources/assets/styles/jquery-ui.scss */
.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px; }

/* line 805, resources/assets/styles/jquery-ui.scss */
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0; }

/* line 815, resources/assets/styles/jquery-ui.scss */
.ui-selectmenu-open {
  display: block; }

/* line 819, resources/assets/styles/jquery-ui.scss */
.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis; }

/* line 826, resources/assets/styles/jquery-ui.scss */
.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em; }

/* line 832, resources/assets/styles/jquery-ui.scss */
.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0; }

/* line 837, resources/assets/styles/jquery-ui.scss */
.ui-slider {
  position: relative;
  text-align: left; }

/* line 842, resources/assets/styles/jquery-ui.scss */
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none; }

/* line 852, resources/assets/styles/jquery-ui.scss */
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0; }

/* support: IE8 - See #6727 */
/* line 862, resources/assets/styles/jquery-ui.scss */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit; }

/* line 867, resources/assets/styles/jquery-ui.scss */
.ui-slider-horizontal {
  height: .8em; }

/* line 871, resources/assets/styles/jquery-ui.scss */
.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em; }

/* line 876, resources/assets/styles/jquery-ui.scss */
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%; }

/* line 881, resources/assets/styles/jquery-ui.scss */
.ui-slider-horizontal .ui-slider-range-min {
  left: 0; }

/* line 885, resources/assets/styles/jquery-ui.scss */
.ui-slider-horizontal .ui-slider-range-max {
  right: 0; }

/* line 889, resources/assets/styles/jquery-ui.scss */
.ui-slider-vertical {
  width: .8em;
  height: 100px; }

/* line 894, resources/assets/styles/jquery-ui.scss */
.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em; }

/* line 900, resources/assets/styles/jquery-ui.scss */
.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%; }

/* line 905, resources/assets/styles/jquery-ui.scss */
.ui-slider-vertical .ui-slider-range-min {
  bottom: 0; }

/* line 909, resources/assets/styles/jquery-ui.scss */
.ui-slider-vertical .ui-slider-range-max {
  top: 0; }

/* line 913, resources/assets/styles/jquery-ui.scss */
.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle; }

/* line 921, resources/assets/styles/jquery-ui.scss */
.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: .222em 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 2em; }

/* line 932, resources/assets/styles/jquery-ui.scss */
.ui-spinner-button {
  width: 1.6em;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0; }

/* more specificity required here to override default borders */
/* line 947, resources/assets/styles/jquery-ui.scss */
.ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none; }

/* line 953, resources/assets/styles/jquery-ui.scss */
.ui-spinner-up {
  top: 0; }

/* line 957, resources/assets/styles/jquery-ui.scss */
.ui-spinner-down {
  bottom: 0; }

/* line 961, resources/assets/styles/jquery-ui.scss */
.ui-tabs {
  position: relative;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: .2em; }

/* line 967, resources/assets/styles/jquery-ui.scss */
.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0; }

/* line 972, resources/assets/styles/jquery-ui.scss */
.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap; }

/* line 983, resources/assets/styles/jquery-ui.scss */
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: .5em 1em;
  text-decoration: none; }

/* line 989, resources/assets/styles/jquery-ui.scss */
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px; }

/* line 994, resources/assets/styles/jquery-ui.scss */
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text; }

/* line 1000, resources/assets/styles/jquery-ui.scss */
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer; }

/* line 1004, resources/assets/styles/jquery-ui.scss */
.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none; }

/* line 1011, resources/assets/styles/jquery-ui.scss */
.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px; }

/* line 1018, resources/assets/styles/jquery-ui.scss */
body .ui-tooltip {
  border-width: 2px; }

/* Component containers
----------------------------------*/
/* line 1024, resources/assets/styles/jquery-ui.scss */
.ui-widget {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em; }

/* line 1029, resources/assets/styles/jquery-ui.scss */
.ui-widget .ui-widget {
  font-size: 1em; }

/* line 1033, resources/assets/styles/jquery-ui.scss */
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em; }

/* line 1041, resources/assets/styles/jquery-ui.scss */
.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5; }

/* line 1045, resources/assets/styles/jquery-ui.scss */
.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #333333; }

/* line 1051, resources/assets/styles/jquery-ui.scss */
.ui-widget-content a {
  color: #333333; }

/* line 1055, resources/assets/styles/jquery-ui.scss */
.ui-widget-header {
  border: 1px solid #dddddd;
  background: #e9e9e9;
  color: #333333;
  font-weight: bold; }

/* line 1062, resources/assets/styles/jquery-ui.scss */
.ui-widget-header a {
  color: #333333; }

/* Interaction states
----------------------------------*/
/* line 1068, resources/assets/styles/jquery-ui.scss */
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545; }

/* line 1083, resources/assets/styles/jquery-ui.scss */
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #454545;
  text-decoration: none; }

/* line 1094, resources/assets/styles/jquery-ui.scss */
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #cccccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b; }

/* line 1108, resources/assets/styles/jquery-ui.scss */
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none; }

/* line 1122, resources/assets/styles/jquery-ui.scss */
.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6; }

/* line 1126, resources/assets/styles/jquery-ui.scss */
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #841839;
  background: #841839;
  font-weight: normal;
  color: #ffffff; }

/* line 1138, resources/assets/styles/jquery-ui.scss */
.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #4F0E22;
  background-color: #fff; }

/* line 1144, resources/assets/styles/jquery-ui.scss */
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #fff;
  text-decoration: none; }

/* Interaction Cues
----------------------------------*/
/* line 1153, resources/assets/styles/jquery-ui.scss */
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620; }

/* line 1161, resources/assets/styles/jquery-ui.scss */
.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90; }

/* line 1166, resources/assets/styles/jquery-ui.scss */
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620; }

/* line 1172, resources/assets/styles/jquery-ui.scss */
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f; }

/* line 1180, resources/assets/styles/jquery-ui.scss */
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f; }

/* line 1186, resources/assets/styles/jquery-ui.scss */
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f; }

/* line 1192, resources/assets/styles/jquery-ui.scss */
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold; }

/* line 1198, resources/assets/styles/jquery-ui.scss */
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  /* support: IE8 */
  font-weight: normal; }

/* line 1207, resources/assets/styles/jquery-ui.scss */
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  /* support: IE8 */
  background-image: none; }

/* line 1216, resources/assets/styles/jquery-ui.scss */
.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* support: IE8 - See #6059 */ }

/* Icons
----------------------------------*/
/* states and images */
/* line 1225, resources/assets/styles/jquery-ui.scss */
.ui-icon {
  width: 16px;
  height: 16px; }

/* positioning */
/* line 1231, resources/assets/styles/jquery-ui.scss */
.ui-icon-blank {
  background-position: 16px 16px; }

/* line 1235, resources/assets/styles/jquery-ui.scss */
.ui-icon-caret-1-n {
  background-position: 0 0; }

/* line 1239, resources/assets/styles/jquery-ui.scss */
.ui-icon-caret-1-ne {
  background-position: -16px 0; }

/* line 1243, resources/assets/styles/jquery-ui.scss */
.ui-icon-caret-1-e {
  background-position: -32px 0; }

/* line 1247, resources/assets/styles/jquery-ui.scss */
.ui-icon-caret-1-se {
  background-position: -48px 0; }

/* line 1251, resources/assets/styles/jquery-ui.scss */
.ui-icon-caret-1-s {
  background-position: -65px 0; }

/* line 1255, resources/assets/styles/jquery-ui.scss */
.ui-icon-caret-1-sw {
  background-position: -80px 0; }

/* line 1259, resources/assets/styles/jquery-ui.scss */
.ui-icon-caret-1-w {
  background-position: -96px 0; }

/* line 1263, resources/assets/styles/jquery-ui.scss */
.ui-icon-caret-1-nw {
  background-position: -112px 0; }

/* line 1267, resources/assets/styles/jquery-ui.scss */
.ui-icon-caret-2-n-s {
  background-position: -128px 0; }

/* line 1271, resources/assets/styles/jquery-ui.scss */
.ui-icon-caret-2-e-w {
  background-position: -144px 0; }

/* line 1275, resources/assets/styles/jquery-ui.scss */
.ui-icon-triangle-1-n {
  background-position: 0 -16px; }

/* line 1279, resources/assets/styles/jquery-ui.scss */
.ui-icon-triangle-1-ne {
  background-position: -16px -16px; }

/* line 1283, resources/assets/styles/jquery-ui.scss */
.ui-icon-triangle-1-e {
  background-position: -32px -16px; }

/* line 1287, resources/assets/styles/jquery-ui.scss */
.ui-icon-triangle-1-se {
  background-position: -48px -16px; }

/* line 1291, resources/assets/styles/jquery-ui.scss */
.ui-icon-triangle-1-s {
  background-position: -65px -16px; }

/* line 1295, resources/assets/styles/jquery-ui.scss */
.ui-icon-triangle-1-sw {
  background-position: -80px -16px; }

/* line 1299, resources/assets/styles/jquery-ui.scss */
.ui-icon-triangle-1-w {
  background-position: -96px -16px; }

/* line 1303, resources/assets/styles/jquery-ui.scss */
.ui-icon-triangle-1-nw {
  background-position: -112px -16px; }

/* line 1307, resources/assets/styles/jquery-ui.scss */
.ui-icon-triangle-2-n-s {
  background-position: -128px -16px; }

/* line 1311, resources/assets/styles/jquery-ui.scss */
.ui-icon-triangle-2-e-w {
  background-position: -144px -16px; }

/* line 1315, resources/assets/styles/jquery-ui.scss */
.ui-icon-arrow-1-n {
  background-position: 0 -32px; }

/* line 1319, resources/assets/styles/jquery-ui.scss */
.ui-icon-arrow-1-ne {
  background-position: -16px -32px; }

/* line 1323, resources/assets/styles/jquery-ui.scss */
.ui-icon-arrow-1-e {
  background-position: -32px -32px; }

/* line 1327, resources/assets/styles/jquery-ui.scss */
.ui-icon-arrow-1-se {
  background-position: -48px -32px; }

/* line 1331, resources/assets/styles/jquery-ui.scss */
.ui-icon-arrow-1-s {
  background-position: -65px -32px; }

/* line 1335, resources/assets/styles/jquery-ui.scss */
.ui-icon-arrow-1-sw {
  background-position: -80px -32px; }

/* line 1339, resources/assets/styles/jquery-ui.scss */
.ui-icon-arrow-1-w {
  background-position: -96px -32px; }

/* line 1343, resources/assets/styles/jquery-ui.scss */
.ui-icon-arrow-1-nw {
  background-position: -112px -32px; }

/* line 1347, resources/assets/styles/jquery-ui.scss */
.ui-icon-arrow-2-n-s {
  background-position: -128px -32px; }

/* line 1351, resources/assets/styles/jquery-ui.scss */
.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px; }

/* line 1355, resources/assets/styles/jquery-ui.scss */
.ui-icon-arrow-2-e-w {
  background-position: -160px -32px; }

/* line 1359, resources/assets/styles/jquery-ui.scss */
.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px; }

/* line 1363, resources/assets/styles/jquery-ui.scss */
.ui-icon-arrowstop-1-n {
  background-position: -192px -32px; }

/* line 1367, resources/assets/styles/jquery-ui.scss */
.ui-icon-arrowstop-1-e {
  background-position: -208px -32px; }

/* line 1371, resources/assets/styles/jquery-ui.scss */
.ui-icon-arrowstop-1-s {
  background-position: -224px -32px; }

/* line 1375, resources/assets/styles/jquery-ui.scss */
.ui-icon-arrowstop-1-w {
  background-position: -240px -32px; }

/* line 1379, resources/assets/styles/jquery-ui.scss */
.ui-icon-arrowthick-1-n {
  background-position: 1px -48px; }

/* line 1383, resources/assets/styles/jquery-ui.scss */
.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px; }

/* line 1387, resources/assets/styles/jquery-ui.scss */
.ui-icon-arrowthick-1-e {
  background-position: -32px -48px; }

/* line 1391, resources/assets/styles/jquery-ui.scss */
.ui-icon-arrowthick-1-se {
  background-position: -48px -48px; }

/* line 1395, resources/assets/styles/jquery-ui.scss */
.ui-icon-arrowthick-1-s {
  background-position: -64px -48px; }

/* line 1399, resources/assets/styles/jquery-ui.scss */
.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px; }

/* line 1403, resources/assets/styles/jquery-ui.scss */
.ui-icon-arrowthick-1-w {
  background-position: -96px -48px; }

/* line 1407, resources/assets/styles/jquery-ui.scss */
.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px; }

/* line 1411, resources/assets/styles/jquery-ui.scss */
.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px; }

/* line 1415, resources/assets/styles/jquery-ui.scss */
.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px; }

/* line 1419, resources/assets/styles/jquery-ui.scss */
.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px; }

/* line 1423, resources/assets/styles/jquery-ui.scss */
.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px; }

/* line 1427, resources/assets/styles/jquery-ui.scss */
.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px; }

/* line 1431, resources/assets/styles/jquery-ui.scss */
.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px; }

/* line 1435, resources/assets/styles/jquery-ui.scss */
.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px; }

/* line 1439, resources/assets/styles/jquery-ui.scss */
.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px; }

/* line 1443, resources/assets/styles/jquery-ui.scss */
.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px; }

/* line 1447, resources/assets/styles/jquery-ui.scss */
.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px; }

/* line 1451, resources/assets/styles/jquery-ui.scss */
.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px; }

/* line 1455, resources/assets/styles/jquery-ui.scss */
.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px; }

/* line 1459, resources/assets/styles/jquery-ui.scss */
.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px; }

/* line 1463, resources/assets/styles/jquery-ui.scss */
.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px; }

/* line 1467, resources/assets/styles/jquery-ui.scss */
.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px; }

/* line 1471, resources/assets/styles/jquery-ui.scss */
.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px; }

/* line 1475, resources/assets/styles/jquery-ui.scss */
.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px; }

/* line 1479, resources/assets/styles/jquery-ui.scss */
.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px; }

/* line 1483, resources/assets/styles/jquery-ui.scss */
.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px; }

/* line 1487, resources/assets/styles/jquery-ui.scss */
.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px; }

/* line 1491, resources/assets/styles/jquery-ui.scss */
.ui-icon-arrow-4 {
  background-position: 0 -80px; }

/* line 1495, resources/assets/styles/jquery-ui.scss */
.ui-icon-arrow-4-diag {
  background-position: -16px -80px; }

/* line 1499, resources/assets/styles/jquery-ui.scss */
.ui-icon-extlink {
  background-position: -32px -80px; }

/* line 1503, resources/assets/styles/jquery-ui.scss */
.ui-icon-newwin {
  background-position: -48px -80px; }

/* line 1507, resources/assets/styles/jquery-ui.scss */
.ui-icon-refresh {
  background-position: -64px -80px; }

/* line 1511, resources/assets/styles/jquery-ui.scss */
.ui-icon-shuffle {
  background-position: -80px -80px; }

/* line 1515, resources/assets/styles/jquery-ui.scss */
.ui-icon-transfer-e-w {
  background-position: -96px -80px; }

/* line 1519, resources/assets/styles/jquery-ui.scss */
.ui-icon-transferthick-e-w {
  background-position: -112px -80px; }

/* line 1523, resources/assets/styles/jquery-ui.scss */
.ui-icon-folder-collapsed {
  background-position: 0 -96px; }

/* line 1527, resources/assets/styles/jquery-ui.scss */
.ui-icon-folder-open {
  background-position: -16px -96px; }

/* line 1531, resources/assets/styles/jquery-ui.scss */
.ui-icon-document {
  background-position: -32px -96px; }

/* line 1535, resources/assets/styles/jquery-ui.scss */
.ui-icon-document-b {
  background-position: -48px -96px; }

/* line 1539, resources/assets/styles/jquery-ui.scss */
.ui-icon-note {
  background-position: -64px -96px; }

/* line 1543, resources/assets/styles/jquery-ui.scss */
.ui-icon-mail-closed {
  background-position: -80px -96px; }

/* line 1547, resources/assets/styles/jquery-ui.scss */
.ui-icon-mail-open {
  background-position: -96px -96px; }

/* line 1551, resources/assets/styles/jquery-ui.scss */
.ui-icon-suitcase {
  background-position: -112px -96px; }

/* line 1555, resources/assets/styles/jquery-ui.scss */
.ui-icon-comment {
  background-position: -128px -96px; }

/* line 1559, resources/assets/styles/jquery-ui.scss */
.ui-icon-person {
  background-position: -144px -96px; }

/* line 1563, resources/assets/styles/jquery-ui.scss */
.ui-icon-print {
  background-position: -160px -96px; }

/* line 1567, resources/assets/styles/jquery-ui.scss */
.ui-icon-trash {
  background-position: -176px -96px; }

/* line 1571, resources/assets/styles/jquery-ui.scss */
.ui-icon-locked {
  background-position: -192px -96px; }

/* line 1575, resources/assets/styles/jquery-ui.scss */
.ui-icon-unlocked {
  background-position: -208px -96px; }

/* line 1579, resources/assets/styles/jquery-ui.scss */
.ui-icon-bookmark {
  background-position: -224px -96px; }

/* line 1583, resources/assets/styles/jquery-ui.scss */
.ui-icon-tag {
  background-position: -240px -96px; }

/* line 1587, resources/assets/styles/jquery-ui.scss */
.ui-icon-home {
  background-position: 0 -112px; }

/* line 1591, resources/assets/styles/jquery-ui.scss */
.ui-icon-flag {
  background-position: -16px -112px; }

/* line 1595, resources/assets/styles/jquery-ui.scss */
.ui-icon-calendar {
  background-position: -32px -112px; }

/* line 1599, resources/assets/styles/jquery-ui.scss */
.ui-icon-cart {
  background-position: -48px -112px; }

/* line 1603, resources/assets/styles/jquery-ui.scss */
.ui-icon-pencil {
  background-position: -64px -112px; }

/* line 1607, resources/assets/styles/jquery-ui.scss */
.ui-icon-clock {
  background-position: -80px -112px; }

/* line 1611, resources/assets/styles/jquery-ui.scss */
.ui-icon-disk {
  background-position: -96px -112px; }

/* line 1615, resources/assets/styles/jquery-ui.scss */
.ui-icon-calculator {
  background-position: -112px -112px; }

/* line 1619, resources/assets/styles/jquery-ui.scss */
.ui-icon-zoomin {
  background-position: -128px -112px; }

/* line 1623, resources/assets/styles/jquery-ui.scss */
.ui-icon-zoomout {
  background-position: -144px -112px; }

/* line 1627, resources/assets/styles/jquery-ui.scss */
.ui-icon-search {
  background-position: -160px -112px; }

/* line 1631, resources/assets/styles/jquery-ui.scss */
.ui-icon-wrench {
  background-position: -176px -112px; }

/* line 1635, resources/assets/styles/jquery-ui.scss */
.ui-icon-gear {
  background-position: -192px -112px; }

/* line 1639, resources/assets/styles/jquery-ui.scss */
.ui-icon-heart {
  background-position: -208px -112px; }

/* line 1643, resources/assets/styles/jquery-ui.scss */
.ui-icon-star {
  background-position: -224px -112px; }

/* line 1647, resources/assets/styles/jquery-ui.scss */
.ui-icon-link {
  background-position: -240px -112px; }

/* line 1651, resources/assets/styles/jquery-ui.scss */
.ui-icon-cancel {
  background-position: 0 -128px; }

/* line 1655, resources/assets/styles/jquery-ui.scss */
.ui-icon-plus {
  background-position: -16px -128px; }

/* line 1659, resources/assets/styles/jquery-ui.scss */
.ui-icon-plusthick {
  background-position: -32px -128px; }

/* line 1663, resources/assets/styles/jquery-ui.scss */
.ui-icon-minus {
  background-position: -48px -128px; }

/* line 1667, resources/assets/styles/jquery-ui.scss */
.ui-icon-minusthick {
  background-position: -64px -128px; }

/* line 1671, resources/assets/styles/jquery-ui.scss */
.ui-icon-close {
  background-position: -80px -128px; }

/* line 1675, resources/assets/styles/jquery-ui.scss */
.ui-icon-closethick {
  background-position: -96px -128px; }

/* line 1679, resources/assets/styles/jquery-ui.scss */
.ui-icon-key {
  background-position: -112px -128px; }

/* line 1683, resources/assets/styles/jquery-ui.scss */
.ui-icon-lightbulb {
  background-position: -128px -128px; }

/* line 1687, resources/assets/styles/jquery-ui.scss */
.ui-icon-scissors {
  background-position: -144px -128px; }

/* line 1691, resources/assets/styles/jquery-ui.scss */
.ui-icon-clipboard {
  background-position: -160px -128px; }

/* line 1695, resources/assets/styles/jquery-ui.scss */
.ui-icon-copy {
  background-position: -176px -128px; }

/* line 1699, resources/assets/styles/jquery-ui.scss */
.ui-icon-contact {
  background-position: -192px -128px; }

/* line 1703, resources/assets/styles/jquery-ui.scss */
.ui-icon-image {
  background-position: -208px -128px; }

/* line 1707, resources/assets/styles/jquery-ui.scss */
.ui-icon-video {
  background-position: -224px -128px; }

/* line 1711, resources/assets/styles/jquery-ui.scss */
.ui-icon-script {
  background-position: -240px -128px; }

/* line 1715, resources/assets/styles/jquery-ui.scss */
.ui-icon-alert {
  background-position: 0 -144px; }

/* line 1719, resources/assets/styles/jquery-ui.scss */
.ui-icon-info {
  background-position: -16px -144px; }

/* line 1723, resources/assets/styles/jquery-ui.scss */
.ui-icon-notice {
  background-position: -32px -144px; }

/* line 1727, resources/assets/styles/jquery-ui.scss */
.ui-icon-help {
  background-position: -48px -144px; }

/* line 1731, resources/assets/styles/jquery-ui.scss */
.ui-icon-check {
  background-position: -64px -144px; }

/* line 1735, resources/assets/styles/jquery-ui.scss */
.ui-icon-bullet {
  background-position: -80px -144px; }

/* line 1739, resources/assets/styles/jquery-ui.scss */
.ui-icon-radio-on {
  background-position: -96px -144px; }

/* line 1743, resources/assets/styles/jquery-ui.scss */
.ui-icon-radio-off {
  background-position: -112px -144px; }

/* line 1747, resources/assets/styles/jquery-ui.scss */
.ui-icon-pin-w {
  background-position: -128px -144px; }

/* line 1751, resources/assets/styles/jquery-ui.scss */
.ui-icon-pin-s {
  background-position: -144px -144px; }

/* line 1755, resources/assets/styles/jquery-ui.scss */
.ui-icon-play {
  background-position: 0 -160px; }

/* line 1759, resources/assets/styles/jquery-ui.scss */
.ui-icon-pause {
  background-position: -16px -160px; }

/* line 1763, resources/assets/styles/jquery-ui.scss */
.ui-icon-seek-next {
  background-position: -32px -160px; }

/* line 1767, resources/assets/styles/jquery-ui.scss */
.ui-icon-seek-prev {
  background-position: -48px -160px; }

/* line 1771, resources/assets/styles/jquery-ui.scss */
.ui-icon-seek-end {
  background-position: -64px -160px; }

/* line 1775, resources/assets/styles/jquery-ui.scss */
.ui-icon-seek-start {
  background-position: -80px -160px; }

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
/* line 1780, resources/assets/styles/jquery-ui.scss */
.ui-icon-seek-first {
  background-position: -80px -160px; }

/* line 1784, resources/assets/styles/jquery-ui.scss */
.ui-icon-stop {
  background-position: -96px -160px; }

/* line 1788, resources/assets/styles/jquery-ui.scss */
.ui-icon-eject {
  background-position: -112px -160px; }

/* line 1792, resources/assets/styles/jquery-ui.scss */
.ui-icon-volume-off {
  background-position: -128px -160px; }

/* line 1796, resources/assets/styles/jquery-ui.scss */
.ui-icon-volume-on {
  background-position: -144px -160px; }

/* line 1800, resources/assets/styles/jquery-ui.scss */
.ui-icon-power {
  background-position: 0 -176px; }

/* line 1804, resources/assets/styles/jquery-ui.scss */
.ui-icon-signal-diag {
  background-position: -16px -176px; }

/* line 1808, resources/assets/styles/jquery-ui.scss */
.ui-icon-signal {
  background-position: -32px -176px; }

/* line 1812, resources/assets/styles/jquery-ui.scss */
.ui-icon-battery-0 {
  background-position: -48px -176px; }

/* line 1816, resources/assets/styles/jquery-ui.scss */
.ui-icon-battery-1 {
  background-position: -64px -176px; }

/* line 1820, resources/assets/styles/jquery-ui.scss */
.ui-icon-battery-2 {
  background-position: -80px -176px; }

/* line 1824, resources/assets/styles/jquery-ui.scss */
.ui-icon-battery-3 {
  background-position: -96px -176px; }

/* line 1828, resources/assets/styles/jquery-ui.scss */
.ui-icon-circle-plus {
  background-position: 0 -192px; }

/* line 1832, resources/assets/styles/jquery-ui.scss */
.ui-icon-circle-minus {
  background-position: -16px -192px; }

/* line 1836, resources/assets/styles/jquery-ui.scss */
.ui-icon-circle-close {
  background-position: -32px -192px; }

/* line 1840, resources/assets/styles/jquery-ui.scss */
.ui-icon-circle-triangle-e {
  background-position: -48px -192px; }

/* line 1844, resources/assets/styles/jquery-ui.scss */
.ui-icon-circle-triangle-s {
  background-position: -64px -192px; }

/* line 1848, resources/assets/styles/jquery-ui.scss */
.ui-icon-circle-triangle-w {
  background-position: -80px -192px; }

/* line 1852, resources/assets/styles/jquery-ui.scss */
.ui-icon-circle-triangle-n {
  background-position: -96px -192px; }

/* line 1856, resources/assets/styles/jquery-ui.scss */
.ui-icon-circle-arrow-e {
  background-position: -112px -192px; }

/* line 1860, resources/assets/styles/jquery-ui.scss */
.ui-icon-circle-arrow-s {
  background-position: -128px -192px; }

/* line 1864, resources/assets/styles/jquery-ui.scss */
.ui-icon-circle-arrow-w {
  background-position: -144px -192px; }

/* line 1868, resources/assets/styles/jquery-ui.scss */
.ui-icon-circle-arrow-n {
  background-position: -160px -192px; }

/* line 1872, resources/assets/styles/jquery-ui.scss */
.ui-icon-circle-zoomin {
  background-position: -176px -192px; }

/* line 1876, resources/assets/styles/jquery-ui.scss */
.ui-icon-circle-zoomout {
  background-position: -192px -192px; }

/* line 1880, resources/assets/styles/jquery-ui.scss */
.ui-icon-circle-check {
  background-position: -208px -192px; }

/* line 1884, resources/assets/styles/jquery-ui.scss */
.ui-icon-circlesmall-plus {
  background-position: 0 -208px; }

/* line 1888, resources/assets/styles/jquery-ui.scss */
.ui-icon-circlesmall-minus {
  background-position: -16px -208px; }

/* line 1892, resources/assets/styles/jquery-ui.scss */
.ui-icon-circlesmall-close {
  background-position: -32px -208px; }

/* line 1896, resources/assets/styles/jquery-ui.scss */
.ui-icon-squaresmall-plus {
  background-position: -48px -208px; }

/* line 1900, resources/assets/styles/jquery-ui.scss */
.ui-icon-squaresmall-minus {
  background-position: -64px -208px; }

/* line 1904, resources/assets/styles/jquery-ui.scss */
.ui-icon-squaresmall-close {
  background-position: -80px -208px; }

/* line 1908, resources/assets/styles/jquery-ui.scss */
.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px; }

/* line 1912, resources/assets/styles/jquery-ui.scss */
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px; }

/* line 1916, resources/assets/styles/jquery-ui.scss */
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px; }

/* line 1920, resources/assets/styles/jquery-ui.scss */
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px; }

/* line 1924, resources/assets/styles/jquery-ui.scss */
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px; }

/* line 1928, resources/assets/styles/jquery-ui.scss */
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px; }

/* Misc visuals
----------------------------------*/
/* Corner radius */
/* line 1937, resources/assets/styles/jquery-ui.scss */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px; }

/* line 1944, resources/assets/styles/jquery-ui.scss */
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px; }

/* line 1951, resources/assets/styles/jquery-ui.scss */
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px; }

/* line 1958, resources/assets/styles/jquery-ui.scss */
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px; }

/* Overlays */
/* line 1966, resources/assets/styles/jquery-ui.scss */
.ui-widget-overlay {
  background: #aaa;
  opacity: .3;
  filter: Alpha(Opacity=30);
  /* support: IE8 */ }

/* line 1973, resources/assets/styles/jquery-ui.scss */
.ui-widget-shadow {
  -webkit-box-shadow: 0px 0px 5px #666;
  box-shadow: 0px 0px 5px #666; }

@font-face {
  font-family: "GTWalsheimProLight";
  src: url("/wp-content/themes/doradcypodatkowi/resources/fonts/GT-Walsheim-Pro-Light.woff") format("woff"); }

@font-face {
  font-family: "GTWalsheimProBold";
  src: url("/wp-content/themes/doradcypodatkowi/resources/fonts/GT-Walsheim-Pro-Bold.woff") format("woff"); }

@font-face {
  font-family: "GTWalsheimProRegular";
  src: url("/wp-content/themes/doradcypodatkowi/resources/fonts/GT-Walsheim-Pro-Regular.woff") format("woff"); }

@font-face {
  font-family: "GTWalsheimProMedium";
  src: url("/wp-content/themes/doradcypodatkowi/resources/fonts/gt-walsheim-pro-medium.woff") format("woff"); }

/* line 21, resources/assets/styles/common/_typography.scss */
.hero_1 {
  font-size: 70px;
  line-height: 94px;
  font-weight: 400;
  color: #ffffff;
  font-family: GTWalsheimProMedium, sans-serif; }

/* line 29, resources/assets/styles/common/_typography.scss */
.hero_desc {
  font-size: 35px;
  line-height: 47px;
  font-weight: light;
  color: #ffffff;
  font-family: GTWalsheimProLight, sans-serif; }

/* line 37, resources/assets/styles/common/_typography.scss */
.display_1 {
  font-size: 6.4rem;
  line-height: 6.4rem;
  font-weight: 400;
  letter-spacing: -2%;
  color: #4d4d4d; }

/* line 45, resources/assets/styles/common/_typography.scss */
.display_2 {
  font-size: 5.4rem;
  line-height: 5.4rem;
  font-weight: 800;
  letter-spacing: -2%;
  color: #4d4d4d; }

/* line 53, resources/assets/styles/common/_typography.scss */
.display_3 {
  font-size: 4.4rem;
  line-height: 4.4rem;
  font-weight: 800;
  letter-spacing: -2%;
  color: #4d4d4d; }

/* line 61, resources/assets/styles/common/_typography.scss */
.display_4 {
  font-size: 2.8rem;
  line-height: 3.36rem;
  font-weight: 800;
  color: #4d4d4d; }

/* line 68, resources/assets/styles/common/_typography.scss */
.display_4_italic {
  font-size: 2.8rem;
  line-height: 3.36rem;
  font-weight: 800;
  font-style: italic;
  color: #4d4d4d; }

/* line 76, resources/assets/styles/common/_typography.scss */
.display_5 {
  font-size: 3.2rem;
  line-height: 3.2rem;
  font-weight: 400;
  color: #4d4d4d; }

/* line 83, resources/assets/styles/common/_typography.scss */
.h_size_1 {
  font-size: 3.8rem;
  line-height: 4.56rem;
  font-weight: 500;
  color: #000F2E; }

/* line 90, resources/assets/styles/common/_typography.scss */
.h_size_2 {
  font-size: 2.4rem;
  line-height: 2.88rem;
  font-weight: 600;
  color: #000F2E; }

/* line 97, resources/assets/styles/common/_typography.scss */
.h_size_3 {
  font-size: 2rem;
  line-height: 2.6rem;
  font-weight: 600;
  color: #000F2E; }

/* line 104, resources/assets/styles/common/_typography.scss */
.h_size_4 {
  font-size: 1.6rem;
  line-height: 2.08rem;
  font-weight: 500;
  color: #000F2E; }

/* line 111, resources/assets/styles/common/_typography.scss */
.h_size_5 {
  font-size: 1.6rem;
  line-height: 2.08rem;
  font-weight: 400;
  letter-spacing: 3.2px;
  color: #000F2E; }

/* line 119, resources/assets/styles/common/_typography.scss */
.p_12,
.p_12 > * {
  font-size: 1.2rem;
  font-weight: 400;
  color: #4d4d4d; }

/* line 126, resources/assets/styles/common/_typography.scss */
.p_14,
.p_14 > * {
  font-size: 1.4rem;
  font-weight: 400;
  color: #4d4d4d; }

/* line 133, resources/assets/styles/common/_typography.scss */
.p_16,
.p_16 > * {
  font-size: 1.6rem;
  font-weight: 400;
  color: #4d4d4d; }

/* line 140, resources/assets/styles/common/_typography.scss */
.p_18,
.p_18 > * {
  font-size: 1.8rem;
  font-weight: 400;
  color: #4d4d4d; }

/* line 147, resources/assets/styles/common/_typography.scss */
.p_24,
.p_24 > * {
  font-size: 2.4rem;
  font-weight: 400;
  color: #4d4d4d; }

/* line 154, resources/assets/styles/common/_typography.scss */
.p_28,
.p_28 > * {
  font-size: 2.8rem;
  font-weight: 400;
  color: #4d4d4d; }

/* line 161, resources/assets/styles/common/_typography.scss */
.line-height_22 {
  line-height: 2.2rem; }

/* line 165, resources/assets/styles/common/_typography.scss */
.line-height_23 {
  line-height: 2.3rem; }

/* line 169, resources/assets/styles/common/_typography.scss */
.line-height_24 {
  line-height: 2.4rem; }

/* line 173, resources/assets/styles/common/_typography.scss */
.line-height_25 {
  line-height: 2.5rem; }

/* line 177, resources/assets/styles/common/_typography.scss */
.line-height_26 {
  line-height: 2.6rem; }

/* line 181, resources/assets/styles/common/_typography.scss */
.line-height_27 {
  line-height: 2.7rem; }

/* line 185, resources/assets/styles/common/_typography.scss */
.line-height_28 {
  line-height: 2.8rem; }

/* line 189, resources/assets/styles/common/_typography.scss */
.text-center {
  text-align: center; }

/* line 193, resources/assets/styles/common/_typography.scss */
.bold,
.bold > * {
  font-weight: 600; }

/* line 198, resources/assets/styles/common/_typography.scss */
.black,
.black > * {
  font-weight: 800; }

/* line 203, resources/assets/styles/common/_typography.scss */
.uppercase {
  text-transform: uppercase; }

/* line 207, resources/assets/styles/common/_typography.scss */
.nowrap {
  white-space: nowrap; }

/* line 211, resources/assets/styles/common/_typography.scss */
.link {
  text-decoration: underline; }

/* line 215, resources/assets/styles/common/_typography.scss */
a,
a:visited,
a:hover,
a:active {
  text-decoration: none;
  color: inherit; }

/* line 223, resources/assets/styles/common/_typography.scss */
.separator {
  padding-bottom: 1.2rem;
  position: relative;
  white-space: nowrap; }
  /* line 228, resources/assets/styles/common/_typography.scss */
  .separator:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 3rem;
    height: 0.4rem;
    background-color: #D3175B; }

/* line 239, resources/assets/styles/common/_typography.scss */
.separator-16 {
  padding-bottom: 1.6rem;
  position: relative; }
  /* line 244, resources/assets/styles/common/_typography.scss */
  .separator-16:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 10rem;
    height: 0.4rem;
    background-color: #D3175B; }

/* line 255, resources/assets/styles/common/_typography.scss */
.separator-20 {
  padding-bottom: 2rem;
  position: relative; }
  /* line 260, resources/assets/styles/common/_typography.scss */
  .separator-20:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 3rem;
    height: 0.4rem;
    background-color: #D3175B; }

/* line 271, resources/assets/styles/common/_typography.scss */
.separator-25 {
  padding-bottom: 2.5rem;
  position: relative; }
  /* line 276, resources/assets/styles/common/_typography.scss */
  .separator-25:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 3rem;
    height: 0.4rem;
    background-color: #D3175B; }

/* line 287, resources/assets/styles/common/_typography.scss */
.seperator-30 {
  padding-bottom: 1.5rem;
  position: relative; }
  /* line 292, resources/assets/styles/common/_typography.scss */
  .seperator-30:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 3rem;
    height: 0.4rem;
    background-color: #000F2E; }

/* line 304, resources/assets/styles/common/_typography.scss */
.wysiwyg * {
  color: #4d4d4d;
  font-size: 1.6rem;
  line-height: 2.6rem; }

/* line 310, resources/assets/styles/common/_typography.scss */
.wysiwyg ul,
.wysiwyg ol {
  margin-left: 2rem; }

/* line 316, resources/assets/styles/common/_typography.scss */
.text-pink {
  color: #D3175B; }

/* line 320, resources/assets/styles/common/_typography.scss */
.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; }

/* line 1, resources/assets/styles/common/_fonts.scss */
.font-light {
  font-family: "GTWalsheimProLight", sans-serif; }

/* line 5, resources/assets/styles/common/_fonts.scss */
.font-bold {
  font-family: "GTWalsheimProBold", sans-serif; }

/* line 1, resources/assets/styles/common/_faq.scss */
.faq {
  list-style: none;
  display: flex;
  flex-direction: column; }
  /* line 7, resources/assets/styles/common/_faq.scss */
  .faq__item__question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer; }
    /* line 13, resources/assets/styles/common/_faq.scss */
    .faq__item__question__icon {
      transition: rotate 0.4s; }
      /* line 16, resources/assets/styles/common/_faq.scss */
      .faq__item__question__icon.hidden {
        rotate: 180deg; }
  /* line 23, resources/assets/styles/common/_faq.scss */
  .faq__item.hidden .faq__item__answer {
    display: none; }

/* line 2, resources/assets/styles/common/_animations.scss */
*[data-aos=fade-right] {
  opacity: 0;
  transform: translate3d(-3rem, 0, 0); }

/* line 7, resources/assets/styles/common/_animations.scss */
*[data-aos=fade-up] {
  opacity: 0;
  transform: translate3d(0, 3rem, 0); }

/* line 12, resources/assets/styles/common/_animations.scss */
*[data-aos=bounce] {
  opacity: 0;
  transform: scale(0.9);
  transition: all; }

/* line 18, resources/assets/styles/common/_animations.scss */
*[data-aos=zoom-in] {
  transform: scale(0.8); }

/* line 28, resources/assets/styles/common/_animations.scss */
[data-aos=bounce] {
  opacity: 0;
  transform: scale(0.9);
  transition: all; }

/* line 32, resources/assets/styles/common/_animations.scss */
[data-aos=bounce].aos-animate {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards; }

@keyframes bounce {
  0% {
    opacity: 0;
    transform: scale(0.9); }
  33% {
    opacity: 1;
    transform: scale(1.1); }
  66% {
    transform: scale(0.9); }
  100% {
    transform: scale(1);
    opacity: 1; } }

/* line 56, resources/assets/styles/common/_animations.scss */
.animate-grow {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform; }
  /* line 64, resources/assets/styles/common/_animations.scss */
  .animate-grow:hover, .animate-grow:focus, .animate-grow:active {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }

/* line 72, resources/assets/styles/common/_animations.scss */
[data-aos-delay="200"] {
  animation-delay: 0.2s; }

/* line 75, resources/assets/styles/common/_animations.scss */
[data-aos-delay="400"] {
  animation-delay: .4s; }

/* line 78, resources/assets/styles/common/_animations.scss */
[data-aos-delay="600"] {
  animation-delay: .6s; }

/* line 81, resources/assets/styles/common/_animations.scss */
[data-aos-delay="800"] {
  animation-delay: .8s; }

/* line 84, resources/assets/styles/common/_animations.scss */
[data-aos-delay="1000"] {
  animation-delay: 1s; }

/* line 87, resources/assets/styles/common/_animations.scss */
[data-aos-delay="1200"] {
  animation-delay: 1.2s; }

/* line 90, resources/assets/styles/common/_animations.scss */
[data-aos-delay="1400"] {
  animation-delay: 1.4s; }

/*
 * Epi Form sizes
 */
/*font family variables for localisation*/
/*
    Media Queries Mixins

    small-mobile             === (max-width: 479px)
    large-mobile             === (min-width: 480px) and (max-width: 767px);

    media-only-mobile        === (max-width: 767px);
    media-only-tablet        === (min-width: 768px) and (max-width: 1023px);
    media-only-dekstop       === (min-width: 1024px) and (max-width: 1299px);
    media-only-dekstop-lg    === (min-width: 1200px);

    media-from-mobile        === (min-width: 480px);
    media-from-tablet        === (min-width: 768px);
    media-from-desktop       === (min-width: 1024px);
    media-from-desktop-lg    === (min-width: 1300px);

*/
/* ================================= 2 FONT SIZING ================================= */
/* line 118, resources/assets/styles/common/_animations.scss */
.hidden-link__animation a,
.hidden-link__animation span {
  background-image: none;
  --hyperlink-animate-duration: 0s !important; }

@keyframes lds-yt {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes svg-animate {
  0% {
    d: path(" M0 0"); }
  38% {
    d: path(" M72.80899810791016,3 C72.80899810791016,3 71,3 68,3"); }
  60% {
    d: path(" M72.80899810791016,3 C72.80899810791016,3 3,3 3,3"); }
  100% {
    d: path(" M72.80899810791016,3 C72.80899810791016,3 3,3 3,3"); } }

@keyframes svg-animate2 {
  0% {
    d: path(" M0 0"); }
  2.6% {
    d: path(" M3.76200008392334,-42.64699935913086 C2.6480000019073486,-42.933998107910156 1.5180000066757202,-43.176998138427734 0.3720000088214874,-43.375999450683594"); }
  5.2% {
    d: path(" M0.8019999861717224,-43.29899978637695 C-1.7999999523162842,-43.77899932861328 -4.482999801635742,-44.02899932861328 -7.223999977111816,-44.02899932861328 C-9.432000160217285,-44.02899932861328 -11.607999801635742,-43.86600112915039 -13.739999771118164,-43.553001403808594"); }
  7.8% {
    d: path(" M-4.453000068664551,-43.94300079345703 C-5.36899995803833,-44 -6.293000221252441,-44.02899932861328 -7.223999977111816,-44.02899932861328 C-17.93600082397461,-44.02899932861328 -27.902999877929688,-40.20199966430664 -35.70100021362305,-33.84000015258789"); }
  10.4% {
    d: path("M-12.060999870300293,-43.766998291015625 C-32.17499923706055,-41.582000732421875 -48.724998474121094,-25.952999114990234 -51.56800079345703,-6.0920000076293945"); }
  13% {
    d: path(" M-21.638999938964844,-41.643001556396484 C-39.11000061035156,-35.698001861572266 -52,-19.305999755859375 -52,-0.014999999664723873 C-52,10.817000389099121 -48.09000015258789,20.740999221801758 -41.604000091552734,28.415000915527344"); }
  15.6% {
    d: path(" M-32.21099853515625,-36.42100143432617 C-44.066001892089844,-28.5 -52,-15.14900016784668 -52,-0.014999999664723873 C-52,23.719999313354492 -33.22700119018555,43.09400177001953 -9.71399974822998,43.99599838256836"); }
  18.2% {
    d: path("M-42.03900146484375,-27.533000946044922 C-48.24399948120117,-19.996000289916992 -52,-10.428000450134277 -52,-0.014999999664723873 C-52,24.29400062561035 -32.30799865722656,44.02899932861328 -8,44.02899932861328 C4.394999980926514,44.02899932861328 11.437000274658203,40.229000091552734 19.63800048828125,32.37699890136719"); }
  20.8% {
    d: path("M-49.16899871826172,-15.322999954223633 C-50.99599838256836,-10.555999755859375 -52,-5.3979997634887695 -52,-0.014999999664723873 C-52,24.29400062561035 -32.30799865722656,44.02899932861328 -8,44.02899932861328 C4.577000141143799,44.02899932861328 11.642000198364258,40.117000579833984 20,32.02899932861328 C26.735000610351562,25.29400062561035 33.46900177001953,18.61199951171875 39.01100158691406,13.130000114440918"); }
  23.4% {
    d: path("M-51.981998443603516,-1.2519999742507935 C-51.99399948120117,-0.8410000205039978 -52,-0.42899999022483826 -52,-0.014999999664723873 C-52,24.29400062561035 -32.30799865722656,44.02899932861328 -8,44.02899932861328 C4.577000141143799,44.02899932861328 11.642000198364258,40.117000579833984 20,32.02899932861328 C36,16.02899932861328 52,0.32100000977516174 52,0.32100000977516174 C52,0.32100000977516174 51.095001220703125,-0.5490000247955322 49.505001068115234,-2.0850000381469727"); }
  26% {
    d: path(" M-50.15800094604492,12.633000373840332 C-44.72800064086914,30.785999298095703 -27.913000106811523,44.02899932861328 -8,44.02899932861328 C4.577000141143799,44.02899932861328 11.642000198364258,40.117000579833984 20,32.02899932861328 C36,16.02899932861328 52,0.32100000977516174 52,0.32100000977516174 C52,0.32100000977516174 45.95000076293945,-5.494999885559082 37.638999938964844,-13.621000289916992"); }
  28.6% {
    d: path(" M-44.500999450683594,24.58300018310547 C-36.59700012207031,36.31100082397461 -23.201000213623047,44.02899932861328 -8,44.02899932861328 C4.577000141143799,44.02899932861328 11.642000198364258,40.117000579833984 20,32.02899932861328 C36,16.02899932861328 52,0.32100000977516174 52,0.32100000977516174 C52,0.32100000977516174 41.47800064086914,-9.793999671936035 29.124000549316406,-21.98200035095215"); }
  31.2% {
    d: path(" M-36.39899826049805,33.625 C-28.736000061035156,40.1150016784668 -18.826000213623047,44.02899932861328 -8,44.02899932861328 C4.577000141143799,44.02899932861328 11.642000198364258,40.117000579833984 20,32.02899932861328 C36,16.02899932861328 52,0.32100000977516174 52,0.32100000977516174 C52,0.32100000977516174 38.0890007019043,-13.052000045776367 23.476999282836914,-27.572999954223633"); }
  33.8% {
    d: path(" M-27.253999710083008,39.597999572753906 C-21.43899917602539,42.43600082397461 -14.906000137329102,44.02899932861328 -8,44.02899932861328 C4.577000141143799,44.02899932861328 11.642000198364258,40.117000579833984 20,32.02899932861328 C36,16.02899932861328 52,0.32100000977516174 52,0.32100000977516174 C52,0.32100000977516174 36.03300094604492,-15.029000282287598 20.341999053955078,-30.69499969482422"); }
  36.4% {
    d: path(" M-18.14299964904785,42.85300064086914 C-14.88700008392334,43.62200164794922 -11.491000175476074,44.02899932861328 -8,44.02899932861328 C4.577000141143799,44.02899932861328 11.642000198364258,40.117000579833984 20,32.02899932861328 C36,16.02899932861328 52,0.32100000977516174 52,0.32100000977516174 C52,0.32100000977516174 35.356998443603516,-15.678999900817871 19.35700035095215,-31.679000854492188"); }
  39% {
    d: path(" M-9.795999526977539,43.99300003051758 C-9.199999809265137,44.016998291015625 -8.60099983215332,44.02899932861328 -8,44.02899932861328 C4.577000141143799,44.02899932861328 11.642000198364258,40.117000579833984 20,32.02899932861328 C36,16.02899932861328 52,0.32100000977516174 52,0.32100000977516174 C52,0.32100000977516174 35.356998443603516,-15.678999900817871 19.35700035095215,-31.679000854492188"); }
  41.6% {
    d: path(" M-2.5420000553131104,43.74800109863281 C6.789999961853027,42.72100067138672 12.932999610900879,38.86800003051758 20,32.02899932861328 C36,16.02899932861328 52,0.32100000977516174 52,0.32100000977516174 C52,0.32100000977516174 35.356998443603516,-15.678999900817871 19.35700035095215,-31.679000854492188"); }
  44.2% {
    d: path(" M3.4549999237060547,42.584999084472656 C9.67199993133545,40.78499984741211 14.562000274658203,37.29100036621094 20,32.02899932861328 C36,16.02899932861328 52,0.32100000977516174 52,0.32100000977516174 C52,0.32100000977516174 35.356998443603516,-15.678999900817871 19.35700035095215,-31.679000854492188"); }
  46.8% {
    d: path(" M8.194999694824219,40.7760009765625 C12.32800006866455,38.78900146484375 16.017000198364258,35.882999420166016 20,32.02899932861328 C36,16.02899932861328 52,0.32100000977516174 52,0.32100000977516174 C52,0.32100000977516174 35.356998443603516,-15.678999900817871 19.35700035095215,-31.679000854492188"); }
  49.4% {
    d: path(" M11.788000106811523,38.75600051879883 C14.550000190734863,36.974998474121094 17.202999114990234,34.736000061035156 20,32.02899932861328 C36,16.02899932861328 52,0.32100000977516174 52,0.32100000977516174 C52,0.32100000977516174 35.356998443603516,-15.678999900817871 19.35700035095215,-31.679000854492188"); }
  53% {
    d: path(" M14.420999526977539,36.900001525878906 C16.267000198364258,35.4900016784668 18.100000381469727,33.86800003051758 20,32.02899932861328 C36,16.02899932861328 52,0.32100000977516174 52,0.32100000977516174 C52,0.32100000977516174 35.356998443603516,-15.678999900817871 19.35700035095215,-31.679000854492188"); }
  55.6% {
    d: path(" M16.315000534057617,35.37799835205078 C17.52899932861328,34.354000091552734 18.75,33.237998962402344 20,32.02899932861328 C36,16.02899932861328 52,0.32100000977516174 52,0.32100000977516174 C52,0.32100000977516174 35.356998443603516,-15.678999900817871 19.35700035095215,-31.679000854492188"); }
  58.2% {
    d: path(" M18.26300048828125,33.665000915527344 C18.836999893188477,33.13999938964844 19.415000915527344,32.595001220703125 20,32.02899932861328 C36,16.02899932861328 52,0.32100000977516174 52,0.32100000977516174 C52,0.32100000977516174 35.356998443603516,-15.678999900817871 19.35700035095215,-31.679000854492188"); }
  60.8% {
    d: path(" M18.483999252319336,33.46200180053711 C18.986000061035156,33 19.489999771118164,32.52199935913086 20,32.02899932861328 C36,16.02899932861328 52,0.32100000977516174 52,0.32100000977516174 C52,0.32100000977516174 35.356998443603516,-15.678999900817871 19.35700035095215,-31.679000854492188"); }
  63.4% {
    d: path(" M18.483999252319336,33.46200180053711 C18.986000061035156,33 19.489999771118164,32.52199935913086 20,32.02899932861328 C36,16.02899932861328 52,0.32100000977516174 52,0.32100000977516174 C52,0.32100000977516174 35.356998443603516,-15.678999900817871 19.35700035095215,-31.679000854492188"); }
  100% {
    d: path(" M18.483999252319336,33.46200180053711 C18.986000061035156,33 19.489999771118164,32.52199935913086 20,32.02899932861328 C36,16.02899932861328 52,0.32100000977516174 52,0.32100000977516174 C52,0.32100000977516174 35.356998443603516,-15.678999900817871 19.35700035095215,-31.679000854492188"); } }

@keyframes svg-animate-out-1 {
  0% {
    d: path(" M72.80899810791016,3 C72.80899810791016,3 3,3 3,3"); }
  38% {
    d: path(" M72.80899810791016,3 C72.80899810791016,3 13.89900016784668,3 4.311999797821045,3"); }
  60% {
    d: path(" M72.80899810791016,3 C72.80899810791016,3 67.7979965209961,3 60.459999084472656,3"); }
  100% {
    d: path("M0 0"); } }

@keyframes svg-animate-out-2 {
  0% {
    d: path(" M18.483999252319336,33.46200180053711 C18.986000061035156,33 19.489999771118164,32.52199935913086 20,32.02899932861328 C36,16.02899932861328 52,0.32100000977516174 52,0.32100000977516174 C52,0.32100000977516174 35.356998443603516,-15.678999900817871 19.35700035095215,-31.679000854492188"); }
  7% {
    d: path(" M18.884000778198242,33.09000015258789 C19.253999710083008,32.744998931884766 19.625999450683594,32.39099884033203 20,32.02899932861328 C36,16.02899932861328 52,0.32100000977516174 52,0.32100000977516174 C52,0.32100000977516174 35.356998443603516,-15.678999900817871 19.35700035095215,-31.679000854492188"); }
  14% {
    d: path(" M21.44099998474121,30.589000701904297 C36.946998596191406,15.100000381469727 52,0.32100000977516174 52,0.32100000977516174 C52,0.32100000977516174 35.356998443603516,-15.678999900817871 19.35700035095215,-31.679000854492188"); }
  21% {
    d: path(" M25.211000442504883,26.827999114990234 C39.29800033569336,12.791000366210938 52,0.32100000977516174 52,0.32100000977516174 C52,0.32100000977516174 35.356998443603516,-15.678999900817871 19.35700035095215,-31.679000854492188"); }
  28% {
    d: path(" M31.93000030517578,20.145999908447266 C43.09600067138672,9.062999725341797 52,0.32100000977516174 52,0.32100000977516174 C52,0.32100000977516174 35.356998443603516,-15.678999900817871 19.35700035095215,-31.679000854492188"); }
  35% {
    d: path(" M43.65299987792969,8.543000221252441 C48.722999572753906,3.5380001068115234 52,0.32100000977516174 52,0.32100000977516174 C52,0.32100000977516174 35.356998443603516,-15.678999900817871 19.35700035095215,-31.679000854492188"); }
  42% {
    d: path(" M44.60100173950195,-6.835999965667725 C38.262001037597656,-12.993000030517578 28.700000762939453,-22.336000442504883 19.35700035095215,-31.679000854492188"); }
  49% {
    d: path(" M32.801998138427734,-18.361000061035156 C28.53499984741211,-22.55299949645996 23.920000076293945,-27.115999221801758 19.35700035095215,-31.679000854492188"); }
  56% {
    d: path(" M26.05500030517578,-25.014999389648438 C23.840999603271484,-27.207000732421875 21.593000411987305,-29.44300079345703 19.35700035095215,-31.679000854492188"); }
  63% {
    d: path(" M21.09600067138672,-29.941999435424805 C20.516000747680664,-30.520999908447266 19.93600082397461,-31.100000381469727 19.35700035095215,-31.679000854492188"); }
  70% {
    d: path(" M19.743000030517578,-31.292999267578125 C19.61400032043457,-31.422000885009766 19.486000061035156,-31.549999237060547 19.35700035095215,-31.679000854492188"); }
  100% {
    d: path("M0 0"); } }

@keyframes secondary-button-animate {
  0% {
    width: 0;
    border-radius: 0 50px 50px 0;
    height: 150%;
    transform: translateZ(0) translateX(0) translateY(-50%); }
  100% {
    width: 150%;
    height: 150%;
    border-radius: 0 150px 150px 0;
    transform: translateZ(0) translateX(0) translateY(-50%); } }

@keyframes secondary-button-animate-out {
  0% {
    width: 150%;
    height: 150%;
    left: 0;
    right: 100%;
    border-radius: 150px 0 0 150px;
    transform: translateZ(0) translateX(0) translateY(-50%); }
  100% {
    border-radius: 20px 0 0 20px;
    width: 0;
    height: 150%;
    right: 0;
    transform: translateZ(0) translateX(10px) translateY(-50%);
    left: 100%; } }

/*** Old animation **/
/*** New animation **/
/** Background size -10% to fix blink issue in RTL*/
@keyframes hyperlink-animate-in {
  0% {
    background-size: 0 2px;
    background-position: -10% 1.2em; }
  100% {
    background-size: 100% 2px;
    background-position: -10% 1.2em; } }

/** Background size 110% to fix blink issue */
@keyframes hyperlink-animate-out {
  0% {
    background-size: 100% 2px;
    background-position: 110% 1.2em; }
  90% {
    background-size: 0px 2px;
    background-position: 110% 1.2em; }
  100% {
    background-size: 0px 2px;
    background-position: 110% 1.2em; } }

/* line 395, resources/assets/styles/common/_animations.scss */
.bg-gradient-animate .background:not(.showing-video)::after,
.mobius .background:not(.showing-video)::after {
  display: none; }

/* line 400, resources/assets/styles/common/_animations.scss */
#svg_arrow-button-vi .svg-vi-path1 {
  animation: var(--svg-animate-name) var(--svg-animate-duration) ease forwards;
  animation-delay: var(--svg-animate-delay); }

/* line 405, resources/assets/styles/common/_animations.scss */
#svg_arrow-button-vi .svg-vi-path2 {
  animation: var(--svg-animate-name2) var(--svg-animate-duration) ease forwards;
  animation-delay: var(--svg-animate-delay); }

/* line 410, resources/assets/styles/common/_animations.scss */
.btn-primary--l1,
.btn-primary,
.btn-solid-red,
.btn-primary-filled {
  border-radius: 4px;
  padding: 1.4rem 4rem 1.4rem 4.6rem;
  cursor: pointer;
  position: relative;
  font-size: 1.6rem;
  border: 0.2rem solid #ce2c2c;
  font-weight: 400;
  display: inline-flex;
  vertical-align: middle;
  transition: all 0.3s linear;
  color: #ce2c2c;
  justify-content: center;
  text-decoration: none;
  /*outline: none;*/
  cursor: pointer;
  background: #ce2c2c;
  align-items: center;
  /*outline: none;*/
  cursor: pointer;
  color: #fff; }

@media (max-width: 479px) {
  /* line 438, resources/assets/styles/common/_animations.scss */
  .btn-primary--l1,
  .btn-primary,
  .btn-solid-red,
  .btn-primary-filled {
    width: 100%;
    box-sizing: border-box;
    padding: 1.4rem 3.2rem; } }

/* line 448, resources/assets/styles/common/_animations.scss */
.btn-primary--l1 .svg-animation-vi,
.btn-primary .svg-animation-vi,
.btn-solid-red .svg-animation-vi,
.btn-primary-filled .svg-animation-vi {
  width: 3rem;
  min-width: 3rem;
  height: 2.4rem;
  --svg-animate-duration: 0.3s;
  --svg-animate-delay: 0s;
  display: inline-flex;
  vertical-align: middle;
  pointer-events: none; }

/* line 462, resources/assets/styles/common/_animations.scss */
.btn-primary--l1:hover,
.btn-primary--l1:active,
.btn-primary--l1:focus,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-solid-red:hover,
.btn-solid-red:active,
.btn-solid-red:focus,
.btn-primary-filled:hover,
.btn-primary-filled:active,
.btn-primary-filled:focus {
  text-decoration: none; }

/* line 477, resources/assets/styles/common/_animations.scss */
.btn-primary--l1:hover .button-vi-text,
.btn-primary--l1:active .button-vi-text,
.btn-primary--l1:focus .button-vi-text,
.btn-primary:hover .button-vi-text,
.btn-primary:active .button-vi-text,
.btn-primary:focus .button-vi-text,
.btn-solid-red:hover .button-vi-text,
.btn-solid-red:active .button-vi-text,
.btn-solid-red:focus .button-vi-text,
.btn-primary-filled:hover .button-vi-text,
.btn-primary-filled:active .button-vi-text,
.btn-primary-filled:focus .button-vi-text {
  transform: translate3d(0, 0, 0); }

/* line 492, resources/assets/styles/common/_animations.scss */
.btn-primary--l1:hover .svg-animation-vi,
.btn-primary--l1:active .svg-animation-vi,
.btn-primary--l1:focus .svg-animation-vi,
.btn-primary:hover .svg-animation-vi,
.btn-primary:active .svg-animation-vi,
.btn-primary:focus .svg-animation-vi,
.btn-solid-red:hover .svg-animation-vi,
.btn-solid-red:active .svg-animation-vi,
.btn-solid-red:focus .svg-animation-vi,
.btn-primary-filled:hover .svg-animation-vi,
.btn-primary-filled:active .svg-animation-vi,
.btn-primary-filled:focus .svg-animation-vi {
  --svg-animate-delay: 0.3s;
  --svg-animate-name: svg-animate;
  --svg-animate-name2: svg-animate2;
  --svg-animate-duration: 1s;
  opacity: 1; }

@supports not (d: path("M0 0")) {
  /* line 513, resources/assets/styles/common/_animations.scss */
  .btn-primary--l1:hover .svg-animation-vi,
  .btn-primary--l1:active .svg-animation-vi,
  .btn-primary--l1:focus .svg-animation-vi,
  .btn-primary:hover .svg-animation-vi,
  .btn-primary:active .svg-animation-vi,
  .btn-primary:focus .svg-animation-vi,
  .btn-solid-red:hover .svg-animation-vi,
  .btn-solid-red:active .svg-animation-vi,
  .btn-solid-red:focus .svg-animation-vi,
  .btn-primary-filled:hover .svg-animation-vi,
  .btn-primary-filled:active .svg-animation-vi,
  .btn-primary-filled:focus .svg-animation-vi {
    translate: var(--fallback-translate-safari) 0; } }

/* line 529, resources/assets/styles/common/_animations.scss */
.btn-primary--l1 .button-vi-text,
.btn-primary .button-vi-text,
.btn-solid-red .button-vi-text,
.btn-primary-filled .button-vi-text {
  color: #fff;
  display: inline-flex;
  vertical-align: middle;
  font-size: 1.6rem; }

/* line 539, resources/assets/styles/common/_animations.scss */
.btn-primary--l1 .svg-animation-vi,
.btn-primary .svg-animation-vi,
.btn-solid-red .svg-animation-vi,
.btn-primary-filled .svg-animation-vi {
  color: #fff;
  opacity: 0;
  --svg-animate-name: svg-animate-out-1;
  --svg-animate-name2: svg-animate-out-2; }

@supports (d: path("M0 0")) {
  /* line 551, resources/assets/styles/common/_animations.scss */
  .btn-primary--l1 .svg-animation-vi,
  .btn-primary .svg-animation-vi,
  .btn-solid-red .svg-animation-vi,
  .btn-primary-filled .svg-animation-vi {
    transition: opacity 0s ease;
    transition-delay: 0.3s; } }

@media (max-width: 1023px) {
  /* line 562, resources/assets/styles/common/_animations.scss */
  .btn-primary--l1 .svg-animation-vi,
  .btn-primary .svg-animation-vi,
  .btn-solid-red .svg-animation-vi,
  .btn-primary-filled .svg-animation-vi {
    display: none; } }

/* line 570, resources/assets/styles/common/_animations.scss */
.btn-primary--l1 .button-vi-text,
.btn-primary .button-vi-text,
.btn-solid-red .button-vi-text,
.btn-primary-filled .button-vi-text {
  transition: all .5s ease-in-out;
  transform: translateX(1rem); }

@media (max-width: 479px) {
  /* line 580, resources/assets/styles/common/_animations.scss */
  .btn-primary--l1 .button-vi-text,
  .btn-primary .button-vi-text,
  .btn-solid-red .button-vi-text,
  .btn-primary-filled .button-vi-text {
    transform: none; } }

@media (max-width: 767px) {
  /* line 590, resources/assets/styles/common/_animations.scss */
  .btn-primary--l1 .button-vi-text,
  .btn-primary .button-vi-text,
  .btn-solid-red .button-vi-text,
  .btn-primary-filled .button-vi-text {
    align-items: center; } }

@media (max-width: 1023px) {
  /* line 600, resources/assets/styles/common/_animations.scss */
  .btn-primary--l1 .button-vi-text,
  .btn-primary .button-vi-text,
  .btn-solid-red .button-vi-text,
  .btn-primary-filled .button-vi-text {
    position: relative;
    transform: none;
    transition: none; }
  /* line 609, resources/assets/styles/common/_animations.scss */
  .btn-primary--l1 .button-vi-text:after,
  .btn-primary .button-vi-text:after,
  .btn-solid-red .button-vi-text:after,
  .btn-primary-filled .button-vi-text:after {
    font-family: "GT-IconSet";
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: transform 0.6s 0s cubic-bezier(0.4, 0, 0.2, 1);
    display: inline-flex;
    margin-left: 8px;
    pointer-events: none;
    font-size: 1.6rem;
    content: '\E901'; }
  /* line 629, resources/assets/styles/common/_animations.scss */
  [dir="rtl"] .btn-primary--l1 .button-vi-text:after,
  [dir="rtl"] .btn-primary .button-vi-text:after,
  [dir="rtl"] .btn-solid-red .button-vi-text:after,
  [dir="rtl"] .btn-primary-filled .button-vi-text:after {
    /*rtl:ignore*/
    transform: translate(-6px, 0) rotate(-180deg); }
  /* line 637, resources/assets/styles/common/_animations.scss */
  .btn-primary--l1 .button-vi-text .svg-animation-vi,
  .btn-primary .button-vi-text .svg-animation-vi,
  .btn-solid-red .button-vi-text .svg-animation-vi,
  .btn-primary-filled .button-vi-text .svg-animation-vi {
    display: none; } }

/* line 645, resources/assets/styles/common/_animations.scss */
.btn-primary--l1:hover .button-vi-text,
.btn-primary--l1:active .button-vi-text,
.btn-primary--l1:focus .button-vi-text,
.btn-primary:hover .button-vi-text,
.btn-primary:active .button-vi-text,
.btn-primary:focus .button-vi-text,
.btn-solid-red:hover .button-vi-text,
.btn-solid-red:active .button-vi-text,
.btn-solid-red:focus .button-vi-text,
.btn-primary-filled:hover .button-vi-text,
.btn-primary-filled:active .button-vi-text,
.btn-primary-filled:focus .button-vi-text {
  transform: translateX(-0.4rem); }

@media (max-width: 1023px) {
  /* line 662, resources/assets/styles/common/_animations.scss */
  .btn-primary--l1:hover .button-vi-text,
  .btn-primary--l1:active .button-vi-text,
  .btn-primary--l1:focus .button-vi-text,
  .btn-primary:hover .button-vi-text,
  .btn-primary:active .button-vi-text,
  .btn-primary:focus .button-vi-text,
  .btn-solid-red:hover .button-vi-text,
  .btn-solid-red:active .button-vi-text,
  .btn-solid-red:focus .button-vi-text,
  .btn-primary-filled:hover .button-vi-text,
  .btn-primary-filled:active .button-vi-text,
  .btn-primary-filled:focus .button-vi-text {
    transform: none; } }

@media (max-width: 479px) {
  /* line 680, resources/assets/styles/common/_animations.scss */
  .btn-primary--l1,
  .btn-primary,
  .btn-solid-red,
  .btn-primary-filled {
    width: 100%;
    /*outline: none;*/
    cursor: pointer; }
  /* line 689, resources/assets/styles/common/_animations.scss */
  .btn-primary--l1 .button-vi-text,
  .btn-primary .button-vi-text,
  .btn-solid-red .button-vi-text,
  .btn-primary-filled .button-vi-text {
    transform: none;
    transition: none; }
  /* line 697, resources/assets/styles/common/_animations.scss */
  .btn-primary--l1:hover,
  .btn-primary--l1:active,
  .btn-primary--l1:focus,
  .btn-primary:hover,
  .btn-primary:active,
  .btn-primary:focus,
  .btn-solid-red:hover,
  .btn-solid-red:active,
  .btn-solid-red:focus,
  .btn-primary-filled:hover,
  .btn-primary-filled:active,
  .btn-primary-filled:focus {
    color: #fff; }
  /* line 712, resources/assets/styles/common/_animations.scss */
  .btn-primary--l1:hover .button-vi-text,
  .btn-primary--l1:active .button-vi-text,
  .btn-primary--l1:focus .button-vi-text,
  .btn-primary:hover .button-vi-text,
  .btn-primary:active .button-vi-text,
  .btn-primary:focus .button-vi-text,
  .btn-solid-red:hover .button-vi-text,
  .btn-solid-red:active .button-vi-text,
  .btn-solid-red:focus .button-vi-text,
  .btn-primary-filled:hover .button-vi-text,
  .btn-primary-filled:active .button-vi-text,
  .btn-primary-filled:focus .button-vi-text {
    transform: none; } }

@media (max-width: 1023px) {
  /* line 730, resources/assets/styles/common/_animations.scss */
  .btn-primary--l1 .button-vi-text,
  .btn-primary .button-vi-text,
  .btn-solid-red .button-vi-text,
  .btn-primary-filled .button-vi-text {
    align-items: center; } }

/* line 738, resources/assets/styles/common/_animations.scss */
.tinymce-wrapper a.btn-primary {
  border-radius: 4px;
  padding: 1.4rem 4rem 1.4rem 4.6rem;
  cursor: pointer;
  position: relative;
  font-size: 1.6rem;
  border: 0.2rem solid #ce2c2c;
  font-weight: 400;
  display: inline-flex;
  vertical-align: middle;
  transition: all 0.3s linear;
  color: #ce2c2c;
  justify-content: center;
  text-decoration: none;
  /*outline: none;*/
  cursor: pointer;
  padding: 1.5rem 4.6rem;
  background: transparent;
  z-index: 1;
  --svg-animate-duration-2nd-out: 0.6s;
  align-items: center;
  /*outline: none;*/
  cursor: pointer;
  overflow: hidden;
  background: transparent;
  color: #ce2c2c;
  /*outline: none;*/
  cursor: pointer;
  text-decoration: none;
  line-height: 2.2rem; }

@media (max-width: 479px) {
  /* line 771, resources/assets/styles/common/_animations.scss */
  .tinymce-wrapper a.btn-primary {
    width: 100%;
    box-sizing: border-box;
    padding: 1.4rem 3.2rem; } }

/* line 778, resources/assets/styles/common/_animations.scss */
.tinymce-wrapper a.btn-primary .svg-animation-vi {
  width: 3rem;
  min-width: 3rem;
  height: 2.4rem;
  --svg-animate-duration: 0.3s;
  --svg-animate-delay: 0s;
  display: inline-flex;
  vertical-align: middle;
  pointer-events: none; }

/* line 789, resources/assets/styles/common/_animations.scss */
.tinymce-wrapper a.btn-primary:hover,
.tinymce-wrapper a.btn-primary:active,
.tinymce-wrapper a.btn-primary:focus {
  text-decoration: none; }

/* line 795, resources/assets/styles/common/_animations.scss */
.tinymce-wrapper a.btn-primary:hover .button-vi-text,
.tinymce-wrapper a.btn-primary:active .button-vi-text,
.tinymce-wrapper a.btn-primary:focus .button-vi-text {
  transform: translate3d(0, 0, 0); }

/* line 801, resources/assets/styles/common/_animations.scss */
.tinymce-wrapper a.btn-primary:hover .svg-animation-vi,
.tinymce-wrapper a.btn-primary:active .svg-animation-vi,
.tinymce-wrapper a.btn-primary:focus .svg-animation-vi {
  --svg-animate-delay: 0.3s;
  --svg-animate-name: svg-animate;
  --svg-animate-name2: svg-animate2;
  --svg-animate-duration: 1s;
  opacity: 1; }

@supports not (d: path("M0 0")) {
  /* line 813, resources/assets/styles/common/_animations.scss */
  .tinymce-wrapper a.btn-primary:hover .svg-animation-vi,
  .tinymce-wrapper a.btn-primary:active .svg-animation-vi,
  .tinymce-wrapper a.btn-primary:focus .svg-animation-vi {
    translate: var(--fallback-translate-safari) 0; } }

/* line 820, resources/assets/styles/common/_animations.scss */
.tinymce-wrapper a.btn-primary .button-vi-text {
  color: #fff;
  display: inline-flex;
  vertical-align: middle;
  font-size: 1.6rem; }

@media (max-width: 479px) {
  /* line 828, resources/assets/styles/common/_animations.scss */
  .tinymce-wrapper a.btn-primary {
    padding-top: 1.3rem;
    padding-bottom: 1.3rem; } }

/* line 834, resources/assets/styles/common/_animations.scss */
.tinymce-wrapper a.btn-primary .button-vi-text {
  transition: all .5s ease-in-out; }

/* line 838, resources/assets/styles/common/_animations.scss */
.tinymce-wrapper a.btn-primary::after {
  content: ' ';
  position: absolute;
  z-index: -1;
  left: 0;
  display: block;
  height: 100%;
  width: 0;
  background: #ce2c2c;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0s var(--svg-animate-duration-2nd-out);
  animation: secondary-button-animate-out var(--svg-animate-duration-2nd-out) ease forwards; }

/* line 855, resources/assets/styles/common/_animations.scss */
.tinymce-wrapper a.btn-primary:hover::after,
.tinymce-wrapper a.btn-primary:active::after,
.tinymce-wrapper a.btn-primary:focus::after {
  opacity: 1;
  transition: opacity 0s 0s;
  animation: secondary-button-animate var(--svg-animate-duration-2nd-out) ease forwards; }

/* line 863, resources/assets/styles/common/_animations.scss */
.tinymce-wrapper a.btn-primary:hover,
.tinymce-wrapper a.btn-primary:active,
.tinymce-wrapper a.btn-primary:focus {
  color: #fff; }

/* line 869, resources/assets/styles/common/_animations.scss */
.tinymce-wrapper .btn-download a.btn-primary,
.tinymce-wrapper .btn-download a.download-pdf-link {
  line-height: 2.2rem; }

/* line 874, resources/assets/styles/common/_animations.scss */
.tinymce-wrapper .subscribe-now {
  line-height: 2.2rem; }

/* line 878, resources/assets/styles/common/_animations.scss */
.btn-primary--d1,
.btn-primary-light,
.btn-primary-adaptive {
  border-radius: 4px;
  padding: 1.4rem 4rem 1.4rem 4.6rem;
  cursor: pointer;
  position: relative;
  font-size: 1.6rem;
  border: 0.2rem solid #ce2c2c;
  font-weight: 400;
  display: inline-flex;
  vertical-align: middle;
  transition: all 0.3s linear;
  color: #ce2c2c;
  justify-content: center;
  text-decoration: none;
  /*outline: none;*/
  cursor: pointer;
  background: #ce2c2c;
  align-items: center;
  /*outline: none;*/
  cursor: pointer;
  border-color: #fff;
  background: transparent;
  /*outline: none;*/
  cursor: pointer; }

@media (max-width: 479px) {
  /* line 908, resources/assets/styles/common/_animations.scss */
  .btn-primary--d1,
  .btn-primary-light,
  .btn-primary-adaptive {
    width: 100%;
    box-sizing: border-box;
    padding: 1.4rem 3.2rem; } }

/* line 917, resources/assets/styles/common/_animations.scss */
.btn-primary--d1 .svg-animation-vi,
.btn-primary-light .svg-animation-vi,
.btn-primary-adaptive .svg-animation-vi {
  width: 3rem;
  min-width: 3rem;
  height: 2.4rem;
  --svg-animate-duration: 0.3s;
  --svg-animate-delay: 0s;
  display: inline-flex;
  vertical-align: middle;
  pointer-events: none; }

/* line 930, resources/assets/styles/common/_animations.scss */
.btn-primary--d1:hover,
.btn-primary--d1:active,
.btn-primary--d1:focus,
.btn-primary-light:hover,
.btn-primary-light:active,
.btn-primary-light:focus,
.btn-primary-adaptive:hover,
.btn-primary-adaptive:active,
.btn-primary-adaptive:focus {
  text-decoration: none; }

/* line 942, resources/assets/styles/common/_animations.scss */
.btn-primary--d1:hover .button-vi-text,
.btn-primary--d1:active .button-vi-text,
.btn-primary--d1:focus .button-vi-text,
.btn-primary-light:hover .button-vi-text,
.btn-primary-light:active .button-vi-text,
.btn-primary-light:focus .button-vi-text,
.btn-primary-adaptive:hover .button-vi-text,
.btn-primary-adaptive:active .button-vi-text,
.btn-primary-adaptive:focus .button-vi-text {
  transform: translate3d(0, 0, 0); }

/* line 954, resources/assets/styles/common/_animations.scss */
.btn-primary--d1:hover .svg-animation-vi,
.btn-primary--d1:active .svg-animation-vi,
.btn-primary--d1:focus .svg-animation-vi,
.btn-primary-light:hover .svg-animation-vi,
.btn-primary-light:active .svg-animation-vi,
.btn-primary-light:focus .svg-animation-vi,
.btn-primary-adaptive:hover .svg-animation-vi,
.btn-primary-adaptive:active .svg-animation-vi,
.btn-primary-adaptive:focus .svg-animation-vi {
  --svg-animate-delay: 0.3s;
  --svg-animate-name: svg-animate;
  --svg-animate-name2: svg-animate2;
  --svg-animate-duration: 1s;
  opacity: 1; }

@supports not (d: path("M0 0")) {
  /* line 972, resources/assets/styles/common/_animations.scss */
  .btn-primary--d1:hover .svg-animation-vi,
  .btn-primary--d1:active .svg-animation-vi,
  .btn-primary--d1:focus .svg-animation-vi,
  .btn-primary-light:hover .svg-animation-vi,
  .btn-primary-light:active .svg-animation-vi,
  .btn-primary-light:focus .svg-animation-vi,
  .btn-primary-adaptive:hover .svg-animation-vi,
  .btn-primary-adaptive:active .svg-animation-vi,
  .btn-primary-adaptive:focus .svg-animation-vi {
    translate: var(--fallback-translate-safari) 0; } }

/* line 985, resources/assets/styles/common/_animations.scss */
.btn-primary--d1 .button-vi-text,
.btn-primary-light .button-vi-text,
.btn-primary-adaptive .button-vi-text {
  color: #fff;
  display: inline-flex;
  vertical-align: middle;
  font-size: 1.6rem; }

/* line 994, resources/assets/styles/common/_animations.scss */
.btn-primary--d1 .svg-animation-vi,
.btn-primary-light .svg-animation-vi,
.btn-primary-adaptive .svg-animation-vi {
  color: #fff;
  opacity: 0;
  --svg-animate-name: svg-animate-out-1;
  --svg-animate-name2: svg-animate-out-2; }

@supports (d: path("M0 0")) {
  /* line 1005, resources/assets/styles/common/_animations.scss */
  .btn-primary--d1 .svg-animation-vi,
  .btn-primary-light .svg-animation-vi,
  .btn-primary-adaptive .svg-animation-vi {
    transition: opacity 0s ease;
    transition-delay: 0.3s; } }

@media (max-width: 1023px) {
  /* line 1015, resources/assets/styles/common/_animations.scss */
  .btn-primary--d1 .svg-animation-vi,
  .btn-primary-light .svg-animation-vi,
  .btn-primary-adaptive .svg-animation-vi {
    display: none; } }

/* line 1022, resources/assets/styles/common/_animations.scss */
.btn-primary--d1 .button-vi-text,
.btn-primary-light .button-vi-text,
.btn-primary-adaptive .button-vi-text {
  transition: all .5s ease-in-out;
  transform: translateX(1rem); }

@media (max-width: 479px) {
  /* line 1031, resources/assets/styles/common/_animations.scss */
  .btn-primary--d1 .button-vi-text,
  .btn-primary-light .button-vi-text,
  .btn-primary-adaptive .button-vi-text {
    transform: none; } }

@media (max-width: 767px) {
  /* line 1040, resources/assets/styles/common/_animations.scss */
  .btn-primary--d1 .button-vi-text,
  .btn-primary-light .button-vi-text,
  .btn-primary-adaptive .button-vi-text {
    align-items: center; } }

@media (max-width: 1023px) {
  /* line 1049, resources/assets/styles/common/_animations.scss */
  .btn-primary--d1 .button-vi-text,
  .btn-primary-light .button-vi-text,
  .btn-primary-adaptive .button-vi-text {
    position: relative;
    transform: none;
    transition: none; }
  /* line 1057, resources/assets/styles/common/_animations.scss */
  .btn-primary--d1 .button-vi-text:after,
  .btn-primary-light .button-vi-text:after,
  .btn-primary-adaptive .button-vi-text:after {
    font-family: "GT-IconSet";
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: transform 0.6s 0s cubic-bezier(0.4, 0, 0.2, 1);
    display: inline-flex;
    margin-left: 8px;
    pointer-events: none;
    font-size: 1.6rem;
    content: '\E901'; }
  /* line 1076, resources/assets/styles/common/_animations.scss */
  [dir="rtl"] .btn-primary--d1 .button-vi-text:after,
  [dir="rtl"] .btn-primary-light .button-vi-text:after,
  [dir="rtl"] .btn-primary-adaptive .button-vi-text:after {
    /*rtl:ignore*/
    transform: translate(-6px, 0) rotate(-180deg); }
  /* line 1083, resources/assets/styles/common/_animations.scss */
  .btn-primary--d1 .button-vi-text .svg-animation-vi,
  .btn-primary-light .button-vi-text .svg-animation-vi,
  .btn-primary-adaptive .button-vi-text .svg-animation-vi {
    display: none; } }

/* line 1090, resources/assets/styles/common/_animations.scss */
.btn-primary--d1:hover .button-vi-text,
.btn-primary--d1:active .button-vi-text,
.btn-primary--d1:focus .button-vi-text,
.btn-primary-light:hover .button-vi-text,
.btn-primary-light:active .button-vi-text,
.btn-primary-light:focus .button-vi-text,
.btn-primary-adaptive:hover .button-vi-text,
.btn-primary-adaptive:active .button-vi-text,
.btn-primary-adaptive:focus .button-vi-text {
  transform: translateX(-0.4rem); }

@media (max-width: 1023px) {
  /* line 1104, resources/assets/styles/common/_animations.scss */
  .btn-primary--d1:hover .button-vi-text,
  .btn-primary--d1:active .button-vi-text,
  .btn-primary--d1:focus .button-vi-text,
  .btn-primary-light:hover .button-vi-text,
  .btn-primary-light:active .button-vi-text,
  .btn-primary-light:focus .button-vi-text,
  .btn-primary-adaptive:hover .button-vi-text,
  .btn-primary-adaptive:active .button-vi-text,
  .btn-primary-adaptive:focus .button-vi-text {
    transform: none; } }

/* line 1117, resources/assets/styles/common/_animations.scss */
.btn-primary--d1 .button-vi-text,
.btn-primary--d1 .svg-animation-vi,
.btn-primary-light .button-vi-text,
.btn-primary-light .svg-animation-vi,
.btn-primary-adaptive .button-vi-text,
.btn-primary-adaptive .svg-animation-vi {
  color: #fff; }

@media (max-width: 1023px) {
  /* line 1128, resources/assets/styles/common/_animations.scss */
  .btn-primary--d1:hover,
  .btn-primary--d1:active,
  .btn-primary--d1:focus,
  .btn-primary-light:hover,
  .btn-primary-light:active,
  .btn-primary-light:focus,
  .btn-primary-adaptive:hover,
  .btn-primary-adaptive:active,
  .btn-primary-adaptive:focus {
    border-color: #fff;
    color: #fff; }
  /* line 1141, resources/assets/styles/common/_animations.scss */
  .btn-primary--d1:hover .button-vi-text,
  .btn-primary--d1:active .button-vi-text,
  .btn-primary--d1:focus .button-vi-text,
  .btn-primary-light:hover .button-vi-text,
  .btn-primary-light:active .button-vi-text,
  .btn-primary-light:focus .button-vi-text,
  .btn-primary-adaptive:hover .button-vi-text,
  .btn-primary-adaptive:active .button-vi-text,
  .btn-primary-adaptive:focus .button-vi-text {
    color: #fff; } }

/* line 1154, resources/assets/styles/common/_animations.scss */
.btn-solid-white,
.btn-primary--d2 {
  border-radius: 4px;
  padding: 1.4rem 4rem 1.4rem 4.6rem;
  cursor: pointer;
  position: relative;
  font-size: 1.6rem;
  border: 0.2rem solid #ce2c2c;
  font-weight: 400;
  display: inline-flex;
  vertical-align: middle;
  transition: all 0.3s linear;
  color: #ce2c2c;
  justify-content: center;
  text-decoration: none;
  /*outline: none;*/
  cursor: pointer;
  background: #ce2c2c;
  align-items: center;
  /*outline: none;*/
  cursor: pointer;
  border-color: #fff;
  background: #fff; }

@media (max-width: 479px) {
  /* line 1181, resources/assets/styles/common/_animations.scss */
  .btn-solid-white,
  .btn-primary--d2 {
    width: 100%;
    box-sizing: border-box;
    padding: 1.4rem 3.2rem; } }

/* line 1189, resources/assets/styles/common/_animations.scss */
.btn-solid-white .svg-animation-vi,
.btn-primary--d2 .svg-animation-vi {
  width: 3rem;
  min-width: 3rem;
  height: 2.4rem;
  --svg-animate-duration: 0.3s;
  --svg-animate-delay: 0s;
  display: inline-flex;
  vertical-align: middle;
  pointer-events: none; }

/* line 1201, resources/assets/styles/common/_animations.scss */
.btn-solid-white:hover,
.btn-solid-white:active,
.btn-solid-white:focus,
.btn-primary--d2:hover,
.btn-primary--d2:active,
.btn-primary--d2:focus {
  text-decoration: none; }

/* line 1210, resources/assets/styles/common/_animations.scss */
.btn-solid-white:hover .button-vi-text,
.btn-solid-white:active .button-vi-text,
.btn-solid-white:focus .button-vi-text,
.btn-primary--d2:hover .button-vi-text,
.btn-primary--d2:active .button-vi-text,
.btn-primary--d2:focus .button-vi-text {
  transform: translate3d(0, 0, 0); }

/* line 1219, resources/assets/styles/common/_animations.scss */
.btn-solid-white:hover .svg-animation-vi,
.btn-solid-white:active .svg-animation-vi,
.btn-solid-white:focus .svg-animation-vi,
.btn-primary--d2:hover .svg-animation-vi,
.btn-primary--d2:active .svg-animation-vi,
.btn-primary--d2:focus .svg-animation-vi {
  --svg-animate-delay: 0.3s;
  --svg-animate-name: svg-animate;
  --svg-animate-name2: svg-animate2;
  --svg-animate-duration: 1s;
  opacity: 1; }

@supports not (d: path("M0 0")) {
  /* line 1234, resources/assets/styles/common/_animations.scss */
  .btn-solid-white:hover .svg-animation-vi,
  .btn-solid-white:active .svg-animation-vi,
  .btn-solid-white:focus .svg-animation-vi,
  .btn-primary--d2:hover .svg-animation-vi,
  .btn-primary--d2:active .svg-animation-vi,
  .btn-primary--d2:focus .svg-animation-vi {
    translate: var(--fallback-translate-safari) 0; } }

/* line 1244, resources/assets/styles/common/_animations.scss */
.btn-solid-white .button-vi-text,
.btn-primary--d2 .button-vi-text {
  color: #fff;
  display: inline-flex;
  vertical-align: middle;
  font-size: 1.6rem; }

/* line 1252, resources/assets/styles/common/_animations.scss */
.btn-solid-white .svg-animation-vi,
.btn-primary--d2 .svg-animation-vi {
  color: #fff;
  opacity: 0;
  --svg-animate-name: svg-animate-out-1;
  --svg-animate-name2: svg-animate-out-2; }

@supports (d: path("M0 0")) {
  /* line 1262, resources/assets/styles/common/_animations.scss */
  .btn-solid-white .svg-animation-vi,
  .btn-primary--d2 .svg-animation-vi {
    transition: opacity 0s ease;
    transition-delay: 0.3s; } }

@media (max-width: 1023px) {
  /* line 1271, resources/assets/styles/common/_animations.scss */
  .btn-solid-white .svg-animation-vi,
  .btn-primary--d2 .svg-animation-vi {
    display: none; } }

/* line 1277, resources/assets/styles/common/_animations.scss */
.btn-solid-white .button-vi-text,
.btn-primary--d2 .button-vi-text {
  transition: all .5s ease-in-out;
  transform: translateX(1rem); }

@media (max-width: 479px) {
  /* line 1285, resources/assets/styles/common/_animations.scss */
  .btn-solid-white .button-vi-text,
  .btn-primary--d2 .button-vi-text {
    transform: none; } }

@media (max-width: 767px) {
  /* line 1293, resources/assets/styles/common/_animations.scss */
  .btn-solid-white .button-vi-text,
  .btn-primary--d2 .button-vi-text {
    align-items: center; } }

@media (max-width: 1023px) {
  /* line 1301, resources/assets/styles/common/_animations.scss */
  .btn-solid-white .button-vi-text,
  .btn-primary--d2 .button-vi-text {
    position: relative;
    transform: none;
    transition: none; }
  /* line 1308, resources/assets/styles/common/_animations.scss */
  .btn-solid-white .button-vi-text:after,
  .btn-primary--d2 .button-vi-text:after {
    font-family: "GT-IconSet";
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: transform 0.6s 0s cubic-bezier(0.4, 0, 0.2, 1);
    display: inline-flex;
    margin-left: 8px;
    pointer-events: none;
    font-size: 1.6rem;
    content: '\E901'; }
  /* line 1326, resources/assets/styles/common/_animations.scss */
  [dir="rtl"] .btn-solid-white .button-vi-text:after,
  [dir="rtl"] .btn-primary--d2 .button-vi-text:after {
    /*rtl:ignore*/
    transform: translate(-6px, 0) rotate(-180deg); }
  /* line 1332, resources/assets/styles/common/_animations.scss */
  .btn-solid-white .button-vi-text .svg-animation-vi,
  .btn-primary--d2 .button-vi-text .svg-animation-vi {
    display: none; } }

/* line 1338, resources/assets/styles/common/_animations.scss */
.btn-solid-white:hover .button-vi-text,
.btn-solid-white:active .button-vi-text,
.btn-solid-white:focus .button-vi-text,
.btn-primary--d2:hover .button-vi-text,
.btn-primary--d2:active .button-vi-text,
.btn-primary--d2:focus .button-vi-text {
  transform: translateX(-0.4rem); }

@media (max-width: 1023px) {
  /* line 1349, resources/assets/styles/common/_animations.scss */
  .btn-solid-white:hover .button-vi-text,
  .btn-solid-white:active .button-vi-text,
  .btn-solid-white:focus .button-vi-text,
  .btn-primary--d2:hover .button-vi-text,
  .btn-primary--d2:active .button-vi-text,
  .btn-primary--d2:focus .button-vi-text {
    transform: none; } }

/* line 1359, resources/assets/styles/common/_animations.scss */
.btn-solid-white .button-vi-text,
.btn-solid-white .svg-animation-vi,
.btn-primary--d2 .button-vi-text,
.btn-primary--d2 .svg-animation-vi {
  color: #ce2c2c; }

/* line 1366, resources/assets/styles/common/_animations.scss */
.btn-secondary--l1,
.btn-primary-gray,
.btn-primary-purple {
  border-radius: 4px;
  padding: 1.4rem 4rem 1.4rem 4.6rem;
  cursor: pointer;
  position: relative;
  font-size: 1.6rem;
  border: 0.2rem solid #ce2c2c;
  font-weight: 400;
  display: inline-flex;
  vertical-align: middle;
  transition: all 0.3s linear;
  color: #ce2c2c;
  justify-content: center;
  text-decoration: none;
  /*outline: none;*/
  cursor: pointer;
  padding: 1.5rem 4.6rem;
  background: transparent;
  z-index: 1;
  --svg-animate-duration-2nd-out: 0.6s;
  align-items: center;
  /*outline: none;*/
  cursor: pointer;
  overflow: hidden;
  background: transparent;
  color: #ce2c2c;
  /*outline: none;*/
  cursor: pointer; }

@media (max-width: 479px) {
  /* line 1400, resources/assets/styles/common/_animations.scss */
  .btn-secondary--l1,
  .btn-primary-gray,
  .btn-primary-purple {
    width: 100%;
    box-sizing: border-box;
    padding: 1.4rem 3.2rem; } }

/* line 1409, resources/assets/styles/common/_animations.scss */
.btn-secondary--l1 .svg-animation-vi,
.btn-primary-gray .svg-animation-vi,
.btn-primary-purple .svg-animation-vi {
  width: 3rem;
  min-width: 3rem;
  height: 2.4rem;
  --svg-animate-duration: 0.3s;
  --svg-animate-delay: 0s;
  display: inline-flex;
  vertical-align: middle;
  pointer-events: none; }

/* line 1422, resources/assets/styles/common/_animations.scss */
.btn-secondary--l1:hover,
.btn-secondary--l1:active,
.btn-secondary--l1:focus,
.btn-primary-gray:hover,
.btn-primary-gray:active,
.btn-primary-gray:focus,
.btn-primary-purple:hover,
.btn-primary-purple:active,
.btn-primary-purple:focus {
  text-decoration: none; }

/* line 1434, resources/assets/styles/common/_animations.scss */
.btn-secondary--l1:hover .button-vi-text,
.btn-secondary--l1:active .button-vi-text,
.btn-secondary--l1:focus .button-vi-text,
.btn-primary-gray:hover .button-vi-text,
.btn-primary-gray:active .button-vi-text,
.btn-primary-gray:focus .button-vi-text,
.btn-primary-purple:hover .button-vi-text,
.btn-primary-purple:active .button-vi-text,
.btn-primary-purple:focus .button-vi-text {
  transform: translate3d(0, 0, 0); }

/* line 1446, resources/assets/styles/common/_animations.scss */
.btn-secondary--l1:hover .svg-animation-vi,
.btn-secondary--l1:active .svg-animation-vi,
.btn-secondary--l1:focus .svg-animation-vi,
.btn-primary-gray:hover .svg-animation-vi,
.btn-primary-gray:active .svg-animation-vi,
.btn-primary-gray:focus .svg-animation-vi,
.btn-primary-purple:hover .svg-animation-vi,
.btn-primary-purple:active .svg-animation-vi,
.btn-primary-purple:focus .svg-animation-vi {
  --svg-animate-delay: 0.3s;
  --svg-animate-name: svg-animate;
  --svg-animate-name2: svg-animate2;
  --svg-animate-duration: 1s;
  opacity: 1; }

@supports not (d: path("M0 0")) {
  /* line 1464, resources/assets/styles/common/_animations.scss */
  .btn-secondary--l1:hover .svg-animation-vi,
  .btn-secondary--l1:active .svg-animation-vi,
  .btn-secondary--l1:focus .svg-animation-vi,
  .btn-primary-gray:hover .svg-animation-vi,
  .btn-primary-gray:active .svg-animation-vi,
  .btn-primary-gray:focus .svg-animation-vi,
  .btn-primary-purple:hover .svg-animation-vi,
  .btn-primary-purple:active .svg-animation-vi,
  .btn-primary-purple:focus .svg-animation-vi {
    translate: var(--fallback-translate-safari) 0; } }

/* line 1477, resources/assets/styles/common/_animations.scss */
.btn-secondary--l1 .button-vi-text,
.btn-primary-gray .button-vi-text,
.btn-primary-purple .button-vi-text {
  color: #fff;
  display: inline-flex;
  vertical-align: middle;
  font-size: 1.6rem; }

@media (max-width: 479px) {
  /* line 1488, resources/assets/styles/common/_animations.scss */
  .btn-secondary--l1,
  .btn-primary-gray,
  .btn-primary-purple {
    padding-top: 1.3rem;
    padding-bottom: 1.3rem; } }

/* line 1496, resources/assets/styles/common/_animations.scss */
.btn-secondary--l1 .button-vi-text,
.btn-primary-gray .button-vi-text,
.btn-primary-purple .button-vi-text {
  transition: all .5s ease-in-out; }

/* line 1502, resources/assets/styles/common/_animations.scss */
.btn-secondary--l1::after,
.btn-primary-gray::after,
.btn-primary-purple::after {
  content: ' ';
  position: absolute;
  z-index: -1;
  left: 0;
  display: block;
  height: 100%;
  width: 0;
  background: #ce2c2c;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0s var(--svg-animate-duration-2nd-out);
  animation: secondary-button-animate-out var(--svg-animate-duration-2nd-out) ease forwards; }

/* line 1521, resources/assets/styles/common/_animations.scss */
.btn-secondary--l1:hover::after,
.btn-secondary--l1:active::after,
.btn-secondary--l1:focus::after,
.btn-primary-gray:hover::after,
.btn-primary-gray:active::after,
.btn-primary-gray:focus::after,
.btn-primary-purple:hover::after,
.btn-primary-purple:active::after,
.btn-primary-purple:focus::after {
  opacity: 1;
  transition: opacity 0s 0s;
  animation: secondary-button-animate var(--svg-animate-duration-2nd-out) ease forwards; }

/* line 1535, resources/assets/styles/common/_animations.scss */
.btn-secondary--l1:hover,
.btn-secondary--l1:active,
.btn-secondary--l1:focus,
.btn-primary-gray:hover,
.btn-primary-gray:active,
.btn-primary-gray:focus,
.btn-primary-purple:hover,
.btn-primary-purple:active,
.btn-primary-purple:focus {
  color: #fff; }

/* line 1547, resources/assets/styles/common/_animations.scss */
.btn-secondary--d1 {
  border-radius: 4px;
  padding: 1.4rem 4rem 1.4rem 4.6rem;
  cursor: pointer;
  position: relative;
  font-size: 1.6rem;
  border: 0.2rem solid #ce2c2c;
  font-weight: 400;
  display: inline-flex;
  vertical-align: middle;
  transition: all 0.3s linear;
  color: #ce2c2c;
  justify-content: center;
  text-decoration: none;
  /*outline: none;*/
  cursor: pointer;
  padding: 1.5rem 4.6rem;
  background: transparent;
  z-index: 1;
  --svg-animate-duration-2nd-out: 0.6s;
  align-items: center;
  /*outline: none;*/
  cursor: pointer;
  border-color: #fff;
  background: transparent;
  color: #fff;
  overflow: hidden;
  /*outline: none;*/
  cursor: pointer; }

@media (max-width: 479px) {
  /* line 1579, resources/assets/styles/common/_animations.scss */
  .btn-secondary--d1 {
    width: 100%;
    box-sizing: border-box;
    padding: 1.4rem 3.2rem; } }

/* line 1586, resources/assets/styles/common/_animations.scss */
.btn-secondary--d1 .svg-animation-vi {
  width: 3rem;
  min-width: 3rem;
  height: 2.4rem;
  --svg-animate-duration: 0.3s;
  --svg-animate-delay: 0s;
  display: inline-flex;
  vertical-align: middle;
  pointer-events: none; }

/* line 1597, resources/assets/styles/common/_animations.scss */
.btn-secondary--d1:hover,
.btn-secondary--d1:active,
.btn-secondary--d1:focus {
  text-decoration: none; }

/* line 1603, resources/assets/styles/common/_animations.scss */
.btn-secondary--d1:hover .button-vi-text,
.btn-secondary--d1:active .button-vi-text,
.btn-secondary--d1:focus .button-vi-text {
  transform: translate3d(0, 0, 0); }

/* line 1609, resources/assets/styles/common/_animations.scss */
.btn-secondary--d1:hover .svg-animation-vi,
.btn-secondary--d1:active .svg-animation-vi,
.btn-secondary--d1:focus .svg-animation-vi {
  --svg-animate-delay: 0.3s;
  --svg-animate-name: svg-animate;
  --svg-animate-name2: svg-animate2;
  --svg-animate-duration: 1s;
  opacity: 1; }

@supports not (d: path("M0 0")) {
  /* line 1621, resources/assets/styles/common/_animations.scss */
  .btn-secondary--d1:hover .svg-animation-vi,
  .btn-secondary--d1:active .svg-animation-vi,
  .btn-secondary--d1:focus .svg-animation-vi {
    translate: var(--fallback-translate-safari) 0; } }

/* line 1628, resources/assets/styles/common/_animations.scss */
.btn-secondary--d1 .button-vi-text {
  color: #fff;
  display: inline-flex;
  vertical-align: middle;
  font-size: 1.6rem; }

@media (max-width: 479px) {
  /* line 1636, resources/assets/styles/common/_animations.scss */
  .btn-secondary--d1 {
    padding-top: 1.3rem;
    padding-bottom: 1.3rem; } }

/* line 1642, resources/assets/styles/common/_animations.scss */
.btn-secondary--d1 .button-vi-text {
  transition: all .5s ease-in-out; }

/* line 1646, resources/assets/styles/common/_animations.scss */
.btn-secondary--d1::after {
  content: ' ';
  position: absolute;
  z-index: -1;
  left: 0;
  display: block;
  height: 100%;
  width: 0;
  background: #ce2c2c;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0s var(--svg-animate-duration-2nd-out);
  animation: secondary-button-animate-out var(--svg-animate-duration-2nd-out) ease forwards; }

/* line 1663, resources/assets/styles/common/_animations.scss */
.btn-secondary--d1:hover::after,
.btn-secondary--d1:active::after,
.btn-secondary--d1:focus::after {
  opacity: 1;
  transition: opacity 0s 0s;
  animation: secondary-button-animate var(--svg-animate-duration-2nd-out) ease forwards; }

/* line 1671, resources/assets/styles/common/_animations.scss */
.btn-secondary--d1::after {
  background: #fff; }

/* line 1675, resources/assets/styles/common/_animations.scss */
.btn-secondary--d1:hover,
.btn-secondary--d1:active,
.btn-secondary--d1:focus {
  color: #4f2d7f; }

/* line 1681, resources/assets/styles/common/_animations.scss */
.btn-secondary,
.view-more,
.view-more-news,
.btn-secondary-light {
  border-radius: 4px;
  padding: 1.4rem 4rem 1.4rem 4.6rem;
  cursor: pointer;
  position: relative;
  font-size: 1.6rem;
  border: 0.2rem solid #ce2c2c;
  font-weight: 400;
  display: inline-flex;
  vertical-align: middle;
  transition: all 0.3s linear;
  color: #ce2c2c;
  justify-content: center;
  text-decoration: none;
  /*outline: none;*/
  cursor: pointer;
  padding: 1.5rem 4.6rem;
  background: transparent;
  z-index: 1;
  --svg-animate-duration-2nd-out: 0.6s;
  align-items: center;
  /*outline: none;*/
  cursor: pointer;
  border: 0;
  background: none;
  padding: 0 16px 0 0;
  border-radius: 0;
  justify-content: start;
  text-decoration: none;
  /*outline: none;*/
  cursor: pointer;
  float: none; }

@media (max-width: 479px) {
  /* line 1720, resources/assets/styles/common/_animations.scss */
  .btn-secondary,
  .view-more,
  .view-more-news,
  .btn-secondary-light {
    width: 100%;
    box-sizing: border-box;
    padding: 1.4rem 3.2rem; } }

/* line 1730, resources/assets/styles/common/_animations.scss */
.btn-secondary .svg-animation-vi,
.view-more .svg-animation-vi,
.view-more-news .svg-animation-vi,
.btn-secondary-light .svg-animation-vi {
  width: 3rem;
  min-width: 3rem;
  height: 2.4rem;
  --svg-animate-duration: 0.3s;
  --svg-animate-delay: 0s;
  display: inline-flex;
  vertical-align: middle;
  pointer-events: none; }

/* line 1744, resources/assets/styles/common/_animations.scss */
.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:focus,
.view-more:hover,
.view-more:active,
.view-more:focus,
.view-more-news:hover,
.view-more-news:active,
.view-more-news:focus,
.btn-secondary-light:hover,
.btn-secondary-light:active,
.btn-secondary-light:focus {
  text-decoration: none; }

/* line 1759, resources/assets/styles/common/_animations.scss */
.btn-secondary:hover .button-vi-text,
.btn-secondary:active .button-vi-text,
.btn-secondary:focus .button-vi-text,
.view-more:hover .button-vi-text,
.view-more:active .button-vi-text,
.view-more:focus .button-vi-text,
.view-more-news:hover .button-vi-text,
.view-more-news:active .button-vi-text,
.view-more-news:focus .button-vi-text,
.btn-secondary-light:hover .button-vi-text,
.btn-secondary-light:active .button-vi-text,
.btn-secondary-light:focus .button-vi-text {
  transform: translate3d(0, 0, 0); }

/* line 1774, resources/assets/styles/common/_animations.scss */
.btn-secondary:hover .svg-animation-vi,
.btn-secondary:active .svg-animation-vi,
.btn-secondary:focus .svg-animation-vi,
.view-more:hover .svg-animation-vi,
.view-more:active .svg-animation-vi,
.view-more:focus .svg-animation-vi,
.view-more-news:hover .svg-animation-vi,
.view-more-news:active .svg-animation-vi,
.view-more-news:focus .svg-animation-vi,
.btn-secondary-light:hover .svg-animation-vi,
.btn-secondary-light:active .svg-animation-vi,
.btn-secondary-light:focus .svg-animation-vi {
  --svg-animate-delay: 0.3s;
  --svg-animate-name: svg-animate;
  --svg-animate-name2: svg-animate2;
  --svg-animate-duration: 1s;
  opacity: 1; }

@supports not (d: path("M0 0")) {
  /* line 1795, resources/assets/styles/common/_animations.scss */
  .btn-secondary:hover .svg-animation-vi,
  .btn-secondary:active .svg-animation-vi,
  .btn-secondary:focus .svg-animation-vi,
  .view-more:hover .svg-animation-vi,
  .view-more:active .svg-animation-vi,
  .view-more:focus .svg-animation-vi,
  .view-more-news:hover .svg-animation-vi,
  .view-more-news:active .svg-animation-vi,
  .view-more-news:focus .svg-animation-vi,
  .btn-secondary-light:hover .svg-animation-vi,
  .btn-secondary-light:active .svg-animation-vi,
  .btn-secondary-light:focus .svg-animation-vi {
    translate: var(--fallback-translate-safari) 0; } }

/* line 1811, resources/assets/styles/common/_animations.scss */
.btn-secondary .button-vi-text,
.view-more .button-vi-text,
.view-more-news .button-vi-text,
.btn-secondary-light .button-vi-text {
  color: #fff;
  display: inline-flex;
  vertical-align: middle;
  font-size: 1.6rem; }

@media (max-width: 479px) {
  /* line 1823, resources/assets/styles/common/_animations.scss */
  .btn-secondary,
  .view-more,
  .view-more-news,
  .btn-secondary-light {
    padding-top: 1.3rem;
    padding-bottom: 1.3rem; } }

/* line 1832, resources/assets/styles/common/_animations.scss */
.btn-secondary .button-vi-text,
.view-more .button-vi-text,
.view-more-news .button-vi-text,
.btn-secondary-light .button-vi-text {
  transition: all .5s ease-in-out; }

/* line 1839, resources/assets/styles/common/_animations.scss */
.btn-secondary::after,
.view-more::after,
.view-more-news::after,
.btn-secondary-light::after {
  content: ' ';
  position: absolute;
  z-index: -1;
  left: 0;
  display: block;
  height: 100%;
  width: 0;
  background: #ce2c2c;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0s var(--svg-animate-duration-2nd-out);
  animation: secondary-button-animate-out var(--svg-animate-duration-2nd-out) ease forwards; }

/* line 1859, resources/assets/styles/common/_animations.scss */
.btn-secondary:hover::after,
.btn-secondary:active::after,
.btn-secondary:focus::after,
.view-more:hover::after,
.view-more:active::after,
.view-more:focus::after,
.view-more-news:hover::after,
.view-more-news:active::after,
.view-more-news:focus::after,
.btn-secondary-light:hover::after,
.btn-secondary-light:active::after,
.btn-secondary-light:focus::after {
  opacity: 1;
  transition: opacity 0s 0s;
  animation: secondary-button-animate var(--svg-animate-duration-2nd-out) ease forwards; }

/* line 1876, resources/assets/styles/common/_animations.scss */
.btn-secondary::after,
.view-more::after,
.view-more-news::after,
.btn-secondary-light::after {
  content: none; }

@supports (d: path("M0 0")) {
  /* line 1885, resources/assets/styles/common/_animations.scss */
  .btn-secondary .svg-animation-vi,
  .view-more .svg-animation-vi,
  .view-more-news .svg-animation-vi,
  .btn-secondary-light .svg-animation-vi {
    transition: color .5s ease-in-out; } }

/* line 1893, resources/assets/styles/common/_animations.scss */
.btn-secondary .svg-animation-vi,
.view-more .svg-animation-vi,
.view-more-news .svg-animation-vi,
.btn-secondary-light .svg-animation-vi {
  transition: all .5s ease-in-out;
  transform: translateX(0); }

/* line 1901, resources/assets/styles/common/_animations.scss */
[dir="rtl"] .btn-secondary .svg-animation-vi,
[dir="rtl"] .view-more .svg-animation-vi,
[dir="rtl"] .view-more-news .svg-animation-vi,
[dir="rtl"] .btn-secondary-light .svg-animation-vi {
  transform: translateX(0) scale(-1); }

/* line 1908, resources/assets/styles/common/_animations.scss */
.btn-secondary .button-vi-text,
.btn-secondary .svg-animation-vi,
.view-more .button-vi-text,
.view-more .svg-animation-vi,
.view-more-news .button-vi-text,
.view-more-news .svg-animation-vi,
.btn-secondary-light .button-vi-text,
.btn-secondary-light .svg-animation-vi {
  color: #ce2c2c;
  font-size: 1.6rem;
  line-height: 1; }

/* line 1921, resources/assets/styles/common/_animations.scss */
.btn-secondary .button-vi-text,
.view-more .button-vi-text,
.view-more-news .button-vi-text,
.btn-secondary-light .button-vi-text {
  display: inline; }

/* line 1928, resources/assets/styles/common/_animations.scss */
.btn-secondary:hover .button-vi-text,
.btn-secondary:hover .svg-animation-vi,
.btn-secondary:active .button-vi-text,
.btn-secondary:active .svg-animation-vi,
.btn-secondary:focus .button-vi-text,
.btn-secondary:focus .svg-animation-vi,
.view-more:hover .button-vi-text,
.view-more:hover .svg-animation-vi,
.view-more:active .button-vi-text,
.view-more:active .svg-animation-vi,
.view-more:focus .button-vi-text,
.view-more:focus .svg-animation-vi,
.view-more-news:hover .button-vi-text,
.view-more-news:hover .svg-animation-vi,
.view-more-news:active .button-vi-text,
.view-more-news:active .svg-animation-vi,
.view-more-news:focus .button-vi-text,
.view-more-news:focus .svg-animation-vi,
.btn-secondary-light:hover .button-vi-text,
.btn-secondary-light:hover .svg-animation-vi,
.btn-secondary-light:active .button-vi-text,
.btn-secondary-light:active .svg-animation-vi,
.btn-secondary-light:focus .button-vi-text,
.btn-secondary-light:focus .svg-animation-vi {
  color: #ce2c2c; }

/* line 1955, resources/assets/styles/common/_animations.scss */
.btn-secondary:hover .svg-animation-vi,
.btn-secondary:active .svg-animation-vi,
.btn-secondary:focus .svg-animation-vi,
.view-more:hover .svg-animation-vi,
.view-more:active .svg-animation-vi,
.view-more:focus .svg-animation-vi,
.view-more-news:hover .svg-animation-vi,
.view-more-news:active .svg-animation-vi,
.view-more-news:focus .svg-animation-vi,
.btn-secondary-light:hover .svg-animation-vi,
.btn-secondary-light:active .svg-animation-vi,
.btn-secondary-light:focus .svg-animation-vi {
  transform: translateX(0.8rem);
  transition-delay: .1s; }

/* line 1971, resources/assets/styles/common/_animations.scss */
[dir="rtl"] .btn-secondary:hover .svg-animation-vi,
[dir="rtl"] .btn-secondary:active .svg-animation-vi,
[dir="rtl"] .btn-secondary:focus .svg-animation-vi,
[dir="rtl"] .view-more:hover .svg-animation-vi,
[dir="rtl"] .view-more:active .svg-animation-vi,
[dir="rtl"] .view-more:focus .svg-animation-vi,
[dir="rtl"] .view-more-news:hover .svg-animation-vi,
[dir="rtl"] .view-more-news:active .svg-animation-vi,
[dir="rtl"] .view-more-news:focus .svg-animation-vi,
[dir="rtl"] .btn-secondary-light:hover .svg-animation-vi,
[dir="rtl"] .btn-secondary-light:active .svg-animation-vi,
[dir="rtl"] .btn-secondary-light:focus .svg-animation-vi {
  transform: translateX(0.8rem) scale(-1); }

@media (max-width: 1023px) {
  /* line 1988, resources/assets/styles/common/_animations.scss */
  .btn-secondary:hover .button-vi-text,
  .btn-secondary:active .button-vi-text,
  .btn-secondary:focus .button-vi-text,
  .view-more:hover .button-vi-text,
  .view-more:active .button-vi-text,
  .view-more:focus .button-vi-text,
  .view-more-news:hover .button-vi-text,
  .view-more-news:active .button-vi-text,
  .view-more-news:focus .button-vi-text,
  .btn-secondary-light:hover .button-vi-text,
  .btn-secondary-light:active .button-vi-text,
  .btn-secondary-light:focus .button-vi-text {
    transform: none; } }

@media (max-width: 479px) {
  /* line 2006, resources/assets/styles/common/_animations.scss */
  .btn-secondary,
  .view-more,
  .view-more-news,
  .btn-secondary-light {
    padding-left: 0;
    padding-right: 0; } }

@media (max-width: 1023px) {
  /* line 2017, resources/assets/styles/common/_animations.scss */
  .btn-secondary .button-vi-text,
  .view-more .button-vi-text,
  .view-more-news .button-vi-text,
  .btn-secondary-light .button-vi-text {
    transform: none; } }

/* line 2025, resources/assets/styles/common/_animations.scss */
.btn-secondary-light {
  /*outline: none;*/
  cursor: pointer; }

/* line 2030, resources/assets/styles/common/_animations.scss */
.btn-secondary-light .button-vi-text,
.btn-secondary-light .svg-animation-vi {
  color: #fff; }

/* line 2035, resources/assets/styles/common/_animations.scss */
.btn-secondary-light:hover .button-vi-text,
.btn-secondary-light:hover .svg-animation-vi,
.btn-secondary-light:active .button-vi-text,
.btn-secondary-light:active .svg-animation-vi,
.btn-secondary-light:focus .button-vi-text,
.btn-secondary-light:focus .svg-animation-vi {
  color: #fff; }

/* line 2044, resources/assets/styles/common/_animations.scss */
.btn-tertiary-d1 {
  color: #fff; }

/* line 2048, resources/assets/styles/common/_animations.scss */
.btn-tertiary-d1::after {
  background: linear-gradient(90deg, #fff 25%, transparent 0%, transparent 50%, #fff 0%, #fff 75%, transparent 0%, transparent 25%); }

/* line 2052, resources/assets/styles/common/_animations.scss */
:root {
  --fallback-translate-safari: 8px; }

/* line 2056, resources/assets/styles/common/_animations.scss */
.RTL {
  --fallback-translate-safari: -8px; }

/* line 2060, resources/assets/styles/common/_animations.scss */
.RTL .svg-animation-vi {
  transform: scaleX(-1); }

@supports not (d: path("M0 0")) {
  /* line 2065, resources/assets/styles/common/_animations.scss */
  .svg-animation-vi {
    translate: 0 0;
    transition: all 0.5s ease; } }

/* line 2071, resources/assets/styles/common/_animations.scss */
svg.hide {
  display: none; }

/* line 2075, resources/assets/styles/common/_animations.scss */
.btn-tertiary__l1 {
  color: #ce2c2c;
  text-decoration: none;
  --hyperlink-animate-duration: .35s;
  display: inline-block;
  font-size: 1.6rem;
  line-height: 2.4rem;
  /*outline: none;*/
  cursor: pointer; }

@media (min-width: 1024px) {
  /* line 2087, resources/assets/styles/common/_animations.scss */
  .btn-tertiary__l1 {
    overflow: hidden;
    background-repeat: no-repeat;
    background-image: linear-gradient(#ce2c2c, #ce2c2c);
    animation: hyperlink-animate-out var(--hyperlink-animate-duration) linear forwards; } }

/* line 2095, resources/assets/styles/common/_animations.scss */
.btn-tertiary__l1:hover,
.btn-tertiary__l1:active,
.btn-tertiary__l1:focus {
  color: #ce2c2c;
  text-decoration: none; }

@media (min-width: 1024px) {
  /* line 2104, resources/assets/styles/common/_animations.scss */
  .btn-tertiary__l1:hover,
  .btn-tertiary__l1:active,
  .btn-tertiary__l1:focus {
    animation: hyperlink-animate-in var(--hyperlink-animate-duration) linear forwards; } }

/* line 2111, resources/assets/styles/common/_animations.scss */
.btn-tertiary__d1 {
  color: #fff;
  text-decoration: none;
  --hyperlink-animate-duration: .35s;
  display: inline-block;
  font-size: 1.6rem;
  line-height: 2.4rem;
  /*outline: none;*/
  cursor: pointer; }

@media (min-width: 1024px) {
  /* line 2123, resources/assets/styles/common/_animations.scss */
  .btn-tertiary__d1 {
    overflow: hidden;
    background-repeat: no-repeat;
    background-image: linear-gradient(#fff, #fff);
    animation: hyperlink-animate-out var(--hyperlink-animate-duration) linear forwards; } }

/* line 2131, resources/assets/styles/common/_animations.scss */
.btn-tertiary__d1:hover,
.btn-tertiary__d1:active,
.btn-tertiary__d1:focus {
  color: #fff;
  text-decoration: none; }

@media (min-width: 1024px) {
  /* line 2140, resources/assets/styles/common/_animations.scss */
  .btn-tertiary__d1:hover,
  .btn-tertiary__d1:active,
  .btn-tertiary__d1:focus {
    animation: hyperlink-animate-in var(--hyperlink-animate-duration) linear forwards; } }

/*# sourceMappingURL=buttonVI.css.map */
/*
 * Epi Form sizes
 */
/*font family variables for localisation*/
/* line 2153, resources/assets/styles/common/_animations.scss */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 16px;
  padding-right: 16px; }

/* line 2160, resources/assets/styles/common/_animations.scss */
.container:before,
.container:after {
  content: " ";
  display: table; }

/* line 2166, resources/assets/styles/common/_animations.scss */
.container:after {
  clear: both; }

/* line 2170, resources/assets/styles/common/_animations.scss */
.container .container {
  width: auto;
  padding: 0; }

/* line 2175, resources/assets/styles/common/_animations.scss */
.container .container .row {
  margin-left: 0;
  margin-right: 0; }

/* line 2180, resources/assets/styles/common/_animations.scss */
.container [class*="col-"] .container .row {
  margin-left: -16px;
  margin-right: -16px; }

@media (max-width: 768px) {
  /* line 2186, resources/assets/styles/common/_animations.scss */
  .container {
    width: 100%; } }

@media (min-width: 768px) {
  /* line 2192, resources/assets/styles/common/_animations.scss */
  .container {
    width: calc(100% - 64px); } }

@media (min-width: 1024px) {
  /* line 2198, resources/assets/styles/common/_animations.scss */
  .container {
    width: calc(100% - 64px); } }

@media (min-width: 1300px) {
  /* line 2204, resources/assets/styles/common/_animations.scss */
  .container {
    width: 1172px; } }

/* line 2210, resources/assets/styles/common/_animations.scss */
.button-container {
  padding: 128px 0; }

/* line 2214, resources/assets/styles/common/_animations.scss */
.buttons-mapping__table table {
  width: 100%; }

/* line 2218, resources/assets/styles/common/_animations.scss */
.buttons-mapping__table thead,
.buttons-mapping__table tbody {
  width: 100%;
  display: table; }

/* line 2224, resources/assets/styles/common/_animations.scss */
.buttons-mapping__table th {
  font-size: 1.8rem;
  font-weight: 300; }

/* line 2229, resources/assets/styles/common/_animations.scss */
.buttons-mapping__table th,
.buttons-mapping__table td {
  padding: 16px;
  width: calc(100%/3);
  border-right: 1px dashed #665697b8;
  text-align: center; }

/* line 2237, resources/assets/styles/common/_animations.scss */
.solid-purple {
  background: #4f2d7f; }

/* line 1, resources/assets/styles/common/_global.scss */
*,
*::after,
*::before {
  font-size: 10px;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-family: GTWalsheimProMedium, sans-serif; }

/* line 11, resources/assets/styles/common/_global.scss */
html,
body:not(.content) {
  scroll-behavior: smooth;
  scroll-padding-top: 12.45rem;
  min-height: 100vh;
  display: grid;
  grid-template-rows: min-content min-content 1fr min-content; }

/* line 21, resources/assets/styles/common/_global.scss */
button {
  cursor: pointer; }

/* line 27, resources/assets/styles/common/_global.scss */
.main {
  display: flex;
  flex-direction: column;
  gap: 7rem; }
  @media (max-width: 1024px) {
    /* line 27, resources/assets/styles/common/_global.scss */
    .main {
      gap: 0; } }

/* line 38, resources/assets/styles/common/_global.scss */
.container {
  width: 100%;
  max-width: 1256px;
  margin: 0 auto;
  padding: 0 1rem; }

/* line 45, resources/assets/styles/common/_global.scss */
.mobile {
  display: none; }

/* line 49, resources/assets/styles/common/_global.scss */
.desktop {
  display: block; }

@media (max-width: 1024px) {
  /* line 55, resources/assets/styles/common/_global.scss */
  .mobile {
    display: block; }
  /* line 59, resources/assets/styles/common/_global.scss */
  .desktop {
    display: none; } }

@media (max-width: 1280px) {
  /* line 68, resources/assets/styles/common/_global.scss */
  .container {
    padding: 0 38px; } }

@media (max-width: 1280px) {
  /* line 76, resources/assets/styles/common/_global.scss */
  html,
  body:not(.content) {
    scroll-padding-top: 7rem; } }

/* line 3, resources/assets/styles/common/_404.scss */
.page-not-found__content {
  margin-bottom: 7.5rem;
  margin-top: 6rem; }
  /* line 7, resources/assets/styles/common/_404.scss */
  .page-not-found__content h2 {
    margin-bottom: 3.5rem; }
  /* line 11, resources/assets/styles/common/_404.scss */
  .page-not-found__content__group {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 2rem; }
    /* line 17, resources/assets/styles/common/_404.scss */
    .page-not-found__content__group p {
      font-size: 16px;
      color: #4D4D4D; }
    /* line 22, resources/assets/styles/common/_404.scss */
    .page-not-found__content__group ul {
      list-style: none;
      display: flex;
      flex-direction: column;
      gap: 2.1rem; }
      /* line 29, resources/assets/styles/common/_404.scss */
      .page-not-found__content__group ul li .group {
        display: flex;
        gap: 1.2rem;
        align-items: center; }
        /* line 34, resources/assets/styles/common/_404.scss */
        .page-not-found__content__group ul li .group .icon {
          width: 3.2rem;
          height: 3.2rem; }

/* line 3, resources/assets/styles/partials/_header.scss */
.hero .header {
  align-items: center;
  position: fixed;
  z-index: 1000 !important;
  left: 0;
  top: 0;
  padding: 38px 0;
  border: none;
  width: 100%;
  background-color: transparent;
  margin: 0 auto; }
  /* line 15, resources/assets/styles/partials/_header.scss */
  .hero .header .scrolled {
    background-color: #4F2D7F; }
  /* line 19, resources/assets/styles/partials/_header.scss */
  .hero .header .socials-mobile {
    display: none; }
    @media (max-width: 783px) {
      /* line 19, resources/assets/styles/partials/_header.scss */
      .hero .header .socials-mobile {
        display: flex; } }
  /* line 27, resources/assets/styles/partials/_header.scss */
  .hero .header .socials {
    display: flex;
    gap: 1.3rem; }
    @media (max-width: 1024px) {
      /* line 27, resources/assets/styles/partials/_header.scss */
      .hero .header .socials {
        display: none; } }
    /* line 35, resources/assets/styles/partials/_header.scss */
    .hero .header .socials li {
      list-style: none;
      text-decoration: none; }
  /* line 43, resources/assets/styles/partials/_header.scss */
  .hero .header .container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
    padding-left: 0px; }
    @media (max-width: 1280px) {
      /* line 43, resources/assets/styles/partials/_header.scss */
      .hero .header .container {
        padding-left: 20px; } }
  /* line 57, resources/assets/styles/partials/_header.scss */
  .hero .header .logo img {
    width: 100%;
    max-width: 15rem; }
  /* line 63, resources/assets/styles/partials/_header.scss */
  .hero .header__menu {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 2.6rem;
    list-style: none; }
    /* line 70, resources/assets/styles/partials/_header.scss */
    .hero .header__menu li {
      position: relative; }
      /* line 73, resources/assets/styles/partials/_header.scss */
      .hero .header__menu li a {
        font-weight: 600;
        font-size: 1.6rem;
        line-height: 2.4rem;
        white-space: nowrap;
        color: #ffffff;
        font-family: GTWalsheimProLight, sans-serif;
        font-weight: 200; }
  /* line 88, resources/assets/styles/partials/_header.scss */
  .hero .header #menu-button-show {
    display: none;
    width: 7rem;
    height: 7rem;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    color: #ffffff;
    border: none;
    position: relative; }

/* line 101, resources/assets/styles/partials/_header.scss */
.hero #menu-mobile {
  height: 330px;
  position: fixed;
  padding-top: 2rem;
  top: 0;
  left: -120vw;
  /* Domyślnie ukryte poza ekranem */
  z-index: 10000;
  margin: 0;
  max-height: none;
  border: 0;
  background: none;
  transition: all 0.3s ease-in-out;
  /* Animacja dla wszystkich właściwości */
  background-color: #2B144D;
  width: 100%;
  max-width: 100%;
  display: grid;
  grid-template-rows: min-content 1fr min-content;
  box-shadow: 0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a; }
  /* line 123, resources/assets/styles/partials/_header.scss */
  .hero #menu-mobile #menu-mobile.menu-open {
    left: 0 !important;
    /* Przesunięcie menu na ekran */ }
  /* line 128, resources/assets/styles/partials/_header.scss */
  .hero #menu-mobile .menu-open {
    left: 0 !important; }
  /* line 132, resources/assets/styles/partials/_header.scss */
  .hero #menu-mobile .menu-mobile__header {
    position: sticky;
    top: 0;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    width: 100%; }
    /* line 143, resources/assets/styles/partials/_header.scss */
    .hero #menu-mobile .menu-mobile__header .logo img {
      width: 100%;
      max-width: 14rem;
      margin-left: 2rem; }
    /* line 150, resources/assets/styles/partials/_header.scss */
    .hero #menu-mobile .menu-mobile__header #menu-button-hide {
      width: 3rem;
      height: 3rem;
      justify-content: center;
      align-items: center;
      background: transparent;
      border: none; }
  /* line 160, resources/assets/styles/partials/_header.scss */
  .hero #menu-mobile ul.menu {
    height: 100%;
    display: flex;
    flex-direction: column;
    list-style: none;
    overflow-y: auto; }
    /* line 168, resources/assets/styles/partials/_header.scss */
    .hero #menu-mobile ul.menu li a {
      padding: 1.5rem 3rem;
      font-size: 1.4rem;
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%;
      background: none;
      border: none;
      border-radius: 0;
      color: #ffffff;
      padding-bottom: 10px; }

@media (max-width: 1024px) {
  /* line 191, resources/assets/styles/partials/_header.scss */
  .hero .header {
    padding: 0; }
    /* line 194, resources/assets/styles/partials/_header.scss */
    .hero .header .container {
      padding-right: 0; }
    /* line 198, resources/assets/styles/partials/_header.scss */
    .hero .header .logo {
      max-width: 16rem; }
    /* line 202, resources/assets/styles/partials/_header.scss */
    .hero .header .header__menu {
      display: none; }
    /* line 206, resources/assets/styles/partials/_header.scss */
    .hero .header .contact-link {
      display: none; }
    /* line 210, resources/assets/styles/partials/_header.scss */
    .hero .header #menu-button-show {
      display: flex; } }

/* line 217, resources/assets/styles/partials/_header.scss */
.header.scrolled {
  background-color: #4F2D7F; }

/* line 221, resources/assets/styles/partials/_header.scss */
.scrolled {
  background-color: #4F2D7F; }

/* line 225, resources/assets/styles/partials/_header.scss */
.socials-mobile {
  display: flex;
  margin-top: 40px; }
  /* line 229, resources/assets/styles/partials/_header.scss */
  .socials-mobile li {
    list-style: none;
    border-bottom: none; }
    /* line 233, resources/assets/styles/partials/_header.scss */
    .socials-mobile li a {
      width: 20px;
      height: 20px;
      border-bottom: none; }

/* line 241, resources/assets/styles/partials/_header.scss */
.show {
  left: 10rem; }

/* line 245, resources/assets/styles/partials/_header.scss */
.header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1rem; }
  @media (max-width: 768px) {
    /* line 245, resources/assets/styles/partials/_header.scss */
    .header .container {
      flex-direction: row; } }

/* line 257, resources/assets/styles/partials/_header.scss */
.logo {
  flex: 0 1 auto;
  margin-right: auto; }

/* line 262, resources/assets/styles/partials/_header.scss */
#menu-button-show {
  flex: 0 1 auto;
  margin-left: auto;
  display: none; }
  @media (max-width: 768px) {
    /* line 262, resources/assets/styles/partials/_header.scss */
    #menu-button-show {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 3rem;
      height: 3rem;
      background-color: transparent;
      border: none;
      cursor: pointer; } }

/* line 280, resources/assets/styles/partials/_header.scss */
.menu-open {
  left: 0 !important; }

/* line 1, resources/assets/styles/partials/_footer.scss */
.footer {
  background-color: #2B144D;
  padding: 45px 0 51px;
  margin-top: 7rem;
  position: relative;
  text-transform: uppercase; }
  @media (max-width: 1024px) {
    /* line 1, resources/assets/styles/partials/_footer.scss */
    .footer {
      margin-top: 0; } }
  /* line 12, resources/assets/styles/partials/_footer.scss */
  .footer .cogitech {
    color: #ffffff;
    font-size: 15px; }
    /* line 16, resources/assets/styles/partials/_footer.scss */
    .footer .cogitech p {
      color: #ffffff; }

/* line 3, resources/assets/styles/components/_blog-recent.scss */
.blog-recent .recent-title {
  text-align: center;
  font-size: 23px;
  margin: 50px 0;
  font-family: GTWalsheimProMedium, sans-serif;
  color: #2B144D; }

/* line 11, resources/assets/styles/components/_blog-recent.scss */
.blog-recent .posts__list {
  display: flex;
  gap: 50px;
  align-items: flex-end;
  padding-top: 24px;
  justify-content: space-between;
  padding-right: 0; }

/* line 20, resources/assets/styles/components/_blog-recent.scss */
.blog-recent .posts__list .post__content {
  flex-direction: column-reverse;
  height: 550px; }

/* line 25, resources/assets/styles/components/_blog-recent.scss */
.blog-recent .date {
  font-family: GTWalsheimProLight, sans-serif;
  font-size: 13px;
  color: #707070;
  line-height: 17px;
  margin-bottom: 15px;
  text-transform: uppercase; }

/* line 34, resources/assets/styles/components/_blog-recent.scss */
.blog-recent .posts__list .post__content__text-wrapper .entry-title a {
  text-decoration: none;
  transition: 0.3s all ease;
  color: #2B144D !important;
  font-size: 17px;
  font-weight: 500;
  font-family: GTWalsheimProRegular, sans-serif; }

@media (min-width: 1024px) {
  /* line 44, resources/assets/styles/components/_blog-recent.scss */
  .blog-recent .posts__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr); } }

/* line 51, resources/assets/styles/components/_blog-recent.scss */
.blog-recent .categories .post-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 0;
  margin-top: 20px; }
  /* line 58, resources/assets/styles/components/_blog-recent.scss */
  .blog-recent .categories .post-categories li {
    background-color: #F2F0EE;
    list-style: none;
    padding: 3px 10px;
    border-radius: 20px;
    line-height: 1;
    margin-left: 0; }
    /* line 66, resources/assets/styles/components/_blog-recent.scss */
    .blog-recent .categories .post-categories li a {
      text-decoration: none;
      font-size: 12px;
      color: #2B144D; }

/* line 75, resources/assets/styles/components/_blog-recent.scss */
.blog-recent .post__content {
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden; }
  /* line 81, resources/assets/styles/components/_blog-recent.scss */
  .blog-recent .post__content .wp-post-image {
    width: 100%;
    object-fit: cover;
    transition: transform 0.3s ease; }
  /* line 87, resources/assets/styles/components/_blog-recent.scss */
  .blog-recent .post__content .thumbnail {
    transition: transform 0.3s ease; }
  /* line 91, resources/assets/styles/components/_blog-recent.scss */
  .blog-recent .post__content .entry-summary {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.3s ease, opacity 0.3s ease; }
  /* line 99, resources/assets/styles/components/_blog-recent.scss */
  .blog-recent .post__content:hover .entry-summary {
    max-height: 80px;
    opacity: 1; }
  /* line 104, resources/assets/styles/components/_blog-recent.scss */
  .blog-recent .post__content:hover .wp-post-image {
    transform: scale(1.1); }

/* line 111, resources/assets/styles/components/_blog-recent.scss */
.blog-recent .post__content__text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  padding: 29px 29px 0 29px;
  border-radius: 15px 15px 0 0;
  position: relative;
  top: -20px;
  background: white;
  position: relative;
  overflow: hidden; }
  /* line 124, resources/assets/styles/components/_blog-recent.scss */
  .blog-recent .post__content__text-wrapper .entry-title {
    margin-bottom: 0;
    overflow: hidden;
    font-family: GTWalsheimProLight, sans-serif;
    position: relative; }
    @media (max-width: 1024px) {
      /* line 124, resources/assets/styles/components/_blog-recent.scss */
      .blog-recent .post__content__text-wrapper .entry-title {
        height: 100%;
        overflow: auto;
        display: block; } }
  /* line 137, resources/assets/styles/components/_blog-recent.scss */
  .blog-recent .post__content__text-wrapper .entry-summary {
    height: auto;
    overflow: hidden;
    margin-bottom: 20px; }
    @media (max-width: 1024px) {
      /* line 137, resources/assets/styles/components/_blog-recent.scss */
      .blog-recent .post__content__text-wrapper .entry-summary {
        height: 100%;
        overflow: auto;
        display: block; } }

/* line 150, resources/assets/styles/components/_blog-recent.scss */
.blog-recent .posts__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%; }
  @media (max-width: 1280px) {
    /* line 150, resources/assets/styles/components/_blog-recent.scss */
    .blog-recent .posts__list {
      padding: 35px;
      flex-direction: column; } }
  @media (min-width: 1280px) {
    /* line 150, resources/assets/styles/components/_blog-recent.scss */
    .blog-recent .posts__list {
      display: grid;
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 1024px) {
    /* line 166, resources/assets/styles/components/_blog-recent.scss */
    .blog-recent .posts__list .post {
      width: 100%; } }
  /* line 172, resources/assets/styles/components/_blog-recent.scss */
  .blog-recent .posts__list .post__content {
    display: flex;
    flex-direction: column-reverse;
    position: relative;
    overflow: hidden;
    height: 550px; }
    @media (max-width: 1024px) {
      /* line 172, resources/assets/styles/components/_blog-recent.scss */
      .blog-recent .posts__list .post__content {
        height: 590px; } }
    /* line 183, resources/assets/styles/components/_blog-recent.scss */
    .blog-recent .posts__list .post__content .thumbnail {
      overflow: hidden; }
      /* line 186, resources/assets/styles/components/_blog-recent.scss */
      .blog-recent .posts__list .post__content .thumbnail img {
        width: 100%;
        object-fit: cover;
        transition: height 0.3s ease, transform 0.3s ease;
        height: 300px; }
    /* line 194, resources/assets/styles/components/_blog-recent.scss */
    .blog-recent .posts__list .post__content .post__content__text-wrapper {
      flex-grow: 1;
      overflow: hidden;
      transition: height 0.3s ease;
      z-index: 2; }
    /* line 201, resources/assets/styles/components/_blog-recent.scss */
    .blog-recent .posts__list .post__content .entry-summary {
      max-height: 0;
      overflow: hidden;
      opacity: 0;
      transition: max-height 0.3s ease, opacity 0.3s ease; }
    /* line 209, resources/assets/styles/components/_blog-recent.scss */
    .blog-recent .posts__list .post__content:hover .entry-summary {
      max-height: 80px;
      opacity: 1; }
    /* line 214, resources/assets/styles/components/_blog-recent.scss */
    .blog-recent .posts__list .post__content:hover .thumbnail img {
      height: calc(300px - 80px); }
    /* line 218, resources/assets/styles/components/_blog-recent.scss */
    .blog-recent .posts__list .post__content:hover .wp-post-image {
      transform: scale(1.1); }

/* line 1, resources/assets/styles/components/_hero.scss */
.hero {
  display: flex;
  flex-direction: column;
  position: relative;
  height: 471px;
  width: 100%;
  display: flex;
  align-items: center;
  background-color: #00a4b3;
  background-image: linear-gradient(21deg, #00a4b3 0%, #4f2d7f 50%, #4f2d7f 100%);
  z-index: 10; }
  /* line 17, resources/assets/styles/components/_hero.scss */
  .hero .hero-container {
    padding-top: 200px; }
    @media (max-width: 768px) {
      /* line 17, resources/assets/styles/components/_hero.scss */
      .hero .hero-container {
        padding-top: 140px; } }
  /* line 25, resources/assets/styles/components/_hero.scss */
  .hero .bg-image {
    position: absolute;
    top: 0;
    right: 0;
    width: 141%;
    height: 162%;
    pointer-events: none;
    overflow: hidden; }
    /* line 35, resources/assets/styles/components/_hero.scss */
    .hero .bg-image img {
      position: absolute;
      width: 48%;
      height: 100%;
      object-fit: contain;
      top: -35%;
      left: 55%; }
  /* line 46, resources/assets/styles/components/_hero.scss */
  .hero .container {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    align-items: start;
    margin-bottom: 5.2rem; }
    /* line 53, resources/assets/styles/components/_hero.scss */
    .hero .container h1,
    .hero .container p {
      color: #ffffff; }
  /* line 59, resources/assets/styles/components/_hero.scss */
  .hero--frontpage {
    height: 471px;
    background-image: var(--bg);
    align-items: center; }
  /* line 67, resources/assets/styles/components/_hero.scss */
  .hero.align-right {
    justify-content: flex-end; }
    /* line 70, resources/assets/styles/components/_hero.scss */
    .hero.align-right .container {
      width: 50%;
      margin-right: 0; }

/* line 77, resources/assets/styles/components/_hero.scss */
.hero-mobile {
  display: none; }

@media (max-width: 768px) {
  /* line 83, resources/assets/styles/components/_hero.scss */
  .hero {
    height: 271px; }
    /* line 86, resources/assets/styles/components/_hero.scss */
    .hero .container {
      display: flex;
      justify-content: end;
      gap: 0;
      height: 100%; }
    /* line 93, resources/assets/styles/components/_hero.scss */
    .hero .hero {
      width: 149%;
      height: 173%; }
      /* line 99, resources/assets/styles/components/_hero.scss */
      .hero .hero .bg-image img {
        width: 91%;
        height: 100%;
        top: -34%;
        left: 45%; }
  /* line 108, resources/assets/styles/components/_hero.scss */
  .hero_1 {
    font-size: 45px;
    line-height: 1; }
  /* line 113, resources/assets/styles/components/_hero.scss */
  .hero_desc {
    font-size: 17px; }
  /* line 117, resources/assets/styles/components/_hero.scss */
  .post-hero-title {
    font-size: 30px; } }

/* line 123, resources/assets/styles/components/_hero.scss */
.post-hero-title {
  font-size: 50px;
  line-height: 75px; }
  @media (max-width: 768px) {
    /* line 123, resources/assets/styles/components/_hero.scss */
    .post-hero-title {
      font-size: 25px;
      line-height: 30px; } }

/* line 2, resources/assets/styles/components/_article.scss */
.single-post .meta-edit {
  display: none; }

/* line 6, resources/assets/styles/components/_article.scss */
.single-post__comments-count {
  font-size: 11px;
  font-family: GTWalsheimProLight, sans-serif;
  color: #7C7C7C;
  line-height: 15px;
  list-style: none;
  margin-left: 10px;
  text-transform: uppercase; }

/* line 16, resources/assets/styles/components/_article.scss */
.single-post__column-layout {
  display: flex;
  gap: 40px; }
  @media (max-width: 1024px) {
    /* line 16, resources/assets/styles/components/_article.scss */
    .single-post__column-layout {
      flex-direction: column;
      margin-top: 20px; } }

/* line 27, resources/assets/styles/components/_article.scss */
.single-post__body {
  padding: 34px 0px;
  order: 1;
  padding-left: 0;
  display: flex; }
  @media (max-width: 1024px) {
    /* line 27, resources/assets/styles/components/_article.scss */
    .single-post__body {
      flex-direction: column; } }
  @media (max-width: 1024px) {
    /* line 27, resources/assets/styles/components/_article.scss */
    .single-post__body {
      padding: 0; } }

/* line 43, resources/assets/styles/components/_article.scss */
.single-post__sidebar {
  order: 2;
  width: 100%; }
  @media (max-width: 1024px) {
    /* line 43, resources/assets/styles/components/_article.scss */
    .single-post__sidebar {
      order: 3;
      width: 100%; } }

/* line 53, resources/assets/styles/components/_article.scss */
.single-post__upper-header {
  display: flex;
  gap: 44px;
  align-items: center;
  margin-bottom: 22px; }
  @media (max-width: 1024px) {
    /* line 53, resources/assets/styles/components/_article.scss */
    .single-post__upper-header {
      padding: 20px; } }
  @media (max-width: 768px) {
    /* line 53, resources/assets/styles/components/_article.scss */
    .single-post__upper-header {
      margin-bottom: 0; } }

/* line 68, resources/assets/styles/components/_article.scss */
.single-post__date,
.single-post__author a {
  display: flex;
  align-items: center;
  font-family: GTWalsheimProLight, sans-serif;
  color: #7C7C7C;
  font-size: 13px;
  text-transform: uppercase; }

/* line 78, resources/assets/styles/components/_article.scss */
.single-post__content {
  margin-right: 72px;
  max-width: 832px; }
  @media (max-width: 1280px) {
    /* line 78, resources/assets/styles/components/_article.scss */
    .single-post__content {
      padding-left: 35px; } }
  @media (max-width: 1024px) {
    /* line 78, resources/assets/styles/components/_article.scss */
    .single-post__content {
      margin-right: 0;
      max-width: 100%;
      padding-left: 0; } }
  /* line 92, resources/assets/styles/components/_article.scss */
  .single-post__content__categories {
    margin-top: 20px; }
    /* line 96, resources/assets/styles/components/_article.scss */
    .single-post__content__categories__list {
      display: flex;
      gap: 10px;
      width: 100%;
      flex-wrap: wrap;
      align-items: center; }
      @media (max-width: 768px) {
        /* line 96, resources/assets/styles/components/_article.scss */
        .single-post__content__categories__list {
          gap: 0;
          margin-right: 10px; } }
    /* line 109, resources/assets/styles/components/_article.scss */
    .single-post__content__categories__title {
      font-size: 11px;
      font-family: GTWalsheimProLight, sans-serif;
      color: #7C7C7C;
      line-height: 15px;
      list-style: none; }

/* line 123, resources/assets/styles/components/_article.scss */
.single-post__tags__title {
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  line-height: 24px !important;
  margin: 0 !important;
  align-content: center !important;
  padding-right: 15px !important; }

/* line 134, resources/assets/styles/components/_article.scss */
.single-post__tags__list {
  list-style-type: none !important;
  padding: 0 !important; }

/* line 140, resources/assets/styles/components/_article.scss */
.single-post__tags {
  font-size: 17px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: 130% !important;
  /* 22.1px */
  letter-spacing: -0.34px !important;
  display: flex;
  flex-direction: column;
  gap: 22px;
  margin-top: 20px !important; }
  /* line 152, resources/assets/styles/components/_article.scss */
  .single-post__tags__list {
    margin: 0px !important;
    display: flex;
    flex-wrap: wrap;
    gap: 8px; }
    /* line 159, resources/assets/styles/components/_article.scss */
    .single-post__tags__list .tag a {
      display: flex;
      padding: 6px 8px;
      justify-content: center;
      align-items: center;
      gap: 10px;
      border-radius: 4px;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 24px;
      transition: 0.3s all ease;
      text-decoration: none; }
      /* line 174, resources/assets/styles/components/_article.scss */
      .single-post__tags__list .tag a:hover {
        color: #c6c6c6; }

/* line 184, resources/assets/styles/components/_article.scss */
.single-post__share {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 40px; }
  @media (max-width: 768px) {
    /* line 184, resources/assets/styles/components/_article.scss */
    .single-post__share {
      margin-top: 20px; } }

/* line 195, resources/assets/styles/components/_article.scss */
.single-post__share-title {
  font-family: GTWalsheimProLight, sans-serif;
  font-size: 10px;
  color: #7C7C7C;
  text-transform: uppercase;
  margin-right: 20px; }

/* line 203, resources/assets/styles/components/_article.scss */
.single-post__share-list {
  display: flex;
  list-style: none;
  margin-left: 10px; }
  /* line 210, resources/assets/styles/components/_article.scss */
  .single-post__share-list li {
    margin-right: 10px;
    line-height: 1;
    margin-left: 5px !important; }

/* line 217, resources/assets/styles/components/_article.scss */
.single-post ul li {
  margin-left: 20px;
  list-style: none; }
  /* line 221, resources/assets/styles/components/_article.scss */
  .single-post ul li strong {
    font-weight: 500; }

/* line 232, resources/assets/styles/components/_article.scss */
p {
  margin-bottom: 20px; }

/* line 237, resources/assets/styles/components/_article.scss */
a,
a:visited {
  text-decoration: none; }

/* line 244, resources/assets/styles/components/_article.scss */
b,
strong {
  font-weight: bold; }

/* line 249, resources/assets/styles/components/_article.scss */
dfn,
cite,
em,
i {
  font-style: italic;
  font-size: 15px; }

/* line 257, resources/assets/styles/components/_article.scss */
blockquote {
  font-style: italic;
  margin: 0 1.5em; }

/* line 262, resources/assets/styles/components/_article.scss */
.attachment-full {
  height: 386px;
  width: 100%;
  object-fit: cover;
  object-position: center;
  margin-bottom: 22px; }
  @media (max-width: 1024px) {
    /* line 262, resources/assets/styles/components/_article.scss */
    .attachment-full {
      height: 175px; } }

/* line 274, resources/assets/styles/components/_article.scss */
table {
  border-collapse: collapse;
  width: 100%; }
  /* line 278, resources/assets/styles/components/_article.scss */
  table * {
    font-size: 16px; }

/* line 283, resources/assets/styles/components/_article.scss */
table,
th,
td {
  border: 1px solid; }

/* line 289, resources/assets/styles/components/_article.scss */
td,
th {
  padding: 8px 12px; }

/* line 295, resources/assets/styles/components/_article.scss */
.category-end {
  font-family: GTWalsheimProLight, sans-serif;
  background-color: #F2F0EE;
  color: #2B144D;
  line-height: 15px;
  text-decoration: none;
  list-style: none;
  padding: 5px 10px;
  margin-right: 10px;
  border-radius: 20px;
  margin-left: 0 !important; }
  /* line 307, resources/assets/styles/components/_article.scss */
  .category-end a {
    font-size: 12px;
    text-wrap: nowrap; }

/* line 313, resources/assets/styles/components/_article.scss */
p {
  font-size: 15px;
  font-family: GTWalsheimProLight, sans-serif;
  color: #000000;
  margin-bottom: 20px;
  padding: 0 20px 0 0;
  line-height: 28px; }
  @media (max-width: 768px) {
    /* line 313, resources/assets/styles/components/_article.scss */
    p {
      padding: 0 10px 0 0; } }

/* line 327, resources/assets/styles/components/_article.scss */
strong {
  font-size: 15px;
  font-weight: 500; }

/* line 335, resources/assets/styles/components/_article.scss */
ul li {
  font-family: GTWalsheimProLight, sans-serif;
  font-size: 15px;
  font-weight: normal;
  line-height: 28px; }

/* line 344, resources/assets/styles/components/_article.scss */
.p-lead {
  font-size: 24px;
  font-family: GTWalsheimProBold, sans-serif;
  color: #2B144D;
  margin: 30px 0; }
  @media (max-width: 1024px) {
    /* line 344, resources/assets/styles/components/_article.scss */
    .p-lead {
      font-size: 18px;
      margin: 25px 0; } }

/* line 357, resources/assets/styles/components/_article.scss */
h2,
h2 strong {
  color: #2B144D;
  font-family: GTWalsheimProbold, sans-serif;
  font-size: 21px;
  margin-bottom: 28px; }
  @media (max-width: 768px) {
    /* line 357, resources/assets/styles/components/_article.scss */
    h2,
    h2 strong {
      font-size: 16px; } }

/* line 369, resources/assets/styles/components/_article.scss */
h3 {
  font-family: GTWalsheimMedium, sans-serif;
  font-size: 17px;
  line-height: 22px; }

/* line 375, resources/assets/styles/components/_article.scss */
h4 {
  font-family: GTWalsheimLight, sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 20px; }

/* line 383, resources/assets/styles/components/_article.scss */
p {
  font-size: 15px;
  font-family: GTWalsheimProLight, sans-serif;
  color: #000000;
  overflow-wrap: break-word;
  line-height: 28px; }
  /* line 390, resources/assets/styles/components/_article.scss */
  p a {
    color: #A06DFF !important;
    font-size: 15px;
    font-family: GTWalsheimProLight, sans-serif;
    text-decoration: none; }

/* line 400, resources/assets/styles/components/_article.scss */
strong {
  font-size: 15px;
  font-weight: 500; }

/* line 405, resources/assets/styles/components/_article.scss */
.highlight2 {
  background-color: #FFC23D;
  font-size: 15px;
  font-weight: normal;
  font-style: normal; }

/* line 412, resources/assets/styles/components/_article.scss */
.highlight1 {
  background-color: #FFC23D;
  font-size: 15px;
  font-weight: normal;
  font-style: normal; }

/* line 419, resources/assets/styles/components/_article.scss */
a {
  color: #2B144D;
  font-size: 15px;
  font-family: GTWalsheimProLight, sans-serif; }

/* line 428, resources/assets/styles/components/_article.scss */
ul li {
  font-family: GTWalsheimProLight, sans-serif;
  font-size: 15px;
  margin-right: 10px;
  font-weight: normal;
  line-height: 28px; }

/* line 439, resources/assets/styles/components/_article.scss */
ol li {
  font-family: GTWalsheimProLight, sans-serif;
  font-size: 15px;
  margin-right: 10px;
  font-weight: normal;
  line-height: 28px; }

/* line 448, resources/assets/styles/components/_article.scss */
.framed-section ul {
  padding: 0 20px; }

@media (max-width: 1024px) {
  /* line 453, resources/assets/styles/components/_article.scss */
  .single .container:has(.sidebar-container) .sidebar-container {
    background-color: #F2F0EE; } }

/* line 458, resources/assets/styles/components/_article.scss */
.blog-sidebar {
  min-width: 317px;
  max-width: 318px;
  padding: 34px 10px 28px 10px; }
  @media (max-width: 1024px) {
    /* line 458, resources/assets/styles/components/_article.scss */
    .blog-sidebar {
      padding: 34px 0 28px 0;
      max-width: 100%;
      min-width: 100%; } }
  @media (max-width: 1024px) {
    /* line 470, resources/assets/styles/components/_article.scss */
    .blog-sidebar__search-box,
    .blog-sidebar .grouped-list {
      padding: 0 34px; } }
  @media (max-width: 1024px) {
    /* line 458, resources/assets/styles/components/_article.scss */
    .blog-sidebar {
      background-color: #F2F0EE; } }

/* line 484, resources/assets/styles/components/_article.scss */
.error-box {
  position: relative;
  border: 2px solid #A06DFF;
  font-size: 15px;
  font-family: GTWalsheimProLight, sans-serif;
  color: #000000;
  overflow-wrap: break-word;
  line-height: 28px;
  padding: 34px;
  border-radius: 18px 18px 98px 18px;
  overflow-wrap: break-word;
  margin-bottom: 20px; }
  @media (max-width: 768px) {
    /* line 484, resources/assets/styles/components/_article.scss */
    .error-box {
      padding: 22px; } }
  /* line 501, resources/assets/styles/components/_article.scss */
  .error-box ul li {
    margin-left: 20px; }
    /* line 504, resources/assets/styles/components/_article.scss */
    .error-box ul li strong {
      font-weight: 500; }
  /* line 510, resources/assets/styles/components/_article.scss */
  .error-box .box-icon {
    display: block;
    float: left;
    background: url("/wp-content/themes/doradcypodatkowi/resources/assets/images/info-icon.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    width: 18px;
    margin: 1px 15px 0 2px;
    height: 21px; }
  /* line 522, resources/assets/styles/components/_article.scss */
  .error-box strong {
    font-weight: 500; }

/* line 529, resources/assets/styles/components/_article.scss */
.categories-and-share {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  @media (max-width: 1024px) {
    /* line 529, resources/assets/styles/components/_article.scss */
    .categories-and-share {
      padding: 0 20px; } }

/* line 541, resources/assets/styles/components/_article.scss */
.single-old-post h3 strong,
.single-old-post h3 {
  color: #2B144D;
  font-family: GTWalsheimMedium, sans-serif;
  font-size: 17px;
  margin-bottom: 20px;
  margin-top: 30px; }
  @media (max-width: 768px) {
    /* line 541, resources/assets/styles/components/_article.scss */
    .single-old-post h3 strong,
    .single-old-post h3 {
      font-size: 16px; } }

/* line 555, resources/assets/styles/components/_article.scss */
.single-old-post div {
  font-size: 15px; }
  @media (max-width: 768px) {
    /* line 555, resources/assets/styles/components/_article.scss */
    .single-old-post div {
      font-size: 14px; } }

/* line 2, resources/assets/styles/components/_cards.scss */
.cards__content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 2.5rem; }
  /* line 7, resources/assets/styles/components/_cards.scss */
  .cards__content__card {
    margin-top: 3.5rem;
    display: flex;
    padding: 5rem 1.6rem 3.6rem 1.6rem;
    flex-direction: column;
    align-items: center;
    border-radius: 2.7rem;
    background: #ffffff;
    box-shadow: -2px -2px 20px 0px rgba(0, 0, 0, 0.05), 4px 4px 16px 0px rgba(212, 206, 206, 0.25); }
    /* line 17, resources/assets/styles/components/_cards.scss */
    .cards__content__card img {
      width: 4.8rem;
      height: 4.8rem;
      margin-bottom: 3.2rem; }
    /* line 23, resources/assets/styles/components/_cards.scss */
    .cards__content__card p {
      text-align: center; }
      /* line 26, resources/assets/styles/components/_cards.scss */
      .cards__content__card p.h_size_3 {
        margin-bottom: 1.2rem; }

@media (max-width: 1024px) {
  /* line 36, resources/assets/styles/components/_cards.scss */
  .cards__content {
    grid-template-columns: 1fr 1fr; } }

@media (max-width: 768px) {
  /* line 44, resources/assets/styles/components/_cards.scss */
  .cards__content {
    grid-template-columns: 1fr; } }

/* line 3, resources/assets/styles/components/_posts.scss */
.posts .container:has(.sidebar-container) {
  padding: 0; }

/* line 11, resources/assets/styles/components/_posts.scss */
.posts {
  margin-top: 20px; }
  @media (max-width: 992px) {
    /* line 11, resources/assets/styles/components/_posts.scss */
    .posts {
      margin-top: 20px; } }
  /* line 18, resources/assets/styles/components/_posts.scss */
  .posts .sidebar-container {
    max-width: 350px; }
    @media (max-width: 1024px) {
      /* line 18, resources/assets/styles/components/_posts.scss */
      .posts .sidebar-container {
        max-width: 100%; } }
  /* line 27, resources/assets/styles/components/_posts.scss */
  .posts .container-large {
    display: flex; }
    @media (max-width: 1024px) {
      /* line 27, resources/assets/styles/components/_posts.scss */
      .posts .container-large {
        flex-direction: column; } }
  /* line 35, resources/assets/styles/components/_posts.scss */
  .posts .date {
    font-family: GTWalsheimProLight, sans-serif;
    font-size: 13px;
    color: #707070;
    line-height: 17px;
    margin-bottom: 15px;
    text-transform: uppercase; }
    @media (max-width: 768px) {
      /* line 35, resources/assets/styles/components/_posts.scss */
      .posts .date {
        font-size: 11px; } }
  /* line 49, resources/assets/styles/components/_posts.scss */
  .posts .categories .post-categories {
    display: flex;
    margin-top: 20px;
    flex-wrap: wrap;
    gap: 5px 0; }
    /* line 55, resources/assets/styles/components/_posts.scss */
    .posts .categories .post-categories li {
      background-color: #F2F0EE;
      list-style: none;
      padding: 3px 10px;
      border-radius: 20px;
      line-height: 1; }
      /* line 62, resources/assets/styles/components/_posts.scss */
      .posts .categories .post-categories li a {
        text-decoration: none;
        font-size: 12px;
        color: #2B144D; }
  /* line 73, resources/assets/styles/components/_posts.scss */
  .posts__list {
    display: flex;
    flex-direction: column;
    gap: 50px;
    align-items: flex-end;
    padding-top: 34px;
    padding-right: 60px; }
    @media (max-width: 992px) {
      /* line 73, resources/assets/styles/components/_posts.scss */
      .posts__list {
        margin-top: 10px;
        width: 100%;
        padding-right: 0;
        border-right: none;
        padding-top: 0; } }
    @media (max-width: 992px) {
      /* line 89, resources/assets/styles/components/_posts.scss */
      .posts__list .post {
        width: 100%; } }
    /* line 95, resources/assets/styles/components/_posts.scss */
    .posts__list .post__content {
      display: flex;
      border-radius: 4px;
      box-shadow: -2px -2px 20px 0px rgba(0, 0, 0, 0.05), 4px 4px 16px 0px #d4cece40;
      border-radius: 15px; }
      @media (max-width: 992px) {
        /* line 95, resources/assets/styles/components/_posts.scss */
        .posts__list .post__content {
          flex-direction: column-reverse; } }
      /* line 108, resources/assets/styles/components/_posts.scss */
      .posts__list .post__content__text {
        display: flex;
        flex-direction: column;
        gap: 16px; }
      /* line 114, resources/assets/styles/components/_posts.scss */
      .posts__list .post__content__text-wrapper {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 100%;
        padding: 29px 29px 0 29px;
        border-radius: 15px 15px 0 0;
        position: relative;
        top: -20px;
        background: white; }
        /* line 125, resources/assets/styles/components/_posts.scss */
        .posts__list .post__content__text-wrapper .entry-title {
          margin-bottom: 0;
          font-size: 17px;
          line-height: 22px; }
          /* line 131, resources/assets/styles/components/_posts.scss */
          .posts__list .post__content__text-wrapper .entry-title a {
            text-decoration: none;
            transition: 0.3s all ease;
            color: #2B144D;
            font-size: 17px;
            font-weight: 500;
            font-family: GTWalsheimProRegular, sans-serif; }
            @media (max-width: 768px) {
              /* line 131, resources/assets/styles/components/_posts.scss */
              .posts__list .post__content__text-wrapper .entry-title a {
                font-size: 15px; } }
        /* line 146, resources/assets/styles/components/_posts.scss */
        .posts__list .post__content__text-wrapper .entry-summary {
          font-family: GTWalsheimProLight, sans-serif;
          color: #000000;
          font-size: 13px;
          font-style: normal;
          font-weight: 200;
          line-height: 19px;
          height: 78px;
          overflow: hidden;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 3;
          display: -webkit-box; }
          @media (max-width: 1024px) {
            /* line 146, resources/assets/styles/components/_posts.scss */
            .posts__list .post__content__text-wrapper .entry-summary {
              height: 100%;
              overflow: auto;
              display: block; } }
          @media (max-width: 768px) {
            /* line 146, resources/assets/styles/components/_posts.scss */
            .posts__list .post__content__text-wrapper .entry-summary {
              font-size: 11px; } }
      /* line 172, resources/assets/styles/components/_posts.scss */
      .posts__list .post__content .wp-post-image {
        display: block;
        width: 332px;
        height: 100%;
        object-fit: cover;
        object-position: center;
        flex-shrink: 0; }
        @media (max-width: 992px) {
          /* line 172, resources/assets/styles/components/_posts.scss */
          .posts__list .post__content .wp-post-image {
            width: 100%;
            height: 254px; } }
        @media (min-width: 992px) {
          /* line 172, resources/assets/styles/components/_posts.scss */
          .posts__list .post__content .wp-post-image {
            height: 226px; } }
    /* line 193, resources/assets/styles/components/_posts.scss */
    .posts__list .post__link .link {
      color: #FF5149;
      font-size: 15px;
      line-height: 13px;
      text-decoration: none;
      font-family: GTWalsheimRegular, sans-serif;
      position: relative;
      display: inline-block; }
      /* line 204, resources/assets/styles/components/_posts.scss */
      .posts__list .post__link .link span {
        font-size: 16px; }
      @media (max-width: 768px) {
        /* line 193, resources/assets/styles/components/_posts.scss */
        .posts__list .post__link .link {
          font-size: 14px; } }
  /* line 220, resources/assets/styles/components/_posts.scss */
  .posts__pagination {
    display: flex;
    gap: 8px;
    margin-top: 60px;
    margin-right: 60px;
    justify-content: flex-end; }
    @media (max-width: 992px) {
      /* line 220, resources/assets/styles/components/_posts.scss */
      .posts__pagination {
        margin-bottom: 50px;
        margin-right: 0;
        padding-bottom: 20px;
        justify-content: center; } }
    /* line 234, resources/assets/styles/components/_posts.scss */
    .posts__pagination span,
    .posts__pagination a {
      width: 40px;
      height: 40px;
      display: flex;
      justify-content: center;
      align-items: center;
      color: #2B144D;
      text-decoration: none;
      transition: 0.3s all ease;
      background-color: #fff;
      font-family: GTWalsheimProLight, sans-serif;
      font-weight: 300;
      font-size: 19px; }
      /* line 250, resources/assets/styles/components/_posts.scss */
      .posts__pagination span.current,
      .posts__pagination a.current {
        font-family: GTWalsheimProBold, sans-serif;
        font-weight: bold;
        font-size: 23px; }

/* line 261, resources/assets/styles/components/_posts.scss */
.blog-sidebar .container {
  padding: 0 38px; }

/* line 266, resources/assets/styles/components/_posts.scss */
.blog-sidebar__tags {
  margin-top: 40px; }

/* line 271, resources/assets/styles/components/_posts.scss */
.blog-sidebar__last-posts {
  margin-bottom: 30px; }
  /* line 274, resources/assets/styles/components/_posts.scss */
  .blog-sidebar__last-posts .grouped-list__list__item {
    display: flex;
    gap: 20px;
    padding: 18px 0; }
  @media (max-width: 992px) {
    /* line 281, resources/assets/styles/components/_posts.scss */
    .blog-sidebar__last-posts.grouped-list {
      display: none; } }
  /* line 286, resources/assets/styles/components/_posts.scss */
  .blog-sidebar__last-posts.grouped-list .grouped-list__list__item {
    padding: 18px 0 18px 0;
    margin-left: 0; }
    /* line 290, resources/assets/styles/components/_posts.scss */
    .blog-sidebar__last-posts.grouped-list .grouped-list__list__item .last-posts-container {
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      /* line 295, resources/assets/styles/components/_posts.scss */
      .blog-sidebar__last-posts.grouped-list .grouped-list__list__item .last-posts-container a {
        color: #000000;
        font-size: 17px;
        font-family: GTWalsheimProLight, sans-serif;
        font-weight: 300;
        overflow: hidden; }

/* line 309, resources/assets/styles/components/_posts.scss */
.blog-sidebar__search-box {
  margin-bottom: 30px; }
  /* line 312, resources/assets/styles/components/_posts.scss */
  .blog-sidebar__search-box__title {
    color: #2B144D;
    font-size: 19px;
    margin-bottom: 20px; }
  /* line 319, resources/assets/styles/components/_posts.scss */
  .blog-sidebar__search-box__form form {
    display: flex;
    gap: 10px;
    justify-content: space-between; }
  /* line 325, resources/assets/styles/components/_posts.scss */
  .blog-sidebar__search-box__form #searchsubmit {
    color: #B9B9B9;
    background: #ffffff;
    border: 1px solid #C2C2C2;
    padding: 6px 10px;
    width: 62px;
    height: 62px;
    font-size: 16px;
    outline: none; }
    /* line 335, resources/assets/styles/components/_posts.scss */
    .blog-sidebar__search-box__form #searchsubmit:hover {
      cursor: pointer; }
    /* line 340, resources/assets/styles/components/_posts.scss */
    .blog-sidebar__search-box__form #searchsubmit:focus {
      outline: none; }
  /* line 345, resources/assets/styles/components/_posts.scss */
  .blog-sidebar__search-box__form .custom-form {
    position: relative;
    width: 100%; }
    /* line 349, resources/assets/styles/components/_posts.scss */
    .blog-sidebar__search-box__form .custom-form input {
      position: relative;
      width: 100%;
      font-size: 12px;
      font-weight: 200;
      font-family: GTWalsheimProLight, sans-serif;
      outline: none !important;
      color: #B9B9B9;
      padding: 12px 0 14px 11px;
      border: 1px solid #C2C2C2;
      background: #FFF; }
      /* line 361, resources/assets/styles/components/_posts.scss */
      .blog-sidebar__search-box__form .custom-form input::placeholder {
        color: #B9B9B9; }
    /* line 366, resources/assets/styles/components/_posts.scss */
    .blog-sidebar__search-box__form .custom-form button {
      position: absolute;
      top: 0;
      right: 0;
      width: max-content;
      height: max-content;
      border: none;
      cursor: pointer; }
  /* line 378, resources/assets/styles/components/_posts.scss */
  .blog-sidebar__search-box__form .search-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 13px;
    height: 13px;
    pointer-events: none; }

/* line 390, resources/assets/styles/components/_posts.scss */
.blog-sidebar .grouped-list {
  display: inline;
  flex-direction: column; }
  /* line 395, resources/assets/styles/components/_posts.scss */
  .blog-sidebar .grouped-list__title {
    color: #2B144D;
    font-size: 19px;
    margin: 20px 0; }
  /* line 401, resources/assets/styles/components/_posts.scss */
  .blog-sidebar .grouped-list__list {
    flex-direction: column;
    list-style-type: none; }
    /* line 407, resources/assets/styles/components/_posts.scss */
    .blog-sidebar .grouped-list__list__item {
      padding: 18px 0;
      border-bottom: 1px solid #B9B9B9; }
      /* line 411, resources/assets/styles/components/_posts.scss */
      .blog-sidebar .grouped-list__list__item a {
        display: flex;
        width: 100%;
        justify-content: space-between;
        text-decoration: none;
        font-size: 17px;
        font-family: GTWalsheimProLight, sans-serif;
        color: #000000;
        transition: 0.3s all ease; }
        /* line 422, resources/assets/styles/components/_posts.scss */
        .blog-sidebar .grouped-list__list__item a:hover {
          color: #2B144D; }
      /* line 428, resources/assets/styles/components/_posts.scss */
      .blog-sidebar .grouped-list__list__item__name {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 1;
        /* 150% */
        flex: 0 0 60%; }
      /* line 437, resources/assets/styles/components/_posts.scss */
      .blog-sidebar .grouped-list__list__item__count {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 1;
        /* 26.4px */ }
    /* line 446, resources/assets/styles/components/_posts.scss */
    .blog-sidebar .grouped-list__list.with-buttons {
      gap: 2px;
      margin-top: 18px; }
    /* line 451, resources/assets/styles/components/_posts.scss */
    .blog-sidebar .grouped-list__list__button-item {
      position: relative;
      padding: 0;
      display: inline;
      justify-content: center;
      align-items: center;
      margin-right: 0;
      gap: 1px;
      color: #B9B9B9;
      transition: 0.3s all ease;
      font-family: GTWalsheimProLight, sans-serif;
      font-weight: 300;
      margin-left: 0; }
      /* line 465, resources/assets/styles/components/_posts.scss */
      .blog-sidebar .grouped-list__list__button-item a {
        display: inline;
        font-size: 16px;
        color: #B9B9B9;
        transition: all .2s ease-in;
        font-family: GTWalsheimProLight, sans-serif;
        font-weight: 300;
        word-break: break-word;
        text-decoration: none; }
        /* line 475, resources/assets/styles/components/_posts.scss */
        .blog-sidebar .grouped-list__list__button-item a:hover {
          color: #FF5149; }
      /* line 480, resources/assets/styles/components/_posts.scss */
      .blog-sidebar .grouped-list__list__button-item:last-child a {
        border-right: none; }
      /* line 485, resources/assets/styles/components/_posts.scss */
      .blog-sidebar .grouped-list__list__button-item .border-right {
        display: inline-block;
        width: 1px;
        height: 15px;
        background-color: #B9B9B9;
        margin-right: 8px;
        margin-left: 8px; }
  /* line 505, resources/assets/styles/components/_posts.scss */
  .blog-sidebar .grouped-list__dropdown {
    font-family: GTWalsheimProLight, sans-serif;
    font-weight: 300;
    font-size: 12px;
    color: #B9B9B9;
    background-color: #EFEFEF;
    padding: 12px 0 14px 11px;
    border: 1px solid #B9B9B9; }

/* line 516, resources/assets/styles/components/_posts.scss */
.blog-sidebar__report {
  margin: 70px 0 49px 0;
  width: 100%; }
  /* line 520, resources/assets/styles/components/_posts.scss */
  .blog-sidebar__report__wrapper {
    background-color: #F2F0EE;
    padding: 20px; }
    @media (max-width: 1024px) {
      /* line 520, resources/assets/styles/components/_posts.scss */
      .blog-sidebar__report__wrapper {
        background-color: #E0DCD7;
        padding: 34px; } }
    /* line 530, resources/assets/styles/components/_posts.scss */
    .blog-sidebar__report__wrapper__title {
      font-family: GTWalsheimProBold, sans-serif;
      font-size: 30px;
      font-weight: 900;
      color: #2B144D;
      margin-bottom: 10px; }
    /* line 538, resources/assets/styles/components/_posts.scss */
    .blog-sidebar__report__wrapper__subtitle {
      font-size: 21px;
      color: #000000; }
    /* line 543, resources/assets/styles/components/_posts.scss */
    .blog-sidebar__report__wrapper__red {
      font-family: GTWalsheimProLight, sans-serif;
      font-size: 15px;
      font-weight: 300;
      color: #FF5149;
      margin-bottom: 30px; }
    /* line 551, resources/assets/styles/components/_posts.scss */
    .blog-sidebar__report__wrapper__button {
      padding: 8px 11px 10px;
      background-color: transparent;
      border: 1px solid #FF5149;
      color: #FF5149;
      border-radius: 5px;
      transition: all .1s ease-in; }
      /* line 559, resources/assets/styles/components/_posts.scss */
      .blog-sidebar__report__wrapper__button:hover {
        background-color: #FF5149;
        opacity: 1;
        color: white; }
        /* line 564, resources/assets/styles/components/_posts.scss */
        .blog-sidebar__report__wrapper__button:hover a {
          color: white; }
      /* line 569, resources/assets/styles/components/_posts.scss */
      .blog-sidebar__report__wrapper__button a {
        font-size: 13px; }

/* line 581, resources/assets/styles/components/_posts.scss */
.tag main > section:nth-child(1),
.category main > section:nth-child(1) {
  display: none; }

/* line 591, resources/assets/styles/components/_posts.scss */
.tag .posts,
.category .posts,
.search .posts {
  margin-top: 80px; }
  @media (max-width: 992px) {
    /* line 591, resources/assets/styles/components/_posts.scss */
    .tag .posts,
    .category .posts,
    .search .posts {
      margin-top: 60px; } }

/* line 601, resources/assets/styles/components/_posts.scss */
.category-title-box,
.tag-title-box,
.search-title-box {
  margin-top: 0px;
  padding-top: 0px;
  margin-bottom: 50px; }

/* line 610, resources/assets/styles/components/_posts.scss */
.search-title-box form {
  display: flex;
  gap: 10px;
  justify-content: space-between; }

/* line 616, resources/assets/styles/components/_posts.scss */
.search-title-box #searchsubmit {
  color: #fff;
  padding: 6px 10px;
  width: 62px;
  height: 62px;
  font-size: 13px;
  outline: none; }
  /* line 625, resources/assets/styles/components/_posts.scss */
  .search-title-box #searchsubmit:hover {
    cursor: pointer; }
  /* line 630, resources/assets/styles/components/_posts.scss */
  .search-title-box #searchsubmit:focus {
    outline: none; }

/* line 635, resources/assets/styles/components/_posts.scss */
.search-title-box .custom-form {
  position: relative;
  margin-top: 35px;
  width: 480px; }
  @media (max-width: 992px) {
    /* line 635, resources/assets/styles/components/_posts.scss */
    .search-title-box .custom-form {
      width: 100%; } }
  /* line 644, resources/assets/styles/components/_posts.scss */
  .search-title-box .custom-form input {
    width: 100%;
    border-radius: 2px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 165%;
    /* 23.1px */
    outline: none !important;
    height: 62px;
    padding: 10px 20px;
    border-radius: 8px;
    background: #FFF; }
  /* line 661, resources/assets/styles/components/_posts.scss */
  .search-title-box .custom-form button {
    position: absolute;
    top: 0;
    right: 0;
    width: max-content;
    height: max-content;
    border: none;
    cursor: pointer; }

/* line 678, resources/assets/styles/components/_posts.scss */
.blog .wp-gr .wp-google-content-inner,
.tag .wp-gr .wp-google-content-inner,
.category .wp-gr .wp-google-content-inner,
.search .wp-gr .wp-google-content-inner {
  position: static !important;
  min-height: 0px !important; }

/* line 688, resources/assets/styles/components/_posts.scss */
.posts .page-for-posts .posts__pagination {
  margin-left: auto;
  margin-right: auto;
  justify-content: center; }

/* line 694, resources/assets/styles/components/_posts.scss */
.posts .page-for-posts .post__content__text-wrapper {
  position: relative;
  overflow: hidden; }
  /* line 698, resources/assets/styles/components/_posts.scss */
  .posts .page-for-posts .post__content__text-wrapper .entry-title {
    margin-bottom: 0;
    overflow: hidden;
    font-family: GTWalsheimProLight, sans-serif;
    position: relative; }
    @media (max-width: 1024px) {
      /* line 698, resources/assets/styles/components/_posts.scss */
      .posts .page-for-posts .post__content__text-wrapper .entry-title {
        height: 100%;
        overflow: auto;
        display: block; } }
  /* line 711, resources/assets/styles/components/_posts.scss */
  .posts .page-for-posts .post__content__text-wrapper .entry-summary {
    height: auto;
    overflow: hidden;
    margin-bottom: 20px; }
    @media (max-width: 1024px) {
      /* line 711, resources/assets/styles/components/_posts.scss */
      .posts .page-for-posts .post__content__text-wrapper .entry-summary {
        height: 100%;
        overflow: auto;
        display: block; } }

/* line 724, resources/assets/styles/components/_posts.scss */
.posts .page-for-posts .posts__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 35px; }
  @media (max-width: 1028px) {
    /* line 724, resources/assets/styles/components/_posts.scss */
    .posts .page-for-posts .posts__list {
      padding: 35px;
      flex-direction: column; } }
  @media (min-width: 1028px) {
    /* line 724, resources/assets/styles/components/_posts.scss */
    .posts .page-for-posts .posts__list {
      display: grid;
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 768px) {
    /* line 724, resources/assets/styles/components/_posts.scss */
    .posts .page-for-posts .posts__list {
      display: grid;
      grid-template-columns: repeat(1, 1fr); } }
  @media (max-width: 1024px) {
    /* line 744, resources/assets/styles/components/_posts.scss */
    .posts .page-for-posts .posts__list .post {
      width: 100%; } }
  /* line 750, resources/assets/styles/components/_posts.scss */
  .posts .page-for-posts .posts__list .post__content {
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    height: 550px; }
    @media (max-width: 1024px) {
      /* line 750, resources/assets/styles/components/_posts.scss */
      .posts .page-for-posts .posts__list .post__content {
        height: 590px; } }
    /* line 761, resources/assets/styles/components/_posts.scss */
    .posts .page-for-posts .posts__list .post__content .thumbnail {
      overflow: hidden; }
      /* line 764, resources/assets/styles/components/_posts.scss */
      .posts .page-for-posts .posts__list .post__content .thumbnail img {
        width: 100%;
        object-fit: cover;
        transition: height 0.3s ease, transform 0.3s ease;
        height: 300px; }
    /* line 772, resources/assets/styles/components/_posts.scss */
    .posts .page-for-posts .posts__list .post__content .post__content__text-wrapper {
      flex-grow: 1;
      overflow: hidden;
      transition: height 0.3s ease; }
    /* line 778, resources/assets/styles/components/_posts.scss */
    .posts .page-for-posts .posts__list .post__content .entry-summary {
      max-height: 0;
      overflow: hidden;
      opacity: 0;
      transition: max-height 0.3s ease, opacity 0.3s ease; }
    /* line 786, resources/assets/styles/components/_posts.scss */
    .posts .page-for-posts .posts__list .post__content:hover .entry-summary {
      max-height: 80px;
      opacity: 1; }
    /* line 791, resources/assets/styles/components/_posts.scss */
    .posts .page-for-posts .posts__list .post__content:hover .thumbnail img {
      height: calc(300px - 80px); }
    /* line 795, resources/assets/styles/components/_posts.scss */
    .posts .page-for-posts .posts__list .post__content:hover .wp-post-image {
      transform: scale(1.1); }

/* line 804, resources/assets/styles/components/_posts.scss */
.blog-sidebar__tags {
  min-height: 265px; }

/* line 808, resources/assets/styles/components/_posts.scss */
.tags-list {
  overflow-y: auto; }
  /* line 811, resources/assets/styles/components/_posts.scss */
  .tags-list.hidden {
    overflow-y: hidden; }

/* line 816, resources/assets/styles/components/_posts.scss */
.show-more-tags {
  margin: 3rem auto 0;
  background: none;
  border: none;
  display: flex;
  align-items: center;
  gap: 2rem; }
  /* line 824, resources/assets/styles/components/_posts.scss */
  .show-more-tags.hidden {
    display: none; }

@media (max-width: 1024px) {
  /* line 830, resources/assets/styles/components/_posts.scss */
  .container:has(.sidebar-container) .sidebar-container {
    background-color: #F2F0EE; } }

/* line 835, resources/assets/styles/components/_posts.scss */
.post__content {
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden; }
  /* line 841, resources/assets/styles/components/_posts.scss */
  .post__content .wp-post-image {
    width: 100%;
    object-fit: cover;
    transition: transform 0.3s ease; }
  /* line 847, resources/assets/styles/components/_posts.scss */
  .post__content .thumbnail {
    transition: transform 0.3s ease; }
  /* line 851, resources/assets/styles/components/_posts.scss */
  .post__content .entry-summary {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.3s ease, opacity 0.3s ease; }
  /* line 859, resources/assets/styles/components/_posts.scss */
  .post__content:hover .entry-summary {
    max-height: 80px;
    opacity: 1; }
  /* line 864, resources/assets/styles/components/_posts.scss */
  .post__content:hover .wp-post-image {
    transform: scale(1.1); }

/* line 870, resources/assets/styles/components/_posts.scss */
.old-post-content .error-box {
  margin: 25px 0; }

/* line 878, resources/assets/styles/components/_posts.scss */
.old-post-content ul li {
  list-style: disc; }

/* line 884, resources/assets/styles/components/_posts.scss */
.separator-bottom {
  height: 1px;
  background-color: #7C7C7C;
  margin: 40px 0 0; }
  @media (max-width: 1024px) {
    /* line 884, resources/assets/styles/components/_posts.scss */
    .separator-bottom {
      margin: 40px 20px 0; } }

@media (max-width: 1024px) {
  /* line 1, resources/assets/styles/components/_old-post.scss */
  .old-post-content {
    padding: 20px; } }

/* line 1, resources/assets/styles/components/_framed-section.scss */
.error-box {
  margin: 25px 0; }
  @media (max-width: 1024px) {
    /* line 1, resources/assets/styles/components/_framed-section.scss */
    .error-box {
      margin: 20px; } }

/* line 2, resources/assets/styles/components/_main-post-content.scss */
.single-post__content .main-post-content {
  margin: 25px 0; }
  @media (max-width: 1024px) {
    /* line 2, resources/assets/styles/components/_main-post-content.scss */
    .single-post__content .main-post-content {
      padding: 20px; } }

/* line 3, resources/assets/styles/components/_main-post-heading.scss */
.main-post-heading h2 {
  font-size: 21px;
  font-family: GTWalsheimProBold, sans-serif;
  color: #2B144D;
  margin: 50px 0; }
  @media (max-width: 1024px) {
    /* line 3, resources/assets/styles/components/_main-post-heading.scss */
    .main-post-heading h2 {
      font-size: 18px;
      margin: 20px 0;
      padding: 20px; } }

/* line 2, resources/assets/styles/components/_authors.scss */
.single-post__content .author-module-section-title {
  font-size: 20px;
  line-height: 27px;
  font-family: GTWalsheimProLight, sans-serif;
  margin: 35px 0;
  text-transform: uppercase;
  color: #7C7C7C;
  letter-spacing: 3px; }
  @media (max-width: 1024px) {
    /* line 2, resources/assets/styles/components/_authors.scss */
    .single-post__content .author-module-section-title {
      font-size: 17px;
      padding: 20px;
      margin: 35px 0 0 0; } }

/* line 19, resources/assets/styles/components/_authors.scss */
.single-post__content .author-module {
  display: flex;
  margin-top: 50px; }
  @media (max-width: 1024px) {
    /* line 19, resources/assets/styles/components/_authors.scss */
    .single-post__content .author-module {
      padding: 20px;
      margin-top: 10px; } }
  @media (max-width: 768px) {
    /* line 19, resources/assets/styles/components/_authors.scss */
    .single-post__content .author-module {
      flex-direction: column; } }
  /* line 32, resources/assets/styles/components/_authors.scss */
  .single-post__content .author-module .author-image {
    width: 104px;
    height: 104px;
    background-color: #fff;
    background-size: cover;
    border-radius: 50%;
    margin-right: 25px; }
    @media (max-width: 768px) {
      /* line 32, resources/assets/styles/components/_authors.scss */
      .single-post__content .author-module .author-image {
        margin-bottom: 23px;
        width: 92px;
        height: 92px; } }
  @media (max-width: 768px) {
    /* line 19, resources/assets/styles/components/_authors.scss */
    .single-post__content .author-module {
      padding: 20px; } }
  /* line 51, resources/assets/styles/components/_authors.scss */
  .single-post__content .author-module__title {
    font-size: 24px;
    margin-bottom: 20px; }
  /* line 56, resources/assets/styles/components/_authors.scss */
  .single-post__content .author-module__wrapper {
    overflow: hidden; }
    /* line 60, resources/assets/styles/components/_authors.scss */
    .single-post__content .author-module__wrapper p {
      font-size: 15px;
      line-height: 27px;
      font-family: GTWalsheimProLight, sans-serif; }

/* line 2, resources/assets/styles/components/_check.scss */
.single-post__content .check-module {
  display: flex;
  margin: 60px 0;
  border-radius: 10px;
  background-color: #2B144D; }
  @media (max-width: 1024px) {
    /* line 2, resources/assets/styles/components/_check.scss */
    .single-post__content .check-module {
      margin: 20px; } }
  @media (max-width: 768px) {
    /* line 2, resources/assets/styles/components/_check.scss */
    .single-post__content .check-module {
      flex-direction: column;
      background-color: #2B144D; } }
  /* line 18, resources/assets/styles/components/_check.scss */
  .single-post__content .check-module__space {
    padding: 30px;
    order: 1;
    max-width: 350px; }
    @media (max-width: 768px) {
      /* line 18, resources/assets/styles/components/_check.scss */
      .single-post__content .check-module__space {
        order: 0;
        max-width: 100%; } }
  /* line 29, resources/assets/styles/components/_check.scss */
  .single-post__content .check-module__img-wrapper {
    position: relative;
    clip-path: inset(0 0 0 0 round 3.25% 3.25% 3.25% 17.33%/6.25% 6.25% 6.25% 33.33%);
    max-width: 300px;
    height: 180px; }
    @media (max-width: 768px) {
      /* line 29, resources/assets/styles/components/_check.scss */
      .single-post__content .check-module__img-wrapper {
        max-width: 100%;
        clip-path: inset(0 0 0 0 round 3.25% 3.25% 3.25% 17.33%/6.25% 6.25% 6.25% 33.33%); } }
    /* line 40, resources/assets/styles/components/_check.scss */
    .single-post__content .check-module__img-wrapper .check-image {
      background-size: cover;
      height: 100%;
      width: 250px;
      background-color: #2B144D; }
      @media (max-width: 768px) {
        /* line 40, resources/assets/styles/components/_check.scss */
        .single-post__content .check-module__img-wrapper .check-image {
          width: 100%; } }
  /* line 53, resources/assets/styles/components/_check.scss */
  .single-post__content .check-module__wrapper {
    display: inline;
    width: 100%;
    padding: 48px 10px 30px 53px;
    line-height: 34px; }
    @media (max-width: 768px) {
      /* line 53, resources/assets/styles/components/_check.scss */
      .single-post__content .check-module__wrapper {
        padding: 0 30px 30px 30px;
        margin-top: 20px; } }
  /* line 65, resources/assets/styles/components/_check.scss */
  .single-post__content .check-module .check-text-wrapper {
    margin-bottom: 30px; }
  /* line 69, resources/assets/styles/components/_check.scss */
  .single-post__content .check-module__name {
    font-size: 31px;
    display: inline;
    line-height: 47px;
    margin-right: 10px;
    color: white; }
    @media (max-width: 1024px) {
      /* line 69, resources/assets/styles/components/_check.scss */
      .single-post__content .check-module__name {
        font-size: 24px;
        line-height: 1; } }
  /* line 82, resources/assets/styles/components/_check.scss */
  .single-post__content .check-module__url {
    display: inline;
    margin-right: 10px; }
    /* line 86, resources/assets/styles/components/_check.scss */
    .single-post__content .check-module__url a {
      color: #A06DFF;
      font-size: 31px; }
      @media (max-width: 1024px) {
        /* line 86, resources/assets/styles/components/_check.scss */
        .single-post__content .check-module__url a {
          font-size: 24px; } }
  /* line 96, resources/assets/styles/components/_check.scss */
  .single-post__content .check-module .check-btn {
    background-color: transparent;
    border: 1px solid #FF5149;
    color: #FF5149;
    border-radius: 5px;
    transition: all .1s ease-in;
    margin-top: 30px;
    padding: 8px 11px 10px; }
  /* line 106, resources/assets/styles/components/_check.scss */
  .single-post__content .check-module .check-btn:hover {
    background-color: #FF5149;
    opacity: 1;
    color: #2b144d;
    font-weight: bold; }

/* line 2, resources/assets/styles/components/_form.scss */
.single-post__content .form {
  margin-top: 50px;
  background-color: #E0D6E6;
  padding: 55px 74px 34px 71px;
  max-width: 100%; }
  @media (max-width: 768px) {
    /* line 2, resources/assets/styles/components/_form.scss */
    .single-post__content .form {
      padding: 20px 20px; } }
  /* line 12, resources/assets/styles/components/_form.scss */
  .single-post__content .form__title {
    font-size: 30px;
    line-height: 40px; }
  /* line 17, resources/assets/styles/components/_form.scss */
  .single-post__content .form__subtitle {
    margin-top: 11px;
    font-size: 21px;
    line-height: 28px;
    font-family: GTWalsheimProLight, sans-serif; }
  /* line 24, resources/assets/styles/components/_form.scss */
  .single-post__content .form__text {
    margin-top: 30px;
    font-size: 19px;
    line-height: 28px;
    font-family: GTWalsheimProLight, sans-serif; }
  /* line 31, resources/assets/styles/components/_form.scss */
  .single-post__content .form .form-labels {
    display: flex;
    gap: 36px; }
    @media (max-width: 768px) {
      /* line 31, resources/assets/styles/components/_form.scss */
      .single-post__content .form .form-labels {
        flex-direction: column;
        gap: 10px; } }
    /* line 41, resources/assets/styles/components/_form.scss */
    .single-post__content .form .form-labels p label {
      font-size: 13px;
      font-family: GTWalsheimProLight, sans-serif;
      line-height: 13px; }
    /* line 48, resources/assets/styles/components/_form.scss */
    .single-post__content .form .form-labels p .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-acceptance {
      position: relative;
      left: -17px; }

/* line 62, resources/assets/styles/components/_form.scss */
.wpcf7-form-control-wrap input {
  width: 270px;
  margin-top: 10px; }
  @media (max-width: 768px) {
    /* line 62, resources/assets/styles/components/_form.scss */
    .wpcf7-form-control-wrap input {
      width: 100%; } }

/* line 72, resources/assets/styles/components/_form.scss */
.wpcf7-list-item {
  display: inline-block !important;
  font-size: 15px; }
  /* line 76, resources/assets/styles/components/_form.scss */
  .wpcf7-list-item label {
    display: inline-block !important; }
    /* line 80, resources/assets/styles/components/_form.scss */
    .wpcf7-list-item label input {
      width: 20px !important; }
  /* line 85, resources/assets/styles/components/_form.scss */
  .wpcf7-list-item a {
    color: #000000;
    font-size: 15px;
    font-weight: bold;
    text-decoration: underline; }
  /* line 92, resources/assets/styles/components/_form.scss */
  .wpcf7-list-item span {
    font-size: 15px; }

/* line 98, resources/assets/styles/components/_form.scss */
#respond input#submit,
.wpcf7-submit {
  display: block !important;
  color: #ffffff;
  background-color: #2B144D;
  font-size: 15px;
  padding: 10px 15px; }

/* line 107, resources/assets/styles/components/_form.scss */
input,
textarea {
  border: 1px solid #C8CAD0;
  background: #ffffff;
  font-size: 1.5rem;
  padding: 1.4rem 1.8rem; }

/* line 115, resources/assets/styles/components/_form.scss */
.wpcf7 .wpcf7-submit:disabled {
  cursor: pointer; }

/* line 119, resources/assets/styles/components/_form.scss */
.wpcf7-form-control.wpcf7-acceptance {
  position: relative;
  left: -17px; }

/* line 34, stdin */
.scrolled {
  background-color: #4F2D7F; }

/* line 38, stdin */
#menu-mobile.menu-open {
  left: 0; }

/* line 42, stdin */
.menu-open {
  left: 0 !important; }

/*# sourceMappingURL=main.css.map*/