/* montserrat-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/montserrat-v26-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/montserrat-v26-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/montserrat-v26-latin-800.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* Cargiona */
@font-face {
  font-family: "Cargiona";
  src: url("../fonts/Cargiona-Medium.woff2") format("woff2"), url("../fonts/Cargiona-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
.forminator-button {
  border: 2px solid #F7C3C3 !important;
  color: #F7C3C3;
  border-radius: 0 !important;
  font-size: 22px !important;
  font-family: "Arvo" !important;
  display: flex !important;
  margin-left: auto !important;
}
.forminator-button:hover {
  border: 2px solid #F7C3C3 !important;
  color: #fff;
  background-color: #F7C3C3;
}
@media only screen and (max-width: 767px) {
  .forminator-button {
    width: fit-content !important;
  }
}

.forminator-repeater-field {
  background: none !important;
  box-shadow: none !important;
  padding: 0 !important;
}

.forminator-custom-form > .forminator-row {
  gap: 135px;
}

.custom-radio-buttons > .forminator-field {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  margin-top: 68px !important;
}
@media only screen and (max-width: 767px) {
  .custom-radio-buttons > .forminator-field {
    margin: 30px 0 !important;
  }
}
.custom-radio-buttons .forminator-radio {
  margin: 0 !important;
}
.custom-radio-buttons .forminator-radio-label {
  padding: 10px;
  color: #196B84;
  border: 2px solid #196B84;
  font-family: "Arvo";
  font-size: 20px;
  margin: 0 !important;
  transition: all 0.3s;
  background-color: transparent;
}
.custom-radio-buttons .forminator-radio-label:hover {
  background-color: #196B84;
  color: #fff;
}
.custom-radio-buttons .forminator-radio-bullet {
  display: none !important;
}
.custom-radio-buttons .forminator-radio input:checked + .forminator-radio-bullet + .forminator-radio-label {
  background-color: #196B84;
  color: #fff;
}

.mobile-nav {
  background-color: #196B84;
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  top: -100vh;
  left: 0;
  z-index: 98;
  transition: 0.8s;
}
.mobile-nav-active {
  top: 0vh;
}
.mobile-nav .elementor {
  margin-top: 50px;
}
.mobile-nav .lang-menu {
  list-style: none;
}
.mobile-nav .main-menu {
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  list-style: none;
  align-items: center;
  justify-content: center;
}
.mobile-nav .main-menu .menu-item {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  margin: 10px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.mobile-nav .main-menu .menu-item li {
  line-height: 1.2em;
}
.mobile-nav .main-menu .menu-item a {
  text-decoration: none;
  color: #fff;
  display: block;
}
.mobile-nav .main-menu .sub-menu {
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  opacity: 1 !important;
}
.mobile-nav .main-menu .current-menu-item {
  font-weight: 500;
  position: relative;
}
.mobile-nav .main-menu .current-menu-item a {
  color: #E6D9DD;
}

.header {
  position: fixed;
  transition: all 0.3s;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #E6D9DD;
  z-index: 100;
}
.header::after {
  display: none;
}
.header-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 90px;
  position: relative;
  gap: 70px;
  margin: 0 clamp(2.5rem, -2.697rem + 10.8413vw, 10.3125rem);
  z-index: 100;
}
@media only screen and (max-width: 1024px) {
  .header-bar {
    margin: 0 60px;
  }
}
@media only screen and (max-width: 767px) {
  .header-bar {
    margin: 0 40px;
  }
}
.header-logo {
  z-index: 100;
}
.header-logo img {
  height: 50px;
}
@media only screen and (max-width: 1024px) {
  .header-logo img {
    height: 30px;
  }
}
.header-logo-active {
  display: block;
}
.header-logo-scrolled {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .header-logo {
    position: relative;
    transform: unset;
    left: unset;
    top: unset;
  }
}
.header-nav {
  height: 100%;
  width: fit-content;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 1024px) {
  .header-nav {
    display: none;
  }
}
.header-nav .menu-webshop-container, .header-nav .menu-webshop-fr-container {
  margin-left: auto;
  margin-right: 50px;
}
.header-nav .lang-menu {
  list-style: none;
}
.header-nav .lang-menu .menu-item {
  position: relative;
  font-size: 20px;
  font-weight: 700;
}
.header-nav .lang-menu .menu-item::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #F7C3C3;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.header-nav .lang-menu .menu-item a {
  position: relative;
  z-index: 1;
  color: #E6D9DD;
}
.header-nav .lang-menu .menu-item .sub-menu {
  position: absolute;
  top: calc(100% + 30px);
  list-style: none;
}
.header-nav .main-menu {
  display: flex;
  list-style: none;
  align-items: center;
  width: 100%;
  gap: clamp(0rem, -4.1576rem + 8.673vw, 6.25rem);
}
.header-nav .main-menu .menu-item {
  font-size: 23px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  position: relative;
  z-index: 52;
}
.header-nav .main-menu .menu-item a {
  text-decoration: none;
  color: #fff;
  display: block;
  line-height: 1.2em;
  transition: all 0.4s;
}
.header-nav .main-menu .menu-item a:hover {
  color: #fff;
}
.header-nav .main-menu .menu-item-gap {
  margin-left: auto;
}
.header-nav .main-menu .menu-item .sub-menu {
  position: absolute;
  top: 56px;
  left: -30px;
  z-index: 999;
  background: #E6D9DD;
  padding: 15px 30px;
  gap: 20px;
  opacity: 0;
  display: none;
}
.header-nav .main-menu .menu-item .sub-menu li {
  list-style: none;
}
.header-nav .main-menu .menu-item.sfHover .sub-menu {
  display: flex !important;
  flex-direction: column;
  opacity: 1;
}
.header-nav .main-menu .current-menu-item {
  font-weight: 900;
  position: relative;
}
.header-nav .main-menu .custom-menu-item {
  padding: 10px;
  border: 2px solid #196B84;
}
.header-icon {
  position: relative;
  pointer-events: all;
  width: 35px;
  cursor: pointer;
  display: none;
  align-self: center;
}
@media only screen and (max-width: 1024px) {
  .header-icon {
    display: block;
    margin-left: auto;
    position: absolute;
    right: 0;
  }
}
.header-icon::after, .header-icon::before,
.header-icon div {
  display: block;
  height: 2px;
  margin: 4px 0;
  transition: all 0.3s ease-in-out;
}
.header-icon div {
  background: #fff;
}
.header-icon::after, .header-icon::before {
  content: "";
  background: #fff;
}
.menu-active .header-icon::before {
  transform: translateY(6px) rotate(135deg);
}
.menu-active .header-icon::after {
  transform: translateY(-6px) rotate(-135deg);
}
.menu-active .header-icon div {
  transform: scale(0);
  opacity: 0;
  pointer-events: none;
}
.menu-active .header-icon::after, .menu-active .header-icon::before, .menu-active .header-icon div {
  height: 2px;
}

* {
  margin: 0;
  padding: 0;
}

html, body {
  scroll-behavior: smooth;
}

body {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  line-height: 1.3em;
  color: #196B84;
  font-weight: 500;
}
@media only screen and (max-width: 1024px) {
  body {
    font-size: 1em;
  }
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.2em;
}

:target {
  scroll-margin-top: 0;
}

.container {
  max-width: 100%;
  padding: 0 clamp(2.5rem, -2.697rem + 10.8413vw, 10.3125rem) !important;
  display: flex;
  flex-direction: column;
}

.page-wrapper {
  position: relative;
  overflow: hidden;
}

.menu-active {
  overflow: hidden;
}

.otgs-development-site-front-end {
  display: none;
}

a {
  color: #196B84;
  text-decoration: none;
  transition: 0.4s;
}
a:hover {
  color: #E6D9DD;
}

p {
  margin-bottom: 1em;
}

.elementor-widget-text-editor p + ul {
  margin-top: -0.5em;
}
.elementor-widget-text-editor ul {
  margin-left: 1em;
  margin-bottom: 1em;
}

.elementor-form .elementor-field-group label {
  transform: translateY(0);
  transition: 0.4s;
}
.elementor-form .elementor-field-group:has(:placeholder-shown) label {
  transform: translateY(100%);
  pointer-events: none;
}
.elementor-form .elementor-field-group:has(:focus) label {
  transform: translateY(0);
}
.elementor-form .elementor-field-group .elementor-field {
  outline: none !important;
}
.elementor-form .elementor-field-group.elementor-field-type-submit {
  margin-top: 30px;
}
.elementor-form .elementor-field-group.elementor-field-type-submit button {
  cursor: pointer;
}

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