/*! 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.
 */
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: 0.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 */
  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: -0.25em;
}

sup {
  top: -0.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: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.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: -2px; /* 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;
}

span.red {
  color: #FE0000;
}

span.blue {
  color: #1600FF;
}

span.green {
  color: #068C01;
}

* {
  box-sizing: border-box;
}

body {
  font-family: "Poppins", sans-serif;
}

p {
  font-size: 22px;
  line-height: 34px;
  color: #3C3C3C;
  font-weight: 300;
}
@media (max-width: 768px) {
  p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 425px) {
  p {
    font-size: 14px;
    line-height: 20px;
  }
}
p b {
  font-weight: 600;
}

.container {
  max-width: 1600px;
  margin: 0 auto;
  padding-left: 25px;
  padding-right: 25px;
}

.btn {
  padding: 15px 25px;
  text-decoration: none;
  color: white;
  text-transform: uppercase;
  border-radius: 30px;
  font-size: 16px;
  margin-top: 15px;
  display: inline-block;
  user-select: none;
}
@media (max-width: 768px) {
  .btn {
    font-size: 14px;
  }
}
.btn.w-arrow img {
  height: 15px;
  display: inline-block;
  vertical-align: top;
  padding-left: 10px;
}
@media (max-width: 768px) {
  .btn.w-arrow img {
    height: 12px;
    padding-left: 5px;
  }
}
.btn-teal-gradient {
  background: linear-gradient(90deg, #4f98b8 0%, #326981 100%);
  font-weight: 600;
  transition: box-shadow 0.25s;
  box-shadow: 0 0 10px 5px rgba(79, 152, 184, 0);
}
.btn-teal-gradient:hover {
  box-shadow: 0 0 10px 5px rgba(79, 152, 184, 0.5);
}
.btn-product-read {
  border: 1px solid #4F98B8;
  font-weight: 600;
  color: #326981;
  box-shadow: 0 0 10px 5px rgba(79, 152, 184, 0);
  background: white;
  transition: color 0.25s, background 0.25s;
}
.btn-product-read:hover {
  color: white;
  background: #326981;
}
.btn-product-read:hover img {
  filter: brightness(0) invert(1);
}

nav {
  background-color: white;
  padding: 25px 0;
}
@media (max-width: 768px) {
  nav {
    padding: 10px 0;
  }
}
@media (max-width: 768px) {
  nav .desktop-menu {
    display: none;
  }
}
nav .container {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  nav .container {
    flex-direction: column;
    padding: 0px;
    max-width: 100%;
  }
}
nav .container .logo {
  max-width: 200px;
  user-select: none;
}
@media (max-width: 1024px) {
  nav .container .logo {
    max-width: 160px;
  }
}
@media (max-width: 768px) {
  nav .container .logo {
    max-width: 140px;
  }
}
nav .container .logo img {
  width: 100%;
  display: block;
}
nav .container .items {
  display: flex;
  text-align: center;
  align-items: center;
  flex-grow: 0.75;
  justify-content: space-around;
}
nav .container .items .item {
  text-decoration: none;
  padding: 10px 25px;
  border-left: 1px solid #B4B4B4;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
nav .container .items .item:first-child {
  border-left: none;
}
@media (max-width: 1024px) {
  nav .container .items .item {
    padding: 10px 15px;
  }
}
@media (max-width: 768px) {
  nav .container .items .item {
    padding: 5px 10px;
  }
}
@media (max-width: 425px) {
  nav .container .items .item {
    padding: 5px 5px;
  }
}
nav .container .items .item p.name {
  font-size: 20px;
  line-height: 30px;
  margin: 0;
  color: #3C3C3C;
  font-weight: 600;
}
@media (max-width: 1024px) {
  nav .container .items .item p.name {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 768px) {
  nav .container .items .item p.name {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 425px) {
  nav .container .items .item p.name {
    font-size: 12px;
    line-height: 18px;
  }
}
nav .container .items .item p.item-desc {
  font-size: 14px;
  line-height: 20px;
  color: #3C3C3C;
  margin-bottom: 0;
  margin-top: 0;
}
@media (max-width: 1024px) {
  nav .container .items .item p.item-desc {
    font-size: 12px;
    line-height: 18px;
  }
}
@media (max-width: 768px) {
  nav .container .items .item p.item-desc {
    font-size: 10px;
    line-height: 16px;
  }
}
nav .container .items .item.active {
  border-radius: 25px;
  border-left: none;
}
nav .container .items .item.active + .item {
  border-left: none;
}
nav .container .items .item.active .name, nav .container .items .item.active .name span, nav .container .items .item.active .item-desc {
  color: white;
}
nav .container .items .item.active.one {
  background: linear-gradient(90deg, #7f0000 0%, #fe0000 100%);
}
nav .container .items .item.active.desk {
  background: linear-gradient(90deg, #0b0080 0%, #1600ff 100%);
}
nav .container .items .item.active.guard {
  background: linear-gradient(90deg, #076404 0%, #068c01 100%);
}
nav .container .btn {
  margin-top: 0;
  align-self: center;
  padding: 20px 35px;
  font-size: 18px;
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  nav .container .btn {
    padding: 15px 25px;
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  nav .container .btn {
    padding: 10px 15px;
    font-size: 12px;
  }
}
nav .mobile-menu {
  display: none;
}
@media (max-width: 768px) {
  nav .mobile-menu {
    display: block;
  }
}
nav .mobile-menu .top-menu {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  padding-right: 15px;
}

footer {
  margin-top: -25px;
  background-color: white;
  padding: 50px 0;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  box-shadow: 0px -5px 5px 0 rgba(60, 60, 60, 0.1);
  background-image: url("../img/footer-background.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left;
}
@media (max-width: 425px) {
  footer {
    background-size: cover;
  }
}
@media (max-width: 425px) {
  footer {
    padding: 15px 0;
    margin-top: 0;
  }
}
footer .container {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 425px) {
  footer .container {
    padding: 0;
  }
}
footer .container .title {
  color: #4F98B8;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  margin-top: 0;
}
@media (max-width: 768px) {
  footer .container .title {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 425px) {
  footer .container .title {
    font-size: 14px;
    line-height: 16px;
  }
}
@media (max-width: 375px) {
  footer .container .title {
    font-size: 12px;
    line-height: 14px;
  }
}
footer .container .logo {
  max-width: 200px;
  user-select: none;
}
@media (max-width: 1024px) {
  footer .container .logo {
    max-width: 160px;
  }
}
@media (max-width: 768px) {
  footer .container .logo {
    max-width: 140px;
  }
}
@media (max-width: 425px) {
  footer .container .logo {
    max-width: 100px;
  }
}
@media (max-width: 425px) {
  footer .container .logo {
    max-width: 80px;
  }
}
@media (max-width: 375px) {
  footer .container .logo {
    max-width: 60px;
  }
}
footer .container .logo img {
  width: 100%;
  display: block;
}
footer .container .addresses {
  width: 33.33%;
}
footer .container .addresses .address {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  footer .container .addresses .address {
    margin-bottom: 10px;
  }
}
footer .container .addresses .address .address-title {
  font-weight: 600;
}
footer .container .addresses .address p, footer .container .addresses .address a {
  margin: 0 0 5px;
  color: #3C3C3C;
  font-size: 16px;
  line-height: 26px;
}
@media (max-width: 768px) {
  footer .container .addresses .address p, footer .container .addresses .address a {
    font-size: 14px;
    line-height: 22px;
  }
}
@media (max-width: 425px) {
  footer .container .addresses .address p, footer .container .addresses .address a {
    font-size: 12px;
    line-height: 16px;
  }
}
@media (max-width: 375px) {
  footer .container .addresses .address p, footer .container .addresses .address a {
    font-size: 10px;
  }
}
footer .container .addresses .address a {
  text-decoration: none;
}
footer .container .addresses .address a.mail {
  font-weight: 600;
}
footer .container .links {
  width: 33.33%;
  display: flex;
  flex-direction: column;
}
footer .container .links .link {
  margin: 0 0 25px;
  text-decoration: none;
  color: #3C3C3C;
  font-weight: bold;
}
@media (max-width: 768px) {
  footer .container .links .link {
    margin: 0 0 15px;
  }
}
@media (max-width: 425px) {
  footer .container .links .link {
    font-size: 14px;
  }
}
@media (max-width: 375px) {
  footer .container .links .link {
    font-size: 10px;
  }
}
footer .container .links .socials {
  display: flex;
  justify-content: space-between;
  max-width: 200px;
  width: 100%;
  user-select: none;
}
@media (max-width: 1024px) {
  footer .container .links .socials {
    max-width: 160px;
  }
}
@media (max-width: 768px) {
  footer .container .links .socials {
    max-width: 140px;
  }
}
@media (max-width: 425px) {
  footer .container .links .socials {
    max-width: 100px;
  }
}
footer .container .links .socials a img {
  max-height: 35px;
  display: block;
  max-width: 100%;
  width: 100%;
}
@media (max-width: 768px) {
  footer .container .links .socials a img {
    max-height: 30px;
  }
}
@media (max-width: 425px) {
  footer .container .links .socials a img {
    max-height: 25px;
  }
}

.sub-footer {
  background-color: #DFEDF4;
  padding: 15px 0;
}
.sub-footer .container {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 425px) {
  .sub-footer .container {
    flex-direction: column;
  }
}
.sub-footer .container p, .sub-footer .container a {
  color: #3C3C3C;
  font-weight: bold;
  margin: 0;
  text-decoration: none;
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 768px) {
  .sub-footer .container p, .sub-footer .container a {
    font-size: 14px;
    line-height: 22px;
  }
}
@media (max-width: 425px) {
  .sub-footer .container p, .sub-footer .container a {
    font-size: 12px;
    line-height: 16px;
  }
}
@media (max-width: 425px) {
  .sub-footer .container .right {
    margin-top: 10px;
  }
}
.sub-footer .container .right a {
  margin-right: 25px;
}
.sub-footer .container .right a:last-child {
  margin-right: 0;
}
@media (max-width: 425px) {
  .sub-footer .container .right a {
    line-height: 20px;
    margin-right: 15px;
  }
}

.homepage-banner {
  height: 900px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1024px) {
  .homepage-banner {
    height: 600px;
  }
}
@media (max-width: 768px) {
  .homepage-banner {
    height: 400px;
  }
}
.homepage-banner .container {
  position: relative;
  height: 100%;
}
.homepage-banner .container .slider-container {
  position: absolute;
  bottom: 50px;
  left: 0;
  z-index: 1;
  background-color: rgba(50, 105, 129, 0.33);
  backdrop-filter: blur(3px);
  max-width: 750px;
  width: 100%;
  padding-bottom: 25px;
}
@media (max-width: 1700px) {
  .homepage-banner .container .slider-container {
    left: 25px;
    width: calc(100% - 50px);
  }
}
@media (max-width: 425px) {
  .homepage-banner .container .slider-container {
    padding-bottom: 10px;
  }
}
.homepage-banner .container .slider-container .content {
  padding: 25px;
}
@media (max-width: 425px) {
  .homepage-banner .container .slider-container .content {
    padding: 10px 10px 25px;
  }
}
.homepage-banner .container .slider-container .content .title {
  font-size: 50px;
  line-height: 70px;
  font-weight: 600;
  color: white;
  margin: 0;
}
@media (max-width: 1500px) {
  .homepage-banner .container .slider-container .content .title {
    font-size: 40px;
    line-height: 60px;
  }
}
@media (max-width: 1024px) {
  .homepage-banner .container .slider-container .content .title {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 768px) {
  .homepage-banner .container .slider-container .content .title {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 425px) {
  .homepage-banner .container .slider-container .content .title {
    font-size: 18px;
    line-height: 28px;
  }
}
.homepage-banner .container .slider-container .content .btn {
  margin-top: 25px;
}
.homepage-banner .container .slider-container .slick-dots {
  padding: 0;
  margin: 0 0 0 25px;
  display: flex;
  list-style-type: none;
}
.homepage-banner .container .slider-container .slick-dots li {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  background-color: white;
  cursor: pointer;
  margin-right: 10px;
  transition: opacity 0.25s;
  opacity: 0.5;
}
.homepage-banner .container .slider-container .slick-dots li button {
  display: none;
}
.homepage-banner .container .slider-container .slick-dots li.slick-active {
  opacity: 1;
}
.homepage-banner video {
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
@media (max-width: 1650px) {
  .homepage-banner video {
    width: 120%;
    right: 0;
  }
}
@media (max-width: 1350px) {
  .homepage-banner video {
    width: 150%;
  }
}
@media (max-width: 500px) {
  .homepage-banner video {
    width: auto;
    height: 100%;
    width: auto;
  }
}

.banner {
  background-size: cover;
  background-position: center center;
}
.banner .container {
  height: 600px;
  position: relative;
}
@media (max-width: 425px) {
  .banner .container {
    height: 70vh;
  }
}
.banner .container .content {
  position: absolute;
  bottom: 25px;
  left: 0;
  z-index: 1;
  background-color: rgba(36, 36, 36, 0.75);
  backdrop-filter: blur(3px);
  max-width: 750px;
  width: 100%;
  padding: 25px;
}
@media (max-width: 768px) {
  .banner .container .content {
    bottom: 0;
  }
}
.banner .container .content .logo {
  width: 150px;
}
.banner .container .content .logo img {
  display: block;
  width: 100%;
  max-width: 100%;
}
.banner .container .content .title {
  font-size: 40px;
  line-height: 60px;
  font-weight: 600;
  color: white;
  margin: 0;
}
@media (max-width: 1024px) {
  .banner .container .content .title {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 768px) {
  .banner .container .content .title {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 425px) {
  .banner .container .content .title {
    font-size: 18px;
    line-height: 28px;
  }
}
.banner .container .content .btn {
  margin-top: 25px;
}

.title-section.spacer {
  margin-top: 50px;
}
.title-section.center {
  text-align: center;
}
.title-section.compact .container {
  max-width: 1000px;
}
@media (max-width: 768px) {
  .title-section.compact .container {
    max-width: 100%;
  }
}
.title-section .title {
  font-size: 50px;
  line-height: 70px;
  font-weight: 600;
  margin-top: 10px;
  margin-top: 0;
  margin-bottom: 10px;
}
@media (max-width: 1500px) {
  .title-section .title {
    font-size: 40px;
    line-height: 60px;
  }
}
@media (max-width: 1024px) {
  .title-section .title {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 768px) {
  .title-section .title {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 425px) {
  .title-section .title {
    font-size: 18px;
    line-height: 28px;
  }
}
.title-section p.sub-title {
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
}
@media (max-width: 1024px) {
  .title-section p.sub-title {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 768px) {
  .title-section p.sub-title {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 425px) {
  .title-section p.sub-title {
    font-size: 14px;
    line-height: 22px;
  }
}

.overview {
  padding-top: 50px;
  padding-bottom: 50px;
}
.overview .split {
  margin-top: 25px;
  display: flex;
}
.overview .split .content {
  width: 500px;
}
.overview .split .content .point {
  margin-bottom: 30px;
}
.overview .split .content .point .title {
  font-weight: 600;
  margin-bottom: 5px;
}
.overview .split .content .point p:not(.title) {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
}
.overview .split .content .btn {
  margin-top: 75px;
}
.overview .split .image {
  width: calc(100% - 500px);
}
.overview .split .image img {
  width: 100%;
  max-width: 100%;
  display: block;
  user-select: none;
}
.overview.no-image .split {
  width: 100%;
}
.overview.no-image .split .content {
  width: 100%;
}

.service-info {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 425px) {
  .service-info {
    padding-top: 0px;
    padding-bottom: 30px;
  }
}
.service-info.no-image .container .bottom .image {
  display: none;
}
.service-info.expanded-icons .container .bottom .points {
  width: 100%;
}
.service-info.expanded-icons .container .bottom .points .point {
  width: 33.33%;
}
@media (max-width: 768px) {
  .service-info.expanded-icons .container .bottom .points .point {
    width: 50%;
  }
}
@media (max-width: 425px) {
  .service-info.expanded-icons .container .bottom .points .point {
    width: 100%;
  }
}
.service-info .container {
  display: flex;
  flex-direction: column;
}
.service-info .container.btns {
  display: block;
}
@media (max-width: 425px) {
  .service-info .container.btns {
    align-items: center;
    display: flex;
  }
}
.service-info .container .top {
  width: 100%;
}
.service-info .container .top .title {
  color: #3C3C3C;
  font-size: 50px;
  line-height: 70px;
  font-weight: 600;
}
@media (max-width: 1500px) {
  .service-info .container .top .title {
    font-size: 40px;
    line-height: 60px;
  }
}
@media (max-width: 1024px) {
  .service-info .container .top .title {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 768px) {
  .service-info .container .top .title {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 425px) {
  .service-info .container .top .title {
    font-size: 16px;
    line-height: 24px;
  }
}
.service-info .container .bottom {
  display: flex;
  margin-top: 50px;
}
@media (max-width: 768px) {
  .service-info .container .bottom {
    flex-direction: column-reverse;
  }
}
.service-info .container .bottom .points {
  width: 60%;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .service-info .container .bottom .points {
    width: 100%;
    margin-top: 20px;
  }
}
.service-info .container .bottom .points .point {
  width: 50%;
  display: flex;
  margin-bottom: 25px;
}
.service-info .container .bottom .points .point.upper .title {
  text-transform: uppercase;
}
.service-info .container .bottom .points .point img {
  width: 50px;
  align-self: flex-start;
  display: block;
  user-select: none;
}
.service-info .container .bottom .points .point .content {
  width: calc(100% - 50px);
  padding-left: 10px;
  padding-right: 20px;
  align-self: center;
}
@media (max-width: 768px) {
  .service-info .container .bottom .points .point .content {
    padding-left: 20px;
  }
}
.service-info .container .bottom .points .point .content .title {
  max-width: 75%;
  margin: 0;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .service-info .container .bottom .points .point .content .title {
    font-size: 16px;
    line-height: 24px;
  }
}
.service-info .container .bottom .points .point .content p {
  font-size: 18px;
  line-height: 26px;
}
@media (max-width: 768px) {
  .service-info .container .bottom .points .point .content p {
    font-size: 16px;
    line-height: 24px;
  }
}
.service-info .container .bottom .image {
  width: 40%;
}
@media (max-width: 768px) {
  .service-info .container .bottom .image {
    width: 100%;
  }
}
.service-info .container .bottom .image img {
  max-width: 100%;
  width: 100%;
  display: block;
}

.content-image {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 425px) {
  .content-image {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.content-image.compact .container {
  justify-content: space-between;
}
.content-image.compact .container .content {
  width: 50%;
}
@media (max-width: 768px) {
  .content-image.compact .container .content {
    width: 100%;
  }
}
.content-image.has-bullets .container .content .points .point {
  width: 100%;
  display: flex;
  margin-bottom: 25px;
}
.content-image.has-bullets .container .content .points .point img {
  width: 65px;
  align-self: flex-start;
  display: block;
  user-select: none;
}
@media (max-width: 768px) {
  .content-image.has-bullets .container .content .points .point img {
    width: 55px;
  }
}
@media (max-width: 425px) {
  .content-image.has-bullets .container .content .points .point img {
    width: 45px;
  }
}
.content-image.has-bullets .container .content .points .point .content {
  width: calc(100% - 65px);
  padding-left: 10px;
  padding-right: 20px;
  align-self: center;
}
@media (max-width: 768px) {
  .content-image.has-bullets .container .content .points .point .content {
    width: calc(100% - 55px);
  }
}
@media (max-width: 425px) {
  .content-image.has-bullets .container .content .points .point .content {
    width: calc(100% - 45px);
  }
}
.content-image.has-bullets .container .content .points .point .content p {
  margin: 0;
}
.content-image.has-bullets .container .content .points .point .content .title {
  max-width: 75%;
  margin: 0;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
}
@media (max-width: 1024px) {
  .content-image.has-bullets .container .content .points .point .content .title {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 768px) {
  .content-image.has-bullets .container .content .points .point .content .title {
    font-size: 18px;
    line-height: 30px;
  }
}
@media (max-width: 425px) {
  .content-image.has-bullets .container .content .points .point .content .title {
    font-size: 16px;
    line-height: 24px;
  }
}
.content-image .container {
  display: flex;
}
@media (max-width: 768px) {
  .content-image .container {
    flex-direction: column-reverse;
  }
}
.content-image .container .content {
  width: 70%;
  color: #3C3C3C;
  padding-right: 25px;
}
@media (max-width: 1024px) {
  .content-image .container .content {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .content-image .container .content {
    width: 100%;
  }
}
.content-image .container .content .title {
  color: #3C3C3C;
  font-size: 40px;
  line-height: 60px;
  font-weight: 600;
}
@media (max-width: 1024px) {
  .content-image .container .content .title {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 768px) {
  .content-image .container .content .title {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 425px) {
  .content-image .container .content .title {
    font-size: 18px;
    line-height: 28px;
  }
}
.content-image .container .content .btn {
  margin-top: 75px;
}
@media (max-width: 768px) {
  .content-image .container .content .btn {
    margin-top: 0;
  }
}
.content-image .container .image {
  width: 30%;
}
@media (max-width: 1024px) {
  .content-image .container .image {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .content-image .container .image {
    width: 100%;
  }
}
.content-image .container .image img {
  width: 100%;
  max-width: 100%;
  display: block;
}
@media (max-width: 768px) {
  .content-image .container .image img {
    max-width: 40%;
  }
}
@media (max-width: 425px) {
  .content-image .container .image img {
    max-width: 100%;
  }
}

.our-partners {
  padding-top: 50px;
  padding-bottom: 50px;
  overflow: hidden;
  min-height: 700px;
  background: linear-gradient(90deg, rgba(79, 152, 184, 0.05) 0%, rgba(50, 105, 129, 0.05) 100%);
  position: relative;
}
@media (max-width: 1024px) {
  .our-partners {
    min-height: 0;
  }
}
.our-partners .container {
  display: flex;
  min-height: inherit;
}
@media (max-width: 1024px) {
  .our-partners .container {
    min-height: 0;
  }
}
@media (max-width: 768px) {
  .our-partners .container {
    flex-direction: column-reverse;
  }
}
.our-partners .container .content {
  width: 50%;
  align-self: center;
}
@media (max-width: 768px) {
  .our-partners .container .content {
    width: 100%;
  }
}
.our-partners .container .content .title {
  color: #3C3C3C;
  font-size: 50px;
  line-height: 70px;
  font-weight: 600;
}
@media (max-width: 1500px) {
  .our-partners .container .content .title {
    font-size: 40px;
    line-height: 60px;
  }
}
@media (max-width: 1024px) {
  .our-partners .container .content .title {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 768px) {
  .our-partners .container .content .title {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 425px) {
  .our-partners .container .content .title {
    font-size: 18px;
    line-height: 28px;
  }
}
.our-partners .container .image {
  position: absolute;
  right: 0;
  width: 50%;
  top: 50%;
  transform: translateY(-50%);
  user-select: none;
  pointer-events: none;
}
@media (max-width: 768px) {
  .our-partners .container .image {
    width: 100%;
    display: flex;
    justify-content: center;
    transform: translateY(0%);
    position: relative;
  }
}
.our-partners .container .image img {
  margin-right: auto;
  display: block;
}
@media (min-width: 1501px) {
  .our-partners .container .image img {
    height: 875px;
  }
}
@media (max-width: 1500px) {
  .our-partners .container .image img {
    height: 700px;
  }
}
@media (max-width: 1024px) {
  .our-partners .container .image img {
    height: 600px;
  }
}
@media (max-width: 1024px) {
  .our-partners .container .image img {
    height: 400px;
    margin-right: 0;
  }
}

.partner-slider {
  padding-top: 150px;
  padding-bottom: 150px;
}
@media (max-width: 1024px) {
  .partner-slider {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 768px) {
  .partner-slider {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.partner-slider .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.partner-slider .slider {
  margin: 100px 0;
}
@media (max-width: 768px) {
  .partner-slider .slider {
    margin: 50px 0;
  }
}
@media (max-width: 1024px) {
  .partner-slider .slider .slick-slide img {
    width: 200px;
  }
}
@media (max-width: 768px) {
  .partner-slider .slider .slick-slide img {
    width: 150px;
  }
}
@media (max-width: 425px) {
  .partner-slider .slider .slick-slide img {
    width: 70px;
  }
}

.benefits {
  background-color: #E33A3A;
  padding-top: 50px;
  padding-bottom: 50px;
}
.benefits .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.benefits .container .benefit {
  width: 16.6666666667%;
  display: flex;
  align-self: stretch;
  min-height: 250px;
  cursor: default;
}
@media (max-width: 768px) {
  .benefits .container .benefit {
    width: 25%;
  }
}
@media (max-width: 425px) {
  .benefits .container .benefit {
    width: 50%;
  }
}
.benefits .container .benefit .wrapper {
  border-radius: 25px;
  overflow: hidden;
  text-align: center;
  max-width: 90%;
  margin: 0 auto;
  padding: 10px;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: stretch;
}
.benefits .container .benefit img {
  filter: brightness(0) invert(1);
  display: block;
  margin: 0 auto;
  width: 65px;
  user-select: none;
  transition: width 0.25s;
}
.benefits .container .benefit .content p {
  color: white;
}
.benefits .container .benefit .content .title {
  margin: 10px 0 0;
}
.benefits .container .benefit .content .sub-copy {
  margin: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.25s;
}
.benefits .container .benefit .content .sub-copy p {
  font-size: 14px;
  line-height: 20px;
}
.benefits .container .benefit:hover img {
  width: 45px;
}
.benefits .container .benefit:hover .wrapper {
  background-color: rgba(60, 60, 60, 0.05);
}
.benefits .container .benefit:hover .content .sub-copy {
  max-height: 100%;
}

.explore-products {
  padding-top: 50px;
  padding-bottom: 75px;
}
.explore-products .container .products {
  margin-top: 50px;
  display: flex;
}
@media (max-width: 768px) {
  .explore-products .container .products {
    flex-direction: column;
  }
}
.explore-products .container .products .product {
  flex-grow: 1;
  margin-right: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  box-shadow: 0 0 5px 0 rgba(60, 60, 60, 0.33);
  border-radius: 25px;
  padding: 25px;
  text-align: center;
}
.explore-products .container .products .product:last-child {
  margin-right: 0;
}
@media (max-width: 768px) {
  .explore-products .container .products .product {
    margin-top: 25px;
    margin-right: 0;
  }
  .explore-products .container .products .product:first-child {
    margin-top: 0;
  }
}
.explore-products .container .products .product .logo {
  max-width: 200px;
}
.explore-products .container .products .product .logo img {
  display: block;
  user-select: none;
  width: 100%;
  max-width: 100%;
}
.explore-products .container .products .product .mockup {
  display: block;
  user-select: none;
  width: 100%;
  max-width: 60%;
  margin: 50px auto;
}
.explore-products .container .products .product p {
  max-width: 75%;
  margin: 0 auto 25px;
}

.contact-form .container {
  max-width: 700px;
  margin: 0 auto;
}
.contact-form .container .title {
  text-align: center;
  font-size: 50px;
  line-height: 70px;
  font-weight: 600;
}
@media (max-width: 1500px) {
  .contact-form .container .title {
    font-size: 40px;
    line-height: 60px;
  }
}
@media (max-width: 1024px) {
  .contact-form .container .title {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 768px) {
  .contact-form .container .title {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 425px) {
  .contact-form .container .title {
    font-size: 18px;
    line-height: 28px;
  }
}
.contact-form .container form {
  padding-top: 25px;
  padding-bottom: 50px;
}
.contact-form .container form .field {
  position: relative;
  margin-bottom: 40px;
}
.contact-form .container form .field.has-content label {
  top: 0;
  font-size: 14px;
}
.contact-form .container form .field.required label:after {
  content: "*";
  color: #FE0000;
}
.contact-form .container form .field.error input {
  border-bottom: 1px solid #FE0000;
}
.contact-form .container form .field.error:after {
  content: "Please check this field.";
  position: absolute;
  bottom: -20px;
  display: block;
  right: 0;
  font-size: 14px;
  color: #FE0000;
}
.contact-form .container form .field label, .contact-form .container form .field input, .contact-form .container form .field select {
  width: 100%;
  font-size: 16px;
}
@media (max-width: 768px) {
  .contact-form .container form .field label, .contact-form .container form .field input, .contact-form .container form .field select {
    font-size: 14px;
  }
}
.contact-form .container form .field label:focus, .contact-form .container form .field input:focus, .contact-form .container form .field select:focus {
  outline: none;
}
.contact-form .container form .field label {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: font-size 0.25s, top 0.25s;
  user-select: none;
}
.contact-form .container form .field label.error {
  color: #FE0000;
  position: inherit;
  top: 10px;
}
.contact-form .container form .field input {
  appearance: none;
  border: none;
  border-bottom: 1px solid #3C3C3C;
  height: 40px;
}
.contact-form .container form .field select {
  width: 100%;
  height: 40px;
  border: none;
  border-bottom: 1px solid #3C3C3C;
}
.contact-form .container form .field.active label {
  top: -10px;
}
.contact-form .container form .field.active label.error {
  top: 10px;
}
.contact-form .container form .gdpr {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.contact-form .container form .gdpr input {
  margin-right: 20px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border: 1px solid #4F98B8;
  appearance: none;
  cursor: pointer;
}
.contact-form .container form .gdpr input:after {
  content: "";
  background-color: #4F98B8;
  position: relative;
  display: block;
  transition: transform 0.25s, opacity 0.25s;
  left: 15%;
  top: 15%;
  width: 70%;
  height: 70%;
  transform: scale(0);
}
.contact-form .container form .gdpr input:hover:after {
  transform: scale(0.33);
  opacity: 0.5;
}
.contact-form .container form .gdpr input:checked:hover:after {
  opacity: 1;
}
.contact-form .container form .gdpr input:checked:after {
  transform: scale(1);
}
.contact-form .container form .gdpr label {
  width: calc(100% - 20px);
  font-size: 14px;
  line-height: 24px;
  cursor: pointer;
}
.contact-form .container form .btns {
  padding-top: 25px;
  padding-bottom: 50px;
  display: flex;
  justify-content: center;
}
.contact-form .container form .btns button {
  appearance: none;
  border: none;
  cursor: pointer;
}
.contact-form .container form label.error {
  color: #FE0000;
  position: inherit;
  top: 10px;
}

.just-text {
  padding-bottom: 100px;
}
.just-text .container .content {
  max-width: 900px;
  width: 100%;
}
.just-text .container .title {
  font-size: 50px;
  line-height: 70px;
  font-weight: 600;
}
@media (max-width: 1500px) {
  .just-text .container .title {
    font-size: 40px;
    line-height: 60px;
  }
}
@media (max-width: 1024px) {
  .just-text .container .title {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 768px) {
  .just-text .container .title {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 425px) {
  .just-text .container .title {
    font-size: 18px;
    line-height: 28px;
  }
}
.just-text .container .sub-title {
  margin-top: 50px;
  font-weight: 600;
}
.just-text .container a {
  font-weight: 600;
  color: #3C3C3C;
  text-decoration: none;
}

.alert {
  padding: 15px;
  margin-bottom: 15px;
}
.alert.alert-success {
  color: white;
  background-color: #068C01;
}
.alert.alert-error {
  color: white;
  background-color: #E33A3A;
}/*# sourceMappingURL=custom.css.map */