@charset "UTF-8";
/*
Theme Name:		Gogiveone
Theme URI:
Version: 		0.0.1
Description:
Author: 		LughStudio
Author URI:		https://lughstudio.com/
Tags:
*/
.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px; } }

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@font-face {
  font-family: 'GT-Pressura';
  src: url("./fonts/GT-Pressura-Mono-Regular.woff2") format("woff2"), url("./fonts/GT-Pressura-Mono-Regular.woff") format("woff"), url("./fonts/GT-Pressura-Mono-Regular.ttf") format("truetype");
  /* Safari, Android, iOS */ }

.h1, .h2, .h3, .h4, h1, h2, h3, h4 {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.4em;
  text-transform: none; }

h2 {
  font-size: 51px;
  line-height: 61px;
  font-weight: 700; }
  h2 + p {
    margin-top: 0; }
  @media (max-width: 991.98px) {
    h2 {
      font-size: 36px;
      line-height: 46px; } }

h4 {
  font-family: 'GT-Pressura' !important;
  font-size: 28px;
  line-height: 40px; }

.lightbox-handle {
  -webkit-backface-visibility: hidden;
  background-color: #fd5436;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 34px;
  padding: 10px 2.5em;
  text-transform: none;
  -webkit-transition: .1s opacity linear;
  -o-transition: .1s opacity linear;
  -moz-transition: .1s opacity linear;
  transition: .1s opacity linear; }
  .lightbox-handle:focus {
    outline: none; }

