/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
}

.ui-front {
  z-index: 100;
}

.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}

.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-controlgroup {
  vertical-align: middle;
  display: inline-block;
}

.ui-controlgroup > .ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0;
}

.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
  z-index: 9999;
}

.ui-controlgroup-vertical > .ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}

.ui-controlgroup-vertical .ui-controlgroup-item {
  box-sizing: border-box;
}

.ui-controlgroup .ui-controlgroup-label {
  padding: 0.4em 1em;
}

.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%;
}

.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
  border-left: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
  border-top: none;
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none;
}

.ui-controlgroup-vertical .ui-spinner-input {
  width: calc(100% - 2.4em);
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
  box-shadow: inset 1px 1px 1px #ccc;
  border-radius: 0.12em;
  border: none;
}

.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none;
}

.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;
}

.ui-checkboxradio-disabled {
  pointer-events: none;
}

.ui-resizable {
  position: relative;
}

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  touch-action: none;
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

.ui-button {
  padding: 0.4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: 0.1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  user-select: none;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none;
}

.ui-button-icon-only {
  width: 2em;
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap;
}

input.ui-button.ui-button-icon-only {
  text-indent: 0;
}

.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap;
}

input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: 0.4em 1em;
}

input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.2em;
  outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
  padding: 0.4em 1em;
  position: relative;
}

.ui-dialog .ui-dialog-title {
  float: left;
  margin: 0.1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 0.3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 0.5em 1em;
  background: none;
  overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: 0.5em;
  padding: 0.3em 1em 0.5em 0.4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: 0.5em 0.4em 0.5em 0;
  cursor: pointer;
}

.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0;
}

.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0;
}

.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0;
}

.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0;
}

.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
  width: 7px;
  height: 7px;
}

.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0;
}

.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0;
}

.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0;
}

.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0;
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

.ajax-progress {
  display: inline;
  padding: 0.25rem;
}

.ajax-progress-throbber .throbber {
  background-image: url(/themes/custom/syn_global_theme/dist/_patterns/src/images/loader.gif);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 1.5rem;
  width: 1.5rem;
}

.ajax-progress-throbber .message {
  display: inline;
  font-size: 0.75rem;
  line-height: 1rem;
  padding: 0.25rem;
}

