@import url("https://use.typekit.net/udd2xyo.css");
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, 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,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  outline: none;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

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

a {
  text-decoration: none;
}

button:focus {
  outline: 0;
}

/*
 Selector generator
 @access public
 @param {String} property - Css Property
 @param {String} min - Minimum value in px
 @param {String} max - Maximum value in px
 @requires $property, $min, $max
*/
/*
 Responsive breakpoint manager
 @access public
 @param {String} $breakpoint - Breakpoint
 @requires $breakpoints
*/
@-webkit-keyframes wiggle {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes wiggle {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(15deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@-webkit-keyframes slideInBottom {
  0% {
    -webkit-transform: translate(0, 100%);
    -moz-transform: translate(0, 100%);
    transform: translate(0, 100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0%);
    -moz-transform: translate(0, 0%);
    transform: translate(0, 0%);
    opacity: 1;
  }
}
@keyframes slideInBottom {
  0% {
    -webkit-transform: translate(0, 100%);
    -moz-transform: translate(0, 100%);
    transform: translate(0, 100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0%);
    -moz-transform: translate(0, 0%);
    transform: translate(0, 0%);
    opacity: 1;
  }
}
@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    transform: translate(100%, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0%);
    -moz-transform: translate(0, 0%);
    transform: translate(0, 0%);
    opacity: 1;
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    transform: translate(100%, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0%);
    -moz-transform: translate(0, 0%);
    transform: translate(0, 0%);
    opacity: 1;
  }
}
@-webkit-keyframes runnerIn {
  0% {
    -webkit-transform: translate(-20%, 0);
    -moz-transform: translate(-20%, 0);
    transform: translate(-20%, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0%, 0);
    -moz-transform: translate(0%, 0);
    transform: translate(0%, 0);
    opacity: 1;
  }
}
@keyframes runnerIn {
  0% {
    -webkit-transform: translate(-20%, 0);
    -moz-transform: translate(-20%, 0);
    transform: translate(-20%, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0%, 0);
    -moz-transform: translate(0%, 0);
    transform: translate(0%, 0);
    opacity: 1;
  }
}
@-webkit-keyframes scrollPulse {
  0% {
    max-width: 0%;
    opacity: 0;
  }
  100% {
    max-width: 100%;
    opacity: 1;
  }
}
@keyframes scrollPulse {
  0% {
    max-width: 0%;
    opacity: 0;
  }
  25% {
    max-width: 100%;
    opacity: 1;
  }
  50% {
    max-width: 100%;
    opacity: 1;
  }
  100% {
    max-width: 0%;
    opacity: 0;
  }
}
@keyframes heartBeat {
  0% {
    transform: scale(1) translateX(-50%);
  }
  20% {
    transform: scale(1.1) translateX(-44%);
  }
  30% {
    transform: scale(1) translateX(-50%);
  }
  40% {
    transform: scale(1.1) translateX(-44%);
  }
  80% {
    transform: scale(1) translateX(-50%);
  }
  100% {
    transform: scale(1) translateX(-50%);
  }
}
@keyframes heartBeatBig {
  0% {
    transform: scale(1.5) translateX(0%);
  }
  20% {
    transform: scale(1.7) translateX(0%);
  }
  30% {
    transform: scale(1.5) translateX(0%);
  }
  40% {
    transform: scale(1.7) translateX(0%);
  }
  80% {
    transform: scale(1.5) translateX(0%);
  }
  100% {
    transform: scale(1.5) translateX(0%);
  }
}
@keyframes heartBeat2 {
  0% {
    transform: scale(1) translateX(-50%) translateY(0%);
  }
  100% {
    transform: scale(1.4) translateX(-33%) translateY(4%);
  }
}
@keyframes heartBeat2Big {
  0% {
    transform: scale(1.5) translateX(0%) translateY(0%);
  }
  100% {
    transform: scale(2) translateX(0%) translateY(1%);
  }
}
@keyframes fadeInTop {
  0% {
    opacity: 0;
    -webkit-transform: translate(0%, 30px);
    -moz-transform: translate(0%, 30px);
    transform: translate(0%, 30px);
    visibility: hidden;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    visibility: visible;
  }
}
@keyframes popIn {
  0% {
    transform: translateY(100%) scale(0.6);
    opacity: 0;
  }
  100% {
    transform: translateY(0%) scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes popIn {
  0% {
    transform: translateY(100%) scale(0.6);
    opacity: 0;
  }
  100% {
    transform: translateY(0%) scale(1);
    opacity: 1;
  }
}
@keyframes popInCanvas {
  0% {
    transform: translateX(-50%) translateY(100%) scale(0.6);
  }
  100% {
    transform: translateX(-50%) translateY(0%) scale(1);
  }
}
@-webkit-keyframes popInCanvas {
  0% {
    transform: translateX(-50%) translateY(100%) scale(0.6);
  }
  100% {
    transform: translateX(-50%) translateY(0%) scale(1);
  }
}
* {
  font-size: 15px;
  line-height: 1.6em !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000000;
}

[class*=btn-] {
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
}

.template {
  overflow: hidden;
}

.container {
  max-width: 1920px;
}
@media screen and (min-width: 1920px) {
  .container {
    max-width: 1510px;
  }
}
@media screen and (min-width: 1280px) {
  .container {
    width: calc(100% - 220px);
  }
}
@media screen and (max-width: 1279px) {
  .container {
    width: calc(100% - 120px);
  }
}
@media screen and (max-width: 990px) {
  .container {
    width: calc(100% - 60px);
  }
}
@media screen and (max-width: 768px) {
  .container {
    width: calc(100% - 30px);
  }
}

.fpl-300, .left-side .paragraph p, .contact-form .right-col .form form.wpcf7-form .wpcf7-not-valid-tip, .contact-form .right-col .form form.wpcf7-form input[type=text], .contact-form .right-col .form form.wpcf7-form input[type=email], .contact-form .right-col .form form.wpcf7-form input[type=tel], #site-footer .wp-block-columns .wp-block-column .info .info-header, #site-footer .wp-block-columns .wp-block-column .info .info-label, * {
  font-family: pragmatica-extended, sans-serif;
  font-weight: 300;
  font-style: normal;
}

.fpl-500, .homepage--specification .table-parent tr td, #site-footer .wp-block-columns .wp-block-column .info .info-header, .btn .label, .btn .btn-label {
  font-family: pragmatica-extended, sans-serif;
  font-weight: 500;
  font-style: normal;
}

.fpl-700, .homepage--specification .table-parent tr th, #site-header #lang-switcher li.current-lang a, .main-header {
  font-family: pragmatica-extended, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  padding-left: 60px;
  padding-right: 60px;
  background: #1A3BFF;
  position: relative;
  border-radius: 0;
}
.btn .label, .btn .btn-label {
  color: #ffffff;
  font-size: 18px;
}
@media screen and (max-width: 1279px) {
  .btn .label, .btn .btn-label {
    font-size: 15px;
  }
}
.btn.white {
  background: #ffffff;
}
.btn.white:hover {
  background: #1A4CE2;
}
.btn.white:hover .label {
  color: #ffffff;
}
.btn.white .label {
  color: #1A3BFF;
}
.btn:hover {
  background: #1A4CE2;
}

