/*! 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;
}

.container {
  padding: 0 15px;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none;
  }
}
body {
  font-family: "Red Hat Display", sans-serif;
  font-size: 16px;
  color: #222222;
  line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  margin: 0 0 10px;
  line-height: 1.3;
}

h1,
.h1 {
  font-size: 32px;
}
@media (min-width: 768px) {
  h1,
.h1 {
    font-size: 48px;
  }
}
@media (min-width: 992px) {
  h1,
.h1 {
    font-size: 60px;
  }
}

h2,
.h2 {
  font-size: 26px;
}

h3,
.h3 {
  font-size: 19px;
}

h4,
.h4 {
  font-size: 16px;
}

p {
  margin: 0 0 12px;
}
p:last-child {
  margin-bottom: 0;
}

a {
  color: #003e6f;
  text-decoration: none;
  font-weight: 500;
}
a:hover {
  color: #0096df;
}

.mw-680 {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

.mw-720 {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.mw-780 {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}

input[type=text],
input[type=email],
input[type=number],
input[type=tel],
textarea,
select {
  padding: 0 15px;
  border: 1px solid #d8d8d8;
  border-radius: 3px;
  transition: border 0.2s ease;
  height: 44px;
  color: #444;
  font-size: 14px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=tel]:focus,
textarea:focus,
select:focus {
  border: 1px solid #444;
}
input[type=text].large,
input[type=email].large,
input[type=number].large,
input[type=tel].large,
textarea.large,
select.large {
  height: 56px;
}

.woocommerce-invalid input[type=text],
.woocommerce-invalid input[type=email],
.woocommerce-invalid input[type=number],
.woocommerce-invalid input[type=tel],
.woocommerce-invalid textarea,
.woocommerce-invalid select {
  border: 1px solid red;
}

input[type=number] {
  padding-right: 0;
}

textarea {
  padding: 10px 15px;
  height: 100px;
}

::-webkit-input-placeholder {
  color: #999;
}

:-ms-input-placeholder {
  color: #999;
}

::placeholder {
  color: #999;
}

label.input-radio {
  position: relative;
  display: inline-block;
  line-height: 1.6;
}
label.input-radio input[type=radio] {
  display: none;
}
label.input-radio input[type=radio] + i {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: black;
  position: absolute;
  left: 0;
  top: 3px;
  border-radius: 50%;
  background: #FFFFFF;
  border: 1px solid #d8d8d8;
}
label.input-radio input[type=radio] + i:after {
  content: "";
  background: #003e6f;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
}
label.input-radio input[type=radio] + i + span {
  display: inline-block;
  padding: 0 0 0 28px;
}
label.input-radio input[type=radio]:checked + i:after {
  display: block;
}

label.input-checkbox {
  position: relative;
  display: inline-block;
  line-height: 1.6;
}
label.input-checkbox input[type=checkbox] {
  display: none;
}
label.input-checkbox input[type=checkbox] + i {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: black;
  position: absolute;
  left: 0;
  top: 3px;
  border-radius: 3px;
  background: #FFFFFF;
  border: 1px solid #d8d8d8;
}
label.input-checkbox input[type=checkbox] + i:after {
  content: "";
  position: absolute;
  left: 2px;
  top: 3px;
  transform: rotate(-46deg);
  display: none;
  width: 9px;
  height: 4px;
  border: 3px solid #003e6f;
  border-top: 0;
  border-right: 0;
  display: none;
}
label.input-checkbox input[type=checkbox] + i + span {
  display: inline-block;
  padding: 0 0 0 28px;
}
label.input-checkbox input[type=checkbox]:checked + i:after {
  display: block;
}

/* Woocommerce override */
.woocommerce form .form-row.woocommerce-validated input.input-text {
  border: 1px solid #d8d8d8;
}

/* SELECT2 dropdown override */
.select2-container {
  height: 44px;
}
.select2-container .select2-selection--single {
  border: 1px solid #d8d8d8;
  border-radius: 3px;
  transition: border 0.2s ease;
  color: #6e7780;
  font-size: 14px;
  height: 44px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0 15px;
  height: 44px;
  line-height: 44px;
}
.select2-container .select2-selection--single .select2-selection__arrow {
  height: 42px;
}

.select2-search--dropdown .select2-search__field {
  height: 34px;
  padding: 0 10px;
}

.select2-results__option {
  font-size: 14px;
  padding: 6px 15px;
}

