@charset "UTF-8";
/*!
Theme Name: iconaircraft
Theme URI: https://github.com/icon-aircraft/
Author: The Emerge Interactive Team
Author URI: https://emergeinteractive.com
Description: ICON Aircraft
Requires at least: WordPress 4.9.6
Version: 1.0
Text Domain: iconaircraft

*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-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);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-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;
}

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

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../slick.html");
  src: url("../slickd41d.html?#iefix") format("embedded-opentype"), url("../slick-2.html") format("woff"), url("../slick-3.html") format("truetype"), url("../slick-4.html#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  z-index: 2;
  position: absolute;
  display: block;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: url(../svg/slide-prev.svg);
}
[dir=rtl] .slick-prev:before {
  content: url(../svg/slide-next.svg);
}

.slick-next {
  right: 25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: url(../svg/slide-next.svg);
}
[dir=rtl] .slick-next:before {
  content: url(../svg/slide-prev.svg);
}

.wp-block-iconaircraftblocks-slideshow-super-simple .slick-next, .wp-block-iconaircraftblocks-slideshow-super-simple .slick-prev {
  width: 32px;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (max-width: 600px) {
  .wp-block-iconaircraftblocks-slideshow-super-simple .slick-next, .wp-block-iconaircraftblocks-slideshow-super-simple .slick-prev {
    display: none !important;
  }
}
.wp-block-iconaircraftblocks-slideshow-super-simple .slick-next {
  text-align: right;
}
.wp-block-iconaircraftblocks-slideshow-super-simple .slick-next:before {
  content: url("../svg/slide-next-white.svg");
}
[dir=rtl] .wp-block-iconaircraftblocks-slideshow-super-simple .slick-next:before {
  content: url("../svg/slide-next-white.svg");
}
.wp-block-iconaircraftblocks-slideshow-super-simple .slick-prev {
  text-align: left;
}
.wp-block-iconaircraftblocks-slideshow-super-simple .slick-prev:before {
  content: url("../svg/slide-prev-white.svg");
}
[dir=rtl] .wp-block-iconaircraftblocks-slideshow-super-simple .slick-prev:before {
  content: url("../svg/slide-prev-white.svg");
}

/* Dots */
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

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

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  color: black;
  font-size: 14px;
  line-height: 1.428571429;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
}
a:hover, a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

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

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role=button] {
  cursor: pointer;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

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

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

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

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

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

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .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 {
    float: left;
  }
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .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 {
    float: left;
  }
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .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 {
    float: left;
  }
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .scrollbar-0 .full-width,
  .scrollbar-0 .full-width-margins,
  .scrollbar-0 .is-style-icon-image-full-width,
  .scrollbar-0 .is-style-icon-slide-full-width {
    width: calc(100vw - 0px);
    margin-left: calc(-50vw + 0px) !important;
    margin-right: calc(-50vw + 0px) !important;
  }
}

@media (min-width: 1200px) {
  .scrollbar-1 .full-width,
  .scrollbar-1 .full-width-margins,
  .scrollbar-1 .is-style-icon-image-full-width,
  .scrollbar-1 .is-style-icon-slide-full-width {
    width: calc(100vw - 1px);
    margin-left: calc(-50vw + 0.5px) !important;
    margin-right: calc(-50vw + 0.5px) !important;
  }
}

@media (min-width: 1200px) {
  .scrollbar-2 .full-width,
  .scrollbar-2 .full-width-margins,
  .scrollbar-2 .is-style-icon-image-full-width,
  .scrollbar-2 .is-style-icon-slide-full-width {
    width: calc(100vw - 2px);
    margin-left: calc(-50vw + 1px) !important;
    margin-right: calc(-50vw + 1px) !important;
  }
}

@media (min-width: 1200px) {
  .scrollbar-3 .full-width,
  .scrollbar-3 .full-width-margins,
  .scrollbar-3 .is-style-icon-image-full-width,
  .scrollbar-3 .is-style-icon-slide-full-width {
    width: calc(100vw - 3px);
    margin-left: calc(-50vw + 1.5px) !important;
    margin-right: calc(-50vw + 1.5px) !important;
  }
}

@media (min-width: 1200px) {
  .scrollbar-4 .full-width,
  .scrollbar-4 .full-width-margins,
  .scrollbar-4 .is-style-icon-image-full-width,
  .scrollbar-4 .is-style-icon-slide-full-width {
    width: calc(100vw - 4px);
    margin-left: calc(-50vw + 2px) !important;
    margin-right: calc(-50vw + 2px) !important;
  }
}

@media (min-width: 1200px) {
  .scrollbar-5 .full-width,
  .scrollbar-5 .full-width-margins,
  .scrollbar-5 .is-style-icon-image-full-width,
  .scrollbar-5 .is-style-icon-slide-full-width {
    width: calc(100vw - 5px);
    margin-left: calc(-50vw + 2.5px) !important;
    margin-right: calc(-50vw + 2.5px) !important;
  }
}

@media (min-width: 1200px) {
  .scrollbar-6 .full-width,
  .scrollbar-6 .full-width-margins,
  .scrollbar-6 .is-style-icon-image-full-width,
  .scrollbar-6 .is-style-icon-slide-full-width {
    width: calc(100vw - 6px);
    margin-left: calc(-50vw + 3px) !important;
    margin-right: calc(-50vw + 3px) !important;
  }
}

@media (min-width: 1200px) {
  .scrollbar-7 .full-width,
  .scrollbar-7 .full-width-margins,
  .scrollbar-7 .is-style-icon-image-full-width,
  .scrollbar-7 .is-style-icon-slide-full-width {
    width: calc(100vw - 7px);
    margin-left: calc(-50vw + 3.5px) !important;
    margin-right: calc(-50vw + 3.5px) !important;
  }
}

@media (min-width: 1200px) {
  .scrollbar-8 .full-width,
  .scrollbar-8 .full-width-margins,
  .scrollbar-8 .is-style-icon-image-full-width,
  .scrollbar-8 .is-style-icon-slide-full-width {
    width: calc(100vw - 8px);
    margin-left: calc(-50vw + 4px) !important;
    margin-right: calc(-50vw + 4px) !important;
  }
}

@media (min-width: 1200px) {
  .scrollbar-9 .full-width,
  .scrollbar-9 .full-width-margins,
  .scrollbar-9 .is-style-icon-image-full-width,
  .scrollbar-9 .is-style-icon-slide-full-width {
    width: calc(100vw - 9px);
    margin-left: calc(-50vw + 4.5px) !important;
    margin-right: calc(-50vw + 4.5px) !important;
  }
}

@media (min-width: 1200px) {
  .scrollbar-10 .full-width,
  .scrollbar-10 .full-width-margins,
  .scrollbar-10 .is-style-icon-image-full-width,
  .scrollbar-10 .is-style-icon-slide-full-width {
    width: calc(100vw - 10px);
    margin-left: calc(-50vw + 5px) !important;
    margin-right: calc(-50vw + 5px) !important;
  }
}

@media (min-width: 1200px) {
  .scrollbar-11 .full-width,
  .scrollbar-11 .full-width-margins,
  .scrollbar-11 .is-style-icon-image-full-width,
  .scrollbar-11 .is-style-icon-slide-full-width {
    width: calc(100vw - 11px);
    margin-left: calc(-50vw + 5.5px) !important;
    margin-right: calc(-50vw + 5.5px) !important;
  }
}

@media (min-width: 1200px) {
  .scrollbar-12 .full-width,
  .scrollbar-12 .full-width-margins,
  .scrollbar-12 .is-style-icon-image-full-width,
  .scrollbar-12 .is-style-icon-slide-full-width {
    width: calc(100vw - 12px);
    margin-left: calc(-50vw + 6px) !important;
    margin-right: calc(-50vw + 6px) !important;
  }
}

@media (min-width: 1200px) {
  .scrollbar-13 .full-width,
  .scrollbar-13 .full-width-margins,
  .scrollbar-13 .is-style-icon-image-full-width,
  .scrollbar-13 .is-style-icon-slide-full-width {
    width: calc(100vw - 13px);
    margin-left: calc(-50vw + 6.5px) !important;
    margin-right: calc(-50vw + 6.5px) !important;
  }
}

@media (min-width: 1200px) {
  .scrollbar-14 .full-width,
  .scrollbar-14 .full-width-margins,
  .scrollbar-14 .is-style-icon-image-full-width,
  .scrollbar-14 .is-style-icon-slide-full-width {
    width: calc(100vw - 14px);
    margin-left: calc(-50vw + 7px) !important;
    margin-right: calc(-50vw + 7px) !important;
  }
}

@media (min-width: 1200px) {
  .scrollbar-15 .full-width,
  .scrollbar-15 .full-width-margins,
  .scrollbar-15 .is-style-icon-image-full-width,
  .scrollbar-15 .is-style-icon-slide-full-width {
    width: calc(100vw - 15px);
    margin-left: calc(-50vw + 7.5px) !important;
    margin-right: calc(-50vw + 7.5px) !important;
  }
}

@media (min-width: 1200px) {
  .scrollbar-16 .full-width,
  .scrollbar-16 .full-width-margins,
  .scrollbar-16 .is-style-icon-image-full-width,
  .scrollbar-16 .is-style-icon-slide-full-width {
    width: calc(100vw - 16px);
    margin-left: calc(-50vw + 8px) !important;
    margin-right: calc(-50vw + 8px) !important;
  }
}

@media (min-width: 1200px) {
  .scrollbar-17 .full-width,
  .scrollbar-17 .full-width-margins,
  .scrollbar-17 .is-style-icon-image-full-width,
  .scrollbar-17 .is-style-icon-slide-full-width {
    width: calc(100vw - 17px);
    margin-left: calc(-50vw + 8.5px) !important;
    margin-right: calc(-50vw + 8.5px) !important;
  }
}

@media (min-width: 1200px) {
  .scrollbar-18 .full-width,
  .scrollbar-18 .full-width-margins,
  .scrollbar-18 .is-style-icon-image-full-width,
  .scrollbar-18 .is-style-icon-slide-full-width {
    width: calc(100vw - 18px);
    margin-left: calc(-50vw + 9px) !important;
    margin-right: calc(-50vw + 9px) !important;
  }
}

@media (min-width: 1200px) {
  .scrollbar-19 .full-width,
  .scrollbar-19 .full-width-margins,
  .scrollbar-19 .is-style-icon-image-full-width,
  .scrollbar-19 .is-style-icon-slide-full-width {
    width: calc(100vw - 19px);
    margin-left: calc(-50vw + 9.5px) !important;
    margin-right: calc(-50vw + 9.5px) !important;
  }
}

@media (min-width: 1200px) {
  .scrollbar-20 .full-width,
  .scrollbar-20 .full-width-margins,
  .scrollbar-20 .is-style-icon-image-full-width,
  .scrollbar-20 .is-style-icon-slide-full-width {
    width: calc(100vw - 20px);
    margin-left: calc(-50vw + 10px) !important;
    margin-right: calc(-50vw + 10px) !important;
  }
}

@media (min-width: 1200px) {
  .scrollbar-21 .full-width,
  .scrollbar-21 .full-width-margins,
  .scrollbar-21 .is-style-icon-image-full-width,
  .scrollbar-21 .is-style-icon-slide-full-width {
    width: calc(100vw - 21px);
    margin-left: calc(-50vw + 10.5px) !important;
    margin-right: calc(-50vw + 10.5px) !important;
  }
}

@media (min-width: 1200px) {
  .scrollbar-22 .full-width,
  .scrollbar-22 .full-width-margins,
  .scrollbar-22 .is-style-icon-image-full-width,
  .scrollbar-22 .is-style-icon-slide-full-width {
    width: calc(100vw - 22px);
    margin-left: calc(-50vw + 11px) !important;
    margin-right: calc(-50vw + 11px) !important;
  }
}

@media (min-width: 1200px) {
  .scrollbar-23 .full-width,
  .scrollbar-23 .full-width-margins,
  .scrollbar-23 .is-style-icon-image-full-width,
  .scrollbar-23 .is-style-icon-slide-full-width {
    width: calc(100vw - 23px);
    margin-left: calc(-50vw + 11.5px) !important;
    margin-right: calc(-50vw + 11.5px) !important;
  }
}

@media (min-width: 1200px) {
  .scrollbar-24 .full-width,
  .scrollbar-24 .full-width-margins,
  .scrollbar-24 .is-style-icon-image-full-width,
  .scrollbar-24 .is-style-icon-slide-full-width {
    width: calc(100vw - 24px);
    margin-left: calc(-50vw + 12px) !important;
    margin-right: calc(-50vw + 12px) !important;
  }
}

@media (min-width: 1200px) {
  .scrollbar-25 .full-width,
  .scrollbar-25 .full-width-margins,
  .scrollbar-25 .is-style-icon-image-full-width,
  .scrollbar-25 .is-style-icon-slide-full-width {
    width: calc(100vw - 25px);
    margin-left: calc(-50vw + 12.5px) !important;
    margin-right: calc(-50vw + 12.5px) !important;
  }
}

@media (min-width: 1200px) {
  .scrollbar-26 .full-width,
  .scrollbar-26 .full-width-margins,
  .scrollbar-26 .is-style-icon-image-full-width,
  .scrollbar-26 .is-style-icon-slide-full-width {
    width: calc(100vw - 26px);
    margin-left: calc(-50vw + 13px) !important;
    margin-right: calc(-50vw + 13px) !important;
  }
}