.main-header {
  color: #1A3BFF;
  font-size: 40px;
  display: flex;
  align-items: center;
  margin-bottom: 86px;
  line-height: 1.3em !important;
}
.main-header:before {
  content: "";
  display: block;
  width: 85px;
  height: 8px;
  background: #1A3BFF;
  display: block;
  position: relative;
  margin-right: 40px;
}
@media screen and (max-width: 1919px) {
  .main-header {
    font-size: 34px;
  }
}
@media screen and (max-width: 768px) {
  .main-header {
    font-size: 28px;
    margin-bottom: 40px;
  }
  .main-header::before {
    width: 35px;
    height: 5px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .main-header {
    font-size: 22px;
  }
  .main-header::before {
    width: 20px;
    height: 3px;
    margin-right: 10px;
  }
}
.main-header.white {
  color: #ffffff;
}
.main-header.white:before {
  background: #ffffff;
}
.main-header.no-before::before {
  display: none;
}

.before-circle-parent {
  position: relative;
  display: block;
}
.before-circle-parent .before-circle {
  position: absolute;
}

.arrow {
  position: relative;
  width: 64px;
  height: 64px;
  background: #ffffff;
  border-radius: 50%;
  cursor: pointer;
  display: block;
  cursor: pointer;
  z-index: 9;
}
.arrow .before-circle {
  max-width: 200%;
}
.arrow img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.wyswig b, .wyswig strong {
  font-weight: 600;
}
.wyswig ul {
  margin: 0;
}
.wyswig ul li strong {
  font-weight: 700;
}
.wyswig a {
  text-decoration: underline;
}

#site-header {
  z-index: 999;
  margin-bottom: 20px;
}
#site-header .header-toggles {
  display: none;
}
#site-header .header-toggles .nav-toggle .toggle-inner {
  padding-top: 0;
}
#site-header .nav-toggle .toggle-inner {
  padding-top: 0;
  height: 1rem;
  top: -10px;
}
#site-header .nav-toggle {
  width: auto !important;
  right: 0;
}
@media screen and (max-width: 990px) {
  #site-header .header-toggles {
    display: block;
  }
}
#site-header .header-titles-wrapper {
  padding: 0;
  margin: 0;
}
#site-header .header-titles-wrapper .header-titles {
  margin: 0;
}
#site-header .header-titles-wrapper .site-logo {
  margin: 0 !important;
}
@media screen and (max-width: 1200px) {
  #site-header .header-titles-wrapper .site-logo img {
    max-width: 170px;
    margin: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  #site-header .header-titles-wrapper .site-logo img {
    max-width: 120px;
  }
}
#site-header .header-navigation-wrapper .primary-menu li {
  margin-left: 53px;
}
@media screen and (max-width: 1200px) {
  #site-header .header-navigation-wrapper .primary-menu li {
    margin-left: 40px;
  }
}
#site-header .header-navigation-wrapper .primary-menu li.current-menu-item a {
  text-decoration: none !important;
}
#site-header .header-navigation-wrapper .primary-menu li a {
  color: #D9010C;
  font-size: 18px;
}
#site-header .header-navigation-wrapper .primary-menu li a.active-tab {
  font-weight: 500;
}
#site-header .header-navigation-wrapper .primary-menu li a:hover {
  text-decoration: none;
}
@media screen and (max-width: 1200px) {
  #site-header .header-navigation-wrapper .primary-menu li a {
    font-size: 16px;
  }
}
#site-header .header-inner {
  position: relative;
  max-width: 1920px;
}
@media screen and (max-width: 1200px) {
  #site-header .header-inner {
    display: flex;
    align-items: center;
  }
}
#site-header .js-menu-container.scrolled {
  z-index: 999;
}
#site-header .js-menu-container.scrolled .header-inner {
  background: #ffffff;
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.14);
  transform: translateX(-50%);
  width: 100%;
  max-width: 100%;
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (min-width: 990px) {
  #site-header .js-menu-container.scrolled .header-inner {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (min-width: 1280px) {
  #site-header .js-menu-container.scrolled .header-inner {
    padding-left: 110px;
    padding-right: 110px;
  }
}
@media screen and (min-width: 1920px) {
  #site-header .js-menu-container.scrolled .header-inner {
    padding-left: calc((100% - 1510px) / 2);
    padding-right: calc((100% - 1510px) / 2);
  }
}
#site-header .js-menu-container.scrolled .header-inner .row {
  margin: 0;
  padding: 0;
}
#site-header .js-menu-container.scrolled .header-inner .row .header-titles {
  margin: 0;
}
#site-header .js-menu-container.scrolled .header-inner .row .header-titles::before {
  height: calc(100% + 22px);
  top: -10px;
}
#site-header .js-menu-container.scrolled .header-inner .row .header-titles .site-logo {
  margin: 0;
}
#site-header .js-menu-container.scrolled .header-inner .row .header-titles .site-logo img {
  max-height: 3em;
  margin: 0 5px;
}
@media screen and (max-width: 768px) {
  #site-header .js-menu-container.scrolled .header-inner .row .header-titles .site-logo img {
    margin: 0;
  }
}
#site-header .js-menu-container.scrolled .header-inner .row .header-titles .site-logo .screen-reader-text {
  font-size: 12px;
  width: 120px;
  line-height: 1.2em;
  margin: 0 5px;
  text-align: left;
}
#site-header .js-menu-container:not(.scrolled) .header-inner {
  padding: 60px 64px;
}
@media screen and (max-width: 1200px) {
  #site-header .js-menu-container:not(.scrolled) .header-inner {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 1000px) {
  #site-header .js-menu-container:not(.scrolled) .header-inner {
    margin: 0 auto;
    width: 100%;
    padding: 30px;
  }
}
@media screen and (max-width: 1000px) {
  #site-header .js-menu-container .hamburger {
    display: none !important;
  }
}
#site-header #lang-switcher {
  display: flex;
  align-items: center;
}
#site-header #lang-switcher li {
  position: relative;
  display: flex;
  align-items: center;
}
#site-header #lang-switcher li:first-child::after {
  content: "";
  width: 1px;
  height: 30px;
  background: #D9010C;
  display: block;
  position: relative;
  margin: 0 5px;
}
#site-header #lang-switcher img {
  margin-left: 20px;
}
#site-header #lang-switcher a {
  color: #D9010C;
  font-size: 15px;
}
@media screen and (max-width: 1000px) {
  #site-header #lang-switcher {
    margin-left: auto;
    margin-right: 0;
  }
}