.fun-scroll-to-top {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: solid 2px #ff5b35;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  color: #ff5b35;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 1;
  line-height: 22px;
  min-width: 120px;
  padding: 6px 12px;
  text-align: center;
  text-decoration: none; }
  .fun-scroll-to-top:hover {
    background-color: #ffffff;
    border: solid 2px #ffffff; }

.pum-container {
  background: #fff !important;
  font-family: sans-serif !important;
  margin: 0 auto !important;
  max-width: 680px !important;
  padding: 40px !important;
  position: relative !important; }
  .pum-container .pum-title {
    color: #333;
    font-size: 22px;
    line-height: 1.2em;
    margin-right: 22px; }

.gform_wrapper.gravity-theme .gfield_label {
  color: #222 !important;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: normal !important;
  line-height: normal !important; }

.gform_wrapper.gravity-theme .gfield-choice-input + label {
  color: #222 !important;
  font-size: 13px !important; }

.gform_footer {
  text-align: center; }

.gform_wrapper [type="submit"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #272727;
  border-width: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  height: auto;
  letter-spacing: 0px;
  line-height: 1em;
  padding: 1em 2.5em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  text-transform: none;
  width: auto; }

.shiftnav-toggle-main-block, .shiftnav-target {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }

.shiftnav-nav .current-menu-item a {
  background-color: #ff5b35 !important; }

.share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  width: 100%; }

.divider-header {
  margin-bottom: 28px;
  margin-top: 0;
  text-align: center;
  white-space: pre-wrap; }

.modal-body {
  padding: 67px 67px 20px 67px !important; }
  @media (max-width: 767.98px) {
    .modal-body {
      padding: 60px 20px 0px 20px !important; } }
  .modal-body__header {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 42px;
    font-weight: 500;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    line-height: 50px;
    margin-bottom: 30px; }
    @media (max-width: 767.98px) {
      .modal-body__header {
        font-size: 36px; } }
    .modal-body__header img {
      margin-right: 40px; }
  .modal-body__text {
    font-size: 22px;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 30px; }

.sub-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px; }
  .sub-header__text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 0;
    text-align: center; }
    @media (max-width: 767.98px) {
      .sub-header__text {
        text-align: center; } }
    .sub-header__text p {
      color: #000;
      font-size: 22px;
      line-height: 33px; }
      .sub-header__text p a {
        color: #000;
        text-decoration: underline; }
      .sub-header__text p strong {
        color: #FF5B35; }
  @media (max-width: 767.98px) {
    .sub-header__image {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-top: 20px;
      text-align: center;
      width: 100%; } }

.header__nav-menu {
  background-color: #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin: 0;
  padding: 10px;
  position: fixed;
  width: 100%;
  z-index: 100; }
  .header__nav-menu li {
    list-style: none;
    padding: 0 10px; }
    .header__nav-menu li a {
      color: #fff;
      font-family: "Helvetica Neue", Arial, sans-serif; }

.content-wrapper {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  max-width: 1200px;
  padding-bottom: 5vmax;
  padding-top: 5vmax;
  position: relative;
  width: 100%; }
  @media (max-width: 991.98px) {
    .content-wrapper {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 4vmax 6vw; } }
  .slider_coalition .content-wrapper {
    padding-bottom: 3.3vmax;
    padding-top: 14.3vmax; }
  .content-wrapper_page {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }

.slider {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: url("images/gogiveone-bg.jpg") no-repeat center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 100vh; }
  .slider_none {
    background: none;
    -webkit-background-size: auto auto;
    -moz-background-size: auto;
    background-size: auto;
    min-height: auto; }
  .slider_coalition {
    background: url("images/GG1_logo_4_line_rgb.png") no-repeat center 40px;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    min-height: auto; }
    @media (max-width: 991.98px) {
      .slider_coalition {
        -webkit-background-size: 110% 110%;
        -moz-background-size: 110%;
        background-size: 110%; } }
    @media (max-width: 767.98px) {
      .slider_coalition {
        -webkit-background-size: 150% 150%;
        -moz-background-size: 150%;
        background-size: 150%; } }

img {
  max-width: 100%; }

.page-section {
  background-color: #ff5b35;
  color: #fff;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 33px; }
  .page-section_inverted {
    background-color: #e6e6e6;
    color: #000; }
    .page-section_inverted h2 {
      color: #ff5b35; }
  .page-section_transparent {
    background-color: #fff;
    color: #000; }
    .page-section_transparent h2 {
      color: #ff5b35; }
  .page-section__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 100%; }
  .page-section__col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%; }
    @media (max-width: 991.98px) {
      .page-section__col {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%; } }
    .page-section_inverted .page-section__col, .page-section__col_centered {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-flow: column;
      -moz-box-orient: vertical;
      -moz-box-direction: normal;
      -ms-flex-flow: column;
      flex-flow: column;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    .page-section__col_aligned {
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .page-section__col_start_centered {
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      -moz-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    .page-section__col_full-width {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
      -moz-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%; }
      .page-section__col_full-width h2 {
        text-align: center; }
      .page-section__col_full-width .page-section__ex-text {
        text-align: center; }
    .page-section__col_right {
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
      -moz-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end; }
    .page-section__col_text-center {
      text-align: center; }
  .page-section p {
    font-size: 22px;
    line-height: 33px;
    /*
		strong {
			font-size: 27px;
			line-height: 37px;
			@include media-breakpoint-down('md') {
				font-size: 20px;
				line-height: 28px;
			}
		}
		*/ }
    .page-section p:not(:last-child) {
      margin-bottom: 10px; }
    @media (max-width: 991.98px) {
      .page-section p {
        font-size: 18px;
        line-height: 24px; } }
    .page-section p a {
      color: #fff; }
  .page-section .share a {
    text-decoration: none; }
  .page-section .share svg {
    height: 35px;
    width: 35px; }
  .page-section__ex-text {
    color: #000;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 61px; }
    @media (max-width: 991.98px) {
      .page-section__ex-text {
        font-weight: 700;
        font-size: 24px;
        line-height: 29px; } }
  .page-section__inner {
    padding-bottom: 5vmax;
    padding-top: 5vmax; }
    @media (max-width: 991.98px) {
      .page-section__inner {
        padding-bottom: 4vmax;
        padding-top: 4vmax; } }

.logotips {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .logotips__item {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 87px 17px;
    width: 20%; }
    @media (max-width: 991.98px) {
      .logotips__item {
        padding: 47px 17px;
        width: 28%; } }
    @media (max-width: 767.98px) {
      .logotips__item {
        padding: 27px 17px;
        width: 100%; } }
    .logotips__item img {
      max-height: 70px;
      max-width: 100%;
      width: auto; }

.footer {
  background-color: #000; }
  .footer .content-wrapper {
    padding-bottom: 40px;
    padding-top: 40px; }
  .footer p {
    color: #fff;
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 25.2px;
    text-align: center; }
    .footer p a {
      color: #fff; }
  .footer__nav-menu {
    margin: 0 auto;
    padding: 34px 0; }
    .footer__nav-menu li {
      text-align: center; }
      .footer__nav-menu li a {
        background-image: unset;
        background-position: unset;
        background-repeat: unset;
        -webkit-background-size: unset unset;
        -moz-background-size: unset;
        background-size: unset;
        color: #fd5436;
        font-family: "Helvetica Neue", Arial, sans-serif;
        font-size: 18px;
        font-weight: 400;
        line-height: 25px;
        -webkit-text-decoration-color: currentColor;
        -moz-text-decoration-color: currentColor;
        text-decoration-color: currentColor;
        -webkit-text-decoration-line: underline;
        -moz-text-decoration-line: underline;
        text-decoration-line: underline;
        -webkit-text-decoration-skip: auto;
        text-decoration-skip: auto;
        -webkit-text-decoration-skip: ink;
        text-decoration-skip-ink: auto;
        -webkit-text-decoration-style: solid;
        -moz-text-decoration-style: solid;
        text-decoration-style: solid;
        text-decoration-thickness: 1px;
        text-underline-offset: .2em; }

.block-content {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.4;
  max-width: 50%;
  text-transform: none; }
  @media (max-width: 991.98px) {
    .block-content {
      max-width: 100%; } }
  .block-content h3 {
    text-decoration: underline; }

.block-code {
  padding: 17px; }

.branding-stripes {
  background: url("images/hero-coalition.png") repeat-x center top;
  -webkit-background-size: auto 124px;
  -moz-background-size: auto 124px;
  background-size: auto 124px;
  height: 124px;
  width: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 991.98px) {
    .branding-stripes {
      background-position: right; } }

.header {
  background-color: #fff; }
  .header__logo {
    max-width: 300px;
    width: auto;
    margin: 10px 0; }
    @media (max-width: 991.98px) {
      .header__logo {
        max-width: 200px;
        margin: 0; } }

#hamburger:focus,
#hamburger {
  border: none;
  outline: none;
  padding: 0; }

#hamburger .line {
  width: 30px;
  height: 3px;
  background-color: #fff;
  display: block;
  margin: 5px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

#hamburger.hamburger_orange .line {
  background-color: #fe5e3d; }

#hamburger:not(.collapsed) {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  border: 0; }

#hamburger:not(.collapsed) .line:nth-child(1),
#hamburger:not(.collapsed) .line:nth-child(3) {
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s; }

#hamburger:not(.collapsed) .line:nth-child(1) {
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  -ms-transform: translateY(8px);
  -o-transform: translateY(8px);
  transform: translateY(8px); }

#hamburger:not(.collapsed) .line:nth-child(2) {
  width: 0; }

#hamburger:not(.collapsed) .line:nth-child(3) {
  -webkit-transform: translateY(-8px) rotate(90deg);
  -moz-transform: translateY(-8px) rotate(90deg);
  -ms-transform: translateY(-8px) rotate(90deg);
  -o-transform: translateY(-8px) rotate(90deg);
  transform: translateY(-8px) rotate(90deg); }

.navbar {
  padding: 12px 15px; }

.navbar-nav {
  margin-top: 20px;
  margin-bottom: 20px; }

.navbar-nav li {
  margin-bottom: 10px; }

.navbar-nav li:last-child {
  margin-bottom: 0; }

.navbar-nav li a {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #fe5e3d; }

.mobile-menu-divier {
  border-top: 2px solid #FFFFFF;
  display: none;
  margin-top: 15px;
  margin-bottom: 15px; }

@media (max-width: 992px) {
  .mobile-menu-divier {
    display: block; } }

body {
  position: relative;
  scroll-behavior: smooth; }

.l-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.l-main {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  z-index: 2;
  overflow: hidden; }

.d-flex-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.bg-color-blue-dark {
  background-color: #163174; }

.bg-color-orange {
  background-color: #FF5B35; }

.bg-color-white {
  background-color: #fff; }

.text-color-black {
  color: #000 !important; }

.px-8 {
  padding-left: 1.6rem;
  padding-right: 1.6rem; }

.py-8 {
  padding-top: 1.6rem;
  padding-bottom: 1.6rem; }

.py-12 {
  padding-top: 2.4rem;
  padding-bottom: 2.4rem; }

@media (min-width: 992px) {
  .pb-lg-12 {
    padding-bottom: 2.4rem; } }

.py-16 {
  padding-top: 3.2rem;
  padding-bottom: 3.2rem; }

.pt-8 {
  padding-top: 1.6rem; }

.pb-16 {
  padding-bottom: 3.2rem; }

@media (min-width: 992px) {
  .pb-lg-0 {
    padding-bottom: 0 !important; }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; } }

.text-center {
  text-align: center !important; }

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

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

.max-width {
  max-width: 1280px;
  margin: 0 auto; }

@media (min-width: 992px) {
  .text-lg-left,
  .text-lg-start {
    text-align: left !important; } }

.text-uppercase {
  text-transform: uppercase !important; }

.h5 {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px; }

@media (min-width: 992px) {
  .container-lg {
    max-width: 1200px; } }

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

.twitter-embed-feed {
  max-width: 400px;
  margin: 0 auto; }

.text-underline {
  text-decoration: underline; }

.color-gg1-orange {
  color: #FF5B35; }

@media (max-width: 767.98px) {
  .h2-for-sm {
    font-size: 33px;
    line-height: 43px; } }

.cursor-pointer {
  cursor: pointer; }

.max-w-100 {
  max-width: 100%; }

.hidden {
  display: none !important; }

footer {
  color: #fff;
  position: relative;
  overflow-x: hidden; }
  footer a {
    color: #fff; }
    footer a:hover, footer a:focus {
      color: #fff; }
  footer p {
    margin: 0; }
  footer .copyright {
    font-style: normal;
    font-weight: 300;
    font-size: 10px;
    line-height: 14px;
    color: #FFFFFF; }

@media (min-width: 840px) {
  footer {
    padding-bottom: 0; } }

@media (min-width: 960px) {
  footer:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(#FF5B35), color-stop(50%, #FF5B35), color-stop(50%, #e6e6e6), to(#e6e6e6));
    background: -webkit-gradient(linear, left top, right top, from(#FF5B35), color-stop(50%, #FF5B35), color-stop(0, #e6e6e6), to(#e6e6e6));
    background: -webkit-linear-gradient(left, #FF5B35, #FF5B35 50%, #e6e6e6 0, #e6e6e6);
    background: -moz-linear-gradient(left, #FF5B35, #FF5B35 50%, #e6e6e6 0, #e6e6e6);
    background: -o-linear-gradient(left, #FF5B35, #FF5B35 50%, #e6e6e6 0, #e6e6e6);
    background: linear-gradient(90deg, #FF5B35, #FF5B35 50%, #e6e6e6 0, #e6e6e6);
    z-index: -1; } }

footer .bg-branded {
  position: relative; }

footer .bg-branded:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 50vw;
  height: 100%;
  max-height: 100%;
  z-index: -1;
  background: #e6e6e6 url("images/hero-coalition-bw.png") repeat fixed;
  -webkit-background-size: auto 276px;
  -moz-background-size: auto 276px;
  background-size: auto 276px;
  background-position-y: 50px;
  padding: inherit;
  opacity: 0.2; }

@media (max-width: 991px) {
  footer .bg-branded {
    height: 180px; }
  footer .bg-branded:before {
    width: 100vw;
    background: #e6e6e6 url("images/hero-coalition-bw.png") repeat fixed;
    -webkit-background-size: auto 276px;
    -moz-background-size: auto 276px;
    background-size: auto 276px;
    background-position-y: 45px; } }

/*
footer .bg-branded:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: auto;
  margin: auto;
  width: 100vw;
  height: 300px;
  z-index: -1;
  background: url("images/gogiveone-bg-lines-top.jpg") no-repeat top center;
  background-size: contain;
  padding: inherit;
}
footer .bg-branded:after {
  content: '';
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100vw;
  height: 100px;
  z-index: -1;
  background: url("images/gogiveone-bg-lines-bottom.jpg") no-repeat bottom center;
  background-size: contain;
  padding: inherit;
}
@media(max-width:991px) {
  footer .bg-branded {
	min-height: 180px;
  }
  footer .bg-branded:before {
	background: #e6e6e6 url('images/footer-bg-logo-mobile.jpg') no-repeat center center;
	background-size: contain;
	max-height: 180px;
  }
}
*/
footer .email-holder,
footer .link-holder,
footer .logo-holder,
footer .social-holder {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  max-width: 290px; }
  @media (max-width: 1199.98px) {
    footer .email-holder,
    footer .link-holder,
    footer .logo-holder,
    footer .social-holder {
      margin-left: auto;
      margin-right: auto; } }

footer .logo-holder {
  max-width: 320px;
  position: relative !important; }

footer .icon {
  position: relative;
  display: inline-block;
  border: 2px solid #fff;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: background-color 1s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: background-color 1s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: background-color 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: background-color 1s cubic-bezier(0.19, 1, 0.22, 1); }
  footer .icon:hover {
    background-color: #fff; }
    footer .icon:hover:hover i {
      color: #FF5B35 !important; }
  footer .icon i {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: color 1s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: color 1s cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: color 1s cubic-bezier(0.19, 1, 0.22, 1);
    transition: color 1s cubic-bezier(0.19, 1, 0.22, 1);
    font-size: 1.15rem;
    color: #fff; }

footer .icon:hover span {
  color: #FF5B35 !important; }

footer .logo {
  position: absolute;
  left: auto;
  right: -30px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 330px;
  height: auto;
  z-index: 2; }
  @media (max-width: 1199.98px) {
    footer .logo {
      width: 270px;
      right: 0;
      left: 0; } }

@media (min-width: 960px) {
  footer .column:first-child {
    border-right: 1px solid #fff; } }

footer .columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -0.8rem;
  margin-right: -0.8rem; }

footer .col-12 {
  -webkit-box-flex: 0;
  -ms-flex: none;
  -webkit-flex: none;
  -moz-box-flex: 0;
  flex: none; }

footer .nav-link {
  color: #fff;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  text-align: left; }
  @media (max-width: 992px) {
    footer .nav-link {
      text-align: center; } }
  footer .nav-link span {
    text-decoration: underline;
    text-transform: uppercase;
    font-weight: bolder; }
  footer .nav-link:hover, footer .nav-link:focus {
    color: #fff; }

footer .nav-item.active .nav-link span {
  font-weight: normal;
  text-decoration: none; }

footer .link-holder {
  list-style: none;
  padding: 0; }

.footer-secondary {
  background-color: #000;
  color: #fff; }
  .footer-secondary__inner {
    padding-top: 90px;
    padding-bottom: 90px; }
    @media (min-width: 768px) {
      .footer-secondary__inner {
        padding-top: 40px;
        padding-bottom: 40px; } }
  .footer-secondary__back-to-top {
    font-weight: 500;
    font-size: 21px;
    line-height: 25px;
    color: #fff;
    text-decoration: none; }
    .footer-secondary__back-to-top i {
      margin-right: 5px; }
    .footer-secondary__back-to-top:active, .footer-secondary__back-to-top:hover, .footer-secondary__back-to-top:focus {
      text-decoration: none; }
  .footer-secondary--short-inner .footer-secondary__inner {
    padding-top: 40px;
    padding-bottom: 40px; }
  .footer-secondary--dark {
    background-color: #000; }
  .footer-secondary--blue {
    background-color: #4B81FB; }

.copyright {
  margin-bottom: 30px; }
  .copyright p {
    font-size: 16px;
    line-height: 24px;
    color: #fff; }
  .copyright p:not(:last-child) {
    margin-bottom: 15px; }

.footer-links {
  --columns: 2;
  display: grid;
  grid-template-columns: repeat(var(--columns), 1fr);
  margin-bottom: -16px;
  padding: 0;
  list-style: none; }
  @media (max-width: 991.98px) {
    .footer-links {
      --columns: 1;
      margin-top: 35px; } }

.footer-links a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 16px;
  display: inline-block;
  padding: 0; }

.footer-links a:hover,
.footer-links a:focus {
  color: #fff;
  text-decoration: none; }

.page-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  font-family: "GT Pressura Mono", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 26px;
  color: #646363;
  min-width: 100%;
  min-height: 750px;
  background-color: #ffffff; }
  @media (max-width: 1199.98px) {
    .page-hero {
      min-height: 700px; } }
  @media (max-width: 991.98px) {
    .page-hero {
      font-size: 18px;
      line-height: 20px; } }
  .page-hero--light {
    color: #fff; }
    .page-hero--light h2, .page-hero--light h1 {
      color: #fff; }
  .page-hero__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-self: self-end;
    -ms-flex-item-align: self-end;
    align-self: self-end;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2; }
    @media (max-width: 991.98px) {
      .page-hero__container {
        margin-bottom: 15px; } }
  .page-hero__content {
    width: 100%; }
  .page-hero p:not(:last-child) {
    margin-bottom: 15px; }
  .page-hero h1 {
    font-family: "Helvetica Neue", Arial, sans-serif;
    display: block;
    font-weight: 700;
    font-size: 56px;
    line-height: 61px;
    margin-top: 0px;
    margin-bottom: 15px;
    color: #000; }
    @media (max-width: 991.98px) {
      .page-hero h1 {
        font-size: 44px;
        line-height: 56px; } }
    @media (max-width: 767.98px) {
      .page-hero h1 {
        font-size: 32px;
        line-height: 39px; } }
  .page-hero h2 {
    display: block;
    font-weight: bold;
    font-size: 42px;
    line-height: 48px;
    margin-bottom: 18px;
    color: #000; }
    @media (max-width: 991.98px) {
      .page-hero h2 {
        font-weight: 500;
        font-size: 26px;
        line-height: 32px;
        margin-bottom: 13px; } }
  .page-hero h5 {
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 15px; }
  .page-hero__bg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    min-width: 100%;
    height: 100%; }
    .page-hero__bg img {
      display: block;
      height: 100%;
      width: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      margin: auto;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      -webkit-animation: fadein 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
      -moz-animation: fadein 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
      -o-animation: fadein 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
      animation: fadein 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both; }
  @media (max-width: 992px) {
    .page-hero__bg--desktop {
      display: none; } }
  @media (min-width: 991px) {
    .page-hero__bg--mobile {
      display: none; } }
  .page-hero--default .page-hero__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
    width: 100%;
    padding-top: 100px;
    padding-bottom: 50px; }
  .page-hero--homepage .page-hero__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: left;
    width: 100%;
    padding-top: 180px;
    padding-bottom: 50px; }
    @media (max-width: 1199.98px) {
      .page-hero--homepage .page-hero__content {
        padding-top: 330px; } }
    @media (max-width: 991.98px) {
      .page-hero--homepage .page-hero__content {
        padding-top: 330px;
        text-align: center; } }
  .page-hero__logo {
    width: auto;
    max-width: 355px; }
    @media (max-width: 1199.98px) {
      .page-hero__logo {
        max-width: 335px; } }
    @media (max-width: 991.98px) {
      .page-hero__logo {
        max-width: 300px; } }

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
    -webkit-opacity: 0;
    -webkit-animation-timing-function: ease-in; }
  100% {
    opacity: 1;
    -webkit-opacity: 1; } }

@-moz-keyframes fadein {
  0% {
    opacity: 0;
    -moz-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  100% {
    opacity: 1; } }

@-o-keyframes fadein {
  0% {
    opacity: 0;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  100% {
    opacity: 1; } }

@keyframes fadein {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  100% {
    opacity: 1; } }

/*
.owl-carousel {

  .owl-next,
  .owl-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;

    &.disabled {
      opacity: 0.1;
      cursor: auto;
    }
  }
  .owl-prev {
    left: 0;
  }
  .owl-next {
    right: 0;
  }
}
*/
.owl-carousel .owl-stage-outer {
  padding: 0; }

.owl-carousel.owl-loaded {
  width: 100%;
  margin: 0 auto;
  position: relative; }

.owl-next, .owl-prev {
  position: absolute;
  top: 50%;
  margin: 0;
  width: auto;
  height: 60px;
  line-height: 60px;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }

.owl-prev {
  left: -15px; }
  @media (max-width: 991.98px) {
    .owl-prev {
      left: 0; } }

.owl-next {
  right: -15px; }
  @media (max-width: 991.98px) {
    .owl-next {
      right: 0; } }

.owl-next.disabled,
.owl-prev.disabled {
  opacity: 0.3; }

.owl-carousel--dots .owl-next, .owl-carousel--dots .owl-prev {
  margin-top: -22px; }

.owl-dots {
  text-align: center;
  padding-top: 15px; }

.owl-dots button.owl-dot {
  width: 16px;
  height: 16px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  background: #F6F6F6;
  margin: 0 5px; }
  @media (max-width: 991.98px) {
    .owl-dots button.owl-dot {
      width: 10px;
      height: 10px; } }

.owl-dots button.owl-dot.active {
  background-color: #fd5436; }

.owl-dots button.owl-dot:focus {
  outline: none; }

.owl-carousel--whof-posts .owl-stage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -25px; }

.owl-carousel--whof-posts .owl-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }

.whof-post {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-direction: normal;
  margin-bottom: 1.6rem;
  width: 100%; }
  .whof-post__body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%;
    height: auto;
    min-height: 250px;
    padding: 1.6rem;
    background-color: #e6e6e6; }
  .whof-post p.whof-post__title, .whof-post__title {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    padding-bottom: 3.2rem;
    color: #fff;
    margin: 0; }
    @media (max-width: 840px) {
      .whof-post p.whof-post__title, .whof-post__title {
        padding-bottom: 1.2rem; } }
  .whof-post__link {
    margin-top: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    line-height: 26px; }
    .whof-post__link a {
      color: inherit;
      text-decoration: underline;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
      outline: none; }
  .whof-post__thumb {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 250px; }
    .whof-post__thumb figure {
      padding: 0;
      margin: 0;
      overflow: hidden;
      position: relative;
      width: 100%;
      height: 100%; }
      .whof-post__thumb figure img {
        display: block;
        position: absolute;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center center;
        object-position: center center;
        width: 100%;
        height: 100%;
        -webkit-transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
        -o-transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
        -moz-transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
        transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1) 0s; }
  @media (min-width: 992px) {
    .whof-post:hover .whof-post__thumb figure img {
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
      -o-transform: scale(1.1);
      transform: scale(1.1); } }
  .whof-post--orange .whof-post__body {
    background-color: #FF5B35; }
  .whof-post--orange .whof-post__title {
    color: #fff; }
  .whof-post--orange .whof-post__link {
    color: #fff; }
  .whof-post--black .whof-post__body {
    background-color: #000; }
  .whof-post--black .whof-post__title {
    color: #fff; }
  .whof-post--black .whof-post__link {
    color: #fff; }
  .whof-post--white .whof-post__body {
    background-color: #fff; }
  .whof-post--white .whof-post__title {
    color: #000; }
  .whof-post--white .whof-post__link {
    color: #000; }
  .whof-post--blue .whof-post__body {
    background-color: #5c91e5; }
  .whof-post--blue .whof-post__title {
    color: #fff; }
  .whof-post--blue .whof-post__link {
    color: #fff; }
  .whof-post--blue-light .whof-post__body {
    background-color: #eef4fc; }
  .whof-post--blue-light .whof-post__title {
    color: #000; }
  .whof-post--blue-light .whof-post__link {
    color: #000; }
  .whof-post--mist .whof-post__body {
    background-color: #57889c; }
  .whof-post--mist .whof-post__title {
    color: #fff; }
  .whof-post--mist .whof-post__link {
    color: #fff; }
  .whof-post--mist-light .whof-post__body {
    background-color: #eef3f5; }
  .whof-post--mist-light .whof-post__title {
    color: #000; }
  .whof-post--mist-light .whof-post__link {
    color: #000; }
  .whof-post--turquoise .whof-post__body {
    background-color: #57b2c0; }
  .whof-post--turquoise .whof-post__title {
    color: #fff; }
  .whof-post--turquoise .whof-post__link {
    color: #fff; }
  .whof-post--turquoise-light .whof-post__body {
    background-color: #f1f7f9; }
  .whof-post--turquoise-light .whof-post__title {
    color: #000; }
  .whof-post--turquoise-light .whof-post__link {
    color: #000; }
  .whof-post--jade .whof-post__body {
    background-color: #56c17f; }
  .whof-post--jade .whof-post__title {
    color: #fff; }
  .whof-post--jade .whof-post__link {
    color: #fff; }
  .whof-post--jade-light .whof-post__body {
    background-color: #f2f8f3; }
  .whof-post--jade-light .whof-post__title {
    color: #000; }
  .whof-post--jade-light .whof-post__link {
    color: #000; }
  .whof-post--olive .whof-post__body {
    background-color: #7f9024; }
  .whof-post--olive .whof-post__title {
    color: #fff; }
  .whof-post--olive .whof-post__link {
    color: #fff; }
  .whof-post--olive-light .whof-post__body {
    background-color: #f2f2e8; }
  .whof-post--olive-light .whof-post__title {
    color: #000; }
  .whof-post--olive-light .whof-post__link {
    color: #000; }
  .whof-post--burnt-umber .whof-post__body {
    background-color: #d89038; }
  .whof-post--burnt-umber .whof-post__title {
    color: #fff; }
  .whof-post--burnt-umber .whof-post__link {
    color: #fff; }
  .whof-post--burnt-umber-light .whof-post__body {
    background-color: #faf4eb; }
  .whof-post--burnt-umber-light .whof-post__title {
    color: #000; }
  .whof-post--burnt-umber-light .whof-post__link {
    color: #000; }
  .whof-post--earth .whof-post__body {
    background-color: #762c00; }
  .whof-post--earth .whof-post__title {
    color: #fff; }
  .whof-post--earth .whof-post__link {
    color: #fff; }
  .whof-post--earth-light .whof-post__body {
    background-color: #efe5de; }
  .whof-post--earth-light .whof-post__title {
    color: #000; }
  .whof-post--earth-light .whof-post__link {
    color: #000; }

.whof-card {
  --card-border-width: 1px;
  --card-icon-size: 24px;
  --card-icon-stroke-width: 2px;
  background-color: #fff;
  overflow: hidden;
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: inherit;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-user-select: none;
  -webkit-touch-callout: none; }
  @media (min-width: 768px) {
    .whof-card {
      min-height: 625px; } }
  @media (max-width: 991.98px) {
    .whof-card {
      min-height: 380px; } }
  .whof-card:hover .whof-card__img::after {
    opacity: 1; }
  .whof-card__img {
    position: relative;
    z-index: 1;
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    min-width: 100%; }
    .whof-card__img img {
      display: block;
      height: 100%;
      width: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      margin: auto;
      position: absolute;
      top: 0;
      left: 0; }
  .whof-card__content {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: hsla(var(--color-primary-h), var(--color-primary-s), var(--color-primary-l), 0.9);
    padding: 100px 80px 80px;
    opacity: 0;
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
    -moz-transition: opacity .2s;
    transition: opacity .2s;
    font-size: 18px;
    line-height: 28px;
    color: #fff; }
    .whof-card__content p:not(:last-child) {
      margin-bottom: 15px; }
    .whof-card__content a {
      color: #fff; }
      .whof-card__content a:hover, .whof-card__content a:focus, .whof-card__content a:active {
        color: #fff; }
  .whof-card:hover .whof-card__content {
    opacity: 1; }
  .whof-card__title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    color: #fff;
    padding: 12px 14px;
    background-color: #e6e6e6;
    width: 100%; }
    .whof-card__title p {
      margin-right: 30px; }
  .whof-card .icon {
    --size: var(--card-icon-size);
    height: var(--size);
    width: var(--size);
    display: inline-block;
    color: inherit;
    fill: currentColor;
    line-height: 1;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: initial;
    margin: auto 0 auto auto; }
    .whof-card .icon .icon__group {
      stroke-width: var(--card-icon-stroke-width);
      -webkit-transform: rotate(0);
      -moz-transform: rotate(0);
      -ms-transform: rotate(0);
      -o-transform: rotate(0);
      transform: rotate(0);
      -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
      -o-transition: -o-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
      -moz-transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -moz-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -moz-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -o-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
      will-change: transform;
      -webkit-transform-origin: 50% 50%;
      -moz-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
      -o-transform-origin: 50% 50%;
      transform-origin: 50% 50%; }
      .whof-card .icon .icon__group > * {
        -webkit-transition: stroke-dashoffset .3s, -webkit-transform .3s;
        transition: stroke-dashoffset .3s, -webkit-transform .3s;
        -o-transition: stroke-dashoffset .3s, -o-transform .3s;
        -moz-transition: transform .3s, stroke-dashoffset .3s, -moz-transform .3s;
        transition: transform .3s, stroke-dashoffset .3s;
        transition: transform .3s, stroke-dashoffset .3s, -webkit-transform .3s, -moz-transform .3s, -o-transform .3s;
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -moz-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
      .whof-card .icon .icon__group > * {
        -webkit-transform-origin: 50% 50%;
        -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        -o-transform-origin: 50% 50%;
        transform-origin: 50% 50%; }
      .whof-card .icon .icon__group > *:first-child {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0); }
  .whof-card:hover .icon .icon__group {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg); }
    .whof-card:hover .icon .icon__group > * {
      -webkit-transform-origin: 50% 50%;
      -moz-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
      -o-transform-origin: 50% 50%;
      transform-origin: 50% 50%; }
    .whof-card:hover .icon .icon__group > *:first-child {
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      transform: rotate(90deg); }
  @media (max-width: 1344.98px) {
    .whof-card__content {
      padding: 60px; }
    .whof-card__title {
      font-size: 18px;
      line-height: 23px; }
      .whof-card__title p {
        margin-right: 15px; } }
  @media (max-width: 991.98px) {
    .whof-card__content {
      font-size: 13px;
      line-height: 18px;
      padding: 35px; }
    .whof-card__title {
      font-size: 11px;
      line-height: 13px; } }
  .whof-card--orange .whof-card__title {
    background-color: #D89038; }
  .whof-card--orange .whof-card__content {
    background-color: rgba(215, 143, 55, 0.9); }
  .whof-card--green .whof-card__title {
    background-color: #7F9024; }
  .whof-card--green .whof-card__content {
    background-color: rgba(127, 143, 36, 0.9); }
  .whof-card--earth .whof-card__title {
    background-color: #762C00; }
  .whof-card--earth .whof-card__content {
    background-color: rgba(117, 43, 0, 0.9); }
  .whof-card--sleel-blue .whof-card__title {
    background-color: #57889C; }
  .whof-card--sleel-blue .whof-card__content {
    background-color: rgba(88, 137, 157, 0.9); }
  .whof-card--jade .whof-card__title {
    background-color: #56C17F; }
  .whof-card--jade .whof-card__content {
    background-color: rgba(87, 193, 128, 0.9); }
  .js .whof-card--active {
    rule: properties; }
    .js .whof-card--active .whof-card__content {
      opacity: 1; }
    .js .whof-card--active .whof-card__img::after {
      opacity: 1; }
    .js .whof-card--active .icon .icon__group {
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      transform: rotate(90deg); }
      .js .whof-card--active .icon .icon__group > * {
        -webkit-transform-origin: 50% 50%;
        -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        -o-transform-origin: 50% 50%;
        transform-origin: 50% 50%; }
      .js .whof-card--active .icon .icon__group > *:first-child {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg); }

.social-share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  margin-right: -10px;
  margin-left: -10px; }

.social-share a {
  color: #fff;
  text-decoration: none;
  line-height: 50px;
  padding: 0 10px; }

.social-share i {
  vertical-align: middle;
  font-size: 39px; }

@media (max-width: 992px) {
  .social-share i {
    font-size: 35px; } }

.share {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px 35px;
  list-style: none;
  padding: 0; }
  .share__btn {
    --size: 40px;
    width: var(--size);
    height: var(--size);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: .2s;
    -o-transition: .2s;
    -moz-transition: .2s;
    transition: .2s; }
    .share__btn .icon {
      display: block;
      margin: auto;
      fill: #fff;
      color: #fff;
      padding: 0;
      -webkit-transition: color .2s;
      -o-transition: color .2s;
      -moz-transition: color .2s;
      transition: color .2s; }
  @media (max-width: 1199.98px) {
    .share {
      gap: 15px 30px; }
      .share__btn {
        --size: 32px; } }
  @media (max-width: 991.98px) {
    .share__btn {
      --size: 28px; } }
  .share--dark .share__btn .icon {
    fill: #000;
    color: #000; }
  .share--orange .share__btn .icon {
    fill: #FF5B35;
    color: #FF5B35; }

.background-spacer {
  min-height: 500px;
  width: 100%;
  -webkit-user-select: none;
  -webkit-touch-callout: none; }
  @media (max-width: 991.98px) {
    .background-spacer {
      min-height: 200px; } }
  .background-spacer--homepage {
    background: #fff url("images/section-background-divider.jpg") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover; }

.logo-list {
  --gap: 14px; }
  .logo-list .row {
    margin: 0 -webkit-calc(var(--gap) * -1);
    margin: 0 -moz-calc(var(--gap) * -1);
    margin: 0 calc(var(--gap) * -1); }
    .logo-list .row:after {
      content: '.';
      clear: both;
      display: block;
      height: 0;
      visibility: hidden;
      font-size: 0;
      line-height: 0; }
  .logo-list__item {
    padding: var(--gap); }
    .logo-list__item .logo-list__item-inner {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -moz-box-orient: vertical;
      -moz-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      height: 170px;
      background: #fff;
      -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
      -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
      padding: 8px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      .logo-list__item .logo-list__item-inner img {
        display: block;
        -o-object-fit: contain;
        object-fit: contain;
        max-height: 60%;
        max-width: 80%;
        margin: 0; }

:root {
  /* general */
  --accordion-border-width: 1px;
  /* icon */
  --accordion-icon-size: 54px;
  --accordion-icon-stroke-width: 2px; }
  @media (max-width: 991.98px) {
    :root {
      --accordion-icon-size: 27px; } }

.accordion {
  list-style: none;
  padding: 0;
  margin: 0; }
  .accordion__item--is-open .accordion__header .icon {
    color: #FF5B35;
    fill: #FF5B35; }

.accordion__item {
  background: #F6F6F6;
  -webkit-box-shadow: 1px 4px 4px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 1px 4px 4px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 4px 4px 2px rgba(0, 0, 0, 0.25);
  padding: 45px 110px 45px 50px;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #000; }
  .accordion__item p, .accordion__item ul, .accordion__item ol {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #000; }
  .accordion__item ul, .accordion__item ol {
    margin-left: -18px; }
    .accordion__item ul li:not(:last-child), .accordion__item ol li:not(:last-child) {
      margin-bottom: 10px; }
  .accordion__item a {
    color: #007bff !important;
    text-decoration: none; }
    .accordion__item a:hover, .accordion__item a:focus, .accordion__item a:active {
      text-decoration: underline; }
  .accordion__item:not(:last-child) {
    margin-bottom: 75px; }
  .accordion__item:first-child {
    border-top-width: var(--accordion-border-width); }
  @media (max-width: 1199.98px) {
    .accordion__item {
      padding: 35px 45px 35px 45px; } }
  @media (max-width: 991.98px) {
    .accordion__item {
      padding: 24px 15px;
      font-size: 14px;
      line-height: 22px; }
      .accordion__item:not(:last-child) {
        margin-bottom: 30px; } }

.accordion__header {
  /* button */
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left;
  cursor: pointer;
  background: #F6F6F6;
  padding: 0;
  border: none; }
  .accordion__header svg {
    color: #000;
    fill: #000;
    outline: none; }
  .accordion__header .icon {
    --size: var(--accordion-icon-size);
    height: var(--size);
    width: var(--size);
    display: inline-block;
    color: #000;
    fill: #000;
    outline: none;
    line-height: 1;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: initial; }
    .accordion__header .icon .icon__group {
      stroke-width: var(--accordion-icon-stroke-width); }

.accordion__title {
  color: #000000 !important;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 52px;
  margin-left: 76px;
  margin-bottom: 0; }
  @media (max-width: 1199.98px) {
    .accordion__title {
      margin-left: 45px; } }
  @media (max-width: 991.98px) {
    .accordion__title {
      font-size: 22px;
      line-height: 30px;
      margin-left: 20px; } }

.accordion__icon-arrow .icon__group,
.accordion__icon-arrow-v2 .icon__group,
.accordion__icon-plus .icon__group {
  will-change: transform;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }

.accordion__icon-arrow .icon__group > * {
  -webkit-transform-origin: 10px 14px;
  -moz-transform-origin: 10px 14px;
  -ms-transform-origin: 10px 14px;
  -o-transform-origin: 10px 14px;
  transform-origin: 10px 14px; }

.accordion__icon-arrow-v2 .icon__group > * {
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  stroke-dasharray: 20;
  -webkit-transform: translateY(4px);
  -moz-transform: translateY(4px);
  -ms-transform: translateY(4px);
  -o-transform: translateY(4px);
  transform: translateY(4px); }

.accordion__icon-arrow-v2 .icon__group > *:first-child {
  stroke-dashoffset: 10.15; }

.accordion__icon-arrow-v2 .icon__group > *:last-child {
  stroke-dashoffset: 10.15; }

.accordion__icon-plus .icon__group {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0); }
  .accordion__icon-plus .icon__group > * {
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%; }
  .accordion__icon-plus .icon__group > *:first-child {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0); }

.accordion__item--is-open > .accordion__header > .accordion__icon-plus .icon__group {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg); }
  .accordion__item--is-open > .accordion__header > .accordion__icon-plus .icon__group > * {
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%; }
  .accordion__item--is-open > .accordion__header > .accordion__icon-plus .icon__group > *:first-child {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg); }

.js .accordion__panel {
  display: none;
  will-change: height;
  -webkit-transform: translateZ(0px);
  -moz-transform: translateZ(0px);
  transform: translateZ(0px);
  padding-left: 132px;
  padding-top: 25px; }
  .js .accordion__panel p:not(last-child) {
    margin-bottom: 15px; }
  @media (max-width: 1199.98px) {
    .js .accordion__panel {
      padding-left: 102px; } }
  @media (max-width: 991.98px) {
    .js .accordion__panel {
      padding-left: 48px; } }

.js .accordion__item--is-open,
.js .accordion__item--is-open .accordion__header,
.js .accordion__item--is-open > .accordion__panel {
  background: #fff; }

.js .accordion__item--is-open > .accordion__panel {
  display: block; }

/* animations */
.accordion[data-animation="on"] .accordion__item--is-open .accordion__panel > * {
  -webkit-animation: accordion-entry-animation 0.4s var(--ease-out);
  -moz-animation: accordion-entry-animation 0.4s var(--ease-out);
  -o-animation: accordion-entry-animation 0.4s var(--ease-out);
  animation: accordion-entry-animation 0.4s var(--ease-out); }

.accordion[data-animation="on"] .accordion__icon-arrow .icon__group,
.accordion[data-animation="on"] .accordion__icon-arrow-v2 .icon__group,
.accordion[data-animation="on"] .accordion__icon-plus .icon__group {
  -webkit-transition: -webkit-transform 0.3s var(--ease-out);
  transition: -webkit-transform 0.3s var(--ease-out);
  -o-transition: -o-transform 0.3s var(--ease-out);
  -moz-transition: transform 0.3s var(--ease-out), -moz-transform 0.3s var(--ease-out);
  transition: transform 0.3s var(--ease-out);
  transition: transform 0.3s var(--ease-out), -webkit-transform 0.3s var(--ease-out), -moz-transform 0.3s var(--ease-out), -o-transform 0.3s var(--ease-out); }
  .accordion[data-animation="on"] .accordion__icon-arrow .icon__group > *,
  .accordion[data-animation="on"] .accordion__icon-arrow-v2 .icon__group > *,
  .accordion[data-animation="on"] .accordion__icon-plus .icon__group > * {
    -webkit-transition: stroke-dashoffset .3s, -webkit-transform .3s;
    transition: stroke-dashoffset .3s, -webkit-transform .3s;
    -o-transition: stroke-dashoffset .3s, -o-transform .3s;
    -moz-transition: transform .3s, stroke-dashoffset .3s, -moz-transform .3s;
    transition: transform .3s, stroke-dashoffset .3s;
    transition: transform .3s, stroke-dashoffset .3s, -webkit-transform .3s, -moz-transform .3s, -o-transform .3s;
    -webkit-transition-timing-function: var(--ease-out);
    -moz-transition-timing-function: var(--ease-out);
    -o-transition-timing-function: var(--ease-out);
    transition-timing-function: var(--ease-out); }

@-webkit-keyframes accordion-entry-animation {
  from {
    opacity: 0;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }

@-moz-keyframes accordion-entry-animation {
  from {
    opacity: 0;
    -moz-transform: translateY(-10px);
    transform: translateY(-10px); }
  to {
    opacity: 1;
    -moz-transform: translateY(0px);
    transform: translateY(0px); } }

@-o-keyframes accordion-entry-animation {
  from {
    opacity: 0;
    -o-transform: translateY(-10px);
    transform: translateY(-10px); }
  to {
    opacity: 1;
    -o-transform: translateY(0px);
    transform: translateY(0px); } }

@keyframes accordion-entry-animation {
  from {
    opacity: 0;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }

.faq {
  font-weight: 700;
  font-size: 30px;
  line-height: 61px;
  color: #000000; }
  .faq__section {
    margin-bottom: 70px; }
  .faq__title {
    font-weight: 700;
    font-size: 30px;
    line-height: 61px;
    color: #000000;
    margin-bottom: 20px; }
  .faq__any-other {
    font-weight: 400;
    font-size: 30px;
    line-height: 61px; }
    .faq__any-other a {
      text-decoration: none;
      color: #007bff !important; }
      .faq__any-other a:focus, .faq__any-other a:hover {
        text-decoration: underline; }

.wysiwyg h1, .wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5 {
  font-family: "Helvetica Neue", Arial, sans-serif !important;
  color: #000;
  font-weight: 700; }

.wysiwyg h1 {
  font-size: 51px;
  line-height: 61px;
  letter-spacing: 0.01em;
  color: #FF5B35;
  margin-bottom: 30px; }

.wysiwyg h2 {
  font-size: 30px;
  line-height: 38px;
  margin-bottom: 25px; }

.wysiwyg h4 {
  font-size: 21px;
  line-height: 28px;
  margin-bottom: 15px;
  margin-top: -webkit-calc(28px + 10px);
  margin-top: -moz-calc(28px + 10px);
  margin-top: calc(28px + 10px); }

.wysiwyg h5 {
  font-size: 18px;
  line-height: 24px;
  color: #FF5B35;
  margin-bottom: 10px; }

.wysiwyg h1 strong, .wysiwyg h2 strong, .wysiwyg h3 strong, .wysiwyg h4 strong, .wysiwyg h5 strong {
  font-weight: bold; }

.wysiwyg img {
  margin-bottom: 30px; }

.wysiwyg p,
.wysiwyg ul,
.wysiwyg ol {
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  margin-bottom: 20px !important; }
  .wysiwyg p:last-child,
  .wysiwyg ul:last-child,
  .wysiwyg ol:last-child {
    margin-bottom: 0; }

.wysiwyg a {
  color: #FF5B35 !important; }
  .wysiwyg a:hover, .wysiwyg a:focus, .wysiwyg a:active {
    color: #FF5B35;
    text-decoration: underline; }

.wysiwyg sup a:hover, .wysiwyg sup a:focus, .wysiwyg sup a:active {
  text-decoration: none; }

.wysiwyg ol {
  padding-left: 3px;
  list-style: none;
  counter-reset: inst; }
  .wysiwyg ol li {
    position: relative;
    padding-left: 40px;
    margin-bottom: 15px;
    counter-increment: inst; }
    .wysiwyg ol li:before {
      content: counters(inst, ".") " — ";
      position: absolute;
      left: 0;
      color: #000; }

.wysiwyg ul {
  list-style: none;
  padding-left: 3px; }
  .wysiwyg ul li {
    position: relative;
    padding-left: 0.8rem;
    margin-bottom: 15px; }
    .wysiwyg ul li:before {
      content: '\2022';
      position: absolute;
      left: 0;
      color: #000; }

.wysiwyg ol.list-style-none,
.wysiwyg ul.list-style-none {
  padding-left: 0; }
  .wysiwyg ol.list-style-none li,
  .wysiwyg ul.list-style-none li {
    padding-left: 0; }
    .wysiwyg ol.list-style-none li:before,
    .wysiwyg ul.list-style-none li:before {
      display: none; }

.wysiwyg em {
  display: inline-block;
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 20px; }

.wysiwyg hr {
  border-color: #333;
  margin-bottom: 1.2rem;
  margin-top: 0; }

.btn-share {
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 3px rgba(12, 33, 65, 0.3), 0 -1px 0 rgba(0, 0, 0, 0.15) inset, 0 0 0 1px rgba(0, 0, 0, 0.15) inset;
  -moz-box-shadow: 0 2px 3px rgba(12, 33, 65, 0.3), 0 -1px 0 rgba(0, 0, 0, 0.15) inset, 0 0 0 1px rgba(0, 0, 0, 0.15) inset;
  box-shadow: 0 2px 3px rgba(12, 33, 65, 0.3), 0 -1px 0 rgba(0, 0, 0, 0.15) inset, 0 0 0 1px rgba(0, 0, 0, 0.15) inset;
  width: 190px; }

.btn-share,
.btn-share:focus,
.btn-share:hover {
  color: #fff !important;
  text-decoration: none !important; }

.btn-share-icon {
  background: rgba(255, 255, 255, 0.12);
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px; }
  .btn-share-icon:focus, .btn-share-icon:hover, .btn-share-icon:active {
    color: #fff;
    text-decoration: none; }

.btn-share-text {
  padding: 9px 12px;
  color: #fff;
  text-decoration: none; }

.btn-share-facebook {
  background: #4367b7; }

.btn-share-facebook:focus,
.btn-share-facebook:hover {
  background: #3c5ca4; }

.btn-share-twitter {
  background: #40a2e1; }

.btn-share-twitter:focus,
.btn-share-twitter:hover {
  background: #2a97de; }

.btn-share-linkedin {
  background: #247ec8; }

.btn-share-linkedin:focus,
.btn-share-linkedin:hover {
  background: #2070b2; }

.btn-share-email {
  background: #7e8692; }

.btn-share-email:focus,
.btn-share-email:hover {
  background: #717986; }

.thank-you__hero {
  background: #e6e6e6 url("images/gogiveone-bg-cropped2.jpg") no-repeat center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  min-height: 530px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .thank-you__hero-content {
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .thank-you__hero-title {
    font-weight: 700;
    font-size: 100px;
    line-height: 124px;
    color: #000;
    margin: auto auto 30px auto; }
  .thank-you__hero-sub-title {
    font-family: "GT Pressura Mono", sans-serif;
    font-weight: 400;
    font-size: 40px;
    line-height: 61px;
    text-align: center;
    text-transform: uppercase;
    color: #FF5B35;
    margin: 0; }
  @media (max-width: 1199.98px) {
    .thank-you__hero-title {
      font-size: 76px;
      line-height: 94px;
      margin: auto auto 25px auto; }
    .thank-you__hero-sub-title {
      font-size: 32px;
      line-height: 42px; } }
  @media (max-width: 991.98px) {
    .thank-you__hero-title {
      font-size: 56px;
      line-height: 76px;
      margin: auto auto 15px auto; }
    .thank-you__hero-sub-title {
      font-size: 22px;
      line-height: 30px; } }

#mc_embed_signup {
  width: 100%; }
  #mc_embed_signup form {
    margin: 0 !important;
    margin-top: -5px; }
  #mc_embed_signup .mc-field-group label {
    font-weight: 400;
    font-size: 19px;
    line-height: 24px;
    color: #fff; }
    #mc_embed_signup .mc-field-group label span.asterisk {
      font-size: 18px;
      display: inline-block;
      vertical-align: text-top;
      top: 0; }
  #mc_embed_signup .mc-field-group input {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 1px solid #fff;
    outline: none;
    text-indent: 0 !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    background: none;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    padding-left: 10px;
    padding-right: 10px; }
    #mc_embed_signup .mc-field-group input:focus, #mc_embed_signup .mc-field-group input:active {
      border: 1px solid #fff;
      outline: none; }
  #mc_embed_signup .mc-field-group .helper_text {
    display: none; }
  #mc_embed_signup .indicates-required {
    margin: 0 !important; }
  #mc_embed_signup span.asterisk {
    color: #fff; }
  #mc_embed_signup #mc-embedded-subscribe.button {
    background-color: #fff;
    color: #fe5d3d;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    height: 56px;
    padding: 0 78px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }
  #mc_embed_signup #mce-responses {
    padding: 0 !important;
    margin: 0 !important; }
    #mc_embed_signup #mce-responses #mce-error-response.response,
    #mc_embed_signup #mce-responses #mce-success-response.response {
      color: #fff;
      text-align: center;
      padding: 0 !important;
      margin: 15px auto !important; }
  #mc_embed_signup #mc-embedded-subscribe-form input.mce_inline_error {
    border: 1px solid #ffffff !important; }

.mc-subscribe-form--light #mc_embed_signup .mc-field-group label {
  color: #000; }

.mc-subscribe-form--light #mc_embed_signup .mc-field-group input {
  border: 1px solid #000;
  color: #000; }
  .mc-subscribe-form--light #mc_embed_signup .mc-field-group input:focus, .mc-subscribe-form--light #mc_embed_signup .mc-field-group input:active {
    border: 1px solid #000; }

.mc-subscribe-form--light #mc_embed_signup #mc-embedded-subscribe.button {
  background-color: #fe5d3d;
  color: #fff;
  font-weight: 400; }

.mc-subscribe-form--light #mc_embed_signup #mce-responses #mce-error-response.response,
.mc-subscribe-form--light #mc_embed_signup #mce-responses #mce-success-response.response {
  color: #000; }

.mc-subscribe-form--light #mc_embed_signup #mc-embedded-subscribe-form input.mce_inline_error {
  border: 1px solid #fe5d3d !important; }

.mc-subscribe-form--light #mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
  color: #000 !important; }

#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
  background-color: transparent !important;
  padding: 0 10px 0 10px !important;
  font-size: 13px !important;
  color: #fff !important; }

.arrow-back-link {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 4px 0;
  text-decoration: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000; }
  .arrow-back-link .anchor {
    font-family: "GT Pressura Mono", sans-serif;
    margin: 0 !important;
    font-size: 18px;
    line-height: 110%; }
  .arrow-back-link .icon {
    display: block;
    font-size: 12px;
    margin-right: 8px;
    position: relative;
    opacity: 0;
    visibility: hidden;
    will-change: transform;
    -webkit-transform: translateY(10px) rotate(180deg);
    -moz-transform: translateY(10px) rotate(180deg);
    -ms-transform: translateY(10px) rotate(180deg);
    -o-transform: translateY(10px) rotate(180deg);
    transform: translateY(10px) rotate(180deg);
    -webkit-transition: opacity 0.3s, visibility 0s 0.3s, -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: opacity 0.3s, visibility 0s 0.3s, -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: opacity 0.3s, visibility 0s 0.3s, -o-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: opacity 0.3s, transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), visibility 0s 0.3s, -moz-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: opacity 0.3s, transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), visibility 0s 0.3s;
    transition: opacity 0.3s, transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), visibility 0s 0.3s, -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), -o-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    stroke: #FF5B35; }
    .arrow-back-link .icon line {
      -webkit-transform-origin: 9px 6px;
      -moz-transform-origin: 9px 6px;
      -ms-transform-origin: 9px 6px;
      -o-transform-origin: 9px 6px;
      transform-origin: 9px 6px;
      will-change: transform;
      -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
      -o-transition: -o-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
      -moz-transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -moz-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -moz-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -o-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
    .arrow-back-link .icon line:first-child {
      -webkit-transform: rotate(20deg);
      -moz-transform: rotate(20deg);
      -ms-transform: rotate(20deg);
      -o-transform: rotate(20deg);
      transform: rotate(20deg); }
    .arrow-back-link .icon line:last-child {
      -webkit-transform: rotate(-20deg);
      -moz-transform: rotate(-20deg);
      -ms-transform: rotate(-20deg);
      -o-transform: rotate(-20deg);
      transform: rotate(-20deg); }
  .arrow-back-link::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 20px;
    width: -webkit-calc(100% - 20px);
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px);
    height: 1px;
    background-color: #000;
    -webkit-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .arrow-back-link:hover {
    color: #000;
    text-decoration: none; }
    .arrow-back-link:hover::before {
      background-color: #FF5B35; }
    .arrow-back-link:hover .icon {
      opacity: 1;
      visibility: visible;
      -webkit-transform: translateY(0) rotate(180deg);
      -moz-transform: translateY(0) rotate(180deg);
      -ms-transform: translateY(0) rotate(180deg);
      -o-transform: translateY(0) rotate(180deg);
      transform: translateY(0) rotate(180deg);
      -webkit-transition: opacity 0.3s, -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
      transition: opacity 0.3s, -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
      -o-transition: opacity 0.3s, -o-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
      -moz-transition: opacity 0.3s, transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
      transition: opacity 0.3s, transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
      transition: opacity 0.3s, transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), -o-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1); }
      .arrow-back-link:hover .icon line:first-child, .arrow-back-link:hover .icon line:last-child {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0); }
    .arrow-back-link:hover::before {
      width: 100%;
      left: 0; }

.arrow-back-link.arrow-back-link--right .icon {
  --size: 14px;
  height: var(--size);
  width: var(--size);
  margin-right: auto;
  margin-left: 8px;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px); }
  @media (max-width: 991.98px) {
    .arrow-back-link.arrow-back-link--right .icon {
      --size: 10px;
      margin-left: 5px; } }

.arrow-back-link.arrow-back-link--right::before {
  content: '';
  left: 0;
  width: -webkit-calc(100% - 18px);
  width: -moz-calc(100% - 18px);
  width: calc(100% - 18px); }
  @media (max-width: 991.98px) {
    .arrow-back-link.arrow-back-link--right::before {
      width: -webkit-calc(100% - 15px);
      width: -moz-calc(100% - 15px);
      width: calc(100% - 15px); } }

.arrow-back-link.arrow-back-link--right:hover .icon {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0); }

.arrow-back-link.arrow-back-link--right:hover::before {
  width: 100%; }

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