@charset "UTF-8";
/* ------------------------------------------------------------------------------------
 *
 * Media queries
 *
 * ---------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------
 *
 * Temp
 *
 * ---------------------------------------------------------------------------------- */
/*
 * Size badge
 * ---------------------------------------------------------------------------------- */
.size {
  position: fixed;
  bottom: 30px;
  left: 0;
  width: 50px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ad0000;
  color: #fff;
  z-index: 100;
}

.size-xl {
  display: flex;
}

.size-lg,
.size-md,
.size-sm,
.size-xs,
.size-xxs {
  display: none;
}

@media only screen and (max-width: 1280px) {
  .size-lg {
    display: flex;
  }
  .size-xxl,
  .size-md,
  .size-sm,
  .size-xs,
  .size-xxs {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .size-md {
    display: flex;
  }
  .size-xxl,
  .size-lg,
  .size-sm,
  .size-xs,
  .size-xxs {
    display: none;
  }
}
@media only screen and (max-width: 800px) {
  .size-sm {
    display: flex;
  }
  .size-xxl,
  .size-lg .size-md,
  .size-xs,
  .size-xxs {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  .size-xs {
    display: flex;
  }
  .size-xxl,
  .size-lg,
  .size-md,
  .size-sm,
  .size-xxs {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .size-xxs {
    display: flex;
  }
  .size-xxl,
  .size-lg,
  .size-md,
  .size-sm,
  .size-xs {
    display: none;
  }
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

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

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

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

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

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

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

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

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

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

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

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

/* ------------------------------------------------------------------------------------
 *
 * Body
 *
 * ---------------------------------------------------------------------------------- */
* {
  box-sizing: border-box;
}

html {
  font-size: 10px;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  border: 0 !important;
}

video {
  max-width: 100%;
  height: auto;
}

blockquote {
  margin: 0;
}

*:focus {
  outline: 0;
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
}

ul {
  margin: 0;
  padding: 0;
}

button {
  border: 0;
  cursor: pointer;
}

input[type=submit],
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -ms-appearance: none;
}

iframe {
  border: 0;
}

[data-aos][data-aos][data-aos-duration="50"], body[data-aos-duration="50"] [data-aos] {
  transition-duration: 50ms;
}

[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
  transition-delay: 50ms;
}

[data-aos][data-aos][data-aos-duration="100"], body[data-aos-duration="100"] [data-aos] {
  transition-duration: 0.1s;
}

[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
  transition-delay: 0.1s;
}

[data-aos][data-aos][data-aos-duration="150"], body[data-aos-duration="150"] [data-aos] {
  transition-duration: 0.15s;
}

[data-aos][data-aos][data-aos-delay="150"], body[data-aos-delay="150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="150"].aos-animate, body[data-aos-delay="150"] [data-aos].aos-animate {
  transition-delay: 0.15s;
}

[data-aos][data-aos][data-aos-duration="200"], body[data-aos-duration="200"] [data-aos] {
  transition-duration: 0.2s;
}

[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
  transition-delay: 0.2s;
}

[data-aos][data-aos][data-aos-duration="250"], body[data-aos-duration="250"] [data-aos] {
  transition-duration: 0.25s;
}

[data-aos][data-aos][data-aos-delay="250"], body[data-aos-delay="250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate, body[data-aos-delay="250"] [data-aos].aos-animate {
  transition-delay: 0.25s;
}

[data-aos][data-aos][data-aos-duration="300"], body[data-aos-duration="300"] [data-aos] {
  transition-duration: 0.3s;
}

[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate {
  transition-delay: 0.3s;
}

[data-aos][data-aos][data-aos-duration="350"], body[data-aos-duration="350"] [data-aos] {
  transition-duration: 0.35s;
}

[data-aos][data-aos][data-aos-delay="350"], body[data-aos-delay="350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="350"].aos-animate, body[data-aos-delay="350"] [data-aos].aos-animate {
  transition-delay: 0.35s;
}

[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
  transition-duration: 0.4s;
}

[data-aos][data-aos][data-aos-delay="400"], body[data-aos-delay="400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate, body[data-aos-delay="400"] [data-aos].aos-animate {
  transition-delay: 0.4s;
}

[data-aos][data-aos][data-aos-duration="450"], body[data-aos-duration="450"] [data-aos] {
  transition-duration: 0.45s;
}

[data-aos][data-aos][data-aos-delay="450"], body[data-aos-delay="450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="450"].aos-animate, body[data-aos-delay="450"] [data-aos].aos-animate {
  transition-delay: 0.45s;
}

[data-aos][data-aos][data-aos-duration="500"], body[data-aos-duration="500"] [data-aos] {
  transition-duration: 0.5s;
}

[data-aos][data-aos][data-aos-delay="500"], body[data-aos-delay="500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate, body[data-aos-delay="500"] [data-aos].aos-animate {
  transition-delay: 0.5s;
}

[data-aos][data-aos][data-aos-duration="550"], body[data-aos-duration="550"] [data-aos] {
  transition-duration: 0.55s;
}

[data-aos][data-aos][data-aos-delay="550"], body[data-aos-delay="550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="550"].aos-animate, body[data-aos-delay="550"] [data-aos].aos-animate {
  transition-delay: 0.55s;
}

[data-aos][data-aos][data-aos-duration="600"], body[data-aos-duration="600"] [data-aos] {
  transition-duration: 0.6s;
}

[data-aos][data-aos][data-aos-delay="600"], body[data-aos-delay="600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate, body[data-aos-delay="600"] [data-aos].aos-animate {
  transition-delay: 0.6s;
}

[data-aos][data-aos][data-aos-duration="650"], body[data-aos-duration="650"] [data-aos] {
  transition-duration: 0.65s;
}

[data-aos][data-aos][data-aos-delay="650"], body[data-aos-delay="650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="650"].aos-animate, body[data-aos-delay="650"] [data-aos].aos-animate {
  transition-delay: 0.65s;
}

[data-aos][data-aos][data-aos-duration="700"], body[data-aos-duration="700"] [data-aos] {
  transition-duration: 0.7s;
}

[data-aos][data-aos][data-aos-delay="700"], body[data-aos-delay="700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="700"].aos-animate, body[data-aos-delay="700"] [data-aos].aos-animate {
  transition-delay: 0.7s;
}

[data-aos][data-aos][data-aos-duration="750"], body[data-aos-duration="750"] [data-aos] {
  transition-duration: 0.75s;
}

[data-aos][data-aos][data-aos-delay="750"], body[data-aos-delay="750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="750"].aos-animate, body[data-aos-delay="750"] [data-aos].aos-animate {
  transition-delay: 0.75s;
}

[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
  transition-duration: 0.8s;
}

[data-aos][data-aos][data-aos-delay="800"], body[data-aos-delay="800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate, body[data-aos-delay="800"] [data-aos].aos-animate {
  transition-delay: 0.8s;
}

[data-aos][data-aos][data-aos-duration="850"], body[data-aos-duration="850"] [data-aos] {
  transition-duration: 0.85s;
}

[data-aos][data-aos][data-aos-delay="850"], body[data-aos-delay="850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="850"].aos-animate, body[data-aos-delay="850"] [data-aos].aos-animate {
  transition-delay: 0.85s;
}

[data-aos][data-aos][data-aos-duration="900"], body[data-aos-duration="900"] [data-aos] {
  transition-duration: 0.9s;
}

[data-aos][data-aos][data-aos-delay="900"], body[data-aos-delay="900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="900"].aos-animate, body[data-aos-delay="900"] [data-aos].aos-animate {
  transition-delay: 0.9s;
}

[data-aos][data-aos][data-aos-duration="950"], body[data-aos-duration="950"] [data-aos] {
  transition-duration: 0.95s;
}

[data-aos][data-aos][data-aos-delay="950"], body[data-aos-delay="950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="950"].aos-animate, body[data-aos-delay="950"] [data-aos].aos-animate {
  transition-delay: 0.95s;
}

[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
  transition-duration: 1s;
}

[data-aos][data-aos][data-aos-delay="1000"], body[data-aos-delay="1000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate, body[data-aos-delay="1000"] [data-aos].aos-animate {
  transition-delay: 1s;
}

[data-aos][data-aos][data-aos-duration="1050"], body[data-aos-duration="1050"] [data-aos] {
  transition-duration: 1.05s;
}

[data-aos][data-aos][data-aos-delay="1050"], body[data-aos-delay="1050"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1050"].aos-animate, body[data-aos-delay="1050"] [data-aos].aos-animate {
  transition-delay: 1.05s;
}

[data-aos][data-aos][data-aos-duration="1100"], body[data-aos-duration="1100"] [data-aos] {
  transition-duration: 1.1s;
}

[data-aos][data-aos][data-aos-delay="1100"], body[data-aos-delay="1100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1100"].aos-animate, body[data-aos-delay="1100"] [data-aos].aos-animate {
  transition-delay: 1.1s;
}

[data-aos][data-aos][data-aos-duration="1150"], body[data-aos-duration="1150"] [data-aos] {
  transition-duration: 1.15s;
}

[data-aos][data-aos][data-aos-delay="1150"], body[data-aos-delay="1150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1150"].aos-animate, body[data-aos-delay="1150"] [data-aos].aos-animate {
  transition-delay: 1.15s;
}

[data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] {
  transition-duration: 1.2s;
}

[data-aos][data-aos][data-aos-delay="1200"], body[data-aos-delay="1200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1200"].aos-animate, body[data-aos-delay="1200"] [data-aos].aos-animate {
  transition-delay: 1.2s;
}

[data-aos][data-aos][data-aos-duration="1250"], body[data-aos-duration="1250"] [data-aos] {
  transition-duration: 1.25s;
}

[data-aos][data-aos][data-aos-delay="1250"], body[data-aos-delay="1250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1250"].aos-animate, body[data-aos-delay="1250"] [data-aos].aos-animate {
  transition-delay: 1.25s;
}

[data-aos][data-aos][data-aos-duration="1300"], body[data-aos-duration="1300"] [data-aos] {
  transition-duration: 1.3s;
}

[data-aos][data-aos][data-aos-delay="1300"], body[data-aos-delay="1300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1300"].aos-animate, body[data-aos-delay="1300"] [data-aos].aos-animate {
  transition-delay: 1.3s;
}

[data-aos][data-aos][data-aos-duration="1350"], body[data-aos-duration="1350"] [data-aos] {
  transition-duration: 1.35s;
}

[data-aos][data-aos][data-aos-delay="1350"], body[data-aos-delay="1350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1350"].aos-animate, body[data-aos-delay="1350"] [data-aos].aos-animate {
  transition-delay: 1.35s;
}

[data-aos][data-aos][data-aos-duration="1400"], body[data-aos-duration="1400"] [data-aos] {
  transition-duration: 1.4s;
}

[data-aos][data-aos][data-aos-delay="1400"], body[data-aos-delay="1400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1400"].aos-animate, body[data-aos-delay="1400"] [data-aos].aos-animate {
  transition-delay: 1.4s;
}

[data-aos][data-aos][data-aos-duration="1450"], body[data-aos-duration="1450"] [data-aos] {
  transition-duration: 1.45s;
}

[data-aos][data-aos][data-aos-delay="1450"], body[data-aos-delay="1450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1450"].aos-animate, body[data-aos-delay="1450"] [data-aos].aos-animate {
  transition-delay: 1.45s;
}

[data-aos][data-aos][data-aos-duration="1500"], body[data-aos-duration="1500"] [data-aos] {
  transition-duration: 1.5s;
}

[data-aos][data-aos][data-aos-delay="1500"], body[data-aos-delay="1500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1500"].aos-animate, body[data-aos-delay="1500"] [data-aos].aos-animate {
  transition-delay: 1.5s;
}

[data-aos][data-aos][data-aos-duration="1550"], body[data-aos-duration="1550"] [data-aos] {
  transition-duration: 1.55s;
}

[data-aos][data-aos][data-aos-delay="1550"], body[data-aos-delay="1550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1550"].aos-animate, body[data-aos-delay="1550"] [data-aos].aos-animate {
  transition-delay: 1.55s;
}

[data-aos][data-aos][data-aos-duration="1600"], body[data-aos-duration="1600"] [data-aos] {
  transition-duration: 1.6s;
}

[data-aos][data-aos][data-aos-delay="1600"], body[data-aos-delay="1600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1600"].aos-animate, body[data-aos-delay="1600"] [data-aos].aos-animate {
  transition-delay: 1.6s;
}

[data-aos][data-aos][data-aos-duration="1650"], body[data-aos-duration="1650"] [data-aos] {
  transition-duration: 1.65s;
}

[data-aos][data-aos][data-aos-delay="1650"], body[data-aos-delay="1650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1650"].aos-animate, body[data-aos-delay="1650"] [data-aos].aos-animate {
  transition-delay: 1.65s;
}

[data-aos][data-aos][data-aos-duration="1700"], body[data-aos-duration="1700"] [data-aos] {
  transition-duration: 1.7s;
}

[data-aos][data-aos][data-aos-delay="1700"], body[data-aos-delay="1700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1700"].aos-animate, body[data-aos-delay="1700"] [data-aos].aos-animate {
  transition-delay: 1.7s;
}

[data-aos][data-aos][data-aos-duration="1750"], body[data-aos-duration="1750"] [data-aos] {
  transition-duration: 1.75s;
}

[data-aos][data-aos][data-aos-delay="1750"], body[data-aos-delay="1750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1750"].aos-animate, body[data-aos-delay="1750"] [data-aos].aos-animate {
  transition-delay: 1.75s;
}

[data-aos][data-aos][data-aos-duration="1800"], body[data-aos-duration="1800"] [data-aos] {
  transition-duration: 1.8s;
}

[data-aos][data-aos][data-aos-delay="1800"], body[data-aos-delay="1800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1800"].aos-animate, body[data-aos-delay="1800"] [data-aos].aos-animate {
  transition-delay: 1.8s;
}

[data-aos][data-aos][data-aos-duration="1850"], body[data-aos-duration="1850"] [data-aos] {
  transition-duration: 1.85s;
}

[data-aos][data-aos][data-aos-delay="1850"], body[data-aos-delay="1850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1850"].aos-animate, body[data-aos-delay="1850"] [data-aos].aos-animate {
  transition-delay: 1.85s;
}

[data-aos][data-aos][data-aos-duration="1900"], body[data-aos-duration="1900"] [data-aos] {
  transition-duration: 1.9s;
}

[data-aos][data-aos][data-aos-delay="1900"], body[data-aos-delay="1900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1900"].aos-animate, body[data-aos-delay="1900"] [data-aos].aos-animate {
  transition-delay: 1.9s;
}

[data-aos][data-aos][data-aos-duration="1950"], body[data-aos-duration="1950"] [data-aos] {
  transition-duration: 1.95s;
}

[data-aos][data-aos][data-aos-delay="1950"], body[data-aos-delay="1950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1950"].aos-animate, body[data-aos-delay="1950"] [data-aos].aos-animate {
  transition-delay: 1.95s;
}

[data-aos][data-aos][data-aos-duration="2000"], body[data-aos-duration="2000"] [data-aos] {
  transition-duration: 2s;
}

[data-aos][data-aos][data-aos-delay="2000"], body[data-aos-delay="2000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2000"].aos-animate, body[data-aos-delay="2000"] [data-aos].aos-animate {
  transition-delay: 2s;
}

[data-aos][data-aos][data-aos-duration="2050"], body[data-aos-duration="2050"] [data-aos] {
  transition-duration: 2.05s;
}

[data-aos][data-aos][data-aos-delay="2050"], body[data-aos-delay="2050"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2050"].aos-animate, body[data-aos-delay="2050"] [data-aos].aos-animate {
  transition-delay: 2.05s;
}

[data-aos][data-aos][data-aos-duration="2100"], body[data-aos-duration="2100"] [data-aos] {
  transition-duration: 2.1s;
}

[data-aos][data-aos][data-aos-delay="2100"], body[data-aos-delay="2100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2100"].aos-animate, body[data-aos-delay="2100"] [data-aos].aos-animate {
  transition-delay: 2.1s;
}

[data-aos][data-aos][data-aos-duration="2150"], body[data-aos-duration="2150"] [data-aos] {
  transition-duration: 2.15s;
}

[data-aos][data-aos][data-aos-delay="2150"], body[data-aos-delay="2150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2150"].aos-animate, body[data-aos-delay="2150"] [data-aos].aos-animate {
  transition-delay: 2.15s;
}

[data-aos][data-aos][data-aos-duration="2200"], body[data-aos-duration="2200"] [data-aos] {
  transition-duration: 2.2s;
}

[data-aos][data-aos][data-aos-delay="2200"], body[data-aos-delay="2200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2200"].aos-animate, body[data-aos-delay="2200"] [data-aos].aos-animate {
  transition-delay: 2.2s;
}

[data-aos][data-aos][data-aos-duration="2250"], body[data-aos-duration="2250"] [data-aos] {
  transition-duration: 2.25s;
}

[data-aos][data-aos][data-aos-delay="2250"], body[data-aos-delay="2250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2250"].aos-animate, body[data-aos-delay="2250"] [data-aos].aos-animate {
  transition-delay: 2.25s;
}

[data-aos][data-aos][data-aos-duration="2300"], body[data-aos-duration="2300"] [data-aos] {
  transition-duration: 2.3s;
}

[data-aos][data-aos][data-aos-delay="2300"], body[data-aos-delay="2300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2300"].aos-animate, body[data-aos-delay="2300"] [data-aos].aos-animate {
  transition-delay: 2.3s;
}

[data-aos][data-aos][data-aos-duration="2350"], body[data-aos-duration="2350"] [data-aos] {
  transition-duration: 2.35s;
}

[data-aos][data-aos][data-aos-delay="2350"], body[data-aos-delay="2350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2350"].aos-animate, body[data-aos-delay="2350"] [data-aos].aos-animate {
  transition-delay: 2.35s;
}

[data-aos][data-aos][data-aos-duration="2400"], body[data-aos-duration="2400"] [data-aos] {
  transition-duration: 2.4s;
}

[data-aos][data-aos][data-aos-delay="2400"], body[data-aos-delay="2400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2400"].aos-animate, body[data-aos-delay="2400"] [data-aos].aos-animate {
  transition-delay: 2.4s;
}

[data-aos][data-aos][data-aos-duration="2450"], body[data-aos-duration="2450"] [data-aos] {
  transition-duration: 2.45s;
}

[data-aos][data-aos][data-aos-delay="2450"], body[data-aos-delay="2450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2450"].aos-animate, body[data-aos-delay="2450"] [data-aos].aos-animate {
  transition-delay: 2.45s;
}

[data-aos][data-aos][data-aos-duration="2500"], body[data-aos-duration="2500"] [data-aos] {
  transition-duration: 2.5s;
}

[data-aos][data-aos][data-aos-delay="2500"], body[data-aos-delay="2500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2500"].aos-animate, body[data-aos-delay="2500"] [data-aos].aos-animate {
  transition-delay: 2.5s;
}

[data-aos][data-aos][data-aos-duration="2550"], body[data-aos-duration="2550"] [data-aos] {
  transition-duration: 2.55s;
}

[data-aos][data-aos][data-aos-delay="2550"], body[data-aos-delay="2550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2550"].aos-animate, body[data-aos-delay="2550"] [data-aos].aos-animate {
  transition-delay: 2.55s;
}

[data-aos][data-aos][data-aos-duration="2600"], body[data-aos-duration="2600"] [data-aos] {
  transition-duration: 2.6s;
}

[data-aos][data-aos][data-aos-delay="2600"], body[data-aos-delay="2600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2600"].aos-animate, body[data-aos-delay="2600"] [data-aos].aos-animate {
  transition-delay: 2.6s;
}

[data-aos][data-aos][data-aos-duration="2650"], body[data-aos-duration="2650"] [data-aos] {
  transition-duration: 2.65s;
}

[data-aos][data-aos][data-aos-delay="2650"], body[data-aos-delay="2650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2650"].aos-animate, body[data-aos-delay="2650"] [data-aos].aos-animate {
  transition-delay: 2.65s;
}

[data-aos][data-aos][data-aos-duration="2700"], body[data-aos-duration="2700"] [data-aos] {
  transition-duration: 2.7s;
}

[data-aos][data-aos][data-aos-delay="2700"], body[data-aos-delay="2700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2700"].aos-animate, body[data-aos-delay="2700"] [data-aos].aos-animate {
  transition-delay: 2.7s;
}

[data-aos][data-aos][data-aos-duration="2750"], body[data-aos-duration="2750"] [data-aos] {
  transition-duration: 2.75s;
}

[data-aos][data-aos][data-aos-delay="2750"], body[data-aos-delay="2750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2750"].aos-animate, body[data-aos-delay="2750"] [data-aos].aos-animate {
  transition-delay: 2.75s;
}

[data-aos][data-aos][data-aos-duration="2800"], body[data-aos-duration="2800"] [data-aos] {
  transition-duration: 2.8s;
}

[data-aos][data-aos][data-aos-delay="2800"], body[data-aos-delay="2800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2800"].aos-animate, body[data-aos-delay="2800"] [data-aos].aos-animate {
  transition-delay: 2.8s;
}

[data-aos][data-aos][data-aos-duration="2850"], body[data-aos-duration="2850"] [data-aos] {
  transition-duration: 2.85s;
}

[data-aos][data-aos][data-aos-delay="2850"], body[data-aos-delay="2850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2850"].aos-animate, body[data-aos-delay="2850"] [data-aos].aos-animate {
  transition-delay: 2.85s;
}

[data-aos][data-aos][data-aos-duration="2900"], body[data-aos-duration="2900"] [data-aos] {
  transition-duration: 2.9s;
}

[data-aos][data-aos][data-aos-delay="2900"], body[data-aos-delay="2900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2900"].aos-animate, body[data-aos-delay="2900"] [data-aos].aos-animate {
  transition-delay: 2.9s;
}

[data-aos][data-aos][data-aos-duration="2950"], body[data-aos-duration="2950"] [data-aos] {
  transition-duration: 2.95s;
}

[data-aos][data-aos][data-aos-delay="2950"], body[data-aos-delay="2950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2950"].aos-animate, body[data-aos-delay="2950"] [data-aos].aos-animate {
  transition-delay: 2.95s;
}

[data-aos][data-aos][data-aos-duration="3000"], body[data-aos-duration="3000"] [data-aos] {
  transition-duration: 3s;
}

[data-aos][data-aos][data-aos-delay="3000"], body[data-aos-delay="3000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="3000"].aos-animate, body[data-aos-delay="3000"] [data-aos].aos-animate {
  transition-delay: 3s;
}

[data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
  transition-timing-function: ease;
}

[data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos] {
  transition-timing-function: ease-in;
}

[data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] {
  transition-timing-function: ease-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
  transition-timing-function: ease-in-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-back], body[data-aos-easing=ease-in-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

[data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-back], body[data-aos-easing=ease-in-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

[data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

[data-aos][data-aos][data-aos-easing=ease-out-sine], body[data-aos-easing=ease-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-sine], body[data-aos-easing=ease-in-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-aos][data-aos][data-aos-easing=ease-in-quad], body[data-aos-easing=ease-in-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quad], body[data-aos-easing=ease-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quad], body[data-aos-easing=ease-in-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-cubic], body[data-aos-easing=ease-in-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-cubic], body[data-aos-easing=ease-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic], body[data-aos-easing=ease-in-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-quart], body[data-aos-easing=ease-in-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quart], body[data-aos-easing=ease-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quart], body[data-aos-easing=ease-in-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  transform: none;
}

[data-aos=fade-up] {
  transform: translate3d(0, 100px, 0);
}

[data-aos=fade-down] {
  transform: translate3d(0, -100px, 0);
}

[data-aos=fade-right] {
  transform: translate3d(-100px, 0, 0);
}

[data-aos=fade-left] {
  transform: translate3d(100px, 0, 0);
}

[data-aos=fade-up-right] {
  transform: translate3d(-100px, 100px, 0);
}

[data-aos=fade-up-left] {
  transform: translate3d(100px, 100px, 0);
}

[data-aos=fade-down-right] {
  transform: translate3d(-100px, -100px, 0);
}

[data-aos=fade-down-left] {
  transform: translate3d(100px, -100px, 0);
}

[data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  transform: translateZ(0) scale(1);
}

[data-aos=zoom-in] {
  transform: scale(0.6);
}

[data-aos=zoom-in-up] {
  transform: translate3d(0, 100px, 0) scale(0.6);
}

[data-aos=zoom-in-down] {
  transform: translate3d(0, -100px, 0) scale(0.6);
}

[data-aos=zoom-in-right] {
  transform: translate3d(-100px, 0, 0) scale(0.6);
}

[data-aos=zoom-in-left] {
  transform: translate3d(100px, 0, 0) scale(0.6);
}

[data-aos=zoom-out] {
  transform: scale(1.2);
}

[data-aos=zoom-out-up] {
  transform: translate3d(0, 100px, 0) scale(1.2);
}

[data-aos=zoom-out-down] {
  transform: translate3d(0, -100px, 0) scale(1.2);
}

[data-aos=zoom-out-right] {
  transform: translate3d(-100px, 0, 0) scale(1.2);
}

[data-aos=zoom-out-left] {
  transform: translate3d(100px, 0, 0) scale(1.2);
}

[data-aos^=slide][data-aos^=slide] {
  transition-property: transform;
}

[data-aos^=slide][data-aos^=slide].aos-animate {
  transform: translateZ(0);
}

[data-aos=slide-up] {
  transform: translate3d(0, 100%, 0);
}

[data-aos=slide-down] {
  transform: translate3d(0, -100%, 0);
}

[data-aos=slide-right] {
  transform: translate3d(-100%, 0, 0);
}

[data-aos=slide-left] {
  transform: translate3d(100%, 0, 0);
}

[data-aos^=flip][data-aos^=flip] {
  backface-visibility: hidden;
  transition-property: transform;
}

[data-aos=flip-left] {
  transform: perspective(2500px) rotateY(-100deg);
}

[data-aos=flip-left].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-right] {
  transform: perspective(2500px) rotateY(100deg);
}

[data-aos=flip-right].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-up] {
  transform: perspective(2500px) rotateX(-100deg);
}

[data-aos=flip-up].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

[data-aos=flip-down] {
  transform: perspective(2500px) rotateX(100deg);
}

[data-aos=flip-down].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

/**
 * Swiper 4.5.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 22, 2019
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

/* ------------------------------------------------------------------------------------
 *
 * Basics – Touch
 *
 * ---------------------------------------------------------------------------------- */
.touchevents *:not(.swiper-wrapper):hover {
  transform: none !important;
}
.touchevents .swiper-button-next:hover {
  transform: rotate(180deg) !important;
}

/* ------------------------------------------------------------------------------------
 *
 * Colors
 *
 * ---------------------------------------------------------------------------------- */
/* Speed */
[data-anim] {
  visibility: hidden;
  opacity: 0;
  transition: all;
}

[data-anim-overlay] {
  opacity: 0;
}

/* Directions */
[data-anim=from-top] {
  transform: translate3d(0, -30px, 0);
}

[data-anim-overlay=from-bottom],
[data-anim=from-bottom] {
  transform: translate3d(0, 30px, 0);
}

[data-aos=fade-up] {
  transform: translate3d(0, 60px, 0);
}

[data-anim=from-left] {
  transform: translate3d(-30px, 0, 0);
}

[data-anim=from-right] {
  transform: translate3d(30px, 0, 0);
}

/* Scales */
[data-anim][data-anim=scale-up] {
  transform: scale(0.75);
}

[data-anim][data-anim=scale-down] {
  transform: scale(1.25);
}

.fade-in [data-anim-start][data-anim=scale-up],
.fade-in [data-anim-start][data-anim=scale-down] {
  transform: scale(1);
}

.is-visible [data-anim-overlay],
.fade-in [data-anim-start] {
  visibility: visible;
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.data-aos[data-anim-delay=ae-0],
[data-anim][data-anim-delay=ae-0],
.aos-animate[data-anim-delay=ae-0],
.is-visible [data-anim-delay=ae-0] {
  transition-delay: 0s;
}

.data-aos[data-anim-delay=ae-1],
[data-anim][data-anim-delay=ae-1],
.aos-animate[data-anim-delay=ae-1],
.is-visible [data-anim-delay=ae-1] {
  transition-delay: 0.07s;
}

.data-aos[data-anim-delay=ae-2],
[data-anim][data-anim-delay=ae-2],
.aos-animate[data-anim-delay=ae-2],
.is-visible [data-anim-delay=ae-2] {
  transition-delay: 0.14s;
}

.data-aos[data-anim-delay=ae-3],
[data-anim][data-anim-delay=ae-3],
.aos-animate[data-anim-delay=ae-3],
.is-visible [data-anim-delay=ae-3] {
  transition-delay: 0.21s;
}

.data-aos[data-anim-delay=ae-4],
[data-anim][data-anim-delay=ae-4],
.aos-animate[data-anim-delay=ae-4],
.is-visible [data-anim-delay=ae-4] {
  transition-delay: 0.28s;
}

[data-anim][data-anim-delay=ae-5],
.aos-animate[data-anim-delay=ae-5],
.is-visible [data-anim-delay=ae-5] {
  transition-delay: 0.35s;
}

.aos-animate[data-anim-delay=ae-6],
.is-visible [data-anim-delay=ae-6] {
  transition-delay: 0.42s;
}

.aos-animate[data-anim-delay=ae-7],
.is-visible [data-anim-delay=ae-7] {
  transition-delay: 0.49s;
}

.aos-animate[data-anim-delay=ae-8],
.is-visible [data-anim-delay=ae-8] {
  transition-delay: 0.56s;
}

.aos-animate[data-anim-delay=ae-9],
.is-visible [data-anim-delay=ae-9] {
  transition-delay: 0.63s;
}

.aos-animate[data-anim-delay=ae-10],
.is-visible [data-anim-delay=ae-10] {
  transition-delay: 0.7s;
}

.aos-animate[data-anim-delay=ae-11],
.is-visible [data-anim-delay=ae-11] {
  transition-delay: 0.77s;
}

.is-visible [data-anim-delay=ae-12] {
  transition-delay: 0.84s;
}

.is-visible [data-anim-delay=ae-13] {
  transition-delay: 0.91s;
}

.is-visible [data-anim-delay=ae-14] {
  transition-delay: 0.98s;
}

.is-visible [data-anim-delay=ae-15] {
  transition-delay: 1.05s;
}

.is-visible [data-anim-delay=ae-16] {
  transition-delay: 1.12s;
}

.is-visible [data-anim-delay=ae-17] {
  transition-delay: 1.19s;
}

.is-visible [data-anim-delay=ae-18] {
  transition-delay: 1.26s;
}

.is-visible [data-anim-delay=ae-19] {
  transition-delay: 1.33s;
}

.is-visible [data-anim-delay=ae-20] {
  transition-delay: 1.4s;
}

[data-anim-speed="9"] {
  -webkit-transition-duration: 900ms;
  transition-duration: 900ms;
}

[data-anim-speed="8"] {
  -webkit-transition-duration: 800ms;
  transition-duration: 800ms;
}

[data-anim-speed="7"] {
  -webkit-transition-duration: 700ms;
  transition-duration: 700ms;
}

[data-anim-speed="6"] {
  -webkit-transition-duration: 600ms;
  transition-duration: 600ms;
}

[data-anim-speed="5"] {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}

[data-anim-speed="4"] {
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
}

[data-anim-speed="3"] {
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}

[data-anim-speed="2"] {
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
}

/* ------------------------------------------------------------------------------------
 *
 * Fonts
 *
 * ---------------------------------------------------------------------------------- */
@font-face {
  font-family: "Mabry";
  src: url("../fonts/mabry-light-pro.eot");
  src: url("../fonts/mabry-light-pro.eot?#iefix") format("embedded-opentype"), url("../fonts/mabry-light-pro.ttf") format("ttf"), url("../fonts/mabry-light-pro.woff") format("woff"), url("../fonts/mabry-light-pro.woff2") format("woff2");
  font-weight: 300;
}
@font-face {
  font-family: "Mabry";
  src: url("../fonts/mabry-regular-pro.eot");
  src: url("../fonts/mabry-regular-pro.eot?#iefix") format("embedded-opentype"), url("../fonts/mabry-regular-pro.ttf") format("ttf"), url("../fonts/mabry-regular-pro.woff") format("woff"), url("../fonts/mabry-regular-pro.woff2") format("woff2");
  font-weight: 400;
}
@font-face {
  font-family: "Mabry";
  src: url("../fonts/mabry-medium-pro.eot");
  src: url("../fonts/mabry-medium-pro.eot?#iefix") format("embedded-opentype"), url("../fonts/mabry-medium-pro.ttf") format("ttf"), url("../fonts/mabry-medium-pro.woff") format("woff"), url("../fonts/mabry-medium-pro.woff2") format("woff2");
  font-weight: 500;
}
/* ------------------------------------------------------------------------------------
 *
 * Typography
 *
 * ---------------------------------------------------------------------------------- */
body {
  font-family: "Mabry";
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  color: #0F5C77;
  -moz-font-feature-settings: "ss01";
  -webkit-font-feature-settings: "ss01";
  font-feature-settings: "ss01";
}
@media only screen and (max-width: 800px) {
  body {
    font-size: 1.6rem;
  }
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #00F697;
  border: 0;
}

.nowrap {
  white-space: nowrap;
}

/*
 * Headlines
 * ---------------------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6,
.text-h1, .text-h2, .text-h3, .text-h4, .text-h5, .text-h6 {
  margin: 0;
  font-weight: 400;
}

h1 {
  font-size: 7.5rem;
  line-height: 1.1;
  padding-top: 1.5em;
  padding-bottom: 0.5em;
}
@media only screen and (max-width: 1280px) {
  h1 {
    font-size: 6rem;
  }
}
@media only screen and (max-width: 1024px) {
  h1 {
    font-size: 4.5rem;
  }
}
@media only screen and (max-width: 800px) {
  h1 {
    font-size: 3.2rem;
  }
}
@media only screen and (max-width: 640px) {
  h1 {
    font-size: 2.8rem;
  }
}

h2,
.text-h2 {
  font-size: 5.5rem;
  line-height: 1.2;
  padding-top: 1.5em;
  padding-bottom: 0.5em;
}
@media only screen and (max-width: 1280px) {
  h2,
  .text-h2 {
    font-size: 4.25rem;
  }
}
@media only screen and (max-width: 1024px) {
  h2,
  .text-h2 {
    font-size: 3.25rem;
  }
}
@media only screen and (max-width: 800px) {
  h2,
  .text-h2 {
    font-size: 2.75rem;
  }
}

h3,
.text-h3,
.text-h3 p {
  font-size: 3rem;
  line-height: 1.2;
  padding-top: 1.5em;
  padding-bottom: 0.5em;
}
@media only screen and (max-width: 1280px) {
  h3,
  .text-h3,
  .text-h3 p {
    font-size: 2.6rem;
  }
}
@media only screen and (max-width: 1024px) {
  h3,
  .text-h3,
  .text-h3 p {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 800px) {
  h3,
  .text-h3,
  .text-h3 p {
    font-size: 2.2rem;
  }
}

h4,
.text-h4 {
  font-size: 2.2rem;
  line-height: 1.2;
  padding-top: 1.5em;
  padding-bottom: 0.5em;
  font-weight: 500;
}
@media only screen and (max-width: 1280px) {
  h4,
  .text-h4 {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 1024px) {
  h4,
  .text-h4 {
    font-size: 1.8rem;
  }
}

h5,
.text-h5 {
  font-size: 1.8rem;
  line-height: 1.2;
  padding-top: 1.5em;
  padding-bottom: 0.5em;
  font-weight: 500;
}

* > h1:first-child,
* > h2:first-child,
* > h3:first-child,
* > h4:first-child,
* > h5:first-child,
* > h6:first-child,
* > p:first-child {
  padding-top: 0;
}

hgroup.hgroup-h3-h4 h3 {
  font-size: 1.8rem;
  padding: 0;
}
@media only screen and (max-width: 800px) {
  hgroup.hgroup-h3-h4 h3 {
    font-size: 1.6rem;
  }
}
hgroup.hgroup-h3-h4 h4 {
  font-size: 5.5rem;
  line-height: 1.1;
  padding-top: 0.25em;
  padding-bottom: 0;
  font-weight: 400;
}
@media only screen and (max-width: 1280px) {
  hgroup.hgroup-h3-h4 h4 {
    font-size: 4rem;
  }
}
@media only screen and (max-width: 1024px) {
  hgroup.hgroup-h3-h4 h4 {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 800px) {
  hgroup.hgroup-h3-h4 h4 {
    font-size: 2.2rem;
  }
}

hgroup.hgroup-h2-h3 h2 {
  font-size: 1.8rem;
  padding: 0;
}
@media only screen and (max-width: 800px) {
  hgroup.hgroup-h2-h3 h2 {
    font-size: 1.6rem;
  }
}
hgroup.hgroup-h2-h3 h3 {
  font-size: 5.5rem;
  line-height: 1.1;
  padding-top: 0.25em;
  padding-bottom: 0;
}
@media only screen and (max-width: 1280px) {
  hgroup.hgroup-h2-h3 h3 {
    font-size: 4rem;
  }
}
@media only screen and (max-width: 1024px) {
  hgroup.hgroup-h2-h3 h3 {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 800px) {
  hgroup.hgroup-h2-h3 h3 {
    font-size: 2.2rem;
  }
}

hgroup.hgroup-h1-h2 h1 {
  font-size: 1.8rem;
  padding-top: 0;
}
@media only screen and (max-width: 800px) {
  hgroup.hgroup-h1-h2 h1 {
    font-size: 1.6rem;
  }
}
hgroup.hgroup-h1-h2 h2 {
  padding-top: 0;
}

/*
 * Paragraphs
 * ---------------------------------------------------------------------------------- */
.section p,
.section .text-p1,
.section ul,
.section ol,
.section li,
.section table {
  margin: 0;
  padding-top: 0.7em;
  padding-bottom: 0.7em;
  line-height: 1.4;
}

p,
.text-p1,
ul,
ol,
li {
  font-size: 2.2rem;
}
@media only screen and (max-width: 1280px) {
  p,
  .text-p1,
  ul,
  ol,
  li {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 1024px) {
  p,
  .text-p1,
  ul,
  ol,
  li {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 640px) {
  p,
  .text-p1,
  ul,
  ol,
  li {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 640px) {
  p,
  .text-p1,
  ul,
  ol,
  li {
    -webkit-hyphens: auto;
    hyphens: auto;
    hyphenate-limit-chars: 8 6 3;
    hyphenate-limit-lines: 2;
    hyphenate-limit-last: always;
    hyphenate-limit-zone: 8%;
  }
}

.text-p2 {
  font-size: 3rem;
}
@media only screen and (max-width: 1024px) {
  .text-p2 {
    font-size: 2.6rem;
  }
}
@media only screen and (max-width: 800px) {
  .text-p2 {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 640px) {
  .text-p2 {
    font-size: 1.6rem;
  }
}

.text-p3 {
  font-size: 1.8rem;
}
@media only screen and (max-width: 640px) {
  .text-p3 {
    font-size: 1.6rem;
  }
}

/*
 * Etc
 * ---------------------------------------------------------------------------------- */
strong {
  font-weight: 500;
}

abbr {
  text-decoration: none !important;
}

blockquote.text-h2 {
  font-size: 5.5rem;
  line-height: 1.2;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
@media all and (max-width: 1500px) {
  blockquote.text-h2 {
    font-size: 4.5rem;
  }
}
@media only screen and (max-width: 1280px) {
  blockquote.text-h2 {
    font-size: 4rem;
  }
}
@media only screen and (max-width: 1024px) {
  blockquote.text-h2 {
    font-size: 3.25rem;
  }
}
@media only screen and (max-width: 800px) {
  blockquote.text-h2 {
    font-size: 2.75rem;
  }
}

.text-embedded-icon {
  width: 32px;
  position: relative;
  top: 5px;
  margin-right: -3px;
}

/*
 * Lists
 * ---------------------------------------------------------------------------------- */
.section ul {
  list-style: none;
  padding: 0;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.section ul li {
  position: relative;
  padding: 0;
  margin-left: 28px;
}
@media only screen and (max-width: 800px) {
  .section ul li {
    margin-left: 24px;
  }
}
.section ul li:before {
  display: inline-block;
  content: "→";
  position: absolute;
  top: 0;
  left: -1.5em;
  color: #00F697;
}
.section ol {
  list-style: none;
  padding: 0;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  counter-reset: stbk-counter;
}
.section ol > li {
  position: relative;
  padding: 0;
  margin-left: 1.5em;
  counter-increment: stbk-counter;
}
.section ol > li:before {
  position: absolute;
  top: 0;
  left: -1.5em;
  content: counter(stbk-counter) ".  ";
  color: #00F697;
  display: inline-block;
}

/*
 * Links
 * ---------------------------------------------------------------------------------- */
.section a {
  position: relative;
  color: #0F5C77;
  border-bottom: 1px solid;
  transition: 0.25s ease-in-out;
}
.section a:hover {
  border-bottom-color: transparent;
}
.section a[href^=tel] {
  border: 0;
  white-space: nowrap !important;
  color: #0F5C77;
}

/*
 * Text color
 * ---------------------------------------------------------------------------------- */
.tcolor-green {
  color: #00F697;
}

/*
 * Table
 * ---------------------------------------------------------------------------------- */
table {
  border-collapse: collapse;
  width: 100%;
}
table thead tr:last-child,
table tbody tr:last-child,
table tfoot tr:last-child {
  border-bottom: 2px solid #00F697;
}
table thead tr:last-child th,
table thead tr:last-child td,
table tbody tr:last-child th,
table tbody tr:last-child td,
table tfoot tr:last-child th,
table tfoot tr:last-child td {
  padding-bottom: 1.4rem;
}
table thead tr:first-child th,
table thead tr:first-child td,
table tbody tr:first-child th,
table tbody tr:first-child td,
table tfoot tr:first-child th,
table tfoot tr:first-child td {
  padding-top: 1rem;
}
table tfoot tr:last-child {
  border-bottom: 0;
}
table th,
table td {
  text-align: left;
  font-size: 1.6rem;
  vertical-align: top;
  padding-right: 2rem;
}
table th {
  font-weight: 500;
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive table {
  margin-bottom: 1rem;
}

.tabledates {
  margin-top: 2rem !important;
  width: auto;
}
.tabledates th,
.tabledates td {
  white-space: nowrap;
}
.tabledates.table-is-stacked table, .tabledates.table-is-stacked th, .tabledates.table-is-stacked td {
  display: block !important;
  padding: 0 !important;
}
.tabledates.table-is-stacked tbody:not(:first-child) tr th {
  padding-top: 3rem !important;
}
.tabledates.table-is-stacked tbody tr th {
  padding-bottom: 1rem !important;
  border-bottom: 2px solid #00F697;
}
.tabledates.table-is-stacked tbody tr:first-child td:first-of-type {
  padding-top: 2rem !important;
}
.tabledates.table-is-stacked tbody tr:last-child {
  border-bottom: 0;
}
.tabledates.table-is-stacked tbody tr:last-child td:last-child {
  padding-bottom: 0 !important;
}

/* ------------------------------------------------------------------------------------
 *
 * WCAG
 *
 * ---------------------------------------------------------------------------------- */
a,
input,
button,
textarea,
select:not(.ui-datepicker-month):not(.ui-datepicker-year),
.swiper-button-next,
.swiper-button-prev,
a.toggle-title,
a.accordion-title,
a.download-link {
  border-bottom: 1px dotted transparent;
}
a.keyboard-focus,
input.keyboard-focus,
button.keyboard-focus,
textarea.keyboard-focus,
select:not(.ui-datepicker-month):not(.ui-datepicker-year).keyboard-focus,
.swiper-button-next.keyboard-focus,
.swiper-button-prev.keyboard-focus,
a.toggle-title.keyboard-focus,
a.accordion-title.keyboard-focus,
a.download-link.keyboard-focus {
  border-color: #0F5C77;
}

select.ui-datepicker-month,
select.ui-datepicker-year {
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  appearance: menulist;
  -ms-appearance: menulist;
}

.toggle-menu-item {
  border: 1px dotted transparent !important;
}
.toggle-menu-item.keyboard-focus {
  border: 1px dotted #00F697 !important;
}

.section a:not(.btn):not(.col):not(.swiper-slide):not(.download-link) {
  border-left: 1px dotted transparent;
  border-right: 1px dotted transparent;
  border-top: 1px dotted transparent;
}
.section a:not(.btn):not(.col):not(.swiper-slide):not(.download-link).keyboard-focus {
  border-color: #0F5C77;
}

.section.module-bgcolor-turquoise-1 a:not(.btn):not(.col):not(.swiper-slide):not(.download-link),
.section.module-banner a:not(.btn) {
  border-left: 1px dotted transparent;
  border-right: 1px dotted transparent;
  border-top: 1px dotted transparent;
}
.section.module-bgcolor-turquoise-1 a:not(.btn):not(.col):not(.swiper-slide):not(.download-link).keyboard-focus,
.section.module-banner a:not(.btn).keyboard-focus {
  border-color: #fff;
}

.section .icon-protected-content,
.modal .icon-protected-content,
.icon-protected-content {
  border: 1px dotted transparent;
}

/* 
 * Modules
 * ---------------------------------------------------------------------------------- */
/* Board */
.module-board a.board-name {
  border: 1px dotted transparent;
}
.module-board a.board-name.keyboard-focus {
  border: 1px dotted #0F5C77 !important;
}

/* 
 * Elements
 * ---------------------------------------------------------------------------------- */
/* Tabs */
.tab-list-wrapper .tab-list .tab-item a.keyboard-focus {
  border-bottom: 1px dotted #0F5C77;
}
.tab-list-wrapper .tab-list .tab-item a.keyboard-focus.is-active {
  border-bottom: 1px dotted #fff;
}

.module-bgcolor-turquoise-1 .tab-list-wrapper .tab-list .tab-item a.keyboard-focus {
  border-bottom: 1px dotted #fff;
}
.module-bgcolor-turquoise-1 .tab-list-wrapper .tab-list .tab-item a.keyboard-focus.is-active {
  border-bottom: 1px dotted #0F5C77;
}

.module-tabs .tab-toggle-title-container a {
  border-bottom: 1px dotted transparent;
}
.module-tabs .tab-toggle-title-container a.keyboard-focus {
  border-bottom: 1px dotted #fff;
}

/* Buttons */
.module-teaser-with-images a.keyboard-focus .btn,
.module-quicklinks-with-icons a.keyboard-focus .btn {
  background-color: #0F5C77;
  color: #fff;
  border-color: #0F5C77;
}
.module-teaser-with-images.module-bgcolor-turquoise-1 a.keyboard-focus .btn,
.module-quicklinks-with-icons.module-bgcolor-turquoise-1 a.keyboard-focus .btn {
  background-color: #00F697;
  border-color: #00F697;
  color: #0F5C77;
}

.module-banner a.keyboard-focus.btn {
  background-color: #00F697;
  border-color: #00F697;
  color: #0F5C77;
}

/* List */
.list .download-link,
.list .toggle-title {
  border: 1px dotted transparent;
}
.list .download-link.keyboard-focus,
.list .toggle-title.keyboard-focus {
  border-color: #0F5C77;
}

.img-wrapper a {
  border: 0 !important;
}
.img-wrapper a.keyboard-focus img {
  opacity: 0.8;
}

.section a[href^=tel] {
  border: 1px dotted transparent;
}
.section a[href^=tel].keyboard-focus {
  border-color: #0F5C77;
}

/* 
 * Logo
 * ---------------------------------------------------------------------------------- */
.logo.keyboard-focus {
  border-bottom: 1px dotted #0F5C77;
}

/* 
 * Navigation
 * ---------------------------------------------------------------------------------- */
.nav-btn,
.modal-close,
.banner-close {
  border: 1px dotted transparent;
}

.nav-primary-open .keyboard-focus {
  border-color: #0F5C77;
}

.modal-close.keyboard-focus,
.banner-close .keyboard-focus {
  border-color: #00F697;
}

.modal a {
  border: 0;
  border-bottom: 1px dotted transparent;
}
.modal a.keyboard-focus {
  border-bottom: 1px dotted #00F697;
}
.modal .search-submit.keyboard-focus {
  background-color: #00F697;
  border-color: #00F697;
}
.modal .btn-members-area.keyboard-focus {
  background-color: #fff;
  border-color: #fff;
  color: #0F5C77;
}

.modal a.logo {
  border: 1px dotted transparent;
}
.modal a.logo.keyboard-focus {
  border-color: #00F697;
}

.keyboard-focus[type=submit],
.keyboard-focus [type=submit] {
  padding-right: 52px;
}

/*
 * Footer
 * ---------------------------------------------------------------------------------- */
.footer a {
  border: 0;
  border-bottom: 1px dotted transparent;
}
.footer a.keyboard-focus {
  border-color: #fff;
}

/* 
 * Button
 * ---------------------------------------------------------------------------------- */
.btn.keyboard-focus {
  border: 1px dotted #0F5C77;
  background-color: #0F5C77;
  color: #fff;
}

.alm-load-more-btn.keyboard-focus {
  background-color: #0F5C77;
  color: #fff;
}

/* 
 * Checkbox
 * ---------------------------------------------------------------------------------- */
.checkbox-container.keyboard-focus .checkmark {
  background-color: #0F5C77;
}

/*
 * Swiper
 * ---------------------------------------------------------------------------------- */
.swiper-button-next,
.swiper-button-prev {
  border: 1px dotted transparent;
}
.swiper-button-next.keyboard-focus,
.swiper-button-prev.keyboard-focus {
  border-color: #0F5C77;
}

.swiper-pagination-bullet {
  position: relative;
}
.swiper-pagination-bullet:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  border: 8px dotted;
  border-radius: 100%;
  border-color: transparent;
}
.swiper-pagination-bullet.keyboard-focus:before {
  border-color: #0F5C77;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  top: 0;
  left: 0;
  background-color: #0F5C77;
  clip: auto !important;
  clip-path: none;
  color: #fff;
  display: block;
  font-size: 2.2rem;
  font-weight: 500;
  height: auto;
  line-height: normal;
  padding: 10px 20px 13px;
  text-decoration: none;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

.screen-reader-only-nav {
  position: absolute;
  width: 100%;
}

.screen-reader-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* ------------------------------------------------------------------------------------
 *
 * Grid
 *
 * ---------------------------------------------------------------------------------- */
/* Rows */
.row {
  position: relative;
  width: calc(100% - 160px);
  margin: 0 auto;
  max-width: 1392px;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1024px) {
  .row {
    width: calc(100% - 80px);
  }
}
@media only screen and (max-width: 640px) {
  .row {
    width: calc(100% - 60px);
  }
}
.row .row {
  width: 100%;
}

/* Columns */
.col {
  float: left;
  margin-left: 12px;
  margin-right: 12px;
}
@media only screen and (max-width: 480px) {
  .col {
    margin-left: 5px;
    margin-right: 5px;
  }
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
  width: 0;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1; /* Für den IE6 und IE7 */
}

.col-1 {
  width: calc(8.3% - 24px);
}

.col-2 {
  width: calc(16.6% - 24px);
}

.col-3 {
  width: calc(25% - 24px);
}

.col-4 {
  width: calc(33.3% - 24px);
}

.col-5 {
  width: calc(41.6% - 24px);
}

.col-6 {
  width: calc(50% - 24px);
}

.col-7 {
  width: calc(58.3% - 24px);
}

.col-8 {
  width: calc(66.6% - 24px);
}

.col-9 {
  width: calc(75% - 24px);
}

.col-10 {
  width: calc(83.3% - 24px);
}

.col-11 {
  width: calc(91.6% - 24px);
}

.col-12 {
  width: calc(100% - 24px);
}

.offset-col-0 {
  margin-left: 12px;
}

.offset-col-1 {
  margin-left: calc(8.3% + 12px);
}

.offset-col-2 {
  margin-left: calc(16.6% + 12px);
}

.offset-col-3 {
  margin-left: calc(25% + 12px);
}

.offset-col-4 {
  margin-left: calc(33.3% + 12px);
}

.offset-col-5 {
  margin-left: calc(41.6% + 12px);
}

.offset-col-6 {
  margin-left: calc(50% + 12px);
}

.offset-col-7 {
  margin-left: calc(58.3% + 12px);
}

.offset-col-8 {
  margin-left: calc(66.6% + 12px);
}

.section-inner .section-inner-col {
  position: relative;
  display: flex;
}
.section-inner .section-inner-col.valign-center {
  align-items: center;
}

.col-half {
  width: 50%;
}
@media only screen and (max-width: 800px) {
  .col-half {
    width: 100%;
  }
}

.col-two-fifth {
  width: 45%;
}
@media only screen and (max-width: 800px) {
  .col-two-fifth {
    width: 100%;
  }
}

.col-three-fifth {
  width: 55%;
}
@media only screen and (max-width: 800px) {
  .col-three-fifth {
    width: 100%;
  }
}

.col-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 800px) {
  .col-image {
    padding-bottom: 75%;
    overflow: hidden;
  }
}

.col-text {
  padding: 10rem;
  z-index: 0;
}
@media only screen and (max-width: 1280px) {
  .col-text {
    padding: 7.5rem;
  }
}
@media only screen and (max-width: 1024px) {
  .col-text {
    padding: 5rem;
  }
}
@media only screen and (max-width: 800px) {
  .col-text {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 800px) {
  .col-text .col-text-inner {
    margin: 0 auto;
    width: calc(100% - 80px);
    padding: 0 12px;
  }
}
@media only screen and (max-width: 640px) {
  .col-text .col-text-inner {
    width: calc(100% - 60px);
    padding: 0 12px;
  }
}
@media only screen and (max-width: 480px) {
  .col-text .col-text-inner {
    width: calc(100% - 60px);
    padding: 0 5px;
  }
}

@media only screen and (max-width: 1280px) {
  .col-1-lg {
    width: calc(8.3% - 24px);
  }
  .col-2-lg {
    width: calc(16.6% - 24px);
  }
  .col-3-lg {
    width: calc(25% - 24px);
  }
  .col-4-lg {
    width: calc(33.3% - 24px);
  }
  .col-5-lg {
    width: calc(41.6% - 24px);
  }
  .col-6-lg {
    width: calc(50% - 24px);
  }
  .col-7-lg {
    width: calc(58.3% - 24px);
  }
  .col-8-lg {
    width: calc(66.6% - 24px);
  }
  .col-9-lg {
    width: calc(75% - 24px);
  }
  .col-10-lg {
    width: calc(83.3% - 24px);
  }
  .col-11-lg {
    width: calc(91.6% - 24px);
  }
  .col-12-lg {
    width: calc(100% - 24px);
  }
  .offset-col-0-lg {
    margin-left: 12px;
  }
  .offset-col-1-lg {
    margin-left: calc(8.3% + 12px);
  }
  .offset-col-2-lg {
    margin-left: calc(16.6% + 12px);
  }
  .offset-col-3-lg {
    margin-left: calc(25% + 12px);
  }
  .offset-col-4-lg {
    margin-left: calc(33.3% + 12px);
  }
  .offset-col-5-lg {
    margin-left: calc(41.6% + 12px);
  }
  .offset-col-6-lg {
    margin-left: calc(50% + 12px);
  }
  .offset-col-7-lg {
    margin-left: calc(58.3% + 12px);
  }
  .offset-col-8-lg {
    margin-left: calc(66.6% + 12px);
  }
}
@media only screen and (max-width: 1024px) {
  .col-1 {
    width: calc(8.3% - 24px);
  }
  .col-2 {
    width: calc(16.6% - 24px);
  }
  .col-3 {
    width: calc(25% - 24px);
  }
  .col-4 {
    width: calc(33.3% - 24px);
  }
  .col-5 {
    width: calc(41.6% - 24px);
  }
  .col-6 {
    width: calc(50% - 24px);
  }
  .col-7 {
    width: calc(58.3% - 24px);
  }
  .col-8 {
    width: calc(66.6% - 24px);
  }
  .col-9 {
    width: calc(75% - 24px);
  }
  .col-10 {
    width: calc(83.3% - 24px);
  }
  .col-11 {
    width: calc(91.6% - 24px);
  }
  .col-12 {
    width: calc(100% - 24px);
  }
  .offset-col-0 {
    margin-left: 12px;
  }
  .offset-col-1 {
    margin-left: calc(8.3% + 12px);
  }
  .offset-col-2 {
    margin-left: calc(16.6% + 12px);
  }
  .offset-col-3 {
    margin-left: calc(25% + 12px);
  }
  .offset-col-4 {
    margin-left: calc(33.3% + 12px);
  }
  .offset-col-5 {
    margin-left: calc(41.6% + 12px);
  }
  .offset-col-6 {
    margin-left: calc(50% + 12px);
  }
  .offset-col-7 {
    margin-left: calc(58.3% + 12px);
  }
  .offset-col-8 {
    margin-left: calc(66.6% + 12px);
  }
  .col-1-lg {
    width: calc(8.3% - 24px);
  }
  .col-2-lg {
    width: calc(16.6% - 24px);
  }
  .col-3-lg {
    width: calc(25% - 24px);
  }
  .col-4-lg {
    width: calc(33.3% - 24px);
  }
  .col-5-lg {
    width: calc(41.6% - 24px);
  }
  .col-6-lg {
    width: calc(50% - 24px);
  }
  .col-7-lg {
    width: calc(58.3% - 24px);
  }
  .col-8-lg {
    width: calc(66.6% - 24px);
  }
  .col-9-lg {
    width: calc(75% - 24px);
  }
  .col-10-lg {
    width: calc(83.3% - 24px);
  }
  .col-11-lg {
    width: calc(91.6% - 24px);
  }
  .col-12-lg {
    width: calc(100% - 24px);
  }
  .offset-col-0-lg {
    margin-left: 12px;
  }
  .offset-col-1-lg {
    margin-left: calc(8.3% + 12px);
  }
  .offset-col-2-lg {
    margin-left: calc(16.6% + 12px);
  }
  .offset-col-3-lg {
    margin-left: calc(25% + 12px);
  }
  .offset-col-4-lg {
    margin-left: calc(33.3% + 12px);
  }
  .offset-col-5-lg {
    margin-left: calc(41.6% + 12px);
  }
  .offset-col-6-lg {
    margin-left: calc(50% + 12px);
  }
  .offset-col-7-lg {
    margin-left: calc(58.3% + 12px);
  }
  .offset-col-8-lg {
    margin-left: calc(66.6% + 12px);
  }
  .col-1-md {
    width: calc(8.3% - 24px);
  }
  .col-2-md {
    width: calc(16.6% - 24px);
  }
  .col-3-md {
    width: calc(25% - 24px);
  }
  .col-4-md {
    width: calc(33.3% - 24px);
  }
  .col-5-md {
    width: calc(41.6% - 24px);
  }
  .col-6-md {
    width: calc(50% - 24px);
  }
  .col-7-md {
    width: calc(58.3% - 24px);
  }
  .col-8-md {
    width: calc(66.6% - 24px);
  }
  .col-9-md {
    width: calc(75% - 24px);
  }
  .col-10-md {
    width: calc(83.3% - 24px);
  }
  .col-11-md {
    width: calc(91.6% - 24px);
  }
  .col-12-md {
    width: calc(100% - 24px);
  }
  .offset-col-0-md {
    margin-left: 12px;
  }
  .offset-col-1-md {
    margin-left: calc(8.3% + 12px);
  }
  .offset-col-2-md {
    margin-left: calc(16.6% + 12px);
  }
  .offset-col-3-md {
    margin-left: calc(25% + 12px);
  }
  .offset-col-4-md {
    margin-left: calc(33.3% + 12px);
  }
  .offset-col-5-md {
    margin-left: calc(41.6% + 12px);
  }
  .offset-col-6-md {
    margin-left: calc(50% + 12px);
  }
  .offset-col-7-md {
    margin-left: calc(58.3% + 12px);
  }
  .offset-col-8-md {
    margin-left: calc(66.6% + 12px);
  }
}
@media only screen and (max-width: 800px) {
  .col-1-sm {
    width: calc(8.3% - 24px);
  }
  .col-2-sm {
    width: calc(16.6% - 24px);
  }
  .col-3-sm {
    width: calc(25% - 24px);
  }
  .col-4-sm {
    width: calc(33.3% - 24px);
  }
  .col-5-sm {
    width: calc(41.6% - 24px);
  }
  .col-6-sm {
    width: calc(50% - 24px);
  }
  .col-7-sm {
    width: calc(58.3% - 24px);
  }
  .col-8-sm {
    width: calc(66.6% - 24px);
  }
  .col-9-sm {
    width: calc(75% - 24px);
  }
  .col-10-sm {
    width: calc(83.3% - 24px);
  }
  .col-11-sm {
    width: calc(91.6% - 24px);
  }
  .col-12-sm {
    width: calc(100% - 24px);
  }
  .offset-col-0-sm {
    margin-left: 12px;
  }
  .offset-col-1-sm {
    margin-left: calc(8.3% + 12px);
  }
  .offset-col-2-sm {
    margin-left: calc(16.6% + 12px);
  }
  .offset-col-3-sm {
    margin-left: calc(25% + 12px);
  }
  .offset-col-4-sm {
    margin-left: calc(33.3% + 12px);
  }
  .offset-col-5-sm {
    margin-left: calc(41.6% + 12px);
  }
  .offset-col-6-sm {
    margin-left: calc(50% + 12px);
  }
  .offset-col-7-sm {
    margin-left: calc(58.3% + 12px);
  }
  .offset-col-8-sm {
    margin-left: calc(66.6% + 12px);
  }
}
@media only screen and (max-width: 640px) {
  .col-1-xs {
    width: calc(8.3% - 24px);
  }
  .col-2-xs {
    width: calc(16.6% - 24px);
  }
  .col-3-xs {
    width: calc(25% - 24px);
  }
  .col-4-xs {
    width: calc(33.3% - 24px);
  }
  .col-5-xs {
    width: calc(41.6% - 24px);
  }
  .col-6-xs {
    width: calc(50% - 24px);
  }
  .col-7-xs {
    width: calc(58.3% - 24px);
  }
  .col-8-xs {
    width: calc(66.6% - 24px);
  }
  .col-9-xs {
    width: calc(75% - 24px);
  }
  .col-10-xs {
    width: calc(83.3% - 24px);
  }
  .col-11-xs {
    width: calc(91.6% - 24px);
  }
  .col-12-xs {
    width: calc(100% - 24px);
  }
  .offset-col-reset-lg {
    margin-left: 12px;
  }
  .offset-col-reset-md {
    margin-left: 12px;
  }
  .offset-col-reset-sm {
    margin-left: 12px;
  }
  .offset-col-reset-xs {
    margin-left: 12px;
  }
  .offset-col-0-xs {
    margin-left: 12px;
  }
  .offset-col-1-xs {
    margin-left: calc(8.3% + 12px);
  }
  .offset-col-2-xs {
    margin-left: calc(16.6% + 12px);
  }
  .offset-col-3-xs {
    margin-left: calc(25% + 12px);
  }
  .offset-col-4-xs {
    margin-left: calc(33.3% + 12px);
  }
  .offset-col-5-xs {
    margin-left: calc(41.6% + 12px);
  }
  .offset-col-6-xs {
    margin-left: calc(50% + 12px);
  }
  .offset-col-7-xs {
    margin-left: calc(58.3% + 12px);
  }
  .offset-col-8-xs {
    margin-left: calc(66.6% + 12px);
  }
}
@media only screen and (max-width: 480px) {
  .col-1 {
    width: calc(8.3% - 10px);
  }
  .col-2 {
    width: calc(16.6% - 10px);
  }
  .col-3 {
    width: calc(25% - 10px);
  }
  .col-4 {
    width: calc(33.3% - 10px);
  }
  .col-5 {
    width: calc(41.6% - 10px);
  }
  .col-6 {
    width: calc(50% - 10px);
  }
  .col-7 {
    width: calc(58.3% - 10px);
  }
  .col-8 {
    width: calc(66.6% - 10px);
  }
  .col-9 {
    width: calc(75% - 10px);
  }
  .col-10 {
    width: calc(83.3% - 10px);
  }
  .col-11 {
    width: calc(91.6% - 10px);
  }
  .col-12 {
    width: calc(100% - 10px);
  }
  .offset-col-0 {
    margin-left: 5px;
  }
  .offset-col-1 {
    margin-left: calc(8.3% + 5px);
  }
  .offset-col-2 {
    margin-left: calc(16.6% + 5px);
  }
  .offset-col-3 {
    margin-left: calc(25% + 5px);
  }
  .offset-col-4 {
    margin-left: calc(33.3% + 5px);
  }
  .offset-col-5 {
    margin-left: calc(41.6% + 5px);
  }
  .offset-col-6 {
    margin-left: calc(50% + 5px);
  }
  .offset-col-7 {
    margin-left: calc(58.3% + 5px);
  }
  .offset-col-8 {
    margin-left: calc(66.6% + 5px);
  }
  .col-1-lg {
    width: calc(8.3% - 10px);
  }
  .col-2-lg {
    width: calc(16.6% - 10px);
  }
  .col-3-lg {
    width: calc(25% - 10px);
  }
  .col-4-lg {
    width: calc(33.3% - 10px);
  }
  .col-5-lg {
    width: calc(41.6% - 10px);
  }
  .col-6-lg {
    width: calc(50% - 10px);
  }
  .col-7-lg {
    width: calc(58.3% - 10px);
  }
  .col-8-lg {
    width: calc(66.6% - 10px);
  }
  .col-9-lg {
    width: calc(75% - 10px);
  }
  .col-10-lg {
    width: calc(83.3% - 10px);
  }
  .col-11-lg {
    width: calc(91.6% - 10px);
  }
  .col-12-lg {
    width: calc(100% - 10px);
  }
  .offset-col-0-lg {
    margin-left: 5px;
  }
  .offset-col-1-lg {
    margin-left: calc(8.3% + 5px);
  }
  .offset-col-2-lg {
    margin-left: calc(16.6% + 5px);
  }
  .offset-col-3-lg {
    margin-left: calc(25% + 5px);
  }
  .offset-col-4-lg {
    margin-left: calc(33.3% + 5px);
  }
  .offset-col-5-lg {
    margin-left: calc(41.6% + 5px);
  }
  .offset-col-6-lg {
    margin-left: calc(50% + 5px);
  }
  .offset-col-7-lg {
    margin-left: calc(58.3% + 5px);
  }
  .offset-col-8-lg {
    margin-left: calc(66.6% + 5px);
  }
  .col-1-md {
    width: calc(8.3% - 10px);
  }
  .col-2-md {
    width: calc(16.6% - 10px);
  }
  .col-3-md {
    width: calc(25% - 10px);
  }
  .col-4-md {
    width: calc(33.3% - 10px);
  }
  .col-5-md {
    width: calc(41.6% - 10px);
  }
  .col-6-md {
    width: calc(50% - 10px);
  }
  .col-7-md {
    width: calc(58.3% - 10px);
  }
  .col-8-md {
    width: calc(66.6% - 10px);
  }
  .col-9-md {
    width: calc(75% - 10px);
  }
  .col-10-md {
    width: calc(83.3% - 10px);
  }
  .col-11-md {
    width: calc(91.6% - 10px);
  }
  .col-12-md {
    width: calc(100% - 10px);
  }
  .offset-col-0-md {
    margin-left: 5px;
  }
  .offset-col-1-md {
    margin-left: calc(8.3% + 5px);
  }
  .offset-col-2-md {
    margin-left: calc(16.6% + 5px);
  }
  .offset-col-3-md {
    margin-left: calc(25% + 5px);
  }
  .offset-col-4-md {
    margin-left: calc(33.3% + 5px);
  }
  .offset-col-5-md {
    margin-left: calc(41.6% + 5px);
  }
  .offset-col-6-md {
    margin-left: calc(50% + 5px);
  }
  .offset-col-7-md {
    margin-left: calc(58.3% + 5px);
  }
  .offset-col-8-md {
    margin-left: calc(66.6% + 5px);
  }
  .col-1-sm {
    width: calc(8.3% - 10px);
  }
  .col-2-sm {
    width: calc(16.6% - 10px);
  }
  .col-3-sm {
    width: calc(25% - 10px);
  }
  .col-4-sm {
    width: calc(33.3% - 10px);
  }
  .col-5-sm {
    width: calc(41.6% - 10px);
  }
  .col-6-sm {
    width: calc(50% - 10px);
  }
  .col-7-sm {
    width: calc(58.3% - 10px);
  }
  .col-8-sm {
    width: calc(66.6% - 10px);
  }
  .col-9-sm {
    width: calc(75% - 10px);
  }
  .col-10-sm {
    width: calc(83.3% - 10px);
  }
  .col-11-sm {
    width: calc(91.6% - 10px);
  }
  .col-12-sm {
    width: calc(100% - 10px);
  }
  .offset-col-0-sm {
    margin-left: 5px;
  }
  .offset-col-1-sm {
    margin-left: calc(8.3% + 5px);
  }
  .offset-col-2-sm {
    margin-left: calc(16.6% + 5px);
  }
  .offset-col-3-sm {
    margin-left: calc(25% + 5px);
  }
  .offset-col-4-sm {
    margin-left: calc(33.3% + 5px);
  }
  .offset-col-5-sm {
    margin-left: calc(41.6% + 5px);
  }
  .offset-col-6-sm {
    margin-left: calc(50% + 5px);
  }
  .offset-col-7-sm {
    margin-left: calc(58.3% + 5px);
  }
  .offset-col-8-sm {
    margin-left: calc(66.6% + 5px);
  }
  .col-1-xs {
    width: calc(8.3% - 10px);
  }
  .col-2-xs {
    width: calc(16.6% - 10px);
  }
  .col-3-xs {
    width: calc(25% - 10px);
  }
  .col-4-xs {
    width: calc(33.3% - 10px);
  }
  .col-5-xs {
    width: calc(41.6% - 10px);
  }
  .col-6-xs {
    width: calc(50% - 10px);
  }
  .col-7-xs {
    width: calc(58.3% - 10px);
  }
  .col-8-xs {
    width: calc(66.6% - 10px);
  }
  .col-9-xs {
    width: calc(75% - 10px);
  }
  .col-10-xs {
    width: calc(83.3% - 10px);
  }
  .col-11-xs {
    width: calc(91.6% - 10px);
  }
  .col-12-xs {
    width: calc(100% - 10px);
  }
  .offset-col-reset-lg {
    margin-left: 5px;
  }
  .offset-col-reset-md {
    margin-left: 5px;
  }
  .offset-col-reset-sm {
    margin-left: 5px;
  }
  .offset-col-reset-xs {
    margin-left: 5px;
  }
  .offset-col-0-xs {
    margin-left: 5px;
  }
  .offset-col-1-xs {
    margin-left: calc(8.3% + 5px);
  }
  .offset-col-2-xs {
    margin-left: calc(16.6% + 5px);
  }
  .offset-col-3-xs {
    margin-left: calc(25% + 5px);
  }
  .offset-col-4-xs {
    margin-left: calc(33.3% + 5px);
  }
  .offset-col-5-xs {
    margin-left: calc(41.6% + 5px);
  }
  .offset-col-6-xs {
    margin-left: calc(50% + 5px);
  }
  .offset-col-7-xs {
    margin-left: calc(58.3% + 5px);
  }
  .offset-col-8-xs {
    margin-left: calc(66.6% + 5px);
  }
  .col-1-xxs {
    width: calc(8.3% - 10px);
  }
  .col-2-xxs {
    width: calc(16.6% - 10px);
  }
  .col-3-xxs {
    width: calc(25% - 10px);
  }
  .col-4-xxs {
    width: calc(33.3% - 10px);
  }
  .col-5-xxs {
    width: calc(41.6% - 10px);
  }
  .col-6-xxs {
    width: calc(50% - 10px);
  }
  .col-7-xxs {
    width: calc(58.3% - 10px);
  }
  .col-8-xxs {
    width: calc(66.6% - 10px);
  }
  .col-9-xxs {
    width: calc(75% - 10px);
  }
  .col-10-xxs {
    width: calc(83.3% - 10px);
  }
  .col-11-xxs {
    width: calc(91.6% - 10px);
  }
  .col-12-xxs {
    width: calc(100% - 10px);
  }
  .offset-col-reset-lg {
    margin-left: 5px;
  }
  .offset-col-reset-md {
    margin-left: 5px;
  }
  .offset-col-reset-sm {
    margin-left: 5px;
  }
  .offset-col-reset-xs {
    margin-left: 5px;
  }
  .offset-col-reset-xxs {
    margin-left: 5px;
  }
  .offset-col-0-xxs {
    margin-left: 5px;
  }
  .offset-col-1-xxs {
    margin-left: calc(8.3% + 5px);
  }
  .offset-col-2-xxs {
    margin-left: calc(16.6% + 5px);
  }
  .offset-col-3-xxs {
    margin-left: calc(25% + 5px);
  }
  .offset-col-4-xxs {
    margin-left: calc(33.3% + 5px);
  }
  .offset-col-5-xxs {
    margin-left: calc(41.6% + 5px);
  }
  .offset-col-6-xxs {
    margin-left: calc(50% + 5px);
  }
  .offset-col-7-xxs {
    margin-left: calc(58.3% + 5px);
  }
  .offset-col-8-xxs {
    margin-left: calc(66.6% + 5px);
  }
}
/* ------------------------------------------------------------------------------------
 *
 * Vertical spacing
 *
 * ---------------------------------------------------------------------------------- */
.padding-top-0 {
  padding-top: 0;
}

.padding-top-1 {
  padding-top: 10px;
}

.padding-top-2 {
  padding-top: 20px;
}

.padding-top-3 {
  padding-top: 30px;
}

.padding-top-4 {
  padding-top: 40px;
}

.padding-top-5 {
  padding-top: 50px;
}

.padding-top-6 {
  padding-top: 60px;
}

.padding-top-7 {
  padding-top: 70px;
}

.padding-top-8 {
  padding-top: 80px;
}

.padding-top-9 {
  padding-top: 90px;
}

.padding-top-10 {
  padding-top: 100px;
}

.padding-top-11 {
  padding-top: 110px;
}

.padding-top-12 {
  padding-top: 120px;
}

.padding-bottom-0 {
  padding-bottom: 0;
}

.padding-bottom-1 {
  padding-bottom: 10px;
}

.padding-bottom-2 {
  padding-bottom: 20px;
}

.padding-bottom-3 {
  padding-bottom: 30px;
}

.padding-bottom-4 {
  padding-bottom: 40px;
}

.padding-bottom-5 {
  padding-bottom: 50px;
}

.padding-bottom-6 {
  padding-bottom: 60px;
}

.padding-bottom-7 {
  padding-bottom: 70px;
}

.padding-bottom-8 {
  padding-bottom: 80px;
}

.padding-bottom-9 {
  padding-bottom: 90px;
}

.padding-bottom-10 {
  padding-bottom: 100px;
}

.padding-bottom-11 {
  padding-bottom: 110px;
}

.padding-bottom-12 {
  padding-bottom: 120px;
}

.margin-bottom-0 {
  margin-bottom: 0;
}

.margin-bottom-1 {
  margin-bottom: 10px;
}

.margin-bottom-2 {
  margin-bottom: 20px;
}

.margin-bottom-3 {
  margin-bottom: 30px;
}

.margin-bottom-4 {
  margin-bottom: 40px;
}

.margin-bottom-5 {
  margin-bottom: 50px;
}

.margin-bottom-6 {
  margin-bottom: 60px;
}

.margin-bottom-7 {
  margin-bottom: 70px;
}

.margin-bottom-8 {
  margin-bottom: 80px;
}

.margin-bottom-9 {
  margin-bottom: 90px;
}

.margin-bottom-10 {
  margin-bottom: 100px;
}

.margin-bottom-11 {
  margin-bottom: 110px;
}

.margin-bottom-12 {
  margin-bottom: 120px;
}

.margin-top-0 {
  margin-top: 0;
}

.margin-top-1 {
  margin-top: 10px;
}

.margin-top-2 {
  margin-top: 20px;
}

.margin-top-3 {
  margin-top: 30px;
}

.margin-top-4 {
  margin-top: 40px;
}

.margin-top-5 {
  margin-top: 50px;
}

.margin-top-6 {
  margin-top: 60px;
}

.margin-top-7 {
  margin-top: 70px;
}

.margin-top-8 {
  margin-top: 80px;
}

.margin-top-9 {
  margin-top: 90px;
}

.margin-top-10 {
  margin-top: 100px;
}

.margin-top-11 {
  margin-top: 110px;
}

.margin-top-12 {
  margin-top: 120px;
}

@media only screen and (max-width: 1280px) {
  .padding-top-0 {
    padding-top: 0;
  }
  .padding-top-1 {
    padding-top: 9px;
  }
  .padding-top-2 {
    padding-top: 18px;
  }
  .padding-top-3 {
    padding-top: 27px;
  }
  .padding-top-4 {
    padding-top: 36px;
  }
  .padding-top-5 {
    padding-top: 45px;
  }
  .padding-top-6 {
    padding-top: 54px;
  }
  .padding-top-7 {
    padding-top: 63px;
  }
  .padding-top-8 {
    padding-top: 72px;
  }
  .padding-top-9 {
    padding-top: 81px;
  }
  .padding-top-10 {
    padding-top: 90px;
  }
  .padding-top-11 {
    padding-top: 99px;
  }
  .padding-top-12 {
    padding-top: 108px;
  }
  .padding-bottom-0 {
    padding-bottom: 0;
  }
  .padding-bottom-1 {
    padding-bottom: 9px;
  }
  .padding-bottom-2 {
    padding-bottom: 18px;
  }
  .padding-bottom-3 {
    padding-bottom: 27px;
  }
  .padding-bottom-4 {
    padding-bottom: 36px;
  }
  .padding-bottom-5 {
    padding-bottom: 45px;
  }
  .padding-bottom-6 {
    padding-bottom: 54px;
  }
  .padding-bottom-7 {
    padding-bottom: 63px;
  }
  .padding-bottom-8 {
    padding-bottom: 72px;
  }
  .padding-bottom-9 {
    padding-bottom: 81px;
  }
  .padding-bottom-10 {
    padding-bottom: 90px;
  }
  .padding-bottom-11 {
    padding-bottom: 99px;
  }
  .padding-bottom-12 {
    padding-bottom: 108px;
  }
  .margin-bottom-0 {
    margin-bottom: 0;
  }
  .margin-bottom-1 {
    margin-bottom: 9px;
  }
  .margin-bottom-2 {
    margin-bottom: 18px;
  }
  .margin-bottom-3 {
    margin-bottom: 27px;
  }
  .margin-bottom-4 {
    margin-bottom: 36px;
  }
  .margin-bottom-5 {
    margin-bottom: 45px;
  }
  .margin-bottom-6 {
    margin-bottom: 54px;
  }
  .margin-bottom-7 {
    margin-bottom: 63px;
  }
  .margin-bottom-8 {
    margin-bottom: 72px;
  }
  .margin-bottom-9 {
    margin-bottom: 81px;
  }
  .margin-bottom-10 {
    margin-bottom: 90px;
  }
  .margin-bottom-11 {
    margin-bottom: 99px;
  }
  .margin-bottom-12 {
    margin-bottom: 108px;
  }
  .margin-top-0 {
    margin-top: 0;
  }
  .margin-top-1 {
    margin-top: 9px;
  }
  .margin-top-2 {
    margin-top: 18px;
  }
  .margin-top-3 {
    margin-top: 27px;
  }
  .margin-top-4 {
    margin-top: 36px;
  }
  .margin-top-5 {
    margin-top: 45px;
  }
  .margin-top-6 {
    margin-top: 54px;
  }
  .margin-top-7 {
    margin-top: 63px;
  }
  .margin-top-8 {
    margin-top: 72px;
  }
  .margin-top-9 {
    margin-top: 81px;
  }
  .margin-top-10 {
    margin-top: 90px;
  }
  .margin-top-11 {
    margin-top: 99px;
  }
  .margin-top-12 {
    margin-top: 108px;
  }
  .padding-top-0-lg {
    padding-top: 0;
  }
  .padding-top-1-lg {
    padding-top: 9px;
  }
  .padding-top-2-lg {
    padding-top: 18px;
  }
  .padding-top-3-lg {
    padding-top: 27px;
  }
  .padding-top-4-lg {
    padding-top: 36px;
  }
  .padding-top-5-lg {
    padding-top: 45px;
  }
  .padding-top-6-lg {
    padding-top: 54px;
  }
  .padding-top-7-lg {
    padding-top: 63px;
  }
  .padding-top-8-lg {
    padding-top: 72px;
  }
  .padding-top-9-lg {
    padding-top: 81px;
  }
  .padding-top-10-lg {
    padding-top: 90px;
  }
  .padding-top-11-lg {
    padding-top: 99px;
  }
  .padding-top-12-lg {
    padding-top: 108px;
  }
  .padding-bottom-0-lg {
    padding-bottom: 0;
  }
  .padding-bottom-1-lg {
    padding-bottom: 9px;
  }
  .padding-bottom-2-lg {
    padding-bottom: 18px;
  }
  .padding-bottom-3-lg {
    padding-bottom: 27px;
  }
  .padding-bottom-4-lg {
    padding-bottom: 36px;
  }
  .padding-bottom-5-lg {
    padding-bottom: 45px;
  }
  .padding-bottom-6-lg {
    padding-bottom: 54px;
  }
  .padding-bottom-7-lg {
    padding-bottom: 63px;
  }
  .padding-bottom-8-lg {
    padding-bottom: 72px;
  }
  .padding-bottom-9-lg {
    padding-bottom: 81px;
  }
  .padding-bottom-10-lg {
    padding-bottom: 90px;
  }
  .padding-bottom-11-lg {
    padding-bottom: 99px;
  }
  .padding-bottom-12-lg {
    padding-bottom: 108px;
  }
  .margin-bottom-0-lg {
    margin-bottom: 0;
  }
  .margin-bottom-1-lg {
    margin-bottom: 9px;
  }
  .margin-bottom-2-lg {
    margin-bottom: 18px;
  }
  .margin-bottom-3-lg {
    margin-bottom: 27px;
  }
  .margin-bottom-4-lg {
    margin-bottom: 36px;
  }
  .margin-bottom-5-lg {
    margin-bottom: 45px;
  }
  .margin-bottom-6-lg {
    margin-bottom: 54px;
  }
  .margin-bottom-7-lg {
    margin-bottom: 63px;
  }
  .margin-bottom-8-lg {
    margin-bottom: 72px;
  }
  .margin-bottom-9-lg {
    margin-bottom: 81px;
  }
  .margin-bottom-10-lg {
    margin-bottom: 90px;
  }
  .margin-bottom-11-lg {
    margin-bottom: 99px;
  }
  .margin-bottom-12-lg {
    margin-bottom: 108px;
  }
  .margin-top-0-lg {
    margin-top: 0;
  }
  .margin-top-1-lg {
    margin-top: 9px;
  }
  .margin-top-2-lg {
    margin-top: 18px;
  }
  .margin-top-3-lg {
    margin-top: 27px;
  }
  .margin-top-4-lg {
    margin-top: 36px;
  }
  .margin-top-5-lg {
    margin-top: 45px;
  }
  .margin-top-6-lg {
    margin-top: 54px;
  }
  .margin-top-7-lg {
    margin-top: 63px;
  }
  .margin-top-8-lg {
    margin-top: 72px;
  }
  .margin-top-9-lg {
    margin-top: 81px;
  }
  .margin-top-10-lg {
    margin-top: 90px;
  }
  .margin-top-11-lg {
    margin-top: 99px;
  }
  .margin-top-12-lg {
    margin-top: 108px;
  }
}
@media only screen and (max-width: 1024px) {
  .padding-top-0 {
    padding-top: 0;
  }
  .padding-top-1 {
    padding-top: 8px;
  }
  .padding-top-2 {
    padding-top: 16px;
  }
  .padding-top-3 {
    padding-top: 24px;
  }
  .padding-top-4 {
    padding-top: 32px;
  }
  .padding-top-5 {
    padding-top: 40px;
  }
  .padding-top-6 {
    padding-top: 48px;
  }
  .padding-top-7 {
    padding-top: 56px;
  }
  .padding-top-8 {
    padding-top: 64px;
  }
  .padding-top-9 {
    padding-top: 72px;
  }
  .padding-top-10 {
    padding-top: 80px;
  }
  .padding-top-11 {
    padding-top: 88px;
  }
  .padding-top-12 {
    padding-top: 96px;
  }
  .padding-bottom-0 {
    padding-bottom: 0;
  }
  .padding-bottom-1 {
    padding-bottom: 8px;
  }
  .padding-bottom-2 {
    padding-bottom: 16px;
  }
  .padding-bottom-3 {
    padding-bottom: 24px;
  }
  .padding-bottom-4 {
    padding-bottom: 32px;
  }
  .padding-bottom-5 {
    padding-bottom: 40px;
  }
  .padding-bottom-6 {
    padding-bottom: 48px;
  }
  .padding-bottom-7 {
    padding-bottom: 56px;
  }
  .padding-bottom-8 {
    padding-bottom: 64px;
  }
  .padding-bottom-9 {
    padding-bottom: 72px;
  }
  .padding-bottom-10 {
    padding-bottom: 80px;
  }
  .padding-bottom-11 {
    padding-bottom: 88px;
  }
  .padding-bottom-12 {
    padding-bottom: 96px;
  }
  .margin-bottom-0 {
    margin-bottom: 0;
  }
  .margin-bottom-1 {
    margin-bottom: 8px;
  }
  .margin-bottom-2 {
    margin-bottom: 16px;
  }
  .margin-bottom-3 {
    margin-bottom: 24px;
  }
  .margin-bottom-4 {
    margin-bottom: 32px;
  }
  .margin-bottom-5 {
    margin-bottom: 40px;
  }
  .margin-bottom-6 {
    margin-bottom: 48px;
  }
  .margin-bottom-7 {
    margin-bottom: 56px;
  }
  .margin-bottom-8 {
    margin-bottom: 64px;
  }
  .margin-bottom-9 {
    margin-bottom: 72px;
  }
  .margin-bottom-10 {
    margin-bottom: 80px;
  }
  .margin-bottom-11 {
    margin-bottom: 88px;
  }
  .margin-bottom-12 {
    margin-bottom: 96px;
  }
  .margin-top-0 {
    margin-top: 0;
  }
  .margin-top-1 {
    margin-top: 8px;
  }
  .margin-top-2 {
    margin-top: 16px;
  }
  .margin-top-3 {
    margin-top: 24px;
  }
  .margin-top-4 {
    margin-top: 32px;
  }
  .margin-top-5 {
    margin-top: 40px;
  }
  .margin-top-6 {
    margin-top: 48px;
  }
  .margin-top-7 {
    margin-top: 56px;
  }
  .margin-top-8 {
    margin-top: 64px;
  }
  .margin-top-9 {
    margin-top: 72px;
  }
  .margin-top-10 {
    margin-top: 80px;
  }
  .margin-top-11 {
    margin-top: 88px;
  }
  .margin-top-12 {
    margin-top: 96px;
  }
  .padding-top-0-lg {
    padding-top: 0;
  }
  .padding-top-1-lg {
    padding-top: 8px;
  }
  .padding-top-2-lg {
    padding-top: 16px;
  }
  .padding-top-3-lg {
    padding-top: 24px;
  }
  .padding-top-4-lg {
    padding-top: 32px;
  }
  .padding-top-5-lg {
    padding-top: 40px;
  }
  .padding-top-6-lg {
    padding-top: 48px;
  }
  .padding-top-7-lg {
    padding-top: 56px;
  }
  .padding-top-8-lg {
    padding-top: 64px;
  }
  .padding-top-9-lg {
    padding-top: 72px;
  }
  .padding-top-10-lg {
    padding-top: 80px;
  }
  .padding-top-11-lg {
    padding-top: 88px;
  }
  .padding-top-12-lg {
    padding-top: 96px;
  }
  .padding-bottom-0-lg {
    padding-bottom: 0;
  }
  .padding-bottom-1-lg {
    padding-bottom: 8px;
  }
  .padding-bottom-2-lg {
    padding-bottom: 16px;
  }
  .padding-bottom-3-lg {
    padding-bottom: 24px;
  }
  .padding-bottom-4-lg {
    padding-bottom: 32px;
  }
  .padding-bottom-5-lg {
    padding-bottom: 40px;
  }
  .padding-bottom-6-lg {
    padding-bottom: 48px;
  }
  .padding-bottom-7-lg {
    padding-bottom: 56px;
  }
  .padding-bottom-8-lg {
    padding-bottom: 64px;
  }
  .padding-bottom-9-lg {
    padding-bottom: 72px;
  }
  .padding-bottom-10-lg {
    padding-bottom: 80px;
  }
  .padding-bottom-11-lg {
    padding-bottom: 88px;
  }
  .padding-bottom-12-lg {
    padding-bottom: 96px;
  }
  .margin-bottom-0-lg {
    margin-bottom: 0;
  }
  .margin-bottom-1-lg {
    margin-bottom: 8px;
  }
  .margin-bottom-2-lg {
    margin-bottom: 16px;
  }
  .margin-bottom-3-lg {
    margin-bottom: 24px;
  }
  .margin-bottom-4-lg {
    margin-bottom: 32px;
  }
  .margin-bottom-5-lg {
    margin-bottom: 40px;
  }
  .margin-bottom-6-lg {
    margin-bottom: 48px;
  }
  .margin-bottom-7-lg {
    margin-bottom: 56px;
  }
  .margin-bottom-8-lg {
    margin-bottom: 64px;
  }
  .margin-bottom-9-lg {
    margin-bottom: 72px;
  }
  .margin-bottom-10-lg {
    margin-bottom: 80px;
  }
  .margin-bottom-11-lg {
    margin-bottom: 88px;
  }
  .margin-bottom-12-lg {
    margin-bottom: 96px;
  }
  .margin-top-0-lg {
    margin-top: 0;
  }
  .margin-top-1-lg {
    margin-top: 8px;
  }
  .margin-top-2-lg {
    margin-top: 16px;
  }
  .margin-top-3-lg {
    margin-top: 24px;
  }
  .margin-top-4-lg {
    margin-top: 32px;
  }
  .margin-top-5-lg {
    margin-top: 40px;
  }
  .margin-top-6-lg {
    margin-top: 48px;
  }
  .margin-top-7-lg {
    margin-top: 56px;
  }
  .margin-top-8-lg {
    margin-top: 64px;
  }
  .margin-top-9-lg {
    margin-top: 72px;
  }
  .margin-top-10-lg {
    margin-top: 80px;
  }
  .margin-top-11-lg {
    margin-top: 88px;
  }
  .margin-top-12-lg {
    margin-top: 96px;
  }
  .padding-top-0-md {
    padding-top: 0;
  }
  .padding-top-1-md {
    padding-top: 8px;
  }
  .padding-top-2-md {
    padding-top: 16px;
  }
  .padding-top-3-md {
    padding-top: 24px;
  }
  .padding-top-4-md {
    padding-top: 32px;
  }
  .padding-top-5-md {
    padding-top: 40px;
  }
  .padding-top-6-md {
    padding-top: 48px;
  }
  .padding-top-7-md {
    padding-top: 56px;
  }
  .padding-top-8-md {
    padding-top: 64px;
  }
  .padding-top-9-md {
    padding-top: 72px;
  }
  .padding-top-10-md {
    padding-top: 80px;
  }
  .padding-top-11-md {
    padding-top: 88px;
  }
  .padding-top-12-md {
    padding-top: 96px;
  }
  .padding-bottom-0-md {
    padding-bottom: 0;
  }
  .padding-bottom-1-md {
    padding-bottom: 8px;
  }
  .padding-bottom-2-md {
    padding-bottom: 16px;
  }
  .padding-bottom-3-md {
    padding-bottom: 24px;
  }
  .padding-bottom-4-md {
    padding-bottom: 32px;
  }
  .padding-bottom-5-md {
    padding-bottom: 40px;
  }
  .padding-bottom-6-md {
    padding-bottom: 48px;
  }
  .padding-bottom-7-md {
    padding-bottom: 56px;
  }
  .padding-bottom-8-md {
    padding-bottom: 64px;
  }
  .padding-bottom-9-md {
    padding-bottom: 72px;
  }
  .padding-bottom-10-md {
    padding-bottom: 80px;
  }
  .padding-bottom-11-md {
    padding-bottom: 88px;
  }
  .padding-bottom-12-md {
    padding-bottom: 96px;
  }
  .margin-bottom-0-md {
    margin-bottom: 0;
  }
  .margin-bottom-1-md {
    margin-bottom: 8px;
  }
  .margin-bottom-2-md {
    margin-bottom: 16px;
  }
  .margin-bottom-3-md {
    margin-bottom: 24px;
  }
  .margin-bottom-4-md {
    margin-bottom: 32px;
  }
  .margin-bottom-5-md {
    margin-bottom: 40px;
  }
  .margin-bottom-6-md {
    margin-bottom: 48px;
  }
  .margin-bottom-7-md {
    margin-bottom: 56px;
  }
  .margin-bottom-8-md {
    margin-bottom: 64px;
  }
  .margin-bottom-9-md {
    margin-bottom: 72px;
  }
  .margin-bottom-10-md {
    margin-bottom: 80px;
  }
  .margin-bottom-11-md {
    margin-bottom: 88px;
  }
  .margin-bottom-12-md {
    margin-bottom: 96px;
  }
  .margin-top-0-md {
    margin-top: 0;
  }
  .margin-top-1-md {
    margin-top: 8px;
  }
  .margin-top-2-md {
    margin-top: 16px;
  }
  .margin-top-3-md {
    margin-top: 24px;
  }
  .margin-top-4-md {
    margin-top: 32px;
  }
  .margin-top-5-md {
    margin-top: 40px;
  }
  .margin-top-6-md {
    margin-top: 48px;
  }
  .margin-top-7-md {
    margin-top: 56px;
  }
  .margin-top-8-md {
    margin-top: 64px;
  }
  .margin-top-9-md {
    margin-top: 72px;
  }
  .margin-top-10-md {
    margin-top: 80px;
  }
  .margin-top-11-md {
    margin-top: 88px;
  }
  .margin-top-12-md {
    margin-top: 96px;
  }
}
@media only screen and (max-width: 800px) {
  .padding-top-0 {
    padding-top: 0;
  }
  .padding-top-1 {
    padding-top: 8px;
  }
  .padding-top-2 {
    padding-top: 16px;
  }
  .padding-top-3 {
    padding-top: 24px;
  }
  .padding-top-4 {
    padding-top: 32px;
  }
  .padding-top-5 {
    padding-top: 40px;
  }
  .padding-top-6 {
    padding-top: 48px;
  }
  .padding-top-7 {
    padding-top: 56px;
  }
  .padding-top-8 {
    padding-top: 64px;
  }
  .padding-top-9 {
    padding-top: 72px;
  }
  .padding-top-10 {
    padding-top: 80px;
  }
  .padding-top-11 {
    padding-top: 88px;
  }
  .padding-top-12 {
    padding-top: 96px;
  }
  .padding-bottom-0 {
    padding-bottom: 0;
  }
  .padding-bottom-1 {
    padding-bottom: 8px;
  }
  .padding-bottom-2 {
    padding-bottom: 16px;
  }
  .padding-bottom-3 {
    padding-bottom: 24px;
  }
  .padding-bottom-4 {
    padding-bottom: 32px;
  }
  .padding-bottom-5 {
    padding-bottom: 40px;
  }
  .padding-bottom-6 {
    padding-bottom: 48px;
  }
  .padding-bottom-7 {
    padding-bottom: 56px;
  }
  .padding-bottom-8 {
    padding-bottom: 64px;
  }
  .padding-bottom-9 {
    padding-bottom: 72px;
  }
  .padding-bottom-10 {
    padding-bottom: 80px;
  }
  .padding-bottom-11 {
    padding-bottom: 88px;
  }
  .padding-bottom-12 {
    padding-bottom: 96px;
  }
  .margin-bottom-0 {
    margin-bottom: 0;
  }
  .margin-bottom-1 {
    margin-bottom: 8px;
  }
  .margin-bottom-2 {
    margin-bottom: 16px;
  }
  .margin-bottom-3 {
    margin-bottom: 24px;
  }
  .margin-bottom-4 {
    margin-bottom: 32px;
  }
  .margin-bottom-5 {
    margin-bottom: 40px;
  }
  .margin-bottom-6 {
    margin-bottom: 48px;
  }
  .margin-bottom-7 {
    margin-bottom: 56px;
  }
  .margin-bottom-8 {
    margin-bottom: 64px;
  }
  .margin-bottom-9 {
    margin-bottom: 72px;
  }
  .margin-bottom-10 {
    margin-bottom: 80px;
  }
  .margin-bottom-11 {
    margin-bottom: 88px;
  }
  .margin-bottom-12 {
    margin-bottom: 96px;
  }
  .margin-top-0 {
    margin-top: 0;
  }
  .margin-top-1 {
    margin-top: 8px;
  }
  .margin-top-2 {
    margin-top: 16px;
  }
  .margin-top-3 {
    margin-top: 24px;
  }
  .margin-top-4 {
    margin-top: 32px;
  }
  .margin-top-5 {
    margin-top: 40px;
  }
  .margin-top-6 {
    margin-top: 48px;
  }
  .margin-top-7 {
    margin-top: 56px;
  }
  .margin-top-8 {
    margin-top: 64px;
  }
  .margin-top-9 {
    margin-top: 72px;
  }
  .margin-top-10 {
    margin-top: 80px;
  }
  .margin-top-11 {
    margin-top: 88px;
  }
  .margin-top-12 {
    margin-top: 96px;
  }
  .padding-top-0-lg {
    padding-top: 0;
  }
  .padding-top-1-lg {
    padding-top: 8px;
  }
  .padding-top-2-lg {
    padding-top: 16px;
  }
  .padding-top-3-lg {
    padding-top: 24px;
  }
  .padding-top-4-lg {
    padding-top: 32px;
  }
  .padding-top-5-lg {
    padding-top: 40px;
  }
  .padding-top-6-lg {
    padding-top: 48px;
  }
  .padding-top-7-lg {
    padding-top: 56px;
  }
  .padding-top-8-lg {
    padding-top: 64px;
  }
  .padding-top-9-lg {
    padding-top: 72px;
  }
  .padding-top-10-lg {
    padding-top: 80px;
  }
  .padding-top-11-lg {
    padding-top: 88px;
  }
  .padding-top-12-lg {
    padding-top: 96px;
  }
  .padding-bottom-0-lg {
    padding-bottom: 0;
  }
  .padding-bottom-1-lg {
    padding-bottom: 8px;
  }
  .padding-bottom-2-lg {
    padding-bottom: 16px;
  }
  .padding-bottom-3-lg {
    padding-bottom: 24px;
  }
  .padding-bottom-4-lg {
    padding-bottom: 32px;
  }
  .padding-bottom-5-lg {
    padding-bottom: 40px;
  }
  .padding-bottom-6-lg {
    padding-bottom: 48px;
  }
  .padding-bottom-7-lg {
    padding-bottom: 56px;
  }
  .padding-bottom-8-lg {
    padding-bottom: 64px;
  }
  .padding-bottom-9-lg {
    padding-bottom: 72px;
  }
  .padding-bottom-10-lg {
    padding-bottom: 80px;
  }
  .padding-bottom-11-lg {
    padding-bottom: 88px;
  }
  .padding-bottom-12-lg {
    padding-bottom: 96px;
  }
  .margin-bottom-0-lg {
    margin-bottom: 0;
  }
  .margin-bottom-1-lg {
    margin-bottom: 8px;
  }
  .margin-bottom-2-lg {
    margin-bottom: 16px;
  }
  .margin-bottom-3-lg {
    margin-bottom: 24px;
  }
  .margin-bottom-4-lg {
    margin-bottom: 32px;
  }
  .margin-bottom-5-lg {
    margin-bottom: 40px;
  }
  .margin-bottom-6-lg {
    margin-bottom: 48px;
  }
  .margin-bottom-7-lg {
    margin-bottom: 56px;
  }
  .margin-bottom-8-lg {
    margin-bottom: 64px;
  }
  .margin-bottom-9-lg {
    margin-bottom: 72px;
  }
  .margin-bottom-10-lg {
    margin-bottom: 80px;
  }
  .margin-bottom-11-lg {
    margin-bottom: 88px;
  }
  .margin-bottom-12-lg {
    margin-bottom: 96px;
  }
  .margin-top-0-lg {
    margin-top: 0;
  }
  .margin-top-1-lg {
    margin-top: 8px;
  }
  .margin-top-2-lg {
    margin-top: 16px;
  }
  .margin-top-3-lg {
    margin-top: 24px;
  }
  .margin-top-4-lg {
    margin-top: 32px;
  }
  .margin-top-5-lg {
    margin-top: 40px;
  }
  .margin-top-6-lg {
    margin-top: 48px;
  }
  .margin-top-7-lg {
    margin-top: 56px;
  }
  .margin-top-8-lg {
    margin-top: 64px;
  }
  .margin-top-9-lg {
    margin-top: 72px;
  }
  .margin-top-10-lg {
    margin-top: 80px;
  }
  .margin-top-11-lg {
    margin-top: 88px;
  }
  .margin-top-12-lg {
    margin-top: 96px;
  }
  .padding-top-0-md {
    padding-top: 0;
  }
  .padding-top-1-md {
    padding-top: 8px;
  }
  .padding-top-2-md {
    padding-top: 16px;
  }
  .padding-top-3-md {
    padding-top: 24px;
  }
  .padding-top-4-md {
    padding-top: 32px;
  }
  .padding-top-5-md {
    padding-top: 40px;
  }
  .padding-top-6-md {
    padding-top: 48px;
  }
  .padding-top-7-md {
    padding-top: 56px;
  }
  .padding-top-8-md {
    padding-top: 64px;
  }
  .padding-top-9-md {
    padding-top: 72px;
  }
  .padding-top-10-md {
    padding-top: 80px;
  }
  .padding-top-11-md {
    padding-top: 88px;
  }
  .padding-top-12-md {
    padding-top: 96px;
  }
  .padding-bottom-0-md {
    padding-bottom: 0;
  }
  .padding-bottom-1-md {
    padding-bottom: 8px;
  }
  .padding-bottom-2-md {
    padding-bottom: 16px;
  }
  .padding-bottom-3-md {
    padding-bottom: 24px;
  }
  .padding-bottom-4-md {
    padding-bottom: 32px;
  }
  .padding-bottom-5-md {
    padding-bottom: 40px;
  }
  .padding-bottom-6-md {
    padding-bottom: 48px;
  }
  .padding-bottom-7-md {
    padding-bottom: 56px;
  }
  .padding-bottom-8-md {
    padding-bottom: 64px;
  }
  .padding-bottom-9-md {
    padding-bottom: 72px;
  }
  .padding-bottom-10-md {
    padding-bottom: 80px;
  }
  .padding-bottom-11-md {
    padding-bottom: 88px;
  }
  .padding-bottom-12-md {
    padding-bottom: 96px;
  }
  .margin-bottom-0-md {
    margin-bottom: 0;
  }
  .margin-bottom-1-md {
    margin-bottom: 8px;
  }
  .margin-bottom-2-md {
    margin-bottom: 16px;
  }
  .margin-bottom-3-md {
    margin-bottom: 24px;
  }
  .margin-bottom-4-md {
    margin-bottom: 32px;
  }
  .margin-bottom-5-md {
    margin-bottom: 40px;
  }
  .margin-bottom-6-md {
    margin-bottom: 48px;
  }
  .margin-bottom-7-md {
    margin-bottom: 56px;
  }
  .margin-bottom-8-md {
    margin-bottom: 64px;
  }
  .margin-bottom-9-md {
    margin-bottom: 72px;
  }
  .margin-bottom-10-md {
    margin-bottom: 80px;
  }
  .margin-bottom-11-md {
    margin-bottom: 88px;
  }
  .margin-bottom-12-md {
    margin-bottom: 96px;
  }
  .margin-top-0-md {
    margin-top: 0;
  }
  .margin-top-1-md {
    margin-top: 8px;
  }
  .margin-top-2-md {
    margin-top: 16px;
  }
  .margin-top-3-md {
    margin-top: 24px;
  }
  .margin-top-4-md {
    margin-top: 32px;
  }
  .margin-top-5-md {
    margin-top: 40px;
  }
  .margin-top-6-md {
    margin-top: 48px;
  }
  .margin-top-7-md {
    margin-top: 56px;
  }
  .margin-top-8-md {
    margin-top: 64px;
  }
  .margin-top-9-md {
    margin-top: 72px;
  }
  .margin-top-10-md {
    margin-top: 80px;
  }
  .margin-top-11-md {
    margin-top: 88px;
  }
  .margin-top-12-md {
    margin-top: 96px;
  }
  .padding-top-0-sm {
    padding-top: 0;
  }
  .padding-top-1-sm {
    padding-top: 8px;
  }
  .padding-top-2-sm {
    padding-top: 16px;
  }
  .padding-top-3-sm {
    padding-top: 24px;
  }
  .padding-top-4-sm {
    padding-top: 32px;
  }
  .padding-top-5-sm {
    padding-top: 40px;
  }
  .padding-top-6-sm {
    padding-top: 48px;
  }
  .padding-top-7-sm {
    padding-top: 56px;
  }
  .padding-top-8-sm {
    padding-top: 64px;
  }
  .padding-top-9-sm {
    padding-top: 72px;
  }
  .padding-top-10-sm {
    padding-top: 80px;
  }
  .padding-top-11-sm {
    padding-top: 88px;
  }
  .padding-top-12-sm {
    padding-top: 96px;
  }
  .padding-bottom-0-sm {
    padding-bottom: 0;
  }
  .padding-bottom-1-sm {
    padding-bottom: 8px;
  }
  .padding-bottom-2-sm {
    padding-bottom: 16px;
  }
  .padding-bottom-3-sm {
    padding-bottom: 24px;
  }
  .padding-bottom-4-sm {
    padding-bottom: 32px;
  }
  .padding-bottom-5-sm {
    padding-bottom: 40px;
  }
  .padding-bottom-6-sm {
    padding-bottom: 48px;
  }
  .padding-bottom-7-sm {
    padding-bottom: 56px;
  }
  .padding-bottom-8-sm {
    padding-bottom: 64px;
  }
  .padding-bottom-9-sm {
    padding-bottom: 72px;
  }
  .padding-bottom-10-sm {
    padding-bottom: 80px;
  }
  .padding-bottom-11-sm {
    padding-bottom: 88px;
  }
  .padding-bottom-12-sm {
    padding-bottom: 96px;
  }
  .margin-bottom-0-sm {
    margin-bottom: 0;
  }
  .margin-bottom-1-sm {
    margin-bottom: 8px;
  }
  .margin-bottom-2-sm {
    margin-bottom: 16px;
  }
  .margin-bottom-3-sm {
    margin-bottom: 24px;
  }
  .margin-bottom-4-sm {
    margin-bottom: 32px;
  }
  .margin-bottom-5-sm {
    margin-bottom: 40px;
  }
  .margin-bottom-6-sm {
    margin-bottom: 48px;
  }
  .margin-bottom-7-sm {
    margin-bottom: 56px;
  }
  .margin-bottom-8-sm {
    margin-bottom: 64px;
  }
  .margin-bottom-9-sm {
    margin-bottom: 72px;
  }
  .margin-bottom-10-sm {
    margin-bottom: 80px;
  }
  .margin-bottom-11-sm {
    margin-bottom: 88px;
  }
  .margin-bottom-12-sm {
    margin-bottom: 96px;
  }
  .margin-top-0-sm {
    margin-top: 0;
  }
  .margin-top-1-sm {
    margin-top: 8px;
  }
  .margin-top-2-sm {
    margin-top: 16px;
  }
  .margin-top-3-sm {
    margin-top: 24px;
  }
  .margin-top-4-sm {
    margin-top: 32px;
  }
  .margin-top-5-sm {
    margin-top: 40px;
  }
  .margin-top-6-sm {
    margin-top: 48px;
  }
  .margin-top-7-sm {
    margin-top: 56px;
  }
  .margin-top-8-sm {
    margin-top: 64px;
  }
  .margin-top-9-sm {
    margin-top: 72px;
  }
  .margin-top-10-sm {
    margin-top: 80px;
  }
  .margin-top-11-sm {
    margin-top: 88px;
  }
  .margin-top-12-sm {
    margin-top: 96px;
  }
}
@media only screen and (max-width: 640px) {
  .padding-top-0 {
    padding-top: 0;
  }
  .padding-top-1 {
    padding-top: 6px;
  }
  .padding-top-2 {
    padding-top: 12px;
  }
  .padding-top-3 {
    padding-top: 18px;
  }
  .padding-top-4 {
    padding-top: 24px;
  }
  .padding-top-5 {
    padding-top: 32px;
  }
  .padding-top-6 {
    padding-top: 40px;
  }
  .padding-top-7 {
    padding-top: 48px;
  }
  .padding-top-8 {
    padding-top: 56px;
  }
  .padding-top-9 {
    padding-top: 64px;
  }
  .padding-top-10 {
    padding-top: 72px;
  }
  .padding-top-11 {
    padding-top: 80px;
  }
  .padding-top-12 {
    padding-top: 88px;
  }
  .padding-bottom-0 {
    padding-bottom: 0;
  }
  .padding-bottom-1 {
    padding-bottom: 6px;
  }
  .padding-bottom-2 {
    padding-bottom: 12px;
  }
  .padding-bottom-3 {
    padding-bottom: 18px;
  }
  .padding-bottom-4 {
    padding-bottom: 24px;
  }
  .padding-bottom-5 {
    padding-bottom: 32px;
  }
  .padding-bottom-6 {
    padding-bottom: 40px;
  }
  .padding-bottom-7 {
    padding-bottom: 48px;
  }
  .padding-bottom-8 {
    padding-bottom: 56px;
  }
  .padding-bottom-9 {
    padding-bottom: 64px;
  }
  .padding-bottom-10 {
    padding-bottom: 72px;
  }
  .padding-bottom-11 {
    padding-bottom: 80px;
  }
  .padding-bottom-12 {
    padding-bottom: 88px;
  }
  .margin-bottom-0 {
    margin-bottom: 0;
  }
  .margin-bottom-1 {
    margin-bottom: 6px;
  }
  .margin-bottom-2 {
    margin-bottom: 12px;
  }
  .margin-bottom-3 {
    margin-bottom: 18px;
  }
  .margin-bottom-4 {
    margin-bottom: 24px;
  }
  .margin-bottom-5 {
    margin-bottom: 32px;
  }
  .margin-bottom-6 {
    margin-bottom: 40px;
  }
  .margin-bottom-7 {
    margin-bottom: 48px;
  }
  .margin-bottom-8 {
    margin-bottom: 56px;
  }
  .margin-bottom-9 {
    margin-bottom: 64px;
  }
  .margin-bottom-10 {
    margin-bottom: 72px;
  }
  .margin-bottom-11 {
    margin-bottom: 80px;
  }
  .margin-bottom-12 {
    margin-bottom: 88px;
  }
  .margin-top-0 {
    margin-top: 0;
  }
  .margin-top-1 {
    margin-top: 6px;
  }
  .margin-top-2 {
    margin-top: 12px;
  }
  .margin-top-3 {
    margin-top: 18px;
  }
  .margin-top-4 {
    margin-top: 24px;
  }
  .margin-top-5 {
    margin-top: 32px;
  }
  .margin-top-6 {
    margin-top: 40px;
  }
  .margin-top-7 {
    margin-top: 48px;
  }
  .margin-top-8 {
    margin-top: 56px;
  }
  .margin-top-9 {
    margin-top: 64px;
  }
  .margin-top-10 {
    margin-top: 72px;
  }
  .margin-top-11 {
    margin-top: 80px;
  }
  .margin-top-12 {
    margin-top: 88px;
  }
  .padding-top-0-lg {
    padding-top: 0;
  }
  .padding-top-1-lg {
    padding-top: 6px;
  }
  .padding-top-2-lg {
    padding-top: 12px;
  }
  .padding-top-3-lg {
    padding-top: 18px;
  }
  .padding-top-4-lg {
    padding-top: 24px;
  }
  .padding-top-5-lg {
    padding-top: 32px;
  }
  .padding-top-6-lg {
    padding-top: 40px;
  }
  .padding-top-7-lg {
    padding-top: 48px;
  }
  .padding-top-8-lg {
    padding-top: 56px;
  }
  .padding-top-9-lg {
    padding-top: 64px;
  }
  .padding-top-10-lg {
    padding-top: 72px;
  }
  .padding-top-11-lg {
    padding-top: 80px;
  }
  .padding-top-12-lg {
    padding-top: 88px;
  }
  .padding-bottom-0-lg {
    padding-bottom: 0;
  }
  .padding-bottom-1-lg {
    padding-bottom: 6px;
  }
  .padding-bottom-2-lg {
    padding-bottom: 12px;
  }
  .padding-bottom-3-lg {
    padding-bottom: 18px;
  }
  .padding-bottom-4-lg {
    padding-bottom: 24px;
  }
  .padding-bottom-5-lg {
    padding-bottom: 32px;
  }
  .padding-bottom-6-lg {
    padding-bottom: 40px;
  }
  .padding-bottom-7-lg {
    padding-bottom: 48px;
  }
  .padding-bottom-8-lg {
    padding-bottom: 56px;
  }
  .padding-bottom-9-lg {
    padding-bottom: 64px;
  }
  .padding-bottom-10-lg {
    padding-bottom: 72px;
  }
  .padding-bottom-11-lg {
    padding-bottom: 80px;
  }
  .padding-bottom-12-lg {
    padding-bottom: 88px;
  }
  .margin-bottom-0-lg {
    margin-bottom: 0;
  }
  .margin-bottom-1-lg {
    margin-bottom: 6px;
  }
  .margin-bottom-2-lg {
    margin-bottom: 12px;
  }
  .margin-bottom-3-lg {
    margin-bottom: 18px;
  }
  .margin-bottom-4-lg {
    margin-bottom: 24px;
  }
  .margin-bottom-5-lg {
    margin-bottom: 32px;
  }
  .margin-bottom-6-lg {
    margin-bottom: 40px;
  }
  .margin-bottom-7-lg {
    margin-bottom: 48px;
  }
  .margin-bottom-8-lg {
    margin-bottom: 56px;
  }
  .margin-bottom-9-lg {
    margin-bottom: 64px;
  }
  .margin-bottom-10-lg {
    margin-bottom: 72px;
  }
  .margin-bottom-11-lg {
    margin-bottom: 80px;
  }
  .margin-bottom-12-lg {
    margin-bottom: 88px;
  }
  .margin-top-0-lg {
    margin-top: 0;
  }
  .margin-top-1-lg {
    margin-top: 6px;
  }
  .margin-top-2-lg {
    margin-top: 12px;
  }
  .margin-top-3-lg {
    margin-top: 18px;
  }
  .margin-top-4-lg {
    margin-top: 24px;
  }
  .margin-top-5-lg {
    margin-top: 32px;
  }
  .margin-top-6-lg {
    margin-top: 40px;
  }
  .margin-top-7-lg {
    margin-top: 48px;
  }
  .margin-top-8-lg {
    margin-top: 56px;
  }
  .margin-top-9-lg {
    margin-top: 64px;
  }
  .margin-top-10-lg {
    margin-top: 72px;
  }
  .margin-top-11-lg {
    margin-top: 80px;
  }
  .margin-top-12-lg {
    margin-top: 88px;
  }
  .padding-top-0-md {
    padding-top: 0;
  }
  .padding-top-1-md {
    padding-top: 6px;
  }
  .padding-top-2-md {
    padding-top: 12px;
  }
  .padding-top-3-md {
    padding-top: 18px;
  }
  .padding-top-4-md {
    padding-top: 24px;
  }
  .padding-top-5-md {
    padding-top: 32px;
  }
  .padding-top-6-md {
    padding-top: 40px;
  }
  .padding-top-7-md {
    padding-top: 48px;
  }
  .padding-top-8-md {
    padding-top: 56px;
  }
  .padding-top-9-md {
    padding-top: 64px;
  }
  .padding-top-10-md {
    padding-top: 72px;
  }
  .padding-top-11-md {
    padding-top: 80px;
  }
  .padding-top-12-md {
    padding-top: 88px;
  }
  .padding-bottom-0-md {
    padding-bottom: 0;
  }
  .padding-bottom-1-md {
    padding-bottom: 6px;
  }
  .padding-bottom-2-md {
    padding-bottom: 12px;
  }
  .padding-bottom-3-md {
    padding-bottom: 18px;
  }
  .padding-bottom-4-md {
    padding-bottom: 24px;
  }
  .padding-bottom-5-md {
    padding-bottom: 32px;
  }
  .padding-bottom-6-md {
    padding-bottom: 40px;
  }
  .padding-bottom-7-md {
    padding-bottom: 48px;
  }
  .padding-bottom-8-md {
    padding-bottom: 56px;
  }
  .padding-bottom-9-md {
    padding-bottom: 64px;
  }
  .padding-bottom-10-md {
    padding-bottom: 72px;
  }
  .padding-bottom-11-md {
    padding-bottom: 80px;
  }
  .padding-bottom-12-md {
    padding-bottom: 88px;
  }
  .margin-bottom-0-md {
    margin-bottom: 0;
  }
  .margin-bottom-1-md {
    margin-bottom: 6px;
  }
  .margin-bottom-2-md {
    margin-bottom: 12px;
  }
  .margin-bottom-3-md {
    margin-bottom: 18px;
  }
  .margin-bottom-4-md {
    margin-bottom: 24px;
  }
  .margin-bottom-5-md {
    margin-bottom: 32px;
  }
  .margin-bottom-6-md {
    margin-bottom: 40px;
  }
  .margin-bottom-7-md {
    margin-bottom: 48px;
  }
  .margin-bottom-8-md {
    margin-bottom: 56px;
  }
  .margin-bottom-9-md {
    margin-bottom: 64px;
  }
  .margin-bottom-10-md {
    margin-bottom: 72px;
  }
  .margin-bottom-11-md {
    margin-bottom: 80px;
  }
  .margin-bottom-12-md {
    margin-bottom: 88px;
  }
  .margin-top-0-md {
    margin-top: 0;
  }
  .margin-top-1-md {
    margin-top: 6px;
  }
  .margin-top-2-md {
    margin-top: 12px;
  }
  .margin-top-3-md {
    margin-top: 18px;
  }
  .margin-top-4-md {
    margin-top: 24px;
  }
  .margin-top-5-md {
    margin-top: 32px;
  }
  .margin-top-6-md {
    margin-top: 40px;
  }
  .margin-top-7-md {
    margin-top: 48px;
  }
  .margin-top-8-md {
    margin-top: 56px;
  }
  .margin-top-9-md {
    margin-top: 64px;
  }
  .margin-top-10-md {
    margin-top: 72px;
  }
  .margin-top-11-md {
    margin-top: 80px;
  }
  .margin-top-12-md {
    margin-top: 88px;
  }
  .padding-top-0-sm {
    padding-top: 0;
  }
  .padding-top-1-sm {
    padding-top: 6px;
  }
  .padding-top-2-sm {
    padding-top: 12px;
  }
  .padding-top-3-sm {
    padding-top: 18px;
  }
  .padding-top-4-sm {
    padding-top: 24px;
  }
  .padding-top-5-sm {
    padding-top: 32px;
  }
  .padding-top-6-sm {
    padding-top: 40px;
  }
  .padding-top-7-sm {
    padding-top: 48px;
  }
  .padding-top-8-sm {
    padding-top: 56px;
  }
  .padding-top-9-sm {
    padding-top: 64px;
  }
  .padding-top-10-sm {
    padding-top: 72px;
  }
  .padding-top-11-sm {
    padding-top: 80px;
  }
  .padding-top-12-sm {
    padding-top: 88px;
  }
  .padding-bottom-0-sm {
    padding-bottom: 0;
  }
  .padding-bottom-1-sm {
    padding-bottom: 6px;
  }
  .padding-bottom-2-sm {
    padding-bottom: 12px;
  }
  .padding-bottom-3-sm {
    padding-bottom: 18px;
  }
  .padding-bottom-4-sm {
    padding-bottom: 24px;
  }
  .padding-bottom-5-sm {
    padding-bottom: 32px;
  }
  .padding-bottom-6-sm {
    padding-bottom: 40px;
  }
  .padding-bottom-7-sm {
    padding-bottom: 48px;
  }
  .padding-bottom-8-sm {
    padding-bottom: 56px;
  }
  .padding-bottom-9-sm {
    padding-bottom: 64px;
  }
  .padding-bottom-10-sm {
    padding-bottom: 72px;
  }
  .padding-bottom-11-sm {
    padding-bottom: 80px;
  }
  .padding-bottom-12-sm {
    padding-bottom: 88px;
  }
  .margin-bottom-0-sm {
    margin-bottom: 0;
  }
  .margin-bottom-1-sm {
    margin-bottom: 6px;
  }
  .margin-bottom-2-sm {
    margin-bottom: 12px;
  }
  .margin-bottom-3-sm {
    margin-bottom: 18px;
  }
  .margin-bottom-4-sm {
    margin-bottom: 24px;
  }
  .margin-bottom-5-sm {
    margin-bottom: 32px;
  }
  .margin-bottom-6-sm {
    margin-bottom: 40px;
  }
  .margin-bottom-7-sm {
    margin-bottom: 48px;
  }
  .margin-bottom-8-sm {
    margin-bottom: 56px;
  }
  .margin-bottom-9-sm {
    margin-bottom: 64px;
  }
  .margin-bottom-10-sm {
    margin-bottom: 72px;
  }
  .margin-bottom-11-sm {
    margin-bottom: 80px;
  }
  .margin-bottom-12-sm {
    margin-bottom: 88px;
  }
  .margin-top-0-sm {
    margin-top: 0;
  }
  .margin-top-1-sm {
    margin-top: 6px;
  }
  .margin-top-2-sm {
    margin-top: 12px;
  }
  .margin-top-3-sm {
    margin-top: 18px;
  }
  .margin-top-4-sm {
    margin-top: 24px;
  }
  .margin-top-5-sm {
    margin-top: 32px;
  }
  .margin-top-6-sm {
    margin-top: 40px;
  }
  .margin-top-7-sm {
    margin-top: 48px;
  }
  .margin-top-8-sm {
    margin-top: 56px;
  }
  .margin-top-9-sm {
    margin-top: 64px;
  }
  .margin-top-10-sm {
    margin-top: 72px;
  }
  .margin-top-11-sm {
    margin-top: 80px;
  }
  .margin-top-12-sm {
    margin-top: 88px;
  }
  .padding-top-0-sm {
    padding-top: 0;
  }
  .padding-top-1-sm {
    padding-top: 6px;
  }
  .padding-top-2-sm {
    padding-top: 12px;
  }
  .padding-top-3-sm {
    padding-top: 18px;
  }
  .padding-top-4-sm {
    padding-top: 24px;
  }
  .padding-top-5-sm {
    padding-top: 32px;
  }
  .padding-top-6-sm {
    padding-top: 40px;
  }
  .padding-top-7-sm {
    padding-top: 48px;
  }
  .padding-top-8-sm {
    padding-top: 56px;
  }
  .padding-top-9-sm {
    padding-top: 64px;
  }
  .padding-top-10-sm {
    padding-top: 72px;
  }
  .padding-top-11-sm {
    padding-top: 80px;
  }
  .padding-top-12-sm {
    padding-top: 88px;
  }
  .padding-bottom-0-sm {
    padding-bottom: 0;
  }
  .padding-bottom-1-sm {
    padding-bottom: 6px;
  }
  .padding-bottom-2-sm {
    padding-bottom: 12px;
  }
  .padding-bottom-3-sm {
    padding-bottom: 18px;
  }
  .padding-bottom-4-sm {
    padding-bottom: 24px;
  }
  .padding-bottom-5-sm {
    padding-bottom: 32px;
  }
  .padding-bottom-6-sm {
    padding-bottom: 40px;
  }
  .padding-bottom-7-sm {
    padding-bottom: 48px;
  }
  .padding-bottom-8-sm {
    padding-bottom: 56px;
  }
  .padding-bottom-9-sm {
    padding-bottom: 64px;
  }
  .padding-bottom-10-sm {
    padding-bottom: 72px;
  }
  .padding-bottom-11-sm {
    padding-bottom: 80px;
  }
  .padding-bottom-12-sm {
    padding-bottom: 88px;
  }
  .margin-bottom-0-sm {
    margin-bottom: 0;
  }
  .margin-bottom-1-sm {
    margin-bottom: 6px;
  }
  .margin-bottom-2-sm {
    margin-bottom: 12px;
  }
  .margin-bottom-3-sm {
    margin-bottom: 18px;
  }
  .margin-bottom-4-sm {
    margin-bottom: 24px;
  }
  .margin-bottom-5-sm {
    margin-bottom: 32px;
  }
  .margin-bottom-6-sm {
    margin-bottom: 40px;
  }
  .margin-bottom-7-sm {
    margin-bottom: 48px;
  }
  .margin-bottom-8-sm {
    margin-bottom: 56px;
  }
  .margin-bottom-9-sm {
    margin-bottom: 64px;
  }
  .margin-bottom-10-sm {
    margin-bottom: 72px;
  }
  .margin-bottom-11-sm {
    margin-bottom: 80px;
  }
  .margin-bottom-12-sm {
    margin-bottom: 88px;
  }
  .margin-top-0-sm {
    margin-top: 0;
  }
  .margin-top-1-sm {
    margin-top: 6px;
  }
  .margin-top-2-sm {
    margin-top: 12px;
  }
  .margin-top-3-sm {
    margin-top: 18px;
  }
  .margin-top-4-sm {
    margin-top: 24px;
  }
  .margin-top-5-sm {
    margin-top: 32px;
  }
  .margin-top-6-sm {
    margin-top: 40px;
  }
  .margin-top-7-sm {
    margin-top: 48px;
  }
  .margin-top-8-sm {
    margin-top: 56px;
  }
  .margin-top-9-sm {
    margin-top: 64px;
  }
  .margin-top-10-sm {
    margin-top: 72px;
  }
  .margin-top-11-sm {
    margin-top: 80px;
  }
  .margin-top-12-sm {
    margin-top: 88px;
  }
  .padding-top-0-xs {
    padding-top: 0;
  }
  .padding-top-1-xs {
    padding-top: 6px;
  }
  .padding-top-2-xs {
    padding-top: 12px;
  }
  .padding-top-3-xs {
    padding-top: 18px;
  }
  .padding-top-4-xs {
    padding-top: 24px;
  }
  .padding-top-5-xs {
    padding-top: 32px;
  }
  .padding-top-6-xs {
    padding-top: 40px;
  }
  .padding-top-7-xs {
    padding-top: 48px;
  }
  .padding-top-8-xs {
    padding-top: 56px;
  }
  .padding-top-9-xs {
    padding-top: 64px;
  }
  .padding-top-10-xs {
    padding-top: 72px;
  }
  .padding-top-11-xs {
    padding-top: 80px;
  }
  .padding-top-12-xs {
    padding-top: 88px;
  }
  .padding-bottom-0-xs {
    padding-bottom: 0;
  }
  .padding-bottom-1-xs {
    padding-bottom: 6px;
  }
  .padding-bottom-2-xs {
    padding-bottom: 12px;
  }
  .padding-bottom-3-xs {
    padding-bottom: 18px;
  }
  .padding-bottom-4-xs {
    padding-bottom: 24px;
  }
  .padding-bottom-5-xs {
    padding-bottom: 32px;
  }
  .padding-bottom-6-xs {
    padding-bottom: 40px;
  }
  .padding-bottom-7-xs {
    padding-bottom: 48px;
  }
  .padding-bottom-8-xs {
    padding-bottom: 56px;
  }
  .padding-bottom-9-xs {
    padding-bottom: 64px;
  }
  .padding-bottom-10-xs {
    padding-bottom: 72px;
  }
  .padding-bottom-11-xs {
    padding-bottom: 80px;
  }
  .padding-bottom-12-xs {
    padding-bottom: 88px;
  }
  .margin-top-0-xs {
    margin-top: 0;
  }
  .margin-top-1-xs {
    margin-top: 6px;
  }
  .margin-top-2-xs {
    margin-top: 12px;
  }
  .margin-top-3-xs {
    margin-top: 18px;
  }
  .margin-top-4-xs {
    margin-top: 24px;
  }
  .margin-top-5-xs {
    margin-top: 32px;
  }
  .margin-top-6-xs {
    margin-top: 40px;
  }
  .margin-top-7-xs {
    margin-top: 48px;
  }
  .margin-top-8-xs {
    margin-top: 56px;
  }
  .margin-top-9-xs {
    margin-top: 64px;
  }
  .margin-top-10-xs {
    margin-top: 72px;
  }
  .margin-top-11-xs {
    margin-top: 80px;
  }
  .margin-top-12-xs {
    margin-top: 88px;
  }
  .margin-bottom-0-xs {
    margin-bottom: 0;
  }
  .margin-bottom-1-xs {
    margin-bottom: 6px;
  }
  .margin-bottom-2-xs {
    margin-bottom: 12px;
  }
  .margin-bottom-3-xs {
    margin-bottom: 18px;
  }
  .margin-bottom-4-xs {
    margin-bottom: 24px;
  }
  .margin-bottom-5-xs {
    margin-bottom: 32px;
  }
  .margin-bottom-6-xs {
    margin-bottom: 40px;
  }
  .margin-bottom-7-xs {
    margin-bottom: 48px;
  }
  .margin-bottom-8-xs {
    margin-bottom: 56px;
  }
  .margin-bottom-9-xs {
    margin-bottom: 64px;
  }
  .margin-bottom-10-xs {
    margin-bottom: 72px;
  }
  .margin-bottom-11-xs {
    margin-bottom: 80px;
  }
  .margin-bottom-12-xs {
    margin-bottom: 88px;
  }
}
@media only screen and (max-width: 480px) {
  .padding-top-0 {
    padding-top: 0;
  }
  .padding-top-1 {
    padding-top: 5px;
  }
  .padding-top-2 {
    padding-top: 10px;
  }
  .padding-top-3 {
    padding-top: 15px;
  }
  .padding-top-4 {
    padding-top: 20px;
  }
  .padding-top-5 {
    padding-top: 25px;
  }
  .padding-top-6 {
    padding-top: 30px;
  }
  .padding-top-7 {
    padding-top: 35px;
  }
  .padding-top-8 {
    padding-top: 40px;
  }
  .padding-top-9 {
    padding-top: 45px;
  }
  .padding-top-10 {
    padding-top: 50px;
  }
  .padding-top-11 {
    padding-top: 55px;
  }
  .padding-top-12 {
    padding-top: 60px;
  }
  .padding-bottom-0 {
    padding-bottom: 0;
  }
  .padding-bottom-1 {
    padding-bottom: 5px;
  }
  .padding-bottom-2 {
    padding-bottom: 10px;
  }
  .padding-bottom-3 {
    padding-bottom: 15px;
  }
  .padding-bottom-4 {
    padding-bottom: 20px;
  }
  .padding-bottom-5 {
    padding-bottom: 25px;
  }
  .padding-bottom-6 {
    padding-bottom: 30px;
  }
  .padding-bottom-7 {
    padding-bottom: 35px;
  }
  .padding-bottom-8 {
    padding-bottom: 40px;
  }
  .padding-bottom-9 {
    padding-bottom: 45px;
  }
  .padding-bottom-10 {
    padding-bottom: 50px;
  }
  .padding-bottom-11 {
    padding-bottom: 55px;
  }
  .padding-bottom-12 {
    padding-bottom: 60px;
  }
  .margin-bottom-0 {
    margin-bottom: 0;
  }
  .margin-bottom-1 {
    margin-bottom: 5px;
  }
  .margin-bottom-2 {
    margin-bottom: 10px;
  }
  .margin-bottom-3 {
    margin-bottom: 15px;
  }
  .margin-bottom-4 {
    margin-bottom: 20px;
  }
  .margin-bottom-5 {
    margin-bottom: 25px;
  }
  .margin-bottom-6 {
    margin-bottom: 30px;
  }
  .margin-bottom-7 {
    margin-bottom: 35px;
  }
  .margin-bottom-8 {
    margin-bottom: 40px;
  }
  .margin-bottom-9 {
    margin-bottom: 45px;
  }
  .margin-bottom-10 {
    margin-bottom: 50px;
  }
  .margin-bottom-11 {
    margin-bottom: 55px;
  }
  .margin-bottom-12 {
    margin-bottom: 60px;
  }
  .margin-top-0 {
    margin-top: 0;
  }
  .margin-top-1 {
    margin-top: 5px;
  }
  .margin-top-2 {
    margin-top: 10px;
  }
  .margin-top-3 {
    margin-top: 15px;
  }
  .margin-top-4 {
    margin-top: 20px;
  }
  .margin-top-5 {
    margin-top: 25px;
  }
  .margin-top-6 {
    margin-top: 30px;
  }
  .margin-top-7 {
    margin-top: 35px;
  }
  .margin-top-8 {
    margin-top: 40px;
  }
  .margin-top-9 {
    margin-top: 45px;
  }
  .margin-top-10 {
    margin-top: 50px;
  }
  .margin-top-11 {
    margin-top: 55px;
  }
  .margin-top-12 {
    margin-top: 60px;
  }
  .padding-top-0-lg {
    padding-top: 0;
  }
  .padding-top-1-lg {
    padding-top: 5px;
  }
  .padding-top-2-lg {
    padding-top: 10px;
  }
  .padding-top-3-lg {
    padding-top: 15px;
  }
  .padding-top-4-lg {
    padding-top: 20px;
  }
  .padding-top-5-lg {
    padding-top: 25px;
  }
  .padding-top-6-lg {
    padding-top: 30px;
  }
  .padding-top-7-lg {
    padding-top: 35px;
  }
  .padding-top-8-lg {
    padding-top: 40px;
  }
  .padding-top-9-lg {
    padding-top: 45px;
  }
  .padding-top-10-lg {
    padding-top: 50px;
  }
  .padding-top-11-lg {
    padding-top: 55px;
  }
  .padding-top-12-lg {
    padding-top: 60px;
  }
  .padding-bottom-0-lg {
    padding-bottom: 0;
  }
  .padding-bottom-1-lg {
    padding-bottom: 5px;
  }
  .padding-bottom-2-lg {
    padding-bottom: 10px;
  }
  .padding-bottom-3-lg {
    padding-bottom: 15px;
  }
  .padding-bottom-4-lg {
    padding-bottom: 20px;
  }
  .padding-bottom-5-lg {
    padding-bottom: 25px;
  }
  .padding-bottom-6-lg {
    padding-bottom: 30px;
  }
  .padding-bottom-7-lg {
    padding-bottom: 35px;
  }
  .padding-bottom-8-lg {
    padding-bottom: 40px;
  }
  .padding-bottom-9-lg {
    padding-bottom: 45px;
  }
  .padding-bottom-10-lg {
    padding-bottom: 50px;
  }
  .padding-bottom-11-lg {
    padding-bottom: 55px;
  }
  .padding-bottom-12-lg {
    padding-bottom: 60px;
  }
  .margin-bottom-0-lg {
    margin-bottom: 0;
  }
  .margin-bottom-1-lg {
    margin-bottom: 5px;
  }
  .margin-bottom-2-lg {
    margin-bottom: 10px;
  }
  .margin-bottom-3-lg {
    margin-bottom: 15px;
  }
  .margin-bottom-4-lg {
    margin-bottom: 20px;
  }
  .margin-bottom-5-lg {
    margin-bottom: 25px;
  }
  .margin-bottom-6-lg {
    margin-bottom: 30px;
  }
  .margin-bottom-7-lg {
    margin-bottom: 35px;
  }
  .margin-bottom-8-lg {
    margin-bottom: 40px;
  }
  .margin-bottom-9-lg {
    margin-bottom: 45px;
  }
  .margin-bottom-10-lg {
    margin-bottom: 50px;
  }
  .margin-bottom-11-lg {
    margin-bottom: 55px;
  }
  .margin-bottom-12-lg {
    margin-bottom: 60px;
  }
  .margin-top-0-lg {
    margin-top: 0;
  }
  .margin-top-1-lg {
    margin-top: 5px;
  }
  .margin-top-2-lg {
    margin-top: 10px;
  }
  .margin-top-3-lg {
    margin-top: 15px;
  }
  .margin-top-4-lg {
    margin-top: 20px;
  }
  .margin-top-5-lg {
    margin-top: 25px;
  }
  .margin-top-6-lg {
    margin-top: 30px;
  }
  .margin-top-7-lg {
    margin-top: 35px;
  }
  .margin-top-8-lg {
    margin-top: 40px;
  }
  .margin-top-9-lg {
    margin-top: 45px;
  }
  .margin-top-10-lg {
    margin-top: 50px;
  }
  .margin-top-11-lg {
    margin-top: 55px;
  }
  .margin-top-12-lg {
    margin-top: 60px;
  }
  .padding-top-0-md {
    padding-top: 0;
  }
  .padding-top-1-md {
    padding-top: 5px;
  }
  .padding-top-2-md {
    padding-top: 10px;
  }
  .padding-top-3-md {
    padding-top: 15px;
  }
  .padding-top-4-md {
    padding-top: 20px;
  }
  .padding-top-5-md {
    padding-top: 25px;
  }
  .padding-top-6-md {
    padding-top: 30px;
  }
  .padding-top-7-md {
    padding-top: 35px;
  }
  .padding-top-8-md {
    padding-top: 40px;
  }
  .padding-top-9-md {
    padding-top: 45px;
  }
  .padding-top-10-md {
    padding-top: 50px;
  }
  .padding-top-11-md {
    padding-top: 55px;
  }
  .padding-top-12-md {
    padding-top: 60px;
  }
  .padding-bottom-0-md {
    padding-bottom: 0;
  }
  .padding-bottom-1-md {
    padding-bottom: 5px;
  }
  .padding-bottom-2-md {
    padding-bottom: 10px;
  }
  .padding-bottom-3-md {
    padding-bottom: 15px;
  }
  .padding-bottom-4-md {
    padding-bottom: 20px;
  }
  .padding-bottom-5-md {
    padding-bottom: 25px;
  }
  .padding-bottom-6-md {
    padding-bottom: 30px;
  }
  .padding-bottom-7-md {
    padding-bottom: 35px;
  }
  .padding-bottom-8-md {
    padding-bottom: 40px;
  }
  .padding-bottom-9-md {
    padding-bottom: 45px;
  }
  .padding-bottom-10-md {
    padding-bottom: 50px;
  }
  .padding-bottom-11-md {
    padding-bottom: 55px;
  }
  .padding-bottom-12-md {
    padding-bottom: 60px;
  }
  .margin-bottom-0-md {
    margin-bottom: 0;
  }
  .margin-bottom-1-md {
    margin-bottom: 5px;
  }
  .margin-bottom-2-md {
    margin-bottom: 10px;
  }
  .margin-bottom-3-md {
    margin-bottom: 15px;
  }
  .margin-bottom-4-md {
    margin-bottom: 20px;
  }
  .margin-bottom-5-md {
    margin-bottom: 25px;
  }
  .margin-bottom-6-md {
    margin-bottom: 30px;
  }
  .margin-bottom-7-md {
    margin-bottom: 35px;
  }
  .margin-bottom-8-md {
    margin-bottom: 40px;
  }
  .margin-bottom-9-md {
    margin-bottom: 45px;
  }
  .margin-bottom-10-md {
    margin-bottom: 50px;
  }
  .margin-bottom-11-md {
    margin-bottom: 55px;
  }
  .margin-bottom-12-md {
    margin-bottom: 60px;
  }
  .margin-top-0-md {
    margin-top: 0;
  }
  .margin-top-1-md {
    margin-top: 5px;
  }
  .margin-top-2-md {
    margin-top: 10px;
  }
  .margin-top-3-md {
    margin-top: 15px;
  }
  .margin-top-4-md {
    margin-top: 20px;
  }
  .margin-top-5-md {
    margin-top: 25px;
  }
  .margin-top-6-md {
    margin-top: 30px;
  }
  .margin-top-7-md {
    margin-top: 35px;
  }
  .margin-top-8-md {
    margin-top: 40px;
  }
  .margin-top-9-md {
    margin-top: 45px;
  }
  .margin-top-10-md {
    margin-top: 50px;
  }
  .margin-top-11-md {
    margin-top: 55px;
  }
  .margin-top-12-md {
    margin-top: 60px;
  }
  .padding-top-0-sm {
    padding-top: 0;
  }
  .padding-top-1-sm {
    padding-top: 5px;
  }
  .padding-top-2-sm {
    padding-top: 10px;
  }
  .padding-top-3-sm {
    padding-top: 15px;
  }
  .padding-top-4-sm {
    padding-top: 20px;
  }
  .padding-top-5-sm {
    padding-top: 25px;
  }
  .padding-top-6-sm {
    padding-top: 30px;
  }
  .padding-top-7-sm {
    padding-top: 35px;
  }
  .padding-top-8-sm {
    padding-top: 40px;
  }
  .padding-top-9-sm {
    padding-top: 45px;
  }
  .padding-top-10-sm {
    padding-top: 50px;
  }
  .padding-top-11-sm {
    padding-top: 55px;
  }
  .padding-top-12-sm {
    padding-top: 60px;
  }
  .padding-bottom-0-sm {
    padding-bottom: 0;
  }
  .padding-bottom-1-sm {
    padding-bottom: 5px;
  }
  .padding-bottom-2-sm {
    padding-bottom: 10px;
  }
  .padding-bottom-3-sm {
    padding-bottom: 15px;
  }
  .padding-bottom-4-sm {
    padding-bottom: 20px;
  }
  .padding-bottom-5-sm {
    padding-bottom: 25px;
  }
  .padding-bottom-6-sm {
    padding-bottom: 30px;
  }
  .padding-bottom-7-sm {
    padding-bottom: 35px;
  }
  .padding-bottom-8-sm {
    padding-bottom: 40px;
  }
  .padding-bottom-9-sm {
    padding-bottom: 45px;
  }
  .padding-bottom-10-sm {
    padding-bottom: 50px;
  }
  .padding-bottom-11-sm {
    padding-bottom: 55px;
  }
  .padding-bottom-12-sm {
    padding-bottom: 60px;
  }
  .margin-bottom-0-sm {
    margin-bottom: 0;
  }
  .margin-bottom-1-sm {
    margin-bottom: 5px;
  }
  .margin-bottom-2-sm {
    margin-bottom: 10px;
  }
  .margin-bottom-3-sm {
    margin-bottom: 15px;
  }
  .margin-bottom-4-sm {
    margin-bottom: 20px;
  }
  .margin-bottom-5-sm {
    margin-bottom: 25px;
  }
  .margin-bottom-6-sm {
    margin-bottom: 30px;
  }
  .margin-bottom-7-sm {
    margin-bottom: 35px;
  }
  .margin-bottom-8-sm {
    margin-bottom: 40px;
  }
  .margin-bottom-9-sm {
    margin-bottom: 45px;
  }
  .margin-bottom-10-sm {
    margin-bottom: 50px;
  }
  .margin-bottom-11-sm {
    margin-bottom: 55px;
  }
  .margin-bottom-12-sm {
    margin-bottom: 60px;
  }
  .margin-top-0-sm {
    margin-top: 0;
  }
  .margin-top-1-sm {
    margin-top: 5px;
  }
  .margin-top-2-sm {
    margin-top: 10px;
  }
  .margin-top-3-sm {
    margin-top: 15px;
  }
  .margin-top-4-sm {
    margin-top: 20px;
  }
  .margin-top-5-sm {
    margin-top: 25px;
  }
  .margin-top-6-sm {
    margin-top: 30px;
  }
  .margin-top-7-sm {
    margin-top: 35px;
  }
  .margin-top-8-sm {
    margin-top: 40px;
  }
  .margin-top-9-sm {
    margin-top: 45px;
  }
  .margin-top-10-sm {
    margin-top: 50px;
  }
  .margin-top-11-sm {
    margin-top: 55px;
  }
  .margin-top-12-sm {
    margin-top: 60px;
  }
  .padding-top-0-sm {
    padding-top: 0;
  }
  .padding-top-1-sm {
    padding-top: 5px;
  }
  .padding-top-2-sm {
    padding-top: 10px;
  }
  .padding-top-3-sm {
    padding-top: 15px;
  }
  .padding-top-4-sm {
    padding-top: 20px;
  }
  .padding-top-5-sm {
    padding-top: 25px;
  }
  .padding-top-6-sm {
    padding-top: 30px;
  }
  .padding-top-7-sm {
    padding-top: 35px;
  }
  .padding-top-8-sm {
    padding-top: 40px;
  }
  .padding-top-9-sm {
    padding-top: 45px;
  }
  .padding-top-10-sm {
    padding-top: 50px;
  }
  .padding-top-11-sm {
    padding-top: 55px;
  }
  .padding-top-12-sm {
    padding-top: 60px;
  }
  .padding-bottom-0-sm {
    padding-bottom: 0;
  }
  .padding-bottom-1-sm {
    padding-bottom: 5px;
  }
  .padding-bottom-2-sm {
    padding-bottom: 10px;
  }
  .padding-bottom-3-sm {
    padding-bottom: 15px;
  }
  .padding-bottom-4-sm {
    padding-bottom: 20px;
  }
  .padding-bottom-5-sm {
    padding-bottom: 25px;
  }
  .padding-bottom-6-sm {
    padding-bottom: 30px;
  }
  .padding-bottom-7-sm {
    padding-bottom: 35px;
  }
  .padding-bottom-8-sm {
    padding-bottom: 40px;
  }
  .padding-bottom-9-sm {
    padding-bottom: 45px;
  }
  .padding-bottom-10-sm {
    padding-bottom: 50px;
  }
  .padding-bottom-11-sm {
    padding-bottom: 55px;
  }
  .padding-bottom-12-sm {
    padding-bottom: 60px;
  }
  .margin-bottom-0-sm {
    margin-bottom: 0;
  }
  .margin-bottom-1-sm {
    margin-bottom: 5px;
  }
  .margin-bottom-2-sm {
    margin-bottom: 10px;
  }
  .margin-bottom-3-sm {
    margin-bottom: 15px;
  }
  .margin-bottom-4-sm {
    margin-bottom: 20px;
  }
  .margin-bottom-5-sm {
    margin-bottom: 25px;
  }
  .margin-bottom-6-sm {
    margin-bottom: 30px;
  }
  .margin-bottom-7-sm {
    margin-bottom: 35px;
  }
  .margin-bottom-8-sm {
    margin-bottom: 40px;
  }
  .margin-bottom-9-sm {
    margin-bottom: 45px;
  }
  .margin-bottom-10-sm {
    margin-bottom: 50px;
  }
  .margin-bottom-11-sm {
    margin-bottom: 55px;
  }
  .margin-bottom-12-sm {
    margin-bottom: 60px;
  }
  .margin-top-0-sm {
    margin-top: 0;
  }
  .margin-top-1-sm {
    margin-top: 5px;
  }
  .margin-top-2-sm {
    margin-top: 10px;
  }
  .margin-top-3-sm {
    margin-top: 15px;
  }
  .margin-top-4-sm {
    margin-top: 20px;
  }
  .margin-top-5-sm {
    margin-top: 25px;
  }
  .margin-top-6-sm {
    margin-top: 30px;
  }
  .margin-top-7-sm {
    margin-top: 35px;
  }
  .margin-top-8-sm {
    margin-top: 40px;
  }
  .margin-top-9-sm {
    margin-top: 45px;
  }
  .margin-top-10-sm {
    margin-top: 50px;
  }
  .margin-top-11-sm {
    margin-top: 55px;
  }
  .margin-top-12-sm {
    margin-top: 60px;
  }
  .padding-top-0-xs {
    padding-top: 0;
  }
  .padding-top-1-xs {
    padding-top: 5px;
  }
  .padding-top-2-xs {
    padding-top: 10px;
  }
  .padding-top-3-xs {
    padding-top: 15px;
  }
  .padding-top-4-xs {
    padding-top: 20px;
  }
  .padding-top-5-xs {
    padding-top: 25px;
  }
  .padding-top-6-xs {
    padding-top: 30px;
  }
  .padding-top-7-xs {
    padding-top: 35px;
  }
  .padding-top-8-xs {
    padding-top: 40px;
  }
  .padding-top-9-xs {
    padding-top: 45px;
  }
  .padding-top-10-xs {
    padding-top: 50px;
  }
  .padding-top-11-xs {
    padding-top: 55px;
  }
  .padding-top-12-xs {
    padding-top: 60px;
  }
  .padding-bottom-0-xs {
    padding-bottom: 0;
  }
  .padding-bottom-1-xs {
    padding-bottom: 5px;
  }
  .padding-bottom-2-xs {
    padding-bottom: 10px;
  }
  .padding-bottom-3-xs {
    padding-bottom: 15px;
  }
  .padding-bottom-4-xs {
    padding-bottom: 20px;
  }
  .padding-bottom-5-xs {
    padding-bottom: 25px;
  }
  .padding-bottom-6-xs {
    padding-bottom: 30px;
  }
  .padding-bottom-7-xs {
    padding-bottom: 35px;
  }
  .padding-bottom-8-xs {
    padding-bottom: 40px;
  }
  .padding-bottom-9-xs {
    padding-bottom: 45px;
  }
  .padding-bottom-10-xs {
    padding-bottom: 50px;
  }
  .padding-bottom-11-xs {
    padding-bottom: 55px;
  }
  .padding-bottom-12-xs {
    padding-bottom: 60px;
  }
  .margin-top-0-xs {
    margin-top: 0;
  }
  .margin-top-1-xs {
    margin-top: 5px;
  }
  .margin-top-2-xs {
    margin-top: 10px;
  }
  .margin-top-3-xs {
    margin-top: 15px;
  }
  .margin-top-4-xs {
    margin-top: 20px;
  }
  .margin-top-5-xs {
    margin-top: 25px;
  }
  .margin-top-6-xs {
    margin-top: 30px;
  }
  .margin-top-7-xs {
    margin-top: 35px;
  }
  .margin-top-8-xs {
    margin-top: 40px;
  }
  .margin-top-9-xs {
    margin-top: 45px;
  }
  .margin-top-10-xs {
    margin-top: 50px;
  }
  .margin-top-11-xs {
    margin-top: 55px;
  }
  .margin-top-12-xs {
    margin-top: 60px;
  }
  .margin-bottom-0-xs {
    margin-bottom: 0;
  }
  .margin-bottom-1-xs {
    margin-bottom: 5px;
  }
  .margin-bottom-2-xs {
    margin-bottom: 10px;
  }
  .margin-bottom-3-xs {
    margin-bottom: 15px;
  }
  .margin-bottom-4-xs {
    margin-bottom: 20px;
  }
  .margin-bottom-5-xs {
    margin-bottom: 25px;
  }
  .margin-bottom-6-xs {
    margin-bottom: 30px;
  }
  .margin-bottom-7-xs {
    margin-bottom: 35px;
  }
  .margin-bottom-8-xs {
    margin-bottom: 40px;
  }
  .margin-bottom-9-xs {
    margin-bottom: 45px;
  }
  .margin-bottom-10-xs {
    margin-bottom: 50px;
  }
  .margin-bottom-11-xs {
    margin-bottom: 55px;
  }
  .margin-bottom-12-xs {
    margin-bottom: 60px;
  }
  .padding-top-0-xxs {
    padding-top: 0;
  }
  .padding-top-1-xxs {
    padding-top: 5px;
  }
  .padding-top-2-xxs {
    padding-top: 10px;
  }
  .padding-top-3-xxs {
    padding-top: 15px;
  }
  .padding-top-4-xxs {
    padding-top: 20px;
  }
  .padding-top-5-xxs {
    padding-top: 25px;
  }
  .padding-top-6-xxs {
    padding-top: 30px;
  }
  .padding-top-7-xxs {
    padding-top: 35px;
  }
  .padding-top-8-xxs {
    padding-top: 40px;
  }
  .padding-top-9-xxs {
    padding-top: 45px;
  }
  .padding-top-10-xxs {
    padding-top: 50px;
  }
  .padding-top-11-xxs {
    padding-top: 55px;
  }
  .padding-top-12-xxs {
    padding-top: 60px;
  }
  .padding-bottom-0-xxs {
    padding-bottom: 0;
  }
  .padding-bottom-1-xxs {
    padding-bottom: 5px;
  }
  .padding-bottom-2-xxs {
    padding-bottom: 10px;
  }
  .padding-bottom-3-xxs {
    padding-bottom: 15px;
  }
  .padding-bottom-4-xxs {
    padding-bottom: 20px;
  }
  .padding-bottom-5-xxs {
    padding-bottom: 25px;
  }
  .padding-bottom-6-xxs {
    padding-bottom: 30px;
  }
  .padding-bottom-7-xxs {
    padding-bottom: 35px;
  }
  .padding-bottom-8-xxs {
    padding-bottom: 40px;
  }
  .padding-bottom-9-xxs {
    padding-bottom: 45px;
  }
  .padding-bottom-10-xxs {
    padding-bottom: 50px;
  }
  .padding-bottom-11-xxs {
    padding-bottom: 55px;
  }
  .padding-bottom-12-xxs {
    padding-bottom: 60px;
  }
  .margin-top-0-xxs {
    margin-top: 0;
  }
  .margin-top-1-xxs {
    margin-top: 5px;
  }
  .margin-top-2-xxs {
    margin-top: 10px;
  }
  .margin-top-3-xxs {
    margin-top: 15px;
  }
  .margin-top-4-xxs {
    margin-top: 20px;
  }
  .margin-top-5-xxs {
    margin-top: 25px;
  }
  .margin-top-6-xxs {
    margin-top: 30px;
  }
  .margin-top-7-xxs {
    margin-top: 35px;
  }
  .margin-top-8-xxs {
    margin-top: 40px;
  }
  .margin-top-9-xxs {
    margin-top: 45px;
  }
  .margin-top-10-xxs {
    margin-top: 50px;
  }
  .margin-top-11-xxs {
    margin-top: 55px;
  }
  .margin-top-12-xxs {
    margin-top: 60px;
  }
  .margin-bottom-0-xxs {
    margin-bottom: 0;
  }
  .margin-bottom-1-xxs {
    margin-bottom: 5px;
  }
  .margin-bottom-2-xxs {
    margin-bottom: 10px;
  }
  .margin-bottom-3-xxs {
    margin-bottom: 15px;
  }
  .margin-bottom-4-xxs {
    margin-bottom: 20px;
  }
  .margin-bottom-5-xxs {
    margin-bottom: 25px;
  }
  .margin-bottom-6-xxs {
    margin-bottom: 30px;
  }
  .margin-bottom-7-xxs {
    margin-bottom: 35px;
  }
  .margin-bottom-8-xxs {
    margin-bottom: 40px;
  }
  .margin-bottom-9-xxs {
    margin-bottom: 45px;
  }
  .margin-bottom-10-xxs {
    margin-bottom: 50px;
  }
  .margin-bottom-11-xxs {
    margin-bottom: 55px;
  }
  .margin-bottom-12-xxs {
    margin-bottom: 60px;
  }
}
/* ------------------------------------------------------------------------------------
 *
 * Aligns
 *
 * ---------------------------------------------------------------------------------- */
/*
 * Text align
 * ---------------------------------------------------------------------------------- */
.talign-left {
  text-align: left;
}

.talign-center {
  text-align: center;
}

.talign-right {
  text-align: right;
}

@media only screen and (max-width: 1280px) {
  .talign-left-lg {
    text-align: left;
  }
  .talign-center-lg {
    text-align: center;
  }
  .talign-right-lg {
    text-align: right;
  }
}
@media only screen and (max-width: 1024px) {
  .talign-left-md {
    text-align: left;
  }
  .talign-center-md {
    text-align: center;
  }
  .talign-right-md {
    text-align: right;
  }
}
@media only screen and (max-width: 800px) {
  .talign-left-sm {
    text-align: left;
  }
  .talign-center-sm {
    text-align: center;
  }
  .talign-right-sm {
    text-align: right;
  }
}
@media only screen and (max-width: 640px) {
  .talign-left-xs {
    text-align: left;
  }
  .talign-center-xs {
    text-align: center;
  }
  .talign-right-xs {
    text-align: right;
  }
}
@media only screen and (max-width: 480px) {
  .talign-left-xxs {
    text-align: left;
  }
  .talign-center-xxs {
    text-align: center;
  }
  .talign-right-xxs {
    text-align: right;
  }
}
/*
 * Horizontal / vertical aligns
 * ---------------------------------------------------------------------------------- */
/* Horizontal – Center */
.halign-center {
  margin: 0 auto;
  justify-content: center;
}
.halign-center .col {
  float: none;
}

@media only screen and (max-width: 1280px) {
  .halign-center-lg {
    margin: 0 auto;
    justify-content: center;
  }
}
@media only screen and (max-width: 1024px) {
  .halign-center-md {
    margin: 0 auto;
    justify-content: center;
  }
}
@media only screen and (max-width: 800px) {
  .halign-center-sm {
    margin: 0 auto;
    justify-content: center;
  }
}
@media only screen and (max-width: 640px) {
  .halign-center-xs {
    margin: 0 auto;
    justify-content: center;
  }
}
/* Horizontal – Right */
.halign-right {
  float: right;
}

@media only screen and (max-width: 1280px) {
  .halign-right-lg {
    float: right;
  }
}
@media only screen and (max-width: 1024px) {
  .halign-right-md {
    float: right;
  }
}
@media only screen and (max-width: 800px) {
  .halign-right-sm {
    float: right;
  }
}
@media only screen and (max-width: 640px) {
  .halign-right-xs {
    float: right;
  }
}
/* Vertical – Center */
.valign-center {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 1280px) {
  .valign-center-lg {
    display: flex;
    align-items: flex-start;
  }
}
@media only screen and (max-width: 1024px) {
  .valign-center-md {
    display: flex;
    align-items: flex-start;
  }
}
@media only screen and (max-width: 800px) {
  .valign-center-sm {
    display: flex;
    align-items: flex-start;
  }
}
@media only screen and (max-width: 640px) {
  .valign-center-xs {
    display: flex;
    align-items: flex-start;
  }
}
/* Vertical – Bottom */
.valign-bottom {
  display: flex;
  align-items: flex-end;
}

@media only screen and (max-width: 1280px) {
  .valign-bottom-lg {
    display: flex;
    align-items: flex-end;
  }
}
@media only screen and (max-width: 1024px) {
  .valign-bottom-md {
    display: flex;
    align-items: flex-end;
  }
}
@media only screen and (max-width: 800px) {
  .valign-bottom-sm {
    display: flex;
    align-items: flex-end;
  }
}
@media only screen and (max-width: 640px) {
  .valign-bottom-xs {
    display: flex;
    align-items: flex-end;
  }
}
/* Vertical – Top */
.valign-top {
  display: flex;
  align-items: flex-start;
}

@media only screen and (max-width: 1280px) {
  .valign-top-lg {
    display: flex;
    align-items: flex-start;
  }
}
@media only screen and (max-width: 1024px) {
  .valign-top-md {
    display: flex;
    align-items: flex-start;
  }
}
@media only screen and (max-width: 800px) {
  .valign-top-sm {
    display: flex;
    align-items: flex-start;
  }
}
@media only screen and (max-width: 640px) {
  .valign-top-xs {
    display: flex;
    align-items: flex-start;
  }
}
/*
 * Flex order
 * ---------------------------------------------------------------------------------- */
.flex-order-1 {
  order: 1;
}

.flex-order-2 {
  order: 2;
}

.flex-order-3 {
  order: 3;
}

@media only screen and (max-width: 1280px) {
  .flex-order-lg-1 {
    order: 1;
  }
  .flex-order-lg-2 {
    order: 2;
  }
  .flex-order-lg-3 {
    order: 3;
  }
}
@media only screen and (max-width: 1024px) {
  .flex-order-1-md {
    order: 1;
  }
  .flex-order-2-md {
    order: 2;
  }
  .flex-order-3-md {
    order: 3;
  }
}
@media only screen and (max-width: 800px) {
  .flex-order-1-sm {
    order: 1;
  }
  .flex-order-2-sm {
    order: 2;
  }
  .flex-order-3-sm {
    order: 3;
  }
}
@media only screen and (max-width: 640px) {
  .flex-order-xs-1 {
    order: 1;
  }
  .flex-order-xs-2 {
    order: 2;
  }
  .flex-order-xs-3 {
    order: 3;
  }
}
/*
 * Flex wrap
 * ---------------------------------------------------------------------------------- */
.flex-wrap {
  flex-wrap: wrap;
}

.flex-space-between {
  display: flex;
  justify-content: space-between;
}

.flex-align-self-flex-end {
  align-self: flex-end;
}

/*
 * Border
 * ---------------------------------------------------------------------------------- */
.row-border-bottom {
  position: relative;
}
.row-border-bottom:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: calc(83.3% - 24px);
  transform: translateX(-50%);
  border-bottom: 2px solid #00F697;
}
@media only screen and (max-width: 1280px) {
  .row-border-bottom:after {
    width: calc(100% - 24px);
  }
}
@media only screen and (max-width: 480px) {
  .row-border-bottom:after {
    width: calc(100% - 5px);
  }
}
.row .row-border-bottom:after {
  width: calc(100% - 24px);
}

/* ------------------------------------------------------------------------------------
 *
 * Site
 *
 * ---------------------------------------------------------------------------------- */
.main {
  position: relative;
  z-index: 1;
  background-color: #fff;
}

/* ------------------------------------------------------------------------------------
 *
 * Header
 *
 * ---------------------------------------------------------------------------------- */
.header-bar {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 50px;
  background: #fff;
}

.header {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: #E9EEF1;
}
@media only screen and (max-width: 640px) and (orientation: portrait) {
  .header {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 480px) {
  .header.header-no-image svg {
    display: none;
  }
}
.header.header-image .header-bg {
  position: relative;
  height: 100vh;
  width: 100%;
  background-size: cover;
  background-position: center center;
}
@media (orientation: portrait) {
  .header.header-image .header-bg {
    height: auto;
    padding-bottom: calc(75% + 50px);
  }
}
@media only screen and (max-width: 640px) and (orientation: portrait) {
  .header.header-image .header-bg {
    height: auto;
    padding-bottom: 75%;
  }
}
@media (max-aspect-ratio: 3/2) {
  .header.header-image .header-bg {
    max-height: 80vh;
  }
}
.header.header-image .header-bg .site-title {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -15px;
  transform: translate(-50%, -50%);
}
.header .site-title {
  text-align: center;
  margin-top: 50px;
}
@media only screen and (max-width: 640px) {
  .header .site-title {
    margin-top: 0;
  }
}
.header .site-title h2 {
  padding-bottom: 0;
}
.header .site-title .text-h3 {
  line-height: 1.4;
}
@media only screen and (max-width: 640px) {
  .header .site-title .text-h3 {
    font-size: 1.8rem;
  }
}

/* ------------------------------------------------------------------------------------
 *
 * Logo
 *
 * ---------------------------------------------------------------------------------- */
.logo {
  position: absolute;
  top: 0;
  left: 30px;
  display: inline-block;
  height: 50px;
  font-size: 2.8rem;
  font-weight: 500;
  color: #0F5C77;
  border: 0;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .logo {
    left: 20px;
  }
}
.logo .logo-inner {
  height: 100px;
  transition: 0.6s;
}
.logo .logo-inner .logo-long,
.logo .logo-inner .logo-short {
  display: block;
  height: 50px;
}
.logo .logo-inner .logo-long svg,
.logo .logo-inner .logo-short svg {
  height: 100%;
  width: auto;
  min-width: 0;
}
@media all and (max-width: 1024px) {
  .logo .logo-inner .logo-long {
    display: none;
  }
}
.logo .logo-inner.is-transformed {
  transform: translateY(-50%);
}
@media only screen and (max-width: 480px) {
  .logo .logo-inner.is-transformed {
    transform: none;
  }
}
.home .logo {
  pointer-events: none;
}

/* ------------------------------------------------------------------------------------
 *
 * Navigation
 *
 * ---------------------------------------------------------------------------------- */
.nav-header {
  position: absolute;
  top: 0;
  right: 24px;
  z-index: 1001;
  height: 50px;
  line-height: 0;
}
@media only screen and (max-width: 1024px) {
  .nav-header {
    right: 5px;
  }
}
.nav-header .nav-btn {
  position: relative;
  height: 100%;
  cursor: pointer;
  background-color: transparent;
  color: #0F5C77;
  font-weight: 500;
  padding-top: 0;
  margin-left: 16px;
  display: inline-flex;
  align-items: center;
}
@media only screen and (max-width: 640px) {
  .nav-header .nav-btn {
    margin-left: 0;
  }
}
.nav-header .nav-btn .btn-icon {
  position: absolute;
  right: 7px;
  display: inline-block;
  width: 24px;
  transition: 0.3s;
}
@media only screen and (max-width: 1024px) {
  .nav-header .nav-btn .btn-icon {
    width: 22px;
  }
}
@media only screen and (max-width: 640px) {
  .nav-header .nav-btn .btn-icon {
    width: 20px;
    right: 15px;
  }
}
.nav-header .nav-btn .btn-text {
  position: relative;
  display: inline-block;
  line-height: 50px;
}
@media only screen and (max-width: 800px) {
  .nav-header .nav-btn .btn-text {
    display: none;
  }
}

.nav-primary-open {
  padding-right: 48px;
}
@media only screen and (max-width: 1024px) {
  .nav-primary-open {
    right: 10px;
    padding-right: 44px;
  }
}
@media only screen and (max-width: 640px) {
  .nav-primary-open {
    right: 5px;
    padding-right: 42px;
  }
}
@media only screen and (max-width: 480px) {
  .nav-primary-open {
    right: 0;
  }
}
.nav-primary-open .btn-icon-menu {
  top: 50%;
  margin-top: -2px;
  height: 3px;
  background-color: #0F5C77;
  transition: 0.3s;
}
.nav-primary-open .btn-icon-menu:before, .nav-primary-open .btn-icon-menu:after {
  content: "";
  position: absolute;
  right: 0;
  display: inline-block;
  width: 24px;
  height: 3px;
  background-color: #0F5C77;
  transition: 0.3s;
}
@media only screen and (max-width: 1024px) {
  .nav-primary-open .btn-icon-menu:before, .nav-primary-open .btn-icon-menu:after {
    width: 22px;
  }
}
@media only screen and (max-width: 640px) {
  .nav-primary-open .btn-icon-menu:before, .nav-primary-open .btn-icon-menu:after {
    width: 20px;
  }
}
.nav-primary-open .btn-icon-menu:before {
  top: -8px;
}
@media only screen and (max-width: 1024px) {
  .nav-primary-open .btn-icon-menu:before {
    top: -7px;
  }
}
.nav-primary-open .btn-icon-menu:after {
  bottom: -8px;
}
@media only screen and (max-width: 1024px) {
  .nav-primary-open .btn-icon-menu:after {
    bottom: -7px;
  }
}
.nav-primary-open:hover .btn-icon-menu, .nav-primary-open:active .btn-icon-menu {
  transform: scaleX(1.2);
}

.modal-close {
  position: absolute;
  right: 20px;
  top: 0;
  width: 50px;
  height: 50px;
  z-index: 1000;
  background-color: transparent;
  background-image: url("../img/close-modal.svg");
  background-size: cover;
}
@media only screen and (max-width: 1024px) {
  .modal-close {
    right: 10px;
  }
}
@media only screen and (max-width: 640px) {
  .modal-close {
    right: 5px;
  }
}
@media only screen and (max-width: 480px) {
  .modal-close {
    right: 0;
  }
}

.modal-nav-primary .header-bar {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #0F5C77;
  border-bottom: 1px solid #fff;
}
.modal-nav-primary .header-bar .logo path {
  fill: #fff;
}
.modal-nav-primary .nav-primary a {
  display: inline-block;
  color: #00F697;
  transition: 0.3s;
  line-height: 1.3;
}
.modal-nav-primary .nav-primary a:hover, .modal-nav-primary .nav-primary a:active, .modal-nav-primary .nav-primary a:focus, .modal-nav-primary .nav-primary a:visited {
  color: #00F697;
}
.modal-nav-primary .nav-primary a:not(.icon-protected-content):hover {
  transform: translateX(4px);
}
.modal-nav-primary .nav-primary [aria-current=page] {
  border-bottom: 1px solid;
  pointer-events: none;
  display: inline;
}
@media only screen and (max-width: 640px) {
  .modal-nav-primary .nav-primary {
    justify-content: center;
  }
}
.modal-nav-primary .nav-primary > .menu-item {
  position: relative;
  list-style: none;
  border-left: 1px solid #00F697;
  padding-left: 3.5rem;
  margin-bottom: 5rem;
  color: #fff;
}
.modal-nav-primary .nav-primary > .menu-item:nth-of-type(1), .modal-nav-primary .nav-primary > .menu-item:nth-of-type(4n+5) {
  border-left: 0;
  padding-left: 0;
}
@media only screen and (max-width: 1280px) {
  .modal-nav-primary .nav-primary > .menu-item {
    border-left: 1px solid #00F697;
    padding-left: 3.5rem;
  }
  .modal-nav-primary .nav-primary > .menu-item:nth-of-type(1), .modal-nav-primary .nav-primary > .menu-item:nth-of-type(4n+5) {
    border-left: 1px solid #00F697;
    padding-left: 3.5rem;
  }
  .modal-nav-primary .nav-primary > .menu-item:nth-of-type(1), .modal-nav-primary .nav-primary > .menu-item:nth-of-type(3n+4) {
    border-left: 0;
    padding-left: 0;
  }
}
@media only screen and (max-width: 800px) {
  .modal-nav-primary .nav-primary > .menu-item {
    border-left: 1px solid #00F697;
    padding-left: 3.5rem;
  }
  .modal-nav-primary .nav-primary > .menu-item:nth-of-type(1), .modal-nav-primary .nav-primary > .menu-item:nth-of-type(4n+5) {
    border-left: 1px solid #00F697;
    padding-left: 3.5rem;
  }
  .modal-nav-primary .nav-primary > .menu-item:nth-of-type(1), .modal-nav-primary .nav-primary > .menu-item:nth-of-type(3n+4) {
    border-left: 1px solid #00F697;
    padding-left: 3.5rem;
  }
  .modal-nav-primary .nav-primary > .menu-item:nth-of-type(1), .modal-nav-primary .nav-primary > .menu-item:nth-of-type(2n+3) {
    border-left: 0;
    padding-left: 0;
  }
}
@media only screen and (max-width: 640px) {
  .modal-nav-primary .nav-primary > .menu-item {
    border-left: 0 !important;
    padding-left: 0 !important;
    padding-right: 64px !important;
    border-bottom: 1px solid #00F697;
    margin: 0;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .modal-nav-primary .nav-primary > .menu-item .sub-menu {
    display: none;
  }
  .modal-nav-primary .nav-primary > .menu-item:first-of-type {
    border-top: 1px solid #00F697;
  }
  .modal-nav-primary .nav-primary > .menu-item:last-of-type {
    border: 0;
    margin-bottom: 2rem;
  }
}
.modal-nav-primary .nav-primary > .menu-item .item-primary-wrapper a {
  font-size: 2rem;
  line-height: 1.1;
}
.modal-nav-primary .nav-primary .last-group a {
  font-size: 2rem;
  line-height: 1.1;
}
@media only screen and (max-width: 640px) {
  .modal-nav-primary .nav-primary .last-group {
    padding-right: 0 !important;
  }
}
.modal-nav-primary .nav-primary .last-group .btn-wrapper a {
  position: relative;
  display: inline-flex;
  align-items: center;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  cursor: pointer;
  border: 1px solid;
  padding: 0 24px 1px;
  height: 56px;
  justify-content: center;
  border-radius: 54px;
  line-height: 1.2;
  transition: 0.3s;
  text-align: center;
  min-width: 100%;
}
.modal-nav-primary .nav-primary .last-group .btn-wrapper a:hover {
  background-color: #fff;
  color: #0F5C77;
  border-color: #fff;
  transform: none;
}
.modal-nav-primary .nav-primary.is-visible {
  pointer-events: all;
  opacity: 1;
  transition: 0.3s;
}
.modal-nav-primary .nav-primary.is-visible .nav-primary {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.5s 0.1s, transform 0.5s 0.1s;
}
.modal-nav-primary .nav-primary .sub-menu {
  margin-top: 1rem;
}
.modal-nav-primary .nav-primary .sub-menu li {
  display: block;
  font-size: 1.8rem;
  line-height: 1.8;
}
.modal-nav-primary .nav-primary .sub-menu li a {
  color: #fff;
}
.modal-nav-primary .nav-primary .last-group > a {
  display: none;
}
.modal-nav-primary .nav-primary .last-group .group-menu {
  list-style: none;
}
.modal-nav-primary .nav-primary .last-group .group-menu .group-item {
  margin-bottom: 2rem;
  line-height: 0;
}
@media only screen and (max-width: 640px) {
  .modal-nav-primary .nav-primary .last-group .group-menu .group-item:first-of-type {
    padding-top: 0 !important;
  }
}
@media only screen and (max-width: 640px) {
  .modal-nav-primary .nav-primary .last-group .group-menu .group-item {
    margin-bottom: 0;
  }
  .modal-nav-primary .nav-primary .last-group .group-menu .group-item:last-of-type {
    padding-top: 1.5rem;
  }
  .modal-nav-primary .nav-primary .last-group .group-menu .group-item:not(:last-of-type) {
    border-bottom: 1px solid #00F697;
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
  }
  .modal-nav-primary .nav-primary .last-group .group-menu .group-item.btn-wrapper {
    border-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
}
.modal-nav-primary .nav-primary .last-group .group-menu .group-item:not(.btn-wrapper) + .btn-wrapper {
  padding-top: 0.25rem;
}
@media only screen and (max-width: 640px) {
  .modal-nav-primary .nav-primary .last-group .group-menu .group-item:not(.btn-wrapper) + .btn-wrapper {
    padding-top: 1.5rem;
  }
}

.toggle-menu-item {
  display: none;
}
@media only screen and (max-width: 640px) {
  .toggle-menu-item {
    position: absolute;
    right: 0;
    top: 13px;
    height: 30px;
    width: 48px;
    border-left: 1px solid #00F697 !important;
    border-bottom: 0 !important;
    display: block;
  }
  .toggle-menu-item:after {
    content: "";
    display: block;
    width: 48px;
    height: 30px;
    background-image: url("../img/toggle-arrow.svg");
    background-size: 24px 24px;
    background-position: center center;
    background-repeat: no-repeat;
    transition: 0.3s;
  }
  .toggle-menu-item.is-active:after {
    transform: rotate(180deg) !important;
  }
  .toggle-menu-item:hover {
    transform: translate(0) !important;
  }
}

body.modal-open {
  height: 100%;
  overflow: hidden;
  touch-action: none;
}

.modal {
  z-index: 2001; /* places the modal on top of everything */
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.4s;
}
.modal.is-visible {
  transition: 0.5s 0.3s;
}
.modal .modal-inner {
  width: 100%;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
}

.modal-overlay {
  width: 100%;
  height: 100%;
  z-index: 2000;
  background-color: #0F5C77;
  opacity: 1;
  position: fixed;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  transition: 0.4s;
}
.modal-overlay.is-visible {
  transition: 0.8s;
}

.modal,
.modal-overlay {
  display: none;
  opacity: 0;
  pointer-events: none;
}
.modal.is-visible,
.modal-overlay.is-visible {
  opacity: 1;
  pointer-events: all;
}

/* ------------------------------------------------------------------------------------
 *
 * Sections
 *
 * ---------------------------------------------------------------------------------- */
.section {
  position: relative;
  width: 100%;
}
.section .section-inner {
  display: flex;
  flex-wrap: wrap;
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
}
.section.is-protected .btn:hover {
  background-color: #fff;
  border-color: #0F5C77;
  color: #0F5C77;
}

.module-bgcolor-white {
  background-color: #fff;
}

.module-bgcolor-turquoise-1 {
  background-color: #0F5C77;
  color: #fff;
}
.module-bgcolor-turquoise-1.is-protected .btn:hover {
  background-color: #0F5C77;
  border-color: #fff;
  color: #fff;
}
.module-bgcolor-turquoise-1 a,
.module-bgcolor-turquoise-1 span {
  color: #fff;
}

.module-bgcolor-turquoise-4 {
  background-color: #E9EEF1;
}
.module-bgcolor-turquoise-4.is-protected .btn:hover {
  background-color: #E9EEF1;
  border-color: #0F5C77;
  color: #0F5C77;
}

.module-bgcolor-turquoise-5 {
  background-color: #F4F7F8;
}
.module-bgcolor-turquoise-5.is-protected .btn:hover {
  background-color: #F4F7F8;
  border-color: #0F5C77;
  color: #0F5C77;
}

.module-bgcolor-green-1 {
  background-color: #E9FBF5;
}

.module-bgcolor-custom-blue {
  background-color: #9FCAED;
}

/* ------------------------------------------------------------------------------------
 *
 * Footer
 *
 * ---------------------------------------------------------------------------------- */
.footer {
  background-color: #0F5C77;
  color: #fff;
}
.footer p,
.footer ul {
  font-size: 1.6rem;
  margin-top: 0.7rem;
}
.footer .nav-secondary li,
.footer .nav-social-media li {
  list-style: none;
  font-size: 1.6rem;
}
.footer a {
  color: #fff;
  border-bottom: 1px solid transparent;
  transition: 0.3s;
}
.footer a:hover {
  border-color: #fff;
}

/* ------------------------------------------------------------------------------------
 *
 * Partial – Search
 *
 * ---------------------------------------------------------------------------------- */
.search-field-wrapper {
  position: relative;
  display: inline-block;
  min-width: 500px;
  width: 100%;
  max-width: 500px;
}
@media only screen and (max-width: 1024px) {
  .search-field-wrapper {
    min-width: 0;
  }
}
.search-field-wrapper:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 58px;
  height: 58px;
  background-image: url("../img/icon-search-turquoise.svg");
  background-size: cover;
}
@media only screen and (max-width: 800px) {
  .search-field-wrapper:before {
    width: 52px;
    height: 52px;
  }
}

.search-field {
  border: 1px solid #0F5C77;
  color: #0F5C77;
  padding-left: 50px !important;
  width: 100%;
  box-sizing: border-box;
}
.search-field::placeholder {
  color: #0F5C77;
}
.search-field:-ms-input-placeholder {
  color: #0F5C77;
}
.search-field::-ms-input-placeholder {
  color: #0F5C77;
}
.search-field:focus::placeholder {
  color: transparent;
}
.search-field:focus:-ms-input-placeholder {
  color: transparent;
}
.search-field:focus::-ms-input-placeholder {
  color: transparent;
}

.search-submit {
  position: absolute;
  top: 0;
  right: 0;
  border-color: #0F5C77;
  transition: 0.3s;
  cursor: pointer;
  color: #fff;
  background-color: #0F5C77;
  background-image: url("../img/arrow-right-white.svg") !important;
}
.search-submit.is-disabled {
  color: #87AEBB;
  cursor: not-allowed;
  pointer-events: none;
  background-image: url("../img/arrow-right-turquoise2.svg") !important;
}
.search-submit.is-disabled:hover {
  transform: none;
}

.modal-nav-primary .search-field:-webkit-autofill,
.modal-nav-primary .search-field:-webkit-autofill:hover,
.modal-nav-primary .search-field:-webkit-autofill:focus,
.modal-nav-primary .search-field:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #0F5C77 inset !important;
}
.modal-nav-primary .search-field:-webkit-autofill {
  -webkit-text-fill-color: #fff !important;
}
.modal-nav-primary .search-field-wrapper {
  max-width: 1000px;
}
.modal-nav-primary .search-field-wrapper:before {
  background-image: url("../img/icon-search-white.svg");
}
.modal-nav-primary .search-field {
  position: relative;
  border: 1px solid #fff;
  color: #fff;
  background-color: #0F5C77;
}
.modal-nav-primary .search-field::placeholder {
  color: #fff;
}
.modal-nav-primary .search-field:-ms-input-placeholder {
  color: #fff;
}
.modal-nav-primary .search-field::-ms-input-placeholder {
  color: #fff;
}
.modal-nav-primary .search-field:focus::placeholder {
  color: transparent;
}
.modal-nav-primary .search-field:focus:-ms-input-placeholder {
  color: transparent;
}
.modal-nav-primary .search-field:focus::-ms-input-placeholder {
  color: transparent;
}
.modal-nav-primary .search-submit {
  border-color: #fff;
  color: #0F5C77;
  background-color: #fff;
  background-image: url("../img/arrow-right-turquoise.svg") !important;
}

.search-results-list a {
  display: inline;
}

.text-search-highlight {
  position: relative;
  padding: 0;
  color: #0F5C77 !important;
  background-color: #00F697;
}
.text-search-highlight:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0.025em;
  left: 0;
  display: inline-block;
  width: 100%;
  height: calc(100% + 0.15em - 0.15em);
  background-color: #00F697;
}
@media only screen and (max-width: 1024px) {
  .text-search-highlight:after {
    top: 0.075em;
    height: calc(100% + 0.15em - 0.15em);
  }
}

@-moz-document url-prefix() {
  .text-search-highlight:after {
    top: -0.2em;
    height: 1.3em;
  }
  @media only screen and (max-width: 1024px) {
    .text-search-highlight:after {
      top: 0.075em;
      height: calc(100% + 0.15em - 0.15em);
    }
  }
}
.search-results-list .search-result-term {
  font-weight: 500;
}

/* Autofill */
.search-field:-webkit-autofill,
.search-field:-webkit-autofill:hover,
.search-field:-webkit-autofill:focus,
.search-field:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #fff inset !important;
}

.search-field:-webkit-autofill {
  -webkit-text-fill-color: #0F5C77 !important;
}

/* ------------------------------------------------------------------------------------
 *
 * Members area
 *
 * ---------------------------------------------------------------------------------- */
/*
 *  Header bar
 * ---------------------------------------------------------------------------------- */
.nav-members-area {
  padding-right: 44px;
}
@media only screen and (max-width: 640px) {
  .nav-members-area {
    padding: 0;
    width: 50px;
    right: 5px;
  }
}
.nav-members-area.nav-btn .btn-icon {
  height: 28px;
  width: 28px;
  background-size: cover;
}
@media only screen and (max-width: 1024px) {
  .nav-members-area.nav-btn .btn-icon {
    height: 26px;
    width: 26px;
  }
}
@media only screen and (max-width: 640px) {
  .nav-members-area.nav-btn .btn-icon {
    right: 10px;
  }
}
.nav-members-area.nav-btn .btn-icon-login {
  background-image: url("../img/icon-members-area-login.svg");
}
.nav-members-area.nav-btn .btn-icon-logout {
  background-image: url("../img/icon-members-area-logout.svg");
  width: 34px !important;
  right: 1px;
}
@media only screen and (max-width: 1024px) {
  .nav-members-area.nav-btn .btn-icon-logout {
    width: 31.5px !important;
  }
}
.nav-members-area.nav-btn .btn-icon-profile {
  background-image: url("../img/icon-members-area-profile.svg");
}

/*
 * Forms
 * ---------------------------------------------------------------------------------- */
[class*=page-template-page-ma] {
  /* Autofill */
}
[class*=page-template-page-ma] input:-webkit-autofill,
[class*=page-template-page-ma] input:-webkit-autofill:hover,
[class*=page-template-page-ma] input:-webkit-autofill:focus,
[class*=page-template-page-ma] input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #F4F7F8 inset !important;
}
[class*=page-template-page-ma] input:-webkit-autofill {
  -webkit-text-fill-color: #0F5C77 !important;
}

.search-filter-field::-ms-clear {
  display: none;
}

/*
 * Profile
 * ---------------------------------------------------------------------------------- */
.ma-menu {
  z-index: 1;
  position: relative;
  margin-top: 50px;
}
.ma-menu ul {
  list-style: none;
  padding: 10px 0 12px 0;
  min-height: 50px;
  display: flex;
  flex-wrap: wrap;
  padding-left: 11px;
  align-items: center;
  width: 100%; /* justify-content: center; */
  background: #E9EEF1;
}
.ma-menu ul li {
  display: inline-block;
  font-size: 1.6rem;
  margin: 0 20px;
}
@media only screen and (max-width: 1024px) {
  .ma-menu ul li {
    margin: 0 10px;
  }
}
@media only screen and (max-width: 480px) {
  .ma-menu ul li {
    width: 100%;
    display: block;
  }
}
.ma-menu ul li a {
  display: inline-block;
  color: #0F5C77;
  border-bottom: 1px solid transparent;
  transition: 0.3s;
}
.ma-menu ul li a:hover {
  border-bottom-color: #0F5C77;
}
.ma-menu ul li a.is-active {
  border-bottom: 1px solid;
  pointer-events: none;
}

/*
 * Messages
 */
#message,
.ma-message,
.acf-form > .acf-notice,
.wpforms-error-container,
.wpforms-confirmation-container {
  width: 100%;
  font-size: 1.8rem;
  padding: 16px 28px 18px 28px;
  border-radius: 27px;
  margin-bottom: 30px;
}
#message p,
.ma-message p,
.acf-form > .acf-notice p,
.wpforms-error-container p,
.wpforms-confirmation-container p {
  padding: 0;
  font-size: 1.8rem;
}
#message a,
.ma-message a,
.acf-form > .acf-notice a,
.wpforms-error-container a,
.wpforms-confirmation-container a {
  color: #cd0000;
}
#message.acf-error-message,
.ma-message.acf-error-message,
.acf-form > .acf-notice.acf-error-message,
.wpforms-error-container.acf-error-message,
.wpforms-confirmation-container.acf-error-message {
  background-color: #f7dede;
  color: #cd0000;
}
#message.updated,
.ma-message.updated,
.acf-form > .acf-notice.updated,
.wpforms-error-container.updated,
.wpforms-confirmation-container.updated {
  background-color: #c4e8da;
  color: #009e61;
}

.wpforms-error-container {
  background-color: #f7dede;
  color: #cd0000;
}

.wpforms-confirmation-container {
  background-color: #c4e8da;
  color: #009e61;
}

.ma-message p,
.acf-form > .acf-notice p,
#message p,
.wpforms-error-container,
.wpforms-confirmation-container {
  margin-left: 0;
  padding-left: 28px;
  position: relative;
}
.ma-message p:before,
.acf-form > .acf-notice p:before,
#message p:before,
.wpforms-error-container:before,
.wpforms-confirmation-container:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 100%;
  background-size: cover;
}

.wpforms-confirmation-container,
.wpforms-error-container {
  padding-left: 56px;
}
.wpforms-confirmation-container:before,
.wpforms-error-container:before {
  top: 18px;
  left: 28px;
}

.ma-message-error p:before,
.acf-form > .acf-notice.acf-error-message p:before,
.wpforms-error-container:before {
  background-color: #cd0000;
  background-image: url("../img/form-alert.svg");
}

.ma-message-success p:before,
#message.updated p:before,
.wpforms-confirmation-container:before {
  background-color: #009e61;
  background-image: url("../img/form-check.svg");
}

.ma-message-info p:before {
  background-color: #c79100;
  background-image: url("../img/form-alert.svg");
}

.acf-notice-dismiss {
  display: none;
}

/*
 * Ads
 */
.items-table.ad-portal th,
.items-table.ad-portal td {
  padding: 10px;
}
.items-table.ad-portal td {
  border-bottom: 2px solid #00F697;
}
.items-table.ad-portal td span {
  color: #0F5C77 !important;
}

.page-template-page-ma-profile #acf-form-data + h2,
.page-template-page-ma-profile #acf-form-data + h2 + .form-table {
  display: none;
}

/*
 * Login
 * ---------------------------------------------------------------------------------- */
.wpforms-field-description {
  margin-top: 10px;
  line-height: 1.3;
}

.wpforms-submit-container {
  margin-top: 30px;
}

.wpforms-container .wpforms-field label[for=wpforms-3131-field_16] {
  display: block;
}

p.wpforms-captcha-question {
  display: inline-block;
  z-index: 1;
  margin-left: 21px !important;
  background: #F4F7F8;
  padding: 0 7px !important;
  top: 13px;
  position: relative;
  font-size: 1.8rem;
  font-weight: 500;
}
@media only screen and (max-width: 800px) {
  p.wpforms-captcha-question {
    margin-left: 17px !important;
  }
}

.wpforms-field-limit-text {
  padding: 0 28px;
}
@media only screen and (max-width: 800px) {
  .wpforms-field-limit-text {
    padding: 0 24px;
  }
}

/*
 * Anzeigen verwalten
 * ---------------------------------------------------------------------------------- */
.ma-table-wrapper-scrollable {
  overflow-y: auto;
}

.ma-table-ads tr {
  border-bottom: 2px solid #00F697;
}
.ma-table-ads td,
.ma-table-ads th {
  padding: 1rem 0 1rem 2rem;
  font-size: 1.8rem;
  vertical-align: middle;
}
.ma-table-ads td:first-of-type,
.ma-table-ads th:first-of-type {
  padding-left: 0;
}
@media only screen and (max-width: 1024px) {
  .ma-table-ads td,
  .ma-table-ads th {
    font-size: 1.6rem;
  }
}
.ma-table-ads .ma-table-ad-title {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  min-width: 200px;
}
.ma-table-ads .ma-delete-post {
  white-space: nowrap;
}
.ma-table-ads .ma-icon {
  line-height: 0;
}
.ma-table-ads .icon-ad-edit,
.ma-table-ads .icon-ad-delete {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  background-size: 32px 32px;
  background-position: center center;
  background-repeat: no-repeat;
  border-bottom: 1px dotted transparent;
}
.ma-table-ads .icon-ad-edit {
  background-image: url("../img/icon-ad-portal-edit.svg");
}
.ma-table-ads .icon-ad-delete {
  background-image: url("../img/icon-ad-portal-delete.svg");
}

/*
 * Protected content
 * ---------------------------------------------------------------------------------- */
.icon-protected-content {
  display: inline-block;
  width: 15px;
  height: 20px;
  position: relative;
  top: 0.09em;
  background-image: url("../img/icon-lock.svg");
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
  margin-right: 6px;
  box-sizing: border-box;
}
.filter-list .icon-protected-content, .modal-nav-primary .icon-protected-content {
  width: 13px;
  height: 17px;
}
.logged-in .icon-protected-content {
  display: none;
}
.module-bgcolor-turquoise-1 .icon-protected-content, .nav-primary .icon-protected-content {
  background-image: url("../img/icon-lock-white.svg");
}
.logged-in .module-bgcolor-turquoise-1 .icon-protected-content, .logged-in .nav-primary .icon-protected-content {
  background-image: url("../img/icon-lock-white-open.svg");
}
.filter-item .icon-protected-content {
  width: 24px;
}

.downloads-links-protected-terms-sub-menu .menu-item {
  padding-left: 19px;
  text-indent: -19px;
}
.logged-in .downloads-links-protected-terms-sub-menu .menu-item {
  padding-left: 0;
  text-indent: 0;
}

.tooltip-hover:hover .tooltip, .tooltip-hover:active .tooltip, .tooltip-hover:focus .tooltip {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.1s, transform 0.5s;
}

.tooltip {
  position: absolute;
  width: 234px;
  bottom: calc(100% + 6px);
  left: 0;
  padding: 13px 19px 14px 37px;
  background-color: #0F5C77;
  color: #fff;
  font-size: 1.4rem;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  transform: translateY(6px);
  opacity: 0;
  transition: opacity 0.2s, transform 0.3s;
  pointer-events: none;
  line-height: 1.4;
  border-radius: 14px;
  text-align: left !important;
  text-indent: 0 !important;
}
.tooltip:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 14px;
  height: 14px;
  top: 14px;
  left: 14px;
  background-image: url("../img/icon-info-white.svg");
  border: 1px solid #fff;
  border-radius: 100%;
}
.module-bgcolor-turquoise-1 .tooltip, .nav-primary .tooltip {
  background-color: #fff;
  color: #0F5C77;
}
.module-bgcolor-turquoise-1 .tooltip:before, .nav-primary .tooltip:before {
  border: 1px solid #0F5C77;
  background-image: url("../img/icon-info-turquoise.svg");
}

.filter-list .filter-item.filter-item-protected {
  position: relative;
}
.filter-list .filter-item.filter-item-protected .checkbox-container {
  text-indent: -28px;
}
.filter-list .filter-item.filter-item-protected .icon-protected-content {
  margin-right: 4px;
}
.logged-in .filter-list .filter-item.filter-item-protected .checkbox-container {
  text-indent: 0;
}

.protected-content  {
  display: inline-block;
  padding-left: 26px;
}

li:empty:before {
  display: none;
}

/* ------------------------------------------------------------------------------------
 *
 * Images
 *
 * ---------------------------------------------------------------------------------- */
.img-wrapper {
  line-height: 0;
  background-color: #000;
}
.img-wrapper a img {
  transition: 0.3s;
}
.img-wrapper a:hover img {
  opacity: 0.9;
}

/* ------------------------------------------------------------------------------------
 *
 * Forms
 *
 * ---------------------------------------------------------------------------------- */
/*
 * Buttons
 * ---------------------------------------------------------------------------------- */
.btn,
.alm-load-more-btn {
  position: relative;
  display: inline-block;
  color: #0F5C77;
  font-size: 1.6rem;
  font-weight: 500;
  cursor: pointer;
  border: 1px solid;
  padding: 0 24px 1px;
  display: inline-flex;
  align-items: center;
  border-radius: 54px;
  line-height: 53px;
  transition: 0.3s;
}
@media only screen and (max-width: 800px) {
  .btn,
  .alm-load-more-btn {
    border-radius: 46px;
    line-height: 45px;
  }
}
@media only screen and (max-width: 640px) {
  .btn,
  .alm-load-more-btn {
    font-size: 1.4rem;
    border-radius: 40px;
    line-height: 39px;
  }
}
.btn:hover,
.alm-load-more-btn:hover {
  background-color: #0F5C77;
  color: #fff;
  border-color: #0F5C77;
}
.module-bgcolor-turquoise-1 .btn,
.module-bgcolor-turquoise-1 .alm-load-more-btn {
  color: #fff;
  border-color: #fff;
}
.module-bgcolor-turquoise-1 .btn:hover,
.module-bgcolor-turquoise-1 .alm-load-more-btn:hover {
  background-color: #00F697;
  color: #0F5C77;
  border-color: #00F697;
}

.module-bgcolor-turquoise-1 a.swiper-slide:hover .btn {
  background-color: #00F697;
  color: #0F5C77;
  border-color: #00F697;
}
.module-bgcolor-turquoise-1 .btn:hover {
  background-color: #00F697;
  color: #0F5C77;
  border-color: #00F697;
}

.module-bgcolor-white a.swiper-slide:hover .btn {
  background-color: #0F5C77;
  border-color: #0F5C77;
  color: #fff;
}
.module-bgcolor-white .btn:hover {
  background-color: #0F5C77;
  border-color: #0F5C77;
  color: #fff;
}

/*
 * Input
 * ---------------------------------------------------------------------------------- */
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

input,
textarea,
select:not(.ui-datepicker-month):not(.ui-datepicker-year),
button[type=submit],
.btn-submit {
  padding: 0 28px;
  display: inline-flex;
  align-items: center;
  border-radius: 54px;
  line-height: 54px;
  border: 1px solid #0F5C77;
  background-color: transparent;
  color: #0F5C77;
  font-size: 2.2rem;
  font-weight: 500;
}
@media only screen and (max-width: 800px) {
  input,
  textarea,
  select:not(.ui-datepicker-month):not(.ui-datepicker-year),
  button[type=submit],
  .btn-submit {
    padding: 0 24px;
    border-radius: 50px;
    line-height: 50px;
    font-size: 1.8rem;
  }
}

textarea {
  max-width: 100%;
  line-height: 1.4;
  padding: 12px 28px;
}

select:not(.ui-datepicker-month):not(.ui-datepicker-year) {
  padding: 0 24px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  border-radius: 56px;
  background-image: url("../img/toggle-arrow-turquoise.svg");
  background-position: center right 16px;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  transition: 0.3s;
}
select:not(.ui-datepicker-month):not(.ui-datepicker-year) option {
  font-family: "Helvetica", "Arial", sans-serif;
  font-weight: 400;
}

button[type=submit],
input[type=submit],
.section .btn-primary,
.btn-submit {
  background-color: #0F5C77;
  border: 1px solid #0F5C77;
  background-image: url("../img/arrow-right-white.svg");
  background-position: center right 22px;
  background-repeat: no-repeat;
  background-size: 20px auto;
  padding-right: 46px;
  color: #fff;
  font-weight: 500;
  transition: 0.2s;
  font-size: 1.8rem;
}
.is-windows button[type=submit],
.is-windows input[type=submit],
.is-windows .section .btn-primary,
.is-windows .btn-submit {
  padding-right: 46px;
}
@media only screen and (max-width: 800px) {
  button[type=submit],
  input[type=submit],
  .section .btn-primary,
  .btn-submit {
    font-size: 1.6rem;
  }
}
button[type=submit]:hover,
input[type=submit]:hover,
.section .btn-primary:hover,
.btn-submit:hover {
  cursor: pointer;
  padding-right: 52px;
}

textarea {
  border-radius: 24px;
}

label {
  font-weight: 500;
}

/* Autofill */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #fff inset !important;
}

input:-webkit-autofill {
  -webkit-text-fill-color: #0F5C77 !important;
}

/*
 * Checkbox
 * ---------------------------------------------------------------------------------- */
.form-field-container-radio {
  margin-top: 0px;
  margin-bottom: 32px;
  line-height: 1.3;
}

.vFormCheckbox,
.gdprRequired,
.checkbox-container {
  display: block;
  position: relative;
  padding-left: 28px;
  margin-bottom: 1.25rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 1.8rem;
}
@media only screen and (max-width: 800px) {
  .vFormCheckbox,
  .gdprRequired,
  .checkbox-container {
    padding-left: 24px;
  }
}
.vFormCheckbox input,
.gdprRequired input,
.checkbox-container input {
  position: absolute;
  opacity: 0;
  height: 0;
}
.vFormCheckbox .checkmark,
.gdprRequired .checkmark,
.checkbox-container .checkmark {
  position: absolute;
  top: 7px;
  left: -22px;
  height: 22px;
  width: 22px;
  border: 1px solid #0F5C77;
  cursor: pointer;
  transition: 0s;
  border-radius: 100%;
}
@media only screen and (max-width: 800px) {
  .vFormCheckbox .checkmark,
  .gdprRequired .checkmark,
  .checkbox-container .checkmark {
    top: 9px;
    left: -19px;
    width: 19px;
    height: 19px;
  }
}
.is-invalid .vFormCheckbox .checkmark,
.is-invalid .gdprRequired .checkmark,
.is-invalid .checkbox-container .checkmark {
  border-color: #cd0000;
}
.vFormCheckbox:hover,
.gdprRequired:hover,
.checkbox-container:hover {
  cursor: pointer;
}
.vFormCheckbox:hover .checkmark,
.gdprRequired:hover .checkmark,
.checkbox-container:hover .checkmark {
  opacity: 1;
}
.vFormCheckbox.is-checked .checkmark,
.gdprRequired.is-checked .checkmark,
.checkbox-container.is-checked .checkmark {
  opacity: 1;
  border-color: #0F5C77;
  background-color: #0F5C77;
  background-image: url("../img/form-check.svg");
  background-size: cover;
}

.ajax-loader {
  position: absolute;
  right: 22px;
  width: 23px;
  height: 50%;
  margin-top: -1px;
  display: inline-block;
  background-image: url("../img/form-loading.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
  opacity: 0;
  transition: 0.2s;
}
.ajax-loader.is-active {
  opacity: 1;
}

.wpforms-container div.wpforms-field-name {
  margin-top: 0;
  padding-top: 27px;
}

/* ------------------------------------------------------------------------------------
 *
 * Icons
 *
 * ---------------------------------------------------------------------------------- */
.icon-social-media {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center center;
}
.icon-social-media.facebook {
  background-image: url("../img/icon-social-media-facebook-white.svg");
}
.icon-social-media.instagram {
  background-image: url("../img/icon-social-media-instagram-white.svg");
}
.icon-social-media.twitter {
  background-image: url("../img/icon-social-media-twitter-white.svg");
}

/* ------------------------------------------------------------------------------------
 *
 * Social media
 *
 * ---------------------------------------------------------------------------------- */
.social-media {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
@media only screen and (max-width: 1280px) {
  .social-media {
    display: block;
  }
}
.social-media li {
  list-style: none;
  display: inline-block;
  margin-right: 5px;
  margin-left: 0 !important;
}
.social-media li:before {
  display: none !important;
}
.social-media li .icon-social-media {
  border-bottom: 0 !important;
  width: 32px;
  height: 32px;
  background-size: cover;
  background-position: center;
  border-radius: 100%;
}
.social-media li .icon-social-media.facebook {
  background-image: url("../img/icon-sm-facebook.svg");
}
.social-media li .icon-social-media.instagram {
  background-image: url("../img/icon-sm-instagram.svg");
}
.social-media li .icon-social-media:hover {
  transform: scale(1.1);
}

/* ------------------------------------------------------------------------------------
 *
 * Element – Swiper
 *
 * ---------------------------------------------------------------------------------- */
.swiper-container {
  max-width: 1600px;
  width: 100%;
}
.swiper-container .swiper-slide {
  height: 100%;
  background-position: center center;
  background-size: cover;
}
.swiper-container .swiper-pagination {
  position: relative;
  display: inline-block;
  width: auto;
  bottom: auto;
  font-weight: 600;
  color: #00F697;
}

.swiper-button-prev,
.swiper-button-next {
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50px;
  width: 48px;
  height: 48px;
  z-index: 10;
  cursor: pointer;
  background: none;
  left: 0;
  right: auto;
  transition: 0.2s;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url("../img/swiper-arrow.svg");
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  transform: translateX(-4px);
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.3;
}

.swiper-button-next {
  right: 0;
  left: auto;
  transform: rotate(180deg);
}
.swiper-button-next:hover {
  transform: rotate(180deg) translateX(-4px);
}

.swiper-only-one-slide .swiper-button-prev,
.swiper-only-one-slide .swiper-button-next,
.swiper-only-one-slide .swiper-pagination {
  display: none;
}

.module-slider .swiper-container-horizontal > .swiper-pagination-bullets {
  width: 100%;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border: 1px solid #0F5C77;
  background-color: transparent;
  box-sizing: border-box;
  opacity: 1;
  transition: 0.3s;
}
.swiper-pagination-bullet:hover {
  background-color: #0F5C77;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #0F5C77;
}

.module-bgcolor-turquoise-1 .swiper-pagination-bullet {
  border: 1px solid #fff;
}
.module-bgcolor-turquoise-1 .swiper-pagination-bullet:hover {
  background-color: #fff;
}
.module-bgcolor-turquoise-1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
}

/* ------------------------------------------------------------------------------------
 *
 * Element – Toggle down
 *
 * ---------------------------------------------------------------------------------- */
.element-toggle h3,
.element-toggle p,
.element-accordion h3,
.element-accordion p {
  padding: 0;
}
.element-toggle a,
.element-accordion a {
  color: #0F5C77;
}

.toggle-title,
.accordion-title,
.tab-toggle-title {
  display: inline-block;
  position: relative;
  cursor: pointer;
  color: #0F5C77;
  transition: 0.3s;
  line-height: 1.2;
}
.module-bgcolor-turquoise-1 .toggle-title,
.module-bgcolor-turquoise-1 .accordion-title,
.module-bgcolor-turquoise-1 .tab-toggle-title {
  color: #fff;
}
.toggle-title:hover,
.accordion-title:hover,
.tab-toggle-title:hover {
  transform: translateX(5px);
}
.toggle-title.is-active,
.accordion-title.is-active,
.tab-toggle-title.is-active {
  transform: translateX(0);
}
.toggle-title.with-arrow,
.accordion-title.with-arrow,
.tab-toggle-title.with-arrow {
  position: relative;
}
.toggle-title.with-arrow:before,
.accordion-title.with-arrow:before,
.tab-toggle-title.with-arrow:before {
  content: "";
  position: absolute;
  top: 4px;
  left: -1.25em;
  color: #00F697;
  transition: 0.3s;
  width: 1em;
  height: 1em;
  background-image: url("../img/arrow-right-green.svg");
  background-size: cover;
}
.toggle-title.with-arrow.is-active:before,
.accordion-title.with-arrow.is-active:before,
.tab-toggle-title.with-arrow.is-active:before {
  transform: rotate(90deg);
}

.accordion-title.is-active {
  pointer-events: none;
}
@media only screen and (max-width: 640px) {
  .accordion-title.is-active {
    pointer-events: all;
  }
}

.section:not(.module-tabs) .toggle-content,
.section:not(.module-tabs) .accordion-content {
  display: none;
}
.section:not(.module-tabs) .toggle-content.is-visible,
.section:not(.module-tabs) .accordion-content.is-visible {
  display: block;
}

.toggle-content,
.accordion-content {
  padding-bottom: 30px;
}
.toggle-content.is-visible,
.accordion-content.is-visible {
  display: block;
}
.toggle-content > h1:first-child, .toggle-content > h2:first-child, .toggle-content > h3:first-child, .toggle-content > h4:first-child, .toggle-content > h5:first-child, .toggle-content > h6:first-child,
.accordion-content > h1:first-child,
.accordion-content > h2:first-child,
.accordion-content > h3:first-child,
.accordion-content > h4:first-child,
.accordion-content > h5:first-child,
.accordion-content > h6:first-child {
  padding-top: 1.5em;
}

a.accordion-title, a.toggle-title {
  display: inline-block;
  padding-bottom: 0.125em;
  transition: 0.3s;
  border-color: transparent;
}
a.accordion-title:hover, a.toggle-title:hover {
  transform: translateX(5px);
}

/* ------------------------------------------------------------------------------------
 *
 * Element – Responsive videos
 *
 * ---------------------------------------------------------------------------------- */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ------------------------------------------------------------------------------------
 *
 * Element – List
 *
 * ---------------------------------------------------------------------------------- */
.list > li {
  margin-left: 0 !important;
}
.list > li:before {
  display: none !important;
}
.list .post-title {
  float: left;
  width: calc(100% - 125px);
}
@media only screen and (max-width: 800px) {
  .list .post-title {
    width: calc(100% - 110px);
  }
}
@media only screen and (max-width: 480px) {
  .list .post-title {
    width: 100%;
  }
}
.list .toggle-title {
  width: 100%;
  padding: 1rem 0 1rem 0;
}
.list .toggle-container {
  line-height: 0;
  border-bottom: 2px solid #00F697;
}
.list h3:not(.text-h2),
.list h4 {
  display: inline-block;
  padding: 0;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 500;
}
@media only screen and (max-width: 800px) {
  .list h3:not(.text-h2),
  .list h4 {
    font-size: 1.6rem;
  }
}
.list h5 {
  font-size: 1.8rem;
}
@media only screen and (max-width: 800px) {
  .list h5 {
    font-size: 1.6rem;
  }
}
.list .date {
  float: left;
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 500;
  width: 125px;
}
@media only screen and (max-width: 800px) {
  .list .date {
    width: 110px;
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 480px) {
  .list .date {
    width: auto;
    float: none;
  }
}
.list .toggle-content-inner {
  padding-left: 125px;
}
@media only screen and (max-width: 800px) {
  .list .toggle-content-inner {
    padding-left: 110px;
  }
}
@media only screen and (max-width: 480px) {
  .list .toggle-content-inner {
    padding-left: 0;
  }
}
.list .toggle-content-inner p,
.list .toggle-content-inner ul,
.list .toggle-content-inner ol,
.list .toggle-content-inner li,
.list .toggle-content-inner th,
.list .toggle-content-inner td,
.list .toggle-content-inner label {
  font-size: 1.8rem;
}
@media only screen and (max-width: 800px) {
  .list .toggle-content-inner p,
  .list .toggle-content-inner ul,
  .list .toggle-content-inner ol,
  .list .toggle-content-inner li,
  .list .toggle-content-inner th,
  .list .toggle-content-inner td,
  .list .toggle-content-inner label {
    font-size: 1.6rem;
  }
}
.list .toggle-content-inner > p:first-child,
.list .toggle-content-inner > ul:first-child,
.list .toggle-content-inner > ol:first-child,
.list .toggle-content-inner > li:first-child,
.list .toggle-content-inner > th:first-child,
.list .toggle-content-inner > td:first-child {
  padding-top: 0.5em;
}
.list .toggle-title.with-arrow {
  padding-left: 30px;
}
.list .toggle-title.with-arrow:before {
  left: 0;
  top: 12px;
}
@media only screen and (max-width: 1280px) {
  .list .toggle-title.with-arrow:before {
    top: 13px;
  }
}
@media only screen and (max-width: 1024px) {
  .list .toggle-title.with-arrow:before {
    top: 14px;
  }
}
@media only screen and (max-width: 800px) {
  .list .toggle-title.with-arrow:before {
    top: 12px;
    width: 1.25em;
    height: 1.25em;
  }
}
.list .toggle-title .post-title {
  float: left;
  width: calc(100% - 125px);
}
@media only screen and (max-width: 800px) {
  .list .toggle-title .post-title {
    width: calc(100% - 110px);
  }
}
@media only screen and (max-width: 480px) {
  .list .toggle-title .post-title {
    width: 100%;
  }
}
.list .toggle-content.with-arrow .toggle-content-inner {
  padding-left: 155px;
}
@media only screen and (max-width: 800px) {
  .list .toggle-content.with-arrow .toggle-content-inner {
    padding-left: 140px;
  }
}
@media only screen and (max-width: 480px) {
  .list .toggle-content.with-arrow .toggle-content-inner {
    padding-left: 30px;
  }
}
.list .tab-container .toggle-container {
  border-top: 0;
}
.list .tab-container .toggle-container:first-of-type {
  border-top: 2px solid #00F697;
}

.list-content-wrapper {
  width: 100%;
}
.list-content-wrapper:first-of-type .list-content {
  border-top: 2px solid #00F697;
}
.list-content-wrapper .list-content {
  border-bottom: 2px solid #00F697;
}
.list-content-wrapper .list-content .list-content-row {
  width: 100%;
  padding: 1.25rem 6rem 1.35rem 0;
  transition: 0.3s;
}
@media only screen and (max-width: 640px) {
  .list-content-wrapper .list-content .list-content-row {
    padding-right: 5rem;
  }
}
.list-content-wrapper .list-content a {
  display: inline-block;
}
.list-content-wrapper .list-content a:hover {
  transform: translateX(5px);
}

.alm-listing.alm-ajax {
  padding: 0 !important;
}

.alm-reveal .list-content {
  border-top: 0 !important;
}

.type-link,
.type-file {
  background-size: 32px 32px;
  background-repeat: no-repeat;
  background-position: right center;
}
@media only screen and (max-width: 640px) {
  .type-link,
  .type-file {
    background-size: 24px 24px;
  }
}

.type-file {
  background-image: url("../img/icon-download.svg");
}

.type-link {
  background-image: url("../img/icon-link.svg");
}

/* ------------------------------------------------------------------------------------
 *
 * Element – Compass
 *
 * ---------------------------------------------------------------------------------- */
.element-compass {
  position: absolute;
  z-index: 1;
  margin-top: 25px;
  top: 50%;
  left: 50%;
  width: 140vw;
  height: 140vw;
  transform: translate(-50%, -50%) rotate(239deg);
  opacity: 0.85;
  pointer-events: none;
}
@media only screen and (max-width: 800px) {
  .element-compass {
    width: 150vw;
    height: 150vw;
    transform: translate(-50%, -60%) rotate(245deg);
  }
}

.home .element-compass {
  top: 70%;
  left: 50%;
  width: 110vw;
  height: 110vw;
  transform: translate(-50%, -50%) rotate(-15deg);
}
@media only screen and (max-width: 1280px) {
  .home .element-compass {
    top: 60%;
  }
}
@media only screen and (max-width: 800px) {
  .home .element-compass {
    top: 55%;
  }
}
@media only screen and (max-width: 640px) {
  .home .element-compass {
    top: 60%;
    width: 120vw;
    height: 120vw;
    transform: translate(-50%, -50%) rotate(-150deg);
  }
}

/* ------------------------------------------------------------------------------------
 *
 * Module: Basic – Cookie banner
 *
 * ---------------------------------------------------------------------------------- */
.element-cookie-notice {
  position: fixed;
  z-index: 999;
  bottom: 0;
  right: 0;
  width: 25%;
  min-width: 500px;
  background-color: #fff;
  color: #0F5C77;
  box-shadow: 0px 0 48px 0px rgba(31, 32, 68, 0.08);
}
@media only screen and (max-width: 800px) {
  .element-cookie-notice {
    width: 100%;
    min-width: 0;
  }
}
.element-cookie-notice .element-inner {
  padding: 35px;
}
@media only screen and (max-width: 640px) {
  .element-cookie-notice .element-inner {
    padding: 20px;
  }
}
.element-cookie-notice .text-p3 {
  margin: 0;
}
.element-cookie-notice a {
  color: #0F5C77;
  border-bottom: 1px solid;
  transition: 0.3s;
}
.element-cookie-notice a:hover {
  border-color: transparent;
}

/* ------------------------------------------------------------------------------------
 *
 * Module – Intro
 *
 * ---------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------
 *
 * Module – Quote
 *
 * ---------------------------------------------------------------------------------- */
.module-quote .module-quote-inner {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  min-height: 600px;
  overflow: hidden;
}
@media only screen and (max-width: 1280px) {
  .module-quote .module-quote-inner {
    min-height: 500px;
  }
}
@media only screen and (max-width: 1024px) {
  .module-quote .module-quote-inner {
    min-height: 400px;
  }
}
.module-quote .col-image {
  position: relative;
}
.module-quote .col-image .compass-quote {
  position: absolute;
  top: -1%;
  right: -100px;
  height: 102%;
  width: auto;
  z-index: 1;
}
@media only screen and (max-width: 1280px) {
  .module-quote .col-image .compass-quote {
    right: -80px;
  }
}
@media only screen and (max-width: 1024px) {
  .module-quote .col-image .compass-quote {
    height: 130%;
  }
}
@media only screen and (max-width: 800px) {
  .module-quote .col-image .compass-quote {
    right: -12.5%;
  }
}
.module-quote .col-text {
  padding-left: 15rem;
  background-color: #E9EEF1;
}
@media only screen and (max-width: 1280px) {
  .module-quote .col-text {
    padding: 5rem 5rem 5rem 12.5rem;
  }
}
@media only screen and (max-width: 800px) {
  .module-quote .col-text {
    padding: 4rem 4rem 4rem 0;
  }
}
@media only screen and (max-width: 640px) {
  .module-quote .col-text {
    padding: 3rem 3rem 3rem 0;
  }
}
.module-quote .col-text blockquote {
  max-width: 640px;
}
@media only screen and (max-width: 800px) {
  .module-quote .col-text blockquote {
    max-width: 100%;
  }
}

/* ------------------------------------------------------------------------------------
 *
 * Module – Slider
 *
 * ---------------------------------------------------------------------------------- */
@media only screen and (max-width: 1280px) {
  .module-slider .swiper-button-next,
  .module-slider .swiper-button-prev {
    top: 45px;
    width: 40px;
    height: 40px;
  }
}
@media only screen and (max-width: 1024px) {
  .module-slider .swiper-button-next,
  .module-slider .swiper-button-prev {
    background-size: 30px 30px;
  }
}
@media only screen and (max-width: 800px) {
  .module-slider .swiper-button-next,
  .module-slider .swiper-button-prev {
    background-size: 24px 24px;
  }
}
@media only screen and (max-width: 640px) {
  .module-slider .swiper-button-next,
  .module-slider .swiper-button-prev {
    width: 30px;
  }
}
.module-slider .swiper-button-next {
  right: -58px;
}
@media only screen and (max-width: 1024px) {
  .module-slider .swiper-button-next {
    right: -40px;
  }
}
@media only screen and (max-width: 640px) {
  .module-slider .swiper-button-next {
    right: -30px;
  }
}
.module-slider .swiper-button-prev {
  left: -58px;
}
@media only screen and (max-width: 1024px) {
  .module-slider .swiper-button-prev {
    left: -40px;
  }
}
@media only screen and (max-width: 640px) {
  .module-slider .swiper-button-prev {
    left: -30px;
  }
}
.module-slider .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 27px;
}

/* ------------------------------------------------------------------------------------
 *
 * Module – Quicklinks with icons
 *
 * ---------------------------------------------------------------------------------- */
.module-quicklinks-with-icons a {
  display: inline-block;
}
.module-quicklinks-with-icons a.swiper-slide {
  border-bottom: 0;
}
.module-quicklinks-with-icons .btn {
  display: inline-flex;
}
.module-quicklinks-with-icons .icon {
  width: 150px;
}
@media only screen and (max-width: 1280px) {
  .module-quicklinks-with-icons .icon {
    width: 135px;
  }
}
@media only screen and (max-width: 1024px) {
  .module-quicklinks-with-icons .icon {
    width: 120px;
  }
}
@media only screen and (max-width: 800px) {
  .module-quicklinks-with-icons .icon {
    width: 105px;
  }
}
.module-quicklinks-with-icons h4,
.module-quicklinks-with-icons .text-h4 {
  font-size: 3rem;
  line-height: 1.2;
  padding-top: 1em;
  padding-bottom: 0.5em;
}
@media only screen and (max-width: 1280px) {
  .module-quicklinks-with-icons h4,
  .module-quicklinks-with-icons .text-h4 {
    font-size: 2.6rem;
  }
}
@media only screen and (max-width: 1024px) {
  .module-quicklinks-with-icons h4,
  .module-quicklinks-with-icons .text-h4 {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 800px) {
  .module-quicklinks-with-icons h4,
  .module-quicklinks-with-icons .text-h4 {
    font-size: 1.8rem;
  }
}
.module-quicklinks-with-icons h4.text-h4,
.module-quicklinks-with-icons .text-h4.text-h4 {
  font-size: 2rem;
  line-height: 1.2;
  padding-top: 1em;
  padding-bottom: 0.5em;
}
@media only screen and (max-width: 1280px) {
  .module-quicklinks-with-icons h4.text-h4,
  .module-quicklinks-with-icons .text-h4.text-h4 {
    font-size: 1.8rem;
  }
}
.module-quicklinks-with-icons .text-p3 {
  padding: 0 20px;
  -webkit-hyphens: auto;
  hyphens: auto;
}
@media only screen and (max-width: 1280px) {
  .module-quicklinks-with-icons .text-p3 {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 1024px) {
  .module-quicklinks-with-icons .text-p3 {
    padding: 0 10px;
  }
}
.module-quicklinks-with-icons .col-3,
.module-quicklinks-with-icons .col-4 {
  border-bottom: 0;
  margin-top: 80px;
}
@media only screen and (max-width: 1280px) {
  .module-quicklinks-with-icons .col-3,
  .module-quicklinks-with-icons .col-4 {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 800px) {
  .module-quicklinks-with-icons .col-3,
  .module-quicklinks-with-icons .col-4 {
    margin-top: 72px;
  }
}
@media only screen and (max-width: 640px) {
  .module-quicklinks-with-icons .col-3,
  .module-quicklinks-with-icons .col-4 {
    margin-top: 56px;
  }
}
.module-quicklinks-with-icons .col-4:nth-child(-n+3) {
  margin-top: 0;
}
@media only screen and (max-width: 800px) {
  .module-quicklinks-with-icons .col-4:nth-child(-n+3) {
    margin-top: 72px;
  }
  .module-quicklinks-with-icons .col-4:nth-child(-n+2) {
    margin-top: 0;
  }
}
@media only screen and (max-width: 640px) {
  .module-quicklinks-with-icons .col-4:nth-child(-n+3) {
    margin-top: 56px;
  }
  .module-quicklinks-with-icons .col-4:nth-child(-n+2) {
    margin-top: 0;
  }
}
@media only screen and (max-width: 480px) {
  .module-quicklinks-with-icons .col-4:nth-child(-n+3) {
    margin-top: 56px;
  }
  .module-quicklinks-with-icons .col-4:nth-child(-n+2) {
    margin-top: 56px;
  }
  .module-quicklinks-with-icons .col-4:nth-child(-n+1) {
    margin-top: 0;
  }
}
.module-quicklinks-with-icons .col-3:nth-child(-n+4) {
  margin-top: 0;
}
@media only screen and (max-width: 1024px) {
  .module-quicklinks-with-icons .col-3:nth-child(-n+4) {
    margin-top: 72px;
  }
  .module-quicklinks-with-icons .col-3:nth-child(-n+3) {
    margin-top: 0;
  }
}
@media only screen and (max-width: 800px) {
  .module-quicklinks-with-icons .col-3:nth-child(-n+4), .module-quicklinks-with-icons .col-3:nth-child(-n+3) {
    margin-top: 72px;
  }
  .module-quicklinks-with-icons .col-3:nth-child(-n+2) {
    margin-top: 0;
  }
}
@media only screen and (max-width: 640px) {
  .module-quicklinks-with-icons .col-3:nth-child(-n+4), .module-quicklinks-with-icons .col-3:nth-child(-n+3) {
    margin-top: 56px;
  }
  .module-quicklinks-with-icons .col-3:nth-child(-n+2) {
    margin-top: 0;
  }
}
@media only screen and (max-width: 480px) {
  .module-quicklinks-with-icons .col-3:nth-child(-n+4), .module-quicklinks-with-icons .col-3:nth-child(-n+3), .module-quicklinks-with-icons .col-3:nth-child(-n+2) {
    margin-top: 56px;
  }
  .module-quicklinks-with-icons .col-3:nth-child(-n+1) {
    margin-top: 0;
  }
}
.module-quicklinks-with-icons .icon-wrapper {
  position: relative;
  display: inline-block;
}
.module-quicklinks-with-icons .icon-wrapper .icon-protected-content {
  position: absolute;
  top: 0;
  left: 100%;
}
.module-quicklinks-with-icons .icon-protected-content {
  top: 0;
}
.module-quicklinks-with-icons .tooltip-hover {
  position: static;
}
.module-quicklinks-with-icons .tooltip-hover .tooltip {
  bottom: 80px;
  left: 50%;
  margin-left: -107px;
}

/* ------------------------------------------------------------------------------------
 *
 * Module: Teaser with images
 *
 * ---------------------------------------------------------------------------------- */
.module-teaser-with-images .col {
  background-color: #fff;
  border: 0;
}
.module-teaser-with-images .col img {
  transition: 0.4s;
}
.module-teaser-with-images .col:hover img {
  opacity: 0.9;
}
.module-teaser-with-images .col:hover .btn {
  background-color: #0F5C77;
  color: #fff;
  border-color: #0F5C77;
}
.module-teaser-with-images .col:last-of-type {
  margin-bottom: 0;
}
.module-teaser-with-images .teaser-with-images-content {
  padding: 2rem 2rem 4rem;
}

/* ------------------------------------------------------------------------------------
 *
 * Module: Teaser – News
 *
 * ---------------------------------------------------------------------------------- */
.module-teaser-news .swiper-slide-content {
  -webkit-hyphens: auto;
  hyphens: auto;
}
.module-teaser-news .content-wrapper {
  padding-right: 50px;
}
.module-teaser-news .swiper-container {
  padding: 0 12px;
}
@media only screen and (max-width: 800px) {
  .module-teaser-news .swiper-container {
    padding: 0;
  }
}
.module-teaser-news .news-image {
  padding-bottom: 75%;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #fff;
}

/* ------------------------------------------------------------------------------------
 *
 * Module – Numbers
 *
 * ---------------------------------------------------------------------------------- */
.module-numbers {
  overflow: hidden;
}
@media only screen and (max-width: 480px) {
  .module-numbers {
    min-height: 100vw;
  }
}
.module-numbers .element-compass {
  margin-top: 0;
  top: 50%;
  left: 50%;
  width: 140vw;
  height: 140vw;
  transform: translate(-50%, -50%) rotate(155deg);
}
@media only screen and (max-width: 1280px) {
  .module-numbers .element-compass {
    width: 150vw;
    height: 150vw;
  }
}
@media only screen and (max-width: 1024px) {
  .module-numbers .element-compass {
    width: 160vw;
    height: 160vw;
  }
}
@media only screen and (max-width: 800px) {
  .module-numbers .element-compass {
    width: 135vw;
    height: 135vw;
  }
}
@media only screen and (max-width: 640px) {
  .module-numbers .element-compass {
    width: 145vw;
    height: 145vw;
  }
}
@media only screen and (max-width: 480px) {
  .module-numbers .element-compass {
    left: 59%;
    width: 170vw;
    height: 170vw;
  }
}
@media (max-width: 374px) {
  .module-numbers .element-compass {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .module-numbers h2 {
    margin-top: 2rem;
    font-size: 2.4rem;
  }
}
.module-numbers .numbers-number {
  position: relative;
  padding: 0;
  font-size: 11rem;
  color: #00F697;
  white-space: nowrap;
}
@media only screen and (max-width: 1280px) {
  .module-numbers .numbers-number {
    font-size: 9rem;
  }
}
@media only screen and (max-width: 1024px) {
  .module-numbers .numbers-number {
    font-size: 8rem;
  }
}
@media only screen and (max-width: 800px) {
  .module-numbers .numbers-number {
    font-size: 7.25rem;
  }
}
@media only screen and (max-width: 640px) {
  .module-numbers .numbers-number {
    font-size: 11rem;
  }
}
.module-numbers .numbers-number:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  width: 150px;
  height: 2px;
  background-color: #00F697;
}
.module-numbers .numbers-text {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 0;
  font-size: 2.4rem;
  -webkit-hyphens: auto;
  hyphens: auto;
}

/* ------------------------------------------------------------------------------------
 *
 * Module – Text
 *
 * ---------------------------------------------------------------------------------- */
.module-text .toggle-title:hover {
  transform: none;
}
.module-text hgroup,
.module-text h2 {
  position: relative;
  padding-bottom: 0;
}
.module-text .icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 130px;
  right: calc(100% + 32px);
}
@media only screen and (max-width: 1024px) {
  .module-text .icon {
    width: 110px;
    right: calc(100% + 24px);
  }
}
@media only screen and (max-width: 800px) {
  .module-text .icon {
    width: 90px;
  }
}
@media only screen and (max-width: 640px) {
  .module-text .icon {
    display: block;
    position: relative;
    right: auto;
    top: auto;
    transform: none;
    margin-bottom: 20px;
  }
}

/* ------------------------------------------------------------------------------------
 *
 * Module – Text / Image
 *
 * ---------------------------------------------------------------------------------- */
.module-text-image .module-text-image-inner {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
}
.module-text-image .is-icon {
  background-color: #C0F2E1;
  background-size: 85% auto;
  height: 45vw;
}
@media only screen and (max-width: 800px) {
  .module-text-image .is-icon {
    background-size: auto 100%;
  }
}

/* ------------------------------------------------------------------------------------
 *
 * Module – Tabs
 *
 * ---------------------------------------------------------------------------------- */
.module-tabs {
  overflow: hidden;
}
.module-tabs .tab-toggle-title-container {
  display: none;
}
.module-tabs.tabs-toggle .tabs {
  display: none;
}
.module-tabs.tabs-toggle .tab-toggle-title-container {
  display: block;
  margin-top: 0.5rem;
}
.module-tabs.tabs-toggle .tab-content {
  position: relative;
  margin-bottom: 3rem;
}
.module-tabs.tabs-toggle .tab-container {
  display: block;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 0;
}
@media only screen and (max-width: 640px) {
  .module-tabs.tabs-toggle .tab-container {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.module-tabs.tabs-toggle .tab-container.is-visible .toggle-tab-content {
  display: block;
}
.module-tabs.tabs-toggle .tab-container .toggle-content {
  display: block;
  padding-bottom: 0;
}
.module-tabs.tabs-toggle .list .tab-container {
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (max-width: 640px) {
  .module-tabs.tabs-toggle .list .tab-container {
    padding-left: 0;
    padding-right: 0;
  }
}

.tabs {
  position: static !important;
  overflow: hidden;
}
.tabs .tab-list {
  list-style-type: none;
}
.tabs .tab-list li {
  display: inline-block;
  text-indent: 0;
  transition: background-color 0.25s, color 0.25s;
}
.tabs .tab-list li:hover, .tabs .tab-list li.is-active {
  background-color: #0F5C77;
}
.tabs .tab-list li:hover a, .tabs .tab-list li.is-active a {
  color: #fff;
}
.tabs .tab-list li.is-active {
  pointer-events: none;
}
.tabs .tab-list li:before {
  display: none;
}
.tabs .tab-list li a {
  position: relative;
  display: inline-block;
  color: #0F5C77;
  transition: 0.25s;
  border-bottom: 0;
  margin-left: 0;
  padding-left: 0;
}
.tabs .tab-list li a.is-disabled {
  pointer-events: none;
}
.tabs .tabs-inner {
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}
.tabs.tabs-static .tab-list-wrapper .tab-list {
  padding: 0;
}
.tabs.tabs-static .tab-item {
  display: inline-flex;
  align-items: center;
  border-radius: 54px;
  line-height: 54px;
}
@media only screen and (max-width: 640px) {
  .tabs.tabs-static .tab-item {
    border-radius: 42px;
    line-height: 42px;
  }
}
.tabs.tabs-static .tab-item a {
  top: -2px;
}
.tabs.tabs-static .tab-item.is-active a {
  pointer-events: none;
  color: #fff;
}
.tabs.tabs-static .tab-item.is-active:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 54px;
  background-color: #0F5C77;
}

.tab-container {
  text-align: left;
}

.tab-list-wrapper {
  position: relative;
  display: inline-block;
  text-align: center;
  width: 100%;
}
.tab-list-wrapper .tab-list-pill {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100px;
  height: 56px;
  border-radius: 56px;
  background-color: #0F5C77;
  transition: 0.5s;
  display: none;
}
@media only screen and (max-width: 640px) {
  .tab-list-wrapper .tab-list-pill {
    height: 44px;
    border-radius: 44px;
  }
}
.tab-list-wrapper .tab-list {
  position: relative;
  display: inline-block;
  font-size: 0;
}
.tab-list-wrapper .tab-list .tab-item {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 54px;
  border-radius: 54px;
  border: 1px solid;
  margin: 12px;
}
.tab-list-wrapper .tab-list .tab-item a {
  display: inline-block;
  margin: 0 2.5rem;
  border-bottom: 1px solid transparent;
}

.tab-section {
  position: relative;
  box-sizing: content-box;
}
.tab-section.has-icon {
  min-height: 110px;
}
.tab-section p, .tab-section h1, .tab-section h2, .tab-section h3, .tab-section h4, .tab-section h5, .tab-section h6, .tab-section ul {
  position: relative;
  z-index: 1;
}
.tab-section p:first-child, .tab-section h1:first-child, .tab-section h2:first-child, .tab-section h3:first-child, .tab-section h4:first-child, .tab-section h5:first-child, .tab-section h6:first-child, .tab-section ul:first-child {
  padding-top: 0;
}
.tab-section p:last-child, .tab-section h1:last-child, .tab-section h2:last-child, .tab-section h3:last-child, .tab-section h4:last-child, .tab-section h5:last-child, .tab-section h6:last-child, .tab-section ul:last-child {
  padding-bottom: 0;
}
.tab-section .section-icon + p, .tab-section .section-icon + h1, .tab-section .section-icon + h2, .tab-section .section-icon + h3, .tab-section .section-icon + h4, .tab-section .section-icon + h5, .tab-section .section-icon + h6, .tab-section .section-icon + ul {
  padding-top: 0;
}
.tab-section:before {
  content: "";
  position: absolute;
  top: 0;
  left: -100vw;
  width: 300vw;
  height: 100%;
  z-index: 0;
}
.section-count-2 .tab-section:nth-of-type(1):before {
  background: #E9EEF1;
}
.section-count-2 .tab-section:nth-of-type(2):before {
  background: #F4F7F8;
}
.section-count-3 .tab-section:nth-of-type(2):before {
  background: #E9EEF1;
}
.section-count-3 .tab-section:nth-of-type(3):before {
  background: #F4F7F8;
}
.tab-section .section-icon {
  position: absolute;
  top: 60px;
  width: 110px;
}
@media only screen and (max-width: 1280px) {
  .tab-section .section-icon {
    width: 72px;
  }
}
@media only screen and (max-width: 1024px) {
  .tab-section .section-icon {
    position: relative;
    top: auto;
    right: auto !important;
  }
}

.module-bgcolor-turquoise-1 .tabs .tab-list li:hover, .module-bgcolor-turquoise-1 .tabs .tab-list li.is-active {
  background-color: #fff;
}
.module-bgcolor-turquoise-1 .tabs .tab-list li:hover a, .module-bgcolor-turquoise-1 .tabs .tab-list li.is-active a {
  color: #0F5C77;
}
.module-bgcolor-turquoise-1 .tabs .tab-list li a {
  color: #fff;
}

/* ------------------------------------------------------------------------------------
 *
 * Module – Image
 *
 * ---------------------------------------------------------------------------------- */
.module-image {
  line-height: 0;
}

/* ------------------------------------------------------------------------------------
 *
 * Module – Board
 *
 * ---------------------------------------------------------------------------------- */
.module-board {
  overflow: hidden;
  min-height: 65vw;
}
.module-board .module-board-inner {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
}
.module-board .col-half {
  display: flex;
  position: relative;
  width: 50%;
  align-items: center;
}
@media only screen and (max-width: 640px) {
  .module-board .col-half {
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .module-board .col-image {
    display: none;
  }
}
.module-board .col-text {
  padding: 80px;
  z-index: 0;
}
@media only screen and (max-width: 1024px) {
  .module-board .col-text {
    padding: 52px;
  }
}
@media only screen and (max-width: 640px) {
  .module-board .col-text {
    padding: 35px;
  }
}
.module-board .board-person {
  color: #87AEBB;
  transition: color 0.3s;
}
.module-board .board-person p {
  padding: 0;
}
.module-board .board-person a {
  color: #0F5C77;
}
.module-board .board-person.is-active {
  color: #0F5C77;
}
.module-board .board-person.is-active .board-name {
  border-bottom: 1px solid transparent;
  pointer-events: none;
}
.module-board a.board-name {
  transition: 0.3s;
  font-weight: 500;
  border-bottom: 1px solid #0F5C77;
}
.module-board a.board-name:hover {
  border-bottom-color: transparent;
}
@media only screen and (max-width: 640px) {
  .module-board a.board-name {
    pointer-events: none;
    border-bottom: 0 !important;
  }
}
.module-board .col-image .board-image {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
  transition: opacity 0.8s;
}
.module-board .col-image .board-image.is-visible {
  opacity: 1;
  z-index: 2;
}
.module-board .col-image .board-image.last-visible {
  z-index: 1;
}
.module-board .accordion-content {
  padding-bottom: 10px;
}

/* ------------------------------------------------------------------------------------
 *
 * Module – Office
 *
 * ---------------------------------------------------------------------------------- */
.module-office a.mail {
  border-bottom: 1px solid;
  transition: 0.3s;
}
.module-office a.mail:hover {
  border-color: transparent;
}
.module-office .toggle-title-management {
  pointer-events: none;
}
.module-office a.toggle-title {
  padding-bottom: 0;
}
.module-office h4 {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 1.4;
  font-size: 2.6rem;
  font-weight: 400;
}
@media only screen and (max-width: 1280px) {
  .module-office h4 {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 1024px) {
  .module-office h4 {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 800px) {
  .module-office h4 {
    font-size: 2rem;
  }
}
.module-office h5 {
  padding-top: 1em;
}

/* ------------------------------------------------------------------------------------
 *
 * Module – Video
 *
 * ---------------------------------------------------------------------------------- */
@media only screen and (max-width: 800px) {
  .module-video {
    background-color: transparent;
    padding: 0;
  }
}
@media only screen and (max-width: 800px) {
  .module-video .row,
  .module-video .col {
    width: 100%;
    padding: 0;
    margin: 0;
  }
}

/* ------------------------------------------------------------------------------------
 *
 * Module – News
 *
 * ---------------------------------------------------------------------------------- */
.module-news-calendar .date {
  font-variant-numeric: tabular-nums;
  -moz-font-feature-settings: "tnum";
  -webkit-font-feature-settings: "tnum";
  font-feature-settings: "tnum";
}
.module-news-calendar .list-content-wrapper {
  line-height: 0;
}
.module-news-calendar .term-title {
  margin-top: 5rem;
  padding-bottom: 2.5rem;
}
.module-news-calendar.tabs-toggle .tab-container-alle {
  display: none !important;
}
.module-news-calendar.tabs-toggle .tab-container:nth-of-type(2) h3 {
  margin-top: 0;
}
.module-news-calendar .tab-container .msg-empty {
  padding: 0;
}
.module-news-calendar .tab-container.tabs-visible .msg-empty {
  text-align: left;
}

.module-news-news .row-wrapper .col-10 {
  width: 83.3333333333%;
}
@media only screen and (max-width: 1280px) {
  .module-news-news .row-wrapper .col-12-lg {
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .module-news-news .row-wrapper .col-10-md {
    width: 83.3333333333%;
  }
}
@media only screen and (max-width: 800px) {
  .module-news-news .row-wrapper .col-12-sm {
    width: 100%;
  }
}
.module-news-news .toggle-title:hover {
  transform: none;
}
.module-news-news .news-image {
  padding-bottom: 75%;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #fff;
}

/* ------------------------------------------------------------------------------------
 *
 * Module – Downloads & Links
 *
 * ---------------------------------------------------------------------------------- */
.module-downloads-links .checkbox-container {
  padding-left: 28px;
  font-weight: 500;
  hyphens: auto;
  width: 100%;
}
.module-downloads-links .checkbox-container .checkmark {
  left: 0;
  top: 3px;
}
@-moz-document url-prefix() {
  .module-downloads-links .checkbox-container .checkmark {
    top: 0;
  }
}
.module-downloads-links .col {
  position: relative;
}
.module-downloads-links .filter-list-wrapper {
  margin-right: 2rem;
}
@media only screen and (max-width: 800px) {
  .module-downloads-links .filter-list-wrapper {
    margin-right: 0;
  }
}
.module-downloads-links .msg-empty {
  padding: 0;
}

.is-windows .module-downloads-links .checkbox-container .checkmark {
  top: 0;
}
.is-windows .module-downloads-links .filter-list-children .filter-item {
  padding-top: 1px;
}
.is-windows .module-downloads-links .filter-list-children .checkbox-container .checkmark {
  top: -1px;
}

.filter-output {
  opacity: 1;
  transition: 0.5s;
}
.filter-output.is-invisible {
  opacity: 0;
}

.filter-loading {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  opacity: 0;
  transition: 0.5s;
  height: 8px;
  width: 32px;
  background: url("../img/btn-loading-turquoise.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.filter-loading.is-visible {
  opacity: 1;
}

.filter-list {
  padding: 0 !important;
}
.filter-list .filter-item {
  margin-left: 0;
  border-top: 1px solid #0F5C77;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1024px) {
  .filter-list .filter-item {
    display: inline-block;
    margin-right: 1rem;
  }
}
.filter-list .filter-item:before {
  display: none;
}
.filter-list .filter-item .checkbox-container {
  margin: 0.6em 0 0.75em;
}
.filter-list.filter-list-protected {
  border-bottom: 2px solid #00F697;
  padding-bottom: 1em;
  margin-bottom: 1em;
}
.filter-list .btn.is-active {
  background-color: #0F5C77;
  color: #fff;
  border-color: #0F5C77;
}
.filter-list .item-is-protected > .checkbox-container {
  padding-right: 40px;
}
.filter-list .item-is-protected .icon {
  position: relative;
}
.filter-list .item-is-protected .icon:before {
  content: "";
  position: absolute;
  bottom: -6px;
  left: calc(100% + 6px);
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url("../img/icon-lock-turquoise-open.svg");
  background-size: cover;
}
.filter-list .item-has-children.item-is-protected > .checkbox-container {
  padding-right: 80px;
}
.filter-list .item-has-children > .checkbox-container {
  padding-right: 40px;
}
.filter-list .item-has-children .dropdown {
  display: inline-block;
  position: absolute;
  top: 0;
  z-index: 10;
  right: 0;
  width: 40px;
  height: 50px;
  cursor: pointer;
}
.filter-list .item-has-children .dropdown:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 16px;
  height: 16px;
  transform: translateY(-50%);
  background-image: url("../img/toggle-arrow-filter-turquoise.svg");
  background-size: 16px 16px;
  background-position: center right;
  background-repeat: no-repeat;
  transition: 0.3s;
}
.filter-list .item-has-children .dropdown.is-active:before {
  transform: translateY(-50%) rotate(180deg);
}
.filter-list .filter-list-children {
  display: none;
  padding: 0;
  margin-bottom: 1.5em;
  border-bottom: 1px solid #C9D6DD;
  width: 100%;
}
.filter-list .filter-list-children .filter-item {
  border-color: #C9D6DD;
  padding-left: 28px;
}
.filter-list .filter-list-children .checkbox-container {
  font-weight: 400;
  font-size: 1.6rem;
}
.filter-list .filter-list-children .checkbox-container .checkmark {
  top: 2px;
}

.category-wrapper:first-of-type {
  padding-top: 0;
}

.category-header + .category-header-secondary {
  padding-top: 40px;
}

.text-p3 p {
  padding-top: 0;
  padding-bottom: 0.5em;
  font-size: 1.8rem;
}
@media only screen and (max-width: 640px) {
  .text-p3 p {
    font-size: 1.6rem;
  }
}
.text-p3 p:last-of-type {
  padding-bottom: 0;
}

.filter-select {
  width: 100%;
}

.search-field-wrapper {
  min-width: 0;
  max-width: 10000px;
  width: 100%;
}
.search-field-wrapper .search-filter-submit {
  position: absolute;
  color: #fff;
  border-color: #0F5C77;
}
.search-field-wrapper .search-filter-field {
  font-size: 1.8rem;
}
.search-field-wrapper .search-filter-field::placeholder {
  color: #C9D6DD;
}
.search-field-wrapper .search-filter-field:-ms-input-placeholder {
  color: #C9D6DD;
}
.search-field-wrapper .search-filter-field::-ms-input-placeholder {
  color: #C9D6DD;
}
.search-field-wrapper .search-filter-field:focus::placeholder {
  color: transparent;
}
.search-field-wrapper .search-filter-field:focus:-ms-input-placeholder {
  color: transparent;
}
.search-field-wrapper .search-filter-field:focus::-ms-input-placeholder {
  color: transparent;
}
.search-field-wrapper .search-filter-delete {
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 20px;
  background-color: #0F5C77;
  background-image: url("../img/icon-filter-delete-white.svg");
  background-size: 16px 16px;
  background-position: center center;
  transition: 0.3s;
  border-radius: 100%;
  transform: translateY(-50%);
  opacity: 0;
  pointer-events: none;
}
.search-field-wrapper .search-filter-delete:hover {
  background-color: #87AEBB;
}
.search-field-wrapper .search-filter-delete.is-visible {
  opacity: 1;
  pointer-events: all;
}

/* ------------------------------------------------------------------------------------
 *
 * Module — Ad portal
 *
 * ---------------------------------------------------------------------------------- */
.module-ad-portal .ajax-load-more-wrap .toggle-container:first-of-type {
  border-top: 0;
}
.module-ad-portal .ajax-load-more-wrap .toggle-content {
  display: none;
}
.module-ad-portal .ad-portal-links:before {
  content: "x";
  position: absolute;
  top: -9999px;
  left: -9999px;
  display: inline-block;
  width: 0;
  height: 0;
  font-family: "Mabry";
  font-weight: 300;
  background-image: url("../img/compass-black.svg");
}
.module-ad-portal .ad-portal-links li {
  display: inline-block;
  margin: 0 5px;
}
@media only screen and (max-width: 480px) {
  .module-ad-portal .ad-portal-links li {
    display: block;
    margin: 10px 0;
  }
}
.module-ad-portal .ad-portal-links li:before {
  display: none;
}
.module-ad-portal .term-title {
  margin-top: 5rem;
  padding-bottom: 2.5rem;
}
.module-ad-portal .tab-container:first-of-type .term-title {
  margin-top: 0;
}
.module-ad-portal .tab-container .msg-empty {
  padding: 0;
}
.module-ad-portal .tab-container.tabs-visible .msg-empty {
  text-align: left;
}
.module-ad-portal .toggle-container {
  width: 100%;
}
.module-ad-portal .toggle-content a {
  display: inline;
}
.module-ad-portal .alm-reveal .toggle-container {
  border-top: 0 !important;
}
.module-ad-portal [data-total-posts="0"] .alm-btn-wrap,
.module-ad-portal [data-total-posts="1"] .alm-btn-wrap,
.module-ad-portal [data-total-posts="2"] .alm-btn-wrap,
.module-ad-portal [data-total-posts="3"] .alm-btn-wrap,
.module-ad-portal [data-total-posts="4"] .alm-btn-wrap,
.module-ad-portal [data-total-posts="5"] .alm-btn-wrap,
.module-ad-portal [data-total-posts="6"] .alm-btn-wrap,
.module-ad-portal [data-total-posts="7"] .alm-btn-wrap,
.module-ad-portal [data-total-posts="8"] .alm-btn-wrap,
.module-ad-portal [data-total-posts="9"] .alm-btn-wrap {
  display: none !important;
}

@media print {
  .page-id-583 {
    -webkit-print-color-adjust: exact !important;
    color-adjust: exact !important;
    color: #000;
    margin: 0 0 0 56px;
  }
  .page-id-583 .module-ad-portal {
    padding-top: 200px;
  }
  .page-id-583 .col {
    margin: 0;
  }
  .page-id-583 li:before {
    color: #000 !important;
  }
  .page-id-583 ol li:before {
    left: -1.25em;
  }
  .page-id-583 ul li {
    margin-left: 20px;
  }
  .page-id-583 ul li:before {
    left: -1.25em;
  }
  .page-id-583 a {
    color: #000 !important;
  }
  .page-id-583 a.accordion-title:hover,
  .page-id-583 a.toggle-title:hover {
    transform: none;
  }
  .page-id-583 .header-bar {
    position: absolute;
    box-shadow: none !important;
    height: 200px;
    width: calc(100% - 56px);
    left: 56px;
  }
  .page-id-583 .header-bar a {
    height: 100%;
  }
  .page-id-583 .header-bar br {
    display: none;
  }
  .page-id-583 .header-bar .logo {
    left: 0;
    font-size: 27pt;
    height: 100%;
  }
  .page-id-583 .header-bar .logo-inner {
    transform: none;
    height: 100%;
  }
  .page-id-583 .header-bar .logo-long {
    display: none;
  }
  .page-id-583 .header-bar .logo-short {
    height: 100%;
    display: flex;
    align-items: center;
  }
  .page-id-583 .header-bar .nav-btn {
    display: none;
  }
  .page-id-583 .header-bar .nav-header {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 45px;
    height: 45px;
    background-image: url("../img/compass-black.svg");
    background-size: cover;
  }
  .page-id-583 .header,
  .page-id-583 .row-tabs,
  .page-id-583 .row-btn,
  .page-id-583 .footer,
  .page-id-583 .alm-btn-wrap,
  .page-id-583 .element-cookie-notice {
    display: none;
  }
  .page-id-583 .row,
  .page-id-583 .col {
    width: 100%;
    max-width: 100%;
  }
  .page-id-583 .toggle-title {
    display: flex;
  }
  .page-id-583 .toggle-title:before {
    display: none;
  }
  .page-id-583 .date,
  .page-id-583 h5 {
    order: 2;
    width: auto;
    font-size: 11pt;
  }
  .page-id-583 h5 {
    font-weight: 500;
  }
  .page-id-583 .list .tab-container .toggle-container {
    border-color: #000;
    border-bottom-width: 1px;
  }
  .page-id-583 .list .tab-container .toggle-container:first-of-type {
    border-top-width: 1px;
  }
  .page-id-583 .list .toggle-title.with-arrow {
    padding-left: 0;
  }
  .page-id-583 .list .toggle-title .post-title {
    order: 1;
    width: 100%;
    font-size: 11pt;
    font-weight: 500;
  }
  .page-id-583 .list .toggle-title .date {
    padding-left: 30px;
    line-height: 1.5;
    font-variant-numeric: tabular-nums;
    -moz-font-feature-settings: "tnum";
    -webkit-font-feature-settings: "tnum";
    font-feature-settings: "tnum";
  }
  .page-id-583 .list .toggle-title .date strong {
    font-weight: 400;
  }
  .page-id-583 .list .toggle-content.with-arrow .toggle-content-inner {
    padding-left: 0;
  }
  .page-id-583 .list .toggle-content.with-arrow .toggle-content-inner p,
  .page-id-583 .list .toggle-content.with-arrow .toggle-content-inner ul,
  .page-id-583 .list .toggle-content.with-arrow .toggle-content-inner ol,
  .page-id-583 .list .toggle-content.with-arrow .toggle-content-inner li,
  .page-id-583 .list .toggle-content.with-arrow .toggle-content-inner th,
  .page-id-583 .list .toggle-content.with-arrow .toggle-content-inner td,
  .page-id-583 .list .toggle-content.with-arrow .toggle-content-inner label {
    font-weight: 300;
    font-size: 11pt;
  }
  .item-is-toggled .toggle-container {
    display: none;
  }
  .item-is-toggled .toggle-container.is-visible {
    display: block;
  }
  .item-is-toggled .list .toggle-title.with-arrow .post-title {
    font-size: 16.5pt;
  }
  .item-is-toggled .list .toggle-title.with-arrow .date {
    padding-left: 20px;
    margin-top: 9px;
    margin-right: 90px;
  }
  .item-is-toggled .list .toggle-title.with-arrow .date strong {
    font-weight: 500;
  }
  .item-is-toggled .list .tab-container .toggle-container {
    border: 0 !important;
  }
  .item-is-toggled .list .tab-container .toggle-container.is-visible {
    padding-bottom: 40px;
  }
  .item-is-toggled .list .tab-container .toggle-container .post-title {
    margin-bottom: 2rem;
  }
}
/* ------------------------------------------------------------------------------------
 *
 * Element – Info overlay
 *
 * ---------------------------------------------------------------------------------- */
.module-banner {
  position: absolute;
  z-index: 10;
  top: 50px;
  left: 0;
  width: 100%;
}
.module-banner .banner-close {
  position: absolute;
  right: 20px;
  top: 0;
  width: 50px;
  height: 50px;
  z-index: 1000;
  background-color: transparent;
  background-image: url("../img/close-modal.svg");
  background-size: cover;
}
@media only screen and (max-width: 1024px) {
  .module-banner .banner-close {
    right: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .module-banner .banner-close {
    right: 5px;
  }
}

/* ------------------------------------------------------------------------------------
 *
 * Module – Members area
 *
 * ---------------------------------------------------------------------------------- */
.btn-members-area {
  border: 1px solid #fff !important;
  color: #fff;
}
.btn-members-area:hover {
  background-color: #fff;
  color: #0F5C77;
}
@media only screen and (max-width: 1280px) {
  .btn-members-area {
    margin-left: 3.5rem;
  }
}
@media only screen and (max-width: 1024px) {
  .btn-members-area {
    margin-left: 0;
  }
}
@media only screen and (max-width: 640px) {
  .btn-members-area {
    font-size: 1.6rem;
    padding: 11px 24px 15px;
    border-radius: 48px;
  }
}

/* ------------------------------------------------------------------------------------
 *
 * Forms – Mailchimp
 *
 * ---------------------------------------------------------------------------------- */
.module-newsletter {
  /* Autofill */
}
.module-newsletter h2 {
  padding-bottom: 0.25em;
}
.module-newsletter .text-h3 {
  padding-top: 0.25em;
}
.module-newsletter .newsletter-icon {
  width: 110px;
}
.module-newsletter .rmBase__section {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 640px) {
  .module-newsletter .rmBase__section {
    flex-wrap: wrap;
  }
}
.module-newsletter .rmBase__el--input {
  display: inline-block;
  width: 400px;
}
.module-newsletter .rmBase__el--cta {
  width: 180px;
  margin-left: 20px;
  text-align: left;
}
.module-newsletter .mc-embedded-subscribe {
  margin-top: 27px;
}
@media only screen and (max-width: 800px) {
  .module-newsletter .mc-embedded-subscribe {
    margin-top: 24px;
  }
}
@media only screen and (max-width: 640px) {
  .module-newsletter .mc-embedded-subscribe {
    margin-top: 0;
  }
}
.module-newsletter .rmBase__content .rmBase__section__main .rmBase__el--input {
  position: relative;
}
.module-newsletter .rmBase__content .rmBase__section__main label {
  top: -15px;
  left: 24px;
  position: absolute;
  padding: 0 7px;
}
@media only screen and (max-width: 800px) {
  .module-newsletter .rmBase__content .rmBase__section__main label {
    left: 17px;
  }
}
.module-newsletter .rmBase__content {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
}
.module-newsletter .rmBase__content input,
.module-newsletter .rmBase__content select,
.module-newsletter .rmBase__content textarea {
  width: 100%;
}
.module-newsletter .rmBase__content label {
  display: inline-block;
  z-index: 1;
  background: #0F5C77;
  top: 13px;
  padding: 0;
  position: relative;
  font-size: 1.8rem;
  margin-bottom: 0;
}
@media only screen and (max-width: 800px) {
  .module-newsletter .rmBase__content label {
    top: 11px;
    left: 17px;
    font-size: 1.6rem;
  }
}
.module-newsletter .rmBase__content label.wpforms-label-hide {
  display: none;
}
.module-newsletter input,
.module-newsletter button[type=submit] {
  border-color: #fff;
  color: #fff;
}
.module-newsletter input:-webkit-autofill,
.module-newsletter input:-webkit-autofill:hover,
.module-newsletter input:-webkit-autofill:focus,
.module-newsletter input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #0F5C77 inset !important;
}
.module-newsletter input:-webkit-autofill {
  -webkit-text-fill-color: #fff !important;
}
.module-newsletter .col-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.module-newsletter .vFormCheckbox {
  position: relative;
  display: inline-block;
}
.module-newsletter .checkbox-container,
.module-newsletter .gdprRequired {
  padding-left: 0;
}
.module-newsletter .checkbox-container label,
.module-newsletter .gdprRequired label {
  position: relative;
  font-size: 1.6rem;
}
@media only screen and (max-width: 800px) {
  .module-newsletter .checkbox-container label,
  .module-newsletter .gdprRequired label {
    font-size: 1.4rem;
  }
}
.module-newsletter .checkbox-container .checkmark,
.module-newsletter .gdprRequired .checkmark {
  top: 1px;
  left: -32px;
  border-color: #00F697;
}
@media only screen and (max-width: 800px) {
  .module-newsletter .checkbox-container .checkmark,
  .module-newsletter .gdprRequired .checkmark {
    left: -26px;
  }
}
.module-newsletter .checkbox-container.is-checked .checkmark,
.module-newsletter .gdprRequired.is-checked .checkmark {
  opacity: 1;
  border-color: #00F697;
  background-color: #00F697;
  background-image: url("../img/form-check-turquoise.svg");
}
.module-newsletter .rmBase__compError,
.module-newsletter .mce-error-response,
.module-newsletter .mce-success-response {
  font-size: 1.4rem;
  color: #cd0000;
  margin: 0.5rem 0;
  padding: 0.25rem 0.5rem 0.3rem;
}
.module-newsletter .rmBase__compError,
.module-newsletter .mce-error-response {
  background: #fff;
}
.module-newsletter .rmBase__compError a,
.module-newsletter .mce-error-response a {
  color: #cd0000;
}
.module-newsletter .rmBase__compError,
.module-newsletter .mce-error-response {
  display: inline-block;
}
.module-newsletter div.mce_inline_error[for=mce-EMAIL],
.module-newsletter .mce-error-response {
  margin-left: 28px;
  margin-right: 28px;
}
.module-newsletter #mce-success-response {
  color: #00F697;
  font-size: 1.8rem;
}
.is-windows .module-newsletter .gdprRequired .checkmark {
  top: -3px;
}
.module-newsletter .rmBase__compError {
  display: none;
}
.module-newsletter .rmBase__el--has-error .rmBase__compError {
  display: inline-block;
}

#rmOrganism .hidden {
  display: none !important;
}

/* ------------------------------------------------------------------------------------
 *
 * Module – Trainee form
 *
 * ---------------------------------------------------------------------------------- */
.module-trainee-form .acf-form .acf-field-group {
  margin-bottom: 0;
}
.module-trainee-form .acf-form .acf-field-group > .acf-label label {
  top: 0;
  margin-left: 0;
  padding: 0;
  font-size: 2.2rem;
  padding-top: 4rem;
  padding-bottom: 1rem;
}
.module-trainee-form .acf-form .acf-field--post-title label {
  top: 0;
  margin-left: 0;
  padding: 0;
  font-size: 2.2rem;
  padding-bottom: 1rem;
}

/* ------------------------------------------------------------------------------------
 *
 * Module: Text / 3 columns
 *
 * ---------------------------------------------------------------------------------- */
.module-text-3-cols hgroup.hgroup-h3-h4 h4 {
  -webkit-hyphens: auto;
  hyphens: auto;
}
@media only screen and (max-width: 1440px) {
  .module-text-3-cols hgroup.hgroup-h3-h4 h4 {
    font-size: 4.25rem;
  }
}
@media only screen and (max-width: 1024px) {
  .module-text-3-cols hgroup.hgroup-h3-h4 h4 {
    font-size: 3.25rem;
  }
}
@media only screen and (max-width: 800px) {
  .module-text-3-cols hgroup.hgroup-h3-h4 h4 {
    font-size: 2.75rem;
  }
}
@media only screen and (max-width: 1024px) {
  .module-text-3-cols .col {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 800px) {
  .module-text-3-cols .col {
    margin-bottom: 40px;
  }
}
.module-text-3-cols .col:last-of-type {
  margin-bottom: 0;
}
.module-text-3-cols .image {
  padding-bottom: 75%;
  background-size: cover;
  background-position: center center;
}
.module-text-3-cols .toggle-title:hover {
  transform: none;
}
.module-text-3-cols .toggle-content {
  padding-bottom: 0;
}

/* ------------------------------------------------------------------------------------
 *
 * Module — Board contenders
 *
 * ---------------------------------------------------------------------------------- */
.module-board-contenders .col {
  margin-bottom: 80px;
}
.module-board-contenders a:not(.btn) {
  border: 0;
}
.module-board-contenders .portrait {
  display: inline-block;
  width: 100%;
  padding-bottom: 75%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.module-board-contenders .text-h1 {
  padding-top: 0;
}

.single-board-contender h1 {
  padding-top: 0;
}
.single-board-contender p {
  padding-top: 0.35em;
  padding-bottom: 0.35em;
}
.single-board-contender p:first-of-type {
  padding-top: 0;
}
.single-board-contender p:last-of-type {
  padding-bottom: 0;
}

.module-table {
  font-size: 2.2rem;
}
@media only screen and (max-width: 1280px) {
  .module-table {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 1024px) {
  .module-table {
    font-size: 1.8rem;
  }
}
.module-table .list-content-wrapper .list-content .list-content-row {
  display: flex;
  padding-right: 0;
}
@media only screen and (max-width: 640px) {
  .module-table .list-content-wrapper .list-content .list-content-row {
    flex-wrap: wrap;
  }
}
.module-table .dt {
  font-weight: 500;
  width: 400px;
  flex-shrink: 0;
  padding-right: 40px;
}
@media only screen and (max-width: 1280px) {
  .module-table .dt {
    width: 360px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .module-table .dt {
    width: 320px;
    padding-right: 24px;
  }
}
@media only screen and (max-width: 800px) {
  .module-table .dt {
    width: 240px;
    padding-right: 24px;
  }
}
@media only screen and (max-width: 640px) {
  .module-table .dt {
    width: 100%;
    padding-right: 0;
  }
}

/* ------------------------------------------------------------------------------------
 *
 * Element – Social Media
 *
 * ---------------------------------------------------------------------------------- */
.module-social-media .social-media li .icon-social-media {
  width: 48px;
  height: 48px;
}

/* ------------------------------------------------------------------------------------
 *
 * Module – Video tutorials
 *
 * ---------------------------------------------------------------------------------- */
.module-video-tutorials video {
  width: 100%;
}
.module-video-tutorials .tabs-visible .halign-center {
  justify-content: flex-start;
}
.module-video-tutorials .tabs-visible .talign-center {
  text-align: left;
}

/* ------------------------------------------------------------------------------------
 *
 * Visibility
 *
 * ---------------------------------------------------------------------------------- */
.is-hidden {
  display: none;
}

.is-visible-lg,
.is-visible-md,
.is-visible-sm,
.is-visible-xs,
.is-visible-xxs {
  display: none;
}

.is-visible-xl {
  display: inline-block;
}

.is-hidden-xl {
  display: none;
}

.is-hidden-only-xl {
  display: none;
}

.is-hidden-only-lg,
.is-hidden-only-md,
.is-hidden-only-sm,
.is-hidden-only-xs,
.is-hidden-xxs {
  display: inline-block;
}

@media only screen and (max-width: 1280px) {
  .is-visible-md,
  .is-visible-sm,
  .is-visible-xs,
  .is-visible-xxs {
    display: none;
  }
  .is-visible-lg {
    display: inline-block;
  }
  .is-hidden-lg {
    display: none;
  }
  .is-hidden-only-lg {
    display: none;
  }
  .is-hidden-only-xxl,
  .is-hidden-only-xl,
  .is-hidden-only-md,
  .is-hidden-only-sm,
  .is-hidden-only-xs,
  .is-hidden-xxs {
    display: inline-block;
  }
}
@media only screen and (max-width: 1024px) {
  .is-visible-sm,
  .is-visible-xs,
  .is-visible-xxs {
    display: none;
  }
  .is-visible-md {
    display: inline-block;
  }
  .is-hidden-md {
    display: none;
  }
  .is-hidden-only-md {
    display: none;
  }
  .is-hidden-only-xxl,
  .is-hidden-only-xl,
  .is-hidden-only-lg,
  .is-hidden-only-sm,
  .is-hidden-only-xs,
  .is-hidden-only-xxs {
    display: inline-block;
  }
}
@media only screen and (max-width: 800px) {
  .is-visible-xs,
  .is-visible-xxs {
    display: none;
  }
  .is-visible-sm {
    display: inline-block;
  }
  .is-hidden-sm {
    display: none;
  }
  .is-hidden-only-sm {
    display: none;
  }
  .is-hidden-only-xxl,
  .is-hidden-only-xl,
  .is-hidden-only-lg,
  .is-hidden-only-md,
  .is-hidden-only-xs,
  .is-hidden-only-xxs {
    display: inline-block;
  }
}
@media only screen and (max-width: 640px) {
  .is-visible-xxs {
    display: none;
  }
  .is-visible-xs {
    display: inline-block;
  }
  .is-hidden-xs {
    display: none;
  }
  .is-hidden-only-xs {
    display: none;
  }
  .is-hidden-only-xxl,
  .is-hidden-only-xl,
  .is-hidden-only-lg,
  .is-hidden-only-md,
  .is-hidden-only-sm,
  .is-hidden-only-xxs {
    display: inline-block;
  }
}
@media only screen and (max-width: 480px) {
  .is-visible-xxs {
    display: inline-block;
  }
  .is-hidden-xxs {
    display: none;
  }
  .is-hidden-only-xxs {
    display: none;
  }
  .is-hidden-only-xxl,
  .is-hidden-only-xl,
  .is-hidden-only-lg,
  .is-hidden-only-md,
  .is-hidden-only-sm {
    display: inline-block;
  }
}
.is-inaccessible {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.module-invisible {
  display: none;
}

/* ------------------------------------------------------------------------------------
 *
 * IE 10
 *
 * ---------------------------------------------------------------------------------- */
.no-flexbox .halign-center .col {
  margin: 0 auto;
}
.no-flexbox .swiper-wrapper {
  margin: 0 auto;
  display: table;
}
.no-flexbox .swiper-slide {
  display: table-cell;
  width: calc(33% - 24px);
  background: red;
}

/* ------------------------------------------------------------------------------------
 *
 * Firefox
 *
 * ---------------------------------------------------------------------------------- */
@supports (-moz-appearance: none) {
  .logo {
    line-height: 1.8;
  }
  .tab-list-wrapper .tab-list {
    padding: 14px 0;
  }
}
/* ------------------------------------------------------------------------------------
 *
 * WP – ALM
 *
 * ---------------------------------------------------------------------------------- */
.ajax-load-more-wrap {
  width: 100%;
}

.alm-btn-wrap {
  text-align: center;
}

.alm-reveal {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.alm-load-more-btn {
  margin-top: 40px;
  background-color: transparent;
}
.alm-load-more-btn:after {
  content: "";
  display: inline-block;
  height: 4px;
  margin-top: 4px;
  background-image: url("../img/btn-loading-turquoise.svg");
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  width: 0;
  transition: 0.3s;
}
.alm-load-more-btn:hover:after {
  background-image: url("../img/btn-loading.svg");
}
.alm-load-more-btn.loading:after {
  width: 16px;
  margin-left: 8px;
  opacity: 1;
}
.alm-load-more-btn.done {
  display: none;
}

/* ------------------------------------------------------------------------------------
 *
 * WP – Contact Form 7
 *
 * ---------------------------------------------------------------------------------- */
.title-contact-form {
  margin-left: 28px;
}
@media only screen and (max-width: 800px) {
  .title-contact-form {
    margin-left: 24px;
  }
}

.wpcf7 {
  line-height: 1.5;
}
.wpcf7 .form-field-container {
  width: 542px;
}
@media only screen and (max-width: 800px) {
  .wpcf7 .form-field-container {
    width: 100%;
  }
}
.wpcf7 .form-field-container input,
.wpcf7 .form-field-container select,
.wpcf7 .form-field-container textarea {
  width: 100%;
}
.wpcf7 .form-field-container textarea {
  height: 120px;
  max-width: 100%;
  min-width: 100%;
}
.wpcf7 .form-field-container label {
  margin-left: 21px;
  background: #fff;
  padding: 0 7px;
  top: 13px;
  position: relative;
}
@media only screen and (max-width: 800px) {
  .wpcf7 .form-field-container label {
    top: 11px;
    margin-left: 17px;
  }
}
.wpcf7 .btn-submit-wrapper {
  position: relative;
  width: 542px;
}
@media only screen and (max-width: 800px) {
  .wpcf7 .btn-submit-wrapper {
    width: 100%;
  }
}
.wpcf7 .btn-submit-wrapper-loading {
  position: relative;
  display: inline-block;
}
.wpcf7 .text-required {
  position: absolute;
  top: 11px;
  right: 0;
  font-size: 1.8rem;
}
@media only screen and (max-width: 800px) {
  .wpcf7 .text-required {
    font-size: 1.6rem;
  }
}
.wpcf7 .ajax-loader {
  position: absolute;
  top: 15px;
  right: -40px;
  background-image: url("../img/form-loading-cf7.svg");
}
.wpcf7 .wpcf7-not-valid-tip {
  display: block;
  margin-left: 28px;
  margin-top: 3px;
  font-size: 1.4rem;
  color: red;
}
@media only screen and (max-width: 800px) {
  .wpcf7 .wpcf7-not-valid-tip {
    margin-left: 24px;
  }
}
.wpcf7 .wpcf7-response-output {
  margin-top: 3px;
  font-size: 1.8rem;
  width: 542px;
}
@media only screen and (max-width: 800px) {
  .wpcf7 .wpcf7-response-output {
    width: 100%;
  }
}
.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ok, .wpcf7 .wpcf7-response-output.wpcf7-validation-errors {
  position: relative;
  margin-top: 30px;
  margin-bottom: 20px;
  padding-left: 40px;
}
.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ok:before, .wpcf7 .wpcf7-response-output.wpcf7-validation-errors:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 32px;
  height: 32px;
  border: 1px solid;
  margin-right: 6px;
  border-radius: 100%;
  color: #fff;
  font-weight: 500;
  text-align: center;
  background-size: 22px 22px;
  background-position: center center;
  background-repeat: no-repeat;
  box-sizing: border-box;
}
.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ok {
  color: #00b488;
}
.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ok:before {
  background-color: #00c091;
  background-image: url("../img/form-check.svg");
  border-color: #00c091;
}
.wpcf7 .wpcf7-response-output.wpcf7-validation-errors {
  color: red;
}
.wpcf7 .wpcf7-response-output.wpcf7-validation-errors:before {
  background-color: red;
  background-image: url("../img/form-alert.svg");
  border-color: red;
}
.wpcf7 .wpcf7-response-output {
  margin-top: 30px;
}
.wpcf7 .wpcf7-response-output .wpcf7-validation-errors {
  margin-top: 30px;
}
.wpcf7 .checkbox-container .wpcf7-not-valid-tip,
.wpcf7 .checkbox-container .wpcf7-validation-errors {
  margin-left: 0;
  margin-top: 0;
  font-weight: 400;
}
.wpcf7 .checkbox-container .wpcf7-list-item-label {
  display: none;
}
.wpcf7 .wpcf7-not-valid {
  border-color: red;
}
.wpcf7 .checkbox-container[for=checkbox-gdpr] {
  display: inline-block;
  padding-top: 7px;
}
@media only screen and (max-width: 800px) {
  .wpcf7 .checkbox-container[for=checkbox-gdpr] {
    padding-top: 8px;
  }
}
.wpcf7 .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  width: 1px;
  margin: 0;
  padding: 0;
  border: 0;
}

/* ------------------------------------------------------------------------------------
 *
 * WP – ACF
 *
 * ---------------------------------------------------------------------------------- */
.acf-hidden,
.wpforms-submit-spinner {
  display: none !important;
}

.title-contact-form {
  margin-left: 28px;
}
@media only screen and (max-width: 800px) {
  .title-contact-form {
    margin-left: 24px;
  }
}

.acf-form,
.wpforms-container {
  line-height: 1.5;
}

.acf-error-message p {
  display: inline-block;
  margin-left: 28px;
  font-size: 1.4rem;
  color: #cd0000;
  padding: 1.5rem 0 1rem;
}
@media only screen and (max-width: 800px) {
  .acf-error-message p {
    margin-left: 24px;
  }
}

.wpforms-container .wpforms-field-row-block {
  position: relative;
}
.wpforms-container .wpforms-field.wpforms-has-error input {
  border-color: #cd0000;
}
.wpforms-container .wpforms-field label.wpforms-field-sublabel {
  position: absolute;
  top: -13px;
  left: 0;
}
.wpforms-container .wpforms-field label.wpforms-field-sublabel:after {
  content: "*";
}
.wpforms-container .wpforms-field label.wpforms-error {
  display: inline-block;
  margin-left: 28px;
  font-size: 1.4rem;
  color: #cd0000;
  padding: 0;
  top: 0;
}
@media only screen and (max-width: 800px) {
  .wpforms-container .wpforms-field label.wpforms-error {
    margin-left: 24px;
  }
}
.wpforms-container .wpforms-field label.wpforms-error a {
  color: #cd0000;
}
.wpforms-container .wpforms-field-name {
  margin-top: 36px;
  margin-bottom: 10px;
}
.wpforms-container .wpforms-field-name > label {
  margin-bottom: 30px;
}

.wpforms-field-gdpr-checkbox ul {
  padding-bottom: 0;
}

.bg-color-white .wpforms-container .wpforms-field label {
  background: #fff;
}

.acf-form .wpforms-field:not(.wpforms-one-half),
.wpforms-container .wpforms-field:not(.wpforms-one-half) {
  clear: both;
}
.acf-form .acf-field,
.acf-form .wpforms-field,
.wpforms-container .acf-field,
.wpforms-container .wpforms-field {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
}
.acf-form .acf-field input,
.acf-form .acf-field select,
.acf-form .acf-field textarea,
.acf-form .wpforms-field input,
.acf-form .wpforms-field select,
.acf-form .wpforms-field textarea,
.wpforms-container .acf-field input,
.wpforms-container .acf-field select,
.wpforms-container .acf-field textarea,
.wpforms-container .wpforms-field input,
.wpforms-container .wpforms-field select,
.wpforms-container .wpforms-field textarea {
  width: 100%;
}
.acf-form .acf-field label,
.acf-form .wpforms-field label,
.wpforms-container .acf-field label,
.wpforms-container .wpforms-field label {
  display: inline-block;
  z-index: 1;
  margin-left: 21px;
  background: #F4F7F8;
  padding: 0 7px;
  top: 13px;
  position: relative;
  font-size: 1.8rem;
}
@media only screen and (max-width: 800px) {
  .acf-form .acf-field label,
  .acf-form .wpforms-field label,
  .wpforms-container .acf-field label,
  .wpforms-container .wpforms-field label {
    top: 11px;
    margin-left: 17px;
    font-size: 1.6rem;
  }
}
.acf-form .acf-field label.wpforms-label-hide,
.acf-form .wpforms-field label.wpforms-label-hide,
.wpforms-container .acf-field label.wpforms-label-hide,
.wpforms-container .wpforms-field label.wpforms-label-hide {
  display: none;
}
.acf-form .wpforms-field-name > label,
.wpforms-container .wpforms-field-name > label {
  display: none;
}
.acf-form .wpforms-field-name .wpforms-first,
.wpforms-container .wpforms-field-name .wpforms-first {
  margin-bottom: 37px;
}
.acf-form .wpforms-field-radio,
.wpforms-container .wpforms-field-radio {
  margin-top: 36px;
}
.acf-form .wpforms-field-radio.wpforms-field [class^=choice] label,
.wpforms-container .wpforms-field-radio.wpforms-field [class^=choice] label {
  background: transparent;
  margin-left: 0;
  padding-left: 30px;
  cursor: pointer;
}
.acf-form .wpforms-field-radio.wpforms-field .wpforms-field-name label, .acf-form .wpforms-field-radio.wpforms-field > label,
.wpforms-container .wpforms-field-radio.wpforms-field .wpforms-field-name label,
.wpforms-container .wpforms-field-radio.wpforms-field > label {
  top: -18px;
  background: #F4F7F8;
  margin-bottom: 10px;
}
.acf-form .wpforms-field-radio li label,
.wpforms-container .wpforms-field-radio li label {
  font-size: 2.2rem;
}
@media only screen and (max-width: 1280px) {
  .acf-form .wpforms-field-radio li label,
  .wpforms-container .wpforms-field-radio li label {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 1024px) {
  .acf-form .wpforms-field-radio li label,
  .wpforms-container .wpforms-field-radio li label {
    font-size: 1.8rem;
  }
}
.acf-form .wpforms-field-radio .wpforms-field-name,
.acf-form .wpforms-field-radio .wpforms-field-select,
.wpforms-container .wpforms-field-radio .wpforms-field-name,
.wpforms-container .wpforms-field-radio .wpforms-field-select {
  padding: 0 28px 20px;
}
.acf-form .wpforms-field-radio .wpforms-field-select,
.wpforms-container .wpforms-field-radio .wpforms-field-select {
  margin-top: -10px;
}
.acf-form .description,
.acf-form .wpforms-field-description,
.wpforms-container .description,
.wpforms-container .wpforms-field-description {
  font-size: 1.4rem;
  font-weight: 400;
  margin-left: 28px;
}
.acf-form .acf-field-wysiwyg .description,
.wpforms-container .acf-field-wysiwyg .description {
  margin-left: 0;
}
.acf-form [for=acf-field_5da4a3ad3205a],
.wpforms-container [for=acf-field_5da4a3ad3205a] {
  display: inline-block;
  top: 0;
  margin: 2rem 0 1.5rem;
}
.acf-form .wpforms-field-radio,
.acf-form .acf-field-wysiwyg .acf-input,
.acf-form .acf-checkbox-list,
.wpforms-container .wpforms-field-radio,
.wpforms-container .acf-field-wysiwyg .acf-input,
.wpforms-container .acf-checkbox-list {
  border: 1px solid #0F5C77;
  border-radius: 27px;
  line-height: 1.4;
  background-color: transparent;
  color: #0F5C77;
  font-size: 2.2rem;
  font-weight: 500;
  clear: both;
}
.acf-form .acf-field-wysiwyg .acf-input,
.wpforms-container .acf-field-wysiwyg .acf-input {
  padding: 30px;
}
.acf-form .acf-field-wysiwyg .wpforms-has-error .wpforms-error,
.acf-form .acf-field-wysiwyg .wpforms-has-error .acf-input, .acf-form .acf-field-wysiwyg.acf-error .wpforms-error,
.acf-form .acf-field-wysiwyg.acf-error .acf-input,
.wpforms-container .acf-field-wysiwyg .wpforms-has-error .wpforms-error,
.wpforms-container .acf-field-wysiwyg .wpforms-has-error .acf-input,
.wpforms-container .acf-field-wysiwyg.acf-error .wpforms-error,
.wpforms-container .acf-field-wysiwyg.acf-error .acf-input {
  border-color: #cd0000;
}
.acf-form .acf-field-wysiwyg .acf-error-message p,
.wpforms-container .acf-field-wysiwyg .acf-error-message p {
  margin-left: 0;
  padding-top: 0;
}
.acf-form .wpforms-field-radio ul,
.acf-form .acf-checkbox-list,
.wpforms-container .wpforms-field-radio ul,
.wpforms-container .acf-checkbox-list {
  padding: 30px 28px 20px;
}
.acf-form .wpforms-field-radio ul li,
.acf-form .acf-checkbox-list li,
.wpforms-container .wpforms-field-radio ul li,
.wpforms-container .acf-checkbox-list li {
  display: block;
  position: relative;
  margin-bottom: 0.75rem;
  margin-left: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 1.8rem;
}
.acf-form .wpforms-field-radio ul li:before,
.acf-form .acf-checkbox-list li:before,
.wpforms-container .wpforms-field-radio ul li:before,
.wpforms-container .acf-checkbox-list li:before {
  display: none;
}
.acf-form .wpforms-field-radio ul,
.wpforms-container .wpforms-field-radio ul {
  margin-top: -31px;
  padding: 20px 28px 20px;
}
.acf-form .wpforms-field-gdpr-checkbox,
.wpforms-container .wpforms-field-gdpr-checkbox {
  clear: both;
}
.acf-form .wpforms-field-radio label,
.acf-form .wpforms-field-gdpr-checkbox label,
.acf-form .acf-field-checkbox label,
.acf-form .acf-field-true-false label,
.wpforms-container .wpforms-field-radio label,
.wpforms-container .wpforms-field-gdpr-checkbox label,
.wpforms-container .acf-field-checkbox label,
.wpforms-container .acf-field-true-false label {
  display: inline-block;
}
.acf-form .wpforms-field-radio label:hover,
.acf-form .wpforms-field-gdpr-checkbox label:hover,
.acf-form .acf-field-checkbox label:hover,
.acf-form .acf-field-true-false label:hover,
.wpforms-container .wpforms-field-radio label:hover,
.wpforms-container .wpforms-field-gdpr-checkbox label:hover,
.wpforms-container .acf-field-checkbox label:hover,
.wpforms-container .acf-field-true-false label:hover {
  cursor: pointer;
}
.acf-form .wpforms-field-radio label.is-checked .checkmark,
.acf-form .wpforms-field-gdpr-checkbox label.is-checked .checkmark,
.acf-form .acf-field-checkbox label.is-checked .checkmark,
.acf-form .acf-field-true-false label.is-checked .checkmark,
.wpforms-container .wpforms-field-radio label.is-checked .checkmark,
.wpforms-container .wpforms-field-gdpr-checkbox label.is-checked .checkmark,
.wpforms-container .acf-field-checkbox label.is-checked .checkmark,
.wpforms-container .acf-field-true-false label.is-checked .checkmark {
  opacity: 1;
  border-color: #0F5C77;
  background-color: #0F5C77;
  background-image: url("../img/form-check.svg");
  background-size: cover;
}
.acf-form .wpforms-field-radio.is-checked .checkmark,
.acf-form .wpforms-field-gdpr-checkbox.is-checked .checkmark,
.acf-form .acf-field-checkbox.is-checked .checkmark,
.acf-form .acf-field-true-false.is-checked .checkmark,
.wpforms-container .wpforms-field-radio.is-checked .checkmark,
.wpforms-container .wpforms-field-gdpr-checkbox.is-checked .checkmark,
.wpforms-container .acf-field-checkbox.is-checked .checkmark,
.wpforms-container .acf-field-true-false.is-checked .checkmark {
  opacity: 1;
  border-color: #0F5C77;
  background-color: #0F5C77;
  background-image: url("../img/form-check.svg");
  background-size: cover;
}
.acf-form .wpforms-field-radio.wpforms-has-error label .checkmark, .acf-form .wpforms-field-radio.acf-error label .checkmark,
.acf-form .wpforms-field-gdpr-checkbox.wpforms-has-error label .checkmark,
.acf-form .wpforms-field-gdpr-checkbox.acf-error label .checkmark,
.acf-form .acf-field-checkbox.wpforms-has-error label .checkmark,
.acf-form .acf-field-checkbox.acf-error label .checkmark,
.acf-form .acf-field-true-false.wpforms-has-error label .checkmark,
.acf-form .acf-field-true-false.acf-error label .checkmark,
.wpforms-container .wpforms-field-radio.wpforms-has-error label .checkmark,
.wpforms-container .wpforms-field-radio.acf-error label .checkmark,
.wpforms-container .wpforms-field-gdpr-checkbox.wpforms-has-error label .checkmark,
.wpforms-container .wpforms-field-gdpr-checkbox.acf-error label .checkmark,
.wpforms-container .acf-field-checkbox.wpforms-has-error label .checkmark,
.wpforms-container .acf-field-checkbox.acf-error label .checkmark,
.wpforms-container .acf-field-true-false.wpforms-has-error label .checkmark,
.wpforms-container .acf-field-true-false.acf-error label .checkmark {
  border-color: #cd0000;
}
.acf-form .wpforms-field-radio.wpforms-has-error label.is-checked .checkmark, .acf-form .wpforms-field-radio.acf-error label.is-checked .checkmark,
.acf-form .wpforms-field-gdpr-checkbox.wpforms-has-error label.is-checked .checkmark,
.acf-form .wpforms-field-gdpr-checkbox.acf-error label.is-checked .checkmark,
.acf-form .acf-field-checkbox.wpforms-has-error label.is-checked .checkmark,
.acf-form .acf-field-checkbox.acf-error label.is-checked .checkmark,
.acf-form .acf-field-true-false.wpforms-has-error label.is-checked .checkmark,
.acf-form .acf-field-true-false.acf-error label.is-checked .checkmark,
.wpforms-container .wpforms-field-radio.wpforms-has-error label.is-checked .checkmark,
.wpforms-container .wpforms-field-radio.acf-error label.is-checked .checkmark,
.wpforms-container .wpforms-field-gdpr-checkbox.wpforms-has-error label.is-checked .checkmark,
.wpforms-container .wpforms-field-gdpr-checkbox.acf-error label.is-checked .checkmark,
.wpforms-container .acf-field-checkbox.wpforms-has-error label.is-checked .checkmark,
.wpforms-container .acf-field-checkbox.acf-error label.is-checked .checkmark,
.wpforms-container .acf-field-true-false.wpforms-has-error label.is-checked .checkmark,
.wpforms-container .acf-field-true-false.acf-error label.is-checked .checkmark {
  border-color: #0F5C77;
}
.acf-form .wpforms-field-radio ul li:hover,
.acf-form .acf-checkbox-list li:hover,
.wpforms-container .wpforms-field-radio ul li:hover,
.wpforms-container .acf-checkbox-list li:hover {
  cursor: pointer;
}
.acf-form .wpforms-field-radio ul li:hover .checkmark,
.acf-form .acf-checkbox-list li:hover .checkmark,
.wpforms-container .wpforms-field-radio ul li:hover .checkmark,
.wpforms-container .acf-checkbox-list li:hover .checkmark {
  opacity: 1;
}
.acf-form .wpforms-field-radio ul li.wpforms-selected .checkmark, .acf-form .wpforms-field-radio ul li.is-checked .checkmark,
.acf-form .acf-checkbox-list li.wpforms-selected .checkmark,
.acf-form .acf-checkbox-list li.is-checked .checkmark,
.wpforms-container .wpforms-field-radio ul li.wpforms-selected .checkmark,
.wpforms-container .wpforms-field-radio ul li.is-checked .checkmark,
.wpforms-container .acf-checkbox-list li.wpforms-selected .checkmark,
.wpforms-container .acf-checkbox-list li.is-checked .checkmark {
  opacity: 1;
  border-color: #0F5C77;
  background-color: #0F5C77;
  background-image: url("../img/form-check.svg");
  background-size: cover;
}
.acf-form .wpforms-field-radio ul,
.acf-form .wpforms-field-gdpr-checkbox,
.acf-form .acf-field-true-false label,
.acf-form .acf-checkbox-list,
.wpforms-container .wpforms-field-radio ul,
.wpforms-container .wpforms-field-gdpr-checkbox,
.wpforms-container .acf-field-true-false label,
.wpforms-container .acf-checkbox-list {
  background: transparent;
}
.acf-form .wpforms-field-radio ul label,
.acf-form .wpforms-field-gdpr-checkbox label,
.acf-form .acf-field-true-false label label,
.acf-form .acf-checkbox-list label,
.wpforms-container .wpforms-field-radio ul label,
.wpforms-container .wpforms-field-gdpr-checkbox label,
.wpforms-container .acf-field-true-false label label,
.wpforms-container .acf-checkbox-list label {
  top: 0;
}
.acf-form .wpforms-field-radio ul input,
.acf-form .wpforms-field-gdpr-checkbox input,
.acf-form .acf-field-true-false label input,
.acf-form .acf-checkbox-list input,
.wpforms-container .wpforms-field-radio ul input,
.wpforms-container .wpforms-field-gdpr-checkbox input,
.wpforms-container .acf-field-true-false label input,
.wpforms-container .acf-checkbox-list input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.acf-form .wpforms-field-radio ul .checkmark,
.acf-form .wpforms-field-gdpr-checkbox .checkmark,
.acf-form .acf-field-true-false label .checkmark,
.acf-form .acf-checkbox-list .checkmark,
.wpforms-container .wpforms-field-radio ul .checkmark,
.wpforms-container .wpforms-field-gdpr-checkbox .checkmark,
.wpforms-container .acf-field-true-false label .checkmark,
.wpforms-container .acf-checkbox-list .checkmark {
  position: absolute;
  top: 2px;
  left: -22px;
  height: 22px;
  width: 22px;
  border: 1px solid #0F5C77;
  transition: 0.25s;
  cursor: pointer;
  transition: 0.3s;
  border-radius: 100%;
}
@media only screen and (max-width: 800px) {
  .acf-form .wpforms-field-radio ul .checkmark,
  .acf-form .wpforms-field-gdpr-checkbox .checkmark,
  .acf-form .acf-field-true-false label .checkmark,
  .acf-form .acf-checkbox-list .checkmark,
  .wpforms-container .wpforms-field-radio ul .checkmark,
  .wpforms-container .wpforms-field-gdpr-checkbox .checkmark,
  .wpforms-container .acf-field-true-false label .checkmark,
  .wpforms-container .acf-checkbox-list .checkmark {
    top: 4px;
    left: -19px;
    width: 19px;
    height: 19px;
  }
}
.is-invalid .acf-form .wpforms-field-radio ul .checkmark,
.is-invalid .acf-form .wpforms-field-gdpr-checkbox .checkmark,
.is-invalid .acf-form .acf-field-true-false label .checkmark,
.is-invalid .acf-form .acf-checkbox-list .checkmark,
.is-invalid .wpforms-container .wpforms-field-radio ul .checkmark,
.is-invalid .wpforms-container .wpforms-field-gdpr-checkbox .checkmark,
.is-invalid .wpforms-container .acf-field-true-false label .checkmark,
.is-invalid .wpforms-container .acf-checkbox-list .checkmark {
  border-color: #cd0000;
}
.acf-form .wpforms-field-radio ul .checkmark,
.wpforms-container .wpforms-field-radio ul .checkmark {
  left: 0;
  top: 6px;
}
@media only screen and (max-width: 1280px) {
  .acf-form .wpforms-field-radio ul .checkmark,
  .wpforms-container .wpforms-field-radio ul .checkmark {
    top: 4px;
  }
}
.acf-form .acf-form-submit,
.wpforms-container .acf-form-submit {
  margin-top: 1.5rem;
  position: relative;
}
.acf-form .ajax-loader,
.wpforms-container .ajax-loader {
  position: relative;
  height: 10px;
  margin-top: 0;
  top: 0;
  right: auto;
  margin-left: 10px;
  background-image: url("../img/form-loading-cf7.svg");
}
.acf-form .btn-submit-wrapper,
.wpforms-container .btn-submit-wrapper {
  position: relative;
  width: 100%;
  margin-top: 24px;
}
.acf-form .btn-submit-wrapper-loading,
.wpforms-container .btn-submit-wrapper-loading {
  position: relative;
  display: inline-block;
}
.acf-form .text-required,
.wpforms-container .text-required {
  position: absolute;
  top: 11px;
  right: 0;
  font-size: 1.8rem;
}
@media only screen and (max-width: 800px) {
  .acf-form .text-required,
  .wpforms-container .text-required {
    font-size: 1.6rem;
  }
}
.acf-form .wpcf7-response-output,
.wpforms-container .wpcf7-response-output {
  margin-top: 3px;
  font-size: 1.8rem;
  width: 542px;
}
@media only screen and (max-width: 800px) {
  .acf-form .wpcf7-response-output,
  .wpforms-container .wpcf7-response-output {
    width: 100%;
  }
}
.acf-form .wpcf7-response-output.wpcf7-mail-sent-ok, .acf-form .wpcf7-response-output.wpcf7-validation-errors,
.wpforms-container .wpcf7-response-output.wpcf7-mail-sent-ok,
.wpforms-container .wpcf7-response-output.wpcf7-validation-errors {
  position: relative;
  margin-top: 30px;
  margin-bottom: 20px;
  padding-left: 40px;
}
.acf-form .wpcf7-response-output.wpcf7-mail-sent-ok:before, .acf-form .wpcf7-response-output.wpcf7-validation-errors:before,
.wpforms-container .wpcf7-response-output.wpcf7-mail-sent-ok:before,
.wpforms-container .wpcf7-response-output.wpcf7-validation-errors:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 32px;
  height: 32px;
  border: 1px solid;
  margin-right: 6px;
  border-radius: 100%;
  color: #fff;
  font-weight: 500;
  text-align: center;
  background-size: 22px 22px;
  background-position: center center;
  background-repeat: no-repeat;
  box-sizing: border-box;
}
.acf-form .wpcf7-response-output.wpcf7-mail-sent-ok,
.wpforms-container .wpcf7-response-output.wpcf7-mail-sent-ok {
  color: #00b488;
}
.acf-form .wpcf7-response-output.wpcf7-mail-sent-ok:before,
.wpforms-container .wpcf7-response-output.wpcf7-mail-sent-ok:before {
  background-color: #00c091;
  background-image: url("../img/form-check.svg");
  border-color: #00c091;
}
.acf-form .wpcf7-response-output.wpcf7-validation-errors,
.wpforms-container .wpcf7-response-output.wpcf7-validation-errors {
  color: #cd0000;
}
.acf-form .wpcf7-response-output.wpcf7-validation-errors:before,
.wpforms-container .wpcf7-response-output.wpcf7-validation-errors:before {
  background-color: red;
  background-image: url("../img/form-alert.svg");
  border-color: #cd0000;
}
.acf-form .wpcf7-response-output,
.wpforms-container .wpcf7-response-output {
  margin-top: 30px;
}
.acf-form .wpcf7-response-output .wpcf7-validation-errors,
.wpforms-container .wpcf7-response-output .wpcf7-validation-errors {
  margin-top: 30px;
}
.acf-form .checkbox-container .wpcf7-not-valid-tip,
.acf-form .checkbox-container .wpcf7-validation-errors,
.wpforms-container .checkbox-container .wpcf7-not-valid-tip,
.wpforms-container .checkbox-container .wpcf7-validation-errors {
  margin-left: 0;
  margin-top: 0;
  font-weight: 400;
}
.acf-form .checkbox-container .wpcf7-list-item-label,
.wpforms-container .checkbox-container .wpcf7-list-item-label {
  display: none;
}
.acf-form .acf-error input,
.wpforms-container .acf-error input {
  border-color: #cd0000;
}
.acf-form .checkbox-container[for=checkbox-gdpr],
.wpforms-container .checkbox-container[for=checkbox-gdpr] {
  display: inline-block;
  padding-top: 7px;
}
@media only screen and (max-width: 800px) {
  .acf-form .checkbox-container[for=checkbox-gdpr],
  .wpforms-container .checkbox-container[for=checkbox-gdpr] {
    padding-top: 8px;
  }
}
.acf-form .screen-reader-response,
.wpforms-container .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  width: 1px;
  margin: 0;
  padding: 0;
  border: 0;
}

.wpforms-field-gdpr-checkbox ul li:before {
  display: none;
}

.margin-bottom-6-important {
  margin-bottom: 50px !important;
}

#wpforms-8468-field_19 {
  padding-bottom: 0;
}

/* Misc
----------------------------------------------------------------------------- */
/* Honeypot Area */
.wpforms-container .wpforms-field-hp {
  display: none !important;
  position: absolute !important;
  left: -9000px !important;
}

.wpforms-container .wpforms-field-hidden {
  display: none;
}

.wpforms-container .wpforms-screen-reader-element {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
  word-wrap: normal !important;
}

/*
 * Hide the form fields upon successful submission. This may not be the best approach.
 * Perhaps more robust: .wpforms-form.amp-form-submit-success > *:not([submit-success]) { display:none }
 */
.amp-form-submit-success .wpforms-field-container,
.amp-form-submit-success .wpforms-submit-container {
  display: none;
}

/* ==========================================================================
   Base - basic bare bones styling
   ========================================================================== */
.wpforms-clear:before {
  content: " ";
  display: table;
}

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

.wpforms-container ul,
.wpforms-container ul li {
  background: none;
  border: 0;
  margin: 0;
  list-style: none;
}

/* Rows (multi-line fields: address, credit card, etc)
----------------------------------------------------------------------------- */
.wpforms-container .wpforms-field-row {
  margin-bottom: 8px;
  position: relative;
}

.wpforms-container .wpforms-field .wpforms-field-row:last-of-type {
  margin-bottom: 0;
}

.wpforms-container .wpforms-field-row:before {
  content: " ";
  display: table;
}

.wpforms-container .wpforms-field-row:after {
  clear: both;
  content: " ";
  display: table;
}

/* Columns
----------------------------------------------------------------------------- */
/* User column classes  */
.wpforms-container .wpforms-five-sixths,
.wpforms-container .wpforms-four-sixths,
.wpforms-container .wpforms-four-fifths,
.wpforms-container .wpforms-one-fifth,
.wpforms-container .wpforms-one-fourth,
.wpforms-container .wpforms-one-half,
.wpforms-container .wpforms-one-sixth,
.wpforms-container .wpforms-one-third,
.wpforms-container .wpforms-three-fourths,
.wpforms-container .wpforms-three-fifths,
.wpforms-container .wpforms-three-sixths,
.wpforms-container .wpforms-two-fourths,
.wpforms-container .wpforms-two-fifths,
.wpforms-container .wpforms-two-sixths,
.wpforms-container .wpforms-two-thirds {
  float: left;
  margin-left: 4%;
  clear: none;
}

.wpforms-container .wpforms-one-half,
.wpforms-container .wpforms-three-sixths,
.wpforms-container .wpforms-two-fourths {
  width: 48%;
}
@media only screen and (max-width: 800px) {
  .wpforms-container .wpforms-one-half,
  .wpforms-container .wpforms-three-sixths,
  .wpforms-container .wpforms-two-fourths {
    width: 100%;
    margin-left: 0;
  }
}

.wpforms-container .wpforms-one-third,
.wpforms-container .wpforms-two-sixths {
  width: 30.6666666667%;
}

.wpforms-container .wpforms-four-sixths,
.wpforms-container .wpforms-two-thirds {
  width: 65.3333333333%;
}

.wpforms-container .wpforms-one-fourth {
  width: 22%;
}

.wpforms-container .wpforms-three-fourths {
  width: 74%;
}

.wpforms-container .wpforms-one-fifth {
  width: 16.8%;
}

.wpforms-container .wpforms-two-fifths {
  width: 37.6%;
}

.wpforms-container .wpforms-three-fifths {
  width: 58.4%;
}

.wpforms-container .wpforms-four-fifths {
  width: 79.2%;
}

.wpforms-container .wpforms-one-sixth {
  width: 13.3333333333%;
}

.wpforms-container .wpforms-five-sixths {
  width: 82.6666666667%;
}

.wpforms-container .wpforms-first {
  clear: both !important;
  margin-left: 0 !important;
}

/* User list column classes  */
.wpforms-container .wpforms-checkbox-2-columns ul,
.wpforms-container .wpforms-multiplechoice-2-columns ul,
.wpforms-container .wpforms-list-2-columns ul,
.wpforms-container .wpforms-checkbox-3-columns ul,
.wpforms-container .wpforms-multiplechoice-3-columns ul,
.wpforms-container .wpforms-list-3-columns ul {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.wpforms-container .wpforms-checkbox-2-columns ul li,
.wpforms-container .wpforms-multiplechoice-2-columns ul li,
.wpforms-container .wpforms-list-2-columns ul li {
  width: 50%;
  display: block;
  padding-right: 26px;
}

.wpforms-container .wpforms-checkbox-3-columns ul li,
.wpforms-container .wpforms-multiplechoice-3-columns ul li,
.wpforms-container .wpforms-list-3-columns ul li {
  width: 33.3333%;
  display: block;
  padding-right: 26px;
}

.wpforms-container .wpforms-list-inline ul li {
  display: inline-block;
  margin-right: 20px;
  vertical-align: top;
}

/* Legacy, for BC */
.wpforms-container .wpforms-first-half {
  float: left;
  width: 48%;
  clear: both;
}

.wpforms-container .wpforms-last-half {
  float: right;
  width: 48%;
  clear: none;
}

.wpforms-container .wpforms-first-third {
  float: left;
  width: 30.666666667%;
  clear: both;
}

.wpforms-container .wpforms-middle-third {
  float: left;
  width: 30.666666667%;
  margin-left: 4%;
  clear: none;
}

.wpforms-container .wpforms-last-third {
  float: right;
  width: 30.666666667%;
  clear: none;
}

.wpforms-container .wpforms-last {
  float: right !important;
  margin-right: 0 !important;
  clear: none;
}

.wpforms-container .safety-question label {
  display: block;
}
/*# sourceMappingURL=style.css.map */
