@font-face {
  font-family: "franklin-gothic-urw";
  src: url("../fonts/1557642/0c7421b4-b6e5-4dc6-971d-0f322dd8fb74.woff2") format("woff2"), url("../fonts/1557642/0e271f45-53bc-4262-bc21-f40961e75f9e.woff") format("woff");
  font-weight: 400;
}

@font-face {
  font-family: "franklin-gothic-urw";
  src: url("../fonts/1557654/789ed518-4283-43d3-a0d9-7eb232173df2.woff2") format("woff2"), url("../fonts/1557654/84c73f3b-2e0a-41f8-9eea-4cd1f6e9b619.woff") format("woff");
  font-weight: 500;
}

@font-face {
  font-family: "franklin-gothic-urw";
  src: url("../fonts/1557654/789ed518-4283-43d3-a0d9-7eb232173df2.woff2") format("woff2"), url("../fonts/1557654/84c73f3b-2e0a-41f8-9eea-4cd1f6e9b619.woff") format("woff");
  font-weight: 600;
}

@font-face {
  font-family: "franklin-gothic-urw";
  src: url("../fonts/1557654/789ed518-4283-43d3-a0d9-7eb232173df2.woff2") format("woff2"), url("../fonts/1557654/84c73f3b-2e0a-41f8-9eea-4cd1f6e9b619.woff") format("woff");
  font-weight: 700;
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  width: 100%;
}

body {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  font-family: franklin-gothic-urw, sans-serif;
  position: relative;
  color: #001432;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

b {
  font-weight: 700;
}

a {
  color: #0ab4dc;
  text-decoration: none;
}

.header {
  font-size: 24px;
  line-height: 28px;
  color: #001432;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
}

.header--white {
  color: white;
}

@media (min-width: 1366px) {
  .header {
    font-size: 28px;
    line-height: 32px;
  }
}

.text--center {
  text-align: center !important;
}

.text--big {
  font-size: 16px;
  line-height: 22px;
}

.btn {
  border: none;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: unset;
  height: 43px;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 3px;
}

@media (min-width: 1024px) {
  .btn {
    max-width: 312px;
  }
}

.btn--blue {
  background-color: #001432;
  color: white;
}

.btn--link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 220px;
  margin: auto;
  margin-top: 25px;
}

.btn--white {
  background-color: white;
}

.btn--white::after {
  margin-left: 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 0 4.5px 8px;
  border-color: transparent transparent transparent black;
}

.container {
  max-width: 100%;
  margin: 0 20px;
}

@media (min-width: 1366px) {
  .container {
    max-width: 1270px;
    margin: auto;
  }
}

.header-main__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 90px;
}

.header-main .logo {
  width: 164px;
  height: 33px;
}

.header-main .nav .desktop-menu {
  display: none;
}

@media (min-width: 1024px) {
  .header-main .nav .desktop-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header-main .nav .desktop-menu li {
    margin-left: 45px;
  }
  .header-main .nav .desktop-menu li a {
    color: black;
  }
}

@media (min-width: 1024px) {
  .header-main .nav .mobile-menu {
    display: none;
  }
}