@media (min-width: 1200px) {
  .scrollbar-27 .full-width,
  .scrollbar-27 .full-width-margins,
  .scrollbar-27 .is-style-icon-image-full-width,
  .scrollbar-27 .is-style-icon-slide-full-width {
    width: calc(100vw - 27px);
    margin-left: calc(-50vw + 13.5px) !important;
    margin-right: calc(-50vw + 13.5px) !important;
  }
}

@media (min-width: 1200px) {
  .scrollbar-28 .full-width,
  .scrollbar-28 .full-width-margins,
  .scrollbar-28 .is-style-icon-image-full-width,
  .scrollbar-28 .is-style-icon-slide-full-width {
    width: calc(100vw - 28px);
    margin-left: calc(-50vw + 14px) !important;
    margin-right: calc(-50vw + 14px) !important;
  }
}

@media (min-width: 1200px) {
  .scrollbar-29 .full-width,
  .scrollbar-29 .full-width-margins,
  .scrollbar-29 .is-style-icon-image-full-width,
  .scrollbar-29 .is-style-icon-slide-full-width {
    width: calc(100vw - 29px);
    margin-left: calc(-50vw + 14.5px) !important;
    margin-right: calc(-50vw + 14.5px) !important;
  }
}

@media (min-width: 1200px) {
  .scrollbar-30 .full-width,
  .scrollbar-30 .full-width-margins,
  .scrollbar-30 .is-style-icon-image-full-width,
  .scrollbar-30 .is-style-icon-slide-full-width {
    width: calc(100vw - 30px);
    margin-left: calc(-50vw + 15px) !important;
    margin-right: calc(-50vw + 15px) !important;
  }
}

body {
  font-family: neue-haas-grotesk-display, "neue-haas-grotesk-display", "Neue Haas Grotesk Display Pro", Neue Haas Grotesk Display Pro, "Neue Haas Grotesk Text Pro", "Neue Haas Grotesk Text Pro", sans-serif;
  font-display: auto;
  line-height: 1.467em;
  font-size: 18px;
}
@media (min-width: 992px) {
  body {
    font-size: 20px;
  }
}

#content p a,
#content ul:not(.widget-socials) li a,
#content h1 a, #content h2 a, #content h3 a, #content h4 a, #content h5 a, #content h6 a {
  color: black;
  text-decoration: none;
  border-bottom: solid 1px black;
}
#content p a:not(.wp-block-button__link):hover,
#content ul:not(.widget-socials) li a:not(.wp-block-button__link):hover,
#content h1 a:not(.wp-block-button__link):hover, #content h2 a:not(.wp-block-button__link):hover, #content h3 a:not(.wp-block-button__link):hover, #content h4 a:not(.wp-block-button__link):hover, #content h5 a:not(.wp-block-button__link):hover, #content h6 a:not(.wp-block-button__link):hover {
  text-decoration: none;
  color: black;
  border-bottom-color: transparent;
  transition: border-bottom-color 200ms ease;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
  line-height: 1.467em;
  letter-spacing: 0.02em;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
h1.sub, h2.sub, h3.sub, h4.sub, h5.sub, h6.sub {
  margin-top: -0.67em;
}

.page-id-149 h3,
.page-id-930 h2,
.page-id-930 p {
  max-width: none;
}

.a5-specifications h1, .a5-specifications h2, .a5-specifications h3, .a5-specifications h4, .a5-specifications h5, .a5-specifications h6,
.a5-specifications p,
.icon-ownership-list-item-content h1,
.icon-ownership-list-item-content h2,
.icon-ownership-list-item-content h3,
.icon-ownership-list-item-content h4,
.icon-ownership-list-item-content h5,
.icon-ownership-list-item-content h6,
.icon-ownership-list-item-content p {
  max-width: 100%;
}
.a5-specifications h2 strong,
.a5-specifications p strong,
.icon-ownership-list-item-content h2 strong,
.icon-ownership-list-item-content p strong {
  font-weight: 700;
}
.a5-specifications p,
.icon-ownership-list-item-content p {
  font-weight: 300 !important;
}

.archive h1, .archive h2, .archive h3, .archive h4, .archive h5, .archive h6,
.archive p {
  margin-left: 0;
  margin-right: 0;
  max-width: 826px;
}

h1, .h1 {
  font-size: 42px;
  line-height: 1.114em;
  font-weight: 700;
}
@media (min-width: 992px) {
  h1, .h1 {
    font-size: 58px;
  }
}

h2, .h2 {
  font-size: 36px;
  line-height: 1.114em;
  font-weight: 800;
}
@media (min-width: 992px) {
  h2, .h2 {
    font-size: 58px;
  }
}

h3, .h3 {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 250;
}
@media (min-width: 992px) {
  h3, .h3 {
    font-size: 58px;
  }
  .wp-block-columns h3, .wp-block-columns .h3 {
    margin-bottom: 0.92em;
    font-size: 45px;
    font-weight: 300;
  }
  .document-section h3, h3.faq-heading, .document-section .h3, .h3.faq-heading {
    font-weight: 200;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .document-section h3, h3.faq-heading, .document-section .h3, .h3.faq-heading {
    font-weight: 300;
    font-size: 45px;
  }
}

h4, .h4 {
  font-size: 32px;
  line-height: 1.2;
  font-weight: 600;
}

p, .p {
  font-size: 16px;
  font-weight: 450;
  line-height: 2;
  letter-spacing: 0.02em;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
p.sub, .p.sub {
  margin-top: -2em;
}
p.sub strong, .p.sub strong {
  font-weight: 500;
}
.post p, .post .p {
  margin-bottom: 30px;
}
.page p, .archive p, .error404 p, .page .p, .archive .p, .error404 .p {
  font-size: 19px;
}
@media (min-width: 992px) {
  .page p, .archive p, .error404 p, .page .p, .archive .p, .error404 .p {
    font-size: 27px;
    font-weight: 350;
  }
}
.wp-block-columns p,
p .page .wp-block-column, .wp-block-columns .p,
.p .page .wp-block-column {
  font-size: 19px;
}
p strong, .p strong {
  font-weight: 600;
}

.page-id-462 .wp-block-columns p {
  font-weight: 200;
  font-size: 27px;
  line-height: 1em;
}

.page-id-462 #content p a {
  border-bottom: 1px solid rgba(0, 0, 0, 0);
}

.page-id-462 #content p a:hover {
  border-bottom: 1px solid #000;
}

.page-id-462 .wp-block-columns hr {
  margin: 40px 0 45px 0;
}

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

hr.wp-block-separator {
  border-color: black;
  max-width: 960px;
  margin-top: 45px;
  margin-bottom: 45px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  hr.wp-block-separator {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}
.wp-block-columns hr {
  border-color: white;
}

h6, .h6 {
  font-size: 25.5px;
}
@media (min-width: 992px) {
  h6, .h6 {
    font-size: 45px;
  }
}

strong {
  font-weight: 600;
}

strong.bolder {
  font-weight: 800;
}

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

ol {
  padding-left: 0;
}
ol li {
  font-weight: 350;
  line-height: 1.8;
  letter-spacing: 0.02em;
  margin-bottom: 30px;
  margin-left: 25px;
}

.icon-ownership-list-item ul:not(.widget-socials), .faq-question ul:not(.widget-socials) {
  padding-top: 30px;
  padding-left: 36px;
}
@media (min-width: 768px) {
  .icon-ownership-list-item ul:not(.widget-socials), .faq-question ul:not(.widget-socials) {
    padding-left: 0;
  }
}
.icon-ownership-list-item ul:not(.widget-socials) li, .faq-question ul:not(.widget-socials) li {
  list-style: none;
  font-weight: 350;
  line-height: 1.8;
  letter-spacing: 0.025em;
  margin-top: -1.8em;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.icon-ownership-list-item ul:not(.widget-socials) li:last-of-type, .faq-question ul:not(.widget-socials) li:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
@media (min-width: 768px) {
  .icon-ownership-list-item ul:not(.widget-socials) li, .faq-question ul:not(.widget-socials) li {
    line-height: 2;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
}
.icon-ownership-list-item ul:not(.widget-socials) li strong, .faq-question ul:not(.widget-socials) li strong {
  font-weight: 700;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .icon-ownership-list-item ul:not(.widget-socials) li strong, .faq-question ul:not(.widget-socials) li strong {
    display: inline-block;
    font-weight: 600;
    line-height: 2;
  }
}
.icon-ownership-list-item ul:not(.widget-socials) li:before, .faq-question ul:not(.widget-socials) li:before {
  content: "■";
  font-size: 12.1px;
  margin-left: -7px;
  position: relative;
  left: -29px;
}
@media (min-width: 768px) {
  .icon-ownership-list-item ul:not(.widget-socials) li:before, .faq-question ul:not(.widget-socials) li:before {
    left: -36px;
    top: -3px;
  }
}
@media (min-width: 768px) {
  .icon-ownership-list-item ul:not(.widget-socials) li, .faq-question ul:not(.widget-socials) li {
    margin-left: 43px;
    margin-bottom: 48px;
  }
}
.icon-ownership-list-item ul:not(.widget-socials) li .is-style-icon-right-chevron, .faq-question ul:not(.widget-socials) li .is-style-icon-right-chevron {
  margin-top: 40px;
  line-height: 1;
}
.icon-ownership-list-item ul:not(.widget-socials) li .is-style-icon-right-chevron a, .faq-question ul:not(.widget-socials) li .is-style-icon-right-chevron a {
  font-size: 20px;
}
.icon-ownership-list-item ul:not(.widget-socials) li .is-style-icon-right-chevron a:after, .faq-question ul:not(.widget-socials) li .is-style-icon-right-chevron a:after {
  top: 1px;
}

.faq-question ul:not(.widget-socials) {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
.faq-question ul:not(.widget-socials) li {
  margin-bottom: 10px !important;
}
.faq-question ol li {
  padding-left: 31px;
}

.font-weight-550 {
  font-weight: 550;
}

.font-weight-500 {
  font-weight: 500;
}

body > header {
  position: fixed;
  z-index: 200;
}

#spacer {
  width: 100%;
  min-height: 58px;
}
@media (min-width: 992px) {
  #spacer {
    min-height: 89px;
  }
}

header#desktop {
  display: none;
  width: 100%;
  background: black;
  min-height: 70px;
}
@media (min-width: 992px) {
  header#desktop {
    display: block;
  }
}
@media (min-width: 992px) {
  header#desktop .logo-desktop {
    margin-right: 70px;
  }
}
@media (min-width: 1200px) {
  header#desktop .logo-desktop {
    margin-right: 100px;
  }
}
header#desktop .secondary {
  height: 33px;
  margin-bottom: -1px;
  overflow: hidden;
  transition: height 0.35s ease;
}
header#desktop .secondary.nav-up {
  height: 0;
  margin-bottom: 0;
}
header#desktop .secondary.nav-up + div {
  border-color: transparent;
  transition: border-color 0.35s ease;
}
header#desktop .secondary > .container {
  width: 100%;
  max-width: 940px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1200px) {
  header#desktop .secondary > .container {
    max-width: 1160px;
  }
}
@media (min-width: 1300px) {
  header#desktop .secondary > .container {
    max-width: 1328px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
header#desktop .secondary nav li {
  padding-top: 0px;
  padding-bottom: 5px;
  border-bottom: 2px solid rgba(0, 0, 0, 0);
}
header#desktop .secondary nav li:hover {
  border-bottom-color: #656565;
  transition: border-bottom-color 0.35s ease;
}
header#desktop .primary {
  border-top: 1px solid white;
}
header#desktop .primary > .container {
  width: 100%;
  max-width: 940px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1200px) {
  header#desktop .primary > .container {
    max-width: 1160px;
  }
}
@media (min-width: 1300px) {
  header#desktop .primary > .container {
    max-width: 1328px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
header#desktop .primary nav {
  position: relative;
}
header#desktop .primary nav li {
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  border-bottom: 3px solid rgba(0, 0, 0, 0);
}
header#desktop .primary nav li a {
  display: inline-block;
  padding-top: 25px;
  padding-bottom: 20px;
}
header#desktop .primary nav li:hover, header#desktop .primary nav li.current-menu-item {
  border-bottom-color: #E72412;
  transition: border-bottom-color 0.35s ease;
}
header#desktop a {
  color: white;
}
header#desktop a:hover {
  color: white;
  text-decoration: none;
}
header#desktop ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
header#desktop li {
  display: inline-block;
}
header#desktop #site-navigation {
  display: inline-block;
}
header#desktop #site-navigation li {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 1200px) {
  header#desktop #site-navigation li {
    padding-left: 22px;
    padding-right: 22px;
    margin-right: 25px;
  }
  header#desktop #site-navigation li:last-child {
    margin-right: 0;
  }
}
header#desktop #sub-navigation {
  font-size: 12px;
  margin-top: 1px;
  margin-bottom: -1px;
  font-weight: 200;
  letter-spacing: 0.03em;
}
header#desktop #sub-navigation li {
  padding-left: 12px;
  padding-right: 12px;
  margin-right: 13px;
}
header#desktop #sub-navigation li:last-child {
  margin-right: 0;
}

