@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url(/dist/c504db5c06caaf7cdfba.woff2) format("woff2");
}

@font-face {
    font-family: "Inter";
    font-style: italic;
    font-weight: 100 900;
    font-display: swap;
    src: url(/dist/01dcbad1bac635f9c9cd.woff2) format("woff2");
}
@font-face {
  font-family: "fontello";
  src: url(/dist/7ed91525f131abe11a04.eot?80307840);
  src:
    url(/dist/7ed91525f131abe11a04.eot?80307840#iefix) format("embedded-opentype"),
    url(/dist/8e889cde50bc1b318ae0.woff2?80307840) format("woff2"),
    url(/dist/570e9a968bf49c118cf4.woff?80307840) format("woff"),
    url(/dist/d8a5e6eebecd47f4d860.ttf?80307840) format("truetype"),
    url(/dist/4c123d73a3cdcae0d917.svg?80307840#fontello) format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?80307840#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;

  display: inline-block;
  text-decoration: inherit;
  /* width: 1em; */
  /* margin-right: .2em; */
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* margin-left: .2em; */

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-plus:before {
  content: "\e800";
} /* '' */
.icon-minus:before {
  content: "\e801";
} /* '' */
.icon-arrow-right:before {
  content: "\e802";
} /* '' */
.icon-marker:before {
  content: "\e804";
} /* '' */
.icon-guide:before {
  content: "\e805";
} /* '' */
.icon-journey:before {
  content: "\e806";
} /* '' */
.icon-calendar:before {
  content: "\e807";
} /* '' */
.icon-arrow-left:before {
  content: "\e808";
} /* '' */
.icon-bike:before {
  content: "\e809";
} /* '' */
.icon-electric:before {
  content: "\e80a";
} /* '' */
.icon-whatsapp:before {
  content: "\e80b";
} /* '' */
.icon-instagram:before {
  content: "\e80c";
} /* '' */
.icon-assistance:before {
  content: "\e80d";
} /* '' */
.icon-facebook:before {
  content: "\e80e";
} /* '' */
.icon-arrow-out:before {
  content: "\e80f";
} /* '' */
.icon-chevron-down:before {
  content: "\e811";
} /* '' */
.icon-arrow-select:before {
  content: "\e816";
} /* '' */

/*================== Cookies ==================*/
.cookies-layer {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  background-color: #fff;
  transform: translateY(100%);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  z-index: 99999;
}
.cookies-layer.on {
  transition: transform 0.3s ease;
  transform: translateY(0);
}
.cookies-layer p {
  font-size: 12px;
  line-height: 1.4;
  margin: 0;
  font-family: sans-serif;
}
@media only screen and (min-width: 1024px) {
  .cookies-layer p {
    font-size: 13px;
  }
}
@media only screen and (max-width: 425px) {
  .cookies-layer p {
    font-size: 10px;
  }
}
.cookies-layer p > a {
  text-decoration: underline;
  transition: opacity 0.3s;
}
.cookies-layer p > a:hover {
  opacity: 0.5;
}
.cookies-layer .cookies__button > a,
.cookies-layer .cookies__button > button,
.cookies-layer .cookies__button > span {
  width: 100%;
}
.cookies-layer__close {
  position: absolute;
  right: 10px;
  top: 10px;
}
@media only screen and (min-width: 768px) {
  .cookies-layer__close {
    right: 20px;
    top: 10px;
  }
}
@media only screen and (min-width: 1440px) {
  .cookies-layer__close {
    right: 20px;
    top: 20px;
  }
}
@media only screen and (max-width: 425px) {
  .cookies-layer__close {
    top: 25px;
    right: 15px;
  }
}
.cookies-layer__close > button {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  font-size: 25px;
  border: 1px solid #666;
  color: #666;
  background-color: #fff;
  transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media only screen and (max-width: 1440px) {
  .cookies-layer__close > button {
    width: 30px;
    height: 30px;
    font-size: 20px;
    line-height: 20px;
  }
}
.cookies-layer__close > button:hover {
  background-color: #eee;
}
.cookies-layer__close > button:before {
  content: "\00D7";
  line-height: 0;
}
.cookies-layer__container {
  padding: 25px 15px;
  max-width: 1024px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .cookies-layer__container {
    padding: 20px;
  }
}
@media only screen and (min-width: 1440px) {
  .cookies-layer__container {
    padding: 30px 20px;
  }
}
.cookies-layer__container > div {
  width: 100%;
}
.cookies-layer__container > div:nth-child(1) {
  margin: 0 0 20px;
}
@media only screen and (max-width: 600px) {
  .cookies-layer__container > div:nth-child(1) {
    margin-right: 40px;
  }
}
.cookies-layer__container > div:nth-child(2) {
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 767px) {
  .cookies-layer__container > div:nth-child(2) {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 1023px) {
  .cookies-layer__container > div:nth-child(2) .cookies__button {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .cookies-layer__container > div:nth-child(2) .cookies__button {
    width: 100%;
  }
}
.cookies-layer__container
  > div:nth-child(2)
  .cookies__button:not(:last-of-type) {
  margin-right: 20px;
}
@media only screen and (max-width: 767px) {
  .cookies-layer__container
    > div:nth-child(2)
    .cookies__button:not(:last-of-type) {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.cookies-layer__title {
  display: block;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 10px;
  font-family: sans-serif;
}
@media only screen and (min-width: 1024px) {
  .cookies-layer__title {
    font-size: 23px;
    line-height: 1.3;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 425px) {
  .cookies-layer__title {
    font-size: 17px;
    margin-right: 50px;
  }
}
.cookies-popup {
  opacity: 0;
  backface-visibility: hidden;
  transform: translateY(100%);
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  background-color: #fff;
  /*transition: transform 0.5s ease, opacity 0s ease 0.5s;
	*/
  z-index: 999999;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  opacity: 0;
  backface-visibility: hidden;
  visibility: hidden;
}
.cookies-popup.is--open {
  opacity: 1;
  backface-visibility: visible;
  visibility: visible;
  transform: translateY(0);
  /*transition: transform 0s 0.5s, opacity 0.5s ease, visibility 0.5s ease;
	*/
}
.cookies-popup.is--open .cookies-popup__inner {
  opacity: 1;
  transform: translateX(0);
}
.cookies-popup__inner {
  padding: 30px;
  height: auto;
  width: 760px;
  margin: auto;
  max-width: calc(100% - 30px);
  max-height: calc(100% - 30px);
  background-color: #fff;
  opacity: 0;
  transform: translateX(-50px);
  transition:
    opacity 0.3s,
    transform 0.3s;
  overflow-y: auto;
}
@media screen and (min-width: 820px) {
  .cookies-popup__inner {
    max-width: calc(100% - 60px);
    max-height: calc(100% - 60px);
  }
}
@media screen and (min-width: 1366px) {
  .cookies-popup__inner {
    padding: 55px;
  }
}
.cookies-popup__close {
  font-size: 22px;
  height: 30px;
  position: absolute;
  right: 10px;
  top: 10px;
  opacity: 1;
  transition: opacity 0.5s ease;
  width: 30px;
  z-index: 5;
  color: #000;
  background-color: transparent;
}
@media screen and (min-width: 820px) {
  .cookies-popup__close {
    font-size: 28px;
    right: 30px;
    top: 30px;
  }
}
.no-touchevents .cookies-popup__close:hover {
  opacity: 0.5;
}
.cookies-popup__close:before {
  content: "\00D7";
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cookies-popup__title {
  display: block;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
  text-transform: uppercase;
  text-align: center;
  font-family: sans-serif;
}
@media screen and (min-width: 820px) {
  .cookies-popup__title {
    font-size: 25px;
  }
}
@media screen and (min-width: 1366px) {
  .cookies-popup__title {
    font-size: 28px;
  }
}
.cookies__button.--manage > a,
.cookies__button.--manage > button,
.cookies__button.--manage > span {
  border: 1px solid #666;
  background-color: #fff;
  color: #666;
}
.cookies__button.--manage > a:hover:before,
.cookies__button.--manage > button:hover:before,
.cookies__button.--manage > span:hover:before {
  opacity: 0.1;
}
.cookies__button > a,
.cookies__button > button,
.cookies__button > span {
  align-items: center;
  color: #fff;
  border: 1px solid var(--color-primary);
  background-color: var(--color-primary);
  /*border: 1px solid #000;
	 background-color: #000;
	*/
  display: flex;
  font-size: 12px;
  font-weight: 700;
  height: 45px;
  justify-content: center;
  min-width: 130px;
  overflow: hidden;
  padding: 0 10px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  font-family: sans-serif;
  text-decoration: none;
}
@media screen and (min-width: 1024px) {
  .cookies__button > a,
  .cookies__button > button,
  .cookies__button > span {
    font-size: 13px;
    height: 45px;
    min-width: 200px;
    padding: 0 10px;
  }
}
.cookies__button > a:hover:before,
.cookies__button > button:hover:before,
.cookies__button > span:hover:before {
  opacity: 0.3;
}
.cookies__button > a:before,
.cookies__button > button:before,
.cookies__button > span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #000;
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cookies__button > a > span,
.cookies__button > button > span,
.cookies__button > span > span {
  position: relative;
  z-index: 2;
}
.cookies__button .button > a,
.cookies__button .button > span,
.cookies__button .button > button {
  padding-right: 40px;
}
@media only screen and (max-width: 1280px) {
  .cookies__button .button > a,
  .cookies__button .button > span,
  .cookies__button .button > button {
    padding-right: 24px;
  }
}
.cookies-popup__form {
  display: flex;
  flex-wrap: wrap;
  margin-top: 25px;
  max-width: none;
  transition: opacity 0.5s;
}
@media screen and (min-width: 1366px) {
  .cookies-popup__form {
    margin: 35px 0 0;
  }
}
.cookies-popup__form .cookies__button > a,
.cookies-popup__form .cookies__button > button,
.cookies-popup__form .cookies__button > span {
  margin: 0 auto;
}
.cookies-popup__term {
  width: 100%;
  border-top: 1px solid #dedede;
  margin-top: 0;
  padding: 20px 0;
  text-align: left;
}
.cookies-popup__term:last-child {
  border-bottom: 1px solid #dedede;
}
@media only screen and (max-width: 599px) {
  .cookies-popup__term {
    text-align: left;
  }
}
.cookies-popup__term > div {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.cookies-popup__term p {
  font-size: 13px;
  letter-spacing: normal;
  line-height: 1.4;
  margin: 0 0 15px;
}
@media only screen and (min-width: 820px) {
  .cookies-popup__term p {
    margin: 0 0 20px;
  }
}
.cookies-popup__term p strong {
  color: #000;
  display: block;
  font-size: 14px;
  margin-bottom: 7px;
}
@media only screen and (min-width: 820px) {
  .cookies-popup__term p strong {
    font-size: 13px;
  }
}
.cookies-popup__term p a {
  text-decoration: underline;
}
.cookies-popup__term label {
  align-items: center;
  cursor: pointer;
  display: flex;
  font-size: 11px;
  font-weight: 700;
  position: relative;
}
@media only screen and (min-width: 820px) {
  .cookies-popup__term label {
    font-size: 12px;
  }
}
.cookies-popup__term label:not(:last-child) {
  margin-right: 35px;
}
.cookies-popup__term label.disabled {
  cursor: default;
  opacity: 0.5;
}
.cookies-popup__term label input {
  height: 15px;
  margin-right: 5px;
  opacity: 0;
  position: relative;
  z-index: 5;
  width: 15px;
}
@media only screen and (min-width: 820px) {
  .cookies-popup__term label input {
    height: 20px;
    width: 20px;
  }
}
.cookies-popup__term label input:not([disabled]) {
  cursor: pointer;
}
.cookies-popup__term label input:not(:checked) + span:before {
  border-color: #666;
  content: "";
}
.cookies-popup__term label input:checked + span:before {
  border-color: #000;
  content: "\2713";
}
.cookies-popup__term label input:focus + span:before {
  border-color: #000;
}
.cookies-popup__term label input.-error + span {
  color: #f00;
}
.cookies-popup__term label span:before {
  align-items: center;
  border: 1px solid #000;
  border-radius: 50%;
  color: #000;
  display: flex;
  height: 15px;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 15px;
}
@media only screen and (max-width: 819px) {
  .cookies-popup__term label span:before {
    font-size: 9px;
  }
}
@media only screen and (min-width: 820px) {
  .cookies-popup__term label span:before {
    height: 20px;
    width: 20px;
  }
}
.cookies-popup__submit {
  margin-top: 25px;
  text-align: center;
  width: 100%;
}
@media only screen and (min-width: 820px) {
  .cookies-popup__submit {
    margin-top: 50px;
  }
}
.cookies-popup__form-text {
  color: #666;
  font-size: 14px;
  margin-top: 15px;
  text-align: center;
}
@media screen and (min-width: 820px) {
  .cookies-popup__form-text {
    font-size: 16px;
  }
}
@media screen and (min-width: 1366px) {
  .cookies-popup__form-text {
    font-size: 18px;
    margin-top: 25px;
  }
}
.cookies-popup__form-text a {
  text-decoration: underline;
  transition: opacity 0.5s;
}
.no-touchevents .cookies-popup__form-text a:hover {
  opacity: 0.5;
}
.block-txt .cookies__button,
.block-text .cookies__button {
  display: inline-block;
  margin-top: 30px;
}
@media only screen and (max-width: 819px) {
  .table__wrapper {
    margin-bottom: 20px;
    overflow-x: auto;
    position: relative;
  }
}
.table__wrapper table {
  border: 1px solid #dedede;
  width: 100%;
}
.bg-light-gray .table__wrapper table {
  background-color: #fff;
}
.table__wrapper table thead tr {
  border: none;
  padding: 0;
}
.table__wrapper table tbody tr {
  border: none;
  padding: 0;
}
.table__wrapper table tr {
  height: 50px;
  display: table-row;
}
.table__wrapper table tr > td,
.table__wrapper table tr > th {
  width: auto !important;
}
@media only screen and (max-width: 819px) {
  .table__wrapper table tr > td,
  .table__wrapper table tr > th {
    overflow: hidden;
    position: relative;
    white-space: nowrap;
  }
}
.table__wrapper table th,
.table__wrapper table td {
  padding: 10px;
}
@media only screen and (min-width: 820px) {
  .table__wrapper table th,
  .table__wrapper table td {
    padding: 10px 15px;
  }
}
.table__wrapper table th {
  background-color: #dedede;
  border-right-color: #fff;
  text-align: left;
}
@media only screen and (max-width: 819px) {
  .table__wrapper table th {
    font-size: 12px;
    line-height: 1.2;
  }
}
.table__wrapper table td {
  height: 60px;
}
@media only screen and (max-width: 819px) {
  .table__wrapper table td {
    line-height: 1;
    height: auto;
    font-size: 11px;
  }
  .table__wrapper table td > span {
    font-size: 11px !important;
  }
}
.table__wrapper table td a {
  text-decoration: underline;
  -webkit-transition: opacity 0.3s ease 0s;
  -moz-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
@media (hover: hover) and (pointer: fine) {
  .table__wrapper table td a:hover {
    opacity: 0.6;
  }
}

/*
    Form
*/
.form {
  --gap-x: 10px;
  /* --gap-y: 15px; */
  --color-light-gray: #f5f5f5;
  --color-border: #d4d4d4;
  --color-error: #ef4444;
}

@media only screen and (min-width: 820px) {
  .form {
    /* --gap-y: 17px; */
  }
}

body.registration-page .block .form {
  max-width: 760px;
}

body.registration-page .block.txt-center .form {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.form form > small {
  display: block;
  font-size: 10px;
  margin-bottom: 20px;
}

.form form > .button {
  /*margin-top: 50px;*/
}

@media only screen and (max-width: 819px) {
  .form form > .button {
    width: 100%;
  }
}

.form__group {
  padding: 40px 0;
}

@media only screen and (min-width: 820px) {
  .form__group {
    padding: 50px 0;
  }
}

.form__group:not(:first-of-type) {
  border-top: 1px solid var(--color-border);
}

.form__group:first-of-type {
  padding-top: 0;
}

.form__fields {
  display: grid;
  gap: 32px;
}

.form__field {
  --field-gutter: 15px;
  flex: 0 0 auto;
  font-size: 14px;
  position: relative;
  width: 100%;
}

@media only screen and (min-width: 820px) {
  .form__field.form__field--50 {
    width: 50%;
  }
}

.form__field.disabled {
  cursor: default;
  opacity: 0.5;
  pointer-events: none;
}

.form__field.error input:not([type="checkbox"]),
.form__field.error select,
.form__field.error textarea {
  outline-color: var(--color-error);
  outline-style: solid;
  outline-width: 2px;
  outline-offset: -2px;
}

.form__field.error input:not([type="checkbox"]):focus,
.form__field.error select:focus,
.form__field.error textarea:focus {
  outline-color: var(--color-error);
  outline-style: solid;
  outline-width: 2px;
  outline-offset: -2px;
}

.form__field.filled label {
  transform: translateX(calc(var(--field-gutter) * -1)) translateY(-32px)
    scale(0.75);
}

.form__field:not(.filled) label {
  pointer-events: none;
}

@media only screen and (max-width: 821px) {
  .form__field.form__field--spacer.form__field--50 {
    display: none;
  }
}

.form__field > [class^="icon-"]:before {
  align-items: center;
  background-color: var(--color-light-gray);
  border-radius: 0 5px 5px 0;
  display: flex;
  font-size: 18px;
  height: 40px;
  justify-content: center;
  pointer-events: none;
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  margin: 0;
  border-radius: 24px;
}

.bg-light-gray .form__field > [class^="icon-"]:before {
  background-color: #fff;
}

@media only screen and (max-width: 767px) {
  .form__field > [class^="icon-"]:before {
    height: 36px;
    width: 36px;
  }
}

.form__field > [class^="icon-left"]:before {
  transform: rotate(-90deg);
}

.form__field > div i {
  align-items: center;
  background-color: var(--color-light-gray);
  border-radius: 0 5px 5px 0;
  display: flex;
  font-size: 24px;
  height: 43px;
  justify-content: center;
  pointer-events: none;
  position: absolute;
  left: calc(var(--gap-x) + 1px);
  top: calc(var(--gap-y) + 1px);
  width: 40px;
  margin: 0;
}

.bg-light-gray .form__field > div i {
  background-color: #fff;
}

.form__field input:not([type="checkbox"]),
.form__field select,
.form__field textarea {
  background-color: var(--color-light-gray);
  border: 1px solid var(--color-border);
  border-radius: 24px;
  font-size: 16px;
  height: 45px;
  padding: 0 var(--field-gutter);
  width: 100%;
  color: var(--color-txt);
}

@media only screen and (max-width: 767px) {
  .form__field input:not([type="checkbox"]),
  .form__field select,
  .form__field textarea {
    border-radius: 12px;
  }
}

.bg-light-gray .form__field input:not([type="checkbox"]),
.bg-light-gray .form__field select,
.bg-light-gray .form__field textarea {
  background-color: #fff;
}

.touchevents .form__field input:not([type="checkbox"]),
.touchevents .form__field select,
.touchevents .form__field textarea {
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  .form__field input:not([type="checkbox"]),
  .form__field select,
  .form__field textarea {
    height: 40px;
  }
}

.form__field input:not([type="checkbox"]):-webkit-autofill,
.form__field input:not([type="checkbox"]):-webkit-autofill:hover,
.form__field input:not([type="checkbox"]):-webkit-autofill:focus,
.form__field input:not([type="checkbox"]):-webkit-autofill:active,
.form__field select:-webkit-autofill,
.form__field select:-webkit-autofill:hover,
.form__field select:-webkit-autofill:focus,
.form__field select:-webkit-autofill:active,
.form__field textarea:-webkit-autofill,
.form__field textarea:-webkit-autofill:hover,
.form__field textarea:-webkit-autofill:focus,
.form__field textarea:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px var(--color-light-gray) inset !important;
  -webkit-text-fill-color: inherit !important;
}

.form__field input:not([type="checkbox"]):focus,
.form__field select:focus,
.form__field textarea:focus {
  outline-color: var(--template-text);
  outline-style: solid;
  outline-width: 2px;
  outline-offset: -2px;
}

.form__field input:not([type="checkbox"]):focus:invalid,
.form__field select:focus:invalid,
.form__field textarea:focus:invalid {
  outline-color: var(--color-error);
  outline-style: solid;
  outline-width: 2px;
  outline-offset: -2px;
}

.form__field input:not([type="checkbox"])[disabled] + label,
.form__field select[disabled] + label,
.form__field textarea[disabled] + label {
  opacity: 0.5;
}

.form__field input:not([readonly]):focus::placeholder,
.form__field textarea:not([readonly]):focus::placeholder,
.form__field textarea:not([readonly])[placeholder]::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #525252;
  opacity: 1; /* Firefox */
}

.form__field input:not([readonly]):focus::-ms-input-placeholder,
.form__field textarea:not([readonly]):focus::-ms-input-placeholder,
.form__field textarea:not([readonly])[placeholder]::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #525252;
}

.form__field input:not([readonly]):focus + label,
.form__field textarea:not([readonly]):focus + label,
.form__field textarea:not([readonly])[placeholder] + label {
  transform: translateX(calc(var(--field-gutter) * -1)) translateY(-32px)
    scale(0.75);
}

.form__field input:not([readonly])::placeholder,
.form__field textarea:not([readonly])::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: transparent;
  opacity: 0; /* Firefox */
}

.form__field input:not([readonly])::-ms-input-placeholder,
.form__field textarea:not([readonly])::-ms-input-placeholder {
  /* Microsoft Edge */
  color: transparent;
}

.form__field input[type="file"] {
  cursor: pointer;
  left: var(--gap-x);
  opacity: 0;
  position: absolute;
  top: var(--gap-y);
  width: 100%;
  z-index: 2;
}

.form__field label {
  left: calc(var(--gap-x) + var(--field-gutter));
  position: absolute;
  top: 9px;
  transform-origin: 0 0;
  -webkit-transition: transform 0.25s ease 0s;
  -moz-transition: transform 0.25s ease 0s;
  -o-transition: transform 0.25s ease 0s;
  transition: transform 0.25s ease 0s;
  z-index: 2;
  font-size: 18px;
}


@media only screen and (max-width: 1440px) {
    .form__field label {
        font-size: 16px;
        top: 11px;
    }
}

@media only screen and (max-width: 767px) {
  .form__field label {
    font-size: 14px;
    left: var(--field-gutter);
  }
}

/* @media only screen and (max-width: 450px) {
  .form__field label {
    top: calc(var(--gap-y) + 13px);
  }
} */

.form__field select {
  appearance: none;
  box-shadow: none;
}

.form__field textarea {
  height: auto;
  /* min-height: 215px; */
  min-height: 115px;
  padding-bottom: 12px;
  padding-top: 12px;
}

@media only screen and (min-width: 820px) {
  .form__field textarea {
    min-height: 115px;
    padding-bottom: 14px;
    padding-top: 14px;
  }
}

.form__field textarea::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: red;
  opacity: 1; /* Firefox */
}

.form__field textarea::-ms-input-placeholder {
  /* Microsoft Edge */
  color: red;
}

.form__consent {
  text-align: left;
}

.form__consent + .form__consent {
  margin-top: 40px;
}

.form__accordion + .form__consent {
  margin-top: 50px;
}

.form__consent > span {
  display: block;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
}

.form__consent > span a {
  text-decoration: underline;
}

.form__consent > p {
  margin: 10px 0 0;
  font-size: 12px;
  font-weight: 300;
}

.form__consent .form__checks {
  margin-top: 20px;
}

.form__consent + .button {
  margin-top: 50px;
}

.form__checks {
  display: flex;
}

.form__checks .form__check:not(:last-of-type) {
  margin-right: 40px;
}

.form__check label {
  position: relative;
  cursor: pointer;
}

.form__check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.form__check input:checked + span:before {
  background-color: #000;
}

.form__check span {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
}

.form__check span:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 4px solid #fff;
  box-shadow: 0 0 0 1px #000;
  flex-shrink: 0;
  margin-right: 10px;
}

.form__fields-title {
  width: 100%;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.44px;
  line-height: 1;
  padding: var(--gap-y) var(--gap-x);
  text-align: left;
}

.form__field.form__field--quantity {
  /* If we're outputting for a fixed media query set...*/
  /* Otherwise, output it using a regular media query*/
}
@media only screen and (min-width: 768px) {
  .form__field.form__field--quantity {
    display: flex;
    flex-wrap: wrap;
  }
}
.form__field.form__field--quantity > span {
  display: block;
  margin-bottom: 15px;
  width: 100%;
}
.form__field.form__field--quantity > div {
  align-items: center;
  display: flex;
}
.form__field.form__field--quantity > div:not(:last-child) {
}
@media only screen and (max-width: 767px) {
  .form__field.form__field--quantity > div:not(:last-child) {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .form__field.form__field--quantity > div:not(:last-child) {
    margin-right: 50px;
  }
}
.form__field.form__field--quantity > div > span {
  font-size: 13px;
}
@media only screen and (max-width: 767px) {
  .form__field.form__field--quantity > div > span {
    width: 100px;
  }
}
@media only screen and (min-width: 768px) {
  .form__field.form__field--quantity > div > span {
    margin-right: 15px;
  }
}
.form__field.form__field--quantity > div > span small {
  display: block;
  font-size: 10px;
  margin-top: -2px;
}
.form__field.form__field--quantity [type="number"] {
  border: none;
  color: var(--color-font);
  flex-shrink: 0;
  font-size: 15px;
  text-align: center;
  width: 30px;
  height: auto;
  padding: 0 2px;
  background-color: #fff;
}
.form__field.form__field--quantity [type="number"]:focus-visible {
  outline: none;
}
.form__field.form__field--quantity button {
  color: var(--color-font);
  flex-shrink: 0;
  font-size: 12px;
  border: 1px solid #000;
  border-radius: 50%;
  height: 22px;
  width: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
@media (hover: hover) and (pointer: fine) {
  .form__field.form__field--quantity button:not([disabled]):hover {
    color: var(--color-primary);
    border-color: var(--color-primary);
  }
}
.form__field.form__field--quantity button[disabled] {
  color: rgba(0, 0, 0, 0.15);
  border-color: rgba(0, 0, 0, 0.15);
  cursor: not-allowed;
  pointer-events: none;
}

.form__field .iti {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .form__field .iti input:not([type="checkbox"]):not(.iti__search-input) {
    padding-left: calc(var(--field-gutter) / 2 + var(--iti-flag-container-w));
  }
}

.form__field .iti.focus + label {
  transform: translateX(calc(var(--field-gutter) * -1)) translateY(-30px)
    scale(0.75);
}

.form__field .iti + label {
  left: calc(
    var(--field-gutter) / 2 + var(--iti-flag-container-w) + var(--gap-x)
  );
}

@media only screen and (max-width: 767px) {
  .form__field .iti + label {
    left: 52px;
  }
}

.iti--inline-dropdown .iti__dropdown-content {
  border-radius: 24px;
  z-index: 5 !important;
  margin-left: -8px !important;
}

.iti__country-list {
  border-radius: 24px;
  border-top: none !important;
}

@media only screen and (max-width: 767px) {
  .iti--inline-dropdown .iti__dropdown-content {
    border-radius: 12px;
  }

  .iti__country-list {
    border-radius: 12px;
  }
}

.iti__country-list,
.iti__dropdown-content {
  overscroll-behavior: contain;
}

@media only screen and (min-width: 768px) {
  .iti--allow-dropdown .iti__flag-container,
  .iti--show-selected-dial-code .iti__flag-container {
    left: 8px !important;
  }
}

/*flatpickr*/
.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: var(--color-primary) !important;
  border-color: var(--color-primary) !important;
}

.flatpickr-months .flatpickr-prev-month:hover svg, .flatpickr-months .flatpickr-next-month:hover svg {
    fill: var(--color-primary) !important;
}
.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
    box-shadow: -10px 0 0 var(--color-primary) !important;
}

@media only screen and (max-width: 767px) {
    .form__check span {
        font-size: 12px;
    }

    .form__consent > span {
        font-size: 13px;
    }

    .form__consent > p {
        font-size: 11px;
    }
}

.msg {
    align-items: center;
    background-color: rgba(0, 0, 0, 0.6);
    bottom: 0;
    display: flex;
    opacity: 0;
    backface-visibility: hidden;
    visibility: hidden;
    justify-content: center;
    left: 0;
    position: fixed;
    right: 0;
    text-align: center;
    transition-duration: 0.5s;
    transition-property: opacity, visibility;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    top: 0;
    z-index: 9999;
}

    .msg.is-open {
        opacity: 1;
        backface-visibility: visible;
        visibility: visible;
    }

    .msg strong {
        display: block;
        font-size: 16px;
        line-height: 1.3;
        margin-top: 15px;
        font-weight: 500;
    }

@media only screen and (min-width: 820px) {
    .msg strong {
        font-size: 18px;
        margin-top: 20px;
    }
}

@media only screen and (min-width: 1440px) {
    .msg strong {
        font-size: 20px;
        margin-top: 25px;
    }
}

.msg p {
    font-size: 12px;
    margin: 5px 0 0;
    color: var(--color-txt);
}

@media only screen and (min-width: 820px) {
    .msg p {
        font-size: 13px;
        margin: 7px 0 0;
    }
}

@media only screen and (min-width: 1440px) {
    .msg p {
        font-size: 14px;
        margin: 10px 0 0;
    }
}

.msg__inner {
    background-color: #fff;
    border-radius: 20px;
    max-width: calc(100% - var(--padding-x) * 2);
    padding: 30px;
    transform: scale(0.9);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    width: 425px;
}

.msg.is-open .msg__inner {
    transform: scale(1);
}

@keyframes dash {
    0% {
        stroke-dashoffset: 1000;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes dash-check {
    0% {
        stroke-dashoffset: -100;
    }

    100% {
        stroke-dashoffset: 900;
    }
}

.msg__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    margin: 0 auto;
    width: 100px;
}

    .msg__icon .sa-error {
        border-radius: 50%;
        border: 4px solid #F27474;
        box-sizing: content-box;
        height: 80px;
        padding: 0;
        position: relative;
        background-color: #fff;
        width: 80px;
        animation: animateErrorIcon 0.5s;
        margin: 0 auto;
    }

        .msg__icon .sa-error:after, .msg__icon .sa-error:before {
            background: #fff;
            content: "";
            height: 120px;
            position: absolute;
            transform: rotate(45deg);
            width: 60px;
        }

        .msg__icon .sa-error:before {
            border-radius: 40px 0 0 40px;
            width: 26px;
            height: 80px;
            top: -17px;
            left: 5px;
            transform-origin: 60px 60px;
            transform: rotate(-45deg);
        }

        .msg__icon .sa-error:after {
            border-radius: 0 120px 120px 0;
            left: 30px;
            top: -11px;
            transform-origin: 0 60px;
            transform: rotate(-45deg);
            animation: rotatePlaceholder 4.25s ease-in;
        }

    .msg__icon .sa-error-x {
        display: block;
        position: relative;
        z-index: 2;
    }

    .msg__icon .sa-error-placeholder {
        border-radius: 50%;
        border: 4px solid rgba(200, 0, 0, 0.2);
        box-sizing: content-box;
        height: 80px;
        left: -4px;
        position: absolute;
        top: -4px;
        width: 80px;
        z-index: 2;
    }

    .msg__icon .sa-error-fix {
        background-color: #fff;
        height: 90px;
        left: 28px;
        position: absolute;
        top: 8px;
        transform: rotate(-45deg);
        width: 5px;
        z-index: 1;
    }

    .msg__icon .sa-error-left, .msg__icon .sa-error-right {
        border-radius: 2px;
        display: block;
        height: 5px;
        position: absolute;
        z-index: 2;
        background-color: #F27474;
        top: 37px;
        width: 47px;
    }

    .msg__icon .sa-error-left {
        left: 17px;
        transform: rotate(45deg);
        animation: animateXLeft 0.75s;
    }

    .msg__icon .sa-error-right {
        right: 16px;
        transform: rotate(-45deg);
        animation: animateXRight 0.75s;
    }

@keyframes rotatePlaceholder {
    0%, 5% {
        transform: rotate(-45deg);
    }

    100%, 12% {
        transform: rotate(-405deg);
    }
}

@keyframes animateErrorIcon {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes animateXLeft {
    0%, 65% {
        left: 82px;
        top: 95px;
        width: 0;
    }

    84% {
        left: 14px;
        top: 33px;
        width: 47px;
    }

    100% {
        left: 17px;
        top: 37px;
        width: 47px;
    }
}

@keyframes animateXRight {
    0%, 65% {
        right: 82px;
        top: 95px;
        width: 0;
    }

    84% {
        right: 14px;
        top: 33px;
        width: 47px;
    }

    100% {
        right: 16px;
        top: 37px;
        width: 47px;
    }
}

.msg__icon .sa-success {
    border-radius: 50%;
    border: 4px solid #A5DC86;
    box-sizing: content-box;
    height: 80px;
    padding: 0;
    position: relative;
    background-color: #fff;
    width: 80px;
    margin: 0 auto;
}

    .msg__icon .sa-success:after, .msg__icon .sa-success:before {
        background: #fff;
        content: "";
        height: 120px;
        position: absolute;
        transform: rotate(45deg);
        width: 60px;
    }

    .msg__icon .sa-success:before {
        border-radius: 40px 0 0 40px;
        width: 26px;
        height: 80px;
        top: -17px;
        left: 5px;
        transform-origin: 60px 60px;
        transform: rotate(-45deg);
    }

    .msg__icon .sa-success:after {
        border-radius: 0 120px 120px 0;
        left: 30px;
        top: -11px;
        transform-origin: 0 60px;
        transform: rotate(-45deg);
        animation: rotatePlaceholder 4.25s ease-in;
    }

.msg__icon .sa-success-placeholder {
    border-radius: 50%;
    border: 4px solid rgba(165, 220, 134, 0.25);
    box-sizing: content-box;
    height: 80px;
    left: -4px;
    position: absolute;
    top: -4px;
    width: 80px;
    z-index: 2;
}

.msg__icon .sa-success-fix {
    background-color: #fff;
    height: 90px;
    left: 28px;
    position: absolute;
    top: 8px;
    transform: rotate(-45deg);
    width: 5px;
    z-index: 1;
}

.msg__icon .sa-success-tip, .msg__icon .sa-success-long {
    background-color: #A5DC86;
    border-radius: 2px;
    height: 5px;
    position: absolute;
    z-index: 2;
}

.msg__icon .sa-success-tip {
    left: 14px;
    top: 46px;
    transform: rotate(45deg);
    width: 25px;
    animation: animateSuccessTip 0.75s;
}

.msg__icon .sa-success-long {
    right: 8px;
    top: 38px;
    transform: rotate(-45deg);
    width: 47px;
    animation: animateSuccessLong 0.75s;
}

@keyframes animateSuccessTip {
    0%, 54% {
        width: 0;
        left: 1px;
        top: 19px;
    }

    70% {
        width: 50px;
        left: -8px;
        top: 37px;
    }

    84% {
        width: 17px;
        left: 21px;
        top: 48px;
    }

    100% {
        width: 25px;
        left: 14px;
        top: 45px;
    }
}

@keyframes animateSuccessLong {
    0%, 65% {
        width: 0;
        right: 46px;
        top: 54px;
    }

    84% {
        width: 55px;
        right: 0;
        top: 35px;
    }

    100% {
        width: 47px;
        right: 8px;
        top: 38px;
    }
}

@keyframes rotatePlaceholder {
    0%, 5% {
        transform: rotate(-45deg);
    }

    100%, 12% {
        transform: rotate(-405deg);
    }
}

.msg__icon .sa-warning {
    border-radius: 50%;
    border: 4px solid #F8BB86;
    box-sizing: content-box;
    height: 80px;
    padding: 0;
    position: relative;
    background-color: #fff;
    width: 80px;
    animation: scaleWarning 0.75s infinite alternate;
    margin: 0 auto;
    /*&:after, &:before {
      background: #fff;
      content: '';
      border-radius: 50%;
      height: 100%;
      position: absolute;
      width: 100%;
  }

  &:before {
      display: inline-block;
      opacity: 0;
      animation: pulseWarning 2s linear infinite;
  }

  &:after {
      display: block;
      z-index: 1;
  }*/
}

.msg__icon .sa-warning-body {
    background-color: #F8BB86;
    border-radius: 2px;
    height: 47px;
    left: 50%;
    margin-left: -2px;
    position: absolute;
    top: 10px;
    width: 5px;
    z-index: 2;
    animation: pulseWarningIns 0.75s infinite alternate;
}

.msg__icon .sa-warning-dot {
    background-color: #F8BB86;
    border-radius: 50%;
    bottom: 10px;
    height: 7px;
    left: 50%;
    margin-left: -3px;
    position: absolute;
    width: 7px;
    z-index: 2;
    animation: pulseWarningIns 0.75s infinite alternate;
}

@keyframes scaleWarning {
    0% {
        transform: scale(1);
    }

    30% {
        transform: scale(1.02);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes pulseWarning {
    0% {
        background-color: #fff;
        transform: scale(1);
        opacity: 0.5;
    }

    30% {
        background-color: #fff;
        transform: scale(1);
        opacity: 0.5;
    }

    100% {
        background-color: #F8BB86;
        transform: scale(2);
        opacity: 0;
    }
}

@keyframes pulseWarningIns {
    0% {
        background-color: #F8D486;
    }

    100% {
        background-color: #F8BB86;
    }
}

.error__container {
    align-items: center;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    height: 100vh;
    justify-content: center;
    text-align: center;
}

    .error__container:before {
        background-color: rgba(0, 0, 0, .5);
        content: "";
        display: block;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 5;
    }

.error__caption {
    padding: 0 30px;
    position: relative;
    z-index: 10;
}

    .error__caption img {
        margin-bottom: 30px;
        height: 80px;
        width: 80px;
    }

@media only screen and (max-width: 450px) {
    .error__caption img {
        height: 50px;
        width: 50px;
    }
}

.error__title {
    color: #fff;
    font-size: 35px;
    margin-bottom: 15px;
    font-weight: 300;
}

@media only screen and (min-width: 820px) {
    .error__title {
        font-size: 55px;
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 1440px) {
    .error__title {
        font-size: 70px;
        margin-bottom: 30px;
    }
}

.error__text {
    color: #fff;
    font-size: 14px;
    line-height: 1.4;
}

@media only screen and (min-width: 820px) {
    .error__text {
        font-size: 16px;
        line-height: 1.6;
    }
}

@media only screen and (min-width: 1440px) {
    .error__text {
        font-size: 18px;
    }
}

.error__text p {
    margin-bottom: 0;
}

.error__text a {
    text-decoration: underline;
    transition: opacity 0.5s;
    word-break: break-word;
}

    .error__text a:hover {
        opacity: 0.6;
    }

/**
 * Swiper 12.1.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2026 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: March 24, 2026
 */

:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}
/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
  .swiper-slide,
  .swiper-cube-shadow {
    transform-style: preserve-3d;
  }
}

/* CSS Mode */
.swiper-css-mode {
  > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none; /* For Firefox */
    -ms-overflow-style: none; /* For Internet Explorer and Edge */
    &::-webkit-scrollbar {
      display: none;
    }
  }
  > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
  }
  &.swiper-horizontal {
    > .swiper-wrapper {
      scroll-snap-type: x mandatory;
    }
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-inline-start: var(--swiper-slides-offset-before);
      scroll-margin-inline-start: var(--swiper-slides-offset-before);
    }
    > .swiper-wrapper > .swiper-slide:last-child {
      margin-inline-end: var(--swiper-slides-offset-after);
    }
  }
  &.swiper-vertical {
    > .swiper-wrapper {
      scroll-snap-type: y mandatory;
    }
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-block-start: var(--swiper-slides-offset-before);
      scroll-margin-block-start: var(--swiper-slides-offset-before);
    }
    > .swiper-wrapper > .swiper-slide:last-child {
      margin-block-end: var(--swiper-slides-offset-after);
    }
  }
  &.swiper-free-mode {
    > .swiper-wrapper {
      scroll-snap-type: none;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: none;
    }
  }
  &.swiper-centered {
    > .swiper-wrapper::before {
      content: '';
      flex-shrink: 0;
      order: 9999;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: center center;
      scroll-snap-stop: always;
    }
  }
  &.swiper-centered.swiper-horizontal {
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-inline-start: var(--swiper-centered-offset-before);
    }
    > .swiper-wrapper::before {
      height: 100%;
      min-height: 1px;
      width: var(--swiper-centered-offset-after);
    }
  }
  &.swiper-centered.swiper-vertical {
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-block-start: var(--swiper-centered-offset-before);
    }
    > .swiper-wrapper::before {
      width: 100%;
      min-width: 1px;
      height: var(--swiper-centered-offset-after);
    }
  }
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d {
  .swiper-slide-shadow,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom,
  .swiper-slide-shadow,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
  }
  .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
  }
  .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress),
.swiper-watch-progress .swiper-slide-visible {
  .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear;
  }
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 4px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;

  width: var(--swiper-navigation-size);
  height: var(--swiper-navigation-size);

  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  &.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
  }
  &.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none;
  }
  .swiper-navigation-disabled & {
    display: none !important;
  }

  ::slotted(svg),
  svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform-origin: center;
    fill: currentColor;
    pointer-events: none;
  }
}

