/*
font-family: 'Lexend', sans-serif;
font-family: 'Roboto Condensed', sans-serif;
 */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Lexend:wght@300;400;600&family=Roboto+Condensed:wght@700&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*
https://fonts.google.com/share?selection.family=Lexend:wght@400;600%7CRoboto%20Condensed:wght@700

 */
html, body {
  font-size: 16px;
  font-family: "Lexend", sans-serif;
}
html *, body * {
  font-family: inherit;
}
html .ui-widget, body .ui-widget {
  font-family: inherit;
  font-size: inherit;
  display: inline-block;
}
@media (max-width: 47.9375em) {
  html, body {
    font-size: 4.4444444444vw;
  }
}
@media (min-width: 85.375em) and (max-width: 118.6875em) {
  html, body {
    font-size: 1.1713030747vw;
  }
}
@media (min-width: 118.75em) {
  html, body {
    font-size: 18.75px;
  }
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

.page {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  overflow-x: hidden;
}

input, select {
  border: none;
  border-radius: 0;
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.857143%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.embed-responsive-15by1::before {
  padding-top: 150%;
}

a, a * {
  cursor: pointer;
  text-decoration: none;
}

html, body {
  touch-action: auto;
  -webkit-font-smoothing: antialiased;
}

/** { -webkit-user-select: none;-webkit-touch-callout: none; }*/
.generic-container {
  max-width: 85.375rem;
  margin: 0 auto;
  padding: 0 2rem;
  position: relative;
}

h1 u, h2 u, h3 u, h4 u, h5 u, h6 u {
  text-decoration: none;
  border-bottom: 0.125rem solid #FF5200;
  padding-bottom: 0.0625rem;
}

svg {
  pointer-events: none;
}
svg * {
  pointer-events: none;
}

@media (max-width: 47.9375em) {
  html {
    scroll-padding-top: 5rem;
  }
}
@media (min-width: 48em) {
  html {
    scroll-behavior: smooth;
    scroll-padding-top: 5rem;
  }
}

.grecaptcha-badge {
  visibility: hidden;
  opacity: 0;
}

.button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-decoration: none !important;
  border: none;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1;
  cursor: pointer;
  font-weight: 600;
  transition: all 0.25s ease;
  font-family: "Lexend", sans-serif;
}
.button svg {
  display: inline-block;
  vertical-align: middle;
  height: auto;
  width: 1em;
  position: relative;
  margin-right: 0.2em;
}
.button.icon-left svg {
  left: -0.9em;
}
.button.icon-right svg {
  right: -0.9em;
}
.button + .button {
  margin-left: 1.25rem;
}

.button-cartorange:enabled, .button-cartorange.enabled {
  background-color: #FF5200 !important;
  color: #ffffff !important;
  opacity: 1;
}
.button-cartorange:hover, .button-cartorange.hover {
  background-color: #B23900 !important;
  color: #ffffff !important;
  opacity: 1;
}
.button-cartorange:disabled, .button-cartorange.disabled {
  background-color: #ff5200 !important;
  color: #ffffff !important;
  opacity: 0.4;
}

.button-primary:enabled, .button-primary.enabled {
  background-color: #000000;
  color: #ffffff;
  opacity: 1;
}
.button-primary:hover, .button-primary.hover {
  background-color: #373737;
  color: #ffffff;
  opacity: 1;
}
.button-primary:disabled, .button-primary.disabled {
  background-color: #AFAFAF;
  color: #ffffff;
  opacity: 0.4;
  cursor: not-allowed;
}
.button-primary svg path, .button-primary svg polygon {
  fill: #ffffff;
}

.button-icon {
  transition: all 0.25s ease;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  overflow: hidden;
}
.button-icon svg {
  display: block;
  width: 50%;
  margin: 0 auto;
  height: auto;
  vertical-align: middle;
}
.button-icon svg path, .button-icon svg polygon {
  fill: #ffffff;
}

.button-secondary {
  border: 1px solid #000000;
}
.button-secondary:enabled, .button-secondary.enabled {
  background-color: transparent;
  color: #000000;
  opacity: 1;
}
.button-secondary:hover, .button-secondary.hover {
  background-color: #ffffff;
  color: #000000;
  opacity: 1;
}
.button-secondary:disabled, .button-secondary.disabled {
  background-color: #ffffff;
  color: #000000;
  opacity: 0.4;
}
.button-secondary svg path, .button-secondary svg polygon {
  fill: #000000;
}

.button-big {
  padding: 0.875rem 1.625rem;
  border-radius: 2.5rem;
  min-width: 5.75rem;
  height: 2.5rem;
}

.button-small {
  padding: 0.625rem 1.5rem;
  border-radius: 1rem;
  min-width: 2.875rem;
  height: 2rem;
}

.button-terziary {
  margin: 0;
  padding: 0;
}
.button-terziary:enabled, .button-terziary.enabled {
  text-decoration: underline;
  opacity: 1;
}
.button-terziary:hover, .button-terziary.hover {
  text-decoration: none;
  opacity: 1;
}
.button-terziary:disabled, .button-terziary.disabled {
  text-decoration: underline;
  opacity: 0.4;
  cursor: not-allowed;
}

.button-terziary-big {
  font-size: 0.875rem;
}
.button-terziary-big:enabled, .button-terziary-big.enabled {
  background-color: transparent;
  color: #000000;
  text-decoration: underline;
  opacity: 1;
}
.button-terziary-big:hover, .button-terziary-big.hover {
  background-color: transparent;
  color: #000000;
  text-decoration: none;
  opacity: 1;
}
.button-terziary-big:disabled, .button-terziary-big.disabled {
  background-color: transparent;
  color: #000000;
  text-decoration: underline;
  opacity: 0.4;
  cursor: not-allowed;
}

.button-terziary-small {
  font-size: 0.75rem;
}
.button-terziary-small:enabled, .button-terziary-small.enabled {
  background-color: transparent;
  color: #ffffff;
  text-decoration: underline;
  opacity: 1;
}
.button-terziary-small:hover, .button-terziary-small.hover {
  background-color: transparent;
  color: #ffffff;
  text-decoration: none;
  opacity: 1;
}
.button-terziary-small:disabled, .button-terziary-small.disabled {
  background-color: transparent;
  color: #ffffff;
  text-decoration: underline;
  opacity: 0.4;
  cursor: not-allowed;
}

.user-pass, .user-pass-reset, .change-password-form {
  max-width: 760px;
  margin: 0 auto;
}

.user-pass p, .block-registration p, .change-password-form p {
  margin-bottom: 1rem;
}
.user-pass .button, .block-registration .button, .change-password-form .button {
  padding: 0.875rem 1.625rem;
  border-radius: 2.5rem;
  min-width: 5.75rem;
  height: 2.5rem;
  background-color: #FF5200 !important;
  color: #ffffff !important;
  opacity: 1;
}

input[type=text], input[type=password], input[type=number], input[type=search], .input-text {
  display: block;
  width: 100%;
  border: 1px solid #8C8E90;
  border-radius: 1.25rem;
  background-color: #F7F8FA;
  color: #666666;
  font-size: 0.875rem;
  font-family: "Lexend", sans-serif;
  line-height: 1.5rem;
  padding: 0.5rem 1rem;
}
input[type=text].error, input[type=password].error, input[type=number].error, input[type=search].error, .input-text.error {
  border-color: red;
}

label, .label {
  display: block;
  text-transform: uppercase;
  color: black;
  font-size: 0.5rem;
  font-weight: 600;
  letter-spacing: 0.0625rem;
  line-height: 0.75rem;
  margin-bottom: 0.5rem;
}

@media (max-width: 47.9375em) {
  .form-item, .js-form-item {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 48em) {
  .form-item, .js-form-item {
    margin-bottom: 1rem;
  }
}
.form-item.error, .js-form-item.error {
  border-color: red;
}

@media (max-width: 47.9375em) {
  #edit-privacy .js-form-item {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 48em) {
  #edit-privacy .js-form-item {
    margin-bottom: 0.5rem;
  }
}

.form-item-radio-group p {
  font-size: 0.8em;
}

textarea, .textarea {
  display: block;
  text-align: left;
  width: 100%;
  border: 1px solid #8C8E90;
  border-radius: 1.25rem;
  background-color: #F7F8FA;
  color: #666666;
  font-size: 0.875rem;
  line-height: 1.5rem;
  padding: 0.5rem 1rem;
}
textarea.error, .textarea.error {
  border-color: red;
}

select.error {
  border: 1px solid red;
}

div[data-drupal-messages] {
  color: red;
  font-size: 1rem;
  margin-bottom: 1rem;
  padding: 1rem;
}

select.form-select {
  position: static !important;
  width: 100% !important;
  height: auto !important;
  clip: unset !important;
}

.chosen-container {
  display: none !important;
}

.block-registration-main-text {
  font-size: 1.125rem;
  line-height: 1.5rem;
  margin-bottom: 3.5rem;
}
.block-registration-main-text small {
  font-size: 0.875rem;
}

/* custom radio */
[type=radio]:checked,
[type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}

[type=radio]:checked + label,
[type=radio]:not(:checked) + label {
  position: relative;
  padding-left: 1.75rem;
  cursor: pointer;
  line-height: 1.25rem;
  display: inline-block;
  color: #666;
}

[type=radio]:checked + label:before,
[type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1.125rem;
  height: 1.125rem;
  border: 1px solid #000000;
  border-radius: 100%;
  background: #fff;
}

[type=radio]:checked + label:after,
[type=radio]:not(:checked) + label:after {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  background: #FF5200;
  position: absolute;
  top: 0.3125rem;
  left: 0.3125rem;
  border-radius: 100%;
  transition: all 0.2s ease;
}

[type=radio]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}