header#mobile {
  padding-top: 15px;
  display: block;
  min-height: 58px;
  width: 100%;
  height: 46px;
  background: black;
  -webkit-overflow-scrolling: touch;
  transition: height 0.35s ease;
}
header#mobile.active {
  height: 100vh;
}
header#mobile a {
  color: white;
  text-decoration: none;
}
header#mobile img {
  vertical-align: unset;
}
header#mobile ul {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: right;
}
header#mobile ul li {
  text-transform: capitalize;
}
header#mobile #mobile-logo {
  vertical-align: sub;
}
header#mobile #site-navigation {
  font-weight: 250;
  font-size: 42px;
}
header#mobile #request-a-demo {
  margin-bottom: 50px;
  display: block;
}
header#mobile #request-a-demo, header#mobile #sub-navigation {
  font-weight: 250;
  font-size: 20px;
}
header#mobile #request-a-demo > img, header#mobile #sub-navigation > img {
  margin-left: 20px;
}
header#mobile .primary {
  border-bottom: 1px solid white;
  padding-top: 55px;
  padding-bottom: 30px;
}
header#mobile .primary li {
  line-height: 1;
  font-weight: 250;
  margin-bottom: 40px;
}
header#mobile .secondary {
  border-bottom: 1px solid white;
  padding-top: 40px;
  padding-bottom: 40px;
}
header#mobile .secondary li {
  line-height: 1;
  font-weight: 250;
  margin-bottom: 40px;
}
header#mobile .secondary li:last-child {
  margin-bottom: 0;
}
header#mobile .secondary.hidden-md {
  border-bottom: none;
}
header#mobile #close {
  display: none;
}
header#mobile #mobile-menu {
  overflow: scroll;
  max-height: 0;
  transition: max-height 0.2s cubic-bezier(0.53, 0, 0.7, 0.99);
}
header#mobile #mobile-menu::-webkit-scrollbar {
  display: none;
}
@media (min-width: 992px) {
  header#mobile {
    display: none;
  }
}

header#mobile.active #burger {
  display: none;
}
header#mobile.active #close {
  display: inline-block;
}
header#mobile.active #mobile-menu {
  max-height: calc(100vh - 130px);
}
.admin-bar header#mobile.active #mobile-menu {
  max-height: calc(100vh - 130px - 46px);
}

#request-a-demo {
  font-weight: 250;
  white-space: nowrap;
}
@media (min-width: 992px) {
  #request-a-demo {
    position: absolute;
    right: 15px;
    top: 0;
    height: 100%;
    font-size: 18px;
    font-weight: 200;
    letter-spacing: 0.025em;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #request-a-demo:hover > span {
    border-bottom-color: white;
    transition: border-bottom-color 0.35s ease;
  }
  #request-a-demo span {
    margin-right: 20px;
    border-bottom: 1px solid transparent;
  }
  #request-a-demo img {
    height: 14px;
  }
}

#mobile-logo {
  width: 97px;
  transition: opacity 0.25s ease;
}
#mobile.active #mobile-logo {
  opacity: 0;
}

.no-scroll {
  overflow-y: hidden;
  position: fixed;
}

footer {
  position: relative;
  width: 100%;
  background: black;
  min-height: 247px;
  font-weight: 100;
}
footer .sitemap {
  width: 960px;
  max-width: 90%;
  display: flex;
  flex-wrap: wrap;
  gap: 60px 20px;
  margin: 0 auto;
  padding: 75px 0;
}
@media (max-width: 768px) {
  footer .sitemap {
    display: none;
    margin: 0;
    padding: 75px 0;
  }
}
footer .sitemap > p,
footer .sitemap .wp-block-spacer,
footer .sitemap .wp-block-separator,
footer .sitemap .form {
  display: none;
}
footer .sitemap .wp-block-columns {
  width: 100%;
  max-width: none;
}
footer .sitemap .wp-block-column {
  flex: 1;
  min-width: 300px;
  margin-left: 0;
}
footer .sitemap .wp-block-column h3 {
  margin: 0 0 0.3em;
  font-size: 19px;
  font-weight: 700;
  color: #fff;
}
@media (max-width: 768px) {
  footer .sitemap .wp-block-column h3 a:after {
    background-image: url("../svg/chevron-right-white-bold.svg");
  }
}
footer .sitemap .wp-block-column p {
  margin: 0 0 0.1em;
  font-size: 19px;
  font-weight: 300;
}
footer .sitemap .wp-block-column a {
  color: #fff;
}
@media (max-width: 768px) {
  footer .sitemap .wp-block-column a:after {
    content: "";
    display: inline-block;
    margin: 0 0.5em;
    width: 0.5em;
    height: 0.7em;
    background: url("../svg/chevron-right-white.svg") no-repeat center center;
  }
}
footer .toggle_sitemap {
  position: relative;
  margin: 0;
  padding: 1em;
  width: 100%;
  background: #000;
  color: #fff;
  text-align: left;
  font-weight: 400;
  border: none;
  border-bottom: 1px solid #fff;
  display: none;
}
footer .toggle_sitemap:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  width: 25px;
  height: 18px;
  transform: translateY(-50%);
  background: url("../svg/burger.svg") no-repeat center center;
  background-size: contain;
}
footer .toggle_sitemap.open:after {
  background-image: url("../svg/close.svg");
}
@media (max-width: 768px) {
  footer .toggle_sitemap {
    display: block;
  }
}
@media (min-width: 992px) {
  footer {
    min-height: 107px;
    color: #656565;
    display: flex;
    align-items: center;
    letter-spacing: 0.035em;
  }
}
footer > .container {
  width: 100%;
  max-width: 940px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1200px) {
  footer > .container {
    max-width: 1160px;
  }
}
@media (min-width: 1300px) {
  footer > .container {
    max-width: 1328px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
footer ul {
  padding: 0;
  list-style: none;
}
footer ul li {
  display: inline-block;
  font-weight: 300;
  font-size: 19px;
  color: #fff;
}
@media (min-width: 992px) {
  footer ul li {
    font-size: 14px;
  }
}
footer ul li a {
  color: #fff;
  display: inline-block;
}
footer ul li a:hover {
  color: white;
  text-decoration: none;
}
footer img {
  max-width: 23px;
}
@media (min-width: 992px) {
  footer img {
    max-width: 17px;
  }
}
footer .wrapper-footer {
  text-align: center;
  display: flex;
  flex-direction: column;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 134px;
}
@media (min-width: 992px) {
  footer .wrapper-footer {
    margin-bottom: 20px;
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
    padding: 0;
  }
}

#footer-copyright {
  order: 2;
  text-align: left;
  margin-top: -20px;
}
@media (min-width: 992px) {
  #footer-copyright {
    order: 1;
    text-align: center;
    margin-top: 1em;
  }
}
#footer-copyright li {
  margin-left: 60px;
  display: none;
}
@media (min-width: 992px) {
  #footer-copyright li {
    display: inline-block;
  }
}
#footer-copyright li:first-child {
  margin-left: 0;
  display: inline-block;
}

#footer-tos {
  order: 3;
}
@media (min-width: 992px) {
  #footer-tos {
    display: block;
  }
  #footer-tos li {
    margin-left: 60px;
  }
  #footer-tos li:first-of-type {
    margin-left: 0;
  }
}
@media (max-width: 992px) {
  #footer-tos {
    text-align: left;
    margin: -0.7em 0 0;
  }
  #footer-tos li {
    display: block;
    line-height: 2.2em;
  }
}

.btn-down-arrow {
  cursor: pointer;
  padding-right: 20px;
  display: inline-block;
}
.btn-down-arrow:after {
  content: "";
  background-image: url(../svg/down-arrow.svg);
  background-position: right 0px center;
  background-repeat: no-repeat;
  display: inline-block;
  height: 8px;
  width: 14px;
  position: relative;
  right: -10px;
  top: -3px;
  transition: transform 0.3s;
}
.btn-down-arrow.active:after {
  transform: rotate(-180deg);
}
.btn-down-arrow .link,
.btn-down-arrow a {
  border-radius: 0;
  background: none;
  padding-top: 0px;
  padding-bottom: 5px;
  padding-left: 0px;
  padding-right: 0px;
  border-bottom: 1px solid black;
  color: black !important;
  font-weight: 350;
  text-decoration: none !important;
  transition: border-bottom-color 0.35s ease;
}

.is-style-icon-right-chevron,
.is-style-icon-down-chevron,
.is-style-icon-right-chevron-19px {
  display: inline-block;
  width: 100%;
  max-width: 960px;
}
.is-style-icon-right-chevron .wp-block-button__link,
.is-style-icon-down-chevron .wp-block-button__link,
.is-style-icon-right-chevron-19px .wp-block-button__link {
  border-radius: 0;
  background: none;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  border-bottom: 1px solid black;
  color: black;
}
.is-style-icon-right-chevron .wp-block-button__link:hover,
.is-style-icon-down-chevron .wp-block-button__link:hover,
.is-style-icon-right-chevron-19px .wp-block-button__link:hover {
  border-bottom: 1px solid white;
}

.is-style-icon-right-chevron .wp-block-button__link:after,
.is-style-icon-right-chevron-19px .wp-block-button__link:after {
  content: url("../svg/chevron-right-black.svg");
  position: relative;
  right: -15px;
  top: 7px;
  transition: right 0.35s ease;
}
.is-style-icon-right-chevron .wp-block-button__link:hover,
.is-style-icon-right-chevron-19px .wp-block-button__link:hover {
  text-decoration: none;
}
.is-style-icon-right-chevron .wp-block-button__link:hover:after,
.is-style-icon-right-chevron .wp-block-button__link:hover:after,
.is-style-icon-right-chevron-19px .wp-block-button__link:hover:after,
.is-style-icon-right-chevron-19px .wp-block-button__link:hover:after {
  right: -23px;
}

.is-style-icon-right-chevron .wp-block-button__link {
  font-size: 20px;
  font-weight: 350;
  padding-bottom: 11px;
}
@media (min-width: 768px) {
  .is-style-icon-right-chevron .wp-block-button__link {
    font-size: 19px;
  }
}
@media (min-width: 992px) {
  .is-style-icon-right-chevron .wp-block-button__link {
    font-size: 27px;
  }
}
.is-style-icon-right-chevron .wp-block-button__link:hover {
  text-decoration: none;
}

.is-style-icon-down-chevron {
  background-image: url("../svg/triangle-down.svg");
  background-position: right center;
  background-repeat: no-repeat;
  padding-right: 20px;
  width: auto;
}

@media (min-width: 992px) {
  .is-style-icon-right-chevron .wp-block-button__link:after {
    top: 3px;
    content: url("../svg/chevron-right-black-new.svg");
  }
}

.is-style-icon-red-button > .wp-block-button__link,
.btn,
input[type=submit] {
  display: block;
  text-align: left;
  font-size: 18px;
  font-weight: 300;
  line-height: 1;
  text-decoration: none !important;
  min-width: 100%;
  letter-spacing: 0.01em;
  display: inline-block;
  height: auto;
  padding: 14px 20px;
  background-color: black;
  background-image: url("../svg/chevron-right-white.svg");
  background-position: right 17px center;
  background-repeat: no-repeat;
  color: white;
  border: none;
  border-radius: 0;
  transition: background-color 0.35s ease, background-position 0.4s ease;
}
.is-style-icon-red-button > .wp-block-button__link:hover, .is-style-icon-red-button > .wp-block-button__link:active, .is-style-icon-red-button > .wp-block-button__link:focus,
.btn:hover,
input[type=submit]:hover,
.btn:active,
input[type=submit]:active,
.btn:focus,
input[type=submit]:focus {
  background-color: #E72412;
  background-position: right 9px center;
  cursor: pointer;
}
.is-style-icon-red-button > .wp-block-button__link:hover.reverse, .is-style-icon-red-button > .wp-block-button__link:active.reverse, .is-style-icon-red-button > .wp-block-button__link:focus.reverse,
.btn:hover.reverse,
input[type=submit]:hover.reverse,
.btn:active.reverse,
input[type=submit]:active.reverse,
.btn:focus.reverse,
input[type=submit]:focus.reverse {
  background-color: black;
}
.is-style-icon-red-button > .wp-block-button__link.reverse,
.btn.reverse,
input.reverse[type=submit] {
  background-color: #E72412;
}
@media (min-width: 768px) {
  .is-style-icon-red-button > .wp-block-button__link,
  .btn,
  input[type=submit] {
    min-width: 335px;
    padding: 14px 18px;
  }
}
@media (min-width: 768px) {
  .sidebar .is-style-icon-red-button > .wp-block-button__link,
  .sidebar .btn,
  .sidebar input[type=submit] {
    min-width: 100%;
    padding: 14px 18px;
  }
}

.is-style-icon-right-chevron-19px {
  font-size: 19px;
}
.is-style-icon-right-chevron-19px .wp-block-button__link:after {
  top: 5px;
}

.is-style-icon-red-button .wp-block-button__link {
  background-color: #E72412 !important;
}
.is-style-icon-red-button .wp-block-button__link:hover, .is-style-icon-red-button .wp-block-button__link:active, .is-style-icon-red-button .wp-block-button__link:focus {
  background-color: black !important;
}