.swiper-button-lock {
  display: none;
}

.swiper-button-prev,
.swiper-button-next {
  top: var(--swiper-navigation-top-offset, 50%);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
}
.swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 4px);
  right: auto;
  ::slotted(.swiper-navigation-icon),
  .swiper-navigation-icon {
    transform: rotate(180deg);
  }
}
.swiper-button-next {
  right: var(--swiper-navigation-sides-offset, 4px);
  left: auto;
}
.swiper-horizontal {
  .swiper-button-prev,
  .swiper-button-next,
  ~ .swiper-button-prev,
  ~ .swiper-button-next {
    top: var(--swiper-navigation-top-offset, 50%);
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
    margin-left: 0;
  }
  .swiper-button-prev,
  & ~ .swiper-button-prev,
  &.swiper-rtl .swiper-button-next,
  &.swiper-rtl ~ .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 4px);
    right: auto;
  }
  .swiper-button-next,
  & ~ .swiper-button-next,
  &.swiper-rtl .swiper-button-prev,
  &.swiper-rtl ~ .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 4px);
    left: auto;
  }
  .swiper-button-prev,
  & ~ .swiper-button-prev,
  &.swiper-rtl .swiper-button-next,
  &.swiper-rtl ~ .swiper-button-next {
    ::slotted(.swiper-navigation-icon),
    .swiper-navigation-icon {
      transform: rotate(180deg);
    }
  }
  &.swiper-rtl .swiper-button-prev,
  &.swiper-rtl ~ .swiper-button-prev {
    ::slotted(.swiper-navigation-icon),
    .swiper-navigation-icon {
      transform: rotate(0deg);
    }
  }
}
.swiper-vertical {
  .swiper-button-prev,
  .swiper-button-next,
  ~ .swiper-button-prev,
  ~ .swiper-button-next {
    left: var(--swiper-navigation-top-offset, 50%);
    right: auto;
    margin-left: calc(0px - (var(--swiper-navigation-size) / 2));
    margin-top: 0;
  }
  .swiper-button-prev,
  ~ .swiper-button-prev {
    top: var(--swiper-navigation-sides-offset, 4px);
    bottom: auto;
    ::slotted(.swiper-navigation-icon),
    .swiper-navigation-icon {
      transform: rotate(-90deg);
    }
  }
  .swiper-button-next,
  ~ .swiper-button-next {
    bottom: var(--swiper-navigation-sides-offset, 4px);
    top: auto;
    ::slotted(.swiper-navigation-icon),
    .swiper-navigation-icon {
      transform: rotate(90deg);
    }
  }
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
  &.swiper-pagination-hidden {
    opacity: 0;
  }
  .swiper-pagination-disabled > &,
  &.swiper-pagination-disabled {
    display: none !important;
  }
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
  .swiper-pagination-bullet {
    transform: scale(0.33);
    position: relative;
  }
  .swiper-pagination-bullet-active {
    transform: scale(1);
  }
  .swiper-pagination-bullet-active-main {
    transform: scale(1);
  }
  .swiper-pagination-bullet-active-prev {
    transform: scale(0.66);
  }
  .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33);
  }
  .swiper-pagination-bullet-active-next {
    transform: scale(0.66);
  }
  .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33);
  }
}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
  button& {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    appearance: none;
  }
  .swiper-pagination-clickable & {
    cursor: pointer;
  }

  &:only-child {
    display: none !important;
  }
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
  .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block;
  }
  &.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    .swiper-pagination-bullet {
      display: inline-block;
      transition:
        200ms transform,
        200ms top;
    }
  }
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-horizontal.swiper-pagination-bullets {
  .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
  }
  &.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    .swiper-pagination-bullet {
      transition:
        200ms transform,
        200ms left;
    }
  }
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition:
    200ms transform,
    200ms right;
}
/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}
/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
  .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top;
  }
  .swiper-rtl & .swiper-pagination-progressbar-fill {
    transform-origin: right top;
  }
  .swiper-horizontal > &,
  &.swiper-pagination-horizontal,
  .swiper-vertical > &.swiper-pagination-progressbar-opposite,
  &.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0;
  }
  .swiper-vertical > &,
  &.swiper-pagination-vertical,
  .swiper-horizontal > &.swiper-pagination-progressbar-opposite,
  &.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
    width: var(--swiper-pagination-progressbar-size, 4px);
    height: 100%;
    left: 0;
    top: 0;
  }
}
.swiper-pagination-lock {
  display: none;
}