tr .ajax-progress-throbber .throbber {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.ajax-progress-bar {
  width: 16rem;
}

.ajax-progress-fullscreen {
  height: 3.5rem;
  inset: 50%;
  position: fixed;
  width: 3.5rem;
  z-index: 50;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  background-image: url(/themes/custom/syn_global_theme/dist/_patterns/src/images/loader.gif);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.text-align-left {
  text-align: left;
}

.text-align-right {
  text-align: right;
}

.text-align-center {
  text-align: center;
}

.text-align-justify {
  text-align: justify;
}

.align-left {
  float: left;
}

.align-right {
  float: right;
}

.align-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.hidden {
  display: none;
}

.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  word-wrap: normal;
}

.visually-hidden.focusable:active,
.visually-hidden.focusable:focus-within {
  position: static !important;
  overflow: visible;
  clip: auto;
  width: auto;
  height: auto;
}

.invisible {
  visibility: hidden;
}

.js .js-hide {
  display: none;
}

.js-show {
  display: none;
}

.js .js-show {
  display: block;
}

.contextual-region {
  position: relative;
}

.contextual .trigger:focus {
  position: relative !important;
}

.contextual-links {
  display: none;
}

.contextual.open .contextual-links {
  display: block;
}

.toolbar .toolbar-bar .contextual-toolbar-tab.toolbar-tab {
  float: right;
}

[dir="rtl"] .toolbar .toolbar-bar .contextual-toolbar-tab.toolbar-tab {
  float: left;
}

.toolbar .toolbar-bar .contextual-toolbar-tab .toolbar-item {
  margin: 0;
}

.toolbar .toolbar-bar .contextual-toolbar-tab .toolbar-item.is-active {
  background-image: linear-gradient(
    rgb(78, 159, 234) 0%,
    rgb(69, 132, 221) 100%
  );
}

.toolbar .toolbar-bar .contextual-toolbar-tab.toolbar-tab.hidden {
  display: none;
}

.ui-dialog ~ .ck-body-wrapper {
  --ck-z-panel: 1261;
}

.poll {
  overflow: hidden;
}

.poll .bar {
  height: 1em;
  margin: 1px 0;
  background-color: #ddd;
}

.poll .bar .foreground {
  background-color: #000;
  height: 1em;
  float: left;
}

.poll dl,
.poll dd {
  margin: 0;
}

.poll .links {
  text-align: center;
}

.poll .percent {
  text-align: right;
}

.poll .total {
  text-align: center;
}

.poll .vote-form {
  text-align: center;
}

.poll .vote-form {
  text-align: left;
}

.poll .vote-form .poll-title {
  font-weight: bold;
}

.poll-chtext {
  width: 80%;
}

.poll-chvotes .form-text {
  width: 85%;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.clockwise-animation.hero-container {
  position: relative;
}

.clockwise-animation.hero-container .image-container {
  min-height: 480px;
  width: 100%;
  z-index: 1;
}

.clockwise-animation.hero-container .image-container > img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}

.clockwise-animation .hero-inner-wrapper {
  display: block;
  overflow: hidden;
}

.clockwise-animation .hero-inner-wrapper::after {
  content: "";
  background: url(/upload/img//miravis-icon.png);
  background-size: 100%;
  position: absolute;
  display: inline-block;
  top: calc(50% - 24px);
  left: calc(50% - 24px);
  width: 48px;
  height: 48px;
}

@media screen and (max-width: 480px) {
  .clockwise-animation .hero-inner-wrapper {
    display: flex;
    flex-direction: column-reverse;
  }

  .clockwise-animation .hero-inner-wrapper::after {
    height: 24px;
    width: 24px;
    top: calc(50% - 75px);
    left: calc(50% - 12px) !important;
  }
}

.clockwise-animation .hero.text-container {
  max-height: 505px;
  z-index: 2;
}

.clockwise-animation .hero-inner-wrapper::after {
  z-index: 4;
}

.clockwise-animation .hero-inner-wrapper .text-container {
  background-color: #0072ce;
}

.clockwise-animation.hero-container .text-inner-wrapper {
  position: relative;
  z-index: 1;
}

.clockwise-animation .hero-inner-wrapper .text-container {
  width: 50%;
  height: 100%;
  background-color: #1ab8ec;
  z-index: 4;
  float: left;
}

.clockwise-animation .image-container {
  position: relative;
}

.clockwise-animation .image-container img {
  max-width: 100%;
}

.clockwise-animation .bottom-image {
  position: absolute;
  z-index: 1;
}

.clockwise-animation .image-container img.top-image {
  position: absolute;
  z-index: 2;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat no-repeat;
  mask-repeat: no-repeat no-repeat;
}

.clockwise-animation .image-container img.top-image {
  animation: tickround 2s linear infinite;
  animation-iteration-count: 1;
  animation-delay: 0s;
}

.clockwise-animation .bottom-image.done {
  z-index: 3;
}

@media screen and (max-width: 480px) {
  .clockwise-animation .hero-inner-wrapper .text-container {
    padding: 32px 10px 32px 10px;
    transform: none;
    float: none;
    width: 100%;
    text-align: center;
  }

  .clockwise-animation.hero-container .image-container {
    min-height: 240px;
  }

  .clockwise-animation.hero-container .image-container > img {
    height: 240px !important;
    min-height: auto !important;
    visibility: visible !important;
    object-fit: cover !important;
  }

  .clockwise-animation .hero-inner-wrapper .text-container:before {
    background-size: 100%;
    background-color: #0072ce;
  }

  .clockwise-animation.hero-container .text-inner-wrapper {
    max-width: 100%;
    width: 100%;
  }

  .clockwise-animation .image-container img.top-image {
    transform: rotate(180deg);
    height: 480px !important;
  }
}

.clockwise-animation .hero-inner-wrapper::after {
  -webkit-animation: rotate 1s linear;
  -moz-animation: rotate 1s linear;
  -ms-animation: rotate 1s linear;
  -o-animation: rotate 1s linear;
  animation: rotate 1s linear;
  animation-iteration-count: 1;
  animation-delay: 1s;
}

.ffw-custom-accordeon {
  max-width: 100%;
  padding-bottom: 64px;
}

.ffw-custom-accordeon .ffw-accordeon-title h3:before {
  content: ".";
  margin-right: 19px;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  background: url(/upload/img//syngenta_bars_icon.png) no-repeat center #fff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
  vertical-align: middle;
  font-size: 0;
}

.ffw-custom-accordeon.white-background {
  background: #fff;
}

.ffw-custom-accordeon .ffw-accordeon-content {
  display: none;
}

.ffw-custom-accordeon .ffw-accordeon-title {
  border-top: 1px solid #d2d2d2;
}

.ffw-custom-accordeon .ffw-accordeon-title h3 {
  color: #000 !important;
  padding-top: 0;
  text-align: left;
}

.ffw-custom-accordeon .ffw-accordeon-title:hover h3,
.ffw-custom-accordeon .ffw-accordeon-title.active h3 {
  color: #0072ce;
}

.ffw-custom-accordeon .ffw-accordeon-title.first-open + .ffw-accordeon-content {
  display: block;
}

.ffw-accordeon-inner > p.text {
  color: #002855;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}

@media screen and (max-width: 480px) {
  .ffw-accordeon-inner > p.text {
    font-size: 16px;
  }
}

.ffw-custom-accordeon .ffw-accordeon-title .toggle {
  color: #000;
}

.ffw-custom-accordeon .ffw-accordeon-title:hover .toggle,
.ffw-custom-accordeon .ffw-accordeon-title.active .toggle {
  color: #0072ce;
}

.ffw-custom-accordeon .ffw-accordeon-title .toggle:after {
  background: url(/upload/img//arrow_down.svg) no-repeat;
  background-position: center;
  background-size: 90%;
}

.ffw-custom-accordeon .ffw-accordeon-title:hover .toggle:after,
.ffw-custom-accordeon .ffw-accordeon-title.active .toggle:after {
  background: url(/upload/img//arrow-down_0.png) no-repeat;
  background-position: center;
  background-size: 90%;
}

@media screen and (max-width: 480px) {
  .ffw-custom-accordeon .ffw-accordeon-title h3 span {
    max-width: calc(100% - 32px);
  }

  .ffw-custom-accordeon .ffw-accordeon-content.with-margin-bottom {
    margin-bottom: 64px;
  }

  .ffw-custom-accordeon .ffw-accordeon-content.no-margin-bottom {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

.ffw-custom-accordeon .ffw-accordeon-content.active.no-padding-bottom {
  padding-bottom: 0;
}

.comparison-slider-container {
  position: relative;
  overflow: hidden;
  max-width: 645px;
}

.comparison-slider-container img {
  width: 100%;
  display: block;
  max-width: none;
}

.caption {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.resize {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
  overflow: hidden;
}

.handle {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  margin-left: -1px;
  background: #fff;
  cursor: ew-resize;
}

.handle:after {
  content: ".";
  position: absolute;
  top: 50%;
  left: 0;
  width: 78px;
  height: 78px;
  background: url(/upload/img//compare-handle-button.png) no-repeat;
  transform: translate(-50%, -50%);
  font-size: 0;
}

.image-compare {
  display: block;
  margin: auto;
}

.caption.in-grey .left {
  margin-left: auto;
  width: auto;
  float: none;
}

.caption.in-blue {
  min-width: 442px;
}

.caption.in-blue .left {
  width: 50%;
  margin-left: auto;
  float: none;
}

.image-compare .left {
  font-weight: normal;
  padding: 16px 10px;
  margin-top: 0;
  margin-bottom: 0;
  color: #fff;
  width: 100%;
}

.image-compare .left + .left {
  border-left: 2px solid #fff;
  margin-left: -1px;
}

@media screen and (max-width: 480px) {
  .image-compare .left {
    font-size: 14px;
  }

  .caption.in-blue {
    min-width: unset;
  }
}

.mobile-slider.slick-slider {
  display: block !important;
  max-width: 680px !important;
  width: 100% !important;
  margin: 0 auto !important;
  padding: 0 10px !important;
  order: 1 !important;
}

.mobile-slider.slick-slider .slick-track {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
}

.mobile-slider .slick-list {
  display: block !important;
}

.mobile-slider.slick-slider img {
  width: 100%;
  height: inherit;
  margin-bottom: 10px;
}

.mobile-slider.slick-slider .slick-prev,
.mobile-slider.slick-slider .slick-next {
  position: absolute;
  bottom: 0;
  display: inline-block !important;
  border: 0;
  width: 48px;
  height: 48px;
  font-size: 0;
  vertical-align: super;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1);
}

.mobile-slider.slick-slider .slick-prev {
  left: 0;
  z-index: 4;
  background: #fff url(/upload/img//miravis-mobile-slider-prev-arrow.png)
    no-repeat center;
  background-size: 30%;
  border-radius: 50%;
  margin-left: 10px;
}

.mobile-slider.slick-slider .slick-next {
  right: 0;
  background: #fff url(/upload/img//miravis-mobile-slider-next-arrow.png)
    no-repeat center;
  background-size: 30%;
  border-radius: 50%;
  margin-right: 10px;
}

.mobile-slider.slick-slider .slick-next.slick-arrow.slick-disabled,
.mobile-slider.slick-slider .slick-prev.slick-arrow.slick-disabled {
  opacity: 0.75;
  cursor: default;
}

.mobile-slider.slick-slider .slick-dots {
  text-align: center;
  padding-bottom: 12px;
  margin-bottom: 64px;
}

.mobile-slider.slick-slider .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.mobile-slider.slick-slider .text-small a {
  color: #38ad88;
  line-height: 1.33;
  font-size: 12px;
}

.mobile-slider.slick-slider .slick-dots li.slick-active button {
  background: rgba(255, 255, 255, 1);
}

.mobile-slider.slick-slider .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 16px;
  height: 16px;
  padding: 5px;
  color: transparent;
  border: 0;
  outline: none;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
}

.contact-us-block {
  padding: 32px 32px 24px 32px;
  max-width: 1132px;
  margin-left: auto;
  margin-right: auto;
}

.contact-us-buttons {
  max-width: 645px;
  margin-left: auto;
  margin-right: auto;
}

.contact-us-heading {
  font-size: 1.375rem;
  line-height: 1.5rem;
  font-weight: 700;
}

.contact-us-text {
  margin-bottom: 24px !important;
}

@media screen and (max-width: 480px) {
  .contact-us-buttons {
    max-width: 202px;
  }
}

.subtitle {
  padding: 0 10px;
  margin-left: auto;
  margin-right: auto;
  max-width: 747px;
  color: rgba(50, 50, 93, 0.85);
}

@media screen and (min-width: 768px) {
  .subtitle {
    padding: 0;
  }
}

.hero-container {
  margin-bottom: 0;
}

.hero-inner-wrapper .text-container:before {
  background-size: auto 100%;
}

.hero-inner-wrapper h3 {
  text-align: left;
  color: #fff;
  padding-top: 12px;
}

.hero-container .text-inner-wrapper {
  text-align: left;
}

.hero-container .text-inner-wrapper .text {
  margin-bottom: 0;
}

.hero-container .text-inner-wrapper h4 {
  max-width: 80%;
}

.hero-container .text-inner-wrapper h1 br:nth-child(2) {
  display: none;
}

@media screen and (min-width: 768px) {
  .hero-inner-wrapper .text-container:before {
    background-size: 65% 100%;
  }

  .hero-container .text-inner-wrapper h1 br:nth-child(2) {
    display: block;
  }
}

.hero-container #stamp {
  position: absolute;
  top: 50%;
  right: 70px;
  max-width: 33.8%;
  height: auto;
  width: 100%;
}

@media screen and (max-width: 480px) {
  .hero-inner-wrapper h3 {
    padding: 24px;
    margin-bottom: 0;
  }

  .hero-inner-wrapper .text-inner-wrapper > img {
    max-width: 264px;
    margin-left: 10px;
  }

  .hero-container #stamp {
    top: 8%;
    right: inherit;
    left: 50%;
    max-width: 66.8%;
  }

  .hero-inner-wrapper .text-container {
    padding: 32px 10px;
  }

  #text-inner-wrapper__page-title {
    font-size: 42px !important;
    padding-left: 20px;
    text-align: left;
  }
}

@media screen and (min-width: 481px) and (max-width: 768px) {
  .hero-container #stamp {
    right: 35px;
    max-width: 26%;
  }
}

@media screen and (min-width: 1140px) {
  .hero-inner-wrapper .text-container {
    padding: 72px 0 72px 150px;
  }
}

@media screen and (max-width: 480px) {
  .hero-container .text-inner-wrapper h4 {
    max-width: 100%;
    margin-bottom: 0;
  }
}

.hero-inner-wrapper > .mask-right {
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.hero-inner-wrapper > .mask-right::before {
  background-color: #1ab8ec;
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  animation: rightHalf 8s 1s 1 linear forwards;
  transform-origin: 0 100%;
}

@keyframes rightHalf {
  0% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(180deg);
  }

  100% {
    transform: rotate(180deg);
  }
}

.hero.text-container {
  background-color: #1ab8ec;
  z-index: 2;
}

.hero.text-container::after {
  display: none !important;
}

.hero-video-wrapper {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  width: 50%;
  height: 100%;
}

.hero-video-wrapper + video {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 50%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.hero-inner-wrapper::after {
  z-index: 3;
}

@media screen and (max-width: 480px) {
  .hero-inner-wrapper > .mask-right::before {
    height: 120%;
    transform-origin: 100% 100%;
  }

  .hero-video-wrapper {
    background-size: auto;
    padding-top: 70%;
  }

  .hero-video-wrapper + video {
    left: 0;
    width: 100%;
    max-height: 320px;
  }

  .hero-inner-wrapper::after {
    top: calc(50% + 9px);
  }
}

.highlights-block {
  padding: 70px 0 130px !important;
}

.highlights-block.grey-backogrund {
  background: url(/upload/img//miravis-grey-background_0.png);
  background-size: auto 100%;
}

.highlights-block.blue-background.color {
  background-image: none;
}

.highlights-block.blue-background .item + .item {
  border: 0;
}

.highlights-block h4 {
  margin: 0 auto 20px;
  max-width: 210px;
}

.highlights-block .inner-wrapper {
  max-height: 390px;
  flex-wrap: nowrap;
  margin-top: 58px !important;
}

.highlights-block .inner-wrapper > .half {
  width: 50%;
}

.highlights-block .inner-wrapper .text-wrapper {
  height: 100%;
  padding: 52px 64px;
  text-align: left;
  background-color: #fff;
}

.highlights-block .inner-wrapper .text-wrapper ul {
  list-style: disc;
  margin-left: 18px;
}

.highlights-block .inner-wrapper .text-wrapper ul li,
.highlights-block .inner-wrapper .text-wrapper p {
  color: #000;
  font-size: 18px;
  line-height: 1.4;
}

.highlights-block .inner-wrapper .text-wrapper p:last-of-type {
  margin-bottom: 8px;
}

.highlights-block .inner-wrapper .video > iframe {
  width: 100%;
  height: 390px;
}

@media screen and (max-width: 480px) {
  .highlights-block {
    padding: 32px 0 !important;
  }

  .highlights-block .inner-wrapper > .half {
    width: 100%;
  }

  .highlights-block .inner-wrapper {
    display: flex;
    flex-direction: column-reverse;
    max-height: none;
    margin-top: 62px;
  }

  .highlights-block .inner-wrapper .text-wrapper {
    margin: 0 10px;
    padding: 32px 10px;
  }

  .highlights-block .video {
    padding: 32px 10px;
  }

  .highlights-block .inner-wrapper .text-wrapper ul {
    margin: 0 24px;
  }

  .highlights-block .inner-wrapper .text-wrapper ul li,
  .highlights-block .inner-wrapper .text-wrapper p {
    font-size: 16px;
  }
}

.icons-row.farmers .icon:before {
  content: ".";
  display: block;
  margin: 0 auto 24px;
  width: 168px;
  height: 100px;
  font-size: 0;
  border-radius: 0;
  background-color: transperent;
}

.icons-row.farmers .first .icon:before {
  background: url(/upload/img//clock.svg) no-repeat center center;
}

.icons-row.farmers .second .icon:before {
  background: url(/upload/img//shield.svg) no-repeat center center;
}

.icons-row.farmers .third .icon:before {
  background: url(/upload/img//ear.svg) no-repeat center center;
}

.icons-row.farmers .slick-dots {
  margin-bottom: 0 !important;
}

.teaser-block.borders {
  border-bottom: 1px solid #9bba52;
  border-top: 1px solid #9bba52;
}

@media screen and (min-width: 768px) {
  .teaser-block .text-wrapper h3,
  .teaser-block .text-wrapper p {
    max-width: 648px;
  }
}

@media screen and (min-width: 1025px) {
  .teaser-block .text-wrapper {
    padding: 60px 100px 60px;
  }
}

.products-teaser .inner-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.products-teaser .teaser-box + .teaser-box {
  margin-top: 24px;
}

.products-teaser .teaser-box .link {
  position: absolute;
  right: 24px;
  bottom: 12px;
}

@media screen and (min-width: 768px) {
  .products-teaser .teaser-box,
  .products-teaser .teaser-box + .teaser-box {
    margin-top: 24px;
  }
}

@media screen and (min-width: 769px) {
  .products-teaser .teaser-box,
  .products-teaser .teaser-box + .teaser-box {
    margin-top: 0;
  }
}

.products-teaser-caption {
  font-size: 16px;
  font-weight: 400;
  color: #32325d;
  width: 100%;
  padding: 0 10%;
  margin-top: 30px;
  text-align: center;
  display: inline-flex;
  opacity: 0.85;
}

@media screen and (min-width: 768px) {
  .products-teaser-caption {
    padding: 0 20%;
    margin-top: 60px;
  }
}

@media screen and (min-width: 768px) {
  .products-teaser .inner-wrapper {
    display: flex;
    max-width: 1140px;
    flex-wrap: wrap;
    justify-content: center;
  }
}

.products-teaser .inner-wrapper > div {
  width: calc(100% - 30px);
  margin: 0 15px;
  margin-top: 24px;
  margin-bottom: 0;
}

@media screen and (min-width: 481px) {
  .products-teaser .inner-wrapper > div {
    width: calc((100% / 2) - 30px);
  }
}

@media screen and (min-width: 769px) {
  .products-teaser .inner-wrapper > div {
    width: calc((100% / 4) - 30px);
    margin: 0;
    margin-right: 8px;
  }
}

.products-teaser .teaser-box {
  margin-top: 24px;
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .products-teaser .teaser-box {
    margin-top: 48px;
  }
}

.products-teaser .teaser-box img.opti {
  width: auto;
  max-width: 100%;
}

.products-teaser .teaser-box-inner {
  padding: 24px;
}

.products-teaser .teaser-box .link-button {
  padding: 12px 20px;
  font-size: 17px;
}

.text.fixed-height {
  min-height: 48px;
}

.list-with-ticks li span {
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .list-with-ticks li span {
    font-size: 13px;
  }
}

.content-block {
  background-color: #fff !important;
}

.content-block .video {
  height: 100%;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-top: 24px;
}

.content-block img {
  height: 100%;
  max-width: 750px;
  padding: 10px 35px;
}

.content-block h2 {
  max-width: 940px;
  margin: auto;
  margin-bottom: 82px;
}

.content-block .text-wrapper {
  min-width: 156px;
  padding: 0 !important;
}

.content-block .text-wrapper h3 {
  font-size: 26px;
}

.content-block h2 + h3 {
  margin: 32px 0;
  text-align: center;
}

.content-block h3 {
  color: #0072ce;
  font-size: 32px;
  font-weight: normal;
}

.content-block .text-left,
.content-block .text-left h3 {
  text-align: right;
}

.content-block .text-right {
  text-align: left;
}

.content-block .clear {
  clear: both;
}

.content-block .text-right h3 {
  color: #9b26b6;
}

.content-block .text-bottom {
  text-align: center;
  max-width: 550px;
  margin: auto;
}

.content-block .text-bottom h3 {
  color: #78be20;
  text-align: center;
}

.content-block.text-block {
  max-width: 747px;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px 46px 10px;
}

.content-block.text-block h2 {
  text-align: center;
}

.content-block.text-block a {
  font-weight: bold;
  font-size: 14px;
  color: #aa0469;
}

.content-block.text-block p.desktop {
  display: none;
}

.content-block.text-block p.mobile {
  display: block;
}

@media screen and (max-width: 480px) {
  .content-block .text-right,
  .content-block .text-left,
  .content-block .text-left h3 {
    text-align: center;
  }

  .content-block h2 + h3 {
    font-size: 22px;
  }

  .content-block .text-wrapper h3 {
    font-size: 18px;
  }

  .content-block.blue-background.light p {
    color: #fff;
  }
}

@media screen and (min-width: 768px) {
  .content-block.text-block {
    padding-left: 0;
    padding-right: 0;
  }

  .content-block.text-block a {
    font-size: 16px;
  }

  .content-block.text-block p.desktop {
    display: block;
  }

  .content-block.text-block p.mobile {
    display: none;
  }
}

.blue-background.light {
  background-color: #1ab8ec;
  background-image: none;
  padding: 40px 0;
}

.blue-background h2 {
  text-align: center;
  margin-bottom: 6px;
}

.items-box {
  padding-left: 10px;
  padding-right: 10px;
}

.items-box.first {
  margin-top: 42px;
}

.items-box h3 {
  margin-bottom: 40px;
}

.item-box {
  position: relative;
  display: block;
  background-color: #ffffff;
  box-shadow: 0px 2px 19px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}

.item-box .image-wrapper {
  position: relative;
  max-width: inherit;
  max-height: 364px;
  width: 100%;
  overflow: hidden;
}

.item-box .image-wrapper img {
  display: block;
  width: 100%;
}

.item-box .image-wrapper img.mobile {
  display: block;
}

.item-box .label-stamp {
  position: absolute;
  left: 0;
  top: 0;
  padding: 5px 10px;
  font-size: 17px;
  font-weight: bold;
  line-height: 28px;
  text-transform: uppercase;
  color: #fff;
  background-color: #4ca22f;
}

.item-box .text-wrapper {
  padding: 20px;
  overflow: hidden;
}

.item-box .text-wrapper h4 {
  text-transform: uppercase;
}

.item-box .text-wrapper ul li {
  float: left;
  margin-right: 20px;
}

@media screen and (min-width: 768px) {
  .items-box {
    padding-left: 0;
    padding-right: 0;
  }

  .items-box.first {
    margin-top: 92px;
  }

  .item-box {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }

  .item-box .text-wrapper {
    padding: 0 40px;
    width: calc(100% - 350px);
  }

  .item-box .image-wrapper {
    max-width: 350px;
  }

  .item-box .image-wrapper img.mobile {
    display: none;
  }
}

.checklist {
  position: relative;
}

.checklist li {
  position: relative;
  margin-bottom: 8px;
  padding: 0 0 10px 0;
  display: flex;
  align-items: center;
}

.checklist li a {
  font-size: 18px;
  line-height: 1.5;
  color: #fff;
  text-decoration: underline rgba(255, 255, 255, 0.5) 1px;
  text-underline-offset: 10px;
}

.checklist li a:hover {
  color: #ffffff;
  text-decoration: underline rgba(255, 255, 255, 1) 1px;
  text-underline-offset: 10px;
}

@media screen and (max-width: 480px) {
  .checklist li {
    margin-left: 24px;
  }

  .checklist li a {
    font-size: 16px;
  }
}

.accordeon-block {
  margin: 0;
  padding: 96px 0 0;
  background-color: #e5e7e9;
}

.accordeon-block .flex-wrapper > .half {
  width: 50%;
}

.accordeon-block .flex-wrapper > .half p.text-with-padding-left {
  padding-left: 124px;
}

.accordeon-block .flex-wrapper .image-wrapper {
  padding: 65px 65px 0;
}

.accordeon-block .flex-wrapper .image-wrapper p {
  margin-left: 24px;
  text-align: left;
  color: #4e4e4e;
  font-size: 14px;
  font-style: italic;
}

.accordeon-block .flex-wrapper .text-wrapper .text-in-quote {
  margin-top: 60px;
}

.highlights-block.blue-background > h2,
.highlights-block.blue-background > h3 {
  color: #fff;
}

.highlights-block > h2,
.accordeon-block > h2 {
  padding: 0 10px;
  text-align: center;
  color: #0072ce;
  font-weight: normal;
}

.highlights-block > h3,
.accordeon-block > h3 {
  padding-top: 42px;
  padding: 42px 10px 0 10px;
  text-align: center;
  color: #0072ce;
  font-weight: normal;
}

.accordeon-block .dark-blue-text {
  color: #002855;
  font-size: 20px;
}

.accordeon-block + .accordeon-block {
  padding-top: 0;
}

@media screen and (max-width: 480px) {
  .accordeon-block {
    padding: 64px 0;
  }

  .accordeon-block .dark-blue-text {
    font-size: 16px;
  }

  .accordeon-block .flex-wrapper .text {
    text-align: center;
  }

  .accordeon-block .flex-wrapper .image-wrapper {
    padding: 32px 10px;
    overflow: unset;
  }

  .accordeon-block .flex-wrapper .text-wrapper {
    padding: 10px;
    display: flex;
    flex-direction: column-reverse;
  }

  .accordeon-block .flex-wrapper > .half {
    width: 100%;
  }

  .accordeon-block .flex-wrapper > .half p.text-with-padding-left {
    padding-left: 0;
  }
}

@media screen and (max-width: 480px) {
  .accordeon-block {
    padding-bottom: 0;
  }

  .accordeon-block .image-wrapper {
    overflow: auto;
    height: 312px;
    position: relative;
    padding: 10px;
  }

  .accordeon-block .image-wrapper > img {
    max-width: none;
    height: 100%;
    vertical-align: bottom;
  }

  .ffw-accordeon-inner .flex-wrapper .half:first-child {
    order: 1;
  }

  .ffw-accordeon-content .img-wrapper.captions div.text,
  .ffw-accordeon-content .img-wrapper.captions.slick-slider div.text {
    margin-top: -10px !important;
  }
}

.ffw-accordeon-content.active .img-wrapper.captions {
  margin-bottom: 64px;
}

.ffw-accordeon-content.active
  .img-wrapper.captions:not(.slick-slider).with-margin-bottom {
  margin-bottom: 64px;
}

.ffw-accordeon-content.active .img-wrapper.captions:not(.slick-slider) {
  display: flex;
  padding: 0;
  border: 0;
  width: auto;
  margin: auto;
  margin-bottom: 0;
}

.ffw-accordeon-content .img-wrapper.captions:not(.slick-slider) div + div {
  margin-left: 12px;
}

.ffw-accordeon-content .img-wrapper.captions div.text {
  padding: 12px;
  line-height: 1.4em;
  min-height: calc(4.2em + 24px);
  margin-top: -5px;
  margin-bottom: 0;
  font-size: 12px;
}

.ffw-accordeon-content .img-wrapper.captions.slick-slider div.text {
  font-size: 16px;
  line-height: 1.5em;
  min-height: calc(4.5em + 32px);
  margin-top: -5px;
}

.ffw-accordeon-content .img-wrapper.captions div.four-rows {
  min-height: calc(5.6em + 32px);
}

.ffw-accordeon-content .img-wrapper.captions.slick-slider div.four-rows {
  min-height: calc(6em + 32px);
}

.half .image-compare {
  max-width: 470px;
  margin-right: auto;
  margin-left: 0;
  margin-bottom: 0;
}

.image-compare + p,
.mobile-slider + p {
  margin-top: 20px;
  font-style: italic;
  font-size: 14px;
  color: #4e4e4e;
}

.quote-block {
  background-color: #0072ce;
}

.quote-block h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: normal;
  text-align: left;
  color: #fff;
  font-size: 26px;
}

.quote-block .img-wrapper p {
  font-weight: normal;
  text-align: left;
  color: #fff;
  font-size: 14px;
}

.quote-block .heading-line {
  color: #fff;
  font-size: 42px;
}

.quote-block .heading-line:after {
  background-image: url(/upload/img//miravis-icon_0.png);
}

.quote-block .img-wrapper {
  margin: 42px 0 !important;
  max-width: 255px !important;
  width: 100% !important;
  height: auto !important;
  border-radius: 0 !important;
}

.quote-block .img-wrapper img {
  max-width: 240px;
  border-radius: 50%;
  display: initial;
}

.quote-block .text-wrapper {
  max-width: none !important;
  padding-top: 64px !important;
}

.quote-block .text-wrapper:before {
  top: 44px;
  background: url(/upload/img//white-quotes_0.png) no-repeat;
  transform: rotate(180deg);
}

.quote-block .text-wrapper ul {
  padding-left: 48px;
  list-style: disc;
}

.quote-block .text-wrapper ul li + li {
  padding-top: 16px;
}

.quote-block .text-wrapper p {
  padding-right: 24px;
  color: #fff;
  font-size: 18px;
}

.quote-block .text-wrapper ul li {
  font-size: 18px;
  line-height: 27px;
  color: #fff;
}

.quote-block .inner-wrapper.reversed .text-wrapper {
  margin-left: 0;
  max-width: 70%;
}

.quote-block .inner-wrapper.reversed .img-wrapper {
  margin-left: auto !important;
}

@media screen and (max-width: 480px) {
  .quote-block .inner-wrapper.reversed {
    margin-top: 64px !important;
  }

  .quote-block .inner-wrapper.reversed .text-wrapper {
    max-width: none;
    order: 1;
    padding: 10px !important;
  }

  .quote-block .inner-wrapper.reversed .text-wrapper p {
    padding-right: 0;
    margin: 0;
  }

  .quote-block {
    padding: 64px 0 !important;
  }

  .quote-block h6 {
    font-size: 18px;
    text-align: center;
  }

  .quote-block .heading-line {
    font-size: 26px;
  }

  .quote-block .img-wrapper {
    padding: 0 32px !important;
    max-width: none !important;
    margin: auto !important;
  }

  .quote-block .text-wrapper {
    padding-top: 0;
  }

  .quote-block .img-wrapper p {
    text-align: center;
  }

  .quote-block .text-wrapper p {
    font-size: 16px;
  }

  .quote-block .heading-line:after {
    display: none;
  }

  .quote-block .text-wrapper:before {
    display: none !important;
  }

  .quote-block .text-wrapper ul {
    padding-left: 24px;
    margin: 32px 32px 0;
  }

  .quote-block .text-wrapper ul li {
    text-align: left;
    font-size: 16px;
  }

  .quote-block.grey-background .text-wrapper {
    order: 1;
    padding: 0 32px;
    text-align: left;
  }

  .quote-block .inner-wrapper::before {
    content: ".";
    display: block;
    background: url(/upload/img//white-quotes_0.png) no-repeat;
    background-size: cover;
    margin: 0 auto 24px;
    margin-top: 16px;
    width: 40px;
    height: 40px;
    font-size: 0;
  }
}

.white-wrapper + .ffw-custom-accordeon {
  margin-top: 0;
}

ul.color-legend.in-columns {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}

ul.color-legend.in-columns li {
  text-align: left;
}

ul.color-legend li {
  position: relative;
  padding: 8px 2px 8px 32px;
  font-size: 12px;
  color: #4e4e4e;
}

ul.color-legend li:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
}

ul.color-legend li.green:before {
  background: linear-gradient(180deg, #89e4e4 0%, #40bbbb 100%);
}

ul.color-legend li.red:before {
  background: linear-gradient(200.53deg, #ff7a81 5.19%, #cb2931 96.65%);
}

ul.color-legend li.blue:before {
  background: linear-gradient(180deg, #4f9edd 0%, #0072ce 100%);
}

ul.color-legend li.purple:before {
  background: linear-gradient(184deg, #c18cd4 3.25%, #a05bba 96.74%);
}

@media screen and (max-width: 480px) {
  .slick-list {
    margin-bottom: 32px;
  }

  ul.color-legend {
    padding: 20px 10px 0px 20px;
  }

  ul.color-legend.in-columns {
    columns: auto;
    -webkit-columns: auto;
    -moz-columns: auto;
  }
}

.video-feedback .video {
  padding: 52px 0px;
}

.video-feedback .text {
  width: 765px;
  height: auto;
}

.video-feedback {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 1140px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
}

.heading {
  display: inline-block;
  margin-bottom: 10px;
  line-height: normal;
  font-size: 26px;
}

.text-wrapper-2 {
  position: relative;
  padding-left: 45px;
  text-align: left;
  padding-top: 40px;
  color: #fff;
}

@media screen and (max-width: 480px) {
  .video-feedback {
    width: auto;
  }
}

.clockwise-animation .hero-inner-wrapper .text-container {
  width: 50%;
  height: 100%;
  background-color: #546223 !important;
  z-index: 4;
  float: left;
}

.blue-background {
  background-image: url(/upload/img//products-teaser-background_0.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-color: #546223 !important;
  background-position-y: bottom;
}

.grey-background h2,
.grey-background p {
  color: #546223 !important;
}

.highlights-block .half .text-wrapper p {
  color: #000 !important;
}

.heading-line:after {
  content: "";
  background: url(/upload/img//miravis-icon-green%201.svg) !important;
  background-size: 100% 100%;
  position: absolute;
  left: calc(50% - 12px);
  width: 24px;
  height: 24px;
  display: block;
  margin: 45px auto 65px !important;
}

.green-background {
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-color: #546223 !important;
  background-position-y: bottom;
  padding: 70px 0 200px !important;
}

.green-background h2,
.green-background p {
  color: #fff !important;
}

.green-background .item {
  border-left: none !important;
  border-right: none !important;
  border-top: none !important;
  border-bottom: none !important;
}

.green-background .heading-line:after {
  background: url(/upload/img//Vector_2.svg) !important;
  background-size: 100% 100%;
  margin-top: 104px !important;
}

.scheme {
  padding: 96px 0;
  background-color: #e5e7e9 !important;
}

.scheme .text-block {
  max-width: 1067px;
  text-align: center;
  color: #546223;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 110px;
}

.scheme .text-block p:after {
  content: "";
  background: url(/upload/img//miravis-icon-green%201.svg) !important;
  background-size: 100% 100%;
  position: absolute;
  left: calc(50% - 12px);
  width: 24px;
  height: 24px;
  display: block;
  margin: 45px auto;
}

.scheme h2 {
  color: #546223;
  margin-bottom: 45px !important;
}

.scheme h2:after {
  background: none !important;
}

.scheme .image-wrapper {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  max-width: 1140px;
  margin-top: 20px;
}

.basic-table th {
  background-color: #546223 !important;
}

.content-block .heading-line {
  color: #546223 !important;
  margin-bottom: 139px !important;
}

.two-blocks {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  max-width: 1140px;
  margin-top: 20px;
  margin-bottom: 35px;
}

.two-blocks .image {
  max-width: 560px;
  margin: 0px 5px;
}

.graph .tekst {
  text-align: left;
  color: #4e4e4e;
  font-size: 14px;
  font-style: italic;
}

.graph {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.quote-text {
  margin-right: 0;
  width: 100%;
}

.image-wrapper.graph {
  padding: 0 65px 0 !important;
}

ul.color-legend li.dark-green-gradient:before {
  background: linear-gradient(180deg, #00ab84 0%, #006c5b 100%);
}

ul.color-legend li.red-gradient:before {
  background: linear-gradient(180deg, #cb333b 0%, #862633 100%);
}

ul.color-legend li.purple-gradient:before {
  background: linear-gradient(180deg, #b884cb 0%, #9b26b6 100%);
}

ul.color-legend li.light-blue-gradient:before {
  background: linear-gradient(180deg, #9bcbeb 0%, #0072ce 100%);
}

ul.color-legend li.blue-gradient:before {
  background: linear-gradient(180deg, #0072ce 0%, #003da5 99.89%);
}

.compare-block {
  width: 630px;
}

.caption.in-green {
  min-width: 442px;
}

.in-green {
  text-align: left;
  background-color: #546223;
  color: #fff !important;
}

.caption.in-green .left {
  width: 50%;
  margin-left: auto;
  float: none;
}

.gradient-table .basic-table td {
  padding: 10px 20px !important;
}

.gradient-table .basic-table {
  width: 1140px !important;
}

.green-background .heading {
  color: #fff !important;
}

.accordeon-block .heading-line,
.accordeon-block .desc-text {
  color: #546223;
}

.gradient-table .inner-wrapper .half:nth-child(2) {
  order: unset !important;
}

.trial {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 100%;
  width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

.trial .icons-row {
  display: flex;
  justify-content: center;
  max-width: 100%;
}

.trial .icon {
  text-align: center;
}

.trial .icons-row .item {
  margin: 48px 0;
  padding: 0 10px;
  width: calc(100% / 7 - 1px);
  position: relative;
}

.trial .icons-row .icon:before {
  content: ".";
  display: block;
  margin: 0 auto 24px;
  width: 100px;
  height: 100px;
  font-size: 0;
  border-radius: 0;
  background-color: transperent;
}

.trial .icons-row .null .icon,
.trial .icons-row .seventh .icon {
  padding: 50px 0px;
  text-align: left;
  font-size: 18px;
}

.trial .icons-row .null .icon:before,
.trial .icons-row .seventh .icon:before {
  display: none;
}

.trial .icons-row .first .icon:before {
  background: url(/upload/img//04/24/11_1.png) no-repeat center center;
}

.trial .icons-row .second .icon:before {
  background: url(/upload/img//04/24/12_1.png) no-repeat center center;
}

.trial .icons-row .third .icon:before {
  background: url(/upload/img//04/24/13_1.png) no-repeat center center;
}

.trial .icons-row .fourth .icon:before {
  background: url(/upload/img//04/24/14_1.png) no-repeat center center;
}

.trial .icons-row .fifth .icon:before {
  background: url(/upload/img//04/24/15_1.png) no-repeat center center;
}

.trial .icons-row .sixth .icon:before {
  background: url(/upload/img//04/24/16_1.png) no-repeat center center;
}

.trial .icons-row .eighth .icon:before {
  background: url(/upload/img//04/24/21.png) no-repeat center center;
}

.trial .icons-row .ninth .icon:before {
  background: url(/upload/img//04/24/22.png) no-repeat center center;
}

.trial .icons-row .tenth .icon:before {
  background: url(/upload/img//04/24/23.png) no-repeat center center;
}

.trial .icons-row .eleventh .icon:before {
  background: url(/upload/img//04/24/24.png) no-repeat center center;
}

.trial .icons-row .twelfth .icon:before {
  background: url(/upload/img//04/24/25.png) no-repeat center center;
}

.trial .icons-row .thirteenth .icon:before {
  background: url(/upload/img//04/24/26.png) no-repeat center center;
}

.green-background .inner-wrapper {
  max-width: 1280px !important;
}

.gradient-table .tekst {
  text-align: left;
  color: #4e4e4e;
  font-size: 14px;
  font-style: italic;
  width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.gradient-table .inner-wrapper .half {
  margin: 0 !important;
  padding: 0px !important;
}

.gradient-table .text-with-padding-left {
  padding-left: 124px;
}

.content-block.gradient-table .mobile-slider-item img {
  height: auto !important;
  max-width: 100% !important;
  padding: 0px !important;
}

.gradient-table ul {
  list-style: outside;
}

.gradient-table .text.text-with-padding-left {
  color: #000 !important;
}

.gradient-table .ffw-accordeon-content .img-wrapper.captions div.text {
  min-height: calc(1.2em + 24px) !important;
  margin-top: 0px !important;
  text-align: center !important;
}

.gradient-table .image .tekst {
  width: auto;
}

.gradient-table .graph .image img {
  height: auto !important;
}

.extra-accordeon .ffw-accordeon-content .img-wrapper.captions div.text {
  min-height: calc(1.2em + 24px) !important;
  margin-top: 0px !important;
  text-align: center !important;
}

.green-background .inner-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.green-background .half {
  width: 50%;
}

.green-background .inner-wrapper .video > iframe {
  width: 100%;
  height: 390px;
}

.green-background .inner-wrapper .text-wrapper {
  height: 100%;
  padding: 52px 64px;
  text-align: left;
  background-color: #fff;
}

.green-background .black-text {
  color: #000 !important;
}

.page-footer-block h3,
.page-footer-block .text {
  color: #546223 !important;
}

.page-footer-block .text-wrapper > p:after {
  background-image: url(/upload/img//miravis-icon-green%201.svg) !important;
  margin-top: 45px !important;
}

.gradient-table .table-description {
  width: 66%;
  float: right;
  margin-right: 15px;
}

.clockwise-animation.hero-container .text-inner-wrapper {
  position: absolute !important;
  right: 134px !important;
}

.hero-inner-wrapper .text-container {
  padding: 65px 134px 70px 80px !important;
}

.heading-line {
  margin-top: 0px;
  font-size: 42px;
}

.green-background .heading-line {
  margin-bottom: 25px !important;
}

.green-background.highlights-block .item {
  padding-right: 36px !important;
  padding-left: 0px !important;
}

.green-background.highlights-block .third.item {
  padding-right: 0px !important;
}

.green-background .icons-row .icon {
  text-align: left;
}

.basic-table td,
.basic-table th {
  text-align: left !important;
}

.accordeon-block .heading-line {
  margin-bottom: 45px !important;
}

.accordeon-block .desc-text {
  margin-bottom: 139px !important;
}

.accordeon-block .heading-line:after {
  margin-top: 144px !important;
  margin-bottom: 65px !important;
}

.image-compare {
  margin-bottom: 25px !important;
}

.gradient-table .heading-line {
  margin-bottom: 139px !important;
}

.gradient-table .img-wrapper {
  margin-bottom: 25px !important;
}

.graph-description ol {
  list-style: auto;
  margin-left: 20px !important;
}

.accordeon-block.extra-accordeon .heading-line:after {
  margin-top: 117px !important;
}

.extra-accordeon .img-wrapper {
  margin-bottom: 25px !important;
}

.green-background.quote-block .heading-line {
  margin-bottom: 139px !important;
}

.green-background.quote-block .inner-wrapper .text-wrapper {
  margin-left: 0px;
}

.page-footer-block p.text {
  margin-top: 45px !important;
  margin-bottom: 139px !important;
}

.highlights-block.grey-background .heading-line {
  margin-bottom: 139px !important;
}

.quote-block.green-background .heading-line:after {
  margin: 45px auto 65px !important;
}

.grey-background.miravis-download {
  background: none !important;
  background-color: #eeeff1 !important;
}

.miravis-download .download {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.miravis-download .download .half {
  width: 50%;
}

.miravis-download .download .heading {
  color: #546223 !important;
  font-weight: normal;
  font-size: 42px;
  margin-top: 0px;
  text-align: left;
}

.miravis-download .download .miravis_button {
  padding: 15px 53px 15px 40px;
  background-color: #788c35;
  width: fit-content;
  height: 56px;
  margin-top: 45px;
  border-radius: 8px;
}

.miravis-download .download p {
  color: #000 !important;
}

.miravis-download .download .miravis_button p {
  color: #fff !important;
}

@media screen and (max-width: 480px) {
  .clockwise-animation .hero-inner-wrapper::after {
    top: calc(50% - 111px) !important;
  }

  .two-blocks {
    flex-direction: column;
  }

  .accordeon-block .graph .two-blocks .image {
    margin: 10px 5px;
  }

  .accordeon-block .graph .half {
    order: 0 !important;
  }

  .accordeon-block .image-wrapper.graph {
    padding: 0 !important;
    width: 100% !important;
    height: auto !important;
  }

  .compare-block {
    width: auto !important;
  }

  .caption.in-green .left {
    margin-right: 5px;
  }

  .gradient-table .table-wrapper {
    width: 1140px;
    overflow: auto;
  }

  .trial .icons-row .item {
    width: auto;
  }

  .trial .icons-row {
    flex-direction: column;
  }

  .green-background .half {
    width: 100%;
  }

  .green-background .inner-wrapper {
    flex-direction: column-reverse;
  }

  .clockwise-animation.hero-container .text-inner-wrapper {
    position: relative !important;
    right: unset !important;
  }

  .hero-inner-wrapper .text-container {
    padding: 32px 10px 32px 10px !important;
  }

  .miravis-download .download {
    flex-direction: column;
  }

  .miravis-download .download .half {
    width: 100%;
  }

  .half.download-image {
    padding: unset !important;
    padding-top: 32px !important;
  }

  .half.download-text {
    padding: 50px 32px !important;
  }

  .download-text h2 {
    font-size: 26px !important;
  }
}

.half.download-image {
  padding: 95px 0px 85px 57px;
}

.half.download-text {
  padding: 162px 70px 160px 80px;
}

#text-inner-wrapper__page-title {
  font-size: 65px;
  font-weight: 700;
}

h2 {
  text-align: center;
  font-size: 42px;
  color: #0072ce;
  font-weight: normal;
}

h3 {
  padding-top: 42px;
  text-align: center;
  font-size: 32px;
  color: #0072ce;
  font-weight: normal;
}

.ffw-container * {
  font-family: "NotoSansDisplay-Regular", sans-serif !important;
}

.ffw-container a,
.ffw-container a:hover {
  text-decoration: none;
}

.ffw-container .hero h1 {
  font-size: 28px;
  line-height: 1.23;
  font-weight: 400;
  letter-spacing: -0.5px;
  color: #fff;
}

.ffw-container h1 {
  font-size: 42px;
  line-height: 1.14;
  font-weight: normal;
  color: #32325d;
}

.ffw-container h4 {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 400;
  color: #32325d;
}

.ffw-container h5 {
  font-size: 14px;
  font-weight: 600;
  color: #32325d;
}

section:first-of-type {
  padding-top: 130px !important;
}

.subheadline {
  font-size: 22px;
  line-height: 1.45;
  font-weight: normal;
  color: #4361a7;
}

.text {
  margin-bottom: 26px;
  line-height: 1.5;
  font-size: 14px;
  color: rgba(50, 50, 93, 0.85);
}

.text-medium {
  line-height: 1.33;
  font-size: 14px;
  color: rgba(50, 50, 93, 0.85);
}

.text-small {
  line-height: 1.33;
  font-size: 12px;
  color: #565a5c;
}

.heading-line {
  font-weight: normal;
  margin-bottom: 60px;
}

.heading-line:after {
  content: "";
  background: url(/upload/img//miravis-icon-blue.svg);
  background-size: 100% 100%;
  position: absolute;
  left: calc(50% - 12px);
  width: 24px;
  height: 24px;
  display: block;
  margin: 16px auto;
}

.link-button {
  position: relative;
  display: inline-block;
  border-radius: 31.5px;
  min-width: 200px;
  padding: 12px 32px 12px 64px;
  background: #0072ce;
  font-size: 18px;
  text-align: center;
  line-height: 1.78;
  color: #fff;
  overflow: hidden;
}

.link-button:hover {
  text-decoration: none;
  background: #005aa2;
}

.link-button span {
  position: relative;
  z-index: 1;
}

.link-button:before {
  content: ".";
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border-radius: 31.5px;
  background: #0072ce;
  font-size: 0;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}

.link-button:hover:before {
  background: linear-gradient(to top, #982980, #ca2383 50%, #c81171);
}

.link-button::after {
  content: "";
  position: absolute;
  top: 12px;
  left: 28px;
}

.link-button:hover::after {
  -webkit-transform: rotate3d(0, 0, 1, 0deg);
  transform: rotate3d(0, 0, 1, 0deg);
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.link {
  font-weight: 600;
  font-size: 16px;
  line-height: 2.46;
  color: #0072ce;
}

.link span {
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}

.link.arrow:after {
  content: "";
  display: inline-block;
  margin-left: 20px;
  width: 24px;
  height: 11px;
  vertical-align: middle;
  background-image: url(/upload/img//miravis-blue-arrow-next.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.1s ease-in-out;
}

.link:hover span {
  border-bottom: 1px solid #0072ce;
}

.ffw-container li {
  margin-bottom: 10px;
  line-height: 1.5;
  font-size: 16px;
  color: rgba(50, 50, 93, 0.85);
}

.ffw-container ul.bullets li::before {
  content: "•";
  display: inline-block;
  margin-right: 15px;
  line-height: 1.5;
  color: rgba(50, 50, 93, 0.85);
}

@media screen and (min-width: 768px) {
  .ffw-container .hero h1 {
    font-size: 38px;
  }

  .ffw-container h1 {
    font-size: 42px;
    line-height: 1.14;
    font-weight: normal;
    color: #32325d;
  }

  .ffw-container h2 {
    font-size: 40px;
  }

  .ffw-container h3 {
    font-size: 26px;
  }

  .ffw-container h4 {
    font-size: 20px;
  }

  .subheadline {
    font-size: 22px;
    line-height: 1.45;
    font-weight: normal;
    color: #4361a7;
  }

  .text {
    line-height: 1.5;
    font-size: 16px;
    color: rgba(50, 50, 93, 0.85);
  }

  .text-small {
    line-height: 1.33;
    font-size: 12px;
  }

  .heading-line.left:after {
    margin: 16px 0;
  }
}

@media screen and (max-width: 480px) {
  .link-button {
    font-size: 16px;
  }

  section:first-of-type {
    padding-top: 70px !important;
  }
}

.sub-menu {
  display: none;
  padding-top: 10px;
}

.sub-menu li a {
  font-size: 12px;
  line-height: 15.6px;
  padding: 0;
  margin: 0 0 25px 0;
  text-transform: none;
}

.sub-menu a.first-level {
  display: none;
}

.nav .nav__item a.first-level:after {
  content: ".";
  display: inline-block;
  margin-right: 5px;
  width: 12px;
  height: 8px;
  background: url(/upload/img//menu-arrow.svg) no-repeat center #fff;
  vertical-align: middle;
  font-size: 0;
  transition: all 0.3s;
  transform: rotate(180deg);
}

.nav .nav__item a.first-level.active::after {
  transform: none;
}

.nav__item .sub-menu li a {
  border-bottom: none;
}

@media screen and (min-width: 576px) {
  .nav .nav__item {
    position: relative;
    z-index: 10;
  }

  .sub-menu {
    position: absolute;
    top: 40px;
    left: -20px;
    width: 220px;
    padding: 10px 20px;
    background-color: #fff;
  }

  .ffw-container.header,
  .ffw-container header .main__container {
    overflow: visible !important;
  }

  .sub-menu li a {
    font-size: 15px;
  }
}

div.layout__region.layout__region--content.container {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

div.main__content-wrapper {
  padding: 0;
  margin: 0;
}

#topResultsButton,
.weather-sticky-processed {
  display: none !important;
}

.ffw-container {
  background: #fff;
  max-width: 100%;
  overflow: hidden;
}

.inner-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 1140px;
}

.white-wrapper {
  background-color: white;
  padding: 64px 0;
}

.white-wrapper h2 {
  font-size: 32px;
  font-weight: normal;
  color: #0072ce;
}

.inner-wrapper.flex-wrapper {
  display: flex;
}

@media screen and (max-width: 480px) {
  .grey-background {
    background-size: auto !important;
  }

  .white-wrapper {
    padding: 96px 0;
  }

  .inner-wrapper.flex-wrapper {
    flex-direction: column;
  }

  .inner-wrapper.flex-wrapper img {
    order: -1;
  }
}

.ffw-container header {
  border-top: 10px solid #436ab0;
  background: #fff;
  transition: all 0.5s ease-in-out;
}

.ffw-container header .header-logo {
  float: right;
  max-width: 38%;
  margin: 15px 5px 5px;
  transition: all 0.5s ease-in-out;
}

.ffw-container header .main__container {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.ffw-container header nav {
  padding: 0;
  clear: right;
  transition: all 0.5s ease-in-out;
}

@media screen and (max-width: 480px) {
  .ffw-container header nav {
    padding: 0 30px;
  }
}

.nav .slick-prev,
.nav .slick-next {
  position: absolute;
  top: 12px;
  display: inline-block !important;
  border: 0;
  width: 30px;
  height: 30px;
  font-size: 0;
  vertical-align: super;
}

.nav .slick-prev:focus,
.nav .slick-next:focus {
  outline: none;
  box-shadow: none;
}

.nav .slick-prev.slick-disabled,
.nav .slick-prev.hide,
.nav .slick-next.slick-disabled,
.nav .slick-next.hide {
  display: none !important;
}

.nav .slick-prev {
  left: -30px;
  background: #fff url(/upload/img//miravis-arrow-prev.svg) no-repeat center;
}

.nav .slick-next {
  right: -30px;
  background: #fff url(/upload/img//miravis-arrow-next.svg) no-repeat center;
}

.nav .slick-list {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.nav .hidden-element .slick-list {
  width: 100%;
}

.nav__items {
  max-width: 100%;
  white-space: nowrap;
  overflow-x: hidden;
}

.nav__item {
  display: inline-block;
  margin: 15px 10px;
}

.nav__item a {
  border-bottom: 4px solid transparent;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 12px;
  color: #000;
}

.nav__item.active a {
  border-bottom: 4px solid #78be20;
}

.main__header {
  z-index: 9100 !important;
}

@media screen and (min-width: 1025px) {
  .ffw-container header.sticky {
    position: fixed;
    top: 59px;
    left: 0;
    right: 0;
    z-index: 9000;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
  }

  body.logged-in .ffw-container header.sticky {
    top: 170px;
  }

  body.logged-in .ffw-container header.sticky.sticky-scroll-down {
    top: 120px;
  }

  .ffw-container header.sticky.move-down {
    top: 117px !important;
  }

  .ffw-container header.sticky .header-logo {
    margin: 13px 0;
  }

  .ffw-container header.sticky .nav {
    margin: 0 0 12px;
  }

  .nav__item {
    margin: 20px 5px;
  }

  .nav__item a {
    padding: 10px 0;
    font-size: 14px;
  }

  .ffw-container header .header-logo {
    margin: 30px 0;
  }

  .ffw-container header .nav {
    display: inline-block;
    margin: 18px 0 22px;
  }
}

@media screen and (max-width: 768px) {
  .ffw-container header.sticky-m {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 9000;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
  }

  .ffw-container header.sticky-m {
    top: 0px;
  }

  .ffw-container header.sticky.move-down {
    top: 64px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .ffw-container header.sticky-m {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 9000;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
  }

  body.logged-in .ffw-container header.sticky-m {
    top: 124px;
  }

  .ffw-container header.sticky-m .header-logo {
    display: none;
  }

  body.logged-in .ffw-container header.sticky.move-down {
    top: 124px;
  }

  body.not-logged-in.ffw-container header.sticky-m {
    top: 80px;
  }

  body.not-logged-in.ffw-container header.sticky.move-down {
    top: 80px;
  }
}

.animate {
  transition:
    transform ease 1s,
    opacity ease 1s;
  transform: translateY(50px);
  opacity: 0;
}

.animate.in-view {
  transform: translateY(0);
  opacity: 1;
}

.animate + .animate {
  transition-delay: 0.2s;
}

.animate + .animate + .animate {
  transition-delay: 0.4s;
}

.hero-container {
  height: 480px;
  position: relative;
}

.hero-inner-wrapper {
  height: 100%;
  overflow: hidden;
}

.hero.text-container::after {
  content: "";
  background: url(/upload/img//miravis-icon_0.png);
  background-size: 100%;
  position: absolute;
  display: inline-block;
  top: calc(50% - 24px);
  right: -24px;
  width: 48px;
  height: 48px;
}

@media screen and (max-width: 480px) {
  .hero-container {
    height: auto;
  }

  .hero.text-container::after {
    height: 24px;
    width: 24px;
    top: -12px;
    right: calc(50% - 12px);
  }
}

.hero.text-container {
  z-index: 2;
}

.hero.text-container::after {
  z-index: 3;
}

.hero-video-wrapper {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  width: 50%;
  height: 100%;
}

.hero-video-wrapper + video {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: calc(50% + 40px);
  margin: -20px;
  height: calc(100% + 40px);
  object-fit: cover;
  object-position: top;
}

@media screen and (max-width: 480px) {
  .hero-video-wrapper + video {
    left: 0;
    margin: 0;
    width: 100%;
    max-height: 320px;
  }
}

.in-view .hero-inner-wrapper {
  transform: scale(1.01);
}

.hero-inner-wrapper .text-container {
  height: 100%;
  position: relative;
  padding: 50px 10px;
  background-size: 90% 100%;
}

.hero-inner-wrapper .text-container {
  max-width: 50%;
  background-color: #0072ce;
}

.hero-container .text-inner-wrapper {
  position: relative;
  width: 69%;
  max-width: 250px;
  z-index: 1;
}

.hero-container .text-inner-wrapper h1 {
  max-width: 100%;
}

.hero-container .text-inner-wrapper h4 {
  max-width: 91%;
}

.hero-container .text-inner-wrapper .text {
  max-width: 70%;
}

@media screen and (max-width: 480px) {
  .hero-inner-wrapper .text-container {
    padding: 32px 10px 64px 10px;
    transform: none;
    max-width: 100%;
    text-align: center;
  }

  .hero-inner-wrapper .text-container:before {
    background-size: 100%;
    background-color: #0072ce;
  }

  .hero-container .text-inner-wrapper {
    max-width: 100%;
    width: 100%;
  }
}

@media screen and (min-width: 480px) {
  .hero-container.stamp:after {
    content: ".";
    position: absolute;
    top: 0;
    right: 0;
    width: 216px;
    height: 220px;
    background: url(/upload/img//wir_leben_getreide_stamp.png) no-repeat 0 0;
    font-size: 0;
  }
}

@media screen and (min-width: 768px) {
  .hero-container .text-inner-wrapper {
    max-width: 450px;
  }

  .hero-inner-wrapper .text-container {
    padding: 100px;
  }
}

@media screen and (min-width: 1024px) {
  .hero-inner-wrapper .text-container {
    padding: 100px 0 100px 100px;
  }
}

@media screen and (min-width: 1140px) {
  .hero-inner-wrapper .text-container {
    height: 100%;
  }

  .clockwise-animation.hero-container .text-inner-wrapper {
    position: absolute;
  }

  .hero-container .text-inner-wrapper {
    position: absolute;
    max-width: 570px;
    right: 0;
  }

  .hero-container .text-inner-wrapper .text {
    max-width: 75%;
  }
}

@-webkit-keyframes moveUpDown {
  0% {
    transform: translateY(0);
  }

  33% {
    transform: translateY(-10px);
  }

  66% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes moveUpDown {
  0% {
    transform: translateY(0);
  }

  33% {
    transform: translateY(-10px);
  }

  66% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(0);
  }
}

.highlights-block {
  text-align: center;
}

.highlights-block > h2,
.accordeon-block > h2,
.content-block > h2,
.products-teaser > h2 {
  text-align: center;
  font-size: 42px;
  color: #0072ce;
  font-weight: normal;
}

.highlights-block > h3,
.accordeon-block > h3,
.products-teaser > h3,
.content-block > h3 {
  padding-top: 42px;
  text-align: center;
  font-size: 32px;
  color: #0072ce;
  font-weight: normal;
}

.highlights-block.white-background {
  background-color: #fff;
}

.highlights-block .item {
  position: relative;
  margin: 0 auto;
  padding: 32px 10px;
  width: 320px;
}

.highlights-block .item + .item {
  border-left: 0;
  border-top: 1px solid #ededed;
}

.highlights-block .icon:before {
  content: ".";
  display: block;
  margin: 0 auto 24px;
  width: 128px;
  height: 128px;
  font-size: 0;
}

.highlights-block p {
  margin-bottom: 20px !important;
}

.highlights-block p:after {
  display: none;
}

.highlights-block .icons-row {
  display: flex;
  justify-content: center;
  width: 100%;
}

.icons-row span.heading {
  display: inline-block;
  margin-bottom: 10px;
  line-height: normal;
  font-size: 26px;
}

@media screen and (max-width: 480px) {
  .highlights-block .icons-row {
    flex-direction: column;
  }

  .highlights-block .icons-row + .icons-row .item {
    border-top: 1px solid #ededed;
  }

  .highlights-block > h2,
  .accordeon-block > h2,
  .content-block > h2,
  .products-teaser > h2 {
    font-size: 24px;
  }

  .highlights-block > h3,
  .accordeon-block > h3,
  .content-block > h3,
  .products-teaser > h3 {
    font-size: 20px;
  }
}

@media screen and (min-width: 768px) {
  .highlights-block .inner-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .highlights-block .green-box {
    margin-top: 50px;
    max-width: 1140px;
    padding: 32px;
    font-size: 26px;
  }

  .highlights-block .item {
    margin: 48px 0;
    padding: 0 35px;
    width: calc(100% / 3 - 1px);
  }

  .highlights-block .item + .item {
    border-left: 1px solid #ededed;
  }
}

.content-block {
  background-color: #eeeff1;
  padding: 64px 10px;
}

.blue-background {
  background-image: url(/upload/img//products-teaser-background_0.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-color: #0072ce;
  background-position-y: bottom;
}

.grey-background {
  background: url(/upload/img//miravis-grey-background_0.png);
  background-color: #eeeff1;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position-y: bottom;
}

.blue-background.inverted-background {
  background-image: url(/upload/img//products-teaser-background-inverted.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-color: #0072ce;
}

.grey-background h2,
.grey-background p {
  color: #0072ce;
}

.blue-background h2 {
  color: #fff;
}

.blue-background p {
  text-align: left;
  color: #fff;
}

.blue-background.light p {
  color: #000;
}

.blue-background.light p:after {
  display: none;
}

.content-block .heading-line {
  text-align: center;
  margin-bottom: 60px;
  color: #0072ce;
}

.content-block .text-wrapper {
  position: relative;
  margin: 0 10px;
  padding: 24px 15px;
  z-index: 1;
  text-align: center;
}

.content-block .text-wrapper h3 {
  text-align: center;
}

.content-block .text-wrapper h3 small {
  display: block;
  margin-top: 10px;
  font-size: 16px;
}

.content-block .text-wrapper p:last-of-type {
  margin-bottom: 32px;
}

.content-block img {
  width: 100%;
}

.content-block .link {
  line-height: 1.6;
  color: #0072ce;
}

@media screen and (min-width: 768px) {
  .content-block {
    padding: 96px 0;
  }

  .content-block .inner-wrapper {
    display: flex;
  }

  .content-block .inner-wrapper.centered {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .content-block .text-wrapper h3 {
    text-align: left;
  }

  .content-block .text-wrapper {
    text-align: left;
    margin-top: 0;
    padding: 0 40px 0 0;
  }

  .content-block .inner-wrapper .half {
    width: 50%;
    margin: auto;
    padding: 20px;
  }

  .content-block.reverse .inner-wrapper .half:nth-child(2) {
    order: 1;
  }

  .content-block .inner-wrapper .half:nth-child(2) {
    order: -1;
  }
}

@media screen and (max-width: 480px) {
  .blue-background.inverted-background {
    background-size: auto;
  }
}

.centered-list-block {
  padding: 64px 0;
  text-align: center;
}

.centered-list-block ul {
  margin-bottom: 32px;
}

.centered-list-block li {
  position: relative;
  margin: 0 auto;
  padding: 24px 10px 14px;
}

.centered-list-block li:after {
  content: ".";
  position: absolute;
  top: 100%;
  left: 50%;
  height: 1px;
  width: 180px;
  background: #ededed;
  transform: translateX(-50%);
  font-size: 0;
}

.centered-list-block img {
  margin: 0 auto;
  border-radius: 50%;
  width: 176px;
  height: 176px;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .centered-list-block {
    padding: 96px 0;
  }

  .centered-list-block .inner-wrapper {
    max-width: 847px;
    text-align: right;
  }

  .centered-list-block ul {
    margin: 47px auto 32px;
  }

  .centered-list-block li {
    border-top: 1px solid #ededed;
    margin: 0 10px;
    text-align: left;
  }

  .centered-list-block li .img-wrapper,
  .centered-list-block li .text-wrapper {
    display: inline-block;
    vertical-align: middle;
  }

  .centered-list-block li .img-wrapper {
    width: 29%;
  }

  .centered-list-block li .text-wrapper {
    width: 71%;
  }

  .centered-list-block li:last-of-type {
    border-bottom: 1px solid #ededed;
  }

  .centered-list-block li:after {
    content: none;
  }
}

@media screen and (min-width: 992px) {
  .centered-list-block li {
    margin: 0;
  }
}

.teaser-block {
  text-align: center;
}

.teaser-block .img-wrapper {
  text-align: center;
}

.teaser-block .img-wrapper.jungle {
  padding: 38px 61px 73px;
  background: #68bfb4;
}

.teaser-block .img-wrapper img {
  display: block;
  margin: 0 auto;
}

.teaser-block .text-wrapper {
  position: relative;
  margin: -73px 10px 0;
  padding: 24px 15px 56px;
  background: #fff;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .teaser-block {
    display: flex;
  }

  .teaser-block .img-wrapper {
    width: 37%;
    max-width: 541px;
    display: flex;
  }

  .teaser-block .text-wrapper {
    position: relative;
    margin: 0;
    width: 63%;
    text-align: left;
  }

  .teaser-block .text-wrapper h3,
  .teaser-block .text-wrapper p {
    max-width: 533px;
  }

  .teaser-block .text-wrapper:before {
    content: ".";
    position: absolute;
    bottom: 0;
    right: 100%;
    margin-right: -1px;
    width: 10%;
    height: 100%;
    background: linear-gradient(to left top, #fff 50%, rgba(0, 0, 0, 0) 50%);
    font-size: 0;
  }
}

@media screen and (min-width: 1025px) {
  .teaser-block .img-wrapper.jungle {
    padding-right: 9%;
    padding-bottom: 38px;
  }

  .teaser-block .text-wrapper {
    padding: 96px 100px 100px;
  }

  .teaser-block .text-wrapper:before {
    width: 15%;
  }
}

.page-footer-block {
  background-size: cover;
}

.page-footer-block h3 {
  font-size: 24px;
}

.page-footer-block p {
  font-size: 18px;
}

@media screen and (min-width: 768px) {
  .page-footer-block h3 {
    font-size: 42px;
  }

  .page-footer-block p {
    font-size: 26px;
  }
}

@media screen and (min-width: 768px) {
  .page-footer-block {
    padding: 48px 10px 170px;
  }

  .page-footer-block p.text,
  .page-footer-block div.text {
    max-width: 532px;
  }

  .page-footer-block .social-media {
    padding-top: 32px;
  }

  .page-footer-block .link-button + .link-button {
    margin-left: 32px;
  }
}

@media screen and (max-width: 768px) {
  .page-footer-block .link-button {
    margin-bottom: 20px;
  }

  .page-footer-block .social-media {
    padding-top: 16px;
  }
}

.page-footer-block {
  padding: 64px 10px;
  text-align: center;
  background-color: #fff;
}

.page-footer-block h3 {
  padding-top: 0;
  margin-bottom: 0;
  font-weight: normal;
  color: #0072ce;
}

.page-footer-block p.text,
.page-footer-block div.text {
  margin-left: auto !important;
  margin-right: auto !important;
}

.page-footer-block .inner-wrapper {
  max-width: 1440px;
}

.page-footer-block p {
  color: #000;
  margin: 12px 0 64px !important;
}

.page-footer-block .text-wrapper > p:after {
  margin-top: 32px;
  background-image: url(/upload/img//miravis-icon-blue.svg);
}

.page-footer-block .link-button {
  border: 1px solid transparent;
}

.page-footer-block .link-button.telegram {
  background-color: #0061af;
}

.page-footer-block .link-button.telegram::after {
  content: url(/upload/img//telegram-icon.svg);
}

.page-footer-block .link-button.telegram:hover {
  background-color: #044f8c;
  text-decoration: none;
}

.page-footer-block .link-button.contact {
  background-color: #4686ed;
}

.page-footer-block .link-button.contact:hover {
  background-color: #3d74cc;
  text-decoration: none;
}

.page-footer-block .link-button.contact:after {
  content: url(/upload/img//contact-icon.svg);
  top: 16px;
  left: 24px;
}

.page-footer-block .link-button.whatsapp {
  background-color: #5ebc4e;
}

.page-footer-block .link-button.whatsapp:after {
  content: url(/upload/img//whatsapp-icon.svg);
}

.page-footer-block .link-button.whatsapp:hover {
  background-color: #54a746;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .page-footer-block {
    padding: 96px 10px;
    background-size: 32%;
  }

  .page-footer-block .icon:before {
    float: left;
  }

  .page-footer-block .text-wrapper {
    overflow: hidden;
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .products-teaser {
    padding: 96px 0;
  }
}

.products-teaser {
  margin: 0;
  padding: 64px 0;
  text-align: center;
}

.products-teaser img {
  width: 100%;
}

.products-teaser .teaser-box {
  margin: 0 20px;
  text-align: left;
  cursor: pointer;
}

.products-teaser .teaser-box:hover {
  box-shadow: 0 5px 10px 0 #002855;
}

.products-teaser .teaser-box img.opti {
  width: 80%;
}

.products-teaser .teaser-box + .teaser-box {
  margin-top: 20px;
}

.products-teaser .heading-line {
  margin-bottom: 60px;
  color: #fff;
}

.products-teaser .heading-line:after,
.page-footer-block p:after,
.blue-background p.animated:after,
.content-block.blue-background h2:after {
  content: "";
  background: url(/upload/img//miravis-icon.svg);
  background-size: 100% 100%;
  position: absolute;
  left: calc(50% - 12px);
  width: 24px;
  height: 24px;
  display: block;
  margin: 16px auto;
}

.blue-background .heading-line:after {
  background: url(/upload/img//miravis-icon_1.png);
  background-size: 100% 100%;
}

.products-teaser .inner-wrapper {
  padding-top: 20px;
}

@media screen and (min-width: 768px) {
  .products-teaser .inner-wrapper {
    display: flex;
    max-width: 1010px;
  }

  .products-teaser .inner-wrapper > div {
    width: 50%;
  }

  .products-teaser .teaser-box,
  .products-teaser .teaser-box + .teaser-box {
    margin-top: 48px;
  }
}

.list-with-ticks {
  margin: 32px 0;
}

.list-with-ticks li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  line-height: 1.43;
  font-weight: 600;
  font-size: 14px;
}

.list-with-ticks li:before {
  content: ".";
  display: inline-block;
  border-radius: 50%;
  width: 48px;
  min-width: 48px;
  height: 48px;
  background: url(/upload/img//syngenta_tick_icon.png) no-repeat 8px 14px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
  vertical-align: middle;
  font-size: 0;
}

.list-with-ticks li span {
  display: inline-block;
  margin-left: 15px;
  max-width: 80%;
  color: #4361a7;
}

.list-with-ticks.small li:before {
  width: 24px;
  min-width: 24px;
  height: 24px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  background-size: 100%;
  background-position: 1px 5px;
}

.quote-block {
  padding: 96px 0;
  text-align: center;
}

.quote-block .img-wrapper {
  border-radius: 50%;
  width: 255px;
  height: 255px;
  overflow: inherit;
}

.quote-block .text-wrapper:before {
  content: ".";
  display: inline-block;
  height: 66px;
  width: 64px;
  font-size: 0;
  vertical-align: top;
}

.quote-block .text-wrapper .quote {
  font-size: 22px;
  font-weight: 300;
  font-style: italic;
  line-height: 1.5;
  color: #565a5c;
}

.quote-block .text-wrapper p strong {
  color: #000;
}

@media screen and (min-width: 768px) {
  .quote-block .img-wrapper,
  .quote-block .text-wrapper {
    display: inline-block;
    vertical-align: middle;
  }

  .quote-block .text-wrapper {
    position: relative;
    padding-left: 86px;
    margin-left: 3%;
    max-width: 630px;
    text-align: left;
  }

  .quote-block .text-wrapper:before {
    content: ".";
    position: absolute;
    left: 0;
    top: 0;
  }
}

.accordeon-block > h2,
.accordeon-block > p {
  margin-left: auto;
  margin-right: auto;
  max-width: 732px;
  text-align: center;
  margin-top: 0px;
}

.ffw-custom-accordeon {
  margin-top: 64px;
}

.ffw-custom-accordeon .ffw-accordeon-inner {
  margin: 0 auto;
  padding: 0 10px;
  max-width: 1140px;
}

.ffw-custom-accordeon .ffw-accordeon-title {
  border-top: 1px solid #ededed;
  margin: 0 auto;
  max-width: 1140px;
  padding: 25px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.ffw-custom-accordeon .ffw-accordeon-title .ffw-accordeon-inner {
  position: relative;
  padding: 0 20px 0 10px;
}

.ffw-custom-accordeon .ffw-accordeon-title h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.52;
  color: #505d68;
}

.ffw-custom-accordeon .ffw-accordeon-title h3 span {
  display: inline-block;
  max-width: calc(100% - 100px);
  vertical-align: middle;
}

.ffw-custom-accordeon .ffw-accordeon-title.tests h3:before {
  background: url(/upload/img//icon_image.svg) no-repeat center;
}

.ffw-custom-accordeon .ffw-accordeon-title.image h3:before {
  background: url(/upload/img//icon_image.svg) no-repeat center;
}

.ffw-custom-accordeon .ffw-accordeon-title.wheat h3:before {
  background: url(/upload/img//wheat_shape_0.svg) no-repeat center;
  background-size: 40%;
}

.ffw-custom-accordeon .ffw-accordeon-title .toggle {
  position: absolute;
  top: 50%;
  right: 5px;
  line-height: 1.5;
  color: #0072ce;
  transform: translateY(-50%);
  font-size: 0;
}

.ffw-custom-accordeon .ffw-accordeon-title .toggle:after {
  content: "_";
  display: inline-block;
  margin-left: 10px;
  width: 15px;
  height: 7px;
  background: url(/upload/img//arrow_down.svg) no-repeat;
  font-size: 0;
  vertical-align: middle;
  transition: all 0.3s;
}

.ffw-custom-accordeon .ffw-accordeon-title .toggle span + span {
  display: none;
}

.ffw-custom-accordeon .ffw-accordeon-title.active {
  max-width: 100%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
}

.ffw-custom-accordeon .ffw-accordeon-title.active .toggle:after {
  transform: rotate(180deg);
}

.ffw-custom-accordeon .ffw-accordeon-title.active .toggle span {
  display: none;
}

.ffw-custom-accordeon .ffw-accordeon-title.active .toggle span + span {
  display: block;
}

.ffw-custom-accordeon .ffw-accordeon-content {
  margin: 0 auto;
  padding: 64px 0;
  max-width: 1140px;
}

.ffw-custom-accordeon .ffw-accordeon-content .heading-line {
  text-align: center;
}

.ffw-custom-accordeon .ffw-accordeon-content.active {
  max-width: 100%;
  border-bottom: 1px solid #ededed;
}

.ffw-custom-accordeon .ffw-accordeon-content.active + .ffw-accordeon-title {
  border-top: 0;
}

.img-wrapper.captions:not(.slick-slider) {
  padding: 20px;
  border: 1px solid #ededed;
}

.img-wrapper.captions > div {
  display: inline-block;
  text-align: left;
}

.img-wrapper.captions .text-small em {
  display: inline-block;
  margin-top: 15px;
  font-size: 12px;
  color: #565a5c;
}

@media screen and (min-width: 768px) {
  .ffw-custom-accordeon .ffw-accordeon-title h3 {
    font-size: 25px;
  }

  .ffw-custom-accordeon .ffw-accordeon-title .toggle {
    font-size: 16px;
  }

  .ffw-custom-accordeon .ffw-accordeon-content .heading-line {
    text-align: left;
  }

  .img-wrapper.captions {
    padding: 20px 40px;
  }

  .ffw-accordeon-inner .img-wrapper,
  .ffw-accordeon-inner .text-wrapper {
    display: inline-block;
    vertical-align: top;
  }

  .ffw-accordeon-inner .img-wrapper {
    width: 56%;
    max-width: 649px;
  }

  .ffw-accordeon-inner .img-wrapper.full-width {
    width: 100%;
    text-align: center;
    max-width: none;
  }

  .ffw-accordeon-inner .text-wrapper {
    margin-right: 2%;
    width: 42%;
  }

  .ffw-accordeon-inner .text-wrapper p:last-child {
    margin-bottom: 64px;
  }

  .ffw-accordeon-inner .text-wrapper.wider {
    width: 100%;
    max-width: 745px;
  }
}

.table-block {
  margin: 96px auto;
  max-width: 944px;
  text-align: center;
}

div.table-wrapper {
  margin-bottom: 30px;
  max-width: 100%;
  overflow: hidden;
}

.table-wrapper .type-1 {
  margin: 48px auto 20px;
  max-width: 100%;
  width: 100%;
}

.table-wrapper .type-1 th {
  border: 1px solid #0072ce;
  background: #0072ce;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}

.table-wrapper .type-1 th:first-child {
  padding-left: 340px;
}

.table-wrapper .type-1 td.empty {
  border-right-color: transparent;
}

.table-wrapper .type-1 td.top {
  vertical-align: top;
}

.table-wrapper .type-1 td {
  border: 1px solid #0072ce;
  background: #fff;
  font-weight: normal;
  font-size: 16px;
  color: #32325d;
  white-space: normal;
  text-align: left;
}

.table-wrapper .type-1 td.center {
  text-align: center;
}

.table-wrapper .type-1 td.first,
.table-wrapper .type-1 td:first-child {
  border-right-color: #fff;
  font-size: 20px;
  font-weight: 600;
}

.legend {
  margin-top: 16px;
  text-align: left;
  font-size: 12px;
  color: #565a5c;
  font-style: italic;
}

@media screen and (max-width: 768px) {
  .table-wrapper .type-1 th:first-child {
    padding-left: 0;
  }

  .table-wrapper .type-1 td.first,
  .table-wrapper .type-1 td:first-child {
    font-size: 13px;
  }

  .table-wrapper .type-1 td {
    font-size: 12px;
    white-space: normal;
    word-break: break-all;
  }
}

@media screen and (max-width: 1024px) {
  .table-wrapper th,
  .table-wrapper td {
    white-space: normal !important;
  }
}

.basic-table {
  table-layout: fixed;
  display: inline-block;
  overflow: auto;
  width: 100%;
}

.basic-table th {
  text-align: center;
  vertical-align: baseline;
  padding: 20px;
  background-color: #0072ce;
  color: #fff;
  font-weight: normal;
  border: 1px solid #ddd;
}

.basic-table td {
  text-align: center;
  vertical-align: baseline;
  padding: 20px;
  font-weight: normal;
  border: 1px solid #ddd;
}

@media screen and (max-width: 480px) {
  .basic-table {
    table-layout: auto;
    display: inline-block;
    overflow: auto;
    width: 100%;
  }

  table.basic-table th,
  table.basic-table td {
    white-space: normal;
    border: 1px solid #ddd;
  }
}

.interactive-map-1 svg:not(:root) {
  max-width: 100%;
}

.interactive-map-1 {
  position: relative;
  max-width: 380px;
}

.interactive-map-1 .pins-conrainer {
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  bottom: 0;
}

.interactive-map-1 .pins-list > li {
  position: absolute;
  padding-right: 10px;
  transform: translateY(-80px);
  transition-property: transform;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.57, -0.06, 0.74, 1.31);
}

.in-view .pins-list > li {
  transform: translateY(0);
}

.interactive-map-1 .pins-conrainer .pin-holder {
  display: inline-block;
  width: 25px;
  height: 47px;
  font-size: 0;
  transition: all 0.2s ease;
}

.interactive-map-1 .pins-conrainer .pin-holder svg {
  max-width: 25px;
  height: auto;
  cursor: pointer;
}

.interactive-map-1 .pins-conrainer .pin-holder .pin-icon {
  stroke: transparent;
  fill: #0072ce;
  cursor: pointer;
  transform: scale(0.8);
  transform-origin: center bottom;
  pointer-events: all;
}

.interactive-map-1 .pins-conrainer li:hover .pin-icon,
.interactive-map-1 .pins-conrainer .pin-holder .pin-icon:hover {
  stroke: #0072ce;
  fill: #fff;
  transform: scale(0.98);
}

.interactive-map-1 .pins-conrainer li.hover,
.interactive-map-1 .pins-conrainer li:hover {
  z-index: 90;
}

.interactive-map-1 .pins-conrainer .tooltip {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  border-radius: 4px;
  padding: 24px;
  width: 324px;
  background: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  z-index: 5;
}

.interactive-map-1 .pins-conrainer .tooltip::before {
  content: ".";
  position: absolute;
  top: 30px;
  left: -8px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #fff;
  border-bottom: 10px solid transparent;
  font-size: 0;
}

.interactive-map-1 .pins-conrainer .tooltip li {
  margin: 0;
  font-size: 14px;
  color: #565a5c;
}

@media screen and (min-width: 768px) {
  .interactive-map-1 .pins-conrainer li.hover .tooltip,
  .interactive-map-1 .pins-conrainer li:hover .tooltip {
    display: block;
  }
}

.image-compare {
  margin-bottom: 50px;
  font-size: 12px;
}

.image-compare .left {
  float: left;
  margin-top: 10px;
}

.image-compare .right {
  float: right;
  margin-top: 10px;
  max-width: 40%;
  text-align: right;
}

.image-compare .in-grey .left {
  color: #000;
}

.image-compare h5 {
  white-space: nowrap;
}

.image-compare .handle:after {
  width: 118px;
  height: 42px;
  top: 35%;
  transform: translate(-50%, -40%);
  background: url(/upload/img//compare-handle-btn_0.png) no-repeat;
}

@media screen and (min-width: 768px) {
  .image-compare {
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
  }
}

div.ffw-custom-modal {
  background: rgba(0, 0, 0, 0.54);
}

.ffw-custom-modal .ffw-custom-modal-inner {
  width: 90%;
  max-width: 1240px;
  height: auto;
}

.ffw-custom-modal .ffw-custom-modal-inner h3 {
  font-weight: 600;
  font-size: 26px;
  color: #4361a7;
}

.ffw-modal-content {
  padding: 20px;
}

.ffw-modal-content h4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.3px;
  color: #32325d;
}

.ffw-modal-content > ul li {
  font-size: 14px;
  color: #565a5c;
}

.ffw-modal-content > ul li strong {
  color: #32325d;
}

.ffw-custom-modal-close {
  border-radius: 50%;
  width: 56px;
  height: 56px;
  line-height: 65px;
  text-align: center;
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.1);
  background-color: #0072ce;
}

.ffw-custom-modal-close svg g {
  fill: #fff;
}

.ffw-modal-content .ffw-tab-wrapper {
  margin: 0;
}

.ffw-tab-wrapper .ffw-tabs-buttons {
  padding: 20px 0;
  border-bottom: 1px solid #ededed;
  width: 100%;
}

.ffw-tab-wrapper .ffw-tabs-buttons li {
  margin: 0 32px 0 0;
  padding: 10px 0;
  border-bottom: 4px solid transparent;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.5px;
  color: #32325d;
}

.ffw-tab-wrapper .ffw-tabs-buttons li.active {
  border-bottom: 4px solid #0072ce;
}

@media screen and (max-width: 768px) {
  .ffw-custom-modal-close {
    width: 36px;
    height: 36px;
    line-height: 48px;
  }

  .ffw-custom-modal .ffw-custom-modal-close {
    top: -40px;
    right: 0;
  }

  .ffw-custom-modal-close svg {
    width: 15px;
  }
}

@media screen and (min-width: 768px) {
  .ffw-modal-content {
    padding: 48px;
  }

  .ffw-modal-content > ul,
  .ffw-tabs-content ul {
    display: inline-block;
    margin-right: 2%;
    width: 33%;
    vertical-align: top;
  }

  .ffw-tabs-content > li {
    padding: 20px 0;
  }

  .ffw-modal-content > img,
  .ffw-tabs-content img {
    float: right;
    display: inline-block;
    margin-bottom: 30px;
    width: 64%;
  }
}

#go-to-top {
  display: inline-block;
  background-color: #fff;
  background-image: url(/upload/img//miravis-arrow-up.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 80px;
  height: 80px;
  text-align: center;
  border-radius: 50%;
  position: fixed;
  bottom: 100px;
  right: 10px;
  font-size: 0;
  transition:
    background-color 0.3s,
    opacity 0.5s,
    visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
}

#go-to-top.show {
  opacity: 1;
  visibility: visible;
}

#go-to-top:hover {
  cursor: pointer;
}

@media screen and (max-width: 480px) {
  #go-to-top {
    bottom: 60px;
    right: 10px;
  }
}

@media screen and (min-width: 1025px) {
  .ffw-container header.sticky.move-down {
    top: 77px;
  }
}

.not-logged-in .main__content {
  margin-top: 0;
}

.main__wrapper .pane-menu-menu-secondary {
  margin-bottom: 18px;
}

.mt48 {
  margin-top: 48px;
}

.pt48 {
  padding-top: 48px;
}

.pb48 {
  padding-bottom: 48px;
}

.image-wrapper,
.centered-wrapper {
  text-align: center;
}

.bold-text {
  font-family: NotoSansDisplay-Bold !important;
}

.text-in-quote {
  position: relative;
  padding: 62px 100px;
  background-color: #fff;
  font-size: 18px;
}

.text-in-quote:before {
  content: "";
  position: absolute;
  top: calc(50% - 24px);
  left: -24px;
  width: 48px;
  height: 48px;
  transform: rotate(-45deg);
  background-color: #fff;
}

@media screen and (max-width: 480px) {
  .text-in-quote {
    padding: 20px 10px;
    font-size: 16px;
  }

  .text-in-quote:before {
    top: -24px;
    left: calc(50% - 24px);
  }
}

.in-grey {
  text-align: left;
  background-color: #7c878e;
  color: #000;
}

.in-blue {
  text-align: left;
  background-color: #0072ce;
  color: #fff;
}

@media screen and (max-width: 480px) {
  .in-grey {
    text-align: center;
  }

  .in-blue {
    text-align: center;
  }
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: 0;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:after,
.slick-track:before {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

#toolbar-administration,
#toolbar-administration * {
  box-sizing: border-box;
}

#toolbar-administration {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  font-size: small;
  line-height: 1;
}

@media print {
  #toolbar-administration {
    display: none;
  }
}

.toolbar-loading #toolbar-administration {
  overflow: hidden;
}

.toolbar li,
.toolbar .item-list,
.toolbar .item-list li,
.toolbar .menu-item,
.toolbar .menu-item--expanded {
  list-style-type: none;
  list-style-image: none;
}

.toolbar .menu-item {
  padding-top: 0;
}

.toolbar .toolbar-bar .toolbar-tab,
.toolbar .menu-item {
  display: block;
}

.toolbar .toolbar-bar .toolbar-tab.hidden {
  display: none;
}

.toolbar a {
  display: block;
  line-height: 1;
}

.toolbar .toolbar-bar,
.toolbar .toolbar-tray {
  position: relative;
  z-index: 1250;
}

.toolbar-horizontal .toolbar-tray {
  position: fixed;
  left: 0;
  width: 100%;
}

.toolbar-oriented .toolbar-bar {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}

.toolbar-oriented .toolbar-tray {
  position: absolute;
  right: 0;
  left: 0;
}

@media (min-width: 61em) {
  .toolbar-loading.toolbar-horizontal
    .toolbar
    .toolbar-bar
    .toolbar-tab:last-child
    .toolbar-tray {
    display: none;
  }

  .toolbar-loading.toolbar-horizontal
    .toolbar
    .toolbar-bar
    .toolbar-tab:last-child
    .toolbar-tray
    .toolbar-lining {
    width: 999em;
  }

  .toolbar-loading.toolbar-horizontal
    .toolbar
    .toolbar-bar
    .home-toolbar-tab
    + .toolbar-tab
    .toolbar-tray {
    display: block;
  }
}

.toolbar-oriented .toolbar-bar {
  z-index: 502;
}

body.toolbar-fixed .toolbar-oriented .toolbar-bar,
html.toolbar-fixed .toolbar-oriented .toolbar-bar {
  position: fixed;
}

body.toolbar-tray-open.toolbar-fixed.toolbar-vertical .toolbar-oriented,
html.toolbar-tray-open.toolbar-fixed.toolbar-vertical .toolbar-oriented {
  bottom: 0;
  width: 240px;
  width: 15rem;
}

.toolbar-loading.toolbar-horizontal .toolbar .toolbar-tray .toolbar-menu > li,
.toolbar .toolbar-bar .toolbar-tab,
.toolbar .toolbar-tray-horizontal li {
  float: left;
}

[dir="rtl"]
  .toolbar-loading.toolbar-horizontal
  .toolbar
  .toolbar-tray
  .toolbar-menu
  > li,
[dir="rtl"] .toolbar .toolbar-bar .toolbar-tab,
[dir="rtl"] .toolbar .toolbar-tray-horizontal li {
  float: right;
}

@media only screen {
  .toolbar .toolbar-bar .toolbar-tab,
  .toolbar .toolbar-tray-horizontal li {
    float: none;
  }

  [dir="rtl"] .toolbar .toolbar-bar .toolbar-tab,
  [dir="rtl"] .toolbar .toolbar-tray-horizontal li {
    float: none;
  }
}

@media (min-width: 16.5em) {
  .toolbar .toolbar-bar .toolbar-tab,
  .toolbar .toolbar-tray-horizontal li {
    float: left;
  }

  [dir="rtl"] .toolbar .toolbar-bar .toolbar-tab,
  [dir="rtl"] .toolbar .toolbar-tray-horizontal li {
    float: right;
  }
}

.toolbar-oriented .toolbar-bar .toolbar-tab,
.toolbar-oriented .toolbar-tray-horizontal li {
  float: left;
}

[dir="rtl"] .toolbar-oriented .toolbar-bar .toolbar-tab,
[dir="rtl"] .toolbar-oriented .toolbar-tray-horizontal li {
  float: right;
}

.toolbar .toolbar-tray {
  z-index: 501;
  display: none;
}

.toolbar-oriented .toolbar-tray-vertical {
  position: absolute;
  left: -100%;
  width: 240px;
  width: 15rem;
}

[dir="rtl"] .toolbar-oriented .toolbar-tray-vertical {
  right: -100%;
  left: auto;
}

.toolbar .toolbar-tray-vertical > .toolbar-lining {
  min-height: 100%;
}

.toolbar .toolbar-bar .toolbar-tab > .toolbar-icon {
  position: relative;
  z-index: 502;
}

.toolbar-oriented .toolbar-tray-horizontal .menu-item ul {
  display: none;
}

.toolbar .toolbar-tray-vertical.is-active,
body.toolbar-fixed .toolbar .toolbar-tray-vertical,
html.toolbar-fixed .toolbar .toolbar-tray-vertical {
  position: fixed;
  overflow-x: hidden;
  overflow-y: auto;
  height: 100%;
}

.toolbar .toolbar-tray.is-active {
  display: block;
}

.toolbar-oriented .toolbar-tray-vertical.is-active {
  left: 0;
}

[dir="rtl"] .toolbar-oriented .toolbar-tray-vertical.is-active {
  right: 0;
  left: auto;
}

body.toolbar-tray-open.toolbar-vertical.toolbar-fixed,
html.toolbar-tray-open.toolbar-vertical.toolbar-fixed {
  margin-left: 240px;
  margin-left: 15rem;
}

@media print {
  body.toolbar-tray-open.toolbar-vertical.toolbar-fixed,
  html.toolbar-tray-open.toolbar-vertical.toolbar-fixed {
    margin-left: 0;
  }
}

[dir="rtl"] body.toolbar-tray-open.toolbar-vertical.toolbar-fixed,
[dir="rtl"].toolbar-tray-open.toolbar-vertical.toolbar-fixed {
  margin-right: 240px;
  margin-right: 15rem;
  margin-left: auto;
}

@media print {
  [dir="rtl"] body.toolbar-tray-open.toolbar-vertical.toolbar-fixed,
  [dir="rtl"].toolbar-tray-open.toolbar-vertical.toolbar-fixed {
    margin-right: 0;
  }
}

.toolbar .toolbar-tray .toolbar-toggle-orientation {
  display: none;
}

.toolbar-oriented .toolbar-tray .toolbar-toggle-orientation {
  display: block;
}

.toolbar-oriented .toolbar-tray-horizontal .toolbar-toggle-orientation {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
}

[dir="rtl"]
  .toolbar-oriented
  .toolbar-tray-horizontal
  .toolbar-toggle-orientation {
  right: auto;
  left: 0;
}

.toolbar-oriented .toolbar-tray-vertical .toolbar-toggle-orientation {
  float: right;
  width: 100%;
}

[dir="rtl"]
  .toolbar-oriented
  .toolbar-tray-vertical
  .toolbar-toggle-orientation {
  float: left;
}

.toolbar .toolbar-bar .home-toolbar-tab {
  display: none;
}

.path-admin .toolbar-bar .home-toolbar-tab {
  display: block;
}

.toolbar .toolbar-menu,
[dir="rtl"] .toolbar .toolbar-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.toolbar .toolbar-box {
  position: relative;
  display: block;
  width: auto;
  line-height: 1em;
}

.toolbar .toolbar-tray-vertical .toolbar-menu ul {
  display: none;
}

.toolbar .toolbar-tray-horizontal .toolbar-menu .toolbar-handle {
  display: none;
}

.toolbar-tray-open .toolbar-menu .menu-item--expanded ul {
  display: none;
}

.toolbar .toolbar-tray-vertical li.open > ul {
  display: block;
}

.toolbar .toolbar-tray-vertical .toolbar-handle + a {
  margin-right: 3em;
}

[dir="rtl"] .toolbar .toolbar-tray-vertical .toolbar-handle + a {
  margin-right: 0;
  margin-left: 3em;
}

.toolbar .toolbar-tray .menu-item--active-trail > .toolbar-box a,
.toolbar .toolbar-tray a.is-active {
  color: #000;
  background-color: #f5f5f5;
  font-weight: bold;
}

@media screen and (max-width: 319px) {
  .toolbar .toolbar-tray-vertical.is-active {
    width: 100%;
  }
}

.toolbar .level-2 > ul {
  border-top-color: #e5e5e5;
  border-bottom-color: #ccc;
  background-color: #fafafa;
}

.toolbar .level-3 > ul {
  border-top-color: #ddd;
  border-bottom-color: #c5c5c5;
  background-color: #f5f5f5;
}

.toolbar .level-4 > ul {
  border-top-color: #d5d5d5;
  border-bottom-color: #bbb;
  background-color: #eee;
}

.toolbar .level-5 > ul {
  border-top-color: #ccc;
  border-bottom-color: #b5b5b5;
  background-color: #e5e5e5;
}

.toolbar .level-6 > ul {
  border-top-color: #c5c5c5;
  border-bottom-color: #aaa;
  background-color: #eee;
}

.toolbar .level-7 > ul {
  border-top-color: #ccc;
  border-bottom-color: #b5b5b5;
  background-color: #fafafa;
}

.toolbar .level-8 > ul {
  border-top-color: #ddd;
  border-bottom-color: #ccc;
  background-color: #ddd;
}

.toolbar .toolbar-handle:hover {
  cursor: pointer;
}

.toolbar .toolbar-icon.toolbar-handle {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  height: 100%;
  padding: 0;
}

[dir="rtl"] .toolbar .toolbar-icon.toolbar-handle {
  right: auto;
  left: 0;
  padding: 0;
}

.ui-widget {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}

.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #333333;
}

.ui-widget-content a {
  color: #333333;
}

.ui-widget-header {
  border: 1px solid #dddddd;
  background: #e9e9e9;
  color: #333333;
  font-weight: bold;
}

.ui-widget-header a {
  color: #333333;
}

.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;
}

.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;
}

.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;
}

.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;
}

.ui-visual-focus {
  box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}

.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 #003eff;
  background: #007fff;
  font-weight: normal;
  color: #ffffff;
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #ffffff;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  background-image: none;
}

.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url(/core/assets/vendor/jquery.ui/themes/base/images/ui-icons_444444_256x240.png);
}

.ui-widget-header .ui-icon {
  background-image: url(/core/assets/vendor/jquery.ui/themes/base/images/ui-icons_444444_256x240.png);
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url(/core/assets/vendor/jquery.ui/themes/base/images/ui-icons_555555_256x240.png);
}

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url(/core/assets/vendor/jquery.ui/themes/base/images/ui-icons_ffffff_256x240.png);
}

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url(/core/assets/vendor/jquery.ui/themes/base/images/ui-icons_777620_256x240.png);
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url(/core/assets/vendor/jquery.ui/themes/base/images/ui-icons_cc0000_256x240.png);
}

.ui-button .ui-icon {
  background-image: url(/core/assets/vendor/jquery.ui/themes/base/images/ui-icons_777777_256x240.png);
}

.ui-icon-blank.ui-icon-blank.ui-icon-blank {
  background-image: none;
}

.ui-icon-caret-1-n {
  background-position: 0 0;
}

.ui-icon-caret-1-ne {
  background-position: -16px 0;
}

.ui-icon-caret-1-e {
  background-position: -32px 0;
}

.ui-icon-caret-1-se {
  background-position: -48px 0;
}

.ui-icon-caret-1-s {
  background-position: -65px 0;
}

.ui-icon-caret-1-sw {
  background-position: -80px 0;
}

.ui-icon-caret-1-w {
  background-position: -96px 0;
}

.ui-icon-caret-1-nw {
  background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px;
}

.ui-widget-overlay {
  background: #aaaaaa;
  opacity: 0.3;
}

.ui-widget-shadow {
  box-shadow: 0 0 5px #666666;
}

.toolbar-tray-horizontal .menu-item:hover {
  background: #fff;
}

.toolbar-tray-horizontal .menu-item a:focus {
  background: #abeae4;
}

.toolbar-tray-horizontal
  .toolbar-menu:not(:first-child)
  li.menu-item--expanded
  > a:focus {
  background-position: center right;
  background-image: url(/modules/contrib/admin_toolbar/misc/icons/0074bd/chevron-right.svg);
  background-repeat: no-repeat;
}

.toolbar-tray-horizontal .menu-item--expanded .menu {
  background: #fff;
  width: auto;
  height: auto;
}

.toolbar-tray-horizontal .menu-item--expanded {
  background-color: #f5f5f2;
}

.toolbar-tray-horizontal ul li li.menu-item {
  border-top: none transparent;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
}

.toolbar .toolbar-tray-horizontal .menu-item:last-child {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

.toolbar .toolbar-tray-horizontal ul ul li.menu-item:first-child {
  border-top: 1px solid #ddd;
}

.toolbar-tray-horizontal li.menu-item--expanded.hover-intent ul ul,
.toolbar-tray-horizontal li.menu-item--expanded.hover-intent ul ul ul,
.toolbar-tray-horizontal li.menu-item--expanded.hover-intent ul ul ul ul,
.toolbar-tray-horizontal li.menu-item--expanded.hover-intent ul ul ul ul ul {
  display: none;
  left: -999em;
}

.toolbar-tray-horizontal li.menu-item--expanded.hover-intent ul,
.toolbar-tray-horizontal li li.menu-item--expanded.hover-intent ul,
.toolbar-tray-horizontal li li li.menu-item--expanded.hover-intent ul,
.toolbar-tray-horizontal li li li li.menu-item--expanded.hover-intent ul,
.toolbar-tray-horizontal li li li li li.menu-item--expanded.hover-intent ul {
  display: block;
  left: auto;
}

.toolbar-tray-horizontal .menu ul li a,
.toolbar-tray-horizontal .menu ul .toolbar-icon {
  padding: 12px 15px 12px 12px;
}

.toolbar-tray-horizontal ul li.menu-item--expanded.hover-intent ul {
  display: block;
  position: absolute;
  width: 200px;
  box-shadow: 2px 2px 3px hsla(0, 0%, 0%, 0.4);
  z-index: 1;
}

.toolbar-tray-horizontal ul li.menu-item--expanded .menu-item > ul {
  display: none;
}

.toolbar-tray-horizontal ul li.menu-item--expanded ul li.menu-item--expanded {
  background-position: center right;
  background-image: url(/modules/contrib/admin_toolbar/misc/icons/0074bd/chevron-right.svg);
  background-repeat: no-repeat;
}

.toolbar-tray-horizontal ul li.menu-item--expanded .menu-item.hover-intent ul {
  display: block;
  margin: -40px 0 0 197px;
}

.toolbar-tray-horizontal li:hover ul li {
  float: none;
}

.toolbar-tray-horizontal li.hover-intent ul li {
  float: none;
}

.toolbar-tray-horizontal .toolbar .level-2 > ul {
  position: absolute;
  padding-top: 0;
  top: 0;
  left: 200px;
  width: 200px;
}

.toolbar .toolbar-tray-vertical li.open > ul.toolbar-menu.clearfix {
  display: block;
}

.toolbar-menu .menu-item > span {
  padding: 1em 1.3333em;
  display: block;
  color: #434343;
  cursor: pointer;
}

[dir="rtl"]
  .toolbar-tray-horizontal
  ul
  li.menu-item--expanded
  ul
  li.menu-item--expanded {
  background-position: center left;
  background-image: url(/modules/contrib/admin_toolbar/misc/icons/0074bd/chevron-left.svg);
}

[dir="rtl"]
  .toolbar-tray-horizontal
  ul
  li.menu-item--expanded
  .menu-item.hover-intent
  ul {
  margin: -40px 197px 0 0;
}

[dir="rtl"] .toolbar-tray-horizontal li:hover ul li {
  float: none;
}

[dir="rtl"] .toolbar-tray-horizontal li.hover-intent ul li {
  float: none;
}

.toolbar-icon-admin-toolbar-tools-help {
  text-indent: -9999px;
}

.toolbar-icon-9 .toolbar-icon-admin-toolbar-tools-help:before,
.toolbar-icon-10 .toolbar-icon-admin-toolbar-tools-help:before {
  box-sizing: content-box;
  background-image: url(/modules/contrib/admin_toolbar/admin_toolbar_tools/misc/icons/ffffff/drupal-9-logo.svg);
  padding-bottom: 0;
  padding-left: 2px;
  padding-right: 2px;
  padding-top: 2px;
  margin-left: 4px;
}

.toolbar-icon-9 .toolbar-icon-admin-toolbar-tools-help:active:before,
.toolbar-icon-9 .toolbar-icon-admin-toolbar-tools-help.active:before,
.toolbar-icon-10 .toolbar-icon-admin-toolbar-tools-help:active:before,
.toolbar-icon-10 .toolbar-icon-admin-toolbar-tools-help.active:before {
  background-image: url(/modules/contrib/admin_toolbar/admin_toolbar_tools/misc/icons/ffffff/drupal-9-logo.svg);
}

.toolbar-icon-8 .toolbar-icon-admin-toolbar-tools-help:before {
  box-sizing: content-box;
  background-image: url(/modules/contrib/admin_toolbar/admin_toolbar_tools/misc/icons/ffffff/drupal-8-logo.svg);
  padding-bottom: 0;
  padding-left: 4px;
  padding-right: 8px;
  padding-top: 2px;
}

.toolbar-icon-8 .toolbar-icon-admin-toolbar-tools-help:active:before,
.toolbar-icon-8 .toolbar-icon-admin-toolbar-tools-help.active:before {
  background-image: url(/modules/contrib/admin_toolbar/admin_toolbar_tools/misc/icons/ffffff/drupal-8-logo.svg);
}

.toolbar-oriented .toolbar-bar .local-tasks-toolbar-tab {
  float: right;
}

.toolbar-horizontal .local-tasks-toolbar-tab .toolbar-menu {
  float: right;
}

.toolbar-bar .toolbar-icon-local-tasks:before {
  background-image: url(/modules/contrib/admin_toolbar/admin_toolbar_tools/misc/icons/bebebe/tasks.svg);
}

.contextual {
  position: absolute;
  z-index: 500;
  top: 6px;
  right: 0;
}

[dir="rtl"] .contextual {
  right: auto;
  left: 0;
}

.contextual-region.focus {
  outline: 1px dashed #d6d6d6;
  outline-offset: 1px;
}

.contextual .trigger {
  position: relative;
  right: 6px;
  float: right;
  overflow: hidden;
  margin: 0;
  padding: 0 2px;
  cursor: pointer;
  border: 1px solid #ccc;
  border-radius: 13px;
  background-color: #fff;
  background-attachment: scroll;
}

[dir="rtl"] .contextual .trigger {
  right: auto;
  left: 6px;
  float: left;
}

.contextual.open .trigger {
  z-index: 2;
  border: 1px solid #ccc;
  border-bottom-color: transparent;
  border-radius: 13px 13px 0 0;
  box-shadow: none;
}

.contextual-region .contextual .contextual-links {
  position: relative;
  top: -1px;
  right: 6px;
  float: right;
  clear: both;
  margin: 0;
  padding: 0.25em 0;
  text-align: left;
  white-space: nowrap;
  border: 1px solid #ccc;
  border-radius: 4px 0 4px 4px;
  background-color: #fff;
}

[dir="rtl"] .contextual-region .contextual .contextual-links {
  right: auto;
  left: 6px;
  float: left;
  text-align: right;
  border-radius: 0 4px 4px 4px;
}

.contextual-region .contextual .contextual-links li {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-image: none;
  border: none;
  background-color: #fff;
  line-height: 100%;
}

.contextual-region .contextual .contextual-links a {
  display: block;
  margin: 0.25em 0;
  padding: 0.4em 0.6em;
  color: #333;
  background-color: #fff;
  font-family: sans-serif;
  font-size: small;
  line-height: 0.8em;
}

.touchevents .contextual-region .contextual .contextual-links a {
  font-size: large;
}

.contextual-region .contextual .contextual-links a,
.contextual-region .contextual .contextual-links a:hover {
  text-decoration: none;
}

.no-touchevents .contextual-region .contextual .contextual-links li a:hover {
  color: #000;
  background: #f7fcff;
}

.toolbar-bar .toolbar-icon-edit::before {
  background-image: url(/core/misc/icons/bebebe/pencil.svg);
}

.toolbar-bar .toolbar-icon-edit:active::before,
.toolbar-bar .toolbar-icon-edit.is-active::before {
  background-image: url(/core/misc/icons/ffffff/pencil.svg);
}

.contextual .trigger {
  width: 26px !important;
  height: 26px !important;
  text-indent: -9999px;
  background-image: url(/core/misc/icons/bebebe/pencil.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 16px 16px;
}

.contextual .trigger:hover {
  background-image: url(/core/misc/icons/787878/pencil.svg);
}

.contextual .trigger:focus {
  outline: none;
  background-image: url(/core/misc/icons/5181c6/pencil.svg);
}

.icon-select-wrapper {
  max-width: 1200px;
}

.icon-select-wrapper .form-type-checkbox {
  display: block;
  border-bottom: 1px solid lightgrey;
  padding: 2px;
  text-align: center;
  position: relative;
}

.icon-select-wrapper .form-type-checkbox.selected {
  background-color: rgb(235, 235, 235);
  font-weight: bold;
}

.icon-select-wrapper .form-checkboxes {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.icon-select-wrapper .form-checkboxes .form-type-checkbox {
  display: flex;
  flex: 0 0 100%;
  align-items: center;
  padding-left: 32px;
  margin: 0;
  box-sizing: border-box;
  cursor: pointer;
}

@media (min-width: 767px) {
  .icon-select-wrapper .form-checkboxes .form-type-checkbox {
    flex: 0 0 48%;
  }
}

@media (min-width: 767px) {
  .icon-select-wrapper .form-checkboxes .form-type-checkbox:nth-child(even) {
    margin-left: 24px;
  }
}

.icon-select-wrapper input {
  order: 1;
  height: 100%;
  left: 5px;
  position: absolute;
  top: 0;
}

.icon-select-wrapper .field-suffix {
  order: 2;
  opacity: 0.5;
  position: relative;
  margin-right: 24px;
  margin-left: 5px;
  transition: 0.18s;
}

.icon-select-wrapper .field-suffix:hover {
  transform: scale(2);
  z-index: 1000;
  background: white;
  opacity: 1;
}

.icon-select-wrapper .form-type-checkbox.selected .field-suffix {
  opacity: 1;
}

.icon-select-wrapper .icon {
  width: 32px;
  height: 32px;
  display: block;
  order: 1;
}

.icon-select-wrapper .field-prefix {
  order: 3;
}

.icon-select-wrapper .form-checkboxes .form-item {
  display: flex;
  align-items: center;
  margin: 10px 10px 10px 0;
  padding: 10px;
  border: 1px solid lightgray;
  border-radius: 4px;
}

.icon-select-wrapper .form-checkboxes .form-item input {
  order: 0;
  width: 20px;
  height: 20px;
}

.icon-select-wrapper .form-checkboxes .form-item .form-item__suffix {
  order: 1;
  margin-right: 10px;
}

.icon-select-wrapper .form-checkboxes .form-item .form-item__suffix .icon {
  width: 20px;
  height: 20px;
}

.icon-select-wrapper .form-checkboxes .form-item .form-item__prefix {
  order: 2;
}

.layout--onecol .layout__region {
  width: 100%;
}

.paragraph--unpublished {
  background-color: #fff4f4;
}

.toolbar {
  font-family: "Source Sans Pro", "Lucida Grande", Verdana, sans-serif;
  font-size: 0.8125rem;
  -moz-tap-highlight-color: rgba(0, 0, 0, 0);
  -o-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -moz-touch-callout: none;
  -o-touch-callout: none;
  -webkit-touch-callout: none;
  touch-callout: none;
}

.toolbar .toolbar-item {
  padding: 1em 1.3333em;
  cursor: pointer;
  text-decoration: none;
  line-height: 1em;
}

.toolbar .toolbar-item:hover,
.toolbar .toolbar-item:focus {
  text-decoration: underline;
}

.toolbar .toolbar-bar {
  color: #ddd;
  background-color: #0f0f0f;
  box-shadow: -1px 0 3px 1px rgba(0, 0, 0, 0.3333);
}

[dir="rtl"] .toolbar .toolbar-bar {
  box-shadow: 1px 0 3px 1px rgba(0, 0, 0, 0.3333);
}

.toolbar .toolbar-bar .toolbar-item {
  color: #fff;
}

.toolbar .toolbar-bar .toolbar-tab > .toolbar-item {
  font-weight: bold;
}

.toolbar .toolbar-bar .toolbar-tab > .toolbar-item:hover,
.toolbar .toolbar-bar .toolbar-tab > .toolbar-item:focus {
  background-image: linear-gradient(
    rgba(255, 255, 255, 0.125) 20%,
    transparent 200%
  );
}

.toolbar .toolbar-bar .toolbar-tab > .toolbar-item.is-active {
  background-image: linear-gradient(
    rgba(255, 255, 255, 0.25) 20%,
    transparent 200%
  );
}

.toolbar .toolbar-tray {
  background-color: #fff;
}

.toolbar-horizontal .toolbar-tray > .toolbar-lining {
  padding-right: 5em;
}

[dir="rtl"] .toolbar-horizontal .toolbar-tray > .toolbar-lining {
  padding-right: 0;
  padding-left: 5em;
}

.toolbar .toolbar-tray-vertical {
  border-right: 1px solid #aaa;
  background-color: #f5f5f5;
  box-shadow: -1px 0 5px 2px rgba(0, 0, 0, 0.3333);
}

[dir="rtl"] .toolbar .toolbar-tray-vertical {
  border-right: 0 none;
  border-left: 1px solid #aaa;
  box-shadow: 1px 0 5px 2px rgba(0, 0, 0, 0.3333);
}

.toolbar-horizontal .toolbar-tray {
  border-bottom: 1px solid #aaa;
  box-shadow: -2px 1px 3px 1px rgba(0, 0, 0, 0.3333);
}

[dir="rtl"] .toolbar-horizontal .toolbar-tray {
  box-shadow: 2px 1px 3px 1px rgba(0, 0, 0, 0.3333);
}

.toolbar .toolbar-tray-horizontal .toolbar-tray {
  background-color: #f5f5f5;
}

.toolbar-tray a,
.toolbar-tray a:visited {
  padding: 1em 1.3333em;
  cursor: pointer;
  text-decoration: none;
  color: #565656;
}

.toolbar-tray a:hover,
.toolbar-tray a:active,
.toolbar-tray a:focus,
.toolbar-tray a.is-active {
  text-decoration: underline;
  color: #000;
}

.toolbar .toolbar-menu {
  background-color: #fff;
}

.toolbar-horizontal .toolbar-tray .menu-item + .menu-item {
  border-left: 1px solid #ddd;
}

[dir="rtl"] .toolbar-horizontal .toolbar-tray .menu-item + .menu-item {
  border-right: 1px solid #ddd;
  border-left: 0 none;
}

.toolbar-horizontal .toolbar-tray .menu-item:last-child {
  border-right: 1px solid #ddd;
}

[dir="rtl"] .toolbar-horizontal .toolbar-tray .menu-item:last-child {
  border-left: 1px solid #ddd;
}

.toolbar .toolbar-tray-vertical .menu-item + .menu-item {
  border-top: 1px solid #ddd;
}

.toolbar .toolbar-tray-vertical .menu-item:last-child {
  border-bottom: 1px solid #ddd;
}

.toolbar .toolbar-tray-vertical .menu-item .menu-item {
  border: 0 none;
}

.toolbar .toolbar-tray-vertical .toolbar-menu ul ul {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.toolbar .toolbar-tray-vertical .menu-item:last-child > ul {
  border-bottom: 0;
}

.toolbar
  .toolbar-tray-vertical
  .toolbar-menu
  .toolbar-menu
  .toolbar-menu
  .toolbar-menu {
  margin-left: 0.25em;
}

[dir="rtl"]
  .toolbar
  .toolbar-tray-vertical
  .toolbar-menu
  .toolbar-menu
  .toolbar-menu
  .toolbar-menu {
  margin-right: 0.25em;
  margin-left: 0;
}

.toolbar .toolbar-menu .toolbar-menu a {
  color: #434343;
}

.toolbar .toolbar-toggle-orientation {
  height: 100%;
  padding: 0;
  background-color: #f5f5f5;
}

.toolbar-horizontal .toolbar-tray .toolbar-toggle-orientation {
  border-left: 1px solid #c9c9c9;
}

[dir="rtl"] .toolbar-horizontal .toolbar-tray .toolbar-toggle-orientation {
  border-right: 1px solid #c9c9c9;
  border-left: 0 none;
}

.toolbar .toolbar-toggle-orientation > .toolbar-lining {
  float: right;
}

[dir="rtl"] .toolbar .toolbar-toggle-orientation > .toolbar-lining {
  float: left;
}

.toolbar .toolbar-toggle-orientation button {
  display: inline-block;
  cursor: pointer;
}

.toolbar .toolbar-icon {
  position: relative;
  padding-left: 2.75em;
}

[dir="rtl"] .toolbar .toolbar-icon {
  padding-right: 2.75em;
  padding-left: 1.3333em;
}

.toolbar .toolbar-icon::before {
  position: absolute;
  top: 0;
  left: 0.6667em;
  display: block;
  width: 20px;
  height: 100%;
  content: "";
  background-color: transparent;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: 100% auto;
}

[dir="rtl"] .toolbar .toolbar-icon::before {
  right: 0.6667em;
  left: auto;
}

.toolbar button.toolbar-icon {
  border: 0;
  background-color: transparent;
  font-size: 1em;
}

.toolbar .toolbar-menu ul .toolbar-icon {
  padding-left: 1.3333em;
}

[dir="rtl"] .toolbar .toolbar-menu ul .toolbar-icon {
  padding-right: 1.3333em;
  padding-left: 0;
}

.toolbar .toolbar-menu ul a.toolbar-icon::before {
  display: none;
}

.toolbar .toolbar-tray-vertical .toolbar-menu ul a {
  padding-left: 2.75em;
}

[dir="rtl"] .toolbar .toolbar-tray-vertical .toolbar-menu ul a {
  padding-right: 2.75em;
  padding-left: 0;
}

.toolbar .toolbar-tray-vertical .toolbar-menu ul ul a {
  padding-left: 3.75em;
}

[dir="rtl"] .toolbar .toolbar-tray-vertical .toolbar-menu ul ul a {
  padding-right: 3.75em;
  padding-left: 0;
}

.toolbar .toolbar-tray-vertical .toolbar-menu a {
  padding-right: 4em;
  padding-left: 2.75em;
}

[dir="rtl"] .toolbar .toolbar-tray-vertical .toolbar-menu a {
  padding-right: 2.75em;
  padding-left: 4em;
}

.toolbar-bar .toolbar-icon-menu::before {
  background-image: url(/core/misc/icons/bebebe/hamburger.svg);
}

.toolbar-bar .toolbar-icon-menu:active::before,
.toolbar-bar .toolbar-icon-menu.is-active::before {
  background-image: url(/core/misc/icons/ffffff/hamburger.svg);
}

.toolbar-bar .toolbar-icon-help::before {
  background-image: url(/core/misc/icons/bebebe/questionmark-disc.svg);
}

.toolbar-bar .toolbar-icon-help:active::before,
.toolbar-bar .toolbar-icon-help.is-active::before {
  background-image: url(/core/misc/icons/ffffff/questionmark-disc.svg);
}

.toolbar-icon-system-admin-content::before {
  background-image: url(/core/misc/icons/787878/file.svg);
}

.toolbar-icon-system-admin-content:active::before,
.toolbar-icon-system-admin-content.is-active::before {
  background-image: url(/core/misc/icons/000000/file.svg);
}

.toolbar-icon-system-admin-structure::before {
  background-image: url(/core/misc/icons/787878/orgchart.svg);
}

.toolbar-icon-system-admin-structure:active::before,
.toolbar-icon-system-admin-structure.is-active::before {
  background-image: url(/core/misc/icons/000000/orgchart.svg);
}

.toolbar-icon-system-themes-page::before {
  background-image: url(/core/misc/icons/787878/paintbrush.svg);
}

.toolbar-icon-system-themes-page:active::before,
.toolbar-icon-system-themes-page.is-active::before {
  background-image: url(/core/misc/icons/000000/paintbrush.svg);
}

.toolbar-icon-entity-user-collection::before {
  background-image: url(/core/misc/icons/787878/people.svg);
}

.toolbar-icon-entity-user-collection:active::before,
.toolbar-icon-entity-user-collection.is-active::before {
  background-image: url(/core/misc/icons/000000/people.svg);
}

.toolbar-icon-system-modules-list::before {
  background-image: url(/core/misc/icons/787878/puzzlepiece.svg);
}

.toolbar-icon-system-modules-list:active::before,
.toolbar-icon-system-modules-list.is-active::before {
  background-image: url(/core/misc/icons/000000/puzzlepiece.svg);
}

.toolbar-icon-system-admin-config::before {
  background-image: url(/core/misc/icons/787878/wrench.svg);
}

.toolbar-icon-system-admin-config:active::before,
.toolbar-icon-system-admin-config.is-active::before {
  background-image: url(/core/misc/icons/000000/wrench.svg);
}

.toolbar-icon-system-admin-reports::before {
  background-image: url(/core/misc/icons/787878/barchart.svg);
}

.toolbar-icon-system-admin-reports:active::before,
.toolbar-icon-system-admin-reports.is-active::before {
  background-image: url(/core/misc/icons/000000/barchart.svg);
}

.toolbar-icon-help-main::before {
  background-image: url(/core/misc/icons/787878/questionmark-disc.svg);
}

.toolbar-icon-help-main:active::before,
.toolbar-icon-help-main.is-active::before {
  background-image: url(/core/misc/icons/000000/questionmark-disc.svg);
}

@media only screen and (min-width: 16.5em) {
  .toolbar .toolbar-bar .toolbar-tab > .toolbar-icon {
    width: 4em;
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
    text-indent: -9999px;
  }

  .toolbar .toolbar-bar .toolbar-tab > .toolbar-icon::before {
    left: 0;
    width: 100%;
    background-size: 42% auto;
  }

  .no-svg .toolbar .toolbar-bar .toolbar-tab > .toolbar-icon::before {
    background-size: auto auto;
  }

  [dir="rtl"] .toolbar .toolbar-bar .toolbar-tab > .toolbar-icon::before {
    right: 0;
    left: auto;
  }
}

@media only screen and (min-width: 36em) {
  .toolbar .toolbar-bar .toolbar-tab > .toolbar-icon {
    width: auto;
    padding-right: 1.3333em;
    padding-left: 2.75em;
    text-indent: 0;
    background-position: left center;
  }

  [dir="rtl"] .toolbar .toolbar-bar .toolbar-tab > .toolbar-icon {
    padding-right: 2.75em;
    padding-left: 1.3333em;
    background-position: right center;
  }

  .toolbar .toolbar-bar .toolbar-tab > .toolbar-icon::before {
    left: 0.6667em;
    width: 20px;
    background-size: 100% auto;
  }

  .no-svg .toolbar .toolbar-bar .toolbar-tab > .toolbar-icon::before {
    background-size: auto auto;
  }

  [dir="rtl"] .toolbar .toolbar-bar .toolbar-tab > .toolbar-icon::before {
    right: 0.6667em;
    left: 0;
  }
}

.toolbar-tab a:focus {
  text-decoration: underline;
  outline: none;
}

.toolbar-lining button:focus {
  outline: none;
}

.toolbar-tray-horizontal a:focus,
.toolbar-box a:focus {
  outline: none;
  background-color: #f5f5f5;
}

.toolbar-box a:hover:focus {
  text-decoration: underline;
}

.toolbar .toolbar-icon.toolbar-handle:focus {
  outline: none;
  background-color: #f5f5f5;
}

.toolbar .toolbar-icon.toolbar-handle {
  width: 4em;
  text-indent: -9999px;
}

.toolbar .toolbar-icon.toolbar-handle::before {
  left: 1.6667em;
}

[dir="rtl"] .toolbar .toolbar-icon.toolbar-handle::before {
  right: 1.6667em;
  left: auto;
}

.toolbar .toolbar-icon.toolbar-handle::before {
  background-image: url(/core/misc/icons/5181c6/chevron-disc-down.svg);
}

.toolbar .toolbar-icon.toolbar-handle.open::before {
  background-image: url(/core/misc/icons/787878/chevron-disc-up.svg);
}

.toolbar .toolbar-menu .toolbar-menu .toolbar-icon.toolbar-handle::before {
  background-image: url(/core/misc/icons/5181c6/twistie-down.svg);
  background-size: 75%;
}

.toolbar .toolbar-menu .toolbar-menu .toolbar-icon.toolbar-handle.open::before {
  background-image: url(/core/misc/icons/787878/twistie-up.svg);
  background-size: 75%;
}

.toolbar .toolbar-icon-escape-admin::before {
  background-image: url(/core/misc/icons/bebebe/chevron-disc-left.svg);
}

[dir="rtl"] .toolbar .toolbar-icon-escape-admin::before {
  background-image: url(/core/misc/icons/bebebe/chevron-disc-right.svg);
}

.toolbar .toolbar-toggle-orientation button {
  width: 39px;
  height: 39px;
  padding: 0;
  text-indent: -999em;
}

.toolbar .toolbar-toggle-orientation button::before {
  right: 0;
  left: 0;
  margin: 0 auto;
}

[dir="rtl"] .toolbar .toolbar-toggle-orientation .toolbar-icon {
  padding: 0;
}

.toolbar .toolbar-toggle-orientation [value="vertical"]::before {
  background-image: url(/core/misc/icons/bebebe/push-left.svg);
}

.toolbar .toolbar-toggle-orientation [value="vertical"]:hover::before,
.toolbar .toolbar-toggle-orientation [value="vertical"]:focus::before {
  background-image: url(/core/misc/icons/787878/push-left.svg);
}

[dir="rtl"] .toolbar .toolbar-toggle-orientation [value="vertical"]::before {
  background-image: url(/core/misc/icons/bebebe/push-right.svg);
}

[dir="rtl"]
  .toolbar
  .toolbar-toggle-orientation
  [value="vertical"]:hover::before,
[dir="rtl"]
  .toolbar
  .toolbar-toggle-orientation
  [value="vertical"]:focus::before {
  background-image: url(/core/misc/icons/787878/push-right.svg);
}

.toolbar .toolbar-toggle-orientation [value="horizontal"]::before {
  background-image: url(/core/misc/icons/bebebe/push-up.svg);
}

.toolbar .toolbar-toggle-orientation [value="horizontal"]:hover::before,
.toolbar .toolbar-toggle-orientation [value="horizontal"]:focus::before {
  background-image: url(/core/misc/icons/787878/push-up.svg);
}

.toolbar-bar .toolbar-icon-user::before {
  background-image: url(/core/misc/icons/bebebe/person.svg);
}

.toolbar-bar .toolbar-icon-user:active::before,
.toolbar-bar .toolbar-icon-user.is-active::before {
  background-image: url(/core/misc/icons/ffffff/person.svg);
}


@font-face {
    font-family: 'Material Icons Outlined';
    font-style: normal;
    font-weight: 400;
    src: url(/themes/custom/syn_platform_theme/src/fonts/material-icons/MaterialIconsOutlined-Regular.woff2) format('woff2');
    font-display: swap;
}

.material-icons-outlined {
    font-family: 'Material Icons Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
}

:root {
    --color-text: var(--color-v2-neutral-600);
    --color-primary: #5f7800;
    --color-cta: #eb8200;
    --color-light-cta: #ffa333;
    --color-secondary: #ffb400;
    --color-secondary-2: #00a0be;
    --color-grey: #e0e0e0;
    --color-dark-grey: #424242;
    --color-light-grey: #f7f7f7;
    --color-medium-grey: #b3b3b3;
    --color-white: #fff;
    --color-light-green: #dfe4cc;
    --color-light-green-02: #f8faf4;
    --color-light-blue: #e6f6f8;
    --color-light-blue-2: #b3e3ec;
    --color-silver: silver;
    --color-danger-bg: #583333;
    --color-danger: #cf000f;
    --color-danger-light: #f39b9d;
    --color-label: var(--color-secondary-2);
    --color-quote: var(--color-cta);
    --color-footer: var(--color-primary);
    --color-prominent-links: var(--color-primary);
    --color-cta-title: var(--color-text);
    --color-cta-teaser-bg: var(--color-white);
    --color-cta-teaser-text: var(--color-text);
    --color-base-color: #fff;
    --color-page-title: var(--color-text);
    --color-cookie: var(--color-primary);
    --color-slider-controls: var(--color-cta);
    --color-global-footer-bg: #212121;
    --color-bw-cta: #d82278;
    --xs: 480px;
    --md: 768px;
    --lg: 1024px;
    --xl: 1280px;
    --narrow-width: 748px;
    --text-xs: 0.75rem;
    --text-sm: 0.875rem;
    --text-base: 1rem;
    --text-lg: 1.125rem;
    --text-xl: 1.25rem;
    --text-2x: 1.5rem;
    --text-3xl: 1.875rem;
    --text-4xl: 2.25rem;
    --text-5xl: 3rem;
    --space-1: 0.25rem;
    --space-2: 0.5rem;
    --space-4: 1rem;
    --space-5: 1.25rem;
    --space-6: 1.5rem;
    --space-7: 1.75rem;
    --space-8: 2rem;
    --space-9: 2.25rem;
    --space-10: 2.5rem;
    --v2-layout--column-gap: 1rem
}

@media (min-width: 768px) {
    :root {
        --v2-layout--column-gap:1.5rem
    }
}

@media (min-width: 1280px) {
    :root {
        --v2-layout--column-gap:2rem
    }
}

*,:after,:before {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgba(59,130,246,.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia: ;
    --tw-contain-size: ;
    --tw-contain-layout: ;
    --tw-contain-paint: ;
    --tw-contain-style:
}

::backdrop {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgba(59,130,246,.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia: ;
    --tw-contain-size: ;
    --tw-contain-layout: ;
    --tw-contain-paint: ;
    --tw-contain-style:
}

*,:after,:before {
    border: 0 solid #e5e7eb;
    box-sizing: border-box
}

:after,:before {
    --tw-content: ""
}

:host,html {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    font-family: Noto Sans Display,sans-serif;
    font-feature-settings: normal;
    font-variation-settings: normal;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    -webkit-tap-highlight-color: transparent
}

body {
    line-height: inherit;
    margin: 0
}

hr {
    border-top-width: 1px;
    color: inherit;
    height: 0
}

abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

h1,h2,h3,h4,h5,h6 {
    font-size: inherit;
    font-weight: inherit
}

a {
    color: inherit;
    text-decoration: inherit
}

b,strong {
    font-weight: bolder
}

code,kbd,pre,samp {
    font-family: ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;
    font-feature-settings: normal;
    font-size: 1em;
    font-variation-settings: normal
}

small {
    font-size: 80%
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

table {
    border-collapse: collapse;
    border-color: inherit;
    text-indent: 0
}

button,input,optgroup,select,textarea {
    color: inherit;
    font-family: inherit;
    font-feature-settings: inherit;
    font-size: 100%;
    font-variation-settings: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0
}

button,select {
    text-transform: none
}

button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]) {
    -webkit-appearance: button;
    background-color: transparent;
    background-image: none
}

:-moz-focusring {
    outline: auto
}

:-moz-ui-invalid {
    box-shadow: none
}

progress {
    vertical-align: baseline
}

::-webkit-inner-spin-button,::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

summary {
    display: list-item
}

blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre {
    margin: 0
}

fieldset {
    margin: 0
}

fieldset,legend {
    padding: 0
}

menu,ol,ul {
    list-style: none;
    margin: 0;
    padding: 0
}

dialog {
    padding: 0
}

textarea {
    resize: vertical
}

input::-moz-placeholder,textarea::-moz-placeholder {
    color: #9ca3af;
    opacity: 1
}

input::placeholder,textarea::placeholder {
    color: #9ca3af;
    opacity: 1
}

[role=button],button {
    cursor: pointer
}

:disabled {
    cursor: default
}

audio,canvas,embed,iframe,img,object,svg,video {
    display: block;
    vertical-align: middle
}

img,video {
    height: auto;
    max-width: 100%
}

[hidden]:where(:not([hidden=until-found])) {
    display: none
}

input:where(:not([type])),input:where([type=date]),input:where([type=datetime-local]),input:where([type=email]),input:where([type=month]),input:where([type=number]),input:where([type=password]),input:where([type=search]),input:where([type=tel]),input:where([type=text]),input:where([type=time]),input:where([type=url]),input:where([type=week]),select,select:where([multiple]),textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    border-color: #6b7280;
    border-radius: 0;
    border-width: 1px;
    font-size: 1rem;
    line-height: 1.5rem;
    padding: .5rem .75rem;
    --tw-shadow: 0 0 #0000
}

input:where(:not([type])):focus,input:where([type=date]):focus,input:where([type=datetime-local]):focus,input:where([type=email]):focus,input:where([type=month]):focus,input:where([type=number]):focus,input:where([type=password]):focus,input:where([type=search]):focus,input:where([type=tel]):focus,input:where([type=text]):focus,input:where([type=time]):focus,input:where([type=url]):focus,input:where([type=week]):focus,select:focus,select:where([multiple]):focus,textarea:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty,);
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: #2563eb;
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    border-color: #2563eb;
    box-shadow: var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)
}

input::-moz-placeholder,textarea::-moz-placeholder {
    color: #6b7280;
    opacity: 1
}

input::placeholder,textarea::placeholder {
    color: #6b7280;
    opacity: 1
}

::-webkit-datetime-edit-fields-wrapper {
    padding: 0
}

::-webkit-date-and-time-value {
    min-height: 1.5em;
    text-align: inherit
}

::-webkit-datetime-edit {
    display: inline-flex
}

::-webkit-datetime-edit,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-meridiem-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-year-field {
    padding-bottom: 0;
    padding-top: 0
}

select {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3E%3C/svg%3E");
    background-position: right .5rem center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    padding-right: 2.5rem;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact
}

select:where([multiple]),select:where([size]:not([size="1"])) {
    background-image: none;
    background-position: 0 0;
    background-repeat: unset;
    background-size: initial;
    padding-right: .75rem;
    -webkit-print-color-adjust: unset;
    print-color-adjust: unset
}

input:where([type=checkbox]),input:where([type=radio]) {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    background-origin: border-box;
    border-color: #6b7280;
    border-width: 1px;
    color: #2563eb;
    display: inline-block;
    flex-shrink: 0;
    height: 1rem;
    padding: 0;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    vertical-align: middle;
    width: 1rem;
    --tw-shadow: 0 0 #0000
}

input:where([type=checkbox]) {
    border-radius: 0
}

input:where([type=radio]) {
    border-radius: 100%
}

input:where([type=checkbox]):focus,input:where([type=radio]):focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty,);
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: #2563eb;
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)
}

input:where([type=checkbox]):checked,input:where([type=radio]):checked {
    background-color: currentColor;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-color: transparent
}

input:where([type=checkbox]):checked {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 16 16'%3E%3Cpath d='M12.207 4.793a1 1 0 0 1 0 1.414l-5 5a1 1 0 0 1-1.414 0l-2-2a1 1 0 0 1 1.414-1.414L6.5 9.086l4.293-4.293a1 1 0 0 1 1.414 0'/%3E%3C/svg%3E")
}

@media (forced-colors:active) {
    input:where([type=checkbox]):checked {
        -webkit-appearance: auto;
        -moz-appearance: auto;
        appearance: auto
    }
}

input:where([type=radio]):checked {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 16 16'%3E%3Ccircle cx='8' cy='8' r='3'/%3E%3C/svg%3E")
}

@media (forced-colors:active) {
    input:where([type=radio]):checked {
        -webkit-appearance: auto;
        -moz-appearance: auto;
        appearance: auto
    }
}

input:where([type=checkbox]):checked:focus,input:where([type=checkbox]):checked:hover,input:where([type=radio]):checked:focus,input:where([type=radio]):checked:hover {
    background-color: currentColor;
    border-color: transparent
}

input:where([type=checkbox]):indeterminate {
    background-color: currentColor;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-color: transparent
}

@media (forced-colors:active) {
    input:where([type=checkbox]):indeterminate {
        -webkit-appearance: auto;
        -moz-appearance: auto;
        appearance: auto
    }
}

input:where([type=checkbox]):indeterminate:focus,input:where([type=checkbox]):indeterminate:hover {
    background-color: currentColor;
    border-color: transparent
}

input:where([type=file]) {
    background: unset;
    border-color: inherit;
    border-radius: 0;
    border-width: 0;
    font-size: unset;
    line-height: inherit;
    padding: 0
}

input:where([type=file]):focus {
    outline: 1px solid ButtonText;
    outline: 1px auto -webkit-focus-ring-color
}

color:var(--color-v2-neutral-600);p {
    hyphens: none;
    margin-bottom: 1rem;
    margin-top: 1rem;
    margin-inline-end:0;margin-inline-start:0}

p:first-of-type {
    margin-top: 0
}

p:last-of-type {
    margin-bottom: 0
}

a {
    color: inherit;
    font-weight: inherit;
    hyphens: none;
    overflow-wrap: break-word;
    text-decoration: inherit
}

strong {
    font-weight: 700
}

a strong,blockquote strong,strong,thead th strong {
    color: inherit
}

blockquote {
    color: var(--color-cta);
    display: flex;
    flex-direction: column;
    font-style: italic;
    font-weight: 700;
    gap: 1rem;
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
    min-height: 4rem;
    padding-inline-end:0;padding-inline-start:0;position: relative
}

blockquote:before {
    background: no-repeat 50% url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' fill='none' viewBox='0 0 64 64'%3E%3Cpath fill='%23eb8200' d='M0 20C0 8.954 8.954 0 20 0h24c11.046 0 20 8.954 20 20v44H20C8.954 64 0 55.046 0 44z' opacity='.2'/%3E%3Cpath fill='%23eb8200' d='M31.536 30.256q-3.312 0-5.184-2.448-1.8-2.52-1.8-6.48 0-4.752 3.096-8.568Q30.816 8.872 38.232 7v.72q-1.872.576-3.672 1.368t-2.952 2.088q-1.152 1.224-1.152 3.312 0 1.656.72 2.52a6.3 6.3 0 0 0 1.728 1.44q1.08.504 2.088 1.08 1.08.576 1.8 1.656t.72 3.024q0 2.88-1.656 4.464-1.584 1.584-4.32 1.584m-15.552 0q-3.312 0-5.184-2.448-1.8-2.52-1.8-6.48 0-4.752 3.096-8.568Q15.264 8.872 22.68 7v.72q-1.872.576-3.672 1.368t-2.952 2.088q-1.152 1.224-1.152 3.312 0 1.656.72 2.52a6.3 6.3 0 0 0 1.728 1.44q1.08.504 2.088 1.08 1.08.576 1.8 1.656t.72 3.024q0 2.88-1.656 4.464-1.584 1.584-4.32 1.584'/%3E%3C/svg%3E");
    content: "";
    display: block;
    height: 4rem;
    left: 0;
    position: absolute;
    top: 0;
    width: 4rem
}

blockquote>* {
    margin: 0 0 0 5rem
}

h1 {
    color: var(--color-v2-neutral-800);
    font-size: 2.25rem;
    line-height: 3rem;
    margin-bottom: 1rem;
    margin-top: 0
}

@media (min-width: 1024px) {
    h1 {
        font-size:3rem;
        line-height: 4rem
    }
}

h2 {
    color: var(--color-v2-neutral-800);
    font-size: 1.875rem;
    line-height: 2.5rem;
    margin-bottom: 1rem;
    margin-top: 0
}

@media (min-width: 1024px) {
    h2 {
        font-size:2.25rem;
        line-height: 3rem
    }
}

h3 {
    color: var(--color-v2-neutral-800);
    font-size: 1.5rem;
    line-height: 2rem;
    margin-bottom: .75rem;
    margin-top: 0
}

@media (min-width: 1024px) {
    h3 {
        font-size:1.875rem;
        line-height: 2.5rem
    }
}

h4 {
    color: var(--color-v2-neutral-800);
    font-size: 1.5rem;
    line-height: 2rem;
    margin-bottom: .75rem;
    margin-top: 0
}

h5 {
    font-size: 1.25rem
}

h5,h6 {
    color: var(--color-v2-neutral-800);
    line-height: 1.75rem;
    margin-bottom: .5rem;
    margin-top: 0
}

h6 {
    font-size: 1.125rem
}

*+h1,*+h2 {
    margin-top: 2.25rem
}

*+h3,*+h4 {
    margin-top: 1.5rem
}

*+h5,*+h6 {
    margin-top: 1rem
}

h1+*,h2+*,h3+*,h4+*,h5+*,h6+* {
    margin-top: 0
}

h1 strong,h2 strong,h3 strong,h4 strong,h5 strong,h6 strong {
    color: inherit;
    font-weight: inherit
}

h1,h2,h3,h4,h5,h6 {
    font-weight: 700;
    overflow-wrap: break-word
}

h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
    text-decoration-line: inherit
}

figure,img,picture,picture>img,video {
    margin-bottom: 0;
    margin-top: 0
}

figure {
    display: table
}

figure>* {
    margin-bottom: 0;
    margin-top: 0
}

figcaption {
    caption-side: bottom;
    display: table-caption;
    margin: .25rem auto;
    text-align: center
}

ol {
    list-style-type: decimal;
    padding-inline-start:1.75rem}

ol,ul {
    margin-bottom: 1rem;
    margin-top: 1rem
}

ul {
    list-style-type: disc;
    padding-inline-start:1em}

ol ol {
    list-style-type: lower-alpha
}

ol ol ol {
    list-style-type: lower-roman
}

ul ul {
    list-style-type: circle
}

ul ul ul {
    list-style-type: square
}

li {
    margin-bottom: .25rem;
    margin-top: .25rem
}

ol>li,ul>li {
    padding-inline-start:0}

>ul>li p {
    margin-bottom: .25rem;
    margin-top: .25rem
}

>ul>li>p:first-child {
    margin-top: 0
}

>ul>li>p:last-child {
    margin-bottom: 0
}

>ol>li>p:first-child {
    margin-top: 0
}

>ol>li>p:last-child {
    margin-bottom: 0
}

ol ol,ol ul,ul ol,ul ul {
    margin-bottom: 1rem;
    margin-top: 1rem
}

ol>li::marker {
    color: inherit
}

ul>li::marker {
    color: inherit
}

dl {
    margin-bottom: 1rem
}

dl,dt {
    margin-top: 1rem
}

dt {
    color: inherit;
    font-weight: 700
}

dt p {
    margin-bottom: .25rem;
    margin-top: .25rem
}

dt>p:first-child,dt>p:last-child {
    margin-bottom: 0;
    margin-top: 0
}

dd {
    padding-inline-start:2rem}

dd,dd p {
    margin-top: .25rem
}

dd p {
    margin-bottom: .25rem
}

dd>p:first-child,dd>p:last-child {
    margin-bottom: 0;
    margin-top: 0
}

table {
    font-size: 1rem;
    line-height: 1.5rem;
    text-align: match-parent
}

thead {
    border: none
}

thead th {
    padding: 1rem
}

thead td {
    font-weight: 700
}

tbody,tbody tr:nth-of-type(odd) {
    background-color: var(--color-light-grey)
}

tbody th,tbody tr:nth-of-type(2n) {
    background-color: var(--color-white)
}

tbody td,tbody th {
    padding: 1rem
}

thead th {
    font-weight: 700
}

hr {
    border-color: var(--color-dark-grey)
}

select {
    font-style: normal!important
}

button,input,select,textarea {
    font-family: inherit
}

:focus {
    outline: none
}

:focus-visible {
    --v2--default-outline: var(--color-v2-outline,#0171e3);
    outline-color: var(--v2--default-outline);
    outline-offset: 2px;
    outline-style: solid;
    outline-width: 2px
}

.tw-prose {
    color: var(--color-v2-neutral-600)
}

.tw-prose :where(p):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)) {
    hyphens: none;
    margin-bottom: 1rem;
    margin-top: 1rem;
    margin-inline-end:0;margin-inline-start:0}

.tw-prose :where(p):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)):first-of-type {
    margin-top: 0
}

.tw-prose :where(p):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)):last-of-type {
    margin-bottom: 0
}

.tw-prose :where(a):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)) {
    color: inherit;
    font-weight: inherit;
    hyphens: none;
    overflow-wrap: break-word;
    text-decoration: underline
}

.tw-prose :where(strong):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)) {
    color: inherit;
    font-weight: 700
}

.tw-prose :where(a strong):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)) {
    color: inherit
}

.tw-prose :where(blockquote strong):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)) {
    color: inherit
}

.tw-prose :where(thead th strong):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)) {
    color: inherit
}

.tw-prose :where(ol):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)) {
    list-style-type: decimal;
    margin-bottom: 1rem;
    margin-top: 1rem;
    padding-inline-start:1.75rem}

.tw-prose :where(ol[type=A]):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)) {
    list-style-type: upper-alpha
}

.tw-prose :where(ol[type=a]):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)) {
    list-style-type: lower-alpha
}

.tw-prose :where(ol[type=A s]):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)) {
    list-style-type: upper-alpha
}

.tw-prose :where(ol[type=a s]):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)) {
    list-style-type: lower-alpha
}

.tw-prose :where(ol[type=I]):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)) {
    list-style-type: upper-roman
}

.tw-prose :where(ol[type=i]):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)) {
    list-style-type: lower-roman
}

.tw-prose :where(ol[type=I s]):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)) {
    list-style-type: upper-roman
}

.tw-prose :where(ol[type=i s]):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)) {
    list-style-type: lower-roman
}

.tw-prose :where(ol[type="1"]):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)) {
    list-style-type: decimal
}

.tw-prose :where(ul):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)) {
    list-style-type: disc;
    margin-bottom: 1rem;
    margin-top: 1rem;
    padding-inline-start:1em}

.tw-prose :where(ol>li):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *))::marker {
    color: inherit
}

.tw-prose :where(ul>li):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *))::marker {
    color: inherit
}

.tw-prose :where(dt):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)) {
    color: inherit;
    font-weight: 700;
    margin-top: 1rem
}

.tw-prose :where(dt):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)) p {
    margin-bottom: .25rem;
    margin-top: .25rem
}

