@charset "UTF-8";
.visuallyhidden {
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip: rect(0, 0, 0, 0);
  position: absolute; }

.row:after, .clearfix {
  *zoom: 1; }
  .clearfix:before, .row:after, .clearfix:after {
    display: table; }
  .row:after, .clearfix:after {
    clear: both; }

.no-wrap {
  white-space: nowrap; }

@media print {
  .hide-on-print {
    display: none; } }

.row {
  margin-left: 0;
  margin-right: 0; }

.btn--gray:hover, .news-filters__form button:hover {
  background-color: #1e1e1e; }

a.header__donate:hover, .home-what__item:nth-child(1):hover, .donate-form button:hover, .payment__details-wrapper #donform__btn--donate:hover, .donate__action-buttons .donform__tab:hover {
  background-color: #f69e0b; }

.btn--orange:hover, a.header__order:hover, .home-what__item:nth-child(3):hover, .product__details-add-to-cart button:hover, form.footer__form button:hover {
  background-color: #c64c22; }

.home-what__item:nth-child(2):hover {
  background-color: #932d30; }

/**
		Home page- Tyson mixins
	*/
/*  -------------------------------------------------------------
* 	=Helpers - reusable classes 
*	------------------------------------------------------------- */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px; }

.ir:before {
  content: "";
  display: block;
  height: 150%;
  width: 0; }

.container {
  width: 100%;
  margin: 0 auto;
  clear: both;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }
  @media (min-width: 28.75rem) {
    .container {
      max-width: 28.75rem; } }
  @media (min-width: 48rem) {
    .container {
      max-width: 48rem; } }
  @media (min-width: 62rem) {
    .container {
      max-width: 62rem; } }
  @media (min-width: 73.125rem) {
    .container {
      max-width: 73.125rem; } }
  @media (min-width: 90rem) {
    .container {
      max-width: 90rem; } }
  @media (min-width: 120rem) {
    .container {
      max-width: 90rem; } }
  @media (min-width: 143.75rem) {
    .container {
      max-width: 90rem; } }

.row {
  clear: both; }

.fixed-element {
  position: fixed; }

.hidden {
  display: none; }

.training-page-content {
  margin-bottom: 35px; }

.message.danger {
  color: white;
  background: red;
  font-weight: bold;
  padding: 10px 20px;
  margin-bottom: 20px; }

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

/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
	   HTML5 display definitions
	   ========================================================================== */
/**
	 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
	 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
	 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
	 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

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

/**
	 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
	 * Known issue: no IE 6 support.
	 */
[hidden] {
  display: none; }

/* ==========================================================================
	   Base
	   ========================================================================== */
/**
	 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
	 *    `em` units.
	 * 2. Prevent iOS text size adjust after orientation change, without disabling
	 *    user zoom.
	 */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
	 * Address `font-family` inconsistency between `textarea` and other form
	 * elements.
	 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

/**
	 * Address margins handled incorrectly in IE 6/7.
	 */
body {
  margin: 0; }

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

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

/* ==========================================================================
	   Typography
	   ========================================================================== */
/**
	 * Address font sizes and margins set differently in IE 6/7.
	 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
	 * and Chrome.
	 */
h1 {
  font-size: 2.25em;
  margin: 0.67em 0; }

h2 {
  font-size: 2.25em;
  margin: 0.83em 0;
  font-weight: 500; }

h3, legend {
  font-size: 1.125em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.875em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.75em;
  margin: 2.33em 0; }

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

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

blockquote {
  margin: 1em 40px; }

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

/**
	 * Address differences between Firefox and other browsers.
	 * Known issue: no IE 6/7 normalization.
	 */
hr {
  box-sizing: content-box;
  height: 0; }

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

/**
	 * Address margins set differently in IE 6/7.
	 */
p,
pre {
  margin: 1em 0; }

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

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

/**
	 * Address CSS quotes not supported in IE 6/7.
	 */
q {
  quotes: none; }

/**
	 * Address `quotes` property not supported in Safari 4.
	 */
q:before,
q:after {
  content: '';
  content: none; }

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

dd {
  margin: 0 0 0 40px; }

/**
	 * Address paddings set differently in IE 6/7.
	 */
menu,
ol,
ul {
  padding: 0 0 0 40px; }

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

/* ==========================================================================
	   Embedded content
	   ========================================================================== */
/**
	 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
	 * 2. Improve image quality when scaled in IE 7.
	 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

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

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

/* ==========================================================================
	   Forms
	   ========================================================================== */
/**
	 * Correct margin displayed oddly in IE 6/7.
	 */
form {
  margin: 0; }

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

/**
	 * 1. Correct color not being inherited in IE 6/7/8/9.
	 * 2. Correct text not wrapping in Firefox 3.
	 * 3. Correct alignment displayed oddly in IE 6/7.
	 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/**
	 * 1. Correct font size not being inherited in all browsers.
	 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
	 *    and Chrome.
	 * 3. Improve appearance and consistency in all browsers.
	 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

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

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

/**
	 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
	 *    and `video` controls.
	 * 2. Correct inability to style clickable `input` types in iOS.
	 * 3. Improve usability and consistency of cursor style between image-type
	 *    `input` and others.
	 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
	 *    Known issue: inner spacing remains in IE 6.
	 */
button, html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

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

/**
	 * 1. Address box sizing set to content-box in IE 8/9.
	 * 2. Remove excess padding in IE 8/9.
	 * 3. Remove excess padding in IE 7.
	 *    Known issue: excess padding remains in IE 6.
	 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

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

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

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

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

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

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, legend, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline; }

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

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:after, blockquote:before, q:after, q:before {
  content: '';
  content: none; }

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

::-moz-focus-inner {
  padding: 0;
  border: none; }

:focus {
  outline: 0; }

a {
  text-decoration: none; }

a:hover {
  text-decoration: none; }

button, input {
  -webkit-appearance: none; }

input, select, textarea {
  margin: 0;
  outline: 0; }

mark {
  background: 0 0; }

.invisible {
  visibility: hidden; }

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

.clearfix:after {
  clear: both; }

html {
  box-sizing: border-box; }

*,
*::before,
*::after {
  box-sizing: inherit; }

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  -webkit-focus-ring-color: rgba(255, 255, 255, 0); }

body {
  font-size: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1; }

button, input {
  line-height: normal; }

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

html, body {
  min-height: 100%; }

a {
  outline: 0; }

.cmsform .field_contain {
  width: 100%;
  max-width: 556px;
  margin-bottom: 10px;
  color: #404040;
  padding-top: 0.75rem; }

.cmsform span.required {
  font-weight: 600;
  font-family: "Lato", sans-serif;
  color: #413d4b;
  font-size: 17px; }
  .cmsform span.required.hasError {
    color: #ff0000; }

.cmsform label {
  font-weight: 600;
  font-family: "Lato", sans-serif;
  color: #413d4b;
  font-size: 17px;
  display: block;
  float: left; }
  .cmsform label.hasError {
    color: #ff0000; }

.cmsform .field_input {
  margin-left: 0;
  position: relative; }
  .cmsform .field_input input.formError {
    border: 1px solid #ff0000; }
  .cmsform .field_input .g-recaptcha {
    margin-top: 10px; }
  .cmsform .field_input select {
    border-radius: 6px;
    width: 100%;
    height: 52px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    line-height: 48px;
    border: 1px solid #c2c2c2;
    padding-left: 22px;
    padding-right: 22px;
    font-family: "Lato", sans-serif;
    font-size: 15px;
    font-weight: 600;
    position: relative;
    background-image: url("/img/dropdown-icon.png");
    background-repeat: no-repeat;
    background-size: 16px 10px;
    background-position: right 11px center;
    background-color: #fff; }
    .cmsform .field_input select[name$="_d"], .cmsform .field_input select[name$="_m"], .cmsform .field_input select[name$="_y"] {
      width: 31.3%; }
    .cmsform .field_input select[name$="_m"], .cmsform .field_input select[name$="_y"] {
      margin-left: 2%; }
    .cmsform .field_input select.formError {
      border: 1px solid #ff0000; }

.cmsform .required {
  font-size: 20px;
  font-weight: 700; }

.cmsform .field_name {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  text-align: left;
  margin-bottom: 10px; }
  .cmsform .field_name span.required {
    -ms-flex-order: 2;
    order: 2; }
  .cmsform .field_name label {
    -ms-flex-order: 1;
    order: 1; }

.cmsform input[type=text], .cmsform input[type=email], .cmsform textarea {
  width: 100%;
  background: #fff;
  border: 0;
  height: 52px;
  border-radius: 6px;
  padding: 0 20px;
  font-size: 15px;
  font-family: 'Lato', sans-serif;
  border: 1px solid #c2c2c2; }

.cmsform input[type=checkbox] {
  height: 25px;
  width: 25px;
  background-color: #fff;
  border: 1px solid #c2c2c2;
  position: relative;
  cursor: pointer;
  margin-top: 0.1rem;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }
  .cmsform input[type=checkbox]:checked::before {
    content: '';
    width: 13px;
    height: 13px;
    position: absolute;
    top: 5px;
    left: 5px;
    background-color: #2b2b2b; }

.cmsform input[type=radio] {
  height: 25px;
  width: 25px;
  background-color: #fff;
  border: 1px solid #c2c2c2;
  border-radius: 100%;
  position: relative;
  cursor: pointer;
  margin-top: 0.1rem;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }
  .cmsform input[type=radio]:checked::before {
    content: '';
    width: 11px;
    height: 11px;
    border-radius: 100%;
    position: absolute;
    top: 6px;
    left: 6px;
    background-color: #2b2b2b; }

.cmsform .radio_item {
  margin-bottom: 10px;
  width: 100% !important; }

.cmsform .option_contain {
  margin-top: 2.5rem;
  width: auto !important; }

.cmsform .option_contain .checkbox_item span, .cmsform .option_contain .radio_item span {
  padding-left: 10px; }

.cmsform textarea {
  resize: none;
  height: 175px;
  padding-top: 10px; }

.cmsform .form_submit {
  padding-left: 0px;
  padding-top: 16px; }
  .cmsform .form_submit input[type=submit] {
    font-size: 14px;
    line-height: 17px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #2b2b2b;
    border: 1px solid #2b2b2b;
    padding: 0.85rem 1.75rem;
    border-radius: 8px;
    display: inline-block;
    text-align: center;
    transform: perspective(1px) translateZ(0);
    transition-duration: 0.3s;
    transition-property: color, background-color, border; }
    @media (min-width: 48rem) {
      .cmsform .form_submit input[type=submit] {
        line-height: 12px;
        padding: 1.15rem 3.25rem; } }
    .cmsform .form_submit input[type=submit]:hover {
      background-color: #f7a824;
      border: 1px solid #f7a824;
      color: #2b2b2b; }

.checkbox_item,
.radio_item {
  font-family: "Lato", sans-serif;
  font-size: 17px;
  line-height: 28px;
  font-weight: 300;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100% !important;
  margin-bottom: 1.5rem; }

::-moz-selection {
  background: #df3526;
  color: white;
  text-shadow: none; }

::selection {
  background: #df3526;
  color: white;
  text-shadow: none; }

a {
  transition: color 0.3s ease background-color 0.3s ease ease-in;
  -o-transition: color 0.3s ease background-color 0.3s ease ease-in;
  -ms-transition: color 0.3s ease background-color 0.3s ease ease-in;
  -moz-transition: color 0.3s ease background-color 0.3s ease ease-in;
  -webkit-transition: color 0.3s ease background-color 0.3s ease ease-in; }

html {
  font-size: 100%;
  min-width: 320px;
  min-width: 20rem; }

body {
  background: #fff; }

a,
button,
label {
  cursor: pointer; }

html,
button,
input,
select,
textarea {
  color: #2b2b2b; }

audio,
canvas,
img,
video {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

h1,
.h1, h2,
.h2, h3, legend,
.h3, h4,
.h4, h5,
.h5, h6,
.h6 {
  margin: 15px 0;
  margin: 0.9375rem 0;
  font-family: "Avenir LT W01_95 Black1475556", "Arial", "sans-serif";
  color: red;
  color: #000; }

h1,
.h1 {
  font-size: 29px;
  font-size: 1.8125rem; }

.h1.ludicrous {
  font-family: "Ludicrous-Stencil", serif; }

h2,
.h2 {
  font-size: 24px;
  font-size: 1.5rem; }

.h2.ludicrous {
  font-family: "Ludicrous-Stencil", serif; }

h3, legend,
.h3 {
  font-size: 18px;
  font-size: 1.125rem; }

.h3.ludicrous {
  font-family: "Ludicrous-Stencil", serif; }

h4,
.h4 {
  font-size: 18px;
  font-size: 1.125rem; }

.h4.ludicrous {
  font-family: "Ludicrous-Stencil", serif; }

h5,
.h5 {
  font-size: 18px;
  font-size: 1.125rem; }

.h5.ludicrous {
  font-family: "Ludicrous-Stencil", serif; }

h6,
.h6 {
  font-size: 18px;
  font-size: 1.125rem; }

.h6.ludicrous {
  font-family: "Ludicrous-Stencil", serif; }

h1 {
  margin-top: 0; }

body {
  color: #2b2b2b;
  font-family: "Avenir LT W01_55 Roman1475520", "Arial", "sans-serif";
  font-weight: normal;
  line-height: 1.2; }
  body img.left {
    float: left;
    padding: 30px 30px 30px 0px; }
  body img.right {
    float: right;
    padding: 30px 0px 30px 30px; }
  body img[style*="float:left"], body img[style*="float: left"] {
    padding: 30px 30px 30px 0px; }
  body img[style*="float:right"], body img[style*="float: right"] {
    padding: 30px 0px 30px 30px; }
  body img.centre, body img.center {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  @media (max-width: 48rem) {
    body img.left {
      float: none;
      width: 100% !important;
      padding: 30px;
      margin: auto;
      height: auto !important; }
    body img.right {
      float: none;
      width: 100% !important;
      padding: 30px;
      margin: auto;
      height: auto !important; }
    body img.centre, body img.center {
      float: none;
      width: 100% !important;
      padding: 30px;
      margin: auto;
      height: auto !important; }
    body img[style*="float:left"], body img[style*="float: left"] {
      width: 100% !important;
      height: auto !important; }
    body img[style*="float:right"], body img[style*="float: right"] {
      width: 100% !important;
      height: auto !important; } }

p {
  margin: 0 0 15px;
  margin: 0 0 0.9375rem;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.3; }

a {
  text-decoration: none;
  color: #da5527; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #999;
  margin: 15px 0;
  padding: 0; }

table {
  width: 100%; }

th {
  text-align: left; }

strong {
  font-family: "Avenir LT W01_95 Black1475556", "Arial", "sans-serif"; }

blockquote {
  position: relative;
  display: block;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 40px;
  padding-left: 25px; }
  blockquote p {
    display: inline;
    font-size: 25px !important; }
  blockquote:before {
    content: open-quote;
    background: url("/img/svg/icon-openning-quote.svg") 0 0 no-repeat;
    width: 17px;
    height: 17px;
    background-size: contain;
    display: inline-block;
    position: absolute;
    left: 0; }
  blockquote:after {
    content: close-quote;
    background: url("/img/svg/icon-closing-quote.svg") 0 0 no-repeat;
    width: 17px;
    height: 17px;
    background-size: contain;
    display: inline-block;
    position: absolute;
    margin-left: 20px; }

.input-group {
  width: 100%;
  max-width: 556px;
  margin-bottom: 30px; }
  .input-group label {
    margin-bottom: 10px;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
    color: #413d4b;
    font-size: 20px;
    letter-spacing: 1px;
    display: block; }

input[type=text], input[type=email], textarea {
  width: 100%;
  background: #fff;
  border: 0;
  height: 52px;
  border-radius: 12px;
  padding: 0 20px;
  font-size: 16px;
  font-family: 'Lato', sans-serif; }

textarea {
  resize: none;
  height: 175px;
  padding-top: 10px;
  padding-bottom: 10px; }

table th {
  text-align: left;
  color: #fff;
  background-color: #da5527;
  padding: 10px 20px; }
  table th:first-child {
    border-radius: 10px 0 0 0; }
  table th:last-child {
    border-radius: 0 10px 0 0; }

table td {
  color: #4d4d4d;
  padding: 10px 20px;
  border: 1px solid #4d4d4d; }

.btn--gray, .btn--red, .btn--orange {
  text-align: center;
  padding: 14px 35px 15px 35px;
  border-radius: 9px;
  text-transform: uppercase;
  font-size: 16px;
  color: #fff !important;
  font-weight: 400;
  letter-spacing: 0.19px;
  font-family: 'Lato', sans-serif;
  border: 0;
  text-decoration: none !important; }

.btn--gray {
  background-color: #2b2b2b; }

.btn--red {
  background-color: #a73336; }

.btn--orange {
  background-color: #da5527; }

.custom-text-image-block {
  content: " ";
  display: table;
  clear: both; }
  .custom-text-image-block span.cke_widget_image {
    display: inline; }
  .custom-text-image-block img {
    padding: 15px; }
    @media all and (max-width: 480px) {
      .custom-text-image-block img {
        width: 100%;
        height: auto; } }
  .custom-text-image-block img.img-left {
    float: left;
    padding-left: 0; }
  .custom-text-image-block img.img-right {
    float: right;
    padding-right: 0; }

.cmsform .field_contain {
  width: 100%;
  max-width: 556px;
  margin-bottom: 10px;
  color: #404040;
  padding-top: 0.75rem; }

.cmsform span.required {
  font-weight: 600;
  font-family: "Lato", sans-serif;
  color: #413d4b;
  font-size: 17px; }
  .cmsform span.required.hasError {
    color: #ff0000; }

.cmsform label {
  font-weight: 600;
  font-family: "Lato", sans-serif;
  color: #413d4b;
  font-size: 17px;
  display: block;
  float: left; }
  .cmsform label.hasError {
    color: #ff0000; }

.cmsform .field_input {
  margin-left: 0;
  position: relative; }
  .cmsform .field_input input.formError {
    border: 1px solid #ff0000; }
  .cmsform .field_input .g-recaptcha {
    margin-top: 10px; }
  .cmsform .field_input select {
    border-radius: 6px;
    width: 100%;
    height: 52px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    line-height: 48px;
    border: 1px solid #c2c2c2;
    padding-left: 22px;
    padding-right: 22px;
    font-family: "Lato", sans-serif;
    font-size: 15px;
    font-weight: 600;
    position: relative;
    background-image: url("/img/dropdown-icon.png");
    background-repeat: no-repeat;
    background-size: 16px 10px;
    background-position: right 11px center;
    background-color: #fff; }
    .cmsform .field_input select[name$="_d"], .cmsform .field_input select[name$="_m"], .cmsform .field_input select[name$="_y"] {
      width: 31.3%; }
    .cmsform .field_input select[name$="_m"], .cmsform .field_input select[name$="_y"] {
      margin-left: 2%; }
    .cmsform .field_input select.formError {
      border: 1px solid #ff0000; }

.cmsform .required {
  font-size: 20px;
  font-weight: 700; }

.cmsform .field_name {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  text-align: left;
  margin-bottom: 10px; }
  .cmsform .field_name span.required {
    -ms-flex-order: 2;
    order: 2; }
  .cmsform .field_name label {
    -ms-flex-order: 1;
    order: 1; }

.cmsform input[type=text], .cmsform input[type=email], .cmsform textarea {
  width: 100%;
  background: #fff;
  border: 0;
  height: 52px;
  border-radius: 6px;
  padding: 0 20px;
  font-size: 15px;
  font-family: 'Lato', sans-serif;
  border: 1px solid #c2c2c2; }

.cmsform input[type=checkbox] {
  height: 25px;
  width: 25px;
  background-color: #fff;
  border: 1px solid #c2c2c2;
  position: relative;
  cursor: pointer;
  margin-top: 0.1rem;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }
  .cmsform input[type=checkbox]:checked::before {
    content: '';
    width: 13px;
    height: 13px;
    position: absolute;
    top: 5px;
    left: 5px;
    background-color: #2b2b2b; }

.cmsform input[type=radio] {
  height: 25px;
  width: 25px;
  background-color: #fff;
  border: 1px solid #c2c2c2;
  border-radius: 100%;
  position: relative;
  cursor: pointer;
  margin-top: 0.1rem;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }
  .cmsform input[type=radio]:checked::before {
    content: '';
    width: 11px;
    height: 11px;
    border-radius: 100%;
    position: absolute;
    top: 6px;
    left: 6px;
    background-color: #2b2b2b; }

.cmsform .radio_item {
  margin-bottom: 10px;
  width: 100% !important; }

.cmsform .option_contain {
  margin-top: 2.5rem;
  width: auto !important; }

.cmsform .option_contain .checkbox_item span, .cmsform .option_contain .radio_item span {
  padding-left: 10px; }

.cmsform textarea {
  resize: none;
  height: 175px;
  padding-top: 10px; }

.cmsform .form_submit {
  padding-left: 0px;
  padding-top: 16px; }
  .cmsform .form_submit input[type=submit] {
    font-size: 14px;
    line-height: 17px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #2b2b2b;
    border: 1px solid #2b2b2b;
    padding: 0.85rem 1.75rem;
    border-radius: 8px;
    display: inline-block;
    text-align: center;
    transform: perspective(1px) translateZ(0);
    transition-duration: 0.3s;
    transition-property: color, background-color, border; }
    @media (min-width: 48rem) {
      .cmsform .form_submit input[type=submit] {
        line-height: 12px;
        padding: 1.15rem 3.25rem; } }
    .cmsform .form_submit input[type=submit]:hover {
      background-color: #f7a824;
      border: 1px solid #f7a824;
      color: #2b2b2b; }

.checkbox_item,
.radio_item {
  font-family: "Lato", sans-serif;
  font-size: 17px;
  line-height: 28px;
  font-weight: 300;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100% !important;
  margin-bottom: 1.5rem; }

.heading-with-bird {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: visible;
  padding-bottom: 220px;
  position: relative;
  z-index: 1; }
  .heading-with-bird img {
    bottom: 0;
    height: 176px;
    object-fit: contain;
    position: absolute;
    right: calc(50% - 135px);
    width: 270px;
    z-index: 0; }
  @media (min-width: 62rem) {
    .heading-with-bird {
      padding-bottom: 120px; }
      .heading-with-bird h3, .heading-with-bird legend {
        position: relative;
        overflow: visible; }
        .heading-with-bird h3:after, .heading-with-bird legend:after {
          content: '';
          background-image: url("/img/graphics/parot-silhouette.svg");
          background-repeat: no-repeat;
          background-position: center;
          display: inline-block;
          height: 175px;
          position: absolute;
          width: 270px; }
      .heading-with-bird img {
        display: none; } }

.container .heading-with-bird h3, .container .heading-with-bird legend {
  font-size: 32px;
  margin-bottom: 0;
  display: inline-block; }
  @media (min-width: 62rem) {
    .container .heading-with-bird h3, .container .heading-with-bird legend {
      font-size: 45px;
      line-height: 55px; } }

.general__el {
  padding: 0 !important;
  list-style: none;
  border-radius: 0.9375rem;
  position: relative;
  display: block;
  min-height: 224px; }
  .general__el::before {
    content: '';
    width: 0 !important;
    height: 0; }
  .general__el:not(:last-child) {
    margin-bottom: 0px; }
  .general__el.item-figure {
    padding: 25px 20px 35px 235px !important; }

.general__el-photo {
  position: absolute;
  left: 0;
  width: 199px;
  height: 187px;
  margin: 0 auto 20px auto;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 15px; }

.staff__el {
  padding: 0 !important;
  list-style: none;
  border-radius: 0.9375rem;
  position: relative;
  display: block; }
  .staff__el::before {
    content: '';
    width: 0 !important;
    height: 0; }
  .staff__el:not(:last-child) {
    margin-bottom: 0px; }
  .staff__el.item-figure {
    padding: 25px 20px 35px 235px !important; }
  .staff__el:not(:last-child) {
    margin-bottom: 50px; }
  .staff__el .figure {
    position: relative;
    float: left; }

.staff__el-photo {
  width: 197px;
  height: 197px;
  margin: 0 auto 20px auto;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%; }

.staff__el-text {
  padding-left: 230px; }

.staff__el-title, .staff__el-desc {
  font-size: 18px;
  line-height: 28px; }

.staff__el-title {
  margin-bottom: 0 !important;
  font-weight: bold;
  margin-top: -5px; }

.dismissable-modal.modal {
  background-color: #fff;
  max-width: 850px; }
  .dismissable-modal.modal .content {
    margin-top: 2rem;
    margin-bottom: 2rem; }
  .dismissable-modal.modal .button-group {
    margin-top: 2rem;
    margin-bottom: 2rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media (min-width: 48rem) {
      .dismissable-modal.modal .button-group {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; } }
    .dismissable-modal.modal .button-group div {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%; }
      @media (min-width: 48rem) {
        .dismissable-modal.modal .button-group div {
          -ms-flex: 0 0 auto;
          flex: 0 0 auto; } }
    .dismissable-modal.modal .button-group a {
      padding: 1rem 3rem;
      background-color: #fff;
      color: #a73336;
      text-transform: uppercase;
      cursor: pointer;
      border-radius: 12px;
      border: #ba454f solid 1px;
      display: inline-block;
      margin-right: 1rem; }
      .dismissable-modal.modal .button-group a:hover {
        background-color: #a73336;
        color: #fff; }
    .dismissable-modal.modal .button-group a#redress-notice-proceed-button {
      color: #fff;
      background-color: #a73336;
      margin-top: 1rem;
      border: #a73336 solid 1px; }
      @media (min-width: 48rem) {
        .dismissable-modal.modal .button-group a#redress-notice-proceed-button {
          margin-top: 0; } }
      .dismissable-modal.modal .button-group a#redress-notice-proceed-button:hover {
        color: #fff;
        background-color: #ba454f; }

.service-card {
  background-color: #fdeccf;
  border-radius: 16px;
  width: 100%;
  overflow: hidden;
  transform: perspective(1px) translateZ(0);
  transition-duration: 0.3s;
  transition-property: color, background-color, border; }
  .service-card:hover {
    background-color: #da5527; }
    .service-card:hover .service-card__image .service-card__image-overlay {
      color: #da5527; }
    .service-card:hover .service-card__content h3, .service-card:hover .service-card__content legend,
    .service-card:hover .service-card__content p {
      color: #fff; }
  .service-card .service-card__image {
    border-radius: 16px 16px 0;
    height: 200px;
    width: 100%;
    position: relative; }
    .service-card .service-card__image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center; }
    .service-card .service-card__image .service-card__image-overlay {
      display: -ms-flexbox;
      display: flex;
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      margin-bottom: -1px;
      color: #fdeccf; }
      .service-card .service-card__image .service-card__image-overlay svg {
        transform: perspective(1px) translateZ(0);
        transition-duration: 0.3s;
        transition-property: color, background-color, border; }
  .service-card .service-card__content {
    padding: 24px; }
    .service-card .service-card__content h3, .service-card .service-card__content legend {
      font-size: 32px;
      line-height: 32px;
      font-weight: 400;
      color: #da5527;
      text-align: left;
      margin-bottom: 8px;
      margin-top: 0; }
    .service-card .service-card__content p {
      font-size: 14px;
      line-height: 21px;
      font-weight: 400;
      overflow: hidden;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 4;
      line-clamp: 4;
      margin-bottom: 0;
      color: #2b2b2b; }

.service-card-list {
  background-color: #fdeccf;
  border-radius: 16px;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: column;
  flex-direction: column;
  transform: perspective(1px) translateZ(0);
  transition-duration: 0.3s;
  transition-property: color, background-color, border; }
  .service-card-list:hover {
    background-color: #da5527; }
    .service-card-list:hover .service-card__image .service-card__image-overlay,
    .service-card-list:hover .service-card__image .service-card__image-overlay-mobile {
      color: #da5527; }
    .service-card-list:hover .service-card__content h3, .service-card-list:hover .service-card__content legend,
    .service-card-list:hover .service-card__content p {
      color: #fff; }
  @media (min-width: 48rem) {
    .service-card-list {
      -ms-flex-direction: row;
      flex-direction: row; } }
  .service-card-list .service-card__image {
    width: 100%;
    height: 200px;
    position: relative;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }
    @media (min-width: 48rem) {
      .service-card-list .service-card__image {
        width: 280px;
        height: 172px; } }
    .service-card-list .service-card__image .service-card__image-overlay {
      position: absolute;
      right: 0;
      top: 0;
      width: 11px;
      color: #fdeccf;
      display: none; }
      .service-card-list .service-card__image .service-card__image-overlay svg {
        transform: perspective(1px) translateZ(0);
        transition-duration: 0.3s;
        transition-property: color, background-color, border; }
      @media (min-width: 48rem) {
        .service-card-list .service-card__image .service-card__image-overlay {
          display: block; } }
    .service-card-list .service-card__image .service-card__image-overlay-mobile {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      margin-bottom: -1px;
      color: #fdeccf;
      display: -ms-flexbox;
      display: flex; }
      .service-card-list .service-card__image .service-card__image-overlay-mobile svg {
        transform: perspective(1px) translateZ(0);
        transition-duration: 0.3s;
        transition-property: color, background-color, border; }
      @media (min-width: 48rem) {
        .service-card-list .service-card__image .service-card__image-overlay-mobile {
          display: none; } }
    .service-card-list .service-card__image .service-card__image-category {
      position: absolute;
      left: 0;
      top: 0;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: start;
      justify-content: flex-start;
      width: 100%;
      margin-left: 24px; }
      @media (min-width: 48rem) {
        .service-card-list .service-card__image .service-card__image-category {
          -ms-flex-pack: center;
          justify-content: center;
          margin-left: auto; } }
      .service-card-list .service-card__image .service-card__image-category span {
        background-color: #a73336;
        font-size: 14px;
        line-height: 14px;
        font-weight: 400;
        color: #fdeccf;
        display: block;
        border-radius: 0 0 8px 8px;
        padding: 8px 16px 4px 16px;
        font-family: "Ludicrous-Stencil", serif; }
    .service-card-list .service-card__image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      border-radius: 16px 16px 0 0; }
      @media (min-width: 48rem) {
        .service-card-list .service-card__image img {
          border-radius: 16px 0 0 16px; } }
  .service-card-list .service-card__content {
    padding: 24px; }
    .service-card-list .service-card__content h3, .service-card-list .service-card__content legend {
      font-size: 32px;
      line-height: 32px;
      font-weight: 400;
      color: #da5527;
      text-align: left;
      margin-bottom: 8px;
      margin-top: 0; }
    .service-card-list .service-card__content p {
      font-size: 14px;
      line-height: 21px;
      font-weight: 400;
      overflow: hidden;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 4;
      line-clamp: 4;
      margin-bottom: 0;
      color: #2b2b2b; }

.service-location {
  padding: 3.25rem 0;
  background: #f7efe1; }
  @media (min-width: 62rem) {
    .service-location {
      padding: 6rem 0; } }
  .service-location .service-location__title {
    color: #404040;
    font-family: "Ludicrous-Stencil", serif;
    font-size: 45px;
    font-weight: 400;
    line-height: 55px; }
  .service-location .service-location__content {
    margin-bottom: 40px;
    font-size: 1rem;
    line-height: 27px; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.15s ease-out; }

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8; }

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0; }

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.15s ease-out; }

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1; }

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none; }

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after,
  .mfp-arrow .mfp-b,
  .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after,
  .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before,
  .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after,
  .mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before,
  .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after,
  .mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before,
  .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  transition: all 0.3s ease-out; }

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1; }

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8; }

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75); }
  .mfp-arrow-left {
    transform-origin: 0; }
  .mfp-arrow-right {
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */

@keyframes bounce {
  0%, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateZ(0); }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0); }
  90% {
    transform: translate3d(0, -4px, 0); } }

.bounce {
  -webkit-animation-name: bounce;
  -webkit-transform-origin: center bottom;
  animation-name: bounce;
  transform-origin: center bottom; }

@keyframes flash {
  0%, 50%, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

.flash {
  animation-name: flash; }

@keyframes pulse {
  0% {
    transform: scaleX(1); }
  50% {
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    transform: scaleX(1); } }

.pulse {
  animation-name: pulse; }

@keyframes rubberBand {
  0% {
    transform: scaleX(1); }
  30% {
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    transform: scale3d(1.05, 0.95, 1); }
  to {
    transform: scaleX(1); } }

.rubberBand {
  animation-name: rubberBand; }

@keyframes shake {
  0%, to {
    transform: translateZ(0); }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0); } }

.shake {
  animation-name: shake; }

@keyframes headShake {
  0% {
    transform: translateX(0); }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    transform: translateX(2px) rotateY(3deg); }
  50% {
    transform: translateX(0); } }

.headShake {
  -webkit-animation-name: headShake;
  -webkit-animation-timing-function: ease-in-out;
  animation-name: headShake;
  animation-timing-function: ease-in-out; }

@keyframes swing {
  20% {
    transform: rotate(15deg); }
  40% {
    transform: rotate(-10deg); }
  60% {
    transform: rotate(5deg); }
  80% {
    transform: rotate(-5deg); }
  to {
    transform: rotate(0deg); } }

.swing {
  -webkit-animation-name: swing;
  -webkit-transform-origin: top center;
  animation-name: swing;
  transform-origin: top center; }

@keyframes tada {
  0% {
    transform: scaleX(1); }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg); }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg); }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg); }
  to {
    transform: scaleX(1); } }

.tada {
  animation-name: tada; }

@keyframes wobble {
  0% {
    transform: translateZ(0); }
  15% {
    transform: translate3d(-25%, 0, 0) rotate(-5deg); }
  30% {
    transform: translate3d(20%, 0, 0) rotate(3deg); }
  45% {
    transform: translate3d(-15%, 0, 0) rotate(-3deg); }
  60% {
    transform: translate3d(10%, 0, 0) rotate(2deg); }
  75% {
    transform: translate3d(-5%, 0, 0) rotate(-1deg); }
  to {
    transform: translateZ(0); } }

.wobble {
  animation-name: wobble; }

@keyframes jello {
  0%, 11.1%, to {
    transform: translateZ(0); }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg); }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg); } }

.jello {
  -webkit-animation-name: jello;
  -webkit-transform-origin: center;
  animation-name: jello;
  transform-origin: center; }

@keyframes heartBeat {
  0% {
    transform: scale(1); }
  14% {
    transform: scale(1.3); }
  28% {
    transform: scale(1); }
  42% {
    transform: scale(1.3); }
  70% {
    transform: scale(1); } }

.heartBeat {
  -webkit-animation-duration: 1.3s;
  -webkit-animation-name: heartBeat;
  -webkit-animation-timing-function: ease-in-out;
  animation-duration: 1.3s;
  animation-name: heartBeat;
  animation-timing-function: ease-in-out; }

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    -webkit-transform: scaleX(1);
    opacity: 1;
    transform: scaleX(1); } }

.bounceIn {
  -webkit-animation-duration: .75s;
  -webkit-animation-name: bounceIn;
  animation-duration: .75s;
  animation-name: bounceIn; }

@keyframes bounceInDown {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    -webkit-transform: translate3d(0, -3000px, 0);
    opacity: 0;
    transform: translate3d(0, -3000px, 0); }
  60% {
    -webkit-transform: translate3d(0, 25px, 0);
    opacity: 1;
    transform: translate3d(0, 25px, 0); }
  75% {
    transform: translate3d(0, -10px, 0); }
  90% {
    transform: translate3d(0, 5px, 0); }
  to {
    transform: translateZ(0); } }

.bounceInDown {
  animation-name: bounceInDown; }

@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    -webkit-transform: translate3d(-3000px, 0, 0);
    opacity: 0;
    transform: translate3d(-3000px, 0, 0); }
  60% {
    -webkit-transform: translate3d(25px, 0, 0);
    opacity: 1;
    transform: translate3d(25px, 0, 0); }
  75% {
    transform: translate3d(-10px, 0, 0); }
  90% {
    transform: translate3d(5px, 0, 0); }
  to {
    transform: translateZ(0); } }

.bounceInLeft {
  animation-name: bounceInLeft; }

@keyframes bounceInRight {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    -webkit-transform: translate3d(3000px, 0, 0);
    opacity: 0;
    transform: translate3d(3000px, 0, 0); }
  60% {
    -webkit-transform: translate3d(-25px, 0, 0);
    opacity: 1;
    transform: translate3d(-25px, 0, 0); }
  75% {
    transform: translate3d(10px, 0, 0); }
  90% {
    transform: translate3d(-5px, 0, 0); }
  to {
    transform: translateZ(0); } }

.bounceInRight {
  animation-name: bounceInRight; }

@keyframes bounceInUp {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    -webkit-transform: translate3d(0, 3000px, 0);
    opacity: 0;
    transform: translate3d(0, 3000px, 0); }
  60% {
    -webkit-transform: translate3d(0, -20px, 0);
    opacity: 1;
    transform: translate3d(0, -20px, 0); }
  75% {
    transform: translate3d(0, 10px, 0); }
  90% {
    transform: translate3d(0, -5px, 0); }
  to {
    transform: translateZ(0); } }

.bounceInUp {
  animation-name: bounceInUp; }

@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); } }

.bounceOut {
  -webkit-animation-duration: .75s;
  -webkit-animation-name: bounceOut;
  animation-duration: .75s;
  animation-name: bounceOut; }

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    -webkit-transform: translate3d(0, -20px, 0);
    opacity: 1;
    transform: translate3d(0, -20px, 0); }
  to {
    -webkit-transform: translate3d(0, 2000px, 0);
    opacity: 0;
    transform: translate3d(0, 2000px, 0); } }

.bounceOutDown {
  animation-name: bounceOutDown; }

@keyframes bounceOutLeft {
  20% {
    -webkit-transform: translate3d(20px, 0, 0);
    opacity: 1;
    transform: translate3d(20px, 0, 0); }
  to {
    -webkit-transform: translate3d(-2000px, 0, 0);
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); } }

.bounceOutLeft {
  animation-name: bounceOutLeft; }

@keyframes bounceOutRight {
  20% {
    -webkit-transform: translate3d(-20px, 0, 0);
    opacity: 1;
    transform: translate3d(-20px, 0, 0); }
  to {
    -webkit-transform: translate3d(2000px, 0, 0);
    opacity: 0;
    transform: translate3d(2000px, 0, 0); } }

.bounceOutRight {
  animation-name: bounceOutRight; }

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    -webkit-transform: translate3d(0, 20px, 0);
    opacity: 1;
    transform: translate3d(0, 20px, 0); }
  to {
    -webkit-transform: translate3d(0, -2000px, 0);
    opacity: 0;
    transform: translate3d(0, -2000px, 0); } }

.bounceOutUp {
  animation-name: bounceOutUp; }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  to {
    opacity: 1; } }

.fadeIn {
  animation-name: fadeIn; }

@keyframes fadeInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    opacity: 0;
    transform: translate3d(0, -100%, 0); }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0); } }

.fadeInDown {
  animation-name: fadeInDown; }

@keyframes fadeInDownBig {
  0% {
    -webkit-transform: translate3d(0, -2000px, 0);
    opacity: 0;
    transform: translate3d(0, -2000px, 0); }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0); } }

.fadeInDownBig {
  animation-name: fadeInDownBig; }

@keyframes fadeInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0); }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0); } }

.fadeInLeft {
  animation-name: fadeInLeft; }

@keyframes fadeInLeftBig {
  0% {
    -webkit-transform: translate3d(-2000px, 0, 0);
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0); } }

.fadeInLeftBig {
  animation-name: fadeInLeftBig; }

@keyframes fadeInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    opacity: 0;
    transform: translate3d(100%, 0, 0); }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0); } }

.fadeInRight {
  animation-name: fadeInRight; }

@keyframes fadeInRightBig {
  0% {
    -webkit-transform: translate3d(2000px, 0, 0);
    opacity: 0;
    transform: translate3d(2000px, 0, 0); }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0); } }

.fadeInRightBig {
  animation-name: fadeInRightBig; }

@keyframes fadeInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    opacity: 0;
    transform: translate3d(0, 100%, 0); }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0); } }

.fadeInUp {
  animation-name: fadeInUp; }

@keyframes fadeInUpBig {
  0% {
    -webkit-transform: translate3d(0, 2000px, 0);
    opacity: 0;
    transform: translate3d(0, 2000px, 0); }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0); } }

.fadeInUpBig {
  animation-name: fadeInUpBig; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  to {
    opacity: 0; } }

.fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOutDown {
  0% {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 100%, 0);
    opacity: 0;
    transform: translate3d(0, 100%, 0); } }

.fadeOutDown {
  animation-name: fadeOutDown; }

@keyframes fadeOutDownBig {
  0% {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 2000px, 0);
    opacity: 0;
    transform: translate3d(0, 2000px, 0); } }

.fadeOutDownBig {
  animation-name: fadeOutDownBig; }

@keyframes fadeOutLeft {
  0% {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0); } }

.fadeOutLeft {
  animation-name: fadeOutLeft; }

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(-2000px, 0, 0);
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); } }

.fadeOutLeftBig {
  animation-name: fadeOutLeftBig; }

@keyframes fadeOutRight {
  0% {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0);
    opacity: 0;
    transform: translate3d(100%, 0, 0); } }

.fadeOutRight {
  animation-name: fadeOutRight; }

@keyframes fadeOutRightBig {
  0% {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(2000px, 0, 0);
    opacity: 0;
    transform: translate3d(2000px, 0, 0); } }

.fadeOutRightBig {
  animation-name: fadeOutRightBig; }

@keyframes fadeOutUp {
  0% {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, -100%, 0);
    opacity: 0;
    transform: translate3d(0, -100%, 0); } }

.fadeOutUp {
  animation-name: fadeOutUp; }

@keyframes fadeOutUpBig {
  0% {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, -2000px, 0);
    opacity: 0;
    transform: translate3d(0, -2000px, 0); } }

.fadeOutUpBig {
  animation-name: fadeOutUpBig; }

@keyframes flip {
  0% {
    -webkit-animation-timing-function: ease-out;
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    animation-timing-function: ease-out;
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn); }
  40% {
    -webkit-animation-timing-function: ease-out;
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    animation-timing-function: ease-out;
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg); }
  50% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    animation-timing-function: ease-in;
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg); }
  80% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    animation-timing-function: ease-in;
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg); }
  to {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    animation-timing-function: ease-in;
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg); } }

.animated.flip {
  -webkit-animation-name: flip;
  -webkit-backface-visibility: visible;
  animation-name: flip;
  backface-visibility: visible; }

@keyframes flipInX {
  0% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) rotateX(90deg);
    animation-timing-function: ease-in;
    opacity: 0;
    transform: perspective(400px) rotateX(90deg); }
  40% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) rotateX(-20deg);
    animation-timing-function: ease-in;
    transform: perspective(400px) rotateX(-20deg); }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    opacity: 1;
    transform: perspective(400px) rotateX(10deg); }
  80% {
    transform: perspective(400px) rotateX(-5deg); }
  to {
    transform: perspective(400px); } }

.flipInX {
  -webkit-animation-name: flipInX;
  -webkit-backface-visibility: visible !important;
  animation-name: flipInX;
  backface-visibility: visible !important; }

@keyframes flipInY {
  0% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) rotateY(90deg);
    animation-timing-function: ease-in;
    opacity: 0;
    transform: perspective(400px) rotateY(90deg); }
  40% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) rotateY(-20deg);
    animation-timing-function: ease-in;
    transform: perspective(400px) rotateY(-20deg); }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    opacity: 1;
    transform: perspective(400px) rotateY(10deg); }
  80% {
    transform: perspective(400px) rotateY(-5deg); }
  to {
    transform: perspective(400px); } }

.flipInY {
  -webkit-animation-name: flipInY;
  -webkit-backface-visibility: visible !important;
  animation-name: flipInY;
  backface-visibility: visible !important; }

@keyframes flipOutX {
  0% {
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
    transform: perspective(400px) rotateX(-20deg); }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
    transform: perspective(400px) rotateX(90deg); } }

.flipOutX {
  -webkit-animation-duration: .75s;
  -webkit-animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  animation-duration: .75s;
  animation-name: flipOutX;
  backface-visibility: visible !important; }

@keyframes flipOutY {
  0% {
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
    transform: perspective(400px) rotateY(-15deg); }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
    transform: perspective(400px) rotateY(90deg); } }

.flipOutY {
  -webkit-animation-duration: .75s;
  -webkit-animation-name: flipOutY;
  -webkit-backface-visibility: visible !important;
  animation-duration: .75s;
  animation-name: flipOutY;
  backface-visibility: visible !important; }

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
    transform: translate3d(100%, 0, 0) skewX(-30deg); }
  60% {
    -webkit-transform: skewX(20deg);
    opacity: 1;
    transform: skewX(20deg); }
  80% {
    transform: skewX(-5deg); }
  to {
    transform: translateZ(0); } }

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out; }

@keyframes lightSpeedOut {
  0% {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
    transform: translate3d(100%, 0, 0) skewX(30deg); } }

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in; }

@keyframes rotateIn {
  0% {
    -webkit-transform: rotate(-200deg);
    -webkit-transform-origin: center;
    opacity: 0;
    transform: rotate(-200deg);
    transform-origin: center; }
  to {
    -webkit-transform: translateZ(0);
    -webkit-transform-origin: center;
    opacity: 1;
    transform: translateZ(0);
    transform-origin: center; } }

.rotateIn {
  animation-name: rotateIn; }

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform: rotate(-45deg);
    -webkit-transform-origin: left bottom;
    opacity: 0;
    transform: rotate(-45deg);
    transform-origin: left bottom; }
  to {
    -webkit-transform: translateZ(0);
    -webkit-transform-origin: left bottom;
    opacity: 1;
    transform: translateZ(0);
    transform-origin: left bottom; } }

.rotateInDownLeft {
  animation-name: rotateInDownLeft; }

@keyframes rotateInDownRight {
  0% {
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: right bottom;
    opacity: 0;
    transform: rotate(45deg);
    transform-origin: right bottom; }
  to {
    -webkit-transform: translateZ(0);
    -webkit-transform-origin: right bottom;
    opacity: 1;
    transform: translateZ(0);
    transform-origin: right bottom; } }

.rotateInDownRight {
  animation-name: rotateInDownRight; }

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: left bottom;
    opacity: 0;
    transform: rotate(45deg);
    transform-origin: left bottom; }
  to {
    -webkit-transform: translateZ(0);
    -webkit-transform-origin: left bottom;
    opacity: 1;
    transform: translateZ(0);
    transform-origin: left bottom; } }

.rotateInUpLeft {
  animation-name: rotateInUpLeft; }

@keyframes rotateInUpRight {
  0% {
    -webkit-transform: rotate(-90deg);
    -webkit-transform-origin: right bottom;
    opacity: 0;
    transform: rotate(-90deg);
    transform-origin: right bottom; }
  to {
    -webkit-transform: translateZ(0);
    -webkit-transform-origin: right bottom;
    opacity: 1;
    transform: translateZ(0);
    transform-origin: right bottom; } }

.rotateInUpRight {
  animation-name: rotateInUpRight; }

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    opacity: 1;
    transform-origin: center; }
  to {
    -webkit-transform: rotate(200deg);
    -webkit-transform-origin: center;
    opacity: 0;
    transform: rotate(200deg);
    transform-origin: center; } }

.rotateOut {
  animation-name: rotateOut; }

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    opacity: 1;
    transform-origin: left bottom; }
  to {
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: left bottom;
    opacity: 0;
    transform: rotate(45deg);
    transform-origin: left bottom; } }

.rotateOutDownLeft {
  animation-name: rotateOutDownLeft; }

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    opacity: 1;
    transform-origin: right bottom; }
  to {
    -webkit-transform: rotate(-45deg);
    -webkit-transform-origin: right bottom;
    opacity: 0;
    transform: rotate(-45deg);
    transform-origin: right bottom; } }

.rotateOutDownRight {
  animation-name: rotateOutDownRight; }

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    opacity: 1;
    transform-origin: left bottom; }
  to {
    -webkit-transform: rotate(-45deg);
    -webkit-transform-origin: left bottom;
    opacity: 0;
    transform: rotate(-45deg);
    transform-origin: left bottom; } }

.rotateOutUpLeft {
  animation-name: rotateOutUpLeft; }

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    opacity: 1;
    transform-origin: right bottom; }
  to {
    -webkit-transform: rotate(90deg);
    -webkit-transform-origin: right bottom;
    opacity: 0;
    transform: rotate(90deg);
    transform-origin: right bottom; } }

.rotateOutUpRight {
  animation-name: rotateOutUpRight; }

@keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    -webkit-transform-origin: top left;
    animation-timing-function: ease-in-out;
    transform-origin: top left; }
  20%, 60% {
    -webkit-animation-timing-function: ease-in-out;
    -webkit-transform: rotate(80deg);
    -webkit-transform-origin: top left;
    animation-timing-function: ease-in-out;
    transform: rotate(80deg);
    transform-origin: top left; }
  40%, 80% {
    -webkit-animation-timing-function: ease-in-out;
    -webkit-transform: rotate(60deg);
    -webkit-transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
    transform: rotate(60deg);
    transform-origin: top left; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    opacity: 0;
    transform: translate3d(0, 700px, 0); } }

.hinge {
  -webkit-animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-duration: 2s;
  animation-name: hinge; }

@keyframes jackInTheBox {
  0% {
    -webkit-transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom; }
  50% {
    transform: rotate(-10deg); }
  70% {
    transform: rotate(3deg); }
  to {
    -webkit-transform: scale(1);
    opacity: 1;
    transform: scale(1); } }

.jackInTheBox {
  animation-name: jackInTheBox; }

@keyframes rollIn {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate(-120deg); }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0); } }

.rollIn {
  animation-name: rollIn; }

@keyframes rollOut {
  0% {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate(120deg); } }

.rollOut {
  animation-name: rollOut; }

@keyframes zoomIn {
  0% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

.zoomIn {
  animation-name: zoomIn; }

@keyframes zoomInDown {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0); }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0); } }

.zoomInDown {
  animation-name: zoomInDown; }

@keyframes zoomInLeft {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0); }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0); } }

.zoomInLeft {
  animation-name: zoomInLeft; }

@keyframes zoomInRight {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0); }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0); } }

.zoomInRight {
  animation-name: zoomInRight; }

@keyframes zoomInUp {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0); }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0); } }

.zoomInUp {
  animation-name: zoomInUp; }

@keyframes zoomOut {
  0% {
    opacity: 1; }
  50% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

.zoomOut {
  animation-name: zoomOut; }

@keyframes zoomOutDown {
  40% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0); }
  to {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom; } }

.zoomOutDown {
  animation-name: zoomOutDown; }

@keyframes zoomOutLeft {
  40% {
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center; } }

.zoomOutLeft {
  animation-name: zoomOutLeft; }

@keyframes zoomOutRight {
  40% {
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center; } }

.zoomOutRight {
  animation-name: zoomOutRight; }

@keyframes zoomOutUp {
  40% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0); }
  to {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom; } }

.zoomOutUp {
  animation-name: zoomOutUp; }

@keyframes slideInDown {
  0% {
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    transform: translateZ(0); } }

.slideInDown {
  animation-name: slideInDown; }

@keyframes slideInLeft {
  0% {
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    transform: translateZ(0); } }

.slideInLeft {
  animation-name: slideInLeft; }

@keyframes slideInRight {
  0% {
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    transform: translateZ(0); } }

.slideInRight {
  animation-name: slideInRight; }

@keyframes slideInUp {
  0% {
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    transform: translateZ(0); } }

.slideInUp {
  animation-name: slideInUp; }

@keyframes slideOutDown {
  0% {
    transform: translateZ(0); }
  to {
    transform: translate3d(0, 100%, 0);
    visibility: hidden; } }

.slideOutDown {
  animation-name: slideOutDown; }

@keyframes slideOutLeft {
  0% {
    transform: translateZ(0); }
  to {
    transform: translate3d(-100%, 0, 0);
    visibility: hidden; } }

.slideOutLeft {
  animation-name: slideOutLeft; }

@keyframes slideOutRight {
  0% {
    transform: translateZ(0); }
  to {
    transform: translate3d(100%, 0, 0);
    visibility: hidden; } }

.slideOutRight {
  animation-name: slideOutRight; }

@keyframes slideOutUp {
  0% {
    transform: translateZ(0); }
  to {
    transform: translate3d(0, -100%, 0);
    visibility: hidden; } }

.slideOutUp {
  animation-name: slideOutUp; }

.animated {
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-duration: 1s;
  animation-fill-mode: both; }

.animated.infinite {
  animation-iteration-count: infinite; }

.animated.delay-1s {
  animation-delay: 1s; }

.animated.delay-2s {
  animation-delay: 2s; }

.animated.delay-3s {
  animation-delay: 3s; }

.animated.delay-4s {
  animation-delay: 4s; }

.animated.delay-5s {
  animation-delay: 5s; }

.animated.fast {
  animation-duration: .8s; }

.animated.faster {
  animation-duration: .5s; }

.animated.slow {
  animation-duration: 2s; }

.animated.slower {
  animation-duration: 3s; }

@media (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
    -webkit-transition: none !important;
    animation: unset !important;
    transition: none !important; } }

.blocker {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 1;
  padding: 20px;
  box-sizing: border-box;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.75);
  text-align: center; }

.blocker:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.05em; }

.blocker.behind {
  background-color: transparent; }

.modal {
  display: none;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  max-width: 500px;
  box-sizing: border-box;
  width: 90%;
  background: #fff;
  padding: 15px 30px;
  border-radius: 8px;
  -o-box-shadow: 0 0 10px #000;
  -ms-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;
  text-align: left; }

.modal a.close-modal {
  position: absolute;
  top: -12.5px;
  right: -12.5px;
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg=="); }

.modal-spinner {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  padding: 12px 16px;
  border-radius: 5px;
  background-color: #111;
  height: 20px; }

.modal-spinner > div {
  border-radius: 100px;
  background-color: #fff;
  height: 20px;
  width: 2px;
  margin: 0 1px;
  display: inline-block;
  animation: sk-stretchdelay 1.2s infinite ease-in-out; }

.modal-spinner .rect2 {
  animation-delay: -1.1s; }

.modal-spinner .rect3 {
  animation-delay: -1.0s; }

.modal-spinner .rect4 {
  animation-delay: -0.9s; }

@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5); }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1); } }

@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal; }

:root {
  --swiper-theme-color: #007aff; }

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-vertical > .swiper-wrapper {
  -ms-flex-direction: column;
  flex-direction: column; }

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

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

.swiper-pointer-events {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }
  .swiper-pointer-events.swiper-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x; }

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

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

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

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

/* 3D Effects */
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px; }

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

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

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15); }

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent); }

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent); }

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent); }

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent); }

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */ }
  .swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none; }

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start; }

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory; }

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory; }

.swiper-centered > .swiper-wrapper::before {
  content: '';
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-order: 9999;
  order: 9999; }

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before); }

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  width: var(--swiper-centered-offset-after); }

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before); }

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  height: var(--swiper-centered-offset-after); }

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center; }

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */ }

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color)); }
  .swiper-button-prev.swiper-button-disabled,
  .swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none; }
  .swiper-button-prev:after,
  .swiper-button-next:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1; }

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto; }
  .swiper-button-prev:after,
  .swiper-rtl .swiper-button-next:after {
    content: 'prev'; }

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto; }
  .swiper-button-next:after,
  .swiper-rtl .swiper-button-prev:after {
    content: 'next'; }

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

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */ }

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

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

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(0.33);
    position: relative; }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1); }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1); }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(0.66); }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33); }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(0.66); }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33); }

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2); }
  button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  .swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer; }
  .swiper-pagination-bullet:only-child {
    display: none !important; }

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color)); }

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0); }
  .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
  .swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block; }
  .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
  .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px; }
    .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
    .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
      display: inline-block;
      transition: 200ms transform, 200ms top; }

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px); }

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap; }
  .swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
  .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 200ms transform, 200ms left; }

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

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }
  .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top; }
  .swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top; }
  .swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal,
  .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0; }
  .swiper-vertical > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-vertical,
  .swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0; }

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

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

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

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

/**
 * selectize.css (v0.12.6)
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  box-shadow: inset 0 0 12px 4px #fff; }

.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden; }

.selectize-control.plugin-drag_drop .ui-sortable-helper {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }

.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  border-radius: 3px 3px 0 0; }

.selectize-dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important; }

.selectize-dropdown-header-close:hover {
  color: #000000; }

.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  box-sizing: border-box; }

.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none; }

.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none; }

.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none; }

.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important; }

.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 0 0 0;
  border-left: 1px solid #d0d0d0;
  border-radius: 0 2px 2px 0;
  box-sizing: border-box; }

.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05); }

.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: #cacaca; }

.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none; }

.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #ffffff; }

.selectize-control.plugin-remove_button .remove-single {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 23px; }

.selectize-control {
  position: relative; }

.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  -webkit-font-smoothing: inherit; }

.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #fff;
  cursor: text;
  display: inline-block; }

.selectize-input {
  border: 1px solid #d0d0d0;
  padding: 8px 8px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 3px; }

.selectize-control.multi .selectize-input.has-items {
  padding: 6px 8px 3px; }

.selectize-input.full {
  background-color: #fff; }

.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important; }

.selectize-input.focus {
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15); }

.selectize-input.dropdown-active {
  border-radius: 3px 3px 0 0; }

.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #f2f2f2;
  color: #303030;
  border: 0 solid #d0d0d0; }

.selectize-control.multi .selectize-input > div.active {
  background: #e8e8e8;
  color: #303030;
  border: 0 solid #cacaca; }

.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #7d7d7d;
  background: #ffffff;
  border: 0 solid #ffffff; }

.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 2px 0 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  box-shadow: none !important; }

.selectize-input > input::-ms-clear {
  display: none; }

.selectize-input > input:focus {
  outline: none !important; }

.selectize-input::after {
  content: ' ';
  display: block;
  clear: left; }

.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0; }

.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #fff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  box-sizing: border-box;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px; }

.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden; }

.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  border-radius: 1px; }

.selectize-dropdown .option,
.selectize-dropdown .optgroup-header {
  padding: 5px 8px; }

.selectize-dropdown .option,
.selectize-dropdown [data-disabled],
.selectize-dropdown [data-disabled] [data-selectable].option {
  cursor: inherit;
  opacity: 0.5; }

.selectize-dropdown [data-selectable].option {
  opacity: 1; }

.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none; }

.selectize-dropdown .optgroup-header {
  color: #303030;
  background: #fff;
  cursor: default; }

.selectize-dropdown .active {
  background-color: #f5fafd;
  color: #495c68; }

.selectize-dropdown .active.create {
  color: #495c68; }

.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5); }

.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  -webkit-overflow-scrolling: touch; }

.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer; }

.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text; }

.selectize-control.single .selectize-input:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #808080 transparent transparent transparent; }

.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #808080 transparent; }

.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto; }

.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important; }

.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa; }

.glightbox-container {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999 !important;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  backface-visibility: hidden;
  outline: none;
  overflow: hidden; }

.glightbox-container.inactive {
  display: none; }

.glightbox-container .gcontainer {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: hidden; }

.glightbox-container .gslider {
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  transform: translate3d(0, 0, 0); }

.glightbox-container .gslide {
  width: 100%;
  position: absolute;
  opacity: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0; }

.glightbox-container .gslide.current {
  opacity: 1;
  z-index: 99999;
  position: relative; }

.glightbox-container .gslide.prev {
  opacity: 1;
  z-index: 9999; }

.glightbox-container .gslide-inner-content {
  width: 100%; }

.glightbox-container .ginner-container {
  position: relative;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  margin: auto;
  height: 100vh; }

.glightbox-container .ginner-container.gvideo-container {
  width: 100%; }

.glightbox-container .ginner-container.desc-bottom,
.glightbox-container .ginner-container.desc-top {
  -ms-flex-direction: column;
  flex-direction: column; }

.glightbox-container .ginner-container.desc-left,
.glightbox-container .ginner-container.desc-right {
  max-width: 100% !important; }

.gslide iframe,
.gslide video {
  outline: none !important;
  border: none;
  min-height: 165px;
  -webkit-overflow-scrolling: touch;
  -ms-touch-action: auto;
  touch-action: auto; }

.gslide:not(.current) {
  pointer-events: none; }

.gslide-image {
  -ms-flex-align: center;
  align-items: center; }

.gslide-image img {
  max-height: 100vh;
  display: block;
  padding: 0;
  float: none;
  outline: none;
  border: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-width: 100vw;
  width: auto;
  height: auto;
  object-fit: cover;
  -ms-touch-action: none;
  touch-action: none;
  margin: auto;
  min-width: 200px; }

.desc-top .gslide-image img,
.desc-bottom .gslide-image img {
  width: auto; }

.desc-left .gslide-image img,
.desc-right .gslide-image img {
  width: auto;
  max-width: 100%; }

.gslide-image img.zoomable {
  position: relative; }

.gslide-image img.dragging {
  cursor: grabbing !important;
  transition: none; }

.gslide-video {
  position: relative;
  max-width: 100vh;
  width: 100% !important; }

.gslide-video .gvideo-wrapper {
  width: 100%;
  /* max-width: 160vmin; */
  margin: auto; }

.gslide-video::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 0, 0, 0.34);
  display: none; }

.gslide-video.playing::before {
  display: none; }

.gslide-video.fullscreen {
  max-width: 100% !important;
  min-width: 100%;
  height: 75vh; }

.gslide-video.fullscreen video {
  max-width: 100% !important;
  width: 100% !important; }

.gslide-inline {
  background: #fff;
  text-align: left;
  max-height: calc(100vh - 40px);
  overflow: auto;
  max-width: 100%; }

.gslide-inline .ginlined-content {
  padding: 20px;
  width: 100%; }

.gslide-inline .dragging {
  cursor: grabbing !important;
  transition: none; }

.ginlined-content {
  overflow: auto;
  display: block !important;
  opacity: 1; }

.gslide-external {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-width: 100%;
  background: #fff;
  padding: 0;
  overflow: auto;
  max-height: 75vh;
  height: 100%; }

.gslide-media {
  display: -ms-flexbox;
  display: flex;
  width: auto; }

.zoomed .gslide-media {
  box-shadow: none !important; }

.desc-top .gslide-media,
.desc-bottom .gslide-media {
  margin: 0 auto;
  -ms-flex-direction: column;
  flex-direction: column; }

.gslide-description {
  position: relative;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%; }

.gslide-description.description-left,
.gslide-description.description-right {
  max-width: 100%; }

.gslide-description.description-bottom,
.gslide-description.description-top {
  margin: 0 auto;
  width: 100%; }

.gslide-description p {
  margin-bottom: 12px; }

.gslide-description p:last-child {
  margin-bottom: 0; }

.zoomed .gslide-description {
  display: none; }

.glightbox-button-hidden {
  display: none; }

/*
 * Description for mobiles
 * something like facebook does the description
 * for the photos
*/
.glightbox-mobile .glightbox-container .gslide-description {
  height: auto !important;
  width: 100%;
  background: transparent;
  position: absolute;
  bottom: 0;
  padding: 19px 11px;
  max-width: 100vw !important;
  -ms-flex-order: 2 !important;
  order: 2 !important;
  max-height: 78vh;
  overflow: auto !important;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
  transition: opacity 0.3s linear;
  padding-bottom: 50px; }

.glightbox-mobile .glightbox-container .gslide-title {
  color: #fff;
  font-size: 1em; }

.glightbox-mobile .glightbox-container .gslide-desc {
  color: #a1a1a1; }

.glightbox-mobile .glightbox-container .gslide-desc a {
  color: #fff;
  font-weight: bold; }

.glightbox-mobile .glightbox-container .gslide-desc * {
  color: inherit; }

.glightbox-mobile .glightbox-container .gslide-desc string {
  color: #fff; }

.glightbox-mobile .glightbox-container .gslide-desc .desc-more {
  color: #fff;
  opacity: 0.4; }

.gdesc-open .gslide-media {
  transition: opacity 0.5s ease;
  opacity: 0.4; }

.gdesc-open .gdesc-inner {
  padding-bottom: 30px; }

.gdesc-closed .gslide-media {
  transition: opacity 0.5s ease;
  opacity: 1; }

.greset {
  transition: all 0.3s ease; }

.gabsolute {
  position: absolute; }

.grelative {
  position: relative; }

.glightbox-desc {
  display: none !important; }

.glightbox-open {
  overflow: hidden; }

.gloader {
  height: 25px;
  width: 25px;
  animation: lightboxLoader 0.8s infinite linear;
  border: 2px solid #fff;
  border-right-color: transparent;
  border-radius: 50%;
  position: absolute;
  display: block;
  z-index: 9999;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 47%; }

.goverlay {
  width: 100%;
  height: calc(100vh + 1px);
  position: fixed;
  top: -1px;
  left: 0;
  background: #000;
  will-change: opacity; }

.glightbox-mobile .goverlay {
  background: #000; }

.gprev,
.gnext,
.gclose {
  z-index: 99999;
  cursor: pointer;
  width: 26px;
  height: 44px;
  border: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: column;
  flex-direction: column; }

.gprev svg,
.gnext svg,
.gclose svg {
  display: block;
  width: 25px;
  height: auto;
  margin: 0;
  padding: 0; }

.gprev.disabled,
.gnext.disabled,
.gclose.disabled {
  opacity: 0.1; }

.gprev .garrow,
.gnext .garrow,
.gclose .garrow {
  stroke: #fff; }

.gbtn.focused {
  outline: 2px solid #0f3d81; }

iframe.wait-autoplay {
  opacity: 0; }

.glightbox-closing .gnext,
.glightbox-closing .gprev,
.glightbox-closing .gclose {
  opacity: 0 !important; }

/*Skin */
.glightbox-clean .gslide-description {
  background: #fff; }

.glightbox-clean .gdesc-inner {
  padding: 22px 20px; }

.glightbox-clean .gslide-title {
  font-size: 1em;
  font-weight: normal;
  font-family: arial;
  color: #000;
  margin-bottom: 19px;
  line-height: 1.4em; }

.glightbox-clean .gslide-desc {
  font-size: 0.86em;
  margin-bottom: 0;
  font-family: arial;
  line-height: 1.4em; }

.glightbox-clean .gslide-video {
  background: #000; }

.glightbox-clean .gprev,
.glightbox-clean .gnext,
.glightbox-clean .gclose {
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 4px; }

.glightbox-clean .gprev path,
.glightbox-clean .gnext path,
.glightbox-clean .gclose path {
  fill: #fff; }

.glightbox-clean .gprev {
  position: absolute;
  top: -100%;
  left: 30px;
  width: 40px;
  height: 50px; }

.glightbox-clean .gnext {
  position: absolute;
  top: -100%;
  right: 30px;
  width: 40px;
  height: 50px; }

.glightbox-clean .gclose {
  width: 35px;
  height: 35px;
  top: 15px;
  right: 10px;
  position: absolute; }

.glightbox-clean .gclose svg {
  width: 18px;
  height: auto; }

.glightbox-clean .gclose:hover {
  opacity: 1; }

/*CSS Animations*/
.gfadeIn {
  animation: gfadeIn 0.5s ease; }

.gfadeOut {
  animation: gfadeOut 0.5s ease; }

.gslideOutLeft {
  animation: gslideOutLeft 0.3s ease; }

.gslideInLeft {
  animation: gslideInLeft 0.3s ease; }

.gslideOutRight {
  animation: gslideOutRight 0.3s ease; }

.gslideInRight {
  animation: gslideInRight 0.3s ease; }

.gzoomIn {
  animation: gzoomIn 0.5s ease; }

.gzoomOut {
  animation: gzoomOut 0.5s ease; }

@keyframes lightboxLoader {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes gfadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes gfadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes gslideInLeft {
  from {
    opacity: 0;
    transform: translate3d(-60%, 0, 0); }
  to {
    visibility: visible;
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0); }
  to {
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden; } }

@keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    transform: translate3d(60%, 0, 0); }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0); }
  to {
    transform: translate3d(60%, 0, 0);
    opacity: 0; } }

@keyframes gzoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 1; } }

@keyframes gzoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

@media (min-width: 769px) {
  .glightbox-container .ginner-container {
    width: auto;
    height: auto;
    -ms-flex-direction: row;
    flex-direction: row; }
  .glightbox-container .ginner-container.desc-top .gslide-description {
    -ms-flex-order: 0;
    order: 0; }
  .glightbox-container .ginner-container.desc-top .gslide-image,
  .glightbox-container .ginner-container.desc-top .gslide-image img {
    -ms-flex-order: 1;
    order: 1; }
  .glightbox-container .ginner-container.desc-left .gslide-description {
    -ms-flex-order: 0;
    order: 0; }
  .glightbox-container .ginner-container.desc-left .gslide-image {
    -ms-flex-order: 1;
    order: 1; }
  .gslide-image img {
    max-height: 97vh;
    max-width: 100%; }
  .gslide-image img.zoomable {
    cursor: zoom-in; }
  .zoomed .gslide-image img.zoomable {
    cursor: grab; }
  .gslide-inline {
    max-height: 95vh; }
  .gslide-external {
    max-height: 100vh; }
  .gslide-description.description-left,
  .gslide-description.description-right {
    max-width: 275px; }
  .glightbox-open {
    height: auto; }
  .goverlay {
    background: rgba(0, 0, 0, 0.92); }
  .glightbox-clean .gslide-media {
    box-shadow: 1px 2px 9px 0px rgba(0, 0, 0, 0.65); }
  .glightbox-clean .description-left .gdesc-inner,
  .glightbox-clean .description-right .gdesc-inner {
    position: absolute;
    height: 100%;
    overflow-y: auto; }
  .glightbox-clean .gprev,
  .glightbox-clean .gnext,
  .glightbox-clean .gclose {
    background-color: rgba(0, 0, 0, 0.32); }
  .glightbox-clean .gprev:hover,
  .glightbox-clean .gnext:hover,
  .glightbox-clean .gclose:hover {
    background-color: rgba(0, 0, 0, 0.7); }
  .glightbox-clean .gprev {
    top: 45%; }
  .glightbox-clean .gnext {
    top: 45%; } }

@media (min-width: 992px) {
  .glightbox-clean .gclose {
    opacity: 0.7;
    right: 20px; } }

@media screen and (max-height: 420px) {
  .goverlay {
    background: #000; } }

/* BASICS */
@font-face {
  font-family: 'Ludicrous-Stencil';
  src: url(/fonts/Ludicrous-Stencil.woff) format("woff"), url(/fonts/Ludicrous-Stencil.ttf) format("truetype"), url(/fonts/Ludicrous-Stencil.woff2) format("woff2");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Lato';
  src: url(/fonts/lato/Lato-Light.woff) format("woff"), url(/fonts/lato/Lato-Light.ttf) format("truetype"), url(/fonts/lato/Lato-Light.woff2) format("woff2");
  font-weight: 300;
  font-style: normal; }

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

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

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

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

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

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

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[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; }

body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  backface-visibility: hidden;
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;
  height: 100%;
  left: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  box-sizing: border-box; }

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s,visibility 0s linear .25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity .25s,visibility 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  text-align: center;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

.fancybox-slide:before {
  content: "";
  display: inline-block;
  height: 100%;
  margin-right: -.25em;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
  display: block; }

.fancybox-slide--next {
  z-index: 99995; }

.fancybox-slide--image {
  overflow: visible;
  padding: 44px 0; }

.fancybox-slide--image:before {
  display: none; }

.fancybox-slide--html {
  padding: 6px 6px 0; }

.fancybox-slide--iframe {
  padding: 44px 44px 0; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 6px;
  max-width: 100%;
  overflow: auto;
  padding: 0;
  padding: 24px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  margin: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in; }

.fancybox-can-drag .fancybox-content {
  cursor: grab; }

.fancybox-is-dragging .fancybox-content {
  cursor: grabbing; }

.fancybox-container [data-selectable=true] {
  cursor: text; }

.fancybox-image, .fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--html .fancybox-content {
  margin-bottom: 6px; }

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--video .fancybox-content {
  height: 100%;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
  height: calc(100% - 44px);
  margin-bottom: 44px; }

.fancybox-iframe, .fancybox-video {
  background: transparent;
  border: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

.fancybox-iframe {
  vertical-align: top; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  outline: none;
  padding: 10px;
  transition: color .2s;
  vertical-align: top;
  width: 44px; }

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
  color: #ccc; }

.fancybox-button:focus, .fancybox-button:hover {
  color: #fff; }

.fancybox-button.disabled, .fancybox-button.disabled:hover, .fancybox-button[disabled], .fancybox-button[disabled]:hover {
  color: #888;
  cursor: default; }

.fancybox-button svg {
  display: block;
  overflow: visible;
  position: relative;
  shape-rendering: geometricPrecision; }

.fancybox-button svg path {
  fill: transparent;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3; }

.fancybox-button--pause svg path:nth-child(1), .fancybox-button--play svg path:nth-child(2) {
  display: none; }

.fancybox-button--play svg path, .fancybox-button--share svg path, .fancybox-button--thumbs svg path {
  fill: currentColor; }

.fancybox-button--share svg path {
  stroke-width: 1; }

.fancybox-navigation .fancybox-button {
  height: 38px;
  opacity: 0;
  padding: 6px;
  position: absolute;
  top: 50%;
  width: 38px; }

.fancybox-show-nav .fancybox-navigation .fancybox-button {
  transition: opacity .25s,visibility 0s,color .25s; }

.fancybox-navigation .fancybox-button:after {
  content: "";
  left: -25px;
  padding: 50px;
  position: absolute;
  top: -25px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  right: 6px; }

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #555;
  cursor: pointer;
  height: 44px;
  margin: 0;
  padding: 6px;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  z-index: 10; }

.fancybox-close-small svg {
  fill: transparent;
  opacity: .8;
  stroke: currentColor;
  stroke-width: 1.5;
  transition: stroke .1s; }

.fancybox-close-small:focus {
  outline: none; }

.fancybox-close-small:hover svg {
  opacity: 1; }

.fancybox-slide--iframe .fancybox-close-small, .fancybox-slide--image .fancybox-close-small, .fancybox-slide--video .fancybox-close-small {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px; }

.fancybox-slide--iframe .fancybox-close-small:hover svg, .fancybox-slide--image .fancybox-close-small:hover svg, .fancybox-slide--video .fancybox-close-small:hover svg {
  background: transparent;
  color: #fff; }

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none; }

.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px;
  right: 0; }

.fancybox-caption:before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1; }

.fancybox-caption:after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  content: "";
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0; }

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

.fancybox-loading {
  animation: a .8s infinite linear;
  background: transparent;
  border: 6px solid rgba(99, 99, 99, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: .6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999; }

@keyframes a {
  0% {
    transform: rotate(0deg); }
  to {
    transform: rotate(359deg); } }

.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translateZ(0); }

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1); }

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-1turn); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(1turn); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg); }

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1) translateZ(0); }

.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  transform: translateZ(0) scale(1); }

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:link, .fancybox-share__button:visited {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

.fancybox-thumbs {
  background: #fff;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs > ul {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x > ul {
  overflow: hidden; }

.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs > ul > li {
  backface-visibility: hidden;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1); }

.fancybox-thumbs > ul > li {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover; }

.fancybox-thumbs > ul > li:before {
  border: 4px solid #4ea7f9;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs .fancybox-thumbs-active:before {
  opacity: 1; }

@media (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px); } }

body {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  line-height: 1;
  background: #fff;
  color: #2b2b2b;
  position: relative; }
  body::before {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    content: '';
    z-index: 200;
    transition: 200ms ease-in-out; }
  body.loaded::before {
    opacity: 0;
    visibility: hidden; }
  body.fixed {
    overflow: hidden; }

.container {
  margin: 0 auto;
  max-width: 1200px;
  padding-left: 1.25rem;
  padding-right: 1.25rem; }
  @media (min-width: 48rem) {
    .container {
      padding-left: 2.25rem;
      padding-right: 2.25rem; } }
  @media (min-width: 62rem) {
    .container {
      padding-left: 0.625rem;
      padding-right: 0.625rem; } }

.template-home h3, .template-home legend, .content-gallery h3, .content-gallery legend, .contact-locations h3, .contact-locations legend, .container h3, .container legend {
  margin-bottom: 40px;
  color: #2b2b2b;
  font-size: 45px;
  font-weight: 400;
  letter-spacing: 1.43px;
  font-family: "Ludicrous-Stencil", serif;
  text-align: center; }

.content-page .container h3, .content-page .container legend {
  text-align: left; }

a:hover {
  text-decoration: none; }

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

:root {
  --swiper-navigation-color: #fff; }

.shopify-product-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center; }

.shopify-product-container .shop-image-container {
  display: block; }

@media (min-width: 73.125rem) {
  .shopify-product-container {
    display: -ms-flexbox;
    display: flex; } }

@media (min-width: 48rem) {
  .shopify-product-container .swiper-product-images {
    max-width: 28rem; } }

.shopify-product-container .swiper-product-images img {
  border-radius: 1rem; }

.shopify-product-container .product__details-info {
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 100%; }

/* BLOCKS */
.header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  padding-top: 15px;
  background-image: linear-gradient(to bottom, #252525 0%, rgba(37, 37, 37, 0) 100%); }
  .header > .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: 1320px;
    position: relative;
    z-index: 9; }
  .header .exit-button {
    position: absolute;
    z-index: 2;
    right: 0;
    top: 80px;
    background-color: #da5527;
    padding: 0.8rem;
    padding-bottom: 0.2rem;
    display: fixed; }
    .header .exit-button__icon {
      background-image: url("/img/close-icon-white.svg");
      background-repeat: no-repeat;
      background-position: center;
      height: 0.8rem;
      width: 100%;
      margin-bottom: 0.7rem; }
    .header .exit-button__text {
      color: #fff;
      font-family: "Avenir LT W01_95 Black1475556", "Arial", "sans-serif";
      font-size: 0.9rem;
      text-transform: uppercase;
      font-weight: bold; }
  .header .exit-button.fixed {
    position: fixed;
    top: 0; }

.header__burger {
  display: none;
  width: 36px;
  height: 31px;
  position: relative;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer; }
  .header__burger span {
    width: 100%;
    height: 5px;
    display: block;
    background: #fff; }

.header__logo {
  background-size: contain; }

.template-default .header .logo-container .header__logo, .template-contact .header .logo-container .header__logo, .template-contact-new .header .logo-container .header__logo {
  background: url("/img/mobile-logo.png") no-repeat center;
  width: 240px;
  height: 63px; }

.template-home .atm--home .header__logo {
  margin-right: 100px;
  width: 115px;
  height: 178px;
  background: url("/img/header-logo.png") no-repeat center;
  background-size: cover;
  display: none;
  position: absolute;
  left: 0;
  top: 32%; }
  .template-home .atm--home .header__logo img {
    display: none; }
  @media screen and (min-width: 1366px) {
    .template-home .atm--home .header__logo {
      display: block; } }

.header__nav {
  padding-top: 40px; }
  .header__nav.mobile .nav__item-1.has-children .header__nav-arrow {
    background-image: url("/img/svg/icon-arrow-down.svg");
    width: 20px;
    height: 20px;
    background-size: contain;
    position: relative;
    margin-left: 40px;
    display: none; }
    .header__nav.mobile .nav__item-1.has-children .header__nav-arrow:hover {
      cursor: pointer; }

.header__nav-mobile {
  display: none;
  position: absolute;
  top: 20px;
  left: 20px;
  width: calc( 100% - 30px); }
  .header__nav-mobile input {
    border: 0;
    padding: 5px;
    font-family: "Lato", sans-serif;
    font-size: 14px;
    height: 40px;
    width: 100%; }
  .header__nav-mobile a.header__donate, .header__nav-mobile a.header__order {
    display: inline-block;
    vertical-align: middle; }
  .header__nav-mobile a.header__order {
    margin-right: 20px;
    border-color: #2b2b2b;
    color: #2b2b2b;
    background-image: url("/img/svg/icon-order-dark.svg"); }

.header__nav-mobile-top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
  margin-top: 10px; }

.header__nav-mobile-close {
  display: block;
  min-width: 40px;
  height: 40px;
  background: url(/img/icon-close.png) no-repeat center;
  background-size: 22px 22px;
  cursor: pointer; }

.header__nav > ul {
  font-size: 0;
  position: relative; }
  .header__nav > ul > li {
    display: inline-block;
    vertical-align: middle; }
    .header__nav > ul > li.has-children:hover::before {
      opacity: 1;
      visibility: visible; }
    .header__nav > ul > li.has-children:hover .header__nav-hidden {
      opacity: 1;
      visibility: visible; }
    .header__nav > ul > li:not(:last-child) {
      padding-right: 18px; }
    .header__nav > ul > li > a {
      color: #ffffff;
      font-family: Lato;
      font-size: 14px;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 0.75px; }

.header__right {
  margin-left: auto;
  padding-top: 28px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center; }

.header__buttons {
  margin-right: 40px;
  font-size: 0; }
  .header__buttons a {
    display: inline-block;
    vertical-align: middle; }
  .header__buttons a:not(:last-child) {
    margin-right: 40px; }

a.header__order {
  padding: 8px 13px 20px 45px;
  background: #da5527 url("/img/svg/icon-order.svg") no-repeat;
  background-size: 19px 21px;
  background-position: 19px 8px;
  border-radius: 9px;
  font-size: 11px;
  color: #fff;
  font-weight: 700; }

a.header__donate {
  padding: 13px 20px 13px 60px;
  background: #f7a824 url("/img/svg/icon-donate.svg") no-repeat;
  background-size: 30px 23px;
  background-position: 22px 6px;
  border-radius: 9px;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase; }

.header__search-open {
  width: 25px;
  height: 25px;
  background: url("/img/icon-header-search.png") no-repeat center;
  background-size: cover;
  cursor: pointer; }

.header__nav-hidden {
  position: absolute;
  z-index: 100;
  left: 0;
  top: 15px;
  padding-top: 45px;
  width: 750px;
  height: 370px;
  opacity: 0;
  visibility: hidden;
  z-index: 2; }
  .header__nav-hidden .megamenu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .header__nav-hidden .megamenu li {
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%; }
      .header__nav-hidden .megamenu li:not(:last-child) {
        margin-right: 0;
        margin-bottom: 20px; }
      .header__nav-hidden .megamenu li a {
        text-transform: none;
        font-size: 14px;
        font-weight: 400;
        color: #fff; }
        .header__nav-hidden .megamenu li a:hover {
          color: #da5527; }

.megamenu__overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 370px;
  z-index: 2;
  background-color: #2b2b2b;
  opacity: 0;
  visibility: hidden;
  transition: 120ms ease-in-out; }
  .megamenu__overlay.active {
    opacity: 1;
    visibility: visible; }

.search__overlay {
  height: 370px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  transition: 120ms ease-in-out; }
  .search__overlay.active {
    opacity: 1;
    visibility: visible; }
  .search__overlay .container {
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 880px; }
  .search__overlay form {
    width: 100%; }
  .search__overlay input {
    border-radius: 0;
    background: transparent;
    width: 100%;
    border: 0;
    border-bottom: 1px solid #949494;
    padding: 16px 0;
    font-family: "Lato", sans-serif;
    font-size: 28px;
    color: white; }

.atm {
  position: relative; }
  .atm::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.8) 100%); }
  .atm .awo-home-hero-white-banner {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 2;
    margin-bottom: -0.25rem; }
    @media (min-width: 120rem) {
      .atm .awo-home-hero-white-banner {
        margin-bottom: -2rem; } }
    .atm .awo-home-hero-white-banner svg {
      fill: #ffffff; }
  .atm .slick-list,
  .atm .slick-track,
  .atm .slick-slide,
  .atm .slick-slide > div {
    height: 100%; }
  .atm .slick-slide > div > div {
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
    .atm .slick-slide > div > div .container {
      height: 100%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: center;
      justify-content: center; }
  .atm .slick-dots {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 80px;
    width: 100%;
    font-size: 0;
    text-align: center; }
    .atm .slick-dots li {
      display: inline-block;
      vertical-align: middle; }
      .atm .slick-dots li:not(:last-child) {
        margin-right: 25px; }
      .atm .slick-dots li button {
        font-size: 0;
        width: 16px;
        height: 16px;
        border-radius: 50%;
        border: 1px solid #fff;
        background: transparent;
        transition: 120ms ease-in-out; }
      .atm .slick-dots li.slick-active button {
        background-color: #f7a824;
        border-color: #f7a824; }
  .atm.-contact {
    padding-bottom: 60px; }
    .atm.-contact .awo-home-hero-white-banner svg {
      fill: #f7efe1; }

.atm:not(.atm--home) {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 32.5vw;
  min-height: 26rem;
  overflow: hidden;
  z-index: 1; }
  .atm:not(.atm--home).reveal {
    transform: translate(0); }
    .atm:not(.atm--home).reveal img {
      transform: scale(1.15);
      transform: translate3d(0, 2rem, 0);
      filter: blur(4px);
      transition: transform 500ms ease, filter 150ms ease 400ms; }
    .atm:not(.atm--home).reveal.revealed img {
      transform: scale(1);
      filter: blur(0); }
  @media (min-width: 48rem) {
    .atm:not(.atm--home) {
      min-height: 36rem; } }
  .atm:not(.atm--home) .container {
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center; }
  .atm:not(.atm--home) img {
    position: absolute;
    left: 0;
    top: 0;
    object-position: center;
    object-fit: cover;
    width: 100%;
    height: 100%; }
  .atm:not(.atm--home) h1 {
    color: #ffffff;
    font-family: "Ludicrous-Stencil", serif;
    font-size: 60px;
    font-weight: 400;
    letter-spacing: 1.42px;
    margin-bottom: 5px; }
    .atm:not(.atm--home) h1.two-lines {
      font-size: 3vw; }
    .atm:not(.atm--home) h1.three-lines {
      font-size: 2.5vw; }

.atm--home {
  background: #fff;
  position: relative;
  width: 100%;
  padding-bottom: 40vw; }
  .atm--home h1 {
    text-align: center;
    color: #ffffff;
    font-family: "Ludicrous-Stencil", serif;
    font-size: 80px;
    font-weight: 400;
    letter-spacing: 2.8px;
    margin-bottom: 25px; }
  .atm--home h2 {
    color: #ffffff;
    font-family: "Lato", sans-serif;
    font-size: 23px;
    font-weight: 400;
    line-height: 1.35;
    color: #ffffff;
    letter-spacing: 0.15px;
    max-width: 600px;
    margin: 0 auto 40px auto; }
  .atm--home .hight-light {
    margin-bottom: 0px;
    text-align: center; }

.atm__slider {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%; }

.atm__breadcrumbs,
.atm__breadcrumbs--donate {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.49px; }
  .atm__breadcrumbs a,
  .atm__breadcrumbs--donate a {
    color: #fff; }

.content-page .atm__breadcrumbs--donate a {
  color: #fff;
  text-decoration: none; }

.atm:not(.atm--home).atm--camp {
  padding-bottom: 58vw; }
  .atm:not(.atm--home).atm--camp h1 {
    font-size: 158px;
    letter-spacing: 3.75px;
    text-align: center; }
  .atm:not(.atm--home).atm--camp .atm__donate {
    display: inline-block;
    padding: 53px 40px;
    font-size: 77px;
    color: #fff;
    border-radius: 20px;
    position: relative;
    background: #f7a824 url("/img/svg/icon-donate.svg") no-repeat center top 16px;
    background-size: 59px 43px;
    font-family: "Ludicrous-Stencil", serif;
    margin-bottom: 50px; }
    .atm:not(.atm--home).atm--camp .atm__donate span {
      position: absolute;
      left: 50%;
      bottom: 5px;
      transform: translate(-50%, 0);
      font-size: 42px; }

.home-cats {
  margin-top: 4vw;
  margin-bottom: 8vw;
  background-color: #f7efe1;
  position: relative;
  z-index: 2; }
  .home-cats::before {
    content: '';
    position: absolute;
    top: -8vw;
    left: 0;
    width: 100%;
    height: 8vw;
    background: url("/img/shape-top-yellow.png") no-repeat center;
    background-size: cover;
    z-index: 2; }
  .home-cats::after {
    content: '';
    position: absolute;
    bottom: -5vw;
    left: 0;
    width: 100%;
    height: 5vw;
    background: url("/img/shape-bot-yellow.png") no-repeat center;
    background-size: cover;
    z-index: 12; }

.home-cats__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -45px; }

.home-cats__item {
  width: calc((100%/3) - 30px);
  height: 259px;
  border-radius: 18px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-shadow: 0 0 28px rgba(43, 43, 43, 0.6);
  color: #ffffff;
  font-family: "Ludicrous-Stencil", serif;
  font-size: 45px;
  font-weight: 400;
  letter-spacing: 2.04px;
  padding-left: 100px;
  padding-right: 100px;
  margin-bottom: 45px;
  overflow: hidden;
  position: relative; }
  .home-cats__item span {
    position: relative;
    z-index: 2; }
  .home-cats__item:hover::before {
    background-color: rgba(218, 85, 39, 0.45); }
  .home-cats__item::before {
    content: '';
    z-index: 0;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(30, 30, 30, 0.1); }

.home-links {
  margin-top: 8vw;
  margin-bottom: 7vw;
  background-color: #f7efe1;
  position: relative; }
  .home-links::before {
    content: '';
    position: absolute;
    top: -8vw;
    left: 0;
    width: 100%;
    height: 8vw;
    background: url("/img/shape-top-yellow.png") no-repeat center;
    background-size: cover;
    z-index: 12; }
  .home-links::after {
    content: '';
    position: absolute;
    bottom: -5vw;
    left: 0;
    width: 100%;
    height: 5vw;
    background: url("/img/shape-bot-yellow.png") no-repeat center;
    background-size: cover;
    z-index: 12; }
  .home-links .container {
    max-width: 1090px; }

.home-links__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -20px; }

.home-links__item {
  width: calc((100%/2) - 10px);
  height: 265px;
  border-radius: 18px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-shadow: 0 0 28px rgba(43, 43, 43, 0.6);
  color: #ffffff;
  font-family: "Ludicrous-Stencil", serif;
  font-size: 45px;
  font-weight: 400;
  letter-spacing: 2.04px;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative; }
  .home-links__item span {
    position: relative;
    z-index: 2; }
  .home-links__item:hover::before {
    background-color: rgba(218, 85, 39, 0.45); }
  .home-links__item::before {
    content: '';
    z-index: 0;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(30, 30, 30, 0.1); }

.home-news {
  padding: 50px 0;
  position: relative;
  z-index: 2; }
  .home-news-pattern {
    position: absolute;
    right: -10px;
    bottom: 0;
    z-index: -999999; }

.home-news__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -20px; }

.home-news__item {
  width: calc( (100% - 80px) / 4);
  border-radius: 18px;
  background: #da5527;
  padding: 27px 29px;
  color: #fff;
  margin-bottom: 20px;
  background-size: cover; }
  .home-news__item--big {
    width: calc( (100% - 20px) / 2);
    background-position: left;
    background-size: cover;
    background-repeat: no-repeat;
    padding-left: 350px;
    position: relative;
    overflow: hidden; }
    .home-news__item--big > * {
      position: relative;
      z-index: 2; }
    .home-news__item--big::after {
      right: 0;
      top: 0;
      width: calc(100% - 325px);
      height: 100%;
      background-color: rgba(48, 48, 48, 0.85);
      content: '';
      position: absolute; }
  .home-news__item > a {
    display: block;
    color: inherit; }

.home-news__item-title {
  color: #ffffff;
  font-family: "Ludicrous-Stencil", serif;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 0.14px;
  position: relative; }
  .home-news__item-title::after {
    margin-top: 9px;
    margin-bottom: 19px;
    content: '';
    display: block;
    width: 135px;
    height: 4px;
    background: url("/img/home/icon-news-title.png") no-repeat center;
    background-size: cover; }

.home-news__item-desc {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: 0.09px;
  margin-bottom: 15px; }

.home-news__item-date {
  color: #d3d3d3;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: 0.07px; }

.home-news__button {
  text-align: center;
  margin-top: 35px;
  z-index: 2; }
  .home-news__button a {
    margin: 0 auto; }

.home-numbers {
  margin-top: 4vw;
  margin-bottom: 7vw;
  background-color: #f7efe1;
  position: relative;
  padding-top: 30px;
  padding-bottom: 40px; }
  .home-numbers--camp {
    padding-bottom: 100px;
    margin-bottom: -50px; }
    .home-numbers--camp::after {
      display: none; }
  .home-numbers::before {
    content: '';
    position: absolute;
    top: -4vw;
    left: 0;
    width: 100%;
    height: 4vw;
    background: url("/img/shape-top-yellow2.png") no-repeat center;
    background-size: cover;
    z-index: 12; }
  .home-numbers::after {
    content: '';
    position: absolute;
    bottom: -5vw;
    left: 0;
    width: 100%;
    height: 5vw;
    background: url("/img/shape-bot-yellow2.png") no-repeat center;
    background-size: cover;
    z-index: 12; }

.home-numbers__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.home-numbers__item {
  text-align: center;
  -ms-flex-preferred-size: 31%;
  flex-basis: 31%; }

.home-numbers__item-title {
  margin-bottom: 30px;
  color: #da5527;
  font-family: "Ludicrous-Stencil", serif;
  font-size: 80px;
  font-weight: 400;
  letter-spacing: 3.63px; }

.home-numbers__item-desc {
  color: #2b2b2b;
  font-size: 28px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 1.27px; }

.home-shop {
  padding: 50px 0;
  position: relative; }
  .home-shop-pattern {
    position: absolute;
    left: 0px;
    bottom: 0;
    z-index: -999999; }

.home-shop__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.home-shop__item {
  width: 100%;
  color: #424242; }
  .home-shop__item:not(:last-child) {
    margin-right: 20px; }

.home-shop__item-pic {
  height: 255px;
  border-radius: 18px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 20px;
  width: 100%; }

.home-shop__item-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.35; }

.home-shop__item-price {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.35; }

.home-shop__button {
  text-align: center;
  margin-top: 35px; }
  .home-shop__button a {
    margin: 0 auto; }

.home-what {
  padding-bottom: 60px;
  position: relative; }

.home-what.colourful-grid a {
  text-decoration: none; }

.home-what .home-what-bird {
  position: absolute;
  right: 50px;
  bottom: 0px;
  z-index: 3; }

.home-what__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 55px; }

.home-what__item {
  width: calc( (100%/3) - 30px);
  background: red;
  padding: 110px 0 35px 0;
  text-align: center;
  position: relative;
  border-radius: 20px; }
  .home-what__item:nth-child(1) {
    background-color: #f7a824; }
    .home-what__item:nth-child(1) img {
      width: 73px; }
  .home-what__item:nth-child(2) {
    background-color: #a73336; }
    .home-what__item:nth-child(2) img {
      width: 64px; }
  .home-what__item:nth-child(3) {
    background-color: #da5527; }
    .home-what__item:nth-child(3) img {
      width: 59px; }

.home-what__item-pic {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0); }
  .home-what__item-pic:nth-child(1) {
    top: 35px; }
  .home-what__item-pic:nth-child(2) {
    top: 23px; }
  .home-what__item-pic:nth-child(3) {
    top: 31px; }

.home-what__item-title {
  font-family: "Ludicrous-Stencil", serif;
  font-size: 45px;
  color: #fff;
  letter-spacing: 2.04px; }

.home-what__title {
  max-width: 980px;
  margin: 0 auto 30px auto;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: 0.28px;
  text-align: center; }

.home-what__desc {
  text-align: center;
  max-width: 1020px;
  font-size: 18px;
  line-height: 1.35;
  letter-spacing: 0.18px;
  text-align: center;
  margin: 0 auto; }

.home-why {
  position: relative;
  padding-top: 50px;
  padding-bottom: 25px; }
  .home-why .container {
    position: relative; }
    .home-why .container .home-why-bird {
      position: absolute;
      left: -200px;
      top: -145px;
      z-index: 3; }

.home-why__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: start;
  align-items: flex-start; }

.home-why__item:not(:last-child) {
  margin-right: 100px; }

.home-why__item-pic {
  height: 101px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 25px; }

.home-why__item-title {
  font-size: 20px;
  color: #413d4b;
  font-weight: 700;
  text-align: center; }

.home-why__button {
  text-align: center;
  margin-top: 35px; }
  .home-why__button a {
    margin: 0 auto; }

.megamenu__overlay {
  z-index: 100; }

.header {
  background: #2b2b2b;
  padding: 0;
  z-index: 3000; }
  .header .logo-container {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 0;
    padding: 0 20px;
    position: absolute;
    z-index: 10; }
    .header .logo-container .header__logo {
      display: block; }
  .header > .container {
    max-width: none; }

.atm {
  height: 525px;
  padding-bottom: 0; }
  .atm > .logo-container {
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    left: 50%;
    position: absolute;
    top: 50%;
    display: none;
    max-width: 1240px;
    padding: 40px 20px;
    position: absolute;
    width: 100%;
    z-index: 10; }
    .atm > .logo-container .header__logo {
      display: block; }
  .atm .container {
    position: relative;
    z-index: 15; }
    .atm .container > .hight-light {
      width: 100%; }
      .atm .container > .hight-light h1 {
        font-size: 125px; }
  .atm .slick-slide {
    position: relative; }
    .atm .slick-slide > div > div:after {
      background: rgba(0, 0, 0, 0.2);
      content: " ";
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: 1; }
    .atm .slick-slide > div > div > .container {
      position: relative;
      z-index: 10; }

.home-what .home-what__list {
  margin: 0 -10px 55px -10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start; }
  .home-what .home-what__list .home-what__item {
    background: none;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    padding: 0 10px 20px;
    width: auto; }
    .home-what .home-what__list .home-what__item:hover {
      background: none; }
    .home-what .home-what__list .home-what__item:nth-child(1) > a {
      background: #f7a824; }
      .home-what .home-what__list .home-what__item:nth-child(1) > a:hover {
        background: #f69e0b; }
    .home-what .home-what__list .home-what__item:nth-child(2) > a {
      background: #a73336; }
      .home-what .home-what__list .home-what__item:nth-child(2) > a:hover {
        background: #ce3b47; }
    .home-what .home-what__list .home-what__item:nth-child(3) > a {
      background: #c69c6d; }
      .home-what .home-what__list .home-what__item:nth-child(3) > a:hover {
        background: #b38d62; }
    .home-what .home-what__list .home-what__item:nth-child(4) > a {
      background: #da5527; }
      .home-what .home-what__list .home-what__item:nth-child(4) > a:hover {
        background: #c64c22; }
    .home-what .home-what__list .home-what__item > a {
      transition: background-color 0.3s ease-in;
      -o-transition: background-color 0.3s ease-in;
      -ms-transition: background-color 0.3s ease-in;
      -moz-transition: background-color 0.3s ease-in;
      -webkit-transition: background-color 0.3s ease-in;
      border-radius: 20px;
      display: block;
      height: 100%;
      padding: 35px 10px 125px 10px;
      width: 100%; }
      .home-what .home-what__list .home-what__item > a .home-what__item-pic {
        bottom: 45px;
        height: 64px;
        top: auto; }
        .home-what .home-what__list .home-what__item > a .home-what__item-pic > img {
          height: 100%;
          width: auto !important; }

.home-what .home-what__title {
  margin-bottom: 21px; }

.home-what .home-what__desc p {
  line-height: 1.6em; }

.home-why {
  padding-bottom: 90px;
  padding-top: 30px; }
  .home-why .home-why__list {
    margin: 0 -10px 0 -10px; }
    .home-why .home-why__list .home-why__item {
      -ms-flex: 1;
      flex: 1;
      margin-right: 0;
      padding: 15px; }
      .home-why .home-why__list .home-why__item .home-why__item-pic > img {
        height: 100%; }
      .home-why .home-why__list .home-why__item .home-why__item-title {
        font-size: 19px; }

.home-slides {
  margin-top: 4vw;
  margin-bottom: 8vw;
  background-color: #f7efe1;
  position: relative;
  z-index: 2; }
  .home-slides > .container {
    padding-bottom: 20px; }
  .home-slides::before {
    content: '';
    position: absolute;
    top: -8vw;
    left: 0;
    width: 100%;
    height: 8vw;
    background: url("/img/shape-top-yellow.png") no-repeat center;
    background-size: cover;
    z-index: 2; }
  .home-slides::after {
    content: '';
    position: absolute;
    bottom: -5vw;
    left: 0;
    width: 100%;
    height: 5vw;
    background: url("/img/shape-bot-yellow.png") no-repeat center;
    background-size: cover;
    z-index: 12; }
  .home-slides .home-slides__list {
    background: #75726c;
    border-radius: 20px;
    height: 450px;
    overflow: hidden;
    position: relative;
    width: 100%; }
    .home-slides .home-slides__list .home-slides__item {
      transition: opacity 0.3s ease-in;
      -o-transition: opacity 0.3s ease-in;
      -ms-transition: opacity 0.3s ease-in;
      -moz-transition: opacity 0.3s ease-in;
      -webkit-transition: opacity 0.3s ease-in;
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      height: 100%;
      left: 0;
      opacity: 0;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: 1; }
      .home-slides .home-slides__list .home-slides__item.active {
        opacity: 1;
        z-index: 10; }
      .home-slides .home-slides__list .home-slides__item .btn {
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        background: #2b2b2b;
        border-radius: 10px;
        bottom: 90px;
        color: #ffffff;
        font-size: 16px;
        line-height: 26px;
        padding: 9px 33px;
        position: absolute;
        text-transform: uppercase;
        z-index: 5; }
        .home-slides .home-slides__list .home-slides__item .btn:hover {
          background: #161616; }
    .home-slides .home-slides__list .home-slides__pagination {
      position: relative;
      left: 50%;
      transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      bottom: 36px;
      font-size: 0;
      padding: 3px 6px;
      position: absolute;
      z-index: 50; }
      .home-slides .home-slides__list .home-slides__pagination > li {
        transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        -ms-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -webkit-transition: all 0.3s ease-in;
        background: transparent;
        border: 1px solid #ffffff;
        border-radius: 50%;
        cursor: pointer;
        display: inline-block;
        height: 13px;
        width: 13px; }
        .home-slides .home-slides__list .home-slides__pagination > li + li {
          margin-left: 18px; }
        .home-slides .home-slides__list .home-slides__pagination > li.active {
          background: #f7a824;
          border-color: #f7a824; }

.footer .footer-top {
  position: relative;
  z-index: 10; }
  .footer .footer-top form.footer__form input:nth-child(1) {
    -ms-flex-preferred-size: 34%;
    flex-basis: 34%; }
  .footer .footer-top form.footer__form input:nth-child(2) {
    -ms-flex-preferred-size: 39%;
    flex-basis: 39%; }
  .footer .footer-top form.footer__form button {
    background: #a73336;
    -ms-flex-preferred-size: 24%;
    flex-basis: 24%;
    text-transform: uppercase; }
    .footer .footer-top form.footer__form button:hover {
      background: #ba454f; }

.footer .footer-middle {
  margin-bottom: 25px; }
  .footer .footer-middle .col:nth-child(1) {
    -ms-flex-preferred-size: 34%;
    flex-basis: 34%; }
  .footer .footer-middle .col:nth-child(2) {
    -ms-flex-preferred-size: 22%;
    flex-basis: 22%; }
  .footer .footer-middle .col:nth-child(3) {
    -ms-flex-preferred-size: 41%;
    flex-basis: 41%; }
  .footer .footer-middle .footer-bird {
    opacity: 0.1;
    top: -100px;
    z-index: 0; }

.footer .footer__socials {
  display: block;
  margin-bottom: 20px; }
  .footer .footer__socials > div {
    display: inline-block; }
    .footer .footer__socials > div + div {
      margin-left: 30px; }

.footer .footer__logos {
  margin-bottom: 16px; }

.footer .footer__logo {
  margin-bottom: 16px; }

.footer .footer__address {
  line-height: 1.7em; }

.footer .footer__desc {
  font-size: 13px;
  line-height: 1.7em;
  margin-right: 0; }

.footer .footer__nav {
  display: block; }
  .footer .footer__nav > li {
    margin-bottom: 0; }
    .footer .footer__nav > li + li {
      margin-top: 11px; }

@media (min-width: 1367px) {
  .header .logo-container {
    display: none; }
  .header .header__nav {
    -ms-flex: 1;
    flex: 1;
    padding-top: 0;
    text-align: center; }
    .header .header__nav > ul {
      display: inline-block;
      margin: 0 auto; }
      .header .header__nav > ul > li {
        border-bottom: 6px solid #2b2b2b;
        text-align: left;
        padding: 20px 0; }
        .header .header__nav > ul > li:hover {
          border-color: #f7a824; }
          .header .header__nav > ul > li:hover > a {
            color: #f7a824; }
        .header .header__nav > ul > li.active {
          border-color: #da5527; }
          .header .header__nav > ul > li.active > a {
            color: #da5527; }
        .header .header__nav > ul > li > a {
          display: block;
          line-height: 22px;
          padding: 6px 12px; }
    .header .header__nav .header__nav-hidden {
      margin-left: 100px;
      padding-top: 30px;
      top: 80px; }
  .header .header__right {
    padding-right: 36px;
    padding-top: 20px; }
    .header .header__right .header__buttons {
      margin-right: 20px; }
    .header .header__right a.header__order {
      font-size: 12px;
      margin-right: 20px;
      padding: 12px 15px 16px 50px; }
  .atm > .logo-container {
    display: block !important; } }

@media (min-width: 1550px) {
  .header .header__nav > ul {
    padding-left: 360px; }
    .header .header__nav > ul .header__nav-hidden {
      margin-left: 360px; } }

@media (max-width: 1549px) {
  .header .header__nav {
    text-align: right; } }

@media (max-width: 1366px) {
  .header {
    padding-top: 20px;
    padding-bottom: 20px; }
    .header .header__nav {
      text-align: left; }
  .home-what .home-what__list .home-what__item .home-what__item-title {
    font-size: 36px; } }

@media (max-width: 1024px) {
  .header .logo-container {
    padding-left: 10px; }
  .atm {
    height: 80vh;
    max-height: 500px; }
    .atm .container > .hight-light h1 {
      font-size: 60px; }
  .home-what .home-what__list .home-what__item > a {
    padding-bottom: 30px;
    padding-left: 110px;
    padding-top: 30px;
    position: relative; }
    .home-what .home-what__list .home-what__item > a br {
      display: none; }
    .home-what .home-what__list .home-what__item > a .home-what__item-title {
      text-align: left; }
    .home-what .home-what__list .home-what__item > a .home-what__item-pic {
      position: relative;
      top: 50%;
      transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      bottom: auto;
      height: 50px;
      left: 20px;
      position: absolute;
      top: 50% !important; }
  .home-slides .home-slides__list {
    height: 40vw; }
    .home-slides .home-slides__list .home-slides__item .btn {
      bottom: 50px; }
    .home-slides .home-slides__list .home-slides__pagination {
      bottom: 15px; }
  .home-why .home-why__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    flex-direction: row; }
    .home-why .home-why__list .home-why__item {
      -ms-flex: none;
      flex: none;
      width: 50%; }
  .footer .footer-middle .col:nth-child(3) {
    -ms-flex: 100%;
    flex: 100%; }
  .footer .footer-bot > .row {
    display: block;
    margin-bottom: 0;
    text-align: center; } }

@media (max-width: 480px) {
  .home-slides .home-slides__list {
    height: 60vw; } }

@media (min-width: 1540px) {
  .template-default .header .logo-container .header__logo, .template-contact .header .logo-container .header__logo, .template-contact-new .header .logo-container .header__logo {
    background: url("/img/mobile-logo.png") no-repeat center;
    width: 240px;
    height: 63px; } }

@media (min-width: 1900px) {
  .template-default .header .logo-container, .template-contact .header .logo-container, .template-contact-new .header .logo-container {
    left: 10%; } }

@media (min-width: 2500px) {
  .template-default .header .logo-container, .template-contact .header .logo-container, .template-contact-new .header .logo-container {
    left: 15%; } }

.services {
  padding: 25px 0 50px 0; }

.services__list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  column-gap: 3rem;
  row-gap: 1.5rem; }
  @media (min-width: 48rem) {
    .services__list {
      grid-template-columns: repeat(2, 1fr);
      row-gap: 2.5rem; } }
  @media (min-width: 62rem) {
    .services__list {
      grid-template-columns: repeat(3, 1fr);
      row-gap: 2.5rem; } }

.services__item {
  width: 100%;
  height: 190px;
  border-radius: 20px;
  padding: 38px 30px 0 30px;
  color: #da5527 !important;
  text-decoration: none !important;
  font-family: "Ludicrous-Stencil", serif;
  font-size: 37px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 1.81px; }
  .services__item:hover {
    background-color: #da5527 !important;
    color: white !important; }

.service_contacts p {
  margin-bottom: 5px !important; }

.st-content {
  padding-top: 2rem;
  padding-bottom: 350px;
  background-image: url("/img/video-content.png");
  background-repeat: no-repeat;
  background-position: center bottom -200px;
  background-size: 1800px auto;
  position: relative; }
  @media (min-width: 48rem) {
    .st-content {
      padding-bottom: 570px; } }
  @media (min-width: 112.5rem) {
    .st-content {
      background-size: 100% auto; } }

.st__video {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  position: relative;
  padding: 2rem 0 1rem; }
  .st__video .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap; }
    .st__video .container > div {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-flow: column wrap;
      flex-flow: column wrap; }
      @media (min-width: 62rem) {
        .st__video .container > div {
          -ms-flex: 0 0 50%;
          flex: 0 0 50%; } }

.st__img-wrapper {
  position: relative;
  min-height: 200px; }
  .st__img-wrapper-mask {
    position: absolute;
    z-index: 1;
    top: -1px;
    right: 0;
    width: 100%; }
  @media (min-width: 73.125rem) {
    .st__img-wrapper {
      position: relative; } }

.st__video-button {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  cursor: pointer;
  display: block;
  background: #da5527;
  fill: white;
  border-radius: 99rem;
  padding: 1rem; }
  @media (min-width: 48rem) {
    .st__video-button {
      width: 180px;
      height: 180px; } }
  .st__video-button:hover {
    background: #843317; }

.st__play-icon {
  width: 100%;
  height: 100%;
  fill: #fff;
  transition: 0.3s ease-out fill 0.5s ease-in;
  -o-transition: 0.3s ease-out fill 0.5s ease-in;
  -ms-transition: 0.3s ease-out fill 0.5s ease-in;
  -moz-transition: 0.3s ease-out fill 0.5s ease-in;
  -webkit-transition: 0.3s ease-out fill 0.5s ease-in; }
  .st__play-icon:hover {
    fill: #fff;
    opacity: 1; }

.st__video-content {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  background-color: #da5527;
  border-radius: 40px;
  background-image: url("/img/video-content.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  padding: 1rem;
  margin: 1rem auto; }
  .st__video-content p {
    font-size: .8rem;
    line-height: 1.5; }
  @media (min-width: 48rem) {
    .st__video-content {
      padding: 3rem 4rem;
      background-color: transparent;
      border-radius: 0;
      width: 50%;
      max-width: 600px;
      min-height: 400px;
      margin: 4rem auto 3rem; }
      .st__video-content p {
        font-size: .9rem; } }
  @media (min-width: 73.125rem) {
    .st__video-content {
      min-height: 500px;
      margin: 6rem auto 5rem;
      padding: 3rem 3rem; }
      .st__video-content p {
        font-size: 1rem; } }

.st__video-title {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: -0.7px;
  margin: 1rem 0; }
  @media (min-width: 48rem) {
    .st__video-title {
      margin: 0 0 1rem;
      font-size: 1.5rem; } }
  @media (min-width: 48rem) {
    .st__video-title {
      margin: 0 0 1.5rem;
      font-size: 2rem; } }

.st__video-desc {
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  letter-spacing: 0.6px;
  color: #fff; }

.st__text {
  margin-top: 1rem;
  background: none;
  padding-bottom: 2rem; }
  @media (min-width: 28.75rem) {
    .st__text {
      margin-top: 3rem;
      padding-bottom: 6rem; } }
  @media (min-width: 112.5rem) {
    .st__text {
      background-size: 100% auto; } }
  .st__text-title {
    color: #484848;
    font-weight: 700;
    font-size: 30px;
    letter-spacing: -1px;
    margin-bottom: 0; }
    @media (min-width: 48rem) {
      .st__text-title {
        margin-bottom: 35px; } }
    @media (min-width: 73.125rem) {
      .st__text-title {
        font-size: 40px;
        margin-bottom: 56px; } }
  .st__text p {
    color: #333333;
    font-size: 16px;
    font-weight: 300;
    line-height: 31px;
    letter-spacing: 0.63px; }
    .st__text p:not(:last-child) {
      margin-bottom: 31px; }
    @media (min-width: 48rem) {
      .st__text p {
        font-size: 18px; } }
  .st__text:last-child {
    background: none; }

.st__text--left:last-child {
  background: none; }

.in-between-text {
  word-break: break-word;
  padding: 2rem 1rem;
  font-size: 1rem; }
  @media (min-width: 62rem) {
    .in-between-text {
      font-size: 1.25rem;
      padding: 3rem 0; } }

.news {
  padding-bottom: 30px;
  padding-top: 10px;
  position: relative;
  margin-top: 0.75rem;
  margin-bottom: 2.25rem; }
  .news .container {
    position: relative; }
  .news-left-bird {
    position: absolute;
    top: 10px;
    left: -232px;
    z-index: -999999; }
  .news-dots {
    position: absolute;
    top: 1150px;
    right: 0;
    z-index: -999999; }

.news-filters {
  border-radius: 18px;
  padding: 40px 50px;
  margin-bottom: 35px;
  background: url("/img/news/news-dots-in-filter.png") #f7efe1 no-repeat;
  background-position: right 30px center;
  position: relative;
  z-index: 2; }

.news-filters__form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .news-filters__form select {
    height: 45px;
    border-radius: 12px;
    background: #ffffff url("/img/icon-select.png") no-repeat right 25px center;
    font-family: "Lato", sans-serif;
    font-size: 14px;
    font-weight: 600;
    border: 0;
    text-transform: uppercase;
    padding: 0 30px;
    -webkit-appearance: none;
    cursor: pointer; }
    .news-filters__form select:nth-child(1) {
      -ms-flex-preferred-size: 31%;
      flex-basis: 31%;
      max-width: 334px; }
    .news-filters__form select:nth-child(2) {
      -ms-flex-preferred-size: 42%;
      flex-basis: 42%;
      max-width: 454px; }
    .news-filters__form select::-ms-expand {
      display: none; }
  .news-filters__form button {
    -ms-flex-preferred-size: 22%;
    flex-basis: 22%;
    background-color: #2b2b2b;
    text-align: center;
    text-transform: uppercase;
    border: 0;
    border-radius: 12px;
    height: 45px;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #fff; }

.news-large {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 30px; }

.news-large__item {
  display: -ms-flexbox;
  display: flex;
  background: #da5527;
  border-top-left-radius: 18px;
  border-bottom-left-radius: 18px;
  overflow: hidden; }
  .news-large__item:not(:last-child) {
    margin-bottom: 40px; }
  .news-large__item:hover {
    background-color: #2b2b2b; }
    .news-large__item:hover .news-large__item-content {
      background-color: #2b2b2b; }

.news-large__item-content {
  -ms-flex-preferred-size: 60%;
  flex-basis: 60%;
  padding: 30px 35px;
  background: #da5527 url("/img/news/item-icon.png") no-repeat right center;
  background-size: auto 100%; }

.news-large__item-date {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 400;
  color: #d3d3d3;
  letter-spacing: 0.09px; }

.news-large__item-title {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.25;
  color: #ffffff;
  letter-spacing: 0.13px;
  position: relative; }
  .news-large__item-title::after {
    content: '';
    display: block;
    width: 480px;
    height: 6px;
    background: url("/img/news/icon-news-title.png") no-repeat center;
    background-size: cover;
    margin-top: 12px;
    margin-bottom: 20px; }

.news-large__item-desc {
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
  color: #ffffff;
  letter-spacing: 0.59px; }

.news-large__item-pic {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%; }

.news-small {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 30px; }
  .news-small .news-small__item:nth-of-type(3n), .news-small .news-small__item:last-child {
    margin-right: 0px; }

.news-small__item {
  background-color: #da5527;
  border-bottom-right-radius: 18px;
  border-bottom-left-radius: 18px;
  width: calc((100%/3) - 15px);
  margin-right: 22px;
  z-index: 2; }
  .news-small__item:hover {
    background-color: #2b2b2b; }
  .news-small__item.nohover:hover {
    background-color: #da5527; }

.news-small__item-pic {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 280px; }

.news-small__item-title {
  padding: 20px 30px 50px 30px;
  font-size: 26px;
  font-weight: 700;
  color: #fff;
  line-height: 1.25; }

.news-small__item-date {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 400;
  color: #d3d3d3;
  letter-spacing: 0.09px; }

.news-small__item-date-small {
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  letter-spacing: 0.09px;
  padding-bottom: 2px;
  padding-top: 2px; }

.news-small__item-location-small {
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  letter-spacing: 0.09px; }

.news-small__item--info-container {
  min-height: 6.6rem; }

.news__button {
  text-align: center;
  margin-top: 35px; }
  .news__button a {
    margin: 0 auto; }

.chunk-hidden {
  display: none; }

.events {
  padding-bottom: 30px;
  padding-top: 10px;
  position: relative; }
  .events .container {
    position: relative; }
  .events-left-bird {
    position: absolute;
    top: 10px;
    left: -232px;
    z-index: -999999; }
  .events-dots {
    position: absolute;
    top: 1150px;
    right: 0;
    z-index: -999999; }

.events-filters {
  border-radius: 18px;
  padding: 40px 50px;
  margin-bottom: 35px;
  background: url("/img/news/news-dots-in-filter.png") #f7efe1 no-repeat;
  background-position: right 30px center; }

.news-events-large {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 30px; }

.events-large__item {
  display: -ms-flexbox;
  display: flex;
  background: #da5527;
  border-top-right-radius: 18px;
  border-bottom-right-radius: 18px;
  overflow: hidden; }
  .events-large__item:not(:last-child) {
    margin-bottom: 40px; }

.events-large__item-content {
  -ms-flex-preferred-size: 60%;
  flex-basis: 60%;
  padding: 30px 35px;
  background: #da5527 url("/img/news/item-icon.png") no-repeat right center;
  background-size: auto 100%; }

.events-large__item-date, .events-large__item-location {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 400;
  color: white;
  letter-spacing: 0.09px;
  font-weight: bold; }

.events-large__item-info::after {
  content: '';
  display: block;
  width: 480px;
  height: 6px;
  background: url("/img/news/icon-news-title.png") no-repeat center;
  background-size: cover;
  margin-top: 20px;
  margin-bottom: 20px; }

.events-large__item-title {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.25;
  color: #ffffff;
  letter-spacing: 0.13px;
  position: relative;
  margin-bottom: 15px; }

.events-large__item-desc {
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
  color: #ffffff;
  letter-spacing: 0.59px;
  margin-bottom: 20px; }

.events-large__item-pic, .events-large__item-pic-mobile {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%; }

.events-large__item-pic-mobile {
  display: none;
  height: 400px; }

.events-small {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 30px; }
  .events-small .events-small__item:nth-of-type(3n), .events-small .events-small__item:last-child {
    margin-right: 0px; }

.events-small__item {
  background-color: #da5527;
  border-bottom-right-radius: 18px;
  border-bottom-left-radius: 18px;
  width: calc((100%/3) - 15px);
  margin-right: 22px;
  z-index: 2; }
  .events-small__item:hover {
    background-color: #2b2b2b; }

.events-small__item-pic {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 280px; }

.events-small__item-title {
  padding: 20px 30px 50px 30px;
  font-size: 26px;
  font-weight: 700;
  color: #fff;
  line-height: 1.25; }

.events__button {
  text-align: center;
  margin-top: 35px; }
  .events__button a {
    margin: 0 auto; }

.chunk-hidden {
  display: none; }

.shop {
  padding-bottom: 30px;
  padding-top: 30px;
  position: relative; }
  .shop .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .shop-dots {
    position: absolute;
    right: 0;
    top: 25%; }
  .shop-dots-patterns {
    position: absolute;
    left: 0;
    bottom: -41px; }

.shop-sidebar {
  -ms-flex: 0 1 300px;
  flex: 0 1 300px;
  padding-right: 60px; }
  .shop-sidebar-bird {
    margin-top: 30px;
    margin-left: -30px; }

.shop-sidebar__title {
  color: #2b2b2b;
  font-family: "Ludicrous-Stencil", serif;
  font-size: 45px;
  font-weight: 400;
  letter-spacing: 2.04px;
  margin-bottom: 25px;
  width: 300px; }

.shop-sidebar__cats li {
  position: relative;
  margin-bottom: 15px;
  padding-left: 2px; }
  .shop-sidebar__cats li:before {
    content: '';
    padding-left: -2px;
    width: 238px;
    height: 4px;
    display: block;
    margin-bottom: 15px;
    background: url("/img/shop/icon-category.png") no-repeat center;
    background-size: cover; }
  .shop-sidebar__cats li a {
    color: #2b2b2b;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.75px;
    width: 100%;
    display: block;
    border-radius: 5px;
    padding: 5px 10px; }
    .shop-sidebar__cats li a.active {
      background-color: #f7a824; }

.shop-content {
  width: 100%; }

.shop__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -60px; }

.shop__item {
  width: calc( (100% - 40px)/3);
  margin-bottom: 60px; }

.shop__item-pic {
  width: 100%;
  padding-bottom: 90%;
  border-radius: 20px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 20px; }

.shop__item-title {
  font-size: 20px;
  color: #413d4b;
  font-weight: 700;
  margin-bottom: 5px; }

.shop__item-price {
  color: #da5527;
  font-size: 24px;
  font-weight: 400; }

.shop__pagination {
  margin-top: 30px;
  text-align: right;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end; }
  .shop__pagination a {
    border-radius: 4px;
    border: 1px solid #b8b8b8;
    background-color: #fff;
    font-size: 14px;
    color: #231f20;
    height: 29px;
    width: 29px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 700; }
    .shop__pagination a:not(:last-child) {
      margin-right: 10px; }
  .shop__pagination a.current {
    background-color: #383838;
    color: #fff; }
  .shop__pagination a.arrow {
    color: #777777;
    position: relative; }
    .shop__pagination a.arrow.left::before {
      content: "";
      position: absolute;
      width: 14px;
      height: 14px;
      background-image: url("/img/svg/icon-left-arrow.svg");
      background-size: cover;
      left: 6px;
      top: 6px; }
    .shop__pagination a.arrow.right::before {
      content: "";
      position: absolute;
      width: 14px;
      height: 14px;
      background-image: url("/img/svg/icon-right-arrow.svg");
      background-size: cover;
      left: 6px;
      top: 6px; }

.line__item {
  margin-bottom: 20px;
  overflow: hidden;
  backface-visibility: visible;
  min-height: 65px;
  position: relative;
  opacity: 1;
  transition: opacity 0.2s ease-in-out; }

.line__item-image {
  width: 65px;
  height: 65px;
  border-radius: 3px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #e5e5e5;
  position: absolute; }
  .line__item-image img {
    max-width: 100%; }

.line__item-content {
  width: 100%;
  padding-left: 75px; }
  .line__item-content-row {
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
    position: relative; }

.line__item-title {
  float: right;
  font-weight: bold;
  font-size: 11px;
  line-height: 17px;
  color: #767676;
  max-width: 540px; }

.line__item-price {
  line-height: 23px;
  float: right;
  font-weight: bold;
  font-size: 15px;
  margin-right: 40px; }

.line__item-quantity {
  padding: 10px 60px 10px 35px;
  border: 1px solid #CCCCCC;
  border-radius: 5px;
  font-size: 25px;
  color: #424242;
  position: relative; }

.product__details {
  display: block;
  width: 100%; }

.product__details-pic, .product__details-info {
  float: left;
  display: block;
  display: inline-block; }

.product__details-pic {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  max-width: 500px;
  width: 45%;
  padding: 0 50px 0 0; }
  .product__details-pic img {
    width: 100%;
    height: auto;
    border-radius: 20px; }

.product__details-info {
  width: 55%;
  padding: 15px 0px 30px 50px; }
  .product__details-info h3, .product__details-info legend {
    color: #424242;
    font-size: 45px;
    font-weight: 400;
    letter-spacing: 1.43px;
    font-family: "Ludicrous-Stencil", serif;
    text-align: left; }

.product__details-price-original {
  color: #8b8b8b;
  text-decoration: line-through; }

.product__details-price-now {
  margin-right: 30px; }

.product__details-sizes {
  font-size: 25px;
  margin-top: 45px;
  margin-bottom: 15px; }
  .product__details-sizes label, .product__details-sizes select {
    display: block;
    width: 100%;
    margin: 15px 0px; }
  .product__details-sizes select {
    border-radius: 12px;
    height: 60px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    line-height: 58px;
    border: 1px solid #c8c8c8;
    padding-left: 22px;
    padding-right: 22px;
    font-family: "Source Sans Pro", Arial, sans-serif;
    font-size: 25px;
    font-weight: 400;
    position: relative;
    background-image: url(/img/icon-select.png);
    background-repeat: no-repeat;
    background-size: 26px;
    background-position: right 36px center;
    background-color: #fff; }

.product__details-add-to-cart {
  position: relative;
  margin: 15px 0px; }
  .product__details-add-to-cart input, .product__details-add-to-cart button {
    font-size: 25px;
    height: 60px;
    text-align: center; }
  .product__details-add-to-cart input {
    border: 1px solid #c8c8c8;
    border-right: 0;
    border-radius: 12px 0 0 12px;
    max-width: 120px;
    padding: 15px 22px; }
  .product__details-add-to-cart button {
    border-radius: 0 12px 12px 0;
    padding: 13px 80px;
    background-color: #da5527;
    color: white; }
    .product__details-add-to-cart button:disabled {
      background-color: #d0ada0; }

.product__details-description {
  margin: 45px 0px;
  font-size: 18px; }
  .product__details-description ul {
    margin-left: 30px; }
  .product__details-description ul li {
    list-style-type: disc; }

.back-link {
  font-size: 18px;
  font-weight: bold;
  color: #424242; }

.num_products_selected {
  position: absolute;
  display: block;
  text-align: center;
  font-size: 30px;
  color: white;
  top: -92px;
  background-color: #4eeb56;
  border-radius: 50%;
  padding: 30px;
  animation-duration: 2s; }

.hidden {
  display: none; }

.cart {
  width: 100%;
  display: block; }
  .cart h3, .cart legend {
    text-align: left; }

.cart__details {
  margin-bottom: 30px;
  width: 100%; }
  .cart__details .line__item-title, .cart__details td {
    color: #424242; }
  .cart__details tr {
    width: 100%;
    border-bottom: 1px solid #cccccc; }
  .cart__details th {
    background-color: white;
    color: #424242;
    padding: 15px 20px; }
  .cart__details th:nth-of-type(1) {
    width: 60%;
    max-width: 720px; }
  .cart__details th:nth-of-type(2) {
    width: 25%; }
  .cart__details th:nth-of-type(3) {
    width: 15%; }
  .cart__details td {
    padding: 30px 20px;
    border: 0; }
    .cart__details td.line__item-image-title {
      -ms-flex: 0 1 60%;
      flex: 0 1 60%; }
      .cart__details td.line__item-image-title .line__item-title {
        -ms-flex: 1;
        flex: 1; }
    .cart__details td.quantity, .cart__details td.price {
      vertical-align: middle; }
    .cart__details td.quantity {
      -ms-flex: 0 1 25%;
      flex: 0 1 25%; }
    .cart__details td.price {
      -ms-flex: 0 1 15%;
      flex: 0 1 15%;
      font-size: 25px; }
  .cart__details .line__item-image-title-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center; }
    .cart__details .line__item-image-title-wrapper img {
      width: 140px;
      border-radius: 10px; }
    .cart__details .line__item-image-title-wrapper > p {
      font-size: 25px;
      padding-left: 48px;
      line-height: 30px; }
  .cart__details .line__item-quantity-decrease, .cart__details .line__item-quantity-increase {
    position: absolute;
    right: 0px; }
    .cart__details .line__item-quantity-decrease svg, .cart__details .line__item-quantity-increase svg {
      width: 10px; }
  .cart__details .line__item-quantity-decrease {
    bottom: 0px;
    padding: 0px 16px 3px 16px;
    border-left: 1px solid #cccccc; }
  .cart__details .line__item-quantity-increase {
    top: 0px;
    padding: 3px 16px 0 16px;
    border-left: 1px solid #cccccc; }
  .cart__details .remove {
    margin-left: 25px; }
    .cart__details .remove:hover {
      cursor: pointer; }

.cart__summary td {
  border: 0; }
  .cart__summary td.blank {
    width: 60%; }
  .cart__summary td.title {
    width: 25%; }
  .cart__summary td.cost {
    width: 15%;
    font-size: 25px; }
  .cart__summary td.checkout-btn {
    padding-top: 35px; }

.cart__summary .cart__checkout-button {
  text-transform: capitalize;
  font-size: 25px;
  width: 100%;
  display: block; }

.donate {
  padding: 30px 0 45px 0;
  position: relative; }

.donate-dots-bg-wrapper {
  position: absolute;
  left: 0;
  bottom: 300px;
  width: 252px;
  height: 424px;
  background: url("/img/donate/dots-with-pattern.png") no-repeat;
  background-size: contain;
  background-position: left; }

.donate-large-bird {
  position: absolute;
  right: 50px;
  bottom: 230px; }

.donate-small-bird {
  position: absolute;
  right: -100px;
  bottom: 48%; }

.donate-form {
  position: relative;
  border-radius: 18px;
  background-color: #f7efe1;
  padding: 45px; }
  .donate-form .input-group {
    width: 100%;
    max-width: 556px;
    margin-bottom: 30px; }
    .donate-form .input-group label {
      margin-bottom: 10px;
      font-weight: 700;
      font-family: "Lato", sans-serif;
      color: #413d4b;
      font-size: 20px;
      letter-spacing: 1px;
      display: block;
      float: none; }
  .donate-form input[name=donation_amount] {
    display: none; }
  .donate-form input[type=text], .donate-form input[type=email], .donate-form input[type=number] {
    width: 100%;
    background: #fff;
    border: 0;
    height: 52px;
    border-radius: 12px;
    padding: 0 20px;
    font-size: 16px;
    font-family: "Lato", sans-serif; }
  .donate-form .donate__amount-item--other.selected input {
    color: #080707; }
  .donate-form .box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center; }
    .donate-form .box:not(:last-child) {
      margin-bottom: 15px; }
    .donate-form .box input[type=radio] {
      min-width: 24px;
      height: 24px;
      background: #fff;
      border-radius: 50%;
      cursor: pointer; }
    .donate-form .box input[type=checkbox] {
      min-width: 24px;
      height: 24px;
      background: #fff;
      border-radius: 7px;
      cursor: pointer; }
    .donate-form .box input[type=checkbox]:checked, .donate-form .box input[type=radio]:checked {
      background: #fff url("/img/icon-checked.png") no-repeat center; }
    .donate-form .box label {
      width: auto;
      margin: 0 0 0 10px;
      cursor: pointer; }
  .donate-form button {
    border: 0;
    border-radius: 20px;
    background: #f7a824 url("/img/svg/icon-donate.svg") no-repeat center top 18px;
    background-size: 63px 48px;
    padding: 80px 40px 20px 40px;
    font-family: "Ludicrous-Stencil", serif;
    color: #fff;
    font-size: 45px;
    letter-spacing: 2.04px; }

.donate__title {
  margin-bottom: 20px;
  color: #da5527;
  font-family: "Ludicrous-Stencil", serif;
  font-size: 70px;
  letter-spacing: 3.17px; }

.donate__desc {
  margin-bottom: 50px;
  color: #413d4b;
  font-size: 16px;
  line-height: 1.35;
  letter-spacing: 0.16px; }

.donate__subtitle {
  margin-bottom: 20px;
  font-family: "Ludicrous-Stencil", serif;
  letter-spacing: 2.04px;
  font-size: 45px; }

.donate__amount-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 25px; }

.donate__amount-item {
  width: calc( (100% - 100px) / 5);
  height: 85px;
  background-color: #f7a824;
  border-radius: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "Ludicrous-Stencil", serif;
  font-size: 45px;
  line-height: 1;
  color: #fff;
  cursor: pointer; }
  .donate__amount-item.selected {
    background-color: #8dc63f; }
  .donate__amount-item--other {
    background-color: #fff;
    color: #231f20; }
    .donate__amount-item--other :-ms-input-placeholder {
      color: #231f20; }
    .donate__amount-item--other ::placeholder {
      color: #231f20; }
    .donate__amount-item--other input[type=number] {
      width: 63%;
      margin-left: 10px;
      border-radius: 0;
      border: 0;
      font-size: 45px;
      font-family: "Ludicrous-Stencil", serif;
      color: #231f20;
      text-transform: uppercase;
      font-weight: 700;
      background-color: transparent;
      padding-left: 0;
      padding-right: 0; }

.donate__label {
  margin-bottom: 35px;
  font-weight: 700;
  font-size: 16px;
  color: #413d4b; }

.payment__methods {
  margin-bottom: 20px; }
  .payment__methods .payment__method-button {
    width: 49%;
    background-color: #f7a824;
    border-radius: 5px;
    -ms-flex-align: center;
    align-items: center;
    height: 80px;
    line-height: 1;
    color: #fff;
    cursor: pointer;
    text-align: center;
    padding-top: 20px; }
    .payment__methods .payment__method-button:hover {
      cursor: pointer; }
    .payment__methods .payment__method-button.selected {
      background-color: #8dc63f; }
    .payment__methods .payment__method-button b {
      font-size: 23px; }
    .payment__methods .payment__method-button .payment__method {
      display: none; }
    .payment__methods .payment__method-button:first-child {
      float: left; }
    .payment__methods .payment__method-button:nth-child(3) {
      float: right; }
  .payment__methods #payment__method-paypal {
    padding-top: 12px; }

.payment__details-wrapper {
  max-width: 700px;
  margin: 0 auto;
  text-align: center; }
  .payment__details-wrapper .credit__card_details-name {
    max-width: 700px; }
  .payment__details-wrapper label {
    background: #f7a824;
    padding: 20px;
    border-radius: 5px 5px 0px 0px;
    margin-bottom: 0px !important;
    color: white !important;
    text-align: left; }
  .payment__details-wrapper input {
    border-radius: 0 0 5px 5px !important; }
  .payment__details-wrapper .credit__card_details-section-2 .input-group {
    float: left;
    margin-right: 15px; }
    .payment__details-wrapper .credit__card_details-section-2 .input-group:last-child {
      margin-right: 0px; }
  .payment__details-wrapper .credit__card_details-section-2 .credit__card_details-expiry-date {
    width: 30%; }
  .payment__details-wrapper .credit__card_details-section-2 .credit__card_details-cvv {
    width: 16%; }
  .payment__details-wrapper .credit__card_details-section-2 .credit__card_details-number {
    width: 49%; }
  .payment__details-wrapper #donform__btn--donate {
    background: #f7a824;
    padding: 25px 20px;
    width: 100%;
    margin-top: 30px; }
  .payment__details-wrapper.campaign {
    margin-top: 30px; }

.donate__summary {
  max-width: 700px;
  margin: 0 auto; }
  .donate__summary-header {
    margin-bottom: 15px;
    font-size: 30px;
    text-align: left;
    font-family: "Lato", sans-serif; }
  .donate__summary dl {
    font-size: 20px; }
  .donate__summary dt {
    font-weight: bold;
    margin-bottom: 5px; }
  .donate__summary dd {
    margin-bottom: 20px; }
  .donate__summary hr {
    height: 1px;
    border: 0;
    border-top: 0.0625rem solid #999;
    margin: 15px 0; }
  .donate__summary.campaign {
    margin-top: 30px; }

.donate__action-buttons {
  margin-top: 30px; }
  .donate__action-buttons .donform__tab {
    width: 48%;
    float: left;
    background: #f7a824;
    padding: 25px 20px;
    color: white;
    border-radius: 20px;
    font-size: 45px;
    font-family: "Ludicrous-Stencil", serif;
    font-weight: bold;
    text-align: center;
    line-height: 45px; }
    .donate__action-buttons .donform__tab.selected {
      background-color: #8dc63f; }
      .donate__action-buttons .donform__tab.selected:hover {
        background-color: #80b636; }
    .donate__action-buttons .donform__tab:first-child {
      margin-right: 15px; }
    .donate__action-buttons .donform__tab:hover {
      cursor: pointer; }

.donate-thankyou a {
  text-decoration: none !important; }

.camp-content {
  margin-bottom: 70px;
  background: url("/img/campaign/dots.png") no-repeat;
  background-size: initial;
  background-position: right center; }
  .camp-content p {
    text-align: center;
    font-size: 18px;
    line-height: 1.35;
    color: #413d4b;
    letter-spacing: 0.18px; }

.camp-story {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  position: relative; }
  .camp-story::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 3vw;
    background: url("/img/campaign/story-shape-top.png") no-repeat center;
    background-size: cover; }
  .camp-story::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4vw;
    background: url("/img/campaign/story-shape-bottom.png") no-repeat center;
    background-size: cover; }

.camp-story__pic {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.camp-story__right {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  background-color: #f7efe1; }

.camp-story__content {
  width: 70%;
  padding-left: 60px;
  padding-top: 140px;
  padding-bottom: 140px; }
  .camp-story__content h3, .camp-story__content legend {
    text-align: left; }
  .camp-story__content p {
    font-size: 18px;
    line-height: 1.35;
    color: #413d4b;
    letter-spacing: 0.18px; }

.camp-donate {
  position: relative;
  margin-bottom: 120px; }
  .camp-donate .container {
    max-width: 1060px; }
  .camp-donate .donate-text-content {
    margin-bottom: 50px; }
  .camp-donate p {
    text-align: center;
    font-size: 18px;
    line-height: 1.35;
    color: #413d4b;
    letter-spacing: 0.18px; }
  .camp-donate .donate__amount-item--other {
    border: 1px solid #cfcfcf; }
  .camp-donate .donate-form {
    background-color: transparent;
    padding: 0; }
    .camp-donate .donate-form .input-group input[type=text], .camp-donate .donate-form .input-group input[type=email], .camp-donate .donate-form .input-group input[type=number] {
      border: 1px solid #cfcfcf; }
  .camp-donate-left-bg-wrapper {
    position: absolute;
    left: 0;
    bottom: 100px;
    width: 216px;
    height: 330px;
    background: url("/img/campaign/dots-with-pattern.png") no-repeat;
    background-size: contain;
    background-position: left; }
  .camp-donate-right-bg-wrapper {
    position: absolute;
    right: 100px;
    bottom: 100px;
    width: 354px;
    height: 324px;
    background: url("/img/campaign/two-birds.png") no-repeat;
    background-size: initial;
    background-position: left; }

.contact-locations {
  margin-bottom: 60px; }
  .contact-locations h3, .contact-locations legend {
    text-align: left; }

.contact-locations .container {
  background: url("/img/contact/two-birds.png") no-repeat;
  background-size: initial;
  background-position: right 50px bottom 50px; }

.contact-touch .large-dots-wrapper {
  position: absolute;
  bottom: -3vw;
  right: 0;
  width: 606px;
  height: 1000px;
  background: url("/img/contact/large-dots-with-pattern.png") no-repeat;
  background-size: initial;
  background-position: right bottom; }

.contact-locations__box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.contact-locations__list {
  width: calc( (100% - 50px) / 2); }

.contact-locations__item {
  height: 61px;
  overflow: hidden;
  margin-bottom: 10px; }
  .contact-locations__item.active {
    height: auto;
    margin-bottom: 0; }
    .contact-locations__item.active .contact-locations__item-title .down {
      transform: rotate(-180deg) translate(0, -50%);
      top: 0%; }

.contact-locations__item-title {
  border-radius: 12px;
  background-color: #da5527;
  padding: 18px 40px;
  font-size: 25px;
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.25px;
  position: relative;
  z-index: 2;
  cursor: pointer; }
  .contact-locations__item-title .down {
    position: absolute;
    font-size: 32px;
    top: 50%;
    right: 40px;
    transform: translate(0, -50%); }

.contact-locations__item-content {
  background-color: #f7efe1;
  position: relative;
  top: -10px;
  padding: 50px 45px 40px 45px;
  border-radius: 0 0 20px 20px; }
  .contact-locations__item-content .row {
    font-size: 18px;
    line-height: 1.35;
    color: #2a2a2a;
    font-weight: 700;
    padding-left: 47px;
    background-position: left center;
    background-repeat: no-repeat; }
    .contact-locations__item-content .row:not(:last-child) {
      margin-bottom: 30px; }
  .contact-locations__item-content .row--location {
    background-size: 26px 33px;
    background-image: url("/img/svg/icon-location.svg");
    background-size: 26px 33px; }
  .contact-locations__item-content .row--address {
    background-size: 33px 32px;
    background-image: url("/img/svg/icon-house.svg");
    background-size: 33px 32px; }
  .contact-locations__item-content .row--phone {
    background-size: 31px 28px;
    background-image: url("/img/svg/icon-phone.svg");
    background-size: 31px 28px;
    line-height: 2em; }
    .contact-locations__item-content .row--phone a {
      color: #2a2a2a; }
  .contact-locations__item-content .row--fax {
    background-image: url("/img/svg/icon-fax.svg");
    background-size: contain;
    line-height: 2em; }
  .contact-locations__item-content .row--mail {
    background-size: 31px 23px;
    background-image: url("/img/svg/icon-mail.svg");
    background-size: 31px 23px;
    line-height: 2em; }
    .contact-locations__item-content .row--mail a {
      color: #2a2a2a; }
  .contact-locations__item-content .row--link {
    background-size: 31px 23px;
    background-image: url("/img/svg/icon-link.svg");
    background-size: 31px 23px;
    line-height: 2em; }

.contact-locations__map {
  width: calc( (100% - 50px) / 2); }

.contact-locations__map-wrapper {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  background-color: orange; }

.contact-touch {
  margin-top: 10vw;
  background-color: #f7efe1;
  position: relative;
  margin-bottom: clamp(30px, 4vw, 80px);
  padding-bottom: 6vw;
  /* &::before {
        content: '';
        position: absolute;
        top: -8vw;
        left: 0;
        width: 100%;
        height: 8vw;
        background: url('/img/shape-top-yellow.png') no-repeat center;
        background-size: cover;
        z-index: 12;
    } */ }
  .contact-touch h3, .contact-touch legend {
    text-align: left; }
  .contact-touch > .container {
    padding-bottom: clamp(120px, 12vw, 260px); }

.contact-form .input-group {
  width: 100%;
  max-width: 556px;
  margin-bottom: 30px; }
  .contact-form .input-group label {
    margin-bottom: 10px;
    font-weight: 700;
    font-family: "Lato", sans-serif;
    color: #413d4b;
    font-size: 20px;
    letter-spacing: 1px;
    display: block; }

.contact-form input[type=text], .contact-form input[type=email], .contact-form textarea {
  width: 100%;
  background: #fff;
  border: 0;
  height: 52px;
  border-radius: 12px;
  padding: 0 20px;
  font-size: 16px;
  font-family: "Lato", sans-serif; }

.contact-form textarea {
  resize: none;
  height: 175px;
  padding-top: 10px;
  padding-bottom: 10px; }

.contact-touch__desc {
  font-size: 16px;
  color: #413d4b;
  letter-spacing: 0.8px;
  font-weight: 700;
  margin-bottom: 40px; }

.content-page {
  color: #404040;
  padding-bottom: 50px; }
  .content-page big {
    font-size: 28px;
    line-height: 1.35;
    letter-spacing: -0.28px;
    font-weight: 700;
    margin-bottom: 40px;
    display: block; }
  .content-page p {
    font-size: 17px;
    line-height: 27px;
    letter-spacing: 0.15px;
    margin-bottom: 25px;
    max-width: 50rem; }
    .content-page p img.left {
      float: left;
      padding: 30px 30px 30px 0px; }
    .content-page p img.right {
      float: right;
      padding: 30px 0px 30px 30px; }
    .content-page p img[style*="float:left"], .content-page p img[style*="float: left"] {
      padding: 30px 30px 30px 0px; }
    .content-page p img[style*="float:right"], .content-page p img[style*="float: right"] {
      padding: 30px 0px 30px 30px; }
    .content-page p img.centre, .content-page p img.center {
      display: block;
      margin-left: auto;
      margin-right: auto; }
    @media (max-width: 48rem) {
      .content-page p img.left {
        float: none;
        width: 100% !important;
        padding: 30px;
        margin: auto;
        height: auto !important; }
      .content-page p img.right {
        float: none;
        width: 100% !important;
        padding: 30px;
        margin: auto;
        height: auto !important; }
      .content-page p img.centre, .content-page p img.center {
        float: none;
        width: 100% !important;
        padding: 30px;
        margin: auto;
        height: auto !important; }
      .content-page p img[style*="float:left"], .content-page p img[style*="float: left"] {
        width: 100% !important;
        height: auto !important; }
      .content-page p img[style*="float:right"], .content-page p img[style*="float: right"] {
        width: 100% !important;
        height: auto !important; } }
  .content-page b {
    font-weight: 700; }
  .content-page a {
    color: #da5527;
    text-decoration: underline; }
  .content-page ul {
    margin-bottom: 40px;
    max-width: 880px; }
    .content-page ul li {
      position: relative;
      padding-left: 20px;
      font-size: 18px;
      line-height: 1.55; }
      .content-page ul li:not(:last-child) {
        margin-bottom: 10px; }
      .content-page ul li::before {
        content: '';
        position: absolute;
        left: 0;
        top: 15px;
        height: 5px;
        width: 5px;
        background-color: #4d4d4d;
        border-radius: 50%; }
  .content-page ol {
    list-style-type: decimal; }
    .content-page ol li {
      display: list-item;
      position: relative;
      font-size: 18px;
      line-height: 1.55; }
      .content-page ol li:not(:last-child) {
        margin-bottom: 10px; }
  .content-page li ol li::before {
    content: none; }
  .content-page a.video-preview {
    position: relative;
    display: block;
    width: 100%;
    padding-bottom: 46%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; }
    .content-page a.video-preview::before {
      content: '';
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      width: 127px;
      height: 123px;
      background: url("/img/icon-video-preview.png") no-repeat center;
      background-size: cover;
      z-index: 3; }
    .content-page a.video-preview::after {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      height: 100%;
      width: 100%;
      background: rgba(0, 0, 0, 0.1);
      z-index: 2; }
  .content-page .accordeon {
    height: 61px;
    overflow: hidden;
    margin-bottom: 30px; }
    .content-page .accordeon.active {
      height: auto;
      margin-bottom: 0; }
      .content-page .accordeon.active .accordeon__title .down {
        transform: rotate(-180deg) translate(0, -50%);
        top: 0%; }
    .content-page .accordeon__title {
      border-radius: 12px;
      background-color: #da5527;
      padding: 18px 40px;
      font-size: 25px;
      font-weight: 700;
      color: #fff;
      letter-spacing: -0.25px;
      position: relative;
      z-index: 2;
      cursor: pointer; }
      .content-page .accordeon__title .down {
        position: absolute;
        font-size: 32px;
        top: 50%;
        right: 40px;
        transform: translate(0, -50%); }
    .content-page .accordeon__content {
      background-color: #fff;
      position: relative;
      top: -10px;
      padding: 50px 45px 40px 45px;
      border-radius: 0 0 20px 20px;
      font-size: 18px;
      line-height: 1.35;
      color: #2a2a2a;
      font-weight: 700; }
    .content-page .accordeon.active .accordeon__content {
      background-color: #f7efe1; }
  .content-page .accordion dt a {
    display: block;
    border-radius: 12px;
    background-color: #da5527;
    padding: 18px 100px 18px 40px;
    margin-bottom: 30px;
    font-size: 25px;
    line-height: 32px;
    font-weight: 700;
    color: #fff;
    letter-spacing: -0.25px;
    text-decoration: none;
    position: relative;
    z-index: 2; }
    .content-page .accordion dt a .down {
      position: absolute;
      font-size: 32px;
      top: 50%;
      right: 40px;
      transform: translate(0, -50%); }
  .content-page .accordion dd {
    background-color: #f7efe1;
    position: relative;
    top: -40px;
    padding: 50px 45px 40px 45px;
    border-radius: 0 0 20px 20px;
    font-size: 18px;
    line-height: 1.35;
    color: #2a2a2a;
    font-weight: 700; }
  .content-page .document {
    padding: 40px 50px 40px 150px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    background: #f7efe1 url("/img/icon-document.png") no-repeat left 55px top 43px;
    border-radius: 20px;
    margin-bottom: 35px; }
    .content-page .document__content {
      width: 100%;
      padding-right: 100px; }
    .content-page .document__name {
      margin-bottom: 15px;
      font-size: 20px;
      font-weight: 700;
      letter-spacing: -0.2px; }
    .content-page .document__desc {
      font-size: 18px;
      line-height: 1.55;
      letter-spacing: 0.63px; }
    .content-page .document__link {
      color: #fff;
      text-decoration: none;
      min-width: 170px; }
  .content-page h2 {
    font-family: "Ludicrous-Stencil", serif;
    font-size: 36px;
    line-height: 40px;
    color: #404040;
    text-align: center; }
    @media (min-width: 62rem) {
      .content-page h2 {
        font-size: 45px;
        line-height: 55px;
        max-width: 66rem; } }

.main {
  position: relative; }

.main .top-left-pattern, .main .bottom-right-pattern {
  position: absolute;
  z-index: -999999; }

.main .top-left-pattern {
  top: 10%; }

.main .bottom-right-pattern {
  right: 0;
  bottom: 10%; }

.content-gallery {
  margin-top: 8vw;
  margin-bottom: 8vw;
  background-color: #f7efe1;
  position: relative; }
  .content-gallery::before {
    content: '';
    position: absolute;
    top: -8vw;
    left: 0;
    width: 100%;
    height: 8vw;
    background: url("/img/shape-top-yellow.png") no-repeat center;
    background-size: cover;
    z-index: 12; }
  .content-gallery::after {
    content: '';
    position: absolute;
    bottom: -5vw;
    left: 0;
    width: 100%;
    height: 5vw;
    background: url("/img/shape-bot-yellow.png") no-repeat center;
    background-size: cover;
    z-index: 12; }

.content-gallery__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.content-gallery__item {
  width: calc((100% - 18px) / 4);
  height: 19vw;
  background-position: center;
  background-size: cover; }

.footer {
  position: relative;
  background-color: #383838;
  padding-top: 27px;
  padding-bottom: 42px;
  margin-top: 4vw; }
  .footer::before {
    content: '';
    position: absolute;
    top: -4vw;
    left: 0;
    width: 100%;
    height: 4vw;
    background: url("/img/shape-footer-top.png") no-repeat center;
    background-size: cover;
    z-index: 11; }

.footer-bird {
  position: absolute;
  right: -190px;
  top: 70px;
  z-index: -999999; }

.footer-top {
  margin-bottom: 42px; }

.footer-top__title {
  margin-bottom: 17px;
  color: #ffffff;
  font-family: "Ludicrous-Stencil", serif;
  font-size: 30px;
  font-weight: 400; }

form.footer__form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  form.footer__form :-ms-input-placeholder {
    color: #231f20; }
  form.footer__form ::placeholder {
    color: #231f20; }
  form.footer__form input {
    background: #fff;
    height: 52px;
    border-radius: 12px;
    border: 0;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #000;
    letter-spacing: 0.15px;
    padding: 0 27px; }
    form.footer__form input:nth-child(1) {
      -ms-flex-preferred-size: 36%;
      flex-basis: 36%;
      min-height: 52px;
      max-width: 425px; }
    form.footer__form input:nth-child(2) {
      -ms-flex-preferred-size: 42%;
      flex-basis: 42%;
      max-width: 495px;
      min-height: 52px; }
  form.footer__form button {
    -ms-flex-preferred-size: 19%;
    flex-basis: 19%;
    min-width: 0%;
    height: 52px;
    border-radius: 12px;
    background-color: #da5527;
    border: 0;
    text-align: center;
    color: #ffffff;
    letter-spacing: 0.08px;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-weight: 400; }

.footer-middle {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 50px;
  position: relative; }
  .footer-middle .col:nth-child(1) {
    -ms-flex-preferred-size: 36%;
    flex-basis: 36%; }
  .footer-middle .col:nth-child(2) {
    -ms-flex-preferred-size: 42%;
    flex-basis: 42%; }
  .footer-middle .col:nth-child(3) {
    -ms-flex-preferred-size: 19%;
    flex-basis: 19%; }

.footer__logo {
  margin-bottom: 40px; }

.footer__address {
  color: #e9e9e9;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.37px; }

.footer__nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -25px; }
  .footer__nav li {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    margin-bottom: 25px; }
    .footer__nav li a {
      text-transform: uppercase;
      color: #fff;
      font-size: 14px;
      font-weight: 700;
      letter-spacing: 0.54px; }
      .footer__nav li a:hover {
        color: #da5527; }

.footer__socials {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center; }
  .footer__socials a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    background-color: #e9e9e9;
    color: #383838; }

.footer-bot .row:nth-child(1) {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 45px; }

.footer-bot .row:nth-child(2) {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.footer__desc {
  color: #949494;
  font-family: Lato;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.35px;
  margin-right: 30px; }

.footer__copy {
  color: #949494;
  font-family: Lato;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.35px;
  margin-right: 30px; }

.footer-bot__links {
  font-size: 0; }
  .footer-bot__links a {
    display: inline-block;
    vertical-align: middle;
    color: #949494;
    font-family: Lato;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.35px; }
    .footer-bot__links a:not(:last-child) {
      margin-right: 25px; }

.search-results h4 {
  font-size: 20px;
  padding-bottom: 10px;
  color: #4d4d4d; }

.search-results__item {
  padding: 20px; }

.search-results__summary {
  color: #4d4d4d;
  font-size: 18px; }

.floating-disclaimer {
  width: 100%;
  position: fixed;
  bottom: 0px;
  z-index: 1000; }
  .floating-disclaimer .container {
    background-color: #2b2b2b;
    color: white;
    padding: 15px 30px;
    position: relative;
    border-radius: 5px; }
    .floating-disclaimer .container p {
      font-size: 12px;
      margin: 0; }
      @media (min-width: 48rem) {
        .floating-disclaimer .container p {
          font-size: 20px; } }
    .floating-disclaimer .container a {
      color: #fff;
      text-decoration: underline; }
      .floating-disclaimer .container a:hover {
        text-decoration: none; }
    .floating-disclaimer .container .close {
      right: 10px;
      position: absolute;
      top: 10px;
      background: url("/img/svg/icon-close.svg") no-repeat center;
      width: 20px;
      height: 20px;
      background-size: cover; }
      .floating-disclaimer .container .close:hover {
        cursor: pointer; }
  .floating-disclaimer.message-banner {
    position: absolute;
    top: 80px;
    z-index: 1001;
    bottom: auto; }
    .floating-disclaimer.message-banner .container {
      background-color: #538caa;
      border-top-left-radius: 0;
      border-top-right-radius: 0; }

.service-grid-count {
  margin-bottom: 32px; }

.service-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 32px;
  margin-bottom: 32px; }
  @media (min-width: 48rem) {
    .service-grid {
      gap: 16px;
      grid-template-columns: repeat(3, 1fr); } }
  @media (min-width: 73.125rem) {
    .service-grid {
      gap: 50px; } }

.service-grid-list {
  grid-template-columns: 1fr;
  gap: 32px; }

.service-grid-no-results {
  margin-bottom: 6rem; }

.service-grid-count {
  margin-bottom: 32px; }

.service-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 32px;
  margin-bottom: 32px; }
  @media (min-width: 48rem) {
    .service-grid {
      gap: 16px;
      grid-template-columns: repeat(3, 1fr); } }
  @media (min-width: 73.125rem) {
    .service-grid {
      gap: 50px; } }

.service-grid-list {
  grid-template-columns: 1fr;
  gap: 32px; }

.service-grid-no-results {
  margin-bottom: 6rem; }

/* MEDIA */
/* HOME */
@media all and (max-width: 1675px) {
  .donate-dots-bg-wrapper {
    width: 200px;
    height: 240px;
    background-size: contain; }
  .news-left-bird {
    width: 125px;
    left: -130px; }
  .main .top-left-pattern, .main .bottom-right-pattern {
    width: 125px; }
  .atm:not(.atm--home) h1.three-lines {
    font-size: 2.3vw; } }

@media all and (max-width: 1400px) {
  .atm--home {
    padding-bottom: 50vw; }
  .donate-dots-bg-wrapper, .donate-small-bird, .home-why-bird, .shop-dots {
    display: none; }
  .footer-bird {
    right: 0px; }
  .news-left-bird, .news-dots {
    display: none; }
  .atm:not(.atm--home) h1.two-lines {
    font-size: 2.5vw; }
  .atm:not(.atm--home) h1.three-lines {
    font-size: 1.7vw; }
  .atm:not(.atm--home) .container {
    padding-bottom: 80px; } }

@media all and (max-width: 1300px) {
  .header__logo {
    margin-right: 30px; }
  .shop-dots-patterns {
    width: 250px; } }

@media all and (max-width: 1250px) {
  .header__nav > ul > li:not(:last-child) {
    padding-right: 12px; }
  .contact-touch .large-dots-wrapper {
    width: 404px;
    height: 667px;
    bottom: 50px;
    background-size: contain; } }

@media all and (max-width: 1366px) {
  .header__nav-mobile {
    display: block; }
  .header__buttons {
    margin-right: 20px; }
  .header__burger {
    display: -ms-flexbox;
    display: flex; }
  .header__search {
    display: none; }
  .header {
    z-index: 3000; }
  .megamenu__overlay.active {
    display: none; }
  .header__nav-hidden .megamenu {
    -ms-flex-direction: column;
    flex-direction: column; }
  .header__nav-hidden .megamenu li {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    line-height: 1.3; }
  .header__nav-hidden {
    width: 100%; }
  .header__nav {
    position: fixed;
    right: 0;
    top: 0;
    width: 90%;
    background: #fff;
    max-width: 300px;
    padding-top: 150px;
    z-index: 50;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    height: 100vh;
    overflow: auto;
    overflow-y: scroll;
    opacity: 0;
    visibility: hidden;
    transition: 120ms ease-in-out; }
    .header__nav.active {
      opacity: 1;
      visibility: visible; }
  .header__nav > ul > li {
    display: block; }
  .header__nav > ul > li:not(:last-child) {
    padding-right: 0; }
  .header__nav > ul > li > a {
    color: #2b2b2b;
    text-transform: uppercase;
    font-size: 20px;
    padding-top: 22px;
    padding-bottom: 22px;
    display: inline-block; }
    .header__nav > ul > li > a.active {
      color: #da5527; }
  .header__nav-hidden {
    position: relative;
    left: 0;
    top: 0;
    padding-top: 0;
    opacity: 1;
    visibility: visible;
    height: 0;
    overflow: hidden; }
    .header__nav-hidden.active {
      height: auto;
      padding-bottom: 30px; }
  .header__nav-hidden .megamenu li a {
    color: #2b2b2b; }
  .header__nav-hidden .megamenu {
    padding-bottom: 10px; }
  .header__right {
    padding-top: 0; }
  .header .container {
    -ms-flex-align: center;
    align-items: center; }
  .header__buttons a:not(:last-child) {
    margin-right: 0; }
  a.header__order {
    display: none; }
  .header__logo {
    width: 240px;
    height: 63px;
    background-image: url("/img/mobile-logo.png");
    margin-right: 0; }
  .header__nav.mobile .nav__item-1.has-children .header__nav-arrow {
    display: inline-block; }
  a.header__order {
    border: 2px solid #fff;
    background-color: transparent; }
  .atm--home {
    padding-bottom: 80px;
    height: 600px; }
  .atm:not(.atm--home) h1.three-lines {
    font-size: 2.5vw; }
  .atm:not(.atm--home) h1.two-lines {
    font-size: 4vw; } }

@media all and (max-width: 1200px) {
  .camp-donate-left-bg-wrapper, .camp-donate-right-bg-wrapper, .main .top-left-pattern, .main .bottom-right-pattern {
    display: none; } }

@media all and (max-width: 1286px) {
  .header {
    z-index: 20; } }

@media all and (max-width: 1024px) {
  .atm--home h1 {
    font-size: 90px; }
  .atm--home h2 {
    text-align: center; }
  .home-what__list {
    -ms-flex-direction: column;
    flex-direction: column; }
  .home-what__item {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    padding: 30px;
    -ms-flex-align: center;
    align-items: center; }
    .home-what__item:not(:last-child) {
      margin-bottom: 20px; }
  .home-what__item-pic {
    position: relative;
    margin-right: 40px;
    left: 0;
    top: 0 !important;
    transform: translate(0, 0); }
  .home-cats__list {
    margin-bottom: -20px; }
  .home-cats__item {
    width: calc( (100% - 20px) / 2);
    margin-bottom: 20px;
    height: 24vw;
    text-align: center; }
  .home-why__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .home-why__item {
    -ms-flex-preferred-size: 35%;
    flex-basis: 35%;
    margin-bottom: 40px; }
  .home-why__item:not(:last-child) {
    margin-right: 0; }
  .home-links__item {
    width: 100%;
    height: 30vw;
    text-align: center; }
  .home-news__item--big {
    display: none; }
  .home-news__list {
    -ms-flex-direction: column;
    flex-direction: column; }
  .home-news__item {
    width: 100%; }
  .home-numbers__list {
    -ms-flex-direction: column;
    flex-direction: column;
    height: 540px; }
  .home-numbers__item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
    margin-bottom: 30px; }
  .home-shop__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .home-shop__item {
    width: calc( (100% - 20px) / 2);
    margin-bottom: 20px;
    color: #424242; }
  .home-shop__item:not(:last-child) {
    margin-right: 0; }
  .footer-middle .col:nth-child(1), .footer-middle .col:nth-child(2) {
    display: none; }
  .footer-bot .row:first-child {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center; }
    .footer-bot .row:first-child .footer__copy {
      margin-bottom: 25px; }
  .footer::before {
    top: -3vw; }
  .footer-middle .col:nth-child(3) {
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%; }
  .contact-touch .large-dots-wrapper {
    display: none; }
  .donate-large-bird, .donate-small-bird {
    display: none; }
  .shop-dots-patterns {
    display: none; }
  .footer-bird {
    top: 0;
    width: 150px; } }

/* CONTENT */
@media all and (max-width: 1024px) {
  .atm:not(.atm--home) {
    height: 300px; }
    .atm:not(.atm--home) .container {
      padding-bottom: 50px; }
  .atm:not(.atm--home) h1 {
    white-space: nowrap;
    overflow: hidden;
    vertical-align: bottom;
    line-height: 60px;
    text-overflow: ellipsis;
    max-width: 75%; }
  .content-page blockquote {
    padding-left: 30px;
    padding-right: 30px; }
  .content-page .document {
    -ms-flex-direction: column;
    flex-direction: column; }
  .content-page .document__link {
    width: 100%;
    margin-top: 20px; }
  .content-page .document__content {
    padding-right: 0; }
  .contact-locations .container {
    background: none; } }

@media all and (max-width: 768px) {
  .content-page a.video-preview::before {
    width: 70px;
    height: 68px; }
  .content-gallery__item {
    width: calc( (100% - 18px) / 2);
    height: 25vw; }
  .content-page .accordeon {
    height: auto; }
  .content-page .accordeon__content {
    height: 0;
    padding: 0;
    overflow: hidden; }
  .content-page .accordeon__title .down {
    right: 25px; }
  .content-page .accordeon__title {
    padding: 18px 65px 18px 25px;
    font-size: 20px; }
  .content-page .accordeon.active .accordeon__content {
    height: auto;
    padding: 40px 25px 30px 25px;
    overflow: hidden; }
  .footer-top__title {
    text-align: center; }
  form.footer__form {
    -ms-flex-direction: column;
    flex-direction: column; }
    form.footer__form input, form.footer__form button {
      width: 100%;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 400px !important;
      margin-bottom: 20px;
      padding: 20px 27px; }
    form.footer__form button {
      margin-bottom: 0;
      padding: 21px 20px 27px 20px; }
  .footer-middle {
    -ms-flex-pack: center;
    justify-content: center; }
  .footer-middle .col:nth-child(3) {
    text-align: center;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }
  .footer__socials {
    -ms-flex-pack: center;
    justify-content: center; }
    .footer__socials a:not(:last-child) {
      margin-right: 10px; }
  .footer-bot .row:nth-child(2) {
    -ms-flex-direction: column;
    flex-direction: column; }
  .footer-middle {
    margin-bottom: 20px; }
  .footer-top {
    margin-bottom: 20px; }
  .footer__copy {
    margin-right: 0;
    margin-bottom: 20px; }
  .payment__methods .payment__method-button {
    float: none;
    width: 100%; }
    .payment__methods .payment__method-button:first-child {
      margin-bottom: 20px; }
  .payment__details-wrapper .credit__card_details-section-2 .input-group {
    max-width: 768px; }
  .payment__details-wrapper .credit__card_details-section-2 .credit__card_details-number {
    width: 100%; }
  .payment__details-wrapper .credit__card_details-section-2 .credit__card_details-expiry-date, .payment__details-wrapper .credit__card_details-section-2 .credit__card_details-cvv {
    width: 48%; }
  .donate__action-buttons .donform__tab {
    width: 100%;
    margin: 0 0 20px 0; }
  .shop__pagination {
    margin-top: 65px; }
  .footer-bird {
    display: none; }
  .home-what-bird {
    display: none; } }

@media all and (max-width: 500px) {
  .header__logo {
    background: url("/img/mobile-logo.png") !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    width: 150px !important;
    height: 40px !important;
    background-size: contain !important; }
  .home-cats__item {
    width: 100%;
    height: 40vw; }
  .home-links__item {
    height: 40vw; }
  .payment__details-wrapper .credit__card_details-section-2 .credit__card_details-expiry-date, .payment__details-wrapper .credit__card_details-section-2 .credit__card_details-cvv {
    width: 100%;
    margin-right: 0; } }

/* SHOP */
@media all and (max-width: 1024px) {
  .shop-sidebar {
    display: none; } }

@media all and (max-width: 768px) {
  .shop__item {
    width: calc( (100% - 20px) / 2);
    margin-bottom: 20px; } }

/* DONATE */
@media all and (max-width: 1200px) {
  .donate__amount-item {
    font-size: 25px;
    height: 60px; }
  .donate__amount-item--other input[type=number] {
    font-size: 25px; } }

@media all and (max-width: 1024px) {
  .donate__amount-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .donate__amount-item {
    width: calc( (100% - 60px) / 3);
    margin-bottom: 20px; } }

/* CAMPAIGN */
@media all and (max-width: 1600px) {
  .atm:not(.atm--home).atm--camp h1 {
    font-size: 120px; }
  .atm:not(.atm--home).atm--camp .atm__donate {
    font-size: 40px; } }

@media all and (max-width: 1200px) {
  .camp-story__content {
    padding-top: 70px;
    padding-bottom: 70px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px; }
  .camp-story__content h3, .camp-story__content legend {
    font-size: 25px;
    margin-bottom: 20px; }
  .camp-story__content p {
    font-size: 14px; }
  .atm:not(.atm--home).atm--camp h1 {
    font-size: 60px; }
  .atm .slick-slide > div > div .container {
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .atm .hight-light {
    margin-bottom: 80px;
    text-align: center; }
  .cart__details td.quantity .remove {
    display: block;
    width: 100%;
    margin-top: 30px;
    margin-left: 0; } }

@media all and (max-width: 1024px) {
  .atm:not(.atm--home).atm--camp .atm__donate {
    display: none; }
  .atm:not(.atm--home).atm--camp {
    padding-bottom: 0;
    height: 400px; } }

@media all and (max-width: 500px) {
  .camp-story__pic {
    display: none; }
  .camp-story__right {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; } }

/* SERVICES */
@media all and (max-width: 1024px) {
  .services__list, .news-small {
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .news-small__item {
    width: calc( ( 100% - 20px ) / 2);
    margin-right: 15px; } }

@media all and (max-width: 768px) {
  .services__item {
    height: auto;
    padding-bottom: 30px; } }

/* NEWS / EVENTS*/
@media all and (max-width: 1024px) {
  .news-large__item-content, .events-large__item-content {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }
  .news-large__item-pic {
    display: none; }
  .events-large__item-pic {
    height: 280px; }
  .events-large__item {
    border-radius: 18px;
    display: block; }
  .news-filters {
    background-image: none;
    padding: 40px 35px; }
  .news-filters__form {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .news-filters__form select:nth-child(1), .news-filters__form select:nth-child(2), .news-filters__form button {
    margin-bottom: 20px;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100% !important; }
  .news-filters__form button {
    margin-bottom: 0; } }

@media all and (max-width: 768px) {
  .news-large__item, .events-large__item {
    border-radius: 18px; }
  .news-large__item-title::after, .events-large__item-title::after {
    width: 100%; }
  .news-small, .events-small {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center; }
  .news-small__item, .events-small__item {
    width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 20px;
    margin-right: 0;
    border-radius: 18px; }
  .news-small__item-pic, .events-small__item-pic {
    border-radius: 18px 18px 0px 0px; } }

/* CONTACT */
@media all and (max-width: 1024px) {
  .contact-locations__box {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-align: center;
    align-items: center; }
  .contact-locations__map {
    margin-bottom: 20px;
    width: 100%;
    max-width: 500px; }
  .contact-locations__list {
    width: 100%;
    max-width: 500px; }
  .contact-locations h3, .contact-locations legend {
    text-align: center; } }

@media all and (max-width: 992px) {
  .line__item-quantity {
    padding: 10px 58px 10px 20px; }
  .cart__details .line__item-image-title-wrapper > p {
    font-size: 18px; }
  .cart .cart__details .line__item-image-title-wrapper > p {
    padding-left: 15px; }
  .cart .cart__details td.quantity, .cart .cart__details td.price {
    -ms-flex: 0 1 20%;
    flex: 0 1 20%;
    font-size: 18px; }
  .cart__summary td.cost {
    font-size: 18px; } }

@media all and (max-width: 940px) {
  .product__details-add-to-cart button {
    padding: 13px 30px; } }

@media all and (max-width: 768px) {
  .contact-locations__item-title {
    font-size: 15px;
    padding-left: 10px; }
  .contact-locations__item-title .down {
    font-size: 20px; }
  .contact-locations__item.active .contact-locations__item-title .down {
    top: 5px; }
  .contact-locations__item-title .down {
    right: 10px; }
  .contact-locations__item {
    height: 51px; }
  .contact-locations__item-content {
    padding: 40px 20px 20px 20px; }
  .contact-locations__item-content .row {
    font-size: 14px; }
  .atm .hight-light {
    margin-bottom: 50px;
    text-align: center; }
  .product__details-pic, .product__details-info {
    width: 100%;
    float: none;
    max-width: 100%; }
  .product__details-pic {
    padding-right: 0; }
  .product__details-info {
    padding-left: 0;
    padding-right: 0; }
  .product__details-add-to-cart button {
    padding: 13px 80px; }
  .general__el-photo {
    position: absolute;
    top: 20px; }
  .home-what {
    padding-bottom: 30px; }
  .donate__amount-item {
    width: 100%; }
    .donate__amount-item--other input[type=number] {
      font-size: 20px;
      text-align: center;
      width: 70px; }
  .cart__details td.price {
    padding-right: 0; } }

@media all and (max-width: 667px) {
  .staff__el .figure {
    float: none; }
  .staff__el-text {
    padding-left: 0; } }

@media all and (max-width: 568px) {
  .general__el-photo {
    display: block;
    position: relative; }
  .general__el-text {
    padding-top: 15px; }
  .general__el.item-figure {
    padding: 0 !important; }
  .cart .cart__details td.line__item-image-title, .cart .cart__details th:nth-of-type(1) {
    width: 40%; }
  .cart .cart .cart__details td.quantity, .cart .cart .cart__details td.price, .cart .cart__details th:nth-of-type(2), .cart .cart__details th:nth-of-type(3) {
    width: 30%; }
  .cart .line__item-image-title img {
    display: none; }
  .cart .cart__details .line__item-image-title-wrapper > p {
    padding-left: 0px; }
  .cart__summary td.blank {
    width: 40%; }
  .cart__summary td.title {
    width: 30%; }
  .cart__summary td.cost {
    width: 30%; }
  .cart__summary td.checkout-btn {
    padding-top: 30px; } }

@media all and (max-width: 480px) {
  .atm--home h1 {
    font-size: 70px;
    word-break: break-word; }
  .product__details-add-to-cart input {
    max-width: 100px; }
  .product__details-add-to-cart button {
    padding: 13px 25px; }
  .product__details-description, .product__details-sizes {
    margin-top: 25px; }
  .product__details-description {
    margin-bottom: 25px; }
  .services__item {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 25px; }
  form.footer__form button {
    margin-bottom: 0;
    padding: 21px 20px 31px 20px; }
  .home-what {
    padding-bottom: 0; }
  .cart th {
    display: none; }
  .cart .cart__details .line__item-image-title-wrapper > p {
    padding-left: 0px;
    line-height: 20px; }
  .cart td.line__item-image-title {
    width: 100% !important;
    display: block; }
  .cart .cart__details td.quantity, .cart .cart__details td.price {
    width: 50%;
    display: block;
    float: left; }
  .cart .cart__details td {
    padding: 15px 20px; }
  .cart__summary td.blank {
    display: none;
    width: 0; }
  .cart__summary td.title {
    width: 50%; }
  .cart__summary td.cost {
    width: 50%; }
  .cart__summary td.checkout-btn {
    padding-top: 20px; }
  .atm:not(.atm--home) h1 {
    font-size: 30px; }
  .home-numbers__list {
    height: 660px; } }

/* RESOURCE HUB */
.filter-bar {
  padding-left: 10px;
  padding-right: 10px; }
  .filter-bar .container {
    display: -ms-flexbox;
    display: flex;
    border-radius: 18px;
    padding: 40px 20px;
    margin-bottom: 35px;
    background-color: #f7efe1; }
    @media (min-width: 48rem) {
      .filter-bar .container {
        padding: 40px 50px; } }
    .filter-bar .container .news-filters__form {
      -ms-flex-align: end;
      align-items: flex-end; }
  .filter-bar--left {
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media (min-width: 48rem) {
      .filter-bar--left {
        -ms-flex: 0 1 100%;
        flex: 0 1 100%; } }
    @media (min-width: 62rem) {
      .filter-bar--left {
        -ms-flex: 0 1 75%;
        flex: 0 1 75%; } }
    .filter-bar--left select {
      max-width: unset !important;
      width: 100%;
      height: 52px;
      margin-bottom: 0 !important; }
      @media (min-width: 48rem) {
        .filter-bar--left select {
          margin-bottom: 20px; } }
    .filter-bar--left-upper {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      @media (min-width: 48rem) {
        .filter-bar--left-upper {
          -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; } }
      .filter-bar--left-upper div {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin: 0.5rem 0; }
        @media (min-width: 48rem) {
          .filter-bar--left-upper div {
            -ms-flex: 0 0 45%;
            flex: 0 0 45%;
            margin: 0 1rem 1rem 1rem; } }
    .filter-bar--left-lower {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      @media (min-width: 48rem) {
        .filter-bar--left-lower {
          -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; } }
      .filter-bar--left-lower div {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin: 0.5rem 0; }
        @media (min-width: 48rem) {
          .filter-bar--left-lower div {
            -ms-flex: 0 0 45%;
            flex: 0 0 45%;
            margin: 0 1rem 0 1rem; } }
  .filter-bar--right {
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
    margin-top: 0.5rem; }
    @media (min-width: 48rem) {
      .filter-bar--right {
        margin-top: 1rem;
        margin-left: 1rem; } }
    @media (min-width: 62rem) {
      .filter-bar--right {
        margin-top: 0;
        margin-left: 0; } }
    .filter-bar--right input[type="submit"] {
      background-color: #2b2b2b;
      text-align: center;
      text-transform: uppercase;
      border: 0;
      border-radius: 12px;
      height: 52px;
      font-family: "Lato", sans-serif;
      font-size: 16px;
      font-size: 400;
      color: #fff;
      padding: 0 3rem; }

.services-filter-bar.content {
  margin: auto; }

.services-filter-bar.content {
  padding-left: 1.25rem;
  padding-right: 1.25rem; }
  @media (min-width: 48rem) {
    .services-filter-bar.content {
      padding-left: 2.25rem;
      padding-right: 2.25rem; } }
  @media (min-width: 62rem) {
    .services-filter-bar.content {
      padding-left: 0.625rem;
      padding-right: 0.625rem; } }

.services-filter-bar h2 {
  color: #404040;
  font-family: "Ludicrous-Stencil", serif;
  font-size: 36px;
  line-height: 40px;
  font-weight: 400;
  max-width: 644px;
  margin-bottom: 1rem;
  margin-top: 0; }
  @media (min-width: 73.125rem) {
    .services-filter-bar h2 {
      font-size: 45px;
      line-height: 55px;
      margin-bottom: 0.5rem; } }

.services-filter-bar .news-filters__form {
  width: 100%;
  gap: 1rem; }
  .services-filter-bar .news-filters__form .filter-bar--left {
    width: 100%;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    gap: 1rem; }
    .services-filter-bar .news-filters__form .filter-bar--left .filter-bar--left-upper div,
    .services-filter-bar .news-filters__form .filter-bar--left .filter-bar--left-lower div {
      margin: 0;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto; }
    .services-filter-bar .news-filters__form .filter-bar--left .filter-bar--left-upper {
      position: relative; }
      .services-filter-bar .news-filters__form .filter-bar--left .filter-bar--left-upper .filter-bar--left-upper-icon {
        position: absolute;
        right: 0;
        top: 0;
        width: 24px;
        height: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        margin-right: 24px; }
        .services-filter-bar .news-filters__form .filter-bar--left .filter-bar--left-upper .filter-bar--left-upper-icon svg {
          width: 24px;
          height: 24px; }
    .services-filter-bar .news-filters__form .filter-bar--left .filter-bar--left-lower {
      gap: 1rem; }
      .services-filter-bar .news-filters__form .filter-bar--left .filter-bar--left-lower div {
        width: 100%; }
  .services-filter-bar .news-filters__form .filter-bar--right {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 100%;
    margin: 0; }
    @media (min-width: 73.125rem) {
      .services-filter-bar .news-filters__form .filter-bar--right {
        width: auto; } }
    .services-filter-bar .news-filters__form .filter-bar--right input {
      min-width: 266px;
      width: 100%; }
      @media (min-width: 73.125rem) {
        .services-filter-bar .news-filters__form .filter-bar--right input {
          width: auto; } }

.container.resource-hub {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .container.resource-hub .resource-hub__item {
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    margin: 1rem 0.8%;
    border-radius: 20px 20px 20px 20px;
    overflow: hidden;
    background-color: #ce3b47; }
    @media (min-width: 48rem) {
      .container.resource-hub .resource-hub__item {
        -ms-flex: 0 1 48%;
        flex: 0 1 48%; } }
    @media (min-width: 62rem) {
      .container.resource-hub .resource-hub__item {
        -ms-flex: 0 1 23%;
        flex: 0 1 23%; } }
    .container.resource-hub .resource-hub__item__image {
      background-repeat: no-repeat;
      background-position: top center;
      background-size: cover;
      height: 15rem;
      z-index: 1;
      position: relative; }
      .container.resource-hub .resource-hub__item__image .wavy-effect {
        bottom: 0;
        position: absolute;
        background-image: url("/img/wavy-effect.png");
        background-size: cover;
        background-repeat: no-repeat;
        width: 100%;
        height: 0.8rem;
        z-index: 2; }
    .container.resource-hub .resource-hub__item__title {
      font-family: "Lato", sans-serif;
      font-weight: 700;
      font-size: 18px;
      color: #fff;
      padding: 1rem;
      min-height: 6rem;
      max-height: 6rem; }
    .container.resource-hub .resource-hub__item__button {
      padding: 0 1rem 1rem;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: end;
      align-items: flex-end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
      .container.resource-hub .resource-hub__item__button span {
        display: inline-block;
        background-color: #2b2b2b;
        text-align: center;
        text-transform: uppercase;
        border: 0;
        border-radius: 12px;
        font-family: "Lato", sans-serif;
        font-size: 14px;
        font-size: 400;
        color: #fff;
        padding: 0.5rem;
        width: auto; }
  .container.resource-hub a.resource-hub__item:link, .container.resource-hub a.resource-hub__item:active, .container.resource-hub a.resource-hub__item:visited, .container.resource-hub a.resource-hub__item:focus, .container.resource-hub a.resource-hub__item:hover {
    text-decoration: none;
    color: #fff; }

.resource-hub-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media (min-width: 48rem) {
    .resource-hub-item {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; } }
  .resource-hub-item--left {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%; }
    @media (min-width: 48rem) {
      .resource-hub-item--left {
        -ms-flex: 0 0 30%;
        flex: 0 0 30%; } }
    .resource-hub-item--left .item-image {
      text-align: center;
      margin: 0 2rem;
      margin-bottom: 3rem; }
      .resource-hub-item--left .item-image img {
        width: 100%;
        height: auto;
        min-width: 16rem; }
        @media (min-width: 48rem) {
          .resource-hub-item--left .item-image img {
            min-width: unset; } }
    .resource-hub-item--left .item-download-button {
      text-align: center; }
      .resource-hub-item--left .item-download-button a:link, .resource-hub-item--left .item-download-button a:hover, .resource-hub-item--left .item-download-button a:focus, .resource-hub-item--left .item-download-button a:active, .resource-hub-item--left .item-download-button a:visited {
        background-color: #2b2b2b;
        text-align: center;
        text-transform: uppercase;
        text-decoration: none;
        border: 0;
        border-radius: 12px;
        height: 52px;
        font-family: "Lato", sans-serif;
        font-size: 16px;
        font-size: 400;
        color: #fff;
        padding: 1rem 3rem; }
  .resource-hub-item--right {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-top: 4rem; }
    @media (min-width: 48rem) {
      .resource-hub-item--right {
        -ms-flex: 0 0 70%;
        flex: 0 0 70%;
        margin-top: 0; } }

.container.top-content {
  margin-bottom: 3rem; }

.resource-hub__pagination ul {
  margin-top: 4rem;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: unset; }
  .resource-hub__pagination ul li {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 22px;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    color: #ce3b47; }
    .resource-hub__pagination ul li a:link, .resource-hub__pagination ul li a:active, .resource-hub__pagination ul li a:hover, .resource-hub__pagination ul li a:focus, .resource-hub__pagination ul li a:visited {
      color: #2b2b2b;
      text-decoration: none; }
  .resource-hub__pagination ul li::before {
    content: unset; }
  .resource-hub__pagination ul li:first-child a {
    font-size: 0;
    position: relative; }
    .resource-hub__pagination ul li:first-child a::after {
      content: "";
      background-image: url("/img/icons/icon-left-chevron-grey.svg");
      background-repeat: no-repeat;
      height: 1.5rem;
      width: 1.5rem;
      position: absolute;
      bottom: -0.25rem;
      right: 0; }
  .resource-hub__pagination ul li:first-child span {
    font-size: 0;
    position: relative; }
    .resource-hub__pagination ul li:first-child span::after {
      content: "";
      background-image: url("/img/icons/icon-left-chevron-grey.svg");
      background-repeat: no-repeat;
      height: 1.5rem;
      width: 1.5rem;
      position: absolute;
      bottom: -0.25rem;
      right: 0; }
  .resource-hub__pagination ul li:last-child a {
    font-size: 0;
    position: relative; }
    .resource-hub__pagination ul li:last-child a::after {
      content: "";
      background-image: url("/img/icons/icon-right-chevron-grey.svg");
      background-repeat: no-repeat;
      height: 1.5rem;
      width: 1.5rem;
      position: absolute;
      bottom: -0.25rem;
      left: 0.5rem; }
  .resource-hub__pagination ul li:last-child span {
    font-size: 0;
    position: relative; }
    .resource-hub__pagination ul li:last-child span::after {
      content: "";
      background-image: url("/img/icons/icon-right-chevron-grey.svg");
      background-repeat: no-repeat;
      height: 1.5rem;
      width: 1.5rem;
      position: absolute;
      bottom: -0.25rem;
      left: 0.5rem; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: 9.25rem; }

.max-w-264 {
  max-width: 66rem; }

.max-w-272 {
  max-width: 68rem; }

.max-w-280 {
  max-width: 70rem; }

.max-w-284 {
  max-width: 71rem; }

.max-w-285-5 {
  max-width: 71.375rem; }

[x-cloak] {
  display: none; }

.hidden {
  display: none !important; }

.overflow-hidden {
  overflow: hidden !important; }

.orange-panel {
  background-color: #D85625;
  border-radius: 25px;
  color: #fff;
  padding: 2rem;
  margin-top: 50px;
  text-align: left; }
  .orange-panel.awo-wysiwyg h2, .orange-panel.awo-wysiwyg a {
    color: #fff;
    margin-top: 0;
    text-align: left; }
  .orange-panel.awo-wysiwyg p {
    text-align: left; }

.reveal {
  opacity: 0;
  transform: translateY(15px);
  transition: opacity 0.65s linear, transform 0.65s ease;
  transition-delay: 0.15s; }
  .reveal.revealed {
    opacity: 1;
    transform: translateY(0); }

.reveal-fade {
  opacity: 0;
  transition: opacity 0.65s linear, transform 0.65s ease;
  transition-delay: 0.15s; }
  .reveal-fade.revealed-fade {
    opacity: 1; }

.awo-h2 {
  font-family: "Ludicrous-Stencil", serif;
  font-weight: 400;
  font-size: 2.25rem;
  line-height: 2.5rem;
  color: #404040;
  text-align: center; }
  @media (min-width: 62rem) {
    .awo-h2 {
      font-size: 2.8125rem;
      line-height: 3.4375rem;
      max-width: 66rem;
      text-align: left; } }

.awo-button {
  font-size: 14px;
  line-height: 17px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  color: #2b2b2b;
  background-color: #f7a824;
  border: 1px solid #f7a824;
  padding: 0.85rem 1.75rem;
  border-radius: 10px;
  display: inline-block;
  text-align: center;
  transform: perspective(1px) translateZ(0);
  transition-duration: 0.3s;
  transition-property: color, background-color, border; }
  @media (min-width: 48rem) {
    .awo-button {
      line-height: 9px;
      padding: 1.15rem 2.75rem; } }
  .awo-button:hover {
    background-color: #2b2b2b;
    border: 1px solid #2b2b2b;
    color: #ffffff; }

.awo-button.button-black {
  background-color: #2b2b2b;
  border: 1px solid #2b2b2b;
  color: #ffffff; }
  .awo-button.button-black:hover {
    background-color: #f7a824;
    border: 1px solid #f7a824;
    color: #2b2b2b; }

.awo-button.button-transparent-black {
  background-color: transparent;
  border: 1px solid #2b2b2b;
  color: #2b2b2b; }
  .awo-button.button-transparent-black:hover {
    background-color: #2b2b2b;
    color: #ffffff; }

.awo-button.button-transparent-yellow {
  background-color: transparent;
  border: 1px solid #f7a824;
  color: #2b2b2b;
  padding: 1.1rem 2.35rem; }
  .awo-button.button-transparent-yellow:hover {
    background-color: #f7a824;
    color: #2b2b2b; }

.button-full-mobile {
  width: 100%; }
  @media (min-width: 48rem) {
    .button-full-mobile {
      width: auto; } }

.awo-button-hover-effect {
  transform: perspective(1px) translateZ(0);
  transition-duration: 0.3s;
  transition-property: color, background-color, border; }
  .awo-button-hover-effect::after {
    transform: perspective(1px) translateZ(0);
    transition-duration: 0.3s;
    transition-property: color, background-color, border; }

.awo-button-wide-x {
  width: 100%;
  display: inline-block; }
  @media (min-width: 48rem) {
    .awo-button-wide-x {
      min-width: 22rem;
      width: auto; } }

.swiper-pagination.swiper-pagination-horizontal.swiper-pagination-bullets {
  text-align: left;
  z-index: 2; }
  .swiper-pagination.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    height: 0.9rem;
    width: 0.9rem;
    background-color: #ffffff;
    margin-right: 1.25rem; }
  .swiper-pagination.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #f7a824; }

.awo-looking-for__dropdown {
  max-width: 40rem;
  margin-bottom: 1.5rem;
  margin-top: 1rem; }
  .awo-looking-for__dropdown .selectize-dropdown {
    background-color: #383838;
    border: 1px solid #383838;
    border-radius: 10px;
    padding: 2.25rem 2.5rem; }
    .awo-looking-for__dropdown .selectize-dropdown .option {
      background-color: transparent;
      color: #ffffff;
      cursor: pointer;
      font-size: 16px;
      line-height: 20px; }
    .awo-looking-for__dropdown .selectize-dropdown .active {
      background-color: transparent;
      color: #fecb1a; }
  .awo-looking-for__dropdown .selectize-dropdown-content {
    max-height: 500px; }
  .awo-looking-for__dropdown .selectize-input {
    border: 0;
    border-bottom: 2px solid #f7a824;
    box-shadow: none; }
    .awo-looking-for__dropdown .selectize-input input {
      font-size: 18px;
      line-height: 29px;
      top: -10px; }
      @media (min-width: 48rem) {
        .awo-looking-for__dropdown .selectize-input input {
          font-size: 42px;
          line-height: 42px; } }
      .awo-looking-for__dropdown .selectize-input input:-ms-input-placeholder {
        opacity: 1; }
      .awo-looking-for__dropdown .selectize-input input::placeholder {
        opacity: 1; }
  .awo-looking-for__dropdown .selectize-input.full {
    background-color: transparent;
    border: 0;
    border-bottom: 2px solid #f7a824;
    border-radius: 0;
    box-shadow: none;
    padding-left: 0;
    padding-top: 0; }
    .awo-looking-for__dropdown .selectize-input.full .item {
      font-size: 18px;
      line-height: 29px; }
      @media (min-width: 48rem) {
        .awo-looking-for__dropdown .selectize-input.full .item {
          font-size: 36px;
          line-height: 60px;
          max-width: 38rem;
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis; } }
  .awo-looking-for__dropdown .selectize-input {
    background-color: transparent !important; }
  .awo-looking-for__dropdown .selectize-input::after {
    height: 0.45rem !important;
    width: 0.75rem !important;
    margin: 0 !important;
    border: 0 !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 239.61 139.85'%3E%3Cg data-name='Layer 2'%3E%3Cpath style='fill:none;stroke:%23f7a824;stroke-linecap:square;stroke-miterlimit:10;stroke-width:28.35px' d='m219.57 20.04-99.76 99.77-99.77-99.77' data-name='Layer 1'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: cover;
    right: 0 !important;
    top: 42% !important; }
    @media (min-width: 48rem) {
      .awo-looking-for__dropdown .selectize-input::after {
        height: 0.9rem !important;
        width: 1.5rem !important; } }

.awo-wysiwyg-content, .awo-wysiwyg {
  position: relative;
  z-index: 1; }
  .awo-wysiwyg-content h2, .awo-wysiwyg h2 {
    font-family: "Ludicrous-Stencil", serif;
    font-weight: 400;
    font-size: 2.25rem;
    line-height: 2.5rem;
    color: #404040;
    text-align: center; }
    @media (min-width: 62rem) {
      .awo-wysiwyg-content h2, .awo-wysiwyg h2 {
        font-size: 2.8125rem;
        line-height: 3.4375rem;
        max-width: 66rem;
        text-align: left; } }
  .awo-wysiwyg-content h3, .awo-wysiwyg h3, .awo-wysiwyg-content legend, .awo-wysiwyg legend {
    font-family: "Lato", sans-serif;
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 1.875rem;
    color: #474747;
    text-align: left;
    letter-spacing: 0.2px; }
    @media (min-width: 48rem) {
      .awo-wysiwyg-content h3, .awo-wysiwyg h3, .awo-wysiwyg-content legend, .awo-wysiwyg legend {
        font-size: 1.75rem;
        line-height: 2.3125rem; } }
  .awo-wysiwyg-content p, .awo-wysiwyg p {
    font-size: 0.9375rem;
    line-height: 1.5625rem;
    letter-spacing: 0.15px;
    margin-bottom: 1.5625rem;
    max-width: 60rem;
    text-align: center; }
    @media (min-width: 62rem) {
      .awo-wysiwyg-content p, .awo-wysiwyg p {
        font-size: 1rem;
        line-height: 1.6875rem;
        text-align: left; } }
  .awo-wysiwyg-content ul, .awo-wysiwyg ul {
    list-style: disc; }
  .awo-wysiwyg-content ol, .awo-wysiwyg ol {
    list-style: decimal; }
  .awo-wysiwyg-content ul, .awo-wysiwyg ul,
  .awo-wysiwyg-content ol, .awo-wysiwyg ol {
    padding-left: 1.5rem; }
    .awo-wysiwyg-content ul li, .awo-wysiwyg ul li,
    .awo-wysiwyg-content ol li, .awo-wysiwyg ol li {
      font-size: 0.9375rem;
      line-height: 1.5625rem; }
      @media (min-width: 62rem) {
        .awo-wysiwyg-content ul li, .awo-wysiwyg ul li,
        .awo-wysiwyg-content ol li, .awo-wysiwyg ol li {
          font-size: 1rem;
          line-height: 1.6875; } }
  .awo-wysiwyg-content > ul, .awo-wysiwyg > ul,
  .awo-wysiwyg-content > ol, .awo-wysiwyg > ol {
    margin-bottom: 1.75rem; }
  .awo-wysiwyg-content a.awo-button, .awo-wysiwyg a.awo-button {
    text-transform: none;
    font-size: 1.0625rem;
    line-height: 1.6875rem;
    font-weight: 400;
    padding: 0.5rem 1.5rem;
    margin: 0 0.25rem; }
  .awo-wysiwyg-content a.awo-button-orange, .awo-wysiwyg a.awo-button-orange {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase; }

.awo-wysiwyg p {
  max-width: 100%; }

.awo-wysiwyg img {
  width: 100%;
  height: auto;
  margin-top: 1.75rem;
  border-radius: 2rem; }

.content-wysiwyg-content .awo-wysiwyg-content h3, .content-wysiwyg-content .awo-wysiwyg h3, .content-wysiwyg-content .awo-wysiwyg-content legend, .content-wysiwyg-content .awo-wysiwyg legend {
  max-width: 66rem; }

.content-wysiwyg-content .awo-wysiwyg-content p, .content-wysiwyg-content .awo-wysiwyg p {
  font-size: 1rem;
  max-width: 64rem; }

.wave-content-one__content .awo-wysiwyg-content p, .wave-content-one__content .awo-wysiwyg p {
  max-width: 100%; }

.awo-three-numbers .awo-h2 {
  text-align: center;
  margin-bottom: 2rem; }
  @media (min-width: 62rem) {
    .awo-three-numbers .awo-h2 {
      margin-bottom: 2.5rem; } }

.awo-three-numbers .awo-three-numbers__grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  column-gap: 9rem;
  row-gap: 2.5rem; }
  @media (min-width: 48rem) {
    .awo-three-numbers .awo-three-numbers__grid {
      grid-template-columns: repeat(3, 1fr);
      column-gap: 4rem; } }
  @media (min-width: 62rem) {
    .awo-three-numbers .awo-three-numbers__grid {
      column-gap: 9rem; } }
  .awo-three-numbers .awo-three-numbers__grid .awo-three-numbers__grid-item .awo-three-numbers__grid-item__name {
    font-family: "Ludicrous-Stencil", serif;
    font-size: 4rem;
    line-height: 4rem;
    font-weight: 400;
    color: #d85625;
    text-align: center; }
    @media (min-width: 62rem) {
      .awo-three-numbers .awo-three-numbers__grid .awo-three-numbers__grid-item .awo-three-numbers__grid-item__name {
        font-size: 5rem;
        line-height: 5rem; } }
  .awo-three-numbers .awo-three-numbers__grid .awo-three-numbers__grid-item .awo-three-numbers__grid-item__text {
    font-family: "Lato", sans-serif;
    font-weight: 600;
    font-size: 0.9375rem;
    line-height: 1.375rem;
    color: #404040;
    text-align: center;
    max-width: 12rem;
    margin: 0 auto; }
    @media (min-width: 62rem) {
      .awo-three-numbers .awo-three-numbers__grid .awo-three-numbers__grid-item .awo-three-numbers__grid-item__text {
        font-size: 1.25rem;
        line-height: 2.25rem; } }

.awo-person-details-content .awo-person-details-content__wave-top,
.awo-person-details-content .awo-person-details-content__wave-bottom {
  fill: #f7efe1; }

.awo-person-details-content .awo-person-details-content__wave-top {
  margin-bottom: -0.25rem; }

.awo-person-details-content .awo-person-details-content__wrapper {
  background: #f7efe1;
  overflow: hidden; }
  .awo-person-details-content .awo-person-details-content__wrapper .awo-h2 {
    margin-top: 2.75rem;
    margin-bottom: 0.25rem; }
  .awo-person-details-content .awo-person-details-content__wrapper .awo-person-details-content__subtext {
    font-family: "Lato", sans-serif;
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 2.1875rem;
    color: #231f20;
    margin-bottom: 1.75rem;
    text-align: center; }
    @media (min-width: 62rem) {
      .awo-person-details-content .awo-person-details-content__wrapper .awo-person-details-content__subtext {
        font-size: 1.75rem;
        line-height: 2.3125rem;
        text-align: left; } }
  .awo-person-details-content .awo-person-details-content__wrapper .awo-person-details-content__image {
    background-color: #e2dfdf;
    min-height: 32rem;
    border-radius: 1rem;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 3rem;
    position: relative; }
    @media (min-width: 62rem) {
      .awo-person-details-content .awo-person-details-content__wrapper .awo-person-details-content__image {
        display: -ms-flexbox;
        display: flex;
        border-radius: 2rem; } }
    .awo-person-details-content .awo-person-details-content__wrapper .awo-person-details-content__image::after {
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background-color: #2b2b2b; }
      @media (min-width: 62rem) {
        .awo-person-details-content .awo-person-details-content__wrapper .awo-person-details-content__image::after {
          content: none; } }
    .awo-person-details-content .awo-person-details-content__wrapper .awo-person-details-content__image .awo-person-details-content__image-mobile {
      width: 100%;
      height: auto;
      display: block;
      min-height: 11.5rem;
      object-fit: cover;
      object-position: center;
      z-index: 1;
      position: relative; }
      @media (min-width: 62rem) {
        .awo-person-details-content .awo-person-details-content__wrapper .awo-person-details-content__image .awo-person-details-content__image-mobile {
          display: none; } }
    .awo-person-details-content .awo-person-details-content__wrapper .awo-person-details-content__image blockquote {
      font-family: "Lato", sans-serif;
      font-weight: 600;
      color: #ffffff;
      font-size: 1.25rem;
      line-height: 2.1875rem;
      max-width: 30rem;
      padding-left: 0;
      position: relative;
      z-index: 1;
      margin: 1.5rem 1.75rem; }
      @media (min-width: 48rem) {
        .awo-person-details-content .awo-person-details-content__wrapper .awo-person-details-content__image blockquote {
          margin: 2rem auto; } }
      @media (min-width: 62rem) {
        .awo-person-details-content .awo-person-details-content__wrapper .awo-person-details-content__image blockquote {
          margin: auto 0;
          margin-left: 4rem;
          font-size: 1.75rem;
          line-height: 3.125rem; } }
      .awo-person-details-content .awo-person-details-content__wrapper .awo-person-details-content__image blockquote::before {
        content: '“  ';
        font-family: "Ludicrous-Stencil", serif;
        color: #f7a824;
        background: none;
        font-size: 4rem;
        margin-top: 1.75rem; }
        @media (min-width: 62rem) {
          .awo-person-details-content .awo-person-details-content__wrapper .awo-person-details-content__image blockquote::before {
            font-size: 5.5rem;
            margin-top: 2.25rem; } }
      .awo-person-details-content .awo-person-details-content__wrapper .awo-person-details-content__image blockquote::after {
        content: '”';
        font-family: "Ludicrous-Stencil", serif;
        color: #f7a824;
        background: none;
        font-size: 4rem;
        margin-top: 1.25rem;
        margin-left: 0; }
        @media (min-width: 62rem) {
          .awo-person-details-content .awo-person-details-content__wrapper .awo-person-details-content__image blockquote::after {
            margin-top: 1.75rem;
            font-size: 5.5rem;
            margin-left: 1.25rem; } }
  .awo-person-details-content .awo-person-details-content__wrapper .awo-person-details-content__wysiwyg {
    margin-bottom: 3rem; }
    .awo-person-details-content .awo-person-details-content__wrapper .awo-person-details-content__wysiwyg p {
      font-family: "Lato", sans-serif;
      font-weight: 400;
      font-size: 0.9375rem;
      line-height: 1.5625rem;
      color: #404040;
      margin-bottom: 1.75rem;
      text-align: center; }
      @media (min-width: 62rem) {
        .awo-person-details-content .awo-person-details-content__wrapper .awo-person-details-content__wysiwyg p {
          font-size: 1.0625rem;
          line-height: 1.6875rem;
          text-align: left; } }

.awo-three-col-grid .awo-three-col-grid__container {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  column-gap: 2.75rem;
  row-gap: 2rem; }
  @media (min-width: 48rem) {
    .awo-three-col-grid .awo-three-col-grid__container {
      grid-template-columns: repeat(2, 1fr); } }
  @media (min-width: 62rem) {
    .awo-three-col-grid .awo-three-col-grid__container {
      grid-template-columns: repeat(3, 1fr);
      row-gap: 3.25rem; } }

.awo-three-col-grid a {
  background-color: #f7efe1;
  border-radius: 1.25rem;
  cursor: pointer;
  min-height: 11.75rem;
  position: relative; }
  .awo-three-col-grid a:hover {
    background-color: #d85625; }
    .awo-three-col-grid a:hover .awo-three-col-grid__item-title {
      color: #ffffff; }
  .awo-three-col-grid a .awo-three-col-grid__item-title {
    display: block;
    font-family: "Ludicrous-Stencil", serif;
    font-size: 2.375rem;
    line-height: 2.5rem;
    color: #d85625;
    margin: 2.5rem 2rem 0;
    position: relative;
    z-index: 1;
    max-width: 16rem; }
  .awo-three-col-grid a .awo-three-col-grid__item-overlay-image {
    position: absolute;
    bottom: 0;
    right: 0; }

.awo-text-with-blockquote .awo-text-with-blockquote__content p {
  font-family: "Lato", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.5625rem;
  color: #404040;
  margin-bottom: 1.75rem;
  text-align: center; }
  @media (min-width: 62rem) {
    .awo-text-with-blockquote .awo-text-with-blockquote__content p {
      font-size: 1.0625rem;
      line-height: 1.6875rem;
      text-align: left; } }

.awo-text-with-blockquote .awo-text-with-blockquote__content blockquote {
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 2.1875rem;
  color: #404040;
  max-width: 60rem;
  margin-top: 2rem; }
  @media (min-width: 62rem) {
    .awo-text-with-blockquote .awo-text-with-blockquote__content blockquote {
      font-size: 1.4375rem;
      line-height: 2.5rem; } }
  .awo-text-with-blockquote .awo-text-with-blockquote__content blockquote::before {
    content: '“  ';
    font-family: "Ludicrous-Stencil", serif;
    color: #f7a824;
    background: none;
    font-size: 4rem;
    margin-top: 1.75rem; }
    @media (min-width: 62rem) {
      .awo-text-with-blockquote .awo-text-with-blockquote__content blockquote::before {
        font-size: 5.5rem;
        margin-top: 2.25rem; } }
  .awo-text-with-blockquote .awo-text-with-blockquote__content blockquote::after {
    content: '”';
    font-family: "Ludicrous-Stencil", serif;
    color: #f7a824;
    background: none;
    font-size: 4rem;
    margin-top: 1.25rem;
    margin-left: 0; }
    @media (min-width: 62rem) {
      .awo-text-with-blockquote .awo-text-with-blockquote__content blockquote::after {
        margin-top: 1.75rem;
        font-size: 5.5rem;
        margin-left: 1.25rem; } }

.awo-tabbed-container .awo-h2 {
  text-align: center;
  margin-bottom: 1.25rem; }

.awo-tabbed-container .awo-tabbed-container__header {
  text-align: center;
  border-bottom: 2px solid #f7a824;
  padding-bottom: 2.25rem;
  margin-bottom: 3.5rem;
  display: -ms-flexbox;
  display: flex;
  overflow-x: scroll;
  position: relative; }
  @media (min-width: 48rem) {
    .awo-tabbed-container .awo-tabbed-container__header {
      overflow-x: hidden; } }
  .awo-tabbed-container .awo-tabbed-container__header::before {
    content: "";
    background-color: #ffffff;
    position: absolute;
    top: 0;
    right: 0;
    height: 3.5rem;
    width: 1rem;
    z-index: 1;
    box-shadow: -6px 0px 15px 14px white;
    -webkit-box-shadow: -6px 0px 15px 14px white; }
    @media (min-width: 48rem) {
      .awo-tabbed-container .awo-tabbed-container__header::before {
        display: none; } }
  .awo-tabbed-container .awo-tabbed-container__header::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 2.25rem;
    width: 1rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 239.61 139.85'%3E%3Cg data-name='Layer 2'%3E%3Cpath style='fill:none;stroke:%23f7a824;stroke-linecap:square;stroke-miterlimit:10;stroke-width:28.35px' d='m219.57 20.04-99.76 99.77-99.77-99.77' data-name='Layer 1'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    transform: rotate(270deg);
    z-index: 2;
    margin-right: -1rem; }
    @media (min-width: 48rem) {
      .awo-tabbed-container .awo-tabbed-container__header::after {
        display: none; } }
  .awo-tabbed-container .awo-tabbed-container__header a {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 0.875rem;
    line-height: 0.875rem;
    border-radius: 0.75rem;
    border: 1px solid #f7a824;
    color: #2b2b2b;
    padding: 0.65rem 1.75rem;
    display: inline-block;
    cursor: pointer;
    margin-right: 1.25rem;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto; }
    @media (min-width: 62rem) {
      .awo-tabbed-container .awo-tabbed-container__header a {
        padding: 0.9rem 3.25rem; } }
  .awo-tabbed-container .awo-tabbed-container__header a.is-active {
    background-color: #f7a824; }
  .awo-tabbed-container .awo-tabbed-container__header a:hover {
    background-color: #f7a824; }
  .awo-tabbed-container .awo-tabbed-container__header a:last-child {
    margin-right: 0; }

.awo-wave-cta-one {
  position: relative; }
  .awo-wave-cta-one .awo-wave-cta-one__top-wave svg {
    fill: #f7efe1;
    margin-bottom: -0.5rem; }
  .awo-wave-cta-one .awo-wave-one__wrapper {
    background-color: #f7efe1;
    padding-top: 3rem;
    padding-bottom: 6.5rem; }
    @media (min-width: 62rem) {
      .awo-wave-cta-one .awo-wave-one__wrapper {
        padding-top: 0.5rem;
        padding-bottom: 4.25rem; } }
    .awo-wave-cta-one .awo-wave-one__wrapper .awo-h2 {
      margin-top: 0;
      margin-bottom: 1rem; }
      @media (min-width: 62rem) {
        .awo-wave-cta-one .awo-wave-one__wrapper .awo-h2 {
          margin-bottom: 0.75rem; } }
    .awo-wave-cta-one .awo-wave-one__wrapper .awo-wave-cta-one__content {
      font-family: "Lato", sans-serif;
      font-size: 0.9375rem;
      line-height: 1.5625rem;
      max-width: 55.45rem;
      margin-bottom: 1.5rem;
      text-align: center; }
      @media (min-width: 62rem) {
        .awo-wave-cta-one .awo-wave-one__wrapper .awo-wave-cta-one__content {
          font-size: 1.0625rem;
          line-height: 1.6875rem;
          margin-bottom: 2.25rem;
          text-align: left; } }
    .awo-wave-cta-one .awo-wave-one__wrapper .awo-wave-cta-one__button {
      text-align: center; }
      @media (min-width: 62rem) {
        .awo-wave-cta-one .awo-wave-one__wrapper .awo-wave-cta-one__button {
          text-align: left; } }
  .awo-wave-cta-one .awo-wave-cta-one__footer-bg {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 5rem;
    background-color: #f7efe1;
    margin-bottom: -5rem; }

.document-items-row.reveal .document-items-row__item {
  opacity: 0;
  transition: opacity 500ms ease; }
  .document-items-row.reveal .document-items-row__item:nth-child(0) {
    transition-delay: 0.25s; }
  .document-items-row.reveal .document-items-row__item:nth-child(1) {
    transition-delay: 0.32s; }
  .document-items-row.reveal .document-items-row__item:nth-child(2) {
    transition-delay: 0.39s; }
  .document-items-row.reveal .document-items-row__item:nth-child(3) {
    transition-delay: 0.46s; }
  .document-items-row.reveal .document-items-row__item:nth-child(4) {
    transition-delay: 0.53s; }
  .document-items-row.reveal .document-items-row__item:nth-child(5) {
    transition-delay: 0.6s; }
  .document-items-row.reveal .document-items-row__item:nth-child(6) {
    transition-delay: 0.67s; }
  .document-items-row.reveal .document-items-row__item:nth-child(7) {
    transition-delay: 0.74s; }
  .document-items-row.reveal .document-items-row__item:nth-child(8) {
    transition-delay: 0.81s; }
  .document-items-row.reveal .document-items-row__item:nth-child(9) {
    transition-delay: 0.88s; }
  .document-items-row.reveal .document-items-row__item:nth-child(10) {
    transition-delay: 0.95s; }
  .document-items-row.reveal .document-items-row__item:nth-child(11) {
    transition-delay: 1.02s; }
  .document-items-row.reveal .document-items-row__item:nth-child(12) {
    transition-delay: 1.09s; }
  .document-items-row.reveal .document-items-row__item:nth-child(13) {
    transition-delay: 1.16s; }
  .document-items-row.reveal .document-items-row__item:nth-child(14) {
    transition-delay: 1.23s; }
  .document-items-row.reveal .document-items-row__item:nth-child(15) {
    transition-delay: 1.3s; }
  .document-items-row.reveal .document-items-row__item:nth-child(16) {
    transition-delay: 1.37s; }
  .document-items-row.reveal .document-items-row__item:nth-child(17) {
    transition-delay: 1.44s; }
  .document-items-row.reveal .document-items-row__item:nth-child(18) {
    transition-delay: 1.51s; }
  .document-items-row.reveal .document-items-row__item:nth-child(19) {
    transition-delay: 1.58s; }
  .document-items-row.reveal .document-items-row__item:nth-child(20) {
    transition-delay: 1.65s; }

.document-items-row.reveal.revealed .document-items-row__item {
  opacity: 1;
  transform: translateY(0); }

.document-items-row .document-items-row__item {
  background-color: #f7efe1;
  border-radius: 0.75rem;
  padding: 2rem 2rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 1.5rem; }
  @media (min-width: 62rem) {
    .document-items-row .document-items-row__item {
      padding: 1.35rem 2.25rem;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; } }

.document-items-row .document-items-row__item-icon {
  margin-right: 0.75rem; }
  .document-items-row .document-items-row__item-icon svg {
    width: 100%;
    height: 3rem; }
  @media (min-width: 48rem) {
    .document-items-row .document-items-row__item-icon {
      margin-right: 1.5rem; }
      .document-items-row .document-items-row__item-icon svg {
        height: 2.75rem; } }

.document-items-row .document-items-row__item-title {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 1.0625rem;
  line-height: 1.6875rem;
  color: #474747;
  margin-right: 1rem;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  margin-top: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center; }
  @media (min-width: 62rem) {
    .document-items-row .document-items-row__item-title {
      font-size: 1.25rem;
      line-height: 1.75rem;
      -ms-flex: 1 0 auto;
      flex: 1 0 auto;
      margin-bottom: 0; } }

.document-items-row .document-items-row__item-link {
  margin-right: 1.5rem;
  margin-bottom: 1rem;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%; }
  @media (min-width: 48rem) {
    .document-items-row .document-items-row__item-link {
      margin-bottom: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto; } }

.document-items-row .document-items-row__item-link > a,
.document-items-row .documents-items-row__item-attachment > a {
  padding: 1rem 2rem; }

.document-items-row .document-items-row__button {
  text-align: center;
  margin-top: 3.25rem; }

.awo-accordion.reveal .awo-accordion__item-head {
  opacity: 0;
  transition: opacity 500ms ease; }
  .awo-accordion.reveal .awo-accordion__item-head:nth-child(0) {
    transition-delay: 0.25s; }
  .awo-accordion.reveal .awo-accordion__item-head:nth-child(1) {
    transition-delay: 0.32s; }
  .awo-accordion.reveal .awo-accordion__item-head:nth-child(2) {
    transition-delay: 0.39s; }
  .awo-accordion.reveal .awo-accordion__item-head:nth-child(3) {
    transition-delay: 0.46s; }
  .awo-accordion.reveal .awo-accordion__item-head:nth-child(4) {
    transition-delay: 0.53s; }
  .awo-accordion.reveal .awo-accordion__item-head:nth-child(5) {
    transition-delay: 0.6s; }
  .awo-accordion.reveal .awo-accordion__item-head:nth-child(6) {
    transition-delay: 0.67s; }
  .awo-accordion.reveal .awo-accordion__item-head:nth-child(7) {
    transition-delay: 0.74s; }
  .awo-accordion.reveal .awo-accordion__item-head:nth-child(8) {
    transition-delay: 0.81s; }
  .awo-accordion.reveal .awo-accordion__item-head:nth-child(9) {
    transition-delay: 0.88s; }
  .awo-accordion.reveal .awo-accordion__item-head:nth-child(10) {
    transition-delay: 0.95s; }
  .awo-accordion.reveal .awo-accordion__item-head:nth-child(11) {
    transition-delay: 1.02s; }
  .awo-accordion.reveal .awo-accordion__item-head:nth-child(12) {
    transition-delay: 1.09s; }
  .awo-accordion.reveal .awo-accordion__item-head:nth-child(13) {
    transition-delay: 1.16s; }
  .awo-accordion.reveal .awo-accordion__item-head:nth-child(14) {
    transition-delay: 1.23s; }
  .awo-accordion.reveal .awo-accordion__item-head:nth-child(15) {
    transition-delay: 1.3s; }
  .awo-accordion.reveal .awo-accordion__item-head:nth-child(16) {
    transition-delay: 1.37s; }
  .awo-accordion.reveal .awo-accordion__item-head:nth-child(17) {
    transition-delay: 1.44s; }
  .awo-accordion.reveal .awo-accordion__item-head:nth-child(18) {
    transition-delay: 1.51s; }
  .awo-accordion.reveal .awo-accordion__item-head:nth-child(19) {
    transition-delay: 1.58s; }
  .awo-accordion.reveal .awo-accordion__item-head:nth-child(20) {
    transition-delay: 1.65s; }

.awo-accordion.reveal.revealed .awo-accordion__item-head {
  opacity: 1; }

.awo-accordion dt {
  background-color: #f7efe1;
  padding: 1.75rem 1.85rem 1.75rem 2.25rem;
  margin-top: 1.5rem;
  border-radius: 0.75rem; }
  .awo-accordion dt.open {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
    .awo-accordion dt.open .down {
      color: #d85625; }
      .awo-accordion dt.open .down svg {
        transition: all 300ms ease-in;
        transform: rotate(-180deg); }
  .awo-accordion dt:first-child {
    margin-top: 0; }
  .awo-accordion dt a {
    font-family: "Lato", sans-serif;
    font-size: 1.0625rem;
    line-height: 1.625rem;
    color: #474747;
    font-weight: 700;
    display: -ms-flexbox;
    display: flex; }
    @media (min-width: 62rem) {
      .awo-accordion dt a {
        font-size: 1.25rem;
        line-height: 1.75rem; } }
    .awo-accordion dt a .awo-accordion__item-title {
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      margin-right: 1rem; }
    .awo-accordion dt a .down {
      color: #2b2b2b; }
      .awo-accordion dt a .down svg {
        transition: all 300ms ease-in; }

.awo-accordion dd {
  background-color: #f7efe1;
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
  padding: 0 1.85rem 1.75rem 2.25rem;
  margin-top: -0.5rem; }
  .awo-accordion dd p {
    font-family: "Lato", sans-serif;
    font-size: 1rem;
    line-height: 1.6875rem;
    max-width: 57rem; }
  .awo-accordion dd .awo-accordion__item-button a {
    padding: 1rem 1.5rem; }

.awo-accordion__button {
  margin-top: 3rem;
  text-align: center; }

.wave-content-one .wave-content-one__top-wave svg,
.wave-content-one .wave-content-one__bottom-wave svg {
  fill: #f7efe1; }

.wave-content-one .wave-content-one__top-wave {
  margin-bottom: -0.25rem; }

.wave-content-one .wave-content-one__content {
  background-color: #f7efe1;
  overflow: hidden;
  padding-bottom: 5.5rem; }

.awo-video-player .awo-video-player__wrapper {
  background-color: #e9e9e9;
  position: relative;
  border-radius: 2rem;
  overflow: hidden;
  max-width: 57.5rem; }

.awo-video-player .awo-video-player__image {
  object-fit: cover;
  object-position: center;
  width: 100%; }
  @media (min-width: 48rem) {
    .awo-video-player .awo-video-player__image {
      min-height: 32rem; } }

.awo-video-player .awo-video-player__button {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center; }
  .awo-video-player .awo-video-player__button:hover .awo-video-player__button-label {
    color: #f69e0b; }
  .awo-video-player .awo-video-player__button:hover::after {
    opacity: .5; }
  .awo-video-player .awo-video-player__button::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #2b2b2b;
    opacity: 0.3;
    transform: perspective(1px) translateZ(0);
    transition-duration: 0.3s;
    transition-property: color, background-color, border, opacity; }
  .awo-video-player .awo-video-player__button .awo-video-player__button-label {
    font-family: "Ludicrous-Stencil", serif;
    font-size: 1.625rem;
    line-height: 2rem;
    color: #ffffff;
    z-index: 1;
    text-align: center;
    padding-top: 4rem;
    transform: perspective(1px) translateZ(0);
    transition-duration: 0.3s;
    transition-property: color, background-color, border; }
    @media (min-width: 48rem) {
      .awo-video-player .awo-video-player__button .awo-video-player__button-label {
        font-size: 2.8125rem;
        line-height: 3.4375rem;
        padding-top: 7rem; } }
    .awo-video-player .awo-video-player__button .awo-video-player__button-label svg {
      width: 100%;
      height: 2rem;
      fill: currentColor; }
      @media (min-width: 48rem) {
        .awo-video-player .awo-video-player__button .awo-video-player__button-label svg {
          height: 3.25rem; } }

.plyr__video-wrapper {
  border-radius: 20px 20px 0 0;
  overflow: hidden; }

.goverlay {
  background: rgba(0, 0, 0, 0.8); }

.awo-two-col-links .awo-two-col-links__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3.25rem;
  row-gap: 4rem;
  margin-top: 3rem; }
  @media (min-width: 48rem) {
    .awo-two-col-links .awo-two-col-links__grid {
      grid-template-columns: repeat(2, 1fr);
      row-gap: 5.75rem; } }
  .awo-two-col-links .awo-two-col-links__grid .awo-two-col-links__grid-item {
    font-family: "Lato", sans-serif;
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 1.5625rem;
    color: #2b2b2b;
    position: relative;
    padding-top: 1.25rem; }
    .awo-two-col-links .awo-two-col-links__grid .awo-two-col-links__grid-item:hover {
      color: #d85625; }
      .awo-two-col-links .awo-two-col-links__grid .awo-two-col-links__grid-item:hover::after {
        background-color: #d85625; }
    .awo-two-col-links .awo-two-col-links__grid .awo-two-col-links__grid-item::after {
      content: "";
      width: 100%;
      height: 0.45rem;
      background-color: #2b2b2b;
      position: absolute;
      top: 0;
      left: 0; }

.awo-two-col-links .awo-two-col-links__button {
  text-align: center;
  margin-top: 2.75rem; }

.awo-floating-social-widget {
  height: 100vh;
  width: 2rem;
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-align: center;
  align-items: center; }
  @media (min-width: 48rem) {
    .awo-floating-social-widget {
      display: -ms-flexbox;
      display: flex; } }
  .awo-floating-social-widget.reveal-widget .awo-floating-social-widget__content {
    transform: translateX(100%);
    transition: transform 300ms ease 2s; }
  .awo-floating-social-widget.reveal-widget.revealed-widget .awo-floating-social-widget__content {
    transform: translateX(0%); }
  .awo-floating-social-widget .awo-floating-social-widget__content {
    z-index: 3;
    position: fixed;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.5rem; }
    .awo-floating-social-widget .awo-floating-social-widget__content ul.awo-floating-social-widget__icons {
      background-color: #2b2b2b;
      padding: 1.25rem 13px 1.5rem 15px;
      border-top-left-radius: 1rem;
      border-bottom-left-radius: 1rem; }
    .awo-floating-social-widget .awo-floating-social-widget__content li {
      margin-bottom: 1rem; }
    .awo-floating-social-widget .awo-floating-social-widget__content li:last-child {
      margin-bottom: 0; }
    .awo-floating-social-widget .awo-floating-social-widget__content .awo-floating-social-widget__icons {
      text-align: center;
      color: #ffffff; }
      .awo-floating-social-widget .awo-floating-social-widget__content .awo-floating-social-widget__icons a {
        color: #ffffff;
        transform: perspective(1px) translateZ(0);
        transition-duration: 0.3s;
        transition-property: color, background-color, border; }
        .awo-floating-social-widget .awo-floating-social-widget__content .awo-floating-social-widget__icons a:hover {
          color: #f69e0b; }
        .awo-floating-social-widget .awo-floating-social-widget__content .awo-floating-social-widget__icons a.fb svg {
          width: 1.25rem;
          height: 1.25rem; }
        .awo-floating-social-widget .awo-floating-social-widget__content .awo-floating-social-widget__icons a.twitter svg {
          width: 1.25rem;
          height: 1.2rem; }
        .awo-floating-social-widget .awo-floating-social-widget__content .awo-floating-social-widget__icons a.link svg {
          width: 1.5rem;
          height: 1.3rem; }
        .awo-floating-social-widget .awo-floating-social-widget__content .awo-floating-social-widget__icons a.inst svg {
          width: 1.5rem;
          height: 1.25rem; }
        .awo-floating-social-widget .awo-floating-social-widget__content .awo-floating-social-widget__icons a.youtube svg {
          width: 1.5rem;
          height: 1.15rem; }
  .awo-floating-social-widget .awo-floating-social-widget__exit {
    background-color: #d7ce61;
    border-radius: 1rem 0 0 1rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.25rem;
    padding: 1.125rem 0; }
    .awo-floating-social-widget .awo-floating-social-widget__exit a {
      color: #383838;
      text-transform: uppercase;
      font-size: 11px;
      font-weight: 800;
      line-height: 13px;
      letter-spacing: 0.11px;
      text-align: center; }

.awo-hero-careers {
  padding-bottom: 20px;
  padding-top: 130px; }
  @media screen and (min-width: 1210px) {
    .awo-hero-careers {
      padding-top: 135px; } }
  .awo-hero-careers .atm:not(.atm--home) {
    min-height: 500px; }
    .awo-hero-careers .atm:not(.atm--home) h1 {
      color: #fff;
      font-family: "Ludicrous-Stencil", serif;
      font-size: 50px;
      font-weight: 400;
      line-height: 60px;
      margin-bottom: 28px;
      max-width: 25rem;
      overflow: visible;
      white-space: wrap; }
      @media (min-width: 73.125rem) {
        .awo-hero-careers .atm:not(.atm--home) h1 {
          font-size: 60px;
          line-height: 75px;
          margin-bottom: 0.75rem;
          max-width: 37.5rem; } }
      @media (min-width: 120rem) {
        .awo-hero-careers .atm:not(.atm--home) h1 {
          font-size: clamp(60px, 6vw, 4vw);
          line-height: clamp(75px, 6vw, 4.5vw);
          max-width: 43rem; } }
      @media (min-width: 143.75rem) {
        .awo-hero-careers .atm:not(.atm--home) h1 {
          max-width: 75%; } }
    .awo-hero-careers .atm:not(.atm--home) .awo-button {
      margin-bottom: 64px; }
      .awo-hero-careers .atm:not(.atm--home) .awo-button .mobile-cta-label {
        display: block; }
      .awo-hero-careers .atm:not(.atm--home) .awo-button .desktop-cta-label {
        display: none; }
      @media (min-width: 73.125rem) {
        .awo-hero-careers .atm:not(.atm--home) .awo-button {
          margin-bottom: 2.5rem; }
          .awo-hero-careers .atm:not(.atm--home) .awo-button .mobile-cta-label {
            display: none; }
          .awo-hero-careers .atm:not(.atm--home) .awo-button .desktop-cta-label {
            display: block; } }
  .awo-hero-careers .atm:not(.atm--home).has-svg-fill-cream {
    max-height: 440px;
    min-height: 0; }
    .awo-hero-careers .atm:not(.atm--home).has-svg-fill-cream svg {
      fill: #f7efe1; }

.awo-wwb {
  margin-bottom: 3.25rem;
  padding-top: 4rem; }
  @media (min-width: 73.125rem) {
    .awo-wwb {
      padding-top: 0;
      margin-bottom: 5rem; } }
  .awo-wwb .awo-wwb__container {
    -ms-flex-align: start;
    align-items: flex-start;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 4rem;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px; }
    @media (min-width: 62rem) {
      .awo-wwb .awo-wwb__container {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        gap: 4rem; } }
    .awo-wwb .awo-wwb__container .awo-wwb__left {
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      -ms-flex-order: 2;
      order: 2; }
      @media (min-width: 62rem) {
        .awo-wwb .awo-wwb__container .awo-wwb__left {
          -ms-flex-order: 1;
          order: 1; } }
    .awo-wwb .awo-wwb__container .awo-wwb__right {
      -ms-flex: 1;
      flex: 1;
      -ms-flex-order: 1;
      order: 1; }
      @media (min-width: 62rem) {
        .awo-wwb .awo-wwb__container .awo-wwb__right {
          -ms-flex-order: 2;
          order: 2;
          -ms-flex: 0 0 auto;
          flex: 0 0 auto; } }
    .awo-wwb .awo-wwb__container .awo-wwb__content h2 {
      color: #404040;
      font-family: "Ludicrous-Stencil", serif;
      font-size: 36px;
      line-height: 40px;
      font-weight: 400;
      max-width: 644px;
      margin-bottom: 1rem;
      margin-top: 0; }
      @media (min-width: 73.125rem) {
        .awo-wwb .awo-wwb__container .awo-wwb__content h2 {
          font-size: 45px;
          line-height: 55px;
          margin-bottom: 0.5rem; } }
    .awo-wwb .awo-wwb__container .awo-wwb__content h3, .awo-wwb .awo-wwb__container .awo-wwb__content legend {
      color: #404040;
      margin-bottom: 1rem;
      font-size: 32px;
      line-height: 55px; }
      @media (min-width: 73.125rem) {
        .awo-wwb .awo-wwb__container .awo-wwb__content h3, .awo-wwb .awo-wwb__container .awo-wwb__content legend {
          margin-bottom: 0.5rem; } }
    .awo-wwb .awo-wwb__container .awo-wwb__content p {
      color: #2b2b2b;
      font-family: "Lato", sans-serif;
      font-size: 16px;
      font-weight: 400;
      line-height: 27px;
      letter-spacing: 0.15px;
      max-width: 740px;
      margin-bottom: 2rem; }
    .awo-wwb .awo-wwb__container .awo-wwb__discover {
      background: #8d538d;
      border-radius: 10px;
      padding: 24px 32px 40px;
      text-align: center; }
      .awo-wwb .awo-wwb__container .awo-wwb__discover .awo-wwb__discover-title {
        font-family: "Ludicrous-Stencil", serif;
        font-size: 35px;
        line-height: 43px;
        font-weight: 400;
        text-align: center;
        color: #fff;
        display: block;
        max-width: 14rem;
        margin: 0 auto 0.5rem; }
      .awo-wwb .awo-wwb__container .awo-wwb__discover .awo-wwb__discover-content {
        font-family: "Lato", sans-serif;
        text-align: center;
        font-size: 18px;
        font-weight: 400;
        line-height: 26px;
        color: #fff;
        max-width: 14rem;
        margin: 0 auto 1.5rem; }
      .awo-wwb .awo-wwb__container .awo-wwb__discover .awo-wwb__discover-button-wrapper {
        display: inline-block;
        width: 100%; }
        @media (min-width: 48rem) {
          .awo-wwb .awo-wwb__container .awo-wwb__discover .awo-wwb__discover-button-wrapper {
            width: auto; } }
        .awo-wwb .awo-wwb__container .awo-wwb__discover .awo-wwb__discover-button-wrapper .awo-wwb__discover-button {
          background: #fff;
          border-radius: 10px;
          color: #2b2b2b;
          text-align: center;
          font-family: "Lato", sans-serif;
          font-size: 14px;
          font-weight: 700;
          line-height: 9px;
          text-transform: uppercase;
          padding: 1rem 1.375rem;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
          align-items: center;
          min-height: 48px;
          -ms-flex-pack: center;
          justify-content: center;
          min-width: 11.25rem;
          transform: perspective(1px) translateZ(0);
          transition-duration: 0.3s;
          transition-property: color, background-color, border; }
          .awo-wwb .awo-wwb__container .awo-wwb__discover .awo-wwb__discover-button-wrapper .awo-wwb__discover-button:hover {
            background: #2b2b2b;
            color: #fff; }
  .awo-wwb .awo-wwb__buttons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.5rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media (min-width: 48rem) {
      .awo-wwb .awo-wwb__buttons {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; } }
    .awo-wwb .awo-wwb__buttons .awo-wwb__button {
      color: #2b2b2b;
      text-align: center;
      font-family: "Lato", sans-serif;
      font-size: 14px;
      line-height: 9px;
      font-weight: 700;
      text-transform: uppercase;
      border-radius: 10px;
      background: #f7a824;
      padding: 0.25rem 20px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: center;
      justify-content: center;
      gap: 0.75rem;
      min-height: 48px;
      transform: perspective(1px) translateZ(0);
      transition-duration: 0.3s;
      transition-property: color, background-color, border;
      width: 100%; }
      @media (min-width: 73.125rem) {
        .awo-wwb .awo-wwb__buttons .awo-wwb__button {
          width: auto;
          padding: 0.25rem 2.875rem; } }
      .awo-wwb .awo-wwb__buttons .awo-wwb__button svg {
        width: 31px;
        height: 31px; }
      .awo-wwb .awo-wwb__buttons .awo-wwb__button:hover {
        background-color: #2b2b2b;
        color: #fff; }
    .awo-wwb .awo-wwb__buttons .awo-wwb__button-secondary {
      background: #2b2b2b;
      color: #fff; }
      .awo-wwb .awo-wwb__buttons .awo-wwb__button-secondary:hover {
        background: #f7a824;
        color: #2b2b2b; }

.awo-wwbb .awo-wwb__container .awo-wwb__content h2 {
  max-width: 51.5rem; }

.awo-wwbb .awo-wwb__container .awo-wwb__content h3, .awo-wwbb .awo-wwb__container .awo-wwb__content legend {
  font-size: 32px;
  font-weight: 400;
  line-height: 55px;
  text-align: left; }

.awo-wwbb .awo-wwb__container .awo-wwb__content h4 {
  font-size: 1.5rem;
  line-height: 32px;
  font-weight: 400;
  color: #404040;
  text-align: left;
  margin-bottom: 0.75rem;
  font-family: "Ludicrous-Stencil", serif; }
  @media (min-width: 73.125rem) {
    .awo-wwbb .awo-wwb__container .awo-wwb__content h4 {
      font-size: 1.5rem;
      line-height: 55px;
      margin-bottom: 0.5rem; } }

.awo-wwbb .awo-wwb__container .awo-wwb__content p {
  max-width: 65.75rem; }

.awo-wwbb .awo-wwb__container .awo-wwb__content .awo-wwb__buttons .awo-wwb__buttons-right p {
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 18px;
  margin-bottom: 6px; }

.awo-wwbb .awo-wwb__container .awo-wwb__content .awo-wwb__buttons .awo-wwb__buttons-right p:nth-child(2) {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px; }
  .awo-wwbb .awo-wwb__container .awo-wwb__content .awo-wwb__buttons .awo-wwb__buttons-right p:nth-child(2) a {
    color: #2b2b2b; }

.awo-wwb.service .awo-wwb__discover {
  background-color: #f7a824; }
  .awo-wwb.service .awo-wwb__discover .awo-wwb__discover-title,
  .awo-wwb.service .awo-wwb__discover .awo-wwb__discover-content {
    color: #000; }

.awo-wwb.service .awo-wwb__content h2,
.awo-wwb.service .awo-wwb__content h3,
.awo-wwb.service .awo-wwb__content legend {
  text-align: left; }

.awo-wwb.service .awo-wwb__content ul,
.awo-wwb.service .awo-wwb__content ol {
  list-style: disc;
  list-style-position: inside;
  line-height: 27px; }

.awo-nwl {
  margin-bottom: 4rem; }
  @media (min-width: 48rem) {
    .awo-nwl {
      margin-bottom: 5.75rem; } }
  .awo-nwl .awo-nwl__image img {
    width: 100%;
    object-position: center;
    object-fit: cover;
    height: 224px;
    border-radius: 20px; }
    @media (min-width: 48rem) {
      .awo-nwl .awo-nwl__image img {
        height: 480px; } }
  .awo-nwl .awo-nwl__container-wrapper {
    padding: 0 1rem;
    margin-top: -60px;
    z-index: 1;
    position: relative; }
    @media (min-width: 48rem) {
      .awo-nwl .awo-nwl__container-wrapper {
        padding: 0 74px;
        margin-top: -125px; } }
  .awo-nwl .awo-nwl__container-purple {
    background-color: #8d538d;
    border-radius: 10px;
    padding: 40px 24px; }
    @media (min-width: 48rem) {
      .awo-nwl .awo-nwl__container-purple {
        padding: 50px 60px; } }
    .awo-nwl .awo-nwl__container-purple .awo-nwl__cp-title {
      color: #fff;
      font-family: "Ludicrous-Stencil", serif;
      font-size: 36px;
      line-height: 45px;
      font-weight: 400;
      margin: 0;
      margin-bottom: 2.25rem;
      text-align: center; }
      @media (min-width: 48rem) {
        .awo-nwl .awo-nwl__container-purple .awo-nwl__cp-title {
          font-size: 45px;
          line-height: 45px;
          margin-bottom: 1.75rem; } }
    .awo-nwl .awo-nwl__container-purple .awo-nwl__cp-form .awo-nwl__cp-form-cols {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      gap: 12px;
      margin-bottom: 12px;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      @media (min-width: 48rem) {
        .awo-nwl .awo-nwl__container-purple .awo-nwl__cp-form .awo-nwl__cp-form-cols {
          -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
          gap: 22px;
          margin-bottom: 1.5rem; } }
      .awo-nwl .awo-nwl__container-purple .awo-nwl__cp-form .awo-nwl__cp-form-cols input {
        font-family: "Lato", sans-serif;
        background: #fff;
        color: #2b2b2b;
        font-size: 14px;
        line-height: 9px;
        font-weight: 900;
        text-transform: uppercase;
        border-radius: 10px;
        height: 48px; }
        .awo-nwl .awo-nwl__container-purple .awo-nwl__cp-form .awo-nwl__cp-form-cols input:-ms-input-placeholder {
          color: #2b2b2b;
          opacity: 100%;
          font-weight: 700; }
        .awo-nwl .awo-nwl__container-purple .awo-nwl__cp-form .awo-nwl__cp-form-cols input::placeholder {
          color: #2b2b2b;
          opacity: 100%;
          font-weight: 700; }
    .awo-nwl .awo-nwl__container-purple .awo-nwl__cp-form button {
      background-color: #2b2b2b;
      color: #fff;
      border-radius: 10px;
      text-align: center;
      font-family: "Lato", sans-serif;
      font-size: 14px;
      font-weight: 700;
      line-height: 9px;
      text-transform: uppercase;
      border: none;
      padding: 1.25rem 1rem;
      min-width: 11.25rem;
      transform: perspective(1px) translateZ(0);
      transition-duration: 0.3s;
      transition-property: color, background-color, border;
      width: 100%; }
      @media (min-width: 48rem) {
        .awo-nwl .awo-nwl__container-purple .awo-nwl__cp-form button {
          width: auto; } }
      .awo-nwl .awo-nwl__container-purple .awo-nwl__cp-form button:hover {
        background-color: #f7a824;
        color: #2b2b2b; }

.awo-ritc {
  overflow: hidden;
  margin-bottom: 4rem; }
  .awo-ritc .awo-ritc__container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    gap: 2.5rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media (min-width: 48rem) {
      .awo-ritc .awo-ritc__container {
        gap: 3rem;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; } }
  .awo-ritc .awo-ritc__left {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%; }
    @media (min-width: 48rem) {
      .awo-ritc .awo-ritc__left {
        width: auto; } }
    .awo-ritc .awo-ritc__left img {
      width: 276px;
      height: 276px;
      border-radius: 100%;
      overflow: hidden;
      object-fit: cover;
      object-position: center; }
      @media (min-width: 48rem) {
        .awo-ritc .awo-ritc__left img {
          width: 300px;
          height: 300px; } }
      @media (min-width: 73.125rem) {
        .awo-ritc .awo-ritc__left img {
          width: 400px;
          height: 400px; } }
  .awo-ritc .awo-ritc__right {
    position: relative;
    width: 100%; }
    @media (min-width: 48rem) {
      .awo-ritc .awo-ritc__right {
        width: auto; } }
    .awo-ritc .awo-ritc__right .awo-ritc__right-title {
      color: #2b2b2b;
      font-family: "Ludicrous-Stencil", serif;
      font-size: 36px;
      line-height: 40px;
      font-weight: 400;
      max-width: 38rem;
      margin-bottom: 2.5rem; }
      @media (min-width: 48rem) {
        .awo-ritc .awo-ritc__right .awo-ritc__right-title {
          font-size: 45px;
          line-height: 55px;
          margin-bottom: 2rem; } }
    .awo-ritc .awo-ritc__right .awo-ritc__right-button {
      width: 100%; }
      @media (min-width: 48rem) {
        .awo-ritc .awo-ritc__right .awo-ritc__right-button {
          width: auto; } }
    .awo-ritc .awo-ritc__right .awo-ritc__right-bird {
      position: absolute;
      right: 0;
      bottom: 0;
      height: 172px;
      margin-right: -8rem;
      margin-bottom: -3.5rem;
      display: none; }
      @media (min-width: 73.125rem) {
        .awo-ritc .awo-ritc__right .awo-ritc__right-bird {
          display: block; } }

.awo-tc__spacer {
  padding-top: 5rem; }

.awo-tc {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
  flex-flow: column;
  position: relative; }
  .awo-tc .awo-tc__svg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    margin-top: 1px;
    height: 1px; }
    .awo-tc .awo-tc__svg svg:first-child {
      display: none;
      position: absolute;
      bottom: 0;
      height: 76px;
      width: 100%; }
      @media (min-width: 48rem) {
        .awo-tc .awo-tc__svg svg:first-child {
          display: block; } }
    .awo-tc .awo-tc__svg svg:nth-child(2) {
      display: block;
      position: absolute;
      bottom: 0;
      height: 20px;
      width: 100%; }
      @media (min-width: 48rem) {
        .awo-tc .awo-tc__svg svg:nth-child(2) {
          display: none; } }
  .awo-tc .awo-tc__bg {
    background-color: #8d538d;
    padding-top: 4rem;
    padding-bottom: 4rem;
    position: relative; }
    .awo-tc .awo-tc__bg::after {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      height: 5rem;
      width: 100%;
      background-color: #8d538d;
      margin-bottom: -5rem; }
    @media (min-width: 48rem) {
      .awo-tc .awo-tc__bg {
        padding-top: 2.75rem;
        padding-bottom: 3rem; } }
  .awo-tc .awo-tc__title {
    color: #fff;
    font-family: "Ludicrous-Stencil", serif;
    font-size: 50px;
    line-height: 55px;
    font-weight: 400;
    max-width: 62rem;
    margin-bottom: 2.5rem;
    margin-top: 0;
    z-index: 1;
    position: relative; }
    @media (min-width: 48rem) {
      .awo-tc .awo-tc__title {
        font-size: 60px;
        line-height: 65px;
        margin-bottom: 1.75rem; } }
  .awo-tc .awo-tc__button-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    gap: 1.75rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media (min-width: 48rem) {
      .awo-tc .awo-tc__button-wrapper {
        width: auto;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
  .awo-tc .awo-tc__button {
    color: #fff;
    background-color: #000;
    font-family: "Lato", sans-serif;
    font-size: 14px;
    line-height: 9px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    padding: 1rem;
    transform: perspective(1px) translateZ(0);
    transition-duration: 0.3s;
    transition-property: color, background-color, border;
    min-height: 48px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 324px;
    border-radius: 10px;
    width: 100%; }
    .awo-tc .awo-tc__button:hover {
      color: #2b2b2b;
      background-color: #f7a824; }
    @media (min-width: 48rem) {
      .awo-tc .awo-tc__button {
        width: auto; } }
  .awo-tc .awo-tc__button.button-secondary {
    color: #2b2b2b;
    background-color: #f7a824; }
    .awo-tc .awo-tc__button.button-secondary:hover {
      color: #fff;
      background-color: #000; }

.awo-tac {
  margin-bottom: 12rem;
  position: relative; }
  .awo-tac .awo-tac__header {
    -ms-flex-align: center;
    align-items: center;
    display: none;
    gap: 4px; }
    .awo-tac .awo-tac__header a {
      color: #404040;
      font-family: "Ludicrous-Stencil", serif;
      font-size: 32px;
      line-height: 28px;
      font-weight: 400;
      background-color: #f7a824;
      border-radius: 10px 10px 0 0;
      height: 72px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: left;
      justify-content: left;
      padding: 0 1rem;
      transform: perspective(1px) translateZ(0);
      transition-duration: 0.3s;
      transition-property: color, background-color, border;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      position: relative;
      padding: 0 1.5rem; }
      .awo-tac .awo-tac__header a:focus {
        outline: none; }
      @media (min-width: 48rem) {
        .awo-tac .awo-tac__header a {
          -ms-flex-pack: center;
          justify-content: center;
          font-size: 24px;
          line-height: 55px;
          padding: 0; } }
      .awo-tac .awo-tac__header a span {
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        margin-right: 24px;
        color: #404040; }
        .awo-tac .awo-tac__header a span svg {
          width: 27px;
          height: 16px; }
      .awo-tac .awo-tac__header a span.is-active {
        color: #D85625; }
      .awo-tac .awo-tac__header a:hover {
        background-color: #f7efe1; }
    .awo-tac .awo-tac__header a.is-active {
      background-color: #f7efe1; }
    @media (min-width: 48rem) {
      .awo-tac .awo-tac__header {
        display: -ms-flexbox;
        display: flex; } }
  .awo-tac .awo-tac__content {
    background-color: #f7efe1;
    padding-bottom: 3.5rem;
    display: none; }
    @media (min-width: 48rem) {
      .awo-tac .awo-tac__content {
        display: block;
        padding-top: 4.75rem; } }
    .awo-tac .awo-tac__content .awo-wysiwyg h2 {
      margin: 0;
      text-align: left;
      margin-bottom: 0.75rem; }
    .awo-tac .awo-tac__content .awo-wysiwyg h2:not(:first-child) {
      margin-top: 4.25rem; }
    .awo-tac .awo-tac__content .awo-wysiwyg p {
      text-align: left; }
  .awo-tac .awo-tacm__content .awo-wysiwyg h2,
  .awo-tac .awo-tacm__content .awo-wysiwyg p {
    text-align: left; }
  .awo-tac .awo-tac__svg {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    margin-bottom: 1px;
    height: 1px;
    display: none; }
    @media (min-width: 48rem) {
      .awo-tac .awo-tac__svg {
        display: block; } }
  .awo-tac .awo-tacm {
    display: block; }
    @media (min-width: 48rem) {
      .awo-tac .awo-tacm {
        display: none; } }
    .awo-tac .awo-tacm a:not(.awo-button):not(.awo-cc-hww__link) {
      font-family: "Ludicrous-Stencil", serif;
      font-size: 32px;
      line-height: 28px;
      font-weight: 400;
      color: #404040;
      display: block;
      border-radius: 10px;
      background-color: #f7a824;
      padding: 1.5rem;
      position: relative; }
      .awo-tac .awo-tacm a:not(.awo-button):not(.awo-cc-hww__link) span {
        color: #404040;
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        margin-right: 1.5rem; }
        .awo-tac .awo-tacm a:not(.awo-button):not(.awo-cc-hww__link) span svg {
          width: 27px;
          height: 16px;
          transition: all 300ms ease-in-out; }
    .awo-tac .awo-tacm a:not(.awo-button):not(.awo-cc-hww__link).is-active {
      background-color: #f7efe1;
      border-radius: 10px 10px 0 0; }
      .awo-tac .awo-tacm a:not(.awo-button):not(.awo-cc-hww__link).is-active span {
        color: #D85625; }
        .awo-tac .awo-tacm a:not(.awo-button):not(.awo-cc-hww__link).is-active span svg {
          transform-origin: center;
          transform: rotate(180deg); }
    .awo-tac .awo-tacm .awo-tacm__content {
      margin-bottom: 1rem;
      max-height: 0;
      transform: scaleY(0);
      opacity: 0;
      transform-origin: top;
      overflow: hidden;
      position: relative; }
      .awo-tac .awo-tacm .awo-tacm__content .awo-tacm__content-bg {
        background-color: #f7efe1;
        padding-top: 2.5rem;
        padding-bottom: 4rem; }
    .awo-tac .awo-tacm .awo-tacm__content.is-active {
      max-height: 100%;
      transform: scaleY(100%);
      opacity: 1;
      transition: all 500ms ease-in-out; }
    .awo-tac .awo-tacm .awo-tacm__svg-wrapper {
      position: relative;
      height: 4rem; }
    .awo-tac .awo-tacm .awo-tacm__svg {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      margin-bottom: 1px;
      height: 1px; }
      .awo-tac .awo-tacm .awo-tacm__svg svg {
        background-color: #f7efe1; }

.awo-tac--flat-bottom {
  margin-bottom: 0; }
  .awo-tac--flat-bottom .awo-tac__svg {
    display: none; }

.awo-cc-hww .awo-cc-hww__button {
  margin-bottom: 4rem; }
  @media (min-width: 48rem) {
    .awo-cc-hww .awo-cc-hww__button {
      margin-bottom: 4.75rem; } }

.awo-cc-hww .awo-cc-hww__video {
  margin-bottom: 4rem;
  position: relative; }
  .awo-cc-hww .awo-cc-hww__video .awo-cc-hww__video__bird {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    display: none; }
    @media (min-width: 62rem) {
      .awo-cc-hww .awo-cc-hww__video .awo-cc-hww__video__bird {
        display: block; } }
  @media (min-width: 48rem) {
    .awo-cc-hww .awo-cc-hww__video {
      margin-bottom: 4.75rem; } }

.awo-vpa {
  height: 12rem;
  width: 100%;
  max-width: 45rem;
  padding: 0;
  border: none;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center; }
  @media (min-width: 48rem) {
    .awo-vpa {
      height: 26.25rem; } }
  .awo-vpa::after {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 40%;
    display: block;
    position: absolute; }
  .awo-vpa img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    left: 0;
    top: 0; }
  .awo-vpa .awo-pa__button {
    color: #fff;
    z-index: 1;
    font-family: "Lato", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 9px;
    text-transform: uppercase;
    text-align: center; }
    .awo-vpa .awo-pa__button .awo-pa__button-icon {
      margin-bottom: 0.75rem; }
    .awo-vpa .awo-pa__button svg {
      width: 4rem;
      height: 4rem; }
      @media (min-width: 48rem) {
        .awo-vpa .awo-pa__button svg {
          width: 3rem;
          height: 3rem; } }

.awo-itc .awo-itc__top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1rem;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1rem; }
  .awo-itc .awo-itc__top h2 {
    color: #404040;
    font-family: "Ludicrous-Stencil", serif;
    font-size: 36px;
    line-height: 40px;
    font-weight: 400; }
    @media (min-width: 48rem) {
      .awo-itc .awo-itc__top h2 {
        font-size: 45px;
        line-height: 55px; } }
  .awo-itc .awo-itc__top .awo-itc__top-buttons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.5rem; }
    .awo-itc .awo-itc__top .awo-itc__top-buttons button {
      width: 2.7rem;
      height: 2.7rem;
      border-radius: 100%;
      background-color: #dfdfdf;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: center;
      justify-content: center;
      border: none;
      padding: 0;
      color: #D85625; }
    .awo-itc .awo-itc__top .awo-itc__top-buttons button:nth-child(1) svg {
      transform: rotate(-180deg); }
    .awo-itc .awo-itc__top .awo-itc__top-buttons.no-title {
      margin-left: auto; }

.awo-itc .awo-itc__carousel .swiper.is-orange .awo-itc__carousel-card__left {
  background-color: #D85625; }

.awo-itc .awo-itc__carousel .swiper.is-purple .awo-itc__carousel-card__left {
  background-color: #8D538D; }

.awo-itc .awo-itc__carousel .awo-itc__carousel-card {
  display: -ms-flexbox;
  display: flex;
  border-radius: 25px;
  overflow: hidden;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media (min-width: 48rem) {
    .awo-itc .awo-itc__carousel .awo-itc__carousel-card {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; } }
  .awo-itc .awo-itc__carousel .awo-itc__carousel-card .awo-itc__carousel-card__left {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    color: #fff;
    padding: 2rem;
    position: relative;
    -ms-flex-order: 2;
    order: 2;
    padding-bottom: 2rem;
    width: 100%; }
    @media (min-width: 48rem) {
      .awo-itc .awo-itc__carousel .awo-itc__carousel-card .awo-itc__carousel-card__left {
        -ms-flex-order: 1;
        order: 1;
        padding-bottom: 6rem;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto; } }
    .awo-itc .awo-itc__carousel .awo-itc__carousel-card .awo-itc__carousel-card__left .awo-itc__carousel-card__title {
      text-align: left;
      color: #fff;
      margin: 0;
      font-family: "Lato", sans-serif;
      font-size: 26px;
      font-weight: 700;
      line-height: 32px;
      margin-bottom: 1rem; }
    .awo-itc .awo-itc__carousel .awo-itc__carousel-card .awo-itc__carousel-card__left p {
      font-family: "Lato", sans-serif;
      font-size: 17px;
      font-weight: 400;
      line-height: 28px;
      max-width: 36rem; }
    .awo-itc .awo-itc__carousel .awo-itc__carousel-card .awo-itc__carousel-card__left a {
      position: relative;
      background-color: #000;
      border-radius: 10px;
      color: #fff;
      font-family: "Lato", sans-serif;
      font-size: 14px;
      font-weight: 700;
      line-height: 9px;
      text-transform: uppercase;
      padding: 0.75rem;
      transform: perspective(1px) translateZ(0);
      transition-duration: 0.3s;
      transition-property: color, background-color, border;
      display: inline-block; }
      @media (min-width: 48rem) {
        .awo-itc .awo-itc__carousel .awo-itc__carousel-card .awo-itc__carousel-card__left a {
          position: absolute;
          left: 0;
          bottom: 0;
          margin-left: 2rem;
          margin-bottom: 2rem; } }
      .awo-itc .awo-itc__carousel .awo-itc__carousel-card .awo-itc__carousel-card__left a:hover {
        background-color: #f7a824;
        color: #2b2b2b; }
  .awo-itc .awo-itc__carousel .awo-itc__carousel-card .awo-itc__carousel-card__right {
    -ms-flex: 1;
    flex: 1;
    -ms-flex-order: 1;
    order: 1;
    width: 100%; }
    @media (min-width: 48rem) {
      .awo-itc .awo-itc__carousel .awo-itc__carousel-card .awo-itc__carousel-card__right {
        -ms-flex-order: 2;
        order: 2;
        -ms-flex: 1 0 40%;
        flex: 1 0 40%;
        width: auto; } }
    @media (min-width: 62rem) {
      .awo-itc .awo-itc__carousel .awo-itc__carousel-card .awo-itc__carousel-card__right {
        -ms-flex: 1 0 auto;
        flex: 1 0 auto; } }
    .awo-itc .awo-itc__carousel .awo-itc__carousel-card .awo-itc__carousel-card__right img {
      max-height: 14rem;
      object-fit: cover;
      object-position: center;
      width: 100%;
      height: 100%; }
      @media (min-width: 48rem) {
        .awo-itc .awo-itc__carousel .awo-itc__carousel-card .awo-itc__carousel-card__right img {
          max-height: 100%;
          max-width: 25.25rem; } }

.awo-itc .awo-itc__carousel .swiper-pagination-bullets {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.75rem;
  margin-top: 2.25rem; }
  .awo-itc .awo-itc__carousel .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    background: #D9D9D9;
    opacity: 1; }
  .awo-itc .awo-itc__carousel .swiper-pagination-bullets .swiper-pagination-bullet-active {
    background: #DA5527; }

.awo-itc.is-light-blue .awo-itc__top .awo-itc__top-buttons button {
  color: #6C9ACC; }

.awo-itc.is-light-blue .awo-itc__carousel .swiper-pagination-bullets .swiper-pagination-bullet {
  background: #D9D9D9; }

.awo-itc.is-light-blue .awo-itc__carousel .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: #6C9ACC; }

.awo-cc-wwd .awo-cc-wwd__carousel {
  margin-top: 50px; }
  .awo-cc-wwd .awo-cc-wwd__carousel .awo-itc:first-child {
    margin-bottom: 3.25rem; }
    @media (min-width: 48rem) {
      .awo-cc-wwd .awo-cc-wwd__carousel .awo-itc:first-child {
        margin-bottom: 5.25rem; } }

.awo-acc {
  border-top: 1px solid rgba(141, 83, 141, 0.3); }
  .awo-acc dl {
    border-bottom: 1px solid rgba(141, 83, 141, 0.3); }
    .awo-acc dl dt {
      position: relative;
      padding: 1.5rem 0;
      padding-right: 4rem; }
      .awo-acc dl dt button {
        background: transparent;
        border: none;
        color: #404040;
        font-family: "Ludicrous-Stencil", serif;
        font-size: 26px;
        line-height: 32px;
        margin-bottom: -10px;
        text-align: left;
        font-weight: 400;
        width: 100%; }
        @media (min-width: 73.125rem) {
          .awo-acc dl dt button {
            font-size: 32px;
            line-height: 55px; } }
      .awo-acc dl dt > span {
        color: #faa61a;
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        display: -ms-flexbox;
        display: flex;
        gap: 8px;
        -ms-flex-align: center;
        align-items: center;
        pointer-events: none;
        margin-right: 1.5rem;
        transition: all 300ms ease-in-out; }
        .awo-acc dl dt > span svg {
          width: 26px;
          height: 26px;
          transition: all 300ms ease-in-out; }
      .awo-acc dl dt > span.close-icon {
        opacity: 0; }
      .awo-acc dl dt > span.open-icon {
        opacity: 1; }
    .awo-acc dl dd {
      height: 0;
      transition: all 300ms ease-in-out;
      overflow: hidden;
      max-width: 55rem; }
      .awo-acc dl dd div, .awo-acc dl dd p {
        font-family: "Lato", sans-serif;
        font-size: 16px;
        line-height: 27px;
        font-weight: 400; }
      .awo-acc dl dd div {
        padding-bottom: 3rem; }
  .awo-acc dl.is-active dt span.close-icon {
    opacity: 1; }
  .awo-acc dl.is-active dt span.open-icon {
    opacity: 0; }
  .awo-acc ul {
    list-style-type: disc;
    list-style-position: inside;
    margin-left: 40px;
    padding-left: 0; }

.awo-acc-location dl dd {
  max-width: 100%; }

.awo-acc-location .awo-acc__info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 2rem;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin-top: 1.25rem;
  padding-bottom: 1rem;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse; }
  @media (min-width: 62rem) {
    .awo-acc-location .awo-acc__info {
      gap: 4rem;
      -ms-flex-direction: row;
      flex-direction: row; } }
  .awo-acc-location .awo-acc__info .awo-acc__dl {
    color: #404040;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    padding-bottom: 0; }
    .awo-acc-location .awo-acc__info .awo-acc__dl dl {
      border-bottom: none;
      margin-bottom: 40px; }
      .awo-acc-location .awo-acc__info .awo-acc__dl dl dt {
        font-size: 18px;
        font-weight: 800;
        line-height: normal;
        padding: 0;
        padding-left: 2.125rem;
        margin-bottom: 15px; }
        .awo-acc-location .awo-acc__info .awo-acc__dl dl dt span {
          left: 0;
          right: auto;
          color: #404040; }
          .awo-acc-location .awo-acc__info .awo-acc__dl dl dt span svg {
            height: 20px; }
      .awo-acc-location .awo-acc__info .awo-acc__dl dl dd {
        display: block;
        height: auto; }
    .awo-acc-location .awo-acc__info .awo-acc__dl dl:first-child {
      max-width: 180px; }
    .awo-acc-location .awo-acc__info .awo-acc__dl dl:last-child {
      margin-bottom: 0; }
  .awo-acc-location .awo-acc__info .awo-acc__map {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: right;
    padding-bottom: 0;
    width: 100%; }
    @media (min-width: 62rem) {
      .awo-acc-location .awo-acc__info .awo-acc__map {
        width: auto; } }
    .awo-acc-location .awo-acc__info .awo-acc__map iframe {
      height: 330px;
      width: 100%;
      border: 2px solid rgba(190, 190, 190, 0.3) !important; }
      @media (min-width: 62rem) {
        .awo-acc-location .awo-acc__info .awo-acc__map iframe {
          max-width: 674px; } }

.awo-cc-eb .awo-cc-eb__accordion {
  margin-top: 3rem; }
  @media (min-width: 73.125rem) {
    .awo-cc-eb .awo-cc-eb__accordion {
      margin-top: 4rem; } }

.awo-cc-eb__accordion h2 {
  font-family: "Ludicrous-Stencil", serif;
  font-size: 36px;
  line-height: 40px;
  color: #404040; }
  @media (min-width: 62rem) {
    .awo-cc-eb__accordion h2 {
      font-size: 45px;
      line-height: 55px; } }

.awo-text-image {
  display: grid;
  gap: 50px; }
  .awo-text-image .awo-text-image__text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 35px; }
    .awo-text-image .awo-text-image__text .awo-button {
      -ms-flex-item-align: start;
      align-self: flex-start; }
  .awo-text-image .awo-text-image__image {
    background-position: center;
    background-size: cover;
    border-radius: 20px;
    height: 100%;
    min-height: 580px;
    width: 100%; }
  @media (min-width: 48rem) {
    .awo-text-image {
      gap: 2rem;
      grid-auto-rows: 1fr;
      grid-template-columns: 1fr 44%; }
      .awo-text-image .awo-text-image__image {
        min-height: 637px; } }

.awo-gbl {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1.5rem; }
  @media (min-width: 48rem) {
    .awo-gbl {
      grid-template-columns: repeat(3, 1fr);
      gap: 1rem; } }
  @media (min-width: 62rem) {
    .awo-gbl {
      gap: 2.75rem; } }
  .awo-gbl a {
    background-color: #D85625;
    font-family: "Ludicrous-Stencil", serif;
    font-size: 30px;
    line-height: 28px;
    font-weight: 400;
    color: #fff;
    border-radius: 25px;
    padding: 1.75rem;
    min-height: 8.5rem;
    position: relative;
    text-align: left; }
    @media (min-width: 48rem) {
      .awo-gbl a {
        font-size: 38px;
        line-height: 40px; } }
    .awo-gbl a span {
      max-width: 10rem;
      display: block; }
      @media (min-width: 48rem) {
        .awo-gbl a span {
          max-width: 100%; } }
    .awo-gbl a img {
      position: absolute;
      right: 0;
      bottom: 0; }

.awo-cc-ep .awo-cc-ep__gbl {
  margin-top: 5rem; }

.awo-cc-ep img.work-with-us-img {
  display: block;
  margin-left: auto;
  min-height: auto;
  width: 75%; }

.awo-cc-ep--tabbed-content .awo-text-image {
  display: -ms-flexbox;
  display: flex; }
  .awo-cc-ep--tabbed-content .awo-text-image .awo-text-image__text {
    width: 100%; }
    .awo-cc-ep--tabbed-content .awo-text-image .awo-text-image__text .awo-wysiwyg h2,
    .awo-cc-ep--tabbed-content .awo-text-image .awo-text-image__text .awo-wysiwyg h3,
    .awo-cc-ep--tabbed-content .awo-text-image .awo-text-image__text .awo-wysiwyg legend,
    .awo-cc-ep--tabbed-content .awo-text-image .awo-text-image__text .awo-wysiwyg h4,
    .awo-cc-ep--tabbed-content .awo-text-image .awo-text-image__text .awo-wysiwyg h5,
    .awo-cc-ep--tabbed-content .awo-text-image .awo-text-image__text .awo-wysiwyg h6 {
      max-width: 750px; }
    .awo-cc-ep--tabbed-content .awo-text-image .awo-text-image__text .awo-wysiwyg p {
      max-width: 678px; }
    .awo-cc-ep--tabbed-content .awo-text-image .awo-text-image__text .awo-wysiwyg p:first-child {
      max-width: none; }
    .awo-cc-ep--tabbed-content .awo-text-image .awo-text-image__text .awo-wysiwyg ul,
    .awo-cc-ep--tabbed-content .awo-text-image .awo-text-image__text .awo-wysiwyg ol {
      max-width: 842px; }
    .awo-cc-ep--tabbed-content .awo-text-image .awo-text-image__text .awo-wysiwyg p span img {
      object-fit: contain;
      object-position: center; }
      @media (min-width: 62rem) {
        .awo-cc-ep--tabbed-content .awo-text-image .awo-text-image__text .awo-wysiwyg p span img {
          float: right; } }
    .awo-cc-ep--tabbed-content .awo-text-image .awo-text-image__text .awo-wysiwyg p a {
      background: none;
      font-size: 16px;
      font-weight: 400;
      line-height: 27px;
      display: inline-block;
      padding: 0;
      font-family: "Lato", sans-serif;
      color: #d85625; }
  .awo-cc-ep--tabbed-content .awo-text-image .awo-text-image__image {
    display: none; }

.awo-service--tabbed-content h2 {
  max-width: 51.5rem;
  margin-bottom: 1rem; }

.awo-service--tabbed-content h3, .awo-service--tabbed-content legend {
  font-size: 32px;
  font-weight: 400;
  line-height: normal;
  text-align: left;
  font-family: "Ludicrous-Stencil", serif;
  margin-bottom: 1rem; }

.awo-service--tabbed-content h4 {
  font-size: 1.5rem;
  line-height: 32px;
  font-weight: 400;
  color: #404040;
  text-align: left;
  margin-bottom: 0.75rem;
  font-family: "Ludicrous-Stencil", serif; }
  @media (min-width: 73.125rem) {
    .awo-service--tabbed-content h4 {
      font-size: 1.5rem;
      line-height: normal;
      margin-bottom: 1rem; } }

.awo-bgy {
  padding-bottom: 3.5rem; }
  .awo-bgy .awo-bgy__content {
    background-color: #f7efe1;
    z-index: 1;
    position: relative;
    padding-top: 2.5rem;
    padding-bottom: 3rem; }
    .awo-bgy .awo-bgy__content.bg-white {
      background-color: #fff; }
    @media (min-width: 48rem) {
      .awo-bgy .awo-bgy__content {
        padding-top: 4rem; } }
  .awo-bgy .awo-bgy__svg-wrapper {
    position: relative; }
  .awo-bgy .awo-bgy__svg {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    margin-bottom: 1px;
    height: 1px; }
    .awo-bgy .awo-bgy__svg svg:first-child {
      display: none; }
      @media (min-width: 48rem) {
        .awo-bgy .awo-bgy__svg svg:first-child {
          display: block; } }
    .awo-bgy .awo-bgy__svg svg:nth-child(2) {
      display: block;
      background-color: #f7efe1; }
      @media (min-width: 48rem) {
        .awo-bgy .awo-bgy__svg svg:nth-child(2) {
          display: none; } }

.awo-hcss .awo-bgy__content {
  padding-top: 1.5rem; }
  @media (min-width: 48rem) {
    .awo-hcss .awo-bgy__content {
      padding-top: 0.5rem; } }

.awo-hcss .awo-hcss__container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 2rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media (min-width: 62rem) {
    .awo-hcss .awo-hcss__container {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      gap: 3rem; } }
  .awo-hcss .awo-hcss__container .awo-hcss__left {
    -ms-flex-order: 2;
    order: 2; }
    @media (min-width: 48rem) {
      .awo-hcss .awo-hcss__container .awo-hcss__left {
        -ms-flex-order: 1;
        order: 1; } }
    .awo-hcss .awo-hcss__container .awo-hcss__left .awo-hcss__title {
      color: #404040;
      font-family: "Ludicrous-Stencil", serif;
      font-size: 36px;
      line-height: 40px;
      font-weight: 400; }
      @media (min-width: 48rem) {
        .awo-hcss .awo-hcss__container .awo-hcss__left .awo-hcss__title {
          font-size: 45px;
          line-height: 55px; } }
    .awo-hcss .awo-hcss__container .awo-hcss__left .awo-hcss__content {
      color: #2b2b2b;
      font-family: "Lato", sans-serif;
      font-size: 1rem;
      line-height: 27px;
      font-weight: 400; }
  .awo-hcss .awo-hcss__container .awo-hcss__right {
    -ms-flex-order: 1;
    order: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
    @media (min-width: 62rem) {
      .awo-hcss .awo-hcss__container .awo-hcss__right {
        -ms-flex-order: 2;
        order: 2;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto; } }
    .awo-hcss .awo-hcss__container .awo-hcss__right img {
      border-radius: 20px;
      overflow: hidden;
      width: 100%; }
      @media (min-width: 62rem) {
        .awo-hcss .awo-hcss__container .awo-hcss__right img {
          max-width: 486px; } }

.awo-sa {
  position: relative; }
  .awo-sa .awo-sa__title {
    color: #404040;
    font-family: "Ludicrous-Stencil", serif;
    font-size: 36px;
    line-height: 40px;
    font-weight: 400;
    margin-bottom: 3.5rem; }
    @media (min-width: 48rem) {
      .awo-sa .awo-sa__title {
        font-size: 45px;
        line-height: 55px; } }
  .awo-sa .awo-sa__container {
    margin: auto; }
  .awo-sa .awo-sa__item-container {
    border-top: 2px solid rgba(141, 83, 141, 0.3); }
  .awo-sa .awo-sa__step-item-container dt button.awo-sa__item-title {
    padding-left: 90px; }
  .awo-sa .awo-sa__item {
    border-bottom: 2px solid rgba(141, 83, 141, 0.3); }
    .awo-sa .awo-sa__item dt {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      min-height: 6rem;
      position: relative; }
      @media (min-width: 48rem) {
        .awo-sa .awo-sa__item dt {
          min-height: 6.25rem; } }
      .awo-sa .awo-sa__item dt .awo-sa__item-title-wrapper {
        position: relative; }
      .awo-sa .awo-sa__item dt .awo-sa__item-number {
        -ms-flex-align: center;
        align-items: center;
        background-color: #8D538D;
        border-radius: 100%;
        display: -ms-flexbox;
        display: flex;
        height: 40px;
        -ms-flex-pack: center;
        justify-content: center;
        left: 0;
        position: absolute;
        pointer-events: none;
        top: 50%;
        transform: translateY(-50%);
        width: 40px; }
        .awo-sa .awo-sa__item dt .awo-sa__item-number span {
          color: #fff;
          line-height: 1.5rem;
          font-family: "Ludicrous-Stencil", serif;
          font-size: 1.5rem;
          font-weight: 400;
          margin-bottom: -5px; }
        @media (min-width: 48rem) {
          .awo-sa .awo-sa__item dt .awo-sa__item-number {
            height: 67px;
            width: 67px; }
            .awo-sa .awo-sa__item dt .awo-sa__item-number span {
              font-size: 35px;
              line-height: 43px;
              margin-bottom: -10px; } }
      .awo-sa .awo-sa__item dt .awo-sa__item-title {
        background: transparent;
        border: none;
        color: #404040;
        font-family: "Ludicrous-Stencil", serif;
        font-size: 1.5rem;
        line-height: 1.5rem;
        font-weight: 400;
        padding: 1rem 3.25rem 1rem 4rem;
        margin-bottom: -10px;
        text-align: left;
        width: 100%; }
        @media (min-width: 48rem) {
          .awo-sa .awo-sa__item dt .awo-sa__item-title {
            font-size: 32px;
            line-height: 40px; } }
        .awo-sa .awo-sa__item dt .awo-sa__item-title span {
          display: inline-block;
          width: 85%; }
      .awo-sa .awo-sa__item dt .awo-sa__item-title.awo-no-padding-left {
        padding-left: 0; }
      .awo-sa .awo-sa__item dt .awo-sa__item-icon {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        gap: 8px;
        margin-right: 1.5rem;
        background: transparent;
        border: none;
        pointer-events: none; }
        .awo-sa .awo-sa__item dt .awo-sa__item-icon .awo-sa__item-icon-plus {
          position: absolute;
          right: 0;
          transition: all 300ms ease-in-out; }
          .awo-sa .awo-sa__item dt .awo-sa__item-icon .awo-sa__item-icon-plus svg {
            width: 20px;
            height: 20px; }
            @media (min-width: 48rem) {
              .awo-sa .awo-sa__item dt .awo-sa__item-icon .awo-sa__item-icon-plus svg {
                width: 26px;
                height: 26px; } }
        .awo-sa .awo-sa__item dt .awo-sa__item-icon .awo-sa__item-icon-minus {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
          align-items: center;
          gap: 1rem;
          position: absolute;
          right: 0;
          opacity: 0;
          transition: all 300ms ease-in-out; }
          .awo-sa .awo-sa__item dt .awo-sa__item-icon .awo-sa__item-icon-minus span {
            text-transform: uppercase;
            color: #faa61a;
            font-family: "Lato", sans-serif;
            font-size: 14px;
            line-height: 9px;
            font-weight: 700;
            display: none; }
            @media (min-width: 48rem) {
              .awo-sa .awo-sa__item dt .awo-sa__item-icon .awo-sa__item-icon-minus span {
                display: block; } }
          .awo-sa .awo-sa__item dt .awo-sa__item-icon .awo-sa__item-icon-minus span:nth-child(2) {
            margin-bottom: 6px;
            display: block; }
          .awo-sa .awo-sa__item dt .awo-sa__item-icon .awo-sa__item-icon-minus svg {
            width: 20px;
            height: 4px; }
            @media (min-width: 48rem) {
              .awo-sa .awo-sa__item dt .awo-sa__item-icon .awo-sa__item-icon-minus svg {
                width: 26px;
                height: 4px; } }
    .awo-sa .awo-sa__item dd {
      height: 0;
      overflow: hidden;
      transition: all 300ms ease-in-out; }
      .awo-sa .awo-sa__item dd .awo-sa__item-content {
        max-width: 85%;
        padding-top: 1.25rem; }
        .awo-sa .awo-sa__item dd .awo-sa__item-content p {
          text-align: left; }
      .awo-sa .awo-sa__item dd .awo-gbl {
        padding-top: 2.5rem;
        padding-bottom: 3.75rem; }
      .awo-sa .awo-sa__item dd .awo-sa__item-content-close {
        -ms-flex-align: center;
        align-items: center;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding-bottom: 2.25rem;
        padding-top: 2.25rem;
        position: relative; }
        .awo-sa .awo-sa__item dd .awo-sa__item-content-close button {
          background: transparent;
          border: none;
          margin-right: 1.25rem; }
          .awo-sa .awo-sa__item dd .awo-sa__item-content-close button .awo-sa__item-icon-minus {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-align: center;
            align-items: center;
            gap: 1rem; }
        .awo-sa .awo-sa__item dd .awo-sa__item-content-close span {
          text-transform: uppercase;
          color: #faa61a;
          font-family: "Lato", sans-serif;
          font-size: 14px;
          line-height: 9px;
          font-weight: 700;
          display: block; }
        .awo-sa .awo-sa__item dd .awo-sa__item-content-close span:nth-child(2) {
          margin-bottom: 6px; }
        .awo-sa .awo-sa__item dd .awo-sa__item-content-close svg {
          width: 20px;
          height: 4px; }
          @media (min-width: 48rem) {
            .awo-sa .awo-sa__item dd .awo-sa__item-content-close svg {
              width: 26px;
              height: 4px; } }
  .awo-sa .awo-sa__item.is-active .awo-sa__item-icon-plus {
    opacity: 0; }
  .awo-sa .awo-sa__item.is-active .awo-sa__item-icon-minus {
    opacity: 1 !important; }

.awo-careers-faqs__accordion {
  margin-top: 3rem; }

.template-careers-how-to-apply .awo-hero-careers {
  padding-bottom: 0px; }

.template-careers-how-to-apply .awo-bgy,
.template-careers-how-to-apply .awo-sa {
  padding-bottom: 0; }

.course-details-panel {
  border-radius: 25px;
  overflow: hidden; }
  .course-details-panel .course-details-panel-header {
    background-color: #B7DBF0;
    padding: 20px; }
    .course-details-panel .course-details-panel-header h4 {
      font-family: "Ludicrous-Stencil", serif;
      font-size: 32px;
      letter-spacing: 1px;
      margin: 0; }
    @media (min-width: 62rem) {
      .course-details-panel .course-details-panel-header {
        padding: 28px 33px 20px; } }
  .course-details-panel .course-details-panel-content-container {
    background-color: #FFF;
    padding: 20px; }
    @media (min-width: 62rem) {
      .course-details-panel .course-details-panel-content-container {
        display: grid;
        gap: 33px;
        grid-template-columns: 1fr 280px;
        padding: 33px; } }
    .course-details-panel .course-details-panel-content-container .course-details-panel-aside-content,
    .course-details-panel .course-details-panel-content-container .course-details-panel-aside-info {
      padding-bottom: 5px;
      padding-top: 5px; }
    .course-details-panel .course-details-panel-content-container .course-details-panel-aside-content h2, .course-details-panel .course-details-panel-content-container .course-details-panel-aside-content h3, .course-details-panel .course-details-panel-content-container .course-details-panel-aside-content legend, .course-details-panel .course-details-panel-content-container .course-details-panel-aside-content h4, .course-details-panel .course-details-panel-content-container .course-details-panel-aside-content h5, .course-details-panel .course-details-panel-content-container .course-details-panel-aside-content h6 {
      font-family: "Lato", sans-serif; }
    .course-details-panel .course-details-panel-content-container .course-details-panel-aside-content h2:first-of-type {
      font-weight: 700;
      font-size: 18px;
      line-height: 28px;
      margin-top: 0;
      margin-bottom: 16px; }
      @media (min-width: 62rem) {
        .course-details-panel .course-details-panel-content-container .course-details-panel-aside-content h2:first-of-type {
          font-size: 24px;
          margin-bottom: 33px; } }
    .course-details-panel .course-details-panel-content-container .course-details-panel-aside-content .awo-wwb__buttons {
      margin-top: 33px; }
    .course-details-panel .course-details-panel-content-container .course-details-panel-aside-content p {
      font-size: 12px;
      line-height: 24px; }
      @media (min-width: 62rem) {
        .course-details-panel .course-details-panel-content-container .course-details-panel-aside-content p {
          font-size: 16px;
          line-height: 26px; } }
      .course-details-panel .course-details-panel-content-container .course-details-panel-aside-content p:last-of-type {
        margin-bottom: 0; }
    .course-details-panel .course-details-panel-content-container .course-details-panel-aside-content *:not(.awo-wwb__button-secondary):not(.awo-button) {
      color: #404040;
      text-align: left; }
    .course-details-panel .course-details-panel-content-container .course-details-panel-aside-info {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      gap: 33px;
      margin-top: 33px;
      padding-top: 33px;
      border-top: 1px solid #C5C5C5; }
      @media (min-width: 62rem) {
        .course-details-panel .course-details-panel-content-container .course-details-panel-aside-info {
          -ms-flex-direction: column;
          flex-direction: column;
          -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
          border-left: 1px solid #C5C5C5;
          border-top: none;
          padding-left: 40px;
          margin-top: 0;
          padding-top: 0; } }
      .course-details-panel .course-details-panel-content-container .course-details-panel-aside-info .course-details-panel-aside-info-item {
        color: #404040; }
        .course-details-panel .course-details-panel-content-container .course-details-panel-aside-info .course-details-panel-aside-info-item header {
          -ms-flex-align: center;
          align-items: center;
          display: -ms-flexbox;
          display: flex;
          gap: 10px;
          margin-bottom: 5px; }
          .course-details-panel .course-details-panel-content-container .course-details-panel-aside-info .course-details-panel-aside-info-item header img {
            width: 20px; }
          .course-details-panel .course-details-panel-content-container .course-details-panel-aside-info .course-details-panel-aside-info-item header h5 {
            margin: 0;
            font-size: 16px; }
          @media (min-width: 62rem) {
            .course-details-panel .course-details-panel-content-container .course-details-panel-aside-info .course-details-panel-aside-info-item header {
              margin-bottom: 10px; } }
        .course-details-panel .course-details-panel-content-container .course-details-panel-aside-info .course-details-panel-aside-info-item p {
          margin: 0;
          font-size: 14px;
          line-height: 24px; }
          @media (min-width: 62rem) {
            .course-details-panel .course-details-panel-content-container .course-details-panel-aside-info .course-details-panel-aside-info-item p {
              font-size: 16px;
              line-height: 26px; } }
        .course-details-panel .course-details-panel-content-container .course-details-panel-aside-info .course-details-panel-aside-info-item h5 {
          color: #404040; }
  .course-details-panel .desktop-ctas a,
  .course-details-panel .mobile-ctas a {
    border: none; }
  .course-details-panel .desktop-ctas {
    display: none; }
    @media (min-width: 62rem) {
      .course-details-panel .desktop-ctas {
        display: -ms-flexbox;
        display: flex; } }
  .course-details-panel .mobile-ctas {
    display: -ms-flexbox;
    display: flex;
    gap: 10px; }
    @media (min-width: 62rem) {
      .course-details-panel .mobile-ctas {
        display: none; } }
  .course-details-panel.awo-wwb {
    margin-bottom: 33px;
    padding-top: 0; }

.external-training-banner {
  position: relative; }
  @media (min-width: 120rem) {
    .external-training-banner.atm:not(.atm--home) h1 {
      font-size: clamp(50px, 6vw, 3.15vw);
      line-height: 75px;
      max-width: 37.5rem; } }
  .external-training-banner:before {
    background: linear-gradient(to right, black, transparent);
    content: '';
    height: 100%;
    inset: 0;
    opacity: .3;
    position: absolute;
    width: 100%;
    z-index: 1; }

.external-training-wave-cta .awo-wave-cta-one .awo-wave-one__wrapper,
.external-training-wave-cta .awo-wave-cta-one .awo-wave-cta-one__footer-bg {
  background-color: #B7DBF0; }

.external-training-wave-cta .awo-wave-cta-one .awo-wave-cta-one__top-wave svg {
  fill: #B7DBF0; }

.external-training-wave-cta .awo-wave-cta-one .awo-wave-cta-one__footer-bg {
  height: 15rem;
  margin-bottom: -15rem; }

.external-training-wave-cta .awo-h2 {
  color: #000;
  font-size: 60px;
  line-height: 72px;
  text-align: left; }

.external-training-wave-cta br {
  display: none; }

.external-training-wave-cta .mobile-cta-label {
  display: block; }

.external-training-wave-cta .desktop-cta-label {
  display: none; }

@media (min-width: 73.125rem) {
  .external-training-wave-cta {
    margin-bottom: 2.5rem; }
    .external-training-wave-cta .mobile-cta-label {
      display: none; }
    .external-training-wave-cta .desktop-cta-label {
      display: block; } }

@media (max-width: 62rem) {
  .external-training-wave-cta .awo-h2 {
    font-size: 50px;
    line-height: 60px; } }

@media (min-width: 62rem) {
  .external-training-wave-cta .awo-wave-cta-one .awo-wave-one__wrapper {
    padding-bottom: .5rem; }
  .external-training-wave-cta br {
    display: block; } }

@media (max-width: 48rem) {
  .external-training-wave-cta .awo-button.button-black {
    display: block;
    width: 100%; } }

.container .partners-and-clients {
  margin: 80px 0 40px; }
  .container .partners-and-clients h3, .container .partners-and-clients legend {
    color: #404040;
    text-align: left; }
  .container .partners-and-clients .content {
    color: #2b2b2b;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 33px; }
    @media (max-width: 62rem) {
      .container .partners-and-clients .content {
        max-width: 94%; }
        .container .partners-and-clients .content:last-of-type {
          max-width: 75%; } }
  .container .partners-and-clients .logos {
    -ms-flex-align: center;
    align-items: center;
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px 0;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 2.5rem 0 5rem; }
    .container .partners-and-clients .logos:first-of-type {
      margin-bottom: 33px; }
    .container .partners-and-clients .logos li {
      -ms-flex-align: start;
      align-items: flex-start;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-pack: center;
      justify-content: center; }
      .container .partners-and-clients .logos li img {
        filter: saturate(0);
        padding: 15px; }
    @media (min-width: 28.75rem) {
      .container .partners-and-clients .logos {
        grid-template-columns: 1fr 1fr;
        gap: 30px 70px;
        -ms-flex-pack: distribute;
        justify-content: space-around; }
        .container .partners-and-clients .logos li {
          -ms-flex-align: center;
          align-items: center; }
          .container .partners-and-clients .logos li img {
            padding: 0; } }
  @media (min-width: 28.75rem) and (max-width: 550px) {
    .container .partners-and-clients .logos li img {
      width: 100%; } }
    @media (min-width: 62rem) {
      .container .partners-and-clients .logos {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 40px 100px;
        -ms-flex-pack: justify;
        justify-content: space-between; } }
  .container .partners-and-clients .organisations-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px 0; }
    .container .partners-and-clients .organisations-list li {
      width: 100%; }
      @media (min-width: 48rem) {
        .container .partners-and-clients .organisations-list li {
          padding-right: 30px;
          width: calc(50% - 30px); } }
      @media (min-width: 73.125rem) {
        .container .partners-and-clients .organisations-list li {
          width: calc(33% - 30px); } }

.training-tab-panel-header {
  margin-bottom: 50px; }
  .training-tab-panel-header h2:first-of-type {
    color: #404040;
    font-family: "Ludicrous-Stencil", serif;
    font-size: 45px; }
  .training-tab-panel-header p {
    font-size: 16px; }
  .training-tab-panel-header .statistics {
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr;
    margin-bottom: 55px;
    margin-top: 55px; }
    .training-tab-panel-header .statistics li .number {
      color: #d85625;
      font-family: "Ludicrous-Stencil", serif;
      font-size: 64px; }
    .training-tab-panel-header .statistics li .text {
      color: #404040;
      font-family: "Lato", sans-serif;
      font-size: 16px;
      font-weight: bold;
      line-height: 24px; }
  @media (min-width: 62rem) {
    .training-tab-panel-header .statistics {
      gap: 0;
      grid-template-columns: 1fr 1fr;
      margin-top: 75px;
      padding-right: 15px; }
      .training-tab-panel-header .statistics li {
        padding-right: 130px; }
        .training-tab-panel-header .statistics li .number {
          font-size: 96px; }
        .training-tab-panel-header .statistics li .text {
          font-size: 18px;
          line-height: 28px; } }

.trainer-panel {
  background-color: #B7DBF0;
  border-radius: 25px;
  display: grid;
  grid-template-columns: 1fr;
  height: 669px;
  overflow: hidden; }
  .trainer-panel aside.trainer-panel-details {
    overflow-y: auto;
    padding: 20px 30px;
    text-align: left; }
    .trainer-panel aside.trainer-panel-details h3, .trainer-panel aside.trainer-panel-details legend {
      color: #000;
      font-size: 24px;
      letter-spacing: 1;
      margin-bottom: 10px;
      text-align: left; }
    .trainer-panel aside.trainer-panel-details h4 {
      font-size: 16px;
      font-weight: 400;
      margin-bottom: 20px;
      margin-top: 0px; }
    .trainer-panel aside.trainer-panel-details .trainer-panel-content p {
      font-size: 17px;
      line-height: 26px;
      margin-bottom: 20px; }
      .trainer-panel aside.trainer-panel-details .trainer-panel-content p:last-of-type {
        margin-bottom: 0; }
    @media (max-width: 48rem) {
      .trainer-panel aside.trainer-panel-details .trainer-panel-content p {
        font-size: 16px;
        line-height: 24px; } }
  @media (max-width: 48rem) {
    .trainer-panel.has-mobile-image {
      grid-template-rows: 180px 1fr; } }
  .trainer-panel img {
    height: 100%;
    object-fit: cover;
    width: 100%; }
    .trainer-panel img.mobile {
      display: block; }
    .trainer-panel img.desktop {
      display: none; }
  @media (min-width: 48rem) {
    .trainer-panel {
      grid-template-columns: 1fr 410px;
      grid-template-rows: 1fr;
      height: 550px;
      overflow-y: auto; }
      .trainer-panel aside.trainer-panel-details h3, .trainer-panel aside.trainer-panel-details legend {
        font-size: 36px; }
      .trainer-panel aside.trainer-panel-details h4 {
        margin-bottom: 40px; }
      .trainer-panel img.mobile {
        display: none; }
      .trainer-panel img.desktop {
        display: block;
        height: 550px; } }

.testimonial-panel {
  background-color: #B7DBF0;
  border-radius: 25px;
  padding: 35px; }
  .testimonial-panel .heading {
    color: #404040;
    font-family: "Ludicrous-Stencil", serif;
    font-size: 24px;
    line-height: 34px;
    text-align: center; }
  @media (min-width: 62rem) {
    .testimonial-panel {
      padding: 70px; }
      .testimonial-panel .heading {
        font-size: 45px;
        line-height: 1.3; } }

:root {
  --navigation-min-height: 23rem;
  --navigation-bottom-min-height: 18rem;
  --cubic-bezier-menu-items: cubic-bezier(0.4, 0.01, 0.165, 0.99);
  --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1); }

.awo-header__top-navigation--overlay-transparent {
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  transition: transform, opacity;
  transition-delay: 400ms, 75ms;
  transition-duration: 0.5s;
  transition-timing-function: var(--ease-in-out);
  opacity: 0;
  transform-origin: top;
  transform: scaleY(0);
  display: none; }
  @media screen and (min-width: 1210px) {
    .awo-header__top-navigation--overlay-transparent {
      display: block; } }
  .awo-header__top-navigation--overlay-transparent.active {
    background-color: #000000;
    opacity: 0.7;
    transition-property: opacity;
    transition-duration: 0.5s;
    transition-timing-function: var(--ease-in-out);
    transition-delay: 0.2s;
    transform: scaleY(1); }

.awo-header__top-navigation--overlay {
  background-color: #2b2b2b;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  min-height: var(--navigation-min-height);
  z-index: 4;
  transform-origin: top;
  transform: scaleY(0);
  transition: all 300ms var(--ease-in-out);
  display: none; }
  @media screen and (min-width: 1210px) {
    .awo-header__top-navigation--overlay {
      display: block; } }
  .awo-header__top-navigation--overlay.active {
    transform-origin: top;
    transform: scaleY(1);
    transition: all 500ms var(--ease-in-out); }

.awo-header__bottom-navigation--overlay {
  background-color: #ffffff;
  position: fixed;
  left: 0;
  top: 0;
  min-height: var(--navigation-bottom-min-height);
  width: 100%;
  z-index: 3;
  margin-top: 8.45rem;
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.11), 0 5px 15px 0 rgba(0, 0, 0, 0.08);
  transform-origin: top;
  transform: scaleY(0);
  transition: all 300ms var(--ease-in-out);
  display: none; }
  @media screen and (min-width: 1210px) {
    .awo-header__bottom-navigation--overlay {
      display: block; } }
  .awo-header__bottom-navigation--overlay.active {
    transform-origin: top;
    transform: scaleY(1);
    transition: all 500ms var(--ease-in-out); }

.awo-header__top--mobile-button {
  position: absolute;
  top: 0;
  right: 0;
  height: 5rem;
  width: 3.75rem;
  z-index: 20;
  display: -ms-flexbox;
  display: flex; }
  .awo-header__top--mobile-button button.hamburger {
    margin: auto 0; }
  @media screen and (min-width: 1210px) {
    .awo-header__top--mobile-button {
      display: none; } }

.awo-header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5; }
  .awo-header.is-fixed {
    position: fixed;
    transform: translate3d(0, -250%, 0);
    transition: transform 0.5s;
    opacity: 0; }
  .awo-header.is-visible {
    transform: translate3d(0, 0, 0);
    opacity: 100%; }
  .awo-header .awo-header__top {
    background-color: #2b2b2b;
    padding: 0;
    position: relative; }
    @media screen and (min-width: 1210px) {
      .awo-header .awo-header__top {
        padding: 1.1rem 0; } }
    .awo-header .awo-header__top .awo-header__top-container {
      display: -ms-flexbox;
      display: flex;
      position: relative;
      -ms-flex-align: center;
      align-items: center; }
    .awo-header .awo-header__top.mobile-menu-active .awo-header__top-container__buttons {
      transform: scaleY(1);
      opacity: 1;
      transition: transform 1ms var(--ease-in-out), opacity 300ms var(--ease-in-out) 5ms; }
    .awo-header .awo-header__top .awo-header__top-container__buttons {
      background-color: #2b2b2b;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      min-height: 5rem;
      z-index: 5;
      transform-origin: top;
      transform: scaleY(0);
      opacity: 0;
      display: -ms-flexbox;
      display: flex; }
      @media screen and (min-width: 1210px) {
        .awo-header .awo-header__top .awo-header__top-container__buttons {
          display: none; } }
      .awo-header .awo-header__top .awo-header__top-container__buttons .awo-mobile-menu__top-buttons--cart {
        display: -ms-flexbox;
        display: flex;
        border-right: 1px solid #3b3b3b;
        min-width: 5.25rem;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto; }
        .awo-header .awo-header__top .awo-header__top-container__buttons .awo-mobile-menu__top-buttons--cart a {
          color: #ffffff;
          position: relative;
          display: block;
          margin: auto auto; }
          .awo-header .awo-header__top .awo-header__top-container__buttons .awo-mobile-menu__top-buttons--cart a span {
            background-color: #f7a824;
            color: #2b2b2b;
            font-family: "Lato", sans-serif;
            font-weight: 700;
            font-size: 0.625rem;
            line-height: 0.6875rem;
            border-radius: 100%;
            position: absolute;
            right: 0;
            top: 0;
            width: 1rem;
            height: 1rem;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-pack: center;
            justify-content: center;
            -ms-flex-align: center;
            align-items: center;
            margin-right: -0.5rem;
            margin-top: -0.25rem; }
          .awo-header .awo-header__top .awo-header__top-container__buttons .awo-mobile-menu__top-buttons--cart a svg {
            width: 1.7rem;
            height: 1.7rem; }
      .awo-header .awo-header__top .awo-header__top-container__buttons .awo-mobile-menu__top-buttons--search {
        -ms-flex: 1 1 auto;
        flex: 1 1 auto; }
        .awo-header .awo-header__top .awo-header__top-container__buttons .awo-mobile-menu__top-buttons--search a {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: center;
          justify-content: center;
          -ms-flex-align: center;
          align-items: center;
          max-width: 5.25rem;
          border-right: 1px solid #3b3b3b;
          height: 100%; }
          .awo-header .awo-header__top .awo-header__top-container__buttons .awo-mobile-menu__top-buttons--search a svg {
            fill: #474747;
            width: 1.5rem;
            height: 1.5rem; }
        .awo-header .awo-header__top .awo-header__top-container__buttons .awo-mobile-menu__top-buttons--search form {
          height: 100%;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
          align-items: center;
          padding: 0 1rem; }
          .awo-header .awo-header__top .awo-header__top-container__buttons .awo-mobile-menu__top-buttons--search form input {
            color: #ffffff;
            padding-left: 0;
            background-color: transparent;
            border-bottom: 1px solid #949494;
            border-radius: 0; }
            .awo-header .awo-header__top .awo-header__top-container__buttons .awo-mobile-menu__top-buttons--search form input:-ms-input-placeholder {
              opacity: 1;
              color: #ffffff; }
            .awo-header .awo-header__top .awo-header__top-container__buttons .awo-mobile-menu__top-buttons--search form input::placeholder {
              opacity: 1;
              color: #ffffff; }
      .awo-header .awo-header__top .awo-header__top-container__buttons .awo-mobile-menu__top-buttons--close {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        background-color: #ffffff;
        min-width: 4.5rem; }
    .awo-header .awo-header__top .awo-header__top-donate {
      position: absolute;
      right: 0;
      top: 0;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding-right: 2rem;
      height: 100%; }
      @media screen and (max-width: 1510px) {
        .awo-header .awo-header__top .awo-header__top-donate {
          display: none; } }
      .awo-header .awo-header__top .awo-header__top-donate .awo-header__top-donate-button {
        font-family: "Lato", sans-serif;
        font-weight: bold;
        font-size: 13px;
        line-height: 15px;
        text-transform: uppercase;
        display: inline-block;
        width: auto;
        padding: 0.65rem 1.25rem;
        border-radius: 0.6rem;
        background-color: #d85625;
        border-color: #d85625;
        color: #fff;
        z-index: 5; }
        .awo-header .awo-header__top .awo-header__top-donate .awo-header__top-donate-button:hover {
          background-color: #f69e0b;
          color: #fff;
          border-color: #f69e0b; }
    .awo-header .awo-header__top .awo-header__top-logo {
      width: 11.75rem;
      background-color: #2b2b2b; }
      .awo-header .awo-header__top .awo-header__top-logo .awo-logo {
        position: absolute;
        top: 0;
        left: 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        background-color: #2b2b2b;
        width: auto;
        margin-left: 0.75rem;
        z-index: 4;
        padding: 1rem;
        margin-top: -1.5rem; }
        @media screen and (min-width: 1210px) {
          .awo-header .awo-header__top .awo-header__top-logo .awo-logo {
            width: 11.75rem;
            padding: 0;
            margin-top: 0; } }
        .awo-header .awo-header__top .awo-header__top-logo .awo-logo .awo-logo__is-home {
          display: none; }
          @media screen and (min-width: 1210px) {
            .awo-header .awo-header__top .awo-header__top-logo .awo-logo .awo-logo__is-home {
              display: block; } }
          .awo-header .awo-header__top .awo-header__top-logo .awo-logo .awo-logo__is-home svg {
            width: 8rem;
            height: 12.25rem; }
        @media screen and (min-width: 1210px) {
          .awo-header .awo-header__top .awo-header__top-logo .awo-logo .awo-logo__is-home-mobile {
            display: none; } }
        .awo-header .awo-header__top .awo-header__top-logo .awo-logo .awo-logo__is-home-mobile svg {
          width: 5.5rem;
          height: 6.5rem; }
        .awo-header .awo-header__top .awo-header__top-logo .awo-logo .awo-logo__is-other-page {
          display: none; }
          @media screen and (min-width: 1210px) {
            .awo-header .awo-header__top .awo-header__top-logo .awo-logo .awo-logo__is-other-page {
              display: block; } }
          .awo-header .awo-header__top .awo-header__top-logo .awo-logo .awo-logo__is-other-page svg {
            width: 5.5rem;
            height: 6.5rem; }
        .awo-header .awo-header__top .awo-header__top-logo .awo-logo.is-home {
          margin-top: 0;
          min-width: 9.75rem;
          margin-left: 1.25rem;
          padding-bottom: 1.2rem; }
          @media screen and (min-width: 1210px) {
            .awo-header .awo-header__top .awo-header__top-logo .awo-logo.is-home {
              margin-left: 2.25rem; } }
          @media screen and (min-width: 1210px) {
            .awo-header .awo-header__top .awo-header__top-logo .awo-logo.is-home {
              margin-top: 0.75rem;
              min-width: auto;
              margin-left: 0.75rem;
              padding-bottom: 1rem; } }
          .awo-header .awo-header__top .awo-header__top-logo .awo-logo.is-home img.is-home {
            display: none; }
            @media screen and (min-width: 1210px) {
              .awo-header .awo-header__top .awo-header__top-logo .awo-logo.is-home img.is-home {
                display: block;
                margin: 0 auto; } }
          @media screen and (min-width: 1210px) {
            .awo-header .awo-header__top .awo-header__top-logo .awo-logo.is-home img.is-home-mobile {
              display: none; } }
        .awo-header .awo-header__top .awo-header__top-logo .awo-logo.is-other-page {
          padding: 0;
          margin-top: 0.85rem;
          margin-left: 1.25rem; }
          @media screen and (min-width: 1210px) {
            .awo-header .awo-header__top .awo-header__top-logo .awo-logo.is-other-page {
              padding: 1rem;
              margin-top: -1.25rem;
              margin-left: 0.75rem; } }
          .awo-header .awo-header__top .awo-header__top-logo .awo-logo.is-other-page img.is-other-page {
            display: none; }
            @media screen and (min-width: 1210px) {
              .awo-header .awo-header__top .awo-header__top-logo .awo-logo.is-other-page img.is-other-page {
                display: block;
                margin: 0 auto; } }
          .awo-header .awo-header__top .awo-header__top-logo .awo-logo.is-other-page .is-other-page-mobile svg {
            fill: #ffffff;
            width: 10.5rem; }
          @media screen and (min-width: 1210px) {
            .awo-header .awo-header__top .awo-header__top-logo .awo-logo.is-other-page .is-other-page-mobile {
              display: none; } }
        .awo-header .awo-header__top .awo-header__top-logo .awo-logo a {
          width: 100%;
          text-align: center; }
    .awo-header .awo-header__top .awo-header__top-navigation {
      margin-left: 4.75rem;
      z-index: 5;
      position: relative;
      display: none; }
      @media screen and (min-width: 1210px) {
        .awo-header .awo-header__top .awo-header__top-navigation {
          display: block; } }
      .awo-header .awo-header__top .awo-header__top-navigation ul {
        display: -ms-flexbox;
        display: flex; }
        .awo-header .awo-header__top .awo-header__top-navigation ul li {
          margin-right: 2rem; }
          .awo-header .awo-header__top .awo-header__top-navigation ul li.active, .awo-header .awo-header__top .awo-header__top-navigation ul li.page-active, .awo-header .awo-header__top .awo-header__top-navigation ul li:hover {
            color: #f69e0b; }
            .awo-header .awo-header__top .awo-header__top-navigation ul li.active a::after, .awo-header .awo-header__top .awo-header__top-navigation ul li.page-active a::after, .awo-header .awo-header__top .awo-header__top-navigation ul li:hover a::after {
              content: "";
              height: 2px;
              width: 100%;
              background-color: #f69e0b;
              position: absolute;
              bottom: 0;
              left: 0;
              display: -ms-flexbox;
              display: flex;
              border-right: 6px solid #2b2b2b;
              border-left: 6px solid #2b2b2b;
              margin-bottom: -0.5rem;
              z-index: 2; }
          .awo-header .awo-header__top .awo-header__top-navigation ul li a {
            font-size: 14px;
            line-height: 12px;
            font-family: "Lato", sans-serif;
            font-weight: normal;
            color: #fff;
            text-transform: uppercase;
            position: relative; }
          .awo-header .awo-header__top .awo-header__top-navigation ul li.active .awo-header__top-navigation--children {
            transition: transform 500ms var(--ease-in-out);
            transform-origin: top;
            transform: scaleY(1); }
            .awo-header .awo-header__top .awo-header__top-navigation ul li.active .awo-header__top-navigation--children ul {
              background-color: transparent; }
              .awo-header .awo-header__top .awo-header__top-navigation ul li.active .awo-header__top-navigation--children ul li {
                transform: scale(1) translateY(0);
                opacity: 1; }
                .awo-header .awo-header__top .awo-header__top-navigation ul li.active .awo-header__top-navigation--children ul li:nth-child(0) {
                  transition-delay: 0.25s; }
                .awo-header .awo-header__top .awo-header__top-navigation ul li.active .awo-header__top-navigation--children ul li:nth-child(1) {
                  transition-delay: 0.32s; }
                .awo-header .awo-header__top .awo-header__top-navigation ul li.active .awo-header__top-navigation--children ul li:nth-child(2) {
                  transition-delay: 0.39s; }
                .awo-header .awo-header__top .awo-header__top-navigation ul li.active .awo-header__top-navigation--children ul li:nth-child(3) {
                  transition-delay: 0.46s; }
                .awo-header .awo-header__top .awo-header__top-navigation ul li.active .awo-header__top-navigation--children ul li:nth-child(4) {
                  transition-delay: 0.53s; }
                .awo-header .awo-header__top .awo-header__top-navigation ul li.active .awo-header__top-navigation--children ul li:nth-child(5) {
                  transition-delay: 0.6s; }
                .awo-header .awo-header__top .awo-header__top-navigation ul li.active .awo-header__top-navigation--children ul li:nth-child(6) {
                  transition-delay: 0.67s; }
                .awo-header .awo-header__top .awo-header__top-navigation ul li.active .awo-header__top-navigation--children ul li:nth-child(7) {
                  transition-delay: 0.74s; }
                .awo-header .awo-header__top .awo-header__top-navigation ul li.active .awo-header__top-navigation--children ul li:nth-child(8) {
                  transition-delay: 0.81s; }
                .awo-header .awo-header__top .awo-header__top-navigation ul li.active .awo-header__top-navigation--children ul li:nth-child(9) {
                  transition-delay: 0.88s; }
                .awo-header .awo-header__top .awo-header__top-navigation ul li.active .awo-header__top-navigation--children ul li:nth-child(10) {
                  transition-delay: 0.95s; }
          .awo-header .awo-header__top .awo-header__top-navigation ul li .awo-header__top-navigation--children {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            background-color: #d85625;
            z-index: 1;
            padding-top: 1.75rem;
            margin-top: 1rem;
            background-color: #2b2b2b;
            min-height: auto;
            min-width: 40rem;
            transform-origin: top;
            transform: scaleY(0); }
            .awo-header .awo-header__top .awo-header__top-navigation ul li .awo-header__top-navigation--children ul {
              display: block;
              column-count: 2;
              max-width: 36rem;
              column-gap: 1rem;
              padding-top: 3rem;
              padding-bottom: 2rem; }
              .awo-header .awo-header__top .awo-header__top-navigation ul li .awo-header__top-navigation--children ul li {
                margin-bottom: 1.25rem;
                transform: translateY(-30px);
                opacity: 0;
                transition: transform 0.5s var(--cubic-bezier-menu-items), opacity 0.6s var(--cubic-bezier-menu-items);
                will-change: transform; }
                .awo-header .awo-header__top .awo-header__top-navigation ul li .awo-header__top-navigation--children ul li a {
                  text-transform: none; }
                  .awo-header .awo-header__top .awo-header__top-navigation ul li .awo-header__top-navigation--children ul li a:hover {
                    color: #f69e0b; }
                  .awo-header .awo-header__top .awo-header__top-navigation ul li .awo-header__top-navigation--children ul li a::after {
                    content: none;
                    display: none; }
    .awo-header .awo-header__top .awo-header__top-icons {
      display: none;
      -ms-flex-align: center;
      align-items: center;
      z-index: 5;
      position: relative; }
      @media screen and (min-width: 1210px) {
        .awo-header .awo-header__top .awo-header__top-icons {
          display: -ms-flexbox;
          display: flex; } }
      .awo-header .awo-header__top .awo-header__top-icons .awo-header__top-icons--cart {
        position: relative;
        display: block; }
        .awo-header .awo-header__top .awo-header__top-icons .awo-header__top-icons--cart:hover svg {
          fill: #f69e0b; }
        .awo-header .awo-header__top .awo-header__top-icons .awo-header__top-icons--cart svg {
          fill: #fff;
          width: 1.5rem;
          height: 1.5rem; }
        .awo-header .awo-header__top .awo-header__top-icons .awo-header__top-icons--cart span {
          position: absolute;
          top: 0;
          right: 0;
          border-radius: 100%;
          background-color: #f7a824;
          color: #000;
          font-family: "Lato", sans-serif;
          font-weight: bold;
          font-size: 10px;
          width: 1rem;
          height: 1rem;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
          align-items: center;
          -ms-flex-pack: center;
          justify-content: center;
          margin-right: -0.75rem;
          margin-top: -0.25rem; }
      .awo-header .awo-header__top .awo-header__top-icons .awo-header__top-icons--search {
        cursor: pointer; }
        .awo-header .awo-header__top .awo-header__top-icons .awo-header__top-icons--search:hover svg {
          fill: #f69e0b; }
        .awo-header .awo-header__top .awo-header__top-icons .awo-header__top-icons--search svg {
          fill: #fff;
          width: 1.5rem;
          height: 1.5rem; }
    .awo-header .awo-header__top .awo-header__top-buttons {
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      text-align: right;
      z-index: 5;
      position: relative;
      display: none;
      margin-right: -0.4rem; }
      @media screen and (min-width: 1210px) {
        .awo-header .awo-header__top .awo-header__top-buttons {
          display: block; } }
      @media screen and (min-width: 1510px) {
        .awo-header .awo-header__top .awo-header__top-buttons {
          max-width: 30rem; } }
      .awo-header .awo-header__top .awo-header__top-buttons .awo-header__top-buttons--exit,
      .awo-header .awo-header__top .awo-header__top-buttons .awo-header__top-buttons--help {
        font-family: "Lato", sans-serif;
        font-weight: bold;
        font-size: 13px;
        line-height: 15px;
        text-transform: uppercase;
        display: inline-block;
        width: auto;
        padding: 0.65rem 1.25rem;
        border-radius: 0.6rem; }
        .awo-header .awo-header__top .awo-header__top-buttons .awo-header__top-buttons--exit:hover,
        .awo-header .awo-header__top .awo-header__top-buttons .awo-header__top-buttons--help:hover {
          background-color: #f69e0b;
          color: #fff;
          border-color: #f69e0b; }
      .awo-header .awo-header__top .awo-header__top-buttons .awo-header__top-buttons--exit {
        background-color: #d7ce61;
        border: 1px solid #d7ce61;
        color: #383838;
        margin-right: 1.25rem;
        z-index: 5; }
      .awo-header .awo-header__top .awo-header__top-buttons .awo-header__top-buttons--help {
        border: 1px solid #e9e9e9;
        color: #d1d1d1;
        z-index: 5; }
      .awo-header .awo-header__top .awo-header__top-buttons .awo-header__top-buttons--donate {
        font-family: "Lato", sans-serif;
        font-weight: bold;
        font-size: 13px;
        line-height: 15px;
        text-transform: uppercase;
        display: inline-block;
        width: auto;
        padding: 0.65rem 1.25rem;
        border-radius: 0.6rem;
        background-color: #d85625;
        border-color: #d85625;
        color: #fff;
        z-index: 2;
        margin-left: 1.25rem; }
        @media screen and (min-width: 1510px) {
          .awo-header .awo-header__top .awo-header__top-buttons .awo-header__top-buttons--donate {
            display: none; } }
        .awo-header .awo-header__top .awo-header__top-buttons .awo-header__top-buttons--donate:hover {
          background-color: #f69e0b;
          color: #fff;
          border-color: #f69e0b; }
  .awo-header .awo-header__bottom {
    background-color: #2b2b2b;
    padding: 1.45rem 0;
    z-index: 3;
    position: relative;
    min-height: 5rem; }
    @media screen and (min-width: 1210px) {
      .awo-header .awo-header__bottom {
        min-height: auto; } }
    .awo-header .awo-header__bottom:not(.active) {
      box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.11), 0 5px 15px 0 rgba(0, 0, 0, 0.08); }
    @media screen and (min-width: 1210px) {
      .awo-header .awo-header__bottom {
        background-color: #fff; } }
    .awo-header .awo-header__bottom .awo-header__bottom-container {
      display: -ms-flexbox;
      display: flex; }
      .awo-header .awo-header__bottom .awo-header__bottom-container .awo-header__bottom-logo {
        width: 11.80rem;
        background-color: #e9e9e9;
        position: relative; }
        .awo-header .awo-header__bottom .awo-header__bottom-container .awo-header__bottom-logo::after {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          display: none;
          height: 100%;
          background-color: #2b2b2b;
          margin-top: -1.45rem;
          margin-left: 0.1rem;
          min-height: 3.9rem; }
          @media screen and (min-width: 1210px) {
            .awo-header .awo-header__bottom .awo-header__bottom-container .awo-header__bottom-logo::after {
              display: -ms-flexbox;
              display: flex; } }
        .awo-header .awo-header__bottom .awo-header__bottom-container .awo-header__bottom-logo.is-home::after {
          min-height: 11rem;
          z-index: 3; }
      .awo-header .awo-header__bottom .awo-header__bottom-container .awo-header__bottom-navigation {
        margin-left: 4.75rem;
        display: none;
        position: relative; }
        @media screen and (min-width: 1210px) {
          .awo-header .awo-header__bottom .awo-header__bottom-container .awo-header__bottom-navigation {
            display: block; } }
        .awo-header .awo-header__bottom .awo-header__bottom-container .awo-header__bottom-navigation ul {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
          align-items: center;
          width: 100%; }
          .awo-header .awo-header__bottom .awo-header__bottom-container .awo-header__bottom-navigation ul li {
            -ms-flex: 1 1 auto;
            flex: 1 1 auto;
            margin-right: 2rem; }
            .awo-header .awo-header__bottom .awo-header__bottom-container .awo-header__bottom-navigation ul li.active, .awo-header .awo-header__bottom .awo-header__bottom-container .awo-header__bottom-navigation ul li.page-active, .awo-header .awo-header__bottom .awo-header__bottom-container .awo-header__bottom-navigation ul li:hover {
              color: #f69e0b; }
              .awo-header .awo-header__bottom .awo-header__bottom-container .awo-header__bottom-navigation ul li.active a, .awo-header .awo-header__bottom .awo-header__bottom-container .awo-header__bottom-navigation ul li.page-active a, .awo-header .awo-header__bottom .awo-header__bottom-container .awo-header__bottom-navigation ul li:hover a {
                position: relative; }
                .awo-header .awo-header__bottom .awo-header__bottom-container .awo-header__bottom-navigation ul li.active a::after, .awo-header .awo-header__bottom .awo-header__bottom-container .awo-header__bottom-navigation ul li.page-active a::after, .awo-header .awo-header__bottom .awo-header__bottom-container .awo-header__bottom-navigation ul li:hover a::after {
                  content: "";
                  height: 2px;
                  width: 100%;
                  background-color: #f69e0b;
                  position: absolute;
                  bottom: 0;
                  left: 0;
                  display: -ms-flexbox;
                  display: flex;
                  border-right: 6px solid #fff;
                  border-left: 6px solid #fff;
                  margin-bottom: -0.5rem;
                  z-index: 3; }
            .awo-header .awo-header__bottom .awo-header__bottom-container .awo-header__bottom-navigation ul li a {
              color: #2b2b2b;
              font-family: "Lato", sans-serif;
              font-weight: bold;
              font-size: 17px;
              line-height: 12px;
              text-transform: uppercase; }
            .awo-header .awo-header__bottom .awo-header__bottom-container .awo-header__bottom-navigation ul li.active .awo-header__bottom-navigation--children {
              transition: transform 500ms var(--ease-in-out);
              transform-origin: top;
              transform: scaleY(1);
              margin-top: 1rem; }
              .awo-header .awo-header__bottom .awo-header__bottom-container .awo-header__bottom-navigation ul li.active .awo-header__bottom-navigation--children ul li {
                transform: scale(1) translateY(0);
                opacity: 1; }
                .awo-header .awo-header__bottom .awo-header__bottom-container .awo-header__bottom-navigation ul li.active .awo-header__bottom-navigation--children ul li:nth-child(0) {
                  transition-delay: 0.25s; }
                .awo-header .awo-header__bottom .awo-header__bottom-container .awo-header__bottom-navigation ul li.active .awo-header__bottom-navigation--children ul li:nth-child(1) {
                  transition-delay: 0.32s; }
                .awo-header .awo-header__bottom .awo-header__bottom-container .awo-header__bottom-navigation ul li.active .awo-header__bottom-navigation--children ul li:nth-child(2) {
                  transition-delay: 0.39s; }
                .awo-header .awo-header__bottom .awo-header__bottom-container .awo-header__bottom-navigation ul li.active .awo-header__bottom-navigation--children ul li:nth-child(3) {
                  transition-delay: 0.46s; }
                .awo-header .awo-header__bottom .awo-header__bottom-container .awo-header__bottom-navigation ul li.active .awo-header__bottom-navigation--children ul li:nth-child(4) {
                  transition-delay: 0.53s; }
                .awo-header .awo-header__bottom .awo-header__bottom-container .awo-header__bottom-navigation ul li.active .awo-header__bottom-navigation--children ul li:nth-child(5) {
                  transition-delay: 0.6s; }
                .awo-header .awo-header__bottom .awo-header__bottom-container .awo-header__bottom-navigation ul li.active .awo-header__bottom-navigation--children ul li:nth-child(6) {
                  transition-delay: 0.67s; }
                .awo-header .awo-header__bottom .awo-header__bottom-container .awo-header__bottom-navigation ul li.active .awo-header__bottom-navigation--children ul li:nth-child(7) {
                  transition-delay: 0.74s; }
                .awo-header .awo-header__bottom .awo-header__bottom-container .awo-header__bottom-navigation ul li.active .awo-header__bottom-navigation--children ul li:nth-child(8) {
                  transition-delay: 0.81s; }
                .awo-header .awo-header__bottom .awo-header__bottom-container .awo-header__bottom-navigation ul li.active .awo-header__bottom-navigation--children ul li:nth-child(9) {
                  transition-delay: 0.88s; }
                .awo-header .awo-header__bottom .awo-header__bottom-container .awo-header__bottom-navigation ul li.active .awo-header__bottom-navigation--children ul li:nth-child(10) {
                  transition-delay: 0.95s; }
                .awo-header .awo-header__bottom .awo-header__bottom-container .awo-header__bottom-navigation ul li.active .awo-header__bottom-navigation--children ul li:nth-child(11) {
                  transition-delay: 1.02s; }
                .awo-header .awo-header__bottom .awo-header__bottom-container .awo-header__bottom-navigation ul li.active .awo-header__bottom-navigation--children ul li:nth-child(12) {
                  transition-delay: 1.09s; }
                .awo-header .awo-header__bottom .awo-header__bottom-container .awo-header__bottom-navigation ul li.active .awo-header__bottom-navigation--children ul li:nth-child(13) {
                  transition-delay: 1.16s; }
                .awo-header .awo-header__bottom .awo-header__bottom-container .awo-header__bottom-navigation ul li.active .awo-header__bottom-navigation--children ul li:nth-child(14) {
                  transition-delay: 1.23s; }
                .awo-header .awo-header__bottom .awo-header__bottom-container .awo-header__bottom-navigation ul li.active .awo-header__bottom-navigation--children ul li:nth-child(15) {
                  transition-delay: 1.3s; }
            .awo-header .awo-header__bottom .awo-header__bottom-container .awo-header__bottom-navigation ul li .awo-header__bottom-navigation--children {
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              z-index: 2;
              padding-top: 1.75rem;
              margin-top: 1rem;
              background-color: #fff;
              min-height: auto;
              min-width: 44rem;
              margin-top: 1rem;
              transform-origin: top;
              transform: scaleY(0); }
              .awo-header .awo-header__bottom .awo-header__bottom-container .awo-header__bottom-navigation ul li .awo-header__bottom-navigation--children ul {
                display: block;
                column-count: 2;
                max-width: 45rem;
                column-gap: 1rem;
                padding-top: 1rem;
                padding-bottom: 2rem;
                background-color: transparent; }
                .awo-header .awo-header__bottom .awo-header__bottom-container .awo-header__bottom-navigation ul li .awo-header__bottom-navigation--children ul li {
                  margin-bottom: 1rem;
                  transform: translateY(-30px);
                  opacity: 0;
                  transition: transform 0.5s var(--cubic-bezier-menu-items), opacity 0.6s var(--cubic-bezier-menu-items);
                  will-change: transform; }
                  .awo-header .awo-header__bottom .awo-header__bottom-container .awo-header__bottom-navigation ul li .awo-header__bottom-navigation--children ul li a {
                    font-size: 0.9375rem;
                    line-height: 1.375rem;
                    font-family: "Lato", sans-serif;
                    font-weight: normal;
                    color: #2b2b2b;
                    text-transform: none; }
                    .awo-header .awo-header__bottom .awo-header__bottom-container .awo-header__bottom-navigation ul li .awo-header__bottom-navigation--children ul li a:hover {
                      color: #f69e0b; }
                    .awo-header .awo-header__bottom .awo-header__bottom-container .awo-header__bottom-navigation ul li .awo-header__bottom-navigation--children ul li a::after {
                      content: none;
                      display: none; }
          .awo-header .awo-header__bottom .awo-header__bottom-container .awo-header__bottom-navigation ul li:last-child {
            margin-right: 0; }
        .awo-header .awo-header__bottom .awo-header__bottom-container .awo-header__bottom-navigation li.awo-header__bottom-navigation-cart {
          position: relative; }
          .awo-header .awo-header__bottom .awo-header__bottom-container .awo-header__bottom-navigation li.awo-header__bottom-navigation-cart:hover svg {
            fill: #f69e0b; }
          .awo-header .awo-header__bottom .awo-header__bottom-container .awo-header__bottom-navigation li.awo-header__bottom-navigation-cart a.awo-header__top-icons--cart {
            position: absolute;
            top: 0;
            right: 0;
            display: inline-block;
            margin-top: -0.75rem;
            margin-right: -1.25rem; }
            .awo-header .awo-header__bottom .awo-header__bottom-container .awo-header__bottom-navigation li.awo-header__bottom-navigation-cart a.awo-header__top-icons--cart::after {
              display: none; }
            .awo-header .awo-header__bottom .awo-header__bottom-container .awo-header__bottom-navigation li.awo-header__bottom-navigation-cart a.awo-header__top-icons--cart span {
              position: absolute;
              top: 0;
              right: 0;
              background-color: #fecb1a;
              width: 1rem;
              height: 1rem;
              border-radius: 100%;
              font-size: 10px;
              display: -ms-flexbox;
              display: flex;
              -ms-flex-align: center;
              align-items: center;
              -ms-flex-pack: center;
              justify-content: center;
              margin-right: -0.7rem;
              margin-top: -0.5rem; }
            .awo-header .awo-header__bottom .awo-header__bottom-container .awo-header__bottom-navigation li.awo-header__bottom-navigation-cart a.awo-header__top-icons--cart svg {
              width: 1.45rem;
              height: 1.45rem; }

.awo-header__quick-links {
  display: -ms-flexbox;
  display: flex; }
  @media screen and (min-width: 1210px) {
    .awo-header__quick-links {
      display: none; } }
  .awo-header__quick-links.always-on {
    position: fixed;
    z-index: 10;
    width: 100%;
    top: 0; }
  .awo-header__quick-links a {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-size: 0.875rem;
    line-height: 0.9375rem;
    color: #ffffff;
    text-transform: uppercase;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    text-align: center;
    padding: 1.1rem 0;
    background-color: #d85625; }
  .awo-header__quick-links a:nth-child(2) {
    background-color: #2b2b2b;
    color: #d1d1d1; }
  .awo-header__quick-links a:nth-child(3) {
    background-color: #d7ce61;
    color: #2b2b2b;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 4rem;
    position: relative; }
    .awo-header__quick-links a:nth-child(3) .awo-header__quick-links-exit-wrapper {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .awo-header__quick-links a:nth-child(3) .awo-header__quick-links-exit-wrapper svg {
        width: 1.25rem;
        height: 1.25rem; }

.awo-mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  height: auto;
  width: 100%;
  z-index: 15;
  transform-origin: top;
  transform: scaleY(0);
  transition: transform 100ms var(--ease-in-out);
  opacity: 0;
  transition-delay: 75ms;
  margin-top: 8.2rem; }
  .awo-mobile-menu::after {
    content: "";
    background-color: #2b2b2b;
    opacity: 0.7;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200vh; }
  @media screen and (min-width: 1210px) {
    .awo-mobile-menu {
      display: none; } }
  .awo-mobile-menu.is-active {
    transform-origin: top;
    transform: scaleY(1);
    opacity: 1;
    transition: transform 300ms var(--ease-in-out);
    transition-delay: 75ms; }
  .awo-mobile-menu .awo-mobile-menu__container {
    background-color: transparent;
    z-index: 2;
    position: relative;
    height: 80vh;
    overflow-y: scroll;
    margin-top: -0.1rem; }
  .awo-mobile-menu .awo-mobile-menu__navigation {
    padding: 0.5rem 0 0;
    background-color: #ffffff; }
    .awo-mobile-menu .awo-mobile-menu__navigation ul li {
      padding: 0.75rem 1.25rem;
      border-bottom: 1px solid #f2f2f2; }
      .awo-mobile-menu .awo-mobile-menu__navigation ul li .awo-mobile-menu__navigation-title {
        position: relative;
        display: -ms-flexbox;
        display: flex; }
        .awo-mobile-menu .awo-mobile-menu__navigation ul li .awo-mobile-menu__navigation-title.is-active a::after {
          opacity: 1;
          transition: opacity 250ms var(--ease-in-out); }
        .awo-mobile-menu .awo-mobile-menu__navigation ul li .awo-mobile-menu__navigation-title a {
          font-size: 1.125rem;
          line-height: 1.5rem;
          font-family: "Lato", sans-serif;
          font-weight: bold;
          color: #000;
          display: inline-block;
          position: relative;
          text-transform: uppercase;
          position: relative; }
          .awo-mobile-menu .awo-mobile-menu__navigation ul li .awo-mobile-menu__navigation-title a::after {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 1px;
            background-color: #f7a824;
            margin-bottom: -0.2rem;
            opacity: 0;
            transition: opacity 250ms var(--ease-in-out); }
        .awo-mobile-menu .awo-mobile-menu__navigation ul li .awo-mobile-menu__navigation-title span {
          position: absolute;
          top: 0;
          right: 0;
          width: 1.85rem;
          height: 2.5rem;
          cursor: pointer;
          margin-top: -0.25rem; }
          .awo-mobile-menu .awo-mobile-menu__navigation ul li .awo-mobile-menu__navigation-title span.is-active svg {
            transform-origin: center;
            transform: rotate(180deg);
            transition: transform 300ms ease-in-out;
            fill: #f7a824; }
          .awo-mobile-menu .awo-mobile-menu__navigation ul li .awo-mobile-menu__navigation-title span svg {
            width: 2.5rem;
            height: 2.5rem;
            position: absolute;
            top: 0;
            left: 0;
            margin-top: -0.25rem;
            transition: transform 300ms ease-in-out; }
      .awo-mobile-menu .awo-mobile-menu__navigation ul li .awo-header__mobile-navigation--children {
        max-height: 0;
        opacity: 0;
        transform-origin: top;
        transform: scaleY(0); }
        .awo-mobile-menu .awo-mobile-menu__navigation ul li .awo-header__mobile-navigation--children ul {
          padding-top: 0.5rem;
          padding-bottom: 1rem; }
          .awo-mobile-menu .awo-mobile-menu__navigation ul li .awo-header__mobile-navigation--children ul li {
            margin-bottom: 0.75rem;
            transform: translateY(-30px);
            opacity: 0;
            transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99);
            will-change: transform;
            border-bottom: none;
            padding-left: 0;
            padding-bottom: 0;
            margin-bottom: 0; }
            .awo-mobile-menu .awo-mobile-menu__navigation ul li .awo-header__mobile-navigation--children ul li a {
              font-family: "Lato", sans-serif;
              font-size: 0.9375rem;
              line-height: 1.375rem;
              color: #000; }
        .awo-mobile-menu .awo-mobile-menu__navigation ul li .awo-header__mobile-navigation--children.is-active {
          max-height: 100%;
          opacity: 1;
          transform-origin: top;
          transform: scaleY(1); }
          .awo-mobile-menu .awo-mobile-menu__navigation ul li .awo-header__mobile-navigation--children.is-active li {
            transform: scale(1) translateY(0);
            opacity: 1; }
            .awo-mobile-menu .awo-mobile-menu__navigation ul li .awo-header__mobile-navigation--children.is-active li:nth-child(0) {
              transition-delay: 0.1s; }
            .awo-mobile-menu .awo-mobile-menu__navigation ul li .awo-header__mobile-navigation--children.is-active li:nth-child(1) {
              transition-delay: 0.17s; }
            .awo-mobile-menu .awo-mobile-menu__navigation ul li .awo-header__mobile-navigation--children.is-active li:nth-child(2) {
              transition-delay: 0.24s; }
            .awo-mobile-menu .awo-mobile-menu__navigation ul li .awo-header__mobile-navigation--children.is-active li:nth-child(3) {
              transition-delay: 0.31s; }
            .awo-mobile-menu .awo-mobile-menu__navigation ul li .awo-header__mobile-navigation--children.is-active li:nth-child(4) {
              transition-delay: 0.38s; }
            .awo-mobile-menu .awo-mobile-menu__navigation ul li .awo-header__mobile-navigation--children.is-active li:nth-child(5) {
              transition-delay: 0.45s; }
            .awo-mobile-menu .awo-mobile-menu__navigation ul li .awo-header__mobile-navigation--children.is-active li:nth-child(6) {
              transition-delay: 0.52s; }
            .awo-mobile-menu .awo-mobile-menu__navigation ul li .awo-header__mobile-navigation--children.is-active li:nth-child(7) {
              transition-delay: 0.59s; }
            .awo-mobile-menu .awo-mobile-menu__navigation ul li .awo-header__mobile-navigation--children.is-active li:nth-child(8) {
              transition-delay: 0.66s; }
            .awo-mobile-menu .awo-mobile-menu__navigation ul li .awo-header__mobile-navigation--children.is-active li:nth-child(9) {
              transition-delay: 0.73s; }
            .awo-mobile-menu .awo-mobile-menu__navigation ul li .awo-header__mobile-navigation--children.is-active li:nth-child(10) {
              transition-delay: 0.8s; }
            .awo-mobile-menu .awo-mobile-menu__navigation ul li .awo-header__mobile-navigation--children.is-active li:nth-child(11) {
              transition-delay: 0.87s; }
            .awo-mobile-menu .awo-mobile-menu__navigation ul li .awo-header__mobile-navigation--children.is-active li:nth-child(12) {
              transition-delay: 0.94s; }
    .awo-mobile-menu .awo-mobile-menu__navigation .awo-mobile-menu__navigation-donate {
      background-color: #2b2b2b;
      padding: 1.25rem; }
      .awo-mobile-menu .awo-mobile-menu__navigation .awo-mobile-menu__navigation-donate a {
        background-color: #d85625;
        border: 1px solid #d85625;
        font-family: "Lato", sans-serif;
        font-weight: 700;
        font-size: 0.875rem;
        line-height: 0.9375rem;
        color: #ffffff;
        display: inline-block;
        text-align: center;
        text-transform: uppercase;
        padding: 0.65rem 1.75rem;
        width: 100%;
        margin: 0 auto; }
        @media (min-width: 48rem) {
          .awo-mobile-menu .awo-mobile-menu__navigation .awo-mobile-menu__navigation-donate a {
            width: auto; } }

body.is-fixed {
  position: fixed; }

.awo-desktop-search {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 10rem;
  background-color: #2b2b2b;
  margin-top: 4rem;
  padding: 8rem 0;
  z-index: 4;
  opacity: 0;
  max-height: 0;
  transition: all 120ms ease-in-out;
  transform-origin: top;
  transform: scaleY(0); }
  @media screen and (max-width: 1210px) {
    .awo-desktop-search {
      display: none; } }
  .awo-desktop-search.is-active {
    opacity: 1;
    max-height: 100%;
    transition: all 120ms ease-in-out;
    transform: scaleY(1); }
  .awo-desktop-search .container {
    max-width: 880px;
    padding-left: 7rem; }
    .awo-desktop-search .container form input {
      border-bottom: 1px solid #949494;
      padding: 16px 0;
      font-family: "Lato", sans-serif;
      font-size: 28px;
      color: #fff;
      background: transparent;
      border-radius: 0; }

.awo-footer {
  position: relative;
  z-index: 1; }
  .awo-footer .awo-footer__top-wave svg {
    fill: #383838;
    margin-bottom: -0.25rem; }
  .awo-footer .awo-footer__top-wave.bg-old-lace {
    background: #f7efe1; }
  .awo-footer .awo-footer__wrapper {
    background: #383838; }
  .awo-footer.awo-footer-mt-2 {
    margin-top: -6rem; }
  .awo-footer .awo-newsletter {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem; }
    @media (min-width: 48rem) {
      .awo-footer .awo-newsletter {
        padding-top: 3rem;
        padding-bottom: 3.75rem; } }
  .awo-footer .awo-newsletter__title {
    font-size: 36px;
    line-height: 40px;
    font-family: "Ludicrous-Stencil", serif;
    color: #fff;
    text-align: center;
    padding: 0;
    letter-spacing: 0;
    max-width: 14rem;
    margin: 0 auto 1.75rem; }
    @media (min-width: 48rem) {
      .awo-footer .awo-newsletter__title {
        font-size: 45px;
        line-height: 45px;
        text-align: left;
        margin-bottom: 1rem;
        max-width: 100%; } }
  .awo-footer .awo-newsletter__container .awo-newsletter__form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media (min-width: 48rem) {
      .awo-footer .awo-newsletter__container .awo-newsletter__form {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; } }
    .awo-footer .awo-newsletter__container .awo-newsletter__form input:nth-child(1) {
      -ms-flex: 1 1 100%;
      flex: 1 1 100%;
      margin-bottom: 0.75rem; }
      @media (min-width: 48rem) {
        .awo-footer .awo-newsletter__container .awo-newsletter__form input:nth-child(1) {
          -ms-flex: 0 1 34%;
          flex: 0 1 34%;
          margin-bottom: 0;
          margin-right: 1rem; } }
    .awo-footer .awo-newsletter__container .awo-newsletter__form input:nth-child(2) {
      -ms-flex: 1 1 100%;
      flex: 1 1 100%;
      margin-bottom: 0.75rem; }
      @media (min-width: 48rem) {
        .awo-footer .awo-newsletter__container .awo-newsletter__form input:nth-child(2) {
          -ms-flex: 0 1 40%;
          flex: 0 1 40%;
          margin-right: 1rem;
          margin-bottom: 0; } }
    .awo-footer .awo-newsletter__container .awo-newsletter__form button {
      -ms-flex: 1 1 100%;
      flex: 1 1 100%;
      padding: 1rem; }
      @media (min-width: 48rem) {
        .awo-footer .awo-newsletter__container .awo-newsletter__form button {
          -ms-flex: 1 1 auto;
          flex: 1 1 auto; } }
    .awo-footer .awo-newsletter__container .awo-newsletter__form input {
      font-family: "Lato", sans-serif;
      font-weight: bold;
      font-size: 14px;
      line-height: 73px;
      text-transform: uppercase;
      color: #000; }
      .awo-footer .awo-newsletter__container .awo-newsletter__form input:-ms-input-placeholder {
        color: #000;
        opacity: 1; }
      .awo-footer .awo-newsletter__container .awo-newsletter__form input::placeholder {
        color: #000;
        opacity: 1; }
    .awo-footer .awo-newsletter__container .awo-newsletter__form button {
      font-family: "Lato", sans-serif;
      font-size: 16px;
      color: #383838;
      background-color: #f7a824;
      border: none;
      border-radius: 12px;
      text-transform: uppercase;
      cursor: pointer;
      font-weight: 700; }
      .awo-footer .awo-newsletter__container .awo-newsletter__form button:hover {
        background-color: #2b2b2b;
        color: #ffffff; }
  .awo-footer .awo-details {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 1rem; }
    @media (min-width: 48rem) {
      .awo-footer .awo-details {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 1.25rem; } }
    .awo-footer .awo-details .awo-details__address {
      width: 100%;
      text-align: center;
      -ms-flex-order: 1;
      order: 1; }
      .awo-footer .awo-details .awo-details__address .awo-details__address-logo {
        margin-left: auto;
        margin-right: auto;
        width: auto; }
        @media (min-width: 48rem) {
          .awo-footer .awo-details .awo-details__address .awo-details__address-logo {
            margin-left: 0;
            width: 11.75rem; } }
      @media (min-width: 48rem) {
        .awo-footer .awo-details .awo-details__address {
          width: auto;
          text-align: left;
          -ms-flex: 0 1 35%;
          flex: 0 1 35%; } }
      @media (min-width: 62rem) {
        .awo-footer .awo-details .awo-details__address {
          -ms-flex: 1 1 auto;
          flex: 1 1 auto; } }
      .awo-footer .awo-details .awo-details__address img {
        max-width: 15rem;
        margin-bottom: 1.25rem; }
        @media (min-width: 48rem) {
          .awo-footer .awo-details .awo-details__address img {
            margin-bottom: 1rem; } }
      .awo-footer .awo-details .awo-details__address p {
        font-family: "Lato", sans-serif;
        font-weight: bold;
        font-size: 15px;
        line-height: 25px;
        color: #e9e9e9;
        margin-bottom: 3.5rem; }
        @media (min-width: 48rem) {
          .awo-footer .awo-details .awo-details__address p {
            line-height: 26px;
            margin-bottom: 1.75rem; } }
      .awo-footer .awo-details .awo-details__address .awo-follow-us .awo-follow-us__title {
        font-size: 34px;
        line-height: 38px;
        font-family: "Ludicrous-Stencil", serif;
        color: #fff; }
      .awo-footer .awo-details .awo-details__address .awo-follow-us .awo-social-icons {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center; }
        @media (min-width: 48rem) {
          .awo-footer .awo-details .awo-details__address .awo-follow-us .awo-social-icons {
            -ms-flex-pack: start;
            justify-content: flex-start; } }
        .awo-footer .awo-details .awo-details__address .awo-follow-us .awo-social-icons li {
          margin-right: 1.75rem; }
          .awo-footer .awo-details .awo-details__address .awo-follow-us .awo-social-icons li a {
            background-color: #e9e9e9;
            border-radius: 100%;
            color: #383838;
            display: block;
            width: 2rem;
            height: 2rem;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-pack: center;
            justify-content: center;
            -ms-flex-align: center;
            align-items: center;
            cursor: pointer; }
            .awo-footer .awo-details .awo-details__address .awo-follow-us .awo-social-icons li a:hover {
              background-color: #f69e0b;
              color: #fff; }
    .awo-footer .awo-details .awo-details__logos {
      padding: 3.25rem 1rem 2rem;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      -ms-flex-pack: center;
      justify-content: center;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-order: 2;
      order: 2; }
      @media (min-width: 48rem) {
        .awo-footer .awo-details .awo-details__logos {
          padding: 2rem 1rem; } }
      .awo-footer .awo-details .awo-details__logos.awo-ipad {
        display: none; }
      @media (min-width: 48rem) {
        .awo-footer .awo-details .awo-details__logos {
          -ms-flex-pack: end;
          justify-content: flex-end;
          padding: 0 3rem;
          -ms-flex-order: 3;
          order: 3;
          display: none; }
          .awo-footer .awo-details .awo-details__logos.awo-ipad {
            display: -ms-flexbox;
            display: flex;
            padding-left: 0;
            padding-right: 1rem;
            margin-top: 4rem;
            -ms-flex-pack: start;
            justify-content: flex-start; } }
      @media (min-width: 62rem) {
        .awo-footer .awo-details .awo-details__logos {
          -ms-flex-order: 2;
          order: 2;
          display: -ms-flexbox;
          display: flex; }
          .awo-footer .awo-details .awo-details__logos.awo-ipad {
            display: none; } }
      .awo-footer .awo-details .awo-details__logos .awo-details__logos-container {
        display: -ms-flexbox;
        display: flex; }
        @media (min-width: 62rem) {
          .awo-footer .awo-details .awo-details__logos .awo-details__logos-container {
            display: block;
            max-width: 7.25rem; } }
      .awo-footer .awo-details .awo-details__logos .awo-details__logos--aboriginal-flag,
      .awo-footer .awo-details .awo-details__logos .awo-details__logos--torres-strait-islander-flag,
      .awo-footer .awo-details .awo-details__logos .awo-details__logos--pride-flag {
        width: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center; }
        @media (min-width: 62rem) {
          .awo-footer .awo-details .awo-details__logos .awo-details__logos--aboriginal-flag,
          .awo-footer .awo-details .awo-details__logos .awo-details__logos--torres-strait-islander-flag,
          .awo-footer .awo-details .awo-details__logos .awo-details__logos--pride-flag {
            -ms-flex-align: start;
            align-items: flex-start;
            margin-bottom: 1rem; } }
        .awo-footer .awo-details .awo-details__logos .awo-details__logos--aboriginal-flag svg,
        .awo-footer .awo-details .awo-details__logos .awo-details__logos--torres-strait-islander-flag svg,
        .awo-footer .awo-details .awo-details__logos .awo-details__logos--pride-flag svg {
          width: auto;
          height: 1.75rem;
          margin: 0 1rem; }
          @media (min-width: 62rem) {
            .awo-footer .awo-details .awo-details__logos .awo-details__logos--aboriginal-flag svg,
            .awo-footer .awo-details .awo-details__logos .awo-details__logos--torres-strait-islander-flag svg,
            .awo-footer .awo-details .awo-details__logos .awo-details__logos--pride-flag svg {
              width: 4.25rem;
              height: auto;
              margin: 0 auto; } }
      @media (min-width: 48rem) {
        .awo-footer .awo-details .awo-details__logos .awo-details__logos--aboriginal-flag svg {
          margin: 0; } }
      @media (min-width: 62rem) {
        .awo-footer .awo-details .awo-details__logos .awo-details__logos--aboriginal-flag svg {
          margin: 0 auto; } }
      @media (min-width: 62rem) {
        .awo-footer .awo-details .awo-details__logos .awo-details__logos--pride-flag {
          margin-bottom: 2rem; } }
      .awo-footer .awo-details .awo-details__logos .awo-details__logos--acnc-logo {
        text-align: center;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 0; }
        @media (min-width: 48rem) {
          .awo-footer .awo-details .awo-details__logos .awo-details__logos--acnc-logo {
            gap: 1rem; } }
        @media (min-width: 62rem) {
          .awo-footer .awo-details .awo-details__logos .awo-details__logos--acnc-logo {
            margin-top: 1.5rem; } }
        .awo-footer .awo-details .awo-details__logos .awo-details__logos--acnc-logo img {
          width: 3rem;
          margin: 0 1rem; }
          @media (min-width: 48rem) {
            .awo-footer .awo-details .awo-details__logos .awo-details__logos--acnc-logo img {
              margin: 0; } }
    .awo-footer .awo-details .awo-details__text {
      -ms-flex: 0 1 auto;
      flex: 0 1 auto;
      -ms-flex-order: 3;
      order: 3; }
      @media (min-width: 48rem) {
        .awo-footer .awo-details .awo-details__text {
          -ms-flex-order: 2;
          order: 2;
          -ms-flex: 0 1 64%;
          flex: 0 1 64%; } }
      @media (min-width: 62rem) {
        .awo-footer .awo-details .awo-details__text {
          -ms-flex-order: 3;
          order: 3;
          -ms-flex: 0 1 auto;
          flex: 0 1 auto; } }
      @media (min-width: 48rem) {
        .awo-footer .awo-details .awo-details__text .awo-details__text-container {
          max-width: 36rem;
          margin-right: 1.25rem;
          padding-left: 2rem; } }
      @media (min-width: 62rem) {
        .awo-footer .awo-details .awo-details__text .awo-details__text-container {
          padding-left: 0; } }
      .awo-footer .awo-details .awo-details__text p {
        font-family: "Lato", sans-serif;
        font-weight: bold;
        font-size: 13px;
        line-height: 24px;
        color: #949494; }
        @media (min-width: 48rem) {
          .awo-footer .awo-details .awo-details__text p {
            font-size: 14px;
            line-height: 26px; } }
  .awo-footer .awo-footer-links {
    display: grid;
    grid-template-columns: 1fr;
    border-top: 2px solid #474747;
    padding-top: 1.75rem;
    margin-bottom: 1.5rem; }
    @media (min-width: 62rem) {
      .awo-footer .awo-footer-links {
        grid-template-columns: repeat(5, 1fr);
        padding-top: 3rem;
        margin-bottom: 2.25rem; } }
    .awo-footer .awo-footer-links .awo-footer_links-container {
      margin-bottom: 0.5rem; }
      @media (min-width: 48rem) {
        .awo-footer .awo-footer-links .awo-footer_links-container {
          margin-bottom: 0; } }
      .awo-footer .awo-footer-links .awo-footer_links-container .awo-footer__links-title {
        margin-bottom: 0.75rem;
        width: 100%;
        position: relative;
        cursor: pointer; }
        @media (min-width: 62rem) {
          .awo-footer .awo-footer-links .awo-footer_links-container .awo-footer__links-title {
            max-width: 11.5rem;
            margin-bottom: 0.5rem; } }
        .awo-footer .awo-footer-links .awo-footer_links-container .awo-footer__links-title a {
          font-family: "Lato", sans-serif;
          font-size: 18px;
          line-height: 27px;
          text-transform: uppercase;
          color: #fff;
          font-weight: bold; }
          @media (min-width: 48rem) {
            .awo-footer .awo-footer-links .awo-footer_links-container .awo-footer__links-title a {
              font-size: 15px; } }
          .awo-footer .awo-footer-links .awo-footer_links-container .awo-footer__links-title a:hover {
            color: #f69e0b; }
        .awo-footer .awo-footer-links .awo-footer_links-container .awo-footer__links-title.is-active a {
          color: #f7a824; }
        .awo-footer .awo-footer-links .awo-footer_links-container .awo-footer__links-title.is-active span svg {
          fill: #f7a824;
          transform: rotate(180deg);
          transform-origin: center;
          transition: all 300ms ease-in-out; }
        .awo-footer .awo-footer-links .awo-footer_links-container .awo-footer__links-title span {
          width: 2rem;
          height: 2rem;
          position: absolute;
          top: 0;
          right: 0;
          display: block;
          margin-top: -0.25rem; }
          @media (min-width: 62rem) {
            .awo-footer .awo-footer-links .awo-footer_links-container .awo-footer__links-title span {
              display: none; } }
          .awo-footer .awo-footer-links .awo-footer_links-container .awo-footer__links-title span svg {
            width: 2rem;
            height: 2rem;
            fill: #fff;
            transition: all 300ms ease-in-out; }
      .awo-footer .awo-footer-links .awo-footer_links-container .awo-footer__links-group {
        max-height: 0;
        opacity: 0;
        transform: scaleY(0);
        transform-origin: top; }
        .awo-footer .awo-footer-links .awo-footer_links-container .awo-footer__links-group.is-active {
          max-height: 100%;
          opacity: 1;
          transform: scaleY(1);
          margin-bottom: 2rem; }
          .awo-footer .awo-footer-links .awo-footer_links-container .awo-footer__links-group.is-active li {
            transform: scale(1) translateY(0);
            opacity: 1; }
            .awo-footer .awo-footer-links .awo-footer_links-container .awo-footer__links-group.is-active li:nth-child(0) {
              transition-delay: 0.1s; }
            .awo-footer .awo-footer-links .awo-footer_links-container .awo-footer__links-group.is-active li:nth-child(1) {
              transition-delay: 0.17s; }
            .awo-footer .awo-footer-links .awo-footer_links-container .awo-footer__links-group.is-active li:nth-child(2) {
              transition-delay: 0.24s; }
            .awo-footer .awo-footer-links .awo-footer_links-container .awo-footer__links-group.is-active li:nth-child(3) {
              transition-delay: 0.31s; }
            .awo-footer .awo-footer-links .awo-footer_links-container .awo-footer__links-group.is-active li:nth-child(4) {
              transition-delay: 0.38s; }
            .awo-footer .awo-footer-links .awo-footer_links-container .awo-footer__links-group.is-active li:nth-child(5) {
              transition-delay: 0.45s; }
            .awo-footer .awo-footer-links .awo-footer_links-container .awo-footer__links-group.is-active li:nth-child(6) {
              transition-delay: 0.52s; }
            .awo-footer .awo-footer-links .awo-footer_links-container .awo-footer__links-group.is-active li:nth-child(7) {
              transition-delay: 0.59s; }
            .awo-footer .awo-footer-links .awo-footer_links-container .awo-footer__links-group.is-active li:nth-child(8) {
              transition-delay: 0.66s; }
            .awo-footer .awo-footer-links .awo-footer_links-container .awo-footer__links-group.is-active li:nth-child(9) {
              transition-delay: 0.73s; }
            .awo-footer .awo-footer-links .awo-footer_links-container .awo-footer__links-group.is-active li:nth-child(10) {
              transition-delay: 0.8s; }
            .awo-footer .awo-footer-links .awo-footer_links-container .awo-footer__links-group.is-active li:nth-child(11) {
              transition-delay: 0.87s; }
            .awo-footer .awo-footer-links .awo-footer_links-container .awo-footer__links-group.is-active li:nth-child(12) {
              transition-delay: 0.94s; }
        @media (min-width: 62rem) {
          .awo-footer .awo-footer-links .awo-footer_links-container .awo-footer__links-group {
            max-height: 100%;
            opacity: 1;
            transform: scaleY(1);
            max-width: 11.5rem; } }
        .awo-footer .awo-footer-links .awo-footer_links-container .awo-footer__links-group li {
          margin-bottom: 1.25rem;
          transform: translateY(-30px);
          opacity: 0;
          transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99);
          will-change: transform; }
          @media (min-width: 62rem) {
            .awo-footer .awo-footer-links .awo-footer_links-container .awo-footer__links-group li {
              transform: translateY(0);
              opacity: 1;
              margin-bottom: 0.75rem; } }
          .awo-footer .awo-footer-links .awo-footer_links-container .awo-footer__links-group li a {
            font-family: "Lato", sans-serif;
            font-weight: 300;
            font-size: 16px;
            line-height: 16px;
            color: #fff; }
            @media (min-width: 48rem) {
              .awo-footer .awo-footer-links .awo-footer_links-container .awo-footer__links-group li a {
                font-family: "Lato", sans-serif;
                font-size: 14px;
                line-height: 18px; } }
            .awo-footer .awo-footer-links .awo-footer_links-container .awo-footer__links-group li a:hover {
              color: #f69e0b; }
  .awo-footer .awo-footer-copyright {
    border-top: 2px solid #474747;
    display: -ms-flexbox;
    display: flex;
    padding-top: 2rem;
    padding-bottom: 3rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media (min-width: 48rem) {
      .awo-footer .awo-footer-copyright {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        padding-top: 1.5rem; } }
    .awo-footer .awo-footer-copyright .awo-footer-copyright__links {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: start;
      justify-content: flex-start;
      width: 100%; }
      @media (min-width: 48rem) {
        .awo-footer .awo-footer-copyright .awo-footer-copyright__links {
          width: auto; } }
      .awo-footer .awo-footer-copyright .awo-footer-copyright__links ul {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        width: 100%; }
        @media (min-width: 48rem) {
          .awo-footer .awo-footer-copyright .awo-footer-copyright__links ul {
            width: auto; } }
        .awo-footer .awo-footer-copyright .awo-footer-copyright__links ul li {
          margin-right: 1.5rem;
          width: 100%;
          text-align: left;
          margin-bottom: 0.5rem; }
          @media (min-width: 48rem) {
            .awo-footer .awo-footer-copyright .awo-footer-copyright__links ul li {
              width: auto;
              margin-bottom: 0; } }
          .awo-footer .awo-footer-copyright .awo-footer-copyright__links ul li a {
            font-family: "Lato", sans-serif;
            font-weight: bold;
            font-size: 13px;
            line-height: 24px;
            text-transform: uppercase;
            color: #949494; }
            @media (min-width: 48rem) {
              .awo-footer .awo-footer-copyright .awo-footer-copyright__links ul li a {
                font-size: 14px;
                line-height: 26px; } }
            .awo-footer .awo-footer-copyright .awo-footer-copyright__links ul li a:hover {
              color: #f69e0b; }
    .awo-footer .awo-footer-copyright .awo-footer-copyright__text {
      font-family: "Lato", sans-serif;
      font-weight: bold;
      font-size: 13px;
      line-height: 24px;
      color: #949494;
      margin-top: 0.5rem;
      width: 100%;
      text-align: left; }
      @media (min-width: 48rem) {
        .awo-footer .awo-footer-copyright .awo-footer-copyright__text {
          margin-top: 0;
          width: auto;
          font-size: 14px;
          line-height: 26px; } }
    .awo-footer .awo-footer-copyright .awo-footer-copyright__brightlabs {
      margin-left: 0;
      margin-right: auto;
      font-size: 14px;
      line-height: 18px;
      color: #949494;
      margin-top: 1rem;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center; }
      @media (min-width: 48rem) {
        .awo-footer .awo-footer-copyright .awo-footer-copyright__brightlabs {
          margin-top: 0;
          margin-left: auto;
          margin-right: 0; } }
      .awo-footer .awo-footer-copyright .awo-footer-copyright__brightlabs a {
        color: #00aff2;
        margin-left: 0.25rem; }

.awo-footer .awo-footer__top-wave.bg-old-lace.tabbed-content {
  background-color: #fff; }
  @media (min-width: 48rem) {
    .awo-footer .awo-footer__top-wave.bg-old-lace.tabbed-content {
      background-color: #f7efe1; } }

.content-page.donate-content {
  min-height: 50rem;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  padding-top: 8.5rem; }
  .content-page.donate-content::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 30%;
    z-index: 1; }
  .content-page.donate-content .container {
    z-index: 2;
    position: relative; }
  .content-page.donate-content .awo-donate-breadcrumbs {
    padding-top: 3.5rem;
    margin-bottom: 2.75rem; }
  .content-page.donate-content #donate-vue-app {
    min-height: 66rem; }
  .content-page.donate-content .awo-donate-title-content-icms {
    margin-bottom: 3.5rem; }
    .content-page.donate-content .awo-donate-title-content-icms h1 {
      font-family: "Ludicrous-Stencil", serif;
      font-size: 3.75rem;
      line-height: 3.75rem;
      color: #fff;
      margin-bottom: 0.75rem;
      font-weight: normal; }
    .content-page.donate-content .awo-donate-title-content-icms .awo-donate-body-content-icms p {
      display: none; }
      @media (min-width: 48rem) {
        .content-page.donate-content .awo-donate-title-content-icms .awo-donate-body-content-icms p {
          display: block; } }
    .content-page.donate-content .awo-donate-title-content-icms p {
      font-family: "Lato", sans-serif;
      font-size: 18px;
      line-height: 28px;
      color: #fff;
      font-weight: normal;
      max-width: 42rem;
      text-shadow: 1px 1px 3px black; }
  .content-page.donate-content .awo-donate-wizard {
    background-color: white;
    border-radius: 16px;
    max-width: 49rem;
    padding: 3.75rem 2.75rem 3.5rem;
    margin-bottom: 13rem; }
    .content-page.donate-content .awo-donate-wizard.adw__step-2-padding .information-button {
      padding-left: 1rem; }
    .content-page.donate-content .awo-donate-wizard .awo-donate-errors {
      background-color: #db0000;
      color: #fff;
      border-radius: 10px;
      padding: 1rem;
      margin-top: 1rem; }
      .content-page.donate-content .awo-donate-wizard .awo-donate-errors .awo-donate-errors--item {
        margin-bottom: 0.5rem;
        font-size: 14px; }
      .content-page.donate-content .awo-donate-wizard .awo-donate-errors .awo-donate-errors--item:last-child {
        margin-bottom: 0; }
    .content-page.donate-content .awo-donate-wizard .awo-donate-wizard-steps {
      position: relative;
      max-width: 44rem;
      margin: 0 auto;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      display: -ms-flexbox;
      display: flex; }
      .content-page.donate-content .awo-donate-wizard .awo-donate-wizard-steps .awo-donate-wizard-steps-bar {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 1rem;
        padding: 0 8rem;
        display: none; }
        @media (min-width: 48rem) {
          .content-page.donate-content .awo-donate-wizard .awo-donate-wizard-steps .awo-donate-wizard-steps-bar {
            display: block; } }
        .content-page.donate-content .awo-donate-wizard .awo-donate-wizard-steps .awo-donate-wizard-steps-bar::after {
          content: "";
          border-bottom: 1px solid #f7a824;
          width: 100%;
          display: -ms-flexbox;
          display: flex;
          margin-top: 1.6rem;
          z-index: 1; }
      .content-page.donate-content .awo-donate-wizard .awo-donate-wizard-steps .step:not(.active) {
        display: none; }
        @media (min-width: 48rem) {
          .content-page.donate-content .awo-donate-wizard .awo-donate-wizard-steps .step:not(.active) {
            display: block; } }
      .content-page.donate-content .awo-donate-wizard .awo-donate-wizard-steps .step {
        text-align: center;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        z-index: 2;
        width: 100%;
        margin-bottom: 1.5rem; }
        @media (min-width: 48rem) {
          .content-page.donate-content .awo-donate-wizard .awo-donate-wizard-steps .step {
            width: auto; } }
        .content-page.donate-content .awo-donate-wizard .awo-donate-wizard-steps .step .step__block .step__block-number {
          background-color: #fff;
          color: #f7a824;
          font-family: "Lato", sans-serif;
          font-weight: 700;
          font-size: 25px;
          line-height: 23px;
          border: 1px solid #f7a824;
          border-radius: 100%;
          height: 3.25rem;
          width: 3.25rem;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
          align-items: center;
          -ms-flex-pack: center;
          justify-content: center;
          margin: 0 auto;
          cursor: pointer; }
        .content-page.donate-content .awo-donate-wizard .awo-donate-wizard-steps .step .step__block .step__block-text {
          font-family: "Lato", sans-serif;
          font-size: 14px;
          color: #f7a824;
          text-transform: uppercase;
          margin-top: 1rem;
          cursor: pointer; }
          @media (min-width: 48rem) {
            .content-page.donate-content .awo-donate-wizard .awo-donate-wizard-steps .step .step__block .step__block-text {
              margin-top: 1.5rem; } }
        .content-page.donate-content .awo-donate-wizard .awo-donate-wizard-steps .step.active .step__block-number {
          background-color: #f7a824;
          color: #fff; }
        .content-page.donate-content .awo-donate-wizard .awo-donate-wizard-steps .step.active .step__block-text {
          color: #2b2b2b; }
    .content-page.donate-content .awo-donate-wizard .donate-wizard-container .donate-type-selection {
      display: grid;
      grid-template-columns: 1fr;
      column-gap: 1.75rem;
      row-gap: 1rem; }
      @media (min-width: 48rem) {
        .content-page.donate-content .awo-donate-wizard .donate-wizard-container .donate-type-selection {
          grid-template-columns: 1fr 1fr;
          margin-top: 2.5rem;
          row-gap: 1.75rem; } }
      .content-page.donate-content .awo-donate-wizard .donate-wizard-container .donate-type-selection .donate-type-selection--item {
        background-color: #fff;
        border: 1px solid #f7a824;
        border-radius: 0.75em;
        padding: 2rem;
        text-align: center;
        cursor: pointer; }
        @media (min-width: 48rem) {
          .content-page.donate-content .awo-donate-wizard .donate-wizard-container .donate-type-selection .donate-type-selection--item {
            padding: 0.5rem 2.25rem; } }
        .content-page.donate-content .awo-donate-wizard .donate-wizard-container .donate-type-selection .donate-type-selection--item h3, .content-page.donate-content .awo-donate-wizard .donate-wizard-container .donate-type-selection .donate-type-selection--item legend {
          font-family: "Ludicrous-Stencil", serif;
          color: #f7a824;
          font-size: 28px;
          line-height: 39px;
          margin-bottom: 0.5rem;
          text-align: center; }
          @media (min-width: 48rem) {
            .content-page.donate-content .awo-donate-wizard .donate-wizard-container .donate-type-selection .donate-type-selection--item h3, .content-page.donate-content .awo-donate-wizard .donate-wizard-container .donate-type-selection .donate-type-selection--item legend {
              font-size: 38px;
              line-height: 39px; } }
        .content-page.donate-content .awo-donate-wizard .donate-wizard-container .donate-type-selection .donate-type-selection--item p {
          font-family: "Lato", sans-serif;
          font-size: 16px;
          line-height: 25px;
          color: #2b2b2b;
          display: none; }
          @media (min-width: 48rem) {
            .content-page.donate-content .awo-donate-wizard .donate-wizard-container .donate-type-selection .donate-type-selection--item p {
              display: block; } }
        .content-page.donate-content .awo-donate-wizard .donate-wizard-container .donate-type-selection .donate-type-selection--item.active {
          background: #f7a824;
          position: relative; }
          .content-page.donate-content .awo-donate-wizard .donate-wizard-container .donate-type-selection .donate-type-selection--item.active::after {
            content: "";
            background-image: url("/img/awo-donate/donate-selection-item-background.png");
            bottom: 0;
            right: 0;
            position: absolute;
            height: 6.5rem;
            width: 7.95rem;
            background-repeat: no-repeat;
            opacity: 0.9; }
          .content-page.donate-content .awo-donate-wizard .donate-wizard-container .donate-type-selection .donate-type-selection--item.active h3, .content-page.donate-content .awo-donate-wizard .donate-wizard-container .donate-type-selection .donate-type-selection--item.active legend {
            color: #fff; }
    .content-page.donate-content .awo-donate-wizard .donate-wizard-container .donate-navigation {
      margin-top: 2rem;
      display: -ms-flexbox;
      display: flex;
      position: relative;
      z-index: 1; }
      @media (min-width: 48rem) {
        .content-page.donate-content .awo-donate-wizard .donate-wizard-container .donate-navigation {
          margin-top: 0; } }
      .content-page.donate-content .awo-donate-wizard .donate-wizard-container .donate-navigation button {
        transform: perspective(1px) translateZ(0);
        transition-duration: 0.3s;
        transition-property: color, background-color, border; }
      @media (min-width: 48rem) {
        .content-page.donate-content .awo-donate-wizard .donate-wizard-container .donate-navigation button:not(.donate-navigation__next-button) {
          display: none; } }
      .content-page.donate-content .awo-donate-wizard .donate-wizard-container .donate-navigation .donate-navigation__next-button {
        margin-left: auto;
        background: #d85625; }
        .content-page.donate-content .awo-donate-wizard .donate-wizard-container .donate-navigation .donate-navigation__next-button:hover {
          background: #2b2b2b; }
    .content-page.donate-content .awo-donate-wizard .donate-wizard-container .donate-amount {
      margin-top: 3rem;
      margin-bottom: 3rem; }
      .content-page.donate-content .awo-donate-wizard .donate-wizard-container .donate-amount .donate-amount-title {
        text-align: center;
        font-family: "Ludicrous-Stencil", serif;
        font-size: 35px;
        line-height: 39px;
        color: #2b2b2b;
        margin-bottom: 0.75rem;
        letter-spacing: 1.43px; }
      .content-page.donate-content .awo-donate-wizard .donate-wizard-container .donate-amount .donate-amount-description {
        font-family: "Lato", sans-serif;
        font-size: 16px;
        line-height: 25px;
        text-align: center;
        margin: 0 auto;
        max-width: 36rem;
        margin-bottom: 2.5rem; }
      .content-page.donate-content .awo-donate-wizard .donate-wizard-container .donate-amount .donate-amount-selection {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        @media (min-width: 48rem) {
          .content-page.donate-content .awo-donate-wizard .donate-wizard-container .donate-amount .donate-amount-selection {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            column-gap: 1rem; } }
        .content-page.donate-content .awo-donate-wizard .donate-wizard-container .donate-amount .donate-amount-selection .donate-amount-selection--item:nth-child(2) {
          margin: 0 0.75rem; }
          @media (min-width: 48rem) {
            .content-page.donate-content .awo-donate-wizard .donate-wizard-container .donate-amount .donate-amount-selection .donate-amount-selection--item:nth-child(2) {
              margin: 0; } }
        .content-page.donate-content .awo-donate-wizard .donate-wizard-container .donate-amount .donate-amount-selection .donate-amount-selection--item {
          background-color: #fff;
          border: 1px solid #f7a824;
          border-radius: 0.75em;
          cursor: pointer;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: center;
          justify-content: center;
          -ms-flex-align: center;
          align-items: center;
          padding-top: 1.25rem;
          padding-bottom: 0.5rem;
          -ms-flex: 1 1 auto;
          flex: 1 1 auto; }
          .content-page.donate-content .awo-donate-wizard .donate-wizard-container .donate-amount .donate-amount-selection .donate-amount-selection--item div.amount {
            position: relative;
            font-size: 38px;
            color: #f7a824;
            font-family: "Ludicrous-Stencil", serif;
            width: auto;
            padding-left: 1rem;
            display: inline-block; }
            .content-page.donate-content .awo-donate-wizard .donate-wizard-container .donate-amount .donate-amount-selection .donate-amount-selection--item div.amount::after {
              content: "$";
              font-family: "Ludicrous-Stencil", serif;
              position: absolute;
              top: 0;
              left: 0;
              height: 1rem;
              width: 1rem;
              font-size: 30px; }
          .content-page.donate-content .awo-donate-wizard .donate-wizard-container .donate-amount .donate-amount-selection .donate-amount-selection--item.active {
            background-color: #f7a824;
            position: relative; }
            .content-page.donate-content .awo-donate-wizard .donate-wizard-container .donate-amount .donate-amount-selection .donate-amount-selection--item.active::before {
              content: "";
              position: absolute;
              top: 0;
              height: 1.25rem;
              width: 1.25rem;
              transform: rotate(45deg);
              background-color: #f7a824;
              margin-top: -0.60rem; }
            .content-page.donate-content .awo-donate-wizard .donate-wizard-container .donate-amount .donate-amount-selection .donate-amount-selection--item.active div.amount {
              color: #fff; }
              .content-page.donate-content .awo-donate-wizard .donate-wizard-container .donate-amount .donate-amount-selection .donate-amount-selection--item.active div.amount::after {
                color: #fff; }
        .content-page.donate-content .awo-donate-wizard .donate-wizard-container .donate-amount .donate-amount-selection .donate-amount-selection--item.custom-amount {
          padding: 0;
          -ms-flex: 1 1 auto;
          flex: 1 1 auto;
          width: 100%;
          margin-top: 1rem;
          box-sizing: border-box;
          position: relative; }
          @media (min-width: 48rem) {
            .content-page.donate-content .awo-donate-wizard .donate-wizard-container .donate-amount .donate-amount-selection .donate-amount-selection--item.custom-amount {
              margin-top: 0; } }
          .content-page.donate-content .awo-donate-wizard .donate-wizard-container .donate-amount .donate-amount-selection .donate-amount-selection--item.custom-amount div.amount::after {
            margin-top: 1rem; }
          .content-page.donate-content .awo-donate-wizard .donate-wizard-container .donate-amount .donate-amount-selection .donate-amount-selection--item.custom-amount input {
            font-size: 24px;
            color: #2b2b2b;
            padding: 0;
            max-width: 5rem;
            margin-left: 0.25rem;
            line-height: 24px;
            height: auto;
            padding-top: 14px;
            font-family: "Ludicrous-Stencil", serif; }
            .content-page.donate-content .awo-donate-wizard .donate-wizard-container .donate-amount .donate-amount-selection .donate-amount-selection--item.custom-amount input:-ms-input-placeholder {
              color: #2b2b2b;
              font-size: 24px;
              opacity: 1; }
            .content-page.donate-content .awo-donate-wizard .donate-wizard-container .donate-amount .donate-amount-selection .donate-amount-selection--item.custom-amount input::placeholder {
              color: #2b2b2b;
              font-size: 24px;
              opacity: 1; }
          .content-page.donate-content .awo-donate-wizard .donate-wizard-container .donate-amount .donate-amount-selection .donate-amount-selection--item.custom-amount.active input {
            background-color: #f7a824;
            color: #fff; }
            .content-page.donate-content .awo-donate-wizard .donate-wizard-container .donate-amount .donate-amount-selection .donate-amount-selection--item.custom-amount.active input:-ms-input-placeholder {
              color: #fff; }
            .content-page.donate-content .awo-donate-wizard .donate-wizard-container .donate-amount .donate-amount-selection .donate-amount-selection--item.custom-amount.active input::placeholder {
              color: #fff; }
          .content-page.donate-content .awo-donate-wizard .donate-wizard-container .donate-amount .donate-amount-selection .donate-amount-selection--item.custom-amount.active::before {
            content: "";
            position: absolute;
            top: 0;
            height: 1.25rem;
            width: 1.25rem;
            transform: rotate(45deg);
            background-color: #f7a824;
            margin-top: -0.60rem; }
    .content-page.donate-content .awo-donate-wizard .donate-wizard-container .donate-navigation button {
      font-size: 14px;
      font-family: "Lato", sans-serif;
      color: #fff;
      background-color: #2b2b2b;
      border: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      text-transform: uppercase;
      padding: 0.9rem 0;
      min-width: 7.5rem;
      border-radius: 10px; }
    .content-page.donate-content .awo-donate-wizard .donate-wizard-container .donate-information-type {
      display: grid;
      grid-template-columns: 1fr;
      gap: 1.75rem;
      margin-top: 2rem; }
      @media (min-width: 48rem) {
        .content-page.donate-content .awo-donate-wizard .donate-wizard-container .donate-information-type {
          grid-template-columns: 1fr 1fr; } }
      .content-page.donate-content .awo-donate-wizard .donate-wizard-container .donate-information-type .donate-information-type--item {
        font-size: 30px;
        line-height: 39px;
        font-family: "Ludicrous-Stencil", serif;
        color: #f7a824;
        background-color: #fff;
        border-radius: 0.75em;
        border: 1px solid #f7a824;
        text-align: center;
        padding: 1.1rem 0;
        cursor: pointer; }
        .content-page.donate-content .awo-donate-wizard .donate-wizard-container .donate-information-type .donate-information-type--item.active {
          background-color: #f7a824;
          color: #fff; }
    .content-page.donate-content .awo-donate-wizard .donate-wizard-container .donate-information .donate-information-grid {
      display: grid;
      grid-template-columns: 1fr;
      gap: 1.1rem;
      margin-top: 2rem;
      margin-bottom: 3rem; }
      @media (min-width: 48rem) {
        .content-page.donate-content .awo-donate-wizard .donate-wizard-container .donate-information .donate-information-grid {
          grid-template-columns: 1fr 1fr; } }
    .content-page.donate-content .awo-donate-wizard .donate-wizard-container .donate-information .donate-input-group label {
      font-family: "Lato", sans-serif;
      font-size: 15px;
      display: block;
      margin-bottom: 0.5rem; }
    .content-page.donate-content .awo-donate-wizard .donate-wizard-container .donate-information .donate-input-group input {
      box-sizing: border-box;
      border: 1px solid #e2dfdf;
      border-radius: 0.75em; }
    .content-page.donate-content .awo-donate-wizard .donate-wizard-container .donate-information .donate-input-group.company--input {
      margin-top: 1.1rem; }
    .content-page.donate-content .awo-donate-wizard .donate-wizard-container .donate-payment {
      padding: 3rem 0;
      padding-bottom: 0; }
      .content-page.donate-content .awo-donate-wizard .donate-wizard-container .donate-payment .donate-payment-grid::before {
        content: "Loading...";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        padding-top: 10rem;
        text-align: center; }
      .content-page.donate-content .awo-donate-wizard .donate-wizard-container .donate-payment iframe {
        border-radius: 1rem;
        position: relative;
        min-height: 102rem; }
        @media (min-width: 48rem) {
          .content-page.donate-content .awo-donate-wizard .donate-wizard-container .donate-payment iframe {
            min-height: 76rem; } }
        @media (min-width: 62rem) {
          .content-page.donate-content .awo-donate-wizard .donate-wizard-container .donate-payment iframe {
            min-height: 80rem; } }
    .content-page.donate-content .awo-donate-wizard .donate-wizard-container .donate-navigation.payment--step .donate-navigation__privacy-container input[type=checkbox]:checked + label::after {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 0.7rem;
      height: 0.7rem;
      border-radius: 100%;
      background-color: #f7a824;
      margin-top: 2px;
      margin-left: 5px; }
    .content-page.donate-content .awo-donate-wizard .donate-wizard-container .donate-navigation.payment--step .donate-navigation__privacy-container label {
      font-family: "Lato", sans-serif;
      font-size: 13px;
      line-height: 18px;
      color: #413d4b;
      position: relative;
      padding-left: 2.25rem;
      display: block;
      margin-bottom: 1.25rem; }
      .content-page.donate-content .awo-donate-wizard .donate-wizard-container .donate-navigation.payment--step .donate-navigation__privacy-container label::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 1.2rem;
        height: 1.2rem;
        border-radius: 100%;
        border: 1px solid #e2dfdf;
        margin-top: -0.2rem;
        background-color: #fff; }
    .content-page.donate-content .awo-donate-wizard .donate-wizard-container .donate-navigation.payment--step .donate-navigation__privacy-container a {
      font-size: 13px;
      line-height: 18px;
      color: #3289ff;
      position: relative;
      text-decoration: none; }
      .content-page.donate-content .awo-donate-wizard .donate-wizard-container .donate-navigation.payment--step .donate-navigation__privacy-container a svg {
        width: 1.5rem;
        height: 1.5rem;
        margin-right: -1.2rem;
        margin-top: -0.2rem;
        position: absolute;
        top: 0;
        right: 0;
        fill: #3289ff;
        transform: rotate(0); }
      .content-page.donate-content .awo-donate-wizard .donate-wizard-container .donate-navigation.payment--step .donate-navigation__privacy-container a.active svg {
        transform: rotate(180deg); }
    .content-page.donate-content .awo-donate-wizard .donate-wizard-container .donate-navigation.payment--step .donate-navigation__privacy-container p {
      font-family: "Lato", sans-serif;
      font-size: 13px;
      line-height: 20px;
      color: #413d4b;
      transform: scaleY(0);
      transform-origin: top;
      max-height: 0; }
      .content-page.donate-content .awo-donate-wizard .donate-wizard-container .donate-navigation.payment--step .donate-navigation__privacy-container p.active {
        max-height: 100%;
        transform: scaleY(1); }
    .content-page.donate-content .awo-donate-wizard .donate-wizard-container .donate-navigation.payment--step button {
      background-color: #db0000;
      padding: 0.9rem 2.5rem; }
  .content-page.donate-content .donate-thank-you__container {
    background-color: rgba(247, 168, 36, 0.9);
    border-radius: 16px;
    max-width: 49rem;
    padding: 1.75rem 2.75rem 1rem;
    margin-bottom: 13rem; }
    .content-page.donate-content .donate-thank-you__container .donate-thank-you__title {
      font-family: "Ludicrous-Stencil", serif;
      font-size: 3.5rem;
      line-height: 4rem;
      text-align: center;
      color: #ffffff;
      margin-bottom: 0; }
      @media (min-width: 48rem) {
        .content-page.donate-content .donate-thank-you__container .donate-thank-you__title {
          font-size: 6.625rem;
          line-height: 7.625rem; } }
    .content-page.donate-content .donate-thank-you__container .donate-thank-you__text {
      color: #ffffff;
      text-align: center;
      font-size: 1.125rem;
      line-height: 1.75rem;
      max-width: 29rem;
      margin: 0 auto; }
    .content-page.donate-content .donate-thank-you__container .awo-video-player__button {
      text-decoration: none;
      display: block;
      max-width: 14rem;
      margin: 0.75rem auto 0; }
      .content-page.donate-content .donate-thank-you__container .awo-video-player__button .awo-video-player__button-label {
        color: #ffffff;
        transform: perspective(1px) translateZ(0);
        transition-duration: 0.3s;
        transition-property: color, background-color, border; }
        .content-page.donate-content .donate-thank-you__container .awo-video-player__button .awo-video-player__button-label:hover {
          color: #2b2b2b; }
        .content-page.donate-content .donate-thank-you__container .awo-video-player__button .awo-video-player__button-label svg {
          height: 3.25rem;
          width: 100%;
          fill: currentColor;
          margin-bottom: 0.5rem; }
        .content-page.donate-content .donate-thank-you__container .awo-video-player__button .awo-video-player__button-label span {
          font-size: 2.0625rem;
          line-height: 2.5rem;
          text-align: center;
          display: block;
          margin: 0 auto;
          font-family: "Ludicrous-Stencil", serif; }
    .content-page.donate-content .donate-thank-you__container .awo-video-player__button.with-thumbnail {
      max-width: 100%;
      position: relative;
      border-radius: 4px;
      overflow: hidden; }
      .content-page.donate-content .donate-thank-you__container .awo-video-player__button.with-thumbnail img {
        width: 100%;
        height: auto;
        max-height: 28rem;
        object-fit: cover;
        object-position: center; }
      .content-page.donate-content .donate-thank-you__container .awo-video-player__button.with-thumbnail .awo-video-player__button-label {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center; }
        .content-page.donate-content .donate-thank-you__container .awo-video-player__button.with-thumbnail .awo-video-player__button-label span {
          font-size: 16px;
          line-height: 16px; }
          @media (min-width: 48rem) {
            .content-page.donate-content .donate-thank-you__container .awo-video-player__button.with-thumbnail .awo-video-player__button-label span {
              font-size: 2.0625rem;
              line-height: 2.5rem; } }
        .content-page.donate-content .donate-thank-you__container .awo-video-player__button.with-thumbnail .awo-video-player__button-label:hover {
          color: #f7a824; }
        .content-page.donate-content .donate-thank-you__container .awo-video-player__button.with-thumbnail .awo-video-player__button-label svg {
          width: 1.5rem;
          height: 1.5rem; }
          @media (min-width: 48rem) {
            .content-page.donate-content .donate-thank-you__container .awo-video-player__button.with-thumbnail .awo-video-player__button-label svg {
              height: 3.25rem;
              width: 100%;
              margin-bottom: 0.5rem; } }
    .content-page.donate-content .donate-thank-you__container .donate-thank-you__subtitle {
      font-family: "Ludicrous-Stencil", serif;
      color: #ffffff;
      font-size: 2.0625rem;
      font-weight: normal;
      line-height: 2.5rem;
      text-align: center;
      margin-top: 3rem; }
    .content-page.donate-content .donate-thank-you__container .donate-thank-you__links {
      text-align: center; }
      .content-page.donate-content .donate-thank-you__container .donate-thank-you__links a:first-child {
        margin-left: 0; }
      .content-page.donate-content .donate-thank-you__container .donate-thank-you__links a:last-child {
        margin-right: 0; }
      .content-page.donate-content .donate-thank-you__container .donate-thank-you__links a {
        margin: 0 0.6rem 0 0.6rem;
        margin-bottom: 1.6rem;
        text-decoration: none; }

@keyframes loading {
  0% {
    background-position: 100% 50%; }
  100% {
    background-position: 0 50%; } }

.awo-home-hero {
  position: relative; }
  .awo-home-hero.reveal {
    transform: translate(0); }
    .awo-home-hero.reveal .awo-home-hero--bg-image > img {
      transform: scale(1.15);
      filter: blur(4px);
      transition: transform 500ms ease, filter 150ms ease 400ms; }
    .awo-home-hero.reveal.revealed .awo-home-hero--bg-image > img {
      transform: scale(1);
      filter: blur(0); }
  .awo-home-hero .awo-home-hero--bg-image {
    min-height: 43rem;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: -ms-flexbox;
    display: flex;
    position: relative; }
    .awo-home-hero .awo-home-hero--bg-image img {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center; }
    .awo-home-hero .awo-home-hero--bg-image::after {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      background-color: black;
      width: 100%;
      height: 100%;
      opacity: 0.15; }
    @media (min-width: 62rem) {
      .awo-home-hero .awo-home-hero--bg-image {
        min-height: 47.5rem; } }
    .awo-home-hero .awo-home-hero--bg-image .container {
      padding-top: 3rem; }
      @media (min-width: 62rem) {
        .awo-home-hero .awo-home-hero--bg-image .container {
          padding-top: 10rem; } }
  .awo-home-hero .container {
    margin: auto;
    position: relative;
    box-sizing: border-box;
    z-index: 2; }
  .awo-home-hero .awo-home-hero--title {
    font-size: 70px;
    line-height: 70px;
    color: #ffffff;
    font-family: "Ludicrous-Stencil", serif;
    margin: 0; }
    @media (min-width: 62rem) {
      .awo-home-hero .awo-home-hero--title {
        font-size: 93px;
        line-height: 90px; } }
  .awo-home-hero .awo-home-hero--description {
    font-size: 20px;
    line-height: 28px;
    color: #ffffff;
    margin-bottom: 1.75rem; }
  .awo-home-hero .awo-home-hero-swiper-pagination {
    position: absolute;
    bottom: 5.25rem;
    padding: 0 1rem; }
    @media (min-width: 48rem) {
      .awo-home-hero .awo-home-hero-swiper-pagination {
        padding: 0 2rem; } }
    @media (min-width: 62rem) {
      .awo-home-hero .awo-home-hero-swiper-pagination {
        bottom: 5.5rem;
        padding: 0 0.5rem; } }
  .awo-home-hero .awo-home-hero-white-banner {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 2;
    margin-bottom: -4rem;
    pointer-events: none; }
    .awo-home-hero .awo-home-hero-white-banner svg {
      fill: #ffffff;
      margin-bottom: -1rem; }

.awo-quick-links-outer-wrapper {
  position: relative; }
  .awo-quick-links-outer-wrapper.reveal {
    transform: translate(0);
    opacity: 1; }
    .awo-quick-links-outer-wrapper.reveal a.awo-button-hover-effect h3, .awo-quick-links-outer-wrapper.reveal a.awo-button-hover-effect legend,
    .awo-quick-links-outer-wrapper.reveal a.awo-button-hover-effect span {
      opacity: 0;
      transition: opacity 500ms ease 200ms; }
    .awo-quick-links-outer-wrapper.reveal a.awo-button-hover-effect:nth-child(0) h3, .awo-quick-links-outer-wrapper.reveal a.awo-button-hover-effect:nth-child(0) legend,
    .awo-quick-links-outer-wrapper.reveal a.awo-button-hover-effect:nth-child(0) span {
      transition-delay: 0.25s; }
    .awo-quick-links-outer-wrapper.reveal a.awo-button-hover-effect:nth-child(1) h3, .awo-quick-links-outer-wrapper.reveal a.awo-button-hover-effect:nth-child(1) legend,
    .awo-quick-links-outer-wrapper.reveal a.awo-button-hover-effect:nth-child(1) span {
      transition-delay: 0.35s; }
    .awo-quick-links-outer-wrapper.reveal a.awo-button-hover-effect:nth-child(2) h3, .awo-quick-links-outer-wrapper.reveal a.awo-button-hover-effect:nth-child(2) legend,
    .awo-quick-links-outer-wrapper.reveal a.awo-button-hover-effect:nth-child(2) span {
      transition-delay: 0.45s; }
    .awo-quick-links-outer-wrapper.reveal a.awo-button-hover-effect:nth-child(3) h3, .awo-quick-links-outer-wrapper.reveal a.awo-button-hover-effect:nth-child(3) legend,
    .awo-quick-links-outer-wrapper.reveal a.awo-button-hover-effect:nth-child(3) span {
      transition-delay: 0.55s; }
    .awo-quick-links-outer-wrapper.reveal a.awo-button-hover-effect:nth-child(4) h3, .awo-quick-links-outer-wrapper.reveal a.awo-button-hover-effect:nth-child(4) legend,
    .awo-quick-links-outer-wrapper.reveal a.awo-button-hover-effect:nth-child(4) span {
      transition-delay: 0.65s; }
    .awo-quick-links-outer-wrapper.reveal a.awo-button-hover-effect:nth-child(5) h3, .awo-quick-links-outer-wrapper.reveal a.awo-button-hover-effect:nth-child(5) legend,
    .awo-quick-links-outer-wrapper.reveal a.awo-button-hover-effect:nth-child(5) span {
      transition-delay: 0.75s; }
    .awo-quick-links-outer-wrapper.reveal a.awo-button-hover-effect:nth-child(6) h3, .awo-quick-links-outer-wrapper.reveal a.awo-button-hover-effect:nth-child(6) legend,
    .awo-quick-links-outer-wrapper.reveal a.awo-button-hover-effect:nth-child(6) span {
      transition-delay: 0.85s; }
    .awo-quick-links-outer-wrapper.reveal.revealed a.awo-button-hover-effect h3, .awo-quick-links-outer-wrapper.reveal.revealed a.awo-button-hover-effect legend,
    .awo-quick-links-outer-wrapper.reveal.revealed a.awo-button-hover-effect span {
      opacity: 1; }
  .awo-quick-links-outer-wrapper img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 9rem;
    margin-bottom: -3.25rem; }
    @media (min-width: 62rem) {
      .awo-quick-links-outer-wrapper img {
        display: none; } }

.awo-quick-links {
  margin-top: -3rem;
  z-index: 2;
  position: relative;
  box-sizing: border-box; }
  @media (min-width: 62rem) {
    .awo-quick-links {
      margin-top: -3.25rem; } }
  .awo-quick-links .quick-links-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 1.25rem;
    row-gap: 1.25rem; }
    @media (min-width: 48rem) {
      .awo-quick-links .quick-links-grid {
        grid-template-columns: repeat(3, 1fr);
        column-gap: 1.5rem;
        row-gap: 1.25; } }
    @media (min-width: 62rem) {
      .awo-quick-links .quick-links-grid {
        grid-template-columns: repeat(5, 1fr);
        column-gap: 1.5rem;
        row-gap: 0; } }
  .awo-quick-links a {
    display: block;
    border-radius: 1rem;
    background-color: #f7a824;
    position: relative;
    min-height: 11.25rem;
    cursor: pointer; }
    @media (min-width: 62rem) {
      .awo-quick-links a {
        min-height: 13.75rem; } }
    .awo-quick-links a h3, .awo-quick-links a legend {
      color: #ffffff;
      font-family: "Ludicrous-Stencil", serif;
      font-size: 26px;
      line-height: 28px;
      margin: 0;
      padding: 0;
      margin-top: 2rem;
      padding: 0 1rem; }
      @media (min-width: 62rem) {
        .awo-quick-links a h3, .awo-quick-links a legend {
          font-size: 28px;
          line-height: 32px;
          padding: 0 1.5rem; } }
    .awo-quick-links a span {
      display: -ms-flexbox;
      display: flex;
      bottom: 2rem;
      position: absolute;
      width: 100%; }
      .awo-quick-links a span svg {
        stroke: currentColor;
        fill: currentColor;
        color: white;
        margin: 0 auto;
        position: relative; }
  .awo-quick-links a:nth-child(1) svg {
    height: 4rem; }
    @media (min-width: 62rem) {
      .awo-quick-links a:nth-child(1) svg {
        height: 5rem; } }
  .awo-quick-links a:nth-child(2) {
    background-color: #a73336; }
    .awo-quick-links a:nth-child(2) svg {
      height: 5rem; }
      @media (min-width: 62rem) {
        .awo-quick-links a:nth-child(2) svg {
          height: 6rem; } }
  .awo-quick-links a:nth-child(3) {
    background-color: #c69c6d; }
    .awo-quick-links a:nth-child(3) svg {
      height: 3.75rem; }
      @media (min-width: 62rem) {
        .awo-quick-links a:nth-child(3) svg {
          height: 4.75rem; } }
  .awo-quick-links a:nth-child(4) {
    background-color: #d85625; }
    .awo-quick-links a:nth-child(4) svg {
      height: 5.5rem; }
      @media (min-width: 62rem) {
        .awo-quick-links a:nth-child(4) svg {
          height: 6.5rem; } }
  .awo-quick-links a:nth-child(5) {
    background-color: #92712e; }
    .awo-quick-links a:nth-child(5) svg {
      height: 5rem; }
      @media (min-width: 62rem) {
        .awo-quick-links a:nth-child(5) svg {
          height: 6rem; } }
  .awo-quick-links a:hover {
    background-color: #2b2b2b; }

.awo-intro-text {
  margin-top: 4.5rem; }
  .awo-intro-text h2 {
    font-family: "Ludicrous-Stencil", serif;
    font-size: 36px;
    line-height: 40px;
    color: #404040;
    text-align: center; }
    @media (min-width: 62rem) {
      .awo-intro-text h2 {
        font-size: 45px;
        line-height: 55px; } }
  .awo-intro-text .awo-intro-text__paragraphs p {
    font-size: 16px;
    line-height: 27px;
    color: #404040;
    text-align: center; }
  .awo-intro-text .awo-intro-text__buttons {
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 2.75rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media (min-width: 62rem) {
      .awo-intro-text .awo-intro-text__buttons {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    .awo-intro-text .awo-intro-text__buttons a:first-child {
      margin-bottom: 0.75rem; }
      @media (min-width: 62rem) {
        .awo-intro-text .awo-intro-text__buttons a:first-child {
          margin-bottom: 0;
          margin-right: 1.5rem; } }

.awo-looking-for {
  background-color: #f7efe1;
  position: relative;
  padding-top: 4.25rem;
  padding-bottom: 3rem; }
  @media (min-width: 62rem) {
    .awo-looking-for {
      padding-top: 0;
      padding-bottom: 0; } }
  .awo-looking-for__section {
    position: relative;
    z-index: 1; }
  .awo-looking-for .awo-looking-for__dropdown-container--title {
    font-family: "Ludicrous-Stencil", serif;
    font-size: 40px;
    line-height: 44px;
    margin-top: 0;
    margin-bottom: 1.5rem; }
    @media (min-width: 62rem) {
      .awo-looking-for .awo-looking-for__dropdown-container--title {
        margin-top: 0.25rem;
        margin-bottom: 0;
        font-size: 61px;
        line-height: 84px; } }
  .awo-looking-for .container {
    position: relative;
    overflow: visible; }
  .awo-looking-for .awo-looking-for__bird-image {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: -8.5rem;
    display: none; }
    @media (min-width: 62rem) {
      .awo-looking-for .awo-looking-for__bird-image {
        display: block; } }

.awo-looking-for__top-wave svg,
.awo-looking-for__bottom-wave svg {
  fill: #f7efe1;
  stroke: #f7efe1;
  margin-bottom: -0.5rem; }

.awo-looking-for__top-wave {
  position: relative;
  padding-top: 3.75rem; }
  @media (min-width: 62rem) {
    .awo-looking-for__top-wave {
      padding-top: 4.5rem; } }
  .awo-looking-for__top-wave .awo-looking-for__top-wave--container {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: 2rem;
    margin-bottom: -4rem; }
    @media (min-width: 62rem) {
      .awo-looking-for__top-wave .awo-looking-for__top-wave--container {
        margin-bottom: 0; } }
    .awo-looking-for__top-wave .awo-looking-for__top-wave--container .awo-looking-for__title {
      margin: 0;
      font-size: 15px;
      line-height: 25px;
      font-weight: 600;
      color: #f7a824;
      z-index: 2;
      position: relative;
      font-family: "Lato", sans-serif; }
      @media (min-width: 62rem) {
        .awo-looking-for__top-wave .awo-looking-for__top-wave--container .awo-looking-for__title {
          font-size: 20px;
          line-height: 20px; } }

.awo-hover-area {
  --border-radius: 18px;
  --slider-image-height: 29.5rem;
  --slider-image-height-ipad: 22rem;
  --slider-image-height-mobile: 15.5rem;
  position: relative;
  padding-top: 4rem;
  padding-bottom: 10rem; }
  .awo-hover-area .awo-hover-area-slide__container {
    min-height: var(--slider-image-height-mobile);
    position: relative; }
    @media (min-width: 48rem) {
      .awo-hover-area .awo-hover-area-slide__container {
        min-height: var(--slider-image-height-ipad); } }
    @media (min-width: 62rem) {
      .awo-hover-area .awo-hover-area-slide__container {
        min-height: var(--slider-image-height); } }
    .awo-hover-area .awo-hover-area-slide__container .awo-hover-area-slide-swiper {
      border-radius: var(--border-radius);
      overflow: hidden; }
      .awo-hover-area .awo-hover-area-slide__container .awo-hover-area-slide-swiper img {
        object-fit: contain;
        object-position: center;
        max-height: var(--slider-image-height-mobile); }
        @media (min-width: 48rem) {
          .awo-hover-area .awo-hover-area-slide__container .awo-hover-area-slide-swiper img {
            min-height: var(--slider-image-height-ipad); } }
        @media (min-width: 62rem) {
          .awo-hover-area .awo-hover-area-slide__container .awo-hover-area-slide-swiper img {
            max-height: var(--slider-image-height); } }
      .awo-hover-area .awo-hover-area-slide__container .awo-hover-area-slide-swiper.reveal img {
        transform: scale(1.15);
        transition: opacity 0.65s linear, transform 2s ease; }
      .awo-hover-area .awo-hover-area-slide__container .awo-hover-area-slide-swiper.reveal.revealed img {
        transform: scale(1);
        transition: opacity 0.65s linear, transform 2s ease; }
    .awo-hover-area .awo-hover-area-slide__container .awo-hover-area__content {
      display: -ms-flexbox;
      display: flex;
      position: absolute;
      bottom: auto;
      padding: 0 1.25rem;
      z-index: 1;
      width: 100%;
      margin-top: -3.75rem; }
      @media (min-width: 62rem) {
        .awo-hover-area .awo-hover-area-slide__container .awo-hover-area__content {
          width: auto;
          padding: 0 4.25rem;
          margin-top: 0;
          margin-bottom: -10.75rem;
          bottom: 0; } }
      .awo-hover-area .awo-hover-area-slide__container .awo-hover-area__content .awo-hover-area__content-left {
        background-color: #f7a824;
        border-radius: var(--border-radius);
        width: 100%; }
        @media (min-width: 62rem) {
          .awo-hover-area .awo-hover-area-slide__container .awo-hover-area__content .awo-hover-area__content-left {
            width: auto; } }
        .awo-hover-area .awo-hover-area-slide__container .awo-hover-area__content .awo-hover-area__content-left .awo-hover-area__content-left-slider {
          padding: 0 2rem 2rem;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
          align-items: center; }
          @media (min-width: 62rem) {
            .awo-hover-area .awo-hover-area-slide__container .awo-hover-area__content .awo-hover-area__content-left .awo-hover-area__content-left-slider {
              padding: 0 2rem;
              min-width: 30.5rem;
              min-height: 19.5rem;
              max-width: 30.5rem; } }
          .awo-hover-area .awo-hover-area-slide__container .awo-hover-area__content .awo-hover-area__content-left .awo-hover-area__content-left-slider .awo-hover-area__content-left-slider--title {
            font-family: "Ludicrous-Stencil", serif;
            font-size: 40px;
            line-height: 44px;
            color: #ffffff;
            display: block;
            padding-top: 2rem;
            padding-bottom: 0.5rem; }
            @media (min-width: 48rem) {
              .awo-hover-area .awo-hover-area-slide__container .awo-hover-area__content .awo-hover-area__content-left .awo-hover-area__content-left-slider .awo-hover-area__content-left-slider--title {
                max-width: 12rem; } }
            @media (min-width: 62rem) {
              .awo-hover-area .awo-hover-area-slide__container .awo-hover-area__content .awo-hover-area__content-left .awo-hover-area__content-left-slider .awo-hover-area__content-left-slider--title {
                padding-top: 0;
                padding-bottom: 0;
                font-size: 70px;
                line-height: 75px;
                max-width: 100%; } }
          @media (min-width: 62rem) {
            .awo-hover-area .awo-hover-area-slide__container .awo-hover-area__content .awo-hover-area__content-left .awo-hover-area__content-left-slider a {
              display: none; } }
      .awo-hover-area .awo-hover-area-slide__container .awo-hover-area__content .awo-hover-area__content-right {
        -ms-flex-align: end;
        align-items: flex-end;
        padding-left: 2rem;
        display: none; }
        @media (min-width: 62rem) {
          .awo-hover-area .awo-hover-area-slide__container .awo-hover-area__content .awo-hover-area__content-right {
            display: -ms-flexbox;
            display: flex; } }
        .awo-hover-area .awo-hover-area-slide__container .awo-hover-area__content .awo-hover-area__content-right ul li a {
          font-family: "Ludicrous-Stencil", serif;
          font-size: 22px;
          line-height: 31px;
          color: #d2d2d2; }
          .awo-hover-area .awo-hover-area-slide__container .awo-hover-area__content .awo-hover-area__content-right ul li a:hover {
            color: #f7a824; }
        .awo-hover-area .awo-hover-area-slide__container .awo-hover-area__content .awo-hover-area__content-right ul li.is-active a {
          color: #f7a824; }
  .awo-hover-area .swiper-pagination.swiper-pagination-horizontal.swiper-pagination-bullets.awo-hover-area-slide-swiper-pagination {
    text-align: center;
    margin-bottom: -5.5rem; }
    @media (min-width: 62rem) {
      .awo-hover-area .swiper-pagination.swiper-pagination-horizontal.swiper-pagination-bullets.awo-hover-area-slide-swiper-pagination {
        display: none; } }
    .awo-hover-area .swiper-pagination.swiper-pagination-horizontal.swiper-pagination-bullets.awo-hover-area-slide-swiper-pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
      background-color: #e2dfdf;
      opacity: 1; }

.awo-news-events {
  padding-top: 7.5rem;
  overflow: hidden; }
  .awo-news-events .container {
    padding: 0;
    position: relative; }
    @media (min-width: 62rem) {
      .awo-news-events .container {
        padding: 0 10px; } }
  .awo-news-events .awo-news-events__bird {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: -6.5rem;
    display: none; }
    @media (min-width: 62rem) {
      .awo-news-events .awo-news-events__bird {
        display: block; } }
  .awo-news-events .awo-news-events__title {
    font-family: "Ludicrous-Stencil", serif;
    font-size: 36px;
    line-height: 40px;
    color: #404040;
    margin-bottom: 1.75rem; }
    @media (min-width: 62rem) {
      .awo-news-events .awo-news-events__title {
        font-size: 45px;
        line-height: 40px;
        margin-bottom: 2.5rem; } }
  .awo-news-events .awo-news-events__navigation-wrapper {
    position: relative; }
    .awo-news-events .awo-news-events__navigation-wrapper::before {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      width: 3rem;
      height: 100%;
      display: -ms-flexbox;
      display: flex;
      box-shadow: -17px 0px 37px 13px white;
      -webkit-box-shadow: -17px 0px 37px 13px white;
      background-color: #ffffff;
      z-index: 1; }
      @media (min-width: 48rem) {
        .awo-news-events .awo-news-events__navigation-wrapper::before {
          display: none; } }
    .awo-news-events .awo-news-events__navigation-wrapper::after {
      content: "";
      position: absolute;
      right: 0;
      top: 0;
      width: 1.25rem;
      height: 1rem;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 239.61 139.85'%3E%3Cg data-name='Layer 2'%3E%3Cpath style='fill:none;stroke:%23f7a824;stroke-linecap:square;stroke-miterlimit:10;stroke-width:28.35px' d='m219.57 20.04-99.76 99.77-99.77-99.77' data-name='Layer 1'/%3E%3C/g%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-size: contain;
      margin-right: 0.75rem;
      margin-top: 0.5rem;
      transform: rotate(270deg);
      z-index: 2; }
      @media (min-width: 48rem) {
        .awo-news-events .awo-news-events__navigation-wrapper::after {
          display: none; } }
  .awo-news-events .awo-news-events__navigation {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0 1.25rem 1rem;
    overflow-x: scroll;
    position: relative;
    -ms-overflow-style: none;
    scrollbar-width: none; }
    .awo-news-events .awo-news-events__navigation::-webkit-scrollbar {
      display: none; }
    @media (min-width: 48rem) {
      .awo-news-events .awo-news-events__navigation {
        padding: 0 0.625rem;
        -ms-flex-pack: center;
        justify-content: center;
        overflow: visible; } }
    .awo-news-events .awo-news-events__navigation a {
      font-size: 14px;
      line-height: 15px;
      font-weight: 700;
      color: #2b2b2b;
      text-transform: uppercase;
      border: 1px solid #f7a824;
      border-radius: 10px;
      padding: 0.6rem 2rem;
      margin-right: 1rem;
      cursor: pointer;
      white-space: nowrap; }
    .awo-news-events .awo-news-events__navigation a:hover {
      background-color: #f7a824; }
    .awo-news-events .awo-news-events__navigation a:last-child {
      margin-right: 0; }
    .awo-news-events .awo-news-events__navigation a.is-active {
      background-color: #f7a824; }
  .awo-news-events .awo-news-events__container .awo-news-events__container--content {
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition: opacity 300ms ease-out; }
  .awo-news-events .awo-news-events__container .awo-news-events__container--content.is-active {
    opacity: 1;
    max-height: 100%;
    padding-top: 2.25rem;
    padding-bottom: 2rem;
    transition: opacity 300ms ease-in; }
  .awo-news-events .awo-news-events__container--grid {
    display: block; }
    @media (min-width: 62rem) {
      .awo-news-events .awo-news-events__container--grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem; } }
    .awo-news-events .awo-news-events__container--grid .awo-news-events__container--grid--mobile {
      padding-right: 6rem;
      padding-left: 2.25rem; }
      .awo-news-events .awo-news-events__container--grid .awo-news-events__container--grid--mobile .swiper {
        overflow: visible; }
      @media (min-width: 62rem) {
        .awo-news-events .awo-news-events__container--grid .awo-news-events__container--grid--mobile {
          padding-left: 1.25rem;
          display: none; } }
    .awo-news-events .awo-news-events__container--grid .awo-news-events__container--grid-left,
    .awo-news-events .awo-news-events__container--grid .awo-news-events__container--grid-right {
      display: none;
      grid-template-columns: repeat(2, 1fr);
      gap: 1.1rem; }
      @media (min-width: 62rem) {
        .awo-news-events .awo-news-events__container--grid .awo-news-events__container--grid-left,
        .awo-news-events .awo-news-events__container--grid .awo-news-events__container--grid-right {
          display: grid; } }
  .awo-news-events .awo-news-events__button {
    text-align: center; }
  .awo-news-events .awo-news-events__container--item {
    background-color: #d85625;
    border-radius: 15px;
    overflow: hidden;
    cursor: pointer;
    min-height: 15.5rem;
    display: block; }
    .awo-news-events .awo-news-events__container--item.is-event {
      background-color: #c69c6d; }
    .awo-news-events .awo-news-events__container--item .awo-news-events__container--item-image {
      max-height: 17rem;
      min-height: 17rem;
      object-fit: cover;
      object-position: center;
      width: 100%; }
    .awo-news-events .awo-news-events__container--item .awo-news-events__container--item-content {
      padding: 1.5rem 1.75rem; }
    .awo-news-events .awo-news-events__container--item .awo-news-events__container--item-type {
      display: -ms-flexbox;
      display: flex; }
      .awo-news-events .awo-news-events__container--item .awo-news-events__container--item-type .title {
        font-family: "Ludicrous-Stencil", serif;
        font-size: 28px;
        line-height: 28px;
        color: #ffffff;
        width: 100%;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto; }
      .awo-news-events .awo-news-events__container--item .awo-news-events__container--item-type .date {
        font-size: 16px;
        color: #d2d2d2;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto; }
    .awo-news-events .awo-news-events__container--item .awo-news-events__container--item-stroke {
      margin-top: -0.5rem; }
    .awo-news-events .awo-news-events__container--item .awo-news-events__container--item-description {
      font-size: 17px;
      line-height: 26px;
      color: #ffffff;
      margin-top: 0.5rem; }

.awo-resources {
  margin-top: 3rem; }
  .awo-resources .awo-resource__wave-top,
  .awo-resources .awo-resource__wave-bottom {
    fill: #f7efe1;
    margin-bottom: -1rem; }
  .awo-resources .awo-resource__title {
    font-family: "Ludicrous-Stencil", serif;
    font-size: 36px;
    line-height: 40px;
    color: #404040;
    max-width: 18rem;
    margin: 0 auto 1.5rem; }
    @media (min-width: 62rem) {
      .awo-resources .awo-resource__title {
        font-size: 45px;
        margin-bottom: 2.5rem;
        max-width: 100%; } }
  .awo-resources .awo-resource__wrapper {
    background-color: #f7efe1;
    padding-top: 3rem;
    padding-bottom: 4.5rem; }
    @media (min-width: 62rem) {
      .awo-resources .awo-resource__wrapper {
        padding-bottom: 0.5rem; } }
  .awo-resources .awo-resource__container--mobile {
    position: relative; }
    @media (min-width: 62rem) {
      .awo-resources .awo-resource__container--mobile {
        display: none; } }
    .awo-resources .awo-resource__container--mobile .awo-resource__container--mobile-swiper-pagination {
      text-align: center;
      margin-bottom: -3rem; }
    .awo-resources .awo-resource__container--mobile .swiper-slide {
      text-align: center; }
      .awo-resources .awo-resource__container--mobile .swiper-slide .awo-button-wrapper {
        width: 100%; }
        .awo-resources .awo-resource__container--mobile .swiper-slide .awo-button-wrapper a {
          margin-bottom: 0.75rem;
          padding: 0.75rem 2rem; }
    .awo-resources .awo-resource__container--mobile .swiper-pagination.swiper-pagination-horizontal.awo-resource__container--mobile-swiper-pagination {
      text-align: center;
      margin-bottom: -3.5rem; }
      .awo-resources .awo-resource__container--mobile .swiper-pagination.swiper-pagination-horizontal.awo-resource__container--mobile-swiper-pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
        background-color: #e2dfdf;
        opacity: 1; }
  .awo-resources .awo-resource__container {
    display: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center; }
    @media (min-width: 62rem) {
      .awo-resources .awo-resource__container {
        display: -ms-flexbox;
        display: flex; } }
  .awo-resources a {
    margin: 0 0 1.75rem;
    padding: 1rem 2rem; }
    @media (min-width: 62rem) {
      .awo-resources a {
        margin: 0 0.6rem 1.75rem; } }

.awo-principles {
  margin-top: 4.5rem; }
  @media (min-width: 62rem) {
    .awo-principles {
      margin-top: 7.75rem; } }
  .awo-principles.reveal .awo-principles__grid-item {
    opacity: 0;
    transition: opacity 500ms ease; }
    .awo-principles.reveal .awo-principles__grid-item:nth-child(0) {
      transition-delay: 0.25s; }
    .awo-principles.reveal .awo-principles__grid-item:nth-child(1) {
      transition-delay: 0.32s; }
    .awo-principles.reveal .awo-principles__grid-item:nth-child(2) {
      transition-delay: 0.39s; }
    .awo-principles.reveal .awo-principles__grid-item:nth-child(3) {
      transition-delay: 0.46s; }
    .awo-principles.reveal .awo-principles__grid-item:nth-child(4) {
      transition-delay: 0.53s; }
    .awo-principles.reveal .awo-principles__grid-item:nth-child(5) {
      transition-delay: 0.6s; }
    .awo-principles.reveal .awo-principles__grid-item:nth-child(6) {
      transition-delay: 0.67s; }
  .awo-principles.reveal.revealed .awo-principles__grid-item {
    opacity: 1; }
  .awo-principles .container {
    position: relative; }
    .awo-principles .container img {
      position: absolute;
      top: 0;
      left: 0;
      margin-top: -7rem;
      display: none; }
      @media (min-width: 62rem) {
        .awo-principles .container img {
          display: block; } }
  .awo-principles .awo-principles__title {
    font-family: "Ludicrous-Stencil", serif;
    font-size: 36px;
    line-height: 40px;
    color: #404040;
    max-width: 14rem;
    margin: 0 auto 2rem; }
    @media (min-width: 62rem) {
      .awo-principles .awo-principles__title {
        font-size: 45px;
        margin-bottom: 3.25rem;
        max-width: 100%; } }
  .awo-principles .awo-principles__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem; }
    @media (min-width: 48rem) {
      .awo-principles .awo-principles__grid {
        gap: 1rem;
        grid-template-columns: repeat(3, 1fr); } }
    @media (min-width: 62rem) {
      .awo-principles .awo-principles__grid {
        gap: 1rem;
        grid-template-columns: repeat(6, 1fr); } }
  .awo-principles .awo-principles__grid-item {
    text-align: center; }
    .awo-principles .awo-principles__grid-item h4 {
      font-family: "Lato", sans-serif;
      font-size: 15px;
      line-height: 22px;
      font-weight: 700;
      text-align: center;
      color: #413d4b;
      letter-spacing: -0.5px;
      max-width: 7.85rem;
      margin: 0.5rem auto; }
      @media (min-width: 62rem) {
        .awo-principles .awo-principles__grid-item h4 {
          font-size: 20px;
          line-height: 20px;
          margin-top: 0.9375rem;
          max-width: 100%; } }
    .awo-principles .awo-principles__grid-item svg {
      max-width: 5.25rem;
      margin: 0 auto;
      fill: #231f20; }
      @media (min-width: 62rem) {
        .awo-principles .awo-principles__grid-item svg {
          max-width: 6.25rem; } }
    .awo-principles .awo-principles__grid-item .awo-principles__grid-item--image {
      min-height: 5rem; }
      @media (min-width: 62rem) {
        .awo-principles .awo-principles__grid-item .awo-principles__grid-item--image {
          min-height: 6.75rem; } }
    .awo-principles .awo-principles__grid-item h4 {
      font-family: "Lato", sans-serif;
      font-weight: 600;
      line-height: 1.625rem;
      max-width: 10rem; }
    .awo-principles .awo-principles__grid-item.principle-2 svg {
      max-width: 4.75rem; }
      @media (min-width: 62rem) {
        .awo-principles .awo-principles__grid-item.principle-2 svg {
          max-width: 5.75rem; } }
    .awo-principles .awo-principles__grid-item.principle-3 svg {
      max-width: 5.75rem; }
      @media (min-width: 62rem) {
        .awo-principles .awo-principles__grid-item.principle-3 svg {
          max-width: 6.75rem; } }
    .awo-principles .awo-principles__grid-item.principle-4 svg {
      max-width: 5.5rem; }
      @media (min-width: 62rem) {
        .awo-principles .awo-principles__grid-item.principle-4 svg {
          max-width: 6.75rem; } }
    .awo-principles .awo-principles__grid-item.principle-5 svg {
      max-width: 4.75rem; }
      @media (min-width: 62rem) {
        .awo-principles .awo-principles__grid-item.principle-5 svg {
          max-width: 6rem; } }
    .awo-principles .awo-principles__grid-item.principle-6 svg {
      max-width: 5.5rem; }
      @media (min-width: 62rem) {
        .awo-principles .awo-principles__grid-item.principle-6 svg {
          max-width: 6.75rem; } }
  .awo-principles .awo-principles__button {
    text-align: center;
    margin-top: 2.25rem; }
    @media (min-width: 62rem) {
      .awo-principles .awo-principles__button {
        margin-top: 1.5rem; } }

.awo-impact {
  margin-top: 3rem; }
  @media (min-width: 62rem) {
    .awo-impact {
      margin-top: 6.25rem; } }
  .awo-impact .awo-impact__top-wave svg {
    fill: #f7efe1;
    margin-bottom: -1rem; }
  .awo-impact .awo-impact__bottom-wave svg {
    fill: #f7efe1;
    margin-bottom: 0; }
  .awo-impact .container {
    position: relative; }
    .awo-impact .container .awo-impact__bird {
      position: absolute;
      right: 0;
      top: 0;
      margin-top: -4rem;
      display: none; }
      @media (min-width: 62rem) {
        .awo-impact .container .awo-impact__bird {
          display: block; } }
  .awo-impact .awo-impact__title {
    font-family: "Ludicrous-Stencil", serif;
    font-size: 36px;
    line-height: 40px;
    color: #404040;
    margin-top: 0.5rem;
    margin-bottom: 1.5rem; }
    @media (min-width: 62rem) {
      .awo-impact .awo-impact__title {
        font-size: 45px;
        margin-top: 0;
        margin-bottom: 3rem; } }
  .awo-impact .awo-impact__wrapper {
    background-color: #f7efe1;
    padding-top: 2.5rem;
    padding-bottom: 4rem; }
  .awo-impact .awo-impact__container {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    row-gap: 2.25rem; }
    @media (min-width: 48rem) {
      .awo-impact .awo-impact__container {
        grid-template-columns: repeat(3, 1fr); } }
  .awo-impact .awo-impact__item {
    text-align: center; }
    .awo-impact .awo-impact__item .awo-impact__item-number {
      font-family: "Ludicrous-Stencil", serif;
      font-size: 64px;
      line-height: 70px;
      color: #d85625; }
      @media (min-width: 62rem) {
        .awo-impact .awo-impact__item .awo-impact__item-number {
          font-size: 80px;
          line-height: 80px; } }
    .awo-impact .awo-impact__item .awo-impact__item-description {
      font-size: 15px;
      line-height: 22px;
      font-weight: 600;
      max-width: 15rem;
      margin: 0 auto;
      max-width: 14rem; }
      @media (min-width: 62rem) {
        .awo-impact .awo-impact__item .awo-impact__item-description {
          font-size: 20px;
          line-height: 36px;
          max-width: 100%; } }

.awo-careers {
  padding-top: 3.75rem;
  padding-bottom: 6rem; }
  @media (min-width: 62rem) {
    .awo-careers {
      padding-top: 2rem; } }
  .awo-careers .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media (min-width: 48rem) {
      .awo-careers .container {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; } }
  .awo-careers .awo-careers__left {
    width: 100%;
    display: -ms-flexbox;
    display: flex; }
    @media (min-width: 48rem) {
      .awo-careers .awo-careers__left {
        margin-right: 2rem; } }
    @media (min-width: 62rem) {
      .awo-careers .awo-careers__left {
        margin-right: 3.25rem;
        width: auto;
        display: block; } }
    .awo-careers .awo-careers__left img {
      min-height: 17.25rem;
      max-height: 17.25rem;
      max-width: 17.25rem;
      border-radius: 100%;
      object-fit: cover;
      object-position: center;
      margin: 0 auto; }
      @media (min-width: 62rem) {
        .awo-careers .awo-careers__left img {
          min-height: 23.5rem;
          max-height: 23.5rem;
          max-width: 23.5rem; } }
  .awo-careers .awo-careers__right .awo-careers__type {
    font-size: 15px;
    line-height: 25px;
    font-weight: 700;
    color: #f7a824;
    margin-bottom: 1rem;
    margin-top: 2.5rem; }
    @media (min-width: 62rem) {
      .awo-careers .awo-careers__right .awo-careers__type {
        font-size: 20px;
        line-height: 20px;
        margin-top: 0;
        margin-bottom: 1.25rem; } }
  .awo-careers .awo-careers__right .awo-careers__title {
    font-family: "Ludicrous-Stencil", serif;
    font-size: 36px;
    line-height: 40px;
    color: #404040;
    margin-top: 0;
    text-align: left;
    margin-bottom: 0.75rem; }
    @media (min-width: 62rem) {
      .awo-careers .awo-careers__right .awo-careers__title {
        font-size: 45px;
        margin-bottom: 1rem; } }
  .awo-careers .awo-careers__right .awo-careers__description {
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 1.5rem; }
    @media (min-width: 62rem) {
      .awo-careers .awo-careers__right .awo-careers__description {
        margin-bottom: 2rem; } }

.content-wysiwyg-content {
  margin-bottom: 3.25rem; }

.content-footer-spacing {
  margin-bottom: 5.5rem; }

.involved-page {
  z-index: 2;
  position: relative; }
  .involved-page .container {
    position: relative; }
    .involved-page .container h2 {
      text-align: left; }

.involved-page-grid-title {
  padding-bottom: 1.5rem; }
  .involved-page-grid-title h2 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 1.25rem; }
  .involved-page-grid-title hr {
    border-top: 2px solid #f7a824; }

.involved-page-bird {
  position: absolute;
  right: 0;
  bottom: 0;
  margin-right: 1rem;
  margin-bottom: -2.5rem;
  display: none; }
  @media (min-width: 62rem) {
    .involved-page-bird {
      display: block; } }

.about-wysiwyg-content {
  margin-top: 3.5rem; }
  @media (min-width: 62rem) {
    .about-wysiwyg-content {
      margin-top: 0; } }

.about-three-numbers {
  margin-top: 3.5rem; }
  @media (min-width: 62rem) {
    .about-three-numbers {
      margin-top: 4.5rem; } }
  .about-three-numbers .awo-three-numbers .awo-three-numbers__grid .awo-three-numbers__grid-item .awo-three-numbers__grid-item__text {
    max-width: 15rem; }

.about-person-details-content {
  margin-top: 2.75rem; }

.about-three-col-grid {
  margin-top: 3rem; }
  @media (min-width: 62rem) {
    .about-three-col-grid {
      margin-top: 5.5rem; } }

.about-text-with-blockquote {
  margin-top: 3rem; }
  @media (min-width: 62rem) {
    .about-text-with-blockquote {
      margin-top: 6.5rem; } }

.about-tabbed-container {
  margin-top: 1rem;
  position: relative; }
  @media (min-width: 62rem) {
    .about-tabbed-container {
      margin-top: 6rem; } }
  .about-tabbed-container .container {
    position: relative; }
  .about-tabbed-container .about-tabbed-container__bird {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: -8.5rem;
    margin-right: 1rem;
    display: none; }
    @media (min-width: 62rem) {
      .about-tabbed-container .about-tabbed-container__bird {
        display: block; } }

.about-awo-wave-cta-one {
  margin-top: 3rem; }
  @media (min-width: 62rem) {
    .about-awo-wave-cta-one {
      margin-top: 6rem; } }

.annual-reports-items {
  margin-top: 3rem;
  margin-bottom: 5rem; }

.foster-care-wave-text .foster-care-wave-text__video {
  margin-top: 4.5rem; }

.foster-care-wave-text .foster-care-wave-text__links {
  margin-top: 5.5rem; }

.foster-care-wave-text__video.margin-bottom-4rem {
  margin-bottom: 4rem; }

.foster-care-form {
  margin-bottom: 3.5rem; }
  .foster-care-form .captureform2 {
    display: grid;
    grid-template-columns: 1fr;
    column-gap: 2rem; }
    @media (min-width: 48rem) {
      .foster-care-form .captureform2 {
        grid-template-columns: repeat(2, 1fr); } }
  .foster-care-form .grid-field-group {
    display: grid;
    grid-template-columns: 1fr;
    column-gap: 1.5rem; }
    @media (min-width: 48rem) {
      .foster-care-form .grid-field-group {
        grid-template-columns: 1fr 1fr; } }
  .foster-care-form .grid-dob-field {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 0.5rem;
    width: 100%; }
    .foster-care-form .grid-dob-field select {
      margin-left: 0 !important;
      width: 100% !important; }
  .foster-care-form .unabale-to-service-foster-care {
    margin-top: 2.75rem;
    max-width: 100%; }
    @media (min-width: 48rem) {
      .foster-care-form .unabale-to-service-foster-care {
        grid-column: 1/3; } }
  .foster-care-form .hidden_field_contain {
    display: none; }

.public-statements-two-col-links {
  margin-top: 4.5rem;
  margin-bottom: 7.5rem; }

@media (max-width: 48rem) and (min-width: 401px) {
  .external-training-index .intro h2 {
    width: 330px; } }

@media (max-width: 400px) {
  .external-training-index .intro h2 {
    width: 300px; } }

.external-training-index .intro .awo-wwb .awo-wwb__container .awo-wwb__discover {
  background-color: #B7DBF0;
  max-width: 290px;
  padding: 30px 24px; }
  .external-training-index .intro .awo-wwb .awo-wwb__container .awo-wwb__discover .awo-wwb__discover-title,
  .external-training-index .intro .awo-wwb .awo-wwb__container .awo-wwb__discover .awo-wwb__discover-content {
    color: #000;
    margin: 0 auto 20px;
    max-width: 100%; }
  .external-training-index .intro .awo-wwb .awo-wwb__container .awo-wwb__discover .awo-wwb__discover-title {
    margin-bottom: 8px; }
  @media (max-width: 48rem) {
    .external-training-index .intro .awo-wwb .awo-wwb__container .awo-wwb__discover {
      display: block;
      margin: auto;
      max-width: 327px; } }

.external-training-index .intro .awo-wwb .desktop-artwork-image {
  display: none;
  margin-top: 70px; }
  @media (min-width: 62rem) {
    .external-training-index .intro .awo-wwb .desktop-artwork-image {
      display: block; } }

.external-training-index .intro .awo-wwb .mobile-artwork-image {
  display: block;
  margin-bottom: 25px;
  margin-top: 50px;
  max-width: 500px;
  padding: 0 20px;
  width: 100%; }
  @media (min-width: 48rem) {
    .external-training-index .intro .awo-wwb .mobile-artwork-image {
      width: auto;
      padding: 0; } }
  @media (min-width: 62rem) {
    .external-training-index .intro .awo-wwb .mobile-artwork-image {
      display: none; } }

.external-training-index .intro .bottom-contact-links {
  margin-top: 70px; }
  .external-training-index .intro .bottom-contact-links h3, .external-training-index .intro .bottom-contact-links legend {
    color: #404040;
    font-size: 24px;
    letter-spacing: normal;
    margin-bottom: 20px;
    text-align: left; }
  .external-training-index .intro .bottom-contact-links .awo-wwb__buttons {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media (min-width: 62rem) {
      .external-training-index .intro .bottom-contact-links .awo-wwb__buttons {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; } }
  .external-training-index .intro .bottom-contact-links .awo-wwb__button {
    max-width: 330px; }
  .external-training-index .intro .bottom-contact-links .second-link p {
    color: #2b2b2b;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: -8px; }
  .external-training-index .intro .bottom-contact-links .second-link a {
    color: #2b2b2b;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0;
    transition: color 0.3s ease-in-out; }
    .external-training-index .intro .bottom-contact-links .second-link a:hover {
      color: #da5527; }
  @media (max-width: 28.75rem) {
    .external-training-index .intro .bottom-contact-links .awo-wwb__button {
      max-width: 100%; } }

.external-training-index .tabs-section .awo-tac {
  margin-bottom: 0; }

.external-training-index .tabs-section .heading-with-bird {
  margin-top: 50px; }
  @media (min-width: 62rem) {
    .external-training-index .tabs-section .heading-with-bird {
      margin-top: 100px; } }

.external-training-index .tabs-section .trainers-panel-header {
  margin-bottom: 0; }
  .external-training-index .tabs-section .trainers-panel-header h2 {
    margin-bottom: 0; }
  @media (min-width: 62rem) {
    .external-training-index .tabs-section .trainers-panel-header {
      display: none; } }

@media (max-width: 62rem) {
  .external-training-index .tabs-section .trainers-carousel .awo-itc__top {
    -ms-flex-pack: end;
    justify-content: flex-end; }
    .external-training-index .tabs-section .trainers-carousel .awo-itc__top h2 {
      display: none; } }

@media (max-width: 62rem) {
  .external-training-index .tabs-section .tab-panel-3 {
    position: relative; }
    .external-training-index .tabs-section .tab-panel-3::after {
      pointer-events: none;
      opacity: 0;
      background-color: #f7efe1;
      bottom: -120px;
      content: '';
      height: 200px;
      position: absolute;
      left: 0;
      right: 0;
      z-index: 0; }
    .external-training-index .tabs-section .tab-panel-3.is-active::after {
      opacity: 1; }
    .external-training-index .tabs-section .tab-panel-3 .awo-tacm__content-bg {
      padding-bottom: 1rem; } }

@media (max-width: 62rem) {
  .external-training-index .awo-tac .awo-tacm .awo-tacm__svg-wrapper {
    height: 1.5rem; } }

.external-training-details {
  margin-top: 40px; }
  .external-training-details .intro .awo-button {
    border: none; }
    .external-training-details .intro .awo-button .mobile-cta-label {
      display: block; }
    .external-training-details .intro .awo-button .desktop-cta-label {
      display: none; }
    @media (min-width: 73.125rem) {
      .external-training-details .intro .awo-button {
        margin-bottom: 2.5rem; }
        .external-training-details .intro .awo-button .mobile-cta-label {
          display: none; }
        .external-training-details .intro .awo-button .desktop-cta-label {
          display: block; } }
  .external-training-details .intro .awo-wwb .awo-wwb__container {
    position: relative; }
    .external-training-details .intro .awo-wwb .awo-wwb__container .awo-wwb__content {
      margin-bottom: 40px;
      position: relative;
      z-index: 1; }
      .external-training-details .intro .awo-wwb .awo-wwb__container .awo-wwb__content h2 {
        max-width: 652px; }
      .external-training-details .intro .awo-wwb .awo-wwb__container .awo-wwb__content * {
        text-align: left; }
  .external-training-details .intro .artwork-image {
    position: absolute;
    right: -200px;
    top: 0;
    width: 395px;
    z-index: 0; }
  .external-training-details .intro .course-details-info {
    margin-bottom: 15px; }
    .external-training-details .intro .course-details-info .course-details-info-item {
      color: #404040;
      margin-bottom: 33px; }
      .external-training-details .intro .course-details-info .course-details-info-item header {
        -ms-flex-align: center;
        align-items: center;
        display: -ms-flexbox;
        display: flex;
        gap: 10px;
        margin-bottom: 5px; }
        .external-training-details .intro .course-details-info .course-details-info-item header img {
          width: 20px; }
        .external-training-details .intro .course-details-info .course-details-info-item header h5 {
          margin: 0;
          font-size: 16px; }
        @media (min-width: 62rem) {
          .external-training-details .intro .course-details-info .course-details-info-item header {
            margin-bottom: 10px; } }
      .external-training-details .intro .course-details-info .course-details-info-item p {
        margin: 0;
        font-size: 14px;
        line-height: 24px; }
        @media (min-width: 62rem) {
          .external-training-details .intro .course-details-info .course-details-info-item p {
            font-size: 16px;
            line-height: 26px; } }
    .external-training-details .intro .course-details-info h5 {
      color: #404040; }
    @media (min-width: 62rem) {
      .external-training-details .intro .course-details-info.two-cols {
        display: grid;
        grid-template-columns: 380px 380px; } }
  .external-training-details .accordion-header h3, .external-training-details .accordion-header legend {
    color: #404040;
    margin-bottom: 24px;
    text-align: left; }
  .external-training-details .accordion-header p {
    font-size: 16px; }
  .external-training-details .awo-cc-eb__accordion {
    margin-bottom: 130px;
    margin-top: 40px; }
  .external-training-details .external-training-wave-cta {
    margin-top: -60px; }
  @media (max-width: 73.125rem) {
    .external-training-details .intro .awo-wwb {
      padding-top: 0; }
    .external-training-details .intro .artwork-image {
      margin-top: 60px;
      position: relative;
      right: auto; }
    .external-training-details .awo-cc-eb__accordion {
      margin-bottom: 60px; } }
  @media (max-width: 48rem) {
    .external-training-details .intro .artwork-image {
      display: block;
      margin-left: auto;
      margin-right: auto;
      max-width: 300px;
      width: 100%; } }

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 0.7; }
  .hamburger.is-active:hover {
    opacity: 0.7; }
  .hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner::before,
  .hamburger.is-active .hamburger-inner::after {
    background-color: #2b2b2b; }

.hamburger-box {
  width: 24px;
  height: 21px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 24px;
    height: 3px;
    background-color: #fff;
    border-radius: 3px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -9px; }
  .hamburger-inner::after {
    bottom: -9px; }

/*
   * 3DX
   */
.hamburger--3dx .hamburger-box {
  perspective: 48px; }

.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(180deg); }
  .hamburger--3dx.is-active .hamburger-inner::before {
    transform: translate3d(0, 9px, 0) rotate(45deg); }
  .hamburger--3dx.is-active .hamburger-inner::after {
    transform: translate3d(0, -9px, 0) rotate(-45deg); }

/*
   * 3DX Reverse
   */
.hamburger--3dx-r .hamburger-box {
  perspective: 48px; }

.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(-180deg); }
  .hamburger--3dx-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 9px, 0) rotate(45deg); }
  .hamburger--3dx-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -9px, 0) rotate(-45deg); }

/*
   * 3DY
   */
.hamburger--3dy .hamburger-box {
  perspective: 48px; }

.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(-180deg); }
  .hamburger--3dy.is-active .hamburger-inner::before {
    transform: translate3d(0, 9px, 0) rotate(45deg); }
  .hamburger--3dy.is-active .hamburger-inner::after {
    transform: translate3d(0, -9px, 0) rotate(-45deg); }

/*
   * 3DY Reverse
   */
.hamburger--3dy-r .hamburger-box {
  perspective: 48px; }

.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg); }
  .hamburger--3dy-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 9px, 0) rotate(45deg); }
  .hamburger--3dy-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -9px, 0) rotate(-45deg); }

/*
   * 3DXY
   */
.hamburger--3dxy .hamburger-box {
  perspective: 48px; }

.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dxy .hamburger-inner::before, .hamburger--3dxy .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg); }
  .hamburger--3dxy.is-active .hamburger-inner::before {
    transform: translate3d(0, 9px, 0) rotate(45deg); }
  .hamburger--3dxy.is-active .hamburger-inner::after {
    transform: translate3d(0, -9px, 0) rotate(-45deg); }

/*
   * 3DXY Reverse
   */
.hamburger--3dxy-r .hamburger-box {
  perspective: 48px; }

.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dxy-r .hamburger-inner::before, .hamburger--3dxy-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg); }
  .hamburger--3dxy-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 9px, 0) rotate(45deg); }
  .hamburger--3dxy-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -9px, 0) rotate(-45deg); }

/*
   * Arrow
   */
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-4.8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-4.8px, 0, 0) rotate(45deg) scale(0.7, 1); }

/*
   * Arrow Right
   */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(4.8px, 0, 0) rotate(45deg) scale(0.7, 1); }

.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(4.8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

/*
   * Arrow Alt
   */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-4.8px, -6px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-4.8px, 6px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

/*
   * Arrow Alt Right
   */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(4.8px, -6px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(4.8px, 6px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

/*
   * Arrow Turn
   */
.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg); }
  .hamburger--arrowturn.is-active .hamburger-inner::before {
    transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1); }
  .hamburger--arrowturn.is-active .hamburger-inner::after {
    transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

/*
   * Arrow Turn Right
   */
.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg); }
  .hamburger--arrowturn-r.is-active .hamburger-inner::before {
    transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1); }
  .hamburger--arrowturn-r.is-active .hamburger-inner::after {
    transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1); }

/*
   * Boring
   */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  transition-property: none; }

.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg); }
  .hamburger--boring.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--boring.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg); }

/*
   * Collapse
   */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse .hamburger-inner::after {
    top: -18px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .hamburger--collapse .hamburger-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -9px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--collapse.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }
  .hamburger--collapse.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Collapse Reverse
   */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse-r .hamburger-inner::after {
    top: -18px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .hamburger--collapse-r .hamburger-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -9px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--collapse-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }
  .hamburger--collapse-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Elastic
   */
.hamburger--elastic .hamburger-inner {
  top: 1.5px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .hamburger--elastic .hamburger-inner::before {
    top: 9px;
    transition: opacity 0.125s 0.275s ease; }
  .hamburger--elastic .hamburger-inner::after {
    top: 18px;
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 9px, 0) rotate(135deg);
  transition-delay: 0.075s; }
  .hamburger--elastic.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0; }
  .hamburger--elastic.is-active .hamburger-inner::after {
    transform: translate3d(0, -18px, 0) rotate(-270deg);
    transition-delay: 0.075s; }

/*
   * Elastic Reverse
   */
.hamburger--elastic-r .hamburger-inner {
  top: 1.5px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .hamburger--elastic-r .hamburger-inner::before {
    top: 9px;
    transition: opacity 0.125s 0.275s ease; }
  .hamburger--elastic-r .hamburger-inner::after {
    top: 18px;
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 9px, 0) rotate(-135deg);
  transition-delay: 0.075s; }
  .hamburger--elastic-r.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0; }
  .hamburger--elastic-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -18px, 0) rotate(270deg);
    transition-delay: 0.075s; }

/*
   * Emphatic
   */
.hamburger--emphatic {
  overflow: hidden; }
  .hamburger--emphatic .hamburger-inner {
    transition: background-color 0.125s 0.175s ease-in; }
    .hamburger--emphatic .hamburger-inner::before {
      left: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in; }
    .hamburger--emphatic .hamburger-inner::after {
      top: 9px;
      right: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in; }
  .hamburger--emphatic.is-active .hamburger-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent !important; }
    .hamburger--emphatic.is-active .hamburger-inner::before {
      left: -48px;
      top: -48px;
      transform: translate3d(48px, 48px, 0) rotate(45deg);
      transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }
    .hamburger--emphatic.is-active .hamburger-inner::after {
      right: -48px;
      top: -48px;
      transform: translate3d(-48px, 48px, 0) rotate(-45deg);
      transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }

/*
   * Emphatic Reverse
   */
.hamburger--emphatic-r {
  overflow: hidden; }
  .hamburger--emphatic-r .hamburger-inner {
    transition: background-color 0.125s 0.175s ease-in; }
    .hamburger--emphatic-r .hamburger-inner::before {
      left: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in; }
    .hamburger--emphatic-r .hamburger-inner::after {
      top: 9px;
      right: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in; }
  .hamburger--emphatic-r.is-active .hamburger-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent !important; }
    .hamburger--emphatic-r.is-active .hamburger-inner::before {
      left: -48px;
      top: 48px;
      transform: translate3d(48px, -48px, 0) rotate(-45deg);
      transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }
    .hamburger--emphatic-r.is-active .hamburger-inner::after {
      right: -48px;
      top: 48px;
      transform: translate3d(-48px, -48px, 0) rotate(45deg);
      transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }

/*
   * Minus
   */
.hamburger--minus .hamburger-inner::before, .hamburger--minus .hamburger-inner::after {
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear; }

.hamburger--minus.is-active .hamburger-inner::before, .hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear; }

.hamburger--minus.is-active .hamburger-inner::before {
  top: 0; }

.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0; }

/*
   * Slider
   */
.hamburger--slider .hamburger-inner {
  top: 1.5px; }
  .hamburger--slider .hamburger-inner::before {
    top: 9px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s; }
  .hamburger--slider .hamburger-inner::after {
    top: 18px; }

.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 9px, 0) rotate(45deg); }
  .hamburger--slider.is-active .hamburger-inner::before {
    transform: rotate(-45deg) translate3d(-3.4285714286px, -6px, 0);
    opacity: 0; }
  .hamburger--slider.is-active .hamburger-inner::after {
    transform: translate3d(0, -18px, 0) rotate(-90deg); }

/*
   * Slider Reverse
   */
.hamburger--slider-r .hamburger-inner {
  top: 1.5px; }
  .hamburger--slider-r .hamburger-inner::before {
    top: 9px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s; }
  .hamburger--slider-r .hamburger-inner::after {
    top: 18px; }

.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 9px, 0) rotate(-45deg); }
  .hamburger--slider-r.is-active .hamburger-inner::before {
    transform: rotate(45deg) translate3d(3.4285714286px, -6px, 0);
    opacity: 0; }
  .hamburger--slider-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -18px, 0) rotate(90deg); }

/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin .hamburger-inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin .hamburger-inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
  .hamburger--spin.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Spin Reverse
   */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin-r .hamburger-inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin-r .hamburger-inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
  .hamburger--spin-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Spring
   */
.hamburger--spring .hamburger-inner {
  top: 1.5px;
  transition: background-color 0s 0.13s linear; }
  .hamburger--spring .hamburger-inner::before {
    top: 9px;
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring .hamburger-inner::after {
    top: 18px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important; }
  .hamburger--spring.is-active .hamburger-inner::before {
    top: 0;
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 9px, 0) rotate(45deg); }
  .hamburger--spring.is-active .hamburger-inner::after {
    top: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 9px, 0) rotate(-45deg); }

/*
   * Spring Reverse
   */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring-r .hamburger-inner::after {
    top: -18px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear; }
  .hamburger--spring-r .hamburger-inner::before {
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -9px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spring-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear; }
  .hamburger--spring-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Stand
   */
.hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear; }
  .hamburger--stand .hamburger-inner::before {
    transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--stand .hamburger-inner::after {
    transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear; }
  .hamburger--stand.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-45deg);
    transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--stand.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Stand Reverse
   */
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear; }
  .hamburger--stand-r .hamburger-inner::before {
    transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--stand-r .hamburger-inner::after {
    transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear; }
  .hamburger--stand-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-45deg);
    transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--stand-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--squeeze .hamburger-inner::before {
    transition: top 0.075s 0.12s ease, opacity 0.075s ease; }
  .hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease; }
  .hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Vortex
   */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
    transition-duration: 0s;
    transition-delay: 0.1s;
    transition-timing-function: linear; }
  .hamburger--vortex .hamburger-inner::before {
    transition-property: top, opacity; }
  .hamburger--vortex .hamburger-inner::after {
    transition-property: bottom, transform; }

.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
    transition-delay: 0s; }
  .hamburger--vortex.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--vortex.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(90deg); }

/*
   * Vortex Reverse
   */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
    transition-duration: 0s;
    transition-delay: 0.1s;
    transition-timing-function: linear; }
  .hamburger--vortex-r .hamburger-inner::before {
    transition-property: top, opacity; }
  .hamburger--vortex-r .hamburger-inner::after {
    transition-property: bottom, transform; }

.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
    transition-delay: 0s; }
  .hamburger--vortex-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--vortex-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg); }

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