@font-face {
  font-family: "Jost";
  src: url("../fonts/Jost/Jost-SemiBold.eot");
  src: url("../fonts/Jost/Jost-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Jost/Jost-SemiBold.woff2") format("woff2"), url("../fonts/Jost/Jost-SemiBold.woff") format("woff"), url("../fonts/Jost/Jost-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Jost";
  src: url("../fonts/Jost/Jost-Medium.eot");
  src: url("../fonts/Jost/Jost-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Jost/Jost-Medium.woff2") format("woff2"), url("../fonts/Jost/Jost-Medium.woff") format("woff"), url("../fonts/Jost/Jost-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Jost";
  src: url("../fonts/Jost/Jost-Regular.eot");
  src: url("../fonts/Jost/Jost-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Jost/Jost-Regular.woff2") format("woff2"), url("../fonts/Jost/Jost-Regular.woff") format("woff"), url("../fonts/Jost/Jost-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Jost";
  src: url("../fonts/Jost/Jost-Bold.eot");
  src: url("../fonts/Jost/Jost-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Jost/Jost-Bold.woff2") format("woff2"), url("../fonts/Jost/Jost-Bold.woff") format("woff"), url("../fonts/Jost/Jost-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Jost";
  src: url("../fonts/Jost/Jost-Regular_1.eot");
  src: url("../fonts/Jost/Jost-Regular_1.eot?#iefix") format("embedded-opentype"), url("../fonts/Jost/Jost-Regular_1.woff2") format("woff2"), url("../fonts/Jost/Jost-Regular_1.woff") format("woff"), url("../fonts/Jost/Jost-Regular_1.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Jost";
  src: url("../fonts/Jost/Jost-ExtraBold.eot");
  src: url("../fonts/Jost/Jost-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Jost/Jost-ExtraBold.woff2") format("woff2"), url("../fonts/Jost/Jost-ExtraBold.woff") format("woff"), url("../fonts/Jost/Jost-ExtraBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
.site-header {
  width: 100%;
  font-family: "Jost", sans-serif;
  padding: 1rem;
  background: linear-gradient(rgba(28, 28, 27, 0) 91.32%);
  position: fixed;
  z-index: 10;
  border-bottom: 1px solid #E0E0E0;
}
.site-header.banner-class .menu-header-container .menu {
  display: flex;
  justify-content: space-around;
  gap: 2rem;
}
@media screen and (max-width: 991px) {
  .site-header.banner-class .menu-header-container .menu {
    flex-direction: column;
  }
}
@media screen and (min-width: 991px) {
  .site-header.banner-class .menu-header-container .menu {
    align-items: center;
  }
}
.site-header.banner-class .menu-header-container .menu .menu-item a {
  color: white;
  font-weight: 400;
  font-size: 16px;
}
.site-header.banner-class .menu-header-container .menu .menu-item a:hover {
  color: #CA236B;
}
.site-header.banner-class .menu-header-container .menu .language-switcher-class {
  background-color: #CA236B;
  border-radius: 4px;
  padding: 4px 9px;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1024px) {
  .site-header.banner-class .menu-header-container .menu .language-switcher-class {
    margin-left: 16px;
  }
}
.site-header.banner-class .menu-header-container .menu .language-switcher-class a {
  color: white;
}
.site-header.banner-class .menu-header-container .menu .language-switcher-class a:hover {
  color: white;
}
.site-header.nobanner-class {
  position: relative;
  border-bottom: 1px solid #E0E0E0;
}
.site-header.nobanner-class .menu-header-container .menu {
  display: flex;
  justify-content: space-around;
  gap: 2rem;
}
@media screen and (max-width: 991px) {
  .site-header.nobanner-class .menu-header-container .menu {
    flex-direction: column;
  }
}
@media screen and (min-width: 991px) {
  .site-header.nobanner-class .menu-header-container .menu {
    align-items: center;
  }
}
.site-header.nobanner-class .menu-header-container .menu .menu-item a {
  color: #3355A6;
  font-weight: 400;
  font-size: 16px;
}
.site-header.nobanner-class .menu-header-container .menu .menu-item a:hover {
  color: #CA236B;
}
.site-header.nobanner-class .menu-header-container .menu .language-switcher-class {
  background-color: #CA236B;
  border-radius: 4px;
  padding: 4px 9px;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1024px) {
  .site-header.nobanner-class .menu-header-container .menu .language-switcher-class {
    margin-left: 16px;
  }
}
.site-header.nobanner-class .menu-header-container .menu .language-switcher-class a {
  color: white;
}
.site-header.nobanner-class .menu-header-container .menu .language-switcher-class a:hover {
  color: white;
}
.site-header .menu-header-container .menu {
  display: flex;
  justify-content: space-around;
  gap: 2rem;
}
@media screen and (max-width: 991px) {
  .site-header .menu-header-container .menu {
    flex-direction: column;
  }
}
@media screen and (min-width: 991px) {
  .site-header .menu-header-container .menu {
    align-items: center;
  }
}
.site-header .menu-header-container .menu .menu-item a {
  color: #828282;
  font-weight: 400;
  font-size: 16px;
}
.site-header .menu-header-container .menu .menu-item a:hover {
  color: #CA236B;
}
.site-header .menu-header-container .menu .language-switcher-class {
  background-color: #CA236B;
  border-radius: 4px;
  padding: 4px 9px;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1024px) {
  .site-header .menu-header-container .menu .language-switcher-class {
    margin-left: 16px;
  }
}
.site-header .menu-header-container .menu .language-switcher-class a {
  color: white;
  font-size: 14px;
}
.site-header .menu-header-container .menu .language-switcher-class a:hover {
  color: white;
}

.header-underclass-image {
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: url("../images/image-background.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
@media screen and (max-width: 648px) {
  .header-underclass-image {
    background-image: url("../images/bg_mobile.webp");
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
  }
}

.trp-language-switcher > div > a {
  color: #828282 !important;
  font-weight: 400 !important;
}

.blog_background {
  background: linear-gradient(150deg, #CA236B -82.1%, rgba(202, 35, 107, 0.05) 19.4%, rgba(180, 79, 167, 0) 31.48%, rgba(164, 80, 165, 0.05) 56.07%, rgba(53, 88, 154, 0.75) 133.58%);
}

.hamburger-menu-class,
.hamburger-menu-close {
  animation-name: HamburgerAnimation !important;
  animation-duration: 1s;
  background-color: #3355A6;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
}
.hamburger-menu-class .hamburger-menu-wrapper,
.hamburger-menu-close .hamburger-menu-wrapper {
  padding: 1rem;
}
.hamburger-menu-class .hamburger-menu-wrapper .menu-header-container .menu,
.hamburger-menu-close .hamburger-menu-wrapper .menu-header-container .menu {
  display: grid;
  gap: 2rem;
  text-align: center;
  padding: 1rem;
}
.hamburger-menu-class .hamburger-menu-wrapper .menu-header-container .menu .menu-item a,
.hamburger-menu-close .hamburger-menu-wrapper .menu-header-container .menu .menu-item a {
  color: #FFF;
  font-weight: 500;
  font-size: 16px;
}

.primary-button {
  border-radius: 9999px;
  border: none;
  padding: 1rem;
  background: #CA236B;
  font-size: 16px;
  text-transform: uppercase;
  color: white;
}

#mobile-toggle {
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: none;
  outline: none;
}
#mobile-toggle .inner-toggle-wrapper {
  width: 24px;
  height: 24px;
  position: relative;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
#mobile-toggle .inner-toggle-wrapper span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background-color: #3355A6;
  border-radius: 5px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
#mobile-toggle .inner-toggle-wrapper span:nth-child(1) {
  top: 0;
}
#mobile-toggle .inner-toggle-wrapper span:nth-child(2), #mobile-toggle .inner-toggle-wrapper span:nth-child(3) {
  top: 50%;
  transform: translate(0, -1px);
}
#mobile-toggle .inner-toggle-wrapper span:nth-child(4) {
  bottom: 0;
}
#mobile-toggle .inner-toggle-close {
  width: 30px;
  height: 30px;
  position: relative;
  cursor: pointer;
}
#mobile-toggle .inner-toggle-close span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  background-color: white;
  transform-origin: center;
}
#mobile-toggle .inner-toggle-close span:first-child {
  transform: translateX(-50%) rotate(45deg);
  font-weight: bold;
}
#mobile-toggle .inner-toggle-close span:last-child {
  transform: translateX(-50%) rotate(-45deg);
  font-weight: bold;
}
#mobile-toggle.open span:nth-child(1) {
  width: 0;
}
#mobile-toggle.open span:nth-child(2) {
  transform: rotate(45deg);
}
#mobile-toggle.open span:nth-child(3) {
  transform: rotate(-45deg);
}
#mobile-toggle.open span:nth-child(4) {
  width: 0;
}