.tw-prose :where(dt):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *))>p:first-child {
    margin-bottom: 0;
    margin-top: 0
}

.tw-prose :where(dt):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *))>p:last-child {
    margin-bottom: 0;
    margin-top: 0
}

.tw-prose :where(hr):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)) {
    border-color: var(--color-dark-grey);
    border-top-width: 1px;
    margin-bottom: 3em;
    margin-top: 3em
}

.tw-prose :where(blockquote):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)) {
    color: var(--color-cta);
    display: flex;
    flex-direction: column;
    font-style: italic;
    font-weight: 700;
    gap: 1rem;
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
    min-height: 4rem;
    padding-inline-end:0;padding-inline-start:0;position: relative;
    quotes: "\201C""\201D""\2018""\2019"
}

.tw-prose :where(blockquote):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)):before {
    background: no-repeat 50% url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' fill='none' viewBox='0 0 64 64'%3E%3Cpath fill='%23eb8200' d='M0 20C0 8.954 8.954 0 20 0h24c11.046 0 20 8.954 20 20v44H20C8.954 64 0 55.046 0 44z' opacity='.2'/%3E%3Cpath fill='%23eb8200' d='M31.536 30.256q-3.312 0-5.184-2.448-1.8-2.52-1.8-6.48 0-4.752 3.096-8.568Q30.816 8.872 38.232 7v.72q-1.872.576-3.672 1.368t-2.952 2.088q-1.152 1.224-1.152 3.312 0 1.656.72 2.52a6.3 6.3 0 0 0 1.728 1.44q1.08.504 2.088 1.08 1.08.576 1.8 1.656t.72 3.024q0 2.88-1.656 4.464-1.584 1.584-4.32 1.584m-15.552 0q-3.312 0-5.184-2.448-1.8-2.52-1.8-6.48 0-4.752 3.096-8.568Q15.264 8.872 22.68 7v.72q-1.872.576-3.672 1.368t-2.952 2.088q-1.152 1.224-1.152 3.312 0 1.656.72 2.52a6.3 6.3 0 0 0 1.728 1.44q1.08.504 2.088 1.08 1.08.576 1.8 1.656t.72 3.024q0 2.88-1.656 4.464-1.584 1.584-4.32 1.584'/%3E%3C/svg%3E");
    content: "";
    display: block;
    height: 4rem;
    left: 0;
    position: absolute;
    top: 0;
    width: 4rem
}

