/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

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

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

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

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

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

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

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

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

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

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

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

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

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

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

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

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/* site wide variables (colours, font sizes) */
@font-face {
  font-family: 'Proxima Nova';
  src: url("../fonts/ProximaNova-Extrabld.woff2") format("woff2"), url("../fonts/ProximaNova-Extrabld.woff") format("woff"), url("../fonts/ProximaNova-Extrabld.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap; }

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

@font-face {
  font-family: 'Proxima Nova';
  src: url("../fonts/ProximaNova-Semibold.woff2") format("woff2"), url("../fonts/ProximaNova-Semibold.woff") format("woff"), url("../fonts/ProximaNova-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Proxima Nova';
  src: url("../fonts/ProximaNova-Medium.woff2") format("woff2"), url("../fonts/ProximaNova-Medium.woff") format("woff"), url("../fonts/ProximaNova-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Proxima Nova';
  src: url("../fonts/ProximaNova-Regular.woff2") format("woff2"), url("../fonts/ProximaNova-Regular.woff") format("woff"), url("../fonts/ProximaNova-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

/* site wide variables (colours, fonts) */
/*--------------------------------------------------
	!Collection of common classes
	and SASS mixins
-------------------------------------------------- */
/*	--------------------------------------------------
	!Common Classes
-------------------------------------------------- */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
  tap-highlight-color: rgba(0, 0, 0, 0) !important;
  -webkit-backface-visibility: hidden !important;
  backface-visibility: hidden !important;
  -webkit-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  max-width: 100%; }

.slick-slider * {
  max-width: none; }

.slick-slider img {
  max-width: 100%; }

input[type="search"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

table,
table * {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

.main-wrapper:after,
.pakery-grid:after,
.gform_fields:after,
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

@media (max-width: 991px) {
  .sub-menu:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; } }

* html .clearfix {
  height: 1%; }

.main-wrapper,
.pakery-grid,
.gform_fields,
.clearfix {
  display: block; }

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

/* mixin (@include font-size(??); , @include svg_img("../images/??");) and common classes (.clearfix, .img-replacment) */
html {
  font-size: 62.5%;
  font-family: "Proxima Nova", sans-serif;
  font-weight: 400;
  margin-top: 0 !important;
  visibility: visible;
  overflow-x: hidden; }
  @media (max-width: 991px) {
    html.search-open, html.menu-open {
      overflow: hidden; }
      html.search-open body, html.menu-open body {
        overflow: hidden; } }
  html#backtotop {
    margin-top: 0 !important; }

body {
  color: #222222;
  background-color: #ffffff;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.38889em;
  font-weight: 400;
  position: relative;
  overflow-x: hidden;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */ }
  @media (max-width: 767px) {
    body {
      font-size: 16px;
      font-size: 1.6rem; } }
  body::-webkit-scrollbar {
    display: none; }
  body * {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */ }
    body *::-webkit-scrollbar {
      display: none; }

#wpadminbar {
  display: none; }

h1,
h2,
h3,
h4,
h5,
h6,
h7,
h8,
h9,
h10,
.h7,
.h8,
.h9,
.h10,
p,
address,
blockquote,
pre,
table,
li {
  color: #222222;
  margin-top: 0;
  font-weight: 400;
  margin-bottom: 1em;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.38889em; }
  @media (max-width: 767px) {
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    h7,
    h8,
    h9,
    h10,
    .h7,
    .h8,
    .h9,
    .h10,
    p,
    address,
    blockquote,
    pre,
    table,
    li {
      font-size: 16px;
      font-size: 1.6rem; } }
  h1 em,
  h2 em,
  h3 em,
  h4 em,
  h5 em,
  h6 em,
  h7 em,
  h8 em,
  h9 em,
  h10 em,
  .h7 em,
  .h8 em,
  .h9 em,
  .h10 em,
  p em,
  address em,
  blockquote em,
  pre em,
  table em,
  li em {
    font-style: normal;
    font-weight: inherit;
    color: #E08100; }
  h1 a,
  h2 a,
  h3 a,
  h4 a,
  h5 a,
  h6 a,
  h7 a,
  h8 a,
  h9 a,
  h10 a,
  .h7 a,
  .h8 a,
  .h9 a,
  .h10 a,
  p a,
  address a,
  blockquote a,
  pre a,
  table a,
  li a {
    text-decoration: none;
    font-size: inherit;
    position: relative;
    color: #E08100;
    text-decoration: underline; }
    h1 a:hover,
    h2 a:hover,
    h3 a:hover,
    h4 a:hover,
    h5 a:hover,
    h6 a:hover,
    h7 a:hover,
    h8 a:hover,
    h9 a:hover,
    h10 a:hover,
    .h7 a:hover,
    .h8 a:hover,
    .h9 a:hover,
    .h10 a:hover,
    p a:hover,
    address a:hover,
    blockquote a:hover,
    pre a:hover,
    table a:hover,
    li a:hover {
      color: #E08100;
      text-decoration: none; }
  h1 strong,
  h2 strong,
  h3 strong,
  h4 strong,
  h5 strong,
  h6 strong,
  h7 strong,
  h8 strong,
  h9 strong,
  h10 strong,
  .h7 strong,
  .h8 strong,
  .h9 strong,
  .h10 strong,
  p strong,
  address strong,
  blockquote strong,
  pre strong,
  table strong,
  li strong {
    font-weight: 700;
    color: inherit; }

h1,
h2,
h3,
h4,
h5,
h6,
h7,
h8,
h9,
h10,
.h7,
.h8,
.h9,
.h10,
blockquote {
  color: #222222;
  font-family: "Proxima Nova", sans-serif;
  margin-bottom: .45em;
  font-weight: 700; }

h7,
h8,
h9,
h10,
.h7,
.h8,
.h9,
.h10 {
  display: block; }

h1 {
  font-size: 100px;
  font-size: 10rem;
  line-height: 1.04em;
  margin-bottom: .2em;
  font-weight: 700; }
  @media (max-width: 1768px) {
    h1 {
      font-size: 77px;
      font-size: 7.7rem;
      margin-bottom: .3em; } }
  @media (max-width: 767px) {
    h1 {
      font-size: 31px;
      font-size: 3.1rem; } }

h2 {
  font-size: 57px;
  font-size: 5.7rem;
  line-height: 0.98246em;
  font-weight: 800; }
  @media (max-width: 767px) {
    h2 {
      font-size: 28px;
      font-size: 2.8rem; } }

h3 {
  font-size: 47px;
  font-size: 4.7rem;
  line-height: 1.04255em;
  line-height: 1.07em;
  margin-bottom: .35em;
  font-weight: 700; }
  @media (max-width: 767px) {
    h3 {
      font-size: 28px;
      font-size: 2.8rem; } }

h4 {
  font-size: 33px;
  font-size: 3.3rem;
  line-height: 1.21212em;
  font-weight: 600; }
  @media (max-width: 767px) {
    h4 {
      font-size: 24px;
      font-size: 2.4rem; } }

h5 {
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.2em;
  font-weight: 700;
  margin-bottom: .6em; }
  @media (max-width: 767px) {
    h5 {
      font-size: 21px;
      font-size: 2.1rem; } }

h6 {
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.2em;
  font-weight: 400;
  color: #515151;
  margin-bottom: .6em; }
  @media (max-width: 767px) {
    h6 {
      font-size: 21px;
      font-size: 2.1rem; } }

h7,
.h7 {
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 1.24em;
  font-weight: 500;
  margin-bottom: .7em; }
  @media (max-width: 767px) {
    h7,
    .h7 {
      font-size: 18px;
      font-size: 1.8rem; } }

h8,
.h8 {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.18182em;
  font-weight: 700; }
  @media (max-width: 767px) {
    h8,
    .h8 {
      font-size: 16px;
      font-size: 1.6rem; } }

h9,
.h9 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.22222em;
  font-weight: 700; }
  @media (max-width: 767px) {
    h9,
    .h9 {
      font-size: 16px;
      font-size: 1.6rem; } }

h10,
.h10 {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.2em;
  font-weight: 700;
  text-transform: uppercase; }

p {
  font-size: 18px;
  font-size: 1.8rem; }
  @media (max-width: 767px) {
    p {
      font-size: 16px;
      font-size: 1.6rem; } }
  p.p2 {
    font-size: 23px;
    font-size: 2.3rem;
    line-height: 1.21739em;
    line-height: 1.25em; }
    @media (max-width: 767px) {
      p.p2 {
        font-size: 18px;
        font-size: 1.8rem; } }

strong {
  font-weight: 700; }

blockquote {
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.2em;
  line-height: 1.18em;
  font-family: "Proxima Nova", sans-serif;
  margin: 0 auto 1.25em;
  font-weight: 700;
  position: relative;
  padding: 0;
  font-style: normal; }
  @media (max-width: 767px) {
    blockquote {
      font-size: 21px;
      font-size: 2.1rem;
      line-height: 1.1em; } }
  blockquote p {
    font-size: inherit;
    line-height: inherit;
    font-family: "Proxima Nova", sans-serif;
    margin-bottom: 0 !important; }

a {
  font-size: inherit;
  color: #222222;
  font-weight: 400;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  cursor: pointer;
  text-decoration: none; }
  a:hover {
    color: #E08100;
    text-decoration: none; }

hr {
  border: 0;
  width: 130px;
  height: 12px;
  margin: 1.4em auto 1.6em;
  position: relative;
  background-image: url(../images/hr.svg);
  background-repeat: no-repeat;
  background-position: 100% 0; }

address {
  font-style: normal;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.38889em;
  color: #222222;
  font-weight: 400;
  margin-bottom: 1.4em; }
  @media (max-width: 991px) {
    address {
      font-size: 14px;
      font-size: 1.4rem; } }

ol,
ul,
dl {
  margin: 0;
  padding-left: 0;
  list-style-position: inside;
  font-size: 0px;
  font-size: 0rem;
  margin-bottom: 16px; }
  ol li,
  ol dt,
  ol dd,
  ul li,
  ul dt,
  ul dd,
  dl li,
  dl dt,
  dl dd {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.38889em;
    margin-bottom: 0; }
    @media (max-width: 767px) {
      ol li,
      ol dt,
      ol dd,
      ul li,
      ul dt,
      ul dd,
      dl li,
      dl dt,
      dl dd {
        font-size: 16px;
        font-size: 1.6rem; } }
    ol li a,
    ol dt a,
    ol dd a,
    ul li a,
    ul dt a,
    ul dd a,
    dl li a,
    dl dt a,
    dl dd a {
      font-size: inherit; }
      ol li a:hover,
      ol dt a:hover,
      ol dd a:hover,
      ul li a:hover,
      ul dt a:hover,
      ul dd a:hover,
      dl li a:hover,
      dl dt a:hover,
      dl dd a:hover {
        text-decoration: underline; }
  ol dd,
  ul dd,
  dl dd {
    margin-bottom: 20px; }

ul {
  list-style-position: inside;
  padding-left: 0; }
  ul.no-bullet {
    list-style: none; }
    ul.no-bullet li {
      padding-left: 0; }
      ul.no-bullet li:before {
        display: none; }
  ul ul {
    margin-top: 0.8em; }
    ul ul li:before {
      background-color: transparent; }
  ul li {
    padding-left: 8px;
    list-style: none;
    position: relative; }
    ul li:before {
      content: '';
      position: absolute;
      left: 0em;
      top: .68em;
      width: 3px;
      height: 3px;
      border-radius: 24px;
      display: inline-block; }

ul.small-menu-mob,
ul.footer-small-menu,
ul.small-menu,
ul.post-categories,
ul.tabs,
ul.main-menu,
ul.info-menu,
ul.footer-menu,
ul.sub-menu,
ul.gform_fields,
ul.slick-dots,
ul.social-menu,
ul.flex,
ul.slick,
ul.aside-menu,
ul.aside-menu ul {
  list-style: none;
  padding-left: 0;
  padding-top: 0; }
  ul.small-menu-mob > li,
  ul.footer-small-menu > li,
  ul.small-menu > li,
  ul.post-categories > li,
  ul.tabs > li,
  ul.main-menu > li,
  ul.info-menu > li,
  ul.footer-menu > li,
  ul.sub-menu > li,
  ul.gform_fields > li,
  ul.slick-dots > li,
  ul.social-menu > li,
  ul.flex > li,
  ul.slick > li,
  ul.aside-menu > li,
  ul.aside-menu ul > li {
    padding-left: 0;
    margin-bottom: 0; }
    ul.small-menu-mob > li:before, ul.small-menu-mob > li:after,
    ul.footer-small-menu > li:before,
    ul.footer-small-menu > li:after,
    ul.small-menu > li:before,
    ul.small-menu > li:after,
    ul.post-categories > li:before,
    ul.post-categories > li:after,
    ul.tabs > li:before,
    ul.tabs > li:after,
    ul.main-menu > li:before,
    ul.main-menu > li:after,
    ul.info-menu > li:before,
    ul.info-menu > li:after,
    ul.footer-menu > li:before,
    ul.footer-menu > li:after,
    ul.sub-menu > li:before,
    ul.sub-menu > li:after,
    ul.gform_fields > li:before,
    ul.gform_fields > li:after,
    ul.slick-dots > li:before,
    ul.slick-dots > li:after,
    ul.social-menu > li:before,
    ul.social-menu > li:after,
    ul.flex > li:before,
    ul.flex > li:after,
    ul.slick > li:before,
    ul.slick > li:after,
    ul.aside-menu > li:before,
    ul.aside-menu > li:after,
    ul.aside-menu ul > li:before,
    ul.aside-menu ul > li:after {
      display: none; }

ol:not(.pagination) {
  list-style-position: outside;
  padding-left: 0px;
  counter-reset: section; }
  ol:not(.pagination) li {
    padding-left: 17px;
    list-style: none;
    position: relative; }
    ol:not(.pagination) li:before {
      counter-increment: section;
      content: counter(section) ".";
      position: absolute;
      left: 0; }

table {
  width: 100%;
  background-color: white; }
  table tr td:first-of-type {
    width: 30% !important;
    text-align: left; }
  table tr:nth-of-type(1) td {
    background-color: #E08100;
    color: white;
    text-transform: uppercase; }
    @media (max-width: 1768px) {
      table tr:nth-of-type(1) td {
        font-size: 15px;
        font-size: 1.5rem; } }
    @media (max-width: 767px) {
      table tr:nth-of-type(1) td {
        font-size: 12px;
        font-size: 1.2rem;
        height: 1px !important; } }
  table tr:nth-of-type(2) td {
    background-color: rgba(224, 129, 0, 0.6);
    color: white;
    text-transform: uppercase; }
    @media (max-width: 1768px) {
      table tr:nth-of-type(2) td {
        font-size: 15px;
        font-size: 1.5rem; } }
    @media (max-width: 767px) {
      table tr:nth-of-type(2) td {
        font-size: 12px;
        font-size: 1.2rem;
        height: 1px !important; } }
  table .highlight {
    background-color: #E08100;
    color: #ffffff; }

table,
table tr,
table th,
table td {
  border: none;
  border-collapse: collapse;
  padding: 7px 20px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.22222em;
  line-height: 1.7em;
  vertical-align: top;
  text-align: left;
  font-weight: 700;
  color: #4A4A4A;
  letter-spacing: .02em;
  border: 4px solid #4a4a4a;
  text-align: center; }
  @media (max-width: 1768px) {
    table,
    table tr,
    table th,
    table td {
      border: 2px solid #4a4a4a; } }
  @media (max-width: 767px) {
    table,
    table tr,
    table th,
    table td {
      font-size: 12px;
      font-size: 1.2rem;
      height: 1px !important; } }
  table th,
  table td,
  table tr th,
  table tr td,
  table th th,
  table th td,
  table td th,
  table td td {
    width: auto !important; }

table td {
  padding: 10.5px 20px; }
  @media (max-width: 1768px) {
    table td {
      padding: 10px 18px; } }

table {
  margin-bottom: 2.05em; }
  @media (max-width: 1768px) {
    table {
      margin-bottom: 1.7em; } }
  table tbody tr:last-of-type {
    border-bottom: none; }
  table thead th {
    background-color: #222222;
    color: white; }
    table thead th:first-of-type {
      padding: 0;
      position: relative;
      min-width: 172px; }
      table thead th:first-of-type span {
        position: relative;
        background-color: white;
        color: #4A4A4A;
        padding: 3px 16px;
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        border: 4px solid #222222; }

.wp-caption .wp-caption-text {
  font-size: 14px;
  font-size: 1.4rem; }
  .wp-caption .wp-caption-text:last-of-type:last-of-type {
    margin-bottom: 0;
    padding-top: 14px; }

svg,
p.p-img a,
.wp-caption,
video,
img {
  max-width: 100%;
  width: auto;
  height: auto;
  display: block; }
  svg.alignnone,
  p.p-img a.alignnone,
  .wp-caption.alignnone,
  video.alignnone,
  img.alignnone {
    margin: 0em 0 0.5em; }
  svg.alignright,
  p.p-img a.alignright,
  .wp-caption.alignright,
  video.alignright,
  img.alignright {
    float: right;
    margin: 2.7em 0 2.7em 2.7em; }
  svg.alignleft,
  p.p-img a.alignleft,
  .wp-caption.alignleft,
  video.alignleft,
  img.alignleft {
    float: left;
    margin: 2.7em 2.7em 2.7em 0; }
  svg.aligncenter,
  p.p-img a.aligncenter,
  .wp-caption.aligncenter,
  video.aligncenter,
  img.aligncenter {
    clear: both;
    display: block;
    margin: 2.7em auto 2.7em; }

a img.alignright {
  float: right;
  margin: 2.7em 0 2.7em 2.7em; }

a img.alignleft {
  float: left;
  margin: 2.7em 2.7em 2.7em 0; }

a img.aligncenter {
  clear: both;
  display: block;
  margin: 2.7em 0 2.7em; }

::-moz-selection {
  background: #E08100;
  color: white; }

::selection {
  background: #E08100;
  color: white; }

::-moz-selection {
  background: #E08100;
  color: white; }

.fieldset {
  margin-bottom: 0; }
  .fieldset .field {
    position: relative;
    padding-bottom: 1px; }
  .fieldset div.mage-error[generated] {
    position: absolute;
    bottom: 5px; }

.wpcf7-not-valid.wpcf7-not-valid.wpcf7-not-valid:focus,
input:focus,
textarea:focus,
select:focus {
  border-color: #ffffff !important; }

.wpcf7-not-valid.wpcf7-not-valid.wpcf7-not-valid:focus,
input.mage-error:focus,
select.mage-error:focus,
textarea.mage-error:focus,
.wpcf7-not-valid.wpcf7-not-valid.wpcf7-not-valid,
li.gfield.error input,
.gfield_error input,
.gfield_error select,
.gfield_error .dk-select,
.gfield_error textarea,
input.mage-error,
select.mage-error,
textarea.mage-error {
  border-color: #E6002C !important; }

div.mage-error[generated] {
  color: #E6002C;
  position: absolute;
  margin-top: 4px;
  line-height: 1.1em;
  padding-top: 2px;
  padding-left: 14px;
  background-image: url(../images/error-arrow.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  margin-left: -2px;
  text-align: left; }

.browsehappy {
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 999999999;
  background-color: white;
  margin-bottom: 0;
  width: 540px;
  margin-left: -270px;
  text-align: center;
  padding: 4px 2px;
  font-size: 13px;
  color: black;
  border-radius: 0 0 4px 4px;
  line-height: 13px;
  font-weight: 400; }
  .browsehappy span {
    background-image: url(../images/browserhappy-cross.png);
    background-repeat: no-repeat;
    height: 13px;
    width: 13px;
    display: inline-block;
    vertical-align: middle;
    background-position: 50% 50%; }
    .browsehappy span:hover {
      background-color: #f96059;
      -webkit-transition: 0.25s;
      -o-transition: 0.25s;
      transition: 0.25s; }
  .browsehappy strong {
    font-weight: 700; }
  .browsehappy a {
    color: black;
    text-decoration: underline;
    font-weight: 400; }
    .browsehappy a:hover {
      color: #f96059; }

.ta {
  display: table;
  width: 100%;
  height: 1px; }

.tc {
  display: table-cell;
  vertical-align: middle; }

.waypoint {
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s; }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .flex.center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .flex.top {
    -ms-flex-item-align: start;
        align-self: flex-start; }
  .flex.bottom {
    -ms-flex-item-align: end;
        align-self: flex-end; }
  .flex.no-wrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }

pre {
  font-size: 10px;
  font-size: 1rem; }

.container {
  width: 100%;
  padding-right: 8px;
  padding-left: 8px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 1653px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 1654px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 1655px; } }
  @media (min-width: 1656px) {
    .container {
      max-width: 1656px; } }

.container-fluid {
  width: 100%;
  padding-right: 8px;
  padding-left: 8px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -8px;
  margin-left: -8px;
  max-width: none; }
  .row.no-padding {
    padding: 0; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 8px;
  padding-left: 8px; }
  .no-padding.col-1, .no-padding.col-2, .no-padding.col-3, .no-padding.col-4, .no-padding.col-5, .no-padding.col-6, .no-padding.col-7, .no-padding.col-8, .no-padding.col-9, .no-padding.col-10, .no-padding.col-11, .no-padding.col-12, .no-padding.col,
  .no-padding.col-auto, .no-padding.col-sm-1, .no-padding.col-sm-2, .no-padding.col-sm-3, .no-padding.col-sm-4, .no-padding.col-sm-5, .no-padding.col-sm-6, .no-padding.col-sm-7, .no-padding.col-sm-8, .no-padding.col-sm-9, .no-padding.col-sm-10, .no-padding.col-sm-11, .no-padding.col-sm-12, .no-padding.col-sm,
  .no-padding.col-sm-auto, .no-padding.col-md-1, .no-padding.col-md-2, .no-padding.col-md-3, .no-padding.col-md-4, .no-padding.col-md-5, .no-padding.col-md-6, .no-padding.col-md-7, .no-padding.col-md-8, .no-padding.col-md-9, .no-padding.col-md-10, .no-padding.col-md-11, .no-padding.col-md-12, .no-padding.col-md,
  .no-padding.col-md-auto, .no-padding.col-lg-1, .no-padding.col-lg-2, .no-padding.col-lg-3, .no-padding.col-lg-4, .no-padding.col-lg-5, .no-padding.col-lg-6, .no-padding.col-lg-7, .no-padding.col-lg-8, .no-padding.col-lg-9, .no-padding.col-lg-10, .no-padding.col-lg-11, .no-padding.col-lg-12, .no-padding.col-lg,
  .no-padding.col-lg-auto, .no-padding.col-xl-1, .no-padding.col-xl-2, .no-padding.col-xl-3, .no-padding.col-xl-4, .no-padding.col-xl-5, .no-padding.col-xl-6, .no-padding.col-xl-7, .no-padding.col-xl-8, .no-padding.col-xl-9, .no-padding.col-xl-10, .no-padding.col-xl-11, .no-padding.col-xl-12, .no-padding.col-xl,
  .no-padding.col-xl-auto {
    padding: 0; }

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%; }

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33333%;
          flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66667%;
          flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1; }

.order-last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13; }

.order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0; }

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2; }

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3; }

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4; }

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5; }

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6; }

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7; }

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8; }

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9; }

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10; }

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11; }

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1656px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important; }

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important; }

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important; }

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important; }

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important; }

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important; }

.flex-fill {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important; }

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important; }

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important; }

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important; }

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important; }

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important; }

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important; }

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important; }

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important; }

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important; }

.align-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important; }

.align-items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important; }

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important; }

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important; }

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important; }

.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important; }

.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important; }

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important; }

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important; }

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important; }

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important; }

.align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important; }

.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important; }

.align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important; }

.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important; }

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important; }

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 1656px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

.container-fluid.no-padding,
.container.no-padding {
  padding-left: 0;
  padding-right: 0; }

/* adapted boostap 4 grid*/
header[role="banner"] {
  z-index: 50;
  width: 100%;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-perspective: 999999px;
          perspective: 999999px;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  background-color: transparent; }
  @media (max-width: 991px) {
    header[role="banner"] {
      z-index: 111; }
      .search-open header[role="banner"] {
        z-index: 11111;
        pointer-events: none; } }
  .scroll-down header[role="banner"] {
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
    pointer-events: none; }
  .scroll-up header[role="banner"] {
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%); }
    @media (max-width: 991px) {
      .scroll-up header[role="banner"] {
        background-color: rgba(112, 112, 112, 0.8); } }

.logo-con {
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }
  @media (max-width: 991px) {
    .logo-con {
      display: none; } }

#site-logo {
  display: block;
  height: auto;
  max-width: 100%;
  position: relative;
  margin: 0;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  z-index: 1;
  width: 196.81px;
  margin-top: 23px;
  z-index: 50; }
  @media (max-width: 1768px) {
    #site-logo {
      width: 151.39px; } }
  @media (max-width: 991px) {
    #site-logo {
      width: 114px;
      margin-top: 21px;
      -webkit-transition: 0s;
      -o-transition: 0s;
      transition: 0s; }
      .menu-open #site-logo {
        z-index: 1; }
      .menu-top-outer #site-logo {
        margin-top: 0;
        opacity: 1 !important;
        pointer-events: auto !important; } }
  .home #site-logo {
    width: 214.5px; }
    @media (max-width: 1768px) {
      .home #site-logo {
        width: 165px; } }
    @media (max-width: 991px) {
      .home #site-logo {
        overflow: hidden;
        max-height: 50.28px;
        width: 122px; } }
  #site-logo img {
    display: block;
    width: 100%; }

@media (max-width: 991px) {
  .menu-top-outer {
    padding-top: 21px;
    padding-bottom: 21px; } }

.menu-top-outer .col-12 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.menu-top-outer .search {
  padding: 30px 0 30px 57px;
  color: white;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.5em;
  position: relative;
  background-image: url(../images/search.svg);
  background-repeat: no-repeat;
  background-position: 31px 48%; }
  @media (max-width: 1768px) {
    .menu-top-outer .search {
      padding: 25px 0 25px 57px; } }
  @media (max-width: 1111px) {
    .menu-top-outer .search {
      padding: 25px 0 25px 36px;
      background-position: 10px 48%; } }
  @media (max-width: 991px) {
    .menu-top-outer .search {
      display: block;
      font-size: 25px;
      font-size: 2.5rem;
      padding: 9px 0 9px;
      line-height: 1.55em;
      background-position: right 11px top 48%;
      background-size: 26px auto; }
      .menu-top-outer .search:before {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: calc(100% + 0px);
        max-width: calc(100% + 0px);
        border-bottom: 1px solid white;
        opacity: .4;
        visibility: visible; } }
  .menu-top-outer .search:after {
    content: '';
    position: absolute;
    top: 0;
    left: 100%;
    bottom: 0;
    width: 100vw;
    background-color: rgba(34, 34, 34, 0);
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
    max-width: none; }
  .menu-top-outer .search:hover {
    color: white;
    background-color: rgba(34, 34, 34, 0.2); }
    .menu-top-outer .search:hover:after {
      background-color: rgba(34, 34, 34, 0.2); }

.menu-top-outer #site-logo {
  opacity: 0;
  visibility: visible;
  pointer-events: none; }

@media (min-width: 1301px) {
  .mob-only.mob-only {
    display: none; } }

.mob-only.mob-only .social-links {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.burger {
  height: 28px;
  width: 44px;
  line-height: 28px;
  padding: 0;
  -webkit-perspective: 900000px;
  perspective: 900000px;
  z-index: 112;
  pointer-events: auto;
  position: relative;
  border-radius: 0px;
  display: none; }
  @media (max-width: 991px) {
    .burger {
      display: block; } }
  .burger:hover {
    cursor: pointer; }
  .burger .line1 {
    width: 30px;
    max-width: 100%;
    height: 3px;
    background-color: #ffffff;
    position: absolute;
    top: 12.5px;
    left: 50%;
    border-radius: 0px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    background-position: center center; }
    .dark.dark.dark .burger .line1 {
      background-color: black; }
    .burger .line1:before, .burger .line1:after {
      width: 30px;
      max-width: 100%;
      height: 3px;
      position: absolute;
      content: '';
      left: 0px;
      border-radius: 0px;
      -webkit-transform-origin: center center;
          -ms-transform-origin: center center;
              transform-origin: center center;
      background-position: center center;
      -webkit-transition: 0.25s;
      -o-transition: 0.25s;
      transition: 0.25s; }
      .dark.dark.dark .burger .line1:before, .dark.dark.dark .burger .line1:after {
        background-color: black; }
    .burger .line1:before {
      -webkit-transform: translateY(-11px);
          -ms-transform: translateY(-11px);
              transform: translateY(-11px);
      background-color: #ffffff; }
    .burger .line1:after {
      -webkit-transform: translateY(11px);
          -ms-transform: translateY(11px);
              transform: translateY(11px);
      background-color: #ffffff; }
  .burger.close .line1 {
    background-color: #ffffff;
    -webkit-transition: visibility .1s .2s, background-color .1s .2s;
    -o-transition: visibility .1s .2s, background-color .1s .2s;
    transition: visibility .1s .2s, background-color .1s .2s; }
    .burger.close .line1:before {
      -webkit-transform: translateY(-11px);
          -ms-transform: translateY(-11px);
              transform: translateY(-11px);
      background-color: #ffffff;
      visibility: visible;
      -webkit-animation: before .5s linear;
              animation: before .5s linear;
      -webkit-transition: all 0.25s 0s, visibility 0.1s 0.25s, background-color 0.1s 0.25s;
      -o-transition: all 0.25s 0s, visibility 0.1s 0.25s, background-color 0.1s 0.25s;
      transition: all 0.25s 0s, visibility 0.1s 0.25s, background-color 0.1s 0.25s; }
    .burger.close .line1:after {
      -webkit-transform: translateY(11px);
          -ms-transform: translateY(11px);
              transform: translateY(11px);
      background-color: #ffffff;
      visibility: visible;
      -webkit-animation: after .5s linear;
              animation: after .5s linear;
      -webkit-transition: all 0.25s 0s, visibility 0.1s 0.25s, background-color 0.1s 0.25s;
      -o-transition: all 0.25s 0s, visibility 0.1s 0.25s, background-color 0.1s 0.25s;
      transition: all 0.25s 0s, visibility 0.1s 0.25s, background-color 0.1s 0.25s; }

@-webkit-keyframes before {
  0% {
    -webkit-transform: rotate(-45deg) translateY(0);
            transform: rotate(-45deg) translateY(0); }
  33% {
    -webkit-transform: rotate(0deg) translateY(0);
            transform: rotate(0deg) translateY(0); }
  66% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    -webkit-transform: translateY(-11px);
            transform: translateY(-11px); } }

@keyframes before {
  0% {
    -webkit-transform: rotate(-45deg) translateY(0);
            transform: rotate(-45deg) translateY(0); }
  33% {
    -webkit-transform: rotate(0deg) translateY(0);
            transform: rotate(0deg) translateY(0); }
  66% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    -webkit-transform: translateY(-11px);
            transform: translateY(-11px); } }

@-webkit-keyframes after {
  0% {
    -webkit-transform: rotate(45deg) translateY(0);
            transform: rotate(45deg) translateY(0); }
  33% {
    -webkit-transform: rotate(0deg) translateY(0);
            transform: rotate(0deg) translateY(0); }
  66% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    -webkit-transform: translateY(11px);
            transform: translateY(11px); } }

@keyframes after {
  0% {
    -webkit-transform: rotate(45deg) translateY(0);
            transform: rotate(45deg) translateY(0); }
  33% {
    -webkit-transform: rotate(0deg) translateY(0);
            transform: rotate(0deg) translateY(0); }
  66% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    -webkit-transform: translateY(11px);
            transform: translateY(11px); } }
  .burger.open .line1 {
    -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transition: visibility .1s .25s, background-color .1s .25s;
    -o-transition: visibility .1s .25s, background-color .1s .25s;
    transition: visibility .1s .25s, background-color .1s .25s;
    background-color: transparent; }
    .dark.dark.dark .burger.open .line1 {
      background-color: transparent; }
    .burger.open .line1:before {
      -webkit-transform: rotate(45deg) translateY(0);
          -ms-transform: rotate(45deg) translateY(0);
              transform: rotate(45deg) translateY(0);
      background-color: #ffffff;
      visibility: visible;
      -webkit-animation: before-open .5s linear;
              animation: before-open .5s linear;
      -webkit-transition: visibility .1s .25s, background-color .1s .25s;
      -o-transition: visibility .1s .25s, background-color .1s .25s;
      transition: visibility .1s .25s, background-color .1s .25s; }
    .burger.open .line1:after {
      -webkit-transform: rotate(-45deg) translateY(0);
          -ms-transform: rotate(-45deg) translateY(0);
              transform: rotate(-45deg) translateY(0);
      background-color: #ffffff;
      visibility: visible;
      -webkit-animation: after-open .5s linear;
              animation: after-open .5s linear;
      -webkit-transition: visibility .1s .25s, background-color .1s .25s;
      -o-transition: visibility .1s .25s, background-color .1s .25s;
      transition: visibility .1s .25s, background-color .1s .25s; }

@-webkit-keyframes before-open {
  0% {
    -webkit-transform: translateY(-11px);
            transform: translateY(-11px); }
  33% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  66% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    -webkit-transform: rotate(45deg) translateY(0);
            transform: rotate(45deg) translateY(0); } }

@keyframes before-open {
  0% {
    -webkit-transform: translateY(-11px);
            transform: translateY(-11px); }
  33% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  66% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    -webkit-transform: rotate(45deg) translateY(0);
            transform: rotate(45deg) translateY(0); } }

@-webkit-keyframes after-open {
  0% {
    -webkit-transform: translateY(11px);
            transform: translateY(11px); }
  33% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  66% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    -webkit-transform: rotate(-45deg) translateY(0);
            transform: rotate(-45deg) translateY(0); } }

@keyframes after-open {
  0% {
    -webkit-transform: translateY(11px);
            transform: translateY(11px); }
  33% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  66% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    -webkit-transform: rotate(-45deg) translateY(0);
            transform: rotate(-45deg) translateY(0); } }

#mainMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative; }
  @media (min-width: 992px) {
    #mainMenu:after {
      content: '';
      position: absolute;
      top: 0;
      height: 100%;
      left: 0;
      width: 100vw;
      max-width: 100vw;
      background-color: rgba(112, 112, 112, 0);
      z-index: -1; }
    .scroll-up #mainMenu:after {
      background-color: rgba(112, 112, 112, 0.8); } }
  @media (max-width: 991px) {
    #mainMenu {
      overflow: auto;
      height: 100vh;
      position: fixed;
      top: 0;
      width: 100%;
      background-color: #222222;
      left: 0;
      right: 0;
      display: none;
      z-index: 111;
      -webkit-transition: 0.25s;
      -o-transition: 0.25s;
      transition: 0.25s;
      padding: 58px 20px; }
      .menu-open #mainMenu {
        display: block; } }

@media (max-width: 1768px) {
  .head-ad-container {
    display: none; } }

.menu-images {
  display: none; }