*, ::before, ::after {
  --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, 0.5);
  --tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);
  --tw-ring-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow-colored: 0 0 rgba(0,0,0,0);
  --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, 0.5);
  --tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);
  --tw-ring-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow-colored: 0 0 rgba(0,0,0,0);
  --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:  ;
}/*
! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
  * {
    scrollbar-color: #282828 #fff;
    scrollbar-width: thin;
  }
.container {
  width: 100%;
}
@media (min-width: 361px) {

  .container {
    max-width: 361px;
  }
}
@media (min-width: 426px) {

  .container {
    max-width: 426px;
  }
}
@media (min-width: 601px) {

  .container {
    max-width: 601px;
  }
}
@media (min-width: 640px) {

  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {

  .container {
    max-width: 768px;
  }
}
@media (min-width: 821px) {

  .container {
    max-width: 821px;
  }
}
@media (min-width: 1024px) {

  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1025px) {

  .container {
    max-width: 1025px;
  }
}
@media (min-width: 1181px) {

  .container {
    max-width: 1181px;
  }
}
@media (min-width: 1280px) {

  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1281px) {

  .container {
    max-width: 1281px;
  }
}
@media (min-width: 1367px) {

  .container {
    max-width: 1367px;
  }
}
@media (min-width: 1441px) {

  .container {
    max-width: 1441px;
  }
}
@media (min-width: 1536px) {

  .container {
    max-width: 1536px;
  }
}
@media (min-width: 1681px) {

  .container {
    max-width: 1681px;
  }
}
/* text */
.eyelet {
  display: block;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  text-transform: uppercase;
  font-style: italic;
  text-decoration-line: underline;
  text-underline-offset: 2px;
}
@media (min-width: 768px) {

  .eyelet {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
}
@media (min-width: 768px) {

  .title {
    font-size: 3rem;
    line-height: 1;
  }
}
@media (min-width: 1025px) {

  .title {
    font-size: 70px;
  }
}
@media (min-width: 1441px) {

  .title {
    font-size: 90px;
  }
}
.title.title--medium {
  font-size: 32px;
}
@media (min-width: 768px) {

  .title.title--medium {
    font-size: 2.25rem;
    line-height: 2.5rem;
    line-height: 1;
  }
}
@media (min-width: 1025px) {

  .title.title--medium {
    font-size: 50px;
  }
}
@media (min-width: 1441px) {

  .title.title--medium {
    font-size: 75px;
  }
}
.title.title--small {
  font-size: 32px;
}
@media (min-width: 768px) {

  .title.title--small {
    font-size: 1.875rem;
    line-height: 2.25rem;
    line-height: 1;
  }
}
@media (min-width: 1025px) {

  .title.title--small {
    font-size: 36px;
  }
}
@media (min-width: 1441px) {

  .title.title--small {
    font-size: 48px;
  }
}
.txt {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  line-height: 1.375;
}
@media (min-width: 768px) {

  .txt {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 1025px) {

  .txt {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1441px) {

  .txt {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
/* button */
.button > a,
  .button > button,
  .button > span {
  position: relative;
  display: inline-block;
  border-radius: 9999px;
  border-width: 1px;
  border-color: #b5a869;
  border-color: var(--color-primary);
  background-color: #b5a869;
  background-color: var(--color-primary);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  font-style: italic;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.button > a:hover,
  .button > button:hover,
  .button > span:hover {
  border-color: #877d4e;
  border-color: var(--color-primary-dark);
  background-color: #877d4e;
  background-color: var(--color-primary-dark);
}
@media (min-width: 768px) {

  .button > a,
  .button > button,
  .button > span {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.button > a:hover > span::after,
  .button > button:hover > span::after,
  .button > span:hover > span::after {
  content: var(--tw-content);
  --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(1) scaleY(var(--tw-scale-y));
  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));
}
.button > a > span,
  .button > button > span,
  .button > span > span {
  position: relative;
}
.button > a > span::after,
  .button > button > span::after,
  .button > span > span::after {
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 1px;
  width: 100%;
  --tw-scale-x: 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(0) scaleY(var(--tw-scale-y));
  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-bg-opacity: 1;
  background-color: rgba(255, 255, 255, 1);
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  --tw-content: "";
  content: "";
  content: var(--tw-content);
}
.button.button--white > a,
  .button.button--white > button,
  .button.button--white > span {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, 1);
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
  color: #b5a869;
  color: var(--color-primary);
}
.button.button--white > a:hover,
  .button.button--white > button:hover,
  .button.button--white > span:hover {
  border-color: #b5a869;
  border-color: var(--color-primary);
  background-color: #b5a869;
  background-color: var(--color-primary);
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}
.button.button--white-outline > a,
  .button.button--white-outline > button,
  .button.button--white-outline > span {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, 1);
  border-color: rgba(255, 255, 255, var(--tw-border-opacity, 1));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}
.button.button--white-outline > a:hover,
  .button.button--white-outline > button:hover,
  .button.button--white-outline > span:hover {
  background-color: transparent;
}
.button.button--icon > a,
  .button.button--icon > button,
  .button.button--icon > span {
  padding-right: 2.5rem;
}
@media (min-width: 768px) {

  .button.button--icon > a,
  .button.button--icon > button,
  .button.button--icon > span {
    padding-right: 4rem;
  }
}
.button.button--icon i {
  position: absolute;
  right: 1rem;
  top: 50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), -50%) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  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: 768px) {

  .button.button--icon i {
    right: 1.75rem;
  }
}
/*Badge*/
.badge > a,
  .badge > button,
  .badge > span {
  display: inline-block;
  border-radius: 9999px;
  border-width: 2px;
  background-color: transparent;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  font-style: italic;
}
@media (min-width: 768px) {

  .badge > a,
  .badge > button,
  .badge > span {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 1025px) {

  .badge > a,
  .badge > button,
  .badge > span {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.icon-badge {
  display: flex;
  height: 1.25rem;
  width: 1.25rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 2px;
  border-color: #b5a869;
  border-color: var(--color-primary);
  color: #b5a869;
  color: var(--color-primary);
}
@media (min-width: 768px) {

  .icon-badge {
    height: 2.75rem;
    width: 2.75rem;
  }
}
.icon-badge > a,
  .icon-badge > button,
  .icon-badge > span {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
@media (min-width: 768px) {

  .icon-badge > a,
  .icon-badge > button,
  .icon-badge > span {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
/* layout */
.\!hero {
  margin-left: auto;
  margin-right: auto;
  height: 100vh;
  min-height: 550px;
  width: 100%;
  max-width: 1920px;
  max-width: var(--site-max-w);
  padding: 0.5rem;
}
@media (min-width: 768px) {

  .\!hero {
    min-height: 760px;
    padding: 1.25rem;
  }
}
.hero {
  margin-left: auto;
  margin-right: auto;
  height: 100vh;
  min-height: 550px;
  width: 100%;
  max-width: 1920px;
  max-width: var(--site-max-w);
  padding: 0.5rem;
}
@media (min-width: 768px) {

  .hero {
    min-height: 760px;
    padding: 1.25rem;
  }
}
.hero__inner {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
  border-radius: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgba(38, 38, 38, 1);
  background-color: rgba(38, 38, 38, var(--tw-bg-opacity, 1));
}
.hero__bg {
  height: 100%;
  width: 100%;
}
.hero__bg > div {
  height: 100%;
  width: 100%;
}
.hero__bg iframe {
  height: 100%;
  width: 100%;
}
.hero__caption {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  max-width: 768px;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  transform: translate(-50%, -50%) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  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));
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 5rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}
@media (min-width: 1025px) {

  .hero__caption {
    left: 2.5rem;
    max-width: 1000px;
    --tw-translate-x: -0px;
    transform: translate(-0px, 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));
    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));
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    text-align: left;
  }
}
@media (min-width: 1441px) {

  .hero__caption {
    left: 5rem;
  }
}
.container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1920px;
  max-width: var(--site-max-w);
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media (min-width: 1441px) {

  .container {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
/* accordion */
.accordion {
  border-radius: 0.75rem;
  border-width: 1px;
  border-color: #b5a869;
  border-color: var(--color-primary);
  --tw-bg-opacity: 1;
  background-color: rgba(245, 245, 245, 1);
  background-color: rgba(245, 245, 245, var(--tw-bg-opacity, 1));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
@media (min-width: 768px) {

  .accordion {
    border-radius: 1.5rem;
  }
}
.accordion:not(.accordion--open):hover {
  --tw-scale-x: 1.01;
  --tw-scale-y: 1.01;
  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(1.01) scaleY(1.01);
  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));
}
.accordion.accordion--open .accordion__body {
  display: block;
}
.accordion.accordion--open .icon-plus {
  display: none;
}
.accordion.accordion--open .icon-minus {
  display: block;
}
.accordion__header {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: left;
}
@media (min-width: 768px) {

  .accordion__header {
    padding: 1.5rem;
  }
}
.accordion__icon {
  display: flex;
  height: 1.25rem;
  width: 1.25rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
  border-color: #b5a869;
  border-color: var(--color-primary);
}
@media (min-width: 768px) {

  .accordion__icon {
    height: 2.25rem;
    width: 2.25rem;
  }
}
.accordion__icon .icon-minus {
  display: none;
}
.accordion__icon > span {
  font-size: 9px;
  color: #b5a869;
  color: var(--color-primary);
}
@media (min-width: 768px) {

  .accordion__icon > span {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
.accordion__body {
  display: none;
  padding-left: 1rem;
  padding-right: 1rem;
  color: rgba(0, 0, 0, 0.5);
}
@media (min-width: 768px) {

  .accordion__body {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
/* form */
/*.form__field input,
    .form__field select,
    .form__field textarea {
        @apply h-11 w-full appearance-none rounded-3xl border border-neutral-300 bg-neutral-100;
    }*/
/* swiper */
.swiper-buttons {
  display: none;
  height: 3rem;
  width: 9rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, 1);
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity, 1));
  padding: 0.25rem;
}
@media (min-width: 1025px) {

  .swiper-buttons {
    display: flex;
  }
}
.swiper-buttons .swiper-button-prev,
  .swiper-buttons .swiper-button-next {
  position: static;
  margin: 0px;
  display: flex;
  height: 100%;
  width: 50%;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, 1);
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, 1);
  color: rgba(0, 0, 0, var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.swiper-buttons .swiper-button-prev:hover,
  .swiper-buttons .swiper-button-next:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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(1.05) scaleY(1.05);
  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));
}
.swiper-buttons .swiper-button-prev:active,
  .swiper-buttons .swiper-button-next:active {
  --tw-scale-x: 1;
  --tw-scale-y: 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(1) scaleY(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));
}
.swiper-buttons .swiper-button-prev svg,
  .swiper-buttons .swiper-button-next svg {
  display: none;
}
.swiper-buttons .swiper-button-prev.swiper-button-disabled,
  .swiper-buttons .swiper-button-next.swiper-button-disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, 1);
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
  opacity: 1;
}
.swiper-buttons .swiper-button-prev {
  margin-right: 0.125rem;
  border-top-left-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}