.menu-modal .menu-bottom {
  display: none;
}
.menu-modal .section-inner {
  width: calc(100% - 30px) !important;
}
.menu-modal nav * {
  color: #1A3BFF;
}

#site-footer {
  padding: 0;
  margin-top: 250px;
  background: #E8E8E8;
}
@media screen and (max-width: 768px) {
  #site-footer {
    margin-top: 100px;
  }
}
#site-footer .footer-container {
  max-width: 1920px;
  margin: 0 auto;
  padding: 64px;
  display: flex;
  justify-content: space-between;
  gap: 50px;
}
#site-footer .footer-container .footer-internal {
  width: 100%;
  margin: 0 !important;
}
@media (min-width: 768px) and (max-width: 1200px) {
  #site-footer .footer-container {
    padding: 64px 32px;
  }
}
@media (max-width: 768px) {
  #site-footer .footer-container {
    padding: 32px 16px;
  }
}
#site-footer .wp-block-columns {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  margin: 70px 0;
}
@media screen and (max-width: 768px) {
  #site-footer .wp-block-columns {
    margin: 0;
  }
}
#site-footer .wp-block-columns .wp-block-column {
  width: 33.3333333333%;
}
@media screen and (max-width: 768px) {
  #site-footer .wp-block-columns .wp-block-column {
    width: 100%;
    flex-basis: 100% !important;
    margin-left: 0;
  }
}
#site-footer .wp-block-columns .wp-block-column figure {
  margin: 0;
}
#site-footer .wp-block-columns .wp-block-column .info .info-header, #site-footer .wp-block-columns .wp-block-column .info .info-label {
  color: #B1B1B1;
  font-size: 14px;
  margin-bottom: 7px;
}
#site-footer .wp-block-columns .wp-block-column .info .info-label {
  display: block;
}