[type=radio]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

.ui-widget.ui-widget-content {
  border: 1px solid rgba(140, 142, 144, 0.5);
  border-radius: 0.25rem;
  background-color: #F7F8FA;
}
@media (max-width: 47.9375em) {
  .ui-widget.ui-widget-content {
    width: 86vw !important;
    max-width: 86vw !important;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
  .ui-widget.ui-widget-content {
    width: 79vw !important;
    max-width: 79vw !important;
  }
}
.ui-autocomplete-category {
  color: #000000;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1rem;
  padding: 1rem;
}

.ui-menu .ui-menu-item-wrapper {
  color: #666666;
  font-size: 0.875rem;
  letter-spacing: 0;
  line-height: 0.875rem;
  padding: 1rem;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #FF3E00;
  background: #FF3E00 url("img/correct-white.svg") 95% center no-repeat;
  background-size: 1rem auto;
  font-weight: 600;
  color: #ffffff;
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #FF3E00;
  background-color: #FF3E00;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #FF3E00;
  background: #FF3E00;
  font-weight: normal;
  color: #ffffff;
}

.ui-menu .label-veditutti .ui-menu-item-wrapper {
  text-align: right;
  color: #FF3E00;
  background: #ffffff;
  font-weight: 700;
}
.ui-menu .label-veditutti .ui-menu-item-wrapper.ui-state-active {
  color: #ffffff;
  background: #FF3E00;
  border-color: #FF3E00;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #ffffff;
  text-decoration: none;
}

.form-title {
  color: #0D0D0D;
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 600;
}
@media (max-width: 47.9375em) {
  .form-title {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 48em) {
  .form-title {
    margin-bottom: 1rem;
  }
}

.form-text {
  color: #000000;
  margin-bottom: 0.5rem;
}
@media (max-width: 47.9375em) {
  .form-text {
    font-size: 0.6875rem !important;
    line-height: 0.8125rem !important;
  }
}
@media (min-width: 48em) {
  .form-text {
    font-size: 0.75rem !important;
    line-height: 0.875rem !important;
  }
}
.form-text b, .form-text strong {
  font-weight: bold;
}
.form-text a {
  color: #000000;
  text-decoration: underline;
}

label.form-required::after, span.form-required::after {
  content: "*";
}

#errors-login-form {
  color: red;
  margin: 10px 0;
}

.form-item-text-small {
  color: #000000;
  font-size: 0.75rem !important;
  line-height: 1rem !important;
}
.form-item-text-small a {
  color: #000000;
  text-decoration: underline;
}

.form-item-radio-group .custom-radio, .form-item-radio-group .form-item, .fieldset-wrapper .custom-radio, .fieldset-wrapper .form-item {
  display: inline-block;
  vertical-align: middle;
}
.form-item-radio-group .custom-radio label, .form-item-radio-group .custom-radio + label, .form-item-radio-group .custom-radio + .label, .form-item-radio-group .form-item label, .form-item-radio-group .form-item + label, .form-item-radio-group .form-item + .label, .fieldset-wrapper .custom-radio label, .fieldset-wrapper .custom-radio + label, .fieldset-wrapper .custom-radio + .label, .fieldset-wrapper .form-item label, .fieldset-wrapper .form-item + label, .fieldset-wrapper .form-item + .label {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  margin-right: 1em;
}
.form-item-radio-group h3, .fieldset-wrapper h3 {
  font-weight: bold;
  font-size: 1.1em;
}
.form-item-radio-group p, .fieldset-wrapper p {
  color: #000000;
}
.form-item-radio-group p a, .fieldset-wrapper p a {
  color: #000000;
  text-decoration: underline;
}

fieldset {
  padding: 1em 0;
  font-size: 1rem;
}
fieldset legend {
  margin-bottom: 0.5em;
}

.form-wrapper h2 {
  margin-bottom: 1em;
}

.select, select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  margin: 0;
  display: block;
  width: 100%;
  font-family: inherit;
  position: relative;
  font-size: 0.875rem;
  padding: 0.625rem 1rem 0.625rem 1rem;
  line-height: 1.2;
  border: 1px solid #8C8E90;
  border-radius: 1.25rem;
  cursor: pointer;
  background-position: 99% 50%;
  background-size: 1.5rem auto;
  background-repeat: no-repeat;
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24"><path d="M7 10l5 5 5-5z"/><path d="M0 0h24v24H0z" fill="none"/></svg>');
}
.select:enabled, .select.enabled, select:enabled, select.enabled {
  border-color: #8C8E90;
  background-color: #F7F8FA;
  color: #666666;
}
.select:selected, .select.selected, select:selected, select.selected {
  border-color: #8C8E90;
  background-color: #F7F8FA;
  color: #000000;
}
.select:disabled, .select.disabled, select:disabled, select.disabled {
  border-color: #B1B1B1;
  background-color: #CECECE;
  color: #666666;
}
.select option, select option {
  background-color: #F7F8FA;
  color: #666666;
}