.tw-prose :where(blockquote):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *))>* {
    margin: 0 0 0 5rem
}

.tw-prose :where(h1):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)) {
    color: var(--color-v2-neutral-800);
    font-size: 2.25rem;
    font-weight: 800;
    line-height: 3rem;
    margin-bottom: 1rem;
    margin-top: 0
}

@media (min-width: 1024px) {
    .tw-prose :where(h1):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)) {
        font-size:3rem;
        line-height: 4rem
    }
}

.tw-prose :where(h1 strong):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)) {
    color: inherit;
    font-weight: inherit
}

.tw-prose :where(h2):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)) {
    color: var(--color-v2-neutral-800);
    font-size: 1.875rem;
    font-weight: 700;
    line-height: 2.5rem;
    margin-bottom: 1rem;
    margin-top: 0
}

@media (min-width: 1024px) {
    .tw-prose :where(h2):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)) {
        font-size:2.25rem;
        line-height: 3rem
    }
}

.tw-prose :where(h2 strong):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)) {
    color: inherit;
    font-weight: inherit
}

.tw-prose :where(h3):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)) {
    color: var(--color-v2-neutral-800);
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 2rem;
    margin-bottom: .75rem;
    margin-top: 0
}

@media (min-width: 1024px) {
    .tw-prose :where(h3):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)) {
        font-size:1.875rem;
        line-height: 2.5rem
    }
}

