@font-face {
  font-family: Fixeldisplay;
  src: url('../fonts/FixelDisplay-Light.ttf') format("truetype"), url('../fonts/FixelDisplay-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Fixeldisplay;
  src: url('../fonts/FixelDisplay-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Fixeldisplay;
  src: url('../fonts/FixelDisplay-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Fixeltext;
  src: url('../fonts/FixelText-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Fixeltext;
  src: url('../fonts/FixelText-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Fixeltext;
  src: url('../fonts/FixelText-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

a {
  font-family: Fixeldisplay, Trebuchet MS, sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-decoration: underline;
}

.ww-selection {
  background-color: #f4f4f4;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #000;
  flex-flow: column;
  width: 100%;
  max-width: 2400px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 7vw 10vw;
  display: flex;
}

.container.container-blue {
  background-color: #0f244300;
}

.container.wp-con {
  max-width: 2440px;
  padding-top: 5vw;
  padding-bottom: 7vw;
  overflow: visible;
}

.wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.h2 {
  color: #11100c;
  text-transform: uppercase;
  width: auto;
  max-width: 600px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Fixeldisplay, Trebuchet MS, sans-serif;
  font-size: 6vw;
  font-weight: 500;
  line-height: 100%;
}

.ww-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.ww-card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-bottom: 2px solid #11100c;
  border-radius: 2px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: end stretch;
  width: auto;
  height: auto;
  padding-top: 4vw;
  padding-bottom: 4vw;
  display: grid;
}

.h3 {
  color: #11100c;
  text-transform: uppercase;
  width: 60%;
  max-width: 622px;
  height: 120%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Fixeldisplay, Trebuchet MS, sans-serif;
  font-size: 3vw;
  font-weight: 400;
  line-height: 120%;
}

.h3.h3-w {
  color: #fffff6;
  width: 70%;
  max-width: 550px;
  font-size: 3vw;
}

.h3-n1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 98%;
  max-width: 100%;
  display: flex;
}

.num1 {
  color: #11100c;
  height: 20px;
  padding-top: 6px;
  font-family: Fixeldisplay, Trebuchet MS, sans-serif;
  font-size: 1.4vw;
  font-weight: 300;
}

.num1.num1w {
  color: #fffff6;
}

.num1.num1-w {
  color: #fffff6;
  font-size: 1.4vw;
}

.t1 {
  color: #11100c;
  border: 1px #000;
  flex: 0 auto;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Fixeltext, Palatino Linotype, sans-serif;
  font-size: 1.39vw;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  display: block;
  overflow: visible;
}

.t1.t1w {
  color: #fffff6;
  -webkit-text-stroke-color: #fffff6;
  width: 40%;
  display: block;
}

.t1.t1-w {
  color: #fffff6;
  text-transform: none;
}

.t1.link-w-copy {
  color: #000;
  justify-content: flex-start;
  align-items: flex-end;
}

.t1.t1-names {
  font-weight: 300;
  text-decoration: none;
}

.ws-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
}

.h4 {
  width: auto;
  max-width: none;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Fixeldisplay, Trebuchet MS, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
}

.h4.h4w {
  color: #fffff6;
  width: 80%;
  max-width: none;
  height: auto;
  max-height: none;
  font-size: 2.8vw;
  font-weight: 400;
  line-height: 120%;
}

.t2 {
  font-family: Fixeltext, Palatino Linotype, sans-serif;
  font-size: 1.25vw;
  font-weight: 400;
  line-height: 150%;
}

.t2.t2w {
  color: #fffff6;
  flex: 0 auto;
  width: 100%;
  max-width: none;
  height: auto;
  max-height: none;
  font-size: 20px;
}

.h2w.h2 {
  color: #fffff6;
}

.cu-selection {
  background-color: #0f2443;
  width: 100%;
  display: block;
}

.heading {
  margin-top: 0;
  margin-bottom: 0;
}

.h2w-t1w {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  display: flex;
}

.button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-transform: uppercase;
  background-color: #0000;
  border: 2px solid #fff;
  border-radius: 30px;
  justify-content: flex-start;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 35px;
  font-family: Fixeldisplay, Trebuchet MS, sans-serif;
  font-size: 18px;
  font-weight: 500;
  display: flex;
}

.link {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #fffff6;
  -webkit-text-stroke-color: #11100c;
  text-transform: uppercase;
  padding: 0;
  font-family: Fixeldisplay, Trebuchet MS, sans-serif;
  font-size: 20px;
  display: flex;
}

.button-stoke-w {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fffff6;
  border: 2px solid #fffff6;
  border-radius: 30px;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  padding: 1.5vw 3vw;
  font-size: 2vw;
  display: flex;
}

.button-stoke-w:hover {
  text-decoration: underline;
}

.footer-container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 15vw;
}

.footer-container.container-blue {
  background-color: #0f2443;
}

.navbar-selection {
  z-index: 900;
  color: #000;
  background-color: #fff;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-selection.shadow-three {
  width: 100vw;
  max-width: none;
  margin-bottom: 0;
  margin-left: auto;
  padding: 2vw 10vw;
}

.footer-con {
  color: #008eff00;
  background-color: #fff0;
  width: 100%;
  max-width: none;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 2vw 10vw;
  display: flex;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 2440px;
  display: flex;
}

.nav-menu-header {
  display: block;
}

.nav-menu-list {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-button {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 0;
  margin-right: 0;
  padding: 5px 0;
  font-family: Fixeltext, Palatino Linotype, sans-serif;
  font-size: 1.2vw;
  line-height: 20px;
  text-decoration: none;
}

.nav-button:hover {
  color: #1a1b1fbf;
}

.nav-button:focus-visible, .nav-button[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-button.nav-button-white {
  color: #fff;
}

.nav-button.nav-button-white:hover {
  text-decoration: underline;
}

.nav-button.nav-button-footer {
  color: #000;
  width: auto;
  display: flex;
}

.nav-button.nav-button-footer:hover {
  text-decoration: underline;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.language-switch {
  margin-left: 0;
  margin-right: 0;
}

.logo-nav {
  width: 16vw;
}

.t1-lang {
  color: #fff;
  flex: 1;
  font-family: Fixeltext, Palatino Linotype, sans-serif;
  font-size: 1.4vw;
  font-weight: 400;
  line-height: 150%;
}

.t1-lang.t1w {
  color: #fffff6;
  -webkit-text-stroke-color: #fffff6;
}

.oc-selection {
  background-color: #f4f4f4;
}

.wrapper-copy {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
}

.texts-container {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.button2-fill-blue {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #11100c;
  border: 2px solid #fffff6;
  border-radius: 50px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 2vw 3vw;
  display: flex;
}

.link-copy {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #fffff6;
  text-transform: uppercase;
  justify-content: space-between;
  align-items: center;
  width: auto;
  height: auto;
  padding: 0;
  font-family: Fixeldisplay, Trebuchet MS, sans-serif;
  font-size: 36px;
  display: flex;
}

.wrapper3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.num1-h4w {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: auto;
  display: flex;
}

.ws-selection {
  background-color: #0f2443;
  width: 100%;
  height: 100%;
  display: block;
}

.ws-grid-copy {
  grid-column-gap: 4vw;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
}

.num1-h4w-copy {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: auto;
  display: flex;
}

.ws-card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-bottom: 2px solid #fffff6;
  border-radius: 2px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: end stretch;
  height: auto;
  padding-top: 4vw;
  padding-bottom: 4vw;
  display: grid;
}

.ws-h3-n1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 98%;
  max-width: 100%;
  display: flex;
}

._10 {
  width: 100vw;
  height: 100%;
}

.hp-wrappet {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: center start;
  width: 100%;
  max-width: 1180px;
  height: 100%;
  display: grid;
}

.hp-container-left {
  grid-column-gap: 61px;
  grid-row-gap: 61px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  display: flex;
}

.h1 {
  color: #11100c;
  text-transform: uppercase;
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Fixeltext, Palatino Linotype, sans-serif;
  font-size: 4.65vw;
  font-weight: 500;
  line-height: 120%;
}

.h1.h1-tab {
  width: auto;
  margin-top: 0;
  font-size: 4.62vw;
  position: static;
  inset: 0% 0% auto 10vw;
  overflow: visible;
}

.hp-t1-b1 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.button-stoke-w-copy {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 2px solid #fffff6;
  border-radius: 30px;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  padding: 1vw 3vw;
  display: flex;
}

.hp-buttons {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  display: flex;
}

.button-stoke-b {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #11100c;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #3898ec00;
  border: 2px solid #11100c;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: 0;
  margin-right: auto;
  padding: 1.5vw 3vw;
  font-size: 1.4vw;
  text-decoration: none;
  display: flex;
}

.button-stoke-b:hover {
  text-decoration: underline;
}

.link-b {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #11100c;
  -webkit-text-stroke-color: #11100c;
  text-transform: uppercase;
  padding: 0;
  font-family: Fixeldisplay, Trebuchet MS, sans-serif;
  font-size: 20px;
  text-decoration: none;
  display: flex;
}

.link-b.hp-buttons {
  width: auto;
  font-size: 1.04vw;
}

.link-b.link-w {
  font-size: 1.4vw;
}

.button-b {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  cursor: pointer;
  background-color: #11100c;
  border: 2px #cbcbcb;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  padding: 1.5vw 3vw;
  font-size: 1.4vw;
  display: flex;
}

.button-b:hover {
  color: #fffff6;
  text-decoration: underline;
}

.link-w {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #fffff6;
  -webkit-text-stroke-color: #11100c;
  text-transform: uppercase;
  padding: 0;
  font-family: Fixeldisplay, Trebuchet MS, sans-serif;
  font-size: 1.4vw;
  text-decoration: none;
  display: flex;
}

.link-w:hover {
  text-decoration: underline;
}

.link-w.hp-buttons {
  width: auto;
  font-size: 1.04vw;
}

.hp-photo-little {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.hp-phoro-main {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/main-hero-ph.png');
  background-position: 50%;
  background-size: cover;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: block;
}

.tp-h1 {
  color: #11100c;
  flex: 1;
  width: 100%;
  font-family: Fixeltext, Palatino Linotype, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
}

.tp-h1.t1w {
  color: #fffff6;
  -webkit-text-stroke-color: #fffff6;
}

.tp-h1.t1-w {
  color: #fffff6;
  text-transform: none;
}

.hp-selection {
  margin-top: 82.475px;
  display: block;
}

.wp-ai-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: wrap;
  width: 50%;
  max-width: 1440px;
  display: flex;
}

.hp-text-wrapper {
  width: 100%;
  height: 100%;
}

.hp-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: flex-start;
  place-items: center start;
  width: 100%;
  max-width: none;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.div-block {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-2 {
  width: 100%;
  height: 100%;
}

.hp-text-wrappe {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50vw;
  max-width: 50vw;
  height: 100%;
  display: flex;
}

.div-block-4 {
  width: 100%;
  height: 40vw;
}

.div-block-5 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.image {
  width: 20vw;
  max-width: none;
  height: 100%;
}

.image-2 {
  width: 20vw;
}

.hp-image-left {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  height: 100%;
  display: flex;
}

.hp-little-image-left {
  background-image: url('../images/damir-samatkulov-i81D6w0Akuc-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  width: 23vw;
  height: 23vw;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
}

.hp-little-image-right {
  background-image: url('../images/yevhenii-deshko-lp1dYCJWPFE-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
  width: 23vw;
  height: 23vw;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
}

.body {
  background-color: #fffff6;
  max-width: none;
}

.link-2 {
  text-decoration: none;
}

.t1-buttons {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.button-stoke-b-copy {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 2px solid #11100c;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: 0;
  margin-right: auto;
  padding: 1vw 3vw;
  display: flex;
}

.section {
  width: 100%;
  height: 100%;
}

.h2-t1 {
  grid-column-gap: 12vw;
  grid-row-gap: 12vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: end stretch;
  width: auto;
  height: auto;
  display: grid;
}

.h2-t1.oc-weapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  place-items: center stretch;
  width: 100%;
}

.we-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.we-image {
  background-image: url('../images/1.jpg');
  background-position: 50%;
  background-size: cover;
  height: 50vw;
}

.we-image.we-1image {
  background-position: 50%;
}

.we-image.we-image4 {
  background-image: url('../images/4.jpg');
}

.we-image.we-image7 {
  background-image: url('../images/7.jpg');
  background-position: 50%;
  background-size: cover;
}

.ew-wrapper-little-image {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.ew-image2 {
  background-image: url('../images/2.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 39vw;
}

.ew-image3 {
  background-image: url('../images/3.jpg');
  background-position: 50%;
  background-size: cover;
}

.ew-image5 {
  background-image: url('../images/5.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 39vw;
}

.ew-image6 {
  background-image: url('../images/6.jpg');
  background-position: 50%;
  background-size: cover;
}

.tos-selection {
  width: 100%;
  height: 100%;
  display: block;
  overflow: visible;
}

.div-block-6 {
  width: 100px;
}

.tos-grid {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: column;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.tos-card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap-reverse;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.tos-card.tos-card2 {
  justify-content: space-between;
  align-items: center;
}

.div-block-7 {
  width: 40vw;
}

.tos-text-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 40%;
  max-width: none;
  display: flex;
}

.t1-copy {
  color: #11100c;
  flex: 1;
  width: 100%;
  font-family: Fixeltext, Palatino Linotype, sans-serif;
  font-size: 1.39vw;
  font-weight: 400;
  line-height: 150%;
  overflow: visible;
}

.t1-copy.t1w {
  color: #fffff6;
  -webkit-text-stroke-color: #fffff6;
}

.t1-copy.t1-w {
  color: #fffff6;
  text-transform: none;
}

.tos-image2 {
  background-image: url('../images/tos2.png');
  background-position: 50%;
  background-size: cover;
  width: 57%;
  height: 32vw;
}

.tos-image3-4 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 58%;
  height: 32vw;
  display: flex;
}

.tos-image3 {
  background-image: url('../images/tos3.png');
  background-position: 50%;
  background-size: cover;
  width: 70%;
  height: 32vw;
}

.tos-image4 {
  background-image: url('../images/tos4.png');
  background-position: 50%;
  background-size: cover;
  width: 30%;
  height: 50%;
  line-height: 10px;
}

.tos-card-copy {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.tos-card-copy.tos-card2 {
  justify-content: space-between;
  align-items: center;
}

.tos-card-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: auto;
  display: flex;
}

.tos-card-2.tos-card2 {
  justify-content: space-between;
  align-items: center;
}

.tos-image5 {
  background-image: url('../images/tos5.png');
  background-position: 50%;
  background-size: cover;
  width: 57%;
  height: 32vw;
}

.tos-image6 {
  background-image: url('../images/tos6.png');
  background-position: 50%;
  background-size: cover;
  width: 70%;
  height: 32vw;
}

.tos-image7 {
  background-image: url('../images/tos7.png');
  background-position: 50%;
  background-size: cover;
  width: 30%;
  height: 50%;
  line-height: 10px;
}

.tos-image8 {
  background-image: url('../images/tos8.png');
  background-position: 50%;
  background-size: auto;
  width: 30%;
  height: 50%;
  line-height: 10px;
}

.tos-image9 {
  background-image: url('../images/tos9.png');
  background-position: 50%;
  background-size: cover;
  width: 70%;
  height: 32vw;
}

.tos-card-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: auto;
  display: flex;
}

.tos-card-3.tos-card2 {
  justify-content: space-between;
  align-items: center;
}

.ourc-selection {
  width: 100%;
  height: 100%;
  display: block;
}

.button2-b {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #11100c;
  border: 0 solid #11100c;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 2vw 3vw;
  display: flex;
}

.button2-b:hover {
  color: #fffff6;
  text-decoration: underline;
}

.h4-copy {
  width: auto;
  max-width: none;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Fixeldisplay, Trebuchet MS, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
}

.h4-copy.h4w {
  color: #fffff6;
  width: 80%;
  max-width: none;
  height: auto;
  max-height: none;
  font-size: 2.8vw;
  font-weight: 400;
  line-height: 120%;
}

.ww-selection-copy {
  background-color: #f4f4f4;
  width: 100vw;
  height: 100%;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.container-copy {
  width: 100%;
  max-width: 1440px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 7vw 10vw;
}

.container-copy.container-blue {
  background-color: #0f244300;
}

.wrapper-copy {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hp-text-wrappe-copy {
  grid-column-gap: 66px;
  grid-row-gap: 66px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  max-width: 50vw;
  height: 100%;
  display: flex;
}

.hp-phoro-main-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/main-hero-ph.png');
  background-position: 50%;
  background-size: cover;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: block;
}

.t64 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
}

.we-selection {
  color: #000;
  width: 100%;
  display: block;
}

.ew-link-b {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #11100c;
  -webkit-text-stroke-color: #11100c;
  text-transform: uppercase;
  padding: 0;
  font-family: Fixeldisplay, Trebuchet MS, sans-serif;
  font-size: 20px;
  text-decoration: none;
  display: flex;
}

.ew-link-b.hp-buttons {
  width: auto;
  font-size: 1.04vw;
}

.model-wrapper {
  z-index: 999;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: #22222287;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-right: 0;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal-window {
  background-color: #fffff6;
  border-radius: 20px;
  height: auto;
  margin: auto;
  padding: 5vw;
  font-family: Fixeldisplay, Trebuchet MS, sans-serif;
  display: block;
}

.form-block {
  margin: auto;
  padding: 10vw 5vw;
  position: static;
}

.selection-form {
  color: #11100c;
  background-color: #fff0;
  border: 1px solid #999;
  border-radius: 30px;
  flex: 0 auto;
  height: 100%;
  margin-bottom: 0;
  padding-top: 1.3vw;
  padding-bottom: 1.3vw;
  padding-left: 1.5vw;
  font-family: Fixeltext, Palatino Linotype, sans-serif;
  font-size: 1.4vw;
  font-weight: 400;
  line-height: 120%;
}

.selection-form.form22 {
  margin-bottom: 0;
}

.checkbox-label {
  color: #999;
  padding-top: 2px;
  font-family: Fixeltext, Palatino Linotype, sans-serif;
  font-size: 1.4vw;
  font-weight: 400;
}

.checkbox-field {
  flex: 0 auto;
  font-size: 1.4vw;
}

.chose {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  display: flex;
}

.checkbox {
  width: auto;
}

.form-2 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  display: flex;
}

.form1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.form2 {
  flex-flow: column;
  display: flex;
}

.choose-cha {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-flow: column;
  margin-top: 20px;
  display: flex;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.checkbox-2 {
  width: 1vw;
  height: 1vw;
}

.form-3 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  display: flex;
}

.submit-button {
  background-color: #11100c;
  border-radius: 20px;
  margin-top: 10px;
}

.submit-button.button-b {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 30px;
  margin-top: 20px;
  font-size: 1.4vw;
  font-weight: 500;
}

.close-form-b {
  justify-content: flex-end;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.close-form-b.t1 {
  color: #11100c91;
  margin-bottom: 41px;
  font-size: 16px;
}

.close-form-b.t1.link-w {
  text-transform: none;
  font-size: 1.4vw;
}

.div-block-8 {
  width: 100%;
  display: flex;
}

.image-3 {
  margin-left: -1018px;
  padding-left: 200px;
  display: block;
}

.image-4 {
  display: inline-flex;
}

.form-block-2 {
  margin-bottom: 0;
}

.we-image-7 {
  box-sizing: border-box;
  vertical-align: baseline;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 50vw;
}

.we-image-6 {
  width: 100%;
  height: 39vw;
}

.image-7 {
  object-fit: scale-down;
  object-position: 50% 50%;
  width: 100%;
}

.we-image-5 {
  width: 100%;
  height: 39vw;
}

.we-image-4 {
  box-sizing: border-box;
  vertical-align: baseline;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 50vw;
}

.we-image-3, .we-image-2 {
  width: 100%;
  height: 39vw;
}

.we-image-1 {
  box-sizing: border-box;
  vertical-align: baseline;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 50vw;
}

.image-9 {
  width: 100%;
  height: 32vw;
}

.tos-image-1 {
  width: 57%;
}

.image-10 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.tos-image-3 {
  width: 70%;
  height: 32vw;
}

.tos-image-2 {
  width: 57%;
}

.tos-image-4 {
  width: 30%;
  height: 50%;
}

.image-11 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image-12 {
  width: 100%;
  height: 32vw;
}

.image-13, .image-14, .image-15, .image-16 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.tos-card-2-copy {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: auto;
  display: flex;
}

.tos-card-2-copy.tos-card2 {
  justify-content: space-between;
  align-items: center;
}

.tos-image, .au-section {
  width: 100%;
  height: 100%;
}

.au-photo {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
}

.lightbox-link {
  width: 568px;
}

.image-17 {
  width: 500px;
}

.au-col-left {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 70%;
  display: flex;
}

.au-left-col {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: auto;
  display: flex;
}

.lightbox-link-2, .image-18 {
  width: 100%;
  height: 30vw;
}

.image-19, .lightbox-link-3 {
  width: 100%;
}

.column {
  padding-left: 0;
  padding-right: 0;
}

.au-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.image-20 {
  width: 100%;
  height: 100%;
}

.image-21 {
  width: 100vw;
  height: auto;
  display: inline-block;
}

.lightbox-link-4 {
  height: auto;
}

.h2-wrraper {
  width: 98%;
  max-width: 100%;
}

.success-message {
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
  padding: 0;
}

.semen-photo {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.dropdown-toggle {
  display: inline-block;
}

.menu-button-2 {
  flex: 0 auto;
  display: none;
}

.mobile-menu {
  z-index: 999;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: #22222287;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-right: 0;
  display: none;
  position: fixed;
  inset: 0%;
}

.form-block-2-copy {
  margin-bottom: 0;
}

.nav-menu {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.navbar {
  display: flex;
}

.model-wrapper-copy {
  z-index: 999;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: #22222287;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-right: 0;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal-window-copy {
  background-color: #fffff6;
  height: auto;
  margin: auto;
  padding: 5vw;
  font-family: Fixeldisplay, Trebuchet MS, sans-serif;
  display: block;
}

.navbar-wrapper-copy {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.dropdown-toggle-mob {
  display: inline-block;
}

.div-block-9, .navbar-3 {
  display: block;
}

.nav-button-mob {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 0;
  margin-right: 0;
  padding: 5px 0;
  font-family: Fixeltext, Palatino Linotype, sans-serif;
  font-size: 1.2vw;
  line-height: 20px;
  text-decoration: none;
}

.nav-button-mob:hover {
  color: #1a1b1fbf;
}

.nav-button-mob:focus-visible, .nav-button-mob[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.we-selection-copy {
  color: #000;
  width: 100%;
  display: block;
}

.footer-selection {
  background-color: #0f2443;
}

.link-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.nav-menu-two-copy, .nav-menu-two-copy-copy, .nav-menu-social-media {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.lang-send {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.dropdown-toggle-white {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: inline-block;
}

.icon {
  color: #fff;
}

.t1-lang-black {
  color: #1a1b1f;
  flex: 1;
  font-family: Fixeltext, Palatino Linotype, sans-serif;
  font-size: 1.4vw;
  font-weight: 400;
  line-height: 150%;
}

.t1-lang-black.t1w {
  color: #fffff6;
  -webkit-text-stroke-color: #fffff6;
}

.link-w-copy {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #fffff6;
  -webkit-text-stroke-color: #11100c;
  text-transform: uppercase;
  padding: 0;
  font-family: Fixeldisplay, Trebuchet MS, sans-serif;
  font-size: 1.4vw;
  text-decoration: none;
  display: flex;
}

.link-w-copy:hover {
  text-decoration: underline;
}

.link-w-copy.hp-buttons {
  width: auto;
  font-size: 1.04vw;
}

.page-body {
  background-color: #fffff6;
  max-width: none;
}

.oc-telefons {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  flex-flow: column;
  height: 100%;
  display: flex;
}

.telefones {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.nav-menu-footer {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 274.775px;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.dropdown-toggle-white-footer {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: inline-block;
}

.nav-button-copy {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 0;
  margin-right: 0;
  padding: 5px 0;
  font-family: Fixeltext, Palatino Linotype, sans-serif;
  font-size: 1.2vw;
  line-height: 20px;
  text-decoration: none;
}

.nav-button-copy:hover {
  color: #1a1b1fbf;
}

.nav-button-copy:focus-visible, .nav-button-copy[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-button-copy.nav-button-white {
  color: #fff;
}

.nav-button-copy.nav-button-white:hover {
  text-decoration: underline;
}

.nav-button-b {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 0;
  margin-right: 0;
  padding: 5px 0;
  font-family: Fixeltext, Palatino Linotype, sans-serif;
  font-size: 1.2vw;
  line-height: 20px;
  text-decoration: none;
}

.nav-button-b:hover {
  color: #1a1b1fbf;
  text-decoration: underline;
}

.nav-button-b:focus-visible, .nav-button-b[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-button-b.nav-button-white {
  color: #fff;
}

.nav-button-b.nav-button-white:hover {
  text-decoration: underline;
}

.nav-button-copy-copy {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 0;
  margin-right: 0;
  padding: 5px 0;
  font-family: Fixeltext, Palatino Linotype, sans-serif;
  font-size: 1.2vw;
  line-height: 20px;
  text-decoration: none;
}

.nav-button-copy-copy:hover {
  color: #1a1b1fbf;
}

.nav-button-copy-copy:focus-visible, .nav-button-copy-copy[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-button-copy-copy.nav-button-white {
  color: #fff;
}

.nav-button-copy-copy.nav-button-white:hover {
  text-decoration: underline;
}

.dropdown-list {
  background-color: #fffff6;
  border-radius: 7px;
  display: none;
}

.dropdown-link {
  padding-top: 1.5vw;
  padding-bottom: 1.5vw;
  font-size: 1.4vw;
  font-weight: 400;
  display: block;
}

.dropdown-link:hover {
  text-decoration: underline;
}

.language-switch-burger {
  margin-left: 0;
  margin-right: 0;
}

.dropdown-toggle-footer {
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 20px;
  display: inline-block;
}

.language-switch-nav {
  width: auto;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.arrow-up-button {
  z-index: 151;
  box-sizing: border-box;
  opacity: 1;
  background-color: #222;
  border-radius: 100%;
  width: 4vw;
  height: 4vw;
  margin-bottom: 2vw;
  margin-right: 2vw;
  padding-bottom: 0;
  padding-right: 0;
  display: block;
  position: fixed;
  inset: auto 0% 0% auto;
}

.arrow-up-button.w--current {
  opacity: 1;
  margin-right: 2vw;
}

.arrow-up {
  box-sizing: border-box;
  opacity: 1;
  color: #fff;
  transform-style: preserve-3d;
  justify-content: center;
  align-items: center;
  width: 4vw;
  height: 4vw;
  margin: auto;
  font-size: 2vw;
  display: flex;
  position: absolute;
  inset: 0% 15% 0% 0%;
  transform: rotateX(180deg)rotateY(0)rotateZ(0);
}

.menu-button {
  display: none;
}

.pp-rr {
  display: flex;
}

.language-switch-copy {
  margin-left: 0;
  margin-right: 0;
}

.header-con {
  color: #000;
  background-color: #fff0;
  width: 100%;
  max-width: 2440px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 1vw 10vw;
  display: block;
}

.container-2 {
  color: #008eff00;
  background-color: #fff0;
  width: 100%;
  max-width: none;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 10vw;
}

.dropdown-list-3 {
  background-color: #fffff6;
  border-radius: 7px;
  display: none;
}

.navbar-pp {
  z-index: 900;
  color: #000;
  background-color: #fbfbfb;
  width: 100%;
  max-width: 2440px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: block;
  position: static;
  inset: 0% 0% auto;
}

.navbar-pp.shadow-three {
  width: 100vw;
  max-width: none;
  margin-bottom: 0;
  margin-left: auto;
  padding: 2vw 10vw;
}

.nav-menu-header-pp {
  display: none;
}

.pp-item {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.pp-block {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.text-span {
  direction: ltr;
  text-transform: none;
  text-overflow: clip;
  white-space: nowrap;
  word-break: normal;
  font-style: italic;
  overflow: hidden;
}

.text-span-2, .text-span-3, .text-span-4 {
  font-style: italic;
}

.tou-block {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

._00 {
  grid-column-gap: 50vw;
  grid-row-gap: 50vw;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  padding: 0;
  display: inline-block;
}

.t1-lang-white {
  color: #fff;
  flex: 0 auto;
  font-family: Fixeltext, Palatino Linotype, sans-serif;
  font-size: 1.4vw;
  font-weight: 400;
  line-height: 150%;
}

.t1-lang-white.t1w {
  color: #fffff6;
  -webkit-text-stroke-color: #fffff6;
}

.icon-5 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: inline-block;
}

._0 {
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.lang-icon-white {
  color: #fff;
}

.dropdown-toggle-nav {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  display: inline-block;
}

.language-switch-nav-copy, .language-switch-footer {
  width: auto;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.h2-pp {
  color: #11100c;
  text-transform: uppercase;
  width: auto;
  max-width: 450px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Fixeldisplay, Trebuchet MS, sans-serif;
  font-size: 7vw;
  font-weight: 500;
  line-height: 100%;
  overflow: visible;
}

.header-con-pp-page {
  color: #008eff00;
  background-color: #fff0;
  width: 100%;
  max-width: none;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 10vw;
  display: block;
}

.navbar-wrapper-pp-gage {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.menu-button-pp {
  display: none;
}

.language-switch-nav-pp, .language-switch-footer-2 {
  width: auto;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.dropdown-toggle-footer-copy {
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 20px;
  display: inline-block;
}

.h3-pp {
  color: #11100c;
  text-transform: uppercase;
  width: 60%;
  max-width: 622px;
  height: 120%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Fixeldisplay, Trebuchet MS, sans-serif;
  font-size: 3vw;
  font-weight: 400;
  line-height: 120%;
}

.h3-pp.h3-w {
  color: #fffff6;
  width: 70%;
  max-width: 550px;
  font-size: 3vw;
}

.div-block-10 {
  z-index: 151;
  background-color: #222;
  border-radius: 20px;
  width: 4vw;
  height: 4vw;
  margin-bottom: 2vw;
  margin-right: 2vw;
  padding-right: 0;
  position: fixed;
  bottom: 0;
  right: 0;
}

@media screen and (max-width: 991px) {
  .container {
    padding-top: 10vw;
  }

  .h2 {
    font-size: 74px;
  }

  .ww-grid {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .ww-card {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    height: 100%;
    padding-top: 4vw;
    padding-bottom: 4vw;
    display: flex;
  }

  .h3 {
    width: 100%;
    max-width: none;
    height: 100%;
  }

  .h3.h3-w {
    width: 100%;
  }

  .h3-n1 {
    flex-flow: column;
    width: auto;
  }

  .num1, .num1.num1-w {
    font-size: 20px;
  }

  .t1 {
    flex: 1;
    font-size: 20px;
  }

  .t1.t1w {
    width: auto;
    display: block;
  }

  .t1.t1-w {
    width: 100%;
  }

  .t1.t1-tab {
    text-align: center;
    margin-top: 20px;
  }

  .ws-grid {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .h4 {
    font-size: 26px;
  }

  .h4.h4w {
    width: 80%;
    height: 100%;
    font-size: 34px;
  }

  .t2 {
    font-size: 18px;
  }

  .t2.t2w {
    height: auto;
  }

  .h2w.h2 {
    font-size: 68px;
  }

  .h2w-t1w {
    grid-column-gap: 6vw;
    grid-row-gap: 6vw;
    justify-content: center;
    align-items: flex-start;
  }

  .footer-con {
    background-color: #fff;
    flex-flow: column;
    max-width: none;
    padding: 10px 0 10px 10vw;
    display: flex;
  }

  .navbar-wrapper {
    background-color: #fff;
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .nav-menu-header {
    background-color: #0000;
    display: block;
  }

  .nav-menu-list {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-button {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 14px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .language-switch {
    color: #fff;
    padding-left: 0;
    display: block;
  }

  .logo-nav {
    width: 35vw;
  }

  .t1-lang {
    color: #000;
    width: auto;
    margin-left: 0;
    padding-left: 0;
    font-size: 14px;
    font-weight: 500;
  }

  .t1-lang.t1-lang-w {
    color: #fff;
  }

  .ws-grid-copy {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .ws-card {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    padding-top: 4vw;
    padding-bottom: 4vw;
    display: flex;
  }

  .ws-h3-n1 {
    flex-flow: column;
    width: auto;
  }

  .hp-wrappet {
    grid-template-columns: 1fr;
    width: 100%;
    height: 100%;
  }

  .hp-container-left {
    width: 100%;
  }

  .h1 {
    text-align: left;
    font-size: 68px;
  }

  .h1.h1-tab {
    text-align: center;
    margin-bottom: -30px;
    padding-top: 20px;
    padding-bottom: 0;
  }

  .hp-buttons {
    flex-flow: column;
  }

  .button-stoke-b {
    width: 100%;
    padding-top: 2vw;
    padding-bottom: 2vw;
    font-size: 14px;
  }

  .link-b.hp-buttons {
    font-size: 16px;
  }

  .link-b.link-w {
    font-size: 14px;
  }

  .button-b {
    width: 100%;
    padding-top: 2vw;
    padding-bottom: 2vw;
  }

  .link-w {
    font-size: 14px;
  }

  .link-w.hp-buttons {
    font-size: 16px;
  }

  .tp-h1.t1-w {
    width: 100%;
  }

  .hp-wrapper {
    flex-flow: column;
    display: flex;
  }

  .hp-text-wrappe {
    width: 100%;
    max-width: none;
  }

  .hp-little-image-left {
    width: 46vw;
    height: 44vw;
    margin-left: 0;
    margin-right: 0;
  }

  .hp-little-image-right {
    width: 46vw;
    height: 44vw;
  }

  .button-stoke-b-copy {
    width: 100%;
    padding-top: 2vw;
    padding-bottom: 2vw;
  }

  .h2-t1 {
    grid-column-gap: 6vw;
    grid-row-gap: 6vw;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .h2-t1.oc-weapper {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .tos-grid {
    grid-column-gap: 120px;
    grid-row-gap: 120px;
  }

  .tos-card {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: wrap-reverse;
  }

  .tos-card.tos-card2 {
    flex-flow: wrap;
  }

  .tos-text-wrapper {
    width: 100%;
  }

  .t1-copy {
    font-size: 20px;
  }

  .t1-copy.t1-w {
    width: 100%;
  }

  .t1-copy.t1-tab {
    text-align: center;
  }

  .tos-image2 {
    width: 100%;
    height: 50vw;
  }

  .tos-image3-4 {
    width: 100%;
    height: 50vw;
    display: block;
  }

  .tos-image3 {
    width: 100%;
    height: 50vw;
  }

  .tos-image4 {
    display: none;
  }

  .tos-card-2 {
    flex-flow: wrap-reverse;
    height: auto;
  }

  .tos-image5, .tos-image6 {
    width: 100%;
    height: 50vw;
  }

  .tos-image7, .tos-image8 {
    display: none;
  }

  .tos-image9 {
    width: 100%;
    height: 50vw;
  }

  .tos-card-3 {
    flex-flow: wrap;
    height: 100%;
  }

  .button2-b {
    width: 100%;
    padding-top: 2vw;
    padding-bottom: 2vw;
  }

  .h4-copy {
    font-size: 26px;
  }

  .h4-copy.h4w {
    width: 80%;
    height: 100%;
    font-size: 34px;
  }

  .hp-text-wrappe-copy {
    width: 100%;
    max-width: none;
  }

  .we-selection {
    display: block;
  }

  .ew-link-b.hp-buttons {
    font-size: 16px;
  }

  .model-wrapper {
    display: block;
  }

  .modal-window {
    width: 100%;
    height: 100%;
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .selection-form, .checkbox-label {
    font-size: 14px;
  }

  .choose-cha {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .close-form-b.t1 {
    margin-bottom: 0;
  }

  .close-form-b.t1.link-w {
    margin-bottom: 20px;
    font-size: 14px;
  }

  .image-9 {
    height: 50vw;
  }

  .tos-image-1 {
    width: 100%;
    height: auto;
  }

  .image-10 {
    width: 100%;
    max-width: none;
    height: 50vw;
    display: block;
    overflow: clip;
  }

  .tos-image-3, .tos-image-2 {
    width: 100%;
    height: 50vw;
  }

  .tos-image-4 {
    display: none;
  }

  .image-12 {
    height: 50vw;
  }

  .tos-card-2-copy {
    flex-flow: column;
    height: auto;
  }

  .au-col-left {
    width: auto;
    height: auto;
  }

  .au-grid {
    flex-flow: column;
    display: flex;
  }

  .image-21 {
    width: 100vw;
    height: 100%;
  }

  .lightbox-link-4 {
    height: auto;
  }

  .semen-photo {
    width: auto;
  }

  .dropdown-toggle {
    padding: 0 44px 0 0;
    display: flex;
  }

  .menu-button-2 {
    opacity: 1;
    display: block;
  }

  .mobile-menu {
    z-index: 998;
    flex-flow: row;
    width: 100vw;
    display: none;
  }

  .modal-window-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #fff;
    flex-flow: column;
    padding-top: 7vw;
    padding-left: 10vw;
    padding-right: 10vw;
    display: block;
    position: relative;
  }

  .navbar-2 {
    flex-flow: column;
    display: block;
  }

  .navbar-wrapper-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #fff;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .container-3 {
    grid-column-gap: 31px;
    grid-row-gap: 31px;
    background-color: #fff;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 0 160px;
    padding-top: 0;
    padding-bottom: 200px;
    display: flex;
    position: relative;
    overflow: visible;
  }

  .dropdown-toggle-mob {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: block;
  }

  .navbar-3 {
    background-color: #fff;
    flex: 0 auto;
    margin-top: auto;
    position: static;
  }

  .nav-button-mob {
    padding: 0 5px 0 0;
    font-size: 14px;
  }

  .we-selection-copy {
    display: block;
  }

  .nav-menu-two-copy, .nav-menu-two-copy-copy {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-menu-social-media {
    background-color: #0000;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: flex-start;
    margin-top: 0;
    padding: 0 20px 20px 0;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .dropdown-toggle-white {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: none;
  }

  .icon {
    margin-left: auto;
    margin-right: auto;
  }

  .t1-lang-black {
    font-size: 14px;
    font-weight: 500;
  }

  .link-w-copy.hp-buttons {
    font-size: 16px;
  }

  .nav-menu-footer {
    background-color: #fff0;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: flex-start;
    width: auto;
    min-width: 0;
    margin-top: 0;
    padding: 0 20px 20px 0;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .dropdown-toggle-white-footer {
    width: 50px;
    margin-left: 0;
    padding: 0;
    display: block;
  }

  .nav-button-copy, .nav-button-b, .nav-button-copy-copy {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 14px;
  }

  .dropdown-list {
    z-index: 999;
    background-color: #ececec;
    margin-top: 20px;
    margin-left: -20px;
    padding-left: 0;
    display: none;
    left: 5px;
  }

  .dropdown-link {
    font-size: 14px;
    font-weight: 500;
    position: static;
  }

  .dropdown-list-2 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: block;
  }

  .icon-2 {
    color: #000;
    width: 100%;
    height: 100%;
    font-size: 50px;
    display: block;
  }

  .language-switch-burger {
    color: #000;
    padding-left: 0;
    font-size: 20px;
    display: block;
  }

  .dropdown-toggle-footer {
    padding: 5px 44px 0 0;
    display: flex;
  }

  .language-switch-nav {
    color: #fff;
    padding-left: 0;
    display: none;
  }

  .arrow-up-button {
    width: 6vw;
    height: 6vw;
    margin-bottom: 3vw;
    margin-right: 3vw;
  }

  .arrow-up-button.w--current {
    margin-bottom: 4vw;
    margin-right: 4vw;
  }

  .arrow-up {
    width: 6vw;
    height: 6vw;
  }

  .menu-button {
    padding: 25px;
    display: block;
  }

  .image-22 {
    width: 20px;
  }

  .icon-3 {
    font-size: 18px;
  }

  .language-switch-copy {
    color: #fff;
    padding-left: 0;
    display: block;
  }

  .header-con, .container-2 {
    background-color: #fff;
    flex-flow: column;
    max-width: none;
    padding: 10px 0;
    display: flex;
  }

  .icon-4 {
    color: #000;
    width: 100%;
    height: 100%;
    font-size: 50px;
    display: block;
  }

  .dropdown-list-3 {
    z-index: 999;
    background-color: #ececec;
    margin-top: 20px;
    margin-left: -20px;
    padding-left: 0;
    display: none;
    left: 5px;
  }

  .nav-menu-header-pp {
    background-color: #0000;
    display: block;
  }

  ._00 {
    padding: 0 44px 0 0;
    display: flex;
  }

  .t1-lang-white {
    flex: 0 auto;
    font-size: 14px;
    font-weight: 500;
    display: block;
  }

  ._0 {
    color: #fff;
    padding-left: 0;
    display: block;
  }

  .dropdown-toggle-nav {
    padding: 0 44px 0 0;
    display: flex;
  }

  .language-switch-nav-copy {
    color: #fff;
    padding-left: 0;
    display: none;
  }

  .language-switch-footer {
    color: #fff;
    padding-left: 0;
    display: block;
  }

  .h2-pp {
    font-size: 50px;
  }

  .header-con-pp-page {
    background-color: #fff;
    flex-flow: column;
    max-width: none;
    padding: 40px 0;
    display: flex;
  }

  .navbar-wrapper-pp-gage {
    background-color: #fff;
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .menu-button-pp {
    padding: 25px;
    display: none;
  }

  .language-switch-nav-pp, .language-switch-footer-2 {
    color: #fff;
    padding-left: 0;
    display: block;
  }

  .dropdown-toggle-footer-copy {
    padding: 0 44px 0 0;
    display: flex;
  }

  .h3-pp {
    width: 100%;
    max-width: none;
    height: 100%;
  }

  .h3-pp.h3-w {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .container, .container.container-blue {
    padding-top: 15vw;
    padding-bottom: 15vw;
  }

  .wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .h2 {
    font-size: 40px;
  }

  .ww-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .ww-card {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
    padding-top: 4vw;
    padding-bottom: 4vw;
  }

  .h3 {
    font-size: 24px;
  }

  .h3-n1 {
    flex-flow: column;
    width: 100%;
  }

  .num1, .num1.num1-w {
    font-size: 15px;
  }

  .t1 {
    padding-left: 0;
    font-size: 18px;
  }

  .t1.t1-tab {
    margin-top: 10px;
    font-size: 18px;
  }

  .t1.t1-names {
    margin-bottom: 0;
  }

  .ws-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .h4.h4w {
    height: 100%;
    max-height: none;
    font-size: 18px;
  }

  .t2 {
    font-size: 16px;
  }

  .t2.t2w {
    max-height: none;
    font-size: 12px;
  }

  .h2w.h2 {
    width: 356px;
    font-size: 30px;
  }

  .button-stoke-w {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .navbar-selection {
    max-width: 100%;
  }

  .footer-con {
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-logo {
    padding-left: 0;
  }

  .nav-menu-list {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-button {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .logo-nav {
    width: 40vw;
  }

  .t1-lang {
    padding-left: 0;
    font-size: 14px;
    font-weight: 500;
  }

  .wrapper-copy, .wrapper3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .ws-grid-copy {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .ws-card {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
    padding-top: 4vw;
    padding-bottom: 4vw;
  }

  .ws-h3-n1 {
    flex-flow: column;
    width: 100%;
  }

  .h1.h1-tab {
    font-size: 56px;
  }

  .hp-buttons {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .button-stoke-b, .link-b.link-w, .link-w {
    font-size: 14px;
  }

  .tp-h1 {
    padding-left: 0;
    font-size: 12px;
  }

  .hp-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .ew-wrapper-little-image {
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .ew-image2.ew-image-mobile-left {
    height: 50vw;
  }

  .ew-image3.ew-image-mobile-left {
    width: 100%;
    height: 50vw;
    padding-bottom: 0;
    padding-right: 0;
  }

  .t1-copy {
    padding-left: 0;
    font-size: 18px;
  }

  .t1-copy.t1-tab {
    font-size: 18px;
  }

  .h4-copy.h4w {
    height: 100%;
    max-height: none;
    font-size: 18px;
  }

  .container-copy, .container-copy.container-blue {
    padding-top: 15vw;
    padding-bottom: 15vw;
  }

  .wrapper-copy {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .model-wrapper {
    display: none;
  }

  .modal-window {
    width: 100%;
    height: 100%;
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .selection-form {
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 16px;
    font-size: 16px;
  }

  .checkbox-label {
    font-size: 14px;
  }

  .close-form-b.t1 {
    flex: 0 auto;
    justify-content: flex-end;
    align-items: flex-start;
    margin-bottom: 0;
    display: flex;
  }

  .close-form-b.t1.link-w {
    font-size: 14px;
  }

  .form-block-2 {
    margin: 15vw auto auto;
  }

  .we-image-6 {
    height: 60vw;
  }

  .we-image-5, .we-image-3, .we-image-2 {
    height: 50vw;
  }

  .au-col-left {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    height: auto;
  }

  .au-grid {
    display: flex;
  }

  .image-20 {
    display: block;
  }

  .image-21 {
    width: 100%;
  }

  .lightbox-link-4 {
    display: none;
  }

  .lightbox-link-5 {
    flex-flow: column;
    display: flex;
  }

  .semen-photo {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 100vw;
    display: flex;
  }

  .mobile-menu {
    display: none;
  }

  .modal-window-copy {
    height: 100%;
  }

  .form-block-2-copy {
    margin: 15vw auto auto;
  }

  .modal-window-copy {
    height: 100%;
    display: block;
  }

  .dropdown-toggle-mob {
    font-weight: 500;
  }

  .navbar-3 {
    margin-top: 0;
  }

  .nav-button-mob {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-menu-two-copy, .nav-menu-two-copy-copy, .nav-menu-social-media {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .t1-lang-black {
    padding-left: 0;
    font-size: 14px;
    font-weight: 500;
  }

  .link-w-copy {
    font-size: 14px;
  }

  .nav-menu-footer {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-button-copy, .nav-button-b, .nav-button-copy-copy {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .dropdown-list, .dropdown-list-2 {
    display: none;
  }

  .icon-2 {
    font-size: 35px;
  }

  .dropdown-toggle-footer {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .language-switch-nav {
    display: none;
  }

  .arrow-up-button {
    width: 7vw;
    height: 7vw;
  }

  .arrow-up-button.w--current {
    margin-bottom: 6vw;
    margin-right: 6vw;
  }

  .arrow-up {
    width: 7vw;
    height: 7vw;
  }

  .header-con, .container-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .icon-4 {
    font-size: 35px;
  }

  .dropdown-list-3 {
    display: none;
  }

  .navbar-pp {
    max-width: 100%;
  }

  .t1-lang-white {
    padding-left: 0;
    font-size: 14px;
    font-weight: 500;
  }

  .h2-pp {
    font-size: 30px;
  }

  .header-con-pp-page {
    padding-top: 0;
    padding-bottom: 0;
  }

  .navbar-wrapper-pp-gage {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .menu-button-pp {
    display: none;
  }

  .language-switch-nav-pp {
    display: block;
  }

  .dropdown-toggle-footer-copy {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .h3-pp {
    font-size: 24px;
  }
}

@media screen and (max-width: 479px) {
  .h2 {
    text-align: left;
    flex: 0 auto;
    width: 100%;
  }

  .h2.h2w {
    width: auto;
    font-size: 40px;
  }

  .ww-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .ww-card {
    border: 1px solid #0000;
    padding-bottom: 6vw;
  }

  .h3 {
    text-align: left;
  }

  .h3.h3-w {
    font-size: 5vw;
  }

  .h3-n1 {
    justify-content: center;
    align-items: flex-start;
  }

  .num1.num1-w {
    text-align: left;
    font-size: 4vw;
  }

  .t1 {
    text-align: left;
    flex: 1;
    font-size: 14px;
    overflow: visible;
  }

  .t1.t1w {
    width: auto;
  }

  .t1.t1-tab {
    margin-top: 0;
    padding-top: 0;
    font-size: 14px;
  }

  .t1.link-w-copy {
    text-align: right;
  }

  .ws-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .t2 {
    text-align: left;
  }

  .h2w.h2 {
    font-size: 40px;
  }

  .h2w-t1w {
    grid-column-gap: 6vw;
    grid-row-gap: 6vw;
    justify-content: center;
    align-items: center;
  }

  .button-stoke-w {
    padding: 3vw 4vw;
  }

  .footer-con {
    max-width: none;
    margin-right: 0;
    padding-top: 15vw;
    padding-bottom: 15vw;
  }

  .nav-menu-list {
    flex-direction: column;
  }

  .nav-button.nav-button-white {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
  }

  .nav-button.nav-button-white.w--current {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-button.nav-button-footer {
    width: 288px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .language-switch {
    color: #000;
    display: block;
  }

  .logo-nav {
    width: 40vw;
  }

  .t1-lang {
    font-size: 14px;
    font-weight: 500;
  }

  .t1-lang.t1-lang-b, .t1-lang.t1-lang-w {
    color: #fff;
  }

  .button2-fill-blue {
    padding: 2vw 4vw;
  }

  .ws-card {
    border: 1px solid #0000;
    justify-content: center;
    align-items: flex-start;
  }

  .ws-h3-n1 {
    justify-content: center;
    align-items: flex-start;
  }

  .h1.h1-tab {
    margin-top: 20px;
    margin-bottom: -10px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 34px;
  }

  .button-stoke-w-copy {
    padding: 2vw 4vw;
  }

  .button-stoke-b {
    padding: 3vw 4vw;
    font-size: 14px;
  }

  .link-b {
    font-size: 12px;
  }

  .link-b.link-w {
    font-size: 14px;
  }

  .button-b {
    padding: 3vw 4vw;
  }

  .link-w {
    font-size: 14px;
  }

  .hp-selection {
    margin-top: 60px;
  }

  .hp-image-left {
    flex-flow: column;
  }

  .hp-little-image-left, .hp-little-image-right {
    width: 100%;
    height: 80vw;
  }

  .t1-buttons {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .button-stoke-b-copy {
    padding: 2vw 4vw;
  }

  .h2-t1 {
    grid-auto-flow: row;
    place-items: start stretch;
    display: flex;
  }

  .ew-image5, .ew-image6.ew-image-mobile-left {
    height: 50vw;
  }

  .tos-grid {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .tos-card, .tos-card.tos-card2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .tos-text-wrapper {
    grid-column-gap: 6vw;
    grid-row-gap: 6vw;
    justify-content: center;
    align-items: center;
  }

  .t1-copy, .t1-copy.t1-tab {
    font-size: 14px;
  }

  .tos-image2, .tos-image3 {
    height: 50vw;
  }

  .tos-card-2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    width: 100%;
  }

  .tos-image5, .tos-image6 {
    height: 50vw;
  }

  .tos-card-3 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .button2-b {
    padding: 2vw 4vw;
  }

  .ew-link-b {
    font-size: 12px;
  }

  .model-wrapper {
    display: block;
  }

  .modal-window {
    padding-top: 10vw;
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .selection-form {
    display: block;
  }

  .form-3 {
    margin-top: 20px;
  }

  .submit-button.button-b {
    font-size: 14px;
  }

  .form-block-2 {
    margin-top: 0;
  }

  .tos-card-2-copy {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    width: 100%;
  }

  .dropdown-toggle {
    display: block;
  }

  .mobile-menu {
    z-index: 995;
    background-color: #f660;
    flex-flow: row;
    margin-left: 0;
    margin-right: 0;
    display: none;
  }

  .modal-window-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    vertical-align: baseline;
    background-color: #fffff6;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    width: 100vw;
    margin-left: 0;
    margin-right: auto;
    padding-top: 10vw;
    padding-left: 10vw;
    padding-right: 10vw;
    display: block;
  }

  .container-3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    background-color: #0000;
    margin-left: 0;
    padding-bottom: 200px;
    padding-left: 0;
  }

  .dropdown-toggle-mob {
    display: block;
  }

  .navbar-3 {
    background-color: #0000;
    display: block;
  }

  .link-grid {
    grid-column-gap: 6vw;
    grid-row-gap: 6vw;
    flex-flow: column;
    display: flex;
  }

  .nav-menu-two-copy, .nav-menu-two-copy-copy {
    flex-direction: column;
  }

  .nav-menu-social-media {
    grid-column-gap: 6vw;
    grid-row-gap: 6vw;
    flex-direction: column;
    padding-bottom: 0;
  }

  .lang-send {
    grid-column-gap: 6vw;
    grid-row-gap: 6vw;
  }

  .dropdown-toggle-white {
    display: none;
  }

  .t1-lang-black {
    font-size: 14px;
    font-weight: 500;
  }

  .link-w-copy {
    font-size: 14px;
  }

  .oc-telefons {
    text-align: left;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .telefones {
    justify-content: center;
    align-items: flex-start;
  }

  .nav-menu-footer {
    grid-column-gap: 6vw;
    grid-row-gap: 6vw;
    flex-direction: column;
    padding-bottom: 0;
  }

  .dropdown-toggle-white-footer {
    display: block;
  }

  .nav-button-copy.nav-button-white, .nav-button-b.nav-button-white {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .nav-button-copy-copy.nav-button-white {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
  }

  .dropdown-list {
    z-index: 999;
    display: none;
  }

  .dropdown-list-2 {
    display: none;
  }

  .icon-2 {
    font-size: 30px;
  }

  .language-switch-burger {
    color: #000;
    display: block;
  }

  .dropdown-toggle-footer {
    display: block;
  }

  .language-switch-nav {
    color: #000;
    display: block;
  }

  .arrow-up-button {
    width: 15vw;
    height: 15vw;
    margin-bottom: 3vw;
    margin-right: 3vw;
  }

  .arrow-up-button.w--current {
    margin-bottom: 5vw;
    margin-right: 5vw;
  }

  .arrow-up {
    width: 15vw;
    height: 15vw;
    font-size: 4vw;
  }

  .menu-button {
    padding: 10px;
    display: block;
  }

  .language-switch-copy {
    color: #000;
    display: block;
  }

  .header-con, .container-2 {
    max-width: none;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .icon-4 {
    font-size: 30px;
  }

  .dropdown-list-3 {
    z-index: 999;
    display: none;
  }

  .pp-item {
    width: 100%;
  }

  .text-span {
    width: auto;
    height: auto;
    display: block;
    overflow: visible;
  }

  ._00 {
    display: none;
  }

  .t1-lang-white {
    font-size: 14px;
    font-weight: 500;
  }

  ._0 {
    color: #000;
    display: block;
  }

  .dropdown-toggle-nav {
    display: none;
  }

  .language-switch-nav-copy, .language-switch-footer {
    color: #000;
    display: block;
  }

  .h2-pp {
    text-align: left;
    flex: 0 auto;
    width: 100%;
    font-size: 20px;
  }

  .h2-pp.h2w {
    width: auto;
  }

  .header-con-pp-page {
    max-width: none;
    padding-top: 0;
    padding-bottom: 0;
  }

  .menu-button-pp {
    padding: 10px;
    display: none;
  }

  .language-switch-nav-pp, .language-switch-footer-2 {
    color: #000;
    display: block;
  }

  .dropdown-toggle-footer-copy {
    display: block;
  }

  .h3-pp {
    text-align: left;
  }
}

#w-node-_062c67f0-e0f1-3187-ce16-0abebabc06ec-cdeffd8d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_001bd799-2bde-27f0-0a28-eb308ab99e53-cdeffd91 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_062c67f0-e0f1-3187-ce16-0abebabc06ec-cdeffd91 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_001bd799-2bde-27f0-0a28-eb308ab99e53-cdeffd93 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_062c67f0-e0f1-3187-ce16-0abebabc06ec-cdeffd93 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_001bd799-2bde-27f0-0a28-eb308ab99e53-cdeffd95 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_062c67f0-e0f1-3187-ce16-0abebabc06ec-cdeffd95 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_062c67f0-e0f1-3187-ce16-0abebabc06ec-cdeffd8d, #w-node-_062c67f0-e0f1-3187-ce16-0abebabc06ec-cdeffd91, #w-node-_062c67f0-e0f1-3187-ce16-0abebabc06ec-cdeffd93, #w-node-_062c67f0-e0f1-3187-ce16-0abebabc06ec-cdeffd95 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Fixeldisplay';
  src: url('../fonts/FixelDisplay-Light.ttf') format('truetype'), url('../fonts/FixelDisplay-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fixeldisplay';
  src: url('../fonts/FixelDisplay-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fixeldisplay';
  src: url('../fonts/FixelDisplay-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fixeltext';
  src: url('../fonts/FixelText-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fixeltext';
  src: url('../fonts/FixelText-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fixeltext';
  src: url('../fonts/FixelText-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}