.mobile-toggle {
  display: block;
}
@media screen and (min-width: 991px) {
  .mobile-toggle {
    display: none !important;
  }
}

#menu-header-menu {
  margin: auto;
}
#menu-header-menu .sub-menu {
  background: white;
  color: black;
  flex-direction: column;
}
#menu-header-menu .sub-menu li:not(:last-child) {
  margin-right: 0 !important;
}
#menu-header-menu .sub-menu li a {
  padding: 15px 70px 15px 10px;
}
#menu-header-menu .sub-menu li a:hover, #menu-header-menu .sub-menu li a:active {
  background: #CEA766;
  color: white;
}

.mobile-menu {
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  background-color: #3355A6;
  z-index: 11;
  width: 100%;
  padding: 15px;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  padding-bottom: 30vh;
  font-family: "Jost", sans-serif;
}
.mobile-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mobile-menu ul li a {
  padding: 10px 20px;
  display: block;
  color: white !important;
  font-size: 21px;
  text-transform: uppercase;
  font-weight: 600;
}
.mobile-menu .trp-language-switcher > div > a {
  color: white !important;
  margin-left: 16px;
}

.category-navigation[data-state=opened],
.mobile-menu[data-state=opened] {
  animation: clipPathCircleOpen 750ms ease-in-out forwards;
  display: block;
}

.category-navigation[data-state=closing],
.mobile-menu[data-state=closing] {
  animation: clipPathCircleClose 750ms ease-in-out forwards;
}

.category-navigation[data-state=closed],
.mobile-menu[data-state=closed] {
  display: none;
}

@keyframes clipPathCircleOpen {
  0% {
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 0);
            clip-path: polygon(100% 0, 100% 0, 100% 0);
  }
  100% {
    -webkit-clip-path: polygon(100% 0, 100% 300%, -200% 0);
            clip-path: polygon(100% 0, 100% 300%, -200% 0);
  }
}
@keyframes clipPathCircleClose {
  0% {
    -webkit-clip-path: polygon(100% 0, 100% 300%, -200% 0);
            clip-path: polygon(100% 0, 100% 300%, -200% 0);
  }
  100% {
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 0);
            clip-path: polygon(100% 0, 100% 0, 100% 0);
  }
}
@keyframes HeaderPopIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes HeaderPopOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}/*# sourceMappingURL=header.css.map */