/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css?family=Lato:400,700&display=swap");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: .67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
          text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: .0625rem dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: .35em .75em .625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -.125rem;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@font-face {
  font-family: "Proxima Nova Regular";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/ProximaNova-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Proxima Nova ExtraBold";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/ProximaNova-ExtraBold.ttf") format("truetype");
}

@font-face {
  font-family: "Proxima Nova Bold";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/ProximaNova-Bold.otf") format("opentype");
}

body,
.footer .copy,
.header .menu-wrp .call-mail,
.banner .background .socials a,
.banner .rt .right .welcome-text p,
.banner .rt .right .form-wrp .field input,
.banner .rt .right .form-wrp .field .forgot-link,
.quality p,
.about-content p,
.leaders p {
  font-weight: 400;
  font-style: normal;
  font-family: "Lato", sans-serif;
}

.banner .rt .right .welcome-text p strong {
  font-weight: 700;
  font-style: normal;
  font-family: "Lato", sans-serif;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
  font-weight: normal;
  font-style: normal;
  font-family: "Proxima Nova ExtraBold", sans-serif;
}

.footer .right ul li:not(:last-child):after,
.footer .right ul li a,
.header .menu-wrp ul li:not(:last-child):after,
.header .menu-wrp ul li a,
.banner .background .socials a:not(:last-child):after,
.banner .rt .right .form-wrp .field button {
  font-weight: normal;
  font-style: normal;
  font-family: "Proxima Nova Bold", sans-serif;
}

h1,
.h1 {
  font-size: 3.8125rem;
  line-height: 3.8125rem;
}

h2,
.h2 {
  font-size: 2.875rem;
  line-height: 2.875rem;
}

h3,
.h3 {
  font-size: 2.6875rem;
  line-height: 2.6875rem;
}

h4,
.h4 {
  font-size: 1.4375rem;
  line-height: 1.875rem;
}

html {
  font-size: 1rem;
  height: 100%;
}

body {
  height: 100%;
  font-size: 1.125rem;
  line-height: 1.625rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

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

a {
  text-decoration: none;
}

p {
  margin: 0;
}

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

textarea {
  resize: none;
}

section {
  position: relative;
}

input,
select,
button {
  outline: none;
}

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

.wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  height: 100%;
}

.content {
  -webkit-box-flex: 1;
  flex: 1 0 auto;
}

.container {
  margin: 0 auto;
  max-width: 100%;
  padding: 0 12.5rem;
  width: 100%;
}