.block-footer {
  position: relative;
  z-index: 0;
}
.block-footer #ot-sdk-btn.ot-sdk-show-settings, .block-footer #ot-sdk-btn.optanon-show-settings {
  border: none;
  text-align: left;
  background-color: transparent;
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.0625rem;
  line-height: 0.75rem;
  padding: 0;
}
.block-footer #ot-sdk-btn.ot-sdk-show-settings:hover, .block-footer #ot-sdk-btn.optanon-show-settings:hover {
  background-color: transparent;
  color: #ffffff;
}

.block-footer-top {
  background-color: #1C2530;
  color: #ffffff;
}
@media (max-width: 47.9375em) {
  .block-footer-top {
    padding: 3.5rem 0;
  }
}
@media (min-width: 48em) {
  .block-footer-top {
    padding: 2rem 0;
    min-height: 31.5rem;
  }
}
.block-footer-bottom {
  background-color: #F2F5F8;
}
@media (max-width: 47.9375em) {
  .block-footer-bottom {
    padding: 3.5rem 0;
  }
}
@media (min-width: 48em) {
  .block-footer-bottom {
    padding: 2rem 0;
    width: 100%;
    display: flow-root;
  }
}
@media (min-width: 48em) {
  .block-footer-top-box {
    position: absolute;
    z-index: 1;
  }
}
@media (min-width: 48em) {
  .block-footer-top-menu {
    top: 5.1875rem;
    right: 24.0849194729%;
    max-width: 22%;
  }
}
.block-footer-top-menu .block-footer-top-title {
  margin-bottom: 1.75rem;
}