.tw-prose :where(h3 strong):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)) {
    color: inherit;
    font-weight: inherit
}

.tw-prose :where(h4):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)) {
    color: var(--color-v2-neutral-800);
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 2rem;
    margin-bottom: .75rem;
    margin-top: 0
}

.tw-prose :where(h4 strong):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)) {
    color: inherit;
    font-weight: inherit
}

.tw-prose :where(img):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)) {
    margin-bottom: 0;
    margin-top: 0
}

.tw-prose :where(picture):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)) {
    display: block;
    margin-bottom: 0;
    margin-top: 0
}

.tw-prose :where(video):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)) {
    margin-bottom: 0;
    margin-top: 0
}

.tw-prose :where(code):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)):before {
    content: "`"
}

.tw-prose :where(code):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)):after {
    content: "`"
}

.tw-prose :where(a code):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)) {
    color: inherit
}

.tw-prose :where(h1 code):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)) {
    color: inherit
}

.tw-prose :where(h4 code):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)) {
    color: inherit
}

.tw-prose :where(blockquote code):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)) {
    color: inherit
}

.tw-prose :where(thead th code):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)) {
    color: inherit
}

.tw-prose :where(pre):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)) {
    background-color: var(--tw-prose-pre-bg);
    border-radius: .375rem;
    color: var(--tw-prose-pre-code);
    font-size: .875em;
    font-weight: 400;
    line-height: 1.7142857;
    margin-bottom: 1.7142857em;
    margin-top: 1.7142857em;
    overflow-x: auto;
    padding-inline-end:1.1428571em;padding-bottom: .8571429em;
    padding-top: .8571429em;
    padding-inline-start:1.1428571em}

.tw-prose :where(pre code):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)) {
    background-color: transparent;
    border-radius: 0;
    border-width: 0;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    padding: 0
}

.tw-prose :where(pre code):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)):before {
    content: none
}

.tw-prose :where(pre code):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)):after {
    content: none
}

.tw-prose :where(table):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)) {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: 2em;
    margin-top: 2em;
    table-layout: auto;
    text-align: match-parent;
    width: 100%
}

.tw-prose :where(thead):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)) {
    border: none
}

.tw-prose :where(thead):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)) th {
    font-weight: 700;
    padding: 1rem
}

.tw-prose :where(thead):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)) td {
    font-weight: 700
}

.tw-prose :where(thead th):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)) {
    color: var(--tw-prose-headings);
    font-weight: 700;
    padding-inline-end:.5714286em;padding-bottom: .5714286em;
    padding-inline-start:.5714286em;vertical-align: bottom
}

.tw-prose :where(tbody tr):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)) {
    border-bottom-color: var(--tw-prose-td-borders);
    border-bottom-width: 1px
}

.tw-prose :where(tbody tr:last-child):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)) {
    border-bottom-width: 0
}

.tw-prose :where(tbody td):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)) {
    vertical-align: baseline
}

.tw-prose :where(tfoot):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)) {
    border-top-color: var(--tw-prose-th-borders);
    border-top-width: 1px
}

.tw-prose :where(tfoot td):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)) {
    vertical-align: top
}

.tw-prose :where(th,td):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)) {
    text-align: start
}

.tw-prose :where(figure>*):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)) {
    margin-bottom: 0;
    margin-top: 0
}

.tw-prose :where(figcaption):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)) {
    caption-side: bottom;
    color: var(--tw-prose-captions);
    display: table-caption;
    margin: .25rem auto;
    text-align: center
}

.tw-prose {
    --tw-prose-body: #374151;
    --tw-prose-headings: #111827;
    --tw-prose-lead: #4b5563;
    --tw-prose-links: #111827;
    --tw-prose-bold: #111827;
    --tw-prose-counters: #6b7280;
    --tw-prose-bullets: #d1d5db;
    --tw-prose-hr: #e5e7eb;
    --tw-prose-quotes: #111827;
    --tw-prose-quote-borders: #e5e7eb;
    --tw-prose-captions: #6b7280;
    --tw-prose-kbd: #111827;
    --tw-prose-kbd-shadows: rgba(17,24,39,.1);
    --tw-prose-code: #111827;
    --tw-prose-pre-code: #e5e7eb;
    --tw-prose-pre-bg: #1f2937;
    --tw-prose-th-borders: #d1d5db;
    --tw-prose-td-borders: #e5e7eb;
    --tw-prose-invert-body: #d1d5db;
    --tw-prose-invert-headings: #fff;
    --tw-prose-invert-lead: #9ca3af;
    --tw-prose-invert-links: #fff;
    --tw-prose-invert-bold: #fff;
    --tw-prose-invert-counters: #9ca3af;
    --tw-prose-invert-bullets: #4b5563;
    --tw-prose-invert-hr: #374151;
    --tw-prose-invert-quotes: #f3f4f6;
    --tw-prose-invert-quote-borders: #374151;
    --tw-prose-invert-captions: #9ca3af;
    --tw-prose-invert-kbd: #fff;
    --tw-prose-invert-kbd-shadows: hsla(0,0%,100%,.1);
    --tw-prose-invert-code: #fff;
    --tw-prose-invert-pre-code: #d1d5db;
    --tw-prose-invert-pre-bg: rgba(0,0,0,.5);
    --tw-prose-invert-th-borders: #4b5563;
    --tw-prose-invert-td-borders: #374151
}

.tw-prose :where(picture>img):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)) {
    margin-bottom: 0;
    margin-top: 0
}

.tw-prose :where(li):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)) {
    margin-bottom: .25rem;
    margin-top: .25rem
}

.tw-prose :where(ol>li):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)) {
    padding-inline-start:0}

.tw-prose :where(ul>li):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)) {
    padding-inline-start:0}

.tw-prose :where(.tw-prose>ul>li p):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)) {
    margin-bottom: .25rem;
    margin-top: .25rem
}

.tw-prose :where(.tw-prose>ul>li>p:first-child):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)) {
    margin-top: 0
}

.tw-prose :where(.tw-prose>ul>li>p:last-child):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)) {
    margin-bottom: 0
}

.tw-prose :where(.tw-prose>ol>li>p:first-child):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)) {
    margin-top: 0
}

.tw-prose :where(.tw-prose>ol>li>p:last-child):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)) {
    margin-bottom: 0
}

.tw-prose :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)) {
    margin-bottom: 1rem;
    margin-top: 1rem
}

.tw-prose :where(dl):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)) {
    margin-bottom: 1rem;
    margin-top: 1rem
}

.tw-prose :where(dd):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)) {
    margin-top: .25rem;
    padding-inline-start:2rem}

.tw-prose :where(dd):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)) p {
    margin-bottom: .25rem;
    margin-top: .25rem
}

.tw-prose :where(dd):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *))>p:first-child {
    margin-bottom: 0;
    margin-top: 0
}

.tw-prose :where(dd):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *))>p:last-child {
    margin-bottom: 0;
    margin-top: 0
}

.tw-prose :where(hr+*):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)) {
    margin-top: 0
}

.tw-prose :where(h2+*):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)) {
    margin-top: 0
}

.tw-prose :where(h3+*):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)) {
    margin-top: 0
}

.tw-prose :where(h4+*):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)) {
    margin-top: 0
}

.tw-prose :where(thead th:first-child):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)) {
    padding-inline-start:0}

.tw-prose :where(thead th:last-child):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)) {
    padding-inline-end:0}

.tw-prose :where(tbody td,tfoot td):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)) {
    padding-inline-end:.5714286em;padding-bottom: .5714286em;
    padding-top: .5714286em;
    padding-inline-start:.5714286em}

.tw-prose :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)) {
    padding-inline-start:0}

.tw-prose :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)) {
    padding-inline-end:0}

.tw-prose :where(figure):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)) {
    margin-bottom: 1rem;
    margin-top: 1rem
}

.tw-prose :where(.tw-prose>:first-child):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)) {
    margin-top: 0
}

.tw-prose :where(.tw-prose>:last-child):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)) {
    margin-bottom: 0
}

.tw-prose :where(h5):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)) {
    color: var(--color-v2-neutral-800);
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin-bottom: .5rem;
    margin-top: 0
}

.tw-prose :where(h6):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)) {
    color: var(--color-v2-neutral-800);
    font-size: 1.125rem;
    line-height: 1.75rem;
    margin-bottom: .5rem;
    margin-top: 0
}

.tw-prose :where(*+h1):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)) {
    margin-top: 2.25rem
}

.tw-prose :where(*+h2):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)) {
    margin-top: 2.25rem
}

.tw-prose :where(*+h3):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)) {
    margin-top: 1.5rem
}

.tw-prose :where(*+h4):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)) {
    margin-top: 1.5rem
}

.tw-prose :where(*+h5):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)) {
    margin-top: 1rem
}

.tw-prose :where(*+h6):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)) {
    margin-top: 1rem
}

.tw-prose :where(h1+*):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)) {
    margin-top: 0
}

.tw-prose :where(h5+*):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)) {
    margin-top: 0
}

.tw-prose :where(h6+*):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)) {
    margin-top: 0
}

.tw-prose :where(h5 strong):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)) {
    color: inherit;
    font-weight: inherit
}

.tw-prose :where(h6 strong):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)) {
    color: inherit;
    font-weight: inherit
}

.tw-prose :where(h1,h2,h3,h4,h5,h6):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)) {
    font-weight: 700;
    overflow-wrap: break-word
}

.tw-prose :where(h1,h2,h3,h4,h5,h6):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)) a {
    text-decoration-line: inherit
}

.tw-prose :where(ol ol):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)) {
    list-style-type: lower-alpha
}

.tw-prose :where(ol ol ol):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)) {
    list-style-type: lower-roman
}

.tw-prose :where(ul ul):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)) {
    list-style-type: circle
}

.tw-prose :where(ul ul ul):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)) {
    list-style-type: square
}

.tw-prose :where(tbody):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)) {
    background-color: var(--color-light-grey)
}

.tw-prose :where(tbody):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)) tr:nth-of-type(odd) {
    background-color: var(--color-light-grey)
}

.tw-prose :where(tbody):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)) tr:nth-of-type(2n) {
    background-color: var(--color-white)
}

.tw-prose :where(tbody):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)) th {
    background-color: var(--color-white);
    padding: 1rem
}

.tw-prose :where(tbody):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)) td {
    padding: 1rem
}

.tw-prose :where(select):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)) {
    font-family: inherit;
    font-style: normal!important
}

.tw-prose :where(input):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)) {
    font-family: inherit
}

.tw-prose :where(button):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)) {
    font-family: inherit
}

.tw-prose :where(textarea):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)) {
    font-family: inherit
}

.tw-prose {
    font-size: 1rem;
    line-height: 1.5rem
}

.tw-prose .v2-media {
    border-radius: .5rem;
    display: table;
    margin-bottom: 1rem;
    margin-top: 1rem;
    table-layout: fixed
}

.tw-prose .v2-media:first-child {
    margin-top: 0
}

.tw-prose .v2-media:last-child {
    margin-bottom: 0
}

.tw-prose .v2-media:not(.tw-prose .v2-media--container-100).align-left {
    margin-bottom: 1rem;
    margin-top: 0;
    margin-inline-end:var(--v2-layout--column-gap)}

.tw-prose .v2-media: not(.tw-prose .v2-media--container-100).align-right {
    margin-bottom:1rem;
    margin-top: 0;
    margin-inline-start:var(--v2-layout--column-gap)}

.tw-prose .v2-media: not(.tw-prose .v2-media--container-100).align-center {
    margin-left:auto;
    margin-right: auto
}

.tw-prose .v2-media--container-100 {
    float: none;
    width: 100%
}

.tw-prose .v2-media--container-50 {
    width: calc((100% - var(--v2-layout--column-gap,0))/2)
}

.tw-prose .v2-media--container-33 {
    width: calc(33.33333% - var(--v2-layout--column-gap,0)*2/3)
}

.tw-prose .v2-media--container-25 {
    width: calc(25% - var(--v2-layout--column-gap,0)*3/4)
}

.tw-prose figure:has(>.v2-media--container-100) {
    float: none;
    width: 100%
}

.tw-prose figure:has(>.v2-media--container-50) {
    width: calc((100% - var(--v2-layout--column-gap,0))/2)
}

.tw-prose figure:has(>.v2-media--container-33) {
    width: calc(33.33333% - var(--v2-layout--column-gap,0)*2/3)
}

.tw-prose figure:has(>.v2-media--container-25) {
    width: calc(25% - var(--v2-layout--column-gap,0)*3/4)
}

.tw-prose figure:has(>.v2-media) {
    display: table;
    table-layout: fixed
}

.tw-prose figure:has(>.v2-media)>.v2-media {
    margin: 0 auto;
    width: 100%
}

.tw-prose figure:has(>.v2-media) figcaption {
    --v2-prose-media--caption-color: var(--color-v2-neutral-600)
}

.v2-mode--dark .tw-prose figure:has(>.v2-media) figcaption {
    --v2-prose-media--caption-color: var(--color-v2-neutral-0)
}

.tw-prose figure:has(>.v2-media) figcaption {
    --v2-prose-media--caption-max-w: 100%
}

@media (min-width: 1024px) {
    .tw-prose figure:has(>.v2-media) figcaption {
        --v2-prose-media--caption-max-w:696px
    }
}

.tw-prose figure:has(>.v2-media) figcaption {
    caption-side: bottom;
    color: var(--v2-prose-media--caption-color);
    display: table-caption;
    margin-bottom: .25rem;
    margin-top: .25rem;
    max-width: calc(min(100%,var(--v2-prose-media--caption-max-w)));
    text-align: center
}

.tw-prose figure:has(>.v2-media:not(.v2-media--container-100)).align-left {
    margin-bottom: 1rem;
    margin-top: 0;
    margin-inline-end:var(--v2-layout--column-gap)}

.tw-prose figure: has(>.v2-media:not(.v2-media--container-100)).align-right {
    margin-bottom:1rem;
    margin-top: 0;
    margin-inline-start:var(--v2-layout--column-gap)}

.tw-prose figure: has(>.v2-media:not(.v2-media--container-100)).align-center {
    margin-left:auto;
    margin-right: auto
}

.tw-prose a.ck-anchor {
    text-decoration: none
}

.ck .drupal-media:not(:has([data-drupal-media-preview] .v2-media--container-100)).align-left {
    margin-bottom: 0;
    margin-top: 0;
    margin-inline-end:var(--v2-layout--column-gap)}

.ck .drupal-media: not(:has([data-drupal-media-preview] .v2-media--container-100)).align-right {
    margin-bottom:0;
    margin-top: 0;
    margin-inline-start:var(--v2-layout--column-gap)}

.ck .drupal-media: not(:has([data-drupal-media-preview] .v2-media--container-100)).align-center {
    margin-left:auto;
    margin-right: auto
}

.ck .drupal-media:has([data-drupal-media-preview] .v2-media--container-25) {
    max-width: none;
    width: calc(25% - var(--v2-layout--column-gap,0)*3/4)
}

.ck .drupal-media:has([data-drupal-media-preview] .v2-media--container-33) {
    max-width: none;
    width: calc(33.33333% - var(--v2-layout--column-gap,0)*2/3)
}

.ck .drupal-media:has([data-drupal-media-preview] .v2-media--container-50) {
    max-width: none;
    width: calc((100% - var(--v2-layout--column-gap,0))/2)
}

.ck .drupal-media:has([data-drupal-media-preview] .v2-media--container-100) {
    float: none;
    max-width: none;
    width: 100%
}

.ck .drupal-media [data-drupal-media-preview] .v2-media {
    width: 100%
}

.material-icons-outlined {
    vertical-align: middle
}

@media (min-width: 1024px) {
    .section-title {
        margin-bottom:2rem
    }
}

.section-title:after {
    border-bottom-width: 2px;
    border-color: var(--color-primary);
    content: "";
    display: block;
    margin-top: .5rem;
    width: 73px
}

.block.block-views h1,.block:not(:has(.block),[class*=block-type--v2]) h1 {
    font-size: 1.5rem;
    line-height: 2rem;
    line-height: 1.25
}

@media (min-width: 768px) {
    .block.block-views h1,.block:not(:has(.block),[class*=block-type--v2]) h1 {
        font-size:1.875rem;
        line-height: 2.5rem
    }
}

@media (min-width: 1024px) {
    .block.block-views h1,.block:not(:has(.block),[class*=block-type--v2]) h1 {
        font-size:3rem;
        line-height: 4rem
    }
}

.block.block-views h2,.block:not(:has(.block),[class*=block-type--v2]) h2 {
    font-size: 1.375rem;
    line-height: 1.875rem;
    line-height: 1.25
}

@media (min-width: 768px) {
    .block.block-views h2,.block:not(:has(.block),[class*=block-type--v2]) h2 {
        font-size:2.25rem;
        line-height: 3rem
    }
}

.block.block-views h3,.block:not(:has(.block),[class*=block-type--v2]) h3 {
    font-size: 1.125rem;
    line-height: 1.75rem;
    line-height: 1.25
}

@media (min-width: 768px) {
    .block.block-views h3,.block:not(:has(.block),[class*=block-type--v2]) h3 {
        font-size:1.375rem;
        line-height: 1.875rem
    }
}

.block.block-views h4,.block:not(:has(.block),[class*=block-type--v2]) h4 {
    font-size: 1rem;
    line-height: 1.5rem
}

@media (min-width: 768px) {
    .block.block-views h4,.block:not(:has(.block),[class*=block-type--v2]) h4 {
        font-size:1.25rem;
        line-height: 1.75rem
    }
}

.block.block-views h5,.block:not(:has(.block),[class*=block-type--v2]) h5 {
    font-size: .875rem;
    line-height: 1.25rem
}

@media (min-width: 768px) {
    .block.block-views h5,.block:not(:has(.block),[class*=block-type--v2]) h5 {
        font-size:1rem;
        line-height: 1.5rem
    }
}

.block.block-views h6,.block:not(:has(.block),[class*=block-type--v2]) h6 {
    font-size: .875rem;
    line-height: 1.25rem
}

.block.block-page-title-block {
    margin: 1rem 0;
    padding-left: 1rem;
    padding-right: 1rem;
    width: 100%
}

@media (min-width: 768px) {
    .block.block-page-title-block {
        padding-left:1.5rem;
        padding-right: 1.5rem
    }
}

@media (min-width: 1024px) {
    .block.block-page-title-block {
        margin-left:auto;
        margin-right: auto;
        max-width: 1024px;
        padding-left: 2rem;
        padding-right: 2rem
    }
}

@media (min-width: 1280px) {
    .block.block-page-title-block {
        max-width:1280px
    }
}

@media (min-width: 1024px) {
    .block.block-page-title-block {
        margin-bottom:2rem;
        margin-top: 2rem
    }
}

.toolbar-menu-administration ul {
    list-style-type: none
}

.toolbar-menu-administration ul li {
    margin-bottom: 0;
    margin-top: 0
}

.block.block-snippet-manager ul,.view .view-content ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.tw-sr-only {
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    clip: rect(0,0,0,0);
    border-width: 0;
    white-space: nowrap
}

.tw-pointer-events-none {
    pointer-events: none
}

.tw-invisible {
    visibility: hidden
}

.\!tw-static {
    position: static!important
}

.tw-static {
    position: static
}

.tw-fixed {
    position: fixed
}

.tw-absolute {
    position: absolute
}

.tw-relative {
    position: relative
}

.tw-sticky {
    position: sticky
}

.tw-inset-0 {
    inset: 0
}

.tw-inset-x-0 {
    left: 0;
    right: 0
}

.-tw-bottom-10 {
    bottom: -2.5rem
}

.-tw-bottom-2\.5 {
    bottom: -.625rem
}

.tw--top-3 {
    top: -.75rem
}

.tw-bottom-0 {
    bottom: 0
}

.tw-bottom-1\/2 {
    bottom: 50%
}

.tw-bottom-2 {
    bottom: .5rem
}

.tw-bottom-5 {
    bottom: 1.25rem
}

.tw-left-0 {
    left: 0
}

.tw-left-1\/2 {
    left: 50%
}

.tw-left-2 {
    left: .5rem
}

.tw-left-4 {
    left: 1rem
}

.tw-left-5 {
    left: 1.25rem
}

.tw-left-\[10\%\] {
    left: 10%
}

.tw-left-px {
    left: 1px
}

.tw-right-0 {
    right: 0
}

.tw-right-2 {
    right: .5rem
}

.tw-right-\[10\%\] {
    right: 10%
}

.tw-right-px {
    right: 1px
}

.tw-top-0 {
    top: 0
}

.tw-top-1\/2 {
    top: 50%
}

.tw-top-1\/3 {
    top: 33.333333%
}

.tw-top-1\/4 {
    top: 25%
}

.tw-top-12 {
    top: 3rem
}

.tw-top-2 {
    top: .5rem
}

.tw-top-20 {
    top: 5rem
}

.tw-top-36 {
    top: 9rem
}

.tw-top-6 {
    top: 1.5rem
}

.tw-top-72 {
    top: 18rem
}

.tw-top-8 {
    top: 2rem
}

.tw-top-full {
    top: 100%
}

.tw-z-1 {
    z-index: 1
}

.tw-z-10 {
    z-index: 10
}

.tw-z-20 {
    z-index: 20
}

.tw-z-50 {
    z-index: 50
}

.tw-order-1 {
    order: 1
}

.tw-order-2 {
    order: 2
}

.tw-col-span-1 {
    grid-column: span 1/span 1
}

.tw-col-span-11 {
    grid-column: span 11/span 11
}

.tw-col-span-2 {
    grid-column: span 2/span 2
}

.tw-col-span-3 {
    grid-column: span 3/span 3
}

.tw-col-span-4 {
    grid-column: span 4/span 4
}

.tw-col-span-5 {
    grid-column: span 5/span 5
}

.tw-col-span-6 {
    grid-column: span 6/span 6
}

.tw-col-span-7 {
    grid-column: span 7/span 7
}

.tw-col-span-8 {
    grid-column: span 8/span 8
}

.tw-col-span-full {
    grid-column: 1/-1
}

.tw-col-start-1 {
    grid-column-start: 1
}

.tw-col-end-3 {
    grid-column-end: 3
}

.tw-float-right {
    float: right
}

.tw-float-left {
    float: left
}

.tw-clear-both {
    clear: both
}

.tw-m-0 {
    margin: 0
}

.tw-m-2 {
    margin: .5rem
}

.tw-m-5 {
    margin: 1.25rem
}

.tw-m-6 {
    margin: 1.5rem
}

.tw-m-auto {
    margin: auto
}

.tw--mx-4 {
    margin-left: -1rem;
    margin-right: -1rem
}

.tw-mx-1 {
    margin-left: .25rem;
    margin-right: .25rem
}

.tw-mx-2 {
    margin-left: .5rem;
    margin-right: .5rem
}

.tw-mx-4 {
    margin-left: 1rem;
    margin-right: 1rem
}

.tw-mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem
}

.tw-mx-auto {
    margin-left: auto;
    margin-right: auto
}

.tw-my-0 {
    margin-bottom: 0;
    margin-top: 0
}

.tw-my-1 {
    margin-bottom: .25rem;
    margin-top: .25rem
}

.tw-my-12 {
    margin-bottom: 3rem;
    margin-top: 3rem
}

.tw-my-16 {
    margin-bottom: 4rem;
    margin-top: 4rem
}

.tw-my-2 {
    margin-bottom: .5rem;
    margin-top: .5rem
}

.tw-my-3 {
    margin-bottom: .75rem;
    margin-top: .75rem
}

.tw-my-4 {
    margin-bottom: 1rem;
    margin-top: 1rem
}

.tw-my-5 {
    margin-bottom: 1.25rem;
    margin-top: 1.25rem
}

.tw-my-6 {
    margin-bottom: 1.5rem;
    margin-top: 1.5rem
}

.tw-my-7 {
    margin-bottom: 1.75rem;
    margin-top: 1.75rem
}

.tw-my-8 {
    margin-bottom: 2rem;
    margin-top: 2rem
}

.tw-my-auto {
    margin-bottom: auto;
    margin-top: auto
}

.tw--mb-0\.5 {
    margin-bottom: -.125rem
}

.tw--mb-6 {
    margin-bottom: -1.5rem
}

.tw--ml-1 {
    margin-left: -.25rem
}

.tw--ml-6 {
    margin-left: -1.5rem
}

.tw--mr-4 {
    margin-right: -1rem
}

.tw--mr-6 {
    margin-right: -1.5rem
}

.tw-mb-0 {
    margin-bottom: 0
}

.tw-mb-1 {
    margin-bottom: .25rem
}

.tw-mb-1\.5 {
    margin-bottom: .375rem
}

.tw-mb-10 {
    margin-bottom: 2.5rem
}

.tw-mb-12 {
    margin-bottom: 3rem
}

.tw-mb-16 {
    margin-bottom: 4rem
}

.tw-mb-2 {
    margin-bottom: .5rem
}

.tw-mb-3 {
    margin-bottom: .75rem
}

.tw-mb-4 {
    margin-bottom: 1rem
}

.tw-mb-5 {
    margin-bottom: 1.25rem
}

.tw-mb-6 {
    margin-bottom: 1.5rem
}

.tw-mb-7 {
    margin-bottom: 1.75rem
}

.tw-mb-8 {
    margin-bottom: 2rem
}

.tw-me-2 {
    margin-inline-end:.5rem}

.tw-me-4 {
    margin-inline-end:1rem}

.tw-ml-1 {
    margin-left: .25rem
}

.tw-ml-2 {
    margin-left: .5rem
}

.tw-ml-3 {
    margin-left: .75rem
}

.tw-ml-4 {
    margin-left: 1rem
}

.tw-ml-auto {
    margin-left: auto
}

.tw-mr-0 {
    margin-right: 0
}

.tw-mr-1 {
    margin-right: .25rem
}

.tw-mr-2 {
    margin-right: .5rem
}

.tw-mr-3 {
    margin-right: .75rem
}

.tw-mr-4 {
    margin-right: 1rem
}

.tw-mr-6 {
    margin-right: 1.5rem
}

.tw-ms-2 {
    margin-inline-start:.5rem}

.tw-ms-4 {
    margin-inline-start:1rem}

.tw-ms-8 {
    margin-inline-start:2rem}

.tw-ms-auto {
    margin-inline-start:auto}

.tw-mt-0 {
    margin-top: 0
}

.tw-mt-0\.5 {
    margin-top: .125rem
}

.tw-mt-1 {
    margin-top: .25rem
}

.tw-mt-10 {
    margin-top: 2.5rem
}

.tw-mt-16 {
    margin-top: 4rem
}

.tw-mt-2 {
    margin-top: .5rem
}

.tw-mt-3 {
    margin-top: .75rem
}

.tw-mt-4 {
    margin-top: 1rem
}

.tw-mt-5 {
    margin-top: 1.25rem
}

.tw-mt-6 {
    margin-top: 1.5rem
}

.tw-mt-7 {
    margin-top: 1.75rem
}

.tw-mt-8 {
    margin-top: 2rem
}

.tw-mt-auto {
    margin-top: auto
}

.tw-line-clamp-2 {
    -webkit-line-clamp: 2
}

.tw-line-clamp-2,.tw-line-clamp-3 {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical
}

.tw-line-clamp-3 {
    -webkit-line-clamp: 3
}

.tw-block {
    display: block
}

.tw-inline-block {
    display: inline-block
}

.tw-inline {
    display: inline
}

.tw-flex {
    display: flex
}

.\!tw-inline-flex {
    display: inline-flex!important
}

.tw-inline-flex {
    display: inline-flex
}

.tw-grid {
    display: grid
}

.tw-hidden {
    display: none
}

.tw-h-1 {
    height: .25rem
}

.tw-h-10 {
    height: 2.5rem
}

.tw-h-12 {
    height: 3rem
}

.tw-h-14 {
    height: 3.5rem
}

.tw-h-16 {
    height: 4rem
}

.tw-h-2\.5 {
    height: .625rem
}

.tw-h-20 {
    height: 5rem
}

.tw-h-32 {
    height: 8rem
}

.tw-h-48 {
    height: 12rem
}

.tw-h-64 {
    height: 16rem
}

.tw-h-auto {
    height: auto
}

.tw-h-full {
    height: 100%
}

.tw-h-max {
    height: -moz-max-content;
    height: max-content
}

.tw-h-px {
    height: 1px
}

.tw-h-screen {
    height: 100vh
}

.tw-max-h-19 {
    max-height: 5.5rem
}

.tw-max-h-52 {
    max-height: 13rem
}

.tw-max-h-60px {
    max-height: 60px
}

.tw-max-h-8 {
    max-height: 2rem
}

.tw-max-h-96 {
    max-height: 24rem
}

.tw-max-h-full {
    max-height: 100%
}

.tw-min-h-40px {
    min-height: 40px
}

.tw-min-h-55px {
    min-height: 55px
}

.tw-min-h-screen {
    min-height: 100vh
}

.tw-w-1\/2 {
    width: 50%
}

.tw-w-10 {
    width: 2.5rem
}

.tw-w-12 {
    width: 3rem
}

.tw-w-14 {
    width: 3.5rem
}

.tw-w-20 {
    width: 5rem
}

.tw-w-3\/12 {
    width: 25%
}

.tw-w-32 {
    width: 8rem
}

.tw-w-48 {
    width: 12rem
}

.tw-w-52 {
    width: 13rem
}

.tw-w-6 {
    width: 1.5rem
}

.tw-w-64 {
    width: 16rem
}

.tw-w-auto {
    width: auto
}

.tw-w-full {
    width: 100%
}

.tw-w-max {
    width: -moz-max-content;
    width: max-content
}

.tw-min-w-60px {
    min-width: 60px
}

.tw-min-w-\[80px\] {
    min-width: 80px
}

.tw-min-w-fit {
    min-width: -moz-fit-content;
    min-width: fit-content
}

.tw-max-w-100--20 {
    max-width: calc(100% - 20px)
}

.tw-max-w-4xl {
    max-width: 56rem
}

.tw-max-w-60px {
    max-width: 60px
}

.tw-max-w-633px {
    max-width: 633px
}

.tw-max-w-full {
    max-width: 100%
}

.tw-max-w-none {
    max-width: none
}

.tw-max-w-screen-lg {
    max-width: 1024px
}

.tw-max-w-screen-md {
    max-width: 768px
}

.tw-flex-1 {
    flex: 1 1 0%
}

.tw-flex-auto {
    flex: 1 1 auto
}