.swiper-buttons .swiper-button-next {
  margin-left: 0.125rem;
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
  border-top-right-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
}
.swiper-buttons.swiper-buttons--white {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, 1);
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
}
.swiper-buttons.swiper-buttons--white .swiper-button-prev,
  .swiper-buttons.swiper-buttons--white .swiper-button-next {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, 1);
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}
.swiper-buttons.swiper-buttons--white
    .swiper-button-prev.swiper-button-disabled,
  .swiper-buttons.swiper-buttons--white
    .swiper-button-next.swiper-button-disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, 1);
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, 1);
  color: rgba(0, 0, 0, var(--tw-text-opacity, 1));
}
.swiper-pagination {
  display: none;
}
@media (min-width: 1025px) {

  .swiper-pagination {
    display: block;
  }
}
.swiper-pagination .swiper-pagination-bullet {
  height: 0.625rem;
  width: 0.875rem;
  border-radius: 0.25rem;
  border-width: 1px;
  border-color: #b5a869;
  border-color: var(--color-primary);
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, 1);
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #b5a869;
  background-color: var(--color-primary);
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.\!absolute {
  position: absolute !important;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-3 {
  bottom: 0.75rem;
}
.left-0 {
  left: 0px;
}
.left-1\/2 {
  left: 50%;
}
.left-2 {
  left: 0.5rem;
}
.left-3 {
  left: 0.75rem;
}
.left-\[calc\(-50vw\+50\%\)\] {
  left: calc(-50vw + 50%);
}
.top-0 {
  top: 0px;
}
.top-28 {
  top: 7rem;
}
.top-3 {
  top: 0.75rem;
}
.top-full {
  top: 100%;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-\[2\] {
  z-index: 2;
}
.z-\[3\] {
  z-index: 3;
}
.col-span-1 {
  grid-column: span 1 / span 1;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.-mx-5 {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-14 {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}
.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.\!mt-16 {
  margin-top: 4rem !important;
}
.mb-14 {
  margin-bottom: 3.5rem;
}
.mb-20 {
  margin-bottom: 5rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-9 {
  margin-bottom: 2.25rem;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-auto {
  margin-left: auto;
}
.mr-24 {
  margin-right: 6rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mr-5 {
  margin-right: 1.25rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-14 {
  margin-top: 3.5rem;
}
.mt-16 {
  margin-top: 4rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-28 {
  margin-top: 7rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-40 {
  margin-top: 10rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-9 {
  margin-top: 2.25rem;
}
.mt-auto {
  margin-top: auto;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.table {
  display: table;
}
.hidden {
  display: none;
}
.h-0 {
  height: 0px;
}
.h-36 {
  height: 9rem;
}
.h-80 {
  height: 20rem;
}
.h-96 {
  height: 24rem;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.min-h-\[50vh\] {
  min-height: 50vh;
}
.\!w-56 {
  width: 14rem !important;
}
.w-2\/3 {
  width: 66.666667%;
}
.w-72 {
  width: 18rem;
}
.w-\[200px\] {
  width: 200px;
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.w-screen {
  width: 100vw;
}
.max-w-72 {
  max-width: 18rem;
}
.max-w-\[1080px\] {
  max-width: 1080px;
}
.max-w-\[1280px\] {
  max-width: 1280px;
}
.max-w-\[768px\] {
  max-width: 768px;
}
.max-w-max {
  max-width: -moz-max-content;
  max-width: max-content;
}
.max-w-site-max-w {
  max-width: 1920px;
  max-width: var(--site-max-w);
}
.shrink-0 {
  flex-shrink: 0;
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(-50%, 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));
  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));
}
.translate-y-full {
  --tw-translate-y: 100%;
  transform: translate(var(--tw-translate-x), 100%) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  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));
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.space-x-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2.5rem * 0);
  margin-right: calc(2.5rem * var(--tw-space-x-reverse));
  margin-left: calc(2.5rem * (1 - 0));
  margin-left: calc(2.5rem * (1 - var(--tw-space-x-reverse)));
  margin-left: calc(2.5rem * calc(1 - 0));
  margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-12 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(3rem * 0);
  margin-right: calc(3rem * var(--tw-space-x-reverse));
  margin-left: calc(3rem * (1 - 0));
  margin-left: calc(3rem * (1 - var(--tw-space-x-reverse)));
  margin-left: calc(3rem * calc(1 - 0));
  margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-20 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(5rem * 0);
  margin-right: calc(5rem * var(--tw-space-x-reverse));
  margin-left: calc(5rem * (1 - 0));
  margin-left: calc(5rem * (1 - var(--tw-space-x-reverse)));
  margin-left: calc(5rem * calc(1 - 0));
  margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * 0);
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * (1 - 0));
  margin-left: calc(0.75rem * (1 - var(--tw-space-x-reverse)));
  margin-left: calc(0.75rem * calc(1 - 0));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.25rem * 0);
  margin-right: calc(1.25rem * var(--tw-space-x-reverse));
  margin-left: calc(1.25rem * (1 - 0));
  margin-left: calc(1.25rem * (1 - var(--tw-space-x-reverse)));
  margin-left: calc(1.25rem * calc(1 - 0));
  margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2.5rem * (1 - 0));
  margin-top: calc(2.5rem * (1 - var(--tw-space-y-reverse)));
  margin-top: calc(2.5rem * calc(1 - 0));
  margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.5rem * 0);
  margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
}
.space-y-12 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(3rem * (1 - 0));
  margin-top: calc(3rem * (1 - var(--tw-space-y-reverse)));
  margin-top: calc(3rem * calc(1 - 0));
  margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3rem * 0);
  margin-bottom: calc(3rem * var(--tw-space-y-reverse));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * (1 - 0));
  margin-top: calc(0.5rem * (1 - var(--tw-space-y-reverse)));
  margin-top: calc(0.5rem * calc(1 - 0));
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * 0);
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * (1 - 0));
  margin-top: calc(0.75rem * (1 - var(--tw-space-y-reverse)));
  margin-top: calc(0.75rem * calc(1 - 0));
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * 0);
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * (1 - 0));
  margin-top: calc(1rem * (1 - var(--tw-space-y-reverse)));
  margin-top: calc(1rem * calc(1 - 0));
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * 0);
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * (1 - 0));
  margin-top: calc(1.25rem * (1 - var(--tw-space-y-reverse)));
  margin-top: calc(1.25rem * calc(1 - 0));
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * 0);
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-visible {
  overflow: visible;
}
.overflow-x-auto {
  overflow-x: auto;
}
.rounded-3xl {
  border-radius: 1.5rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-l-3xl {
  border-top-left-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}
.border-r {
  border-right-width: 1px;
}
.border-r-2 {
  border-right-width: 2px;
}
.border-primary {
  border-color: #b5a869;
  border-color: var(--color-primary);
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, 1);
  border-color: rgba(255, 255, 255, var(--tw-border-opacity, 1));
}
.border-opacity-50 {
  --tw-border-opacity: 0.5;
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, 1);
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity, 1));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, 1);
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-9 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb-\[133\%\] {
  padding-bottom: 133%;
}
.pb-\[calc\(\(151\/232\)\*100\%\)\] {
  padding-bottom: calc((151 / 232) * 100%);
}
.pb-\[calc\(\(166\/205\)\*100\%\)\] {
  padding-bottom: calc((166 / 205) * 100%);
}
.pb-\[calc\(\(619\/476\)\*100\%\)\] {
  padding-bottom: calc((619 / 476) * 100%);
}
.pb-\[calc\(\(736\/557\)\*100\%\)\] {
  padding-bottom: calc((736 / 557) * 100%);
}
.pl-2 {
  padding-left: 0.5rem;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-16 {
  padding-top: 4rem;
}
.pt-32 {
  padding-top: 8rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.text-center {
  text-align: center;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-7xl {
  font-size: 4.5rem;
  line-height: 1;
}
.text-\[18px\] {
  font-size: 18px;
}
.text-\[32px\] {
  font-size: 32px;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold {
  font-weight: 700;
}
.font-extrabold {
  font-weight: 800;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.italic {
  font-style: italic;
}
.leading-none {
  line-height: 1;
}
.text-black {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, 1);
  color: rgba(0, 0, 0, var(--tw-text-opacity, 1));
}
.text-primary {
  color: #b5a869;
  color: var(--color-primary);
}
.text-white {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}
.shadow-\[0_4px_49px_0_rgba\(0\2c 0\2c 0\2c 0\.09\)\] {
  --tw-shadow: 0 4px 49px 0 rgba(0,0,0,0.09);
  --tw-shadow-colored: 0 4px 49px 0 var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 4px 49px 0 rgba(0,0,0,0.09);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.blur {
  --tw-blur: blur(8px);
  filter: blur(8px) 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);
  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);
}
.invert {
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) invert(100%) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  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);
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

:root {
  --site-max-w: 1920px;
  --color-primary: #b5a869;
  --color-primary-rgb: 181, 168, 105;
  --color-primary-dark: #877d4e;
  --iti-flag-container-w: 48px;
  --padding-x: 20px;
}

@media only screen and (min-width: 1441px) {
  :root {
    --padding-x: 80px;
  }
}

html,
body {
  font-family: "Inter";
  overflow-x: hidden;
}

/*lenis scroll*/
html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

.lazy:not([data-ll-status="loaded"]) {
  opacity: 0;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*loading*/
.loader {
  position: fixed;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99999;
}

.loader__spinner {
  width: 50px;
  height: 50px;
  border: 2px solid #b5a869;
  border: 2px solid var(--color-primary);
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: loaderRotation 1s linear infinite;
}

@keyframes loaderRotation {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes loaderRotationAbsolute {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

/*FOOTER*/
.footer {
  background-color: #f5f5f5;
  font-family: var(--font-secondary);
  font-size: 12px;
  font-weight: normal;
  line-height: 1.67;
  letter-spacing: 0.24px;
}

.footer .container {
  text-align: left;
}

.footer > .container > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  flex-direction: column;
  padding: 35px 0;
}

@media only screen and (min-width: 768px) {
  .footer > .container > div {
    padding: 40px 0;
    flex-direction: row;
  }
}

.footer__info {
  max-width: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  flex-direction: column;
  margin-bottom: 25px;
}

@media only screen and (min-width: 768px) {
  .footer__info {
    display: flex;
    align-items: start;
    justify-content: center;
    flex-wrap: nowrap;
    margin-bottom: 0;
  }
}

.footer__info p {
  margin: 0;
}

.footer__logo {
  width: 169px;
  margin-bottom: 26px;
}

@media only screen and (min-width: 768px) {
  .footer__logo {
    width: 169px;
  }
}

@media only screen and (min-width: 1366px) {
  .footer__logo {
    width: 169px;
  }
}

.footer__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.footer__social {
  display: flex;
}

.footer__social a {
  color: #7a7a7a;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  transition: color 0.3s ease 0s;
  font-size: 28px;
}

@media (hover: hover) and (pointer: fine) {
  .footer__social a:hover {
    color: #000;
  }
}

.footer__social a:focus-visible {
  color: #000;
}

.footer__social a:before {
  margin: 0;
}

.footer__social a:not(:last-child) {
  margin-right: 15px;
}

.footer__privacy {
  background-color: #fff;
}

.footer__privacy-content {
  padding: 15px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5px;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .footer__privacy-content {
    padding: 25px 0;
  }
}

@media only screen and (min-width: 824px) {
  .footer__privacy-content {
    gap: 0;
    justify-content: space-between;
    text-align: left;
  }
}

.footer__privacy-content small {
  font-size: inherit;
}

@media only screen and (min-width: 768px) {
  .footer__privacy-content small {
    margin-right: 30px;
  }
}

.footer__privacy-content a {
  position: relative;
}

.footer__privacy-content a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 1px;
  background-color: #000;
  width: 100%;
  transform-origin: left;
  transform: scaleX(100%);
  transition: transform 0.75s var(--transition-ease);
}

@media (hover: hover) and (pointer: fine) {
  .footer__privacy-content a:hover:after {
    transform: scaleX(0);
    transition: transform 0.75s var(--transition-ease);
  }
}

.footer__privacy-content a:focus-visible:after {
  transform: scaleX(0);
  transition: transform 0.75s var(--transition-ease);
}

.footer__privacy-content ul {
  display: flex;
}

.footer__privacy-content ul > li:not(:last-child) {
  margin-right: 24px;
}

@media only screen and (min-width: 768px) {
  .footer__privacy-content ul > li:not(:last-child) {
    margin-right: 26px;
  }
}

@media only screen and (min-width: 1024px) {
  .footer__privacy-content ul > li:not(:last-child) {
    margin-right: 28px;
  }
}

@media only screen and (min-width: 1366px) {
  .footer__privacy-content ul > li:not(:last-child) {
    margin-right: 32px;
  }
}

.whatsapp {
  display: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  position: fixed;
  right: 20px;
  right: var(--padding-x);
  bottom: 120px;
  height: 60px;
  width: 60px;
  background-color: #08c54d;
  border-radius: 50%;
  z-index: 300;
  opacity: 0;
  backface-visibility: hidden;
  visibility: hidden;
  transition:
    opacity 150ms cubic-bezier(0.4, 0, 0.2, 1), visibility 150ms cubic-bezier(0.4, 0, 0.2, 1), bottom 150ms cubic-bezier(0.4, 0, 0.2, 1);
}

@media (hover: hover) and (pointer: fine) {
  .whatsapp:hover {
    background-color: #099b3e;
  }
}

@media only screen and (min-width: 768px) {
  .whatsapp.footer-inview {
    bottom: 220px;
  }
}
@media only screen and (min-width: 1025px) {
  .whatsapp.footer-inview {
    bottom: 200px;
  }
}

.whatsapp:focus-visible {
  background-color: #099b3e;
}
.whatsapp.show {
  opacity: 1;
  backface-visibility: visible;
  visibility: visible;
}
.whatsapp .icon-whatsapp {
  color: #fff;
  font-size: 30px;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .whatsapp .icon-whatsapp {
    font-size: 32px;
  }
}
@media only screen and (min-width: 1366px) {
  .whatsapp .icon-whatsapp {
    font-size: 34px;
  }
}

@media only screen and (min-width: 768px) {
  .whatsapp {
    bottom: 140px;
    height: 62px;
    width: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
  }
}
@media only screen and (min-width: 1366px) {
  .whatsapp {
    height: 70px;
    width: 70px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .whatsapp:hover {
    background-color: #099b3e;
  }
}
.whatsapp:focus-visible {
  background-color: #099b3e;
}
.whatsapp.show {
  opacity: 1;
  backface-visibility: visible;
  visibility: visible;
}
.whatsapp .icon-whatsapp {
  color: #fff;
  font-size: 30px;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .whatsapp .icon-whatsapp {
    font-size: 32px;
  }
}
@media only screen and (min-width: 1366px) {
  .whatsapp .icon-whatsapp {
    font-size: 34px;
  }
}

/* Iframe video */
.iframe-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
  container-type: size;
  background-color: #333;
}
.iframe-wrapper::before {
  content: "";
  width: 50px;
  height: 50px;
  border: 2px solid #fff;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: loaderRotationAbsolute 1s linear infinite;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.iframe-wrapper iframe {
  width: 100vw;
  height: 56.25vw;
  min-height: 100vh;
  min-width: 177.77vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
@container (min-aspect-ratio: 16/9) {
.iframe-wrapper iframe {
    height: 56.25cqw;
    width: 100%;
    min-height: 100%;
    min-width: 100%;
}
  }
@container (max-aspect-ratio: 16/9) {
.iframe-wrapper iframe {
    width: 177.78cqh;
    height: 100%;
    min-height: 100%;
    min-width: 100%;
}
  }

/* Cookies page */
.page--thankyou #hd img {
    filter: none;
    top: 2.5rem;
}

.page--thankyou #hd nav {
    display: none;
}

.page--thankyou #hd > div > div:last-of-type {
    display: none;
}

/* Cookies page */
.page--cookies #hd img {
  filter: none;
  top: 2.5rem;
}
.page--cookies #hd nav {
  display: none;
}
.page--cookies #hd > div > div:last-of-type {
  display: none;
}
.cookies p {
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0px;
  margin-right: 0px;
}
.cookies p:first-of-type {
  margin-top: 0;
}
.cookies p:last-of-type {
  margin-bottom: 0;
}
.cookies p a {
  word-break: break-all;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.cookies p a:hover {
  opacity: 0.5;
}

.cookies ul,
.cookies ol {
  padding: 0 0 0 40px;
  margin: 1em 0;
}

.cookies ul {
  list-style-type: disc;
}

.cookies ol {
  list-style-type: decimal;
}

.before\:absolute::before {
  content: var(--tw-content);
  position: absolute;
}

.before\:left-0::before {
  content: var(--tw-content);
  left: 0px;
}

.before\:top-0::before {
  content: var(--tw-content);
  top: 0px;
}

.before\:z-\[2\]::before {
  content: var(--tw-content);
  z-index: 2;
}

.before\:h-full::before {
  content: var(--tw-content);
  height: 100%;
}

.before\:w-full::before {
  content: var(--tw-content);
  width: 100%;
}

.before\:bg-black\/20::before {
  content: var(--tw-content);
  background-color: rgba(0, 0, 0, 0.2);
}

.before\:bg-black\/45::before {
  content: var(--tw-content);
  background-color: rgba(0, 0, 0, 0.45);
}

.before\:content-\[\'\'\]::before {
  --tw-content: '';
  content: '';
  content: var(--tw-content);
}

.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}