@media (min-width: 48em) {
  .block-footer-top-informazioni {
    right: 9.2972181552%;
    top: 5.1875rem;
  }
}
.block-footer-top-informazioni .block-footer-top-title {
  margin-bottom: 1.75rem;
}

.block-footer-top-logo {
  margin-bottom: 1rem;
}
@media (min-width: 48em) {
  .block-footer-top-logo {
    top: 4.875rem;
    left: 2rem;
  }
}
.block-footer-top-back {
  text-transform: uppercase;
  color: #ffffff;
}
@media (max-width: 47.9375em) {
  .block-footer-top-back {
    display: none;
  }
}
@media (min-width: 48em) {
  .block-footer-top-back {
    top: 0;
    right: 2rem;
  }
}
.block-footer-top-logo-link {
  color: #ffffff;
  display: block;
}
.block-footer-top-logo-img {
  display: block;
  width: 13.5rem;
  height: auto;
}
@media (min-width: 48em) {
  .block-footer-top-info {
    top: 8.5625rem;
    left: 2rem;
  }
}
@media (min-width: 48em) {
  .block-footer-top-social {
    left: 2rem;
    top: 21rem;
  }
}
@media (min-width: 48em) {
  .block-footer-top-contatti {
    top: 5.1875rem;
    right: 55.270863836%;
    width: 11.3125rem;
  }
}
.block-footer-top-item {
  margin-bottom: 1.75rem;
}
.block-footer-top-item + .block-footer-top-item {
  margin-top: 1.75rem;
}

