* {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

html {
  scroll-behavior: smooth; }

@font-face {
  font-family: "Montserrat-Bold";
  src: url("../fonts/Montserrat-Bold.otf"), url("../fonts/Montserrat-Bold.otf") format("opentype"); }
@font-face {
  font-family: "Montserrat-Regular";
  src: url("../fonts/Montserrat-Regular.otf"), url("../fonts/Montserrat-Regular.otf") format("opentype"); }
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px !important;
  line-height: 26px;
  margin: 0;
  font-family: "Montserrat-Regular";
  color: #ffffff; }

.pc {
  display: block; }

.sp {
  display: none; }

.navbar {
  position: fixed;
  background-color: #090e2b;
  width: 100%;
  z-index: 100; }
  .navbar.violet .navbar__menu--link {
    border: 3px solid #4752be;
    color: #4752be;
    -webkit-transition: ease-out 0.4s;
    -moz-transition: ease-out 0.4s;
    transition: ease-out 0.4s; }
    .navbar.violet .navbar__menu--link:hover {
      color: #ffffff;
      box-shadow: inset 0px 100px 0px #4752be; }
  .navbar.violet .nav-menu-sp .menu {
    color: #4752be; }
  .navbar.violet .nav-menu-sp .icon-set a span {
    background: #4752be; }
  .navbar.violet .nav-menu-sp .icon-set a.is-active span {
    background: #4752be !important; }
  .navbar.blue .navbar__menu--link {
    border: 3px solid #42bbfc;
    color: #42bbfc;
    -webkit-transition: ease-out 0.4s;
    -moz-transition: ease-out 0.4s;
    transition: ease-out 0.4s; }
    .navbar.blue .navbar__menu--link:hover {
      color: #ffffff;
      box-shadow: inset 0px 100px 0px #42bbfc; }
  .navbar.blue .nav-menu-sp .menu {
    color: #42bbfc; }
  .navbar.blue .nav-menu-sp .icon-set a span {
    background: #42bbfc; }
  .navbar.blue .nav-menu-sp .icon-set a.is-active span {
    background: #42bbfc !important; }
  .navbar.green .navbar__menu--link {
    border: 3px solid #7dda92;
    color: #7dda92;
    -webkit-transition: ease-out 0.4s;
    -moz-transition: ease-out 0.4s;
    transition: ease-out 0.4s; }
    .navbar.green .navbar__menu--link:hover {
      color: #ffffff;
      box-shadow: inset 0px 100px 0px #7dda92; }
  .navbar.green .nav-menu-sp .menu {
    color: #7dda92; }
  .navbar.green .nav-menu-sp .icon-set a span {
    background: #7dda92; }
  .navbar.green .nav-menu-sp .icon-set a.is-active span {
    background: #7dda92 !important; }
  .navbar.orange .navbar__menu--link {
    border: 3px solid #ff7900;
    color: #ff7900;
    -webkit-transition: ease-out 0.4s;
    -moz-transition: ease-out 0.4s;
    transition: ease-out 0.4s; }
    .navbar.orange .navbar__menu--link:hover {
      color: #ffffff;
      box-shadow: inset 0px 100px 0px #ff7900; }
  .navbar.orange .nav-menu-sp .menu {
    color: #ff7900; }
  .navbar.orange .nav-menu-sp .icon-set a span {
    background: #ff7900; }
  .navbar.orange .nav-menu-sp .icon-set a.is-active span {
    background: #ff7900 !important; }
  .navbar.yellow .navbar__menu--link {
    border: 3px solid #ffce00;
    color: #ffce00;
    -webkit-transition: ease-out 0.4s;
    -moz-transition: ease-out 0.4s;
    transition: ease-out 0.4s; }
    .navbar.yellow .navbar__menu--link:hover {
      color: #ffffff;
      box-shadow: inset 0px 100px 0px #ffce00; }
  .navbar.yellow .nav-menu-sp .menu {
    color: #ffce00; }
  .navbar.yellow .nav-menu-sp .icon-set a span {
    background: #ffce00; }
  .navbar.yellow .nav-menu-sp .icon-set a.is-active span {
    background: #ffce00 !important; }
  .navbar__container {
    padding-left: 24px;
    padding-right: 24px; }
  .navbar__area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 83px; }
  .navbar__logo img {
    width: 268px;
    display: block; }
  .navbar__menu {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .navbar__menu--list {
      list-style: none;
      position: relative; }
    .navbar__menu--link {
      border: 3px solid #4752be;
      font-family: "Montserrat-Bold";
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 18px;
      letter-spacing: 2.25px;
      line-height: 16px;
      color: #4752be;
      height: 52px;
      width: 231px;
      text-decoration: none;
      text-transform: uppercase;
      margin-right: 100px; }
    .navbar__menu--hamburger .nav-menu-sp {
      position: relative; }
      .navbar__menu--hamburger .nav-menu-sp .menu {
        text-align: center;
        font-size: 11px;
        letter-spacing: 0px;
        line-height: 16px;
        font-family: "Montserrat-Regular";
        color: #4752be;
        position: absolute;
        top: 14px;
        right: 17px; }
      .navbar__menu--hamburger .nav-menu-sp .icon-set a {
        display: block;
        width: 60px;
        height: 80px;
        position: absolute;
        top: -50px;
        right: 5px;
        cursor: pointer; }
        .navbar__menu--hamburger .nav-menu-sp .icon-set a span {
          display: block;
          width: 35px;
          height: 5px;
          background: #4752be;
          position: absolute;
          border-radius: 3px;
          left: 0;
          right: 0;
          margin: auto; }
          .navbar__menu--hamburger .nav-menu-sp .icon-set a span:nth-child(1) {
            top: 30px;
            opacity: 1;
            transition: 0.1s ease-in-out 0s; }
          .navbar__menu--hamburger .nav-menu-sp .icon-set a span:nth-child(2) {
            top: 42px;
            transform: rotate(0deg);
            transition: 0.1s ease-in-out; }
          .navbar__menu--hamburger .nav-menu-sp .icon-set a span:nth-child(3) {
            top: 30px;
            transform: rotate(0deg);
            transition: 0.1s ease-in-out; }
          .navbar__menu--hamburger .nav-menu-sp .icon-set a span:nth-child(4) {
            bottom: 21px;
            opacity: 1;
            transition: 0.1s ease-in-out 0s; }
        .navbar__menu--hamburger .nav-menu-sp .icon-set a.is-active span {
          display: block;
          width: 35px;
          height: 5px;
          background: #4752be;
          position: absolute;
          border-radius: 3px;
          left: 0;
          right: 0;
          margin: auto; }
          .navbar__menu--hamburger .nav-menu-sp .icon-set a.is-active span:nth-child(1) {
            top: 26px;
            opacity: 0;
            transition: 0.1s ease-in-out; }
          .navbar__menu--hamburger .nav-menu-sp .icon-set a.is-active span:nth-child(2) {
            top: 40px;
            transform: rotate(45deg);
            transition: 0.1s ease-in-out 0s; }
          .navbar__menu--hamburger .nav-menu-sp .icon-set a.is-active span:nth-child(3) {
            top: 40px;
            transform: rotate(-45deg);
            transition: 0.1s ease-in-out 0s; }
          .navbar__menu--hamburger .nav-menu-sp .icon-set a.is-active span:nth-child(4) {
            bottom: 26px;
            opacity: 0;
            transition: 0.1s ease-in-out; }

#slideout-menu {
  display: block;
  background-color: #090e2b;
  z-index: 99;
  transition: 0.4s;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  color: #ffffff;
  padding-top: 70px;
  top: 0px;
  padding-top: 70px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 85px; }

.slideout__area {
  display: grid;
  grid-template-columns: 2fr 2fr 2fr 2fr 2fr 2fr;
  height: 100vh; }
  .slideout__area--item {
    display: flex;
    padding-top: 83px;
    position: relative;
    border-right: 1px solid #4752be;
    transition: 0.3s ease; }
    .slideout__area--item:hover {
      transition: 0.3s ease; }
      .slideout__area--item:hover .slideout__area--content {
        transition: 0.3s ease;
        top: 40%; }
      .slideout__area--item:hover.violet {
        background-color: #4752be; }
        .slideout__area--item:hover.violet .circle {
          background-color: #ffffff; }
        .slideout__area--item:hover.violet .text {
          color: #ffffff; }
        .slideout__area--item:hover.violet .desc {
          transition: 0.3s ease;
          opacity: 1; }
      .slideout__area--item:hover.blue {
        background-color: #42bbfc; }
        .slideout__area--item:hover.blue .circle {
          background-color: #ffffff; }
        .slideout__area--item:hover.blue .text {
          color: #ffffff; }
        .slideout__area--item:hover.blue .desc {
          transition: 0.3s ease;
          opacity: 1; }
      .slideout__area--item:hover.green {
        background-color: #7dda92; }
        .slideout__area--item:hover.green .circle {
          background-color: #ffffff; }
        .slideout__area--item:hover.green .text {
          color: #ffffff; }
        .slideout__area--item:hover.green .desc {
          transition: 0.3s ease;
          opacity: 1; }
      .slideout__area--item:hover.orange {
        background-color: #ff7900; }
        .slideout__area--item:hover.orange .circle {
          background-color: #ffffff; }
        .slideout__area--item:hover.orange .text {
          color: #ffffff; }
        .slideout__area--item:hover.orange .desc {
          transition: 0.3s ease;
          opacity: 1; }
      .slideout__area--item:hover.yellow {
        background-color: #ffce00; }
        .slideout__area--item:hover.yellow .circle {
          background-color: #ffffff; }
        .slideout__area--item:hover.yellow .text {
          color: #ffffff; }
        .slideout__area--item:hover.yellow .desc {
          transition: 0.3s ease;
          opacity: 1; }
    .slideout__area--item:last-child {
      border-right: 0px solid #4752be; }
    .slideout__area--item.violet .circle {
      background-color: #4752be; }
    .slideout__area--item.violet .text {
      color: #4752be; }
    .slideout__area--item.blue .circle {
      background-color: #42bbfc; }
    .slideout__area--item.blue .text {
      color: #42bbfc; }
    .slideout__area--item.green .circle {
      background-color: #7dda92; }
    .slideout__area--item.green .text {
      color: #7dda92; }
    .slideout__area--item.orange .circle {
      background-color: #ff7900; }
    .slideout__area--item.orange .text {
      color: #ff7900; }
    .slideout__area--item.yellow .circle {
      background-color: #ffce00; }
    .slideout__area--item.yellow .text {
      color: #ffce00; }
  .slideout__area--content {
    position: absolute;
    top: 60%;
    right: 20px;
    left: 20px;
    bottom: 0;
    transition: 0.3s ease; }
    .slideout__area--content .circle {
      width: 24px;
      height: 24px;
      border-radius: 50px; }
    .slideout__area--content .text {
      padding-top: 28px;
      font-size: 18px;
      letter-spacing: 0px;
      line-height: 16px;
      font-family: "Montserrat-Regular"; }
    .slideout__area--content .desc {
      padding-top: 37px;
      transition: 0.3s ease;
      opacity: 0;
      font-size: 18px;
      letter-spacing: 0px;
      line-height: 22px;
      color: #ffffff;
      font-family: "Montserrat-Regular"; }

@media only screen and (min-width: 1200px) and (max-width: 1450px) {
  .navbar__area {
    height: 83px; }
  .navbar__logo img {
    width: 245px; }
  .navbar__menu--link {
    font-size: 16px;
    height: 47px;
    width: 200px;
    margin-right: 90px; }
  .navbar__menu--hamburger .nav-menu-sp .menu {
    font-size: 9px;
    right: 17px; }
  .navbar__menu--hamburger .nav-menu-sp .icon-set a {
    width: 55px; }
    .navbar__menu--hamburger .nav-menu-sp .icon-set a span {
      width: 32px;
      height: 4px; }
      .navbar__menu--hamburger .nav-menu-sp .icon-set a span:nth-child(1) {
        top: 30px; }
      .navbar__menu--hamburger .nav-menu-sp .icon-set a span:nth-child(2) {
        top: 41px; }
      .navbar__menu--hamburger .nav-menu-sp .icon-set a span:nth-child(3) {
        top: 30px; }
      .navbar__menu--hamburger .nav-menu-sp .icon-set a span:nth-child(4) {
        bottom: 24px; }
    .navbar__menu--hamburger .nav-menu-sp .icon-set a.is-active span {
      width: 32px; } }
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .navbar__area {
    height: 83px; }
  .navbar__logo img {
    width: 215px; }
  .navbar__menu--link {
    height: 40px;
    width: 180px;
    margin-right: 70px;
    font-size: 14px; }
  .navbar__menu--hamburger .nav-menu-sp .menu {
    font-size: 9px;
    right: 10px; }
  .navbar__menu--hamburger .nav-menu-sp .icon-set a {
    width: 40px; } }
@media screen and (max-width: 767px) {
  .navbar__container {
    padding-left: 20px;
    padding-right: 0px; }
  .navbar__area {
    height: 75px; }
  .navbar__logo img {
    width: 220px; }
  .navbar__menu--link {
    display: none; }
  .navbar__menu--hamburger .nav-menu-sp {
    position: relative; }
    .navbar__menu--hamburger .nav-menu-sp .menu {
      font-size: 10px;
      right: 18px; }
    .navbar__menu--hamburger .nav-menu-sp .icon-set a span {
      height: 4px; }
    .navbar__menu--hamburger .nav-menu-sp .icon-set a.is-active span {
      height: 4px; }

  #slideout-menu {
    padding-top: 70px;
    padding-bottom: 0px; }

  .slideout__area {
    display: flex;
    flex-wrap: wrap;
    height: auto; }
    .slideout__area--item {
      flex-basis: 100%;
      border-bottom: 1px solid #4752be;
      padding-top: 30px;
      height: 100px; }
      .slideout__area--item:hover .slideout__area--content {
        top: 0%; }
      .slideout__area--item:last-child {
        border-right: 0px solid #4752be;
        border-bottom: 0px solid #4752be; }
    .slideout__area--content {
      top: 0%;
      right: 20px;
      left: 20px;
      bottom: 0px; }
      .slideout__area--content .circle {
        display: none; }
      .slideout__area--content .text {
        padding-top: 42px;
        font-size: 22px; }
      .slideout__area--content .desc {
        display: none; } }
.home {
  background-color: #090e2b;
  border-bottom: 54px solid #4752be; }

.homebanner {
  height: 1064px;
  position: relative; }
  .homebanner .circlegreen {
    position: absolute;
    top: 20px;
    right: 25%; }
    .homebanner .circlegreen img {
      display: block;
      width: 270px; }
  .homebanner .circleblue {
    position: absolute;
    bottom: 10%;
    right: 21%; }
    .homebanner .circleblue img {
      display: block;
      width: 455px; }
  .homebanner .circleorange {
    position: absolute;
    top: 20%;
    right: 6%; }
    .homebanner .circleorange img {
      display: block;
      width: 327px; }
  .homebanner .circleviolet {
    position: absolute;
    bottom: 30%;
    right: 7%; }
    .homebanner .circleviolet img {
      display: block;
      width: 122px; }
  .homebanner .circleyellow {
    position: absolute;
    top: 0%;
    right: 0%; }
    .homebanner .circleyellow img {
      display: block;
      width: 175px; }
  .homebanner__container {
    max-width: 1370px;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
    position: relative; }
  .homebanner__title {
    position: absolute;
    top: 330px;
    left: 0%; }
    .homebanner__title h1 {
      font-weight: 400;
      font-family: "Montserrat-Regular";
      font-size: 72px;
      letter-spacing: 0px;
      line-height: 96px; }
      .homebanner__title h1 span {
        font-weight: 700;
        font-family: "Montserrat-Bold"; }
  .homebanner__arrow {
    display: flex;
    margin-top: 60px; }
    .homebanner__arrow img {
      display: block;
      width: 51px; }

.homeabout__container {
  max-width: 1370px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
  position: relative; }
  .homeabout__container p {
    padding-top: 60px;
    font-size: 45px;
    letter-spacing: 0px;
    line-height: 61px;
    color: #ffffff;
    font-family: "Montserrat-Bold"; }

.homebetter {
  margin-top: 30px;
  height: 1064px;
  display: flex;
  align-items: center;
  position: relative; }
  .homebetter__container {
    width: 100%;
    max-width: 1370px;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px; }
  .homebetter__title h2 {
    font-size: 45px;
    letter-spacing: 0px;
    line-height: 61px;
    font-weight: 700;
    font-family: "Montserrat-Bold";
    color: #ffffff; }
  .homebetter__desc {
    max-width: 553px; }
    .homebetter__desc p {
      padding-top: 60px;
      font-size: 45px;
      letter-spacing: 0px;
      line-height: 61px;
      font-family: "Montserrat-Regular";
      color: #ffffff; }
  .homebetter__img {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0; }
    .homebetter__img img {
      width: 664px;
      display: block; }

.homelogo {
  padding-top: 314px;
  padding-bottom: 300px;
  max-width: 986px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px; }
  .homelogo img {
    width: 100%;
    display: block; }

@media only screen and (min-width: 1200px) and (max-width: 1450px) {
  .home {
    border-bottom: 40px solid #4752be; }

  .homebanner {
    height: 768px; }
    .homebanner .circlegreen img {
      width: 220px; }
    .homebanner .circleblue {
      bottom: 5%; }
      .homebanner .circleblue img {
        width: 390px; }
    .homebanner .circleorange img {
      width: 270px; }
    .homebanner .circleviolet img {
      width: 90px; }
    .homebanner .circleyellow img {
      width: 140px; }
    .homebanner__container {
      max-width: 1170px; }
    .homebanner__title {
      top: 280px; }
      .homebanner__title h1 {
        font-size: 60px;
        line-height: 75px; }
    .homebanner__arrow {
      margin-top: 50px; }
      .homebanner__arrow img {
        width: 40px; }

  .homeabout__container {
    max-width: 1170px; }
    .homeabout__container p {
      padding-top: 40px;
      font-size: 33px;
      line-height: 46px; }

  .homebetter {
    margin-top: 30px;
    height: 768px; }
    .homebetter__container {
      max-width: 1170px; }
    .homebetter__title h2 {
      font-size: 33px;
      line-height: 46px; }
    .homebetter__desc {
      max-width: 413px; }
      .homebetter__desc p {
        padding-top: 30px;
        font-size: 33px;
        line-height: 46px; }
    .homebetter__img img {
      width: 464px; }

  .homelogo {
    padding-top: 214px;
    padding-bottom: 200px;
    max-width: 786px; } }
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .home {
    border-bottom: 40px solid #4752be; }

  .homebanner {
    height: 540px; }
    .homebanner .circlegreen img {
      width: 140px; }
    .homebanner .circleblue {
      bottom: 5%; }
      .homebanner .circleblue img {
        width: 240px; }
    .homebanner .circleorange img {
      width: 180px; }
    .homebanner .circleviolet img {
      width: 60px; }
    .homebanner .circleyellow img {
      width: 90px; }
    .homebanner__container {
      max-width: 900px; }
    .homebanner__title {
      top: 160px;
      left: 30px; }
      .homebanner__title h1 {
        font-size: 40px;
        line-height: 50px; }
    .homebanner__arrow {
      margin-top: 50px; }
      .homebanner__arrow img {
        width: 40px; }

  .homeabout__container {
    max-width: 900px;
    padding-left: 20px;
    padding-right: 20px; }
    .homeabout__container p {
      padding-top: 30px;
      font-size: 26px;
      line-height: 38px; }

  .homebetter {
    margin-top: 20px;
    height: 540px; }
    .homebetter__container {
      max-width: 900px;
      padding-left: 20px;
      padding-right: 20px; }
    .homebetter__title h2 {
      font-size: 26px;
      line-height: 42px; }
    .homebetter__desc {
      max-width: 413px; }
      .homebetter__desc p {
        padding-top: 20px;
        font-size: 26px;
        line-height: 42px; }
    .homebetter__img img {
      width: 294px; }

  .homelogo {
    padding-top: 140px;
    padding-bottom: 140px;
    max-width: 650px; } }
@media screen and (max-width: 767px) {
  .home {
    background-color: #090e2b;
    border-bottom: 34px solid #4752be; }

  .homebanner {
    height: 777px;
    position: relative; }
    .homebanner .circlegreen {
      top: 90px;
      right: 70px; }
      .homebanner .circlegreen img {
        width: 110px; }
    .homebanner .circleblue {
      bottom: 80px;
      right: 0px; }
      .homebanner .circleblue img {
        width: 194px; }
    .homebanner .circleorange {
      top: 300px;
      right: 0px; }
      .homebanner .circleorange img {
        width: 50px; }
    .homebanner .circleviolet {
      bottom: 0px;
      right: 0px; }
      .homebanner .circleviolet img {
        width: 34px; }
    .homebanner .circleyellow {
      top: 50px;
      right: 0px; }
      .homebanner .circleyellow img {
        display: block;
        width: 40px; }
    .homebanner__container {
      max-width: 378px;
      padding-left: 20px;
      padding-right: 20px; }
    .homebanner__title {
      top: 250px;
      left: 20px; }
      .homebanner__title h1 {
        font-size: 40px;
        line-height: 60px; }
    .homebanner__arrow {
      display: flex;
      margin-top: 40px; }
      .homebanner__arrow img {
        width: 38px; }

  .homeabout__container {
    max-width: 378px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px; }
    .homeabout__container p {
      padding-top: 27px;
      font-size: 30px;
      line-height: 43px; }

  .homebetter {
    margin-top: 100px;
    height: auto; }
    .homebetter__container {
      max-width: 378px;
      padding-left: 20px;
      padding-right: 20px; }
    .homebetter__title {
      margin-top: 350px; }
      .homebetter__title h2 {
        font-size: 24px;
        line-height: 32px; }
    .homebetter__desc {
      max-width: 300px; }
      .homebetter__desc p {
        padding-top: 40px;
        font-size: 24px;
        line-height: 32px; }
    .homebetter__img img {
      width: 174px; }

  .homelogo {
    padding-top: 214px;
    padding-bottom: 214px;
    max-width: 270px;
    padding-left: 20px;
    padding-right: 20px; } }
.about {
  background-color: #42bbfc;
  padding-top: 216px;
  padding-bottom: 216px; }
  .about__container {
    max-width: 1370px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    position: relative; }
  .about__header h1 {
    text-align: center;
    font-size: 45px;
    line-height: 61px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Montserrat-Bold";
    padding-bottom: 60px; }
  .about__header .underline {
    max-width: 139px;
    height: 19px;
    background-color: #ffffff;
    margin: 0 auto;
    border-radius: 10px; }
  .about__ceo {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    gap: 52px; }
    .about__ceo--img {
      padding-top: 38px; }
      .about__ceo--img img {
        display: block;
        width: 412px; }
    .about__ceo--description p {
      padding-top: 38px;
      font-size: 18px;
      line-height: 27px;
      color: #ffffff;
      font-family: "Montserrat-Regular"; }
    .about__ceo--contact {
      padding-top: 100px;
      padding-left: 30px;
      max-width: 318px; }
      .about__ceo--contact a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 72px;
        border: 3px solid #ffffff;
        font-size: 24px;
        line-height: 21px;
        color: #ffffff;
        text-decoration: none;
        font-family: "Montserrat-Bold";
        text-transform: uppercase;
        -webkit-transition: ease-out 0.4s;
        -moz-transition: ease-out 0.4s;
        transition: ease-out 0.4s; }
        .about__ceo--contact a:hover {
          color: #42bbfc;
          box-shadow: inset 0px 100px 0px #ffffff; }
  .about__network {
    padding-top: 250px; }
    .about__network--desc {
      max-width: 1201px;
      margin: 0 auto;
      padding-top: 20px; }
      .about__network--desc p {
        padding-top: 38px;
        font-size: 18px;
        line-height: 27px;
        color: #ffffff;
        font-family: "Montserrat-Regular";
        text-align: center; }
    .about__network--list {
      padding-top: 80px;
      max-width: 620px;
      margin: 0 auto;
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap; }
    .about__network--item {
      flex-basis: 50%;
      font-size: 18px;
      line-height: 32px;
      color: #ffffff;
      font-family: "Montserrat-Regular"; }
    .about__network--btn {
      padding-top: 80px;
      max-width: 318px;
      margin: 0 auto; }
      .about__network--btn a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 72px;
        border: 3px solid #ffffff;
        font-size: 24px;
        line-height: 21px;
        color: #ffffff;
        text-decoration: none;
        font-family: "Montserrat-Bold";
        text-transform: uppercase;
        -webkit-transition: ease-out 0.4s;
        -moz-transition: ease-out 0.4s;
        transition: ease-out 0.4s; }
        .about__network--btn a:hover {
          color: #42bbfc;
          box-shadow: inset 0px 100px 0px #ffffff; }
  .about__team {
    padding-top: 250px; }
    .about__team--content {
      padding-top: 80px;
      display: flex;
      justify-content: space-between;
      gap: 64px; }
    .about__team--img img {
      display: block;
      width: 264px;
      height: 264px;
      border-radius: 100%; }
    .about__team--name {
      padding-top: 20px;
      text-align: center;
      font-size: 25px;
      line-height: 30px;
      color: #ffffff;
      font-family: "Montserrat-Bold"; }
      .about__team--name span {
        font-style: italic;
        display: block; }
    .about__team--info p {
      padding-top: 30px;
      font-size: 18px;
      line-height: 27px;
      color: #ffffff;
      font-family: "Montserrat-Regular"; }

@media only screen and (min-width: 1200px) and (max-width: 1450px) {
  .about {
    padding-top: 150px;
    padding-bottom: 150px; }
    .about__container {
      max-width: 1170px; }
    .about__header h1 {
      font-size: 35px;
      line-height: 45px;
      padding-bottom: 30px; }
    .about__header .underline {
      max-width: 119px;
      height: 14px;
      border-radius: 10px; }
    .about__ceo {
      margin-top: 29px;
      gap: 42px; }
      .about__ceo--img img {
        width: 370px; }
      .about__ceo--description p {
        padding-top: 29px;
        font-size: 16px;
        line-height: 25px; }
      .about__ceo--contact {
        padding-top: 80px;
        padding-left: 20px;
        max-width: 256px; }
        .about__ceo--contact a {
          height: 66px;
          font-size: 20px; }
    .about__network {
      padding-top: 200px; }
      .about__network--desc {
        max-width: 1001px; }
        .about__network--desc p {
          padding-top: 29px;
          font-size: 16px;
          line-height: 27px; }
      .about__network--list {
        padding-top: 60px;
        max-width: 520px; }
      .about__network--item {
        flex-basis: 50%;
        font-size: 16px;
        line-height: 32px;
        color: #ffffff;
        font-family: "Montserrat-Regular"; }
      .about__network--btn {
        padding-top: 80px;
        padding-left: 20px;
        max-width: 256px; }
        .about__network--btn a {
          height: 66px;
          font-size: 20px; }
    .about__team {
      padding-top: 200px; }
      .about__team--content {
        padding-top: 60px;
        gap: 54px; }
      .about__team--img img {
        width: 244px;
        height: 244px; }
      .about__team--name {
        padding-top: 20px;
        font-size: 20px; }
      .about__team--info p {
        padding-top: 26px;
        font-size: 16px;
        line-height: 27px; } }
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .about {
    padding-top: 120px;
    padding-bottom: 120px; }
    .about__container {
      max-width: 900px; }
    .about__header h1 {
      font-size: 30px;
      padding-bottom: 20px; }
    .about__header .underline {
      max-width: 100px;
      height: 12px; }
    .about__ceo {
      margin-top: 29px;
      gap: 34px; }
      .about__ceo--img img {
        width: 270px; }
      .about__ceo--description p {
        padding-top: 20px;
        font-size: 14px;
        line-height: 22px; }
      .about__ceo--contact {
        padding-top: 60px;
        padding-left: 20px;
        max-width: 236px; }
        .about__ceo--contact a {
          height: 62px;
          font-size: 18px; }
    .about__network {
      padding-top: 100px; }
      .about__network--desc {
        max-width: 900px; }
        .about__network--desc p {
          padding-top: 22px;
          font-size: 14px;
          line-height: 22px; }
      .about__network--list {
        padding-top: 40px;
        max-width: 520px; }
      .about__network--item {
        font-size: 12px;
        line-height: 27px; }
      .about__network--btn {
        padding-top: 60px;
        padding-left: 20px;
        max-width: 236px; }
        .about__network--btn a {
          height: 62px;
          font-size: 18px; }
    .about__team {
      padding-top: 100px; }
      .about__team--content {
        padding-top: 50px;
        gap: 44px; }
      .about__team--img img {
        width: 222px;
        height: 222px; }
      .about__team--name {
        padding-top: 20px;
        font-size: 18px;
        line-height: 27px; }
      .about__team--info p {
        padding-top: 22px;
        font-size: 14px;
        line-height: 22px; } }
@media screen and (max-width: 767px) {
  .about {
    padding-top: 120px;
    padding-bottom: 120px; }
    .about__container {
      max-width: 378px; }
    .about__header h1 {
      font-size: 26px;
      line-height: 42px;
      padding-bottom: 20px; }
    .about__header .underline {
      max-width: 90px;
      height: 14px; }
    .about__ceo {
      margin-top: 30px;
      flex-wrap: wrap;
      gap: 0px; }
      .about__ceo--img {
        flex-basis: 100%;
        padding-top: 28px; }
        .about__ceo--img img {
          width: 240px;
          margin: 0 auto; }
      .about__ceo--description {
        padding-top: 20px; }
        .about__ceo--description p {
          padding-top: 28px;
          font-size: 16px;
          line-height: 25px; }
      .about__ceo--contact {
        padding-top: 70px;
        padding-left: 0px;
        max-width: 220px;
        margin: 0 auto; }
        .about__ceo--contact a {
          height: 60px;
          font-size: 18px; }
    .about__network {
      padding-top: 100px; }
      .about__network--desc {
        max-width: 1201px;
        margin: 0 auto;
        padding-top: 20px; }
        .about__network--desc p {
          padding-top: 28px;
          font-size: 16px;
          line-height: 25px; }
      .about__network--list {
        padding-top: 40px;
        max-width: 350px;
        padding-left: 20px;
        padding-right: 20px; }
      .about__network--item {
        flex-basis: 100%;
        font-size: 16px;
        line-height: 27px; }
      .about__network--btn {
        padding-top: 50px;
        max-width: 220px;
        margin: 0 auto; }
        .about__network--btn a {
          height: 60px;
          font-size: 18px; }
    .about__team {
      padding-top: 100px; }
      .about__team--content {
        padding-top: 50px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 0px; }
      .about__team--img {
        flex-basis: 100%; }
        .about__team--img img {
          width: 240px;
          height: 240px;
          margin: 0 auto; }
      .about__team--name {
        font-size: 20px;
        line-height: 30px; }
      .about__team--info {
        padding-top: 20px;
        flex-basis: 100%; }
        .about__team--info p {
          padding-top: 20px;
          font-size: 16px; } }
.capabilities {
  background-color: #7dda92;
  padding-top: 216px;
  padding-bottom: 216px; }
  .capabilities__container {
    max-width: 1370px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    position: relative; }
  .capabilities__header h1 {
    text-align: center;
    font-size: 45px;
    line-height: 61px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Montserrat-Bold";
    padding-bottom: 60px; }
  .capabilities__header .underline {
    max-width: 139px;
    height: 19px;
    background-color: #ffffff;
    margin: 0 auto;
    border-radius: 10px; }
  .capabilities__content {
    padding-top: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 35px;
    grid-gap: 35px; }
    .capabilities__content--item {
      background-color: #5fbf74;
      padding-top: 30px;
      padding-left: 50px;
      padding-right: 30px;
      padding-bottom: 40px;
      flex-basis: 48%;
      height: 332px; }
      .capabilities__content--item .item-title h2 {
        font-size: 30px;
        line-height: 61px;
        color: #ffffff;
        font-weight: 700;
        font-family: "Montserrat-Bold"; }
      .capabilities__content--item .item-menu {
        padding-top: 25px;
        margin-left: 22px; }
        .capabilities__content--item .item-menu .item-list {
          font-size: 18px;
          line-height: 27px;
          color: #ffffff;
          font-family: "Montserrat-Regular"; }
  .capabilities__btn {
    padding-top: 80px;
    max-width: 318px;
    margin: 0 auto; }
    .capabilities__btn a {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 72px;
      border: 3px solid #ffffff;
      font-size: 24px;
      line-height: 21px;
      color: #ffffff;
      text-decoration: none;
      font-family: "Montserrat-Bold";
      text-transform: uppercase;
      -webkit-transition: ease-out 0.4s;
      -moz-transition: ease-out 0.4s;
      transition: ease-out 0.4s; }
      .capabilities__btn a:hover {
        color: #7dda92;
        box-shadow: inset 0px 100px 0px #ffffff; }

@media only screen and (min-width: 1200px) and (max-width: 1450px) {
  .capabilities {
    padding-top: 150px;
    padding-bottom: 150px; }
    .capabilities__container {
      max-width: 1170px; }
    .capabilities__header h1 {
      font-size: 35px;
      line-height: 45px;
      padding-bottom: 30px; }
    .capabilities__header .underline {
      max-width: 119px;
      height: 14px;
      border-radius: 10px; }
    .capabilities__content {
      gap: 30px;
      grid-gap: 30px; }
      .capabilities__content--item .item-title h2 {
        font-size: 26px;
        line-height: 42px; }
      .capabilities__content--item .item-menu {
        padding-top: 15px;
        margin-left: 15px; }
        .capabilities__content--item .item-menu .item-list {
          font-size: 16px; }
    .capabilities__btn {
      padding-top: 70px;
      max-width: 256px; }
      .capabilities__btn a {
        height: 66px;
        font-size: 20px; } }
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .capabilities {
    padding-top: 120px;
    padding-bottom: 120px; }
    .capabilities__container {
      max-width: 900px; }
    .capabilities__header h1 {
      font-size: 30px;
      padding-bottom: 20px; }
    .capabilities__header .underline {
      max-width: 100px;
      height: 12px; }
    .capabilities__content {
      gap: 20px;
      grid-gap: 20px; }
      .capabilities__content--item .item-title h2 {
        font-size: 24px;
        line-height: 37px; }
      .capabilities__content--item .item-menu {
        padding-top: 15px;
        margin-left: 15px; }
        .capabilities__content--item .item-menu .item-list {
          font-size: 14px; }
    .capabilities__btn {
      padding-top: 60px;
      max-width: 236px; }
      .capabilities__btn a {
        height: 62px;
        font-size: 18px; } }
@media screen and (max-width: 767px) {
  .capabilities {
    padding-top: 120px;
    padding-bottom: 120px; }
    .capabilities__container {
      max-width: 378px; }
    .capabilities__header h1 {
      font-size: 26px;
      line-height: 42px;
      padding-bottom: 20px; }
    .capabilities__header .underline {
      max-width: 90px;
      height: 14px; }
    .capabilities__content {
      padding-top: 50px;
      gap: 35px;
      grid-gap: 35px; }
      .capabilities__content--item {
        padding-top: 20px;
        padding-left: 40px;
        padding-right: 20px;
        padding-bottom: 30px;
        flex-basis: 100%;
        height: auto; }
        .capabilities__content--item .item-title h2 {
          font-size: 20px;
          line-height: 28px; }
        .capabilities__content--item .item-menu {
          padding-top: 10px;
          margin-left: 15px; }
          .capabilities__content--item .item-menu .item-list {
            font-size: 16px;
            line-height: 24px; }
    .capabilities__btn {
      padding-top: 50px;
      max-width: 220px;
      margin: 0 auto; }
      .capabilities__btn a {
        height: 60px;
        font-size: 18px; } }
.work {
  background-color: #ff7900;
  padding-top: 216px;
  padding-bottom: 216px; }
  .work__container {
    max-width: 1370px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    position: relative; }
  .work__header h1 {
    text-align: center;
    font-size: 45px;
    line-height: 61px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Montserrat-Bold";
    padding-bottom: 60px; }
  .work__header .underline {
    max-width: 139px;
    height: 19px;
    background-color: #ffffff;
    margin: 0 auto;
    border-radius: 10px; }
  .work__header p {
    margin-top: 50px;
    text-align: center;
    font-size: 18px; }
  .work__content {
    padding-top: 70px;
    display: grid;
    grid-template-columns: 2fr 2fr;
    gap: 35px; }
    .work__content--item {
      background-color: #df6b03;
      padding: 34px 43px; }
      .work__content--item .item-title h2 {
        font-size: 30px;
        line-height: 42px;
        color: #ffffff;
        font-weight: 700;
        font-family: "Montserrat-Bold"; }
      .work__content--item .item-img {
        padding-top: 20px;
        position: relative; }
        .work__content--item .item-img img {
          height: 296px;
          object-fit: cover;
          object-position: top;
          width: 100%;
          display: block; }
        .work__content--item .item-img__icon {
          position: absolute;
          bottom: 20px;
          left: 20px; }
          .work__content--item .item-img__icon img {
            width: 100px;
            height: auto;
            display: block; }
  .work__btn {
    padding-top: 80px;
    max-width: 318px;
    margin: 0 auto; }
    .work__btn a {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 72px;
      border: 3px solid #ffffff;
      font-size: 24px;
      line-height: 21px;
      color: #ffffff;
      text-decoration: none;
      font-family: "Montserrat-Bold";
      text-transform: uppercase;
      -webkit-transition: ease-out 0.4s;
      -moz-transition: ease-out 0.4s;
      transition: ease-out 0.4s; }
      .work__btn a:hover {
        color: #ff7900;
        box-shadow: inset 0px 100px 0px #ffffff; }

@media only screen and (min-width: 1200px) and (max-width: 1450px) {
  .work {
    padding-top: 150px;
    padding-bottom: 150px; }
    .work__container {
      max-width: 1170px; }
    .work__header h1 {
      font-size: 35px;
      line-height: 45px;
      padding-bottom: 30px; }
    .work__header .underline {
      max-width: 119px;
      height: 14px;
      border-radius: 10px; }
    .work__header p {
      margin-top: 30px;
      text-align: center;
      font-size: 16px; }
    .work__content {
      padding-top: 50px;
      gap: 30px; }
      .work__content--item {
        padding: 28px 37px; }
        .work__content--item .item-title h2 {
          font-size: 26px; }
        .work__content--item .item-img {
          padding-top: 16px; }
          .work__content--item .item-img img {
            height: 260px; }
          .work__content--item .item-img__icon {
            position: absolute;
            bottom: 20px;
            left: 20px; }
            .work__content--item .item-img__icon img {
              width: 100px;
              height: auto;
              display: block; }
    .work__btn {
      padding-top: 70px;
      max-width: 256px; }
      .work__btn a {
        height: 66px;
        font-size: 20px; } }
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .work {
    padding-top: 120px;
    padding-bottom: 120px; }
    .work__container {
      max-width: 900px; }
    .work__header h1 {
      font-size: 30px;
      padding-bottom: 20px; }
    .work__header .underline {
      max-width: 100px;
      height: 12px; }
    .work__header p {
      margin-top: 30px;
      font-size: 16px; }
    .work__content {
      padding-top: 50px;
      gap: 30px; }
      .work__content--item {
        padding: 24px 32px; }
        .work__content--item .item-title h2 {
          font-size: 24px;
          line-height: 37px; }
        .work__content--item .item-img {
          padding-top: 16px; }
          .work__content--item .item-img img {
            height: 220px; }
          .work__content--item .item-img__icon {
            position: absolute;
            bottom: 20px;
            left: 20px; }
            .work__content--item .item-img__icon img {
              width: 80px;
              height: auto;
              display: block; }
    .work__btn {
      padding-top: 60px;
      max-width: 236px; }
      .work__btn a {
        height: 62px;
        font-size: 18px; } }
@media screen and (max-width: 767px) {
  .work {
    padding-top: 120px;
    padding-bottom: 120px; }
    .work__container {
      max-width: 378px; }
    .work__header h1 {
      font-size: 26px;
      line-height: 42px;
      padding-bottom: 20px; }
    .work__header .underline {
      max-width: 90px;
      height: 14px; }
    .work__header p {
      margin-top: 30px;
      font-size: 16px; }
    .work__content {
      padding-top: 40px;
      grid-template-columns: 2fr;
      gap: 35px; }
      .work__content--item {
        padding: 25px 32px; }
        .work__content--item .item-title h2 {
          font-size: 24px;
          line-height: 37px; }
        .work__content--item .item-img {
          padding-top: 10px; }
          .work__content--item .item-img img {
            height: 166px; }
          .work__content--item .item-img__icon {
            position: absolute;
            bottom: 10px;
            left: 10px; }
            .work__content--item .item-img__icon img {
              width: 60px;
              height: auto;
              display: block; }
    .work__btn {
      padding-top: 50px;
      max-width: 220px;
      margin: 0 auto; }
      .work__btn a {
        height: 60px;
        font-size: 18px; } }
.contact {
  background-color: #ffce00;
  padding-top: 216px;
  padding-bottom: 40px; }
  .contact__container {
    max-width: 1370px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    position: relative; }
  .contact__header h1 {
    text-align: center;
    font-size: 45px;
    line-height: 61px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Montserrat-Bold";
    padding-bottom: 60px; }
  .contact__header .underline {
    max-width: 139px;
    height: 19px;
    background-color: #ffffff;
    margin: 0 auto;
    border-radius: 10px; }
  .contact__form {
    margin-top: 80px;
    background-color: #090e2b;
    padding-top: 120px;
    padding-bottom: 120px;
    position: relative;
    height: 909px;
    overflow: hidden; }
    .contact__form--overlayleft {
      position: absolute;
      left: 0;
      bottom: 0; }
      .contact__form--overlayleft img {
        height: 712px;
        width: auto;
        display: block; }
    .contact__form--overlayright {
      position: absolute;
      right: 0;
      top: 0; }
      .contact__form--overlayright img {
        height: 712px;
        width: auto;
        display: block; }
  .contact__content {
    display: flex;
    align-items: stretch;
    justify-content: space-between; }
    .contact__content--info {
      flex-basis: 39%; }
      .contact__content--info .title-ceo h2 {
        font-size: 45px;
        line-height: 61px;
        color: #ffffff;
        font-weight: 700;
        font-family: "Montserrat-Bold"; }
      .contact__content--info .title-email {
        margin-top: 30px;
        display: flex;
        font-size: 22px;
        line-height: 37px;
        color: #ffffff;
        font-family: "Montserrat-Regular";
        text-decoration: none; }
    .contact__content--form {
      margin-top: -24px;
      flex-basis: 51%; }
      .contact__content--form .form-fields {
        margin-top: 24px; }
        .contact__content--form .form-fields input {
          padding: 10px 20px;
          width: 100%;
          height: 86px;
          color: #090e2b;
          font-size: 22px;
          font-family: "Montserrat-Regular"; }
      .contact__content--form .form-area {
        margin-top: 24px; }
        .contact__content--form .form-area textarea {
          padding: 10px 20px;
          width: 100%;
          height: 191px;
          color: #090e2b;
          font-size: 22px;
          font-family: "Montserrat-Regular"; }
      .contact__content--form .form-btn {
        margin-top: 24px;
        max-width: 318px; }
        .contact__content--form .form-btn button {
          display: flex;
          align-items: center;
          justify-content: center;
          width: 100%;
          height: 72px;
          border: 3px solid #ffce00;
          font-size: 24px;
          line-height: 21px;
          color: #ffce00;
          text-decoration: none;
          font-family: "Montserrat-Bold";
          text-transform: uppercase;
          background-color: transparent;
          cursor: pointer; }
        .contact__content--form .form-btn input {
          display: flex;
          align-items: center;
          justify-content: center;
          width: 100%;
          height: 72px;
          border: 3px solid #ffce00;
          font-size: 24px;
          line-height: 21px;
          color: #ffce00;
          text-decoration: none;
          font-family: "Montserrat-Bold";
          text-transform: uppercase;
          background-color: transparent;
          cursor: pointer;
          -webkit-transition: ease-out 0.4s;
          -moz-transition: ease-out 0.4s;
          transition: ease-out 0.4s; }
          .contact__content--form .form-btn input:hover {
            color: #ffffff;
            box-shadow: inset 0px 100px 0px #ffce00; }

@media only screen and (min-width: 1200px) and (max-width: 1450px) {
  .contact {
    padding-top: 150px;
    padding-bottom: 30px; }
    .contact__container {
      max-width: 1170px; }
    .contact__header h1 {
      font-size: 35px;
      line-height: 45px;
      padding-bottom: 30px; }
    .contact__header .underline {
      max-width: 119px;
      height: 14px;
      border-radius: 10px; }
    .contact__form {
      margin-top: 40px;
      padding-top: 90px;
      padding-bottom: 70px;
      height: auto; }
      .contact__form--overlayleft img {
        height: 512px; }
      .contact__form--overlayright img {
        height: 512px; }
    .contact__content--info {
      flex-basis: 39%; }
      .contact__content--info .title-ceo {
        padding-bottom: 10px; }
        .contact__content--info .title-ceo h2 {
          font-size: 32px;
          line-height: 42px; }
      .contact__content--info .title-email {
        margin-top: 20px;
        font-size: 17px;
        line-height: 27px; }
    .contact__content--form {
      margin-top: -18px;
      flex-basis: 51%; }
      .contact__content--form .form-fields {
        margin-top: 18px; }
        .contact__content--form .form-fields input {
          height: 62px;
          font-size: 16px; }
      .contact__content--form .form-area {
        margin-top: 18px; }
        .contact__content--form .form-area textarea {
          height: 161px;
          font-size: 16px; }
      .contact__content--form .form-btn {
        margin-top: 24px;
        max-width: 256px; }
        .contact__content--form .form-btn button {
          height: 66px;
          font-size: 20px; }
        .contact__content--form .form-btn input {
          height: 66px;
          font-size: 20px; } }
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .contact {
    padding-top: 120px;
    padding-bottom: 120px; }
    .contact__container {
      max-width: 900px; }
    .contact__header h1 {
      font-size: 30px;
      padding-bottom: 20px; }
    .contact__header .underline {
      max-width: 100px;
      height: 12px; }
    .contact__form {
      margin-top: 30px;
      padding-top: 60px;
      padding-bottom: 60px;
      height: auto; }
      .contact__form--overlayleft img {
        height: 412px; }
      .contact__form--overlayright img {
        height: 412px; }
    .contact__content--info {
      flex-basis: 39%; }
      .contact__content--info .title-ceo {
        padding-bottom: 10px; }
        .contact__content--info .title-ceo h2 {
          font-size: 26px;
          line-height: 37px; }
      .contact__content--info .title-email {
        margin-top: 10px;
        font-size: 14px;
        line-height: 24px; }
    .contact__content--form {
      margin-top: -15px;
      flex-basis: 51%; }
      .contact__content--form .form-fields {
        margin-top: 15px; }
        .contact__content--form .form-fields input {
          height: 56px;
          font-size: 14px; }
      .contact__content--form .form-area {
        margin-top: 15px; }
        .contact__content--form .form-area textarea {
          height: 153px;
          font-size: 14px; }
      .contact__content--form .form-btn {
        max-width: 236px; }
        .contact__content--form .form-btn button {
          height: 62px;
          font-size: 18px; }
        .contact__content--form .form-btn input {
          height: 62px;
          font-size: 18px; } }
@media screen and (max-width: 767px) {
  .contact {
    padding-top: 120px;
    padding-bottom: 80px; }
    .contact__container {
      max-width: 378px; }
    .contact__header h1 {
      font-size: 26px;
      line-height: 42px;
      padding-bottom: 20px; }
    .contact__header .underline {
      max-width: 90px;
      height: 14px; }
    .contact__form {
      margin-top: 50px;
      padding-top: 70px;
      padding-bottom: 80px;
      height: auto; }
      .contact__form--overlayleft {
        position: absolute;
        left: 0;
        bottom: 30px; }
        .contact__form--overlayleft img {
          height: 442px;
          width: auto;
          display: block; }
      .contact__form--overlayright {
        position: absolute;
        right: 0;
        top: 0; }
        .contact__form--overlayright img {
          height: 442px;
          width: auto;
          display: block; }
    .contact__content {
      flex-wrap: wrap; }
      .contact__content--info {
        flex-basis: 100%; }
        .contact__content--info .title-ceo {
          text-align: center; }
          .contact__content--info .title-ceo h2 {
            font-size: 24px;
            line-height: 37px; }
        .contact__content--info .title-email {
          margin-top: 20px;
          align-items: center;
          justify-content: center;
          font-size: 16px;
          line-height: 24px; }
      .contact__content--form {
        margin-top: 4px;
        flex-basis: 100%; }
        .contact__content--form .form-fields {
          margin-top: 17px; }
          .contact__content--form .form-fields input {
            padding: 10px 10px;
            height: 52px;
            font-size: 14px; }
        .contact__content--form .form-area {
          margin-top: 17px; }
          .contact__content--form .form-area textarea {
            padding: 20px 10px;
            height: 191px;
            font-size: 14px; }
        .contact__content--form .form-btn {
          padding-top: 14px;
          max-width: 220px;
          margin: 0 auto; }
          .contact__content--form .form-btn button {
            height: 60px;
            font-size: 18px; }
          .contact__content--form .form-btn input {
            height: 60px;
            font-size: 18px; } }
.maintenance {
  background-color: #090e2b;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center; }
  .maintenance__container {
    max-width: 500px;
    margin: 0 auto; }
  .maintenance__nav {
    padding-top: 30px;
    padding-bottom: 30px; }
    .maintenance__nav img {
      width: 200px;
      display: block;
      margin: 0 auto; }
  .maintenance__content--body {
    flex-basis: 100%; }
    .maintenance__content--body h1 {
      font-family: "Montserrat-Bold";
      font-size: 65px;
      line-height: 85px;
      color: #ffffff;
      text-align: center;
      padding-bottom: 30px; }
    .maintenance__content--body .underline {
      max-width: 139px;
      height: 19px;
      background-color: #ffffff;
      margin: 0 auto;
      border-radius: 10px; }
  .maintenance__content--desc {
    padding-top: 30px; }
    .maintenance__content--desc p {
      text-align: center;
      font-family: "Montserrat-Regular";
      font-size: 18px;
      line-height: 32px; }

@media screen and (max-width: 767px) {
  .maintenance {
    height: 100vh; }
    .maintenance__container {
      max-width: 350px; }
    .maintenance__nav img {
      width: 150px; }
    .maintenance__content--body {
      flex-basis: 100%; }
      .maintenance__content--body h1 {
        font-family: "Montserrat-Bold";
        font-size: 42px;
        line-height: 52px; }
      .maintenance__content--body .underline {
        max-width: 89px;
        height: 12px; }
    .maintenance__content--desc p {
      font-size: 16px;
      line-height: 26px; } }
.client {
  background-color: #090e2b;
  padding-top: 216px;
  padding-bottom: 216px;
  border-bottom: 58px solid #4752be; }
  .client__container {
    max-width: 1370px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    position: relative; }
  .client__header h1 {
    text-align: center;
    font-size: 45px;
    line-height: 61px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Montserrat-Bold";
    padding-bottom: 60px; }
  .client__header .underline {
    max-width: 139px;
    height: 19px;
    background-color: #ffffff;
    margin: 0 auto;
    border-radius: 10px; }
  .client__header p {
    margin-top: 50px;
    text-align: center;
    font-size: 18px; }
  .client__btn {
    padding-top: 50px;
    max-width: 318px;
    margin: 0 auto; }
    .client__btn a {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 72px;
      border: 3px solid #ffffff;
      font-size: 24px;
      line-height: 21px;
      color: #ffffff;
      text-decoration: none;
      font-family: "Montserrat-Bold";
      text-transform: uppercase;
      -webkit-transition: ease-out 0.4s;
      -moz-transition: ease-out 0.4s;
      transition: ease-out 0.4s; }
      .client__btn a:hover {
        color: #090e2b;
        box-shadow: inset 0px 100px 0px #ffffff; }
  .client__content {
    max-width: 1414px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto; }
    .client__content--row {
      margin-top: 120px;
      margin-bottom: 45px;
      display: grid;
      grid-template-columns: 2fr 2fr 2fr;
      gap: 25px; }
    .client__content--item {
      background-color: #01051d;
      padding: 35px;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 338px; }
      .client__content--item .item-img img {
        width: 100%;
        margin: 0 auto;
        display: block; }
      .client__content--item .item-img .lg {
        width: 75%; }

@media only screen and (min-width: 1200px) and (max-width: 1450px) {
  .client {
    padding-top: 150px;
    padding-bottom: 150px;
    border-bottom: 38px solid #4752be; }
    .client__container {
      max-width: 1170px; }
    .client__header h1 {
      font-size: 35px;
      line-height: 45px;
      padding-bottom: 30px; }
    .client__header .underline {
      max-width: 119px;
      height: 14px;
      border-radius: 10px; }
    .client__header p {
      margin-top: 30px;
      text-align: center;
      font-size: 16px; }
    .client__btn {
      padding-top: 30px;
      max-width: 256px; }
      .client__btn a {
        height: 66px;
        font-size: 20px; }
    .client__content {
      max-width: 1200px; }
      .client__content--row {
        margin-top: 80px;
        margin-bottom: 40px; }
      .client__content--item {
        padding: 30px;
        height: 300px; }
        .client__content--item .item-img img {
          width: 90%;
          margin: 0 auto;
          display: block; }
        .client__content--item .item-img .lg {
          width: 70%; } }
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .client {
    padding-top: 120px;
    padding-bottom: 120px;
    border-bottom: 28px solid #4752be; }
    .client__container {
      max-width: 900px; }
    .client__header h1 {
      font-size: 30px;
      padding-bottom: 20px; }
    .client__header .underline {
      max-width: 100px;
      height: 12px; }
    .client__header p {
      margin-top: 30px;
      font-size: 16px; }
    .client__btn {
      padding-top: 40px;
      max-width: 236px; }
      .client__btn a {
        height: 62px;
        font-size: 18px; }
    .client__content {
      max-width: 900px; }
      .client__content--row {
        margin-top: 80px;
        margin-bottom: 25px;
        gap: 20px; }
      .client__content--item {
        padding: 30px;
        height: 270px; }
        .client__content--item .item-img img {
          width: 80%; }
        .client__content--item .item-img .lg {
          width: 60%; } }
@media screen and (max-width: 767px) {
  .client {
    padding-top: 120px;
    padding-bottom: 120px;
    border-bottom: 18px solid #4752be; }
    .client__container {
      max-width: 378px; }
    .client__header h1 {
      font-size: 26px;
      line-height: 42px;
      padding-bottom: 20px; }
    .client__header .underline {
      max-width: 90px;
      height: 14px; }
    .client__header p {
      margin-top: 30px;
      font-size: 16px; }
    .client__btn {
      padding-top: 30px;
      max-width: 220px;
      margin: 0 auto; }
      .client__btn a {
        height: 60px;
        font-size: 18px; }
    .client__content {
      max-width: 378px; }
      .client__content--row {
        margin-top: 50px;
        margin-bottom: 25px;
        grid-template-columns: 2fr 2fr;
        gap: 10px; }
      .client__content--item {
        padding: 20px;
        height: 121px; }
        .client__content--item .item-img img {
          width: 70%; }
        .client__content--item .item-img .lg {
          width: 70%; }
        .client__content--item .item-img .sm {
          width: 50%; }
        .client__content--item .item-img .md {
          width: 90%; } }
.ftr-area {
  background-color: #090e2b;
  padding-top: 74px;
  padding-bottom: 74px; }
  .ftr-area.violet .item-header {
    color: #4752be; }
  .ftr-area.violet .item-info .icon svg {
    display: block;
    transform: scale(1); }
    .ftr-area.violet .item-info .icon svg path {
      fill: #4752be; }
  .ftr-area.violet .item-info .info-desc .sub {
    color: #4752be; }
  .ftr-area.violet .item-info .info-desc a {
    color: #4752be; }
  .ftr-area.violet .item-info .social a svg path {
    fill: #4752be; }
  .ftr-area.violet .item-menu a {
    color: #4752be; }
  .ftr-area.violet .ftr-area__logo--line {
    background-color: #4752be; }
  .ftr-area.violet .ftr-area__copyright {
    color: #4752be; }
  .ftr-area.violet .ftr-area__privacy a {
    color: #4752be; }
  .ftr-area.blue .item-header {
    color: #42bbfc; }
  .ftr-area.blue .item-info .icon svg {
    display: block;
    transform: scale(1); }
    .ftr-area.blue .item-info .icon svg path {
      fill: #42bbfc; }
  .ftr-area.blue .item-info .info-desc .sub {
    color: #42bbfc; }
  .ftr-area.blue .item-info .info-desc a {
    color: #42bbfc; }
  .ftr-area.blue .item-info .social a svg path {
    fill: #42bbfc; }
  .ftr-area.blue .item-menu a {
    color: #42bbfc; }
  .ftr-area.blue .ftr-area__logo--line {
    background-color: #42bbfc; }
  .ftr-area.blue .ftr-area__copyright {
    color: #42bbfc; }
  .ftr-area.blue .ftr-area__privacy a {
    color: #42bbfc; }
  .ftr-area.green .item-header {
    color: #7dda92; }
  .ftr-area.green .item-info .icon svg {
    display: block;
    transform: scale(1); }
    .ftr-area.green .item-info .icon svg path {
      fill: #7dda92; }
  .ftr-area.green .item-info .info-desc .sub {
    color: #7dda92; }
  .ftr-area.green .item-info .info-desc a {
    color: #7dda92; }
  .ftr-area.green .item-info .social a svg path {
    fill: #7dda92; }
  .ftr-area.green .item-menu a {
    color: #7dda92; }
  .ftr-area.green .ftr-area__logo--line {
    background-color: #7dda92; }
  .ftr-area.green .ftr-area__copyright {
    color: #7dda92; }
  .ftr-area.green .ftr-area__privacy a {
    color: #7dda92; }
  .ftr-area.orange .item-header {
    color: #ff7900; }
  .ftr-area.orange .item-info .icon svg {
    display: block;
    transform: scale(1); }
    .ftr-area.orange .item-info .icon svg path {
      fill: #ff7900; }
  .ftr-area.orange .item-info .info-desc .sub {
    color: #ff7900; }
  .ftr-area.orange .item-info .info-desc a {
    color: #ff7900; }
  .ftr-area.orange .item-info .social a svg path {
    fill: #ff7900; }
  .ftr-area.orange .item-menu a {
    color: #ff7900; }
  .ftr-area.orange .ftr-area__logo--line {
    background-color: #ff7900; }
  .ftr-area.orange .ftr-area__copyright {
    color: #ff7900; }
  .ftr-area.orange .ftr-area__privacy a {
    color: #ff7900; }
  .ftr-area.yellow .item-header {
    color: #ffce00; }
  .ftr-area.yellow .item-info .icon svg {
    display: block;
    transform: scale(1); }
    .ftr-area.yellow .item-info .icon svg path {
      fill: #ffce00; }
  .ftr-area.yellow .item-info .info-desc .sub {
    color: #ffce00; }
  .ftr-area.yellow .item-info .info-desc a {
    color: #ffce00; }
  .ftr-area.yellow .item-info .social a svg path {
    fill: #ffce00; }
  .ftr-area.yellow .item-menu a {
    color: #ffce00; }
  .ftr-area.yellow .ftr-area__logo--line {
    background-color: #ffce00; }
  .ftr-area.yellow .ftr-area__copyright {
    color: #ffce00; }
  .ftr-area.yellow .ftr-area__privacy a {
    color: #ffce00; }
  .ftr-area__container {
    max-width: 1370px;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
    position: relative; }
  .ftr-area__row {
    max-width: 978px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between; }
    .ftr-area__row--item {
      flex-basis: 50%; }
      .ftr-area__row--item:last-child {
        flex-basis: 40%; }
      .ftr-area__row--item .item-menu {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: 32px; }
        .ftr-area__row--item .item-menu a {
          flex-basis: 50%;
          text-decoration: none;
          font-size: 17px;
          letter-spacing: 0px;
          line-height: 49px;
          color: #4752be; }
      .ftr-area__row--item .item-header {
        font-size: 21px;
        letter-spacing: 0px;
        line-height: 25px;
        font-family: "Montserrat-Bold";
        color: #4752be; }
      .ftr-area__row--item .item-info {
        padding-top: 50px;
        display: flex;
        align-items: center; }
        .ftr-area__row--item .item-info .icon svg {
          display: block;
          transform: scale(1); }
          .ftr-area__row--item .item-info .icon svg path {
            fill: #4752be; }
        .ftr-area__row--item .item-info .info-desc {
          padding-left: 10px; }
          .ftr-area__row--item .item-info .info-desc p {
            font-size: 17px;
            letter-spacing: 0px;
            line-height: 20px;
            font-family: "Montserrat-Bold";
            color: #4752be; }
          .ftr-area__row--item .item-info .info-desc a {
            padding-top: 10px;
            display: flex;
            font-size: 17px;
            letter-spacing: 0px;
            line-height: 20px;
            font-family: "Montserrat-Regular";
            color: #4752be;
            text-decoration: none; }
        .ftr-area__row--item .item-info .social {
          padding-top: 10px;
          display: flex; }
          .ftr-area__row--item .item-info .social a {
            text-decoration: none;
            padding-right: 24px; }
            .ftr-area__row--item .item-info .social a svg {
              display: block;
              transform: scale(1); }
              .ftr-area__row--item .item-info .social a svg path {
                fill: #4752be; }
  .ftr-area__logo {
    padding-top: 150px;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .ftr-area__logo--line {
      flex-basis: 36%;
      width: 36%;
      height: 1px;
      background-color: #4752be; }
    .ftr-area__logo--img {
      flex-basis: 28%;
      background-color: #090e2b;
      display: flex;
      align-items: center;
      justify-content: center; }
      .ftr-area__logo--img img {
        width: 251px;
        display: block; }
  .ftr-area__copyright {
    padding-top: 20px;
    text-align: center;
    font-size: 13px;
    letter-spacing: 0px;
    line-height: 16px;
    font-family: "Montserrat-Regular";
    color: #4752be; }
  .ftr-area__privacy {
    text-align: center;
    padding-top: 20px; }
    .ftr-area__privacy a {
      font-size: 13px;
      letter-spacing: 0px;
      line-height: 16px;
      font-family: "Montserrat-Regular";
      color: #4752be;
      text-decoration: none; }

@media only screen and (min-width: 1200px) and (max-width: 1450px) {
  .ftr-area {
    padding-top: 60px;
    padding-bottom: 60px; }
    .ftr-area__container {
      max-width: 1170px; }
    .ftr-area__row {
      max-width: 918px; }
      .ftr-area__row--item .item-menu {
        margin-top: 28px; }
        .ftr-area__row--item .item-menu a {
          font-size: 15px; }
      .ftr-area__row--item .item-header {
        font-size: 18px; }
      .ftr-area__row--item .item-info {
        padding-top: 40px; }
        .ftr-area__row--item .item-info .icon svg {
          display: block;
          width: 20px;
          height: 20px; }
        .ftr-area__row--item .item-info .info-desc {
          padding-left: 15px; }
          .ftr-area__row--item .item-info .info-desc p {
            font-size: 14px; }
          .ftr-area__row--item .item-info .info-desc a {
            font-size: 14px; }
        .ftr-area__row--item .item-info .social {
          padding-top: 10px; }
          .ftr-area__row--item .item-info .social a {
            padding-right: 10px; }
            .ftr-area__row--item .item-info .social a svg {
              display: block;
              width: 25px;
              height: 25px; }
    .ftr-area__logo {
      padding-top: 110px; }
      .ftr-area__logo--img {
        flex-basis: 28%; }
        .ftr-area__logo--img img {
          width: 232px; }
    .ftr-area__copyright {
      padding-top: 16px;
      font-size: 11px; }
    .ftr-area__privacy {
      padding-top: 10px; }
      .ftr-area__privacy a {
        font-size: 11px; } }
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .ftr-area {
    padding-top: 40px;
    padding-bottom: 40px; }
    .ftr-area__container {
      max-width: 900px;
      padding-left: 20px;
      padding-right: 20px; }
    .ftr-area__row {
      max-width: 618px; }
      .ftr-area__row--item .item-menu {
        margin-top: 0px; }
        .ftr-area__row--item .item-menu a {
          font-size: 12px; }
      .ftr-area__row--item .item-header {
        font-size: 16px; }
      .ftr-area__row--item .item-info {
        padding-top: 20px; }
        .ftr-area__row--item .item-info .icon svg {
          width: 25px;
          height: 25px; }
        .ftr-area__row--item .item-info .info-desc {
          padding-left: 10px; }
          .ftr-area__row--item .item-info .info-desc p {
            font-size: 12px; }
          .ftr-area__row--item .item-info .info-desc a {
            padding-top: 5px;
            font-size: 12px; }
        .ftr-area__row--item .item-info .social a {
          padding-right: 10px; }
          .ftr-area__row--item .item-info .social a svg {
            width: 27px;
            height: 27px; }
    .ftr-area__logo {
      padding-top: 80px; }
      .ftr-area__logo--img {
        flex-basis: 28%; }
        .ftr-area__logo--img img {
          width: 180px; }
    .ftr-area__copyright {
      padding-top: 16px;
      font-size: 11px; }
    .ftr-area__privacy {
      padding-top: 10px; } }
@media screen and (max-width: 767px) {
  .ftr-area {
    padding-top: 10px;
    padding-bottom: 60px; }
    .ftr-area__container {
      max-width: 378px;
      padding-left: 20px;
      padding-right: 20px; }
    .ftr-area__row {
      max-width: 278px;
      padding-left: 0px;
      padding-right: 0px;
      flex-wrap: wrap; }
      .ftr-area__row--item {
        flex-basis: 100%; }
        .ftr-area__row--item:last-child {
          flex-basis: 100%; }
        .ftr-area__row--item .item-menu {
          justify-content: center;
          flex-wrap: wrap;
          margin-top: 20px; }
          .ftr-area__row--item .item-menu a {
            flex-basis: 100%;
            font-size: 14px;
            line-height: 42px;
            text-align: center; }
        .ftr-area__row--item .item-header {
          padding-top: 50px;
          font-size: 18px;
          text-align: center; }
        .ftr-area__row--item .item-info {
          padding-top: 30px; }
          .ftr-area__row--item .item-info .icon svg {
            width: 22px;
            height: 22px; }
          .ftr-area__row--item .item-info .info-desc {
            padding-left: 10px; }
            .ftr-area__row--item .item-info .info-desc p {
              font-size: 14px; }
            .ftr-area__row--item .item-info .info-desc a {
              padding-top: 5px;
              font-size: 14px; }
          .ftr-area__row--item .item-info .social {
            align-items: center;
            max-width: 200px;
            margin: 0 auto; }
            .ftr-area__row--item .item-info .social a {
              text-decoration: none;
              padding-right: 10px; }
              .ftr-area__row--item .item-info .social a svg {
                width: 25px;
                height: 25px; }
    .ftr-area__logo {
      padding-top: 70px; }
      .ftr-area__logo--img {
        margin-left: 10px;
        margin-right: 10px; }
        .ftr-area__logo--img img {
          width: 181px; }
    .ftr-area__copyright {
      padding-top: 20px;
      font-size: 10px; }
    .ftr-area__privacy {
      padding-top: 0px; }
      .ftr-area__privacy a {
        font-size: 10px; } }
@media screen and (max-width: 767px) {
  .pc {
    display: none; }

  .sp {
    display: block; } }

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