.after\:bottom-0::after {
  content: var(--tw-content);
  bottom: 0px;
}

.after\:left-0::after {
  content: var(--tw-content);
  left: 0px;
}

.after\:h-px::after {
  content: var(--tw-content);
  height: 1px;
}

.after\:w-full::after {
  content: var(--tw-content);
  width: 100%;
}

.after\:scale-x-100::after {
  content: var(--tw-content);
  --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(1) scaleY(var(--tw-scale-y));
  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));
}

.after\:bg-white::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, 1);
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
}

.after\:transition-transform::after {
  content: var(--tw-content);
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.after\:content-\[\'\'\]::after {
  --tw-content: '';
  content: '';
  content: var(--tw-content);
}

.last-of-type\:border-r-0:last-of-type {
  border-right-width: 0px;
}

.group\/dropdown:hover .group-hover\/dropdown\:block {
  display: block;
}

.group\/dropdownItem:hover .group-hover\/dropdownItem\:after\:scale-x-0::after {
  content: var(--tw-content);
  --tw-scale-x: 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(0) scaleY(var(--tw-scale-y));
  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));
}

.group:hover .group-hover\:after\:scale-x-0::after {
  content: var(--tw-content);
  --tw-scale-x: 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(0) scaleY(var(--tw-scale-y));
  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: 768px) {

  .tablet-xs\:bottom-5 {
    bottom: 1.25rem;
  }

  .tablet-xs\:left-4 {
    left: 1rem;
  }

  .tablet-xs\:left-8 {
    left: 2rem;
  }

  .tablet-xs\:top-6 {
    top: 1.5rem;
  }

  .tablet-xs\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .tablet-xs\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .tablet-xs\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .tablet-xs\:my-28 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .tablet-xs\:mb-20 {
    margin-bottom: 5rem;
  }

  .tablet-xs\:mb-28 {
    margin-bottom: 7rem;
  }

  .tablet-xs\:mt-0 {
    margin-top: 0px;
  }

  .tablet-xs\:mt-10 {
    margin-top: 2.5rem;
  }

  .tablet-xs\:mt-12 {
    margin-top: 3rem;
  }

  .tablet-xs\:mt-14 {
    margin-top: 3.5rem;
  }

  .tablet-xs\:mt-20 {
    margin-top: 5rem;
  }

  .tablet-xs\:mt-28 {
    margin-top: 7rem;
  }

  .tablet-xs\:mt-4 {
    margin-top: 1rem;
  }

  .tablet-xs\:mt-48 {
    margin-top: 12rem;
  }

  .tablet-xs\:mt-5 {
    margin-top: 1.25rem;
  }

  .tablet-xs\:mt-8 {
    margin-top: 2rem;
  }

  .tablet-xs\:mt-9 {
    margin-top: 2.25rem;
  }

  .tablet-xs\:flex {
    display: flex;
  }

  .tablet-xs\:h-80 {
    height: 20rem;
  }

  .tablet-xs\:h-\[400px\] {
    height: 400px;
  }

  .tablet-xs\:h-\[570px\] {
    height: 570px;
  }

  .tablet-xs\:\!w-\[500px\] {
    width: 500px !important;
  }

  .tablet-xs\:w-2\/5 {
    width: 40%;
  }

  .tablet-xs\:w-96 {
    width: 24rem;
  }

  .tablet-xs\:w-\[264px\] {
    width: 264px;
  }

  .tablet-xs\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tablet-xs\:space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem * 0);
    margin-right: calc(2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(2.5rem * (1 - 0));
    margin-left: calc(2.5rem * (1 - var(--tw-space-x-reverse)));
    margin-left: calc(2.5rem * calc(1 - 0));
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet-xs\:space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem * 0);
    margin-right: calc(1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(1.25rem * (1 - 0));
    margin-left: calc(1.25rem * (1 - var(--tw-space-x-reverse)));
    margin-left: calc(1.25rem * calc(1 - 0));
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet-xs\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * (1 - 0));
    margin-top: calc(0px * (1 - var(--tw-space-y-reverse)));
    margin-top: calc(0px * calc(1 - 0));
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * 0);
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .tablet-xs\:space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(5rem * (1 - 0));
    margin-top: calc(5rem * (1 - var(--tw-space-y-reverse)));
    margin-top: calc(5rem * calc(1 - 0));
    margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5rem * 0);
    margin-bottom: calc(5rem * var(--tw-space-y-reverse));
  }

  .tablet-xs\:space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * (1 - 0));
    margin-top: calc(2rem * (1 - var(--tw-space-y-reverse)));
    margin-top: calc(2rem * calc(1 - 0));
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * 0);
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
  }

  .tablet-xs\:overflow-hidden {
    overflow: hidden;
  }

  .tablet-xs\:rounded-2xl {
    border-radius: 1rem;
  }

  .tablet-xs\:rounded-3xl {
    border-radius: 1.5rem;
  }

  .tablet-xs\:p-5 {
    padding: 1.25rem;
  }

  .tablet-xs\:p-9 {
    padding: 2.25rem;
  }

  .tablet-xs\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .tablet-xs\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .tablet-xs\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .tablet-xs\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .tablet-xs\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .tablet-xs\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .tablet-xs\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .tablet-xs\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .tablet-xs\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .tablet-xs\:pt-20 {
    padding-top: 5rem;
  }

  .tablet-xs\:text-left {
    text-align: left;
  }

  .tablet-xs\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .tablet-xs\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .tablet-xs\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .tablet-xs\:text-\[32px\] {
    font-size: 32px;
  }

  .tablet-xs\:text-\[50px\] {
    font-size: 50px;
  }

  .tablet-xs\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .tablet-xs\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .tablet-xs\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .tablet-xs\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 821px) {

  .tablet-s\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .tablet-s\:mt-10 {
    margin-top: 2.5rem;
  }

  .tablet-s\:justify-center {
    justify-content: center;
  }

  .tablet-s\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (min-width: 1025px) {

  .tablet-m\:static {
    position: static;
  }

  .tablet-m\:bottom-6 {
    bottom: 1.5rem;
  }

  .tablet-m\:left-5 {
    left: 1.25rem;
  }

  .tablet-m\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .tablet-m\:my-28 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .tablet-m\:-mb-8 {
    margin-bottom: -2rem;
  }

  .tablet-m\:mb-28 {
    margin-bottom: 7rem;
  }

  .tablet-m\:ml-auto {
    margin-left: auto;
  }

  .tablet-m\:mt-0 {
    margin-top: 0px;
  }

  .tablet-m\:mt-12 {
    margin-top: 3rem;
  }

  .tablet-m\:mt-16 {
    margin-top: 4rem;
  }

  .tablet-m\:mt-28 {
    margin-top: 7rem;
  }

  .tablet-m\:mt-4 {
    margin-top: 1rem;
  }

  .tablet-m\:mt-7 {
    margin-top: 1.75rem;
  }

  .tablet-m\:block {
    display: block;
  }

  .tablet-m\:flex {
    display: flex;
  }

  .tablet-m\:hidden {
    display: none;
  }

  .tablet-m\:h-\[430px\] {
    height: 430px;
  }

  .tablet-m\:h-\[600px\] {
    height: 600px;
  }

  .tablet-m\:w-1\/2 {
    width: 50%;
  }

  .tablet-m\:w-\[200px\] {
    width: 200px;
  }

  .tablet-m\:w-\[480px\] {
    width: 480px;
  }

  .tablet-m\:w-\[50vw\] {
    width: 50vw;
  }

  .tablet-m\:transform-none {
    transform: none;
  }

  .tablet-m\:flex-row {
    flex-direction: row;
  }

  .tablet-m\:justify-start {
    justify-content: flex-start;
  }

  .tablet-m\:space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem * 0);
    margin-right: calc(0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(0.75rem * (1 - 0));
    margin-left: calc(0.75rem * (1 - var(--tw-space-x-reverse)));
    margin-left: calc(0.75rem * calc(1 - 0));
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet-m\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * (1 - 0));
    margin-top: calc(0px * (1 - var(--tw-space-y-reverse)));
    margin-top: calc(0px * calc(1 - 0));
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * 0);
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .tablet-m\:overflow-hidden {
    overflow: hidden;
  }

  .tablet-m\:border-r {
    border-right-width: 1px;
  }

  .tablet-m\:p-8 {
    padding: 2rem;
  }

  .tablet-m\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .tablet-m\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .tablet-m\:text-left {
    text-align: left;
  }

  .tablet-m\:text-8xl {
    font-size: 6rem;
    line-height: 1;
  }

  .tablet-m\:text-\[28px\] {
    font-size: 28px;
  }

  .tablet-m\:text-\[40px\] {
    font-size: 40px;
  }

  .tablet-m\:text-\[65px\] {
    font-size: 65px;
  }

  .tablet-m\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .tablet-m\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1181px) {

  .tablet-l\:text-\[40px\] {
    font-size: 40px;
  }

  .tablet-l\:text-\[80px\] {
    font-size: 80px;
  }
}