.block-footer-top-title {
  color: #ffffff;
  font-size: 1.125rem;
  line-height: 1.5rem;
}
.block-footer-top-item-link {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.0625rem;
  line-height: 0.75rem;
}
.block-footer-top-info-text {
  color: #ffffff;
}
.block-footer-top-info-text-1 {
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-bottom: 1rem;
}
.block-footer-top-info-text-2 {
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1rem;
  margin-bottom: 2.25rem;
}
.block-footer-top-social-title {
  font-size: 0.5rem;
  font-weight: 600;
  letter-spacing: 0.0625rem;
  line-height: 0.5rem;
  margin-bottom: 1rem;
}
@media (max-width: 47.9375em) {
  .block-footer-top-social-items {
    margin-bottom: 2rem;
  }
}
.block-footer-top-social-item {
  display: inline-block;
  vertical-align: middle;
}
.block-footer-top-social-item + .block-footer-top-social-item {
  margin-left: 1rem;
}
.block-footer-top-social-link {
  color: #ffffff;
  display: block;
  width: 1rem;
  height: 1rem;
  text-indent: 2.25rem;
  line-height: 2.25rem;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
}
.block-footer-top-social-link[href^="https://www.facebook.com"] {
  background-image: url("img/fb.png");
}
.block-footer-top-social-link[href^="https://www.linkedin.com"], .block-footer-top-social-link[href^="https://it.linkedin.com/"] {
  background-image: url("img/in.png");
}
.block-footer-top-social-link[href^="https://www.instagram.com"] {
  background-image: url("img/inst.png");
}
.block-footer-top-social-link[href^="https://www.youtube.com"] {
  background-image: url("img/yt.png");
}

.block-footer-top-contatti-title {
  margin-bottom: 1.75rem;
}
.block-footer-top-contatti-text {
  color: #ffffff;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-bottom: 1rem;
}
.block-footer-top-contatti-link-mail {
  color: #B23900;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1rem;
  margin-bottom: 1.75rem;
}
.block-footer-top-contatti-link-question {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.0625rem;
  line-height: 0.75rem;
}
.block-footer-top-back-link {
  text-transform: uppercase;
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.0625rem;
}

.block-footer-bottom-text-1 {
  color: #111111;
  font-size: 0.75rem;
  line-height: 1rem;
  margin-bottom: 1.5rem;
}
.block-footer-bottom-text-1 a {
  color: #111111;
  text-decoration: underline;
}
@media (min-width: 48em) {
  .block-footer-bottom-text-1 {
    width: 36.1875rem;
    float: left;
  }
}
.block-footer-bottom-logos {
  margin-bottom: 1.75rem;
}
@media (min-width: 48em) {
  .block-footer-bottom-logos {
    float: right;
  }
}
.block-footer-bottom-logo {
  display: inline-block;
  vertical-align: middle;
  background-color: #ffffff;
  padding: 0.3125rem;
  border-radius: 0.5rem;
}
.block-footer-bottom-logo + .block-footer-bottom-logo {
  margin-left: 1rem;
}