.tw-flex-none {
    flex: none
}

.tw-flex-grow {
    flex-grow: 1
}

.tw-basis-full {
    flex-basis: 100%
}

.-tw-translate-y-1\/2 {
    --tw-translate-y: -50%
}

.-tw-translate-y-1\/2,.tw--translate-x-1\/2 {
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.tw--translate-x-1\/2 {
    --tw-translate-x: -50%
}

.tw--translate-y-1\/2 {
    --tw-translate-y: -50%
}

.tw--translate-y-1\/2,.tw--translate-y-1\/3 {
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.tw--translate-y-1\/3 {
    --tw-translate-y: -33.333333%
}

.tw--translate-y-1\/4 {
    --tw-translate-y: -25%
}

.tw--translate-y-11,.tw--translate-y-1\/4 {
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.tw--translate-y-11 {
    --tw-translate-y: -2.75rem
}

.tw--translate-y-2\/4 {
    --tw-translate-y: -50%
}

.tw--translate-y-2\/4,.tw-translate-x-full {
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.tw-translate-x-full {
    --tw-translate-x: 100%
}

.tw-translate-y-3 {
    --tw-translate-y: 0.75rem
}

.-tw-rotate-\[20deg\],.tw-translate-y-3 {
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.-tw-rotate-\[20deg\] {
    --tw-rotate: -20deg
}

.tw--rotate-90 {
    --tw-rotate: -90deg
}

.tw--rotate-90,.tw-rotate-9 {
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.tw-rotate-9 {
    --tw-rotate: 9deg
}

.tw-rotate-90 {
    --tw-rotate: 90deg
}

.tw-rotate-90,.tw-rotate-\[20deg\] {
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.tw-rotate-\[20deg\] {
    --tw-rotate: 20deg
}

.tw-transform {
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

@keyframes tw-bounce {
    0%,to {
        animation-timing-function: cubic-bezier(.8,0,1,1);
        transform: translateY(-25%)
    }

    50% {
        animation-timing-function: cubic-bezier(0,0,.2,1);
        transform: none
    }
}

.tw-animate-bounce {
    animation: tw-bounce 1s infinite
}

.tw-cursor-default {
    cursor: default
}

.tw-cursor-not-allowed {
    cursor: not-allowed
}

.tw-cursor-pointer {
    cursor: pointer
}

.tw-list-disc {
    list-style-type: disc
}

.tw-list-none {
    list-style-type: none
}

.tw-auto-rows-fr {
    grid-auto-rows: minmax(0,1fr)
}

.tw-grid-cols-1 {
    grid-template-columns: repeat(1,minmax(0,1fr))
}

.tw-grid-cols-2 {
    grid-template-columns: repeat(2,minmax(0,1fr))
}

.tw-grid-cols-3 {
    grid-template-columns: repeat(3,minmax(0,1fr))
}

.tw-grid-cols-4 {
    grid-template-columns: repeat(4,minmax(0,1fr))
}

.tw-grid-cols-5 {
    grid-template-columns: repeat(5,minmax(0,1fr))
}

.tw-grid-cols-8 {
    grid-template-columns: repeat(8,minmax(0,1fr))
}

.tw-grid-rows-2 {
    grid-template-rows: repeat(2,minmax(0,1fr))
}

.tw-flex-row {
    flex-direction: row
}

.tw-flex-row-reverse {
    flex-direction: row-reverse
}

.tw-flex-col {
    flex-direction: column
}

.tw-flex-col-reverse {
    flex-direction: column-reverse
}

.tw-flex-wrap {
    flex-wrap: wrap
}

.tw-flex-wrap-reverse {
    flex-wrap: wrap-reverse
}

.tw-content-center {
    align-content: center
}

.tw-items-start {
    align-items: flex-start
}

.tw-items-end {
    align-items: flex-end
}

.tw-items-center {
    align-items: center
}

.tw-items-baseline {
    align-items: baseline
}

.tw-justify-start {
    justify-content: flex-start
}

.tw-justify-end {
    justify-content: flex-end
}

.tw-justify-center {
    justify-content: center
}

.tw-justify-between {
    justify-content: space-between
}

.tw-gap-1 {
    gap: .25rem
}

.tw-gap-1\.5 {
    gap: .375rem
}

.tw-gap-2 {
    gap: .5rem
}

.tw-gap-3 {
    gap: .75rem
}

.tw-gap-4 {
    gap: 1rem
}

.tw-gap-5 {
    gap: 1.25rem
}

.tw-gap-6 {
    gap: 1.5rem
}

.tw-gap-8 {
    gap: 2rem
}

.tw-gap-x-4 {
    -moz-column-gap: 1rem;
    column-gap: 1rem
}

.tw-gap-x-8 {
    -moz-column-gap: 2rem;
    column-gap: 2rem
}

.tw-gap-y-4 {
    row-gap: 1rem
}

.tw-gap-y-7 {
    row-gap: 1.75rem
}

.tw-space-y-4>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-bottom: calc(1rem*var(--tw-space-y-reverse));
    margin-top: calc(1rem*(1 - var(--tw-space-y-reverse)))
}

.tw-self-start {
    align-self: flex-start
}

.tw-justify-self-start {
    justify-self: start
}

.tw-overflow-auto {
    overflow: auto
}

.tw-overflow-hidden {
    overflow: hidden
}

.\!tw-overflow-visible {
    overflow: visible!important
}

.tw-overflow-visible {
    overflow: visible
}

.tw-overflow-x-auto {
    overflow-x: auto
}

.tw-overflow-y-auto {
    overflow-y: auto
}

.tw-overflow-y-hidden {
    overflow-y: hidden
}

.tw-overflow-x-scroll {
    overflow-x: scroll
}

.tw-scroll-smooth {
    scroll-behavior: smooth
}

.tw-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.tw-whitespace-normal {
    white-space: normal
}

.tw-whitespace-nowrap {
    white-space: nowrap
}

.tw-break-words {
    overflow-wrap: break-word
}

.tw-break-all {
    word-break: break-all
}

.tw-rounded {
    border-radius: .25rem
}

.tw-rounded-2xl {
    border-radius: 1rem
}

.tw-rounded-3xl {
    border-radius: 1.5rem
}

.tw-rounded-full {
    border-radius: 9999px
}

.tw-rounded-lg {
    border-radius: .5rem
}

.tw-rounded-md {
    border-radius: .375rem
}

.tw-rounded-sm {
    border-radius: .125rem
}

.tw-rounded-xl {
    border-radius: .75rem
}

.tw-rounded-b-2xl {
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem
}

.tw-rounded-b-3xl {
    border-bottom-left-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem
}

.tw-rounded-t-2xl {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem
}

.tw-rounded-t-3xl {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem
}

.tw-border {
    border-width: 1px
}

.tw-border-0 {
    border-width: 0
}

.tw-border-2 {
    border-width: 2px
}

.tw-border-y-2 {
    border-bottom-width: 2px;
    border-top-width: 2px
}

.tw-border-b {
    border-bottom-width: 1px
}

.tw-border-b-0 {
    border-bottom-width: 0
}

.tw-border-b-2 {
    border-bottom-width: 2px
}

.tw-border-b-3 {
    border-bottom-width: 3px
}

.tw-border-l {
    border-left-width: 1px
}

.tw-border-r {
    border-right-width: 1px
}

.tw-border-t {
    border-top-width: 1px
}

.tw-border-t-0 {
    border-top-width: 0
}

.tw-border-solid {
    border-style: solid
}

.tw-border-none {
    border-style: none
}

.tw-border-\[\#9c9c9c\] {
    --tw-border-opacity: 1;
    border-color: rgb(156 156 156/var(--tw-border-opacity,1))
}

.tw-border-default {
    border-color: var(--color-v2-neutral-600)
}

.tw-border-footer {
    border-color: var(--color-footer)
}

.tw-border-gray-50 {
    --tw-border-opacity: 1;
    border-color: rgb(249 250 251/var(--tw-border-opacity,1))
}

.tw-border-gray-500 {
    --tw-border-opacity: 1;
    border-color: rgb(107 114 128/var(--tw-border-opacity,1))
}

.tw-border-grey {
    border-color: var(--color-grey)
}

.tw-border-light-green {
    border-color: var(--color-light-green)
}

.tw-border-light-grey {
    border-color: var(--color-light-grey)
}

.tw-border-medium-grey {
    border-color: var(--color-medium-grey)
}

.tw-border-page-title {
    border-color: var(--color-page-title)
}

.tw-border-primary {
    border-color: var(--color-primary)
}

.tw-border-red-200 {
    --tw-border-opacity: 1;
    border-color: rgb(254 202 202/var(--tw-border-opacity,1))
}

.tw-border-silver {
    border-color: var(--color-silver)
}

.tw-border-transparent {
    border-color: transparent
}

.tw-border-white {
    border-color: var(--color-white)
}

.tw-bg-base-color {
    background-color: var(--color-base-color)
}

.tw-bg-cta {
    background-color: var(--color-cta)
}

.tw-bg-cta-teaser-bg {
    background-color: var(--color-cta-teaser-bg)
}

.tw-bg-dark-grey {
    background-color: var(--color-dark-grey)
}

.tw-bg-footer {
    background-color: var(--color-footer)
}

.tw-bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246/var(--tw-bg-opacity,1))
}

.tw-bg-gray-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(249 250 251/var(--tw-bg-opacity,1))
}

.tw-bg-grey {
    background-color: var(--color-grey)
}

.tw-bg-label {
    background-color: var(--color-label)
}

.tw-bg-light-blue {
    background-color: var(--color-light-blue)
}

.tw-bg-light-green {
    background-color: var(--color-light-green)
}

.tw-bg-light-grey {
    background-color: var(--color-light-grey)
}

.tw-bg-primary {
    background-color: var(--color-primary)
}

.tw-bg-red-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(254 242 242/var(--tw-bg-opacity,1))
}

.tw-bg-silver {
    background-color: var(--color-silver)
}

.tw-bg-white {
    background-color: var(--color-white)
}

.tw-bg-cover {
    background-size: cover
}

.tw-bg-center {
    background-position: 50%
}

.tw-bg-no-repeat {
    background-repeat: no-repeat
}

.\!tw-p-0 {
    padding: 0!important
}

.tw-p-0 {
    padding: 0
}

.tw-p-1 {
    padding: .25rem
}

.tw-p-2 {
    padding: .5rem
}

.tw-p-3 {
    padding: .75rem
}

.tw-p-4 {
    padding: 1rem
}

.tw-p-5 {
    padding: 1.25rem
}

.tw-p-6 {
    padding: 1.5rem
}

.tw-p-7 {
    padding: 1.75rem
}

.tw-p-8 {
    padding: 2rem
}

.tw-p-9 {
    padding: 2.25rem
}

.tw-p-px {
    padding: 1px
}

.\!tw-px-8 {
    padding-left: 2rem!important;
    padding-right: 2rem!important
}

.\!tw-py-0 {
    padding-bottom: 0!important;
    padding-top: 0!important
}

.tw-px-0 {
    padding-left: 0;
    padding-right: 0
}

.tw-px-1\.5 {
    padding-left: .375rem;
    padding-right: .375rem
}

.tw-px-2 {
    padding-left: .5rem;
    padding-right: .5rem
}

.tw-px-3 {
    padding-left: .75rem;
    padding-right: .75rem
}

.tw-px-4 {
    padding-left: 1rem;
    padding-right: 1rem
}

.tw-px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem
}

.tw-px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

.tw-px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem
}

.tw-px-8 {
    padding-left: 2rem;
    padding-right: 2rem
}

.tw-py-0 {
    padding-bottom: 0;
    padding-top: 0
}

.tw-py-0\.5 {
    padding-bottom: .125rem;
    padding-top: .125rem
}

.tw-py-1 {
    padding-bottom: .25rem;
    padding-top: .25rem
}

.tw-py-12 {
    padding-bottom: 3rem;
    padding-top: 3rem
}

.tw-py-2 {
    padding-bottom: .5rem;
    padding-top: .5rem
}

.tw-py-24 {
    padding-bottom: 6rem;
    padding-top: 6rem
}

.tw-py-3 {
    padding-bottom: .75rem;
    padding-top: .75rem
}

.tw-py-4 {
    padding-bottom: 1rem;
    padding-top: 1rem
}

.tw-py-5 {
    padding-bottom: 1.25rem;
    padding-top: 1.25rem
}

.tw-py-6 {
    padding-bottom: 1.5rem;
    padding-top: 1.5rem
}

.tw-py-8 {
    padding-bottom: 2rem;
    padding-top: 2rem
}

.tw-pb-0 {
    padding-bottom: 0
}

.tw-pb-1 {
    padding-bottom: .25rem
}

.tw-pb-12 {
    padding-bottom: 3rem
}

.tw-pb-2 {
    padding-bottom: .5rem
}

.tw-pb-20 {
    padding-bottom: 5rem
}

.tw-pb-3 {
    padding-bottom: .75rem
}

.tw-pb-4 {
    padding-bottom: 1rem
}

.tw-pb-40 {
    padding-bottom: 10rem
}

.tw-pb-8 {
    padding-bottom: 2rem
}

.tw-pl-0 {
    padding-left: 0
}

.tw-pl-1 {
    padding-left: .25rem
}

.tw-pr-0 {
    padding-right: 0
}

.tw-pr-1 {
    padding-right: .25rem
}

.tw-pr-4 {
    padding-right: 1rem
}

.tw-pt-0 {
    padding-top: 0
}

.tw-pt-10 {
    padding-top: 2.5rem
}

.tw-pt-12 {
    padding-top: 3rem
}

.tw-pt-16 {
    padding-top: 4rem
}

.tw-pt-2 {
    padding-top: .5rem
}

.tw-pt-2\.5 {
    padding-top: .625rem
}

.tw-pt-4 {
    padding-top: 1rem
}

.tw-pt-5 {
    padding-top: 1.25rem
}

.tw-pt-8 {
    padding-top: 2rem
}

.tw-text-left {
    text-align: left
}

.tw-text-center {
    text-align: center
}

.tw-text-right {
    text-align: right
}

.tw-align-top {
    vertical-align: top
}

.tw-align-middle {
    vertical-align: middle
}

.\!tw-text-base {
    font-size: 1rem!important;
    line-height: 1.5rem!important
}

.tw-text-2xl {
    font-size: 1.5rem;
    line-height: 2rem
}

.tw-text-3xl {
    font-size: 1.875rem;
    line-height: 2.5rem
}

.tw-text-4xl {
    font-size: 2.25rem;
    line-height: 3rem
}

.tw-text-5xl {
    font-size: 3rem;
    line-height: 4rem
}

.tw-text-6xl {
    font-size: 3.75rem;
    line-height: 5rem
}

.tw-text-base {
    font-size: 1rem;
    line-height: 1.5rem
}

.tw-text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem
}

.tw-text-sm {
    font-size: .875rem;
    line-height: 1.25rem
}

.tw-text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem
}

.tw-text-xs {
    font-size: .75rem;
    line-height: 1rem
}

.tw-text-xxs {
    font-size: .6875rem;
    line-height: .75rem
}

.tw-font-bold {
    font-weight: 700
}

.tw-font-light {
    font-weight: 300
}

.tw-font-medium {
    font-weight: 500
}

.tw-font-normal {
    font-weight: 400
}

.tw-font-semibold {
    font-weight: 600
}

.tw-uppercase {
    text-transform: uppercase
}

.tw-capitalize {
    text-transform: capitalize
}

.tw-italic {
    font-style: italic
}

.tw-not-italic {
    font-style: normal
}

.tw-leading-10 {
    line-height: 2.5rem
}

.tw-leading-3 {
    line-height: .75rem
}

.tw-leading-4 {
    line-height: 1rem
}

.tw-leading-5 {
    line-height: 1.25rem
}

.tw-leading-7 {
    line-height: 1.75rem
}

.tw-leading-none {
    line-height: 1
}

.tw-leading-tight {
    line-height: 1.25
}

.tw-tracking-wide {
    letter-spacing: .025em
}

.tw-text-black {
    --tw-text-opacity: 1;
    color: rgb(0 0 0/var(--tw-text-opacity,1))
}

.tw-text-bw-cta {
    color: var(--color-bw-cta)
}

.tw-text-cta {
    color: var(--color-cta)
}

.tw-text-cta-teaser-text {
    color: var(--color-cta-teaser-text)
}

.tw-text-danger {
    color: var(--color-danger)
}

.tw-text-dark-grey {
    color: var(--color-dark-grey)
}

.tw-text-default {
    color: var(--color-v2-neutral-600)
}

.tw-text-gray-500 {
    --tw-text-opacity: 1;
    color: rgb(107 114 128/var(--tw-text-opacity,1))
}

.tw-text-gray-600 {
    --tw-text-opacity: 1;
    color: rgb(75 85 99/var(--tw-text-opacity,1))
}

.tw-text-gray-700 {
    --tw-text-opacity: 1;
    color: rgb(55 65 81/var(--tw-text-opacity,1))
}

.tw-text-page-title {
    color: var(--color-page-title)
}

.tw-text-primary {
    color: var(--color-primary)
}

.tw-text-prominent-links {
    color: var(--color-prominent-links)
}

.tw-text-red-600 {
    --tw-text-opacity: 1;
    color: rgb(220 38 38/var(--tw-text-opacity,1))
}

.tw-text-red-800 {
    --tw-text-opacity: 1;
    color: rgb(153 27 27/var(--tw-text-opacity,1))
}

.tw-text-slider-arrows-color {
    color: var(--color-slider-controls)
}

.tw-text-white {
    color: var(--color-white)
}

.tw-no-underline {
    text-decoration-line: none
}

.tw-antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.tw-opacity-0 {
    opacity: 0
}

.tw-opacity-100 {
    opacity: 1
}

.tw-shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px -1px rgba(0,0,0,.1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color),0 1px 2px -1px var(--tw-shadow-color)
}

.tw-shadow,.tw-shadow-dark {
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.tw-shadow-dark {
    --tw-shadow: 0px 0px 10px 5px rgba(0,0,0,.1);
    --tw-shadow-colored: 0px 0px 10px 5px var(--tw-shadow-color)
}

.tw-shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 rgba(0,0,0,.05);
    --tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color)
}

.tw-shadow-inner,.tw-shadow-lg {
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.tw-shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color)
}

.tw-shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color)
}

.tw-shadow-md,.tw-shadow-sm {
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.tw-shadow-sm {
    --tw-shadow: 0 0 10px 0 rgba(0,0,0,.2);
    --tw-shadow-colored: 0 0 10px 0 var(--tw-shadow-color)
}

.tw-shadow-xs {
    --tw-shadow: -2px 2px 8px 0 rgba(0,0,0,.2);
    --tw-shadow-colored: -2px 2px 8px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.tw-outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px
}

.tw-ring-transparent {
    --tw-ring-color: transparent
}

.tw-blur-sm {
    --tw-blur: blur(4px);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}

.tw-filter-none {
    filter: none
}

.tw-transition {
    transition-duration: .15s;
    transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;
    transition-timing-function: cubic-bezier(.4,0,.2,1)
}

.tw-transition-all {
    transition-duration: .15s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4,0,.2,1)
}

.tw-transition-colors {
    transition-duration: .15s;
    transition-property: color,background-color,border-color,text-decoration-color,fill,stroke;
    transition-timing-function: cubic-bezier(.4,0,.2,1)
}

.tw-transition-opacity {
    transition-duration: .15s;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.4,0,.2,1)
}

.tw-duration-300 {
    transition-duration: .3s
}

.tw-ease-in-out {
    transition-timing-function: cubic-bezier(.4,0,.2,1)
}

.tw-ease-linear {
    transition-timing-function: linear
}

.tw-hyphens-auto {
    hyphens: auto
}

.tw-container {
    margin-left: 0;
    margin-right: 0;
    padding-left: 1rem;
    padding-right: 1rem;
    width: 100%
}

@media (min-width: 768px) {
    .tw-container {
        padding-left:1.5rem;
        padding-right: 1.5rem
    }
}

@media (min-width: 1024px) {
    .tw-container {
        margin-left:auto;
        margin-right: auto;
        max-width: 1024px;
        padding-left: 2rem;
        padding-right: 2rem
    }
}

@media (min-width: 1280px) {
    .tw-container {
        max-width:1280px
    }
}

:is(.v2-not-published,div:has(>picture>img.v2-not-published),div:has(>img.v2-not-published)):after {
    background: repeating-linear-gradient(-45deg,hotpink,hotpink 2px,transparent 0,transparent 2%);
    bottom: 0;
    content: " ";
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.v2-inline-size-container {
    container-type: inline-size
}

.block-content .block-content--alignment-right,.block-content.block-content--alignment-right {
    display: flex;
    justify-content: flex-end
}

.block-content .block-content--alignment-left,.block-content.block-content--alignment-left {
    display: flex;
    justify-content: flex-start
}

.block-content .block-content--alignment-center,.block-content.block-content--alignment-center {
    display: flex;
    justify-content: center
}

.container {
    margin-left: 0;
    margin-right: 0;
    padding-left: 1rem;
    padding-right: 1rem;
    width: 100%
}

@media (min-width: 768px) {
    .container {
        padding-left:1.5rem;
        padding-right: 1.5rem
    }
}

@media (min-width: 1024px) {
    .container {
        margin-left:auto;
        margin-right: auto;
        max-width: 1024px;
        padding-left: 2rem;
        padding-right: 2rem
    }
}

@media (min-width: 1280px) {
    .container {
        max-width:1280px
    }
}

.container-narrow {
    max-width: var(--narrow-width)
}

@media (max-width: 1023px) {
    .hide-mobile {
        display:none
    }
}

@media (min-width: 1024px) {
    .hide-desktop {
        display:none
    }
}

.section {
    padding-bottom: 2rem
}

.section,.section:first-of-type {
    padding-top: 2rem
}

.section:last-of-type {
    padding-bottom: 2rem
}

.theme--light {
    background-color: var(--color-light-grey)
}

[type=checkbox]:checked {
    background-image: url(/themes/custom/syn_global_theme/src/svg/checkbox.svg);
    background-size: 70%
}

[type=radio]:checked {
    background-image: url(/themes/custom/syn_global_theme/src/svg/radio.svg);
    background-size: 70%
}

.item-list__comma-list,.item-list__comma-list li {
    display: inline
}

.item-list__comma-list li a {
    color: var(--color-white)
}

.item-list__comma-list li a:hover {
    text-decoration-line: underline
}

.item-list__comma-list li:after {
    content: ", "
}

.item-list__comma-list li:last-child:after {
    content: ""
}

.\[color_field\:hex\] {
    color_field: hex
}

.\[current-date\:long\] {
    current-date: long
}

.\[current-date\:raw\] {
    current-date: raw
}

.\[current-page\:title\] {
    current-page: title
}

.\[current-user\:mail\] {
    current-user: mail
}

.\[date\:html_datetime\] {
    date: html datetime
}

.\[geolocation_current_item\:lat\] {
    geolocation_current_item: lat
}

.\[geolocation_current_item\:lng\] {
    geolocation_current_item: lng
}

.\[node\:field_article_type\] {
    node: field article type
}

.\[node\:field_carousel\] {
    node: field carousel
}

.\[node\:field_crop\] {
    node: field crop
}

.\[node\:field_crops\] {
    node: field crops
}

.\[node\:field_item_type\] {
    node: field item type
}

.\[node\:field_main_category\] {
    node: field main category
}

.\[node\:field_product_cp_section_title\] {
    node: field product cp section title
}

.\[node\:field_product_cp_type\] {
    node: field product cp type
}

.\[node\:field_target_type\] {
    node: field target type
}

.\[node\:langcode\] {
    node: langcode
}

.\[node\:product_cp_active_ingredient\] {
    node: product cp active ingredient
}

.\[node\:summary\] {
    node: summary
}

.\[node\:title\] {
    node: title
}

.\[salesforce\:company-business-type\] {
    salesforce: company-business-type
}

.\[salesforce\:company-number\] {
    salesforce: company-number
}

.\[salesforce\:company\] {
    salesforce: company
}

.\[salesforce\:contact-certification-number\] {
    salesforce: contact-certification-number
}

.\[salesforce\:customer-group\] {
    salesforce: customer-group
}

.\[salesforce\:customer-type\] {
    salesforce: customer-type
}

.\[salesforce\:farm-business-type\] {
    salesforce: farm-business-type
}

.\[salesforce\:farm-name\] {
    salesforce: farm-name
}

.\[salesforce\:farm-size\] {
    salesforce: farm-size
}

.\[salesforce\:newsletter-subscription-json\] {
    salesforce: newsletter-subscription-json
}

.\[salesforce\:preferred-store\] {
    salesforce: preferred-store
}

.\[salesforce\:subscription-json\] {
    salesforce: subscription-json
}

.\[salesforce\:title\] {
    salesforce: title
}

.\[site\:login-url\] {
    site: login-url
}

.\[site\:mail\] {
    site: mail
}

.\[site\:name\] {
    site: name
}

.\[site\:slogan\] {
    site: slogan
}

.\[site\:url-brief\] {
    site: url-brief
}

.\[site\:url\] {
    site: url
}

.\[snippet\:snippet_id\] {
    snippet: snippet id
}

.\[syn_gdd_webform\:threshold_details\] {
    syn_gdd_webform: threshold details
}

.\[syn_growing_degree_days\:threshold_link\] {
    syn_growing_degree_days: threshold link
}

.\[syn_growing_degree_days\:threshold_target\] {
    syn_growing_degree_days: threshold target
}

.\[syn_growing_degree_days\:zip_code\] {
    syn_growing_degree_days: zip code
}

.\[syn_product_scan\:loyalty_api_key\] {
    syn_product_scan: loyalty api key
}

.\[syn_product_scan\:loyalty_api_url\] {
    syn_product_scan: loyalty api url
}

.\[syn_rewards_webform\:purchase_information\] {
    syn_rewards_webform: purchase information
}

.\[syngenta\:api_imports_bundle\] {
    syngenta: api imports bundle
}

.\[syngenta\:api_imports_date\] {
    syngenta: api imports date
}

.\[syngenta\:api_imports_name\] {
    syngenta: api imports name
}

.\[syngenta\:api_imports_output\] {
    syngenta: api imports output
}

.\[syngenta\:api_imports_status\] {
    syngenta: api imports status
}

.\[term\:description\] {
    term: description
}

.\[term\:name\] {
    term: name
}

.\[user\:account-name\] {
    user: account-name
}

.\[user\:cancel-url\] {
    user: cancel-url
}

.\[user\:display-name\] {
    user: display-name
}

.\[user\:edit-url\] {
    user: edit-url
}

.\[user\:mail\] {
    user: mail
}

.\[user\:name\] {
    user: name
}

.\[user\:one-time-login-url\] {
    user: one-time-login-url
}

.\[user\:registrationpassword-url\] {
    user: registrationpassword-url
}

.\[view\:export-referer-page\] {
    view: export-referer-page
}

.\[view\:label\] {
    view: label
}

.\[webform\:title\] {
    webform: title
}

.\[webform_submission\:created\] {
    webform_submission: created
}

.\[webform_submission\:serial\] {
    webform_submission: serial
}

.\[webform_submission\:source-title\] {
    webform_submission: source-title
}

.\[webform_submission\:submitted-to\] {
    webform_submission: submitted-to
}

.\[webform_submission\:user\] {
    webform_submission: user
}

.\[webform_submission\:values\] {
    webform_submission: values
}

.layout-container .print-header {
    display: none
}

.view-product-cp-files-download table img {
    min-width: 100px
}

@media screen and (max-width: 768px) {
    .view-product-cp-files-download table tbody tr td:first-child,.view-product-cp-files-download table thead th:first-child {
        display:none
    }
}

.placeholder\:tw-italic::-moz-placeholder {
    font-style: italic
}

.placeholder\:tw-italic::placeholder {
    font-style: italic
}

.placeholder\:tw-text-dark-grey::-moz-placeholder {
    color: var(--color-dark-grey)
}

.placeholder\:tw-text-dark-grey::placeholder {
    color: var(--color-dark-grey)
}

.after\:tw-text-grey:after {
    color: var(--color-grey);
    content: var(--tw-content)
}

.after\:tw-text-white:after {
    color: var(--color-white);
    content: var(--tw-content)
}

.first\:tw-pt-0:first-child {
    padding-top: 0
}

.last\:tw-mb-0:last-child {
    margin-bottom: 0
}

.last\:tw-pb-0:last-child {
    padding-bottom: 0
}

.odd\:tw-bg-light-grey:nth-child(odd) {
    background-color: var(--color-light-grey)
}

.even\:tw-bg-white:nth-child(2n) {
    background-color: var(--color-white)
}

.first-of-type\:tw-mt-4:first-of-type {
    margin-top: 1rem
}

.open\:tw-shadow-md[open] {
    --tw-shadow: 0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.checked\:tw-border-medium-grey:checked {
    border-color: var(--color-medium-grey)
}

.invalid\:tw-border:invalid {
    border-width: 1px
}

.invalid\:tw-border-danger:invalid {
    border-color: var(--color-danger)
}

.invalid\:tw-text-danger:invalid {
    color: var(--color-danger)
}

.invalid\:placeholder\:tw-text-danger:invalid::-moz-placeholder {
    color: var(--color-danger)
}

.invalid\:placeholder\:tw-text-danger:invalid::placeholder {
    color: var(--color-danger)
}

.hover\:tw-border-cta:hover {
    border-color: var(--color-cta)
}

.hover\:tw-border-medium-grey:hover {
    border-color: var(--color-medium-grey)
}

.hover\:tw-bg-light-blue-2:hover {
    background-color: var(--color-light-blue-2)
}

.hover\:tw-bg-light-grey:hover {
    background-color: var(--color-light-grey)
}

.hover\:tw-bg-slate-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(248 250 252/var(--tw-bg-opacity,1))
}

.hover\:tw-text-cta:hover {
    color: var(--color-cta)
}

.hover\:tw-text-orange-500:hover {
    --tw-text-opacity: 1;
    color: rgb(249 115 22/var(--tw-text-opacity,1))
}

.hover\:tw-text-primary:hover {
    color: var(--color-primary)
}

.hover\:tw-text-white:hover {
    color: var(--color-white)
}

.hover\:tw-opacity-100:hover {
    opacity: 1
}

.hover\:tw-shadow-none:hover {
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000
}

.hover\:tw-shadow-none:hover,.hover\:tw-shadow-sm:hover {
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.hover\:tw-shadow-sm:hover {
    --tw-shadow: 0 0 10px 0 rgba(0,0,0,.2);
    --tw-shadow-colored: 0 0 10px 0 var(--tw-shadow-color)
}

.focus\:tw-border-dark-grey:focus {
    border-color: var(--color-dark-grey)
}

.focus\:tw-border-medium-grey:focus {
    border-color: var(--color-medium-grey)
}

.focus\:tw-shadow-none:focus {
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000
}

.focus\:tw-shadow-none:focus,.focus\:tw-shadow-sm:focus {
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.focus\:tw-shadow-sm:focus {
    --tw-shadow: 0 0 10px 0 rgba(0,0,0,.2);
    --tw-shadow-colored: 0 0 10px 0 var(--tw-shadow-color)
}

.focus\:tw-shadow-primary:focus {
    --tw-shadow-color: var(--color-primary);
    --tw-shadow: var(--tw-shadow-colored)
}

.focus\:tw-outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px
}

.focus\:tw-ring-0:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)
}

.focus\:tw-ring-transparent:focus {
    --tw-ring-color: transparent
}

.focus\:checked\:tw-border-medium-grey:checked:focus {
    border-color: var(--color-medium-grey)
}

.disabled\:tw-opacity-30:disabled {
    opacity: .3
}

.tw-group:hover .group-hover\:tw-bg-light-cta {
    background-color: var(--color-light-cta)
}

.tw-group:hover .group-hover\:tw-text-cta {
    color: var(--color-cta)
}

.tw-group:hover .group-hover\:tw-text-secondary {
    color: var(--color-secondary)
}

@media (min-width: 480px) {
    .mobile-xl\:tw-basis-1\/4 {
        flex-basis:25%
    }

    .mobile-xl\:tw-basis-3\/4 {
        flex-basis: 75%
    }

    .mobile-xl\:tw-grid-cols-2 {
        grid-template-columns: repeat(2,minmax(0,1fr))
    }

    .mobile-xl\:tw-flex-row {
        flex-direction: row
    }
}

@media (min-width: 768px) {
    .tablet\:tw-grid-cols-1 {
        grid-template-columns:repeat(1,minmax(0,1fr))
    }

    .tablet\:tw-grid-cols-3 {
        grid-template-columns: repeat(3,minmax(0,1fr))
    }

    .tablet\:tw-grid-cols-4 {
        grid-template-columns: repeat(4,minmax(0,1fr))
    }
}

@media (min-width: 480px) {
    .xs\:tw-col-span-1 {
        grid-column:span 1/span 1
    }

    .xs\:tw-col-span-12 {
        grid-column: span 12/span 12
    }

    .xs\:tw-col-span-2 {
        grid-column: span 2/span 2
    }

    .xs\:tw-col-span-6 {
        grid-column: span 6/span 6
    }

    .xs\:tw-mb-0 {
        margin-bottom: 0
    }

    .xs\:tw-mt-16 {
        margin-top: 4rem
    }

    .xs\:tw-grid {
        display: grid
    }

    .xs\:tw-basis-1\/4 {
        flex-basis: 25%
    }

    .xs\:tw-basis-3\/4 {
        flex-basis: 75%
    }

    .xs\:tw-grid-cols-2 {
        grid-template-columns: repeat(2,minmax(0,1fr))
    }

    .xs\:tw-grid-cols-4 {
        grid-template-columns: repeat(4,minmax(0,1fr))
    }

    .xs\:tw-grid-cols-8 {
        grid-template-columns: repeat(8,minmax(0,1fr))
    }

    .xs\:tw-flex-row {
        flex-direction: row
    }

    .xs\:tw-gap-3 {
        gap: .75rem
    }

    .xs\:tw-gap-x-1 {
        -moz-column-gap: .25rem;
        column-gap: .25rem
    }

    .xs\:tw-gap-x-3 {
        -moz-column-gap: .75rem;
        column-gap: .75rem
    }

    .xs\:tw-gap-y-10 {
        row-gap: 2.5rem
    }

    .xs\:tw-gap-y-2 {
        row-gap: .5rem
    }

    .xs\:tw-text-base {
        font-size: 1rem;
        line-height: 1.5rem
    }

    .xs\:tw-text-lg {
        font-size: 1.125rem;
        line-height: 1.75rem
    }

    .xs\:tw-text-xl {
        font-size: 1.25rem;
        line-height: 1.75rem
    }

    .xs\:tw-leading-6 {
        line-height: 1.5rem
    }
}