.btn,
button,
input[type=button] {
  display: inline-flex;
  padding: 0 15px;
  border: none;
  border-radius: 3px;
  height: 44px;
  background: #003e6f;
  color: #FFFFFF;
  font-weight: 500;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: background 0.2s, color 0.2s, border 0.2s, box-shadow 0.3s;
  transition-timing-function: ease-out;
  cursor: pointer;
}
.btn:hover,
button:hover,
input[type=button]:hover {
  background: #0096df;
  color: #FFFFFF;
}
.btn[disabled],
button[disabled],
input[type=button][disabled] {
  opacity: 0.5;
  cursor: default;
}
.btn.large,
button.large,
input[type=button].large {
  height: 56px;
  padding: 0 20px;
  font-size: 18px;
}
.btn.secondary,
button.secondary,
input[type=button].secondary {
  background: transparent;
  border: 2px solid #222222;
  color: #222222;
}
.btn.secondary:hover,
button.secondary:hover,
input[type=button].secondary:hover {
  background: #222222;
  color: #FFFFFF;
}
.btn.green,
button.green,
input[type=button].green {
  background: #35a65b;
}
.btn.green:hover,
button.green:hover,
input[type=button].green:hover {
  background: #2f8845;
}
.btn.white,
button.white,
input[type=button].white {
  background: #FFFFFF;
  color: #222222;
}
.btn.white:hover,
button.white:hover,
input[type=button].white:hover {
  background: rgba(255, 255, 255, 0.9);
  color: #222222;
}

html,
body {
  min-height: 100%;
}

* {
  box-sizing: border-box;
  outline: none;
}

#full-page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  position: relative;
}

#top-bar {
  background: #003e6f;
  color: #FFFFFF;
  height: 46px;
  display: flex;
  align-items: center;
  font-size: 13px;
  font-weight: 500;
}
#top-bar .container {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
#top-bar .left-side,
#top-bar .right-side {
  display: flex;
}
#top-bar a {
  color: #FFFFFF;
}
#top-bar a:hover {
  color: #d8d8d8;
}
#top-bar div.item:not(:first-child) {
  margin-left: 20px;
}
#top-bar div.item svg + span {
  margin-left: 5px;
}
@media (max-width: 799.9px) {
  #top-bar {
    display: none;
  }
}

#header {
  flex: none;
  height: 100px;
  z-index: 1001;
  display: flex;
  align-items: center;
  position: sticky;
  top: 0;
  background: #FFFFFF;
  box-shadow: 0px 4px 20px 0 rgba(0, 0, 0, 0.08);
}
#header > .container {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}
#header #logo {
  margin-right: 30px;
  flex: none;
  line-height: 1;
  display: flex;
}
#header .nav-area {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
}
#header .nav-area nav {
  flex: 1;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
#header .nav-area nav ul#menu-header {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: nowrap;
  list-style: none;
}
#header .nav-area nav ul#menu-header > li {
  margin: 0 0 0 30px;
}
#header .nav-area nav ul#menu-header > li a {
  display: inline-block;
  color: #222222;
  font-weight: 500;
}
#header .nav-area nav ul#menu-header > li a:hover {
  color: #0096df;
}
@media (min-width: 1080px) {
  #header .nav-area nav ul#menu-header > li > a {
    display: flex;
    align-items: center;
    height: 100px;
  }
}
#header .nav-area nav ul#menu-header > li:first-child {
  margin-left: 0;
}
#header .nav-area nav ul#menu-header > li .sub-menu {
  position: absolute;
  top: 100%;
  list-style: none;
  margin: 0;
  padding: 10px 0;
  width: 250px;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: saturate(180%) blur(20px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
  display: none;
  opacity: 0;
}
#header .nav-area nav ul#menu-header > li .sub-menu li {
  padding: 0;
}
#header .nav-area nav ul#menu-header > li .sub-menu li a {
  padding: 10px 20px;
}
@media (min-width: 1080px) {
  #header .nav-area nav ul#menu-header > li.menu-item-has-children > a:after {
    content: "";
    display: block;
    border-right: 1px solid #222222;
    border-bottom: 1px solid #222222;
    width: 6px;
    height: 6px;
    transform: rotate(45deg);
    margin: -5px 0 0 7px;
  }
  #header .nav-area nav ul#menu-header > li.menu-item-has-children > a:hover:after {
    border-right: 1px solid #0096df;
    border-bottom: 1px solid #0096df;
  }
  #header .nav-area nav ul#menu-header > li:hover .sub-menu {
    display: block;
    animation-name: slideUp;
    animation-duration: 0.3s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-out;
  }
}

#main {
  display: flex;
  flex: 1 1 auto;
}
#main > * {
  width: 100%;
}

