@font-face {
  font-family: 'DM-sans';
  src: url("fonts/DMSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: block; }

@font-face {
  font-family: 'DM-sans';
  src: url("fonts/DMSans-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: block; }

@font-face {
  font-family: 'DM-sans';
  src: url("fonts/DMSans-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: block; }

@font-face {
  font-family: 'DM-sans';
  src: url("fonts/DMSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: block; }

@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.ttf") format("truetype"), url("fonts/icomoon.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-arrow-left:before {
  content: "\e901"; }

.icon-arrow-right:before {
  content: "\e902"; }

.icon-circle-arrow:before {
  content: "\e903"; }

.icon-close:before {
  content: "\e900"; }

.icon-ctrl:before {
  content: "\ea50"; }

.icon-pencil2:before {
  content: "\e906"; }

.icon-spinner3:before {
  content: "\e97c"; }

.icon-cogs:before {
  content: "\e995"; }

.icon-star-empty:before {
  content: "\e9d7"; }

.icon-star-half:before {
  content: "\e9d8"; }

.icon-star-full:before {
  content: "\e9d9"; }

.icon-circle-left:before {
  content: "\ea44"; }

.icon-share2:before {
  content: "\ea82"; }

.icon-mail4:before {
  content: "\ea86"; }

.icon-facebook:before {
  content: "\ea90"; }

.icon-instagram:before {
  content: "\ea92"; }

.icon-linkedin2:before {
  content: "\eaca"; }

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, menu, 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,
main, 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, main, menu, nav, section {
  display: block; }

/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
  display: none; }

menu, 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; }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent; }

html {
  font-size: 10.25px;
  scroll-behavior: smooth; }

body {
  min-height: 100%;
  overscroll-behavior-y: none;
  overscroll-behavior-x: none;
  -webkit-overflow-scrolling: touch;
  font-family: "Noto Sans", sans-serif;
  font-size: 1.56098rem;
  line-height: 1.5;
  color: #fff;
  min-height: 100%;
  color: #212121;
  overflow-x: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh; }

.main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden; }

:focus {
  outline: none; }

::-moz-focus-inner {
  border: 0; }

a {
  color: #212121;
  text-decoration: none; }

.menu-link {
  display: inline-block;
  border-bottom: 1px solid transparent; }

.menu-link:hover {
  color: #ed1857;
  border-color: #ed1857; }

.btn {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
  background: transparent;
  cursor: pointer;
  font-size: 1.56098rem; }

img {
  max-width: 100%; }

.btn:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }

.container {
  margin-left: auto;
  margin-right: auto;
  padding: 0 5vw; }

h1, h2, h3, h4, h5, h6 {
  line-height: 1.4;
  font-family: "Philosopher", sans-serif; }

h1 {
  font-size: 5.26829rem;
  font-weight: 700; }

h2 {
  font-size: 3.90244rem;
  font-weight: 600; }

h3 {
  font-size: 3.12195rem;
  font-weight: 600; }

h4 {
  font-size: 2.34146rem;
  font-weight: 600; }

h5 {
  font-size: 1.95122rem; }

h6 {
  font-size: 1.7561rem; }

.title {
  font-size: 3.31707rem;
  line-height: 1.2;
  margin-bottom: 1.46341rem;
  overflow: hidden;
  font-family: "Philosopher", sans-serif;
  color: #ed1857; }
  .title span {
    display: inline-block; }

.hidden {
  display: none; }

.btn-gradient {
  padding: 0.4878rem 0;
  position: relative; }
  .btn-gradient:after {
    content: "";
    position: absolute;
    bottom: 0.19512rem;
    left: 0;
    background: -webkit-gradient(linear, left top, right top, from(#B27E2B), to(#F8DE7B));
    background: linear-gradient(90deg, #B27E2B 0%, #F8DE7B 100%);
    display: block;
    width: 100%;
    height: 1px; }

.btn-primary {
  font-size: 1.95122rem;
  font-weight: 600;
  color: #ed1857;
  border-bottom: 1px solid #ed1857; }

.btn-secondary {
  color: #fff;
  border: 0;
  padding: 0.97561rem 1.95122rem;
  background: #000;
  line-height: 1;
  height: 3.90244rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Noto Sans", sans-serif;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.btn-secondary-outline {
  color: #000;
  border: 0;
  padding: 0.97561rem 1.95122rem;
  background: transparent;
  border: 2px solid #000;
  line-height: 1;
  height: 3.90244rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Noto Sans", sans-serif;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .btn-secondary-outline:hover {
    color: #fff;
    background-color: #000; }

@media (max-width: 1024px) {
  h1 {
    font-size: 3.90244rem; }
  h2 {
    font-size: 3.12195rem; }
  h3 {
    font-size: 2.34146rem; }
  h4 {
    font-size: 1.95122rem; }
  h5 {
    font-size: 1.7561rem; }
  h6 {
    font-size: 1.56098rem; }
  .title {
    font-size: 3.12195rem; }
  .container {
    padding: 0 1.46341rem; } }

/* header + footer */
.header {
  width: 100%;
  z-index: 333;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transform: none;
          transform: none;
  -webkit-transition: -webkit-transform 0.7s ease-in-out;
  transition: -webkit-transform 0.7s ease-in-out;
  transition: transform 0.7s ease-in-out;
  transition: transform 0.7s ease-in-out, -webkit-transform 0.7s ease-in-out;
  padding: 10px 5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .header .inner-header {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  .header .lang-text {
    text-decoration: underline; }
  .header .logo {
    display: block;
    width: 14.63415rem; }

.nav-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .nav-block .menu-link {
    display: inline-block;
    margin: 0 1.56098rem; }

html[data-direction="down"].desktop .header {
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0); }

.btn-burger {
  background-color: transparent;
  border: 0;
  display: none;
  padding: 0; }

.burger {
  width: 2.92683rem;
  height: 2.34146rem;
  cursor: pointer;
  right: 0;
  top: 0;
  z-index: 20; }
  .burger span {
    width: 100%;
    height: 2px;
    background-color: #000;
    border-radius: 12px;
    display: block;
    -webkit-transition: background-color 0.5s ease-in-out;
    transition: background-color 0.5s ease-in-out; }
  .burger span::before,
  .burger span::after {
    content: "";
    width: 100%;
    background-color: #000;
    display: block;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    border-radius: 12px;
    height: 2px; }
  .burger span::before {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px); }
  .burger span::after {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    margin-top: -2px; }
  .burger.active span {
    background-color: transparent; }
  .burger.active span::before {
    -webkit-transform: rotateZ(45deg) translateY(0);
            transform: rotateZ(45deg) translateY(0); }
  .burger.active span::after {
    -webkit-transform: rotateZ(-45deg) translateY(0);
            transform: rotateZ(-45deg) translateY(0); }

.menu__link {
  position: relative;
  font-weight: 500; }

.menu__link-inner {
  display: block;
  position: relative;
  outline: 100px solid transparent; }

.menu__link-deco {
  outline: 120px solid transparent;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 6.82927rem;
  height: 6.82927rem;
  margin: -3.41463rem 0 0 -3.41463rem;
  z-index: 1; }

.menu__link:hover .menu__link-deco {
  opacity: 1; }

@media (max-width: 1024px) {
  .header .logo {
    width: 11.70732rem; }
  .header .lang-block {
    margin-right: 1.46341rem;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .header .btn-burger {
    display: block;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .nav-block {
    position: fixed;
    width: 100%;
    height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    top: 0;
    left: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 1s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: all 1s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    background-color: #ed1857;
    z-index: 11;
    padding-top: 9.7561rem;
    text-align: center; }
    .nav-block .inner-nav {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
    .nav-block .menu-link {
      font-size: 2.92683rem;
      margin-bottom: 2.92683rem; }
      .nav-block .menu-link:hover {
        color: #212121; }
  .show-menu {
    overflow: hidden; }
    .show-menu body {
      overflow: hidden; }
    .show-menu .nav-block {
      opacity: 1;
      visibility: visible;
      -webkit-transform: translateY(0px);
      transform: translateY(0px); }
    .show-menu .inner-nav {
      height: 100%;
      overflow-y: auto;
      padding-top: 4.87805rem; }
    .show-menu .c-scrollbar {
      opacity: 0; }
  .menu__link .menu__link-deco {
    display: none; } }

.footer {
  padding: 3.90244rem 0 2.92683rem;
  background: #fff;
  position: relative; }
  .footer .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }

.very-top-footer .logo {
  display: block;
  width: 19.5122rem;
  margin: 0 auto 1.95122rem; }

.social-list a {
  border: 0;
  padding: 0; }

.left-col .menu-link {
  position: relative;
  margin-right: 1.36585rem; }
  .left-col .menu-link:not(:hover) {
    border-bottom-color: #414141; }
  .left-col .menu-link::after {
    content: "|";
    position: absolute;
    display: inline-block;
    right: -0.97561rem;
    top: 0;
    color: #414141; }
  .left-col .menu-link:last-child::after {
    display: none; }

.c-preload {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100dvh;
  pointer-events: none;
  background-color: #f1bdcb;
  -webkit-transition: all 1s cubic-bezier(0.74, 0, 0.15, 0.99) 0.2s;
  transition: all 1s cubic-bezier(0.74, 0, 0.15, 0.99) 0.2s; }
  .ready .c-preload {
    opacity: 0;
    z-index: -1;
    visibility: hidden; }
  .c-preload .progress-loading {
    height: 0.19512rem;
    width: 14.63415rem;
    position: relative;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 20px;
    margin: 1.46341rem auto; }
  .c-preload .progress-bar-footer {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #ed1857;
    border-radius: 20px; }
  .c-preload .c-preload__inner {
    position: relative;
    width: 100%;
    height: 100%; }
    .c-preload .c-preload__inner .c-preload__logo-wrapper {
      position: absolute;
      inset: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      text-align: center;
      z-index: 1; }
    .c-preload .c-preload__inner .c-preload__center {
      -webkit-animation: slideUp .5s linear;
              animation: slideUp .5s linear; }
    .c-preload .c-preload__inner .c-preload__logo-image {
      max-width: 19.5122rem; }

@-webkit-keyframes slideUp {
  0% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(10%);
            transform: translateY(10%); }
  100% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes slideUp {
  0% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(10%);
            transform: translateY(10%); }
  100% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

/*! locomotive-scroll v4.1.3 | MIT License | https://github.com/locomotivemtl/locomotive-scroll */
html:not(.ready) {
  overflow: hidden; }

html.has-scroll-dragging {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.has-scroll-smooth body {
  overflow: hidden; }

.has-scroll-smooth [data-scroll-container] {
  min-height: 100vh; }

[data-scroll-direction="horizontal"] [data-scroll-container] {
  height: 100vh;
  display: inline-block;
  white-space: nowrap; }

[data-scroll-direction="horizontal"] [data-scroll-section] {
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  height: 100%; }

.c-scrollbar {
  position: absolute;
  right: 0;
  top: 0;
  width: 11px;
  height: 100%;
  -webkit-transform-origin: center right;
          transform-origin: center right;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  opacity: 0; }

.c-scrollbar:hover {
  -webkit-transform: scaleX(1.45);
          transform: scaleX(1.45); }

.c-scrollbar:hover,
.has-scroll-scrolling .c-scrollbar,
.has-scroll-dragging .c-scrollbar {
  opacity: 1; }

[data-scroll-direction="horizontal"] .c-scrollbar {
  width: 100%;
  height: 10px;
  top: auto;
  bottom: 0;
  -webkit-transform: scaleY(1);
          transform: scaleY(1); }

[data-scroll-direction="horizontal"] .c-scrollbar:hover {
  -webkit-transform: scaleY(1.3);
          transform: scaleY(1.3); }

.c-scrollbar_thumb {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #9D9D9D;
  opacity: 0.5;
  width: 0.68293rem;
  border-radius: 10px;
  margin: 2px;
  cursor: -webkit-grab;
  cursor: grab; }

.has-scroll-dragging .c-scrollbar_thumb {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

[data-scroll-direction="horizontal"] .c-scrollbar_thumb {
  right: auto;
  bottom: 0; }

.section-wrapper {
  min-height: 100vh;
  top: 0;
  right: 0;
  width: 100% !important;
  background-color: transparent;
  position: relative;
  top: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.rich-text img.emoji {
  display: inline !important;
  border: none !important;
  height: 1em !important;
  width: 1em !important;
  margin: 0 .07em !important;
  vertical-align: -0.1em !important;
  background: none !important;
  padding: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

.rich-text .mceIEcenter {
  text-align: center; }

.rich-text strong {
  color: #ed1857;
  font-weight: 600; }

.wp-caption {
  margin: 0;
  /* browser reset */
  max-width: 100%; }

/* iOS does not obey max-width if width is set. */
.ios .wp-caption {
  width: auto !important; }

dl.wp-caption dt.wp-caption-dt img {
  display: inline-block;
  margin-bottom: -1ex; }

div.mceTemp {
  -ms-user-select: element; }

dl.wp-caption,
dl.wp-caption * {
  -webkit-user-drag: none; }

.wp-caption-dd {
  font-size: 14px;
  padding-top: 0.5em;
  margin: 0;
  /* browser reset */ }

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.alignleft {
  float: left;
  margin: 0.5em 1em 0.5em 0; }

.alignright {
  float: right;
  margin: 0.5em 0 0.5em 1em; }

/* Remove blue highlighting of selected images in WebKit */
img[data-mce-selected]::-moz-selection {
  background-color: transparent; }
img[data-mce-selected]::selection {
  background-color: transparent; }

/* Styles for the WordPress plugins */
.mce-content-body img[data-mce-placeholder] {
  border-radius: 0;
  padding: 0; }

.mce-content-body img[data-wp-more] {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 96%;
  height: 16px;
  display: block;
  margin: 15px auto 0;
  outline: 0;
  cursor: default; }

.mce-content-body img[data-mce-placeholder][data-mce-selected] {
  outline: 1px dotted #888; }

.mce-content-body img[data-wp-more="more"] {
  background: transparent url(images/more.png) repeat-y scroll center center; }

.mce-content-body img[data-wp-more="nextpage"] {
  background: transparent url(images/pagebreak.png) repeat-y scroll center center; }

/* Styles for formatting the boundaries of anchors and code elements */
.mce-content-body a[data-mce-selected] {
  padding: 0 2px;
  margin: 0 -2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 0 1px #bfe6ff;
          box-shadow: 0 0 0 1px #bfe6ff;
  background: #bfe6ff; }

.mce-content-body .wp-caption-dt a[data-mce-selected] {
  outline: none;
  padding: 0;
  margin: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent; }

.mce-content-body code {
  padding: 2px 4px;
  margin: 0;
  border-radius: 2px;
  color: #222;
  background: #f2f4f5; }

.mce-content-body code[data-mce-selected] {
  background: #e9ebec; }

/* Gallery, audio, video placeholders */
.mce-content-body img.wp-media {
  border: 1px solid #aaa;
  background-color: #f2f2f2;
  background-repeat: no-repeat;
  background-position: center center;
  width: 99%;
  height: 250px;
  outline: 0;
  cursor: pointer; }

.mce-content-body img.wp-media:hover {
  background-color: #ededed;
  border-color: #72777c; }

.mce-content-body img.wp-media.wp-media-selected {
  background-color: #d8d8d8;
  border-color: #72777c; }

.mce-content-body img.wp-media.wp-gallery {
  background-image: url(images/gallery.png); }

/* Image resize handles */
.mce-content-body div.mce-resizehandle {
  border-color: #72777c;
  width: 7px;
  height: 7px; }

.mce-content-body img[data-mce-selected] {
  outline: 1px solid #72777c; }

.mce-content-body img[data-mce-resize="false"] {
  outline: 0; }

.mce-shim {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.wpview[data-mce-selected="2"] .mce-shim {
  display: none; }

.wpview .loading-placeholder {
  border: 1px dashed #ccc;
  padding: 10px; }

.wpview[data-mce-selected] .loading-placeholder {
  border-color: transparent; }

.rich-text h2 {
  color: #ed1857;
  font-weight: 600;
  font-size: 4.4878rem;
  margin-bottom: 1.95122rem; }

.rich-text h3 {
  font-size: 2.73171rem;
  font-family: "Philosopher", sans-serif;
  margin-bottom: 1.7561rem; }

.rich-text h4 {
  font-size: 2.34146rem;
  margin-bottom: 1.36585rem; }

.rich-text h5 {
  font-size: 1.95122rem;
  margin-bottom: 1.17073rem; }

.rich-text h6 {
  font-size: 1.7561rem; }

.rich-text a {
  text-decoration: underline;
  color: #fff; }

.rich-text p {
  margin-bottom: 1.26829rem; }

.rich-text menu, .rich-text ul, .rich-text ol {
  list-style-type: inherit;
  padding-left: 2.92683rem; }

.rich-text li {
  padding-left: 0.97561rem;
  margin-bottom: 1.56098rem; }

.rich-text img {
  height: auto;
  width: 100%;
  max-width: 99.90244rem;
  margin: 0 auto;
  display: block; }

.wp-caption-text {
  text-align: center;
  font-style: italic;
  margin-top: 1.17073rem; }

.contact-form {
  padding: 16.58537rem 0; }
  .contact-form .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .contact-form .thumb {
    width: 40%;
    text-align: right;
    overflow: hidden;
    position: relative;
    z-index: -1;
    font-size: 0;
    aspect-ratio: 1; }
    .contact-form .thumb img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .contact-form .title {
    font-family: "Philosopher", sans-serif;
    padding-bottom: 1.95122rem; }

.form {
  padding-top: 5.85366rem;
  width: 60%;
  padding: 0 5vw;
  padding-right: 2.92683rem;
  position: relative; }
  .form form {
    padding-bottom: 7.80488rem;
    position: relative; }
  .form .wpcf7 form .wpcf7-response-output {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    padding: 0.4878rem 0.97561rem;
    border-color: #dc3232; }
  .form .form-line {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 2.92683rem;
       -moz-column-gap: 2.92683rem;
            column-gap: 2.92683rem;
    position: relative;
    margin-bottom: 2.92683rem; }
  .form .form-group {
    position: relative;
    padding-bottom: 2.92683rem; }
    .form .form-group label {
      font-size: 1.36585rem;
      font-family: "Noto Sans", sans-serif;
      color: #ed1857; }
    .form .form-group .wpcf7-form-control-wrap::after {
      content: "";
      position: absolute;
      top: 3.90244rem;
      left: 0;
      background: #eee;
      display: block;
      width: 100%;
      height: 1px; }
    .form .form-group .wpcf7-not-valid-tip {
      position: absolute;
      bottom: -4.19512rem;
      font-size: 1.36585rem; }
  .form .form-control {
    width: 100%;
    border: 0;
    border-radius: 0;
    background: transparent;
    height: 4.87805rem;
    margin-bottom: 0.97561rem;
    font-family: "Noto Sans", sans-serif;
    font-size: 1.56098rem;
    border-radius: 0; }
    .form .form-control::-webkit-input-placeholder {
      color: #666666;
      opacity: 0.6;
      font-family: "Noto Sans", sans-serif;
      font-size: 1.56098rem; }
    .form .form-control::-moz-placeholder {
      color: #666666;
      opacity: 0.6;
      font-family: "Noto Sans", sans-serif;
      font-size: 1.56098rem; }
    .form .form-control::-ms-input-placeholder {
      color: #666666;
      opacity: 0.6;
      font-family: "Noto Sans", sans-serif;
      font-size: 1.56098rem; }
    .form .form-control::placeholder {
      color: #666666;
      opacity: 0.6;
      font-family: "Noto Sans", sans-serif;
      font-size: 1.56098rem; }
    .form .form-control::-ms-input-placeholder {
      color: #666666;
      font-family: "Noto Sans", sans-serif;
      font-size: 1.56098rem; }
  .form textarea.form-control {
    height: 7.80488rem;
    margin-top: 1.46341rem; }
  .form .btn-submit {
    border-radius: 10px;
    border: 0;
    padding: 0.6rem 1.5rem;
    font-size: 1.7561rem;
    height: 4.87805rem;
    padding: 0 2.34146rem;
    margin-top: 3.90244rem;
    background-color: #ed1857;
    color: #fff;
    border-radius: 10px;
    width: 18.34146rem;
    cursor: pointer; }
  .form .social-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    position: relative;
    bottom: 11.70732rem;
    pointer-events: none; }
    .form .social-list a {
      pointer-events: all; }

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

/* Firefox */
input[type=number] {
  -moz-appearance: textfield; }

.grecaptcha-badge {
  visibility: hidden; }

.tabs {
  padding: 2.43902rem 0;
  text-align: center; }
  .tabs .tab {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border: 2px solid #ed1857;
    padding: 0.78049rem 1.95122rem;
    border-radius: 25px;
    font-weight: 600; }
    .tabs .tab.active {
      background-color: #ed1857;
      color: #fff; }

@media (max-width: 1199px) {
  .rich-text img {
    max-width: 76.09756rem; } }

@media (max-width: 1024px) {
  .form {
    width: 100%;
    padding: 0 1.46341rem; }
    .form .form-line {
      grid-template-columns: 1fr;
      margin: 0; }
    .form .form-line-long {
      margin-top: 0; }
    .form .form-control {
      width: 100%;
      border: 0;
      border-radius: 0;
      background: transparent;
      height: 4.87805rem;
      margin-bottom: 0.97561rem;
      font-family: "Noto Sans", sans-serif;
      color: #fff;
      font-size: 1.56098rem;
      border-radius: 0; }
      .form .form-control::-webkit-input-placeholder {
        opacity: 1; }
      .form .form-control::-moz-placeholder {
        opacity: 1; }
      .form .form-control::-ms-input-placeholder {
        opacity: 1; }
      .form .form-control::placeholder {
        opacity: 1; }
  .rich-text img {
    max-width: 100%; } }