@media (min-width: 768px) {
    .md\:tw-static {
        position:static
    }

    .md\:tw-absolute {
        position: absolute
    }

    .md\:tw--top-2 {
        top: -.5rem
    }

    .md\:tw-left-1\/2,.md\:tw-left-2\/4 {
        left: 50%
    }

    .md\:tw-top-2\/4 {
        top: 50%
    }

    .md\:tw-z-10 {
        z-index: 10
    }

    .md\:tw-order-1 {
        order: 1
    }

    .md\:tw-order-2 {
        order: 2
    }

    .md\:tw-col-span-1 {
        grid-column: span 1/span 1
    }

    .md\:tw-col-span-10 {
        grid-column: span 10/span 10
    }

    .md\:tw-col-span-2 {
        grid-column: span 2/span 2
    }

    .md\:tw-col-span-3 {
        grid-column: span 3/span 3
    }

    .md\:tw-col-span-4 {
        grid-column: span 4/span 4
    }

    .md\:tw-col-span-6 {
        grid-column: span 6/span 6
    }

    .md\:tw-col-span-8 {
        grid-column: span 8/span 8
    }

    .md\:tw-col-span-9 {
        grid-column: span 9/span 9
    }

    .md\:tw-col-start-1 {
        grid-column-start: 1
    }

    .md\:tw-col-start-10 {
        grid-column-start: 10
    }

    .md\:tw-col-start-11 {
        grid-column-start: 11
    }

    .md\:tw-col-start-2 {
        grid-column-start: 2
    }

    .md\:tw-col-start-4 {
        grid-column-start: 4
    }

    .md\:tw-col-start-6 {
        grid-column-start: 6
    }

    .md\:tw-col-start-7 {
        grid-column-start: 7
    }

    .md\:tw-col-start-8 {
        grid-column-start: 8
    }

    .md\:tw-col-end-10 {
        grid-column-end: 10
    }

    .md\:tw-col-end-11 {
        grid-column-end: 11
    }

    .md\:tw-col-end-13 {
        grid-column-end: 13
    }

    .md\:tw-col-end-2 {
        grid-column-end: 2
    }

    .md\:tw-col-end-4 {
        grid-column-end: 4
    }

    .md\:tw-col-end-6 {
        grid-column-end: 6
    }

    .md\:tw-col-end-7 {
        grid-column-end: 7
    }

    .md\:tw-col-end-8 {
        grid-column-end: 8
    }

    .md\:tw-float-left {
        float: left
    }

    .md\:tw-float-none {
        float: none
    }

    .md\:tw-m-0 {
        margin: 0
    }

    .md\:tw-mx-auto {
        margin-left: auto;
        margin-right: auto
    }

    .md\:tw-my-1 {
        margin-bottom: .25rem;
        margin-top: .25rem
    }

    .md\:tw-my-8 {
        margin-bottom: 2rem;
        margin-top: 2rem
    }

    .md\:tw--mb-0\.5 {
        margin-bottom: -.125rem
    }

    .md\:tw--ml-2 {
        margin-left: -.5rem
    }

    .md\:tw-mb-0 {
        margin-bottom: 0
    }

    .md\:tw-mb-5 {
        margin-bottom: 1.25rem
    }

    .md\:tw-mb-8 {
        margin-bottom: 2rem
    }

    .md\:tw-ml-4 {
        margin-left: 1rem
    }

    .md\:tw-ml-8 {
        margin-left: 2rem
    }

    .md\:tw-ml-auto {
        margin-left: auto
    }

    .md\:tw-mr-0 {
        margin-right: 0
    }

    .md\:tw-mr-4 {
        margin-right: 1rem
    }

    .md\:tw-mt-12 {
        margin-top: 3rem
    }

    .md\:tw-mt-16 {
        margin-top: 4rem
    }

    .md\:tw-mt-2 {
        margin-top: .5rem
    }

    .md\:tw-mt-4 {
        margin-top: 1rem
    }

    .md\:tw-mt-5 {
        margin-top: 1.25rem
    }

    .md\:tw-mt-6 {
        margin-top: 1.5rem
    }

    .md\:tw-block {
        display: block
    }

    .md\:tw-inline-block {
        display: inline-block
    }

    .md\:tw-flex {
        display: flex
    }

    .md\:tw-grid {
        display: grid
    }

    .md\:\!tw-hidden {
        display: none!important
    }

    .md\:tw-hidden {
        display: none
    }

    .md\:tw-h-0 {
        height: 0
    }

    .md\:tw-h-auto {
        height: auto
    }

    .md\:tw-h-full {
        height: 100%
    }

    .md\:tw-max-h-60 {
        max-height: 15rem
    }

    .md\:tw-w-0 {
        width: 0
    }

    .md\:tw-w-1\/2 {
        width: 50%
    }

    .md\:tw-w-3\/12 {
        width: 25%
    }

    .md\:tw-w-96 {
        width: 24rem
    }

    .md\:tw-w-\[40px\] {
        width: 40px
    }

    .md\:tw-w-\[488px\] {
        width: 488px
    }

    .md\:tw-w-full {
        width: 100%
    }

    .md\:tw-max-w-2xl {
        max-width: 42rem
    }

    .md\:tw-max-w-\[250px\] {
        max-width: 250px
    }

    .md\:tw-max-w-full {
        max-width: 100%
    }

    .md\:tw-max-w-sm {
        max-width: 24rem
    }

    .md\:tw-max-w-xl {
        max-width: 36rem
    }

    .md\:tw-basis-2\/3 {
        flex-basis: 66.666667%
    }

    .md\:tw--translate-x-1\/2 {
        --tw-translate-x: -50%
    }

    .md\:tw--translate-x-1\/2,.md\:tw-rotate-0 {
        transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
    }

    .md\:tw-rotate-0 {
        --tw-rotate: 0deg
    }

    .md\:tw-auto-cols-fr {
        grid-auto-columns: minmax(0,1fr)
    }

    .md\:tw-grid-flow-col {
        grid-auto-flow: column
    }

    .md\:tw-grid-cols-1 {
        grid-template-columns: repeat(1,minmax(0,1fr))
    }

    .md\:tw-grid-cols-10 {
        grid-template-columns: repeat(10,minmax(0,1fr))
    }

    .md\:tw-grid-cols-12 {
        grid-template-columns: repeat(12,minmax(0,1fr))
    }

    .md\:tw-grid-cols-2 {
        grid-template-columns: repeat(2,minmax(0,1fr))
    }

    .md\:tw-grid-cols-3 {
        grid-template-columns: repeat(3,minmax(0,1fr))
    }

    .md\:tw-grid-cols-4 {
        grid-template-columns: repeat(4,minmax(0,1fr))
    }

    .md\:tw-grid-cols-5 {
        grid-template-columns: repeat(5,minmax(0,1fr))
    }

    .md\:tw-grid-cols-6 {
        grid-template-columns: repeat(6,minmax(0,1fr))
    }

    .md\:tw-flex-row {
        flex-direction: row
    }

    .md\:tw-flex-col {
        flex-direction: column
    }

    .md\:tw-flex-nowrap {
        flex-wrap: nowrap
    }

    .md\:tw-items-center {
        align-items: center
    }

    .md\:tw-justify-center {
        justify-content: center
    }

    .md\:tw-justify-between {
        justify-content: space-between
    }

    .md\:tw-justify-items-center {
        justify-items: center
    }

    .md\:tw-gap-1 {
        gap: .25rem
    }

    .md\:tw-gap-2 {
        gap: .5rem
    }

    .md\:tw-gap-4 {
        gap: 1rem
    }

    .md\:tw-gap-5 {
        gap: 1.25rem
    }

    .md\:tw-gap-6 {
        gap: 1.5rem
    }

    .md\:tw-gap-7 {
        gap: 1.75rem
    }

    .md\:tw-gap-x-24 {
        -moz-column-gap: 6rem;
        column-gap: 6rem
    }

    .md\:tw-gap-x-4 {
        -moz-column-gap: 1rem;
        column-gap: 1rem
    }

    .md\:tw-overflow-visible {
        overflow: visible
    }

    .md\:tw-overflow-y-auto {
        overflow-y: auto
    }

    .md\:tw-whitespace-normal {
        white-space: normal
    }

    .md\:tw-border {
        border-width: 1px
    }

    .md\:tw-border-b {
        border-bottom-width: 1px
    }

    .md\:tw-border-b-2 {
        border-bottom-width: 2px
    }

    .md\:tw-border-b-8 {
        border-bottom-width: 8px
    }

    .md\:tw-border-l-8 {
        border-left-width: 8px
    }

    .md\:tw-border-r-8 {
        border-right-width: 8px
    }

    .md\:tw-border-solid {
        border-style: solid
    }

    .md\:tw-border-medium-grey {
        border-color: var(--color-medium-grey)
    }

    .md\:tw-border-b-light-grey {
        border-bottom-color: var(--color-light-grey)
    }

    .md\:tw-border-b-transparent {
        border-bottom-color: transparent
    }

    .md\:tw-border-b-white {
        border-bottom-color: var(--color-white)
    }

    .md\:tw-border-l-transparent {
        border-left-color: transparent
    }

    .md\:tw-border-r-transparent {
        border-right-color: transparent
    }

    .md\:tw-bg-white {
        background-color: var(--color-white)
    }

    .md\:tw-p-0 {
        padding: 0
    }

    .md\:tw-p-10 {
        padding: 2.5rem
    }

    .md\:tw-p-12 {
        padding: 3rem
    }

    .md\:tw-p-3 {
        padding: .75rem
    }

    .md\:tw-p-4 {
        padding: 1rem
    }

    .md\:tw-p-5 {
        padding: 1.25rem
    }

    .md\:tw-p-6 {
        padding: 1.5rem
    }

    .md\:tw-p-9 {
        padding: 2.25rem
    }

    .md\:tw-px-0 {
        padding-left: 0;
        padding-right: 0
    }

    .md\:tw-px-14 {
        padding-left: 3.5rem;
        padding-right: 3.5rem
    }

    .md\:tw-px-16 {
        padding-left: 4rem;
        padding-right: 4rem
    }

    .md\:tw-px-2 {
        padding-left: .5rem;
        padding-right: .5rem
    }

    .md\:tw-px-3 {
        padding-left: .75rem;
        padding-right: .75rem
    }

    .md\:tw-px-4 {
        padding-left: 1rem;
        padding-right: 1rem
    }

    .md\:tw-px-5 {
        padding-left: 1.25rem;
        padding-right: 1.25rem
    }

    .md\:tw-px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }

    .md\:tw-px-8 {
        padding-left: 2rem;
        padding-right: 2rem
    }

    .md\:tw-py-6 {
        padding-bottom: 1.5rem;
        padding-top: 1.5rem
    }

    .md\:tw-py-8 {
        padding-bottom: 2rem;
        padding-top: 2rem
    }

    .md\:tw-pb-0 {
        padding-bottom: 0
    }

    .md\:tw-pb-4 {
        padding-bottom: 1rem
    }

    .md\:tw-pb-52 {
        padding-bottom: 13rem
    }

    .md\:tw-pl-8 {
        padding-left: 2rem
    }

    .md\:tw-pt-24 {
        padding-top: 6rem
    }

    .md\:tw-pt-4 {
        padding-top: 1rem
    }

    .md\:tw-pt-8 {
        padding-top: 2rem
    }

    .md\:tw-text-left {
        text-align: left
    }

    .md\:tw-text-center {
        text-align: center
    }

    .md\:\!tw-text-xl {
        font-size: 1.25rem!important;
        line-height: 1.75rem!important
    }

    .md\:tw-text-base {
        font-size: 1rem;
        line-height: 1.5rem
    }

    .md\:tw-text-sm {
        font-size: .875rem;
        line-height: 1.25rem
    }

    .md\:tw-font-normal {
        font-weight: 400
    }

    .md\:tw-font-semibold {
        font-weight: 600
    }

    .md\:tw-italic {
        font-style: italic
    }

    .md\:tw-leading-tight {
        line-height: 1.25
    }

    .md\:tw-shadow-md {
        --tw-shadow: 0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);
        --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color);
        box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
    }

    .md\:container {
        margin-left: 0;
        margin-right: 0;
        padding-left: 1rem;
        padding-right: 1rem;
        width: 100%
    }

    @media (min-width: 768px) {
        .md\:container {
            padding-left:1.5rem;
            padding-right: 1.5rem
        }
    }

    @media (min-width: 1024px) {
        .md\:container {
            margin-left:auto;
            margin-right: auto;
            max-width: 1024px;
            padding-left: 2rem;
            padding-right: 2rem
        }
    }

    @media (min-width: 1280px) {
        .md\:container {
            max-width:1280px
        }
    }

    .md\:hover\:tw-text-cta:hover {
        color: var(--color-cta)
    }

    .md\:hover\:tw-shadow-sm:hover {
        --tw-shadow: 0 0 10px 0 rgba(0,0,0,.2);
        --tw-shadow-colored: 0 0 10px 0 var(--tw-shadow-color);
        box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
    }
}

@media (min-width: 1024px) {
    .lg\:tw-sr-only {
        height:1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        width: 1px;
        clip: rect(0,0,0,0);
        border-width: 0;
        white-space: nowrap
    }

    .lg\:tw-absolute,.lg\:tw-sr-only {
        position: absolute
    }

    .lg\:tw-relative {
        position: relative
    }

    .lg\:tw-bottom-0 {
        bottom: 0
    }

    .lg\:tw-left-0 {
        left: 0
    }

    .lg\:tw-left-10 {
        left: 2.5rem
    }

    .lg\:tw-left-2\/4 {
        left: 50%
    }

    .lg\:tw-right-0 {
        right: 0
    }

    .lg\:tw-right-10 {
        right: 2.5rem
    }

    .lg\:tw-top-0 {
        top: 0
    }

    .lg\:tw-top-1\/2 {
        top: 50%
    }

    .lg\:tw-col-span-2 {
        grid-column: span 2/span 2
    }

    .lg\:tw-col-span-3 {
        grid-column: span 3/span 3
    }

    .lg\:tw-col-span-4 {
        grid-column: span 4/span 4
    }

    .lg\:tw-col-span-5 {
        grid-column: span 5/span 5
    }

    .lg\:tw-col-span-8 {
        grid-column: span 8/span 8
    }

    .lg\:tw-col-span-9 {
        grid-column: span 9/span 9
    }

    .lg\:tw-col-start-1 {
        grid-column-start: 1
    }

    .lg\:tw-col-start-3 {
        grid-column-start: 3
    }

    .lg\:tw-col-end-13 {
        grid-column-end: 13
    }

    .lg\:tw-col-end-3 {
        grid-column-end: 3
    }

    .lg\:tw-float-right {
        float: right
    }

    .lg\:tw-m-0 {
        margin: 0
    }

    .lg\:tw-mx-0 {
        margin-left: 0;
        margin-right: 0
    }

    .lg\:tw-mx-4 {
        margin-left: 1rem;
        margin-right: 1rem
    }

    .lg\:tw-mx-8 {
        margin-left: 2rem;
        margin-right: 2rem
    }

    .lg\:tw-mb-0 {
        margin-bottom: 0
    }

    .lg\:tw-mb-10 {
        margin-bottom: 2.5rem
    }

    .lg\:tw-mb-16 {
        margin-bottom: 4rem
    }

    .lg\:tw-mb-4 {
        margin-bottom: 1rem
    }

    .lg\:tw-mb-6 {
        margin-bottom: 1.5rem
    }

    .lg\:tw-mr-8 {
        margin-right: 2rem
    }

    .lg\:tw-mt-0 {
        margin-top: 0
    }

    .lg\:tw-mt-6 {
        margin-top: 1.5rem
    }

    .lg\:tw-mt-8 {
        margin-top: 2rem
    }

    .lg\:tw-block {
        display: block
    }

    .lg\:tw-flex {
        display: flex
    }

    .lg\:tw-inline-flex {
        display: inline-flex
    }

    .lg\:tw-grid {
        display: grid
    }

    .lg\:tw-hidden {
        display: none
    }

    .lg\:tw-w-32 {
        width: 8rem
    }

    .lg\:tw-w-\[56px\] {
        width: 56px
    }

    .lg\:tw-w-full {
        width: 100%
    }

    .lg\:tw-max-w-xl {
        max-width: 36rem
    }

    .lg\:-tw-translate-x-2\/4 {
        --tw-translate-x: -50%
    }

    .lg\:-tw-translate-x-2\/4,.lg\:-tw-translate-y-1\/2 {
        transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
    }

    .lg\:-tw-translate-y-1\/2 {
        --tw-translate-y: -50%
    }

    .lg\:tw-transform {
        transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
    }

    .lg\:tw-transform-none {
        transform: none
    }

    .lg\:tw-grid-cols-12 {
        grid-template-columns: repeat(12,minmax(0,1fr))
    }

    .lg\:tw-grid-cols-2 {
        grid-template-columns: repeat(2,minmax(0,1fr))
    }

    .lg\:tw-grid-cols-4 {
        grid-template-columns: repeat(4,minmax(0,1fr))
    }

    .lg\:tw-grid-cols-5 {
        grid-template-columns: repeat(5,minmax(0,1fr))
    }

    .lg\:tw-grid-cols-6 {
        grid-template-columns: repeat(6,minmax(0,1fr))
    }

    .lg\:tw-flex-row {
        flex-direction: row
    }

    .lg\:tw-items-end {
        align-items: flex-end
    }

    .lg\:tw-justify-end {
        justify-content: flex-end
    }

    .lg\:tw-justify-center {
        justify-content: center
    }

    .lg\:tw-justify-between {
        justify-content: space-between
    }

    .lg\:tw-gap-0 {
        gap: 0
    }

    .lg\:tw-gap-10 {
        gap: 2.5rem
    }

    .lg\:tw-gap-20 {
        gap: 5rem
    }

    .lg\:tw-gap-4 {
        gap: 1rem
    }

    .lg\:tw-gap-5 {
        gap: 1.25rem
    }

    .lg\:tw-gap-6 {
        gap: 1.5rem
    }

    .lg\:tw-gap-8 {
        gap: 2rem
    }

    .lg\:tw-gap-x-0 {
        -moz-column-gap: 0;
        column-gap: 0
    }

    .lg\:tw-gap-x-4 {
        -moz-column-gap: 1rem;
        column-gap: 1rem
    }

    .lg\:tw-overflow-x-hidden {
        overflow-x: hidden
    }

    .lg\:tw-whitespace-normal {
        white-space: normal
    }

    .lg\:tw-rounded-3xl {
        border-radius: 1.5rem
    }

    .lg\:tw-rounded-b-none {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0
    }

    .lg\:tw-rounded-l-none {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0
    }

    .lg\:tw-rounded-r-2xl {
        border-bottom-right-radius: 1rem;
        border-top-right-radius: 1rem
    }

    .lg\:tw-rounded-t-none {
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }

    .lg\:tw-border-0 {
        border-width: 0
    }

    .lg\:\!tw-bg-transparent {
        background-color: transparent!important
    }

    .lg\:tw-bg-black {
        --tw-bg-opacity: 1;
        background-color: rgb(0 0 0/var(--tw-bg-opacity,1))
    }

    .lg\:tw-bg-white {
        background-color: var(--color-white)
    }

    .lg\:tw-bg-opacity-50 {
        --tw-bg-opacity: 0.5
    }

    .lg\:tw-p-2 {
        padding: .5rem
    }

    .lg\:tw-p-6 {
        padding: 1.5rem
    }

    .lg\:tw-px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }

    .lg\:tw-px-8 {
        padding-left: 2rem;
        padding-right: 2rem
    }

    .lg\:tw-py-10 {
        padding-bottom: 2.5rem;
        padding-top: 2.5rem
    }

    .lg\:tw-py-12 {
        padding-bottom: 3rem;
        padding-top: 3rem
    }

    .lg\:tw-py-4 {
        padding-bottom: 1rem;
        padding-top: 1rem
    }

    .lg\:tw-py-6 {
        padding-bottom: 1.5rem;
        padding-top: 1.5rem
    }

    .lg\:tw-pb-12 {
        padding-bottom: 3rem
    }

    .lg\:tw-pr-8 {
        padding-right: 2rem
    }

    .lg\:tw-pt-19 {
        padding-top: 5.5rem
    }

    .lg\:tw-text-left {
        text-align: left
    }

    .lg\:tw-text-center {
        text-align: center
    }

    .lg\:tw-text-2xl {
        font-size: 1.5rem;
        line-height: 2rem
    }

    .lg\:tw-text-sm {
        font-size: .875rem;
        line-height: 1.25rem
    }

    .lg\:tw-text-xl {
        font-size: 1.25rem;
        line-height: 1.75rem
    }

    .lg\:tw-font-bold {
        font-weight: 700
    }

    .lg\:tw-text-white {
        color: var(--color-white)
    }

    .lg\:tw-shadow {
        --tw-shadow: 0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px -1px rgba(0,0,0,.1);
        --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color),0 1px 2px -1px var(--tw-shadow-color);
        box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
    }

    .lg\:first\:tw-ml-0:first-child {
        margin-left: 0
    }
}

@media (min-width: 1280px) {
    .xl\:tw-static {
        position:static
    }

    .xl\:tw-absolute {
        position: absolute
    }

    .xl\:tw-bottom-auto {
        bottom: auto
    }

    .xl\:tw-left-1\/2 {
        left: 50%
    }

    .xl\:tw-left-cpx {
        left: 2.125rem
    }

    .xl\:tw-right-cpx {
        right: 2.125rem
    }

    .xl\:tw-top-1\/2 {
        top: 50%
    }

    .xl\:tw-top-auto {
        top: auto
    }

    .xl\:tw-z-40 {
        z-index: 40
    }

    .xl\:tw-col-span-2 {
        grid-column: span 2/span 2
    }

    .xl\:tw-col-span-3 {
        grid-column: span 3/span 3
    }

    .xl\:tw-col-span-4 {
        grid-column: span 4/span 4
    }

    .xl\:tw-mx-2 {
        margin-left: .5rem;
        margin-right: .5rem
    }

    .xl\:tw-mx-auto {
        margin-left: auto;
        margin-right: auto
    }

    .xl\:tw-mb-2 {
        margin-bottom: .5rem
    }

    .xl\:tw-ml-0 {
        margin-left: 0
    }

    .xl\:tw-mr-0 {
        margin-right: 0
    }

    .xl\:tw-mr-1 {
        margin-right: .25rem
    }

    .xl\:tw-mt-1 {
        margin-top: .25rem
    }

    .xl\:tw-block {
        display: block
    }

    .xl\:tw-inline-block {
        display: inline-block
    }

    .xl\:tw-flex {
        display: flex
    }

    .xl\:tw-grid {
        display: grid
    }

    .xl\:tw-list-item {
        display: list-item
    }

    .xl\:tw-hidden {
        display: none
    }

    .xl\:tw-max-h-12 {
        max-height: 3rem
    }

    .xl\:-tw-translate-y-1\/2 {
        --tw-translate-y: -50%
    }

    .xl\:-tw-translate-y-1\/2,.xl\:tw--translate-x-1\/2 {
        transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
    }

    .xl\:tw--translate-x-1\/2 {
        --tw-translate-x: -50%
    }

    .xl\:tw-grid-cols-5 {
        grid-template-columns: repeat(5,minmax(0,1fr))
    }

    .xl\:tw-grid-cols-6 {
        grid-template-columns: repeat(6,minmax(0,1fr))
    }

    .xl\:tw-items-start {
        align-items: flex-start
    }

    .xl\:tw-items-end {
        align-items: flex-end
    }

    .xl\:tw-gap-2 {
        gap: .5rem
    }

    .xl\:tw-gap-4 {
        gap: 1rem
    }

    .xl\:tw-gap-8 {
        gap: 2rem
    }

    .xl\:tw-overscroll-x-none {
        overscroll-behavior-x: none
    }

    .xl\:tw-border {
        border-width: 1px
    }

    .xl\:tw-border-0 {
        border-width: 0
    }

    .xl\:tw-border-none {
        border-style: none
    }

    .xl\:tw-bg-light-grey {
        background-color: var(--color-light-grey)
    }

    .xl\:tw-p-5 {
        padding: 1.25rem
    }

    .xl\:tw-px-2 {
        padding-left: .5rem;
        padding-right: .5rem
    }

    .xl\:tw-px-3 {
        padding-left: .75rem;
        padding-right: .75rem
    }

    .xl\:tw-py-0 {
        padding-bottom: 0;
        padding-top: 0
    }

    .xl\:tw-py-2 {
        padding-bottom: .5rem;
        padding-top: .5rem
    }

    .xl\:tw-py-4 {
        padding-bottom: 1rem;
        padding-top: 1rem
    }

    .xl\:tw-pl-0 {
        padding-left: 0
    }

    .xl\:tw-pl-3 {
        padding-left: .75rem
    }

    .xl\:tw-pr-0 {
        padding-right: 0
    }

    .xl\:tw-pr-1 {
        padding-right: .25rem
    }

    .xl\:tw-shadow-active-link {
        --tw-shadow: 0px -3px 0px var(--color-primary) inset;
        --tw-shadow-colored: inset 0px -3px 0px var(--tw-shadow-color);
        box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
    }
}

.ltr\:tw-left-0:where([dir=ltr],[dir=ltr] *) {
    left: 0
}

.ltr\:tw-left-1:where([dir=ltr],[dir=ltr] *) {
    left: .25rem
}

.ltr\:tw-right-2:where([dir=ltr],[dir=ltr] *) {
    right: .5rem
}

.ltr\:tw-right-3:where([dir=ltr],[dir=ltr] *) {
    right: .75rem
}

.ltr\:tw-right-4:where([dir=ltr],[dir=ltr] *) {
    right: 1rem
}

.ltr\:tw-float-left:where([dir=ltr],[dir=ltr] *) {
    float: left
}

.ltr\:tw-ml-1:where([dir=ltr],[dir=ltr] *) {
    margin-left: .25rem
}

.ltr\:tw-ml-2:where([dir=ltr],[dir=ltr] *) {
    margin-left: .5rem
}

.ltr\:tw-ml-3:where([dir=ltr],[dir=ltr] *) {
    margin-left: .75rem
}

.ltr\:tw-ml-8:where([dir=ltr],[dir=ltr] *) {
    margin-left: 2rem
}

.ltr\:tw-ml-auto:where([dir=ltr],[dir=ltr] *) {
    margin-left: auto
}

.ltr\:tw-mr-1:where([dir=ltr],[dir=ltr] *) {
    margin-right: .25rem
}

.ltr\:tw-mr-10:where([dir=ltr],[dir=ltr] *) {
    margin-right: 2.5rem
}

.ltr\:tw-mr-2:where([dir=ltr],[dir=ltr] *) {
    margin-right: .5rem
}

.ltr\:tw-mr-3:where([dir=ltr],[dir=ltr] *) {
    margin-right: .75rem
}

.ltr\:tw-mr-4:where([dir=ltr],[dir=ltr] *) {
    margin-right: 1rem
}

.ltr\:tw-pl-0:where([dir=ltr],[dir=ltr] *) {
    padding-left: 0
}

.ltr\:tw-pl-4:where([dir=ltr],[dir=ltr] *) {
    padding-left: 1rem
}

.ltr\:tw-text-left:where([dir=ltr],[dir=ltr] *) {
    text-align: left
}

.ltr\:tw-text-right:where([dir=ltr],[dir=ltr] *) {
    text-align: right
}

@media (min-width: 768px) {
    .ltr\:md\:tw-mr-1:where([dir=ltr],[dir=ltr] *) {
        margin-right:.25rem
    }

    .ltr\:md\:tw-mr-4:where([dir=ltr],[dir=ltr] *) {
        margin-right: 1rem
    }

    .ltr\:md\:tw-pl-4:where([dir=ltr],[dir=ltr] *) {
        padding-left: 1rem
    }

    .md\:ltr\:tw-pl-0:where([dir=ltr],[dir=ltr] *) {
        padding-left: 0
    }
}

@media (min-width: 1024px) {
    .ltr\:lg\:tw-left-24:where([dir=ltr],[dir=ltr] *) {
        left:6rem
    }

    .ltr\:lg\:tw-right-0:where([dir=ltr],[dir=ltr] *) {
        right: 0
    }

    .ltr\:lg\:tw-right-24:where([dir=ltr],[dir=ltr] *) {
        right: 6rem
    }

    .ltr\:lg\:tw-ml-24:where([dir=ltr],[dir=ltr] *) {
        margin-left: 6rem
    }

    .ltr\:lg\:tw-ml-auto:where([dir=ltr],[dir=ltr] *) {
        margin-left: auto
    }

    .ltr\:lg\:tw-mr-24:where([dir=ltr],[dir=ltr] *) {
        margin-right: 6rem
    }

    .ltr\:lg\:tw-mr-8:where([dir=ltr],[dir=ltr] *) {
        margin-right: 2rem
    }

    .ltr\:lg\:tw-mr-auto:where([dir=ltr],[dir=ltr] *) {
        margin-right: auto
    }

    .ltr\:lg\:tw-rounded-l-2xl:where([dir=ltr],[dir=ltr] *) {
        border-bottom-left-radius: 1rem;
        border-top-left-radius: 1rem
    }

    .ltr\:lg\:tw-rounded-l-none:where([dir=ltr],[dir=ltr] *) {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0
    }

    .ltr\:lg\:tw-rounded-r-2xl:where([dir=ltr],[dir=ltr] *) {
        border-bottom-right-radius: 1rem;
        border-top-right-radius: 1rem
    }

    .ltr\:lg\:tw-rounded-r-none:where([dir=ltr],[dir=ltr] *) {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0
    }

    .ltr\:lg\:tw-rounded-bl-2xl:where([dir=ltr],[dir=ltr] *) {
        border-bottom-left-radius: 1rem
    }

    .ltr\:lg\:tw-rounded-br-2xl:where([dir=ltr],[dir=ltr] *) {
        border-bottom-right-radius: 1rem
    }

    .ltr\:lg\:tw-rounded-tl-2xl:where([dir=ltr],[dir=ltr] *) {
        border-top-left-radius: 1rem
    }

    .ltr\:lg\:tw-rounded-tr-2xl:where([dir=ltr],[dir=ltr] *) {
        border-top-right-radius: 1rem
    }
}

@media (min-width: 1280px) {
    .ltr\:xl\:tw-pl-0:where([dir=ltr],[dir=ltr] *) {
        padding-left:0
    }
}

.rtl\:tw-left-2:where([dir=rtl],[dir=rtl] *) {
    left: .5rem
}

.rtl\:tw-left-3:where([dir=rtl],[dir=rtl] *) {
    left: .75rem
}

.rtl\:tw-left-4:where([dir=rtl],[dir=rtl] *) {
    left: 1rem
}

.rtl\:tw-right-0:where([dir=rtl],[dir=rtl] *) {
    right: 0
}

.rtl\:tw-right-1:where([dir=rtl],[dir=rtl] *) {
    right: .25rem
}

.rtl\:tw-float-right:where([dir=rtl],[dir=rtl] *) {
    float: right
}

.rtl\:tw-ml-1:where([dir=rtl],[dir=rtl] *) {
    margin-left: .25rem
}

.rtl\:tw-ml-10:where([dir=rtl],[dir=rtl] *) {
    margin-left: 2.5rem
}

.rtl\:tw-ml-2:where([dir=rtl],[dir=rtl] *) {
    margin-left: .5rem
}

.rtl\:tw-ml-3:where([dir=rtl],[dir=rtl] *) {
    margin-left: .75rem
}

.rtl\:tw-ml-4:where([dir=rtl],[dir=rtl] *) {
    margin-left: 1rem
}

.rtl\:tw-mr-1:where([dir=rtl],[dir=rtl] *) {
    margin-right: .25rem
}

.rtl\:tw-mr-2:where([dir=rtl],[dir=rtl] *) {
    margin-right: .5rem
}

.rtl\:tw-mr-3:where([dir=rtl],[dir=rtl] *) {
    margin-right: .75rem
}

.rtl\:tw-mr-8:where([dir=rtl],[dir=rtl] *) {
    margin-right: 2rem
}

.rtl\:tw-mr-auto:where([dir=rtl],[dir=rtl] *) {
    margin-right: auto
}