#breadcrumbs {
  position: relative;
  z-index: 2;
  margin: 5px 0 0;
}
#breadcrumbs ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#breadcrumbs ul li {
  color: #999;
  font-size: 13px;
  position: relative;
}
#breadcrumbs ul li:not(:first-child) {
  margin-left: 10px;
  padding-left: 10px;
}
#breadcrumbs ul li:not(:first-child):before {
  content: ">";
  position: absolute;
  left: 0;
  top: 1px;
  transform: translateX(-50%);
}

#footer {
  background: #222222;
  color: #d8d8d8;
  padding: 25px 0 25px;
}
#footer .container {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  #footer .container {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}
#footer .left-side p {
  margin: 0;
  padding: 0;
}
#footer .right-side a {
  font-weight: 400;
  color: #999;
}
#footer .right-side a:hover {
  color: #d8d8d8;
}

@media (max-width: 1079px) {
  body.menu-opened #header .navbar-toggle i {
    transform: rotate(45deg);
    top: 21px;
    width: 20px;
  }
  body.menu-opened #header .navbar-toggle i:before {
    opacity: 0;
  }
  body.menu-opened #header .navbar-toggle i:after {
    transform: rotate(-90deg);
    top: 0;
    width: 20px;
  }
  #header {
    height: 70px;
  }
  #header .nav-area nav {
    position: absolute;
    left: 0;
    top: 70px;
    right: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.85);
    backdrop-filter: saturate(180%) blur(20px);
    display: none;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15);
  }
  #header .nav-area nav ul#menu-header {
    margin: 0;
    flex-wrap: wrap;
    width: 100%;
  }
  #header .nav-area nav ul#menu-header > li {
    display: block;
    width: 100%;
    margin: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  #header .nav-area nav ul#menu-header > li a {
    display: block;
    padding: 15px 15px;
    color: #FFFFFF;
  }
  #header .nav-area nav ul#menu-header > li a:hover {
    color: #FFFFFF;
  }
  #header .nav-area nav ul#menu-header > li .sub-menu {
    display: none;
  }
  #header .navbar-toggle {
    margin-left: 8px;
    position: relative;
    width: 44px;
    height: 44px;
    cursor: pointer;
    margin-right: -10px;
    box-sizing: content-box;
    transition: background 0.3s ease;
  }
  #header .navbar-toggle i {
    display: inline-block;
    width: 24px;
    height: 2px;
    background: #222222;
    position: absolute;
    top: 14px;
    left: 10px;
    transition: transform 0.5s ease, top 0.5s ease, width 0.5s ease, left 0.5s ease;
  }
  #header .navbar-toggle i:before, #header .navbar-toggle i:after {
    content: "";
    display: inline-block;
    width: 24px;
    height: 2px;
    top: 7px;
    background: #222222;
    position: absolute;
    transition: transform 0.5s ease, opacity 0.5s ease, top 0.5s ease, width 0.5s ease;
  }
  #header .navbar-toggle i:after {
    top: 14px;
  }
}
@media (max-width: 767.99px) {
  #footer .container .left-side {
    text-align: center;
    width: 100%;
    order: 2;
  }
  #footer .container .right-side {
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
    order: 1;
  }
}
@media (min-width: 1080px) {
  #header .nav-area nav {
    display: flex !important;
  }
  #header .navbar-toggle {
    display: none;
  }
}
@keyframes slideUp {
  0% {
    opacity: 0;
    transform: translate(-20px, 30px);
  }
  100% {
    opacity: 1;
    transform: translate(-20px, 0);
  }
}
.cookie-policy {
  padding: 15px 0;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  display: none;
  color: #222222;
}
.cookie-policy:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: saturate(180%) blur(20px);
  background-color: hsla(0deg, 0%, 100%, 0.85);
  z-index: 1;
}
.cookie-policy .container {
  position: relative;
  z-index: 2;
}
.cookie-policy.visible {
  display: block;
}
.cookie-policy .text p {
  margin: 0;
  padding: 0;
}
.cookie-policy .text p svg {
  font-size: 22px;
  vertical-align: middle;
  margin-right: 8px;
}