.wp-block-button {
  margin-top: 30px;
  margin-bottom: 30px;
}
.wp-block-button.sub {
  margin-top: 40px;
}
@media (min-width: 1200px) {
  .wp-block-button {
    margin-left: 8%;
    margin-right: 8%;
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .wp-block-columns .wp-block-button, .icon-ownership-list-item-content .wp-block-button, .post .wp-block-button {
    margin-left: 0;
    margin-top: 20px;
  }
  .wp-block-button .wp-block-button__link {
    text-decoration: none !important;
  }
  .wp-block-button .wp-block-button__link:hover {
    border-bottom-color: transparent;
    text-decoration: none !important;
  }
}

body {
  font-family: "neue-haas-grotesk-display", "Neue Haas Grotesk Display Pro", Neue Haas Grotesk Display Pro, "Neue Haas Grotesk Text Pro", "Neue Haas Grotesk Text Pro", sans-serif;
  font-display: auto;
  font-size: 20px;
}

@media (max-width: 1199px) {
  [class*=col-] {
    padding-left: 20px;
    padding-right: 20px;
  }
  .row {
    margin-left: -20px;
    margin-right: -20px;
  }
  main > .container,
  footer > .container,
  footer .wrapper-footer,
  header .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
main {
  min-height: calc(100vh - 102px - 121px - 17px);
  overflow-x: hidden;
}
@media (min-width: 992px) {
  main {
    margin-top: 21px;
  }
}
main > .container > div > div > h1:first-child, main > .container > div > div > h2:first-child, main > .container > div > div > h3:first-child, main > .container > div > div > h4:first-child, main > .container > div > div > h5:first-child, main > .container > div > div > h6:first-child {
  margin-top: 90px;
}
@media (min-width: 992px) {
  main > .container > div > div > h1:first-child, main > .container > div > div > h2:first-child, main > .container > div > div > h3:first-child, main > .container > div > div > h4:first-child, main > .container > div > div > h5:first-child, main > .container > div > div > h6:first-child {
    margin-top: 180px;
  }
}

.page-title {
  margin-left: 0;
  margin-right: 0;
}
.archive .page-title {
  margin-top: 90px;
}

.wrapper-post {
  display: flex;
  flex-direction: column;
  margin-top: 60px;
}
@media (min-width: 992px) {
  .wrapper-post {
    flex-direction: row;
  }
}

.post {
  max-width: 826px;
  margin-bottom: 90px;
}
.post .entry-title {
  font-size: 29px;
}
@media (min-width: 768px) {
  .post .entry-title {
    font-size: 45px;
  }
}
.post .post-date {
  font-size: 29px;
  font-weight: 400;
  color: #656565;
  display: inline-block;
}
@media (min-width: 1200px) {
  .post .post-date {
    margin: 90px 0 80px;
  }
}
.post .entry-content [class^=wp-block-image],
.post .entry-content [class*=wp-block-image] {
  margin-bottom: 60px;
}
.post .entry-content > *:last-child {
  margin-bottom: 0;
}
.single-post .post.post-current > .entry-content {
  padding-bottom: 90px;
}
@media (min-width: 768px) {
  .single-post .post.post-current > .entry-content {
    padding-bottom: 0;
    border-bottom: none;
  }
}
.post.excerpt {
  margin-bottom: 41px;
  padding-bottom: 48px;
  border-bottom: 1px solid black;
}
.post.excerpt .entry-excerpt .entry-title {
  font-weight: 650;
  font-size: 25px;
  line-height: 1.5;
  margin-top: 0;
}
.post.excerpt .entry-excerpt .entry-title a {
  text-decoration: underline;
  color: black;
  font-weight: 700;
}
.post.excerpt .entry-excerpt .entry-title a:hover {
  text-decoration: none;
}
@media (min-width: 768px) {
  .post.excerpt .entry-excerpt .entry-title {
    font-weight: 750;
    font-size: 20px;
  }
}
.post.excerpt .entry-excerpt .post-date {
  font-size: 18px;
  margin-bottom: 20px;
  margin-top: 0;
}
.post.excerpt .entry-excerpt p {
  font-size: 16px;
}
@media (min-width: 768px) {
  .post.excerpt .entry-excerpt p {
    font-size: 14px;
  }
}
.post.excerpt > .featured-image {
  margin-bottom: 30px;
}
.post.excerpt > .featured-image img {
  display: block;
  max-width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .post.excerpt {
    display: flex;
  }
  .post.excerpt > .entry-excerpt {
    flex: 0 2 auto;
  }
  .post.excerpt > .featured-image {
    flex: 0 1 auto;
    max-width: 327px;
    width: 100%;
    margin-right: 35px;
    margin-bottom: 0;
    padding-top: 9px;
  }
}

@media (min-width: 992px) {
  .listing {
    width: 70%;
  }
}

@media (min-width: 992px) {
  .sidebar {
    margin: 70vh 0 0;
    width: 30%;
    padding-left: 72px;
  }
  .archive .sidebar, .blog .sidebar {
    margin-top: -30px;
  }
  .archive .sidebar .form.form-newsletter, .blog .sidebar .form.form-newsletter {
    margin-top: 0;
  }
}

.recent-title {
  font-size: 29px;
  font-weight: 750;
  margin: 90px 0 30px;
}
@media (min-width: 768px) {
  .recent-title {
    margin: 150px 0 60px;
  }
}

.cta-posts, .nav-posts {
  margin-top: 90px;
  font-size: 19px;
  font-weight: 350;
}
@media (min-width: 992px) {
  .cta-posts, .nav-posts {
    margin-top: 180px;
    margin-bottom: 180px;
    font-size: 29px;
  }
}
.cta-posts a, .nav-posts a {
  color: black;
  padding-bottom: 5px;
  border-bottom: 1px solid black;
  text-decoration: none;
}
.cta-posts a:hover, .nav-posts a:hover {
  border-bottom: 1px solid transparent;
  text-decoration: none;
}

.nav-posts {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .nav-posts {
    margin-top: 110px;
    margin-bottom: 200px;
  }
}

.wrapper-values {
  background: #f5f5f5;
  margin-top: 60px;
  margin-bottom: 0;
  padding: 60px 0;
}
@media (min-width: 992px) {
  .wrapper-values {
    margin-top: 90px;
    padding: 90px 0;
    margin-bottom: -90px;
  }
}

.values {
  text-align: left;
}
.values h6 {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.6;
  margin: 25px 0 0;
}
.values p {
  font-size: 29px;
  font-weight: 200;
  flex-basis: 66%;
}
@media (min-width: 992px) {
  .values {
    display: flex;
    flex-wrap: wrap;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
  }
  .values h6 {
    flex-basis: 33%;
  }
  .values p {
    padding-top: 3px;
  }
}

.widget-socials {
  padding: 0;
  margin: 90px auto;
  max-width: 960px;
}
.widget-socials svg {
  width: 31px;
  height: auto;
}
.widget-socials svg.fb-f {
  display: none;
}
@media (min-width: 992px) {
  .widget-socials svg {
    width: 48px;
  }
}
footer .widget-socials {
  order: 1;
  margin: auto;
}
footer .widget-socials svg {
  width: 24px;
  height: auto;
}
footer .widget-socials svg.fb-square {
  display: none;
}
footer .widget-socials svg.fb-f {
  display: block;
}
footer .widget-socials svg path {
  fill: #fff;
}
@media (max-width: 991px) {
  footer .widget-socials {
    margin-top: 90px;
    margin-bottom: 75px;
    margin-left: 0;
  }
}
.widget-socials li {
  list-style: none;
  display: inline-block;
  margin-left: 25px;
  margin-right: 25px;
}
.widget-socials li:first-of-type {
  margin-left: 0px;
}
.widget-socials li:last-of-type {
  margin-right: 0px;
}
@media (min-width: 992px) {
  .widget-socials li {
    margin-left: 60px;
    margin-right: 60px;
  }
  .widget-socials li:first-of-type {
    margin-left: 0px;
  }
  .widget-socials li:last-of-type {
    margin-right: 0px;
  }
  footer .widget-socials li {
    margin-left: 25px;
    margin-right: 25px;
  }
  footer .widget-socials li:first-of-type {
    margin-left: 0px;
  }
  footer .widget-socials li:last-of-type {
    margin-right: 0px;
  }
}
@media (min-width: 992px) {
  footer .widget-socials {
    order: 2;
    text-align: center;
  }
  footer .widget-socials a {
    margin-top: 7px;
  }
}

.upcoming-events {
  margin-top: 60px;
  margin-bottom: 60px;
}
.upcoming-events .wrapper-events {
  margin-left: auto;
  margin-right: auto;
}
.upcoming-events .wrapper-events .post {
  max-width: none;
}

.page-icon-events h1, .page-icon-events h2, .page-icon-events h3, .page-icon-events h4, .page-icon-events p {
  max-width: none;
}
.page-icon-events h1:first-child, .page-icon-events h2:first-child, .page-icon-events h3:first-child, .page-icon-events h4:first-child, .page-icon-events p:first-child {
  margin-top: 0;
}
.page-icon-events .wpgmp_map_container {
  left: auto !important;
  top: auto !important;
  right: auto !important;
  width: auto !important;
  margin: 0 !important;
  aspect-ratio: 2;
}
.page-icon-events .wpgmp_map_container .wpgmp_map_parent {
  margin: 0;
}
.page-icon-events #load-more {
  cursor: pointer;
}
.page-icon-events .map_marker_filter_trigger {
  display: none;
}

.upcoming_events .post.excerpt:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
}
.upcoming_events .sidebar {
  width: 100%;
  margin: 0;
  padding: 0;
}
.upcoming_events .sidebar .form.form-newsletter {
  margin: 0;
}
.upcoming_events .sidebar .form.form-newsletter h4 {
  padding: 0;
  font-size: 29px;
}
.upcoming_events .sidebar .form.form-newsletter .btn, .upcoming_events .sidebar .form.form-newsletter input[type=submit] {
  background: #E72412;
}
.upcoming_events .sidebar .form.form-newsletter .btn:hover, .upcoming_events .sidebar .form.form-newsletter input[type=submit]:hover {
  background: #000;
}

.events-list {
  display: flex;
  gap: 60px;
  margin: 109px 0 0;
  padding: 109px 0 0;
  border-top: 1px solid #000;
}
.events-list .col {
  width: 22%;
}
.events-list .col:nth-child(2) {
  width: auto;
  flex: 1;
}
.events-list .post.excerpt {
  display: block;
  max-width: 680px;
}
.events-list .post.excerpt:last-child {
  border-bottom: none;
}
.events-list .post.excerpt .featured-image {
  max-width: none;
}
.events-list .post.excerpt .featured-image img {
  width: 100%;
  aspect-ratio: 2.35;
  object-fit: cover;
}
.events-list .post.excerpt header {
  margin-top: 30px;
}
.events-list .post.excerpt .post-date {
  color: #656565;
}
.events-list .post.excerpt .post-date span {
  display: inline-block;
  margin-left: 0.5em;
}
.events-list h4 {
  margin-top: 0;
  font-size: 43px;
}
.events-list h6 {
  font-size: 25px;
}
.events-list select {
  max-width: 300px;
}
@media (max-width: 1200px) {
  .events-list {
    display: block;
    margin: 90px 0 0;
    padding: 90px 0 0;
  }
  .events-list .col {
    width: auto;
    margin: 0 0 80px;
  }
  .events-list .form.form-newsletter form {
    margin: 0;
  }
}

label,
.wpgmp-accordion {
  display: inline-block;
  margin-bottom: 14px;
  font-size: 14px;
  line-height: 1;
  color: black;
}
label.error, label.error-date,
.wpgmp-accordion.error,
.wpgmp-accordion.error-date {
  color: #E72412;
}
.wrapper-checkbox label.error:before, .wrapper-checkbox label.error-date:before,
.wrapper-checkbox .wpgmp-accordion.error:before,
.wrapper-checkbox .wpgmp-accordion.error-date:before {
  border-color: #E72412 !important;
}

input[type=text],
input[type=password],
input[type=datetime],
input[type=datetime-local],
input[type=date],
input[type=month],
input[type=time],
input[type=week],
input[type=number],
input[type=email],
input[type=url],
input[type=search],
input[type=tel],
input[type=color],
select,
textarea {
  display: block;
  width: 100%;
  margin-bottom: 27px;
  padding: 13px 22px;
  font-size: 14px;
  line-height: 1.2;
  color: black;
  border: 1px solid black;
  background: white;
  border-radius: 0;
}
input[type=text].error, input[type=text].error-date,
input[type=password].error,
input[type=password].error-date,
input[type=datetime].error,
input[type=datetime].error-date,
input[type=datetime-local].error,
input[type=datetime-local].error-date,
input[type=date].error,
input[type=date].error-date,
input[type=month].error,
input[type=month].error-date,
input[type=time].error,
input[type=time].error-date,
input[type=week].error,
input[type=week].error-date,
input[type=number].error,
input[type=number].error-date,
input[type=email].error,
input[type=email].error-date,
input[type=url].error,
input[type=url].error-date,
input[type=search].error,
input[type=search].error-date,
input[type=tel].error,
input[type=tel].error-date,
input[type=color].error,
input[type=color].error-date,
select.error,
select.error-date,
textarea.error,
textarea.error-date {
  border-color: #E72412;
}
input[type=text]::placeholder,
input[type=password]::placeholder,
input[type=datetime]::placeholder,
input[type=datetime-local]::placeholder,
input[type=date]::placeholder,
input[type=month]::placeholder,
input[type=time]::placeholder,
input[type=week]::placeholder,
input[type=number]::placeholder,
input[type=email]::placeholder,
input[type=url]::placeholder,
input[type=search]::placeholder,
input[type=tel]::placeholder,
input[type=color]::placeholder,
select::placeholder,
textarea::placeholder {
  color: black;
}

input.invisible {
  visibility: hidden;
}

select {
  -moz-appearance: window;
  -webkit-appearance: none;
  background-image: url("../svg/chevron-down-black.svg");
  background-position: right 17px center;
  background-repeat: no-repeat;
  height: 46px;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-weight: 250;
}

::-moz-placeholder { /* Firefox 19+ */
  font-weight: 250;
}

:-ms-input-placeholder { /* IE 10+ */
  font-weight: 250;
}