.footer {
  background-color: #0872b9;
  padding: 1.875rem 0;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
}
.footer .container {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.footer .left,
.footer .right {
  position: relative;
  width: 50%;
}
.footer .left {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.footer .left .logo {
  width: 12.5rem;
  position: relative;
  display: block;
  margin-right: .9375rem;
}
.footer .left .logo img {
  width: 12.5rem;
  height: auto;
}
.footer .copy {
  font-size: 1.125rem;
  line-height: 1.125rem;
  color: #ffffff;
}
.footer .right {
  text-align: right;
}
.footer .right ul {
  position: relative;
  width: 100%;
  display: block;
}
.footer .right ul li {
  position: relative;
  display: -webkit-inline-box;
  display: inline-flex;
  text-align: center;
}
.footer .right ul li:first-child {
  text-align: left;
}
.footer .right ul li:last-child {
  text-align: right;
}
.footer .right ul li:not(:last-child) {
  margin-right: .3125rem;
  padding-right: .9375rem;
}
.footer .right ul li:not(:last-child):after {
  content: "|";
  position: absolute;
  right: 0;
  top: 0;
  margin: auto 0;
  bottom: 0;
  font-size: 1.125rem;
  line-height: 1.125rem;
  color: #ffffff;
}
.footer .right ul li a {
          transition: all .3s ease;
  -webkit-transition: all .3s ease;
     -moz-transition: all .3s ease;
       -o-transition: all .3s ease;
      -ms-transition: all .3s ease;
  font-size: 1.125rem;
  line-height: 1.125rem;
  color: #ffffff;
  position: relative;
  display: inline-block;
}
.footer .right ul li a:hover {
  color: #8c8c8c;
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 5;
  width: 100%;
  padding: 1.875rem 0;
          transition: all .3s ease;
  -webkit-transition: all .3s ease;
     -moz-transition: all .3s ease;
       -o-transition: all .3s ease;
      -ms-transition: all .3s ease;
}
.header .container {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  align-content: center;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
.header .container:before,
.header .container:after {
  display: none;
}
.header .logo {
  width: 17.1875rem;
  position: relative;
  display: block;
}
.header .logo img {
  width: 100%;
  height: auto;
}
.header .menu-wrp {
  position: relative;
  display: inline-block;
  width: 25rem;
}
.header .menu-wrp .top-line,
.header .menu-wrp .bottom-line {
  position: relative;
  width: 100%;
  display: block;
}
.header .menu-wrp .top-line {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-bottom: 1.25rem;
}
.header .menu-wrp .call-mail {
  position: relative;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  font-size: 1.125rem;
  line-height: 1.125rem;
  color: #ffffff;
}
.header .menu-wrp .call-mail .icn-wrp {
  position: relative;
  display: inline-block;
  width: 1.3125rem;
  height: 1.3125rem;
  margin-right: .3125rem;
}
.header .menu-wrp .call-mail .icn-wrp .icon {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  fill: #ffffff;
}
.header .menu-wrp .call-mail:not(:last-child) {
  margin-right: .9375rem;
}
.header .menu-wrp ul {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.header .menu-wrp ul li {
  position: relative;
  display: inline-block;
  width: calc(100%/3);
  text-align: center;
}
.header .menu-wrp ul li:first-child {
  text-align: left;
}
.header .menu-wrp ul li:last-child {
  text-align: right;
}
.header .menu-wrp ul li:not(:last-child) {
  margin-right: .3125rem;
  padding-right: .9375rem;
}
.header .menu-wrp ul li:not(:last-child):after {
  content: "/";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  font-size: 2.0625rem;
  line-height: 2.0625rem;
  color: #ffffff;
}
.header .menu-wrp ul li a {
          transition: all .3s ease;
  -webkit-transition: all .3s ease;
     -moz-transition: all .3s ease;
       -o-transition: all .3s ease;
      -ms-transition: all .3s ease;
  font-size: 2.0625rem;
  line-height: 2.0625rem;
  color: #ffffff;
  position: relative;
  display: inline-block;
}
.header .menu-wrp ul li a:hover {
  color: #8c8c8c;
}
.header.scrolled {
  background-color: #ffffff;
}
.header li:after {
  mix-blend-mode: difference;
}
.header a {
  mix-blend-mode: difference;
}
.header a.logo {
  mix-blend-mode: normal;
}

.mobile-trigger {
  display: none;
  width: 2.5rem;
  position: relative;
  height: 2.5rem;
}
.mobile-trigger span {
  width: 2.5rem;
  height: .25rem;
  background-color: #0872b9;
          transition: all .3s ease;
  -webkit-transition: all .3s ease;
     -moz-transition: all .3s ease;
       -o-transition: all .3s ease;
      -ms-transition: all .3s ease;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: .1875rem;
}
.mobile-trigger span:before,
.mobile-trigger span:after {
  border-radius: .1875rem;
  content: "";
  position: absolute;
  right: 0;
  height: 100%;
  width: 100%;
  background-color: #0872b9;
          transition: all .3s ease;
  -webkit-transition: all .3s ease;
     -moz-transition: all .3s ease;
       -o-transition: all .3s ease;
      -ms-transition: all .3s ease;
}
.mobile-trigger span:before {
  -webkit-transform: translateY(-.625rem);
          transform: translateY(-.625rem);
}
.mobile-trigger span:after {
  -webkit-transform: translateY(.625rem);
          transform: translateY(.625rem);
}
.mobile-trigger.active span {
  background-color: transparent;
}
.mobile-trigger.active span:before {
  -webkit-transform: translateY(0) rotate(-45deg);
          transform: translateY(0) rotate(-45deg);
}
.mobile-trigger.active span:after {
  -webkit-transform: translateY(0) rotate(45deg);
          transform: translateY(0) rotate(45deg);
}
@media screen and (max-width: 47.9375rem) {
  .mobile-trigger {
    display: block;
  }
}

.section {
  position: relative;
  display: block;
  width: 100%;
}

.banner {
  height: 100vh;
  background-color: #0872b9;
}
.banner h1,
.banner .h1 {
  text-transform: uppercase;
}
.banner h1 span,
.banner .h1 span {
  color: #0872b9;
}
.banner.ab {
  height: auto;
  min-height: 18.75rem;
}
.banner.ab .background .container {
  padding-top: 9.375rem;
  padding-bottom: 3.125rem;
}
.banner .background {
  width: 65%;
  position: absolute;
  left: 0;
  z-index: 1;
  top: 0;
  height: 100%;
}
.banner .background .left {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.banner .background .left img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner .background .container {
  height: 100%;
  z-index: 1;
  position: relative;
  padding-top: 12.5rem;
  padding-bottom: 21.875rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.banner .background .socials {
  position: absolute;
  bottom: 3.125rem;
  width: 100%;
}
.banner .background .socials a {
  position: relative;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  font-size: 1.125rem;
  line-height: 1.125rem;
  color: #000000;
          transition: all .3s ease;
  -webkit-transition: all .3s ease;
     -moz-transition: all .3s ease;
       -o-transition: all .3s ease;
      -ms-transition: all .3s ease;
}
.banner .background .socials a .icn-wrp {
  position: relative;
  display: inline-block;
  width: 1.3125rem;
  height: 1.3125rem;
  margin-right: .3125rem;
}
.banner .background .socials a .icn-wrp .icon {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  fill: #000000;
          transition: all .3s ease;
  -webkit-transition: all .3s ease;
     -moz-transition: all .3s ease;
       -o-transition: all .3s ease;
      -ms-transition: all .3s ease;
}
.banner .background .socials a:not(:last-child) {
  margin-right: .3125rem;
  padding-right: .9375rem;
}
.banner .background .socials a:not(:last-child):after {
  content: "/";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin-top: .125rem;
  font-size: 1.3125rem;
  line-height: 1.3125rem;
  color: #000000;
}
.banner .background .socials a:not(:last-child) {
  margin-right: .9375rem;
}
.banner .background .socials a:hover {
  color: #0872b9;
}
.banner .background .socials a:hover .icn-wrp .icon {
  fill: #0872b9;
}
.banner .rt {
  position: relative;
  height: 100%;
  display: block;
  padding-top: 12.5rem;
  padding-bottom: 3.125rem;
  padding-right: 0;
  overflow: hidden;
}
.banner .rt .right {
  position: relative;
  display: -webkit-box;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  align-items: flex-end;
  align-content: flex-end;
  width: 70%;
  margin-left: auto;
  margin-right: 0;
  align-self: flex-end;
}
.banner .rt .right .row-images {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: flex;
  overflow: hidden;
  height: 12.5rem;
}
.banner .rt .right .row-images .img-wrp {
  width: calc(100%/3);
  height: 100%;
  position: relative;
  display: inline-block;
}
.banner .rt .right .row-images .img-wrp img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner .rt .right .welcome-text {
  padding-left: 25%;
  text-align: right;
  margin-right: 12.5rem;
  margin-bottom: 2.5rem;
}
.banner .rt .right .welcome-text p {
  color: #ffffff;
  font-size: 1.6875rem;
  line-height: 2.75rem;
}
.banner .rt .right .form-wrp {
  margin-right: 12.5rem;
  max-width: 25rem;
  overflow: hidden;
  border-radius: .375rem;
  background-color: rgba(255, 255, 255, .14);
  padding: 1.25rem;
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 2.5rem;
}
.banner .rt .right .form-wrp form {
  position: relative;
  display: block;
  width: 100%;
}
.banner .rt .right .form-wrp .field {
  position: relative;
  display: -webkit-box;
  display: flex;
  height: 3.4375rem;
  width: 100%;
}
.banner .rt .right .form-wrp .field.forgot {
  height: auto;
}
.banner .rt .right .form-wrp .field:not(:last-child) {
  margin-bottom: .9375rem;
}
.banner .rt .right .form-wrp .field .icn-wrp {
  width: 1.3125rem;
  height: 1.3125rem;
  position: relative;
  display: block;
}
.banner .rt .right .form-wrp .field .icn-wrp .icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  fill: #666666;
}
.banner .rt .right .form-wrp .field label {
  position: relative;
  display: -webkit-inline-box;
  display: inline-flex;
  height: 100%;
  padding: 1rem .9375rem;
  border: .0625rem solid #cbcbcb;
  background-color: #f2f2f2;
  cursor: pointer;
  border-right: none;
}
.banner .rt .right .form-wrp .field input {
  width: calc(100% - 3.25rem);
  position: relative;
  display: -webkit-inline-box;
  display: inline-flex;
  padding: .9375rem .625rem;
  border: .0625rem solid #cbcbcb;
  font-size: 1.125rem;
  line-height: 1.125rem;
  color: #8c8c8c;
}
.banner .rt .right .form-wrp .field button {
  position: relative;
  display: -webkit-inline-box;
  display: inline-flex;
  width: 100%;
  -webkit-box-align: center;
  align-items: center;
  align-content: center;
  padding: .9375rem;
  text-align: center;
  -webkit-box-pack: center;
  justify-content: center;
  border-radius: .375rem;
  background-color: #003e67;
  border: .125rem solid #003e67;
  color: #ffffff;
  font-size: 1.4375rem;
  line-height: 1.4375rem;
  cursor: pointer;
          transition: all .3s ease;
  -webkit-transition: all .3s ease;
     -moz-transition: all .3s ease;
       -o-transition: all .3s ease;
      -ms-transition: all .3s ease;
}
.banner .rt .right .form-wrp .field button:hover {
  background-color: transparent;
  border-color: #ffffff;
}
.banner .rt .right .form-wrp .field .forgot-link {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 1.125rem;
  line-height: 1.125rem;
          transition: all .3s ease;
  -webkit-transition: all .3s ease;
     -moz-transition: all .3s ease;
       -o-transition: all .3s ease;
      -ms-transition: all .3s ease;
}
.banner .rt .right .form-wrp .field .forgot-link:hover {
  color: #003e67;
}
.banner .brand {
  position: absolute;
  right: -4.6875rem;
  top: 0;
  bottom: 0;
  margin: auto 0;
  opacity: .09;
  height: 25rem;
}
.banner .brand img {
  height: 100%;
  width: auto;
}

.quality,
.about-content {
  margin: 3.125rem 0;
  padding: 4.6875rem 0;
  background-color: #003e67;
}
.quality .img-wrp,
.quality .left-wrp,
.about-content .img-wrp,
.about-content .left-wrp {
  width: 35%;
  position: relative;
}
.quality .img-wrp img,
.quality .left-wrp img,
.about-content .img-wrp img,
.about-content .left-wrp img {
  width: 100%;
  height: auto;
}
.quality .text-wrp,
.about-content .text-wrp {
  position: relative;
  width: 65%;
  display: block;
  padding-left: 3.125rem;
}
.quality .container,
.about-content .container {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
}
.quality h2,
.quality .h2,
.about-content h2,
.about-content .h2 {
  margin-bottom: .9375rem;
  color: #ffffff;
}
.quality h2 span,
.quality .h2 span,
.about-content h2 span,
.about-content .h2 span {
  color: #0872b9;
}
.quality p,
.about-content p {
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: #ffffff;
}
.quality p:not(:last-child),
.about-content p:not(:last-child) {
  margin-bottom: .9375rem;
}

.about-content {
  background-color: transparent;
}
.about-content h2,
.about-content .h2 {
  text-transform: uppercase;
  color: #000000;
}
.about-content p {
  color: #000000;
}
.about-content .brand {
  position: absolute;
  left: 3.125rem;
  top: 0;
  margin: auto 0;
  opacity: .09;
  height: 37.5rem;
  width: 37.5rem;
}
.about-content .brand img {
  height: 100%;
  width: 100%;
}
.about-content .brand .icon {
  height: 100%;
  width: 100%;
}
.about-content .modern-p-form .p-form-md {
  width: 100%;
}

.leaders {
  padding: 4.6875rem 0;
}
.leaders .brand {
  position: absolute;
  left: 3.125rem;
  top: 0;
  margin: auto 0;
  opacity: .09;
  height: 43.75rem;
  width: 43.75rem;
}
.leaders .brand img {
  height: 100%;
  width: 100%;
}
.leaders .brand .icon {
  height: 100%;
  width: 100%;
}
.leaders .leaders__items {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.leaders .leaders__item {
  width: calc(100%/3);
  margin-bottom: 4.6875rem;
  padding: 0 .9375rem;
}
.leaders .leaders__item .item-wrp {
  background-size: 100% 100%;
  position: relative;
  display: block;
  border: .3125rem solid #0872b9;
  border-top: none;
  padding: 1.25rem;
  padding-top: 3.125rem;
  height: 100%;
}
.leaders .leaders__item .item-wrp span.line {
  position: absolute;
  left: 0;
  top: 0;
  height: .3125rem;
  width: 100%;
}
.leaders .leaders__item .item-wrp span.line:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 2.5rem;
  left: 0;
  top: 0;
  background-color: #0872b9;
}
.leaders .leaders__item .item-wrp span.line:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: calc(100% - 8.75rem);
  height: .3125rem;
  background-color: #0872b9;
}
.leaders .leaders__item.cta .item-wrp {
  border-color: transparent;
  padding-top: 0;
  padding-left: 0;
}
.leaders .leaders__item .icn-wrp {
  position: absolute;
  left: 2.5rem;
  height: 4.6875rem;
  width: 6.25rem;
  top: -2.1875rem;
}
.leaders .leaders__item .icn-wrp .icon {
  height: 100%;
  width: auto;
  max-width: 100%;
}
.leaders h4,
.leaders .h4 {
  text-transform: uppercase;
  margin-bottom: .9375rem;
}
.leaders p {
  font-size: 1rem;
  line-height: 1.5625rem;
}

@media screen and (max-width: 100rem) {
  h1,
  .h1 {
    font-size: 3.125rem;
    line-height: 3.125rem;
  }
  h2,
  .h2 {
    font-size: 2.5rem;
    line-height: 2.8125rem;
  }
  h3,
  .h3 {
    font-size: 2.1875rem;
    line-height: 2.5rem;
  }
  h4,
  .h4 {
    font-size: 1.25rem;
    line-height: 1.25rem;
  }
  .container {
    padding: 0 6.25rem;
  }
  .container.rt {
    padding-right: 0;
  }
  .header .logo {
    width: 12.5rem;
  }
  .header .menu-wrp .top-line {
    -webkit-box-pack: end;
    justify-content: flex-end;
    margin-bottom: .625rem;
  }
  .header .menu-wrp .bottom-line ul {
    -webkit-box-pack: end;
    justify-content: flex-end;
  }
  .header .menu-wrp .bottom-line ul li {
    width: auto;
  }
  .header .menu-wrp .bottom-line ul li:not(:last-child) {
    margin-right: .9375rem;
    padding-right: .9375rem;
  }
  .header .menu-wrp .bottom-line ul li:not(:last-child):after {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
  .header .menu-wrp .bottom-line ul li a {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
  .banner .container {
    padding-top: 9.375rem;
  }
  .banner.ab .background .left img {
    width: 100%;
  }
  .banner .background .left img {
    top: auto;
    height: 100%;
    right: 0;
    left: auto;
    width: auto;
  }
  .banner .rt .right {
    flex-wrap: nowrap;
  }
  .banner .rt .right .form-wrp {
    margin-right: 6.25rem;
  }
  .banner .rt .right .welcome-text {
    margin-right: 6.25rem;
    padding-left: 30%;
  }
  .banner .rt .right .welcome-text p {
    font-size: 1.25rem;
    line-height: 2.1875rem;
  }
  .banner .rt .right .row-images {
    height: 10.9375rem;
  }
  .quality p,
  .about-content p {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .banner.ab .background .left img {
    width: 150%;
  }
  .about-content .brand {
    height: 100%;
    width: 21.875rem;
  }
}

@media screen and (max-width: 81.1875rem) {
  h1,
  .h1 {
    font-size: 2.8125rem;
    line-height: 3.125rem;
  }
  h2,
  .h2 {
    font-size: 2.5rem;
    line-height: 2.8125rem;
  }
  h3,
  .h3 {
    font-size: 2.1875rem;
    line-height: 2.5rem;
  }
  h4,
  .h4 {
    font-size: 1.25rem;
    line-height: 1.25rem;
  }
  .container {
    padding: 0 1.875rem;
  }
  .banner .background {
    width: 55%;
  }
  .banner .background .left {
    width: 100%;
    overflow: hidden;
    -webkit-clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
  }
  .banner .background .left img {
    left: 0;
    width: 200%;
  }
  .banner .rt .right {
    width: 55%;
  }
  .banner .rt .right .form-wrp,
  .banner .rt .right .welcome-text {
    margin-right: 1.875rem;
    margin-bottom: 0;
  }
  .banner .rt .right .welcome-text {
    padding-left: 15%;
  }
  .banner .rt .right .row-images {
    height: 9.375rem;
  }
}

@media screen and (max-width: 75rem) {
  h1,
  .h1 {
    font-size: 2.5rem;
    line-height: 2.8125rem;
  }
  h2,
  .h2 {
    font-size: 2.1875rem;
    line-height: 2.5rem;
  }
  h3,
  .h3 {
    font-size: 1.875rem;
    line-height: 2.1875rem;
  }
  h4,
  .h4 {
    font-size: 1.125rem;
    line-height: 1.25rem;
  }
  .container {
    padding: 0 .9375rem;
  }
  .banner .background {
    width: 50%;
  }
  .banner .background .left {
    width: 100%;
    overflow: hidden;
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
  }
  .banner .background .left img {
    left: 0;
    width: 200%;
  }
  .banner .rt .right {
    width: 51%;
  }
  .banner .rt .right .form-wrp,
  .banner .rt .right .welcome-text {
    margin-right: .9375rem;
    margin-bottom: 0;
  }
  .banner .rt .right .welcome-text {
    padding-left: 1%;
  }
  .banner .rt .right .welcome-text p {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
  .banner .rt .right .row-images {
    height: 9.375rem;
  }
}

@media screen and (max-width: 61.9375rem) {
  .header li:after {
    color: #0872b9 !important;
    mix-blend-mode: normal !important;
  }
  .header a {
    color: #0872b9 !important;
    mix-blend-mode: normal !important;
  }
  .header a .icon {
    fill: #0872b9 !important;
  }
  .header a:hover {
    color: #000000 !important;
  }
  .header a:hover .icon {
    fill: #000000 !important;
  }
  .banner {
    height: auto;
  }
  .banner .background {
    position: relative;
    width: 100%;
    z-index: 0;
  }
  .banner .background .container {
    padding-top: 9.375rem;
    padding-bottom: 6.25rem;
    height: auto;
  }
  .banner .background .socials {
    position: relative;
    bottom: 0;
    margin-top: 2.5rem;
  }
  .banner.ab .rt {
    padding-top: 1.875rem;
  }
  .banner .rt {
    padding-bottom: 1.875rem;
    padding-top: 0;
    padding-left: 0;
    z-index: 1;
    position: relative;
    overflow: visible;
  }
  .banner .rt .brand {
    right: 0 !important;
    width: 18.75rem;
    height: 18.75rem;
  }
  .banner .rt .brand img {
    width: 100%;
    height: auto;
  }
  .banner .rt .right {
    width: 100%;
    -webkit-box-align: center;
    align-items: center;
    align-content: center;
  }
  .banner .rt .right .form-wrp {
    margin-top: -3.125rem;
  }
  .banner .rt .right .form-wrp,
  .banner .rt .right .welcome-text {
    margin-bottom: 1.875rem;
  }
  .banner .rt .right .row-images {
    overflow: hidden;
  }
  .banner .rt .right .welcome-text {
    text-align: center;
    padding: 0 .9375rem;
  }
  .quality .container,
  .about-content .container {
    flex-wrap: wrap;
  }
  .quality .img-wrp,
  .quality .text-wrp,
  .quality .left-wrp,
  .about-content .img-wrp,
  .about-content .text-wrp,
  .about-content .left-wrp {
    width: 100%;
  }
  .leaders {
    padding-bottom: 0;
  }
  .leaders .brand {
    width: 100%;
    left: 0;
    right: 0;
  }
  .leaders .leaders__item {
    width: calc(100%/2);
  }
}

@media screen and (max-width: 61.9375rem) {
  .quality .text-wrp,
  .about-content .text-wrp {
    padding-left: 0;
  }
}

@media screen and (max-width: 47.9375rem) {
  .wrapper {
    overflow: hidden;
  }
  h2,
  .h2 {
    font-size: 1.875rem;
  }
  body {
    height: auto;
    min-height: 100%;
    overflow: auto;
  }
  body.menu-open .header {
    background-color: #ffffff;
  }
  body.menu-open .header .menu-wrp {
    right: 0;
  }
  .header {
    padding: .9375rem 0;
  }
  .header .logo {
    width: 50%;
    text-align: center;
    height: 2.5rem;
  }
  .header .logo img {
    height: 100%;
    width: auto;
  }
  .header .menu-wrp {
    position: absolute;
    top: 100%;
    right: 0;
    display: block;
    width: 100%;
    max-width: 100%;
    padding: .9375rem;
    background-color: #ffffff;
    border-top: .0625rem solid #0872b9;
            transition: all .3s ease;
    -webkit-transition: all .3s ease;
       -moz-transition: all .3s ease;
         -o-transition: all .3s ease;
        -ms-transition: all .3s ease;
    right: -100%;
  }
  .header .menu-wrp .top-line {
    display: block;
  }
  .header .menu-wrp .top-line a {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: right;
    margin-right: 0 !important;
    margin-bottom: .625rem;
  }
  .header .menu-wrp .bottom-line ul {
    display: block;
  }
  .header .menu-wrp .bottom-line ul li {
    display: block;
    width: 100%;
    text-align: right;
    margin-right: 0 !important;
    margin-bottom: .625rem;
    padding-right: 0 !important;
  }
  .header .menu-wrp .bottom-line ul li:after {
    display: none;
  }
  .banner .rt .right .form-wrp {
    max-width: 100%;
  }
  .banner .rt .right .form-wrp,
  .banner .rt .right .welcome-text {
    margin-right: 0;
  }
  .banner .rt .right .row-images {
    height: 6.25rem;
  }
  .quality .text-wrp,
  .about-content .text-wrp {
    padding-left: 0;
  }
  .leaders {
    padding-top: 0;
  }
  .leaders .leaders__item {
    width: 100%;
    padding: 0;
  }
  .footer .container {
    flex-wrap: wrap;
  }
  .footer .container .left {
    flex-wrap: wrap;
    text-align: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
  }
  .footer .container .left .logo {
    margin-bottom: 1.25rem;
  }
  .footer .container .right {
    margin-top: 1.25rem;
    text-align: center;
  }
  .footer .left,
  .footer .right {
    width: 100%;
  }
}