@charset "UTF-8";
/******************************************************************

Stylesheet: Main Stylesheet

******************************************************************/
/*********************
IMPORTING PARTIALS
*********************/
/* normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong,
.strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn,
em,
.em {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/*
 * Addresses margins set differently in IE6/7.
 */
pre {
  margin: 0; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
q:before,
q:after {
  content: '';
  content: none; }

small, .small {
  font-size: 75%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
  Lists
========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0; }

/*
 * Addresses paddings set differently in IE6/7.
 */
menu {
  padding: 0 0 0 40px; }

/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
  Embedded content
========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.image-replacement,
.ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

.clearfix, .cf {
  zoom: 1; }
  .clearfix:before, .clearfix:after, .cf:before, .cf:after {
    content: "";
    display: table; }
  .clearfix:after, .cf:after {
    clear: both; }

/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic; }

/******************************************************************

Stylesheet: Variables

******************************************************************/
/******************************************************************

Stylesheet: Sass Functions

******************************************************************/
/*********************
COLOR FUNCTIONS
These are helpful when you're working
with shadows and such things. It's essentially
a quicker way to write RGBA.

Example:
box-shadow: 0 0 4px black(0.3);
compiles to:
box-shadow: 0 0 4px rgba(0,0,0,0.3);
*********************/
/*********************
RESPONSIVE HELPER FUNCTION
If you're creating a responsive site, then
you've probably already read
Responsive Web Design: http://www.abookapart.com/products/responsive-web-design

Here's a nice little helper function for calculating
target / context
as mentioned in that book.

Example:
width: cp(650px, 1000px);
or
width: calc-percent(650px, 1000px);
both compile to:
width: 65%;
*********************/
/******************************************************************

Stylesheet: Mixins Stylesheet

******************************************************************/
/*********************
TRANSITION
*********************/
/*********************
PLACEHOLDER
*********************/
/*********************
NO SELECTION
*********************/
/*********************
TRANSFORMS
*********************/
/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SIZING
*********************/
/* @include box-sizing(border-box); */
/*********************
BOX SHADOW
*********************/
/*********************
RATIO
*********************/
/*********************
IMPORTING MODULES
*********************/
/****************************
FONT STYLES
****************************/
@font-face {
  font-display: swap;
  font-family: 'MessinaSans';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/MessinaSansWeb-Regular.woff2") format("woff2"), url("../fonts/MessinaSansWeb-Regular.woff") format("woff"); }

@font-face {
  font-display: swap;
  font-family: 'MessinaSans';
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/MessinaSansWeb-SemiBold.woff2") format("woff2"), url("../fonts/MessinaSansWeb-SemiBold.woff") format("woff"); }

@font-face {
  font-display: swap;
  font-family: 'MessinaSans';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/MessinaSansWeb-Bold.woff2") format("woff2"), url("../fonts/MessinaSansWeb-Bold.woff") format("woff"); }

@font-face {
  font-display: swap;
  font-family: 'Material Icons Round';
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/MaterialIconsOutlined-Regular.woff2") format("woff2"), url("../fonts/MaterialIconsOutlined-Regular.woff") format("woff"); }

/*********************
LOADER STYLES
*********************/
#loader {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 9900; }
  #loader.animate .loader-ring-light {
    animation: rotate-360 2s linear infinite; }
  #loader .loader-ring {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 240px;
    height: 240px;
    margin: -120px 0 0 -120px; }
  #loader .loader-ring-light {
    width: 240px;
    height: 240px;
    border-radius: 240px;
    -webkit-box-shadow: 0 4px 0 white inset;
    -moz-box-shadow: 0 4px 0 white inset;
    box-shadow: 0 4px 0 white inset; }
  #loader .loader-ring-track {
    position: absolute;
    top: 0;
    left: 0;
    width: 240px;
    height: 240px;
    border-radius: 240px;
    -webkit-box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.3) inset;
    -moz-box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.3) inset;
    box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.3) inset; }