.rtl\:tw-rotate-180:where([dir=rtl],[dir=rtl] *) {
    --tw-rotate: 180deg;
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.rtl\:tw-rotate-90:where([dir=rtl],[dir=rtl] *) {
    --tw-rotate: 90deg;
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.rtl\:tw-scale-x-\[-1\]:where([dir=rtl],[dir=rtl] *) {
    --tw-scale-x: -1;
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.rtl\:tw-pr-0:where([dir=rtl],[dir=rtl] *) {
    padding-right: 0
}

.rtl\:tw-pr-4:where([dir=rtl],[dir=rtl] *) {
    padding-right: 1rem
}

.rtl\:tw-pt-6:where([dir=rtl],[dir=rtl] *) {
    padding-top: 1.5rem
}

.rtl\:tw-text-left:where([dir=rtl],[dir=rtl] *) {
    text-align: left
}

.rtl\:tw-text-right:where([dir=rtl],[dir=rtl] *) {
    text-align: right
}

@media (min-width: 768px) {
    .rtl\:md\:tw-ml-4:where([dir=rtl],[dir=rtl] *) {
        margin-left:1rem
    }

    .rtl\:md\:tw-rotate-0:where([dir=rtl],[dir=rtl] *) {
        --tw-rotate: 0deg;
        transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
    }

    .md\:rtl\:tw-pr-0:where([dir=rtl],[dir=rtl] *) {
        padding-right: 0
    }

    .rtl\:md\:tw-pr-4:where([dir=rtl],[dir=rtl] *) {
        padding-right: 1rem
    }

    .rtl\:md\:tw-text-right:where([dir=rtl],[dir=rtl] *) {
        text-align: right
    }
}

@media (min-width: 1024px) {
    .rtl\:lg\:tw-left-0:where([dir=rtl],[dir=rtl] *) {
        left:0
    }

    .rtl\:lg\:tw-left-24:where([dir=rtl],[dir=rtl] *) {
        left: 6rem
    }

    .rtl\:lg\:tw-right-24:where([dir=rtl],[dir=rtl] *) {
        right: 6rem
    }

    .rtl\:lg\:tw-ml-24:where([dir=rtl],[dir=rtl] *) {
        margin-left: 6rem
    }

    .rtl\:lg\:tw-ml-8:where([dir=rtl],[dir=rtl] *) {
        margin-left: 2rem
    }

    .rtl\:lg\:tw-ml-auto:where([dir=rtl],[dir=rtl] *) {
        margin-left: auto
    }

    .rtl\:lg\:tw-mr-24:where([dir=rtl],[dir=rtl] *) {
        margin-right: 6rem
    }

    .rtl\:lg\:tw-mr-auto:where([dir=rtl],[dir=rtl] *) {
        margin-right: auto
    }

    .rtl\:lg\:tw-rounded-l-2xl:where([dir=rtl],[dir=rtl] *) {
        border-bottom-left-radius: 1rem;
        border-top-left-radius: 1rem
    }

    .rtl\:lg\:tw-rounded-l-none:where([dir=rtl],[dir=rtl] *) {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0
    }

    .rtl\:lg\:tw-rounded-r-2xl:where([dir=rtl],[dir=rtl] *) {
        border-bottom-right-radius: 1rem;
        border-top-right-radius: 1rem
    }

    .rtl\:lg\:tw-rounded-r-none:where([dir=rtl],[dir=rtl] *) {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0
    }

    .rtl\:lg\:tw-rounded-bl-2xl:where([dir=rtl],[dir=rtl] *) {
        border-bottom-left-radius: 1rem
    }

    .rtl\:lg\:tw-rounded-br-2xl:where([dir=rtl],[dir=rtl] *) {
        border-bottom-right-radius: 1rem
    }

    .rtl\:lg\:tw-rounded-tl-2xl:where([dir=rtl],[dir=rtl] *) {
        border-top-left-radius: 1rem
    }

    .rtl\:lg\:tw-rounded-tr-2xl:where([dir=rtl],[dir=rtl] *) {
        border-top-right-radius: 1rem
    }
}

@media (min-width: 1280px) {
    .rtl\:xl\:tw-pr-0:where([dir=rtl],[dir=rtl] *) {
        padding-right:0
    }
}

.syn-accordion-panel[aria-hidden=true] {
    display: none
}

.syn-accordion-target[aria-expanded=false] .syn-accordion-remove,.syn-accordion-target[aria-expanded=true] .syn-accordion-add {
    display: none
}

.syn-accordion-item .syn-accordion-item[data-status=expanded] {
    border-bottom-width: 0
}

.footer-text-block ul {
    list-style-type: none;
    padding: 0
}

.footer-text-block .field--type-entity-reference-revisions>.field__item {
    font-size: var(--text-sm);
    margin-bottom: var(--space-4)
}

@media (min-width: 768px) {
    .footer-text-block .field--type-entity-reference-revisions>.field__item {
        margin-bottom:var(--space-6)
    }
}

.footer-text-block a:hover {
    opacity: .8
}

.footer-text-block .tw-prose a {
    color: var(--color-v2-neutral-600)
}

.main-footer .tw-prose a {
    font-weight: 400;
    text-decoration-line: none
}

.block-emergency .material-icons-outlined {
    font-size: var(--text-4xl);
    margin-right: 1rem
}

.block-emergency .tw-prose a,.block-emergency p {
    color: var(--color-white);
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin: 0
}

@media (min-width: 768px) {
    .block-emergency .tw-prose a,.block-emergency p {
        font-size:1.875rem;
        line-height: 2.5rem
    }
}

.block-emergency .tw-prose a {
    font-weight: 700
}

.region-footer-legal {
    flex: 1 1 auto
}

.region-footer-legal .tw-prose {
    font-size: .875rem;
    line-height: 1.25rem
}

.block-social .icon-type-icon {
    border-color: var(--color-v2-neutral-600);
    border-radius: 9999px;
    border-width: 2px;
    height: 1.5rem;
    padding: .25rem;
    width: 1.5rem
}

.block-social .icon-type-icon .material-icons-outlined {
    display: flex;
    font-size: var(--text-xs)
}

li.menu-item {
    list-style-type: none
}

.global-footer {
    background-color: var(--color-global-footer-bg)
}

.menu-item-with-icon .menu-item-text:where([dir=ltr],[dir=ltr] *) {
    margin-left: .5rem
}

.menu-item-with-icon .menu-item-text:where([dir=rtl],[dir=rtl] *) {
    margin-right: .5rem
}

.hide-menu-text>a .menu-item-text {
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    clip: rect(0,0,0,0);
    border-width: 0;
    white-space: nowrap
}

.hide-menu-text>a .chevron-icon {
    display: none
}

.menu--menu-secondary .field--name-field-icon-select,.menu--menu-secondary .material-icons-outlined {
    display: inline-block;
    vertical-align: top
}

.menu--menu-secondary .material-icons-outlined {
    font-size: 1rem;
    line-height: .75rem
}

.menu--menu-secondary .is-active {
    color: var(--color-primary)
}

.menu--menu-secondary .is-active .menu-item-text {
    text-decoration-line: underline
}

.menu--menu-primary .menu-item--level-0>.is-active {
    color: var(--color-primary);
    font-weight: 700
}

@media (min-width: 1280px) {
    .menu--menu-primary .menu-item--level-0>.is-active {
        --tw-shadow:0px -3px 0px var(--color-primary) inset;
        --tw-shadow-colored: inset 0px -3px 0px var(--tw-shadow-color);
        box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
    }
}

.menu--menu-primary .menu-item--level-0 .field--name-field-icon-select,.menu--menu-primary .menu-item--level-0 .material-icons-outlined {
    display: inline-block;
    vertical-align: middle
}

.menu--menu-primary .menu-item--level-0>a .material-icons-outlined:not(.home) {
    font-size: 1.25rem;
    line-height: 1.75rem;
    line-height: 1
}

.menu--menu-primary .menu-item--level-0 .home .field--name-field-icon-select {
    float: none
}

.menu--menu-primary .menu-item-with-icon .menu-item-text {
    vertical-align: middle
}

@media (min-width: 1280px) {
    .menu--menu-primary .menu--level-2 .menu-item a {
        align-items:center;
        display: flex;
        justify-content: space-between
    }
}

.menu--menu-primary .menu-item--level-1.menu-item-with-icon .material-icons-outlined {
    line-height: inherit
}

.main-header {
    transition: transform .2s ease-in-out
}

@media (min-width: 1280px) {
    .main-header {
        min-height:66px
    }
}

.main-header.collapsed {
    transform: translate3d(0,-100%,0)
}

@media (min-width: 1280px) {
    .main-header.collapsed {
        min-height:108px;
        transform: translate3d(0,-50%,0)
    }
}

.main-header.collapsed-product {
    transform: translate3d(0,-100%,0)
}

.home {
    display: none
}

@media (min-width: 1280px) {
    .home {
        display:block
    }
}

.home span {
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    clip: rect(0,0,0,0);
    border-width: 0;
    white-space: nowrap
}

.header-hidden {
    visibility: hidden;
    z-index: -10;
    --tw-translate-x: 100%;
    opacity: 1;
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

@media (min-width: 1280px) {
    .header-hidden {
        display:none;
        transform: none
    }
}

.header-visible {
    visibility: visible;
    z-index: 20;
    --tw-translate-x: -0px;
    opacity: 1;
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

@media (min-width: 1280px) {
    .header-visible {
        display:grid
    }
}

.header-visible .menu--level-2 {
    opacity: 1;
    visibility: visible
}

@media (min-width: 1280px) {
    .header-visible .menu--level-2 {
        display:block
    }
}

@media (max-width: 1279px) {
    [dir=rtl] .header-hidden {
        --tw-translate-x:-100%;
        transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
    }
}

.menu-containers {
    background-color: var(--color-white);
    bottom: 0;
    flex-direction: column;
    left: 0;
    max-width: 24rem;
    overflow-x: hidden;
    overflow-y: auto;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    position: fixed;
    top: 4rem;
    transform: translateX(-100%);
    transition-duration: .15s;
    transition-property: transform;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    width: 91.666667%;
    z-index: 40
}

@media (min-width: 1280px) {
    .menu-containers {
        background-color:transparent;
        display: flex;
        max-width: none;
        overflow: visible;
        padding: 0;
        position: static;
        transform: none;
        width: 100%
    }
}

.menu-containers.is-open {
    --tw-translate-x: -0px;
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    --tw-shadow: inset 0 2px 4px 0 rgba(0,0,0,.05);
    --tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

@media (max-width: 1279px) {
    [dir=rtl] .menu-containers {
        transform:translateX(100%)
    }
}

[dir=rtl] .menu-containers {
    right: 0
}

[dir=rtl] .menu-containers.is-open {
    --tw-translate-x: -0px;
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

@media (max-width: 1279px) {
    .header-container {
        min-height:64px
    }
}

.region-branding-wrapper {
    transition: transform .2s ease-in-out
}

.region-branding-wrapper img {
    transition-duration: .15s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4,0,.2,1)
}

@media (min-width: 1280px) {
    .region-branding-wrapper.collapsed {
        transform:translate3d(0,7px,0)
    }

    .region-branding-wrapper.collapsed.branding-without-country {
        transform: translate3d(0,12px,0)
    }
}

.region-branding-wrapper.collapsed img {
    max-height: 2rem;
    width: auto
}

.region-branding-wrapper .country-indicator {
    margin-top: 2px
}

ul.menu {
    list-style-type: none
}

ul.menu:not(.footer) li.menu-item {
    margin-bottom: 0;
    margin-top: 0
}

@media (min-width: 1024px) {
    .anchor-links-parent {
        height:70px
    }

    body.gin--horizontal-toolbar .main-header.admin-menu-avaible,body.gin--horizontal-toolbar .main-header.collapsed {
        top: 53px
    }

    body.gin--horizontal-toolbar .anchor-links-wrapper {
        margin-top: 53px
    }

    body.gin--horizontal-toolbar .anchor-links-parent {
        height: 128px
    }
}

@media screen and (min-width: 976px) {
    .toolbar-tray-horizontal .toolbar-menu-administration .toolbar-menu {
        height:auto;
        max-height: 90vh;
        overflow: auto
    }

    .toolbar-tray-horizontal .toolbar-menu-administration .toolbar-menu .menu-item .toolbar-icon.toolbar-handle {
        display: none
    }

    .toolbar-tray-horizontal .toolbar-menu-administration .toolbar-menu>.menu-item {
        position: relative
    }

    .toolbar-tray-horizontal .toolbar-menu-administration .toolbar-menu>.menu-item .toolbar-menu {
        position: fixed
    }
}

@media (max-width: 1279px) {
    body.gin--horizontal-toolbar .menu-containers {
        top:104px
    }
}

@font-face {
    font-display: swap;
    font-family: Noto Sans Display;
    font-stretch: 100%;
    font-style: italic;
    font-weight: 300;
    src: url(/themes/custom/syn_platform_theme/src/fonts/noto_sans_display/noto_sans_display_cirilic_ext_italic.woff2) format("woff2");
    unicode-range: u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f
}

@font-face {
    font-display: swap;
    font-family: Noto Sans Display;
    font-stretch: 100%;
    font-style: italic;
    font-weight: 300;
    src: url(/themes/custom/syn_platform_theme/src/fonts/noto_sans_display/noto_sans_display_cirilic_italic.woff2) format("woff2");
    unicode-range: u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116
}

@font-face {
    font-display: swap;
    font-family: Noto Sans Display;
    font-stretch: 100%;
    font-style: italic;
    font-weight: 300;
    src: url(/themes/custom/syn_platform_theme/src/fonts/noto_sans_display/noto_sans_display_greek_ext_italic.woff2) format("woff2");
    unicode-range: u+1f??
}

@font-face {
    font-display: swap;
    font-family: Noto Sans Display;
    font-stretch: 100%;
    font-style: italic;
    font-weight: 300;
    src: url(/themes/custom/syn_platform_theme/src/fonts/noto_sans_display/noto_sans_display_greek_italic.woff2) format("woff2");
    unicode-range: u+0370-03ff
}

@font-face {
    font-display: swap;
    font-family: Noto Sans Display;
    font-stretch: 100%;
    font-style: italic;
    font-weight: 300;
    src: url(/themes/custom/syn_platform_theme/src/fonts/noto_sans_display/noto_sans_display_vietnamese_italic.woff2) format("woff2");
    unicode-range: u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+1ea0-1ef9,u+20ab
}

@font-face {
    font-display: swap;
    font-family: Noto Sans Display;
    font-stretch: 100%;
    font-style: italic;
    font-weight: 300;
    src: url(/themes/custom/syn_platform_theme/src/fonts/noto_sans_display/noto_sans_display_latin_ext_italic.woff2) format("woff2");
    unicode-range: u+0100-024f,u+0259,u+1e??,u+2020,u+20a0-20ab,u+20ad-20cf,u+2113,u+2c60-2c7f,u+a720-a7ff
}

@font-face {
    font-display: swap;
    font-family: Noto Sans Display;
    font-stretch: 100%;
    font-style: italic;
    font-weight: 300;
    src: url(/themes/custom/syn_platform_theme/src/fonts/noto_sans_display/noto_sans_display_latin_italic.woff2) format("woff2");
    unicode-range: u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd
}

@font-face {
    font-display: swap;
    font-family: Noto Sans Display;
    font-stretch: 100%;
    font-style: italic;
    font-weight: 400;
    src: url(/themes/custom/syn_platform_theme/src/fonts/noto_sans_display/noto_sans_display_cirilic_ext_italic.woff2) format("woff2");
    unicode-range: u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f
}

@font-face {
    font-display: swap;
    font-family: Noto Sans Display;
    font-stretch: 100%;
    font-style: italic;
    font-weight: 400;
    src: url(/themes/custom/syn_platform_theme/src/fonts/noto_sans_display/noto_sans_display_cirilic_italic.woff2) format("woff2");
    unicode-range: u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116
}

@font-face {
    font-display: swap;
    font-family: Noto Sans Display;
    font-stretch: 100%;
    font-style: italic;
    font-weight: 400;
    src: url(/themes/custom/syn_platform_theme/src/fonts/noto_sans_display/noto_sans_display_greek_ext_italic.woff2) format("woff2");
    unicode-range: u+1f??
}

@font-face {
    font-display: swap;
    font-family: Noto Sans Display;
    font-stretch: 100%;
    font-style: italic;
    font-weight: 400;
    src: url(/themes/custom/syn_platform_theme/src/fonts/noto_sans_display/noto_sans_display_greek_italic.woff2) format("woff2");
    unicode-range: u+0370-03ff
}

@font-face {
    font-display: swap;
    font-family: Noto Sans Display;
    font-stretch: 100%;
    font-style: italic;
    font-weight: 400;
    src: url(/themes/custom/syn_platform_theme/src/fonts/noto_sans_display/noto_sans_display_vietnamese_italic.woff2) format("woff2");
    unicode-range: u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+1ea0-1ef9,u+20ab
}

@font-face {
    font-display: swap;
    font-family: Noto Sans Display;
    font-stretch: 100%;
    font-style: italic;
    font-weight: 400;
    src: url(/themes/custom/syn_platform_theme/src/fonts/noto_sans_display/noto_sans_display_latin_ext_italic.woff2) format("woff2");
    unicode-range: u+0100-024f,u+0259,u+1e??,u+2020,u+20a0-20ab,u+20ad-20cf,u+2113,u+2c60-2c7f,u+a720-a7ff
}

@font-face {
    font-display: swap;
    font-family: Noto Sans Display;
    font-stretch: 100%;
    font-style: italic;
    font-weight: 400;
    src: url(/themes/custom/syn_platform_theme/src/fonts/noto_sans_display/noto_sans_display_latin_italic.woff2) format("woff2");
    unicode-range: u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd
}

@font-face {
    font-display: swap;
    font-family: Noto Sans Display;
    font-stretch: 100%;
    font-style: italic;
    font-weight: 500;
    src: url(/themes/custom/syn_platform_theme/src/fonts/noto_sans_display/noto_sans_display_cirilic_ext_italic.woff2) format("woff2");
    unicode-range: u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f
}

@font-face {
    font-display: swap;
    font-family: Noto Sans Display;
    font-stretch: 100%;
    font-style: italic;
    font-weight: 500;
    src: url(/themes/custom/syn_platform_theme/src/fonts/noto_sans_display/noto_sans_display_cirilic_italic.woff2) format("woff2");
    unicode-range: u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116
}

@font-face {
    font-display: swap;
    font-family: Noto Sans Display;
    font-stretch: 100%;
    font-style: italic;
    font-weight: 500;
    src: url(/themes/custom/syn_platform_theme/src/fonts/noto_sans_display/noto_sans_display_greek_ext_italic.woff2) format("woff2");
    unicode-range: u+1f??
}

@font-face {
    font-display: swap;
    font-family: Noto Sans Display;
    font-stretch: 100%;
    font-style: italic;
    font-weight: 500;
    src: url(/themes/custom/syn_platform_theme/src/fonts/noto_sans_display/noto_sans_display_greek_italic.woff2) format("woff2");
    unicode-range: u+0370-03ff
}

@font-face {
    font-display: swap;
    font-family: Noto Sans Display;
    font-stretch: 100%;
    font-style: italic;
    font-weight: 500;
    src: url(/themes/custom/syn_platform_theme/src/fonts/noto_sans_display/noto_sans_display_vietnamese_italic.woff2) format("woff2");
    unicode-range: u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+1ea0-1ef9,u+20ab
}

@font-face {
    font-display: swap;
    font-family: Noto Sans Display;
    font-stretch: 100%;
    font-style: italic;
    font-weight: 500;
    src: url(/themes/custom/syn_platform_theme/src/fonts/noto_sans_display/noto_sans_display_latin_ext_italic.woff2) format("woff2");
    unicode-range: u+0100-024f,u+0259,u+1e??,u+2020,u+20a0-20ab,u+20ad-20cf,u+2113,u+2c60-2c7f,u+a720-a7ff
}

@font-face {
    font-display: swap;
    font-family: Noto Sans Display;
    font-stretch: 100%;
    font-style: italic;
    font-weight: 500;
    src: url(/themes/custom/syn_platform_theme/src/fonts/noto_sans_display/noto_sans_display_latin_italic.woff2) format("woff2");
    unicode-range: u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd
}

@font-face {
    font-display: swap;
    font-family: Noto Sans Display;
    font-stretch: 100%;
    font-style: italic;
    font-weight: 700;
    src: url(/themes/custom/syn_platform_theme/src/fonts/noto_sans_display/noto_sans_display_cirilic_ext_italic.woff2) format("woff2");
    unicode-range: u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f
}

@font-face {
    font-display: swap;
    font-family: Noto Sans Display;
    font-stretch: 100%;
    font-style: italic;
    font-weight: 700;
    src: url(/themes/custom/syn_platform_theme/src/fonts/noto_sans_display/noto_sans_display_cirilic_italic.woff2) format("woff2");
    unicode-range: u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116
}

@font-face {
    font-display: swap;
    font-family: Noto Sans Display;
    font-stretch: 100%;
    font-style: italic;
    font-weight: 700;
    src: url(/themes/custom/syn_platform_theme/src/fonts/noto_sans_display/noto_sans_display_greek_ext_italic.woff2) format("woff2");
    unicode-range: u+1f??
}

@font-face {
    font-display: swap;
    font-family: Noto Sans Display;
    font-stretch: 100%;
    font-style: italic;
    font-weight: 700;
    src: url(/themes/custom/syn_platform_theme/src/fonts/noto_sans_display/noto_sans_display_greek_italic.woff2) format("woff2");
    unicode-range: u+0370-03ff
}

@font-face {
    font-display: swap;
    font-family: Noto Sans Display;
    font-stretch: 100%;
    font-style: italic;
    font-weight: 700;
    src: url(/themes/custom/syn_platform_theme/src/fonts/noto_sans_display/noto_sans_display_vietnamese_italic.woff2) format("woff2");
    unicode-range: u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+1ea0-1ef9,u+20ab
}

@font-face {
    font-display: swap;
    font-family: Noto Sans Display;
    font-stretch: 100%;
    font-style: italic;
    font-weight: 700;
    src: url(/themes/custom/syn_platform_theme/src/fonts/noto_sans_display/noto_sans_display_latin_ext_italic.woff2) format("woff2");
    unicode-range: u+0100-024f,u+0259,u+1e??,u+2020,u+20a0-20ab,u+20ad-20cf,u+2113,u+2c60-2c7f,u+a720-a7ff
}

@font-face {
    font-display: swap;
    font-family: Noto Sans Display;
    font-stretch: 100%;
    font-style: italic;
    font-weight: 700;
    src: url(/themes/custom/syn_platform_theme/src/fonts/noto_sans_display/noto_sans_display_latin_italic.woff2) format("woff2");
    unicode-range: u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd
}

@font-face {
    font-display: swap;
    font-family: Noto Sans Display;
    font-stretch: 100%;
    font-style: normal;
    font-weight: 300;
    src: url(/themes/custom/syn_platform_theme/src/fonts/noto_sans_display/noto_sans_display_cirilic_ext.woff2) format("woff2");
    unicode-range: u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f
}

@font-face {
    font-display: swap;
    font-family: Noto Sans Display;
    font-stretch: 100%;
    font-style: normal;
    font-weight: 300;
    src: url(/themes/custom/syn_platform_theme/src/fonts/noto_sans_display/noto_sans_display_cirilic.woff2) format("woff2");
    unicode-range: u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116
}

@font-face {
    font-display: swap;
    font-family: Noto Sans Display;
    font-stretch: 100%;
    font-style: normal;
    font-weight: 300;
    src: url(/themes/custom/syn_platform_theme/src/fonts/noto_sans_display/noto_sans_display_greek_ext.woff2) format("woff2");
    unicode-range: u+1f??
}

@font-face {
    font-display: swap;
    font-family: Noto Sans Display;
    font-stretch: 100%;
    font-style: normal;
    font-weight: 300;
    src: url(/themes/custom/syn_platform_theme/src/fonts/noto_sans_display/noto_sans_display_greek.woff2) format("woff2");
    unicode-range: u+0370-03ff
}

@font-face {
    font-display: swap;
    font-family: Noto Sans Display;
    font-stretch: 100%;
    font-style: normal;
    font-weight: 300;
    src: url(/themes/custom/syn_platform_theme/src/fonts/noto_sans_display/noto_sans_display_vietnamese.woff2) format("woff2");
    unicode-range: u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+1ea0-1ef9,u+20ab
}

@font-face {
    font-display: swap;
    font-family: Noto Sans Display;
    font-stretch: 100%;
    font-style: normal;
    font-weight: 300;
    src: url(/themes/custom/syn_platform_theme/src/fonts/noto_sans_display/noto_sans_display_latin_ext.woff2) format("woff2");
    unicode-range: u+0100-024f,u+0259,u+1e??,u+2020,u+20a0-20ab,u+20ad-20cf,u+2113,u+2c60-2c7f,u+a720-a7ff
}

@font-face {
    font-display: swap;
    font-family: Noto Sans Display;
    font-stretch: 100%;
    font-style: normal;
    font-weight: 300;
    src: url(/themes/custom/syn_platform_theme/src/fonts/noto_sans_display/noto_sans_display_latin.woff2) format("woff2");
    unicode-range: u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd
}

@font-face {
    font-display: swap;
    font-family: Noto Sans Display;
    font-stretch: 100%;
    font-style: normal;
    font-weight: 400;
    src: url(/themes/custom/syn_platform_theme/src/fonts/noto_sans_display/noto_sans_display_cirilic_ext.woff2) format("woff2");
    unicode-range: u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f
}

@font-face {
    font-display: swap;
    font-family: Noto Sans Display;
    font-stretch: 100%;
    font-style: normal;
    font-weight: 400;
    src: url(/themes/custom/syn_platform_theme/src/fonts/noto_sans_display/noto_sans_display_cirilic.woff2) format("woff2");
    unicode-range: u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116
}

@font-face {
    font-display: swap;
    font-family: Noto Sans Display;
    font-stretch: 100%;
    font-style: normal;
    font-weight: 400;
    src: url(/themes/custom/syn_platform_theme/src/fonts/noto_sans_display/noto_sans_display_greek_ext.woff2) format("woff2");
    unicode-range: u+1f??
}

@font-face {
    font-display: swap;
    font-family: Noto Sans Display;
    font-stretch: 100%;
    font-style: normal;
    font-weight: 400;
    src: url(/themes/custom/syn_platform_theme/src/fonts/noto_sans_display/noto_sans_display_greek.woff2) format("woff2");
    unicode-range: u+0370-03ff
}

@font-face {
    font-display: swap;
    font-family: Noto Sans Display;
    font-stretch: 100%;
    font-style: normal;
    font-weight: 400;
    src: url(/themes/custom/syn_platform_theme/src/fonts/noto_sans_display/noto_sans_display_vietnamese.woff2) format("woff2");
    unicode-range: u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+1ea0-1ef9,u+20ab
}

@font-face {
    font-display: swap;
    font-family: Noto Sans Display;
    font-stretch: 100%;
    font-style: normal;
    font-weight: 400;
    src: url(/themes/custom/syn_platform_theme/src/fonts/noto_sans_display/noto_sans_display_latin_ext.woff2) format("woff2");
    unicode-range: u+0100-024f,u+0259,u+1e??,u+2020,u+20a0-20ab,u+20ad-20cf,u+2113,u+2c60-2c7f,u+a720-a7ff
}

@font-face {
    font-display: swap;
    font-family: Noto Sans Display;
    font-stretch: 100%;
    font-style: normal;
    font-weight: 400;
    src: url(/themes/custom/syn_platform_theme/src/fonts/noto_sans_display/noto_sans_display_latin.woff2) format("woff2");
    unicode-range: u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd
}

@font-face {
    font-display: swap;
    font-family: Noto Sans Display;
    font-stretch: 100%;
    font-style: normal;
    font-weight: 500;
    src: url(/themes/custom/syn_platform_theme/src/fonts/noto_sans_display/noto_sans_display_cirilic_ext.woff2) format("woff2");
    unicode-range: u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f
}

@font-face {
    font-display: swap;
    font-family: Noto Sans Display;
    font-stretch: 100%;
    font-style: normal;
    font-weight: 500;
    src: url(/themes/custom/syn_platform_theme/src/fonts/noto_sans_display/noto_sans_display_cirilic.woff2) format("woff2");
    unicode-range: u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116
}

@font-face {
    font-display: swap;
    font-family: Noto Sans Display;
    font-stretch: 100%;
    font-style: normal;
    font-weight: 500;
    src: url(/themes/custom/syn_platform_theme/src/fonts/noto_sans_display/noto_sans_display_greek_ext.woff2) format("woff2");
    unicode-range: u+1f??
}

@font-face {
    font-display: swap;
    font-family: Noto Sans Display;
    font-stretch: 100%;
    font-style: normal;
    font-weight: 500;
    src: url(/themes/custom/syn_platform_theme/src/fonts/noto_sans_display/noto_sans_display_greek.woff2) format("woff2");
    unicode-range: u+0370-03ff
}

@font-face {
    font-display: swap;
    font-family: Noto Sans Display;
    font-stretch: 100%;
    font-style: normal;
    font-weight: 500;
    src: url(/themes/custom/syn_platform_theme/src/fonts/noto_sans_display/noto_sans_display_vietnamese.woff2) format("woff2");
    unicode-range: u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+1ea0-1ef9,u+20ab
}

@font-face {
    font-display: swap;
    font-family: Noto Sans Display;
    font-stretch: 100%;
    font-style: normal;
    font-weight: 500;
    src: url(/themes/custom/syn_platform_theme/src/fonts/noto_sans_display/noto_sans_display_latin_ext.woff2) format("woff2");
    unicode-range: u+0100-024f,u+0259,u+1e??,u+2020,u+20a0-20ab,u+20ad-20cf,u+2113,u+2c60-2c7f,u+a720-a7ff
}

@font-face {
    font-display: swap;
    font-family: Noto Sans Display;
    font-stretch: 100%;
    font-style: normal;
    font-weight: 500;
    src: url(/themes/custom/syn_platform_theme/src/fonts/noto_sans_display/noto_sans_display_latin.woff2) format("woff2");
    unicode-range: u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd
}

@font-face {
    font-display: swap;
    font-family: Noto Sans Display;
    font-stretch: 100%;
    font-style: normal;
    font-weight: 700;
    src: url(/themes/custom/syn_platform_theme/src/fonts/noto_sans_display/noto_sans_display_cirilic_ext.woff2) format("woff2");
    unicode-range: u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f
}

@font-face {
    font-display: swap;
    font-family: Noto Sans Display;
    font-stretch: 100%;
    font-style: normal;
    font-weight: 700;
    src: url(/themes/custom/syn_platform_theme/src/fonts/noto_sans_display/noto_sans_display_cirilic.woff2) format("woff2");
    unicode-range: u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116
}

@font-face {
    font-display: swap;
    font-family: Noto Sans Display;
    font-stretch: 100%;
    font-style: normal;
    font-weight: 700;
    src: url(/themes/custom/syn_platform_theme/src/fonts/noto_sans_display/noto_sans_display_greek_ext.woff2) format("woff2");
    unicode-range: u+1f??
}

@font-face {
    font-display: swap;
    font-family: Noto Sans Display;
    font-stretch: 100%;
    font-style: normal;
    font-weight: 700;
    src: url(/themes/custom/syn_platform_theme/src/fonts/noto_sans_display/noto_sans_display_greek.woff2) format("woff2");
    unicode-range: u+0370-03ff
}

@font-face {
    font-display: swap;
    font-family: Noto Sans Display;
    font-stretch: 100%;
    font-style: normal;
    font-weight: 700;
    src: url(/themes/custom/syn_platform_theme/src/fonts/noto_sans_display/noto_sans_display_vietnamese.woff2) format("woff2");
    unicode-range: u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+1ea0-1ef9,u+20ab
}

@font-face {
    font-display: swap;
    font-family: Noto Sans Display;
    font-stretch: 100%;
    font-style: normal;
    font-weight: 700;
    src: url(/themes/custom/syn_platform_theme/src/fonts/noto_sans_display/noto_sans_display_latin_ext.woff2) format("woff2");
    unicode-range: u+0100-024f,u+0259,u+1e??,u+2020,u+20a0-20ab,u+20ad-20cf,u+2113,u+2c60-2c7f,u+a720-a7ff
}

@font-face {
    font-display: swap;
    font-family: Noto Sans Display;
    font-stretch: 100%;
    font-style: normal;
    font-weight: 700;
    src: url(/themes/custom/syn_platform_theme/src/fonts/noto_sans_display/noto_sans_display_latin.woff2) format("woff2");
    unicode-range: u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd
}

.section-title-landing {
    line-height: 1.25;
    margin-bottom: 2rem;
    margin-top: 0
}

.section-full-width>.container {
    max-width: none
}

@media (min-width: 1024px) {
    .section-full-width>.container {
        padding-left:0;
        padding-right: 0
    }
}

.section {
    padding-bottom: 3rem;
    padding-top: 3rem
}

@media (min-width: 1024px) {
    .section {
        padding-bottom:4rem;
        padding-top: 4rem
    }
}

.section--top-space {
    padding-bottom: 0;
    padding-top: 2rem
}

.section--bottom-space {
    padding-bottom: 2rem;
    padding-top: 0
}

.section--small-vertical-space-top {
    padding-bottom: 0;
    padding-top: 1rem
}

.section--small-vertical-space-bottom {
    padding-bottom: 1rem;
    padding-top: 0
}

.section--no-vertical-space {
    padding-bottom: 0;
    padding-top: 0
}

.section--small-vertical-space {
    padding-bottom: 1rem;
    padding-top: 1rem
}

.section--medium-vertical-space {
    padding-bottom: 1.5rem;
    padding-top: 1.5rem
}

@media (min-width: 1024px) {
    .section--medium-vertical-space {
        padding-bottom:2rem;
        padding-top: 2rem
    }
}

.layout--fourcol-section .layout__region--top,.layout--fourcol-section .layout__region>.block,.layout--onecol .layout__region--top,.layout--onecol .layout__region>.block,.layout--three-section .layout__region--top,.layout--three-section .layout__region>.block,.layout--two-cols .layout__region--top,.layout--two-cols .layout__region>.block {
    margin-bottom: 2rem
}

.layout--fourcol-section .layout__region>.block:last-of-type,.layout--onecol .layout__region>.block:last-of-type,.layout--three-section .layout__region>.block:last-of-type,.layout--two-cols .layout__region>.block:last-of-type {
    margin-bottom: 0
}

.layout--fourcol-section .layout__region--bottom,.layout--onecol .layout__region--bottom,.layout--three-section .layout__region--bottom,.layout--two-cols .layout__region--bottom {
    margin-top: 2rem
}

.block-inline-blockfull-width-video ul {
    list-style-type: disc
}

.block-inline-blockfull-width-video ol {
    list-style-type: decimal
}

form#views-exposed-form-price-list-block-1 {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(2,minmax(0,1fr));
    margin-top: 2rem
}

form#views-exposed-form-price-list-block-1 .form-actions,form#views-exposed-form-price-list-block-1 .form-item {
    margin-bottom: 1rem!important;
    margin-top: 0!important
}

.v2-text {
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    display: grid;
    grid-template-columns: repeat(1,minmax(0,1fr))
}

@media (min-width: 768px) {
    .v2-text {
        -moz-column-gap:1.5rem;
        column-gap: 1.5rem
    }
}

@media (min-width: 1280px) {
    .v2-text {
        -moz-column-gap:2rem;
        column-gap: 2rem
    }
}

.v2-text {
    grid-template-areas: "v2-title""v2-text__text";
    margin: 0;
    padding: 0;
    width: 100%
}

.v2-text__text {
    --v2-text--text-color: var(--color-v2-neutral-600);
    --v2-text--title-color: var(--color-v2-neutral-800)
}

.v2-mode--dark .v2-text__text {
    --v2-text--text-color: var(--color-v2-neutral-0);
    --v2-text--title-color: var(--color-v2-neutral-0)
}

.v2-text__text {
    --v2-text--max-w: 100%
}

@media (min-width: 1024px) {
    .v2-text__text:not(.tw-prose) {
        --v2-text--max-w:696px
    }
}

.v2-text__text {
    font-size: 1rem;
    grid-area: v2-text__text;
    line-height: 1.5rem
}

@media (min-width: 768px) {
    .v2-text__text {
        font-size:1.125rem;
        line-height: 1.75rem
    }
}

.v2-text__text {
    justify-self: start;
    margin-bottom: 0;
    margin-top: 0;
    max-width: calc(min(100%,var(--v2-text--max-w)));
    padding: 0;
    text-align: start;
    text-wrap: pretty;
    width: 100%
}

.v2-text__text,.v2-text__text.tw-prose {
    color: var(--v2-text--text-color)
}

.v2-text__text h1,.v2-text__text h2,.v2-text__text h3,.v2-text__text h4,.v2-text__text h5,.v2-text__text h6,.v2-text__text.tw-prose h1,.v2-text__text.tw-prose h2,.v2-text__text.tw-prose h3,.v2-text__text.tw-prose h4,.v2-text__text.tw-prose h5,.v2-text__text.tw-prose h6 {
    color: var(--v2-text--title-color)
}

.v2-title:not(.visually-hidden)+.v2-text__text {
    margin-top: 1.5rem
}

.v2-text--center .v2-text__text:not(.tw-prose) {
    justify-self: center;
    text-align: center
}

@media (min-width: 1024px) {
    .v2-text--center .v2-text__text:not(.tw-prose) {
        --v2-text--max-w:800px
    }
}

.v2-text--right .v2-text__text:not(.tw-prose) {
    justify-self: end;
    text-align: end
}

@container (min-width:60rem) {
    .v2-text--2col {
        grid-template-areas: "v2-title v2-text__text";
        grid-template-columns: repeat(2,minmax(0,1fr));
        grid-template-rows: repeat(1,minmax(0,1fr))
    }
}

@media (min-width: 1024px) {
    .v2-text--2col .v2-title {
        --v2-title--max-w:488px
    }
}

@container (min-width:60rem) {
    .v2-text--2col .v2-text__text {
        margin-top: 0
    }
}

.v2-title {
    --v2-title--text-color: var(--color-v2-neutral-800);
    --v2-title--max-w: 100%
}

@media (min-width: 1024px) {
    .v2-title {
        --v2-title--max-w:696px
    }

    .v2-title--center {
        --v2-title--max-w: 800px
    }
}

.v2-mode--dark .v2-title,.v2-title.v2-mode--dark {
    --v2-title--text-color: var(--color-v2-neutral-0)
}

.v2-title {
    color: var(--v2-title--text-color);
    display: block;
    font-weight: 700;
    grid-area: v2-title;
    justify-self: start;
    margin: 0;
    max-width: calc(min(100%,var(--v2-title--max-w)));
    padding: 0;
    text-align: start;
    text-wrap: pretty;
    width: 100%
}

.v2-title--center {
    justify-self: center;
    text-align: center
}

.v2-title--right {
    justify-self: end;
    text-align: end
}

html.is-locked,html.is-locked body {
    height: calc(var(--window-inner-height) - 1px)
}

html.is-locked {
    overflow: hidden
}

.overflow-blur {
    height: 100%;
    position: relative
}

.overflow-blur:after {
    align-items: center;
    content: "";
    display: flex;
    height: 100%;
    justify-content: flex-end;
    position: absolute;
    top: 0;
    width: 16.666667%
}

@media (min-width: 1024px) {
    .overflow-blur:after {
        display:none
    }
}

.overflow-blur:where([dir=ltr],[dir=ltr] *):after {
    right: 0
}

[dir=ltr] .overflow-blur:after {
    background: linear-gradient(90deg,hsla(0,0%,100%,0) 0,var(--color-base-color) 70%)
}

[dir=rtl] .overflow-blur:after {
    background: linear-gradient(270deg,hsla(0,0%,100%,0) 0,var(--color-base-color) 70%);
    left: 0
}

.overflow-scroll-icon {
    cursor: pointer;
    display: none
}

@media (max-width: 1023px) {
    .overflow-scroll {
        display:flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: .75rem;
        white-space: nowrap;
        width: 100%
    }
}

.overflow-scroll-hidden:after {
    display: none
}

.overflow-scroll-icon-show {
    display: block;
    position: absolute;
    top: -.25rem
}

.overflow-scroll-icon-show:where([dir=ltr],[dir=ltr] *) {
    right: -.75rem
}

.overflow-scroll-icon-show:where([dir=rtl],[dir=rtl] *) {
    left: -.75rem
}

@media (max-width: 1024px) {
    .overflow-blur:after {
        align-items:center;
        content: "";
        display: flex;
        height: 100%;
        justify-content: flex-end;
        position: absolute;
        top: 0;
        width: 16.666667%
    }

    .overflow-blur:where([dir=ltr],[dir=ltr] *):after {
        right: 0
    }

    [dir=ltr] .overflow-blur:after {
        background: linear-gradient(90deg,hsla(0,0%,100%,0) 0,var(--color-base-color) 70%)
    }

    [dir=rtl] .overflow-blur:after {
        background: linear-gradient(270deg,hsla(0,0%,100%,0) 0,var(--color-base-color) 70%);
        left: 0
    }

    .overflow-scroll {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: .75rem;
        white-space: nowrap;
        width: 100%
    }

    .overflow-scroll-hidden:after {
        display: none
    }

    .overflow-scroll-icon-show {
        display: block;
        position: absolute;
        top: -.25rem;
        z-index: 10
    }

    .overflow-scroll-icon-show:where([dir=ltr],[dir=ltr] *) {
        right: -.75rem
    }

    .overflow-scroll-icon-show:where([dir=rtl],[dir=rtl] *) {
        left: -.75rem
    }
}

.overflow-blur--desktop .overflow-scroll {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    white-space: nowrap;
    width: 100%
}

@media (min-width: 1024px) {
    .overflow-blur--desktop .overflow-scroll {
        padding-bottom:1rem;
        padding-top: 1rem
    }
}

.overflow-blur--desktop .overflow-scroll-icon-show {
    top: 1rem;
    z-index: 10
}

.overflow-blur--desktop .overflow-scroll-icon-show:where([dir=ltr],[dir=ltr] *) {
    right: 0
}

.overflow-blur--desktop .overflow-scroll-icon-show:where([dir=rtl],[dir=rtl] *) {
    left: 0
}

.overflow-blur--desktop.overflow-blur:after {
    content: "";
    display: block
}

.overflow-blur--desktop.overflow-scroll-hidden:after {
    display: none
}