.header-main .nav .mobile-menu ul {
  position: fixed;
  top: 0;
  left: 0;
  background-color: white;
  width: 100%;
  height: 100%;
  opacity: 0;
  display: none;
  z-index: 9999;
  padding: 50px;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.header-main .nav .mobile-menu .open {
  display: block;
  opacity: 1;
}

.header-main .nav .mobile-menu li {
  font-size: 23px;
  margin-bottom: 20px;
}

.header-main .nav .mobile-menu li a {
  color: black;
}

.header-main .menu-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: unset;
  border: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-main .menu-btn p {
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 2px;
  margin-right: 12px;
  color: #001432;
}

.header-main .lines {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 15px;
}

.header-main .lines span {
  width: 21px;
  height: 3px;
  border-radius: 3px;
  background-color: #001432;
  display: block;
}

@media (min-width: 1024px) {
  .hero {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

.hero__left img {
  width: 100%;
}

@media (min-width: 1024px) {
  .hero__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
  }
}

@media (min-width: 1366px) {
  .hero__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 50%;
  }
}

.hero__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hero__top img {
  width: 50%;
}

.hero__bottom {
  padding: 40px 20px 70px 20px;
  background-color: #f5f5f5;
}

.hero__bottom .header {
  margin-bottom: 20px;
}

.hero__bottom br {
  display: none;
}

@media (min-width: 1024px) {
  .hero__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .hero__bottom br {
    display: inline;
  }
}

@media (min-width: 1269px) {
  .hero__bottom {
    padding: 70px;
  }
}

@media (min-width: 1366px) {
  .hero__bottom {
    height: 50%;
  }
}

.boxes {
  padding-top: 50px;
}

.boxes .header {
  margin-bottom: 30px;
}

@media (min-width: 1366px) {
  .boxes {
    padding-top: 70px;
  }
}

@media (min-width: 1024px) {
  .boxes .swiper-slide {
    width: 25%;
  }
}

.box {
  margin-bottom: 100px;
}

@media (min-width: 1024px) {
  .box {
    margin-bottom: 70px;
  }
}

.box__inner {
  background-color: #f5f5f5;
  height: 230px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 1024px) {
  .box__inner {
    height: 298px;
    margin: 0 15px;
  }
}

.box__img {
  max-width: 100px;
  margin: 0 auto;
  display: block;
  margin-bottom: 30px;
}

.box__text {
  font-size: 40px;
  font-weight: 800;
  text-align: center;
}

.box__subtext {
  font-weight: 700;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.text-box {
  padding: 40px 20px 25px 20px;
}

@media (min-width: 1024px) {
  .text-box {
    padding: 80px 80px 80px 50px;
    width: 50%;
  }
}

.text-box .header {
  margin-bottom: 25px;
  text-align: left;
}

.text-box p {
  margin-bottom: 25px;
}

.text-box--gray {
  background-color: #f5f5f5;
}

.text-box ul {
  list-style: disc;
  padding-left: 20px;
  padding-bottom: 25px;
}

.text-box--blue {
  background-color: #001432;
  color: white;
}

.team {
  margin-bottom: 50px;
}

.team .header {
  margin-bottom: 30px;
}

@media (min-width: 1024px) {
  .team .header {
    margin-top: 80px;
  }
  .team .header br {
    display: none;
  }
}

.team__box {
  position: relative;
  overflow: hidden;
}

.team__img {
  height: 490px;
  width: auto;
}

@media (min-width: 1024px) {
  .team__img {
    height: 624px;
  }
}

.team__text-box {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 20px 50px 20px;
}

@media (min-width: 1024px) {
  .team__text-box {
    padding: 0 0 110px 50px;
  }
}

.team__text-box .header {
  text-align: left;
  text-transform: uppercase;
}

@media (min-width: 1024px) {
  .team__text-box .header br {
    display: block;
  }
}

.team__text-box p {
  color: white;
}

.text {
  padding-bottom: 50px;
  text-align: center;
}

@media (min-width: 1024px) {
  .text {
    padding-bottom: 80px;
  }
}

.text .header {
  margin-bottom: 25px;
}

@media (min-width: 1024px) {
  .text .header {
    margin-top: 80px;
  }
}

.map {
  height: 288px;
  width: 100%;
}

@media (min-width: 1024px) {
  .map {
    width: 50%;
    height: unset;
  }
}

.img-text {
  margin-bottom: 50px;
}

@media (min-width: 1024px) {
  .img-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .img-text__img {
    width: 50%;
  }
}

@media (min-width: 1024px) {
  .text-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.grow {
  padding-top: 50px;
}

.grow .header {
  margin-bottom: 25px;
}

@media (min-width: 1024px) {
  .grow .header {
    margin-top: 80px;
  }
}

.grow__box {
  background-color: #001432;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.grow__box h3 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin: 50px 20px !important;
  text-align: left;
}

.grow__box h3 br {
  display: none;
}

@media (min-width: 1024px) {
  .grow__box h3 {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 80px 156px !important;
  }
  .grow__box h3 br {
    display: block;
  }
}

@media (min-width: 1024px) {
  .grow__box {
    position: relative;
  }
}

.grow__img {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.grow .text-box .header {
  margin-top: 0;
}

.video {
  margin-bottom: 50px;
}

.video .header {
  margin-top: 50px;
  margin-bottom: 25px;
}

@media (min-width: 1024px) {
  .video .header {
    margin-top: 80px;
  }
}

.video__box {
  position: relative;
}

.video .yt-box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.video .yt-go {
  position: static;
}

.video .btn {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 220px;
  display: block;
}

@media (min-width: 1024px) {
  .video .btn {
    top: unset;
    bottom: 40px;
  }
}

#contact .link {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  display: block;
}

@media (min-width: 1024px) {
  #contact .link {
    display: inline;
  }
}

@media (min-width: 1024px) {
  #contact .text-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.values {
  background-color: #004577;
  margin-bottom: 30px;
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (min-width: 1024px) {
  .values {
    padding-top: 50px;
    padding-bottom: 70px;
  }
}

.values-swiper__img {
  width: calc(100% - 60px);
  margin: auto;
  display: block;
}

@media (min-width: 1024px) {
  .values-swiper__img {
    width: 635px;
  }
}

.values-swiper .header {
  margin: 30px 0;
}

.values-swiper p {
  text-align: center;
  color: white;
  padding: 0 50px;
}

.footer {
  background-color: #001432;
  border-top: 1px solid white;
  height: 50px;
  padding: 40px 0 30px 0;
}

.footer img {
  width: 20px;
  height: 20px;
  display: block;
}

.footer .copy {
  color: white;
  text-align: center;
}

.footer .footer-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

@media (min-width: 1024px) {
  .footer {
    height: 90;
    padding: 0;
  }
  .footer a {
    display: block;
  }
  .footer p {
    display: block;
  }
  .footer .footer-box {
    height: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    max-width: 1270px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.swiper-wrapper {
  height: unset;
}

.swiper-pagination {
  margin-bottom: 50px;
}

.swiper-pagination-bullet {
  height: 10px;
  width: 10px;
  border: 1px solid #001432;
  background-color: white;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background-color: #001432;
}

.products-swiper {
  padding-bottom: 60px;
}

.products-swiper .swiper-pagination {
  margin-bottom: 30px;
}

@media (min-width: 1024px) {
  .products-swiper .swiper-slide {
    width: calc(25% - 22.5px);
    margin: 0 15px;
  }
  .products-swiper .swiper-slide:nth-of-type(1) {
    margin-left: 0;
  }
  .products-swiper .swiper-slide:nth-of-type(4) {
    margin-right: 0;
  }
  .products-swiper .swiper-slide .product__header {
    font-size: 24px;
    line-height: 38px;
    margin-bottom: 10px;
    text-transform: none;
  }
}

@media (min-width: 1024px) {
  .products .product-pag {
    display: none;
  }
}

.product__box {
  padding: 40px 30px 30px 30px;
  background-color: #f5f5f5;
}

@media (min-width: 1024px) {
  .product__box {
    padding: 40px 15px 0 15px;
    height: 160px;
  }
}

.product p {
  text-align: center;
}

.mission {
  margin-bottom: 30px;
}

@media (min-width: 1024px) {
  .mission {
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .mission .mission__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
    width: 50%;
  }
  .mission .mission__box .text-box {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 50%;
  }
  .mission .mission__img {
    width: 50%;
  }
}

.slider-bottom {
  background-color: #001432;
}

.slider-bottom .header {
  padding-top: 50px;
  padding-bottom: 20px;
}

.slider-bottom p {
  color: white;
  text-align: center;
  padding-bottom: 20px;
}

.slider-bottom .swiper-pagination-bullet {
  height: 10px;
  width: 10px;
  border: 1px solid white;
  background-color: #001432;
  opacity: 1;
}

.slider-bottom .swiper-pagination-bullet-active {
  background-color: white;
}

.slider-bottom__link {
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 100px;
}

.slider-bottom__text {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 20px;
}

.slider-bottom .swiper-button-prev,
.slider-bottom .swiper-button-next {
  width: 40px;
  height: 40px;
  background-color: #00467d;
  border-radius: 50%;
  top: 82%;
  color: white;
}

.slider-bottom .swiper-button-prev::after,
.slider-bottom .swiper-button-next::after {
  font-size: 18px !important;
}

@media (min-width: 1024px) {
  .slider-bottom .swiper-button-prev {
    left: 0 !important;
  }
  .slider-bottom .swiper-button-next {
    right: 0 !important;
  }
  .slider-bottom .button-group {
    position: absolute;
    top: 36%;
    width: 77%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

@media (min-width: 1365px) {
  .slider-bottom .button-group {
    position: absolute;
    top: 38%;
    width: 75%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

@media (min-width: 1919px) {
  .slider-bottom .button-group {
    position: absolute;
    top: 42%;
    width: 72%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.slider-bottom .swiper-button-prev {
  left: 50px;
}

.slider-bottom .swiper-button-next {
  right: 50px;
}

@media (min-width: 1024px) {
  .text-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 1024px) {
  .text-img__img {
    width: 50%;
  }
}

@media (min-width: 1024px) {
  .grow {
    padding-top: 0;
  }
}
/*# sourceMappingURL=style.css.map */