@media (min-width: 1367px) {

  .desktop-m\:w-1\/3 {
    width: 33.333333%;
  }
}

@media (min-width: 1441px) {

  .desktop-l\:bottom-9 {
    bottom: 2.25rem;
  }

  .desktop-l\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .desktop-l\:my-28 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .desktop-l\:mt-20 {
    margin-top: 5rem;
  }

  .desktop-l\:mt-52 {
    margin-top: 13rem;
  }

  .desktop-l\:w-2\/5 {
    width: 40%;
  }

  .desktop-l\:w-3\/5 {
    width: 60%;
  }

  .desktop-l\:w-\[264px\] {
    width: 264px;
  }

  .desktop-l\:max-w-\[1000px\] {
    max-width: 1000px;
  }

  .desktop-l\:space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(5rem * 0);
    margin-right: calc(5rem * var(--tw-space-x-reverse));
    margin-left: calc(5rem * (1 - 0));
    margin-left: calc(5rem * (1 - var(--tw-space-x-reverse)));
    margin-left: calc(5rem * calc(1 - 0));
    margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop-l\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .desktop-l\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .desktop-l\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .desktop-l\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .desktop-l\:text-\[100px\] {
    font-size: 100px;
  }

  .desktop-l\:text-\[32px\] {
    font-size: 32px;
  }

  .desktop-l\:text-\[40px\] {
    font-size: 40px;
  }

  .desktop-l\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