:-moz-placeholder { /* Firefox 18- */
  font-weight: 250;
}

[type=checkbox]:checked, [type=checkbox]:not(:checked),
[type=radio]:checked,
[type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}
[type=checkbox]:checked ~ label, [type=checkbox]:not(:checked) ~ label, [type=checkbox]:checked ~ .wpgmp-accordion, [type=checkbox]:not(:checked) ~ .wpgmp-accordion,
[type=radio]:checked ~ label,
[type=radio]:not(:checked) ~ label,
[type=radio]:checked ~ .wpgmp-accordion,
[type=radio]:not(:checked) ~ .wpgmp-accordion {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
}
[type=checkbox]:checked ~ label:before, [type=checkbox]:not(:checked) ~ label:before, [type=checkbox]:checked ~ .wpgmp-accordion:before, [type=checkbox]:not(:checked) ~ .wpgmp-accordion:before,
[type=radio]:checked ~ label:before,
[type=radio]:not(:checked) ~ label:before,
[type=radio]:checked ~ .wpgmp-accordion:before,
[type=radio]:not(:checked) ~ .wpgmp-accordion:before {
  content: "";
  position: absolute;
  left: 3px;
  top: 3px;
  width: 14px;
  height: 14px;
  border: 1px solid black;
  background: #fff;
}
[type=checkbox]:checked ~ label:after, [type=checkbox]:checked ~ .wpgmp-accordion:after,
[type=radio]:checked ~ label:after,
[type=radio]:checked ~ .wpgmp-accordion:after {
  content: "";
  position: absolute;
  -webkit-transition: all 0.2s ease;
  transition: opacity 0.2s ease;
  left: 5px;
  top: 9px;
  background: #656565;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 #656565, 4px 0 0 #656565, 4px -2px 0 #656565, 4px -4px 0 #656565, 4px -6px 0 #656565, 4px -8px 0 #656565;
  transform: rotate(45deg);
}
[type=checkbox]:not(:checked) ~ label:after, [type=checkbox]:not(:checked) ~ .wpgmp-accordion:after,
[type=radio]:not(:checked) ~ label:after,
[type=radio]:not(:checked) ~ .wpgmp-accordion:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 9px;
  background: #656565;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 #656565, 4px 0 0 #656565, 4px -2px 0 #656565, 4px -4px 0 #656565, 4px -6px 0 #656565, 4px -8px 0 #656565;
  transform: rotate(45deg);
  transition: opacity 0.2s ease;
  opacity: 0;
}
[type=checkbox]:checked ~ label:after, [type=checkbox]:checked ~ .wpgmp-accordion:after,
[type=radio]:checked ~ label:after,
[type=radio]:checked ~ .wpgmp-accordion:after {
  opacity: 1;
}

[type=radio]:checked ~ label:before, [type=radio]:not(:checked) ~ label:before {
  border-radius: 50%;
}
[type=radio]:checked ~ label:after {
  content: "";
  position: absolute;
  -webkit-transition: all 0.2s ease;
  transition: opacity 0.2s ease;
  left: 6px;
  top: 6px;
  background: #656565;
  border-radius: 100%;
  width: 8px;
  height: 8px;
  box-shadow: none;
  transform: none;
}

.form {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-top: 90px;
  letter-spacing: 0.01em;
  margin-bottom: 60px;
}
@media (min-width: 992px) {
  .form {
    margin-top: 150px;
  }
}
.form h4 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 40px;
}
.form p {
  font-size: 14px;
  margin-left: 0;
}
.form p.notice {
  color: #656565;
}
.form > * {
  width: 100%;
}
.form > *.wrapper-form {
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .form > * {
    margin-bottom: 0;
  }
  .form > *.form-meta {
    width: 25%;
  }
  .form > *.wrapper-form {
    width: 70%;
    margin-right: 5%;
  }
}
.form.form-newsletter {
  text-align: center;
  margin: 60px -20px 0;
}
@media (min-width: 768px) {
  .form.form-newsletter {
    margin: 120px -20px;
  }
  .sidebar .form.form-newsletter {
    margin: 120px 0 0;
  }
}
.form.form-newsletter + .wp-block-spacer {
  display: none;
}
.form.form-newsletter h4 {
  padding: 0 15px;
  margin-bottom: 30px;
  text-align: left;
  font-size: 25.5px;
  font-weight: 300;
}
@media (min-width: 768px) {
  .form.form-newsletter h4 {
    text-align: center;
  }
  .sidebar .form.form-newsletter h4 {
    font-size: 20px;
    font-weight: 300;
    text-align: left;
    padding: 0;
  }
}
.form.form-newsletter .wrapper-form {
  width: 100%;
  padding: 0;
  margin: 0;
}
.form.form-newsletter form {
  margin: 0 auto;
}
.form.form-newsletter form .error-field,
.form.form-newsletter form .error-date-field {
  top: -20px;
  left: 15px;
}
.form.form-newsletter form #newsletter-form-submit {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 991px) {
  .form.form-newsletter form #newsletter-form-submit {
    padding: 16px 17px;
    font-size: 20px;
  }
}
.form.form-newsletter form #email {
  letter-spacing: 0.01em;
  border-top-color: transparent;
  border-right-color: transparent;
  border-left-color: transparent;
  border-bottom-color: transparent;
  background: #f5f5f5;
  padding-left: 15px;
  font-size: 16px;
  margin-bottom: 0;
}
.form.form-newsletter form #email::placeholder {
  color: #656565;
}
@media (max-width: 991px) {
  .form.form-newsletter form #email::placeholder {
    font-weight: 350;
  }
}
@media (max-width: 991px) {
  .form.form-newsletter form #email {
    font-weight: 350 !important;
    font-size: 20px;
  }
}
.form.form-newsletter form .submit-alt {
  display: none;
}
@media (min-width: 768px) {
  .form.form-newsletter form {
    max-width: 300px;
  }
  .form.form-newsletter form .error-field,
  .form.form-newsletter form .error-date-field {
    position: static;
    margin-top: 10px;
    text-align: left;
  }
  .sidebar .form.form-newsletter form .error-field,
  .sidebar .form.form-newsletter form .error-date-field {
    position: absolute;
    margin-top: 2px;
    height: 15px;
  }
  .form.form-newsletter form .wrapper-input, .form.form-newsletter form .wrapper-flex, .form.form-newsletter form .wrapper-radio, .form.form-newsletter form .wrapper-checkbox {
    position: relative;
  }
  .form.form-newsletter form .submit-alt {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    font-weight: 550;
    letter-spacing: 0.01em;
    font-size: 12px;
    line-height: unset;
    text-transform: uppercase;
    color: black;
    padding: 10px 16px 7px;
    background-image: url("../svg/newsletter-arrow.svg");
    background-position: right 1px center;
    background-repeat: no-repeat;
  }
  .form.form-newsletter form .submit-alt:hover {
    cursor: pointer;
  }
  .sidebar .form.form-newsletter form .submit-alt {
    display: none;
  }
  .form.form-newsletter form #email {
    border-bottom-color: black;
    background: transparent;
    padding-left: 0;
    padding-right: 70px;
  }
  .form.form-newsletter form #email.error, .form.form-newsletter form #email.error-date {
    border-bottom-color: #E72412;
    border-bottom-width: 2px;
  }
  .sidebar .form.form-newsletter form #email {
    border-bottom-color: transparent;
    background: #f5f5f5;
    padding-left: 15px;
  }
  .form.form-newsletter form .submit > input {
    display: none;
  }
  .sidebar .form.form-newsletter form .submit > input {
    display: block;
    width: 100%;
    background-color: black;
  }
  .sidebar .form.form-newsletter form .submit > input:hover, .sidebar .form.form-newsletter form .submit > input:focus, .sidebar .form.form-newsletter form .submit > input:active {
    background-color: #E72412;
  }
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  position: relative;
  width: 100%;
}
.form-contact .form-row.submit {
  margin-top: 20px;
}
.form-row input[type=submit]:disabled {
  opacity: 0.3;
  pointer-events: none;
}

.wrapper-input, .wrapper-flex, .wrapper-radio, .wrapper-checkbox {
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .wrapper-input.double, .double.wrapper-flex, .double.wrapper-radio, .double.wrapper-checkbox {
    width: 50%;
    padding-right: 18px;
  }
  .wrapper-input.double:nth-child(even), .double.wrapper-flex:nth-child(even), .double.wrapper-radio:nth-child(even), .double.wrapper-checkbox:nth-child(even) {
    padding-right: 0;
    padding-left: 18px;
  }
}

.wrapper-checkbox {
  margin-bottom: 28px;
}

.wrapper-radio {
  display: flex;
}
.wrapper-radio .wrapper-checkbox {
  margin-bottom: 0;
}

.wrapper-flex {
  display: flex;
  justify-content: space-between;
}
.wrapper-flex > * {
  flex-basis: 48%;
}
@media (min-width: 992px) {
  .wrapper-flex > * {
    flex-basis: 50%;
  }
}

.error-field,
.error-date-field {
  position: absolute;
  bottom: 7px;
  font-size: 12px;
  line-height: 1;
  color: #E72412;
}

.error,
.error-date {
  border-color: #E72412;
}
.error ~ *,
.error-date ~ * {
  color: #E72412;
}

.form-meta hr {
  border-color: black;
  margin-bottom: 15px;
}
.form-meta p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
.form-meta h3 {
  font-size: 16px;
  font-weight: 500;
}
.form-meta h3.hq {
  margin-top: 0px;
}

.form-province,
.wrapper-bank {
  display: none;
  width: 100%;
}

.wrapper-investor,
.wrapper-credit,
.wrapper-bank {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.35s ease;
}
.wrapper-investor.open,
.wrapper-credit.open,
.wrapper-bank.open {
  opacity: 1;
  max-height: 1000px;
}

.offsc {
  position: absolute;
  left: -9999px;
  top: -9999px;
}

#content .form-grid {
  margin: 90px 0 60px 0;
  max-width: 100%;
}
@media (max-width: 767px) {
  #content .form-grid {
    display: block;
  }
}
@media (min-width: 768px) {
  #content .form-grid .wp-block-column:first-of-type {
    flex-basis: calc(100% - 40px);
  }
}
@media (max-width: 767px) {
  #content .form-grid .wp-block-column:last-of-type {
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  #content .form-grid .wp-block-column:last-of-type {
    flex-basis: calc(35% - 10px);
  }
}
#content .form-grid .wp-block-column:last-of-type p {
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
#content .form-grid .wp-block-column:last-of-type h3 {
  font-size: 16px;
  font-weight: 500;
}

.g-recaptcha {
  margin-bottom: 20px;
}

.wp-block-image {
  max-width: initial;
}
.wp-block-image img {
  height: auto;
}

.wp-block-button__link:empty {
  display: none;
}

.wp-block-media-text__media img {
  height: auto;
}

.full-width,
.is-style-icon-image-full-width,
.is-style-icon-slide-full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  text-align: center;
}