.block-footer-bottom-logo-image {
  display: block;
  width: 3.5rem;
}
.block-footer-bottom-text-2 {
  color: #111111;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
@media (min-width: 48em) {
  .block-footer-bottom-text-2 {
    text-align: center;
    width: 100%;
    clear: both;
  }
}
.block-header {
  width: 100%;
  background-color: #F7F8FA;
  position: relative;
}
@media (max-width: 47.9375em) {
  .block-header {
    height: 4.4375rem;
  }
}
@media (min-width: 48em) {
  .block-header {
    height: 4.75rem;
  }
}

@media (max-width: 47.9375em) {
  .block-header-container {
    padding: 1.625rem;
  }
}
@media (min-width: 48em) {
  .block-header-container {
    display: flow-root;
    padding: 0.875rem 1.5rem;
    max-width: 85.375rem;
    margin: 0 auto;
    position: relative;
    height: 4.75rem;
  }
}

.block-header-logo {
  display: block;
}
@media (max-width: 69.5625em) {
  .block-header-logo {
    width: 8.4375rem;
    margin: 0 auto;
  }
}
@media (min-width: 69.625em) {
  .block-header-logo {
    width: 9.875rem;
    padding: 0.625rem 0;
  }
}
.block-header-logo svg {
  display: block;
  width: 100%;
}
.block-header-logo .logo-Combined-Shape1 {
  fill: #CE0000;
}
.block-header-logo .logo-Combined-Shape2 {
  fill: #FF5200;
}

.block-header-logo-link {
  display: block;
}

/* start block hero honeymoons */
.path-honeymoons .block-header {
  background-color: transparent;
  position: absolute;
  z-index: 3;
  left: 0;
  top: 0;
}
.path-honeymoons .block-header-logo .logo-Combined-Shape1 {
  fill: #ffffff;
}
.path-honeymoons .block-header-logo .logo-Combined-Shape2 {
  fill: #ffffff;
}
.path-honeymoons .mobile-menu-burger-open path {
  fill: #ffffff;
}
.path-honeymoons .block-header-search-link {
  background-color: rgba(247, 248, 250, 0.5);
}
.path-honeymoons .block-header-desktop-menu-main-menu-item-link {
  color: #ffffff;
}
.path-honeymoons .block-header-desktop-menu-main-menu-item-link svg path {
  fill: #ffffff;
}
.path-honeymoons .block-header-desktop-menu-main-menu-item-with-submenu:hover .block-header-desktop-menu-main-menu-item-link svg path, .path-honeymoons .block-header-desktop-menu-main-menu-item-with-submenu.hover .block-header-desktop-menu-main-menu-item-link svg path {
  fill: #FF5200;
}
.path-honeymoons .block-header-desktop-menu-user-menu path {
  fill: #ffffff;
}
.path-honeymoons .block-header-desktop-menu-user-menu-link svg path {
  fill: #ffffff;
}
.path-honeymoons .block-header-desktop-menu-secondary-menu-open svg path {
  fill: #ffffff;
}

.block-hero-honeymoons {
  background-color: #171616;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media (min-width: 48em) {
  .block-hero-honeymoons {
    /*max-height: rem(692px);*/
  }
}

.block-hero-honeymoons-background {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #000000;
}
@media (min-width: 48em) {
  .block-hero-honeymoons-background {
    width: 49%;
    height: 56.2225475842vw;
  }
}
.block-hero-honeymoons-background::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
}
@media (max-width: 47.9375em) {
  .block-hero-honeymoons-background::before {
    background-color: rgba(23, 24, 26, 0.3);
  }
}
@media (min-width: 48em) {
  .block-hero-honeymoons-background::before {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.15) 56.23%, rgba(25, 25, 25, 0.25) 100%);
  }
}

.block-hero-honeymoons-background-image {
  display: block;
}
@media (max-width: 47.9375em) {
  .block-hero-honeymoons-background-image {
    width: 100%;
  }
}
@media (min-width: 48em) {
  .block-hero-honeymoons-background-image {
    height: 100%;
    float: right;
  }
}

@media (max-width: 47.9375em) {
  .block-hero-honeymoons-container {
    height: 35.625rem;
  }
}
@media (min-width: 48em) {
  .block-hero-honeymoons-container {
    height: 56.2225475842vw;
  }
}

.block-hero-honeymoons-title {
  color: #ffffff;
  font-family: "Roboto Condensed", sans-serif;
}
@media (max-width: 47.9375em) {
  .block-hero-honeymoons-title {
    font-size: 3.5rem;
    line-height: 3.5rem;
    font-weight: bold;
    padding: 5.625rem 6.125rem 1rem 1rem;
  }
}
@media (min-width: 48em) {
  .block-hero-honeymoons-title {
    text-align: left;
    font-size: 4.5387994143vw;
    line-height: 4.5387994143vw;
    font-weight: bold;
    padding: 10.0292825769vw 1.4641288433vw 1.1713030747vw 2.3426061493vw;
    width: 42%;
  }
}

.block-hero-honeymoons-link-to {
  display: inline-block;
  color: #ffffff;
  font-weight: 600;
  position: relative;
}
@media (max-width: 47.9375em) {
  .block-hero-honeymoons-link-to {
    font-size: 0.75rem;
    line-height: 1rem;
    margin-left: 1rem;
  }
}
@media (min-width: 48em) {
  .block-hero-honeymoons-link-to {
    font-size: 0.878477306vw;
    line-height: 1.1713030747vw;
    margin-left: 2.3426061493vw;
  }
}
.block-hero-honeymoons-link-to svg {
  display: block;
  width: 1em;
  position: absolute;
  right: -1.2em;
  top: 0;
}
.block-hero-honeymoons-link-to svg path {
  fill: #ffffff;
}

