@font-face {
  font-family: "Azo Sans";
  src: url("/fonts/azosansmedium-webfont.woff2") format("woff2"), url("/fonts/azosansmedium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("/fonts/opensans-regular-webfont.woff2") format("woff2"), url("/fonts/opensans-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@keyframes fadeIn {
  0% {
    background-color: rgba(28, 37, 46, 0);
  }
  25% {
    background-color: rgba(28, 37, 46, 0.25);
  }
  50% {
    background-color: rgba(28, 37, 46, 0.5);
  }
  100% {
    background-color: rgb(28, 37, 46);
  }
}
.select__wrapper {
  position: relative;
  width: 100%;
}
.select__wrapper .form-select {
  color: #fff;
}
.select__wrapper .form-select svg.MuiSelect-icon {
  fill: #fff;
}
.select__wrapper label {
  color: #8f8f8f;
  font-weight: 500;
  font-family: "Open Sans";
  font-size: 15px;
  line-height: 20px;
}
.select__wrapper .MuiInput-underline {
  padding-bottom: 1.3rem;
}
.select__wrapper .MuiInput-underline:before, .select__wrapper .MuiInput-underline:after {
  border-bottom: 1px solid #fff;
}
.select__wrapper .MuiInput-underline:hover:not(.Mui-disabled):before {
  border-bottom: 2px solid #fff;
}

.MuiMenu-paper.MuiPaper-rounded {
  border-radius: 0;
}
.MuiMenu-paper ul {
  padding: 0;
}
.MuiMenu-paper li {
  border-bottom: 1px solid #8f8f8f;
  padding: 1rem;
}
.MuiMenu-paper li p {
  color: #000;
}
.MuiMenu-paper li:hover {
  color: #fff;
  background: #23a5db;
}

.MuiSelect-selectMenu {
  padding-bottom: 0;
  position: relative;
  top: 9px;
}

.MuiFormLabel-root.Mui-focused.Mui-focused {
  color: #8f8f8f;
}

.form-black .form-select,
.form-black .form-input {
  color: #fff !important;
  margin-bottom: 1.5rem;
}
.form-black .form-select svg.MuiSelect-icon,
.form-black .form-input svg.MuiSelect-icon {
  fill: #8f8f8f !important;
}
.form-black input {
  color: #fff !important;
}
.form-black .MuiInput-underline:before, .form-black .MuiInput-underline:after {
  border-bottom: 1px solid #8f8f8f !important;
}
.form-black .MuiInput-underline:hover:not(.Mui-disabled):before {
  border-bottom: 2px solid #8f8f8f !important;
}
.form-black .MuiMenu-paper li {
  border-bottom: 1px solid #8f8f8f;
  padding: 1rem;
}
.form-black .MuiMenu-paper li:hover {
  color: black;
  background: #23a5db;
}

@media only screen and (min-width: 1024px) {
  .wrap-select-regions {
    max-width: 350px;
  }
}
.wrap-select-regions span {
  font-family: "Azo Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
}
@media only screen and (min-width: 600px) and (max-width: 880px) {
  .wrap-select-regions {
    max-width: 230px;
  }
}

#select-regions {
  display: flex;
  align-items: center;
}

.current-lang-en svg circle,
.current-lang-en svg path {
  stroke: white;
}
@font-face {
  font-family: "Azo Sans";
  src: url("/fonts/azosansmedium-webfont.woff2") format("woff2"), url("/fonts/azosansmedium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("/fonts/opensans-regular-webfont.woff2") format("woff2"), url("/fonts/opensans-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@keyframes fadeIn {
  0% {
    background-color: rgba(28, 37, 46, 0);
  }
  25% {
    background-color: rgba(28, 37, 46, 0.25);
  }
  50% {
    background-color: rgba(28, 37, 46, 0.5);
  }
  100% {
    background-color: rgb(28, 37, 46);
  }
}
.typography-h1,
.typography-h2,
.typography-h3,
.typography-h4,
.typography-body1,
.typography-body2,
.typography-bannerTitle,
.typography-teamMember {
  font-family: "Azo Sans";
  font-style: normal;
  font-weight: 400;
}

.typography-body3,
.typography-body4,
.typography-bannerBody {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
}

.typography-h1 {
  font-size: 60px;
  line-height: 70px;
}
@media only screen and (max-width: 880px) {
  .typography-h1 {
    font-size: 50px;
    line-height: 60px;
  }
}
@media only screen and (max-width: 600px) {
  .typography-h1 {
    font-size: 40px;
    line-height: 50px;
  }
}

.typography-h2 {
  font-size: 30px;
  line-height: 40px;
  margin: 10px 0;
}
@media only screen and (max-width: 880px) {
  .typography-h2 {
    font-size: 20px;
    line-height: 30px;
  }
}

.typography-banner {
  font-size: 40px;
  line-height: 50px;
  margin: 10px 0;
}
@media only screen and (max-width: 880px) {
  .typography-banner {
    font-size: 30px;
    line-height: 40px;
  }
}

.typography-bannerTitle {
  font-size: 40px;
  line-height: 50px;
  margin: 10px 0;
}
@media only screen and (max-width: 880px) {
  .typography-bannerTitle {
    font-size: 30px;
    line-height: 40px;
  }
}

.typography-bannerBody {
  font-size: 15px;
  line-height: 24px;
}

.typography-teamMember {
  font-size: 20px;
  line-height: 30px;
  margin: 10px 0;
}
@media only screen and (max-width: 880px) {
  .typography-teamMember {
    font-size: 15px;
    line-height: 20px;
  }
}

.typography-h3 {
  font-size: 30px;
  line-height: 40px;
  margin: 0;
}
@media only screen and (max-width: 880px) {
  .typography-h3 {
    font-size: 20px;
    line-height: 30px;
  }
}

.typography-h4 {
  font-size: 20px;
  line-height: 40px;
  margin: 0;
}
@media only screen and (max-width: 880px) {
  .typography-h4 {
    font-size: 30px;
    line-height: 60px;
  }
}

.typography-body1 {
  font-size: 20px;
  line-height: 30px;
}

.typography-body2 {
  font-size: 15px;
  line-height: 20px;
}

.typography-body3 {
  font-size: 15px;
  line-height: 24px;
}

.typography-body4 {
  font-size: 12px;
  line-height: 20px;
}

.color-white {
  color: #fff;
}
.color-white svg path {
  stroke: #fff;
}

.color-black {
  color: #000;
}
.color-black svg path {
  stroke: #000;
}

.color-blueNight {
  color: #23a5db;
}
.color-blueNight svg path {
  stroke: #23a5db;
}

.color-blueDay {
  color: #1b8cca;
}
.color-blueDay svg path {
  stroke: #1b8cca;
}
@font-face {
  font-family: "Azo Sans";
  src: url("/fonts/azosansmedium-webfont.woff2") format("woff2"), url("/fonts/azosansmedium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("/fonts/opensans-regular-webfont.woff2") format("woff2"), url("/fonts/opensans-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@keyframes fadeIn {
  0% {
    background-color: rgba(28, 37, 46, 0);
  }
  25% {
    background-color: rgba(28, 37, 46, 0.25);
  }
  50% {
    background-color: rgba(28, 37, 46, 0.5);
  }
  100% {
    background-color: rgb(28, 37, 46);
  }
}
.pro-button__inner {
  display: flex;
  align-items: center;
}
.pro-button__inner a {
  color: #fff;
  text-decoration: none;
}
.pro-button__play-icon {
  margin-right: 0.5rem;
}
.pro-button__arrow-icon {
  margin-left: 0.5rem;
}
@font-face {
  font-family: "Azo Sans";
  src: url("/fonts/azosansmedium-webfont.woff2") format("woff2"), url("/fonts/azosansmedium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("/fonts/opensans-regular-webfont.woff2") format("woff2"), url("/fonts/opensans-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@keyframes fadeIn {
  0% {
    background-color: rgba(28, 37, 46, 0);
  }
  25% {
    background-color: rgba(28, 37, 46, 0.25);
  }
  50% {
    background-color: rgba(28, 37, 46, 0.5);
  }
  100% {
    background-color: rgb(28, 37, 46);
  }
}
.wrapper__container {
  max-width: 1280px;
  padding: 0 55px;
  margin: 0 auto;
}
@media only screen and (max-width: 880px) {
  .wrapper__container {
    padding: 0 25px;
  }
}
.wrapper__header {
  max-width: 1280px;
  padding: 0 55px;
  margin: 0 auto;
}
@media only screen and (max-width: 880px) {
  .wrapper__header {
    padding: 0;
  }
}