@media (min-width: 1200px) {
  .full-width-margins {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    text-align: center;
  }
  .full-width-margins img {
    max-width: 1328px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.full-width img {
  width: 100%;
}

.is-style-icon-paragraph-960,
.is-style-icon-headline-960,
.is-style-icon-paragraph-960-19-5px {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.is-style-icon-paragraph-960-19-5px,
p.is-style-icon-paragraph-960-19-5px {
  max-width: 640px;
  font-size: 19.5px;
}

.wp-block-iconaircraftblocks-hero-video h3,
.wp-block-iconaircraftblocks-hero-image h3 {
  margin-top: -0.8em;
}
.wp-block-iconaircraftblocks-hero-video h2,
.wp-block-iconaircraftblocks-hero-video h3,
.wp-block-iconaircraftblocks-hero-image h2,
.wp-block-iconaircraftblocks-hero-image h3 {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 992px) {
  .wp-block-iconaircraftblocks-hero-image {
    margin-bottom: 172px;
  }
}

@media (min-width: 992px) {
  .wp-block-iconaircraftblocks-hero-video.margin-bottom {
    margin-bottom: 172px;
  }
}

.wp-block-iconaircraftblocks-image:first-child,
.wp-block-columns:first-child,
.wp-block-iconaircraftblocks-slideshow:first-child,
.wp-block-iconaircraftblocks-slideshow-super-simple:first-child {
  margin-top: 0;
}
.wp-block-iconaircraftblocks-image:last-child,
.wp-block-columns:last-child,
.wp-block-iconaircraftblocks-slideshow:last-child,
.wp-block-iconaircraftblocks-slideshow-super-simple:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .wp-block-iconaircraftblocks-image,
  .wp-block-columns,
  .wp-block-iconaircraftblocks-slideshow,
  .wp-block-iconaircraftblocks-slideshow-super-simple {
    margin-top: 90px;
    margin-bottom: 100px;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
  }
  .wp-block-iconaircraftblocks-image .wp-block-iconaircraftblocks-image,
  .wp-block-columns .wp-block-iconaircraftblocks-image,
  .wp-block-iconaircraftblocks-slideshow .wp-block-iconaircraftblocks-image,
  .wp-block-iconaircraftblocks-slideshow-super-simple .wp-block-iconaircraftblocks-image {
    max-width: none !important;
    margin-left: inherit !important;
    margin-right: inherit !important;
    left: auto !important;
    right: auto !important;
  }
  .wp-block-iconaircraftblocks-image[class*=full-width],
  .wp-block-columns[class*=full-width],
  .wp-block-iconaircraftblocks-slideshow[class*=full-width],
  .wp-block-iconaircraftblocks-slideshow-super-simple[class*=full-width] {
    max-width: none;
  }
}

@media (max-width: 991px) {
  .wp-block-iconaircraftblocks-image,
  .wp-block-iconaircraftblocks-slideshow,
  .wp-block-iconaircraftblocks-slideshow-super-simple,
  .post .entry-content [class*=wp-block-image],
  .post .entry-content [class^=wp-block-image] {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw !important;
    margin-right: -50vw !important;
  }
  .wp-block-iconaircraftblocks-image .wp-block-iconaircraftblocks-image,
  .wp-block-iconaircraftblocks-slideshow .wp-block-iconaircraftblocks-image,
  .wp-block-iconaircraftblocks-slideshow-super-simple .wp-block-iconaircraftblocks-image,
  .post .entry-content [class*=wp-block-image] .wp-block-iconaircraftblocks-image,
  .post .entry-content [class^=wp-block-image] .wp-block-iconaircraftblocks-image {
    max-width: none !important;
    margin-left: inherit !important;
    margin-right: inherit !important;
    left: auto !important;
    right: auto !important;
  }
}

.wp-block-iconaircraftblocks-hero-video.icon-hero .wp-block-button {
  margin-bottom: 58px;
}
@media (max-width: 599px) {
  .wp-block-iconaircraftblocks-hero-video.icon-hero .wp-block-button {
    margin-top: 10px;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 0;
    width: 100vw;
  }
  .wp-block-iconaircraftblocks-hero-video.icon-hero .wp-block-button a {
    letter-spacing: 0.02em;
    padding: 16px 20px;
  }
}

.wp-block-iconaircraftblocks-ownership-list {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
}
@media (min-width: 768px) {
  .wp-block-iconaircraftblocks-ownership-list {
    margin-bottom: 180px;
  }
}
.wp-block-iconaircraftblocks-ownership-list .icon-ownership-list-item .icon-ownership-list-item-content, .wp-block-iconaircraftblocks-ownership-list .faq-question .icon-ownership-list-item-content {
  padding-left: 0;
  margin-bottom: 30px;
  border-bottom: 1px solid black;
}
.wp-block-iconaircraftblocks-ownership-list .icon-ownership-list-item .icon-ownership-list-item-content > .wp-block-button a, .wp-block-iconaircraftblocks-ownership-list .faq-question .icon-ownership-list-item-content > .wp-block-button a {
  font-size: 19.5px;
}
@media (min-width: 768px) {
  .wp-block-iconaircraftblocks-ownership-list .icon-ownership-list-item .icon-ownership-list-item-content, .wp-block-iconaircraftblocks-ownership-list .faq-question .icon-ownership-list-item-content {
    margin-bottom: 0;
    border-bottom: none;
    padding-left: 3em;
  }
}
.wp-block-iconaircraftblocks-ownership-list .icon-ownership-list-item .icon-ownership-list-item-content p, .wp-block-iconaircraftblocks-ownership-list .faq-question .icon-ownership-list-item-content p {
  font-size: 20px;
}
.wp-block-iconaircraftblocks-ownership-list .icon-ownership-list-item .icon-ownership-list-item-content ul, .wp-block-iconaircraftblocks-ownership-list .faq-question .icon-ownership-list-item-content ul {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .wp-block-iconaircraftblocks-ownership-list .icon-ownership-list-item .icon-ownership-list-item-content ul, .wp-block-iconaircraftblocks-ownership-list .faq-question .icon-ownership-list-item-content ul {
    margin-top: 52px;
  }
}
.wp-block-iconaircraftblocks-ownership-list .icon-ownership-list-item .icon-ownership-list-item-content:before, .wp-block-iconaircraftblocks-ownership-list .faq-question .icon-ownership-list-item-content:before {
  font-size: 20px;
  font-weight: 750;
  top: -3px;
}
@media (min-width: 768px) {
  .wp-block-iconaircraftblocks-ownership-list .icon-ownership-list-item .icon-ownership-list-item-content:before, .wp-block-iconaircraftblocks-ownership-list .faq-question .icon-ownership-list-item-content:before {
    top: 0;
    line-height: 1.3;
    font-size: 29px;
    font-weight: 350;
  }
}
.wp-block-iconaircraftblocks-ownership-list .icon-ownership-list-item .icon-ownership-list-item-content h4, .wp-block-iconaircraftblocks-ownership-list .faq-question .icon-ownership-list-item-content h4 {
  margin-left: 36px;
  margin-bottom: 0;
  font-weight: 750;
  font-size: 20px;
}
@media (min-width: 768px) {
  .wp-block-iconaircraftblocks-ownership-list .icon-ownership-list-item .icon-ownership-list-item-content h4, .wp-block-iconaircraftblocks-ownership-list .faq-question .icon-ownership-list-item-content h4 {
    font-weight: 550;
    font-size: 30px;
    margin-bottom: 1em;
    margin-left: 0;
  }
}
.wp-block-iconaircraftblocks-ownership-list .icon-ownership-list-item .icon-ownership-list-item-content .is-style-icon-red-button, .wp-block-iconaircraftblocks-ownership-list .faq-question .icon-ownership-list-item-content .is-style-icon-red-button {
  width: 100%;
  display: inline-block;
}
.wp-block-iconaircraftblocks-ownership-list .icon-ownership-list-item:last-child .icon-ownership-list-item-content, .wp-block-iconaircraftblocks-ownership-list .faq-question:last-child .icon-ownership-list-item-content {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.slideShowControl li {
  color: black;
  font-weight: 350;
  letter-spacing: 0.02em;
  border-bottom: solid 2px transparent;
  transition: color 0.35s ease, border-bottom-color 0.35s ease;
}
.slideShowControl li.active {
  color: black;
  font-weight: 650;
  border-bottom-color: black !important;
}
.slideShowControl li:hover {
  border-bottom-color: transparent;
}

.icon-super-simple-slideshow .inline:not(.wp-block-iconaircraftblocks-image),
.icon-super-simple-slideshow .full-width:not(.wp-block-iconaircraftblocks-image) {
  opacity: 0;
}
.icon-super-simple-slideshow .inline:not(.wp-block-iconaircraftblocks-image).slick-initialized,
.icon-super-simple-slideshow .full-width:not(.wp-block-iconaircraftblocks-image).slick-initialized {
  opacity: 1;
  transition: opacity 0.35s ease, height 0.35s ease;
}

.icon-slideshow .slick-list {
  border-bottom: 1px solid black;
}
.icon-slideshow .icon-slide {
  border-bottom: none;
}

.info-box {
  background: black;
  color: white;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 768px) {
  .info-box {
    padding-top: 100px;
    padding-bottom: 155px;
  }
}
.info-box small {
  font-size: 15px;
  line-height: 1.3em;
}
.info-box a {
  color: white;
}
.info-box h5 {
  font-weight: 600;
  margin-bottom: 15px;
}
.info-box hr {
  text-align: left;
  margin-left: 0;
}
@media (min-width: 768px) {
  .info-box hr {
    max-width: 360px;
    border-color: #d8d8d8;
  }
}
.info-box p.clarification {
  font-size: 15px;
}
.info-box .wp-block-column p {
  font-size: 16px;
  line-height: 1.4em;
}
@media (min-width: 768px) {
  .info-box .wp-block-column p {
    font-size: 25px;
  }
}
.info-box > .container {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991px) {
  .info-box > .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.info-box .section-heading {
  margin-top: 60px;
}
@media (min-width: 768px) {
  .info-box:not(.a5-specifications) {
    margin-top: 100px;
    margin-bottom: 150px;
  }
}
.info-box .sub {
  margin-top: -0.85em;
}
.info-box .wp-block-columns {
  margin: 0;
  justify-content: space-between;
}
.info-box .wp-block-columns hr {
  border-color: white;
}
.info-box .wp-block-columns .wp-block-column {
  margin-bottom: -25px;
  flex-grow: 0;
  flex-basis: calc(50% - 10px);
}
@media (max-width: 991px) {
  .info-box .wp-block-columns .wp-block-column {
    flex-basis: calc(49% - 11px);
  }
}
.info-box .down-arrow {
  position: relative;
  margin-left: 10px;
  top: -2px;
}
.info-box .up-arrow {
  position: relative;
  margin-left: 10px;
  top: -3px;
}
.info-box .wp-block-separator {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .info-box .wp-block-separator {
    margin-top: 22px;
    margin-bottom: 22px;
  }
}
.info-box .black-column p {
  margin-bottom: 50px;
  margin-top: 0;
}
.info-box .hr {
  width: calc(100% - 40px);
  height: 1px;
  border-top: 1px solid white;
  margin-bottom: 25px;
}
.info-box .hr.hr-full {
  width: 100%;
}
.info-box #more-content {
  font-size: 20px;
}
.info-box #less-content {
  display: inline;
}
.info-box .cta-toggle {
  margin-top: 71px;
  display: block;
}
.info-box .height #more-content {
  display: inline;
}
.info-box .height #less-content {
  display: block;
}
@media (max-width: 991px) {
  .info-box.a5-specifications p {
    margin-bottom: 0 !important;
  }
}

.desktop-only {
  display: none;
}
@media (min-width: 992px) {
  .desktop-only {
    display: block;
  }
}

.mobile-only {
  display: block;
}
.mobile-only.table-responsive {
  display: table;
}
@media (min-width: 992px) {
  .mobile-only.table-responsive {
    display: none;
  }
}
@media (min-width: 992px) {
  .mobile-only {
    display: none;
  }
}

.table-responsive {
  width: 100%;
}
@media (min-width: 992px) {
  .table-responsive {
    font-size: 25px;
    font-weight: 350;
  }
}
.table-responsive tr {
  width: 100%;
}
.table-responsive.margin-bottom {
  margin-bottom: 50px;
}
.table-responsive.mobile-only td {
  vertical-align: top;
  padding-bottom: 16px;
}
.table-responsive.mobile-only .no-pad td {
  padding-bottom: 0;
}
.table-responsive.mobile-only td:first-child {
  width: 60%;
}
.table-responsive.mobile-only td:last-child {
  width: 40%;
}
.table-responsive thead {
  font-weight: 600;
}
@media (min-width: 992px) {
  .desktop-only .table-responsive .spacer td {
    padding-bottom: 50px;
  }
}
.desktop-only .table-responsive .totals td {
  padding-top: 38px;
}
@media (max-width: 991px) {
  .table-responsive {
    font-size: 16px;
    line-height: 1.6em;
  }
}

.a5-ownership {
  margin-top: -1em;
}
.a5-ownership .lead {
  margin-bottom: 100px;
}
.a5-ownership .first-costs {
  display: flex;
}
.a5-ownership .cola {
  width: calc(100% - 160px);
}
.a5-ownership .colb {
  width: 160px;
}
.a5-ownership .colb p {
  line-height: 1em;
}
.a5-ownership .desktop-only td {
  padding-top: 0;
  padding-bottom: 3px;
}
.a5-ownership .desktop-only td:first-of-type {
  width: 430px;
}
.a5-ownership .desktop-only td:nth-of-type(2) {
  width: 174px;
}
.a5-ownership .desktop-only td:nth-of-type(3) {
  width: 155px;
}
.a5-ownership .desktop-only td:nth-of-type(4) {
  width: 160px;
}
.a5-ownership .variable {
  margin-bottom: 40px;
}
.a5-ownership .spacer td {
  padding-top: 38px;
}

.a5-trailer .sub {
  margin-bottom: 100px;
}
.a5-trailer thead {
  font-weight: 200;
}
.a5-trailer table td {
  width: 50%;
}
.a5-trailer .mobile-only td:first-child {
  width: 50%;
}
.a5-trailer .mobile-only td:last-child {
  width: 50%;
}
.a5-trailer .desktop-only {
  line-height: 1.25em;
}
.a5-trailer .desktop-only thead td {
  padding-bottom: 5px;
}
.a5-trailer .desktop-only td {
  padding: 10px;
}
.a5-trailer .desktop-only td:first-of-type {
  padding-right: 30px;
}
.a5-trailer .desktop-only td:last-of-type {
  padding-left: 30px;
}
.a5-trailer .desktop-only .hr-container td {
  padding-top: 15px;
}
@media (min-width: 992px) {
  .a5-trailer .hr {
    margin-top: 30px;
    margin-bottom: 8px;
    width: 100%;
  }
}

.desktop-only .spacer.bottom td {
  padding-top: 0px;
}

.info-box.a5-ownership {
  margin-top: 0;
  margin-bottom: 0;
}

.info-box.a5-trailer {
  margin-bottom: -55px;
}

.wp-block-iconaircraftblocks-slideshow.icon-slideshow .slick-arrow {
  display: none !important;
  top: calc(50% - 20px);
  padding: 300px 40px;
}
.wp-block-iconaircraftblocks-slideshow.icon-slideshow .slick-arrow:before {
  display: block;
  content: "";
  background-image: url("../svg/slide-next.svg");
  height: 41px;
  width: 12px;
  opacity: 0.35;
}
.wp-block-iconaircraftblocks-slideshow.icon-slideshow .slick-arrow:hover:before {
  opacity: 1;
  transition: opacity 0.35s ease;
}
@media (min-width: 1200px) {
  .wp-block-iconaircraftblocks-slideshow.icon-slideshow .slick-arrow {
    display: inline-block !important;
  }
}
.wp-block-iconaircraftblocks-slideshow.icon-slideshow .slick-arrow.slick-prev {
  left: -25px;
}
.wp-block-iconaircraftblocks-slideshow.icon-slideshow .slick-arrow.slick-prev:before {
  background-image: url("../svg/slide-prev.svg");
  position: relative;
  left: -12px;
}
@media (min-width: 1200px) {
  .wp-block-iconaircraftblocks-slideshow.icon-slideshow .slick-arrow.slick-prev {
    left: -130px;
  }
}
.wp-block-iconaircraftblocks-slideshow.icon-slideshow .slick-arrow.slick-next {
  right: -25px;
}
@media (min-width: 1200px) {
  .wp-block-iconaircraftblocks-slideshow.icon-slideshow .slick-arrow.slick-next {
    right: -130px;
  }
}

