@font-face {
  font-family: 'Axiforma';
  src: url("../fonts/Axiforma-Bold.woff2") format("woff2"), url("../fonts/Axiforma-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Axiforma';
  src: url("../fonts/Axiforma-BlackItalic.woff2") format("woff2"), url("../fonts/Axiforma-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Axiforma';
  src: url("../fonts/Axiforma-Black.woff2") format("woff2"), url("../fonts/Axiforma-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Axiforma';
  src: url("../fonts/Axiforma-BoldItalic.woff2") format("woff2"), url("../fonts/Axiforma-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Axiforma Book';
  src: url("../fonts/Axiforma-BookItalic.woff2") format("woff2"), url("../fonts/Axiforma-BookItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Axiforma Book';
  src: url("../fonts/Axiforma-Book.woff2") format("woff2"), url("../fonts/Axiforma-Book.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Axiforma';
  src: url("../fonts/Axiforma-ExtraBold.woff2") format("woff2"), url("../fonts/Axiforma-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Axiforma';
  src: url("../fonts/Axiforma-ExtraBoldItalic.woff2") format("woff2"), url("../fonts/Axiforma-ExtraBoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Axiforma';
  src: url("../fonts/Axiforma-Heavy.woff2") format("woff2"), url("../fonts/Axiforma-Heavy.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Axiforma';
  src: url("../fonts/Axiforma-Italic.woff2") format("woff2"), url("../fonts/Axiforma-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Axiforma';
  src: url("../fonts/Axiforma-HeavyItalic.woff2") format("woff2"), url("../fonts/Axiforma-HeavyItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Axiforma';
  src: url("../fonts/Axiforma-Light.woff2") format("woff2"), url("../fonts/Axiforma-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Axiforma';
  src: url("../fonts/Axiforma-LightItalic.woff2") format("woff2"), url("../fonts/Axiforma-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Axiforma';
  src: url("../fonts/Axiforma-Medium.woff2") format("woff2"), url("../fonts/Axiforma-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Axiforma';
  src: url("../fonts/Axiforma-MediumItalic.woff2") format("woff2"), url("../fonts/Axiforma-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Axiforma';
  src: url("../fonts/Axiforma-Regular.woff2") format("woff2"), url("../fonts/Axiforma-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Axiforma';
  src: url("../fonts/Axiforma-SemiBold.woff2") format("woff2"), url("../fonts/Axiforma-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Axiforma';
  src: url("../fonts/Axiforma-SemiBoldItalic.woff2") format("woff2"), url("../fonts/Axiforma-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Axiforma';
  src: url("../fonts/Axiforma-ThinItalic.woff2") format("woff2"), url("../fonts/Axiforma-ThinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Axiforma';
  src: url("../fonts/Axiforma-Thin.woff2") format("woff2"), url("../fonts/Axiforma-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

html {
  scroll-behavior: smooth;
}

body {
  background-size: cover;
  font-family: "Axiforma";
}

body .logo {
  max-width: 600px;
  width: 100%;
  position: relative;
}

body h1, body h2, body h3, body h4, body h5 {
  color: #fff;
  font-family: "Axiforma";
}

body h1 {
  font-weight: 900;
  text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
}

body p {
  font-size: 21px;
  color: #fff;
  padding: 0 0.5em;
}

body a {
  color: #fff;
  text-decoration: none;
}

body a:hover {
  text-decoration: none;
  color: #fff;
}

body span {
  color: #fff;
}

body label {
  color: #fff;
}

body img {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
}

body .left {
  max-width: 75%;
  width: 100%;
}

body .right {
  max-width: 25%;
  width: 100%;
  position: fixed;
  right: 0;
  height: 100%;
  z-index: 999;
  top: 0;
  background: #033189;
  background: -webkit-gradient(linear, left bottom, left top, from(#033189), color-stop(58%, #395dce), to(#033189));
  background: linear-gradient(0deg, #033189 0%, #395dce 58%, #033189 100%);
}

body .right input {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 2px;
  border: solid 1px #9FDDFF;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none !important;
  color: #fff;
}

body .right input:focus {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 2px;
  border: solid 1px #9FDDFF;
  color: #fff;
}

body .right input::-webkit-input-placeholder {
  color: #BEDFFF;
}

body .right input:-ms-input-placeholder {
  color: #BEDFFF;
}

body .right input::-ms-input-placeholder {
  color: #BEDFFF;
}

body .right input::placeholder {
  color: #BEDFFF;
}

body .right .btn-white {
  width: 100%;
  height: 40px;
  border-radius: 3px;
  border: none;
  background: white;
  background: -webkit-gradient(linear, left top, right top, from(white), to(#e3e3e3));
  background: linear-gradient(90deg, white 0%, #e3e3e3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#e3e3e3",GradientType=1);
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

body .right .btn-white:hover {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  background: #25b3ff;
  color: #fff;
}

body .secOne img:nth-child(even) {
  width: 100% !important;
}

body .secOne .title {
  position: absolute;
  bottom: 50%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}

body .secOne .title h1 {
  font-size: 72px;
}

body .abs {
  position: absolute;
  bottom: 0;
}

body .title-end {
  -webkit-animation: downerother 1s infinite alternate;
  animation: skew 1s infinite alternate;
}

@-webkit-keyframes skew {
  from {
    -webkit-transform: skewY(-1deg);
            transform: skewY(-1deg);
  }
  to {
    -webkit-transform: skewY(1deg);
            transform: skewY(1deg);
  }
}

@keyframes skew {
  from {
    -webkit-transform: skewY(-1deg);
            transform: skewY(-1deg);
  }
  to {
    -webkit-transform: skewY(1deg);
            transform: skewY(1deg);
  }
}

body .imgRobo {
  -webkit-animation: downerother 2s infinite alternate;
  animation: downerother 2s infinite alternate;
  margin-top: 200px;
  max-width: 200px;
  bottom: 0;
  position: absolute;
}

@-webkit-keyframes downerother {
  from {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  to {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes downerother {
  from {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  to {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

body .buttonGradient {
  background: #0d51f3;
  background: -webkit-gradient(linear, right top, left top, from(#0d51f3), to(#f7830a));
  background: linear-gradient(-90deg, #0d51f3 0%, #f7830a 100%);
  color: #fff;
  border: 0;
  padding: .6em 2em .5em 1em;
  font-weight: 600;
  border-radius: 2px;
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

body .buttonGradient:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

body .buttonGradient span {
  margin: auto;
}

body .buttonGradient i {
  position: absolute;
  -webkit-animation: downer 1s infinite alternate;
  animation: downer 1s infinite alternate;
}

@-webkit-keyframes downer {
  from {
    margin-top: 5px;
  }
  to {
    margin-top: 0px;
  }
}

@keyframes downer {
  from {
    margin-top: 5px;
  }
  to {
    margin-top: 0px;
  }
}

body .stable {
  cursor: default !important;
}

body .stable:hover {
  -webkit-transform: scale(1) !important;
          transform: scale(1) !important;
}

body .pAbs {
  position: absolute;
  margin-top: 150px;
  max-width: 70%;
}

body .pulse {
  -webkit-animation: opac 1.5s infinite alternate;
  animation: opac 1.5s infinite alternate;
}

@-webkit-keyframes opac {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes opac {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

body .secThree h1 {
  margin-bottom: 3em;
}

body .secThree .col-b-1 {
  background: #fff;
  min-height: 250px;
  width: 75%;
  margin-bottom: 1em;
  margin: 1em auto;
  border-radius: 10px;
}

body .secThree .col-b-1 img {
  position: relative;
  margin-top: -75px;
}

body .secThree .col-b-1 p {
  color: #251C6F;
}

body .secFour label {
  font-size: 15px;
}

body .secFour .d-xl-flex {
  color: #fff;
  font-size: 21px;
}

body .modal-dialog {
  max-width: 991px !important;
}

body .modal-content {
  border-radius: 0px;
}

body .modal h5 {
  color: black;
}

body .modal a {
  color: blue;
}

body .swiper-button-next, body .swiper-rtl .swiper-button-prev {
  color: #2D4C8A;
  right: 10px;
}

body .swiper-button-prev, body .swiper-rtl .swiper-button-next {
  color: #2D4C8A;
  left: 20px;
}

body .form-check {
  padding-left: initial !important;
}

body .chevrons {
  top: -165px;
  position: relative;
  z-index: 999;
}

body .chevrons button {
  background: transparent;
  border: none;
  margin: 1em;
}

@media only screen and (max-width: 1200px) {
  .pAbs {
    padding-top: 100px;
    position: relative !important;
    margin: auto !important;
    max-width: auto !important;
  }
  .secOne h1 {
    font-size: 42px !important;
  }
  .pAbs {
    max-width: 100% !important;
  }
  .imgRobo {
    width: 100px !important;
    max-width: 150px !important;
    position: relative !important;
    max-width: auto !important;
  }
  .left, .right {
    max-width: 100% !important;
  }
  .right {
    position: relative !important;
    padding: 4em 0;
  }
  .right img {
    width: 250px !important;
    text-align: center !important;
    margin: auto;
  }
}
/*# sourceMappingURL=main.css.map */