.contact-form {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 64px;
  display: flex;
  align-items: center;
  gap: 205px;
}
.contact-form .left-col {
  flex: 0 0 calc(50% - 102.5px);
  display: flex;
  flex-direction: column;
}
.contact-form .left-col h2 {
  font-size: 32px;
  font-weight: bold;
  line-height: 45px !important;
  margin-bottom: 24px;
}
.contact-form .left-col p {
  font-size: 16px;
  line-height: 35px !important;
  font-weight: 300;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.contact-form .left-col p span {
  color: #D9010C;
  font-weight: 500;
}
.contact-form .left-col p span a {
  color: #D9010C !important;
  font-weight: 500 !important;
}
.contact-form .left-col img {
  align-self: center;
  display: block;
  margin-top: 54px;
}
.contact-form .right-col {
  flex: 0 0 calc(50% - 102.5px);
}
.contact-form .right-col .form {
  position: relative;
}
.contact-form .right-col .form img {
  position: absolute;
  right: 0;
  max-width: 500px;
  top: -230px;
  right: -120px;
}
@media screen and (max-width: 990px) {
  .contact-form .right-col .form img {
    right: -300px;
  }
}
.contact-form .right-col .form form.wpcf7-form .form-group {
  position: relative;
  margin-bottom: 24px;
}
.contact-form .right-col .form form.wpcf7-form .form-group label {
  font-size: 16px;
  color: #000000;
  margin-bottom: 4px;
  font-weight: 500;
}
@media screen and (max-width: 990px) {
  .contact-form .right-col .form form.wpcf7-form .form-group label {
    font-size: 15px;
  }
}
.contact-form .right-col .form form.wpcf7-form .wpcf7-form-control-wrap {
  position: relative;
}
.contact-form .right-col .form form.wpcf7-form .wpcf7-response-output {
  margin: 0;
  margin-top: 70px;
}
.contact-form .right-col .form form.wpcf7-form input, .contact-form .right-col .form form.wpcf7-form textarea {
  background: #F7F7F7;
  font-size: 16px;
  color: #000000;
  border: none;
}
.contact-form .right-col .form form.wpcf7-form input:focus, .contact-form .right-col .form form.wpcf7-form textarea:focus {
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.contact-form .right-col .form form.wpcf7-form input:focus::placeholder, .contact-form .right-col .form form.wpcf7-form textarea:focus::placeholder {
  color: transparent;
}
.contact-form .right-col .form form.wpcf7-form input::placeholder, .contact-form .right-col .form form.wpcf7-form textarea::placeholder {
  font-size: 16px;
  color: #ACACAC;
}
.contact-form .right-col .form form.wpcf7-form input.wpcf7-not-valid, .contact-form .right-col .form form.wpcf7-form textarea.wpcf7-not-valid {
  background: #FEF2F2;
  color: #FF0000;
}
.contact-form .right-col .form form.wpcf7-form textarea {
  height: 180px;
}
.contact-form .right-col .form form.wpcf7-form input[type=text], .contact-form .right-col .form form.wpcf7-form input[type=email], .contact-form .right-col .form form.wpcf7-form input[type=tel] {
  padding: 0;
  position: relative;
  height: 60px;
  padding: 0 28px;
}
.contact-form .right-col .form form.wpcf7-form input[type=checkbox] {
  border: 1px solid #000000;
  background: transparent;
  top: 0;
  margin-right: 16px;
}
.contact-form .right-col .form form.wpcf7-form input[type=checkbox] + span {
  font-size: 14px;
  color: #000000;
  line-height: 300 !important;
  line-height: 23px !important;
}
.contact-form .right-col .form form.wpcf7-form .wpcf7-form-control-wrap {
  display: block;
  position: relative;
}
.contact-form .right-col .form form.wpcf7-form .wpcf7-not-valid-tip {
  font-size: 13px;
  color: #FF0000;
  text-align: right;
}
.contact-form .right-col .form form.wpcf7-form [class*=agreement-] span {
  margin-left: 0;
}
.contact-form .right-col .form form.wpcf7-form [class*=agreement-] label {
  display: flex;
  align-items: flex-start;
}
.contact-form .right-col .form form.wpcf7-form .required-label {
  position: absolute;
  right: 15px;
  font-size: 13px;
}
.contact-form .right-col .form form.wpcf7-form .wpcf7-response-output {
  display: none;
}
.contact-form .right-col .form form.wpcf7-form .req {
  display: inline-block;
  font-size: 14px;
  line-height: 23px;
  margin-bottom: 24px;
}
.contact-form .right-col .form form.wpcf7-form .btn {
  padding: 16px 36px;
  display: inline-block;
  background-color: #D9010C;
}
.contact-form .right-col .form form.wpcf7-form .btn [type=submit] {
  margin: 0;
  background: transparent;
  text-decoration: none;
  position: relative;
  padding: 0;
  display: block;
  width: 100%;
  height: 100%;
  text-transform: initial;
  color: #ffffff;
}
.contact-form .right-col .form form.wpcf7-form .btn [type=submit] + .wpcf7-spinner {
  position: absolute;
}
@media (max-width: 768px) {
  .contact-form {
    flex-direction: column;
    padding: 0 16px;
    gap: 100px;
  }
  .contact-form .left-col h2 {
    font-size: 26px;
    line-height: 1.5 !important;
  }
  .contact-form .right-col .form form.wpcf7-form .btn {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .contact-form {
    flex-direction: column;
    gap: 100px;
  }
}

.c-checkbox {
  display: flex;
}
.c-checkbox .wpcf7-list-item {
  margin: 0;
}
.c-checkbox a {
  color: #D9010C;
  font-weight: 500;
}
.c-checkbox br {
  display: none !important;
}

.homepage--banner {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 64px;
  position: relative;
}
@media screen and (max-width: 1919px) {
  .homepage--banner {
    margin-bottom: 60px;
  }
}
.homepage--banner .background {
  background-size: cover;
  background-position: inherit;
  background-repeat: no-repeat;
  background-size: 100%;
  aspect-ratio: 16/9;
  padding-top: 56px;
  display: flex;
  justify-content: center;
}
.homepage--banner .background h1 {
  font-size: 49px;
  line-height: 63px !important;
  font-weight: bold;
  text-align: center;
  color: #000;
}
.homepage--banner .background h1 strong {
  color: #D9010C;
  font-size: 49px;
  line-height: 63px !important;
}
.homepage--banner .background .sponge {
  position: absolute;
  max-width: 726px;
  right: -80px;
  bottom: 0;
}
@media screen and (max-width: 1919px) {
  .homepage--banner .background {
    border-radius: 60px;
    padding: 60px 40px;
  }
}
@media screen and (max-width: 768px) {
  .homepage--banner .background {
    border-radius: 30px;
    padding: 40px 30px;
  }
}
@media screen and (max-width: 575px) {
  .homepage--banner .background {
    border-radius: 0;
  }
}
@media screen and (max-width: 768px) {
  .homepage--banner {
    width: 100%;
    margin-bottom: 32px;
    padding: 0 16px;
  }
  .homepage--banner .background {
    padding: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    aspect-ratio: 1/1;
  }
  .homepage--banner .background h1 {
    font-size: 18px;
    line-height: 1.2 !important;
  }
  .homepage--banner .background h1 strong {
    font-size: 18px;
    line-height: 1.2 !important;
  }
  .homepage--banner .background .sponge {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .homepage--banner {
    padding: 0 32px;
  }
  .homepage--banner .background {
    padding: 30px;
  }
  .homepage--banner .background h1 {
    font-size: 22px;
    line-height: 1.5 !important;
  }
  .homepage--banner .background h1 strong {
    font-size: 22px;
    line-height: 1.5 !important;
  }
  .homepage--banner .background .sponge {
    max-width: 400px;
    right: -30px;
    bottom: -60px;
  }
}

.arrow {
  background: white;
  position: absolute;
  bottom: 18%;
  left: 49.5%;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .arrow {
    width: 48px;
    height: 48px;
  }
}

.left-side .main-header {
  margin-bottom: 40px;
}
.left-side .paragraph p {
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 60px;
  max-width: 440px;
}
@media screen and (max-width: 990px) {
  .left-side .paragraph p {
    font-size: 15px;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 768px) {
  .right-side {
    margin-top: 40px;
    display: none;
  }
}
.right-side .before-circle::before {
  top: 20%;
}
.right-side img.before-circle {
  margin-top: 0;
  margin-left: -15%;
  max-width: 150%;
}
@media screen and (max-width: 768px) {
  .right-side img.before-circle {
    display: none;
  }
}
.right-side img:not(.before-circle) {
  z-index: 2;
  position: absolute;
  max-width: 90%;
  right: 0;
}
@media screen and (max-width: 990px) {
  .right-side img:not(.before-circle) {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .right-side img:not(.before-circle) {
    position: relative;
    right: 0;
    max-width: 90%;
    left: 50%;
    transform: translateX(-50%);
  }
}

.homepage--about-product {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  padding: 90px 64px 0 64px;
  margin-bottom: 250px;
}
.homepage--about-product .descriptions {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 55px;
}
.homepage--about-product .descriptions p {
  font-size: 16px;
}
.homepage--about-product .descriptions .index {
  color: #D9010C;
  font-weight: 600;
  display: block;
  margin-bottom: 12px;
}
.homepage--about-product .features {
  display: flex;
  justify-content: center;
  margin-top: 200px;
}
.homepage--about-product .features .feature-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
}
.homepage--about-product .features .features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  position: relative;
  width: 100%;
  padding: 0 65px;
  gap: 20px;
}
.homepage--about-product .features .features-grid .feature {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
  padding: 32px;
  -webkit-box-shadow: 0px 30px 60px 0px rgba(217, 1, 12, 0.05);
  -moz-box-shadow: 0px 30px 60px 0px rgba(217, 1, 12, 0.05);
  box-shadow: 0px 30px 60px 0px rgba(217, 1, 12, 0.05);
  text-align: center;
}
.homepage--about-product .features .features-grid .feature .feature-header {
  font-size: 20px;
  font-weight: bold;
  margin: 24px 0 12px 0;
  line-height: 28px;
}
.homepage--about-product .features .features-grid .feature .feature-btn {
  padding: 18px;
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  color: white;
  background-color: #D9010C;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .homepage--about-product {
    padding: 0 16px;
    margin-bottom: 32px;
  }
  .homepage--about-product .descriptions {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .homepage--about-product .features .feature-arrow {
    display: none;
  }
  .homepage--about-product .features .features-grid {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 0 16px;
  }
  .homepage--about-product .features .features-grid .feature {
    padding: 0 16px;
  }
  .homepage--about-product .features .features-grid .feature .feature-header {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .homepage--about-product {
    padding: 0 32px;
  }
  .homepage--about-product .features .feature-arrow {
    display: none;
  }
  .homepage--about-product .features .features-grid {
    padding: 0 16px;
    grid-template-columns: 1fr;
  }
}

.homepage--application {
  margin-bottom: 175px;
  padding-top: 90px;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 64px;
  display: flex;
  align-items: center;
  gap: 105px;
  margin-bottom: 250px;
}
.homepage--application.reverse {
  flex-direction: row-reverse;
}
.homepage--application .left-col {
  flex: 0 0 calc(47.8% - 52.5px);
}
.homepage--application .left-col h3 {
  font-size: 32px;
  line-height: 45px;
  font-weight: bold;
  margin-bottom: 40px;
}
.homepage--application .left-col .text-one {
  font-size: 16px;
  position: relative;
  line-height: 35px !important;
  padding-left: 24px;
  font-weight: 300;
  margin-bottom: 48px;
}
.homepage--application .left-col .text-one::before {
  content: "";
  width: 2px;
  background-color: #D9010C;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}
.homepage--application .left-col .use-cases {
  margin-bottom: 48px;
}
.homepage--application .left-col .use-cases .use-heder {
  font-size: 16px;
  font-weight: 500 !important;
  line-height: 35px !important;
  margin-bottom: 12px;
  display: block;
}
.homepage--application .left-col .use-cases .use-cases-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px 32px;
  padding-left: 16px;
}
.homepage--application .left-col .use-cases .use-cases-grid li {
  list-style: disc;
  font-size: 16px;
  font-weight: 300;
}
.homepage--application .left-col .use-cases .use-cases-grid li::marker {
  color: #D9010C;
}
.homepage--application .left-col .text-two {
  font-size: 16px;
  position: relative;
  line-height: 35px !important;
  font-weight: 300;
}
.homepage--application .right-col {
  flex: 0 0 calc(52.2% - 52.5px);
}
@media screen and (max-width: 768px) {
  .homepage--application {
    margin: 100px 0;
    padding: 0 16px;
    flex-direction: column;
  }
  .homepage--application.reverse {
    flex-direction: column;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .homepage--application {
    padding: 0 32px;
    flex-direction: column;
  }
  .homepage--application.reverse {
    flex-direction: column;
  }
}

.decor-section {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 64px;
  margin-bottom: 250px;
  position: relative;
}
.decor-section .decor-box {
  max-width: 1245px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  position: relative;
  padding-top: 90px;
}
.decor-section .decor-box .box {
  padding: 60px;
  background: #D9010C;
  display: flex;
  flex-direction: column;
  gap: 35px;
  border-radius: 16px;
  position: absolute;
  left: 0;
  top: 0;
}
.decor-section .decor-box .box img {
  max-width: 233px;
}
.decor-section .decor-box .box span {
  font-size: 32px;
  line-height: 45px;
  font-weight: bold;
  color: white;
}
.decor-section .decor-box .box svg {
  position: absolute;
  right: -39%;
  bottom: -62%;
  filter: blur(50px);
}
.decor-section .decor-box .decor-img {
  max-width: 742px;
  height: auto;
  object-fit: cover;
}
.decor-section .shadow-circle {
  position: absolute;
  top: -56%;
  right: -20%;
  filter: blur(50px);
}
@media (max-width: 768px) {
  .decor-section {
    padding: 0 16px;
    margin-bottom: 120px;
  }
  .decor-section .decor-box {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .decor-section .decor-box .box {
    left: 0;
    right: 0;
    gap: 18px;
    padding: 24px;
    position: static;
    width: 100%;
  }
  .decor-section .decor-box .box img {
    max-width: 170px;
  }
  .decor-section .decor-box .box span {
    font-size: 16px;
  }
  .decor-section .decor-box .decor-img {
    max-width: 100%;
    margin-top: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .decor-section {
    padding: 0 32px;
    flex-direction: column;
  }
  .decor-section .decor-box .box {
    top: -23%;
  }
  .decor-section .decor-box .decor-img {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .decor-section .decor-box .box {
    min-width: 573px;
  }
}
@media (max-width: 1440px) {
  .decor-section .shadow-circle {
    display: none;
  }
  .decor-section .decor-box .box svg {
    display: none;
  }
}

.homepage--specification {
  background: #1A3BFF;
  position: relative;
  margin-bottom: 195px;
}
@media screen and (max-width: 768px) {
  .homepage--specification {
    margin-bottom: 175px;
  }
}
.homepage--specification .container {
  padding-top: 85px;
  padding-bottom: 85px;
}
.homepage--specification .header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.homepage--specification .header .main-header {
  margin-bottom: 0;
}
@media screen and (max-width: 1200px) {
  .homepage--specification .header .main-header {
    width: 100%;
    margin-bottom: 20px;
  }
}
.homepage--specification .header .btn {
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .homepage--specification .header .btn {
    margin: 0 auto;
  }
}
.homepage--specification .table-parent {
  position: relative;
  overflow: auto;
}
.homepage--specification .table-parent table {
  min-width: 800px;
}
.homepage--specification .table-parent tr th {
  font-size: 25px;
  color: #ffffff;
  padding-bottom: 66px;
  padding-top: 85px;
}
@media screen and (max-width: 1000px) {
  .homepage--specification .table-parent tr th {
    font-size: 18px;
  }
}
.homepage--specification .table-parent tr td {
  font-size: 18px;
  color: #ffffff;
  padding: 30px 0;
}
@media screen and (max-width: 1000px) {
  .homepage--specification .table-parent tr td {
    font-size: 15px;
  }
}
.homepage--specification .table-parent tr td:not(:last-child) {
  padding-right: 20px;
}
.homepage--specification .table-parent tr:not(:first-child) {
  border-bottom: 1px solid #ffffff;
}
.homepage--specification .collapse-label {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  bottom: 36px;
  color: #ffffff;
  font-size: 12px;
}
.homepage--specification .arrow {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 25px -10px #000000;
  box-shadow: 0px 0px 25px -10px #000000;
}
.homepage--specification .arrow img {
  transform: translate(-50%, -50%) rotate(180deg);
  transition: 0.3s;
}
.homepage--specification .arrow.collapsed img {
  transform: translate(-50%, -50%) rotate(0deg);
}

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