/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on August 24, 2021 */
@font-face {
  font-family: "nekstWebfont";
  src: url("../fonts/nekst_black-webfont.woff2") format("woff2"), url("../fonts/nekst_black-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "nekstWebfont";
  src: url("../fonts/nekst_bold-webfont.woff2") format("woff2"), url("../fonts/nekst_bold-webfont.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "nekstWebfont";
  src: url("../fonts/nekst_light-webfont.woff2") format("woff2"), url("../fonts/nekst_light-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "nekstWebfont";
  src: url("../fonts/nekst_medium-webfont.woff2") format("woff2"), url("../fonts/nekst_medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: oblique;
}
@font-face {
  font-family: "nekstWebfont";
  src: url("../fonts/nekst_regular-webfont.woff2") format("woff2"), url("../fonts/nekst_regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "nekstWebfont";
  src: url("../fonts/nekst_semi_bold-webfont.woff2") format("woff2"), url("../fonts/nekst_semi_bold-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "nekstWebfont";
  src: url("../fonts/nekst_thin-webfont.woff2") format("woff2"), url("../fonts/nekst_thin-webfont.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}
/* Markup: Skweb (skt.pw) */
html,
body {
  height: 100%;
}
@media (max-width : 767px) {
  html,
body {
    height: auto;
  }
}

body {
  font-size: 16px;
  width: 100%;
  font-family: "nekstWebfont", Helvetica, Arial, sans-serif;
  color: #013a8b;
  -webkit-font-smoothing: antialiased;
  background: #fff;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media (min-width: 768px) {
  body {
    height: 100vh;
    overflow: hidden;
  }
  body .main-page-holder {
    position: relative;
    width: 100%;
    height: 100vh;
    z-index: 2;
  }
}

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

a:hover {
  text-decoration: none;
}

b, strong, h1, h2, h3, h4, h5 {
  font-weight: 500;
}

body ._gCustomScroll .scrollbar-track-y,
body ._gCustomScrollNOXS .scrollbar-track-y,
body .selectric-scroll .scrollbar-track-y {
  width: 2px !important;
  opacity: 1;
  border-radius: 2px;
  overflow: hidden;
  background: none !important;
}
body ._gCustomScroll .scrollbar-track-y .scrollbar-thumb,
body ._gCustomScrollNOXS .scrollbar-track-y .scrollbar-thumb,
body .selectric-scroll .scrollbar-track-y .scrollbar-thumb {
  width: 3px !important;
  border-radius: 2px;
  background: #5C48B5 !important;
}
body ._gCustomScroll .scrollbar-track-y .scrollbar-thumb:after,
body ._gCustomScrollNOXS .scrollbar-track-y .scrollbar-thumb:after,
body .selectric-scroll .scrollbar-track-y .scrollbar-thumb:after {
  display: none;
}
body ._gCustomScroll.hasScroll,
body ._gCustomScrollNOXS.hasScroll,
body .selectric-scroll.hasScroll {
  padding-right: 25px;
}

._bg-full {
  background-position: center center;
  background-size: cover !important;
}

.abs-link {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 3;
  display: block;
  overflow: hidden;
  text-indent: -9999px;
}

button {
  outline: none;
  cursor: pointer;
  background: none;
  padding: 0;
  border: none;
  display: inline-block;
}

body div.scrollbar-track-y {
  background-color: transparent !important;
  width: 25px !important;
  z-index: 50 !important;
}
body div.scrollbar-track-y .scrollbar-thumb {
  background: none !important;
  border-radius: 30px;
  bottom: 0px;
  left: 0;
  top: 0px;
  width: 100%;
}
body div.scrollbar-track-y .scrollbar-thumb:hover:after {
  background: #666;
}
body div.scrollbar-track-y .scrollbar-thumb:after {
  content: "";
  display: block;
  clear: both;
  background-color: #ddd;
  border-radius: 3px;
  bottom: 0;
  left: 50%;
  position: absolute;
  top: 0;
  width: 6px;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
body div.scrollbar-track-y .scrollbar-thumb:hover {
  background-color: #ccc;
}

img.full-width {
  width: 100%;
}

@media (min-width: 768px) {
  .all-page-wrapper {
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    min-height: 100vh;
  }
  .all-page-wrapper .all-page-holder {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

@media (min-width:1400px) {
  ._g-plefted {
    padding: 0 30px;
  }
}

.rel-box {
  position: relative;
  z-index: 3;
}

.global-close-btn {
  position: absolute;
  right: 50px;
  top: 50px;
  width: 20px;
  height: 20px;
  background: none;
  outline: none;
  border: none;
  z-index: 5;
}
@media (max-width : 767px) {
  .global-close-btn {
    top: 40px;
    right: 30px;
  }
}
.global-close-btn:before, .global-close-btn:after {
  content: "";
  display: block;
  clear: both;
  height: 2px;
  background-color: #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  left: 0;
  width: 135%;
  top: 0;
  margin-top: 8px;
  margin-left: -3px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.global-close-btn:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.global-close-btn:hover:before, .global-close-btn:hover:after {
  background: #ccc;
}

._g-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width : 767px) {
  .no-xs {
    display: none !important;
  }
}

html.modal-open, body.modal-open {
  overflow: hidden;
}

.modal-open {
  overflow: hidden;
}
.modal-open body {
  overflow: hidden !important;
}

._g-read-more-link {
  display: inline-block;
  color: #193997;
  font-size: 19px;
  font-weight: 500;
}
._g-read-more-link:hover {
  color: #1376ED;
}
._g-read-more-link:hover i {
  border-color: #1376ED;
}
._g-read-more-link span {
  display: inline-block;
  vertical-align: middle;
}
._g-read-more-link i {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
  border-radius: 50%;
  border: 1px solid #193997;
  width: 47px;
  height: 47px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #193997;
}
._g-read-more-link i:before {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  width: 2px;
  left: 50%;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 0;
  top: 50%;
  margin-left: -1px;
  margin-top: -10px;
}
._g-read-more-link i:after {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  width: 20px;
  margin-left: -10px;
  left: 50%;
  top: 50%;
  margin-top: -1px;
  height: 2px;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
._g-read-more-link.collapsed i {
  background: none;
  border-color: #DAE2EE;
}
._g-read-more-link.collapsed i:before, ._g-read-more-link.collapsed i:after {
  background: #193997;
}
._g-read-more-link.collapsed i:before {
  height: 20px;
}

.scroll-down-wrapper {
  position: absolute;
  left: 0;
  bottom: 10%;
  height: 55%;
  min-height: 400px;
  z-index: 8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
@media (max-width : 767px) {
  .scroll-down-wrapper {
    display: none;
  }
}
.scroll-down-wrapper:before {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  background: rgba(255, 255, 255, 0.3);
}
.scroll-down-wrapper:after {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 50px;
  background: #fff;
  -webkit-animation: scrollDownLine 3s ease-in-out infinite;
          animation: scrollDownLine 3s ease-in-out infinite;
}

.scroll-down-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 50px;
  height: 100%;
}
.scroll-down-link i {
  display: block;
  width: 20px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -webkit-animation: scrollDownArrow 2s ease-in-out infinite;
          animation: scrollDownArrow 2s ease-in-out infinite;
}
.scroll-down-link i img {
  -webkit-filter: invert(1);
          filter: invert(1);
}
.scroll-down-link span {
  font-size: 18px;
  color: #779dd5;
  font-weight: 300;
  display: block;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  margin-left: -35px;
  position: absolute;
  padding-left: 90px;
  white-space: nowrap;
  width: 21px;
}
.scroll-down-link b {
  font-weight: 500;
  color: #fff;
}

.arrowed-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 30px;
  font-weight: 500;
}
.arrowed-btn:hover i {
  background: #fff;
}
.arrowed-btn:hover i svg {
  -webkit-transform: translate(5px, -5px);
          transform: translate(5px, -5px);
}
.arrowed-btn:hover i svg .arrow-long-cls-1 {
  fill: #013a8b;
  stroke: #013a8b;
}
.arrowed-btn:hover i svg .arrow-long-cls-3 {
  fill: #013a8b;
}
.arrowed-btn:hover i svg .arrow-long-cls-4 {
  stroke: #013a8b;
}
.arrowed-btn span {
  display: block;
}
.arrowed-btn i {
  margin-left: 25px;
  position: relative;
  display: block;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width : 767px) {
  .arrowed-btn i {
    width: 40px;
    height: 40px;
  }
}
.arrowed-btn i svg {
  width: 32px;
  display: block;
  position: absolute;
  right: 45%;
  top: 45%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width : 767px) {
  .arrowed-btn i svg {
    width: 25px;
    top: 40%;
    right: 40%;
  }
}
.arrowed-btn i svg .arrow-long-cls-1 {
  fill: #fff;
  stroke: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.arrowed-btn i svg .arrow-long-cls-3 {
  fill: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.arrowed-btn i svg .arrow-long-cls-4 {
  stroke: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.jsTextAnimated div {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-origin: center center -40px;
          transform-origin: center center -40px;
}

@-webkit-keyframes scrollDownLine {
  0% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    height: 30px;
  }
  100% {
    -webkit-transform: translateY(420px);
            transform: translateY(420px);
    height: 100px;
  }
}

@keyframes scrollDownLine {
  0% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    height: 30px;
  }
  100% {
    -webkit-transform: translateY(420px);
            transform: translateY(420px);
    height: 100px;
  }
}
@-webkit-keyframes scrollDownArrow {
  0% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  50% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
@keyframes scrollDownArrow {
  0% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  50% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
.touchdevice .fake-cursor {
  display: none;
}

.fake-cursor {
  position: fixed;
  width: 90px;
  height: 90px;
  margin-top: -35px;
  margin-left: -35px;
  border-radius: 100%;
  -webkit-transition: 0.1s cubic-bezier(0.75, -0.27, 0.3, 1.33) background-color, 0.1s ease border-color;
  transition: 0.1s cubic-bezier(0.75, -0.27, 0.3, 1.33) background-color, 0.1s ease border-color;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  z-index: 10000;
  top: 0;
  left: 0;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}
@media (min-width:768px) and (max-width:991px) {
  .fake-cursor {
    display: none;
  }
}
@media (max-width : 767px) {
  .fake-cursor {
    display: none;
  }
}
.fake-cursor .point {
  border: 2px solid red;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  margin-top: -25px;
  margin-left: -26px;
  -webkit-transform: scale(0.4);
          transform: scale(0.4);
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.fake-cursor .arrows {
  position: absolute;
  left: 50%;
  width: 60px;
  margin-left: -23px;
  height: 100%;
  top: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.fake-cursor .arrows .left {
  width: 20px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
.fake-cursor .arrows .left:before {
  content: "";
  display: block;
  clear: both;
  display: inline-block;
  border: solid red;
  border-width: 0 1px 1px 0;
  padding: 5px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.fake-cursor .arrows .right {
  width: 20px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
  opacity: 0;
}
.fake-cursor .arrows .right:before {
  content: "";
  display: block;
  clear: both;
  display: inline-block;
  border: solid red;
  border-width: 0 1px 1px 0;
  padding: 5px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.fake-cursor .discover {
  border-radius: 50%;
  background: #0236A1;
  width: 120px;
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  -webkit-transform: scale(0.2);
          transform: scale(0.2);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.fake-cursor .discover span {
  display: block;
}
.fake-cursor .discover i {
  margin-top: 10px;
  height: 2px;
  width: 30px;
  background: #fff;
  position: relative;
}
.fake-cursor .discover i:after {
  content: "";
  display: block;
  clear: both;
  display: inline-block;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  padding: 5px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  vertical-align: top;
  position: absolute;
  right: 0;
  top: -5px;
}
.fake-cursor.can-drag .arrows .left,
.fake-cursor.can-drag .arrows .right {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
.fake-cursor.can-drag .point {
  -webkit-transform: scale(0);
          transform: scale(0);
}
.fake-cursor.active-discover .discover {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.fake-cursor.loveHover .point {
  -webkit-transform: scale(0);
          transform: scale(0);
  border-width: 1px;
}

header.site-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 150;
}
@media (max-width : 767px) {
  header.site-header {
    top: 0;
    padding-top: 20px;
  }
}
header.site-header .head-holder {
  position: relative;
  padding-top: 5vh;
  padding-bottom: 20px;
}
@media (max-width : 767px) {
  header.site-header .head-holder {
    padding: 0;
  }
}
header.site-header .overlay {
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  opacity: 0;
  height: 100%;
  overflow: hidden;
}
header.site-header .overlay .blackOverlay {
  background: rgba(1, 93, 230, 0.5);
  position: absolute;
  left: 0;
  width: 100%;
  top: -2px;
  height: 100%;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
header.site-header .header-main-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: 45px;
  position: relative;
  z-index: 3;
}
@media (max-width : 767px) {
  header.site-header .header-main-row {
    height: auto;
    padding: 0;
  }
}
header.site-header .left-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 5%;
  max-width: 950px;
  position: relative;
}
@media (min-width:768px) and (max-width:991px) {
  header.site-header .left-col {
    padding-right: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (max-width : 767px) {
  header.site-header .left-col {
    padding-right: 10px;
  }
}
header.site-header .right-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 700px;
}
@media (min-width:768px) and (max-width:991px) {
  header.site-header .right-col {
    min-width: 140px;
  }
}
@media (max-width : 767px) {
  header.site-header .right-col {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 40%;
  }
}
header.site-header .logo {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 38px;
  line-height: 40px;
  font-weight: 500;
  padding-right: 20px;
  padding-bottom: 5px;
  border-right: 1px solid rgba(121, 183, 254, 0.2);
}
header.site-header .logo .cls-1 {
  fill: #fff;
}
header.site-header .logo svg {
  width: 100%;
  max-width: 180px;
}
@media (max-width : 767px) {
  header.site-header .logo svg {
    max-width: 150px;
  }
}
@media (min-width:768px) and (max-width:991px) {
  header.site-header .logo {
    border: none;
  }
}
@media (max-width : 767px) {
  header.site-header .logo {
    border: none;
    padding-right: 0;
    font-size: 30px;
    line-height: 30px;
  }
}
header.site-header .logo:hover .logo-white {
  color: rgba(255, 255, 255, 0.4);
}
header.site-header .logo .logo-white {
  overflow: hidden;
  display: block;
  z-index: 3;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width : 767px) {
  header.site-header .logo .logo-white {
    position: static;
  }
}
header.site-header .logo .logo-black {
  display: block;
  position: relative;
  width: 100%;
}
@media (max-width : 767px) {
  header.site-header .logo .logo-black {
    display: none;
  }
}
header.site-header .slogan {
  display: block;
  padding-left: 20px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.4);
  line-height: 11px;
}
@media (min-width:768px) and (max-width:991px) {
  header.site-header .slogan {
    padding-left: 0;
  }
  header.site-header .slogan br {
    display: none !important;
  }
}
@media (max-width : 767px) {
  header.site-header .slogan {
    display: none;
  }
}
header.site-header nav {
  width: 100%;
  height: 100%;
  max-width: 600px;
  padding-left: 2vw;
}
@media (min-width:768px) and (max-width:991px) {
  header.site-header nav {
    padding-left: 20px;
    padding-right: 10px;
  }
}
@media (max-width : 767px) {
  header.site-header nav {
    display: none;
  }
}
header.site-header nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
header.site-header nav ul li {
  height: 100%;
}
header.site-header nav ul li.active a:after, header.site-header nav ul li.current-menu-item a:after {
  -webkit-transform: scale(1);
          transform: scale(1);
}
header.site-header nav ul a {
  font-size: 18px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  height: 100%;
  padding: 0 10px;
  border-radius: 10px;
}
@media (min-width:768px) and (max-width:991px) {
  header.site-header nav ul a {
    font-size: 16px;
  }
}
header.site-header nav ul a:hover:after {
  -webkit-transform: scale(1);
          transform: scale(1);
}
header.site-header nav ul a:after {
  content: "";
  display: block;
  clear: both;
  border-radius: 50%;
  background: #ffffff;
  width: 10px;
  height: 10px;
  position: absolute;
  left: 50%;
  margin-left: -5px;
  margin-top: -3px;
  top: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: scale(0);
          transform: scale(0);
}
header.site-header nav ul a span {
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header.site-header .lang-col {
  position: relative;
  height: 100%;
  max-width: 85px;
  padding-right: 2vw;
  border-right: 1px solid rgba(121, 183, 254, 0.2);
}
@media (min-width:768px) and (max-width:991px) {
  header.site-header .lang-col {
    margin-right: 5px;
  }
}
@media (max-width : 767px) {
  header.site-header .lang-col {
    border: none;
    padding-right: 0;
  }
}
header.site-header .lang-col .current-lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  height: 100%;
  text-transform: uppercase;
  color: #ffffff;
  position: relative;
  font-weight: 500;
}
@media (min-width:768px) and (max-width:991px) {
  header.site-header .lang-col .current-lang {
    font-size: 16px;
  }
}
@media (max-width : 767px) {
  header.site-header .lang-col .current-lang {
    font-weight: 500;
    margin-top: -2px;
  }
}
header.site-header .lang-col .current-lang:after {
  content: "";
  display: block;
  clear: both;
  display: inline-block;
  border: solid #fff;
  border-width: 0 1px 1px 0;
  padding: 0.2rem;
  margin-left: 0.8rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
header.site-header .lang-col .current-lang .linkname {
  font-style: normal;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #000;
  height: 0;
  overflow: hidden;
  text-align: left;
}
header.site-header .lang-col .current-lang .linkname:before {
  content: "";
  display: block;
  clear: both;
  content: attr(data-link-text);
  position: absolute;
  left: 0;
  text-shadow: 0 0 1px #000;
  bottom: 0;
  -webkit-transition: -webkit-transform 0.7s ease;
  transition: -webkit-transform 0.7s ease;
  transition: transform 0.7s ease;
  transition: transform 0.7s ease, -webkit-transform 0.7s ease;
  z-index: 2;
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header.site-header .lang-col .current-lang .arrow {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: -2px;
  color: #000;
  height: 0;
  overflow: hidden;
  text-align: left;
  z-index: 3;
}
header.site-header .lang-col .current-lang .arrow:after {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  right: 2px;
  bottom: 43px;
  display: inline-block;
  border: solid #000;
  border-width: 0 1px 1px 0;
  padding: 0.2rem;
  margin-left: 0.8rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
header.site-header .lang-col .langs-drop {
  position: absolute;
  border-radius: 10px;
  top: 100%;
  left: 0;
  margin-left: -1.5rem;
  padding: 1rem 1.5rem;
  background: #333;
  border: 1px solid #333;
  width: 130px;
}
header.site-header .lang-col .langs-drop li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
header.site-header .lang-col .langs-drop li:last-child {
  border: none;
}
header.site-header .lang-col .langs-drop li a {
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: none;
  color: #ccc;
  padding: 0.5rem 0;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
header.site-header .lang-col .langs-drop li a:hover {
  color: #fff;
}
header.site-header .soc-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
@media (max-width : 767px) {
  header.site-header .soc-list {
    display: none;
  }
}
header.site-header .soc-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 55px;
  margin: 0 0 0 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  height: 100%;
}
@media (min-width:768px) and (max-width:991px) {
  header.site-header .soc-list a {
    width: 40px;
  }
  header.site-header .soc-list a:first-child {
    margin-left: 0;
  }
}
header.site-header .soc-list a i {
  position: relative;
  width: 100%;
  height: 55px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3px;
}
@media (min-width:768px) and (max-width:991px) {
  header.site-header .soc-list a i {
    height: 40px;
  }
}
header.site-header .soc-list a i:before {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  left: -5px;
  top: -5px;
  right: -5px;
  bottom: -5px;
  background: #013a8b;
  border-radius: 50%;
  opacity: 0;
  -webkit-transform: scale(0.2);
          transform: scale(0.2);
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.5s ease, -webkit-transform 0.4s ease;
  transition: transform 0.4s ease, opacity 0.5s ease;
  transition: transform 0.4s ease, opacity 0.5s ease, -webkit-transform 0.4s ease;
}
header.site-header .soc-list a i:hover:before {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
header.site-header .soc-list a i:hover img {
  -webkit-filter: brightness(2);
          filter: brightness(2);
}
header.site-header .soc-list a b {
  position: absolute;
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
header.site-header .soc-list a b em {
  width: 100%;
  height: 55px;
  padding: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  bottom: 17px;
  left: 0;
}
header.site-header .soc-list a b em:after {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  bottom: 0;
  height: 55px;
  width: 100%;
  left: 0;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
header.site-header .soc-list a b em img {
  -webkit-filter: invert(1);
          filter: invert(1);
  opacity: 1;
}
header.site-header .soc-list a img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  max-width: 20px;
  position: relative;
  z-index: 4;
}
@media (min-width:768px) and (max-width:991px) {
  header.site-header .soc-list a img {
    max-width: 17px;
  }
}
header.site-header .mobile-menu-btn {
  z-index: 100;
  margin: 0 0 0 -3vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 60px;
  height: 55px;
  position: absolute;
  right: -10px;
  top: -15px;
}
@media (min-width: 768px) {
  header.site-header .mobile-menu-btn {
    display: none;
  }
}
header.site-header .mobile-menu-btn span {
  border: none;
  width: 30px;
  height: 2px;
  background: none;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #fff;
}
header.site-header .mobile-menu-btn span:before, header.site-header .mobile-menu-btn span:after {
  content: "";
  display: block;
  clear: both;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}
header.site-header .mobile-menu-btn span:before {
  top: -8px;
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, -webkit-transform;
  transition-property: top, transform;
  transition-property: top, transform, -webkit-transform;
}
header.site-header .mobile-menu-btn span:after {
  bottom: -8px;
  width: 65%;
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
  transition-property: bottom, transform, -webkit-transform;
}
header.site-header .mobile-menu-btn.btn-actived:before {
  opacity: 1;
  visibility: visible;
  -webkit-transform: rotate(-45deg) translate(0px, 0);
          transform: rotate(-45deg) translate(0px, 0);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
header.site-header .mobile-menu-btn.btn-actived span {
  background: transparent;
}
header.site-header .mobile-menu-btn.btn-actived span:before {
  background: #fff;
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
header.site-header .mobile-menu-btn.btn-actived span:after {
  background: #fff;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 100%;
}

header.header-white .logo {
  color: #193997;
}
header.header-white .logo:hover .logo-white {
  color: #567191;
}
header.header-white .slogan {
  color: #567191;
}
header.header-white .lang-col .current-lang {
  color: #193997;
}
header.header-white .lang-col .current-lang:after {
  border-color: #193997;
}
header.header-white .mobile-menu-btn span {
  background: #193997;
}
header.header-white .mobile-menu-btn span:before, header.header-white .mobile-menu-btn span:after {
  background: #193997;
}
header.header-white nav ul a {
  color: #193997;
}
header.header-white nav ul a:after {
  background: #193997;
}
.mobile-header-inside {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 140;
}
@media (min-width: 768px) {
  .mobile-header-inside {
    display: none;
  }
}
.mobile-header-inside .menu-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: linear-gradient(151deg, #8EB0DE 0%, #2365BD 40%, #0047B0 100%);
}
.mobile-header-inside .holder {
  width: 100%;
  height: 100%;
  padding: 0 6vw 3vh;
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.mobile-header-inside .main-nav {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding-bottom: 5vh;
}
.mobile-header-inside .main-nav li a {
  font-weight: 500;
  font-size: 58px;
  line-height: 58px;
}
.mobile-header-inside hr {
  border-color: #fff;
}
.mobile-header-inside .bottom-text {
  text-align: center;
  display: block;
  color: #a8b7cb;
  font-size: 22px;
  line-height: 24px;
  margin: 0 auto;
  max-width: 280px;
}

.index-top-section {
  height: 100vh;
  width: 100%;
  min-height: 700px;
  overflow: hidden;
  position: relative;
  z-index: 4;
  padding-top: 5vh;
  padding-bottom: 5vh;
  color: #fff;
}
@media (max-width : 767px) {
  .index-top-section {
    padding: 0;
    min-height: 500px;
  }
}
.index-top-section .sectbg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(#027AFB), color-stop(50%, #015AE5), to(#024AD0));
  background: linear-gradient(to bottom, #027AFB 0%, #015AE5 50%, #024AD0 100%);
  background: #0157E2;
}
@media (max-width : 767px) {
  .index-top-section .sectbg {
    background: -webkit-gradient(linear, left top, right top, from(#0B44C5), color-stop(50%, #0A46C6), to(#0430AD));
    background: linear-gradient(to right, #0B44C5 0%, #0A46C6 50%, #0430AD 100%);
  }
}
.index-top-section .sectbg .frames {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media (max-width : 767px) {
  .index-top-section .sectbg .frames {
    margin-top: -25%;
  }
  .index-top-section .sectbg .frames:before {
    content: "";
    display: block;
    clear: both;
    -webkit-box-shadow: 0 0 130px 110px #0175F8;
            box-shadow: 0 0 130px 110px #0175F8;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3;
  }
}
.index-top-section .sectbg .frames .jsLoadVideo {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.index-top-section .sectbg .frames video {
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.index-top-section .sect-holder {
  width: 100%;
  height: 100%;
  position: relative;
}
.index-top-section .world-animation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width : 767px) {
  .index-top-section .world-animation {
    top: 0;
    height: 100%;
    overflow: hidden;
  }
}
.index-top-section .world-animation .world-holder {
  margin: 0 auto;
  position: relative;
  height: 100%;
  width: 80%;
  max-width: 700px;
}
@media (max-width : 767px) {
  .index-top-section .world-animation .world-holder {
    width: 100%;
  }
}
.index-top-section .world-animation .links {
  position: absolute;
  width: 100%;
  top: 8vh;
  bottom: 5%;
  left: 0;
}
@media (max-width : 767px) {
  .index-top-section .world-animation .links {
    margin-top: 10px;
  }
}
.index-top-section .world-animation .links .circle {
  border-radius: 50%;
  width: 170px;
  height: 170px;
  z-index: 6;
  position: absolute;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  border-bottom: 1px solid rgba(158, 158, 158, 0.33);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: background-color 0.3s ease, border-color 0.3s ease;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  background: rgba(1, 102, 238, 0.51);
}
@media (max-width : 767px) {
  .index-top-section .world-animation .links .circle {
    width: 120px;
    min-width: 120px;
    height: 120px;
    background: rgba(1, 102, 238, 0.2);
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }
}
.index-top-section .world-animation .links .circle:hover {
  background-color: #fff;
  border-color: #024CD2;
}
.index-top-section .world-animation .links .circle:hover:before {
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
}
.index-top-section .world-animation .links .circle:hover svg .circle-cls-3,
.index-top-section .world-animation .links .circle:hover svg .cls-32 {
  stroke: #0548C2 !important;
  -webkit-transition: stroke 0.3s ease;
  transition: stroke 0.3s ease;
}
.index-top-section .world-animation .links .circle:hover svg .cls-32 {
  fill: #0548C2;
}
.index-top-section .world-animation .links .circle:hover svg .cls-23,
.index-top-section .world-animation .links .circle:hover svg .cls-24 {
  fill: #0548C2 !important;
}
.index-top-section .world-animation .links .circle:hover span {
  color: #024CD2;
}
.index-top-section .world-animation .links .circle:before {
  content: "";
  display: block;
  clear: both;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 3;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border-radius: 50%;
}
@supports ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
  .index-top-section .world-animation .links .circle:before {
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
  }
}
.index-top-section .world-animation .links .circle svg {
  width: 100%;
  max-width: 60px;
  display: block;
  margin-bottom: 13px;
  position: relative;
  z-index: 5;
}
.index-top-section .world-animation .links .circle svg .circle-cls-3,
.index-top-section .world-animation .links .circle svg .cls-32 {
  stroke: #fff;
  -webkit-transition: stroke 0.3s ease;
  transition: stroke 0.3s ease;
}
.index-top-section .world-animation .links .circle svg .cls-23,
.index-top-section .world-animation .links .circle svg .cls-24 {
  fill: #fff;
}
@media (max-width : 767px) {
  .index-top-section .world-animation .links .circle svg {
    max-width: 46px;
    margin-bottom: 5px;
  }
}
.index-top-section .world-animation .links .circle span {
  display: block;
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  color: #fff;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 4;
}
@media (max-width : 767px) {
  .index-top-section .world-animation .links .circle span {
    font-size: 12px;
    line-height: 11px;
    text-align: center;
  }
}
.index-top-section .world-animation .links .circle .abs-link {
  z-index: 6;
}
.index-top-section .world-animation .links .circle.circle1 {
  right: 60%;
  top: 5%;
}
.index-top-section .world-animation .links .circle.circle1 .circle-cls-1,
.index-top-section .world-animation .links .circle.circle1 .circle-cls-3 {
  fill: none;
}
.index-top-section .world-animation .links .circle.circle1 .circle-cls-2 {
  -webkit-clip-path: url(#circle-clip-path);
          clip-path: url(#circle-clip-path);
}
.index-top-section .world-animation .links .circle.circle1 .circle-cls-3 {
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
}
@media (max-width : 767px) {
  .index-top-section .world-animation .links .circle.circle1 {
    right: auto;
    left: 3%;
    top: 0;
  }
}
.index-top-section .world-animation .links .circle.circle2 {
  left: 76%;
  top: 15%;
}
.index-top-section .world-animation .links .circle.circle2 .cls-12, .index-top-section .world-animation .links .circle.circle2 .cls-32 {
  fill: #fff;
}
.index-top-section .world-animation .links .circle.circle2 .cls-22 {
  -webkit-clip-path: url(#clip-path2);
          clip-path: url(#clip-path2);
}
.index-top-section .world-animation .links .circle.circle2 .cls-32 {
  stroke: #fff;
  stroke-miterlimit: 10;
  stroke-width: 2px;
}
@media (max-width : 767px) {
  .index-top-section .world-animation .links .circle.circle2 {
    left: auto;
    right: 3%;
    top: 10%;
  }
}
.index-top-section .world-animation .links .circle.circle3 {
  left: 0;
  top: 50%;
}
.index-top-section .world-animation .links .circle.circle3 .cls-13 {
  fill: #fff;
}
.index-top-section .world-animation .links .circle.circle3 .cls-23 {
  -webkit-clip-path: url(#clip-path3);
          clip-path: url(#clip-path3);
}
@media (max-width : 767px) {
  .index-top-section .world-animation .links .circle.circle3 {
    top: auto;
    bottom: 40%;
    right: auto;
    left: 3%;
  }
}
.index-top-section .world-animation .links .circle.circle4 {
  right: 5%;
  top: 60%;
}
.index-top-section .world-animation .links .circle.circle4 .cls-14 {
  fill: #fff;
}
.index-top-section .world-animation .links .circle.circle4 .cls-24 {
  -webkit-clip-path: url(#clip-path4);
          clip-path: url(#clip-path4);
}
@media (max-width : 767px) {
  .index-top-section .world-animation .links .circle.circle4 {
    bottom: 30%;
    right: 10%;
    top: auto;
  }
}
.index-top-section .scroll-down-wrapper {
  bottom: 0;
}
.index-top-section .sect-content {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  padding-top: 5vh;
  padding-bottom: 3vh;
  z-index: 5;
}
@media (max-width : 767px) {
  .index-top-section .sect-content {
    padding-top: 0;
  }
}
.index-top-section .sect-content .container {
  height: 100%;
  padding-top: 90px;
  position: relative;
}
@media (max-width : 767px) {
  .index-top-section .sect-content .container {
    padding: 0;
  }
}
@media (max-width : 767px) {
  .index-top-section .sect-content .centered-content {
    width: 100%;
  }
}
.index-top-section .sect-content .content-wrapper {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  position: relative;
}
@media (max-width : 767px) {
  .index-top-section .sect-content .content-wrapper {
    display: block;
  }
}
.index-top-section .sect-content .content-holder {
  padding: 0 193px 0 110px;
}
@media (max-width : 767px) {
  .index-top-section .sect-content .content-holder {
    padding: 0 6vw 75px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    position: static;
  }
}
.index-top-section .sect-content .feat-title {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 10px;
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  top: 40%;
  margin-top: -50px;
  color: rgba(255, 255, 255, 0.6);
}
@media (max-width : 767px) {
  .index-top-section .sect-content .feat-title {
    display: none;
  }
}
.index-top-section .sect-content .feat-title div {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-origin: center center -40px;
          transform-origin: center center -40px;
}
.index-top-section .sect-content h1 {
  font-weight: 300;
  font-size: 6vw;
  line-height: 5vw;
  margin: 0 0 20px;
}
@media (min-width:1771.2px) {
  .index-top-section .sect-content h1 {
    font-size: 110px;
    line-height: 90px;
  }
}
@media (max-width : 767px) {
  .index-top-section .sect-content h1 {
    font-size: 10vw;
    line-height: 9vw;
    margin-bottom: 10px;
  }
}
.index-top-section .sect-content h1 b {
  font-weight: 500;
  display: block;
}
@media (max-width : 767px) {
  .index-top-section .sect-content h1 b {
    font-size: 9vw;
  }
}
.index-top-section .sect-content .prime-text {
  display: block;
  font-size: 22px;
  line-height: 20px;
  padding-left: 3px;
}
@media (max-width : 767px) {
  .index-top-section .sect-content .prime-text {
    font-size: 14px;
    color: #89b3e7;
    letter-spacing: 3px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.66);
    padding-bottom: 20px;
  }
}
.index-top-section .contacts-btn-box {
  position: absolute;
  bottom: 20px;
  z-index: 5;
  left: 0;
  width: 100%;
}
@media (max-width : 767px) {
  .index-top-section .contacts-btn-box {
    bottom: 5%;
  }
}
.index-top-section .contacts-btn-box .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width : 767px) {
  .index-top-section .contacts-btn-box .container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width : 767px) {
  .index-top-section .arrowed-btn {
    padding-left: 40px;
  }
}

.index-prime-white-box {
  background: #fff;
  position: relative;
  z-index: 5;
  padding: 90px 0 100px;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media (max-width : 767px) {
  .index-prime-white-box {
    padding: 30px 0 30px;
    display: block;
    min-height: 0;
  }
}
.index-prime-white-box .plefted-box {
  padding-left: 75px;
}
@media (max-width : 767px) {
  .index-prime-white-box .plefted-box {
    padding-left: 0;
  }
}
.index-prime-white-box .text-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 0 5% 5vh;
}
@media (max-width : 767px) {
  .index-prime-white-box .text-row {
    display: block;
    padding-left: 10%;
    padding-bottom: 0;
  }
}
.index-prime-white-box .text-row .col {
  width: 46%;
}
@media (max-width : 767px) {
  .index-prime-white-box .text-row .col {
    width: 100%;
  }
}
.index-prime-white-box .block-subtitle {
  display: block;
  font-size: 21px;
  color: rgba(1, 58, 139, 0.31);
  margin-bottom: 30px;
}
@media (max-width : 767px) {
  .index-prime-white-box .block-subtitle {
    font-size: 11px;
    color: #90a2bd;
    margin-bottom: 20px;
  }
}
.index-prime-white-box h2 {
  font-weight: 300;
  margin: 0 0 8vh;
  font-size: 6vw;
  line-height: 5.5vw;
}
@media (min-width:1771.2px) {
  .index-prime-white-box h2 {
    font-size: 110px;
    line-height: 101px;
  }
}
@media (max-width : 767px) {
  .index-prime-white-box h2 {
    font-size: 11vw;
    line-height: 11vw;
    margin-bottom: 20px;
  }
}
.index-prime-white-box h2 b {
  display: block;
  font-weight: 500;
}
.index-prime-white-box h2 div {
  overflow: hidden;
}
.index-prime-white-box p {
  font-size: 40px;
  line-height: 48px;
  margin: 0 0 30px;
  color: #013a8b;
}
@media (max-width : 767px) {
  .index-prime-white-box p {
    font-size: 20px;
    line-height: 24px;
  }
}
.index-prime-white-box p.size-small {
  font-size: 24px;
  line-height: 29px;
  color: #a9b3c0;
}
@media (max-width : 767px) {
  .index-prime-white-box p.size-small {
    font-size: 14px;
    line-height: 18px;
  }
}
.index-prime-white-box hr {
  border-top: 2px solid #ACC9E8;
  margin-bottom: 40px;
  margin-top: 40px;
}
@media (max-width : 767px) {
  .index-prime-white-box hr {
    margin-top: 30px;
    margin-bottom: 20px;
    border: 1px solid #D9DADB;
  }
}
.index-prime-white-box .arrowed-btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.index-prime-white-box .arrowed-btn {
  color: #013a8b;
}
@media (max-width : 767px) {
  .index-prime-white-box .arrowed-btn {
    padding-left: 0;
    font-size: 17px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.index-prime-white-box .arrowed-btn:hover i {
  background: #2156A3;
  border-color: #2156A3;
}
.index-prime-white-box .arrowed-btn:hover i svg .arrow-long-cls-3,
.index-prime-white-box .arrowed-btn:hover i svg .arrow-long-cls-4 {
  fill: #fff;
  stroke: #fff;
}
.index-prime-white-box .arrowed-btn i {
  background: #F1F3F4;
}
.index-prime-white-box .arrowed-btn i svg .arrow-long-cls-3,
.index-prime-white-box .arrowed-btn i svg .arrow-long-cls-4 {
  fill: #2156A3;
  stroke: #2156A3;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.block-products-tizer {
  position: relative;
  z-index: 13;
  padding: 100px 0 150px;
  background: linear-gradient(95deg, #0576F8 0%, #013a8b 100%);
  background: #0548C2;
  color: #fff;
  overflow: hidden;
}
@media (max-width : 767px) {
  .block-products-tizer {
    padding: 40px 0 50px;
    background: #0856D2;
  }
}
.block-products-tizer h2 {
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(#074CC5), color-stop(50%, #0463D5), to(#227BE8));
  background: linear-gradient(to right, #074CC5 0%, #0463D5 50%, #227BE8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 18vw;
  line-height: 14vw;
  font-weight: 500;
  margin: 0 0 50px;
}
@media (min-width:1771.2px) {
  .block-products-tizer h2 {
    font-size: 320px;
    line-height: 300px;
  }
}
@media (max-width : 767px) {
  .block-products-tizer h2 {
    font-size: 12vw;
    color: #fff;
    -webkit-background-clip: inherit;
    background: none;
    -webkit-text-fill-color: inherit;
    display: block;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 10px;
  }
}
.block-products-tizer .request-link-box {
  width: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 6;
}
@media (max-width : 767px) {
  .block-products-tizer .request-link-box {
    display: none;
  }
}
.block-products-tizer .scroll-down-wrapper {
  position: absolute;
  left: 4vw;
  top: 30%;
  height: 400px;
  z-index: 8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
.block-products-tizer .scroll-down-wrapper:hover:before {
  background: rgba(255, 255, 255, 0.7);
}
@media (min-width:1771.2px) {
  .block-products-tizer .scroll-down-wrapper {
    left: 0;
  }
}
.block-products-tizer .scroll-down-wrapper:before {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  background: rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.block-products-tizer .scroll-down-wrapper:after {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 50px;
  background: #fff;
  -webkit-animation: scrollDownLine 3s ease-in-out infinite;
          animation: scrollDownLine 3s ease-in-out infinite;
}
.block-products-tizer .scroll-down-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 50px;
  height: 400px;
}
.block-products-tizer .scroll-down-link:hover span {
  color: rgba(115, 177, 255, 0.98);
}
.block-products-tizer .scroll-down-link i {
  display: block;
  width: 20px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -webkit-transform: rotate(-140deg);
          transform: rotate(-140deg);
  margin-left: 5px;
}
.block-products-tizer .scroll-down-link i img {
  -webkit-filter: invert(1);
          filter: invert(1);
}
.block-products-tizer .scroll-down-link span {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  display: block;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  margin-left: -35px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  padding-left: 100px;
  white-space: nowrap;
  width: 21px;
}
.block-products-tizer .container {
  position: relative;
}
.block-products-tizer .sect-heading {
  text-align: center;
  position: absolute;
  top: 0;
  height: 100vh;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 5vh;
}
@media (max-width : 767px) {
  .block-products-tizer .sect-heading {
    position: static;
    height: auto;
    display: block;
    text-align: left;
    padding: 0;
  }
}
.block-products-tizer .sect-heading .sect-subtitle {
  display: block;
  letter-spacing: 10px;
  font-size: 11px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.3);
}
@media (max-width : 767px) {
  .block-products-tizer .sect-heading .sect-subtitle {
    display: none;
  }
}
.block-products-tizer .plefted {
  padding-left: 100px;
}
@media (max-width : 767px) {
  .block-products-tizer .plefted {
    padding-left: 0;
  }
}

.products-list-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.products-list-box .product-box {
  width: 45%;
  position: relative;
}
@media (max-width : 767px) {
  .products-list-box .product-box {
    width: 100%;
    margin-bottom: 110px;
  }
  .products-list-box .product-box:last-child {
    margin-bottom: 10px;
    margin-top: 30px;
  }
}
.products-list-box .product-box:nth-child(even) {
  margin-left: auto;
}
.products-list-box .product-box .product-pic {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 600px;
}
@media (max-width : 767px) {
  .products-list-box .product-box .product-pic {
    padding-left: 10%;
    position: absolute;
  }
}
@media (max-width : 767px) {
  .products-list-box .product-box .product-pic div {
    -webkit-transform: none !important;
            transform: none !important;
  }
}
.products-list-box .product-box:nth-child(1) .pic1 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 20px;
  padding-right: 15%;
}
@media (max-width : 767px) {
  .products-list-box .product-box:nth-child(1) .pic1 {
    padding-right: 0;
  }
  .products-list-box .product-box:nth-child(1) .pic1 img {
    width: 115px;
  }
}
.products-list-box .product-box:nth-child(1) .pic2 {
  width: 40%;
  margin-left: 10px;
}
@media (max-width : 767px) {
  .products-list-box .product-box:nth-child(1) .pic2 img {
    width: 135px;
  }
}
.products-list-box .product-box:nth-child(1) .pic3 {
  width: 50%;
  padding-top: 30px;
  margin-bottom: 10px;
}
@media (max-width : 767px) {
  .products-list-box .product-box:nth-child(1) .pic3 {
    padding-top: 10px;
  }
  .products-list-box .product-box:nth-child(1) .pic3 img {
    width: 141px;
  }
}
.products-list-box .product-box:nth-child(1) .pic4 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-right: 10%;
}
@media (max-width : 767px) {
  .products-list-box .product-box:nth-child(1) .pic4 img {
    width: 95px;
  }
}
@media (max-width : 767px) {
  .products-list-box .product-box:nth-child(2) .product-pic {
    width: 100%;
    padding: 0;
  }
}
.products-list-box .product-box:nth-child(2) .pic1 {
  padding-left: 10%;
  margin-bottom: 20px;
}
@media (max-width : 767px) {
  .products-list-box .product-box:nth-child(2) .pic1 {
    padding-right: 0;
    margin-left: auto;
  }
  .products-list-box .product-box:nth-child(2) .pic1 img {
    width: 200px;
  }
}
.products-list-box .product-box:nth-child(2) .pic2 {
  position: absolute;
  top: 100%;
  margin-top: -50px;
  left: 80%;
  margin-left: 10px;
}
@media (max-width : 767px) {
  .products-list-box .product-box:nth-child(2) .pic2 {
    margin-top: -30px;
  }
}
.products-list-box .product-box:nth-child(3) .product-pic {
  margin-bottom: -10px;
}
@media (max-width : 767px) {
  .products-list-box .product-box:nth-child(3) .product-pic {
    margin: 0;
    width: 100%;
    top: -60px;
    right: -20px;
  }
}
.products-list-box .product-box:nth-child(3) .pic1 {
  width: 100%;
  padding-left: 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width : 767px) {
  .products-list-box .product-box:nth-child(3) .pic1 {
    padding-right: 0;
    margin-left: auto;
  }
  .products-list-box .product-box:nth-child(3) .pic1 img {
    width: 250px;
  }
}
.products-list-box .product-box:nth-child(3) .pic2 {
  position: absolute;
  top: 0;
  left: 85%;
  margin-left: 10px;
}
.products-list-box .product-box:nth-child(3) .pic3 {
  position: absolute;
  bottom: 0;
  left: 70%;
}
.products-list-box .product-box:nth-child(4) .product-pic {
  margin-bottom: -10px;
}
@media (max-width : 767px) {
  .products-list-box .product-box:nth-child(4) .product-pic {
    width: 100%;
    top: -40px;
  }
}
.products-list-box .product-box:nth-child(4) .pic1 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 3;
}
@media (max-width : 767px) {
  .products-list-box .product-box:nth-child(4) .pic1 img {
    width: 143px;
  }
}
.products-list-box .product-box:nth-child(4) .pic2 {
  position: absolute;
  top: 10%;
  left: 20%;
  margin-left: 10px;
}
.products-list-box .product-box:nth-child(4) .pic3 {
  position: absolute;
  bottom: 0;
  left: 70%;
}
.products-list-box .product-box .product-desc {
  position: relative;
}
.products-list-box .product-box .product-desc .product-icon {
  border-radius: 50%;
  width: 150px;
  height: 150px;
  z-index: 6;
  position: absolute;
  bottom: 100%;
  margin-bottom: -40px;
  left: -50px;
  border-top: 1px solid rgba(255, 255, 255, 0.21);
  border-right: 1px solid rgba(255, 255, 255, 0.21);
  border-left: 1px solid rgba(255, 255, 255, 0.21);
  border-bottom: 1px solid rgba(158, 158, 158, 0.33);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: rgba(40, 133, 240, 0.3);
}
@media (max-width : 767px) {
  .products-list-box .product-box .product-desc .product-icon {
    width: 80px;
    height: 80px;
    left: 0;
    position: static;
    margin-bottom: 5px;
    background: #469DFF;
  }
}
.products-list-box .product-box .product-desc .product-icon:before {
  content: "";
  display: block;
  clear: both;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 50%;
}
@supports ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
  .products-list-box .product-box .product-desc .product-icon:before {
    -webkit-backdrop-filter: blur(3px);
            backdrop-filter: blur(3px);
  }
}
@media (max-width : 767px) {
  .products-list-box .product-box .product-desc .product-icon:before {
    display: none;
  }
}
.products-list-box .product-box .product-desc .product-icon img {
  width: 60px;
  -webkit-filter: invert(1);
          filter: invert(1);
}
@media (max-width : 767px) {
  .products-list-box .product-box .product-desc .product-icon img {
    width: 40px;
  }
}
.products-list-box .product-box .product-desc .circle-link {
  position: absolute;
  top: 50%;
  width: 56px;
  height: 56px;
  right: 0;
  background: #ffffff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .products-list-box .product-box .product-desc .circle-link {
    display: none;
  }
}
.products-list-box .product-box .product-desc .circle-link i {
  display: block;
  position: relative;
  width: 50%;
  height: 1px;
  background: #155ACE;
}
.products-list-box .product-box .product-desc .circle-link i:after {
  content: "";
  display: block;
  clear: both;
  display: inline-block;
  border: solid #155ACE;
  border-width: 0 1px 1px 0;
  padding: 4px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: 0;
  margin-top: -4px;
  right: 2px;
}
.products-list-box .product-box .product-desc a {
  display: inline-block;
  position: relative;
  z-index: 3;
}
@media (max-width : 767px) {
  .products-list-box .product-box .product-desc a {
    -webkit-transform: none !important;
            transform: none !important;
  }
}
.products-list-box .product-box .product-desc a:hover h3 {
  color: #b2d6ff;
}
.products-list-box .product-box .product-desc a:hover + .desc-holder hr:before {
  width: 100%;
}
.products-list-box .product-box .product-desc h3 {
  font-size: 11vw;
  line-height: 8.7vw;
  color: #fff;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width:1771.2px) {
  .products-list-box .product-box .product-desc h3 {
    font-size: 190px;
    line-height: 147px;
  }
}
@media (max-width : 767px) {
  .products-list-box .product-box .product-desc h3 {
    font-size: 21vw;
    line-height: 19vw;
  }
}
.products-list-box .product-box .desc-holder {
  padding-left: 11%;
  position: relative;
  padding-top: 40px;
}
@media (max-width : 767px) {
  .products-list-box .product-box .desc-holder {
    padding-top: 20px;
    padding-left: 8%;
  }
}
.products-list-box .product-box .desc-holder .subtitle {
  display: block;
  font-size: 13px;
  font-weight: 300;
}
@media (max-width : 767px) {
  .products-list-box .product-box .desc-holder .subtitle {
    font-size: 15px;
  }
}
.products-list-box .product-box hr {
  border-color: #8BB0EA;
  margin-bottom: 35px;
  position: relative;
  display: block;
  overflow: visible;
}
.products-list-box .product-box hr:before {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  left: 0;
  top: -1px;
  height: 2px;
  background: #ffffff;
  width: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width : 767px) {
  .products-list-box .product-box hr {
    margin-bottom: 20px;
    margin-top: 5px;
  }
}
.products-list-box .serv-items-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}
@media (max-width : 767px) {
  .products-list-box .serv-items-box {
    display: block;
  }
}
.products-list-box .serv-items-box .list-col {
  width: 50%;
}
@media (max-width : 767px) {
  .products-list-box .serv-items-box .list-col {
    width: 100%;
    padding-right: 65px;
  }
}
.products-list-box .serv-items-box .list-col:last-child {
  padding-left: 20px;
}
@media (max-width : 767px) {
  .products-list-box .serv-items-box .list-col:last-child {
    padding-left: 0;
  }
}
.products-list-box .serv-items-box .list-col ul li {
  font-size: 22px;
  line-height: 20px;
  font-weight: normal;
  display: block;
  padding-bottom: 13px;
}
@media (max-width : 767px) {
  .products-list-box .serv-items-box .list-col ul li {
    font-size: 18px;
    padding-bottom: 5px;
  }
}
.products-list-box .serv-items-box .list-col ul li em {
  display: block;
  font-size: 13px;
  color: #7093dc;
}
.products-list-box .arrow {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  background: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.products-list-box .arrow img {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 30px;
  -webkit-filter: invert(15%) sepia(94%) saturate(1915%) hue-rotate(204deg) brightness(99%) contrast(106%);
          filter: invert(15%) sepia(94%) saturate(1915%) hue-rotate(204deg) brightness(99%) contrast(106%);
}

.services-short-tizer {
  background: #ffffff;
  position: relative;
  z-index: 3;
  padding: 100px 0 70px;
}
@media (max-width : 767px) {
  .services-short-tizer {
    padding: 40px 0 45px;
    background: linear-gradient(to bottom, #fff 0%, #EEF2F9 300px, #EEF2F9 90%, #fff 100%);
  }
}
.services-short-tizer .shadow-bg {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width : 767px) {
  .services-short-tizer .shadow-bg {
    display: none;
  }
}
.services-short-tizer .container {
  position: relative;
  z-index: 3;
}
.services-short-tizer .heading-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-bottom: 1px solid #699CD5;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
@media (max-width : 767px) {
  .services-short-tizer .heading-box {
    display: block;
    border: none;
    padding-bottom: 0;
  }
}
.services-short-tizer .heading-box .subtitle {
  display: block;
  font-size: 17px;
  color: #939ca9;
  width: 50%;
}
@media (max-width : 767px) {
  .services-short-tizer .heading-box .subtitle {
    width: 100%;
    border-bottom: 1px solid #E1E3E5;
    margin-bottom: 30px;
  }
}
.services-short-tizer .heading-box .right-title {
  width: 50%;
  display: block;
  font-size: 28px;
  color: #013a8b;
  line-height: 29px;
}
@media (max-width : 767px) {
  .services-short-tizer .heading-box .right-title {
    width: 100%;
    text-align: center;
    font-size: 24px;
    line-height: 24px;
  }
}
@media (max-width : 767px) {
  .services-short-tizer .heading-titles-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .services-short-tizer .heading-titles-box .heading-box {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.services-short-tizer .heading-bottombox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 70px;
}
@media (max-width : 767px) {
  .services-short-tizer .heading-bottombox {
    margin-bottom: 10px;
  }
}
.services-short-tizer .heading-bottombox h2 {
  font-size: 12vw;
  line-height: 9vw;
  font-weight: 500;
  color: #013a8b;
}
@media (min-width:1771.2px) {
  .services-short-tizer .heading-bottombox h2 {
    font-size: 200px;
    line-height: 150px;
  }
}
@media (max-width : 767px) {
  .services-short-tizer .heading-bottombox h2 {
    font-size: 21vw;
    line-height: 19vw;
  }
}
@media (max-width : 767px) {
  .services-short-tizer .heading-bottombox .right-col {
    display: none;
  }
}
.services-short-tizer .heading-bottombox .arrowed-btn {
  color: #013a8b;
}
.services-short-tizer .heading-bottombox .arrowed-btn:hover i {
  background: #2156A3;
  border-color: #2156A3;
}
.services-short-tizer .heading-bottombox .arrowed-btn:hover i svg .arrow-long-cls-3,
.services-short-tizer .heading-bottombox .arrowed-btn:hover i svg .arrow-long-cls-4 {
  fill: #fff;
  stroke: #fff;
}
.services-short-tizer .heading-bottombox .arrowed-btn i {
  background: #F1F3F4;
}
.services-short-tizer .heading-bottombox .arrowed-btn i svg .arrow-long-cls-3,
.services-short-tizer .heading-bottombox .arrowed-btn i svg .arrow-long-cls-4 {
  fill: #2156A3;
  stroke: #2156A3;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.services-short-tizer .bottom-title {
  font-size: 17px;
  color: #939ca9;
  display: block;
}
@media (max-width : 767px) {
  .services-short-tizer .bottom-title {
    display: none;
  }
}
.services-short-tizer .xs-learnmore-box {
  display: none;
}
@media (max-width : 767px) {
  .services-short-tizer .xs-learnmore-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.services-short-tizer .xs-learnmore-box .arrowed-btn {
  color: #013a8b;
  font-size: 17px;
}
.services-short-tizer .xs-learnmore-box .arrowed-btn i {
  background: #fff;
}
.services-short-tizer .xs-learnmore-box .arrowed-btn i svg .arrow-long-cls-3,
.services-short-tizer .xs-learnmore-box .arrowed-btn i svg .arrow-long-cls-4 {
  fill: #2156A3;
  stroke: #2156A3;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.services-short-tizer .services-main-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 50px;
}
@media (max-width : 767px) {
  .services-short-tizer .services-main-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.services-short-tizer .services-main-list .item {
  position: relative;
  height: 240px;
  padding: 25px 0 0 30px;
}
@media (max-width : 767px) {
  .services-short-tizer .services-main-list .item {
    width: 45%;
    background: #fff;
    -webkit-box-shadow: 0 10px 50px rgba(222, 227, 239, 0.46);
            box-shadow: 0 10px 50px rgba(222, 227, 239, 0.46);
    border-radius: 15px;
    padding: 20px 10px 20px 20px;
    height: auto;
    min-height: 180px;
  }
}
.services-short-tizer .services-main-list .item:nth-child(even) {
  margin-top: 150px;
}
@media (max-width : 767px) {
  .services-short-tizer .services-main-list .item:nth-child(even) {
    margin-top: 60px;
  }
}
.services-short-tizer .services-main-list .item:before {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  width: 80%;
  background: #ffffff;
  top: 0;
  left: 0;
  bottom: 0;
  border-radius: 15px;
  -webkit-box-shadow: 0 10px 50px rgba(222, 227, 239, 0.46);
          box-shadow: 0 10px 50px rgba(222, 227, 239, 0.46);
  border-right: 1px solid rgba(222, 227, 239, 0.66);
  border-bottom: 1px solid rgba(222, 227, 239, 0.66);
  max-width: 200px;
}
@media (max-width : 767px) {
  .services-short-tizer .services-main-list .item:before {
    display: none;
  }
}
.services-short-tizer .services-main-list .item .icon {
  position: relative;
  z-index: 3;
  margin-bottom: 30px;
}
@media (max-width : 767px) {
  .services-short-tizer .services-main-list .item .icon {
    margin-bottom: 10px;
  }
}
@media (max-width : 767px) {
  .services-short-tizer .services-main-list .item .icon img {
    max-width: 42px;
  }
}
.services-short-tizer .services-main-list .item .desc-box {
  position: relative;
  z-index: 3;
  padding-left: 45px;
  max-width: 280px;
}
@media (min-width:992px) and (max-width:1199px) {
  .services-short-tizer .services-main-list .item .desc-box {
    padding-left: 0;
  }
}
@media (max-width : 767px) {
  .services-short-tizer .services-main-list .item .desc-box {
    padding-left: 0;
  }
}
.services-short-tizer .services-main-list .item .name {
  display: block;
  font-weight: 500;
  font-size: 2vw;
  line-height: 2vw;
  margin-bottom: 10px;
}
@media (min-width:1771.2px) {
  .services-short-tizer .services-main-list .item .name {
    font-size: 33px;
    line-height: 33px;
  }
}
@media (max-width : 767px) {
  .services-short-tizer .services-main-list .item .name {
    font-size: 23px;
    line-height: 23px;
  }
}
.services-short-tizer .services-main-list .item .subname {
  font-size: 15px;
  color: #939ca9;
}
@media (max-width : 767px) {
  .services-short-tizer .services-main-list .item .subname {
    font-size: 11px;
  }
}

.projects-carousel-block {
  position: relative;
  color: #fff;
  overflow: hidden;
}
.projects-carousel-block .sectbg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.projects-carousel-block .sectbg:before {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  top: -80%;
  left: -50%;
  width: 150%;
  height: 180%;
  background: radial-gradient(#1C72D7 0, #1C72D6 260px, #609DE2 800px, #C0D8F4 100%);
}
.projects-carousel-block .block-titles {
  position: absolute;
  top: 10vh;
  left: 0;
  width: 100%;
  z-index: 15;
}
@media (max-width : 767px) {
  .projects-carousel-block .block-titles {
    top: 5vh;
  }
}
.projects-carousel-block .sect-heading {
  margin-bottom: 40px;
}
@media (max-width : 767px) {
  .projects-carousel-block .sect-heading {
    margin-bottom: 20px;
  }
}
.projects-carousel-block .sect-heading span {
  display: block;
  font-size: 17px;
  color: #fff;
  margin-bottom: 25px;
}
@media (max-width : 767px) {
  .projects-carousel-block .sect-heading span {
    margin-bottom: 15px;
  }
}
.projects-carousel-block .sect-heading .line {
  display: block;
  position: relative;
  height: 1px;
  width: 100%;
  background: rgba(255, 255, 255, 0.3);
  margin: 20px 0;
}
.projects-carousel-block .sect-heading .line .filled-line {
  position: absolute;
  left: 0;
  top: -1px;
  height: 3px;
  background: #fff;
  width: 0;
}
.projects-carousel-block .sect-title {
  display: block;
  font-size: 4vw;
  line-height: 4vw;
  width: 60%;
}
@media (min-width:1771.2px) {
  .projects-carousel-block .sect-title {
    font-size: 70px;
    line-height: 71px;
  }
}
@media (max-width : 767px) {
  .projects-carousel-block .sect-title {
    width: 100%;
    font-size: 9vw;
    line-height: 10vw;
  }
}
.projects-carousel-block .backgrounds-box {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.projects-carousel-block .backgrounds-box .swiper-slide .slide-holder {
  width: 100%;
  height: 100%;
}
.projects-carousel-block .backgrounds-box .swiper-slide .slide-holder video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  opacity: 0;
}
@media (max-width : 767px) {
  .projects-carousel-block .backgrounds-box .swiper-slide .slide-holder video {
    margin-left: -300px;
    width: 800px;
    min-width: 800px;
  }
}
.projects-carousel-block .backgrounds-box .swiper-slide .slide-holder video.activedVideo {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.projects-carousel-block .nav-buttons {
  position: absolute;
  left: 0;
  width: 100%;
  top: 120px;
  padding-top: 10vh;
}
@media (max-width : 767px) {
  .projects-carousel-block .nav-buttons {
    padding-top: 0;
    top: 5vh;
    margin-top: -10px;
  }
}
.projects-carousel-block .nav-buttons .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.projects-carousel-block .button-next {
  position: relative;
  width: 40px;
  height: 2px;
  background: rgba(255, 255, 255, 0.56);
  z-index: 16;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width : 767px) {
  .projects-carousel-block .button-next {
    height: 40px;
    background: none;
    border-radius: 50%;
  }
}
@media (min-width: 768px) {
  .projects-carousel-block .button-next:hover {
    background: #fff;
  }
}
.projects-carousel-block .button-next:hover i:after {
  border-color: #fff;
}
@media (max-width : 767px) {
  .projects-carousel-block .button-next:hover i:before {
    background: #fff;
  }
}
.projects-carousel-block .button-next i {
  position: relative;
  display: block;
  width: 40px;
}
.projects-carousel-block .button-next i:after {
  content: "";
  display: block;
  clear: both;
  display: inline-block;
  border: solid rgba(255, 255, 255, 0.56);
  border-width: 0 2px 2px 0;
  padding: 11px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  vertical-align: top;
  position: absolute;
  top: 50%;
  right: 3px;
  margin-top: -12px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width : 767px) {
  .projects-carousel-block .button-next i:after {
    padding: 4px;
    right: 10px;
    margin-top: -4px;
  }
}
.projects-carousel-block .button-next i:before {
  content: "";
  display: block;
  clear: both;
  height: 2px;
  background: #0942BA;
  position: absolute;
  left: 10px;
  width: 20px;
}
@media (max-width : 767px) {
  .projects-carousel-block .button-next i:before {
    background: rgba(255, 255, 255, 0.56);
  }
}
@media (min-width: 768px) {
  .projects-carousel-block .button-next i:before {
    display: none;
  }
}
.projects-carousel-block .button-prev {
  position: relative;
  width: 40px;
  height: 2px;
  margin-right: 20px;
  background: rgba(255, 255, 255, 0.56);
  z-index: 16;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width : 767px) {
  .projects-carousel-block .button-prev {
    height: 40px;
    background: none;
    border-radius: 50%;
    margin-right: 10px;
  }
}
.projects-carousel-block .button-prev i {
  width: 40px;
  display: block;
  position: relative;
}
.projects-carousel-block .button-prev i:after {
  content: "";
  display: block;
  clear: both;
  display: inline-block;
  border: solid rgba(255, 255, 255, 0.56);
  border-width: 0 2px 2px 0;
  padding: 11px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  vertical-align: top;
  position: absolute;
  top: 50%;
  left: 3px;
  margin-top: -12px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width : 767px) {
  .projects-carousel-block .button-prev i:after {
    padding: 4px;
    margin-top: -4px;
    left: 11px;
  }
}
.projects-carousel-block .button-prev i:before {
  content: "";
  display: block;
  clear: both;
  height: 2px;
  background: #0942BA;
  position: absolute;
  left: 10px;
  width: 20px;
}
@media (max-width : 767px) {
  .projects-carousel-block .button-prev i:before {
    background: rgba(255, 255, 255, 0.56);
  }
}
@media (min-width: 768px) {
  .projects-carousel-block .button-prev i:before {
    display: none;
  }
}
@media (min-width: 768px) {
  .projects-carousel-block .button-prev:hover {
    background: #fff;
  }
}
.projects-carousel-block .button-prev:hover i:after {
  border-color: #fff;
}
@media (max-width : 767px) {
  .projects-carousel-block .button-prev:hover i:before {
    background: #fff;
  }
}
.projects-carousel-block .top-index-slider {
  cursor: -webkit-grab;
  cursor: grab;
  position: relative;
  padding-top: 10vh;
  padding-bottom: 130px;
}
@media (max-width : 767px) {
  .projects-carousel-block .top-index-slider {
    margin-top: 0;
    padding-bottom: 6vh;
  }
}
.projects-carousel-block .top-index-slider .text-slider {
  position: relative;
  z-index: 15;
}
.projects-carousel-block .top-index-slider .text-slider .swiper-slide {
  width: 87vw;
  height: 600px;
  position: relative;
  padding-top: 250px;
}
@media (max-width : 767px) {
  .projects-carousel-block .top-index-slider .text-slider .swiper-slide {
    width: 100%;
    height: 450px;
  }
}
.projects-carousel-block .top-index-slider .text-slider .swiper-container {
  padding-bottom: 100px;
}
@media (max-width : 767px) {
  .projects-carousel-block .top-index-slider .text-slider .swiper-container {
    padding-bottom: 50px;
  }
}
.projects-carousel-block .top-index-slider .swiper-container {
  width: 100%;
  height: 100%;
}
.projects-carousel-block .top-index-slider .swiper-container .swiper-button-next,
.projects-carousel-block .top-index-slider .swiper-container .swiper-button-prev {
  width: 50px;
  margin: -45px 0 0 0;
  padding: 0;
}
.projects-carousel-block .top-index-slider .swiper-container .swiper-button-next {
  right: 30px;
}
.projects-carousel-block .top-index-slider .swiper-container div.swiper-pagination.swiper-pagination-bullets {
  bottom: 0;
  left: 50%;
  width: 200px;
  margin-left: -100px;
}
.projects-carousel-block .top-index-slider .swiper-container div.swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.56);
  position: relative;
  margin: 0 10px;
  text-align: center;
  width: 3px;
  height: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 0;
}
.projects-carousel-block .top-index-slider .swiper-container div.swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet:hover {
  background: #fff;
}
.projects-carousel-block .top-index-slider .swiper-container div.swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: #fff;
}
.projects-carousel-block .top-index-slider .slide-left {
  padding-right: 60px;
  width: 55%;
  padding-top: 10vh;
}
@media (max-width : 767px) {
  .projects-carousel-block .top-index-slider .slide-left {
    width: 100%;
    padding-top: 0px;
    padding-right: 0;
  }
}
.projects-carousel-block .top-index-slider .text-box {
  color: #fff;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 10;
}
@media (max-width : 767px) {
  .projects-carousel-block .top-index-slider .text-box {
    padding-left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.projects-carousel-block .top-index-slider .text-box .title-holder {
  position: relative;
}
.projects-carousel-block .top-index-slider .circle {
  border-radius: 50%;
  background: #0942BA;
  width: 200px;
  left: 0;
  position: absolute;
}
@media (max-width : 767px) {
  .projects-carousel-block .top-index-slider .circle {
    width: 90px;
  }
}
.projects-carousel-block .top-index-slider .circle:before {
  content: "";
  display: block;
  clear: both;
  padding-top: 100%;
}
.projects-carousel-block .top-index-slider .subtitle {
  display: block;
  color: #fff;
  font-size: 27px;
  line-height: 27px;
  padding-left: 5px;
  margin-top: 10px;
  font-weight: normal;
}
@media (max-width : 767px) {
  .projects-carousel-block .top-index-slider .subtitle {
    padding-left: 0;
  }
}
.projects-carousel-block .top-index-slider .title-box {
  position: relative;
  font-size: 8vw;
  line-height: 9vw;
  font-weight: 500;
  margin-bottom: 40px;
  padding-left: 15%;
  z-index: 3;
}
@media (min-width:992px) and (max-width:1199px) {
  .projects-carousel-block .top-index-slider .title-box {
    font-size: 145px;
    line-height: 134px;
  }
}
@media (min-width:1771.2px) {
  .projects-carousel-block .top-index-slider .title-box {
    font-size: 128px;
    line-height: 130px;
  }
}
@media (max-width : 767px) {
  .projects-carousel-block .top-index-slider .title-box {
    font-size: 14vw;
    line-height: 14vw;
    margin-bottom: 10px;
    padding-left: 50px;
  }
}
.projects-carousel-block .top-index-slider .title-box .title-holder {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-block;
  position: relative;
}
.projects-carousel-block .top-index-slider .title-box .title-holder i {
  font-style: normal;
  font-weight: 100;
}
.projects-carousel-block .top-index-slider .title-box .filled-title {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
}
.projects-carousel-block .top-index-slider .title-box .title {
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #0942BA;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  display: inline;
}
@media (max-width : 767px) {
  .projects-carousel-block .top-index-slider .title-box .title i {
    display: block;
  }
}
.projects-carousel-block .top-index-slider .subtitle-box {
  padding-left: 20%;
  position: relative;
  z-index: 3;
  width: 80%;
}
@media (max-width : 767px) {
  .projects-carousel-block .top-index-slider .subtitle-box {
    padding-left: 50px;
    width: 90%;
  }
}
.projects-carousel-block .top-index-slider .subtitle-box .line {
  background: rgba(255, 255, 255, 0.3);
  height: 1px;
  width: 100%;
  margin-bottom: 10px;
}
.projects-carousel-block .top-index-slider .subtitle-box .small-title {
  display: block;
  font-size: 16px;
}
.projects-carousel-block .slide-right {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width : 767px) {
  .projects-carousel-block .slide-right {
    width: 80%;
    margin: 0 auto;
  }
}

.news-tizer-block {
  background: #ffffff;
  position: relative;
  z-index: 3;
  color: #013a8b;
  padding: 115px 0 70px;
}
@media (max-width : 767px) {
  .news-tizer-block {
    padding: 55px 0 40px;
  }
}
.news-tizer-block .discover-more-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 50px;
}
@media (max-width : 767px) {
  .news-tizer-block .discover-more-wrap {
    padding-top: 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.news-tizer-block .discover-more-wrap .arrowed-btn {
  color: #013a8b;
}
.news-tizer-block .discover-more-wrap .arrowed-btn:hover i {
  background: #2156A3;
  border-color: #2156A3;
}
.news-tizer-block .discover-more-wrap .arrowed-btn:hover i svg .arrow-long-cls-3,
.news-tizer-block .discover-more-wrap .arrowed-btn:hover i svg .arrow-long-cls-4 {
  fill: #fff;
  stroke: #fff;
}
.news-tizer-block .discover-more-wrap .arrowed-btn i {
  background: #F1F3F4;
  border-color: #ACC9E8;
  width: 35px;
  height: 35px;
}
.news-tizer-block .discover-more-wrap .arrowed-btn i svg {
  width: 25px;
}
.news-tizer-block .discover-more-wrap .arrowed-btn i svg .arrow-long-cls-3,
.news-tizer-block .discover-more-wrap .arrowed-btn i svg .arrow-long-cls-4 {
  fill: #2156A3;
  stroke: #2156A3;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width : 767px) {
  .news-tizer-block .discover-more-wrap .arrowed-btn {
    color: #013a8b;
    font-size: 17px;
  }
  .news-tizer-block .discover-more-wrap .arrowed-btn i {
    border-color: #BEBFBF;
    width: 30px;
    height: 30px;
  }
  .news-tizer-block .discover-more-wrap .arrowed-btn i img {
    width: 22px;
  }
}
.news-tizer-block .block-title {
  font-weight: 500;
  font-size: 5vw;
  line-height: 5vw;
  display: block;
  margin-bottom: 90px;
}
@media (min-width:1771.2px) {
  .news-tizer-block .block-title {
    font-size: 80px;
    line-height: 70px;
  }
}
@media (max-width : 767px) {
  .news-tizer-block .block-title {
    font-size: 13vw;
    line-height: 13vw;
    border-bottom: 1px solid #BBCAE0;
    padding-bottom: 10px;
    margin-bottom: 30px;
  }
}
.news-tizer-block .news-tizer-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.news-tizer-block .news-tizer-list .item {
  border-top: 1px solid #013a8b;
  padding-top: 30px;
  width: 30%;
  max-width: 450px;
}
@media (max-width : 767px) {
  .news-tizer-block .news-tizer-list .item {
    display: none;
    padding-top: 0;
  }
  .news-tizer-block .news-tizer-list .item:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: none;
    border: none;
  }
}
.news-tizer-block .news-tizer-list .item a {
  color: #013a8b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  position: relative;
  height: 100%;
}
.news-tizer-block .news-tizer-list .item a:hover span {
  color: #3271F2;
}
.news-tizer-block .news-tizer-list .item a:hover i img {
  -webkit-filter: invert(44%) sepia(40%) saturate(6715%) hue-rotate(209deg) brightness(94%) contrast(94%);
          filter: invert(44%) sepia(40%) saturate(6715%) hue-rotate(209deg) brightness(94%) contrast(94%);
}
.news-tizer-block .news-tizer-list .item a span {
  display: block;
  font-size: 1.8vw;
  line-height: 1.8vw;
  font-weight: 500;
  margin-bottom: 25px;
  padding-right: 40px;
}
@media (min-width:1771.2px) {
  .news-tizer-block .news-tizer-list .item a span {
    font-size: 32px;
    line-height: 32px;
  }
}
@media (max-width : 767px) {
  .news-tizer-block .news-tizer-list .item a span {
    font-size: 7vw;
    line-height: 7vw;
    color: #7b8fa7;
    font-weight: normal;
  }
}
.news-tizer-block .news-tizer-list .item a i {
  display: block;
  position: absolute;
  right: 0;
  top: 8px;
}
.news-tizer-block .news-tizer-list .item a i img {
  -webkit-filter: invert(81%) sepia(18%) saturate(289%) hue-rotate(198deg) brightness(91%) contrast(81%);
          filter: invert(81%) sepia(18%) saturate(289%) hue-rotate(198deg) brightness(91%) contrast(81%);
  width: 25px;
}
.news-tizer-block .news-tizer-list .item a em {
  font-style: normal;
  margin-top: auto;
}
.news-tizer-block .news-tizer-list .item a .post-thumb {
  width: 100%;
  margin-bottom: 20px;
  display: block;
}
.news-tizer-block .news-tizer-list .item a time {
  display: block;
  font-size: 14px;
  font-weight: 500;
}
@media (max-width : 767px) {
  .news-tizer-block .news-tizer-list .item a time {
    color: #bdbebf;
  }
}

.last-section-block {
  background: #0A3FB1;
  height: 100vh;
  color: #fff;
  position: relative;
  overflow: hidden;
  max-height: 1000px;
}
.last-section-block._mod-short {
  background: -webkit-gradient(linear, left top, right top, from(#1C73D7), to(#0942BA));
  background: linear-gradient(to right, #1C73D7 0%, #0942BA 100%);
  height: auto;
}
.last-section-block._mod-short .sectbg {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
}
@media (max-width : 767px) {
  .last-section-block._mod-short .sectbg {
    width: 750px;
    left: 50%;
    margin-left: -375px;
  }
}
.last-section-block._mod-short .block-holder {
  padding: 50px 0 210px;
}
@media (max-width : 767px) {
  .last-section-block._mod-short .block-holder {
    padding-bottom: 150px;
  }
}
.last-section-block._mod-short .block-holder:before {
  display: none;
}
.last-section-block._mod-short .left-col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.last-section-block._mod-short .block-title {
  font-size: 6vw;
}
.last-section-block._mod-short .block-title br {
  display: none !important;
}
.last-section-block._mod-short .site-footer:before {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  left: 25%;
  top: -10%;
  border-radius: 50%;
  width: 50vw;
  height: 50vw;
  z-index: 3;
  background: rgba(75, 167, 236, 0.4);
  -webkit-box-shadow: 0 0 210px rgba(75, 167, 236, 0.9);
          box-shadow: 0 0 210px rgba(75, 167, 236, 0.9);
}
@media (max-width : 767px) {
  .last-section-block._mod-short .site-footer:before {
    display: none;
  }
}
.last-section-block._mod-short .site-footer .footer-holder {
  background: #0E4ABD;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width : 767px) {
  .last-section-block._mod-short .site-footer .footer-holder {
    background: rgba(14, 74, 189, 0.4);
  }
}
.last-section-block .block-holder {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 140px 0 300px;
}
@media (max-width : 767px) {
  .last-section-block .block-holder {
    padding: 40px 0 0;
  }
}
.last-section-block .block-holder:before {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  left: -23%;
  top: -25%;
  border-radius: 50%;
  width: 80%;
  height: 80vw;
  z-index: 3;
  background: radial-gradient(rgba(75, 167, 236, 0.6) 0%, transparent 50%);
}
@media (max-width : 767px) {
  .last-section-block .block-holder:before {
    display: none;
  }
}
.last-section-block .container {
  position: relative;
  z-index: 3;
}
.last-section-block .block-lined-text {
  display: block;
  color: rgba(255, 255, 255, 0.5);
  padding-bottom: 10px;
  font-size: 16px;
}
.last-section-block .frames {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.last-section-block .frames .frames-holder {
  position: relative;
  height: 640px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width : 767px) {
  .last-section-block .frames .frames-holder {
    height: auto;
  }
}
.last-section-block .frames canvas {
  display: block;
  width: auto !important;
  height: 100% !important;
  max-height: 100%;
}
@media (max-width : 767px) {
  .last-section-block .frames canvas {
    height: auto !important;
    width: 100% !important;
  }
}
.last-section-block .frames video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.last-section-block hr {
  border-color: rgba(255, 255, 255, 0.2);
  margin: 0 0 45px;
}
.last-section-block .block-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width : 767px) {
  .last-section-block .block-row {
    display: block;
  }
  .last-section-block .block-row .right-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 20px;
  }
}
.last-section-block .block-title {
  font-size: 7vw;
  line-height: 6vw;
  font-weight: 500;
  display: block;
  margin-bottom: 30px;
}
@media (min-width:1771.2px) {
  .last-section-block .block-title {
    font-size: 110px;
    line-height: 104px;
  }
}
@media (max-width : 767px) {
  .last-section-block .block-title {
    font-size: 11vw;
    line-height: 10vw;
    margin-bottom: 5px;
  }
}
.last-section-block .block-subtitle {
  display: block;
  font-size: 30px;
}
@media (max-width : 767px) {
  .last-section-block .block-subtitle {
    font-size: 18px;
    color: #82a4eb;
  }
}
.last-section-block .arrowed-btn {
  font-size: 46px;
}
@media (max-width : 767px) {
  .last-section-block .arrowed-btn {
    font-size: 24px;
  }
}

.site-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  z-index: 5;
}
.site-footer .footer-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 50px 3vw;
  position: relative;
  background: rgba(59, 147, 215, 0.11);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  border-radius: 30px 30px 0 0;
  margin-left: -3vw;
  margin-right: -3vw;
}
@media (min-width:768px) and (max-width:991px) {
  .site-footer .footer-holder {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width : 767px) {
  .site-footer .footer-holder {
    display: block;
    padding: 20px 6vw;
    margin: 0;
    border-radius: 15px 15px 0 0;
  }
}
.site-footer .logo-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width:992px) and (max-width:1199px) {
  .site-footer .logo-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (max-width : 767px) {
  .site-footer .logo-col {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.site-footer .logo-col .logo {
  display: block;
  font-size: 38px;
  line-height: 40px;
  font-weight: 500;
}
@media (max-width : 767px) {
  .site-footer .logo-col .logo {
    font-size: 32px;
  }
}
.site-footer .logo-col .slogan {
  display: block;
  font-size: 13px;
  line-height: 11px;
  color: #5a9be7;
  margin-top: 10px;
  margin-left: 20px;
}
@media (min-width:992px) and (max-width:1199px) {
  .site-footer .logo-col .slogan {
    margin-left: 0;
  }
}
@media (max-width : 767px) {
  .site-footer .logo-col .slogan {
    margin-left: 10px;
  }
}
@media (max-width : 767px) {
  .site-footer .container {
    padding: 0;
  }
}
.site-footer .footer-nav {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 800px;
  padding: 0 5vw;
}
@media (min-width:768px) and (max-width:991px) {
  .site-footer .footer-nav {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    padding: 30px 0 0;
    max-width: none;
  }
}
@media (max-width : 767px) {
  .site-footer .footer-nav {
    display: none;
  }
}
.site-footer .footer-nav a {
  display: block;
  position: relative;
  padding: 0 0 5px;
  font-size: 24px;
  font-weight: bold;
  white-space: nowrap;
}
.site-footer .footer-nav a:hover:before {
  width: 100%;
}
@media (min-width:992px) and (max-width:1199px) {
  .site-footer .footer-nav a {
    font-size: 21px;
  }
}
.site-footer .footer-nav a:after, .site-footer .footer-nav a:before {
  content: "";
  display: block;
  clear: both;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.site-footer .footer-nav a:before {
  background: #fff;
  width: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width : 767px) {
  .site-footer .adr-col {
    display: none;
  }
}
.site-footer .adr-col .adr {
  display: block;
  font-size: 17px;
  line-height: 22px;
}

.about-top-section {
  padding-top: 5vh;
  padding-bottom: 5vw;
  background: #0048D2;
  overflow: hidden;
  position: relative;
  height: 100vh;
  min-height: 800px;
  max-height: 1100px;
}
@media (max-width : 767px) {
  .about-top-section {
    min-height: 0;
    height: auto;
    padding-top: 130px;
  }
}
.about-top-section .sectbg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  padding-top: 5vh;
}
.about-top-section .sectbg .gradient {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.about-top-section .sectbg .gradient:before {
  content: "";
  display: block;
  clear: both;
  background: linear-gradient(310deg, #147DF5 0%, #147DF5 30%, rgba(20, 125, 245, 0) 70%);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.about-top-section .sectbg .gradient:after {
  content: "";
  display: block;
  clear: both;
  background: linear-gradient(130deg, #0C41B6 0%, rgba(12, 65, 182, 0.12) 60%);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.about-top-section .sectbg .coins {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 4;
}
.about-top-section .sectbg .coins div {
  position: absolute;
  left: 60%;
}
.about-top-section .sectbg .coins picture {
  display: block;
}
.about-top-section .sectbg .coins .coin1 {
  top: 10%;
  left: 60%;
}
@media (max-width : 767px) {
  .about-top-section .sectbg .coins .coin1 {
    width: 72px;
    left: 35%;
    top: 8%;
  }
}
.about-top-section .sectbg .coins .coin2 {
  top: 45%;
  left: 70%;
  margin-top: -100px;
}
@media (max-width : 767px) {
  .about-top-section .sectbg .coins .coin2 {
    width: 80px;
    left: auto;
    right: 6%;
    margin-top: 0;
    top: 100px;
  }
}
.about-top-section .sectbg .coins .coin3 {
  top: 70%;
  margin-top: -110px;
}
@media (max-width : 767px) {
  .about-top-section .sectbg .coins .coin3 {
    width: 132px;
    margin-top: 0;
    top: 270px;
  }
}
.about-top-section .sect-content {
  position: relative;
  padding: 8vh 0 5vh;
  height: 100%;
  color: #fff;
}
@media (max-width : 767px) {
  .about-top-section .sect-content {
    z-index: 5;
  }
}
.about-top-section .sect-content .container {
  position: relative;
  height: 100%;
}
.about-top-section .sect-heading {
  margin-bottom: 6vh;
}
@media (max-width : 767px) {
  .about-top-section .sect-heading {
    margin-bottom: 30px;
  }
}
.about-top-section hr {
  border-color: rgba(255, 255, 255, 0.5);
}
.about-top-section h1 {
  color: #ffffff;
  font-size: 11vw;
  line-height: 11vw;
  font-weight: 500;
  margin-left: -0.5vw;
}
@media (min-width:1771.2px) {
  .about-top-section h1 {
    font-size: 200px;
    line-height: 200px;
  }
}
@media (max-width : 767px) {
  .about-top-section h1 {
    font-size: 19vw;
    line-height: 19vw;
    margin-left: -1vw;
  }
}
.about-top-section .subtitle {
  display: block;
  font-size: 2.8vw;
  line-height: 2.8vw;
  font-weight: 500;
  padding-bottom: 25px;
}
@media (min-width:1771.2px) {
  .about-top-section .subtitle {
    font-size: 50px;
    line-height: 50px;
  }
}
@media (max-width : 767px) {
  .about-top-section .subtitle {
    font-size: 8vw;
    line-height: 8vw;
  }
}
.about-top-section .content-wrapper {
  padding: 5% 0 0 6%;
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media (max-width : 767px) {
  .about-top-section .content-wrapper {
    padding-left: 0;
    height: auto;
  }
}
.about-top-section .scroll-down-wrapper {
  bottom: 0;
  min-height: 0;
  height: 310px;
}
.about-top-section .sect-text {
  width: 55%;
  padding-left: 8%;
  padding-bottom: 20px;
}
@media (max-width : 767px) {
  .about-top-section .sect-text {
    padding-left: 25px;
    width: 100%;
    padding-right: 20px;
  }
}
.about-top-section .sect-text p {
  font-size: 2.5vw;
  line-height: 2.8vw;
}
@media (min-width:1771.2px) {
  .about-top-section .sect-text p {
    font-size: 47px;
    line-height: 56px;
  }
}
@media (max-width : 767px) {
  .about-top-section .sect-text p {
    font-size: 7vw;
    line-height: 8vw;
  }
}
.about-top-section .sect-text p div {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: center center -40px;
  transform-origin: center center -40px;
}

.sectbox-flexability {
  background: #ffffff;
  padding: 190px 0 170px;
  position: relative;
  z-index: 3;
}
@media (max-width : 767px) {
  .sectbox-flexability {
    padding: 45px 0 30px;
  }
}
.sectbox-flexability .sect-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width : 767px) {
  .sectbox-flexability .sect-row {
    display: block;
  }
}
.sectbox-flexability .sect-row .col {
  width: 45%;
  padding-right: 5%;
}
@media (max-width : 767px) {
  .sectbox-flexability .sect-row .col {
    padding-right: 0;
    width: 100%;
  }
}
.sectbox-flexability .top-row {
  margin-bottom: 130px;
}
@media (max-width : 767px) {
  .sectbox-flexability .top-row {
    margin-bottom: 50px;
  }
  .sectbox-flexability .top-row .col:last-child {
    padding-left: 5%;
  }
}
.sectbox-flexability .lined-row {
  border-bottom: 1px solid #7C9ADA;
  padding-bottom: 25px;
  margin-bottom: 50px;
}
@media (max-width : 767px) {
  .sectbox-flexability .lined-row {
    padding-bottom: 10px;
    margin-bottom: 30px;
  }
}
.sectbox-flexability h2 {
  font-size: 6vw;
  line-height: 6vw;
  font-weight: 500;
}
@media (min-width:1771.2px) {
  .sectbox-flexability h2 {
    font-size: 100px;
    line-height: 98px;
  }
}
@media (max-width : 767px) {
  .sectbox-flexability h2 {
    font-size: 14vw;
    line-height: 14vw;
    margin-bottom: 30px;
  }
}
.sectbox-flexability p {
  font-size: 23px;
  line-height: 27px;
  color: #707992;
  margin: 0 0 20px;
}
@media (max-width : 767px) {
  .sectbox-flexability p {
    color: #a5a6ac;
    font-size: 22px;
    line-height: 27px;
    margin-bottom: 35px;
  }
  .sectbox-flexability p br {
    display: none !important;
  }
}
.sectbox-flexability p.size-l {
  font-size: 35px;
  line-height: 38px;
}
@media (max-width : 767px) {
  .sectbox-flexability p.size-l {
    font-size: 28px;
    line-height: 30px;
    color: #707992;
  }
}
.sectbox-flexability .lined-subtitle {
  display: block;
  font-size: 17px;
  color: #939ca9;
}
.sectbox-flexability .lined-title {
  display: block;
  font-size: 28px;
  color: #074399;
  font-weight: 500;
}
@media (max-width : 767px) {
  .sectbox-flexability .numbers-row {
    padding-left: 5%;
    padding-right: 5%;
  }
}
.sectbox-flexability .numbers-row p {
  font-size: 43px;
  line-height: 47px;
  font-weight: 500;
  color: #013a8b;
}
@media (max-width : 767px) {
  .sectbox-flexability .numbers-row p {
    font-size: 24px;
    line-height: 22px;
    font-weight: normal;
  }
}
.sectbox-flexability .number {
  display: block;
  font-size: 188px;
  line-height: 188px;
}
@media (max-width : 767px) {
  .sectbox-flexability .number {
    font-size: 88px;
    line-height: 88px;
    margin-bottom: 10px;
  }
}

.integration-sectbox {
  position: relative;
  width: 100%;
  padding: 110px 0 100px;
  color: #fff;
  overflow: hidden;
}
@media (max-width : 767px) {
  .integration-sectbox {
    padding-top: 55px;
    padding-bottom: 60px;
  }
}
.integration-sectbox .sect-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.integration-sectbox .sect-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.integration-sectbox .text-bg {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  top: 0;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width : 767px) {
  .integration-sectbox .text-bg {
    width: 116vw;
    position: relative;
    left: auto;
    height: auto;
    top: auto;
    margin-bottom: 30px;
    margin-left: -15vw;
  }
}
.integration-sectbox .text-bg span {
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(#0070F6), color-stop(50%, #0062EA), to(#004CD6));
  background: linear-gradient(to right, #0070F6 0%, #0062EA 50%, #004CD6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 18vw;
  line-height: 18vw;
  font-weight: 500;
}
@media (max-width : 767px) {
  .integration-sectbox .text-bg span {
    font-size: 24vw;
    line-height: 24vw;
  }
}
.integration-sectbox .sect-content {
  position: relative;
  z-index: 3;
}
.integration-sectbox .top-row-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-right: 5%;
}
@media (max-width : 767px) {
  .integration-sectbox .top-row-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-right: 0;
  }
}
.integration-sectbox .top-row-box .subtitle {
  display: block;
  font-size: 21px;
  color: #68a7f3;
  margin-bottom: 20px;
}
@media (max-width : 767px) {
  .integration-sectbox .top-row-box .subtitle {
    margin-bottom: 10px;
  }
}
.integration-sectbox .top-row-box h3 {
  font-weight: 500;
  font-size: 100px;
  line-height: 97px;
  margin: 0 0 30px;
}
@media (max-width : 767px) {
  .integration-sectbox .top-row-box h3 {
    font-size: 9vw;
    line-height: 10vw;
  }
}
.integration-sectbox .top-row-box .plefted-box {
  padding-left: 5%;
}
@media (max-width : 767px) {
  .integration-sectbox .top-row-box .plefted-box {
    padding-left: 20px;
  }
}
.integration-sectbox .top-row-box .plefted-box p {
  margin: 0 0 50px;
}
@media (max-width : 767px) {
  .integration-sectbox .top-row-box .arrowed-btn {
    font-size: 21px;
  }
}
.integration-sectbox .top-row-box .projlink {
  display: inline-block;
  font-size: 25px;
  font-weight: 500;
}
@media (max-width : 767px) {
  .integration-sectbox .top-row-box .projlink {
    font-size: 21px;
  }
}
.integration-sectbox .top-row-box .projlink span {
  display: inline-block;
  vertical-align: middle;
}
.integration-sectbox .top-row-box .projlink i {
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  margin-left: 40px;
}
@media (max-width : 767px) {
  .integration-sectbox .top-row-box .projlink i {
    margin-left: 20px;
    width: 26px;
  }
}
.integration-sectbox .top-row-box p {
  font-size: 34px;
  line-height: 38px;
}
@media (max-width : 767px) {
  .integration-sectbox .top-row-box p {
    font-size: 28px;
    line-height: 36px;
  }
}
.integration-sectbox .projlink {
  display: inline-block;
}
@media (max-width : 767px) {
  .integration-sectbox .projlink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-top: 1px solid #ffffff;
    padding-top: 10px;
    margin-left: -20px;
  }
}
.integration-sectbox .projlink span {
  display: inline-block;
  vertical-align: middle;
}
.integration-sectbox .projlink i {
  display: inline-block;
  vertical-align: middle;
}
.integration-sectbox .projlink i img {
  -webkit-filter: invert(1);
          filter: invert(1);
  width: 32px;
}
.integration-sectbox .icon-col {
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-top: 90px;
}
@media (max-width : 767px) {
  .integration-sectbox .icon-col {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    padding-top: 0px;
    margin-bottom: 25px;
  }
}
.integration-sectbox .icon-col .circle-small {
  display: block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  margin-left: -50px;
  background: #D0DCEF;
  top: 0;
}
@media (max-width : 767px) {
  .integration-sectbox .icon-col .circle-small {
    width: 15px;
    height: 15px;
    margin-left: 0;
    left: 17px;
  }
}
.integration-sectbox .icon-col .circle-big {
  display: block;
  position: absolute;
  border-radius: 50%;
  width: 85px;
  height: 85px;
  background: #D0DCEF;
  top: 50px;
  left: 50%;
}
@media (max-width : 767px) {
  .integration-sectbox .icon-col .circle-big {
    width: 44px;
    height: 44px;
    top: 20px;
    left: 50px;
  }
}
.integration-sectbox .icon-col .icon {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  z-index: 3;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
@media (max-width : 767px) {
  .integration-sectbox .icon-col .icon {
    width: 80px;
    min-width: 80px;
    height: 80px;
  }
}
.integration-sectbox .icon-col .icon:before {
  content: "";
  display: block;
  clear: both;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.2);
}
@supports ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
  .integration-sectbox .icon-col .icon:before {
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
  }
}
.integration-sectbox .icon-col .icon img {
  position: relative;
  z-index: 3;
}
@media (max-width : 767px) {
  .integration-sectbox .icon-col .icon img {
    width: 50px;
  }
}
.integration-sectbox hr {
  border-color: rgba(136, 179, 245, 0.73);
}
@media (max-width : 767px) {
  .integration-sectbox hr {
    display: none;
  }
}
.integration-sectbox .top-row-box {
  padding-bottom: 20px;
}
.integration-sectbox .top-box {
  margin-bottom: 270px;
  position: relative;
  z-index: 3;
}
@media (max-width : 767px) {
  .integration-sectbox .top-box {
    margin-bottom: 10px;
  }
}
.integration-sectbox .morebox-text {
  max-width: 700px;
  font-size: 130px;
  line-height: 112px;
  margin-bottom: 85px;
  position: relative;
  z-index: 3;
}
@media (max-width : 767px) {
  .integration-sectbox .morebox-text {
    font-size: 14vw;
    line-height: 14vw;
    margin-bottom: 40px;
  }
}
.integration-sectbox .morebox-text b {
  font-weight: 500;
}
.integration-sectbox .more-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-left: 5%;
}
@media (max-width : 767px) {
  .integration-sectbox .more-list {
    display: block;
    padding-left: 0;
  }
}
.integration-sectbox .more-list .item {
  width: 25%;
  min-width: 330px;
  position: relative;
  padding: 25px 0 50px 30px;
  min-height: 290px;
}
@media (max-width : 767px) {
  .integration-sectbox .more-list .item {
    width: 100%;
    min-height: 0;
    margin-bottom: 20px;
    padding: 20px 5% 20px 20px;
  }
}
.integration-sectbox .more-list .item:nth-child(even) {
  margin-top: 150px;
}
@media (max-width : 767px) {
  .integration-sectbox .more-list .item:nth-child(even) {
    margin-top: 0;
  }
}
.integration-sectbox .more-list .item .itembg {
  border-radius: 15px;
  position: absolute;
  left: 0;
  top: 0;
  width: 226px;
  height: 290px;
  overflow: hidden;
}
@media (max-width : 767px) {
  .integration-sectbox .more-list .item .itembg {
    width: 100% !important;
    height: 100%;
  }
}
.integration-sectbox .more-list .item .itembg:before {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  background: #1A83F7;
}
.integration-sectbox .more-list .item .item-holder {
  position: relative;
  z-index: 3;
}
@media (max-width : 767px) {
  .integration-sectbox .more-list .item .item-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.integration-sectbox .more-list .item .icon {
  height: 100px;
}
@media (max-width : 767px) {
  .integration-sectbox .more-list .item .icon {
    height: auto;
    min-width: 40px;
  }
  .integration-sectbox .more-list .item .icon img {
    max-width: 40px;
  }
}
.integration-sectbox .more-list .item-desc {
  padding-left: 75px;
}
@media (max-width : 767px) {
  .integration-sectbox .more-list .item-desc {
    padding-left: 30px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.integration-sectbox .more-list .item-desc .title {
  display: block;
  font-size: 33px;
  line-height: 33px;
  font-weight: 500;
  margin-bottom: 25px;
}
@media (max-width : 767px) {
  .integration-sectbox .more-list .item-desc .title {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 0;
  }
}
.integration-sectbox .more-list .item-desc .subtext {
  display: block;
  color: #ccd2db;
  font-size: 15px;
}
@media (max-width : 767px) {
  .integration-sectbox .more-list .item-desc .subtext {
    padding-top: 5px;
  }
}

.white-page-holder {
  padding-top: 5vh;
}

.news-list-sectbox {
  padding: 130px 0 150px;
}
@media (max-width : 767px) {
  .news-list-sectbox {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}
.news-list-sectbox .heading-box {
  border-bottom: 2px solid #193997;
  padding-bottom: 20px;
  margin-bottom: 80px;
}
@media (max-width : 767px) {
  .news-list-sectbox .heading-box {
    margin-bottom: 20px;
  }
}
.news-list-sectbox .heading-box h1 {
  font-size: 8vw;
  line-height: 8vw;
  margin: 0 0 10px -0.5vw;
  font-weight: 500;
}
@media (min-width:1771.2px) {
  .news-list-sectbox .heading-box h1 {
    font-size: 150px;
    line-height: 140px;
  }
}
@media (max-width : 767px) {
  .news-list-sectbox .heading-box h1 {
    font-size: 15vw;
    line-height: 15vw;
    margin-bottom: 5px;
  }
}
.news-list-sectbox .heading-box .subtitle {
  display: block;
  font-size: 32px;
  line-height: 32px;
  font-weight: 500;
}
@media (max-width : 767px) {
  .news-list-sectbox .heading-box .subtitle {
    font-size: 26px;
    line-height: 26px;
  }
}

.news-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  max-width: 1400px;
  margin: -140px auto 150px;
}
@media (max-width : 767px) {
  .news-list {
    margin-top: 0;
    margin-bottom: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.news-list .item {
  width: 50%;
  position: relative;
  padding: 140px 0 0;
}
@media (max-width : 767px) {
  .news-list .item {
    width: 100%;
  }
}
.news-list .item:nth-child(odd) {
  padding-right: 5%;
}
@media (min-width:768px) and (max-width:991px) {
  .news-list .item:nth-child(odd) {
    padding-right: 3%;
  }
}
@media (max-width : 767px) {
  .news-list .item:nth-child(odd) {
    padding: 0;
  }
}
.news-list .item:nth-child(even) {
  padding-left: 5%;
}
@media (min-width:768px) and (max-width:991px) {
  .news-list .item:nth-child(even) {
    padding-left: 3%;
  }
}
@media (max-width : 767px) {
  .news-list .item:nth-child(even) {
    padding: 0;
  }
}
.news-list .item .pic {
  margin-bottom: 60px;
  overflow: hidden;
}
@media (min-width:768px) and (max-width:991px) {
  .news-list .item .pic {
    margin-bottom: 30px;
  }
}
@media (max-width : 767px) {
  .news-list .item .pic {
    margin-bottom: 20px;
  }
}
.news-list .item .pic img {
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.news-list .item .item-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: 100%;
  border-bottom: 1px solid #013a8b;
  padding-bottom: 50px;
  position: relative;
}
.news-list .item .item-holder:hover .pic img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.news-list .item .item-holder:hover .news-name span {
  color: #316EF7;
}
.news-list .item .item-holder:hover .news-name i img {
  -webkit-filter: invert(44%) sepia(40%) saturate(6715%) hue-rotate(209deg) brightness(94%) contrast(94%);
          filter: invert(44%) sepia(40%) saturate(6715%) hue-rotate(209deg) brightness(94%) contrast(94%);
}
.news-list .item .news-cent {
  margin-bottom: 40px;
}
@media (min-width:768px) and (max-width:991px) {
  .news-list .item .news-cent {
    margin-bottom: 20px;
  }
}
@media (max-width : 767px) {
  .news-list .item .news-cent {
    margin-bottom: 0;
  }
}
.news-list .item .news-name {
  position: relative;
  padding-right: 50px;
  margin-bottom: 20px;
}
@media (max-width : 767px) {
  .news-list .item .news-name {
    padding-right: 40px;
    margin-bottom: 10px;
  }
}
.news-list .item .news-name span {
  display: block;
  font-size: 3.3vw;
  line-height: 3.6vw;
  font-weight: 500;
  color: #193997;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 1600px) {
  .news-list .item .news-name span {
    font-size: 47px;
    line-height: 45px;
  }
}
@media (min-width:768px) and (max-width:991px) {
  .news-list .item .news-name span {
    font-size: 32px;
    line-height: 30px;
  }
}
@media (max-width : 767px) {
  .news-list .item .news-name span {
    font-size: 31px;
    line-height: 31px;
  }
}
.news-list .item .news-name i {
  position: absolute;
  right: 0;
  top: 15px;
}
.news-list .item .news-name i img {
  width: 34px;
  -webkit-filter: invert(19%) sepia(28%) saturate(5924%) hue-rotate(218deg) brightness(87%) contrast(98%);
          filter: invert(19%) sepia(28%) saturate(5924%) hue-rotate(218deg) brightness(87%) contrast(98%);
}
@media (max-width : 767px) {
  .news-list .item .news-name i img {
    width: 30px;
  }
}
.news-list .item p {
  font-size: 20px;
  line-height: 30px;
  color: #9ca0b2;
  margin: 0;
}
.news-list .item .date {
  display: block;
  font-size: 17px;
  color: #013a8b;
  font-weight: 500;
}

.more-news-btn {
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #193997;
  width: 290px;
  height: 290px;
  font-size: 40px;
  line-height: 33px;
  font-weight: 500;
  color: #fff;
  padding: 0 8%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width : 767px) {
  .more-news-btn {
    width: 180px;
    height: 180px;
    font-size: 22px;
    line-height: 22px;
    text-align: left;
  }
}
.more-news-btn._mod-request {
  padding: 0 60px 0 50px;
}
@media (max-width : 767px) {
  .more-news-btn._mod-request {
    padding: 0 40px 0 50px;
  }
}
.more-news-btn._mod-request i {
  margin-left: auto;
  margin-bottom: 20px;
}
@media (max-width : 767px) {
  .more-news-btn._mod-request i {
    width: 30px;
    margin-bottom: 10px;
  }
}
.more-news-btn._mod-request i img {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.more-news-btn:hover {
  background: #0E50C2;
}
.more-news-btn span {
  display: block;
  margin-bottom: 20px;
}
.more-news-btn i {
  width: 44px;
}
.more-news-btn i img {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-filter: invert(1);
          filter: invert(1);
}

.news-view-sectbox {
  position: relative;
  padding: 130px 0 150px;
}
@media (max-width : 767px) {
  .news-view-sectbox {
    padding: 50px 0 60px;
  }
}
.news-view-sectbox .heading-box {
  border-bottom: 2px solid #193997;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.news-view-sectbox .post-date {
  display: inline-block;
  background: #BBCCE0;
  padding: 5px 18px;
  color: #ffffff;
  font-weight: 500;
  font-size: 19px;
  border-radius: 7px;
  margin-bottom: 10px;
}
@media (max-width : 767px) {
  .news-view-sectbox .post-date {
    font-size: 14px;
    padding: 3px 10px;
  }
}
.news-view-sectbox h1 {
  width: 100%;
  display: block;
  font-weight: 500;
  color: #193997;
  font-size: 8vw;
  line-height: 6.5vw;
  margin: 0 0 30px -0.5vw;
}
@media (min-width:1771.2px) {
  .news-view-sectbox h1 {
    font-size: 140px;
    line-height: 110px;
  }
}
.news-view-sectbox p {
  font-size: 38px;
  line-height: 47px;
  margin: 0 0 60px;
  color: #5a6980;
}
@media (max-width : 767px) {
  .news-view-sectbox p {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 20px;
  }
}
.news-view-sectbox p.size-l, .news-view-sectbox p.has-large-font-size {
  font-size: 45px;
  line-height: 41px;
  color: #9ca0b2;
}
@media (max-width : 767px) {
  .news-view-sectbox p.size-l, .news-view-sectbox p.has-large-font-size {
    font-size: 22px;
    line-height: 26px;
  }
}
.news-view-sectbox .content-box {
  padding-top: 30px;
  max-width: 1300px;
  margin: 0 auto;
  width: 90%;
}
@media (max-width : 767px) {
  .news-view-sectbox .content-box {
    width: 100%;
    padding-top: 0;
  }
}
.news-view-sectbox .image,
.news-view-sectbox .wp-block-image {
  margin-bottom: 60px;
}
@media (max-width : 767px) {
  .news-view-sectbox .image,
.news-view-sectbox .wp-block-image {
    margin-bottom: 30px;
  }
}

.back-link {
  display: inline-block;
  font-weight: 500;
  color: #193997;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.back-link:hover {
  color: #316EF7;
}
.back-link:hover i img {
  -webkit-filter: invert(32%) sepia(74%) saturate(1584%) hue-rotate(205deg) brightness(101%) contrast(94%);
          filter: invert(32%) sepia(74%) saturate(1584%) hue-rotate(205deg) brightness(101%) contrast(94%);
}
.back-link i {
  display: inline-block;
  vertical-align: middle;
  width: 21px;
  margin-right: 25px;
}
.back-link i img {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-filter: invert(11%) sepia(84%) saturate(5040%) hue-rotate(209deg) brightness(81%) contrast(99%);
          filter: invert(11%) sepia(84%) saturate(5040%) hue-rotate(209deg) brightness(81%) contrast(99%);
}
.back-link span {
  display: inline-block;
  vertical-align: middle;
  line-height: 24px;
  font-size: 24px;
}

.products-section {
  background: #0942BA;
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 300px 0 100px;
  color: #fff;
}
@media (max-width : 767px) {
  .products-section {
    padding-top: 80px;
    padding-bottom: 50px;
    background: -webkit-gradient(linear, left top, right top, from(#1C7CE6), color-stop(90%, #0A44BC));
    background: linear-gradient(to right, #1C7CE6 0%, #0A44BC 90%);
  }
}
.products-section .sect-gradient {
  position: absolute;
  left: 0;
  top: 0;
}
.products-section .text-bg {
  position: absolute;
  left: -5%;
  right: -5%;
  overflow: hidden;
  top: 47%;
}
@media (max-width : 767px) {
  .products-section .text-bg {
    display: none;
  }
}
.products-section .text-bg span {
  display: block;
  color: #073DAE;
  text-align: center;
  font-size: 24vw;
  line-height: 30vw;
  white-space: nowrap;
  font-weight: 500;
  background: -webkit-gradient(linear, left top, right top, from(#063ca9), color-stop(50%, #0949b5), to(#0c53be));
  background: linear-gradient(to right, #063ca9 0%, #0949b5 50%, #0c53be 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.products-section .gradient {
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background: #1A74E1;
  position: absolute;
  left: 10%;
  top: 0px;
  -webkit-box-shadow: 0 0 400px 220px rgba(34, 140, 243, 0.85);
          box-shadow: 0 0 400px 220px rgba(34, 140, 243, 0.85);
}
.products-section .container {
  position: relative;
  z-index: 3;
}
.products-section + .last-section-block {
  overflow: visible;
  background: #0942BA;
}
@media (max-width : 767px) {
  .products-section + .last-section-block {
    overflow: hidden;
  }
}
.products-section + .last-section-block._mod-short .block-holder:before {
  display: none;
}
@media (max-width : 767px) {
  .products-section + .last-section-block._mod-short .block-holder:before {
    display: none;
  }
}

.services-top-section {
  padding-top: 5vh;
  padding-bottom: 5vw;
  background: #0048D2;
  overflow: hidden;
  position: relative;
  height: 100vh;
  min-height: 600px;
  max-height: 1100px;
}
@media (max-width : 767px) {
  .services-top-section {
    padding-bottom: 8vh;
  }
}
.services-top-section .sectbg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.services-top-section .sectbg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.services-top-section .sect-content {
  position: relative;
  width: 100%;
  height: 100%;
}
.services-top-section .sect-content .container {
  height: 100%;
  position: relative;
}
.services-top-section .sect-content .content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 100%;
  padding: 5% 0px 0 8%;
  position: relative;
}
@media (min-width:768px) and (max-width:991px) {
  .services-top-section .sect-content .content-wrapper {
    padding-left: 100px;
  }
}
@media (max-width : 767px) {
  .services-top-section .sect-content .content-wrapper {
    padding-left: 0;
  }
}
.services-top-section .sect-content .scroll-down-wrapper {
  bottom: 0;
  min-height: 0;
  height: 310px;
}
.services-top-section .sect-content .services-bottom-box {
  width: 100%;
  color: #fff;
}
.services-top-section .sect-content h1 {
  font-size: 200px;
  line-height: 200px;
  margin-left: -12px;
  font-weight: 500;
}
@media (min-width:768px) and (max-width:991px) {
  .services-top-section .sect-content h1 {
    font-size: 15vw;
    line-height: 15vw;
    margin-left: -8px;
  }
}
@media (max-width : 767px) {
  .services-top-section .sect-content h1 {
    font-size: 20vw;
    line-height: 20vw;
    margin-left: -2px;
  }
}
.services-top-section .sect-content hr {
  border-color: rgba(255, 255, 255, 0.8);
}
.services-top-section .sect-content p {
  font-weight: 300;
  font-size: 35px;
  line-height: 38px;
}
@media (min-width:768px) and (max-width:991px) {
  .services-top-section .sect-content p {
    font-size: 28px;
    line-height: 30px;
  }
}
@media (max-width : 767px) {
  .services-top-section .sect-content p {
    font-size: 26px;
    line-height: 29px;
  }
  .services-top-section .sect-content p br {
    display: none !important;
  }
}

.products-full-list {
  position: relative;
  z-index: 6;
}
.products-full-list .product-item {
  position: relative;
  padding-bottom: 300px;
}
.products-full-list .product-item .heading {
  position: relative;
  margin-bottom: 60px;
  display: inline-block;
}
.products-full-list .product-item .heading .item-bg {
  position: absolute;
}
.products-full-list .product-item .heading .item-bg div {
  position: absolute;
}
.products-full-list .product-item .heading h2 {
  font-weight: 500;
  font-size: 20vw;
  line-height: 15.5vw;
  letter-spacing: -0.5vw;
  z-index: 3;
  position: relative;
}
@media (min-width:1771.2px) {
  .products-full-list .product-item .heading h2 {
    font-size: 320px;
    line-height: 240px;
    letter-spacing: -5px;
  }
}
@media (min-width:768px) and (max-width:991px) {
  .products-full-list .product-item .heading h2 {
    font-size: 24vw;
    line-height: 20vw;
  }
}
@media (max-width : 767px) {
  .products-full-list .product-item .heading h2 {
    font-size: 26vw;
    line-height: 20vw;
  }
}
.products-full-list .content-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 70px;
}
@media (max-width : 767px) {
  .products-full-list .content-row {
    display: block;
    margin-bottom: 30px;
  }
}
.products-full-list .content-row .col {
  width: 46%;
}
@media (max-width : 767px) {
  .products-full-list .content-row .col {
    width: 100%;
  }
  .products-full-list .content-row .col:last-child {
    padding-left: 25px;
  }
}
.products-full-list .content-row p {
  font-size: 16px;
  line-height: 19px;
  font-weight: 300;
}
@media (max-width : 767px) {
  .products-full-list .content-row p {
    margin: 0 0 25px;
  }
  .products-full-list .content-row p br {
    display: none !important;
  }
}
.products-full-list .content-row p div {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-origin: center center -40px;
          transform-origin: center center -40px;
}
.products-full-list .content-row p.size-l {
  font-size: 40px;
  line-height: 40px;
}
@media (max-width : 767px) {
  .products-full-list .content-row p.size-l {
    font-size: 24px;
    line-height: 24px;
  }
}
.products-full-list .content-row p b {
  font-weight: 500;
}
.products-full-list .content-row.centered {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.products-full-list .item-core {
  padding-bottom: 350px;
}
@media (max-width : 767px) {
  .products-full-list .item-core {
    padding-bottom: 50px;
  }
}
@media (max-width : 767px) {
  .products-full-list .item-core .heading {
    padding-top: 140px;
    width: 100%;
  }
}
.products-full-list .item-core .item-bg {
  width: 100%;
  left: 100%;
  margin-left: -120px;
  bottom: 0;
  height: 100%;
}
@media (max-width : 767px) {
  .products-full-list .item-core .item-bg {
    margin-left: 0;
    left: 0;
  }
}
.products-full-list .item-core .image1 {
  z-index: 1;
  bottom: -10px;
}
@media (max-width : 767px) {
  .products-full-list .item-core .image1 {
    width: 124px;
    bottom: 40px;
    left: 30%;
  }
}
.products-full-list .item-core .image2 {
  top: -100px;
  left: -20%;
}
@media (max-width : 767px) {
  .products-full-list .item-core .image2 {
    top: 0;
    left: 0;
    width: 200px;
  }
}
.products-full-list .item-core .image3 {
  left: 30px;
  top: 85%;
  z-index: 4;
}
@media (max-width : 767px) {
  .products-full-list .item-core .image3 {
    left: auto;
    right: -30%;
    width: 123px;
    top: auto;
    bottom: 70px;
  }
}
.products-full-list .item-core .image4 {
  left: 32%;
  bottom: -50px;
}
@media (max-width : 767px) {
  .products-full-list .item-core .image4 {
    width: 123px;
    left: auto;
    right: -10%;
    bottom: 20px;
  }
}
.products-full-list .item-core .image5 {
  left: 50%;
  top: 50%;
}
@media (max-width : 767px) {
  .products-full-list .item-core .image5 {
    display: none;
  }
}
.products-full-list .item-sport {
  padding-bottom: 400px;
}
@media (max-width : 767px) {
  .products-full-list .item-sport {
    padding-bottom: 70px;
  }
}
@media (max-width : 767px) {
  .products-full-list .item-sport .heading {
    padding-top: 110px;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
.products-full-list .item-sport .item-bg {
  width: 100%;
  left: 100%;
  bottom: 0;
  height: 100%;
}
@media (max-width : 767px) {
  .products-full-list .item-sport .item-bg {
    left: 0;
  }
}
.products-full-list .item-sport .image1 {
  right: 100%;
  margin-right: 35%;
  width: 69px;
  bottom: 100%;
}
@media (max-width : 767px) {
  .products-full-list .item-sport .image1 {
    width: 27px;
    bottom: auto;
    top: 90px;
    margin-right: 0;
    right: 45%;
  }
}
.products-full-list .item-sport .image2 {
  width: 254px;
  right: 105%;
}
@media (max-width : 767px) {
  .products-full-list .item-sport .image2 {
    width: 98px;
    right: 3%;
    top: 100px;
  }
}
.products-full-list .item-sport .image3 {
  width: 204px;
  top: 45%;
  right: 82%;
  z-index: 5;
}
@media (max-width : 767px) {
  .products-full-list .item-sport .image3 {
    width: 78px;
    top: 0;
    right: 25%;
  }
}
.products-full-list .item-sport .twophones-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -150px;
  margin-bottom: -30px;
}
@media (max-width : 767px) {
  .products-full-list .item-sport .twophones-box {
    margin-top: 0;
    width: 130vw;
    margin-left: -20vw;
    margin-bottom: -40px;
  }
}
@media (max-width : 767px) {
  .products-full-list .item-sport hr {
    position: relative;
    z-index: 3;
  }
}
.products-full-list .item-sport .content-row {
  padding-top: 80px;
}
@media (max-width : 767px) {
  .products-full-list .item-sport .content-row {
    padding-top: 30px;
  }
}
.products-full-list .item-sport .content-row p {
  font-size: 19px;
  line-height: 22px;
}
@media (max-width : 767px) {
  .products-full-list .item-sport .content-row p {
    font-size: 18px;
    line-height: 20px;
  }
}
.products-full-list .item-sport .content-row p.size-l {
  font-size: 40px;
  line-height: 40px;
}
@media (max-width : 767px) {
  .products-full-list .item-sport .content-row p.size-l {
    font-size: 24px;
    line-height: 24px;
  }
}
@media (min-width:768px) and (max-width:991px) {
  .products-full-list .item-sport .product-feats-list .feat-item {
    width: 33.3333%;
    margin-top: 0;
  }
  .products-full-list .item-sport .product-feats-list .feat-item:nth-child(2), .products-full-list .item-sport .product-feats-list .feat-item:nth-child(5) {
    margin-top: 100px;
  }
}
@media (max-width : 767px) {
  .products-full-list .item-casino {
    padding-bottom: 110px;
  }
}
@media (max-width : 767px) {
  .products-full-list .item-casino .heading {
    padding-top: 240px;
  }
}
.products-full-list .item-casino .item-bg {
  width: 100%;
  left: 0;
  height: 100%;
}
@media (max-width : 767px) {
  .products-full-list .item-casino .item-bg {
    top: 0;
  }
}
.products-full-list .item-casino .item-bg .image1 {
  width: 431px;
  left: 50%;
  margin-left: -200px;
  bottom: 50%;
  z-index: 2;
}
@media (max-width : 767px) {
  .products-full-list .item-casino .item-bg .image1 {
    width: 304px;
    margin-left: -140px;
    bottom: 40px;
  }
}
.products-full-list .item-casino .item-bg .image2 {
  width: 99px;
  left: 50%;
  margin-left: -60px;
  bottom: 100%;
  margin-bottom: 200px;
}
@media (max-width : 767px) {
  .products-full-list .item-casino .item-bg .image2 {
    width: 71px;
    bottom: 30px;
  }
}
.products-full-list .item-casino .item-bg .image3 {
  width: 113px;
  left: 70%;
  bottom: 90%;
  z-index: 4;
}
@media (max-width : 767px) {
  .products-full-list .item-casino .item-bg .image3 {
    width: 80px;
    left: auto;
    right: -20%;
    bottom: 100px;
  }
}
.products-full-list .item-casino .ipad-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -150px;
  margin-bottom: -150px;
}
@media (max-width : 767px) {
  .products-full-list .item-casino .ipad-box {
    width: auto;
    margin: -150px 6vw -50px;
  }
}
.products-full-list .item-casino hr {
  position: relative;
  z-index: 3;
}
.products-full-list .item-casino .heading + .content-row {
  padding-top: 0;
}
.products-full-list .item-casino .content-row {
  padding-top: 120px;
  position: relative;
  z-index: 8;
}
@media (max-width : 767px) {
  .products-full-list .item-casino .content-row {
    padding-top: 20px;
  }
  .products-full-list .item-casino .content-row p {
    color: #8F9FD7;
  }
  .products-full-list .item-casino .content-row p.size-l {
    color: #ffffff;
  }
}
.products-full-list .item-casino .product-feats-list .feat-item {
  width: 33.3333%;
}
@media (max-width : 767px) {
  .products-full-list .item-casino .product-feats-list .feat-item {
    width: 100%;
  }
}
.products-full-list .item-crypto {
  padding-bottom: 0;
}
@media (max-width : 767px) {
  .products-full-list .item-crypto .heading {
    width: 100%;
    padding-top: 200px;
  }
}
.products-full-list .item-crypto .item-bg {
  position: absolute;
  right: 0;
  width: 100%;
  height: 100%;
}
@media (max-width : 767px) {
  .products-full-list .item-crypto .item-bg {
    top: 0;
  }
}
.products-full-list .item-crypto .image1 {
  bottom: 50%;
  left: 50%;
  margin-left: -100px;
  z-index: 2;
}
@media (max-width : 767px) {
  .products-full-list .item-crypto .image1 {
    width: 179px;
    bottom: 20px;
    margin-left: -90px;
  }
}
.products-full-list .item-crypto .image2 {
  bottom: 100%;
  left: 50%;
  margin-left: -230px;
  margin-bottom: 50px;
  z-index: 3;
}
@media (max-width : 767px) {
  .products-full-list .item-crypto .image2 {
    width: 120px;
    margin-left: 0;
    left: 0;
    top: 20%;
  }
}
.products-full-list .item-crypto .image3 {
  left: 50%;
  bottom: 100%;
  margin-left: 100px;
  margin-bottom: 150px;
}
@media (max-width : 767px) {
  .products-full-list .item-crypto .image3 {
    width: 115px;
    left: auto;
    right: 0;
    top: -20px;
  }
}
.products-full-list .item-crypto .image4 {
  left: 75%;
  width: 239px;
  bottom: 100%;
}
@media (max-width : 767px) {
  .products-full-list .item-crypto .image4 {
    width: 178px;
    left: auto;
    right: -42%;
    bottom: 60%;
  }
}
.products-full-list .item-crypto .heading h2 {
  line-height: 18vw;
}
@media (min-width:1771.2px) {
  .products-full-list .item-crypto .heading h2 {
    line-height: 300px;
  }
}

.product-feats-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  z-index: 3;
}
@media (max-width : 767px) {
  .product-feats-list {
    display: block;
  }
}
@media (min-width:768px) and (max-width:991px) {
  .product-feats-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.product-feats-list .feat-item {
  width: 25%;
  min-width: 150px;
  max-width: 300px;
  position: relative;
  padding: 30px 20px 50px 30px;
  min-height: 290px;
}
@media (min-width:768px) and (max-width:991px) {
  .product-feats-list .feat-item {
    min-width: 0;
  }
}
@media (max-width : 767px) {
  .product-feats-list .feat-item {
    width: 100%;
    max-width: 100%;
    background: #1B52C6;
    border-radius: 15px;
    min-height: 0;
    padding: 20px 25px;
    margin-bottom: 15px;
  }
}
.product-feats-list .feat-item:before {
  content: "";
  display: block;
  clear: both;
  border-radius: 20px;
  background: rgba(27, 82, 198, 0.6);
  position: absolute;
  left: 0;
  top: 0;
  width: 160px;
  height: 290px;
}
@supports ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
  .product-feats-list .feat-item:before {
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
  }
}
@media (max-width : 767px) {
  .product-feats-list .feat-item:before {
    display: none;
  }
}
.product-feats-list .feat-item .item-holder {
  position: relative;
  z-index: 3;
}
@media (max-width : 767px) {
  .product-feats-list .feat-item .item-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.product-feats-list .feat-item .icon {
  height: 90px;
}
.product-feats-list .feat-item .icon img {
  max-width: 49px;
  max-height: 49px;
}
@media (max-width : 767px) {
  .product-feats-list .feat-item .icon {
    height: auto;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.product-feats-list .feat-item .item-desc {
  padding-left: 25px;
}
@media (max-width : 767px) {
  .product-feats-list .feat-item .item-desc {
    padding-left: 0;
  }
}
.product-feats-list .feat-item .item-desc .feat-title {
  display: block;
  font-size: 24px;
  line-height: 25px;
  font-weight: 500;
  margin-bottom: 25px;
}
@media (max-width : 767px) {
  .product-feats-list .feat-item .item-desc .feat-title {
    margin-bottom: 5px;
  }
}
.product-feats-list .feat-item .item-desc .feat-subtitle {
  display: block;
  color: #ccd2db;
  font-size: 15px;
}
.product-feats-list .feat-item:nth-child(even) {
  margin-top: 120px;
}
@media (max-width : 767px) {
  .product-feats-list .feat-item:nth-child(even) {
    margin-top: 0;
  }
}

.services-page-sectbox {
  position: relative;
  padding-top: 200px;
  padding-bottom: 150px;
  background: #fff;
}
@media (max-width : 767px) {
  .services-page-sectbox {
    padding-top: 60px;
    padding-bottom: 90px;
  }
}
.services-page-sectbox .sectbg {
  top: -5vh;
  width: 100%;
  position: absolute;
  left: 0;
  height: 100vh;
}
.services-page-sectbox .sectbg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.services-page-sectbox .container {
  position: relative;
  z-index: 3;
}
.services-page-sectbox .heading-box {
  margin-bottom: 100px;
}
@media (max-width : 767px) {
  .services-page-sectbox .heading-box {
    margin-bottom: 50px;
  }
}
.services-page-sectbox .heading-box h1 {
  color: #193997;
  font-size: 240px;
  font-weight: 500;
  line-height: 210px;
  margin: 0 0 10px -10px;
}
@media (min-width:992px) and (max-width:1199px) {
  .services-page-sectbox .heading-box h1 {
    font-size: 190px;
    line-height: 180px;
  }
}
@media (min-width:768px) and (max-width:991px) {
  .services-page-sectbox .heading-box h1 {
    font-size: 160px;
    line-height: 160px;
  }
}
@media (max-width : 767px) {
  .services-page-sectbox .heading-box h1 {
    font-size: 22vw;
    line-height: 22vw;
  }
}
.services-page-sectbox .heading-box .subtitle {
  display: block;
  font-size: 32px;
  margin-bottom: 30px;
}
@media (max-width : 767px) {
  .services-page-sectbox .heading-box .subtitle {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 20px;
  }
}
.services-page-sectbox .heading-box hr {
  border-color: #6E81BB;
}

.services-full-list {
  margin-bottom: 50px;
}
.services-full-list .item {
  border-bottom: 1px solid rgba(141, 156, 201, 0.44);
  padding: 85px 5% 90px;
}
@media (min-width:992px) and (max-width:1199px) {
  .services-full-list .item {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width : 767px) {
  .services-full-list .item {
    padding: 0 0 30px;
    border: none;
  }
  .services-full-list .item ._g-read-more-link {
    line-height: 19px;
  }
  .services-full-list .item ._g-read-more-link i {
    width: 30px;
    height: 30px;
  }
}
.services-full-list .item:first-child {
  padding-top: 0;
}
.services-full-list .item:last-child {
  border: none;
}
@media (max-width : 767px) {
  .services-full-list .item:last-child {
    padding-bottom: 0;
  }
}
.services-full-list .item-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 0 auto;
  max-width: 1300px;
}
@media (max-width : 767px) {
  .services-full-list .item-row {
    display: block;
  }
}
.services-full-list .item-row .item-left-col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width : 767px) {
  .services-full-list .item-row .item-left-col {
    display: block;
    max-width: 100%;
  }
}
.services-full-list .item-row .item-left-col .item-icon {
  width: 138px;
  min-width: 138px;
  height: 138px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #193997;
  border-radius: 50%;
  margin-right: 45px;
}
@media (max-width : 767px) {
  .services-full-list .item-row .item-left-col .item-icon {
    width: 110px;
    min-width: 110px;
    height: 110px;
  }
}
.services-full-list .item-row .item-left-col .item-icon img {
  max-width: 71px;
  max-height: 73px;
}
@media (max-width : 767px) {
  .services-full-list .item-row .item-left-col .item-icon img {
    max-width: 58px;
  }
}
.services-full-list .item-row .item-title {
  display: block;
  font-weight: 500;
  font-size: 60px;
  line-height: 53px;
  padding-top: 20px;
}
@media (max-width : 767px) {
  .services-full-list .item-row .item-title {
    font-size: 9vw;
    line-height: 9vw;
  }
}
.services-full-list .item-right-col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 5%;
  padding-top: 30px;
  max-width: 650px;
}
@media (max-width : 767px) {
  .services-full-list .item-right-col {
    padding-left: 0;
    padding-top: 10px;
  }
}
.services-full-list .item-right-col p {
  font-size: 23px;
  line-height: 27px;
  color: #6a79a6;
  margin: 0 0 30px;
}
@media (max-width : 767px) {
  .services-full-list .item-right-col p {
    font-size: 18px;
    line-height: 21px;
  }
}
.services-full-list .item-right-col ._g-read-more-link i {
  border: none;
  background: none !important;
}
.services-full-list .item-right-col ._g-read-more-link i:after {
  background: #193997;
}
.services-full-list .card-body {
  padding-top: 20px;
}
.services-full-list .card-body p {
  font-size: 18px;
  line-height: 20px;
}

.contacts-page-section {
  position: relative;
  height: 100vh;
  width: 100%;
  min-height: 850px;
  overflow: hidden;
  z-index: 4;
  padding-top: 5vh;
  padding-bottom: 5vh;
  color: #fff;
}
@media (max-width : 767px) {
  .contacts-page-section {
    height: auto;
    min-height: 0;
  }
  .contacts-page-section.notFound {
    height: 100vh;
  }
}
.contacts-page-section .sect-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.contacts-page-section .sect-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.contacts-page-section .not-found-box {
  text-align: center;
  color: #fff;
}
.contacts-page-section .not-found-box h1 {
  font-size: 20vw;
  line-height: 20vw;
  font-weight: bold;
  color: #fff;
  margin: 0 0 30px;
}
@media (max-width : 767px) {
  .contacts-page-section .not-found-box h1 {
    font-size: 38vw;
    line-height: 40vw;
  }
}
.contacts-page-section .not-found-box h1 span {
  font-size: 6vw;
  line-height: 6vw;
  display: block;
}
@media (max-width : 767px) {
  .contacts-page-section .not-found-box h1 span {
    font-size: 10vw;
    line-height: 10vw;
  }
}
.contacts-page-section .not-found-box a {
  text-decoration: underline;
  font-size: 40px;
  color: #fff;
}
@media (max-width : 767px) {
  .contacts-page-section .not-found-box a {
    font-size: 34px;
  }
}
.contacts-page-section .sect-content {
  position: relative;
  z-index: 3;
  height: 100%;
  padding: 80px 0 0;
}
@media (max-width : 767px) {
  .contacts-page-section .sect-content {
    padding-top: 35px;
  }
}
.contacts-page-section .sect-content .container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media (max-width : 767px) {
  .contacts-page-section .sect-content .container {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding-top: 30px;
  }
}
.contacts-page-section .contact-form {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.contacts-page-section .top-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-left: 40px;
}
@media (max-width : 767px) {
  .contacts-page-section .top-box {
    padding-left: 0;
    margin-bottom: 40px;
  }
}
.contacts-page-section .top-box .subtitle {
  display: block;
  font-size: 29px;
  font-weight: 500;
  margin-bottom: 10px;
}
@media (max-width : 767px) {
  .contacts-page-section .top-box .subtitle {
    font-size: 24px;
    margin-bottom: 0;
    font-weight: normal;
    color: rgba(255, 255, 255, 0.6);
  }
}
.contacts-page-section .top-box .mail-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
}
.contacts-page-section .top-box .mail-link span {
  display: block;
  font-size: 70px;
  line-height: 70px;
}
@media (min-width:768px) and (max-width:991px) {
  .contacts-page-section .top-box .mail-link span {
    font-size: 50px;
    line-height: 50px;
  }
}
@media (max-width : 767px) {
  .contacts-page-section .top-box .mail-link span {
    font-size: 28px;
    line-height: 30px;
  }
}
.contacts-page-section .top-box .mail-link i {
  display: block;
  width: 34px;
  padding-top: 13px;
  margin-left: 30px;
}
@media (max-width : 767px) {
  .contacts-page-section .top-box .mail-link i {
    display: none;
  }
}
.contacts-page-section .top-box .mail-link i img {
  -webkit-filter: invert(1);
          filter: invert(1);
}
.contacts-page-section .white-center-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media (max-width : 767px) {
  .contacts-page-section .white-center-box {
    margin-bottom: 30px;
  }
}
.contacts-page-section .white-center-box .center-row {
  background: #ffffff;
  border-radius: 15px;
  padding: 25px 20px;
}
@media (max-width : 767px) {
  .contacts-page-section .white-center-box .center-row {
    background: none;
    border-radius: 0;
    padding: 0;
  }
}
.contacts-page-section .white-center-box .office-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media (max-width : 767px) {
  .contacts-page-section .white-center-box .office-row {
    display: block;
  }
}
.contacts-page-section .white-center-box .office-row .left-col {
  max-width: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media (max-width : 767px) {
  .contacts-page-section .white-center-box .office-row .left-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    background: #fff;
    padding: 15px 15px 15px 20px;
    border-radius: 15px;
    margin-bottom: 20px;
  }
}
.contacts-page-section .white-center-box .office-row .right-col {
  border-left: 1px solid #DFE7F0;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding-left: 3%;
  padding-right: 3%;
}
@media (max-width : 767px) {
  .contacts-page-section .white-center-box .office-row .right-col {
    border: none;
    width: 100%;
    padding: 0;
  }
}
.contacts-page-section .white-center-box .office-row .name-col {
  padding-right: 25px;
}
@media (max-width : 767px) {
  .contacts-page-section .white-center-box .office-row .name-col {
    padding-right: 0;
  }
}
.contacts-page-section .white-center-box .office-row .adr-col {
  border-left: 1px solid #DFE7F0;
  padding-left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width : 767px) {
  .contacts-page-section .white-center-box .office-row .adr-col {
    padding-left: 0;
    width: 100%;
    border: none;
    margin-bottom: 10px;
  }
}
.contacts-page-section .white-center-box .office-row .adr-col a {
  color: #8e9bc0;
  font-size: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width : 767px) {
  .contacts-page-section .white-center-box .office-row .adr-col a {
    font-size: 16px;
  }
}
.contacts-page-section .white-center-box .office-row .adr-col a:hover {
  color: #193997;
}
.contacts-page-section .white-center-box .badge {
  border-radius: 4px;
  background: #4C7CD6;
  color: #fff;
  font-size: 15px;
  height: 25px;
  padding: 0 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
}
@media (max-width : 767px) {
  .contacts-page-section .white-center-box .badge {
    background: #0045C4;
    margin-bottom: 10px;
  }
}
.contacts-page-section .white-center-box .adr {
  font-size: 25px;
  line-height: 31px;
  color: #697bae;
  margin-bottom: 10px;
}
@media (max-width : 767px) {
  .contacts-page-section .white-center-box .adr {
    font-size: 24px;
    line-height: 26px;
  }
}
.contacts-page-section .soc-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width:768px) and (max-width:991px) {
  .contacts-page-section .soc-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
@media (max-width : 767px) {
  .contacts-page-section .soc-links {
    display: block;
  }
}
.contacts-page-section .soc-links a {
  font-size: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #193997;
  font-weight: 500;
}
@media (min-width:992px) and (max-width:1199px) {
  .contacts-page-section .soc-links a {
    font-size: 24px;
  }
}
@media (max-width : 767px) {
  .contacts-page-section .soc-links a {
    font-size: 8vw;
    background: #ffffff;
    border-radius: 15px;
    width: 100%;
    height: 60px;
    padding-right: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.contacts-page-section .soc-links a i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  min-width: 55px;
}
@media (max-width : 767px) {
  .contacts-page-section .soc-links a i {
    min-width: 29px;
    margin-right: 20px;
  }
}
.contacts-page-section .soc-links a span {
  display: block;
}
.contacts-page-section .bottom-box {
  padding-left: 40px;
  max-width: 1400px;
  padding-right: 40px;
  position: relative;
}
@media (max-width : 767px) {
  .contacts-page-section .bottom-box {
    padding: 0;
  }
}
.contacts-page-section .bottom-box.sended .contact-form {
  opacity: 0.2;
}
.contacts-page-section .bottom-box.sended .send-success-box {
  opacity: 1;
  visibility: visible;
}

.contact-form .form-name {
  font-size: 50px;
  font-weight: 500;
  display: block;
  margin-bottom: 40px;
}
@media (max-width : 767px) {
  .contact-form .form-name {
    font-size: 8vw;
    margin-bottom: 20px;
  }
}
.contact-form .input-wrapper {
  position: relative;
}
.contact-form label.error {
  position: absolute;
  left: 35px;
  bottom: -15px;
  font-size: 13px;
  border-radius: 4px;
  color: #fff;
  background: #ac2626;
  font-weight: normal;
  padding: 3px 10px;
}
.contact-form .form-group {
  margin-bottom: 30px;
}
.contact-form .form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-left: -30px;
}
@media (max-width : 767px) {
  .contact-form .form-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
  }
}
.contact-form .form-row .col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 30px;
}
@media (max-width : 767px) {
  .contact-form .form-row .col {
    padding: 0 0 20px;
  }
}
.contact-form input.form-control {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  border: none;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0;
  font-size: 24px;
  font-weight: normal;
  color: #fff;
  height: 60px;
  padding-left: 35px;
}
@media (max-width : 767px) {
  .contact-form input.form-control {
    padding-left: 20px;
    font-size: 20px;
  }
}
.contact-form input.form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.contact-form input.form-control:-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.contact-form input.form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.contact-form input.form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.contact-form input.form-control:hover {
  border-color: rgba(255, 255, 255, 0.4);
}
.contact-form input.form-control:focus {
  border-color: #fff;
}
.contact-form textarea.form-control {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  border: none;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0;
  font-size: 24px;
  font-weight: normal;
  color: #fff;
  padding-left: 35px;
  padding-bottom: 15px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width : 767px) {
  .contact-form textarea.form-control {
    padding-left: 20px;
    font-size: 20px;
  }
}
.contact-form textarea.form-control:hover {
  border-color: rgba(255, 255, 255, 0.4);
}
.contact-form textarea.form-control:focus {
  border-color: #fff;
}
.contact-form textarea.form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.contact-form textarea.form-control:-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.contact-form textarea.form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.contact-form textarea.form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.contact-form .form-info-text {
  padding-top: 20px;
  padding-left: 35px;
}
@media (max-width : 767px) {
  .contact-form .form-info-text {
    padding-left: 0;
  }
}
.contact-form .form-info-text p {
  margin: 0;
  font-size: 15px;
}
@media (max-width : 767px) {
  .contact-form .form-info-text p {
    font-size: 14px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.5);
  }
}
.contact-form .form-info-text p a {
  text-decoration: underline;
  color: #fff;
}
.contact-form .form-info-text p a:hover {
  text-decoration: none;
}
.contact-form .button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact-form .send-btn {
  font-size: 75px;
  line-height: 60px;
  font-weight: 500;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width : 767px) {
  .contact-form .send-btn {
    font-size: 54px;
  }
}
.contact-form .send-btn:hover {
  color: #ddd;
}
.contact-form .send-btn:hover i {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.contact-form .send-btn i {
  width: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 35px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width : 767px) {
  .contact-form .send-btn i {
    width: 35px;
    margin-left: 20px;
  }
}
.contact-form .send-btn i img {
  -webkit-filter: invert(1);
          filter: invert(1);
}
.contact-form .send-btn span {
  display: block;
}
/*======================================
  Selectric v1.13.0
======================================*/

.selectric-wrapper {
  position: relative;
  cursor: pointer;
}

.selectric-responsive {
  width: 100%;
}

.selectric {
  border: 1px solid #DDD;
  border-radius: 0px;
  background: #F8F8F8;
  position: relative;
  overflow: hidden;
}

.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 38px 0 10px;
  font-size: 12px;
  line-height: 38px;
  color: #444;
  height: 38px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  height: 38px;
  line-height: 38px;
  background-color: #F8f8f8;
  color: #BBB;
  text-align: center;
  font: 0/0 a;
  *font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial;
}

.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #BBB;
  border-bottom: none;
}

.selectric-focus .selectric {
  border-color: #aaaaaa;
}

.selectric-hover .selectric {
  border-color: #c4c4c4;
}

.selectric-hover .selectric .button {
  color: #a2a2a2;
}

.selectric-hover .selectric .button:after {
  border-top-color: #a2a2a2;
}

.selectric-open {
  z-index: 9999;
}

.selectric-open .selectric {
  border-color: #c4c4c4;
}

.selectric-open .selectric-items {
  display: block;
}

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}

.selectric-hide-select select {
  position: absolute;
  left: -100%;
}

.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0;
}

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #F8F8F8;
  border: 1px solid #c4c4c4;
  z-index: -1;
  box-shadow: 0 0 10px -6px;
}

.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}

.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}

.selectric-items ul, .selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  min-height: 20px;
}

.selectric-items li {
  display: block;
  padding: 10px;
  color: #666;
  cursor: pointer;
}

.selectric-items li.selected {
  background: #E0E0E0;
  color: #444;
}

.selectric-items li.highlighted {
  background: #D0D0D0;
  color: #444;
}

.selectric-items li:hover {
  background: #D5D5D5;
  color: #444;
}

.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: none;
  color: #444;
}

.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}

.selectric-items .selectric-group li {
  padding-left: 25px;
}

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;
  font-size: 100%;
  vertical-align: baseline;
}

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

a {
  text-decoration: none;
}
a:active, a:hover {
  outline: 0;
}

ul, li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

:focus {
  outline: 0;
}

img, audio, video {
  max-width: 100%;
  height: auto;
  border: 0;
}

audio, canvas, iframe, video, img, svg {
  vertical-align: middle;
}

iframe {
  border: 0;
}

textarea {
  resize: none;
  /*remove the resize handle on the bottom right*/
  overflow: auto;
  vertical-align: top;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}

input, textarea, select, button {
  outline: none;
  border: none;
  font-size: 100%;
  margin: 0;
}

button, input {
  line-height: normal;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
  text-align: left;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 4%;
  padding-right: 4%;
  width: 100%;
}
@media (min-width: 1771.2px) {
  .container {
    padding: 0;
    width: 1640px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .container {
    padding-left: 4%;
    padding-right: 4%;
  }
}
@media (max-width : 767px) {
  .container {
    padding-left: 6%;
    padding-right: 6%;
  }
}

.container-left {
  padding-left: 4vw;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .container-left {
    padding-left: 4vw;
  }
}

.container-right {
  padding-right: 4vw;
  width: 100%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .container-right {
    padding-right: 4vw;
  }
}

._g-out-container {
  margin-left: -4vw;
  margin-right: -4vw;
}
@media (min-width: 1750px) {
  ._g-out-container {
    margin: 0 0 0 -50vw;
    left: 49.5%;
    width: 100vw;
    position: relative;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  ._g-out-container {
    margin-left: -4vw;
    margin-right: -4vw;
  }
}
@media (max-width : 767px) {
  ._g-out-container {
    margin-left: -6vw;
    margin-right: -6vw;
  }
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
  visibility: hidden;
}

.collapse.in,
.collapse.show {
  display: block;
  visibility: visible;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.35s;
          transition-duration: 0.35s;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
  opacity: 1;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
          transform: translate(0, -25%);
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

.modal-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #000;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  line-height: 1.42857143;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

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

.text-right {
  text-align: right;
}

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

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  display: table;
  content: " ";
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}

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

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type=search] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type=radio],
input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
}

input[type=file] {
  display: block;
}

input[type=range] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}

textarea.form-control {
  height: auto;
}

input[type=search] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
    line-height: 34px;
  }
}
.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
  position: absolute;
  margin-top: 4px \9 ;
  margin-left: -20px;
}

input[type=radio][disabled],
input[type=checkbox][disabled],
input[type=radio].disabled,
input[type=checkbox].disabled,
fieldset[disabled] input[type=radio],
fieldset[disabled] input[type=checkbox] {
  cursor: not-allowed;
}

.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

/**
 * Swiper 6.3.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 30, 2020
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    transition: none;
  }
}
html.modal-open,
html.modal-open {
  overflow-x: hidden;
}

body.modal-open {
  position: relative;
  overflow: hidden;
}

.pop-block {
  display: none;
  position: absolute;
}

.send-success-box {
  visibility: hidden;
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #ffffff;
}
.send-success-box .success-title {
  display: block;
  padding-left: 10%;
  font-size: 125px;
  line-height: 106px;
  font-weight: 500;
}
@media (max-width : 767px) {
  .send-success-box .success-title {
    font-size: 15vw;
    line-height: 15vw;
  }
}

.consult-modal {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 200;
}
@media (max-width : 767px) {
  .consult-modal {
    position: fixed;
  }
}
.consult-modal .modalbg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #04379D;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.consult-modal.opened .modalbg {
  height: 100%;
}
.consult-modal.opened .modal-dialog {
  opacity: 1;
}
.consult-modal .modal-dialog {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  opacity: 0;
}
@media (max-width : 767px) {
  .consult-modal .modal-dialog {
    margin: 0;
  }
}
.consult-modal .modal-content {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  border-radius: 0;
  max-width: 1500px;
  margin: 0 auto;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 0 5%;
}
@media (max-width : 767px) {
  .consult-modal .modal-content {
    width: 100%;
  }
}
.consult-modal .success-sended .contact-form,
.consult-modal .sended .contact-form {
  opacity: 0.2;
}
.consult-modal .success-sended .send-success-box,
.consult-modal .sended .send-success-box {
  opacity: 1;
  visibility: visible;
}
.consult-modal .contact-form {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.consult-modal .form-name {
  color: #fff;
}
.consult-modal .form-info-text {
  color: #fff;
}
.consult-modal .close-wrapper {
  width: 100%;
  position: absolute;
  left: 0;
  top: 5vh;
}
@media (max-width : 767px) {
  .consult-modal .close-wrapper {
    top: 6vh;
  }
}
.consult-modal .close-wrapper .close-holder {
  max-width: 1500px;
  width: 100%;
  padding: 0 5%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width : 767px) {
  .consult-modal .close-wrapper .close-holder {
    padding: 0 6vw;
  }
}
.consult-modal .close-wrapper .global-close-btn {
  position: relative;
  right: auto;
  width: 40px;
  height: 40px;
  margin-right: -6px;
  top: auto;
}
@media (max-width : 767px) {
  .consult-modal .close-wrapper .global-close-btn {
    width: 30px;
    height: 30px;
    margin-right: 0;
  }
}
.consult-modal .close-wrapper .global-close-btn:before, .consult-modal .close-wrapper .global-close-btn:after {
  background: #fff;
}
.consult-modal .close-wrapper .global-close-btn:hover:before, .consult-modal .close-wrapper .global-close-btn:hover:after {
  background: rgba(255, 255, 255, 0.4);
}

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