@media (max-width: 767px) {
  .cookie-policy .text p {
    padding-left: 40px;
    position: relative;
  }
  .cookie-policy .text p svg {
    position: absolute;
    left: 0;
    top: 50%;
    font-size: 26px;
    transform: translateY(-50%);
  }
  .cookie-policy .button-container {
    margin-top: 15px;
  }
  .cookie-policy .button-container .btn {
    display: flex;
  }
}
@media (min-width: 768px) {
  .cookie-policy .container {
    display: flex;
    flex-wrap: nowrap;
  }
  .cookie-policy .text {
    flex: 1 1 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .cookie-policy .button-container {
    margin-left: 50px;
    flex: none;
  }
}
.page-headline {
  padding: 40px 0;
  position: relative;
}
@media (min-width: 768px) {
  .page-headline {
    padding: 50px 0;
  }
}
.page-headline h1 {
  font-size: 26px;
  font-weight: 700;
  margin: 0;
  text-align: center;
}
.page-headline + .page-section {
  padding-top: 0;
}

.page-section {
  padding: 60px 0;
}
.page-section.small-padding {
  padding: 60px 0;
}
.page-section.small-padding-top {
  padding-top: 60px;
}
.page-section .section-title {
  margin: 0 0 40px;
}

@media (min-width: 1200px) {
  .page-section {
    padding: 100px 0;
  }
}
.pt-ps {
  padding-top: 60px;
}

.pb-ps {
  padding-bottom: 60px;
}

.mt-ps {
  margin-top: 60px;
}

.mb-ps {
  margin-bottom: 60px;
}

.pt-0 {
  padding-top: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.home .hero {
  position: relative;
  overflow: hidden;
}
.home .hero .pic {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.home .hero .pic .slide {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: opacity 2s ease;
}
.home .hero .pic .slide:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.home .hero .pic .slide.previous {
  z-index: 2;
}
.home .hero .pic .slide.active {
  z-index: 3;
}
.home .hero .pic .slide.scaleIn {
  opacity: 1;
  animation-name: scaleIn;
  animation-duration: 10s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
.home .hero .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
}
.home .hero .content {
  display: flex;
  align-items: center;
  color: #FFFFFF;
  font-size: 17px;
  z-index: 10;
  position: relative;
  min-height: 360px;
}
@media (min-width: 768px) and (min-height: 650px) {
  .home .hero .content {
    height: 500px;
  }
}
@media (min-width: 768px) and (min-height: 750px) {
  .home .hero .content {
    height: 600px;
  }
}
.home .hero .content h1,
.home .hero .content p {
  text-align: center;
}
.home .hero .content p {
  font-size: 19px;
}
.home .services {
  background: #f7f7f7;
}
.home .services .service-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .home .services .service-list {
    gap: 30px;
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .home .services .service-list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.home .services .service-list li {
  background: #FFFFFF;
  border-radius: 15px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.3s ease;
  overflow: hidden;
}
.home .services .service-list li a {
  font-weight: 400;
}
.home .services .service-list li .pic {
  position: relative;
  width: 100%;
  padding-top: 60%;
  overflow: hidden;
}
.home .services .service-list li .pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.home .services .service-list li .content {
  padding: 20px 15px 15px;
}
@media (min-width: 768px) {
  .home .services .service-list li .content {
    padding: 20px;
  }
}
.home .services .service-list li .content h3 {
  color: #222222;
  transition: color 0.3s ease;
}
.home .services .service-list li .content p {
  color: #444;
}
.home .services .service-list li .content .read-more {
  color: #003e6f;
  font-weight: 500;
}
.home .services .service-list li .content .read-more:hover {
  color: #0096df;
}
.home .services .service-list li:hover {
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.15);
}
.home .services .service-list li:hover .content h3 {
  color: #0096df;
}
.home .partners {
  background: #f7f7f7;
}
.home .partners h2 {
  text-align: center;
}
.home .partners ul.partner-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr;
}
@media (min-width: 568px) {
  .home .partners ul.partner-list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 768px) {
  .home .partners ul.partner-list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .home .partners ul.partner-list {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }
}
.home .partners ul.partner-list li {
  padding: 15px;
  background: white;
  text-align: center;
  background: #FFFFFF;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08);
  border-radius: 15px;
  font-size: 50px;
  line-height: 1;
  color: #6b6d71;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .home .partners ul.partner-list li {
    padding: 20px;
  }
}
.home .partners ul.partner-list li img {
  max-width: 100%;
}

@keyframes scaleIn {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.services-page {
  background: #f7f7f7;
}
.services-page .page-text {
  margin: 15px auto 0;
  text-align: center;
}
.services-page .sub-pages {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr;
}
@media (min-width: 568px) {
  .services-page .sub-pages {
    gap: 30px;
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 768px) {
  .services-page .sub-pages {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.services-page .sub-pages li {
  display: flex;
}
.services-page .sub-pages li .item {
  display: block;
  overflow: hidden;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
  background: #FFFFFF;
  border-radius: 15px;
  transition: box-shadow 0.3s ease;
  flex: 1;
}
.services-page .sub-pages li .item .pic {
  width: 100%;
  padding-top: 80%;
  background: #d8d8d8;
  position: relative;
}
.services-page .sub-pages li .item .pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.services-page .sub-pages li .item .content {
  padding: 20px;
}
.services-page .sub-pages li .item .content h2 {
  color: #000000;
  transition: color 0.3s ease;
  margin: 0;
}
.services-page .sub-pages li .item:hover {
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.15);
}
.services-page .sub-pages li .item:hover .content h2 {
  color: #0096df;
}
.services-page .products-wrapper .help p {
  margin: 0;
}
.services-page .products-wrapper .help .btn {
  margin-top: 15px;
}
@media (max-width: 991.99px) {
  .services-page .products-wrapper .right-side {
    margin-top: 50px;
  }
}
@media (min-width: 992px) {
  .services-page .products-wrapper {
    display: flex;
    flex-wrap: nowrap;
  }
  .services-page .products-wrapper .left-side {
    flex: 1;
  }
  .services-page .products-wrapper .right-side {
    flex: none;
    width: 300px;
    padding-left: 40px;
  }
  .services-page .products-wrapper .right-side .help {
    position: sticky;
    top: 140px;
  }
}
.services-page .products {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
}
.services-page .products li {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  background: #FFFFFF;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  border: 1px solid #f9f9f9;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.services-page .products li .pic {
  width: 100%;
  border-bottom: 1px solid #f9f9f9;
}
.services-page .products li .pic img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media (min-width: 768px) {
  .services-page .products li .pic {
    width: 301px;
    border-bottom: none;
    border-right: 1px solid #f9f9f9;
    display: flex;
    align-items: center;
  }
  .services-page .products li .pic img {
    width: 300px;
  }
}
.services-page .products li .content {
  flex: 1;
  padding: 20px 15px 15px;
}
@media (min-width: 768px) {
  .services-page .products li .content {
    padding: 20px;
  }
}
.services-page .products li .content h2 {
  margin: 0 0 5px;
}
.services-page .products li .content .details {
  color: #999;
}
@media (min-width: 768px) {
  .services-page .products li {
    flex-wrap: nowrap;
  }
}

.request-for-quatation {
  background: #f7f7f7;
}
.request-for-quatation .form {
  margin: 0;
  padding: 15px;
  border: 1px solid #f9f9f9;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  background: white;
}
@media (min-width: 768px) {
  .request-for-quatation .form {
    padding: 25px;
  }
}
.request-for-quatation .form label {
  width: 100%;
  display: block;
}
.request-for-quatation .form label input,
.request-for-quatation .form label textarea {
  width: 100%;
}
.request-for-quatation .form label:not(:first-child) {
  margin-top: 15px;
}
.request-for-quatation .form label .label {
  display: block;
  margin-bottom: 5px;
}
.request-for-quatation .form label .label span {
  font-size: 13px;
  color: #999;
}
.request-for-quatation .form .btn {
  margin-top: 15px;
}
@media (max-width: 568px) {
  .request-for-quatation .form .btn {
    width: 100%;
  }
}
.request-for-quatation .disclaimer {
  color: #999;
  margin-top: 15px;
  font-size: 13px;
}
.request-for-quatation .disclaimer a {
  color: #999;
  text-decoration: underline;
}
.request-for-quatation .success {
  background: #37a951;
  padding: 15px;
  border-radius: 15px;
  color: #FFFFFF;
  font-weight: 500;
  text-align: center;
  display: none;
}

.contact {
  background: #f7f7f7;
}
.contact .contact-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .contact .contact-list {
    gap: 30px;
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .contact .contact-list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.contact .contact-list li {
  padding: 15px;
  border: 1px solid #f9f9f9;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
  border-radius: 15px;
  background: #FFFFFF;
}
@media (min-width: 768px) {
  .contact .contact-list li {
    padding: 25px;
  }
}
.contact .contact-list li .icon {
  width: 44px;
  height: 44px;
  background: #f7f7f7;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 20px;
  margin: 0 0 15px;
}
.contact .contact-list li p a {
  font-weight: 400;
}
.contact .offer-request {
  text-align: center;
}
.contact .offer-request p {
  margin-bottom: 30px;
}
.contact .opening-hours {
  text-align: center;
}
.contact .opening-hours ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.contact .opening-hours ul li {
  margin: 0;
  padding: 0;
}
.contact .map {
  display: flex;
}
.contact .map p {
  width: 100%;
}
.contact .map iframe {
  display: flex;
  width: 100%;
}

img {
  height: auto;
}

.with-right-arrow svg {
  margin-left: 8px;
  transition: transform 0.2s ease-in;
  transform: translateX(0px);
}
.with-right-arrow:hover svg {
  transform: translateX(5px);
}

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