@keyframes rotate-360 {
  from {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

/***************************
FORMS
***************************/
.shoe-size {
  position: absolute !important;
  width: 0;
  height: 0;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none; }

::placeholder,
::-webkit-input-placeholder {
  color: rgba(14, 22, 42, 0.6);
  font-weight: 400; }

a.btn {
  display: flex;
  padding: 0 20px;
  height: 50px;
  border-radius: 25px;
  font-weight: 600;
  color: #0E162A;
  border: 1px solid #FFFFFF;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.1) 0 2px 8px inset;
  background: linear-gradient(45deg, #e6faec 0%, white 100%);
  align-items: center;
  justify-content: space-between; }
  a.btn .icon {
    color: #00B74F; }

a.small-btn {
  position: relative;
  display: inline-flex;
  height: 30px;
  padding: 0 10px;
  font-size: 13px;
  font-weight: 600;
  align-items: center;
  z-index: 0; }
  a.small-btn:before {
    position: absolute;
    inset: 0;
    padding: 1px;
    border-radius: 15px;
    background: linear-gradient(45deg, #05c3de 0%, #00b74f 100%);
    z-index: -1;
    content: "";
    mask: linear-gradient(#000 0 0) exclude, linear-gradient(#000 0 0) content-box; }
  a.small-btn:after {
    display: inline-block;
    margin-left: 10px;
    content: '+'; }

.section.blue a.btn:not(.btn-green),
a.btn-blue {
  background: linear-gradient(45deg, #e6fafc 0%, white 100%); }
  .section.blue a.btn:not(.btn-green) .icon,
  a.btn-blue .icon {
    color: #05C3DE; }

input, button, select {
  display: block;
  padding: 0 20px;
  width: 100%;
  height: 50px;
  border-radius: 25px;
  font-weight: 600;
  border: 1px solid #FFFFFF;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.1) 0 2px 8px inset;
  appearance: none;
  transition: all 0.2s ease-in-out; }
  input:focus, button:focus, select:focus {
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.1) 0 2px 8px inset; }
  input:focus, input:invalid, button:focus, button:invalid, select:focus, select:invalid {
    outline: none; }

.section.blue ::placeholder,
.section.blue ::-webkit-input-placeholder, .section.green ::placeholder,
.section.green ::-webkit-input-placeholder,
.color-blue ::placeholder,
.color-blue ::-webkit-input-placeholder, .color-green ::placeholder,
.color-green ::-webkit-input-placeholder,
.midnight ::placeholder,
.midnight ::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6); }

.section.blue .input .icon-button, .section.blue .input .icon, .section.green .input .icon-button, .section.green .input .icon,
.color-blue .input .icon-button,
.color-blue .input .icon, .color-green .input .icon-button, .color-green .input .icon,
.midnight .input .icon-button,
.midnight .input .icon {
  color: #FFFFFF; }

.section.blue input, .section.green input,
.color-blue input, .color-green input,
.midnight input {
  color: #FFFFFF;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1) 0 2px 8px inset; }
  .section.blue input:focus, .section.green input:focus,
  .color-blue input:focus, .color-green input:focus,
  .midnight input:focus {
    border: 1px solid rgba(255, 255, 255, 0.4);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.1) 0 2px 8px inset; }

.section.blue .checkbox input:checked ~ .checked, .section.blue .radio input:checked ~ .checked, .section.green .checkbox input:checked ~ .checked, .section.green .radio input:checked ~ .checked,
.color-blue .checkbox input:checked ~ .checked,
.color-blue .radio input:checked ~ .checked, .color-green .checkbox input:checked ~ .checked, .color-green .radio input:checked ~ .checked,
.midnight .checkbox input:checked ~ .checked,
.midnight .radio input:checked ~ .checked {
  border-color: transparent;
  background: linear-gradient(45deg, #05c3de 0%, #00b74f 100%); }

.section.blue .checkbox .checked, .section.blue .radio .checked, .section.green .checkbox .checked, .section.green .radio .checked,
.color-blue .checkbox .checked,
.color-blue .radio .checked, .color-green .checkbox .checked, .color-green .radio .checked,
.midnight .checkbox .checked,
.midnight .radio .checked {
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1) 0 2px 8px inset; }

.input {
  position: relative; }
  .input .icon, .input .icon-button {
    display: inline-flex;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    border: none;
    color: #00B74F;
    background: none;
    box-shadow: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 1; }
  .input .icon {
    pointer-events: none; }

.section.blue .input .icon, .section.blue .input .icon-button,
.color-blue .input .icon,
.color-blue .input .icon-button {
  color: #05C3DE; }

label {
  display: block;
  margin: 0 0 10px;
  font-size: 13px;
  font-weight: 600;
  color: #000000; }

textarea {
  min-width: 100%;
  max-width: 100%;
  min-height: 120px;
  max-height: 120px;
  resize: none; }

.select {
  display: block;
  position: relative; }
  .select:after {
    position: absolute;
    top: 15px;
    right: 20px;
    font-family: 'Material Icons Round';
    font-size: 20px;
    line-height: 1;
    pointer-events: none;
    z-index: 1;
    content: "expand_more"; }
  .select select {
    padding: 0 60px 0 20px;
    cursor: pointer; }

.select.min:before {
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: 15px;
  background: linear-gradient(45deg, #05c3de 0%, #00b74f 100%);
  z-index: -1;
  content: "";
  mask: linear-gradient(#000 0 0) exclude, linear-gradient(#000 0 0) content-box; }

.select.min:after {
  top: 5px;
  right: 10px; }

.select.min select {
  padding: 0 40px 0 10px;
  height: 30px;
  font-size: 13px;
  border: none;
  background: none;
  box-shadow: none; }
  .select.min select:focus {
    box-shadow: none; }

.checkbox, .radio {
  position: relative;
  display: flex;
  margin: 0 0 20px;
  font-size: 13px;
  font-weight: 400;
  align-items: center;
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  cursor: pointer; }
  .checkbox a, .radio a {
    font-weight: 600; }
  .checkbox input, .radio input {
    position: absolute;
    top: 19px;
    left: 19px;
    margin: 0;
    opacity: 0;
    width: 1px;
    height: 1px;
    pointer-events: none;
    z-index: 1; }
    .checkbox input:checked ~ .checked, .radio input:checked ~ .checked {
      border-color: transparent;
      background: linear-gradient(45deg, #05c3de 0%, #00b74f 100%); }
      .checkbox input:checked ~ .checked:after, .radio input:checked ~ .checked:after {
        opacity: 1; }
  .checkbox .checked, .radio .checked {
    position: relative;
    margin: 0 10px 0 0;
    width: 50px;
    height: 50px;
    border-radius: 30px;
    border: 1px solid #FFFFFF;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.1) 0 2px 8px inset;
    transition: all 0.2s ease-in; }
    .checkbox .checked:after, .radio .checked:after {
      position: absolute;
      top: 11px;
      left: 19px;
      width: 9px;
      height: 18px;
      opacity: 0;
      border-right: 2px solid #FFFFFF;
      border-bottom: 2px solid #FFFFFF;
      transform: rotate(45deg);
      pointer-events: none;
      transition: all 0.1s ease-in;
      content: ""; }
  .checkbox span.label, .radio span.label {
    flex: 1; }

form .form-row input, form .form-row select, form .form-row button {
  margin: 0 0 20px; }

form .form-row .submit-button {
  border: none;
  box-shadow: none;
  color: #FFFFFF;
  background: linear-gradient(45deg, #05c3de 0%, #00b74f 100%); }

/****************************
MENU BUTTON
****************************/
a.menu-toggle {
  line-height: 1; }
  a.menu-toggle span {
    display: inline-block; }
  a.menu-toggle .menu-icon {
    position: relative;
    width: 20px;
    height: 20px; }
    a.menu-toggle .menu-icon .hamburger, a.menu-toggle .menu-icon .cross {
      position: absolute;
      top: 0;
      left: 0;
      width: 20px;
      height: 20px; }
      a.menu-toggle .menu-icon .hamburger:before, a.menu-toggle .menu-icon .hamburger span, a.menu-toggle .menu-icon .hamburger:after, a.menu-toggle .menu-icon .cross:before, a.menu-toggle .menu-icon .cross span, a.menu-toggle .menu-icon .cross:after {
        display: block;
        background: #000000;
        border-radius: 1px;
        transition: .25s ease-in-out;
        content: ''; }
    a.menu-toggle .menu-icon .hamburger:before, a.menu-toggle .menu-icon .hamburger span, a.menu-toggle .menu-icon .hamburger:after {
      position: relative;
      margin: 4px 0;
      width: 20px;
      height: 2px; }
    a.menu-toggle .menu-icon .hamburger:before {
      transition-delay: .5s; }
    a.menu-toggle .menu-icon .hamburger span {
      transition-delay: .625s; }
    a.menu-toggle .menu-icon .hamburger:after {
      transition-delay: .75s; }
    a.menu-toggle .menu-icon .cross {
      transform: rotate(45deg); }
      a.menu-toggle .menu-icon .cross:before {
        position: absolute;
        top: 0;
        left: 9px;
        height: 0;
        width: 2px;
        transition-delay: 0s; }
      a.menu-toggle .menu-icon .cross:after {
        position: absolute;
        left: 0;
        top: 9px;
        width: 0;
        height: 2px;
        transition-delay: .25s; }

a.menu-toggle.open .menu-icon {
  z-index: 2000; }
  a.menu-toggle.open .menu-icon .hamburger:before, a.menu-toggle.open .menu-icon .hamburger span, a.menu-toggle.open .menu-icon .hamburger:after, a.menu-toggle.open .menu-icon .cross:before, a.menu-toggle.open .menu-icon .cross span, a.menu-toggle.open .menu-icon .cross:after {
    background-color: #000000; }
  a.menu-toggle.open .menu-icon .hamburger:before, a.menu-toggle.open .menu-icon .hamburger span, a.menu-toggle.open .menu-icon .hamburger:after {
    width: 0%; }
  a.menu-toggle.open .menu-icon .hamburger:before {
    transition-delay: 0s; }
  a.menu-toggle.open .menu-icon .hamburger span {
    transition-delay: .125s; }
  a.menu-toggle.open .menu-icon .hamburger:after {
    transition-delay: .25s; }
  a.menu-toggle.open .menu-icon .cross:before {
    height: 20px;
    transition-delay: .625s; }
  a.menu-toggle.open .menu-icon .cross:after {
    width: 20px;
    transition-delay: .375s; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: text;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.draggable {
    cursor: pointer;
    cursor: grab;
    user-select: none; }
  .slick-list.dragging {
    cursor: grabbing; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/****************************
FLATPICKR
****************************/
.flatpickr-calendar {
  display: none;
  position: absolute;
  margin: 8px 0 0;
  padding: 0;
  width: 350px;
  max-width: calc(100vw - 40px);
  border: 0;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 600;
  opacity: 0;
  line-height: 24px;
  background: #FFFFFF;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  direction: ltr;
  animation: none;
  box-sizing: border-box;
  touch-action: manipulation;
  visibility: hidden; }
  .flatpickr-calendar.open, .flatpickr-calendar.inline {
    opacity: 1;
    max-height: 640px;
    visibility: visible; }
  .flatpickr-calendar.open {
    display: inline-block;
    z-index: 99999; }
  .flatpickr-calendar.inline {
    display: block;
    position: relative;
    top: 2px; }
  .flatpickr-calendar .flatpickr-months .flatpickr-month {
    position: relative;
    padding: 20px;
    overflow: hidden;
    user-select: none; }
    .flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-current-month {
      display: flex;
      font-size: 20px;
      align-items: center; }
      .flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-current-month .numInputWrapper span {
        display: none; }
      .flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-current-month .numInputWrapper input.cur-year {
        display: inline-block;
        margin: 0 0 0 4px;
        padding: 0;
        border: 0;
        border-radius: 0;
        height: auto;
        font-weight: 600;
        box-shadow: none;
        background: transparent;
        pointer-events: none; }
        .flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-current-month .numInputWrapper input.cur-year:focus {
          outline: 0; }
  .flatpickr-calendar .flatpickr-months .flatpickr-prev-month,
  .flatpickr-calendar .flatpickr-months .flatpickr-next-month {
    position: absolute;
    top: 22px;
    height: 24px;
    user-select: none;
    text-decoration: none;
    z-index: 3;
    cursor: pointer; }
    .flatpickr-calendar .flatpickr-months .flatpickr-prev-month .icon,
    .flatpickr-calendar .flatpickr-months .flatpickr-next-month .icon {
      font-size: 24px; }
  .flatpickr-calendar .flatpickr-months .flatpickr-prev-month {
    right: 40px; }
  .flatpickr-calendar .flatpickr-months .flatpickr-next-month {
    right: 12px; }
  .flatpickr-calendar .flatpickr-months .flatpickr-prev-month.flatpickr-disabled,
  .flatpickr-calendar .flatpickr-months .flatpickr-next-month.flatpickr-disabled {
    display: none; }
  .flatpickr-calendar .flatpickr-innerContainer {
    display: block;
    padding: 0 0 10px;
    overflow: hidden; }
    .flatpickr-calendar .flatpickr-innerContainer .flatpickr-rContainer .flatpickr-weekdays {
      display: flex;
      width: 100%;
      height: 40px;
      align-items: center;
      overflow: hidden; }
      .flatpickr-calendar .flatpickr-innerContainer .flatpickr-rContainer .flatpickr-weekdays .flatpickr-weekdaycontainer {
        display: flex;
        flex: 1; }
        .flatpickr-calendar .flatpickr-innerContainer .flatpickr-rContainer .flatpickr-weekdays .flatpickr-weekdaycontainer span.flatpickr-weekday {
          display: block;
          flex: 1;
          margin: 0;
          color: rgba(0, 0, 0, 0.3);
          line-height: 1;
          text-align: center; }
    .flatpickr-calendar .flatpickr-innerContainer .flatpickr-rContainer .flatpickr-days {
      display: flex;
      position: relative;
      align-items: flex-start; }
    .flatpickr-calendar .flatpickr-innerContainer .flatpickr-rContainer .flatpickr-days:focus {
      outline: 0; }
    .flatpickr-calendar .flatpickr-innerContainer .flatpickr-rContainer .dayContainer {
      display: grid;
      flex: 1;
      grid-template-columns: repeat(7, 1fr);
      grid-auto-rows: auto;
      place-items: center; }
    .flatpickr-calendar .flatpickr-innerContainer .flatpickr-rContainer .flatpickr-day {
      width: 39px;
      height: 39px;
      line-height: 39px;
      text-align: center;
      border-radius: 150px;
      border: 1px solid transparent;
      cursor: pointer; }
    .flatpickr-calendar .flatpickr-innerContainer .flatpickr-rContainer .flatpickr-day.inRange,
    .flatpickr-calendar .flatpickr-innerContainer .flatpickr-rContainer .flatpickr-day.prevMonthDay.inRange,
    .flatpickr-calendar .flatpickr-innerContainer .flatpickr-rContainer .flatpickr-day.nextMonthDay.inRange,
    .flatpickr-calendar .flatpickr-innerContainer .flatpickr-rContainer .flatpickr-day.today.inRange,
    .flatpickr-calendar .flatpickr-innerContainer .flatpickr-rContainer .flatpickr-day.prevMonthDay.today.inRange,
    .flatpickr-calendar .flatpickr-innerContainer .flatpickr-rContainer .flatpickr-day.nextMonthDay.today.inRange,
    .flatpickr-calendar .flatpickr-innerContainer .flatpickr-rContainer .flatpickr-day:hover,
    .flatpickr-calendar .flatpickr-innerContainer .flatpickr-rContainer .flatpickr-day.prevMonthDay:hover,
    .flatpickr-calendar .flatpickr-innerContainer .flatpickr-rContainer .flatpickr-day.nextMonthDay:hover,
    .flatpickr-calendar .flatpickr-innerContainer .flatpickr-rContainer .flatpickr-day:focus,
    .flatpickr-calendar .flatpickr-innerContainer .flatpickr-rContainer .flatpickr-day.prevMonthDay:focus,
    .flatpickr-calendar .flatpickr-innerContainer .flatpickr-rContainer .flatpickr-day.nextMonthDay:focus {
      outline: 0;
      background: rgba(0, 0, 0, 0.1);
      border-color: rgba(0, 0, 0, 0.1);
      cursor: pointer; }
    .flatpickr-calendar .flatpickr-innerContainer .flatpickr-rContainer .flatpickr-day.today {
      border-color: rgba(0, 0, 0, 0.3); }
    .flatpickr-calendar .flatpickr-innerContainer .flatpickr-rContainer .flatpickr-day.selected,
    .flatpickr-calendar .flatpickr-innerContainer .flatpickr-rContainer .flatpickr-day.startRange,
    .flatpickr-calendar .flatpickr-innerContainer .flatpickr-rContainer .flatpickr-day.endRange,
    .flatpickr-calendar .flatpickr-innerContainer .flatpickr-rContainer .flatpickr-day.selected.inRange,
    .flatpickr-calendar .flatpickr-innerContainer .flatpickr-rContainer .flatpickr-day.startRange.inRange,
    .flatpickr-calendar .flatpickr-innerContainer .flatpickr-rContainer .flatpickr-day.endRange.inRange,
    .flatpickr-calendar .flatpickr-innerContainer .flatpickr-rContainer .flatpickr-day.selected:focus,
    .flatpickr-calendar .flatpickr-innerContainer .flatpickr-rContainer .flatpickr-day.startRange:focus,
    .flatpickr-calendar .flatpickr-innerContainer .flatpickr-rContainer .flatpickr-day.endRange:focus,
    .flatpickr-calendar .flatpickr-innerContainer .flatpickr-rContainer .flatpickr-day.selected:hover,
    .flatpickr-calendar .flatpickr-innerContainer .flatpickr-rContainer .flatpickr-day.startRange:hover,
    .flatpickr-calendar .flatpickr-innerContainer .flatpickr-rContainer .flatpickr-day.endRange:hover,
    .flatpickr-calendar .flatpickr-innerContainer .flatpickr-rContainer .flatpickr-day.selected.prevMonthDay,
    .flatpickr-calendar .flatpickr-innerContainer .flatpickr-rContainer .flatpickr-day.startRange.prevMonthDay,
    .flatpickr-calendar .flatpickr-innerContainer .flatpickr-rContainer .flatpickr-day.endRange.prevMonthDay,
    .flatpickr-calendar .flatpickr-innerContainer .flatpickr-rContainer .flatpickr-day.selected.nextMonthDay,
    .flatpickr-calendar .flatpickr-innerContainer .flatpickr-rContainer .flatpickr-day.startRange.nextMonthDay,
    .flatpickr-calendar .flatpickr-innerContainer .flatpickr-rContainer .flatpickr-day.endRange.nextMonthDay {
      color: #FFFFFF;
      background: #00B74F;
      border-color: #00B74F; }
    .flatpickr-calendar .flatpickr-innerContainer .flatpickr-rContainer .flatpickr-day.selected.startRange,
    .flatpickr-calendar .flatpickr-innerContainer .flatpickr-rContainer .flatpickr-day.startRange.startRange,
    .flatpickr-calendar .flatpickr-innerContainer .flatpickr-rContainer .flatpickr-day.endRange.startRange {
      border-radius: 50px 0 0 50px; }
    .flatpickr-calendar .flatpickr-innerContainer .flatpickr-rContainer .flatpickr-day.selected.endRange,
    .flatpickr-calendar .flatpickr-innerContainer .flatpickr-rContainer .flatpickr-day.startRange.endRange,
    .flatpickr-calendar .flatpickr-innerContainer .flatpickr-rContainer .flatpickr-day.endRange.endRange {
      border-radius: 0 50px 50px 0; }
    .flatpickr-calendar .flatpickr-innerContainer .flatpickr-rContainer .flatpickr-day.selected.startRange.endRange,
    .flatpickr-calendar .flatpickr-innerContainer .flatpickr-rContainer .flatpickr-day.startRange.startRange.endRange,
    .flatpickr-calendar .flatpickr-innerContainer .flatpickr-rContainer .flatpickr-day.endRange.startRange.endRange {
      border-radius: 50px; }
    .flatpickr-calendar .flatpickr-innerContainer .flatpickr-rContainer .flatpickr-day.inRange {
      border-radius: 0; }
    .flatpickr-calendar .flatpickr-innerContainer .flatpickr-rContainer .flatpickr-day.flatpickr-disabled,
    .flatpickr-calendar .flatpickr-innerContainer .flatpickr-rContainer .flatpickr-day.flatpickr-disabled:hover,
    .flatpickr-calendar .flatpickr-innerContainer .flatpickr-rContainer .flatpickr-day.prevMonthDay,
    .flatpickr-calendar .flatpickr-innerContainer .flatpickr-rContainer .flatpickr-day.nextMonthDay,
    .flatpickr-calendar .flatpickr-innerContainer .flatpickr-rContainer .flatpickr-day.notAllowed,
    .flatpickr-calendar .flatpickr-innerContainer .flatpickr-rContainer .flatpickr-day.notAllowed.prevMonthDay,
    .flatpickr-calendar .flatpickr-innerContainer .flatpickr-rContainer .flatpickr-day.notAllowed.nextMonthDay {
      color: rgba(0, 0, 0, 0.3);
      background: transparent;
      border-color: transparent;
      cursor: default; }
    .flatpickr-calendar .flatpickr-innerContainer .flatpickr-rContainer .flatpickr-day.flatpickr-disabled,
    .flatpickr-calendar .flatpickr-innerContainer .flatpickr-rContainer .flatpickr-day.flatpickr-disabled:hover {
      color: rgba(0, 0, 0, 0.3);
      cursor: not-allowed; }
    .flatpickr-calendar .flatpickr-innerContainer .flatpickr-rContainer .flatpickr-day.week.selected {
      border-radius: 0; }
    .flatpickr-calendar .flatpickr-innerContainer .flatpickr-rContainer .flatpickr-day.hidden {
      visibility: hidden; }

.flatpickr-calendar.animate.open {
  -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1); }

.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px); }

.flatpickr-calendar.static.open {
  z-index: 999;
  display: block; }

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  -webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6; }

.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0; }

.flatpickr-calendar.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6; }

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto; }

.flatpickr-calendar:focus {
  outline: 0; }

.flatpickr-wrapper {
  position: relative;
  display: inline-block; }

.dayContainer,
.flatpickr-weeks {
  padding: 1px 0 0 0; }

.rangeMode .flatpickr-day {
  margin-top: 1px; }

.flatpickr-weekwrapper {
  float: left; }

.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  -webkit-box-shadow: 1px 0 0 #e6e6e6;
  box-shadow: 1px 0 0 #e6e6e6; }

.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px; }

.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  cursor: default;
  border: none; }

.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.flatpickr-time:after {
  content: "";
  display: table;
  clear: both; }

.flatpickr-time .numInputWrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 40%;
  height: 40px;
  float: left; }

.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939; }

.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939; }

.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%; }

.flatpickr-time.time24hr .numInputWrapper {
  width: 49%; }

.flatpickr-time input {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #393939;
  font-size: 14px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield; }

.flatpickr-time input:focus {
  outline: 0;
  border: 0; }

.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
  height: inherit;
  float: left;
  line-height: inherit;
  color: #393939;
  width: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center; }

.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center; }

.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
  background: #eee; }

.flatpickr-input[readonly] {
  cursor: pointer; }

@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

/*********************
MOBILE
*********************/
/******************************************************************

Stylesheet: Base Mobile Stylesheet

******************************************************************/
#wpadminbar, #showadminbar {
  display: none !important; }

/*********************
GENERAL STYLES
*********************/
body {
  font-family: 'MessinaSans', sans-serif;
  font-weight: 400;
  color: #0E162A;
  background-color: #FFFFFF;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

::selection {
  color: #FFFFFF;
  background: #05C3DE; }

/*********************
HELPER CLASSES
*********************/
.noscroll {
  overflow: hidden; }

/*********************
LINK STYLES
*********************/
a, a:visited {
  display: inline-block;
  color: #0E162A;
  text-decoration: none; }
  a.scroll, a.scroll:visited {
    display: inline-flex;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    color: #00B74F;
    border: 2px solid #00B74F;
    align-items: center;
    justify-content: center; }
  a.link, a.link:visited {
    display: inline-flex;
    font-size: 16px;
    font-weight: 600;
    color: #00B74F;
    text-transform: uppercase;
    align-items: center; }
    a.link:before, a.link:visited:before {
      display: inline-flex;
      margin: 0 20px 0 0;
      width: 56px;
      height: 56px;
      border-radius: 30px;
      border: 2px solid #00B74F;
      font-family: 'Material Icons Round';
      font-weight: normal;
      font-style: normal;
      font-size: 20px;
      line-height: 1;
      letter-spacing: normal;
      text-transform: none;
      white-space: nowrap;
      word-wrap: normal;
      direction: ltr;
      -webkit-font-feature-settings: 'liga';
      align-items: center;
      justify-content: center;
      transition: all 0.2s ease-in;
      content: 'east'; }
  a.overlay-link, a.overlay-link:visited {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 70; }
  a:active, a:focus, a:visited:active, a:visited:focus {
    outline: 0; }
  a:link, a:visited:link {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.15); }

.contact-buttons {
  display: grid;
  width: calc(100% + 10px);
  margin: 10px -5px -5px;
  grid-gap: 5px;
  grid-template-columns: repeat(2, 1fr); }
  .contact-buttons a.btn {
    display: flex;
    padding: 5px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 5px;
    color: #FFFFFF;
    background-color: #05C3DE;
    align-items: center;
    justify-content: center; }
    .contact-buttons a.btn span.icon {
      font-size: 25px; }
    .contact-buttons a.btn span.label {
      display: none; }
    .contact-buttons a.btn.green {
      background-color: #00B74F; }
    .contact-buttons a.btn.midnight {
      background-color: #003D4C; }

/****************************
H1, H2, H3, H4, H5 STYLES
****************************/
h1, h2, h3, h4, h5 {
  position: relative;
  font-weight: 600;
  line-height: 1.25;
  text-rendering: optimizelegibility; }
  h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child {
    margin-top: 0; }
  h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child {
    margin-bottom: 0; }

h1, .h1 {
  margin: 40px 0;
  font-size: 39px;
  letter-spacing: -0.026em; }
  h1 em, .h1 em {
    color: #00B74F;
    font-style: normal; }

h2, .h2 {
  margin: 20px 0;
  font-size: 31px; }

h3, .h3 {
  margin: 20px 0;
  font-size: 25px; }

h4, .h4 {
  margin: 20px 0;
  font-size: 20px; }

h5, .h5 {
  margin: 10px 0;
  font-size: 16px; }

h5.location, h5.name {
  display: inline-flex;
  font-size: 13px;
  font-weight: 600;
  align-items: center; }
  h5.location .icon, h5.name .icon {
    display: inline-flex;
    margin: 0 5px 0 0;
    width: 30px;
    height: 30px;
    font-size: 15px;
    border-radius: 30px;
    color: #FFFFFF;
    background: linear-gradient(45deg, #05c3de 0%, #00b74f 100%);
    align-items: center;
    justify-content: center; }

/****************************
TEXT STYLES
****************************/
p {
  margin: 1.25em 0; }
  p:first-child {
    margin-top: 0; }
  p:last-child {
    margin-bottom: 0; }

.rating {
  display: flex;
  margin: 0 0 0 auto;
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
  align-items: center; }
  .rating .stars {
    --percent: calc(var(--rating) / 5 * 100%);
    display: inline-block;
    margin-left: 5px;
    font-family: Times;
    font-size: 18px; }
    .rating .stars::before {
      background: linear-gradient(90deg, #FABC04 var(--percent), rgba(0, 0, 0, 0.1) var(--percent));
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      content: '★★★★★'; }

.google-proof {
  display: flex;
  flex-direction: column;
  padding: 10px;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  color: #0E162A;
  background-color: #FFFFFF;
  border-radius: 5px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  align-items: center;
  justify-content: center; }
  .google-proof img.google-logo {
    height: 30px; }
  .google-proof .rating {
    display: block;
    width: 100%;
    margin: 10px 0; }

.jobs-plus {
  position: relative;
  padding: 20px 20px 0;
  color: #FFFFFF;
  background-color: #003D4C;
  font-size: 13px;
  font-weight: 600;
  border-radius: 5px;
  overflow: hidden; }
  .jobs-plus a, .jobs-plus a:visited {
    color: #FFFFFF; }
  .jobs-plus h5.plus-title {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0 0 10px;
    font-size: 13px;
    font-weight: 600; }
    .jobs-plus h5.plus-title:after {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 1px;
      background: linear-gradient(45deg, #05c3de 0%, #00b74f 100%);
      content: ""; }
  .jobs-plus p {
    text-align: justify; }
  .jobs-plus .text {
    margin: 20px 0; }
  .jobs-plus .proof-items {
    margin: 10px -20px 0; }
    .jobs-plus .proof-items .proof-item {
      display: flex;
      padding: 10px 20px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.1);
      align-items: center; }
      .jobs-plus .proof-items .proof-item:last-child {
        border-bottom: 0; }
      .jobs-plus .proof-items .proof-item .proof-label {
        width: 180px;
        margin-right: auto; }
      .jobs-plus .proof-items .proof-item .proof-icon {
        display: inline-flex;
        width: 60px;
        height: 60px;
        border-radius: 30px;
        background: linear-gradient(45deg, #05c3de 0%, #00b74f 100%);
        align-items: center;
        justify-content: center; }
        .jobs-plus .proof-items .proof-item .proof-icon img {
          height: auto;
          max-width: 40px;
          max-height: 40px; }

.success-stories {
  position: relative;
  margin: 0 0 10px;
  color: #FFFFFF;
  background-color: #003D4C;
  border-radius: 5px;
  overflow: hidden; }
  .success-stories .slider-nav {
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 10; }
    .success-stories .slider-nav a.slick-arrow {
      color: #FFFFFF; }
  .success-stories .text-slider .slide .slide-img .img {
    padding-top: 75%; }
  .success-stories .text-slider .slide .slide-text {
    padding: 20px;
    font-size: 13px;
    font-weight: 600; }
    .success-stories .text-slider .slide .slide-text h5.slide-title {
      position: relative;
      display: inline-block;
      padding: 0 0 10px;
      font-size: 13px;
      font-weight: 600; }
      .success-stories .text-slider .slide .slide-text h5.slide-title:after {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 1px;
        background: linear-gradient(45deg, #05c3de 0%, #00b74f 100%);
        content: ""; }
    .success-stories .text-slider .slide .slide-text h5.name {
      margin-right: 100px; }
      .success-stories .text-slider .slide .slide-text h5.name .label {
        flex: 1; }
    .success-stories .text-slider .slide .slide-text p {
      text-align: justify; }

/*********************
ICON STYLES
*********************/
.icon {
  display: inline-block;
  font-family: 'Material Icons Round';
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga'; }

/****************************
MEDIA STYLES
****************************/
img, video {
  display: block;
  max-width: 100%;
  max-height: 100%; }

.img, .vid {
  position: relative;
  width: 100%;
  padding-top: 100%;
  overflow: hidden; }
  .img a, .img img, .img video, .vid a, .vid img, .vid video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 10; }
  .img a, .vid a {
    z-index: 15; }

.story-video {
  position: relative;
  border-radius: 5px;
  overflow: hidden; }
  .story-video .story-progress {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 30; }
  .story-video .story-progress {
    top: 22px;
    left: 22px;
    right: 22px;
    width: auto;
    height: 2px;
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    overflow: hidden;
    z-index: 40; }
    .story-video .story-progress span {
      display: block;
      width: 0%;
      height: 2px;
      border-radius: 2px;
      background-color: #FFFFFF;
      animation-timing-function: linear;
      animation-iteration-count: infinite; }
  .story-video .vid {
    padding-top: 177.77%; }

.ambilight {
  position: relative; }
  .ambilight canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    filter: blur(40px);
    transform: scale(1.2);
    opacity: 0.6;
    z-index: -1; }

/****************************
LAYOUT STYLES
****************************/
.wrap {
  padding: 0 6vw; }

/****************************
SLIDER STYLES
****************************/
.slider-nav {
  position: relative; }
  .slider-nav a.slick-arrow {
    position: relative;
    display: inline-flex;
    width: 45px;
    height: 30px;
    align-items: center;
    justify-content: center; }
    .slider-nav a.slick-arrow.slick-prev::after {
      position: absolute;
      top: 0;
      right: 0;
      width: 1px;
      height: 100%;
      background: linear-gradient(45deg, #05c3de 0%, #00b74f 100%);
      content: ""; }
    .slider-nav a.slick-arrow .icon {
      transform: translateY(1px); }
  .slider-nav:before {
    position: absolute;
    inset: 0;
    padding: 1px;
    border-radius: 15px;
    background: linear-gradient(45deg, #05c3de 0%, #00b74f 100%);
    z-index: -1;
    content: "";
    mask: linear-gradient(#000 0 0) exclude, linear-gradient(#000 0 0) content-box; }

/****************************
OVERLAY STYLES
****************************/
.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9000; }
  .overlay .overlay-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    z-index: 10; }
  .overlay .overlay-wrap {
    position: relative;
    padding: 0 0 40px;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 50; }
    .overlay .overlay-wrap .wrap .overlay-head {
      display: flex;
      margin: 20px 0;
      align-items: center; }
      .overlay .overlay-wrap .wrap .overlay-head a.logo {
        margin-right: auto; }
        .overlay .overlay-wrap .wrap .overlay-head a.logo img {
          height: 50px; }
      .overlay .overlay-wrap .wrap .overlay-head a.overlay-close {
        display: flex;
        width: 40px;
        height: 40px;
        border-radius: 20px;
        border: 1px solid #FFFFFF;
        box-shadow: 0 0 40px rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.1) 0 2px 8px inset;
        align-items: center;
        justify-content: center; }
    .overlay .overlay-wrap .wrap .job-intro h3 {
      font-size: 31px;
      font-weight: 600;
      hyphens: auto;
      word-break: break-word; }
    .overlay .overlay-wrap .wrap .job-intro .job-info {
      display: flex;
      align-items: center; }
      .overlay .overlay-wrap .wrap .job-intro .job-info .location {
        margin: 0; }
      .overlay .overlay-wrap .wrap .job-intro .job-info .rating {
        margin: 0 0 0 auto; }
    .overlay .overlay-wrap .wrap .job-contacts {
      position: relative;
      margin: 40px 0 0; }
      .overlay .overlay-wrap .wrap .job-contacts h5 {
        padding: 5px 0; }
      .overlay .overlay-wrap .wrap .job-contacts .slider-nav {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 1; }
        .overlay .overlay-wrap .wrap .job-contacts .slider-nav a.slick-arrow {
          padding: 0 5px; }
      .overlay .overlay-wrap .wrap .job-contacts .overlay-contacts .slick-list {
        margin: 0 -6vw;
        padding: 20px 6vw 0; }
      .overlay .overlay-wrap .wrap .job-contacts .overlay-contacts .contact {
        width: 88vw;
        margin: 0 20px;
        padding: 20px;
        border-radius: 5px;
        color: #FFFFFF;
        background-color: #003D4C; }
        .overlay .overlay-wrap .wrap .job-contacts .overlay-contacts .contact .chat-avatars {
          margin: -35px 0 10px; }
        .overlay .overlay-wrap .wrap .job-contacts .overlay-contacts .contact h3 {
          margin: 0 0 10px;
          font-size: 16px;
          font-weight: 600;
          text-transform: uppercase; }
        .overlay .overlay-wrap .wrap .job-contacts .overlay-contacts .contact p {
          margin: 0; }
        .overlay .overlay-wrap .wrap .job-contacts .overlay-contacts .contact a {
          color: #FFFFFF; }
        .overlay .overlay-wrap .wrap .job-contacts .overlay-contacts .contact .contact-buttons {
          width: calc(100% + 20px);
          margin: 10px -10px -10px; }
          .overlay .overlay-wrap .wrap .job-contacts .overlay-contacts .contact .contact-buttons a.btn {
            height: 40px; }
    .overlay .overlay-wrap .wrap .job-detail {
      margin: 40px 0 0;
      border-radius: 5px;
      background-color: #FFFFFF;
      box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1); }
      .overlay .overlay-wrap .wrap .job-detail a.job-detail-toggle {
        display: flex;
        padding: 20px;
        font-weight: 600;
        align-items: center; }
        .overlay .overlay-wrap .wrap .job-detail a.job-detail-toggle .icon {
          display: inline-flex;
          margin: 0 0 0 auto;
          width: 26px;
          height: 26px;
          font-size: 15px;
          border-radius: 26px;
          color: #FFFFFF;
          background: linear-gradient(45deg, #05c3de 0%, #00b74f 100%);
          align-items: center;
          justify-content: center; }
      .overlay .overlay-wrap .wrap .job-detail .job-detail-content {
        display: none;
        padding: 0 20px 20px; }
    .overlay .overlay-wrap .wrap .form-container {
      margin: 40px 0 0; }
      .overlay .overlay-wrap .wrap .form-container .form-options {
        margin: 0 0 20px; }
        .overlay .overlay-wrap .wrap .form-container .form-options .tabs {
          display: none; }
      .overlay .overlay-wrap .wrap .form-container .callback-form,
      .overlay .overlay-wrap .wrap .form-container .booking-form {
        display: none; }
        .overlay .overlay-wrap .wrap .form-container .callback-form.active,
        .overlay .overlay-wrap .wrap .form-container .booking-form.active {
          display: block; }
      .overlay .overlay-wrap .wrap .form-container .date-picker,
      .overlay .overlay-wrap .wrap .form-container .date-times {
        position: relative; }
        .overlay .overlay-wrap .wrap .form-container .date-picker .icon,
        .overlay .overlay-wrap .wrap .form-container .date-times .icon {
          position: absolute;
          top: 16px;
          left: 14px;
          color: #00B74F;
          z-index: 10; }
        .overlay .overlay-wrap .wrap .form-container .date-picker input,
        .overlay .overlay-wrap .wrap .form-container .date-times input {
          font-weight: 600;
          padding-left: 40px; }
        .overlay .overlay-wrap .wrap .form-container .date-picker .time-slots,
        .overlay .overlay-wrap .wrap .form-container .date-times .time-slots {
          position: absolute;
          display: none;
          width: 100%;
          margin: -10px 0 0;
          padding: 20px;
          background-color: #003D4C;
          box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
          border-radius: 5px;
          box-sizing: border-box;
          gap: 10px;
          grid-template-columns: repeat(2, 1fr);
          grid-template-rows: repeat(2, auto);
          z-index: 5; }
          .overlay .overlay-wrap .wrap .form-container .date-picker .time-slots button,
          .overlay .overlay-wrap .wrap .form-container .date-times .time-slots button {
            margin: 0;
            font-size: 13px; }
      .overlay .overlay-wrap .wrap .form-container .ssl-info {
        display: flex;
        font-size: 13px;
        line-height: 16px;
        font-weight: 600;
        align-items: center; }
        .overlay .overlay-wrap .wrap .form-container .ssl-info .icon {
          display: inline-flex;
          margin: 0 10px 0 auto;
          width: 26px;
          height: 26px;
          font-size: 15px;
          border-radius: 26px;
          color: #FFFFFF;
          background: linear-gradient(45deg, #05c3de 0%, #00b74f 100%);
          align-items: center;
          justify-content: center; }
        .overlay .overlay-wrap .wrap .form-container .ssl-info .label {
          flex: 1; }
    .overlay .overlay-wrap .wrap .form-result {
      margin: 40px 0 0;
      font-size: 20px; }

/****************************
FLOATING MENU
****************************/
.float-menu {
  display: flex;
  position: fixed;
  bottom: 5px;
  left: 5px;
  right: 5px;
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid #FFFFFF;
  border-radius: 40px;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.1) 0 2px 8px inset;
  backdrop-filter: blur(5px);
  z-index: 8000; }
  .float-menu.min .float-item a.float-link .label {
    display: none; }
  .float-menu .float-item {
    flex: 1;
    border-right: 1px solid rgba(255, 255, 255, 0.2); }
    .float-menu .float-item:last-child {
      border-right: none; }
    .float-menu .float-item a.float-link {
      display: flex;
      padding: 5px 0;
      text-align: center;
      font-size: 13px;
      font-weight: 600;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap; }
      .float-menu .float-item a.float-link img, .float-menu .float-item a.float-link .icon {
        width: 40px;
        height: 40px;
        border-radius: 20px;
        font-size: 30px;
        line-height: 40px; }
      .float-menu .float-item a.float-link .inq-icon {
        display: flex;
        width: 40px;
        height: 40px;
        align-items: center;
        justify-content: center; }
        .float-menu .float-item a.float-link .inq-icon svg {
          width: 25px;
          height: 25px; }
      .float-menu .float-item a.float-link .label {
        display: block;
        width: 100%; }

/****************************
CHAT STYLES
****************************/
.chat {
  display: none;
  max-width: 365px;
  position: fixed;
  right: 5px;
  bottom: 80px;
  border-radius: 5px;
  background-color: #FFFFFF;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(14, 22, 42, 0.1);
  z-index: 8000; }
  .chat.open {
    display: block; }
  .chat .chat-body {
    position: relative;
    padding: 37px 30px 0;
    z-index: 30; }
    .chat .chat-body .chat-header {
      display: flex;
      align-items: center; }
      .chat .chat-body .chat-header h2 {
        margin: 0 auto 0 0;
        font-size: 31px; }
      .chat .chat-body .chat-header a.close-chat {
        color: #FFFFFF;
        background: linear-gradient(45deg, #05c3de 0%, #00b74f 100%);
        border-radius: 20px; }
        .chat .chat-body .chat-header a.close-chat:after {
          display: none; }
    .chat .chat-body .chat-avatars {
      display: flex;
      margin: 20px 0; }
      .chat .chat-body .chat-avatars .avatar {
        margin-left: -10px;
        width: 48px;
        height: 48px;
        border-radius: 24px;
        background: linear-gradient(45deg, #05c3de 0%, #00b74f 100%); }
        .chat .chat-body .chat-avatars .avatar:first-child {
          margin-left: 0; }
        .chat .chat-body .chat-avatars .avatar img.chat-avatar {
          margin: 2px;
          width: 44px;
          height: 44px;
          border-radius: 22px;
          object-fit: cover; }
    .chat .chat-body .select {
      color: #FFFFFF;
      margin-bottom: -25px; }
      .chat .chat-body .select select {
        color: #FFFFFF;
        background: linear-gradient(45deg, #05c3de 0%, #00b74f 100%);
        border: none;
        border-radius: 5px; }
  .chat .chat-locations .location-info {
    display: none;
    position: relative; }
    .chat .chat-locations .location-info.active {
      display: block; }
    .chat .chat-locations .location-info .location-img {
      background: #003D4C; }
      .chat .chat-locations .location-info .location-img .img {
        padding-top: 75%; }
    .chat .chat-locations .location-info .location-buttons {
      display: grid;
      width: 100%;
      padding: 30px;
      position: absolute;
      left: 0;
      bottom: 0;
      gap: 10px;
      grid-template-columns: repeat(2, 1fr);
      z-index: 20; }
      .chat .chat-locations .location-info .location-buttons a.btn {
        height: 40px;
        font-size: 13px; }
        .chat .chat-locations .location-info .location-buttons a.btn span.icon {
          font-size: 20px; }
        .chat .chat-locations .location-info .location-buttons a.btn span.whatsapp {
          display: inline-block;
          width: 18px;
          height: 18px; }
          .chat .chat-locations .location-info .location-buttons a.btn span.whatsapp svg {
            width: 100%;
            height: 100%;
            fill: #00B74F; }

/****************************
HEADER STYLES
****************************/
.header {
  display: flex;
  padding: 20px;
  flex-wrap: wrap;
  align-items: center; }
  .header a.logo {
    margin-right: auto; }
    .header a.logo img {
      height: 50px; }
  .header a.menu-toggle {
    display: flex;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    border: 1px solid #FFFFFF;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.1) 0 2px 8px inset;
    align-items: center;
    justify-content: center; }
  .header .main-nav {
    display: none;
    position: absolute;
    top: 80px;
    right: 20px;
    background-color: rgba(255, 255, 255, 0.8);
    border: 1px solid #FFFFFF;
    border-radius: 20px;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.1) 0 2px 8px inset;
    backdrop-filter: blur(5px);
    z-index: 7000; }
    .header .main-nav ul {
      margin: 0;
      padding: 0; }
      .header .main-nav ul li a {
        display: block;
        padding: 10px 30px;
        font-size: 13px;
        font-weight: 600;
        line-height: 20px;
        border-radius: 20px; }
      .header .main-nav ul li.current_page_item a {
        color: #FFFFFF;
        background: linear-gradient(45deg, #05c3de 0%, #00b74f 100%); }

/****************************
CONTENT STYLES
****************************/
#container {
  overflow-x: hidden; }

.section {
  margin: 40px 0 0;
  opacity: 0;
  transition: all 0.4s ease-in; }
  .section.animate {
    opacity: 1; }
  .section.extra-padding {
    padding-top: 40px; }
  .section.green, .section.blue {
    color: #FFFFFF; }
    .section.green a:not(.btn), .section.green a:not(.btn):visited, .section.blue a:not(.btn), .section.blue a:not(.btn):visited {
      color: #FFFFFF; }
  .section.green {
    background-color: #154734; }
  .section.blue {
    background-color: #003D4C; }
    .section.blue h1 em {
      color: #05C3DE; }
  .section.type-standard .section-text {
    position: relative;
    z-index: 45; }
    .section.type-standard .section-text h1, .section.type-standard .section-text h2, .section.type-standard .section-text h3, .section.type-standard .section-text h4 {
      font-size: 16px; }
  .section.type-standard .section-img {
    margin: -30px -6vw 0; }
    .section.type-standard .section-img .img {
      padding-top: 75%; }
  .section.type-image .section-text {
    position: relative;
    margin: -60px 0 0;
    font-size: 39px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    color: transparent;
    text-stroke: 1px #00B74F;
    -webkit-text-stroke: 1px #00B74F;
    z-index: 45; }
    .section.type-image .section-text p {
      margin: 0; }
  .section.type-image .section-img {
    margin: 0 -6vw 0; }
    .section.type-image .section-img .img {
      padding-top: 56.25%; }
  .section.type-img-slider .img-comparison {
    position: relative;
    margin: 0 -6vw 0;
    padding-top: 75%;
    overflow: hidden; }
    .section.type-img-slider .img-comparison .img-before,
    .section.type-img-slider .img-comparison .img-after {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      pointer-events: none; }
      .section.type-img-slider .img-comparison .img-before img,
      .section.type-img-slider .img-comparison .img-after img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .section.type-img-slider .img-comparison .img-after {
      clip-path: inset(0 50% 0 0); }
    .section.type-img-slider .img-comparison .img-handle {
      position: absolute;
      top: 0;
      left: 50%;
      width: 2px;
      height: 100%;
      background: #00B74F;
      transform: translateX(-50%);
      cursor: ew-resize;
      z-index: 10; }
      .section.type-img-slider .img-comparison .img-handle .handle {
        display: flex;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 40px;
        height: 40px;
        color: #FFFFFF;
        background: #00B74F;
        border-radius: 50%;
        transform: translate(-50%, -50%);
        align-items: center;
        justify-content: center; }
  .section.type-text-img .grid {
    display: grid; }
  .section.type-text-img .section-text h1 {
    margin: 0;
    line-height: 1;
    text-transform: uppercase; }
    .section.type-text-img .section-text h1 em {
      display: block;
      transform: translateX(40px); }
  .section.type-text-img .section-img {
    margin: 40px -6vw 0; }
    .section.type-text-img .section-img .img {
      padding-top: 75%; }
  .section.type-text-img .grid.is-video .section-text {
    order: 2; }
  .section.type-text-img .grid.is-video .story-video {
    display: none; }
    .section.type-text-img .grid.is-video .story-video.on {
      display: block;
      margin: 0 0 40px;
      order: 1; }
  .section.type-hero .hero-heading h1, .section.type-hero .hero-heading h2, .section.type-hero .hero-heading h3, .section.type-hero .hero-heading h4 {
    margin: 0;
    font-size: 39px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.026em;
    hyphens: auto;
    text-transform: uppercase; }
    .section.type-hero .hero-heading h1:nth-child(even), .section.type-hero .hero-heading h2:nth-child(even), .section.type-hero .hero-heading h3:nth-child(even), .section.type-hero .hero-heading h4:nth-child(even) {
      margin-left: 20px; }
  .section.type-hero .hero-heading p {
    margin: 40px 0 0;
    max-width: 760px;
    font-size: 20px; }
  .section.type-hero .hero-content {
    margin: 40px 0 0; }
    .section.type-hero .hero-content:last-child {
      margin: 40px 0; }
    .section.type-hero .hero-content .ambilight {
      margin: 0 -6vw; }
  .section.type-hero .hero-box {
    position: relative;
    margin: 10px calc(-6vw + 10px) 0;
    padding: 30px 0 0;
    color: #FFFFFF;
    background-color: #00B74F;
    border-radius: 5px;
    z-index: 250; }
    .section.type-hero .hero-box.midnight {
      background-color: #003D4C; }
    .section.type-hero .hero-box h5 {
      margin: 0 0 10px 30px;
      font-size: 13px;
      font-weight: 600; }
    .section.type-hero .hero-box h2 {
      margin: 0 0 30px 30px;
      font-size: 39px;
      font-weight: 600;
      line-height: 1;
      text-transform: uppercase; }
    .section.type-hero .hero-box form {
      padding: 0 30px 10px; }
    .section.type-hero .hero-box p {
      margin: 0 30px 30px; }
    .section.type-hero .hero-box a:not(.btn) {
      display: flex;
      padding: 24px 30px;
      font-weight: 600;
      line-height: 31px;
      color: #FFFFFF;
      border-top: 1px solid rgba(255, 255, 255, 0.1);
      align-items: center; }
      .section.type-hero .hero-box a:not(.btn) span.icon {
        margin-right: 20px;
        font-size: 30px; }
      .section.type-hero .hero-box a:not(.btn) span.count {
        display: inline-block;
        padding: 2px 4px;
        margin-left: 10px;
        font-size: 13px;
        line-height: 1;
        border-radius: 2px;
        border: 1px solid #FFFFFF; }
    .section.type-hero .hero-box a.btn {
      margin: 0 30px 10px; }
    .section.type-hero .hero-box .box-info {
      display: flex;
      padding: 10px 24px 30px;
      font-size: 13px;
      font-weight: 600;
      align-items: center; }
      .section.type-hero .hero-box .box-info .icon {
        margin-right: 5px;
        font-size: 16px; }
    .section.type-hero .hero-box.primary {
      margin-top: -160px; }
  .section.type-hero .hero-numbers {
    margin: 20px 0 0; }
    .section.type-hero .hero-numbers .number {
      display: flex;
      padding: 20px 0;
      font-weight: 600;
      align-items: center;
      border-bottom: 1px solid rgba(14, 22, 42, 0.1); }
      .section.type-hero .hero-numbers .number:last-child {
        border-bottom: none; }
      .section.type-hero .hero-numbers .number .num {
        flex: 1;
        font-size: 61px;
        line-height: 1; }
      .section.type-hero .hero-numbers .number p {
        width: 50%;
        margin: 0;
        font-size: 13px;
        line-height: 20px; }
  .section.type-intro {
    padding: 20px 0 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15); }
    .section.type-intro h1 {
      font-size: 31px;
      font-weight: 600;
      line-height: 1;
      letter-spacing: -0.026em;
      text-transform: uppercase; }
      .section.type-intro h1 em {
        margin-left: 20px; }
    .section.type-intro .section-head {
      margin: 20px 0 0; }
    .section.type-intro .columns .col {
      margin: 20px 0 0; }
  .section.type-columns {
    margin: 0; }
    .section.type-columns h1 {
      font-size: 39px;
      font-weight: 600;
      line-height: 1;
      letter-spacing: -0.026em;
      text-transform: uppercase; }
      .section.type-columns h1 em {
        letter-spacing: 0;
        color: #154734;
        text-shadow: -1px -1px 0 #FFFFFF, 1px -1px 0 #FFFFFF, -1px 1px 0 #FFFFFF, 1px 1px 0 #FFFFFF; }
    .section.type-columns .hero-img {
      margin: 0 -6vw; }
      .section.type-columns .hero-img .img {
        padding-top: 75%; }
    .section.type-columns .columns {
      margin: 0 0 40px; }
      .section.type-columns .columns .col {
        margin: 40px 0 0; }
    .section.type-columns .badges {
      display: flex;
      position: relative;
      flex-wrap: wrap;
      justify-content: space-between; }
      .section.type-columns .badges:after {
        position: absolute;
        left: -6vw;
        right: -6vw;
        bottom: -1px;
        height: 20vw;
        background-color: #FFFFFF;
        z-index: 1;
        content: ''; }
      .section.type-columns .badges * {
        position: relative;
        z-index: 5; }
      .section.type-columns .badges h5 {
        width: 100%;
        margin: 0; }
      .section.type-columns .badges .badge {
        display: flex;
        margin: 20px 0 0;
        padding: 20px;
        flex-wrap: wrap;
        text-align: center;
        width: 41vw;
        height: 41vw;
        border-radius: 100%;
        background: linear-gradient(45deg, #05c3de 0%, #00b74f 100%);
        align-items: center;
        justify-content: center; }
        .section.type-columns .badges .badge .icon {
          font-size: 48px; }
        .section.type-columns .badges .badge img {
          display: inline-block;
          margin: 5px 0;
          width: 80%;
          height: 30px;
          object-fit: contain; }
        .section.type-columns .badges .badge p {
          margin: 0;
          font-size: 13px;
          font-weight: 700; }
  .section.type-text-slider {
    position: relative; }
    .section.type-text-slider .slider-intro {
      padding: 0 60px 0 0; }
      .section.type-text-slider .slider-intro h1, .section.type-text-slider .slider-intro h2, .section.type-text-slider .slider-intro h3, .section.type-text-slider .slider-intro h4 {
        font-size: 16px; }
    .section.type-text-slider .slider-nav {
      position: absolute;
      top: 0;
      right: 6vw;
      z-index: 1; }
      .section.type-text-slider .slider-nav a.slick-arrow {
        padding: 0 5px; }
    .section.type-text-slider .text-slider {
      margin: 0 -6vw; }
      .section.type-text-slider .text-slider .slick-track {
        align-items: flex-start; }
      .section.type-text-slider .text-slider .slide .slide-img {
        margin: 20px 0; }
        .section.type-text-slider .text-slider .slide .slide-img .img {
          padding-top: 75%; }
      .section.type-text-slider .text-slider .slide .text {
        padding: 0 20px; }
        .section.type-text-slider .text-slider .slide .text h1 {
          margin: 20px 0 0;
          font-size: 31px;
          font-weight: 600;
          line-height: 1;
          letter-spacing: -0.026em;
          text-align: right;
          text-transform: uppercase; }
          .section.type-text-slider .text-slider .slide .text h1 em {
            letter-spacing: 0;
            color: #FFFFFF;
            text-shadow: -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000; }
  .section.type-news {
    position: relative;
    margin: 40px 0 0;
    padding: 40px 0 0;
    color: #FFFFFF;
    background-color: transparent; }
    .section.type-news:before {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 400px;
      background-color: #00B74F;
      z-index: -1;
      content: ''; }
    .section.type-news.blue {
      background-color: transparent; }
      .section.type-news.blue:before {
        background-color: #003D4C; }
      .section.type-news.blue h1 {
        color: #003D4C;
        text-shadow: -1px -1px 0 #05C3DE, 1px -1px 0 #05C3DE, -1px 1px 0 #05C3DE, 1px 1px 0 #05C3DE; }
    .section.type-news h1 {
      margin: 0;
      padding: 0 100px 0 0;
      font-size: 49px;
      line-height: 1;
      color: #00B74F;
      text-shadow: -1px -1px 0 #FFFFFF, 1px -1px 0 #FFFFFF, -1px 1px 0 #FFFFFF, 1px 1px 0 #FFFFFF; }
    .section.type-news .slider-nav {
      position: absolute;
      top: 102px;
      right: 6vw;
      z-index: 1; }
      .section.type-news .slider-nav a.slick-arrow {
        color: #FFFFFF; }
    .section.type-news .news-slider {
      margin: 0 -6vw -40px; }
      .section.type-news .news-slider .slick-list {
        padding: 40px 6vw; }
      .section.type-news .news-slider .slide {
        position: relative;
        width: 265px;
        margin: 0 20px 0 0;
        border-radius: 5px;
        background-color: #FFFFFF;
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
        overflow: hidden; }
        .section.type-news .news-slider .slide .slide-img {
          width: 100%; }
        .section.type-news .news-slider .slide .text {
          padding: 20px; }
          .section.type-news .news-slider .slide .text h5.date {
            margin: 0;
            font-size: 13px;
            color: rgba(14, 22, 42, 0.6); }
          .section.type-news .news-slider .slide .text h2 {
            display: -webkit-box;
            margin: 10px 0 20px;
            min-height: 75px;
            color: #0E162A;
            font-size: 20px;
            hyphens: auto;
            overflow: hidden;
            text-overflow: ellipsis;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical; }
          .section.type-news .news-slider .slide .text a.small-btn {
            color: #0E162A;
            z-index: 80; }
  .section.type-logos {
    position: relative; }
    .section.type-logos h5 {
      display: inline-block;
      margin: 0;
      padding: 0 0 10px;
      font-size: 13px; }
      .section.type-logos h5:after {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 1px;
        background: linear-gradient(45deg, #05c3de 0%, #00b74f 100%);
        content: ""; }
    .section.type-logos .slider-nav {
      position: absolute;
      top: 0;
      right: 6vw;
      z-index: 1; }
    .section.type-logos .logo-slider {
      margin: 0 -6vw -20px; }
      .section.type-logos .logo-slider .slick-list {
        padding: 20px 6vw; }
      .section.type-logos .logo-slider .slide {
        position: relative;
        margin: 0 20px 0 0;
        width: 265px;
        height: 265px;
        border-radius: 5px;
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1); }
        .section.type-logos .logo-slider .slide .logo {
          display: flex;
          width: 100%;
          height: 100%;
          align-items: center;
          justify-content: center; }
          .section.type-logos .logo-slider .slide .logo img {
            width: auto;
            height: auto;
            max-width: 120px;
            max-height: 120px; }
  .section.type-stories.green {
    margin: 0;
    color: #FFFFFF;
    background-color: #00B74F; }
    .section.type-stories.green a {
      color: #FFFFFF; }
      .section.type-stories.green a img {
        filter: invert(1); }
    .section.type-stories.green .stories-intro {
      margin: 40px 0 0; }
      .section.type-stories.green .stories-intro h1 em {
        text-shadow: -1px -1px 0 #FFFFFF, 1px -1px 0 #FFFFFF, -1px 1px 0 #FFFFFF, 1px 1px 0 #FFFFFF; }
      .section.type-stories.green .stories-intro .slider-nav a.slick-arrow {
        color: #FFFFFF; }
    .section.type-stories.green a.social-link {
      color: #FFFFFF; }
      .section.type-stories.green a.social-link .icon {
        border: 2px solid #FFFFFF; }
  .section.type-stories .stories-intro {
    position: relative;
    padding: 0 60px 0 0; }
    .section.type-stories .stories-intro h1 {
      font-size: 39px;
      font-weight: 600;
      line-height: 1;
      letter-spacing: -0.026em;
      text-transform: uppercase; }
      .section.type-stories .stories-intro h1 em {
        letter-spacing: 0;
        color: #FFFFFF;
        text-shadow: -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000; }
    .section.type-stories .stories-intro .slider-nav {
      position: absolute;
      right: 0;
      bottom: 0;
      z-index: 1; }
      .section.type-stories .stories-intro .slider-nav a.slick-arrow {
        padding: 0 5px; }
  .section.type-stories a.social-link {
    display: inline-flex;
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    text-transform: uppercase;
    align-items: center; }
    .section.type-stories a.social-link .icon {
      display: inline-flex;
      margin: 0 20px 0 0;
      width: 56px;
      height: 56px;
      border-radius: 30px;
      border: 2px solid #000000;
      align-items: center;
      justify-content: center;
      transition: all 0.2s ease-in; }
      .section.type-stories a.social-link .icon img {
        width: 20px;
        height: 20px;
        object-fit: contain;
        transition: all 0.2s ease-in; }
  .section.type-stories .story-slider {
    margin: 40px -6vw -40px;
    padding: 0 6vw; }
    .section.type-stories .story-slider .slide {
      width: 250px;
      margin: 0 6vw 0 0; }
  .section.type-contacts {
    position: relative; }
    .section.type-contacts .blue .team-heading {
      text-shadow: -1px -1px 0 #05C3DE, 1px -1px 0 #05C3DE, -1px 1px 0 #05C3DE, 1px 1px 0 #05C3DE; }
    .section.type-contacts .blue .contacts .contact .contact-detail .contact-cta {
      background: linear-gradient(90deg, rgba(255, 255, 255, 0.2) 50%, #05c3de 100%); }
    .section.type-contacts .team-heading {
      margin: 0 0 20px;
      font-size: 49px;
      font-weight: 600;
      line-height: 1;
      text-transform: uppercase;
      color: #FFFFFF;
      text-shadow: -1px -1px 0 #05C3DE, 1px -1px 0 #05C3DE, -1px 1px 0 #05C3DE, 1px 1px 0 #05C3DE; }
    .section.type-contacts .team-opts {
      display: flex;
      align-items: center; }
      .section.type-contacts .team-opts .select {
        margin-right: auto; }
    .section.type-contacts .contacts.slider {
      margin: 20px -6vw 0; }
      .section.type-contacts .contacts.slider .slick-list {
        padding: 0 6vw; }
      .section.type-contacts .contacts.slider .contact {
        width: 265px;
        margin: 0 10px; }
    .section.type-contacts .contacts.show-all {
      margin: 20px 0 0; }
      .section.type-contacts .contacts.show-all .contact {
        margin: 0 0 10px; }
    .section.type-contacts .contacts {
      position: relative;
      z-index: 20; }
      .section.type-contacts .contacts .contact {
        position: relative;
        color: #FFFFFF;
        border-radius: 5px;
        overflow: hidden; }
        .section.type-contacts .contacts .contact .contact-img .img {
          padding-top: 177%; }
        .section.type-contacts .contacts .contact .contact-detail {
          display: flex;
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
          z-index: 25;
          flex-wrap: wrap;
          align-items: flex-end; }
          .section.type-contacts .contacts .contact .contact-detail .contact-info {
            width: 100%; }
          .section.type-contacts .contacts .contact .contact-detail h2 {
            margin: 0 20px;
            line-height: 1;
            font-weight: 600;
            text-align: right;
            text-transform: uppercase; }
          .section.type-contacts .contacts .contact .contact-detail .contact-cta {
            margin: 10px;
            border-radius: 5px;
            background: linear-gradient(90deg, rgba(255, 255, 255, 0.2) 50%, #05c2de 100%);
            backdrop-filter: blur(10px); }
            .section.type-contacts .contacts .contact .contact-detail .contact-cta a {
              display: flex;
              padding: 7px 10px;
              color: #FFFFFF;
              border-bottom: 1px solid rgba(255, 255, 255, 0.1);
              align-items: center; }
              .section.type-contacts .contacts .contact .contact-detail .contact-cta a:last-child {
                border-bottom: none; }
              .section.type-contacts .contacts .contact .contact-detail .contact-cta a .label {
                display: block;
                flex: 1;
                font-size: 12px;
                font-weight: 600;
                text-align: right;
                text-transform: uppercase; }
  .section.type-team .person {
    margin: 40px 0 0; }
    .section.type-team .person .person-img {
      margin: 0 -6vw 40px; }
      .section.type-team .person .person-img .img {
        padding-top: 75%; }
    .section.type-team .person .person-bio h1 {
      font-size: 39px;
      font-weight: 600;
      line-height: 1;
      letter-spacing: -0.026em;
      text-transform: uppercase; }
      .section.type-team .person .person-bio h1 em {
        letter-spacing: 0;
        color: #FFFFFF;
        text-shadow: -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000; }
    .section.type-team .person .person-bio a.btn {
      display: flex;
      margin: 10px 0 0;
      padding: 20px;
      font-weight: 600;
      text-transform: uppercase;
      border-radius: 5px;
      color: #FFFFFF;
      background-color: #05C3DE; }
      .section.type-team .person .person-bio a.btn span.icon {
        font-size: 25px; }
      .section.type-team .person .person-bio a.btn span.label {
        margin: 0 auto; }
      .section.type-team .person .person-bio a.btn.green {
        background-color: #00B74F; }
      .section.type-team .person .person-bio a.btn.midnight {
        background-color: #003D4C; }
  .section.type-options {
    position: relative; }
    .section.type-options h1, .section.type-options h2, .section.type-options h3, .section.type-options h4 {
      font-size: 16px; }
    .section.type-options .slider-nav {
      position: absolute;
      top: 0;
      right: 6vw;
      z-index: 1; }
      .section.type-options .slider-nav a.slick-arrow {
        padding: 0 5px; }
    .section.type-options .options {
      margin: 20px -6vw 0;
      padding: 0 6vw; }
      .section.type-options .options .opt {
        position: relative;
        width: 88vw;
        margin: 0 6vw 0 0;
        padding: 20px;
        color: #FFFFFF;
        background-color: #00B74F;
        border-radius: 5px; }
        .section.type-options .options .opt h3 {
          margin: 0;
          font-size: 25px;
          font-weight: 600;
          line-height: 1;
          text-transform: uppercase; }
        .section.type-options .options .opt .icon.large {
          position: absolute;
          top: 20px;
          right: 20px;
          font-size: 49px;
          z-index: 1; }
  .section.type-jobs {
    margin: 0; }
    .section.type-jobs .jobs-header {
      display: grid;
      margin: 0 -6vw;
      padding: 40px 6vw 0;
      color: #FFFFFF;
      background-color: #003D4C;
      grid-gap: 40px;
      grid-template-columns: 1fr 1fr; }
      .section.type-jobs .jobs-header a, .section.type-jobs .jobs-header a:visited {
        color: #FFFFFF; }
      .section.type-jobs .jobs-header .job-count {
        font-weight: 600;
        text-align: center; }
        .section.type-jobs .jobs-header .job-count span.jobs-num {
          display: block;
          color: #05C3DE;
          font-size: 119px;
          line-height: 1; }
      .section.type-jobs .jobs-header .job-search {
        grid-column: 1 / -1; }
        .section.type-jobs .jobs-header .job-search .job-filters {
          margin: 0 -6vw;
          padding: 20px 6vw 80px;
          font-size: 13px;
          font-weight: 600;
          overflow-x: auto;
          white-space: nowrap;
          scrollbar-width: none;
          touch-action: pan-x;
          scroll-snap-type: x mandatory;
          -webkit-overflow-scrolling: touch; }
          .section.type-jobs .jobs-header .job-search .job-filters::-webkit-scrollbar {
            display: none; }
          .section.type-jobs .jobs-header .job-search .job-filters a.job-filter {
            margin-left: 10px;
            border-radius: 20px; }
            .section.type-jobs .jobs-header .job-search .job-filters a.job-filter.active {
              background: linear-gradient(45deg, #05c3de 0%, #00b74f 100%); }
              .section.type-jobs .jobs-header .job-search .job-filters a.job-filter.active:after {
                content: '–'; }
    .section.type-jobs .jobs {
      margin: -40px -10px 0; }
      .section.type-jobs .jobs .job {
        display: none;
        position: relative;
        margin: 0 0 10px;
        padding: 20px;
        border-radius: 5px;
        background: #FFFFFF;
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1); }
        .section.type-jobs .jobs .job:nth-child(-n+7) {
          display: block; }
        .section.type-jobs .jobs .job h3 {
          margin: 0 0 20px;
          min-height: 75px;
          font-size: 20px;
          font-weight: 600; }
        .section.type-jobs .jobs .job .job-info {
          display: flex;
          margin: 0 -10px -10px;
          align-items: center; }
          .section.type-jobs .jobs .job .job-info h5.location {
            margin: 0 auto 0 0; }
            .section.type-jobs .jobs .job .job-info h5.location span.label {
              max-width: 100px;
              overflow: hidden;
              white-space: nowrap;
              text-overflow: ellipsis; }
          .section.type-jobs .jobs .job .job-info span.genders {
            position: relative;
            display: inline-flex;
            height: 30px;
            margin: 0 5px 0 0;
            padding: 0 10px;
            font-size: 13px;
            font-weight: 600;
            align-items: center;
            z-index: 0; }
            .section.type-jobs .jobs .job .job-info span.genders:before {
              position: absolute;
              inset: 0;
              padding: 1px;
              border-radius: 15px;
              background: linear-gradient(90deg, #e60000 0%, #fe8c00 20%, #feee00 40%, #028020 60%, #094cfe 80%, #780088 100%);
              z-index: -1;
              content: "";
              mask: linear-gradient(#000 0 0) exclude, linear-gradient(#000 0 0) content-box; }
          .section.type-jobs .jobs .job .job-info a.small-btn {
            z-index: 80; }
    .section.type-jobs .jobs-cta {
      margin: 40px 0 0; }
      .section.type-jobs .jobs-cta a.btn {
        margin: 20px 0 0; }
  .section.type-panma-plus .google-proof {
    display: none; }
  .section.type-panma-plus .section-head {
    padding: 40px 0 20px; }
    .section.type-panma-plus .section-head h1, .section.type-panma-plus .section-head h2, .section.type-panma-plus .section-head h3, .section.type-panma-plus .section-head h4 {
      margin: 0;
      font-size: 39px;
      font-weight: 600;
      line-height: 1;
      letter-spacing: -0.026em;
      hyphens: auto;
      text-align: center;
      text-transform: uppercase; }
  .section.type-panma-plus .section-text .jobs-plus {
    margin: 0 -6vw;
    padding: 20px 6vw; }
  .section.type-panma-plus .section-buttons {
    padding: 20px 0; }
    .section.type-panma-plus .section-buttons a.btn {
      margin: 0 0 20px; }
  .section.type-faq {
    padding: 40px 0; }
    .section.type-faq .section-text h1, .section.type-faq .section-text h2, .section.type-faq .section-text h3, .section.type-faq .section-text h4 {
      margin: 0;
      font-size: 39px;
      font-weight: 600;
      line-height: 1;
      letter-spacing: -0.026em;
      hyphens: auto;
      text-align: center;
      text-transform: uppercase; }
    .section.type-faq .section-text .faq {
      margin: 40px 0; }
      .section.type-faq .section-text .faq .faq-item {
        margin: 10px 0 0;
        font-size: 13px;
        font-weight: 600;
        color: #0E162A;
        border-radius: 25px;
        border: 1px solid #FFFFFF;
        box-shadow: 0 0 40px rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.1) 0 2px 8px inset;
        background: linear-gradient(45deg, #e6faec 0%, white 100%); }
        .section.type-faq .section-text .faq .faq-item a.faq-toggle {
          display: flex;
          padding: 10px 20px;
          color: #0E162A;
          align-items: center; }
          .section.type-faq .section-text .faq .faq-item a.faq-toggle .faq-label {
            flex: 1; }
          .section.type-faq .section-text .faq .faq-item a.faq-toggle .icon {
            display: inline-flex;
            width: 30px;
            height: 30px;
            border-radius: 15px;
            color: #FFFFFF;
            background: linear-gradient(45deg, #05c3de 0%, #00b74f 100%);
            align-items: center;
            justify-content: center; }
        .section.type-faq .section-text .faq .faq-item .faq-answer {
          display: none;
          padding: 10px 20px;
          border-top: 1px solid rgba(14, 22, 42, 0.1); }
  .section.type-gallery {
    position: relative; }
    .section.type-gallery:before {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 90px;
      background-color: #FFFFFF;
      z-index: 0;
      content: ''; }
    .section.type-gallery .gallery {
      position: relative;
      z-index: 1; }
      .section.type-gallery .gallery .slick-list {
        margin: 0 -6vw;
        padding: 0 6vw; }
      .section.type-gallery .gallery .gallery-slide {
        width: 88vw;
        max-width: 540px;
        margin: 0 5px; }
        .section.type-gallery .gallery .gallery-slide .img {
          padding-top: 56.25%;
          border-radius: 5px; }
    .section.type-gallery .section-text {
      padding: 40px 0; }
      .section.type-gallery .section-text h1 {
        margin: 0;
        font-size: 39px;
        font-weight: 600;
        line-height: 1;
        letter-spacing: -0.026em;
        text-transform: uppercase; }
        .section.type-gallery .section-text h1 em {
          margin-left: 20px; }
      .section.type-gallery .section-text .section-buttons {
        margin: 40px 0 0; }
        .section.type-gallery .section-text .section-buttons a.btn {
          margin: 20px 0 0; }
  .section.type-highlight .section-head {
    padding: 0 0 20px; }
    .section.type-highlight .section-head h1, .section.type-highlight .section-head h2, .section.type-highlight .section-head h3, .section.type-highlight .section-head h4 {
      margin: 0;
      font-size: 39px;
      font-weight: 600;
      line-height: 1;
      letter-spacing: -0.026em;
      hyphens: auto;
      text-align: center;
      text-transform: uppercase; }
  .section.type-highlight .highlight-box {
    margin: 20px -10px 0;
    border-radius: 5px;
    color: #FFFFFF;
    background-color: #003D4C;
    overflow: hidden; }
    .section.type-highlight .highlight-box .highlight-img .img {
      padding-top: 56.25%; }
    .section.type-highlight .highlight-box .highlight-text {
      padding: 20px;
      font-size: 13px;
      font-weight: 600; }
      .section.type-highlight .highlight-box .highlight-text h5 {
        position: relative;
        display: inline-block;
        margin: 0;
        padding: 0 0 10px;
        font-size: 13px;
        font-weight: 600; }
        .section.type-highlight .highlight-box .highlight-text h5:after {
          position: absolute;
          left: 0;
          bottom: 0;
          width: 100%;
          height: 1px;
          background: linear-gradient(45deg, #05c3de 0%, #00b74f 100%);
          content: ""; }
  .section.type-highlight .section-buttons {
    margin: 40px 0 0; }
    .section.type-highlight .section-buttons a.btn {
      margin: 20px 0 0; }
  .section.type-post h5 {
    font-weight: 400;
    color: rgba(0, 0, 0, 0.4); }
  .section.type-post h2 {
    margin: 0 0 20px;
    font-size: 25px;
    font-weight: 400; }
  .section.type-single .wrap {
    overflow: hidden; }
    .section.type-single .wrap a.go-back {
      position: relative;
      display: inline-flex;
      height: 30px;
      padding: 0 10px;
      font-size: 13px;
      font-weight: 600;
      align-items: center;
      z-index: 0; }
      .section.type-single .wrap a.go-back:after {
        position: absolute;
        inset: 0;
        padding: 1px;
        border-radius: 15px;
        background: linear-gradient(45deg, #05c3de 0%, #00b74f 100%);
        z-index: -1;
        content: "";
        mask: linear-gradient(#000 0 0) exclude, linear-gradient(#000 0 0) content-box; }
      .section.type-single .wrap a.go-back:before {
        display: inline-block;
        margin-right: 5px;
        font-family: 'Material Icons Round';
        content: 'arrow_back'; }
    .section.type-single .wrap h1 {
      margin: 20px 0 0;
      font-size: 31px; }
    .section.type-single .wrap h5.date {
      display: inline-flex;
      margin: 20px 0 40px;
      font-size: 13px;
      font-weight: 600;
      align-items: center; }
      .section.type-single .wrap h5.date .icon {
        display: inline-flex;
        margin: 0 10px 0 0;
        width: 30px;
        height: 30px;
        font-size: 15px;
        border-radius: 30px;
        color: #FFFFFF;
        background: linear-gradient(45deg, #05c3de 0%, #00b74f 100%);
        align-items: center;
        justify-content: center; }
    .section.type-single .wrap .post-img {
      margin: 0 -6vw 40px; }
    .section.type-single .wrap .hero-boxes {
      margin: 40px 0 0; }
    .section.type-single .wrap .hero-box {
      position: relative;
      margin: 10px calc(-6vw + 10px) 0;
      padding: 30px 0 0;
      color: #FFFFFF;
      background-color: #00B74F;
      border-radius: 5px;
      z-index: 250; }
      .section.type-single .wrap .hero-box.secondary {
        background-color: #003D4C; }
      .section.type-single .wrap .hero-box h5 {
        margin: 0 0 10px 30px;
        font-size: 13px;
        font-weight: 600; }
      .section.type-single .wrap .hero-box h2 {
        margin: 0 0 30px 30px;
        font-size: 39px;
        font-weight: 600;
        line-height: 1;
        text-transform: uppercase; }
      .section.type-single .wrap .hero-box form {
        padding: 0 30px 10px; }
      .section.type-single .wrap .hero-box p {
        margin: 0 30px 30px; }
      .section.type-single .wrap .hero-box a:not(.btn) {
        display: flex;
        padding: 24px 30px;
        font-weight: 600;
        line-height: 31px;
        color: #FFFFFF;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        align-items: center; }
        .section.type-single .wrap .hero-box a:not(.btn) span.icon {
          margin-right: 20px;
          font-size: 30px; }
        .section.type-single .wrap .hero-box a:not(.btn) span.count {
          display: inline-block;
          padding: 2px 4px;
          margin-left: 10px;
          font-size: 13px;
          line-height: 1;
          border-radius: 2px;
          border: 1px solid #FFFFFF; }
      .section.type-single .wrap .hero-box a.btn {
        margin: 0 30px 10px; }
      .section.type-single .wrap .hero-box .box-info {
        display: flex;
        padding: 10px 24px 30px;
        font-size: 13px;
        font-weight: 600;
        align-items: center; }
        .section.type-single .wrap .hero-box .box-info .icon {
          margin-right: 5px;
          font-size: 16px; }
  .section.type-job-intro .wrap {
    overflow: visible; }
  .section.type-job-intro .post-head {
    margin: 0 0 20px; }
  .section.type-job-intro .post-buttons a.btn {
    margin: 20px 0 0; }
  .section.type-job-intro .post-video {
    position: relative;
    margin: 40px -6vw 0; }
    .section.type-job-intro .post-video .story-video {
      border-radius: 5px 5px 0 0; }
    .section.type-job-intro .post-video .google-proof {
      position: absolute;
      left: 50%;
      bottom: -74px;
      width: 148px;
      height: 148px;
      transform: translateX(-50%);
      z-index: 50; }
  .section.type-job-form {
    margin: 0;
    padding: 114px 0 0; }
    .section.type-job-form h1 {
      margin: 0;
      font-size: 39px;
      font-weight: 600;
      line-height: 1;
      letter-spacing: -0.026em;
      text-align: center;
      text-transform: uppercase; }
    .section.type-job-form .job-detail a.job-detail-toggle {
      display: flex;
      margin: 40px 0 0;
      padding: 0 10px 0 20px;
      height: 50px;
      border-radius: 25px;
      font-weight: 600;
      color: #0E162A;
      border: 1px solid #FFFFFF;
      box-shadow: 0 0 40px rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.1) 0 2px 8px inset;
      background: linear-gradient(45deg, #e6faec 0%, white 100%);
      align-items: center;
      justify-content: space-between; }
      .section.type-job-form .job-detail a.job-detail-toggle .icon {
        display: inline-flex;
        margin: 0 0 0 auto;
        width: 30px;
        height: 30px;
        font-size: 15px;
        border-radius: 30px;
        color: #FFFFFF;
        background: linear-gradient(45deg, #05c3de 0%, #00b74f 100%);
        align-items: center;
        justify-content: center; }
    .section.type-job-form .job-detail .job-detail-content {
      display: none;
      margin: 10px 0 0;
      padding: 20px;
      border-radius: 25px;
      color: #0E162A;
      border: 1px solid #FFFFFF;
      box-shadow: 0 0 40px rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.1) 0 2px 8px inset;
      background: linear-gradient(90deg, #e6faec 0%, white 100%); }
    .section.type-job-form .form-container {
      margin: 40px 0 0; }
      .section.type-job-form .form-container label {
        color: #FFFFFF; }
      .section.type-job-form .form-container select {
        color: #FFFFFF;
        border: none;
        background: linear-gradient(45deg, #05c3de 0%, #00b74f 100%); }
      .section.type-job-form .form-container .form-options {
        margin: 0 0 20px; }
        .section.type-job-form .form-container .form-options .tabs {
          display: none; }
      .section.type-job-form .form-container .callback-form,
      .section.type-job-form .form-container .booking-form {
        display: none; }
        .section.type-job-form .form-container .callback-form.active,
        .section.type-job-form .form-container .booking-form.active {
          display: block; }
      .section.type-job-form .form-container .date-picker,
      .section.type-job-form .form-container .date-times {
        position: relative; }
        .section.type-job-form .form-container .date-picker .icon,
        .section.type-job-form .form-container .date-times .icon {
          position: absolute;
          top: 16px;
          left: 14px;
          color: #05C3DE;
          z-index: 10; }
        .section.type-job-form .form-container .date-picker input,
        .section.type-job-form .form-container .date-times input {
          font-weight: 600;
          padding-left: 40px; }
        .section.type-job-form .form-container .date-picker .time-slots,
        .section.type-job-form .form-container .date-times .time-slots {
          position: absolute;
          display: none;
          width: 100%;
          margin: -10px 0 0;
          padding: 20px;
          background-color: #003D4C;
          box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
          border-radius: 5px;
          box-sizing: border-box;
          gap: 10px;
          grid-template-columns: repeat(2, 1fr);
          grid-template-rows: repeat(2, auto);
          z-index: 5; }
          .section.type-job-form .form-container .date-picker .time-slots button,
          .section.type-job-form .form-container .date-times .time-slots button {
            margin: 0;
            font-size: 13px; }
      .section.type-job-form .form-container .ssl-info {
        display: flex;
        font-size: 13px;
        line-height: 16px;
        font-weight: 600;
        align-items: center; }
        .section.type-job-form .form-container .ssl-info .icon {
          display: inline-flex;
          margin: 0 10px 0 auto;
          width: 26px;
          height: 26px;
          font-size: 15px;
          border-radius: 26px;
          color: #FFFFFF;
          background: linear-gradient(45deg, #05c3de 0%, #00b74f 100%);
          align-items: center;
          justify-content: center; }
        .section.type-job-form .form-container .ssl-info .label {
          flex: 1; }
    .section.type-job-form .form-result {
      margin: 40px 0 0;
      font-size: 20px; }
  .section.type-similar-jobs {
    margin: 40px 0 0; }
    .section.type-similar-jobs h5 {
      margin: 0 0 20px;
      font-size: 13px; }
    .section.type-similar-jobs .jobs {
      margin: 0 -10px; }
  .section.type-404 {
    text-align: center; }
    .section.type-404 h1.large {
      margin: 0;
      font-size: 76px;
      font-weight: 600;
      line-height: 1;
      letter-spacing: -0.026em;
      color: #00B74F; }

/****************************
FOOTER STYLES
****************************/
.footer {
  margin: 40px 0 0; }
  .footer .footer-contact {
    margin: 0 0 40px;
    font-size: 31px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.026em;
    text-transform: uppercase; }
    .footer .footer-contact p {
      margin: 0; }
      .footer .footer-contact p:nth-child(even) {
        margin-left: 40px; }
    .footer .footer-contact a {
      color: #00B74F; }
  .footer .footer-locations .location {
    position: relative;
    margin: 0 0 10px;
    font-size: 13px;
    font-weight: 600;
    color: #FFFFFF;
    background-color: var(--color);
    border-radius: 5px;
    overflow: hidden; }
    .footer .footer-locations .location a, .footer .footer-locations .location a:visited {
      color: #FFFFFF; }
    .footer .footer-locations .location .location-info {
      padding: 20px; }
      .footer .footer-locations .location .location-info h3 {
        line-height: 1;
        text-transform: uppercase; }
      .footer .footer-locations .location .location-info .location-detail {
        margin: 20px 0 0; }
        .footer .footer-locations .location .location-info .location-detail span {
          display: block; }
          .footer .footer-locations .location .location-info .location-detail span.phone {
            margin: 20px 0 0; }
    .footer .footer-locations .location .location-buttons {
      display: grid;
      width: 100%;
      padding: 0 10px 10px;
      gap: 10px;
      grid-template-columns: repeat(2, 1fr);
      grid-template-rows: repeat(2, auto); }
      .footer .footer-locations .location .location-buttons a.btn {
        height: 40px;
        color: #0E162A; }
        .footer .footer-locations .location .location-buttons a.btn .icon {
          color: var(--color); }
        .footer .footer-locations .location .location-buttons a.btn span.whatsapp {
          display: inline-block;
          width: 18px;
          height: 18px; }
          .footer .footer-locations .location .location-buttons a.btn span.whatsapp svg {
            fill: var(--color);
            width: 100%;
            height: 100%; }
  .footer .footer-locations .location-map {
    height: 335px;
    border-radius: 5px;
    overflow: hidden; }
  .footer .footer-content {
    padding: 40px 0 80px;
    text-align: center; }
    .footer .footer-content .footer-bar a.logo img {
      height: 50px; }
    .footer .footer-content .footer-bar hr {
      display: none; }
    .footer .footer-content .footer-bar .social-links {
      margin: 40px 0; }
      .footer .footer-content .footer-bar .social-links a {
        display: inline-flex;
        margin: 0 5px;
        width: 50px;
        height: 50px;
        border-radius: 25px;
        background: linear-gradient(45deg, #05c3de 0%, #00b74f 100%);
        align-items: center;
        justify-content: center; }
        .footer .footer-content .footer-bar .social-links a img {
          width: 18px;
          height: 18px;
          object-fit: contain;
          filter: invert(1); }
    .footer .footer-content .footer-columns {
      display: flex;
      flex-wrap: wrap;
      justify-content: center; }
      .footer .footer-content .footer-columns .col {
        width: 50%;
        margin: 0 0 40px;
        padding: 0 6vw;
        font-size: 13px;
        line-height: 1.9; }
        .footer .footer-content .footer-columns .col h5 {
          font-size: 13px;
          font-weight: 700; }
        .footer .footer-content .footer-columns .col ul {
          margin: 0;
          padding: 0;
          list-style-type: none; }
      .footer .footer-content .footer-columns .col.footer-badge {
        width: 100%;
        text-align: center; }
        .footer .footer-content .footer-columns .col.footer-badge .badge {
          position: relative;
          display: inline-block;
          text-align: center; }
    .footer .footer-content .footer-copy {
      font-size: 13px;
      line-height: 1.9; }
      .footer .footer-content .footer-copy p {
        margin: 0; }
      .footer .footer-content .footer-copy a.scroll-up {
        position: relative;
        display: inline-flex;
        margin: 40px 0;
        width: 40px;
        height: 40px;
        align-items: center;
        justify-content: center;
        z-index: 0; }
        .footer .footer-content .footer-copy a.scroll-up:before {
          position: absolute;
          inset: 0;
          padding: 1px;
          border-radius: 20px;
          background: linear-gradient(45deg, #05c3de 0%, #00b74f 100%);
          z-index: -1;
          content: "";
          mask: linear-gradient(#000 0 0) exclude, linear-gradient(#000 0 0) content-box; }

/****************************
INQLUDE HIGH CONTRAST MODE
****************************/
body.inqlude-contrast-active {
  color: #fff !important;
  background: #000 !important;
  /****************************
	GENERAL TEXT
	****************************/
  /****************************
	LINKS / FOCUS
	****************************/
  /****************************
	BUTTONS
	****************************/
  /****************************
	ICONS / BADGES
	****************************/
  /****************************
	SURFACES / CARDS
	****************************/
  /****************************
	BORDERS / GRADIENT REPLACEMENTS
	****************************/
  /****************************
	FORMS
	****************************/
  /****************************
	HEADER / NAV
	****************************/
  /****************************
	FLOAT MENU
	****************************/
  /****************************
	CHAT / OVERLAY
	****************************/
  /****************************
	JOBS
	****************************/
  /****************************
	FAQ
	****************************/
  /****************************
	SLIDERS / ARROWS
	****************************/
  /****************************
	MEDIA
	****************************/
  /****************************
	GOOGLE / RATINGS
	****************************/
  /****************************
	CONTACTS / TEAM
	****************************/
  /****************************
	FOOTER
	****************************/
  /****************************
	HELPERS
	****************************/ }
  body.inqlude-contrast-active * {
    text-shadow: none !important;
    box-shadow: none !important; }
  body.inqlude-contrast-active ::selection {
    color: #000 !important;
    background: #00B74F !important; }
  body.inqlude-contrast-active h1, body.inqlude-contrast-active h2, body.inqlude-contrast-active h3, body.inqlude-contrast-active h4, body.inqlude-contrast-active h5,
  body.inqlude-contrast-active p, body.inqlude-contrast-active span, body.inqlude-contrast-active li, body.inqlude-contrast-active strong, body.inqlude-contrast-active em,
  body.inqlude-contrast-active label, body.inqlude-contrast-active small, body.inqlude-contrast-active div {
    color: inherit; }
  body.inqlude-contrast-active h1, body.inqlude-contrast-active h2, body.inqlude-contrast-active h3, body.inqlude-contrast-active h4, body.inqlude-contrast-active h5 {
    color: #fff !important; }
    body.inqlude-contrast-active h1 em, body.inqlude-contrast-active h2 em, body.inqlude-contrast-active h3 em, body.inqlude-contrast-active h4 em, body.inqlude-contrast-active h5 em {
      color: #00B74F !important;
      -webkit-text-stroke: 0 !important;
      text-stroke: 0 !important;
      text-shadow: none !important; }
  body.inqlude-contrast-active p {
    color: #fff !important; }
  body.inqlude-contrast-active a,
  body.inqlude-contrast-active a:visited {
    text-decoration: underline;
    text-underline-offset: 3px; }
  body.inqlude-contrast-active a:hover {
    color: #05C3DE !important; }
  body.inqlude-contrast-active a:focus,
  body.inqlude-contrast-active a:focus-visible,
  body.inqlude-contrast-active button:focus,
  body.inqlude-contrast-active button:focus-visible,
  body.inqlude-contrast-active input:focus,
  body.inqlude-contrast-active select:focus,
  body.inqlude-contrast-active textarea:focus {
    outline: 3px solid #00B74F !important;
    outline-offset: 3px !important; }
  body.inqlude-contrast-active a.overlay-link {
    text-decoration: none; }
  body.inqlude-contrast-active a.btn,
  body.inqlude-contrast-active button,
  body.inqlude-contrast-active input[type="submit"],
  body.inqlude-contrast-active .small-btn,
  body.inqlude-contrast-active .contact-buttons a.btn,
  body.inqlude-contrast-active .location-buttons a.btn,
  body.inqlude-contrast-active .person-bio a.btn,
  body.inqlude-contrast-active .hero-box a.btn,
  body.inqlude-contrast-active .jobs-cta a.btn {
    color: #000 !important;
    background: #00B74F !important;
    border: 2px solid #00B74F !important;
    text-decoration: none !important;
    box-shadow: none !important; }
    body.inqlude-contrast-active a.btn .icon,
    body.inqlude-contrast-active a.btn .label,
    body.inqlude-contrast-active a.btn span,
    body.inqlude-contrast-active button .icon,
    body.inqlude-contrast-active button .label,
    body.inqlude-contrast-active button span,
    body.inqlude-contrast-active input[type="submit"] .icon,
    body.inqlude-contrast-active input[type="submit"] .label,
    body.inqlude-contrast-active input[type="submit"] span,
    body.inqlude-contrast-active .small-btn .icon,
    body.inqlude-contrast-active .small-btn .label,
    body.inqlude-contrast-active .small-btn span,
    body.inqlude-contrast-active .contact-buttons a.btn .icon,
    body.inqlude-contrast-active .contact-buttons a.btn .label,
    body.inqlude-contrast-active .contact-buttons a.btn span,
    body.inqlude-contrast-active .location-buttons a.btn .icon,
    body.inqlude-contrast-active .location-buttons a.btn .label,
    body.inqlude-contrast-active .location-buttons a.btn span,
    body.inqlude-contrast-active .person-bio a.btn .icon,
    body.inqlude-contrast-active .person-bio a.btn .label,
    body.inqlude-contrast-active .person-bio a.btn span,
    body.inqlude-contrast-active .hero-box a.btn .icon,
    body.inqlude-contrast-active .hero-box a.btn .label,
    body.inqlude-contrast-active .hero-box a.btn span,
    body.inqlude-contrast-active .jobs-cta a.btn .icon,
    body.inqlude-contrast-active .jobs-cta a.btn .label,
    body.inqlude-contrast-active .jobs-cta a.btn span {
      color: #000 !important; }
    body.inqlude-contrast-active a.btn svg,
    body.inqlude-contrast-active a.btn path,
    body.inqlude-contrast-active button svg,
    body.inqlude-contrast-active button path,
    body.inqlude-contrast-active input[type="submit"] svg,
    body.inqlude-contrast-active input[type="submit"] path,
    body.inqlude-contrast-active .small-btn svg,
    body.inqlude-contrast-active .small-btn path,
    body.inqlude-contrast-active .contact-buttons a.btn svg,
    body.inqlude-contrast-active .contact-buttons a.btn path,
    body.inqlude-contrast-active .location-buttons a.btn svg,
    body.inqlude-contrast-active .location-buttons a.btn path,
    body.inqlude-contrast-active .person-bio a.btn svg,
    body.inqlude-contrast-active .person-bio a.btn path,
    body.inqlude-contrast-active .hero-box a.btn svg,
    body.inqlude-contrast-active .hero-box a.btn path,
    body.inqlude-contrast-active .jobs-cta a.btn svg,
    body.inqlude-contrast-active .jobs-cta a.btn path {
      fill: #000 !important; }
  body.inqlude-contrast-active a.btn:hover,
  body.inqlude-contrast-active button:hover,
  body.inqlude-contrast-active .small-btn:hover {
    color: #000 !important;
    background: #05C3DE !important;
    border-color: #05C3DE !important; }
    body.inqlude-contrast-active a.btn:hover .icon,
    body.inqlude-contrast-active a.btn:hover .label,
    body.inqlude-contrast-active a.btn:hover span,
    body.inqlude-contrast-active button:hover .icon,
    body.inqlude-contrast-active button:hover .label,
    body.inqlude-contrast-active button:hover span,
    body.inqlude-contrast-active .small-btn:hover .icon,
    body.inqlude-contrast-active .small-btn:hover .label,
    body.inqlude-contrast-active .small-btn:hover span {
      color: #000 !important; }
  body.inqlude-contrast-active .icon,
  body.inqlude-contrast-active h5.location .icon,
  body.inqlude-contrast-active h5.name .icon,
  body.inqlude-contrast-active .ssl-info .icon,
  body.inqlude-contrast-active .date-picker .icon,
  body.inqlude-contrast-active .date-times .icon,
  body.inqlude-contrast-active .job-detail-toggle .icon,
  body.inqlude-contrast-active .faq-toggle .icon,
  body.inqlude-contrast-active .proof-icon,
  body.inqlude-contrast-active .badge,
  body.inqlude-contrast-active .social-links a,
  body.inqlude-contrast-active a.scroll,
  body.inqlude-contrast-active a.link:before {
    color: #000 !important;
    background: #00B74F !important;
    border-color: #00B74F !important;
    box-shadow: none !important; }
  body.inqlude-contrast-active svg,
  body.inqlude-contrast-active svg path {
    fill: currentColor; }
  body.inqlude-contrast-active .section,
  body.inqlude-contrast-active .section.green,
  body.inqlude-contrast-active .section.blue,
  body.inqlude-contrast-active .jobs-header,
  body.inqlude-contrast-active .job,
  body.inqlude-contrast-active .jobs-plus,
  body.inqlude-contrast-active .success-stories,
  body.inqlude-contrast-active .google-proof,
  body.inqlude-contrast-active .highlight-box,
  body.inqlude-contrast-active .hero-box,
  body.inqlude-contrast-active .hero-box.midnight,
  body.inqlude-contrast-active .hero-box.secondary,
  body.inqlude-contrast-active .faq-item,
  body.inqlude-contrast-active .job-detail,
  body.inqlude-contrast-active .job-detail-content,
  body.inqlude-contrast-active .chat,
  body.inqlude-contrast-active .float-menu,
  body.inqlude-contrast-active .main-nav,
  body.inqlude-contrast-active .overlay-bg,
  body.inqlude-contrast-active .overlay-wrap,
  body.inqlude-contrast-active .contact,
  body.inqlude-contrast-active .location,
  body.inqlude-contrast-active .news-slider .slide,
  body.inqlude-contrast-active .logo-slider .slide,
  body.inqlude-contrast-active .options .opt,
  body.inqlude-contrast-active .footer,
  body.inqlude-contrast-active .footer-content {
    color: #fff !important;
    background: #000 !important;
    border-color: #fff !important;
    box-shadow: none !important;
    backdrop-filter: none !important; }
  body.inqlude-contrast-active *:before,
  body.inqlude-contrast-active *:after {
    box-shadow: none !important; }
  body.inqlude-contrast-active .slider-nav:before,
  body.inqlude-contrast-active .slider-nav a.slick-prev:after,
  body.inqlude-contrast-active .jobs-plus h5.plus-title:after,
  body.inqlude-contrast-active .success-stories h5.slide-title:after,
  body.inqlude-contrast-active .type-logos h5:after,
  body.inqlude-contrast-active .highlight-text h5:after,
  body.inqlude-contrast-active .go-back:after,
  body.inqlude-contrast-active .genders:before,
  body.inqlude-contrast-active .footer-copy a.scroll-up:before {
    background: #00B74F !important;
    border-color: #00B74F !important; }
  body.inqlude-contrast-active hr,
  body.inqlude-contrast-active .faq-answer,
  body.inqlude-contrast-active .proof-item,
  body.inqlude-contrast-active .hero-box a:not(.btn),
  body.inqlude-contrast-active .contact-cta a,
  body.inqlude-contrast-active .hero-numbers .number {
    border-color: #fff !important; }
  body.inqlude-contrast-active input,
  body.inqlude-contrast-active select,
  body.inqlude-contrast-active textarea {
    color: #fff !important;
    background: #000 !important;
    border: 2px solid #fff !important;
    box-shadow: none !important; }
  body.inqlude-contrast-active input::placeholder,
  body.inqlude-contrast-active textarea::placeholder {
    color: #d9d9d9 !important;
    opacity: 1 !important; }
  body.inqlude-contrast-active label {
    color: #fff !important; }
  body.inqlude-contrast-active .select select,
  body.inqlude-contrast-active .chat .select select,
  body.inqlude-contrast-active .form-container select {
    color: #000 !important;
    background: #00B74F !important;
    border: 2px solid #00B74F !important; }
  body.inqlude-contrast-active .time-slots {
    color: #fff !important;
    background: #000 !important;
    border: 2px solid #fff !important;
    box-shadow: none !important; }
  body.inqlude-contrast-active .header {
    background: #000 !important; }
    body.inqlude-contrast-active .header a.logo {
      background: white; }
    body.inqlude-contrast-active .header a.menu-toggle {
      color: #000 !important;
      background: #00B74F !important;
      border: 2px solid #00B74F !important; }
    body.inqlude-contrast-active .header .main-nav {
      background: #000 !important;
      border: 2px solid #fff !important; }
      body.inqlude-contrast-active .header .main-nav ul li a {
        color: #00B74F !important;
        background: transparent !important;
        text-decoration: none !important; }
      body.inqlude-contrast-active .header .main-nav ul li.current_page_item a,
      body.inqlude-contrast-active .header .main-nav ul li a:hover {
        color: #000 !important;
        background: #00B74F !important; }
  body.inqlude-contrast-active .float-menu {
    background: #000 !important;
    border: 2px solid #fff !important; }
    body.inqlude-contrast-active .float-menu .float-item {
      border-color: #fff !important; }
      body.inqlude-contrast-active .float-menu .float-item a.float-link {
        color: #00B74F !important;
        text-decoration: none !important; }
        body.inqlude-contrast-active .float-menu .float-item a.float-link .icon,
        body.inqlude-contrast-active .float-menu .float-item a.float-link .inq-icon {
          color: #000 !important;
          background: #00B74F !important; }
        body.inqlude-contrast-active .float-menu .float-item a.float-link svg path {
          fill: #000 !important; }
        body.inqlude-contrast-active .float-menu .float-item a.float-link .label {
          color: #00B74F !important; }
  body.inqlude-contrast-active .chat {
    border: 2px solid #fff !important; }
    body.inqlude-contrast-active .chat .chat-header a.close-chat {
      color: #000 !important;
      background: #00B74F !important; }
    body.inqlude-contrast-active .chat .chat-avatars .avatar {
      background: #fff !important; }
    body.inqlude-contrast-active .chat .location-img {
      background: #000 !important; }
  body.inqlude-contrast-active .overlay .overlay-bg {
    background: #000 !important; }
  body.inqlude-contrast-active .overlay a.overlay-close {
    color: #000 !important;
    background: #00B74F !important;
    border: 2px solid #00B74F !important; }
  body.inqlude-contrast-active .overlay .job-detail {
    border: 2px solid #fff !important; }
  body.inqlude-contrast-active .section.type-jobs .jobs-header {
    background: #000 !important;
    border-bottom: 2px solid #fff !important; }
    body.inqlude-contrast-active .section.type-jobs .jobs-header .job-count span.jobs-num {
      color: #00B74F !important; }
  body.inqlude-contrast-active .section.type-jobs .job {
    color: #fff !important;
    background: #000 !important;
    border: 2px solid #fff !important; }
    body.inqlude-contrast-active .section.type-jobs .job h3 {
      color: #fff !important; }
    body.inqlude-contrast-active .section.type-jobs .job .location .label {
      color: #fff !important; }
    body.inqlude-contrast-active .section.type-jobs .job .genders {
      color: #fff !important;
      border: 1px solid #05C3DE !important;
      border-radius: 15px; }
  body.inqlude-contrast-active .section.type-jobs .job-filter {
    color: #000 !important;
    background: #00B74F !important;
    border: 2px solid #00B74F !important; }
    body.inqlude-contrast-active .section.type-jobs .job-filter.active {
      color: #000 !important;
      background: #05C3DE !important;
      border-color: #05C3DE !important; }
  body.inqlude-contrast-active .section.type-faq .faq-item {
    background: #000 !important;
    border: 2px solid #fff !important; }
    body.inqlude-contrast-active .section.type-faq .faq-item a.faq-toggle {
      color: #00B74F !important;
      text-decoration: none !important; }
      body.inqlude-contrast-active .section.type-faq .faq-item a.faq-toggle .faq-label {
        color: #00B74F !important; }
      body.inqlude-contrast-active .section.type-faq .faq-item a.faq-toggle .icon {
        color: #000 !important;
        background: #00B74F !important; }
    body.inqlude-contrast-active .section.type-faq .faq-item .faq-answer {
      color: #fff !important;
      border-top: 2px solid #fff !important; }
  body.inqlude-contrast-active .slider-nav a.slick-arrow {
    color: #00B74F !important;
    background: transparent !important;
    text-decoration: none !important; }
    body.inqlude-contrast-active .slider-nav a.slick-arrow .icon {
      color: #00B74F !important;
      background: transparent !important; }
  body.inqlude-contrast-active .slider-nav:before {
    background: #fff !important; }
  body.inqlude-contrast-active .slick-dots button {
    background: #fff !important;
    border: 1px solid #fff !important; }
  body.inqlude-contrast-active img,
  body.inqlude-contrast-active video {
    opacity: 1 !important; }
  body.inqlude-contrast-active .img,
  body.inqlude-contrast-active .vid {
    background: #000 !important; }
  body.inqlude-contrast-active .story-video {
    border: 2px solid #fff !important; }
    body.inqlude-contrast-active .story-video .story-progress {
      background: rgba(255, 255, 255, 0.35) !important; }
      body.inqlude-contrast-active .story-video .story-progress span {
        background: #00B74F !important; }
  body.inqlude-contrast-active .ambilight canvas {
    display: none !important; }
  body.inqlude-contrast-active .img-comparison .img-handle {
    background: #00B74F !important; }
    body.inqlude-contrast-active .img-comparison .img-handle .handle {
      color: #000 !important;
      background: #00B74F !important;
      border: 2px solid #000 !important; }
  body.inqlude-contrast-active .logo {
    background: white; }
  body.inqlude-contrast-active .google-proof {
    border: 2px solid #fff !important; }
    body.inqlude-contrast-active .google-proof img.google-logo {
      background: #fff !important;
      padding: 4px;
      border-radius: 3px; }
  body.inqlude-contrast-active .rating {
    color: #fff !important; }
    body.inqlude-contrast-active .rating .stars::before {
      background: none !important;
      color: #00B74F !important;
      -webkit-background-clip: initial !important;
      -webkit-text-fill-color: #00B74F !important; }
  body.inqlude-contrast-active .contact-detail {
    background: rgba(0, 0, 0, 0.85) !important; }
  body.inqlude-contrast-active .contact-cta {
    background: #000 !important;
    border: 2px solid #fff !important;
    backdrop-filter: none !important; }
  body.inqlude-contrast-active .team-heading {
    color: #fff !important;
    text-shadow: none !important; }
  body.inqlude-contrast-active .footer {
    background: #000 !important;
    border-top: 2px solid #fff !important; }
    body.inqlude-contrast-active .footer .footer-contact a {
      color: #00B74F !important; }
    body.inqlude-contrast-active .footer .footer-locations .location {
      background: #000 !important;
      border: 2px solid #fff !important; }
      body.inqlude-contrast-active .footer .footer-locations .location a,
      body.inqlude-contrast-active .footer .footer-locations .location a:visited {
        color: #00B74F !important; }
      body.inqlude-contrast-active .footer .footer-locations .location .location-buttons a.btn {
        color: #000 !important;
        background: #00B74F !important; }
        body.inqlude-contrast-active .footer .footer-locations .location .location-buttons a.btn .icon {
          color: #000 !important;
          background: transparent !important; }
        body.inqlude-contrast-active .footer .footer-locations .location .location-buttons a.btn svg path {
          fill: #000 !important; }
    body.inqlude-contrast-active .footer .social-links a {
      background: #00B74F !important; }
      body.inqlude-contrast-active .footer .social-links a img {
        filter: invert(0) !important; }
  body.inqlude-contrast-active .color-blue,
  body.inqlude-contrast-active .green,
  body.inqlude-contrast-active .blue,
  body.inqlude-contrast-active .midnight {
    color: #fff !important;
    background: #000 !important; }
  body.inqlude-contrast-active [style*="background"] {
    background-color: #000 !important; }
  body.inqlude-contrast-active [style*="color"] {
    color: #fff !important; }

/*********************
TABLET
*********************/
@media only screen and (min-width: 768px) {
  /******************************************************************

Stylesheet: Tablet Stylsheet

******************************************************************/
  /****************************
H1, H2, H3, H4, H5 STYLES
****************************/
  h1, .h1 {
    font-size: 49px; }
  h2, .h2 {
    font-size: 39px; }
  h3, .h3 {
    font-size: 31px; }
  h4, .h4 {
    font-size: 25px; }
  /****************************
CONTENT STYLES
****************************/
  .section {
    margin: 120px 0 0; }
    .section.type-standard .wrap {
      padding: 0; }
      .section.type-standard .wrap .section-text {
        width: 560px;
        margin: 0 auto; }
        .section.type-standard .wrap .section-text p {
          font-size: 20px; }
      .section.type-standard .wrap .section-img {
        width: 560px;
        margin: -180px 0 0 calc(100% - 560px); }
    .section.type-image .section-text {
      margin: -90px 0 0;
      font-size: 61px; }
    .section.type-hero .hero-heading h1, .section.type-hero .hero-heading h2, .section.type-hero .hero-heading h3, .section.type-hero .hero-heading h4 {
      font-size: 61px; }
    .section.type-hero .hero-content {
      display: grid;
      margin: 80px 0 0;
      grid-gap: 40px;
      grid-template-columns: repeat(2, 1fr); }
      .section.type-hero .hero-content .ambilight {
        margin: 0 auto;
        width: 375px;
        grid-column: 1 / -1; }
      .section.type-hero .hero-content .hero-box {
        margin: 0; }
    .section.type-columns {
      margin: 120px 0 0; }
      .section.type-columns h1 {
        font-size: 49px; }
      .section.type-columns .columns {
        margin: 0 0 60px; }
        .section.type-columns .columns .col {
          margin: 60px 0 0; }
      .section.type-columns .badges:after {
        height: 9.875vw; }
      .section.type-columns .badges .badge {
        margin: 40px 0 0;
        width: 19.75vw;
        height: 19.75vw; }
    .section.type-text-slider .text-slider {
      margin: 40px -6vw 0; }
      .section.type-text-slider .text-slider .slide {
        display: flex;
        align-items: center; }
        .section.type-text-slider .text-slider .slide .slide-img {
          margin: 0;
          width: 50%; }
        .section.type-text-slider .text-slider .slide .text {
          width: 50%;
          padding: 0 6vw; }
          .section.type-text-slider .text-slider .slide .text h1 {
            font-size: 39px; } }

/*********************
DESKTOP
*********************/
@media only screen and (min-width: 1200px) {
  /******************************************************************

Stylesheet: Desktop Stylsheet

******************************************************************/
  /*********************
LINK STYLES
*********************/
  a, a:visited {
    transition: all 0.2s ease-in; }
    a.link:hover, a.link:visited:hover {
      color: #154734; }
      a.link:hover:before, a.link:visited:hover:before {
        color: #FFFFFF;
        border-color: #154734;
        background-color: #154734; }
    a.btn, a.btn:visited {
      position: relative; }
      a.btn:hover, a.btn:visited:hover {
        transform: scale(1.02); }
    a.small-btn:hover, a.small-btn:visited:hover {
      transform: translateY(-2px); }
    a.scroll:hover, a.scroll:visited:hover {
      color: #FFFFFF;
      border-color: #154734;
      background-color: #154734; }
  /****************************
TEXT STYLES
****************************/
  .jobs-plus {
    display: grid;
    padding: 40px;
    grid-gap: 40px;
    grid-column: span 3;
    grid-template-columns: repeat(2, 1fr);
    align-items: center; }
    .jobs-plus .text {
      font-size: 16px;
      font-weight: 400; }
    .jobs-plus .proof-items {
      display: grid;
      margin: 0;
      grid-gap: 20px;
      grid-template-columns: repeat(2, 1fr); }
      .jobs-plus .proof-items .proof-item {
        padding: 0;
        border-bottom: none; }
        .jobs-plus .proof-items .proof-item .proof-label {
          flex: 1;
          width: auto;
          margin-right: 0;
          order: 1; }
        .jobs-plus .proof-items .proof-item .proof-icon {
          width: 90px;
          height: 90px;
          margin-right: 20px;
          border-radius: 45px;
          order: 0; }
          .jobs-plus .proof-items .proof-item .proof-icon img {
            max-width: 60px;
            max-height: 60px; }
          .jobs-plus .proof-items .proof-item .proof-icon .icon {
            font-size: 39px; }
  .success-stories .slider-nav {
    right: 40px;
    bottom: 40px; }
  .success-stories .text-slider .slide {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center; }
    .success-stories .text-slider .slide .slide-img {
      height: 100%; }
      .success-stories .text-slider .slide .slide-img .img {
        min-height: 100%;
        padding-top: 56.25%; }
        .success-stories .text-slider .slide .slide-img .img img {
          object-position: top center; }
    .success-stories .text-slider .slide .slide-text {
      padding: 40px;
      font-size: 16px;
      font-weight: 400; }
  /****************************
OVERLAY STYLES
****************************/
  .overlay .overlay-bg {
    backdrop-filter: blur(10px);
    background-color: rgba(0, 0, 0, 0.3); }
  .overlay .overlay-wrap {
    margin: 40px auto;
    padding: 0 0 60px;
    width: 840px;
    height: calc(100vh - 80px);
    border-radius: 5px;
    background-color: #FFFFFF; }
    .overlay .overlay-wrap .wrap {
      padding: 0 40px; }
      .overlay .overlay-wrap .wrap .overlay-head {
        margin: 40px 0; }
      .overlay .overlay-wrap .wrap .job-contacts .overlay-contacts .slick-list {
        margin: 0 -40px;
        padding: 10px 40px 0; }
      .overlay .overlay-wrap .wrap .job-contacts .overlay-contacts .contact {
        width: 370px;
        margin: 0 5px; }
      .overlay .overlay-wrap .wrap .form-container {
        margin: 40px 0 0; }
        .overlay .overlay-wrap .wrap .form-container .form-options .tabs {
          display: grid;
          border-radius: 5px;
          background-color: #FFFFFF;
          box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
          grid-template-columns: repeat(3, 1fr);
          overflow: hidden; }
          .overlay .overlay-wrap .wrap .form-container .form-options .tabs .tab {
            padding: 20px;
            font-weight: 600;
            text-align: center;
            cursor: pointer;
            transition: none; }
            .overlay .overlay-wrap .wrap .form-container .form-options .tabs .tab.active {
              color: #FFFFFF;
              background: linear-gradient(45deg, #05c3de 0%, #00b74f 100%); }
        .overlay .overlay-wrap .wrap .form-container .form-options .select {
          display: none; }
        .overlay .overlay-wrap .wrap .form-container .date-picker .time-slots button:hover,
        .overlay .overlay-wrap .wrap .form-container .date-times .time-slots button:hover {
          color: #FFFFFF;
          border-color: #00B74F;
          background-color: #00B74F; }
        .overlay .overlay-wrap .wrap .form-container .overlay-form {
          margin: 20px 0 0; }
          .overlay .overlay-wrap .wrap .form-container .overlay-form input[type="submit"]:hover, .overlay .overlay-wrap .wrap .form-container .overlay-form button:hover {
            border-color: #154734;
            background-color: #154734; }
          .overlay .overlay-wrap .wrap .form-container .overlay-form .form-row {
            display: grid;
            grid-gap: 20px;
            grid-template-columns: repeat(2, 1fr); }
            .overlay .overlay-wrap .wrap .form-container .overlay-form .form-row.full {
              display: block; }
        .overlay .overlay-wrap .wrap .form-container .booking-form .form-options {
          margin: 0 0 20px; }
  /****************************
FLOATING MENU
****************************/
  .float-menu {
    display: block;
    bottom: auto;
    left: auto;
    border-radius: 5px;
    top: 10px;
    right: 10px; }
    .float-menu .float-item {
      border-right: none;
      border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
      .float-menu .float-item:last-child {
        border-bottom: none; }
      .float-menu .float-item a.float-link {
        display: block;
        padding: 10px 5px;
        transition: padding 0.3s ease, background 0.3s ease; }
        .float-menu .float-item a.float-link img, .float-menu .float-item a.float-link .icon {
          margin: 0 auto; }
        .float-menu .float-item a.float-link .inq-icon {
          margin: 0 auto; }
        .float-menu .float-item a.float-link:hover {
          background: rgba(14, 22, 42, 0.05); }
  .float-menu.min {
    border: 1px solid #FFFFFF;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.1) 0 2px 8px inset;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(4px); }
    .float-menu.min .float-item {
      border-bottom: none; }
      .float-menu.min .float-item a.float-link {
        padding: 5px;
        color: #003D4C; }
        .float-menu.min .float-item a.float-link .icon, .float-menu.min .float-item a.float-link .inq-icon {
          opacity: 0.4; }
          .float-menu.min .float-item a.float-link .icon svg path, .float-menu.min .float-item a.float-link .inq-icon svg path {
            fill: #003D4C; }
        .float-menu.min .float-item a.float-link .label {
          display: none; }
  /****************************
CHAT STYLES
****************************/
  .chat {
    top: 10px;
    right: 100px;
    bottom: auto; }
    .chat .chat-body {
      padding: 30px 30px 0; }
    .chat .chat-locations .location-info .location-img .img {
      padding-top: 100%; }
  /****************************
HEADER STYLES
****************************/
  .header a.logo:hover {
    transform: scale(1.05); }
  .header a.menu-toggle {
    display: none; }
  .header .main-nav {
    display: block !important;
    top: 25px;
    right: 50%;
    transform: translateX(50%); }
    .header .main-nav.fixed {
      position: fixed;
      top: 10px;
      z-index: 8000; }
    .header .main-nav ul {
      display: flex; }
      .header .main-nav ul li:not(.current_page_item) a {
        position: relative; }
        .header .main-nav ul li:not(.current_page_item) a:after {
          position: absolute;
          top: -1px;
          left: 50%;
          width: 0;
          height: 1px;
          background: linear-gradient(45deg, #05c3de 0%, #00b74f 100%);
          transform: translateX(-50%);
          transition: width 0.2s ease-in;
          content: "";
          z-index: 1; }
        .header .main-nav ul li:not(.current_page_item) a:hover:after {
          width: 60%; }
  /****************************
CONTENT STYLES
****************************/
  .section.overlap {
    margin-top: -120px !important; }
  .section.extra-padding {
    margin-top: 0 !important; }
  .section.type-image .section-text {
    margin: -180px 0 0 -3vw;
    font-size: 119px;
    text-stroke: 2px #00B74F;
    -webkit-text-stroke: 2px #00B74F; }
  .section.type-image .section-img {
    margin: 0; }
  .section.type-img-slider .img-comparison {
    margin: 0;
    padding-top: 56.25%;
    border-radius: 5px; }
    .section.type-img-slider .img-comparison .img-handle {
      width: 6px;
      transition: filter 0.2s ease-in; }
      .section.type-img-slider .img-comparison .img-handle:hover {
        filter: brightness(1.1); }
  .section.type-text-img .grid {
    display: grid;
    grid-gap: 80px;
    grid-template-columns: repeat(2, 1fr); }
    .section.type-text-img .grid.img-left .section-img {
      order: 1;
      margin: 0 0 0 -6vw; }
    .section.type-text-img .grid.img-left .section-text {
      order: 2; }
    .section.type-text-img .grid .section-text {
      margin: 80px 0 0; }
      .section.type-text-img .grid .section-text h1 {
        font-size: 61px; }
      .section.type-text-img .grid .section-text p {
        margin: 40px 0; }
      .section.type-text-img .grid .section-text a.btn {
        width: 360px; }
    .section.type-text-img .grid .section-img {
      margin: 0 -6vw 0 0; }
  .section.type-text-img .grid.is-video {
    grid-gap: 120px;
    grid-template-columns: 360px 1fr;
    align-items: center; }
    .section.type-text-img .grid.is-video.img-right {
      grid-template-columns: 1fr 360px; }
      .section.type-text-img .grid.is-video.img-right .story-video, .section.type-text-img .grid.is-video.img-right .section-text {
        order: unset; }
    .section.type-text-img .grid.is-video .story-video {
      display: block;
      width: 360px;
      margin: 0; }
    .section.type-text-img .grid.is-video .section-text {
      margin: 0; }
  .section.type-hero.animate .hero-heading h1, .section.type-hero.animate .hero-heading h2, .section.type-hero.animate .hero-heading h3, .section.type-hero.animate .hero-heading h4 {
    opacity: 1;
    transform: translateX(0); }
  .section.type-hero.animate a.scroll, .section.type-hero.animate .hero-img, .section.type-hero.animate .hero-numbers {
    opacity: 1; }
  .section.type-hero .hero-heading h1, .section.type-hero .hero-heading h2, .section.type-hero .hero-heading h3, .section.type-hero .hero-heading h4 {
    font-size: 76px;
    opacity: 0;
    transform: translateX(80px);
    transition: all 0.4s ease-in; }
    .section.type-hero .hero-heading h1:nth-child(even), .section.type-hero .hero-heading h2:nth-child(even), .section.type-hero .hero-heading h3:nth-child(even), .section.type-hero .hero-heading h4:nth-child(even) {
      margin-left: 80px; }
    .section.type-hero .hero-heading h1:nth-child(1), .section.type-hero .hero-heading h2:nth-child(1), .section.type-hero .hero-heading h3:nth-child(1), .section.type-hero .hero-heading h4:nth-child(1) {
      transition-delay: 0.4s; }
    .section.type-hero .hero-heading h1:nth-child(2), .section.type-hero .hero-heading h2:nth-child(2), .section.type-hero .hero-heading h3:nth-child(2), .section.type-hero .hero-heading h4:nth-child(2) {
      transition-delay: 0.8s; }
    .section.type-hero .hero-heading h1:nth-child(3), .section.type-hero .hero-heading h2:nth-child(3), .section.type-hero .hero-heading h3:nth-child(3), .section.type-hero .hero-heading h4:nth-child(3) {
      transition-delay: 1.2s; }
  .section.type-hero .hero-heading p {
    margin: 120px 0 0;
    font-size: 25px; }
  .section.type-hero .hero-content {
    margin: 80px -3vw 0;
    align-items: center;
    grid-template-columns: repeat(3, 1fr); }
    .section.type-hero .hero-content:last-child {
      margin: 80px -3vw; }
    .section.type-hero .hero-content .ambilight {
      order: 2;
      width: 100%;
      max-width: 375px;
      grid-column: auto; }
    .section.type-hero .hero-content .hero-box {
      min-width: 355px; }
      .section.type-hero .hero-content .hero-box a:not(.btn):hover {
        background: rgba(0, 0, 0, 0.05); }
      .section.type-hero .hero-content .hero-box.primary {
        order: 1;
        transform: translateY(-30px); }
      .section.type-hero .hero-content .hero-box.secondary {
        order: 3;
        transform: translateY(30px); }
  .section.type-hero .hero-numbers {
    display: flex;
    margin: 60px 0 0;
    justify-content: space-between; }
    .section.type-hero .hero-numbers .number {
      display: block;
      border-bottom: none; }
      .section.type-hero .hero-numbers .number .num {
        font-size: 119px; }
      .section.type-hero .hero-numbers .number p {
        width: 100%;
        font-size: 16px;
        line-height: 25px; }
  .section.type-intro {
    padding: 0 0 80px; }
    .section.type-intro h1 {
      font-size: 61px; }
      .section.type-intro h1 em {
        margin-left: 80px; }
    .section.type-intro p {
      font-size: 20px; }
    .section.type-intro .section-head {
      margin: 80px 0 0;
      text-align: center; }
    .section.type-intro .columns {
      display: grid;
      margin: 80px 0 0;
      grid-gap: 80px;
      grid-template-columns: repeat(2, 1fr);
      align-items: center; }
      .section.type-intro .columns .col {
        margin: 0; }
  .section.type-columns.animate .badges .badge {
    opacity: 1;
    transform: translateY(0); }
  .section.type-columns.blue a.link:hover {
    color: #05C3DE; }
    .section.type-columns.blue a.link:hover:before {
      background-color: #05C3DE; }
  .section.type-columns a.link:hover {
    color: #00B74F; }
    .section.type-columns a.link:hover:before {
      background-color: #00B74F; }
  .section.type-columns .hero-img {
    width: 560px;
    margin: -80px 0 -180px calc(100% - 480px); }
  .section.type-columns .columns {
    display: flex;
    margin: 120px 0 40px;
    align-items: flex-end; }
    .section.type-columns .columns .col {
      flex: 1;
      margin: 0;
      padding: 0 0 0 80px; }
      .section.type-columns .columns .col:nth-child(odd) {
        padding: 0 80px 0 0; }
  .section.type-columns .badges .badge {
    margin: 40px 0 0;
    padding: 40px;
    opacity: 0;
    transform: translateY(80px);
    transition: all 0.4s ease-in;
    transition-delay: 2s; }
    .section.type-columns .badges .badge:nth-child(0) {
      transition-delay: 0s; }
    .section.type-columns .badges .badge:nth-child(1) {
      transition-delay: 0.4s; }
    .section.type-columns .badges .badge:nth-child(2) {
      transition-delay: 0.8s; }
    .section.type-columns .badges .badge:nth-child(3) {
      transition-delay: 1.2s; }
    .section.type-columns .badges .badge:nth-child(4) {
      transition-delay: 1.6s; }
    .section.type-columns .badges .badge .icon {
      font-size: 76px; }
    .section.type-columns .badges .badge img {
      margin: 10px 0;
      height: 40px; }
    .section.type-columns .badges .badge p {
      font-size: 16px; }
  .section.type-news {
    margin: 80px 0 0;
    padding: 80px 0 0; }
    .section.type-news:before {
      height: 100vh;
      max-height: 720px; }
    .section.type-news h1 {
      padding: 0 100px 0 0;
      font-size: 95px; }
    .section.type-news .slider-nav {
      top: 226px; }
    .section.type-news .news-slider .slide {
      width: 360px; }
      .section.type-news .news-slider .slide .slide-img .img img {
        transition: all 0.2s ease-in; }
      .section.type-news .news-slider .slide:hover .slide-img .img img {
        transform: scale(1.05); }
  .section.type-logos .logo-slider {
    margin: 0 -6vw -40px; }
    .section.type-logos .logo-slider .slick-list {
      padding: 40px 6vw; }
    .section.type-logos .logo-slider .slide .logo img {
      transition: all 0.2s ease-in; }
    .section.type-logos .logo-slider .slide:hover .logo img {
      transform: scale(1.1); }
  .section.type-stories.green .stories-intro {
    margin: 160px 0 0; }
  .section.type-stories .stories-intro h1 {
    font-size: 49px; }
  .section.type-stories a.social-link:hover .icon {
    background-color: #FFFFFF; }
    .section.type-stories a.social-link:hover .icon img {
      filter: invert(0); }
  .section.type-stories .story-slider .slide {
    margin: 0 40px 0 0; }
  .section.type-contacts .team-header {
    display: grid;
    margin: 0 0 40px;
    grid-gap: 80px;
    grid-template-columns: repeat(2, 1fr);
    align-items: flex-end; }
    .section.type-contacts .team-header .team-heading {
      margin: 0;
      font-size: 95px; }
    .section.type-contacts .team-header .team-opts {
      margin: 0 0 10px;
      justify-content: flex-end; }
      .section.type-contacts .team-header .team-opts .select {
        margin-right: 20px; }
  .section.type-contacts .contacts.slider {
    margin: 40px -6vw 0; }
  .section.type-contacts .contacts.show-all {
    display: grid;
    margin: 40px 0 0;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px; }
    .section.type-contacts .contacts.show-all .contact {
      margin: 0; }
  .section.type-team .person {
    display: grid;
    margin: 120px 0 0;
    grid-gap: 80px;
    grid-template-columns: repeat(2, 1fr); }
    .section.type-team .person:first-child {
      margin: 0; }
    .section.type-team .person:nth-child(odd) .person-img {
      order: 1;
      margin: 0 0 0 -6vw; }
    .section.type-team .person:nth-child(odd) .person-bio {
      order: 2; }
    .section.type-team .person .person-img {
      order: 2;
      margin: 0 -6vw 0 0; }
    .section.type-team .person .person-bio {
      order: 1;
      margin: 80px 0 0; }
      .section.type-team .person .person-bio h1 {
        font-size: 49px; }
      .section.type-team .person .person-bio .person-buttons {
        display: grid;
        margin: 40px 0 0;
        grid-gap: 10px;
        grid-template-columns: repeat(2, 1fr); }
        .section.type-team .person .person-bio .person-buttons a.btn {
          margin: 0; }
          .section.type-team .person .person-bio .person-buttons a.btn:hover {
            background-color: #04adc5; }
          .section.type-team .person .person-bio .person-buttons a.btn.green:hover {
            background-color: #009e44; }
          .section.type-team .person .person-bio .person-buttons a.btn.midnight:hover {
            background-color: #002933; }
  .section.type-options .options {
    display: grid;
    margin: 20px 0 0;
    padding: 0;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px; }
    .section.type-options .options .opt {
      width: auto;
      margin: 0;
      padding: 30px;
      transition: all 0.2s ease-in; }
      .section.type-options .options .opt:hover {
        transform: translateY(-5px); }
      .section.type-options .options .opt h3 {
        margin: 20px 0 0;
        font-size: 39px;
        font-weight: 600; }
      .section.type-options .options .opt .icon.large {
        position: relative;
        top: auto;
        right: auto;
        font-size: 64px; }
      .section.type-options .options .opt a.btn:hover {
        transform: scale(1.05); }
  .section.type-jobs .jobs-header {
    padding: 60px 6vw 100px;
    align-items: center;
    grid-template-columns: repeat(6, 1fr); }
    .section.type-jobs .jobs-header .google-proof {
      padding: 30px 10px; }
    .section.type-jobs .jobs-header .job-search {
      grid-column: 3 / 7; }
      .section.type-jobs .jobs-header .job-search .job-filters {
        margin: 0 -6vw 0 -40px;
        padding: 20px 6vw 0 40px; }
  .section.type-jobs .jobs {
    display: grid;
    margin: -40px 0 0;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px; }
    .section.type-jobs .jobs .job {
      margin: 0;
      transition: all 0.2s ease-in; }
      .section.type-jobs .jobs .job:hover {
        transform: translateY(-5px);
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2); }
      .section.type-jobs .jobs .job:nth-child(-n+13) {
        display: block; }
    .section.type-jobs .jobs .success-stories {
      margin: 0;
      grid-column: span 3; }
  .section.type-jobs .jobs-cta {
    display: flex;
    gap: 20px;
    margin: 80px 0 0;
    align-items: center;
    justify-content: center; }
    .section.type-jobs .jobs-cta a.btn {
      margin: 0;
      width: 360px; }
  .section.type-panma-plus {
    position: relative; }
    .section.type-panma-plus .google-proof {
      display: flex;
      padding: 30px 10px;
      position: absolute;
      top: 0;
      right: 6vw;
      border-radius: 0 0 5px 5px;
      z-index: 1; }
    .section.type-panma-plus .section-head {
      padding: 80px 0; }
      .section.type-panma-plus .section-head h1, .section.type-panma-plus .section-head h2, .section.type-panma-plus .section-head h3, .section.type-panma-plus .section-head h4 {
        font-size: 61px; }
    .section.type-panma-plus .section-text {
      display: grid;
      gap: 40px;
      grid-template-columns: repeat(2, 1fr);
      align-items: center; }
      .section.type-panma-plus .section-text p {
        font-size: 20px; }
      .section.type-panma-plus .section-text .jobs-plus {
        margin: 0;
        padding: 30px;
        border-radius: 5px;
        border: 1px solid rgba(255, 255, 255, 0.1); }
    .section.type-panma-plus .section-buttons {
      padding: 80px 0;
      text-align: center; }
      .section.type-panma-plus .section-buttons a.btn {
        display: inline-flex;
        width: 330px;
        margin: 0 10px; }
  .section.type-faq {
    padding: 80px 0; }
    .section.type-faq .section-text h1, .section.type-faq .section-text h2, .section.type-faq .section-text h3, .section.type-faq .section-text h4 {
      font-size: 61px; }
    .section.type-faq .section-text .faq {
      width: 720px;
      margin: 80px auto; }
      .section.type-faq .section-text .faq .faq-item {
        font-size: 16px;
        font-weight: 400; }
        .section.type-faq .section-text .faq .faq-item a.faq-toggle {
          font-weight: 600; }
    .section.type-faq .section-text a.btn {
      width: 350px;
      margin: 0 auto; }
  .section.type-gallery:before {
    height: 150px; }
  .section.type-gallery .gallery .slick-list {
    padding: 0 calc(50vw - 560px); }
  .section.type-gallery .gallery .gallery-slide {
    margin: 0 10px; }
  .section.type-gallery .section-text {
    width: 740px;
    margin: 0 auto;
    padding: 80px 0; }
    .section.type-gallery .section-text h1 {
      font-size: 61px;
      text-align: center; }
      .section.type-gallery .section-text h1 em {
        margin: 0; }
    .section.type-gallery .section-text p {
      width: 560px;
      margin: 40px auto 0;
      font-size: 20px; }
    .section.type-gallery .section-text .section-buttons {
      margin: 80px 0 0; }
      .section.type-gallery .section-text .section-buttons a.btn {
        display: inline-flex;
        width: 330px;
        margin: 0 10px; }
  .section.type-highlight .section-head {
    padding: 0; }
    .section.type-highlight .section-head h1, .section.type-highlight .section-head h2, .section.type-highlight .section-head h3, .section.type-highlight .section-head h4 {
      font-size: 61px; }
  .section.type-highlight .section-text {
    width: 560px;
    margin: 40px auto 0;
    font-size: 20px; }
  .section.type-highlight .highlight-box {
    margin: 80px 0 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center; }
    .section.type-highlight .highlight-box .highlight-img {
      height: 100%; }
      .section.type-highlight .highlight-box .highlight-img .img {
        min-height: 100%;
        padding-top: 56.25%; }
        .section.type-highlight .highlight-box .highlight-img .img img {
          object-position: top center; }
    .section.type-highlight .highlight-box .highlight-text {
      padding: 40px;
      font-size: 16px;
      font-weight: 400; }
  .section.type-highlight .section-buttons {
    margin: 80px 0 0;
    text-align: center; }
    .section.type-highlight .section-buttons a.btn {
      display: inline-flex;
      width: 330px;
      margin: 0 10px; }
  .section.type-post .wrap {
    display: flex;
    align-items: center; }
    .section.type-post .wrap .post-text {
      width: 50%;
      padding: 0 30px 0 0; }
      .section.type-post .wrap .post-text h2 {
        font-size: 31px; }
    .section.type-post .wrap .post-img {
      flex: 1;
      padding: 0 0 0 30px; }
  .section.type-single .wrap {
    position: relative;
    min-height: 1150px; }
    .section.type-single .wrap .post-head {
      padding: 80px 0 80px 460px; }
      .section.type-single .wrap .post-head h1 {
        font-size: 39px; }
    .section.type-single .wrap .post-img {
      position: absolute;
      top: 0;
      left: 6vw;
      width: 380px;
      margin: 0;
      border-radius: 5px;
      box-shadow: 0 4px 16px rgba(14, 22, 42, 0.1);
      overflow: hidden; }
    .section.type-single .wrap .hero-boxes {
      position: absolute;
      top: 380px;
      left: 6vw;
      width: 380px;
      margin: 0; }
      .section.type-single .wrap .hero-boxes .hero-box {
        margin: 40px 0 0; }
        .section.type-single .wrap .hero-boxes .hero-box a:not(.btn):hover {
          background: rgba(0, 0, 0, 0.05); }
    .section.type-single .wrap .post-content {
      padding-left: 460px; }
      .section.type-single .wrap .post-content p {
        font-size: 20px; }
  .section.type-job-intro .wrap {
    min-height: 790px; }
    .section.type-job-intro .wrap .post-head {
      margin: 0 0 40px;
      padding: 80px 0 0 460px; }
    .section.type-job-intro .wrap .post-video {
      position: absolute;
      top: 0;
      left: 6vw;
      width: 380px;
      margin: 0; }
      .section.type-job-intro .wrap .post-video .story-video {
        border-radius: 5px; }
      .section.type-job-intro .wrap .post-video .google-proof {
        left: auto;
        right: -30px;
        bottom: -30px;
        transform: translateX(0); }
    .section.type-job-intro .wrap .post-content p {
      font-size: 16px; }
    .section.type-job-intro .wrap .post-content .post-buttons {
      display: grid;
      gap: 20px;
      grid-template-columns: repeat(2, 1fr); }
  .section.type-job-form {
    padding: 80px 0 40px; }
    .section.type-job-form h1 {
      font-size: 61px; }
    .section.type-job-form .job-detail {
      width: 720px;
      margin: 80px auto 0; }
    .section.type-job-form .form-container {
      width: 720px;
      margin: 20px auto 0; }
      .section.type-job-form .form-container .form-options .tabs {
        display: grid;
        padding: 1px;
        height: 50px;
        border-radius: 25px;
        box-shadow: 0 0 40px rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.1) 0 2px 8px inset;
        background: linear-gradient(45deg, #e6faec 0%, white 100%);
        grid-template-columns: repeat(3, 1fr);
        overflow: hidden; }
        .section.type-job-form .form-container .form-options .tabs a.tab {
          display: flex;
          font-size: 13px;
          font-weight: 600;
          color: #0E162A;
          cursor: pointer;
          transition: none;
          align-items: center;
          justify-content: center; }
          .section.type-job-form .form-container .form-options .tabs a.tab.active {
            border-radius: 25px;
            color: #FFFFFF;
            background: linear-gradient(45deg, #05c3de 0%, #00b74f 100%); }
      .section.type-job-form .form-container .form-options .select {
        display: none; }
      .section.type-job-form .form-container .date-picker .time-slots button:hover,
      .section.type-job-form .form-container .date-times .time-slots button:hover {
        color: #FFFFFF;
        border-color: #05C3DE;
        background-color: #05C3DE; }
      .section.type-job-form .form-container .overlay-form {
        margin: 20px 0 0; }
        .section.type-job-form .form-container .overlay-form .form-row {
          display: grid;
          grid-gap: 20px;
          grid-template-columns: repeat(2, 1fr); }
          .section.type-job-form .form-container .overlay-form .form-row.full {
            display: block; }
      .section.type-job-form .form-container .booking-form .form-options {
        margin: 0 0 20px; }
  .section.type-similar-jobs {
    margin: 80px 0 0; }
    .section.type-similar-jobs .jobs {
      margin: 0; }
  /****************************
FOOTER STYLES
****************************/
  .footer {
    margin: 120px 0 0; }
    .footer a:hover {
      color: #154734; }
    .footer .footer-contact {
      width: 800px;
      margin: 0 auto 60px;
      padding: 0;
      font-size: 76px; }
      .footer .footer-contact a {
        transition: all 0.3s ease-in; }
        .footer .footer-contact a:hover {
          color: #FFFFFF;
          background-color: #154734; }
      .footer .footer-contact p:nth-child(2) {
        margin-left: 80px; }
      .footer .footer-contact .wrap {
        padding: 0; }
    .footer .footer-locations {
      display: grid;
      gap: 20px;
      grid-template-columns: repeat(2, 1fr); }
      .footer .footer-locations .location {
        margin: 0 0 20px; }
        .footer .footer-locations .location:last-child {
          margin: 0; }
        .footer .footer-locations .location .location-info {
          padding: 30px; }
          .footer .footer-locations .location .location-info h3 {
            font-size: 39px; }
          .footer .footer-locations .location .location-info .location-detail {
            display: grid;
            font-size: 16px;
            grid-template-columns: 1fr 1fr;
            grid-template-rows: auto auto; }
            .footer .footer-locations .location .location-info .location-detail span.street {
              grid-column: 1;
              grid-row: 1; }
            .footer .footer-locations .location .location-info .location-detail span.city {
              grid-column: 1;
              grid-row: 2; }
            .footer .footer-locations .location .location-info .location-detail span.phone {
              margin: 0;
              grid-column: 2;
              grid-row: 1; }
            .footer .footer-locations .location .location-info .location-detail span.email {
              grid-column: 2;
              grid-row: 2; }
        .footer .footer-locations .location .location-buttons {
          padding: 0 30px 30px; }
      .footer .footer-locations .location-map {
        height: 100%; }
    .footer .footer-content {
      margin: 80px 0 0;
      padding: 0 0 120px;
      text-align: left; }
      .footer .footer-content .footer-bar {
        display: flex;
        align-items: center; }
        .footer .footer-content .footer-bar hr {
          flex: 1;
          display: block;
          margin: 0 40px;
          height: 1px;
          border: none;
          background-color: rgba(14, 22, 42, 0.1); }
        .footer .footer-content .footer-bar .social-links {
          margin: 0; }
          .footer .footer-content .footer-bar .social-links a:hover {
            transform: scale(1.1); }
      .footer .footer-content .footer-columns {
        margin: 120px 0 0;
        justify-content: flex-start; }
        .footer .footer-content .footer-columns .col,
        .footer .footer-content .footer-columns .col.footer-badge {
          width: auto;
          flex: 1; }
        .footer .footer-content .footer-columns .col {
          padding: 0;
          margin: 0;
          font-size: 16px;
          line-height: 1.6; }
          .footer .footer-content .footer-columns .col h5 {
            font-size: 16px; }
        .footer .footer-content .footer-columns .col.footer-badge {
          text-align: right; }
      .footer .footer-content .footer-copy {
        display: flex;
        margin: 120px 0 0;
        font-size: 16px;
        line-height: 1.6;
        align-items: center; }
        .footer .footer-content .footer-copy p.copy {
          width: 50%; }
        .footer .footer-content .footer-copy a.scroll-up {
          margin: 0 0 0 auto;
          border-radius: 20px;
          transition: background 0.1s ease-in; }
          .footer .footer-content .footer-copy a.scroll-up:hover {
            color: #FFFFFF;
            background: #003D4C; }
            .footer .footer-content .footer-copy a.scroll-up:hover:before {
              display: none; } }

/*********************
LARGE DESKTOP
*********************/
@media only screen and (min-width: 1800px) {
  /******************************************************************

Stylesheet: Large Desktop Stylsheet

******************************************************************/
  /****************************
LAYOUT STYLES
****************************/
  .wrap {
    padding: 0 15vw; }
  /****************************
CONTENT STYLES
****************************/
  .section.type-columns .badges:after {
    left: -15vw;
    right: -15vw;
    height: 125px; }
  .section.type-columns .badges .badge {
    width: 250px;
    height: 250px; }
  .section.type-text-slider .slider-nav {
    right: 15vw; }
  .section.type-text-slider .text-slider {
    margin: 40px -15vw 0;
    padding: 0 9vw; }
    .section.type-text-slider .text-slider .slide .text h1 {
      margin: 40px 0 0;
      font-size: 49px; }
    .section.type-text-slider .text-slider .slide .text p {
      font-size: 20px; }
  .section.type-news .slider-nav {
    right: 15vw; }
  .section.type-news .news-slider {
    margin: 0 -15vw -40px; }
    .section.type-news .news-slider .slick-list {
      padding: 40px 15vw; }
  .section.type-logos .slider-nav {
    right: 15vw; }
  .section.type-logos .logo-slider {
    margin: 0 -15vw -40px; }
    .section.type-logos .logo-slider .slick-list {
      padding: 40px 15vw; }
  .section.type-stories .story-slider {
    margin: 40px -15vw -40px;
    padding: 0 15vw; }
    .section.type-stories .story-slider .slide {
      width: 320px; }
  .section.type-contacts .contacts.slider {
    margin: 40px -15vw 0; }
    .section.type-contacts .contacts.slider .slick-list {
      padding: 0 15vw; }
  .section.type-jobs .jobs-header {
    margin: 0 -15vw;
    padding: 60px 15vw 100px; }
  .section.type-panma-plus .google-proof {
    right: 15vw; }
  .section.type-gallery .gallery .slick-list {
    margin: 0 -15vw; }
  .section.type-single .wrap .post-img, .section.type-single .wrap .hero-boxes {
    left: 15vw; }
  .section.type-job-intro .wrap .post-video {
    left: 15vw; } }

/*********************
PRINT STYLESHEET
*********************/
@media print {
  /******************************************************************

Stylesheet: Print Stylesheet

This is the print stylesheet. There's probably not a lot
of reasons to edit this stylesheet. If you want to
though, go for it.

******************************************************************/
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }
  a, a:visited {
    color: #444 !important;
    text-decoration: underline; }
    a:after, a:visited:after {
      content: " (" attr(href) ")"; }
    a abbr[title]:after, a:visited abbr[title]:after {
      content: " (" attr(title) ")"; }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none; } }