.tabbed-nav-wrapper {
  position: absolute;
  z-index: 9;
  width: 100%;
  height: 53px;
  overflow: hidden;
}
.tabbed-nav-wrapper .tabbed-nav {
  width: 100%;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
  background-color: white;
}
.tabbed-nav-wrapper .tabbed-nav::-webkit-scrollbar {
  display: none;
}
.tabbed-nav-wrapper .tabbed-nav ul {
  width: 600px;
  margin: 0 auto;
  padding-bottom: 50px;
}

.wp-block-columns {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
.wp-block-columns h4 {
  font-size: 29px;
  font-weight: 650;
}
.wp-block-columns hr {
  border-color: black;
  margin: 30px 0;
  width: 100%;
}
.home .wp-block-columns {
  max-width: 100%;
}
@media (min-width: 1200px) {
  .wp-block-columns .wp-block-column:not(:first-child) {
    margin-left: 56px;
  }
}
@media (max-width: 700px) {
  .wp-block-columns .wp-block-image {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw !important;
    margin-right: -50vw !important;
    text-align: center;
  }
}
@media (max-width: 700px) {
  .wrapper-profiles .wp-block-columns .wp-block-image {
    left: 0;
    right: auto;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
.wp-block-columns.training .wp-block-column.disabled {
  display: block;
  opacity: 0.25;
}
.wp-block-columns.training .wp-block-column h3 {
  font-size: 45px;
}
.wp-block-columns.pilot, .wp-block-columns.notpilot {
  opacity: 0;
  max-height: 0;
  width: 100vw;
  margin-bottom: 0;
  margin-left: -20px;
  pointer-events: none;
  background-color: #f5f5f5;
  padding: 0 30px;
  transition: all 0.35s ease;
}
@media (min-width: 768px) {
  .wp-block-columns.pilot, .wp-block-columns.notpilot {
    margin-left: -25px;
  }
}
@media (min-width: 992px) {
  .wp-block-columns.pilot, .wp-block-columns.notpilot {
    border-bottom: 1px solid black;
    padding: 0 8%;
    margin-top: -40px;
    max-width: none;
    margin-left: -42px;
  }
}
@media (min-width: 1440px) {
  .wp-block-columns.pilot, .wp-block-columns.notpilot {
    margin-left: auto;
    width: 100%;
  }
}
.wp-block-columns.pilot.open, .wp-block-columns.notpilot.open {
  opacity: 1;
  max-height: 1900px;
  margin-bottom: 90px;
  pointer-events: auto;
}
.wp-block-columns.pilot .wp-block-column, .wp-block-columns.notpilot .wp-block-column {
  padding-top: 20px;
}
.wp-block-columns.memorial p:first-child {
  margin-top: 0;
  line-height: 1;
}
.wp-block-columns.memorial h4 {
  font-size: 20px;
}
.wp-block-columns.memorial h4 ~ p {
  font-size: 14px;
}
.wp-block-columns.memorial .wp-block-button {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .wp-block-columns.memorial .wp-block-column {
    flex-basis: 24%;
  }
}
.wp-block-columns.memorial .wp-block-column:first-child img {
  height: auto;
}
@media (min-width: 768px) {
  .wp-block-columns.memorial .wp-block-column:last-child {
    margin-left: 43px;
    flex-basis: 100%;
  }
}

.wrapper-profiles {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .wrapper-profiles {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.wrapper-profiles .employee-title {
  margin-top: 0;
  line-height: 1em;
}
@media (max-width: 991px) {
  .wrapper-profiles .employee-title {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .wrapper-profiles .employee-title {
    line-height: 1.5;
  }
}
.wrapper-profiles .employee-name {
  font-size: 20px;
  margin-top: 7.5px;
}
@media (min-width: 1200px) {
  .wrapper-profiles .employee-name {
    margin-top: 25px;
  }
}
.wrapper-profiles p {
  font-weight: 400;
}
.wrapper-profiles .btn-down-arrow {
  margin: 0;
}
.wrapper-profiles > .wp-block-columns {
  display: block;
  width: 100%;
  margin: 0 0 34px;
  padding-bottom: 24px;
  border-bottom: 1px solid black;
}
@media (min-width: 992px) {
  .wrapper-profiles > .wp-block-columns {
    width: 47%;
    margin-bottom: 53px;
    padding-bottom: 53px;
  }
}
.wrapper-profiles > .wp-block-columns .wp-block-column {
  margin-bottom: 0;
}
.wrapper-profiles > .wp-block-columns .wp-block-column .wp-block-image {
  max-width: 140px;
}
@media (min-width: 1200px) {
  .wrapper-profiles > .wp-block-columns .wp-block-column .wp-block-image {
    max-width: 176px;
  }
}
.wrapper-profiles > .wp-block-columns > .wp-block-column:nth-of-type(1) > .wp-block-columns:nth-of-type(1) {
  flex-wrap: nowrap;
}
.wrapper-profiles > .wp-block-columns > .wp-block-column:nth-of-type(1) > .wp-block-columns:nth-of-type(1) .wp-block-column {
  flex-basis: 40%;
}
.wrapper-profiles > .wp-block-columns > .wp-block-column:nth-of-type(1) > .wp-block-columns:nth-of-type(1) .wp-block-column:not(:first-child) {
  margin-left: 28px;
}
.wrapper-profiles > .wp-block-columns > .wp-block-column:nth-of-type(1) > .wp-block-columns:nth-of-type(1) > .wp-block-column:nth-of-type(2) {
  position: relative;
}
.wrapper-profiles > .wp-block-columns > .wp-block-column:nth-of-type(1) > .wp-block-columns:nth-of-type(1) > .wp-block-column:nth-of-type(2) .btn-down-arrow {
  position: absolute;
  bottom: 0;
}
.wrapper-profiles > .wp-block-columns > .wp-block-column:nth-of-type(1) > .wp-block-columns:nth-of-type(1) > .wp-block-column:nth-of-type(2) .btn-down-arrow:hover {
  color: black;
  border-bottom-color: transparent;
}
.wrapper-profiles > .wp-block-columns > .wp-block-column:nth-of-type(2) {
  overflow: hidden;
  max-height: 0;
  width: 100%;
  transition: max-height 0.35s ease;
  margin-left: 0;
  margin-top: 5px;
}
@media (min-width: 768px) {
  .wrapper-profiles > .wp-block-columns > .wp-block-column:nth-of-type(2) > *:first-child {
    padding-top: 47px;
  }
  .wrapper-profiles > .wp-block-columns > .wp-block-column:nth-of-type(2) > *:last-child {
    margin: 0;
  }
}
.wrapper-profiles > .wp-block-columns > .wp-block-column:nth-of-type(2) p {
  font-size: 16px;
}
@media (min-width: 768px) {
  .wrapper-profiles > .wp-block-columns > .wp-block-column:nth-of-type(2) p {
    font-size: 14px;
  }
}
.wrapper-profiles > .wp-block-columns.open {
  width: 100%;
}
@media (min-width: 768px) {
  .wrapper-profiles > .wp-block-columns.open > .wp-block-column:nth-of-type(1) {
    width: 47%;
  }
}
.wrapper-profiles > .wp-block-columns.active > .wp-block-column:nth-of-type(2) {
  max-height: 1000px;
}

.wpgmp_map_container .wpgmp_map_parent {
  margin-top: 20px;
  margin-bottom: 60px;
  float: none;
}
@media (min-width: 992px) {
  .wpgmp_map_container .wpgmp_map_parent {
    margin-top: 50px;
    margin-bottom: 90px;
  }
}
.wpgmp_map_container .wpgmp_map_parent .wpgmp_map {
  max-width: 1328px;
  margin: 0 auto;
}
.wpgmp_map_container .wpgmp_map_parent .wpgmp_map .hidden {
  pointer-events: none;
}
.wpgmp_map_container .wpgmp_map_parent .fc-infowindow-default {
  text-align: left;
}
.wpgmp_map_container .wpgmp_map_parent .fc-infowindow-default h4 {
  font-size: 19px;
  margin-top: 0;
  margin-bottom: 0.5em;
}
.wpgmp_map_container .wpgmp_map_parent .fc-infowindow-default p,
.wpgmp_map_container .wpgmp_map_parent .fc-infowindow-default address {
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 2em;
  line-height: 1.5;
}
.wpgmp_map_container .wpgmp_map_parent .fc-infowindow-default .fc-main > br:first-of-type {
  display: none;
}
.wpgmp_map_container .wpgmp_map_parent .fc-infowindow-default .is-style-icon-right-chevron a {
  text-decoration: none;
  padding-bottom: 5px;
  font-size: 20px;
}
.wpgmp_map_container .wpgmp_map_parent .wpgmp_tabs_container {
  box-shadow: none;
}
@media (min-width: 992px) {
  .wpgmp_map_container .wpgmp_map_parent .wpgmp_tabs_container {
    top: 0;
    right: 32.5%;
    width: 35%;
    max-width: 35%;
  }
  .wpgmp_map_container .wpgmp_map_parent .wpgmp_tabs_container .wpgmp_tab_item .wpgmp_cat_title {
    padding-left: 28px;
    font-size: 16px;
  }
}

.wpgmp_map_container {
  letter-spacing: 0.01em;
  font-weight: 400;
  color: black !important;
  padding-top: 10px;
}
.wpgmp_map_container .wpgmp_tabs_container .wpgmp_tabs li a.active {
  background-color: white;
}
.wpgmp_map_container .wpgmp_toggle_container {
  background-color: black;
}
.wpgmp_map_container .gm-style .gm-style-iw-c {
  border-radius: 0;
  box-shadow: none;
}
.wpgmp_map_container .gm-style .gm-style-iw-c .gm-style-iw-chr {
  height: 40px;
}

.map_marker_filter_trigger {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 40px;
  height: 40px;
  background: #303030 url(../svg/filter_trigger_icon.svg) center center no-repeat;
  background-size: 60%;
  border: none;
  border-radius: 3px;
  transition: background 0.3s ease-in-out;
}
.map_marker_filter_trigger:hover {
  background-color: #555;
}

.map_marker_filter_container {
  position: absolute;
  top: 10px;
  left: 80px;
  right: 80px;
  background: white;
  display: none;
}
.map_marker_filter_container .filter_toggles {
  margin: 0 40px 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.map_marker_filter_container .filter_toggles label {
  margin: 20px 0;
  display: block;
  width: 33%;
  text-align: left;
  font-size: 16px;
}
.map_marker_filter_container p {
  font-size: 14px;
}
.map_marker_filter_container img {
  padding: 7px;
  width: 35px;
}
.map_marker_filter_container input[type=checkbox] {
  position: relative;
  left: auto;
  display: inline-block;
  margin: 0px;
  width: 12px;
  height: 12px;
}
.map_marker_filter_container .close_map_marker_filter_container {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 10px;
  height: 10px;
  background: url(../svg/close_filter_container.svg) center center no-repeat;
  border: none;
  text-indent: -9999px;
}

@media (max-width: 1200px) {
  .map_marker_filter_container {
    left: 10px;
    right: 10px;
  }
  .map_marker_filter_container .filter_toggles {
    margin: 5px;
  }
  .map_marker_filter_container .filter_toggles label {
    width: 90%;
    margin: 2px auto;
  }
  .map_marker_filter_container p {
    text-align: center;
  }
}
.table {
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
  border-spacing: 0;
  border-collapse: collapse;
  font-size: 0.75em;
  margin: 0;
  table-layout: fixed;
  padding: 0;
  width: 100%;
}
.table thead tr th {
  font-size: 1em;
  font-family: "NHaasGrotesk-75Bd", "Helvetica-Neue", Helvetica, sans-serif;
  padding: 8px;
  text-align: left;
}
.table thead tr th:nth-child(1) {
  width: 60%;
}
.table thead tr th:nth-child(2), .table thead tr th:nth-child(3) {
  width: 20%;
}
.table tbody tr {
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
  border-top: 2px solid #686868;
}
.table tbody tr td {
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
  border-bottom: 2px solid #e5e5e5;
  height: 45px;
  font-size: 1.15em;
  margin: 0;
  padding: 0px 8px;
}
.table tbody tr td.title {
  font-size: 1.25em;
  font-family: "NHaasGrotesk-75Bd", "Helvetica-Neue", Helvetica, sans-serif;
  background: #ffffff;
}
.table tbody tr td.title a {
  color: #000000;
}
.table tbody tr td.title a i {
  color: #000000 !important;
  display: inline;
  font-size: 1em;
  position: relative;
  padding: 1em;
}
.table tbody tr td:nth-child(1) {
  width: 50%;
}
.table tbody tr td td:nth-child(2) {
  width: 25%;
}
.table tbody tr td td:nth-child(3) {
  width: 25%;
}
.table tbody tr td:first-child {
  border-left: none;
  font-weight: "NHaasGrotesk-75Bd", "Helvetica-Neue", Helvetica, sans-serif;
  width: 50%;
}
.table tbody tr td a {
  color: #000000;
  display: inline-block;
  height: 100%;
  line-height: 45px;
  padding: 0 8px;
  position: relative;
  width: 100%;
}
.table tbody tr td a i {
  color: #686868 !important;
  display: block;
  font-size: 1.55em;
  position: absolute;
  right: 8px;
  top: 0px;
}
.table tbody tr:last-child {
  border-right: none;
  width: 25%;
}

.toggle-title,
h4.faq-question {
  padding-bottom: 38px;
  padding-right: 50px;
  border-bottom: 1px solid black;
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
}
.toggle-title:after,
h4.faq-question:after {
  content: "";
  background-image: url(../svg/down-arrow-large.svg);
  background-position: right 0px center;
  background-repeat: no-repeat;
  display: inline-block;
  height: 14px;
  width: 28px;
  position: absolute;
  right: 0;
  top: 0.5em;
  transition: transform 0.3s;
}
.open .toggle-title:after, .toggle-title.active:after,
.open h4.faq-question:after,
h4.faq-question.active:after {
  transform: rotate(-180deg);
}

.toggle-content,
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 350ms ease;
}
.open .toggle-content,
.open .faq-answer {
  max-height: 15000px;
  transition: max-height 750ms ease;
}

.document-section {
  display: flex;
  flex-direction: column;
  letter-spacing: 0.02em;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}
@media (min-width: 992px) {
  .document-section {
    margin-bottom: 90px;
  }
}
.document-section > * {
  width: 100%;
}
.document-section.open .toggle-title {
  border-bottom-color: transparent;
}

.document-section-description {
  order: 3;
  opacity: 1;
  transition: opacity 350ms 350ms ease;
}
.document-section-description p {
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.02em;
}
.open .document-section-description {
  opacity: 0;
  transition: opacity 350ms ease;
}

.title-row {
  display: none;
}
@media (min-width: 992px) {
  .title-row {
    display: flex;
    width: 100%;
    border-bottom: 1px solid black;
  }
  .title-row > span {
    flex: 1;
    font-size: 15px;
    font-weight: 650;
    padding-bottom: 20px;
    padding-right: 25px;
  }
  .title-row > span:nth-child(1) {
    flex: 2;
  }
  .title-row > span:nth-child(2) {
    flex: 3;
  }
}

.document-row {
  display: block;
  border-bottom: 1px solid black;
  margin-bottom: 20px;
}
.document-row p {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
}
.document-row p:not(.efficacy) {
  margin-bottom: 60px;
}
.document-row p.efficacy {
  font-size: 16px;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .document-row p {
    font-size: 14px;
    padding-top: 7px;
    margin-bottom: 30px;
  }
  .document-row p.efficacy {
    font-size: 14px;
  }
  .document-row p:not(.efficacy) {
    margin-bottom: 30px;
  }
}
.document-row .wp-block-button__link {
  padding-bottom: 0;
  font-weight: 700;
  font-size: 20px;
}
@media (min-width: 768px) {
  .document-row .wp-block-button__link:after {
    top: -1px;
  }
}
@media (min-width: 992px) {
  .document-row .wp-block-button__link {
    border-bottom: none !important;
  }
}
.document-row > * {
  margin: 0;
}
.document-row h4 {
  margin-bottom: 5px;
}
.document-row .efficacy-title {
  font-weight: 600;
  font-size: 16px;
}
@media (min-width: 992px) {
  .document-row {
    margin-bottom: 0;
    display: flex;
  }
  .document-row .efficacy-title {
    display: none;
  }
  .document-row > * {
    flex: 1;
    padding-right: 25px;
    margin: 25px 0;
    word-wrap: break-word;
  }
  .document-row > *:nth-child(1) {
    flex: 2;
  }
  .document-row > *:nth-child(2) {
    flex: 3;
  }
}

div.faq-question {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

.faq-heading {
  border-bottom: 1px solid black;
  padding-bottom: 25px;
}

h4.faq-question {
  font-size: 19px;
  line-height: 1.6;
  font-weight: 400;
  margin-top: 36px;
  margin-bottom: 36px;
  padding-bottom: 0;
  border-bottom: none;
}
@media (min-width: 992px) {
  h4.faq-question {
    font-size: 29px;
    font-weight: 200;
  }
}

.faq-section {
  margin-bottom: 35px;
}

.faq-section + hr.wp-block-separator {
  margin-top: 30px;
  margin-bottom: 33px;
}

.faq-answer {
  border-bottom: 1px solid black;
}
.faq-answer > *:last-child {
  margin-bottom: 40px;
}
.faq-answer > *:first-child {
  margin-top: 0;
}
.faq-answer p, .faq-answer li {
  font-size: 19px;
  line-height: 1.6;
  font-weight: 300;
}

.wpgmp_map_parent {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 599px) {
  p, .p {
    font-weight: 400;
  }
}

.wp-block-media-text.icon figure {
  align-self: flex-start;
  text-align: right;
}
.wp-block-media-text.icon img {
  font-size: 58px;
  height: 1em;
  margin-top: 1.1em;
  height: 1em;
  width: auto;
}
@media (max-width: 992px) {
  .wp-block-media-text.icon img {
    font-size: 40px;
  }
}
@media (max-width: 599px) {
  .wp-block-media-text.icon figure {
    text-align: center;
  }
  .wp-block-media-text.icon img {
    width: 25vw;
    height: auto;
  }
}

.wp-block-columns.pilot p > a:first-child, .wp-block-columns.notpilot p > a:first-child {
  display: inline-block;
  margin-bottom: 3.5em;
}

@media (max-width: 599px) {
  .wp-block-column {
    margin-bottom: 0 !important;
  }
}

.wp-block-buttons > .wp-block-button {
  margin: 0 auto;
}

.wp-block-separator {
  border-bottom: none;
}

.page-id-5876 .wp-block-iconaircraftblocks-image:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 15%;
  height: 25%;
  background: url(../svg/play-arrow.svg) center center no-repeat;
  background-size: contain;
}
.page-id-5876 .wp-block-iconaircraftblocks-image:after {
  display: none;
}
@media (max-width: 991px) {
  .page-id-5876 .wp-block-iconaircraftblocks-image {
    width: 100%;
    margin: auto !important;
    left: 0;
  }
}

.page-id-462 #content h3 a {
  border-bottom: none;
}

.wp-block-lazyblock-lightbox-video {
  position: relative;
}
.wp-block-lazyblock-lightbox-video:after {
  z-index: 1;
  background: url(../svg/playvid.svg);
  background-repeat: no-repeat;
  background-position: bottom 15px left 25px;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.wp-block-lazyblock-lightbox-video img {
  width: 100%;
  cursor: pointer;
}

.page-id-57 .is-style-icon-right-chevron .wp-block-button__link,
.page-id-2213 .is-style-icon-right-chevron .wp-block-button__link {
  line-height: 1em;
}
.page-id-57 .is-style-icon-right-chevron .wp-block-button__link:after,
.page-id-2213 .is-style-icon-right-chevron .wp-block-button__link:after {
  content: "";
  top: 0;
  display: inline-block;
  width: 1em;
  height: 0.9em;
  background: url("../svg/chevron-right-black-new.svg");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: top;
}

img[src*="apxl.io"] {
  position: absolute;
  top: -1px;
}

@media (max-width: 768px) {
  .icon-super-simple-slideshow .slick-dots {
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    padding: 0 25px;
  }
  .icon-super-simple-slideshow .slick-dots li {
    flex: 1;
    margin: 0;
  }
  .icon-super-simple-slideshow .slick-dots .simpleTab {
    width: 100%;
    margin: 0;
  }
}

.info-box .height #more-content {
  display: none;
}

.wp-block-column.profile-inner-column figure {
  margin-bottom: 15px;
}
.wp-block-column.profile-inner-column figure + p {
  display: none;
}

@media (max-width: 599px) {
  .wp-block-buttons .wp-block-button {
    display: block;
  }
}

@media (max-width: 599px) {
  .wp-block-iconaircraftblocks-hero-video.icon-hero .wp-block-button a {
    padding: 18px 20px;
    font-size: 20px;
  }
}

.page-id-2213 .wp-block-columns h4 {
  padding-top: 40px;
}

@media (max-width: 599px) {
  .page-id-41 .wp-block-columns.pilot h4:not(:first-child),
  .page-id-41 .wp-block-columns.notpilot h4:not(:first-child) {
    margin-top: 2.7em;
  }
  .page-id-41 .wp-block-columns.pilot p > a:first-child,
  .page-id-41 .wp-block-columns.notpilot p > a:first-child {
    margin-bottom: 1.5em;
  }
}
.page-id-41 .wp-block-media-text.icon figure {
  text-align: left;
}
@media (max-width: 599px) {
  .page-id-41 .wp-block-media-text .wp-block-media-text__content {
    padding: 0;
  }
}

.page-id-149 p, .page-id-149 .p {
  max-width: none;
}

.sign_up_form {
  background: #F5F5F5;
  padding: 140px 20px;
}
@media (min-width: 992px) {
  .sign_up_form .container {
    width: 960px;
    padding: 0;
  }
}
@media (max-width: 992px) {
  .sign_up_form .container {
    padding: 5px;
  }
}
.sign_up_form.image_left .form_container {
  flex-direction: column;
}
.sign_up_form.image_right .form_container {
  flex-direction: column;
  align-items: flex-end;
}
.sign_up_form.text_light {
  color: #fff;
}
.sign_up_form .form_container {
  position: relative;
  z-index: 2;
  display: flex;
  grid-gap: 0 60px;
  justify-content: center;
  text-align: left;
}
@media (max-width: 992px) {
  .sign_up_form .form_container {
    width: auto;
  }
}
@media (max-width: 768px) {
  .sign_up_form .form_container {
    flex-direction: column;
  }
}
.sign_up_form .form_container > div {
  width: 400px;
}
@media (max-width: 599px) {
  .sign_up_form .form_container > div {
    width: 100%;
  }
}
.sign_up_form .background_image,
.sign_up_form .background_image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  object-fit: cover;
}
.sign_up_form iframe {
  margin: -7px;
}
.sign_up_form.no_image .background_image {
  display: none;
}
.sign_up_form h3 {
  margin: 0 0 0.9em;
  font-size: 54px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .sign_up_form h3 {
    font-size: 40px;
  }
}
.sign_up_form iframe {
  width: 100%;
}

.image_gallery .gallery_outer_container {
  position: relative;
}
.image_gallery .gallery_container {
  width: 960px;
  margin: 93px auto;
  overflow: hidden;
}
.image_gallery .gallery_images {
  position: relative;
  display: flex;
  gap: 32px;
  width: 99999px;
}
.image_gallery .wp-block-lazyblock-gallery-image {
  position: relative;
  width: 216px;
  height: 216px;
}
.image_gallery .wp-block-lazyblock-gallery-image.selected {
  border: 1px solid blue;
}
.image_gallery .wp-block-lazyblock-gallery-image img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.image_gallery .wp-block-lazyblock-gallery-image.show_overlay .gallery_image_overlay {
  opacity: 1;
}
.image_gallery .gallery_image_overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.85));
  color: #fff;
  line-height: 1.8em;
  font-weight: 600;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.image_gallery p {
  font-size: 14px;
}
.image_gallery .prev_image,
.image_gallery .next_image {
  position: absolute;
  top: 50%;
  left: -30px;
  width: 30px;
  height: 100%;
  text-indent: -9999px;
  overflow: hidden;
  background: url(../svg/slide-next.svg) center center no-repeat;
  transform: rotate(180deg) translateY(50%);
  transform-origin: center center;
  background-size: 10px;
  border: none;
  opacity: 0.5;
  z-index: 10;
}
.image_gallery .prev_image:hover, .image_gallery .prev_image:focus, .image_gallery .prev_image:active,
.image_gallery .next_image:hover,
.image_gallery .next_image:focus,
.image_gallery .next_image:active {
  opacity: 1;
}
.image_gallery .prev_image:disabled,
.image_gallery .next_image:disabled {
  opacity: 0.2;
}
.image_gallery .next_image {
  left: auto;
  right: -30px;
  transform: rotate(0deg) translateY(-50%);
}
@media (max-width: 1200px) {
  .image_gallery .gallery_container {
    width: 100%;
  }
  .image_gallery .wp-block-lazyblock-gallery-image {
    position: relative;
    width: 289px;
    height: 289px;
  }
  .image_gallery .prev_image {
    left: -40px;
  }
  .image_gallery .next_image {
    right: -40px;
  }
}
@media (max-width: 992px) {
  .image_gallery .wp-block-lazyblock-gallery-image {
    position: relative;
    width: 215px;
    height: 215px;
  }
}
@media (max-width: 768px) {
  .image_gallery {
    margin: 0 -20px;
    padding: 20px;
  }
  .image_gallery .gallery_container {
    width: 100vw;
    margin: 0 -20px;
    padding: 0 20px;
  }
  .image_gallery .gallery_images {
    gap: 21px;
  }
  .image_gallery .wp-block-lazyblock-gallery-image {
    position: relative;
    width: 74.7vw;
    height: 74.7vw;
  }
  .image_gallery .prev_image,
  .image_gallery .next_image {
    left: -25px;
    width: 60px;
    background-image: url(../svg/chevron-right-white-thin.svg);
    background-size: 16px;
    opacity: 1;
  }
  .image_gallery .prev_image:disabled {
    opacity: 0 !important;
  }
  .image_gallery .next_image {
    left: auto;
    right: -25px;
  }
}

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