ul.main-menu.main-menu {
  margin: 0;
  padding: 0;
  font-size: 0px;
  font-size: 0rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative; }
  @media (max-width: 991px) {
    ul.main-menu.main-menu {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      position: static;
      margin-bottom: 0;
      overflow: hidden; } }
  ul.main-menu.main-menu > li.current-menu-ancestor, ul.main-menu.main-menu > li.current-menu-item {
    background-color: rgba(34, 34, 34, 0.2); }
  ul.main-menu.main-menu > li.first {
    background-color: rgba(34, 34, 34, 0); }
  ul.main-menu.main-menu > li.menu-item-has-children > a {
    cursor: default; }
  ul.main-menu.main-menu li {
    font-size: 0px;
    font-size: 0rem;
    line-height: 1em;
    text-align: center; }
    @media (min-width: 992px) {
      ul.main-menu.main-menu li:hover > a {
        color: #E08100; } }
    @media (max-width: 991px) {
      ul.main-menu.main-menu li > a {
        position: relative;
        overflow: visible !important; }
        ul.main-menu.main-menu li > a:after {
          content: '';
          position: absolute;
          left: 0;
          bottom: 0;
          width: calc(100% + 50px);
          max-width: calc(100% + 50px);
          border-bottom: 1px solid white;
          opacity: .4; }
      ul.main-menu.main-menu li:last-of-type {
        border-bottom: none; } }
    @media (min-width: 992px) {
      ul.main-menu.main-menu li.menu-item-has-children:hover > a {
        color: white;
        background-color: rgba(34, 34, 34, 0.2); }
      ul.main-menu.main-menu li.menu-item-has-children:hover > ul {
        opacity: 1;
        visibility: visible;
        -webkit-transition: 0.25s;
        -o-transition: 0.25s;
        transition: 0.25s;
        pointer-events: auto; } }
    @media (max-width: 991px) {
      ul.main-menu.main-menu li.menu-item-has-children {
        padding-right: 50px;
        background-repeat: no-repeat;
        background-position: right 19px top 16px;
        position: relative; }
        ul.main-menu.main-menu li.menu-item-has-children:after, ul.main-menu.main-menu li.menu-item-has-children:before {
          content: '';
          position: absolute;
          top: 28px;
          right: 12px;
          left: auto;
          -webkit-transform: translateY(-50%) rotate(0deg);
              -ms-transform: translateY(-50%) rotate(0deg);
                  transform: translateY(-50%) rotate(0deg);
          width: 20px;
          height: 2px;
          background-color: #ffffff;
          -webkit-transition: 0.25s;
          -o-transition: 0.25s;
          transition: 0.25s;
          display: block; }
        ul.main-menu.main-menu li.menu-item-has-children:before {
          -webkit-transform: translateY(-50%) rotate(-90deg);
              -ms-transform: translateY(-50%) rotate(-90deg);
                  transform: translateY(-50%) rotate(-90deg); }
        ul.main-menu.main-menu li.menu-item-has-children.open:before {
          -webkit-transform: translateY(-50%) rotate(0deg);
              -ms-transform: translateY(-50%) rotate(0deg);
                  transform: translateY(-50%) rotate(0deg); }
        ul.main-menu.main-menu li.menu-item-has-children.open .sub-menu {
          pointer-events: auto !important; }
        ul.main-menu.main-menu li.menu-item-has-children.open > .sub-menu {
          max-height: 1000px;
          position: relative;
          pointer-events: auto; }
          ul.main-menu.main-menu li.menu-item-has-children.open > .sub-menu:after {
            content: '';
            position: absolute;
            left: 0;
            bottom: 0;
            width: calc(100% + 50px);
            max-width: calc(100% + 50px);
            border-bottom: 1px solid white;
            opacity: .4;
            visibility: visible; } }
    ul.main-menu.main-menu li.menu-item-has-children .sub-menu {
      position: absolute;
      top: 100%;
      left: 0;
      width: 299px;
      max-width: 299px;
      background-color: #222222;
      opacity: 0;
      visibility: hidden;
      margin: 0;
      padding-top: 4px;
      padding-bottom: 4px;
      pointer-events: none; }
      @media (max-width: 991px) {
        ul.main-menu.main-menu li.menu-item-has-children .sub-menu {
          position: static;
          opacity: 1;
          visibility: visible;
          background-color: transparent;
          -webkit-transform: none;
              -ms-transform: none;
                  transform: none;
          width: calc(100% + 50px);
          max-width: calc(100% + 50px);
          max-height: 0;
          overflow: hidden;
          padding-top: 0px;
          padding-bottom: 0px; } }
      @media (min-width: 991px) {
        ul.main-menu.main-menu li.menu-item-has-children .sub-menu .sub-menu {
          position: relative;
          top: auto;
          left: auto;
          opacity: 1;
          visibility: visible;
          -webkit-transition: none;
          -o-transition: none;
          transition: none;
          -webkit-transform: none;
              -ms-transform: none;
                  transform: none;
          display: none; } }
      ul.main-menu.main-menu li.menu-item-has-children .sub-menu li {
        margin: 0;
        padding: 0 23px; }
        @media (max-width: 991px) {
          ul.main-menu.main-menu li.menu-item-has-children .sub-menu li {
            padding: 0; }
            ul.main-menu.main-menu li.menu-item-has-children .sub-menu li.open .sub-menu {
              pointer-events: auto !important; }
            ul.main-menu.main-menu li.menu-item-has-children .sub-menu li.open .sub-menu:after {
              display: none; } }
        @media (min-width: 992px) {
          ul.main-menu.main-menu li.menu-item-has-children .sub-menu li > a:hover {
            opacity: .5; } }
        @media (max-width: 991px) {
          ul.main-menu.main-menu li.menu-item-has-children .sub-menu li.menu-item-has-children:before, ul.main-menu.main-menu li.menu-item-has-children .sub-menu li.menu-item-has-children:after {
            display: none; } }
        @media (max-width: 991px) {
          ul.main-menu.main-menu li.menu-item-has-children .sub-menu li.menu-item-has-children > a {
            background-image: none; } }
        ul.main-menu.main-menu li.menu-item-has-children .sub-menu li.menu-item-has-children > a::after {
          content: '';
          position: absolute;
          display: block;
          width: 7px;
          height: 12px;
          top: 50%;
          right: 7px;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%);
          -webkit-transition: -webkit-transform 0.25s ease-in-out;
          transition: -webkit-transform 0.25s ease-in-out;
          -o-transition: transform 0.25s ease-in-out;
          transition: transform 0.25s ease-in-out;
          transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
          background-image: url(../images/menu-arrow.svg);
          background-repeat: no-repeat;
          display: none; }
        ul.main-menu.main-menu li.menu-item-has-children .sub-menu li.menu-item-has-children:hover a::after {
          -webkit-transform: translateY(-50%) rotate(90deg);
              -ms-transform: translateY(-50%) rotate(90deg);
                  transform: translateY(-50%) rotate(90deg); }
        ul.main-menu.main-menu li.menu-item-has-children .sub-menu li ul {
          position: static;
          opacity: 1;
          visibility: visible;
          width: 100%;
          max-width: 100%;
          padding: 0; }
          @media (max-width: 991px) {
            ul.main-menu.main-menu li.menu-item-has-children .sub-menu li ul {
              opacity: 1;
              visibility: visible;
              max-height: 10000px; } }
          ul.main-menu.main-menu li.menu-item-has-children .sub-menu li ul li {
            padding: 0; }
            ul.main-menu.main-menu li.menu-item-has-children .sub-menu li ul li a {
              font-size: 15px;
              font-size: 1.5rem;
              padding: 1px 0 1px 23px;
              text-transform: none;
              color: #B1B1B1;
              font-weight: 600;
              position: relative; }
              @media (min-width: 992px) {
                ul.main-menu.main-menu li.menu-item-has-children .sub-menu li ul li a:hover {
                  opacity: .5; }
                ul.main-menu.main-menu li.menu-item-has-children .sub-menu li ul li a:before {
                  content: '';
                  position: absolute;
                  top: 50%;
                  left: 0;
                  width: 13px;
                  height: 1px;
                  background-color: #B1B1B1;
                  -webkit-transform: translateY(-70%);
                      -ms-transform: translateY(-70%);
                          transform: translateY(-70%); } }
              @media (max-width: 991px) {
                ul.main-menu.main-menu li.menu-item-has-children .sub-menu li ul li a {
                  padding: 9px 0;
                  padding-left: 31px;
                  font-size: 21px;
                  font-size: 2.1rem;
                  color: #B1B1B1;
                  position: relative; }
                  ul.main-menu.main-menu li.menu-item-has-children .sub-menu li ul li a:before {
                    content: '';
                    position: absolute;
                    left: 0;
                    top: 50%;
                    height: 2px;
                    width: 21px;
                    background-color: #B1B1B1;
                    -webkit-transform: translateY(-50%);
                        -ms-transform: translateY(-50%);
                            transform: translateY(-50%); } }
        ul.main-menu.main-menu li.menu-item-has-children .sub-menu li a {
          background-color: transparent;
          display: block;
          text-align: left;
          color: white;
          padding: 9px 15px 9px 0;
          font-size: 15px;
          font-size: 1.5rem;
          text-shadow: none !important; }
          @media (max-width: 991px) {
            ul.main-menu.main-menu li.menu-item-has-children .sub-menu li a {
              padding: 9px 0;
              font-size: 21px;
              font-size: 2.1rem;
              color: white;
              text-transform: none; }
              ul.main-menu.main-menu li.menu-item-has-children .sub-menu li a:after {
                display: none; } }
    ul.main-menu.main-menu li > a {
      font-size: 15px;
      font-size: 1.5rem;
      width: auto;
      color: #ffffff;
      line-height: 1.5em;
      text-decoration: none !important;
      font-weight: 600;
      position: relative;
      font-family: "Proxima Nova", sans-serif;
      text-transform: uppercase;
      display: inline-block;
      position: relative;
      padding: 30px 23px;
      overflow: hidden;
      z-index: 2;
      background-color: rgba(34, 34, 34, 0); }
      @media (max-width: 1768px) {
        ul.main-menu.main-menu li > a {
          padding: 25px 23px; } }
      @media (max-width: 1111px) {
        ul.main-menu.main-menu li > a {
          padding: 25px 13px; } }
      @media (max-width: 991px) {
        ul.main-menu.main-menu li > a {
          background-color: transparent;
          display: block;
          text-align: left;
          color: white;
          padding: 9.5px 0;
          font-size: 25px;
          font-size: 2.5rem;
          text-shadow: none !important; }
          ul.main-menu.main-menu li > a:hover {
            color: #E08100;
            background-color: rgba(34, 34, 34, 0.2); } }
      @media (max-width: 991px) {
        ul.main-menu.main-menu li > a[href="#"] {
          pointer-events: none; } }
      @media (min-width: 992px) {
        ul.main-menu.main-menu li > a:hover {
          color: white;
          background-color: rgba(34, 34, 34, 0.2); } }

footer {
  position: relative;
  background-color: #222222; }
  footer .footer-top-outer {
    padding: 42px 0 30px; }
    @media (max-width: 767px) {
      footer .footer-top-outer {
        padding: 18px 0 39px; } }
    footer .footer-top-outer * {
      color: #ffffff; }
    footer .footer-top-outer #footer-logo {
      width: 196.81px;
      display: block; }
      @media (max-width: 1768px) {
        footer .footer-top-outer #footer-logo {
          width: 151.39px; } }
      @media (max-width: 767px) {
        footer .footer-top-outer #footer-logo {
          margin-bottom: 44px; } }
      footer .footer-top-outer #footer-logo img {
        width: 100%; }
    @media (min-width: 1769px) {
      footer .footer-top-outer .col-md-6 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 42%;
                flex: 0 0 42%;
        max-width: 42%; } }
    @media (min-width: 768px) {
      footer .footer-top-outer .col-md-6 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 34%;
                flex: 0 0 34%;
        max-width: 34%; } }
    @media (min-width: 1769px) {
      footer .footer-top-outer .col-md-3 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 25%;
                flex: 0 0 25%;
        max-width: 25%; } }
    @media (min-width: 768px) {
      footer .footer-top-outer .col-md-3 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 32%;
                flex: 0 0 32%;
        max-width: 32%; } }
    @media (max-width: 767px) {
      footer .footer-top-outer .col-md-3:last-of-type {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        footer .footer-top-outer .col-md-3:last-of-type h10 {
          width: 100%;
          margin-bottom: 26px; }
        footer .footer-top-outer .col-md-3:last-of-type .link {
          margin-right: 35px; } }
    footer .footer-top-outer h10 {
      margin-bottom: 2.35em; }
      @media (max-width: 767px) {
        footer .footer-top-outer h10 {
          margin-bottom: 1.2em; } }
    footer .footer-top-outer .footer-menu {
      padding-top: 3px; }
      @media (max-width: 767px) {
        footer .footer-top-outer .footer-menu {
          padding-top: 0;
          margin-bottom: 39px; } }
      footer .footer-top-outer .footer-menu li {
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 1.7em;
        margin-bottom: .3em; }
        @media (max-width: 767px) {
          footer .footer-top-outer .footer-menu li {
            font-size: 16px;
            font-size: 1.6rem;
            margin-bottom: .5em; } }
        footer .footer-top-outer .footer-menu li a {
          font-size: 18px;
          font-size: 1.8rem;
          line-height: 1.7em;
          font-weight: 400;
          display: inline-block;
          color: #ffffff;
          text-decoration: none; }
          @media (max-width: 767px) {
            footer .footer-top-outer .footer-menu li a {
              font-size: 16px;
              font-size: 1.6rem; } }
          footer .footer-top-outer .footer-menu li a:hover, footer .footer-top-outer .footer-menu li a:focus {
            color: #E08100 !important;
            text-decoration: none; }
    footer .footer-top-outer .link {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 1em; }
      @media (max-width: 1170px) {
        footer .footer-top-outer .link {
          font-size: 0px;
          font-size: 0rem;
          margin-bottom: 17.814px; } }
      @media (max-width: 767px) {
        footer .footer-top-outer .link {
          margin-bottom: 0; } }
      footer .footer-top-outer .link svg {
        margin-right: 1.1em;
        width: 29px;
        max-height: 29px; }
      footer .footer-top-outer .link strong {
        margin-right: .45em; }
      footer .footer-top-outer .link * {
        -webkit-transition: 0.25s;
        -o-transition: 0.25s;
        transition: 0.25s; }
      footer .footer-top-outer .link:hover, footer .footer-top-outer .link:focus {
        color: #E08100 !important; }
        footer .footer-top-outer .link:hover *, footer .footer-top-outer .link:focus * {
          color: #E08100 !important;
          stroke: #E08100 !important; }
  footer .footer-bottom-outer {
    padding: 0 0 59px; }
    @media (max-width: 767px) {
      footer .footer-bottom-outer {
        padding: 0px 0 30px; } }
    footer .footer-bottom-outer * {
      color: #ffffff; }
    footer .footer-bottom-outer .copy {
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 1.25em;
      font-weight: 600;
      margin-right: 2.8em; }
      @media (max-width: 767px) {
        footer .footer-bottom-outer .copy {
          width: 100%;
          margin-bottom: 15px; } }
    footer .footer-bottom-outer .col-12 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      @media (max-width: 767px) {
        footer .footer-bottom-outer .col-12 {
          text-align: left;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
    footer .footer-bottom-outer .small-menu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      margin: 0; }
      @media (max-width: 767px) {
        footer .footer-bottom-outer .small-menu {
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          width: 100%; } }
      footer .footer-bottom-outer .small-menu li {
        margin: 0 17px;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.25em; }
        footer .footer-bottom-outer .small-menu li:last-of-type {
          margin-right: 0; }
        footer .footer-bottom-outer .small-menu li:first-of-type {
          margin-left: 0; }
      footer .footer-bottom-outer .small-menu a {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.25em;
        font-weight: 400;
        color: #ffffff;
        text-decoration: underline; }
        footer .footer-bottom-outer .small-menu a:hover, footer .footer-bottom-outer .small-menu a:focus {
          color: #E08100 !important;
          text-decoration: none;
          text-decoration: underline; }

button:focus,
.btn:focus,
:focus[type="submit"] {
  outline: none; }

.btn-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -11px;
  max-width: calc(100% + 6px); }
  @media (max-width: 991px) {
    .btn-con {
      margin: 0 -7px; } }
  .btn-con .btn, .btn-con *[type="submit"],
  .btn-con .submit-con [type="submit"], .submit-con .btn-con [type="submit"] {
    margin: 0 11px 5px; }
    @media (max-width: 991px) {
      .btn-con .btn, .btn-con *[type="submit"],
      .btn-con .submit-con [type="submit"], .submit-con .btn-con [type="submit"] {
        margin: 0 7px 5px; } }
  .btn-con.btn-con-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .btn-con.btn-con-left {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .btn-con.btn-con-right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }

.btn, *[type="submit"],
.submit-con [type="submit"] {
  display: inline-block;
  padding: 16px 63px 16px 18px;
  font-size: 15px !important;
  font-size: 1.5rem !important;
  text-decoration: none !important;
  line-height: 1.5em;
  border: 1px solid #E08100;
  color: #ffffff !important;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-family: "Proxima Nova", sans-serif;
  position: relative;
  border-radius: 0;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  background-color: #E08100;
  text-transform: uppercase;
  background-image: url(../images/open.svg);
  background-repeat: no-repeat;
  background-position: right 20px top 50%; }
  .btn.download, .download[type="submit"] {
    background-image: url(../images/download.svg); }
  .btn.before, .before[type="submit"] {
    background-position: left 24px top 50%;
    padding: 16px 18px 16px 63px; }
  @media (max-width: 767px) {
    .btn, *[type="submit"],
    .submit-con [type="submit"] {
      font-size: 14px !important;
      font-size: 1.4rem !important; } }
  .btn:hover, :hover[type="submit"],
  .btn:focus,
  :focus[type="submit"] {
    outline: none;
    background-color: #222222;
    border-color: #222222;
    color: #ffffff !important; }
  .btn.big, .big[type="submit"] {
    padding: 5.5px 61px 5.5px 46px;
    background-position: right 28px top 50%; }
  .btn.small, .small[type="submit"] {
    min-width: 0;
    padding: 5.5px 24px 5.5px 10px;
    background-position: right 9px top 50%; }
  .btn.read-more.read-more, .read-more.read-more[type="submit"] {
    background-image: none;
    position: relative;
    color: #222222 !important;
    padding-right: 68px;
    background-color: #F2F2F2;
    border-color: #F2F2F2; }
    .btn.read-more.read-more:hover, .read-more.read-more:hover[type="submit"], .btn.read-more.read-more:focus, .read-more.read-more:focus[type="submit"] {
      background-color: #F2F2F2;
      border-color: #F2F2F2;
      color: #222222 !important; }
      .btn.read-more.read-more:hover:after, .read-more.read-more[type="submit"]:hover:after, .btn.read-more.read-more:hover:before, .read-more.read-more[type="submit"]:hover:before, .btn.read-more.read-more:focus:after, .read-more.read-more[type="submit"]:focus:after, .btn.read-more.read-more:focus:before, .read-more.read-more[type="submit"]:focus:before {
        background-color: #E08100; }
    .btn.read-more.read-more:after, .read-more.read-more[type="submit"]:after, .btn.read-more.read-more:before, .read-more.read-more[type="submit"]:before {
      content: '';
      position: absolute;
      right: 20px;
      -webkit-transform: translateY(-50%) rotate(0deg);
          -ms-transform: translateY(-50%) rotate(0deg);
              transform: translateY(-50%) rotate(0deg);
      width: 27px;
      height: 2px;
      background-color: #222222;
      top: 50%;
      -webkit-transition: 0.25s;
      -o-transition: 0.25s;
      transition: 0.25s; }
    .btn.read-more.read-more:before, .read-more.read-more[type="submit"]:before {
      -webkit-transform: translateY(-50%) rotate(-90deg);
          -ms-transform: translateY(-50%) rotate(-90deg);
              transform: translateY(-50%) rotate(-90deg); }

.download-link-show {
  display: inline-block;
  padding: 16px 47px 16px 20px;
  font-size: 15px !important;
  font-size: 1.5rem !important;
  text-decoration: none !important;
  line-height: 1.5em;
  border: 1px solid #E08100;
  color: #ffffff !important;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-family: "Proxima Nova", sans-serif;
  position: relative;
  border-radius: 0;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  background-color: #E08100;
  text-transform: uppercase;
  background-image: url(../images/download.svg);
  background-repeat: no-repeat;
  background-position: right 20px top 50%;
  margin-bottom: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-align: right;
  max-width: 69px; }
  @media (max-width: 767px) {
    .download-link-show {
      max-width: 100%;
      padding: 16px 20px 16px 47px;
      background-position: left 20px top 50%; } }
  .download-link-show.link {
    background-image: url(../images/open.svg);
    background-position: right 22px top 50%; }
  .download-link-show span {
    overflow: hidden;
    max-width: 0;
    display: block;
    margin-right: 0;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s; }
    @media (max-width: 767px) {
      .download-link-show span {
        max-width: 990px;
        margin-left: 22px;
        margin-right: 0; } }
  @media (min-width: 768px) {
    .download-link-show:hover, .download-link-show:focus {
      max-width: 209.48px; }
      .download-link-show:hover span, .download-link-show:focus span {
        max-width: 200px;
        margin-right: 22px; } }

.back-link.back-link {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 700;
  padding-left: 50px;
  display: inline-block;
  background-image: url(../images/arrow-left.svg);
  background-repeat: no-repeat;
  background-position: 10px 50%;
  margin-left: -10px; }
  @media (max-width: 767px) {
    .back-link.back-link {
      font-size: 18px;
      font-size: 1.8rem; } }
  .back-link.back-link:hover, .back-link.back-link:focus {
    color: #ffffff;
    background-position: 0px 50%; }

.download-link {
  margin: 0 auto;
  display: block;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 15px;
  font-size: 1.5rem; }
  .download-link:hover, .download-link:focus {
    color: #222222; }
    .download-link:hover i.d-icon .d-top, .download-link:focus i.d-icon .d-top {
      -webkit-transform: translateY(-4px);
          -ms-transform: translateY(-4px);
              transform: translateY(-4px); }
  .download-link i.d-icon {
    position: relative;
    width: 28px;
    height: 28px;
    margin: 0 auto .6em;
    display: block; }
    .download-link i.d-icon * {
      stroke: #222222; }
    .download-link i.d-icon svg {
      width: 28px;
      height: 28px; }
    .download-link i.d-icon .d-top {
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      -webkit-transition: 0.25s;
      -o-transition: 0.25s;
      transition: 0.25s; }

::-webkit-input-placeholder {
  font-size: 16px;
  font-size: 1.6rem; }

:-moz-placeholder {
  /* Firefox 18- */
  font-size: 16px;
  font-size: 1.6rem; }

::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 16px;
  font-size: 1.6rem; }

:-ms-input-placeholder {
  font-size: 16px;
  font-size: 1.6rem; }

form {
  margin: 0 auto;
  width: auto;
  display: block;
  margin-bottom: 0; }
  form:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; }
  * html form {
    height: 1%; }

input,
input.input-text,
textarea,
select {
  display: block;
  padding: 5px 5px 3px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  color: #222222;
  font-family: "Proxima Nova", sans-serif;
  width: 100%;
  max-width: 100%;
  margin-bottom: 16px;
  border: 1px solid #FCF7F7;
  background-color: #222222;
  border-radius: 0;
  line-height: 20px;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
          box-shadow: none; }

textarea {
  height: 146px;
  min-height: 146px;
  min-width: 100%; }

input:focus,
input.input-text:focus,
textarea:focus,
select:focus {
  outline: none; }

input:focus,
input.input-text:focus,
textarea:focus,
select:focus {
  outline: none;
  -webkit-transition: color 0.5s ease, background-color 0.5s ease;
  -o-transition: color 0.5s ease, background-color 0.5s ease;
  transition: color 0.5s ease, background-color 0.5s ease; }

select {
  padding-right: 39px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url(../images/select-icon.svg);
  background-repeat: no-repeat;
  background-position: 100% 50%;
  line-height: 20px;
  height: 30px;
  overflow: hidden; }
  select::-ms-expand {
    display: none; }
  select option {
    padding-top: 5px;
    padding-bottom: 5px;
    color: #222222; }

label {
  display: block;
  font-size: 15px;
  font-size: 1.5rem;
  font-family: "Proxima Nova", sans-serif;
  margin-bottom: 1px;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  font-weight: 700; }
  label .gfield_required {
    display: none; }

*[type="submit"],
.submit-con [type="submit"] {
  margin-bottom: 0;
  margin-top: 12px;
  width: auto;
  cursor: pointer; }

.submit-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.input-radio,
.input-checkbox {
  position: relative;
  display: inline-block;
  margin-bottom: 5px; }
  .input-radio:before,
  .input-checkbox:before {
    content: '';
    display: block;
    position: absolute; }

input[type="radio"],
input[type="checkbox"] {
  display: none; }
  input[type="radio"] + span,
  input[type="radio"] + .wpcf7-list-item-label,
  input[type="radio"] + label,
  input[type="checkbox"] + span,
  input[type="checkbox"] + .wpcf7-list-item-label,
  input[type="checkbox"] + label {
    padding-left: 42px !important;
    position: relative;
    cursor: pointer;
    line-height: 27px;
    display: inline-block;
    margin-bottom: 5px;
    text-transform: uppercase; }
    input[type="radio"] + span:hover:before,
    input[type="radio"] + .wpcf7-list-item-label:hover:before,
    input[type="radio"] + label:hover:before,
    input[type="checkbox"] + span:hover:before,
    input[type="checkbox"] + .wpcf7-list-item-label:hover:before,
    input[type="checkbox"] + label:hover:before {
      background-color: #D0D0D0; }
    input[type="radio"] + span:before,
    input[type="radio"] + .wpcf7-list-item-label:before,
    input[type="radio"] + label:before,
    input[type="checkbox"] + span:before,
    input[type="checkbox"] + .wpcf7-list-item-label:before,
    input[type="checkbox"] + label:before {
      position: absolute;
      content: "";
      width: 27px;
      height: 27px;
      left: 0;
      border-radius: 5px;
      background-position: 0% 50%;
      border: 2px solid #B1B1B1;
      background-color: #F2F2F2; }
    input[type="radio"] + span:after,
    input[type="radio"] + .wpcf7-list-item-label:after,
    input[type="radio"] + label:after,
    input[type="checkbox"] + span:after,
    input[type="checkbox"] + .wpcf7-list-item-label:after,
    input[type="checkbox"] + label:after {
      position: absolute;
      content: "\f00c";
      font-family: Font Awesome\ 5 Free;
      font-size: 110%;
      color: #E08100;
      width: 23px;
      height: 23px;
      line-height: 23px;
      text-align: center;
      font-weight: 900;
      left: 2px;
      top: 2px;
      background-position: 0% 50%;
      background-color: transparent;
      opacity: 0;
      -webkit-transition: 0.25s;
      -o-transition: 0.25s;
      transition: 0.25s;
      border-radius: 3px; }
  input[type="radio"]:checked + label:after,
  input[type="radio"]:checked + .wpcf7-list-item-label:after,
  input[type="radio"]:checked + span:after,
  input[type="radio"] + label.checked:after,
  input[type="checkbox"]:checked + label:after,
  input[type="checkbox"]:checked + .wpcf7-list-item-label:after,
  input[type="checkbox"]:checked + span:after,
  input[type="checkbox"] + label.checked:after {
    opacity: 1; }

input[type="radio"] + .wpcf7-list-item-label:before, input[type="radio"] + .wpcf7-list-item-label:after,
input[type="radio"] + label:before,
input[type="radio"] + label:after {
  border-radius: 18px; }

.send-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 3px 0 0; }

.wpcf7 {
  position: relative; }
  .wpcf7 .col {
    position: static; }
  .wpcf7 form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 1px 0 1px; }
    @media (max-width: 767px) {
      .wpcf7 form [type="submit"] {
        margin-top: 0; } }
    .wpcf7 form [type="submit"].space-above {
      margin-top: 76px; }
      @media (max-width: 767px) {
        .wpcf7 form [type="submit"].space-above {
          margin-top: -11px; } }
    .wpcf7 form .field-p {
      margin-bottom: 0; }
    .wpcf7 form.sent .wpcf7-list-item label {
      opacity: 1; }
    .wpcf7 form.sent label,
    .wpcf7 form.sent .wpcf7-form-control-wrap,
    .wpcf7 form.sent input[type="submit"],
    .wpcf7 form.sent button,
    .wpcf7 form.sent .num-button {
      pointer-events: none;
      opacity: .2;
      -webkit-transition: .4s;
      -o-transition: .4s;
      transition: .4s; }
    .wpcf7 form label span {
      color: #E6002C; }
    .wpcf7 form label .wpcf7-list-item-label {
      color: #222222; }
    .wpcf7 form .wpcf7-form-control-wrap {
      display: block;
      width: 100%; }
    .wpcf7 form > div {
      width: 100%; }
    .wpcf7 form .form-text {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      text-align: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .wpcf7 form .small,
    .wpcf7 form .medium,
    .wpcf7 form .large {
      position: relative; }
    .wpcf7 form .small {
      width: 32%; }
      @media (max-width: 767px) {
        .wpcf7 form .small {
          width: 47%; }
          .wpcf7 form .small + .small + .small {
            width: 100%; } }
      @media (max-width: 575px) {
        .wpcf7 form .small {
          width: 100%; } }
    .wpcf7 form .medium {
      width: 47%; }
      @media (max-width: 767px) {
        .wpcf7 form .medium {
          width: 100%; } }
    .wpcf7 form .large {
      width: 100%; }
    .wpcf7 form .has-label {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: baseline;
          -ms-flex-align: baseline;
              align-items: baseline; }
      .wpcf7 form .has-label label {
        width: 100px; }
      .wpcf7 form .has-label .wpcf7-form-control-wrap {
        width: calc(100% - 100px); }
    .wpcf7 form .btn-con {
      position: static;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .wpcf7 form span.wpcf7-not-valid-tip {
      position: absolute;
      background-color: transparent;
      color: #E6002C !important;
      font-size: 12px;
      font-size: 1.2rem;
      font-weight: 400;
      line-height: 14px;
      width: auto;
      bottom: -14px;
      -webkit-transition: 0.25s;
      -o-transition: 0.25s;
      transition: 0.25s;
      left: 0px; }
      @media (max-width: 1768px) {
        .wpcf7 form span.wpcf7-not-valid-tip {
          font-size: 10px;
          font-size: 1rem;
          bottom: -12px; } }
    .wpcf7 form .wpcf7-checkbox,
    .wpcf7 form .wpcf7-radio {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin-bottom: 16px; }
      .wpcf7 form .wpcf7-checkbox label,
      .wpcf7 form .wpcf7-radio label {
        margin-bottom: 5px; }
    .wpcf7 form .wpcf7-list-item {
      display: block;
      margin: 0; }
      .wpcf7 form .wpcf7-list-item label {
        margin-bottom: 5px;
        text-align: left; }
  .wpcf7 span.ajax-loader.ajax-loader {
    position: absolute;
    top: -15px;
    left: -15px;
    height: calc(100% + 30px);
    width: calc(100% + 30px);
    max-width: calc(100% + 30px);
    background-image: none;
    background-color: rgba(255, 255, 255, 0.75);
    margin: 0; }
    .wpcf7 span.ajax-loader.ajax-loader:before {
      content: '';
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 20px;
      height: 20px;
      -webkit-animation-name: loading-op;
              animation-name: loading-op;
      -webkit-animation-iteration-count: infinite;
              animation-iteration-count: infinite;
      -webkit-animation-duration: 3.6s;
              animation-duration: 3.6s;
      -webkit-transform-origin: 50% 50%;
          -ms-transform-origin: 50% 50%;
              transform-origin: 50% 50%;
      -webkit-animation-timing-function: linear;
              animation-timing-function: linear;
      border: 2px solid #E08100; }

@-webkit-keyframes loading-op {
  0%,
  100% {
    -webkit-transform: translate(calc(-50% - -10px), calc(-50% - -10px));
            transform: translate(calc(-50% - -10px), calc(-50% - -10px)); }
  25% {
    -webkit-transform: translate(calc(-50% - 10px), calc(-50% - -10px));
            transform: translate(calc(-50% - 10px), calc(-50% - -10px)); }
  50% {
    -webkit-transform: translate(calc(-50% - 10px), calc(-50% - 10px));
            transform: translate(calc(-50% - 10px), calc(-50% - 10px)); }
  75% {
    -webkit-transform: translate(calc(-50% - -10px), calc(-50% - 10px));
            transform: translate(calc(-50% - -10px), calc(-50% - 10px)); } }

@keyframes loading-op {
  0%,
  100% {
    -webkit-transform: translate(calc(-50% - -10px), calc(-50% - -10px));
            transform: translate(calc(-50% - -10px), calc(-50% - -10px)); }
  25% {
    -webkit-transform: translate(calc(-50% - 10px), calc(-50% - -10px));
            transform: translate(calc(-50% - 10px), calc(-50% - -10px)); }
  50% {
    -webkit-transform: translate(calc(-50% - 10px), calc(-50% - 10px));
            transform: translate(calc(-50% - 10px), calc(-50% - 10px)); }
  75% {
    -webkit-transform: translate(calc(-50% - -10px), calc(-50% - 10px));
            transform: translate(calc(-50% - -10px), calc(-50% - 10px)); } }
    .wpcf7 span.ajax-loader.ajax-loader:after {
      content: '';
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 20px;
      height: 20px;
      -webkit-animation-name: loading;
              animation-name: loading;
      -webkit-animation-iteration-count: infinite;
              animation-iteration-count: infinite;
      -webkit-animation-duration: 3.6s;
              animation-duration: 3.6s;
      -webkit-transform-origin: 50% 50%;
          -ms-transform-origin: 50% 50%;
              transform-origin: 50% 50%;
      -webkit-animation-timing-function: linear;
              animation-timing-function: linear;
      border: 2px solid #E08100; }

@-webkit-keyframes loading {
  0%,
  100% {
    -webkit-transform: translate(calc(-50% - 10px), calc(-50% - 10px));
            transform: translate(calc(-50% - 10px), calc(-50% - 10px)); }
  25% {
    -webkit-transform: translate(calc(-50% - -10px), calc(-50% - 10px));
            transform: translate(calc(-50% - -10px), calc(-50% - 10px)); }
  50% {
    -webkit-transform: translate(calc(-50% - -10px), calc(-50% - -10px));
            transform: translate(calc(-50% - -10px), calc(-50% - -10px)); }
  75% {
    -webkit-transform: translate(calc(-50% - 10px), calc(-50% - -10px));
            transform: translate(calc(-50% - 10px), calc(-50% - -10px)); } }

@keyframes loading {
  0%,
  100% {
    -webkit-transform: translate(calc(-50% - 10px), calc(-50% - 10px));
            transform: translate(calc(-50% - 10px), calc(-50% - 10px)); }
  25% {
    -webkit-transform: translate(calc(-50% - -10px), calc(-50% - 10px));
            transform: translate(calc(-50% - -10px), calc(-50% - 10px)); }
  50% {
    -webkit-transform: translate(calc(-50% - -10px), calc(-50% - -10px));
            transform: translate(calc(-50% - -10px), calc(-50% - -10px)); }
  75% {
    -webkit-transform: translate(calc(-50% - 10px), calc(-50% - -10px));
            transform: translate(calc(-50% - 10px), calc(-50% - -10px)); } }
  .wpcf7 div.wpcf7-response-output.wpcf7-response-output.wpcf7-response-output,
  .wpcf7 div.wpcf7-mail-sent-ok,
  .wpcf7 div.wpcf7-validation-errors,
  .wpcf7 div.wpcf7-acceptance-missing {
    margin: .5em 0;
    border: 1px solid #E6002C;
    background-color: white;
    color: #E6002C;
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4em;
    padding: 5px 5px;
    border-radius: 0;
    font-weight: 400; }
  .wpcf7 .sent div.wpcf7-response-output.wpcf7-response-output.wpcf7-response-output {
    color: #51AE32;
    border-color: #51AE32; }
  .wpcf7 div.wpcf7-mail-sent-ok {
    background-color: #51AE32;
    border-color: #51AE32; }
  .wpcf7 .LV_validation_message {
    display: none; }

.re ~ .res {
  display: none; }

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

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

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

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

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

.slick {
  max-height: 0;
  overflow: hidden;
  max-width: none; }
  .slick *:not(img):not(.wrapper) {
    max-width: none; }
  .slick.loaded {
    max-height: 5000px; }
  .slick.no-overflow {
    overflow: visible; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../images/ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: slick-font-url("slick.eot");
  src: slick-font-url("slick.eot?#iefix") format("embedded-opentype"), slick-font-url("slick.woff") format("woff"), slick-font-url("slick.ttf") format("truetype"), slick-font-url("slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  width: 19.11px;
  height: 30.99px;
  border-radius: 0;
  border: none;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  padding: 0;
  outline: none;
  z-index: 2;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  opacity: 7; }
  @media (max-width: 767px) {
    .slick-prev,
    .slick-next {
      width: 40px;
      height: 40px; } }
  .slick-prev.slick-disabled,
  .slick-next.slick-disabled {
    pointer-events: none;
    opacity: .25; }
  .slick-prev:hover,
  .slick-next:hover {
    opacity: .75; }

.slick-prev {
  left: -27px;
  background-image: url(../images/slide-prev.svg);
  background-position: 48% 50%; }
  @media (max-width: 1820px) {
    .slick-prev {
      left: -10px; } }
  @media (max-width: 1768px) {
    .slick-prev {
      left: 0px; } }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -68px; }
    @media (max-width: 1230px) {
      [dir="rtl"] .slick-prev {
        right: -38px; } }

.slick-next {
  right: -27px;
  background-image: url(../images/slide-next.svg);
  background-position: 52% 50%; }
  @media (max-width: 1820px) {
    .slick-next {
      right: -10px; } }
  @media (max-width: 1768px) {
    .slick-next {
      right: 0px; } }
  [dir="rtl"] .slick-next {
    left: 0;
    right: auto; }

/* Dots */
.slick-dots {
  position: absolute;
  bottom: -58px;
  list-style: none;
  display: block;
  text-align: right;
  padding: 0;
  margin: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 11px; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 11px;
    width: 11px;
    border-radius: 11px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .slick-dots li button {
      border: 0;
      display: block;
      height: 11px;
      width: 11px;
      border-radius: 11px;
      outline: none;
      line-height: 0px;
      cursor: pointer;
      font-size: 0;
      padding: 0;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      -webkit-transition: 0.25s;
      -o-transition: 0.25s;
      transition: 0.25s;
      opacity: 1;
      cursor: pointer;
      background-color: #D0DEEA; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none;
        background-color: #61A3D1; }
    .slick-dots li.slick-active button {
      background-color: #61A3D1; }

@media (max-width: 1120px) {
  br.not-mobile {
    display: none; } }

.matchHeight {
  margin-bottom: 0; }

.lazy-loader {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: white;
  z-index: 9999; }
  .lazy-loader.loaded {
    opacity: 0;
    display: none; }

.main-wrapper {
  padding-top: 0;
  padding-bottom: 0px;
  width: 100%; }

.page-wrapper {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  position: relative;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
  height: auto;
  padding-top: 0;
  bottom: 0; }

.fp-tableCell,
.wrapper {
  margin: 0 auto;
  width: 95.834%;
  padding-bottom: 0;
  max-width: 1640px;
  position: relative;
  clear: both; }
  @media (max-width: 991px) {
    .fp-tableCell,
    .wrapper {
      width: 87%; } }
  @media (max-width: 767px) {
    .fp-tableCell.mob-wide,
    .wrapper.mob-wide {
      width: 100%; } }

@media (max-width: 767px) {
  .mob-wrapper {
    margin-left: auto;
    margin-right: auto;
    width: 81%;
    padding-bottom: 0;
    max-width: 1640px;
    position: relative;
    clear: both;
    float: none; } }

.full-bg {
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative; }

.social-menu {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .social-menu a {
    font-size: 30px;
    font-size: 3rem;
    line-height: 30px;
    height: 30px;
    min-width: 30px;
    display: block;
    text-align: center;
    color: #E08100;
    text-decoration: none;
    background-image: none;
    padding: 0;
    font-weight: 100;
    margin: 0 2px;
    background-color: transparent; }
    .social-menu a:first-of-type {
      margin-left: 0; }
    .social-menu a:last-of-type {
      margin-right: 0; }
    @media (max-width: 767px) {
      .social-menu a {
        margin: 0 17px; } }
    .social-menu a i {
      font-size: 30px;
      font-size: 3rem;
      line-height: 30px;
      min-width: 30px;
      display: block;
      -webkit-transition: 0.25s;
      -o-transition: 0.25s;
      transition: 0.25s; }
    .social-menu a.facebook:hover, .social-menu a.facebook:focus {
      color: #3b5999 !important;
      color: #E08100 !important; }
    .social-menu a.twitter:hover, .social-menu a.twitter:focus {
      color: #55acee !important;
      color: #E08100 !important; }
    .social-menu a.linkedin:hover, .social-menu a.linkedin:focus {
      color: #007bb5 !important;
      color: #E08100 !important; }
    .social-menu a.instagram:hover i, .social-menu a.instagram:focus i {
      color: #8a3ab9 !important;
      background: -webkit-linear-gradient(45deg, #ffcc65 0%, #da226c 51%, #4967d3 100%) !important;
      -webkit-background-clip: text !important;
      -webkit-text-fill-color: transparent !important; }

.waypoint {
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
  will-change: transform; }
  .waypoint.animate {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }

a .hidden {
  height: 0;
  width: 0;
  overflow: hidden;
  display: block;
  opacity: 0;
  visibility: visible; }

html[rel="orange"] .highlights-component-section .col-12:not(.slick-slide).white .front:hover::after,
html[rel="orange"] .highlights-component-section .col-12:not(.slick-slide).grey .front:hover::after {
  background: #E08100; }

html[rel="orange"] .downloads-section .blocks .download:hover svg path {
  stroke: #E08100; }

html[rel="orange"] .quote-carousel-section .quote-slide .slick-track .slick-slide.page:after,
html[rel="orange"] .text-slider-section .pop .close:after, html[rel="orange"] .text-slider-section .pop .close:before, html[rel="orange"] .text-and-image-01l-section .pop .close:after, html[rel="orange"] .text-and-image-01l-section .pop .close:before, html[rel="orange"] .long-text-and-image-02l-section .pop .close:after, html[rel="orange"] .long-text-and-image-02l-section .pop .close:before, html[rel="orange"] .text-and-image-03l-section .pop .close:after, html[rel="orange"] .text-and-image-03l-section .pop .close:before, html[rel="orange"] .text-and-image-04l-section .pop .close:after, html[rel="orange"] .text-and-image-04l-section .pop .close:before, html[rel="orange"] .text-and-image-05l-section .pop .close:after, html[rel="orange"] .text-and-image-05l-section .pop .close:before, html[rel="orange"] .text-and-image-06l-section .pop .close:after, html[rel="orange"] .text-and-image-06l-section .pop .close:before,
html[rel="orange"] .quote-carousel-section nav .slick-arrow.next-btn {
  background-color: #E08100 !important; }

html[rel="orange"] .footer-top-outer .link:hover,
html[rel="orange"] .footer-menu li a:hover,
html[rel="orange"] .small-menu li a:hover {
  color: #E08100; }
  html[rel="orange"] .footer-top-outer .link:hover *,
  html[rel="orange"] .footer-menu li a:hover *,
  html[rel="orange"] .small-menu li a:hover * {
    color: #E08100;
    stroke: #E08100; }

html[rel="orange"] ::-moz-selection {
  background: #E08100; }

html[rel="orange"] ::selection {
  background: #E08100; }

html[rel="orange"] ::-moz-selection {
  background: #E08100; }

html[rel="orange"] a:hover {
  color: #E08100; }

html[rel="orange"] h1 em,
html[rel="orange"] h2 em,
html[rel="orange"] h3 em,
html[rel="orange"] h4 em,
html[rel="orange"] h5 em,
html[rel="orange"] h6 em,
html[rel="orange"] h7 em,
html[rel="orange"] h8 em,
html[rel="orange"] h9 em,
html[rel="orange"] h10 em,
html[rel="orange"] .h7 em,
html[rel="orange"] .h8 em,
html[rel="orange"] .h9 em,
html[rel="orange"] .h10 em,
html[rel="orange"] p em,
html[rel="orange"] address em,
html[rel="orange"] blockquote em,
html[rel="orange"] pre em,
html[rel="orange"] table em,
html[rel="orange"] li em {
  color: #E08100; }

html[rel="orange"] h1 a,
html[rel="orange"] h2 a,
html[rel="orange"] h3 a,
html[rel="orange"] h4 a,
html[rel="orange"] h5 a,
html[rel="orange"] h6 a,
html[rel="orange"] h7 a,
html[rel="orange"] h8 a,
html[rel="orange"] h9 a,
html[rel="orange"] h10 a,
html[rel="orange"] .h7 a,
html[rel="orange"] .h8 a,
html[rel="orange"] .h9 a,
html[rel="orange"] .h10 a,
html[rel="orange"] p a,
html[rel="orange"] address a,
html[rel="orange"] blockquote a,
html[rel="orange"] pre a,
html[rel="orange"] table a,
html[rel="orange"] li a {
  color: #E08100; }
  html[rel="orange"] h1 a:hover,
  html[rel="orange"] h2 a:hover,
  html[rel="orange"] h3 a:hover,
  html[rel="orange"] h4 a:hover,
  html[rel="orange"] h5 a:hover,
  html[rel="orange"] h6 a:hover,
  html[rel="orange"] h7 a:hover,
  html[rel="orange"] h8 a:hover,
  html[rel="orange"] h9 a:hover,
  html[rel="orange"] h10 a:hover,
  html[rel="orange"] .h7 a:hover,
  html[rel="orange"] .h8 a:hover,
  html[rel="orange"] .h9 a:hover,
  html[rel="orange"] .h10 a:hover,
  html[rel="orange"] p a:hover,
  html[rel="orange"] address a:hover,
  html[rel="orange"] blockquote a:hover,
  html[rel="orange"] pre a:hover,
  html[rel="orange"] table a:hover,
  html[rel="orange"] li a:hover {
    color: #E08100; }

html[rel="orange"] .dropdown-section dl.accordion dt a {
  border-color: #E08100; }

html[rel="orange"] .sub:before,
html[rel="orange"] .btn,
html[rel="orange"] *[type="submit"],
html[rel="orange"] .submit-con [type="submit"],
.submit-con html[rel="orange"] [type="submit"] {
  background-color: #E08100;
  border-color: #E08100; }

html[rel="orange"] .text-slider-section .image {
  border-color: #E08100; }

html[rel="orange"] .hero-section .key-downloads .head span,
html[rel="orange"] table .highlight,
html[rel="orange"] table tr:nth-of-type(1) td,
html[rel="orange"] .back-to-previous-page-section,
html[rel="orange"] .quote-carousel-section nav .slick-arrow:hover,
html[rel="orange"] .quote-carousel-section .quote-slide .slick-track .slick-slide.page,
html[rel="orange"] .text-slider-section .text .more,
html[rel="orange"] .boxes-section .col-12 .header,
html[rel="orange"] .chart-section .col-12 .header,
html[rel="orange"] .subpage-hero-section,
html[rel="orange"] .shadow.shadow:before,
html[rel="orange"] .highlights-component-section .col-12.page .front:after,
html[rel="orange"] .boxes-section .col-12 .header {
  background-color: #E08100; }

html[rel="orange"] table tr:nth-of-type(2) td {
  background-color: rgba(224, 129, 0, 0.6); }

html[rel="orange"] table .highlight,
html[rel="orange"] table tr:nth-of-type(1) td {
  background-color: #ff8228; }

html[rel="orange"] table tr:nth-of-type(2) td {
  background-color: rgba(255, 130, 40, 0.6); }

html[rel="orange"] .quote-carousel-section .quote-slide .slick-track .slick-slide.grey svg path,
html[rel="orange"] .quote-section svg path {
  fill: #E08100; }

@media (max-width: 767px) {
  html[rel="orange"] .text-slider-section .text.text .read-more-text:after, html[rel="orange"] .text-and-image-01l-section .text.text .read-more-text:after, html[rel="orange"] .long-text-and-image-02l-section .text.text .read-more-text:after, html[rel="orange"] .text-and-image-03l-section .text.text .read-more-text:after, html[rel="orange"] .text-and-image-04l-section .text.text .read-more-text:after, html[rel="orange"] .text-and-image-05l-section .text.text .read-more-text:after, html[rel="orange"] .text-and-image-06l-section .text.text .read-more-text:after,
  html[rel="orange"] .text-slider-section .text.text.text.text.text.text p:after {
    color: #E08100; } }

html[rel="orange"] .downloads-section .download-bottom .remove i,
html[rel="orange"] .downloads-section .blocks .types h7,
html[rel="orange"] input[type="radio"] + span:after, html[rel="orange"] input[type="radio"] + .wpcf7-list-item-label:after, html[rel="orange"] input[type="radio"] + label:after, html[rel="orange"] input[type="checkbox"] + span:after, html[rel="orange"] input[type="checkbox"] + .wpcf7-list-item-label:after, html[rel="orange"] input[type="checkbox"] + label:after {
  color: #E08100; }

html[rel="orange"] .download-link-show {
  background-color: #E08100;
  border-color: #E08100; }

html[rel="orange"] .btn.read-more:hover:before, html[rel="orange"] .read-more[type="submit"]:hover:before, html[rel="orange"] .btn.read-more:hover:after, html[rel="orange"] .read-more[type="submit"]:hover:after {
  background-color: #E08100; }

html[rel="orange"] .btn:hover, html[rel="orange"] :hover[type="submit"] {
  background-color: #222222;
  border-color: #222222; }

html[rel="orange2"] .highlights-component-section .col-12:not(.slick-slide).white .front:hover::after,
html[rel="orange2"] .highlights-component-section .col-12:not(.slick-slide).grey .front:hover::after {
  background: #E3552A; }

html[rel="orange2"] .downloads-section .blocks .download:hover svg path {
  stroke: #E3552A; }

html[rel="orange2"] .quote-carousel-section .quote-slide .slick-track .slick-slide.page:after,
html[rel="orange2"] .text-slider-section .pop .close:after, html[rel="orange2"] .text-slider-section .pop .close:before, html[rel="orange2"] .text-and-image-01l-section .pop .close:after, html[rel="orange2"] .text-and-image-01l-section .pop .close:before, html[rel="orange2"] .long-text-and-image-02l-section .pop .close:after, html[rel="orange2"] .long-text-and-image-02l-section .pop .close:before, html[rel="orange2"] .text-and-image-03l-section .pop .close:after, html[rel="orange2"] .text-and-image-03l-section .pop .close:before, html[rel="orange2"] .text-and-image-04l-section .pop .close:after, html[rel="orange2"] .text-and-image-04l-section .pop .close:before, html[rel="orange2"] .text-and-image-05l-section .pop .close:after, html[rel="orange2"] .text-and-image-05l-section .pop .close:before, html[rel="orange2"] .text-and-image-06l-section .pop .close:after, html[rel="orange2"] .text-and-image-06l-section .pop .close:before,
html[rel="orange2"] .quote-carousel-section nav .slick-arrow.next-btn {
  background-color: #E3552A !important; }

html[rel="orange2"] .footer-top-outer .link:hover,
html[rel="orange2"] .footer-menu li a:hover,
html[rel="orange2"] .small-menu li a:hover {
  color: #E3552A; }
  html[rel="orange2"] .footer-top-outer .link:hover *,
  html[rel="orange2"] .footer-menu li a:hover *,
  html[rel="orange2"] .small-menu li a:hover * {
    color: #E3552A;
    stroke: #E3552A; }

html[rel="orange2"] ::-moz-selection {
  background: #E3552A; }

html[rel="orange2"] ::selection {
  background: #E3552A; }

html[rel="orange2"] ::-moz-selection {
  background: #E3552A; }

html[rel="orange2"] a:hover {
  color: #E3552A; }

html[rel="orange2"] h1 em,
html[rel="orange2"] h2 em,
html[rel="orange2"] h3 em,
html[rel="orange2"] h4 em,
html[rel="orange2"] h5 em,
html[rel="orange2"] h6 em,
html[rel="orange2"] h7 em,
html[rel="orange2"] h8 em,
html[rel="orange2"] h9 em,
html[rel="orange2"] h10 em,
html[rel="orange2"] .h7 em,
html[rel="orange2"] .h8 em,
html[rel="orange2"] .h9 em,
html[rel="orange2"] .h10 em,
html[rel="orange2"] p em,
html[rel="orange2"] address em,
html[rel="orange2"] blockquote em,
html[rel="orange2"] pre em,
html[rel="orange2"] table em,
html[rel="orange2"] li em {
  color: #E3552A; }

html[rel="orange2"] h1 a,
html[rel="orange2"] h2 a,
html[rel="orange2"] h3 a,
html[rel="orange2"] h4 a,
html[rel="orange2"] h5 a,
html[rel="orange2"] h6 a,
html[rel="orange2"] h7 a,
html[rel="orange2"] h8 a,
html[rel="orange2"] h9 a,
html[rel="orange2"] h10 a,
html[rel="orange2"] .h7 a,
html[rel="orange2"] .h8 a,
html[rel="orange2"] .h9 a,
html[rel="orange2"] .h10 a,
html[rel="orange2"] p a,
html[rel="orange2"] address a,
html[rel="orange2"] blockquote a,
html[rel="orange2"] pre a,
html[rel="orange2"] table a,
html[rel="orange2"] li a {
  color: #E3552A; }
  html[rel="orange2"] h1 a:hover,
  html[rel="orange2"] h2 a:hover,
  html[rel="orange2"] h3 a:hover,
  html[rel="orange2"] h4 a:hover,
  html[rel="orange2"] h5 a:hover,
  html[rel="orange2"] h6 a:hover,
  html[rel="orange2"] h7 a:hover,
  html[rel="orange2"] h8 a:hover,
  html[rel="orange2"] h9 a:hover,
  html[rel="orange2"] h10 a:hover,
  html[rel="orange2"] .h7 a:hover,
  html[rel="orange2"] .h8 a:hover,
  html[rel="orange2"] .h9 a:hover,
  html[rel="orange2"] .h10 a:hover,
  html[rel="orange2"] p a:hover,
  html[rel="orange2"] address a:hover,
  html[rel="orange2"] blockquote a:hover,
  html[rel="orange2"] pre a:hover,
  html[rel="orange2"] table a:hover,
  html[rel="orange2"] li a:hover {
    color: #E3552A; }

html[rel="orange2"] .dropdown-section dl.accordion dt a {
  border-color: #E3552A; }

html[rel="orange2"] .sub:before,
html[rel="orange2"] .btn,
html[rel="orange2"] *[type="submit"],
html[rel="orange2"] .submit-con [type="submit"],
.submit-con html[rel="orange2"] [type="submit"] {
  background-color: #E3552A;
  border-color: #E3552A; }

html[rel="orange2"] .text-slider-section .image {
  border-color: #E3552A; }

html[rel="orange2"] .hero-section .key-downloads .head span,
html[rel="orange2"] table .highlight,
html[rel="orange2"] table tr:nth-of-type(1) td,
html[rel="orange2"] .back-to-previous-page-section,
html[rel="orange2"] .quote-carousel-section nav .slick-arrow:hover,
html[rel="orange2"] .quote-carousel-section .quote-slide .slick-track .slick-slide.page,
html[rel="orange2"] .text-slider-section .text .more,
html[rel="orange2"] .boxes-section .col-12 .header,
html[rel="orange2"] .chart-section .col-12 .header,
html[rel="orange2"] .subpage-hero-section,
html[rel="orange2"] .shadow.shadow:before,
html[rel="orange2"] .highlights-component-section .col-12.page .front:after,
html[rel="orange2"] .boxes-section .col-12 .header {
  background-color: #E3552A; }

html[rel="orange2"] table tr:nth-of-type(2) td {
  background-color: rgba(227, 85, 42, 0.6); }

html[rel="orange2"] .quote-carousel-section .quote-slide .slick-track .slick-slide.grey svg path,
html[rel="orange2"] .quote-section svg path {
  fill: #E3552A; }

@media (max-width: 767px) {
  html[rel="orange2"] .text-slider-section .text.text .read-more-text:after, html[rel="orange2"] .text-and-image-01l-section .text.text .read-more-text:after, html[rel="orange2"] .long-text-and-image-02l-section .text.text .read-more-text:after, html[rel="orange2"] .text-and-image-03l-section .text.text .read-more-text:after, html[rel="orange2"] .text-and-image-04l-section .text.text .read-more-text:after, html[rel="orange2"] .text-and-image-05l-section .text.text .read-more-text:after, html[rel="orange2"] .text-and-image-06l-section .text.text .read-more-text:after,
  html[rel="orange2"] .text-slider-section .text.text.text.text.text.text p:after {
    color: #E3552A; } }

html[rel="orange2"] .downloads-section .download-bottom .remove i,
html[rel="orange2"] .downloads-section .blocks .types h7,
html[rel="orange2"] input[type="radio"] + span:after, html[rel="orange2"] input[type="radio"] + .wpcf7-list-item-label:after, html[rel="orange2"] input[type="radio"] + label:after, html[rel="orange2"] input[type="checkbox"] + span:after, html[rel="orange2"] input[type="checkbox"] + .wpcf7-list-item-label:after, html[rel="orange2"] input[type="checkbox"] + label:after {
  color: #E3552A; }

html[rel="orange2"] .download-link-show {
  background-color: #E3552A;
  border-color: #E3552A; }

html[rel="orange2"] .btn.read-more:hover:before, html[rel="orange2"] .read-more[type="submit"]:hover:before, html[rel="orange2"] .btn.read-more:hover:after, html[rel="orange2"] .read-more[type="submit"]:hover:after {
  background-color: #E3552A; }

html[rel="orange2"] .btn:hover, html[rel="orange2"] :hover[type="submit"] {
  background-color: #222222;
  border-color: #222222; }

html[rel="red"] .highlights-component-section .col-12:not(.slick-slide).white .front:hover::after,
html[rel="red"] .highlights-component-section .col-12:not(.slick-slide).grey .front:hover::after {
  background: #E6002C; }

html[rel="red"] .downloads-section .blocks .download:hover svg path {
  stroke: #E6002C; }

html[rel="red"] .quote-carousel-section .quote-slide .slick-track .slick-slide.page:after,
html[rel="red"] .text-slider-section .pop .close:after, html[rel="red"] .text-slider-section .pop .close:before, html[rel="red"] .text-and-image-01l-section .pop .close:after, html[rel="red"] .text-and-image-01l-section .pop .close:before, html[rel="red"] .long-text-and-image-02l-section .pop .close:after, html[rel="red"] .long-text-and-image-02l-section .pop .close:before, html[rel="red"] .text-and-image-03l-section .pop .close:after, html[rel="red"] .text-and-image-03l-section .pop .close:before, html[rel="red"] .text-and-image-04l-section .pop .close:after, html[rel="red"] .text-and-image-04l-section .pop .close:before, html[rel="red"] .text-and-image-05l-section .pop .close:after, html[rel="red"] .text-and-image-05l-section .pop .close:before, html[rel="red"] .text-and-image-06l-section .pop .close:after, html[rel="red"] .text-and-image-06l-section .pop .close:before,
html[rel="red"] .quote-carousel-section nav .slick-arrow.next-btn {
  background-color: #E6002C !important; }

html[rel="red"] .footer-top-outer .link:hover,
html[rel="red"] .footer-menu li a:hover,
html[rel="red"] .small-menu li a:hover {
  color: #E6002C; }
  html[rel="red"] .footer-top-outer .link:hover *,
  html[rel="red"] .footer-menu li a:hover *,
  html[rel="red"] .small-menu li a:hover * {
    color: #E6002C;
    stroke: #E6002C; }

html[rel="red"] ::-moz-selection {
  background: #E6002C; }

html[rel="red"] ::selection {
  background: #E6002C; }

html[rel="red"] ::-moz-selection {
  background: #E6002C; }

html[rel="red"] a:hover {
  color: #E6002C; }

html[rel="red"] h1 em,
html[rel="red"] h2 em,
html[rel="red"] h3 em,
html[rel="red"] h4 em,
html[rel="red"] h5 em,
html[rel="red"] h6 em,
html[rel="red"] h7 em,
html[rel="red"] h8 em,
html[rel="red"] h9 em,
html[rel="red"] h10 em,
html[rel="red"] .h7 em,
html[rel="red"] .h8 em,
html[rel="red"] .h9 em,
html[rel="red"] .h10 em,
html[rel="red"] p em,
html[rel="red"] address em,
html[rel="red"] blockquote em,
html[rel="red"] pre em,
html[rel="red"] table em,
html[rel="red"] li em {
  color: #E6002C; }

html[rel="red"] h1 a,
html[rel="red"] h2 a,
html[rel="red"] h3 a,
html[rel="red"] h4 a,
html[rel="red"] h5 a,
html[rel="red"] h6 a,
html[rel="red"] h7 a,
html[rel="red"] h8 a,
html[rel="red"] h9 a,
html[rel="red"] h10 a,
html[rel="red"] .h7 a,
html[rel="red"] .h8 a,
html[rel="red"] .h9 a,
html[rel="red"] .h10 a,
html[rel="red"] p a,
html[rel="red"] address a,
html[rel="red"] blockquote a,
html[rel="red"] pre a,
html[rel="red"] table a,
html[rel="red"] li a {
  color: #E6002C; }
  html[rel="red"] h1 a:hover,
  html[rel="red"] h2 a:hover,
  html[rel="red"] h3 a:hover,
  html[rel="red"] h4 a:hover,
  html[rel="red"] h5 a:hover,
  html[rel="red"] h6 a:hover,
  html[rel="red"] h7 a:hover,
  html[rel="red"] h8 a:hover,
  html[rel="red"] h9 a:hover,
  html[rel="red"] h10 a:hover,
  html[rel="red"] .h7 a:hover,
  html[rel="red"] .h8 a:hover,
  html[rel="red"] .h9 a:hover,
  html[rel="red"] .h10 a:hover,
  html[rel="red"] p a:hover,
  html[rel="red"] address a:hover,
  html[rel="red"] blockquote a:hover,
  html[rel="red"] pre a:hover,
  html[rel="red"] table a:hover,
  html[rel="red"] li a:hover {
    color: #E6002C; }

html[rel="red"] .dropdown-section dl.accordion dt a {
  border-color: #E6002C; }

html[rel="red"] .sub:before,
html[rel="red"] .btn,
html[rel="red"] *[type="submit"],
html[rel="red"] .submit-con [type="submit"],
.submit-con html[rel="red"] [type="submit"] {
  background-color: #E6002C;
  border-color: #E6002C; }

html[rel="red"] .text-slider-section .image {
  border-color: #E6002C; }

html[rel="red"] .hero-section .key-downloads .head span,
html[rel="red"] table .highlight,
html[rel="red"] table tr:nth-of-type(1) td,
html[rel="red"] .back-to-previous-page-section,
html[rel="red"] .quote-carousel-section nav .slick-arrow:hover,
html[rel="red"] .quote-carousel-section .quote-slide .slick-track .slick-slide.page,
html[rel="red"] .text-slider-section .text .more,
html[rel="red"] .boxes-section .col-12 .header,
html[rel="red"] .chart-section .col-12 .header,
html[rel="red"] .subpage-hero-section,
html[rel="red"] .shadow.shadow:before,
html[rel="red"] .highlights-component-section .col-12.page .front:after,
html[rel="red"] .boxes-section .col-12 .header {
  background-color: #E6002C; }

html[rel="red"] table tr:nth-of-type(2) td {
  background-color: rgba(230, 0, 44, 0.6); }

html[rel="red"] .quote-carousel-section .quote-slide .slick-track .slick-slide.grey svg path,
html[rel="red"] .quote-section svg path {
  fill: #E6002C; }

@media (max-width: 767px) {
  html[rel="red"] .text-slider-section .text.text .read-more-text:after, html[rel="red"] .text-and-image-01l-section .text.text .read-more-text:after, html[rel="red"] .long-text-and-image-02l-section .text.text .read-more-text:after, html[rel="red"] .text-and-image-03l-section .text.text .read-more-text:after, html[rel="red"] .text-and-image-04l-section .text.text .read-more-text:after, html[rel="red"] .text-and-image-05l-section .text.text .read-more-text:after, html[rel="red"] .text-and-image-06l-section .text.text .read-more-text:after,
  html[rel="red"] .text-slider-section .text.text.text.text.text.text p:after {
    color: #E6002C; } }

html[rel="red"] .downloads-section .download-bottom .remove i,
html[rel="red"] .downloads-section .blocks .types h7,
html[rel="red"] input[type="radio"] + span:after, html[rel="red"] input[type="radio"] + .wpcf7-list-item-label:after, html[rel="red"] input[type="radio"] + label:after, html[rel="red"] input[type="checkbox"] + span:after, html[rel="red"] input[type="checkbox"] + .wpcf7-list-item-label:after, html[rel="red"] input[type="checkbox"] + label:after {
  color: #E6002C; }

html[rel="red"] .download-link-show {
  background-color: #E6002C;
  border-color: #E6002C; }

html[rel="red"] .btn.read-more:hover:before, html[rel="red"] .read-more[type="submit"]:hover:before, html[rel="red"] .btn.read-more:hover:after, html[rel="red"] .read-more[type="submit"]:hover:after {
  background-color: #E6002C; }

html[rel="red"] .btn:hover, html[rel="red"] :hover[type="submit"] {
  background-color: #222222;
  border-color: #222222; }

html[rel="green"] .highlights-component-section .col-12:not(.slick-slide).white .front:hover::after,
html[rel="green"] .highlights-component-section .col-12:not(.slick-slide).grey .front:hover::after {
  background: #51AE32; }

html[rel="green"] .downloads-section .blocks .download:hover svg path {
  stroke: #51AE32; }

html[rel="green"] .quote-carousel-section .quote-slide .slick-track .slick-slide.page:after,
html[rel="green"] .text-slider-section .pop .close:after, html[rel="green"] .text-slider-section .pop .close:before, html[rel="green"] .text-and-image-01l-section .pop .close:after, html[rel="green"] .text-and-image-01l-section .pop .close:before, html[rel="green"] .long-text-and-image-02l-section .pop .close:after, html[rel="green"] .long-text-and-image-02l-section .pop .close:before, html[rel="green"] .text-and-image-03l-section .pop .close:after, html[rel="green"] .text-and-image-03l-section .pop .close:before, html[rel="green"] .text-and-image-04l-section .pop .close:after, html[rel="green"] .text-and-image-04l-section .pop .close:before, html[rel="green"] .text-and-image-05l-section .pop .close:after, html[rel="green"] .text-and-image-05l-section .pop .close:before, html[rel="green"] .text-and-image-06l-section .pop .close:after, html[rel="green"] .text-and-image-06l-section .pop .close:before,
html[rel="green"] .quote-carousel-section nav .slick-arrow.next-btn {
  background-color: #51AE32 !important; }

html[rel="green"] .footer-top-outer .link:hover,
html[rel="green"] .footer-menu li a:hover,
html[rel="green"] .small-menu li a:hover {
  color: #51AE32; }
  html[rel="green"] .footer-top-outer .link:hover *,
  html[rel="green"] .footer-menu li a:hover *,
  html[rel="green"] .small-menu li a:hover * {
    color: #51AE32;
    stroke: #51AE32; }

html[rel="green"] ::-moz-selection {
  background: #51AE32; }

html[rel="green"] ::selection {
  background: #51AE32; }

html[rel="green"] ::-moz-selection {
  background: #51AE32; }

html[rel="green"] a:hover {
  color: #51AE32; }

html[rel="green"] h1 em,
html[rel="green"] h2 em,
html[rel="green"] h3 em,
html[rel="green"] h4 em,
html[rel="green"] h5 em,
html[rel="green"] h6 em,
html[rel="green"] h7 em,
html[rel="green"] h8 em,
html[rel="green"] h9 em,
html[rel="green"] h10 em,
html[rel="green"] .h7 em,
html[rel="green"] .h8 em,
html[rel="green"] .h9 em,
html[rel="green"] .h10 em,
html[rel="green"] p em,
html[rel="green"] address em,
html[rel="green"] blockquote em,
html[rel="green"] pre em,
html[rel="green"] table em,
html[rel="green"] li em {
  color: #51AE32; }

html[rel="green"] h1 a,
html[rel="green"] h2 a,
html[rel="green"] h3 a,
html[rel="green"] h4 a,
html[rel="green"] h5 a,
html[rel="green"] h6 a,
html[rel="green"] h7 a,
html[rel="green"] h8 a,
html[rel="green"] h9 a,
html[rel="green"] h10 a,
html[rel="green"] .h7 a,
html[rel="green"] .h8 a,
html[rel="green"] .h9 a,
html[rel="green"] .h10 a,
html[rel="green"] p a,
html[rel="green"] address a,
html[rel="green"] blockquote a,
html[rel="green"] pre a,
html[rel="green"] table a,
html[rel="green"] li a {
  color: #51AE32; }
  html[rel="green"] h1 a:hover,
  html[rel="green"] h2 a:hover,
  html[rel="green"] h3 a:hover,
  html[rel="green"] h4 a:hover,
  html[rel="green"] h5 a:hover,
  html[rel="green"] h6 a:hover,
  html[rel="green"] h7 a:hover,
  html[rel="green"] h8 a:hover,
  html[rel="green"] h9 a:hover,
  html[rel="green"] h10 a:hover,
  html[rel="green"] .h7 a:hover,
  html[rel="green"] .h8 a:hover,
  html[rel="green"] .h9 a:hover,
  html[rel="green"] .h10 a:hover,
  html[rel="green"] p a:hover,
  html[rel="green"] address a:hover,
  html[rel="green"] blockquote a:hover,
  html[rel="green"] pre a:hover,
  html[rel="green"] table a:hover,
  html[rel="green"] li a:hover {
    color: #51AE32; }

html[rel="green"] .dropdown-section dl.accordion dt a {
  border-color: #51AE32; }

html[rel="green"] .sub:before,
html[rel="green"] .btn,
html[rel="green"] *[type="submit"],
html[rel="green"] .submit-con [type="submit"],
.submit-con html[rel="green"] [type="submit"] {
  background-color: #51AE32;
  border-color: #51AE32; }

html[rel="green"] .text-slider-section .image {
  border-color: #51AE32; }

html[rel="green"] .hero-section .key-downloads .head span,
html[rel="green"] table .highlight,
html[rel="green"] table tr:nth-of-type(1) td,
html[rel="green"] .back-to-previous-page-section,
html[rel="green"] .quote-carousel-section nav .slick-arrow:hover,
html[rel="green"] .quote-carousel-section .quote-slide .slick-track .slick-slide.page,
html[rel="green"] .text-slider-section .text .more,
html[rel="green"] .boxes-section .col-12 .header,
html[rel="green"] .chart-section .col-12 .header,
html[rel="green"] .subpage-hero-section,
html[rel="green"] .shadow.shadow:before,
html[rel="green"] .highlights-component-section .col-12.page .front:after,
html[rel="green"] .boxes-section .col-12 .header {
  background-color: #51AE32; }

html[rel="green"] table tr:nth-of-type(2) td {
  background-color: rgba(81, 174, 50, 0.6); }

html[rel="green"] .quote-carousel-section .quote-slide .slick-track .slick-slide.grey svg path,
html[rel="green"] .quote-section svg path {
  fill: #51AE32; }

@media (max-width: 767px) {
  html[rel="green"] .text-slider-section .text.text .read-more-text:after, html[rel="green"] .text-and-image-01l-section .text.text .read-more-text:after, html[rel="green"] .long-text-and-image-02l-section .text.text .read-more-text:after, html[rel="green"] .text-and-image-03l-section .text.text .read-more-text:after, html[rel="green"] .text-and-image-04l-section .text.text .read-more-text:after, html[rel="green"] .text-and-image-05l-section .text.text .read-more-text:after, html[rel="green"] .text-and-image-06l-section .text.text .read-more-text:after,
  html[rel="green"] .text-slider-section .text.text.text.text.text.text p:after {
    color: #51AE32; } }

html[rel="green"] .downloads-section .download-bottom .remove i,
html[rel="green"] .downloads-section .blocks .types h7,
html[rel="green"] input[type="radio"] + span:after, html[rel="green"] input[type="radio"] + .wpcf7-list-item-label:after, html[rel="green"] input[type="radio"] + label:after, html[rel="green"] input[type="checkbox"] + span:after, html[rel="green"] input[type="checkbox"] + .wpcf7-list-item-label:after, html[rel="green"] input[type="checkbox"] + label:after {
  color: #51AE32; }

html[rel="green"] .download-link-show {
  background-color: #51AE32;
  border-color: #51AE32; }

html[rel="green"] .btn.read-more:hover:before, html[rel="green"] .read-more[type="submit"]:hover:before, html[rel="green"] .btn.read-more:hover:after, html[rel="green"] .read-more[type="submit"]:hover:after {
  background-color: #51AE32; }

html[rel="green"] .btn:hover, html[rel="green"] :hover[type="submit"] {
  background-color: #222222;
  border-color: #222222; }

html[rel="green2"] .highlights-component-section .col-12:not(.slick-slide).white .front:hover::after,
html[rel="green2"] .highlights-component-section .col-12:not(.slick-slide).grey .front:hover::after {
  background: #D8F5D1; }

html[rel="green2"] .downloads-section .blocks .download:hover svg path {
  stroke: #D8F5D1; }

html[rel="green2"] .quote-carousel-section .quote-slide .slick-track .slick-slide.page:after,
html[rel="green2"] .text-slider-section .pop .close:after, html[rel="green2"] .text-slider-section .pop .close:before, html[rel="green2"] .text-and-image-01l-section .pop .close:after, html[rel="green2"] .text-and-image-01l-section .pop .close:before, html[rel="green2"] .long-text-and-image-02l-section .pop .close:after, html[rel="green2"] .long-text-and-image-02l-section .pop .close:before, html[rel="green2"] .text-and-image-03l-section .pop .close:after, html[rel="green2"] .text-and-image-03l-section .pop .close:before, html[rel="green2"] .text-and-image-04l-section .pop .close:after, html[rel="green2"] .text-and-image-04l-section .pop .close:before, html[rel="green2"] .text-and-image-05l-section .pop .close:after, html[rel="green2"] .text-and-image-05l-section .pop .close:before, html[rel="green2"] .text-and-image-06l-section .pop .close:after, html[rel="green2"] .text-and-image-06l-section .pop .close:before,
html[rel="green2"] .quote-carousel-section nav .slick-arrow.next-btn {
  background-color: #D8F5D1 !important; }

html[rel="green2"] .footer-top-outer .link:hover,
html[rel="green2"] .footer-menu li a:hover,
html[rel="green2"] .small-menu li a:hover {
  color: #D8F5D1; }
  html[rel="green2"] .footer-top-outer .link:hover *,
  html[rel="green2"] .footer-menu li a:hover *,
  html[rel="green2"] .small-menu li a:hover * {
    color: #D8F5D1;
    stroke: #D8F5D1; }

html[rel="green2"] ::-moz-selection {
  background: #D8F5D1; }

html[rel="green2"] ::selection {
  background: #D8F5D1; }

html[rel="green2"] ::-moz-selection {
  background: #D8F5D1; }

html[rel="green2"] a:hover {
  color: #D8F5D1; }

html[rel="green2"] h1 em,
html[rel="green2"] h2 em,
html[rel="green2"] h3 em,
html[rel="green2"] h4 em,
html[rel="green2"] h5 em,
html[rel="green2"] h6 em,
html[rel="green2"] h7 em,
html[rel="green2"] h8 em,
html[rel="green2"] h9 em,
html[rel="green2"] h10 em,
html[rel="green2"] .h7 em,
html[rel="green2"] .h8 em,
html[rel="green2"] .h9 em,
html[rel="green2"] .h10 em,
html[rel="green2"] p em,
html[rel="green2"] address em,
html[rel="green2"] blockquote em,
html[rel="green2"] pre em,
html[rel="green2"] table em,
html[rel="green2"] li em {
  color: #D8F5D1; }

html[rel="green2"] h1 a,
html[rel="green2"] h2 a,
html[rel="green2"] h3 a,
html[rel="green2"] h4 a,
html[rel="green2"] h5 a,
html[rel="green2"] h6 a,
html[rel="green2"] h7 a,
html[rel="green2"] h8 a,
html[rel="green2"] h9 a,
html[rel="green2"] h10 a,
html[rel="green2"] .h7 a,
html[rel="green2"] .h8 a,
html[rel="green2"] .h9 a,
html[rel="green2"] .h10 a,
html[rel="green2"] p a,
html[rel="green2"] address a,
html[rel="green2"] blockquote a,
html[rel="green2"] pre a,
html[rel="green2"] table a,
html[rel="green2"] li a {
  color: #D8F5D1; }
  html[rel="green2"] h1 a:hover,
  html[rel="green2"] h2 a:hover,
  html[rel="green2"] h3 a:hover,
  html[rel="green2"] h4 a:hover,
  html[rel="green2"] h5 a:hover,
  html[rel="green2"] h6 a:hover,
  html[rel="green2"] h7 a:hover,
  html[rel="green2"] h8 a:hover,
  html[rel="green2"] h9 a:hover,
  html[rel="green2"] h10 a:hover,
  html[rel="green2"] .h7 a:hover,
  html[rel="green2"] .h8 a:hover,
  html[rel="green2"] .h9 a:hover,
  html[rel="green2"] .h10 a:hover,
  html[rel="green2"] p a:hover,
  html[rel="green2"] address a:hover,
  html[rel="green2"] blockquote a:hover,
  html[rel="green2"] pre a:hover,
  html[rel="green2"] table a:hover,
  html[rel="green2"] li a:hover {
    color: #D8F5D1; }

html[rel="green2"] .dropdown-section dl.accordion dt a {
  border-color: #D8F5D1; }

html[rel="green2"] .sub:before,
html[rel="green2"] .btn,
html[rel="green2"] *[type="submit"],
html[rel="green2"] .submit-con [type="submit"],
.submit-con html[rel="green2"] [type="submit"] {
  background-color: #D8F5D1;
  border-color: #D8F5D1; }

html[rel="green2"] .text-slider-section .image {
  border-color: #D8F5D1; }

html[rel="green2"] .hero-section .key-downloads .head span,
html[rel="green2"] table .highlight,
html[rel="green2"] table tr:nth-of-type(1) td,
html[rel="green2"] .back-to-previous-page-section,
html[rel="green2"] .quote-carousel-section nav .slick-arrow:hover,
html[rel="green2"] .quote-carousel-section .quote-slide .slick-track .slick-slide.page,
html[rel="green2"] .text-slider-section .text .more,
html[rel="green2"] .boxes-section .col-12 .header,
html[rel="green2"] .chart-section .col-12 .header,
html[rel="green2"] .subpage-hero-section,
html[rel="green2"] .shadow.shadow:before,
html[rel="green2"] .highlights-component-section .col-12.page .front:after,
html[rel="green2"] .boxes-section .col-12 .header {
  background-color: #D8F5D1; }

html[rel="green2"] table tr:nth-of-type(2) td {
  background-color: rgba(216, 245, 209, 0.6); }

html[rel="green2"] .quote-carousel-section .quote-slide .slick-track .slick-slide.grey svg path,
html[rel="green2"] .quote-section svg path {
  fill: #D8F5D1; }

@media (max-width: 767px) {
  html[rel="green2"] .text-slider-section .text.text .read-more-text:after, html[rel="green2"] .text-and-image-01l-section .text.text .read-more-text:after, html[rel="green2"] .long-text-and-image-02l-section .text.text .read-more-text:after, html[rel="green2"] .text-and-image-03l-section .text.text .read-more-text:after, html[rel="green2"] .text-and-image-04l-section .text.text .read-more-text:after, html[rel="green2"] .text-and-image-05l-section .text.text .read-more-text:after, html[rel="green2"] .text-and-image-06l-section .text.text .read-more-text:after,
  html[rel="green2"] .text-slider-section .text.text.text.text.text.text p:after {
    color: #D8F5D1; } }

html[rel="green2"] .downloads-section .download-bottom .remove i,
html[rel="green2"] .downloads-section .blocks .types h7,
html[rel="green2"] input[type="radio"] + span:after, html[rel="green2"] input[type="radio"] + .wpcf7-list-item-label:after, html[rel="green2"] input[type="radio"] + label:after, html[rel="green2"] input[type="checkbox"] + span:after, html[rel="green2"] input[type="checkbox"] + .wpcf7-list-item-label:after, html[rel="green2"] input[type="checkbox"] + label:after {
  color: #D8F5D1; }

html[rel="green2"] .download-link-show {
  background-color: #D8F5D1;
  border-color: #D8F5D1; }

html[rel="green2"] .btn.read-more:hover:before, html[rel="green2"] .read-more[type="submit"]:hover:before, html[rel="green2"] .btn.read-more:hover:after, html[rel="green2"] .read-more[type="submit"]:hover:after {
  background-color: #D8F5D1; }

html[rel="green2"] .btn:hover, html[rel="green2"] :hover[type="submit"] {
  background-color: #222222;
  border-color: #222222; }

html[rel="peach"] .highlights-component-section .col-12:not(.slick-slide).white .front:hover::after,
html[rel="peach"] .highlights-component-section .col-12:not(.slick-slide).grey .front:hover::after {
  background: #FFC757; }

html[rel="peach"] .downloads-section .blocks .download:hover svg path {
  stroke: #FFC757; }

html[rel="peach"] .quote-carousel-section .quote-slide .slick-track .slick-slide.page:after,
html[rel="peach"] .text-slider-section .pop .close:after, html[rel="peach"] .text-slider-section .pop .close:before, html[rel="peach"] .text-and-image-01l-section .pop .close:after, html[rel="peach"] .text-and-image-01l-section .pop .close:before, html[rel="peach"] .long-text-and-image-02l-section .pop .close:after, html[rel="peach"] .long-text-and-image-02l-section .pop .close:before, html[rel="peach"] .text-and-image-03l-section .pop .close:after, html[rel="peach"] .text-and-image-03l-section .pop .close:before, html[rel="peach"] .text-and-image-04l-section .pop .close:after, html[rel="peach"] .text-and-image-04l-section .pop .close:before, html[rel="peach"] .text-and-image-05l-section .pop .close:after, html[rel="peach"] .text-and-image-05l-section .pop .close:before, html[rel="peach"] .text-and-image-06l-section .pop .close:after, html[rel="peach"] .text-and-image-06l-section .pop .close:before,
html[rel="peach"] .quote-carousel-section nav .slick-arrow.next-btn {
  background-color: #FFC757 !important; }

html[rel="peach"] .footer-top-outer .link:hover,
html[rel="peach"] .footer-menu li a:hover,
html[rel="peach"] .small-menu li a:hover {
  color: #FFC757; }
  html[rel="peach"] .footer-top-outer .link:hover *,
  html[rel="peach"] .footer-menu li a:hover *,
  html[rel="peach"] .small-menu li a:hover * {
    color: #FFC757;
    stroke: #FFC757; }

html[rel="peach"] ::-moz-selection {
  background: #FFC757; }

html[rel="peach"] ::selection {
  background: #FFC757; }

html[rel="peach"] ::-moz-selection {
  background: #FFC757; }

html[rel="peach"] a:hover {
  color: #FFC757; }

html[rel="peach"] h1 em,
html[rel="peach"] h2 em,
html[rel="peach"] h3 em,
html[rel="peach"] h4 em,
html[rel="peach"] h5 em,
html[rel="peach"] h6 em,
html[rel="peach"] h7 em,
html[rel="peach"] h8 em,
html[rel="peach"] h9 em,
html[rel="peach"] h10 em,
html[rel="peach"] .h7 em,
html[rel="peach"] .h8 em,
html[rel="peach"] .h9 em,
html[rel="peach"] .h10 em,
html[rel="peach"] p em,
html[rel="peach"] address em,
html[rel="peach"] blockquote em,
html[rel="peach"] pre em,
html[rel="peach"] table em,
html[rel="peach"] li em {
  color: #FFC757; }

html[rel="peach"] h1 a,
html[rel="peach"] h2 a,
html[rel="peach"] h3 a,
html[rel="peach"] h4 a,
html[rel="peach"] h5 a,
html[rel="peach"] h6 a,
html[rel="peach"] h7 a,
html[rel="peach"] h8 a,
html[rel="peach"] h9 a,
html[rel="peach"] h10 a,
html[rel="peach"] .h7 a,
html[rel="peach"] .h8 a,
html[rel="peach"] .h9 a,
html[rel="peach"] .h10 a,
html[rel="peach"] p a,
html[rel="peach"] address a,
html[rel="peach"] blockquote a,
html[rel="peach"] pre a,
html[rel="peach"] table a,
html[rel="peach"] li a {
  color: #FFC757; }
  html[rel="peach"] h1 a:hover,
  html[rel="peach"] h2 a:hover,
  html[rel="peach"] h3 a:hover,
  html[rel="peach"] h4 a:hover,
  html[rel="peach"] h5 a:hover,
  html[rel="peach"] h6 a:hover,
  html[rel="peach"] h7 a:hover,
  html[rel="peach"] h8 a:hover,
  html[rel="peach"] h9 a:hover,
  html[rel="peach"] h10 a:hover,
  html[rel="peach"] .h7 a:hover,
  html[rel="peach"] .h8 a:hover,
  html[rel="peach"] .h9 a:hover,
  html[rel="peach"] .h10 a:hover,
  html[rel="peach"] p a:hover,
  html[rel="peach"] address a:hover,
  html[rel="peach"] blockquote a:hover,
  html[rel="peach"] pre a:hover,
  html[rel="peach"] table a:hover,
  html[rel="peach"] li a:hover {
    color: #FFC757; }

html[rel="peach"] .dropdown-section dl.accordion dt a {
  border-color: #FFC757; }

html[rel="peach"] .sub:before,
html[rel="peach"] .btn,
html[rel="peach"] *[type="submit"],
html[rel="peach"] .submit-con [type="submit"],
.submit-con html[rel="peach"] [type="submit"] {
  background-color: #FFC757;
  border-color: #FFC757; }

html[rel="peach"] .text-slider-section .image {
  border-color: #FFC757; }

html[rel="peach"] .hero-section .key-downloads .head span,
html[rel="peach"] table .highlight,
html[rel="peach"] table tr:nth-of-type(1) td,
html[rel="peach"] .back-to-previous-page-section,
html[rel="peach"] .quote-carousel-section nav .slick-arrow:hover,
html[rel="peach"] .quote-carousel-section .quote-slide .slick-track .slick-slide.page,
html[rel="peach"] .text-slider-section .text .more,
html[rel="peach"] .boxes-section .col-12 .header,
html[rel="peach"] .chart-section .col-12 .header,
html[rel="peach"] .subpage-hero-section,
html[rel="peach"] .shadow.shadow:before,
html[rel="peach"] .highlights-component-section .col-12.page .front:after,
html[rel="peach"] .boxes-section .col-12 .header {
  background-color: #FFC757; }

html[rel="peach"] table tr:nth-of-type(2) td {
  background-color: rgba(255, 199, 87, 0.6); }

html[rel="peach"] .quote-carousel-section .quote-slide .slick-track .slick-slide.grey svg path,
html[rel="peach"] .quote-section svg path {
  fill: #FFC757; }

@media (max-width: 767px) {
  html[rel="peach"] .text-slider-section .text.text .read-more-text:after, html[rel="peach"] .text-and-image-01l-section .text.text .read-more-text:after, html[rel="peach"] .long-text-and-image-02l-section .text.text .read-more-text:after, html[rel="peach"] .text-and-image-03l-section .text.text .read-more-text:after, html[rel="peach"] .text-and-image-04l-section .text.text .read-more-text:after, html[rel="peach"] .text-and-image-05l-section .text.text .read-more-text:after, html[rel="peach"] .text-and-image-06l-section .text.text .read-more-text:after,
  html[rel="peach"] .text-slider-section .text.text.text.text.text.text p:after {
    color: #FFC757; } }

html[rel="peach"] .downloads-section .download-bottom .remove i,
html[rel="peach"] .downloads-section .blocks .types h7,
html[rel="peach"] input[type="radio"] + span:after, html[rel="peach"] input[type="radio"] + .wpcf7-list-item-label:after, html[rel="peach"] input[type="radio"] + label:after, html[rel="peach"] input[type="checkbox"] + span:after, html[rel="peach"] input[type="checkbox"] + .wpcf7-list-item-label:after, html[rel="peach"] input[type="checkbox"] + label:after {
  color: #FFC757; }

html[rel="peach"] .download-link-show {
  background-color: #FFC757;
  border-color: #FFC757; }

html[rel="peach"] .btn.read-more:hover:before, html[rel="peach"] .read-more[type="submit"]:hover:before, html[rel="peach"] .btn.read-more:hover:after, html[rel="peach"] .read-more[type="submit"]:hover:after {
  background-color: #FFC757; }

html[rel="peach"] .btn:hover, html[rel="peach"] :hover[type="submit"] {
  background-color: #222222;
  border-color: #222222; }

html[rel="peach2"] .highlights-component-section .col-12:not(.slick-slide).white .front:hover::after,
html[rel="peach2"] .highlights-component-section .col-12:not(.slick-slide).grey .front:hover::after {
  background: #F4B860; }

html[rel="peach2"] .downloads-section .blocks .download:hover svg path {
  stroke: #F4B860; }

html[rel="peach2"] .quote-carousel-section .quote-slide .slick-track .slick-slide.page:after,
html[rel="peach2"] .text-slider-section .pop .close:after, html[rel="peach2"] .text-slider-section .pop .close:before, html[rel="peach2"] .text-and-image-01l-section .pop .close:after, html[rel="peach2"] .text-and-image-01l-section .pop .close:before, html[rel="peach2"] .long-text-and-image-02l-section .pop .close:after, html[rel="peach2"] .long-text-and-image-02l-section .pop .close:before, html[rel="peach2"] .text-and-image-03l-section .pop .close:after, html[rel="peach2"] .text-and-image-03l-section .pop .close:before, html[rel="peach2"] .text-and-image-04l-section .pop .close:after, html[rel="peach2"] .text-and-image-04l-section .pop .close:before, html[rel="peach2"] .text-and-image-05l-section .pop .close:after, html[rel="peach2"] .text-and-image-05l-section .pop .close:before, html[rel="peach2"] .text-and-image-06l-section .pop .close:after, html[rel="peach2"] .text-and-image-06l-section .pop .close:before,
html[rel="peach2"] .quote-carousel-section nav .slick-arrow.next-btn {
  background-color: #F4B860 !important; }

html[rel="peach2"] .footer-top-outer .link:hover,
html[rel="peach2"] .footer-menu li a:hover,
html[rel="peach2"] .small-menu li a:hover {
  color: #F4B860; }
  html[rel="peach2"] .footer-top-outer .link:hover *,
  html[rel="peach2"] .footer-menu li a:hover *,
  html[rel="peach2"] .small-menu li a:hover * {
    color: #F4B860;
    stroke: #F4B860; }

html[rel="peach2"] ::-moz-selection {
  background: #F4B860; }

html[rel="peach2"] ::selection {
  background: #F4B860; }

html[rel="peach2"] ::-moz-selection {
  background: #F4B860; }

html[rel="peach2"] a:hover {
  color: #F4B860; }

html[rel="peach2"] h1 em,
html[rel="peach2"] h2 em,
html[rel="peach2"] h3 em,
html[rel="peach2"] h4 em,
html[rel="peach2"] h5 em,
html[rel="peach2"] h6 em,
html[rel="peach2"] h7 em,
html[rel="peach2"] h8 em,
html[rel="peach2"] h9 em,
html[rel="peach2"] h10 em,
html[rel="peach2"] .h7 em,
html[rel="peach2"] .h8 em,
html[rel="peach2"] .h9 em,
html[rel="peach2"] .h10 em,
html[rel="peach2"] p em,
html[rel="peach2"] address em,
html[rel="peach2"] blockquote em,
html[rel="peach2"] pre em,
html[rel="peach2"] table em,
html[rel="peach2"] li em {
  color: #F4B860; }

html[rel="peach2"] h1 a,
html[rel="peach2"] h2 a,
html[rel="peach2"] h3 a,
html[rel="peach2"] h4 a,
html[rel="peach2"] h5 a,
html[rel="peach2"] h6 a,
html[rel="peach2"] h7 a,
html[rel="peach2"] h8 a,
html[rel="peach2"] h9 a,
html[rel="peach2"] h10 a,
html[rel="peach2"] .h7 a,
html[rel="peach2"] .h8 a,
html[rel="peach2"] .h9 a,
html[rel="peach2"] .h10 a,
html[rel="peach2"] p a,
html[rel="peach2"] address a,
html[rel="peach2"] blockquote a,
html[rel="peach2"] pre a,
html[rel="peach2"] table a,
html[rel="peach2"] li a {
  color: #F4B860; }
  html[rel="peach2"] h1 a:hover,
  html[rel="peach2"] h2 a:hover,
  html[rel="peach2"] h3 a:hover,
  html[rel="peach2"] h4 a:hover,
  html[rel="peach2"] h5 a:hover,
  html[rel="peach2"] h6 a:hover,
  html[rel="peach2"] h7 a:hover,
  html[rel="peach2"] h8 a:hover,
  html[rel="peach2"] h9 a:hover,
  html[rel="peach2"] h10 a:hover,
  html[rel="peach2"] .h7 a:hover,
  html[rel="peach2"] .h8 a:hover,
  html[rel="peach2"] .h9 a:hover,
  html[rel="peach2"] .h10 a:hover,
  html[rel="peach2"] p a:hover,
  html[rel="peach2"] address a:hover,
  html[rel="peach2"] blockquote a:hover,
  html[rel="peach2"] pre a:hover,
  html[rel="peach2"] table a:hover,
  html[rel="peach2"] li a:hover {
    color: #F4B860; }

html[rel="peach2"] .dropdown-section dl.accordion dt a {
  border-color: #F4B860; }

html[rel="peach2"] .sub:before,
html[rel="peach2"] .btn,
html[rel="peach2"] *[type="submit"],
html[rel="peach2"] .submit-con [type="submit"],
.submit-con html[rel="peach2"] [type="submit"] {
  background-color: #F4B860;
  border-color: #F4B860; }

html[rel="peach2"] .text-slider-section .image {
  border-color: #F4B860; }

html[rel="peach2"] .hero-section .key-downloads .head span,
html[rel="peach2"] table .highlight,
html[rel="peach2"] table tr:nth-of-type(1) td,
html[rel="peach2"] .back-to-previous-page-section,
html[rel="peach2"] .quote-carousel-section nav .slick-arrow:hover,
html[rel="peach2"] .quote-carousel-section .quote-slide .slick-track .slick-slide.page,
html[rel="peach2"] .text-slider-section .text .more,
html[rel="peach2"] .boxes-section .col-12 .header,
html[rel="peach2"] .chart-section .col-12 .header,
html[rel="peach2"] .subpage-hero-section,
html[rel="peach2"] .shadow.shadow:before,
html[rel="peach2"] .highlights-component-section .col-12.page .front:after,
html[rel="peach2"] .boxes-section .col-12 .header {
  background-color: #F4B860; }

html[rel="peach2"] table tr:nth-of-type(2) td {
  background-color: rgba(244, 184, 96, 0.6); }

html[rel="peach2"] .quote-carousel-section .quote-slide .slick-track .slick-slide.grey svg path,
html[rel="peach2"] .quote-section svg path {
  fill: #F4B860; }

@media (max-width: 767px) {
  html[rel="peach2"] .text-slider-section .text.text .read-more-text:after, html[rel="peach2"] .text-and-image-01l-section .text.text .read-more-text:after, html[rel="peach2"] .long-text-and-image-02l-section .text.text .read-more-text:after, html[rel="peach2"] .text-and-image-03l-section .text.text .read-more-text:after, html[rel="peach2"] .text-and-image-04l-section .text.text .read-more-text:after, html[rel="peach2"] .text-and-image-05l-section .text.text .read-more-text:after, html[rel="peach2"] .text-and-image-06l-section .text.text .read-more-text:after,
  html[rel="peach2"] .text-slider-section .text.text.text.text.text.text p:after {
    color: #F4B860; } }

html[rel="peach2"] .downloads-section .download-bottom .remove i,
html[rel="peach2"] .downloads-section .blocks .types h7,
html[rel="peach2"] input[type="radio"] + span:after, html[rel="peach2"] input[type="radio"] + .wpcf7-list-item-label:after, html[rel="peach2"] input[type="radio"] + label:after, html[rel="peach2"] input[type="checkbox"] + span:after, html[rel="peach2"] input[type="checkbox"] + .wpcf7-list-item-label:after, html[rel="peach2"] input[type="checkbox"] + label:after {
  color: #F4B860; }

html[rel="peach2"] .download-link-show {
  background-color: #F4B860;
  border-color: #F4B860; }

html[rel="peach2"] .btn.read-more:hover:before, html[rel="peach2"] .read-more[type="submit"]:hover:before, html[rel="peach2"] .btn.read-more:hover:after, html[rel="peach2"] .read-more[type="submit"]:hover:after {
  background-color: #F4B860; }

html[rel="peach2"] .btn:hover, html[rel="peach2"] :hover[type="submit"] {
  background-color: #222222;
  border-color: #222222; }

html[rel="blue"] .highlights-component-section .col-12:not(.slick-slide).white .front:hover::after,
html[rel="blue"] .highlights-component-section .col-12:not(.slick-slide).grey .front:hover::after {
  background: #61A3D1; }

html[rel="blue"] .downloads-section .blocks .download:hover svg path {
  stroke: #61A3D1; }

html[rel="blue"] .quote-carousel-section .quote-slide .slick-track .slick-slide.page:after,
html[rel="blue"] .text-slider-section .pop .close:after, html[rel="blue"] .text-slider-section .pop .close:before, html[rel="blue"] .text-and-image-01l-section .pop .close:after, html[rel="blue"] .text-and-image-01l-section .pop .close:before, html[rel="blue"] .long-text-and-image-02l-section .pop .close:after, html[rel="blue"] .long-text-and-image-02l-section .pop .close:before, html[rel="blue"] .text-and-image-03l-section .pop .close:after, html[rel="blue"] .text-and-image-03l-section .pop .close:before, html[rel="blue"] .text-and-image-04l-section .pop .close:after, html[rel="blue"] .text-and-image-04l-section .pop .close:before, html[rel="blue"] .text-and-image-05l-section .pop .close:after, html[rel="blue"] .text-and-image-05l-section .pop .close:before, html[rel="blue"] .text-and-image-06l-section .pop .close:after, html[rel="blue"] .text-and-image-06l-section .pop .close:before,
html[rel="blue"] .quote-carousel-section nav .slick-arrow.next-btn {
  background-color: #61A3D1 !important; }

html[rel="blue"] .footer-top-outer .link:hover,
html[rel="blue"] .footer-menu li a:hover,
html[rel="blue"] .small-menu li a:hover {
  color: #61A3D1; }
  html[rel="blue"] .footer-top-outer .link:hover *,
  html[rel="blue"] .footer-menu li a:hover *,
  html[rel="blue"] .small-menu li a:hover * {
    color: #61A3D1;
    stroke: #61A3D1; }

html[rel="blue"] ::-moz-selection {
  background: #61A3D1; }

html[rel="blue"] ::selection {
  background: #61A3D1; }

html[rel="blue"] ::-moz-selection {
  background: #61A3D1; }

html[rel="blue"] a:hover {
  color: #61A3D1; }

html[rel="blue"] h1 em,
html[rel="blue"] h2 em,
html[rel="blue"] h3 em,
html[rel="blue"] h4 em,
html[rel="blue"] h5 em,
html[rel="blue"] h6 em,
html[rel="blue"] h7 em,
html[rel="blue"] h8 em,
html[rel="blue"] h9 em,
html[rel="blue"] h10 em,
html[rel="blue"] .h7 em,
html[rel="blue"] .h8 em,
html[rel="blue"] .h9 em,
html[rel="blue"] .h10 em,
html[rel="blue"] p em,
html[rel="blue"] address em,
html[rel="blue"] blockquote em,
html[rel="blue"] pre em,
html[rel="blue"] table em,
html[rel="blue"] li em {
  color: #61A3D1; }

html[rel="blue"] h1 a,
html[rel="blue"] h2 a,
html[rel="blue"] h3 a,
html[rel="blue"] h4 a,
html[rel="blue"] h5 a,
html[rel="blue"] h6 a,
html[rel="blue"] h7 a,
html[rel="blue"] h8 a,
html[rel="blue"] h9 a,
html[rel="blue"] h10 a,
html[rel="blue"] .h7 a,
html[rel="blue"] .h8 a,
html[rel="blue"] .h9 a,
html[rel="blue"] .h10 a,
html[rel="blue"] p a,
html[rel="blue"] address a,
html[rel="blue"] blockquote a,
html[rel="blue"] pre a,
html[rel="blue"] table a,
html[rel="blue"] li a {
  color: #61A3D1; }
  html[rel="blue"] h1 a:hover,
  html[rel="blue"] h2 a:hover,
  html[rel="blue"] h3 a:hover,
  html[rel="blue"] h4 a:hover,
  html[rel="blue"] h5 a:hover,
  html[rel="blue"] h6 a:hover,
  html[rel="blue"] h7 a:hover,
  html[rel="blue"] h8 a:hover,
  html[rel="blue"] h9 a:hover,
  html[rel="blue"] h10 a:hover,
  html[rel="blue"] .h7 a:hover,
  html[rel="blue"] .h8 a:hover,
  html[rel="blue"] .h9 a:hover,
  html[rel="blue"] .h10 a:hover,
  html[rel="blue"] p a:hover,
  html[rel="blue"] address a:hover,
  html[rel="blue"] blockquote a:hover,
  html[rel="blue"] pre a:hover,
  html[rel="blue"] table a:hover,
  html[rel="blue"] li a:hover {
    color: #61A3D1; }

html[rel="blue"] .dropdown-section dl.accordion dt a {
  border-color: #61A3D1; }

html[rel="blue"] .sub:before,
html[rel="blue"] .btn,
html[rel="blue"] *[type="submit"],
html[rel="blue"] .submit-con [type="submit"],
.submit-con html[rel="blue"] [type="submit"] {
  background-color: #61A3D1;
  border-color: #61A3D1; }

html[rel="blue"] .text-slider-section .image {
  border-color: #61A3D1; }

html[rel="blue"] .hero-section .key-downloads .head span,
html[rel="blue"] table .highlight,
html[rel="blue"] table tr:nth-of-type(1) td,
html[rel="blue"] .back-to-previous-page-section,
html[rel="blue"] .quote-carousel-section nav .slick-arrow:hover,
html[rel="blue"] .quote-carousel-section .quote-slide .slick-track .slick-slide.page,
html[rel="blue"] .text-slider-section .text .more,
html[rel="blue"] .boxes-section .col-12 .header,
html[rel="blue"] .chart-section .col-12 .header,
html[rel="blue"] .subpage-hero-section,
html[rel="blue"] .shadow.shadow:before,
html[rel="blue"] .highlights-component-section .col-12.page .front:after,
html[rel="blue"] .boxes-section .col-12 .header {
  background-color: #61A3D1; }

html[rel="blue"] table tr:nth-of-type(2) td {
  background-color: rgba(97, 163, 209, 0.6); }

html[rel="blue"] .quote-carousel-section .quote-slide .slick-track .slick-slide.grey svg path,
html[rel="blue"] .quote-section svg path {
  fill: #61A3D1; }

@media (max-width: 767px) {
  html[rel="blue"] .text-slider-section .text.text .read-more-text:after, html[rel="blue"] .text-and-image-01l-section .text.text .read-more-text:after, html[rel="blue"] .long-text-and-image-02l-section .text.text .read-more-text:after, html[rel="blue"] .text-and-image-03l-section .text.text .read-more-text:after, html[rel="blue"] .text-and-image-04l-section .text.text .read-more-text:after, html[rel="blue"] .text-and-image-05l-section .text.text .read-more-text:after, html[rel="blue"] .text-and-image-06l-section .text.text .read-more-text:after,
  html[rel="blue"] .text-slider-section .text.text.text.text.text.text p:after {
    color: #61A3D1; } }

html[rel="blue"] .downloads-section .download-bottom .remove i,
html[rel="blue"] .downloads-section .blocks .types h7,
html[rel="blue"] input[type="radio"] + span:after, html[rel="blue"] input[type="radio"] + .wpcf7-list-item-label:after, html[rel="blue"] input[type="radio"] + label:after, html[rel="blue"] input[type="checkbox"] + span:after, html[rel="blue"] input[type="checkbox"] + .wpcf7-list-item-label:after, html[rel="blue"] input[type="checkbox"] + label:after {
  color: #61A3D1; }

html[rel="blue"] .download-link-show {
  background-color: #61A3D1;
  border-color: #61A3D1; }

html[rel="blue"] .btn.read-more:hover:before, html[rel="blue"] .read-more[type="submit"]:hover:before {
  background-color: #61A3D1; }

html[rel="blue"] .btn:hover, html[rel="blue"] :hover[type="submit"] {
  background-color: #222222;
  border-color: #222222; }

html[rel="blue2"] .highlights-component-section .col-12:not(.slick-slide).white .front:hover::after,
html[rel="blue2"] .highlights-component-section .col-12:not(.slick-slide).grey .front:hover::after {
  background: #113B50; }

html[rel="blue2"] .downloads-section .blocks .download:hover svg path {
  stroke: #113B50; }

html[rel="blue2"] .quote-carousel-section .quote-slide .slick-track .slick-slide.page:after,
html[rel="blue2"] .text-slider-section .pop .close:after, html[rel="blue2"] .text-slider-section .pop .close:before, html[rel="blue2"] .text-and-image-01l-section .pop .close:after, html[rel="blue2"] .text-and-image-01l-section .pop .close:before, html[rel="blue2"] .long-text-and-image-02l-section .pop .close:after, html[rel="blue2"] .long-text-and-image-02l-section .pop .close:before, html[rel="blue2"] .text-and-image-03l-section .pop .close:after, html[rel="blue2"] .text-and-image-03l-section .pop .close:before, html[rel="blue2"] .text-and-image-04l-section .pop .close:after, html[rel="blue2"] .text-and-image-04l-section .pop .close:before, html[rel="blue2"] .text-and-image-05l-section .pop .close:after, html[rel="blue2"] .text-and-image-05l-section .pop .close:before, html[rel="blue2"] .text-and-image-06l-section .pop .close:after, html[rel="blue2"] .text-and-image-06l-section .pop .close:before,
html[rel="blue2"] .quote-carousel-section nav .slick-arrow.next-btn {
  background-color: #113B50 !important; }

html[rel="blue2"] .footer-top-outer .link:hover,
html[rel="blue2"] .footer-menu li a:hover,
html[rel="blue2"] .small-menu li a:hover {
  color: #113B50; }
  html[rel="blue2"] .footer-top-outer .link:hover *,
  html[rel="blue2"] .footer-menu li a:hover *,
  html[rel="blue2"] .small-menu li a:hover * {
    color: #113B50;
    stroke: #113B50; }

html[rel="blue2"] ::-moz-selection {
  background: #113B50; }

html[rel="blue2"] ::selection {
  background: #113B50; }

html[rel="blue2"] ::-moz-selection {
  background: #113B50; }

html[rel="blue2"] a:hover {
  color: #113B50; }

html[rel="blue2"] h1 em,
html[rel="blue2"] h2 em,
html[rel="blue2"] h3 em,
html[rel="blue2"] h4 em,
html[rel="blue2"] h5 em,
html[rel="blue2"] h6 em,
html[rel="blue2"] h7 em,
html[rel="blue2"] h8 em,
html[rel="blue2"] h9 em,
html[rel="blue2"] h10 em,
html[rel="blue2"] .h7 em,
html[rel="blue2"] .h8 em,
html[rel="blue2"] .h9 em,
html[rel="blue2"] .h10 em,
html[rel="blue2"] p em,
html[rel="blue2"] address em,
html[rel="blue2"] blockquote em,
html[rel="blue2"] pre em,
html[rel="blue2"] table em,
html[rel="blue2"] li em {
  color: #113B50; }

html[rel="blue2"] h1 a,
html[rel="blue2"] h2 a,
html[rel="blue2"] h3 a,
html[rel="blue2"] h4 a,
html[rel="blue2"] h5 a,
html[rel="blue2"] h6 a,
html[rel="blue2"] h7 a,
html[rel="blue2"] h8 a,
html[rel="blue2"] h9 a,
html[rel="blue2"] h10 a,
html[rel="blue2"] .h7 a,
html[rel="blue2"] .h8 a,
html[rel="blue2"] .h9 a,
html[rel="blue2"] .h10 a,
html[rel="blue2"] p a,
html[rel="blue2"] address a,
html[rel="blue2"] blockquote a,
html[rel="blue2"] pre a,
html[rel="blue2"] table a,
html[rel="blue2"] li a {
  color: #113B50; }
  html[rel="blue2"] h1 a:hover,
  html[rel="blue2"] h2 a:hover,
  html[rel="blue2"] h3 a:hover,
  html[rel="blue2"] h4 a:hover,
  html[rel="blue2"] h5 a:hover,
  html[rel="blue2"] h6 a:hover,
  html[rel="blue2"] h7 a:hover,
  html[rel="blue2"] h8 a:hover,
  html[rel="blue2"] h9 a:hover,
  html[rel="blue2"] h10 a:hover,
  html[rel="blue2"] .h7 a:hover,
  html[rel="blue2"] .h8 a:hover,
  html[rel="blue2"] .h9 a:hover,
  html[rel="blue2"] .h10 a:hover,
  html[rel="blue2"] p a:hover,
  html[rel="blue2"] address a:hover,
  html[rel="blue2"] blockquote a:hover,
  html[rel="blue2"] pre a:hover,
  html[rel="blue2"] table a:hover,
  html[rel="blue2"] li a:hover {
    color: #113B50; }

html[rel="blue2"] .dropdown-section dl.accordion dt a {
  border-color: #113B50; }

html[rel="blue2"] .sub:before,
html[rel="blue2"] .btn,
html[rel="blue2"] *[type="submit"],
html[rel="blue2"] .submit-con [type="submit"],
.submit-con html[rel="blue2"] [type="submit"] {
  background-color: #113B50;
  border-color: #113B50; }

html[rel="blue2"] .text-slider-section .image {
  border-color: #113B50; }

html[rel="blue2"] .hero-section .key-downloads .head span,
html[rel="blue2"] table .highlight,
html[rel="blue2"] table tr:nth-of-type(1) td,
html[rel="blue2"] .back-to-previous-page-section,
html[rel="blue2"] .quote-carousel-section nav .slick-arrow:hover,
html[rel="blue2"] .quote-carousel-section .quote-slide .slick-track .slick-slide.page,
html[rel="blue2"] .text-slider-section .text .more,
html[rel="blue2"] .boxes-section .col-12 .header,
html[rel="blue2"] .chart-section .col-12 .header,
html[rel="blue2"] .subpage-hero-section,
html[rel="blue2"] .shadow.shadow:before,
html[rel="blue2"] .highlights-component-section .col-12.page .front:after,
html[rel="blue2"] .boxes-section .col-12 .header {
  background-color: #113B50; }

html[rel="blue2"] table tr:nth-of-type(2) td {
  background-color: rgba(17, 59, 80, 0.6); }

html[rel="blue2"] .quote-carousel-section .quote-slide .slick-track .slick-slide.grey svg path,
html[rel="blue2"] .quote-section svg path {
  fill: #113B50; }

@media (max-width: 767px) {
  html[rel="blue2"] .text-slider-section .text.text .read-more-text:after, html[rel="blue2"] .text-and-image-01l-section .text.text .read-more-text:after, html[rel="blue2"] .long-text-and-image-02l-section .text.text .read-more-text:after, html[rel="blue2"] .text-and-image-03l-section .text.text .read-more-text:after, html[rel="blue2"] .text-and-image-04l-section .text.text .read-more-text:after, html[rel="blue2"] .text-and-image-05l-section .text.text .read-more-text:after, html[rel="blue2"] .text-and-image-06l-section .text.text .read-more-text:after,
  html[rel="blue2"] .text-slider-section .text.text.text.text.text.text p:after {
    color: #113B50; } }

html[rel="blue2"] .downloads-section .download-bottom .remove i,
html[rel="blue2"] .downloads-section .blocks .types h7,
html[rel="blue2"] input[type="radio"] + span:after, html[rel="blue2"] input[type="radio"] + .wpcf7-list-item-label:after, html[rel="blue2"] input[type="radio"] + label:after, html[rel="blue2"] input[type="checkbox"] + span:after, html[rel="blue2"] input[type="checkbox"] + .wpcf7-list-item-label:after, html[rel="blue2"] input[type="checkbox"] + label:after {
  color: #113B50; }

html[rel="blue2"] .download-link-show {
  background-color: #113B50;
  border-color: #113B50; }

html[rel="blue2"] .btn.read-more:hover:before, html[rel="blue2"] .read-more[type="submit"]:hover:before, html[rel="blue2"] .btn.read-more:hover:after, html[rel="blue2"] .read-more[type="submit"]:hover:after {
  background-color: #113B50; }

html[rel="blue2"] .btn:hover, html[rel="blue2"] :hover[type="submit"] {
  background-color: #222222;
  border-color: #222222; }

html[rel="purple"] .highlights-component-section .col-12:not(.slick-slide).white .front:hover::after,
html[rel="purple"] .highlights-component-section .col-12:not(.slick-slide).grey .front:hover::after {
  background: #53009A; }

html[rel="purple"] .downloads-section .blocks .download:hover svg path {
  stroke: #53009A; }

html[rel="purple"] .quote-carousel-section .quote-slide .slick-track .slick-slide.page:after,
html[rel="purple"] .text-slider-section .pop .close:after, html[rel="purple"] .text-slider-section .pop .close:before, html[rel="purple"] .text-and-image-01l-section .pop .close:after, html[rel="purple"] .text-and-image-01l-section .pop .close:before, html[rel="purple"] .long-text-and-image-02l-section .pop .close:after, html[rel="purple"] .long-text-and-image-02l-section .pop .close:before, html[rel="purple"] .text-and-image-03l-section .pop .close:after, html[rel="purple"] .text-and-image-03l-section .pop .close:before, html[rel="purple"] .text-and-image-04l-section .pop .close:after, html[rel="purple"] .text-and-image-04l-section .pop .close:before, html[rel="purple"] .text-and-image-05l-section .pop .close:after, html[rel="purple"] .text-and-image-05l-section .pop .close:before, html[rel="purple"] .text-and-image-06l-section .pop .close:after, html[rel="purple"] .text-and-image-06l-section .pop .close:before,
html[rel="purple"] .quote-carousel-section nav .slick-arrow.next-btn {
  background-color: #53009A !important; }

html[rel="purple"] .footer-top-outer .link:hover,
html[rel="purple"] .footer-menu li a:hover,
html[rel="purple"] .small-menu li a:hover {
  color: #53009A; }
  html[rel="purple"] .footer-top-outer .link:hover *,
  html[rel="purple"] .footer-menu li a:hover *,
  html[rel="purple"] .small-menu li a:hover * {
    color: #53009A;
    stroke: #53009A; }

html[rel="purple"] ::-moz-selection {
  background: #53009A; }

html[rel="purple"] ::selection {
  background: #53009A; }

html[rel="purple"] ::-moz-selection {
  background: #53009A; }

html[rel="purple"] a:hover {
  color: #53009A; }

html[rel="purple"] h1 em,
html[rel="purple"] h2 em,
html[rel="purple"] h3 em,
html[rel="purple"] h4 em,
html[rel="purple"] h5 em,
html[rel="purple"] h6 em,
html[rel="purple"] h7 em,
html[rel="purple"] h8 em,
html[rel="purple"] h9 em,
html[rel="purple"] h10 em,
html[rel="purple"] .h7 em,
html[rel="purple"] .h8 em,
html[rel="purple"] .h9 em,
html[rel="purple"] .h10 em,
html[rel="purple"] p em,
html[rel="purple"] address em,
html[rel="purple"] blockquote em,
html[rel="purple"] pre em,
html[rel="purple"] table em,
html[rel="purple"] li em {
  color: #53009A; }

html[rel="purple"] h1 a,
html[rel="purple"] h2 a,
html[rel="purple"] h3 a,
html[rel="purple"] h4 a,
html[rel="purple"] h5 a,
html[rel="purple"] h6 a,
html[rel="purple"] h7 a,
html[rel="purple"] h8 a,
html[rel="purple"] h9 a,
html[rel="purple"] h10 a,
html[rel="purple"] .h7 a,
html[rel="purple"] .h8 a,
html[rel="purple"] .h9 a,
html[rel="purple"] .h10 a,
html[rel="purple"] p a,
html[rel="purple"] address a,
html[rel="purple"] blockquote a,
html[rel="purple"] pre a,
html[rel="purple"] table a,
html[rel="purple"] li a {
  color: #53009A; }
  html[rel="purple"] h1 a:hover,
  html[rel="purple"] h2 a:hover,
  html[rel="purple"] h3 a:hover,
  html[rel="purple"] h4 a:hover,
  html[rel="purple"] h5 a:hover,
  html[rel="purple"] h6 a:hover,
  html[rel="purple"] h7 a:hover,
  html[rel="purple"] h8 a:hover,
  html[rel="purple"] h9 a:hover,
  html[rel="purple"] h10 a:hover,
  html[rel="purple"] .h7 a:hover,
  html[rel="purple"] .h8 a:hover,
  html[rel="purple"] .h9 a:hover,
  html[rel="purple"] .h10 a:hover,
  html[rel="purple"] p a:hover,
  html[rel="purple"] address a:hover,
  html[rel="purple"] blockquote a:hover,
  html[rel="purple"] pre a:hover,
  html[rel="purple"] table a:hover,
  html[rel="purple"] li a:hover {
    color: #53009A; }

html[rel="purple"] .dropdown-section dl.accordion dt a {
  border-color: #53009A; }

html[rel="purple"] .sub:before,
html[rel="purple"] .btn,
html[rel="purple"] *[type="submit"],
html[rel="purple"] .submit-con [type="submit"],
.submit-con html[rel="purple"] [type="submit"] {
  background-color: #53009A;
  border-color: #53009A; }

html[rel="purple"] .text-slider-section .image {
  border-color: #53009A; }

html[rel="purple"] .hero-section .key-downloads .head span,
html[rel="purple"] table .highlight,
html[rel="purple"] table tr:nth-of-type(1) td,
html[rel="purple"] .back-to-previous-page-section,
html[rel="purple"] .quote-carousel-section nav .slick-arrow:hover,
html[rel="purple"] .quote-carousel-section .quote-slide .slick-track .slick-slide.page,
html[rel="purple"] .text-slider-section .text .more,
html[rel="purple"] .boxes-section .col-12 .header,
html[rel="purple"] .chart-section .col-12 .header,
html[rel="purple"] .subpage-hero-section,
html[rel="purple"] .shadow.shadow:before,
html[rel="purple"] .highlights-component-section .col-12.page .front:after,
html[rel="purple"] .boxes-section .col-12 .header {
  background-color: #53009A; }

html[rel="purple"] table tr:nth-of-type(2) td {
  background-color: rgba(83, 0, 154, 0.6); }

html[rel="purple"] .quote-carousel-section .quote-slide .slick-track .slick-slide.grey svg path,
html[rel="purple"] .quote-section svg path {
  fill: #53009A; }

@media (max-width: 767px) {
  html[rel="purple"] .text-slider-section .text.text .read-more-text:after, html[rel="purple"] .text-and-image-01l-section .text.text .read-more-text:after, html[rel="purple"] .long-text-and-image-02l-section .text.text .read-more-text:after, html[rel="purple"] .text-and-image-03l-section .text.text .read-more-text:after, html[rel="purple"] .text-and-image-04l-section .text.text .read-more-text:after, html[rel="purple"] .text-and-image-05l-section .text.text .read-more-text:after, html[rel="purple"] .text-and-image-06l-section .text.text .read-more-text:after,
  html[rel="purple"] .text-slider-section .text.text.text.text.text.text p:after {
    color: #53009A; } }

html[rel="purple"] .downloads-section .download-bottom .remove i,
html[rel="purple"] .downloads-section .blocks .types h7,
html[rel="purple"] input[type="radio"] + span:after, html[rel="purple"] input[type="radio"] + .wpcf7-list-item-label:after, html[rel="purple"] input[type="radio"] + label:after, html[rel="purple"] input[type="checkbox"] + span:after, html[rel="purple"] input[type="checkbox"] + .wpcf7-list-item-label:after, html[rel="purple"] input[type="checkbox"] + label:after {
  color: #53009A; }

html[rel="purple"] .download-link-show {
  background-color: #53009A;
  border-color: #53009A; }

html[rel="purple"] .btn.read-more:hover:before, html[rel="purple"] .read-more[type="submit"]:hover:before, html[rel="purple"] .btn.read-more:hover:after, html[rel="purple"] .read-more[type="submit"]:hover:after {
  background-color: #53009A; }

html[rel="purple"] .btn:hover, html[rel="purple"] :hover[type="submit"] {
  background-color: #222222;
  border-color: #222222; }

.main-wrapper section + section {
  margin-top: 120px; }
  @media (max-width: 767px) {
    .main-wrapper section + section {
      margin-top: 30px; } }

.sub {
  position: relative;
  margin-bottom: .4em;
  padding-left: 87px; }
  @media (max-width: 767px) {
    .sub {
      padding-left: 56px;
      margin-bottom: .3em; } }
  .sub:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 4px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 70px;
    height: 4px;
    background-color: #E08100; }
    @media (max-width: 767px) {
      .sub:before {
        width: 43px;
        left: 2px; } }

.hero-section {
  background-position: 82% top; }
  @media (max-width: 767px) {
    .hero-section {
      position: relative;
      margin-bottom: 151px; }
      .hero-section + section {
        margin-top: 151px !important; }
      .hero-section + section.long-text-and-image-02l-section {
        margin-top: 181px !important; }
      .hero-section:after {
        content: '';
        position: absolute;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: #222222;
        height: 151px; } }
  .hero-section.wide .text-con {
    width: 800px; }
    @media (min-width: 1769px) {
      .hero-section.wide .text-con {
        width: 1040px; } }
  .hero-section.medium .text-con {
    width: 670px; }
    @media (min-width: 1769px) {
      .hero-section.medium .text-con {
        width: 871px; } }
  .hero-section.short .text-con {
    width: 600px; }
    @media (min-width: 1769px) {
      .hero-section.short .text-con {
        width: 780px; } }
  .hero-section .key-downloads {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 676px;
    background-color: #ffffff;
    z-index: 11; }
    @media (max-width: 1768px) {
      .hero-section .key-downloads {
        width: 500px; } }
    @media (max-width: 767px) {
      .hero-section .key-downloads {
        display: none; } }
    .hero-section .key-downloads.open .head .title {
      background-color: transparent; }
    .hero-section .key-downloads.open .lower {
      max-height: 500px; }
    .hero-section .key-downloads .head {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      cursor: pointer; }
      .hero-section .key-downloads .head a {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
      .hero-section .key-downloads .head span {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 140px;
        background-color: #E08100;
        background-image: url(../images/download.svg);
        background-repeat: no-repeat;
        background-position: 50% 19px;
        background-size: 33px auto;
        -webkit-transition: 0.25s;
        -o-transition: 0.25s;
        transition: 0.25s; }
        @media (max-width: 1768px) {
          .hero-section .key-downloads .head span {
            width: 65px;
            background-position: 50% 15px;
            background-size: 27px auto; } }
      .hero-section .key-downloads .head .title {
        font-size: 19px;
        font-size: 1.9rem;
        font-weight: 700;
        background-color: #EBEBEB;
        padding: 22px 10px 22px 170px;
        width: 100%;
        text-transform: uppercase; }
        @media (max-width: 1768px) {
          .hero-section .key-downloads .head .title {
            padding: 15px 10px 15px 88px;
            font-size: 15px;
            font-size: 1.5rem; } }
    .hero-section .key-downloads .lower {
      overflow: hidden;
      max-height: 0;
      padding-left: 140px;
      -webkit-transition: 0.25s;
      -o-transition: 0.25s;
      transition: 0.25s; }
      @media (max-width: 1768px) {
        .hero-section .key-downloads .lower {
          padding-left: 65px; } }
      .hero-section .key-downloads .lower .inner {
        padding: 15px 0; }
      .hero-section .key-downloads .lower a {
        display: block;
        padding: 0 30px 0 30px;
        line-height: 2em; }
        @media (max-width: 1768px) {
          .hero-section .key-downloads .lower a {
            padding: 0 24px 0 24px; } }
        .hero-section .key-downloads .lower a:last-of-type span {
          border-bottom: none;
          padding-right: 20px; }
        .hero-section .key-downloads .lower a span {
          display: block;
          border-bottom: 0.2px solid #707070;
          background-image: url(../images/download-dark.svg);
          background-repeat: no-repeat;
          background-position: 100% 50%;
          background-size: .9em auto; }
  .hero-section .over {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .hero-section .over:before {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: -o-linear-gradient(105deg, #222222 0%, rgba(107, 107, 107, 0) 30%, rgba(107, 107, 107, 0) 100%);
      background: linear-gradient(345deg, #222222 0%, rgba(107, 107, 107, 0) 30%, rgba(107, 107, 107, 0) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222222', endColorstr='#222222', GradientType=1 ); }
      @media (max-width: 767px) {
        .hero-section .over:before {
          background: -webkit-gradient(linear, left bottom, left top, from(rgba(34, 34, 34, 0.3)), color-stop(30%, rgba(107, 107, 107, 0)), to(rgba(107, 107, 107, 0)));
          background: -o-linear-gradient(bottom, rgba(34, 34, 34, 0.3) 0%, rgba(107, 107, 107, 0) 30%, rgba(107, 107, 107, 0) 100%);
          background: linear-gradient(0deg, rgba(34, 34, 34, 0.3) 0%, rgba(107, 107, 107, 0) 30%, rgba(107, 107, 107, 0) 100%); } }
    .hero-section .over:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(34, 34, 34, 0.3)), color-stop(30%, rgba(107, 107, 107, 0)), to(rgba(107, 107, 107, 0)));
      background: -o-linear-gradient(top, rgba(34, 34, 34, 0.3) 0%, rgba(107, 107, 107, 0) 30%, rgba(107, 107, 107, 0) 100%);
      background: linear-gradient(180deg, rgba(34, 34, 34, 0.3) 0%, rgba(107, 107, 107, 0) 30%, rgba(107, 107, 107, 0) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222222', endColorstr='#222222', GradientType=0 ); }
  .hero-section .container {
    position: relative;
    z-index: 2; }
    .hero-section .container .over-logos {
      position: absolute;
      right: 8px;
      bottom: 45px;
      width: 499.2px;
      max-width: 30.2%; }
      @media (max-width: 1768px) {
        .hero-section .container .over-logos {
          right: 26px;
          bottom: 28px;
          max-width: 30.7%; } }
      @media (max-width: 767px) {
        .hero-section .container .over-logos {
          width: 275.27px;
          max-width: 275.27px;
          right: auto;
          left: 50%;
          bottom: -107px;
          -webkit-transform: translateX(-50%);
              -ms-transform: translateX(-50%);
                  transform: translateX(-50%); } }
    .hero-section .container .middle {
      position: absolute;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      padding-bottom: 64px;
      text-align: center;
      color: white;
      font-size: 20.8px;
      font-size: 2.08rem;
      font-weight: 600;
      cursor: pointer; }
      @media (max-width: 1768px) {
        .hero-section .container .middle {
          font-size: 16px;
          font-size: 1.6rem;
          padding-bottom: 30px; } }
      .hero-section .container .middle:after {
        content: '';
        top: 36px;
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        width: 2px;
        background-color: white;
        height: 53px;
        position: absolute;
        -webkit-animation: linein infinite 1s .666s linear forwards;
                animation: linein infinite 1s .666s linear forwards;
        overflow: hidden; }
        @media (max-width: 1768px) {
          .hero-section .container .middle:after {
            height: 19px; } }
        @media (max-width: 767px) {
          .hero-section .container .middle:after {
            top: 26px;
            height: 26px; } }

@-webkit-keyframes linein {
  0% {
    max-height: 0;
    top: 36px;
    bottom: auto; }
  35% {
    max-height: 53px;
    top: 36px;
    bottom: auto; }
  35.001% {
    max-height: 53px;
    top: auto;
    bottom: 0; }
  100% {
    max-height: 0%;
    top: auto;
    bottom: 0; } }

@keyframes linein {
  0% {
    max-height: 0;
    top: 36px;
    bottom: auto; }
  35% {
    max-height: 53px;
    top: 36px;
    bottom: auto; }
  35.001% {
    max-height: 53px;
    top: auto;
    bottom: 0; }
  100% {
    max-height: 0%;
    top: auto;
    bottom: 0; } }
        @media (max-width: 1768px) {
          @-webkit-keyframes linein {
            0% {
              max-height: 0;
              top: 36px;
              bottom: auto; }
            35% {
              max-height: 19px;
              top: 36px;
              bottom: auto; }
            35.001% {
              max-height: 19px;
              top: auto;
              bottom: 0; }
            100% {
              max-height: 0%;
              top: auto;
              bottom: 0; } }
          @keyframes linein {
            0% {
              max-height: 0;
              top: 36px;
              bottom: auto; }
            35% {
              max-height: 19px;
              top: 36px;
              bottom: auto; }
            35.001% {
              max-height: 19px;
              top: auto;
              bottom: 0; }
            100% {
              max-height: 0%;
              top: auto;
              bottom: 0; } } }
        @media (max-width: 767px) {
          @-webkit-keyframes linein {
            0% {
              max-height: 0;
              top: 26px;
              bottom: auto; }
            35% {
              max-height: 26px;
              top: 26px;
              bottom: auto; }
            35.001% {
              max-height: 26px;
              top: auto;
              bottom: 0; }
            100% {
              max-height: 0%;
              top: auto;
              bottom: 0; } }
          @keyframes linein {
            0% {
              max-height: 0;
              top: 26px;
              bottom: auto; }
            35% {
              max-height: 26px;
              top: 26px;
              bottom: auto; }
            35.001% {
              max-height: 26px;
              top: auto;
              bottom: 0; }
            100% {
              max-height: 0%;
              top: auto;
              bottom: 0; } } }
  .hero-section .row {
    height: 100vh;
    padding-bottom: 117px; }
    @media (max-width: 1768px) {
      .hero-section .row {
        padding-bottom: 137px;
        padding-top: 121px; } }
    @media (max-width: 767px) {
      .hero-section .row {
        height: 578px;
        padding-bottom: 106px;
        padding-top: 106px;
        -webkit-box-align: end !important;
            -ms-flex-align: end !important;
                align-items: flex-end !important; } }
    .hero-section .row * {
      color: white; }
    .hero-section .row .sub {
      font-size: 32.5px;
      font-size: 3.25rem;
      line-height: 1.6em;
      font-weight: 600; }
      @media (max-width: 1768px) {
        .hero-section .row .sub {
          font-size: 25px;
          font-size: 2.5rem; } }
      @media (max-width: 767px) {
        .hero-section .row .sub {
          font-size: 18px;
          font-size: 1.8rem; } }
    .hero-section .row h3 {
      letter-spacing: -.008em; }
      @media (min-width: 1769px) {
        .hero-section .row h3 {
          font-size: 42.9px;
          font-size: 4.29rem; } }

@media (max-width: 1768px) and (min-width: 768px) {
  .hero-section .row h3 {
    font-size: 33px;
    font-size: 3.3rem; } }
      @media (max-width: 767px) {
        .hero-section .row h3 {
          font-size: 17px;
          font-size: 1.7rem; } }

.subpage-hero-section {
  background-color: #E08100;
  padding-top: 209px;
  padding-bottom: 65px; }
  @media (max-width: 1768px) {
    .subpage-hero-section {
      padding-top: 160px;
      padding-bottom: 11px; } }
  @media (max-width: 767px) {
    .subpage-hero-section {
      padding-top: 113px;
      padding-bottom: 37px; } }
  .subpage-hero-section .back-link {
    margin-bottom: 1em; }
  .subpage-hero-section * {
    color: #ffffff; }
  .subpage-hero-section h1 {
    font-size: 77px;
    font-size: 7.7rem;
    line-height: 1.03896em; }
    @media (max-width: 767px) {
      .subpage-hero-section h1 {
        font-size: 31px;
        font-size: 3.1rem; } }

.back-to-previous-page-section {
  margin-top: 0 !important;
  padding-top: 37px;
  padding-bottom: 37px;
  background-color: #E08100; }
  @media (max-width: 767px) {
    .back-to-previous-page-section {
      padding-top: 15px;
      padding-bottom: 15px; } }
  .back-to-previous-page-section * {
    color: #ffffff; }

.long-text-and-image-02l-section {
  padding-bottom: 76px; }
  @media (max-width: 1768px) {
    .long-text-and-image-02l-section {
      padding-bottom: 0; } }
  @media (max-width: 1768px) and (min-width: 768px) {
    .long-text-and-image-02l-section {
      margin-bottom: -5px; } }
  .long-text-and-image-02l-section .container {
    max-width: 1392px; }
    @media (max-width: 1768px) {
      .long-text-and-image-02l-section .container {
        max-width: 1182px; } }
  @media (max-width: 767px) {
    .long-text-and-image-02l-section.right .image {
      margin-right: -20px; }
      .long-text-and-image-02l-section.right .image .img-outer {
        margin-left: calc(6.5% + 20px); } }
  .long-text-and-image-02l-section.right .image .shadow:before {
    right: 55px;
    top: 62px; }
    @media (max-width: 1768px) {
      .long-text-and-image-02l-section.right .image .shadow:before {
        right: 43px;
        top: 49px; } }
    @media (max-width: 767px) {
      .long-text-and-image-02l-section.right .image .shadow:before {
        right: 26px;
        top: 29px; } }
  @media (min-width: 1769px) {
    .long-text-and-image-02l-section.right .text {
      padding-right: 80px; } }
  .long-text-and-image-02l-section.right .text h3 {
    padding-right: 10px; }
  @media (min-width: 768px) {
    .long-text-and-image-02l-section.left .image {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; } }
  @media (max-width: 767px) {
    .long-text-and-image-02l-section.left .image {
      margin-left: -20px; } }
  @media (min-width: 1769px) {
    .long-text-and-image-02l-section.left .image .img-outer {
      margin-left: 9%; } }
  @media (min-width: 768px) {
    .long-text-and-image-02l-section.left .image .img-outer {
      margin-left: 12.2%; } }
  .long-text-and-image-02l-section.left .image .shadow:before {
    left: 55px;
    top: 62px; }
    @media (max-width: 1768px) {
      .long-text-and-image-02l-section.left .image .shadow:before {
        left: 43px;
        top: 49px; } }
    @media (max-width: 767px) {
      .long-text-and-image-02l-section.left .image .shadow:before {
        left: 26px;
        top: 29px; } }
  @media (min-width: 1769px) {
    .long-text-and-image-02l-section.left .text {
      padding-right: 11px;
      padding-left: 80px;
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; } }
  .long-text-and-image-02l-section.left .text h3 {
    padding-right: 10px; }
  @media (max-width: 767px) {
    .long-text-and-image-02l-section .text {
      padding-top: 59px; } }
  .long-text-and-image-02l-section .image {
    padding-top: 10px;
    -ms-flex-item-align: start;
        align-self: flex-start; }

@media (max-width: 1768px) and (min-width: 768px) {
  .long-text-and-image-02l-section .image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 47.1%;
            flex: 0 0 47.1%;
    max-width: 47.1%; } }
    @media (max-width: 767px) {
      .long-text-and-image-02l-section .image {
        padding-top: 0; } }
  .long-text-and-image-02l-section .img-outer {
    width: 91%;
    padding-top: 114.4%;
    position: relative; }
    @media (max-width: 1768px) {
      .long-text-and-image-02l-section .img-outer {
        width: 87.8%;
        padding-top: 110.4%; } }
    @media (max-width: 767px) {
      .long-text-and-image-02l-section .img-outer {
        width: 93.5%;
        max-width: 93.5%;
        padding-top: 117.5%; } }
    .long-text-and-image-02l-section .img-outer .img-con,
    .long-text-and-image-02l-section .img-outer .shadow {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .long-text-and-image-02l-section .img-outer .shadow {
      position: absolute; }
      .long-text-and-image-02l-section .img-outer .shadow:before {
        content: '';
        position: absolute;
        height: 101.8%;
        width: 100vw;
        max-width: none;
        background-color: #E08100;
        z-index: 0; }
  .long-text-and-image-02l-section .btn-con {
    padding-top: 14px; }

.text-and-image-01l-section {
  padding-bottom: 78px; }
  @media (max-width: 1768px) {
    .text-and-image-01l-section {
      padding-bottom: 57px; } }
  @media (max-width: 767px) {
    .text-and-image-01l-section {
      padding-bottom: 0; } }
  @media (max-width: 1768px) {
    .text-and-image-01l-section .container {
      max-width: 1182px; } }
  @media (min-width: 1769px) {
    .text-and-image-01l-section.right .image .img-outer {
      margin-left: 13.8%; } }
  @media (max-width: 767px) {
    .text-and-image-01l-section.right .image .img-outer {
      margin-left: 10px; } }
  .text-and-image-01l-section.right .image .shadow:before {
    right: 81px;
    top: 67px; }
    @media (max-width: 1768px) {
      .text-and-image-01l-section.right .image .shadow:before {
        top: 50px; } }
    @media (max-width: 767px) {
      .text-and-image-01l-section.right .image .shadow:before {
        right: 29px;
        top: 26px; } }
  @media (min-width: 768px) {
    .text-and-image-01l-section.right .text {
      padding-left: 80px;
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; } }
  .text-and-image-01l-section.right .text h3 {
    padding-right: 10px; }
  @media (min-width: 768px) {
    .text-and-image-01l-section.left .image {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; } }
  @media (max-width: 767px) {
    .text-and-image-01l-section.left .image .img-outer {
      margin-left: 10px; } }
  .text-and-image-01l-section.left .image .shadow:before {
    left: 81px;
    top: 67px; }
    @media (max-width: 1768px) {
      .text-and-image-01l-section.left .image .shadow:before {
        top: 50px; } }
    @media (max-width: 767px) {
      .text-and-image-01l-section.left .image .shadow:before {
        left: 29px;
        top: 26px; } }
  .text-and-image-01l-section.left .text {
    padding-right: 80px; }
    @media (min-width: 768px) {
      .text-and-image-01l-section.left .text {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; } }
    @media (max-width: 1768px) {
      .text-and-image-01l-section.left .text {
        padding-right: 56px; } }
    .text-and-image-01l-section.left .text h3 {
      padding-right: 10px; }
  .text-and-image-01l-section .text {
    padding-top: 48px; }
    @media (min-width: 1769px) {
      .text-and-image-01l-section .text {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 41.7%;
                flex: 0 0 41.7%;
        max-width: 41.7%; } }
    @media (max-width: 767px) {
      .text-and-image-01l-section .text {
        padding-top: 55px; } }
  .text-and-image-01l-section .image {
    -ms-flex-item-align: start;
        align-self: flex-start; }
    @media (min-width: 1769px) {
      .text-and-image-01l-section .image {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 58.3%;
                flex: 0 0 58.3%;
        max-width: 58.3%; } }
  .text-and-image-01l-section .img-outer {
    width: 86.2%;
    padding-top: 61.7%;
    position: relative; }
    @media (max-width: 1768px) {
      .text-and-image-01l-section .img-outer {
        width: 100%;
        padding-top: 78%; } }
    @media (max-width: 767px) {
      .text-and-image-01l-section .img-outer {
        width: calc(100% + 10px);
        max-width: calc(100% + 10px);
        padding-top: 73.3%; } }
    .text-and-image-01l-section .img-outer .img-con,
    .text-and-image-01l-section .img-outer .shadow {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .text-and-image-01l-section .img-outer .shadow {
      position: absolute; }
      .text-and-image-01l-section .img-outer .shadow:before {
        content: '';
        position: absolute;
        height: 101.9%;
        width: 100vw;
        max-width: none;
        background-color: #E08100;
        z-index: 0; }
  .text-and-image-01l-section .btn-con {
    padding-top: 14px; }

.text-and-image-06l-section {
  padding-bottom: 120px; }
  @media (max-width: 1768px) {
    .text-and-image-06l-section {
      padding-bottom: 102px; } }
  @media (max-width: 767px) {
    .text-and-image-06l-section {
      padding-bottom: 0; } }
  .text-and-image-06l-section .container {
    position: relative; }
    @media (max-width: 1768px) {
      .text-and-image-06l-section .container {
        max-width: 1186px; } }
  @media (min-width: 1769px) {
    .text-and-image-06l-section.right .image {
      margin-left: 14.83333%; } }

@media (max-width: 1768px) and (min-width: 768px) {
  .text-and-image-06l-section.right .image .img-outer {
    margin-right: 8.5%; } }
  @media (max-width: 767px) {
    .text-and-image-06l-section.right .image .img-outer {
      margin-right: -20px; } }
  .text-and-image-06l-section.right .image .shadow:before {
    right: 0px;
    top: 236px; }
    @media (max-width: 1768px) {
      .text-and-image-06l-section.right .image .shadow:before {
        top: 181px; } }
    @media (max-width: 767px) {
      .text-and-image-06l-section.right .image .shadow:before {
        right: 62px;
        top: 55px; } }
  @media (min-width: 768px) {
    .text-and-image-06l-section.right .text {
      right: 8px; } }
  .text-and-image-06l-section.right .text h3 {
    padding-right: 10px; }
  @media (min-width: 768px) {
    .text-and-image-06l-section.left .image {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; } }

@media (max-width: 1768px) and (min-width: 768px) {
  .text-and-image-06l-section.left .image .img-outer {
    margin-left: 8.5%; } }
  @media (max-width: 767px) {
    .text-and-image-06l-section.left .image .img-outer {
      margin-left: -20px; } }
  .text-and-image-06l-section.left .image .shadow:before {
    left: 0px;
    top: 236px; }
    @media (max-width: 1768px) {
      .text-and-image-06l-section.left .image .shadow:before {
        top: 181px; } }
    @media (max-width: 767px) {
      .text-and-image-06l-section.left .image .shadow:before {
        left: 62px;
        top: 55px; } }
  @media (min-width: 768px) {
    .text-and-image-06l-section.left .text {
      left: 8px;
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; } }
  .text-and-image-06l-section.left .text h3 {
    padding-right: 10px; }
  .text-and-image-06l-section .text {
    padding: 59px 60px 20px;
    position: absolute;
    bottom: -67px;
    background-color: #ffffff; }
    @media (min-width: 1769px) {
      .text-and-image-06l-section .text {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 36.6%;
                flex: 0 0 36.6%;
        max-width: 36.6%; } }
    @media (min-width: 768px) {
      .text-and-image-06l-section .text {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 48.8%;
                flex: 0 0 48.8%;
        max-width: 48.8%; } }
    @media (max-width: 1768px) {
      .text-and-image-06l-section .text {
        padding: 42px 42px 20px;
        bottom: -52px; } }
    @media (max-width: 767px) {
      .text-and-image-06l-section .text {
        position: static;
        padding: 38px 20px 20px; } }
    .text-and-image-06l-section .text .sub {
      margin-bottom: .9em; }
    .text-and-image-06l-section .text .link-con {
      position: absolute;
      width: 100%;
      top: 100%;
      right: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
      @media (max-width: 767px) {
        .text-and-image-06l-section .text .link-con {
          position: static;
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start; }
          .text-and-image-06l-section .text .link-con .read-more {
            display: none; } }
  .text-and-image-06l-section .image {
    -ms-flex-item-align: start;
        align-self: flex-start; }
    @media (min-width: 1769px) {
      .text-and-image-06l-section .image {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 85.16667%;
                flex: 0 0 85.16667%;
        max-width: 85.16667%; } }
    @media (min-width: 768px) {
      .text-and-image-06l-section .image {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%; } }
  .text-and-image-06l-section .img-outer {
    width: 100%;
    padding-top: 56%;
    position: relative; }

@media (max-width: 1768px) and (min-width: 768px) {
  .text-and-image-06l-section .img-outer {
    width: 91.5%;
    padding-top: 56%;
    padding-top: 51.3%; } }
    @media (max-width: 767px) {
      .text-and-image-06l-section .img-outer {
        width: calc(100% + 11px);
        max-width: calc(100% + 11px);
        padding-top: 58%; } }
    .text-and-image-06l-section .img-outer .img-con,
    .text-and-image-06l-section .img-outer .shadow {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .text-and-image-06l-section .img-outer .shadow {
      position: absolute; }
      .text-and-image-06l-section .img-outer .shadow:before {
        content: '';
        position: absolute;
        height: calc(100% - 236px + 66px);
        width: 100vw;
        max-width: none;
        background-color: #E08100;
        z-index: 0; }
        @media (max-width: 1768px) {
          .text-and-image-06l-section .img-outer .shadow:before {
            height: calc(100% - 181px + 52px); } }
        @media (max-width: 767px) {
          .text-and-image-06l-section .img-outer .shadow:before {
            height: calc(100% - 55px + 15px); } }

.text-and-image-05l-section {
  padding-bottom: 5px;
  padding-top: 8px; }
  .text-and-image-05l-section .container {
    position: relative; }
    @media (max-width: 1768px) {
      .text-and-image-05l-section .container {
        max-width: 1186px; } }
  @media (min-width: 768px) {
    .text-and-image-05l-section.right .image {
      margin-left: 8.33333%;
      margin-right: 22.1%; } }
  .text-and-image-05l-section.right .image .shadow:before {
    right: 0px;
    top: 236px; }
  @media (min-width: 768px) {
    .text-and-image-05l-section.right .text {
      right: 8px; } }
  .text-and-image-05l-section.right .text h3 {
    padding-right: 10px; }
  @media (min-width: 768px) {
    .text-and-image-05l-section.left .image {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      margin-right: 8.33333%;
      margin-left: 22.1%; } }
  .text-and-image-05l-section.left .image .shadow:before {
    left: 0px;
    top: 236px; }
  @media (min-width: 768px) {
    .text-and-image-05l-section.left .text {
      left: 8px;
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; } }
  .text-and-image-05l-section.left .text h3 {
    padding-right: 10px; }
  .text-and-image-05l-section .text {
    padding: 59px 60px 67px;
    position: absolute;
    top: 60px;
    background-color: #ffffff; }
    @media (min-width: 1769px) {
      .text-and-image-05l-section .text {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 41.8%;
                flex: 0 0 41.8%;
        max-width: 41.8%; } }
    @media (min-width: 768px) {
      .text-and-image-05l-section .text {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 48.5%;
                flex: 0 0 48.5%;
        max-width: 48.5%; } }
    @media (max-width: 1768px) {
      .text-and-image-05l-section .text {
        top: 35px;
        padding: 59px 40px 59px; } }
    @media (max-width: 767px) {
      .text-and-image-05l-section .text {
        position: static;
        padding: 22px 20px 20px; } }
    .text-and-image-05l-section .text h3 {
      margin-bottom: .5em; }
    .text-and-image-05l-section .text .sub {
      margin-bottom: .9em; }
    .text-and-image-05l-section .text .link-con {
      position: absolute;
      width: 100%;
      top: calc(100% - 29px);
      right: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
      @media (max-width: 767px) {
        .text-and-image-05l-section .text .link-con {
          position: static;
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start; }
          .text-and-image-05l-section .text .link-con .read-more {
            display: none; } }
  .text-and-image-05l-section .image {
    -ms-flex-item-align: start;
        align-self: flex-start; }
    @media (min-width: 1769px) {
      .text-and-image-05l-section .image {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 69.56667%;
                flex: 0 0 69.56667%;
        max-width: 69.56667%; } }
    @media (min-width: 768px) {
      .text-and-image-05l-section .image {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 75.1%;
                flex: 0 0 75.1%;
        max-width: 75.1%; } }
  .text-and-image-05l-section .img-outer {
    width: 100%;
    padding-top: 59.4%;
    position: relative; }
    .text-and-image-05l-section .img-outer .img-con,
    .text-and-image-05l-section .img-outer .shadow {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .text-and-image-05l-section .img-outer .shadow {
      position: absolute;
      display: none; }
      .text-and-image-05l-section .img-outer .shadow:before {
        content: '';
        position: absolute;
        height: calc(100% - 236px + 66px);
        width: 100vw;
        max-width: none;
        background-color: #E08100;
        z-index: 0; }

.text-and-image-03l-section {
  padding-top: 83px; }
  @media (max-width: 1768px) {
    .text-and-image-03l-section {
      padding-top: 66px; } }
  @media (max-width: 767px) {
    .text-and-image-03l-section {
      padding-top: 64px; } }
  .text-and-image-03l-section .container {
    position: relative; }
    @media (max-width: 1768px) {
      .text-and-image-03l-section .container {
        max-width: 1184px; } }
  @media (min-width: 1769px) {
    .text-and-image-03l-section.right .image {
      margin-left: 8.33333%;
      margin-right: 30%; } }
  @media (min-width: 768px) {
    .text-and-image-03l-section.right .image {
      margin-left: 0%;
      margin-right: 30%; } }
  .text-and-image-03l-section.right .image .shadow:before {
    left: 250px;
    top: -77px; }
    @media (max-width: 1768px) {
      .text-and-image-03l-section.right .image .shadow:before {
        left: 195px;
        top: -60px; } }
    @media (max-width: 767px) {
      .text-and-image-03l-section.right .image .shadow:before {
        left: auto;
        right: 44px;
        top: -33px; } }
  @media (min-width: 768px) {
    .text-and-image-03l-section.right .text {
      right: 8px; } }
  .text-and-image-03l-section.right .text h3 {
    padding-right: 10px; }
  @media (min-width: 1769px) {
    .text-and-image-03l-section.left .image {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      margin-right: 8.33333%;
      margin-left: 30%; } }
  @media (min-width: 768px) {
    .text-and-image-03l-section.left .image {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      margin-right: 0%;
      margin-left: 30%; } }
  .text-and-image-03l-section.left .image .shadow:before {
    right: 250px;
    top: -77px; }
    @media (max-width: 1768px) {
      .text-and-image-03l-section.left .image .shadow:before {
        right: 195px;
        top: -60px; } }
    @media (max-width: 767px) {
      .text-and-image-03l-section.left .image .shadow:before {
        right: auto;
        left: 44px;
        top: -33px; } }
  @media (min-width: 768px) {
    .text-and-image-03l-section.left .text {
      left: 8px;
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; } }
  .text-and-image-03l-section.left .text h3 {
    padding-right: 10px; }
  .text-and-image-03l-section .text {
    padding: 62px 60px 39px;
    position: absolute;
    top: 0;
    background-color: #ffffff; }
    @media (min-width: 1769px) {
      .text-and-image-03l-section .text {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 38.7%;
                flex: 0 0 38.7%;
        max-width: 38.7%; } }
    @media (min-width: 768px) {
      .text-and-image-03l-section .text {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 51.5%;
                flex: 0 0 51.5%;
        max-width: 51.5%; } }
    @media (max-width: 1768px) {
      .text-and-image-03l-section .text {
        padding: 62px 41px 35px; } }
    @media (max-width: 767px) {
      .text-and-image-03l-section .text {
        position: static;
        padding: 32px 20px 0px; } }
    .text-and-image-03l-section .text h3 {
      margin-bottom: .33em; }
      @media (max-width: 767px) {
        .text-and-image-03l-section .text h3 {
          margin-bottom: .85em; } }
    .text-and-image-03l-section .text .sub {
      margin-bottom: .9em; }
    .text-and-image-03l-section .text .link-con {
      position: absolute;
      width: 100%;
      top: calc(100% - 29px);
      right: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
      @media (max-width: 767px) {
        .text-and-image-03l-section .text .link-con {
          position: static;
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start; }
          .text-and-image-03l-section .text .link-con .read-more {
            display: none; } }
  .text-and-image-03l-section .image {
    -ms-flex-item-align: start;
        align-self: flex-start; }
    @media (min-width: 1769px) {
      .text-and-image-03l-section .image {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 61.66667%;
                flex: 0 0 61.66667%;
        max-width: 61.66667%; } }
    @media (min-width: 768px) {
      .text-and-image-03l-section .image {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 66.7%;
                flex: 0 0 66.7%;
        max-width: 66.7%; } }
  .text-and-image-03l-section .img-outer {
    width: 100%;
    padding-top: 68.6%;
    position: relative; }
    @media (max-width: 1768px) {
      .text-and-image-03l-section .img-outer {
        padding-top: 68.4%; } }
    @media (max-width: 767px) {
      .text-and-image-03l-section .img-outer {
        width: calc(100% + 20px);
        max-width: calc(100% + 20px); } }
    .text-and-image-03l-section .img-outer .img-con,
    .text-and-image-03l-section .img-outer .shadow {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .text-and-image-03l-section .img-outer .shadow {
      position: absolute; }
      .text-and-image-03l-section .img-outer .shadow:before {
        content: '';
        position: absolute;
        height: 81.2%;
        width: 100vw;
        max-width: none;
        background-color: #E08100;
        z-index: 0; }

.text-and-image-04l-section {
  padding-bottom: 36px; }
  @media (max-width: 767px) {
    .text-and-image-04l-section {
      padding-bottom: 0; } }
  .text-and-image-04l-section .container {
    position: relative; }
    @media (max-width: 1768px) {
      .text-and-image-04l-section .container {
        max-width: 1184px; } }
  @media (min-width: 1769px) {
    .text-and-image-04l-section.right .image {
      margin-left: 8.33333%;
      margin-right: 30%; } }
  @media (min-width: 768px) {
    .text-and-image-04l-section.right .image {
      margin-left: 0%;
      margin-right: 30%; } }
  @media (max-width: 767px) {
    .text-and-image-04l-section.right .image .img-con {
      margin-left: 20px; } }
  .text-and-image-04l-section.right .image .shadow:before {
    right: 55px;
    top: 99px; }
    @media (max-width: 1768px) {
      .text-and-image-04l-section.right .image .shadow:before {
        top: 76px; } }
    @media (max-width: 767px) {
      .text-and-image-04l-section.right .image .shadow:before {
        right: 0px;
        top: 30px; } }
  @media (min-width: 768px) {
    .text-and-image-04l-section.right .text {
      right: 8px; } }
  .text-and-image-04l-section.right .text h3 {
    padding-right: 10px; }
  @media (min-width: 1769px) {
    .text-and-image-04l-section.left .image {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      margin-right: 8.33333%;
      margin-left: 30%; } }
  @media (min-width: 768px) {
    .text-and-image-04l-section.left .image {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      margin-right: 0%;
      margin-left: 30%; } }
  @media (max-width: 767px) {
    .text-and-image-04l-section.left .image .img-con {
      margin-left: -20px; } }
  .text-and-image-04l-section.left .image .shadow:before {
    left: 55px;
    top: 99px; }
    @media (max-width: 1768px) {
      .text-and-image-04l-section.left .image .shadow:before {
        top: 76px; } }
    @media (max-width: 767px) {
      .text-and-image-04l-section.left .image .shadow:before {
        left: 0px;
        top: 30px; } }
  @media (min-width: 768px) {
    .text-and-image-04l-section.left .text {
      left: 8px;
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; } }
  .text-and-image-04l-section.left .text h3 {
    padding-right: 10px; }
  .text-and-image-04l-section .text {
    padding: 62px 60px 39px;
    position: absolute;
    bottom: 0;
    background-color: #ffffff; }
    @media (min-width: 1769px) {
      .text-and-image-04l-section .text {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 40.7%;
                flex: 0 0 40.7%;
        max-width: 40.7%; } }
    @media (min-width: 768px) {
      .text-and-image-04l-section .text {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 51.5%;
                flex: 0 0 51.5%;
        max-width: 51.5%; } }
    @media (max-width: 1768px) {
      .text-and-image-04l-section .text {
        padding: 62px 41px 54px; } }
  @media (max-width: 1768px) and (min-width: 768px) {
    .text-and-image-04l-section .text {
      bottom: -27px; } }
    @media (max-width: 767px) {
      .text-and-image-04l-section .text {
        padding: 34px 20px 0px;
        position: static; } }
    .text-and-image-04l-section .text h3 {
      margin-bottom: .33em; }
      @media (max-width: 767px) {
        .text-and-image-04l-section .text h3 {
          margin-bottom: .73em; } }
    .text-and-image-04l-section .text .sub {
      margin-bottom: .9em; }
    .text-and-image-04l-section .text .link-con {
      position: absolute;
      width: 100%;
      top: calc(100% - 20px);
      right: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
      @media (max-width: 767px) {
        .text-and-image-04l-section .text .link-con {
          position: static;
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start; }
          .text-and-image-04l-section .text .link-con .read-more {
            display: none; } }
  .text-and-image-04l-section .image {
    -ms-flex-item-align: start;
        align-self: flex-start; }
    @media (min-width: 1769px) {
      .text-and-image-04l-section .image {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 61.66667%;
                flex: 0 0 61.66667%;
        max-width: 61.66667%; } }
    @media (min-width: 768px) {
      .text-and-image-04l-section .image {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 66.8%;
                flex: 0 0 66.8%;
        max-width: 66.8%; } }
  .text-and-image-04l-section .img-outer {
    width: 100%;
    padding-top: 64.7%;
    position: relative; }
    .text-and-image-04l-section .img-outer .img-con,
    .text-and-image-04l-section .img-outer .shadow {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .text-and-image-04l-section .img-outer .shadow {
      position: absolute; }
      .text-and-image-04l-section .img-outer .shadow:before {
        content: '';
        position: absolute;
        height: 81.2%;
        height: calc(100% - 99px + 36px);
        width: 100vw;
        max-width: none;
        background-color: #E08100;
        z-index: 0; }
        @media (max-width: 1768px) {
          .text-and-image-04l-section .img-outer .shadow:before {
            height: calc(100% - 71px + 22px); } }
        @media (max-width: 1768px) {
          .text-and-image-04l-section .img-outer .shadow:before {
            height: calc(100% - 25px + 6px); } }

.subpage-link-section {
  padding-top: 53px;
  background-color: #222222;
  border-bottom: 104px solid white; }
  .subpage-link-section h6 {
    color: #B1B1B1; }
  @media (max-width: 1768px) {
    .subpage-link-section .container {
      max-width: 1180px; } }
  @media (max-width: 767px) {
    .subpage-link-section {
      padding-top: 0;
      border-bottom: none; } }
  .subpage-link-section .title {
    padding-bottom: 60px;
    padding-top: 20px; }
    @media (max-width: 1768px) {
      .subpage-link-section .title {
        padding-top: 11px;
        padding-bottom: 34px;
        padding-right: 30px; } }
    @media (max-width: 767px) {
      .subpage-link-section .title {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        padding-bottom: 0; } }
  @media (max-width: 1768px) {
    .subpage-link-section .sub {
      margin-bottom: .9em; } }
  .subpage-link-section .text {
    padding-bottom: 60px; }
    @media (min-width: 1769px) {
      .subpage-link-section .text {
        padding-right: 120px; } }
    @media (max-width: 1768px) {
      .subpage-link-section .text {
        padding-bottom: 34px; } }
    @media (max-width: 767px) {
      .subpage-link-section .text {
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3; } }
    .subpage-link-section .text .btn-con {
      padding-top: 9px; }
      @media (min-width: 768px) {
        .subpage-link-section .text .btn-con {
          display: none; } }
    .subpage-link-section .text h6 {
      margin-bottom: .3em; }
    .subpage-link-section .text p {
      line-height: 1.25em; }
  .subpage-link-section *:not(h6) {
    color: #ffffff; }
  .subpage-link-section .image {
    position: relative;
    margin-bottom: -104px;
    overflow: hidden; }
    @media (min-width: 768px) {
      .subpage-link-section .image {
        margin-left: 8px;
        margin-right: 8px;
        padding: 0;
        width: calc(100% - 16px);
        -webkit-box-flex: 0;
            -ms-flex: 0 0 calc(100% - 16px);
                flex: 0 0 calc(100% - 16px); } }
    .subpage-link-section .image .over-link {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 2; }
      @media (min-width: 768px) {
        .subpage-link-section .image .over-link:hover ~ .img-con {
          -webkit-transform: scale(1.1);
              -ms-transform: scale(1.1);
                  transform: scale(1.1); }
        .subpage-link-section .image .over-link:hover ~ .btn-con .btn, .subpage-link-section .image .over-link:hover ~ .btn-con *[type="submit"],
        .subpage-link-section .image .over-link:hover ~ .btn-con .submit-con [type="submit"], .submit-con .subpage-link-section .image .over-link:hover ~ .btn-con [type="submit"] {
          background-color: #222222;
          border-color: #222222; } }
    @media (max-width: 767px) {
      .subpage-link-section .image {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        margin-left: -20px;
        margin-right: -20px;
        margin-bottom: 0;
        max-width: calc(100% + 40px);
        width: calc(100% + 40px);
        -webkit-box-flex: 0;
            -ms-flex: 0 0 calc(100% + 40px);
                flex: 0 0 calc(100% + 40px); }
        .subpage-link-section .image .btn-con {
          display: none; } }
    .subpage-link-section .image .img-con {
      padding-top: 37.4%;
      width: 100%;
      -webkit-transition: 0.25s;
      -o-transition: 0.25s;
      transition: 0.25s;
      -webkit-transform: scale(1);
          -ms-transform: scale(1);
              transform: scale(1); }
      @media (max-width: 1768px) {
        .subpage-link-section .image .img-con {
          padding-top: 40.3%; } }
      @media (max-width: 767px) {
        .subpage-link-section .image .img-con {
          width: calc(100% + 40px);
          max-width: calc(100% + 40px);
          padding-top: 68.4%;
          margin-bottom: 35px; } }
    .subpage-link-section .image .btn-con {
      position: absolute;
      right: 8px;
      bottom: -5px; }
      @media (min-width: 768px) {
        .subpage-link-section .image .btn-con {
          right: 0; } }

.quick-links-section {
  padding-top: 19px;
  padding-bottom: 115px; }
  @media (max-width: 1768px) {
    .quick-links-section {
      padding-top: 4px;
      padding-bottom: 58px; } }
  @media (max-width: 1768px) {
    .quick-links-section .container {
      max-width: 1180px; } }
  @media (max-width: 767px) {
    .quick-links-section {
      padding-top: 27px;
      padding-bottom: 18px; } }
  .quick-links-section .title {
    margin-bottom: 2.6em; }
    @media (max-width: 767px) {
      .quick-links-section .title {
        margin-bottom: 1.3em; } }
  @media (max-width: 767px) {
    .quick-links-section .q-item {
      margin-bottom: 18px; }
      .quick-links-section .q-item:last-of-type .inner {
        border-bottom: none; } }
  .quick-links-section .q-item.orange .sub:before,
  .quick-links-section .q-item.orange .btn,
  .quick-links-section .q-item.orange *[type="submit"],
  .quick-links-section .q-item.orange .submit-con [type="submit"],
  .submit-con .quick-links-section .q-item.orange [type="submit"] {
    background-color: #E08100;
    border-color: #E08100; }
  .quick-links-section .q-item.orange2 .sub:before,
  .quick-links-section .q-item.orange2 .btn,
  .quick-links-section .q-item.orange2 *[type="submit"],
  .quick-links-section .q-item.orange2 .submit-con [type="submit"],
  .submit-con .quick-links-section .q-item.orange2 [type="submit"] {
    background-color: #E3552A;
    border-color: #E3552A; }
  .quick-links-section .q-item.red .sub:before,
  .quick-links-section .q-item.red .btn,
  .quick-links-section .q-item.red *[type="submit"],
  .quick-links-section .q-item.red .submit-con [type="submit"],
  .submit-con .quick-links-section .q-item.red [type="submit"] {
    background-color: #E6002C;
    border-color: #E6002C; }
  .quick-links-section .q-item.green .sub:before,
  .quick-links-section .q-item.green .btn,
  .quick-links-section .q-item.green *[type="submit"],
  .quick-links-section .q-item.green .submit-con [type="submit"],
  .submit-con .quick-links-section .q-item.green [type="submit"] {
    background-color: #51AE32;
    border-color: #51AE32; }
  .quick-links-section .q-item.green2 .sub:before,
  .quick-links-section .q-item.green2 .btn,
  .quick-links-section .q-item.green2 *[type="submit"],
  .quick-links-section .q-item.green2 .submit-con [type="submit"],
  .submit-con .quick-links-section .q-item.green2 [type="submit"] {
    background-color: #D8F5D1;
    border-color: #D8F5D1; }
  .quick-links-section .q-item.peach .sub:before,
  .quick-links-section .q-item.peach .btn,
  .quick-links-section .q-item.peach *[type="submit"],
  .quick-links-section .q-item.peach .submit-con [type="submit"],
  .submit-con .quick-links-section .q-item.peach [type="submit"] {
    background-color: #FFC757;
    border-color: #FFC757; }
  .quick-links-section .q-item.peach2 .sub:before,
  .quick-links-section .q-item.peach2 .btn,
  .quick-links-section .q-item.peach2 *[type="submit"],
  .quick-links-section .q-item.peach2 .submit-con [type="submit"],
  .submit-con .quick-links-section .q-item.peach2 [type="submit"] {
    background-color: #F4B860;
    border-color: #F4B860; }
  .quick-links-section .q-item.blue .sub:before,
  .quick-links-section .q-item.blue .btn,
  .quick-links-section .q-item.blue *[type="submit"],
  .quick-links-section .q-item.blue .submit-con [type="submit"],
  .submit-con .quick-links-section .q-item.blue [type="submit"] {
    background-color: #61A3D1;
    border-color: #61A3D1; }
  .quick-links-section .q-item.blue2 .sub:before,
  .quick-links-section .q-item.blue2 .btn,
  .quick-links-section .q-item.blue2 *[type="submit"],
  .quick-links-section .q-item.blue2 .submit-con [type="submit"],
  .submit-con .quick-links-section .q-item.blue2 [type="submit"] {
    background-color: #113B50;
    border-color: #113B50; }
  .quick-links-section .q-item.purple .sub:before,
  .quick-links-section .q-item.purple .btn,
  .quick-links-section .q-item.purple *[type="submit"],
  .quick-links-section .q-item.purple .submit-con [type="submit"],
  .submit-con .quick-links-section .q-item.purple [type="submit"] {
    background-color: #53009A;
    border-color: #53009A; }
  .quick-links-section .q-item .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media (max-width: 767px) {
      .quick-links-section .q-item .inner {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        border-bottom: 2px solid #707070; } }
  .quick-links-section .q-item.col-lg-3 .image .img-con {
    padding-top: 77.39%; }
    @media (max-width: 767px) {
      .quick-links-section .q-item.col-lg-3 .image .img-con {
        padding-top: 74.09%; } }
  .quick-links-section .q-item.col-lg-4 .image .img-con {
    padding-top: 57.4%; }
    @media (max-width: 767px) {
      .quick-links-section .q-item.col-lg-4 .image .img-con {
        padding-top: 74.09%; } }
  .quick-links-section .q-item .image {
    margin-bottom: 1.8em;
    width: 100%; }
    @media (max-width: 767px) {
      .quick-links-section .q-item .image {
        width: 37%;
        margin-bottom: 18px; } }
  .quick-links-section .q-item .sub {
    margin-bottom: .55em; }
    @media (max-width: 767px) {
      .quick-links-section .q-item .sub {
        margin-bottom: .45em; } }
  .quick-links-section .q-item .bottom {
    position: relative;
    padding-bottom: 67px;
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .quick-links-section .q-item .bottom {
        -webkit-box-flex: 1;
            -ms-flex: auto;
                flex: auto; } }
    @media (min-width: 1769px) {
      .quick-links-section .q-item .bottom {
        padding-right: 120px; } }
    @media (max-width: 767px) {
      .quick-links-section .q-item .bottom {
        width: 63%;
        padding-bottom: 0;
        margin-left: 10px; } }
    .quick-links-section .q-item .bottom .btn-con {
      position: absolute;
      left: 0;
      bottom: 0; }
      @media (max-width: 767px) {
        .quick-links-section .q-item .bottom .btn-con {
          display: none; } }
      .quick-links-section .q-item .bottom .btn-con .btn:hover, .quick-links-section .q-item .bottom .btn-con :hover[type="submit"], .quick-links-section .q-item .bottom .btn-con .btn:focus, .quick-links-section .q-item .bottom .btn-con :focus[type="submit"] {
        background-color: #222222;
        border-color: #222222; }
    .quick-links-section .q-item .bottom .over-link {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
      @media (min-width: 768px) {
        .quick-links-section .q-item .bottom .over-link {
          display: none; } }
  .quick-links-section .q-item h7,
  .quick-links-section .q-item .h7 {
    font-weight: 700; }
  @media (max-width: 767px) {
    .quick-links-section .q-item p:not(.h7) {
      display: none; } }
  .quick-links-section .q-item .sub {
    padding-left: 59px; }
    @media (max-width: 767px) {
      .quick-links-section .q-item .sub {
        padding-left: 30px; } }
    .quick-links-section .q-item .sub:before {
      width: 40px; }
      @media (max-width: 767px) {
        .quick-links-section .q-item .sub:before {
          width: 21px; } }

.centred-text-section {
  padding-top: 124px;
  padding-bottom: 116px;
  margin-top: 0 !important; }
  @media (max-width: 1768px) {
    .centred-text-section {
      padding-top: 63px;
      padding-bottom: 56px; } }
  .centred-text-section.light {
    padding-bottom: 41px; }
    .centred-text-section.light .container {
      max-width: 1130px; }
    .centred-text-section.light h2 {
      margin-bottom: .61em; }
      @media (max-width: 767px) {
        .centred-text-section.light h2 {
          margin-bottom: 1.05em; } }
  .centred-text-section.dark {
    background-color: #222222; }
    .centred-text-section.dark * {
      color: #ffffff; }
    .centred-text-section.dark .download-link i.d-icon * {
      stroke: #ffffff; }
    .centred-text-section.dark .download-link {
      color: #ffffff; }
      .centred-text-section.dark .download-link:hover, .centred-text-section.dark .download-link:focus {
        color: #ffffff; }
  .centred-text-section .container {
    max-width: 1060px; }
  .centred-text-section .text {
    text-align: center; }
  .centred-text-section h7,
  .centred-text-section .h7 {
    margin-bottom: .35em; }
  .centred-text-section h3 {
    margin-bottom: .48em; }
  .centred-text-section .download-link {
    margin-top: 39px;
    color: #222222; }
    .centred-text-section .download-link:hover, .centred-text-section .download-link:focus {
      color: #222222; }

.sdg-section {
  background-color: #EBEBEB;
  border-bottom: 21px solid #ffffff;
  margin-top: 0 !important; }
  .sdg-section .container {
    padding-top: 120px;
    padding-bottom: 97px;
    position: relative; }
    @media (max-width: 1768px) {
      .sdg-section .container {
        padding-top: 72px;
        padding-bottom: 78px;
        max-width: 1186px; } }
    @media (max-width: 767px) {
      .sdg-section .container {
        padding-top: 24px;
        padding-bottom: 54px; } }
  @media (min-width: 768px) {
    .sdg-section .text {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 47%;
              flex: 0 0 47%;
      max-width: 47%;
      padding-right: 70px; } }
  @media (min-width: 1769px) {
    .sdg-section .text {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 41.7%;
              flex: 0 0 41.7%;
      max-width: 41.7%;
      padding-right: 140px; } }
  .sdg-section .text h3 {
    margin-bottom: .4em; }
  .sdg-section .btn-con {
    position: absolute;
    z-index: 1;
    left: 8px;
    bottom: 0;
    -webkit-transform: translateY(26px);
        -ms-transform: translateY(26px);
            transform: translateY(26px); }
    @media (max-width: 767px) {
      .sdg-section .btn-con {
        left: 20px; } }
  .sdg-section .image {
    -ms-flex-item-align: start;
        align-self: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 38px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    @media (max-width: 1768px) {
      .sdg-section .image {
        padding-top: 32px; } }
    @media (max-width: 767px) {
      .sdg-section .image {
        padding-top: 28px; } }
    .sdg-section .image img {
      margin-right: 49px;
      margin-bottom: 31px; }
      @media (min-width: 1769px) {
        .sdg-section .image img:nth-of-type(4n + 4) {
          margin-right: 0px; } }
      @media (max-width: 1768px) {
        .sdg-section .image img {
          margin-right: 35px;
          margin-bottom: 31px;
          width: 20.7%; } }
  @media (max-width: 1768px) and (min-width: 1366px) {
    .sdg-section .image img:nth-of-type(4n + 4) {
      margin-right: 0px; } }
      @media (max-width: 767px) {
        .sdg-section .image img {
          width: 27.7%;
          margin-right: 8%;
          margin-bottom: 15px; }
          .sdg-section .image img:nth-of-type(3n + 3) {
            margin-right: 0; } }
    @media (min-width: 1769px) {
      .sdg-section .image {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 58.3%;
                flex: 0 0 58.3%;
        max-width: 58.3%; } }
    @media (min-width: 768px) {
      .sdg-section .image {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 53%;
                flex: 0 0 53%;
        max-width: 53%; } }
  .sdg-section .btn-con {
    padding-top: 14px; }

.boxes-section {
  margin-top: 0 !important; }
  .boxes-section .container {
    max-width: 1180px; }
  @media (min-width: 768px) {
    .boxes-section .col-12 {
      padding-left: 5px;
      padding-right: 5px; } }
  @media (max-width: 767px) {
    .boxes-section .col-12 {
      margin-bottom: 20px; } }
  .boxes-section .col-12 .header {
    background-color: #E08100;
    padding: 27px 17px 16px; }
    @media (max-width: 767px) {
      .boxes-section .col-12 .header {
        padding: 17px 17px 16px; } }
    .boxes-section .col-12 .header .number {
      font-size: 41px;
      font-size: 4.1rem;
      font-weight: 700;
      margin-bottom: .15em; }
      @media (max-width: 767px) {
        .boxes-section .col-12 .header .number {
          font-size: 40px;
          font-size: 4rem;
          margin-bottom: .15em; } }
    .boxes-section .col-12 .header h7 {
      font-weight: 700;
      margin-bottom: 0; }
      @media (max-width: 767px) {
        .boxes-section .col-12 .header h7 {
          font-size: 22px;
          font-size: 2.2rem; } }
    .boxes-section .col-12 .header * {
      color: white; }
  .boxes-section .col-12 .under {
    background-color: #F2F2F2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 12px 29px;
    -ms-flex-pack: distribute;
        justify-content: space-around; }
    @media (max-width: 767px) {
      .boxes-section .col-12 .under {
        padding: 14px 2px 14px; } }
    .boxes-section .col-12 .under div {
      padding: 5px;
      color: #707070;
      text-transform: uppercase;
      font-size: 16px;
      font-size: 1.6rem;
      font-weight: 600; }

.chart-section {
  margin-top: 0 !important; }
  .chart-section .container {
    max-width: 1180px; }
  .chart-section .col-12 {
    margin-bottom: 20px; }
    @media (max-width: 991px) {
      .chart-section .col-12 {
        padding-left: 0;
        padding-right: 0; } }
    .chart-section .col-12:last-of-type {
      margin-bottom: 0; }
    @media (min-width: 768px) {
      .chart-section .col-12 {
        padding-left: 5px;
        padding-right: 5px; } }
    .chart-section .col-12 .header {
      background-color: #E08100;
      padding: 15px 15px 15px;
      text-align: center; }
      @media (max-width: 767px) {
        .chart-section .col-12 .header {
          padding: 11px 20px 11px; } }
      .chart-section .col-12 .header h5 {
        margin-bottom: 0; }
      .chart-section .col-12 .header * {
        color: white; }
    .chart-section .col-12 .under {
      background-color: #F2F2F2;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 12px 12px 12px;
      -ms-flex-pack: distribute;
          justify-content: space-around; }
      @media (max-width: 767px) {
        .chart-section .col-12 .under {
          padding: 6px 0 6px;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
      .chart-section .col-12 .under div {
        padding: 5px 24px;
        color: #707070;
        text-align: center; }
        @media (max-width: 767px) {
          .chart-section .col-12 .under div {
            padding: 5px 20px;
            width: 100%; }
            .chart-section .col-12 .under div + div {
              padding: 12px 20px 5px;
              width: 100%; } }
        .chart-section .col-12 .under div *:last-child {
          margin-bottom: 0; }
        .chart-section .col-12 .under div p:not(.h7):not(.h8):not(.h9):not(.h10) {
          margin-bottom: .85em; }
          @media (max-width: 767px) {
            .chart-section .col-12 .under div p:not(.h7):not(.h8):not(.h9):not(.h10) {
              font-size: 18px;
              font-size: 1.8rem; } }
    .chart-section .col-12 .h9,
    .chart-section .col-12 h9 {
      text-transform: uppercase;
      margin-bottom: .8em; }
      .chart-section .col-12 .h9:first-of-type,
      .chart-section .col-12 h9:first-of-type {
        margin-top: 6px; }

.header-section {
  padding-top: 41px;
  padding-bottom: 45px; }
  @media (max-width: 1768px) {
    .header-section {
      padding-top: 49px;
      padding-bottom: 40px; }
      .header-section .container {
        max-width: 1188px; } }
  @media (max-width: 767px) {
    .header-section {
      padding-top: 31px;
      padding-bottom: 24px; } }

@media (max-width: 1768px) and (min-width: 768px) {
  .header-section .text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 92%;
            flex: 0 0 92%;
    max-width: 92%; } }
  @media (max-width: 767px) {
    .header-section .text {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%; } }
  .header-section .text *:last-child {
    margin-bottom: 0; }
  .header-section .sub {
    margin-bottom: 1em; }

.highlights-component-section + .highlights-component-section,
.header-section.header-section + section {
  margin-top: 0 !important; }

@media (max-width: 1768px) {
  .highlights-component-section + .quote-section {
    margin-top: 37px; } }

@media (max-width: 767px) {
  .highlights-component-section {
    background-color: #FDFDFD;
    background-color: #f3f3f3;
    -webkit-box-shadow: 0 0 10px 10px #f3f3f3;
            box-shadow: 0 0 10px 10px #f3f3f3; } }

.highlights-component-section .container {
  max-width: 100%; }

.highlights-component-section .mob-slide.mob-slide {
  padding: 0 20px; }
  @media (min-width: 768px) {
    .highlights-component-section .mob-slide.mob-slide {
      max-height: 0;
      overflow: hidden; } }
  @media (max-width: 767px) {
    .highlights-component-section .mob-slide.mob-slide .slick-list {
      overflow: visible; } }
  .highlights-component-section .mob-slide.mob-slide .slick-arrow {
    background-color: #B1B1B1;
    width: 40px;
    height: 40px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }
    .highlights-component-section .mob-slide.mob-slide .slick-arrow:hover {
      opacity: 1; }
    .highlights-component-section .mob-slide.mob-slide .slick-arrow.slick-disabled {
      opacity: 0;
      pointer-events: none; }
    .highlights-component-section .mob-slide.mob-slide .slick-arrow.slick-next {
      right: 20px;
      top: 0;
      background-color: #222222; }
    .highlights-component-section .mob-slide.mob-slide .slick-arrow.slick-prev {
      left: auto;
      right: 20px;
      top: 40px;
      background-color: #B1B1B1; }
  .highlights-component-section .mob-slide.mob-slide .col-12 {
    margin-right: 9px;
    margin-bottom: 9px;
    width: 290px; }

.highlights-component-section .col-12:not(.mob-slide) {
  text-align: center;
  overflow: hidden;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 767px) {
    .highlights-component-section .col-12:not(.mob-slide).wide, .highlights-component-section .col-12:not(.mob-slide).col-md-9, .highlights-component-section .col-12:not(.mob-slide).col-md-3, .highlights-component-section .col-12:not(.mob-slide).col-md-6 {
      display: none; } }
  @media (min-width: 768px) {
    .highlights-component-section .col-12:not(.mob-slide):hover.grey .icon img, .highlights-component-section .col-12:not(.mob-slide):hover.white .icon img {
      -webkit-filter: invert(1) brightness(2);
              filter: invert(1) brightness(2); }
    .highlights-component-section .col-12:not(.mob-slide):hover .front:after {
      -webkit-transform: translateX(-100%);
          -ms-transform: translateX(-100%);
              transform: translateX(-100%); }
    .highlights-component-section .col-12:not(.mob-slide):hover .front .icon img {
      max-height: 55px; }
    .highlights-component-section .col-12:not(.mob-slide):hover .front .text .h9 ~ * {
      opacity: 1; }
    .highlights-component-section .col-12:not(.mob-slide):hover .front .text * {
      color: #ffffff; } }
  @media (max-width: 767px) {
    .highlights-component-section .col-12:not(.mob-slide) .h9.h9 ~ * {
      max-height: 0px;
      overflow: hidden;
      -webkit-transition: 0s;
      -o-transition: 0s;
      transition: 0s; }
    .highlights-component-section .col-12:not(.mob-slide) .icon.icon.icon *,
    .highlights-component-section .col-12:not(.mob-slide) .text.text.text * {
      -webkit-transition: 0s;
      -o-transition: 0s;
      transition: 0s; }
    .highlights-component-section .col-12:not(.mob-slide).open .inner:before, .highlights-component-section .col-12:not(.mob-slide).open .inner:after {
      background-color: #ffffff; }
    .highlights-component-section .col-12:not(.mob-slide).open .inner:before {
      -webkit-transform: translateX(-50%) rotate(0deg);
          -ms-transform: translateX(-50%) rotate(0deg);
              transform: translateX(-50%) rotate(0deg); }
    .highlights-component-section .col-12:not(.mob-slide).open .front:after {
      -webkit-transform: translateX(-100%);
          -ms-transform: translateX(-100%);
              transform: translateX(-100%); }
    .highlights-component-section .col-12:not(.mob-slide).open .front .icon img {
      max-height: 0px; }
    .highlights-component-section .col-12:not(.mob-slide).open .front .text h3,
    .highlights-component-section .col-12:not(.mob-slide).open .front .text .h9 {
      display: none; }
    .highlights-component-section .col-12:not(.mob-slide).open .front .text:before, .highlights-component-section .col-12:not(.mob-slide).open .front .text:after {
      background-color: #ffffff; }
    .highlights-component-section .col-12:not(.mob-slide).open .front .text .h9 ~ * {
      opacity: 1;
      max-height: 9999px; }
    .highlights-component-section .col-12:not(.mob-slide).open .front .text * {
      color: #ffffff; } }
  @media (min-width: 768px) {
    .highlights-component-section .col-12:not(.mob-slide).page:hover .inner.inner:after, .highlights-component-section .col-12:not(.mob-slide).page:hover .inner.inner:before {
      background-color: #222222; } }
  .highlights-component-section .col-12:not(.mob-slide).page .front:after {
    background-color: #E08100; }
  .highlights-component-section .col-12:not(.mob-slide).page * {
    color: #ffffff; }
  .highlights-component-section .col-12:not(.mob-slide).page .inner:after, .highlights-component-section .col-12:not(.mob-slide).page .inner:before {
    background-color: #ffffff; }
  .highlights-component-section .col-12:not(.mob-slide).white .front:after {
    background-color: #ffffff; }
  .highlights-component-section .col-12:not(.mob-slide).grey .front:after {
    background-color: #F2F2F2; }
  .highlights-component-section .col-12:not(.mob-slide) .inner {
    position: relative; }
    .highlights-component-section .col-12:not(.mob-slide) .inner:after, .highlights-component-section .col-12:not(.mob-slide) .inner:before {
      content: '';
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%) rotate(0deg);
          -ms-transform: translateX(-50%) rotate(0deg);
              transform: translateX(-50%) rotate(0deg);
      width: 27px;
      height: 2px;
      background-color: #222222;
      bottom: 44px;
      -webkit-transition: 0.25s;
      -o-transition: 0.25s;
      transition: 0.25s;
      z-index: 11; }
      @media (max-width: 1768px) {
        .highlights-component-section .col-12:not(.mob-slide) .inner:after, .highlights-component-section .col-12:not(.mob-slide) .inner:before {
          width: 20px; } }
      @media (max-width: 767px) {
        .highlights-component-section .col-12:not(.mob-slide) .inner:after, .highlights-component-section .col-12:not(.mob-slide) .inner:before {
          bottom: 18px;
          width: 15px; } }
    .highlights-component-section .col-12:not(.mob-slide) .inner:before {
      -webkit-transform: translateX(-50%) rotate(-90deg);
          -ms-transform: translateX(-50%) rotate(-90deg);
              transform: translateX(-50%) rotate(-90deg); }

.highlights-component-section .inner {
  min-height: 588px;
  width: 100%; }
  @media (max-width: 1768px) {
    .highlights-component-section .inner {
      min-height: 390px; } }
  @media (max-width: 767px) {
    .highlights-component-section .inner {
      min-height: 250px; } }

.highlights-component-section .front,
.highlights-component-section .back {
  min-height: 588px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media (max-width: 1768px) {
    .highlights-component-section .front,
    .highlights-component-section .back {
      min-height: 390px; } }
  @media (max-width: 767px) {
    .highlights-component-section .front,
    .highlights-component-section .back {
      min-height: 250px;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }
  .highlights-component-section .front .icon,
  .highlights-component-section .back .icon {
    width: 100%; }
    .highlights-component-section .front .icon img,
    .highlights-component-section .back .icon img {
      margin: 0 auto; }
  .highlights-component-section .front .text,
  .highlights-component-section .back .text {
    width: 640px;
    max-width: 100%; }

.highlights-component-section h3 {
  margin-bottom: .3em;
  font-size: 5.5rem; }
  @media (max-width: 1768px) {
    .highlights-component-section h3 {
      margin-bottom: .1em;
      font-size: 4.7rem;
      line-height: 1.04255em;
      line-height: 1.07em; } }
  @media (max-width: 767px) {
    .highlights-component-section h3 {
      margin-bottom: .3em; } }

.highlights-component-section h9,
.highlights-component-section .h9 {
  line-height: 1.25em;
  color: #535353; }

.highlights-component-section .front.hidden {
  opacity: 0;
  pointer-events: none; }
  .highlights-component-section .front.hidden img {
    max-height: 55px !important; }

.highlights-component-section .front.visible {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }
  .highlights-component-section .front.visible:hover .center {
    top: 0;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0); }
  .highlights-component-section .front.visible p:not(.h9) {
    position: absolute;
    width: 100%;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    padding: 0 45px; }

.highlights-component-section .front {
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  position: relative;
  z-index: 1;
  background-color: #222222; }
  .highlights-component-section .front:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
    z-index: -1; }
  .highlights-component-section .front p:not(.h9) {
    font-size: 22px;
    line-height: 27px;
    color: #D0D0D0; }
    @media (max-width: 1768px) {
      .highlights-component-section .front p:not(.h9) {
        font-size: 16px;
        line-height: 22px; } }
  .highlights-component-section .front .center {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    left: 50%;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    will-change: top, transform; }
  .highlights-component-section .front .icon {
    margin-top: 45px; }
    @media (max-width: 767px) {
      .highlights-component-section .front .icon {
        margin-top: 18px; } }
    .highlights-component-section .front .icon img {
      height: 169px;
      max-height: 169px;
      -webkit-transition: 0.25s;
      -o-transition: 0.25s;
      transition: 0.25s; }
      @media (max-width: 1768px) {
        .highlights-component-section .front .icon img {
          height: 120px;
          max-height: 120px; } }
      @media (max-width: 767px) {
        .highlights-component-section .front .icon img {
          height: 60px;
          max-height: 60px; } }
  .highlights-component-section .front .text {
    padding: 35px 45px 31px;
    margin-bottom: 45px;
    position: relative; }
    @media (max-width: 1768px) {
      .highlights-component-section .front .text {
        padding: 22px 35px 31px; } }
    @media (max-width: 767px) {
      .highlights-component-section .front .text {
        margin-bottom: 18px;
        padding: 14px 25px 6px; } }
    .highlights-component-section .front .text .h9 {
      font-size: 22px;
      line-height: 27px; }
      @media (max-width: 1768px) {
        .highlights-component-section .front .text .h9 {
          font-size: 1.8rem;
          line-height: 1.22222em; } }
      .highlights-component-section .front .text .h9 ~ * {
        opacity: 0;
        -webkit-transition: 0.25s;
        -o-transition: 0.25s;
        transition: 0.25s; }

.highlights-component-section .back {
  background-color: #222222;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .highlights-component-section .back * {
    color: #ffffff; }
  .highlights-component-section .back .icon {
    margin-top: 10px; }
    @media (max-width: 1768px) {
      .highlights-component-section .back .icon {
        margin-top: 0; }
        .highlights-component-section .back .icon img {
          width: 110px; } }
    @media (max-width: 767px) {
      .highlights-component-section .back .icon {
        margin-top: 18px;
        display: none; }
        .highlights-component-section .back .icon img {
          width: 75px; } }
  .highlights-component-section .back .text {
    padding: 35px 45px 31px;
    margin-bottom: 10px; }
    @media (max-width: 1768px) {
      .highlights-component-section .back .text {
        padding: 14px 25px 14px;
        margin-bottom: 0px;
        max-height: 288px;
        overflow: scroll; }
        .highlights-component-section .back .text p:not(.h9) {
          font-size: 14px;
          font-size: 1.4rem; } }
    @media (max-width: 767px) {
      .highlights-component-section .back .text {
        max-height: 154px;
        overflow: scroll; } }

.highlights-component-section .highlights-slide .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .highlights-component-section .highlights-slide .slick-track .slick-slide {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    height: auto; }

.quote-section {
  text-align: center; }
  @media (max-width: 1768px) {
    .quote-section + .text-and-image-06l-section {
      margin-top: 59px; } }
  .quote-section .container {
    max-width: 1070px; }
  .quote-section .col-12 *:last-child {
    margin-bottom: 0; }
  .quote-section.more-padding .container {
    padding-top: 60px;
    padding-bottom: 60px; }
  .quote-section.no-gap {
    margin-top: 0; }
  .quote-section.less-padding .container {
    padding-top: 19px;
    padding-bottom: 5px; }
    @media (max-width: 767px) {
      .quote-section.less-padding .container {
        padding-top: 27px;
        padding-bottom: 5px; } }
  .quote-section.light svg {
    opacity: .6; }
  .quote-section.light-grey {
    background-color: #f2f2f2; }
    .quote-section.light-grey blockquote, .quote-section.light-grey p.p2 {
      color: #535353; }
  .quote-section.dark {
    background-color: #222222; }
    .quote-section.dark * {
      color: #ffffff; }
  .quote-section svg path {
    fill: #E08100; }
  .quote-section h2 {
    max-width: 25ch;
    margin: 0 auto; }
  .quote-section blockquote {
    margin-top: 90px; }
    .quote-section blockquote svg {
      display: inline; }
      .quote-section blockquote svg:first-of-type {
        margin-right: .2em;
        width: 1.285em;
        -webkit-transform: translateY(13%);
            -ms-transform: translateY(13%);
                transform: translateY(13%); }
        @media (max-width: 767px) {
          .quote-section blockquote svg:first-of-type {
            width: .9em;
            margin-right: .1em; } }
        @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
          .quote-section blockquote svg:first-of-type {
            height: 1em; } }
      .quote-section blockquote svg:last-of-type {
        margin-left: .2em;
        width: 1.285em;
        -webkit-transform: translateY(27%);
            -ms-transform: translateY(27%);
                transform: translateY(27%); }
        @media (max-width: 767px) {
          .quote-section blockquote svg:last-of-type {
            width: .9em;
            margin-left: .1em; } }
        @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
          .quote-section blockquote svg:last-of-type {
            height: 1em; } }
  .quote-section p {
    margin-bottom: .1em; }
    .quote-section p + p {
      margin-top: -.2em; }

.quote-carousel-section {
  text-align: center; }
  .quote-carousel-section .container {
    max-width: 100%; }
  .quote-carousel-section .col-12 {
    padding: 0; }
  @media (min-width: 768px) {
    .quote-carousel-section .quote {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 56.75%;
              flex: 0 0 56.75%;
      max-width: 56.75%; } }
  @media (max-width: 767px) {
    .quote-carousel-section .quote {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; } }
  @media (min-width: 768px) {
    .quote-carousel-section .image {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 43.25%;
              flex: 0 0 43.25%;
      max-width: 43.25%; } }
  @media (max-width: 767px) {
    .quote-carousel-section .image {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; } }
  .quote-carousel-section nav {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 111;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: rgba(177, 177, 177, 0.9); }
    .quote-carousel-section nav .slick-arrow {
      width: 98px;
      height: 98px;
      max-height: 98px;
      display: block;
      overflow: hidden;
      background-repeat: no-repeat;
      background-color: rgba(177, 177, 177, 0);
      background-position: 50% 50%; }
      @media (max-width: 767px) {
        .quote-carousel-section nav .slick-arrow {
          width: 40px;
          height: 40px; } }
      .quote-carousel-section nav .slick-arrow:hover {
        background-color: transparent !important; }
      .quote-carousel-section nav .slick-arrow.slick-disabled {
        max-height: 0; }
      .quote-carousel-section nav .slick-arrow.next-btn {
        background-image: url(../images/arrow-right.svg);
        background-color: #E08100 !important; }
        @media (max-width: 767px) {
          .quote-carousel-section nav .slick-arrow.next-btn {
            background-image: url(../images/slide-next.svg); } }
      .quote-carousel-section nav .slick-arrow.prev-btn {
        background-image: url(../images/arrow-left.svg); }
        @media (max-width: 767px) {
          .quote-carousel-section nav .slick-arrow.prev-btn {
            background-image: url(../images/slide-prev.svg); } }
    .quote-carousel-section nav .number {
      height: 98px;
      max-height: 98px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      color: #ffffff;
      font-size: 20px;
      font-size: 2rem; }
      @media (max-width: 767px) {
        .quote-carousel-section nav .number {
          width: 40px;
          height: 40px;
          font-size: 15px;
          font-size: 1.5rem;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          font-weight: 700;
          line-height: .2em;
          padding: 5px 0; } }
      .quote-carousel-section nav .number div {
        margin-right: .2em; }
        @media (max-width: 767px) {
          .quote-carousel-section nav .number div {
            line-height: .2em; } }
      .quote-carousel-section nav .number span {
        margin-left: .2em; }
        @media (max-width: 767px) {
          .quote-carousel-section nav .number span {
            line-height: .2em; } }
  .quote-carousel-section .quote-slide {
    height: 100%;
    pointer-events: none; }
    .quote-carousel-section .quote-slide .slick-list {
      height: 100%; }
    .quote-carousel-section .quote-slide .slick-track {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      height: auto; }
      .quote-carousel-section .quote-slide .slick-track .slick-slide {
        height: auto;
        min-height: 660px;
        opacity: 1 !important; }
        .quote-carousel-section .quote-slide .slick-track .slick-slide:after {
          -webkit-transform: translateX(100%);
              -ms-transform: translateX(100%);
                  transform: translateX(100%);
          -webkit-transition: all 0s 0s, -webkit-transform 500ms ease 500ms !important;
          transition: all 0s 0s, -webkit-transform 500ms ease 500ms !important;
          -o-transition: transform 500ms ease 500ms, all 0s 0s !important;
          transition: transform 500ms ease 500ms, all 0s 0s !important;
          transition: transform 500ms ease 500ms, all 0s 0s, -webkit-transform 500ms ease 500ms !important; }
        .quote-carousel-section .quote-slide .slick-track .slick-slide .inner {
          -webkit-transform: translateY(30px);
              -ms-transform: translateY(30px);
                  transform: translateY(30px);
          -webkit-transition: 500ms ease 500ms;
          -o-transition: 500ms ease 500ms;
          transition: 500ms ease 500ms;
          opacity: 0; }
        .quote-carousel-section .quote-slide .slick-track .slick-slide.slick-current:after {
          -webkit-transform: translateX(0);
              -ms-transform: translateX(0);
                  transform: translateX(0);
          -webkit-transition: all 0s 0s, -webkit-transform 500ms ease 0ms !important;
          transition: all 0s 0s, -webkit-transform 500ms ease 0ms !important;
          -o-transition: transform 500ms ease 0ms, all 0s 0s !important;
          transition: transform 500ms ease 0ms, all 0s 0s !important;
          transition: transform 500ms ease 0ms, all 0s 0s, -webkit-transform 500ms ease 0ms !important; }
        .quote-carousel-section .quote-slide .slick-track .slick-slide.slick-current .inner {
          -webkit-transform: translateY(0px);
              -ms-transform: translateY(0px);
                  transform: translateY(0px);
          -webkit-transition: 500ms ease 0ms;
          -o-transition: 500ms ease 0ms;
          transition: 500ms ease 0ms;
          opacity: 1; }
        @media (max-width: 1768px) {
          .quote-carousel-section .quote-slide .slick-track .slick-slide {
            min-height: 470px; } }
        @media (max-width: 767px) {
          .quote-carousel-section .quote-slide .slick-track .slick-slide {
            min-height: 220px; } }
        .quote-carousel-section .quote-slide .slick-track .slick-slide:after {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          z-index: -1; }
        .quote-carousel-section .quote-slide .slick-track .slick-slide.page {
          background-color: #E08100;
          background-color: transparent !important; }
          .quote-carousel-section .quote-slide .slick-track .slick-slide.page:after {
            background-color: #E08100; }
          .quote-carousel-section .quote-slide .slick-track .slick-slide.page * {
            color: #ffffff; }
          .quote-carousel-section .quote-slide .slick-track .slick-slide.page svg path {
            fill: #ffffff;
            opacity: .6; }
        .quote-carousel-section .quote-slide .slick-track .slick-slide.grey {
          background-color: #F2F2F2;
          background-color: transparent !important; }
          .quote-carousel-section .quote-slide .slick-track .slick-slide.grey:after {
            background-color: #F2F2F2; }
          .quote-carousel-section .quote-slide .slick-track .slick-slide.grey svg path {
            fill: #E08100;
            opacity: .6; }
        .quote-carousel-section .quote-slide .slick-track .slick-slide .inner {
          height: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          padding: 80px 0px;
          margin: 0 auto;
          width: 720px;
          max-width: 100%; }
          @media (max-width: 1768px) {
            .quote-carousel-section .quote-slide .slick-track .slick-slide .inner {
              padding: 80px 60px; } }
          @media (max-width: 767px) {
            .quote-carousel-section .quote-slide .slick-track .slick-slide .inner {
              padding: 20px 20px; } }
          .quote-carousel-section .quote-slide .slick-track .slick-slide .inner blockquote {
            line-height: 1.1em;
            font-size: 32px;
            font-size: 3.2rem;
            max-width: 100%; }
            @media (max-width: 1768px) {
              .quote-carousel-section .quote-slide .slick-track .slick-slide .inner blockquote {
                font-size: 25px;
                font-size: 2.5rem; } }
            @media (max-width: 767px) {
              .quote-carousel-section .quote-slide .slick-track .slick-slide .inner blockquote {
                font-size: 18px;
                font-size: 1.8rem; } }
          @media (max-width: 767px) {
            .quote-carousel-section .quote-slide .slick-track .slick-slide .inner .p2 {
              font-size: 15px;
              font-size: 1.5rem; } }
  .quote-carousel-section .image-slide {
    height: 100%;
    pointer-events: none; }
    .quote-carousel-section .image-slide .slick-list {
      height: 100%; }
    .quote-carousel-section .image-slide .slick-track {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      height: 100%; }
      .quote-carousel-section .image-slide .slick-track .slick-slide {
        height: auto;
        position: relative; }
        @media (max-width: 767px) {
          .quote-carousel-section .image-slide .slick-track .slick-slide {
            height: 285px; } }
        .quote-carousel-section .image-slide .slick-track .slick-slide .img-con {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }
  .quote-carousel-section blockquote svg {
    display: inline; }
    .quote-carousel-section blockquote svg:first-of-type {
      margin-right: .15em;
      width: 1.55em;
      margin-bottom: -.05em; }
      @media (max-width: 767px) {
        .quote-carousel-section blockquote svg:first-of-type {
          width: 1em;
          margin-right: .1em; } }
      @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        .quote-carousel-section blockquote svg:first-of-type {
          height: 1em; } }
    .quote-carousel-section blockquote svg:last-of-type {
      margin-left: .15em;
      width: 1.55em;
      margin-bottom: -0.6em; }
      @media (max-width: 767px) {
        .quote-carousel-section blockquote svg:last-of-type {
          width: 1em;
          margin-left: .1em; } }
      @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        .quote-carousel-section blockquote svg:last-of-type {
          height: 1em; } }
  .quote-carousel-section p {
    margin-bottom: .2em;
    font-size: 25px;
    font-size: 2.5rem; }
    @media (max-width: 1768px) {
      .quote-carousel-section p {
        font-size: 18px;
        font-size: 1.8rem; } }
    .quote-carousel-section p + p {
      margin-top: -.2em; }

.subpage-intro-section {
  position: relative;
  margin-top: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #f2f2f2; }
  @media (max-width: 767px) {
    .subpage-intro-section {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; } }
  .subpage-intro-section ul {
    list-style-position: outside;
    padding-left: 1.5rem; }
  .subpage-intro-section ul li {
    list-style: inherit;
    list-style-type: disc;
    padding-left: 0; }
  .subpage-intro-section h6 {
    max-width: 35ch; }
  .subpage-intro-section .col-12 {
    min-height: 550px; }
    @media (max-width: 1768px) {
      .subpage-intro-section .col-12 {
        min-height: 500px; } }
    @media (max-width: 767px) {
      .subpage-intro-section .col-12 {
        min-height: 0; } }
  .subpage-intro-section .text {
    padding-top: 61px;
    position: relative; }
    @media (min-width: 768px) {
      .subpage-intro-section .text {
        padding-right: 50px;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 56%;
                flex: 0 0 56%;
        max-width: 56%; } }
    @media (min-width: 1769px) {
      .subpage-intro-section .text {
        padding-right: 190px;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 54%;
                flex: 0 0 54%;
        max-width: 54%; } }
    @media (max-width: 767px) {
      .subpage-intro-section .text {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        padding-top: 24px;
        padding-bottom: 10px; } }
    .subpage-intro-section .text:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      width: 100vw;
      max-width: 100vw;
      background-color: #f2f2f2;
      z-index: -1; }
    .subpage-intro-section .text .sub {
      margin-bottom: .9em; }
    .subpage-intro-section .text h3 {
      margin-bottom: .2em; }
      @media (max-width: 767px) {
        .subpage-intro-section .text h3 {
          margin-bottom: .5em; } }
    .subpage-intro-section .text h6 {
      margin-bottom: .8em; }
      @media (max-width: 767px) {
        .subpage-intro-section .text h6 {
          margin-bottom: .7em; } }
    @media (min-width: 768px) {
      .subpage-intro-section .text p {
        padding-right: 60px; } }
    @media (min-width: 1769px) {
      .subpage-intro-section .text p {
        padding-right: 90px; } }
  .subpage-intro-section .image {
    position: absolute;
    width: calc(50% - 60px);
    height: 100%;
    top: 0;
    right: 0; }
    @media (max-width: 767px) {
      .subpage-intro-section .image {
        position: relative;
        width: 100%;
        height: auto; } }
    .subpage-intro-section .image img {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center top;
         object-position: center top; }
      @media (max-width: 767px) {
        .subpage-intro-section .image img {
          position: relative;
          width: 100%;
          height: auto; } }

.dropdown-section ul li {
  list-style: inherit;
  list-style-type: disc;
  padding-left: 0; }

.dropdown-section.short {
  padding-top: 92px; }
  @media (max-width: 1768px) {
    .dropdown-section.short {
      padding-top: 71px;
      padding-bottom: 47px; } }
  @media (max-width: 767px) {
    .dropdown-section.short {
      padding-top: 54px;
      padding-bottom: 0px; } }
  @media (max-width: 1768px) {
    .dropdown-section.short .container {
      max-width: 1185px; } }
  .dropdown-section.short .img-outer {
    width: 67.5%;
    margin-left: 32.5%;
    padding-top: 78%; }
    @media (max-width: 1768px) {
      .dropdown-section.short .img-outer {
        margin-left: 0;
        width: 100%;
        padding-top: 116%; } }
    @media (max-width: 767px) {
      .dropdown-section.short .img-outer {
        width: 74.5%;
        margin-left: 8.5%;
        padding-top: 85%; } }
  @media (max-width: 767px) {
    .dropdown-section.short .image {
      margin-bottom: 37px; } }
  .dropdown-section.short .image .shadow:before {
    right: 92px;
    top: -92px;
    height: 96.4%; }
    @media (max-width: 1768px) {
      .dropdown-section.short .image .shadow:before {
        right: 71px;
        top: -71px; } }
    @media (max-width: 767px) {
      .dropdown-section.short .image .shadow:before {
        right: 35px;
        top: -35px; } }
  @media (min-width: 1769px) {
    .dropdown-section.short .text {
      padding-left: 108px;
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; } }
  @media (min-width: 768px) {
    .dropdown-section.short .text {
      padding-left: 94px;
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      padding-top: 4px; } }

.dropdown-section.long {
  padding-bottom: 100px; }
  @media (max-width: 767px) {
    .dropdown-section.long {
      padding-top: 0x;
      padding-bottom: 0; } }
  .dropdown-section.long .container {
    max-width: 1462px; }
  .dropdown-section.long .img-outer {
    width: 93.2%;
    padding-top: 121%; }
    @media (max-width: 767px) {
      .dropdown-section.long .img-outer {
        width: 74.5%;
        margin-left: 8.5%;
        padding-top: 85%; } }
  @media (min-width: 768px) {
    .dropdown-section.long .image {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 41%;
              flex: 0 0 41%;
      max-width: 41%; } }
  @media (max-width: 767px) {
    .dropdown-section.long .image {
      margin-bottom: 70px; } }
  .dropdown-section.long .image .shadow:before {
    right: 78px;
    top: 40px;
    height: calc(40px + 88.6% + 100px); }
    @media (max-width: 1768px) {
      .dropdown-section.long .image .shadow:before {
        right: 71px;
        top: -71px; } }
    @media (max-width: 767px) {
      .dropdown-section.long .image .shadow:before {
        right: 35px;
        top: 35px;
        height: 100%; } }
  @media (min-width: 768px) {
    .dropdown-section.long .text {
      padding-left: 108px;
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 54%;
              flex: 0 0 54%;
      max-width: 54%; } }
  .dropdown-section.long .text dl.accordion dt a {
    padding: 16px 10px 16px 0; }

@media (min-width: 768px) {
  .dropdown-section .text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 57.1%;
            flex: 0 0 57.1%;
    max-width: 57.1%; } }

@media (min-width: 1769px) {
  .dropdown-section .text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.7%;
            flex: 0 0 41.7%;
    max-width: 41.7%; } }

@media (max-width: 767px) {
  .dropdown-section .text {
    padding-left: 0;
    padding-right: 0; } }

.dropdown-section .image {
  -ms-flex-item-align: start;
      align-self: flex-start; }
  @media (min-width: 768px) {
    .dropdown-section .image {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 42.9%;
              flex: 0 0 42.9%;
      max-width: 42.9%; } }
  @media (min-width: 1769px) {
    .dropdown-section .image {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 58.3%;
              flex: 0 0 58.3%;
      max-width: 58.3%; } }

.dropdown-section .img-outer {
  position: relative; }
  .dropdown-section .img-outer .img-con,
  .dropdown-section .img-outer .shadow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .dropdown-section .img-outer .shadow {
    position: absolute; }
    .dropdown-section .img-outer .shadow:before {
      content: '';
      position: absolute;
      width: 100vw;
      max-width: none;
      background-color: #E08100;
      z-index: 0; }

@media (max-width: 767px) {
  .dropdown-section dl.accordion {
    margin-bottom: 0; } }

.dropdown-section dl.accordion dt {
  border-bottom: 1px solid #D0D0D0; }
  .dropdown-section dl.accordion dt:first-of-type {
    border-top: 1px solid #D0D0D0; }
  .dropdown-section dl.accordion dt a {
    display: block;
    text-decoration: none;
    padding: 31.5px 10px 31.5px 0;
    position: relative;
    border-right: 37px solid #E08100; }
    @media (max-width: 767px) {
      .dropdown-section dl.accordion dt a {
        padding: 20px 10px 20px 20px; } }
    .dropdown-section dl.accordion dt a:after, .dropdown-section dl.accordion dt a:before {
      content: '';
      position: absolute;
      top: 50%;
      right: -26.5px;
      -webkit-transform: translateY(-50%) rotate(0deg);
          -ms-transform: translateY(-50%) rotate(0deg);
              transform: translateY(-50%) rotate(0deg);
      width: 16px;
      height: 2px;
      background-color: #ffffff;
      -webkit-transition: 0.25s;
      -o-transition: 0.25s;
      transition: 0.25s; }
    .dropdown-section dl.accordion dt a:before {
      -webkit-transform: translateY(-50%) rotate(-90deg);
          -ms-transform: translateY(-50%) rotate(-90deg);
              transform: translateY(-50%) rotate(-90deg); }
  .dropdown-section dl.accordion dt h5 {
    margin: 0; }
  .dropdown-section dl.accordion dt.open a:before {
    -webkit-transform: translateY(-50%) rotate(0deg);
        -ms-transform: translateY(-50%) rotate(0deg);
            transform: translateY(-50%) rotate(0deg); }
  .dropdown-section dl.accordion dt.open + dd {
    max-height: 1000px;
    -webkit-transition: max-height 0.25s;
    -o-transition: max-height 0.25s;
    transition: max-height 0.25s; }
    .dropdown-section dl.accordion dt.open + dd + dt {
      border-top: 1px solid #D0D0D0; }

.dropdown-section dl.accordion dd {
  margin: 0;
  max-height: 1px;
  overflow: hidden;
  will-change: max-height; }
  .dropdown-section dl.accordion dd .inner {
    padding: 31px 61px 11px 0px; }
    @media (max-width: 767px) {
      .dropdown-section dl.accordion dd .inner {
        padding: 31px 20px 11px 20px; } }

.text-slider-section {
  background-color: #222222; }
  .text-slider-section * {
    color: #ffffff; }
  .text-slider-section .pop * {
    color: #222222; }
  @media (max-width: 1768px) {
    .text-slider-section .container {
      max-width: 1168px; } }
  .text-slider-section .sub {
    margin-bottom: 1.2em; }
    @media (max-width: 1768px) {
      .text-slider-section .sub {
        margin-bottom: 1.0em; } }
    .text-slider-section .sub:before {
      width: 96px; }
  @media (min-width: 768px) {
    .text-slider-section .row {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; } }
  .text-slider-section .text {
    padding-top: 79px;
    padding-bottom: 79px;
    position: relative;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
    height: 538px;
    z-index: 1; }
    @media (max-width: 1768px) {
      .text-slider-section .text {
        padding-top: 60px;
        padding-bottom: 68px;
        height: 414px; } }
    @media (max-width: 767px) {
      .text-slider-section .text {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        height: auto;
        padding-top: 32px;
        padding-bottom: 20px; } }
    .text-slider-section .text .inner {
      overflow: auto;
      height: calc(538px - 79px - 79px); }
      @media (max-width: 1768px) {
        .text-slider-section .text .inner {
          height: calc(414px - 60px - 68px); } }
      @media (max-width: 767px) {
        .text-slider-section .text .inner {
          height: auto; } }
    @media (min-width: 1769px) {
      .text-slider-section .text {
        padding-right: 160px; } }
    @media (min-width: 768px) {
      .text-slider-section .text {
        padding-right: 60px; } }

@media (min-width: 768px) and (min-width: 768px) {
  .text-slider-section .text.open {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-right: 8px; } }

@media (min-width: 768px) and (max-width: 1240px) {
  .text-slider-section .text.open {
    padding-right: 44px; } }
    @media (min-width: 768px) {
      .text-slider-section .text.open .more {
        left: calc(100% - ((100vw - 1656px)/-2) - 48px); } }
  @media (min-width: 768px) and (max-width: 1768px) {
    .text-slider-section .text.open .more {
      left: calc(100% - ((100vw - 1168px)/-2) - 36px); } }
  @media (min-width: 768px) and (max-width: 1190px) {
    .text-slider-section .text.open .more {
      left: calc(100% - 36px); } }
    @media (min-width: 768px) {
      .text-slider-section .text.open + .image {
        -webkit-transform: translateX(calc((100vw - 1656px)/2));
            -ms-transform: translateX(calc((100vw - 1656px)/2));
                transform: translateX(calc((100vw - 1656px)/2)); } }
  @media (min-width: 768px) and (max-width: 1768px) {
    .text-slider-section .text.open + .image {
      -webkit-transform: translateX(calc((100vw - 1168px)/2));
          -ms-transform: translateX(calc((100vw - 1168px)/2));
              transform: translateX(calc((100vw - 1168px)/2)); } }
  @media (min-width: 768px) and (max-width: 1190px) {
    .text-slider-section .text.open + .image {
      -webkit-transform: translateX(0px);
          -ms-transform: translateX(0px);
              transform: translateX(0px); } }
    @media (min-width: 768px) {
      .text-slider-section .text.open .read-more-text p:not(.h7):not(.h8):not(.h9):not(.h10):last-of-type:after {
        content: 'READ LESS';
        font-weight: 700;
        display: block;
        font-size: 105%;
        padding-top: 5px;
        cursor: pointer; } }
  @media (min-width: 768px) and (max-width: 1768px) {
    .text-slider-section .text.open .read-more-text p:not(.h7):not(.h8):not(.h9):not(.h10):last-of-type:after {
      display: inline;
      margin-left: .6em;
      font-size: 82%; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .text-slider-section .text.open .read-more-text p:not(.h7):not(.h8):not(.h9):not(.h10):last-of-type:after {
      display: block;
      font-size: 18px;
      font-size: 1.8rem;
      margin-left: 0;
      margin-top: 12px;
      text-decoration: underline;
      color: #E08100; } }
    @media (min-width: 768px) {
      .text-slider-section .text.open p:not(.h7):not(.h8):not(.h9):not(.h10):first-of-type:after {
        display: none; }
      .text-slider-section .text.open p:not(.h7):not(.h8):not(.h9):not(.h10):first-of-type ~ * {
        display: block; }
      .text-slider-section .text.open .more:after {
        -webkit-transform: translate(-50%, -50%) rotate(180deg);
            -ms-transform: translate(-50%, -50%) rotate(180deg);
                transform: translate(-50%, -50%) rotate(180deg); } }
    .text-slider-section .text .more {
      position: absolute;
      top: 0;
      bottom: 0;
      left: calc(100% - 7px);
      width: 48px;
      background-color: #E08100;
      z-index: 1;
      -webkit-transition: 0.25s;
      -o-transition: 0.25s;
      transition: 0.25s; }
      @media (max-width: 1768px) {
        .text-slider-section .text .more {
          width: 36px; } }
      @media (max-width: 767px) {
        .text-slider-section .text .more {
          display: none; } }
      .text-slider-section .text .more:after {
        content: '';
        width: 16px;
        height: 29px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
            -ms-transform: translate(-50%, -50%) rotate(0deg);
                transform: translate(-50%, -50%) rotate(0deg);
        background-image: url(../images/arrow-right-simple.svg);
        background-repeat: no-repeat;
        -webkit-transition: 0.25s;
        -o-transition: 0.25s;
        transition: 0.25s; }
        @media (max-width: 1768px) {
          .text-slider-section .text .more:after {
            width: 12px;
            background-size: 12px auto; } }
    @media (min-width: 768px) {
      .text-slider-section .text p:not(.h7):not(.h8):not(.h9):not(.h10):first-of-type:after {
        content: 'READ MORE';
        font-weight: 700;
        display: block;
        font-size: 105%;
        padding-top: 5px;
        cursor: pointer; } }
  @media (min-width: 768px) and (max-width: 1768px) {
    .text-slider-section .text p:not(.h7):not(.h8):not(.h9):not(.h10):first-of-type:after {
      display: inline;
      margin-left: .6em;
      font-size: 82%; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .text-slider-section .text p:not(.h7):not(.h8):not(.h9):not(.h10):first-of-type:after {
      display: block;
      font-size: 18px;
      font-size: 1.8rem;
      margin-left: 0;
      margin-top: 12px;
      text-decoration: underline;
      color: #E08100; } }
    @media (min-width: 768px) {
      .text-slider-section .text p:not(.h7):not(.h8):not(.h9):not(.h10):first-of-type ~ * {
        display: none; } }
  .text-slider-section h3 {
    margin-bottom: .45em; }
  .text-slider-section .image {
    height: 538px;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0); }
    @media (max-width: 1768px) {
      .text-slider-section .image {
        height: 414px; } }
    @media (max-width: 767px) {
      .text-slider-section .image {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        height: auto;
        padding-left: 0;
        padding-right: 0;
        border-bottom: 35px solid #E08100; } }
    .text-slider-section .image .img-con {
      width: calc(100% + ((100vw - 1656px)/2));
      max-width: calc(100% + ((100vw - 1656px)/2)); }
      @media (max-width: 1768px) {
        .text-slider-section .image .img-con {
          width: calc(100% + ((100vw - 1168px)/2));
          max-width: calc(100% + ((100vw - 1168px)/2)); } }
      @media (max-width: 1190px) {
        .text-slider-section .image .img-con {
          width: 100%;
          max-width: 100%; } }
      @media (min-width: 768px) {
        .text-slider-section .image .img-con {
          position: absolute;
          top: 0;
          left: 0;
          height: 100%; } }
      @media (max-width: 767px) {
        .text-slider-section .image .img-con {
          padding-top: 50%; } }

@media (max-width: 1768px) {
  .table-section {
    margin-top: 60px !important; }
    .table-section + .header-section {
      margin-top: 0px; } }
    @media (max-width: 1768px) and (max-width: 1768px) {
      .table-section + .header-section .container {
        max-width: 1110px; } }

.table-section .table-wrap {
  width: 100%;
  overflow: scroll;
  margin-bottom: 2.05em; }
  @media (max-width: 767px) {
    .table-section .table-wrap {
      width: calc(100% + 40px);
      max-width: calc(100% + 40px);
      margin-left: -20px; }
      .table-section .table-wrap table {
        margin-left: 20px; } }

.table-section:last-of-type {
  padding-bottom: 120px; }
  @media (max-width: 1768px) {
    .table-section:last-of-type {
      padding-bottom: 60px; } }

.table-section + .table-section {
  margin-top: 0 !important;
  padding-top: 120px; }
  @media (max-width: 1768px) {
    .table-section + .table-section {
      padding-top: 50px; } }

.table-section .container {
  max-width: 1410px; }
  @media (max-width: 1768px) {
    .table-section .container {
      max-width: 920px; } }
  .table-section .container .col-12 *:last-child {
    margin-bottom: 0; }

.error404 header,
.error404 footer {
  display: none !important; }

.four-section {
  background-color: #222222; }
  .four-section .row {
    height: 100vh;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .four-section * {
    color: #ffffff;
    text-align: center; }
  .four-section h1 {
    padding-top: 5px;
    font-size: 208px;
    font-size: 20.8rem;
    line-height: 1.03846em;
    margin-bottom: 0.085em; }
    @media (max-width: 767px) {
      .four-section h1 {
        font-size: 155px;
        font-size: 15.5rem; } }
  .four-section h8 {
    margin-bottom: 2.8em; }
  .four-section .btn:hover, .four-section :hover[type="submit"], .four-section .btn:focus, .four-section :focus[type="submit"] {
    background-color: #535353;
    border-color: #535353; }

.downloads-section {
  margin-top: 0 !important;
  background-color: #F2F2F2;
  padding-top: 85px;
  padding-bottom: 44px; }
  @media (max-width: 767px) {
    .downloads-section {
      padding-top: 31px; } }
  @media (max-width: 1768px) {
    .downloads-section .container {
      max-width: 1180px; } }
  .downloads-section + .quick-links-section {
    background-color: #F2F2F2;
    margin-top: 0 !important; }
  .downloads-section .intro {
    text-align: center;
    margin-bottom: 33px; }
    @media (max-width: 991px) {
      .downloads-section .intro br {
        display: none; } }
    @media (max-width: 767px) {
      .downloads-section .intro {
        margin-bottom: 41px; } }
  .downloads-section .blocks > .container-fluid {
    margin: 0; }
  .downloads-section .blocks + .blocks {
    padding-top: 64px; }
    @media (max-width: 767px) {
      .downloads-section .blocks + .blocks {
        padding-top: 20px; } }
  .downloads-section .blocks h3 {
    margin-bottom: .8em; }
    @media (max-width: 767px) {
      .downloads-section .blocks h3 {
        margin-bottom: .55em; } }
  .downloads-section .blocks .sub {
    margin-bottom: 1em; }
  @media (max-width: 767px) {
    .downloads-section .blocks .types {
      padding-left: 0;
      padding-right: 0; } }
  @media (max-width: 1768px) {
    .downloads-section .blocks .types .inner {
      width: 972px; } }
  .downloads-section .blocks .types .col-md-6 {
    margin-bottom: .9em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative; }
  .downloads-section .blocks .types .inner {
    padding: 27px 32px 18px;
    margin-bottom: 4px; }
    @media (max-width: 767px) {
      .downloads-section .blocks .types .inner {
        padding: 19px 20px 6px; } }
  .downloads-section .blocks .types:nth-of-type(2n + 2) .inner {
    background-color: white; }
  .downloads-section .blocks .types h7 {
    color: #E08100;
    font-weight: 700;
    margin-bottom: 1.2em; }
  .downloads-section .blocks input[type="radio"],
  .downloads-section .blocks input[type="checkbox"] {
    display: none; }
    .downloads-section .blocks input[type="radio"] + span,
    .downloads-section .blocks input[type="radio"] + .wpcf7-list-item-label,
    .downloads-section .blocks input[type="radio"] + label,
    .downloads-section .blocks input[type="checkbox"] + span,
    .downloads-section .blocks input[type="checkbox"] + .wpcf7-list-item-label,
    .downloads-section .blocks input[type="checkbox"] + label {
      padding-left: 70px !important;
      height: 27px;
      margin-right: 24px; }
  .downloads-section .blocks .download {
    width: 27px;
    height: 27px;
    background-repeat: no-repeat;
    background-position: 0px 50%;
    line-height: 1.5em;
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 700;
    position: absolute;
    top: 0;
    left: 51px; }
    @media (max-width: 767px) {
      .downloads-section .blocks .download {
        left: 71px; } }
    .downloads-section .blocks .download:hover svg path {
      stroke: #E08100; }
    .downloads-section .blocks .download svg {
      width: 27px;
      height: 27px;
      -webkit-transition: 0.25s;
      -o-transition: 0.25s;
      transition: 0.25s; }
      .downloads-section .blocks .download svg path {
        stroke: #b1b1b1;
        -webkit-transition: 0.25s;
        -o-transition: 0.25s;
        transition: 0.25s; }
  .downloads-section .blocks span {
    line-height: 1.5em;
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 700; }
  .downloads-section .container-fluid {
    padding: 0; }
  .downloads-section .download-bottom {
    margin-top: 64px;
    max-height: 750px;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
    overflow: hidden; }
    .downloads-section .download-bottom .col-md-6 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 15px; }
      .downloads-section .download-bottom .col-md-6 input[type="radio"],
      .downloads-section .download-bottom .col-md-6 input[type="checkbox"] {
        display: none; }
        .downloads-section .download-bottom .col-md-6 input[type="radio"] + span,
        .downloads-section .download-bottom .col-md-6 input[type="radio"] + .wpcf7-list-item-label,
        .downloads-section .download-bottom .col-md-6 input[type="radio"] + label,
        .downloads-section .download-bottom .col-md-6 input[type="checkbox"] + span,
        .downloads-section .download-bottom .col-md-6 input[type="checkbox"] + .wpcf7-list-item-label,
        .downloads-section .download-bottom .col-md-6 input[type="checkbox"] + label {
          padding-left: 70px !important;
          height: 27px;
          margin-right: 24px; }
      .downloads-section .download-bottom .col-md-6 .download {
        width: 27px;
        height: 27px;
        background-repeat: no-repeat;
        background-position: 0px 50%;
        line-height: 1.5em;
        display: inline-block;
        margin-bottom: 5px;
        font-weight: 700;
        position: absolute;
        top: 0;
        left: 51px; }
        .downloads-section .download-bottom .col-md-6 .download:hover svg path {
          stroke: #E08100; }
        .downloads-section .download-bottom .col-md-6 .download svg {
          width: 27px;
          height: 27px;
          -webkit-transition: 0.25s;
          -o-transition: 0.25s;
          transition: 0.25s; }
          .downloads-section .download-bottom .col-md-6 .download svg path {
            stroke: #b1b1b1;
            -webkit-transition: 0.25s;
            -o-transition: 0.25s;
            transition: 0.25s; }
      .downloads-section .download-bottom .col-md-6 span {
        line-height: 1.5em;
        display: inline-block;
        margin-bottom: 5px;
        font-weight: 700; }
    .downloads-section .download-bottom.sticky-desktop {
      width: 410px;
      position: fixed;
      right: -8px;
      bottom: 0;
      max-height: 109px;
      z-index: 110; }
      .downloads-section .download-bottom.sticky-desktop.hide-fixed {
        opacity: 0;
        visibility: hidden;
        pointer-events: none; }
      @media (max-width: 767px) {
        .downloads-section .download-bottom.sticky-desktop {
          display: none; } }
      .downloads-section .download-bottom.sticky-desktop.show-more .show-selection div:nth-of-type(1) {
        display: none; }
      .downloads-section .download-bottom.sticky-desktop.show-more .show-selection div:nth-of-type(2) {
        display: inline; }
      .downloads-section .download-bottom.sticky-desktop .show-selection {
        font-size: 15px;
        font-size: 1.5rem;
        font-weight: 700;
        display: block;
        width: 100%;
        background-color: #B1B1B1;
        text-align: left;
        padding: 16px 18px 16px 63px;
        background-image: url(../images/d-up.svg);
        background-repeat: no-repeat;
        background-position: left 17px top 50%;
        color: #ffffff;
        text-transform: uppercase; }
        .downloads-section .download-bottom.sticky-desktop .show-selection div:nth-of-type(1) {
          display: inline; }
        .downloads-section .download-bottom.sticky-desktop .show-selection div:nth-of-type(2) {
          display: none; }
        .downloads-section .download-bottom.sticky-desktop .show-selection:hover {
          background-color: #989898; }
      .downloads-section .download-bottom.sticky-desktop:not(.hide) .inner [type="submit"] {
        bottom: 0; }
      .downloads-section .download-bottom.sticky-desktop.show-more:not(.hide) {
        max-height: 486px; }
        .downloads-section .download-bottom.sticky-desktop.show-more:not(.hide) .show-selection {
          background-image: url(../images/d-down.svg); }
        .downloads-section .download-bottom.sticky-desktop.show-more:not(.hide) .inner {
          max-height: 432px;
          padding-top: 20px;
          overflow: scroll; }
      .downloads-section .download-bottom.sticky-desktop [type="submit"] {
        position: fixed;
        bottom: -55px;
        width: 394px;
        right: 0;
        left: auto; }
    @media (max-width: 1768px) {
      .downloads-section .download-bottom .inner {
        width: 972px; } }
    @media (max-width: 767px) {
      .downloads-section .download-bottom {
        padding-left: 0;
        padding-right: 0;
        position: fixed;
        left: 0;
        bottom: 0;
        z-index: 110;
        width: 100%;
        max-height: 109px; } }
    .downloads-section .download-bottom.hide {
      max-height: 0; }
    .downloads-section .download-bottom .show-selection {
      font-size: 15px;
      font-size: 1.5rem;
      font-weight: 700;
      display: block;
      width: 100%;
      background-color: #B1B1B1;
      text-align: left;
      padding: 16px 18px 16px 63px;
      background-image: url(../images/d-up.svg);
      background-repeat: no-repeat;
      background-position: left 17px top 50%;
      color: #ffffff;
      text-transform: uppercase; }
      .downloads-section .download-bottom .show-selection div:nth-of-type(1) {
        display: inline; }
      .downloads-section .download-bottom .show-selection div:nth-of-type(2) {
        display: none; }
      @media (min-width: 768px) {
        .downloads-section .download-bottom .show-selection {
          display: none; } }
    @media (max-width: 767px) {
      .downloads-section .download-bottom:not(.hide) [type="submit"] {
        bottom: 0px; }
      .downloads-section .download-bottom.show-more .show-selection div:nth-of-type(1) {
        display: none; }
      .downloads-section .download-bottom.show-more .show-selection div:nth-of-type(2) {
        display: inline; }
      .downloads-section .download-bottom.show-more:not(.hide) {
        max-height: 486px; }
        .downloads-section .download-bottom.show-more:not(.hide) .show-selection {
          background-image: url(../images/d-down.svg); }
        .downloads-section .download-bottom.show-more:not(.hide) .inner {
          max-height: 432px;
          padding-top: 20px;
          overflow: scroll; } }
    .downloads-section .download-bottom .inner {
      background-color: #ffffff;
      padding: 31px 32px 56px;
      position: relative; }
      @media (max-width: 767px) {
        .downloads-section .download-bottom .inner {
          padding: 31px 20px 55px;
          max-height: 55px;
          padding-top: 0; } }
    .downloads-section .download-bottom form {
      overflow: auto;
      max-height: 546px; }
    .downloads-section .download-bottom .col-12 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%;
      padding: 0; }
    .downloads-section .download-bottom .remove {
      margin-top: 1.4em;
      margin-bottom: 2em;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      color: #707070;
      font-size: 15px;
      font-size: 1.5rem;
      text-transform: uppercase;
      font-weight: 700; }
      .downloads-section .download-bottom .remove:hover {
        opacity: .5; }
      .downloads-section .download-bottom .remove i {
        font-weight: 700;
        margin-right: 10px;
        color: #E08100;
        font-size: 20px;
        font-size: 2rem; }
    .downloads-section .download-bottom p {
      margin-bottom: 2em; }
    .downloads-section .download-bottom label {
      margin-bottom: 20px; }
    .downloads-section .download-bottom [type="submit"] {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      text-align: left;
      padding: 16px 18px 16px 63px;
      background-image: url(../images/download.svg);
      background-repeat: no-repeat;
      background-position: left 17px top 50%; }
      @media (max-width: 767px) {
        .downloads-section .download-bottom [type="submit"] {
          position: fixed;
          bottom: -55px; } }

@media (max-width: 1768px) and (min-width: 992px) {
  .container {
    max-width: calc(100% - 60px); } }

@media (max-width: 1768px) and (min-width: 1112px) {
  .container {
    max-width: calc(100% - 114px); } }

@media (max-width: 1768px) and (max-width: 767px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto,
  .container {
    padding-right: 20px;
    padding-left: 20px; }
  .row {
    margin-right: -20px;
    margin-left: -20px; } }

.search-over {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #222222;
  z-index: 11111;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s; }
  .search-open .search-over {
    opacity: 1;
    visibility: visible; }
  .search-over .results {
    padding-top: 10px; }
    .search-over .results .sub:before {
      background-color: #E08100 !important; }
    .search-over .results h3 {
      color: #ffffff; }
  .search-over .search-indicator {
    color: #ffffff;
    font-size: 14px;
    font-size: 1.4rem;
    display: none; }
  .search-over .row .close {
    position: absolute;
    top: 32px;
    right: 8px;
    width: 30px;
    height: 30px;
    cursor: pointer; }
    @media (max-width: 767px) {
      .search-over .row .close {
        top: 19px;
        right: 27px; } }
    .search-over .row .close:hover:after, .search-over .row .close:hover:before, .search-over .row .close:focus:after, .search-over .row .close:focus:before {
      background-color: #ffffff; }
    .search-over .row .close:after, .search-over .row .close:before {
      content: '';
      position: absolute;
      top: 50%;
      right: 0;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg);
      width: 30px;
      height: 3px;
      background-color: #B1B1B1;
      -webkit-transition: 0.25s;
      -o-transition: 0.25s;
      transition: 0.25s; }
    .search-over .row .close:before {
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg); }
  .search-over .row.top {
    padding-top: 84px;
    position: relative; }
    @media (max-width: 767px) {
      .search-over .row.top {
        padding-top: 57px; } }
  .search-over .row ::-webkit-input-placeholder {
    font-size: 47px;
    font-size: 4.7rem;
    color: #ffffff; }
    @media (max-width: 767px) {
      .search-over .row ::-webkit-input-placeholder {
        font-size: 28px;
        font-size: 2.8rem; } }
  .search-over .row :-moz-placeholder {
    /* Firefox 18- */
    font-size: 47px;
    font-size: 4.7rem;
    color: #ffffff; }
    @media (max-width: 767px) {
      .search-over .row :-moz-placeholder {
        font-size: 28px;
        font-size: 2.8rem; } }
  .search-over .row ::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 47px;
    font-size: 4.7rem;
    color: #ffffff; }
    @media (max-width: 767px) {
      .search-over .row ::-moz-placeholder {
        font-size: 28px;
        font-size: 2.8rem; } }
  .search-over .row :-ms-input-placeholder {
    font-size: 47px;
    font-size: 4.7rem;
    color: #ffffff; }
    @media (max-width: 767px) {
      .search-over .row :-ms-input-placeholder {
        font-size: 28px;
        font-size: 2.8rem; } }
  .search-over .row input {
    color: #ffffff;
    border-top: none;
    border-right: none;
    border-left: none;
    font-size: 47px;
    font-size: 4.7rem;
    font-weight: 700;
    padding: 13px 0;
    border-bottom-color: #707070; }
    @media (max-width: 767px) {
      .search-over .row input {
        font-size: 25px;
        font-size: 2.5rem;
        padding: 13px 0; } }
  .search-over .row#results {
    padding-top: 26px;
    max-height: calc(100vh - 193px);
    overflow: auto; }
    @media (max-width: 767px) {
      .search-over .row#results {
        max-height: calc(100vh - 140px); } }
  .search-over .row .s-item {
    margin-bottom: 36px;
    color: white; }
    .search-over .row .s-item .inner {
      position: relative; }
      .search-over .row .s-item .inner a {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1; }
    .search-over .row .s-item .sub:before {
      width: 54px;
      left: 0;
      background-color: #E08100 !important; }
    .search-over .row .s-item h5 {
      padding-top: 7px;
      margin-bottom: 0.3em; }
    .search-over .row .s-item * {
      color: #ffffff; }

.full-width-image-section {
  margin-top: 0 !important; }
  .full-width-image-section.container {
    padding: 0;
    border-top: 84px solid #ffffff;
    border-right: 104px solid #ffffff;
    border-bottom: 84px solid #ffffff;
    border-left: 104px solid #ffffff; }
    @media (max-width: 1768px) {
      .full-width-image-section.container {
        border-top: 61px solid #ffffff;
        border-right: 97px solid #ffffff;
        border-bottom: 61px solid #ffffff;
        border-left: 97px solid #ffffff; } }
    @media (max-width: 767px) {
      .full-width-image-section.container {
        border-top: 33px solid #ffffff;
        border-right: 20px solid #ffffff;
        border-bottom: 33px solid #ffffff;
        border-left: 20px solid #ffffff; } }
  .full-width-image-section img {
    width: 100%;
    height: auto; }
  @media (max-width: 767px) {
    .full-width-image-section .desktop {
      display: none; } }
  .full-width-image-section .mobile {
    display: none; }
    @media (max-width: 767px) {
      .full-width-image-section .mobile {
        display: block; } }

.padding-section {
  padding-top: 1px;
  margin-bottom: -1px;
  margin-top: 120px !important; }
  @media (max-width: 1768px) {
    .padding-section {
      margin-top: 60px !important; } }
  @media (max-width: 767px) {
    .padding-section {
      margin-top: 30px !important; } }

@media (min-width: 768px) {
  .text-slider-section .read-more-pop.read-more-pop.read-more-pop,
  .text-slider-section .pop.pop.pop,
  .text-and-image-01l-section .read-more-pop.read-more-pop.read-more-pop,
  .text-and-image-01l-section .pop.pop.pop,
  .long-text-and-image-02l-section .read-more-pop.read-more-pop.read-more-pop,
  .long-text-and-image-02l-section .pop.pop.pop,
  .text-and-image-03l-section .read-more-pop.read-more-pop.read-more-pop,
  .text-and-image-03l-section .pop.pop.pop,
  .text-and-image-04l-section .read-more-pop.read-more-pop.read-more-pop,
  .text-and-image-04l-section .pop.pop.pop,
  .text-and-image-05l-section .read-more-pop.read-more-pop.read-more-pop,
  .text-and-image-05l-section .pop.pop.pop,
  .text-and-image-06l-section .read-more-pop.read-more-pop.read-more-pop,
  .text-and-image-06l-section .pop.pop.pop {
    display: none; } }

@media (max-width: 767px) {
  .text-slider-section .text.text .read-more-text,
  .text-and-image-01l-section .text.text .read-more-text,
  .long-text-and-image-02l-section .text.text .read-more-text,
  .text-and-image-03l-section .text.text .read-more-text,
  .text-and-image-04l-section .text.text .read-more-text,
  .text-and-image-05l-section .text.text .read-more-text,
  .text-and-image-06l-section .text.text .read-more-text {
    overflow: visible;
    max-height: 9999px;
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
    position: relative; }
    .text-slider-section .text.text .read-more-text *,
    .text-and-image-01l-section .text.text .read-more-text *,
    .long-text-and-image-02l-section .text.text .read-more-text *,
    .text-and-image-03l-section .text.text .read-more-text *,
    .text-and-image-04l-section .text.text .read-more-text *,
    .text-and-image-05l-section .text.text .read-more-text *,
    .text-and-image-06l-section .text.text .read-more-text * {
      display: none; }
    .text-slider-section .text.text .read-more-text .read-more-pop,
    .text-and-image-01l-section .text.text .read-more-text .read-more-pop,
    .long-text-and-image-02l-section .text.text .read-more-text .read-more-pop,
    .text-and-image-03l-section .text.text .read-more-text .read-more-pop,
    .text-and-image-04l-section .text.text .read-more-text .read-more-pop,
    .text-and-image-05l-section .text.text .read-more-text .read-more-pop,
    .text-and-image-06l-section .text.text .read-more-text .read-more-pop {
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 2; }
    .text-slider-section .text.text .read-more-text:after,
    .text-and-image-01l-section .text.text .read-more-text:after,
    .long-text-and-image-02l-section .text.text .read-more-text:after,
    .text-and-image-03l-section .text.text .read-more-text:after,
    .text-and-image-04l-section .text.text .read-more-text:after,
    .text-and-image-05l-section .text.text .read-more-text:after,
    .text-and-image-06l-section .text.text .read-more-text:after {
      content: 'READ MORE';
      font-weight: 700;
      cursor: pointer;
      display: block;
      font-size: 18px;
      font-size: 1.8rem;
      margin-left: 0;
      margin-top: 12px;
      text-decoration: underline;
      color: #E08100;
      margin-bottom: 22px; }
  .text-slider-section.pop-open .pop,
  .text-and-image-01l-section.pop-open .pop,
  .long-text-and-image-02l-section.pop-open .pop,
  .text-and-image-03l-section.pop-open .pop,
  .text-and-image-04l-section.pop-open .pop,
  .text-and-image-05l-section.pop-open .pop,
  .text-and-image-06l-section.pop-open .pop {
    opacity: 1;
    visibility: visible;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s; }
  .text-slider-section .pop,
  .text-and-image-01l-section .pop,
  .long-text-and-image-02l-section .pop,
  .text-and-image-03l-section .pop,
  .text-and-image-04l-section .pop,
  .text-and-image-05l-section .pop,
  .text-and-image-06l-section .pop {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    opacity: 0;
    visibility: hidden;
    padding: 57px 20px;
    background-color: #ffffff;
    z-index: 1111111;
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s; }
    .text-slider-section .pop .pop-inner,
    .text-and-image-01l-section .pop .pop-inner,
    .long-text-and-image-02l-section .pop .pop-inner,
    .text-and-image-03l-section .pop .pop-inner,
    .text-and-image-04l-section .pop .pop-inner,
    .text-and-image-05l-section .pop .pop-inner,
    .text-and-image-06l-section .pop .pop-inner {
      overflow: auto;
      max-height: calc(100vh - 57px - 57px); }
    .text-slider-section .pop .close,
    .text-and-image-01l-section .pop .close,
    .long-text-and-image-02l-section .pop .close,
    .text-and-image-03l-section .pop .close,
    .text-and-image-04l-section .pop .close,
    .text-and-image-05l-section .pop .close,
    .text-and-image-06l-section .pop .close {
      display: block;
      position: absolute;
      width: 44px;
      height: 44px;
      top: 13px;
      right: 20px;
      cursor: pointer; }
      .text-slider-section .pop .close:hover,
      .text-and-image-01l-section .pop .close:hover,
      .long-text-and-image-02l-section .pop .close:hover,
      .text-and-image-03l-section .pop .close:hover,
      .text-and-image-04l-section .pop .close:hover,
      .text-and-image-05l-section .pop .close:hover,
      .text-and-image-06l-section .pop .close:hover {
        opacity: .7; }
      .text-slider-section .pop .close:after, .text-slider-section .pop .close:before,
      .text-and-image-01l-section .pop .close:after,
      .text-and-image-01l-section .pop .close:before,
      .long-text-and-image-02l-section .pop .close:after,
      .long-text-and-image-02l-section .pop .close:before,
      .text-and-image-03l-section .pop .close:after,
      .text-and-image-03l-section .pop .close:before,
      .text-and-image-04l-section .pop .close:after,
      .text-and-image-04l-section .pop .close:before,
      .text-and-image-05l-section .pop .close:after,
      .text-and-image-05l-section .pop .close:before,
      .text-and-image-06l-section .pop .close:after,
      .text-and-image-06l-section .pop .close:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
            -ms-transform: translate(-50%, -50%) rotate(45deg);
                transform: translate(-50%, -50%) rotate(45deg);
        width: 30px;
        height: 3px;
        background-color: #E08100;
        -webkit-transition: 0.25s;
        -o-transition: 0.25s;
        transition: 0.25s; }
      .text-slider-section .pop .close:before,
      .text-and-image-01l-section .pop .close:before,
      .long-text-and-image-02l-section .pop .close:before,
      .text-and-image-03l-section .pop .close:before,
      .text-and-image-04l-section .pop .close:before,
      .text-and-image-05l-section .pop .close:before,
      .text-and-image-06l-section .pop .close:before {
        -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            -ms-transform: translate(-50%, -50%) rotate(-45deg);
                transform: translate(-50%, -50%) rotate(-45deg); } }

.text-and-image-03l-section .text,
.text-and-image-04l-section .text,
.text-and-image-05l-section .text,
.text-and-image-06l-section .text {
  z-index: 1; }
  .text-and-image-03l-section .text .read-more-text,
  .text-and-image-04l-section .text .read-more-text,
  .text-and-image-05l-section .text .read-more-text,
  .text-and-image-06l-section .text .read-more-text {
    overflow: hidden;
    max-height: 0;
    -webkit-transition: .05s;
    -o-transition: .05s;
    transition: .05s; }
  .text-and-image-03l-section .text.open .read-more.read-more:before,
  .text-and-image-04l-section .text.open .read-more.read-more:before,
  .text-and-image-05l-section .text.open .read-more.read-more:before,
  .text-and-image-06l-section .text.open .read-more.read-more:before {
    -webkit-transform: translateY(-50%) rotate(0deg);
        -ms-transform: translateY(-50%) rotate(0deg);
            transform: translateY(-50%) rotate(0deg); }
  .text-and-image-03l-section .text.open .read-more-text,
  .text-and-image-04l-section .text.open .read-more-text,
  .text-and-image-05l-section .text.open .read-more-text,
  .text-and-image-06l-section .text.open .read-more-text {
    max-height: 1000px;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s; }

.timeline {
  margin-top: 0 !important; }
  @media (max-width: 767px) {
    .timeline.desktop {
      display: none; } }
  .timeline.mobile {
    display: none; }
    @media (max-width: 767px) {
      .timeline.mobile {
        display: block; } }
    .timeline.mobile + .quote-section {
      margin-top: -12rem;
      padding-top: 2rem; }
    .timeline.mobile .timeline-section {
      padding-top: 7.5rem; }
      .timeline.mobile .timeline-section.last {
        padding-bottom: 12rem; }
      .timeline.mobile .timeline-section:nth-child(even) .timeline-header.waypoint {
        -webkit-transform: translateY(5rem);
            -ms-transform: translateY(5rem);
                transform: translateY(5rem); }
        .timeline.mobile .timeline-section:nth-child(even) .timeline-header.waypoint.animate {
          -webkit-transform: translateY(0);
              -ms-transform: translateY(0);
                  transform: translateY(0); }
      .timeline.mobile .timeline-section:nth-child(even) .timeline-header .timeline-header-background {
        left: 0;
        right: 0; }
      .timeline.mobile .timeline-section:nth-child(even) .timeline-header p {
        margin-left: 0; }
    .timeline.mobile .timeline-header {
      width: 80%;
      margin: 0 auto 1rem;
      height: auto;
      text-align: center;
      padding: 1rem 0; }
      .timeline.mobile .timeline-header.waypoint {
        -webkit-transform: translateY(5rem);
            -ms-transform: translateY(5rem);
                transform: translateY(5rem); }
        .timeline.mobile .timeline-header.waypoint.animate {
          -webkit-transform: translateY(0);
              -ms-transform: translateY(0);
                  transform: translateY(0); }
      .timeline.mobile .timeline-header .timeline-header-background {
        width: 100%; }
      .timeline.mobile .timeline-header p {
        font-size: 2.8rem;
        width: 100%; }
    .timeline.mobile .columns {
      padding-bottom: 2rem; }
    .timeline.mobile .column {
      width: 100%; }
    .timeline.mobile .timeline-block {
      margin-bottom: 1rem; }
      .timeline.mobile .timeline-block .text {
        padding: 2.5rem 2rem; }
        .timeline.mobile .timeline-block .text h2 {
          font-size: 4rem; }
        .timeline.mobile .timeline-block .text h3 {
          font-size: 2.1rem; }
  .timeline + .quote-section {
    margin-top: -19rem;
    padding-top: 8rem; }
  .timeline .timeline-section {
    position: relative;
    padding-top: 10rem; }
    .timeline .timeline-section.last {
      padding-bottom: 19rem; }
    .timeline .timeline-section:nth-child(even) .timeline-header.waypoint {
      -webkit-transform: translateX(5rem);
          -ms-transform: translateX(5rem);
              transform: translateX(5rem); }
      .timeline .timeline-section:nth-child(even) .timeline-header.waypoint.animate {
        -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
                transform: translateX(0); }
    .timeline .timeline-section:nth-child(even) .timeline-header .timeline-header-background {
      left: initial;
      right: 0; }
      .timeline .timeline-section:nth-child(even) .timeline-header .timeline-header-background.waypoint {
        -webkit-transform: scaleX(0);
            -ms-transform: scaleX(0);
                transform: scaleX(0);
        -webkit-transform-origin: right;
            -ms-transform-origin: right;
                transform-origin: right;
        -webkit-transition: opacity 0.4s, -webkit-transform 0.4s ease-out;
        transition: opacity 0.4s, -webkit-transform 0.4s ease-out;
        -o-transition: transform 0.4s ease-out, opacity 0.4s;
        transition: transform 0.4s ease-out, opacity 0.4s;
        transition: transform 0.4s ease-out, opacity 0.4s, -webkit-transform 0.4s ease-out; }
        .timeline .timeline-section:nth-child(even) .timeline-header .timeline-header-background.waypoint.animate {
          -webkit-transform: scaleX(1);
              -ms-transform: scaleX(1);
                  transform: scaleX(1); }
    .timeline .timeline-section:nth-child(even) .timeline-header p {
      margin-left: calc(50% + 1.7rem);
      padding: 0 4rem; }
      @media (max-width: 767px) {
        .timeline .timeline-section:nth-child(even) .timeline-header p {
          padding: 0; } }
    .timeline .timeline-section .bg-orange {
      background-color: #E08100; }
    .timeline .timeline-section .bg-orange2 {
      background-color: #E3552A; }
    .timeline .timeline-section .bg-red {
      background-color: #E6002C; }
    .timeline .timeline-section .bg-green {
      background-color: #51AE32; }
    .timeline .timeline-section .bg-green2 {
      background-color: #D8F5D1; }
    .timeline .timeline-section .bg-peach {
      background-color: #FFC757; }
    .timeline .timeline-section .bg-peach2 {
      background-color: #F4B860; }
    .timeline .timeline-section .bg-blue {
      background-color: #61A3D1; }
    .timeline .timeline-section .bg-blue2 {
      background-color: #113B50; }
    .timeline .timeline-section .bg-purple {
      background-color: #53009A; }
    .timeline .timeline-section .bg-grey {
      background-color: #535353; }
    .timeline .timeline-section .bg-light-grey {
      background-color: #EBEBEB; }
    .timeline .timeline-section .text-white {
      color: #fff; }
      .timeline .timeline-section .text-white h1, .timeline .timeline-section .text-white h2, .timeline .timeline-section .text-white h3, .timeline .timeline-section .text-white h4, .timeline .timeline-section .text-white h5, .timeline .timeline-section .text-white h6, .timeline .timeline-section .text-white p, .timeline .timeline-section .text-white li, .timeline .timeline-section .text-white a {
        color: #fff; }
  .timeline .timeline-header {
    position: relative;
    width: 100%;
    height: 13rem;
    margin-bottom: 2.5rem;
    z-index: 5; }
    .timeline .timeline-header.waypoint {
      -webkit-transform: translateX(-5rem);
          -ms-transform: translateX(-5rem);
              transform: translateX(-5rem); }
      .timeline .timeline-header.waypoint.animate {
        -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
                transform: translateX(0); }
    .timeline .timeline-header .timeline-header-background {
      position: absolute;
      top: 0;
      left: 0;
      width: calc(50% - 1.7rem);
      height: 100%;
      z-index: 1; }
      .timeline .timeline-header .timeline-header-background.waypoint {
        -webkit-transform: scaleX(0);
            -ms-transform: scaleX(0);
                transform: scaleX(0);
        -webkit-transform-origin: left;
            -ms-transform-origin: left;
                transform-origin: left;
        -webkit-transition: opacity 0.4s, -webkit-transform 0.4s ease-out;
        transition: opacity 0.4s, -webkit-transform 0.4s ease-out;
        -o-transition: transform 0.4s ease-out, opacity 0.4s;
        transition: transform 0.4s ease-out, opacity 0.4s;
        transition: transform 0.4s ease-out, opacity 0.4s, -webkit-transform 0.4s ease-out; }
        .timeline .timeline-header .timeline-header-background.waypoint.animate {
          -webkit-transform: scaleX(1);
              -ms-transform: scaleX(1);
                  transform: scaleX(1); }
    .timeline .timeline-header .container {
      position: relative;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      z-index: 5; }
    .timeline .timeline-header p {
      font-size: 4.1rem;
      color: #fff;
      font-weight: bold;
      margin-bottom: 0;
      width: calc(50% - 1.7rem); }
  .timeline .line {
    position: absolute;
    width: 4px;
    height: 100%;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 1; }
    .timeline .line.waypoint {
      -webkit-transform: scaleY(0);
          -ms-transform: scaleY(0);
              transform: scaleY(0);
      -webkit-transform-origin: top;
          -ms-transform-origin: top;
              transform-origin: top;
      -webkit-transition: -webkit-transform 2s ease-out;
      transition: -webkit-transform 2s ease-out;
      -o-transition: transform 2s ease-out;
      transition: transform 2s ease-out;
      transition: transform 2s ease-out, -webkit-transform 2s ease-out; }
      .timeline .line.waypoint.animate {
        -webkit-transform: scaleY(1);
            -ms-transform: scaleY(1);
                transform: scaleY(1); }
  .timeline .circle {
    position: absolute;
    width: 8.2rem;
    height: 8.2rem;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%) scale(0.5);
        -ms-transform: translateX(-50%) scale(0.5);
            transform: translateX(-50%) scale(0.5);
    border-radius: 50%;
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center;
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: -webkit-transform 0.2s ease-in-out;
    -o-transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    z-index: 2; }
    .timeline .circle.animate {
      -webkit-transform: translateX(-50%) scale(1);
          -ms-transform: translateX(-50%) scale(1);
              transform: translateX(-50%) scale(1); }
    @media (max-width: 767px) {
      .timeline .circle {
        width: 5.6rem;
        height: 5.6rem; } }
    .timeline .circle.bottom {
      top: initial;
      bottom: 0; }
    .timeline .circle .inner-circle {
      position: absolute;
      width: 3rem;
      height: 3rem;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      border-radius: 50%;
      background-color: #fff;
      z-index: 5; }
      @media (max-width: 767px) {
        .timeline .circle .inner-circle {
          width: 2rem;
          height: 2rem; } }
  .timeline .columns {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    z-index: 5; }
  .timeline .column {
    width: calc(50% - 1.7rem); }
  .timeline .timeline-block {
    margin-bottom: 2.5rem; }
    .timeline .timeline-block.waypoint-left {
      -webkit-transform: translateX(-5rem);
          -ms-transform: translateX(-5rem);
              transform: translateX(-5rem); }
      .timeline .timeline-block.waypoint-left.animate {
        -webkit-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
                transform: translate(0, 0); }
    .timeline .timeline-block.waypoint-right {
      -webkit-transform: translateX(5rem);
          -ms-transform: translateX(5rem);
              transform: translateX(5rem); }
      .timeline .timeline-block.waypoint-right.animate {
        -webkit-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
                transform: translate(0, 0); }
    .timeline .timeline-block.waypoint-bottom {
      -webkit-transform: translateY(-5rem);
          -ms-transform: translateY(-5rem);
              transform: translateY(-5rem); }
      .timeline .timeline-block.waypoint-bottom.animate {
        -webkit-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
                transform: translate(0, 0); }
    .timeline .timeline-block .text {
      padding: 3rem 4rem; }
      .timeline .timeline-block .text h2 {
        font-size: 6.4rem; }
      .timeline .timeline-block .text h3 {
        font-size: 3.4rem; }
      .timeline .timeline-block .text > *:last-child {
        margin-bottom: 0; }
    .timeline .timeline-block.with-link {
      margin-bottom: 5.25rem;
      padding-bottom: 2.25rem; }
  .timeline .timeline-link {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 5.5rem;
    -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
            transform: translateY(50%);
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.5rem;
    border: 0; }
    @media (max-width: 767px) {
      .timeline .timeline-link {
        display: none; } }

/*# sourceMappingURL=maps/style.css.map */