.block-hero-honeymoons-play {
  display: block;
  position: absolute;
  z-index: 0;
}
@media (max-width: 47.9375em) {
  .block-hero-honeymoons-play {
    width: 3.5625rem;
    height: 3.5625rem;
    top: 16rem;
    left: 41%;
  }
}
@media (min-width: 48em) {
  .block-hero-honeymoons-play {
    width: 4.1727672035vw;
    height: 4.1727672035vw;
    left: 41.7276720351vw;
    top: 10.980966325vw;
  }
}
.block-hero-honeymoons-play svg {
  display: block;
  width: auto;
  height: 100%;
}
.block-hero-honeymoons-play svg rect {
  fill: none;
  stroke: #ffffff;
}
.block-hero-honeymoons-play svg path {
  fill: #ffffff;
}

.block-hero-honeymoons-explore {
  color: #ffffff;
}
@media (max-width: 47.9375em) {
  .block-hero-honeymoons-explore {
    display: none;
  }
}
@media (min-width: 48em) {
  .block-hero-honeymoons-explore {
    font-size: 0.878477306vw;
    font-weight: 600;
    line-height: 1.1713030747vw;
    position: absolute;
    z-index: 0;
    left: 2.3426061493vw;
    bottom: 3.074670571vw;
  }
}
.block-hero-honeymoons-explore svg {
  display: inline-block;
  vertical-align: middle;
  width: 1.4641288433vw;
}
.block-hero-honeymoons-explore svg path {
  fill: #ffffff;
}

.block-hero-honeymoons-other-container {
  background-color: #171616;
  color: #ffffff;
}
@media (max-width: 47.9375em) {
  .block-hero-honeymoons-other-container .block-hero-honeymoons-other-container-content-button {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 11;
    background-color: #ffffff;
    text-align: center;
    padding: 1rem;
  }
}
@media (min-width: 48em) {
  .block-hero-honeymoons-other-container {
    width: 50%;
    height: 48rem;
    position: absolute;
    z-index: 3;
    right: 0;
    top: 0;
  }
  .block-hero-honeymoons-other-container .block-hero-honeymoons-other-container-content-button .button-big {
    padding: 1.0248901903vw 1.9033674963vw;
    border-radius: 2.9282576867vw;
    min-width: 6.7349926794vw;
    height: 2.9282576867vw;
    font-size: 0.878477306vw;
  }
}

@media (max-width: 47.9375em) {
  .block-hero-honeymoons-other-container-content-text {
    padding: 4rem 1rem 1rem 1rem;
  }
}
@media (min-width: 48em) {
  .block-hero-honeymoons-other-container-content-text {
    padding: 11.5666178624vw 1.5373352855vw 6.5153733529vw 2.9282576867vw;
    max-width: 49.0483162518vw;
  }
}

@media (max-width: 47.9375em) {
  .block-hero-honeymoons-other-container-title {
    font-size: 1.5rem;
    line-height: 1.875rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 48em) {
  .block-hero-honeymoons-other-container-title {
    font-size: 2.3426061493vw;
    line-height: 2.9282576867vw;
    margin-bottom: 0.2196193265vw;
  }
}

@media (max-width: 47.9375em) {
  .block-hero-honeymoons-other-container-text {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
@media (min-width: 48em) {
  .block-hero-honeymoons-other-container-text {
    font-size: 1.317715959vw;
    line-height: 2.3426061493vw;
    margin-bottom: 2.3426061493vw;
  }
}

@media (max-width: 47.9375em) {
  .block-hero-honeymoons-other-locations-container {
    margin: 1rem 0 0 1rem;
    padding-bottom: 4rem;
    overflow: hidden;
    overflow-x: auto;
  }
  .block-hero-honeymoons-other-locations-container::-webkit-scrollbar {
    display: none;
  }
}
@media (min-width: 48em) {
  .block-hero-honeymoons-other-locations-container {
    position: relative;
    left: -1.756954612vw;
    margin-bottom: 2.3426061493vw;
    overflow: hidden;
  }
}

.block-hero-honeymoons-other-locations-items {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: relative;
  left: 0;
}
@media (min-width: 48em) {
  .block-hero-honeymoons-other-locations-items.transitioning {
    transition: 1s;
  }
}

.block-hero-honeymoons-other-locations-item {
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 47.9375em) {
  .block-hero-honeymoons-other-locations-item {
    border-radius: 0.5rem;
    width: 13.75rem;
    height: 10.3125rem;
    margin-right: 1rem;
  }
}
@media (min-width: 48em) {
  .block-hero-honeymoons-other-locations-item {
    border-radius: 0.5856515373vw;
    width: 19.7657393851vw;
    height: 14.6412884334vw;
    margin-right: 1.6105417277vw;
  }
}
.block-hero-honeymoons-other-locations-item * {
  pointer-events: none;
}

.block-hero-honeymoons-other-locations-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #000000;
}
.block-hero-honeymoons-other-locations-background::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
}
@media (max-width: 47.9375em) {
  .block-hero-honeymoons-other-locations-background::before {
    background-color: rgba(23, 24, 26, 0.25);
  }
}
@media (min-width: 48em) {
  .block-hero-honeymoons-other-locations-background::before {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.15) 56.23%, rgba(25, 25, 25, 0.1) 100%);
  }
}

