@import url("https://fonts.googleapis.com/css2?family=Yantramanav:wght@300;400;500;700&display=swap");
html,
body {
  overflow-x: hidden;
  font-size: 2.5vw;
}
@media screen and (min-width: 576px) {
  html,
body {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) {
  html,
body {
    font-size: 13px;
  }
}
@media screen and (min-width: 992px) {
  html,
body {
    font-size: 14px;
  }
}
@media screen and (min-width: 1400px) {
  html,
body {
    font-size: 16px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
ul,
ol,
span {
  margin: 0;
  padding: 0;
}

a {
  transition: all 0.25s;
  cursor: pointer;
}
a:link, a:hover, a:active, a:focus, a:visited {
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: #0078ff;
}

hr {
  width: 100%;
  height: 1px;
  border: 0;
  margin: 0;
  background-color: rgba(255, 255, 255, 0.4);
}

img {
  max-width: 100%;
  height: auto;
}

ul,
ol {
  list-style: none;
  padding-left: 0;
}

input,
button,
select,
textarea {
  border: none;
}
input:focus,
button:focus,
select:focus,
textarea:focus {
  outline: none !important;
}

::selection {
  color: #ffffff;
  background-color: #0078ff;
}

.h1, h1,
.h2,
h2 {
  font-family: "Yantramanav", "Helvetica", "Arial", sans-serif;
  font-size: 3.333rem;
  font-weight: 300;
  line-height: 1.1125;
  color: #0078ff;
}
@media screen and (min-width: 768px) {
  .h1, h1,
.h2,
h2 {
    font-size: 2.5rem;
  }
}

.h2--md {
  font-size: 3rem;
}
@media screen and (min-width: 768px) {
  .h2--md {
    font-size: 2.25rem;
  }
}
.h2--md-2 {
  font-size: 3rem;
}
@media screen and (min-width: 768px) {
  .h2--md-2 {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  .h2--lg {
    font-size: 3rem;
  }
}

.h3, h3 {
  font-family: "Yantramanav", "Helvetica", "Arial", sans-serif;
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.133;
  color: #666666;
}
@media screen and (min-width: 768px) {
  .h3, h3 {
    font-size: 1.875rem;
  }
}
.h3--md {
  font-size: 2.333rem;
  line-height: 1.28;
}
@media screen and (min-width: 768px) {
  .h3--md {
    font-size: 1.75rem;
  }
}

.h4, h4 {
  font-family: "Yantramanav", "Helvetica", "Arial", sans-serif;
  font-size: 2.083rem;
  font-weight: 400;
  line-height: 1.64;
  color: #0f2957;
}
@media screen and (min-width: 768px) {
  .h4, h4 {
    font-size: 1.5625rem;
  }
}
.h4--md {
  font-size: 1.833rem;
}
@media screen and (min-width: 768px) {
  .h4--md {
    font-size: 1.375rem;
  }
}

.h5, .btn, h5 {
  font-family: "Yantramanav", "Helvetica", "Arial", sans-serif;
  font-size: 1.5833rem;
  font-weight: 500;
  line-height: 1.105;
  color: #182035;
}
@media screen and (min-width: 768px) {
  .h5, .btn, h5 {
    font-size: 1.1875rem;
  }
}

.h6, .select2-selection, input,
select, .input-wrapper__btn button, h6 {
  font-family: "Yantramanav", "Helvetica", "Arial", sans-serif;
  font-size: 1.4167rem;
  font-weight: 400;
  line-height: 1.117;
  color: #182035;
}
@media screen and (min-width: 768px) {
  .h6, .select2-selection, input,
select, .input-wrapper__btn button, h6 {
    font-size: 1.0625rem;
  }
}

.p, p,
li {
  font-family: "Yantramanav", "Helvetica", "Arial", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.25;
  color: #182035;
}
@media screen and (min-width: 768px) {
  .p, p,
li {
    font-size: 1.125rem;
  }
}
.p--sm {
  font-size: 1.167rem;
}
@media screen and (min-width: 768px) {
  .p--sm {
    font-size: 0.875rem;
  }
}
.p--sm-2 {
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p--sm-2 {
    font-size: 0.9375rem;
  }
}
.p--md, .footer__menu li {
  font-size: 1.333rem;
}
@media screen and (min-width: 768px) {
  .p--md, .footer__menu li {
    font-size: 1rem;
  }
}
.p--lg {
  font-size: 2rem;
}
.p--lg-2 {
  font-size: 1.667rem;
}
@media screen and (min-width: 768px) {
  .p--lg-2 {
    font-size: 1.6rem;
  }
}

.social-bar {
  position: fixed;
  z-index: 1;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  padding: 1rem 0.667rem;
  background-color: #ffffff;
  border-top-right-radius: 1.667rem;
  border-bottom-right-radius: 1.667rem;
}
@media screen and (min-width: 768px) {
  .social-bar {
    padding: 0.75rem;
    border-top-right-radius: 1.25rem;
    border-bottom-right-radius: 1.25rem;
  }
}
.social-bar__item {
  height: 3rem;
  width: 3rem;
  display: block;
  border-radius: 50%;
  border: 0.35rem solid #1c4fa3;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .social-bar__item {
    border-width: 0.3125rem;
  }
}
.social-bar__item i {
  color: #0f2957;
  font-size: 1.333rem;
}
@media screen and (min-width: 768px) {
  .social-bar__item i {
    font-size: 1.5rem;
  }
}
.social-bar__item:hover {
  background-color: #1c4fa3;
}
.social-bar__item + .social-bar__item {
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .social-bar__item + .social-bar__item {
    margin-top: 0.5625rem;
  }
}

.hero {
  background-color: #182035;
  padding: 4.125rem 0 8.125rem 0;
  position: relative;
}
.hero__bg-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 40%;
  max-width: none;
  pointer-events: none;
  -webkit-user-select: none;
          user-select: none;
}
@media screen and (min-width: 768px) {
  .hero__bg-top {
    width: 13.4375rem;
    height: auto;
  }
}
.hero__bg {
  pointer-events: none;
  -webkit-user-select: none;
          user-select: none;
  position: absolute;
  top: 2.5rem;
  right: 0;
  height: calc(87% + 7.5rem);
  transform: translateX(58%);
  max-width: none;
}
@media screen and (min-width: 768px) {
  .hero__bg {
    top: 1.5rem;
    height: calc(89% + 6.1rem);
    transform: translateX(15%);
  }
}
@media screen and (min-width: 992px) {
  .hero__bg {
    transform: none;
    height: calc(89% + 6.1rem);
  }
}

.btn {
  border-radius: 10rem;
  padding: 1rem 2.5rem;
  cursor: pointer;
  display: block;
  color: #182035;
  background-color: #f2c847;
  transition: all 0.25s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  font-weight: 500;
}
.btn:link, .btn:hover, .btn:active, .btn:focus, .btn:visited {
  color: #182035;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .btn {
    padding: 0.6875rem 1.875rem;
  }
}
.btn:hover {
  color: #ffffff;
  background-color: #0078ff;
}
.btn--primary {
  background-color: #0f2957;
}
.btn--primary:hover {
  background-color: #182035;
}
.btn--primary-lgt {
  background-color: #00dfff;
}
.btn--primary-lgt:hover {
  background-color: #f2c847;
}
.btn--white {
  color: #f2c847;
  background-color: #ffffff;
}
.btn--white:link, .btn--white:hover, .btn--white:active, .btn--white:focus, .btn--white:visited {
  color: #f2c847;
  text-decoration: none;
}
.btn--white:hover {
  color: #ffffff;
  background-color: #f2c847;
}
.btn--shadow {
  position: relative;
  color: #ffffff;
  background-color: #0078ff;
}
.btn--shadow:link, .btn--shadow:hover, .btn--shadow:active, .btn--shadow:focus, .btn--shadow:visited {
  color: #ffffff;
  text-decoration: none;
}
.btn--shadow span {
  position: relative;
  top: 0.125rem;
  left: 0.125rem;
  z-index: 2;
}
.btn--shadow:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0.125rem;
  left: 0.125rem;
  width: 100%;
  height: 100%;
  border-radius: 10rem;
  background-color: #0f2957;
  transition: all 0.25s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.btn--shadow:hover {
  background-color: #0078ff;
}
.btn--shadow:hover:before {
  background-color: rgba(15, 41, 87, 0.5);
}
.btn--lgt {
  font-weight: 300;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .btn--lgt {
    font-size: 0.875rem;
    padding: 0.4rem 1.75rem;
  }
}
.btn--lg {
  font-size: 2rem;
}

.backdrop, .header__nav {
  position: fixed;
  z-index: 3;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.news {
  padding: 9.6875rem 0 7.5rem 0;
  background-color: #182035;
}
.news hr {
  background-color: rgba(28, 79, 163, 0.51);
}
.news__item + .news__item {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .news__item + .news__item {
    margin-top: 0;
  }
}

.subscribe {
  padding: 5rem 0;
  background-color: #dadbdd;
  text-align: center;
}
.subscribe__form {
  margin-top: 2.5rem;
}
.subscribe__form input {
  padding-right: 9.375rem;
}

.input-wrapper {
  position: relative;
}
.input-wrapper__btn {
  position: absolute;
  top: 50%;
  right: 0;
  height: 100%;
  overflow: hidden;
  transform: translateY(-50%);
  text-align: center;
  cursor: pointer;
  transition: all 0.25s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0078ff;
  border-top-right-radius: 10rem;
  border-bottom-right-radius: 10rem;
  border: 1px solid #0078ff;
  border-left: 0;
}
.input-wrapper__btn button {
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%;
  padding-left: 2.083rem;
  padding-right: 2.083rem;
  color: #182035;
  text-transform: uppercase;
  background-color: transparent;
  transition: all 0.25s;
}
@media screen and (min-width: 768px) {
  .input-wrapper__btn button {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }
}
.input-wrapper__btn:hover {
  background-color: #f2c847;
}
.input-wrapper__btn:hover button {
  background-color: #f2c847;
}

input,
select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 1.25rem 1.8333rem;
  border-radius: 10rem;
  border: 1px solid #0078ff;
  background-color: transparent;
  display: block;
  width: 100%;
  transition: all 0.25s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media screen and (min-width: 768px) {
  input,
select {
    padding: 0.9375rem 1.375rem;
  }
}
input::placeholder,
select::placeholder {
  color: rgba(0, 120, 255, 0.4);
}
input:focus,
select:focus {
  border-color: #f2c847;
}
input:focus + .input-wrapper__btn,
select:focus + .input-wrapper__btn {
  border-color: #f2c847;
}
input:focus + .input-wrapper__btn button,
select:focus + .input-wrapper__btn button {
  background-color: #f2c847;
}

.select2-selection {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0 !important;
  border-radius: 10rem !important;
  border: 1px solid #0078ff !important;
  background-color: transparent !important;
  display: block;
  width: 100%;
  transition: all 0.25s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  height: 4.5rem !important;
  overflow: auto;
}
@media screen and (min-width: 768px) {
  .select2-selection {
    height: 3.25rem !important;
  }
}
.select2-selection::placeholder {
  color: rgba(0, 120, 255, 0.4);
}
.select2-selection:focus {
  border-color: #f2c847;
}
.select2-selection:focus + .input-wrapper__btn {
  border-left-color: #f2c847;
}
.select2-selection__rendered {
  padding: 1.333rem 1.8333rem !important;
  padding-right: 8rem !important;
}
@media screen and (min-width: 768px) {
  .select2-selection__rendered {
    padding: 1rem 1.375rem !important;
    padding-right: 6rem !important;
  }
}
.select2-selection__rendered li.select2-selection__choice {
  border-radius: 10rem !important;
  padding: 0.125rem 0.75rem !important;
  background-color: transparent !important;
  border-color: #0078ff !important;
  color: #0078ff !important;
  font-size: 1.333rem;
}
@media screen and (min-width: 768px) {
  .select2-selection__rendered li.select2-selection__choice {
    font-size: 1rem;
  }
}
.select2-selection__rendered li.select2-selection__choice span {
  color: #0078ff !important;
  margin-right: 0.25rem !important;
}
.select2-selection__rendered li.select2-selection__choice span:hover {
  color: #f2c847 !important;
}
.select2-dropdown {
  background-color: transparent;
  border: 0;
  border-radius: 1.5rem;
  overflow: hidden;
}
.select2-results__options {
  border: 1px solid #0078ff;
  background-color: #1c4fa3;
  border-radius: 1.5rem;
  overflow: hidden;
  margin: 1rem 0;
}
.select2-results__option {
  font-weight: 500;
  color: #ffffff !important;
  background-color: rgba(253, 254, 255, 0.24) !important;
  padding: 1.333rem 1rem;
}
@media screen and (min-width: 768px) {
  .select2-results__option {
    padding: 1rem 0.75rem;
  }
}
.select2-results__option + li {
  border-top: 2px solid #1c4fa3;
}
.select2-results__option[aria-selected=true], .select2-results__option--highlighted {
  color: #ffffff !important;
  background-color: rgba(253, 254, 255, 0.51) !important;
}

.article-box {
  background-color: #dadbdd;
  padding: 0 1rem;
  text-align: center;
  border-radius: 1rem;
}
@media screen and (min-width: 768px) {
  .article-box {
    padding: 0 0.75rem;
    border-radius: 0.75rem;
  }
}
.article-box a:hover {
  color: #0078ff;
}
.article-box__header {
  padding: 2rem 0 1.667rem 0;
}
@media screen and (min-width: 768px) {
  .article-box__header {
    padding: 1.5rem 0 1.25rem 0;
  }
}
.article-box__header-title {
  line-height: 1.1;
  text-transform: capitalize;
}
.article-box__img {
  width: 100%;
}
.article-box__main {
  padding: 1.667rem 0.833rem;
}
@media screen and (min-width: 768px) {
  .article-box__main {
    padding: 1.25rem 0.625rem;
  }
}

.quality {
  padding: 9.375rem 0;
  background-color: #dadbdd;
}

.locations {
  position: relative;
  padding: 6rem 0 0 0;
  background-color: #0f2957;
}
@media screen and (min-width: 768px) {
  .locations {
    padding-top: 10rem;
    padding-bottom: 16.875rem;
  }
}
.locations__map {
  width: 100%;
  height: auto;
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .locations__map {
    margin-top: 0;
    top: 0;
    right: 0;
    height: 100%;
    width: auto;
    position: absolute;
    pointer-events: none;
    -webkit-user-select: none;
            user-select: none;
  }
}

.industries {
  padding: 6rem 0 0 0;
  background-color: #ffffff;
  position: relative;
}
@media screen and (min-width: 768px) {
  .industries {
    padding-top: 9.375rem;
    padding-bottom: 25rem;
  }
}
.industries__main {
  position: relative;
  z-index: 1;
  padding-bottom: 6rem;
}
@media screen and (min-width: 768px) {
  .industries__main {
    padding-bottom: 0;
  }
}
.industries__img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .industries__img {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 100%;
    width: auto;
  }
}

.clients {
  padding: 7.5rem 0 0 0;
  background-color: #dadbdd;
}
.clients__slider {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .clients__slider {
    margin-top: 1.875rem;
  }
}
.clients__slider-item {
  height: 3.333rem !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 0 1.667rem;
}
@media screen and (min-width: 768px) {
  .clients__slider-item {
    height: 2.5rem;
    padding: 0 1.25rem;
  }
}
.clients__slider-item img {
  max-height: 100%;
  max-width: 100%;
  transition: all 0.25s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  filter: brightness(0) opacity(0.5);
}
.clients__slider-item img:hover {
  filter: none;
}
.clients__slider-item:focus {
  outline: none;
  box-shadow: none;
}

.services {
  background-color: #dadbdd;
  padding: 7.75rem 0 3.75rem 0;
}
.services__main {
  margin-top: 4rem;
  margin-bottom: 5rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .services__main {
    margin-top: 8.125rem;
    margin-bottom: 15.625rem;
  }
}
.services__main-img {
  display: none;
}
@media screen and (min-width: 768px) {
  .services__main-img {
    display: block;
    width: 100%;
    pointer-events: none;
    -webkit-user-select: none;
            user-select: none;
  }
}
@media screen and (min-width: 768px) {
  .services__item {
    position: absolute;
  }
}
.services__item-header {
  align-items: center;
  justify-content: flex-start;
  display: none;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .services__item-header {
    display: inline-flex;
    position: relative;
    z-index: 1;
  }
}
.services__item-header-icon {
  margin-right: 0.75rem;
  height: 1.25rem;
  width: 1.25rem;
  border-radius: 50%;
  background-color: #0078ff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.services__item-header-icon i {
  color: #182035;
  font-size: 1.333rem;
}
@media screen and (min-width: 768px) {
  .services__item-header-icon i {
    font-size: 1rem;
  }
}
.services__item-header:hover + .services__item-copy {
  opacity: 1;
  pointer-events: all;
}
.services__item-copy {
  transition: all 0.25s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media screen and (min-width: 768px) {
  .services__item-copy {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    bottom: -0.5rem;
    left: -2rem;
    transform: translateY(100%);
  }
}
.services__item-copy-img {
  width: 50%;
  display: block;
  margin: 0 auto 2rem auto;
}
@media screen and (min-width: 768px) {
  .services__item-copy-img {
    display: none;
  }
}
.services__item-copy-text {
  border-radius: 20rem;
  padding: 1.667rem 4.0625rem;
  background-color: rgba(24, 32, 53, 0.75);
  box-shadow: 0 1rem 1rem rgba(24, 32, 53, 0.25);
}
@media screen and (min-width: 768px) {
  .services__item-copy-text {
    width: 25rem;
  }
}
.services__item + .services__item {
  margin-top: 3.333rem;
}
@media screen and (min-width: 768px) {
  .services__item + .services__item {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .services__item:first-child {
    bottom: 0;
    left: -2.25rem;
  }
}
@media screen and (min-width: 768px) {
  .services__item:nth-child(2) {
    top: 0;
    left: 25%;
  }
}
@media screen and (min-width: 768px) {
  .services__item:nth-child(3) {
    bottom: 4rem;
    left: 50%;
  }
}
@media screen and (min-width: 768px) {
  .services__item:nth-child(4) {
    top: 0;
    right: 8%;
  }
}

.cta {
  text-align: center;
  padding: 10rem 0 9.375rem 0;
  background-color: #182035;
  position: relative;
}
.cta__bg-left, .cta__bg-right {
  position: absolute;
  pointer-events: none;
  -webkit-user-select: none;
          user-select: none;
}
.cta__bg-left {
  top: 0;
  left: 0;
  height: 100%;
  width: auto;
  display: none;
}
@media screen and (min-width: 768px) {
  .cta__bg-left {
    display: block;
  }
}
.cta__bg-right {
  bottom: 0;
  right: 0;
  width: auto;
  height: auto;
}
@media screen and (min-width: 768px) {
  .cta__bg-right {
    width: auto;
    height: calc(100% - 8.125rem);
  }
}

.products {
  padding-top: 10.625rem;
  background-color: #182035;
}
.products__slider {
  margin-top: 3.333rem;
}
@media screen and (min-width: 768px) {
  .products__slider {
    margin-top: 2.5rem;
  }
}
.products__slider .slick-list, .products__slider .slick-track {
  height: 23.333rem !important;
}
@media screen and (min-width: 768px) {
  .products__slider .slick-list, .products__slider .slick-track {
    height: 17.5rem !important;
  }
}
.products__slider-arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  cursor: pointer;
  border-radius: 50%;
  background-color: #0078ff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.083rem;
  width: 2.083rem;
  transition: all 0.25s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media screen and (min-width: 768px) {
  .products__slider-arrow {
    height: 1.5625rem;
    width: 1.5625rem;
  }
}
.products__slider-arrow i {
  color: #ffffff;
  font-size: 1.25rem;
  transition: all 0.25s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media screen and (min-width: 768px) {
  .products__slider-arrow i {
    font-size: 0.9375rem;
  }
}
.products__slider-arrow:hover {
  background-color: #f2c847;
}
.products__slider-arrow--prev {
  left: 0;
  transform: translate(50%, -50%);
}
.products__slider-arrow--next {
  right: 0;
  transform: translate(-50%, -50%);
}
.products__slider-item {
  height: 23.333rem !important;
  text-align: center;
  padding: 2rem 3.75rem;
  transition: all 0.25s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border-right: 1px solid #182035;
  background-color: #ffffff;
  display: flex !important;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  cursor: pointer;
  position: relative;
}
@media screen and (min-width: 768px) {
  .products__slider-item {
    padding: 1.5rem 2.8125rem;
    height: 17.5rem !important;
  }
}
.products__slider-item a:hover {
  color: #f2c847;
}
.products__slider-item-arrow {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.products__slider-item-arrow i {
  transform: translateY(-0.25rem);
}
.products__slider-item-img {
  height: 13.333rem;
  width: 13.333rem;
  border-radius: 50%;
  position: relative;
  margin: 0 auto;
  background-color: rgba(28, 79, 163, 0.2);
}
@media screen and (min-width: 768px) {
  .products__slider-item-img {
    height: 10rem;
    width: 10rem;
  }
}
.products__slider-item-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 110%;
  max-width: 110%;
}
.products__slider-item:focus {
  outline: none;
  box-shadow: none;
}
.products__slider-item.slick-center {
  background-color: #DDE5F1;
}
.products__detail-item {
  padding: 3.333rem;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .products__detail-item {
    padding: 2.5rem 0;
    display: flex !important;
    align-items: center;
    justify-content: flex-start;
  }
}
.products__detail-item-media {
  padding: 0 3.333rem;
  margin: 0 auto;
  margin-bottom: 3.333rem;
}
@media screen and (min-width: 768px) {
  .products__detail-item-media {
    padding: 0 7.1875rem;
    margin-bottom: 0;
  }
}
.products__detail-item-img {
  border-radius: 50%;
  position: relative;
  height: 8rem;
  width: 80%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .products__detail-item-img {
    width: 13.4375rem;
    height: 13.4375rem;
  }
}
.products__detail-item-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 100%;
  height: auto;
}
.products__detail-item-copy {
  flex: 1;
}
@media screen and (min-width: 768px) {
  .products__detail-item-copy {
    padding-right: 5rem;
  }
}
.products__detail-item-copy a:hover {
  color: #f2c847;
}
.products__detail-item:focus {
  outline: none;
  box-shadow: none;
}

.about {
  padding: 8.75rem 0 0 0;
  background-color: #dadbdd;
}

.list li {
  position: relative;
  padding-left: 1.25rem;
}
@media screen and (min-width: 768px) {
  .list li {
    padding-left: 0.9375rem;
  }
}
.list li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 0.583rem;
  width: 0.583rem;
  border-radius: 50%;
  background-color: #182035;
}
.list li + li {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .list li + li {
    margin-top: 0.75rem;
  }
}
.list--dot-white li:before {
  background-color: #ffffff;
}

.login {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.login__bg-1 {
  pointer-events: none;
  -webkit-user-select: none;
          user-select: none;
  position: absolute;
  z-index: 1;
  top: 1rem;
  left: 0;
  width: 19.375rem;
  height: 27.5rem;
}
.login__bg-2 {
  pointer-events: none;
  -webkit-user-select: none;
          user-select: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 18.5rem;
  height: 13.5rem;
}
.login__bg-3 {
  pointer-events: none;
  -webkit-user-select: none;
          user-select: none;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 30.625rem;
  height: 21.875rem;
}
.login__bg-4 {
  pointer-events: none;
  -webkit-user-select: none;
          user-select: none;
  position: absolute;
  top: 22rem;
  left: 35rem;
  transform: translate(-50%, -50%);
  width: 2.0625rem;
  height: 3.25rem;
}
.login__logo {
  display: block;
  width: 14.375rem;
  margin-bottom: 5.625rem;
}
@media screen and (min-width: 768px) {
  .login__logo {
    transform: translateX(-4.0625rem);
  }
}
.login__main {
  position: relative;
  z-index: 1;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.login__main a:hover {
  color: #182035;
}

@media screen and (min-width: 768px) {
  .contact-wrapper {
    transform-origin: 50% 0;
    transform: scale(0.75) !important;
  }
}

.contact {
  padding: 5rem 0;
  border-radius: 1rem;
}
@media screen and (min-width: 768px) {
  .contact {
    border-radius: 0.75rem;
  }
}
.contact__form input {
  font-weight: 300;
  margin-bottom: 1.333rem;
  color: #0078ff;
  font-size: 1.667rem;
}
@media screen and (min-width: 768px) {
  .contact__form input {
    margin-bottom: 1rem;
    font-size: 1.6rem;
  }
}
.contact__form input::placeholder {
  color: rgba(0, 120, 255, 0.5);
}

.popup {
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(24, 32, 53, 0.85);
  padding: 9rem 3.333rem;
  opacity: 0;
  pointer-events: none;
  transition: all 0.25s;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  overflow: auto;
}
@media screen and (min-width: 768px) {
  .popup {
    padding: 9rem 2.5rem;
  }
}
.popup__content.container {
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 992px) {
  .popup__content.container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.popup__inner {
  position: relative;
  padding: 3.333rem;
  border-radius: 1rem;
  background-color: #0078ff;
  transition: all 0.5s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform: translateY(-2rem);
  text-align: center;
  min-height: 40vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .popup__inner {
    padding: 2.5rem;
    border-radius: 0.75rem;
  }
}
.popup.is-open {
  opacity: 1;
  pointer-events: all;
}
.popup.is-open .popup__inner {
  transform: none;
}

.techs {
  position: relative;
  background-color: #182035;
}
@media screen and (min-width: 768px) {
  .techs {
    margin-bottom: -3.75rem;
  }
}
.techs__imgs {
  position: relative;
  width: 100%;
  margin: 3.333rem 0;
}
@media screen and (min-width: 768px) {
  .techs__imgs {
    width: 90%;
    margin: 0;
    transform: translateY(-3.75rem);
  }
}
.techs__imgs:hover .techs__img--hover {
  opacity: 1;
}
.techs__img {
  width: 100%;
  -webkit-user-select: none;
          user-select: none;
}
.techs__img--hover {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  transition: all 0.25s;
  opacity: 0;
}
.techs__copy {
  text-align: center;
  padding-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .techs__copy {
    text-align: right;
    position: absolute;
    z-index: 1;
    top: 4.375rem;
    right: 15px;
    padding-top: 0;
  }
}

.header {
  position: relative;
  z-index: 2;
  margin-bottom: 3.75rem;
}
@media screen and (min-width: 768px) {
  .header {
    margin-bottom: 2.8125rem;
  }
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .header__inner {
    align-items: flex-start;
  }
}
.header__logo {
  display: block;
  width: 12.167rem;
}
@media screen and (min-width: 768px) {
  .header__logo {
    width: 9.125rem;
    min-width: 9.125rem;
  }
}
.header__logo-img {
  width: 100%;
}
.header__btn {
  height: 3rem;
  width: 3.5rem;
  padding: 0 0.75rem;
  border-radius: 0.5rem;
  background-color: #00dfff;
  position: relative;
  cursor: pointer;
  transition: all 0.25s;
}
@media screen and (min-width: 768px) {
  .header__btn {
    display: none;
  }
}
.header__btn-line {
  width: calc(100% - 1.5rem);
  height: 2px;
  display: block;
  background-color: #182035;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.25s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.header__btn-line:first-child {
  top: 0.75rem;
}
.header__btn-line:nth-child(2) {
  top: 50%;
  transform: translate(-50%, -50%);
}
.header__btn-line:last-child {
  bottom: 0.75rem;
}
.header__btn:hover {
  background-color: #f2c847;
}
.header__nav {
  position: fixed;
  z-index: 4;
  top: 0;
  right: 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  opacity: 0;
  pointer-events: none;
  transition: all 0.25s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media screen and (min-width: 768px) {
  .header__nav {
    opacity: 1;
    width: auto;
    position: static;
    transform: none;
    pointer-events: all;
    background-color: transparent;
  }
}
.header__nav-inner {
  width: 70%;
  height: 100%;
  background-color: #ffffff;
  transition: all 0.25s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  position: relative;
  max-width: 29.167rem;
  transform: translateX(100%);
}
@media screen and (min-width: 768px) {
  .header__nav-inner {
    width: auto;
    max-width: none;
    position: static;
    transform: none;
    pointer-events: all;
    background-color: transparent;
  }
}
.header__nav-inner .header__btn {
  position: absolute;
  z-index: 1;
  top: 5.5rem;
  right: 15px;
}
.header__menu {
  margin-top: -2rem;
}
@media screen and (min-width: 768px) {
  .header__menu {
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
.header__menu li {
  line-height: 1;
  font-weight: 500;
  color: #0078ff;
  cursor: pointer;
  text-transform: uppercase;
  text-align: center;
  padding: 2rem 1rem;
  transition: all 0.25s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .header__menu li {
    padding: 0;
    font-size: 0.875rem;
  }
}
.header__menu li:hover {
  color: #ffffff;
  background-color: #0078ff;
}
@media screen and (min-width: 768px) {
  .header__menu li:hover {
    background-color: transparent;
  }
}
@media screen and (min-width: 768px) {
  .header__menu li + li {
    margin-left: 1.5rem;
  }
}
@media screen and (min-width: 992px) {
  .header__menu li + li {
    margin-left: 2.5rem;
  }
}
.header__menu li.no-hover {
  cursor: default;
  padding: 0 3rem;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .header__menu li.no-hover {
    margin-top: 0;
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .header__menu li.no-hover + li {
    margin-left: 0.333rem;
  }
}
.header__menu li.no-hover:hover {
  background-color: transparent;
}
.header.is-open .header__btn-line:first-child {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.header.is-open .header__btn-line:nth-child(2) {
  opacity: 0;
}
.header.is-open .header__btn-line:last-child {
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, 50%) rotate(-45deg);
}
.header.is-open .header__nav {
  opacity: 1;
  pointer-events: all;
}
.header.is-open .header__nav-inner {
  transform: none;
}

.footer {
  padding: 5rem 0 7.5rem 0;
  background-color: #1c4fa3;
}
.footer__main {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer__main {
    text-align: left;
  }
}
.footer__main-logo {
  display: block;
  width: 14.375rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .footer__main-logo {
    margin: 0;
  }
}
.footer__social {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .footer__social {
    justify-content: flex-start;
  }
}
.footer__social a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  height: 3.333rem;
  width: 3.333rem;
  border-radius: 50%;
  font-size: 1.667rem;
  border: 0.333rem solid #0078ff;
}
@media screen and (min-width: 768px) {
  .footer__social a {
    height: 2.5rem;
    width: 2.5rem;
    border-width: 0.25rem;
    font-size: 1.25rem;
  }
}
.footer__social a:hover {
  background-color: #0078ff;
}
.footer__social a + a {
  margin-left: 1.167rem;
}
@media screen and (min-width: 768px) {
  .footer__social a + a {
    margin-left: 0.875rem;
  }
}
.footer__menu li {
  color: #ffffff;
  text-transform: uppercase;
}
.footer__menu li span {
  cursor: pointer;
  transition: all 0.25s;
}
.footer__menu li span:hover {
  color: #0078ff;
}
.footer__menu li + li {
  margin-top: 0.833rem;
}
@media screen and (min-width: 768px) {
  .footer__menu li + li {
    margin-top: 0.625rem;
  }
}
.footer__sub {
  margin-top: 6.25rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer__sub {
    text-align: left;
  }
}
.footer__sub-logo {
  display: block;
  width: 12rem;
  margin: 0 auto 2.5rem auto;
  filter: brightness(0) invert(1);
}
@media screen and (min-width: 768px) {
  .footer__sub-logo {
    margin: 0;
    width: 9rem;
  }
}
.footer__sub-logo-img {
  width: 100%;
}

.u-color-primary-100 {
  color: #182035;
}
.u-color-primary-200 {
  color: #1c4fa3;
}
.u-color-primary-300 {
  color: #00dfff;
}
.u-color-primary-400 {
  color: #0078ff;
}
.u-color-primary-500 {
  color: #0f2957;
}
.u-color-primary-600 {
  color: #182035;
}
.u-color-secondary-400 {
  color: #f2c847;
}
.u-color-gray-300 {
  color: #fdfeff;
}
.u-color-gray-400 {
  color: #dadbdd;
}
.u-color-white {
  color: #ffffff;
}

.u-bg-primary-100 {
  background-color: #182035;
}
.u-bg-primary-200 {
  background-color: #1c4fa3;
}
.u-bg-primary-400 {
  background-color: #0078ff;
}
.u-bg-primary-600 {
  background-color: #182035;
}
.u-bg-gray-400 {
  background-color: #dadbdd;
}

.u-weight-lgt {
  font-weight: 300;
}
.u-weight-reg {
  font-weight: 400;
}
.u-weight-med {
  font-weight: 500;
}
.u-weight-bld {
  font-weight: 700;
}

.u-position-relative {
  position: relative;
}

.u-lh-1-25 {
  line-height: 1.25;
}