.block-hero-honeymoons-other-locations-background-image {
  display: block;
  width: 100%;
}
.block-hero-honeymoons-other-locations-title {
  color: #ffffff;
}
@media (max-width: 47.9375em) {
  .block-hero-honeymoons-other-locations-title {
    font-size: 1.125rem;
    line-height: 1.5rem;
    margin-top: 7.25rem;
    margin-left: 1rem;
  }
}
@media (min-width: 48em) {
  .block-hero-honeymoons-other-locations-title {
    font-size: 1.6105417277vw;
    line-height: 1.756954612vw;
    margin-top: 10.102489019vw;
    margin-left: 1.1713030747vw;
    padding-right: 3.75rem;
  }
}

@media (max-width: 47.9375em) {
  .block-hero-honeymoons-other-locations-plus {
    display: none;
  }
}
@media (min-width: 48em) {
  .block-hero-honeymoons-other-locations-plus {
    display: block;
    width: 2.9282576867vw;
    height: 2.9282576867vw;
    position: absolute;
    z-index: 1;
    top: 10.2489019034vw;
    right: 1.5373352855vw;
  }
}
.block-hero-honeymoons-other-locations-plus svg {
  display: block;
  width: 100%;
}
.block-hero-honeymoons-other-locations-plus svg rect {
  stroke: #ffffff;
}
.block-hero-honeymoons-other-locations-plus svg path {
  fill: #ffffff;
}

@media (max-width: 47.9375em) {
  .block-hero-honeymoons-other-locations-nav {
    display: none;
  }
}
@media (min-width: 48em) {
  .block-hero-honeymoons-other-locations-nav {
    width: 8.78477306vw;
    margin-left: 1.756954612vw;
  }
}

@media (max-width: 47.9375em) {
  .block-hero-honeymoons-other-locations-nav-link {
    display: none;
  }
}
@media (min-width: 48em) {
  .block-hero-honeymoons-other-locations-nav-link {
    display: inline-block;
    margin: 0.439238653vw;
    width: 2.9282576867vw;
    height: 2.9282576867vw;
    border: 1px solid #ffffff;
    border-radius: 1.4641288433vw;
    overflow: hidden;
  }
}
.block-hero-honeymoons-other-locations-nav-link svg {
  display: block;
  margin: 0.9516837482vw auto;
  transform-origin: center center;
  height: 1.0248901903vw;
  width: auto;
}
.block-hero-honeymoons-other-locations-nav-link svg path {
  fill: #ffffff;
}

.block-hero-honeymoons-other-locations-nav-link-left svg {
  transform: rotate(90deg);
}

.block-hero-honeymoons-other-locations-nav-link-right svg {
  transform: rotate(270deg);
}

/* end block hero honeymoons */
.block-static-contest {
  background-color: #ffffff;
}

.block-static-contest-container {
  width: 100%;
  overflow: hidden;
}
@media (max-width: 47.9375em) {
  .block-static-contest-container {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 48em) {
  .block-static-contest-container {
    padding: 7.5rem 6rem;
    max-width: 85.375rem;
    margin: 0 auto;
  }
}

.block-static-contest-title {
  color: #0D0D0D;
  font-size: 2rem;
  line-height: 2.5rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
}

@media (min-width: 48em) {
  .block-static-contest-form .form-items-columns {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 1.5rem;
  }
}
.block-static-contest-form .form-item-text {
  color: #000000;
  font-size: 0.875rem;
  line-height: 1.5rem;
}
.block-static-contest-form .form-item-text-small-link {
  color: #000000;
  text-decoration: underline;
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-weight: bold;
}
.block-static-contest-form .input-text {
  margin-bottom: 0.5rem;
}
.block-static-contest-form .form-item-text-small-link-small {
  color: #000000;
  text-decoration: underline;
  font-weight: bold;
}
.block-static-contest-form .button-cartorange {
  display: block;
  margin: 0 auto;
}
@media (min-width: 48em) {
  .block-static-contest-form .button-cartorange {
    float: right;
  }
}
.block-static-contest-form .form-item-text-center {
  text-align: center;
}

