/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

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

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
figcaption,
figure {
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

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

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

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

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

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

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

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

/**
 * Show the overflow in IE.
 */
button {
  overflow: visible;
}

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

button,
[type=button],
[type=reset],
[type=submit] {
  /**
   * Remove the inner border and padding in Firefox.
   */
  /**
   * Restore the focus styles unset by the previous rule.
   */
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Show the overflow in Edge.
 */
input {
  overflow: visible;
}

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

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
  /**
   * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
   */
}
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

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

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

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

/*
 * Add the correct display in IE 9-.
 */
menu {
  display: block;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

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

html {
  box-sizing: border-box;
}

* {
  box-sizing: inherit;
}

body {
  z-index: 1;
  overflow-x: hidden;
}

ul {
  padding-left: 1rem;
}

li {
  padding-bottom: 1rem;
}

main a {
  text-decoration: none;
  color: #4a4a4a;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
main img {
  max-width: 100%;
}
main i {
  font-weight: normal;
}

a.border__none,
a.b__none {
  border: 0;
}

a.border__underline,
a.b__underline {
  border: 1;
}

html {
  font-size: 14px;
  font-weight: 600;
  font-family: "Nunito", sans-serif;
  color: #4a4a4a;
  line-height: 140%;
  letter-spacing: 0.01rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
@media (min-width: 399px) {
  html {
    font-size: 16px;
  }
}
@media (min-width: 899px) {
  html {
    font-size: 18px;
  }
}
@media (min-width: 1399px) {
  html {
    font-size: 20px;
  }
}

h1 {
  font-size: 3.2rem;
  line-height: 120%;
  font-weight: 600;
  margin: 0;
}

h2 {
  font-size: 2.4rem;
  line-height: 120%;
  font-weight: 600;
  margin: 0;
}

h3 {
  font-size: 1.8rem;
  line-height: 140%;
  font-weight: 600;
  margin: 0;
}

h4 {
  font-size: 1.2rem;
  line-height: 140%;
  font-weight: 600;
  margin: 0;
}

.caption {
  font-size: 0.8rem;
  line-height: 160%;
}

.caption--uppercase {
  font-size: 0.7rem;
  line-height: 160%;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}

.caption__small {
  font-size: 0.7rem;
  line-height: 160%;
}

.caption__small--uppercase {
  font-size: 0.7rem;
  line-height: 160%;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}

.regular__font--size {
  font-size: 1rem;
}

.font__bold--normal,
.f__b--norm {
  font-weight: 400;
}

.font__bold--semi-bold,
.f__b--sb {
  font-weight: 600;
}

.font__bold--bold,
.f__b--b {
  font-weight: 700;
}

.font__bold--extra-bold,
.f__b--eb {
  font-weight: 800;
}

.font__bold--ultra-bold,
.f__b--ub {
  font-weight: 900;
}

.bb__none {
  border-bottom: none;
}

.accordion__container,
.acc__cont {
  display: block;
}

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

.accordion__item,
.acc__it {
  padding-top: 1rem;
}
.accordion__item .accordion__item--title,
.accordion__item .acc__it--t,
.acc__it .accordion__item--title,
.acc__it .acc__it--t {
  font-size: 0.8rem;
  font-family: "Nunito", sans-serif;
  color: #4a4a4a;
  cursor: pointer;
  width: 100%;
  background: #ffffff;
  border: 0;
  min-height: 48px;
  text-align: left;
  border-bottom: 1px solid #4a4a4a;
}
.accordion__item .accordion__item--title .left,
.accordion__item .acc__it--t .left,
.acc__it .accordion__item--title .left,
.acc__it .acc__it--t .left {
  display: inline-block;
  width: 88%;
  vertical-align: middle;
}
.accordion__item .accordion__item--title .left a,
.accordion__item .acc__it--t .left a,
.acc__it .accordion__item--title .left a,
.acc__it .acc__it--t .left a {
  border: 0;
}
.accordion__item .accordion__item--title .right,
.accordion__item .acc__it--t .right,
.acc__it .accordion__item--title .right,
.acc__it .acc__it--t .right {
  display: inline-block;
  width: 10%;
  text-align: right;
  vertical-align: middle;
}
.accordion__item .accordion__item--title.right-text .left,
.accordion__item .acc__it--t.right-text .left,
.acc__it .accordion__item--title.right-text .left,
.acc__it .acc__it--t.right-text .left {
  width: 65%;
}
.accordion__item .accordion__item--title.right-text .right,
.accordion__item .acc__it--t.right-text .right,
.acc__it .accordion__item--title.right-text .right,
.acc__it .acc__it--t.right-text .right {
  width: 35%;
}
.accordion__item .accordion__item--body,
.accordion__item .acc__it--b,
.acc__it .accordion__item--body,
.acc__it .acc__it--b {
  display: none;
  opacity: 0;
  transition: opacity 1s ease-out;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #4a4a4a;
}
.accordion__item .accordion__item--open,
.accordion__item .acc__it--o,
.acc__it .accordion__item--open,
.acc__it .acc__it--o {
  opacity: 1;
  display: block;
}

.accordion__item--horizontal,
.acc__it--h {
  padding-top: 1rem;
  width: 380px;
}
.accordion__item--horizontal .accordion__item--title,
.accordion__item--horizontal .acc__it--t,
.acc__it--h .accordion__item--title,
.acc__it--h .acc__it--t {
  font-size: 0.8rem;
  font-family: "Nunito", sans-serif;
  color: #4a4a4a;
  cursor: pointer;
  width: 100%;
  background: #ffffff;
  border: 0;
  min-height: 48px;
  text-align: left;
  border-bottom: 1px solid #4a4a4a;
}
.accordion__item--horizontal .accordion__item--title .left,
.accordion__item--horizontal .acc__it--t .left,
.acc__it--h .accordion__item--title .left,
.acc__it--h .acc__it--t .left {
  display: inline-block;
  width: 88%;
  vertical-align: middle;
}
.accordion__item--horizontal .accordion__item--title .left a,
.accordion__item--horizontal .acc__it--t .left a,
.acc__it--h .accordion__item--title .left a,
.acc__it--h .acc__it--t .left a {
  border: 0;
}
.accordion__item--horizontal .accordion__item--title .right,
.accordion__item--horizontal .acc__it--t .right,
.acc__it--h .accordion__item--title .right,
.acc__it--h .acc__it--t .right {
  display: inline-block;
  width: 10%;
  text-align: right;
  vertical-align: middle;
}
.accordion__item--horizontal .accordion__item--title.right-text .left,
.accordion__item--horizontal .acc__it--t.right-text .left,
.acc__it--h .accordion__item--title.right-text .left,
.acc__it--h .acc__it--t.right-text .left {
  width: 65%;
}
.accordion__item--horizontal .accordion__item--title.right-text .right,
.accordion__item--horizontal .acc__it--t.right-text .right,
.acc__it--h .accordion__item--title.right-text .right,
.acc__it--h .acc__it--t.right-text .right {
  width: 35%;
}
.accordion__item--horizontal .accordion__item--body,
.accordion__item--horizontal .acc__it--b,
.acc__it--h .accordion__item--body,
.acc__it--h .acc__it--b {
  display: none;
  opacity: 0;
  transition: opacity 1s ease-out;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #4a4a4a;
}
.accordion__item--horizontal .accordion__item--open,
.accordion__item--horizontal .acc__it--o,
.acc__it--h .accordion__item--open,
.acc__it--h .acc__it--o {
  opacity: 1;
  display: block;
}

.card {
  border-radius: 5px;
  background: #ffffff;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
  border-left: 5px solid;
  margin-bottom: 0.6rem;
  font-size: 0.8rem;
  position: relative;
  padding: 12px 21px;
}
.card a {
  border: 0;
}
.card--title {
  font-weight: 700;
  margin-bottom: 12px;
}
.card--body p {
  margin: 0;
}
.card.card__border--right {
  border-left: 0;
  border-right: 5px solid;
}
.card.card__border--none {
  border: 0;
}
.card.card__links--show a {
  border-bottom: 1px;
  border-bottom-style: solid;
}

.card__highlight {
  border-radius: 5px;
  background: #ffffff;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
  border-left: 5px solid;
  margin-bottom: 0.6rem;
  font-size: 0.8rem;
  position: relative;
  padding: 12px 21px;
  color: #ffffff;
}
.card__highlight a {
  border: 0;
}
.card__highlight--title {
  font-weight: 700;
  margin-bottom: 12px;
}
.card__highlight--body p {
  margin: 0;
}
.card__highlight.card__border--right {
  border-left: 0;
  border-right: 5px solid;
}
.card__highlight.card__border--none {
  border: 0;
}
.card__highlight.card__links--show a {
  border-bottom: 1px;
  border-bottom-style: solid;
}
.card__highlight--title {
  color: #ffffff !important;
}

.card__highlight--final {
  border-radius: 5px;
  background: #ffffff;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
  border-left: 5px solid;
  margin-bottom: 0.6rem;
  font-size: 0.8rem;
  position: relative;
  padding: 12px 21px;
  color: #ffffff !important;
}
.card__highlight--final a {
  border: 0;
}
.card__highlight--final--title {
  font-weight: 700;
  margin-bottom: 12px;
}
.card__highlight--final--body p {
  margin: 0;
}
.card__highlight--final.card__border--right {
  border-left: 0;
  border-right: 5px solid;
}
.card__highlight--final.card__border--none {
  border: 0;
}
.card__highlight--final.card__links--show a {
  border-bottom: 1px;
  border-bottom-style: solid;
}
@media (min-width: 1199px) {
  .card__highlight--final {
    width: 440px;
  }
}
.card__highlight--final--title {
  color: #ffffff !important;
}

.card__highlight--image {
  border-radius: 5px;
  background: #ffffff;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
  border-left: 5px solid;
  margin-bottom: 0.6rem;
  font-size: 0.8rem;
  position: relative;
  padding: 12px 21px;
  color: #ffffff !important;
}
.card__highlight--image a {
  border: 0;
}
.card__highlight--image--title {
  font-weight: 700;
  margin-bottom: 12px;
}
.card__highlight--image--body p {
  margin: 0;
}
.card__highlight--image.card__border--right {
  border-left: 0;
  border-right: 5px solid;
}
.card__highlight--image.card__border--none {
  border: 0;
}
.card__highlight--image.card__links--show a {
  border-bottom: 1px;
  border-bottom-style: solid;
}
.card__highlight--image--title {
  color: #ffffff !important;
}
.card__highlight--image--text {
  padding: 12px 21px;
  border-radius: 5px;
  z-index: 2;
}
.card__highlight--image--image {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.card__highlight--image--image div {
  width: 100%;
  height: 100%;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}

.vertical__card__with-image {
  border-radius: 5px;
  background: #ffffff;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
  border-left: 5px solid;
  margin-bottom: 0.6rem;
  font-size: 0.8rem;
  position: relative;
  border-left: none;
}
.vertical__card__with-image a {
  border: 0;
}
.vertical__card__with-image--title {
  font-weight: 700;
  margin-bottom: 12px;
}
.vertical__card__with-image--body p {
  margin: 0;
}
.vertical__card__with-image.card__border--right {
  border-left: 0;
  border-right: 5px solid;
}
.vertical__card__with-image.card__border--none {
  border: 0;
}
.vertical__card__with-image.card__links--show a {
  border-bottom: 1px;
  border-bottom-style: solid;
}
.vertical__card__with-image--text {
  padding: 12px 21px;
  border-radius: 5px;
  z-index: 2;
}
.vertical__card__with-image--image {
  z-index: 1;
  overflow: hidden;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  line-height: 0rem;
}
.vertical__card__with-image--image img {
  width: 100%;
}
.vertical__card__with-image--image__bottom {
  z-index: 1;
  overflow: hidden;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  margin-top: -5px;
}
.vertical__card__with-image--image__bottom img {
  width: 100%;
  z-index: -1;
}

.add__border {
  border-left: 5px solid;
}

.card__advertisement {
  background: rgba(196, 196, 196, 0.3);
  padding: 0px 0px 5px 10px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin-bottom: -5px;
  padding-bottom: 5px;
}
.card__advertisement p {
  margin: 0;
}

.card__with-image {
  border-radius: 5px;
  background: #ffffff;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
  border-left: 5px solid;
  margin-bottom: 0.6rem;
  font-size: 0.8rem;
  position: relative;
  min-height: 109px;
}
.card__with-image a {
  border: 0;
}
.card__with-image--title {
  font-weight: 700;
  margin-bottom: 12px;
}
.card__with-image--body p {
  margin: 0;
}
.card__with-image.card__border--right {
  border-left: 0;
  border-right: 5px solid;
}
.card__with-image.card__border--none {
  border: 0;
}
.card__with-image.card__links--show a {
  border-bottom: 1px;
  border-bottom-style: solid;
}
.card__with-image--text {
  padding: 12px 21px;
  border-radius: 5px;
  z-index: 2;
}
.card__with-image--image {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  margin-left: -25px;
  min-height: 109px;
  min-width: 103px;
}
.card__with-image--image div {
  width: 100%;
  height: 100%;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}

.card__overlap {
  margin-left: 10px;
  margin-top: -4rem;
}
@media (min-width: 1199px) {
  .card__overlap {
    margin-left: -4rem;
    margin-top: auto;
    margin-bottom: auto;
  }
}
.card__overlap--btn {
  margin-bottom: -40px;
  margin-left: auto;
  margin-right: auto;
  display: block !important;
}

.card__cutoff--cont {
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.2));
}
.card__cutoff--cont:hover {
  filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 0));
}

.card__cutoff {
  border-radius: 5px;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
  border-left: 5px solid;
  margin-bottom: 0.6rem;
  font-size: 0.8rem;
  position: relative;
  border-left: none;
  clip-path: polygon(2px 93.88%, 15% 100%, 100% 100%, 100% 0px, 0px 0px);
}
.card__cutoff a {
  border: 0;
}
.card__cutoff--title {
  font-weight: 700;
  margin-bottom: 12px;
  min-height: 7.5rem;
}
.card__cutoff--title p {
  height: 2.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.card__cutoff--body p {
  margin: 0;
}
.card__cutoff--invert {
  color: #ffffff;
  background: #4a4a4a;
  height: 100%;
}
.card__cutoff--text {
  padding: 12px 21px;
  border-radius: 0px 0px 5px 5px;
  z-index: 2;
}
.card__cutoff--image {
  z-index: 1;
  overflow: hidden;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  line-height: 0rem;
}
.card__cutoff--image img {
  width: 100%;
}
.card__cutoff--link {
  font-size: 2.4rem;
  margin-bottom: 1rem;
}
@media (min-width: 1199px) {
  .card__cutoff--link {
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 1439px) {
  .card__cutoff--link {
    margin-bottom: 5rem;
  }
}

.breadcrumb__list {
  list-style: none;
  display: inline;
  padding-left: 0rem;
}
.breadcrumb__list li {
  display: inline;
}

.button__under,
.btn__under, .button__invert,
.btn__invert, .button,
.btn {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  border: 1px solid;
  border-radius: 3px;
  box-sizing: border-box;
  display: inline-block;
  min-width: 7rem;
  width: -moz-fit-content;
  width: fit-content;
  padding: 12px 21px;
}
.button__under h4,
.btn__under h4, .button__invert h4,
.btn__invert h4, .button h4,
.btn h4 {
  text-transform: initial;
  letter-spacing: initial;
}

.button,
.btn {
  color: #4a4a4a;
  background: #ffffff;
}
.button:hover,
.btn:hover {
  cursor: pointer;
  color: #ffffff;
  background: #4a4a4a;
}
.button__invert,
.btn__invert {
  color: #ffffff;
  background: #4a4a4a;
}
.button__invert:hover,
.btn__invert:hover {
  cursor: pointer;
  color: #4a4a4a;
  background: #ffffff;
}
.button__under,
.btn__under {
  border: 0;
  border-bottom: 1.5px solid;
  border-radius: 0;
  min-width: auto;
  padding: 6px 0;
}

.btn__large {
  border-radius: 10px;
  max-width: 380px;
}
.btn__large--text {
  color: #ffffff;
  padding-top: 1rem;
}
.btn__large--icon {
  float: right;
  font-weight: 800px;
  margin-right: 1.5rem;
  color: #ffffff;
}

.btn__pill--container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: normal;
}

.btn__pill__invert, .btn__pill {
  list-style: none;
  display: inline-block;
  padding: 5px 15px;
  border: 1px solid;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  border-radius: 25px;
  margin-bottom: 1rem;
  color: #4a4a4a;
  background: #ffffff;
}

.btn__pill {
  color: #4a4a4a;
  background: #ffffff;
}
@media (hover: hover) {
  .btn__pill:hover {
    cursor: pointer;
    color: #ffffff;
    background: #4a4a4a;
  }
}
.btn__pill__invert {
  color: #ffffff;
  background: #4a4a4a;
}
.btn__pill__invert:hover {
  cursor: pointer;
  color: #4a4a4a;
  background: #ffffff;
}
.btn__pill__invert .btn__pill__invert:hover {
  cursor: pointer;
  color: #4a4a4a;
  background: #ffffff;
}

.image-slider {
  overflow: hidden;
  width: 100%;
}
.image-slider__image {
  position: relative;
  width: 100%;
  height: 100%;
  animation-name: fade;
  animation-duration: 2.5s;
}
.image-slider__image img {
  clip-path: polygon(0 85%, 15% 100%, 100% 100%, 100% 0, 0 0);
  width: 100%;
  border-radius: 5px;
}
.image-slider.outlets {
  position: relative;
  width: 100%;
  height: 100%;
  animation-name: fade;
  animation-duration: 2.5s;
}
.image-slider.outlets img {
  clip-path: polygon(0 85%, 15% 100%, 100% 100%, 100% 0, 0 0);
  width: 100%;
  height: 387px;
  border-radius: 5px;
}
.image-slider__button {
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: auto;
  width: fit-content;
  width: -moz-fit-content;
  box-sizing: content-box;
}
.image-slider__selector {
  display: inline-block;
  margin-bottom: 0.75rem;
  margin-left: 0.75rem;
  opacity: 0.7;
}
.image-slider__selector:hover {
  cursor: pointer;
}
@media (min-width: 599px) {
  .image-slider__selector {
    display: block;
    margin-left: 0;
  }
}
.image-slider__selector-container {
  text-align: right;
}
@media (min-width: 599px) {
  .image-slider__selector-container {
    text-align: left;
  }
}
.image-slider__selector.active {
  opacity: 1;
}
.image-slider__selector--dot {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background-color: #4a4a4a;
}

.slider__campaign {
  padding: 2rem 0;
  position: relative;
  min-height: 700px;
}
@media (min-width: 399px) {
  .slider__campaign {
    min-height: 800px;
  }
}
@media (min-width: 599px) {
  .slider__campaign {
    min-height: 600px;
  }
}
@media (min-width: 899px) {
  .slider__campaign {
    min-height: 800px;
  }
}
@media (min-width: 1199px) {
  .slider__campaign {
    min-height: 650px;
  }
}
.slider__campaign .saf-min-h {
  min-height: 700px;
}
@media (min-width: 399px) {
  .slider__campaign .saf-min-h {
    min-height: 800px;
  }
}
@media (min-width: 599px) {
  .slider__campaign .saf-min-h {
    min-height: 600px;
  }
}
@media (min-width: 899px) {
  .slider__campaign .saf-min-h {
    min-height: 800px;
  }
}
@media (min-width: 1199px) {
  .slider__campaign .saf-min-h {
    min-height: 650px;
  }
}
.slider__campaign--slide {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-in, visibility 0.5s ease-in;
  position: absolute;
}
.slider__campaign--slide.active {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s ease-out, visibility 0.5s ease-out;
}
.slider__campaign--slide.active .component__main {
  margin-top: 0;
  transition: margin 0.5s ease-out;
}
.slider__campaign--image img {
  border-radius: 5px;
  width: 100%;
}
.slider__campaign--content {
  position: relative;
  min-height: 300px;
}
.slider__campaign--content .component__header {
  padding-bottom: 3rem;
}
@media (min-width: 1199px) {
  .slider__campaign--content .component__header {
    padding-bottom: 0.5rem;
  }
}
@media (min-width: 1399px) {
  .slider__campaign--content .component__header {
    padding-bottom: 3rem;
  }
}
.slider__campaign--content .component__main {
  margin-top: 0.75rem;
  transition: margin 0.5s ease-in;
  padding-bottom: 1rem;
}
.slider__campaign--content .component__main--title {
  min-height: 120px;
}
.slider__campaign--content .component__main--subtitle {
  min-height: 250px;
}
.slider__campaign--content .component__link {
  position: absolute;
  font-size: 2.5rem;
  font-weight: normal;
  right: 1rem;
  width: 6rem;
  height: 7rem;
  text-align: right;
  border: 0;
  border-radius: 5px;
}
@media (min-width: 599px) {
  .slider__campaign--content .component__link {
    height: 5rem;
    width: 6rem;
  }
}
@media (min-width: 899px) {
  .slider__campaign--content .component__link {
    width: 6rem;
    height: 7rem;
  }
}
@media (min-width: 1199px) {
  .slider__campaign--content .component__link {
    right: 2rem;
    height: 7rem;
    width: 6rem;
  }
}
@media (min-width: 1399px) {
  .slider__campaign--content .component__link {
    width: 6rem;
    height: 7rem;
  }
}
.slider__campaign--content .component__link i {
  padding: 0.75rem;
}
@media (min-width: 1199px) {
  .slider__campaign--content .component__link i {
    padding: 1rem;
  }
}
.slider__campaign .component__footer {
  padding: 1rem 1.5rem;
  border-radius: 3px;
}
@media (min-width: 599px) {
  .slider__campaign .component__footer {
    padding: 1.5rem;
  }
}
@media (min-width: 1199px) {
  .slider__campaign .component__footer {
    padding: 1.5rem;
    margin-top: -5rem;
  }
}
.slider__campaign .component__footer--social {
  padding-top: 0.5rem;
}
@media (min-width: 599px) {
  .slider__campaign .component__footer--social {
    padding: 0;
    margin: auto;
  }
}
.slider__campaign .component__footer--social a {
  border: 0;
  font-size: 1.4rem;
  font-weight: 500;
  margin-right: 1.75rem;
}
.slider__campaign--selector {
  margin-bottom: 1.25rem;
}
.slider__campaign--selector:hover {
  cursor: pointer;
}
.slider__campaign--selector-container {
  z-index: 1;
  position: absolute;
  right: -0.4rem;
  top: 20%;
  transform: translateY(-50%);
}
@media (min-width: 599px) {
  .slider__campaign--selector-container {
    right: -6px;
    top: 25%;
  }
}
@media (min-width: 1199px) {
  .slider__campaign--selector-container {
    right: -8px;
  }
}
.slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: #4a4a4a;
}
.slider__campaign--selector-dot {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background-color: #ffffff;
}
@media (min-width: 1199px) {
  .slider__campaign--selector-dot {
    width: 16px;
    height: 16px;
  }
}

@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
.image__collage {
  margin: 1rem 0;
  position: relative;
  min-height: 375px;
}
@media (min-width: 399px) {
  .image__collage {
    min-height: 500px;
  }
}
@media (min-width: 599px) {
  .image__collage {
    min-height: 425px;
  }
}
@media (min-width: 899px) {
  .image__collage {
    min-height: 525px;
  }
}
@media (min-width: 1199px) {
  .image__collage {
    min-height: 620px;
  }
}
.image__collage--item {
  position: absolute;
}
.image__collage--item.component__background {
  background: #ffffff;
}
.image__collage--item.component__background img {
  opacity: 0.7;
  display: block;
}
.image__collage--item.component__background img:hover {
  opacity: 1;
}
.image__collage--item.component__background .image__collage--text {
  display: none;
}
.image__collage--item.component__background:hover {
  opacity: 1;
  z-index: 1;
}
@media (min-width: 1199px) {
  .image__collage--item.component__background:hover .image__collage--text {
    display: block;
  }
}
.image__collage--item.component__foreground {
  background: #ffffff;
  opacity: 1;
}
.image__collage--item.component__foreground .image__collage--text {
  display: none;
}
.image__collage--item.component__foreground:hover {
  opacity: 1;
  z-index: 1;
}
@media (min-width: 1199px) {
  .image__collage--item.component__foreground:hover .image__collage--text {
    display: block;
  }
}
.image__collage--item img {
  border-radius: 5px;
}
.image__collage--text-wrapper {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.image__collage--text {
  display: none;
  position: absolute;
  left: 1rem;
}

.image__collage--landscape {
  margin: 1rem 0;
  position: relative;
  min-height: 375px;
}
@media (min-width: 399px) {
  .image__collage--landscape {
    min-height: 500px;
  }
}
@media (min-width: 599px) {
  .image__collage--landscape {
    min-height: 425px;
  }
}
@media (min-width: 899px) {
  .image__collage--landscape {
    min-height: 525px;
  }
}
@media (min-width: 1199px) {
  .image__collage--landscape {
    min-height: 520px;
  }
}
.image__collage--landscape--item {
  position: absolute;
}
.image__collage--landscape--item.component__background {
  background: #ffffff;
}
.image__collage--landscape--item.component__background img {
  opacity: 0.7;
  display: block;
}
.image__collage--landscape--item.component__background img:hover {
  opacity: 1;
}
.image__collage--landscape--item.component__background .image__collage--text {
  display: none;
}
.image__collage--landscape--item.component__background:hover {
  opacity: 1;
  z-index: 1;
}
@media (min-width: 1199px) {
  .image__collage--landscape--item.component__background:hover .image__collage--text {
    display: block;
  }
}
.image__collage--landscape--item.component__foreground {
  background: #ffffff;
  opacity: 1;
}
.image__collage--landscape--item.component__foreground .image__collage--text {
  display: none;
}
.image__collage--landscape--item.component__foreground:hover {
  opacity: 1;
  z-index: 1;
}
@media (min-width: 1199px) {
  .image__collage--landscape--item.component__foreground:hover .image__collage--text {
    display: block;
  }
}
.image__collage--landscape--item img {
  border-radius: 5px;
}
.image__collage--landscape--text-wrapper {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.image__collage--landscape--text {
  display: none;
  position: absolute;
  left: 1rem;
}

.image__with-button {
  position: relative;
  width: 100%;
  height: fit-content;
  height: -moz-fit-content;
}
.image__with-button img {
  clip-path: polygon(0 85%, 15% 100%, 100% 100%, 100% 0, 0 0);
}
.image__with-button .btn, .image__with-button .button {
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: auto;
  box-sizing: content-box;
}

.image__cta--content {
  margin: -3rem auto 3rem auto;
  width: 90%;
  box-shadow: 0px 4px 0px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  padding: 1rem;
  padding-bottom: 3rem;
  position: relative;
}
@media (min-width: 599px) {
  .image__cta--content {
    width: 100%;
    margin: 1rem auto 3rem -3rem;
  }
}
@media (min-width: 899px) {
  .image__cta--content {
    margin-top: 3rem;
  }
}
@media (min-width: 1199px) {
  .image__cta--content {
    margin-left: -3rem;
    margin-top: 4rem;
  }
}
.image__cta--button {
  position: absolute;
  bottom: -1.5rem;
  left: 0;
  right: 0;
  width: 50%;
  margin: auto;
}
@media (min-width: 599px) {
  .image__cta--button {
    left: 2rem;
    margin: 0;
    width: fit-content;
    width: -moz-fit-content;
  }
}

.cat-selector__with-image {
  position: relative;
}
.cat-selector__with-image .component__wrapper {
  margin-bottom: 1.5rem;
  position: relative;
}
.cat-selector__with-image .component__background img {
  width: 100%;
  max-width: 100%;
}
.cat-selector__with-image .component__foreground {
  position: absolute;
  padding: 1rem;
  box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  white-space: nowrap;
  font-weight: 700;
}
@media (min-width: 1199px) {
  .cat-selector__with-image .component__foreground {
    position: relative;
  }
}
@media (max-width: 1199px) {
  .cat-selector__with-image .component__foreground {
    font-size: 0.8rem;
    line-height: 160%;
    border: 0;
  }
}
@media (min-width: 599px) {
  .cat-selector__with-image .component__foreground {
    padding: 0.5rem;
  }
}
@media (min-width: 1199px) {
  .cat-selector__with-image .component__foreground {
    padding: 0;
    border-radius: 0;
    box-shadow: none;
    width: fit-content;
    width: -moz-fit-content;
    background: transparent !important;
  }
}
@media (min-width: 1199px) {
  .cat-selector__with-image .component__foreground {
    font-weight: 400;
  }
}
.cat-selector__with-image .component__hoverable--images {
  display: none;
  position: absolute;
  width: 110%;
  height: 120%;
  top: -10%;
  left: -5%;
  opacity: 0.5;
  z-index: -1;
}
@media (min-width: 1199px) {
  .cat-selector__with-image .component__hoverable--images {
    display: block;
  }
}
.cat-selector__with-image .component__hoverable--images img {
  display: none;
  position: absolute;
  width: 50%;
  border-radius: 5px;
}
.cat-selector__with-image .component__hoverable--images .component__top-left {
  top: 0;
  left: 0;
}
.cat-selector__with-image .component__hoverable--images .component__top-centre {
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.cat-selector__with-image .component__hoverable--images .component__top-right {
  top: 0;
  right: 0;
}
.cat-selector__with-image .component__hoverable--images .component__bottom-left {
  bottom: 0;
  left: 0;
}
.cat-selector__with-image .component__hoverable--images .component__bottom-centre {
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.cat-selector__with-image .component__hoverable--images .component__bottom-right {
  bottom: 0;
  right: 0;
}

.call-to-action__dot-wrapper {
  height: 120px;
  position: relative;
  margin: 1rem auto;
}
@media (min-width: 599px) {
  .call-to-action__dot-wrapper {
    display: inline-block;
    width: 17.5%;
    height: 64px;
    position: relative;
  }
  .call-to-action__dot-wrapper.adjust--left {
    margin-left: -1rem;
  }
}
@media (min-width: 1199px) {
  .call-to-action__dot-wrapper {
    width: 26%;
  }
}
.call-to-action__dot-wrapper div {
  width: 128px;
  transform: translateY(-50%) rotate(90deg);
  top: 50%;
  margin: auto;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
}
@media (min-width: 599px) {
  .call-to-action__dot-wrapper div {
    width: 100%;
    position: absolute;
    top: -1rem;
    transform: none;
  }
}
.call-to-action__center {
  text-align: center;
}
@media (min-width: 599px) {
  .call-to-action__center .call-to-action__text {
    width: 65%;
    display: inline-block;
  }
}
@media (min-width: 1199px) {
  .call-to-action__center .call-to-action__text {
    width: 48%;
  }
}
.call-to-action__center .call-to-action__text h2 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.cta__small--width {
  width: 100%;
}
@media (min-width: 1199px) {
  .cta__small--width {
    width: 75% !important;
  }
}

.officer__block {
  margin: 5rem 0;
}
.officer__block--title {
  min-height: 50px;
}
.officer__block--title h5, .officer__block--title h6 {
  margin-bottom: 0.5rem;
}
.officer__block--image {
  padding-bottom: 33px;
}
@media (min-width: 1199px) {
  .officer__block--image {
    padding: 0;
  }
}
.officer__block--image a {
  border: 0;
}
.officer__block--image img {
  border-radius: 5px;
}
.officer__block--dots {
  width: 64px;
  height: 64px;
  margin: auto;
}
@media (min-width: 1199px) {
  .officer__block--desktop-grid {
    grid-template-columns: repeat(8, 1fr) !important;
    width: 100%;
    grid-column-gap: 1rem !important;
  }
  .officer__block--desktop-push {
    margin-top: 2.5rem;
  }
  .officer__block--desktop-pull {
    margin-top: -2.5rem;
  }
}

.adjust__dev {
  margin-top: -0.25rem;
}
@media (min-width: 1199px) {
  .adjust__dev {
    margin-top: -3.5rem;
  }
}

.adjust__int {
  margin-top: 1.75rem;
}
@media (min-width: 1199px) {
  .adjust__int {
    margin-top: 1rem;
  }
}

.block__statement {
  padding: 1rem;
  border-radius: 5px;
  clip-path: polygon(0 85%, 15% 100%, 100% 100%, 100% 0, 0 0);
  text-align: right;
  width: 100%;
}
@media (min-width: 1199px) {
  .block__statement {
    min-height: 425px;
  }
}
.block__statement--link {
  font-size: 2.4rem;
  margin-bottom: 1rem;
}
@media (min-width: 1199px) {
  .block__statement--link {
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 1439px) {
  .block__statement--link {
    margin-bottom: 5rem;
  }
}
@media (min-width: 1199px) {
  .block__statement--title h1 {
    font-size: 1.6rem;
  }
}
@media (min-width: 1439px) {
  .block__statement--title h1 {
    font-size: 2.4rem;
  }
}
.block__statement--text {
  width: 75%;
  margin-left: auto;
}
@media (min-width: 1199px) {
  .block__statement--text {
    width: 100%;
  }
}
@media (min-width: 1439px) {
  .block__statement--text {
    width: 75%;
  }
}

.dropdown__toggle {
  position: relative;
  height: 50px;
  border-radius: 5px;
  background: #ffffff;
}
.dropdown__toggle:hover {
  cursor: pointer;
}
.dropdown__toggle--title {
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
}
.dropdown__toggle--icon {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
}
.dropdown__close {
  display: contents;
}
.dropdown__close span {
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 700;
  margin-top: 0.25rem;
}
.dropdown__close:hover {
  cursor: pointer;
}
.dropdown__images {
  position: absolute;
  margin: 2rem 0;
  margin-top: 0;
  background: #ffffff;
  height: 0;
  z-index: 10;
  overflow: scroll;
  overflow-x: hidden;
  transition: height 0.5s ease-out;
  width: 100%;
  border-radius: 3px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
@media (min-width: 1199px) {
  .dropdown__images {
    margin-top: -1rem;
  }
}
@media (min-width: 1439px) {
  .dropdown__images {
    margin-top: 0.5rem;
  }
}
.dropdown__images.active {
  height: 325px;
  transition: height 0.5s ease-out;
}
@media (min-width: 399px) {
  .dropdown__images.active {
    height: 450px;
  }
}
@media (min-width: 599px) {
  .dropdown__images.active {
    height: 150px;
  }
}
@media (min-width: 899px) {
  .dropdown__images.active {
    height: 350px;
  }
}
.dropdown__images--item {
  text-align: center;
  border-bottom: 1px solid #BDBDBD;
  border-left: 1px solid #BDBDBD;
}
.dropdown__images--item a {
  border: 0;
}
.dropdown__images--item a img {
  width: auto;
}
.dropdown__list {
  position: absolute;
  width: 100%;
  border-radius: 3px;
  height: 0;
  transition: height 0.35s ease-in;
  z-index: 1;
  margin-top: 0.5rem;
  overflow-y: overlay;
}
.dropdown__list.active {
  max-height: 275px;
  transition: height 0.35s ease-in;
  height: 275px;
}
.dropdown__list--item {
  padding: 14px 12px;
  border-bottom: 1px solid #F2F2F2;
}
.dropdown__list--item a {
  border: 0;
}

.history__text--dot-wrapper {
  height: 120px;
  overflow: hidden;
}
@media (min-width: 399px) {
  .history__text--dot-wrapper {
    height: 150px;
  }
}
@media (min-width: 1199px) {
  .history__text--dot-wrapper {
    height: initial;
    width: 100%;
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}
.history__text--dot-wrapper div {
  transform: rotate(90deg);
}
@media (min-width: 1199px) {
  .history__text--dot-wrapper div {
    width: 100%;
    transform: initial;
  }
}
.history__text--left-edge {
  margin-left: calc(50% - 50vw);
  height: 120px;
}
@media (min-width: 399px) {
  .history__text--left-edge {
    height: 150px;
  }
}
@media (min-width: 1199px) {
  .history__text--left-edge {
    height: initial;
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}
.history__text--left-edge div {
  transform: rotate(90deg);
}
@media (min-width: 1199px) {
  .history__text--left-edge div {
    transform: initial;
  }
}
.history__text--right-edge {
  margin-right: calc(50% - 50vw);
  height: 120px;
}
@media (min-width: 399px) {
  .history__text--right-edge {
    height: 150px;
  }
}
@media (min-width: 1199px) {
  .history__text--right-edge {
    height: initial;
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}
.history__text--right-edge div {
  transform: rotate(90deg);
}
@media (min-width: 1199px) {
  .history__text--right-edge div {
    transform: initial;
  }
}

.trailing__left {
  margin-left: calc(50% - 50vw);
}

.trailing__right {
  margin-right: calc(49% - 50vw);
}

.timeline__card {
  height: 126px;
}

.timeline__card--title {
  margin-top: 0.25rem;
}

.pull__dots {
  margin-left: -10px;
}

.fill__dots {
  width: 100%;
}
@media (min-width: 1199px) {
  .fill__dots {
    width: 110%;
  }
}

.dotted__line--huge, .dotted__line--x-large, .dotted__line--large, .dotted__line--medium, .dotted__line--small {
  border: 0;
  border-image-source: url(https://fe3ca8e0a2f497a00e8a-853d39369c554c336474f22b1382bbe4.ssl.cf3.rackcdn.com/dotted_def-blue.png);
  border-image-slice: 64;
  border-image-repeat: repeat;
  border-image-outset: 0 3px;
}

.dotted__line--small {
  border-bottom-width: 4px;
  border-bottom-style: dotted;
}

.dotted__line--medium {
  border-bottom-width: 6px;
  border-bottom-style: dotted;
}

.dotted__line--large {
  border-bottom-width: 12px;
  border-bottom-style: dotted;
}

.dotted__line--x-large {
  border-bottom-width: 16px;
  border-bottom-style: dotted;
}

.dotted__line--huge {
  border-bottom-width: 40px;
  border-bottom-style: dotted;
}

.dotted__line--vertical {
  height: 100%;
  margin: auto;
  transform: rotate(90deg) translateY(-44%);
  top: 50%;
}

.solid__line--small {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: #BDBDBD;
}

.iframe__wrapper {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
}
.iframe__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.timer__countdown--item {
  width: 33%;
  float: left;
}

.large_timer__countdown--item_large {
  clip-path: polygon(0 80%, 7% 100%, 100% 100%, 100% 0, 0 0);
  width: 100%;
  padding: 30px 0 30px 40px;
  border-radius: 10px;
  height: 137px;
}
@media (min-width: 599px) {
  .large_timer__countdown--item_large {
    width: 100%;
  }
}
@media (min-width: 1199px) {
  .large_timer__countdown--item_large {
    width: 100%;
  }
}
.large_timer__countdown--item_medium {
  border-radius: 10px;
  padding-left: 20px;
  width: 180px;
}
.large_timer__countdown--item_small {
  border-radius: 10px;
  width: 118px;
  padding-left: 20px;
  margin-left: 20px;
  height: 100px;
}

.bottom--row {
  display: flex;
  float: left;
  width: 100%;
  margin-top: 10px;
  margin-left: 20px;
}
@media (min-width: 899px) {
  .bottom--row {
    margin-left: 40px;
  }
}
@media (min-width: 1399px) {
  .bottom--row {
    margin-left: 100px;
  }
}

.small__timer {
  display: flex;
  justify-content: space-evenly;
}
@media (min-width: 1199px) {
  .small__timer {
    justify-content: space-between;
  }
}

.reg__icon {
  font-size: 25px;
  padding-right: 0.75rem;
}

.btn__icon {
  font-size: 15px;
  padding-right: 0.75rem;
}

#modalPopup {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
}

.electionModal {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
}

.modalcontent {
  transform: translate(-50%, -50%);
  height: 90%;
  overflow-y: scroll;
  width: 80%;
  border-radius: 5px;
  background: #fff;
  top: 50%;
  left: 50%;
  position: absolute;
  padding: 2rem 2rem;
  border: 1px solid;
}
@media (min-width: 1199px) {
  .modalcontent {
    padding: 3rem 3rem;
  }
}
.modalcontent p {
  padding: 0;
}

.cropModal {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
}

.cropmodalcontent {
  transform: translate(-50%, -50%);
  height: 70%;
  overflow-y: scroll;
  width: 90%;
  border-radius: 5px;
  background: #fff;
  top: 50%;
  left: 50%;
  position: absolute;
  padding: 1rem;
  border: 1px solid;
  /*+respond-up('small-desktop')
  * height: auto8? */
}
@media (min-width: 1199px) {
  .cropmodalcontent {
    padding: 1rem 3rem;
    width: 80%;
    height: 90%;
  }
}
.cropmodalcontent p {
  padding: 0;
}

.modalimage {
  background: #fff;
  text-align: center;
}
.modalimage img {
  width: 50%;
  height: auto;
}

.closeModalPopup {
  position: absolute;
  top: 5px;
  right: 5px;
  color: #0ABEF0;
  font-size: 40px;
  font-weight: bold;
}
.closeModalPopup:hover, .closeModalPopup:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.mpu_auto_rotate, .mpu_auto_rotate_m {
  width: 100%;
}

.mpu_auto_rotate a, .mpu_auto_rotate_m a {
  border: 0;
}

/*::-webkit-scrollbar 
 *  width: 10px*/
/* Track */
/*::-webkit-scrollbar-track 
 *  background: #f1f1f1*/
 *  //background: #009e4b */
/* Handle */
/*::-webkit-scrollbar-thumb 
 *  //background: #009e4b
 *  border-radius: 3px*/
/* Handle on hover */
/*::-webkit-scrollbar-thumb:hover 
 *  background: #555*/
.headline__banner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.headline__banner--icon {
  float: left;
  color: #fff;
  background-color: #0ABEF0;
  height: 50px;
  width: 55px;
  border-radius: 50px;
  line-height: 50px;
  text-align: center;
  box-shadow: 2px 5px rgba(0, 0, 0, 0.25);
  z-index: 1;
  margin-top: -12px;
  margin-left: -10px;
  padding-left: 10px;
  padding-top: 2px;
}
.headline__banner--message {
  color: #fff;
  background-color: #0ABEF0;
  text-align: center;
  margin-left: -5px;
  width: 100%;
}

.cookie__popup {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.25s ease-in, opacity 0.25s ease-in;
  border-top: 1px solid #0ABEF0;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(51, 51, 51, 0.9);
  color: #ffffff;
}
@media (min-width: 1199px) {
  .cookie__popup {
    margin-right: calc(49% - 50vw);
  }
}
.cookie__popup--title {
  font-size: 1.5rem;
}
@media (min-width: 1199px) {
  .cookie__popup--title {
    font-size: 1.2rem;
  }
}
.cookie__popup.show {
  visibility: visible;
  opacity: 1;
  transition: visibility 0.25s ease-in, opacity 0.25s ease-in;
  z-index: 1;
}

.cookie__popup--test {
  background-color: rgba(51, 51, 51, 0.9);
}

@media (min-width: 1199px) {
  .christmas__lights {
    margin-top: -120px;
    margin-right: calc(49% - 50vw);
    margin-left: calc(50% - 50vw);
  }
}

body {
  /*background: #000;*/
}

.lightrope {
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  z-index: 1;
  margin: -15px 0 0 0;
  padding: 0;
  pointer-events: none;
  width: 100%;
}
.lightrope li {
  position: relative;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  width: 12px;
  height: 28px;
  border-radius: 50%;
  margin: 20px;
  display: inline-block;
  background: #00f7a5;
  box-shadow: 0px 4.6666666667px 24px 3px #00f7a5;
  animation-name: flash-1;
  animation-duration: 2s;
}
.lightrope li:nth-child(2n+1) {
  background: aqua;
  box-shadow: 0px 4.6666666667px 24px 3px rgba(0, 255, 255, 0.5);
  animation-name: flash-2;
  animation-duration: 0.4s;
}
.lightrope li:nth-child(4n+2) {
  background: #f70094;
  box-shadow: 0px 4.6666666667px 24px 3px #f70094;
  animation-name: flash-3;
  animation-duration: 1.1s;
}
.lightrope li:nth-child(odd) {
  animation-duration: 1.8s;
}
.lightrope li:nth-child(3n+1) {
  animation-duration: 1.4s;
}
.lightrope li:before {
  content: "";
  position: absolute;
  background: #222;
  width: 10px;
  height: 9.3333333333px;
  border-radius: 3px;
  top: -4.6666666667px;
  left: 1px;
}
.lightrope li:after {
  content: "";
  top: -14px;
  left: 9px;
  position: absolute;
  width: 52px;
  height: 18.6666666667px;
  border-bottom: solid #222 2px;
  border-radius: 50%;
}
.lightrope li:last-child:after {
  content: none;
}
.lightrope li:first-child {
  margin-left: -40px;
}

@keyframes flash-1 {
  0%, 100% {
    background: #00f7a5;
    box-shadow: 0px 4.6666666667px 24px 3px #00f7a5;
  }
  50% {
    background: rgba(0, 247, 165, 0.4);
    box-shadow: 0px 4.6666666667px 24px 3px rgba(0, 247, 165, 0.2);
  }
}
@keyframes flash-2 {
  0%, 100% {
    background: aqua;
    box-shadow: 0px 4.6666666667px 24px 3px aqua;
  }
  50% {
    background: rgba(0, 255, 255, 0.4);
    box-shadow: 0px 4.6666666667px 24px 3px rgba(0, 255, 255, 0.2);
  }
}
@keyframes flash-3 {
  0%, 100% {
    background: #f70094;
    box-shadow: 0px 4.6666666667px 24px 3px #f70094;
  }
  50% {
    background: rgba(247, 0, 148, 0.4);
    box-shadow: 0px 4.6666666667px 24px 3px rgba(247, 0, 148, 0.2);
  }
}
.prog__bar {
  width: 100%;
  background-color: #ddd;
  height: 3px;
  margin-bottom: 10px;
}

.bar {
  width: 10%;
  height: 3px;
  background-color: #FF9628;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 30px;
  color: white;
  display: block;
}

.alert__banner {
  position: absolute;
  left: 0;
  margin-right: 2rem;
  top: 15%;
}
@media (min-width: 1199px) {
  .alert__banner {
    left: 15%;
    margin-right: 2rem;
  }
}
.alert__banner--icon {
  background-color: #ffffff;
  border-radius: 5px;
  color: #4a4a4a;
  line-height: 70px;
  height: 70px;
  width: 75px;
  border-radius: 50px;
  font-size: 30px;
}
.alert__banner--message {
  background-color: #ffffff;
  border-radius: 5px;
  color: #4a4a4a;
  padding-left: 25px;
  padding-right: 10px;
  margin-left: -15px;
}

body {
  display: grid;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: [header] 100px [body] auto [footer] 200px;
  grid-template-columns: [content] 12fr;
}
@media (min-width: 1199px) {
  body {
    grid-template-columns: [left-gutter] 0.5fr [content] 12fr [right-gutter] 0.5fr;
  }
}
@media (min-width: 1399px) {
  body {
    grid-template-columns: [left-gutter] 1fr [content] 12fr [right-gutter] 1fr;
  }
}

.grid__align--top,
.g__agn--t {
  align-self: top;
}

.grid__align--center,
.g__agn--c {
  align-self: center;
}

.grid__align--bottom,
.g__agn--b {
  align-self: end;
}

.grid__container,
.g__cont {
  grid-column: content/right-gutter;
  display: grid;
  grid-column-gap: 1rem;
}
@media (min-width: 0px) {
  .grid__container,
  .g__cont {
    grid-template-columns: repeat(4, 1fr);
  }
  .grid__container .grid__4--mobile,
  .grid__container .g__4--m,
  .g__cont .grid__4--mobile,
  .g__cont .g__4--m {
    grid-column-end: span 4;
  }
  .grid__container .grid__3--mobile,
  .grid__container .g__3--m,
  .g__cont .grid__3--mobile,
  .g__cont .g__3--m {
    grid-column-end: span 3;
  }
  .grid__container .grid__2--mobile,
  .grid__container .g__2--m,
  .g__cont .grid__2--mobile,
  .g__cont .g__2--m {
    grid-column-end: span 2;
  }
  .grid__container .grid__1--mobile,
  .grid__container .g__1--m,
  .g__cont .grid__1--mobile,
  .g__cont .g__1--m {
    grid-column-end: span 1;
  }
}
@media (min-width: 599px) {
  .grid__container,
  .g__cont {
    grid-template-columns: repeat(8, 1fr);
  }
  .grid__container .grid__8--tablet,
  .grid__container .g__8--t,
  .g__cont .grid__8--tablet,
  .g__cont .g__8--t {
    grid-column-end: span 8;
  }
  .grid__container .grid__7--tablet,
  .grid__container .g__7--t,
  .g__cont .grid__7--tablet,
  .g__cont .g__7--t {
    grid-column-end: span 7;
  }
  .grid__container .grid__6--tablet,
  .grid__container .g__6--t,
  .g__cont .grid__6--tablet,
  .g__cont .g__6--t {
    grid-column-end: span 6;
  }
  .grid__container .grid__5--tablet,
  .grid__container .g__5--t,
  .g__cont .grid__5--tablet,
  .g__cont .g__5--t {
    grid-column-end: span 5;
  }
  .grid__container .grid__4--tablet,
  .grid__container .g__4--t,
  .g__cont .grid__4--tablet,
  .g__cont .g__4--t {
    grid-column-end: span 4;
  }
  .grid__container .grid__3--tablet,
  .grid__container .g__3--t,
  .g__cont .grid__3--tablet,
  .g__cont .g__3--t {
    grid-column-end: span 3;
  }
  .grid__container .grid__2--tablet,
  .grid__container .g__2--t,
  .g__cont .grid__2--tablet,
  .g__cont .g__2--t {
    grid-column-end: span 2;
  }
  .grid__container .grid__1--tablet,
  .grid__container .g__1--t,
  .g__cont .grid__1--tablet,
  .g__cont .g__1--t {
    grid-column-end: span 1;
  }
}
@media (min-width: 1199px) {
  .grid__container,
  .g__cont {
    grid-template-columns: repeat(12, 1fr);
  }
  .grid__container .grid__12--desktop,
  .grid__container .g__12--d,
  .g__cont .grid__12--desktop,
  .g__cont .g__12--d {
    grid-column-end: span 12;
  }
  .grid__container .grid__11--desktop,
  .grid__container .g__11--d,
  .g__cont .grid__11--desktop,
  .g__cont .g__11--d {
    grid-column-end: span 11;
  }
  .grid__container .grid__10--desktop,
  .grid__container .g__10--d,
  .g__cont .grid__10--desktop,
  .g__cont .g__10--d {
    grid-column-end: span 10;
  }
  .grid__container .grid__9--desktop,
  .grid__container .g__9--d,
  .g__cont .grid__9--desktop,
  .g__cont .g__9--d {
    grid-column-end: span 9;
  }
  .grid__container .grid__8--desktop,
  .grid__container .g__8--d,
  .g__cont .grid__8--desktop,
  .g__cont .g__8--d {
    grid-column-end: span 8;
  }
  .grid__container .grid__7--desktop,
  .grid__container .g__7--d,
  .g__cont .grid__7--desktop,
  .g__cont .g__7--d {
    grid-column-end: span 7;
  }
  .grid__container .grid__6--desktop,
  .grid__container .g__6--d,
  .g__cont .grid__6--desktop,
  .g__cont .g__6--d {
    grid-column-end: span 6;
  }
  .grid__container .grid__5--desktop,
  .grid__container .g__5--d,
  .g__cont .grid__5--desktop,
  .g__cont .g__5--d {
    grid-column-end: span 5;
  }
  .grid__container .grid__4--desktop,
  .grid__container .g__4--d,
  .g__cont .grid__4--desktop,
  .g__cont .g__4--d {
    grid-column-end: span 4;
  }
  .grid__container .grid__3--desktop,
  .grid__container .g__3--d,
  .g__cont .grid__3--desktop,
  .g__cont .g__3--d {
    grid-column-end: span 3;
  }
  .grid__container .grid__2--desktop,
  .grid__container .g__2--d,
  .g__cont .grid__2--desktop,
  .g__cont .g__2--d {
    grid-column-end: span 2;
  }
  .grid__container .grid__1--desktop,
  .grid__container .g__1--d,
  .g__cont .grid__1--desktop,
  .g__cont .g__1--d {
    grid-column-end: span 1;
  }
}
@media (min-width: 1199px) {
  .grid__container .grid__11--offset,
  .grid__container .g__11--o,
  .g__cont .grid__11--offset,
  .g__cont .g__11--o {
    grid-column-start: 12;
  }
}
@media (min-width: 1199px) {
  .grid__container .grid__10--offset,
  .grid__container .g__10--o,
  .g__cont .grid__10--offset,
  .g__cont .g__10--o {
    grid-column-start: 11;
  }
}
@media (min-width: 1199px) {
  .grid__container .grid__9--offset,
  .grid__container .g__9--o,
  .g__cont .grid__9--offset,
  .g__cont .g__9--o {
    grid-column-start: 10;
  }
}
@media (min-width: 1199px) {
  .grid__container .grid__8--offset,
  .grid__container .g__8--o,
  .g__cont .grid__8--offset,
  .g__cont .g__8--o {
    grid-column-start: 9;
  }
}
@media (min-width: 1199px) {
  .grid__container .grid__7--offset,
  .grid__container .g__7--o,
  .g__cont .grid__7--offset,
  .g__cont .g__7--o {
    grid-column-start: 8;
  }
}
@media (min-width: 1199px) {
  .grid__container .grid__6--offset,
  .grid__container .g__6--o,
  .g__cont .grid__6--offset,
  .g__cont .g__6--o {
    grid-column-start: 7;
  }
}
@media (min-width: 1199px) {
  .grid__container .grid__5--offset,
  .grid__container .g__5--o,
  .g__cont .grid__5--offset,
  .g__cont .g__5--o {
    grid-column-start: 6;
  }
}
@media (min-width: 1199px) {
  .grid__container .grid__4--offset,
  .grid__container .g__4--o,
  .g__cont .grid__4--offset,
  .g__cont .g__4--o {
    grid-column-start: 5;
  }
}
@media (min-width: 1199px) {
  .grid__container .grid__3--offset,
  .grid__container .g__3--o,
  .g__cont .grid__3--offset,
  .g__cont .g__3--o {
    grid-column-start: 4;
  }
}
@media (min-width: 1199px) {
  .grid__container .grid__2--offset,
  .grid__container .g__2--o,
  .g__cont .grid__2--offset,
  .g__cont .g__2--o {
    grid-column-start: 3;
  }
}
@media (min-width: 1199px) {
  .grid__container .grid__1--offset,
  .grid__container .g__1--o,
  .g__cont .grid__1--offset,
  .g__cont .g__1--o {
    grid-column-start: 2;
  }
}
@media (min-width: 1199px) {
  .grid__container .grid__0--offset,
  .grid__container .g__0--o,
  .g__cont .grid__0--offset,
  .g__cont .g__0--o {
    grid-column-start: 1;
  }
}
@media (min-width: 599px) {
  .grid__container .grid__11--offset-all,
  .grid__container .g__11--o-a,
  .g__cont .grid__11--offset-all,
  .g__cont .g__11--o-a {
    grid-column-start: 12;
  }
}
@media (min-width: 1199px) {
  .grid__container .grid__11--offset-all,
  .grid__container .g__11--o-a,
  .g__cont .grid__11--offset-all,
  .g__cont .g__11--o-a {
    grid-column-start: 12;
  }
}
@media (min-width: 0px) {
  .grid__container .grid__11--offset-all,
  .grid__container .g__11--o-a,
  .g__cont .grid__11--offset-all,
  .g__cont .g__11--o-a {
    grid-column-start: 12;
  }
}
@media (min-width: 599px) {
  .grid__container .grid__10--offset-all,
  .grid__container .g__10--o-a,
  .g__cont .grid__10--offset-all,
  .g__cont .g__10--o-a {
    grid-column-start: 11;
  }
}
@media (min-width: 1199px) {
  .grid__container .grid__10--offset-all,
  .grid__container .g__10--o-a,
  .g__cont .grid__10--offset-all,
  .g__cont .g__10--o-a {
    grid-column-start: 11;
  }
}
@media (min-width: 0px) {
  .grid__container .grid__10--offset-all,
  .grid__container .g__10--o-a,
  .g__cont .grid__10--offset-all,
  .g__cont .g__10--o-a {
    grid-column-start: 11;
  }
}
@media (min-width: 599px) {
  .grid__container .grid__9--offset-all,
  .grid__container .g__9--o-a,
  .g__cont .grid__9--offset-all,
  .g__cont .g__9--o-a {
    grid-column-start: 10;
  }
}
@media (min-width: 1199px) {
  .grid__container .grid__9--offset-all,
  .grid__container .g__9--o-a,
  .g__cont .grid__9--offset-all,
  .g__cont .g__9--o-a {
    grid-column-start: 10;
  }
}
@media (min-width: 0px) {
  .grid__container .grid__9--offset-all,
  .grid__container .g__9--o-a,
  .g__cont .grid__9--offset-all,
  .g__cont .g__9--o-a {
    grid-column-start: 10;
  }
}
@media (min-width: 599px) {
  .grid__container .grid__8--offset-all,
  .grid__container .g__8--o-a,
  .g__cont .grid__8--offset-all,
  .g__cont .g__8--o-a {
    grid-column-start: 9;
  }
}
@media (min-width: 1199px) {
  .grid__container .grid__8--offset-all,
  .grid__container .g__8--o-a,
  .g__cont .grid__8--offset-all,
  .g__cont .g__8--o-a {
    grid-column-start: 9;
  }
}
@media (min-width: 0px) {
  .grid__container .grid__8--offset-all,
  .grid__container .g__8--o-a,
  .g__cont .grid__8--offset-all,
  .g__cont .g__8--o-a {
    grid-column-start: 9;
  }
}
@media (min-width: 599px) {
  .grid__container .grid__7--offset-all,
  .grid__container .g__7--o-a,
  .g__cont .grid__7--offset-all,
  .g__cont .g__7--o-a {
    grid-column-start: 8;
  }
}
@media (min-width: 1199px) {
  .grid__container .grid__7--offset-all,
  .grid__container .g__7--o-a,
  .g__cont .grid__7--offset-all,
  .g__cont .g__7--o-a {
    grid-column-start: 8;
  }
}
@media (min-width: 0px) {
  .grid__container .grid__7--offset-all,
  .grid__container .g__7--o-a,
  .g__cont .grid__7--offset-all,
  .g__cont .g__7--o-a {
    grid-column-start: 8;
  }
}
@media (min-width: 599px) {
  .grid__container .grid__6--offset-all,
  .grid__container .g__6--o-a,
  .g__cont .grid__6--offset-all,
  .g__cont .g__6--o-a {
    grid-column-start: 7;
  }
}
@media (min-width: 1199px) {
  .grid__container .grid__6--offset-all,
  .grid__container .g__6--o-a,
  .g__cont .grid__6--offset-all,
  .g__cont .g__6--o-a {
    grid-column-start: 7;
  }
}
@media (min-width: 0px) {
  .grid__container .grid__6--offset-all,
  .grid__container .g__6--o-a,
  .g__cont .grid__6--offset-all,
  .g__cont .g__6--o-a {
    grid-column-start: 7;
  }
}
@media (min-width: 599px) {
  .grid__container .grid__5--offset-all,
  .grid__container .g__5--o-a,
  .g__cont .grid__5--offset-all,
  .g__cont .g__5--o-a {
    grid-column-start: 6;
  }
}
@media (min-width: 1199px) {
  .grid__container .grid__5--offset-all,
  .grid__container .g__5--o-a,
  .g__cont .grid__5--offset-all,
  .g__cont .g__5--o-a {
    grid-column-start: 6;
  }
}
@media (min-width: 0px) {
  .grid__container .grid__5--offset-all,
  .grid__container .g__5--o-a,
  .g__cont .grid__5--offset-all,
  .g__cont .g__5--o-a {
    grid-column-start: 6;
  }
}
@media (min-width: 599px) {
  .grid__container .grid__4--offset-all,
  .grid__container .g__4--o-a,
  .g__cont .grid__4--offset-all,
  .g__cont .g__4--o-a {
    grid-column-start: 5;
  }
}
@media (min-width: 1199px) {
  .grid__container .grid__4--offset-all,
  .grid__container .g__4--o-a,
  .g__cont .grid__4--offset-all,
  .g__cont .g__4--o-a {
    grid-column-start: 5;
  }
}
@media (min-width: 0px) {
  .grid__container .grid__4--offset-all,
  .grid__container .g__4--o-a,
  .g__cont .grid__4--offset-all,
  .g__cont .g__4--o-a {
    grid-column-start: 5;
  }
}
@media (min-width: 599px) {
  .grid__container .grid__3--offset-all,
  .grid__container .g__3--o-a,
  .g__cont .grid__3--offset-all,
  .g__cont .g__3--o-a {
    grid-column-start: 4;
  }
}
@media (min-width: 1199px) {
  .grid__container .grid__3--offset-all,
  .grid__container .g__3--o-a,
  .g__cont .grid__3--offset-all,
  .g__cont .g__3--o-a {
    grid-column-start: 4;
  }
}
@media (min-width: 0px) {
  .grid__container .grid__3--offset-all,
  .grid__container .g__3--o-a,
  .g__cont .grid__3--offset-all,
  .g__cont .g__3--o-a {
    grid-column-start: 4;
  }
}
@media (min-width: 599px) {
  .grid__container .grid__2--offset-all,
  .grid__container .g__2--o-a,
  .g__cont .grid__2--offset-all,
  .g__cont .g__2--o-a {
    grid-column-start: 3;
  }
}
@media (min-width: 1199px) {
  .grid__container .grid__2--offset-all,
  .grid__container .g__2--o-a,
  .g__cont .grid__2--offset-all,
  .g__cont .g__2--o-a {
    grid-column-start: 3;
  }
}
@media (min-width: 0px) {
  .grid__container .grid__2--offset-all,
  .grid__container .g__2--o-a,
  .g__cont .grid__2--offset-all,
  .g__cont .g__2--o-a {
    grid-column-start: 3;
  }
}
@media (min-width: 599px) {
  .grid__container .grid__1--offset-all,
  .grid__container .g__1--o-a,
  .g__cont .grid__1--offset-all,
  .g__cont .g__1--o-a {
    grid-column-start: 2;
  }
}
@media (min-width: 1199px) {
  .grid__container .grid__1--offset-all,
  .grid__container .g__1--o-a,
  .g__cont .grid__1--offset-all,
  .g__cont .g__1--o-a {
    grid-column-start: 2;
  }
}
@media (min-width: 0px) {
  .grid__container .grid__1--offset-all,
  .grid__container .g__1--o-a,
  .g__cont .grid__1--offset-all,
  .g__cont .g__1--o-a {
    grid-column-start: 2;
  }
}
@media (min-width: 599px) {
  .grid__container .grid__0--offset-all,
  .grid__container .g__0--o-a,
  .g__cont .grid__0--offset-all,
  .g__cont .g__0--o-a {
    grid-column-start: 1;
  }
}
@media (min-width: 1199px) {
  .grid__container .grid__0--offset-all,
  .grid__container .g__0--o-a,
  .g__cont .grid__0--offset-all,
  .g__cont .g__0--o-a {
    grid-column-start: 1;
  }
}
@media (min-width: 0px) {
  .grid__container .grid__0--offset-all,
  .grid__container .g__0--o-a,
  .g__cont .grid__0--offset-all,
  .g__cont .g__0--o-a {
    grid-column-start: 1;
  }
}
@media (min-width: 599px) {
  .grid__container .grid__11--offset-tabdesk,
  .grid__container .g__11--o-td,
  .g__cont .grid__11--offset-tabdesk,
  .g__cont .g__11--o-td {
    grid-column-start: 12;
  }
}
@media (min-width: 1199px) {
  .grid__container .grid__11--offset-tabdesk,
  .grid__container .g__11--o-td,
  .g__cont .grid__11--offset-tabdesk,
  .g__cont .g__11--o-td {
    grid-column-start: 12;
  }
}
@media (min-width: 599px) {
  .grid__container .grid__10--offset-tabdesk,
  .grid__container .g__10--o-td,
  .g__cont .grid__10--offset-tabdesk,
  .g__cont .g__10--o-td {
    grid-column-start: 11;
  }
}
@media (min-width: 1199px) {
  .grid__container .grid__10--offset-tabdesk,
  .grid__container .g__10--o-td,
  .g__cont .grid__10--offset-tabdesk,
  .g__cont .g__10--o-td {
    grid-column-start: 11;
  }
}
@media (min-width: 599px) {
  .grid__container .grid__9--offset-tabdesk,
  .grid__container .g__9--o-td,
  .g__cont .grid__9--offset-tabdesk,
  .g__cont .g__9--o-td {
    grid-column-start: 10;
  }
}
@media (min-width: 1199px) {
  .grid__container .grid__9--offset-tabdesk,
  .grid__container .g__9--o-td,
  .g__cont .grid__9--offset-tabdesk,
  .g__cont .g__9--o-td {
    grid-column-start: 10;
  }
}
@media (min-width: 599px) {
  .grid__container .grid__8--offset-tabdesk,
  .grid__container .g__8--o-td,
  .g__cont .grid__8--offset-tabdesk,
  .g__cont .g__8--o-td {
    grid-column-start: 9;
  }
}
@media (min-width: 1199px) {
  .grid__container .grid__8--offset-tabdesk,
  .grid__container .g__8--o-td,
  .g__cont .grid__8--offset-tabdesk,
  .g__cont .g__8--o-td {
    grid-column-start: 9;
  }
}
@media (min-width: 599px) {
  .grid__container .grid__7--offset-tabdesk,
  .grid__container .g__7--o-td,
  .g__cont .grid__7--offset-tabdesk,
  .g__cont .g__7--o-td {
    grid-column-start: 8;
  }
}
@media (min-width: 1199px) {
  .grid__container .grid__7--offset-tabdesk,
  .grid__container .g__7--o-td,
  .g__cont .grid__7--offset-tabdesk,
  .g__cont .g__7--o-td {
    grid-column-start: 8;
  }
}
@media (min-width: 599px) {
  .grid__container .grid__6--offset-tabdesk,
  .grid__container .g__6--o-td,
  .g__cont .grid__6--offset-tabdesk,
  .g__cont .g__6--o-td {
    grid-column-start: 7;
  }
}
@media (min-width: 1199px) {
  .grid__container .grid__6--offset-tabdesk,
  .grid__container .g__6--o-td,
  .g__cont .grid__6--offset-tabdesk,
  .g__cont .g__6--o-td {
    grid-column-start: 7;
  }
}
@media (min-width: 599px) {
  .grid__container .grid__5--offset-tabdesk,
  .grid__container .g__5--o-td,
  .g__cont .grid__5--offset-tabdesk,
  .g__cont .g__5--o-td {
    grid-column-start: 6;
  }
}
@media (min-width: 1199px) {
  .grid__container .grid__5--offset-tabdesk,
  .grid__container .g__5--o-td,
  .g__cont .grid__5--offset-tabdesk,
  .g__cont .g__5--o-td {
    grid-column-start: 6;
  }
}
@media (min-width: 599px) {
  .grid__container .grid__4--offset-tabdesk,
  .grid__container .g__4--o-td,
  .g__cont .grid__4--offset-tabdesk,
  .g__cont .g__4--o-td {
    grid-column-start: 5;
  }
}
@media (min-width: 1199px) {
  .grid__container .grid__4--offset-tabdesk,
  .grid__container .g__4--o-td,
  .g__cont .grid__4--offset-tabdesk,
  .g__cont .g__4--o-td {
    grid-column-start: 5;
  }
}
@media (min-width: 599px) {
  .grid__container .grid__3--offset-tabdesk,
  .grid__container .g__3--o-td,
  .g__cont .grid__3--offset-tabdesk,
  .g__cont .g__3--o-td {
    grid-column-start: 4;
  }
}
@media (min-width: 1199px) {
  .grid__container .grid__3--offset-tabdesk,
  .grid__container .g__3--o-td,
  .g__cont .grid__3--offset-tabdesk,
  .g__cont .g__3--o-td {
    grid-column-start: 4;
  }
}
@media (min-width: 599px) {
  .grid__container .grid__2--offset-tabdesk,
  .grid__container .g__2--o-td,
  .g__cont .grid__2--offset-tabdesk,
  .g__cont .g__2--o-td {
    grid-column-start: 3;
  }
}
@media (min-width: 1199px) {
  .grid__container .grid__2--offset-tabdesk,
  .grid__container .g__2--o-td,
  .g__cont .grid__2--offset-tabdesk,
  .g__cont .g__2--o-td {
    grid-column-start: 3;
  }
}
@media (min-width: 599px) {
  .grid__container .grid__1--offset-tabdesk,
  .grid__container .g__1--o-td,
  .g__cont .grid__1--offset-tabdesk,
  .g__cont .g__1--o-td {
    grid-column-start: 2;
  }
}
@media (min-width: 1199px) {
  .grid__container .grid__1--offset-tabdesk,
  .grid__container .g__1--o-td,
  .g__cont .grid__1--offset-tabdesk,
  .g__cont .g__1--o-td {
    grid-column-start: 2;
  }
}
@media (min-width: 599px) {
  .grid__container .grid__0--offset-tabdesk,
  .grid__container .g__0--o-td,
  .g__cont .grid__0--offset-tabdesk,
  .g__cont .g__0--o-td {
    grid-column-start: 1;
  }
}
@media (min-width: 1199px) {
  .grid__container .grid__0--offset-tabdesk,
  .grid__container .g__0--o-td,
  .g__cont .grid__0--offset-tabdesk,
  .g__cont .g__0--o-td {
    grid-column-start: 1;
  }
}

.grid__justify--left,
.g__just--l {
  justify-self: left;
}

.grid__justify--center,
.g__just--c {
  justify-self: center;
}

.grid__justify--right,
.g__just--r {
  justify-self: right;
}

header {
  grid-row: header;
  grid-column: content/right-gutter;
  position: sticky;
  top: 0;
  z-index: 100;
}
@media (min-width: 1199px) {
  header {
    grid-column: left-gutter/end;
  }
}
header .su__header {
  display: grid;
  grid-column-gap: 1rem;
  grid-template-columns: [logo] auto [search] 5% [checkout] 7% [menu] 20%;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  transition: height 1s cubic-bezier(0, 0, 0.2, 1);
}
@media (min-width: 599px) {
  header .su__header {
    grid-template-columns: [logo] auto [action] 2fr [search] 10% [checkout] 7% [menu] 10%;
  }
}
@media (min-width: 1199px) {
  header .su__header {
    grid-template-columns: [logo] auto [action] 30% [space] 1fr [search] 10% [checkout] 4% [menu] 4%;
    margin: auto;
  }
}
header .su__header--logo {
  grid-column: logo;
}
header .su__header--logo .white {
  width: auto;
}
header .su__header--logo .white svg {
  max-width: 167px;
  width: auto;
}
header .su__header--action {
  grid-column: action;
  display: none;
  padding-left: 1.5rem;
  margin-top: -0.4rem;
}
@media (min-width: 599px) {
  header .su__header--action {
    display: block;
  }
}
header .su__header--search {
  grid-column: search;
  position: relative;
  width: 100%;
}
header .su__header--search-form {
  position: fixed;
  left: 0;
  right: 0;
  top: -100px;
  z-index: 100;
  opacity: 0;
}
@media (min-width: 1199px) {
  header .su__header--search-form {
    position: absolute;
    width: 0;
    overflow: hidden;
    top: -0.75rem;
    right: 2rem;
    left: auto;
    opacity: 1;
  }
}
header .su__header--search-form form {
  position: relative;
}
header .su__header--search-form form input {
  width: 100%;
  height: 50px;
  border-radius: 0px;
  border: none;
  opacity: 0.9;
  text-transform: initial;
  letter-spacing: initial;
  color: #4b4b4b;
}
@media (min-width: 1199px) {
  header .su__header--search-form form input {
    padding: 0;
    color: #ffffff;
  }
}
header .su__header--search-form form input:focus {
  outline: none;
}
header .su__header--search-form form input::-moz-placeholder {
  color: #ffffff;
}
header .su__header--search-form form input::placeholder {
  color: #ffffff;
}
@media (min-width: 1199px) {
  header .su__header--search-form form input {
    opacity: 1;
    background: transparent;
  }
}
header .su__header--search-form.active {
  animation: mobile-search-open 0.5s ease-out forwards;
}
@media (min-width: 1199px) {
  header .su__header--search-form.active {
    animation: none;
    width: 100%;
    transition: width 0.5s ease-out;
  }
}
header .su__header--search-form.closed {
  animation: mobile-search-closed 0.5s ease-in forwards;
}
@media (min-width: 1199px) {
  header .su__header--search-form.closed {
    animation: none;
    width: 0;
    transition: width 0.5s ease-out;
  }
}
header .su__header--search-close {
  position: absolute;
  right: 1rem;
  font-size: 21px;
  top: 50%;
  height: 21px;
  transform: translateY(-50%);
}
@media (min-width: 1199px) {
  header .su__header--search-close {
    display: none;
  }
}
header .su__header--search-icon {
  font-size: 21px;
  position: absolute;
  top: -0.1rem;
  right: 0;
  z-index: 100;
}
header .su__header--checkout {
  grid-column: checkout;
  justify-self: right;
}
header .su__header--menu {
  grid-column: menu;
  justify-self: right;
}

@keyframes mobile-search-open {
  0% {
    top: -120px;
    opacity: 0;
  }
  50% {
    top: 20px;
    opacity: 0;
  }
  100% {
    top: 49px;
    opacity: 1;
  }
}
@keyframes mobile-search-closed {
  0% {
    top: 49px;
    opacity: 1;
  }
  50% {
    top: 20px;
    opacity: 0;
  }
  100% {
    top: -120px;
    opacity: 0;
  }
}
.su__navigation {
  display: grid;
  grid-column-gap: 1rem;
  grid-template-rows: [n-header] 100px [n-body] auto [n-footer] 1fr;
  grid-template-columns: [n-left-gutter] 0fr [n-content] 12fr [n-right-gutter] 0fr;
}
@media (min-width: 359px) {
  .su__navigation {
    grid-template-rows: [n-header] 100px [n-body] auto [n-footer] 125px;
  }
}
@media (min-width: 599px) {
  .su__navigation {
    grid-template-rows: [n-header] 100px [n-body] auto [n-footer] 175px;
  }
}
@media (min-width: 1199px) {
  .su__navigation {
    grid-template-rows: [n-header] 100px [n-body] auto [n-footer] 200px;
  }
}
@media (min-width: 1439px) {
  .su__navigation {
    grid-template-columns: [n-left-gutter] 1fr [n-content] 12fr [n-right-gutter] 1fr;
  }
}
.su__navigation_header {
  grid-row: n-header;
  grid-column: n-left-gutter/end;
  align-self: center;
  background: none;
  display: grid;
  grid-column-gap: 1rem;
  width: 100%;
  padding: 1.7rem 1.8rem;
  height: -moz-fit-content;
  height: fit-content;
  grid-template-columns: [n-action] 3fr [n-search] 5% [n-menu] 20%;
}
@media (min-width: 599px) {
  .su__navigation_header {
    grid-template-columns: [n-action] 3fr [n-search] 10% [n-menu] 10%;
  }
}
@media (min-width: 1199px) {
  .su__navigation_header {
    grid-template-columns: [n-action] 3fr [space] 1fr [n-search] 10% [n-menu] 4%;
    margin: auto;
  }
}
.su__navigation_header--action {
  grid-column: n-action;
}
.su__navigation_header--search {
  grid-column: n-search;
  position: relative;
  width: 100%;
}
.su__navigation_header--search .su__header--search-form input {
  color: #4a4a4a;
}
.su__navigation_header--search .su__header--search-form input::-moz-placeholder {
  color: #4a4a4a;
}
.su__navigation_header--search .su__header--search-form input::placeholder {
  color: #4a4a4a;
}
.su__navigation_header--search i {
  color: #4a4a4a !important;
}
.su__navigation_header--search-icon {
  font-size: 1.4rem;
}
@media (min-width: 599px) {
  .su__navigation_header--search-icon {
    font-size: 1rem;
  }
}
.su__navigation_header--menu {
  grid-column: n-menu;
  justify-self: right;
}
.su__navigation_header--menu i {
  color: #4a4a4a !important;
}
.su__navigation_header--checkout {
  grid-column: n-search/start;
  position: relative;
  justify-self: left;
}
.su__navigation_header--checkout i {
  color: #4a4a4a !important;
}
.su__navigation_menu {
  grid-row: n-body;
  grid-column: n-left-gutter/end;
  display: grid;
  grid-column-gap: 1rem;
  grid-template-columns: repeat(1, 1fr);
  height: fit-content;
  height: -moz-fit-content;
  padding: 0 1.8rem;
}
@media (max-width: 1199px) {
  .su__navigation_menu {
    padding-top: 2rem;
  }
}
@media (max-width: 599px) {
  .su__navigation_menu {
    padding-top: 0;
  }
}
@media (min-width: 1199px) {
  .su__navigation_menu {
    grid-template-columns: repeat(7, 1fr);
  }
}
.su__navigation_menu--header {
  padding-bottom: 0.6rem;
  width: fit-content;
  width: -moz-fit-content;
}
@media (max-width: 1199px) {
  .su__navigation_menu--sub {
    height: 60px;
  }
}
.su__navigation_menu--sub ul {
  display: none;
}
@media (min-width: 1199px) {
  .su__navigation_menu--sub ul {
    display: block;
    font-size: 12px;
  }
}
@media (min-width: 1439px) {
  .su__navigation_menu--sub ul {
    font-size: 1rem;
  }
}
.su__navigation_menu--sub ul li {
  padding-bottom: 0;
}
@media (max-width: 1199px) {
  .su__navigation_menu .dotted__line--small {
    width: 200px;
    margin-top: 0.5rem;
  }
}
@media (max-width: 599px) {
  .su__navigation_menu .dotted__line--small {
    width: 100px;
  }
}
.su__navigation_footer {
  grid-row: n-footer;
  grid-column: n-left-gutter/end;
  padding: 0 1.4rem;
  display: grid;
  grid-template-columns: [nf-action] 4fr [nf-highlight] 8fr;
}
@media (min-width: 599px) {
  .su__navigation_footer {
    grid-template-columns: [nf-action] 8fr [nf-highlight] 8fr;
  }
}
@media (min-width: 1199px) {
  .su__navigation_footer {
    grid-template-columns: [nf-action] 1fr [nf-highlight] auto;
  }
}
@media (min-width: 359px) {
  .su__navigation_footer--action {
    align-self: end;
  }
}
.su__navigation_footer--highlight {
  margin-top: -3.5rem;
}
@media (min-width: 359px) {
  .su__navigation_footer--highlight {
    margin-top: 0;
  }
}
.su__navigation_footer--highlight a {
  text-decoration: none;
  color: #ffffff;
}
.su__navigation_footer--highlight a:visited {
  color: #ffffff;
}
.su__navigation_footer--highlight .highlight--card {
  padding: 0.8rem 1rem;
  clip-path: polygon(0 75%, 10% 100%, 100% 100%, 100% 0, 0 0);
  border-radius: 10px;
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  position: relative;
}
.su__navigation_footer--highlight .highlight--card span {
  margin-top: 0;
}
.su__navigation_footer--highlight .highlight--card p {
  display: none;
}
@media (min-width: 599px) {
  .su__navigation_footer--highlight .highlight--card p {
    display: block;
  }
}
.su__navigation_footer--highlight .highlight--card-icon {
  position: absolute;
  right: 0.75rem;
  top: 0.75rem;
  font-size: 1.4rem;
  font-weight: normal;
}
.su__navigation_footer--highlight .highlight__social {
  margin-top: 0.5rem;
  text-align: right;
}
.su__navigation_footer--highlight .highlight__social--icon {
  display: inline-block;
  border-radius: 30px;
  width: 40px;
  text-align: center;
  height: 40px;
  color: #ffffff;
}
.su__navigation_footer--highlight .highlight__social--icon i {
  padding-top: 10px;
  font-size: 1.2rem;
  font-weight: 400;
}

.news__body {
  grid-column: content/right-gutter;
  display: grid;
  grid-column-gap: 0.25rem;
  grid-template-rows: [title] 100px [body] auto [tags] 200px;
  grid-template-columns: [content] 8fr [image] 4fr;
}
.news__body--title {
  grid-row: title;
  grid-column: content/image-end;
  align-self: center;
  justify-self: center;
}
.news__body--subtitle {
  grid-row: body;
  grid-column: content;
}
.news__body--story {
  grid-row: body;
  grid-column: content;
}
.news__body--image {
  grid-row: body;
  grid-column: image;
}
.news__body--tags {
  grid-row: tags;
  grid-column: content;
}

footer {
  grid-row: footer;
  grid-column: content/right-gutter;
  padding: 2.2rem 0;
  height: fit-content;
  height: -moz-fit-content;
  min-height: 400px;
  color: #ffffff;
}
@media (min-width: 1199px) {
  footer {
    padding: 2.2rem 1rem;
  }
}
@media (min-width: 1439px) {
  footer {
    padding: 2.2rem 0;
  }
}
footer a {
  color: #ffffff;
  text-decoration: none;
}
footer a:hover {
  border-bottom: 2px solid #ffffff;
}
@media (min-width: 1199px) {
  footer {
    grid-column: left-gutter/end;
  }
}
footer .footer__icons a:hover {
  border-bottom: 0;
}
footer .footer__icons a i {
  font-size: 1.2rem;
  font-weight: 500;
  margin-right: 2rem;
}
footer .footer__links {
  margin: 1rem 0;
}
footer .footer__links a {
  display: block;
  width: fit-content;
  width: -moz-fit-content;
  margin-bottom: 1rem;
  height: 1rem;
}
footer .footer__address span {
  display: block;
  margin-bottom: 0.25rem;
}
footer .footer__univ a:hover {
  border-bottom: 0;
}

.su__body {
  max-width: 1200px;
  width: 100%;
  margin: auto;
}
@media (max-width: 1199px) {
  .su__body {
    padding: 0 1rem;
  }
}
@media (max-width: 1199px) {
  .su__body--offset {
    margin-top: -120px;
  }
}

header {
  background: #0ABEF0;
  padding: 1.7rem 1.8rem;
  transition: padding 0.2s ease-in;
  height: -moz-fit-content;
  height: fit-content;
}
header .su__header--logo svg {
  height: 70px;
  transition: height 0.2s ease-in;
}
header .su__header--logo svg .ssu-logo-badge-right {
  transform: translateX(0px);
  transition: transform 0.2s ease-out;
}
header .su__header--logo svg #ssu-logo-text {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.2s ease-out, visibility 0.2s ease-out;
}
header .su__header--logo .white {
  height: 70px;
  transition: height 0.2s ease-in;
}
header .su__header--action {
  color: #ffffff;
}
header .su__header--action a {
  display: inline-block;
  text-decoration: none;
  color: #ffffff;
}
header .su__header--search-icon a i {
  color: #ffffff;
}
header .su__header--search-icon a:visited i {
  color: #ffffff;
}
header .su__header--checkout-icon a i {
  color: #ffffff;
}
header .su__header--checkout-icon a:visited i {
  color: #ffffff;
}
header.scrolling {
  padding: 0.5rem 0.9rem;
  transition: padding 0.2s ease-in;
  height: 55px;
}
header.scrolling .su__header--logo svg {
  height: 35px;
  transition: height 0.2s ease-out;
}
header.scrolling .su__header--logo svg .ssu-logo-badge-right {
  transform: translateX(1.5px);
  transition: transform 0.2s ease-out;
}
header.scrolling .su__header--logo svg #ssu-logo-text {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease-out, visibility 0.2s ease-out;
}
header.scrolling .su__header--logo .white {
  height: 35px;
  transition: height 0.2s ease-in;
}
header.scrolling .su__header--action {
  padding-left: 0;
  margin-top: 0;
  align-self: center;
  height: 100%;
}
header.scrolling .su__header--account {
  display: inline-block;
}
@media (min-width: 1199px) {
  header.scrolling .su__header--search-form {
    top: -0.4rem;
    transition: top 0.2s ease-out;
  }
}
header.scrolling .su__header--search-icon {
  top: 50%;
  transform: translateY(-50%);
}
header.scrolling .su__header--menu {
  align-self: center;
}
header.scrolling .su__header--checkout i {
  color: #ffffff;
  font-size: 21px;
}

.transparent__header {
  background: none;
}
.transparent__header .su__header--action {
  color: #ffffff;
}
.transparent__header .su__header--action a {
  color: #ffffff;
  border-color: #ffffff;
}
.transparent__header .su__header--search-icon a i {
  color: #ffffff;
}
.transparent__header .su__header--search-icon a:visited i {
  color: #ffffff;
}
.transparent__header .su__header--checkout-icon a i {
  color: #ffffff;
}
.transparent__header .su__header--checkout-icon a:visited i {
  color: #ffffff;
}
.transparent__header.scrolling {
  background: #0ABEF0;
}
@media (min-width: 1199px) {
  .transparent__header.scrolling {
    margin: 0;
  }
}

.menu-toggle-holder {
  z-index: 4;
  font-size: 30px;
  margin-top: -3px;
}
.menu-toggle-holder:hover {
  cursor: pointer;
}

.su__navigation {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  overflow-x: hidden;
  overflow-y: hidden;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.35s cubic-bezier(1, 0, 0, 1), visibility 0.35s cubic-bezier(1, 0, 0, 1);
  background-repeat: no-repeat;
  background-color: #ffffff;
  background-size: cover;
  background-position: top right;
}
.su__navigation.open {
  visibility: visible;
  opacity: 1;
}
.su__navigation_menu--sub {
  padding: 2rem 0;
}
.su__navigation_menu--list {
  list-style: none;
  padding: 0;
  margin: 0.6rem 0;
}
.su__navigation_header.scrolling {
  align-self: initial;
  margin: 0;
}
.su__navigation_header.scrolling .su__navigation_header--action {
  max-height: 35px;
}
.su__navigation_header.scrolling .su__navigation_header--search {
  max-height: 35px;
}
.su__navigation_header.scrolling .su__navigation_header--menu {
  max-height: 35px;
  align-self: center;
}

.news__border {
  border-bottom: 1px solid;
  border-color: #828282;
}
.news .caption__small--uppercase {
  font-size: 0.6rem;
}

form {
  font-family: "Nunito", sans-serif;
}

input {
  font-size: 1rem;
  font-family: "Nunito", sans-serif;
  line-height: 160%;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  color: #4a4a4a;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  padding: 0.5rem 1rem;
}

textarea {
  font-size: 1rem;
  font-family: "Nunito", sans-serif;
  line-height: 160%;
  padding: 0.5rem 1rem;
  border-radius: 3px;
}

fieldset {
  border: 0;
  padding: 1.5rem 1rem;
}

.input__search {
  position: relative;
}
.input__search button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  padding: 0;
  background: none;
  border: 0;
}
.input__search button:hover {
  cursor: pointer;
}

table {
  width: 100%;
  font-size: 1rem;
  font-weight: 600;
}
table th {
  padding: 0.5rem;
}
table td {
  padding: 0.25rem;
}

.election__list {
  width: 100%;
  margin-right: 2rem;
  border-collapse: collapse;
}
.election__list th {
  text-align: left;
  padding-bottom: 10px;
  padding: 0;
}
.election__list--row {
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}

.page__menu {
  display: none;
  opacity: 0;
  transition: visibility 0.25s ease-in, opacity 0.25s ease-in;
  min-height: 80px;
  position: sticky;
  top: 75px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: -1rem;
  background-color: rgba(51, 51, 51, 0.9);
  color: #ffffff;
}
@media (min-width: 599px) {
  .page__menu {
    min-height: 70px;
  }
}
@media (min-width: 1199px) {
  .page__menu {
    margin-right: calc(49% - 50vw);
  }
}
.page__menu.show {
  display: block;
  opacity: 1;
  transition: visibility 0.25s ease-in, opacity 0.25s ease-in;
  z-index: 1;
}
.page__menu--items {
  min-height: inherit;
}
@media (max-width: 599px) {
  .page__menu--items {
    text-align: center;
  }
}
.page__menu--items a {
  color: #ffffff;
}
.page__menu--toggle {
  text-align: center;
  padding: 0.5rem 0.25rem;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  line-height: 160%;
}
.page__menu--toggle:hover {
  cursor: pointer;
}
.page__menu--navigation {
  height: 0;
  overflow: hidden;
  align-items: center;
}
.page__menu--navigation.open {
  height: fit-content;
  height: -moz-fit-content;
}
.page__menu--navigation .grid__container {
  padding: 2rem;
}
.page__menu--navigation .grid__container .page__menu--navigation--item {
  border-bottom: 2px solid rgba(51, 51, 51, 0);
}
.page__menu--navigation .grid__container .page__menu--navigation--item a {
  color: #ffffff;
  text-decoration: none;
  border: 0;
  display: block;
  padding: 1rem;
  width: 100%;
  height: 100%;
}
.page__menu--breadcrumb {
  padding-top: 0.5rem;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  line-height: 160%;
}
@media (max-width: 599px) {
  .page__menu--breadcrumb {
    padding-bottom: 0;
  }
}
.page__menu--breadcrumb a {
  border: 0;
}
.page__menu--chapter {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.page__menu .highlighted {
  border-bottom-color: #ffffff !important;
}
.page__breadcrumb, .page__date {
  padding-bottom: 3rem;
  padding-top: 1.5rem;
}
@media (min-width: 599px) {
  .page__breadcrumb, .page__date {
    padding-top: 5rem;
  }
}
.page__breadcrumb a, .page__date a {
  border: 0;
}
.page__final--chapter--large {
  margin-bottom: 7rem;
}
.page__final--chapter {
  margin-bottom: 5rem;
}
.page__chapter--large {
  margin-top: 7rem;
}
.page__chapter {
  margin-top: 5rem;
}
.page__chapter--menu {
  margin-top: 1rem;
}
.page__chapter--menu ol {
  margin-top: 2.2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.page__chapter--menu ol li {
  padding-left: 2rem;
  padding-bottom: 0;
}
.page__chapter--menu ol li a {
  display: block;
  padding-bottom: 1.4rem;
  border: 0;
}

.landing__header--container {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: -1rem;
  margin-top: -140px;
}
@media (min-width: 1199px) {
  .landing__header--container {
    margin-right: calc(49% - 50vw);
  }
}
.landing__header--image__double {
  background-image: url(https://f0a63dc10f9b8e5602d2-918c4a94592cd7fa431dd71bf51b646a.ssl.cf3.rackcdn.com/SU_officers_team.png), url("//via.placeholder.com/780x267");
  background-blend-mode: multiply;
  background-repeat: no-repeat;
  background-size: 500px, cover;
  background-position: left bottom, center 25%;
  height: 675px;
}
@media (min-width: 1199px) {
  .landing__header--image__double {
    height: 625px;
  }
}
.landing__header--image {
  background-blend-mode: multiply;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 25%;
  height: 675px;
}
@media (min-width: 1199px) {
  .landing__header--image {
    height: 625px;
  }
}
.landing__header--image__sec {
  background-size: contain;
}
@media (min-width: 1199px) {
  .landing__header--image__sec {
    height: 625px;
  }
}
@media (min-width: 1199px) {
  .landing__header--lead {
    margin-top: -50px;
  }
}
.landing__header--text {
  margin-top: -525px;
}
@media (min-width: 399px) {
  .landing__header--text {
    margin-top: -550px;
  }
}
@media (min-width: 1199px) {
  .landing__header--text {
    margin-top: -400px;
    padding: 0 calc(7.1428571429% - 0.5rem);
  }
}
@media (min-width: 1439px) {
  .landing__header--text {
    padding: 0;
  }
}
.landing__header--text .page__chapter--menu2 {
  background: #fff;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  width: 90%;
}
.landing__header--text .page__chapter--menu2 ol {
  padding-left: 1rem;
  padding-right: 1rem;
}
.landing__header--text .page__chapter--menu2 ol li {
  list-style: none;
  line-height: 140%;
  font-weight: 600;
  margin-top: 15px;
  font-size: 1.2rem;
}
.landing__header--text .page__chapter--menu2 ol a {
  display: block;
  border: 0;
}
.landing__header--text .input__search {
  padding-bottom: 1rem;
  border-bottom: 5px dotted;
}
.landing__header--text .input__search input {
  border-radius: 3px;
  color: #ffffff;
}
.landing__header--text .input__search input::-moz-placeholder {
  color: #ffffff;
}
.landing__header--text .input__search input::placeholder {
  color: #ffffff;
}
.landing__header--text .input__search .fas {
  top: 25%;
}

.landing__chapter {
  margin-left: calc(60% - 50vw);
  margin-right: calc(60% - 50vw);
}

.landing__page--chapter {
  margin-top: 5rem;
}

.landing__background--wrapper {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 7rem 0;
}
@media (min-width: 1199px) {
  .landing__background--wrapper {
    margin-right: calc(49% - 50vw);
    padding-left: calc(7.1428571429% + 2rem);
    padding-right: calc(7.1428571429% + 2rem);
  }
}
@media (min-width: 1439px) {
  .landing__background--wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 599px) {
  .test__header--move {
    margin-top: -194px;
  }
}
@media (min-width: 1439px) {
  .test__header--move {
    margin-top: -228px;
  }
}

.pull__header--text {
  position: relative;
  top: -40px;
}
@media (min-width: 1199px) {
  .pull__header--text {
    top: -80px;
  }
}

#opening-times .ot-selector {
  display: flex;
}
#opening-times .ot-selector .ot-back-week {
  margin-right: 1rem;
}
#opening-times .ot-selector .ot-forward-week {
  margin-left: 1rem;
}
#opening-times .ot-opener {
  margin-top: 5.5rem;
}
#opening-times .ot-search {
  align-self: end;
}
#opening-times .accordion__item--body .caption__small--uppercase,
#opening-times .acc__it--b .caption__small--uppercase,
#opening-times .opening__times--body .caption__small--uppercase {
  font-size: 0.5rem;
}

.ot-open {
  color: #4CA90C;
}

.ot-closed {
  color: #e53935;
}

.gsc-adBlock {
  display: none !important;
}

.gsc-control-wrapper-cse a {
  border: 0;
}

.gs-title, .gs-snippet {
  font-family: "Nunito" !important;
  font-weight: 600 !important;
}
.gs-title b, .gs-snippet b {
  font-weight: 600 !important;
}

.gs-title {
  text-decoration: none !important;
}
.gs-title a.gs-title {
  font-size: 20px !important;
  color: #4a4a4a !important;
  border-bottom: 1px solid #0ABEF0 !important;
  text-decoration: none !important;
}
.gs-title a.gs-title:hover {
  color: #0ABEF0 !important;
}
.gs-title a.gs-title b {
  font-size: 20px !important;
  color: #4a4a4a !important;
  border-bottom: 1px solid #0ABEF0 !important;
  text-decoration: none !important;
}
.gs-title a.gs-title b:hover {
  color: #0ABEF0 !important;
}

.homepage__header--container {
  margin-left: -1rem;
  margin-right: -1rem;
  position: relative;
  margin-top: -1rem;
}
@media (min-width: 1199px) {
  .homepage__header--container {
    margin-left: calc(50% - 50vw);
    margin-right: calc(49% - 50vw);
    margin-top: -140px;
  }
}
.homepage__header--image {
  height: 105vh;
  background-blend-mode: multiply;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}
@media (min-width: 1199px) {
  .homepage__header--image {
    height: 106vh;
  }
}
.homepage__header--image-wrapper.cut__left .homepage__header--image-colour {
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 85%);
}
.homepage__header--image-wrapper.cut__left .homepage__header--image {
  clip-path: polygon(0 0, 100% 0%, 100% 92%, 0 83%);
}
.homepage__header--image-wrapper.cut__right .homepage__header--image-colour {
  clip-path: polygon(0 0, 100% 0%, 100% 85%, 0 100%);
}
.homepage__header--image-wrapper.cut__right .homepage__header--image {
  clip-path: polygon(0 0, 100% 0%, 100% 79%, 0 99%);
}
.homepage__header--text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.homepage__header--text .wrapper {
  position: absolute;
  color: #ffffff;
  top: 15rem;
  margin: 0;
  left: 0;
  right: 0;
  text-align: center;
}
@media (min-width: 399px) {
  .homepage__header--text .wrapper {
    top: 15rem;
  }
}
@media (min-width: 599px) {
  .homepage__header--text .wrapper {
    top: -10rem;
  }
}
@media (min-width: 1199px) {
  .homepage__header--text .wrapper {
    top: -4rem;
  }
}
@media (min-width: 1439px) {
  .homepage__header--text .wrapper {
    top: -5rem;
  }
}
@media (min-width: 1999px) {
  .homepage__header--text .wrapper {
    top: -5rem;
  }
}
.homepage__header--text .wrapper.angle__left {
  transform: rotate(-10deg);
}
.homepage__header--text .wrapper.angle__right {
  transform: rotate(10deg);
}
.homepage__header--dots {
  display: none;
  overflow: hidden;
}
@media (min-width: 599px) {
  .homepage__header--dots {
    display: block;
    height: 51vh;
  }
}
@media (min-width: 899px) {
  .homepage__header--dots {
    height: 54vh;
  }
}
@media (min-width: 1199px) {
  .homepage__header--dots {
    height: 50vh;
  }
}
.homepage__header--dots .dotted__line--huge {
  transform: rotate(90deg) translateY(-46%);
}
@media (min-width: 599px) {
  .homepage__header--dots .dotted__line--huge {
    border-bottom-width: 20px;
  }
}
@media (min-width: 1199px) {
  .homepage__header--dots .dotted__line--huge {
    border-bottom-width: 40px;
  }
}
.homepage__background--wrapper {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 7rem 0;
}
@media (min-width: 1199px) {
  .homepage__background--wrapper {
    margin-right: calc(49% - 50vw);
    padding: 5rem calc(7.1428571429% + 2rem);
  }
}
.homepage__chapter {
  margin-bottom: 7rem;
}
.homepage__sf--shield {
  display: none;
  height: 900px;
  z-index: -1;
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 25%;
  background-origin: border-box;
  overflow-y: hidden;
  left: 0;
  right: 0;
}
@media (min-width: 599px) {
  .homepage__sf--shield {
    background-position-y: -200px;
    background-size: 50%;
    background-position-x: 150%;
    display: block;
    margin-top: -7rem;
  }
}
@media (min-width: 899px) {
  .homepage__sf--shield {
    background-position-y: -300px;
  }
}
@media (min-width: 1199px) {
  .homepage__sf--shield {
    background-position-y: -300px;
    background-position-x: 110%;
    background-size: 40%;
  }
}
@media (min-width: 1399px) {
  .homepage__sf--shield {
    background-position-y: -300px;
    background-position-x: 110%;
    background-size: 40%;
    width: 100%;
  }
}
@media (min-width: 1439px) {
  .homepage__sf--shield {
    background-position-y: -350px;
    background-position-x: 100%;
    background-size: 40%;
  }
}
@media (min-width: 1649px) {
  .homepage__sf--shield {
    background-position-y: -350px;
    background-position-x: 90%;
    background-size: 30%;
  }
}
@media (min-width: 1999px) {
  .homepage__sf--shield {
    background-position-y: -250px;
    background-position-x: 80%;
    background-size: 20%;
  }
}
.homepage__act--shield {
  display: none;
  height: 269px;
  background-repeat: no-repeat;
  z-index: -1;
  left: 0;
  right: 0;
}
@media (min-width: 599px) {
  .homepage__act--shield {
    display: block;
    margin-top: -5rem;
    background-size: 10%;
  }
}
@media (min-width: 899px) {
  .homepage__act--shield {
    margin-top: -10rem;
    background-size: auto;
    background-position-x: -5%;
  }
}
@media (min-width: 1439px) {
  .homepage__act--shield {
    width: 100%;
    background-position: 5%;
  }
}
@media (min-width: 1649px) {
  .homepage__act--shield {
    background-position: 10%;
  }
}
@media (min-width: 1999px) {
  .homepage__act--shield {
    background-position: 22%;
  }
}

.header__link {
  color: #ffffff;
  text-decoration: none;
}

.advert__top--drop {
  top: 140px;
  position: relative;
}

@media (min-width: 599px) {
  .advert__margin--drop {
    margin-top: 140px;
  }
}

.advert__nav--pull {
  top: 0;
  position: sticky;
}

.advert__header--pull {
  top: 0;
}

.outlet__header {
  margin-top: -300px;
}
@media (min-width: 399px) {
  .outlet__header {
    margin-top: -350px;
  }
}
@media (min-width: 1199px) {
  .outlet__header {
    margin-top: -400px;
    padding: 0 calc(7.1428571429% - 0.5rem);
  }
}
@media (min-width: 1439px) {
  .outlet__header {
    padding: 0;
  }
}
.outlet__header--container {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: -1rem;
  margin-top: -140px;
}
@media (min-width: 1199px) {
  .outlet__header--container {
    margin-right: calc(49% - 50vw);
  }
}
.outlet__header--image {
  background-blend-mode: multiply;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 25%;
  background-color: rgba(51, 51, 51, 0.5);
  height: 450px;
}
@media (min-width: 399px) {
  .outlet__header--image {
    height: 500px;
  }
}
@media (min-width: 1199px) {
  .outlet__header--image {
    height: 490px;
  }
}
.outlet__header--intro {
  margin-top: 50px;
}
@media (min-width: 1199px) {
  .outlet__header--intro {
    margin-top: 130px;
  }
}
.outlet__header--logo {
  width: 100%;
  height: 161px;
  margin-bottom: 1rem;
  background: #4a4a4a;
  text-align: right;
  padding: 2rem;
  border-radius: 5px;
  position: relative;
}
@media (min-width: 899px) {
  .outlet__header--logo {
    width: 50%;
    margin: 1rem auto;
  }
}
@media (min-width: 1199px) {
  .outlet__header--logo {
    width: 460px;
    height: 161px;
    margin: 1rem 0;
  }
}
.outlet__header--logo img, .outlet__header--logo h1 {
  padding: 0 1rem;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
}
.outlet__header--text-only {
  text-align: left;
  width: 100%;
  padding: 2rem 0.5rem;
}
@media (min-width: 899px) {
  .outlet__header--text-only {
    width: 50%;
    margin: 1rem auto;
  }
}
@media (min-width: 1199px) {
  .outlet__header--text-only {
    width: 100%;
    margin: 0;
  }
}
.outlet__header--contact {
  padding: 1rem;
  border-radius: 5px;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
  background: #ffffff;
}
@media (min-width: 899px) {
  .outlet__header--contact {
    width: 50%;
    margin: auto;
  }
}
@media (min-width: 1199px) {
  .outlet__header--contact {
    width: 100%;
    margin: 0;
  }
}
.outlet__header--contact a {
  border: 0;
}
.outlet__header--contact a i {
  margin: 0.5rem;
}
.outlet__header--social {
  font-size: 1.2rem;
  font-weight: 400;
}
.outlet__header--social a i {
  margin: 0 0.5rem;
}
.outlet__header--opening {
  padding: 1rem;
  border-radius: 5px;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
  background: #ffffff;
}
@media (min-width: 899px) {
  .outlet__header--opening {
    width: 50%;
    margin: 1rem auto;
  }
}
@media (min-width: 1199px) {
  .outlet__header--opening {
    width: 100%;
  }
}
.outlet__header--menu {
  width: 100%;
}
@media (min-width: 899px) {
  .outlet__header--menu {
    width: 50%;
    margin: auto;
  }
}
@media (min-width: 1199px) {
  .outlet__header--menu {
    width: 100%;
    margin: 0;
  }
}
.outlet__header--menu i {
  font-color: #4a4a4a !important;
}
.outlet__background--wrapper {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
@media (min-width: 1199px) {
  .outlet__background--wrapper {
    margin-right: calc(49% - 50vw);
    padding-left: calc(7.1428571429% + 2rem);
    padding-right: calc(7.1428571429% + 2rem);
  }
}
@media (min-width: 1439px) {
  .outlet__background--wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.outlet--space {
  margin-bottom: 11rem;
}
@media (min-width: 899px) {
  .outlet--space {
    margin-bottom: 7rem;
  }
}
@media (min-width: 1199px) {
  .outlet--space {
    margin-bottom: 12rem;
  }
}

@media (min-width: 1439px) {
  .deals__offer {
    margin-top: -4.5rem;
  }
}
.deals__item img {
  border-radius: 3px;
  height: 163px;
}

.ourshop__card img {
  margin-top: -10px;
  height: 132px;
}
.ourshop--small {
  height: 200px;
}
@media (min-width: 399px) {
  .ourshop--small {
    height: 250px;
  }
}
@media (min-width: 1199px) {
  .ourshop--small {
    height: 265px;
  }
}
.ourshop__box {
  height: 100px;
}
@media (min-width: 399px) {
  .ourshop__box {
    height: 150px;
  }
}
@media (min-width: 1199px) {
  .ourshop__box {
    height: 185px;
  }
}

.sheffieldstore__str img {
  width: 380px;
  height: 124px;
}
@media (min-width: 1199px) {
  .sheffieldstore__str--margin {
    margin-top: -110px;
  }
}

.our-zero-waste-shop-ic {
  margin-left: 55px;
}

.contact__align {
  margin: auto;
}
@media (min-width: 1199px) {
  .contact__align {
    margin-left: 0rem;
  }
}

.leading-image {
  width: 100%;
}

.bottom-image {
  width: 100%;
}

.image-caption {
  font-size: 0.7rem;
  text-align: center;
}
.image-caption p {
  margin: 0;
  color: #828282 !important;
}

@media (min-width: 1199px) {
  .anchor__icon {
    margin-left: -54px;
  }
}

.form__description {
  font-weight: 500;
  font-size: 16px;
}

.form__restrictions {
  font-size: 14px;
  color: #828282 !important;
}

.nomination__fields {
  border: 0;
  padding: 0;
}

.success__banner {
  width: 100%;
  background-color: #009E4B;
  color: #fff;
  text-align: center;
  border-radius: 3px;
}
.success__banner p {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.nomination__error {
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nomination__error--icon {
  float: left;
  color: #fff;
  background-color: #ff4664;
  height: 50px;
  width: 55px;
  border-radius: 50px;
  line-height: 50px;
  text-align: center;
  box-shadow: 2px 5px rgba(0, 0, 0, 0.25);
  z-index: 1;
}
.nomination__error--message {
  color: #fff;
  background-color: #ff4664;
  text-align: center;
  margin-left: -5px;
  width: 100%;
}

.nomination__reminder {
  background: rgba(10, 190, 240, 0.15);
  border-radius: 3px;
}
.nomination__reminder--icon {
  float: left;
  padding: 10px;
}

.the-list {
  color: #fff !important;
  border-radius: 5px;
  font-family: Nunito, sans-serif;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
}
.the-list option {
  background-color: #fff;
  color: #4b4b4b;
  padding: 14px 12px;
  border-bottom: 1px solid #f2f2f2;
}

.es-list {
  /*background-color: rgba(60, 230, 120, 0.1);*/
  /*color: #009e4b !important;*/
  list-style: none;
  overflow-y: scroll;
  max-height: 200px;
  z-index: 2;
  border-radius: 5px;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.es-list::-webkit-scrollbar {
  width: 10px;
}
.es-list::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.es-list::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.es-visible {
  color: #4b4b4b !important;
  padding: 14px 12px;
  border-bottom: 1px solid #f2f2f2;
  z-index: 2;
}

.manifesto-placeholder {
  white-space: pre-wrap;
}

.select-to-input {
  border-radius: 3px;
  height: 0;
  transition: height 0.35s ease-in;
  z-index: 1;
  margin-top: 0rem;
  overflow-y: overlay;
  padding: 20px 24px !important;
}

.move-timer {
  align-self: start;
}

.airtable__image {
  image-orientation: none;
  height: 250px;
  width: 250px;
}

.confetti__container {
  background-repeat: no-repeat;
  background-position: center;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (min-width: 599px) {
  .confetti__container {
    background-image: url(https://f0a63dc10f9b8e5602d2-918c4a94592cd7fa431dd71bf51b646a.ssl.cf3.rackcdn.com/Council_Tablet-840x290.png);
  }
}
@media (min-width: 1199px) {
  .confetti__container {
    background-image: url(https://f0a63dc10f9b8e5602d2-918c4a94592cd7fa431dd71bf51b646a.ssl.cf3.rackcdn.com/Council_Web-1440x400.png);
    background-repeat: repeat;
    padding-bottom: 3rem;
  }
}

@media (min-width: 1199px) {
  .election-screenshot {
    width: 150%;
    height: 150%;
    margin-left: -25%;
  }
}

.contact__info {
  margin-left: 38px;
}
@media (min-width: 1199px) {
  .contact__info {
    margin-left: 2rem;
  }
}

.croppie-container {
  display: none;
}

.upload__confirmed {
  position: absolute;
  left: 50%;
  font-weight: 1000;
  color: #009E4B !important;
  background-color: white;
  border-radius: 20px;
  padding-right: 0;
  display: none;
  margin-top: 5px;
}
@media (min-width: 599px) {
  .upload__confirmed {
    left: 26%;
  }
}
@media (min-width: 1199px) {
  .upload__confirmed {
    left: 28%;
  }
}

.campaign__poster {
  width: 382px;
  height: 540px;
}
@media (min-width: 1199px) {
  .campaign__poster {
    width: 590px;
    height: 745px;
  }
}

.build__inspire--own {
  padding-top: 120px;
  margin-left: 20px;
}
@media (min-width: 1199px) {
  .build__inspire--own {
    padding-top: 150px;
    margin-left: 60px;
  }
}

@media (max-width: 1199px) {
  .vote__logo {
    width: 90%;
    display: block;
    margin: auto;
  }
}

.header__text--vote {
  margin-top: 20px;
}
@media (min-width: 1199px) {
  .header__text--vote {
    margin-top: -40px;
  }
}

@media (min-width: 1199px) {
  .popup__size {
    width: 900px;
    height: 500px;
  }
}

ul.article__tags {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

ul.article__tags li {
  list-style: none;
  display: inline-block;
  padding: 5px 15px;
  border: 1px solid;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  border-radius: 25px;
  margin-bottom: 1rem;
}

a.tag__button {
  text-decoration: none;
  border-bottom: none !important;
}

a.tag__button:hover {
  text-decoration: none;
  border-bottom: none !important;
}

.news__body--list ul li {
  color: #4a4a4a;
}

.pagination__link {
  border: 1px solid #0ABEF0;
  text-decoration: none;
  padding: 5px 12px;
  border-radius: 3px;
}
.pagination__link.active {
  border: 2px solid #0ABEF0;
  font-weight: 700;
}

.news__body--image {
  display: block;
  margin: auto;
}

.strategic__images {
  width: 251px;
  height: 251px !important;
  display: block;
  margin: auto;
  margin-bottom: 2rem;
}
@media (min-width: 599px) {
  .strategic__images {
    float: left;
    width: 134px;
    height: 307px !important;
    margin-right: 1rem;
    margin-bottom: 0rem;
  }
}
@media (min-width: 1199px) {
  .strategic__images {
    width: 142px;
  }
}

@media (min-width: 1199px) {
  .values__col {
    height: 146px;
  }
}

@media (min-width: 1199px) {
  .purpose__col {
    height: 146px;
  }
}

@media (max-width: 1199px) {
  .themes__row {
    display: block;
    margin: auto;
  }
}

.pvv__background {
  background-size: cover;
  height: 100%;
  background-position: 40%;
  border-radius: 5px;
}

.vision__text {
  width: 323px;
  height: 176px;
  line-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding-top: 0.5rem;
}
@media (min-width: 599px) {
  .vision__text {
    width: 523px;
    height: 140px;
    line-height: 140%;
    padding-top: 0rem;
  }
}
@media (min-width: 1199px) {
  .vision__text {
    width: 737px;
    height: 131px;
    bottom: 0;
    line-height: 140%;
  }
}

.strategic__text {
  width: 109px;
  height: 99px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}

.purpose__text {
  /*width: 737px;*/
  width: 323px;
  height: 66px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media (min-width: 1199px) {
  .purpose__text {
    width: 529px;
  }
}

.values__enablers {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  height: 146px;
  width: 180px;
}

.booking__tabs {
  display: flex;
  list-style-type: none;
}
@media (max-width: 1199px) {
  .booking__tabs {
    justify-content: space-evenly;
    flex-wrap: wrap;
  }
}
@media (min-width: 1199px) {
  .booking__tabs a {
    margin-right: 1rem;
  }
}

.booking__input {
  width: 100%;
  position: relative;
  /*&::before
  * font-family: anticons-desktop!important
  * left:-5px
  * position: absolute
  * top:0
  * content: "\e6bb" */
}
@media (min-width: 1199px) {
  .booking__input {
    width: 390px;
  }
}
.booking__input--calendar {
  width: 100%;
  background-image: url("https://1b52fe2c8e54a3a1e8f5-9b720528d1292092b9e13ccb1f7d541b.ssl.cf3.rackcdn.com/calendarIcon.png");
  background-position: 95% 50%;
  background-repeat: no-repeat;
}
@media (min-width: 1199px) {
  .booking__input--calendar {
    width: 450px;
  }
}

.booking__check {
  display: inline-block;
  margin-right: 1rem;
}

.booking__area {
  width: 100%;
  height: 123px;
  overflow-y: hidden;
  border-color: #0ABEF0;
}
@media (min-width: 1199px) {
  .booking__area {
    width: 610px;
  }
}

.booking__select {
  font-size: 1rem;
  font-family: "Nunito", sans-serif;
  line-height: 160%;
  letter-spacing: 0.1rem;
  color: #4a4a4a;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  padding: 0.5rem 1rem;
  border-color: #0ABEF0;
  width: 100%;
}
@media (min-width: 1199px) {
  .booking__select {
    width: 390px;
  }
}

.table__heading {
  border-radius: 5px 5px 0 0;
}

.booking__table {
  border: 1px solid #0ABEF0;
  font-size: 1rem;
  border-radius: 5px;
}
.booking__table tr {
  border: 1px solid #0ABEF0;
}
.booking__table tr:nth-child(odd) {
  background-color: #F2F2F2;
}

.details__table {
  width: 100%;
}
@media (min-width: 1199px) {
  .details__table {
    width: 80%;
  }
}
.details__table table {
  border: solid 1px #0ABEF0;
  border-radius: 5px;
}

.event__thumbnail {
  height: 166px;
}
@media (min-width: 1199px) {
  .event__thumbnail {
    height: 280px;
  }
}

.commitment__box {
  box-sizing: border-box;
  border: 1px solid #0abef0;
  border-radius: 4px;
}
.commitment__box > p {
  margin: 0;
  padding: 8px 0 8px 15px;
  border-top: 1px solid #0abef0;
}
.commitment__box > p:first-of-type {
  text-transform: uppercase;
  font-weight: bold;
  border-top: none;
}
.commitment__box > p:last-of-type {
  border-bottom: none;
}

.t__change-lab--pri .commitment__box {
  border-color: #5F3A99;
}
.t__change-lab--pri .commitment__box > p {
  border-color: #5F3A99;
}

.t__venue--pri .commitment__box {
  background-color: #ffffff;
  border-color: #aa9151;
}
.t__venue--pri .commitment__box > p {
  border-color: #aa9151;
}

.header__card--background {
  border-radius: 5px;
  clip-path: polygon(0 85%, 15% 100%, 100% 100%, 100% 0, 0 0);
}

.header__card--item > img {
  padding-top: 20px;
  float: left;
  padding-left: 20px;
}
.header__card--item > p {
  float: left;
  padding-left: 20px;
}

.mcpull__header--text {
  position: relative;
  top: -40px;
}

.abt-pull__header--text {
  position: relative;
  top: -40px;
}

.mc__first--chapter {
  padding-top: 22rem;
}

.div__parent {
  display: inline;
  position: relative;
  max-width: 100%;
}

.div--front {
  position: absolute;
  left: 2%;
  top: 2%;
}

.div__background--colour {
  clip-path: polygon(0 85%, 15% 100%, 100% 100%, 100% 0, 0 0);
  background-color: rgba(10, 190, 240, 0.1019607843);
}

.div__background--colour {
  clip-path: polygon(0 85%, 15% 100%, 100% 100%, 100% 0, 0 0);
}

.counc__card-item--colour {
  color: rgb(0, 0, 0) !important;
}

@media (min-width: 1920px) {
  .mc__header__card--align {
    top: 33rem;
    margin-left: 20rem;
  }
}
@media (min-width: 1674px) and (max-width: 1919px) {
  .mc__header__card--align {
    top: 28rem;
    margin-left: 19rem;
  }
}
@media (min-width: 1200px) and (max-width: 1673px) {
  .mc__header__card--align {
    top: 25rem;
    margin-left: 13rem;
  }
}
@media (min-width: 800px) and (max-width: 1199px) {
  .mc__header__card--align {
    top: 22rem;
    margin-left: 8rem;
  }
}
@media (min-width: 600px) and (max-width: 799px) {
  .mc__header__card--align {
    top: 17rem;
    margin-left: 5rem;
  }
}
@media (max-width: 599px) {
  .mc__header__card--align {
    margin-top: 2rem;
    top: 0;
  }
}
@media (min-width: 1199px) {
  .header__card--pos {
    position: absolute;
  }
  .mcpull__header--text {
    top: -300px;
  }
  .abt-pull__header--text {
    top: -600px;
  }
  .mc__first--chapter {
    padding-top: 4rem;
  }
}
@media (max-width: 299px) {
  .mc__first--chapter {
    padding-top: 24rem;
  }
}
@media (min-width: 300px) and (max-width: 599px) {
  .mc__first--chapter {
    padding-top: 15rem;
  }
}
@media (min-width: 600px) and (max-width: 1198px) {
  .mc__first--chapter {
    padding-top: 21rem;
  }
}
@media (min-width: 600px) and (max-width: 684px) {
  .mc__logo {
    width: 90%;
  }
  .div__background--colour {
    height: 65vh;
  }
}
@media (min-width: 685px) and (max-width: 1094px) {
  .mc__logo {
    width: 90%;
  }
  .div__background--colour {
    height: 60vh;
  }
  div.mc__header--buttons > p > a.btn {
    margin-top: 1rem;
  }
}
@media (min-width: 1095px) and (max-width: 1284px) {
  .mc__logo {
    width: 45%;
  }
}
.listing__btn {
  min-width: 0rem;
  padding: 10px 8px;
  font-size: 12px;
  line-height: 6px;
}

.mc__pull--header {
  position: relative;
  top: -500px;
}
.mc__pull--header--gmbl {
  top: -100px;
}

.mc--section--title {
  margin-left: -1rem;
  margin-right: -1rem;
  border-radius: 5px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.mc__hide__lt--d {
  display: inline-block;
}

.stastics__box--blue {
  background: linear-gradient(180deg, #99fff3 0%, rgba(255, 255, 255, 0) 100%);
  height: -moz-fit-content;
  height: fit-content;
  color: rgb(130, 79, 3);
  font-weight: bold;
  padding: 20px 30px 50px;
}

.stastics__box--pink {
  background: linear-gradient(180deg, rgb(255, 227, 249) 0%, rgba(255, 255, 255, 0) 100%);
  height: -moz-fit-content;
  height: fit-content;
  color: rgb(130, 79, 3);
  font-weight: bold;
  padding: 20px 30px 50px;
}

@media (min-width: 1199px) {
  .mc__pull--header {
    top: -700px;
  }
  .mc__pull--header--gmbl {
    top: -300px;
  }
  .mc__box--nav {
    height: 520px;
  }
  .mc__header {
    height: 1200px;
  }
  .mc__header--cl {
    height: 1350px;
  }
  .mc__header--officers {
    height: 1300px;
  }
  .mc__header--forums {
    height: 1250px;
  }
  .mc__header--camp {
    height: 800px;
  }
  .mc__header--elections {
    height: 900px;
  }
  .mc__header--counc {
    height: 1150px;
  }
  .mc__header--acad {
    height: 1050px;
  }
  .venues__header {
    height: 1050px;
  }
  .our-venues__header, .contact-us__header {
    height: 1000px;
  }
  .abt__header {
    height: 1100px;
  }
  .col__cl--h {
    min-height: 550px;
  }
}
@media (min-width: 1399px) {
  .mc__box--nav {
    height: 560px;
  }
}
@media (max-width: 1198px) {
  .mc__hide__lt--d {
    display: none !important;
  }
  .mc__header {
    height: 1350px;
  }
  .mc__header--cl {
    height: 1650px;
  }
  .mc__header--officers {
    height: 1500px;
  }
  .mc__header--forums {
    height: 1700px;
  }
  .mc__header--camp {
    height: 1020px;
  }
  .mc__header--elections {
    height: 1050px;
  }
  .mc__header--counc {
    height: 1550px;
  }
  .mc__header--acad {
    height: 1200px;
  }
  .venues__header, .our-venues__header, .contact-us__header {
    height: 1450px;
  }
  .abt__header {
    height: 1600px;
  }
  .abt-pull__header--text {
    top: -400px;
  }
  .mc__box--nav {
    height: 520px;
  }
  .forums__wrapper--padding {
    padding: 0 2rem;
  }
}
@media (max-width: 1100px) {
  .mc__header {
    height: 1450px;
  }
  .mc__header--cl {
    height: 1700px;
  }
}
@media (max-width: 899px) {
  .mc__header--officers {
    height: 1600px;
  }
  .mc__header--cl {
    height: 1800px;
  }
  .col__cl--h {
    min-height: 520px;
    max-width: 90%;
  }
  .abt__header {
    height: 1500px;
  }
}
@media (max-width: 898px) {
  .mc__box--nav {
    height: 490px;
  }
}
@media (max-width: 598px) {
  .mc__header {
    height: 1200px;
  }
  .mc__header--cl {
    height: 1500px;
  }
  .mc__header--officers {
    height: 1350px;
  }
  .mc__header--forums {
    height: 1500px;
  }
  .mc__header--camp {
    height: 800px;
  }
  .mc__header--elections {
    height: 900px;
  }
  .mc__header--counc {
    height: 1350px;
  }
  .mc__header--acad {
    height: 1000px;
  }
  .venues__header, .our-venues__header, .contact-us__header {
    height: 1300px;
  }
  .abt__header {
    height: 1400px;
  }
  .abt-pull__header--text {
    top: -340px;
  }
  .mc__box--nav {
    height: 480px;
  }
  .col__cl--h {
    min-height: 530px;
  }
}
@media (max-width: 549px) {
  .mc__header {
    height: 1250px;
  }
  .mc__header--cl {
    height: 1550px;
  }
}
@media (max-width: 450px) {
  .mc__header {
    height: 1300px;
  }
  .mc__header--cl {
    height: 1600px;
  }
  .mc__header--officers {
    height: 1500px;
  }
  .mc__header--forums {
    height: 1600px;
  }
  .mc__header--camp {
    height: 830px;
  }
  .mc__header--elections {
    height: 900px;
  }
  .mc__header--counc {
    height: 1450px;
  }
  .venues__header, .our-venues__header, .contact-us__header {
    height: 1300px;
  }
  .abt__header {
    height: 1450px;
  }
  .abt-pull__header--text {
    top: -350px;
  }
  .image__collage--right {
    right: -45px;
  }
}
@media (max-width: 399px) {
  .forums__wrapper--padding {
    padding: 0 1rem;
  }
}
@media (max-width: 398px) {
  .mc__box--nav {
    height: 450px;
  }
  .abt__header {
    height: 1300px;
  }
  .abt-pull__header--text {
    top: -400px;
  }
}
@media (max-width: 314px) {
  .mc__header {
    height: 1400px;
  }
  .mc__header--cl {
    height: 1650px;
  }
  .mc__header--forums {
    height: 1700px;
  }
  .mc__header--camp, .mc__header--elections {
    height: 850px;
  }
  .mc__header--counc {
    height: 1400px;
  }
  .abt__header {
    height: 1400px;
  }
  .mc__box--nav {
    height: 440px;
  }
  .col__cl--h {
    min-height: 450px;
  }
}
.lib__box--nav {
  height: 400px;
}

.lib__content--container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.lib__content--image {
  width: auto;
  height: 140px;
  border-radius: 5px;
}

.lib__header--height {
  height: 1200px;
}

.lib__header--container {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  position: relative;
  overflow: hidden;
}

.lib__content--layout {
  position: relative;
  z-index: 2;
}

.img__bg-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 20%;
  z-index: 1;
}
.img__bg-container img {
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
}

.lib__breadcrumb {
  z-index: 3 !important;
}

@media (min-width: 1199px) {
  .lib__header--container {
    margin-right: calc(49% - 50vw);
  }
  .lib__background--purple {
    background: rgb(146, 101, 255);
  }
  .lib__background--orange {
    background: rgb(255, 95, 5);
  }
  .lib__background--green {
    background: rgb(4, 200, 24);
  }
  .lib__background--yellow {
    background: rgb(255, 200, 5);
  }
}
.hide__small-mobile--down {
  display: inline-block;
}
@media (max-width: 0px) {
  .hide__small-mobile--down {
    display: none !important;
  }
}

.hide__small-mobile--up {
  display: inline-block;
}
@media (min-width: 0px) {
  .hide__small-mobile--up {
    display: none !important;
  }
}

.hide__medium-mobile--down {
  display: inline-block;
}
@media (max-width: 359px) {
  .hide__medium-mobile--down {
    display: none !important;
  }
}

.hide__medium-mobile--up {
  display: inline-block;
}
@media (min-width: 359px) {
  .hide__medium-mobile--up {
    display: none !important;
  }
}

.hide__large-mobile--down {
  display: inline-block;
}
@media (max-width: 399px) {
  .hide__large-mobile--down {
    display: none !important;
  }
}

.hide__large-mobile--up {
  display: inline-block;
}
@media (min-width: 399px) {
  .hide__large-mobile--up {
    display: none !important;
  }
}

.hide__small-tablet--down {
  display: inline-block;
}
@media (max-width: 599px) {
  .hide__small-tablet--down {
    display: none !important;
  }
}

.hide__small-tablet--up {
  display: inline-block;
}
@media (min-width: 599px) {
  .hide__small-tablet--up {
    display: none !important;
  }
}

.hide__large-tablet--down {
  display: inline-block;
}
@media (max-width: 899px) {
  .hide__large-tablet--down {
    display: none !important;
  }
}

.hide__large-tablet--up {
  display: inline-block;
}
@media (min-width: 899px) {
  .hide__large-tablet--up {
    display: none !important;
  }
}

.hide__small-desktop--down {
  display: inline-block;
}
@media (max-width: 1199px) {
  .hide__small-desktop--down {
    display: none !important;
  }
}

.hide__small-desktop--up {
  display: inline-block;
}
@media (min-width: 1199px) {
  .hide__small-desktop--up {
    display: none !important;
  }
}

.hide__medium-desktop--down {
  display: inline-block;
}
@media (max-width: 1399px) {
  .hide__medium-desktop--down {
    display: none !important;
  }
}

.hide__medium-desktop--up {
  display: inline-block;
}
@media (min-width: 1399px) {
  .hide__medium-desktop--up {
    display: none !important;
  }
}

.hide__large-desktop--down {
  display: inline-block;
}
@media (max-width: 1439px) {
  .hide__large-desktop--down {
    display: none !important;
  }
}

.hide__large-desktop--up {
  display: inline-block;
}
@media (min-width: 1439px) {
  .hide__large-desktop--up {
    display: none !important;
  }
}

.hide__x-large-desktop--down {
  display: inline-block;
}
@media (max-width: 1649px) {
  .hide__x-large-desktop--down {
    display: none !important;
  }
}

.hide__x-large-desktop--up {
  display: inline-block;
}
@media (min-width: 1649px) {
  .hide__x-large-desktop--up {
    display: none !important;
  }
}

.hide__huge-desktop--down {
  display: inline-block;
}
@media (max-width: 1999px) {
  .hide__huge-desktop--down {
    display: none !important;
  }
}

.hide__huge-desktop--up {
  display: inline-block;
}
@media (min-width: 1999px) {
  .hide__huge-desktop--up {
    display: none !important;
  }
}

.hide__sm--d {
  display: inline-block;
}
@media (max-width: 0px) {
  .hide__sm--d {
    display: none !important;
  }
}

.hide__sm--u {
  display: inline-block;
}
@media (min-width: 0px) {
  .hide__sm--u {
    display: none !important;
  }
}

.hide__mm--d {
  display: inline-block;
}
@media (max-width: 359px) {
  .hide__mm--d {
    display: none !important;
  }
}

.hide__mm--u {
  display: inline-block;
}
@media (min-width: 359px) {
  .hide__mm--u {
    display: none !important;
  }
}

.hide__lm--d {
  display: inline-block;
}
@media (max-width: 399px) {
  .hide__lm--d {
    display: none !important;
  }
}

.hide__lm--u {
  display: inline-block;
}
@media (min-width: 399px) {
  .hide__lm--u {
    display: none !important;
  }
}

.hide__st--d {
  display: inline-block;
}
@media (max-width: 599px) {
  .hide__st--d {
    display: none !important;
  }
}

.hide__st--u {
  display: inline-block;
}
@media (min-width: 599px) {
  .hide__st--u {
    display: none !important;
  }
}

.hide__lt--d {
  display: inline-block;
}
@media (max-width: 899px) {
  .hide__lt--d {
    display: none !important;
  }
}

.hide__lt--u {
  display: inline-block;
}
@media (min-width: 899px) {
  .hide__lt--u {
    display: none !important;
  }
}

.hide__sd--d {
  display: inline-block;
}
@media (max-width: 1199px) {
  .hide__sd--d {
    display: none !important;
  }
}

.hide__sd--u {
  display: inline-block;
}
@media (min-width: 1199px) {
  .hide__sd--u {
    display: none !important;
  }
}

.hide__ld--d {
  display: inline-block;
}
@media (max-width: 1439px) {
  .hide__ld--d {
    display: none !important;
  }
}

.hide__ld--u {
  display: inline-block;
}
@media (min-width: 1439px) {
  .hide__ld--u {
    display: none !important;
  }
}

.pointer-events__none {
  pointer-events: none;
}

.pointer-events__all {
  pointer-events: all;
}

.margin__top--0,
.mgn__t--0 {
  margin-top: 0rem;
}

.margin__right--0,
.mgn__r--0 {
  margin-right: 0rem;
}

.margin__left--0,
.mgn__l--0 {
  margin-left: 0rem;
}

.margin__bottom--0,
.mgn__b--0 {
  margin-bottom: 0rem;
}

.margin--0,
.mgn--0 {
  margin: 0rem;
}

.margin__top-bottom--0,
.mgn__tb--0 {
  margin: 0rem 0;
}

.margin__left-right--0,
.mgn__lr--0 {
  margin: 0 0rem;
}

.padding__top--0,
.pdg__t--0 {
  padding-top: 0rem;
}

.padding__right--0,
.pdg__r--0 {
  padding-right: 0rem;
}

.padding__left--0,
.pdg__l--0 {
  padding-left: 0rem;
}

.padding__bottom--0,
.pdg__b--0 {
  padding-bottom: 0rem;
}

.padding--0,
.pdg--0 {
  padding: 0rem;
}

.padding__top-bottom--0,
.pdg__tb--0 {
  padding: 0rem 0;
}

.padding__left-right--0,
.pdg__lr--0 {
  padding: 0 0rem;
}

@media (max-width: 399px) {
  .margin__top--0-mobile,
  .mgn__t--0-m {
    margin-top: 0rem;
  }
}

@media (max-width: 399px) {
  .margin__right--0-mobile,
  .mgn__r--0-m {
    margin-right: 0rem;
  }
}

@media (max-width: 399px) {
  .margin__left--0-mobile,
  .mgn__l--0-m {
    margin-left: 0rem;
  }
}

@media (max-width: 399px) {
  .margin__bottom--0-mobile,
  .mgn__b--0-m {
    margin-bottom: 0rem;
  }
}

@media (max-width: 399px) {
  .margin--0-mobile,
  .mgn--0-m {
    margin: 0rem;
  }
}

@media (max-width: 399px) {
  .margin__top-bottom--0-mobile,
  .mgn__tb--0-m {
    margin: 0rem 0;
  }
}

@media (max-width: 399px) {
  .margin__left-right--0-mobile,
  .mgn__lr--0-m {
    margin: 0 0rem;
  }
}

@media (max-width: 399px) {
  .padding__top--0-mobile,
  .pdg__t--0-m {
    padding-top: 0rem;
  }
}

@media (max-width: 399px) {
  .padding__right--0-mobile,
  .pdg__r--0-m {
    padding-right: 0rem;
  }
}

@media (max-width: 399px) {
  .padding__left--0-mobile,
  .pdg__l--0-m {
    padding-left: 0rem;
  }
}

@media (max-width: 399px) {
  .padding__bottom--0-mobile,
  .pdg__b--0-m {
    padding-bottom: 0rem;
  }
}

@media (max-width: 399px) {
  .padding--0-mobile,
  .pdg--0-m {
    padding: 0rem;
  }
}

@media (max-width: 399px) {
  .padding__top-bottom--0-mobile,
  .pdg__tb--0-m {
    padding: 0rem 0;
  }
}

@media (max-width: 399px) {
  .padding__left-right--0-mobile,
  .pdg__lr--0-m {
    padding: 0 0rem;
  }
}

@media (min-width: 1199px) {
  .margin__top--0-desktop,
  .mgn__t--0-d {
    margin-top: 0rem;
  }
}

@media (min-width: 1199px) {
  .margin__right--0-desktop,
  .mgn__r--0-d {
    margin-right: 0rem;
  }
}

@media (min-width: 1199px) {
  .margin__left--0-desktop,
  .mgn__l--0-d {
    margin-left: 0rem;
  }
}

@media (min-width: 1199px) {
  .margin__bottom--0-desktop,
  .mgn__b--0-d {
    margin-bottom: 0rem;
  }
}

@media (min-width: 1199px) {
  .margin--0-desktop,
  .mgn--0-d {
    margin: 0rem;
  }
}

@media (min-width: 1199px) {
  .margin__top-bottom--0-desktop,
  .mgn__tb--0-d {
    margin: 0rem 0;
  }
}

@media (min-width: 1199px) {
  .margin__left-right--0-desktop,
  .mgn__lr--0-d {
    margin: 0 0rem;
  }
}

@media (min-width: 1199px) {
  .padding__top--0-desktop,
  .pdg__t--0-d {
    padding-top: 0rem;
  }
}

@media (min-width: 1199px) {
  .padding__right--0-desktop,
  .pdg__r--0-d {
    padding-right: 0rem;
  }
}

@media (min-width: 1199px) {
  .padding__left--0-desktop,
  .pdg__l--0-d {
    padding-left: 0rem;
  }
}

@media (min-width: 1199px) {
  .padding__bottom--0-desktop,
  .pdg__b--0-d {
    padding-bottom: 0rem;
  }
}

@media (min-width: 1199px) {
  .padding--0-desktop,
  .pdg--0-d {
    padding: 0rem;
  }
}

@media (min-width: 1199px) {
  .padding__top-bottom--0-desktop,
  .pdg__tb--0-d {
    padding: 0rem 0;
  }
}

@media (min-width: 1199px) {
  .padding__left-right--0-desktop,
  .pdg__lr--0-d {
    padding: 0 0rem;
  }
}

.margin__top--\.25,
.mgn__t--\.25 {
  margin-top: 0.25rem;
}

.margin__right--\.25,
.mgn__r--\.25 {
  margin-right: 0.25rem;
}

.margin__left--\.25,
.mgn__l--\.25 {
  margin-left: 0.25rem;
}

.margin__bottom--\.25,
.mgn__b--\.25 {
  margin-bottom: 0.25rem;
}

.margin--\.25,
.mgn--\.25 {
  margin: 0.25rem;
}

.margin__top-bottom--\.25,
.mgn__tb--\.25 {
  margin: 0.25rem 0;
}

.margin__left-right--\.25,
.mgn__lr--\.25 {
  margin: 0 0.25rem;
}

.padding__top--\.25,
.pdg__t--\.25 {
  padding-top: 0.25rem;
}

.padding__right--\.25,
.pdg__r--\.25 {
  padding-right: 0.25rem;
}

.padding__left--\.25,
.pdg__l--\.25 {
  padding-left: 0.25rem;
}

.padding__bottom--\.25,
.pdg__b--\.25 {
  padding-bottom: 0.25rem;
}

.padding--\.25,
.pdg--\.25 {
  padding: 0.25rem;
}

.padding__top-bottom--\.25,
.pdg__tb--\.25 {
  padding: 0.25rem 0;
}

.padding__left-right--\.25,
.pdg__lr--\.25 {
  padding: 0 0.25rem;
}

@media (max-width: 399px) {
  .margin__top--\.25-mobile,
  .mgn__t--\.25-m {
    margin-top: 0.25rem;
  }
}

@media (max-width: 399px) {
  .margin__right--\.25-mobile,
  .mgn__r--\.25-m {
    margin-right: 0.25rem;
  }
}

@media (max-width: 399px) {
  .margin__left--\.25-mobile,
  .mgn__l--\.25-m {
    margin-left: 0.25rem;
  }
}

@media (max-width: 399px) {
  .margin__bottom--\.25-mobile,
  .mgn__b--\.25-m {
    margin-bottom: 0.25rem;
  }
}

@media (max-width: 399px) {
  .margin--\.25-mobile,
  .mgn--\.25-m {
    margin: 0.25rem;
  }
}

@media (max-width: 399px) {
  .margin__top-bottom--\.25-mobile,
  .mgn__tb--\.25-m {
    margin: 0.25rem 0;
  }
}

@media (max-width: 399px) {
  .margin__left-right--\.25-mobile,
  .mgn__lr--\.25-m {
    margin: 0 0.25rem;
  }
}

@media (max-width: 399px) {
  .padding__top--\.25-mobile,
  .pdg__t--\.25-m {
    padding-top: 0.25rem;
  }
}

@media (max-width: 399px) {
  .padding__right--\.25-mobile,
  .pdg__r--\.25-m {
    padding-right: 0.25rem;
  }
}

@media (max-width: 399px) {
  .padding__left--\.25-mobile,
  .pdg__l--\.25-m {
    padding-left: 0.25rem;
  }
}

@media (max-width: 399px) {
  .padding__bottom--\.25-mobile,
  .pdg__b--\.25-m {
    padding-bottom: 0.25rem;
  }
}

@media (max-width: 399px) {
  .padding--\.25-mobile,
  .pdg--\.25-m {
    padding: 0.25rem;
  }
}

@media (max-width: 399px) {
  .padding__top-bottom--\.25-mobile,
  .pdg__tb--\.25-m {
    padding: 0.25rem 0;
  }
}

@media (max-width: 399px) {
  .padding__left-right--\.25-mobile,
  .pdg__lr--\.25-m {
    padding: 0 0.25rem;
  }
}

@media (min-width: 1199px) {
  .margin__top--\.25-desktop,
  .mgn__t--\.25-d {
    margin-top: 0.25rem;
  }
}

@media (min-width: 1199px) {
  .margin__right--\.25-desktop,
  .mgn__r--\.25-d {
    margin-right: 0.25rem;
  }
}

@media (min-width: 1199px) {
  .margin__left--\.25-desktop,
  .mgn__l--\.25-d {
    margin-left: 0.25rem;
  }
}

@media (min-width: 1199px) {
  .margin__bottom--\.25-desktop,
  .mgn__b--\.25-d {
    margin-bottom: 0.25rem;
  }
}

@media (min-width: 1199px) {
  .margin--\.25-desktop,
  .mgn--\.25-d {
    margin: 0.25rem;
  }
}

@media (min-width: 1199px) {
  .margin__top-bottom--\.25-desktop,
  .mgn__tb--\.25-d {
    margin: 0.25rem 0;
  }
}

@media (min-width: 1199px) {
  .margin__left-right--\.25-desktop,
  .mgn__lr--\.25-d {
    margin: 0 0.25rem;
  }
}

@media (min-width: 1199px) {
  .padding__top--\.25-desktop,
  .pdg__t--\.25-d {
    padding-top: 0.25rem;
  }
}

@media (min-width: 1199px) {
  .padding__right--\.25-desktop,
  .pdg__r--\.25-d {
    padding-right: 0.25rem;
  }
}

@media (min-width: 1199px) {
  .padding__left--\.25-desktop,
  .pdg__l--\.25-d {
    padding-left: 0.25rem;
  }
}

@media (min-width: 1199px) {
  .padding__bottom--\.25-desktop,
  .pdg__b--\.25-d {
    padding-bottom: 0.25rem;
  }
}

@media (min-width: 1199px) {
  .padding--\.25-desktop,
  .pdg--\.25-d {
    padding: 0.25rem;
  }
}

@media (min-width: 1199px) {
  .padding__top-bottom--\.25-desktop,
  .pdg__tb--\.25-d {
    padding: 0.25rem 0;
  }
}

@media (min-width: 1199px) {
  .padding__left-right--\.25-desktop,
  .pdg__lr--\.25-d {
    padding: 0 0.25rem;
  }
}

.margin__top--\.5,
.mgn__t--\.5 {
  margin-top: 0.5rem;
}

.margin__right--\.5,
.mgn__r--\.5 {
  margin-right: 0.5rem;
}

.margin__left--\.5,
.mgn__l--\.5 {
  margin-left: 0.5rem;
}

.margin__bottom--\.5,
.mgn__b--\.5 {
  margin-bottom: 0.5rem;
}

.margin--\.5,
.mgn--\.5 {
  margin: 0.5rem;
}

.margin__top-bottom--\.5,
.mgn__tb--\.5 {
  margin: 0.5rem 0;
}

.margin__left-right--\.5,
.mgn__lr--\.5 {
  margin: 0 0.5rem;
}

.padding__top--\.5,
.pdg__t--\.5 {
  padding-top: 0.5rem;
}

.padding__right--\.5,
.pdg__r--\.5 {
  padding-right: 0.5rem;
}

.padding__left--\.5,
.pdg__l--\.5 {
  padding-left: 0.5rem;
}

.padding__bottom--\.5,
.pdg__b--\.5 {
  padding-bottom: 0.5rem;
}

.padding--\.5,
.pdg--\.5 {
  padding: 0.5rem;
}

.padding__top-bottom--\.5,
.pdg__tb--\.5 {
  padding: 0.5rem 0;
}

.padding__left-right--\.5,
.pdg__lr--\.5 {
  padding: 0 0.5rem;
}

@media (max-width: 399px) {
  .margin__top--\.5-mobile,
  .mgn__t--\.5-m {
    margin-top: 0.5rem;
  }
}

@media (max-width: 399px) {
  .margin__right--\.5-mobile,
  .mgn__r--\.5-m {
    margin-right: 0.5rem;
  }
}

@media (max-width: 399px) {
  .margin__left--\.5-mobile,
  .mgn__l--\.5-m {
    margin-left: 0.5rem;
  }
}

@media (max-width: 399px) {
  .margin__bottom--\.5-mobile,
  .mgn__b--\.5-m {
    margin-bottom: 0.5rem;
  }
}

@media (max-width: 399px) {
  .margin--\.5-mobile,
  .mgn--\.5-m {
    margin: 0.5rem;
  }
}

@media (max-width: 399px) {
  .margin__top-bottom--\.5-mobile,
  .mgn__tb--\.5-m {
    margin: 0.5rem 0;
  }
}

@media (max-width: 399px) {
  .margin__left-right--\.5-mobile,
  .mgn__lr--\.5-m {
    margin: 0 0.5rem;
  }
}

@media (max-width: 399px) {
  .padding__top--\.5-mobile,
  .pdg__t--\.5-m {
    padding-top: 0.5rem;
  }
}

@media (max-width: 399px) {
  .padding__right--\.5-mobile,
  .pdg__r--\.5-m {
    padding-right: 0.5rem;
  }
}

@media (max-width: 399px) {
  .padding__left--\.5-mobile,
  .pdg__l--\.5-m {
    padding-left: 0.5rem;
  }
}

@media (max-width: 399px) {
  .padding__bottom--\.5-mobile,
  .pdg__b--\.5-m {
    padding-bottom: 0.5rem;
  }
}

@media (max-width: 399px) {
  .padding--\.5-mobile,
  .pdg--\.5-m {
    padding: 0.5rem;
  }
}

@media (max-width: 399px) {
  .padding__top-bottom--\.5-mobile,
  .pdg__tb--\.5-m {
    padding: 0.5rem 0;
  }
}

@media (max-width: 399px) {
  .padding__left-right--\.5-mobile,
  .pdg__lr--\.5-m {
    padding: 0 0.5rem;
  }
}

@media (min-width: 1199px) {
  .margin__top--\.5-desktop,
  .mgn__t--\.5-d {
    margin-top: 0.5rem;
  }
}

@media (min-width: 1199px) {
  .margin__right--\.5-desktop,
  .mgn__r--\.5-d {
    margin-right: 0.5rem;
  }
}

@media (min-width: 1199px) {
  .margin__left--\.5-desktop,
  .mgn__l--\.5-d {
    margin-left: 0.5rem;
  }
}

@media (min-width: 1199px) {
  .margin__bottom--\.5-desktop,
  .mgn__b--\.5-d {
    margin-bottom: 0.5rem;
  }
}

@media (min-width: 1199px) {
  .margin--\.5-desktop,
  .mgn--\.5-d {
    margin: 0.5rem;
  }
}

@media (min-width: 1199px) {
  .margin__top-bottom--\.5-desktop,
  .mgn__tb--\.5-d {
    margin: 0.5rem 0;
  }
}

@media (min-width: 1199px) {
  .margin__left-right--\.5-desktop,
  .mgn__lr--\.5-d {
    margin: 0 0.5rem;
  }
}

@media (min-width: 1199px) {
  .padding__top--\.5-desktop,
  .pdg__t--\.5-d {
    padding-top: 0.5rem;
  }
}

@media (min-width: 1199px) {
  .padding__right--\.5-desktop,
  .pdg__r--\.5-d {
    padding-right: 0.5rem;
  }
}

@media (min-width: 1199px) {
  .padding__left--\.5-desktop,
  .pdg__l--\.5-d {
    padding-left: 0.5rem;
  }
}

@media (min-width: 1199px) {
  .padding__bottom--\.5-desktop,
  .pdg__b--\.5-d {
    padding-bottom: 0.5rem;
  }
}

@media (min-width: 1199px) {
  .padding--\.5-desktop,
  .pdg--\.5-d {
    padding: 0.5rem;
  }
}

@media (min-width: 1199px) {
  .padding__top-bottom--\.5-desktop,
  .pdg__tb--\.5-d {
    padding: 0.5rem 0;
  }
}

@media (min-width: 1199px) {
  .padding__left-right--\.5-desktop,
  .pdg__lr--\.5-d {
    padding: 0 0.5rem;
  }
}

.margin__top--\.75,
.mgn__t--\.75 {
  margin-top: 0.75rem;
}

.margin__right--\.75,
.mgn__r--\.75 {
  margin-right: 0.75rem;
}

.margin__left--\.75,
.mgn__l--\.75 {
  margin-left: 0.75rem;
}

.margin__bottom--\.75,
.mgn__b--\.75 {
  margin-bottom: 0.75rem;
}

.margin--\.75,
.mgn--\.75 {
  margin: 0.75rem;
}

.margin__top-bottom--\.75,
.mgn__tb--\.75 {
  margin: 0.75rem 0;
}

.margin__left-right--\.75,
.mgn__lr--\.75 {
  margin: 0 0.75rem;
}

.padding__top--\.75,
.pdg__t--\.75 {
  padding-top: 0.75rem;
}

.padding__right--\.75,
.pdg__r--\.75 {
  padding-right: 0.75rem;
}

.padding__left--\.75,
.pdg__l--\.75 {
  padding-left: 0.75rem;
}

.padding__bottom--\.75,
.pdg__b--\.75 {
  padding-bottom: 0.75rem;
}

.padding--\.75,
.pdg--\.75 {
  padding: 0.75rem;
}

.padding__top-bottom--\.75,
.pdg__tb--\.75 {
  padding: 0.75rem 0;
}

.padding__left-right--\.75,
.pdg__lr--\.75 {
  padding: 0 0.75rem;
}

@media (max-width: 399px) {
  .margin__top--\.75-mobile,
  .mgn__t--\.75-m {
    margin-top: 0.75rem;
  }
}

@media (max-width: 399px) {
  .margin__right--\.75-mobile,
  .mgn__r--\.75-m {
    margin-right: 0.75rem;
  }
}

@media (max-width: 399px) {
  .margin__left--\.75-mobile,
  .mgn__l--\.75-m {
    margin-left: 0.75rem;
  }
}

@media (max-width: 399px) {
  .margin__bottom--\.75-mobile,
  .mgn__b--\.75-m {
    margin-bottom: 0.75rem;
  }
}

@media (max-width: 399px) {
  .margin--\.75-mobile,
  .mgn--\.75-m {
    margin: 0.75rem;
  }
}

@media (max-width: 399px) {
  .margin__top-bottom--\.75-mobile,
  .mgn__tb--\.75-m {
    margin: 0.75rem 0;
  }
}

@media (max-width: 399px) {
  .margin__left-right--\.75-mobile,
  .mgn__lr--\.75-m {
    margin: 0 0.75rem;
  }
}

@media (max-width: 399px) {
  .padding__top--\.75-mobile,
  .pdg__t--\.75-m {
    padding-top: 0.75rem;
  }
}

@media (max-width: 399px) {
  .padding__right--\.75-mobile,
  .pdg__r--\.75-m {
    padding-right: 0.75rem;
  }
}

@media (max-width: 399px) {
  .padding__left--\.75-mobile,
  .pdg__l--\.75-m {
    padding-left: 0.75rem;
  }
}

@media (max-width: 399px) {
  .padding__bottom--\.75-mobile,
  .pdg__b--\.75-m {
    padding-bottom: 0.75rem;
  }
}

@media (max-width: 399px) {
  .padding--\.75-mobile,
  .pdg--\.75-m {
    padding: 0.75rem;
  }
}

@media (max-width: 399px) {
  .padding__top-bottom--\.75-mobile,
  .pdg__tb--\.75-m {
    padding: 0.75rem 0;
  }
}

@media (max-width: 399px) {
  .padding__left-right--\.75-mobile,
  .pdg__lr--\.75-m {
    padding: 0 0.75rem;
  }
}

@media (min-width: 1199px) {
  .margin__top--\.75-desktop,
  .mgn__t--\.75-d {
    margin-top: 0.75rem;
  }
}

@media (min-width: 1199px) {
  .margin__right--\.75-desktop,
  .mgn__r--\.75-d {
    margin-right: 0.75rem;
  }
}

@media (min-width: 1199px) {
  .margin__left--\.75-desktop,
  .mgn__l--\.75-d {
    margin-left: 0.75rem;
  }
}

@media (min-width: 1199px) {
  .margin__bottom--\.75-desktop,
  .mgn__b--\.75-d {
    margin-bottom: 0.75rem;
  }
}

@media (min-width: 1199px) {
  .margin--\.75-desktop,
  .mgn--\.75-d {
    margin: 0.75rem;
  }
}

@media (min-width: 1199px) {
  .margin__top-bottom--\.75-desktop,
  .mgn__tb--\.75-d {
    margin: 0.75rem 0;
  }
}

@media (min-width: 1199px) {
  .margin__left-right--\.75-desktop,
  .mgn__lr--\.75-d {
    margin: 0 0.75rem;
  }
}

@media (min-width: 1199px) {
  .padding__top--\.75-desktop,
  .pdg__t--\.75-d {
    padding-top: 0.75rem;
  }
}

@media (min-width: 1199px) {
  .padding__right--\.75-desktop,
  .pdg__r--\.75-d {
    padding-right: 0.75rem;
  }
}

@media (min-width: 1199px) {
  .padding__left--\.75-desktop,
  .pdg__l--\.75-d {
    padding-left: 0.75rem;
  }
}

@media (min-width: 1199px) {
  .padding__bottom--\.75-desktop,
  .pdg__b--\.75-d {
    padding-bottom: 0.75rem;
  }
}

@media (min-width: 1199px) {
  .padding--\.75-desktop,
  .pdg--\.75-d {
    padding: 0.75rem;
  }
}

@media (min-width: 1199px) {
  .padding__top-bottom--\.75-desktop,
  .pdg__tb--\.75-d {
    padding: 0.75rem 0;
  }
}

@media (min-width: 1199px) {
  .padding__left-right--\.75-desktop,
  .pdg__lr--\.75-d {
    padding: 0 0.75rem;
  }
}

.margin__top--1,
.mgn__t--1 {
  margin-top: 1rem;
}

.margin__right--1,
.mgn__r--1 {
  margin-right: 1rem;
}

.margin__left--1,
.mgn__l--1 {
  margin-left: 1rem;
}

.margin__bottom--1,
.mgn__b--1 {
  margin-bottom: 1rem;
}

.margin--1,
.mgn--1 {
  margin: 1rem;
}

.margin__top-bottom--1,
.mgn__tb--1 {
  margin: 1rem 0;
}

.margin__left-right--1,
.mgn__lr--1 {
  margin: 0 1rem;
}

.padding__top--1,
.pdg__t--1 {
  padding-top: 1rem;
}

.padding__right--1,
.pdg__r--1 {
  padding-right: 1rem;
}

.padding__left--1,
.pdg__l--1 {
  padding-left: 1rem;
}

.padding__bottom--1,
.pdg__b--1 {
  padding-bottom: 1rem;
}

.padding--1,
.pdg--1 {
  padding: 1rem;
}

.padding__top-bottom--1,
.pdg__tb--1 {
  padding: 1rem 0;
}

.padding__left-right--1,
.pdg__lr--1 {
  padding: 0 1rem;
}

@media (max-width: 399px) {
  .margin__top--1-mobile,
  .mgn__t--1-m {
    margin-top: 1rem;
  }
}

@media (max-width: 399px) {
  .margin__right--1-mobile,
  .mgn__r--1-m {
    margin-right: 1rem;
  }
}

@media (max-width: 399px) {
  .margin__left--1-mobile,
  .mgn__l--1-m {
    margin-left: 1rem;
  }
}

@media (max-width: 399px) {
  .margin__bottom--1-mobile,
  .mgn__b--1-m {
    margin-bottom: 1rem;
  }
}

@media (max-width: 399px) {
  .margin--1-mobile,
  .mgn--1-m {
    margin: 1rem;
  }
}

@media (max-width: 399px) {
  .margin__top-bottom--1-mobile,
  .mgn__tb--1-m {
    margin: 1rem 0;
  }
}

@media (max-width: 399px) {
  .margin__left-right--1-mobile,
  .mgn__lr--1-m {
    margin: 0 1rem;
  }
}

@media (max-width: 399px) {
  .padding__top--1-mobile,
  .pdg__t--1-m {
    padding-top: 1rem;
  }
}

@media (max-width: 399px) {
  .padding__right--1-mobile,
  .pdg__r--1-m {
    padding-right: 1rem;
  }
}

@media (max-width: 399px) {
  .padding__left--1-mobile,
  .pdg__l--1-m {
    padding-left: 1rem;
  }
}

@media (max-width: 399px) {
  .padding__bottom--1-mobile,
  .pdg__b--1-m {
    padding-bottom: 1rem;
  }
}

@media (max-width: 399px) {
  .padding--1-mobile,
  .pdg--1-m {
    padding: 1rem;
  }
}

@media (max-width: 399px) {
  .padding__top-bottom--1-mobile,
  .pdg__tb--1-m {
    padding: 1rem 0;
  }
}

@media (max-width: 399px) {
  .padding__left-right--1-mobile,
  .pdg__lr--1-m {
    padding: 0 1rem;
  }
}

@media (min-width: 1199px) {
  .margin__top--1-desktop,
  .mgn__t--1-d {
    margin-top: 1rem;
  }
}

@media (min-width: 1199px) {
  .margin__right--1-desktop,
  .mgn__r--1-d {
    margin-right: 1rem;
  }
}

@media (min-width: 1199px) {
  .margin__left--1-desktop,
  .mgn__l--1-d {
    margin-left: 1rem;
  }
}

@media (min-width: 1199px) {
  .margin__bottom--1-desktop,
  .mgn__b--1-d {
    margin-bottom: 1rem;
  }
}

@media (min-width: 1199px) {
  .margin--1-desktop,
  .mgn--1-d {
    margin: 1rem;
  }
}

@media (min-width: 1199px) {
  .margin__top-bottom--1-desktop,
  .mgn__tb--1-d {
    margin: 1rem 0;
  }
}

@media (min-width: 1199px) {
  .margin__left-right--1-desktop,
  .mgn__lr--1-d {
    margin: 0 1rem;
  }
}

@media (min-width: 1199px) {
  .padding__top--1-desktop,
  .pdg__t--1-d {
    padding-top: 1rem;
  }
}

@media (min-width: 1199px) {
  .padding__right--1-desktop,
  .pdg__r--1-d {
    padding-right: 1rem;
  }
}

@media (min-width: 1199px) {
  .padding__left--1-desktop,
  .pdg__l--1-d {
    padding-left: 1rem;
  }
}

@media (min-width: 1199px) {
  .padding__bottom--1-desktop,
  .pdg__b--1-d {
    padding-bottom: 1rem;
  }
}

@media (min-width: 1199px) {
  .padding--1-desktop,
  .pdg--1-d {
    padding: 1rem;
  }
}

@media (min-width: 1199px) {
  .padding__top-bottom--1-desktop,
  .pdg__tb--1-d {
    padding: 1rem 0;
  }
}

@media (min-width: 1199px) {
  .padding__left-right--1-desktop,
  .pdg__lr--1-d {
    padding: 0 1rem;
  }
}

.margin__top--1\.25,
.mgn__t--1\.25 {
  margin-top: 1.25rem;
}

.margin__right--1\.25,
.mgn__r--1\.25 {
  margin-right: 1.25rem;
}

.margin__left--1\.25,
.mgn__l--1\.25 {
  margin-left: 1.25rem;
}

.margin__bottom--1\.25,
.mgn__b--1\.25 {
  margin-bottom: 1.25rem;
}

.margin--1\.25,
.mgn--1\.25 {
  margin: 1.25rem;
}

.margin__top-bottom--1\.25,
.mgn__tb--1\.25 {
  margin: 1.25rem 0;
}

.margin__left-right--1\.25,
.mgn__lr--1\.25 {
  margin: 0 1.25rem;
}

.padding__top--1\.25,
.pdg__t--1\.25 {
  padding-top: 1.25rem;
}

.padding__right--1\.25,
.pdg__r--1\.25 {
  padding-right: 1.25rem;
}

.padding__left--1\.25,
.pdg__l--1\.25 {
  padding-left: 1.25rem;
}

.padding__bottom--1\.25,
.pdg__b--1\.25 {
  padding-bottom: 1.25rem;
}

.padding--1\.25,
.pdg--1\.25 {
  padding: 1.25rem;
}

.padding__top-bottom--1\.25,
.pdg__tb--1\.25 {
  padding: 1.25rem 0;
}

.padding__left-right--1\.25,
.pdg__lr--1\.25 {
  padding: 0 1.25rem;
}

@media (max-width: 399px) {
  .margin__top--1\.25-mobile,
  .mgn__t--1\.25-m {
    margin-top: 1.25rem;
  }
}

@media (max-width: 399px) {
  .margin__right--1\.25-mobile,
  .mgn__r--1\.25-m {
    margin-right: 1.25rem;
  }
}

@media (max-width: 399px) {
  .margin__left--1\.25-mobile,
  .mgn__l--1\.25-m {
    margin-left: 1.25rem;
  }
}

@media (max-width: 399px) {
  .margin__bottom--1\.25-mobile,
  .mgn__b--1\.25-m {
    margin-bottom: 1.25rem;
  }
}

@media (max-width: 399px) {
  .margin--1\.25-mobile,
  .mgn--1\.25-m {
    margin: 1.25rem;
  }
}

@media (max-width: 399px) {
  .margin__top-bottom--1\.25-mobile,
  .mgn__tb--1\.25-m {
    margin: 1.25rem 0;
  }
}

@media (max-width: 399px) {
  .margin__left-right--1\.25-mobile,
  .mgn__lr--1\.25-m {
    margin: 0 1.25rem;
  }
}

@media (max-width: 399px) {
  .padding__top--1\.25-mobile,
  .pdg__t--1\.25-m {
    padding-top: 1.25rem;
  }
}

@media (max-width: 399px) {
  .padding__right--1\.25-mobile,
  .pdg__r--1\.25-m {
    padding-right: 1.25rem;
  }
}

@media (max-width: 399px) {
  .padding__left--1\.25-mobile,
  .pdg__l--1\.25-m {
    padding-left: 1.25rem;
  }
}

@media (max-width: 399px) {
  .padding__bottom--1\.25-mobile,
  .pdg__b--1\.25-m {
    padding-bottom: 1.25rem;
  }
}

@media (max-width: 399px) {
  .padding--1\.25-mobile,
  .pdg--1\.25-m {
    padding: 1.25rem;
  }
}

@media (max-width: 399px) {
  .padding__top-bottom--1\.25-mobile,
  .pdg__tb--1\.25-m {
    padding: 1.25rem 0;
  }
}

@media (max-width: 399px) {
  .padding__left-right--1\.25-mobile,
  .pdg__lr--1\.25-m {
    padding: 0 1.25rem;
  }
}

@media (min-width: 1199px) {
  .margin__top--1\.25-desktop,
  .mgn__t--1\.25-d {
    margin-top: 1.25rem;
  }
}

@media (min-width: 1199px) {
  .margin__right--1\.25-desktop,
  .mgn__r--1\.25-d {
    margin-right: 1.25rem;
  }
}

@media (min-width: 1199px) {
  .margin__left--1\.25-desktop,
  .mgn__l--1\.25-d {
    margin-left: 1.25rem;
  }
}

@media (min-width: 1199px) {
  .margin__bottom--1\.25-desktop,
  .mgn__b--1\.25-d {
    margin-bottom: 1.25rem;
  }
}

@media (min-width: 1199px) {
  .margin--1\.25-desktop,
  .mgn--1\.25-d {
    margin: 1.25rem;
  }
}

@media (min-width: 1199px) {
  .margin__top-bottom--1\.25-desktop,
  .mgn__tb--1\.25-d {
    margin: 1.25rem 0;
  }
}

@media (min-width: 1199px) {
  .margin__left-right--1\.25-desktop,
  .mgn__lr--1\.25-d {
    margin: 0 1.25rem;
  }
}

@media (min-width: 1199px) {
  .padding__top--1\.25-desktop,
  .pdg__t--1\.25-d {
    padding-top: 1.25rem;
  }
}

@media (min-width: 1199px) {
  .padding__right--1\.25-desktop,
  .pdg__r--1\.25-d {
    padding-right: 1.25rem;
  }
}

@media (min-width: 1199px) {
  .padding__left--1\.25-desktop,
  .pdg__l--1\.25-d {
    padding-left: 1.25rem;
  }
}

@media (min-width: 1199px) {
  .padding__bottom--1\.25-desktop,
  .pdg__b--1\.25-d {
    padding-bottom: 1.25rem;
  }
}

@media (min-width: 1199px) {
  .padding--1\.25-desktop,
  .pdg--1\.25-d {
    padding: 1.25rem;
  }
}

@media (min-width: 1199px) {
  .padding__top-bottom--1\.25-desktop,
  .pdg__tb--1\.25-d {
    padding: 1.25rem 0;
  }
}

@media (min-width: 1199px) {
  .padding__left-right--1\.25-desktop,
  .pdg__lr--1\.25-d {
    padding: 0 1.25rem;
  }
}

.margin__top--1\.5,
.mgn__t--1\.5 {
  margin-top: 1.5rem;
}

.margin__right--1\.5,
.mgn__r--1\.5 {
  margin-right: 1.5rem;
}

.margin__left--1\.5,
.mgn__l--1\.5 {
  margin-left: 1.5rem;
}

.margin__bottom--1\.5,
.mgn__b--1\.5 {
  margin-bottom: 1.5rem;
}

.margin--1\.5,
.mgn--1\.5 {
  margin: 1.5rem;
}

.margin__top-bottom--1\.5,
.mgn__tb--1\.5 {
  margin: 1.5rem 0;
}

.margin__left-right--1\.5,
.mgn__lr--1\.5 {
  margin: 0 1.5rem;
}

.padding__top--1\.5,
.pdg__t--1\.5 {
  padding-top: 1.5rem;
}

.padding__right--1\.5,
.pdg__r--1\.5 {
  padding-right: 1.5rem;
}

.padding__left--1\.5,
.pdg__l--1\.5 {
  padding-left: 1.5rem;
}

.padding__bottom--1\.5,
.pdg__b--1\.5 {
  padding-bottom: 1.5rem;
}

.padding--1\.5,
.pdg--1\.5 {
  padding: 1.5rem;
}

.padding__top-bottom--1\.5,
.pdg__tb--1\.5 {
  padding: 1.5rem 0;
}

.padding__left-right--1\.5,
.pdg__lr--1\.5 {
  padding: 0 1.5rem;
}

@media (max-width: 399px) {
  .margin__top--1\.5-mobile,
  .mgn__t--1\.5-m {
    margin-top: 1.5rem;
  }
}

@media (max-width: 399px) {
  .margin__right--1\.5-mobile,
  .mgn__r--1\.5-m {
    margin-right: 1.5rem;
  }
}

@media (max-width: 399px) {
  .margin__left--1\.5-mobile,
  .mgn__l--1\.5-m {
    margin-left: 1.5rem;
  }
}

@media (max-width: 399px) {
  .margin__bottom--1\.5-mobile,
  .mgn__b--1\.5-m {
    margin-bottom: 1.5rem;
  }
}

@media (max-width: 399px) {
  .margin--1\.5-mobile,
  .mgn--1\.5-m {
    margin: 1.5rem;
  }
}

@media (max-width: 399px) {
  .margin__top-bottom--1\.5-mobile,
  .mgn__tb--1\.5-m {
    margin: 1.5rem 0;
  }
}

@media (max-width: 399px) {
  .margin__left-right--1\.5-mobile,
  .mgn__lr--1\.5-m {
    margin: 0 1.5rem;
  }
}

@media (max-width: 399px) {
  .padding__top--1\.5-mobile,
  .pdg__t--1\.5-m {
    padding-top: 1.5rem;
  }
}

@media (max-width: 399px) {
  .padding__right--1\.5-mobile,
  .pdg__r--1\.5-m {
    padding-right: 1.5rem;
  }
}

@media (max-width: 399px) {
  .padding__left--1\.5-mobile,
  .pdg__l--1\.5-m {
    padding-left: 1.5rem;
  }
}

@media (max-width: 399px) {
  .padding__bottom--1\.5-mobile,
  .pdg__b--1\.5-m {
    padding-bottom: 1.5rem;
  }
}

@media (max-width: 399px) {
  .padding--1\.5-mobile,
  .pdg--1\.5-m {
    padding: 1.5rem;
  }
}

@media (max-width: 399px) {
  .padding__top-bottom--1\.5-mobile,
  .pdg__tb--1\.5-m {
    padding: 1.5rem 0;
  }
}

@media (max-width: 399px) {
  .padding__left-right--1\.5-mobile,
  .pdg__lr--1\.5-m {
    padding: 0 1.5rem;
  }
}

@media (min-width: 1199px) {
  .margin__top--1\.5-desktop,
  .mgn__t--1\.5-d {
    margin-top: 1.5rem;
  }
}

@media (min-width: 1199px) {
  .margin__right--1\.5-desktop,
  .mgn__r--1\.5-d {
    margin-right: 1.5rem;
  }
}

@media (min-width: 1199px) {
  .margin__left--1\.5-desktop,
  .mgn__l--1\.5-d {
    margin-left: 1.5rem;
  }
}

@media (min-width: 1199px) {
  .margin__bottom--1\.5-desktop,
  .mgn__b--1\.5-d {
    margin-bottom: 1.5rem;
  }
}

@media (min-width: 1199px) {
  .margin--1\.5-desktop,
  .mgn--1\.5-d {
    margin: 1.5rem;
  }
}

@media (min-width: 1199px) {
  .margin__top-bottom--1\.5-desktop,
  .mgn__tb--1\.5-d {
    margin: 1.5rem 0;
  }
}

@media (min-width: 1199px) {
  .margin__left-right--1\.5-desktop,
  .mgn__lr--1\.5-d {
    margin: 0 1.5rem;
  }
}

@media (min-width: 1199px) {
  .padding__top--1\.5-desktop,
  .pdg__t--1\.5-d {
    padding-top: 1.5rem;
  }
}

@media (min-width: 1199px) {
  .padding__right--1\.5-desktop,
  .pdg__r--1\.5-d {
    padding-right: 1.5rem;
  }
}

@media (min-width: 1199px) {
  .padding__left--1\.5-desktop,
  .pdg__l--1\.5-d {
    padding-left: 1.5rem;
  }
}

@media (min-width: 1199px) {
  .padding__bottom--1\.5-desktop,
  .pdg__b--1\.5-d {
    padding-bottom: 1.5rem;
  }
}

@media (min-width: 1199px) {
  .padding--1\.5-desktop,
  .pdg--1\.5-d {
    padding: 1.5rem;
  }
}

@media (min-width: 1199px) {
  .padding__top-bottom--1\.5-desktop,
  .pdg__tb--1\.5-d {
    padding: 1.5rem 0;
  }
}

@media (min-width: 1199px) {
  .padding__left-right--1\.5-desktop,
  .pdg__lr--1\.5-d {
    padding: 0 1.5rem;
  }
}

.margin__top--1\.75,
.mgn__t--1\.75 {
  margin-top: 1.75rem;
}

.margin__right--1\.75,
.mgn__r--1\.75 {
  margin-right: 1.75rem;
}

.margin__left--1\.75,
.mgn__l--1\.75 {
  margin-left: 1.75rem;
}

.margin__bottom--1\.75,
.mgn__b--1\.75 {
  margin-bottom: 1.75rem;
}

.margin--1\.75,
.mgn--1\.75 {
  margin: 1.75rem;
}

.margin__top-bottom--1\.75,
.mgn__tb--1\.75 {
  margin: 1.75rem 0;
}

.margin__left-right--1\.75,
.mgn__lr--1\.75 {
  margin: 0 1.75rem;
}

.padding__top--1\.75,
.pdg__t--1\.75 {
  padding-top: 1.75rem;
}

.padding__right--1\.75,
.pdg__r--1\.75 {
  padding-right: 1.75rem;
}

.padding__left--1\.75,
.pdg__l--1\.75 {
  padding-left: 1.75rem;
}

.padding__bottom--1\.75,
.pdg__b--1\.75 {
  padding-bottom: 1.75rem;
}

.padding--1\.75,
.pdg--1\.75 {
  padding: 1.75rem;
}

.padding__top-bottom--1\.75,
.pdg__tb--1\.75 {
  padding: 1.75rem 0;
}

.padding__left-right--1\.75,
.pdg__lr--1\.75 {
  padding: 0 1.75rem;
}

@media (max-width: 399px) {
  .margin__top--1\.75-mobile,
  .mgn__t--1\.75-m {
    margin-top: 1.75rem;
  }
}

@media (max-width: 399px) {
  .margin__right--1\.75-mobile,
  .mgn__r--1\.75-m {
    margin-right: 1.75rem;
  }
}

@media (max-width: 399px) {
  .margin__left--1\.75-mobile,
  .mgn__l--1\.75-m {
    margin-left: 1.75rem;
  }
}

@media (max-width: 399px) {
  .margin__bottom--1\.75-mobile,
  .mgn__b--1\.75-m {
    margin-bottom: 1.75rem;
  }
}

@media (max-width: 399px) {
  .margin--1\.75-mobile,
  .mgn--1\.75-m {
    margin: 1.75rem;
  }
}

@media (max-width: 399px) {
  .margin__top-bottom--1\.75-mobile,
  .mgn__tb--1\.75-m {
    margin: 1.75rem 0;
  }
}

@media (max-width: 399px) {
  .margin__left-right--1\.75-mobile,
  .mgn__lr--1\.75-m {
    margin: 0 1.75rem;
  }
}

@media (max-width: 399px) {
  .padding__top--1\.75-mobile,
  .pdg__t--1\.75-m {
    padding-top: 1.75rem;
  }
}

@media (max-width: 399px) {
  .padding__right--1\.75-mobile,
  .pdg__r--1\.75-m {
    padding-right: 1.75rem;
  }
}

@media (max-width: 399px) {
  .padding__left--1\.75-mobile,
  .pdg__l--1\.75-m {
    padding-left: 1.75rem;
  }
}

@media (max-width: 399px) {
  .padding__bottom--1\.75-mobile,
  .pdg__b--1\.75-m {
    padding-bottom: 1.75rem;
  }
}

@media (max-width: 399px) {
  .padding--1\.75-mobile,
  .pdg--1\.75-m {
    padding: 1.75rem;
  }
}

@media (max-width: 399px) {
  .padding__top-bottom--1\.75-mobile,
  .pdg__tb--1\.75-m {
    padding: 1.75rem 0;
  }
}

@media (max-width: 399px) {
  .padding__left-right--1\.75-mobile,
  .pdg__lr--1\.75-m {
    padding: 0 1.75rem;
  }
}

@media (min-width: 1199px) {
  .margin__top--1\.75-desktop,
  .mgn__t--1\.75-d {
    margin-top: 1.75rem;
  }
}

@media (min-width: 1199px) {
  .margin__right--1\.75-desktop,
  .mgn__r--1\.75-d {
    margin-right: 1.75rem;
  }
}

@media (min-width: 1199px) {
  .margin__left--1\.75-desktop,
  .mgn__l--1\.75-d {
    margin-left: 1.75rem;
  }
}

@media (min-width: 1199px) {
  .margin__bottom--1\.75-desktop,
  .mgn__b--1\.75-d {
    margin-bottom: 1.75rem;
  }
}

@media (min-width: 1199px) {
  .margin--1\.75-desktop,
  .mgn--1\.75-d {
    margin: 1.75rem;
  }
}

@media (min-width: 1199px) {
  .margin__top-bottom--1\.75-desktop,
  .mgn__tb--1\.75-d {
    margin: 1.75rem 0;
  }
}

@media (min-width: 1199px) {
  .margin__left-right--1\.75-desktop,
  .mgn__lr--1\.75-d {
    margin: 0 1.75rem;
  }
}

@media (min-width: 1199px) {
  .padding__top--1\.75-desktop,
  .pdg__t--1\.75-d {
    padding-top: 1.75rem;
  }
}

@media (min-width: 1199px) {
  .padding__right--1\.75-desktop,
  .pdg__r--1\.75-d {
    padding-right: 1.75rem;
  }
}

@media (min-width: 1199px) {
  .padding__left--1\.75-desktop,
  .pdg__l--1\.75-d {
    padding-left: 1.75rem;
  }
}

@media (min-width: 1199px) {
  .padding__bottom--1\.75-desktop,
  .pdg__b--1\.75-d {
    padding-bottom: 1.75rem;
  }
}

@media (min-width: 1199px) {
  .padding--1\.75-desktop,
  .pdg--1\.75-d {
    padding: 1.75rem;
  }
}

@media (min-width: 1199px) {
  .padding__top-bottom--1\.75-desktop,
  .pdg__tb--1\.75-d {
    padding: 1.75rem 0;
  }
}

@media (min-width: 1199px) {
  .padding__left-right--1\.75-desktop,
  .pdg__lr--1\.75-d {
    padding: 0 1.75rem;
  }
}

.margin__top--2,
.mgn__t--2 {
  margin-top: 2rem;
}

.margin__right--2,
.mgn__r--2 {
  margin-right: 2rem;
}

.margin__left--2,
.mgn__l--2 {
  margin-left: 2rem;
}

.margin__bottom--2,
.mgn__b--2 {
  margin-bottom: 2rem;
}

.margin--2,
.mgn--2 {
  margin: 2rem;
}

.margin__top-bottom--2,
.mgn__tb--2 {
  margin: 2rem 0;
}

.margin__left-right--2,
.mgn__lr--2 {
  margin: 0 2rem;
}

.padding__top--2,
.pdg__t--2 {
  padding-top: 2rem;
}

.padding__right--2,
.pdg__r--2 {
  padding-right: 2rem;
}

.padding__left--2,
.pdg__l--2 {
  padding-left: 2rem;
}

.padding__bottom--2,
.pdg__b--2 {
  padding-bottom: 2rem;
}

.padding--2,
.pdg--2 {
  padding: 2rem;
}

.padding__top-bottom--2,
.pdg__tb--2 {
  padding: 2rem 0;
}

.padding__left-right--2,
.pdg__lr--2 {
  padding: 0 2rem;
}

@media (max-width: 399px) {
  .margin__top--2-mobile,
  .mgn__t--2-m {
    margin-top: 2rem;
  }
}

@media (max-width: 399px) {
  .margin__right--2-mobile,
  .mgn__r--2-m {
    margin-right: 2rem;
  }
}

@media (max-width: 399px) {
  .margin__left--2-mobile,
  .mgn__l--2-m {
    margin-left: 2rem;
  }
}

@media (max-width: 399px) {
  .margin__bottom--2-mobile,
  .mgn__b--2-m {
    margin-bottom: 2rem;
  }
}

@media (max-width: 399px) {
  .margin--2-mobile,
  .mgn--2-m {
    margin: 2rem;
  }
}

@media (max-width: 399px) {
  .margin__top-bottom--2-mobile,
  .mgn__tb--2-m {
    margin: 2rem 0;
  }
}

@media (max-width: 399px) {
  .margin__left-right--2-mobile,
  .mgn__lr--2-m {
    margin: 0 2rem;
  }
}

@media (max-width: 399px) {
  .padding__top--2-mobile,
  .pdg__t--2-m {
    padding-top: 2rem;
  }
}

@media (max-width: 399px) {
  .padding__right--2-mobile,
  .pdg__r--2-m {
    padding-right: 2rem;
  }
}

@media (max-width: 399px) {
  .padding__left--2-mobile,
  .pdg__l--2-m {
    padding-left: 2rem;
  }
}

@media (max-width: 399px) {
  .padding__bottom--2-mobile,
  .pdg__b--2-m {
    padding-bottom: 2rem;
  }
}

@media (max-width: 399px) {
  .padding--2-mobile,
  .pdg--2-m {
    padding: 2rem;
  }
}

@media (max-width: 399px) {
  .padding__top-bottom--2-mobile,
  .pdg__tb--2-m {
    padding: 2rem 0;
  }
}

@media (max-width: 399px) {
  .padding__left-right--2-mobile,
  .pdg__lr--2-m {
    padding: 0 2rem;
  }
}

@media (min-width: 1199px) {
  .margin__top--2-desktop,
  .mgn__t--2-d {
    margin-top: 2rem;
  }
}

@media (min-width: 1199px) {
  .margin__right--2-desktop,
  .mgn__r--2-d {
    margin-right: 2rem;
  }
}

@media (min-width: 1199px) {
  .margin__left--2-desktop,
  .mgn__l--2-d {
    margin-left: 2rem;
  }
}

@media (min-width: 1199px) {
  .margin__bottom--2-desktop,
  .mgn__b--2-d {
    margin-bottom: 2rem;
  }
}

@media (min-width: 1199px) {
  .margin--2-desktop,
  .mgn--2-d {
    margin: 2rem;
  }
}

@media (min-width: 1199px) {
  .margin__top-bottom--2-desktop,
  .mgn__tb--2-d {
    margin: 2rem 0;
  }
}

@media (min-width: 1199px) {
  .margin__left-right--2-desktop,
  .mgn__lr--2-d {
    margin: 0 2rem;
  }
}

@media (min-width: 1199px) {
  .padding__top--2-desktop,
  .pdg__t--2-d {
    padding-top: 2rem;
  }
}

@media (min-width: 1199px) {
  .padding__right--2-desktop,
  .pdg__r--2-d {
    padding-right: 2rem;
  }
}

@media (min-width: 1199px) {
  .padding__left--2-desktop,
  .pdg__l--2-d {
    padding-left: 2rem;
  }
}

@media (min-width: 1199px) {
  .padding__bottom--2-desktop,
  .pdg__b--2-d {
    padding-bottom: 2rem;
  }
}

@media (min-width: 1199px) {
  .padding--2-desktop,
  .pdg--2-d {
    padding: 2rem;
  }
}

@media (min-width: 1199px) {
  .padding__top-bottom--2-desktop,
  .pdg__tb--2-d {
    padding: 2rem 0;
  }
}

@media (min-width: 1199px) {
  .padding__left-right--2-desktop,
  .pdg__lr--2-d {
    padding: 0 2rem;
  }
}

.margin__top--2\.25,
.mgn__t--2\.25 {
  margin-top: 2.25rem;
}

.margin__right--2\.25,
.mgn__r--2\.25 {
  margin-right: 2.25rem;
}

.margin__left--2\.25,
.mgn__l--2\.25 {
  margin-left: 2.25rem;
}

.margin__bottom--2\.25,
.mgn__b--2\.25 {
  margin-bottom: 2.25rem;
}

.margin--2\.25,
.mgn--2\.25 {
  margin: 2.25rem;
}

.margin__top-bottom--2\.25,
.mgn__tb--2\.25 {
  margin: 2.25rem 0;
}

.margin__left-right--2\.25,
.mgn__lr--2\.25 {
  margin: 0 2.25rem;
}

.padding__top--2\.25,
.pdg__t--2\.25 {
  padding-top: 2.25rem;
}

.padding__right--2\.25,
.pdg__r--2\.25 {
  padding-right: 2.25rem;
}

.padding__left--2\.25,
.pdg__l--2\.25 {
  padding-left: 2.25rem;
}

.padding__bottom--2\.25,
.pdg__b--2\.25 {
  padding-bottom: 2.25rem;
}

.padding--2\.25,
.pdg--2\.25 {
  padding: 2.25rem;
}

.padding__top-bottom--2\.25,
.pdg__tb--2\.25 {
  padding: 2.25rem 0;
}

.padding__left-right--2\.25,
.pdg__lr--2\.25 {
  padding: 0 2.25rem;
}

@media (max-width: 399px) {
  .margin__top--2\.25-mobile,
  .mgn__t--2\.25-m {
    margin-top: 2.25rem;
  }
}

@media (max-width: 399px) {
  .margin__right--2\.25-mobile,
  .mgn__r--2\.25-m {
    margin-right: 2.25rem;
  }
}

@media (max-width: 399px) {
  .margin__left--2\.25-mobile,
  .mgn__l--2\.25-m {
    margin-left: 2.25rem;
  }
}

@media (max-width: 399px) {
  .margin__bottom--2\.25-mobile,
  .mgn__b--2\.25-m {
    margin-bottom: 2.25rem;
  }
}

@media (max-width: 399px) {
  .margin--2\.25-mobile,
  .mgn--2\.25-m {
    margin: 2.25rem;
  }
}

@media (max-width: 399px) {
  .margin__top-bottom--2\.25-mobile,
  .mgn__tb--2\.25-m {
    margin: 2.25rem 0;
  }
}

@media (max-width: 399px) {
  .margin__left-right--2\.25-mobile,
  .mgn__lr--2\.25-m {
    margin: 0 2.25rem;
  }
}

@media (max-width: 399px) {
  .padding__top--2\.25-mobile,
  .pdg__t--2\.25-m {
    padding-top: 2.25rem;
  }
}

@media (max-width: 399px) {
  .padding__right--2\.25-mobile,
  .pdg__r--2\.25-m {
    padding-right: 2.25rem;
  }
}

@media (max-width: 399px) {
  .padding__left--2\.25-mobile,
  .pdg__l--2\.25-m {
    padding-left: 2.25rem;
  }
}

@media (max-width: 399px) {
  .padding__bottom--2\.25-mobile,
  .pdg__b--2\.25-m {
    padding-bottom: 2.25rem;
  }
}

@media (max-width: 399px) {
  .padding--2\.25-mobile,
  .pdg--2\.25-m {
    padding: 2.25rem;
  }
}

@media (max-width: 399px) {
  .padding__top-bottom--2\.25-mobile,
  .pdg__tb--2\.25-m {
    padding: 2.25rem 0;
  }
}

@media (max-width: 399px) {
  .padding__left-right--2\.25-mobile,
  .pdg__lr--2\.25-m {
    padding: 0 2.25rem;
  }
}

@media (min-width: 1199px) {
  .margin__top--2\.25-desktop,
  .mgn__t--2\.25-d {
    margin-top: 2.25rem;
  }
}

@media (min-width: 1199px) {
  .margin__right--2\.25-desktop,
  .mgn__r--2\.25-d {
    margin-right: 2.25rem;
  }
}

@media (min-width: 1199px) {
  .margin__left--2\.25-desktop,
  .mgn__l--2\.25-d {
    margin-left: 2.25rem;
  }
}

@media (min-width: 1199px) {
  .margin__bottom--2\.25-desktop,
  .mgn__b--2\.25-d {
    margin-bottom: 2.25rem;
  }
}

@media (min-width: 1199px) {
  .margin--2\.25-desktop,
  .mgn--2\.25-d {
    margin: 2.25rem;
  }
}

@media (min-width: 1199px) {
  .margin__top-bottom--2\.25-desktop,
  .mgn__tb--2\.25-d {
    margin: 2.25rem 0;
  }
}

@media (min-width: 1199px) {
  .margin__left-right--2\.25-desktop,
  .mgn__lr--2\.25-d {
    margin: 0 2.25rem;
  }
}

@media (min-width: 1199px) {
  .padding__top--2\.25-desktop,
  .pdg__t--2\.25-d {
    padding-top: 2.25rem;
  }
}

@media (min-width: 1199px) {
  .padding__right--2\.25-desktop,
  .pdg__r--2\.25-d {
    padding-right: 2.25rem;
  }
}

@media (min-width: 1199px) {
  .padding__left--2\.25-desktop,
  .pdg__l--2\.25-d {
    padding-left: 2.25rem;
  }
}

@media (min-width: 1199px) {
  .padding__bottom--2\.25-desktop,
  .pdg__b--2\.25-d {
    padding-bottom: 2.25rem;
  }
}

@media (min-width: 1199px) {
  .padding--2\.25-desktop,
  .pdg--2\.25-d {
    padding: 2.25rem;
  }
}

@media (min-width: 1199px) {
  .padding__top-bottom--2\.25-desktop,
  .pdg__tb--2\.25-d {
    padding: 2.25rem 0;
  }
}

@media (min-width: 1199px) {
  .padding__left-right--2\.25-desktop,
  .pdg__lr--2\.25-d {
    padding: 0 2.25rem;
  }
}

.margin__top--2\.5,
.mgn__t--2\.5 {
  margin-top: 2.5rem;
}

.margin__right--2\.5,
.mgn__r--2\.5 {
  margin-right: 2.5rem;
}

.margin__left--2\.5,
.mgn__l--2\.5 {
  margin-left: 2.5rem;
}

.margin__bottom--2\.5,
.mgn__b--2\.5 {
  margin-bottom: 2.5rem;
}

.margin--2\.5,
.mgn--2\.5 {
  margin: 2.5rem;
}

.margin__top-bottom--2\.5,
.mgn__tb--2\.5 {
  margin: 2.5rem 0;
}

.margin__left-right--2\.5,
.mgn__lr--2\.5 {
  margin: 0 2.5rem;
}

.padding__top--2\.5,
.pdg__t--2\.5 {
  padding-top: 2.5rem;
}

.padding__right--2\.5,
.pdg__r--2\.5 {
  padding-right: 2.5rem;
}

.padding__left--2\.5,
.pdg__l--2\.5 {
  padding-left: 2.5rem;
}

.padding__bottom--2\.5,
.pdg__b--2\.5 {
  padding-bottom: 2.5rem;
}

.padding--2\.5,
.pdg--2\.5 {
  padding: 2.5rem;
}

.padding__top-bottom--2\.5,
.pdg__tb--2\.5 {
  padding: 2.5rem 0;
}

.padding__left-right--2\.5,
.pdg__lr--2\.5 {
  padding: 0 2.5rem;
}

@media (max-width: 399px) {
  .margin__top--2\.5-mobile,
  .mgn__t--2\.5-m {
    margin-top: 2.5rem;
  }
}

@media (max-width: 399px) {
  .margin__right--2\.5-mobile,
  .mgn__r--2\.5-m {
    margin-right: 2.5rem;
  }
}

@media (max-width: 399px) {
  .margin__left--2\.5-mobile,
  .mgn__l--2\.5-m {
    margin-left: 2.5rem;
  }
}

@media (max-width: 399px) {
  .margin__bottom--2\.5-mobile,
  .mgn__b--2\.5-m {
    margin-bottom: 2.5rem;
  }
}

@media (max-width: 399px) {
  .margin--2\.5-mobile,
  .mgn--2\.5-m {
    margin: 2.5rem;
  }
}

@media (max-width: 399px) {
  .margin__top-bottom--2\.5-mobile,
  .mgn__tb--2\.5-m {
    margin: 2.5rem 0;
  }
}

@media (max-width: 399px) {
  .margin__left-right--2\.5-mobile,
  .mgn__lr--2\.5-m {
    margin: 0 2.5rem;
  }
}

@media (max-width: 399px) {
  .padding__top--2\.5-mobile,
  .pdg__t--2\.5-m {
    padding-top: 2.5rem;
  }
}

@media (max-width: 399px) {
  .padding__right--2\.5-mobile,
  .pdg__r--2\.5-m {
    padding-right: 2.5rem;
  }
}

@media (max-width: 399px) {
  .padding__left--2\.5-mobile,
  .pdg__l--2\.5-m {
    padding-left: 2.5rem;
  }
}

@media (max-width: 399px) {
  .padding__bottom--2\.5-mobile,
  .pdg__b--2\.5-m {
    padding-bottom: 2.5rem;
  }
}

@media (max-width: 399px) {
  .padding--2\.5-mobile,
  .pdg--2\.5-m {
    padding: 2.5rem;
  }
}

@media (max-width: 399px) {
  .padding__top-bottom--2\.5-mobile,
  .pdg__tb--2\.5-m {
    padding: 2.5rem 0;
  }
}

@media (max-width: 399px) {
  .padding__left-right--2\.5-mobile,
  .pdg__lr--2\.5-m {
    padding: 0 2.5rem;
  }
}

@media (min-width: 1199px) {
  .margin__top--2\.5-desktop,
  .mgn__t--2\.5-d {
    margin-top: 2.5rem;
  }
}

@media (min-width: 1199px) {
  .margin__right--2\.5-desktop,
  .mgn__r--2\.5-d {
    margin-right: 2.5rem;
  }
}

@media (min-width: 1199px) {
  .margin__left--2\.5-desktop,
  .mgn__l--2\.5-d {
    margin-left: 2.5rem;
  }
}

@media (min-width: 1199px) {
  .margin__bottom--2\.5-desktop,
  .mgn__b--2\.5-d {
    margin-bottom: 2.5rem;
  }
}

@media (min-width: 1199px) {
  .margin--2\.5-desktop,
  .mgn--2\.5-d {
    margin: 2.5rem;
  }
}

@media (min-width: 1199px) {
  .margin__top-bottom--2\.5-desktop,
  .mgn__tb--2\.5-d {
    margin: 2.5rem 0;
  }
}

@media (min-width: 1199px) {
  .margin__left-right--2\.5-desktop,
  .mgn__lr--2\.5-d {
    margin: 0 2.5rem;
  }
}

@media (min-width: 1199px) {
  .padding__top--2\.5-desktop,
  .pdg__t--2\.5-d {
    padding-top: 2.5rem;
  }
}

@media (min-width: 1199px) {
  .padding__right--2\.5-desktop,
  .pdg__r--2\.5-d {
    padding-right: 2.5rem;
  }
}

@media (min-width: 1199px) {
  .padding__left--2\.5-desktop,
  .pdg__l--2\.5-d {
    padding-left: 2.5rem;
  }
}

@media (min-width: 1199px) {
  .padding__bottom--2\.5-desktop,
  .pdg__b--2\.5-d {
    padding-bottom: 2.5rem;
  }
}

@media (min-width: 1199px) {
  .padding--2\.5-desktop,
  .pdg--2\.5-d {
    padding: 2.5rem;
  }
}

@media (min-width: 1199px) {
  .padding__top-bottom--2\.5-desktop,
  .pdg__tb--2\.5-d {
    padding: 2.5rem 0;
  }
}

@media (min-width: 1199px) {
  .padding__left-right--2\.5-desktop,
  .pdg__lr--2\.5-d {
    padding: 0 2.5rem;
  }
}

.margin__top--2\.75,
.mgn__t--2\.75 {
  margin-top: 2.75rem;
}

.margin__right--2\.75,
.mgn__r--2\.75 {
  margin-right: 2.75rem;
}

.margin__left--2\.75,
.mgn__l--2\.75 {
  margin-left: 2.75rem;
}

.margin__bottom--2\.75,
.mgn__b--2\.75 {
  margin-bottom: 2.75rem;
}

.margin--2\.75,
.mgn--2\.75 {
  margin: 2.75rem;
}

.margin__top-bottom--2\.75,
.mgn__tb--2\.75 {
  margin: 2.75rem 0;
}

.margin__left-right--2\.75,
.mgn__lr--2\.75 {
  margin: 0 2.75rem;
}

.padding__top--2\.75,
.pdg__t--2\.75 {
  padding-top: 2.75rem;
}

.padding__right--2\.75,
.pdg__r--2\.75 {
  padding-right: 2.75rem;
}

.padding__left--2\.75,
.pdg__l--2\.75 {
  padding-left: 2.75rem;
}

.padding__bottom--2\.75,
.pdg__b--2\.75 {
  padding-bottom: 2.75rem;
}

.padding--2\.75,
.pdg--2\.75 {
  padding: 2.75rem;
}

.padding__top-bottom--2\.75,
.pdg__tb--2\.75 {
  padding: 2.75rem 0;
}

.padding__left-right--2\.75,
.pdg__lr--2\.75 {
  padding: 0 2.75rem;
}

@media (max-width: 399px) {
  .margin__top--2\.75-mobile,
  .mgn__t--2\.75-m {
    margin-top: 2.75rem;
  }
}

@media (max-width: 399px) {
  .margin__right--2\.75-mobile,
  .mgn__r--2\.75-m {
    margin-right: 2.75rem;
  }
}

@media (max-width: 399px) {
  .margin__left--2\.75-mobile,
  .mgn__l--2\.75-m {
    margin-left: 2.75rem;
  }
}

@media (max-width: 399px) {
  .margin__bottom--2\.75-mobile,
  .mgn__b--2\.75-m {
    margin-bottom: 2.75rem;
  }
}

@media (max-width: 399px) {
  .margin--2\.75-mobile,
  .mgn--2\.75-m {
    margin: 2.75rem;
  }
}

@media (max-width: 399px) {
  .margin__top-bottom--2\.75-mobile,
  .mgn__tb--2\.75-m {
    margin: 2.75rem 0;
  }
}

@media (max-width: 399px) {
  .margin__left-right--2\.75-mobile,
  .mgn__lr--2\.75-m {
    margin: 0 2.75rem;
  }
}

@media (max-width: 399px) {
  .padding__top--2\.75-mobile,
  .pdg__t--2\.75-m {
    padding-top: 2.75rem;
  }
}

@media (max-width: 399px) {
  .padding__right--2\.75-mobile,
  .pdg__r--2\.75-m {
    padding-right: 2.75rem;
  }
}

@media (max-width: 399px) {
  .padding__left--2\.75-mobile,
  .pdg__l--2\.75-m {
    padding-left: 2.75rem;
  }
}

@media (max-width: 399px) {
  .padding__bottom--2\.75-mobile,
  .pdg__b--2\.75-m {
    padding-bottom: 2.75rem;
  }
}

@media (max-width: 399px) {
  .padding--2\.75-mobile,
  .pdg--2\.75-m {
    padding: 2.75rem;
  }
}

@media (max-width: 399px) {
  .padding__top-bottom--2\.75-mobile,
  .pdg__tb--2\.75-m {
    padding: 2.75rem 0;
  }
}

@media (max-width: 399px) {
  .padding__left-right--2\.75-mobile,
  .pdg__lr--2\.75-m {
    padding: 0 2.75rem;
  }
}

@media (min-width: 1199px) {
  .margin__top--2\.75-desktop,
  .mgn__t--2\.75-d {
    margin-top: 2.75rem;
  }
}

@media (min-width: 1199px) {
  .margin__right--2\.75-desktop,
  .mgn__r--2\.75-d {
    margin-right: 2.75rem;
  }
}

@media (min-width: 1199px) {
  .margin__left--2\.75-desktop,
  .mgn__l--2\.75-d {
    margin-left: 2.75rem;
  }
}

@media (min-width: 1199px) {
  .margin__bottom--2\.75-desktop,
  .mgn__b--2\.75-d {
    margin-bottom: 2.75rem;
  }
}

@media (min-width: 1199px) {
  .margin--2\.75-desktop,
  .mgn--2\.75-d {
    margin: 2.75rem;
  }
}

@media (min-width: 1199px) {
  .margin__top-bottom--2\.75-desktop,
  .mgn__tb--2\.75-d {
    margin: 2.75rem 0;
  }
}

@media (min-width: 1199px) {
  .margin__left-right--2\.75-desktop,
  .mgn__lr--2\.75-d {
    margin: 0 2.75rem;
  }
}

@media (min-width: 1199px) {
  .padding__top--2\.75-desktop,
  .pdg__t--2\.75-d {
    padding-top: 2.75rem;
  }
}

@media (min-width: 1199px) {
  .padding__right--2\.75-desktop,
  .pdg__r--2\.75-d {
    padding-right: 2.75rem;
  }
}

@media (min-width: 1199px) {
  .padding__left--2\.75-desktop,
  .pdg__l--2\.75-d {
    padding-left: 2.75rem;
  }
}

@media (min-width: 1199px) {
  .padding__bottom--2\.75-desktop,
  .pdg__b--2\.75-d {
    padding-bottom: 2.75rem;
  }
}

@media (min-width: 1199px) {
  .padding--2\.75-desktop,
  .pdg--2\.75-d {
    padding: 2.75rem;
  }
}

@media (min-width: 1199px) {
  .padding__top-bottom--2\.75-desktop,
  .pdg__tb--2\.75-d {
    padding: 2.75rem 0;
  }
}

@media (min-width: 1199px) {
  .padding__left-right--2\.75-desktop,
  .pdg__lr--2\.75-d {
    padding: 0 2.75rem;
  }
}

.margin__top--3,
.mgn__t--3 {
  margin-top: 3rem;
}

.margin__right--3,
.mgn__r--3 {
  margin-right: 3rem;
}

.margin__left--3,
.mgn__l--3 {
  margin-left: 3rem;
}

.margin__bottom--3,
.mgn__b--3 {
  margin-bottom: 3rem;
}

.margin--3,
.mgn--3 {
  margin: 3rem;
}

.margin__top-bottom--3,
.mgn__tb--3 {
  margin: 3rem 0;
}

.margin__left-right--3,
.mgn__lr--3 {
  margin: 0 3rem;
}

.padding__top--3,
.pdg__t--3 {
  padding-top: 3rem;
}

.padding__right--3,
.pdg__r--3 {
  padding-right: 3rem;
}

.padding__left--3,
.pdg__l--3 {
  padding-left: 3rem;
}

.padding__bottom--3,
.pdg__b--3 {
  padding-bottom: 3rem;
}

.padding--3,
.pdg--3 {
  padding: 3rem;
}

.padding__top-bottom--3,
.pdg__tb--3 {
  padding: 3rem 0;
}

.padding__left-right--3,
.pdg__lr--3 {
  padding: 0 3rem;
}

@media (max-width: 399px) {
  .margin__top--3-mobile,
  .mgn__t--3-m {
    margin-top: 3rem;
  }
}

@media (max-width: 399px) {
  .margin__right--3-mobile,
  .mgn__r--3-m {
    margin-right: 3rem;
  }
}

@media (max-width: 399px) {
  .margin__left--3-mobile,
  .mgn__l--3-m {
    margin-left: 3rem;
  }
}

@media (max-width: 399px) {
  .margin__bottom--3-mobile,
  .mgn__b--3-m {
    margin-bottom: 3rem;
  }
}

@media (max-width: 399px) {
  .margin--3-mobile,
  .mgn--3-m {
    margin: 3rem;
  }
}

@media (max-width: 399px) {
  .margin__top-bottom--3-mobile,
  .mgn__tb--3-m {
    margin: 3rem 0;
  }
}

@media (max-width: 399px) {
  .margin__left-right--3-mobile,
  .mgn__lr--3-m {
    margin: 0 3rem;
  }
}

@media (max-width: 399px) {
  .padding__top--3-mobile,
  .pdg__t--3-m {
    padding-top: 3rem;
  }
}

@media (max-width: 399px) {
  .padding__right--3-mobile,
  .pdg__r--3-m {
    padding-right: 3rem;
  }
}

@media (max-width: 399px) {
  .padding__left--3-mobile,
  .pdg__l--3-m {
    padding-left: 3rem;
  }
}

@media (max-width: 399px) {
  .padding__bottom--3-mobile,
  .pdg__b--3-m {
    padding-bottom: 3rem;
  }
}

@media (max-width: 399px) {
  .padding--3-mobile,
  .pdg--3-m {
    padding: 3rem;
  }
}

@media (max-width: 399px) {
  .padding__top-bottom--3-mobile,
  .pdg__tb--3-m {
    padding: 3rem 0;
  }
}

@media (max-width: 399px) {
  .padding__left-right--3-mobile,
  .pdg__lr--3-m {
    padding: 0 3rem;
  }
}

@media (min-width: 1199px) {
  .margin__top--3-desktop,
  .mgn__t--3-d {
    margin-top: 3rem;
  }
}

@media (min-width: 1199px) {
  .margin__right--3-desktop,
  .mgn__r--3-d {
    margin-right: 3rem;
  }
}

@media (min-width: 1199px) {
  .margin__left--3-desktop,
  .mgn__l--3-d {
    margin-left: 3rem;
  }
}

@media (min-width: 1199px) {
  .margin__bottom--3-desktop,
  .mgn__b--3-d {
    margin-bottom: 3rem;
  }
}

@media (min-width: 1199px) {
  .margin--3-desktop,
  .mgn--3-d {
    margin: 3rem;
  }
}

@media (min-width: 1199px) {
  .margin__top-bottom--3-desktop,
  .mgn__tb--3-d {
    margin: 3rem 0;
  }
}

@media (min-width: 1199px) {
  .margin__left-right--3-desktop,
  .mgn__lr--3-d {
    margin: 0 3rem;
  }
}

@media (min-width: 1199px) {
  .padding__top--3-desktop,
  .pdg__t--3-d {
    padding-top: 3rem;
  }
}

@media (min-width: 1199px) {
  .padding__right--3-desktop,
  .pdg__r--3-d {
    padding-right: 3rem;
  }
}

@media (min-width: 1199px) {
  .padding__left--3-desktop,
  .pdg__l--3-d {
    padding-left: 3rem;
  }
}

@media (min-width: 1199px) {
  .padding__bottom--3-desktop,
  .pdg__b--3-d {
    padding-bottom: 3rem;
  }
}

@media (min-width: 1199px) {
  .padding--3-desktop,
  .pdg--3-d {
    padding: 3rem;
  }
}

@media (min-width: 1199px) {
  .padding__top-bottom--3-desktop,
  .pdg__tb--3-d {
    padding: 3rem 0;
  }
}

@media (min-width: 1199px) {
  .padding__left-right--3-desktop,
  .pdg__lr--3-d {
    padding: 0 3rem;
  }
}

.margin__top--3\.25,
.mgn__t--3\.25 {
  margin-top: 3.25rem;
}

.margin__right--3\.25,
.mgn__r--3\.25 {
  margin-right: 3.25rem;
}

.margin__left--3\.25,
.mgn__l--3\.25 {
  margin-left: 3.25rem;
}

.margin__bottom--3\.25,
.mgn__b--3\.25 {
  margin-bottom: 3.25rem;
}

.margin--3\.25,
.mgn--3\.25 {
  margin: 3.25rem;
}

.margin__top-bottom--3\.25,
.mgn__tb--3\.25 {
  margin: 3.25rem 0;
}

.margin__left-right--3\.25,
.mgn__lr--3\.25 {
  margin: 0 3.25rem;
}

.padding__top--3\.25,
.pdg__t--3\.25 {
  padding-top: 3.25rem;
}

.padding__right--3\.25,
.pdg__r--3\.25 {
  padding-right: 3.25rem;
}

.padding__left--3\.25,
.pdg__l--3\.25 {
  padding-left: 3.25rem;
}

.padding__bottom--3\.25,
.pdg__b--3\.25 {
  padding-bottom: 3.25rem;
}

.padding--3\.25,
.pdg--3\.25 {
  padding: 3.25rem;
}

.padding__top-bottom--3\.25,
.pdg__tb--3\.25 {
  padding: 3.25rem 0;
}

.padding__left-right--3\.25,
.pdg__lr--3\.25 {
  padding: 0 3.25rem;
}

@media (max-width: 399px) {
  .margin__top--3\.25-mobile,
  .mgn__t--3\.25-m {
    margin-top: 3.25rem;
  }
}

@media (max-width: 399px) {
  .margin__right--3\.25-mobile,
  .mgn__r--3\.25-m {
    margin-right: 3.25rem;
  }
}

@media (max-width: 399px) {
  .margin__left--3\.25-mobile,
  .mgn__l--3\.25-m {
    margin-left: 3.25rem;
  }
}

@media (max-width: 399px) {
  .margin__bottom--3\.25-mobile,
  .mgn__b--3\.25-m {
    margin-bottom: 3.25rem;
  }
}

@media (max-width: 399px) {
  .margin--3\.25-mobile,
  .mgn--3\.25-m {
    margin: 3.25rem;
  }
}

@media (max-width: 399px) {
  .margin__top-bottom--3\.25-mobile,
  .mgn__tb--3\.25-m {
    margin: 3.25rem 0;
  }
}

@media (max-width: 399px) {
  .margin__left-right--3\.25-mobile,
  .mgn__lr--3\.25-m {
    margin: 0 3.25rem;
  }
}

@media (max-width: 399px) {
  .padding__top--3\.25-mobile,
  .pdg__t--3\.25-m {
    padding-top: 3.25rem;
  }
}

@media (max-width: 399px) {
  .padding__right--3\.25-mobile,
  .pdg__r--3\.25-m {
    padding-right: 3.25rem;
  }
}

@media (max-width: 399px) {
  .padding__left--3\.25-mobile,
  .pdg__l--3\.25-m {
    padding-left: 3.25rem;
  }
}

@media (max-width: 399px) {
  .padding__bottom--3\.25-mobile,
  .pdg__b--3\.25-m {
    padding-bottom: 3.25rem;
  }
}

@media (max-width: 399px) {
  .padding--3\.25-mobile,
  .pdg--3\.25-m {
    padding: 3.25rem;
  }
}

@media (max-width: 399px) {
  .padding__top-bottom--3\.25-mobile,
  .pdg__tb--3\.25-m {
    padding: 3.25rem 0;
  }
}

@media (max-width: 399px) {
  .padding__left-right--3\.25-mobile,
  .pdg__lr--3\.25-m {
    padding: 0 3.25rem;
  }
}

@media (min-width: 1199px) {
  .margin__top--3\.25-desktop,
  .mgn__t--3\.25-d {
    margin-top: 3.25rem;
  }
}

@media (min-width: 1199px) {
  .margin__right--3\.25-desktop,
  .mgn__r--3\.25-d {
    margin-right: 3.25rem;
  }
}

@media (min-width: 1199px) {
  .margin__left--3\.25-desktop,
  .mgn__l--3\.25-d {
    margin-left: 3.25rem;
  }
}

@media (min-width: 1199px) {
  .margin__bottom--3\.25-desktop,
  .mgn__b--3\.25-d {
    margin-bottom: 3.25rem;
  }
}

@media (min-width: 1199px) {
  .margin--3\.25-desktop,
  .mgn--3\.25-d {
    margin: 3.25rem;
  }
}

@media (min-width: 1199px) {
  .margin__top-bottom--3\.25-desktop,
  .mgn__tb--3\.25-d {
    margin: 3.25rem 0;
  }
}

@media (min-width: 1199px) {
  .margin__left-right--3\.25-desktop,
  .mgn__lr--3\.25-d {
    margin: 0 3.25rem;
  }
}

@media (min-width: 1199px) {
  .padding__top--3\.25-desktop,
  .pdg__t--3\.25-d {
    padding-top: 3.25rem;
  }
}

@media (min-width: 1199px) {
  .padding__right--3\.25-desktop,
  .pdg__r--3\.25-d {
    padding-right: 3.25rem;
  }
}

@media (min-width: 1199px) {
  .padding__left--3\.25-desktop,
  .pdg__l--3\.25-d {
    padding-left: 3.25rem;
  }
}

@media (min-width: 1199px) {
  .padding__bottom--3\.25-desktop,
  .pdg__b--3\.25-d {
    padding-bottom: 3.25rem;
  }
}

@media (min-width: 1199px) {
  .padding--3\.25-desktop,
  .pdg--3\.25-d {
    padding: 3.25rem;
  }
}

@media (min-width: 1199px) {
  .padding__top-bottom--3\.25-desktop,
  .pdg__tb--3\.25-d {
    padding: 3.25rem 0;
  }
}

@media (min-width: 1199px) {
  .padding__left-right--3\.25-desktop,
  .pdg__lr--3\.25-d {
    padding: 0 3.25rem;
  }
}

.margin__top--3\.5,
.mgn__t--3\.5 {
  margin-top: 3.5rem;
}

.margin__right--3\.5,
.mgn__r--3\.5 {
  margin-right: 3.5rem;
}

.margin__left--3\.5,
.mgn__l--3\.5 {
  margin-left: 3.5rem;
}

.margin__bottom--3\.5,
.mgn__b--3\.5 {
  margin-bottom: 3.5rem;
}

.margin--3\.5,
.mgn--3\.5 {
  margin: 3.5rem;
}

.margin__top-bottom--3\.5,
.mgn__tb--3\.5 {
  margin: 3.5rem 0;
}

.margin__left-right--3\.5,
.mgn__lr--3\.5 {
  margin: 0 3.5rem;
}

.padding__top--3\.5,
.pdg__t--3\.5 {
  padding-top: 3.5rem;
}

.padding__right--3\.5,
.pdg__r--3\.5 {
  padding-right: 3.5rem;
}

.padding__left--3\.5,
.pdg__l--3\.5 {
  padding-left: 3.5rem;
}

.padding__bottom--3\.5,
.pdg__b--3\.5 {
  padding-bottom: 3.5rem;
}

.padding--3\.5,
.pdg--3\.5 {
  padding: 3.5rem;
}

.padding__top-bottom--3\.5,
.pdg__tb--3\.5 {
  padding: 3.5rem 0;
}

.padding__left-right--3\.5,
.pdg__lr--3\.5 {
  padding: 0 3.5rem;
}

@media (max-width: 399px) {
  .margin__top--3\.5-mobile,
  .mgn__t--3\.5-m {
    margin-top: 3.5rem;
  }
}

@media (max-width: 399px) {
  .margin__right--3\.5-mobile,
  .mgn__r--3\.5-m {
    margin-right: 3.5rem;
  }
}

@media (max-width: 399px) {
  .margin__left--3\.5-mobile,
  .mgn__l--3\.5-m {
    margin-left: 3.5rem;
  }
}

@media (max-width: 399px) {
  .margin__bottom--3\.5-mobile,
  .mgn__b--3\.5-m {
    margin-bottom: 3.5rem;
  }
}

@media (max-width: 399px) {
  .margin--3\.5-mobile,
  .mgn--3\.5-m {
    margin: 3.5rem;
  }
}

@media (max-width: 399px) {
  .margin__top-bottom--3\.5-mobile,
  .mgn__tb--3\.5-m {
    margin: 3.5rem 0;
  }
}

@media (max-width: 399px) {
  .margin__left-right--3\.5-mobile,
  .mgn__lr--3\.5-m {
    margin: 0 3.5rem;
  }
}

@media (max-width: 399px) {
  .padding__top--3\.5-mobile,
  .pdg__t--3\.5-m {
    padding-top: 3.5rem;
  }
}

@media (max-width: 399px) {
  .padding__right--3\.5-mobile,
  .pdg__r--3\.5-m {
    padding-right: 3.5rem;
  }
}

@media (max-width: 399px) {
  .padding__left--3\.5-mobile,
  .pdg__l--3\.5-m {
    padding-left: 3.5rem;
  }
}

@media (max-width: 399px) {
  .padding__bottom--3\.5-mobile,
  .pdg__b--3\.5-m {
    padding-bottom: 3.5rem;
  }
}

@media (max-width: 399px) {
  .padding--3\.5-mobile,
  .pdg--3\.5-m {
    padding: 3.5rem;
  }
}

@media (max-width: 399px) {
  .padding__top-bottom--3\.5-mobile,
  .pdg__tb--3\.5-m {
    padding: 3.5rem 0;
  }
}

@media (max-width: 399px) {
  .padding__left-right--3\.5-mobile,
  .pdg__lr--3\.5-m {
    padding: 0 3.5rem;
  }
}

@media (min-width: 1199px) {
  .margin__top--3\.5-desktop,
  .mgn__t--3\.5-d {
    margin-top: 3.5rem;
  }
}

@media (min-width: 1199px) {
  .margin__right--3\.5-desktop,
  .mgn__r--3\.5-d {
    margin-right: 3.5rem;
  }
}

@media (min-width: 1199px) {
  .margin__left--3\.5-desktop,
  .mgn__l--3\.5-d {
    margin-left: 3.5rem;
  }
}

@media (min-width: 1199px) {
  .margin__bottom--3\.5-desktop,
  .mgn__b--3\.5-d {
    margin-bottom: 3.5rem;
  }
}

@media (min-width: 1199px) {
  .margin--3\.5-desktop,
  .mgn--3\.5-d {
    margin: 3.5rem;
  }
}

@media (min-width: 1199px) {
  .margin__top-bottom--3\.5-desktop,
  .mgn__tb--3\.5-d {
    margin: 3.5rem 0;
  }
}

@media (min-width: 1199px) {
  .margin__left-right--3\.5-desktop,
  .mgn__lr--3\.5-d {
    margin: 0 3.5rem;
  }
}

@media (min-width: 1199px) {
  .padding__top--3\.5-desktop,
  .pdg__t--3\.5-d {
    padding-top: 3.5rem;
  }
}

@media (min-width: 1199px) {
  .padding__right--3\.5-desktop,
  .pdg__r--3\.5-d {
    padding-right: 3.5rem;
  }
}

@media (min-width: 1199px) {
  .padding__left--3\.5-desktop,
  .pdg__l--3\.5-d {
    padding-left: 3.5rem;
  }
}

@media (min-width: 1199px) {
  .padding__bottom--3\.5-desktop,
  .pdg__b--3\.5-d {
    padding-bottom: 3.5rem;
  }
}

@media (min-width: 1199px) {
  .padding--3\.5-desktop,
  .pdg--3\.5-d {
    padding: 3.5rem;
  }
}

@media (min-width: 1199px) {
  .padding__top-bottom--3\.5-desktop,
  .pdg__tb--3\.5-d {
    padding: 3.5rem 0;
  }
}

@media (min-width: 1199px) {
  .padding__left-right--3\.5-desktop,
  .pdg__lr--3\.5-d {
    padding: 0 3.5rem;
  }
}

.margin__top--3\.75,
.mgn__t--3\.75 {
  margin-top: 3.75rem;
}

.margin__right--3\.75,
.mgn__r--3\.75 {
  margin-right: 3.75rem;
}

.margin__left--3\.75,
.mgn__l--3\.75 {
  margin-left: 3.75rem;
}

.margin__bottom--3\.75,
.mgn__b--3\.75 {
  margin-bottom: 3.75rem;
}

.margin--3\.75,
.mgn--3\.75 {
  margin: 3.75rem;
}

.margin__top-bottom--3\.75,
.mgn__tb--3\.75 {
  margin: 3.75rem 0;
}

.margin__left-right--3\.75,
.mgn__lr--3\.75 {
  margin: 0 3.75rem;
}

.padding__top--3\.75,
.pdg__t--3\.75 {
  padding-top: 3.75rem;
}

.padding__right--3\.75,
.pdg__r--3\.75 {
  padding-right: 3.75rem;
}

.padding__left--3\.75,
.pdg__l--3\.75 {
  padding-left: 3.75rem;
}

.padding__bottom--3\.75,
.pdg__b--3\.75 {
  padding-bottom: 3.75rem;
}

.padding--3\.75,
.pdg--3\.75 {
  padding: 3.75rem;
}

.padding__top-bottom--3\.75,
.pdg__tb--3\.75 {
  padding: 3.75rem 0;
}

.padding__left-right--3\.75,
.pdg__lr--3\.75 {
  padding: 0 3.75rem;
}

@media (max-width: 399px) {
  .margin__top--3\.75-mobile,
  .mgn__t--3\.75-m {
    margin-top: 3.75rem;
  }
}

@media (max-width: 399px) {
  .margin__right--3\.75-mobile,
  .mgn__r--3\.75-m {
    margin-right: 3.75rem;
  }
}

@media (max-width: 399px) {
  .margin__left--3\.75-mobile,
  .mgn__l--3\.75-m {
    margin-left: 3.75rem;
  }
}

@media (max-width: 399px) {
  .margin__bottom--3\.75-mobile,
  .mgn__b--3\.75-m {
    margin-bottom: 3.75rem;
  }
}

@media (max-width: 399px) {
  .margin--3\.75-mobile,
  .mgn--3\.75-m {
    margin: 3.75rem;
  }
}

@media (max-width: 399px) {
  .margin__top-bottom--3\.75-mobile,
  .mgn__tb--3\.75-m {
    margin: 3.75rem 0;
  }
}

@media (max-width: 399px) {
  .margin__left-right--3\.75-mobile,
  .mgn__lr--3\.75-m {
    margin: 0 3.75rem;
  }
}

@media (max-width: 399px) {
  .padding__top--3\.75-mobile,
  .pdg__t--3\.75-m {
    padding-top: 3.75rem;
  }
}

@media (max-width: 399px) {
  .padding__right--3\.75-mobile,
  .pdg__r--3\.75-m {
    padding-right: 3.75rem;
  }
}

@media (max-width: 399px) {
  .padding__left--3\.75-mobile,
  .pdg__l--3\.75-m {
    padding-left: 3.75rem;
  }
}

@media (max-width: 399px) {
  .padding__bottom--3\.75-mobile,
  .pdg__b--3\.75-m {
    padding-bottom: 3.75rem;
  }
}

@media (max-width: 399px) {
  .padding--3\.75-mobile,
  .pdg--3\.75-m {
    padding: 3.75rem;
  }
}

@media (max-width: 399px) {
  .padding__top-bottom--3\.75-mobile,
  .pdg__tb--3\.75-m {
    padding: 3.75rem 0;
  }
}

@media (max-width: 399px) {
  .padding__left-right--3\.75-mobile,
  .pdg__lr--3\.75-m {
    padding: 0 3.75rem;
  }
}

@media (min-width: 1199px) {
  .margin__top--3\.75-desktop,
  .mgn__t--3\.75-d {
    margin-top: 3.75rem;
  }
}

@media (min-width: 1199px) {
  .margin__right--3\.75-desktop,
  .mgn__r--3\.75-d {
    margin-right: 3.75rem;
  }
}

@media (min-width: 1199px) {
  .margin__left--3\.75-desktop,
  .mgn__l--3\.75-d {
    margin-left: 3.75rem;
  }
}

@media (min-width: 1199px) {
  .margin__bottom--3\.75-desktop,
  .mgn__b--3\.75-d {
    margin-bottom: 3.75rem;
  }
}

@media (min-width: 1199px) {
  .margin--3\.75-desktop,
  .mgn--3\.75-d {
    margin: 3.75rem;
  }
}

@media (min-width: 1199px) {
  .margin__top-bottom--3\.75-desktop,
  .mgn__tb--3\.75-d {
    margin: 3.75rem 0;
  }
}

@media (min-width: 1199px) {
  .margin__left-right--3\.75-desktop,
  .mgn__lr--3\.75-d {
    margin: 0 3.75rem;
  }
}

@media (min-width: 1199px) {
  .padding__top--3\.75-desktop,
  .pdg__t--3\.75-d {
    padding-top: 3.75rem;
  }
}

@media (min-width: 1199px) {
  .padding__right--3\.75-desktop,
  .pdg__r--3\.75-d {
    padding-right: 3.75rem;
  }
}

@media (min-width: 1199px) {
  .padding__left--3\.75-desktop,
  .pdg__l--3\.75-d {
    padding-left: 3.75rem;
  }
}

@media (min-width: 1199px) {
  .padding__bottom--3\.75-desktop,
  .pdg__b--3\.75-d {
    padding-bottom: 3.75rem;
  }
}

@media (min-width: 1199px) {
  .padding--3\.75-desktop,
  .pdg--3\.75-d {
    padding: 3.75rem;
  }
}

@media (min-width: 1199px) {
  .padding__top-bottom--3\.75-desktop,
  .pdg__tb--3\.75-d {
    padding: 3.75rem 0;
  }
}

@media (min-width: 1199px) {
  .padding__left-right--3\.75-desktop,
  .pdg__lr--3\.75-d {
    padding: 0 3.75rem;
  }
}

.margin__top--4,
.mgn__t--4 {
  margin-top: 4rem;
}

.margin__right--4,
.mgn__r--4 {
  margin-right: 4rem;
}

.margin__left--4,
.mgn__l--4 {
  margin-left: 4rem;
}

.margin__bottom--4,
.mgn__b--4 {
  margin-bottom: 4rem;
}

.margin--4,
.mgn--4 {
  margin: 4rem;
}

.margin__top-bottom--4,
.mgn__tb--4 {
  margin: 4rem 0;
}

.margin__left-right--4,
.mgn__lr--4 {
  margin: 0 4rem;
}

.padding__top--4,
.pdg__t--4 {
  padding-top: 4rem;
}

.padding__right--4,
.pdg__r--4 {
  padding-right: 4rem;
}

.padding__left--4,
.pdg__l--4 {
  padding-left: 4rem;
}

.padding__bottom--4,
.pdg__b--4 {
  padding-bottom: 4rem;
}

.padding--4,
.pdg--4 {
  padding: 4rem;
}

.padding__top-bottom--4,
.pdg__tb--4 {
  padding: 4rem 0;
}

.padding__left-right--4,
.pdg__lr--4 {
  padding: 0 4rem;
}

@media (max-width: 399px) {
  .margin__top--4-mobile,
  .mgn__t--4-m {
    margin-top: 4rem;
  }
}

@media (max-width: 399px) {
  .margin__right--4-mobile,
  .mgn__r--4-m {
    margin-right: 4rem;
  }
}

@media (max-width: 399px) {
  .margin__left--4-mobile,
  .mgn__l--4-m {
    margin-left: 4rem;
  }
}

@media (max-width: 399px) {
  .margin__bottom--4-mobile,
  .mgn__b--4-m {
    margin-bottom: 4rem;
  }
}

@media (max-width: 399px) {
  .margin--4-mobile,
  .mgn--4-m {
    margin: 4rem;
  }
}

@media (max-width: 399px) {
  .margin__top-bottom--4-mobile,
  .mgn__tb--4-m {
    margin: 4rem 0;
  }
}

@media (max-width: 399px) {
  .margin__left-right--4-mobile,
  .mgn__lr--4-m {
    margin: 0 4rem;
  }
}

@media (max-width: 399px) {
  .padding__top--4-mobile,
  .pdg__t--4-m {
    padding-top: 4rem;
  }
}

@media (max-width: 399px) {
  .padding__right--4-mobile,
  .pdg__r--4-m {
    padding-right: 4rem;
  }
}

@media (max-width: 399px) {
  .padding__left--4-mobile,
  .pdg__l--4-m {
    padding-left: 4rem;
  }
}

@media (max-width: 399px) {
  .padding__bottom--4-mobile,
  .pdg__b--4-m {
    padding-bottom: 4rem;
  }
}

@media (max-width: 399px) {
  .padding--4-mobile,
  .pdg--4-m {
    padding: 4rem;
  }
}

@media (max-width: 399px) {
  .padding__top-bottom--4-mobile,
  .pdg__tb--4-m {
    padding: 4rem 0;
  }
}

@media (max-width: 399px) {
  .padding__left-right--4-mobile,
  .pdg__lr--4-m {
    padding: 0 4rem;
  }
}

@media (min-width: 1199px) {
  .margin__top--4-desktop,
  .mgn__t--4-d {
    margin-top: 4rem;
  }
}

@media (min-width: 1199px) {
  .margin__right--4-desktop,
  .mgn__r--4-d {
    margin-right: 4rem;
  }
}

@media (min-width: 1199px) {
  .margin__left--4-desktop,
  .mgn__l--4-d {
    margin-left: 4rem;
  }
}

@media (min-width: 1199px) {
  .margin__bottom--4-desktop,
  .mgn__b--4-d {
    margin-bottom: 4rem;
  }
}

@media (min-width: 1199px) {
  .margin--4-desktop,
  .mgn--4-d {
    margin: 4rem;
  }
}

@media (min-width: 1199px) {
  .margin__top-bottom--4-desktop,
  .mgn__tb--4-d {
    margin: 4rem 0;
  }
}

@media (min-width: 1199px) {
  .margin__left-right--4-desktop,
  .mgn__lr--4-d {
    margin: 0 4rem;
  }
}

@media (min-width: 1199px) {
  .padding__top--4-desktop,
  .pdg__t--4-d {
    padding-top: 4rem;
  }
}

@media (min-width: 1199px) {
  .padding__right--4-desktop,
  .pdg__r--4-d {
    padding-right: 4rem;
  }
}

@media (min-width: 1199px) {
  .padding__left--4-desktop,
  .pdg__l--4-d {
    padding-left: 4rem;
  }
}

@media (min-width: 1199px) {
  .padding__bottom--4-desktop,
  .pdg__b--4-d {
    padding-bottom: 4rem;
  }
}

@media (min-width: 1199px) {
  .padding--4-desktop,
  .pdg--4-d {
    padding: 4rem;
  }
}

@media (min-width: 1199px) {
  .padding__top-bottom--4-desktop,
  .pdg__tb--4-d {
    padding: 4rem 0;
  }
}

@media (min-width: 1199px) {
  .padding__left-right--4-desktop,
  .pdg__lr--4-d {
    padding: 0 4rem;
  }
}

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

.margin--container {
  margin-left: 2rem;
  margin-right: 2rem;
}

.margin__auto {
  margin: auto;
}

.pull__title {
  margin-top: -0.5rem;
}

.mgn__t--10 {
  margin-top: 10rem;
}

@media (max-width: 598px) {
  .mgn__t--0-bt, .margin__top--0-beforetablet {
    margin-top: 0rem;
  }
  .mgn__b--0-bt, .margin__bottom--0-beforetablet {
    margin-bottom: 0rem;
  }
  .mgn__t--2-bt, .margin__top--2-beforetablet {
    margin-top: 2rem;
  }
  .mgn__b--2-bt, .margin__bottom--2-beforetablet {
    margin-bottom: 2rem;
  }
  .mgn__t--3-bt, .margin__top--3-beforetablet {
    margin-top: 3rem;
  }
  .mgn__t--4-bt, .margin__top--4-beforetablet {
    margin-top: 4rem;
  }
  .mgn__t--5-bt, .margin__top--5-beforetablet {
    margin-top: 5rem;
  }
  .mgn__b--3-bt, .margin__bottom--3-beforetablet {
    margin-bottom: 3rem;
  }
  .mgn__t--18-m, .margin__top--18-beforetablet {
    margin-top: 18rem;
  }
  .pdg__t--0-bt, .padding__top--0-beforetablet {
    padding-top: 0;
  }
  .pdg__b--0-bt, .padding__bottom--0-beforetablet {
    padding-bottom: 0;
  }
  .pdg__t--2-bt, .padding__top--2-beforetablet {
    padding-top: 2rem;
  }
  .pdg__b--2-bt, .padding__bottom--2-beforetablet {
    padding-bottom: 2rem;
  }
}
@media (min-width: 599px) and (max-width: 1198px) {
  .margin__top--0-tablet, .mgn__t--0-t {
    margin-top: 0;
  }
  .mgn__b--0-t, .margin__bottom--0-tablet {
    margin-bottom: 0;
  }
  .mgn__t--1-t, .margin__top--1-tablet {
    margin-top: 1rem;
  }
  .mgn__b--1-t, .margin__bottom--1-tablet {
    margin-bottom: 1rem;
  }
  .pdg__t--2-t, .padding__top--2-tablet {
    padding-top: 2rem;
  }
  .pdg__b--2-t, .padding__bottom--2-tablet {
    padding-bottom: 2rem;
  }
  .pdg__t--3-t, .padding__top--3-tablet {
    padding-top: 3rem;
  }
  .pdg__b--3-t, .padding__bottom--3-tablet {
    padding-bottom: 3rem;
  }
}
@media (min-width: 1199px) {
  .margin__top--6-desktop,
  .mgn__t--6-d {
    margin-top: 6rem;
  }
  .margin__top--7-desktop,
  .mgn__t--7-d {
    margin-top: 7rem;
  }
  .margin__top--8-desktop,
  .mgn__t--8-d {
    margin-top: 8rem;
  }
  .margin__top--16-desktop,
  .mgn__t--16-d {
    margin-top: 16rem;
  }
  .margin__top--18-desktop,
  .mgn__t--18-d {
    margin-top: 18rem;
  }
  .margin__top--19-desktop,
  .mgn__t--19-d {
    margin-top: 19rem;
  }
}
.position__fixed,
.pos__fxd {
  position: fixed;
}

.position__relative,
.pos__rel {
  position: relative;
}

.position__absolute,
.pos__abs {
  position: absolute;
}

.sticky__top,
.stky__t {
  top: 0;
}

@media (max-width: 599px) {
  .text-align__left--mobile,
  .ta__l--m {
    text-align: left;
  }
}

@media (max-width: 599px) {
  .text-align__centre--mobile,
  .ta__c--m {
    text-align: center;
  }
}

@media (max-width: 599px) {
  .text-align__right--mobile,
  .ta__r--m {
    text-align: right;
  }
}

@media (min-width: 599px) {
  .text-align__left--tablet,
  .ta__l--t {
    text-align: left;
  }
}

@media (min-width: 599px) {
  .text-align__centre--tablet,
  .ta__c--t {
    text-align: center;
  }
}

@media (min-width: 599px) {
  .text-align__right--tablet,
  .ta__r--t {
    text-align: right;
  }
}

@media (min-width: 1199px) {
  .text-align__left--desktop,
  .ta__l--d {
    text-align: left;
  }
}

@media (min-width: 1199px) {
  .text-align__centre--desktop,
  .ta__c--d {
    text-align: center;
  }
}

@media (min-width: 1199px) {
  .text-align__right--desktop,
  .ta__r--d {
    text-align: right;
  }
}

.centre__block,
.c__b {
  display: block;
  margin: auto;
}

@media (max-width: 599px) {
  .centre__block--mobile,
  .c__b--m {
    display: block;
    margin: auto;
  }
}

.inline__row {
  display: inline-block;
}

@media (min-width: 0px) {
  .absolute__top_0--mobile-up,
  .abs__t_0--mu {
    top: 0rem;
  }
  .absolute__bottom_0--mobile-up,
  .abs__b_0--mu {
    bottom: 0rem;
  }
  .absolute__left_0--mobile-up,
  .abs__l_0--mu {
    left: 0rem;
  }
  .absolute__right_0--mobile-up,
  .abs__r_0--mu {
    right: 0rem;
  }
}
@media (max-width: 599px) {
  .absolute__top_0--mobile-down,
  .abs__t_0--md {
    top: 0rem;
  }
  .absolute__bottom_0--mobile-down,
  .abs__b_0--md {
    bottom: 0rem;
  }
  .absolute__left_0--mobile-down,
  .abs__l_0--md {
    left: 0rem;
  }
  .absolute__right_0--mobile-down,
  .abs__r_0--md {
    right: 0rem;
  }
}
@media (min-width: 0px) {
  .absolute__top_0\.25--mobile-up,
  .abs__t_0\.25--mu {
    top: 0.25rem;
  }
  .absolute__bottom_0\.25--mobile-up,
  .abs__b_0\.25--mu {
    bottom: 0.25rem;
  }
  .absolute__left_0\.25--mobile-up,
  .abs__l_0\.25--mu {
    left: 0.25rem;
  }
  .absolute__right_0\.25--mobile-up,
  .abs__r_0\.25--mu {
    right: 0.25rem;
  }
}
@media (max-width: 599px) {
  .absolute__top_0\.25--mobile-down,
  .abs__t_0\.25--md {
    top: 0.25rem;
  }
  .absolute__bottom_0\.25--mobile-down,
  .abs__b_0\.25--md {
    bottom: 0.25rem;
  }
  .absolute__left_0\.25--mobile-down,
  .abs__l_0\.25--md {
    left: 0.25rem;
  }
  .absolute__right_0\.25--mobile-down,
  .abs__r_0\.25--md {
    right: 0.25rem;
  }
}
@media (min-width: 0px) {
  .absolute__top_0\.5--mobile-up,
  .abs__t_0\.5--mu {
    top: 0.5rem;
  }
  .absolute__bottom_0\.5--mobile-up,
  .abs__b_0\.5--mu {
    bottom: 0.5rem;
  }
  .absolute__left_0\.5--mobile-up,
  .abs__l_0\.5--mu {
    left: 0.5rem;
  }
  .absolute__right_0\.5--mobile-up,
  .abs__r_0\.5--mu {
    right: 0.5rem;
  }
}
@media (max-width: 599px) {
  .absolute__top_0\.5--mobile-down,
  .abs__t_0\.5--md {
    top: 0.5rem;
  }
  .absolute__bottom_0\.5--mobile-down,
  .abs__b_0\.5--md {
    bottom: 0.5rem;
  }
  .absolute__left_0\.5--mobile-down,
  .abs__l_0\.5--md {
    left: 0.5rem;
  }
  .absolute__right_0\.5--mobile-down,
  .abs__r_0\.5--md {
    right: 0.5rem;
  }
}
@media (min-width: 0px) {
  .absolute__top_0\.75--mobile-up,
  .abs__t_0\.75--mu {
    top: 0.75rem;
  }
  .absolute__bottom_0\.75--mobile-up,
  .abs__b_0\.75--mu {
    bottom: 0.75rem;
  }
  .absolute__left_0\.75--mobile-up,
  .abs__l_0\.75--mu {
    left: 0.75rem;
  }
  .absolute__right_0\.75--mobile-up,
  .abs__r_0\.75--mu {
    right: 0.75rem;
  }
}
@media (max-width: 599px) {
  .absolute__top_0\.75--mobile-down,
  .abs__t_0\.75--md {
    top: 0.75rem;
  }
  .absolute__bottom_0\.75--mobile-down,
  .abs__b_0\.75--md {
    bottom: 0.75rem;
  }
  .absolute__left_0\.75--mobile-down,
  .abs__l_0\.75--md {
    left: 0.75rem;
  }
  .absolute__right_0\.75--mobile-down,
  .abs__r_0\.75--md {
    right: 0.75rem;
  }
}
@media (min-width: 0px) {
  .absolute__top_1--mobile-up,
  .abs__t_1--mu {
    top: 1rem;
  }
  .absolute__bottom_1--mobile-up,
  .abs__b_1--mu {
    bottom: 1rem;
  }
  .absolute__left_1--mobile-up,
  .abs__l_1--mu {
    left: 1rem;
  }
  .absolute__right_1--mobile-up,
  .abs__r_1--mu {
    right: 1rem;
  }
}
@media (max-width: 599px) {
  .absolute__top_1--mobile-down,
  .abs__t_1--md {
    top: 1rem;
  }
  .absolute__bottom_1--mobile-down,
  .abs__b_1--md {
    bottom: 1rem;
  }
  .absolute__left_1--mobile-down,
  .abs__l_1--md {
    left: 1rem;
  }
  .absolute__right_1--mobile-down,
  .abs__r_1--md {
    right: 1rem;
  }
}
@media (min-width: 0px) {
  .absolute__top_1\.25--mobile-up,
  .abs__t_1\.25--mu {
    top: 1.25rem;
  }
  .absolute__bottom_1\.25--mobile-up,
  .abs__b_1\.25--mu {
    bottom: 1.25rem;
  }
  .absolute__left_1\.25--mobile-up,
  .abs__l_1\.25--mu {
    left: 1.25rem;
  }
  .absolute__right_1\.25--mobile-up,
  .abs__r_1\.25--mu {
    right: 1.25rem;
  }
}
@media (max-width: 599px) {
  .absolute__top_1\.25--mobile-down,
  .abs__t_1\.25--md {
    top: 1.25rem;
  }
  .absolute__bottom_1\.25--mobile-down,
  .abs__b_1\.25--md {
    bottom: 1.25rem;
  }
  .absolute__left_1\.25--mobile-down,
  .abs__l_1\.25--md {
    left: 1.25rem;
  }
  .absolute__right_1\.25--mobile-down,
  .abs__r_1\.25--md {
    right: 1.25rem;
  }
}
@media (min-width: 0px) {
  .absolute__top_1\.5--mobile-up,
  .abs__t_1\.5--mu {
    top: 1.5rem;
  }
  .absolute__bottom_1\.5--mobile-up,
  .abs__b_1\.5--mu {
    bottom: 1.5rem;
  }
  .absolute__left_1\.5--mobile-up,
  .abs__l_1\.5--mu {
    left: 1.5rem;
  }
  .absolute__right_1\.5--mobile-up,
  .abs__r_1\.5--mu {
    right: 1.5rem;
  }
}
@media (max-width: 599px) {
  .absolute__top_1\.5--mobile-down,
  .abs__t_1\.5--md {
    top: 1.5rem;
  }
  .absolute__bottom_1\.5--mobile-down,
  .abs__b_1\.5--md {
    bottom: 1.5rem;
  }
  .absolute__left_1\.5--mobile-down,
  .abs__l_1\.5--md {
    left: 1.5rem;
  }
  .absolute__right_1\.5--mobile-down,
  .abs__r_1\.5--md {
    right: 1.5rem;
  }
}
@media (min-width: 0px) {
  .absolute__top_1\.75--mobile-up,
  .abs__t_1\.75--mu {
    top: 1.75rem;
  }
  .absolute__bottom_1\.75--mobile-up,
  .abs__b_1\.75--mu {
    bottom: 1.75rem;
  }
  .absolute__left_1\.75--mobile-up,
  .abs__l_1\.75--mu {
    left: 1.75rem;
  }
  .absolute__right_1\.75--mobile-up,
  .abs__r_1\.75--mu {
    right: 1.75rem;
  }
}
@media (max-width: 599px) {
  .absolute__top_1\.75--mobile-down,
  .abs__t_1\.75--md {
    top: 1.75rem;
  }
  .absolute__bottom_1\.75--mobile-down,
  .abs__b_1\.75--md {
    bottom: 1.75rem;
  }
  .absolute__left_1\.75--mobile-down,
  .abs__l_1\.75--md {
    left: 1.75rem;
  }
  .absolute__right_1\.75--mobile-down,
  .abs__r_1\.75--md {
    right: 1.75rem;
  }
}
@media (min-width: 0px) {
  .absolute__top_2--mobile-up,
  .abs__t_2--mu {
    top: 2rem;
  }
  .absolute__bottom_2--mobile-up,
  .abs__b_2--mu {
    bottom: 2rem;
  }
  .absolute__left_2--mobile-up,
  .abs__l_2--mu {
    left: 2rem;
  }
  .absolute__right_2--mobile-up,
  .abs__r_2--mu {
    right: 2rem;
  }
}
@media (max-width: 599px) {
  .absolute__top_2--mobile-down,
  .abs__t_2--md {
    top: 2rem;
  }
  .absolute__bottom_2--mobile-down,
  .abs__b_2--md {
    bottom: 2rem;
  }
  .absolute__left_2--mobile-down,
  .abs__l_2--md {
    left: 2rem;
  }
  .absolute__right_2--mobile-down,
  .abs__r_2--md {
    right: 2rem;
  }
}
@media (min-width: 0px) {
  .absolute__top_2\.25--mobile-up,
  .abs__t_2\.25--mu {
    top: 2.25rem;
  }
  .absolute__bottom_2\.25--mobile-up,
  .abs__b_2\.25--mu {
    bottom: 2.25rem;
  }
  .absolute__left_2\.25--mobile-up,
  .abs__l_2\.25--mu {
    left: 2.25rem;
  }
  .absolute__right_2\.25--mobile-up,
  .abs__r_2\.25--mu {
    right: 2.25rem;
  }
}
@media (max-width: 599px) {
  .absolute__top_2\.25--mobile-down,
  .abs__t_2\.25--md {
    top: 2.25rem;
  }
  .absolute__bottom_2\.25--mobile-down,
  .abs__b_2\.25--md {
    bottom: 2.25rem;
  }
  .absolute__left_2\.25--mobile-down,
  .abs__l_2\.25--md {
    left: 2.25rem;
  }
  .absolute__right_2\.25--mobile-down,
  .abs__r_2\.25--md {
    right: 2.25rem;
  }
}
@media (min-width: 0px) {
  .absolute__top_2\.5--mobile-up,
  .abs__t_2\.5--mu {
    top: 2.5rem;
  }
  .absolute__bottom_2\.5--mobile-up,
  .abs__b_2\.5--mu {
    bottom: 2.5rem;
  }
  .absolute__left_2\.5--mobile-up,
  .abs__l_2\.5--mu {
    left: 2.5rem;
  }
  .absolute__right_2\.5--mobile-up,
  .abs__r_2\.5--mu {
    right: 2.5rem;
  }
}
@media (max-width: 599px) {
  .absolute__top_2\.5--mobile-down,
  .abs__t_2\.5--md {
    top: 2.5rem;
  }
  .absolute__bottom_2\.5--mobile-down,
  .abs__b_2\.5--md {
    bottom: 2.5rem;
  }
  .absolute__left_2\.5--mobile-down,
  .abs__l_2\.5--md {
    left: 2.5rem;
  }
  .absolute__right_2\.5--mobile-down,
  .abs__r_2\.5--md {
    right: 2.5rem;
  }
}
@media (min-width: 0px) {
  .absolute__top_2\.75--mobile-up,
  .abs__t_2\.75--mu {
    top: 2.75rem;
  }
  .absolute__bottom_2\.75--mobile-up,
  .abs__b_2\.75--mu {
    bottom: 2.75rem;
  }
  .absolute__left_2\.75--mobile-up,
  .abs__l_2\.75--mu {
    left: 2.75rem;
  }
  .absolute__right_2\.75--mobile-up,
  .abs__r_2\.75--mu {
    right: 2.75rem;
  }
}
@media (max-width: 599px) {
  .absolute__top_2\.75--mobile-down,
  .abs__t_2\.75--md {
    top: 2.75rem;
  }
  .absolute__bottom_2\.75--mobile-down,
  .abs__b_2\.75--md {
    bottom: 2.75rem;
  }
  .absolute__left_2\.75--mobile-down,
  .abs__l_2\.75--md {
    left: 2.75rem;
  }
  .absolute__right_2\.75--mobile-down,
  .abs__r_2\.75--md {
    right: 2.75rem;
  }
}
@media (min-width: 0px) {
  .absolute__top_3--mobile-up,
  .abs__t_3--mu {
    top: 3rem;
  }
  .absolute__bottom_3--mobile-up,
  .abs__b_3--mu {
    bottom: 3rem;
  }
  .absolute__left_3--mobile-up,
  .abs__l_3--mu {
    left: 3rem;
  }
  .absolute__right_3--mobile-up,
  .abs__r_3--mu {
    right: 3rem;
  }
}
@media (max-width: 599px) {
  .absolute__top_3--mobile-down,
  .abs__t_3--md {
    top: 3rem;
  }
  .absolute__bottom_3--mobile-down,
  .abs__b_3--md {
    bottom: 3rem;
  }
  .absolute__left_3--mobile-down,
  .abs__l_3--md {
    left: 3rem;
  }
  .absolute__right_3--mobile-down,
  .abs__r_3--md {
    right: 3rem;
  }
}
@media (min-width: 0px) {
  .absolute__top_3\.25--mobile-up,
  .abs__t_3\.25--mu {
    top: 3.25rem;
  }
  .absolute__bottom_3\.25--mobile-up,
  .abs__b_3\.25--mu {
    bottom: 3.25rem;
  }
  .absolute__left_3\.25--mobile-up,
  .abs__l_3\.25--mu {
    left: 3.25rem;
  }
  .absolute__right_3\.25--mobile-up,
  .abs__r_3\.25--mu {
    right: 3.25rem;
  }
}
@media (max-width: 599px) {
  .absolute__top_3\.25--mobile-down,
  .abs__t_3\.25--md {
    top: 3.25rem;
  }
  .absolute__bottom_3\.25--mobile-down,
  .abs__b_3\.25--md {
    bottom: 3.25rem;
  }
  .absolute__left_3\.25--mobile-down,
  .abs__l_3\.25--md {
    left: 3.25rem;
  }
  .absolute__right_3\.25--mobile-down,
  .abs__r_3\.25--md {
    right: 3.25rem;
  }
}
@media (min-width: 0px) {
  .absolute__top_3\.5--mobile-up,
  .abs__t_3\.5--mu {
    top: 3.5rem;
  }
  .absolute__bottom_3\.5--mobile-up,
  .abs__b_3\.5--mu {
    bottom: 3.5rem;
  }
  .absolute__left_3\.5--mobile-up,
  .abs__l_3\.5--mu {
    left: 3.5rem;
  }
  .absolute__right_3\.5--mobile-up,
  .abs__r_3\.5--mu {
    right: 3.5rem;
  }
}
@media (max-width: 599px) {
  .absolute__top_3\.5--mobile-down,
  .abs__t_3\.5--md {
    top: 3.5rem;
  }
  .absolute__bottom_3\.5--mobile-down,
  .abs__b_3\.5--md {
    bottom: 3.5rem;
  }
  .absolute__left_3\.5--mobile-down,
  .abs__l_3\.5--md {
    left: 3.5rem;
  }
  .absolute__right_3\.5--mobile-down,
  .abs__r_3\.5--md {
    right: 3.5rem;
  }
}
@media (min-width: 0px) {
  .absolute__top_3\.75--mobile-up,
  .abs__t_3\.75--mu {
    top: 3.75rem;
  }
  .absolute__bottom_3\.75--mobile-up,
  .abs__b_3\.75--mu {
    bottom: 3.75rem;
  }
  .absolute__left_3\.75--mobile-up,
  .abs__l_3\.75--mu {
    left: 3.75rem;
  }
  .absolute__right_3\.75--mobile-up,
  .abs__r_3\.75--mu {
    right: 3.75rem;
  }
}
@media (max-width: 599px) {
  .absolute__top_3\.75--mobile-down,
  .abs__t_3\.75--md {
    top: 3.75rem;
  }
  .absolute__bottom_3\.75--mobile-down,
  .abs__b_3\.75--md {
    bottom: 3.75rem;
  }
  .absolute__left_3\.75--mobile-down,
  .abs__l_3\.75--md {
    left: 3.75rem;
  }
  .absolute__right_3\.75--mobile-down,
  .abs__r_3\.75--md {
    right: 3.75rem;
  }
}
@media (min-width: 0px) {
  .absolute__top_4--mobile-up,
  .abs__t_4--mu {
    top: 4rem;
  }
  .absolute__bottom_4--mobile-up,
  .abs__b_4--mu {
    bottom: 4rem;
  }
  .absolute__left_4--mobile-up,
  .abs__l_4--mu {
    left: 4rem;
  }
  .absolute__right_4--mobile-up,
  .abs__r_4--mu {
    right: 4rem;
  }
}
@media (max-width: 599px) {
  .absolute__top_4--mobile-down,
  .abs__t_4--md {
    top: 4rem;
  }
  .absolute__bottom_4--mobile-down,
  .abs__b_4--md {
    bottom: 4rem;
  }
  .absolute__left_4--mobile-down,
  .abs__l_4--md {
    left: 4rem;
  }
  .absolute__right_4--mobile-down,
  .abs__r_4--md {
    right: 4rem;
  }
}
@media (min-width: 0px) {
  .absolute__top_4\.25--mobile-up,
  .abs__t_4\.25--mu {
    top: 4.25rem;
  }
  .absolute__bottom_4\.25--mobile-up,
  .abs__b_4\.25--mu {
    bottom: 4.25rem;
  }
  .absolute__left_4\.25--mobile-up,
  .abs__l_4\.25--mu {
    left: 4.25rem;
  }
  .absolute__right_4\.25--mobile-up,
  .abs__r_4\.25--mu {
    right: 4.25rem;
  }
}
@media (max-width: 599px) {
  .absolute__top_4\.25--mobile-down,
  .abs__t_4\.25--md {
    top: 4.25rem;
  }
  .absolute__bottom_4\.25--mobile-down,
  .abs__b_4\.25--md {
    bottom: 4.25rem;
  }
  .absolute__left_4\.25--mobile-down,
  .abs__l_4\.25--md {
    left: 4.25rem;
  }
  .absolute__right_4\.25--mobile-down,
  .abs__r_4\.25--md {
    right: 4.25rem;
  }
}
@media (min-width: 0px) {
  .absolute__top_4\.5--mobile-up,
  .abs__t_4\.5--mu {
    top: 4.5rem;
  }
  .absolute__bottom_4\.5--mobile-up,
  .abs__b_4\.5--mu {
    bottom: 4.5rem;
  }
  .absolute__left_4\.5--mobile-up,
  .abs__l_4\.5--mu {
    left: 4.5rem;
  }
  .absolute__right_4\.5--mobile-up,
  .abs__r_4\.5--mu {
    right: 4.5rem;
  }
}
@media (max-width: 599px) {
  .absolute__top_4\.5--mobile-down,
  .abs__t_4\.5--md {
    top: 4.5rem;
  }
  .absolute__bottom_4\.5--mobile-down,
  .abs__b_4\.5--md {
    bottom: 4.5rem;
  }
  .absolute__left_4\.5--mobile-down,
  .abs__l_4\.5--md {
    left: 4.5rem;
  }
  .absolute__right_4\.5--mobile-down,
  .abs__r_4\.5--md {
    right: 4.5rem;
  }
}
@media (min-width: 0px) {
  .absolute__top_4\.75--mobile-up,
  .abs__t_4\.75--mu {
    top: 4.75rem;
  }
  .absolute__bottom_4\.75--mobile-up,
  .abs__b_4\.75--mu {
    bottom: 4.75rem;
  }
  .absolute__left_4\.75--mobile-up,
  .abs__l_4\.75--mu {
    left: 4.75rem;
  }
  .absolute__right_4\.75--mobile-up,
  .abs__r_4\.75--mu {
    right: 4.75rem;
  }
}
@media (max-width: 599px) {
  .absolute__top_4\.75--mobile-down,
  .abs__t_4\.75--md {
    top: 4.75rem;
  }
  .absolute__bottom_4\.75--mobile-down,
  .abs__b_4\.75--md {
    bottom: 4.75rem;
  }
  .absolute__left_4\.75--mobile-down,
  .abs__l_4\.75--md {
    left: 4.75rem;
  }
  .absolute__right_4\.75--mobile-down,
  .abs__r_4\.75--md {
    right: 4.75rem;
  }
}
@media (min-width: 0px) {
  .absolute__top_5--mobile-up,
  .abs__t_5--mu {
    top: 5rem;
  }
  .absolute__bottom_5--mobile-up,
  .abs__b_5--mu {
    bottom: 5rem;
  }
  .absolute__left_5--mobile-up,
  .abs__l_5--mu {
    left: 5rem;
  }
  .absolute__right_5--mobile-up,
  .abs__r_5--mu {
    right: 5rem;
  }
}
@media (max-width: 599px) {
  .absolute__top_5--mobile-down,
  .abs__t_5--md {
    top: 5rem;
  }
  .absolute__bottom_5--mobile-down,
  .abs__b_5--md {
    bottom: 5rem;
  }
  .absolute__left_5--mobile-down,
  .abs__l_5--md {
    left: 5rem;
  }
  .absolute__right_5--mobile-down,
  .abs__r_5--md {
    right: 5rem;
  }
}
@media (min-width: 0px) {
  .absolute__top_5\.25--mobile-up,
  .abs__t_5\.25--mu {
    top: 5.25rem;
  }
  .absolute__bottom_5\.25--mobile-up,
  .abs__b_5\.25--mu {
    bottom: 5.25rem;
  }
  .absolute__left_5\.25--mobile-up,
  .abs__l_5\.25--mu {
    left: 5.25rem;
  }
  .absolute__right_5\.25--mobile-up,
  .abs__r_5\.25--mu {
    right: 5.25rem;
  }
}
@media (max-width: 599px) {
  .absolute__top_5\.25--mobile-down,
  .abs__t_5\.25--md {
    top: 5.25rem;
  }
  .absolute__bottom_5\.25--mobile-down,
  .abs__b_5\.25--md {
    bottom: 5.25rem;
  }
  .absolute__left_5\.25--mobile-down,
  .abs__l_5\.25--md {
    left: 5.25rem;
  }
  .absolute__right_5\.25--mobile-down,
  .abs__r_5\.25--md {
    right: 5.25rem;
  }
}
@media (min-width: 0px) {
  .absolute__top_5\.5--mobile-up,
  .abs__t_5\.5--mu {
    top: 5.5rem;
  }
  .absolute__bottom_5\.5--mobile-up,
  .abs__b_5\.5--mu {
    bottom: 5.5rem;
  }
  .absolute__left_5\.5--mobile-up,
  .abs__l_5\.5--mu {
    left: 5.5rem;
  }
  .absolute__right_5\.5--mobile-up,
  .abs__r_5\.5--mu {
    right: 5.5rem;
  }
}
@media (max-width: 599px) {
  .absolute__top_5\.5--mobile-down,
  .abs__t_5\.5--md {
    top: 5.5rem;
  }
  .absolute__bottom_5\.5--mobile-down,
  .abs__b_5\.5--md {
    bottom: 5.5rem;
  }
  .absolute__left_5\.5--mobile-down,
  .abs__l_5\.5--md {
    left: 5.5rem;
  }
  .absolute__right_5\.5--mobile-down,
  .abs__r_5\.5--md {
    right: 5.5rem;
  }
}
@media (min-width: 0px) {
  .absolute__top_5\.75--mobile-up,
  .abs__t_5\.75--mu {
    top: 5.75rem;
  }
  .absolute__bottom_5\.75--mobile-up,
  .abs__b_5\.75--mu {
    bottom: 5.75rem;
  }
  .absolute__left_5\.75--mobile-up,
  .abs__l_5\.75--mu {
    left: 5.75rem;
  }
  .absolute__right_5\.75--mobile-up,
  .abs__r_5\.75--mu {
    right: 5.75rem;
  }
}
@media (max-width: 599px) {
  .absolute__top_5\.75--mobile-down,
  .abs__t_5\.75--md {
    top: 5.75rem;
  }
  .absolute__bottom_5\.75--mobile-down,
  .abs__b_5\.75--md {
    bottom: 5.75rem;
  }
  .absolute__left_5\.75--mobile-down,
  .abs__l_5\.75--md {
    left: 5.75rem;
  }
  .absolute__right_5\.75--mobile-down,
  .abs__r_5\.75--md {
    right: 5.75rem;
  }
}
@media (min-width: 0px) {
  .absolute__top_6--mobile-up,
  .abs__t_6--mu {
    top: 6rem;
  }
  .absolute__bottom_6--mobile-up,
  .abs__b_6--mu {
    bottom: 6rem;
  }
  .absolute__left_6--mobile-up,
  .abs__l_6--mu {
    left: 6rem;
  }
  .absolute__right_6--mobile-up,
  .abs__r_6--mu {
    right: 6rem;
  }
}
@media (max-width: 599px) {
  .absolute__top_6--mobile-down,
  .abs__t_6--md {
    top: 6rem;
  }
  .absolute__bottom_6--mobile-down,
  .abs__b_6--md {
    bottom: 6rem;
  }
  .absolute__left_6--mobile-down,
  .abs__l_6--md {
    left: 6rem;
  }
  .absolute__right_6--mobile-down,
  .abs__r_6--md {
    right: 6rem;
  }
}
@media (min-width: 0px) {
  .absolute__top_6\.25--mobile-up,
  .abs__t_6\.25--mu {
    top: 6.25rem;
  }
  .absolute__bottom_6\.25--mobile-up,
  .abs__b_6\.25--mu {
    bottom: 6.25rem;
  }
  .absolute__left_6\.25--mobile-up,
  .abs__l_6\.25--mu {
    left: 6.25rem;
  }
  .absolute__right_6\.25--mobile-up,
  .abs__r_6\.25--mu {
    right: 6.25rem;
  }
}
@media (max-width: 599px) {
  .absolute__top_6\.25--mobile-down,
  .abs__t_6\.25--md {
    top: 6.25rem;
  }
  .absolute__bottom_6\.25--mobile-down,
  .abs__b_6\.25--md {
    bottom: 6.25rem;
  }
  .absolute__left_6\.25--mobile-down,
  .abs__l_6\.25--md {
    left: 6.25rem;
  }
  .absolute__right_6\.25--mobile-down,
  .abs__r_6\.25--md {
    right: 6.25rem;
  }
}
@media (min-width: 0px) {
  .absolute__top_6\.5--mobile-up,
  .abs__t_6\.5--mu {
    top: 6.5rem;
  }
  .absolute__bottom_6\.5--mobile-up,
  .abs__b_6\.5--mu {
    bottom: 6.5rem;
  }
  .absolute__left_6\.5--mobile-up,
  .abs__l_6\.5--mu {
    left: 6.5rem;
  }
  .absolute__right_6\.5--mobile-up,
  .abs__r_6\.5--mu {
    right: 6.5rem;
  }
}
@media (max-width: 599px) {
  .absolute__top_6\.5--mobile-down,
  .abs__t_6\.5--md {
    top: 6.5rem;
  }
  .absolute__bottom_6\.5--mobile-down,
  .abs__b_6\.5--md {
    bottom: 6.5rem;
  }
  .absolute__left_6\.5--mobile-down,
  .abs__l_6\.5--md {
    left: 6.5rem;
  }
  .absolute__right_6\.5--mobile-down,
  .abs__r_6\.5--md {
    right: 6.5rem;
  }
}
@media (min-width: 0px) {
  .absolute__top_6\.75--mobile-up,
  .abs__t_6\.75--mu {
    top: 6.75rem;
  }
  .absolute__bottom_6\.75--mobile-up,
  .abs__b_6\.75--mu {
    bottom: 6.75rem;
  }
  .absolute__left_6\.75--mobile-up,
  .abs__l_6\.75--mu {
    left: 6.75rem;
  }
  .absolute__right_6\.75--mobile-up,
  .abs__r_6\.75--mu {
    right: 6.75rem;
  }
}
@media (max-width: 599px) {
  .absolute__top_6\.75--mobile-down,
  .abs__t_6\.75--md {
    top: 6.75rem;
  }
  .absolute__bottom_6\.75--mobile-down,
  .abs__b_6\.75--md {
    bottom: 6.75rem;
  }
  .absolute__left_6\.75--mobile-down,
  .abs__l_6\.75--md {
    left: 6.75rem;
  }
  .absolute__right_6\.75--mobile-down,
  .abs__r_6\.75--md {
    right: 6.75rem;
  }
}
@media (min-width: 0px) {
  .absolute__top_7--mobile-up,
  .abs__t_7--mu {
    top: 7rem;
  }
  .absolute__bottom_7--mobile-up,
  .abs__b_7--mu {
    bottom: 7rem;
  }
  .absolute__left_7--mobile-up,
  .abs__l_7--mu {
    left: 7rem;
  }
  .absolute__right_7--mobile-up,
  .abs__r_7--mu {
    right: 7rem;
  }
}
@media (max-width: 599px) {
  .absolute__top_7--mobile-down,
  .abs__t_7--md {
    top: 7rem;
  }
  .absolute__bottom_7--mobile-down,
  .abs__b_7--md {
    bottom: 7rem;
  }
  .absolute__left_7--mobile-down,
  .abs__l_7--md {
    left: 7rem;
  }
  .absolute__right_7--mobile-down,
  .abs__r_7--md {
    right: 7rem;
  }
}
@media (min-width: 0px) {
  .absolute__top_7\.25--mobile-up,
  .abs__t_7\.25--mu {
    top: 7.25rem;
  }
  .absolute__bottom_7\.25--mobile-up,
  .abs__b_7\.25--mu {
    bottom: 7.25rem;
  }
  .absolute__left_7\.25--mobile-up,
  .abs__l_7\.25--mu {
    left: 7.25rem;
  }
  .absolute__right_7\.25--mobile-up,
  .abs__r_7\.25--mu {
    right: 7.25rem;
  }
}
@media (max-width: 599px) {
  .absolute__top_7\.25--mobile-down,
  .abs__t_7\.25--md {
    top: 7.25rem;
  }
  .absolute__bottom_7\.25--mobile-down,
  .abs__b_7\.25--md {
    bottom: 7.25rem;
  }
  .absolute__left_7\.25--mobile-down,
  .abs__l_7\.25--md {
    left: 7.25rem;
  }
  .absolute__right_7\.25--mobile-down,
  .abs__r_7\.25--md {
    right: 7.25rem;
  }
}
@media (min-width: 0px) {
  .absolute__top_7\.5--mobile-up,
  .abs__t_7\.5--mu {
    top: 7.5rem;
  }
  .absolute__bottom_7\.5--mobile-up,
  .abs__b_7\.5--mu {
    bottom: 7.5rem;
  }
  .absolute__left_7\.5--mobile-up,
  .abs__l_7\.5--mu {
    left: 7.5rem;
  }
  .absolute__right_7\.5--mobile-up,
  .abs__r_7\.5--mu {
    right: 7.5rem;
  }
}
@media (max-width: 599px) {
  .absolute__top_7\.5--mobile-down,
  .abs__t_7\.5--md {
    top: 7.5rem;
  }
  .absolute__bottom_7\.5--mobile-down,
  .abs__b_7\.5--md {
    bottom: 7.5rem;
  }
  .absolute__left_7\.5--mobile-down,
  .abs__l_7\.5--md {
    left: 7.5rem;
  }
  .absolute__right_7\.5--mobile-down,
  .abs__r_7\.5--md {
    right: 7.5rem;
  }
}
@media (min-width: 0px) {
  .absolute__top_7\.75--mobile-up,
  .abs__t_7\.75--mu {
    top: 7.75rem;
  }
  .absolute__bottom_7\.75--mobile-up,
  .abs__b_7\.75--mu {
    bottom: 7.75rem;
  }
  .absolute__left_7\.75--mobile-up,
  .abs__l_7\.75--mu {
    left: 7.75rem;
  }
  .absolute__right_7\.75--mobile-up,
  .abs__r_7\.75--mu {
    right: 7.75rem;
  }
}
@media (max-width: 599px) {
  .absolute__top_7\.75--mobile-down,
  .abs__t_7\.75--md {
    top: 7.75rem;
  }
  .absolute__bottom_7\.75--mobile-down,
  .abs__b_7\.75--md {
    bottom: 7.75rem;
  }
  .absolute__left_7\.75--mobile-down,
  .abs__l_7\.75--md {
    left: 7.75rem;
  }
  .absolute__right_7\.75--mobile-down,
  .abs__r_7\.75--md {
    right: 7.75rem;
  }
}
@media (min-width: 0px) {
  .absolute__top_8--mobile-up,
  .abs__t_8--mu {
    top: 8rem;
  }
  .absolute__bottom_8--mobile-up,
  .abs__b_8--mu {
    bottom: 8rem;
  }
  .absolute__left_8--mobile-up,
  .abs__l_8--mu {
    left: 8rem;
  }
  .absolute__right_8--mobile-up,
  .abs__r_8--mu {
    right: 8rem;
  }
}
@media (max-width: 599px) {
  .absolute__top_8--mobile-down,
  .abs__t_8--md {
    top: 8rem;
  }
  .absolute__bottom_8--mobile-down,
  .abs__b_8--md {
    bottom: 8rem;
  }
  .absolute__left_8--mobile-down,
  .abs__l_8--md {
    left: 8rem;
  }
  .absolute__right_8--mobile-down,
  .abs__r_8--md {
    right: 8rem;
  }
}
@media (min-width: 0px) {
  .absolute__top_8\.25--mobile-up,
  .abs__t_8\.25--mu {
    top: 8.25rem;
  }
  .absolute__bottom_8\.25--mobile-up,
  .abs__b_8\.25--mu {
    bottom: 8.25rem;
  }
  .absolute__left_8\.25--mobile-up,
  .abs__l_8\.25--mu {
    left: 8.25rem;
  }
  .absolute__right_8\.25--mobile-up,
  .abs__r_8\.25--mu {
    right: 8.25rem;
  }
}
@media (max-width: 599px) {
  .absolute__top_8\.25--mobile-down,
  .abs__t_8\.25--md {
    top: 8.25rem;
  }
  .absolute__bottom_8\.25--mobile-down,
  .abs__b_8\.25--md {
    bottom: 8.25rem;
  }
  .absolute__left_8\.25--mobile-down,
  .abs__l_8\.25--md {
    left: 8.25rem;
  }
  .absolute__right_8\.25--mobile-down,
  .abs__r_8\.25--md {
    right: 8.25rem;
  }
}
@media (min-width: 0px) {
  .absolute__top_8\.5--mobile-up,
  .abs__t_8\.5--mu {
    top: 8.5rem;
  }
  .absolute__bottom_8\.5--mobile-up,
  .abs__b_8\.5--mu {
    bottom: 8.5rem;
  }
  .absolute__left_8\.5--mobile-up,
  .abs__l_8\.5--mu {
    left: 8.5rem;
  }
  .absolute__right_8\.5--mobile-up,
  .abs__r_8\.5--mu {
    right: 8.5rem;
  }
}
@media (max-width: 599px) {
  .absolute__top_8\.5--mobile-down,
  .abs__t_8\.5--md {
    top: 8.5rem;
  }
  .absolute__bottom_8\.5--mobile-down,
  .abs__b_8\.5--md {
    bottom: 8.5rem;
  }
  .absolute__left_8\.5--mobile-down,
  .abs__l_8\.5--md {
    left: 8.5rem;
  }
  .absolute__right_8\.5--mobile-down,
  .abs__r_8\.5--md {
    right: 8.5rem;
  }
}
@media (min-width: 0px) {
  .absolute__top_8\.75--mobile-up,
  .abs__t_8\.75--mu {
    top: 8.75rem;
  }
  .absolute__bottom_8\.75--mobile-up,
  .abs__b_8\.75--mu {
    bottom: 8.75rem;
  }
  .absolute__left_8\.75--mobile-up,
  .abs__l_8\.75--mu {
    left: 8.75rem;
  }
  .absolute__right_8\.75--mobile-up,
  .abs__r_8\.75--mu {
    right: 8.75rem;
  }
}
@media (max-width: 599px) {
  .absolute__top_8\.75--mobile-down,
  .abs__t_8\.75--md {
    top: 8.75rem;
  }
  .absolute__bottom_8\.75--mobile-down,
  .abs__b_8\.75--md {
    bottom: 8.75rem;
  }
  .absolute__left_8\.75--mobile-down,
  .abs__l_8\.75--md {
    left: 8.75rem;
  }
  .absolute__right_8\.75--mobile-down,
  .abs__r_8\.75--md {
    right: 8.75rem;
  }
}
@media (min-width: 0px) {
  .absolute__top_9--mobile-up,
  .abs__t_9--mu {
    top: 9rem;
  }
  .absolute__bottom_9--mobile-up,
  .abs__b_9--mu {
    bottom: 9rem;
  }
  .absolute__left_9--mobile-up,
  .abs__l_9--mu {
    left: 9rem;
  }
  .absolute__right_9--mobile-up,
  .abs__r_9--mu {
    right: 9rem;
  }
}
@media (max-width: 599px) {
  .absolute__top_9--mobile-down,
  .abs__t_9--md {
    top: 9rem;
  }
  .absolute__bottom_9--mobile-down,
  .abs__b_9--md {
    bottom: 9rem;
  }
  .absolute__left_9--mobile-down,
  .abs__l_9--md {
    left: 9rem;
  }
  .absolute__right_9--mobile-down,
  .abs__r_9--md {
    right: 9rem;
  }
}
@media (min-width: 0px) {
  .absolute__top_9\.25--mobile-up,
  .abs__t_9\.25--mu {
    top: 9.25rem;
  }
  .absolute__bottom_9\.25--mobile-up,
  .abs__b_9\.25--mu {
    bottom: 9.25rem;
  }
  .absolute__left_9\.25--mobile-up,
  .abs__l_9\.25--mu {
    left: 9.25rem;
  }
  .absolute__right_9\.25--mobile-up,
  .abs__r_9\.25--mu {
    right: 9.25rem;
  }
}
@media (max-width: 599px) {
  .absolute__top_9\.25--mobile-down,
  .abs__t_9\.25--md {
    top: 9.25rem;
  }
  .absolute__bottom_9\.25--mobile-down,
  .abs__b_9\.25--md {
    bottom: 9.25rem;
  }
  .absolute__left_9\.25--mobile-down,
  .abs__l_9\.25--md {
    left: 9.25rem;
  }
  .absolute__right_9\.25--mobile-down,
  .abs__r_9\.25--md {
    right: 9.25rem;
  }
}
@media (min-width: 0px) {
  .absolute__top_9\.5--mobile-up,
  .abs__t_9\.5--mu {
    top: 9.5rem;
  }
  .absolute__bottom_9\.5--mobile-up,
  .abs__b_9\.5--mu {
    bottom: 9.5rem;
  }
  .absolute__left_9\.5--mobile-up,
  .abs__l_9\.5--mu {
    left: 9.5rem;
  }
  .absolute__right_9\.5--mobile-up,
  .abs__r_9\.5--mu {
    right: 9.5rem;
  }
}
@media (max-width: 599px) {
  .absolute__top_9\.5--mobile-down,
  .abs__t_9\.5--md {
    top: 9.5rem;
  }
  .absolute__bottom_9\.5--mobile-down,
  .abs__b_9\.5--md {
    bottom: 9.5rem;
  }
  .absolute__left_9\.5--mobile-down,
  .abs__l_9\.5--md {
    left: 9.5rem;
  }
  .absolute__right_9\.5--mobile-down,
  .abs__r_9\.5--md {
    right: 9.5rem;
  }
}
@media (min-width: 0px) {
  .absolute__top_9\.75--mobile-up,
  .abs__t_9\.75--mu {
    top: 9.75rem;
  }
  .absolute__bottom_9\.75--mobile-up,
  .abs__b_9\.75--mu {
    bottom: 9.75rem;
  }
  .absolute__left_9\.75--mobile-up,
  .abs__l_9\.75--mu {
    left: 9.75rem;
  }
  .absolute__right_9\.75--mobile-up,
  .abs__r_9\.75--mu {
    right: 9.75rem;
  }
}
@media (max-width: 599px) {
  .absolute__top_9\.75--mobile-down,
  .abs__t_9\.75--md {
    top: 9.75rem;
  }
  .absolute__bottom_9\.75--mobile-down,
  .abs__b_9\.75--md {
    bottom: 9.75rem;
  }
  .absolute__left_9\.75--mobile-down,
  .abs__l_9\.75--md {
    left: 9.75rem;
  }
  .absolute__right_9\.75--mobile-down,
  .abs__r_9\.75--md {
    right: 9.75rem;
  }
}
@media (min-width: 0px) {
  .absolute__top_10--mobile-up,
  .abs__t_10--mu {
    top: 10rem;
  }
  .absolute__bottom_10--mobile-up,
  .abs__b_10--mu {
    bottom: 10rem;
  }
  .absolute__left_10--mobile-up,
  .abs__l_10--mu {
    left: 10rem;
  }
  .absolute__right_10--mobile-up,
  .abs__r_10--mu {
    right: 10rem;
  }
}
@media (max-width: 599px) {
  .absolute__top_10--mobile-down,
  .abs__t_10--md {
    top: 10rem;
  }
  .absolute__bottom_10--mobile-down,
  .abs__b_10--md {
    bottom: 10rem;
  }
  .absolute__left_10--mobile-down,
  .abs__l_10--md {
    left: 10rem;
  }
  .absolute__right_10--mobile-down,
  .abs__r_10--md {
    right: 10rem;
  }
}
@media (min-width: 0px) {
  .absolute__top_10\.25--mobile-up,
  .abs__t_10\.25--mu {
    top: 10.25rem;
  }
  .absolute__bottom_10\.25--mobile-up,
  .abs__b_10\.25--mu {
    bottom: 10.25rem;
  }
  .absolute__left_10\.25--mobile-up,
  .abs__l_10\.25--mu {
    left: 10.25rem;
  }
  .absolute__right_10\.25--mobile-up,
  .abs__r_10\.25--mu {
    right: 10.25rem;
  }
}
@media (max-width: 599px) {
  .absolute__top_10\.25--mobile-down,
  .abs__t_10\.25--md {
    top: 10.25rem;
  }
  .absolute__bottom_10\.25--mobile-down,
  .abs__b_10\.25--md {
    bottom: 10.25rem;
  }
  .absolute__left_10\.25--mobile-down,
  .abs__l_10\.25--md {
    left: 10.25rem;
  }
  .absolute__right_10\.25--mobile-down,
  .abs__r_10\.25--md {
    right: 10.25rem;
  }
}
@media (min-width: 0px) {
  .absolute__top_10\.5--mobile-up,
  .abs__t_10\.5--mu {
    top: 10.5rem;
  }
  .absolute__bottom_10\.5--mobile-up,
  .abs__b_10\.5--mu {
    bottom: 10.5rem;
  }
  .absolute__left_10\.5--mobile-up,
  .abs__l_10\.5--mu {
    left: 10.5rem;
  }
  .absolute__right_10\.5--mobile-up,
  .abs__r_10\.5--mu {
    right: 10.5rem;
  }
}
@media (max-width: 599px) {
  .absolute__top_10\.5--mobile-down,
  .abs__t_10\.5--md {
    top: 10.5rem;
  }
  .absolute__bottom_10\.5--mobile-down,
  .abs__b_10\.5--md {
    bottom: 10.5rem;
  }
  .absolute__left_10\.5--mobile-down,
  .abs__l_10\.5--md {
    left: 10.5rem;
  }
  .absolute__right_10\.5--mobile-down,
  .abs__r_10\.5--md {
    right: 10.5rem;
  }
}
@media (min-width: 0px) {
  .absolute__top_10\.75--mobile-up,
  .abs__t_10\.75--mu {
    top: 10.75rem;
  }
  .absolute__bottom_10\.75--mobile-up,
  .abs__b_10\.75--mu {
    bottom: 10.75rem;
  }
  .absolute__left_10\.75--mobile-up,
  .abs__l_10\.75--mu {
    left: 10.75rem;
  }
  .absolute__right_10\.75--mobile-up,
  .abs__r_10\.75--mu {
    right: 10.75rem;
  }
}
@media (max-width: 599px) {
  .absolute__top_10\.75--mobile-down,
  .abs__t_10\.75--md {
    top: 10.75rem;
  }
  .absolute__bottom_10\.75--mobile-down,
  .abs__b_10\.75--md {
    bottom: 10.75rem;
  }
  .absolute__left_10\.75--mobile-down,
  .abs__l_10\.75--md {
    left: 10.75rem;
  }
  .absolute__right_10\.75--mobile-down,
  .abs__r_10\.75--md {
    right: 10.75rem;
  }
}
@media (min-width: 0px) {
  .absolute__top_11--mobile-up,
  .abs__t_11--mu {
    top: 11rem;
  }
  .absolute__bottom_11--mobile-up,
  .abs__b_11--mu {
    bottom: 11rem;
  }
  .absolute__left_11--mobile-up,
  .abs__l_11--mu {
    left: 11rem;
  }
  .absolute__right_11--mobile-up,
  .abs__r_11--mu {
    right: 11rem;
  }
}
@media (max-width: 599px) {
  .absolute__top_11--mobile-down,
  .abs__t_11--md {
    top: 11rem;
  }
  .absolute__bottom_11--mobile-down,
  .abs__b_11--md {
    bottom: 11rem;
  }
  .absolute__left_11--mobile-down,
  .abs__l_11--md {
    left: 11rem;
  }
  .absolute__right_11--mobile-down,
  .abs__r_11--md {
    right: 11rem;
  }
}
@media (min-width: 0px) {
  .absolute__top_11\.25--mobile-up,
  .abs__t_11\.25--mu {
    top: 11.25rem;
  }
  .absolute__bottom_11\.25--mobile-up,
  .abs__b_11\.25--mu {
    bottom: 11.25rem;
  }
  .absolute__left_11\.25--mobile-up,
  .abs__l_11\.25--mu {
    left: 11.25rem;
  }
  .absolute__right_11\.25--mobile-up,
  .abs__r_11\.25--mu {
    right: 11.25rem;
  }
}
@media (max-width: 599px) {
  .absolute__top_11\.25--mobile-down,
  .abs__t_11\.25--md {
    top: 11.25rem;
  }
  .absolute__bottom_11\.25--mobile-down,
  .abs__b_11\.25--md {
    bottom: 11.25rem;
  }
  .absolute__left_11\.25--mobile-down,
  .abs__l_11\.25--md {
    left: 11.25rem;
  }
  .absolute__right_11\.25--mobile-down,
  .abs__r_11\.25--md {
    right: 11.25rem;
  }
}
@media (min-width: 0px) {
  .absolute__top_11\.5--mobile-up,
  .abs__t_11\.5--mu {
    top: 11.5rem;
  }
  .absolute__bottom_11\.5--mobile-up,
  .abs__b_11\.5--mu {
    bottom: 11.5rem;
  }
  .absolute__left_11\.5--mobile-up,
  .abs__l_11\.5--mu {
    left: 11.5rem;
  }
  .absolute__right_11\.5--mobile-up,
  .abs__r_11\.5--mu {
    right: 11.5rem;
  }
}
@media (max-width: 599px) {
  .absolute__top_11\.5--mobile-down,
  .abs__t_11\.5--md {
    top: 11.5rem;
  }
  .absolute__bottom_11\.5--mobile-down,
  .abs__b_11\.5--md {
    bottom: 11.5rem;
  }
  .absolute__left_11\.5--mobile-down,
  .abs__l_11\.5--md {
    left: 11.5rem;
  }
  .absolute__right_11\.5--mobile-down,
  .abs__r_11\.5--md {
    right: 11.5rem;
  }
}
@media (min-width: 0px) {
  .absolute__top_11\.75--mobile-up,
  .abs__t_11\.75--mu {
    top: 11.75rem;
  }
  .absolute__bottom_11\.75--mobile-up,
  .abs__b_11\.75--mu {
    bottom: 11.75rem;
  }
  .absolute__left_11\.75--mobile-up,
  .abs__l_11\.75--mu {
    left: 11.75rem;
  }
  .absolute__right_11\.75--mobile-up,
  .abs__r_11\.75--mu {
    right: 11.75rem;
  }
}
@media (max-width: 599px) {
  .absolute__top_11\.75--mobile-down,
  .abs__t_11\.75--md {
    top: 11.75rem;
  }
  .absolute__bottom_11\.75--mobile-down,
  .abs__b_11\.75--md {
    bottom: 11.75rem;
  }
  .absolute__left_11\.75--mobile-down,
  .abs__l_11\.75--md {
    left: 11.75rem;
  }
  .absolute__right_11\.75--mobile-down,
  .abs__r_11\.75--md {
    right: 11.75rem;
  }
}
@media (min-width: 0px) {
  .absolute__top_12--mobile-up,
  .abs__t_12--mu {
    top: 12rem;
  }
  .absolute__bottom_12--mobile-up,
  .abs__b_12--mu {
    bottom: 12rem;
  }
  .absolute__left_12--mobile-up,
  .abs__l_12--mu {
    left: 12rem;
  }
  .absolute__right_12--mobile-up,
  .abs__r_12--mu {
    right: 12rem;
  }
}
@media (max-width: 599px) {
  .absolute__top_12--mobile-down,
  .abs__t_12--md {
    top: 12rem;
  }
  .absolute__bottom_12--mobile-down,
  .abs__b_12--md {
    bottom: 12rem;
  }
  .absolute__left_12--mobile-down,
  .abs__l_12--md {
    left: 12rem;
  }
  .absolute__right_12--mobile-down,
  .abs__r_12--md {
    right: 12rem;
  }
}
@media (min-width: 0px) {
  .absolute__top_12\.25--mobile-up,
  .abs__t_12\.25--mu {
    top: 12.25rem;
  }
  .absolute__bottom_12\.25--mobile-up,
  .abs__b_12\.25--mu {
    bottom: 12.25rem;
  }
  .absolute__left_12\.25--mobile-up,
  .abs__l_12\.25--mu {
    left: 12.25rem;
  }
  .absolute__right_12\.25--mobile-up,
  .abs__r_12\.25--mu {
    right: 12.25rem;
  }
}
@media (max-width: 599px) {
  .absolute__top_12\.25--mobile-down,
  .abs__t_12\.25--md {
    top: 12.25rem;
  }
  .absolute__bottom_12\.25--mobile-down,
  .abs__b_12\.25--md {
    bottom: 12.25rem;
  }
  .absolute__left_12\.25--mobile-down,
  .abs__l_12\.25--md {
    left: 12.25rem;
  }
  .absolute__right_12\.25--mobile-down,
  .abs__r_12\.25--md {
    right: 12.25rem;
  }
}
@media (min-width: 0px) {
  .absolute__top_12\.5--mobile-up,
  .abs__t_12\.5--mu {
    top: 12.5rem;
  }
  .absolute__bottom_12\.5--mobile-up,
  .abs__b_12\.5--mu {
    bottom: 12.5rem;
  }
  .absolute__left_12\.5--mobile-up,
  .abs__l_12\.5--mu {
    left: 12.5rem;
  }
  .absolute__right_12\.5--mobile-up,
  .abs__r_12\.5--mu {
    right: 12.5rem;
  }
}
@media (max-width: 599px) {
  .absolute__top_12\.5--mobile-down,
  .abs__t_12\.5--md {
    top: 12.5rem;
  }
  .absolute__bottom_12\.5--mobile-down,
  .abs__b_12\.5--md {
    bottom: 12.5rem;
  }
  .absolute__left_12\.5--mobile-down,
  .abs__l_12\.5--md {
    left: 12.5rem;
  }
  .absolute__right_12\.5--mobile-down,
  .abs__r_12\.5--md {
    right: 12.5rem;
  }
}
@media (min-width: 0px) {
  .absolute__top_12\.75--mobile-up,
  .abs__t_12\.75--mu {
    top: 12.75rem;
  }
  .absolute__bottom_12\.75--mobile-up,
  .abs__b_12\.75--mu {
    bottom: 12.75rem;
  }
  .absolute__left_12\.75--mobile-up,
  .abs__l_12\.75--mu {
    left: 12.75rem;
  }
  .absolute__right_12\.75--mobile-up,
  .abs__r_12\.75--mu {
    right: 12.75rem;
  }
}
@media (max-width: 599px) {
  .absolute__top_12\.75--mobile-down,
  .abs__t_12\.75--md {
    top: 12.75rem;
  }
  .absolute__bottom_12\.75--mobile-down,
  .abs__b_12\.75--md {
    bottom: 12.75rem;
  }
  .absolute__left_12\.75--mobile-down,
  .abs__l_12\.75--md {
    left: 12.75rem;
  }
  .absolute__right_12\.75--mobile-down,
  .abs__r_12\.75--md {
    right: 12.75rem;
  }
}
@media (min-width: 0px) {
  .absolute__top_13--mobile-up,
  .abs__t_13--mu {
    top: 13rem;
  }
  .absolute__bottom_13--mobile-up,
  .abs__b_13--mu {
    bottom: 13rem;
  }
  .absolute__left_13--mobile-up,
  .abs__l_13--mu {
    left: 13rem;
  }
  .absolute__right_13--mobile-up,
  .abs__r_13--mu {
    right: 13rem;
  }
}
@media (max-width: 599px) {
  .absolute__top_13--mobile-down,
  .abs__t_13--md {
    top: 13rem;
  }
  .absolute__bottom_13--mobile-down,
  .abs__b_13--md {
    bottom: 13rem;
  }
  .absolute__left_13--mobile-down,
  .abs__l_13--md {
    left: 13rem;
  }
  .absolute__right_13--mobile-down,
  .abs__r_13--md {
    right: 13rem;
  }
}
@media (min-width: 0px) {
  .absolute__top_13\.25--mobile-up,
  .abs__t_13\.25--mu {
    top: 13.25rem;
  }
  .absolute__bottom_13\.25--mobile-up,
  .abs__b_13\.25--mu {
    bottom: 13.25rem;
  }
  .absolute__left_13\.25--mobile-up,
  .abs__l_13\.25--mu {
    left: 13.25rem;
  }
  .absolute__right_13\.25--mobile-up,
  .abs__r_13\.25--mu {
    right: 13.25rem;
  }
}
@media (max-width: 599px) {
  .absolute__top_13\.25--mobile-down,
  .abs__t_13\.25--md {
    top: 13.25rem;
  }
  .absolute__bottom_13\.25--mobile-down,
  .abs__b_13\.25--md {
    bottom: 13.25rem;
  }
  .absolute__left_13\.25--mobile-down,
  .abs__l_13\.25--md {
    left: 13.25rem;
  }
  .absolute__right_13\.25--mobile-down,
  .abs__r_13\.25--md {
    right: 13.25rem;
  }
}
@media (min-width: 0px) {
  .absolute__top_13\.5--mobile-up,
  .abs__t_13\.5--mu {
    top: 13.5rem;
  }
  .absolute__bottom_13\.5--mobile-up,
  .abs__b_13\.5--mu {
    bottom: 13.5rem;
  }
  .absolute__left_13\.5--mobile-up,
  .abs__l_13\.5--mu {
    left: 13.5rem;
  }
  .absolute__right_13\.5--mobile-up,
  .abs__r_13\.5--mu {
    right: 13.5rem;
  }
}
@media (max-width: 599px) {
  .absolute__top_13\.5--mobile-down,
  .abs__t_13\.5--md {
    top: 13.5rem;
  }
  .absolute__bottom_13\.5--mobile-down,
  .abs__b_13\.5--md {
    bottom: 13.5rem;
  }
  .absolute__left_13\.5--mobile-down,
  .abs__l_13\.5--md {
    left: 13.5rem;
  }
  .absolute__right_13\.5--mobile-down,
  .abs__r_13\.5--md {
    right: 13.5rem;
  }
}
@media (min-width: 0px) {
  .absolute__top_13\.75--mobile-up,
  .abs__t_13\.75--mu {
    top: 13.75rem;
  }
  .absolute__bottom_13\.75--mobile-up,
  .abs__b_13\.75--mu {
    bottom: 13.75rem;
  }
  .absolute__left_13\.75--mobile-up,
  .abs__l_13\.75--mu {
    left: 13.75rem;
  }
  .absolute__right_13\.75--mobile-up,
  .abs__r_13\.75--mu {
    right: 13.75rem;
  }
}
@media (max-width: 599px) {
  .absolute__top_13\.75--mobile-down,
  .abs__t_13\.75--md {
    top: 13.75rem;
  }
  .absolute__bottom_13\.75--mobile-down,
  .abs__b_13\.75--md {
    bottom: 13.75rem;
  }
  .absolute__left_13\.75--mobile-down,
  .abs__l_13\.75--md {
    left: 13.75rem;
  }
  .absolute__right_13\.75--mobile-down,
  .abs__r_13\.75--md {
    right: 13.75rem;
  }
}
@media (min-width: 0px) {
  .absolute__top_14--mobile-up,
  .abs__t_14--mu {
    top: 14rem;
  }
  .absolute__bottom_14--mobile-up,
  .abs__b_14--mu {
    bottom: 14rem;
  }
  .absolute__left_14--mobile-up,
  .abs__l_14--mu {
    left: 14rem;
  }
  .absolute__right_14--mobile-up,
  .abs__r_14--mu {
    right: 14rem;
  }
}
@media (max-width: 599px) {
  .absolute__top_14--mobile-down,
  .abs__t_14--md {
    top: 14rem;
  }
  .absolute__bottom_14--mobile-down,
  .abs__b_14--md {
    bottom: 14rem;
  }
  .absolute__left_14--mobile-down,
  .abs__l_14--md {
    left: 14rem;
  }
  .absolute__right_14--mobile-down,
  .abs__r_14--md {
    right: 14rem;
  }
}
@media (min-width: 0px) {
  .absolute__top_14\.25--mobile-up,
  .abs__t_14\.25--mu {
    top: 14.25rem;
  }
  .absolute__bottom_14\.25--mobile-up,
  .abs__b_14\.25--mu {
    bottom: 14.25rem;
  }
  .absolute__left_14\.25--mobile-up,
  .abs__l_14\.25--mu {
    left: 14.25rem;
  }
  .absolute__right_14\.25--mobile-up,
  .abs__r_14\.25--mu {
    right: 14.25rem;
  }
}
@media (max-width: 599px) {
  .absolute__top_14\.25--mobile-down,
  .abs__t_14\.25--md {
    top: 14.25rem;
  }
  .absolute__bottom_14\.25--mobile-down,
  .abs__b_14\.25--md {
    bottom: 14.25rem;
  }
  .absolute__left_14\.25--mobile-down,
  .abs__l_14\.25--md {
    left: 14.25rem;
  }
  .absolute__right_14\.25--mobile-down,
  .abs__r_14\.25--md {
    right: 14.25rem;
  }
}
@media (min-width: 0px) {
  .absolute__top_14\.5--mobile-up,
  .abs__t_14\.5--mu {
    top: 14.5rem;
  }
  .absolute__bottom_14\.5--mobile-up,
  .abs__b_14\.5--mu {
    bottom: 14.5rem;
  }
  .absolute__left_14\.5--mobile-up,
  .abs__l_14\.5--mu {
    left: 14.5rem;
  }
  .absolute__right_14\.5--mobile-up,
  .abs__r_14\.5--mu {
    right: 14.5rem;
  }
}
@media (max-width: 599px) {
  .absolute__top_14\.5--mobile-down,
  .abs__t_14\.5--md {
    top: 14.5rem;
  }
  .absolute__bottom_14\.5--mobile-down,
  .abs__b_14\.5--md {
    bottom: 14.5rem;
  }
  .absolute__left_14\.5--mobile-down,
  .abs__l_14\.5--md {
    left: 14.5rem;
  }
  .absolute__right_14\.5--mobile-down,
  .abs__r_14\.5--md {
    right: 14.5rem;
  }
}
@media (min-width: 0px) {
  .absolute__top_14\.75--mobile-up,
  .abs__t_14\.75--mu {
    top: 14.75rem;
  }
  .absolute__bottom_14\.75--mobile-up,
  .abs__b_14\.75--mu {
    bottom: 14.75rem;
  }
  .absolute__left_14\.75--mobile-up,
  .abs__l_14\.75--mu {
    left: 14.75rem;
  }
  .absolute__right_14\.75--mobile-up,
  .abs__r_14\.75--mu {
    right: 14.75rem;
  }
}
@media (max-width: 599px) {
  .absolute__top_14\.75--mobile-down,
  .abs__t_14\.75--md {
    top: 14.75rem;
  }
  .absolute__bottom_14\.75--mobile-down,
  .abs__b_14\.75--md {
    bottom: 14.75rem;
  }
  .absolute__left_14\.75--mobile-down,
  .abs__l_14\.75--md {
    left: 14.75rem;
  }
  .absolute__right_14\.75--mobile-down,
  .abs__r_14\.75--md {
    right: 14.75rem;
  }
}
@media (min-width: 0px) {
  .absolute__top_15--mobile-up,
  .abs__t_15--mu {
    top: 15rem;
  }
  .absolute__bottom_15--mobile-up,
  .abs__b_15--mu {
    bottom: 15rem;
  }
  .absolute__left_15--mobile-up,
  .abs__l_15--mu {
    left: 15rem;
  }
  .absolute__right_15--mobile-up,
  .abs__r_15--mu {
    right: 15rem;
  }
}
@media (max-width: 599px) {
  .absolute__top_15--mobile-down,
  .abs__t_15--md {
    top: 15rem;
  }
  .absolute__bottom_15--mobile-down,
  .abs__b_15--md {
    bottom: 15rem;
  }
  .absolute__left_15--mobile-down,
  .abs__l_15--md {
    left: 15rem;
  }
  .absolute__right_15--mobile-down,
  .abs__r_15--md {
    right: 15rem;
  }
}
@media (min-width: 0px) {
  .absolute__top_15\.25--mobile-up,
  .abs__t_15\.25--mu {
    top: 15.25rem;
  }
  .absolute__bottom_15\.25--mobile-up,
  .abs__b_15\.25--mu {
    bottom: 15.25rem;
  }
  .absolute__left_15\.25--mobile-up,
  .abs__l_15\.25--mu {
    left: 15.25rem;
  }
  .absolute__right_15\.25--mobile-up,
  .abs__r_15\.25--mu {
    right: 15.25rem;
  }
}
@media (max-width: 599px) {
  .absolute__top_15\.25--mobile-down,
  .abs__t_15\.25--md {
    top: 15.25rem;
  }
  .absolute__bottom_15\.25--mobile-down,
  .abs__b_15\.25--md {
    bottom: 15.25rem;
  }
  .absolute__left_15\.25--mobile-down,
  .abs__l_15\.25--md {
    left: 15.25rem;
  }
  .absolute__right_15\.25--mobile-down,
  .abs__r_15\.25--md {
    right: 15.25rem;
  }
}
@media (min-width: 0px) {
  .absolute__top_15\.5--mobile-up,
  .abs__t_15\.5--mu {
    top: 15.5rem;
  }
  .absolute__bottom_15\.5--mobile-up,
  .abs__b_15\.5--mu {
    bottom: 15.5rem;
  }
  .absolute__left_15\.5--mobile-up,
  .abs__l_15\.5--mu {
    left: 15.5rem;
  }
  .absolute__right_15\.5--mobile-up,
  .abs__r_15\.5--mu {
    right: 15.5rem;
  }
}
@media (max-width: 599px) {
  .absolute__top_15\.5--mobile-down,
  .abs__t_15\.5--md {
    top: 15.5rem;
  }
  .absolute__bottom_15\.5--mobile-down,
  .abs__b_15\.5--md {
    bottom: 15.5rem;
  }
  .absolute__left_15\.5--mobile-down,
  .abs__l_15\.5--md {
    left: 15.5rem;
  }
  .absolute__right_15\.5--mobile-down,
  .abs__r_15\.5--md {
    right: 15.5rem;
  }
}
@media (min-width: 0px) {
  .absolute__top_15\.75--mobile-up,
  .abs__t_15\.75--mu {
    top: 15.75rem;
  }
  .absolute__bottom_15\.75--mobile-up,
  .abs__b_15\.75--mu {
    bottom: 15.75rem;
  }
  .absolute__left_15\.75--mobile-up,
  .abs__l_15\.75--mu {
    left: 15.75rem;
  }
  .absolute__right_15\.75--mobile-up,
  .abs__r_15\.75--mu {
    right: 15.75rem;
  }
}
@media (max-width: 599px) {
  .absolute__top_15\.75--mobile-down,
  .abs__t_15\.75--md {
    top: 15.75rem;
  }
  .absolute__bottom_15\.75--mobile-down,
  .abs__b_15\.75--md {
    bottom: 15.75rem;
  }
  .absolute__left_15\.75--mobile-down,
  .abs__l_15\.75--md {
    left: 15.75rem;
  }
  .absolute__right_15\.75--mobile-down,
  .abs__r_15\.75--md {
    right: 15.75rem;
  }
}
@media (min-width: 0px) {
  .absolute__top_16--mobile-up,
  .abs__t_16--mu {
    top: 16rem;
  }
  .absolute__bottom_16--mobile-up,
  .abs__b_16--mu {
    bottom: 16rem;
  }
  .absolute__left_16--mobile-up,
  .abs__l_16--mu {
    left: 16rem;
  }
  .absolute__right_16--mobile-up,
  .abs__r_16--mu {
    right: 16rem;
  }
}
@media (max-width: 599px) {
  .absolute__top_16--mobile-down,
  .abs__t_16--md {
    top: 16rem;
  }
  .absolute__bottom_16--mobile-down,
  .abs__b_16--md {
    bottom: 16rem;
  }
  .absolute__left_16--mobile-down,
  .abs__l_16--md {
    left: 16rem;
  }
  .absolute__right_16--mobile-down,
  .abs__r_16--md {
    right: 16rem;
  }
}
@media (min-width: 0px) {
  .absolute__top_16\.25--mobile-up,
  .abs__t_16\.25--mu {
    top: 16.25rem;
  }
  .absolute__bottom_16\.25--mobile-up,
  .abs__b_16\.25--mu {
    bottom: 16.25rem;
  }
  .absolute__left_16\.25--mobile-up,
  .abs__l_16\.25--mu {
    left: 16.25rem;
  }
  .absolute__right_16\.25--mobile-up,
  .abs__r_16\.25--mu {
    right: 16.25rem;
  }
}
@media (max-width: 599px) {
  .absolute__top_16\.25--mobile-down,
  .abs__t_16\.25--md {
    top: 16.25rem;
  }
  .absolute__bottom_16\.25--mobile-down,
  .abs__b_16\.25--md {
    bottom: 16.25rem;
  }
  .absolute__left_16\.25--mobile-down,
  .abs__l_16\.25--md {
    left: 16.25rem;
  }
  .absolute__right_16\.25--mobile-down,
  .abs__r_16\.25--md {
    right: 16.25rem;
  }
}
@media (min-width: 0px) {
  .absolute__top_16\.5--mobile-up,
  .abs__t_16\.5--mu {
    top: 16.5rem;
  }
  .absolute__bottom_16\.5--mobile-up,
  .abs__b_16\.5--mu {
    bottom: 16.5rem;
  }
  .absolute__left_16\.5--mobile-up,
  .abs__l_16\.5--mu {
    left: 16.5rem;
  }
  .absolute__right_16\.5--mobile-up,
  .abs__r_16\.5--mu {
    right: 16.5rem;
  }
}
@media (max-width: 599px) {
  .absolute__top_16\.5--mobile-down,
  .abs__t_16\.5--md {
    top: 16.5rem;
  }
  .absolute__bottom_16\.5--mobile-down,
  .abs__b_16\.5--md {
    bottom: 16.5rem;
  }
  .absolute__left_16\.5--mobile-down,
  .abs__l_16\.5--md {
    left: 16.5rem;
  }
  .absolute__right_16\.5--mobile-down,
  .abs__r_16\.5--md {
    right: 16.5rem;
  }
}
@media (min-width: 0px) {
  .absolute__top_16\.75--mobile-up,
  .abs__t_16\.75--mu {
    top: 16.75rem;
  }
  .absolute__bottom_16\.75--mobile-up,
  .abs__b_16\.75--mu {
    bottom: 16.75rem;
  }
  .absolute__left_16\.75--mobile-up,
  .abs__l_16\.75--mu {
    left: 16.75rem;
  }
  .absolute__right_16\.75--mobile-up,
  .abs__r_16\.75--mu {
    right: 16.75rem;
  }
}
@media (max-width: 599px) {
  .absolute__top_16\.75--mobile-down,
  .abs__t_16\.75--md {
    top: 16.75rem;
  }
  .absolute__bottom_16\.75--mobile-down,
  .abs__b_16\.75--md {
    bottom: 16.75rem;
  }
  .absolute__left_16\.75--mobile-down,
  .abs__l_16\.75--md {
    left: 16.75rem;
  }
  .absolute__right_16\.75--mobile-down,
  .abs__r_16\.75--md {
    right: 16.75rem;
  }
}
@media (min-width: 0px) {
  .absolute__top_17--mobile-up,
  .abs__t_17--mu {
    top: 17rem;
  }
  .absolute__bottom_17--mobile-up,
  .abs__b_17--mu {
    bottom: 17rem;
  }
  .absolute__left_17--mobile-up,
  .abs__l_17--mu {
    left: 17rem;
  }
  .absolute__right_17--mobile-up,
  .abs__r_17--mu {
    right: 17rem;
  }
}
@media (max-width: 599px) {
  .absolute__top_17--mobile-down,
  .abs__t_17--md {
    top: 17rem;
  }
  .absolute__bottom_17--mobile-down,
  .abs__b_17--md {
    bottom: 17rem;
  }
  .absolute__left_17--mobile-down,
  .abs__l_17--md {
    left: 17rem;
  }
  .absolute__right_17--mobile-down,
  .abs__r_17--md {
    right: 17rem;
  }
}
@media (min-width: 0px) {
  .absolute__top_17\.25--mobile-up,
  .abs__t_17\.25--mu {
    top: 17.25rem;
  }
  .absolute__bottom_17\.25--mobile-up,
  .abs__b_17\.25--mu {
    bottom: 17.25rem;
  }
  .absolute__left_17\.25--mobile-up,
  .abs__l_17\.25--mu {
    left: 17.25rem;
  }
  .absolute__right_17\.25--mobile-up,
  .abs__r_17\.25--mu {
    right: 17.25rem;
  }
}
@media (max-width: 599px) {
  .absolute__top_17\.25--mobile-down,
  .abs__t_17\.25--md {
    top: 17.25rem;
  }
  .absolute__bottom_17\.25--mobile-down,
  .abs__b_17\.25--md {
    bottom: 17.25rem;
  }
  .absolute__left_17\.25--mobile-down,
  .abs__l_17\.25--md {
    left: 17.25rem;
  }
  .absolute__right_17\.25--mobile-down,
  .abs__r_17\.25--md {
    right: 17.25rem;
  }
}
@media (min-width: 0px) {
  .absolute__top_17\.5--mobile-up,
  .abs__t_17\.5--mu {
    top: 17.5rem;
  }
  .absolute__bottom_17\.5--mobile-up,
  .abs__b_17\.5--mu {
    bottom: 17.5rem;
  }
  .absolute__left_17\.5--mobile-up,
  .abs__l_17\.5--mu {
    left: 17.5rem;
  }
  .absolute__right_17\.5--mobile-up,
  .abs__r_17\.5--mu {
    right: 17.5rem;
  }
}
@media (max-width: 599px) {
  .absolute__top_17\.5--mobile-down,
  .abs__t_17\.5--md {
    top: 17.5rem;
  }
  .absolute__bottom_17\.5--mobile-down,
  .abs__b_17\.5--md {
    bottom: 17.5rem;
  }
  .absolute__left_17\.5--mobile-down,
  .abs__l_17\.5--md {
    left: 17.5rem;
  }
  .absolute__right_17\.5--mobile-down,
  .abs__r_17\.5--md {
    right: 17.5rem;
  }
}
@media (min-width: 0px) {
  .absolute__top_17\.75--mobile-up,
  .abs__t_17\.75--mu {
    top: 17.75rem;
  }
  .absolute__bottom_17\.75--mobile-up,
  .abs__b_17\.75--mu {
    bottom: 17.75rem;
  }
  .absolute__left_17\.75--mobile-up,
  .abs__l_17\.75--mu {
    left: 17.75rem;
  }
  .absolute__right_17\.75--mobile-up,
  .abs__r_17\.75--mu {
    right: 17.75rem;
  }
}
@media (max-width: 599px) {
  .absolute__top_17\.75--mobile-down,
  .abs__t_17\.75--md {
    top: 17.75rem;
  }
  .absolute__bottom_17\.75--mobile-down,
  .abs__b_17\.75--md {
    bottom: 17.75rem;
  }
  .absolute__left_17\.75--mobile-down,
  .abs__l_17\.75--md {
    left: 17.75rem;
  }
  .absolute__right_17\.75--mobile-down,
  .abs__r_17\.75--md {
    right: 17.75rem;
  }
}
@media (min-width: 0px) {
  .absolute__top_18--mobile-up,
  .abs__t_18--mu {
    top: 18rem;
  }
  .absolute__bottom_18--mobile-up,
  .abs__b_18--mu {
    bottom: 18rem;
  }
  .absolute__left_18--mobile-up,
  .abs__l_18--mu {
    left: 18rem;
  }
  .absolute__right_18--mobile-up,
  .abs__r_18--mu {
    right: 18rem;
  }
}
@media (max-width: 599px) {
  .absolute__top_18--mobile-down,
  .abs__t_18--md {
    top: 18rem;
  }
  .absolute__bottom_18--mobile-down,
  .abs__b_18--md {
    bottom: 18rem;
  }
  .absolute__left_18--mobile-down,
  .abs__l_18--md {
    left: 18rem;
  }
  .absolute__right_18--mobile-down,
  .abs__r_18--md {
    right: 18rem;
  }
}
@media (min-width: 0px) {
  .absolute__top_18\.25--mobile-up,
  .abs__t_18\.25--mu {
    top: 18.25rem;
  }
  .absolute__bottom_18\.25--mobile-up,
  .abs__b_18\.25--mu {
    bottom: 18.25rem;
  }
  .absolute__left_18\.25--mobile-up,
  .abs__l_18\.25--mu {
    left: 18.25rem;
  }
  .absolute__right_18\.25--mobile-up,
  .abs__r_18\.25--mu {
    right: 18.25rem;
  }
}
@media (max-width: 599px) {
  .absolute__top_18\.25--mobile-down,
  .abs__t_18\.25--md {
    top: 18.25rem;
  }
  .absolute__bottom_18\.25--mobile-down,
  .abs__b_18\.25--md {
    bottom: 18.25rem;
  }
  .absolute__left_18\.25--mobile-down,
  .abs__l_18\.25--md {
    left: 18.25rem;
  }
  .absolute__right_18\.25--mobile-down,
  .abs__r_18\.25--md {
    right: 18.25rem;
  }
}
@media (min-width: 0px) {
  .absolute__top_18\.5--mobile-up,
  .abs__t_18\.5--mu {
    top: 18.5rem;
  }
  .absolute__bottom_18\.5--mobile-up,
  .abs__b_18\.5--mu {
    bottom: 18.5rem;
  }
  .absolute__left_18\.5--mobile-up,
  .abs__l_18\.5--mu {
    left: 18.5rem;
  }
  .absolute__right_18\.5--mobile-up,
  .abs__r_18\.5--mu {
    right: 18.5rem;
  }
}
@media (max-width: 599px) {
  .absolute__top_18\.5--mobile-down,
  .abs__t_18\.5--md {
    top: 18.5rem;
  }
  .absolute__bottom_18\.5--mobile-down,
  .abs__b_18\.5--md {
    bottom: 18.5rem;
  }
  .absolute__left_18\.5--mobile-down,
  .abs__l_18\.5--md {
    left: 18.5rem;
  }
  .absolute__right_18\.5--mobile-down,
  .abs__r_18\.5--md {
    right: 18.5rem;
  }
}
@media (min-width: 0px) {
  .absolute__top_18\.75--mobile-up,
  .abs__t_18\.75--mu {
    top: 18.75rem;
  }
  .absolute__bottom_18\.75--mobile-up,
  .abs__b_18\.75--mu {
    bottom: 18.75rem;
  }
  .absolute__left_18\.75--mobile-up,
  .abs__l_18\.75--mu {
    left: 18.75rem;
  }
  .absolute__right_18\.75--mobile-up,
  .abs__r_18\.75--mu {
    right: 18.75rem;
  }
}
@media (max-width: 599px) {
  .absolute__top_18\.75--mobile-down,
  .abs__t_18\.75--md {
    top: 18.75rem;
  }
  .absolute__bottom_18\.75--mobile-down,
  .abs__b_18\.75--md {
    bottom: 18.75rem;
  }
  .absolute__left_18\.75--mobile-down,
  .abs__l_18\.75--md {
    left: 18.75rem;
  }
  .absolute__right_18\.75--mobile-down,
  .abs__r_18\.75--md {
    right: 18.75rem;
  }
}
@media (min-width: 0px) {
  .absolute__top_19--mobile-up,
  .abs__t_19--mu {
    top: 19rem;
  }
  .absolute__bottom_19--mobile-up,
  .abs__b_19--mu {
    bottom: 19rem;
  }
  .absolute__left_19--mobile-up,
  .abs__l_19--mu {
    left: 19rem;
  }
  .absolute__right_19--mobile-up,
  .abs__r_19--mu {
    right: 19rem;
  }
}
@media (max-width: 599px) {
  .absolute__top_19--mobile-down,
  .abs__t_19--md {
    top: 19rem;
  }
  .absolute__bottom_19--mobile-down,
  .abs__b_19--md {
    bottom: 19rem;
  }
  .absolute__left_19--mobile-down,
  .abs__l_19--md {
    left: 19rem;
  }
  .absolute__right_19--mobile-down,
  .abs__r_19--md {
    right: 19rem;
  }
}
@media (min-width: 0px) {
  .absolute__top_19\.25--mobile-up,
  .abs__t_19\.25--mu {
    top: 19.25rem;
  }
  .absolute__bottom_19\.25--mobile-up,
  .abs__b_19\.25--mu {
    bottom: 19.25rem;
  }
  .absolute__left_19\.25--mobile-up,
  .abs__l_19\.25--mu {
    left: 19.25rem;
  }
  .absolute__right_19\.25--mobile-up,
  .abs__r_19\.25--mu {
    right: 19.25rem;
  }
}
@media (max-width: 599px) {
  .absolute__top_19\.25--mobile-down,
  .abs__t_19\.25--md {
    top: 19.25rem;
  }
  .absolute__bottom_19\.25--mobile-down,
  .abs__b_19\.25--md {
    bottom: 19.25rem;
  }
  .absolute__left_19\.25--mobile-down,
  .abs__l_19\.25--md {
    left: 19.25rem;
  }
  .absolute__right_19\.25--mobile-down,
  .abs__r_19\.25--md {
    right: 19.25rem;
  }
}
@media (min-width: 0px) {
  .absolute__top_19\.5--mobile-up,
  .abs__t_19\.5--mu {
    top: 19.5rem;
  }
  .absolute__bottom_19\.5--mobile-up,
  .abs__b_19\.5--mu {
    bottom: 19.5rem;
  }
  .absolute__left_19\.5--mobile-up,
  .abs__l_19\.5--mu {
    left: 19.5rem;
  }
  .absolute__right_19\.5--mobile-up,
  .abs__r_19\.5--mu {
    right: 19.5rem;
  }
}
@media (max-width: 599px) {
  .absolute__top_19\.5--mobile-down,
  .abs__t_19\.5--md {
    top: 19.5rem;
  }
  .absolute__bottom_19\.5--mobile-down,
  .abs__b_19\.5--md {
    bottom: 19.5rem;
  }
  .absolute__left_19\.5--mobile-down,
  .abs__l_19\.5--md {
    left: 19.5rem;
  }
  .absolute__right_19\.5--mobile-down,
  .abs__r_19\.5--md {
    right: 19.5rem;
  }
}
@media (min-width: 0px) {
  .absolute__top_19\.75--mobile-up,
  .abs__t_19\.75--mu {
    top: 19.75rem;
  }
  .absolute__bottom_19\.75--mobile-up,
  .abs__b_19\.75--mu {
    bottom: 19.75rem;
  }
  .absolute__left_19\.75--mobile-up,
  .abs__l_19\.75--mu {
    left: 19.75rem;
  }
  .absolute__right_19\.75--mobile-up,
  .abs__r_19\.75--mu {
    right: 19.75rem;
  }
}
@media (max-width: 599px) {
  .absolute__top_19\.75--mobile-down,
  .abs__t_19\.75--md {
    top: 19.75rem;
  }
  .absolute__bottom_19\.75--mobile-down,
  .abs__b_19\.75--md {
    bottom: 19.75rem;
  }
  .absolute__left_19\.75--mobile-down,
  .abs__l_19\.75--md {
    left: 19.75rem;
  }
  .absolute__right_19\.75--mobile-down,
  .abs__r_19\.75--md {
    right: 19.75rem;
  }
}
@media (min-width: 0px) {
  .absolute__top_20--mobile-up,
  .abs__t_20--mu {
    top: 20rem;
  }
  .absolute__bottom_20--mobile-up,
  .abs__b_20--mu {
    bottom: 20rem;
  }
  .absolute__left_20--mobile-up,
  .abs__l_20--mu {
    left: 20rem;
  }
  .absolute__right_20--mobile-up,
  .abs__r_20--mu {
    right: 20rem;
  }
}
@media (max-width: 599px) {
  .absolute__top_20--mobile-down,
  .abs__t_20--md {
    top: 20rem;
  }
  .absolute__bottom_20--mobile-down,
  .abs__b_20--md {
    bottom: 20rem;
  }
  .absolute__left_20--mobile-down,
  .abs__l_20--md {
    left: 20rem;
  }
  .absolute__right_20--mobile-down,
  .abs__r_20--md {
    right: 20rem;
  }
}
@media (min-width: 0px) {
  .absolute__middle_vertical--mobile-up,
  .abs__m_v--mu {
    top: 50%;
    transform: translateY(-50%);
  }
}

@media (max-width: 599px) {
  .absolute__middle_vertical--mobile-down,
  .abs__m_v--md {
    top: 50%;
    transform: translateY(-50%);
  }
}

@media (min-width: 599px) {
  .absolute__top_0--tablet-up,
  .abs__t_0--tu {
    top: 0rem;
  }
  .absolute__bottom_0--tablet-up,
  .abs__b_0--tu {
    bottom: 0rem;
  }
  .absolute__left_0--tablet-up,
  .abs__l_0--tu {
    left: 0rem;
  }
  .absolute__right_0--tablet-up,
  .abs__r_0--tu {
    right: 0rem;
  }
}
@media (max-width: 1199px) {
  .absolute__top_0--tablet-down,
  .abs__t_0--td {
    top: 0rem;
  }
  .absolute__bottom_0--tablet-down,
  .abs__b_0--td {
    bottom: 0rem;
  }
  .absolute__left_0--tablet-down,
  .abs__l_0--td {
    left: 0rem;
  }
  .absolute__right_0--tablet-down,
  .abs__r_0--td {
    right: 0rem;
  }
}
@media (min-width: 599px) {
  .absolute__top_0\.25--tablet-up,
  .abs__t_0\.25--tu {
    top: 0.25rem;
  }
  .absolute__bottom_0\.25--tablet-up,
  .abs__b_0\.25--tu {
    bottom: 0.25rem;
  }
  .absolute__left_0\.25--tablet-up,
  .abs__l_0\.25--tu {
    left: 0.25rem;
  }
  .absolute__right_0\.25--tablet-up,
  .abs__r_0\.25--tu {
    right: 0.25rem;
  }
}
@media (max-width: 1199px) {
  .absolute__top_0\.25--tablet-down,
  .abs__t_0\.25--td {
    top: 0.25rem;
  }
  .absolute__bottom_0\.25--tablet-down,
  .abs__b_0\.25--td {
    bottom: 0.25rem;
  }
  .absolute__left_0\.25--tablet-down,
  .abs__l_0\.25--td {
    left: 0.25rem;
  }
  .absolute__right_0\.25--tablet-down,
  .abs__r_0\.25--td {
    right: 0.25rem;
  }
}
@media (min-width: 599px) {
  .absolute__top_0\.5--tablet-up,
  .abs__t_0\.5--tu {
    top: 0.5rem;
  }
  .absolute__bottom_0\.5--tablet-up,
  .abs__b_0\.5--tu {
    bottom: 0.5rem;
  }
  .absolute__left_0\.5--tablet-up,
  .abs__l_0\.5--tu {
    left: 0.5rem;
  }
  .absolute__right_0\.5--tablet-up,
  .abs__r_0\.5--tu {
    right: 0.5rem;
  }
}
@media (max-width: 1199px) {
  .absolute__top_0\.5--tablet-down,
  .abs__t_0\.5--td {
    top: 0.5rem;
  }
  .absolute__bottom_0\.5--tablet-down,
  .abs__b_0\.5--td {
    bottom: 0.5rem;
  }
  .absolute__left_0\.5--tablet-down,
  .abs__l_0\.5--td {
    left: 0.5rem;
  }
  .absolute__right_0\.5--tablet-down,
  .abs__r_0\.5--td {
    right: 0.5rem;
  }
}
@media (min-width: 599px) {
  .absolute__top_0\.75--tablet-up,
  .abs__t_0\.75--tu {
    top: 0.75rem;
  }
  .absolute__bottom_0\.75--tablet-up,
  .abs__b_0\.75--tu {
    bottom: 0.75rem;
  }
  .absolute__left_0\.75--tablet-up,
  .abs__l_0\.75--tu {
    left: 0.75rem;
  }
  .absolute__right_0\.75--tablet-up,
  .abs__r_0\.75--tu {
    right: 0.75rem;
  }
}
@media (max-width: 1199px) {
  .absolute__top_0\.75--tablet-down,
  .abs__t_0\.75--td {
    top: 0.75rem;
  }
  .absolute__bottom_0\.75--tablet-down,
  .abs__b_0\.75--td {
    bottom: 0.75rem;
  }
  .absolute__left_0\.75--tablet-down,
  .abs__l_0\.75--td {
    left: 0.75rem;
  }
  .absolute__right_0\.75--tablet-down,
  .abs__r_0\.75--td {
    right: 0.75rem;
  }
}
@media (min-width: 599px) {
  .absolute__top_1--tablet-up,
  .abs__t_1--tu {
    top: 1rem;
  }
  .absolute__bottom_1--tablet-up,
  .abs__b_1--tu {
    bottom: 1rem;
  }
  .absolute__left_1--tablet-up,
  .abs__l_1--tu {
    left: 1rem;
  }
  .absolute__right_1--tablet-up,
  .abs__r_1--tu {
    right: 1rem;
  }
}
@media (max-width: 1199px) {
  .absolute__top_1--tablet-down,
  .abs__t_1--td {
    top: 1rem;
  }
  .absolute__bottom_1--tablet-down,
  .abs__b_1--td {
    bottom: 1rem;
  }
  .absolute__left_1--tablet-down,
  .abs__l_1--td {
    left: 1rem;
  }
  .absolute__right_1--tablet-down,
  .abs__r_1--td {
    right: 1rem;
  }
}
@media (min-width: 599px) {
  .absolute__top_1\.25--tablet-up,
  .abs__t_1\.25--tu {
    top: 1.25rem;
  }
  .absolute__bottom_1\.25--tablet-up,
  .abs__b_1\.25--tu {
    bottom: 1.25rem;
  }
  .absolute__left_1\.25--tablet-up,
  .abs__l_1\.25--tu {
    left: 1.25rem;
  }
  .absolute__right_1\.25--tablet-up,
  .abs__r_1\.25--tu {
    right: 1.25rem;
  }
}
@media (max-width: 1199px) {
  .absolute__top_1\.25--tablet-down,
  .abs__t_1\.25--td {
    top: 1.25rem;
  }
  .absolute__bottom_1\.25--tablet-down,
  .abs__b_1\.25--td {
    bottom: 1.25rem;
  }
  .absolute__left_1\.25--tablet-down,
  .abs__l_1\.25--td {
    left: 1.25rem;
  }
  .absolute__right_1\.25--tablet-down,
  .abs__r_1\.25--td {
    right: 1.25rem;
  }
}
@media (min-width: 599px) {
  .absolute__top_1\.5--tablet-up,
  .abs__t_1\.5--tu {
    top: 1.5rem;
  }
  .absolute__bottom_1\.5--tablet-up,
  .abs__b_1\.5--tu {
    bottom: 1.5rem;
  }
  .absolute__left_1\.5--tablet-up,
  .abs__l_1\.5--tu {
    left: 1.5rem;
  }
  .absolute__right_1\.5--tablet-up,
  .abs__r_1\.5--tu {
    right: 1.5rem;
  }
}
@media (max-width: 1199px) {
  .absolute__top_1\.5--tablet-down,
  .abs__t_1\.5--td {
    top: 1.5rem;
  }
  .absolute__bottom_1\.5--tablet-down,
  .abs__b_1\.5--td {
    bottom: 1.5rem;
  }
  .absolute__left_1\.5--tablet-down,
  .abs__l_1\.5--td {
    left: 1.5rem;
  }
  .absolute__right_1\.5--tablet-down,
  .abs__r_1\.5--td {
    right: 1.5rem;
  }
}
@media (min-width: 599px) {
  .absolute__top_1\.75--tablet-up,
  .abs__t_1\.75--tu {
    top: 1.75rem;
  }
  .absolute__bottom_1\.75--tablet-up,
  .abs__b_1\.75--tu {
    bottom: 1.75rem;
  }
  .absolute__left_1\.75--tablet-up,
  .abs__l_1\.75--tu {
    left: 1.75rem;
  }
  .absolute__right_1\.75--tablet-up,
  .abs__r_1\.75--tu {
    right: 1.75rem;
  }
}
@media (max-width: 1199px) {
  .absolute__top_1\.75--tablet-down,
  .abs__t_1\.75--td {
    top: 1.75rem;
  }
  .absolute__bottom_1\.75--tablet-down,
  .abs__b_1\.75--td {
    bottom: 1.75rem;
  }
  .absolute__left_1\.75--tablet-down,
  .abs__l_1\.75--td {
    left: 1.75rem;
  }
  .absolute__right_1\.75--tablet-down,
  .abs__r_1\.75--td {
    right: 1.75rem;
  }
}
@media (min-width: 599px) {
  .absolute__top_2--tablet-up,
  .abs__t_2--tu {
    top: 2rem;
  }
  .absolute__bottom_2--tablet-up,
  .abs__b_2--tu {
    bottom: 2rem;
  }
  .absolute__left_2--tablet-up,
  .abs__l_2--tu {
    left: 2rem;
  }
  .absolute__right_2--tablet-up,
  .abs__r_2--tu {
    right: 2rem;
  }
}
@media (max-width: 1199px) {
  .absolute__top_2--tablet-down,
  .abs__t_2--td {
    top: 2rem;
  }
  .absolute__bottom_2--tablet-down,
  .abs__b_2--td {
    bottom: 2rem;
  }
  .absolute__left_2--tablet-down,
  .abs__l_2--td {
    left: 2rem;
  }
  .absolute__right_2--tablet-down,
  .abs__r_2--td {
    right: 2rem;
  }
}
@media (min-width: 599px) {
  .absolute__top_2\.25--tablet-up,
  .abs__t_2\.25--tu {
    top: 2.25rem;
  }
  .absolute__bottom_2\.25--tablet-up,
  .abs__b_2\.25--tu {
    bottom: 2.25rem;
  }
  .absolute__left_2\.25--tablet-up,
  .abs__l_2\.25--tu {
    left: 2.25rem;
  }
  .absolute__right_2\.25--tablet-up,
  .abs__r_2\.25--tu {
    right: 2.25rem;
  }
}
@media (max-width: 1199px) {
  .absolute__top_2\.25--tablet-down,
  .abs__t_2\.25--td {
    top: 2.25rem;
  }
  .absolute__bottom_2\.25--tablet-down,
  .abs__b_2\.25--td {
    bottom: 2.25rem;
  }
  .absolute__left_2\.25--tablet-down,
  .abs__l_2\.25--td {
    left: 2.25rem;
  }
  .absolute__right_2\.25--tablet-down,
  .abs__r_2\.25--td {
    right: 2.25rem;
  }
}
@media (min-width: 599px) {
  .absolute__top_2\.5--tablet-up,
  .abs__t_2\.5--tu {
    top: 2.5rem;
  }
  .absolute__bottom_2\.5--tablet-up,
  .abs__b_2\.5--tu {
    bottom: 2.5rem;
  }
  .absolute__left_2\.5--tablet-up,
  .abs__l_2\.5--tu {
    left: 2.5rem;
  }
  .absolute__right_2\.5--tablet-up,
  .abs__r_2\.5--tu {
    right: 2.5rem;
  }
}
@media (max-width: 1199px) {
  .absolute__top_2\.5--tablet-down,
  .abs__t_2\.5--td {
    top: 2.5rem;
  }
  .absolute__bottom_2\.5--tablet-down,
  .abs__b_2\.5--td {
    bottom: 2.5rem;
  }
  .absolute__left_2\.5--tablet-down,
  .abs__l_2\.5--td {
    left: 2.5rem;
  }
  .absolute__right_2\.5--tablet-down,
  .abs__r_2\.5--td {
    right: 2.5rem;
  }
}
@media (min-width: 599px) {
  .absolute__top_2\.75--tablet-up,
  .abs__t_2\.75--tu {
    top: 2.75rem;
  }
  .absolute__bottom_2\.75--tablet-up,
  .abs__b_2\.75--tu {
    bottom: 2.75rem;
  }
  .absolute__left_2\.75--tablet-up,
  .abs__l_2\.75--tu {
    left: 2.75rem;
  }
  .absolute__right_2\.75--tablet-up,
  .abs__r_2\.75--tu {
    right: 2.75rem;
  }
}
@media (max-width: 1199px) {
  .absolute__top_2\.75--tablet-down,
  .abs__t_2\.75--td {
    top: 2.75rem;
  }
  .absolute__bottom_2\.75--tablet-down,
  .abs__b_2\.75--td {
    bottom: 2.75rem;
  }
  .absolute__left_2\.75--tablet-down,
  .abs__l_2\.75--td {
    left: 2.75rem;
  }
  .absolute__right_2\.75--tablet-down,
  .abs__r_2\.75--td {
    right: 2.75rem;
  }
}
@media (min-width: 599px) {
  .absolute__top_3--tablet-up,
  .abs__t_3--tu {
    top: 3rem;
  }
  .absolute__bottom_3--tablet-up,
  .abs__b_3--tu {
    bottom: 3rem;
  }
  .absolute__left_3--tablet-up,
  .abs__l_3--tu {
    left: 3rem;
  }
  .absolute__right_3--tablet-up,
  .abs__r_3--tu {
    right: 3rem;
  }
}
@media (max-width: 1199px) {
  .absolute__top_3--tablet-down,
  .abs__t_3--td {
    top: 3rem;
  }
  .absolute__bottom_3--tablet-down,
  .abs__b_3--td {
    bottom: 3rem;
  }
  .absolute__left_3--tablet-down,
  .abs__l_3--td {
    left: 3rem;
  }
  .absolute__right_3--tablet-down,
  .abs__r_3--td {
    right: 3rem;
  }
}
@media (min-width: 599px) {
  .absolute__top_3\.25--tablet-up,
  .abs__t_3\.25--tu {
    top: 3.25rem;
  }
  .absolute__bottom_3\.25--tablet-up,
  .abs__b_3\.25--tu {
    bottom: 3.25rem;
  }
  .absolute__left_3\.25--tablet-up,
  .abs__l_3\.25--tu {
    left: 3.25rem;
  }
  .absolute__right_3\.25--tablet-up,
  .abs__r_3\.25--tu {
    right: 3.25rem;
  }
}
@media (max-width: 1199px) {
  .absolute__top_3\.25--tablet-down,
  .abs__t_3\.25--td {
    top: 3.25rem;
  }
  .absolute__bottom_3\.25--tablet-down,
  .abs__b_3\.25--td {
    bottom: 3.25rem;
  }
  .absolute__left_3\.25--tablet-down,
  .abs__l_3\.25--td {
    left: 3.25rem;
  }
  .absolute__right_3\.25--tablet-down,
  .abs__r_3\.25--td {
    right: 3.25rem;
  }
}
@media (min-width: 599px) {
  .absolute__top_3\.5--tablet-up,
  .abs__t_3\.5--tu {
    top: 3.5rem;
  }
  .absolute__bottom_3\.5--tablet-up,
  .abs__b_3\.5--tu {
    bottom: 3.5rem;
  }
  .absolute__left_3\.5--tablet-up,
  .abs__l_3\.5--tu {
    left: 3.5rem;
  }
  .absolute__right_3\.5--tablet-up,
  .abs__r_3\.5--tu {
    right: 3.5rem;
  }
}
@media (max-width: 1199px) {
  .absolute__top_3\.5--tablet-down,
  .abs__t_3\.5--td {
    top: 3.5rem;
  }
  .absolute__bottom_3\.5--tablet-down,
  .abs__b_3\.5--td {
    bottom: 3.5rem;
  }
  .absolute__left_3\.5--tablet-down,
  .abs__l_3\.5--td {
    left: 3.5rem;
  }
  .absolute__right_3\.5--tablet-down,
  .abs__r_3\.5--td {
    right: 3.5rem;
  }
}
@media (min-width: 599px) {
  .absolute__top_3\.75--tablet-up,
  .abs__t_3\.75--tu {
    top: 3.75rem;
  }
  .absolute__bottom_3\.75--tablet-up,
  .abs__b_3\.75--tu {
    bottom: 3.75rem;
  }
  .absolute__left_3\.75--tablet-up,
  .abs__l_3\.75--tu {
    left: 3.75rem;
  }
  .absolute__right_3\.75--tablet-up,
  .abs__r_3\.75--tu {
    right: 3.75rem;
  }
}
@media (max-width: 1199px) {
  .absolute__top_3\.75--tablet-down,
  .abs__t_3\.75--td {
    top: 3.75rem;
  }
  .absolute__bottom_3\.75--tablet-down,
  .abs__b_3\.75--td {
    bottom: 3.75rem;
  }
  .absolute__left_3\.75--tablet-down,
  .abs__l_3\.75--td {
    left: 3.75rem;
  }
  .absolute__right_3\.75--tablet-down,
  .abs__r_3\.75--td {
    right: 3.75rem;
  }
}
@media (min-width: 599px) {
  .absolute__top_4--tablet-up,
  .abs__t_4--tu {
    top: 4rem;
  }
  .absolute__bottom_4--tablet-up,
  .abs__b_4--tu {
    bottom: 4rem;
  }
  .absolute__left_4--tablet-up,
  .abs__l_4--tu {
    left: 4rem;
  }
  .absolute__right_4--tablet-up,
  .abs__r_4--tu {
    right: 4rem;
  }
}
@media (max-width: 1199px) {
  .absolute__top_4--tablet-down,
  .abs__t_4--td {
    top: 4rem;
  }
  .absolute__bottom_4--tablet-down,
  .abs__b_4--td {
    bottom: 4rem;
  }
  .absolute__left_4--tablet-down,
  .abs__l_4--td {
    left: 4rem;
  }
  .absolute__right_4--tablet-down,
  .abs__r_4--td {
    right: 4rem;
  }
}
@media (min-width: 599px) {
  .absolute__top_4\.25--tablet-up,
  .abs__t_4\.25--tu {
    top: 4.25rem;
  }
  .absolute__bottom_4\.25--tablet-up,
  .abs__b_4\.25--tu {
    bottom: 4.25rem;
  }
  .absolute__left_4\.25--tablet-up,
  .abs__l_4\.25--tu {
    left: 4.25rem;
  }
  .absolute__right_4\.25--tablet-up,
  .abs__r_4\.25--tu {
    right: 4.25rem;
  }
}
@media (max-width: 1199px) {
  .absolute__top_4\.25--tablet-down,
  .abs__t_4\.25--td {
    top: 4.25rem;
  }
  .absolute__bottom_4\.25--tablet-down,
  .abs__b_4\.25--td {
    bottom: 4.25rem;
  }
  .absolute__left_4\.25--tablet-down,
  .abs__l_4\.25--td {
    left: 4.25rem;
  }
  .absolute__right_4\.25--tablet-down,
  .abs__r_4\.25--td {
    right: 4.25rem;
  }
}
@media (min-width: 599px) {
  .absolute__top_4\.5--tablet-up,
  .abs__t_4\.5--tu {
    top: 4.5rem;
  }
  .absolute__bottom_4\.5--tablet-up,
  .abs__b_4\.5--tu {
    bottom: 4.5rem;
  }
  .absolute__left_4\.5--tablet-up,
  .abs__l_4\.5--tu {
    left: 4.5rem;
  }
  .absolute__right_4\.5--tablet-up,
  .abs__r_4\.5--tu {
    right: 4.5rem;
  }
}
@media (max-width: 1199px) {
  .absolute__top_4\.5--tablet-down,
  .abs__t_4\.5--td {
    top: 4.5rem;
  }
  .absolute__bottom_4\.5--tablet-down,
  .abs__b_4\.5--td {
    bottom: 4.5rem;
  }
  .absolute__left_4\.5--tablet-down,
  .abs__l_4\.5--td {
    left: 4.5rem;
  }
  .absolute__right_4\.5--tablet-down,
  .abs__r_4\.5--td {
    right: 4.5rem;
  }
}
@media (min-width: 599px) {
  .absolute__top_4\.75--tablet-up,
  .abs__t_4\.75--tu {
    top: 4.75rem;
  }
  .absolute__bottom_4\.75--tablet-up,
  .abs__b_4\.75--tu {
    bottom: 4.75rem;
  }
  .absolute__left_4\.75--tablet-up,
  .abs__l_4\.75--tu {
    left: 4.75rem;
  }
  .absolute__right_4\.75--tablet-up,
  .abs__r_4\.75--tu {
    right: 4.75rem;
  }
}
@media (max-width: 1199px) {
  .absolute__top_4\.75--tablet-down,
  .abs__t_4\.75--td {
    top: 4.75rem;
  }
  .absolute__bottom_4\.75--tablet-down,
  .abs__b_4\.75--td {
    bottom: 4.75rem;
  }
  .absolute__left_4\.75--tablet-down,
  .abs__l_4\.75--td {
    left: 4.75rem;
  }
  .absolute__right_4\.75--tablet-down,
  .abs__r_4\.75--td {
    right: 4.75rem;
  }
}
@media (min-width: 599px) {
  .absolute__top_5--tablet-up,
  .abs__t_5--tu {
    top: 5rem;
  }
  .absolute__bottom_5--tablet-up,
  .abs__b_5--tu {
    bottom: 5rem;
  }
  .absolute__left_5--tablet-up,
  .abs__l_5--tu {
    left: 5rem;
  }
  .absolute__right_5--tablet-up,
  .abs__r_5--tu {
    right: 5rem;
  }
}
@media (max-width: 1199px) {
  .absolute__top_5--tablet-down,
  .abs__t_5--td {
    top: 5rem;
  }
  .absolute__bottom_5--tablet-down,
  .abs__b_5--td {
    bottom: 5rem;
  }
  .absolute__left_5--tablet-down,
  .abs__l_5--td {
    left: 5rem;
  }
  .absolute__right_5--tablet-down,
  .abs__r_5--td {
    right: 5rem;
  }
}
@media (min-width: 599px) {
  .absolute__top_5\.25--tablet-up,
  .abs__t_5\.25--tu {
    top: 5.25rem;
  }
  .absolute__bottom_5\.25--tablet-up,
  .abs__b_5\.25--tu {
    bottom: 5.25rem;
  }
  .absolute__left_5\.25--tablet-up,
  .abs__l_5\.25--tu {
    left: 5.25rem;
  }
  .absolute__right_5\.25--tablet-up,
  .abs__r_5\.25--tu {
    right: 5.25rem;
  }
}
@media (max-width: 1199px) {
  .absolute__top_5\.25--tablet-down,
  .abs__t_5\.25--td {
    top: 5.25rem;
  }
  .absolute__bottom_5\.25--tablet-down,
  .abs__b_5\.25--td {
    bottom: 5.25rem;
  }
  .absolute__left_5\.25--tablet-down,
  .abs__l_5\.25--td {
    left: 5.25rem;
  }
  .absolute__right_5\.25--tablet-down,
  .abs__r_5\.25--td {
    right: 5.25rem;
  }
}
@media (min-width: 599px) {
  .absolute__top_5\.5--tablet-up,
  .abs__t_5\.5--tu {
    top: 5.5rem;
  }
  .absolute__bottom_5\.5--tablet-up,
  .abs__b_5\.5--tu {
    bottom: 5.5rem;
  }
  .absolute__left_5\.5--tablet-up,
  .abs__l_5\.5--tu {
    left: 5.5rem;
  }
  .absolute__right_5\.5--tablet-up,
  .abs__r_5\.5--tu {
    right: 5.5rem;
  }
}
@media (max-width: 1199px) {
  .absolute__top_5\.5--tablet-down,
  .abs__t_5\.5--td {
    top: 5.5rem;
  }
  .absolute__bottom_5\.5--tablet-down,
  .abs__b_5\.5--td {
    bottom: 5.5rem;
  }
  .absolute__left_5\.5--tablet-down,
  .abs__l_5\.5--td {
    left: 5.5rem;
  }
  .absolute__right_5\.5--tablet-down,
  .abs__r_5\.5--td {
    right: 5.5rem;
  }
}
@media (min-width: 599px) {
  .absolute__top_5\.75--tablet-up,
  .abs__t_5\.75--tu {
    top: 5.75rem;
  }
  .absolute__bottom_5\.75--tablet-up,
  .abs__b_5\.75--tu {
    bottom: 5.75rem;
  }
  .absolute__left_5\.75--tablet-up,
  .abs__l_5\.75--tu {
    left: 5.75rem;
  }
  .absolute__right_5\.75--tablet-up,
  .abs__r_5\.75--tu {
    right: 5.75rem;
  }
}
@media (max-width: 1199px) {
  .absolute__top_5\.75--tablet-down,
  .abs__t_5\.75--td {
    top: 5.75rem;
  }
  .absolute__bottom_5\.75--tablet-down,
  .abs__b_5\.75--td {
    bottom: 5.75rem;
  }
  .absolute__left_5\.75--tablet-down,
  .abs__l_5\.75--td {
    left: 5.75rem;
  }
  .absolute__right_5\.75--tablet-down,
  .abs__r_5\.75--td {
    right: 5.75rem;
  }
}
@media (min-width: 599px) {
  .absolute__top_6--tablet-up,
  .abs__t_6--tu {
    top: 6rem;
  }
  .absolute__bottom_6--tablet-up,
  .abs__b_6--tu {
    bottom: 6rem;
  }
  .absolute__left_6--tablet-up,
  .abs__l_6--tu {
    left: 6rem;
  }
  .absolute__right_6--tablet-up,
  .abs__r_6--tu {
    right: 6rem;
  }
}
@media (max-width: 1199px) {
  .absolute__top_6--tablet-down,
  .abs__t_6--td {
    top: 6rem;
  }
  .absolute__bottom_6--tablet-down,
  .abs__b_6--td {
    bottom: 6rem;
  }
  .absolute__left_6--tablet-down,
  .abs__l_6--td {
    left: 6rem;
  }
  .absolute__right_6--tablet-down,
  .abs__r_6--td {
    right: 6rem;
  }
}
@media (min-width: 599px) {
  .absolute__top_6\.25--tablet-up,
  .abs__t_6\.25--tu {
    top: 6.25rem;
  }
  .absolute__bottom_6\.25--tablet-up,
  .abs__b_6\.25--tu {
    bottom: 6.25rem;
  }
  .absolute__left_6\.25--tablet-up,
  .abs__l_6\.25--tu {
    left: 6.25rem;
  }
  .absolute__right_6\.25--tablet-up,
  .abs__r_6\.25--tu {
    right: 6.25rem;
  }
}
@media (max-width: 1199px) {
  .absolute__top_6\.25--tablet-down,
  .abs__t_6\.25--td {
    top: 6.25rem;
  }
  .absolute__bottom_6\.25--tablet-down,
  .abs__b_6\.25--td {
    bottom: 6.25rem;
  }
  .absolute__left_6\.25--tablet-down,
  .abs__l_6\.25--td {
    left: 6.25rem;
  }
  .absolute__right_6\.25--tablet-down,
  .abs__r_6\.25--td {
    right: 6.25rem;
  }
}
@media (min-width: 599px) {
  .absolute__top_6\.5--tablet-up,
  .abs__t_6\.5--tu {
    top: 6.5rem;
  }
  .absolute__bottom_6\.5--tablet-up,
  .abs__b_6\.5--tu {
    bottom: 6.5rem;
  }
  .absolute__left_6\.5--tablet-up,
  .abs__l_6\.5--tu {
    left: 6.5rem;
  }
  .absolute__right_6\.5--tablet-up,
  .abs__r_6\.5--tu {
    right: 6.5rem;
  }
}
@media (max-width: 1199px) {
  .absolute__top_6\.5--tablet-down,
  .abs__t_6\.5--td {
    top: 6.5rem;
  }
  .absolute__bottom_6\.5--tablet-down,
  .abs__b_6\.5--td {
    bottom: 6.5rem;
  }
  .absolute__left_6\.5--tablet-down,
  .abs__l_6\.5--td {
    left: 6.5rem;
  }
  .absolute__right_6\.5--tablet-down,
  .abs__r_6\.5--td {
    right: 6.5rem;
  }
}
@media (min-width: 599px) {
  .absolute__top_6\.75--tablet-up,
  .abs__t_6\.75--tu {
    top: 6.75rem;
  }
  .absolute__bottom_6\.75--tablet-up,
  .abs__b_6\.75--tu {
    bottom: 6.75rem;
  }
  .absolute__left_6\.75--tablet-up,
  .abs__l_6\.75--tu {
    left: 6.75rem;
  }
  .absolute__right_6\.75--tablet-up,
  .abs__r_6\.75--tu {
    right: 6.75rem;
  }
}
@media (max-width: 1199px) {
  .absolute__top_6\.75--tablet-down,
  .abs__t_6\.75--td {
    top: 6.75rem;
  }
  .absolute__bottom_6\.75--tablet-down,
  .abs__b_6\.75--td {
    bottom: 6.75rem;
  }
  .absolute__left_6\.75--tablet-down,
  .abs__l_6\.75--td {
    left: 6.75rem;
  }
  .absolute__right_6\.75--tablet-down,
  .abs__r_6\.75--td {
    right: 6.75rem;
  }
}
@media (min-width: 599px) {
  .absolute__top_7--tablet-up,
  .abs__t_7--tu {
    top: 7rem;
  }
  .absolute__bottom_7--tablet-up,
  .abs__b_7--tu {
    bottom: 7rem;
  }
  .absolute__left_7--tablet-up,
  .abs__l_7--tu {
    left: 7rem;
  }
  .absolute__right_7--tablet-up,
  .abs__r_7--tu {
    right: 7rem;
  }
}
@media (max-width: 1199px) {
  .absolute__top_7--tablet-down,
  .abs__t_7--td {
    top: 7rem;
  }
  .absolute__bottom_7--tablet-down,
  .abs__b_7--td {
    bottom: 7rem;
  }
  .absolute__left_7--tablet-down,
  .abs__l_7--td {
    left: 7rem;
  }
  .absolute__right_7--tablet-down,
  .abs__r_7--td {
    right: 7rem;
  }
}
@media (min-width: 599px) {
  .absolute__top_7\.25--tablet-up,
  .abs__t_7\.25--tu {
    top: 7.25rem;
  }
  .absolute__bottom_7\.25--tablet-up,
  .abs__b_7\.25--tu {
    bottom: 7.25rem;
  }
  .absolute__left_7\.25--tablet-up,
  .abs__l_7\.25--tu {
    left: 7.25rem;
  }
  .absolute__right_7\.25--tablet-up,
  .abs__r_7\.25--tu {
    right: 7.25rem;
  }
}
@media (max-width: 1199px) {
  .absolute__top_7\.25--tablet-down,
  .abs__t_7\.25--td {
    top: 7.25rem;
  }
  .absolute__bottom_7\.25--tablet-down,
  .abs__b_7\.25--td {
    bottom: 7.25rem;
  }
  .absolute__left_7\.25--tablet-down,
  .abs__l_7\.25--td {
    left: 7.25rem;
  }
  .absolute__right_7\.25--tablet-down,
  .abs__r_7\.25--td {
    right: 7.25rem;
  }
}
@media (min-width: 599px) {
  .absolute__top_7\.5--tablet-up,
  .abs__t_7\.5--tu {
    top: 7.5rem;
  }
  .absolute__bottom_7\.5--tablet-up,
  .abs__b_7\.5--tu {
    bottom: 7.5rem;
  }
  .absolute__left_7\.5--tablet-up,
  .abs__l_7\.5--tu {
    left: 7.5rem;
  }
  .absolute__right_7\.5--tablet-up,
  .abs__r_7\.5--tu {
    right: 7.5rem;
  }
}
@media (max-width: 1199px) {
  .absolute__top_7\.5--tablet-down,
  .abs__t_7\.5--td {
    top: 7.5rem;
  }
  .absolute__bottom_7\.5--tablet-down,
  .abs__b_7\.5--td {
    bottom: 7.5rem;
  }
  .absolute__left_7\.5--tablet-down,
  .abs__l_7\.5--td {
    left: 7.5rem;
  }
  .absolute__right_7\.5--tablet-down,
  .abs__r_7\.5--td {
    right: 7.5rem;
  }
}
@media (min-width: 599px) {
  .absolute__top_7\.75--tablet-up,
  .abs__t_7\.75--tu {
    top: 7.75rem;
  }
  .absolute__bottom_7\.75--tablet-up,
  .abs__b_7\.75--tu {
    bottom: 7.75rem;
  }
  .absolute__left_7\.75--tablet-up,
  .abs__l_7\.75--tu {
    left: 7.75rem;
  }
  .absolute__right_7\.75--tablet-up,
  .abs__r_7\.75--tu {
    right: 7.75rem;
  }
}
@media (max-width: 1199px) {
  .absolute__top_7\.75--tablet-down,
  .abs__t_7\.75--td {
    top: 7.75rem;
  }
  .absolute__bottom_7\.75--tablet-down,
  .abs__b_7\.75--td {
    bottom: 7.75rem;
  }
  .absolute__left_7\.75--tablet-down,
  .abs__l_7\.75--td {
    left: 7.75rem;
  }
  .absolute__right_7\.75--tablet-down,
  .abs__r_7\.75--td {
    right: 7.75rem;
  }
}
@media (min-width: 599px) {
  .absolute__top_8--tablet-up,
  .abs__t_8--tu {
    top: 8rem;
  }
  .absolute__bottom_8--tablet-up,
  .abs__b_8--tu {
    bottom: 8rem;
  }
  .absolute__left_8--tablet-up,
  .abs__l_8--tu {
    left: 8rem;
  }
  .absolute__right_8--tablet-up,
  .abs__r_8--tu {
    right: 8rem;
  }
}
@media (max-width: 1199px) {
  .absolute__top_8--tablet-down,
  .abs__t_8--td {
    top: 8rem;
  }
  .absolute__bottom_8--tablet-down,
  .abs__b_8--td {
    bottom: 8rem;
  }
  .absolute__left_8--tablet-down,
  .abs__l_8--td {
    left: 8rem;
  }
  .absolute__right_8--tablet-down,
  .abs__r_8--td {
    right: 8rem;
  }
}
@media (min-width: 599px) {
  .absolute__top_8\.25--tablet-up,
  .abs__t_8\.25--tu {
    top: 8.25rem;
  }
  .absolute__bottom_8\.25--tablet-up,
  .abs__b_8\.25--tu {
    bottom: 8.25rem;
  }
  .absolute__left_8\.25--tablet-up,
  .abs__l_8\.25--tu {
    left: 8.25rem;
  }
  .absolute__right_8\.25--tablet-up,
  .abs__r_8\.25--tu {
    right: 8.25rem;
  }
}
@media (max-width: 1199px) {
  .absolute__top_8\.25--tablet-down,
  .abs__t_8\.25--td {
    top: 8.25rem;
  }
  .absolute__bottom_8\.25--tablet-down,
  .abs__b_8\.25--td {
    bottom: 8.25rem;
  }
  .absolute__left_8\.25--tablet-down,
  .abs__l_8\.25--td {
    left: 8.25rem;
  }
  .absolute__right_8\.25--tablet-down,
  .abs__r_8\.25--td {
    right: 8.25rem;
  }
}
@media (min-width: 599px) {
  .absolute__top_8\.5--tablet-up,
  .abs__t_8\.5--tu {
    top: 8.5rem;
  }
  .absolute__bottom_8\.5--tablet-up,
  .abs__b_8\.5--tu {
    bottom: 8.5rem;
  }
  .absolute__left_8\.5--tablet-up,
  .abs__l_8\.5--tu {
    left: 8.5rem;
  }
  .absolute__right_8\.5--tablet-up,
  .abs__r_8\.5--tu {
    right: 8.5rem;
  }
}
@media (max-width: 1199px) {
  .absolute__top_8\.5--tablet-down,
  .abs__t_8\.5--td {
    top: 8.5rem;
  }
  .absolute__bottom_8\.5--tablet-down,
  .abs__b_8\.5--td {
    bottom: 8.5rem;
  }
  .absolute__left_8\.5--tablet-down,
  .abs__l_8\.5--td {
    left: 8.5rem;
  }
  .absolute__right_8\.5--tablet-down,
  .abs__r_8\.5--td {
    right: 8.5rem;
  }
}
@media (min-width: 599px) {
  .absolute__top_8\.75--tablet-up,
  .abs__t_8\.75--tu {
    top: 8.75rem;
  }
  .absolute__bottom_8\.75--tablet-up,
  .abs__b_8\.75--tu {
    bottom: 8.75rem;
  }
  .absolute__left_8\.75--tablet-up,
  .abs__l_8\.75--tu {
    left: 8.75rem;
  }
  .absolute__right_8\.75--tablet-up,
  .abs__r_8\.75--tu {
    right: 8.75rem;
  }
}
@media (max-width: 1199px) {
  .absolute__top_8\.75--tablet-down,
  .abs__t_8\.75--td {
    top: 8.75rem;
  }
  .absolute__bottom_8\.75--tablet-down,
  .abs__b_8\.75--td {
    bottom: 8.75rem;
  }
  .absolute__left_8\.75--tablet-down,
  .abs__l_8\.75--td {
    left: 8.75rem;
  }
  .absolute__right_8\.75--tablet-down,
  .abs__r_8\.75--td {
    right: 8.75rem;
  }
}
@media (min-width: 599px) {
  .absolute__top_9--tablet-up,
  .abs__t_9--tu {
    top: 9rem;
  }
  .absolute__bottom_9--tablet-up,
  .abs__b_9--tu {
    bottom: 9rem;
  }
  .absolute__left_9--tablet-up,
  .abs__l_9--tu {
    left: 9rem;
  }
  .absolute__right_9--tablet-up,
  .abs__r_9--tu {
    right: 9rem;
  }
}
@media (max-width: 1199px) {
  .absolute__top_9--tablet-down,
  .abs__t_9--td {
    top: 9rem;
  }
  .absolute__bottom_9--tablet-down,
  .abs__b_9--td {
    bottom: 9rem;
  }
  .absolute__left_9--tablet-down,
  .abs__l_9--td {
    left: 9rem;
  }
  .absolute__right_9--tablet-down,
  .abs__r_9--td {
    right: 9rem;
  }
}
@media (min-width: 599px) {
  .absolute__top_9\.25--tablet-up,
  .abs__t_9\.25--tu {
    top: 9.25rem;
  }
  .absolute__bottom_9\.25--tablet-up,
  .abs__b_9\.25--tu {
    bottom: 9.25rem;
  }
  .absolute__left_9\.25--tablet-up,
  .abs__l_9\.25--tu {
    left: 9.25rem;
  }
  .absolute__right_9\.25--tablet-up,
  .abs__r_9\.25--tu {
    right: 9.25rem;
  }
}
@media (max-width: 1199px) {
  .absolute__top_9\.25--tablet-down,
  .abs__t_9\.25--td {
    top: 9.25rem;
  }
  .absolute__bottom_9\.25--tablet-down,
  .abs__b_9\.25--td {
    bottom: 9.25rem;
  }
  .absolute__left_9\.25--tablet-down,
  .abs__l_9\.25--td {
    left: 9.25rem;
  }
  .absolute__right_9\.25--tablet-down,
  .abs__r_9\.25--td {
    right: 9.25rem;
  }
}
@media (min-width: 599px) {
  .absolute__top_9\.5--tablet-up,
  .abs__t_9\.5--tu {
    top: 9.5rem;
  }
  .absolute__bottom_9\.5--tablet-up,
  .abs__b_9\.5--tu {
    bottom: 9.5rem;
  }
  .absolute__left_9\.5--tablet-up,
  .abs__l_9\.5--tu {
    left: 9.5rem;
  }
  .absolute__right_9\.5--tablet-up,
  .abs__r_9\.5--tu {
    right: 9.5rem;
  }
}
@media (max-width: 1199px) {
  .absolute__top_9\.5--tablet-down,
  .abs__t_9\.5--td {
    top: 9.5rem;
  }
  .absolute__bottom_9\.5--tablet-down,
  .abs__b_9\.5--td {
    bottom: 9.5rem;
  }
  .absolute__left_9\.5--tablet-down,
  .abs__l_9\.5--td {
    left: 9.5rem;
  }
  .absolute__right_9\.5--tablet-down,
  .abs__r_9\.5--td {
    right: 9.5rem;
  }
}
@media (min-width: 599px) {
  .absolute__top_9\.75--tablet-up,
  .abs__t_9\.75--tu {
    top: 9.75rem;
  }
  .absolute__bottom_9\.75--tablet-up,
  .abs__b_9\.75--tu {
    bottom: 9.75rem;
  }
  .absolute__left_9\.75--tablet-up,
  .abs__l_9\.75--tu {
    left: 9.75rem;
  }
  .absolute__right_9\.75--tablet-up,
  .abs__r_9\.75--tu {
    right: 9.75rem;
  }
}
@media (max-width: 1199px) {
  .absolute__top_9\.75--tablet-down,
  .abs__t_9\.75--td {
    top: 9.75rem;
  }
  .absolute__bottom_9\.75--tablet-down,
  .abs__b_9\.75--td {
    bottom: 9.75rem;
  }
  .absolute__left_9\.75--tablet-down,
  .abs__l_9\.75--td {
    left: 9.75rem;
  }
  .absolute__right_9\.75--tablet-down,
  .abs__r_9\.75--td {
    right: 9.75rem;
  }
}
@media (min-width: 599px) {
  .absolute__top_10--tablet-up,
  .abs__t_10--tu {
    top: 10rem;
  }
  .absolute__bottom_10--tablet-up,
  .abs__b_10--tu {
    bottom: 10rem;
  }
  .absolute__left_10--tablet-up,
  .abs__l_10--tu {
    left: 10rem;
  }
  .absolute__right_10--tablet-up,
  .abs__r_10--tu {
    right: 10rem;
  }
}
@media (max-width: 1199px) {
  .absolute__top_10--tablet-down,
  .abs__t_10--td {
    top: 10rem;
  }
  .absolute__bottom_10--tablet-down,
  .abs__b_10--td {
    bottom: 10rem;
  }
  .absolute__left_10--tablet-down,
  .abs__l_10--td {
    left: 10rem;
  }
  .absolute__right_10--tablet-down,
  .abs__r_10--td {
    right: 10rem;
  }
}
@media (min-width: 599px) {
  .absolute__top_10\.25--tablet-up,
  .abs__t_10\.25--tu {
    top: 10.25rem;
  }
  .absolute__bottom_10\.25--tablet-up,
  .abs__b_10\.25--tu {
    bottom: 10.25rem;
  }
  .absolute__left_10\.25--tablet-up,
  .abs__l_10\.25--tu {
    left: 10.25rem;
  }
  .absolute__right_10\.25--tablet-up,
  .abs__r_10\.25--tu {
    right: 10.25rem;
  }
}
@media (max-width: 1199px) {
  .absolute__top_10\.25--tablet-down,
  .abs__t_10\.25--td {
    top: 10.25rem;
  }
  .absolute__bottom_10\.25--tablet-down,
  .abs__b_10\.25--td {
    bottom: 10.25rem;
  }
  .absolute__left_10\.25--tablet-down,
  .abs__l_10\.25--td {
    left: 10.25rem;
  }
  .absolute__right_10\.25--tablet-down,
  .abs__r_10\.25--td {
    right: 10.25rem;
  }
}
@media (min-width: 599px) {
  .absolute__top_10\.5--tablet-up,
  .abs__t_10\.5--tu {
    top: 10.5rem;
  }
  .absolute__bottom_10\.5--tablet-up,
  .abs__b_10\.5--tu {
    bottom: 10.5rem;
  }
  .absolute__left_10\.5--tablet-up,
  .abs__l_10\.5--tu {
    left: 10.5rem;
  }
  .absolute__right_10\.5--tablet-up,
  .abs__r_10\.5--tu {
    right: 10.5rem;
  }
}
@media (max-width: 1199px) {
  .absolute__top_10\.5--tablet-down,
  .abs__t_10\.5--td {
    top: 10.5rem;
  }
  .absolute__bottom_10\.5--tablet-down,
  .abs__b_10\.5--td {
    bottom: 10.5rem;
  }
  .absolute__left_10\.5--tablet-down,
  .abs__l_10\.5--td {
    left: 10.5rem;
  }
  .absolute__right_10\.5--tablet-down,
  .abs__r_10\.5--td {
    right: 10.5rem;
  }
}
@media (min-width: 599px) {
  .absolute__top_10\.75--tablet-up,
  .abs__t_10\.75--tu {
    top: 10.75rem;
  }
  .absolute__bottom_10\.75--tablet-up,
  .abs__b_10\.75--tu {
    bottom: 10.75rem;
  }
  .absolute__left_10\.75--tablet-up,
  .abs__l_10\.75--tu {
    left: 10.75rem;
  }
  .absolute__right_10\.75--tablet-up,
  .abs__r_10\.75--tu {
    right: 10.75rem;
  }
}
@media (max-width: 1199px) {
  .absolute__top_10\.75--tablet-down,
  .abs__t_10\.75--td {
    top: 10.75rem;
  }
  .absolute__bottom_10\.75--tablet-down,
  .abs__b_10\.75--td {
    bottom: 10.75rem;
  }
  .absolute__left_10\.75--tablet-down,
  .abs__l_10\.75--td {
    left: 10.75rem;
  }
  .absolute__right_10\.75--tablet-down,
  .abs__r_10\.75--td {
    right: 10.75rem;
  }
}
@media (min-width: 599px) {
  .absolute__top_11--tablet-up,
  .abs__t_11--tu {
    top: 11rem;
  }
  .absolute__bottom_11--tablet-up,
  .abs__b_11--tu {
    bottom: 11rem;
  }
  .absolute__left_11--tablet-up,
  .abs__l_11--tu {
    left: 11rem;
  }
  .absolute__right_11--tablet-up,
  .abs__r_11--tu {
    right: 11rem;
  }
}
@media (max-width: 1199px) {
  .absolute__top_11--tablet-down,
  .abs__t_11--td {
    top: 11rem;
  }
  .absolute__bottom_11--tablet-down,
  .abs__b_11--td {
    bottom: 11rem;
  }
  .absolute__left_11--tablet-down,
  .abs__l_11--td {
    left: 11rem;
  }
  .absolute__right_11--tablet-down,
  .abs__r_11--td {
    right: 11rem;
  }
}
@media (min-width: 599px) {
  .absolute__top_11\.25--tablet-up,
  .abs__t_11\.25--tu {
    top: 11.25rem;
  }
  .absolute__bottom_11\.25--tablet-up,
  .abs__b_11\.25--tu {
    bottom: 11.25rem;
  }
  .absolute__left_11\.25--tablet-up,
  .abs__l_11\.25--tu {
    left: 11.25rem;
  }
  .absolute__right_11\.25--tablet-up,
  .abs__r_11\.25--tu {
    right: 11.25rem;
  }
}
@media (max-width: 1199px) {
  .absolute__top_11\.25--tablet-down,
  .abs__t_11\.25--td {
    top: 11.25rem;
  }
  .absolute__bottom_11\.25--tablet-down,
  .abs__b_11\.25--td {
    bottom: 11.25rem;
  }
  .absolute__left_11\.25--tablet-down,
  .abs__l_11\.25--td {
    left: 11.25rem;
  }
  .absolute__right_11\.25--tablet-down,
  .abs__r_11\.25--td {
    right: 11.25rem;
  }
}
@media (min-width: 599px) {
  .absolute__top_11\.5--tablet-up,
  .abs__t_11\.5--tu {
    top: 11.5rem;
  }
  .absolute__bottom_11\.5--tablet-up,
  .abs__b_11\.5--tu {
    bottom: 11.5rem;
  }
  .absolute__left_11\.5--tablet-up,
  .abs__l_11\.5--tu {
    left: 11.5rem;
  }
  .absolute__right_11\.5--tablet-up,
  .abs__r_11\.5--tu {
    right: 11.5rem;
  }
}
@media (max-width: 1199px) {
  .absolute__top_11\.5--tablet-down,
  .abs__t_11\.5--td {
    top: 11.5rem;
  }
  .absolute__bottom_11\.5--tablet-down,
  .abs__b_11\.5--td {
    bottom: 11.5rem;
  }
  .absolute__left_11\.5--tablet-down,
  .abs__l_11\.5--td {
    left: 11.5rem;
  }
  .absolute__right_11\.5--tablet-down,
  .abs__r_11\.5--td {
    right: 11.5rem;
  }
}
@media (min-width: 599px) {
  .absolute__top_11\.75--tablet-up,
  .abs__t_11\.75--tu {
    top: 11.75rem;
  }
  .absolute__bottom_11\.75--tablet-up,
  .abs__b_11\.75--tu {
    bottom: 11.75rem;
  }
  .absolute__left_11\.75--tablet-up,
  .abs__l_11\.75--tu {
    left: 11.75rem;
  }
  .absolute__right_11\.75--tablet-up,
  .abs__r_11\.75--tu {
    right: 11.75rem;
  }
}
@media (max-width: 1199px) {
  .absolute__top_11\.75--tablet-down,
  .abs__t_11\.75--td {
    top: 11.75rem;
  }
  .absolute__bottom_11\.75--tablet-down,
  .abs__b_11\.75--td {
    bottom: 11.75rem;
  }
  .absolute__left_11\.75--tablet-down,
  .abs__l_11\.75--td {
    left: 11.75rem;
  }
  .absolute__right_11\.75--tablet-down,
  .abs__r_11\.75--td {
    right: 11.75rem;
  }
}
@media (min-width: 599px) {
  .absolute__top_12--tablet-up,
  .abs__t_12--tu {
    top: 12rem;
  }
  .absolute__bottom_12--tablet-up,
  .abs__b_12--tu {
    bottom: 12rem;
  }
  .absolute__left_12--tablet-up,
  .abs__l_12--tu {
    left: 12rem;
  }
  .absolute__right_12--tablet-up,
  .abs__r_12--tu {
    right: 12rem;
  }
}
@media (max-width: 1199px) {
  .absolute__top_12--tablet-down,
  .abs__t_12--td {
    top: 12rem;
  }
  .absolute__bottom_12--tablet-down,
  .abs__b_12--td {
    bottom: 12rem;
  }
  .absolute__left_12--tablet-down,
  .abs__l_12--td {
    left: 12rem;
  }
  .absolute__right_12--tablet-down,
  .abs__r_12--td {
    right: 12rem;
  }
}
@media (min-width: 599px) {
  .absolute__top_12\.25--tablet-up,
  .abs__t_12\.25--tu {
    top: 12.25rem;
  }
  .absolute__bottom_12\.25--tablet-up,
  .abs__b_12\.25--tu {
    bottom: 12.25rem;
  }
  .absolute__left_12\.25--tablet-up,
  .abs__l_12\.25--tu {
    left: 12.25rem;
  }
  .absolute__right_12\.25--tablet-up,
  .abs__r_12\.25--tu {
    right: 12.25rem;
  }
}
@media (max-width: 1199px) {
  .absolute__top_12\.25--tablet-down,
  .abs__t_12\.25--td {
    top: 12.25rem;
  }
  .absolute__bottom_12\.25--tablet-down,
  .abs__b_12\.25--td {
    bottom: 12.25rem;
  }
  .absolute__left_12\.25--tablet-down,
  .abs__l_12\.25--td {
    left: 12.25rem;
  }
  .absolute__right_12\.25--tablet-down,
  .abs__r_12\.25--td {
    right: 12.25rem;
  }
}
@media (min-width: 599px) {
  .absolute__top_12\.5--tablet-up,
  .abs__t_12\.5--tu {
    top: 12.5rem;
  }
  .absolute__bottom_12\.5--tablet-up,
  .abs__b_12\.5--tu {
    bottom: 12.5rem;
  }
  .absolute__left_12\.5--tablet-up,
  .abs__l_12\.5--tu {
    left: 12.5rem;
  }
  .absolute__right_12\.5--tablet-up,
  .abs__r_12\.5--tu {
    right: 12.5rem;
  }
}
@media (max-width: 1199px) {
  .absolute__top_12\.5--tablet-down,
  .abs__t_12\.5--td {
    top: 12.5rem;
  }
  .absolute__bottom_12\.5--tablet-down,
  .abs__b_12\.5--td {
    bottom: 12.5rem;
  }
  .absolute__left_12\.5--tablet-down,
  .abs__l_12\.5--td {
    left: 12.5rem;
  }
  .absolute__right_12\.5--tablet-down,
  .abs__r_12\.5--td {
    right: 12.5rem;
  }
}
@media (min-width: 599px) {
  .absolute__top_12\.75--tablet-up,
  .abs__t_12\.75--tu {
    top: 12.75rem;
  }
  .absolute__bottom_12\.75--tablet-up,
  .abs__b_12\.75--tu {
    bottom: 12.75rem;
  }
  .absolute__left_12\.75--tablet-up,
  .abs__l_12\.75--tu {
    left: 12.75rem;
  }
  .absolute__right_12\.75--tablet-up,
  .abs__r_12\.75--tu {
    right: 12.75rem;
  }
}
@media (max-width: 1199px) {
  .absolute__top_12\.75--tablet-down,
  .abs__t_12\.75--td {
    top: 12.75rem;
  }
  .absolute__bottom_12\.75--tablet-down,
  .abs__b_12\.75--td {
    bottom: 12.75rem;
  }
  .absolute__left_12\.75--tablet-down,
  .abs__l_12\.75--td {
    left: 12.75rem;
  }
  .absolute__right_12\.75--tablet-down,
  .abs__r_12\.75--td {
    right: 12.75rem;
  }
}
@media (min-width: 599px) {
  .absolute__top_13--tablet-up,
  .abs__t_13--tu {
    top: 13rem;
  }
  .absolute__bottom_13--tablet-up,
  .abs__b_13--tu {
    bottom: 13rem;
  }
  .absolute__left_13--tablet-up,
  .abs__l_13--tu {
    left: 13rem;
  }
  .absolute__right_13--tablet-up,
  .abs__r_13--tu {
    right: 13rem;
  }
}
@media (max-width: 1199px) {
  .absolute__top_13--tablet-down,
  .abs__t_13--td {
    top: 13rem;
  }
  .absolute__bottom_13--tablet-down,
  .abs__b_13--td {
    bottom: 13rem;
  }
  .absolute__left_13--tablet-down,
  .abs__l_13--td {
    left: 13rem;
  }
  .absolute__right_13--tablet-down,
  .abs__r_13--td {
    right: 13rem;
  }
}
@media (min-width: 599px) {
  .absolute__top_13\.25--tablet-up,
  .abs__t_13\.25--tu {
    top: 13.25rem;
  }
  .absolute__bottom_13\.25--tablet-up,
  .abs__b_13\.25--tu {
    bottom: 13.25rem;
  }
  .absolute__left_13\.25--tablet-up,
  .abs__l_13\.25--tu {
    left: 13.25rem;
  }
  .absolute__right_13\.25--tablet-up,
  .abs__r_13\.25--tu {
    right: 13.25rem;
  }
}
@media (max-width: 1199px) {
  .absolute__top_13\.25--tablet-down,
  .abs__t_13\.25--td {
    top: 13.25rem;
  }
  .absolute__bottom_13\.25--tablet-down,
  .abs__b_13\.25--td {
    bottom: 13.25rem;
  }
  .absolute__left_13\.25--tablet-down,
  .abs__l_13\.25--td {
    left: 13.25rem;
  }
  .absolute__right_13\.25--tablet-down,
  .abs__r_13\.25--td {
    right: 13.25rem;
  }
}
@media (min-width: 599px) {
  .absolute__top_13\.5--tablet-up,
  .abs__t_13\.5--tu {
    top: 13.5rem;
  }
  .absolute__bottom_13\.5--tablet-up,
  .abs__b_13\.5--tu {
    bottom: 13.5rem;
  }
  .absolute__left_13\.5--tablet-up,
  .abs__l_13\.5--tu {
    left: 13.5rem;
  }
  .absolute__right_13\.5--tablet-up,
  .abs__r_13\.5--tu {
    right: 13.5rem;
  }
}
@media (max-width: 1199px) {
  .absolute__top_13\.5--tablet-down,
  .abs__t_13\.5--td {
    top: 13.5rem;
  }
  .absolute__bottom_13\.5--tablet-down,
  .abs__b_13\.5--td {
    bottom: 13.5rem;
  }
  .absolute__left_13\.5--tablet-down,
  .abs__l_13\.5--td {
    left: 13.5rem;
  }
  .absolute__right_13\.5--tablet-down,
  .abs__r_13\.5--td {
    right: 13.5rem;
  }
}
@media (min-width: 599px) {
  .absolute__top_13\.75--tablet-up,
  .abs__t_13\.75--tu {
    top: 13.75rem;
  }
  .absolute__bottom_13\.75--tablet-up,
  .abs__b_13\.75--tu {
    bottom: 13.75rem;
  }
  .absolute__left_13\.75--tablet-up,
  .abs__l_13\.75--tu {
    left: 13.75rem;
  }
  .absolute__right_13\.75--tablet-up,
  .abs__r_13\.75--tu {
    right: 13.75rem;
  }
}
@media (max-width: 1199px) {
  .absolute__top_13\.75--tablet-down,
  .abs__t_13\.75--td {
    top: 13.75rem;
  }
  .absolute__bottom_13\.75--tablet-down,
  .abs__b_13\.75--td {
    bottom: 13.75rem;
  }
  .absolute__left_13\.75--tablet-down,
  .abs__l_13\.75--td {
    left: 13.75rem;
  }
  .absolute__right_13\.75--tablet-down,
  .abs__r_13\.75--td {
    right: 13.75rem;
  }
}
@media (min-width: 599px) {
  .absolute__top_14--tablet-up,
  .abs__t_14--tu {
    top: 14rem;
  }
  .absolute__bottom_14--tablet-up,
  .abs__b_14--tu {
    bottom: 14rem;
  }
  .absolute__left_14--tablet-up,
  .abs__l_14--tu {
    left: 14rem;
  }
  .absolute__right_14--tablet-up,
  .abs__r_14--tu {
    right: 14rem;
  }
}
@media (max-width: 1199px) {
  .absolute__top_14--tablet-down,
  .abs__t_14--td {
    top: 14rem;
  }
  .absolute__bottom_14--tablet-down,
  .abs__b_14--td {
    bottom: 14rem;
  }
  .absolute__left_14--tablet-down,
  .abs__l_14--td {
    left: 14rem;
  }
  .absolute__right_14--tablet-down,
  .abs__r_14--td {
    right: 14rem;
  }
}
@media (min-width: 599px) {
  .absolute__top_14\.25--tablet-up,
  .abs__t_14\.25--tu {
    top: 14.25rem;
  }
  .absolute__bottom_14\.25--tablet-up,
  .abs__b_14\.25--tu {
    bottom: 14.25rem;
  }
  .absolute__left_14\.25--tablet-up,
  .abs__l_14\.25--tu {
    left: 14.25rem;
  }
  .absolute__right_14\.25--tablet-up,
  .abs__r_14\.25--tu {
    right: 14.25rem;
  }
}
@media (max-width: 1199px) {
  .absolute__top_14\.25--tablet-down,
  .abs__t_14\.25--td {
    top: 14.25rem;
  }
  .absolute__bottom_14\.25--tablet-down,
  .abs__b_14\.25--td {
    bottom: 14.25rem;
  }
  .absolute__left_14\.25--tablet-down,
  .abs__l_14\.25--td {
    left: 14.25rem;
  }
  .absolute__right_14\.25--tablet-down,
  .abs__r_14\.25--td {
    right: 14.25rem;
  }
}
@media (min-width: 599px) {
  .absolute__top_14\.5--tablet-up,
  .abs__t_14\.5--tu {
    top: 14.5rem;
  }
  .absolute__bottom_14\.5--tablet-up,
  .abs__b_14\.5--tu {
    bottom: 14.5rem;
  }
  .absolute__left_14\.5--tablet-up,
  .abs__l_14\.5--tu {
    left: 14.5rem;
  }
  .absolute__right_14\.5--tablet-up,
  .abs__r_14\.5--tu {
    right: 14.5rem;
  }
}
@media (max-width: 1199px) {
  .absolute__top_14\.5--tablet-down,
  .abs__t_14\.5--td {
    top: 14.5rem;
  }
  .absolute__bottom_14\.5--tablet-down,
  .abs__b_14\.5--td {
    bottom: 14.5rem;
  }
  .absolute__left_14\.5--tablet-down,
  .abs__l_14\.5--td {
    left: 14.5rem;
  }
  .absolute__right_14\.5--tablet-down,
  .abs__r_14\.5--td {
    right: 14.5rem;
  }
}
@media (min-width: 599px) {
  .absolute__top_14\.75--tablet-up,
  .abs__t_14\.75--tu {
    top: 14.75rem;
  }
  .absolute__bottom_14\.75--tablet-up,
  .abs__b_14\.75--tu {
    bottom: 14.75rem;
  }
  .absolute__left_14\.75--tablet-up,
  .abs__l_14\.75--tu {
    left: 14.75rem;
  }
  .absolute__right_14\.75--tablet-up,
  .abs__r_14\.75--tu {
    right: 14.75rem;
  }
}
@media (max-width: 1199px) {
  .absolute__top_14\.75--tablet-down,
  .abs__t_14\.75--td {
    top: 14.75rem;
  }
  .absolute__bottom_14\.75--tablet-down,
  .abs__b_14\.75--td {
    bottom: 14.75rem;
  }
  .absolute__left_14\.75--tablet-down,
  .abs__l_14\.75--td {
    left: 14.75rem;
  }
  .absolute__right_14\.75--tablet-down,
  .abs__r_14\.75--td {
    right: 14.75rem;
  }
}
@media (min-width: 599px) {
  .absolute__top_15--tablet-up,
  .abs__t_15--tu {
    top: 15rem;
  }
  .absolute__bottom_15--tablet-up,
  .abs__b_15--tu {
    bottom: 15rem;
  }
  .absolute__left_15--tablet-up,
  .abs__l_15--tu {
    left: 15rem;
  }
  .absolute__right_15--tablet-up,
  .abs__r_15--tu {
    right: 15rem;
  }
}
@media (max-width: 1199px) {
  .absolute__top_15--tablet-down,
  .abs__t_15--td {
    top: 15rem;
  }
  .absolute__bottom_15--tablet-down,
  .abs__b_15--td {
    bottom: 15rem;
  }
  .absolute__left_15--tablet-down,
  .abs__l_15--td {
    left: 15rem;
  }
  .absolute__right_15--tablet-down,
  .abs__r_15--td {
    right: 15rem;
  }
}
@media (min-width: 599px) {
  .absolute__top_15\.25--tablet-up,
  .abs__t_15\.25--tu {
    top: 15.25rem;
  }
  .absolute__bottom_15\.25--tablet-up,
  .abs__b_15\.25--tu {
    bottom: 15.25rem;
  }
  .absolute__left_15\.25--tablet-up,
  .abs__l_15\.25--tu {
    left: 15.25rem;
  }
  .absolute__right_15\.25--tablet-up,
  .abs__r_15\.25--tu {
    right: 15.25rem;
  }
}
@media (max-width: 1199px) {
  .absolute__top_15\.25--tablet-down,
  .abs__t_15\.25--td {
    top: 15.25rem;
  }
  .absolute__bottom_15\.25--tablet-down,
  .abs__b_15\.25--td {
    bottom: 15.25rem;
  }
  .absolute__left_15\.25--tablet-down,
  .abs__l_15\.25--td {
    left: 15.25rem;
  }
  .absolute__right_15\.25--tablet-down,
  .abs__r_15\.25--td {
    right: 15.25rem;
  }
}
@media (min-width: 599px) {
  .absolute__top_15\.5--tablet-up,
  .abs__t_15\.5--tu {
    top: 15.5rem;
  }
  .absolute__bottom_15\.5--tablet-up,
  .abs__b_15\.5--tu {
    bottom: 15.5rem;
  }
  .absolute__left_15\.5--tablet-up,
  .abs__l_15\.5--tu {
    left: 15.5rem;
  }
  .absolute__right_15\.5--tablet-up,
  .abs__r_15\.5--tu {
    right: 15.5rem;
  }
}
@media (max-width: 1199px) {
  .absolute__top_15\.5--tablet-down,
  .abs__t_15\.5--td {
    top: 15.5rem;
  }
  .absolute__bottom_15\.5--tablet-down,
  .abs__b_15\.5--td {
    bottom: 15.5rem;
  }
  .absolute__left_15\.5--tablet-down,
  .abs__l_15\.5--td {
    left: 15.5rem;
  }
  .absolute__right_15\.5--tablet-down,
  .abs__r_15\.5--td {
    right: 15.5rem;
  }
}
@media (min-width: 599px) {
  .absolute__top_15\.75--tablet-up,
  .abs__t_15\.75--tu {
    top: 15.75rem;
  }
  .absolute__bottom_15\.75--tablet-up,
  .abs__b_15\.75--tu {
    bottom: 15.75rem;
  }
  .absolute__left_15\.75--tablet-up,
  .abs__l_15\.75--tu {
    left: 15.75rem;
  }
  .absolute__right_15\.75--tablet-up,
  .abs__r_15\.75--tu {
    right: 15.75rem;
  }
}
@media (max-width: 1199px) {
  .absolute__top_15\.75--tablet-down,
  .abs__t_15\.75--td {
    top: 15.75rem;
  }
  .absolute__bottom_15\.75--tablet-down,
  .abs__b_15\.75--td {
    bottom: 15.75rem;
  }
  .absolute__left_15\.75--tablet-down,
  .abs__l_15\.75--td {
    left: 15.75rem;
  }
  .absolute__right_15\.75--tablet-down,
  .abs__r_15\.75--td {
    right: 15.75rem;
  }
}
@media (min-width: 599px) {
  .absolute__top_16--tablet-up,
  .abs__t_16--tu {
    top: 16rem;
  }
  .absolute__bottom_16--tablet-up,
  .abs__b_16--tu {
    bottom: 16rem;
  }
  .absolute__left_16--tablet-up,
  .abs__l_16--tu {
    left: 16rem;
  }
  .absolute__right_16--tablet-up,
  .abs__r_16--tu {
    right: 16rem;
  }
}
@media (max-width: 1199px) {
  .absolute__top_16--tablet-down,
  .abs__t_16--td {
    top: 16rem;
  }
  .absolute__bottom_16--tablet-down,
  .abs__b_16--td {
    bottom: 16rem;
  }
  .absolute__left_16--tablet-down,
  .abs__l_16--td {
    left: 16rem;
  }
  .absolute__right_16--tablet-down,
  .abs__r_16--td {
    right: 16rem;
  }
}
@media (min-width: 599px) {
  .absolute__top_16\.25--tablet-up,
  .abs__t_16\.25--tu {
    top: 16.25rem;
  }
  .absolute__bottom_16\.25--tablet-up,
  .abs__b_16\.25--tu {
    bottom: 16.25rem;
  }
  .absolute__left_16\.25--tablet-up,
  .abs__l_16\.25--tu {
    left: 16.25rem;
  }
  .absolute__right_16\.25--tablet-up,
  .abs__r_16\.25--tu {
    right: 16.25rem;
  }
}
@media (max-width: 1199px) {
  .absolute__top_16\.25--tablet-down,
  .abs__t_16\.25--td {
    top: 16.25rem;
  }
  .absolute__bottom_16\.25--tablet-down,
  .abs__b_16\.25--td {
    bottom: 16.25rem;
  }
  .absolute__left_16\.25--tablet-down,
  .abs__l_16\.25--td {
    left: 16.25rem;
  }
  .absolute__right_16\.25--tablet-down,
  .abs__r_16\.25--td {
    right: 16.25rem;
  }
}
@media (min-width: 599px) {
  .absolute__top_16\.5--tablet-up,
  .abs__t_16\.5--tu {
    top: 16.5rem;
  }
  .absolute__bottom_16\.5--tablet-up,
  .abs__b_16\.5--tu {
    bottom: 16.5rem;
  }
  .absolute__left_16\.5--tablet-up,
  .abs__l_16\.5--tu {
    left: 16.5rem;
  }
  .absolute__right_16\.5--tablet-up,
  .abs__r_16\.5--tu {
    right: 16.5rem;
  }
}
@media (max-width: 1199px) {
  .absolute__top_16\.5--tablet-down,
  .abs__t_16\.5--td {
    top: 16.5rem;
  }
  .absolute__bottom_16\.5--tablet-down,
  .abs__b_16\.5--td {
    bottom: 16.5rem;
  }
  .absolute__left_16\.5--tablet-down,
  .abs__l_16\.5--td {
    left: 16.5rem;
  }
  .absolute__right_16\.5--tablet-down,
  .abs__r_16\.5--td {
    right: 16.5rem;
  }
}
@media (min-width: 599px) {
  .absolute__top_16\.75--tablet-up,
  .abs__t_16\.75--tu {
    top: 16.75rem;
  }
  .absolute__bottom_16\.75--tablet-up,
  .abs__b_16\.75--tu {
    bottom: 16.75rem;
  }
  .absolute__left_16\.75--tablet-up,
  .abs__l_16\.75--tu {
    left: 16.75rem;
  }
  .absolute__right_16\.75--tablet-up,
  .abs__r_16\.75--tu {
    right: 16.75rem;
  }
}
@media (max-width: 1199px) {
  .absolute__top_16\.75--tablet-down,
  .abs__t_16\.75--td {
    top: 16.75rem;
  }
  .absolute__bottom_16\.75--tablet-down,
  .abs__b_16\.75--td {
    bottom: 16.75rem;
  }
  .absolute__left_16\.75--tablet-down,
  .abs__l_16\.75--td {
    left: 16.75rem;
  }
  .absolute__right_16\.75--tablet-down,
  .abs__r_16\.75--td {
    right: 16.75rem;
  }
}
@media (min-width: 599px) {
  .absolute__top_17--tablet-up,
  .abs__t_17--tu {
    top: 17rem;
  }
  .absolute__bottom_17--tablet-up,
  .abs__b_17--tu {
    bottom: 17rem;
  }
  .absolute__left_17--tablet-up,
  .abs__l_17--tu {
    left: 17rem;
  }
  .absolute__right_17--tablet-up,
  .abs__r_17--tu {
    right: 17rem;
  }
}
@media (max-width: 1199px) {
  .absolute__top_17--tablet-down,
  .abs__t_17--td {
    top: 17rem;
  }
  .absolute__bottom_17--tablet-down,
  .abs__b_17--td {
    bottom: 17rem;
  }
  .absolute__left_17--tablet-down,
  .abs__l_17--td {
    left: 17rem;
  }
  .absolute__right_17--tablet-down,
  .abs__r_17--td {
    right: 17rem;
  }
}
@media (min-width: 599px) {
  .absolute__top_17\.25--tablet-up,
  .abs__t_17\.25--tu {
    top: 17.25rem;
  }
  .absolute__bottom_17\.25--tablet-up,
  .abs__b_17\.25--tu {
    bottom: 17.25rem;
  }
  .absolute__left_17\.25--tablet-up,
  .abs__l_17\.25--tu {
    left: 17.25rem;
  }
  .absolute__right_17\.25--tablet-up,
  .abs__r_17\.25--tu {
    right: 17.25rem;
  }
}
@media (max-width: 1199px) {
  .absolute__top_17\.25--tablet-down,
  .abs__t_17\.25--td {
    top: 17.25rem;
  }
  .absolute__bottom_17\.25--tablet-down,
  .abs__b_17\.25--td {
    bottom: 17.25rem;
  }
  .absolute__left_17\.25--tablet-down,
  .abs__l_17\.25--td {
    left: 17.25rem;
  }
  .absolute__right_17\.25--tablet-down,
  .abs__r_17\.25--td {
    right: 17.25rem;
  }
}
@media (min-width: 599px) {
  .absolute__top_17\.5--tablet-up,
  .abs__t_17\.5--tu {
    top: 17.5rem;
  }
  .absolute__bottom_17\.5--tablet-up,
  .abs__b_17\.5--tu {
    bottom: 17.5rem;
  }
  .absolute__left_17\.5--tablet-up,
  .abs__l_17\.5--tu {
    left: 17.5rem;
  }
  .absolute__right_17\.5--tablet-up,
  .abs__r_17\.5--tu {
    right: 17.5rem;
  }
}
@media (max-width: 1199px) {
  .absolute__top_17\.5--tablet-down,
  .abs__t_17\.5--td {
    top: 17.5rem;
  }
  .absolute__bottom_17\.5--tablet-down,
  .abs__b_17\.5--td {
    bottom: 17.5rem;
  }
  .absolute__left_17\.5--tablet-down,
  .abs__l_17\.5--td {
    left: 17.5rem;
  }
  .absolute__right_17\.5--tablet-down,
  .abs__r_17\.5--td {
    right: 17.5rem;
  }
}
@media (min-width: 599px) {
  .absolute__top_17\.75--tablet-up,
  .abs__t_17\.75--tu {
    top: 17.75rem;
  }
  .absolute__bottom_17\.75--tablet-up,
  .abs__b_17\.75--tu {
    bottom: 17.75rem;
  }
  .absolute__left_17\.75--tablet-up,
  .abs__l_17\.75--tu {
    left: 17.75rem;
  }
  .absolute__right_17\.75--tablet-up,
  .abs__r_17\.75--tu {
    right: 17.75rem;
  }
}
@media (max-width: 1199px) {
  .absolute__top_17\.75--tablet-down,
  .abs__t_17\.75--td {
    top: 17.75rem;
  }
  .absolute__bottom_17\.75--tablet-down,
  .abs__b_17\.75--td {
    bottom: 17.75rem;
  }
  .absolute__left_17\.75--tablet-down,
  .abs__l_17\.75--td {
    left: 17.75rem;
  }
  .absolute__right_17\.75--tablet-down,
  .abs__r_17\.75--td {
    right: 17.75rem;
  }
}
@media (min-width: 599px) {
  .absolute__top_18--tablet-up,
  .abs__t_18--tu {
    top: 18rem;
  }
  .absolute__bottom_18--tablet-up,
  .abs__b_18--tu {
    bottom: 18rem;
  }
  .absolute__left_18--tablet-up,
  .abs__l_18--tu {
    left: 18rem;
  }
  .absolute__right_18--tablet-up,
  .abs__r_18--tu {
    right: 18rem;
  }
}
@media (max-width: 1199px) {
  .absolute__top_18--tablet-down,
  .abs__t_18--td {
    top: 18rem;
  }
  .absolute__bottom_18--tablet-down,
  .abs__b_18--td {
    bottom: 18rem;
  }
  .absolute__left_18--tablet-down,
  .abs__l_18--td {
    left: 18rem;
  }
  .absolute__right_18--tablet-down,
  .abs__r_18--td {
    right: 18rem;
  }
}
@media (min-width: 599px) {
  .absolute__top_18\.25--tablet-up,
  .abs__t_18\.25--tu {
    top: 18.25rem;
  }
  .absolute__bottom_18\.25--tablet-up,
  .abs__b_18\.25--tu {
    bottom: 18.25rem;
  }
  .absolute__left_18\.25--tablet-up,
  .abs__l_18\.25--tu {
    left: 18.25rem;
  }
  .absolute__right_18\.25--tablet-up,
  .abs__r_18\.25--tu {
    right: 18.25rem;
  }
}
@media (max-width: 1199px) {
  .absolute__top_18\.25--tablet-down,
  .abs__t_18\.25--td {
    top: 18.25rem;
  }
  .absolute__bottom_18\.25--tablet-down,
  .abs__b_18\.25--td {
    bottom: 18.25rem;
  }
  .absolute__left_18\.25--tablet-down,
  .abs__l_18\.25--td {
    left: 18.25rem;
  }
  .absolute__right_18\.25--tablet-down,
  .abs__r_18\.25--td {
    right: 18.25rem;
  }
}
@media (min-width: 599px) {
  .absolute__top_18\.5--tablet-up,
  .abs__t_18\.5--tu {
    top: 18.5rem;
  }
  .absolute__bottom_18\.5--tablet-up,
  .abs__b_18\.5--tu {
    bottom: 18.5rem;
  }
  .absolute__left_18\.5--tablet-up,
  .abs__l_18\.5--tu {
    left: 18.5rem;
  }
  .absolute__right_18\.5--tablet-up,
  .abs__r_18\.5--tu {
    right: 18.5rem;
  }
}
@media (max-width: 1199px) {
  .absolute__top_18\.5--tablet-down,
  .abs__t_18\.5--td {
    top: 18.5rem;
  }
  .absolute__bottom_18\.5--tablet-down,
  .abs__b_18\.5--td {
    bottom: 18.5rem;
  }
  .absolute__left_18\.5--tablet-down,
  .abs__l_18\.5--td {
    left: 18.5rem;
  }
  .absolute__right_18\.5--tablet-down,
  .abs__r_18\.5--td {
    right: 18.5rem;
  }
}
@media (min-width: 599px) {
  .absolute__top_18\.75--tablet-up,
  .abs__t_18\.75--tu {
    top: 18.75rem;
  }
  .absolute__bottom_18\.75--tablet-up,
  .abs__b_18\.75--tu {
    bottom: 18.75rem;
  }
  .absolute__left_18\.75--tablet-up,
  .abs__l_18\.75--tu {
    left: 18.75rem;
  }
  .absolute__right_18\.75--tablet-up,
  .abs__r_18\.75--tu {
    right: 18.75rem;
  }
}
@media (max-width: 1199px) {
  .absolute__top_18\.75--tablet-down,
  .abs__t_18\.75--td {
    top: 18.75rem;
  }
  .absolute__bottom_18\.75--tablet-down,
  .abs__b_18\.75--td {
    bottom: 18.75rem;
  }
  .absolute__left_18\.75--tablet-down,
  .abs__l_18\.75--td {
    left: 18.75rem;
  }
  .absolute__right_18\.75--tablet-down,
  .abs__r_18\.75--td {
    right: 18.75rem;
  }
}
@media (min-width: 599px) {
  .absolute__top_19--tablet-up,
  .abs__t_19--tu {
    top: 19rem;
  }
  .absolute__bottom_19--tablet-up,
  .abs__b_19--tu {
    bottom: 19rem;
  }
  .absolute__left_19--tablet-up,
  .abs__l_19--tu {
    left: 19rem;
  }
  .absolute__right_19--tablet-up,
  .abs__r_19--tu {
    right: 19rem;
  }
}
@media (max-width: 1199px) {
  .absolute__top_19--tablet-down,
  .abs__t_19--td {
    top: 19rem;
  }
  .absolute__bottom_19--tablet-down,
  .abs__b_19--td {
    bottom: 19rem;
  }
  .absolute__left_19--tablet-down,
  .abs__l_19--td {
    left: 19rem;
  }
  .absolute__right_19--tablet-down,
  .abs__r_19--td {
    right: 19rem;
  }
}
@media (min-width: 599px) {
  .absolute__top_19\.25--tablet-up,
  .abs__t_19\.25--tu {
    top: 19.25rem;
  }
  .absolute__bottom_19\.25--tablet-up,
  .abs__b_19\.25--tu {
    bottom: 19.25rem;
  }
  .absolute__left_19\.25--tablet-up,
  .abs__l_19\.25--tu {
    left: 19.25rem;
  }
  .absolute__right_19\.25--tablet-up,
  .abs__r_19\.25--tu {
    right: 19.25rem;
  }
}
@media (max-width: 1199px) {
  .absolute__top_19\.25--tablet-down,
  .abs__t_19\.25--td {
    top: 19.25rem;
  }
  .absolute__bottom_19\.25--tablet-down,
  .abs__b_19\.25--td {
    bottom: 19.25rem;
  }
  .absolute__left_19\.25--tablet-down,
  .abs__l_19\.25--td {
    left: 19.25rem;
  }
  .absolute__right_19\.25--tablet-down,
  .abs__r_19\.25--td {
    right: 19.25rem;
  }
}
@media (min-width: 599px) {
  .absolute__top_19\.5--tablet-up,
  .abs__t_19\.5--tu {
    top: 19.5rem;
  }
  .absolute__bottom_19\.5--tablet-up,
  .abs__b_19\.5--tu {
    bottom: 19.5rem;
  }
  .absolute__left_19\.5--tablet-up,
  .abs__l_19\.5--tu {
    left: 19.5rem;
  }
  .absolute__right_19\.5--tablet-up,
  .abs__r_19\.5--tu {
    right: 19.5rem;
  }
}
@media (max-width: 1199px) {
  .absolute__top_19\.5--tablet-down,
  .abs__t_19\.5--td {
    top: 19.5rem;
  }
  .absolute__bottom_19\.5--tablet-down,
  .abs__b_19\.5--td {
    bottom: 19.5rem;
  }
  .absolute__left_19\.5--tablet-down,
  .abs__l_19\.5--td {
    left: 19.5rem;
  }
  .absolute__right_19\.5--tablet-down,
  .abs__r_19\.5--td {
    right: 19.5rem;
  }
}
@media (min-width: 599px) {
  .absolute__top_19\.75--tablet-up,
  .abs__t_19\.75--tu {
    top: 19.75rem;
  }
  .absolute__bottom_19\.75--tablet-up,
  .abs__b_19\.75--tu {
    bottom: 19.75rem;
  }
  .absolute__left_19\.75--tablet-up,
  .abs__l_19\.75--tu {
    left: 19.75rem;
  }
  .absolute__right_19\.75--tablet-up,
  .abs__r_19\.75--tu {
    right: 19.75rem;
  }
}
@media (max-width: 1199px) {
  .absolute__top_19\.75--tablet-down,
  .abs__t_19\.75--td {
    top: 19.75rem;
  }
  .absolute__bottom_19\.75--tablet-down,
  .abs__b_19\.75--td {
    bottom: 19.75rem;
  }
  .absolute__left_19\.75--tablet-down,
  .abs__l_19\.75--td {
    left: 19.75rem;
  }
  .absolute__right_19\.75--tablet-down,
  .abs__r_19\.75--td {
    right: 19.75rem;
  }
}
@media (min-width: 599px) {
  .absolute__top_20--tablet-up,
  .abs__t_20--tu {
    top: 20rem;
  }
  .absolute__bottom_20--tablet-up,
  .abs__b_20--tu {
    bottom: 20rem;
  }
  .absolute__left_20--tablet-up,
  .abs__l_20--tu {
    left: 20rem;
  }
  .absolute__right_20--tablet-up,
  .abs__r_20--tu {
    right: 20rem;
  }
}
@media (max-width: 1199px) {
  .absolute__top_20--tablet-down,
  .abs__t_20--td {
    top: 20rem;
  }
  .absolute__bottom_20--tablet-down,
  .abs__b_20--td {
    bottom: 20rem;
  }
  .absolute__left_20--tablet-down,
  .abs__l_20--td {
    left: 20rem;
  }
  .absolute__right_20--tablet-down,
  .abs__r_20--td {
    right: 20rem;
  }
}
@media (min-width: 599px) {
  .absolute__middle_vertical--tablet-up,
  .abs__m_v--tu {
    top: 50%;
    transform: translateY(-50%);
  }
}

@media (max-width: 1199px) {
  .absolute__middle_vertical--tablet-down,
  .abs__m_v--td {
    top: 50%;
    transform: translateY(-50%);
  }
}

@media (min-width: 1199px) {
  .absolute__top_0--desktop-up,
  .abs__t_0--du {
    top: 0rem;
  }
  .absolute__bottom_0--desktop-up,
  .abs__b_0--du {
    bottom: 0rem;
  }
  .absolute__left_0--desktop-up,
  .abs__l_0--du {
    left: 0rem;
  }
  .absolute__right_0--desktop-up,
  .abs__r_0--du {
    right: 0rem;
  }
}
@media (min-width: 1199px) {
  .absolute__top_0\.25--desktop-up,
  .abs__t_0\.25--du {
    top: 0.25rem;
  }
  .absolute__bottom_0\.25--desktop-up,
  .abs__b_0\.25--du {
    bottom: 0.25rem;
  }
  .absolute__left_0\.25--desktop-up,
  .abs__l_0\.25--du {
    left: 0.25rem;
  }
  .absolute__right_0\.25--desktop-up,
  .abs__r_0\.25--du {
    right: 0.25rem;
  }
}
@media (min-width: 1199px) {
  .absolute__top_0\.5--desktop-up,
  .abs__t_0\.5--du {
    top: 0.5rem;
  }
  .absolute__bottom_0\.5--desktop-up,
  .abs__b_0\.5--du {
    bottom: 0.5rem;
  }
  .absolute__left_0\.5--desktop-up,
  .abs__l_0\.5--du {
    left: 0.5rem;
  }
  .absolute__right_0\.5--desktop-up,
  .abs__r_0\.5--du {
    right: 0.5rem;
  }
}
@media (min-width: 1199px) {
  .absolute__top_0\.75--desktop-up,
  .abs__t_0\.75--du {
    top: 0.75rem;
  }
  .absolute__bottom_0\.75--desktop-up,
  .abs__b_0\.75--du {
    bottom: 0.75rem;
  }
  .absolute__left_0\.75--desktop-up,
  .abs__l_0\.75--du {
    left: 0.75rem;
  }
  .absolute__right_0\.75--desktop-up,
  .abs__r_0\.75--du {
    right: 0.75rem;
  }
}
@media (min-width: 1199px) {
  .absolute__top_1--desktop-up,
  .abs__t_1--du {
    top: 1rem;
  }
  .absolute__bottom_1--desktop-up,
  .abs__b_1--du {
    bottom: 1rem;
  }
  .absolute__left_1--desktop-up,
  .abs__l_1--du {
    left: 1rem;
  }
  .absolute__right_1--desktop-up,
  .abs__r_1--du {
    right: 1rem;
  }
}
@media (min-width: 1199px) {
  .absolute__top_1\.25--desktop-up,
  .abs__t_1\.25--du {
    top: 1.25rem;
  }
  .absolute__bottom_1\.25--desktop-up,
  .abs__b_1\.25--du {
    bottom: 1.25rem;
  }
  .absolute__left_1\.25--desktop-up,
  .abs__l_1\.25--du {
    left: 1.25rem;
  }
  .absolute__right_1\.25--desktop-up,
  .abs__r_1\.25--du {
    right: 1.25rem;
  }
}
@media (min-width: 1199px) {
  .absolute__top_1\.5--desktop-up,
  .abs__t_1\.5--du {
    top: 1.5rem;
  }
  .absolute__bottom_1\.5--desktop-up,
  .abs__b_1\.5--du {
    bottom: 1.5rem;
  }
  .absolute__left_1\.5--desktop-up,
  .abs__l_1\.5--du {
    left: 1.5rem;
  }
  .absolute__right_1\.5--desktop-up,
  .abs__r_1\.5--du {
    right: 1.5rem;
  }
}
@media (min-width: 1199px) {
  .absolute__top_1\.75--desktop-up,
  .abs__t_1\.75--du {
    top: 1.75rem;
  }
  .absolute__bottom_1\.75--desktop-up,
  .abs__b_1\.75--du {
    bottom: 1.75rem;
  }
  .absolute__left_1\.75--desktop-up,
  .abs__l_1\.75--du {
    left: 1.75rem;
  }
  .absolute__right_1\.75--desktop-up,
  .abs__r_1\.75--du {
    right: 1.75rem;
  }
}
@media (min-width: 1199px) {
  .absolute__top_2--desktop-up,
  .abs__t_2--du {
    top: 2rem;
  }
  .absolute__bottom_2--desktop-up,
  .abs__b_2--du {
    bottom: 2rem;
  }
  .absolute__left_2--desktop-up,
  .abs__l_2--du {
    left: 2rem;
  }
  .absolute__right_2--desktop-up,
  .abs__r_2--du {
    right: 2rem;
  }
}
@media (min-width: 1199px) {
  .absolute__top_2\.25--desktop-up,
  .abs__t_2\.25--du {
    top: 2.25rem;
  }
  .absolute__bottom_2\.25--desktop-up,
  .abs__b_2\.25--du {
    bottom: 2.25rem;
  }
  .absolute__left_2\.25--desktop-up,
  .abs__l_2\.25--du {
    left: 2.25rem;
  }
  .absolute__right_2\.25--desktop-up,
  .abs__r_2\.25--du {
    right: 2.25rem;
  }
}
@media (min-width: 1199px) {
  .absolute__top_2\.5--desktop-up,
  .abs__t_2\.5--du {
    top: 2.5rem;
  }
  .absolute__bottom_2\.5--desktop-up,
  .abs__b_2\.5--du {
    bottom: 2.5rem;
  }
  .absolute__left_2\.5--desktop-up,
  .abs__l_2\.5--du {
    left: 2.5rem;
  }
  .absolute__right_2\.5--desktop-up,
  .abs__r_2\.5--du {
    right: 2.5rem;
  }
}
@media (min-width: 1199px) {
  .absolute__top_2\.75--desktop-up,
  .abs__t_2\.75--du {
    top: 2.75rem;
  }
  .absolute__bottom_2\.75--desktop-up,
  .abs__b_2\.75--du {
    bottom: 2.75rem;
  }
  .absolute__left_2\.75--desktop-up,
  .abs__l_2\.75--du {
    left: 2.75rem;
  }
  .absolute__right_2\.75--desktop-up,
  .abs__r_2\.75--du {
    right: 2.75rem;
  }
}
@media (min-width: 1199px) {
  .absolute__top_3--desktop-up,
  .abs__t_3--du {
    top: 3rem;
  }
  .absolute__bottom_3--desktop-up,
  .abs__b_3--du {
    bottom: 3rem;
  }
  .absolute__left_3--desktop-up,
  .abs__l_3--du {
    left: 3rem;
  }
  .absolute__right_3--desktop-up,
  .abs__r_3--du {
    right: 3rem;
  }
}
@media (min-width: 1199px) {
  .absolute__top_3\.25--desktop-up,
  .abs__t_3\.25--du {
    top: 3.25rem;
  }
  .absolute__bottom_3\.25--desktop-up,
  .abs__b_3\.25--du {
    bottom: 3.25rem;
  }
  .absolute__left_3\.25--desktop-up,
  .abs__l_3\.25--du {
    left: 3.25rem;
  }
  .absolute__right_3\.25--desktop-up,
  .abs__r_3\.25--du {
    right: 3.25rem;
  }
}
@media (min-width: 1199px) {
  .absolute__top_3\.5--desktop-up,
  .abs__t_3\.5--du {
    top: 3.5rem;
  }
  .absolute__bottom_3\.5--desktop-up,
  .abs__b_3\.5--du {
    bottom: 3.5rem;
  }
  .absolute__left_3\.5--desktop-up,
  .abs__l_3\.5--du {
    left: 3.5rem;
  }
  .absolute__right_3\.5--desktop-up,
  .abs__r_3\.5--du {
    right: 3.5rem;
  }
}
@media (min-width: 1199px) {
  .absolute__top_3\.75--desktop-up,
  .abs__t_3\.75--du {
    top: 3.75rem;
  }
  .absolute__bottom_3\.75--desktop-up,
  .abs__b_3\.75--du {
    bottom: 3.75rem;
  }
  .absolute__left_3\.75--desktop-up,
  .abs__l_3\.75--du {
    left: 3.75rem;
  }
  .absolute__right_3\.75--desktop-up,
  .abs__r_3\.75--du {
    right: 3.75rem;
  }
}
@media (min-width: 1199px) {
  .absolute__top_4--desktop-up,
  .abs__t_4--du {
    top: 4rem;
  }
  .absolute__bottom_4--desktop-up,
  .abs__b_4--du {
    bottom: 4rem;
  }
  .absolute__left_4--desktop-up,
  .abs__l_4--du {
    left: 4rem;
  }
  .absolute__right_4--desktop-up,
  .abs__r_4--du {
    right: 4rem;
  }
}
@media (min-width: 1199px) {
  .absolute__top_4\.25--desktop-up,
  .abs__t_4\.25--du {
    top: 4.25rem;
  }
  .absolute__bottom_4\.25--desktop-up,
  .abs__b_4\.25--du {
    bottom: 4.25rem;
  }
  .absolute__left_4\.25--desktop-up,
  .abs__l_4\.25--du {
    left: 4.25rem;
  }
  .absolute__right_4\.25--desktop-up,
  .abs__r_4\.25--du {
    right: 4.25rem;
  }
}
@media (min-width: 1199px) {
  .absolute__top_4\.5--desktop-up,
  .abs__t_4\.5--du {
    top: 4.5rem;
  }
  .absolute__bottom_4\.5--desktop-up,
  .abs__b_4\.5--du {
    bottom: 4.5rem;
  }
  .absolute__left_4\.5--desktop-up,
  .abs__l_4\.5--du {
    left: 4.5rem;
  }
  .absolute__right_4\.5--desktop-up,
  .abs__r_4\.5--du {
    right: 4.5rem;
  }
}
@media (min-width: 1199px) {
  .absolute__top_4\.75--desktop-up,
  .abs__t_4\.75--du {
    top: 4.75rem;
  }
  .absolute__bottom_4\.75--desktop-up,
  .abs__b_4\.75--du {
    bottom: 4.75rem;
  }
  .absolute__left_4\.75--desktop-up,
  .abs__l_4\.75--du {
    left: 4.75rem;
  }
  .absolute__right_4\.75--desktop-up,
  .abs__r_4\.75--du {
    right: 4.75rem;
  }
}
@media (min-width: 1199px) {
  .absolute__top_5--desktop-up,
  .abs__t_5--du {
    top: 5rem;
  }
  .absolute__bottom_5--desktop-up,
  .abs__b_5--du {
    bottom: 5rem;
  }
  .absolute__left_5--desktop-up,
  .abs__l_5--du {
    left: 5rem;
  }
  .absolute__right_5--desktop-up,
  .abs__r_5--du {
    right: 5rem;
  }
}
@media (min-width: 1199px) {
  .absolute__top_5\.25--desktop-up,
  .abs__t_5\.25--du {
    top: 5.25rem;
  }
  .absolute__bottom_5\.25--desktop-up,
  .abs__b_5\.25--du {
    bottom: 5.25rem;
  }
  .absolute__left_5\.25--desktop-up,
  .abs__l_5\.25--du {
    left: 5.25rem;
  }
  .absolute__right_5\.25--desktop-up,
  .abs__r_5\.25--du {
    right: 5.25rem;
  }
}
@media (min-width: 1199px) {
  .absolute__top_5\.5--desktop-up,
  .abs__t_5\.5--du {
    top: 5.5rem;
  }
  .absolute__bottom_5\.5--desktop-up,
  .abs__b_5\.5--du {
    bottom: 5.5rem;
  }
  .absolute__left_5\.5--desktop-up,
  .abs__l_5\.5--du {
    left: 5.5rem;
  }
  .absolute__right_5\.5--desktop-up,
  .abs__r_5\.5--du {
    right: 5.5rem;
  }
}
@media (min-width: 1199px) {
  .absolute__top_5\.75--desktop-up,
  .abs__t_5\.75--du {
    top: 5.75rem;
  }
  .absolute__bottom_5\.75--desktop-up,
  .abs__b_5\.75--du {
    bottom: 5.75rem;
  }
  .absolute__left_5\.75--desktop-up,
  .abs__l_5\.75--du {
    left: 5.75rem;
  }
  .absolute__right_5\.75--desktop-up,
  .abs__r_5\.75--du {
    right: 5.75rem;
  }
}
@media (min-width: 1199px) {
  .absolute__top_6--desktop-up,
  .abs__t_6--du {
    top: 6rem;
  }
  .absolute__bottom_6--desktop-up,
  .abs__b_6--du {
    bottom: 6rem;
  }
  .absolute__left_6--desktop-up,
  .abs__l_6--du {
    left: 6rem;
  }
  .absolute__right_6--desktop-up,
  .abs__r_6--du {
    right: 6rem;
  }
}
@media (min-width: 1199px) {
  .absolute__top_6\.25--desktop-up,
  .abs__t_6\.25--du {
    top: 6.25rem;
  }
  .absolute__bottom_6\.25--desktop-up,
  .abs__b_6\.25--du {
    bottom: 6.25rem;
  }
  .absolute__left_6\.25--desktop-up,
  .abs__l_6\.25--du {
    left: 6.25rem;
  }
  .absolute__right_6\.25--desktop-up,
  .abs__r_6\.25--du {
    right: 6.25rem;
  }
}
@media (min-width: 1199px) {
  .absolute__top_6\.5--desktop-up,
  .abs__t_6\.5--du {
    top: 6.5rem;
  }
  .absolute__bottom_6\.5--desktop-up,
  .abs__b_6\.5--du {
    bottom: 6.5rem;
  }
  .absolute__left_6\.5--desktop-up,
  .abs__l_6\.5--du {
    left: 6.5rem;
  }
  .absolute__right_6\.5--desktop-up,
  .abs__r_6\.5--du {
    right: 6.5rem;
  }
}
@media (min-width: 1199px) {
  .absolute__top_6\.75--desktop-up,
  .abs__t_6\.75--du {
    top: 6.75rem;
  }
  .absolute__bottom_6\.75--desktop-up,
  .abs__b_6\.75--du {
    bottom: 6.75rem;
  }
  .absolute__left_6\.75--desktop-up,
  .abs__l_6\.75--du {
    left: 6.75rem;
  }
  .absolute__right_6\.75--desktop-up,
  .abs__r_6\.75--du {
    right: 6.75rem;
  }
}
@media (min-width: 1199px) {
  .absolute__top_7--desktop-up,
  .abs__t_7--du {
    top: 7rem;
  }
  .absolute__bottom_7--desktop-up,
  .abs__b_7--du {
    bottom: 7rem;
  }
  .absolute__left_7--desktop-up,
  .abs__l_7--du {
    left: 7rem;
  }
  .absolute__right_7--desktop-up,
  .abs__r_7--du {
    right: 7rem;
  }
}
@media (min-width: 1199px) {
  .absolute__top_7\.25--desktop-up,
  .abs__t_7\.25--du {
    top: 7.25rem;
  }
  .absolute__bottom_7\.25--desktop-up,
  .abs__b_7\.25--du {
    bottom: 7.25rem;
  }
  .absolute__left_7\.25--desktop-up,
  .abs__l_7\.25--du {
    left: 7.25rem;
  }
  .absolute__right_7\.25--desktop-up,
  .abs__r_7\.25--du {
    right: 7.25rem;
  }
}
@media (min-width: 1199px) {
  .absolute__top_7\.5--desktop-up,
  .abs__t_7\.5--du {
    top: 7.5rem;
  }
  .absolute__bottom_7\.5--desktop-up,
  .abs__b_7\.5--du {
    bottom: 7.5rem;
  }
  .absolute__left_7\.5--desktop-up,
  .abs__l_7\.5--du {
    left: 7.5rem;
  }
  .absolute__right_7\.5--desktop-up,
  .abs__r_7\.5--du {
    right: 7.5rem;
  }
}
@media (min-width: 1199px) {
  .absolute__top_7\.75--desktop-up,
  .abs__t_7\.75--du {
    top: 7.75rem;
  }
  .absolute__bottom_7\.75--desktop-up,
  .abs__b_7\.75--du {
    bottom: 7.75rem;
  }
  .absolute__left_7\.75--desktop-up,
  .abs__l_7\.75--du {
    left: 7.75rem;
  }
  .absolute__right_7\.75--desktop-up,
  .abs__r_7\.75--du {
    right: 7.75rem;
  }
}
@media (min-width: 1199px) {
  .absolute__top_8--desktop-up,
  .abs__t_8--du {
    top: 8rem;
  }
  .absolute__bottom_8--desktop-up,
  .abs__b_8--du {
    bottom: 8rem;
  }
  .absolute__left_8--desktop-up,
  .abs__l_8--du {
    left: 8rem;
  }
  .absolute__right_8--desktop-up,
  .abs__r_8--du {
    right: 8rem;
  }
}
@media (min-width: 1199px) {
  .absolute__top_8\.25--desktop-up,
  .abs__t_8\.25--du {
    top: 8.25rem;
  }
  .absolute__bottom_8\.25--desktop-up,
  .abs__b_8\.25--du {
    bottom: 8.25rem;
  }
  .absolute__left_8\.25--desktop-up,
  .abs__l_8\.25--du {
    left: 8.25rem;
  }
  .absolute__right_8\.25--desktop-up,
  .abs__r_8\.25--du {
    right: 8.25rem;
  }
}
@media (min-width: 1199px) {
  .absolute__top_8\.5--desktop-up,
  .abs__t_8\.5--du {
    top: 8.5rem;
  }
  .absolute__bottom_8\.5--desktop-up,
  .abs__b_8\.5--du {
    bottom: 8.5rem;
  }
  .absolute__left_8\.5--desktop-up,
  .abs__l_8\.5--du {
    left: 8.5rem;
  }
  .absolute__right_8\.5--desktop-up,
  .abs__r_8\.5--du {
    right: 8.5rem;
  }
}
@media (min-width: 1199px) {
  .absolute__top_8\.75--desktop-up,
  .abs__t_8\.75--du {
    top: 8.75rem;
  }
  .absolute__bottom_8\.75--desktop-up,
  .abs__b_8\.75--du {
    bottom: 8.75rem;
  }
  .absolute__left_8\.75--desktop-up,
  .abs__l_8\.75--du {
    left: 8.75rem;
  }
  .absolute__right_8\.75--desktop-up,
  .abs__r_8\.75--du {
    right: 8.75rem;
  }
}
@media (min-width: 1199px) {
  .absolute__top_9--desktop-up,
  .abs__t_9--du {
    top: 9rem;
  }
  .absolute__bottom_9--desktop-up,
  .abs__b_9--du {
    bottom: 9rem;
  }
  .absolute__left_9--desktop-up,
  .abs__l_9--du {
    left: 9rem;
  }
  .absolute__right_9--desktop-up,
  .abs__r_9--du {
    right: 9rem;
  }
}
@media (min-width: 1199px) {
  .absolute__top_9\.25--desktop-up,
  .abs__t_9\.25--du {
    top: 9.25rem;
  }
  .absolute__bottom_9\.25--desktop-up,
  .abs__b_9\.25--du {
    bottom: 9.25rem;
  }
  .absolute__left_9\.25--desktop-up,
  .abs__l_9\.25--du {
    left: 9.25rem;
  }
  .absolute__right_9\.25--desktop-up,
  .abs__r_9\.25--du {
    right: 9.25rem;
  }
}
@media (min-width: 1199px) {
  .absolute__top_9\.5--desktop-up,
  .abs__t_9\.5--du {
    top: 9.5rem;
  }
  .absolute__bottom_9\.5--desktop-up,
  .abs__b_9\.5--du {
    bottom: 9.5rem;
  }
  .absolute__left_9\.5--desktop-up,
  .abs__l_9\.5--du {
    left: 9.5rem;
  }
  .absolute__right_9\.5--desktop-up,
  .abs__r_9\.5--du {
    right: 9.5rem;
  }
}
@media (min-width: 1199px) {
  .absolute__top_9\.75--desktop-up,
  .abs__t_9\.75--du {
    top: 9.75rem;
  }
  .absolute__bottom_9\.75--desktop-up,
  .abs__b_9\.75--du {
    bottom: 9.75rem;
  }
  .absolute__left_9\.75--desktop-up,
  .abs__l_9\.75--du {
    left: 9.75rem;
  }
  .absolute__right_9\.75--desktop-up,
  .abs__r_9\.75--du {
    right: 9.75rem;
  }
}
@media (min-width: 1199px) {
  .absolute__top_10--desktop-up,
  .abs__t_10--du {
    top: 10rem;
  }
  .absolute__bottom_10--desktop-up,
  .abs__b_10--du {
    bottom: 10rem;
  }
  .absolute__left_10--desktop-up,
  .abs__l_10--du {
    left: 10rem;
  }
  .absolute__right_10--desktop-up,
  .abs__r_10--du {
    right: 10rem;
  }
}
@media (min-width: 1199px) {
  .absolute__top_10\.25--desktop-up,
  .abs__t_10\.25--du {
    top: 10.25rem;
  }
  .absolute__bottom_10\.25--desktop-up,
  .abs__b_10\.25--du {
    bottom: 10.25rem;
  }
  .absolute__left_10\.25--desktop-up,
  .abs__l_10\.25--du {
    left: 10.25rem;
  }
  .absolute__right_10\.25--desktop-up,
  .abs__r_10\.25--du {
    right: 10.25rem;
  }
}
@media (min-width: 1199px) {
  .absolute__top_10\.5--desktop-up,
  .abs__t_10\.5--du {
    top: 10.5rem;
  }
  .absolute__bottom_10\.5--desktop-up,
  .abs__b_10\.5--du {
    bottom: 10.5rem;
  }
  .absolute__left_10\.5--desktop-up,
  .abs__l_10\.5--du {
    left: 10.5rem;
  }
  .absolute__right_10\.5--desktop-up,
  .abs__r_10\.5--du {
    right: 10.5rem;
  }
}
@media (min-width: 1199px) {
  .absolute__top_10\.75--desktop-up,
  .abs__t_10\.75--du {
    top: 10.75rem;
  }
  .absolute__bottom_10\.75--desktop-up,
  .abs__b_10\.75--du {
    bottom: 10.75rem;
  }
  .absolute__left_10\.75--desktop-up,
  .abs__l_10\.75--du {
    left: 10.75rem;
  }
  .absolute__right_10\.75--desktop-up,
  .abs__r_10\.75--du {
    right: 10.75rem;
  }
}
@media (min-width: 1199px) {
  .absolute__top_11--desktop-up,
  .abs__t_11--du {
    top: 11rem;
  }
  .absolute__bottom_11--desktop-up,
  .abs__b_11--du {
    bottom: 11rem;
  }
  .absolute__left_11--desktop-up,
  .abs__l_11--du {
    left: 11rem;
  }
  .absolute__right_11--desktop-up,
  .abs__r_11--du {
    right: 11rem;
  }
}
@media (min-width: 1199px) {
  .absolute__top_11\.25--desktop-up,
  .abs__t_11\.25--du {
    top: 11.25rem;
  }
  .absolute__bottom_11\.25--desktop-up,
  .abs__b_11\.25--du {
    bottom: 11.25rem;
  }
  .absolute__left_11\.25--desktop-up,
  .abs__l_11\.25--du {
    left: 11.25rem;
  }
  .absolute__right_11\.25--desktop-up,
  .abs__r_11\.25--du {
    right: 11.25rem;
  }
}
@media (min-width: 1199px) {
  .absolute__top_11\.5--desktop-up,
  .abs__t_11\.5--du {
    top: 11.5rem;
  }
  .absolute__bottom_11\.5--desktop-up,
  .abs__b_11\.5--du {
    bottom: 11.5rem;
  }
  .absolute__left_11\.5--desktop-up,
  .abs__l_11\.5--du {
    left: 11.5rem;
  }
  .absolute__right_11\.5--desktop-up,
  .abs__r_11\.5--du {
    right: 11.5rem;
  }
}
@media (min-width: 1199px) {
  .absolute__top_11\.75--desktop-up,
  .abs__t_11\.75--du {
    top: 11.75rem;
  }
  .absolute__bottom_11\.75--desktop-up,
  .abs__b_11\.75--du {
    bottom: 11.75rem;
  }
  .absolute__left_11\.75--desktop-up,
  .abs__l_11\.75--du {
    left: 11.75rem;
  }
  .absolute__right_11\.75--desktop-up,
  .abs__r_11\.75--du {
    right: 11.75rem;
  }
}
@media (min-width: 1199px) {
  .absolute__top_12--desktop-up,
  .abs__t_12--du {
    top: 12rem;
  }
  .absolute__bottom_12--desktop-up,
  .abs__b_12--du {
    bottom: 12rem;
  }
  .absolute__left_12--desktop-up,
  .abs__l_12--du {
    left: 12rem;
  }
  .absolute__right_12--desktop-up,
  .abs__r_12--du {
    right: 12rem;
  }
}
@media (min-width: 1199px) {
  .absolute__top_12\.25--desktop-up,
  .abs__t_12\.25--du {
    top: 12.25rem;
  }
  .absolute__bottom_12\.25--desktop-up,
  .abs__b_12\.25--du {
    bottom: 12.25rem;
  }
  .absolute__left_12\.25--desktop-up,
  .abs__l_12\.25--du {
    left: 12.25rem;
  }
  .absolute__right_12\.25--desktop-up,
  .abs__r_12\.25--du {
    right: 12.25rem;
  }
}
@media (min-width: 1199px) {
  .absolute__top_12\.5--desktop-up,
  .abs__t_12\.5--du {
    top: 12.5rem;
  }
  .absolute__bottom_12\.5--desktop-up,
  .abs__b_12\.5--du {
    bottom: 12.5rem;
  }
  .absolute__left_12\.5--desktop-up,
  .abs__l_12\.5--du {
    left: 12.5rem;
  }
  .absolute__right_12\.5--desktop-up,
  .abs__r_12\.5--du {
    right: 12.5rem;
  }
}
@media (min-width: 1199px) {
  .absolute__top_12\.75--desktop-up,
  .abs__t_12\.75--du {
    top: 12.75rem;
  }
  .absolute__bottom_12\.75--desktop-up,
  .abs__b_12\.75--du {
    bottom: 12.75rem;
  }
  .absolute__left_12\.75--desktop-up,
  .abs__l_12\.75--du {
    left: 12.75rem;
  }
  .absolute__right_12\.75--desktop-up,
  .abs__r_12\.75--du {
    right: 12.75rem;
  }
}
@media (min-width: 1199px) {
  .absolute__top_13--desktop-up,
  .abs__t_13--du {
    top: 13rem;
  }
  .absolute__bottom_13--desktop-up,
  .abs__b_13--du {
    bottom: 13rem;
  }
  .absolute__left_13--desktop-up,
  .abs__l_13--du {
    left: 13rem;
  }
  .absolute__right_13--desktop-up,
  .abs__r_13--du {
    right: 13rem;
  }
}
@media (min-width: 1199px) {
  .absolute__top_13\.25--desktop-up,
  .abs__t_13\.25--du {
    top: 13.25rem;
  }
  .absolute__bottom_13\.25--desktop-up,
  .abs__b_13\.25--du {
    bottom: 13.25rem;
  }
  .absolute__left_13\.25--desktop-up,
  .abs__l_13\.25--du {
    left: 13.25rem;
  }
  .absolute__right_13\.25--desktop-up,
  .abs__r_13\.25--du {
    right: 13.25rem;
  }
}
@media (min-width: 1199px) {
  .absolute__top_13\.5--desktop-up,
  .abs__t_13\.5--du {
    top: 13.5rem;
  }
  .absolute__bottom_13\.5--desktop-up,
  .abs__b_13\.5--du {
    bottom: 13.5rem;
  }
  .absolute__left_13\.5--desktop-up,
  .abs__l_13\.5--du {
    left: 13.5rem;
  }
  .absolute__right_13\.5--desktop-up,
  .abs__r_13\.5--du {
    right: 13.5rem;
  }
}
@media (min-width: 1199px) {
  .absolute__top_13\.75--desktop-up,
  .abs__t_13\.75--du {
    top: 13.75rem;
  }
  .absolute__bottom_13\.75--desktop-up,
  .abs__b_13\.75--du {
    bottom: 13.75rem;
  }
  .absolute__left_13\.75--desktop-up,
  .abs__l_13\.75--du {
    left: 13.75rem;
  }
  .absolute__right_13\.75--desktop-up,
  .abs__r_13\.75--du {
    right: 13.75rem;
  }
}
@media (min-width: 1199px) {
  .absolute__top_14--desktop-up,
  .abs__t_14--du {
    top: 14rem;
  }
  .absolute__bottom_14--desktop-up,
  .abs__b_14--du {
    bottom: 14rem;
  }
  .absolute__left_14--desktop-up,
  .abs__l_14--du {
    left: 14rem;
  }
  .absolute__right_14--desktop-up,
  .abs__r_14--du {
    right: 14rem;
  }
}
@media (min-width: 1199px) {
  .absolute__top_14\.25--desktop-up,
  .abs__t_14\.25--du {
    top: 14.25rem;
  }
  .absolute__bottom_14\.25--desktop-up,
  .abs__b_14\.25--du {
    bottom: 14.25rem;
  }
  .absolute__left_14\.25--desktop-up,
  .abs__l_14\.25--du {
    left: 14.25rem;
  }
  .absolute__right_14\.25--desktop-up,
  .abs__r_14\.25--du {
    right: 14.25rem;
  }
}
@media (min-width: 1199px) {
  .absolute__top_14\.5--desktop-up,
  .abs__t_14\.5--du {
    top: 14.5rem;
  }
  .absolute__bottom_14\.5--desktop-up,
  .abs__b_14\.5--du {
    bottom: 14.5rem;
  }
  .absolute__left_14\.5--desktop-up,
  .abs__l_14\.5--du {
    left: 14.5rem;
  }
  .absolute__right_14\.5--desktop-up,
  .abs__r_14\.5--du {
    right: 14.5rem;
  }
}
@media (min-width: 1199px) {
  .absolute__top_14\.75--desktop-up,
  .abs__t_14\.75--du {
    top: 14.75rem;
  }
  .absolute__bottom_14\.75--desktop-up,
  .abs__b_14\.75--du {
    bottom: 14.75rem;
  }
  .absolute__left_14\.75--desktop-up,
  .abs__l_14\.75--du {
    left: 14.75rem;
  }
  .absolute__right_14\.75--desktop-up,
  .abs__r_14\.75--du {
    right: 14.75rem;
  }
}
@media (min-width: 1199px) {
  .absolute__top_15--desktop-up,
  .abs__t_15--du {
    top: 15rem;
  }
  .absolute__bottom_15--desktop-up,
  .abs__b_15--du {
    bottom: 15rem;
  }
  .absolute__left_15--desktop-up,
  .abs__l_15--du {
    left: 15rem;
  }
  .absolute__right_15--desktop-up,
  .abs__r_15--du {
    right: 15rem;
  }
}
@media (min-width: 1199px) {
  .absolute__top_15\.25--desktop-up,
  .abs__t_15\.25--du {
    top: 15.25rem;
  }
  .absolute__bottom_15\.25--desktop-up,
  .abs__b_15\.25--du {
    bottom: 15.25rem;
  }
  .absolute__left_15\.25--desktop-up,
  .abs__l_15\.25--du {
    left: 15.25rem;
  }
  .absolute__right_15\.25--desktop-up,
  .abs__r_15\.25--du {
    right: 15.25rem;
  }
}
@media (min-width: 1199px) {
  .absolute__top_15\.5--desktop-up,
  .abs__t_15\.5--du {
    top: 15.5rem;
  }
  .absolute__bottom_15\.5--desktop-up,
  .abs__b_15\.5--du {
    bottom: 15.5rem;
  }
  .absolute__left_15\.5--desktop-up,
  .abs__l_15\.5--du {
    left: 15.5rem;
  }
  .absolute__right_15\.5--desktop-up,
  .abs__r_15\.5--du {
    right: 15.5rem;
  }
}
@media (min-width: 1199px) {
  .absolute__top_15\.75--desktop-up,
  .abs__t_15\.75--du {
    top: 15.75rem;
  }
  .absolute__bottom_15\.75--desktop-up,
  .abs__b_15\.75--du {
    bottom: 15.75rem;
  }
  .absolute__left_15\.75--desktop-up,
  .abs__l_15\.75--du {
    left: 15.75rem;
  }
  .absolute__right_15\.75--desktop-up,
  .abs__r_15\.75--du {
    right: 15.75rem;
  }
}
@media (min-width: 1199px) {
  .absolute__top_16--desktop-up,
  .abs__t_16--du {
    top: 16rem;
  }
  .absolute__bottom_16--desktop-up,
  .abs__b_16--du {
    bottom: 16rem;
  }
  .absolute__left_16--desktop-up,
  .abs__l_16--du {
    left: 16rem;
  }
  .absolute__right_16--desktop-up,
  .abs__r_16--du {
    right: 16rem;
  }
}
@media (min-width: 1199px) {
  .absolute__top_16\.25--desktop-up,
  .abs__t_16\.25--du {
    top: 16.25rem;
  }
  .absolute__bottom_16\.25--desktop-up,
  .abs__b_16\.25--du {
    bottom: 16.25rem;
  }
  .absolute__left_16\.25--desktop-up,
  .abs__l_16\.25--du {
    left: 16.25rem;
  }
  .absolute__right_16\.25--desktop-up,
  .abs__r_16\.25--du {
    right: 16.25rem;
  }
}
@media (min-width: 1199px) {
  .absolute__top_16\.5--desktop-up,
  .abs__t_16\.5--du {
    top: 16.5rem;
  }
  .absolute__bottom_16\.5--desktop-up,
  .abs__b_16\.5--du {
    bottom: 16.5rem;
  }
  .absolute__left_16\.5--desktop-up,
  .abs__l_16\.5--du {
    left: 16.5rem;
  }
  .absolute__right_16\.5--desktop-up,
  .abs__r_16\.5--du {
    right: 16.5rem;
  }
}
@media (min-width: 1199px) {
  .absolute__top_16\.75--desktop-up,
  .abs__t_16\.75--du {
    top: 16.75rem;
  }
  .absolute__bottom_16\.75--desktop-up,
  .abs__b_16\.75--du {
    bottom: 16.75rem;
  }
  .absolute__left_16\.75--desktop-up,
  .abs__l_16\.75--du {
    left: 16.75rem;
  }
  .absolute__right_16\.75--desktop-up,
  .abs__r_16\.75--du {
    right: 16.75rem;
  }
}
@media (min-width: 1199px) {
  .absolute__top_17--desktop-up,
  .abs__t_17--du {
    top: 17rem;
  }
  .absolute__bottom_17--desktop-up,
  .abs__b_17--du {
    bottom: 17rem;
  }
  .absolute__left_17--desktop-up,
  .abs__l_17--du {
    left: 17rem;
  }
  .absolute__right_17--desktop-up,
  .abs__r_17--du {
    right: 17rem;
  }
}
@media (min-width: 1199px) {
  .absolute__top_17\.25--desktop-up,
  .abs__t_17\.25--du {
    top: 17.25rem;
  }
  .absolute__bottom_17\.25--desktop-up,
  .abs__b_17\.25--du {
    bottom: 17.25rem;
  }
  .absolute__left_17\.25--desktop-up,
  .abs__l_17\.25--du {
    left: 17.25rem;
  }
  .absolute__right_17\.25--desktop-up,
  .abs__r_17\.25--du {
    right: 17.25rem;
  }
}
@media (min-width: 1199px) {
  .absolute__top_17\.5--desktop-up,
  .abs__t_17\.5--du {
    top: 17.5rem;
  }
  .absolute__bottom_17\.5--desktop-up,
  .abs__b_17\.5--du {
    bottom: 17.5rem;
  }
  .absolute__left_17\.5--desktop-up,
  .abs__l_17\.5--du {
    left: 17.5rem;
  }
  .absolute__right_17\.5--desktop-up,
  .abs__r_17\.5--du {
    right: 17.5rem;
  }
}
@media (min-width: 1199px) {
  .absolute__top_17\.75--desktop-up,
  .abs__t_17\.75--du {
    top: 17.75rem;
  }
  .absolute__bottom_17\.75--desktop-up,
  .abs__b_17\.75--du {
    bottom: 17.75rem;
  }
  .absolute__left_17\.75--desktop-up,
  .abs__l_17\.75--du {
    left: 17.75rem;
  }
  .absolute__right_17\.75--desktop-up,
  .abs__r_17\.75--du {
    right: 17.75rem;
  }
}
@media (min-width: 1199px) {
  .absolute__top_18--desktop-up,
  .abs__t_18--du {
    top: 18rem;
  }
  .absolute__bottom_18--desktop-up,
  .abs__b_18--du {
    bottom: 18rem;
  }
  .absolute__left_18--desktop-up,
  .abs__l_18--du {
    left: 18rem;
  }
  .absolute__right_18--desktop-up,
  .abs__r_18--du {
    right: 18rem;
  }
}
@media (min-width: 1199px) {
  .absolute__top_18\.25--desktop-up,
  .abs__t_18\.25--du {
    top: 18.25rem;
  }
  .absolute__bottom_18\.25--desktop-up,
  .abs__b_18\.25--du {
    bottom: 18.25rem;
  }
  .absolute__left_18\.25--desktop-up,
  .abs__l_18\.25--du {
    left: 18.25rem;
  }
  .absolute__right_18\.25--desktop-up,
  .abs__r_18\.25--du {
    right: 18.25rem;
  }
}
@media (min-width: 1199px) {
  .absolute__top_18\.5--desktop-up,
  .abs__t_18\.5--du {
    top: 18.5rem;
  }
  .absolute__bottom_18\.5--desktop-up,
  .abs__b_18\.5--du {
    bottom: 18.5rem;
  }
  .absolute__left_18\.5--desktop-up,
  .abs__l_18\.5--du {
    left: 18.5rem;
  }
  .absolute__right_18\.5--desktop-up,
  .abs__r_18\.5--du {
    right: 18.5rem;
  }
}
@media (min-width: 1199px) {
  .absolute__top_18\.75--desktop-up,
  .abs__t_18\.75--du {
    top: 18.75rem;
  }
  .absolute__bottom_18\.75--desktop-up,
  .abs__b_18\.75--du {
    bottom: 18.75rem;
  }
  .absolute__left_18\.75--desktop-up,
  .abs__l_18\.75--du {
    left: 18.75rem;
  }
  .absolute__right_18\.75--desktop-up,
  .abs__r_18\.75--du {
    right: 18.75rem;
  }
}
@media (min-width: 1199px) {
  .absolute__top_19--desktop-up,
  .abs__t_19--du {
    top: 19rem;
  }
  .absolute__bottom_19--desktop-up,
  .abs__b_19--du {
    bottom: 19rem;
  }
  .absolute__left_19--desktop-up,
  .abs__l_19--du {
    left: 19rem;
  }
  .absolute__right_19--desktop-up,
  .abs__r_19--du {
    right: 19rem;
  }
}
@media (min-width: 1199px) {
  .absolute__top_19\.25--desktop-up,
  .abs__t_19\.25--du {
    top: 19.25rem;
  }
  .absolute__bottom_19\.25--desktop-up,
  .abs__b_19\.25--du {
    bottom: 19.25rem;
  }
  .absolute__left_19\.25--desktop-up,
  .abs__l_19\.25--du {
    left: 19.25rem;
  }
  .absolute__right_19\.25--desktop-up,
  .abs__r_19\.25--du {
    right: 19.25rem;
  }
}
@media (min-width: 1199px) {
  .absolute__top_19\.5--desktop-up,
  .abs__t_19\.5--du {
    top: 19.5rem;
  }
  .absolute__bottom_19\.5--desktop-up,
  .abs__b_19\.5--du {
    bottom: 19.5rem;
  }
  .absolute__left_19\.5--desktop-up,
  .abs__l_19\.5--du {
    left: 19.5rem;
  }
  .absolute__right_19\.5--desktop-up,
  .abs__r_19\.5--du {
    right: 19.5rem;
  }
}
@media (min-width: 1199px) {
  .absolute__top_19\.75--desktop-up,
  .abs__t_19\.75--du {
    top: 19.75rem;
  }
  .absolute__bottom_19\.75--desktop-up,
  .abs__b_19\.75--du {
    bottom: 19.75rem;
  }
  .absolute__left_19\.75--desktop-up,
  .abs__l_19\.75--du {
    left: 19.75rem;
  }
  .absolute__right_19\.75--desktop-up,
  .abs__r_19\.75--du {
    right: 19.75rem;
  }
}
@media (min-width: 1199px) {
  .absolute__top_20--desktop-up,
  .abs__t_20--du {
    top: 20rem;
  }
  .absolute__bottom_20--desktop-up,
  .abs__b_20--du {
    bottom: 20rem;
  }
  .absolute__left_20--desktop-up,
  .abs__l_20--du {
    left: 20rem;
  }
  .absolute__right_20--desktop-up,
  .abs__r_20--du {
    right: 20rem;
  }
}
@media (min-width: 1199px) {
  .absolute__middle_vertical--desktop-up,
  .abs__m_v--du {
    top: 50%;
    transform: translateY(-50%);
  }
}

.width__5, .w__5 {
  width: 5%;
}

.width__10, .w__10 {
  width: 10%;
}

.width__15, .w__15 {
  width: 15%;
}

.width__20, .w__20 {
  width: 20%;
}

.width__25, .w__25 {
  width: 25%;
}

.width__30, .w__30 {
  width: 30%;
}

.width__35, .w__35 {
  width: 35%;
}

.width__40, .w__40 {
  width: 40%;
}

.width__45, .w__45 {
  width: 45%;
}

.width__50, .w__50 {
  width: 50%;
}

.width__55, .w__55 {
  width: 55%;
}

.width__60, .w__60 {
  width: 60%;
}

.width__65, .w__65 {
  width: 65%;
}

.width__70, .w__70 {
  width: 70%;
}

.width__75, .w__75 {
  width: 75%;
}

.width__80, .w__80 {
  width: 80%;
}

.width__85, .w__85 {
  width: 85%;
}

.width__90, .w__90 {
  width: 90%;
}

.width__95, .w__95 {
  width: 95%;
}

.width__100, .w__100 {
  width: 100%;
}

.width__105, .w__105 {
  width: 105%;
}

.width__110, .w__110 {
  width: 110%;
}

.height__5, .h__5 {
  height: 5%;
}

.height__10, .h__10 {
  height: 10%;
}

.height__15, .h__15 {
  height: 15%;
}

.height__20, .h__20 {
  height: 20%;
}

.height__25, .h__25 {
  height: 25%;
}

.height__30, .h__30 {
  height: 30%;
}

.height__35, .h__35 {
  height: 35%;
}

.height__40, .h__40 {
  height: 40%;
}

.height__45, .h__45 {
  height: 45%;
}

.height__50, .h__50 {
  height: 50%;
}

.height__55, .h__55 {
  height: 55%;
}

.height__60, .h__60 {
  height: 60%;
}

.height__65, .h__65 {
  height: 65%;
}

.height__70, .h__70 {
  height: 70%;
}

.height__75, .h__75 {
  height: 75%;
}

.height__80, .h__80 {
  height: 80%;
}

.height__85, .h__85 {
  height: 85%;
}

.height__90, .h__90 {
  height: 90%;
}

.height__95, .h__95 {
  height: 95%;
}

.height__100, .h__100 {
  height: 100%;
}

.height__105, .h__105 {
  height: 105%;
}

.height__110, .h__110 {
  height: 110%;
}

.width__fit,
.w__fit {
  width: fit-content;
  width: -moz-fit-content;
}

.height__fit,
.h__fit {
  height: fit-content;
  height: -moz-fit-content;
}

.border_radius-5,
.b_r-5 {
  border-radius: 5px;
}

.sa__header__image--align {
  position: absolute;
  right: 0;
  max-width: 50%;
}

.change-lab__card--icon__colour {
  color: #5F3A99;
}

#you-belong-page .image-slider__image img {
  clip-path: unset;
}

#you-belong-page .image-slider__selector-container {
  text-align: center;
}

#you-belong-page .align--center {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

.book__btn--pos {
  display: inline-flex;
}

.text-icon-wrapper {
  display: flex;
  align-items: center;
}

@media (min-width: 599px) {
  #you-belong-page .image-slider__selector {
    display: inline-block;
    margin: 0 0.5rem;
  }
}
@media (max-width: 599px) {
  .sa__header__image--align {
    position: relative;
    max-width: 100%;
    margin-top: 2rem;
  }
  .book__btn--pos {
    display: block;
  }
  .book__btn--pos div:nth-child(1), .book__btn--pos div:nth-child(2) {
    margin-bottom: 2rem;
  }
}
@media (min-width: 599px) and (max-width: 1198px) {
  .grid__container .grid__1--offset-tab,
  .grid__container .g__1--o-t,
  .g__cont .grid__1--offset-tab,
  .g__cont .g__1--o-t {
    grid-column-start: 2;
  }
}
@media (min-width: 599px) and (max-width: 1198px) {
  .grid__container .grid__2--offset-tab,
  .grid__container .g__2--o-t,
  .g__cont .grid__2--offset-tab,
  .g__cont .g__2--o-t {
    grid-column-start: 3;
  }
}
@media only screen and (max-width: 1198px) {
  #you-belong-chapters, #more-access-chapters {
    display: none;
  }
}
.theme__default-white--primary h1, .theme__default-white--primary h2, .theme__default-white--primary h3, .theme__default-white--primary h4, .theme__default-white--primary h5, .theme__default-white--primary h6,
.t__def-wh--pri h1,
.t__def-wh--pri h2,
.t__def-wh--pri h3,
.t__def-wh--pri h4,
.t__def-wh--pri h5,
.t__def-wh--pri h6 {
  color: #ffffff;
}
.theme__default-white--primary a,
.t__def-wh--pri a {
  color: #ffffff;
  border-color: #ffffff;
  text-decoration: none;
}
.theme__default-white--primary a:hover,
.t__def-wh--pri a:hover {
  color: #ffffff;
}
.theme__default-white--primary a:hover h1, .theme__default-white--primary a:hover h2, .theme__default-white--primary a:hover h3, .theme__default-white--primary a:hover h4, .theme__default-white--primary a:hover h5, .theme__default-white--primary a:hover h6,
.t__def-wh--pri a:hover h1,
.t__def-wh--pri a:hover h2,
.t__def-wh--pri a:hover h3,
.t__def-wh--pri a:hover h4,
.t__def-wh--pri a:hover h5,
.t__def-wh--pri a:hover h6 {
  color: #ffffff;
}
.theme__default-white--primary a div,
.t__def-wh--pri a div {
  border-color: #ffffff !important;
}
.theme__default-white--primary input,
.t__def-wh--pri input {
  border-color: #ffffff;
}
.theme__default-white--primary p,
.t__def-wh--pri p {
  color: #ffffff;
}
.theme__default-white--primary .button,
.theme__default-white--primary .btn,
.theme__default-white--primary .btn__pill, .theme__default-white--primary.button, .theme__default-white--primary.btn, .theme__default-white--primary.btn__pill,
.t__def-wh--pri .button,
.t__def-wh--pri .btn,
.t__def-wh--pri .btn__pill,
.t__def-wh--pri.button,
.t__def-wh--pri.btn,
.t__def-wh--pri.btn__pill {
  border-color: #ffffff;
}
@media (hover: hover) {
  .theme__default-white--primary .button:hover,
  .theme__default-white--primary .btn:hover,
  .theme__default-white--primary .btn__pill:hover, .theme__default-white--primary.button:hover, .theme__default-white--primary.btn:hover, .theme__default-white--primary.btn__pill:hover,
  .t__def-wh--pri .button:hover,
  .t__def-wh--pri .btn:hover,
  .t__def-wh--pri .btn__pill:hover,
  .t__def-wh--pri.button:hover,
  .t__def-wh--pri.btn:hover,
  .t__def-wh--pri.btn__pill:hover {
    color: #ffffff;
    background: #ffffff;
  }
  .theme__default-white--primary .button:hover i,
  .theme__default-white--primary .btn:hover i,
  .theme__default-white--primary .btn__pill:hover i, .theme__default-white--primary.button:hover i, .theme__default-white--primary.btn:hover i, .theme__default-white--primary.btn__pill:hover i,
  .t__def-wh--pri .button:hover i,
  .t__def-wh--pri .btn:hover i,
  .t__def-wh--pri .btn__pill:hover i,
  .t__def-wh--pri.button:hover i,
  .t__def-wh--pri.btn:hover i,
  .t__def-wh--pri.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__default-white--primary .button__invert,
.theme__default-white--primary .btn__invert,
.theme__default-white--primary .btn__pill__invert, .theme__default-white--primary.button__invert, .theme__default-white--primary.btn__invert, .theme__default-white--primary.btn__pill__invert,
.t__def-wh--pri .button__invert,
.t__def-wh--pri .btn__invert,
.t__def-wh--pri .btn__pill__invert,
.t__def-wh--pri.button__invert,
.t__def-wh--pri.btn__invert,
.t__def-wh--pri.btn__pill__invert {
  background-color: #ffffff;
  color: #ffffff;
}
.theme__default-white--primary .button__invert h4,
.theme__default-white--primary .btn__invert h4,
.theme__default-white--primary .btn__pill__invert h4, .theme__default-white--primary.button__invert h4, .theme__default-white--primary.btn__invert h4, .theme__default-white--primary.btn__pill__invert h4,
.t__def-wh--pri .button__invert h4,
.t__def-wh--pri .btn__invert h4,
.t__def-wh--pri .btn__pill__invert h4,
.t__def-wh--pri.button__invert h4,
.t__def-wh--pri.btn__invert h4,
.t__def-wh--pri.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__default-white--primary .button__invert:hover,
.theme__default-white--primary .btn__invert:hover,
.theme__default-white--primary .btn__pill__invert:hover, .theme__default-white--primary.button__invert:hover, .theme__default-white--primary.btn__invert:hover, .theme__default-white--primary.btn__pill__invert:hover,
.t__def-wh--pri .button__invert:hover,
.t__def-wh--pri .btn__invert:hover,
.t__def-wh--pri .btn__pill__invert:hover,
.t__def-wh--pri.button__invert:hover,
.t__def-wh--pri.btn__invert:hover,
.t__def-wh--pri.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__default-white--primary .button__invert:hover h4,
.theme__default-white--primary .btn__invert:hover h4,
.theme__default-white--primary .btn__pill__invert:hover h4, .theme__default-white--primary.button__invert:hover h4, .theme__default-white--primary.btn__invert:hover h4, .theme__default-white--primary.btn__pill__invert:hover h4,
.t__def-wh--pri .button__invert:hover h4,
.t__def-wh--pri .btn__invert:hover h4,
.t__def-wh--pri .btn__pill__invert:hover h4,
.t__def-wh--pri.button__invert:hover h4,
.t__def-wh--pri.btn__invert:hover h4,
.t__def-wh--pri.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__default-white--primary .button__invert--hover:hover,
.theme__default-white--primary .btn__invert--hover:hover,
.theme__default-white--primary .btn__pill__invert--hover:hover, .theme__default-white--primary.button__invert--hover:hover, .theme__default-white--primary.btn__invert--hover:hover, .theme__default-white--primary.btn__pill__invert--hover:hover,
.t__def-wh--pri .button__invert--hover:hover,
.t__def-wh--pri .btn__invert--hover:hover,
.t__def-wh--pri .btn__pill__invert--hover:hover,
.t__def-wh--pri.button__invert--hover:hover,
.t__def-wh--pri.btn__invert--hover:hover,
.t__def-wh--pri.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #ffffff;
  opacity: 0.8;
}
.theme__default-white--primary .button__under,
.theme__default-white--primary .btn__under,
.theme__default-white--primary .btn__pill__under, .theme__default-white--primary.button__under, .theme__default-white--primary.btn__under, .theme__default-white--primary.btn__pill__under,
.t__def-wh--pri .button__under,
.t__def-wh--pri .btn__under,
.t__def-wh--pri .btn__pill__under,
.t__def-wh--pri.button__under,
.t__def-wh--pri.btn__under,
.t__def-wh--pri.btn__pill__under {
  border-color: #ffffff;
}
.theme__default-white--primary .btn__large,
.t__def-wh--pri .btn__large {
  background-color: #ffffff;
}
.theme__default-white--primary .input__search,
.t__def-wh--pri .input__search {
  border-color: #ffffff;
}
.theme__default-white--primary .input__search i,
.t__def-wh--pri .input__search i {
  color: #ffffff;
}
.theme__default-white--primary .input__search:hover i,
.t__def-wh--pri .input__search:hover i {
  color: #ffffff;
}
.theme__default-white--primary .component__foreground,
.t__def-wh--pri .component__foreground {
  color: #ffffff;
}
.theme__default-white--primary.card,
.theme__default-white--primary .card, .theme__default-white--primary.card__with-image,
.theme__default-white--primary .card__with-image,
.t__def-wh--pri.card,
.t__def-wh--pri .card,
.t__def-wh--pri.card__with-image,
.t__def-wh--pri .card__with-image {
  border-color: #ffffff;
}
.theme__default-white--primary.card__highlight,
.theme__default-white--primary .card__highlight,
.theme__default-white--primary .card__highlight--image,
.theme__default-white--primary .card__highlight--final,
.t__def-wh--pri.card__highlight,
.t__def-wh--pri .card__highlight,
.t__def-wh--pri .card__highlight--image,
.t__def-wh--pri .card__highlight--final {
  background-color: #ffffff;
  border-color: #ffffff;
}
.theme__default-white--primary.card__highlight--title,
.theme__default-white--primary .card__highlight--title,
.theme__default-white--primary .card__highlight--image,
.theme__default-white--primary .card__highlight--final,
.t__def-wh--pri.card__highlight--title,
.t__def-wh--pri .card__highlight--title,
.t__def-wh--pri .card__highlight--image,
.t__def-wh--pri .card__highlight--final {
  color: #ffffff;
}
.theme__default-white--primary .image-slider__selector--dot,
.t__def-wh--pri .image-slider__selector--dot {
  background-color: #ffffff;
}
.theme__default-white--primary .call-to-action__text h3,
.t__def-wh--pri .call-to-action__text h3 {
  color: #ffffff;
}
.theme__default-white--primary .officer__block--title h5, .theme__default-white--primary .officer__block--title h6,
.t__def-wh--pri .officer__block--title h5,
.t__def-wh--pri .officer__block--title h6 {
  color: #ffffff;
}
.theme__default-white--primary .block__statement--link,
.t__def-wh--pri .block__statement--link {
  color: #ffffff;
}
.theme__default-white--primary .card__cutoff,
.t__def-wh--pri .card__cutoff {
  background: linear-gradient(#ffffff, #ffffff), linear-gradient(white, white);
}
.theme__default-white--primary .card__cutoff p,
.t__def-wh--pri .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__default-white--primary .card__cutoff:hover,
  .t__def-wh--pri .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__default-white--primary .card__cutoff:hover p,
  .t__def-wh--pri .card__cutoff:hover p {
    color: #ffffff;
  }
  .theme__default-white--primary .card__cutoff:hover .card__cutoff--link,
  .t__def-wh--pri .card__cutoff:hover .card__cutoff--link {
    color: #ffffff;
  }
  .theme__default-white--primary .card__cutoff:hover .card__cutoff--text,
  .t__def-wh--pri .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__default-white--primary .card__cutoff:hover .card__cutoff--text p,
  .t__def-wh--pri .card__cutoff:hover .card__cutoff--text p {
    color: #ffffff;
  }
  .theme__default-white--primary .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__def-wh--pri .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: #ffffff;
  }
}
.theme__default-white--primary .card__cutoff--link,
.t__def-wh--pri .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__default-white--primary .card__cutoff--link:hover,
  .t__def-wh--pri .card__cutoff--link:hover {
    color: #ffffff;
  }
  .theme__default-white--primary .card__cutoff--link:hover--link,
  .t__def-wh--pri .card__cutoff--link:hover--link {
    color: #ffffff;
  }
}
.theme__default-white--primary .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__def-wh--pri .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: #ffffff;
}
.theme__default-white--primary .dropdown__toggle--title,
.t__def-wh--pri .dropdown__toggle--title {
  color: #ffffff;
}
.theme__default-white--primary .dropdown__toggle--icon i,
.t__def-wh--pri .dropdown__toggle--icon i {
  color: #ffffff;
}
.theme__default-white--primary .large_timer__countdown--item_large,
.t__def-wh--pri .large_timer__countdown--item_large {
  background-color: #ffffff;
}
.theme__default-white--primary .large_timer__countdown--item_medium,
.t__def-wh--pri .large_timer__countdown--item_medium {
  background-color: #ffffff;
}
.theme__default-white--primary .large_timer__countdown--item_small,
.t__def-wh--pri .large_timer__countdown--item_small {
  background-color: #ffffff;
}
.theme__default-white--primary .modalcontent,
.t__def-wh--pri .modalcontent {
  border-color: #ffffff;
}
.theme__default-white--primary .transparent__header,
.t__def-wh--pri .transparent__header {
  background: #ffffff;
}
.theme__default-white--primary .breadcrumb__slashes,
.t__def-wh--pri .breadcrumb__slashes {
  color: #ffffff;
}
.theme__default-white--primary .the-list,
.t__def-wh--pri .the-list {
  background-color: #ffffff;
}
.theme__default-white--primary .the-list option,
.t__def-wh--pri .the-list option {
  border-color: #ffffff !important;
}
.theme__default-white--primary .es-list::-webkit-scrollbar-thumb,
.t__def-wh--pri .es-list::-webkit-scrollbar-thumb {
  background: #ffffff;
}
.theme__default-white--primary .es-visible,
.t__def-wh--pri .es-visible {
  border-color: #ffffff !important;
}
.theme__default-white--primary .ot-open,
.theme__default-white--primary .ot-closed,
.t__def-wh--pri .ot-open,
.t__def-wh--pri .ot-closed {
  color: #ffffff;
}
.theme__default-white--primary .colour__foreground,
.t__def-wh--pri .colour__foreground {
  color: #ffffff;
}
.theme__default-white--primary h1.t__none,
.theme__default-white--primary h1.theme__none,
.theme__default-white--primary h2.t__none,
.theme__default-white--primary h2.theme__none,
.theme__default-white--primary h3.t__none,
.theme__default-white--primary h3.theme__none,
.theme__default-white--primary h4.t__none,
.theme__default-white--primary h4.theme__none,
.theme__default-white--primary h1.t__none--w-hov,
.theme__default-white--primary h1.theme__none--with-hover,
.theme__default-white--primary h2.t__none--w-hov,
.theme__default-white--primary h2.theme__none--with-hover,
.theme__default-white--primary h3.t__none--w-hov,
.theme__default-white--primary h3.theme__none--with-hover,
.theme__default-white--primary h4.t__none--w-hov,
.theme__default-white--primary h4.theme__none--with-hover,
.t__def-wh--pri h1.t__none,
.t__def-wh--pri h1.theme__none,
.t__def-wh--pri h2.t__none,
.t__def-wh--pri h2.theme__none,
.t__def-wh--pri h3.t__none,
.t__def-wh--pri h3.theme__none,
.t__def-wh--pri h4.t__none,
.t__def-wh--pri h4.theme__none,
.t__def-wh--pri h1.t__none--w-hov,
.t__def-wh--pri h1.theme__none--with-hover,
.t__def-wh--pri h2.t__none--w-hov,
.t__def-wh--pri h2.theme__none--with-hover,
.t__def-wh--pri h3.t__none--w-hov,
.t__def-wh--pri h3.theme__none--with-hover,
.t__def-wh--pri h4.t__none--w-hov,
.t__def-wh--pri h4.theme__none--with-hover {
  color: #ffffff;
}
.theme__default-white--primary span.t__none,
.theme__default-white--primary span.theme__none,
.t__def-wh--pri span.t__none,
.t__def-wh--pri span.theme__none {
  color: #ffffff;
}
.theme__default-white--primary i.t__none,
.theme__default-white--primary i.theme__none,
.t__def-wh--pri i.t__none,
.t__def-wh--pri i.theme__none {
  color: #ffffff;
}
.theme__default-white--primary a.border__none,
.theme__default-white--primary a.b__none,
.t__def-wh--pri a.border__none,
.t__def-wh--pri a.b__none {
  border: 0;
}
.theme__default-white--primary a:hover h1.t__none,
.theme__default-white--primary a:hover h1.theme__none,
.theme__default-white--primary a:hover h2.t__none,
.theme__default-white--primary a:hover h2.theme__none,
.theme__default-white--primary a:hover h3.t__none,
.theme__default-white--primary a:hover h3.theme__none,
.theme__default-white--primary a:hover h4.t__none,
.theme__default-white--primary a:hover h4.theme__none,
.t__def-wh--pri a:hover h1.t__none,
.t__def-wh--pri a:hover h1.theme__none,
.t__def-wh--pri a:hover h2.t__none,
.t__def-wh--pri a:hover h2.theme__none,
.t__def-wh--pri a:hover h3.t__none,
.t__def-wh--pri a:hover h3.theme__none,
.t__def-wh--pri a:hover h4.t__none,
.t__def-wh--pri a:hover h4.theme__none {
  color: #ffffff;
}
.theme__default-white--primary a:hover h1.t__none--w-hov,
.theme__default-white--primary a:hover h1.theme__none--with-hover,
.theme__default-white--primary a:hover h2.t__none--w-hov,
.theme__default-white--primary a:hover h2.theme__none--with-hover,
.theme__default-white--primary a:hover h3.t__none--w-hov,
.theme__default-white--primary a:hover h3.theme__none--with-hover,
.theme__default-white--primary a:hover h4.t__none--w-hov,
.theme__default-white--primary a:hover h4.theme__none--with-hover,
.t__def-wh--pri a:hover h1.t__none--w-hov,
.t__def-wh--pri a:hover h1.theme__none--with-hover,
.t__def-wh--pri a:hover h2.t__none--w-hov,
.t__def-wh--pri a:hover h2.theme__none--with-hover,
.t__def-wh--pri a:hover h3.t__none--w-hov,
.t__def-wh--pri a:hover h3.theme__none--with-hover,
.t__def-wh--pri a:hover h4.t__none--w-hov,
.t__def-wh--pri a:hover h4.theme__none--with-hover {
  color: #ffffff;
}
.theme__default-white--primary .dotted__line--small, .theme__default-white--primary .dotted__line--medium, .theme__default-white--primary .dotted__line--large, .theme__default-white--primary .dotted__line--x-large, .theme__default-white--primary .dotted__line--huge,
.t__def-wh--pri .dotted__line--small,
.t__def-wh--pri .dotted__line--medium,
.t__def-wh--pri .dotted__line--large,
.t__def-wh--pri .dotted__line--x-large,
.t__def-wh--pri .dotted__line--huge {
  border-image-source: url("https://fe3ca8e0a2f497a00e8a-853d39369c554c336474f22b1382bbe4.ssl.cf3.rackcdn.com/dotted_def-white.png");
}

.theme__default-white--background-primary,
.t__def-wh--bg-pri {
  background-color: #ffffff;
}

.theme__default-blue--primary h1, .theme__default-blue--primary h2, .theme__default-blue--primary h3, .theme__default-blue--primary h4, .theme__default-blue--primary h5, .theme__default-blue--primary h6,
.t__def-bl--pri h1,
.t__def-bl--pri h2,
.t__def-bl--pri h3,
.t__def-bl--pri h4,
.t__def-bl--pri h5,
.t__def-bl--pri h6 {
  color: #0ABEF0;
}
.theme__default-blue--primary a,
.t__def-bl--pri a {
  color: #4a4a4a;
  border-color: #0ABEF0;
  text-decoration: none;
}
.theme__default-blue--primary a:hover,
.t__def-bl--pri a:hover {
  color: #0ABEF0;
}
.theme__default-blue--primary a:hover h1, .theme__default-blue--primary a:hover h2, .theme__default-blue--primary a:hover h3, .theme__default-blue--primary a:hover h4, .theme__default-blue--primary a:hover h5, .theme__default-blue--primary a:hover h6,
.t__def-bl--pri a:hover h1,
.t__def-bl--pri a:hover h2,
.t__def-bl--pri a:hover h3,
.t__def-bl--pri a:hover h4,
.t__def-bl--pri a:hover h5,
.t__def-bl--pri a:hover h6 {
  color: #0ABEF0;
}
.theme__default-blue--primary a div,
.t__def-bl--pri a div {
  border-color: #0ABEF0 !important;
}
.theme__default-blue--primary input,
.t__def-bl--pri input {
  border-color: #0ABEF0;
}
.theme__default-blue--primary p,
.t__def-bl--pri p {
  color: #4a4a4a;
}
.theme__default-blue--primary .button,
.theme__default-blue--primary .btn,
.theme__default-blue--primary .btn__pill, .theme__default-blue--primary.button, .theme__default-blue--primary.btn, .theme__default-blue--primary.btn__pill,
.t__def-bl--pri .button,
.t__def-bl--pri .btn,
.t__def-bl--pri .btn__pill,
.t__def-bl--pri.button,
.t__def-bl--pri.btn,
.t__def-bl--pri.btn__pill {
  border-color: #0ABEF0;
}
@media (hover: hover) {
  .theme__default-blue--primary .button:hover,
  .theme__default-blue--primary .btn:hover,
  .theme__default-blue--primary .btn__pill:hover, .theme__default-blue--primary.button:hover, .theme__default-blue--primary.btn:hover, .theme__default-blue--primary.btn__pill:hover,
  .t__def-bl--pri .button:hover,
  .t__def-bl--pri .btn:hover,
  .t__def-bl--pri .btn__pill:hover,
  .t__def-bl--pri.button:hover,
  .t__def-bl--pri.btn:hover,
  .t__def-bl--pri.btn__pill:hover {
    color: #ffffff;
    background: #0ABEF0;
  }
  .theme__default-blue--primary .button:hover i,
  .theme__default-blue--primary .btn:hover i,
  .theme__default-blue--primary .btn__pill:hover i, .theme__default-blue--primary.button:hover i, .theme__default-blue--primary.btn:hover i, .theme__default-blue--primary.btn__pill:hover i,
  .t__def-bl--pri .button:hover i,
  .t__def-bl--pri .btn:hover i,
  .t__def-bl--pri .btn__pill:hover i,
  .t__def-bl--pri.button:hover i,
  .t__def-bl--pri.btn:hover i,
  .t__def-bl--pri.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__default-blue--primary .button__invert,
.theme__default-blue--primary .btn__invert,
.theme__default-blue--primary .btn__pill__invert, .theme__default-blue--primary.button__invert, .theme__default-blue--primary.btn__invert, .theme__default-blue--primary.btn__pill__invert,
.t__def-bl--pri .button__invert,
.t__def-bl--pri .btn__invert,
.t__def-bl--pri .btn__pill__invert,
.t__def-bl--pri.button__invert,
.t__def-bl--pri.btn__invert,
.t__def-bl--pri.btn__pill__invert {
  background-color: #0ABEF0;
  color: #ffffff;
}
.theme__default-blue--primary .button__invert h4,
.theme__default-blue--primary .btn__invert h4,
.theme__default-blue--primary .btn__pill__invert h4, .theme__default-blue--primary.button__invert h4, .theme__default-blue--primary.btn__invert h4, .theme__default-blue--primary.btn__pill__invert h4,
.t__def-bl--pri .button__invert h4,
.t__def-bl--pri .btn__invert h4,
.t__def-bl--pri .btn__pill__invert h4,
.t__def-bl--pri.button__invert h4,
.t__def-bl--pri.btn__invert h4,
.t__def-bl--pri.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__default-blue--primary .button__invert:hover,
.theme__default-blue--primary .btn__invert:hover,
.theme__default-blue--primary .btn__pill__invert:hover, .theme__default-blue--primary.button__invert:hover, .theme__default-blue--primary.btn__invert:hover, .theme__default-blue--primary.btn__pill__invert:hover,
.t__def-bl--pri .button__invert:hover,
.t__def-bl--pri .btn__invert:hover,
.t__def-bl--pri .btn__pill__invert:hover,
.t__def-bl--pri.button__invert:hover,
.t__def-bl--pri.btn__invert:hover,
.t__def-bl--pri.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__default-blue--primary .button__invert:hover h4,
.theme__default-blue--primary .btn__invert:hover h4,
.theme__default-blue--primary .btn__pill__invert:hover h4, .theme__default-blue--primary.button__invert:hover h4, .theme__default-blue--primary.btn__invert:hover h4, .theme__default-blue--primary.btn__pill__invert:hover h4,
.t__def-bl--pri .button__invert:hover h4,
.t__def-bl--pri .btn__invert:hover h4,
.t__def-bl--pri .btn__pill__invert:hover h4,
.t__def-bl--pri.button__invert:hover h4,
.t__def-bl--pri.btn__invert:hover h4,
.t__def-bl--pri.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__default-blue--primary .button__invert--hover:hover,
.theme__default-blue--primary .btn__invert--hover:hover,
.theme__default-blue--primary .btn__pill__invert--hover:hover, .theme__default-blue--primary.button__invert--hover:hover, .theme__default-blue--primary.btn__invert--hover:hover, .theme__default-blue--primary.btn__pill__invert--hover:hover,
.t__def-bl--pri .button__invert--hover:hover,
.t__def-bl--pri .btn__invert--hover:hover,
.t__def-bl--pri .btn__pill__invert--hover:hover,
.t__def-bl--pri.button__invert--hover:hover,
.t__def-bl--pri.btn__invert--hover:hover,
.t__def-bl--pri.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__default-blue--primary .button__under,
.theme__default-blue--primary .btn__under,
.theme__default-blue--primary .btn__pill__under, .theme__default-blue--primary.button__under, .theme__default-blue--primary.btn__under, .theme__default-blue--primary.btn__pill__under,
.t__def-bl--pri .button__under,
.t__def-bl--pri .btn__under,
.t__def-bl--pri .btn__pill__under,
.t__def-bl--pri.button__under,
.t__def-bl--pri.btn__under,
.t__def-bl--pri.btn__pill__under {
  border-color: #0ABEF0;
}
.theme__default-blue--primary .btn__large,
.t__def-bl--pri .btn__large {
  background-color: #0ABEF0;
}
.theme__default-blue--primary .input__search,
.t__def-bl--pri .input__search {
  border-color: #0ABEF0;
}
.theme__default-blue--primary .input__search i,
.t__def-bl--pri .input__search i {
  color: #4a4a4a;
}
.theme__default-blue--primary .input__search:hover i,
.t__def-bl--pri .input__search:hover i {
  color: #0ABEF0;
}
.theme__default-blue--primary .component__foreground,
.t__def-bl--pri .component__foreground {
  color: #4a4a4a;
}
.theme__default-blue--primary.card,
.theme__default-blue--primary .card, .theme__default-blue--primary.card__with-image,
.theme__default-blue--primary .card__with-image,
.t__def-bl--pri.card,
.t__def-bl--pri .card,
.t__def-bl--pri.card__with-image,
.t__def-bl--pri .card__with-image {
  border-color: #0ABEF0;
}
.theme__default-blue--primary.card__highlight,
.theme__default-blue--primary .card__highlight,
.theme__default-blue--primary .card__highlight--image,
.theme__default-blue--primary .card__highlight--final,
.t__def-bl--pri.card__highlight,
.t__def-bl--pri .card__highlight,
.t__def-bl--pri .card__highlight--image,
.t__def-bl--pri .card__highlight--final {
  background-color: #0ABEF0;
  border-color: #0ABEF0;
}
.theme__default-blue--primary.card__highlight--title,
.theme__default-blue--primary .card__highlight--title,
.theme__default-blue--primary .card__highlight--image,
.theme__default-blue--primary .card__highlight--final,
.t__def-bl--pri.card__highlight--title,
.t__def-bl--pri .card__highlight--title,
.t__def-bl--pri .card__highlight--image,
.t__def-bl--pri .card__highlight--final {
  color: #4a4a4a;
}
.theme__default-blue--primary .image-slider__selector--dot,
.t__def-bl--pri .image-slider__selector--dot {
  background-color: #0ABEF0;
}
.theme__default-blue--primary .call-to-action__text h3,
.t__def-bl--pri .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__default-blue--primary .officer__block--title h5, .theme__default-blue--primary .officer__block--title h6,
.t__def-bl--pri .officer__block--title h5,
.t__def-bl--pri .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__default-blue--primary .block__statement--link,
.t__def-bl--pri .block__statement--link {
  color: #4a4a4a;
}
.theme__default-blue--primary .card__cutoff,
.t__def-bl--pri .card__cutoff {
  background: linear-gradient(#0ABEF0, #0ABEF0), linear-gradient(white, white);
}
.theme__default-blue--primary .card__cutoff p,
.t__def-bl--pri .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__default-blue--primary .card__cutoff:hover,
  .t__def-bl--pri .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__default-blue--primary .card__cutoff:hover p,
  .t__def-bl--pri .card__cutoff:hover p {
    color: #0ABEF0;
  }
  .theme__default-blue--primary .card__cutoff:hover .card__cutoff--link,
  .t__def-bl--pri .card__cutoff:hover .card__cutoff--link {
    color: #0ABEF0;
  }
  .theme__default-blue--primary .card__cutoff:hover .card__cutoff--text,
  .t__def-bl--pri .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__default-blue--primary .card__cutoff:hover .card__cutoff--text p,
  .t__def-bl--pri .card__cutoff:hover .card__cutoff--text p {
    color: #0ABEF0;
  }
  .theme__default-blue--primary .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__def-bl--pri .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: #0ABEF0;
  }
}
.theme__default-blue--primary .card__cutoff--link,
.t__def-bl--pri .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__default-blue--primary .card__cutoff--link:hover,
  .t__def-bl--pri .card__cutoff--link:hover {
    color: #0ABEF0;
  }
  .theme__default-blue--primary .card__cutoff--link:hover--link,
  .t__def-bl--pri .card__cutoff--link:hover--link {
    color: #0ABEF0;
  }
}
.theme__default-blue--primary .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__def-bl--pri .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: #0ABEF0;
}
.theme__default-blue--primary .dropdown__toggle--title,
.t__def-bl--pri .dropdown__toggle--title {
  color: #0ABEF0;
}
.theme__default-blue--primary .dropdown__toggle--icon i,
.t__def-bl--pri .dropdown__toggle--icon i {
  color: #0ABEF0;
}
.theme__default-blue--primary .large_timer__countdown--item_large,
.t__def-bl--pri .large_timer__countdown--item_large {
  background-color: #0ABEF0;
}
.theme__default-blue--primary .large_timer__countdown--item_medium,
.t__def-bl--pri .large_timer__countdown--item_medium {
  background-color: #0ABEF0;
}
.theme__default-blue--primary .large_timer__countdown--item_small,
.t__def-bl--pri .large_timer__countdown--item_small {
  background-color: #0ABEF0;
}
.theme__default-blue--primary .modalcontent,
.t__def-bl--pri .modalcontent {
  border-color: #0ABEF0;
}
.theme__default-blue--primary .transparent__header,
.t__def-bl--pri .transparent__header {
  background: #0ABEF0;
}
.theme__default-blue--primary .breadcrumb__slashes,
.t__def-bl--pri .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__default-blue--primary .the-list,
.t__def-bl--pri .the-list {
  background-color: #0ABEF0;
}
.theme__default-blue--primary .the-list option,
.t__def-bl--pri .the-list option {
  border-color: #0ABEF0 !important;
}
.theme__default-blue--primary .es-list::-webkit-scrollbar-thumb,
.t__def-bl--pri .es-list::-webkit-scrollbar-thumb {
  background: #0ABEF0;
}
.theme__default-blue--primary .es-visible,
.t__def-bl--pri .es-visible {
  border-color: #0ABEF0 !important;
}
.theme__default-blue--primary .ot-open,
.theme__default-blue--primary .ot-closed,
.t__def-bl--pri .ot-open,
.t__def-bl--pri .ot-closed {
  color: #0ABEF0;
}
.theme__default-blue--primary .colour__foreground,
.t__def-bl--pri .colour__foreground {
  color: #0ABEF0;
}
.theme__default-blue--primary h1.t__none,
.theme__default-blue--primary h1.theme__none,
.theme__default-blue--primary h2.t__none,
.theme__default-blue--primary h2.theme__none,
.theme__default-blue--primary h3.t__none,
.theme__default-blue--primary h3.theme__none,
.theme__default-blue--primary h4.t__none,
.theme__default-blue--primary h4.theme__none,
.theme__default-blue--primary h1.t__none--w-hov,
.theme__default-blue--primary h1.theme__none--with-hover,
.theme__default-blue--primary h2.t__none--w-hov,
.theme__default-blue--primary h2.theme__none--with-hover,
.theme__default-blue--primary h3.t__none--w-hov,
.theme__default-blue--primary h3.theme__none--with-hover,
.theme__default-blue--primary h4.t__none--w-hov,
.theme__default-blue--primary h4.theme__none--with-hover,
.t__def-bl--pri h1.t__none,
.t__def-bl--pri h1.theme__none,
.t__def-bl--pri h2.t__none,
.t__def-bl--pri h2.theme__none,
.t__def-bl--pri h3.t__none,
.t__def-bl--pri h3.theme__none,
.t__def-bl--pri h4.t__none,
.t__def-bl--pri h4.theme__none,
.t__def-bl--pri h1.t__none--w-hov,
.t__def-bl--pri h1.theme__none--with-hover,
.t__def-bl--pri h2.t__none--w-hov,
.t__def-bl--pri h2.theme__none--with-hover,
.t__def-bl--pri h3.t__none--w-hov,
.t__def-bl--pri h3.theme__none--with-hover,
.t__def-bl--pri h4.t__none--w-hov,
.t__def-bl--pri h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__default-blue--primary span.t__none,
.theme__default-blue--primary span.theme__none,
.t__def-bl--pri span.t__none,
.t__def-bl--pri span.theme__none {
  color: #4a4a4a;
}
.theme__default-blue--primary i.t__none,
.theme__default-blue--primary i.theme__none,
.t__def-bl--pri i.t__none,
.t__def-bl--pri i.theme__none {
  color: #4a4a4a;
}
.theme__default-blue--primary a.border__none,
.theme__default-blue--primary a.b__none,
.t__def-bl--pri a.border__none,
.t__def-bl--pri a.b__none {
  border: 0;
}
.theme__default-blue--primary a:hover h1.t__none,
.theme__default-blue--primary a:hover h1.theme__none,
.theme__default-blue--primary a:hover h2.t__none,
.theme__default-blue--primary a:hover h2.theme__none,
.theme__default-blue--primary a:hover h3.t__none,
.theme__default-blue--primary a:hover h3.theme__none,
.theme__default-blue--primary a:hover h4.t__none,
.theme__default-blue--primary a:hover h4.theme__none,
.t__def-bl--pri a:hover h1.t__none,
.t__def-bl--pri a:hover h1.theme__none,
.t__def-bl--pri a:hover h2.t__none,
.t__def-bl--pri a:hover h2.theme__none,
.t__def-bl--pri a:hover h3.t__none,
.t__def-bl--pri a:hover h3.theme__none,
.t__def-bl--pri a:hover h4.t__none,
.t__def-bl--pri a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__default-blue--primary a:hover h1.t__none--w-hov,
.theme__default-blue--primary a:hover h1.theme__none--with-hover,
.theme__default-blue--primary a:hover h2.t__none--w-hov,
.theme__default-blue--primary a:hover h2.theme__none--with-hover,
.theme__default-blue--primary a:hover h3.t__none--w-hov,
.theme__default-blue--primary a:hover h3.theme__none--with-hover,
.theme__default-blue--primary a:hover h4.t__none--w-hov,
.theme__default-blue--primary a:hover h4.theme__none--with-hover,
.t__def-bl--pri a:hover h1.t__none--w-hov,
.t__def-bl--pri a:hover h1.theme__none--with-hover,
.t__def-bl--pri a:hover h2.t__none--w-hov,
.t__def-bl--pri a:hover h2.theme__none--with-hover,
.t__def-bl--pri a:hover h3.t__none--w-hov,
.t__def-bl--pri a:hover h3.theme__none--with-hover,
.t__def-bl--pri a:hover h4.t__none--w-hov,
.t__def-bl--pri a:hover h4.theme__none--with-hover {
  color: #0ABEF0;
}

.theme__default-blue--secondary h1, .theme__default-blue--secondary h2, .theme__default-blue--secondary h3, .theme__default-blue--secondary h4, .theme__default-blue--secondary h5, .theme__default-blue--secondary h6,
.t__def-bl--sec h1,
.t__def-bl--sec h2,
.t__def-bl--sec h3,
.t__def-bl--sec h4,
.t__def-bl--sec h5,
.t__def-bl--sec h6 {
  color: #2fbdec;
}
.theme__default-blue--secondary a,
.t__def-bl--sec a {
  color: #4a4a4a;
  border-color: #2fbdec;
  text-decoration: none;
}
.theme__default-blue--secondary a:hover,
.t__def-bl--sec a:hover {
  color: #2fbdec;
}
.theme__default-blue--secondary a:hover h1, .theme__default-blue--secondary a:hover h2, .theme__default-blue--secondary a:hover h3, .theme__default-blue--secondary a:hover h4, .theme__default-blue--secondary a:hover h5, .theme__default-blue--secondary a:hover h6,
.t__def-bl--sec a:hover h1,
.t__def-bl--sec a:hover h2,
.t__def-bl--sec a:hover h3,
.t__def-bl--sec a:hover h4,
.t__def-bl--sec a:hover h5,
.t__def-bl--sec a:hover h6 {
  color: #2fbdec;
}
.theme__default-blue--secondary a div,
.t__def-bl--sec a div {
  border-color: #2fbdec !important;
}
.theme__default-blue--secondary input,
.t__def-bl--sec input {
  border-color: #2fbdec;
}
.theme__default-blue--secondary p,
.t__def-bl--sec p {
  color: #4a4a4a;
}
.theme__default-blue--secondary .button,
.theme__default-blue--secondary .btn,
.theme__default-blue--secondary .btn__pill, .theme__default-blue--secondary.button, .theme__default-blue--secondary.btn, .theme__default-blue--secondary.btn__pill,
.t__def-bl--sec .button,
.t__def-bl--sec .btn,
.t__def-bl--sec .btn__pill,
.t__def-bl--sec.button,
.t__def-bl--sec.btn,
.t__def-bl--sec.btn__pill {
  border-color: #2fbdec;
}
@media (hover: hover) {
  .theme__default-blue--secondary .button:hover,
  .theme__default-blue--secondary .btn:hover,
  .theme__default-blue--secondary .btn__pill:hover, .theme__default-blue--secondary.button:hover, .theme__default-blue--secondary.btn:hover, .theme__default-blue--secondary.btn__pill:hover,
  .t__def-bl--sec .button:hover,
  .t__def-bl--sec .btn:hover,
  .t__def-bl--sec .btn__pill:hover,
  .t__def-bl--sec.button:hover,
  .t__def-bl--sec.btn:hover,
  .t__def-bl--sec.btn__pill:hover {
    color: #ffffff;
    background: #2fbdec;
  }
  .theme__default-blue--secondary .button:hover i,
  .theme__default-blue--secondary .btn:hover i,
  .theme__default-blue--secondary .btn__pill:hover i, .theme__default-blue--secondary.button:hover i, .theme__default-blue--secondary.btn:hover i, .theme__default-blue--secondary.btn__pill:hover i,
  .t__def-bl--sec .button:hover i,
  .t__def-bl--sec .btn:hover i,
  .t__def-bl--sec .btn__pill:hover i,
  .t__def-bl--sec.button:hover i,
  .t__def-bl--sec.btn:hover i,
  .t__def-bl--sec.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__default-blue--secondary .button__invert,
.theme__default-blue--secondary .btn__invert,
.theme__default-blue--secondary .btn__pill__invert, .theme__default-blue--secondary.button__invert, .theme__default-blue--secondary.btn__invert, .theme__default-blue--secondary.btn__pill__invert,
.t__def-bl--sec .button__invert,
.t__def-bl--sec .btn__invert,
.t__def-bl--sec .btn__pill__invert,
.t__def-bl--sec.button__invert,
.t__def-bl--sec.btn__invert,
.t__def-bl--sec.btn__pill__invert {
  background-color: #2fbdec;
  color: #ffffff;
}
.theme__default-blue--secondary .button__invert h4,
.theme__default-blue--secondary .btn__invert h4,
.theme__default-blue--secondary .btn__pill__invert h4, .theme__default-blue--secondary.button__invert h4, .theme__default-blue--secondary.btn__invert h4, .theme__default-blue--secondary.btn__pill__invert h4,
.t__def-bl--sec .button__invert h4,
.t__def-bl--sec .btn__invert h4,
.t__def-bl--sec .btn__pill__invert h4,
.t__def-bl--sec.button__invert h4,
.t__def-bl--sec.btn__invert h4,
.t__def-bl--sec.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__default-blue--secondary .button__invert:hover,
.theme__default-blue--secondary .btn__invert:hover,
.theme__default-blue--secondary .btn__pill__invert:hover, .theme__default-blue--secondary.button__invert:hover, .theme__default-blue--secondary.btn__invert:hover, .theme__default-blue--secondary.btn__pill__invert:hover,
.t__def-bl--sec .button__invert:hover,
.t__def-bl--sec .btn__invert:hover,
.t__def-bl--sec .btn__pill__invert:hover,
.t__def-bl--sec.button__invert:hover,
.t__def-bl--sec.btn__invert:hover,
.t__def-bl--sec.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__default-blue--secondary .button__invert:hover h4,
.theme__default-blue--secondary .btn__invert:hover h4,
.theme__default-blue--secondary .btn__pill__invert:hover h4, .theme__default-blue--secondary.button__invert:hover h4, .theme__default-blue--secondary.btn__invert:hover h4, .theme__default-blue--secondary.btn__pill__invert:hover h4,
.t__def-bl--sec .button__invert:hover h4,
.t__def-bl--sec .btn__invert:hover h4,
.t__def-bl--sec .btn__pill__invert:hover h4,
.t__def-bl--sec.button__invert:hover h4,
.t__def-bl--sec.btn__invert:hover h4,
.t__def-bl--sec.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__default-blue--secondary .button__invert--hover:hover,
.theme__default-blue--secondary .btn__invert--hover:hover,
.theme__default-blue--secondary .btn__pill__invert--hover:hover, .theme__default-blue--secondary.button__invert--hover:hover, .theme__default-blue--secondary.btn__invert--hover:hover, .theme__default-blue--secondary.btn__pill__invert--hover:hover,
.t__def-bl--sec .button__invert--hover:hover,
.t__def-bl--sec .btn__invert--hover:hover,
.t__def-bl--sec .btn__pill__invert--hover:hover,
.t__def-bl--sec.button__invert--hover:hover,
.t__def-bl--sec.btn__invert--hover:hover,
.t__def-bl--sec.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__default-blue--secondary .button__under,
.theme__default-blue--secondary .btn__under,
.theme__default-blue--secondary .btn__pill__under, .theme__default-blue--secondary.button__under, .theme__default-blue--secondary.btn__under, .theme__default-blue--secondary.btn__pill__under,
.t__def-bl--sec .button__under,
.t__def-bl--sec .btn__under,
.t__def-bl--sec .btn__pill__under,
.t__def-bl--sec.button__under,
.t__def-bl--sec.btn__under,
.t__def-bl--sec.btn__pill__under {
  border-color: #2fbdec;
}
.theme__default-blue--secondary .btn__large,
.t__def-bl--sec .btn__large {
  background-color: #2fbdec;
}
.theme__default-blue--secondary .input__search,
.t__def-bl--sec .input__search {
  border-color: #2fbdec;
}
.theme__default-blue--secondary .input__search i,
.t__def-bl--sec .input__search i {
  color: #4a4a4a;
}
.theme__default-blue--secondary .input__search:hover i,
.t__def-bl--sec .input__search:hover i {
  color: #2fbdec;
}
.theme__default-blue--secondary .component__foreground,
.t__def-bl--sec .component__foreground {
  color: #4a4a4a;
}
.theme__default-blue--secondary.card,
.theme__default-blue--secondary .card, .theme__default-blue--secondary.card__with-image,
.theme__default-blue--secondary .card__with-image,
.t__def-bl--sec.card,
.t__def-bl--sec .card,
.t__def-bl--sec.card__with-image,
.t__def-bl--sec .card__with-image {
  border-color: #2fbdec;
}
.theme__default-blue--secondary.card__highlight,
.theme__default-blue--secondary .card__highlight,
.theme__default-blue--secondary .card__highlight--image,
.theme__default-blue--secondary .card__highlight--final,
.t__def-bl--sec.card__highlight,
.t__def-bl--sec .card__highlight,
.t__def-bl--sec .card__highlight--image,
.t__def-bl--sec .card__highlight--final {
  background-color: #2fbdec;
  border-color: #2fbdec;
}
.theme__default-blue--secondary.card__highlight--title,
.theme__default-blue--secondary .card__highlight--title,
.theme__default-blue--secondary .card__highlight--image,
.theme__default-blue--secondary .card__highlight--final,
.t__def-bl--sec.card__highlight--title,
.t__def-bl--sec .card__highlight--title,
.t__def-bl--sec .card__highlight--image,
.t__def-bl--sec .card__highlight--final {
  color: #4a4a4a;
}
.theme__default-blue--secondary .image-slider__selector--dot,
.t__def-bl--sec .image-slider__selector--dot {
  background-color: #2fbdec;
}
.theme__default-blue--secondary .call-to-action__text h3,
.t__def-bl--sec .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__default-blue--secondary .officer__block--title h5, .theme__default-blue--secondary .officer__block--title h6,
.t__def-bl--sec .officer__block--title h5,
.t__def-bl--sec .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__default-blue--secondary .block__statement--link,
.t__def-bl--sec .block__statement--link {
  color: #4a4a4a;
}
.theme__default-blue--secondary .card__cutoff,
.t__def-bl--sec .card__cutoff {
  background: linear-gradient(#2fbdec, #2fbdec), linear-gradient(white, white);
}
.theme__default-blue--secondary .card__cutoff p,
.t__def-bl--sec .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__default-blue--secondary .card__cutoff:hover,
  .t__def-bl--sec .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__default-blue--secondary .card__cutoff:hover p,
  .t__def-bl--sec .card__cutoff:hover p {
    color: #2fbdec;
  }
  .theme__default-blue--secondary .card__cutoff:hover .card__cutoff--link,
  .t__def-bl--sec .card__cutoff:hover .card__cutoff--link {
    color: #2fbdec;
  }
  .theme__default-blue--secondary .card__cutoff:hover .card__cutoff--text,
  .t__def-bl--sec .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__default-blue--secondary .card__cutoff:hover .card__cutoff--text p,
  .t__def-bl--sec .card__cutoff:hover .card__cutoff--text p {
    color: #2fbdec;
  }
  .theme__default-blue--secondary .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__def-bl--sec .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: #2fbdec;
  }
}
.theme__default-blue--secondary .card__cutoff--link,
.t__def-bl--sec .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__default-blue--secondary .card__cutoff--link:hover,
  .t__def-bl--sec .card__cutoff--link:hover {
    color: #2fbdec;
  }
  .theme__default-blue--secondary .card__cutoff--link:hover--link,
  .t__def-bl--sec .card__cutoff--link:hover--link {
    color: #2fbdec;
  }
}
.theme__default-blue--secondary .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__def-bl--sec .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: #2fbdec;
}
.theme__default-blue--secondary .dropdown__toggle--title,
.t__def-bl--sec .dropdown__toggle--title {
  color: #2fbdec;
}
.theme__default-blue--secondary .dropdown__toggle--icon i,
.t__def-bl--sec .dropdown__toggle--icon i {
  color: #2fbdec;
}
.theme__default-blue--secondary .large_timer__countdown--item_large,
.t__def-bl--sec .large_timer__countdown--item_large {
  background-color: #2fbdec;
}
.theme__default-blue--secondary .large_timer__countdown--item_medium,
.t__def-bl--sec .large_timer__countdown--item_medium {
  background-color: #2fbdec;
}
.theme__default-blue--secondary .large_timer__countdown--item_small,
.t__def-bl--sec .large_timer__countdown--item_small {
  background-color: #2fbdec;
}
.theme__default-blue--secondary .modalcontent,
.t__def-bl--sec .modalcontent {
  border-color: #2fbdec;
}
.theme__default-blue--secondary .transparent__header,
.t__def-bl--sec .transparent__header {
  background: #2fbdec;
}
.theme__default-blue--secondary .breadcrumb__slashes,
.t__def-bl--sec .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__default-blue--secondary .the-list,
.t__def-bl--sec .the-list {
  background-color: #2fbdec;
}
.theme__default-blue--secondary .the-list option,
.t__def-bl--sec .the-list option {
  border-color: #2fbdec !important;
}
.theme__default-blue--secondary .es-list::-webkit-scrollbar-thumb,
.t__def-bl--sec .es-list::-webkit-scrollbar-thumb {
  background: #2fbdec;
}
.theme__default-blue--secondary .es-visible,
.t__def-bl--sec .es-visible {
  border-color: #2fbdec !important;
}
.theme__default-blue--secondary .ot-open,
.theme__default-blue--secondary .ot-closed,
.t__def-bl--sec .ot-open,
.t__def-bl--sec .ot-closed {
  color: #2fbdec;
}
.theme__default-blue--secondary .colour__foreground,
.t__def-bl--sec .colour__foreground {
  color: #2fbdec;
}
.theme__default-blue--secondary h1.t__none,
.theme__default-blue--secondary h1.theme__none,
.theme__default-blue--secondary h2.t__none,
.theme__default-blue--secondary h2.theme__none,
.theme__default-blue--secondary h3.t__none,
.theme__default-blue--secondary h3.theme__none,
.theme__default-blue--secondary h4.t__none,
.theme__default-blue--secondary h4.theme__none,
.theme__default-blue--secondary h1.t__none--w-hov,
.theme__default-blue--secondary h1.theme__none--with-hover,
.theme__default-blue--secondary h2.t__none--w-hov,
.theme__default-blue--secondary h2.theme__none--with-hover,
.theme__default-blue--secondary h3.t__none--w-hov,
.theme__default-blue--secondary h3.theme__none--with-hover,
.theme__default-blue--secondary h4.t__none--w-hov,
.theme__default-blue--secondary h4.theme__none--with-hover,
.t__def-bl--sec h1.t__none,
.t__def-bl--sec h1.theme__none,
.t__def-bl--sec h2.t__none,
.t__def-bl--sec h2.theme__none,
.t__def-bl--sec h3.t__none,
.t__def-bl--sec h3.theme__none,
.t__def-bl--sec h4.t__none,
.t__def-bl--sec h4.theme__none,
.t__def-bl--sec h1.t__none--w-hov,
.t__def-bl--sec h1.theme__none--with-hover,
.t__def-bl--sec h2.t__none--w-hov,
.t__def-bl--sec h2.theme__none--with-hover,
.t__def-bl--sec h3.t__none--w-hov,
.t__def-bl--sec h3.theme__none--with-hover,
.t__def-bl--sec h4.t__none--w-hov,
.t__def-bl--sec h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__default-blue--secondary span.t__none,
.theme__default-blue--secondary span.theme__none,
.t__def-bl--sec span.t__none,
.t__def-bl--sec span.theme__none {
  color: #4a4a4a;
}
.theme__default-blue--secondary i.t__none,
.theme__default-blue--secondary i.theme__none,
.t__def-bl--sec i.t__none,
.t__def-bl--sec i.theme__none {
  color: #4a4a4a;
}
.theme__default-blue--secondary a.border__none,
.theme__default-blue--secondary a.b__none,
.t__def-bl--sec a.border__none,
.t__def-bl--sec a.b__none {
  border: 0;
}
.theme__default-blue--secondary a:hover h1.t__none,
.theme__default-blue--secondary a:hover h1.theme__none,
.theme__default-blue--secondary a:hover h2.t__none,
.theme__default-blue--secondary a:hover h2.theme__none,
.theme__default-blue--secondary a:hover h3.t__none,
.theme__default-blue--secondary a:hover h3.theme__none,
.theme__default-blue--secondary a:hover h4.t__none,
.theme__default-blue--secondary a:hover h4.theme__none,
.t__def-bl--sec a:hover h1.t__none,
.t__def-bl--sec a:hover h1.theme__none,
.t__def-bl--sec a:hover h2.t__none,
.t__def-bl--sec a:hover h2.theme__none,
.t__def-bl--sec a:hover h3.t__none,
.t__def-bl--sec a:hover h3.theme__none,
.t__def-bl--sec a:hover h4.t__none,
.t__def-bl--sec a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__default-blue--secondary a:hover h1.t__none--w-hov,
.theme__default-blue--secondary a:hover h1.theme__none--with-hover,
.theme__default-blue--secondary a:hover h2.t__none--w-hov,
.theme__default-blue--secondary a:hover h2.theme__none--with-hover,
.theme__default-blue--secondary a:hover h3.t__none--w-hov,
.theme__default-blue--secondary a:hover h3.theme__none--with-hover,
.theme__default-blue--secondary a:hover h4.t__none--w-hov,
.theme__default-blue--secondary a:hover h4.theme__none--with-hover,
.t__def-bl--sec a:hover h1.t__none--w-hov,
.t__def-bl--sec a:hover h1.theme__none--with-hover,
.t__def-bl--sec a:hover h2.t__none--w-hov,
.t__def-bl--sec a:hover h2.theme__none--with-hover,
.t__def-bl--sec a:hover h3.t__none--w-hov,
.t__def-bl--sec a:hover h3.theme__none--with-hover,
.t__def-bl--sec a:hover h4.t__none--w-hov,
.t__def-bl--sec a:hover h4.theme__none--with-hover {
  color: #2fbdec;
}

.theme__default-blue--pastel h1, .theme__default-blue--pastel h2, .theme__default-blue--pastel h3, .theme__default-blue--pastel h4, .theme__default-blue--pastel h5, .theme__default-blue--pastel h6,
.t__def-bl--pas h1,
.t__def-bl--pas h2,
.t__def-bl--pas h3,
.t__def-bl--pas h4,
.t__def-bl--pas h5,
.t__def-bl--pas h6 {
  color: #E9F8FD;
}
.theme__default-blue--pastel a,
.t__def-bl--pas a {
  color: #4a4a4a;
  border-color: #E9F8FD;
  text-decoration: none;
}
.theme__default-blue--pastel a:hover,
.t__def-bl--pas a:hover {
  color: #E9F8FD;
}
.theme__default-blue--pastel a:hover h1, .theme__default-blue--pastel a:hover h2, .theme__default-blue--pastel a:hover h3, .theme__default-blue--pastel a:hover h4, .theme__default-blue--pastel a:hover h5, .theme__default-blue--pastel a:hover h6,
.t__def-bl--pas a:hover h1,
.t__def-bl--pas a:hover h2,
.t__def-bl--pas a:hover h3,
.t__def-bl--pas a:hover h4,
.t__def-bl--pas a:hover h5,
.t__def-bl--pas a:hover h6 {
  color: #E9F8FD;
}
.theme__default-blue--pastel a div,
.t__def-bl--pas a div {
  border-color: #E9F8FD !important;
}
.theme__default-blue--pastel input,
.t__def-bl--pas input {
  border-color: #E9F8FD;
}
.theme__default-blue--pastel p,
.t__def-bl--pas p {
  color: #4a4a4a;
}
.theme__default-blue--pastel .button,
.theme__default-blue--pastel .btn,
.theme__default-blue--pastel .btn__pill, .theme__default-blue--pastel.button, .theme__default-blue--pastel.btn, .theme__default-blue--pastel.btn__pill,
.t__def-bl--pas .button,
.t__def-bl--pas .btn,
.t__def-bl--pas .btn__pill,
.t__def-bl--pas.button,
.t__def-bl--pas.btn,
.t__def-bl--pas.btn__pill {
  border-color: #E9F8FD;
}
@media (hover: hover) {
  .theme__default-blue--pastel .button:hover,
  .theme__default-blue--pastel .btn:hover,
  .theme__default-blue--pastel .btn__pill:hover, .theme__default-blue--pastel.button:hover, .theme__default-blue--pastel.btn:hover, .theme__default-blue--pastel.btn__pill:hover,
  .t__def-bl--pas .button:hover,
  .t__def-bl--pas .btn:hover,
  .t__def-bl--pas .btn__pill:hover,
  .t__def-bl--pas.button:hover,
  .t__def-bl--pas.btn:hover,
  .t__def-bl--pas.btn__pill:hover {
    color: #ffffff;
    background: #E9F8FD;
  }
  .theme__default-blue--pastel .button:hover i,
  .theme__default-blue--pastel .btn:hover i,
  .theme__default-blue--pastel .btn__pill:hover i, .theme__default-blue--pastel.button:hover i, .theme__default-blue--pastel.btn:hover i, .theme__default-blue--pastel.btn__pill:hover i,
  .t__def-bl--pas .button:hover i,
  .t__def-bl--pas .btn:hover i,
  .t__def-bl--pas .btn__pill:hover i,
  .t__def-bl--pas.button:hover i,
  .t__def-bl--pas.btn:hover i,
  .t__def-bl--pas.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__default-blue--pastel .button__invert,
.theme__default-blue--pastel .btn__invert,
.theme__default-blue--pastel .btn__pill__invert, .theme__default-blue--pastel.button__invert, .theme__default-blue--pastel.btn__invert, .theme__default-blue--pastel.btn__pill__invert,
.t__def-bl--pas .button__invert,
.t__def-bl--pas .btn__invert,
.t__def-bl--pas .btn__pill__invert,
.t__def-bl--pas.button__invert,
.t__def-bl--pas.btn__invert,
.t__def-bl--pas.btn__pill__invert {
  background-color: #E9F8FD;
  color: #ffffff;
}
.theme__default-blue--pastel .button__invert h4,
.theme__default-blue--pastel .btn__invert h4,
.theme__default-blue--pastel .btn__pill__invert h4, .theme__default-blue--pastel.button__invert h4, .theme__default-blue--pastel.btn__invert h4, .theme__default-blue--pastel.btn__pill__invert h4,
.t__def-bl--pas .button__invert h4,
.t__def-bl--pas .btn__invert h4,
.t__def-bl--pas .btn__pill__invert h4,
.t__def-bl--pas.button__invert h4,
.t__def-bl--pas.btn__invert h4,
.t__def-bl--pas.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__default-blue--pastel .button__invert:hover,
.theme__default-blue--pastel .btn__invert:hover,
.theme__default-blue--pastel .btn__pill__invert:hover, .theme__default-blue--pastel.button__invert:hover, .theme__default-blue--pastel.btn__invert:hover, .theme__default-blue--pastel.btn__pill__invert:hover,
.t__def-bl--pas .button__invert:hover,
.t__def-bl--pas .btn__invert:hover,
.t__def-bl--pas .btn__pill__invert:hover,
.t__def-bl--pas.button__invert:hover,
.t__def-bl--pas.btn__invert:hover,
.t__def-bl--pas.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__default-blue--pastel .button__invert:hover h4,
.theme__default-blue--pastel .btn__invert:hover h4,
.theme__default-blue--pastel .btn__pill__invert:hover h4, .theme__default-blue--pastel.button__invert:hover h4, .theme__default-blue--pastel.btn__invert:hover h4, .theme__default-blue--pastel.btn__pill__invert:hover h4,
.t__def-bl--pas .button__invert:hover h4,
.t__def-bl--pas .btn__invert:hover h4,
.t__def-bl--pas .btn__pill__invert:hover h4,
.t__def-bl--pas.button__invert:hover h4,
.t__def-bl--pas.btn__invert:hover h4,
.t__def-bl--pas.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__default-blue--pastel .button__invert--hover:hover,
.theme__default-blue--pastel .btn__invert--hover:hover,
.theme__default-blue--pastel .btn__pill__invert--hover:hover, .theme__default-blue--pastel.button__invert--hover:hover, .theme__default-blue--pastel.btn__invert--hover:hover, .theme__default-blue--pastel.btn__pill__invert--hover:hover,
.t__def-bl--pas .button__invert--hover:hover,
.t__def-bl--pas .btn__invert--hover:hover,
.t__def-bl--pas .btn__pill__invert--hover:hover,
.t__def-bl--pas.button__invert--hover:hover,
.t__def-bl--pas.btn__invert--hover:hover,
.t__def-bl--pas.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__default-blue--pastel .button__under,
.theme__default-blue--pastel .btn__under,
.theme__default-blue--pastel .btn__pill__under, .theme__default-blue--pastel.button__under, .theme__default-blue--pastel.btn__under, .theme__default-blue--pastel.btn__pill__under,
.t__def-bl--pas .button__under,
.t__def-bl--pas .btn__under,
.t__def-bl--pas .btn__pill__under,
.t__def-bl--pas.button__under,
.t__def-bl--pas.btn__under,
.t__def-bl--pas.btn__pill__under {
  border-color: #E9F8FD;
}
.theme__default-blue--pastel .btn__large,
.t__def-bl--pas .btn__large {
  background-color: #E9F8FD;
}
.theme__default-blue--pastel .input__search,
.t__def-bl--pas .input__search {
  border-color: #E9F8FD;
}
.theme__default-blue--pastel .input__search i,
.t__def-bl--pas .input__search i {
  color: #4a4a4a;
}
.theme__default-blue--pastel .input__search:hover i,
.t__def-bl--pas .input__search:hover i {
  color: #E9F8FD;
}
.theme__default-blue--pastel .component__foreground,
.t__def-bl--pas .component__foreground {
  color: #4a4a4a;
}
.theme__default-blue--pastel.card,
.theme__default-blue--pastel .card, .theme__default-blue--pastel.card__with-image,
.theme__default-blue--pastel .card__with-image,
.t__def-bl--pas.card,
.t__def-bl--pas .card,
.t__def-bl--pas.card__with-image,
.t__def-bl--pas .card__with-image {
  border-color: #E9F8FD;
}
.theme__default-blue--pastel.card__highlight,
.theme__default-blue--pastel .card__highlight,
.theme__default-blue--pastel .card__highlight--image,
.theme__default-blue--pastel .card__highlight--final,
.t__def-bl--pas.card__highlight,
.t__def-bl--pas .card__highlight,
.t__def-bl--pas .card__highlight--image,
.t__def-bl--pas .card__highlight--final {
  background-color: #E9F8FD;
  border-color: #E9F8FD;
}
.theme__default-blue--pastel.card__highlight--title,
.theme__default-blue--pastel .card__highlight--title,
.theme__default-blue--pastel .card__highlight--image,
.theme__default-blue--pastel .card__highlight--final,
.t__def-bl--pas.card__highlight--title,
.t__def-bl--pas .card__highlight--title,
.t__def-bl--pas .card__highlight--image,
.t__def-bl--pas .card__highlight--final {
  color: #4a4a4a;
}
.theme__default-blue--pastel .image-slider__selector--dot,
.t__def-bl--pas .image-slider__selector--dot {
  background-color: #E9F8FD;
}
.theme__default-blue--pastel .call-to-action__text h3,
.t__def-bl--pas .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__default-blue--pastel .officer__block--title h5, .theme__default-blue--pastel .officer__block--title h6,
.t__def-bl--pas .officer__block--title h5,
.t__def-bl--pas .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__default-blue--pastel .block__statement--link,
.t__def-bl--pas .block__statement--link {
  color: #4a4a4a;
}
.theme__default-blue--pastel .card__cutoff,
.t__def-bl--pas .card__cutoff {
  background: linear-gradient(#E9F8FD, #E9F8FD), linear-gradient(white, white);
}
.theme__default-blue--pastel .card__cutoff p,
.t__def-bl--pas .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__default-blue--pastel .card__cutoff:hover,
  .t__def-bl--pas .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__default-blue--pastel .card__cutoff:hover p,
  .t__def-bl--pas .card__cutoff:hover p {
    color: #E9F8FD;
  }
  .theme__default-blue--pastel .card__cutoff:hover .card__cutoff--link,
  .t__def-bl--pas .card__cutoff:hover .card__cutoff--link {
    color: #E9F8FD;
  }
  .theme__default-blue--pastel .card__cutoff:hover .card__cutoff--text,
  .t__def-bl--pas .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__default-blue--pastel .card__cutoff:hover .card__cutoff--text p,
  .t__def-bl--pas .card__cutoff:hover .card__cutoff--text p {
    color: #E9F8FD;
  }
  .theme__default-blue--pastel .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__def-bl--pas .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: #E9F8FD;
  }
}
.theme__default-blue--pastel .card__cutoff--link,
.t__def-bl--pas .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__default-blue--pastel .card__cutoff--link:hover,
  .t__def-bl--pas .card__cutoff--link:hover {
    color: #E9F8FD;
  }
  .theme__default-blue--pastel .card__cutoff--link:hover--link,
  .t__def-bl--pas .card__cutoff--link:hover--link {
    color: #E9F8FD;
  }
}
.theme__default-blue--pastel .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__def-bl--pas .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: #E9F8FD;
}
.theme__default-blue--pastel .dropdown__toggle--title,
.t__def-bl--pas .dropdown__toggle--title {
  color: #E9F8FD;
}
.theme__default-blue--pastel .dropdown__toggle--icon i,
.t__def-bl--pas .dropdown__toggle--icon i {
  color: #E9F8FD;
}
.theme__default-blue--pastel .large_timer__countdown--item_large,
.t__def-bl--pas .large_timer__countdown--item_large {
  background-color: #E9F8FD;
}
.theme__default-blue--pastel .large_timer__countdown--item_medium,
.t__def-bl--pas .large_timer__countdown--item_medium {
  background-color: #E9F8FD;
}
.theme__default-blue--pastel .large_timer__countdown--item_small,
.t__def-bl--pas .large_timer__countdown--item_small {
  background-color: #E9F8FD;
}
.theme__default-blue--pastel .modalcontent,
.t__def-bl--pas .modalcontent {
  border-color: #E9F8FD;
}
.theme__default-blue--pastel .transparent__header,
.t__def-bl--pas .transparent__header {
  background: #E9F8FD;
}
.theme__default-blue--pastel .breadcrumb__slashes,
.t__def-bl--pas .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__default-blue--pastel .the-list,
.t__def-bl--pas .the-list {
  background-color: #E9F8FD;
}
.theme__default-blue--pastel .the-list option,
.t__def-bl--pas .the-list option {
  border-color: #E9F8FD !important;
}
.theme__default-blue--pastel .es-list::-webkit-scrollbar-thumb,
.t__def-bl--pas .es-list::-webkit-scrollbar-thumb {
  background: #E9F8FD;
}
.theme__default-blue--pastel .es-visible,
.t__def-bl--pas .es-visible {
  border-color: #E9F8FD !important;
}
.theme__default-blue--pastel .ot-open,
.theme__default-blue--pastel .ot-closed,
.t__def-bl--pas .ot-open,
.t__def-bl--pas .ot-closed {
  color: #E9F8FD;
}
.theme__default-blue--pastel .colour__foreground,
.t__def-bl--pas .colour__foreground {
  color: #E9F8FD;
}
.theme__default-blue--pastel h1.t__none,
.theme__default-blue--pastel h1.theme__none,
.theme__default-blue--pastel h2.t__none,
.theme__default-blue--pastel h2.theme__none,
.theme__default-blue--pastel h3.t__none,
.theme__default-blue--pastel h3.theme__none,
.theme__default-blue--pastel h4.t__none,
.theme__default-blue--pastel h4.theme__none,
.theme__default-blue--pastel h1.t__none--w-hov,
.theme__default-blue--pastel h1.theme__none--with-hover,
.theme__default-blue--pastel h2.t__none--w-hov,
.theme__default-blue--pastel h2.theme__none--with-hover,
.theme__default-blue--pastel h3.t__none--w-hov,
.theme__default-blue--pastel h3.theme__none--with-hover,
.theme__default-blue--pastel h4.t__none--w-hov,
.theme__default-blue--pastel h4.theme__none--with-hover,
.t__def-bl--pas h1.t__none,
.t__def-bl--pas h1.theme__none,
.t__def-bl--pas h2.t__none,
.t__def-bl--pas h2.theme__none,
.t__def-bl--pas h3.t__none,
.t__def-bl--pas h3.theme__none,
.t__def-bl--pas h4.t__none,
.t__def-bl--pas h4.theme__none,
.t__def-bl--pas h1.t__none--w-hov,
.t__def-bl--pas h1.theme__none--with-hover,
.t__def-bl--pas h2.t__none--w-hov,
.t__def-bl--pas h2.theme__none--with-hover,
.t__def-bl--pas h3.t__none--w-hov,
.t__def-bl--pas h3.theme__none--with-hover,
.t__def-bl--pas h4.t__none--w-hov,
.t__def-bl--pas h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__default-blue--pastel span.t__none,
.theme__default-blue--pastel span.theme__none,
.t__def-bl--pas span.t__none,
.t__def-bl--pas span.theme__none {
  color: #4a4a4a;
}
.theme__default-blue--pastel i.t__none,
.theme__default-blue--pastel i.theme__none,
.t__def-bl--pas i.t__none,
.t__def-bl--pas i.theme__none {
  color: #4a4a4a;
}
.theme__default-blue--pastel a.border__none,
.theme__default-blue--pastel a.b__none,
.t__def-bl--pas a.border__none,
.t__def-bl--pas a.b__none {
  border: 0;
}
.theme__default-blue--pastel a:hover h1.t__none,
.theme__default-blue--pastel a:hover h1.theme__none,
.theme__default-blue--pastel a:hover h2.t__none,
.theme__default-blue--pastel a:hover h2.theme__none,
.theme__default-blue--pastel a:hover h3.t__none,
.theme__default-blue--pastel a:hover h3.theme__none,
.theme__default-blue--pastel a:hover h4.t__none,
.theme__default-blue--pastel a:hover h4.theme__none,
.t__def-bl--pas a:hover h1.t__none,
.t__def-bl--pas a:hover h1.theme__none,
.t__def-bl--pas a:hover h2.t__none,
.t__def-bl--pas a:hover h2.theme__none,
.t__def-bl--pas a:hover h3.t__none,
.t__def-bl--pas a:hover h3.theme__none,
.t__def-bl--pas a:hover h4.t__none,
.t__def-bl--pas a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__default-blue--pastel a:hover h1.t__none--w-hov,
.theme__default-blue--pastel a:hover h1.theme__none--with-hover,
.theme__default-blue--pastel a:hover h2.t__none--w-hov,
.theme__default-blue--pastel a:hover h2.theme__none--with-hover,
.theme__default-blue--pastel a:hover h3.t__none--w-hov,
.theme__default-blue--pastel a:hover h3.theme__none--with-hover,
.theme__default-blue--pastel a:hover h4.t__none--w-hov,
.theme__default-blue--pastel a:hover h4.theme__none--with-hover,
.t__def-bl--pas a:hover h1.t__none--w-hov,
.t__def-bl--pas a:hover h1.theme__none--with-hover,
.t__def-bl--pas a:hover h2.t__none--w-hov,
.t__def-bl--pas a:hover h2.theme__none--with-hover,
.t__def-bl--pas a:hover h3.t__none--w-hov,
.t__def-bl--pas a:hover h3.theme__none--with-hover,
.t__def-bl--pas a:hover h4.t__none--w-hov,
.t__def-bl--pas a:hover h4.theme__none--with-hover {
  color: #E9F8FD;
}

.theme__default-blue--background-primary,
.t__def-bl--bg-pri {
  background-color: #0ABEF0;
}

.theme__default-blue--background-secondary,
.t__def-bl--bg-sec {
  background-color: #2fbdec;
}

.theme__default-blue--background-pastel,
.t__def-bl--bg-pas {
  background-color: #E9F8FD;
}

.theme__default-grey--primary h1, .theme__default-grey--primary h2, .theme__default-grey--primary h3, .theme__default-grey--primary h4, .theme__default-grey--primary h5, .theme__default-grey--primary h6,
.t__def-gr--pri h1,
.t__def-gr--pri h2,
.t__def-gr--pri h3,
.t__def-gr--pri h4,
.t__def-gr--pri h5,
.t__def-gr--pri h6 {
  color: #4a4a4a;
}
.theme__default-grey--primary a,
.t__def-gr--pri a {
  color: #4a4a4a;
  border-color: #4a4a4a;
  text-decoration: none;
}
.theme__default-grey--primary a:hover,
.t__def-gr--pri a:hover {
  color: #4a4a4a;
}
.theme__default-grey--primary a:hover h1, .theme__default-grey--primary a:hover h2, .theme__default-grey--primary a:hover h3, .theme__default-grey--primary a:hover h4, .theme__default-grey--primary a:hover h5, .theme__default-grey--primary a:hover h6,
.t__def-gr--pri a:hover h1,
.t__def-gr--pri a:hover h2,
.t__def-gr--pri a:hover h3,
.t__def-gr--pri a:hover h4,
.t__def-gr--pri a:hover h5,
.t__def-gr--pri a:hover h6 {
  color: #4a4a4a;
}
.theme__default-grey--primary a div,
.t__def-gr--pri a div {
  border-color: #4a4a4a !important;
}
.theme__default-grey--primary input,
.t__def-gr--pri input {
  border-color: #4a4a4a;
}
.theme__default-grey--primary p,
.t__def-gr--pri p {
  color: #4a4a4a;
}
.theme__default-grey--primary .button,
.theme__default-grey--primary .btn,
.theme__default-grey--primary .btn__pill, .theme__default-grey--primary.button, .theme__default-grey--primary.btn, .theme__default-grey--primary.btn__pill,
.t__def-gr--pri .button,
.t__def-gr--pri .btn,
.t__def-gr--pri .btn__pill,
.t__def-gr--pri.button,
.t__def-gr--pri.btn,
.t__def-gr--pri.btn__pill {
  border-color: #4a4a4a;
}
@media (hover: hover) {
  .theme__default-grey--primary .button:hover,
  .theme__default-grey--primary .btn:hover,
  .theme__default-grey--primary .btn__pill:hover, .theme__default-grey--primary.button:hover, .theme__default-grey--primary.btn:hover, .theme__default-grey--primary.btn__pill:hover,
  .t__def-gr--pri .button:hover,
  .t__def-gr--pri .btn:hover,
  .t__def-gr--pri .btn__pill:hover,
  .t__def-gr--pri.button:hover,
  .t__def-gr--pri.btn:hover,
  .t__def-gr--pri.btn__pill:hover {
    color: #ffffff;
    background: #4a4a4a;
  }
  .theme__default-grey--primary .button:hover i,
  .theme__default-grey--primary .btn:hover i,
  .theme__default-grey--primary .btn__pill:hover i, .theme__default-grey--primary.button:hover i, .theme__default-grey--primary.btn:hover i, .theme__default-grey--primary.btn__pill:hover i,
  .t__def-gr--pri .button:hover i,
  .t__def-gr--pri .btn:hover i,
  .t__def-gr--pri .btn__pill:hover i,
  .t__def-gr--pri.button:hover i,
  .t__def-gr--pri.btn:hover i,
  .t__def-gr--pri.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__default-grey--primary .button__invert,
.theme__default-grey--primary .btn__invert,
.theme__default-grey--primary .btn__pill__invert, .theme__default-grey--primary.button__invert, .theme__default-grey--primary.btn__invert, .theme__default-grey--primary.btn__pill__invert,
.t__def-gr--pri .button__invert,
.t__def-gr--pri .btn__invert,
.t__def-gr--pri .btn__pill__invert,
.t__def-gr--pri.button__invert,
.t__def-gr--pri.btn__invert,
.t__def-gr--pri.btn__pill__invert {
  background-color: #4a4a4a;
  color: #ffffff;
}
.theme__default-grey--primary .button__invert h4,
.theme__default-grey--primary .btn__invert h4,
.theme__default-grey--primary .btn__pill__invert h4, .theme__default-grey--primary.button__invert h4, .theme__default-grey--primary.btn__invert h4, .theme__default-grey--primary.btn__pill__invert h4,
.t__def-gr--pri .button__invert h4,
.t__def-gr--pri .btn__invert h4,
.t__def-gr--pri .btn__pill__invert h4,
.t__def-gr--pri.button__invert h4,
.t__def-gr--pri.btn__invert h4,
.t__def-gr--pri.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__default-grey--primary .button__invert:hover,
.theme__default-grey--primary .btn__invert:hover,
.theme__default-grey--primary .btn__pill__invert:hover, .theme__default-grey--primary.button__invert:hover, .theme__default-grey--primary.btn__invert:hover, .theme__default-grey--primary.btn__pill__invert:hover,
.t__def-gr--pri .button__invert:hover,
.t__def-gr--pri .btn__invert:hover,
.t__def-gr--pri .btn__pill__invert:hover,
.t__def-gr--pri.button__invert:hover,
.t__def-gr--pri.btn__invert:hover,
.t__def-gr--pri.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__default-grey--primary .button__invert:hover h4,
.theme__default-grey--primary .btn__invert:hover h4,
.theme__default-grey--primary .btn__pill__invert:hover h4, .theme__default-grey--primary.button__invert:hover h4, .theme__default-grey--primary.btn__invert:hover h4, .theme__default-grey--primary.btn__pill__invert:hover h4,
.t__def-gr--pri .button__invert:hover h4,
.t__def-gr--pri .btn__invert:hover h4,
.t__def-gr--pri .btn__pill__invert:hover h4,
.t__def-gr--pri.button__invert:hover h4,
.t__def-gr--pri.btn__invert:hover h4,
.t__def-gr--pri.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__default-grey--primary .button__invert--hover:hover,
.theme__default-grey--primary .btn__invert--hover:hover,
.theme__default-grey--primary .btn__pill__invert--hover:hover, .theme__default-grey--primary.button__invert--hover:hover, .theme__default-grey--primary.btn__invert--hover:hover, .theme__default-grey--primary.btn__pill__invert--hover:hover,
.t__def-gr--pri .button__invert--hover:hover,
.t__def-gr--pri .btn__invert--hover:hover,
.t__def-gr--pri .btn__pill__invert--hover:hover,
.t__def-gr--pri.button__invert--hover:hover,
.t__def-gr--pri.btn__invert--hover:hover,
.t__def-gr--pri.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__default-grey--primary .button__under,
.theme__default-grey--primary .btn__under,
.theme__default-grey--primary .btn__pill__under, .theme__default-grey--primary.button__under, .theme__default-grey--primary.btn__under, .theme__default-grey--primary.btn__pill__under,
.t__def-gr--pri .button__under,
.t__def-gr--pri .btn__under,
.t__def-gr--pri .btn__pill__under,
.t__def-gr--pri.button__under,
.t__def-gr--pri.btn__under,
.t__def-gr--pri.btn__pill__under {
  border-color: #4a4a4a;
}
.theme__default-grey--primary .btn__large,
.t__def-gr--pri .btn__large {
  background-color: #4a4a4a;
}
.theme__default-grey--primary .input__search,
.t__def-gr--pri .input__search {
  border-color: #4a4a4a;
}
.theme__default-grey--primary .input__search i,
.t__def-gr--pri .input__search i {
  color: #4a4a4a;
}
.theme__default-grey--primary .input__search:hover i,
.t__def-gr--pri .input__search:hover i {
  color: #4a4a4a;
}
.theme__default-grey--primary .component__foreground,
.t__def-gr--pri .component__foreground {
  color: #4a4a4a;
}
.theme__default-grey--primary.card,
.theme__default-grey--primary .card, .theme__default-grey--primary.card__with-image,
.theme__default-grey--primary .card__with-image,
.t__def-gr--pri.card,
.t__def-gr--pri .card,
.t__def-gr--pri.card__with-image,
.t__def-gr--pri .card__with-image {
  border-color: #4a4a4a;
}
.theme__default-grey--primary.card__highlight,
.theme__default-grey--primary .card__highlight,
.theme__default-grey--primary .card__highlight--image,
.theme__default-grey--primary .card__highlight--final,
.t__def-gr--pri.card__highlight,
.t__def-gr--pri .card__highlight,
.t__def-gr--pri .card__highlight--image,
.t__def-gr--pri .card__highlight--final {
  background-color: #4a4a4a;
  border-color: #4a4a4a;
}
.theme__default-grey--primary.card__highlight--title,
.theme__default-grey--primary .card__highlight--title,
.theme__default-grey--primary .card__highlight--image,
.theme__default-grey--primary .card__highlight--final,
.t__def-gr--pri.card__highlight--title,
.t__def-gr--pri .card__highlight--title,
.t__def-gr--pri .card__highlight--image,
.t__def-gr--pri .card__highlight--final {
  color: #4a4a4a;
}
.theme__default-grey--primary .image-slider__selector--dot,
.t__def-gr--pri .image-slider__selector--dot {
  background-color: #4a4a4a;
}
.theme__default-grey--primary .call-to-action__text h3,
.t__def-gr--pri .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__default-grey--primary .officer__block--title h5, .theme__default-grey--primary .officer__block--title h6,
.t__def-gr--pri .officer__block--title h5,
.t__def-gr--pri .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__default-grey--primary .block__statement--link,
.t__def-gr--pri .block__statement--link {
  color: #4a4a4a;
}
.theme__default-grey--primary .card__cutoff,
.t__def-gr--pri .card__cutoff {
  background: linear-gradient(#4a4a4a, #4a4a4a), linear-gradient(white, white);
}
.theme__default-grey--primary .card__cutoff p,
.t__def-gr--pri .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__default-grey--primary .card__cutoff:hover,
  .t__def-gr--pri .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__default-grey--primary .card__cutoff:hover p,
  .t__def-gr--pri .card__cutoff:hover p {
    color: #4a4a4a;
  }
  .theme__default-grey--primary .card__cutoff:hover .card__cutoff--link,
  .t__def-gr--pri .card__cutoff:hover .card__cutoff--link {
    color: #4a4a4a;
  }
  .theme__default-grey--primary .card__cutoff:hover .card__cutoff--text,
  .t__def-gr--pri .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__default-grey--primary .card__cutoff:hover .card__cutoff--text p,
  .t__def-gr--pri .card__cutoff:hover .card__cutoff--text p {
    color: #4a4a4a;
  }
  .theme__default-grey--primary .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__def-gr--pri .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: #4a4a4a;
  }
}
.theme__default-grey--primary .card__cutoff--link,
.t__def-gr--pri .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__default-grey--primary .card__cutoff--link:hover,
  .t__def-gr--pri .card__cutoff--link:hover {
    color: #4a4a4a;
  }
  .theme__default-grey--primary .card__cutoff--link:hover--link,
  .t__def-gr--pri .card__cutoff--link:hover--link {
    color: #4a4a4a;
  }
}
.theme__default-grey--primary .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__def-gr--pri .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: #4a4a4a;
}
.theme__default-grey--primary .dropdown__toggle--title,
.t__def-gr--pri .dropdown__toggle--title {
  color: #4a4a4a;
}
.theme__default-grey--primary .dropdown__toggle--icon i,
.t__def-gr--pri .dropdown__toggle--icon i {
  color: #4a4a4a;
}
.theme__default-grey--primary .large_timer__countdown--item_large,
.t__def-gr--pri .large_timer__countdown--item_large {
  background-color: #4a4a4a;
}
.theme__default-grey--primary .large_timer__countdown--item_medium,
.t__def-gr--pri .large_timer__countdown--item_medium {
  background-color: #4a4a4a;
}
.theme__default-grey--primary .large_timer__countdown--item_small,
.t__def-gr--pri .large_timer__countdown--item_small {
  background-color: #4a4a4a;
}
.theme__default-grey--primary .modalcontent,
.t__def-gr--pri .modalcontent {
  border-color: #4a4a4a;
}
.theme__default-grey--primary .transparent__header,
.t__def-gr--pri .transparent__header {
  background: #4a4a4a;
}
.theme__default-grey--primary .breadcrumb__slashes,
.t__def-gr--pri .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__default-grey--primary .the-list,
.t__def-gr--pri .the-list {
  background-color: #4a4a4a;
}
.theme__default-grey--primary .the-list option,
.t__def-gr--pri .the-list option {
  border-color: #4a4a4a !important;
}
.theme__default-grey--primary .es-list::-webkit-scrollbar-thumb,
.t__def-gr--pri .es-list::-webkit-scrollbar-thumb {
  background: #4a4a4a;
}
.theme__default-grey--primary .es-visible,
.t__def-gr--pri .es-visible {
  border-color: #4a4a4a !important;
}
.theme__default-grey--primary .ot-open,
.theme__default-grey--primary .ot-closed,
.t__def-gr--pri .ot-open,
.t__def-gr--pri .ot-closed {
  color: #4a4a4a;
}
.theme__default-grey--primary .colour__foreground,
.t__def-gr--pri .colour__foreground {
  color: #4a4a4a;
}
.theme__default-grey--primary h1.t__none,
.theme__default-grey--primary h1.theme__none,
.theme__default-grey--primary h2.t__none,
.theme__default-grey--primary h2.theme__none,
.theme__default-grey--primary h3.t__none,
.theme__default-grey--primary h3.theme__none,
.theme__default-grey--primary h4.t__none,
.theme__default-grey--primary h4.theme__none,
.theme__default-grey--primary h1.t__none--w-hov,
.theme__default-grey--primary h1.theme__none--with-hover,
.theme__default-grey--primary h2.t__none--w-hov,
.theme__default-grey--primary h2.theme__none--with-hover,
.theme__default-grey--primary h3.t__none--w-hov,
.theme__default-grey--primary h3.theme__none--with-hover,
.theme__default-grey--primary h4.t__none--w-hov,
.theme__default-grey--primary h4.theme__none--with-hover,
.t__def-gr--pri h1.t__none,
.t__def-gr--pri h1.theme__none,
.t__def-gr--pri h2.t__none,
.t__def-gr--pri h2.theme__none,
.t__def-gr--pri h3.t__none,
.t__def-gr--pri h3.theme__none,
.t__def-gr--pri h4.t__none,
.t__def-gr--pri h4.theme__none,
.t__def-gr--pri h1.t__none--w-hov,
.t__def-gr--pri h1.theme__none--with-hover,
.t__def-gr--pri h2.t__none--w-hov,
.t__def-gr--pri h2.theme__none--with-hover,
.t__def-gr--pri h3.t__none--w-hov,
.t__def-gr--pri h3.theme__none--with-hover,
.t__def-gr--pri h4.t__none--w-hov,
.t__def-gr--pri h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__default-grey--primary span.t__none,
.theme__default-grey--primary span.theme__none,
.t__def-gr--pri span.t__none,
.t__def-gr--pri span.theme__none {
  color: #4a4a4a;
}
.theme__default-grey--primary i.t__none,
.theme__default-grey--primary i.theme__none,
.t__def-gr--pri i.t__none,
.t__def-gr--pri i.theme__none {
  color: #4a4a4a;
}
.theme__default-grey--primary a.border__none,
.theme__default-grey--primary a.b__none,
.t__def-gr--pri a.border__none,
.t__def-gr--pri a.b__none {
  border: 0;
}
.theme__default-grey--primary a:hover h1.t__none,
.theme__default-grey--primary a:hover h1.theme__none,
.theme__default-grey--primary a:hover h2.t__none,
.theme__default-grey--primary a:hover h2.theme__none,
.theme__default-grey--primary a:hover h3.t__none,
.theme__default-grey--primary a:hover h3.theme__none,
.theme__default-grey--primary a:hover h4.t__none,
.theme__default-grey--primary a:hover h4.theme__none,
.t__def-gr--pri a:hover h1.t__none,
.t__def-gr--pri a:hover h1.theme__none,
.t__def-gr--pri a:hover h2.t__none,
.t__def-gr--pri a:hover h2.theme__none,
.t__def-gr--pri a:hover h3.t__none,
.t__def-gr--pri a:hover h3.theme__none,
.t__def-gr--pri a:hover h4.t__none,
.t__def-gr--pri a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__default-grey--primary a:hover h1.t__none--w-hov,
.theme__default-grey--primary a:hover h1.theme__none--with-hover,
.theme__default-grey--primary a:hover h2.t__none--w-hov,
.theme__default-grey--primary a:hover h2.theme__none--with-hover,
.theme__default-grey--primary a:hover h3.t__none--w-hov,
.theme__default-grey--primary a:hover h3.theme__none--with-hover,
.theme__default-grey--primary a:hover h4.t__none--w-hov,
.theme__default-grey--primary a:hover h4.theme__none--with-hover,
.t__def-gr--pri a:hover h1.t__none--w-hov,
.t__def-gr--pri a:hover h1.theme__none--with-hover,
.t__def-gr--pri a:hover h2.t__none--w-hov,
.t__def-gr--pri a:hover h2.theme__none--with-hover,
.t__def-gr--pri a:hover h3.t__none--w-hov,
.t__def-gr--pri a:hover h3.theme__none--with-hover,
.t__def-gr--pri a:hover h4.t__none--w-hov,
.t__def-gr--pri a:hover h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__default-grey--primary .dotted__line--small, .theme__default-grey--primary .dotted__line--medium, .theme__default-grey--primary .dotted__line--large, .theme__default-grey--primary .dotted__line--x-large, .theme__default-grey--primary .dotted__line--huge,
.t__def-gr--pri .dotted__line--small,
.t__def-gr--pri .dotted__line--medium,
.t__def-gr--pri .dotted__line--large,
.t__def-gr--pri .dotted__line--x-large,
.t__def-gr--pri .dotted__line--huge {
  border-image-source: url("https://fe3ca8e0a2f497a00e8a-853d39369c554c336474f22b1382bbe4.ssl.cf3.rackcdn.com/dotted_def-grey.png");
}

.theme__default-grey--secondary h1, .theme__default-grey--secondary h2, .theme__default-grey--secondary h3, .theme__default-grey--secondary h4, .theme__default-grey--secondary h5, .theme__default-grey--secondary h6,
.t__def-gr--sec h1,
.t__def-gr--sec h2,
.t__def-gr--sec h3,
.t__def-gr--sec h4,
.t__def-gr--sec h5,
.t__def-gr--sec h6 {
  color: #333333;
}
.theme__default-grey--secondary a,
.t__def-gr--sec a {
  color: #4a4a4a;
  border-color: #333333;
  text-decoration: none;
}
.theme__default-grey--secondary a:hover,
.t__def-gr--sec a:hover {
  color: #333333;
}
.theme__default-grey--secondary a:hover h1, .theme__default-grey--secondary a:hover h2, .theme__default-grey--secondary a:hover h3, .theme__default-grey--secondary a:hover h4, .theme__default-grey--secondary a:hover h5, .theme__default-grey--secondary a:hover h6,
.t__def-gr--sec a:hover h1,
.t__def-gr--sec a:hover h2,
.t__def-gr--sec a:hover h3,
.t__def-gr--sec a:hover h4,
.t__def-gr--sec a:hover h5,
.t__def-gr--sec a:hover h6 {
  color: #333333;
}
.theme__default-grey--secondary a div,
.t__def-gr--sec a div {
  border-color: #333333 !important;
}
.theme__default-grey--secondary input,
.t__def-gr--sec input {
  border-color: #333333;
}
.theme__default-grey--secondary p,
.t__def-gr--sec p {
  color: #4a4a4a;
}
.theme__default-grey--secondary .button,
.theme__default-grey--secondary .btn,
.theme__default-grey--secondary .btn__pill, .theme__default-grey--secondary.button, .theme__default-grey--secondary.btn, .theme__default-grey--secondary.btn__pill,
.t__def-gr--sec .button,
.t__def-gr--sec .btn,
.t__def-gr--sec .btn__pill,
.t__def-gr--sec.button,
.t__def-gr--sec.btn,
.t__def-gr--sec.btn__pill {
  border-color: #333333;
}
@media (hover: hover) {
  .theme__default-grey--secondary .button:hover,
  .theme__default-grey--secondary .btn:hover,
  .theme__default-grey--secondary .btn__pill:hover, .theme__default-grey--secondary.button:hover, .theme__default-grey--secondary.btn:hover, .theme__default-grey--secondary.btn__pill:hover,
  .t__def-gr--sec .button:hover,
  .t__def-gr--sec .btn:hover,
  .t__def-gr--sec .btn__pill:hover,
  .t__def-gr--sec.button:hover,
  .t__def-gr--sec.btn:hover,
  .t__def-gr--sec.btn__pill:hover {
    color: #ffffff;
    background: #333333;
  }
  .theme__default-grey--secondary .button:hover i,
  .theme__default-grey--secondary .btn:hover i,
  .theme__default-grey--secondary .btn__pill:hover i, .theme__default-grey--secondary.button:hover i, .theme__default-grey--secondary.btn:hover i, .theme__default-grey--secondary.btn__pill:hover i,
  .t__def-gr--sec .button:hover i,
  .t__def-gr--sec .btn:hover i,
  .t__def-gr--sec .btn__pill:hover i,
  .t__def-gr--sec.button:hover i,
  .t__def-gr--sec.btn:hover i,
  .t__def-gr--sec.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__default-grey--secondary .button__invert,
.theme__default-grey--secondary .btn__invert,
.theme__default-grey--secondary .btn__pill__invert, .theme__default-grey--secondary.button__invert, .theme__default-grey--secondary.btn__invert, .theme__default-grey--secondary.btn__pill__invert,
.t__def-gr--sec .button__invert,
.t__def-gr--sec .btn__invert,
.t__def-gr--sec .btn__pill__invert,
.t__def-gr--sec.button__invert,
.t__def-gr--sec.btn__invert,
.t__def-gr--sec.btn__pill__invert {
  background-color: #333333;
  color: #ffffff;
}
.theme__default-grey--secondary .button__invert h4,
.theme__default-grey--secondary .btn__invert h4,
.theme__default-grey--secondary .btn__pill__invert h4, .theme__default-grey--secondary.button__invert h4, .theme__default-grey--secondary.btn__invert h4, .theme__default-grey--secondary.btn__pill__invert h4,
.t__def-gr--sec .button__invert h4,
.t__def-gr--sec .btn__invert h4,
.t__def-gr--sec .btn__pill__invert h4,
.t__def-gr--sec.button__invert h4,
.t__def-gr--sec.btn__invert h4,
.t__def-gr--sec.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__default-grey--secondary .button__invert:hover,
.theme__default-grey--secondary .btn__invert:hover,
.theme__default-grey--secondary .btn__pill__invert:hover, .theme__default-grey--secondary.button__invert:hover, .theme__default-grey--secondary.btn__invert:hover, .theme__default-grey--secondary.btn__pill__invert:hover,
.t__def-gr--sec .button__invert:hover,
.t__def-gr--sec .btn__invert:hover,
.t__def-gr--sec .btn__pill__invert:hover,
.t__def-gr--sec.button__invert:hover,
.t__def-gr--sec.btn__invert:hover,
.t__def-gr--sec.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__default-grey--secondary .button__invert:hover h4,
.theme__default-grey--secondary .btn__invert:hover h4,
.theme__default-grey--secondary .btn__pill__invert:hover h4, .theme__default-grey--secondary.button__invert:hover h4, .theme__default-grey--secondary.btn__invert:hover h4, .theme__default-grey--secondary.btn__pill__invert:hover h4,
.t__def-gr--sec .button__invert:hover h4,
.t__def-gr--sec .btn__invert:hover h4,
.t__def-gr--sec .btn__pill__invert:hover h4,
.t__def-gr--sec.button__invert:hover h4,
.t__def-gr--sec.btn__invert:hover h4,
.t__def-gr--sec.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__default-grey--secondary .button__invert--hover:hover,
.theme__default-grey--secondary .btn__invert--hover:hover,
.theme__default-grey--secondary .btn__pill__invert--hover:hover, .theme__default-grey--secondary.button__invert--hover:hover, .theme__default-grey--secondary.btn__invert--hover:hover, .theme__default-grey--secondary.btn__pill__invert--hover:hover,
.t__def-gr--sec .button__invert--hover:hover,
.t__def-gr--sec .btn__invert--hover:hover,
.t__def-gr--sec .btn__pill__invert--hover:hover,
.t__def-gr--sec.button__invert--hover:hover,
.t__def-gr--sec.btn__invert--hover:hover,
.t__def-gr--sec.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__default-grey--secondary .button__under,
.theme__default-grey--secondary .btn__under,
.theme__default-grey--secondary .btn__pill__under, .theme__default-grey--secondary.button__under, .theme__default-grey--secondary.btn__under, .theme__default-grey--secondary.btn__pill__under,
.t__def-gr--sec .button__under,
.t__def-gr--sec .btn__under,
.t__def-gr--sec .btn__pill__under,
.t__def-gr--sec.button__under,
.t__def-gr--sec.btn__under,
.t__def-gr--sec.btn__pill__under {
  border-color: #333333;
}
.theme__default-grey--secondary .btn__large,
.t__def-gr--sec .btn__large {
  background-color: #333333;
}
.theme__default-grey--secondary .input__search,
.t__def-gr--sec .input__search {
  border-color: #333333;
}
.theme__default-grey--secondary .input__search i,
.t__def-gr--sec .input__search i {
  color: #4a4a4a;
}
.theme__default-grey--secondary .input__search:hover i,
.t__def-gr--sec .input__search:hover i {
  color: #333333;
}
.theme__default-grey--secondary .component__foreground,
.t__def-gr--sec .component__foreground {
  color: #4a4a4a;
}
.theme__default-grey--secondary.card,
.theme__default-grey--secondary .card, .theme__default-grey--secondary.card__with-image,
.theme__default-grey--secondary .card__with-image,
.t__def-gr--sec.card,
.t__def-gr--sec .card,
.t__def-gr--sec.card__with-image,
.t__def-gr--sec .card__with-image {
  border-color: #333333;
}
.theme__default-grey--secondary.card__highlight,
.theme__default-grey--secondary .card__highlight,
.theme__default-grey--secondary .card__highlight--image,
.theme__default-grey--secondary .card__highlight--final,
.t__def-gr--sec.card__highlight,
.t__def-gr--sec .card__highlight,
.t__def-gr--sec .card__highlight--image,
.t__def-gr--sec .card__highlight--final {
  background-color: #333333;
  border-color: #333333;
}
.theme__default-grey--secondary.card__highlight--title,
.theme__default-grey--secondary .card__highlight--title,
.theme__default-grey--secondary .card__highlight--image,
.theme__default-grey--secondary .card__highlight--final,
.t__def-gr--sec.card__highlight--title,
.t__def-gr--sec .card__highlight--title,
.t__def-gr--sec .card__highlight--image,
.t__def-gr--sec .card__highlight--final {
  color: #4a4a4a;
}
.theme__default-grey--secondary .image-slider__selector--dot,
.t__def-gr--sec .image-slider__selector--dot {
  background-color: #333333;
}
.theme__default-grey--secondary .call-to-action__text h3,
.t__def-gr--sec .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__default-grey--secondary .officer__block--title h5, .theme__default-grey--secondary .officer__block--title h6,
.t__def-gr--sec .officer__block--title h5,
.t__def-gr--sec .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__default-grey--secondary .block__statement--link,
.t__def-gr--sec .block__statement--link {
  color: #4a4a4a;
}
.theme__default-grey--secondary .card__cutoff,
.t__def-gr--sec .card__cutoff {
  background: linear-gradient(#333333, #333333), linear-gradient(white, white);
}
.theme__default-grey--secondary .card__cutoff p,
.t__def-gr--sec .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__default-grey--secondary .card__cutoff:hover,
  .t__def-gr--sec .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__default-grey--secondary .card__cutoff:hover p,
  .t__def-gr--sec .card__cutoff:hover p {
    color: #333333;
  }
  .theme__default-grey--secondary .card__cutoff:hover .card__cutoff--link,
  .t__def-gr--sec .card__cutoff:hover .card__cutoff--link {
    color: #333333;
  }
  .theme__default-grey--secondary .card__cutoff:hover .card__cutoff--text,
  .t__def-gr--sec .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__default-grey--secondary .card__cutoff:hover .card__cutoff--text p,
  .t__def-gr--sec .card__cutoff:hover .card__cutoff--text p {
    color: #333333;
  }
  .theme__default-grey--secondary .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__def-gr--sec .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: #333333;
  }
}
.theme__default-grey--secondary .card__cutoff--link,
.t__def-gr--sec .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__default-grey--secondary .card__cutoff--link:hover,
  .t__def-gr--sec .card__cutoff--link:hover {
    color: #333333;
  }
  .theme__default-grey--secondary .card__cutoff--link:hover--link,
  .t__def-gr--sec .card__cutoff--link:hover--link {
    color: #333333;
  }
}
.theme__default-grey--secondary .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__def-gr--sec .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: #333333;
}
.theme__default-grey--secondary .dropdown__toggle--title,
.t__def-gr--sec .dropdown__toggle--title {
  color: #333333;
}
.theme__default-grey--secondary .dropdown__toggle--icon i,
.t__def-gr--sec .dropdown__toggle--icon i {
  color: #333333;
}
.theme__default-grey--secondary .large_timer__countdown--item_large,
.t__def-gr--sec .large_timer__countdown--item_large {
  background-color: #333333;
}
.theme__default-grey--secondary .large_timer__countdown--item_medium,
.t__def-gr--sec .large_timer__countdown--item_medium {
  background-color: #333333;
}
.theme__default-grey--secondary .large_timer__countdown--item_small,
.t__def-gr--sec .large_timer__countdown--item_small {
  background-color: #333333;
}
.theme__default-grey--secondary .modalcontent,
.t__def-gr--sec .modalcontent {
  border-color: #333333;
}
.theme__default-grey--secondary .transparent__header,
.t__def-gr--sec .transparent__header {
  background: #333333;
}
.theme__default-grey--secondary .breadcrumb__slashes,
.t__def-gr--sec .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__default-grey--secondary .the-list,
.t__def-gr--sec .the-list {
  background-color: #333333;
}
.theme__default-grey--secondary .the-list option,
.t__def-gr--sec .the-list option {
  border-color: #333333 !important;
}
.theme__default-grey--secondary .es-list::-webkit-scrollbar-thumb,
.t__def-gr--sec .es-list::-webkit-scrollbar-thumb {
  background: #333333;
}
.theme__default-grey--secondary .es-visible,
.t__def-gr--sec .es-visible {
  border-color: #333333 !important;
}
.theme__default-grey--secondary .ot-open,
.theme__default-grey--secondary .ot-closed,
.t__def-gr--sec .ot-open,
.t__def-gr--sec .ot-closed {
  color: #333333;
}
.theme__default-grey--secondary .colour__foreground,
.t__def-gr--sec .colour__foreground {
  color: #333333;
}
.theme__default-grey--secondary h1.t__none,
.theme__default-grey--secondary h1.theme__none,
.theme__default-grey--secondary h2.t__none,
.theme__default-grey--secondary h2.theme__none,
.theme__default-grey--secondary h3.t__none,
.theme__default-grey--secondary h3.theme__none,
.theme__default-grey--secondary h4.t__none,
.theme__default-grey--secondary h4.theme__none,
.theme__default-grey--secondary h1.t__none--w-hov,
.theme__default-grey--secondary h1.theme__none--with-hover,
.theme__default-grey--secondary h2.t__none--w-hov,
.theme__default-grey--secondary h2.theme__none--with-hover,
.theme__default-grey--secondary h3.t__none--w-hov,
.theme__default-grey--secondary h3.theme__none--with-hover,
.theme__default-grey--secondary h4.t__none--w-hov,
.theme__default-grey--secondary h4.theme__none--with-hover,
.t__def-gr--sec h1.t__none,
.t__def-gr--sec h1.theme__none,
.t__def-gr--sec h2.t__none,
.t__def-gr--sec h2.theme__none,
.t__def-gr--sec h3.t__none,
.t__def-gr--sec h3.theme__none,
.t__def-gr--sec h4.t__none,
.t__def-gr--sec h4.theme__none,
.t__def-gr--sec h1.t__none--w-hov,
.t__def-gr--sec h1.theme__none--with-hover,
.t__def-gr--sec h2.t__none--w-hov,
.t__def-gr--sec h2.theme__none--with-hover,
.t__def-gr--sec h3.t__none--w-hov,
.t__def-gr--sec h3.theme__none--with-hover,
.t__def-gr--sec h4.t__none--w-hov,
.t__def-gr--sec h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__default-grey--secondary span.t__none,
.theme__default-grey--secondary span.theme__none,
.t__def-gr--sec span.t__none,
.t__def-gr--sec span.theme__none {
  color: #4a4a4a;
}
.theme__default-grey--secondary i.t__none,
.theme__default-grey--secondary i.theme__none,
.t__def-gr--sec i.t__none,
.t__def-gr--sec i.theme__none {
  color: #4a4a4a;
}
.theme__default-grey--secondary a.border__none,
.theme__default-grey--secondary a.b__none,
.t__def-gr--sec a.border__none,
.t__def-gr--sec a.b__none {
  border: 0;
}
.theme__default-grey--secondary a:hover h1.t__none,
.theme__default-grey--secondary a:hover h1.theme__none,
.theme__default-grey--secondary a:hover h2.t__none,
.theme__default-grey--secondary a:hover h2.theme__none,
.theme__default-grey--secondary a:hover h3.t__none,
.theme__default-grey--secondary a:hover h3.theme__none,
.theme__default-grey--secondary a:hover h4.t__none,
.theme__default-grey--secondary a:hover h4.theme__none,
.t__def-gr--sec a:hover h1.t__none,
.t__def-gr--sec a:hover h1.theme__none,
.t__def-gr--sec a:hover h2.t__none,
.t__def-gr--sec a:hover h2.theme__none,
.t__def-gr--sec a:hover h3.t__none,
.t__def-gr--sec a:hover h3.theme__none,
.t__def-gr--sec a:hover h4.t__none,
.t__def-gr--sec a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__default-grey--secondary a:hover h1.t__none--w-hov,
.theme__default-grey--secondary a:hover h1.theme__none--with-hover,
.theme__default-grey--secondary a:hover h2.t__none--w-hov,
.theme__default-grey--secondary a:hover h2.theme__none--with-hover,
.theme__default-grey--secondary a:hover h3.t__none--w-hov,
.theme__default-grey--secondary a:hover h3.theme__none--with-hover,
.theme__default-grey--secondary a:hover h4.t__none--w-hov,
.theme__default-grey--secondary a:hover h4.theme__none--with-hover,
.t__def-gr--sec a:hover h1.t__none--w-hov,
.t__def-gr--sec a:hover h1.theme__none--with-hover,
.t__def-gr--sec a:hover h2.t__none--w-hov,
.t__def-gr--sec a:hover h2.theme__none--with-hover,
.t__def-gr--sec a:hover h3.t__none--w-hov,
.t__def-gr--sec a:hover h3.theme__none--with-hover,
.t__def-gr--sec a:hover h4.t__none--w-hov,
.t__def-gr--sec a:hover h4.theme__none--with-hover {
  color: #333333;
}

.theme__default-grey--pastel h1, .theme__default-grey--pastel h2, .theme__default-grey--pastel h3, .theme__default-grey--pastel h4, .theme__default-grey--pastel h5, .theme__default-grey--pastel h6,
.t__def-gr--pas h1,
.t__def-gr--pas h2,
.t__def-gr--pas h3,
.t__def-gr--pas h4,
.t__def-gr--pas h5,
.t__def-gr--pas h6 {
  color: #F2F2F2;
}
.theme__default-grey--pastel a,
.t__def-gr--pas a {
  color: #4a4a4a;
  border-color: #F2F2F2;
  text-decoration: none;
}
.theme__default-grey--pastel a:hover,
.t__def-gr--pas a:hover {
  color: #F2F2F2;
}
.theme__default-grey--pastel a:hover h1, .theme__default-grey--pastel a:hover h2, .theme__default-grey--pastel a:hover h3, .theme__default-grey--pastel a:hover h4, .theme__default-grey--pastel a:hover h5, .theme__default-grey--pastel a:hover h6,
.t__def-gr--pas a:hover h1,
.t__def-gr--pas a:hover h2,
.t__def-gr--pas a:hover h3,
.t__def-gr--pas a:hover h4,
.t__def-gr--pas a:hover h5,
.t__def-gr--pas a:hover h6 {
  color: #F2F2F2;
}
.theme__default-grey--pastel a div,
.t__def-gr--pas a div {
  border-color: #F2F2F2 !important;
}
.theme__default-grey--pastel input,
.t__def-gr--pas input {
  border-color: #F2F2F2;
}
.theme__default-grey--pastel p,
.t__def-gr--pas p {
  color: #4a4a4a;
}
.theme__default-grey--pastel .button,
.theme__default-grey--pastel .btn,
.theme__default-grey--pastel .btn__pill, .theme__default-grey--pastel.button, .theme__default-grey--pastel.btn, .theme__default-grey--pastel.btn__pill,
.t__def-gr--pas .button,
.t__def-gr--pas .btn,
.t__def-gr--pas .btn__pill,
.t__def-gr--pas.button,
.t__def-gr--pas.btn,
.t__def-gr--pas.btn__pill {
  border-color: #F2F2F2;
}
@media (hover: hover) {
  .theme__default-grey--pastel .button:hover,
  .theme__default-grey--pastel .btn:hover,
  .theme__default-grey--pastel .btn__pill:hover, .theme__default-grey--pastel.button:hover, .theme__default-grey--pastel.btn:hover, .theme__default-grey--pastel.btn__pill:hover,
  .t__def-gr--pas .button:hover,
  .t__def-gr--pas .btn:hover,
  .t__def-gr--pas .btn__pill:hover,
  .t__def-gr--pas.button:hover,
  .t__def-gr--pas.btn:hover,
  .t__def-gr--pas.btn__pill:hover {
    color: #ffffff;
    background: #F2F2F2;
  }
  .theme__default-grey--pastel .button:hover i,
  .theme__default-grey--pastel .btn:hover i,
  .theme__default-grey--pastel .btn__pill:hover i, .theme__default-grey--pastel.button:hover i, .theme__default-grey--pastel.btn:hover i, .theme__default-grey--pastel.btn__pill:hover i,
  .t__def-gr--pas .button:hover i,
  .t__def-gr--pas .btn:hover i,
  .t__def-gr--pas .btn__pill:hover i,
  .t__def-gr--pas.button:hover i,
  .t__def-gr--pas.btn:hover i,
  .t__def-gr--pas.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__default-grey--pastel .button__invert,
.theme__default-grey--pastel .btn__invert,
.theme__default-grey--pastel .btn__pill__invert, .theme__default-grey--pastel.button__invert, .theme__default-grey--pastel.btn__invert, .theme__default-grey--pastel.btn__pill__invert,
.t__def-gr--pas .button__invert,
.t__def-gr--pas .btn__invert,
.t__def-gr--pas .btn__pill__invert,
.t__def-gr--pas.button__invert,
.t__def-gr--pas.btn__invert,
.t__def-gr--pas.btn__pill__invert {
  background-color: #F2F2F2;
  color: #ffffff;
}
.theme__default-grey--pastel .button__invert h4,
.theme__default-grey--pastel .btn__invert h4,
.theme__default-grey--pastel .btn__pill__invert h4, .theme__default-grey--pastel.button__invert h4, .theme__default-grey--pastel.btn__invert h4, .theme__default-grey--pastel.btn__pill__invert h4,
.t__def-gr--pas .button__invert h4,
.t__def-gr--pas .btn__invert h4,
.t__def-gr--pas .btn__pill__invert h4,
.t__def-gr--pas.button__invert h4,
.t__def-gr--pas.btn__invert h4,
.t__def-gr--pas.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__default-grey--pastel .button__invert:hover,
.theme__default-grey--pastel .btn__invert:hover,
.theme__default-grey--pastel .btn__pill__invert:hover, .theme__default-grey--pastel.button__invert:hover, .theme__default-grey--pastel.btn__invert:hover, .theme__default-grey--pastel.btn__pill__invert:hover,
.t__def-gr--pas .button__invert:hover,
.t__def-gr--pas .btn__invert:hover,
.t__def-gr--pas .btn__pill__invert:hover,
.t__def-gr--pas.button__invert:hover,
.t__def-gr--pas.btn__invert:hover,
.t__def-gr--pas.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__default-grey--pastel .button__invert:hover h4,
.theme__default-grey--pastel .btn__invert:hover h4,
.theme__default-grey--pastel .btn__pill__invert:hover h4, .theme__default-grey--pastel.button__invert:hover h4, .theme__default-grey--pastel.btn__invert:hover h4, .theme__default-grey--pastel.btn__pill__invert:hover h4,
.t__def-gr--pas .button__invert:hover h4,
.t__def-gr--pas .btn__invert:hover h4,
.t__def-gr--pas .btn__pill__invert:hover h4,
.t__def-gr--pas.button__invert:hover h4,
.t__def-gr--pas.btn__invert:hover h4,
.t__def-gr--pas.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__default-grey--pastel .button__invert--hover:hover,
.theme__default-grey--pastel .btn__invert--hover:hover,
.theme__default-grey--pastel .btn__pill__invert--hover:hover, .theme__default-grey--pastel.button__invert--hover:hover, .theme__default-grey--pastel.btn__invert--hover:hover, .theme__default-grey--pastel.btn__pill__invert--hover:hover,
.t__def-gr--pas .button__invert--hover:hover,
.t__def-gr--pas .btn__invert--hover:hover,
.t__def-gr--pas .btn__pill__invert--hover:hover,
.t__def-gr--pas.button__invert--hover:hover,
.t__def-gr--pas.btn__invert--hover:hover,
.t__def-gr--pas.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__default-grey--pastel .button__under,
.theme__default-grey--pastel .btn__under,
.theme__default-grey--pastel .btn__pill__under, .theme__default-grey--pastel.button__under, .theme__default-grey--pastel.btn__under, .theme__default-grey--pastel.btn__pill__under,
.t__def-gr--pas .button__under,
.t__def-gr--pas .btn__under,
.t__def-gr--pas .btn__pill__under,
.t__def-gr--pas.button__under,
.t__def-gr--pas.btn__under,
.t__def-gr--pas.btn__pill__under {
  border-color: #F2F2F2;
}
.theme__default-grey--pastel .btn__large,
.t__def-gr--pas .btn__large {
  background-color: #F2F2F2;
}
.theme__default-grey--pastel .input__search,
.t__def-gr--pas .input__search {
  border-color: #F2F2F2;
}
.theme__default-grey--pastel .input__search i,
.t__def-gr--pas .input__search i {
  color: #4a4a4a;
}
.theme__default-grey--pastel .input__search:hover i,
.t__def-gr--pas .input__search:hover i {
  color: #F2F2F2;
}
.theme__default-grey--pastel .component__foreground,
.t__def-gr--pas .component__foreground {
  color: #4a4a4a;
}
.theme__default-grey--pastel.card,
.theme__default-grey--pastel .card, .theme__default-grey--pastel.card__with-image,
.theme__default-grey--pastel .card__with-image,
.t__def-gr--pas.card,
.t__def-gr--pas .card,
.t__def-gr--pas.card__with-image,
.t__def-gr--pas .card__with-image {
  border-color: #F2F2F2;
}
.theme__default-grey--pastel.card__highlight,
.theme__default-grey--pastel .card__highlight,
.theme__default-grey--pastel .card__highlight--image,
.theme__default-grey--pastel .card__highlight--final,
.t__def-gr--pas.card__highlight,
.t__def-gr--pas .card__highlight,
.t__def-gr--pas .card__highlight--image,
.t__def-gr--pas .card__highlight--final {
  background-color: #F2F2F2;
  border-color: #F2F2F2;
}
.theme__default-grey--pastel.card__highlight--title,
.theme__default-grey--pastel .card__highlight--title,
.theme__default-grey--pastel .card__highlight--image,
.theme__default-grey--pastel .card__highlight--final,
.t__def-gr--pas.card__highlight--title,
.t__def-gr--pas .card__highlight--title,
.t__def-gr--pas .card__highlight--image,
.t__def-gr--pas .card__highlight--final {
  color: #4a4a4a;
}
.theme__default-grey--pastel .image-slider__selector--dot,
.t__def-gr--pas .image-slider__selector--dot {
  background-color: #F2F2F2;
}
.theme__default-grey--pastel .call-to-action__text h3,
.t__def-gr--pas .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__default-grey--pastel .officer__block--title h5, .theme__default-grey--pastel .officer__block--title h6,
.t__def-gr--pas .officer__block--title h5,
.t__def-gr--pas .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__default-grey--pastel .block__statement--link,
.t__def-gr--pas .block__statement--link {
  color: #4a4a4a;
}
.theme__default-grey--pastel .card__cutoff,
.t__def-gr--pas .card__cutoff {
  background: linear-gradient(#F2F2F2, #F2F2F2), linear-gradient(white, white);
}
.theme__default-grey--pastel .card__cutoff p,
.t__def-gr--pas .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__default-grey--pastel .card__cutoff:hover,
  .t__def-gr--pas .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__default-grey--pastel .card__cutoff:hover p,
  .t__def-gr--pas .card__cutoff:hover p {
    color: #F2F2F2;
  }
  .theme__default-grey--pastel .card__cutoff:hover .card__cutoff--link,
  .t__def-gr--pas .card__cutoff:hover .card__cutoff--link {
    color: #F2F2F2;
  }
  .theme__default-grey--pastel .card__cutoff:hover .card__cutoff--text,
  .t__def-gr--pas .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__default-grey--pastel .card__cutoff:hover .card__cutoff--text p,
  .t__def-gr--pas .card__cutoff:hover .card__cutoff--text p {
    color: #F2F2F2;
  }
  .theme__default-grey--pastel .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__def-gr--pas .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: #F2F2F2;
  }
}
.theme__default-grey--pastel .card__cutoff--link,
.t__def-gr--pas .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__default-grey--pastel .card__cutoff--link:hover,
  .t__def-gr--pas .card__cutoff--link:hover {
    color: #F2F2F2;
  }
  .theme__default-grey--pastel .card__cutoff--link:hover--link,
  .t__def-gr--pas .card__cutoff--link:hover--link {
    color: #F2F2F2;
  }
}
.theme__default-grey--pastel .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__def-gr--pas .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: #F2F2F2;
}
.theme__default-grey--pastel .dropdown__toggle--title,
.t__def-gr--pas .dropdown__toggle--title {
  color: #F2F2F2;
}
.theme__default-grey--pastel .dropdown__toggle--icon i,
.t__def-gr--pas .dropdown__toggle--icon i {
  color: #F2F2F2;
}
.theme__default-grey--pastel .large_timer__countdown--item_large,
.t__def-gr--pas .large_timer__countdown--item_large {
  background-color: #F2F2F2;
}
.theme__default-grey--pastel .large_timer__countdown--item_medium,
.t__def-gr--pas .large_timer__countdown--item_medium {
  background-color: #F2F2F2;
}
.theme__default-grey--pastel .large_timer__countdown--item_small,
.t__def-gr--pas .large_timer__countdown--item_small {
  background-color: #F2F2F2;
}
.theme__default-grey--pastel .modalcontent,
.t__def-gr--pas .modalcontent {
  border-color: #F2F2F2;
}
.theme__default-grey--pastel .transparent__header,
.t__def-gr--pas .transparent__header {
  background: #F2F2F2;
}
.theme__default-grey--pastel .breadcrumb__slashes,
.t__def-gr--pas .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__default-grey--pastel .the-list,
.t__def-gr--pas .the-list {
  background-color: #F2F2F2;
}
.theme__default-grey--pastel .the-list option,
.t__def-gr--pas .the-list option {
  border-color: #F2F2F2 !important;
}
.theme__default-grey--pastel .es-list::-webkit-scrollbar-thumb,
.t__def-gr--pas .es-list::-webkit-scrollbar-thumb {
  background: #F2F2F2;
}
.theme__default-grey--pastel .es-visible,
.t__def-gr--pas .es-visible {
  border-color: #F2F2F2 !important;
}
.theme__default-grey--pastel .ot-open,
.theme__default-grey--pastel .ot-closed,
.t__def-gr--pas .ot-open,
.t__def-gr--pas .ot-closed {
  color: #F2F2F2;
}
.theme__default-grey--pastel .colour__foreground,
.t__def-gr--pas .colour__foreground {
  color: #F2F2F2;
}
.theme__default-grey--pastel h1.t__none,
.theme__default-grey--pastel h1.theme__none,
.theme__default-grey--pastel h2.t__none,
.theme__default-grey--pastel h2.theme__none,
.theme__default-grey--pastel h3.t__none,
.theme__default-grey--pastel h3.theme__none,
.theme__default-grey--pastel h4.t__none,
.theme__default-grey--pastel h4.theme__none,
.theme__default-grey--pastel h1.t__none--w-hov,
.theme__default-grey--pastel h1.theme__none--with-hover,
.theme__default-grey--pastel h2.t__none--w-hov,
.theme__default-grey--pastel h2.theme__none--with-hover,
.theme__default-grey--pastel h3.t__none--w-hov,
.theme__default-grey--pastel h3.theme__none--with-hover,
.theme__default-grey--pastel h4.t__none--w-hov,
.theme__default-grey--pastel h4.theme__none--with-hover,
.t__def-gr--pas h1.t__none,
.t__def-gr--pas h1.theme__none,
.t__def-gr--pas h2.t__none,
.t__def-gr--pas h2.theme__none,
.t__def-gr--pas h3.t__none,
.t__def-gr--pas h3.theme__none,
.t__def-gr--pas h4.t__none,
.t__def-gr--pas h4.theme__none,
.t__def-gr--pas h1.t__none--w-hov,
.t__def-gr--pas h1.theme__none--with-hover,
.t__def-gr--pas h2.t__none--w-hov,
.t__def-gr--pas h2.theme__none--with-hover,
.t__def-gr--pas h3.t__none--w-hov,
.t__def-gr--pas h3.theme__none--with-hover,
.t__def-gr--pas h4.t__none--w-hov,
.t__def-gr--pas h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__default-grey--pastel span.t__none,
.theme__default-grey--pastel span.theme__none,
.t__def-gr--pas span.t__none,
.t__def-gr--pas span.theme__none {
  color: #4a4a4a;
}
.theme__default-grey--pastel i.t__none,
.theme__default-grey--pastel i.theme__none,
.t__def-gr--pas i.t__none,
.t__def-gr--pas i.theme__none {
  color: #4a4a4a;
}
.theme__default-grey--pastel a.border__none,
.theme__default-grey--pastel a.b__none,
.t__def-gr--pas a.border__none,
.t__def-gr--pas a.b__none {
  border: 0;
}
.theme__default-grey--pastel a:hover h1.t__none,
.theme__default-grey--pastel a:hover h1.theme__none,
.theme__default-grey--pastel a:hover h2.t__none,
.theme__default-grey--pastel a:hover h2.theme__none,
.theme__default-grey--pastel a:hover h3.t__none,
.theme__default-grey--pastel a:hover h3.theme__none,
.theme__default-grey--pastel a:hover h4.t__none,
.theme__default-grey--pastel a:hover h4.theme__none,
.t__def-gr--pas a:hover h1.t__none,
.t__def-gr--pas a:hover h1.theme__none,
.t__def-gr--pas a:hover h2.t__none,
.t__def-gr--pas a:hover h2.theme__none,
.t__def-gr--pas a:hover h3.t__none,
.t__def-gr--pas a:hover h3.theme__none,
.t__def-gr--pas a:hover h4.t__none,
.t__def-gr--pas a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__default-grey--pastel a:hover h1.t__none--w-hov,
.theme__default-grey--pastel a:hover h1.theme__none--with-hover,
.theme__default-grey--pastel a:hover h2.t__none--w-hov,
.theme__default-grey--pastel a:hover h2.theme__none--with-hover,
.theme__default-grey--pastel a:hover h3.t__none--w-hov,
.theme__default-grey--pastel a:hover h3.theme__none--with-hover,
.theme__default-grey--pastel a:hover h4.t__none--w-hov,
.theme__default-grey--pastel a:hover h4.theme__none--with-hover,
.t__def-gr--pas a:hover h1.t__none--w-hov,
.t__def-gr--pas a:hover h1.theme__none--with-hover,
.t__def-gr--pas a:hover h2.t__none--w-hov,
.t__def-gr--pas a:hover h2.theme__none--with-hover,
.t__def-gr--pas a:hover h3.t__none--w-hov,
.t__def-gr--pas a:hover h3.theme__none--with-hover,
.t__def-gr--pas a:hover h4.t__none--w-hov,
.t__def-gr--pas a:hover h4.theme__none--with-hover {
  color: #F2F2F2;
}

.theme__default-grey--background-primary,
.t__def-gr--bg-pri {
  background-color: #4a4a4a;
}

.theme__default-grey--background-secondary,
.t__def-gr--bg-sec {
  background-color: #333333;
}

.theme__default-grey--background-pastel,
.t__def-gr--bg-pas {
  background-color: #F2F2F2;
}

.theme__default-black--primary h1, .theme__default-black--primary h2, .theme__default-black--primary h3, .theme__default-black--primary h4, .theme__default-black--primary h5, .theme__default-black--primary h6,
.t__def-b--pri h1,
.t__def-b--pri h2,
.t__def-b--pri h3,
.t__def-b--pri h4,
.t__def-b--pri h5,
.t__def-b--pri h6 {
  color: #4a4a4a;
}
.theme__default-black--primary a,
.t__def-b--pri a {
  color: #4a4a4a;
  border-color: #4a4a4a;
  text-decoration: none;
}
.theme__default-black--primary a:hover,
.t__def-b--pri a:hover {
  color: #4a4a4a;
}
.theme__default-black--primary a:hover h1, .theme__default-black--primary a:hover h2, .theme__default-black--primary a:hover h3, .theme__default-black--primary a:hover h4, .theme__default-black--primary a:hover h5, .theme__default-black--primary a:hover h6,
.t__def-b--pri a:hover h1,
.t__def-b--pri a:hover h2,
.t__def-b--pri a:hover h3,
.t__def-b--pri a:hover h4,
.t__def-b--pri a:hover h5,
.t__def-b--pri a:hover h6 {
  color: #4a4a4a;
}
.theme__default-black--primary a div,
.t__def-b--pri a div {
  border-color: #4a4a4a !important;
}
.theme__default-black--primary input,
.t__def-b--pri input {
  border-color: #4a4a4a;
}
.theme__default-black--primary p,
.t__def-b--pri p {
  color: #4a4a4a;
}
.theme__default-black--primary .button,
.theme__default-black--primary .btn,
.theme__default-black--primary .btn__pill, .theme__default-black--primary.button, .theme__default-black--primary.btn, .theme__default-black--primary.btn__pill,
.t__def-b--pri .button,
.t__def-b--pri .btn,
.t__def-b--pri .btn__pill,
.t__def-b--pri.button,
.t__def-b--pri.btn,
.t__def-b--pri.btn__pill {
  border-color: #4a4a4a;
}
@media (hover: hover) {
  .theme__default-black--primary .button:hover,
  .theme__default-black--primary .btn:hover,
  .theme__default-black--primary .btn__pill:hover, .theme__default-black--primary.button:hover, .theme__default-black--primary.btn:hover, .theme__default-black--primary.btn__pill:hover,
  .t__def-b--pri .button:hover,
  .t__def-b--pri .btn:hover,
  .t__def-b--pri .btn__pill:hover,
  .t__def-b--pri.button:hover,
  .t__def-b--pri.btn:hover,
  .t__def-b--pri.btn__pill:hover {
    color: #ffffff;
    background: #4a4a4a;
  }
  .theme__default-black--primary .button:hover i,
  .theme__default-black--primary .btn:hover i,
  .theme__default-black--primary .btn__pill:hover i, .theme__default-black--primary.button:hover i, .theme__default-black--primary.btn:hover i, .theme__default-black--primary.btn__pill:hover i,
  .t__def-b--pri .button:hover i,
  .t__def-b--pri .btn:hover i,
  .t__def-b--pri .btn__pill:hover i,
  .t__def-b--pri.button:hover i,
  .t__def-b--pri.btn:hover i,
  .t__def-b--pri.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__default-black--primary .button__invert,
.theme__default-black--primary .btn__invert,
.theme__default-black--primary .btn__pill__invert, .theme__default-black--primary.button__invert, .theme__default-black--primary.btn__invert, .theme__default-black--primary.btn__pill__invert,
.t__def-b--pri .button__invert,
.t__def-b--pri .btn__invert,
.t__def-b--pri .btn__pill__invert,
.t__def-b--pri.button__invert,
.t__def-b--pri.btn__invert,
.t__def-b--pri.btn__pill__invert {
  background-color: #4a4a4a;
  color: #ffffff;
}
.theme__default-black--primary .button__invert h4,
.theme__default-black--primary .btn__invert h4,
.theme__default-black--primary .btn__pill__invert h4, .theme__default-black--primary.button__invert h4, .theme__default-black--primary.btn__invert h4, .theme__default-black--primary.btn__pill__invert h4,
.t__def-b--pri .button__invert h4,
.t__def-b--pri .btn__invert h4,
.t__def-b--pri .btn__pill__invert h4,
.t__def-b--pri.button__invert h4,
.t__def-b--pri.btn__invert h4,
.t__def-b--pri.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__default-black--primary .button__invert:hover,
.theme__default-black--primary .btn__invert:hover,
.theme__default-black--primary .btn__pill__invert:hover, .theme__default-black--primary.button__invert:hover, .theme__default-black--primary.btn__invert:hover, .theme__default-black--primary.btn__pill__invert:hover,
.t__def-b--pri .button__invert:hover,
.t__def-b--pri .btn__invert:hover,
.t__def-b--pri .btn__pill__invert:hover,
.t__def-b--pri.button__invert:hover,
.t__def-b--pri.btn__invert:hover,
.t__def-b--pri.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__default-black--primary .button__invert:hover h4,
.theme__default-black--primary .btn__invert:hover h4,
.theme__default-black--primary .btn__pill__invert:hover h4, .theme__default-black--primary.button__invert:hover h4, .theme__default-black--primary.btn__invert:hover h4, .theme__default-black--primary.btn__pill__invert:hover h4,
.t__def-b--pri .button__invert:hover h4,
.t__def-b--pri .btn__invert:hover h4,
.t__def-b--pri .btn__pill__invert:hover h4,
.t__def-b--pri.button__invert:hover h4,
.t__def-b--pri.btn__invert:hover h4,
.t__def-b--pri.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__default-black--primary .button__invert--hover:hover,
.theme__default-black--primary .btn__invert--hover:hover,
.theme__default-black--primary .btn__pill__invert--hover:hover, .theme__default-black--primary.button__invert--hover:hover, .theme__default-black--primary.btn__invert--hover:hover, .theme__default-black--primary.btn__pill__invert--hover:hover,
.t__def-b--pri .button__invert--hover:hover,
.t__def-b--pri .btn__invert--hover:hover,
.t__def-b--pri .btn__pill__invert--hover:hover,
.t__def-b--pri.button__invert--hover:hover,
.t__def-b--pri.btn__invert--hover:hover,
.t__def-b--pri.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__default-black--primary .button__under,
.theme__default-black--primary .btn__under,
.theme__default-black--primary .btn__pill__under, .theme__default-black--primary.button__under, .theme__default-black--primary.btn__under, .theme__default-black--primary.btn__pill__under,
.t__def-b--pri .button__under,
.t__def-b--pri .btn__under,
.t__def-b--pri .btn__pill__under,
.t__def-b--pri.button__under,
.t__def-b--pri.btn__under,
.t__def-b--pri.btn__pill__under {
  border-color: #4a4a4a;
}
.theme__default-black--primary .btn__large,
.t__def-b--pri .btn__large {
  background-color: #4a4a4a;
}
.theme__default-black--primary .input__search,
.t__def-b--pri .input__search {
  border-color: #4a4a4a;
}
.theme__default-black--primary .input__search i,
.t__def-b--pri .input__search i {
  color: #4a4a4a;
}
.theme__default-black--primary .input__search:hover i,
.t__def-b--pri .input__search:hover i {
  color: #4a4a4a;
}
.theme__default-black--primary .component__foreground,
.t__def-b--pri .component__foreground {
  color: #4a4a4a;
}
.theme__default-black--primary.card,
.theme__default-black--primary .card, .theme__default-black--primary.card__with-image,
.theme__default-black--primary .card__with-image,
.t__def-b--pri.card,
.t__def-b--pri .card,
.t__def-b--pri.card__with-image,
.t__def-b--pri .card__with-image {
  border-color: #4a4a4a;
}
.theme__default-black--primary.card__highlight,
.theme__default-black--primary .card__highlight,
.theme__default-black--primary .card__highlight--image,
.theme__default-black--primary .card__highlight--final,
.t__def-b--pri.card__highlight,
.t__def-b--pri .card__highlight,
.t__def-b--pri .card__highlight--image,
.t__def-b--pri .card__highlight--final {
  background-color: #4a4a4a;
  border-color: #4a4a4a;
}
.theme__default-black--primary.card__highlight--title,
.theme__default-black--primary .card__highlight--title,
.theme__default-black--primary .card__highlight--image,
.theme__default-black--primary .card__highlight--final,
.t__def-b--pri.card__highlight--title,
.t__def-b--pri .card__highlight--title,
.t__def-b--pri .card__highlight--image,
.t__def-b--pri .card__highlight--final {
  color: #4a4a4a;
}
.theme__default-black--primary .image-slider__selector--dot,
.t__def-b--pri .image-slider__selector--dot {
  background-color: #4a4a4a;
}
.theme__default-black--primary .call-to-action__text h3,
.t__def-b--pri .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__default-black--primary .officer__block--title h5, .theme__default-black--primary .officer__block--title h6,
.t__def-b--pri .officer__block--title h5,
.t__def-b--pri .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__default-black--primary .block__statement--link,
.t__def-b--pri .block__statement--link {
  color: #4a4a4a;
}
.theme__default-black--primary .card__cutoff,
.t__def-b--pri .card__cutoff {
  background: linear-gradient(#4a4a4a, #4a4a4a), linear-gradient(white, white);
}
.theme__default-black--primary .card__cutoff p,
.t__def-b--pri .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__default-black--primary .card__cutoff:hover,
  .t__def-b--pri .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__default-black--primary .card__cutoff:hover p,
  .t__def-b--pri .card__cutoff:hover p {
    color: #4a4a4a;
  }
  .theme__default-black--primary .card__cutoff:hover .card__cutoff--link,
  .t__def-b--pri .card__cutoff:hover .card__cutoff--link {
    color: #4a4a4a;
  }
  .theme__default-black--primary .card__cutoff:hover .card__cutoff--text,
  .t__def-b--pri .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__default-black--primary .card__cutoff:hover .card__cutoff--text p,
  .t__def-b--pri .card__cutoff:hover .card__cutoff--text p {
    color: #4a4a4a;
  }
  .theme__default-black--primary .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__def-b--pri .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: #4a4a4a;
  }
}
.theme__default-black--primary .card__cutoff--link,
.t__def-b--pri .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__default-black--primary .card__cutoff--link:hover,
  .t__def-b--pri .card__cutoff--link:hover {
    color: #4a4a4a;
  }
  .theme__default-black--primary .card__cutoff--link:hover--link,
  .t__def-b--pri .card__cutoff--link:hover--link {
    color: #4a4a4a;
  }
}
.theme__default-black--primary .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__def-b--pri .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: #4a4a4a;
}
.theme__default-black--primary .dropdown__toggle--title,
.t__def-b--pri .dropdown__toggle--title {
  color: #4a4a4a;
}
.theme__default-black--primary .dropdown__toggle--icon i,
.t__def-b--pri .dropdown__toggle--icon i {
  color: #4a4a4a;
}
.theme__default-black--primary .large_timer__countdown--item_large,
.t__def-b--pri .large_timer__countdown--item_large {
  background-color: #4a4a4a;
}
.theme__default-black--primary .large_timer__countdown--item_medium,
.t__def-b--pri .large_timer__countdown--item_medium {
  background-color: #4a4a4a;
}
.theme__default-black--primary .large_timer__countdown--item_small,
.t__def-b--pri .large_timer__countdown--item_small {
  background-color: #4a4a4a;
}
.theme__default-black--primary .modalcontent,
.t__def-b--pri .modalcontent {
  border-color: #4a4a4a;
}
.theme__default-black--primary .transparent__header,
.t__def-b--pri .transparent__header {
  background: #4a4a4a;
}
.theme__default-black--primary .breadcrumb__slashes,
.t__def-b--pri .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__default-black--primary .the-list,
.t__def-b--pri .the-list {
  background-color: #4a4a4a;
}
.theme__default-black--primary .the-list option,
.t__def-b--pri .the-list option {
  border-color: #4a4a4a !important;
}
.theme__default-black--primary .es-list::-webkit-scrollbar-thumb,
.t__def-b--pri .es-list::-webkit-scrollbar-thumb {
  background: #4a4a4a;
}
.theme__default-black--primary .es-visible,
.t__def-b--pri .es-visible {
  border-color: #4a4a4a !important;
}
.theme__default-black--primary .ot-open,
.theme__default-black--primary .ot-closed,
.t__def-b--pri .ot-open,
.t__def-b--pri .ot-closed {
  color: #4a4a4a;
}
.theme__default-black--primary .colour__foreground,
.t__def-b--pri .colour__foreground {
  color: #4a4a4a;
}
.theme__default-black--primary h1.t__none,
.theme__default-black--primary h1.theme__none,
.theme__default-black--primary h2.t__none,
.theme__default-black--primary h2.theme__none,
.theme__default-black--primary h3.t__none,
.theme__default-black--primary h3.theme__none,
.theme__default-black--primary h4.t__none,
.theme__default-black--primary h4.theme__none,
.theme__default-black--primary h1.t__none--w-hov,
.theme__default-black--primary h1.theme__none--with-hover,
.theme__default-black--primary h2.t__none--w-hov,
.theme__default-black--primary h2.theme__none--with-hover,
.theme__default-black--primary h3.t__none--w-hov,
.theme__default-black--primary h3.theme__none--with-hover,
.theme__default-black--primary h4.t__none--w-hov,
.theme__default-black--primary h4.theme__none--with-hover,
.t__def-b--pri h1.t__none,
.t__def-b--pri h1.theme__none,
.t__def-b--pri h2.t__none,
.t__def-b--pri h2.theme__none,
.t__def-b--pri h3.t__none,
.t__def-b--pri h3.theme__none,
.t__def-b--pri h4.t__none,
.t__def-b--pri h4.theme__none,
.t__def-b--pri h1.t__none--w-hov,
.t__def-b--pri h1.theme__none--with-hover,
.t__def-b--pri h2.t__none--w-hov,
.t__def-b--pri h2.theme__none--with-hover,
.t__def-b--pri h3.t__none--w-hov,
.t__def-b--pri h3.theme__none--with-hover,
.t__def-b--pri h4.t__none--w-hov,
.t__def-b--pri h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__default-black--primary span.t__none,
.theme__default-black--primary span.theme__none,
.t__def-b--pri span.t__none,
.t__def-b--pri span.theme__none {
  color: #4a4a4a;
}
.theme__default-black--primary i.t__none,
.theme__default-black--primary i.theme__none,
.t__def-b--pri i.t__none,
.t__def-b--pri i.theme__none {
  color: #4a4a4a;
}
.theme__default-black--primary a.border__none,
.theme__default-black--primary a.b__none,
.t__def-b--pri a.border__none,
.t__def-b--pri a.b__none {
  border: 0;
}
.theme__default-black--primary a:hover h1.t__none,
.theme__default-black--primary a:hover h1.theme__none,
.theme__default-black--primary a:hover h2.t__none,
.theme__default-black--primary a:hover h2.theme__none,
.theme__default-black--primary a:hover h3.t__none,
.theme__default-black--primary a:hover h3.theme__none,
.theme__default-black--primary a:hover h4.t__none,
.theme__default-black--primary a:hover h4.theme__none,
.t__def-b--pri a:hover h1.t__none,
.t__def-b--pri a:hover h1.theme__none,
.t__def-b--pri a:hover h2.t__none,
.t__def-b--pri a:hover h2.theme__none,
.t__def-b--pri a:hover h3.t__none,
.t__def-b--pri a:hover h3.theme__none,
.t__def-b--pri a:hover h4.t__none,
.t__def-b--pri a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__default-black--primary a:hover h1.t__none--w-hov,
.theme__default-black--primary a:hover h1.theme__none--with-hover,
.theme__default-black--primary a:hover h2.t__none--w-hov,
.theme__default-black--primary a:hover h2.theme__none--with-hover,
.theme__default-black--primary a:hover h3.t__none--w-hov,
.theme__default-black--primary a:hover h3.theme__none--with-hover,
.theme__default-black--primary a:hover h4.t__none--w-hov,
.theme__default-black--primary a:hover h4.theme__none--with-hover,
.t__def-b--pri a:hover h1.t__none--w-hov,
.t__def-b--pri a:hover h1.theme__none--with-hover,
.t__def-b--pri a:hover h2.t__none--w-hov,
.t__def-b--pri a:hover h2.theme__none--with-hover,
.t__def-b--pri a:hover h3.t__none--w-hov,
.t__def-b--pri a:hover h3.theme__none--with-hover,
.t__def-b--pri a:hover h4.t__none--w-hov,
.t__def-b--pri a:hover h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__default-black--primary .dotted__line--small, .theme__default-black--primary .dotted__line--medium, .theme__default-black--primary .dotted__line--large, .theme__default-black--primary .dotted__line--x-large, .theme__default-black--primary .dotted__line--huge,
.t__def-b--pri .dotted__line--small,
.t__def-b--pri .dotted__line--medium,
.t__def-b--pri .dotted__line--large,
.t__def-b--pri .dotted__line--x-large,
.t__def-b--pri .dotted__line--huge {
  border-image-source: url("http://f0a63dc10f9b8e5602d2-918c4a94592cd7fa431dd71bf51b646a.r6.cf3.rackcdn.com/dotted_def-black.png");
}

.theme__default-black--secondary h1, .theme__default-black--secondary h2, .theme__default-black--secondary h3, .theme__default-black--secondary h4, .theme__default-black--secondary h5, .theme__default-black--secondary h6,
.t__def-b--sec h1,
.t__def-b--sec h2,
.t__def-b--sec h3,
.t__def-b--sec h4,
.t__def-b--sec h5,
.t__def-b--sec h6 {
  color: #333333;
}
.theme__default-black--secondary a,
.t__def-b--sec a {
  color: #4a4a4a;
  border-color: #333333;
  text-decoration: none;
}
.theme__default-black--secondary a:hover,
.t__def-b--sec a:hover {
  color: #333333;
}
.theme__default-black--secondary a:hover h1, .theme__default-black--secondary a:hover h2, .theme__default-black--secondary a:hover h3, .theme__default-black--secondary a:hover h4, .theme__default-black--secondary a:hover h5, .theme__default-black--secondary a:hover h6,
.t__def-b--sec a:hover h1,
.t__def-b--sec a:hover h2,
.t__def-b--sec a:hover h3,
.t__def-b--sec a:hover h4,
.t__def-b--sec a:hover h5,
.t__def-b--sec a:hover h6 {
  color: #333333;
}
.theme__default-black--secondary a div,
.t__def-b--sec a div {
  border-color: #333333 !important;
}
.theme__default-black--secondary input,
.t__def-b--sec input {
  border-color: #333333;
}
.theme__default-black--secondary p,
.t__def-b--sec p {
  color: #4a4a4a;
}
.theme__default-black--secondary .button,
.theme__default-black--secondary .btn,
.theme__default-black--secondary .btn__pill, .theme__default-black--secondary.button, .theme__default-black--secondary.btn, .theme__default-black--secondary.btn__pill,
.t__def-b--sec .button,
.t__def-b--sec .btn,
.t__def-b--sec .btn__pill,
.t__def-b--sec.button,
.t__def-b--sec.btn,
.t__def-b--sec.btn__pill {
  border-color: #333333;
}
@media (hover: hover) {
  .theme__default-black--secondary .button:hover,
  .theme__default-black--secondary .btn:hover,
  .theme__default-black--secondary .btn__pill:hover, .theme__default-black--secondary.button:hover, .theme__default-black--secondary.btn:hover, .theme__default-black--secondary.btn__pill:hover,
  .t__def-b--sec .button:hover,
  .t__def-b--sec .btn:hover,
  .t__def-b--sec .btn__pill:hover,
  .t__def-b--sec.button:hover,
  .t__def-b--sec.btn:hover,
  .t__def-b--sec.btn__pill:hover {
    color: #ffffff;
    background: #333333;
  }
  .theme__default-black--secondary .button:hover i,
  .theme__default-black--secondary .btn:hover i,
  .theme__default-black--secondary .btn__pill:hover i, .theme__default-black--secondary.button:hover i, .theme__default-black--secondary.btn:hover i, .theme__default-black--secondary.btn__pill:hover i,
  .t__def-b--sec .button:hover i,
  .t__def-b--sec .btn:hover i,
  .t__def-b--sec .btn__pill:hover i,
  .t__def-b--sec.button:hover i,
  .t__def-b--sec.btn:hover i,
  .t__def-b--sec.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__default-black--secondary .button__invert,
.theme__default-black--secondary .btn__invert,
.theme__default-black--secondary .btn__pill__invert, .theme__default-black--secondary.button__invert, .theme__default-black--secondary.btn__invert, .theme__default-black--secondary.btn__pill__invert,
.t__def-b--sec .button__invert,
.t__def-b--sec .btn__invert,
.t__def-b--sec .btn__pill__invert,
.t__def-b--sec.button__invert,
.t__def-b--sec.btn__invert,
.t__def-b--sec.btn__pill__invert {
  background-color: #333333;
  color: #ffffff;
}
.theme__default-black--secondary .button__invert h4,
.theme__default-black--secondary .btn__invert h4,
.theme__default-black--secondary .btn__pill__invert h4, .theme__default-black--secondary.button__invert h4, .theme__default-black--secondary.btn__invert h4, .theme__default-black--secondary.btn__pill__invert h4,
.t__def-b--sec .button__invert h4,
.t__def-b--sec .btn__invert h4,
.t__def-b--sec .btn__pill__invert h4,
.t__def-b--sec.button__invert h4,
.t__def-b--sec.btn__invert h4,
.t__def-b--sec.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__default-black--secondary .button__invert:hover,
.theme__default-black--secondary .btn__invert:hover,
.theme__default-black--secondary .btn__pill__invert:hover, .theme__default-black--secondary.button__invert:hover, .theme__default-black--secondary.btn__invert:hover, .theme__default-black--secondary.btn__pill__invert:hover,
.t__def-b--sec .button__invert:hover,
.t__def-b--sec .btn__invert:hover,
.t__def-b--sec .btn__pill__invert:hover,
.t__def-b--sec.button__invert:hover,
.t__def-b--sec.btn__invert:hover,
.t__def-b--sec.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__default-black--secondary .button__invert:hover h4,
.theme__default-black--secondary .btn__invert:hover h4,
.theme__default-black--secondary .btn__pill__invert:hover h4, .theme__default-black--secondary.button__invert:hover h4, .theme__default-black--secondary.btn__invert:hover h4, .theme__default-black--secondary.btn__pill__invert:hover h4,
.t__def-b--sec .button__invert:hover h4,
.t__def-b--sec .btn__invert:hover h4,
.t__def-b--sec .btn__pill__invert:hover h4,
.t__def-b--sec.button__invert:hover h4,
.t__def-b--sec.btn__invert:hover h4,
.t__def-b--sec.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__default-black--secondary .button__invert--hover:hover,
.theme__default-black--secondary .btn__invert--hover:hover,
.theme__default-black--secondary .btn__pill__invert--hover:hover, .theme__default-black--secondary.button__invert--hover:hover, .theme__default-black--secondary.btn__invert--hover:hover, .theme__default-black--secondary.btn__pill__invert--hover:hover,
.t__def-b--sec .button__invert--hover:hover,
.t__def-b--sec .btn__invert--hover:hover,
.t__def-b--sec .btn__pill__invert--hover:hover,
.t__def-b--sec.button__invert--hover:hover,
.t__def-b--sec.btn__invert--hover:hover,
.t__def-b--sec.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__default-black--secondary .button__under,
.theme__default-black--secondary .btn__under,
.theme__default-black--secondary .btn__pill__under, .theme__default-black--secondary.button__under, .theme__default-black--secondary.btn__under, .theme__default-black--secondary.btn__pill__under,
.t__def-b--sec .button__under,
.t__def-b--sec .btn__under,
.t__def-b--sec .btn__pill__under,
.t__def-b--sec.button__under,
.t__def-b--sec.btn__under,
.t__def-b--sec.btn__pill__under {
  border-color: #333333;
}
.theme__default-black--secondary .btn__large,
.t__def-b--sec .btn__large {
  background-color: #333333;
}
.theme__default-black--secondary .input__search,
.t__def-b--sec .input__search {
  border-color: #333333;
}
.theme__default-black--secondary .input__search i,
.t__def-b--sec .input__search i {
  color: #4a4a4a;
}
.theme__default-black--secondary .input__search:hover i,
.t__def-b--sec .input__search:hover i {
  color: #333333;
}
.theme__default-black--secondary .component__foreground,
.t__def-b--sec .component__foreground {
  color: #4a4a4a;
}
.theme__default-black--secondary.card,
.theme__default-black--secondary .card, .theme__default-black--secondary.card__with-image,
.theme__default-black--secondary .card__with-image,
.t__def-b--sec.card,
.t__def-b--sec .card,
.t__def-b--sec.card__with-image,
.t__def-b--sec .card__with-image {
  border-color: #333333;
}
.theme__default-black--secondary.card__highlight,
.theme__default-black--secondary .card__highlight,
.theme__default-black--secondary .card__highlight--image,
.theme__default-black--secondary .card__highlight--final,
.t__def-b--sec.card__highlight,
.t__def-b--sec .card__highlight,
.t__def-b--sec .card__highlight--image,
.t__def-b--sec .card__highlight--final {
  background-color: #333333;
  border-color: #333333;
}
.theme__default-black--secondary.card__highlight--title,
.theme__default-black--secondary .card__highlight--title,
.theme__default-black--secondary .card__highlight--image,
.theme__default-black--secondary .card__highlight--final,
.t__def-b--sec.card__highlight--title,
.t__def-b--sec .card__highlight--title,
.t__def-b--sec .card__highlight--image,
.t__def-b--sec .card__highlight--final {
  color: #4a4a4a;
}
.theme__default-black--secondary .image-slider__selector--dot,
.t__def-b--sec .image-slider__selector--dot {
  background-color: #333333;
}
.theme__default-black--secondary .call-to-action__text h3,
.t__def-b--sec .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__default-black--secondary .officer__block--title h5, .theme__default-black--secondary .officer__block--title h6,
.t__def-b--sec .officer__block--title h5,
.t__def-b--sec .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__default-black--secondary .block__statement--link,
.t__def-b--sec .block__statement--link {
  color: #4a4a4a;
}
.theme__default-black--secondary .card__cutoff,
.t__def-b--sec .card__cutoff {
  background: linear-gradient(#333333, #333333), linear-gradient(white, white);
}
.theme__default-black--secondary .card__cutoff p,
.t__def-b--sec .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__default-black--secondary .card__cutoff:hover,
  .t__def-b--sec .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__default-black--secondary .card__cutoff:hover p,
  .t__def-b--sec .card__cutoff:hover p {
    color: #333333;
  }
  .theme__default-black--secondary .card__cutoff:hover .card__cutoff--link,
  .t__def-b--sec .card__cutoff:hover .card__cutoff--link {
    color: #333333;
  }
  .theme__default-black--secondary .card__cutoff:hover .card__cutoff--text,
  .t__def-b--sec .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__default-black--secondary .card__cutoff:hover .card__cutoff--text p,
  .t__def-b--sec .card__cutoff:hover .card__cutoff--text p {
    color: #333333;
  }
  .theme__default-black--secondary .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__def-b--sec .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: #333333;
  }
}
.theme__default-black--secondary .card__cutoff--link,
.t__def-b--sec .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__default-black--secondary .card__cutoff--link:hover,
  .t__def-b--sec .card__cutoff--link:hover {
    color: #333333;
  }
  .theme__default-black--secondary .card__cutoff--link:hover--link,
  .t__def-b--sec .card__cutoff--link:hover--link {
    color: #333333;
  }
}
.theme__default-black--secondary .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__def-b--sec .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: #333333;
}
.theme__default-black--secondary .dropdown__toggle--title,
.t__def-b--sec .dropdown__toggle--title {
  color: #333333;
}
.theme__default-black--secondary .dropdown__toggle--icon i,
.t__def-b--sec .dropdown__toggle--icon i {
  color: #333333;
}
.theme__default-black--secondary .large_timer__countdown--item_large,
.t__def-b--sec .large_timer__countdown--item_large {
  background-color: #333333;
}
.theme__default-black--secondary .large_timer__countdown--item_medium,
.t__def-b--sec .large_timer__countdown--item_medium {
  background-color: #333333;
}
.theme__default-black--secondary .large_timer__countdown--item_small,
.t__def-b--sec .large_timer__countdown--item_small {
  background-color: #333333;
}
.theme__default-black--secondary .modalcontent,
.t__def-b--sec .modalcontent {
  border-color: #333333;
}
.theme__default-black--secondary .transparent__header,
.t__def-b--sec .transparent__header {
  background: #333333;
}
.theme__default-black--secondary .breadcrumb__slashes,
.t__def-b--sec .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__default-black--secondary .the-list,
.t__def-b--sec .the-list {
  background-color: #333333;
}
.theme__default-black--secondary .the-list option,
.t__def-b--sec .the-list option {
  border-color: #333333 !important;
}
.theme__default-black--secondary .es-list::-webkit-scrollbar-thumb,
.t__def-b--sec .es-list::-webkit-scrollbar-thumb {
  background: #333333;
}
.theme__default-black--secondary .es-visible,
.t__def-b--sec .es-visible {
  border-color: #333333 !important;
}
.theme__default-black--secondary .ot-open,
.theme__default-black--secondary .ot-closed,
.t__def-b--sec .ot-open,
.t__def-b--sec .ot-closed {
  color: #333333;
}
.theme__default-black--secondary .colour__foreground,
.t__def-b--sec .colour__foreground {
  color: #333333;
}
.theme__default-black--secondary h1.t__none,
.theme__default-black--secondary h1.theme__none,
.theme__default-black--secondary h2.t__none,
.theme__default-black--secondary h2.theme__none,
.theme__default-black--secondary h3.t__none,
.theme__default-black--secondary h3.theme__none,
.theme__default-black--secondary h4.t__none,
.theme__default-black--secondary h4.theme__none,
.theme__default-black--secondary h1.t__none--w-hov,
.theme__default-black--secondary h1.theme__none--with-hover,
.theme__default-black--secondary h2.t__none--w-hov,
.theme__default-black--secondary h2.theme__none--with-hover,
.theme__default-black--secondary h3.t__none--w-hov,
.theme__default-black--secondary h3.theme__none--with-hover,
.theme__default-black--secondary h4.t__none--w-hov,
.theme__default-black--secondary h4.theme__none--with-hover,
.t__def-b--sec h1.t__none,
.t__def-b--sec h1.theme__none,
.t__def-b--sec h2.t__none,
.t__def-b--sec h2.theme__none,
.t__def-b--sec h3.t__none,
.t__def-b--sec h3.theme__none,
.t__def-b--sec h4.t__none,
.t__def-b--sec h4.theme__none,
.t__def-b--sec h1.t__none--w-hov,
.t__def-b--sec h1.theme__none--with-hover,
.t__def-b--sec h2.t__none--w-hov,
.t__def-b--sec h2.theme__none--with-hover,
.t__def-b--sec h3.t__none--w-hov,
.t__def-b--sec h3.theme__none--with-hover,
.t__def-b--sec h4.t__none--w-hov,
.t__def-b--sec h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__default-black--secondary span.t__none,
.theme__default-black--secondary span.theme__none,
.t__def-b--sec span.t__none,
.t__def-b--sec span.theme__none {
  color: #4a4a4a;
}
.theme__default-black--secondary i.t__none,
.theme__default-black--secondary i.theme__none,
.t__def-b--sec i.t__none,
.t__def-b--sec i.theme__none {
  color: #4a4a4a;
}
.theme__default-black--secondary a.border__none,
.theme__default-black--secondary a.b__none,
.t__def-b--sec a.border__none,
.t__def-b--sec a.b__none {
  border: 0;
}
.theme__default-black--secondary a:hover h1.t__none,
.theme__default-black--secondary a:hover h1.theme__none,
.theme__default-black--secondary a:hover h2.t__none,
.theme__default-black--secondary a:hover h2.theme__none,
.theme__default-black--secondary a:hover h3.t__none,
.theme__default-black--secondary a:hover h3.theme__none,
.theme__default-black--secondary a:hover h4.t__none,
.theme__default-black--secondary a:hover h4.theme__none,
.t__def-b--sec a:hover h1.t__none,
.t__def-b--sec a:hover h1.theme__none,
.t__def-b--sec a:hover h2.t__none,
.t__def-b--sec a:hover h2.theme__none,
.t__def-b--sec a:hover h3.t__none,
.t__def-b--sec a:hover h3.theme__none,
.t__def-b--sec a:hover h4.t__none,
.t__def-b--sec a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__default-black--secondary a:hover h1.t__none--w-hov,
.theme__default-black--secondary a:hover h1.theme__none--with-hover,
.theme__default-black--secondary a:hover h2.t__none--w-hov,
.theme__default-black--secondary a:hover h2.theme__none--with-hover,
.theme__default-black--secondary a:hover h3.t__none--w-hov,
.theme__default-black--secondary a:hover h3.theme__none--with-hover,
.theme__default-black--secondary a:hover h4.t__none--w-hov,
.theme__default-black--secondary a:hover h4.theme__none--with-hover,
.t__def-b--sec a:hover h1.t__none--w-hov,
.t__def-b--sec a:hover h1.theme__none--with-hover,
.t__def-b--sec a:hover h2.t__none--w-hov,
.t__def-b--sec a:hover h2.theme__none--with-hover,
.t__def-b--sec a:hover h3.t__none--w-hov,
.t__def-b--sec a:hover h3.theme__none--with-hover,
.t__def-b--sec a:hover h4.t__none--w-hov,
.t__def-b--sec a:hover h4.theme__none--with-hover {
  color: #333333;
}

.theme__default-black--pastel h1, .theme__default-black--pastel h2, .theme__default-black--pastel h3, .theme__default-black--pastel h4, .theme__default-black--pastel h5, .theme__default-black--pastel h6,
.t__def-b--pas h1,
.t__def-b--pas h2,
.t__def-b--pas h3,
.t__def-b--pas h4,
.t__def-b--pas h5,
.t__def-b--pas h6 {
  color: #F2F2F2;
}
.theme__default-black--pastel a,
.t__def-b--pas a {
  color: #4a4a4a;
  border-color: #F2F2F2;
  text-decoration: none;
}
.theme__default-black--pastel a:hover,
.t__def-b--pas a:hover {
  color: #F2F2F2;
}
.theme__default-black--pastel a:hover h1, .theme__default-black--pastel a:hover h2, .theme__default-black--pastel a:hover h3, .theme__default-black--pastel a:hover h4, .theme__default-black--pastel a:hover h5, .theme__default-black--pastel a:hover h6,
.t__def-b--pas a:hover h1,
.t__def-b--pas a:hover h2,
.t__def-b--pas a:hover h3,
.t__def-b--pas a:hover h4,
.t__def-b--pas a:hover h5,
.t__def-b--pas a:hover h6 {
  color: #F2F2F2;
}
.theme__default-black--pastel a div,
.t__def-b--pas a div {
  border-color: #F2F2F2 !important;
}
.theme__default-black--pastel input,
.t__def-b--pas input {
  border-color: #F2F2F2;
}
.theme__default-black--pastel p,
.t__def-b--pas p {
  color: #4a4a4a;
}
.theme__default-black--pastel .button,
.theme__default-black--pastel .btn,
.theme__default-black--pastel .btn__pill, .theme__default-black--pastel.button, .theme__default-black--pastel.btn, .theme__default-black--pastel.btn__pill,
.t__def-b--pas .button,
.t__def-b--pas .btn,
.t__def-b--pas .btn__pill,
.t__def-b--pas.button,
.t__def-b--pas.btn,
.t__def-b--pas.btn__pill {
  border-color: #F2F2F2;
}
@media (hover: hover) {
  .theme__default-black--pastel .button:hover,
  .theme__default-black--pastel .btn:hover,
  .theme__default-black--pastel .btn__pill:hover, .theme__default-black--pastel.button:hover, .theme__default-black--pastel.btn:hover, .theme__default-black--pastel.btn__pill:hover,
  .t__def-b--pas .button:hover,
  .t__def-b--pas .btn:hover,
  .t__def-b--pas .btn__pill:hover,
  .t__def-b--pas.button:hover,
  .t__def-b--pas.btn:hover,
  .t__def-b--pas.btn__pill:hover {
    color: #ffffff;
    background: #F2F2F2;
  }
  .theme__default-black--pastel .button:hover i,
  .theme__default-black--pastel .btn:hover i,
  .theme__default-black--pastel .btn__pill:hover i, .theme__default-black--pastel.button:hover i, .theme__default-black--pastel.btn:hover i, .theme__default-black--pastel.btn__pill:hover i,
  .t__def-b--pas .button:hover i,
  .t__def-b--pas .btn:hover i,
  .t__def-b--pas .btn__pill:hover i,
  .t__def-b--pas.button:hover i,
  .t__def-b--pas.btn:hover i,
  .t__def-b--pas.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__default-black--pastel .button__invert,
.theme__default-black--pastel .btn__invert,
.theme__default-black--pastel .btn__pill__invert, .theme__default-black--pastel.button__invert, .theme__default-black--pastel.btn__invert, .theme__default-black--pastel.btn__pill__invert,
.t__def-b--pas .button__invert,
.t__def-b--pas .btn__invert,
.t__def-b--pas .btn__pill__invert,
.t__def-b--pas.button__invert,
.t__def-b--pas.btn__invert,
.t__def-b--pas.btn__pill__invert {
  background-color: #F2F2F2;
  color: #ffffff;
}
.theme__default-black--pastel .button__invert h4,
.theme__default-black--pastel .btn__invert h4,
.theme__default-black--pastel .btn__pill__invert h4, .theme__default-black--pastel.button__invert h4, .theme__default-black--pastel.btn__invert h4, .theme__default-black--pastel.btn__pill__invert h4,
.t__def-b--pas .button__invert h4,
.t__def-b--pas .btn__invert h4,
.t__def-b--pas .btn__pill__invert h4,
.t__def-b--pas.button__invert h4,
.t__def-b--pas.btn__invert h4,
.t__def-b--pas.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__default-black--pastel .button__invert:hover,
.theme__default-black--pastel .btn__invert:hover,
.theme__default-black--pastel .btn__pill__invert:hover, .theme__default-black--pastel.button__invert:hover, .theme__default-black--pastel.btn__invert:hover, .theme__default-black--pastel.btn__pill__invert:hover,
.t__def-b--pas .button__invert:hover,
.t__def-b--pas .btn__invert:hover,
.t__def-b--pas .btn__pill__invert:hover,
.t__def-b--pas.button__invert:hover,
.t__def-b--pas.btn__invert:hover,
.t__def-b--pas.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__default-black--pastel .button__invert:hover h4,
.theme__default-black--pastel .btn__invert:hover h4,
.theme__default-black--pastel .btn__pill__invert:hover h4, .theme__default-black--pastel.button__invert:hover h4, .theme__default-black--pastel.btn__invert:hover h4, .theme__default-black--pastel.btn__pill__invert:hover h4,
.t__def-b--pas .button__invert:hover h4,
.t__def-b--pas .btn__invert:hover h4,
.t__def-b--pas .btn__pill__invert:hover h4,
.t__def-b--pas.button__invert:hover h4,
.t__def-b--pas.btn__invert:hover h4,
.t__def-b--pas.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__default-black--pastel .button__invert--hover:hover,
.theme__default-black--pastel .btn__invert--hover:hover,
.theme__default-black--pastel .btn__pill__invert--hover:hover, .theme__default-black--pastel.button__invert--hover:hover, .theme__default-black--pastel.btn__invert--hover:hover, .theme__default-black--pastel.btn__pill__invert--hover:hover,
.t__def-b--pas .button__invert--hover:hover,
.t__def-b--pas .btn__invert--hover:hover,
.t__def-b--pas .btn__pill__invert--hover:hover,
.t__def-b--pas.button__invert--hover:hover,
.t__def-b--pas.btn__invert--hover:hover,
.t__def-b--pas.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__default-black--pastel .button__under,
.theme__default-black--pastel .btn__under,
.theme__default-black--pastel .btn__pill__under, .theme__default-black--pastel.button__under, .theme__default-black--pastel.btn__under, .theme__default-black--pastel.btn__pill__under,
.t__def-b--pas .button__under,
.t__def-b--pas .btn__under,
.t__def-b--pas .btn__pill__under,
.t__def-b--pas.button__under,
.t__def-b--pas.btn__under,
.t__def-b--pas.btn__pill__under {
  border-color: #F2F2F2;
}
.theme__default-black--pastel .btn__large,
.t__def-b--pas .btn__large {
  background-color: #F2F2F2;
}
.theme__default-black--pastel .input__search,
.t__def-b--pas .input__search {
  border-color: #F2F2F2;
}
.theme__default-black--pastel .input__search i,
.t__def-b--pas .input__search i {
  color: #4a4a4a;
}
.theme__default-black--pastel .input__search:hover i,
.t__def-b--pas .input__search:hover i {
  color: #F2F2F2;
}
.theme__default-black--pastel .component__foreground,
.t__def-b--pas .component__foreground {
  color: #4a4a4a;
}
.theme__default-black--pastel.card,
.theme__default-black--pastel .card, .theme__default-black--pastel.card__with-image,
.theme__default-black--pastel .card__with-image,
.t__def-b--pas.card,
.t__def-b--pas .card,
.t__def-b--pas.card__with-image,
.t__def-b--pas .card__with-image {
  border-color: #F2F2F2;
}
.theme__default-black--pastel.card__highlight,
.theme__default-black--pastel .card__highlight,
.theme__default-black--pastel .card__highlight--image,
.theme__default-black--pastel .card__highlight--final,
.t__def-b--pas.card__highlight,
.t__def-b--pas .card__highlight,
.t__def-b--pas .card__highlight--image,
.t__def-b--pas .card__highlight--final {
  background-color: #F2F2F2;
  border-color: #F2F2F2;
}
.theme__default-black--pastel.card__highlight--title,
.theme__default-black--pastel .card__highlight--title,
.theme__default-black--pastel .card__highlight--image,
.theme__default-black--pastel .card__highlight--final,
.t__def-b--pas.card__highlight--title,
.t__def-b--pas .card__highlight--title,
.t__def-b--pas .card__highlight--image,
.t__def-b--pas .card__highlight--final {
  color: #4a4a4a;
}
.theme__default-black--pastel .image-slider__selector--dot,
.t__def-b--pas .image-slider__selector--dot {
  background-color: #F2F2F2;
}
.theme__default-black--pastel .call-to-action__text h3,
.t__def-b--pas .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__default-black--pastel .officer__block--title h5, .theme__default-black--pastel .officer__block--title h6,
.t__def-b--pas .officer__block--title h5,
.t__def-b--pas .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__default-black--pastel .block__statement--link,
.t__def-b--pas .block__statement--link {
  color: #4a4a4a;
}
.theme__default-black--pastel .card__cutoff,
.t__def-b--pas .card__cutoff {
  background: linear-gradient(#F2F2F2, #F2F2F2), linear-gradient(white, white);
}
.theme__default-black--pastel .card__cutoff p,
.t__def-b--pas .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__default-black--pastel .card__cutoff:hover,
  .t__def-b--pas .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__default-black--pastel .card__cutoff:hover p,
  .t__def-b--pas .card__cutoff:hover p {
    color: #F2F2F2;
  }
  .theme__default-black--pastel .card__cutoff:hover .card__cutoff--link,
  .t__def-b--pas .card__cutoff:hover .card__cutoff--link {
    color: #F2F2F2;
  }
  .theme__default-black--pastel .card__cutoff:hover .card__cutoff--text,
  .t__def-b--pas .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__default-black--pastel .card__cutoff:hover .card__cutoff--text p,
  .t__def-b--pas .card__cutoff:hover .card__cutoff--text p {
    color: #F2F2F2;
  }
  .theme__default-black--pastel .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__def-b--pas .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: #F2F2F2;
  }
}
.theme__default-black--pastel .card__cutoff--link,
.t__def-b--pas .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__default-black--pastel .card__cutoff--link:hover,
  .t__def-b--pas .card__cutoff--link:hover {
    color: #F2F2F2;
  }
  .theme__default-black--pastel .card__cutoff--link:hover--link,
  .t__def-b--pas .card__cutoff--link:hover--link {
    color: #F2F2F2;
  }
}
.theme__default-black--pastel .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__def-b--pas .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: #F2F2F2;
}
.theme__default-black--pastel .dropdown__toggle--title,
.t__def-b--pas .dropdown__toggle--title {
  color: #F2F2F2;
}
.theme__default-black--pastel .dropdown__toggle--icon i,
.t__def-b--pas .dropdown__toggle--icon i {
  color: #F2F2F2;
}
.theme__default-black--pastel .large_timer__countdown--item_large,
.t__def-b--pas .large_timer__countdown--item_large {
  background-color: #F2F2F2;
}
.theme__default-black--pastel .large_timer__countdown--item_medium,
.t__def-b--pas .large_timer__countdown--item_medium {
  background-color: #F2F2F2;
}
.theme__default-black--pastel .large_timer__countdown--item_small,
.t__def-b--pas .large_timer__countdown--item_small {
  background-color: #F2F2F2;
}
.theme__default-black--pastel .modalcontent,
.t__def-b--pas .modalcontent {
  border-color: #F2F2F2;
}
.theme__default-black--pastel .transparent__header,
.t__def-b--pas .transparent__header {
  background: #F2F2F2;
}
.theme__default-black--pastel .breadcrumb__slashes,
.t__def-b--pas .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__default-black--pastel .the-list,
.t__def-b--pas .the-list {
  background-color: #F2F2F2;
}
.theme__default-black--pastel .the-list option,
.t__def-b--pas .the-list option {
  border-color: #F2F2F2 !important;
}
.theme__default-black--pastel .es-list::-webkit-scrollbar-thumb,
.t__def-b--pas .es-list::-webkit-scrollbar-thumb {
  background: #F2F2F2;
}
.theme__default-black--pastel .es-visible,
.t__def-b--pas .es-visible {
  border-color: #F2F2F2 !important;
}
.theme__default-black--pastel .ot-open,
.theme__default-black--pastel .ot-closed,
.t__def-b--pas .ot-open,
.t__def-b--pas .ot-closed {
  color: #F2F2F2;
}
.theme__default-black--pastel .colour__foreground,
.t__def-b--pas .colour__foreground {
  color: #F2F2F2;
}
.theme__default-black--pastel h1.t__none,
.theme__default-black--pastel h1.theme__none,
.theme__default-black--pastel h2.t__none,
.theme__default-black--pastel h2.theme__none,
.theme__default-black--pastel h3.t__none,
.theme__default-black--pastel h3.theme__none,
.theme__default-black--pastel h4.t__none,
.theme__default-black--pastel h4.theme__none,
.theme__default-black--pastel h1.t__none--w-hov,
.theme__default-black--pastel h1.theme__none--with-hover,
.theme__default-black--pastel h2.t__none--w-hov,
.theme__default-black--pastel h2.theme__none--with-hover,
.theme__default-black--pastel h3.t__none--w-hov,
.theme__default-black--pastel h3.theme__none--with-hover,
.theme__default-black--pastel h4.t__none--w-hov,
.theme__default-black--pastel h4.theme__none--with-hover,
.t__def-b--pas h1.t__none,
.t__def-b--pas h1.theme__none,
.t__def-b--pas h2.t__none,
.t__def-b--pas h2.theme__none,
.t__def-b--pas h3.t__none,
.t__def-b--pas h3.theme__none,
.t__def-b--pas h4.t__none,
.t__def-b--pas h4.theme__none,
.t__def-b--pas h1.t__none--w-hov,
.t__def-b--pas h1.theme__none--with-hover,
.t__def-b--pas h2.t__none--w-hov,
.t__def-b--pas h2.theme__none--with-hover,
.t__def-b--pas h3.t__none--w-hov,
.t__def-b--pas h3.theme__none--with-hover,
.t__def-b--pas h4.t__none--w-hov,
.t__def-b--pas h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__default-black--pastel span.t__none,
.theme__default-black--pastel span.theme__none,
.t__def-b--pas span.t__none,
.t__def-b--pas span.theme__none {
  color: #4a4a4a;
}
.theme__default-black--pastel i.t__none,
.theme__default-black--pastel i.theme__none,
.t__def-b--pas i.t__none,
.t__def-b--pas i.theme__none {
  color: #4a4a4a;
}
.theme__default-black--pastel a.border__none,
.theme__default-black--pastel a.b__none,
.t__def-b--pas a.border__none,
.t__def-b--pas a.b__none {
  border: 0;
}
.theme__default-black--pastel a:hover h1.t__none,
.theme__default-black--pastel a:hover h1.theme__none,
.theme__default-black--pastel a:hover h2.t__none,
.theme__default-black--pastel a:hover h2.theme__none,
.theme__default-black--pastel a:hover h3.t__none,
.theme__default-black--pastel a:hover h3.theme__none,
.theme__default-black--pastel a:hover h4.t__none,
.theme__default-black--pastel a:hover h4.theme__none,
.t__def-b--pas a:hover h1.t__none,
.t__def-b--pas a:hover h1.theme__none,
.t__def-b--pas a:hover h2.t__none,
.t__def-b--pas a:hover h2.theme__none,
.t__def-b--pas a:hover h3.t__none,
.t__def-b--pas a:hover h3.theme__none,
.t__def-b--pas a:hover h4.t__none,
.t__def-b--pas a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__default-black--pastel a:hover h1.t__none--w-hov,
.theme__default-black--pastel a:hover h1.theme__none--with-hover,
.theme__default-black--pastel a:hover h2.t__none--w-hov,
.theme__default-black--pastel a:hover h2.theme__none--with-hover,
.theme__default-black--pastel a:hover h3.t__none--w-hov,
.theme__default-black--pastel a:hover h3.theme__none--with-hover,
.theme__default-black--pastel a:hover h4.t__none--w-hov,
.theme__default-black--pastel a:hover h4.theme__none--with-hover,
.t__def-b--pas a:hover h1.t__none--w-hov,
.t__def-b--pas a:hover h1.theme__none--with-hover,
.t__def-b--pas a:hover h2.t__none--w-hov,
.t__def-b--pas a:hover h2.theme__none--with-hover,
.t__def-b--pas a:hover h3.t__none--w-hov,
.t__def-b--pas a:hover h3.theme__none--with-hover,
.t__def-b--pas a:hover h4.t__none--w-hov,
.t__def-b--pas a:hover h4.theme__none--with-hover {
  color: #F2F2F2;
}

.theme__default-black--background-primary,
.t__def-b--bg-pri {
  background-color: #4a4a4a;
}

.theme__default-black--background-secondary,
.t__def-b--bg-sec {
  background-color: #333333;
}

.theme__default-black--background-pastel,
.t__def-b--bg-pas {
  background-color: #F2F2F2;
}

.theme__societies--primary h1, .theme__societies--primary h2, .theme__societies--primary h3, .theme__societies--primary h4, .theme__societies--primary h5, .theme__societies--primary h6,
.t__soc--pri h1,
.t__soc--pri h2,
.t__soc--pri h3,
.t__soc--pri h4,
.t__soc--pri h5,
.t__soc--pri h6 {
  color: #A078FF;
}
.theme__societies--primary a,
.t__soc--pri a {
  color: #4a4a4a;
  border-color: #A078FF;
  text-decoration: none;
}
.theme__societies--primary a:hover,
.t__soc--pri a:hover {
  color: #A078FF;
}
.theme__societies--primary a:hover h1, .theme__societies--primary a:hover h2, .theme__societies--primary a:hover h3, .theme__societies--primary a:hover h4, .theme__societies--primary a:hover h5, .theme__societies--primary a:hover h6,
.t__soc--pri a:hover h1,
.t__soc--pri a:hover h2,
.t__soc--pri a:hover h3,
.t__soc--pri a:hover h4,
.t__soc--pri a:hover h5,
.t__soc--pri a:hover h6 {
  color: #A078FF;
}
.theme__societies--primary a div,
.t__soc--pri a div {
  border-color: #A078FF !important;
}
.theme__societies--primary input,
.t__soc--pri input {
  border-color: #A078FF;
}
.theme__societies--primary p,
.t__soc--pri p {
  color: #4a4a4a;
}
.theme__societies--primary .button,
.theme__societies--primary .btn,
.theme__societies--primary .btn__pill, .theme__societies--primary.button, .theme__societies--primary.btn, .theme__societies--primary.btn__pill,
.t__soc--pri .button,
.t__soc--pri .btn,
.t__soc--pri .btn__pill,
.t__soc--pri.button,
.t__soc--pri.btn,
.t__soc--pri.btn__pill {
  border-color: #A078FF;
}
@media (hover: hover) {
  .theme__societies--primary .button:hover,
  .theme__societies--primary .btn:hover,
  .theme__societies--primary .btn__pill:hover, .theme__societies--primary.button:hover, .theme__societies--primary.btn:hover, .theme__societies--primary.btn__pill:hover,
  .t__soc--pri .button:hover,
  .t__soc--pri .btn:hover,
  .t__soc--pri .btn__pill:hover,
  .t__soc--pri.button:hover,
  .t__soc--pri.btn:hover,
  .t__soc--pri.btn__pill:hover {
    color: #ffffff;
    background: #A078FF;
  }
  .theme__societies--primary .button:hover i,
  .theme__societies--primary .btn:hover i,
  .theme__societies--primary .btn__pill:hover i, .theme__societies--primary.button:hover i, .theme__societies--primary.btn:hover i, .theme__societies--primary.btn__pill:hover i,
  .t__soc--pri .button:hover i,
  .t__soc--pri .btn:hover i,
  .t__soc--pri .btn__pill:hover i,
  .t__soc--pri.button:hover i,
  .t__soc--pri.btn:hover i,
  .t__soc--pri.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__societies--primary .button__invert,
.theme__societies--primary .btn__invert,
.theme__societies--primary .btn__pill__invert, .theme__societies--primary.button__invert, .theme__societies--primary.btn__invert, .theme__societies--primary.btn__pill__invert,
.t__soc--pri .button__invert,
.t__soc--pri .btn__invert,
.t__soc--pri .btn__pill__invert,
.t__soc--pri.button__invert,
.t__soc--pri.btn__invert,
.t__soc--pri.btn__pill__invert {
  background-color: #A078FF;
  color: #ffffff;
}
.theme__societies--primary .button__invert h4,
.theme__societies--primary .btn__invert h4,
.theme__societies--primary .btn__pill__invert h4, .theme__societies--primary.button__invert h4, .theme__societies--primary.btn__invert h4, .theme__societies--primary.btn__pill__invert h4,
.t__soc--pri .button__invert h4,
.t__soc--pri .btn__invert h4,
.t__soc--pri .btn__pill__invert h4,
.t__soc--pri.button__invert h4,
.t__soc--pri.btn__invert h4,
.t__soc--pri.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__societies--primary .button__invert:hover,
.theme__societies--primary .btn__invert:hover,
.theme__societies--primary .btn__pill__invert:hover, .theme__societies--primary.button__invert:hover, .theme__societies--primary.btn__invert:hover, .theme__societies--primary.btn__pill__invert:hover,
.t__soc--pri .button__invert:hover,
.t__soc--pri .btn__invert:hover,
.t__soc--pri .btn__pill__invert:hover,
.t__soc--pri.button__invert:hover,
.t__soc--pri.btn__invert:hover,
.t__soc--pri.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__societies--primary .button__invert:hover h4,
.theme__societies--primary .btn__invert:hover h4,
.theme__societies--primary .btn__pill__invert:hover h4, .theme__societies--primary.button__invert:hover h4, .theme__societies--primary.btn__invert:hover h4, .theme__societies--primary.btn__pill__invert:hover h4,
.t__soc--pri .button__invert:hover h4,
.t__soc--pri .btn__invert:hover h4,
.t__soc--pri .btn__pill__invert:hover h4,
.t__soc--pri.button__invert:hover h4,
.t__soc--pri.btn__invert:hover h4,
.t__soc--pri.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__societies--primary .button__invert--hover:hover,
.theme__societies--primary .btn__invert--hover:hover,
.theme__societies--primary .btn__pill__invert--hover:hover, .theme__societies--primary.button__invert--hover:hover, .theme__societies--primary.btn__invert--hover:hover, .theme__societies--primary.btn__pill__invert--hover:hover,
.t__soc--pri .button__invert--hover:hover,
.t__soc--pri .btn__invert--hover:hover,
.t__soc--pri .btn__pill__invert--hover:hover,
.t__soc--pri.button__invert--hover:hover,
.t__soc--pri.btn__invert--hover:hover,
.t__soc--pri.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__societies--primary .button__under,
.theme__societies--primary .btn__under,
.theme__societies--primary .btn__pill__under, .theme__societies--primary.button__under, .theme__societies--primary.btn__under, .theme__societies--primary.btn__pill__under,
.t__soc--pri .button__under,
.t__soc--pri .btn__under,
.t__soc--pri .btn__pill__under,
.t__soc--pri.button__under,
.t__soc--pri.btn__under,
.t__soc--pri.btn__pill__under {
  border-color: #A078FF;
}
.theme__societies--primary .btn__large,
.t__soc--pri .btn__large {
  background-color: #A078FF;
}
.theme__societies--primary .input__search,
.t__soc--pri .input__search {
  border-color: #A078FF;
}
.theme__societies--primary .input__search i,
.t__soc--pri .input__search i {
  color: #4a4a4a;
}
.theme__societies--primary .input__search:hover i,
.t__soc--pri .input__search:hover i {
  color: #A078FF;
}
.theme__societies--primary .component__foreground,
.t__soc--pri .component__foreground {
  color: #4a4a4a;
}
.theme__societies--primary.card,
.theme__societies--primary .card, .theme__societies--primary.card__with-image,
.theme__societies--primary .card__with-image,
.t__soc--pri.card,
.t__soc--pri .card,
.t__soc--pri.card__with-image,
.t__soc--pri .card__with-image {
  border-color: #A078FF;
}
.theme__societies--primary.card__highlight,
.theme__societies--primary .card__highlight,
.theme__societies--primary .card__highlight--image,
.theme__societies--primary .card__highlight--final,
.t__soc--pri.card__highlight,
.t__soc--pri .card__highlight,
.t__soc--pri .card__highlight--image,
.t__soc--pri .card__highlight--final {
  background-color: #A078FF;
  border-color: #A078FF;
}
.theme__societies--primary.card__highlight--title,
.theme__societies--primary .card__highlight--title,
.theme__societies--primary .card__highlight--image,
.theme__societies--primary .card__highlight--final,
.t__soc--pri.card__highlight--title,
.t__soc--pri .card__highlight--title,
.t__soc--pri .card__highlight--image,
.t__soc--pri .card__highlight--final {
  color: #4a4a4a;
}
.theme__societies--primary .image-slider__selector--dot,
.t__soc--pri .image-slider__selector--dot {
  background-color: #A078FF;
}
.theme__societies--primary .call-to-action__text h3,
.t__soc--pri .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__societies--primary .officer__block--title h5, .theme__societies--primary .officer__block--title h6,
.t__soc--pri .officer__block--title h5,
.t__soc--pri .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__societies--primary .block__statement--link,
.t__soc--pri .block__statement--link {
  color: #4a4a4a;
}
.theme__societies--primary .card__cutoff,
.t__soc--pri .card__cutoff {
  background: linear-gradient(#A078FF, #A078FF), linear-gradient(white, white);
}
.theme__societies--primary .card__cutoff p,
.t__soc--pri .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__societies--primary .card__cutoff:hover,
  .t__soc--pri .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__societies--primary .card__cutoff:hover p,
  .t__soc--pri .card__cutoff:hover p {
    color: #A078FF;
  }
  .theme__societies--primary .card__cutoff:hover .card__cutoff--link,
  .t__soc--pri .card__cutoff:hover .card__cutoff--link {
    color: #A078FF;
  }
  .theme__societies--primary .card__cutoff:hover .card__cutoff--text,
  .t__soc--pri .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__societies--primary .card__cutoff:hover .card__cutoff--text p,
  .t__soc--pri .card__cutoff:hover .card__cutoff--text p {
    color: #A078FF;
  }
  .theme__societies--primary .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__soc--pri .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: #A078FF;
  }
}
.theme__societies--primary .card__cutoff--link,
.t__soc--pri .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__societies--primary .card__cutoff--link:hover,
  .t__soc--pri .card__cutoff--link:hover {
    color: #A078FF;
  }
  .theme__societies--primary .card__cutoff--link:hover--link,
  .t__soc--pri .card__cutoff--link:hover--link {
    color: #A078FF;
  }
}
.theme__societies--primary .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__soc--pri .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: #A078FF;
}
.theme__societies--primary .dropdown__toggle--title,
.t__soc--pri .dropdown__toggle--title {
  color: #A078FF;
}
.theme__societies--primary .dropdown__toggle--icon i,
.t__soc--pri .dropdown__toggle--icon i {
  color: #A078FF;
}
.theme__societies--primary .large_timer__countdown--item_large,
.t__soc--pri .large_timer__countdown--item_large {
  background-color: #A078FF;
}
.theme__societies--primary .large_timer__countdown--item_medium,
.t__soc--pri .large_timer__countdown--item_medium {
  background-color: #A078FF;
}
.theme__societies--primary .large_timer__countdown--item_small,
.t__soc--pri .large_timer__countdown--item_small {
  background-color: #A078FF;
}
.theme__societies--primary .modalcontent,
.t__soc--pri .modalcontent {
  border-color: #A078FF;
}
.theme__societies--primary .transparent__header,
.t__soc--pri .transparent__header {
  background: #A078FF;
}
.theme__societies--primary .breadcrumb__slashes,
.t__soc--pri .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__societies--primary .the-list,
.t__soc--pri .the-list {
  background-color: #A078FF;
}
.theme__societies--primary .the-list option,
.t__soc--pri .the-list option {
  border-color: #A078FF !important;
}
.theme__societies--primary .es-list::-webkit-scrollbar-thumb,
.t__soc--pri .es-list::-webkit-scrollbar-thumb {
  background: #A078FF;
}
.theme__societies--primary .es-visible,
.t__soc--pri .es-visible {
  border-color: #A078FF !important;
}
.theme__societies--primary .ot-open,
.theme__societies--primary .ot-closed,
.t__soc--pri .ot-open,
.t__soc--pri .ot-closed {
  color: #A078FF;
}
.theme__societies--primary .colour__foreground,
.t__soc--pri .colour__foreground {
  color: #A078FF;
}
.theme__societies--primary h1.t__none,
.theme__societies--primary h1.theme__none,
.theme__societies--primary h2.t__none,
.theme__societies--primary h2.theme__none,
.theme__societies--primary h3.t__none,
.theme__societies--primary h3.theme__none,
.theme__societies--primary h4.t__none,
.theme__societies--primary h4.theme__none,
.theme__societies--primary h1.t__none--w-hov,
.theme__societies--primary h1.theme__none--with-hover,
.theme__societies--primary h2.t__none--w-hov,
.theme__societies--primary h2.theme__none--with-hover,
.theme__societies--primary h3.t__none--w-hov,
.theme__societies--primary h3.theme__none--with-hover,
.theme__societies--primary h4.t__none--w-hov,
.theme__societies--primary h4.theme__none--with-hover,
.t__soc--pri h1.t__none,
.t__soc--pri h1.theme__none,
.t__soc--pri h2.t__none,
.t__soc--pri h2.theme__none,
.t__soc--pri h3.t__none,
.t__soc--pri h3.theme__none,
.t__soc--pri h4.t__none,
.t__soc--pri h4.theme__none,
.t__soc--pri h1.t__none--w-hov,
.t__soc--pri h1.theme__none--with-hover,
.t__soc--pri h2.t__none--w-hov,
.t__soc--pri h2.theme__none--with-hover,
.t__soc--pri h3.t__none--w-hov,
.t__soc--pri h3.theme__none--with-hover,
.t__soc--pri h4.t__none--w-hov,
.t__soc--pri h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__societies--primary span.t__none,
.theme__societies--primary span.theme__none,
.t__soc--pri span.t__none,
.t__soc--pri span.theme__none {
  color: #4a4a4a;
}
.theme__societies--primary i.t__none,
.theme__societies--primary i.theme__none,
.t__soc--pri i.t__none,
.t__soc--pri i.theme__none {
  color: #4a4a4a;
}
.theme__societies--primary a.border__none,
.theme__societies--primary a.b__none,
.t__soc--pri a.border__none,
.t__soc--pri a.b__none {
  border: 0;
}
.theme__societies--primary a:hover h1.t__none,
.theme__societies--primary a:hover h1.theme__none,
.theme__societies--primary a:hover h2.t__none,
.theme__societies--primary a:hover h2.theme__none,
.theme__societies--primary a:hover h3.t__none,
.theme__societies--primary a:hover h3.theme__none,
.theme__societies--primary a:hover h4.t__none,
.theme__societies--primary a:hover h4.theme__none,
.t__soc--pri a:hover h1.t__none,
.t__soc--pri a:hover h1.theme__none,
.t__soc--pri a:hover h2.t__none,
.t__soc--pri a:hover h2.theme__none,
.t__soc--pri a:hover h3.t__none,
.t__soc--pri a:hover h3.theme__none,
.t__soc--pri a:hover h4.t__none,
.t__soc--pri a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__societies--primary a:hover h1.t__none--w-hov,
.theme__societies--primary a:hover h1.theme__none--with-hover,
.theme__societies--primary a:hover h2.t__none--w-hov,
.theme__societies--primary a:hover h2.theme__none--with-hover,
.theme__societies--primary a:hover h3.t__none--w-hov,
.theme__societies--primary a:hover h3.theme__none--with-hover,
.theme__societies--primary a:hover h4.t__none--w-hov,
.theme__societies--primary a:hover h4.theme__none--with-hover,
.t__soc--pri a:hover h1.t__none--w-hov,
.t__soc--pri a:hover h1.theme__none--with-hover,
.t__soc--pri a:hover h2.t__none--w-hov,
.t__soc--pri a:hover h2.theme__none--with-hover,
.t__soc--pri a:hover h3.t__none--w-hov,
.t__soc--pri a:hover h3.theme__none--with-hover,
.t__soc--pri a:hover h4.t__none--w-hov,
.t__soc--pri a:hover h4.theme__none--with-hover {
  color: #A078FF;
}
.theme__societies--primary .dotted__line--small, .theme__societies--primary .dotted__line--medium, .theme__societies--primary .dotted__line--large, .theme__societies--primary .dotted__line--x-large, .theme__societies--primary .dotted__line--huge,
.t__soc--pri .dotted__line--small,
.t__soc--pri .dotted__line--medium,
.t__soc--pri .dotted__line--large,
.t__soc--pri .dotted__line--x-large,
.t__soc--pri .dotted__line--huge {
  border-image-source: url("https://fe3ca8e0a2f497a00e8a-853d39369c554c336474f22b1382bbe4.ssl.cf3.rackcdn.com/dotted_societies.png");
}

.theme__societies--secondary h1, .theme__societies--secondary h2, .theme__societies--secondary h3, .theme__societies--secondary h4, .theme__societies--secondary h5, .theme__societies--secondary h6,
.t__soc--sec h1,
.t__soc--sec h2,
.t__soc--sec h3,
.t__soc--sec h4,
.t__soc--sec h5,
.t__soc--sec h6 {
  color: #A078FF;
}
.theme__societies--secondary a,
.t__soc--sec a {
  color: #4a4a4a;
  border-color: #A078FF;
  text-decoration: none;
}
.theme__societies--secondary a:hover,
.t__soc--sec a:hover {
  color: #A078FF;
}
.theme__societies--secondary a:hover h1, .theme__societies--secondary a:hover h2, .theme__societies--secondary a:hover h3, .theme__societies--secondary a:hover h4, .theme__societies--secondary a:hover h5, .theme__societies--secondary a:hover h6,
.t__soc--sec a:hover h1,
.t__soc--sec a:hover h2,
.t__soc--sec a:hover h3,
.t__soc--sec a:hover h4,
.t__soc--sec a:hover h5,
.t__soc--sec a:hover h6 {
  color: #A078FF;
}
.theme__societies--secondary a div,
.t__soc--sec a div {
  border-color: #A078FF !important;
}
.theme__societies--secondary input,
.t__soc--sec input {
  border-color: #A078FF;
}
.theme__societies--secondary p,
.t__soc--sec p {
  color: #4a4a4a;
}
.theme__societies--secondary .button,
.theme__societies--secondary .btn,
.theme__societies--secondary .btn__pill, .theme__societies--secondary.button, .theme__societies--secondary.btn, .theme__societies--secondary.btn__pill,
.t__soc--sec .button,
.t__soc--sec .btn,
.t__soc--sec .btn__pill,
.t__soc--sec.button,
.t__soc--sec.btn,
.t__soc--sec.btn__pill {
  border-color: #A078FF;
}
@media (hover: hover) {
  .theme__societies--secondary .button:hover,
  .theme__societies--secondary .btn:hover,
  .theme__societies--secondary .btn__pill:hover, .theme__societies--secondary.button:hover, .theme__societies--secondary.btn:hover, .theme__societies--secondary.btn__pill:hover,
  .t__soc--sec .button:hover,
  .t__soc--sec .btn:hover,
  .t__soc--sec .btn__pill:hover,
  .t__soc--sec.button:hover,
  .t__soc--sec.btn:hover,
  .t__soc--sec.btn__pill:hover {
    color: #ffffff;
    background: #A078FF;
  }
  .theme__societies--secondary .button:hover i,
  .theme__societies--secondary .btn:hover i,
  .theme__societies--secondary .btn__pill:hover i, .theme__societies--secondary.button:hover i, .theme__societies--secondary.btn:hover i, .theme__societies--secondary.btn__pill:hover i,
  .t__soc--sec .button:hover i,
  .t__soc--sec .btn:hover i,
  .t__soc--sec .btn__pill:hover i,
  .t__soc--sec.button:hover i,
  .t__soc--sec.btn:hover i,
  .t__soc--sec.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__societies--secondary .button__invert,
.theme__societies--secondary .btn__invert,
.theme__societies--secondary .btn__pill__invert, .theme__societies--secondary.button__invert, .theme__societies--secondary.btn__invert, .theme__societies--secondary.btn__pill__invert,
.t__soc--sec .button__invert,
.t__soc--sec .btn__invert,
.t__soc--sec .btn__pill__invert,
.t__soc--sec.button__invert,
.t__soc--sec.btn__invert,
.t__soc--sec.btn__pill__invert {
  background-color: #A078FF;
  color: #ffffff;
}
.theme__societies--secondary .button__invert h4,
.theme__societies--secondary .btn__invert h4,
.theme__societies--secondary .btn__pill__invert h4, .theme__societies--secondary.button__invert h4, .theme__societies--secondary.btn__invert h4, .theme__societies--secondary.btn__pill__invert h4,
.t__soc--sec .button__invert h4,
.t__soc--sec .btn__invert h4,
.t__soc--sec .btn__pill__invert h4,
.t__soc--sec.button__invert h4,
.t__soc--sec.btn__invert h4,
.t__soc--sec.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__societies--secondary .button__invert:hover,
.theme__societies--secondary .btn__invert:hover,
.theme__societies--secondary .btn__pill__invert:hover, .theme__societies--secondary.button__invert:hover, .theme__societies--secondary.btn__invert:hover, .theme__societies--secondary.btn__pill__invert:hover,
.t__soc--sec .button__invert:hover,
.t__soc--sec .btn__invert:hover,
.t__soc--sec .btn__pill__invert:hover,
.t__soc--sec.button__invert:hover,
.t__soc--sec.btn__invert:hover,
.t__soc--sec.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__societies--secondary .button__invert:hover h4,
.theme__societies--secondary .btn__invert:hover h4,
.theme__societies--secondary .btn__pill__invert:hover h4, .theme__societies--secondary.button__invert:hover h4, .theme__societies--secondary.btn__invert:hover h4, .theme__societies--secondary.btn__pill__invert:hover h4,
.t__soc--sec .button__invert:hover h4,
.t__soc--sec .btn__invert:hover h4,
.t__soc--sec .btn__pill__invert:hover h4,
.t__soc--sec.button__invert:hover h4,
.t__soc--sec.btn__invert:hover h4,
.t__soc--sec.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__societies--secondary .button__invert--hover:hover,
.theme__societies--secondary .btn__invert--hover:hover,
.theme__societies--secondary .btn__pill__invert--hover:hover, .theme__societies--secondary.button__invert--hover:hover, .theme__societies--secondary.btn__invert--hover:hover, .theme__societies--secondary.btn__pill__invert--hover:hover,
.t__soc--sec .button__invert--hover:hover,
.t__soc--sec .btn__invert--hover:hover,
.t__soc--sec .btn__pill__invert--hover:hover,
.t__soc--sec.button__invert--hover:hover,
.t__soc--sec.btn__invert--hover:hover,
.t__soc--sec.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__societies--secondary .button__under,
.theme__societies--secondary .btn__under,
.theme__societies--secondary .btn__pill__under, .theme__societies--secondary.button__under, .theme__societies--secondary.btn__under, .theme__societies--secondary.btn__pill__under,
.t__soc--sec .button__under,
.t__soc--sec .btn__under,
.t__soc--sec .btn__pill__under,
.t__soc--sec.button__under,
.t__soc--sec.btn__under,
.t__soc--sec.btn__pill__under {
  border-color: #A078FF;
}
.theme__societies--secondary .btn__large,
.t__soc--sec .btn__large {
  background-color: #A078FF;
}
.theme__societies--secondary .input__search,
.t__soc--sec .input__search {
  border-color: #A078FF;
}
.theme__societies--secondary .input__search i,
.t__soc--sec .input__search i {
  color: #4a4a4a;
}
.theme__societies--secondary .input__search:hover i,
.t__soc--sec .input__search:hover i {
  color: #A078FF;
}
.theme__societies--secondary .component__foreground,
.t__soc--sec .component__foreground {
  color: #4a4a4a;
}
.theme__societies--secondary.card,
.theme__societies--secondary .card, .theme__societies--secondary.card__with-image,
.theme__societies--secondary .card__with-image,
.t__soc--sec.card,
.t__soc--sec .card,
.t__soc--sec.card__with-image,
.t__soc--sec .card__with-image {
  border-color: #A078FF;
}
.theme__societies--secondary.card__highlight,
.theme__societies--secondary .card__highlight,
.theme__societies--secondary .card__highlight--image,
.theme__societies--secondary .card__highlight--final,
.t__soc--sec.card__highlight,
.t__soc--sec .card__highlight,
.t__soc--sec .card__highlight--image,
.t__soc--sec .card__highlight--final {
  background-color: #A078FF;
  border-color: #A078FF;
}
.theme__societies--secondary.card__highlight--title,
.theme__societies--secondary .card__highlight--title,
.theme__societies--secondary .card__highlight--image,
.theme__societies--secondary .card__highlight--final,
.t__soc--sec.card__highlight--title,
.t__soc--sec .card__highlight--title,
.t__soc--sec .card__highlight--image,
.t__soc--sec .card__highlight--final {
  color: #4a4a4a;
}
.theme__societies--secondary .image-slider__selector--dot,
.t__soc--sec .image-slider__selector--dot {
  background-color: #A078FF;
}
.theme__societies--secondary .call-to-action__text h3,
.t__soc--sec .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__societies--secondary .officer__block--title h5, .theme__societies--secondary .officer__block--title h6,
.t__soc--sec .officer__block--title h5,
.t__soc--sec .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__societies--secondary .block__statement--link,
.t__soc--sec .block__statement--link {
  color: #4a4a4a;
}
.theme__societies--secondary .card__cutoff,
.t__soc--sec .card__cutoff {
  background: linear-gradient(#A078FF, #A078FF), linear-gradient(white, white);
}
.theme__societies--secondary .card__cutoff p,
.t__soc--sec .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__societies--secondary .card__cutoff:hover,
  .t__soc--sec .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__societies--secondary .card__cutoff:hover p,
  .t__soc--sec .card__cutoff:hover p {
    color: #A078FF;
  }
  .theme__societies--secondary .card__cutoff:hover .card__cutoff--link,
  .t__soc--sec .card__cutoff:hover .card__cutoff--link {
    color: #A078FF;
  }
  .theme__societies--secondary .card__cutoff:hover .card__cutoff--text,
  .t__soc--sec .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__societies--secondary .card__cutoff:hover .card__cutoff--text p,
  .t__soc--sec .card__cutoff:hover .card__cutoff--text p {
    color: #A078FF;
  }
  .theme__societies--secondary .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__soc--sec .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: #A078FF;
  }
}
.theme__societies--secondary .card__cutoff--link,
.t__soc--sec .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__societies--secondary .card__cutoff--link:hover,
  .t__soc--sec .card__cutoff--link:hover {
    color: #A078FF;
  }
  .theme__societies--secondary .card__cutoff--link:hover--link,
  .t__soc--sec .card__cutoff--link:hover--link {
    color: #A078FF;
  }
}
.theme__societies--secondary .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__soc--sec .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: #A078FF;
}
.theme__societies--secondary .dropdown__toggle--title,
.t__soc--sec .dropdown__toggle--title {
  color: #A078FF;
}
.theme__societies--secondary .dropdown__toggle--icon i,
.t__soc--sec .dropdown__toggle--icon i {
  color: #A078FF;
}
.theme__societies--secondary .large_timer__countdown--item_large,
.t__soc--sec .large_timer__countdown--item_large {
  background-color: #A078FF;
}
.theme__societies--secondary .large_timer__countdown--item_medium,
.t__soc--sec .large_timer__countdown--item_medium {
  background-color: #A078FF;
}
.theme__societies--secondary .large_timer__countdown--item_small,
.t__soc--sec .large_timer__countdown--item_small {
  background-color: #A078FF;
}
.theme__societies--secondary .modalcontent,
.t__soc--sec .modalcontent {
  border-color: #A078FF;
}
.theme__societies--secondary .transparent__header,
.t__soc--sec .transparent__header {
  background: #A078FF;
}
.theme__societies--secondary .breadcrumb__slashes,
.t__soc--sec .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__societies--secondary .the-list,
.t__soc--sec .the-list {
  background-color: #A078FF;
}
.theme__societies--secondary .the-list option,
.t__soc--sec .the-list option {
  border-color: #A078FF !important;
}
.theme__societies--secondary .es-list::-webkit-scrollbar-thumb,
.t__soc--sec .es-list::-webkit-scrollbar-thumb {
  background: #A078FF;
}
.theme__societies--secondary .es-visible,
.t__soc--sec .es-visible {
  border-color: #A078FF !important;
}
.theme__societies--secondary .ot-open,
.theme__societies--secondary .ot-closed,
.t__soc--sec .ot-open,
.t__soc--sec .ot-closed {
  color: #A078FF;
}
.theme__societies--secondary .colour__foreground,
.t__soc--sec .colour__foreground {
  color: #A078FF;
}
.theme__societies--secondary h1.t__none,
.theme__societies--secondary h1.theme__none,
.theme__societies--secondary h2.t__none,
.theme__societies--secondary h2.theme__none,
.theme__societies--secondary h3.t__none,
.theme__societies--secondary h3.theme__none,
.theme__societies--secondary h4.t__none,
.theme__societies--secondary h4.theme__none,
.theme__societies--secondary h1.t__none--w-hov,
.theme__societies--secondary h1.theme__none--with-hover,
.theme__societies--secondary h2.t__none--w-hov,
.theme__societies--secondary h2.theme__none--with-hover,
.theme__societies--secondary h3.t__none--w-hov,
.theme__societies--secondary h3.theme__none--with-hover,
.theme__societies--secondary h4.t__none--w-hov,
.theme__societies--secondary h4.theme__none--with-hover,
.t__soc--sec h1.t__none,
.t__soc--sec h1.theme__none,
.t__soc--sec h2.t__none,
.t__soc--sec h2.theme__none,
.t__soc--sec h3.t__none,
.t__soc--sec h3.theme__none,
.t__soc--sec h4.t__none,
.t__soc--sec h4.theme__none,
.t__soc--sec h1.t__none--w-hov,
.t__soc--sec h1.theme__none--with-hover,
.t__soc--sec h2.t__none--w-hov,
.t__soc--sec h2.theme__none--with-hover,
.t__soc--sec h3.t__none--w-hov,
.t__soc--sec h3.theme__none--with-hover,
.t__soc--sec h4.t__none--w-hov,
.t__soc--sec h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__societies--secondary span.t__none,
.theme__societies--secondary span.theme__none,
.t__soc--sec span.t__none,
.t__soc--sec span.theme__none {
  color: #4a4a4a;
}
.theme__societies--secondary i.t__none,
.theme__societies--secondary i.theme__none,
.t__soc--sec i.t__none,
.t__soc--sec i.theme__none {
  color: #4a4a4a;
}
.theme__societies--secondary a.border__none,
.theme__societies--secondary a.b__none,
.t__soc--sec a.border__none,
.t__soc--sec a.b__none {
  border: 0;
}
.theme__societies--secondary a:hover h1.t__none,
.theme__societies--secondary a:hover h1.theme__none,
.theme__societies--secondary a:hover h2.t__none,
.theme__societies--secondary a:hover h2.theme__none,
.theme__societies--secondary a:hover h3.t__none,
.theme__societies--secondary a:hover h3.theme__none,
.theme__societies--secondary a:hover h4.t__none,
.theme__societies--secondary a:hover h4.theme__none,
.t__soc--sec a:hover h1.t__none,
.t__soc--sec a:hover h1.theme__none,
.t__soc--sec a:hover h2.t__none,
.t__soc--sec a:hover h2.theme__none,
.t__soc--sec a:hover h3.t__none,
.t__soc--sec a:hover h3.theme__none,
.t__soc--sec a:hover h4.t__none,
.t__soc--sec a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__societies--secondary a:hover h1.t__none--w-hov,
.theme__societies--secondary a:hover h1.theme__none--with-hover,
.theme__societies--secondary a:hover h2.t__none--w-hov,
.theme__societies--secondary a:hover h2.theme__none--with-hover,
.theme__societies--secondary a:hover h3.t__none--w-hov,
.theme__societies--secondary a:hover h3.theme__none--with-hover,
.theme__societies--secondary a:hover h4.t__none--w-hov,
.theme__societies--secondary a:hover h4.theme__none--with-hover,
.t__soc--sec a:hover h1.t__none--w-hov,
.t__soc--sec a:hover h1.theme__none--with-hover,
.t__soc--sec a:hover h2.t__none--w-hov,
.t__soc--sec a:hover h2.theme__none--with-hover,
.t__soc--sec a:hover h3.t__none--w-hov,
.t__soc--sec a:hover h3.theme__none--with-hover,
.t__soc--sec a:hover h4.t__none--w-hov,
.t__soc--sec a:hover h4.theme__none--with-hover {
  color: #A078FF;
}

.theme__societies--pastel h1, .theme__societies--pastel h2, .theme__societies--pastel h3, .theme__societies--pastel h4, .theme__societies--pastel h5, .theme__societies--pastel h6,
.t__soc--pas h1,
.t__soc--pas h2,
.t__soc--pas h3,
.t__soc--pas h4,
.t__soc--pas h5,
.t__soc--pas h6 {
  color: rgba(190, 150, 255, 0.2);
}
.theme__societies--pastel a,
.t__soc--pas a {
  color: #4a4a4a;
  border-color: rgba(190, 150, 255, 0.2);
  text-decoration: none;
}
.theme__societies--pastel a:hover,
.t__soc--pas a:hover {
  color: rgba(190, 150, 255, 0.2);
}
.theme__societies--pastel a:hover h1, .theme__societies--pastel a:hover h2, .theme__societies--pastel a:hover h3, .theme__societies--pastel a:hover h4, .theme__societies--pastel a:hover h5, .theme__societies--pastel a:hover h6,
.t__soc--pas a:hover h1,
.t__soc--pas a:hover h2,
.t__soc--pas a:hover h3,
.t__soc--pas a:hover h4,
.t__soc--pas a:hover h5,
.t__soc--pas a:hover h6 {
  color: rgba(190, 150, 255, 0.2);
}
.theme__societies--pastel a div,
.t__soc--pas a div {
  border-color: rgba(190, 150, 255, 0.2) !important;
}
.theme__societies--pastel input,
.t__soc--pas input {
  border-color: rgba(190, 150, 255, 0.2);
}
.theme__societies--pastel p,
.t__soc--pas p {
  color: #4a4a4a;
}
.theme__societies--pastel .button,
.theme__societies--pastel .btn,
.theme__societies--pastel .btn__pill, .theme__societies--pastel.button, .theme__societies--pastel.btn, .theme__societies--pastel.btn__pill,
.t__soc--pas .button,
.t__soc--pas .btn,
.t__soc--pas .btn__pill,
.t__soc--pas.button,
.t__soc--pas.btn,
.t__soc--pas.btn__pill {
  border-color: rgba(190, 150, 255, 0.2);
}
@media (hover: hover) {
  .theme__societies--pastel .button:hover,
  .theme__societies--pastel .btn:hover,
  .theme__societies--pastel .btn__pill:hover, .theme__societies--pastel.button:hover, .theme__societies--pastel.btn:hover, .theme__societies--pastel.btn__pill:hover,
  .t__soc--pas .button:hover,
  .t__soc--pas .btn:hover,
  .t__soc--pas .btn__pill:hover,
  .t__soc--pas.button:hover,
  .t__soc--pas.btn:hover,
  .t__soc--pas.btn__pill:hover {
    color: #ffffff;
    background: rgba(190, 150, 255, 0.2);
  }
  .theme__societies--pastel .button:hover i,
  .theme__societies--pastel .btn:hover i,
  .theme__societies--pastel .btn__pill:hover i, .theme__societies--pastel.button:hover i, .theme__societies--pastel.btn:hover i, .theme__societies--pastel.btn__pill:hover i,
  .t__soc--pas .button:hover i,
  .t__soc--pas .btn:hover i,
  .t__soc--pas .btn__pill:hover i,
  .t__soc--pas.button:hover i,
  .t__soc--pas.btn:hover i,
  .t__soc--pas.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__societies--pastel .button__invert,
.theme__societies--pastel .btn__invert,
.theme__societies--pastel .btn__pill__invert, .theme__societies--pastel.button__invert, .theme__societies--pastel.btn__invert, .theme__societies--pastel.btn__pill__invert,
.t__soc--pas .button__invert,
.t__soc--pas .btn__invert,
.t__soc--pas .btn__pill__invert,
.t__soc--pas.button__invert,
.t__soc--pas.btn__invert,
.t__soc--pas.btn__pill__invert {
  background-color: rgba(190, 150, 255, 0.2);
  color: #ffffff;
}
.theme__societies--pastel .button__invert h4,
.theme__societies--pastel .btn__invert h4,
.theme__societies--pastel .btn__pill__invert h4, .theme__societies--pastel.button__invert h4, .theme__societies--pastel.btn__invert h4, .theme__societies--pastel.btn__pill__invert h4,
.t__soc--pas .button__invert h4,
.t__soc--pas .btn__invert h4,
.t__soc--pas .btn__pill__invert h4,
.t__soc--pas.button__invert h4,
.t__soc--pas.btn__invert h4,
.t__soc--pas.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__societies--pastel .button__invert:hover,
.theme__societies--pastel .btn__invert:hover,
.theme__societies--pastel .btn__pill__invert:hover, .theme__societies--pastel.button__invert:hover, .theme__societies--pastel.btn__invert:hover, .theme__societies--pastel.btn__pill__invert:hover,
.t__soc--pas .button__invert:hover,
.t__soc--pas .btn__invert:hover,
.t__soc--pas .btn__pill__invert:hover,
.t__soc--pas.button__invert:hover,
.t__soc--pas.btn__invert:hover,
.t__soc--pas.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__societies--pastel .button__invert:hover h4,
.theme__societies--pastel .btn__invert:hover h4,
.theme__societies--pastel .btn__pill__invert:hover h4, .theme__societies--pastel.button__invert:hover h4, .theme__societies--pastel.btn__invert:hover h4, .theme__societies--pastel.btn__pill__invert:hover h4,
.t__soc--pas .button__invert:hover h4,
.t__soc--pas .btn__invert:hover h4,
.t__soc--pas .btn__pill__invert:hover h4,
.t__soc--pas.button__invert:hover h4,
.t__soc--pas.btn__invert:hover h4,
.t__soc--pas.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__societies--pastel .button__invert--hover:hover,
.theme__societies--pastel .btn__invert--hover:hover,
.theme__societies--pastel .btn__pill__invert--hover:hover, .theme__societies--pastel.button__invert--hover:hover, .theme__societies--pastel.btn__invert--hover:hover, .theme__societies--pastel.btn__pill__invert--hover:hover,
.t__soc--pas .button__invert--hover:hover,
.t__soc--pas .btn__invert--hover:hover,
.t__soc--pas .btn__pill__invert--hover:hover,
.t__soc--pas.button__invert--hover:hover,
.t__soc--pas.btn__invert--hover:hover,
.t__soc--pas.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__societies--pastel .button__under,
.theme__societies--pastel .btn__under,
.theme__societies--pastel .btn__pill__under, .theme__societies--pastel.button__under, .theme__societies--pastel.btn__under, .theme__societies--pastel.btn__pill__under,
.t__soc--pas .button__under,
.t__soc--pas .btn__under,
.t__soc--pas .btn__pill__under,
.t__soc--pas.button__under,
.t__soc--pas.btn__under,
.t__soc--pas.btn__pill__under {
  border-color: rgba(190, 150, 255, 0.2);
}
.theme__societies--pastel .btn__large,
.t__soc--pas .btn__large {
  background-color: rgba(190, 150, 255, 0.2);
}
.theme__societies--pastel .input__search,
.t__soc--pas .input__search {
  border-color: rgba(190, 150, 255, 0.2);
}
.theme__societies--pastel .input__search i,
.t__soc--pas .input__search i {
  color: #4a4a4a;
}
.theme__societies--pastel .input__search:hover i,
.t__soc--pas .input__search:hover i {
  color: rgba(190, 150, 255, 0.2);
}
.theme__societies--pastel .component__foreground,
.t__soc--pas .component__foreground {
  color: #4a4a4a;
}
.theme__societies--pastel.card,
.theme__societies--pastel .card, .theme__societies--pastel.card__with-image,
.theme__societies--pastel .card__with-image,
.t__soc--pas.card,
.t__soc--pas .card,
.t__soc--pas.card__with-image,
.t__soc--pas .card__with-image {
  border-color: rgba(190, 150, 255, 0.2);
}
.theme__societies--pastel.card__highlight,
.theme__societies--pastel .card__highlight,
.theme__societies--pastel .card__highlight--image,
.theme__societies--pastel .card__highlight--final,
.t__soc--pas.card__highlight,
.t__soc--pas .card__highlight,
.t__soc--pas .card__highlight--image,
.t__soc--pas .card__highlight--final {
  background-color: rgba(190, 150, 255, 0.2);
  border-color: rgba(190, 150, 255, 0.2);
}
.theme__societies--pastel.card__highlight--title,
.theme__societies--pastel .card__highlight--title,
.theme__societies--pastel .card__highlight--image,
.theme__societies--pastel .card__highlight--final,
.t__soc--pas.card__highlight--title,
.t__soc--pas .card__highlight--title,
.t__soc--pas .card__highlight--image,
.t__soc--pas .card__highlight--final {
  color: #4a4a4a;
}
.theme__societies--pastel .image-slider__selector--dot,
.t__soc--pas .image-slider__selector--dot {
  background-color: rgba(190, 150, 255, 0.2);
}
.theme__societies--pastel .call-to-action__text h3,
.t__soc--pas .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__societies--pastel .officer__block--title h5, .theme__societies--pastel .officer__block--title h6,
.t__soc--pas .officer__block--title h5,
.t__soc--pas .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__societies--pastel .block__statement--link,
.t__soc--pas .block__statement--link {
  color: #4a4a4a;
}
.theme__societies--pastel .card__cutoff,
.t__soc--pas .card__cutoff {
  background: linear-gradient(rgba(190, 150, 255, 0.2), rgba(190, 150, 255, 0.2)), linear-gradient(white, white);
}
.theme__societies--pastel .card__cutoff p,
.t__soc--pas .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__societies--pastel .card__cutoff:hover,
  .t__soc--pas .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__societies--pastel .card__cutoff:hover p,
  .t__soc--pas .card__cutoff:hover p {
    color: rgba(190, 150, 255, 0.2);
  }
  .theme__societies--pastel .card__cutoff:hover .card__cutoff--link,
  .t__soc--pas .card__cutoff:hover .card__cutoff--link {
    color: rgba(190, 150, 255, 0.2);
  }
  .theme__societies--pastel .card__cutoff:hover .card__cutoff--text,
  .t__soc--pas .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__societies--pastel .card__cutoff:hover .card__cutoff--text p,
  .t__soc--pas .card__cutoff:hover .card__cutoff--text p {
    color: rgba(190, 150, 255, 0.2);
  }
  .theme__societies--pastel .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__soc--pas .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: rgba(190, 150, 255, 0.2);
  }
}
.theme__societies--pastel .card__cutoff--link,
.t__soc--pas .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__societies--pastel .card__cutoff--link:hover,
  .t__soc--pas .card__cutoff--link:hover {
    color: rgba(190, 150, 255, 0.2);
  }
  .theme__societies--pastel .card__cutoff--link:hover--link,
  .t__soc--pas .card__cutoff--link:hover--link {
    color: rgba(190, 150, 255, 0.2);
  }
}
.theme__societies--pastel .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__soc--pas .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: rgba(190, 150, 255, 0.2);
}
.theme__societies--pastel .dropdown__toggle--title,
.t__soc--pas .dropdown__toggle--title {
  color: rgba(190, 150, 255, 0.2);
}
.theme__societies--pastel .dropdown__toggle--icon i,
.t__soc--pas .dropdown__toggle--icon i {
  color: rgba(190, 150, 255, 0.2);
}
.theme__societies--pastel .large_timer__countdown--item_large,
.t__soc--pas .large_timer__countdown--item_large {
  background-color: rgba(190, 150, 255, 0.2);
}
.theme__societies--pastel .large_timer__countdown--item_medium,
.t__soc--pas .large_timer__countdown--item_medium {
  background-color: rgba(190, 150, 255, 0.2);
}
.theme__societies--pastel .large_timer__countdown--item_small,
.t__soc--pas .large_timer__countdown--item_small {
  background-color: rgba(190, 150, 255, 0.2);
}
.theme__societies--pastel .modalcontent,
.t__soc--pas .modalcontent {
  border-color: rgba(190, 150, 255, 0.2);
}
.theme__societies--pastel .transparent__header,
.t__soc--pas .transparent__header {
  background: rgba(190, 150, 255, 0.2);
}
.theme__societies--pastel .breadcrumb__slashes,
.t__soc--pas .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__societies--pastel .the-list,
.t__soc--pas .the-list {
  background-color: rgba(190, 150, 255, 0.2);
}
.theme__societies--pastel .the-list option,
.t__soc--pas .the-list option {
  border-color: rgba(190, 150, 255, 0.2) !important;
}
.theme__societies--pastel .es-list::-webkit-scrollbar-thumb,
.t__soc--pas .es-list::-webkit-scrollbar-thumb {
  background: rgba(190, 150, 255, 0.2);
}
.theme__societies--pastel .es-visible,
.t__soc--pas .es-visible {
  border-color: rgba(190, 150, 255, 0.2) !important;
}
.theme__societies--pastel .ot-open,
.theme__societies--pastel .ot-closed,
.t__soc--pas .ot-open,
.t__soc--pas .ot-closed {
  color: rgba(190, 150, 255, 0.2);
}
.theme__societies--pastel .colour__foreground,
.t__soc--pas .colour__foreground {
  color: rgba(190, 150, 255, 0.2);
}
.theme__societies--pastel h1.t__none,
.theme__societies--pastel h1.theme__none,
.theme__societies--pastel h2.t__none,
.theme__societies--pastel h2.theme__none,
.theme__societies--pastel h3.t__none,
.theme__societies--pastel h3.theme__none,
.theme__societies--pastel h4.t__none,
.theme__societies--pastel h4.theme__none,
.theme__societies--pastel h1.t__none--w-hov,
.theme__societies--pastel h1.theme__none--with-hover,
.theme__societies--pastel h2.t__none--w-hov,
.theme__societies--pastel h2.theme__none--with-hover,
.theme__societies--pastel h3.t__none--w-hov,
.theme__societies--pastel h3.theme__none--with-hover,
.theme__societies--pastel h4.t__none--w-hov,
.theme__societies--pastel h4.theme__none--with-hover,
.t__soc--pas h1.t__none,
.t__soc--pas h1.theme__none,
.t__soc--pas h2.t__none,
.t__soc--pas h2.theme__none,
.t__soc--pas h3.t__none,
.t__soc--pas h3.theme__none,
.t__soc--pas h4.t__none,
.t__soc--pas h4.theme__none,
.t__soc--pas h1.t__none--w-hov,
.t__soc--pas h1.theme__none--with-hover,
.t__soc--pas h2.t__none--w-hov,
.t__soc--pas h2.theme__none--with-hover,
.t__soc--pas h3.t__none--w-hov,
.t__soc--pas h3.theme__none--with-hover,
.t__soc--pas h4.t__none--w-hov,
.t__soc--pas h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__societies--pastel span.t__none,
.theme__societies--pastel span.theme__none,
.t__soc--pas span.t__none,
.t__soc--pas span.theme__none {
  color: #4a4a4a;
}
.theme__societies--pastel i.t__none,
.theme__societies--pastel i.theme__none,
.t__soc--pas i.t__none,
.t__soc--pas i.theme__none {
  color: #4a4a4a;
}
.theme__societies--pastel a.border__none,
.theme__societies--pastel a.b__none,
.t__soc--pas a.border__none,
.t__soc--pas a.b__none {
  border: 0;
}
.theme__societies--pastel a:hover h1.t__none,
.theme__societies--pastel a:hover h1.theme__none,
.theme__societies--pastel a:hover h2.t__none,
.theme__societies--pastel a:hover h2.theme__none,
.theme__societies--pastel a:hover h3.t__none,
.theme__societies--pastel a:hover h3.theme__none,
.theme__societies--pastel a:hover h4.t__none,
.theme__societies--pastel a:hover h4.theme__none,
.t__soc--pas a:hover h1.t__none,
.t__soc--pas a:hover h1.theme__none,
.t__soc--pas a:hover h2.t__none,
.t__soc--pas a:hover h2.theme__none,
.t__soc--pas a:hover h3.t__none,
.t__soc--pas a:hover h3.theme__none,
.t__soc--pas a:hover h4.t__none,
.t__soc--pas a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__societies--pastel a:hover h1.t__none--w-hov,
.theme__societies--pastel a:hover h1.theme__none--with-hover,
.theme__societies--pastel a:hover h2.t__none--w-hov,
.theme__societies--pastel a:hover h2.theme__none--with-hover,
.theme__societies--pastel a:hover h3.t__none--w-hov,
.theme__societies--pastel a:hover h3.theme__none--with-hover,
.theme__societies--pastel a:hover h4.t__none--w-hov,
.theme__societies--pastel a:hover h4.theme__none--with-hover,
.t__soc--pas a:hover h1.t__none--w-hov,
.t__soc--pas a:hover h1.theme__none--with-hover,
.t__soc--pas a:hover h2.t__none--w-hov,
.t__soc--pas a:hover h2.theme__none--with-hover,
.t__soc--pas a:hover h3.t__none--w-hov,
.t__soc--pas a:hover h3.theme__none--with-hover,
.t__soc--pas a:hover h4.t__none--w-hov,
.t__soc--pas a:hover h4.theme__none--with-hover {
  color: rgba(190, 150, 255, 0.2);
}

.theme__societies--background-primary,
.t__soc--bg-pri {
  background-color: #A078FF;
}

.theme__societies--background-secondary,
.t__soc--bg-sec {
  background-color: #A078FF;
}

.theme__societies--background-pastel,
.t__soc--bg-pas {
  background-color: rgba(190, 150, 255, 0.2);
}

.theme__sports-fitness--primary h1, .theme__sports-fitness--primary h2, .theme__sports-fitness--primary h3, .theme__sports-fitness--primary h4, .theme__sports-fitness--primary h5, .theme__sports-fitness--primary h6,
.t__spf--pri h1,
.t__spf--pri h2,
.t__spf--pri h3,
.t__spf--pri h4,
.t__spf--pri h5,
.t__spf--pri h6 {
  color: #FFB43C;
}
.theme__sports-fitness--primary a,
.t__spf--pri a {
  color: #4a4a4a;
  border-color: #FFB43C;
  text-decoration: none;
}
.theme__sports-fitness--primary a:hover,
.t__spf--pri a:hover {
  color: #FFB43C;
}
.theme__sports-fitness--primary a:hover h1, .theme__sports-fitness--primary a:hover h2, .theme__sports-fitness--primary a:hover h3, .theme__sports-fitness--primary a:hover h4, .theme__sports-fitness--primary a:hover h5, .theme__sports-fitness--primary a:hover h6,
.t__spf--pri a:hover h1,
.t__spf--pri a:hover h2,
.t__spf--pri a:hover h3,
.t__spf--pri a:hover h4,
.t__spf--pri a:hover h5,
.t__spf--pri a:hover h6 {
  color: #FFB43C;
}
.theme__sports-fitness--primary a div,
.t__spf--pri a div {
  border-color: #FFB43C !important;
}
.theme__sports-fitness--primary input,
.t__spf--pri input {
  border-color: #FFB43C;
}
.theme__sports-fitness--primary p,
.t__spf--pri p {
  color: #4a4a4a;
}
.theme__sports-fitness--primary .button,
.theme__sports-fitness--primary .btn,
.theme__sports-fitness--primary .btn__pill, .theme__sports-fitness--primary.button, .theme__sports-fitness--primary.btn, .theme__sports-fitness--primary.btn__pill,
.t__spf--pri .button,
.t__spf--pri .btn,
.t__spf--pri .btn__pill,
.t__spf--pri.button,
.t__spf--pri.btn,
.t__spf--pri.btn__pill {
  border-color: #FFB43C;
}
@media (hover: hover) {
  .theme__sports-fitness--primary .button:hover,
  .theme__sports-fitness--primary .btn:hover,
  .theme__sports-fitness--primary .btn__pill:hover, .theme__sports-fitness--primary.button:hover, .theme__sports-fitness--primary.btn:hover, .theme__sports-fitness--primary.btn__pill:hover,
  .t__spf--pri .button:hover,
  .t__spf--pri .btn:hover,
  .t__spf--pri .btn__pill:hover,
  .t__spf--pri.button:hover,
  .t__spf--pri.btn:hover,
  .t__spf--pri.btn__pill:hover {
    color: #ffffff;
    background: #FFB43C;
  }
  .theme__sports-fitness--primary .button:hover i,
  .theme__sports-fitness--primary .btn:hover i,
  .theme__sports-fitness--primary .btn__pill:hover i, .theme__sports-fitness--primary.button:hover i, .theme__sports-fitness--primary.btn:hover i, .theme__sports-fitness--primary.btn__pill:hover i,
  .t__spf--pri .button:hover i,
  .t__spf--pri .btn:hover i,
  .t__spf--pri .btn__pill:hover i,
  .t__spf--pri.button:hover i,
  .t__spf--pri.btn:hover i,
  .t__spf--pri.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__sports-fitness--primary .button__invert,
.theme__sports-fitness--primary .btn__invert,
.theme__sports-fitness--primary .btn__pill__invert, .theme__sports-fitness--primary.button__invert, .theme__sports-fitness--primary.btn__invert, .theme__sports-fitness--primary.btn__pill__invert,
.t__spf--pri .button__invert,
.t__spf--pri .btn__invert,
.t__spf--pri .btn__pill__invert,
.t__spf--pri.button__invert,
.t__spf--pri.btn__invert,
.t__spf--pri.btn__pill__invert {
  background-color: #FFB43C;
  color: #ffffff;
}
.theme__sports-fitness--primary .button__invert h4,
.theme__sports-fitness--primary .btn__invert h4,
.theme__sports-fitness--primary .btn__pill__invert h4, .theme__sports-fitness--primary.button__invert h4, .theme__sports-fitness--primary.btn__invert h4, .theme__sports-fitness--primary.btn__pill__invert h4,
.t__spf--pri .button__invert h4,
.t__spf--pri .btn__invert h4,
.t__spf--pri .btn__pill__invert h4,
.t__spf--pri.button__invert h4,
.t__spf--pri.btn__invert h4,
.t__spf--pri.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__sports-fitness--primary .button__invert:hover,
.theme__sports-fitness--primary .btn__invert:hover,
.theme__sports-fitness--primary .btn__pill__invert:hover, .theme__sports-fitness--primary.button__invert:hover, .theme__sports-fitness--primary.btn__invert:hover, .theme__sports-fitness--primary.btn__pill__invert:hover,
.t__spf--pri .button__invert:hover,
.t__spf--pri .btn__invert:hover,
.t__spf--pri .btn__pill__invert:hover,
.t__spf--pri.button__invert:hover,
.t__spf--pri.btn__invert:hover,
.t__spf--pri.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__sports-fitness--primary .button__invert:hover h4,
.theme__sports-fitness--primary .btn__invert:hover h4,
.theme__sports-fitness--primary .btn__pill__invert:hover h4, .theme__sports-fitness--primary.button__invert:hover h4, .theme__sports-fitness--primary.btn__invert:hover h4, .theme__sports-fitness--primary.btn__pill__invert:hover h4,
.t__spf--pri .button__invert:hover h4,
.t__spf--pri .btn__invert:hover h4,
.t__spf--pri .btn__pill__invert:hover h4,
.t__spf--pri.button__invert:hover h4,
.t__spf--pri.btn__invert:hover h4,
.t__spf--pri.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__sports-fitness--primary .button__invert--hover:hover,
.theme__sports-fitness--primary .btn__invert--hover:hover,
.theme__sports-fitness--primary .btn__pill__invert--hover:hover, .theme__sports-fitness--primary.button__invert--hover:hover, .theme__sports-fitness--primary.btn__invert--hover:hover, .theme__sports-fitness--primary.btn__pill__invert--hover:hover,
.t__spf--pri .button__invert--hover:hover,
.t__spf--pri .btn__invert--hover:hover,
.t__spf--pri .btn__pill__invert--hover:hover,
.t__spf--pri.button__invert--hover:hover,
.t__spf--pri.btn__invert--hover:hover,
.t__spf--pri.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__sports-fitness--primary .button__under,
.theme__sports-fitness--primary .btn__under,
.theme__sports-fitness--primary .btn__pill__under, .theme__sports-fitness--primary.button__under, .theme__sports-fitness--primary.btn__under, .theme__sports-fitness--primary.btn__pill__under,
.t__spf--pri .button__under,
.t__spf--pri .btn__under,
.t__spf--pri .btn__pill__under,
.t__spf--pri.button__under,
.t__spf--pri.btn__under,
.t__spf--pri.btn__pill__under {
  border-color: #FFB43C;
}
.theme__sports-fitness--primary .btn__large,
.t__spf--pri .btn__large {
  background-color: #FFB43C;
}
.theme__sports-fitness--primary .input__search,
.t__spf--pri .input__search {
  border-color: #FFB43C;
}
.theme__sports-fitness--primary .input__search i,
.t__spf--pri .input__search i {
  color: #4a4a4a;
}
.theme__sports-fitness--primary .input__search:hover i,
.t__spf--pri .input__search:hover i {
  color: #FFB43C;
}
.theme__sports-fitness--primary .component__foreground,
.t__spf--pri .component__foreground {
  color: #4a4a4a;
}
.theme__sports-fitness--primary.card,
.theme__sports-fitness--primary .card, .theme__sports-fitness--primary.card__with-image,
.theme__sports-fitness--primary .card__with-image,
.t__spf--pri.card,
.t__spf--pri .card,
.t__spf--pri.card__with-image,
.t__spf--pri .card__with-image {
  border-color: #FFB43C;
}
.theme__sports-fitness--primary.card__highlight,
.theme__sports-fitness--primary .card__highlight,
.theme__sports-fitness--primary .card__highlight--image,
.theme__sports-fitness--primary .card__highlight--final,
.t__spf--pri.card__highlight,
.t__spf--pri .card__highlight,
.t__spf--pri .card__highlight--image,
.t__spf--pri .card__highlight--final {
  background-color: #FFB43C;
  border-color: #FFB43C;
}
.theme__sports-fitness--primary.card__highlight--title,
.theme__sports-fitness--primary .card__highlight--title,
.theme__sports-fitness--primary .card__highlight--image,
.theme__sports-fitness--primary .card__highlight--final,
.t__spf--pri.card__highlight--title,
.t__spf--pri .card__highlight--title,
.t__spf--pri .card__highlight--image,
.t__spf--pri .card__highlight--final {
  color: #4a4a4a;
}
.theme__sports-fitness--primary .image-slider__selector--dot,
.t__spf--pri .image-slider__selector--dot {
  background-color: #FFB43C;
}
.theme__sports-fitness--primary .call-to-action__text h3,
.t__spf--pri .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__sports-fitness--primary .officer__block--title h5, .theme__sports-fitness--primary .officer__block--title h6,
.t__spf--pri .officer__block--title h5,
.t__spf--pri .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__sports-fitness--primary .block__statement--link,
.t__spf--pri .block__statement--link {
  color: #4a4a4a;
}
.theme__sports-fitness--primary .card__cutoff,
.t__spf--pri .card__cutoff {
  background: linear-gradient(#FFB43C, #FFB43C), linear-gradient(white, white);
}
.theme__sports-fitness--primary .card__cutoff p,
.t__spf--pri .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__sports-fitness--primary .card__cutoff:hover,
  .t__spf--pri .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__sports-fitness--primary .card__cutoff:hover p,
  .t__spf--pri .card__cutoff:hover p {
    color: #FFB43C;
  }
  .theme__sports-fitness--primary .card__cutoff:hover .card__cutoff--link,
  .t__spf--pri .card__cutoff:hover .card__cutoff--link {
    color: #FFB43C;
  }
  .theme__sports-fitness--primary .card__cutoff:hover .card__cutoff--text,
  .t__spf--pri .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__sports-fitness--primary .card__cutoff:hover .card__cutoff--text p,
  .t__spf--pri .card__cutoff:hover .card__cutoff--text p {
    color: #FFB43C;
  }
  .theme__sports-fitness--primary .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__spf--pri .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: #FFB43C;
  }
}
.theme__sports-fitness--primary .card__cutoff--link,
.t__spf--pri .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__sports-fitness--primary .card__cutoff--link:hover,
  .t__spf--pri .card__cutoff--link:hover {
    color: #FFB43C;
  }
  .theme__sports-fitness--primary .card__cutoff--link:hover--link,
  .t__spf--pri .card__cutoff--link:hover--link {
    color: #FFB43C;
  }
}
.theme__sports-fitness--primary .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__spf--pri .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: #FFB43C;
}
.theme__sports-fitness--primary .dropdown__toggle--title,
.t__spf--pri .dropdown__toggle--title {
  color: #FFB43C;
}
.theme__sports-fitness--primary .dropdown__toggle--icon i,
.t__spf--pri .dropdown__toggle--icon i {
  color: #FFB43C;
}
.theme__sports-fitness--primary .large_timer__countdown--item_large,
.t__spf--pri .large_timer__countdown--item_large {
  background-color: #FFB43C;
}
.theme__sports-fitness--primary .large_timer__countdown--item_medium,
.t__spf--pri .large_timer__countdown--item_medium {
  background-color: #FFB43C;
}
.theme__sports-fitness--primary .large_timer__countdown--item_small,
.t__spf--pri .large_timer__countdown--item_small {
  background-color: #FFB43C;
}
.theme__sports-fitness--primary .modalcontent,
.t__spf--pri .modalcontent {
  border-color: #FFB43C;
}
.theme__sports-fitness--primary .transparent__header,
.t__spf--pri .transparent__header {
  background: #FFB43C;
}
.theme__sports-fitness--primary .breadcrumb__slashes,
.t__spf--pri .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__sports-fitness--primary .the-list,
.t__spf--pri .the-list {
  background-color: #FFB43C;
}
.theme__sports-fitness--primary .the-list option,
.t__spf--pri .the-list option {
  border-color: #FFB43C !important;
}
.theme__sports-fitness--primary .es-list::-webkit-scrollbar-thumb,
.t__spf--pri .es-list::-webkit-scrollbar-thumb {
  background: #FFB43C;
}
.theme__sports-fitness--primary .es-visible,
.t__spf--pri .es-visible {
  border-color: #FFB43C !important;
}
.theme__sports-fitness--primary .ot-open,
.theme__sports-fitness--primary .ot-closed,
.t__spf--pri .ot-open,
.t__spf--pri .ot-closed {
  color: #FFB43C;
}
.theme__sports-fitness--primary .colour__foreground,
.t__spf--pri .colour__foreground {
  color: #FFB43C;
}
.theme__sports-fitness--primary h1.t__none,
.theme__sports-fitness--primary h1.theme__none,
.theme__sports-fitness--primary h2.t__none,
.theme__sports-fitness--primary h2.theme__none,
.theme__sports-fitness--primary h3.t__none,
.theme__sports-fitness--primary h3.theme__none,
.theme__sports-fitness--primary h4.t__none,
.theme__sports-fitness--primary h4.theme__none,
.theme__sports-fitness--primary h1.t__none--w-hov,
.theme__sports-fitness--primary h1.theme__none--with-hover,
.theme__sports-fitness--primary h2.t__none--w-hov,
.theme__sports-fitness--primary h2.theme__none--with-hover,
.theme__sports-fitness--primary h3.t__none--w-hov,
.theme__sports-fitness--primary h3.theme__none--with-hover,
.theme__sports-fitness--primary h4.t__none--w-hov,
.theme__sports-fitness--primary h4.theme__none--with-hover,
.t__spf--pri h1.t__none,
.t__spf--pri h1.theme__none,
.t__spf--pri h2.t__none,
.t__spf--pri h2.theme__none,
.t__spf--pri h3.t__none,
.t__spf--pri h3.theme__none,
.t__spf--pri h4.t__none,
.t__spf--pri h4.theme__none,
.t__spf--pri h1.t__none--w-hov,
.t__spf--pri h1.theme__none--with-hover,
.t__spf--pri h2.t__none--w-hov,
.t__spf--pri h2.theme__none--with-hover,
.t__spf--pri h3.t__none--w-hov,
.t__spf--pri h3.theme__none--with-hover,
.t__spf--pri h4.t__none--w-hov,
.t__spf--pri h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__sports-fitness--primary span.t__none,
.theme__sports-fitness--primary span.theme__none,
.t__spf--pri span.t__none,
.t__spf--pri span.theme__none {
  color: #4a4a4a;
}
.theme__sports-fitness--primary i.t__none,
.theme__sports-fitness--primary i.theme__none,
.t__spf--pri i.t__none,
.t__spf--pri i.theme__none {
  color: #4a4a4a;
}
.theme__sports-fitness--primary a.border__none,
.theme__sports-fitness--primary a.b__none,
.t__spf--pri a.border__none,
.t__spf--pri a.b__none {
  border: 0;
}
.theme__sports-fitness--primary a:hover h1.t__none,
.theme__sports-fitness--primary a:hover h1.theme__none,
.theme__sports-fitness--primary a:hover h2.t__none,
.theme__sports-fitness--primary a:hover h2.theme__none,
.theme__sports-fitness--primary a:hover h3.t__none,
.theme__sports-fitness--primary a:hover h3.theme__none,
.theme__sports-fitness--primary a:hover h4.t__none,
.theme__sports-fitness--primary a:hover h4.theme__none,
.t__spf--pri a:hover h1.t__none,
.t__spf--pri a:hover h1.theme__none,
.t__spf--pri a:hover h2.t__none,
.t__spf--pri a:hover h2.theme__none,
.t__spf--pri a:hover h3.t__none,
.t__spf--pri a:hover h3.theme__none,
.t__spf--pri a:hover h4.t__none,
.t__spf--pri a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__sports-fitness--primary a:hover h1.t__none--w-hov,
.theme__sports-fitness--primary a:hover h1.theme__none--with-hover,
.theme__sports-fitness--primary a:hover h2.t__none--w-hov,
.theme__sports-fitness--primary a:hover h2.theme__none--with-hover,
.theme__sports-fitness--primary a:hover h3.t__none--w-hov,
.theme__sports-fitness--primary a:hover h3.theme__none--with-hover,
.theme__sports-fitness--primary a:hover h4.t__none--w-hov,
.theme__sports-fitness--primary a:hover h4.theme__none--with-hover,
.t__spf--pri a:hover h1.t__none--w-hov,
.t__spf--pri a:hover h1.theme__none--with-hover,
.t__spf--pri a:hover h2.t__none--w-hov,
.t__spf--pri a:hover h2.theme__none--with-hover,
.t__spf--pri a:hover h3.t__none--w-hov,
.t__spf--pri a:hover h3.theme__none--with-hover,
.t__spf--pri a:hover h4.t__none--w-hov,
.t__spf--pri a:hover h4.theme__none--with-hover {
  color: #FFB43C;
}
.theme__sports-fitness--primary .dotted__line--small, .theme__sports-fitness--primary .dotted__line--medium, .theme__sports-fitness--primary .dotted__line--large, .theme__sports-fitness--primary .dotted__line--x-large, .theme__sports-fitness--primary .dotted__line--huge,
.t__spf--pri .dotted__line--small,
.t__spf--pri .dotted__line--medium,
.t__spf--pri .dotted__line--large,
.t__spf--pri .dotted__line--x-large,
.t__spf--pri .dotted__line--huge {
  border-image-source: url("https://fe3ca8e0a2f497a00e8a-853d39369c554c336474f22b1382bbe4.ssl.cf3.rackcdn.com/dotted_sports.png");
}

.theme__sports-fitness--secondary h1, .theme__sports-fitness--secondary h2, .theme__sports-fitness--secondary h3, .theme__sports-fitness--secondary h4, .theme__sports-fitness--secondary h5, .theme__sports-fitness--secondary h6,
.t__spf--sec h1,
.t__spf--sec h2,
.t__spf--sec h3,
.t__spf--sec h4,
.t__spf--sec h5,
.t__spf--sec h6 {
  color: #FFB43C;
}
.theme__sports-fitness--secondary a,
.t__spf--sec a {
  color: #4a4a4a;
  border-color: #FFB43C;
  text-decoration: none;
}
.theme__sports-fitness--secondary a:hover,
.t__spf--sec a:hover {
  color: #FFB43C;
}
.theme__sports-fitness--secondary a:hover h1, .theme__sports-fitness--secondary a:hover h2, .theme__sports-fitness--secondary a:hover h3, .theme__sports-fitness--secondary a:hover h4, .theme__sports-fitness--secondary a:hover h5, .theme__sports-fitness--secondary a:hover h6,
.t__spf--sec a:hover h1,
.t__spf--sec a:hover h2,
.t__spf--sec a:hover h3,
.t__spf--sec a:hover h4,
.t__spf--sec a:hover h5,
.t__spf--sec a:hover h6 {
  color: #FFB43C;
}
.theme__sports-fitness--secondary a div,
.t__spf--sec a div {
  border-color: #FFB43C !important;
}
.theme__sports-fitness--secondary input,
.t__spf--sec input {
  border-color: #FFB43C;
}
.theme__sports-fitness--secondary p,
.t__spf--sec p {
  color: #4a4a4a;
}
.theme__sports-fitness--secondary .button,
.theme__sports-fitness--secondary .btn,
.theme__sports-fitness--secondary .btn__pill, .theme__sports-fitness--secondary.button, .theme__sports-fitness--secondary.btn, .theme__sports-fitness--secondary.btn__pill,
.t__spf--sec .button,
.t__spf--sec .btn,
.t__spf--sec .btn__pill,
.t__spf--sec.button,
.t__spf--sec.btn,
.t__spf--sec.btn__pill {
  border-color: #FFB43C;
}
@media (hover: hover) {
  .theme__sports-fitness--secondary .button:hover,
  .theme__sports-fitness--secondary .btn:hover,
  .theme__sports-fitness--secondary .btn__pill:hover, .theme__sports-fitness--secondary.button:hover, .theme__sports-fitness--secondary.btn:hover, .theme__sports-fitness--secondary.btn__pill:hover,
  .t__spf--sec .button:hover,
  .t__spf--sec .btn:hover,
  .t__spf--sec .btn__pill:hover,
  .t__spf--sec.button:hover,
  .t__spf--sec.btn:hover,
  .t__spf--sec.btn__pill:hover {
    color: #ffffff;
    background: #FFB43C;
  }
  .theme__sports-fitness--secondary .button:hover i,
  .theme__sports-fitness--secondary .btn:hover i,
  .theme__sports-fitness--secondary .btn__pill:hover i, .theme__sports-fitness--secondary.button:hover i, .theme__sports-fitness--secondary.btn:hover i, .theme__sports-fitness--secondary.btn__pill:hover i,
  .t__spf--sec .button:hover i,
  .t__spf--sec .btn:hover i,
  .t__spf--sec .btn__pill:hover i,
  .t__spf--sec.button:hover i,
  .t__spf--sec.btn:hover i,
  .t__spf--sec.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__sports-fitness--secondary .button__invert,
.theme__sports-fitness--secondary .btn__invert,
.theme__sports-fitness--secondary .btn__pill__invert, .theme__sports-fitness--secondary.button__invert, .theme__sports-fitness--secondary.btn__invert, .theme__sports-fitness--secondary.btn__pill__invert,
.t__spf--sec .button__invert,
.t__spf--sec .btn__invert,
.t__spf--sec .btn__pill__invert,
.t__spf--sec.button__invert,
.t__spf--sec.btn__invert,
.t__spf--sec.btn__pill__invert {
  background-color: #FFB43C;
  color: #ffffff;
}
.theme__sports-fitness--secondary .button__invert h4,
.theme__sports-fitness--secondary .btn__invert h4,
.theme__sports-fitness--secondary .btn__pill__invert h4, .theme__sports-fitness--secondary.button__invert h4, .theme__sports-fitness--secondary.btn__invert h4, .theme__sports-fitness--secondary.btn__pill__invert h4,
.t__spf--sec .button__invert h4,
.t__spf--sec .btn__invert h4,
.t__spf--sec .btn__pill__invert h4,
.t__spf--sec.button__invert h4,
.t__spf--sec.btn__invert h4,
.t__spf--sec.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__sports-fitness--secondary .button__invert:hover,
.theme__sports-fitness--secondary .btn__invert:hover,
.theme__sports-fitness--secondary .btn__pill__invert:hover, .theme__sports-fitness--secondary.button__invert:hover, .theme__sports-fitness--secondary.btn__invert:hover, .theme__sports-fitness--secondary.btn__pill__invert:hover,
.t__spf--sec .button__invert:hover,
.t__spf--sec .btn__invert:hover,
.t__spf--sec .btn__pill__invert:hover,
.t__spf--sec.button__invert:hover,
.t__spf--sec.btn__invert:hover,
.t__spf--sec.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__sports-fitness--secondary .button__invert:hover h4,
.theme__sports-fitness--secondary .btn__invert:hover h4,
.theme__sports-fitness--secondary .btn__pill__invert:hover h4, .theme__sports-fitness--secondary.button__invert:hover h4, .theme__sports-fitness--secondary.btn__invert:hover h4, .theme__sports-fitness--secondary.btn__pill__invert:hover h4,
.t__spf--sec .button__invert:hover h4,
.t__spf--sec .btn__invert:hover h4,
.t__spf--sec .btn__pill__invert:hover h4,
.t__spf--sec.button__invert:hover h4,
.t__spf--sec.btn__invert:hover h4,
.t__spf--sec.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__sports-fitness--secondary .button__invert--hover:hover,
.theme__sports-fitness--secondary .btn__invert--hover:hover,
.theme__sports-fitness--secondary .btn__pill__invert--hover:hover, .theme__sports-fitness--secondary.button__invert--hover:hover, .theme__sports-fitness--secondary.btn__invert--hover:hover, .theme__sports-fitness--secondary.btn__pill__invert--hover:hover,
.t__spf--sec .button__invert--hover:hover,
.t__spf--sec .btn__invert--hover:hover,
.t__spf--sec .btn__pill__invert--hover:hover,
.t__spf--sec.button__invert--hover:hover,
.t__spf--sec.btn__invert--hover:hover,
.t__spf--sec.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__sports-fitness--secondary .button__under,
.theme__sports-fitness--secondary .btn__under,
.theme__sports-fitness--secondary .btn__pill__under, .theme__sports-fitness--secondary.button__under, .theme__sports-fitness--secondary.btn__under, .theme__sports-fitness--secondary.btn__pill__under,
.t__spf--sec .button__under,
.t__spf--sec .btn__under,
.t__spf--sec .btn__pill__under,
.t__spf--sec.button__under,
.t__spf--sec.btn__under,
.t__spf--sec.btn__pill__under {
  border-color: #FFB43C;
}
.theme__sports-fitness--secondary .btn__large,
.t__spf--sec .btn__large {
  background-color: #FFB43C;
}
.theme__sports-fitness--secondary .input__search,
.t__spf--sec .input__search {
  border-color: #FFB43C;
}
.theme__sports-fitness--secondary .input__search i,
.t__spf--sec .input__search i {
  color: #4a4a4a;
}
.theme__sports-fitness--secondary .input__search:hover i,
.t__spf--sec .input__search:hover i {
  color: #FFB43C;
}
.theme__sports-fitness--secondary .component__foreground,
.t__spf--sec .component__foreground {
  color: #4a4a4a;
}
.theme__sports-fitness--secondary.card,
.theme__sports-fitness--secondary .card, .theme__sports-fitness--secondary.card__with-image,
.theme__sports-fitness--secondary .card__with-image,
.t__spf--sec.card,
.t__spf--sec .card,
.t__spf--sec.card__with-image,
.t__spf--sec .card__with-image {
  border-color: #FFB43C;
}
.theme__sports-fitness--secondary.card__highlight,
.theme__sports-fitness--secondary .card__highlight,
.theme__sports-fitness--secondary .card__highlight--image,
.theme__sports-fitness--secondary .card__highlight--final,
.t__spf--sec.card__highlight,
.t__spf--sec .card__highlight,
.t__spf--sec .card__highlight--image,
.t__spf--sec .card__highlight--final {
  background-color: #FFB43C;
  border-color: #FFB43C;
}
.theme__sports-fitness--secondary.card__highlight--title,
.theme__sports-fitness--secondary .card__highlight--title,
.theme__sports-fitness--secondary .card__highlight--image,
.theme__sports-fitness--secondary .card__highlight--final,
.t__spf--sec.card__highlight--title,
.t__spf--sec .card__highlight--title,
.t__spf--sec .card__highlight--image,
.t__spf--sec .card__highlight--final {
  color: #4a4a4a;
}
.theme__sports-fitness--secondary .image-slider__selector--dot,
.t__spf--sec .image-slider__selector--dot {
  background-color: #FFB43C;
}
.theme__sports-fitness--secondary .call-to-action__text h3,
.t__spf--sec .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__sports-fitness--secondary .officer__block--title h5, .theme__sports-fitness--secondary .officer__block--title h6,
.t__spf--sec .officer__block--title h5,
.t__spf--sec .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__sports-fitness--secondary .block__statement--link,
.t__spf--sec .block__statement--link {
  color: #4a4a4a;
}
.theme__sports-fitness--secondary .card__cutoff,
.t__spf--sec .card__cutoff {
  background: linear-gradient(#FFB43C, #FFB43C), linear-gradient(white, white);
}
.theme__sports-fitness--secondary .card__cutoff p,
.t__spf--sec .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__sports-fitness--secondary .card__cutoff:hover,
  .t__spf--sec .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__sports-fitness--secondary .card__cutoff:hover p,
  .t__spf--sec .card__cutoff:hover p {
    color: #FFB43C;
  }
  .theme__sports-fitness--secondary .card__cutoff:hover .card__cutoff--link,
  .t__spf--sec .card__cutoff:hover .card__cutoff--link {
    color: #FFB43C;
  }
  .theme__sports-fitness--secondary .card__cutoff:hover .card__cutoff--text,
  .t__spf--sec .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__sports-fitness--secondary .card__cutoff:hover .card__cutoff--text p,
  .t__spf--sec .card__cutoff:hover .card__cutoff--text p {
    color: #FFB43C;
  }
  .theme__sports-fitness--secondary .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__spf--sec .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: #FFB43C;
  }
}
.theme__sports-fitness--secondary .card__cutoff--link,
.t__spf--sec .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__sports-fitness--secondary .card__cutoff--link:hover,
  .t__spf--sec .card__cutoff--link:hover {
    color: #FFB43C;
  }
  .theme__sports-fitness--secondary .card__cutoff--link:hover--link,
  .t__spf--sec .card__cutoff--link:hover--link {
    color: #FFB43C;
  }
}
.theme__sports-fitness--secondary .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__spf--sec .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: #FFB43C;
}
.theme__sports-fitness--secondary .dropdown__toggle--title,
.t__spf--sec .dropdown__toggle--title {
  color: #FFB43C;
}
.theme__sports-fitness--secondary .dropdown__toggle--icon i,
.t__spf--sec .dropdown__toggle--icon i {
  color: #FFB43C;
}
.theme__sports-fitness--secondary .large_timer__countdown--item_large,
.t__spf--sec .large_timer__countdown--item_large {
  background-color: #FFB43C;
}
.theme__sports-fitness--secondary .large_timer__countdown--item_medium,
.t__spf--sec .large_timer__countdown--item_medium {
  background-color: #FFB43C;
}
.theme__sports-fitness--secondary .large_timer__countdown--item_small,
.t__spf--sec .large_timer__countdown--item_small {
  background-color: #FFB43C;
}
.theme__sports-fitness--secondary .modalcontent,
.t__spf--sec .modalcontent {
  border-color: #FFB43C;
}
.theme__sports-fitness--secondary .transparent__header,
.t__spf--sec .transparent__header {
  background: #FFB43C;
}
.theme__sports-fitness--secondary .breadcrumb__slashes,
.t__spf--sec .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__sports-fitness--secondary .the-list,
.t__spf--sec .the-list {
  background-color: #FFB43C;
}
.theme__sports-fitness--secondary .the-list option,
.t__spf--sec .the-list option {
  border-color: #FFB43C !important;
}
.theme__sports-fitness--secondary .es-list::-webkit-scrollbar-thumb,
.t__spf--sec .es-list::-webkit-scrollbar-thumb {
  background: #FFB43C;
}
.theme__sports-fitness--secondary .es-visible,
.t__spf--sec .es-visible {
  border-color: #FFB43C !important;
}
.theme__sports-fitness--secondary .ot-open,
.theme__sports-fitness--secondary .ot-closed,
.t__spf--sec .ot-open,
.t__spf--sec .ot-closed {
  color: #FFB43C;
}
.theme__sports-fitness--secondary .colour__foreground,
.t__spf--sec .colour__foreground {
  color: #FFB43C;
}
.theme__sports-fitness--secondary h1.t__none,
.theme__sports-fitness--secondary h1.theme__none,
.theme__sports-fitness--secondary h2.t__none,
.theme__sports-fitness--secondary h2.theme__none,
.theme__sports-fitness--secondary h3.t__none,
.theme__sports-fitness--secondary h3.theme__none,
.theme__sports-fitness--secondary h4.t__none,
.theme__sports-fitness--secondary h4.theme__none,
.theme__sports-fitness--secondary h1.t__none--w-hov,
.theme__sports-fitness--secondary h1.theme__none--with-hover,
.theme__sports-fitness--secondary h2.t__none--w-hov,
.theme__sports-fitness--secondary h2.theme__none--with-hover,
.theme__sports-fitness--secondary h3.t__none--w-hov,
.theme__sports-fitness--secondary h3.theme__none--with-hover,
.theme__sports-fitness--secondary h4.t__none--w-hov,
.theme__sports-fitness--secondary h4.theme__none--with-hover,
.t__spf--sec h1.t__none,
.t__spf--sec h1.theme__none,
.t__spf--sec h2.t__none,
.t__spf--sec h2.theme__none,
.t__spf--sec h3.t__none,
.t__spf--sec h3.theme__none,
.t__spf--sec h4.t__none,
.t__spf--sec h4.theme__none,
.t__spf--sec h1.t__none--w-hov,
.t__spf--sec h1.theme__none--with-hover,
.t__spf--sec h2.t__none--w-hov,
.t__spf--sec h2.theme__none--with-hover,
.t__spf--sec h3.t__none--w-hov,
.t__spf--sec h3.theme__none--with-hover,
.t__spf--sec h4.t__none--w-hov,
.t__spf--sec h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__sports-fitness--secondary span.t__none,
.theme__sports-fitness--secondary span.theme__none,
.t__spf--sec span.t__none,
.t__spf--sec span.theme__none {
  color: #4a4a4a;
}
.theme__sports-fitness--secondary i.t__none,
.theme__sports-fitness--secondary i.theme__none,
.t__spf--sec i.t__none,
.t__spf--sec i.theme__none {
  color: #4a4a4a;
}
.theme__sports-fitness--secondary a.border__none,
.theme__sports-fitness--secondary a.b__none,
.t__spf--sec a.border__none,
.t__spf--sec a.b__none {
  border: 0;
}
.theme__sports-fitness--secondary a:hover h1.t__none,
.theme__sports-fitness--secondary a:hover h1.theme__none,
.theme__sports-fitness--secondary a:hover h2.t__none,
.theme__sports-fitness--secondary a:hover h2.theme__none,
.theme__sports-fitness--secondary a:hover h3.t__none,
.theme__sports-fitness--secondary a:hover h3.theme__none,
.theme__sports-fitness--secondary a:hover h4.t__none,
.theme__sports-fitness--secondary a:hover h4.theme__none,
.t__spf--sec a:hover h1.t__none,
.t__spf--sec a:hover h1.theme__none,
.t__spf--sec a:hover h2.t__none,
.t__spf--sec a:hover h2.theme__none,
.t__spf--sec a:hover h3.t__none,
.t__spf--sec a:hover h3.theme__none,
.t__spf--sec a:hover h4.t__none,
.t__spf--sec a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__sports-fitness--secondary a:hover h1.t__none--w-hov,
.theme__sports-fitness--secondary a:hover h1.theme__none--with-hover,
.theme__sports-fitness--secondary a:hover h2.t__none--w-hov,
.theme__sports-fitness--secondary a:hover h2.theme__none--with-hover,
.theme__sports-fitness--secondary a:hover h3.t__none--w-hov,
.theme__sports-fitness--secondary a:hover h3.theme__none--with-hover,
.theme__sports-fitness--secondary a:hover h4.t__none--w-hov,
.theme__sports-fitness--secondary a:hover h4.theme__none--with-hover,
.t__spf--sec a:hover h1.t__none--w-hov,
.t__spf--sec a:hover h1.theme__none--with-hover,
.t__spf--sec a:hover h2.t__none--w-hov,
.t__spf--sec a:hover h2.theme__none--with-hover,
.t__spf--sec a:hover h3.t__none--w-hov,
.t__spf--sec a:hover h3.theme__none--with-hover,
.t__spf--sec a:hover h4.t__none--w-hov,
.t__spf--sec a:hover h4.theme__none--with-hover {
  color: #FFB43C;
}

.theme__sports-fitness--pastel h1, .theme__sports-fitness--pastel h2, .theme__sports-fitness--pastel h3, .theme__sports-fitness--pastel h4, .theme__sports-fitness--pastel h5, .theme__sports-fitness--pastel h6,
.t__spf--pas h1,
.t__spf--pas h2,
.t__spf--pas h3,
.t__spf--pas h4,
.t__spf--pas h5,
.t__spf--pas h6 {
  color: rgba(255, 180, 60, 0.1);
}
.theme__sports-fitness--pastel a,
.t__spf--pas a {
  color: #4a4a4a;
  border-color: rgba(255, 180, 60, 0.1);
  text-decoration: none;
}
.theme__sports-fitness--pastel a:hover,
.t__spf--pas a:hover {
  color: rgba(255, 180, 60, 0.1);
}
.theme__sports-fitness--pastel a:hover h1, .theme__sports-fitness--pastel a:hover h2, .theme__sports-fitness--pastel a:hover h3, .theme__sports-fitness--pastel a:hover h4, .theme__sports-fitness--pastel a:hover h5, .theme__sports-fitness--pastel a:hover h6,
.t__spf--pas a:hover h1,
.t__spf--pas a:hover h2,
.t__spf--pas a:hover h3,
.t__spf--pas a:hover h4,
.t__spf--pas a:hover h5,
.t__spf--pas a:hover h6 {
  color: rgba(255, 180, 60, 0.1);
}
.theme__sports-fitness--pastel a div,
.t__spf--pas a div {
  border-color: rgba(255, 180, 60, 0.1) !important;
}
.theme__sports-fitness--pastel input,
.t__spf--pas input {
  border-color: rgba(255, 180, 60, 0.1);
}
.theme__sports-fitness--pastel p,
.t__spf--pas p {
  color: #4a4a4a;
}
.theme__sports-fitness--pastel .button,
.theme__sports-fitness--pastel .btn,
.theme__sports-fitness--pastel .btn__pill, .theme__sports-fitness--pastel.button, .theme__sports-fitness--pastel.btn, .theme__sports-fitness--pastel.btn__pill,
.t__spf--pas .button,
.t__spf--pas .btn,
.t__spf--pas .btn__pill,
.t__spf--pas.button,
.t__spf--pas.btn,
.t__spf--pas.btn__pill {
  border-color: rgba(255, 180, 60, 0.1);
}
@media (hover: hover) {
  .theme__sports-fitness--pastel .button:hover,
  .theme__sports-fitness--pastel .btn:hover,
  .theme__sports-fitness--pastel .btn__pill:hover, .theme__sports-fitness--pastel.button:hover, .theme__sports-fitness--pastel.btn:hover, .theme__sports-fitness--pastel.btn__pill:hover,
  .t__spf--pas .button:hover,
  .t__spf--pas .btn:hover,
  .t__spf--pas .btn__pill:hover,
  .t__spf--pas.button:hover,
  .t__spf--pas.btn:hover,
  .t__spf--pas.btn__pill:hover {
    color: #ffffff;
    background: rgba(255, 180, 60, 0.1);
  }
  .theme__sports-fitness--pastel .button:hover i,
  .theme__sports-fitness--pastel .btn:hover i,
  .theme__sports-fitness--pastel .btn__pill:hover i, .theme__sports-fitness--pastel.button:hover i, .theme__sports-fitness--pastel.btn:hover i, .theme__sports-fitness--pastel.btn__pill:hover i,
  .t__spf--pas .button:hover i,
  .t__spf--pas .btn:hover i,
  .t__spf--pas .btn__pill:hover i,
  .t__spf--pas.button:hover i,
  .t__spf--pas.btn:hover i,
  .t__spf--pas.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__sports-fitness--pastel .button__invert,
.theme__sports-fitness--pastel .btn__invert,
.theme__sports-fitness--pastel .btn__pill__invert, .theme__sports-fitness--pastel.button__invert, .theme__sports-fitness--pastel.btn__invert, .theme__sports-fitness--pastel.btn__pill__invert,
.t__spf--pas .button__invert,
.t__spf--pas .btn__invert,
.t__spf--pas .btn__pill__invert,
.t__spf--pas.button__invert,
.t__spf--pas.btn__invert,
.t__spf--pas.btn__pill__invert {
  background-color: rgba(255, 180, 60, 0.1);
  color: #ffffff;
}
.theme__sports-fitness--pastel .button__invert h4,
.theme__sports-fitness--pastel .btn__invert h4,
.theme__sports-fitness--pastel .btn__pill__invert h4, .theme__sports-fitness--pastel.button__invert h4, .theme__sports-fitness--pastel.btn__invert h4, .theme__sports-fitness--pastel.btn__pill__invert h4,
.t__spf--pas .button__invert h4,
.t__spf--pas .btn__invert h4,
.t__spf--pas .btn__pill__invert h4,
.t__spf--pas.button__invert h4,
.t__spf--pas.btn__invert h4,
.t__spf--pas.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__sports-fitness--pastel .button__invert:hover,
.theme__sports-fitness--pastel .btn__invert:hover,
.theme__sports-fitness--pastel .btn__pill__invert:hover, .theme__sports-fitness--pastel.button__invert:hover, .theme__sports-fitness--pastel.btn__invert:hover, .theme__sports-fitness--pastel.btn__pill__invert:hover,
.t__spf--pas .button__invert:hover,
.t__spf--pas .btn__invert:hover,
.t__spf--pas .btn__pill__invert:hover,
.t__spf--pas.button__invert:hover,
.t__spf--pas.btn__invert:hover,
.t__spf--pas.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__sports-fitness--pastel .button__invert:hover h4,
.theme__sports-fitness--pastel .btn__invert:hover h4,
.theme__sports-fitness--pastel .btn__pill__invert:hover h4, .theme__sports-fitness--pastel.button__invert:hover h4, .theme__sports-fitness--pastel.btn__invert:hover h4, .theme__sports-fitness--pastel.btn__pill__invert:hover h4,
.t__spf--pas .button__invert:hover h4,
.t__spf--pas .btn__invert:hover h4,
.t__spf--pas .btn__pill__invert:hover h4,
.t__spf--pas.button__invert:hover h4,
.t__spf--pas.btn__invert:hover h4,
.t__spf--pas.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__sports-fitness--pastel .button__invert--hover:hover,
.theme__sports-fitness--pastel .btn__invert--hover:hover,
.theme__sports-fitness--pastel .btn__pill__invert--hover:hover, .theme__sports-fitness--pastel.button__invert--hover:hover, .theme__sports-fitness--pastel.btn__invert--hover:hover, .theme__sports-fitness--pastel.btn__pill__invert--hover:hover,
.t__spf--pas .button__invert--hover:hover,
.t__spf--pas .btn__invert--hover:hover,
.t__spf--pas .btn__pill__invert--hover:hover,
.t__spf--pas.button__invert--hover:hover,
.t__spf--pas.btn__invert--hover:hover,
.t__spf--pas.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__sports-fitness--pastel .button__under,
.theme__sports-fitness--pastel .btn__under,
.theme__sports-fitness--pastel .btn__pill__under, .theme__sports-fitness--pastel.button__under, .theme__sports-fitness--pastel.btn__under, .theme__sports-fitness--pastel.btn__pill__under,
.t__spf--pas .button__under,
.t__spf--pas .btn__under,
.t__spf--pas .btn__pill__under,
.t__spf--pas.button__under,
.t__spf--pas.btn__under,
.t__spf--pas.btn__pill__under {
  border-color: rgba(255, 180, 60, 0.1);
}
.theme__sports-fitness--pastel .btn__large,
.t__spf--pas .btn__large {
  background-color: rgba(255, 180, 60, 0.1);
}
.theme__sports-fitness--pastel .input__search,
.t__spf--pas .input__search {
  border-color: rgba(255, 180, 60, 0.1);
}
.theme__sports-fitness--pastel .input__search i,
.t__spf--pas .input__search i {
  color: #4a4a4a;
}
.theme__sports-fitness--pastel .input__search:hover i,
.t__spf--pas .input__search:hover i {
  color: rgba(255, 180, 60, 0.1);
}
.theme__sports-fitness--pastel .component__foreground,
.t__spf--pas .component__foreground {
  color: #4a4a4a;
}
.theme__sports-fitness--pastel.card,
.theme__sports-fitness--pastel .card, .theme__sports-fitness--pastel.card__with-image,
.theme__sports-fitness--pastel .card__with-image,
.t__spf--pas.card,
.t__spf--pas .card,
.t__spf--pas.card__with-image,
.t__spf--pas .card__with-image {
  border-color: rgba(255, 180, 60, 0.1);
}
.theme__sports-fitness--pastel.card__highlight,
.theme__sports-fitness--pastel .card__highlight,
.theme__sports-fitness--pastel .card__highlight--image,
.theme__sports-fitness--pastel .card__highlight--final,
.t__spf--pas.card__highlight,
.t__spf--pas .card__highlight,
.t__spf--pas .card__highlight--image,
.t__spf--pas .card__highlight--final {
  background-color: rgba(255, 180, 60, 0.1);
  border-color: rgba(255, 180, 60, 0.1);
}
.theme__sports-fitness--pastel.card__highlight--title,
.theme__sports-fitness--pastel .card__highlight--title,
.theme__sports-fitness--pastel .card__highlight--image,
.theme__sports-fitness--pastel .card__highlight--final,
.t__spf--pas.card__highlight--title,
.t__spf--pas .card__highlight--title,
.t__spf--pas .card__highlight--image,
.t__spf--pas .card__highlight--final {
  color: #4a4a4a;
}
.theme__sports-fitness--pastel .image-slider__selector--dot,
.t__spf--pas .image-slider__selector--dot {
  background-color: rgba(255, 180, 60, 0.1);
}
.theme__sports-fitness--pastel .call-to-action__text h3,
.t__spf--pas .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__sports-fitness--pastel .officer__block--title h5, .theme__sports-fitness--pastel .officer__block--title h6,
.t__spf--pas .officer__block--title h5,
.t__spf--pas .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__sports-fitness--pastel .block__statement--link,
.t__spf--pas .block__statement--link {
  color: #4a4a4a;
}
.theme__sports-fitness--pastel .card__cutoff,
.t__spf--pas .card__cutoff {
  background: linear-gradient(rgba(255, 180, 60, 0.1), rgba(255, 180, 60, 0.1)), linear-gradient(white, white);
}
.theme__sports-fitness--pastel .card__cutoff p,
.t__spf--pas .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__sports-fitness--pastel .card__cutoff:hover,
  .t__spf--pas .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__sports-fitness--pastel .card__cutoff:hover p,
  .t__spf--pas .card__cutoff:hover p {
    color: rgba(255, 180, 60, 0.1);
  }
  .theme__sports-fitness--pastel .card__cutoff:hover .card__cutoff--link,
  .t__spf--pas .card__cutoff:hover .card__cutoff--link {
    color: rgba(255, 180, 60, 0.1);
  }
  .theme__sports-fitness--pastel .card__cutoff:hover .card__cutoff--text,
  .t__spf--pas .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__sports-fitness--pastel .card__cutoff:hover .card__cutoff--text p,
  .t__spf--pas .card__cutoff:hover .card__cutoff--text p {
    color: rgba(255, 180, 60, 0.1);
  }
  .theme__sports-fitness--pastel .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__spf--pas .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: rgba(255, 180, 60, 0.1);
  }
}
.theme__sports-fitness--pastel .card__cutoff--link,
.t__spf--pas .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__sports-fitness--pastel .card__cutoff--link:hover,
  .t__spf--pas .card__cutoff--link:hover {
    color: rgba(255, 180, 60, 0.1);
  }
  .theme__sports-fitness--pastel .card__cutoff--link:hover--link,
  .t__spf--pas .card__cutoff--link:hover--link {
    color: rgba(255, 180, 60, 0.1);
  }
}
.theme__sports-fitness--pastel .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__spf--pas .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: rgba(255, 180, 60, 0.1);
}
.theme__sports-fitness--pastel .dropdown__toggle--title,
.t__spf--pas .dropdown__toggle--title {
  color: rgba(255, 180, 60, 0.1);
}
.theme__sports-fitness--pastel .dropdown__toggle--icon i,
.t__spf--pas .dropdown__toggle--icon i {
  color: rgba(255, 180, 60, 0.1);
}
.theme__sports-fitness--pastel .large_timer__countdown--item_large,
.t__spf--pas .large_timer__countdown--item_large {
  background-color: rgba(255, 180, 60, 0.1);
}
.theme__sports-fitness--pastel .large_timer__countdown--item_medium,
.t__spf--pas .large_timer__countdown--item_medium {
  background-color: rgba(255, 180, 60, 0.1);
}
.theme__sports-fitness--pastel .large_timer__countdown--item_small,
.t__spf--pas .large_timer__countdown--item_small {
  background-color: rgba(255, 180, 60, 0.1);
}
.theme__sports-fitness--pastel .modalcontent,
.t__spf--pas .modalcontent {
  border-color: rgba(255, 180, 60, 0.1);
}
.theme__sports-fitness--pastel .transparent__header,
.t__spf--pas .transparent__header {
  background: rgba(255, 180, 60, 0.1);
}
.theme__sports-fitness--pastel .breadcrumb__slashes,
.t__spf--pas .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__sports-fitness--pastel .the-list,
.t__spf--pas .the-list {
  background-color: rgba(255, 180, 60, 0.1);
}
.theme__sports-fitness--pastel .the-list option,
.t__spf--pas .the-list option {
  border-color: rgba(255, 180, 60, 0.1) !important;
}
.theme__sports-fitness--pastel .es-list::-webkit-scrollbar-thumb,
.t__spf--pas .es-list::-webkit-scrollbar-thumb {
  background: rgba(255, 180, 60, 0.1);
}
.theme__sports-fitness--pastel .es-visible,
.t__spf--pas .es-visible {
  border-color: rgba(255, 180, 60, 0.1) !important;
}
.theme__sports-fitness--pastel .ot-open,
.theme__sports-fitness--pastel .ot-closed,
.t__spf--pas .ot-open,
.t__spf--pas .ot-closed {
  color: rgba(255, 180, 60, 0.1);
}
.theme__sports-fitness--pastel .colour__foreground,
.t__spf--pas .colour__foreground {
  color: rgba(255, 180, 60, 0.1);
}
.theme__sports-fitness--pastel h1.t__none,
.theme__sports-fitness--pastel h1.theme__none,
.theme__sports-fitness--pastel h2.t__none,
.theme__sports-fitness--pastel h2.theme__none,
.theme__sports-fitness--pastel h3.t__none,
.theme__sports-fitness--pastel h3.theme__none,
.theme__sports-fitness--pastel h4.t__none,
.theme__sports-fitness--pastel h4.theme__none,
.theme__sports-fitness--pastel h1.t__none--w-hov,
.theme__sports-fitness--pastel h1.theme__none--with-hover,
.theme__sports-fitness--pastel h2.t__none--w-hov,
.theme__sports-fitness--pastel h2.theme__none--with-hover,
.theme__sports-fitness--pastel h3.t__none--w-hov,
.theme__sports-fitness--pastel h3.theme__none--with-hover,
.theme__sports-fitness--pastel h4.t__none--w-hov,
.theme__sports-fitness--pastel h4.theme__none--with-hover,
.t__spf--pas h1.t__none,
.t__spf--pas h1.theme__none,
.t__spf--pas h2.t__none,
.t__spf--pas h2.theme__none,
.t__spf--pas h3.t__none,
.t__spf--pas h3.theme__none,
.t__spf--pas h4.t__none,
.t__spf--pas h4.theme__none,
.t__spf--pas h1.t__none--w-hov,
.t__spf--pas h1.theme__none--with-hover,
.t__spf--pas h2.t__none--w-hov,
.t__spf--pas h2.theme__none--with-hover,
.t__spf--pas h3.t__none--w-hov,
.t__spf--pas h3.theme__none--with-hover,
.t__spf--pas h4.t__none--w-hov,
.t__spf--pas h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__sports-fitness--pastel span.t__none,
.theme__sports-fitness--pastel span.theme__none,
.t__spf--pas span.t__none,
.t__spf--pas span.theme__none {
  color: #4a4a4a;
}
.theme__sports-fitness--pastel i.t__none,
.theme__sports-fitness--pastel i.theme__none,
.t__spf--pas i.t__none,
.t__spf--pas i.theme__none {
  color: #4a4a4a;
}
.theme__sports-fitness--pastel a.border__none,
.theme__sports-fitness--pastel a.b__none,
.t__spf--pas a.border__none,
.t__spf--pas a.b__none {
  border: 0;
}
.theme__sports-fitness--pastel a:hover h1.t__none,
.theme__sports-fitness--pastel a:hover h1.theme__none,
.theme__sports-fitness--pastel a:hover h2.t__none,
.theme__sports-fitness--pastel a:hover h2.theme__none,
.theme__sports-fitness--pastel a:hover h3.t__none,
.theme__sports-fitness--pastel a:hover h3.theme__none,
.theme__sports-fitness--pastel a:hover h4.t__none,
.theme__sports-fitness--pastel a:hover h4.theme__none,
.t__spf--pas a:hover h1.t__none,
.t__spf--pas a:hover h1.theme__none,
.t__spf--pas a:hover h2.t__none,
.t__spf--pas a:hover h2.theme__none,
.t__spf--pas a:hover h3.t__none,
.t__spf--pas a:hover h3.theme__none,
.t__spf--pas a:hover h4.t__none,
.t__spf--pas a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__sports-fitness--pastel a:hover h1.t__none--w-hov,
.theme__sports-fitness--pastel a:hover h1.theme__none--with-hover,
.theme__sports-fitness--pastel a:hover h2.t__none--w-hov,
.theme__sports-fitness--pastel a:hover h2.theme__none--with-hover,
.theme__sports-fitness--pastel a:hover h3.t__none--w-hov,
.theme__sports-fitness--pastel a:hover h3.theme__none--with-hover,
.theme__sports-fitness--pastel a:hover h4.t__none--w-hov,
.theme__sports-fitness--pastel a:hover h4.theme__none--with-hover,
.t__spf--pas a:hover h1.t__none--w-hov,
.t__spf--pas a:hover h1.theme__none--with-hover,
.t__spf--pas a:hover h2.t__none--w-hov,
.t__spf--pas a:hover h2.theme__none--with-hover,
.t__spf--pas a:hover h3.t__none--w-hov,
.t__spf--pas a:hover h3.theme__none--with-hover,
.t__spf--pas a:hover h4.t__none--w-hov,
.t__spf--pas a:hover h4.theme__none--with-hover {
  color: rgba(255, 180, 60, 0.1);
}

.theme__sports-fitness--background-primary,
.t__spf--bg-pri {
  background-color: #FFB43C;
}

.theme__sports-fitness--background-secondary,
.t__spf--bg-sec {
  background-color: #FFB43C;
}

.theme__sports-fitness--background-pastel,
.t__spf--bg-pas {
  background-color: rgba(255, 180, 60, 0.1);
}

.theme__giag--primary h1, .theme__giag--primary h2, .theme__giag--primary h3, .theme__giag--primary h4, .theme__giag--primary h5, .theme__giag--primary h6,
.t__giag--pri h1,
.t__giag--pri h2,
.t__giag--pri h3,
.t__giag--pri h4,
.t__giag--pri h5,
.t__giag--pri h6 {
  color: #FF5D3E;
}
.theme__giag--primary a,
.t__giag--pri a {
  color: #4a4a4a;
  border-color: #FF5D3E;
  text-decoration: none;
}
.theme__giag--primary a:hover,
.t__giag--pri a:hover {
  color: #FF5D3E;
}
.theme__giag--primary a:hover h1, .theme__giag--primary a:hover h2, .theme__giag--primary a:hover h3, .theme__giag--primary a:hover h4, .theme__giag--primary a:hover h5, .theme__giag--primary a:hover h6,
.t__giag--pri a:hover h1,
.t__giag--pri a:hover h2,
.t__giag--pri a:hover h3,
.t__giag--pri a:hover h4,
.t__giag--pri a:hover h5,
.t__giag--pri a:hover h6 {
  color: #FF5D3E;
}
.theme__giag--primary a div,
.t__giag--pri a div {
  border-color: #FF5D3E !important;
}
.theme__giag--primary input,
.t__giag--pri input {
  border-color: #FF5D3E;
}
.theme__giag--primary p,
.t__giag--pri p {
  color: #4a4a4a;
}
.theme__giag--primary .button,
.theme__giag--primary .btn,
.theme__giag--primary .btn__pill, .theme__giag--primary.button, .theme__giag--primary.btn, .theme__giag--primary.btn__pill,
.t__giag--pri .button,
.t__giag--pri .btn,
.t__giag--pri .btn__pill,
.t__giag--pri.button,
.t__giag--pri.btn,
.t__giag--pri.btn__pill {
  border-color: #FF5D3E;
}
@media (hover: hover) {
  .theme__giag--primary .button:hover,
  .theme__giag--primary .btn:hover,
  .theme__giag--primary .btn__pill:hover, .theme__giag--primary.button:hover, .theme__giag--primary.btn:hover, .theme__giag--primary.btn__pill:hover,
  .t__giag--pri .button:hover,
  .t__giag--pri .btn:hover,
  .t__giag--pri .btn__pill:hover,
  .t__giag--pri.button:hover,
  .t__giag--pri.btn:hover,
  .t__giag--pri.btn__pill:hover {
    color: #ffffff;
    background: #FF5D3E;
  }
  .theme__giag--primary .button:hover i,
  .theme__giag--primary .btn:hover i,
  .theme__giag--primary .btn__pill:hover i, .theme__giag--primary.button:hover i, .theme__giag--primary.btn:hover i, .theme__giag--primary.btn__pill:hover i,
  .t__giag--pri .button:hover i,
  .t__giag--pri .btn:hover i,
  .t__giag--pri .btn__pill:hover i,
  .t__giag--pri.button:hover i,
  .t__giag--pri.btn:hover i,
  .t__giag--pri.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__giag--primary .button__invert,
.theme__giag--primary .btn__invert,
.theme__giag--primary .btn__pill__invert, .theme__giag--primary.button__invert, .theme__giag--primary.btn__invert, .theme__giag--primary.btn__pill__invert,
.t__giag--pri .button__invert,
.t__giag--pri .btn__invert,
.t__giag--pri .btn__pill__invert,
.t__giag--pri.button__invert,
.t__giag--pri.btn__invert,
.t__giag--pri.btn__pill__invert {
  background-color: #FF5D3E;
  color: #ffffff;
}
.theme__giag--primary .button__invert h4,
.theme__giag--primary .btn__invert h4,
.theme__giag--primary .btn__pill__invert h4, .theme__giag--primary.button__invert h4, .theme__giag--primary.btn__invert h4, .theme__giag--primary.btn__pill__invert h4,
.t__giag--pri .button__invert h4,
.t__giag--pri .btn__invert h4,
.t__giag--pri .btn__pill__invert h4,
.t__giag--pri.button__invert h4,
.t__giag--pri.btn__invert h4,
.t__giag--pri.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__giag--primary .button__invert:hover,
.theme__giag--primary .btn__invert:hover,
.theme__giag--primary .btn__pill__invert:hover, .theme__giag--primary.button__invert:hover, .theme__giag--primary.btn__invert:hover, .theme__giag--primary.btn__pill__invert:hover,
.t__giag--pri .button__invert:hover,
.t__giag--pri .btn__invert:hover,
.t__giag--pri .btn__pill__invert:hover,
.t__giag--pri.button__invert:hover,
.t__giag--pri.btn__invert:hover,
.t__giag--pri.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__giag--primary .button__invert:hover h4,
.theme__giag--primary .btn__invert:hover h4,
.theme__giag--primary .btn__pill__invert:hover h4, .theme__giag--primary.button__invert:hover h4, .theme__giag--primary.btn__invert:hover h4, .theme__giag--primary.btn__pill__invert:hover h4,
.t__giag--pri .button__invert:hover h4,
.t__giag--pri .btn__invert:hover h4,
.t__giag--pri .btn__pill__invert:hover h4,
.t__giag--pri.button__invert:hover h4,
.t__giag--pri.btn__invert:hover h4,
.t__giag--pri.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__giag--primary .button__invert--hover:hover,
.theme__giag--primary .btn__invert--hover:hover,
.theme__giag--primary .btn__pill__invert--hover:hover, .theme__giag--primary.button__invert--hover:hover, .theme__giag--primary.btn__invert--hover:hover, .theme__giag--primary.btn__pill__invert--hover:hover,
.t__giag--pri .button__invert--hover:hover,
.t__giag--pri .btn__invert--hover:hover,
.t__giag--pri .btn__pill__invert--hover:hover,
.t__giag--pri.button__invert--hover:hover,
.t__giag--pri.btn__invert--hover:hover,
.t__giag--pri.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__giag--primary .button__under,
.theme__giag--primary .btn__under,
.theme__giag--primary .btn__pill__under, .theme__giag--primary.button__under, .theme__giag--primary.btn__under, .theme__giag--primary.btn__pill__under,
.t__giag--pri .button__under,
.t__giag--pri .btn__under,
.t__giag--pri .btn__pill__under,
.t__giag--pri.button__under,
.t__giag--pri.btn__under,
.t__giag--pri.btn__pill__under {
  border-color: #FF5D3E;
}
.theme__giag--primary .btn__large,
.t__giag--pri .btn__large {
  background-color: #FF5D3E;
}
.theme__giag--primary .input__search,
.t__giag--pri .input__search {
  border-color: #FF5D3E;
}
.theme__giag--primary .input__search i,
.t__giag--pri .input__search i {
  color: #4a4a4a;
}
.theme__giag--primary .input__search:hover i,
.t__giag--pri .input__search:hover i {
  color: #FF5D3E;
}
.theme__giag--primary .component__foreground,
.t__giag--pri .component__foreground {
  color: #4a4a4a;
}
.theme__giag--primary.card,
.theme__giag--primary .card, .theme__giag--primary.card__with-image,
.theme__giag--primary .card__with-image,
.t__giag--pri.card,
.t__giag--pri .card,
.t__giag--pri.card__with-image,
.t__giag--pri .card__with-image {
  border-color: #FF5D3E;
}
.theme__giag--primary.card__highlight,
.theme__giag--primary .card__highlight,
.theme__giag--primary .card__highlight--image,
.theme__giag--primary .card__highlight--final,
.t__giag--pri.card__highlight,
.t__giag--pri .card__highlight,
.t__giag--pri .card__highlight--image,
.t__giag--pri .card__highlight--final {
  background-color: #FF5D3E;
  border-color: #FF5D3E;
}
.theme__giag--primary.card__highlight--title,
.theme__giag--primary .card__highlight--title,
.theme__giag--primary .card__highlight--image,
.theme__giag--primary .card__highlight--final,
.t__giag--pri.card__highlight--title,
.t__giag--pri .card__highlight--title,
.t__giag--pri .card__highlight--image,
.t__giag--pri .card__highlight--final {
  color: #4a4a4a;
}
.theme__giag--primary .image-slider__selector--dot,
.t__giag--pri .image-slider__selector--dot {
  background-color: #FF5D3E;
}
.theme__giag--primary .call-to-action__text h3,
.t__giag--pri .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__giag--primary .officer__block--title h5, .theme__giag--primary .officer__block--title h6,
.t__giag--pri .officer__block--title h5,
.t__giag--pri .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__giag--primary .block__statement--link,
.t__giag--pri .block__statement--link {
  color: #4a4a4a;
}
.theme__giag--primary .card__cutoff,
.t__giag--pri .card__cutoff {
  background: linear-gradient(#FF5D3E, #FF5D3E), linear-gradient(white, white);
}
.theme__giag--primary .card__cutoff p,
.t__giag--pri .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__giag--primary .card__cutoff:hover,
  .t__giag--pri .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__giag--primary .card__cutoff:hover p,
  .t__giag--pri .card__cutoff:hover p {
    color: #FF5D3E;
  }
  .theme__giag--primary .card__cutoff:hover .card__cutoff--link,
  .t__giag--pri .card__cutoff:hover .card__cutoff--link {
    color: #FF5D3E;
  }
  .theme__giag--primary .card__cutoff:hover .card__cutoff--text,
  .t__giag--pri .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__giag--primary .card__cutoff:hover .card__cutoff--text p,
  .t__giag--pri .card__cutoff:hover .card__cutoff--text p {
    color: #FF5D3E;
  }
  .theme__giag--primary .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__giag--pri .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: #FF5D3E;
  }
}
.theme__giag--primary .card__cutoff--link,
.t__giag--pri .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__giag--primary .card__cutoff--link:hover,
  .t__giag--pri .card__cutoff--link:hover {
    color: #FF5D3E;
  }
  .theme__giag--primary .card__cutoff--link:hover--link,
  .t__giag--pri .card__cutoff--link:hover--link {
    color: #FF5D3E;
  }
}
.theme__giag--primary .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__giag--pri .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: #FF5D3E;
}
.theme__giag--primary .dropdown__toggle--title,
.t__giag--pri .dropdown__toggle--title {
  color: #FF5D3E;
}
.theme__giag--primary .dropdown__toggle--icon i,
.t__giag--pri .dropdown__toggle--icon i {
  color: #FF5D3E;
}
.theme__giag--primary .large_timer__countdown--item_large,
.t__giag--pri .large_timer__countdown--item_large {
  background-color: #FF5D3E;
}
.theme__giag--primary .large_timer__countdown--item_medium,
.t__giag--pri .large_timer__countdown--item_medium {
  background-color: #FF5D3E;
}
.theme__giag--primary .large_timer__countdown--item_small,
.t__giag--pri .large_timer__countdown--item_small {
  background-color: #FF5D3E;
}
.theme__giag--primary .modalcontent,
.t__giag--pri .modalcontent {
  border-color: #FF5D3E;
}
.theme__giag--primary .transparent__header,
.t__giag--pri .transparent__header {
  background: #FF5D3E;
}
.theme__giag--primary .breadcrumb__slashes,
.t__giag--pri .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__giag--primary .the-list,
.t__giag--pri .the-list {
  background-color: #FF5D3E;
}
.theme__giag--primary .the-list option,
.t__giag--pri .the-list option {
  border-color: #FF5D3E !important;
}
.theme__giag--primary .es-list::-webkit-scrollbar-thumb,
.t__giag--pri .es-list::-webkit-scrollbar-thumb {
  background: #FF5D3E;
}
.theme__giag--primary .es-visible,
.t__giag--pri .es-visible {
  border-color: #FF5D3E !important;
}
.theme__giag--primary .ot-open,
.theme__giag--primary .ot-closed,
.t__giag--pri .ot-open,
.t__giag--pri .ot-closed {
  color: #FF5D3E;
}
.theme__giag--primary .colour__foreground,
.t__giag--pri .colour__foreground {
  color: #FF5D3E;
}
.theme__giag--primary h1.t__none,
.theme__giag--primary h1.theme__none,
.theme__giag--primary h2.t__none,
.theme__giag--primary h2.theme__none,
.theme__giag--primary h3.t__none,
.theme__giag--primary h3.theme__none,
.theme__giag--primary h4.t__none,
.theme__giag--primary h4.theme__none,
.theme__giag--primary h1.t__none--w-hov,
.theme__giag--primary h1.theme__none--with-hover,
.theme__giag--primary h2.t__none--w-hov,
.theme__giag--primary h2.theme__none--with-hover,
.theme__giag--primary h3.t__none--w-hov,
.theme__giag--primary h3.theme__none--with-hover,
.theme__giag--primary h4.t__none--w-hov,
.theme__giag--primary h4.theme__none--with-hover,
.t__giag--pri h1.t__none,
.t__giag--pri h1.theme__none,
.t__giag--pri h2.t__none,
.t__giag--pri h2.theme__none,
.t__giag--pri h3.t__none,
.t__giag--pri h3.theme__none,
.t__giag--pri h4.t__none,
.t__giag--pri h4.theme__none,
.t__giag--pri h1.t__none--w-hov,
.t__giag--pri h1.theme__none--with-hover,
.t__giag--pri h2.t__none--w-hov,
.t__giag--pri h2.theme__none--with-hover,
.t__giag--pri h3.t__none--w-hov,
.t__giag--pri h3.theme__none--with-hover,
.t__giag--pri h4.t__none--w-hov,
.t__giag--pri h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__giag--primary span.t__none,
.theme__giag--primary span.theme__none,
.t__giag--pri span.t__none,
.t__giag--pri span.theme__none {
  color: #4a4a4a;
}
.theme__giag--primary i.t__none,
.theme__giag--primary i.theme__none,
.t__giag--pri i.t__none,
.t__giag--pri i.theme__none {
  color: #4a4a4a;
}
.theme__giag--primary a.border__none,
.theme__giag--primary a.b__none,
.t__giag--pri a.border__none,
.t__giag--pri a.b__none {
  border: 0;
}
.theme__giag--primary a:hover h1.t__none,
.theme__giag--primary a:hover h1.theme__none,
.theme__giag--primary a:hover h2.t__none,
.theme__giag--primary a:hover h2.theme__none,
.theme__giag--primary a:hover h3.t__none,
.theme__giag--primary a:hover h3.theme__none,
.theme__giag--primary a:hover h4.t__none,
.theme__giag--primary a:hover h4.theme__none,
.t__giag--pri a:hover h1.t__none,
.t__giag--pri a:hover h1.theme__none,
.t__giag--pri a:hover h2.t__none,
.t__giag--pri a:hover h2.theme__none,
.t__giag--pri a:hover h3.t__none,
.t__giag--pri a:hover h3.theme__none,
.t__giag--pri a:hover h4.t__none,
.t__giag--pri a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__giag--primary a:hover h1.t__none--w-hov,
.theme__giag--primary a:hover h1.theme__none--with-hover,
.theme__giag--primary a:hover h2.t__none--w-hov,
.theme__giag--primary a:hover h2.theme__none--with-hover,
.theme__giag--primary a:hover h3.t__none--w-hov,
.theme__giag--primary a:hover h3.theme__none--with-hover,
.theme__giag--primary a:hover h4.t__none--w-hov,
.theme__giag--primary a:hover h4.theme__none--with-hover,
.t__giag--pri a:hover h1.t__none--w-hov,
.t__giag--pri a:hover h1.theme__none--with-hover,
.t__giag--pri a:hover h2.t__none--w-hov,
.t__giag--pri a:hover h2.theme__none--with-hover,
.t__giag--pri a:hover h3.t__none--w-hov,
.t__giag--pri a:hover h3.theme__none--with-hover,
.t__giag--pri a:hover h4.t__none--w-hov,
.t__giag--pri a:hover h4.theme__none--with-hover {
  color: #FF5D3E;
}
.theme__giag--primary .dotted__line--small, .theme__giag--primary .dotted__line--medium, .theme__giag--primary .dotted__line--large, .theme__giag--primary .dotted__line--x-large, .theme__giag--primary .dotted__line--huge,
.t__giag--pri .dotted__line--small,
.t__giag--pri .dotted__line--medium,
.t__giag--pri .dotted__line--large,
.t__giag--pri .dotted__line--x-large,
.t__giag--pri .dotted__line--huge {
  border-image-source: url("https://assets-cdn.sums.su/SH/Dotted_Borders/dotted_giag.png");
}

.theme__giag--secondary h1, .theme__giag--secondary h2, .theme__giag--secondary h3, .theme__giag--secondary h4, .theme__giag--secondary h5, .theme__giag--secondary h6,
.t__giag--sec h1,
.t__giag--sec h2,
.t__giag--sec h3,
.t__giag--sec h4,
.t__giag--sec h5,
.t__giag--sec h6 {
  color: #FF8F9E;
}
.theme__giag--secondary a,
.t__giag--sec a {
  color: #4a4a4a;
  border-color: #FF8F9E;
  text-decoration: none;
}
.theme__giag--secondary a:hover,
.t__giag--sec a:hover {
  color: #FF8F9E;
}
.theme__giag--secondary a:hover h1, .theme__giag--secondary a:hover h2, .theme__giag--secondary a:hover h3, .theme__giag--secondary a:hover h4, .theme__giag--secondary a:hover h5, .theme__giag--secondary a:hover h6,
.t__giag--sec a:hover h1,
.t__giag--sec a:hover h2,
.t__giag--sec a:hover h3,
.t__giag--sec a:hover h4,
.t__giag--sec a:hover h5,
.t__giag--sec a:hover h6 {
  color: #FF8F9E;
}
.theme__giag--secondary a div,
.t__giag--sec a div {
  border-color: #FF8F9E !important;
}
.theme__giag--secondary input,
.t__giag--sec input {
  border-color: #FF8F9E;
}
.theme__giag--secondary p,
.t__giag--sec p {
  color: #4a4a4a;
}
.theme__giag--secondary .button,
.theme__giag--secondary .btn,
.theme__giag--secondary .btn__pill, .theme__giag--secondary.button, .theme__giag--secondary.btn, .theme__giag--secondary.btn__pill,
.t__giag--sec .button,
.t__giag--sec .btn,
.t__giag--sec .btn__pill,
.t__giag--sec.button,
.t__giag--sec.btn,
.t__giag--sec.btn__pill {
  border-color: #FF8F9E;
}
@media (hover: hover) {
  .theme__giag--secondary .button:hover,
  .theme__giag--secondary .btn:hover,
  .theme__giag--secondary .btn__pill:hover, .theme__giag--secondary.button:hover, .theme__giag--secondary.btn:hover, .theme__giag--secondary.btn__pill:hover,
  .t__giag--sec .button:hover,
  .t__giag--sec .btn:hover,
  .t__giag--sec .btn__pill:hover,
  .t__giag--sec.button:hover,
  .t__giag--sec.btn:hover,
  .t__giag--sec.btn__pill:hover {
    color: #ffffff;
    background: #FF8F9E;
  }
  .theme__giag--secondary .button:hover i,
  .theme__giag--secondary .btn:hover i,
  .theme__giag--secondary .btn__pill:hover i, .theme__giag--secondary.button:hover i, .theme__giag--secondary.btn:hover i, .theme__giag--secondary.btn__pill:hover i,
  .t__giag--sec .button:hover i,
  .t__giag--sec .btn:hover i,
  .t__giag--sec .btn__pill:hover i,
  .t__giag--sec.button:hover i,
  .t__giag--sec.btn:hover i,
  .t__giag--sec.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__giag--secondary .button__invert,
.theme__giag--secondary .btn__invert,
.theme__giag--secondary .btn__pill__invert, .theme__giag--secondary.button__invert, .theme__giag--secondary.btn__invert, .theme__giag--secondary.btn__pill__invert,
.t__giag--sec .button__invert,
.t__giag--sec .btn__invert,
.t__giag--sec .btn__pill__invert,
.t__giag--sec.button__invert,
.t__giag--sec.btn__invert,
.t__giag--sec.btn__pill__invert {
  background-color: #FF8F9E;
  color: #ffffff;
}
.theme__giag--secondary .button__invert h4,
.theme__giag--secondary .btn__invert h4,
.theme__giag--secondary .btn__pill__invert h4, .theme__giag--secondary.button__invert h4, .theme__giag--secondary.btn__invert h4, .theme__giag--secondary.btn__pill__invert h4,
.t__giag--sec .button__invert h4,
.t__giag--sec .btn__invert h4,
.t__giag--sec .btn__pill__invert h4,
.t__giag--sec.button__invert h4,
.t__giag--sec.btn__invert h4,
.t__giag--sec.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__giag--secondary .button__invert:hover,
.theme__giag--secondary .btn__invert:hover,
.theme__giag--secondary .btn__pill__invert:hover, .theme__giag--secondary.button__invert:hover, .theme__giag--secondary.btn__invert:hover, .theme__giag--secondary.btn__pill__invert:hover,
.t__giag--sec .button__invert:hover,
.t__giag--sec .btn__invert:hover,
.t__giag--sec .btn__pill__invert:hover,
.t__giag--sec.button__invert:hover,
.t__giag--sec.btn__invert:hover,
.t__giag--sec.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__giag--secondary .button__invert:hover h4,
.theme__giag--secondary .btn__invert:hover h4,
.theme__giag--secondary .btn__pill__invert:hover h4, .theme__giag--secondary.button__invert:hover h4, .theme__giag--secondary.btn__invert:hover h4, .theme__giag--secondary.btn__pill__invert:hover h4,
.t__giag--sec .button__invert:hover h4,
.t__giag--sec .btn__invert:hover h4,
.t__giag--sec .btn__pill__invert:hover h4,
.t__giag--sec.button__invert:hover h4,
.t__giag--sec.btn__invert:hover h4,
.t__giag--sec.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__giag--secondary .button__invert--hover:hover,
.theme__giag--secondary .btn__invert--hover:hover,
.theme__giag--secondary .btn__pill__invert--hover:hover, .theme__giag--secondary.button__invert--hover:hover, .theme__giag--secondary.btn__invert--hover:hover, .theme__giag--secondary.btn__pill__invert--hover:hover,
.t__giag--sec .button__invert--hover:hover,
.t__giag--sec .btn__invert--hover:hover,
.t__giag--sec .btn__pill__invert--hover:hover,
.t__giag--sec.button__invert--hover:hover,
.t__giag--sec.btn__invert--hover:hover,
.t__giag--sec.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__giag--secondary .button__under,
.theme__giag--secondary .btn__under,
.theme__giag--secondary .btn__pill__under, .theme__giag--secondary.button__under, .theme__giag--secondary.btn__under, .theme__giag--secondary.btn__pill__under,
.t__giag--sec .button__under,
.t__giag--sec .btn__under,
.t__giag--sec .btn__pill__under,
.t__giag--sec.button__under,
.t__giag--sec.btn__under,
.t__giag--sec.btn__pill__under {
  border-color: #FF8F9E;
}
.theme__giag--secondary .btn__large,
.t__giag--sec .btn__large {
  background-color: #FF8F9E;
}
.theme__giag--secondary .input__search,
.t__giag--sec .input__search {
  border-color: #FF8F9E;
}
.theme__giag--secondary .input__search i,
.t__giag--sec .input__search i {
  color: #4a4a4a;
}
.theme__giag--secondary .input__search:hover i,
.t__giag--sec .input__search:hover i {
  color: #FF8F9E;
}
.theme__giag--secondary .component__foreground,
.t__giag--sec .component__foreground {
  color: #4a4a4a;
}
.theme__giag--secondary.card,
.theme__giag--secondary .card, .theme__giag--secondary.card__with-image,
.theme__giag--secondary .card__with-image,
.t__giag--sec.card,
.t__giag--sec .card,
.t__giag--sec.card__with-image,
.t__giag--sec .card__with-image {
  border-color: #FF8F9E;
}
.theme__giag--secondary.card__highlight,
.theme__giag--secondary .card__highlight,
.theme__giag--secondary .card__highlight--image,
.theme__giag--secondary .card__highlight--final,
.t__giag--sec.card__highlight,
.t__giag--sec .card__highlight,
.t__giag--sec .card__highlight--image,
.t__giag--sec .card__highlight--final {
  background-color: #FF8F9E;
  border-color: #FF8F9E;
}
.theme__giag--secondary.card__highlight--title,
.theme__giag--secondary .card__highlight--title,
.theme__giag--secondary .card__highlight--image,
.theme__giag--secondary .card__highlight--final,
.t__giag--sec.card__highlight--title,
.t__giag--sec .card__highlight--title,
.t__giag--sec .card__highlight--image,
.t__giag--sec .card__highlight--final {
  color: #4a4a4a;
}
.theme__giag--secondary .image-slider__selector--dot,
.t__giag--sec .image-slider__selector--dot {
  background-color: #FF8F9E;
}
.theme__giag--secondary .call-to-action__text h3,
.t__giag--sec .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__giag--secondary .officer__block--title h5, .theme__giag--secondary .officer__block--title h6,
.t__giag--sec .officer__block--title h5,
.t__giag--sec .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__giag--secondary .block__statement--link,
.t__giag--sec .block__statement--link {
  color: #4a4a4a;
}
.theme__giag--secondary .card__cutoff,
.t__giag--sec .card__cutoff {
  background: linear-gradient(#FF8F9E, #FF8F9E), linear-gradient(white, white);
}
.theme__giag--secondary .card__cutoff p,
.t__giag--sec .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__giag--secondary .card__cutoff:hover,
  .t__giag--sec .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__giag--secondary .card__cutoff:hover p,
  .t__giag--sec .card__cutoff:hover p {
    color: #FF8F9E;
  }
  .theme__giag--secondary .card__cutoff:hover .card__cutoff--link,
  .t__giag--sec .card__cutoff:hover .card__cutoff--link {
    color: #FF8F9E;
  }
  .theme__giag--secondary .card__cutoff:hover .card__cutoff--text,
  .t__giag--sec .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__giag--secondary .card__cutoff:hover .card__cutoff--text p,
  .t__giag--sec .card__cutoff:hover .card__cutoff--text p {
    color: #FF8F9E;
  }
  .theme__giag--secondary .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__giag--sec .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: #FF8F9E;
  }
}
.theme__giag--secondary .card__cutoff--link,
.t__giag--sec .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__giag--secondary .card__cutoff--link:hover,
  .t__giag--sec .card__cutoff--link:hover {
    color: #FF8F9E;
  }
  .theme__giag--secondary .card__cutoff--link:hover--link,
  .t__giag--sec .card__cutoff--link:hover--link {
    color: #FF8F9E;
  }
}
.theme__giag--secondary .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__giag--sec .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: #FF8F9E;
}
.theme__giag--secondary .dropdown__toggle--title,
.t__giag--sec .dropdown__toggle--title {
  color: #FF8F9E;
}
.theme__giag--secondary .dropdown__toggle--icon i,
.t__giag--sec .dropdown__toggle--icon i {
  color: #FF8F9E;
}
.theme__giag--secondary .large_timer__countdown--item_large,
.t__giag--sec .large_timer__countdown--item_large {
  background-color: #FF8F9E;
}
.theme__giag--secondary .large_timer__countdown--item_medium,
.t__giag--sec .large_timer__countdown--item_medium {
  background-color: #FF8F9E;
}
.theme__giag--secondary .large_timer__countdown--item_small,
.t__giag--sec .large_timer__countdown--item_small {
  background-color: #FF8F9E;
}
.theme__giag--secondary .modalcontent,
.t__giag--sec .modalcontent {
  border-color: #FF8F9E;
}
.theme__giag--secondary .transparent__header,
.t__giag--sec .transparent__header {
  background: #FF8F9E;
}
.theme__giag--secondary .breadcrumb__slashes,
.t__giag--sec .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__giag--secondary .the-list,
.t__giag--sec .the-list {
  background-color: #FF8F9E;
}
.theme__giag--secondary .the-list option,
.t__giag--sec .the-list option {
  border-color: #FF8F9E !important;
}
.theme__giag--secondary .es-list::-webkit-scrollbar-thumb,
.t__giag--sec .es-list::-webkit-scrollbar-thumb {
  background: #FF8F9E;
}
.theme__giag--secondary .es-visible,
.t__giag--sec .es-visible {
  border-color: #FF8F9E !important;
}
.theme__giag--secondary .ot-open,
.theme__giag--secondary .ot-closed,
.t__giag--sec .ot-open,
.t__giag--sec .ot-closed {
  color: #FF8F9E;
}
.theme__giag--secondary .colour__foreground,
.t__giag--sec .colour__foreground {
  color: #FF8F9E;
}
.theme__giag--secondary h1.t__none,
.theme__giag--secondary h1.theme__none,
.theme__giag--secondary h2.t__none,
.theme__giag--secondary h2.theme__none,
.theme__giag--secondary h3.t__none,
.theme__giag--secondary h3.theme__none,
.theme__giag--secondary h4.t__none,
.theme__giag--secondary h4.theme__none,
.theme__giag--secondary h1.t__none--w-hov,
.theme__giag--secondary h1.theme__none--with-hover,
.theme__giag--secondary h2.t__none--w-hov,
.theme__giag--secondary h2.theme__none--with-hover,
.theme__giag--secondary h3.t__none--w-hov,
.theme__giag--secondary h3.theme__none--with-hover,
.theme__giag--secondary h4.t__none--w-hov,
.theme__giag--secondary h4.theme__none--with-hover,
.t__giag--sec h1.t__none,
.t__giag--sec h1.theme__none,
.t__giag--sec h2.t__none,
.t__giag--sec h2.theme__none,
.t__giag--sec h3.t__none,
.t__giag--sec h3.theme__none,
.t__giag--sec h4.t__none,
.t__giag--sec h4.theme__none,
.t__giag--sec h1.t__none--w-hov,
.t__giag--sec h1.theme__none--with-hover,
.t__giag--sec h2.t__none--w-hov,
.t__giag--sec h2.theme__none--with-hover,
.t__giag--sec h3.t__none--w-hov,
.t__giag--sec h3.theme__none--with-hover,
.t__giag--sec h4.t__none--w-hov,
.t__giag--sec h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__giag--secondary span.t__none,
.theme__giag--secondary span.theme__none,
.t__giag--sec span.t__none,
.t__giag--sec span.theme__none {
  color: #4a4a4a;
}
.theme__giag--secondary i.t__none,
.theme__giag--secondary i.theme__none,
.t__giag--sec i.t__none,
.t__giag--sec i.theme__none {
  color: #4a4a4a;
}
.theme__giag--secondary a.border__none,
.theme__giag--secondary a.b__none,
.t__giag--sec a.border__none,
.t__giag--sec a.b__none {
  border: 0;
}
.theme__giag--secondary a:hover h1.t__none,
.theme__giag--secondary a:hover h1.theme__none,
.theme__giag--secondary a:hover h2.t__none,
.theme__giag--secondary a:hover h2.theme__none,
.theme__giag--secondary a:hover h3.t__none,
.theme__giag--secondary a:hover h3.theme__none,
.theme__giag--secondary a:hover h4.t__none,
.theme__giag--secondary a:hover h4.theme__none,
.t__giag--sec a:hover h1.t__none,
.t__giag--sec a:hover h1.theme__none,
.t__giag--sec a:hover h2.t__none,
.t__giag--sec a:hover h2.theme__none,
.t__giag--sec a:hover h3.t__none,
.t__giag--sec a:hover h3.theme__none,
.t__giag--sec a:hover h4.t__none,
.t__giag--sec a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__giag--secondary a:hover h1.t__none--w-hov,
.theme__giag--secondary a:hover h1.theme__none--with-hover,
.theme__giag--secondary a:hover h2.t__none--w-hov,
.theme__giag--secondary a:hover h2.theme__none--with-hover,
.theme__giag--secondary a:hover h3.t__none--w-hov,
.theme__giag--secondary a:hover h3.theme__none--with-hover,
.theme__giag--secondary a:hover h4.t__none--w-hov,
.theme__giag--secondary a:hover h4.theme__none--with-hover,
.t__giag--sec a:hover h1.t__none--w-hov,
.t__giag--sec a:hover h1.theme__none--with-hover,
.t__giag--sec a:hover h2.t__none--w-hov,
.t__giag--sec a:hover h2.theme__none--with-hover,
.t__giag--sec a:hover h3.t__none--w-hov,
.t__giag--sec a:hover h3.theme__none--with-hover,
.t__giag--sec a:hover h4.t__none--w-hov,
.t__giag--sec a:hover h4.theme__none--with-hover {
  color: #FF8F9E;
}

.theme__giag--pastel h1, .theme__giag--pastel h2, .theme__giag--pastel h3, .theme__giag--pastel h4, .theme__giag--pastel h5, .theme__giag--pastel h6,
.t__giag--pas h1,
.t__giag--pas h2,
.t__giag--pas h3,
.t__giag--pas h4,
.t__giag--pas h5,
.t__giag--pas h6 {
  color: rgba(255, 143, 158, 0.1);
}
.theme__giag--pastel a,
.t__giag--pas a {
  color: #4a4a4a;
  border-color: rgba(255, 143, 158, 0.1);
  text-decoration: none;
}
.theme__giag--pastel a:hover,
.t__giag--pas a:hover {
  color: rgba(255, 143, 158, 0.1);
}
.theme__giag--pastel a:hover h1, .theme__giag--pastel a:hover h2, .theme__giag--pastel a:hover h3, .theme__giag--pastel a:hover h4, .theme__giag--pastel a:hover h5, .theme__giag--pastel a:hover h6,
.t__giag--pas a:hover h1,
.t__giag--pas a:hover h2,
.t__giag--pas a:hover h3,
.t__giag--pas a:hover h4,
.t__giag--pas a:hover h5,
.t__giag--pas a:hover h6 {
  color: rgba(255, 143, 158, 0.1);
}
.theme__giag--pastel a div,
.t__giag--pas a div {
  border-color: rgba(255, 143, 158, 0.1) !important;
}
.theme__giag--pastel input,
.t__giag--pas input {
  border-color: rgba(255, 143, 158, 0.1);
}
.theme__giag--pastel p,
.t__giag--pas p {
  color: #4a4a4a;
}
.theme__giag--pastel .button,
.theme__giag--pastel .btn,
.theme__giag--pastel .btn__pill, .theme__giag--pastel.button, .theme__giag--pastel.btn, .theme__giag--pastel.btn__pill,
.t__giag--pas .button,
.t__giag--pas .btn,
.t__giag--pas .btn__pill,
.t__giag--pas.button,
.t__giag--pas.btn,
.t__giag--pas.btn__pill {
  border-color: rgba(255, 143, 158, 0.1);
}
@media (hover: hover) {
  .theme__giag--pastel .button:hover,
  .theme__giag--pastel .btn:hover,
  .theme__giag--pastel .btn__pill:hover, .theme__giag--pastel.button:hover, .theme__giag--pastel.btn:hover, .theme__giag--pastel.btn__pill:hover,
  .t__giag--pas .button:hover,
  .t__giag--pas .btn:hover,
  .t__giag--pas .btn__pill:hover,
  .t__giag--pas.button:hover,
  .t__giag--pas.btn:hover,
  .t__giag--pas.btn__pill:hover {
    color: #ffffff;
    background: rgba(255, 143, 158, 0.1);
  }
  .theme__giag--pastel .button:hover i,
  .theme__giag--pastel .btn:hover i,
  .theme__giag--pastel .btn__pill:hover i, .theme__giag--pastel.button:hover i, .theme__giag--pastel.btn:hover i, .theme__giag--pastel.btn__pill:hover i,
  .t__giag--pas .button:hover i,
  .t__giag--pas .btn:hover i,
  .t__giag--pas .btn__pill:hover i,
  .t__giag--pas.button:hover i,
  .t__giag--pas.btn:hover i,
  .t__giag--pas.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__giag--pastel .button__invert,
.theme__giag--pastel .btn__invert,
.theme__giag--pastel .btn__pill__invert, .theme__giag--pastel.button__invert, .theme__giag--pastel.btn__invert, .theme__giag--pastel.btn__pill__invert,
.t__giag--pas .button__invert,
.t__giag--pas .btn__invert,
.t__giag--pas .btn__pill__invert,
.t__giag--pas.button__invert,
.t__giag--pas.btn__invert,
.t__giag--pas.btn__pill__invert {
  background-color: rgba(255, 143, 158, 0.1);
  color: #ffffff;
}
.theme__giag--pastel .button__invert h4,
.theme__giag--pastel .btn__invert h4,
.theme__giag--pastel .btn__pill__invert h4, .theme__giag--pastel.button__invert h4, .theme__giag--pastel.btn__invert h4, .theme__giag--pastel.btn__pill__invert h4,
.t__giag--pas .button__invert h4,
.t__giag--pas .btn__invert h4,
.t__giag--pas .btn__pill__invert h4,
.t__giag--pas.button__invert h4,
.t__giag--pas.btn__invert h4,
.t__giag--pas.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__giag--pastel .button__invert:hover,
.theme__giag--pastel .btn__invert:hover,
.theme__giag--pastel .btn__pill__invert:hover, .theme__giag--pastel.button__invert:hover, .theme__giag--pastel.btn__invert:hover, .theme__giag--pastel.btn__pill__invert:hover,
.t__giag--pas .button__invert:hover,
.t__giag--pas .btn__invert:hover,
.t__giag--pas .btn__pill__invert:hover,
.t__giag--pas.button__invert:hover,
.t__giag--pas.btn__invert:hover,
.t__giag--pas.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__giag--pastel .button__invert:hover h4,
.theme__giag--pastel .btn__invert:hover h4,
.theme__giag--pastel .btn__pill__invert:hover h4, .theme__giag--pastel.button__invert:hover h4, .theme__giag--pastel.btn__invert:hover h4, .theme__giag--pastel.btn__pill__invert:hover h4,
.t__giag--pas .button__invert:hover h4,
.t__giag--pas .btn__invert:hover h4,
.t__giag--pas .btn__pill__invert:hover h4,
.t__giag--pas.button__invert:hover h4,
.t__giag--pas.btn__invert:hover h4,
.t__giag--pas.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__giag--pastel .button__invert--hover:hover,
.theme__giag--pastel .btn__invert--hover:hover,
.theme__giag--pastel .btn__pill__invert--hover:hover, .theme__giag--pastel.button__invert--hover:hover, .theme__giag--pastel.btn__invert--hover:hover, .theme__giag--pastel.btn__pill__invert--hover:hover,
.t__giag--pas .button__invert--hover:hover,
.t__giag--pas .btn__invert--hover:hover,
.t__giag--pas .btn__pill__invert--hover:hover,
.t__giag--pas.button__invert--hover:hover,
.t__giag--pas.btn__invert--hover:hover,
.t__giag--pas.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__giag--pastel .button__under,
.theme__giag--pastel .btn__under,
.theme__giag--pastel .btn__pill__under, .theme__giag--pastel.button__under, .theme__giag--pastel.btn__under, .theme__giag--pastel.btn__pill__under,
.t__giag--pas .button__under,
.t__giag--pas .btn__under,
.t__giag--pas .btn__pill__under,
.t__giag--pas.button__under,
.t__giag--pas.btn__under,
.t__giag--pas.btn__pill__under {
  border-color: rgba(255, 143, 158, 0.1);
}
.theme__giag--pastel .btn__large,
.t__giag--pas .btn__large {
  background-color: rgba(255, 143, 158, 0.1);
}
.theme__giag--pastel .input__search,
.t__giag--pas .input__search {
  border-color: rgba(255, 143, 158, 0.1);
}
.theme__giag--pastel .input__search i,
.t__giag--pas .input__search i {
  color: #4a4a4a;
}
.theme__giag--pastel .input__search:hover i,
.t__giag--pas .input__search:hover i {
  color: rgba(255, 143, 158, 0.1);
}
.theme__giag--pastel .component__foreground,
.t__giag--pas .component__foreground {
  color: #4a4a4a;
}
.theme__giag--pastel.card,
.theme__giag--pastel .card, .theme__giag--pastel.card__with-image,
.theme__giag--pastel .card__with-image,
.t__giag--pas.card,
.t__giag--pas .card,
.t__giag--pas.card__with-image,
.t__giag--pas .card__with-image {
  border-color: rgba(255, 143, 158, 0.1);
}
.theme__giag--pastel.card__highlight,
.theme__giag--pastel .card__highlight,
.theme__giag--pastel .card__highlight--image,
.theme__giag--pastel .card__highlight--final,
.t__giag--pas.card__highlight,
.t__giag--pas .card__highlight,
.t__giag--pas .card__highlight--image,
.t__giag--pas .card__highlight--final {
  background-color: rgba(255, 143, 158, 0.1);
  border-color: rgba(255, 143, 158, 0.1);
}
.theme__giag--pastel.card__highlight--title,
.theme__giag--pastel .card__highlight--title,
.theme__giag--pastel .card__highlight--image,
.theme__giag--pastel .card__highlight--final,
.t__giag--pas.card__highlight--title,
.t__giag--pas .card__highlight--title,
.t__giag--pas .card__highlight--image,
.t__giag--pas .card__highlight--final {
  color: #4a4a4a;
}
.theme__giag--pastel .image-slider__selector--dot,
.t__giag--pas .image-slider__selector--dot {
  background-color: rgba(255, 143, 158, 0.1);
}
.theme__giag--pastel .call-to-action__text h3,
.t__giag--pas .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__giag--pastel .officer__block--title h5, .theme__giag--pastel .officer__block--title h6,
.t__giag--pas .officer__block--title h5,
.t__giag--pas .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__giag--pastel .block__statement--link,
.t__giag--pas .block__statement--link {
  color: #4a4a4a;
}
.theme__giag--pastel .card__cutoff,
.t__giag--pas .card__cutoff {
  background: linear-gradient(rgba(255, 143, 158, 0.1), rgba(255, 143, 158, 0.1)), linear-gradient(white, white);
}
.theme__giag--pastel .card__cutoff p,
.t__giag--pas .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__giag--pastel .card__cutoff:hover,
  .t__giag--pas .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__giag--pastel .card__cutoff:hover p,
  .t__giag--pas .card__cutoff:hover p {
    color: rgba(255, 143, 158, 0.1);
  }
  .theme__giag--pastel .card__cutoff:hover .card__cutoff--link,
  .t__giag--pas .card__cutoff:hover .card__cutoff--link {
    color: rgba(255, 143, 158, 0.1);
  }
  .theme__giag--pastel .card__cutoff:hover .card__cutoff--text,
  .t__giag--pas .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__giag--pastel .card__cutoff:hover .card__cutoff--text p,
  .t__giag--pas .card__cutoff:hover .card__cutoff--text p {
    color: rgba(255, 143, 158, 0.1);
  }
  .theme__giag--pastel .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__giag--pas .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: rgba(255, 143, 158, 0.1);
  }
}
.theme__giag--pastel .card__cutoff--link,
.t__giag--pas .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__giag--pastel .card__cutoff--link:hover,
  .t__giag--pas .card__cutoff--link:hover {
    color: rgba(255, 143, 158, 0.1);
  }
  .theme__giag--pastel .card__cutoff--link:hover--link,
  .t__giag--pas .card__cutoff--link:hover--link {
    color: rgba(255, 143, 158, 0.1);
  }
}
.theme__giag--pastel .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__giag--pas .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: rgba(255, 143, 158, 0.1);
}
.theme__giag--pastel .dropdown__toggle--title,
.t__giag--pas .dropdown__toggle--title {
  color: rgba(255, 143, 158, 0.1);
}
.theme__giag--pastel .dropdown__toggle--icon i,
.t__giag--pas .dropdown__toggle--icon i {
  color: rgba(255, 143, 158, 0.1);
}
.theme__giag--pastel .large_timer__countdown--item_large,
.t__giag--pas .large_timer__countdown--item_large {
  background-color: rgba(255, 143, 158, 0.1);
}
.theme__giag--pastel .large_timer__countdown--item_medium,
.t__giag--pas .large_timer__countdown--item_medium {
  background-color: rgba(255, 143, 158, 0.1);
}
.theme__giag--pastel .large_timer__countdown--item_small,
.t__giag--pas .large_timer__countdown--item_small {
  background-color: rgba(255, 143, 158, 0.1);
}
.theme__giag--pastel .modalcontent,
.t__giag--pas .modalcontent {
  border-color: rgba(255, 143, 158, 0.1);
}
.theme__giag--pastel .transparent__header,
.t__giag--pas .transparent__header {
  background: rgba(255, 143, 158, 0.1);
}
.theme__giag--pastel .breadcrumb__slashes,
.t__giag--pas .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__giag--pastel .the-list,
.t__giag--pas .the-list {
  background-color: rgba(255, 143, 158, 0.1);
}
.theme__giag--pastel .the-list option,
.t__giag--pas .the-list option {
  border-color: rgba(255, 143, 158, 0.1) !important;
}
.theme__giag--pastel .es-list::-webkit-scrollbar-thumb,
.t__giag--pas .es-list::-webkit-scrollbar-thumb {
  background: rgba(255, 143, 158, 0.1);
}
.theme__giag--pastel .es-visible,
.t__giag--pas .es-visible {
  border-color: rgba(255, 143, 158, 0.1) !important;
}
.theme__giag--pastel .ot-open,
.theme__giag--pastel .ot-closed,
.t__giag--pas .ot-open,
.t__giag--pas .ot-closed {
  color: rgba(255, 143, 158, 0.1);
}
.theme__giag--pastel .colour__foreground,
.t__giag--pas .colour__foreground {
  color: rgba(255, 143, 158, 0.1);
}
.theme__giag--pastel h1.t__none,
.theme__giag--pastel h1.theme__none,
.theme__giag--pastel h2.t__none,
.theme__giag--pastel h2.theme__none,
.theme__giag--pastel h3.t__none,
.theme__giag--pastel h3.theme__none,
.theme__giag--pastel h4.t__none,
.theme__giag--pastel h4.theme__none,
.theme__giag--pastel h1.t__none--w-hov,
.theme__giag--pastel h1.theme__none--with-hover,
.theme__giag--pastel h2.t__none--w-hov,
.theme__giag--pastel h2.theme__none--with-hover,
.theme__giag--pastel h3.t__none--w-hov,
.theme__giag--pastel h3.theme__none--with-hover,
.theme__giag--pastel h4.t__none--w-hov,
.theme__giag--pastel h4.theme__none--with-hover,
.t__giag--pas h1.t__none,
.t__giag--pas h1.theme__none,
.t__giag--pas h2.t__none,
.t__giag--pas h2.theme__none,
.t__giag--pas h3.t__none,
.t__giag--pas h3.theme__none,
.t__giag--pas h4.t__none,
.t__giag--pas h4.theme__none,
.t__giag--pas h1.t__none--w-hov,
.t__giag--pas h1.theme__none--with-hover,
.t__giag--pas h2.t__none--w-hov,
.t__giag--pas h2.theme__none--with-hover,
.t__giag--pas h3.t__none--w-hov,
.t__giag--pas h3.theme__none--with-hover,
.t__giag--pas h4.t__none--w-hov,
.t__giag--pas h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__giag--pastel span.t__none,
.theme__giag--pastel span.theme__none,
.t__giag--pas span.t__none,
.t__giag--pas span.theme__none {
  color: #4a4a4a;
}
.theme__giag--pastel i.t__none,
.theme__giag--pastel i.theme__none,
.t__giag--pas i.t__none,
.t__giag--pas i.theme__none {
  color: #4a4a4a;
}
.theme__giag--pastel a.border__none,
.theme__giag--pastel a.b__none,
.t__giag--pas a.border__none,
.t__giag--pas a.b__none {
  border: 0;
}
.theme__giag--pastel a:hover h1.t__none,
.theme__giag--pastel a:hover h1.theme__none,
.theme__giag--pastel a:hover h2.t__none,
.theme__giag--pastel a:hover h2.theme__none,
.theme__giag--pastel a:hover h3.t__none,
.theme__giag--pastel a:hover h3.theme__none,
.theme__giag--pastel a:hover h4.t__none,
.theme__giag--pastel a:hover h4.theme__none,
.t__giag--pas a:hover h1.t__none,
.t__giag--pas a:hover h1.theme__none,
.t__giag--pas a:hover h2.t__none,
.t__giag--pas a:hover h2.theme__none,
.t__giag--pas a:hover h3.t__none,
.t__giag--pas a:hover h3.theme__none,
.t__giag--pas a:hover h4.t__none,
.t__giag--pas a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__giag--pastel a:hover h1.t__none--w-hov,
.theme__giag--pastel a:hover h1.theme__none--with-hover,
.theme__giag--pastel a:hover h2.t__none--w-hov,
.theme__giag--pastel a:hover h2.theme__none--with-hover,
.theme__giag--pastel a:hover h3.t__none--w-hov,
.theme__giag--pastel a:hover h3.theme__none--with-hover,
.theme__giag--pastel a:hover h4.t__none--w-hov,
.theme__giag--pastel a:hover h4.theme__none--with-hover,
.t__giag--pas a:hover h1.t__none--w-hov,
.t__giag--pas a:hover h1.theme__none--with-hover,
.t__giag--pas a:hover h2.t__none--w-hov,
.t__giag--pas a:hover h2.theme__none--with-hover,
.t__giag--pas a:hover h3.t__none--w-hov,
.t__giag--pas a:hover h3.theme__none--with-hover,
.t__giag--pas a:hover h4.t__none--w-hov,
.t__giag--pas a:hover h4.theme__none--with-hover {
  color: rgba(255, 143, 158, 0.1);
}

.theme__giag--background-primary,
.t__giag--bg-pri {
  background-color: #FF5D3E;
}

.theme__giag--background-secondary,
.t__giag--bg-sec {
  background-color: #FF8F9E;
}

.theme__giag--background-pastel,
.t__giag--bg-pas {
  background-color: rgba(255, 143, 158, 0.1);
}

.theme__advice-support--primary h1, .theme__advice-support--primary h2, .theme__advice-support--primary h3, .theme__advice-support--primary h4, .theme__advice-support--primary h5, .theme__advice-support--primary h6,
.t__ads--pri h1,
.t__ads--pri h2,
.t__ads--pri h3,
.t__ads--pri h4,
.t__ads--pri h5,
.t__ads--pri h6 {
  color: #009E4B;
}
.theme__advice-support--primary a,
.t__ads--pri a {
  color: #4a4a4a;
  border-color: #009E4B;
  text-decoration: none;
}
.theme__advice-support--primary a:hover,
.t__ads--pri a:hover {
  color: #009E4B;
}
.theme__advice-support--primary a:hover h1, .theme__advice-support--primary a:hover h2, .theme__advice-support--primary a:hover h3, .theme__advice-support--primary a:hover h4, .theme__advice-support--primary a:hover h5, .theme__advice-support--primary a:hover h6,
.t__ads--pri a:hover h1,
.t__ads--pri a:hover h2,
.t__ads--pri a:hover h3,
.t__ads--pri a:hover h4,
.t__ads--pri a:hover h5,
.t__ads--pri a:hover h6 {
  color: #009E4B;
}
.theme__advice-support--primary a div,
.t__ads--pri a div {
  border-color: #009E4B !important;
}
.theme__advice-support--primary input,
.t__ads--pri input {
  border-color: #009E4B;
}
.theme__advice-support--primary p,
.t__ads--pri p {
  color: #4a4a4a;
}
.theme__advice-support--primary .button,
.theme__advice-support--primary .btn,
.theme__advice-support--primary .btn__pill, .theme__advice-support--primary.button, .theme__advice-support--primary.btn, .theme__advice-support--primary.btn__pill,
.t__ads--pri .button,
.t__ads--pri .btn,
.t__ads--pri .btn__pill,
.t__ads--pri.button,
.t__ads--pri.btn,
.t__ads--pri.btn__pill {
  border-color: #009E4B;
}
@media (hover: hover) {
  .theme__advice-support--primary .button:hover,
  .theme__advice-support--primary .btn:hover,
  .theme__advice-support--primary .btn__pill:hover, .theme__advice-support--primary.button:hover, .theme__advice-support--primary.btn:hover, .theme__advice-support--primary.btn__pill:hover,
  .t__ads--pri .button:hover,
  .t__ads--pri .btn:hover,
  .t__ads--pri .btn__pill:hover,
  .t__ads--pri.button:hover,
  .t__ads--pri.btn:hover,
  .t__ads--pri.btn__pill:hover {
    color: #ffffff;
    background: #009E4B;
  }
  .theme__advice-support--primary .button:hover i,
  .theme__advice-support--primary .btn:hover i,
  .theme__advice-support--primary .btn__pill:hover i, .theme__advice-support--primary.button:hover i, .theme__advice-support--primary.btn:hover i, .theme__advice-support--primary.btn__pill:hover i,
  .t__ads--pri .button:hover i,
  .t__ads--pri .btn:hover i,
  .t__ads--pri .btn__pill:hover i,
  .t__ads--pri.button:hover i,
  .t__ads--pri.btn:hover i,
  .t__ads--pri.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__advice-support--primary .button__invert,
.theme__advice-support--primary .btn__invert,
.theme__advice-support--primary .btn__pill__invert, .theme__advice-support--primary.button__invert, .theme__advice-support--primary.btn__invert, .theme__advice-support--primary.btn__pill__invert,
.t__ads--pri .button__invert,
.t__ads--pri .btn__invert,
.t__ads--pri .btn__pill__invert,
.t__ads--pri.button__invert,
.t__ads--pri.btn__invert,
.t__ads--pri.btn__pill__invert {
  background-color: #009E4B;
  color: #ffffff;
}
.theme__advice-support--primary .button__invert h4,
.theme__advice-support--primary .btn__invert h4,
.theme__advice-support--primary .btn__pill__invert h4, .theme__advice-support--primary.button__invert h4, .theme__advice-support--primary.btn__invert h4, .theme__advice-support--primary.btn__pill__invert h4,
.t__ads--pri .button__invert h4,
.t__ads--pri .btn__invert h4,
.t__ads--pri .btn__pill__invert h4,
.t__ads--pri.button__invert h4,
.t__ads--pri.btn__invert h4,
.t__ads--pri.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__advice-support--primary .button__invert:hover,
.theme__advice-support--primary .btn__invert:hover,
.theme__advice-support--primary .btn__pill__invert:hover, .theme__advice-support--primary.button__invert:hover, .theme__advice-support--primary.btn__invert:hover, .theme__advice-support--primary.btn__pill__invert:hover,
.t__ads--pri .button__invert:hover,
.t__ads--pri .btn__invert:hover,
.t__ads--pri .btn__pill__invert:hover,
.t__ads--pri.button__invert:hover,
.t__ads--pri.btn__invert:hover,
.t__ads--pri.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__advice-support--primary .button__invert:hover h4,
.theme__advice-support--primary .btn__invert:hover h4,
.theme__advice-support--primary .btn__pill__invert:hover h4, .theme__advice-support--primary.button__invert:hover h4, .theme__advice-support--primary.btn__invert:hover h4, .theme__advice-support--primary.btn__pill__invert:hover h4,
.t__ads--pri .button__invert:hover h4,
.t__ads--pri .btn__invert:hover h4,
.t__ads--pri .btn__pill__invert:hover h4,
.t__ads--pri.button__invert:hover h4,
.t__ads--pri.btn__invert:hover h4,
.t__ads--pri.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__advice-support--primary .button__invert--hover:hover,
.theme__advice-support--primary .btn__invert--hover:hover,
.theme__advice-support--primary .btn__pill__invert--hover:hover, .theme__advice-support--primary.button__invert--hover:hover, .theme__advice-support--primary.btn__invert--hover:hover, .theme__advice-support--primary.btn__pill__invert--hover:hover,
.t__ads--pri .button__invert--hover:hover,
.t__ads--pri .btn__invert--hover:hover,
.t__ads--pri .btn__pill__invert--hover:hover,
.t__ads--pri.button__invert--hover:hover,
.t__ads--pri.btn__invert--hover:hover,
.t__ads--pri.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__advice-support--primary .button__under,
.theme__advice-support--primary .btn__under,
.theme__advice-support--primary .btn__pill__under, .theme__advice-support--primary.button__under, .theme__advice-support--primary.btn__under, .theme__advice-support--primary.btn__pill__under,
.t__ads--pri .button__under,
.t__ads--pri .btn__under,
.t__ads--pri .btn__pill__under,
.t__ads--pri.button__under,
.t__ads--pri.btn__under,
.t__ads--pri.btn__pill__under {
  border-color: #009E4B;
}
.theme__advice-support--primary .btn__large,
.t__ads--pri .btn__large {
  background-color: #009E4B;
}
.theme__advice-support--primary .input__search,
.t__ads--pri .input__search {
  border-color: #009E4B;
}
.theme__advice-support--primary .input__search i,
.t__ads--pri .input__search i {
  color: #4a4a4a;
}
.theme__advice-support--primary .input__search:hover i,
.t__ads--pri .input__search:hover i {
  color: #009E4B;
}
.theme__advice-support--primary .component__foreground,
.t__ads--pri .component__foreground {
  color: #4a4a4a;
}
.theme__advice-support--primary.card,
.theme__advice-support--primary .card, .theme__advice-support--primary.card__with-image,
.theme__advice-support--primary .card__with-image,
.t__ads--pri.card,
.t__ads--pri .card,
.t__ads--pri.card__with-image,
.t__ads--pri .card__with-image {
  border-color: #009E4B;
}
.theme__advice-support--primary.card__highlight,
.theme__advice-support--primary .card__highlight,
.theme__advice-support--primary .card__highlight--image,
.theme__advice-support--primary .card__highlight--final,
.t__ads--pri.card__highlight,
.t__ads--pri .card__highlight,
.t__ads--pri .card__highlight--image,
.t__ads--pri .card__highlight--final {
  background-color: #009E4B;
  border-color: #009E4B;
}
.theme__advice-support--primary.card__highlight--title,
.theme__advice-support--primary .card__highlight--title,
.theme__advice-support--primary .card__highlight--image,
.theme__advice-support--primary .card__highlight--final,
.t__ads--pri.card__highlight--title,
.t__ads--pri .card__highlight--title,
.t__ads--pri .card__highlight--image,
.t__ads--pri .card__highlight--final {
  color: #4a4a4a;
}
.theme__advice-support--primary .image-slider__selector--dot,
.t__ads--pri .image-slider__selector--dot {
  background-color: #009E4B;
}
.theme__advice-support--primary .call-to-action__text h3,
.t__ads--pri .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__advice-support--primary .officer__block--title h5, .theme__advice-support--primary .officer__block--title h6,
.t__ads--pri .officer__block--title h5,
.t__ads--pri .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__advice-support--primary .block__statement--link,
.t__ads--pri .block__statement--link {
  color: #4a4a4a;
}
.theme__advice-support--primary .card__cutoff,
.t__ads--pri .card__cutoff {
  background: linear-gradient(#009E4B, #009E4B), linear-gradient(white, white);
}
.theme__advice-support--primary .card__cutoff p,
.t__ads--pri .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__advice-support--primary .card__cutoff:hover,
  .t__ads--pri .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__advice-support--primary .card__cutoff:hover p,
  .t__ads--pri .card__cutoff:hover p {
    color: #009E4B;
  }
  .theme__advice-support--primary .card__cutoff:hover .card__cutoff--link,
  .t__ads--pri .card__cutoff:hover .card__cutoff--link {
    color: #009E4B;
  }
  .theme__advice-support--primary .card__cutoff:hover .card__cutoff--text,
  .t__ads--pri .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__advice-support--primary .card__cutoff:hover .card__cutoff--text p,
  .t__ads--pri .card__cutoff:hover .card__cutoff--text p {
    color: #009E4B;
  }
  .theme__advice-support--primary .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__ads--pri .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: #009E4B;
  }
}
.theme__advice-support--primary .card__cutoff--link,
.t__ads--pri .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__advice-support--primary .card__cutoff--link:hover,
  .t__ads--pri .card__cutoff--link:hover {
    color: #009E4B;
  }
  .theme__advice-support--primary .card__cutoff--link:hover--link,
  .t__ads--pri .card__cutoff--link:hover--link {
    color: #009E4B;
  }
}
.theme__advice-support--primary .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__ads--pri .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: #009E4B;
}
.theme__advice-support--primary .dropdown__toggle--title,
.t__ads--pri .dropdown__toggle--title {
  color: #009E4B;
}
.theme__advice-support--primary .dropdown__toggle--icon i,
.t__ads--pri .dropdown__toggle--icon i {
  color: #009E4B;
}
.theme__advice-support--primary .large_timer__countdown--item_large,
.t__ads--pri .large_timer__countdown--item_large {
  background-color: #009E4B;
}
.theme__advice-support--primary .large_timer__countdown--item_medium,
.t__ads--pri .large_timer__countdown--item_medium {
  background-color: #009E4B;
}
.theme__advice-support--primary .large_timer__countdown--item_small,
.t__ads--pri .large_timer__countdown--item_small {
  background-color: #009E4B;
}
.theme__advice-support--primary .modalcontent,
.t__ads--pri .modalcontent {
  border-color: #009E4B;
}
.theme__advice-support--primary .transparent__header,
.t__ads--pri .transparent__header {
  background: #009E4B;
}
.theme__advice-support--primary .breadcrumb__slashes,
.t__ads--pri .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__advice-support--primary .the-list,
.t__ads--pri .the-list {
  background-color: #009E4B;
}
.theme__advice-support--primary .the-list option,
.t__ads--pri .the-list option {
  border-color: #009E4B !important;
}
.theme__advice-support--primary .es-list::-webkit-scrollbar-thumb,
.t__ads--pri .es-list::-webkit-scrollbar-thumb {
  background: #009E4B;
}
.theme__advice-support--primary .es-visible,
.t__ads--pri .es-visible {
  border-color: #009E4B !important;
}
.theme__advice-support--primary .ot-open,
.theme__advice-support--primary .ot-closed,
.t__ads--pri .ot-open,
.t__ads--pri .ot-closed {
  color: #009E4B;
}
.theme__advice-support--primary .colour__foreground,
.t__ads--pri .colour__foreground {
  color: #009E4B;
}
.theme__advice-support--primary h1.t__none,
.theme__advice-support--primary h1.theme__none,
.theme__advice-support--primary h2.t__none,
.theme__advice-support--primary h2.theme__none,
.theme__advice-support--primary h3.t__none,
.theme__advice-support--primary h3.theme__none,
.theme__advice-support--primary h4.t__none,
.theme__advice-support--primary h4.theme__none,
.theme__advice-support--primary h1.t__none--w-hov,
.theme__advice-support--primary h1.theme__none--with-hover,
.theme__advice-support--primary h2.t__none--w-hov,
.theme__advice-support--primary h2.theme__none--with-hover,
.theme__advice-support--primary h3.t__none--w-hov,
.theme__advice-support--primary h3.theme__none--with-hover,
.theme__advice-support--primary h4.t__none--w-hov,
.theme__advice-support--primary h4.theme__none--with-hover,
.t__ads--pri h1.t__none,
.t__ads--pri h1.theme__none,
.t__ads--pri h2.t__none,
.t__ads--pri h2.theme__none,
.t__ads--pri h3.t__none,
.t__ads--pri h3.theme__none,
.t__ads--pri h4.t__none,
.t__ads--pri h4.theme__none,
.t__ads--pri h1.t__none--w-hov,
.t__ads--pri h1.theme__none--with-hover,
.t__ads--pri h2.t__none--w-hov,
.t__ads--pri h2.theme__none--with-hover,
.t__ads--pri h3.t__none--w-hov,
.t__ads--pri h3.theme__none--with-hover,
.t__ads--pri h4.t__none--w-hov,
.t__ads--pri h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__advice-support--primary span.t__none,
.theme__advice-support--primary span.theme__none,
.t__ads--pri span.t__none,
.t__ads--pri span.theme__none {
  color: #4a4a4a;
}
.theme__advice-support--primary i.t__none,
.theme__advice-support--primary i.theme__none,
.t__ads--pri i.t__none,
.t__ads--pri i.theme__none {
  color: #4a4a4a;
}
.theme__advice-support--primary a.border__none,
.theme__advice-support--primary a.b__none,
.t__ads--pri a.border__none,
.t__ads--pri a.b__none {
  border: 0;
}
.theme__advice-support--primary a:hover h1.t__none,
.theme__advice-support--primary a:hover h1.theme__none,
.theme__advice-support--primary a:hover h2.t__none,
.theme__advice-support--primary a:hover h2.theme__none,
.theme__advice-support--primary a:hover h3.t__none,
.theme__advice-support--primary a:hover h3.theme__none,
.theme__advice-support--primary a:hover h4.t__none,
.theme__advice-support--primary a:hover h4.theme__none,
.t__ads--pri a:hover h1.t__none,
.t__ads--pri a:hover h1.theme__none,
.t__ads--pri a:hover h2.t__none,
.t__ads--pri a:hover h2.theme__none,
.t__ads--pri a:hover h3.t__none,
.t__ads--pri a:hover h3.theme__none,
.t__ads--pri a:hover h4.t__none,
.t__ads--pri a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__advice-support--primary a:hover h1.t__none--w-hov,
.theme__advice-support--primary a:hover h1.theme__none--with-hover,
.theme__advice-support--primary a:hover h2.t__none--w-hov,
.theme__advice-support--primary a:hover h2.theme__none--with-hover,
.theme__advice-support--primary a:hover h3.t__none--w-hov,
.theme__advice-support--primary a:hover h3.theme__none--with-hover,
.theme__advice-support--primary a:hover h4.t__none--w-hov,
.theme__advice-support--primary a:hover h4.theme__none--with-hover,
.t__ads--pri a:hover h1.t__none--w-hov,
.t__ads--pri a:hover h1.theme__none--with-hover,
.t__ads--pri a:hover h2.t__none--w-hov,
.t__ads--pri a:hover h2.theme__none--with-hover,
.t__ads--pri a:hover h3.t__none--w-hov,
.t__ads--pri a:hover h3.theme__none--with-hover,
.t__ads--pri a:hover h4.t__none--w-hov,
.t__ads--pri a:hover h4.theme__none--with-hover {
  color: #009E4B;
}
.theme__advice-support--primary .dotted__line--small, .theme__advice-support--primary .dotted__line--medium, .theme__advice-support--primary .dotted__line--large, .theme__advice-support--primary .dotted__line--x-large, .theme__advice-support--primary .dotted__line--huge,
.t__ads--pri .dotted__line--small,
.t__ads--pri .dotted__line--medium,
.t__ads--pri .dotted__line--large,
.t__ads--pri .dotted__line--x-large,
.t__ads--pri .dotted__line--huge {
  border-image-source: url("https://fe3ca8e0a2f497a00e8a-853d39369c554c336474f22b1382bbe4.ssl.cf3.rackcdn.com/dotted_advice.png");
}
.theme__advice-support--primary::-webkit-scrollbar-thumb,
.t__ads--pri::-webkit-scrollbar-thumb {
  background: #009E4B;
}

.theme__advice-support--secondary h1, .theme__advice-support--secondary h2, .theme__advice-support--secondary h3, .theme__advice-support--secondary h4, .theme__advice-support--secondary h5, .theme__advice-support--secondary h6,
.t__ads--sec h1,
.t__ads--sec h2,
.t__ads--sec h3,
.t__ads--sec h4,
.t__ads--sec h5,
.t__ads--sec h6 {
  color: #00D264;
}
.theme__advice-support--secondary a,
.t__ads--sec a {
  color: #4a4a4a;
  border-color: #00D264;
  text-decoration: none;
}
.theme__advice-support--secondary a:hover,
.t__ads--sec a:hover {
  color: #00D264;
}
.theme__advice-support--secondary a:hover h1, .theme__advice-support--secondary a:hover h2, .theme__advice-support--secondary a:hover h3, .theme__advice-support--secondary a:hover h4, .theme__advice-support--secondary a:hover h5, .theme__advice-support--secondary a:hover h6,
.t__ads--sec a:hover h1,
.t__ads--sec a:hover h2,
.t__ads--sec a:hover h3,
.t__ads--sec a:hover h4,
.t__ads--sec a:hover h5,
.t__ads--sec a:hover h6 {
  color: #00D264;
}
.theme__advice-support--secondary a div,
.t__ads--sec a div {
  border-color: #00D264 !important;
}
.theme__advice-support--secondary input,
.t__ads--sec input {
  border-color: #00D264;
}
.theme__advice-support--secondary p,
.t__ads--sec p {
  color: #4a4a4a;
}
.theme__advice-support--secondary .button,
.theme__advice-support--secondary .btn,
.theme__advice-support--secondary .btn__pill, .theme__advice-support--secondary.button, .theme__advice-support--secondary.btn, .theme__advice-support--secondary.btn__pill,
.t__ads--sec .button,
.t__ads--sec .btn,
.t__ads--sec .btn__pill,
.t__ads--sec.button,
.t__ads--sec.btn,
.t__ads--sec.btn__pill {
  border-color: #00D264;
}
@media (hover: hover) {
  .theme__advice-support--secondary .button:hover,
  .theme__advice-support--secondary .btn:hover,
  .theme__advice-support--secondary .btn__pill:hover, .theme__advice-support--secondary.button:hover, .theme__advice-support--secondary.btn:hover, .theme__advice-support--secondary.btn__pill:hover,
  .t__ads--sec .button:hover,
  .t__ads--sec .btn:hover,
  .t__ads--sec .btn__pill:hover,
  .t__ads--sec.button:hover,
  .t__ads--sec.btn:hover,
  .t__ads--sec.btn__pill:hover {
    color: #ffffff;
    background: #00D264;
  }
  .theme__advice-support--secondary .button:hover i,
  .theme__advice-support--secondary .btn:hover i,
  .theme__advice-support--secondary .btn__pill:hover i, .theme__advice-support--secondary.button:hover i, .theme__advice-support--secondary.btn:hover i, .theme__advice-support--secondary.btn__pill:hover i,
  .t__ads--sec .button:hover i,
  .t__ads--sec .btn:hover i,
  .t__ads--sec .btn__pill:hover i,
  .t__ads--sec.button:hover i,
  .t__ads--sec.btn:hover i,
  .t__ads--sec.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__advice-support--secondary .button__invert,
.theme__advice-support--secondary .btn__invert,
.theme__advice-support--secondary .btn__pill__invert, .theme__advice-support--secondary.button__invert, .theme__advice-support--secondary.btn__invert, .theme__advice-support--secondary.btn__pill__invert,
.t__ads--sec .button__invert,
.t__ads--sec .btn__invert,
.t__ads--sec .btn__pill__invert,
.t__ads--sec.button__invert,
.t__ads--sec.btn__invert,
.t__ads--sec.btn__pill__invert {
  background-color: #00D264;
  color: #ffffff;
}
.theme__advice-support--secondary .button__invert h4,
.theme__advice-support--secondary .btn__invert h4,
.theme__advice-support--secondary .btn__pill__invert h4, .theme__advice-support--secondary.button__invert h4, .theme__advice-support--secondary.btn__invert h4, .theme__advice-support--secondary.btn__pill__invert h4,
.t__ads--sec .button__invert h4,
.t__ads--sec .btn__invert h4,
.t__ads--sec .btn__pill__invert h4,
.t__ads--sec.button__invert h4,
.t__ads--sec.btn__invert h4,
.t__ads--sec.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__advice-support--secondary .button__invert:hover,
.theme__advice-support--secondary .btn__invert:hover,
.theme__advice-support--secondary .btn__pill__invert:hover, .theme__advice-support--secondary.button__invert:hover, .theme__advice-support--secondary.btn__invert:hover, .theme__advice-support--secondary.btn__pill__invert:hover,
.t__ads--sec .button__invert:hover,
.t__ads--sec .btn__invert:hover,
.t__ads--sec .btn__pill__invert:hover,
.t__ads--sec.button__invert:hover,
.t__ads--sec.btn__invert:hover,
.t__ads--sec.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__advice-support--secondary .button__invert:hover h4,
.theme__advice-support--secondary .btn__invert:hover h4,
.theme__advice-support--secondary .btn__pill__invert:hover h4, .theme__advice-support--secondary.button__invert:hover h4, .theme__advice-support--secondary.btn__invert:hover h4, .theme__advice-support--secondary.btn__pill__invert:hover h4,
.t__ads--sec .button__invert:hover h4,
.t__ads--sec .btn__invert:hover h4,
.t__ads--sec .btn__pill__invert:hover h4,
.t__ads--sec.button__invert:hover h4,
.t__ads--sec.btn__invert:hover h4,
.t__ads--sec.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__advice-support--secondary .button__invert--hover:hover,
.theme__advice-support--secondary .btn__invert--hover:hover,
.theme__advice-support--secondary .btn__pill__invert--hover:hover, .theme__advice-support--secondary.button__invert--hover:hover, .theme__advice-support--secondary.btn__invert--hover:hover, .theme__advice-support--secondary.btn__pill__invert--hover:hover,
.t__ads--sec .button__invert--hover:hover,
.t__ads--sec .btn__invert--hover:hover,
.t__ads--sec .btn__pill__invert--hover:hover,
.t__ads--sec.button__invert--hover:hover,
.t__ads--sec.btn__invert--hover:hover,
.t__ads--sec.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__advice-support--secondary .button__under,
.theme__advice-support--secondary .btn__under,
.theme__advice-support--secondary .btn__pill__under, .theme__advice-support--secondary.button__under, .theme__advice-support--secondary.btn__under, .theme__advice-support--secondary.btn__pill__under,
.t__ads--sec .button__under,
.t__ads--sec .btn__under,
.t__ads--sec .btn__pill__under,
.t__ads--sec.button__under,
.t__ads--sec.btn__under,
.t__ads--sec.btn__pill__under {
  border-color: #00D264;
}
.theme__advice-support--secondary .btn__large,
.t__ads--sec .btn__large {
  background-color: #00D264;
}
.theme__advice-support--secondary .input__search,
.t__ads--sec .input__search {
  border-color: #00D264;
}
.theme__advice-support--secondary .input__search i,
.t__ads--sec .input__search i {
  color: #4a4a4a;
}
.theme__advice-support--secondary .input__search:hover i,
.t__ads--sec .input__search:hover i {
  color: #00D264;
}
.theme__advice-support--secondary .component__foreground,
.t__ads--sec .component__foreground {
  color: #4a4a4a;
}
.theme__advice-support--secondary.card,
.theme__advice-support--secondary .card, .theme__advice-support--secondary.card__with-image,
.theme__advice-support--secondary .card__with-image,
.t__ads--sec.card,
.t__ads--sec .card,
.t__ads--sec.card__with-image,
.t__ads--sec .card__with-image {
  border-color: #00D264;
}
.theme__advice-support--secondary.card__highlight,
.theme__advice-support--secondary .card__highlight,
.theme__advice-support--secondary .card__highlight--image,
.theme__advice-support--secondary .card__highlight--final,
.t__ads--sec.card__highlight,
.t__ads--sec .card__highlight,
.t__ads--sec .card__highlight--image,
.t__ads--sec .card__highlight--final {
  background-color: #00D264;
  border-color: #00D264;
}
.theme__advice-support--secondary.card__highlight--title,
.theme__advice-support--secondary .card__highlight--title,
.theme__advice-support--secondary .card__highlight--image,
.theme__advice-support--secondary .card__highlight--final,
.t__ads--sec.card__highlight--title,
.t__ads--sec .card__highlight--title,
.t__ads--sec .card__highlight--image,
.t__ads--sec .card__highlight--final {
  color: #4a4a4a;
}
.theme__advice-support--secondary .image-slider__selector--dot,
.t__ads--sec .image-slider__selector--dot {
  background-color: #00D264;
}
.theme__advice-support--secondary .call-to-action__text h3,
.t__ads--sec .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__advice-support--secondary .officer__block--title h5, .theme__advice-support--secondary .officer__block--title h6,
.t__ads--sec .officer__block--title h5,
.t__ads--sec .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__advice-support--secondary .block__statement--link,
.t__ads--sec .block__statement--link {
  color: #4a4a4a;
}
.theme__advice-support--secondary .card__cutoff,
.t__ads--sec .card__cutoff {
  background: linear-gradient(#00D264, #00D264), linear-gradient(white, white);
}
.theme__advice-support--secondary .card__cutoff p,
.t__ads--sec .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__advice-support--secondary .card__cutoff:hover,
  .t__ads--sec .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__advice-support--secondary .card__cutoff:hover p,
  .t__ads--sec .card__cutoff:hover p {
    color: #00D264;
  }
  .theme__advice-support--secondary .card__cutoff:hover .card__cutoff--link,
  .t__ads--sec .card__cutoff:hover .card__cutoff--link {
    color: #00D264;
  }
  .theme__advice-support--secondary .card__cutoff:hover .card__cutoff--text,
  .t__ads--sec .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__advice-support--secondary .card__cutoff:hover .card__cutoff--text p,
  .t__ads--sec .card__cutoff:hover .card__cutoff--text p {
    color: #00D264;
  }
  .theme__advice-support--secondary .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__ads--sec .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: #00D264;
  }
}
.theme__advice-support--secondary .card__cutoff--link,
.t__ads--sec .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__advice-support--secondary .card__cutoff--link:hover,
  .t__ads--sec .card__cutoff--link:hover {
    color: #00D264;
  }
  .theme__advice-support--secondary .card__cutoff--link:hover--link,
  .t__ads--sec .card__cutoff--link:hover--link {
    color: #00D264;
  }
}
.theme__advice-support--secondary .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__ads--sec .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: #00D264;
}
.theme__advice-support--secondary .dropdown__toggle--title,
.t__ads--sec .dropdown__toggle--title {
  color: #00D264;
}
.theme__advice-support--secondary .dropdown__toggle--icon i,
.t__ads--sec .dropdown__toggle--icon i {
  color: #00D264;
}
.theme__advice-support--secondary .large_timer__countdown--item_large,
.t__ads--sec .large_timer__countdown--item_large {
  background-color: #00D264;
}
.theme__advice-support--secondary .large_timer__countdown--item_medium,
.t__ads--sec .large_timer__countdown--item_medium {
  background-color: #00D264;
}
.theme__advice-support--secondary .large_timer__countdown--item_small,
.t__ads--sec .large_timer__countdown--item_small {
  background-color: #00D264;
}
.theme__advice-support--secondary .modalcontent,
.t__ads--sec .modalcontent {
  border-color: #00D264;
}
.theme__advice-support--secondary .transparent__header,
.t__ads--sec .transparent__header {
  background: #00D264;
}
.theme__advice-support--secondary .breadcrumb__slashes,
.t__ads--sec .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__advice-support--secondary .the-list,
.t__ads--sec .the-list {
  background-color: #00D264;
}
.theme__advice-support--secondary .the-list option,
.t__ads--sec .the-list option {
  border-color: #00D264 !important;
}
.theme__advice-support--secondary .es-list::-webkit-scrollbar-thumb,
.t__ads--sec .es-list::-webkit-scrollbar-thumb {
  background: #00D264;
}
.theme__advice-support--secondary .es-visible,
.t__ads--sec .es-visible {
  border-color: #00D264 !important;
}
.theme__advice-support--secondary .ot-open,
.theme__advice-support--secondary .ot-closed,
.t__ads--sec .ot-open,
.t__ads--sec .ot-closed {
  color: #00D264;
}
.theme__advice-support--secondary .colour__foreground,
.t__ads--sec .colour__foreground {
  color: #00D264;
}
.theme__advice-support--secondary h1.t__none,
.theme__advice-support--secondary h1.theme__none,
.theme__advice-support--secondary h2.t__none,
.theme__advice-support--secondary h2.theme__none,
.theme__advice-support--secondary h3.t__none,
.theme__advice-support--secondary h3.theme__none,
.theme__advice-support--secondary h4.t__none,
.theme__advice-support--secondary h4.theme__none,
.theme__advice-support--secondary h1.t__none--w-hov,
.theme__advice-support--secondary h1.theme__none--with-hover,
.theme__advice-support--secondary h2.t__none--w-hov,
.theme__advice-support--secondary h2.theme__none--with-hover,
.theme__advice-support--secondary h3.t__none--w-hov,
.theme__advice-support--secondary h3.theme__none--with-hover,
.theme__advice-support--secondary h4.t__none--w-hov,
.theme__advice-support--secondary h4.theme__none--with-hover,
.t__ads--sec h1.t__none,
.t__ads--sec h1.theme__none,
.t__ads--sec h2.t__none,
.t__ads--sec h2.theme__none,
.t__ads--sec h3.t__none,
.t__ads--sec h3.theme__none,
.t__ads--sec h4.t__none,
.t__ads--sec h4.theme__none,
.t__ads--sec h1.t__none--w-hov,
.t__ads--sec h1.theme__none--with-hover,
.t__ads--sec h2.t__none--w-hov,
.t__ads--sec h2.theme__none--with-hover,
.t__ads--sec h3.t__none--w-hov,
.t__ads--sec h3.theme__none--with-hover,
.t__ads--sec h4.t__none--w-hov,
.t__ads--sec h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__advice-support--secondary span.t__none,
.theme__advice-support--secondary span.theme__none,
.t__ads--sec span.t__none,
.t__ads--sec span.theme__none {
  color: #4a4a4a;
}
.theme__advice-support--secondary i.t__none,
.theme__advice-support--secondary i.theme__none,
.t__ads--sec i.t__none,
.t__ads--sec i.theme__none {
  color: #4a4a4a;
}
.theme__advice-support--secondary a.border__none,
.theme__advice-support--secondary a.b__none,
.t__ads--sec a.border__none,
.t__ads--sec a.b__none {
  border: 0;
}
.theme__advice-support--secondary a:hover h1.t__none,
.theme__advice-support--secondary a:hover h1.theme__none,
.theme__advice-support--secondary a:hover h2.t__none,
.theme__advice-support--secondary a:hover h2.theme__none,
.theme__advice-support--secondary a:hover h3.t__none,
.theme__advice-support--secondary a:hover h3.theme__none,
.theme__advice-support--secondary a:hover h4.t__none,
.theme__advice-support--secondary a:hover h4.theme__none,
.t__ads--sec a:hover h1.t__none,
.t__ads--sec a:hover h1.theme__none,
.t__ads--sec a:hover h2.t__none,
.t__ads--sec a:hover h2.theme__none,
.t__ads--sec a:hover h3.t__none,
.t__ads--sec a:hover h3.theme__none,
.t__ads--sec a:hover h4.t__none,
.t__ads--sec a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__advice-support--secondary a:hover h1.t__none--w-hov,
.theme__advice-support--secondary a:hover h1.theme__none--with-hover,
.theme__advice-support--secondary a:hover h2.t__none--w-hov,
.theme__advice-support--secondary a:hover h2.theme__none--with-hover,
.theme__advice-support--secondary a:hover h3.t__none--w-hov,
.theme__advice-support--secondary a:hover h3.theme__none--with-hover,
.theme__advice-support--secondary a:hover h4.t__none--w-hov,
.theme__advice-support--secondary a:hover h4.theme__none--with-hover,
.t__ads--sec a:hover h1.t__none--w-hov,
.t__ads--sec a:hover h1.theme__none--with-hover,
.t__ads--sec a:hover h2.t__none--w-hov,
.t__ads--sec a:hover h2.theme__none--with-hover,
.t__ads--sec a:hover h3.t__none--w-hov,
.t__ads--sec a:hover h3.theme__none--with-hover,
.t__ads--sec a:hover h4.t__none--w-hov,
.t__ads--sec a:hover h4.theme__none--with-hover {
  color: #00D264;
}

.theme__advice-support--pastel h1, .theme__advice-support--pastel h2, .theme__advice-support--pastel h3, .theme__advice-support--pastel h4, .theme__advice-support--pastel h5, .theme__advice-support--pastel h6,
.t__ads--pas h1,
.t__ads--pas h2,
.t__ads--pas h3,
.t__ads--pas h4,
.t__ads--pas h5,
.t__ads--pas h6 {
  color: rgba(60, 230, 120, 0.1);
}
.theme__advice-support--pastel a,
.t__ads--pas a {
  color: #4a4a4a;
  border-color: rgba(60, 230, 120, 0.1);
  text-decoration: none;
}
.theme__advice-support--pastel a:hover,
.t__ads--pas a:hover {
  color: rgba(60, 230, 120, 0.1);
}
.theme__advice-support--pastel a:hover h1, .theme__advice-support--pastel a:hover h2, .theme__advice-support--pastel a:hover h3, .theme__advice-support--pastel a:hover h4, .theme__advice-support--pastel a:hover h5, .theme__advice-support--pastel a:hover h6,
.t__ads--pas a:hover h1,
.t__ads--pas a:hover h2,
.t__ads--pas a:hover h3,
.t__ads--pas a:hover h4,
.t__ads--pas a:hover h5,
.t__ads--pas a:hover h6 {
  color: rgba(60, 230, 120, 0.1);
}
.theme__advice-support--pastel a div,
.t__ads--pas a div {
  border-color: rgba(60, 230, 120, 0.1) !important;
}
.theme__advice-support--pastel input,
.t__ads--pas input {
  border-color: rgba(60, 230, 120, 0.1);
}
.theme__advice-support--pastel p,
.t__ads--pas p {
  color: #4a4a4a;
}
.theme__advice-support--pastel .button,
.theme__advice-support--pastel .btn,
.theme__advice-support--pastel .btn__pill, .theme__advice-support--pastel.button, .theme__advice-support--pastel.btn, .theme__advice-support--pastel.btn__pill,
.t__ads--pas .button,
.t__ads--pas .btn,
.t__ads--pas .btn__pill,
.t__ads--pas.button,
.t__ads--pas.btn,
.t__ads--pas.btn__pill {
  border-color: rgba(60, 230, 120, 0.1);
}
@media (hover: hover) {
  .theme__advice-support--pastel .button:hover,
  .theme__advice-support--pastel .btn:hover,
  .theme__advice-support--pastel .btn__pill:hover, .theme__advice-support--pastel.button:hover, .theme__advice-support--pastel.btn:hover, .theme__advice-support--pastel.btn__pill:hover,
  .t__ads--pas .button:hover,
  .t__ads--pas .btn:hover,
  .t__ads--pas .btn__pill:hover,
  .t__ads--pas.button:hover,
  .t__ads--pas.btn:hover,
  .t__ads--pas.btn__pill:hover {
    color: #ffffff;
    background: rgba(60, 230, 120, 0.1);
  }
  .theme__advice-support--pastel .button:hover i,
  .theme__advice-support--pastel .btn:hover i,
  .theme__advice-support--pastel .btn__pill:hover i, .theme__advice-support--pastel.button:hover i, .theme__advice-support--pastel.btn:hover i, .theme__advice-support--pastel.btn__pill:hover i,
  .t__ads--pas .button:hover i,
  .t__ads--pas .btn:hover i,
  .t__ads--pas .btn__pill:hover i,
  .t__ads--pas.button:hover i,
  .t__ads--pas.btn:hover i,
  .t__ads--pas.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__advice-support--pastel .button__invert,
.theme__advice-support--pastel .btn__invert,
.theme__advice-support--pastel .btn__pill__invert, .theme__advice-support--pastel.button__invert, .theme__advice-support--pastel.btn__invert, .theme__advice-support--pastel.btn__pill__invert,
.t__ads--pas .button__invert,
.t__ads--pas .btn__invert,
.t__ads--pas .btn__pill__invert,
.t__ads--pas.button__invert,
.t__ads--pas.btn__invert,
.t__ads--pas.btn__pill__invert {
  background-color: rgba(60, 230, 120, 0.1);
  color: #ffffff;
}
.theme__advice-support--pastel .button__invert h4,
.theme__advice-support--pastel .btn__invert h4,
.theme__advice-support--pastel .btn__pill__invert h4, .theme__advice-support--pastel.button__invert h4, .theme__advice-support--pastel.btn__invert h4, .theme__advice-support--pastel.btn__pill__invert h4,
.t__ads--pas .button__invert h4,
.t__ads--pas .btn__invert h4,
.t__ads--pas .btn__pill__invert h4,
.t__ads--pas.button__invert h4,
.t__ads--pas.btn__invert h4,
.t__ads--pas.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__advice-support--pastel .button__invert:hover,
.theme__advice-support--pastel .btn__invert:hover,
.theme__advice-support--pastel .btn__pill__invert:hover, .theme__advice-support--pastel.button__invert:hover, .theme__advice-support--pastel.btn__invert:hover, .theme__advice-support--pastel.btn__pill__invert:hover,
.t__ads--pas .button__invert:hover,
.t__ads--pas .btn__invert:hover,
.t__ads--pas .btn__pill__invert:hover,
.t__ads--pas.button__invert:hover,
.t__ads--pas.btn__invert:hover,
.t__ads--pas.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__advice-support--pastel .button__invert:hover h4,
.theme__advice-support--pastel .btn__invert:hover h4,
.theme__advice-support--pastel .btn__pill__invert:hover h4, .theme__advice-support--pastel.button__invert:hover h4, .theme__advice-support--pastel.btn__invert:hover h4, .theme__advice-support--pastel.btn__pill__invert:hover h4,
.t__ads--pas .button__invert:hover h4,
.t__ads--pas .btn__invert:hover h4,
.t__ads--pas .btn__pill__invert:hover h4,
.t__ads--pas.button__invert:hover h4,
.t__ads--pas.btn__invert:hover h4,
.t__ads--pas.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__advice-support--pastel .button__invert--hover:hover,
.theme__advice-support--pastel .btn__invert--hover:hover,
.theme__advice-support--pastel .btn__pill__invert--hover:hover, .theme__advice-support--pastel.button__invert--hover:hover, .theme__advice-support--pastel.btn__invert--hover:hover, .theme__advice-support--pastel.btn__pill__invert--hover:hover,
.t__ads--pas .button__invert--hover:hover,
.t__ads--pas .btn__invert--hover:hover,
.t__ads--pas .btn__pill__invert--hover:hover,
.t__ads--pas.button__invert--hover:hover,
.t__ads--pas.btn__invert--hover:hover,
.t__ads--pas.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__advice-support--pastel .button__under,
.theme__advice-support--pastel .btn__under,
.theme__advice-support--pastel .btn__pill__under, .theme__advice-support--pastel.button__under, .theme__advice-support--pastel.btn__under, .theme__advice-support--pastel.btn__pill__under,
.t__ads--pas .button__under,
.t__ads--pas .btn__under,
.t__ads--pas .btn__pill__under,
.t__ads--pas.button__under,
.t__ads--pas.btn__under,
.t__ads--pas.btn__pill__under {
  border-color: rgba(60, 230, 120, 0.1);
}
.theme__advice-support--pastel .btn__large,
.t__ads--pas .btn__large {
  background-color: rgba(60, 230, 120, 0.1);
}
.theme__advice-support--pastel .input__search,
.t__ads--pas .input__search {
  border-color: rgba(60, 230, 120, 0.1);
}
.theme__advice-support--pastel .input__search i,
.t__ads--pas .input__search i {
  color: #4a4a4a;
}
.theme__advice-support--pastel .input__search:hover i,
.t__ads--pas .input__search:hover i {
  color: rgba(60, 230, 120, 0.1);
}
.theme__advice-support--pastel .component__foreground,
.t__ads--pas .component__foreground {
  color: #4a4a4a;
}
.theme__advice-support--pastel.card,
.theme__advice-support--pastel .card, .theme__advice-support--pastel.card__with-image,
.theme__advice-support--pastel .card__with-image,
.t__ads--pas.card,
.t__ads--pas .card,
.t__ads--pas.card__with-image,
.t__ads--pas .card__with-image {
  border-color: rgba(60, 230, 120, 0.1);
}
.theme__advice-support--pastel.card__highlight,
.theme__advice-support--pastel .card__highlight,
.theme__advice-support--pastel .card__highlight--image,
.theme__advice-support--pastel .card__highlight--final,
.t__ads--pas.card__highlight,
.t__ads--pas .card__highlight,
.t__ads--pas .card__highlight--image,
.t__ads--pas .card__highlight--final {
  background-color: rgba(60, 230, 120, 0.1);
  border-color: rgba(60, 230, 120, 0.1);
}
.theme__advice-support--pastel.card__highlight--title,
.theme__advice-support--pastel .card__highlight--title,
.theme__advice-support--pastel .card__highlight--image,
.theme__advice-support--pastel .card__highlight--final,
.t__ads--pas.card__highlight--title,
.t__ads--pas .card__highlight--title,
.t__ads--pas .card__highlight--image,
.t__ads--pas .card__highlight--final {
  color: #4a4a4a;
}
.theme__advice-support--pastel .image-slider__selector--dot,
.t__ads--pas .image-slider__selector--dot {
  background-color: rgba(60, 230, 120, 0.1);
}
.theme__advice-support--pastel .call-to-action__text h3,
.t__ads--pas .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__advice-support--pastel .officer__block--title h5, .theme__advice-support--pastel .officer__block--title h6,
.t__ads--pas .officer__block--title h5,
.t__ads--pas .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__advice-support--pastel .block__statement--link,
.t__ads--pas .block__statement--link {
  color: #4a4a4a;
}
.theme__advice-support--pastel .card__cutoff,
.t__ads--pas .card__cutoff {
  background: linear-gradient(rgba(60, 230, 120, 0.1), rgba(60, 230, 120, 0.1)), linear-gradient(white, white);
}
.theme__advice-support--pastel .card__cutoff p,
.t__ads--pas .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__advice-support--pastel .card__cutoff:hover,
  .t__ads--pas .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__advice-support--pastel .card__cutoff:hover p,
  .t__ads--pas .card__cutoff:hover p {
    color: rgba(60, 230, 120, 0.1);
  }
  .theme__advice-support--pastel .card__cutoff:hover .card__cutoff--link,
  .t__ads--pas .card__cutoff:hover .card__cutoff--link {
    color: rgba(60, 230, 120, 0.1);
  }
  .theme__advice-support--pastel .card__cutoff:hover .card__cutoff--text,
  .t__ads--pas .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__advice-support--pastel .card__cutoff:hover .card__cutoff--text p,
  .t__ads--pas .card__cutoff:hover .card__cutoff--text p {
    color: rgba(60, 230, 120, 0.1);
  }
  .theme__advice-support--pastel .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__ads--pas .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: rgba(60, 230, 120, 0.1);
  }
}
.theme__advice-support--pastel .card__cutoff--link,
.t__ads--pas .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__advice-support--pastel .card__cutoff--link:hover,
  .t__ads--pas .card__cutoff--link:hover {
    color: rgba(60, 230, 120, 0.1);
  }
  .theme__advice-support--pastel .card__cutoff--link:hover--link,
  .t__ads--pas .card__cutoff--link:hover--link {
    color: rgba(60, 230, 120, 0.1);
  }
}
.theme__advice-support--pastel .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__ads--pas .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: rgba(60, 230, 120, 0.1);
}
.theme__advice-support--pastel .dropdown__toggle--title,
.t__ads--pas .dropdown__toggle--title {
  color: rgba(60, 230, 120, 0.1);
}
.theme__advice-support--pastel .dropdown__toggle--icon i,
.t__ads--pas .dropdown__toggle--icon i {
  color: rgba(60, 230, 120, 0.1);
}
.theme__advice-support--pastel .large_timer__countdown--item_large,
.t__ads--pas .large_timer__countdown--item_large {
  background-color: rgba(60, 230, 120, 0.1);
}
.theme__advice-support--pastel .large_timer__countdown--item_medium,
.t__ads--pas .large_timer__countdown--item_medium {
  background-color: rgba(60, 230, 120, 0.1);
}
.theme__advice-support--pastel .large_timer__countdown--item_small,
.t__ads--pas .large_timer__countdown--item_small {
  background-color: rgba(60, 230, 120, 0.1);
}
.theme__advice-support--pastel .modalcontent,
.t__ads--pas .modalcontent {
  border-color: rgba(60, 230, 120, 0.1);
}
.theme__advice-support--pastel .transparent__header,
.t__ads--pas .transparent__header {
  background: rgba(60, 230, 120, 0.1);
}
.theme__advice-support--pastel .breadcrumb__slashes,
.t__ads--pas .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__advice-support--pastel .the-list,
.t__ads--pas .the-list {
  background-color: rgba(60, 230, 120, 0.1);
}
.theme__advice-support--pastel .the-list option,
.t__ads--pas .the-list option {
  border-color: rgba(60, 230, 120, 0.1) !important;
}
.theme__advice-support--pastel .es-list::-webkit-scrollbar-thumb,
.t__ads--pas .es-list::-webkit-scrollbar-thumb {
  background: rgba(60, 230, 120, 0.1);
}
.theme__advice-support--pastel .es-visible,
.t__ads--pas .es-visible {
  border-color: rgba(60, 230, 120, 0.1) !important;
}
.theme__advice-support--pastel .ot-open,
.theme__advice-support--pastel .ot-closed,
.t__ads--pas .ot-open,
.t__ads--pas .ot-closed {
  color: rgba(60, 230, 120, 0.1);
}
.theme__advice-support--pastel .colour__foreground,
.t__ads--pas .colour__foreground {
  color: rgba(60, 230, 120, 0.1);
}
.theme__advice-support--pastel h1.t__none,
.theme__advice-support--pastel h1.theme__none,
.theme__advice-support--pastel h2.t__none,
.theme__advice-support--pastel h2.theme__none,
.theme__advice-support--pastel h3.t__none,
.theme__advice-support--pastel h3.theme__none,
.theme__advice-support--pastel h4.t__none,
.theme__advice-support--pastel h4.theme__none,
.theme__advice-support--pastel h1.t__none--w-hov,
.theme__advice-support--pastel h1.theme__none--with-hover,
.theme__advice-support--pastel h2.t__none--w-hov,
.theme__advice-support--pastel h2.theme__none--with-hover,
.theme__advice-support--pastel h3.t__none--w-hov,
.theme__advice-support--pastel h3.theme__none--with-hover,
.theme__advice-support--pastel h4.t__none--w-hov,
.theme__advice-support--pastel h4.theme__none--with-hover,
.t__ads--pas h1.t__none,
.t__ads--pas h1.theme__none,
.t__ads--pas h2.t__none,
.t__ads--pas h2.theme__none,
.t__ads--pas h3.t__none,
.t__ads--pas h3.theme__none,
.t__ads--pas h4.t__none,
.t__ads--pas h4.theme__none,
.t__ads--pas h1.t__none--w-hov,
.t__ads--pas h1.theme__none--with-hover,
.t__ads--pas h2.t__none--w-hov,
.t__ads--pas h2.theme__none--with-hover,
.t__ads--pas h3.t__none--w-hov,
.t__ads--pas h3.theme__none--with-hover,
.t__ads--pas h4.t__none--w-hov,
.t__ads--pas h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__advice-support--pastel span.t__none,
.theme__advice-support--pastel span.theme__none,
.t__ads--pas span.t__none,
.t__ads--pas span.theme__none {
  color: #4a4a4a;
}
.theme__advice-support--pastel i.t__none,
.theme__advice-support--pastel i.theme__none,
.t__ads--pas i.t__none,
.t__ads--pas i.theme__none {
  color: #4a4a4a;
}
.theme__advice-support--pastel a.border__none,
.theme__advice-support--pastel a.b__none,
.t__ads--pas a.border__none,
.t__ads--pas a.b__none {
  border: 0;
}
.theme__advice-support--pastel a:hover h1.t__none,
.theme__advice-support--pastel a:hover h1.theme__none,
.theme__advice-support--pastel a:hover h2.t__none,
.theme__advice-support--pastel a:hover h2.theme__none,
.theme__advice-support--pastel a:hover h3.t__none,
.theme__advice-support--pastel a:hover h3.theme__none,
.theme__advice-support--pastel a:hover h4.t__none,
.theme__advice-support--pastel a:hover h4.theme__none,
.t__ads--pas a:hover h1.t__none,
.t__ads--pas a:hover h1.theme__none,
.t__ads--pas a:hover h2.t__none,
.t__ads--pas a:hover h2.theme__none,
.t__ads--pas a:hover h3.t__none,
.t__ads--pas a:hover h3.theme__none,
.t__ads--pas a:hover h4.t__none,
.t__ads--pas a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__advice-support--pastel a:hover h1.t__none--w-hov,
.theme__advice-support--pastel a:hover h1.theme__none--with-hover,
.theme__advice-support--pastel a:hover h2.t__none--w-hov,
.theme__advice-support--pastel a:hover h2.theme__none--with-hover,
.theme__advice-support--pastel a:hover h3.t__none--w-hov,
.theme__advice-support--pastel a:hover h3.theme__none--with-hover,
.theme__advice-support--pastel a:hover h4.t__none--w-hov,
.theme__advice-support--pastel a:hover h4.theme__none--with-hover,
.t__ads--pas a:hover h1.t__none--w-hov,
.t__ads--pas a:hover h1.theme__none--with-hover,
.t__ads--pas a:hover h2.t__none--w-hov,
.t__ads--pas a:hover h2.theme__none--with-hover,
.t__ads--pas a:hover h3.t__none--w-hov,
.t__ads--pas a:hover h3.theme__none--with-hover,
.t__ads--pas a:hover h4.t__none--w-hov,
.t__ads--pas a:hover h4.theme__none--with-hover {
  color: rgba(60, 230, 120, 0.1);
}

.theme__advice-support--background-primary,
.t__ads--bg-pri {
  background-color: #009E4B;
}

.theme__advice-support--background-secondary,
.t__ads--bg-sec {
  background-color: #00D264;
}

.theme__advice-support--background-pastel,
.t__ads--bg-pas {
  background-color: rgba(60, 230, 120, 0.1);
}

.theme__sac_ac--primary h1, .theme__sac_ac--primary h2, .theme__sac_ac--primary h3, .theme__sac_ac--primary h4, .theme__sac_ac--primary h5, .theme__sac_ac--primary h6,
.t__sac_ac--pri h1,
.t__sac_ac--pri h2,
.t__sac_ac--pri h3,
.t__sac_ac--pri h4,
.t__sac_ac--pri h5,
.t__sac_ac--pri h6 {
  color: #15BDBD;
}
.theme__sac_ac--primary a,
.t__sac_ac--pri a {
  color: #4a4a4a;
  border-color: #15BDBD;
  text-decoration: none;
}
.theme__sac_ac--primary a:hover,
.t__sac_ac--pri a:hover {
  color: #15BDBD;
}
.theme__sac_ac--primary a:hover h1, .theme__sac_ac--primary a:hover h2, .theme__sac_ac--primary a:hover h3, .theme__sac_ac--primary a:hover h4, .theme__sac_ac--primary a:hover h5, .theme__sac_ac--primary a:hover h6,
.t__sac_ac--pri a:hover h1,
.t__sac_ac--pri a:hover h2,
.t__sac_ac--pri a:hover h3,
.t__sac_ac--pri a:hover h4,
.t__sac_ac--pri a:hover h5,
.t__sac_ac--pri a:hover h6 {
  color: #15BDBD;
}
.theme__sac_ac--primary a div,
.t__sac_ac--pri a div {
  border-color: #15BDBD !important;
}
.theme__sac_ac--primary input,
.t__sac_ac--pri input {
  border-color: #15BDBD;
}
.theme__sac_ac--primary p,
.t__sac_ac--pri p {
  color: #4a4a4a;
}
.theme__sac_ac--primary .button,
.theme__sac_ac--primary .btn,
.theme__sac_ac--primary .btn__pill, .theme__sac_ac--primary.button, .theme__sac_ac--primary.btn, .theme__sac_ac--primary.btn__pill,
.t__sac_ac--pri .button,
.t__sac_ac--pri .btn,
.t__sac_ac--pri .btn__pill,
.t__sac_ac--pri.button,
.t__sac_ac--pri.btn,
.t__sac_ac--pri.btn__pill {
  border-color: #15BDBD;
}
@media (hover: hover) {
  .theme__sac_ac--primary .button:hover,
  .theme__sac_ac--primary .btn:hover,
  .theme__sac_ac--primary .btn__pill:hover, .theme__sac_ac--primary.button:hover, .theme__sac_ac--primary.btn:hover, .theme__sac_ac--primary.btn__pill:hover,
  .t__sac_ac--pri .button:hover,
  .t__sac_ac--pri .btn:hover,
  .t__sac_ac--pri .btn__pill:hover,
  .t__sac_ac--pri.button:hover,
  .t__sac_ac--pri.btn:hover,
  .t__sac_ac--pri.btn__pill:hover {
    color: #ffffff;
    background: #15BDBD;
  }
  .theme__sac_ac--primary .button:hover i,
  .theme__sac_ac--primary .btn:hover i,
  .theme__sac_ac--primary .btn__pill:hover i, .theme__sac_ac--primary.button:hover i, .theme__sac_ac--primary.btn:hover i, .theme__sac_ac--primary.btn__pill:hover i,
  .t__sac_ac--pri .button:hover i,
  .t__sac_ac--pri .btn:hover i,
  .t__sac_ac--pri .btn__pill:hover i,
  .t__sac_ac--pri.button:hover i,
  .t__sac_ac--pri.btn:hover i,
  .t__sac_ac--pri.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__sac_ac--primary .button__invert,
.theme__sac_ac--primary .btn__invert,
.theme__sac_ac--primary .btn__pill__invert, .theme__sac_ac--primary.button__invert, .theme__sac_ac--primary.btn__invert, .theme__sac_ac--primary.btn__pill__invert,
.t__sac_ac--pri .button__invert,
.t__sac_ac--pri .btn__invert,
.t__sac_ac--pri .btn__pill__invert,
.t__sac_ac--pri.button__invert,
.t__sac_ac--pri.btn__invert,
.t__sac_ac--pri.btn__pill__invert {
  background-color: #15BDBD;
  color: #ffffff;
}
.theme__sac_ac--primary .button__invert h4,
.theme__sac_ac--primary .btn__invert h4,
.theme__sac_ac--primary .btn__pill__invert h4, .theme__sac_ac--primary.button__invert h4, .theme__sac_ac--primary.btn__invert h4, .theme__sac_ac--primary.btn__pill__invert h4,
.t__sac_ac--pri .button__invert h4,
.t__sac_ac--pri .btn__invert h4,
.t__sac_ac--pri .btn__pill__invert h4,
.t__sac_ac--pri.button__invert h4,
.t__sac_ac--pri.btn__invert h4,
.t__sac_ac--pri.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__sac_ac--primary .button__invert:hover,
.theme__sac_ac--primary .btn__invert:hover,
.theme__sac_ac--primary .btn__pill__invert:hover, .theme__sac_ac--primary.button__invert:hover, .theme__sac_ac--primary.btn__invert:hover, .theme__sac_ac--primary.btn__pill__invert:hover,
.t__sac_ac--pri .button__invert:hover,
.t__sac_ac--pri .btn__invert:hover,
.t__sac_ac--pri .btn__pill__invert:hover,
.t__sac_ac--pri.button__invert:hover,
.t__sac_ac--pri.btn__invert:hover,
.t__sac_ac--pri.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__sac_ac--primary .button__invert:hover h4,
.theme__sac_ac--primary .btn__invert:hover h4,
.theme__sac_ac--primary .btn__pill__invert:hover h4, .theme__sac_ac--primary.button__invert:hover h4, .theme__sac_ac--primary.btn__invert:hover h4, .theme__sac_ac--primary.btn__pill__invert:hover h4,
.t__sac_ac--pri .button__invert:hover h4,
.t__sac_ac--pri .btn__invert:hover h4,
.t__sac_ac--pri .btn__pill__invert:hover h4,
.t__sac_ac--pri.button__invert:hover h4,
.t__sac_ac--pri.btn__invert:hover h4,
.t__sac_ac--pri.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__sac_ac--primary .button__invert--hover:hover,
.theme__sac_ac--primary .btn__invert--hover:hover,
.theme__sac_ac--primary .btn__pill__invert--hover:hover, .theme__sac_ac--primary.button__invert--hover:hover, .theme__sac_ac--primary.btn__invert--hover:hover, .theme__sac_ac--primary.btn__pill__invert--hover:hover,
.t__sac_ac--pri .button__invert--hover:hover,
.t__sac_ac--pri .btn__invert--hover:hover,
.t__sac_ac--pri .btn__pill__invert--hover:hover,
.t__sac_ac--pri.button__invert--hover:hover,
.t__sac_ac--pri.btn__invert--hover:hover,
.t__sac_ac--pri.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__sac_ac--primary .button__under,
.theme__sac_ac--primary .btn__under,
.theme__sac_ac--primary .btn__pill__under, .theme__sac_ac--primary.button__under, .theme__sac_ac--primary.btn__under, .theme__sac_ac--primary.btn__pill__under,
.t__sac_ac--pri .button__under,
.t__sac_ac--pri .btn__under,
.t__sac_ac--pri .btn__pill__under,
.t__sac_ac--pri.button__under,
.t__sac_ac--pri.btn__under,
.t__sac_ac--pri.btn__pill__under {
  border-color: #15BDBD;
}
.theme__sac_ac--primary .btn__large,
.t__sac_ac--pri .btn__large {
  background-color: #15BDBD;
}
.theme__sac_ac--primary .input__search,
.t__sac_ac--pri .input__search {
  border-color: #15BDBD;
}
.theme__sac_ac--primary .input__search i,
.t__sac_ac--pri .input__search i {
  color: #4a4a4a;
}
.theme__sac_ac--primary .input__search:hover i,
.t__sac_ac--pri .input__search:hover i {
  color: #15BDBD;
}
.theme__sac_ac--primary .component__foreground,
.t__sac_ac--pri .component__foreground {
  color: #4a4a4a;
}
.theme__sac_ac--primary.card,
.theme__sac_ac--primary .card, .theme__sac_ac--primary.card__with-image,
.theme__sac_ac--primary .card__with-image,
.t__sac_ac--pri.card,
.t__sac_ac--pri .card,
.t__sac_ac--pri.card__with-image,
.t__sac_ac--pri .card__with-image {
  border-color: #15BDBD;
}
.theme__sac_ac--primary.card__highlight,
.theme__sac_ac--primary .card__highlight,
.theme__sac_ac--primary .card__highlight--image,
.theme__sac_ac--primary .card__highlight--final,
.t__sac_ac--pri.card__highlight,
.t__sac_ac--pri .card__highlight,
.t__sac_ac--pri .card__highlight--image,
.t__sac_ac--pri .card__highlight--final {
  background-color: #15BDBD;
  border-color: #15BDBD;
}
.theme__sac_ac--primary.card__highlight--title,
.theme__sac_ac--primary .card__highlight--title,
.theme__sac_ac--primary .card__highlight--image,
.theme__sac_ac--primary .card__highlight--final,
.t__sac_ac--pri.card__highlight--title,
.t__sac_ac--pri .card__highlight--title,
.t__sac_ac--pri .card__highlight--image,
.t__sac_ac--pri .card__highlight--final {
  color: #4a4a4a;
}
.theme__sac_ac--primary .image-slider__selector--dot,
.t__sac_ac--pri .image-slider__selector--dot {
  background-color: #15BDBD;
}
.theme__sac_ac--primary .call-to-action__text h3,
.t__sac_ac--pri .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__sac_ac--primary .officer__block--title h5, .theme__sac_ac--primary .officer__block--title h6,
.t__sac_ac--pri .officer__block--title h5,
.t__sac_ac--pri .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__sac_ac--primary .block__statement--link,
.t__sac_ac--pri .block__statement--link {
  color: #4a4a4a;
}
.theme__sac_ac--primary .card__cutoff,
.t__sac_ac--pri .card__cutoff {
  background: linear-gradient(#15BDBD, #15BDBD), linear-gradient(white, white);
}
.theme__sac_ac--primary .card__cutoff p,
.t__sac_ac--pri .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__sac_ac--primary .card__cutoff:hover,
  .t__sac_ac--pri .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__sac_ac--primary .card__cutoff:hover p,
  .t__sac_ac--pri .card__cutoff:hover p {
    color: #15BDBD;
  }
  .theme__sac_ac--primary .card__cutoff:hover .card__cutoff--link,
  .t__sac_ac--pri .card__cutoff:hover .card__cutoff--link {
    color: #15BDBD;
  }
  .theme__sac_ac--primary .card__cutoff:hover .card__cutoff--text,
  .t__sac_ac--pri .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__sac_ac--primary .card__cutoff:hover .card__cutoff--text p,
  .t__sac_ac--pri .card__cutoff:hover .card__cutoff--text p {
    color: #15BDBD;
  }
  .theme__sac_ac--primary .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__sac_ac--pri .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: #15BDBD;
  }
}
.theme__sac_ac--primary .card__cutoff--link,
.t__sac_ac--pri .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__sac_ac--primary .card__cutoff--link:hover,
  .t__sac_ac--pri .card__cutoff--link:hover {
    color: #15BDBD;
  }
  .theme__sac_ac--primary .card__cutoff--link:hover--link,
  .t__sac_ac--pri .card__cutoff--link:hover--link {
    color: #15BDBD;
  }
}
.theme__sac_ac--primary .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__sac_ac--pri .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: #15BDBD;
}
.theme__sac_ac--primary .dropdown__toggle--title,
.t__sac_ac--pri .dropdown__toggle--title {
  color: #15BDBD;
}
.theme__sac_ac--primary .dropdown__toggle--icon i,
.t__sac_ac--pri .dropdown__toggle--icon i {
  color: #15BDBD;
}
.theme__sac_ac--primary .large_timer__countdown--item_large,
.t__sac_ac--pri .large_timer__countdown--item_large {
  background-color: #15BDBD;
}
.theme__sac_ac--primary .large_timer__countdown--item_medium,
.t__sac_ac--pri .large_timer__countdown--item_medium {
  background-color: #15BDBD;
}
.theme__sac_ac--primary .large_timer__countdown--item_small,
.t__sac_ac--pri .large_timer__countdown--item_small {
  background-color: #15BDBD;
}
.theme__sac_ac--primary .modalcontent,
.t__sac_ac--pri .modalcontent {
  border-color: #15BDBD;
}
.theme__sac_ac--primary .transparent__header,
.t__sac_ac--pri .transparent__header {
  background: #15BDBD;
}
.theme__sac_ac--primary .breadcrumb__slashes,
.t__sac_ac--pri .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__sac_ac--primary .the-list,
.t__sac_ac--pri .the-list {
  background-color: #15BDBD;
}
.theme__sac_ac--primary .the-list option,
.t__sac_ac--pri .the-list option {
  border-color: #15BDBD !important;
}
.theme__sac_ac--primary .es-list::-webkit-scrollbar-thumb,
.t__sac_ac--pri .es-list::-webkit-scrollbar-thumb {
  background: #15BDBD;
}
.theme__sac_ac--primary .es-visible,
.t__sac_ac--pri .es-visible {
  border-color: #15BDBD !important;
}
.theme__sac_ac--primary .ot-open,
.theme__sac_ac--primary .ot-closed,
.t__sac_ac--pri .ot-open,
.t__sac_ac--pri .ot-closed {
  color: #15BDBD;
}
.theme__sac_ac--primary .colour__foreground,
.t__sac_ac--pri .colour__foreground {
  color: #15BDBD;
}
.theme__sac_ac--primary h1.t__none,
.theme__sac_ac--primary h1.theme__none,
.theme__sac_ac--primary h2.t__none,
.theme__sac_ac--primary h2.theme__none,
.theme__sac_ac--primary h3.t__none,
.theme__sac_ac--primary h3.theme__none,
.theme__sac_ac--primary h4.t__none,
.theme__sac_ac--primary h4.theme__none,
.theme__sac_ac--primary h1.t__none--w-hov,
.theme__sac_ac--primary h1.theme__none--with-hover,
.theme__sac_ac--primary h2.t__none--w-hov,
.theme__sac_ac--primary h2.theme__none--with-hover,
.theme__sac_ac--primary h3.t__none--w-hov,
.theme__sac_ac--primary h3.theme__none--with-hover,
.theme__sac_ac--primary h4.t__none--w-hov,
.theme__sac_ac--primary h4.theme__none--with-hover,
.t__sac_ac--pri h1.t__none,
.t__sac_ac--pri h1.theme__none,
.t__sac_ac--pri h2.t__none,
.t__sac_ac--pri h2.theme__none,
.t__sac_ac--pri h3.t__none,
.t__sac_ac--pri h3.theme__none,
.t__sac_ac--pri h4.t__none,
.t__sac_ac--pri h4.theme__none,
.t__sac_ac--pri h1.t__none--w-hov,
.t__sac_ac--pri h1.theme__none--with-hover,
.t__sac_ac--pri h2.t__none--w-hov,
.t__sac_ac--pri h2.theme__none--with-hover,
.t__sac_ac--pri h3.t__none--w-hov,
.t__sac_ac--pri h3.theme__none--with-hover,
.t__sac_ac--pri h4.t__none--w-hov,
.t__sac_ac--pri h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__sac_ac--primary span.t__none,
.theme__sac_ac--primary span.theme__none,
.t__sac_ac--pri span.t__none,
.t__sac_ac--pri span.theme__none {
  color: #4a4a4a;
}
.theme__sac_ac--primary i.t__none,
.theme__sac_ac--primary i.theme__none,
.t__sac_ac--pri i.t__none,
.t__sac_ac--pri i.theme__none {
  color: #4a4a4a;
}
.theme__sac_ac--primary a.border__none,
.theme__sac_ac--primary a.b__none,
.t__sac_ac--pri a.border__none,
.t__sac_ac--pri a.b__none {
  border: 0;
}
.theme__sac_ac--primary a:hover h1.t__none,
.theme__sac_ac--primary a:hover h1.theme__none,
.theme__sac_ac--primary a:hover h2.t__none,
.theme__sac_ac--primary a:hover h2.theme__none,
.theme__sac_ac--primary a:hover h3.t__none,
.theme__sac_ac--primary a:hover h3.theme__none,
.theme__sac_ac--primary a:hover h4.t__none,
.theme__sac_ac--primary a:hover h4.theme__none,
.t__sac_ac--pri a:hover h1.t__none,
.t__sac_ac--pri a:hover h1.theme__none,
.t__sac_ac--pri a:hover h2.t__none,
.t__sac_ac--pri a:hover h2.theme__none,
.t__sac_ac--pri a:hover h3.t__none,
.t__sac_ac--pri a:hover h3.theme__none,
.t__sac_ac--pri a:hover h4.t__none,
.t__sac_ac--pri a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__sac_ac--primary a:hover h1.t__none--w-hov,
.theme__sac_ac--primary a:hover h1.theme__none--with-hover,
.theme__sac_ac--primary a:hover h2.t__none--w-hov,
.theme__sac_ac--primary a:hover h2.theme__none--with-hover,
.theme__sac_ac--primary a:hover h3.t__none--w-hov,
.theme__sac_ac--primary a:hover h3.theme__none--with-hover,
.theme__sac_ac--primary a:hover h4.t__none--w-hov,
.theme__sac_ac--primary a:hover h4.theme__none--with-hover,
.t__sac_ac--pri a:hover h1.t__none--w-hov,
.t__sac_ac--pri a:hover h1.theme__none--with-hover,
.t__sac_ac--pri a:hover h2.t__none--w-hov,
.t__sac_ac--pri a:hover h2.theme__none--with-hover,
.t__sac_ac--pri a:hover h3.t__none--w-hov,
.t__sac_ac--pri a:hover h3.theme__none--with-hover,
.t__sac_ac--pri a:hover h4.t__none--w-hov,
.t__sac_ac--pri a:hover h4.theme__none--with-hover {
  color: #15BDBD;
}
.theme__sac_ac--primary .dotted__line--small, .theme__sac_ac--primary .dotted__line--medium, .theme__sac_ac--primary .dotted__line--large, .theme__sac_ac--primary .dotted__line--x-large, .theme__sac_ac--primary .dotted__line--huge,
.t__sac_ac--pri .dotted__line--small,
.t__sac_ac--pri .dotted__line--medium,
.t__sac_ac--pri .dotted__line--large,
.t__sac_ac--pri .dotted__line--x-large,
.t__sac_ac--pri .dotted__line--huge {
  border-image-source: url("http://fe3ca8e0a2f497a00e8a-853d39369c554c336474f22b1382bbe4.r28.cf3.rackcdn.com/dot.png");
}
.theme__sac_ac--primary::-webkit-scrollbar-thumb,
.t__sac_ac--pri::-webkit-scrollbar-thumb {
  background: #15BDBD;
}

.theme__sac_ac--secondary h1, .theme__sac_ac--secondary h2, .theme__sac_ac--secondary h3, .theme__sac_ac--secondary h4, .theme__sac_ac--secondary h5, .theme__sac_ac--secondary h6,
.t__sac_ac--sec h1,
.t__sac_ac--sec h2,
.t__sac_ac--sec h3,
.t__sac_ac--sec h4,
.t__sac_ac--sec h5,
.t__sac_ac--sec h6 {
  color: #15BDBD;
}
.theme__sac_ac--secondary a,
.t__sac_ac--sec a {
  color: #4a4a4a;
  border-color: #15BDBD;
  text-decoration: none;
}
.theme__sac_ac--secondary a:hover,
.t__sac_ac--sec a:hover {
  color: #15BDBD;
}
.theme__sac_ac--secondary a:hover h1, .theme__sac_ac--secondary a:hover h2, .theme__sac_ac--secondary a:hover h3, .theme__sac_ac--secondary a:hover h4, .theme__sac_ac--secondary a:hover h5, .theme__sac_ac--secondary a:hover h6,
.t__sac_ac--sec a:hover h1,
.t__sac_ac--sec a:hover h2,
.t__sac_ac--sec a:hover h3,
.t__sac_ac--sec a:hover h4,
.t__sac_ac--sec a:hover h5,
.t__sac_ac--sec a:hover h6 {
  color: #15BDBD;
}
.theme__sac_ac--secondary a div,
.t__sac_ac--sec a div {
  border-color: #15BDBD !important;
}
.theme__sac_ac--secondary input,
.t__sac_ac--sec input {
  border-color: #15BDBD;
}
.theme__sac_ac--secondary p,
.t__sac_ac--sec p {
  color: #4a4a4a;
}
.theme__sac_ac--secondary .button,
.theme__sac_ac--secondary .btn,
.theme__sac_ac--secondary .btn__pill, .theme__sac_ac--secondary.button, .theme__sac_ac--secondary.btn, .theme__sac_ac--secondary.btn__pill,
.t__sac_ac--sec .button,
.t__sac_ac--sec .btn,
.t__sac_ac--sec .btn__pill,
.t__sac_ac--sec.button,
.t__sac_ac--sec.btn,
.t__sac_ac--sec.btn__pill {
  border-color: #15BDBD;
}
@media (hover: hover) {
  .theme__sac_ac--secondary .button:hover,
  .theme__sac_ac--secondary .btn:hover,
  .theme__sac_ac--secondary .btn__pill:hover, .theme__sac_ac--secondary.button:hover, .theme__sac_ac--secondary.btn:hover, .theme__sac_ac--secondary.btn__pill:hover,
  .t__sac_ac--sec .button:hover,
  .t__sac_ac--sec .btn:hover,
  .t__sac_ac--sec .btn__pill:hover,
  .t__sac_ac--sec.button:hover,
  .t__sac_ac--sec.btn:hover,
  .t__sac_ac--sec.btn__pill:hover {
    color: #ffffff;
    background: #15BDBD;
  }
  .theme__sac_ac--secondary .button:hover i,
  .theme__sac_ac--secondary .btn:hover i,
  .theme__sac_ac--secondary .btn__pill:hover i, .theme__sac_ac--secondary.button:hover i, .theme__sac_ac--secondary.btn:hover i, .theme__sac_ac--secondary.btn__pill:hover i,
  .t__sac_ac--sec .button:hover i,
  .t__sac_ac--sec .btn:hover i,
  .t__sac_ac--sec .btn__pill:hover i,
  .t__sac_ac--sec.button:hover i,
  .t__sac_ac--sec.btn:hover i,
  .t__sac_ac--sec.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__sac_ac--secondary .button__invert,
.theme__sac_ac--secondary .btn__invert,
.theme__sac_ac--secondary .btn__pill__invert, .theme__sac_ac--secondary.button__invert, .theme__sac_ac--secondary.btn__invert, .theme__sac_ac--secondary.btn__pill__invert,
.t__sac_ac--sec .button__invert,
.t__sac_ac--sec .btn__invert,
.t__sac_ac--sec .btn__pill__invert,
.t__sac_ac--sec.button__invert,
.t__sac_ac--sec.btn__invert,
.t__sac_ac--sec.btn__pill__invert {
  background-color: #15BDBD;
  color: #ffffff;
}
.theme__sac_ac--secondary .button__invert h4,
.theme__sac_ac--secondary .btn__invert h4,
.theme__sac_ac--secondary .btn__pill__invert h4, .theme__sac_ac--secondary.button__invert h4, .theme__sac_ac--secondary.btn__invert h4, .theme__sac_ac--secondary.btn__pill__invert h4,
.t__sac_ac--sec .button__invert h4,
.t__sac_ac--sec .btn__invert h4,
.t__sac_ac--sec .btn__pill__invert h4,
.t__sac_ac--sec.button__invert h4,
.t__sac_ac--sec.btn__invert h4,
.t__sac_ac--sec.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__sac_ac--secondary .button__invert:hover,
.theme__sac_ac--secondary .btn__invert:hover,
.theme__sac_ac--secondary .btn__pill__invert:hover, .theme__sac_ac--secondary.button__invert:hover, .theme__sac_ac--secondary.btn__invert:hover, .theme__sac_ac--secondary.btn__pill__invert:hover,
.t__sac_ac--sec .button__invert:hover,
.t__sac_ac--sec .btn__invert:hover,
.t__sac_ac--sec .btn__pill__invert:hover,
.t__sac_ac--sec.button__invert:hover,
.t__sac_ac--sec.btn__invert:hover,
.t__sac_ac--sec.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__sac_ac--secondary .button__invert:hover h4,
.theme__sac_ac--secondary .btn__invert:hover h4,
.theme__sac_ac--secondary .btn__pill__invert:hover h4, .theme__sac_ac--secondary.button__invert:hover h4, .theme__sac_ac--secondary.btn__invert:hover h4, .theme__sac_ac--secondary.btn__pill__invert:hover h4,
.t__sac_ac--sec .button__invert:hover h4,
.t__sac_ac--sec .btn__invert:hover h4,
.t__sac_ac--sec .btn__pill__invert:hover h4,
.t__sac_ac--sec.button__invert:hover h4,
.t__sac_ac--sec.btn__invert:hover h4,
.t__sac_ac--sec.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__sac_ac--secondary .button__invert--hover:hover,
.theme__sac_ac--secondary .btn__invert--hover:hover,
.theme__sac_ac--secondary .btn__pill__invert--hover:hover, .theme__sac_ac--secondary.button__invert--hover:hover, .theme__sac_ac--secondary.btn__invert--hover:hover, .theme__sac_ac--secondary.btn__pill__invert--hover:hover,
.t__sac_ac--sec .button__invert--hover:hover,
.t__sac_ac--sec .btn__invert--hover:hover,
.t__sac_ac--sec .btn__pill__invert--hover:hover,
.t__sac_ac--sec.button__invert--hover:hover,
.t__sac_ac--sec.btn__invert--hover:hover,
.t__sac_ac--sec.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__sac_ac--secondary .button__under,
.theme__sac_ac--secondary .btn__under,
.theme__sac_ac--secondary .btn__pill__under, .theme__sac_ac--secondary.button__under, .theme__sac_ac--secondary.btn__under, .theme__sac_ac--secondary.btn__pill__under,
.t__sac_ac--sec .button__under,
.t__sac_ac--sec .btn__under,
.t__sac_ac--sec .btn__pill__under,
.t__sac_ac--sec.button__under,
.t__sac_ac--sec.btn__under,
.t__sac_ac--sec.btn__pill__under {
  border-color: #15BDBD;
}
.theme__sac_ac--secondary .btn__large,
.t__sac_ac--sec .btn__large {
  background-color: #15BDBD;
}
.theme__sac_ac--secondary .input__search,
.t__sac_ac--sec .input__search {
  border-color: #15BDBD;
}
.theme__sac_ac--secondary .input__search i,
.t__sac_ac--sec .input__search i {
  color: #4a4a4a;
}
.theme__sac_ac--secondary .input__search:hover i,
.t__sac_ac--sec .input__search:hover i {
  color: #15BDBD;
}
.theme__sac_ac--secondary .component__foreground,
.t__sac_ac--sec .component__foreground {
  color: #4a4a4a;
}
.theme__sac_ac--secondary.card,
.theme__sac_ac--secondary .card, .theme__sac_ac--secondary.card__with-image,
.theme__sac_ac--secondary .card__with-image,
.t__sac_ac--sec.card,
.t__sac_ac--sec .card,
.t__sac_ac--sec.card__with-image,
.t__sac_ac--sec .card__with-image {
  border-color: #15BDBD;
}
.theme__sac_ac--secondary.card__highlight,
.theme__sac_ac--secondary .card__highlight,
.theme__sac_ac--secondary .card__highlight--image,
.theme__sac_ac--secondary .card__highlight--final,
.t__sac_ac--sec.card__highlight,
.t__sac_ac--sec .card__highlight,
.t__sac_ac--sec .card__highlight--image,
.t__sac_ac--sec .card__highlight--final {
  background-color: #15BDBD;
  border-color: #15BDBD;
}
.theme__sac_ac--secondary.card__highlight--title,
.theme__sac_ac--secondary .card__highlight--title,
.theme__sac_ac--secondary .card__highlight--image,
.theme__sac_ac--secondary .card__highlight--final,
.t__sac_ac--sec.card__highlight--title,
.t__sac_ac--sec .card__highlight--title,
.t__sac_ac--sec .card__highlight--image,
.t__sac_ac--sec .card__highlight--final {
  color: #4a4a4a;
}
.theme__sac_ac--secondary .image-slider__selector--dot,
.t__sac_ac--sec .image-slider__selector--dot {
  background-color: #15BDBD;
}
.theme__sac_ac--secondary .call-to-action__text h3,
.t__sac_ac--sec .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__sac_ac--secondary .officer__block--title h5, .theme__sac_ac--secondary .officer__block--title h6,
.t__sac_ac--sec .officer__block--title h5,
.t__sac_ac--sec .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__sac_ac--secondary .block__statement--link,
.t__sac_ac--sec .block__statement--link {
  color: #4a4a4a;
}
.theme__sac_ac--secondary .card__cutoff,
.t__sac_ac--sec .card__cutoff {
  background: linear-gradient(#15BDBD, #15BDBD), linear-gradient(white, white);
}
.theme__sac_ac--secondary .card__cutoff p,
.t__sac_ac--sec .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__sac_ac--secondary .card__cutoff:hover,
  .t__sac_ac--sec .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__sac_ac--secondary .card__cutoff:hover p,
  .t__sac_ac--sec .card__cutoff:hover p {
    color: #15BDBD;
  }
  .theme__sac_ac--secondary .card__cutoff:hover .card__cutoff--link,
  .t__sac_ac--sec .card__cutoff:hover .card__cutoff--link {
    color: #15BDBD;
  }
  .theme__sac_ac--secondary .card__cutoff:hover .card__cutoff--text,
  .t__sac_ac--sec .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__sac_ac--secondary .card__cutoff:hover .card__cutoff--text p,
  .t__sac_ac--sec .card__cutoff:hover .card__cutoff--text p {
    color: #15BDBD;
  }
  .theme__sac_ac--secondary .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__sac_ac--sec .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: #15BDBD;
  }
}
.theme__sac_ac--secondary .card__cutoff--link,
.t__sac_ac--sec .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__sac_ac--secondary .card__cutoff--link:hover,
  .t__sac_ac--sec .card__cutoff--link:hover {
    color: #15BDBD;
  }
  .theme__sac_ac--secondary .card__cutoff--link:hover--link,
  .t__sac_ac--sec .card__cutoff--link:hover--link {
    color: #15BDBD;
  }
}
.theme__sac_ac--secondary .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__sac_ac--sec .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: #15BDBD;
}
.theme__sac_ac--secondary .dropdown__toggle--title,
.t__sac_ac--sec .dropdown__toggle--title {
  color: #15BDBD;
}
.theme__sac_ac--secondary .dropdown__toggle--icon i,
.t__sac_ac--sec .dropdown__toggle--icon i {
  color: #15BDBD;
}
.theme__sac_ac--secondary .large_timer__countdown--item_large,
.t__sac_ac--sec .large_timer__countdown--item_large {
  background-color: #15BDBD;
}
.theme__sac_ac--secondary .large_timer__countdown--item_medium,
.t__sac_ac--sec .large_timer__countdown--item_medium {
  background-color: #15BDBD;
}
.theme__sac_ac--secondary .large_timer__countdown--item_small,
.t__sac_ac--sec .large_timer__countdown--item_small {
  background-color: #15BDBD;
}
.theme__sac_ac--secondary .modalcontent,
.t__sac_ac--sec .modalcontent {
  border-color: #15BDBD;
}
.theme__sac_ac--secondary .transparent__header,
.t__sac_ac--sec .transparent__header {
  background: #15BDBD;
}
.theme__sac_ac--secondary .breadcrumb__slashes,
.t__sac_ac--sec .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__sac_ac--secondary .the-list,
.t__sac_ac--sec .the-list {
  background-color: #15BDBD;
}
.theme__sac_ac--secondary .the-list option,
.t__sac_ac--sec .the-list option {
  border-color: #15BDBD !important;
}
.theme__sac_ac--secondary .es-list::-webkit-scrollbar-thumb,
.t__sac_ac--sec .es-list::-webkit-scrollbar-thumb {
  background: #15BDBD;
}
.theme__sac_ac--secondary .es-visible,
.t__sac_ac--sec .es-visible {
  border-color: #15BDBD !important;
}
.theme__sac_ac--secondary .ot-open,
.theme__sac_ac--secondary .ot-closed,
.t__sac_ac--sec .ot-open,
.t__sac_ac--sec .ot-closed {
  color: #15BDBD;
}
.theme__sac_ac--secondary .colour__foreground,
.t__sac_ac--sec .colour__foreground {
  color: #15BDBD;
}
.theme__sac_ac--secondary h1.t__none,
.theme__sac_ac--secondary h1.theme__none,
.theme__sac_ac--secondary h2.t__none,
.theme__sac_ac--secondary h2.theme__none,
.theme__sac_ac--secondary h3.t__none,
.theme__sac_ac--secondary h3.theme__none,
.theme__sac_ac--secondary h4.t__none,
.theme__sac_ac--secondary h4.theme__none,
.theme__sac_ac--secondary h1.t__none--w-hov,
.theme__sac_ac--secondary h1.theme__none--with-hover,
.theme__sac_ac--secondary h2.t__none--w-hov,
.theme__sac_ac--secondary h2.theme__none--with-hover,
.theme__sac_ac--secondary h3.t__none--w-hov,
.theme__sac_ac--secondary h3.theme__none--with-hover,
.theme__sac_ac--secondary h4.t__none--w-hov,
.theme__sac_ac--secondary h4.theme__none--with-hover,
.t__sac_ac--sec h1.t__none,
.t__sac_ac--sec h1.theme__none,
.t__sac_ac--sec h2.t__none,
.t__sac_ac--sec h2.theme__none,
.t__sac_ac--sec h3.t__none,
.t__sac_ac--sec h3.theme__none,
.t__sac_ac--sec h4.t__none,
.t__sac_ac--sec h4.theme__none,
.t__sac_ac--sec h1.t__none--w-hov,
.t__sac_ac--sec h1.theme__none--with-hover,
.t__sac_ac--sec h2.t__none--w-hov,
.t__sac_ac--sec h2.theme__none--with-hover,
.t__sac_ac--sec h3.t__none--w-hov,
.t__sac_ac--sec h3.theme__none--with-hover,
.t__sac_ac--sec h4.t__none--w-hov,
.t__sac_ac--sec h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__sac_ac--secondary span.t__none,
.theme__sac_ac--secondary span.theme__none,
.t__sac_ac--sec span.t__none,
.t__sac_ac--sec span.theme__none {
  color: #4a4a4a;
}
.theme__sac_ac--secondary i.t__none,
.theme__sac_ac--secondary i.theme__none,
.t__sac_ac--sec i.t__none,
.t__sac_ac--sec i.theme__none {
  color: #4a4a4a;
}
.theme__sac_ac--secondary a.border__none,
.theme__sac_ac--secondary a.b__none,
.t__sac_ac--sec a.border__none,
.t__sac_ac--sec a.b__none {
  border: 0;
}
.theme__sac_ac--secondary a:hover h1.t__none,
.theme__sac_ac--secondary a:hover h1.theme__none,
.theme__sac_ac--secondary a:hover h2.t__none,
.theme__sac_ac--secondary a:hover h2.theme__none,
.theme__sac_ac--secondary a:hover h3.t__none,
.theme__sac_ac--secondary a:hover h3.theme__none,
.theme__sac_ac--secondary a:hover h4.t__none,
.theme__sac_ac--secondary a:hover h4.theme__none,
.t__sac_ac--sec a:hover h1.t__none,
.t__sac_ac--sec a:hover h1.theme__none,
.t__sac_ac--sec a:hover h2.t__none,
.t__sac_ac--sec a:hover h2.theme__none,
.t__sac_ac--sec a:hover h3.t__none,
.t__sac_ac--sec a:hover h3.theme__none,
.t__sac_ac--sec a:hover h4.t__none,
.t__sac_ac--sec a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__sac_ac--secondary a:hover h1.t__none--w-hov,
.theme__sac_ac--secondary a:hover h1.theme__none--with-hover,
.theme__sac_ac--secondary a:hover h2.t__none--w-hov,
.theme__sac_ac--secondary a:hover h2.theme__none--with-hover,
.theme__sac_ac--secondary a:hover h3.t__none--w-hov,
.theme__sac_ac--secondary a:hover h3.theme__none--with-hover,
.theme__sac_ac--secondary a:hover h4.t__none--w-hov,
.theme__sac_ac--secondary a:hover h4.theme__none--with-hover,
.t__sac_ac--sec a:hover h1.t__none--w-hov,
.t__sac_ac--sec a:hover h1.theme__none--with-hover,
.t__sac_ac--sec a:hover h2.t__none--w-hov,
.t__sac_ac--sec a:hover h2.theme__none--with-hover,
.t__sac_ac--sec a:hover h3.t__none--w-hov,
.t__sac_ac--sec a:hover h3.theme__none--with-hover,
.t__sac_ac--sec a:hover h4.t__none--w-hov,
.t__sac_ac--sec a:hover h4.theme__none--with-hover {
  color: #15BDBD;
}

.theme__sac_ac--pastel h1, .theme__sac_ac--pastel h2, .theme__sac_ac--pastel h3, .theme__sac_ac--pastel h4, .theme__sac_ac--pastel h5, .theme__sac_ac--pastel h6,
.t__sac_ac--pas h1,
.t__sac_ac--pas h2,
.t__sac_ac--pas h3,
.t__sac_ac--pas h4,
.t__sac_ac--pas h5,
.t__sac_ac--pas h6 {
  color: rgba(21, 189, 189, 0.5);
}
.theme__sac_ac--pastel a,
.t__sac_ac--pas a {
  color: #4a4a4a;
  border-color: rgba(21, 189, 189, 0.5);
  text-decoration: none;
}
.theme__sac_ac--pastel a:hover,
.t__sac_ac--pas a:hover {
  color: rgba(21, 189, 189, 0.5);
}
.theme__sac_ac--pastel a:hover h1, .theme__sac_ac--pastel a:hover h2, .theme__sac_ac--pastel a:hover h3, .theme__sac_ac--pastel a:hover h4, .theme__sac_ac--pastel a:hover h5, .theme__sac_ac--pastel a:hover h6,
.t__sac_ac--pas a:hover h1,
.t__sac_ac--pas a:hover h2,
.t__sac_ac--pas a:hover h3,
.t__sac_ac--pas a:hover h4,
.t__sac_ac--pas a:hover h5,
.t__sac_ac--pas a:hover h6 {
  color: rgba(21, 189, 189, 0.5);
}
.theme__sac_ac--pastel a div,
.t__sac_ac--pas a div {
  border-color: rgba(21, 189, 189, 0.5) !important;
}
.theme__sac_ac--pastel input,
.t__sac_ac--pas input {
  border-color: rgba(21, 189, 189, 0.5);
}
.theme__sac_ac--pastel p,
.t__sac_ac--pas p {
  color: #4a4a4a;
}
.theme__sac_ac--pastel .button,
.theme__sac_ac--pastel .btn,
.theme__sac_ac--pastel .btn__pill, .theme__sac_ac--pastel.button, .theme__sac_ac--pastel.btn, .theme__sac_ac--pastel.btn__pill,
.t__sac_ac--pas .button,
.t__sac_ac--pas .btn,
.t__sac_ac--pas .btn__pill,
.t__sac_ac--pas.button,
.t__sac_ac--pas.btn,
.t__sac_ac--pas.btn__pill {
  border-color: rgba(21, 189, 189, 0.5);
}
@media (hover: hover) {
  .theme__sac_ac--pastel .button:hover,
  .theme__sac_ac--pastel .btn:hover,
  .theme__sac_ac--pastel .btn__pill:hover, .theme__sac_ac--pastel.button:hover, .theme__sac_ac--pastel.btn:hover, .theme__sac_ac--pastel.btn__pill:hover,
  .t__sac_ac--pas .button:hover,
  .t__sac_ac--pas .btn:hover,
  .t__sac_ac--pas .btn__pill:hover,
  .t__sac_ac--pas.button:hover,
  .t__sac_ac--pas.btn:hover,
  .t__sac_ac--pas.btn__pill:hover {
    color: #ffffff;
    background: rgba(21, 189, 189, 0.5);
  }
  .theme__sac_ac--pastel .button:hover i,
  .theme__sac_ac--pastel .btn:hover i,
  .theme__sac_ac--pastel .btn__pill:hover i, .theme__sac_ac--pastel.button:hover i, .theme__sac_ac--pastel.btn:hover i, .theme__sac_ac--pastel.btn__pill:hover i,
  .t__sac_ac--pas .button:hover i,
  .t__sac_ac--pas .btn:hover i,
  .t__sac_ac--pas .btn__pill:hover i,
  .t__sac_ac--pas.button:hover i,
  .t__sac_ac--pas.btn:hover i,
  .t__sac_ac--pas.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__sac_ac--pastel .button__invert,
.theme__sac_ac--pastel .btn__invert,
.theme__sac_ac--pastel .btn__pill__invert, .theme__sac_ac--pastel.button__invert, .theme__sac_ac--pastel.btn__invert, .theme__sac_ac--pastel.btn__pill__invert,
.t__sac_ac--pas .button__invert,
.t__sac_ac--pas .btn__invert,
.t__sac_ac--pas .btn__pill__invert,
.t__sac_ac--pas.button__invert,
.t__sac_ac--pas.btn__invert,
.t__sac_ac--pas.btn__pill__invert {
  background-color: rgba(21, 189, 189, 0.5);
  color: #ffffff;
}
.theme__sac_ac--pastel .button__invert h4,
.theme__sac_ac--pastel .btn__invert h4,
.theme__sac_ac--pastel .btn__pill__invert h4, .theme__sac_ac--pastel.button__invert h4, .theme__sac_ac--pastel.btn__invert h4, .theme__sac_ac--pastel.btn__pill__invert h4,
.t__sac_ac--pas .button__invert h4,
.t__sac_ac--pas .btn__invert h4,
.t__sac_ac--pas .btn__pill__invert h4,
.t__sac_ac--pas.button__invert h4,
.t__sac_ac--pas.btn__invert h4,
.t__sac_ac--pas.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__sac_ac--pastel .button__invert:hover,
.theme__sac_ac--pastel .btn__invert:hover,
.theme__sac_ac--pastel .btn__pill__invert:hover, .theme__sac_ac--pastel.button__invert:hover, .theme__sac_ac--pastel.btn__invert:hover, .theme__sac_ac--pastel.btn__pill__invert:hover,
.t__sac_ac--pas .button__invert:hover,
.t__sac_ac--pas .btn__invert:hover,
.t__sac_ac--pas .btn__pill__invert:hover,
.t__sac_ac--pas.button__invert:hover,
.t__sac_ac--pas.btn__invert:hover,
.t__sac_ac--pas.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__sac_ac--pastel .button__invert:hover h4,
.theme__sac_ac--pastel .btn__invert:hover h4,
.theme__sac_ac--pastel .btn__pill__invert:hover h4, .theme__sac_ac--pastel.button__invert:hover h4, .theme__sac_ac--pastel.btn__invert:hover h4, .theme__sac_ac--pastel.btn__pill__invert:hover h4,
.t__sac_ac--pas .button__invert:hover h4,
.t__sac_ac--pas .btn__invert:hover h4,
.t__sac_ac--pas .btn__pill__invert:hover h4,
.t__sac_ac--pas.button__invert:hover h4,
.t__sac_ac--pas.btn__invert:hover h4,
.t__sac_ac--pas.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__sac_ac--pastel .button__invert--hover:hover,
.theme__sac_ac--pastel .btn__invert--hover:hover,
.theme__sac_ac--pastel .btn__pill__invert--hover:hover, .theme__sac_ac--pastel.button__invert--hover:hover, .theme__sac_ac--pastel.btn__invert--hover:hover, .theme__sac_ac--pastel.btn__pill__invert--hover:hover,
.t__sac_ac--pas .button__invert--hover:hover,
.t__sac_ac--pas .btn__invert--hover:hover,
.t__sac_ac--pas .btn__pill__invert--hover:hover,
.t__sac_ac--pas.button__invert--hover:hover,
.t__sac_ac--pas.btn__invert--hover:hover,
.t__sac_ac--pas.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__sac_ac--pastel .button__under,
.theme__sac_ac--pastel .btn__under,
.theme__sac_ac--pastel .btn__pill__under, .theme__sac_ac--pastel.button__under, .theme__sac_ac--pastel.btn__under, .theme__sac_ac--pastel.btn__pill__under,
.t__sac_ac--pas .button__under,
.t__sac_ac--pas .btn__under,
.t__sac_ac--pas .btn__pill__under,
.t__sac_ac--pas.button__under,
.t__sac_ac--pas.btn__under,
.t__sac_ac--pas.btn__pill__under {
  border-color: rgba(21, 189, 189, 0.5);
}
.theme__sac_ac--pastel .btn__large,
.t__sac_ac--pas .btn__large {
  background-color: rgba(21, 189, 189, 0.5);
}
.theme__sac_ac--pastel .input__search,
.t__sac_ac--pas .input__search {
  border-color: rgba(21, 189, 189, 0.5);
}
.theme__sac_ac--pastel .input__search i,
.t__sac_ac--pas .input__search i {
  color: #4a4a4a;
}
.theme__sac_ac--pastel .input__search:hover i,
.t__sac_ac--pas .input__search:hover i {
  color: rgba(21, 189, 189, 0.5);
}
.theme__sac_ac--pastel .component__foreground,
.t__sac_ac--pas .component__foreground {
  color: #4a4a4a;
}
.theme__sac_ac--pastel.card,
.theme__sac_ac--pastel .card, .theme__sac_ac--pastel.card__with-image,
.theme__sac_ac--pastel .card__with-image,
.t__sac_ac--pas.card,
.t__sac_ac--pas .card,
.t__sac_ac--pas.card__with-image,
.t__sac_ac--pas .card__with-image {
  border-color: rgba(21, 189, 189, 0.5);
}
.theme__sac_ac--pastel.card__highlight,
.theme__sac_ac--pastel .card__highlight,
.theme__sac_ac--pastel .card__highlight--image,
.theme__sac_ac--pastel .card__highlight--final,
.t__sac_ac--pas.card__highlight,
.t__sac_ac--pas .card__highlight,
.t__sac_ac--pas .card__highlight--image,
.t__sac_ac--pas .card__highlight--final {
  background-color: rgba(21, 189, 189, 0.5);
  border-color: rgba(21, 189, 189, 0.5);
}
.theme__sac_ac--pastel.card__highlight--title,
.theme__sac_ac--pastel .card__highlight--title,
.theme__sac_ac--pastel .card__highlight--image,
.theme__sac_ac--pastel .card__highlight--final,
.t__sac_ac--pas.card__highlight--title,
.t__sac_ac--pas .card__highlight--title,
.t__sac_ac--pas .card__highlight--image,
.t__sac_ac--pas .card__highlight--final {
  color: #4a4a4a;
}
.theme__sac_ac--pastel .image-slider__selector--dot,
.t__sac_ac--pas .image-slider__selector--dot {
  background-color: rgba(21, 189, 189, 0.5);
}
.theme__sac_ac--pastel .call-to-action__text h3,
.t__sac_ac--pas .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__sac_ac--pastel .officer__block--title h5, .theme__sac_ac--pastel .officer__block--title h6,
.t__sac_ac--pas .officer__block--title h5,
.t__sac_ac--pas .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__sac_ac--pastel .block__statement--link,
.t__sac_ac--pas .block__statement--link {
  color: #4a4a4a;
}
.theme__sac_ac--pastel .card__cutoff,
.t__sac_ac--pas .card__cutoff {
  background: linear-gradient(rgba(21, 189, 189, 0.5), rgba(21, 189, 189, 0.5)), linear-gradient(white, white);
}
.theme__sac_ac--pastel .card__cutoff p,
.t__sac_ac--pas .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__sac_ac--pastel .card__cutoff:hover,
  .t__sac_ac--pas .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__sac_ac--pastel .card__cutoff:hover p,
  .t__sac_ac--pas .card__cutoff:hover p {
    color: rgba(21, 189, 189, 0.5);
  }
  .theme__sac_ac--pastel .card__cutoff:hover .card__cutoff--link,
  .t__sac_ac--pas .card__cutoff:hover .card__cutoff--link {
    color: rgba(21, 189, 189, 0.5);
  }
  .theme__sac_ac--pastel .card__cutoff:hover .card__cutoff--text,
  .t__sac_ac--pas .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__sac_ac--pastel .card__cutoff:hover .card__cutoff--text p,
  .t__sac_ac--pas .card__cutoff:hover .card__cutoff--text p {
    color: rgba(21, 189, 189, 0.5);
  }
  .theme__sac_ac--pastel .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__sac_ac--pas .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: rgba(21, 189, 189, 0.5);
  }
}
.theme__sac_ac--pastel .card__cutoff--link,
.t__sac_ac--pas .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__sac_ac--pastel .card__cutoff--link:hover,
  .t__sac_ac--pas .card__cutoff--link:hover {
    color: rgba(21, 189, 189, 0.5);
  }
  .theme__sac_ac--pastel .card__cutoff--link:hover--link,
  .t__sac_ac--pas .card__cutoff--link:hover--link {
    color: rgba(21, 189, 189, 0.5);
  }
}
.theme__sac_ac--pastel .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__sac_ac--pas .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: rgba(21, 189, 189, 0.5);
}
.theme__sac_ac--pastel .dropdown__toggle--title,
.t__sac_ac--pas .dropdown__toggle--title {
  color: rgba(21, 189, 189, 0.5);
}
.theme__sac_ac--pastel .dropdown__toggle--icon i,
.t__sac_ac--pas .dropdown__toggle--icon i {
  color: rgba(21, 189, 189, 0.5);
}
.theme__sac_ac--pastel .large_timer__countdown--item_large,
.t__sac_ac--pas .large_timer__countdown--item_large {
  background-color: rgba(21, 189, 189, 0.5);
}
.theme__sac_ac--pastel .large_timer__countdown--item_medium,
.t__sac_ac--pas .large_timer__countdown--item_medium {
  background-color: rgba(21, 189, 189, 0.5);
}
.theme__sac_ac--pastel .large_timer__countdown--item_small,
.t__sac_ac--pas .large_timer__countdown--item_small {
  background-color: rgba(21, 189, 189, 0.5);
}
.theme__sac_ac--pastel .modalcontent,
.t__sac_ac--pas .modalcontent {
  border-color: rgba(21, 189, 189, 0.5);
}
.theme__sac_ac--pastel .transparent__header,
.t__sac_ac--pas .transparent__header {
  background: rgba(21, 189, 189, 0.5);
}
.theme__sac_ac--pastel .breadcrumb__slashes,
.t__sac_ac--pas .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__sac_ac--pastel .the-list,
.t__sac_ac--pas .the-list {
  background-color: rgba(21, 189, 189, 0.5);
}
.theme__sac_ac--pastel .the-list option,
.t__sac_ac--pas .the-list option {
  border-color: rgba(21, 189, 189, 0.5) !important;
}
.theme__sac_ac--pastel .es-list::-webkit-scrollbar-thumb,
.t__sac_ac--pas .es-list::-webkit-scrollbar-thumb {
  background: rgba(21, 189, 189, 0.5);
}
.theme__sac_ac--pastel .es-visible,
.t__sac_ac--pas .es-visible {
  border-color: rgba(21, 189, 189, 0.5) !important;
}
.theme__sac_ac--pastel .ot-open,
.theme__sac_ac--pastel .ot-closed,
.t__sac_ac--pas .ot-open,
.t__sac_ac--pas .ot-closed {
  color: rgba(21, 189, 189, 0.5);
}
.theme__sac_ac--pastel .colour__foreground,
.t__sac_ac--pas .colour__foreground {
  color: rgba(21, 189, 189, 0.5);
}
.theme__sac_ac--pastel h1.t__none,
.theme__sac_ac--pastel h1.theme__none,
.theme__sac_ac--pastel h2.t__none,
.theme__sac_ac--pastel h2.theme__none,
.theme__sac_ac--pastel h3.t__none,
.theme__sac_ac--pastel h3.theme__none,
.theme__sac_ac--pastel h4.t__none,
.theme__sac_ac--pastel h4.theme__none,
.theme__sac_ac--pastel h1.t__none--w-hov,
.theme__sac_ac--pastel h1.theme__none--with-hover,
.theme__sac_ac--pastel h2.t__none--w-hov,
.theme__sac_ac--pastel h2.theme__none--with-hover,
.theme__sac_ac--pastel h3.t__none--w-hov,
.theme__sac_ac--pastel h3.theme__none--with-hover,
.theme__sac_ac--pastel h4.t__none--w-hov,
.theme__sac_ac--pastel h4.theme__none--with-hover,
.t__sac_ac--pas h1.t__none,
.t__sac_ac--pas h1.theme__none,
.t__sac_ac--pas h2.t__none,
.t__sac_ac--pas h2.theme__none,
.t__sac_ac--pas h3.t__none,
.t__sac_ac--pas h3.theme__none,
.t__sac_ac--pas h4.t__none,
.t__sac_ac--pas h4.theme__none,
.t__sac_ac--pas h1.t__none--w-hov,
.t__sac_ac--pas h1.theme__none--with-hover,
.t__sac_ac--pas h2.t__none--w-hov,
.t__sac_ac--pas h2.theme__none--with-hover,
.t__sac_ac--pas h3.t__none--w-hov,
.t__sac_ac--pas h3.theme__none--with-hover,
.t__sac_ac--pas h4.t__none--w-hov,
.t__sac_ac--pas h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__sac_ac--pastel span.t__none,
.theme__sac_ac--pastel span.theme__none,
.t__sac_ac--pas span.t__none,
.t__sac_ac--pas span.theme__none {
  color: #4a4a4a;
}
.theme__sac_ac--pastel i.t__none,
.theme__sac_ac--pastel i.theme__none,
.t__sac_ac--pas i.t__none,
.t__sac_ac--pas i.theme__none {
  color: #4a4a4a;
}
.theme__sac_ac--pastel a.border__none,
.theme__sac_ac--pastel a.b__none,
.t__sac_ac--pas a.border__none,
.t__sac_ac--pas a.b__none {
  border: 0;
}
.theme__sac_ac--pastel a:hover h1.t__none,
.theme__sac_ac--pastel a:hover h1.theme__none,
.theme__sac_ac--pastel a:hover h2.t__none,
.theme__sac_ac--pastel a:hover h2.theme__none,
.theme__sac_ac--pastel a:hover h3.t__none,
.theme__sac_ac--pastel a:hover h3.theme__none,
.theme__sac_ac--pastel a:hover h4.t__none,
.theme__sac_ac--pastel a:hover h4.theme__none,
.t__sac_ac--pas a:hover h1.t__none,
.t__sac_ac--pas a:hover h1.theme__none,
.t__sac_ac--pas a:hover h2.t__none,
.t__sac_ac--pas a:hover h2.theme__none,
.t__sac_ac--pas a:hover h3.t__none,
.t__sac_ac--pas a:hover h3.theme__none,
.t__sac_ac--pas a:hover h4.t__none,
.t__sac_ac--pas a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__sac_ac--pastel a:hover h1.t__none--w-hov,
.theme__sac_ac--pastel a:hover h1.theme__none--with-hover,
.theme__sac_ac--pastel a:hover h2.t__none--w-hov,
.theme__sac_ac--pastel a:hover h2.theme__none--with-hover,
.theme__sac_ac--pastel a:hover h3.t__none--w-hov,
.theme__sac_ac--pastel a:hover h3.theme__none--with-hover,
.theme__sac_ac--pastel a:hover h4.t__none--w-hov,
.theme__sac_ac--pastel a:hover h4.theme__none--with-hover,
.t__sac_ac--pas a:hover h1.t__none--w-hov,
.t__sac_ac--pas a:hover h1.theme__none--with-hover,
.t__sac_ac--pas a:hover h2.t__none--w-hov,
.t__sac_ac--pas a:hover h2.theme__none--with-hover,
.t__sac_ac--pas a:hover h3.t__none--w-hov,
.t__sac_ac--pas a:hover h3.theme__none--with-hover,
.t__sac_ac--pas a:hover h4.t__none--w-hov,
.t__sac_ac--pas a:hover h4.theme__none--with-hover {
  color: rgba(21, 189, 189, 0.5);
}

.theme__sac_ac--background-primary,
.t__sac_ac--bg-pri {
  background-color: #15BDBD;
}

.theme__sac_ac--background-secondary,
.t__sac_ac--bg-sec {
  background-color: #15BDBD;
}

.theme__sac_ac--background-pastel,
.t__sac_ac--bg-pas {
  background-color: rgba(21, 189, 189, 0.5);
}

.theme__money--primary h1, .theme__money--primary h2, .theme__money--primary h3, .theme__money--primary h4, .theme__money--primary h5, .theme__money--primary h6,
.t__mon--pri h1,
.t__mon--pri h2,
.t__mon--pri h3,
.t__mon--pri h4,
.t__mon--pri h5,
.t__mon--pri h6 {
  color: #9A1C01;
}
.theme__money--primary a,
.t__mon--pri a {
  color: #4a4a4a;
  border-color: #9A1C01;
  text-decoration: none;
}
.theme__money--primary a:hover,
.t__mon--pri a:hover {
  color: #9A1C01;
}
.theme__money--primary a:hover h1, .theme__money--primary a:hover h2, .theme__money--primary a:hover h3, .theme__money--primary a:hover h4, .theme__money--primary a:hover h5, .theme__money--primary a:hover h6,
.t__mon--pri a:hover h1,
.t__mon--pri a:hover h2,
.t__mon--pri a:hover h3,
.t__mon--pri a:hover h4,
.t__mon--pri a:hover h5,
.t__mon--pri a:hover h6 {
  color: #9A1C01;
}
.theme__money--primary a div,
.t__mon--pri a div {
  border-color: #9A1C01 !important;
}
.theme__money--primary input,
.t__mon--pri input {
  border-color: #9A1C01;
}
.theme__money--primary p,
.t__mon--pri p {
  color: #4a4a4a;
}
.theme__money--primary .button,
.theme__money--primary .btn,
.theme__money--primary .btn__pill, .theme__money--primary.button, .theme__money--primary.btn, .theme__money--primary.btn__pill,
.t__mon--pri .button,
.t__mon--pri .btn,
.t__mon--pri .btn__pill,
.t__mon--pri.button,
.t__mon--pri.btn,
.t__mon--pri.btn__pill {
  border-color: #9A1C01;
}
@media (hover: hover) {
  .theme__money--primary .button:hover,
  .theme__money--primary .btn:hover,
  .theme__money--primary .btn__pill:hover, .theme__money--primary.button:hover, .theme__money--primary.btn:hover, .theme__money--primary.btn__pill:hover,
  .t__mon--pri .button:hover,
  .t__mon--pri .btn:hover,
  .t__mon--pri .btn__pill:hover,
  .t__mon--pri.button:hover,
  .t__mon--pri.btn:hover,
  .t__mon--pri.btn__pill:hover {
    color: #ffffff;
    background: #9A1C01;
  }
  .theme__money--primary .button:hover i,
  .theme__money--primary .btn:hover i,
  .theme__money--primary .btn__pill:hover i, .theme__money--primary.button:hover i, .theme__money--primary.btn:hover i, .theme__money--primary.btn__pill:hover i,
  .t__mon--pri .button:hover i,
  .t__mon--pri .btn:hover i,
  .t__mon--pri .btn__pill:hover i,
  .t__mon--pri.button:hover i,
  .t__mon--pri.btn:hover i,
  .t__mon--pri.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__money--primary .button__invert,
.theme__money--primary .btn__invert,
.theme__money--primary .btn__pill__invert, .theme__money--primary.button__invert, .theme__money--primary.btn__invert, .theme__money--primary.btn__pill__invert,
.t__mon--pri .button__invert,
.t__mon--pri .btn__invert,
.t__mon--pri .btn__pill__invert,
.t__mon--pri.button__invert,
.t__mon--pri.btn__invert,
.t__mon--pri.btn__pill__invert {
  background-color: #9A1C01;
  color: #ffffff;
}
.theme__money--primary .button__invert h4,
.theme__money--primary .btn__invert h4,
.theme__money--primary .btn__pill__invert h4, .theme__money--primary.button__invert h4, .theme__money--primary.btn__invert h4, .theme__money--primary.btn__pill__invert h4,
.t__mon--pri .button__invert h4,
.t__mon--pri .btn__invert h4,
.t__mon--pri .btn__pill__invert h4,
.t__mon--pri.button__invert h4,
.t__mon--pri.btn__invert h4,
.t__mon--pri.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__money--primary .button__invert:hover,
.theme__money--primary .btn__invert:hover,
.theme__money--primary .btn__pill__invert:hover, .theme__money--primary.button__invert:hover, .theme__money--primary.btn__invert:hover, .theme__money--primary.btn__pill__invert:hover,
.t__mon--pri .button__invert:hover,
.t__mon--pri .btn__invert:hover,
.t__mon--pri .btn__pill__invert:hover,
.t__mon--pri.button__invert:hover,
.t__mon--pri.btn__invert:hover,
.t__mon--pri.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__money--primary .button__invert:hover h4,
.theme__money--primary .btn__invert:hover h4,
.theme__money--primary .btn__pill__invert:hover h4, .theme__money--primary.button__invert:hover h4, .theme__money--primary.btn__invert:hover h4, .theme__money--primary.btn__pill__invert:hover h4,
.t__mon--pri .button__invert:hover h4,
.t__mon--pri .btn__invert:hover h4,
.t__mon--pri .btn__pill__invert:hover h4,
.t__mon--pri.button__invert:hover h4,
.t__mon--pri.btn__invert:hover h4,
.t__mon--pri.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__money--primary .button__invert--hover:hover,
.theme__money--primary .btn__invert--hover:hover,
.theme__money--primary .btn__pill__invert--hover:hover, .theme__money--primary.button__invert--hover:hover, .theme__money--primary.btn__invert--hover:hover, .theme__money--primary.btn__pill__invert--hover:hover,
.t__mon--pri .button__invert--hover:hover,
.t__mon--pri .btn__invert--hover:hover,
.t__mon--pri .btn__pill__invert--hover:hover,
.t__mon--pri.button__invert--hover:hover,
.t__mon--pri.btn__invert--hover:hover,
.t__mon--pri.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__money--primary .button__under,
.theme__money--primary .btn__under,
.theme__money--primary .btn__pill__under, .theme__money--primary.button__under, .theme__money--primary.btn__under, .theme__money--primary.btn__pill__under,
.t__mon--pri .button__under,
.t__mon--pri .btn__under,
.t__mon--pri .btn__pill__under,
.t__mon--pri.button__under,
.t__mon--pri.btn__under,
.t__mon--pri.btn__pill__under {
  border-color: #9A1C01;
}
.theme__money--primary .btn__large,
.t__mon--pri .btn__large {
  background-color: #9A1C01;
}
.theme__money--primary .input__search,
.t__mon--pri .input__search {
  border-color: #9A1C01;
}
.theme__money--primary .input__search i,
.t__mon--pri .input__search i {
  color: #4a4a4a;
}
.theme__money--primary .input__search:hover i,
.t__mon--pri .input__search:hover i {
  color: #9A1C01;
}
.theme__money--primary .component__foreground,
.t__mon--pri .component__foreground {
  color: #4a4a4a;
}
.theme__money--primary.card,
.theme__money--primary .card, .theme__money--primary.card__with-image,
.theme__money--primary .card__with-image,
.t__mon--pri.card,
.t__mon--pri .card,
.t__mon--pri.card__with-image,
.t__mon--pri .card__with-image {
  border-color: #9A1C01;
}
.theme__money--primary.card__highlight,
.theme__money--primary .card__highlight,
.theme__money--primary .card__highlight--image,
.theme__money--primary .card__highlight--final,
.t__mon--pri.card__highlight,
.t__mon--pri .card__highlight,
.t__mon--pri .card__highlight--image,
.t__mon--pri .card__highlight--final {
  background-color: #9A1C01;
  border-color: #9A1C01;
}
.theme__money--primary.card__highlight--title,
.theme__money--primary .card__highlight--title,
.theme__money--primary .card__highlight--image,
.theme__money--primary .card__highlight--final,
.t__mon--pri.card__highlight--title,
.t__mon--pri .card__highlight--title,
.t__mon--pri .card__highlight--image,
.t__mon--pri .card__highlight--final {
  color: #4a4a4a;
}
.theme__money--primary .image-slider__selector--dot,
.t__mon--pri .image-slider__selector--dot {
  background-color: #9A1C01;
}
.theme__money--primary .call-to-action__text h3,
.t__mon--pri .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__money--primary .officer__block--title h5, .theme__money--primary .officer__block--title h6,
.t__mon--pri .officer__block--title h5,
.t__mon--pri .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__money--primary .block__statement--link,
.t__mon--pri .block__statement--link {
  color: #4a4a4a;
}
.theme__money--primary .card__cutoff,
.t__mon--pri .card__cutoff {
  background: linear-gradient(#9A1C01, #9A1C01), linear-gradient(white, white);
}
.theme__money--primary .card__cutoff p,
.t__mon--pri .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__money--primary .card__cutoff:hover,
  .t__mon--pri .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__money--primary .card__cutoff:hover p,
  .t__mon--pri .card__cutoff:hover p {
    color: #9A1C01;
  }
  .theme__money--primary .card__cutoff:hover .card__cutoff--link,
  .t__mon--pri .card__cutoff:hover .card__cutoff--link {
    color: #9A1C01;
  }
  .theme__money--primary .card__cutoff:hover .card__cutoff--text,
  .t__mon--pri .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__money--primary .card__cutoff:hover .card__cutoff--text p,
  .t__mon--pri .card__cutoff:hover .card__cutoff--text p {
    color: #9A1C01;
  }
  .theme__money--primary .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__mon--pri .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: #9A1C01;
  }
}
.theme__money--primary .card__cutoff--link,
.t__mon--pri .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__money--primary .card__cutoff--link:hover,
  .t__mon--pri .card__cutoff--link:hover {
    color: #9A1C01;
  }
  .theme__money--primary .card__cutoff--link:hover--link,
  .t__mon--pri .card__cutoff--link:hover--link {
    color: #9A1C01;
  }
}
.theme__money--primary .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__mon--pri .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: #9A1C01;
}
.theme__money--primary .dropdown__toggle--title,
.t__mon--pri .dropdown__toggle--title {
  color: #9A1C01;
}
.theme__money--primary .dropdown__toggle--icon i,
.t__mon--pri .dropdown__toggle--icon i {
  color: #9A1C01;
}
.theme__money--primary .large_timer__countdown--item_large,
.t__mon--pri .large_timer__countdown--item_large {
  background-color: #9A1C01;
}
.theme__money--primary .large_timer__countdown--item_medium,
.t__mon--pri .large_timer__countdown--item_medium {
  background-color: #9A1C01;
}
.theme__money--primary .large_timer__countdown--item_small,
.t__mon--pri .large_timer__countdown--item_small {
  background-color: #9A1C01;
}
.theme__money--primary .modalcontent,
.t__mon--pri .modalcontent {
  border-color: #9A1C01;
}
.theme__money--primary .transparent__header,
.t__mon--pri .transparent__header {
  background: #9A1C01;
}
.theme__money--primary .breadcrumb__slashes,
.t__mon--pri .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__money--primary .the-list,
.t__mon--pri .the-list {
  background-color: #9A1C01;
}
.theme__money--primary .the-list option,
.t__mon--pri .the-list option {
  border-color: #9A1C01 !important;
}
.theme__money--primary .es-list::-webkit-scrollbar-thumb,
.t__mon--pri .es-list::-webkit-scrollbar-thumb {
  background: #9A1C01;
}
.theme__money--primary .es-visible,
.t__mon--pri .es-visible {
  border-color: #9A1C01 !important;
}
.theme__money--primary .ot-open,
.theme__money--primary .ot-closed,
.t__mon--pri .ot-open,
.t__mon--pri .ot-closed {
  color: #9A1C01;
}
.theme__money--primary .colour__foreground,
.t__mon--pri .colour__foreground {
  color: #9A1C01;
}
.theme__money--primary h1.t__none,
.theme__money--primary h1.theme__none,
.theme__money--primary h2.t__none,
.theme__money--primary h2.theme__none,
.theme__money--primary h3.t__none,
.theme__money--primary h3.theme__none,
.theme__money--primary h4.t__none,
.theme__money--primary h4.theme__none,
.theme__money--primary h1.t__none--w-hov,
.theme__money--primary h1.theme__none--with-hover,
.theme__money--primary h2.t__none--w-hov,
.theme__money--primary h2.theme__none--with-hover,
.theme__money--primary h3.t__none--w-hov,
.theme__money--primary h3.theme__none--with-hover,
.theme__money--primary h4.t__none--w-hov,
.theme__money--primary h4.theme__none--with-hover,
.t__mon--pri h1.t__none,
.t__mon--pri h1.theme__none,
.t__mon--pri h2.t__none,
.t__mon--pri h2.theme__none,
.t__mon--pri h3.t__none,
.t__mon--pri h3.theme__none,
.t__mon--pri h4.t__none,
.t__mon--pri h4.theme__none,
.t__mon--pri h1.t__none--w-hov,
.t__mon--pri h1.theme__none--with-hover,
.t__mon--pri h2.t__none--w-hov,
.t__mon--pri h2.theme__none--with-hover,
.t__mon--pri h3.t__none--w-hov,
.t__mon--pri h3.theme__none--with-hover,
.t__mon--pri h4.t__none--w-hov,
.t__mon--pri h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__money--primary span.t__none,
.theme__money--primary span.theme__none,
.t__mon--pri span.t__none,
.t__mon--pri span.theme__none {
  color: #4a4a4a;
}
.theme__money--primary i.t__none,
.theme__money--primary i.theme__none,
.t__mon--pri i.t__none,
.t__mon--pri i.theme__none {
  color: #4a4a4a;
}
.theme__money--primary a.border__none,
.theme__money--primary a.b__none,
.t__mon--pri a.border__none,
.t__mon--pri a.b__none {
  border: 0;
}
.theme__money--primary a:hover h1.t__none,
.theme__money--primary a:hover h1.theme__none,
.theme__money--primary a:hover h2.t__none,
.theme__money--primary a:hover h2.theme__none,
.theme__money--primary a:hover h3.t__none,
.theme__money--primary a:hover h3.theme__none,
.theme__money--primary a:hover h4.t__none,
.theme__money--primary a:hover h4.theme__none,
.t__mon--pri a:hover h1.t__none,
.t__mon--pri a:hover h1.theme__none,
.t__mon--pri a:hover h2.t__none,
.t__mon--pri a:hover h2.theme__none,
.t__mon--pri a:hover h3.t__none,
.t__mon--pri a:hover h3.theme__none,
.t__mon--pri a:hover h4.t__none,
.t__mon--pri a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__money--primary a:hover h1.t__none--w-hov,
.theme__money--primary a:hover h1.theme__none--with-hover,
.theme__money--primary a:hover h2.t__none--w-hov,
.theme__money--primary a:hover h2.theme__none--with-hover,
.theme__money--primary a:hover h3.t__none--w-hov,
.theme__money--primary a:hover h3.theme__none--with-hover,
.theme__money--primary a:hover h4.t__none--w-hov,
.theme__money--primary a:hover h4.theme__none--with-hover,
.t__mon--pri a:hover h1.t__none--w-hov,
.t__mon--pri a:hover h1.theme__none--with-hover,
.t__mon--pri a:hover h2.t__none--w-hov,
.t__mon--pri a:hover h2.theme__none--with-hover,
.t__mon--pri a:hover h3.t__none--w-hov,
.t__mon--pri a:hover h3.theme__none--with-hover,
.t__mon--pri a:hover h4.t__none--w-hov,
.t__mon--pri a:hover h4.theme__none--with-hover {
  color: #9A1C01;
}
.theme__money--primary .dotted__line--small, .theme__money--primary .dotted__line--medium, .theme__money--primary .dotted__line--large, .theme__money--primary .dotted__line--x-large, .theme__money--primary .dotted__line--huge,
.t__mon--pri .dotted__line--small,
.t__mon--pri .dotted__line--medium,
.t__mon--pri .dotted__line--large,
.t__mon--pri .dotted__line--x-large,
.t__mon--pri .dotted__line--huge {
  border-image-source: url("https://3fe71bd229cff1409de4-918c4a94592cd7fa431dd71bf51b646a.ssl.cf3.rackcdn.com/dotted_def-mon.png");
}
.theme__money--primary::-webkit-scrollbar-thumb,
.t__mon--pri::-webkit-scrollbar-thumb {
  background: #9A1C01;
}

.theme__money--secondary h1, .theme__money--secondary h2, .theme__money--secondary h3, .theme__money--secondary h4, .theme__money--secondary h5, .theme__money--secondary h6,
.t__mon--sec h1,
.t__mon--sec h2,
.t__mon--sec h3,
.t__mon--sec h4,
.t__mon--sec h5,
.t__mon--sec h6 {
  color: #9A1C01;
}
.theme__money--secondary a,
.t__mon--sec a {
  color: #4a4a4a;
  border-color: #9A1C01;
  text-decoration: none;
}
.theme__money--secondary a:hover,
.t__mon--sec a:hover {
  color: #9A1C01;
}
.theme__money--secondary a:hover h1, .theme__money--secondary a:hover h2, .theme__money--secondary a:hover h3, .theme__money--secondary a:hover h4, .theme__money--secondary a:hover h5, .theme__money--secondary a:hover h6,
.t__mon--sec a:hover h1,
.t__mon--sec a:hover h2,
.t__mon--sec a:hover h3,
.t__mon--sec a:hover h4,
.t__mon--sec a:hover h5,
.t__mon--sec a:hover h6 {
  color: #9A1C01;
}
.theme__money--secondary a div,
.t__mon--sec a div {
  border-color: #9A1C01 !important;
}
.theme__money--secondary input,
.t__mon--sec input {
  border-color: #9A1C01;
}
.theme__money--secondary p,
.t__mon--sec p {
  color: #4a4a4a;
}
.theme__money--secondary .button,
.theme__money--secondary .btn,
.theme__money--secondary .btn__pill, .theme__money--secondary.button, .theme__money--secondary.btn, .theme__money--secondary.btn__pill,
.t__mon--sec .button,
.t__mon--sec .btn,
.t__mon--sec .btn__pill,
.t__mon--sec.button,
.t__mon--sec.btn,
.t__mon--sec.btn__pill {
  border-color: #9A1C01;
}
@media (hover: hover) {
  .theme__money--secondary .button:hover,
  .theme__money--secondary .btn:hover,
  .theme__money--secondary .btn__pill:hover, .theme__money--secondary.button:hover, .theme__money--secondary.btn:hover, .theme__money--secondary.btn__pill:hover,
  .t__mon--sec .button:hover,
  .t__mon--sec .btn:hover,
  .t__mon--sec .btn__pill:hover,
  .t__mon--sec.button:hover,
  .t__mon--sec.btn:hover,
  .t__mon--sec.btn__pill:hover {
    color: #ffffff;
    background: #9A1C01;
  }
  .theme__money--secondary .button:hover i,
  .theme__money--secondary .btn:hover i,
  .theme__money--secondary .btn__pill:hover i, .theme__money--secondary.button:hover i, .theme__money--secondary.btn:hover i, .theme__money--secondary.btn__pill:hover i,
  .t__mon--sec .button:hover i,
  .t__mon--sec .btn:hover i,
  .t__mon--sec .btn__pill:hover i,
  .t__mon--sec.button:hover i,
  .t__mon--sec.btn:hover i,
  .t__mon--sec.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__money--secondary .button__invert,
.theme__money--secondary .btn__invert,
.theme__money--secondary .btn__pill__invert, .theme__money--secondary.button__invert, .theme__money--secondary.btn__invert, .theme__money--secondary.btn__pill__invert,
.t__mon--sec .button__invert,
.t__mon--sec .btn__invert,
.t__mon--sec .btn__pill__invert,
.t__mon--sec.button__invert,
.t__mon--sec.btn__invert,
.t__mon--sec.btn__pill__invert {
  background-color: #9A1C01;
  color: #ffffff;
}
.theme__money--secondary .button__invert h4,
.theme__money--secondary .btn__invert h4,
.theme__money--secondary .btn__pill__invert h4, .theme__money--secondary.button__invert h4, .theme__money--secondary.btn__invert h4, .theme__money--secondary.btn__pill__invert h4,
.t__mon--sec .button__invert h4,
.t__mon--sec .btn__invert h4,
.t__mon--sec .btn__pill__invert h4,
.t__mon--sec.button__invert h4,
.t__mon--sec.btn__invert h4,
.t__mon--sec.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__money--secondary .button__invert:hover,
.theme__money--secondary .btn__invert:hover,
.theme__money--secondary .btn__pill__invert:hover, .theme__money--secondary.button__invert:hover, .theme__money--secondary.btn__invert:hover, .theme__money--secondary.btn__pill__invert:hover,
.t__mon--sec .button__invert:hover,
.t__mon--sec .btn__invert:hover,
.t__mon--sec .btn__pill__invert:hover,
.t__mon--sec.button__invert:hover,
.t__mon--sec.btn__invert:hover,
.t__mon--sec.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__money--secondary .button__invert:hover h4,
.theme__money--secondary .btn__invert:hover h4,
.theme__money--secondary .btn__pill__invert:hover h4, .theme__money--secondary.button__invert:hover h4, .theme__money--secondary.btn__invert:hover h4, .theme__money--secondary.btn__pill__invert:hover h4,
.t__mon--sec .button__invert:hover h4,
.t__mon--sec .btn__invert:hover h4,
.t__mon--sec .btn__pill__invert:hover h4,
.t__mon--sec.button__invert:hover h4,
.t__mon--sec.btn__invert:hover h4,
.t__mon--sec.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__money--secondary .button__invert--hover:hover,
.theme__money--secondary .btn__invert--hover:hover,
.theme__money--secondary .btn__pill__invert--hover:hover, .theme__money--secondary.button__invert--hover:hover, .theme__money--secondary.btn__invert--hover:hover, .theme__money--secondary.btn__pill__invert--hover:hover,
.t__mon--sec .button__invert--hover:hover,
.t__mon--sec .btn__invert--hover:hover,
.t__mon--sec .btn__pill__invert--hover:hover,
.t__mon--sec.button__invert--hover:hover,
.t__mon--sec.btn__invert--hover:hover,
.t__mon--sec.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__money--secondary .button__under,
.theme__money--secondary .btn__under,
.theme__money--secondary .btn__pill__under, .theme__money--secondary.button__under, .theme__money--secondary.btn__under, .theme__money--secondary.btn__pill__under,
.t__mon--sec .button__under,
.t__mon--sec .btn__under,
.t__mon--sec .btn__pill__under,
.t__mon--sec.button__under,
.t__mon--sec.btn__under,
.t__mon--sec.btn__pill__under {
  border-color: #9A1C01;
}
.theme__money--secondary .btn__large,
.t__mon--sec .btn__large {
  background-color: #9A1C01;
}
.theme__money--secondary .input__search,
.t__mon--sec .input__search {
  border-color: #9A1C01;
}
.theme__money--secondary .input__search i,
.t__mon--sec .input__search i {
  color: #4a4a4a;
}
.theme__money--secondary .input__search:hover i,
.t__mon--sec .input__search:hover i {
  color: #9A1C01;
}
.theme__money--secondary .component__foreground,
.t__mon--sec .component__foreground {
  color: #4a4a4a;
}
.theme__money--secondary.card,
.theme__money--secondary .card, .theme__money--secondary.card__with-image,
.theme__money--secondary .card__with-image,
.t__mon--sec.card,
.t__mon--sec .card,
.t__mon--sec.card__with-image,
.t__mon--sec .card__with-image {
  border-color: #9A1C01;
}
.theme__money--secondary.card__highlight,
.theme__money--secondary .card__highlight,
.theme__money--secondary .card__highlight--image,
.theme__money--secondary .card__highlight--final,
.t__mon--sec.card__highlight,
.t__mon--sec .card__highlight,
.t__mon--sec .card__highlight--image,
.t__mon--sec .card__highlight--final {
  background-color: #9A1C01;
  border-color: #9A1C01;
}
.theme__money--secondary.card__highlight--title,
.theme__money--secondary .card__highlight--title,
.theme__money--secondary .card__highlight--image,
.theme__money--secondary .card__highlight--final,
.t__mon--sec.card__highlight--title,
.t__mon--sec .card__highlight--title,
.t__mon--sec .card__highlight--image,
.t__mon--sec .card__highlight--final {
  color: #4a4a4a;
}
.theme__money--secondary .image-slider__selector--dot,
.t__mon--sec .image-slider__selector--dot {
  background-color: #9A1C01;
}
.theme__money--secondary .call-to-action__text h3,
.t__mon--sec .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__money--secondary .officer__block--title h5, .theme__money--secondary .officer__block--title h6,
.t__mon--sec .officer__block--title h5,
.t__mon--sec .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__money--secondary .block__statement--link,
.t__mon--sec .block__statement--link {
  color: #4a4a4a;
}
.theme__money--secondary .card__cutoff,
.t__mon--sec .card__cutoff {
  background: linear-gradient(#9A1C01, #9A1C01), linear-gradient(white, white);
}
.theme__money--secondary .card__cutoff p,
.t__mon--sec .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__money--secondary .card__cutoff:hover,
  .t__mon--sec .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__money--secondary .card__cutoff:hover p,
  .t__mon--sec .card__cutoff:hover p {
    color: #9A1C01;
  }
  .theme__money--secondary .card__cutoff:hover .card__cutoff--link,
  .t__mon--sec .card__cutoff:hover .card__cutoff--link {
    color: #9A1C01;
  }
  .theme__money--secondary .card__cutoff:hover .card__cutoff--text,
  .t__mon--sec .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__money--secondary .card__cutoff:hover .card__cutoff--text p,
  .t__mon--sec .card__cutoff:hover .card__cutoff--text p {
    color: #9A1C01;
  }
  .theme__money--secondary .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__mon--sec .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: #9A1C01;
  }
}
.theme__money--secondary .card__cutoff--link,
.t__mon--sec .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__money--secondary .card__cutoff--link:hover,
  .t__mon--sec .card__cutoff--link:hover {
    color: #9A1C01;
  }
  .theme__money--secondary .card__cutoff--link:hover--link,
  .t__mon--sec .card__cutoff--link:hover--link {
    color: #9A1C01;
  }
}
.theme__money--secondary .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__mon--sec .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: #9A1C01;
}
.theme__money--secondary .dropdown__toggle--title,
.t__mon--sec .dropdown__toggle--title {
  color: #9A1C01;
}
.theme__money--secondary .dropdown__toggle--icon i,
.t__mon--sec .dropdown__toggle--icon i {
  color: #9A1C01;
}
.theme__money--secondary .large_timer__countdown--item_large,
.t__mon--sec .large_timer__countdown--item_large {
  background-color: #9A1C01;
}
.theme__money--secondary .large_timer__countdown--item_medium,
.t__mon--sec .large_timer__countdown--item_medium {
  background-color: #9A1C01;
}
.theme__money--secondary .large_timer__countdown--item_small,
.t__mon--sec .large_timer__countdown--item_small {
  background-color: #9A1C01;
}
.theme__money--secondary .modalcontent,
.t__mon--sec .modalcontent {
  border-color: #9A1C01;
}
.theme__money--secondary .transparent__header,
.t__mon--sec .transparent__header {
  background: #9A1C01;
}
.theme__money--secondary .breadcrumb__slashes,
.t__mon--sec .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__money--secondary .the-list,
.t__mon--sec .the-list {
  background-color: #9A1C01;
}
.theme__money--secondary .the-list option,
.t__mon--sec .the-list option {
  border-color: #9A1C01 !important;
}
.theme__money--secondary .es-list::-webkit-scrollbar-thumb,
.t__mon--sec .es-list::-webkit-scrollbar-thumb {
  background: #9A1C01;
}
.theme__money--secondary .es-visible,
.t__mon--sec .es-visible {
  border-color: #9A1C01 !important;
}
.theme__money--secondary .ot-open,
.theme__money--secondary .ot-closed,
.t__mon--sec .ot-open,
.t__mon--sec .ot-closed {
  color: #9A1C01;
}
.theme__money--secondary .colour__foreground,
.t__mon--sec .colour__foreground {
  color: #9A1C01;
}
.theme__money--secondary h1.t__none,
.theme__money--secondary h1.theme__none,
.theme__money--secondary h2.t__none,
.theme__money--secondary h2.theme__none,
.theme__money--secondary h3.t__none,
.theme__money--secondary h3.theme__none,
.theme__money--secondary h4.t__none,
.theme__money--secondary h4.theme__none,
.theme__money--secondary h1.t__none--w-hov,
.theme__money--secondary h1.theme__none--with-hover,
.theme__money--secondary h2.t__none--w-hov,
.theme__money--secondary h2.theme__none--with-hover,
.theme__money--secondary h3.t__none--w-hov,
.theme__money--secondary h3.theme__none--with-hover,
.theme__money--secondary h4.t__none--w-hov,
.theme__money--secondary h4.theme__none--with-hover,
.t__mon--sec h1.t__none,
.t__mon--sec h1.theme__none,
.t__mon--sec h2.t__none,
.t__mon--sec h2.theme__none,
.t__mon--sec h3.t__none,
.t__mon--sec h3.theme__none,
.t__mon--sec h4.t__none,
.t__mon--sec h4.theme__none,
.t__mon--sec h1.t__none--w-hov,
.t__mon--sec h1.theme__none--with-hover,
.t__mon--sec h2.t__none--w-hov,
.t__mon--sec h2.theme__none--with-hover,
.t__mon--sec h3.t__none--w-hov,
.t__mon--sec h3.theme__none--with-hover,
.t__mon--sec h4.t__none--w-hov,
.t__mon--sec h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__money--secondary span.t__none,
.theme__money--secondary span.theme__none,
.t__mon--sec span.t__none,
.t__mon--sec span.theme__none {
  color: #4a4a4a;
}
.theme__money--secondary i.t__none,
.theme__money--secondary i.theme__none,
.t__mon--sec i.t__none,
.t__mon--sec i.theme__none {
  color: #4a4a4a;
}
.theme__money--secondary a.border__none,
.theme__money--secondary a.b__none,
.t__mon--sec a.border__none,
.t__mon--sec a.b__none {
  border: 0;
}
.theme__money--secondary a:hover h1.t__none,
.theme__money--secondary a:hover h1.theme__none,
.theme__money--secondary a:hover h2.t__none,
.theme__money--secondary a:hover h2.theme__none,
.theme__money--secondary a:hover h3.t__none,
.theme__money--secondary a:hover h3.theme__none,
.theme__money--secondary a:hover h4.t__none,
.theme__money--secondary a:hover h4.theme__none,
.t__mon--sec a:hover h1.t__none,
.t__mon--sec a:hover h1.theme__none,
.t__mon--sec a:hover h2.t__none,
.t__mon--sec a:hover h2.theme__none,
.t__mon--sec a:hover h3.t__none,
.t__mon--sec a:hover h3.theme__none,
.t__mon--sec a:hover h4.t__none,
.t__mon--sec a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__money--secondary a:hover h1.t__none--w-hov,
.theme__money--secondary a:hover h1.theme__none--with-hover,
.theme__money--secondary a:hover h2.t__none--w-hov,
.theme__money--secondary a:hover h2.theme__none--with-hover,
.theme__money--secondary a:hover h3.t__none--w-hov,
.theme__money--secondary a:hover h3.theme__none--with-hover,
.theme__money--secondary a:hover h4.t__none--w-hov,
.theme__money--secondary a:hover h4.theme__none--with-hover,
.t__mon--sec a:hover h1.t__none--w-hov,
.t__mon--sec a:hover h1.theme__none--with-hover,
.t__mon--sec a:hover h2.t__none--w-hov,
.t__mon--sec a:hover h2.theme__none--with-hover,
.t__mon--sec a:hover h3.t__none--w-hov,
.t__mon--sec a:hover h3.theme__none--with-hover,
.t__mon--sec a:hover h4.t__none--w-hov,
.t__mon--sec a:hover h4.theme__none--with-hover {
  color: #9A1C01;
}

.theme__money--pastel h1, .theme__money--pastel h2, .theme__money--pastel h3, .theme__money--pastel h4, .theme__money--pastel h5, .theme__money--pastel h6,
.t__mon--pas h1,
.t__mon--pas h2,
.t__mon--pas h3,
.t__mon--pas h4,
.t__mon--pas h5,
.t__mon--pas h6 {
  color: rgba(154, 28, 1, 0.1);
}
.theme__money--pastel a,
.t__mon--pas a {
  color: #4a4a4a;
  border-color: rgba(154, 28, 1, 0.1);
  text-decoration: none;
}
.theme__money--pastel a:hover,
.t__mon--pas a:hover {
  color: rgba(154, 28, 1, 0.1);
}
.theme__money--pastel a:hover h1, .theme__money--pastel a:hover h2, .theme__money--pastel a:hover h3, .theme__money--pastel a:hover h4, .theme__money--pastel a:hover h5, .theme__money--pastel a:hover h6,
.t__mon--pas a:hover h1,
.t__mon--pas a:hover h2,
.t__mon--pas a:hover h3,
.t__mon--pas a:hover h4,
.t__mon--pas a:hover h5,
.t__mon--pas a:hover h6 {
  color: rgba(154, 28, 1, 0.1);
}
.theme__money--pastel a div,
.t__mon--pas a div {
  border-color: rgba(154, 28, 1, 0.1) !important;
}
.theme__money--pastel input,
.t__mon--pas input {
  border-color: rgba(154, 28, 1, 0.1);
}
.theme__money--pastel p,
.t__mon--pas p {
  color: #4a4a4a;
}
.theme__money--pastel .button,
.theme__money--pastel .btn,
.theme__money--pastel .btn__pill, .theme__money--pastel.button, .theme__money--pastel.btn, .theme__money--pastel.btn__pill,
.t__mon--pas .button,
.t__mon--pas .btn,
.t__mon--pas .btn__pill,
.t__mon--pas.button,
.t__mon--pas.btn,
.t__mon--pas.btn__pill {
  border-color: rgba(154, 28, 1, 0.1);
}
@media (hover: hover) {
  .theme__money--pastel .button:hover,
  .theme__money--pastel .btn:hover,
  .theme__money--pastel .btn__pill:hover, .theme__money--pastel.button:hover, .theme__money--pastel.btn:hover, .theme__money--pastel.btn__pill:hover,
  .t__mon--pas .button:hover,
  .t__mon--pas .btn:hover,
  .t__mon--pas .btn__pill:hover,
  .t__mon--pas.button:hover,
  .t__mon--pas.btn:hover,
  .t__mon--pas.btn__pill:hover {
    color: #ffffff;
    background: rgba(154, 28, 1, 0.1);
  }
  .theme__money--pastel .button:hover i,
  .theme__money--pastel .btn:hover i,
  .theme__money--pastel .btn__pill:hover i, .theme__money--pastel.button:hover i, .theme__money--pastel.btn:hover i, .theme__money--pastel.btn__pill:hover i,
  .t__mon--pas .button:hover i,
  .t__mon--pas .btn:hover i,
  .t__mon--pas .btn__pill:hover i,
  .t__mon--pas.button:hover i,
  .t__mon--pas.btn:hover i,
  .t__mon--pas.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__money--pastel .button__invert,
.theme__money--pastel .btn__invert,
.theme__money--pastel .btn__pill__invert, .theme__money--pastel.button__invert, .theme__money--pastel.btn__invert, .theme__money--pastel.btn__pill__invert,
.t__mon--pas .button__invert,
.t__mon--pas .btn__invert,
.t__mon--pas .btn__pill__invert,
.t__mon--pas.button__invert,
.t__mon--pas.btn__invert,
.t__mon--pas.btn__pill__invert {
  background-color: rgba(154, 28, 1, 0.1);
  color: #ffffff;
}
.theme__money--pastel .button__invert h4,
.theme__money--pastel .btn__invert h4,
.theme__money--pastel .btn__pill__invert h4, .theme__money--pastel.button__invert h4, .theme__money--pastel.btn__invert h4, .theme__money--pastel.btn__pill__invert h4,
.t__mon--pas .button__invert h4,
.t__mon--pas .btn__invert h4,
.t__mon--pas .btn__pill__invert h4,
.t__mon--pas.button__invert h4,
.t__mon--pas.btn__invert h4,
.t__mon--pas.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__money--pastel .button__invert:hover,
.theme__money--pastel .btn__invert:hover,
.theme__money--pastel .btn__pill__invert:hover, .theme__money--pastel.button__invert:hover, .theme__money--pastel.btn__invert:hover, .theme__money--pastel.btn__pill__invert:hover,
.t__mon--pas .button__invert:hover,
.t__mon--pas .btn__invert:hover,
.t__mon--pas .btn__pill__invert:hover,
.t__mon--pas.button__invert:hover,
.t__mon--pas.btn__invert:hover,
.t__mon--pas.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__money--pastel .button__invert:hover h4,
.theme__money--pastel .btn__invert:hover h4,
.theme__money--pastel .btn__pill__invert:hover h4, .theme__money--pastel.button__invert:hover h4, .theme__money--pastel.btn__invert:hover h4, .theme__money--pastel.btn__pill__invert:hover h4,
.t__mon--pas .button__invert:hover h4,
.t__mon--pas .btn__invert:hover h4,
.t__mon--pas .btn__pill__invert:hover h4,
.t__mon--pas.button__invert:hover h4,
.t__mon--pas.btn__invert:hover h4,
.t__mon--pas.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__money--pastel .button__invert--hover:hover,
.theme__money--pastel .btn__invert--hover:hover,
.theme__money--pastel .btn__pill__invert--hover:hover, .theme__money--pastel.button__invert--hover:hover, .theme__money--pastel.btn__invert--hover:hover, .theme__money--pastel.btn__pill__invert--hover:hover,
.t__mon--pas .button__invert--hover:hover,
.t__mon--pas .btn__invert--hover:hover,
.t__mon--pas .btn__pill__invert--hover:hover,
.t__mon--pas.button__invert--hover:hover,
.t__mon--pas.btn__invert--hover:hover,
.t__mon--pas.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__money--pastel .button__under,
.theme__money--pastel .btn__under,
.theme__money--pastel .btn__pill__under, .theme__money--pastel.button__under, .theme__money--pastel.btn__under, .theme__money--pastel.btn__pill__under,
.t__mon--pas .button__under,
.t__mon--pas .btn__under,
.t__mon--pas .btn__pill__under,
.t__mon--pas.button__under,
.t__mon--pas.btn__under,
.t__mon--pas.btn__pill__under {
  border-color: rgba(154, 28, 1, 0.1);
}
.theme__money--pastel .btn__large,
.t__mon--pas .btn__large {
  background-color: rgba(154, 28, 1, 0.1);
}
.theme__money--pastel .input__search,
.t__mon--pas .input__search {
  border-color: rgba(154, 28, 1, 0.1);
}
.theme__money--pastel .input__search i,
.t__mon--pas .input__search i {
  color: #4a4a4a;
}
.theme__money--pastel .input__search:hover i,
.t__mon--pas .input__search:hover i {
  color: rgba(154, 28, 1, 0.1);
}
.theme__money--pastel .component__foreground,
.t__mon--pas .component__foreground {
  color: #4a4a4a;
}
.theme__money--pastel.card,
.theme__money--pastel .card, .theme__money--pastel.card__with-image,
.theme__money--pastel .card__with-image,
.t__mon--pas.card,
.t__mon--pas .card,
.t__mon--pas.card__with-image,
.t__mon--pas .card__with-image {
  border-color: rgba(154, 28, 1, 0.1);
}
.theme__money--pastel.card__highlight,
.theme__money--pastel .card__highlight,
.theme__money--pastel .card__highlight--image,
.theme__money--pastel .card__highlight--final,
.t__mon--pas.card__highlight,
.t__mon--pas .card__highlight,
.t__mon--pas .card__highlight--image,
.t__mon--pas .card__highlight--final {
  background-color: rgba(154, 28, 1, 0.1);
  border-color: rgba(154, 28, 1, 0.1);
}
.theme__money--pastel.card__highlight--title,
.theme__money--pastel .card__highlight--title,
.theme__money--pastel .card__highlight--image,
.theme__money--pastel .card__highlight--final,
.t__mon--pas.card__highlight--title,
.t__mon--pas .card__highlight--title,
.t__mon--pas .card__highlight--image,
.t__mon--pas .card__highlight--final {
  color: #4a4a4a;
}
.theme__money--pastel .image-slider__selector--dot,
.t__mon--pas .image-slider__selector--dot {
  background-color: rgba(154, 28, 1, 0.1);
}
.theme__money--pastel .call-to-action__text h3,
.t__mon--pas .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__money--pastel .officer__block--title h5, .theme__money--pastel .officer__block--title h6,
.t__mon--pas .officer__block--title h5,
.t__mon--pas .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__money--pastel .block__statement--link,
.t__mon--pas .block__statement--link {
  color: #4a4a4a;
}
.theme__money--pastel .card__cutoff,
.t__mon--pas .card__cutoff {
  background: linear-gradient(rgba(154, 28, 1, 0.1), rgba(154, 28, 1, 0.1)), linear-gradient(white, white);
}
.theme__money--pastel .card__cutoff p,
.t__mon--pas .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__money--pastel .card__cutoff:hover,
  .t__mon--pas .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__money--pastel .card__cutoff:hover p,
  .t__mon--pas .card__cutoff:hover p {
    color: rgba(154, 28, 1, 0.1);
  }
  .theme__money--pastel .card__cutoff:hover .card__cutoff--link,
  .t__mon--pas .card__cutoff:hover .card__cutoff--link {
    color: rgba(154, 28, 1, 0.1);
  }
  .theme__money--pastel .card__cutoff:hover .card__cutoff--text,
  .t__mon--pas .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__money--pastel .card__cutoff:hover .card__cutoff--text p,
  .t__mon--pas .card__cutoff:hover .card__cutoff--text p {
    color: rgba(154, 28, 1, 0.1);
  }
  .theme__money--pastel .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__mon--pas .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: rgba(154, 28, 1, 0.1);
  }
}
.theme__money--pastel .card__cutoff--link,
.t__mon--pas .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__money--pastel .card__cutoff--link:hover,
  .t__mon--pas .card__cutoff--link:hover {
    color: rgba(154, 28, 1, 0.1);
  }
  .theme__money--pastel .card__cutoff--link:hover--link,
  .t__mon--pas .card__cutoff--link:hover--link {
    color: rgba(154, 28, 1, 0.1);
  }
}
.theme__money--pastel .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__mon--pas .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: rgba(154, 28, 1, 0.1);
}
.theme__money--pastel .dropdown__toggle--title,
.t__mon--pas .dropdown__toggle--title {
  color: rgba(154, 28, 1, 0.1);
}
.theme__money--pastel .dropdown__toggle--icon i,
.t__mon--pas .dropdown__toggle--icon i {
  color: rgba(154, 28, 1, 0.1);
}
.theme__money--pastel .large_timer__countdown--item_large,
.t__mon--pas .large_timer__countdown--item_large {
  background-color: rgba(154, 28, 1, 0.1);
}
.theme__money--pastel .large_timer__countdown--item_medium,
.t__mon--pas .large_timer__countdown--item_medium {
  background-color: rgba(154, 28, 1, 0.1);
}
.theme__money--pastel .large_timer__countdown--item_small,
.t__mon--pas .large_timer__countdown--item_small {
  background-color: rgba(154, 28, 1, 0.1);
}
.theme__money--pastel .modalcontent,
.t__mon--pas .modalcontent {
  border-color: rgba(154, 28, 1, 0.1);
}
.theme__money--pastel .transparent__header,
.t__mon--pas .transparent__header {
  background: rgba(154, 28, 1, 0.1);
}
.theme__money--pastel .breadcrumb__slashes,
.t__mon--pas .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__money--pastel .the-list,
.t__mon--pas .the-list {
  background-color: rgba(154, 28, 1, 0.1);
}
.theme__money--pastel .the-list option,
.t__mon--pas .the-list option {
  border-color: rgba(154, 28, 1, 0.1) !important;
}
.theme__money--pastel .es-list::-webkit-scrollbar-thumb,
.t__mon--pas .es-list::-webkit-scrollbar-thumb {
  background: rgba(154, 28, 1, 0.1);
}
.theme__money--pastel .es-visible,
.t__mon--pas .es-visible {
  border-color: rgba(154, 28, 1, 0.1) !important;
}
.theme__money--pastel .ot-open,
.theme__money--pastel .ot-closed,
.t__mon--pas .ot-open,
.t__mon--pas .ot-closed {
  color: rgba(154, 28, 1, 0.1);
}
.theme__money--pastel .colour__foreground,
.t__mon--pas .colour__foreground {
  color: rgba(154, 28, 1, 0.1);
}
.theme__money--pastel h1.t__none,
.theme__money--pastel h1.theme__none,
.theme__money--pastel h2.t__none,
.theme__money--pastel h2.theme__none,
.theme__money--pastel h3.t__none,
.theme__money--pastel h3.theme__none,
.theme__money--pastel h4.t__none,
.theme__money--pastel h4.theme__none,
.theme__money--pastel h1.t__none--w-hov,
.theme__money--pastel h1.theme__none--with-hover,
.theme__money--pastel h2.t__none--w-hov,
.theme__money--pastel h2.theme__none--with-hover,
.theme__money--pastel h3.t__none--w-hov,
.theme__money--pastel h3.theme__none--with-hover,
.theme__money--pastel h4.t__none--w-hov,
.theme__money--pastel h4.theme__none--with-hover,
.t__mon--pas h1.t__none,
.t__mon--pas h1.theme__none,
.t__mon--pas h2.t__none,
.t__mon--pas h2.theme__none,
.t__mon--pas h3.t__none,
.t__mon--pas h3.theme__none,
.t__mon--pas h4.t__none,
.t__mon--pas h4.theme__none,
.t__mon--pas h1.t__none--w-hov,
.t__mon--pas h1.theme__none--with-hover,
.t__mon--pas h2.t__none--w-hov,
.t__mon--pas h2.theme__none--with-hover,
.t__mon--pas h3.t__none--w-hov,
.t__mon--pas h3.theme__none--with-hover,
.t__mon--pas h4.t__none--w-hov,
.t__mon--pas h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__money--pastel span.t__none,
.theme__money--pastel span.theme__none,
.t__mon--pas span.t__none,
.t__mon--pas span.theme__none {
  color: #4a4a4a;
}
.theme__money--pastel i.t__none,
.theme__money--pastel i.theme__none,
.t__mon--pas i.t__none,
.t__mon--pas i.theme__none {
  color: #4a4a4a;
}
.theme__money--pastel a.border__none,
.theme__money--pastel a.b__none,
.t__mon--pas a.border__none,
.t__mon--pas a.b__none {
  border: 0;
}
.theme__money--pastel a:hover h1.t__none,
.theme__money--pastel a:hover h1.theme__none,
.theme__money--pastel a:hover h2.t__none,
.theme__money--pastel a:hover h2.theme__none,
.theme__money--pastel a:hover h3.t__none,
.theme__money--pastel a:hover h3.theme__none,
.theme__money--pastel a:hover h4.t__none,
.theme__money--pastel a:hover h4.theme__none,
.t__mon--pas a:hover h1.t__none,
.t__mon--pas a:hover h1.theme__none,
.t__mon--pas a:hover h2.t__none,
.t__mon--pas a:hover h2.theme__none,
.t__mon--pas a:hover h3.t__none,
.t__mon--pas a:hover h3.theme__none,
.t__mon--pas a:hover h4.t__none,
.t__mon--pas a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__money--pastel a:hover h1.t__none--w-hov,
.theme__money--pastel a:hover h1.theme__none--with-hover,
.theme__money--pastel a:hover h2.t__none--w-hov,
.theme__money--pastel a:hover h2.theme__none--with-hover,
.theme__money--pastel a:hover h3.t__none--w-hov,
.theme__money--pastel a:hover h3.theme__none--with-hover,
.theme__money--pastel a:hover h4.t__none--w-hov,
.theme__money--pastel a:hover h4.theme__none--with-hover,
.t__mon--pas a:hover h1.t__none--w-hov,
.t__mon--pas a:hover h1.theme__none--with-hover,
.t__mon--pas a:hover h2.t__none--w-hov,
.t__mon--pas a:hover h2.theme__none--with-hover,
.t__mon--pas a:hover h3.t__none--w-hov,
.t__mon--pas a:hover h3.theme__none--with-hover,
.t__mon--pas a:hover h4.t__none--w-hov,
.t__mon--pas a:hover h4.theme__none--with-hover {
  color: rgba(154, 28, 1, 0.1);
}

.theme__money--background-primary,
.t__mon--bg-pri {
  background-color: #9A1C01;
}

.theme__money--background-secondary,
.t__mon--bg-sec {
  background-color: #9A1C01;
}

.theme__money--background-pastel,
.t__mon--bg-pas {
  background-color: rgba(154, 28, 1, 0.1);
}

.theme__immigration--primary h1, .theme__immigration--primary h2, .theme__immigration--primary h3, .theme__immigration--primary h4, .theme__immigration--primary h5, .theme__immigration--primary h6,
.t__imm--pri h1,
.t__imm--pri h2,
.t__imm--pri h3,
.t__imm--pri h4,
.t__imm--pri h5,
.t__imm--pri h6 {
  color: #DE5000;
}
.theme__immigration--primary a,
.t__imm--pri a {
  color: #4a4a4a;
  border-color: #DE5000;
  text-decoration: none;
}
.theme__immigration--primary a:hover,
.t__imm--pri a:hover {
  color: #DE5000;
}
.theme__immigration--primary a:hover h1, .theme__immigration--primary a:hover h2, .theme__immigration--primary a:hover h3, .theme__immigration--primary a:hover h4, .theme__immigration--primary a:hover h5, .theme__immigration--primary a:hover h6,
.t__imm--pri a:hover h1,
.t__imm--pri a:hover h2,
.t__imm--pri a:hover h3,
.t__imm--pri a:hover h4,
.t__imm--pri a:hover h5,
.t__imm--pri a:hover h6 {
  color: #DE5000;
}
.theme__immigration--primary a div,
.t__imm--pri a div {
  border-color: #DE5000 !important;
}
.theme__immigration--primary input,
.t__imm--pri input {
  border-color: #DE5000;
}
.theme__immigration--primary p,
.t__imm--pri p {
  color: #4a4a4a;
}
.theme__immigration--primary .button,
.theme__immigration--primary .btn,
.theme__immigration--primary .btn__pill, .theme__immigration--primary.button, .theme__immigration--primary.btn, .theme__immigration--primary.btn__pill,
.t__imm--pri .button,
.t__imm--pri .btn,
.t__imm--pri .btn__pill,
.t__imm--pri.button,
.t__imm--pri.btn,
.t__imm--pri.btn__pill {
  border-color: #DE5000;
}
@media (hover: hover) {
  .theme__immigration--primary .button:hover,
  .theme__immigration--primary .btn:hover,
  .theme__immigration--primary .btn__pill:hover, .theme__immigration--primary.button:hover, .theme__immigration--primary.btn:hover, .theme__immigration--primary.btn__pill:hover,
  .t__imm--pri .button:hover,
  .t__imm--pri .btn:hover,
  .t__imm--pri .btn__pill:hover,
  .t__imm--pri.button:hover,
  .t__imm--pri.btn:hover,
  .t__imm--pri.btn__pill:hover {
    color: #ffffff;
    background: #DE5000;
  }
  .theme__immigration--primary .button:hover i,
  .theme__immigration--primary .btn:hover i,
  .theme__immigration--primary .btn__pill:hover i, .theme__immigration--primary.button:hover i, .theme__immigration--primary.btn:hover i, .theme__immigration--primary.btn__pill:hover i,
  .t__imm--pri .button:hover i,
  .t__imm--pri .btn:hover i,
  .t__imm--pri .btn__pill:hover i,
  .t__imm--pri.button:hover i,
  .t__imm--pri.btn:hover i,
  .t__imm--pri.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__immigration--primary .button__invert,
.theme__immigration--primary .btn__invert,
.theme__immigration--primary .btn__pill__invert, .theme__immigration--primary.button__invert, .theme__immigration--primary.btn__invert, .theme__immigration--primary.btn__pill__invert,
.t__imm--pri .button__invert,
.t__imm--pri .btn__invert,
.t__imm--pri .btn__pill__invert,
.t__imm--pri.button__invert,
.t__imm--pri.btn__invert,
.t__imm--pri.btn__pill__invert {
  background-color: #DE5000;
  color: #ffffff;
}
.theme__immigration--primary .button__invert h4,
.theme__immigration--primary .btn__invert h4,
.theme__immigration--primary .btn__pill__invert h4, .theme__immigration--primary.button__invert h4, .theme__immigration--primary.btn__invert h4, .theme__immigration--primary.btn__pill__invert h4,
.t__imm--pri .button__invert h4,
.t__imm--pri .btn__invert h4,
.t__imm--pri .btn__pill__invert h4,
.t__imm--pri.button__invert h4,
.t__imm--pri.btn__invert h4,
.t__imm--pri.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__immigration--primary .button__invert:hover,
.theme__immigration--primary .btn__invert:hover,
.theme__immigration--primary .btn__pill__invert:hover, .theme__immigration--primary.button__invert:hover, .theme__immigration--primary.btn__invert:hover, .theme__immigration--primary.btn__pill__invert:hover,
.t__imm--pri .button__invert:hover,
.t__imm--pri .btn__invert:hover,
.t__imm--pri .btn__pill__invert:hover,
.t__imm--pri.button__invert:hover,
.t__imm--pri.btn__invert:hover,
.t__imm--pri.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__immigration--primary .button__invert:hover h4,
.theme__immigration--primary .btn__invert:hover h4,
.theme__immigration--primary .btn__pill__invert:hover h4, .theme__immigration--primary.button__invert:hover h4, .theme__immigration--primary.btn__invert:hover h4, .theme__immigration--primary.btn__pill__invert:hover h4,
.t__imm--pri .button__invert:hover h4,
.t__imm--pri .btn__invert:hover h4,
.t__imm--pri .btn__pill__invert:hover h4,
.t__imm--pri.button__invert:hover h4,
.t__imm--pri.btn__invert:hover h4,
.t__imm--pri.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__immigration--primary .button__invert--hover:hover,
.theme__immigration--primary .btn__invert--hover:hover,
.theme__immigration--primary .btn__pill__invert--hover:hover, .theme__immigration--primary.button__invert--hover:hover, .theme__immigration--primary.btn__invert--hover:hover, .theme__immigration--primary.btn__pill__invert--hover:hover,
.t__imm--pri .button__invert--hover:hover,
.t__imm--pri .btn__invert--hover:hover,
.t__imm--pri .btn__pill__invert--hover:hover,
.t__imm--pri.button__invert--hover:hover,
.t__imm--pri.btn__invert--hover:hover,
.t__imm--pri.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__immigration--primary .button__under,
.theme__immigration--primary .btn__under,
.theme__immigration--primary .btn__pill__under, .theme__immigration--primary.button__under, .theme__immigration--primary.btn__under, .theme__immigration--primary.btn__pill__under,
.t__imm--pri .button__under,
.t__imm--pri .btn__under,
.t__imm--pri .btn__pill__under,
.t__imm--pri.button__under,
.t__imm--pri.btn__under,
.t__imm--pri.btn__pill__under {
  border-color: #DE5000;
}
.theme__immigration--primary .btn__large,
.t__imm--pri .btn__large {
  background-color: #DE5000;
}
.theme__immigration--primary .input__search,
.t__imm--pri .input__search {
  border-color: #DE5000;
}
.theme__immigration--primary .input__search i,
.t__imm--pri .input__search i {
  color: #4a4a4a;
}
.theme__immigration--primary .input__search:hover i,
.t__imm--pri .input__search:hover i {
  color: #DE5000;
}
.theme__immigration--primary .component__foreground,
.t__imm--pri .component__foreground {
  color: #4a4a4a;
}
.theme__immigration--primary.card,
.theme__immigration--primary .card, .theme__immigration--primary.card__with-image,
.theme__immigration--primary .card__with-image,
.t__imm--pri.card,
.t__imm--pri .card,
.t__imm--pri.card__with-image,
.t__imm--pri .card__with-image {
  border-color: #DE5000;
}
.theme__immigration--primary.card__highlight,
.theme__immigration--primary .card__highlight,
.theme__immigration--primary .card__highlight--image,
.theme__immigration--primary .card__highlight--final,
.t__imm--pri.card__highlight,
.t__imm--pri .card__highlight,
.t__imm--pri .card__highlight--image,
.t__imm--pri .card__highlight--final {
  background-color: #DE5000;
  border-color: #DE5000;
}
.theme__immigration--primary.card__highlight--title,
.theme__immigration--primary .card__highlight--title,
.theme__immigration--primary .card__highlight--image,
.theme__immigration--primary .card__highlight--final,
.t__imm--pri.card__highlight--title,
.t__imm--pri .card__highlight--title,
.t__imm--pri .card__highlight--image,
.t__imm--pri .card__highlight--final {
  color: #4a4a4a;
}
.theme__immigration--primary .image-slider__selector--dot,
.t__imm--pri .image-slider__selector--dot {
  background-color: #DE5000;
}
.theme__immigration--primary .call-to-action__text h3,
.t__imm--pri .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__immigration--primary .officer__block--title h5, .theme__immigration--primary .officer__block--title h6,
.t__imm--pri .officer__block--title h5,
.t__imm--pri .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__immigration--primary .block__statement--link,
.t__imm--pri .block__statement--link {
  color: #4a4a4a;
}
.theme__immigration--primary .card__cutoff,
.t__imm--pri .card__cutoff {
  background: linear-gradient(#DE5000, #DE5000), linear-gradient(white, white);
}
.theme__immigration--primary .card__cutoff p,
.t__imm--pri .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__immigration--primary .card__cutoff:hover,
  .t__imm--pri .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__immigration--primary .card__cutoff:hover p,
  .t__imm--pri .card__cutoff:hover p {
    color: #DE5000;
  }
  .theme__immigration--primary .card__cutoff:hover .card__cutoff--link,
  .t__imm--pri .card__cutoff:hover .card__cutoff--link {
    color: #DE5000;
  }
  .theme__immigration--primary .card__cutoff:hover .card__cutoff--text,
  .t__imm--pri .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__immigration--primary .card__cutoff:hover .card__cutoff--text p,
  .t__imm--pri .card__cutoff:hover .card__cutoff--text p {
    color: #DE5000;
  }
  .theme__immigration--primary .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__imm--pri .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: #DE5000;
  }
}
.theme__immigration--primary .card__cutoff--link,
.t__imm--pri .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__immigration--primary .card__cutoff--link:hover,
  .t__imm--pri .card__cutoff--link:hover {
    color: #DE5000;
  }
  .theme__immigration--primary .card__cutoff--link:hover--link,
  .t__imm--pri .card__cutoff--link:hover--link {
    color: #DE5000;
  }
}
.theme__immigration--primary .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__imm--pri .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: #DE5000;
}
.theme__immigration--primary .dropdown__toggle--title,
.t__imm--pri .dropdown__toggle--title {
  color: #DE5000;
}
.theme__immigration--primary .dropdown__toggle--icon i,
.t__imm--pri .dropdown__toggle--icon i {
  color: #DE5000;
}
.theme__immigration--primary .large_timer__countdown--item_large,
.t__imm--pri .large_timer__countdown--item_large {
  background-color: #DE5000;
}
.theme__immigration--primary .large_timer__countdown--item_medium,
.t__imm--pri .large_timer__countdown--item_medium {
  background-color: #DE5000;
}
.theme__immigration--primary .large_timer__countdown--item_small,
.t__imm--pri .large_timer__countdown--item_small {
  background-color: #DE5000;
}
.theme__immigration--primary .modalcontent,
.t__imm--pri .modalcontent {
  border-color: #DE5000;
}
.theme__immigration--primary .transparent__header,
.t__imm--pri .transparent__header {
  background: #DE5000;
}
.theme__immigration--primary .breadcrumb__slashes,
.t__imm--pri .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__immigration--primary .the-list,
.t__imm--pri .the-list {
  background-color: #DE5000;
}
.theme__immigration--primary .the-list option,
.t__imm--pri .the-list option {
  border-color: #DE5000 !important;
}
.theme__immigration--primary .es-list::-webkit-scrollbar-thumb,
.t__imm--pri .es-list::-webkit-scrollbar-thumb {
  background: #DE5000;
}
.theme__immigration--primary .es-visible,
.t__imm--pri .es-visible {
  border-color: #DE5000 !important;
}
.theme__immigration--primary .ot-open,
.theme__immigration--primary .ot-closed,
.t__imm--pri .ot-open,
.t__imm--pri .ot-closed {
  color: #DE5000;
}
.theme__immigration--primary .colour__foreground,
.t__imm--pri .colour__foreground {
  color: #DE5000;
}
.theme__immigration--primary h1.t__none,
.theme__immigration--primary h1.theme__none,
.theme__immigration--primary h2.t__none,
.theme__immigration--primary h2.theme__none,
.theme__immigration--primary h3.t__none,
.theme__immigration--primary h3.theme__none,
.theme__immigration--primary h4.t__none,
.theme__immigration--primary h4.theme__none,
.theme__immigration--primary h1.t__none--w-hov,
.theme__immigration--primary h1.theme__none--with-hover,
.theme__immigration--primary h2.t__none--w-hov,
.theme__immigration--primary h2.theme__none--with-hover,
.theme__immigration--primary h3.t__none--w-hov,
.theme__immigration--primary h3.theme__none--with-hover,
.theme__immigration--primary h4.t__none--w-hov,
.theme__immigration--primary h4.theme__none--with-hover,
.t__imm--pri h1.t__none,
.t__imm--pri h1.theme__none,
.t__imm--pri h2.t__none,
.t__imm--pri h2.theme__none,
.t__imm--pri h3.t__none,
.t__imm--pri h3.theme__none,
.t__imm--pri h4.t__none,
.t__imm--pri h4.theme__none,
.t__imm--pri h1.t__none--w-hov,
.t__imm--pri h1.theme__none--with-hover,
.t__imm--pri h2.t__none--w-hov,
.t__imm--pri h2.theme__none--with-hover,
.t__imm--pri h3.t__none--w-hov,
.t__imm--pri h3.theme__none--with-hover,
.t__imm--pri h4.t__none--w-hov,
.t__imm--pri h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__immigration--primary span.t__none,
.theme__immigration--primary span.theme__none,
.t__imm--pri span.t__none,
.t__imm--pri span.theme__none {
  color: #4a4a4a;
}
.theme__immigration--primary i.t__none,
.theme__immigration--primary i.theme__none,
.t__imm--pri i.t__none,
.t__imm--pri i.theme__none {
  color: #4a4a4a;
}
.theme__immigration--primary a.border__none,
.theme__immigration--primary a.b__none,
.t__imm--pri a.border__none,
.t__imm--pri a.b__none {
  border: 0;
}
.theme__immigration--primary a:hover h1.t__none,
.theme__immigration--primary a:hover h1.theme__none,
.theme__immigration--primary a:hover h2.t__none,
.theme__immigration--primary a:hover h2.theme__none,
.theme__immigration--primary a:hover h3.t__none,
.theme__immigration--primary a:hover h3.theme__none,
.theme__immigration--primary a:hover h4.t__none,
.theme__immigration--primary a:hover h4.theme__none,
.t__imm--pri a:hover h1.t__none,
.t__imm--pri a:hover h1.theme__none,
.t__imm--pri a:hover h2.t__none,
.t__imm--pri a:hover h2.theme__none,
.t__imm--pri a:hover h3.t__none,
.t__imm--pri a:hover h3.theme__none,
.t__imm--pri a:hover h4.t__none,
.t__imm--pri a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__immigration--primary a:hover h1.t__none--w-hov,
.theme__immigration--primary a:hover h1.theme__none--with-hover,
.theme__immigration--primary a:hover h2.t__none--w-hov,
.theme__immigration--primary a:hover h2.theme__none--with-hover,
.theme__immigration--primary a:hover h3.t__none--w-hov,
.theme__immigration--primary a:hover h3.theme__none--with-hover,
.theme__immigration--primary a:hover h4.t__none--w-hov,
.theme__immigration--primary a:hover h4.theme__none--with-hover,
.t__imm--pri a:hover h1.t__none--w-hov,
.t__imm--pri a:hover h1.theme__none--with-hover,
.t__imm--pri a:hover h2.t__none--w-hov,
.t__imm--pri a:hover h2.theme__none--with-hover,
.t__imm--pri a:hover h3.t__none--w-hov,
.t__imm--pri a:hover h3.theme__none--with-hover,
.t__imm--pri a:hover h4.t__none--w-hov,
.t__imm--pri a:hover h4.theme__none--with-hover {
  color: #DE5000;
}
.theme__immigration--primary .dotted__line--small, .theme__immigration--primary .dotted__line--medium, .theme__immigration--primary .dotted__line--large, .theme__immigration--primary .dotted__line--x-large, .theme__immigration--primary .dotted__line--huge,
.t__imm--pri .dotted__line--small,
.t__imm--pri .dotted__line--medium,
.t__imm--pri .dotted__line--large,
.t__imm--pri .dotted__line--x-large,
.t__imm--pri .dotted__line--huge {
  border-image-source: url("https://3fe71bd229cff1409de4-918c4a94592cd7fa431dd71bf51b646a.ssl.cf3.rackcdn.com/dotted_def-imm.png");
}
.theme__immigration--primary::-webkit-scrollbar-thumb,
.t__imm--pri::-webkit-scrollbar-thumb {
  background: #DE5000;
}

.theme__immigration--secondary h1, .theme__immigration--secondary h2, .theme__immigration--secondary h3, .theme__immigration--secondary h4, .theme__immigration--secondary h5, .theme__immigration--secondary h6,
.t__imm--sec h1,
.t__imm--sec h2,
.t__imm--sec h3,
.t__imm--sec h4,
.t__imm--sec h5,
.t__imm--sec h6 {
  color: #DE5000;
}
.theme__immigration--secondary a,
.t__imm--sec a {
  color: #4a4a4a;
  border-color: #DE5000;
  text-decoration: none;
}
.theme__immigration--secondary a:hover,
.t__imm--sec a:hover {
  color: #DE5000;
}
.theme__immigration--secondary a:hover h1, .theme__immigration--secondary a:hover h2, .theme__immigration--secondary a:hover h3, .theme__immigration--secondary a:hover h4, .theme__immigration--secondary a:hover h5, .theme__immigration--secondary a:hover h6,
.t__imm--sec a:hover h1,
.t__imm--sec a:hover h2,
.t__imm--sec a:hover h3,
.t__imm--sec a:hover h4,
.t__imm--sec a:hover h5,
.t__imm--sec a:hover h6 {
  color: #DE5000;
}
.theme__immigration--secondary a div,
.t__imm--sec a div {
  border-color: #DE5000 !important;
}
.theme__immigration--secondary input,
.t__imm--sec input {
  border-color: #DE5000;
}
.theme__immigration--secondary p,
.t__imm--sec p {
  color: #4a4a4a;
}
.theme__immigration--secondary .button,
.theme__immigration--secondary .btn,
.theme__immigration--secondary .btn__pill, .theme__immigration--secondary.button, .theme__immigration--secondary.btn, .theme__immigration--secondary.btn__pill,
.t__imm--sec .button,
.t__imm--sec .btn,
.t__imm--sec .btn__pill,
.t__imm--sec.button,
.t__imm--sec.btn,
.t__imm--sec.btn__pill {
  border-color: #DE5000;
}
@media (hover: hover) {
  .theme__immigration--secondary .button:hover,
  .theme__immigration--secondary .btn:hover,
  .theme__immigration--secondary .btn__pill:hover, .theme__immigration--secondary.button:hover, .theme__immigration--secondary.btn:hover, .theme__immigration--secondary.btn__pill:hover,
  .t__imm--sec .button:hover,
  .t__imm--sec .btn:hover,
  .t__imm--sec .btn__pill:hover,
  .t__imm--sec.button:hover,
  .t__imm--sec.btn:hover,
  .t__imm--sec.btn__pill:hover {
    color: #ffffff;
    background: #DE5000;
  }
  .theme__immigration--secondary .button:hover i,
  .theme__immigration--secondary .btn:hover i,
  .theme__immigration--secondary .btn__pill:hover i, .theme__immigration--secondary.button:hover i, .theme__immigration--secondary.btn:hover i, .theme__immigration--secondary.btn__pill:hover i,
  .t__imm--sec .button:hover i,
  .t__imm--sec .btn:hover i,
  .t__imm--sec .btn__pill:hover i,
  .t__imm--sec.button:hover i,
  .t__imm--sec.btn:hover i,
  .t__imm--sec.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__immigration--secondary .button__invert,
.theme__immigration--secondary .btn__invert,
.theme__immigration--secondary .btn__pill__invert, .theme__immigration--secondary.button__invert, .theme__immigration--secondary.btn__invert, .theme__immigration--secondary.btn__pill__invert,
.t__imm--sec .button__invert,
.t__imm--sec .btn__invert,
.t__imm--sec .btn__pill__invert,
.t__imm--sec.button__invert,
.t__imm--sec.btn__invert,
.t__imm--sec.btn__pill__invert {
  background-color: #DE5000;
  color: #ffffff;
}
.theme__immigration--secondary .button__invert h4,
.theme__immigration--secondary .btn__invert h4,
.theme__immigration--secondary .btn__pill__invert h4, .theme__immigration--secondary.button__invert h4, .theme__immigration--secondary.btn__invert h4, .theme__immigration--secondary.btn__pill__invert h4,
.t__imm--sec .button__invert h4,
.t__imm--sec .btn__invert h4,
.t__imm--sec .btn__pill__invert h4,
.t__imm--sec.button__invert h4,
.t__imm--sec.btn__invert h4,
.t__imm--sec.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__immigration--secondary .button__invert:hover,
.theme__immigration--secondary .btn__invert:hover,
.theme__immigration--secondary .btn__pill__invert:hover, .theme__immigration--secondary.button__invert:hover, .theme__immigration--secondary.btn__invert:hover, .theme__immigration--secondary.btn__pill__invert:hover,
.t__imm--sec .button__invert:hover,
.t__imm--sec .btn__invert:hover,
.t__imm--sec .btn__pill__invert:hover,
.t__imm--sec.button__invert:hover,
.t__imm--sec.btn__invert:hover,
.t__imm--sec.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__immigration--secondary .button__invert:hover h4,
.theme__immigration--secondary .btn__invert:hover h4,
.theme__immigration--secondary .btn__pill__invert:hover h4, .theme__immigration--secondary.button__invert:hover h4, .theme__immigration--secondary.btn__invert:hover h4, .theme__immigration--secondary.btn__pill__invert:hover h4,
.t__imm--sec .button__invert:hover h4,
.t__imm--sec .btn__invert:hover h4,
.t__imm--sec .btn__pill__invert:hover h4,
.t__imm--sec.button__invert:hover h4,
.t__imm--sec.btn__invert:hover h4,
.t__imm--sec.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__immigration--secondary .button__invert--hover:hover,
.theme__immigration--secondary .btn__invert--hover:hover,
.theme__immigration--secondary .btn__pill__invert--hover:hover, .theme__immigration--secondary.button__invert--hover:hover, .theme__immigration--secondary.btn__invert--hover:hover, .theme__immigration--secondary.btn__pill__invert--hover:hover,
.t__imm--sec .button__invert--hover:hover,
.t__imm--sec .btn__invert--hover:hover,
.t__imm--sec .btn__pill__invert--hover:hover,
.t__imm--sec.button__invert--hover:hover,
.t__imm--sec.btn__invert--hover:hover,
.t__imm--sec.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__immigration--secondary .button__under,
.theme__immigration--secondary .btn__under,
.theme__immigration--secondary .btn__pill__under, .theme__immigration--secondary.button__under, .theme__immigration--secondary.btn__under, .theme__immigration--secondary.btn__pill__under,
.t__imm--sec .button__under,
.t__imm--sec .btn__under,
.t__imm--sec .btn__pill__under,
.t__imm--sec.button__under,
.t__imm--sec.btn__under,
.t__imm--sec.btn__pill__under {
  border-color: #DE5000;
}
.theme__immigration--secondary .btn__large,
.t__imm--sec .btn__large {
  background-color: #DE5000;
}
.theme__immigration--secondary .input__search,
.t__imm--sec .input__search {
  border-color: #DE5000;
}
.theme__immigration--secondary .input__search i,
.t__imm--sec .input__search i {
  color: #4a4a4a;
}
.theme__immigration--secondary .input__search:hover i,
.t__imm--sec .input__search:hover i {
  color: #DE5000;
}
.theme__immigration--secondary .component__foreground,
.t__imm--sec .component__foreground {
  color: #4a4a4a;
}
.theme__immigration--secondary.card,
.theme__immigration--secondary .card, .theme__immigration--secondary.card__with-image,
.theme__immigration--secondary .card__with-image,
.t__imm--sec.card,
.t__imm--sec .card,
.t__imm--sec.card__with-image,
.t__imm--sec .card__with-image {
  border-color: #DE5000;
}
.theme__immigration--secondary.card__highlight,
.theme__immigration--secondary .card__highlight,
.theme__immigration--secondary .card__highlight--image,
.theme__immigration--secondary .card__highlight--final,
.t__imm--sec.card__highlight,
.t__imm--sec .card__highlight,
.t__imm--sec .card__highlight--image,
.t__imm--sec .card__highlight--final {
  background-color: #DE5000;
  border-color: #DE5000;
}
.theme__immigration--secondary.card__highlight--title,
.theme__immigration--secondary .card__highlight--title,
.theme__immigration--secondary .card__highlight--image,
.theme__immigration--secondary .card__highlight--final,
.t__imm--sec.card__highlight--title,
.t__imm--sec .card__highlight--title,
.t__imm--sec .card__highlight--image,
.t__imm--sec .card__highlight--final {
  color: #4a4a4a;
}
.theme__immigration--secondary .image-slider__selector--dot,
.t__imm--sec .image-slider__selector--dot {
  background-color: #DE5000;
}
.theme__immigration--secondary .call-to-action__text h3,
.t__imm--sec .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__immigration--secondary .officer__block--title h5, .theme__immigration--secondary .officer__block--title h6,
.t__imm--sec .officer__block--title h5,
.t__imm--sec .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__immigration--secondary .block__statement--link,
.t__imm--sec .block__statement--link {
  color: #4a4a4a;
}
.theme__immigration--secondary .card__cutoff,
.t__imm--sec .card__cutoff {
  background: linear-gradient(#DE5000, #DE5000), linear-gradient(white, white);
}
.theme__immigration--secondary .card__cutoff p,
.t__imm--sec .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__immigration--secondary .card__cutoff:hover,
  .t__imm--sec .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__immigration--secondary .card__cutoff:hover p,
  .t__imm--sec .card__cutoff:hover p {
    color: #DE5000;
  }
  .theme__immigration--secondary .card__cutoff:hover .card__cutoff--link,
  .t__imm--sec .card__cutoff:hover .card__cutoff--link {
    color: #DE5000;
  }
  .theme__immigration--secondary .card__cutoff:hover .card__cutoff--text,
  .t__imm--sec .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__immigration--secondary .card__cutoff:hover .card__cutoff--text p,
  .t__imm--sec .card__cutoff:hover .card__cutoff--text p {
    color: #DE5000;
  }
  .theme__immigration--secondary .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__imm--sec .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: #DE5000;
  }
}
.theme__immigration--secondary .card__cutoff--link,
.t__imm--sec .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__immigration--secondary .card__cutoff--link:hover,
  .t__imm--sec .card__cutoff--link:hover {
    color: #DE5000;
  }
  .theme__immigration--secondary .card__cutoff--link:hover--link,
  .t__imm--sec .card__cutoff--link:hover--link {
    color: #DE5000;
  }
}
.theme__immigration--secondary .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__imm--sec .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: #DE5000;
}
.theme__immigration--secondary .dropdown__toggle--title,
.t__imm--sec .dropdown__toggle--title {
  color: #DE5000;
}
.theme__immigration--secondary .dropdown__toggle--icon i,
.t__imm--sec .dropdown__toggle--icon i {
  color: #DE5000;
}
.theme__immigration--secondary .large_timer__countdown--item_large,
.t__imm--sec .large_timer__countdown--item_large {
  background-color: #DE5000;
}
.theme__immigration--secondary .large_timer__countdown--item_medium,
.t__imm--sec .large_timer__countdown--item_medium {
  background-color: #DE5000;
}
.theme__immigration--secondary .large_timer__countdown--item_small,
.t__imm--sec .large_timer__countdown--item_small {
  background-color: #DE5000;
}
.theme__immigration--secondary .modalcontent,
.t__imm--sec .modalcontent {
  border-color: #DE5000;
}
.theme__immigration--secondary .transparent__header,
.t__imm--sec .transparent__header {
  background: #DE5000;
}
.theme__immigration--secondary .breadcrumb__slashes,
.t__imm--sec .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__immigration--secondary .the-list,
.t__imm--sec .the-list {
  background-color: #DE5000;
}
.theme__immigration--secondary .the-list option,
.t__imm--sec .the-list option {
  border-color: #DE5000 !important;
}
.theme__immigration--secondary .es-list::-webkit-scrollbar-thumb,
.t__imm--sec .es-list::-webkit-scrollbar-thumb {
  background: #DE5000;
}
.theme__immigration--secondary .es-visible,
.t__imm--sec .es-visible {
  border-color: #DE5000 !important;
}
.theme__immigration--secondary .ot-open,
.theme__immigration--secondary .ot-closed,
.t__imm--sec .ot-open,
.t__imm--sec .ot-closed {
  color: #DE5000;
}
.theme__immigration--secondary .colour__foreground,
.t__imm--sec .colour__foreground {
  color: #DE5000;
}
.theme__immigration--secondary h1.t__none,
.theme__immigration--secondary h1.theme__none,
.theme__immigration--secondary h2.t__none,
.theme__immigration--secondary h2.theme__none,
.theme__immigration--secondary h3.t__none,
.theme__immigration--secondary h3.theme__none,
.theme__immigration--secondary h4.t__none,
.theme__immigration--secondary h4.theme__none,
.theme__immigration--secondary h1.t__none--w-hov,
.theme__immigration--secondary h1.theme__none--with-hover,
.theme__immigration--secondary h2.t__none--w-hov,
.theme__immigration--secondary h2.theme__none--with-hover,
.theme__immigration--secondary h3.t__none--w-hov,
.theme__immigration--secondary h3.theme__none--with-hover,
.theme__immigration--secondary h4.t__none--w-hov,
.theme__immigration--secondary h4.theme__none--with-hover,
.t__imm--sec h1.t__none,
.t__imm--sec h1.theme__none,
.t__imm--sec h2.t__none,
.t__imm--sec h2.theme__none,
.t__imm--sec h3.t__none,
.t__imm--sec h3.theme__none,
.t__imm--sec h4.t__none,
.t__imm--sec h4.theme__none,
.t__imm--sec h1.t__none--w-hov,
.t__imm--sec h1.theme__none--with-hover,
.t__imm--sec h2.t__none--w-hov,
.t__imm--sec h2.theme__none--with-hover,
.t__imm--sec h3.t__none--w-hov,
.t__imm--sec h3.theme__none--with-hover,
.t__imm--sec h4.t__none--w-hov,
.t__imm--sec h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__immigration--secondary span.t__none,
.theme__immigration--secondary span.theme__none,
.t__imm--sec span.t__none,
.t__imm--sec span.theme__none {
  color: #4a4a4a;
}
.theme__immigration--secondary i.t__none,
.theme__immigration--secondary i.theme__none,
.t__imm--sec i.t__none,
.t__imm--sec i.theme__none {
  color: #4a4a4a;
}
.theme__immigration--secondary a.border__none,
.theme__immigration--secondary a.b__none,
.t__imm--sec a.border__none,
.t__imm--sec a.b__none {
  border: 0;
}
.theme__immigration--secondary a:hover h1.t__none,
.theme__immigration--secondary a:hover h1.theme__none,
.theme__immigration--secondary a:hover h2.t__none,
.theme__immigration--secondary a:hover h2.theme__none,
.theme__immigration--secondary a:hover h3.t__none,
.theme__immigration--secondary a:hover h3.theme__none,
.theme__immigration--secondary a:hover h4.t__none,
.theme__immigration--secondary a:hover h4.theme__none,
.t__imm--sec a:hover h1.t__none,
.t__imm--sec a:hover h1.theme__none,
.t__imm--sec a:hover h2.t__none,
.t__imm--sec a:hover h2.theme__none,
.t__imm--sec a:hover h3.t__none,
.t__imm--sec a:hover h3.theme__none,
.t__imm--sec a:hover h4.t__none,
.t__imm--sec a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__immigration--secondary a:hover h1.t__none--w-hov,
.theme__immigration--secondary a:hover h1.theme__none--with-hover,
.theme__immigration--secondary a:hover h2.t__none--w-hov,
.theme__immigration--secondary a:hover h2.theme__none--with-hover,
.theme__immigration--secondary a:hover h3.t__none--w-hov,
.theme__immigration--secondary a:hover h3.theme__none--with-hover,
.theme__immigration--secondary a:hover h4.t__none--w-hov,
.theme__immigration--secondary a:hover h4.theme__none--with-hover,
.t__imm--sec a:hover h1.t__none--w-hov,
.t__imm--sec a:hover h1.theme__none--with-hover,
.t__imm--sec a:hover h2.t__none--w-hov,
.t__imm--sec a:hover h2.theme__none--with-hover,
.t__imm--sec a:hover h3.t__none--w-hov,
.t__imm--sec a:hover h3.theme__none--with-hover,
.t__imm--sec a:hover h4.t__none--w-hov,
.t__imm--sec a:hover h4.theme__none--with-hover {
  color: #DE5000;
}

.theme__immigration--pastel h1, .theme__immigration--pastel h2, .theme__immigration--pastel h3, .theme__immigration--pastel h4, .theme__immigration--pastel h5, .theme__immigration--pastel h6,
.t__imm--pas h1,
.t__imm--pas h2,
.t__imm--pas h3,
.t__imm--pas h4,
.t__imm--pas h5,
.t__imm--pas h6 {
  color: rgba(222, 80, 0, 0.1);
}
.theme__immigration--pastel a,
.t__imm--pas a {
  color: #4a4a4a;
  border-color: rgba(222, 80, 0, 0.1);
  text-decoration: none;
}
.theme__immigration--pastel a:hover,
.t__imm--pas a:hover {
  color: rgba(222, 80, 0, 0.1);
}
.theme__immigration--pastel a:hover h1, .theme__immigration--pastel a:hover h2, .theme__immigration--pastel a:hover h3, .theme__immigration--pastel a:hover h4, .theme__immigration--pastel a:hover h5, .theme__immigration--pastel a:hover h6,
.t__imm--pas a:hover h1,
.t__imm--pas a:hover h2,
.t__imm--pas a:hover h3,
.t__imm--pas a:hover h4,
.t__imm--pas a:hover h5,
.t__imm--pas a:hover h6 {
  color: rgba(222, 80, 0, 0.1);
}
.theme__immigration--pastel a div,
.t__imm--pas a div {
  border-color: rgba(222, 80, 0, 0.1) !important;
}
.theme__immigration--pastel input,
.t__imm--pas input {
  border-color: rgba(222, 80, 0, 0.1);
}
.theme__immigration--pastel p,
.t__imm--pas p {
  color: #4a4a4a;
}
.theme__immigration--pastel .button,
.theme__immigration--pastel .btn,
.theme__immigration--pastel .btn__pill, .theme__immigration--pastel.button, .theme__immigration--pastel.btn, .theme__immigration--pastel.btn__pill,
.t__imm--pas .button,
.t__imm--pas .btn,
.t__imm--pas .btn__pill,
.t__imm--pas.button,
.t__imm--pas.btn,
.t__imm--pas.btn__pill {
  border-color: rgba(222, 80, 0, 0.1);
}
@media (hover: hover) {
  .theme__immigration--pastel .button:hover,
  .theme__immigration--pastel .btn:hover,
  .theme__immigration--pastel .btn__pill:hover, .theme__immigration--pastel.button:hover, .theme__immigration--pastel.btn:hover, .theme__immigration--pastel.btn__pill:hover,
  .t__imm--pas .button:hover,
  .t__imm--pas .btn:hover,
  .t__imm--pas .btn__pill:hover,
  .t__imm--pas.button:hover,
  .t__imm--pas.btn:hover,
  .t__imm--pas.btn__pill:hover {
    color: #ffffff;
    background: rgba(222, 80, 0, 0.1);
  }
  .theme__immigration--pastel .button:hover i,
  .theme__immigration--pastel .btn:hover i,
  .theme__immigration--pastel .btn__pill:hover i, .theme__immigration--pastel.button:hover i, .theme__immigration--pastel.btn:hover i, .theme__immigration--pastel.btn__pill:hover i,
  .t__imm--pas .button:hover i,
  .t__imm--pas .btn:hover i,
  .t__imm--pas .btn__pill:hover i,
  .t__imm--pas.button:hover i,
  .t__imm--pas.btn:hover i,
  .t__imm--pas.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__immigration--pastel .button__invert,
.theme__immigration--pastel .btn__invert,
.theme__immigration--pastel .btn__pill__invert, .theme__immigration--pastel.button__invert, .theme__immigration--pastel.btn__invert, .theme__immigration--pastel.btn__pill__invert,
.t__imm--pas .button__invert,
.t__imm--pas .btn__invert,
.t__imm--pas .btn__pill__invert,
.t__imm--pas.button__invert,
.t__imm--pas.btn__invert,
.t__imm--pas.btn__pill__invert {
  background-color: rgba(222, 80, 0, 0.1);
  color: #ffffff;
}
.theme__immigration--pastel .button__invert h4,
.theme__immigration--pastel .btn__invert h4,
.theme__immigration--pastel .btn__pill__invert h4, .theme__immigration--pastel.button__invert h4, .theme__immigration--pastel.btn__invert h4, .theme__immigration--pastel.btn__pill__invert h4,
.t__imm--pas .button__invert h4,
.t__imm--pas .btn__invert h4,
.t__imm--pas .btn__pill__invert h4,
.t__imm--pas.button__invert h4,
.t__imm--pas.btn__invert h4,
.t__imm--pas.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__immigration--pastel .button__invert:hover,
.theme__immigration--pastel .btn__invert:hover,
.theme__immigration--pastel .btn__pill__invert:hover, .theme__immigration--pastel.button__invert:hover, .theme__immigration--pastel.btn__invert:hover, .theme__immigration--pastel.btn__pill__invert:hover,
.t__imm--pas .button__invert:hover,
.t__imm--pas .btn__invert:hover,
.t__imm--pas .btn__pill__invert:hover,
.t__imm--pas.button__invert:hover,
.t__imm--pas.btn__invert:hover,
.t__imm--pas.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__immigration--pastel .button__invert:hover h4,
.theme__immigration--pastel .btn__invert:hover h4,
.theme__immigration--pastel .btn__pill__invert:hover h4, .theme__immigration--pastel.button__invert:hover h4, .theme__immigration--pastel.btn__invert:hover h4, .theme__immigration--pastel.btn__pill__invert:hover h4,
.t__imm--pas .button__invert:hover h4,
.t__imm--pas .btn__invert:hover h4,
.t__imm--pas .btn__pill__invert:hover h4,
.t__imm--pas.button__invert:hover h4,
.t__imm--pas.btn__invert:hover h4,
.t__imm--pas.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__immigration--pastel .button__invert--hover:hover,
.theme__immigration--pastel .btn__invert--hover:hover,
.theme__immigration--pastel .btn__pill__invert--hover:hover, .theme__immigration--pastel.button__invert--hover:hover, .theme__immigration--pastel.btn__invert--hover:hover, .theme__immigration--pastel.btn__pill__invert--hover:hover,
.t__imm--pas .button__invert--hover:hover,
.t__imm--pas .btn__invert--hover:hover,
.t__imm--pas .btn__pill__invert--hover:hover,
.t__imm--pas.button__invert--hover:hover,
.t__imm--pas.btn__invert--hover:hover,
.t__imm--pas.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__immigration--pastel .button__under,
.theme__immigration--pastel .btn__under,
.theme__immigration--pastel .btn__pill__under, .theme__immigration--pastel.button__under, .theme__immigration--pastel.btn__under, .theme__immigration--pastel.btn__pill__under,
.t__imm--pas .button__under,
.t__imm--pas .btn__under,
.t__imm--pas .btn__pill__under,
.t__imm--pas.button__under,
.t__imm--pas.btn__under,
.t__imm--pas.btn__pill__under {
  border-color: rgba(222, 80, 0, 0.1);
}
.theme__immigration--pastel .btn__large,
.t__imm--pas .btn__large {
  background-color: rgba(222, 80, 0, 0.1);
}
.theme__immigration--pastel .input__search,
.t__imm--pas .input__search {
  border-color: rgba(222, 80, 0, 0.1);
}
.theme__immigration--pastel .input__search i,
.t__imm--pas .input__search i {
  color: #4a4a4a;
}
.theme__immigration--pastel .input__search:hover i,
.t__imm--pas .input__search:hover i {
  color: rgba(222, 80, 0, 0.1);
}
.theme__immigration--pastel .component__foreground,
.t__imm--pas .component__foreground {
  color: #4a4a4a;
}
.theme__immigration--pastel.card,
.theme__immigration--pastel .card, .theme__immigration--pastel.card__with-image,
.theme__immigration--pastel .card__with-image,
.t__imm--pas.card,
.t__imm--pas .card,
.t__imm--pas.card__with-image,
.t__imm--pas .card__with-image {
  border-color: rgba(222, 80, 0, 0.1);
}
.theme__immigration--pastel.card__highlight,
.theme__immigration--pastel .card__highlight,
.theme__immigration--pastel .card__highlight--image,
.theme__immigration--pastel .card__highlight--final,
.t__imm--pas.card__highlight,
.t__imm--pas .card__highlight,
.t__imm--pas .card__highlight--image,
.t__imm--pas .card__highlight--final {
  background-color: rgba(222, 80, 0, 0.1);
  border-color: rgba(222, 80, 0, 0.1);
}
.theme__immigration--pastel.card__highlight--title,
.theme__immigration--pastel .card__highlight--title,
.theme__immigration--pastel .card__highlight--image,
.theme__immigration--pastel .card__highlight--final,
.t__imm--pas.card__highlight--title,
.t__imm--pas .card__highlight--title,
.t__imm--pas .card__highlight--image,
.t__imm--pas .card__highlight--final {
  color: #4a4a4a;
}
.theme__immigration--pastel .image-slider__selector--dot,
.t__imm--pas .image-slider__selector--dot {
  background-color: rgba(222, 80, 0, 0.1);
}
.theme__immigration--pastel .call-to-action__text h3,
.t__imm--pas .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__immigration--pastel .officer__block--title h5, .theme__immigration--pastel .officer__block--title h6,
.t__imm--pas .officer__block--title h5,
.t__imm--pas .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__immigration--pastel .block__statement--link,
.t__imm--pas .block__statement--link {
  color: #4a4a4a;
}
.theme__immigration--pastel .card__cutoff,
.t__imm--pas .card__cutoff {
  background: linear-gradient(rgba(222, 80, 0, 0.1), rgba(222, 80, 0, 0.1)), linear-gradient(white, white);
}
.theme__immigration--pastel .card__cutoff p,
.t__imm--pas .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__immigration--pastel .card__cutoff:hover,
  .t__imm--pas .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__immigration--pastel .card__cutoff:hover p,
  .t__imm--pas .card__cutoff:hover p {
    color: rgba(222, 80, 0, 0.1);
  }
  .theme__immigration--pastel .card__cutoff:hover .card__cutoff--link,
  .t__imm--pas .card__cutoff:hover .card__cutoff--link {
    color: rgba(222, 80, 0, 0.1);
  }
  .theme__immigration--pastel .card__cutoff:hover .card__cutoff--text,
  .t__imm--pas .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__immigration--pastel .card__cutoff:hover .card__cutoff--text p,
  .t__imm--pas .card__cutoff:hover .card__cutoff--text p {
    color: rgba(222, 80, 0, 0.1);
  }
  .theme__immigration--pastel .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__imm--pas .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: rgba(222, 80, 0, 0.1);
  }
}
.theme__immigration--pastel .card__cutoff--link,
.t__imm--pas .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__immigration--pastel .card__cutoff--link:hover,
  .t__imm--pas .card__cutoff--link:hover {
    color: rgba(222, 80, 0, 0.1);
  }
  .theme__immigration--pastel .card__cutoff--link:hover--link,
  .t__imm--pas .card__cutoff--link:hover--link {
    color: rgba(222, 80, 0, 0.1);
  }
}
.theme__immigration--pastel .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__imm--pas .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: rgba(222, 80, 0, 0.1);
}
.theme__immigration--pastel .dropdown__toggle--title,
.t__imm--pas .dropdown__toggle--title {
  color: rgba(222, 80, 0, 0.1);
}
.theme__immigration--pastel .dropdown__toggle--icon i,
.t__imm--pas .dropdown__toggle--icon i {
  color: rgba(222, 80, 0, 0.1);
}
.theme__immigration--pastel .large_timer__countdown--item_large,
.t__imm--pas .large_timer__countdown--item_large {
  background-color: rgba(222, 80, 0, 0.1);
}
.theme__immigration--pastel .large_timer__countdown--item_medium,
.t__imm--pas .large_timer__countdown--item_medium {
  background-color: rgba(222, 80, 0, 0.1);
}
.theme__immigration--pastel .large_timer__countdown--item_small,
.t__imm--pas .large_timer__countdown--item_small {
  background-color: rgba(222, 80, 0, 0.1);
}
.theme__immigration--pastel .modalcontent,
.t__imm--pas .modalcontent {
  border-color: rgba(222, 80, 0, 0.1);
}
.theme__immigration--pastel .transparent__header,
.t__imm--pas .transparent__header {
  background: rgba(222, 80, 0, 0.1);
}
.theme__immigration--pastel .breadcrumb__slashes,
.t__imm--pas .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__immigration--pastel .the-list,
.t__imm--pas .the-list {
  background-color: rgba(222, 80, 0, 0.1);
}
.theme__immigration--pastel .the-list option,
.t__imm--pas .the-list option {
  border-color: rgba(222, 80, 0, 0.1) !important;
}
.theme__immigration--pastel .es-list::-webkit-scrollbar-thumb,
.t__imm--pas .es-list::-webkit-scrollbar-thumb {
  background: rgba(222, 80, 0, 0.1);
}
.theme__immigration--pastel .es-visible,
.t__imm--pas .es-visible {
  border-color: rgba(222, 80, 0, 0.1) !important;
}
.theme__immigration--pastel .ot-open,
.theme__immigration--pastel .ot-closed,
.t__imm--pas .ot-open,
.t__imm--pas .ot-closed {
  color: rgba(222, 80, 0, 0.1);
}
.theme__immigration--pastel .colour__foreground,
.t__imm--pas .colour__foreground {
  color: rgba(222, 80, 0, 0.1);
}
.theme__immigration--pastel h1.t__none,
.theme__immigration--pastel h1.theme__none,
.theme__immigration--pastel h2.t__none,
.theme__immigration--pastel h2.theme__none,
.theme__immigration--pastel h3.t__none,
.theme__immigration--pastel h3.theme__none,
.theme__immigration--pastel h4.t__none,
.theme__immigration--pastel h4.theme__none,
.theme__immigration--pastel h1.t__none--w-hov,
.theme__immigration--pastel h1.theme__none--with-hover,
.theme__immigration--pastel h2.t__none--w-hov,
.theme__immigration--pastel h2.theme__none--with-hover,
.theme__immigration--pastel h3.t__none--w-hov,
.theme__immigration--pastel h3.theme__none--with-hover,
.theme__immigration--pastel h4.t__none--w-hov,
.theme__immigration--pastel h4.theme__none--with-hover,
.t__imm--pas h1.t__none,
.t__imm--pas h1.theme__none,
.t__imm--pas h2.t__none,
.t__imm--pas h2.theme__none,
.t__imm--pas h3.t__none,
.t__imm--pas h3.theme__none,
.t__imm--pas h4.t__none,
.t__imm--pas h4.theme__none,
.t__imm--pas h1.t__none--w-hov,
.t__imm--pas h1.theme__none--with-hover,
.t__imm--pas h2.t__none--w-hov,
.t__imm--pas h2.theme__none--with-hover,
.t__imm--pas h3.t__none--w-hov,
.t__imm--pas h3.theme__none--with-hover,
.t__imm--pas h4.t__none--w-hov,
.t__imm--pas h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__immigration--pastel span.t__none,
.theme__immigration--pastel span.theme__none,
.t__imm--pas span.t__none,
.t__imm--pas span.theme__none {
  color: #4a4a4a;
}
.theme__immigration--pastel i.t__none,
.theme__immigration--pastel i.theme__none,
.t__imm--pas i.t__none,
.t__imm--pas i.theme__none {
  color: #4a4a4a;
}
.theme__immigration--pastel a.border__none,
.theme__immigration--pastel a.b__none,
.t__imm--pas a.border__none,
.t__imm--pas a.b__none {
  border: 0;
}
.theme__immigration--pastel a:hover h1.t__none,
.theme__immigration--pastel a:hover h1.theme__none,
.theme__immigration--pastel a:hover h2.t__none,
.theme__immigration--pastel a:hover h2.theme__none,
.theme__immigration--pastel a:hover h3.t__none,
.theme__immigration--pastel a:hover h3.theme__none,
.theme__immigration--pastel a:hover h4.t__none,
.theme__immigration--pastel a:hover h4.theme__none,
.t__imm--pas a:hover h1.t__none,
.t__imm--pas a:hover h1.theme__none,
.t__imm--pas a:hover h2.t__none,
.t__imm--pas a:hover h2.theme__none,
.t__imm--pas a:hover h3.t__none,
.t__imm--pas a:hover h3.theme__none,
.t__imm--pas a:hover h4.t__none,
.t__imm--pas a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__immigration--pastel a:hover h1.t__none--w-hov,
.theme__immigration--pastel a:hover h1.theme__none--with-hover,
.theme__immigration--pastel a:hover h2.t__none--w-hov,
.theme__immigration--pastel a:hover h2.theme__none--with-hover,
.theme__immigration--pastel a:hover h3.t__none--w-hov,
.theme__immigration--pastel a:hover h3.theme__none--with-hover,
.theme__immigration--pastel a:hover h4.t__none--w-hov,
.theme__immigration--pastel a:hover h4.theme__none--with-hover,
.t__imm--pas a:hover h1.t__none--w-hov,
.t__imm--pas a:hover h1.theme__none--with-hover,
.t__imm--pas a:hover h2.t__none--w-hov,
.t__imm--pas a:hover h2.theme__none--with-hover,
.t__imm--pas a:hover h3.t__none--w-hov,
.t__imm--pas a:hover h3.theme__none--with-hover,
.t__imm--pas a:hover h4.t__none--w-hov,
.t__imm--pas a:hover h4.theme__none--with-hover {
  color: rgba(222, 80, 0, 0.1);
}

.theme__immigration--background-primary,
.t__imm--bg-pri {
  background-color: #DE5000;
}

.theme__immigration--background-secondary,
.t__imm--bg-sec {
  background-color: #DE5000;
}

.theme__immigration--background-pastel,
.t__imm--bg-pas {
  background-color: rgba(222, 80, 0, 0.1);
}

.theme__housing--primary h1, .theme__housing--primary h2, .theme__housing--primary h3, .theme__housing--primary h4, .theme__housing--primary h5, .theme__housing--primary h6,
.t__hou--pri h1,
.t__hou--pri h2,
.t__hou--pri h3,
.t__hou--pri h4,
.t__hou--pri h5,
.t__hou--pri h6 {
  color: #80BA04;
}
.theme__housing--primary a,
.t__hou--pri a {
  color: #4a4a4a;
  border-color: #80BA04;
  text-decoration: none;
}
.theme__housing--primary a:hover,
.t__hou--pri a:hover {
  color: #80BA04;
}
.theme__housing--primary a:hover h1, .theme__housing--primary a:hover h2, .theme__housing--primary a:hover h3, .theme__housing--primary a:hover h4, .theme__housing--primary a:hover h5, .theme__housing--primary a:hover h6,
.t__hou--pri a:hover h1,
.t__hou--pri a:hover h2,
.t__hou--pri a:hover h3,
.t__hou--pri a:hover h4,
.t__hou--pri a:hover h5,
.t__hou--pri a:hover h6 {
  color: #80BA04;
}
.theme__housing--primary a div,
.t__hou--pri a div {
  border-color: #80BA04 !important;
}
.theme__housing--primary input,
.t__hou--pri input {
  border-color: #80BA04;
}
.theme__housing--primary p,
.t__hou--pri p {
  color: #4a4a4a;
}
.theme__housing--primary .button,
.theme__housing--primary .btn,
.theme__housing--primary .btn__pill, .theme__housing--primary.button, .theme__housing--primary.btn, .theme__housing--primary.btn__pill,
.t__hou--pri .button,
.t__hou--pri .btn,
.t__hou--pri .btn__pill,
.t__hou--pri.button,
.t__hou--pri.btn,
.t__hou--pri.btn__pill {
  border-color: #80BA04;
}
@media (hover: hover) {
  .theme__housing--primary .button:hover,
  .theme__housing--primary .btn:hover,
  .theme__housing--primary .btn__pill:hover, .theme__housing--primary.button:hover, .theme__housing--primary.btn:hover, .theme__housing--primary.btn__pill:hover,
  .t__hou--pri .button:hover,
  .t__hou--pri .btn:hover,
  .t__hou--pri .btn__pill:hover,
  .t__hou--pri.button:hover,
  .t__hou--pri.btn:hover,
  .t__hou--pri.btn__pill:hover {
    color: #ffffff;
    background: #80BA04;
  }
  .theme__housing--primary .button:hover i,
  .theme__housing--primary .btn:hover i,
  .theme__housing--primary .btn__pill:hover i, .theme__housing--primary.button:hover i, .theme__housing--primary.btn:hover i, .theme__housing--primary.btn__pill:hover i,
  .t__hou--pri .button:hover i,
  .t__hou--pri .btn:hover i,
  .t__hou--pri .btn__pill:hover i,
  .t__hou--pri.button:hover i,
  .t__hou--pri.btn:hover i,
  .t__hou--pri.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__housing--primary .button__invert,
.theme__housing--primary .btn__invert,
.theme__housing--primary .btn__pill__invert, .theme__housing--primary.button__invert, .theme__housing--primary.btn__invert, .theme__housing--primary.btn__pill__invert,
.t__hou--pri .button__invert,
.t__hou--pri .btn__invert,
.t__hou--pri .btn__pill__invert,
.t__hou--pri.button__invert,
.t__hou--pri.btn__invert,
.t__hou--pri.btn__pill__invert {
  background-color: #80BA04;
  color: #ffffff;
}
.theme__housing--primary .button__invert h4,
.theme__housing--primary .btn__invert h4,
.theme__housing--primary .btn__pill__invert h4, .theme__housing--primary.button__invert h4, .theme__housing--primary.btn__invert h4, .theme__housing--primary.btn__pill__invert h4,
.t__hou--pri .button__invert h4,
.t__hou--pri .btn__invert h4,
.t__hou--pri .btn__pill__invert h4,
.t__hou--pri.button__invert h4,
.t__hou--pri.btn__invert h4,
.t__hou--pri.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__housing--primary .button__invert:hover,
.theme__housing--primary .btn__invert:hover,
.theme__housing--primary .btn__pill__invert:hover, .theme__housing--primary.button__invert:hover, .theme__housing--primary.btn__invert:hover, .theme__housing--primary.btn__pill__invert:hover,
.t__hou--pri .button__invert:hover,
.t__hou--pri .btn__invert:hover,
.t__hou--pri .btn__pill__invert:hover,
.t__hou--pri.button__invert:hover,
.t__hou--pri.btn__invert:hover,
.t__hou--pri.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__housing--primary .button__invert:hover h4,
.theme__housing--primary .btn__invert:hover h4,
.theme__housing--primary .btn__pill__invert:hover h4, .theme__housing--primary.button__invert:hover h4, .theme__housing--primary.btn__invert:hover h4, .theme__housing--primary.btn__pill__invert:hover h4,
.t__hou--pri .button__invert:hover h4,
.t__hou--pri .btn__invert:hover h4,
.t__hou--pri .btn__pill__invert:hover h4,
.t__hou--pri.button__invert:hover h4,
.t__hou--pri.btn__invert:hover h4,
.t__hou--pri.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__housing--primary .button__invert--hover:hover,
.theme__housing--primary .btn__invert--hover:hover,
.theme__housing--primary .btn__pill__invert--hover:hover, .theme__housing--primary.button__invert--hover:hover, .theme__housing--primary.btn__invert--hover:hover, .theme__housing--primary.btn__pill__invert--hover:hover,
.t__hou--pri .button__invert--hover:hover,
.t__hou--pri .btn__invert--hover:hover,
.t__hou--pri .btn__pill__invert--hover:hover,
.t__hou--pri.button__invert--hover:hover,
.t__hou--pri.btn__invert--hover:hover,
.t__hou--pri.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__housing--primary .button__under,
.theme__housing--primary .btn__under,
.theme__housing--primary .btn__pill__under, .theme__housing--primary.button__under, .theme__housing--primary.btn__under, .theme__housing--primary.btn__pill__under,
.t__hou--pri .button__under,
.t__hou--pri .btn__under,
.t__hou--pri .btn__pill__under,
.t__hou--pri.button__under,
.t__hou--pri.btn__under,
.t__hou--pri.btn__pill__under {
  border-color: #80BA04;
}
.theme__housing--primary .btn__large,
.t__hou--pri .btn__large {
  background-color: #80BA04;
}
.theme__housing--primary .input__search,
.t__hou--pri .input__search {
  border-color: #80BA04;
}
.theme__housing--primary .input__search i,
.t__hou--pri .input__search i {
  color: #4a4a4a;
}
.theme__housing--primary .input__search:hover i,
.t__hou--pri .input__search:hover i {
  color: #80BA04;
}
.theme__housing--primary .component__foreground,
.t__hou--pri .component__foreground {
  color: #4a4a4a;
}
.theme__housing--primary.card,
.theme__housing--primary .card, .theme__housing--primary.card__with-image,
.theme__housing--primary .card__with-image,
.t__hou--pri.card,
.t__hou--pri .card,
.t__hou--pri.card__with-image,
.t__hou--pri .card__with-image {
  border-color: #80BA04;
}
.theme__housing--primary.card__highlight,
.theme__housing--primary .card__highlight,
.theme__housing--primary .card__highlight--image,
.theme__housing--primary .card__highlight--final,
.t__hou--pri.card__highlight,
.t__hou--pri .card__highlight,
.t__hou--pri .card__highlight--image,
.t__hou--pri .card__highlight--final {
  background-color: #80BA04;
  border-color: #80BA04;
}
.theme__housing--primary.card__highlight--title,
.theme__housing--primary .card__highlight--title,
.theme__housing--primary .card__highlight--image,
.theme__housing--primary .card__highlight--final,
.t__hou--pri.card__highlight--title,
.t__hou--pri .card__highlight--title,
.t__hou--pri .card__highlight--image,
.t__hou--pri .card__highlight--final {
  color: #4a4a4a;
}
.theme__housing--primary .image-slider__selector--dot,
.t__hou--pri .image-slider__selector--dot {
  background-color: #80BA04;
}
.theme__housing--primary .call-to-action__text h3,
.t__hou--pri .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__housing--primary .officer__block--title h5, .theme__housing--primary .officer__block--title h6,
.t__hou--pri .officer__block--title h5,
.t__hou--pri .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__housing--primary .block__statement--link,
.t__hou--pri .block__statement--link {
  color: #4a4a4a;
}
.theme__housing--primary .card__cutoff,
.t__hou--pri .card__cutoff {
  background: linear-gradient(#80BA04, #80BA04), linear-gradient(white, white);
}
.theme__housing--primary .card__cutoff p,
.t__hou--pri .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__housing--primary .card__cutoff:hover,
  .t__hou--pri .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__housing--primary .card__cutoff:hover p,
  .t__hou--pri .card__cutoff:hover p {
    color: #80BA04;
  }
  .theme__housing--primary .card__cutoff:hover .card__cutoff--link,
  .t__hou--pri .card__cutoff:hover .card__cutoff--link {
    color: #80BA04;
  }
  .theme__housing--primary .card__cutoff:hover .card__cutoff--text,
  .t__hou--pri .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__housing--primary .card__cutoff:hover .card__cutoff--text p,
  .t__hou--pri .card__cutoff:hover .card__cutoff--text p {
    color: #80BA04;
  }
  .theme__housing--primary .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__hou--pri .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: #80BA04;
  }
}
.theme__housing--primary .card__cutoff--link,
.t__hou--pri .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__housing--primary .card__cutoff--link:hover,
  .t__hou--pri .card__cutoff--link:hover {
    color: #80BA04;
  }
  .theme__housing--primary .card__cutoff--link:hover--link,
  .t__hou--pri .card__cutoff--link:hover--link {
    color: #80BA04;
  }
}
.theme__housing--primary .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__hou--pri .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: #80BA04;
}
.theme__housing--primary .dropdown__toggle--title,
.t__hou--pri .dropdown__toggle--title {
  color: #80BA04;
}
.theme__housing--primary .dropdown__toggle--icon i,
.t__hou--pri .dropdown__toggle--icon i {
  color: #80BA04;
}
.theme__housing--primary .large_timer__countdown--item_large,
.t__hou--pri .large_timer__countdown--item_large {
  background-color: #80BA04;
}
.theme__housing--primary .large_timer__countdown--item_medium,
.t__hou--pri .large_timer__countdown--item_medium {
  background-color: #80BA04;
}
.theme__housing--primary .large_timer__countdown--item_small,
.t__hou--pri .large_timer__countdown--item_small {
  background-color: #80BA04;
}
.theme__housing--primary .modalcontent,
.t__hou--pri .modalcontent {
  border-color: #80BA04;
}
.theme__housing--primary .transparent__header,
.t__hou--pri .transparent__header {
  background: #80BA04;
}
.theme__housing--primary .breadcrumb__slashes,
.t__hou--pri .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__housing--primary .the-list,
.t__hou--pri .the-list {
  background-color: #80BA04;
}
.theme__housing--primary .the-list option,
.t__hou--pri .the-list option {
  border-color: #80BA04 !important;
}
.theme__housing--primary .es-list::-webkit-scrollbar-thumb,
.t__hou--pri .es-list::-webkit-scrollbar-thumb {
  background: #80BA04;
}
.theme__housing--primary .es-visible,
.t__hou--pri .es-visible {
  border-color: #80BA04 !important;
}
.theme__housing--primary .ot-open,
.theme__housing--primary .ot-closed,
.t__hou--pri .ot-open,
.t__hou--pri .ot-closed {
  color: #80BA04;
}
.theme__housing--primary .colour__foreground,
.t__hou--pri .colour__foreground {
  color: #80BA04;
}
.theme__housing--primary h1.t__none,
.theme__housing--primary h1.theme__none,
.theme__housing--primary h2.t__none,
.theme__housing--primary h2.theme__none,
.theme__housing--primary h3.t__none,
.theme__housing--primary h3.theme__none,
.theme__housing--primary h4.t__none,
.theme__housing--primary h4.theme__none,
.theme__housing--primary h1.t__none--w-hov,
.theme__housing--primary h1.theme__none--with-hover,
.theme__housing--primary h2.t__none--w-hov,
.theme__housing--primary h2.theme__none--with-hover,
.theme__housing--primary h3.t__none--w-hov,
.theme__housing--primary h3.theme__none--with-hover,
.theme__housing--primary h4.t__none--w-hov,
.theme__housing--primary h4.theme__none--with-hover,
.t__hou--pri h1.t__none,
.t__hou--pri h1.theme__none,
.t__hou--pri h2.t__none,
.t__hou--pri h2.theme__none,
.t__hou--pri h3.t__none,
.t__hou--pri h3.theme__none,
.t__hou--pri h4.t__none,
.t__hou--pri h4.theme__none,
.t__hou--pri h1.t__none--w-hov,
.t__hou--pri h1.theme__none--with-hover,
.t__hou--pri h2.t__none--w-hov,
.t__hou--pri h2.theme__none--with-hover,
.t__hou--pri h3.t__none--w-hov,
.t__hou--pri h3.theme__none--with-hover,
.t__hou--pri h4.t__none--w-hov,
.t__hou--pri h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__housing--primary span.t__none,
.theme__housing--primary span.theme__none,
.t__hou--pri span.t__none,
.t__hou--pri span.theme__none {
  color: #4a4a4a;
}
.theme__housing--primary i.t__none,
.theme__housing--primary i.theme__none,
.t__hou--pri i.t__none,
.t__hou--pri i.theme__none {
  color: #4a4a4a;
}
.theme__housing--primary a.border__none,
.theme__housing--primary a.b__none,
.t__hou--pri a.border__none,
.t__hou--pri a.b__none {
  border: 0;
}
.theme__housing--primary a:hover h1.t__none,
.theme__housing--primary a:hover h1.theme__none,
.theme__housing--primary a:hover h2.t__none,
.theme__housing--primary a:hover h2.theme__none,
.theme__housing--primary a:hover h3.t__none,
.theme__housing--primary a:hover h3.theme__none,
.theme__housing--primary a:hover h4.t__none,
.theme__housing--primary a:hover h4.theme__none,
.t__hou--pri a:hover h1.t__none,
.t__hou--pri a:hover h1.theme__none,
.t__hou--pri a:hover h2.t__none,
.t__hou--pri a:hover h2.theme__none,
.t__hou--pri a:hover h3.t__none,
.t__hou--pri a:hover h3.theme__none,
.t__hou--pri a:hover h4.t__none,
.t__hou--pri a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__housing--primary a:hover h1.t__none--w-hov,
.theme__housing--primary a:hover h1.theme__none--with-hover,
.theme__housing--primary a:hover h2.t__none--w-hov,
.theme__housing--primary a:hover h2.theme__none--with-hover,
.theme__housing--primary a:hover h3.t__none--w-hov,
.theme__housing--primary a:hover h3.theme__none--with-hover,
.theme__housing--primary a:hover h4.t__none--w-hov,
.theme__housing--primary a:hover h4.theme__none--with-hover,
.t__hou--pri a:hover h1.t__none--w-hov,
.t__hou--pri a:hover h1.theme__none--with-hover,
.t__hou--pri a:hover h2.t__none--w-hov,
.t__hou--pri a:hover h2.theme__none--with-hover,
.t__hou--pri a:hover h3.t__none--w-hov,
.t__hou--pri a:hover h3.theme__none--with-hover,
.t__hou--pri a:hover h4.t__none--w-hov,
.t__hou--pri a:hover h4.theme__none--with-hover {
  color: #80BA04;
}
.theme__housing--primary .dotted__line--small, .theme__housing--primary .dotted__line--medium, .theme__housing--primary .dotted__line--large, .theme__housing--primary .dotted__line--x-large, .theme__housing--primary .dotted__line--huge,
.t__hou--pri .dotted__line--small,
.t__hou--pri .dotted__line--medium,
.t__hou--pri .dotted__line--large,
.t__hou--pri .dotted__line--x-large,
.t__hou--pri .dotted__line--huge {
  border-image-source: url("https://3fe71bd229cff1409de4-918c4a94592cd7fa431dd71bf51b646a.ssl.cf3.rackcdn.com/dotted_def-hou.png");
}
.theme__housing--primary::-webkit-scrollbar-thumb,
.t__hou--pri::-webkit-scrollbar-thumb {
  background: #80BA04;
}

.theme__housing--secondary h1, .theme__housing--secondary h2, .theme__housing--secondary h3, .theme__housing--secondary h4, .theme__housing--secondary h5, .theme__housing--secondary h6,
.t__hou--sec h1,
.t__hou--sec h2,
.t__hou--sec h3,
.t__hou--sec h4,
.t__hou--sec h5,
.t__hou--sec h6 {
  color: #80BA04;
}
.theme__housing--secondary a,
.t__hou--sec a {
  color: #4a4a4a;
  border-color: #80BA04;
  text-decoration: none;
}
.theme__housing--secondary a:hover,
.t__hou--sec a:hover {
  color: #80BA04;
}
.theme__housing--secondary a:hover h1, .theme__housing--secondary a:hover h2, .theme__housing--secondary a:hover h3, .theme__housing--secondary a:hover h4, .theme__housing--secondary a:hover h5, .theme__housing--secondary a:hover h6,
.t__hou--sec a:hover h1,
.t__hou--sec a:hover h2,
.t__hou--sec a:hover h3,
.t__hou--sec a:hover h4,
.t__hou--sec a:hover h5,
.t__hou--sec a:hover h6 {
  color: #80BA04;
}
.theme__housing--secondary a div,
.t__hou--sec a div {
  border-color: #80BA04 !important;
}
.theme__housing--secondary input,
.t__hou--sec input {
  border-color: #80BA04;
}
.theme__housing--secondary p,
.t__hou--sec p {
  color: #4a4a4a;
}
.theme__housing--secondary .button,
.theme__housing--secondary .btn,
.theme__housing--secondary .btn__pill, .theme__housing--secondary.button, .theme__housing--secondary.btn, .theme__housing--secondary.btn__pill,
.t__hou--sec .button,
.t__hou--sec .btn,
.t__hou--sec .btn__pill,
.t__hou--sec.button,
.t__hou--sec.btn,
.t__hou--sec.btn__pill {
  border-color: #80BA04;
}
@media (hover: hover) {
  .theme__housing--secondary .button:hover,
  .theme__housing--secondary .btn:hover,
  .theme__housing--secondary .btn__pill:hover, .theme__housing--secondary.button:hover, .theme__housing--secondary.btn:hover, .theme__housing--secondary.btn__pill:hover,
  .t__hou--sec .button:hover,
  .t__hou--sec .btn:hover,
  .t__hou--sec .btn__pill:hover,
  .t__hou--sec.button:hover,
  .t__hou--sec.btn:hover,
  .t__hou--sec.btn__pill:hover {
    color: #ffffff;
    background: #80BA04;
  }
  .theme__housing--secondary .button:hover i,
  .theme__housing--secondary .btn:hover i,
  .theme__housing--secondary .btn__pill:hover i, .theme__housing--secondary.button:hover i, .theme__housing--secondary.btn:hover i, .theme__housing--secondary.btn__pill:hover i,
  .t__hou--sec .button:hover i,
  .t__hou--sec .btn:hover i,
  .t__hou--sec .btn__pill:hover i,
  .t__hou--sec.button:hover i,
  .t__hou--sec.btn:hover i,
  .t__hou--sec.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__housing--secondary .button__invert,
.theme__housing--secondary .btn__invert,
.theme__housing--secondary .btn__pill__invert, .theme__housing--secondary.button__invert, .theme__housing--secondary.btn__invert, .theme__housing--secondary.btn__pill__invert,
.t__hou--sec .button__invert,
.t__hou--sec .btn__invert,
.t__hou--sec .btn__pill__invert,
.t__hou--sec.button__invert,
.t__hou--sec.btn__invert,
.t__hou--sec.btn__pill__invert {
  background-color: #80BA04;
  color: #ffffff;
}
.theme__housing--secondary .button__invert h4,
.theme__housing--secondary .btn__invert h4,
.theme__housing--secondary .btn__pill__invert h4, .theme__housing--secondary.button__invert h4, .theme__housing--secondary.btn__invert h4, .theme__housing--secondary.btn__pill__invert h4,
.t__hou--sec .button__invert h4,
.t__hou--sec .btn__invert h4,
.t__hou--sec .btn__pill__invert h4,
.t__hou--sec.button__invert h4,
.t__hou--sec.btn__invert h4,
.t__hou--sec.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__housing--secondary .button__invert:hover,
.theme__housing--secondary .btn__invert:hover,
.theme__housing--secondary .btn__pill__invert:hover, .theme__housing--secondary.button__invert:hover, .theme__housing--secondary.btn__invert:hover, .theme__housing--secondary.btn__pill__invert:hover,
.t__hou--sec .button__invert:hover,
.t__hou--sec .btn__invert:hover,
.t__hou--sec .btn__pill__invert:hover,
.t__hou--sec.button__invert:hover,
.t__hou--sec.btn__invert:hover,
.t__hou--sec.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__housing--secondary .button__invert:hover h4,
.theme__housing--secondary .btn__invert:hover h4,
.theme__housing--secondary .btn__pill__invert:hover h4, .theme__housing--secondary.button__invert:hover h4, .theme__housing--secondary.btn__invert:hover h4, .theme__housing--secondary.btn__pill__invert:hover h4,
.t__hou--sec .button__invert:hover h4,
.t__hou--sec .btn__invert:hover h4,
.t__hou--sec .btn__pill__invert:hover h4,
.t__hou--sec.button__invert:hover h4,
.t__hou--sec.btn__invert:hover h4,
.t__hou--sec.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__housing--secondary .button__invert--hover:hover,
.theme__housing--secondary .btn__invert--hover:hover,
.theme__housing--secondary .btn__pill__invert--hover:hover, .theme__housing--secondary.button__invert--hover:hover, .theme__housing--secondary.btn__invert--hover:hover, .theme__housing--secondary.btn__pill__invert--hover:hover,
.t__hou--sec .button__invert--hover:hover,
.t__hou--sec .btn__invert--hover:hover,
.t__hou--sec .btn__pill__invert--hover:hover,
.t__hou--sec.button__invert--hover:hover,
.t__hou--sec.btn__invert--hover:hover,
.t__hou--sec.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__housing--secondary .button__under,
.theme__housing--secondary .btn__under,
.theme__housing--secondary .btn__pill__under, .theme__housing--secondary.button__under, .theme__housing--secondary.btn__under, .theme__housing--secondary.btn__pill__under,
.t__hou--sec .button__under,
.t__hou--sec .btn__under,
.t__hou--sec .btn__pill__under,
.t__hou--sec.button__under,
.t__hou--sec.btn__under,
.t__hou--sec.btn__pill__under {
  border-color: #80BA04;
}
.theme__housing--secondary .btn__large,
.t__hou--sec .btn__large {
  background-color: #80BA04;
}
.theme__housing--secondary .input__search,
.t__hou--sec .input__search {
  border-color: #80BA04;
}
.theme__housing--secondary .input__search i,
.t__hou--sec .input__search i {
  color: #4a4a4a;
}
.theme__housing--secondary .input__search:hover i,
.t__hou--sec .input__search:hover i {
  color: #80BA04;
}
.theme__housing--secondary .component__foreground,
.t__hou--sec .component__foreground {
  color: #4a4a4a;
}
.theme__housing--secondary.card,
.theme__housing--secondary .card, .theme__housing--secondary.card__with-image,
.theme__housing--secondary .card__with-image,
.t__hou--sec.card,
.t__hou--sec .card,
.t__hou--sec.card__with-image,
.t__hou--sec .card__with-image {
  border-color: #80BA04;
}
.theme__housing--secondary.card__highlight,
.theme__housing--secondary .card__highlight,
.theme__housing--secondary .card__highlight--image,
.theme__housing--secondary .card__highlight--final,
.t__hou--sec.card__highlight,
.t__hou--sec .card__highlight,
.t__hou--sec .card__highlight--image,
.t__hou--sec .card__highlight--final {
  background-color: #80BA04;
  border-color: #80BA04;
}
.theme__housing--secondary.card__highlight--title,
.theme__housing--secondary .card__highlight--title,
.theme__housing--secondary .card__highlight--image,
.theme__housing--secondary .card__highlight--final,
.t__hou--sec.card__highlight--title,
.t__hou--sec .card__highlight--title,
.t__hou--sec .card__highlight--image,
.t__hou--sec .card__highlight--final {
  color: #4a4a4a;
}
.theme__housing--secondary .image-slider__selector--dot,
.t__hou--sec .image-slider__selector--dot {
  background-color: #80BA04;
}
.theme__housing--secondary .call-to-action__text h3,
.t__hou--sec .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__housing--secondary .officer__block--title h5, .theme__housing--secondary .officer__block--title h6,
.t__hou--sec .officer__block--title h5,
.t__hou--sec .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__housing--secondary .block__statement--link,
.t__hou--sec .block__statement--link {
  color: #4a4a4a;
}
.theme__housing--secondary .card__cutoff,
.t__hou--sec .card__cutoff {
  background: linear-gradient(#80BA04, #80BA04), linear-gradient(white, white);
}
.theme__housing--secondary .card__cutoff p,
.t__hou--sec .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__housing--secondary .card__cutoff:hover,
  .t__hou--sec .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__housing--secondary .card__cutoff:hover p,
  .t__hou--sec .card__cutoff:hover p {
    color: #80BA04;
  }
  .theme__housing--secondary .card__cutoff:hover .card__cutoff--link,
  .t__hou--sec .card__cutoff:hover .card__cutoff--link {
    color: #80BA04;
  }
  .theme__housing--secondary .card__cutoff:hover .card__cutoff--text,
  .t__hou--sec .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__housing--secondary .card__cutoff:hover .card__cutoff--text p,
  .t__hou--sec .card__cutoff:hover .card__cutoff--text p {
    color: #80BA04;
  }
  .theme__housing--secondary .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__hou--sec .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: #80BA04;
  }
}
.theme__housing--secondary .card__cutoff--link,
.t__hou--sec .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__housing--secondary .card__cutoff--link:hover,
  .t__hou--sec .card__cutoff--link:hover {
    color: #80BA04;
  }
  .theme__housing--secondary .card__cutoff--link:hover--link,
  .t__hou--sec .card__cutoff--link:hover--link {
    color: #80BA04;
  }
}
.theme__housing--secondary .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__hou--sec .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: #80BA04;
}
.theme__housing--secondary .dropdown__toggle--title,
.t__hou--sec .dropdown__toggle--title {
  color: #80BA04;
}
.theme__housing--secondary .dropdown__toggle--icon i,
.t__hou--sec .dropdown__toggle--icon i {
  color: #80BA04;
}
.theme__housing--secondary .large_timer__countdown--item_large,
.t__hou--sec .large_timer__countdown--item_large {
  background-color: #80BA04;
}
.theme__housing--secondary .large_timer__countdown--item_medium,
.t__hou--sec .large_timer__countdown--item_medium {
  background-color: #80BA04;
}
.theme__housing--secondary .large_timer__countdown--item_small,
.t__hou--sec .large_timer__countdown--item_small {
  background-color: #80BA04;
}
.theme__housing--secondary .modalcontent,
.t__hou--sec .modalcontent {
  border-color: #80BA04;
}
.theme__housing--secondary .transparent__header,
.t__hou--sec .transparent__header {
  background: #80BA04;
}
.theme__housing--secondary .breadcrumb__slashes,
.t__hou--sec .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__housing--secondary .the-list,
.t__hou--sec .the-list {
  background-color: #80BA04;
}
.theme__housing--secondary .the-list option,
.t__hou--sec .the-list option {
  border-color: #80BA04 !important;
}
.theme__housing--secondary .es-list::-webkit-scrollbar-thumb,
.t__hou--sec .es-list::-webkit-scrollbar-thumb {
  background: #80BA04;
}
.theme__housing--secondary .es-visible,
.t__hou--sec .es-visible {
  border-color: #80BA04 !important;
}
.theme__housing--secondary .ot-open,
.theme__housing--secondary .ot-closed,
.t__hou--sec .ot-open,
.t__hou--sec .ot-closed {
  color: #80BA04;
}
.theme__housing--secondary .colour__foreground,
.t__hou--sec .colour__foreground {
  color: #80BA04;
}
.theme__housing--secondary h1.t__none,
.theme__housing--secondary h1.theme__none,
.theme__housing--secondary h2.t__none,
.theme__housing--secondary h2.theme__none,
.theme__housing--secondary h3.t__none,
.theme__housing--secondary h3.theme__none,
.theme__housing--secondary h4.t__none,
.theme__housing--secondary h4.theme__none,
.theme__housing--secondary h1.t__none--w-hov,
.theme__housing--secondary h1.theme__none--with-hover,
.theme__housing--secondary h2.t__none--w-hov,
.theme__housing--secondary h2.theme__none--with-hover,
.theme__housing--secondary h3.t__none--w-hov,
.theme__housing--secondary h3.theme__none--with-hover,
.theme__housing--secondary h4.t__none--w-hov,
.theme__housing--secondary h4.theme__none--with-hover,
.t__hou--sec h1.t__none,
.t__hou--sec h1.theme__none,
.t__hou--sec h2.t__none,
.t__hou--sec h2.theme__none,
.t__hou--sec h3.t__none,
.t__hou--sec h3.theme__none,
.t__hou--sec h4.t__none,
.t__hou--sec h4.theme__none,
.t__hou--sec h1.t__none--w-hov,
.t__hou--sec h1.theme__none--with-hover,
.t__hou--sec h2.t__none--w-hov,
.t__hou--sec h2.theme__none--with-hover,
.t__hou--sec h3.t__none--w-hov,
.t__hou--sec h3.theme__none--with-hover,
.t__hou--sec h4.t__none--w-hov,
.t__hou--sec h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__housing--secondary span.t__none,
.theme__housing--secondary span.theme__none,
.t__hou--sec span.t__none,
.t__hou--sec span.theme__none {
  color: #4a4a4a;
}
.theme__housing--secondary i.t__none,
.theme__housing--secondary i.theme__none,
.t__hou--sec i.t__none,
.t__hou--sec i.theme__none {
  color: #4a4a4a;
}
.theme__housing--secondary a.border__none,
.theme__housing--secondary a.b__none,
.t__hou--sec a.border__none,
.t__hou--sec a.b__none {
  border: 0;
}
.theme__housing--secondary a:hover h1.t__none,
.theme__housing--secondary a:hover h1.theme__none,
.theme__housing--secondary a:hover h2.t__none,
.theme__housing--secondary a:hover h2.theme__none,
.theme__housing--secondary a:hover h3.t__none,
.theme__housing--secondary a:hover h3.theme__none,
.theme__housing--secondary a:hover h4.t__none,
.theme__housing--secondary a:hover h4.theme__none,
.t__hou--sec a:hover h1.t__none,
.t__hou--sec a:hover h1.theme__none,
.t__hou--sec a:hover h2.t__none,
.t__hou--sec a:hover h2.theme__none,
.t__hou--sec a:hover h3.t__none,
.t__hou--sec a:hover h3.theme__none,
.t__hou--sec a:hover h4.t__none,
.t__hou--sec a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__housing--secondary a:hover h1.t__none--w-hov,
.theme__housing--secondary a:hover h1.theme__none--with-hover,
.theme__housing--secondary a:hover h2.t__none--w-hov,
.theme__housing--secondary a:hover h2.theme__none--with-hover,
.theme__housing--secondary a:hover h3.t__none--w-hov,
.theme__housing--secondary a:hover h3.theme__none--with-hover,
.theme__housing--secondary a:hover h4.t__none--w-hov,
.theme__housing--secondary a:hover h4.theme__none--with-hover,
.t__hou--sec a:hover h1.t__none--w-hov,
.t__hou--sec a:hover h1.theme__none--with-hover,
.t__hou--sec a:hover h2.t__none--w-hov,
.t__hou--sec a:hover h2.theme__none--with-hover,
.t__hou--sec a:hover h3.t__none--w-hov,
.t__hou--sec a:hover h3.theme__none--with-hover,
.t__hou--sec a:hover h4.t__none--w-hov,
.t__hou--sec a:hover h4.theme__none--with-hover {
  color: #80BA04;
}

.theme__housing--pastel h1, .theme__housing--pastel h2, .theme__housing--pastel h3, .theme__housing--pastel h4, .theme__housing--pastel h5, .theme__housing--pastel h6,
.t__hou--pas h1,
.t__hou--pas h2,
.t__hou--pas h3,
.t__hou--pas h4,
.t__hou--pas h5,
.t__hou--pas h6 {
  color: rgba(128, 186, 4, 0.1);
}
.theme__housing--pastel a,
.t__hou--pas a {
  color: #4a4a4a;
  border-color: rgba(128, 186, 4, 0.1);
  text-decoration: none;
}
.theme__housing--pastel a:hover,
.t__hou--pas a:hover {
  color: rgba(128, 186, 4, 0.1);
}
.theme__housing--pastel a:hover h1, .theme__housing--pastel a:hover h2, .theme__housing--pastel a:hover h3, .theme__housing--pastel a:hover h4, .theme__housing--pastel a:hover h5, .theme__housing--pastel a:hover h6,
.t__hou--pas a:hover h1,
.t__hou--pas a:hover h2,
.t__hou--pas a:hover h3,
.t__hou--pas a:hover h4,
.t__hou--pas a:hover h5,
.t__hou--pas a:hover h6 {
  color: rgba(128, 186, 4, 0.1);
}
.theme__housing--pastel a div,
.t__hou--pas a div {
  border-color: rgba(128, 186, 4, 0.1) !important;
}
.theme__housing--pastel input,
.t__hou--pas input {
  border-color: rgba(128, 186, 4, 0.1);
}
.theme__housing--pastel p,
.t__hou--pas p {
  color: #4a4a4a;
}
.theme__housing--pastel .button,
.theme__housing--pastel .btn,
.theme__housing--pastel .btn__pill, .theme__housing--pastel.button, .theme__housing--pastel.btn, .theme__housing--pastel.btn__pill,
.t__hou--pas .button,
.t__hou--pas .btn,
.t__hou--pas .btn__pill,
.t__hou--pas.button,
.t__hou--pas.btn,
.t__hou--pas.btn__pill {
  border-color: rgba(128, 186, 4, 0.1);
}
@media (hover: hover) {
  .theme__housing--pastel .button:hover,
  .theme__housing--pastel .btn:hover,
  .theme__housing--pastel .btn__pill:hover, .theme__housing--pastel.button:hover, .theme__housing--pastel.btn:hover, .theme__housing--pastel.btn__pill:hover,
  .t__hou--pas .button:hover,
  .t__hou--pas .btn:hover,
  .t__hou--pas .btn__pill:hover,
  .t__hou--pas.button:hover,
  .t__hou--pas.btn:hover,
  .t__hou--pas.btn__pill:hover {
    color: #ffffff;
    background: rgba(128, 186, 4, 0.1);
  }
  .theme__housing--pastel .button:hover i,
  .theme__housing--pastel .btn:hover i,
  .theme__housing--pastel .btn__pill:hover i, .theme__housing--pastel.button:hover i, .theme__housing--pastel.btn:hover i, .theme__housing--pastel.btn__pill:hover i,
  .t__hou--pas .button:hover i,
  .t__hou--pas .btn:hover i,
  .t__hou--pas .btn__pill:hover i,
  .t__hou--pas.button:hover i,
  .t__hou--pas.btn:hover i,
  .t__hou--pas.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__housing--pastel .button__invert,
.theme__housing--pastel .btn__invert,
.theme__housing--pastel .btn__pill__invert, .theme__housing--pastel.button__invert, .theme__housing--pastel.btn__invert, .theme__housing--pastel.btn__pill__invert,
.t__hou--pas .button__invert,
.t__hou--pas .btn__invert,
.t__hou--pas .btn__pill__invert,
.t__hou--pas.button__invert,
.t__hou--pas.btn__invert,
.t__hou--pas.btn__pill__invert {
  background-color: rgba(128, 186, 4, 0.1);
  color: #ffffff;
}
.theme__housing--pastel .button__invert h4,
.theme__housing--pastel .btn__invert h4,
.theme__housing--pastel .btn__pill__invert h4, .theme__housing--pastel.button__invert h4, .theme__housing--pastel.btn__invert h4, .theme__housing--pastel.btn__pill__invert h4,
.t__hou--pas .button__invert h4,
.t__hou--pas .btn__invert h4,
.t__hou--pas .btn__pill__invert h4,
.t__hou--pas.button__invert h4,
.t__hou--pas.btn__invert h4,
.t__hou--pas.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__housing--pastel .button__invert:hover,
.theme__housing--pastel .btn__invert:hover,
.theme__housing--pastel .btn__pill__invert:hover, .theme__housing--pastel.button__invert:hover, .theme__housing--pastel.btn__invert:hover, .theme__housing--pastel.btn__pill__invert:hover,
.t__hou--pas .button__invert:hover,
.t__hou--pas .btn__invert:hover,
.t__hou--pas .btn__pill__invert:hover,
.t__hou--pas.button__invert:hover,
.t__hou--pas.btn__invert:hover,
.t__hou--pas.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__housing--pastel .button__invert:hover h4,
.theme__housing--pastel .btn__invert:hover h4,
.theme__housing--pastel .btn__pill__invert:hover h4, .theme__housing--pastel.button__invert:hover h4, .theme__housing--pastel.btn__invert:hover h4, .theme__housing--pastel.btn__pill__invert:hover h4,
.t__hou--pas .button__invert:hover h4,
.t__hou--pas .btn__invert:hover h4,
.t__hou--pas .btn__pill__invert:hover h4,
.t__hou--pas.button__invert:hover h4,
.t__hou--pas.btn__invert:hover h4,
.t__hou--pas.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__housing--pastel .button__invert--hover:hover,
.theme__housing--pastel .btn__invert--hover:hover,
.theme__housing--pastel .btn__pill__invert--hover:hover, .theme__housing--pastel.button__invert--hover:hover, .theme__housing--pastel.btn__invert--hover:hover, .theme__housing--pastel.btn__pill__invert--hover:hover,
.t__hou--pas .button__invert--hover:hover,
.t__hou--pas .btn__invert--hover:hover,
.t__hou--pas .btn__pill__invert--hover:hover,
.t__hou--pas.button__invert--hover:hover,
.t__hou--pas.btn__invert--hover:hover,
.t__hou--pas.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__housing--pastel .button__under,
.theme__housing--pastel .btn__under,
.theme__housing--pastel .btn__pill__under, .theme__housing--pastel.button__under, .theme__housing--pastel.btn__under, .theme__housing--pastel.btn__pill__under,
.t__hou--pas .button__under,
.t__hou--pas .btn__under,
.t__hou--pas .btn__pill__under,
.t__hou--pas.button__under,
.t__hou--pas.btn__under,
.t__hou--pas.btn__pill__under {
  border-color: rgba(128, 186, 4, 0.1);
}
.theme__housing--pastel .btn__large,
.t__hou--pas .btn__large {
  background-color: rgba(128, 186, 4, 0.1);
}
.theme__housing--pastel .input__search,
.t__hou--pas .input__search {
  border-color: rgba(128, 186, 4, 0.1);
}
.theme__housing--pastel .input__search i,
.t__hou--pas .input__search i {
  color: #4a4a4a;
}
.theme__housing--pastel .input__search:hover i,
.t__hou--pas .input__search:hover i {
  color: rgba(128, 186, 4, 0.1);
}
.theme__housing--pastel .component__foreground,
.t__hou--pas .component__foreground {
  color: #4a4a4a;
}
.theme__housing--pastel.card,
.theme__housing--pastel .card, .theme__housing--pastel.card__with-image,
.theme__housing--pastel .card__with-image,
.t__hou--pas.card,
.t__hou--pas .card,
.t__hou--pas.card__with-image,
.t__hou--pas .card__with-image {
  border-color: rgba(128, 186, 4, 0.1);
}
.theme__housing--pastel.card__highlight,
.theme__housing--pastel .card__highlight,
.theme__housing--pastel .card__highlight--image,
.theme__housing--pastel .card__highlight--final,
.t__hou--pas.card__highlight,
.t__hou--pas .card__highlight,
.t__hou--pas .card__highlight--image,
.t__hou--pas .card__highlight--final {
  background-color: rgba(128, 186, 4, 0.1);
  border-color: rgba(128, 186, 4, 0.1);
}
.theme__housing--pastel.card__highlight--title,
.theme__housing--pastel .card__highlight--title,
.theme__housing--pastel .card__highlight--image,
.theme__housing--pastel .card__highlight--final,
.t__hou--pas.card__highlight--title,
.t__hou--pas .card__highlight--title,
.t__hou--pas .card__highlight--image,
.t__hou--pas .card__highlight--final {
  color: #4a4a4a;
}
.theme__housing--pastel .image-slider__selector--dot,
.t__hou--pas .image-slider__selector--dot {
  background-color: rgba(128, 186, 4, 0.1);
}
.theme__housing--pastel .call-to-action__text h3,
.t__hou--pas .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__housing--pastel .officer__block--title h5, .theme__housing--pastel .officer__block--title h6,
.t__hou--pas .officer__block--title h5,
.t__hou--pas .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__housing--pastel .block__statement--link,
.t__hou--pas .block__statement--link {
  color: #4a4a4a;
}
.theme__housing--pastel .card__cutoff,
.t__hou--pas .card__cutoff {
  background: linear-gradient(rgba(128, 186, 4, 0.1), rgba(128, 186, 4, 0.1)), linear-gradient(white, white);
}
.theme__housing--pastel .card__cutoff p,
.t__hou--pas .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__housing--pastel .card__cutoff:hover,
  .t__hou--pas .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__housing--pastel .card__cutoff:hover p,
  .t__hou--pas .card__cutoff:hover p {
    color: rgba(128, 186, 4, 0.1);
  }
  .theme__housing--pastel .card__cutoff:hover .card__cutoff--link,
  .t__hou--pas .card__cutoff:hover .card__cutoff--link {
    color: rgba(128, 186, 4, 0.1);
  }
  .theme__housing--pastel .card__cutoff:hover .card__cutoff--text,
  .t__hou--pas .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__housing--pastel .card__cutoff:hover .card__cutoff--text p,
  .t__hou--pas .card__cutoff:hover .card__cutoff--text p {
    color: rgba(128, 186, 4, 0.1);
  }
  .theme__housing--pastel .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__hou--pas .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: rgba(128, 186, 4, 0.1);
  }
}
.theme__housing--pastel .card__cutoff--link,
.t__hou--pas .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__housing--pastel .card__cutoff--link:hover,
  .t__hou--pas .card__cutoff--link:hover {
    color: rgba(128, 186, 4, 0.1);
  }
  .theme__housing--pastel .card__cutoff--link:hover--link,
  .t__hou--pas .card__cutoff--link:hover--link {
    color: rgba(128, 186, 4, 0.1);
  }
}
.theme__housing--pastel .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__hou--pas .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: rgba(128, 186, 4, 0.1);
}
.theme__housing--pastel .dropdown__toggle--title,
.t__hou--pas .dropdown__toggle--title {
  color: rgba(128, 186, 4, 0.1);
}
.theme__housing--pastel .dropdown__toggle--icon i,
.t__hou--pas .dropdown__toggle--icon i {
  color: rgba(128, 186, 4, 0.1);
}
.theme__housing--pastel .large_timer__countdown--item_large,
.t__hou--pas .large_timer__countdown--item_large {
  background-color: rgba(128, 186, 4, 0.1);
}
.theme__housing--pastel .large_timer__countdown--item_medium,
.t__hou--pas .large_timer__countdown--item_medium {
  background-color: rgba(128, 186, 4, 0.1);
}
.theme__housing--pastel .large_timer__countdown--item_small,
.t__hou--pas .large_timer__countdown--item_small {
  background-color: rgba(128, 186, 4, 0.1);
}
.theme__housing--pastel .modalcontent,
.t__hou--pas .modalcontent {
  border-color: rgba(128, 186, 4, 0.1);
}
.theme__housing--pastel .transparent__header,
.t__hou--pas .transparent__header {
  background: rgba(128, 186, 4, 0.1);
}
.theme__housing--pastel .breadcrumb__slashes,
.t__hou--pas .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__housing--pastel .the-list,
.t__hou--pas .the-list {
  background-color: rgba(128, 186, 4, 0.1);
}
.theme__housing--pastel .the-list option,
.t__hou--pas .the-list option {
  border-color: rgba(128, 186, 4, 0.1) !important;
}
.theme__housing--pastel .es-list::-webkit-scrollbar-thumb,
.t__hou--pas .es-list::-webkit-scrollbar-thumb {
  background: rgba(128, 186, 4, 0.1);
}
.theme__housing--pastel .es-visible,
.t__hou--pas .es-visible {
  border-color: rgba(128, 186, 4, 0.1) !important;
}
.theme__housing--pastel .ot-open,
.theme__housing--pastel .ot-closed,
.t__hou--pas .ot-open,
.t__hou--pas .ot-closed {
  color: rgba(128, 186, 4, 0.1);
}
.theme__housing--pastel .colour__foreground,
.t__hou--pas .colour__foreground {
  color: rgba(128, 186, 4, 0.1);
}
.theme__housing--pastel h1.t__none,
.theme__housing--pastel h1.theme__none,
.theme__housing--pastel h2.t__none,
.theme__housing--pastel h2.theme__none,
.theme__housing--pastel h3.t__none,
.theme__housing--pastel h3.theme__none,
.theme__housing--pastel h4.t__none,
.theme__housing--pastel h4.theme__none,
.theme__housing--pastel h1.t__none--w-hov,
.theme__housing--pastel h1.theme__none--with-hover,
.theme__housing--pastel h2.t__none--w-hov,
.theme__housing--pastel h2.theme__none--with-hover,
.theme__housing--pastel h3.t__none--w-hov,
.theme__housing--pastel h3.theme__none--with-hover,
.theme__housing--pastel h4.t__none--w-hov,
.theme__housing--pastel h4.theme__none--with-hover,
.t__hou--pas h1.t__none,
.t__hou--pas h1.theme__none,
.t__hou--pas h2.t__none,
.t__hou--pas h2.theme__none,
.t__hou--pas h3.t__none,
.t__hou--pas h3.theme__none,
.t__hou--pas h4.t__none,
.t__hou--pas h4.theme__none,
.t__hou--pas h1.t__none--w-hov,
.t__hou--pas h1.theme__none--with-hover,
.t__hou--pas h2.t__none--w-hov,
.t__hou--pas h2.theme__none--with-hover,
.t__hou--pas h3.t__none--w-hov,
.t__hou--pas h3.theme__none--with-hover,
.t__hou--pas h4.t__none--w-hov,
.t__hou--pas h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__housing--pastel span.t__none,
.theme__housing--pastel span.theme__none,
.t__hou--pas span.t__none,
.t__hou--pas span.theme__none {
  color: #4a4a4a;
}
.theme__housing--pastel i.t__none,
.theme__housing--pastel i.theme__none,
.t__hou--pas i.t__none,
.t__hou--pas i.theme__none {
  color: #4a4a4a;
}
.theme__housing--pastel a.border__none,
.theme__housing--pastel a.b__none,
.t__hou--pas a.border__none,
.t__hou--pas a.b__none {
  border: 0;
}
.theme__housing--pastel a:hover h1.t__none,
.theme__housing--pastel a:hover h1.theme__none,
.theme__housing--pastel a:hover h2.t__none,
.theme__housing--pastel a:hover h2.theme__none,
.theme__housing--pastel a:hover h3.t__none,
.theme__housing--pastel a:hover h3.theme__none,
.theme__housing--pastel a:hover h4.t__none,
.theme__housing--pastel a:hover h4.theme__none,
.t__hou--pas a:hover h1.t__none,
.t__hou--pas a:hover h1.theme__none,
.t__hou--pas a:hover h2.t__none,
.t__hou--pas a:hover h2.theme__none,
.t__hou--pas a:hover h3.t__none,
.t__hou--pas a:hover h3.theme__none,
.t__hou--pas a:hover h4.t__none,
.t__hou--pas a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__housing--pastel a:hover h1.t__none--w-hov,
.theme__housing--pastel a:hover h1.theme__none--with-hover,
.theme__housing--pastel a:hover h2.t__none--w-hov,
.theme__housing--pastel a:hover h2.theme__none--with-hover,
.theme__housing--pastel a:hover h3.t__none--w-hov,
.theme__housing--pastel a:hover h3.theme__none--with-hover,
.theme__housing--pastel a:hover h4.t__none--w-hov,
.theme__housing--pastel a:hover h4.theme__none--with-hover,
.t__hou--pas a:hover h1.t__none--w-hov,
.t__hou--pas a:hover h1.theme__none--with-hover,
.t__hou--pas a:hover h2.t__none--w-hov,
.t__hou--pas a:hover h2.theme__none--with-hover,
.t__hou--pas a:hover h3.t__none--w-hov,
.t__hou--pas a:hover h3.theme__none--with-hover,
.t__hou--pas a:hover h4.t__none--w-hov,
.t__hou--pas a:hover h4.theme__none--with-hover {
  color: rgba(128, 186, 4, 0.1);
}

.theme__housing--background-primary,
.t__hou--bg-pri {
  background-color: #80BA04;
}

.theme__housing--background-secondary,
.t__hou--bg-sec {
  background-color: #80BA04;
}

.theme__housing--background-pastel,
.t__hou--bg-pas {
  background-color: rgba(128, 186, 4, 0.1);
}

.theme__pto--primary h1, .theme__pto--primary h2, .theme__pto--primary h3, .theme__pto--primary h4, .theme__pto--primary h5, .theme__pto--primary h6,
.t__pto--pri h1,
.t__pto--pri h2,
.t__pto--pri h3,
.t__pto--pri h4,
.t__pto--pri h5,
.t__pto--pri h6 {
  color: #F05556;
}
.theme__pto--primary a,
.t__pto--pri a {
  color: #4a4a4a;
  border-color: #F05556;
  text-decoration: none;
}
.theme__pto--primary a:hover,
.t__pto--pri a:hover {
  color: #F05556;
}
.theme__pto--primary a:hover h1, .theme__pto--primary a:hover h2, .theme__pto--primary a:hover h3, .theme__pto--primary a:hover h4, .theme__pto--primary a:hover h5, .theme__pto--primary a:hover h6,
.t__pto--pri a:hover h1,
.t__pto--pri a:hover h2,
.t__pto--pri a:hover h3,
.t__pto--pri a:hover h4,
.t__pto--pri a:hover h5,
.t__pto--pri a:hover h6 {
  color: #F05556;
}
.theme__pto--primary a div,
.t__pto--pri a div {
  border-color: #F05556 !important;
}
.theme__pto--primary input,
.t__pto--pri input {
  border-color: #F05556;
}
.theme__pto--primary p,
.t__pto--pri p {
  color: #4a4a4a;
}
.theme__pto--primary .button,
.theme__pto--primary .btn,
.theme__pto--primary .btn__pill, .theme__pto--primary.button, .theme__pto--primary.btn, .theme__pto--primary.btn__pill,
.t__pto--pri .button,
.t__pto--pri .btn,
.t__pto--pri .btn__pill,
.t__pto--pri.button,
.t__pto--pri.btn,
.t__pto--pri.btn__pill {
  border-color: #F05556;
}
@media (hover: hover) {
  .theme__pto--primary .button:hover,
  .theme__pto--primary .btn:hover,
  .theme__pto--primary .btn__pill:hover, .theme__pto--primary.button:hover, .theme__pto--primary.btn:hover, .theme__pto--primary.btn__pill:hover,
  .t__pto--pri .button:hover,
  .t__pto--pri .btn:hover,
  .t__pto--pri .btn__pill:hover,
  .t__pto--pri.button:hover,
  .t__pto--pri.btn:hover,
  .t__pto--pri.btn__pill:hover {
    color: #ffffff;
    background: #F05556;
  }
  .theme__pto--primary .button:hover i,
  .theme__pto--primary .btn:hover i,
  .theme__pto--primary .btn__pill:hover i, .theme__pto--primary.button:hover i, .theme__pto--primary.btn:hover i, .theme__pto--primary.btn__pill:hover i,
  .t__pto--pri .button:hover i,
  .t__pto--pri .btn:hover i,
  .t__pto--pri .btn__pill:hover i,
  .t__pto--pri.button:hover i,
  .t__pto--pri.btn:hover i,
  .t__pto--pri.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__pto--primary .button__invert,
.theme__pto--primary .btn__invert,
.theme__pto--primary .btn__pill__invert, .theme__pto--primary.button__invert, .theme__pto--primary.btn__invert, .theme__pto--primary.btn__pill__invert,
.t__pto--pri .button__invert,
.t__pto--pri .btn__invert,
.t__pto--pri .btn__pill__invert,
.t__pto--pri.button__invert,
.t__pto--pri.btn__invert,
.t__pto--pri.btn__pill__invert {
  background-color: #F05556;
  color: #ffffff;
}
.theme__pto--primary .button__invert h4,
.theme__pto--primary .btn__invert h4,
.theme__pto--primary .btn__pill__invert h4, .theme__pto--primary.button__invert h4, .theme__pto--primary.btn__invert h4, .theme__pto--primary.btn__pill__invert h4,
.t__pto--pri .button__invert h4,
.t__pto--pri .btn__invert h4,
.t__pto--pri .btn__pill__invert h4,
.t__pto--pri.button__invert h4,
.t__pto--pri.btn__invert h4,
.t__pto--pri.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__pto--primary .button__invert:hover,
.theme__pto--primary .btn__invert:hover,
.theme__pto--primary .btn__pill__invert:hover, .theme__pto--primary.button__invert:hover, .theme__pto--primary.btn__invert:hover, .theme__pto--primary.btn__pill__invert:hover,
.t__pto--pri .button__invert:hover,
.t__pto--pri .btn__invert:hover,
.t__pto--pri .btn__pill__invert:hover,
.t__pto--pri.button__invert:hover,
.t__pto--pri.btn__invert:hover,
.t__pto--pri.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__pto--primary .button__invert:hover h4,
.theme__pto--primary .btn__invert:hover h4,
.theme__pto--primary .btn__pill__invert:hover h4, .theme__pto--primary.button__invert:hover h4, .theme__pto--primary.btn__invert:hover h4, .theme__pto--primary.btn__pill__invert:hover h4,
.t__pto--pri .button__invert:hover h4,
.t__pto--pri .btn__invert:hover h4,
.t__pto--pri .btn__pill__invert:hover h4,
.t__pto--pri.button__invert:hover h4,
.t__pto--pri.btn__invert:hover h4,
.t__pto--pri.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__pto--primary .button__invert--hover:hover,
.theme__pto--primary .btn__invert--hover:hover,
.theme__pto--primary .btn__pill__invert--hover:hover, .theme__pto--primary.button__invert--hover:hover, .theme__pto--primary.btn__invert--hover:hover, .theme__pto--primary.btn__pill__invert--hover:hover,
.t__pto--pri .button__invert--hover:hover,
.t__pto--pri .btn__invert--hover:hover,
.t__pto--pri .btn__pill__invert--hover:hover,
.t__pto--pri.button__invert--hover:hover,
.t__pto--pri.btn__invert--hover:hover,
.t__pto--pri.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__pto--primary .button__under,
.theme__pto--primary .btn__under,
.theme__pto--primary .btn__pill__under, .theme__pto--primary.button__under, .theme__pto--primary.btn__under, .theme__pto--primary.btn__pill__under,
.t__pto--pri .button__under,
.t__pto--pri .btn__under,
.t__pto--pri .btn__pill__under,
.t__pto--pri.button__under,
.t__pto--pri.btn__under,
.t__pto--pri.btn__pill__under {
  border-color: #F05556;
}
.theme__pto--primary .btn__large,
.t__pto--pri .btn__large {
  background-color: #F05556;
}
.theme__pto--primary .input__search,
.t__pto--pri .input__search {
  border-color: #F05556;
}
.theme__pto--primary .input__search i,
.t__pto--pri .input__search i {
  color: #4a4a4a;
}
.theme__pto--primary .input__search:hover i,
.t__pto--pri .input__search:hover i {
  color: #F05556;
}
.theme__pto--primary .component__foreground,
.t__pto--pri .component__foreground {
  color: #4a4a4a;
}
.theme__pto--primary.card,
.theme__pto--primary .card, .theme__pto--primary.card__with-image,
.theme__pto--primary .card__with-image,
.t__pto--pri.card,
.t__pto--pri .card,
.t__pto--pri.card__with-image,
.t__pto--pri .card__with-image {
  border-color: #F05556;
}
.theme__pto--primary.card__highlight,
.theme__pto--primary .card__highlight,
.theme__pto--primary .card__highlight--image,
.theme__pto--primary .card__highlight--final,
.t__pto--pri.card__highlight,
.t__pto--pri .card__highlight,
.t__pto--pri .card__highlight--image,
.t__pto--pri .card__highlight--final {
  background-color: #F05556;
  border-color: #F05556;
}
.theme__pto--primary.card__highlight--title,
.theme__pto--primary .card__highlight--title,
.theme__pto--primary .card__highlight--image,
.theme__pto--primary .card__highlight--final,
.t__pto--pri.card__highlight--title,
.t__pto--pri .card__highlight--title,
.t__pto--pri .card__highlight--image,
.t__pto--pri .card__highlight--final {
  color: #4a4a4a;
}
.theme__pto--primary .image-slider__selector--dot,
.t__pto--pri .image-slider__selector--dot {
  background-color: #F05556;
}
.theme__pto--primary .call-to-action__text h3,
.t__pto--pri .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__pto--primary .officer__block--title h5, .theme__pto--primary .officer__block--title h6,
.t__pto--pri .officer__block--title h5,
.t__pto--pri .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__pto--primary .block__statement--link,
.t__pto--pri .block__statement--link {
  color: #4a4a4a;
}
.theme__pto--primary .card__cutoff,
.t__pto--pri .card__cutoff {
  background: linear-gradient(#F05556, #F05556), linear-gradient(white, white);
}
.theme__pto--primary .card__cutoff p,
.t__pto--pri .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__pto--primary .card__cutoff:hover,
  .t__pto--pri .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__pto--primary .card__cutoff:hover p,
  .t__pto--pri .card__cutoff:hover p {
    color: #F05556;
  }
  .theme__pto--primary .card__cutoff:hover .card__cutoff--link,
  .t__pto--pri .card__cutoff:hover .card__cutoff--link {
    color: #F05556;
  }
  .theme__pto--primary .card__cutoff:hover .card__cutoff--text,
  .t__pto--pri .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__pto--primary .card__cutoff:hover .card__cutoff--text p,
  .t__pto--pri .card__cutoff:hover .card__cutoff--text p {
    color: #F05556;
  }
  .theme__pto--primary .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__pto--pri .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: #F05556;
  }
}
.theme__pto--primary .card__cutoff--link,
.t__pto--pri .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__pto--primary .card__cutoff--link:hover,
  .t__pto--pri .card__cutoff--link:hover {
    color: #F05556;
  }
  .theme__pto--primary .card__cutoff--link:hover--link,
  .t__pto--pri .card__cutoff--link:hover--link {
    color: #F05556;
  }
}
.theme__pto--primary .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__pto--pri .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: #F05556;
}
.theme__pto--primary .dropdown__toggle--title,
.t__pto--pri .dropdown__toggle--title {
  color: #F05556;
}
.theme__pto--primary .dropdown__toggle--icon i,
.t__pto--pri .dropdown__toggle--icon i {
  color: #F05556;
}
.theme__pto--primary .large_timer__countdown--item_large,
.t__pto--pri .large_timer__countdown--item_large {
  background-color: #F05556;
}
.theme__pto--primary .large_timer__countdown--item_medium,
.t__pto--pri .large_timer__countdown--item_medium {
  background-color: #F05556;
}
.theme__pto--primary .large_timer__countdown--item_small,
.t__pto--pri .large_timer__countdown--item_small {
  background-color: #F05556;
}
.theme__pto--primary .modalcontent,
.t__pto--pri .modalcontent {
  border-color: #F05556;
}
.theme__pto--primary .transparent__header,
.t__pto--pri .transparent__header {
  background: #F05556;
}
.theme__pto--primary .breadcrumb__slashes,
.t__pto--pri .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__pto--primary .the-list,
.t__pto--pri .the-list {
  background-color: #F05556;
}
.theme__pto--primary .the-list option,
.t__pto--pri .the-list option {
  border-color: #F05556 !important;
}
.theme__pto--primary .es-list::-webkit-scrollbar-thumb,
.t__pto--pri .es-list::-webkit-scrollbar-thumb {
  background: #F05556;
}
.theme__pto--primary .es-visible,
.t__pto--pri .es-visible {
  border-color: #F05556 !important;
}
.theme__pto--primary .ot-open,
.theme__pto--primary .ot-closed,
.t__pto--pri .ot-open,
.t__pto--pri .ot-closed {
  color: #F05556;
}
.theme__pto--primary .colour__foreground,
.t__pto--pri .colour__foreground {
  color: #F05556;
}
.theme__pto--primary h1.t__none,
.theme__pto--primary h1.theme__none,
.theme__pto--primary h2.t__none,
.theme__pto--primary h2.theme__none,
.theme__pto--primary h3.t__none,
.theme__pto--primary h3.theme__none,
.theme__pto--primary h4.t__none,
.theme__pto--primary h4.theme__none,
.theme__pto--primary h1.t__none--w-hov,
.theme__pto--primary h1.theme__none--with-hover,
.theme__pto--primary h2.t__none--w-hov,
.theme__pto--primary h2.theme__none--with-hover,
.theme__pto--primary h3.t__none--w-hov,
.theme__pto--primary h3.theme__none--with-hover,
.theme__pto--primary h4.t__none--w-hov,
.theme__pto--primary h4.theme__none--with-hover,
.t__pto--pri h1.t__none,
.t__pto--pri h1.theme__none,
.t__pto--pri h2.t__none,
.t__pto--pri h2.theme__none,
.t__pto--pri h3.t__none,
.t__pto--pri h3.theme__none,
.t__pto--pri h4.t__none,
.t__pto--pri h4.theme__none,
.t__pto--pri h1.t__none--w-hov,
.t__pto--pri h1.theme__none--with-hover,
.t__pto--pri h2.t__none--w-hov,
.t__pto--pri h2.theme__none--with-hover,
.t__pto--pri h3.t__none--w-hov,
.t__pto--pri h3.theme__none--with-hover,
.t__pto--pri h4.t__none--w-hov,
.t__pto--pri h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__pto--primary span.t__none,
.theme__pto--primary span.theme__none,
.t__pto--pri span.t__none,
.t__pto--pri span.theme__none {
  color: #4a4a4a;
}
.theme__pto--primary i.t__none,
.theme__pto--primary i.theme__none,
.t__pto--pri i.t__none,
.t__pto--pri i.theme__none {
  color: #4a4a4a;
}
.theme__pto--primary a.border__none,
.theme__pto--primary a.b__none,
.t__pto--pri a.border__none,
.t__pto--pri a.b__none {
  border: 0;
}
.theme__pto--primary a:hover h1.t__none,
.theme__pto--primary a:hover h1.theme__none,
.theme__pto--primary a:hover h2.t__none,
.theme__pto--primary a:hover h2.theme__none,
.theme__pto--primary a:hover h3.t__none,
.theme__pto--primary a:hover h3.theme__none,
.theme__pto--primary a:hover h4.t__none,
.theme__pto--primary a:hover h4.theme__none,
.t__pto--pri a:hover h1.t__none,
.t__pto--pri a:hover h1.theme__none,
.t__pto--pri a:hover h2.t__none,
.t__pto--pri a:hover h2.theme__none,
.t__pto--pri a:hover h3.t__none,
.t__pto--pri a:hover h3.theme__none,
.t__pto--pri a:hover h4.t__none,
.t__pto--pri a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__pto--primary a:hover h1.t__none--w-hov,
.theme__pto--primary a:hover h1.theme__none--with-hover,
.theme__pto--primary a:hover h2.t__none--w-hov,
.theme__pto--primary a:hover h2.theme__none--with-hover,
.theme__pto--primary a:hover h3.t__none--w-hov,
.theme__pto--primary a:hover h3.theme__none--with-hover,
.theme__pto--primary a:hover h4.t__none--w-hov,
.theme__pto--primary a:hover h4.theme__none--with-hover,
.t__pto--pri a:hover h1.t__none--w-hov,
.t__pto--pri a:hover h1.theme__none--with-hover,
.t__pto--pri a:hover h2.t__none--w-hov,
.t__pto--pri a:hover h2.theme__none--with-hover,
.t__pto--pri a:hover h3.t__none--w-hov,
.t__pto--pri a:hover h3.theme__none--with-hover,
.t__pto--pri a:hover h4.t__none--w-hov,
.t__pto--pri a:hover h4.theme__none--with-hover {
  color: #F05556;
}
.theme__pto--primary .dotted__line--small, .theme__pto--primary .dotted__line--medium, .theme__pto--primary .dotted__line--large, .theme__pto--primary .dotted__line--x-large, .theme__pto--primary .dotted__line--huge,
.t__pto--pri .dotted__line--small,
.t__pto--pri .dotted__line--medium,
.t__pto--pri .dotted__line--large,
.t__pto--pri .dotted__line--x-large,
.t__pto--pri .dotted__line--huge {
  border-image-source: url("https://4e1af94715c225595af3-853d39369c554c336474f22b1382bbe4.ssl.cf3.rackcdn.com/dotted_pto.png");
}

.theme__pto--secondary h1, .theme__pto--secondary h2, .theme__pto--secondary h3, .theme__pto--secondary h4, .theme__pto--secondary h5, .theme__pto--secondary h6,
.t__pto--sec h1,
.t__pto--sec h2,
.t__pto--sec h3,
.t__pto--sec h4,
.t__pto--sec h5,
.t__pto--sec h6 {
  color: #F05556;
}
.theme__pto--secondary a,
.t__pto--sec a {
  color: #4a4a4a;
  border-color: #F05556;
  text-decoration: none;
}
.theme__pto--secondary a:hover,
.t__pto--sec a:hover {
  color: #F05556;
}
.theme__pto--secondary a:hover h1, .theme__pto--secondary a:hover h2, .theme__pto--secondary a:hover h3, .theme__pto--secondary a:hover h4, .theme__pto--secondary a:hover h5, .theme__pto--secondary a:hover h6,
.t__pto--sec a:hover h1,
.t__pto--sec a:hover h2,
.t__pto--sec a:hover h3,
.t__pto--sec a:hover h4,
.t__pto--sec a:hover h5,
.t__pto--sec a:hover h6 {
  color: #F05556;
}
.theme__pto--secondary a div,
.t__pto--sec a div {
  border-color: #F05556 !important;
}
.theme__pto--secondary input,
.t__pto--sec input {
  border-color: #F05556;
}
.theme__pto--secondary p,
.t__pto--sec p {
  color: #4a4a4a;
}
.theme__pto--secondary .button,
.theme__pto--secondary .btn,
.theme__pto--secondary .btn__pill, .theme__pto--secondary.button, .theme__pto--secondary.btn, .theme__pto--secondary.btn__pill,
.t__pto--sec .button,
.t__pto--sec .btn,
.t__pto--sec .btn__pill,
.t__pto--sec.button,
.t__pto--sec.btn,
.t__pto--sec.btn__pill {
  border-color: #F05556;
}
@media (hover: hover) {
  .theme__pto--secondary .button:hover,
  .theme__pto--secondary .btn:hover,
  .theme__pto--secondary .btn__pill:hover, .theme__pto--secondary.button:hover, .theme__pto--secondary.btn:hover, .theme__pto--secondary.btn__pill:hover,
  .t__pto--sec .button:hover,
  .t__pto--sec .btn:hover,
  .t__pto--sec .btn__pill:hover,
  .t__pto--sec.button:hover,
  .t__pto--sec.btn:hover,
  .t__pto--sec.btn__pill:hover {
    color: #ffffff;
    background: #F05556;
  }
  .theme__pto--secondary .button:hover i,
  .theme__pto--secondary .btn:hover i,
  .theme__pto--secondary .btn__pill:hover i, .theme__pto--secondary.button:hover i, .theme__pto--secondary.btn:hover i, .theme__pto--secondary.btn__pill:hover i,
  .t__pto--sec .button:hover i,
  .t__pto--sec .btn:hover i,
  .t__pto--sec .btn__pill:hover i,
  .t__pto--sec.button:hover i,
  .t__pto--sec.btn:hover i,
  .t__pto--sec.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__pto--secondary .button__invert,
.theme__pto--secondary .btn__invert,
.theme__pto--secondary .btn__pill__invert, .theme__pto--secondary.button__invert, .theme__pto--secondary.btn__invert, .theme__pto--secondary.btn__pill__invert,
.t__pto--sec .button__invert,
.t__pto--sec .btn__invert,
.t__pto--sec .btn__pill__invert,
.t__pto--sec.button__invert,
.t__pto--sec.btn__invert,
.t__pto--sec.btn__pill__invert {
  background-color: #F05556;
  color: #ffffff;
}
.theme__pto--secondary .button__invert h4,
.theme__pto--secondary .btn__invert h4,
.theme__pto--secondary .btn__pill__invert h4, .theme__pto--secondary.button__invert h4, .theme__pto--secondary.btn__invert h4, .theme__pto--secondary.btn__pill__invert h4,
.t__pto--sec .button__invert h4,
.t__pto--sec .btn__invert h4,
.t__pto--sec .btn__pill__invert h4,
.t__pto--sec.button__invert h4,
.t__pto--sec.btn__invert h4,
.t__pto--sec.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__pto--secondary .button__invert:hover,
.theme__pto--secondary .btn__invert:hover,
.theme__pto--secondary .btn__pill__invert:hover, .theme__pto--secondary.button__invert:hover, .theme__pto--secondary.btn__invert:hover, .theme__pto--secondary.btn__pill__invert:hover,
.t__pto--sec .button__invert:hover,
.t__pto--sec .btn__invert:hover,
.t__pto--sec .btn__pill__invert:hover,
.t__pto--sec.button__invert:hover,
.t__pto--sec.btn__invert:hover,
.t__pto--sec.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__pto--secondary .button__invert:hover h4,
.theme__pto--secondary .btn__invert:hover h4,
.theme__pto--secondary .btn__pill__invert:hover h4, .theme__pto--secondary.button__invert:hover h4, .theme__pto--secondary.btn__invert:hover h4, .theme__pto--secondary.btn__pill__invert:hover h4,
.t__pto--sec .button__invert:hover h4,
.t__pto--sec .btn__invert:hover h4,
.t__pto--sec .btn__pill__invert:hover h4,
.t__pto--sec.button__invert:hover h4,
.t__pto--sec.btn__invert:hover h4,
.t__pto--sec.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__pto--secondary .button__invert--hover:hover,
.theme__pto--secondary .btn__invert--hover:hover,
.theme__pto--secondary .btn__pill__invert--hover:hover, .theme__pto--secondary.button__invert--hover:hover, .theme__pto--secondary.btn__invert--hover:hover, .theme__pto--secondary.btn__pill__invert--hover:hover,
.t__pto--sec .button__invert--hover:hover,
.t__pto--sec .btn__invert--hover:hover,
.t__pto--sec .btn__pill__invert--hover:hover,
.t__pto--sec.button__invert--hover:hover,
.t__pto--sec.btn__invert--hover:hover,
.t__pto--sec.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__pto--secondary .button__under,
.theme__pto--secondary .btn__under,
.theme__pto--secondary .btn__pill__under, .theme__pto--secondary.button__under, .theme__pto--secondary.btn__under, .theme__pto--secondary.btn__pill__under,
.t__pto--sec .button__under,
.t__pto--sec .btn__under,
.t__pto--sec .btn__pill__under,
.t__pto--sec.button__under,
.t__pto--sec.btn__under,
.t__pto--sec.btn__pill__under {
  border-color: #F05556;
}
.theme__pto--secondary .btn__large,
.t__pto--sec .btn__large {
  background-color: #F05556;
}
.theme__pto--secondary .input__search,
.t__pto--sec .input__search {
  border-color: #F05556;
}
.theme__pto--secondary .input__search i,
.t__pto--sec .input__search i {
  color: #4a4a4a;
}
.theme__pto--secondary .input__search:hover i,
.t__pto--sec .input__search:hover i {
  color: #F05556;
}
.theme__pto--secondary .component__foreground,
.t__pto--sec .component__foreground {
  color: #4a4a4a;
}
.theme__pto--secondary.card,
.theme__pto--secondary .card, .theme__pto--secondary.card__with-image,
.theme__pto--secondary .card__with-image,
.t__pto--sec.card,
.t__pto--sec .card,
.t__pto--sec.card__with-image,
.t__pto--sec .card__with-image {
  border-color: #F05556;
}
.theme__pto--secondary.card__highlight,
.theme__pto--secondary .card__highlight,
.theme__pto--secondary .card__highlight--image,
.theme__pto--secondary .card__highlight--final,
.t__pto--sec.card__highlight,
.t__pto--sec .card__highlight,
.t__pto--sec .card__highlight--image,
.t__pto--sec .card__highlight--final {
  background-color: #F05556;
  border-color: #F05556;
}
.theme__pto--secondary.card__highlight--title,
.theme__pto--secondary .card__highlight--title,
.theme__pto--secondary .card__highlight--image,
.theme__pto--secondary .card__highlight--final,
.t__pto--sec.card__highlight--title,
.t__pto--sec .card__highlight--title,
.t__pto--sec .card__highlight--image,
.t__pto--sec .card__highlight--final {
  color: #4a4a4a;
}
.theme__pto--secondary .image-slider__selector--dot,
.t__pto--sec .image-slider__selector--dot {
  background-color: #F05556;
}
.theme__pto--secondary .call-to-action__text h3,
.t__pto--sec .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__pto--secondary .officer__block--title h5, .theme__pto--secondary .officer__block--title h6,
.t__pto--sec .officer__block--title h5,
.t__pto--sec .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__pto--secondary .block__statement--link,
.t__pto--sec .block__statement--link {
  color: #4a4a4a;
}
.theme__pto--secondary .card__cutoff,
.t__pto--sec .card__cutoff {
  background: linear-gradient(#F05556, #F05556), linear-gradient(white, white);
}
.theme__pto--secondary .card__cutoff p,
.t__pto--sec .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__pto--secondary .card__cutoff:hover,
  .t__pto--sec .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__pto--secondary .card__cutoff:hover p,
  .t__pto--sec .card__cutoff:hover p {
    color: #F05556;
  }
  .theme__pto--secondary .card__cutoff:hover .card__cutoff--link,
  .t__pto--sec .card__cutoff:hover .card__cutoff--link {
    color: #F05556;
  }
  .theme__pto--secondary .card__cutoff:hover .card__cutoff--text,
  .t__pto--sec .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__pto--secondary .card__cutoff:hover .card__cutoff--text p,
  .t__pto--sec .card__cutoff:hover .card__cutoff--text p {
    color: #F05556;
  }
  .theme__pto--secondary .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__pto--sec .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: #F05556;
  }
}
.theme__pto--secondary .card__cutoff--link,
.t__pto--sec .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__pto--secondary .card__cutoff--link:hover,
  .t__pto--sec .card__cutoff--link:hover {
    color: #F05556;
  }
  .theme__pto--secondary .card__cutoff--link:hover--link,
  .t__pto--sec .card__cutoff--link:hover--link {
    color: #F05556;
  }
}
.theme__pto--secondary .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__pto--sec .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: #F05556;
}
.theme__pto--secondary .dropdown__toggle--title,
.t__pto--sec .dropdown__toggle--title {
  color: #F05556;
}
.theme__pto--secondary .dropdown__toggle--icon i,
.t__pto--sec .dropdown__toggle--icon i {
  color: #F05556;
}
.theme__pto--secondary .large_timer__countdown--item_large,
.t__pto--sec .large_timer__countdown--item_large {
  background-color: #F05556;
}
.theme__pto--secondary .large_timer__countdown--item_medium,
.t__pto--sec .large_timer__countdown--item_medium {
  background-color: #F05556;
}
.theme__pto--secondary .large_timer__countdown--item_small,
.t__pto--sec .large_timer__countdown--item_small {
  background-color: #F05556;
}
.theme__pto--secondary .modalcontent,
.t__pto--sec .modalcontent {
  border-color: #F05556;
}
.theme__pto--secondary .transparent__header,
.t__pto--sec .transparent__header {
  background: #F05556;
}
.theme__pto--secondary .breadcrumb__slashes,
.t__pto--sec .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__pto--secondary .the-list,
.t__pto--sec .the-list {
  background-color: #F05556;
}
.theme__pto--secondary .the-list option,
.t__pto--sec .the-list option {
  border-color: #F05556 !important;
}
.theme__pto--secondary .es-list::-webkit-scrollbar-thumb,
.t__pto--sec .es-list::-webkit-scrollbar-thumb {
  background: #F05556;
}
.theme__pto--secondary .es-visible,
.t__pto--sec .es-visible {
  border-color: #F05556 !important;
}
.theme__pto--secondary .ot-open,
.theme__pto--secondary .ot-closed,
.t__pto--sec .ot-open,
.t__pto--sec .ot-closed {
  color: #F05556;
}
.theme__pto--secondary .colour__foreground,
.t__pto--sec .colour__foreground {
  color: #F05556;
}
.theme__pto--secondary h1.t__none,
.theme__pto--secondary h1.theme__none,
.theme__pto--secondary h2.t__none,
.theme__pto--secondary h2.theme__none,
.theme__pto--secondary h3.t__none,
.theme__pto--secondary h3.theme__none,
.theme__pto--secondary h4.t__none,
.theme__pto--secondary h4.theme__none,
.theme__pto--secondary h1.t__none--w-hov,
.theme__pto--secondary h1.theme__none--with-hover,
.theme__pto--secondary h2.t__none--w-hov,
.theme__pto--secondary h2.theme__none--with-hover,
.theme__pto--secondary h3.t__none--w-hov,
.theme__pto--secondary h3.theme__none--with-hover,
.theme__pto--secondary h4.t__none--w-hov,
.theme__pto--secondary h4.theme__none--with-hover,
.t__pto--sec h1.t__none,
.t__pto--sec h1.theme__none,
.t__pto--sec h2.t__none,
.t__pto--sec h2.theme__none,
.t__pto--sec h3.t__none,
.t__pto--sec h3.theme__none,
.t__pto--sec h4.t__none,
.t__pto--sec h4.theme__none,
.t__pto--sec h1.t__none--w-hov,
.t__pto--sec h1.theme__none--with-hover,
.t__pto--sec h2.t__none--w-hov,
.t__pto--sec h2.theme__none--with-hover,
.t__pto--sec h3.t__none--w-hov,
.t__pto--sec h3.theme__none--with-hover,
.t__pto--sec h4.t__none--w-hov,
.t__pto--sec h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__pto--secondary span.t__none,
.theme__pto--secondary span.theme__none,
.t__pto--sec span.t__none,
.t__pto--sec span.theme__none {
  color: #4a4a4a;
}
.theme__pto--secondary i.t__none,
.theme__pto--secondary i.theme__none,
.t__pto--sec i.t__none,
.t__pto--sec i.theme__none {
  color: #4a4a4a;
}
.theme__pto--secondary a.border__none,
.theme__pto--secondary a.b__none,
.t__pto--sec a.border__none,
.t__pto--sec a.b__none {
  border: 0;
}
.theme__pto--secondary a:hover h1.t__none,
.theme__pto--secondary a:hover h1.theme__none,
.theme__pto--secondary a:hover h2.t__none,
.theme__pto--secondary a:hover h2.theme__none,
.theme__pto--secondary a:hover h3.t__none,
.theme__pto--secondary a:hover h3.theme__none,
.theme__pto--secondary a:hover h4.t__none,
.theme__pto--secondary a:hover h4.theme__none,
.t__pto--sec a:hover h1.t__none,
.t__pto--sec a:hover h1.theme__none,
.t__pto--sec a:hover h2.t__none,
.t__pto--sec a:hover h2.theme__none,
.t__pto--sec a:hover h3.t__none,
.t__pto--sec a:hover h3.theme__none,
.t__pto--sec a:hover h4.t__none,
.t__pto--sec a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__pto--secondary a:hover h1.t__none--w-hov,
.theme__pto--secondary a:hover h1.theme__none--with-hover,
.theme__pto--secondary a:hover h2.t__none--w-hov,
.theme__pto--secondary a:hover h2.theme__none--with-hover,
.theme__pto--secondary a:hover h3.t__none--w-hov,
.theme__pto--secondary a:hover h3.theme__none--with-hover,
.theme__pto--secondary a:hover h4.t__none--w-hov,
.theme__pto--secondary a:hover h4.theme__none--with-hover,
.t__pto--sec a:hover h1.t__none--w-hov,
.t__pto--sec a:hover h1.theme__none--with-hover,
.t__pto--sec a:hover h2.t__none--w-hov,
.t__pto--sec a:hover h2.theme__none--with-hover,
.t__pto--sec a:hover h3.t__none--w-hov,
.t__pto--sec a:hover h3.theme__none--with-hover,
.t__pto--sec a:hover h4.t__none--w-hov,
.t__pto--sec a:hover h4.theme__none--with-hover {
  color: #F05556;
}

.theme__pto--pastel h1, .theme__pto--pastel h2, .theme__pto--pastel h3, .theme__pto--pastel h4, .theme__pto--pastel h5, .theme__pto--pastel h6,
.t__pto--pas h1,
.t__pto--pas h2,
.t__pto--pas h3,
.t__pto--pas h4,
.t__pto--pas h5,
.t__pto--pas h6 {
  color: rgba(240, 85, 86, 0.1);
}
.theme__pto--pastel a,
.t__pto--pas a {
  color: #4a4a4a;
  border-color: rgba(240, 85, 86, 0.1);
  text-decoration: none;
}
.theme__pto--pastel a:hover,
.t__pto--pas a:hover {
  color: rgba(240, 85, 86, 0.1);
}
.theme__pto--pastel a:hover h1, .theme__pto--pastel a:hover h2, .theme__pto--pastel a:hover h3, .theme__pto--pastel a:hover h4, .theme__pto--pastel a:hover h5, .theme__pto--pastel a:hover h6,
.t__pto--pas a:hover h1,
.t__pto--pas a:hover h2,
.t__pto--pas a:hover h3,
.t__pto--pas a:hover h4,
.t__pto--pas a:hover h5,
.t__pto--pas a:hover h6 {
  color: rgba(240, 85, 86, 0.1);
}
.theme__pto--pastel a div,
.t__pto--pas a div {
  border-color: rgba(240, 85, 86, 0.1) !important;
}
.theme__pto--pastel input,
.t__pto--pas input {
  border-color: rgba(240, 85, 86, 0.1);
}
.theme__pto--pastel p,
.t__pto--pas p {
  color: #4a4a4a;
}
.theme__pto--pastel .button,
.theme__pto--pastel .btn,
.theme__pto--pastel .btn__pill, .theme__pto--pastel.button, .theme__pto--pastel.btn, .theme__pto--pastel.btn__pill,
.t__pto--pas .button,
.t__pto--pas .btn,
.t__pto--pas .btn__pill,
.t__pto--pas.button,
.t__pto--pas.btn,
.t__pto--pas.btn__pill {
  border-color: rgba(240, 85, 86, 0.1);
}
@media (hover: hover) {
  .theme__pto--pastel .button:hover,
  .theme__pto--pastel .btn:hover,
  .theme__pto--pastel .btn__pill:hover, .theme__pto--pastel.button:hover, .theme__pto--pastel.btn:hover, .theme__pto--pastel.btn__pill:hover,
  .t__pto--pas .button:hover,
  .t__pto--pas .btn:hover,
  .t__pto--pas .btn__pill:hover,
  .t__pto--pas.button:hover,
  .t__pto--pas.btn:hover,
  .t__pto--pas.btn__pill:hover {
    color: #ffffff;
    background: rgba(240, 85, 86, 0.1);
  }
  .theme__pto--pastel .button:hover i,
  .theme__pto--pastel .btn:hover i,
  .theme__pto--pastel .btn__pill:hover i, .theme__pto--pastel.button:hover i, .theme__pto--pastel.btn:hover i, .theme__pto--pastel.btn__pill:hover i,
  .t__pto--pas .button:hover i,
  .t__pto--pas .btn:hover i,
  .t__pto--pas .btn__pill:hover i,
  .t__pto--pas.button:hover i,
  .t__pto--pas.btn:hover i,
  .t__pto--pas.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__pto--pastel .button__invert,
.theme__pto--pastel .btn__invert,
.theme__pto--pastel .btn__pill__invert, .theme__pto--pastel.button__invert, .theme__pto--pastel.btn__invert, .theme__pto--pastel.btn__pill__invert,
.t__pto--pas .button__invert,
.t__pto--pas .btn__invert,
.t__pto--pas .btn__pill__invert,
.t__pto--pas.button__invert,
.t__pto--pas.btn__invert,
.t__pto--pas.btn__pill__invert {
  background-color: rgba(240, 85, 86, 0.1);
  color: #ffffff;
}
.theme__pto--pastel .button__invert h4,
.theme__pto--pastel .btn__invert h4,
.theme__pto--pastel .btn__pill__invert h4, .theme__pto--pastel.button__invert h4, .theme__pto--pastel.btn__invert h4, .theme__pto--pastel.btn__pill__invert h4,
.t__pto--pas .button__invert h4,
.t__pto--pas .btn__invert h4,
.t__pto--pas .btn__pill__invert h4,
.t__pto--pas.button__invert h4,
.t__pto--pas.btn__invert h4,
.t__pto--pas.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__pto--pastel .button__invert:hover,
.theme__pto--pastel .btn__invert:hover,
.theme__pto--pastel .btn__pill__invert:hover, .theme__pto--pastel.button__invert:hover, .theme__pto--pastel.btn__invert:hover, .theme__pto--pastel.btn__pill__invert:hover,
.t__pto--pas .button__invert:hover,
.t__pto--pas .btn__invert:hover,
.t__pto--pas .btn__pill__invert:hover,
.t__pto--pas.button__invert:hover,
.t__pto--pas.btn__invert:hover,
.t__pto--pas.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__pto--pastel .button__invert:hover h4,
.theme__pto--pastel .btn__invert:hover h4,
.theme__pto--pastel .btn__pill__invert:hover h4, .theme__pto--pastel.button__invert:hover h4, .theme__pto--pastel.btn__invert:hover h4, .theme__pto--pastel.btn__pill__invert:hover h4,
.t__pto--pas .button__invert:hover h4,
.t__pto--pas .btn__invert:hover h4,
.t__pto--pas .btn__pill__invert:hover h4,
.t__pto--pas.button__invert:hover h4,
.t__pto--pas.btn__invert:hover h4,
.t__pto--pas.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__pto--pastel .button__invert--hover:hover,
.theme__pto--pastel .btn__invert--hover:hover,
.theme__pto--pastel .btn__pill__invert--hover:hover, .theme__pto--pastel.button__invert--hover:hover, .theme__pto--pastel.btn__invert--hover:hover, .theme__pto--pastel.btn__pill__invert--hover:hover,
.t__pto--pas .button__invert--hover:hover,
.t__pto--pas .btn__invert--hover:hover,
.t__pto--pas .btn__pill__invert--hover:hover,
.t__pto--pas.button__invert--hover:hover,
.t__pto--pas.btn__invert--hover:hover,
.t__pto--pas.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__pto--pastel .button__under,
.theme__pto--pastel .btn__under,
.theme__pto--pastel .btn__pill__under, .theme__pto--pastel.button__under, .theme__pto--pastel.btn__under, .theme__pto--pastel.btn__pill__under,
.t__pto--pas .button__under,
.t__pto--pas .btn__under,
.t__pto--pas .btn__pill__under,
.t__pto--pas.button__under,
.t__pto--pas.btn__under,
.t__pto--pas.btn__pill__under {
  border-color: rgba(240, 85, 86, 0.1);
}
.theme__pto--pastel .btn__large,
.t__pto--pas .btn__large {
  background-color: rgba(240, 85, 86, 0.1);
}
.theme__pto--pastel .input__search,
.t__pto--pas .input__search {
  border-color: rgba(240, 85, 86, 0.1);
}
.theme__pto--pastel .input__search i,
.t__pto--pas .input__search i {
  color: #4a4a4a;
}
.theme__pto--pastel .input__search:hover i,
.t__pto--pas .input__search:hover i {
  color: rgba(240, 85, 86, 0.1);
}
.theme__pto--pastel .component__foreground,
.t__pto--pas .component__foreground {
  color: #4a4a4a;
}
.theme__pto--pastel.card,
.theme__pto--pastel .card, .theme__pto--pastel.card__with-image,
.theme__pto--pastel .card__with-image,
.t__pto--pas.card,
.t__pto--pas .card,
.t__pto--pas.card__with-image,
.t__pto--pas .card__with-image {
  border-color: rgba(240, 85, 86, 0.1);
}
.theme__pto--pastel.card__highlight,
.theme__pto--pastel .card__highlight,
.theme__pto--pastel .card__highlight--image,
.theme__pto--pastel .card__highlight--final,
.t__pto--pas.card__highlight,
.t__pto--pas .card__highlight,
.t__pto--pas .card__highlight--image,
.t__pto--pas .card__highlight--final {
  background-color: rgba(240, 85, 86, 0.1);
  border-color: rgba(240, 85, 86, 0.1);
}
.theme__pto--pastel.card__highlight--title,
.theme__pto--pastel .card__highlight--title,
.theme__pto--pastel .card__highlight--image,
.theme__pto--pastel .card__highlight--final,
.t__pto--pas.card__highlight--title,
.t__pto--pas .card__highlight--title,
.t__pto--pas .card__highlight--image,
.t__pto--pas .card__highlight--final {
  color: #4a4a4a;
}
.theme__pto--pastel .image-slider__selector--dot,
.t__pto--pas .image-slider__selector--dot {
  background-color: rgba(240, 85, 86, 0.1);
}
.theme__pto--pastel .call-to-action__text h3,
.t__pto--pas .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__pto--pastel .officer__block--title h5, .theme__pto--pastel .officer__block--title h6,
.t__pto--pas .officer__block--title h5,
.t__pto--pas .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__pto--pastel .block__statement--link,
.t__pto--pas .block__statement--link {
  color: #4a4a4a;
}
.theme__pto--pastel .card__cutoff,
.t__pto--pas .card__cutoff {
  background: linear-gradient(rgba(240, 85, 86, 0.1), rgba(240, 85, 86, 0.1)), linear-gradient(white, white);
}
.theme__pto--pastel .card__cutoff p,
.t__pto--pas .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__pto--pastel .card__cutoff:hover,
  .t__pto--pas .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__pto--pastel .card__cutoff:hover p,
  .t__pto--pas .card__cutoff:hover p {
    color: rgba(240, 85, 86, 0.1);
  }
  .theme__pto--pastel .card__cutoff:hover .card__cutoff--link,
  .t__pto--pas .card__cutoff:hover .card__cutoff--link {
    color: rgba(240, 85, 86, 0.1);
  }
  .theme__pto--pastel .card__cutoff:hover .card__cutoff--text,
  .t__pto--pas .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__pto--pastel .card__cutoff:hover .card__cutoff--text p,
  .t__pto--pas .card__cutoff:hover .card__cutoff--text p {
    color: rgba(240, 85, 86, 0.1);
  }
  .theme__pto--pastel .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__pto--pas .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: rgba(240, 85, 86, 0.1);
  }
}
.theme__pto--pastel .card__cutoff--link,
.t__pto--pas .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__pto--pastel .card__cutoff--link:hover,
  .t__pto--pas .card__cutoff--link:hover {
    color: rgba(240, 85, 86, 0.1);
  }
  .theme__pto--pastel .card__cutoff--link:hover--link,
  .t__pto--pas .card__cutoff--link:hover--link {
    color: rgba(240, 85, 86, 0.1);
  }
}
.theme__pto--pastel .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__pto--pas .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: rgba(240, 85, 86, 0.1);
}
.theme__pto--pastel .dropdown__toggle--title,
.t__pto--pas .dropdown__toggle--title {
  color: rgba(240, 85, 86, 0.1);
}
.theme__pto--pastel .dropdown__toggle--icon i,
.t__pto--pas .dropdown__toggle--icon i {
  color: rgba(240, 85, 86, 0.1);
}
.theme__pto--pastel .large_timer__countdown--item_large,
.t__pto--pas .large_timer__countdown--item_large {
  background-color: rgba(240, 85, 86, 0.1);
}
.theme__pto--pastel .large_timer__countdown--item_medium,
.t__pto--pas .large_timer__countdown--item_medium {
  background-color: rgba(240, 85, 86, 0.1);
}
.theme__pto--pastel .large_timer__countdown--item_small,
.t__pto--pas .large_timer__countdown--item_small {
  background-color: rgba(240, 85, 86, 0.1);
}
.theme__pto--pastel .modalcontent,
.t__pto--pas .modalcontent {
  border-color: rgba(240, 85, 86, 0.1);
}
.theme__pto--pastel .transparent__header,
.t__pto--pas .transparent__header {
  background: rgba(240, 85, 86, 0.1);
}
.theme__pto--pastel .breadcrumb__slashes,
.t__pto--pas .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__pto--pastel .the-list,
.t__pto--pas .the-list {
  background-color: rgba(240, 85, 86, 0.1);
}
.theme__pto--pastel .the-list option,
.t__pto--pas .the-list option {
  border-color: rgba(240, 85, 86, 0.1) !important;
}
.theme__pto--pastel .es-list::-webkit-scrollbar-thumb,
.t__pto--pas .es-list::-webkit-scrollbar-thumb {
  background: rgba(240, 85, 86, 0.1);
}
.theme__pto--pastel .es-visible,
.t__pto--pas .es-visible {
  border-color: rgba(240, 85, 86, 0.1) !important;
}
.theme__pto--pastel .ot-open,
.theme__pto--pastel .ot-closed,
.t__pto--pas .ot-open,
.t__pto--pas .ot-closed {
  color: rgba(240, 85, 86, 0.1);
}
.theme__pto--pastel .colour__foreground,
.t__pto--pas .colour__foreground {
  color: rgba(240, 85, 86, 0.1);
}
.theme__pto--pastel h1.t__none,
.theme__pto--pastel h1.theme__none,
.theme__pto--pastel h2.t__none,
.theme__pto--pastel h2.theme__none,
.theme__pto--pastel h3.t__none,
.theme__pto--pastel h3.theme__none,
.theme__pto--pastel h4.t__none,
.theme__pto--pastel h4.theme__none,
.theme__pto--pastel h1.t__none--w-hov,
.theme__pto--pastel h1.theme__none--with-hover,
.theme__pto--pastel h2.t__none--w-hov,
.theme__pto--pastel h2.theme__none--with-hover,
.theme__pto--pastel h3.t__none--w-hov,
.theme__pto--pastel h3.theme__none--with-hover,
.theme__pto--pastel h4.t__none--w-hov,
.theme__pto--pastel h4.theme__none--with-hover,
.t__pto--pas h1.t__none,
.t__pto--pas h1.theme__none,
.t__pto--pas h2.t__none,
.t__pto--pas h2.theme__none,
.t__pto--pas h3.t__none,
.t__pto--pas h3.theme__none,
.t__pto--pas h4.t__none,
.t__pto--pas h4.theme__none,
.t__pto--pas h1.t__none--w-hov,
.t__pto--pas h1.theme__none--with-hover,
.t__pto--pas h2.t__none--w-hov,
.t__pto--pas h2.theme__none--with-hover,
.t__pto--pas h3.t__none--w-hov,
.t__pto--pas h3.theme__none--with-hover,
.t__pto--pas h4.t__none--w-hov,
.t__pto--pas h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__pto--pastel span.t__none,
.theme__pto--pastel span.theme__none,
.t__pto--pas span.t__none,
.t__pto--pas span.theme__none {
  color: #4a4a4a;
}
.theme__pto--pastel i.t__none,
.theme__pto--pastel i.theme__none,
.t__pto--pas i.t__none,
.t__pto--pas i.theme__none {
  color: #4a4a4a;
}
.theme__pto--pastel a.border__none,
.theme__pto--pastel a.b__none,
.t__pto--pas a.border__none,
.t__pto--pas a.b__none {
  border: 0;
}
.theme__pto--pastel a:hover h1.t__none,
.theme__pto--pastel a:hover h1.theme__none,
.theme__pto--pastel a:hover h2.t__none,
.theme__pto--pastel a:hover h2.theme__none,
.theme__pto--pastel a:hover h3.t__none,
.theme__pto--pastel a:hover h3.theme__none,
.theme__pto--pastel a:hover h4.t__none,
.theme__pto--pastel a:hover h4.theme__none,
.t__pto--pas a:hover h1.t__none,
.t__pto--pas a:hover h1.theme__none,
.t__pto--pas a:hover h2.t__none,
.t__pto--pas a:hover h2.theme__none,
.t__pto--pas a:hover h3.t__none,
.t__pto--pas a:hover h3.theme__none,
.t__pto--pas a:hover h4.t__none,
.t__pto--pas a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__pto--pastel a:hover h1.t__none--w-hov,
.theme__pto--pastel a:hover h1.theme__none--with-hover,
.theme__pto--pastel a:hover h2.t__none--w-hov,
.theme__pto--pastel a:hover h2.theme__none--with-hover,
.theme__pto--pastel a:hover h3.t__none--w-hov,
.theme__pto--pastel a:hover h3.theme__none--with-hover,
.theme__pto--pastel a:hover h4.t__none--w-hov,
.theme__pto--pastel a:hover h4.theme__none--with-hover,
.t__pto--pas a:hover h1.t__none--w-hov,
.t__pto--pas a:hover h1.theme__none--with-hover,
.t__pto--pas a:hover h2.t__none--w-hov,
.t__pto--pas a:hover h2.theme__none--with-hover,
.t__pto--pas a:hover h3.t__none--w-hov,
.t__pto--pas a:hover h3.theme__none--with-hover,
.t__pto--pas a:hover h4.t__none--w-hov,
.t__pto--pas a:hover h4.theme__none--with-hover {
  color: rgba(240, 85, 86, 0.1);
}

.theme__pto--background-primary,
.t__pto--bg-pri {
  background-color: #F05556;
}

.theme__pto--background-secondary,
.t__pto--bg-sec {
  background-color: #F05556;
}

.theme__pto--background-pastel,
.t__pto--bg-pas {
  background-color: rgba(240, 85, 86, 0.1);
}

.theme__ptov--primary h1, .theme__ptov--primary h2, .theme__ptov--primary h3, .theme__ptov--primary h4, .theme__ptov--primary h5, .theme__ptov--primary h6,
.t__ptov--pri h1,
.t__ptov--pri h2,
.t__ptov--pri h3,
.t__ptov--pri h4,
.t__ptov--pri h5,
.t__ptov--pri h6 {
  color: #07756F;
}
.theme__ptov--primary a,
.t__ptov--pri a {
  color: #4a4a4a;
  border-color: #07756F;
  text-decoration: none;
}
.theme__ptov--primary a:hover,
.t__ptov--pri a:hover {
  color: #07756F;
}
.theme__ptov--primary a:hover h1, .theme__ptov--primary a:hover h2, .theme__ptov--primary a:hover h3, .theme__ptov--primary a:hover h4, .theme__ptov--primary a:hover h5, .theme__ptov--primary a:hover h6,
.t__ptov--pri a:hover h1,
.t__ptov--pri a:hover h2,
.t__ptov--pri a:hover h3,
.t__ptov--pri a:hover h4,
.t__ptov--pri a:hover h5,
.t__ptov--pri a:hover h6 {
  color: #07756F;
}
.theme__ptov--primary a div,
.t__ptov--pri a div {
  border-color: #07756F !important;
}
.theme__ptov--primary input,
.t__ptov--pri input {
  border-color: #07756F;
}
.theme__ptov--primary p,
.t__ptov--pri p {
  color: #4a4a4a;
}
.theme__ptov--primary .button,
.theme__ptov--primary .btn,
.theme__ptov--primary .btn__pill, .theme__ptov--primary.button, .theme__ptov--primary.btn, .theme__ptov--primary.btn__pill,
.t__ptov--pri .button,
.t__ptov--pri .btn,
.t__ptov--pri .btn__pill,
.t__ptov--pri.button,
.t__ptov--pri.btn,
.t__ptov--pri.btn__pill {
  border-color: #07756F;
}
@media (hover: hover) {
  .theme__ptov--primary .button:hover,
  .theme__ptov--primary .btn:hover,
  .theme__ptov--primary .btn__pill:hover, .theme__ptov--primary.button:hover, .theme__ptov--primary.btn:hover, .theme__ptov--primary.btn__pill:hover,
  .t__ptov--pri .button:hover,
  .t__ptov--pri .btn:hover,
  .t__ptov--pri .btn__pill:hover,
  .t__ptov--pri.button:hover,
  .t__ptov--pri.btn:hover,
  .t__ptov--pri.btn__pill:hover {
    color: #ffffff;
    background: #07756F;
  }
  .theme__ptov--primary .button:hover i,
  .theme__ptov--primary .btn:hover i,
  .theme__ptov--primary .btn__pill:hover i, .theme__ptov--primary.button:hover i, .theme__ptov--primary.btn:hover i, .theme__ptov--primary.btn__pill:hover i,
  .t__ptov--pri .button:hover i,
  .t__ptov--pri .btn:hover i,
  .t__ptov--pri .btn__pill:hover i,
  .t__ptov--pri.button:hover i,
  .t__ptov--pri.btn:hover i,
  .t__ptov--pri.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__ptov--primary .button__invert,
.theme__ptov--primary .btn__invert,
.theme__ptov--primary .btn__pill__invert, .theme__ptov--primary.button__invert, .theme__ptov--primary.btn__invert, .theme__ptov--primary.btn__pill__invert,
.t__ptov--pri .button__invert,
.t__ptov--pri .btn__invert,
.t__ptov--pri .btn__pill__invert,
.t__ptov--pri.button__invert,
.t__ptov--pri.btn__invert,
.t__ptov--pri.btn__pill__invert {
  background-color: #07756F;
  color: #ffffff;
}
.theme__ptov--primary .button__invert h4,
.theme__ptov--primary .btn__invert h4,
.theme__ptov--primary .btn__pill__invert h4, .theme__ptov--primary.button__invert h4, .theme__ptov--primary.btn__invert h4, .theme__ptov--primary.btn__pill__invert h4,
.t__ptov--pri .button__invert h4,
.t__ptov--pri .btn__invert h4,
.t__ptov--pri .btn__pill__invert h4,
.t__ptov--pri.button__invert h4,
.t__ptov--pri.btn__invert h4,
.t__ptov--pri.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__ptov--primary .button__invert:hover,
.theme__ptov--primary .btn__invert:hover,
.theme__ptov--primary .btn__pill__invert:hover, .theme__ptov--primary.button__invert:hover, .theme__ptov--primary.btn__invert:hover, .theme__ptov--primary.btn__pill__invert:hover,
.t__ptov--pri .button__invert:hover,
.t__ptov--pri .btn__invert:hover,
.t__ptov--pri .btn__pill__invert:hover,
.t__ptov--pri.button__invert:hover,
.t__ptov--pri.btn__invert:hover,
.t__ptov--pri.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__ptov--primary .button__invert:hover h4,
.theme__ptov--primary .btn__invert:hover h4,
.theme__ptov--primary .btn__pill__invert:hover h4, .theme__ptov--primary.button__invert:hover h4, .theme__ptov--primary.btn__invert:hover h4, .theme__ptov--primary.btn__pill__invert:hover h4,
.t__ptov--pri .button__invert:hover h4,
.t__ptov--pri .btn__invert:hover h4,
.t__ptov--pri .btn__pill__invert:hover h4,
.t__ptov--pri.button__invert:hover h4,
.t__ptov--pri.btn__invert:hover h4,
.t__ptov--pri.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__ptov--primary .button__invert--hover:hover,
.theme__ptov--primary .btn__invert--hover:hover,
.theme__ptov--primary .btn__pill__invert--hover:hover, .theme__ptov--primary.button__invert--hover:hover, .theme__ptov--primary.btn__invert--hover:hover, .theme__ptov--primary.btn__pill__invert--hover:hover,
.t__ptov--pri .button__invert--hover:hover,
.t__ptov--pri .btn__invert--hover:hover,
.t__ptov--pri .btn__pill__invert--hover:hover,
.t__ptov--pri.button__invert--hover:hover,
.t__ptov--pri.btn__invert--hover:hover,
.t__ptov--pri.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__ptov--primary .button__under,
.theme__ptov--primary .btn__under,
.theme__ptov--primary .btn__pill__under, .theme__ptov--primary.button__under, .theme__ptov--primary.btn__under, .theme__ptov--primary.btn__pill__under,
.t__ptov--pri .button__under,
.t__ptov--pri .btn__under,
.t__ptov--pri .btn__pill__under,
.t__ptov--pri.button__under,
.t__ptov--pri.btn__under,
.t__ptov--pri.btn__pill__under {
  border-color: #07756F;
}
.theme__ptov--primary .btn__large,
.t__ptov--pri .btn__large {
  background-color: #07756F;
}
.theme__ptov--primary .input__search,
.t__ptov--pri .input__search {
  border-color: #07756F;
}
.theme__ptov--primary .input__search i,
.t__ptov--pri .input__search i {
  color: #4a4a4a;
}
.theme__ptov--primary .input__search:hover i,
.t__ptov--pri .input__search:hover i {
  color: #07756F;
}
.theme__ptov--primary .component__foreground,
.t__ptov--pri .component__foreground {
  color: #4a4a4a;
}
.theme__ptov--primary.card,
.theme__ptov--primary .card, .theme__ptov--primary.card__with-image,
.theme__ptov--primary .card__with-image,
.t__ptov--pri.card,
.t__ptov--pri .card,
.t__ptov--pri.card__with-image,
.t__ptov--pri .card__with-image {
  border-color: #07756F;
}
.theme__ptov--primary.card__highlight,
.theme__ptov--primary .card__highlight,
.theme__ptov--primary .card__highlight--image,
.theme__ptov--primary .card__highlight--final,
.t__ptov--pri.card__highlight,
.t__ptov--pri .card__highlight,
.t__ptov--pri .card__highlight--image,
.t__ptov--pri .card__highlight--final {
  background-color: #07756F;
  border-color: #07756F;
}
.theme__ptov--primary.card__highlight--title,
.theme__ptov--primary .card__highlight--title,
.theme__ptov--primary .card__highlight--image,
.theme__ptov--primary .card__highlight--final,
.t__ptov--pri.card__highlight--title,
.t__ptov--pri .card__highlight--title,
.t__ptov--pri .card__highlight--image,
.t__ptov--pri .card__highlight--final {
  color: #4a4a4a;
}
.theme__ptov--primary .image-slider__selector--dot,
.t__ptov--pri .image-slider__selector--dot {
  background-color: #07756F;
}
.theme__ptov--primary .call-to-action__text h3,
.t__ptov--pri .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__ptov--primary .officer__block--title h5, .theme__ptov--primary .officer__block--title h6,
.t__ptov--pri .officer__block--title h5,
.t__ptov--pri .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__ptov--primary .block__statement--link,
.t__ptov--pri .block__statement--link {
  color: #4a4a4a;
}
.theme__ptov--primary .card__cutoff,
.t__ptov--pri .card__cutoff {
  background: linear-gradient(#07756F, #07756F), linear-gradient(white, white);
}
.theme__ptov--primary .card__cutoff p,
.t__ptov--pri .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__ptov--primary .card__cutoff:hover,
  .t__ptov--pri .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__ptov--primary .card__cutoff:hover p,
  .t__ptov--pri .card__cutoff:hover p {
    color: #07756F;
  }
  .theme__ptov--primary .card__cutoff:hover .card__cutoff--link,
  .t__ptov--pri .card__cutoff:hover .card__cutoff--link {
    color: #07756F;
  }
  .theme__ptov--primary .card__cutoff:hover .card__cutoff--text,
  .t__ptov--pri .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__ptov--primary .card__cutoff:hover .card__cutoff--text p,
  .t__ptov--pri .card__cutoff:hover .card__cutoff--text p {
    color: #07756F;
  }
  .theme__ptov--primary .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__ptov--pri .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: #07756F;
  }
}
.theme__ptov--primary .card__cutoff--link,
.t__ptov--pri .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__ptov--primary .card__cutoff--link:hover,
  .t__ptov--pri .card__cutoff--link:hover {
    color: #07756F;
  }
  .theme__ptov--primary .card__cutoff--link:hover--link,
  .t__ptov--pri .card__cutoff--link:hover--link {
    color: #07756F;
  }
}
.theme__ptov--primary .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__ptov--pri .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: #07756F;
}
.theme__ptov--primary .dropdown__toggle--title,
.t__ptov--pri .dropdown__toggle--title {
  color: #07756F;
}
.theme__ptov--primary .dropdown__toggle--icon i,
.t__ptov--pri .dropdown__toggle--icon i {
  color: #07756F;
}
.theme__ptov--primary .large_timer__countdown--item_large,
.t__ptov--pri .large_timer__countdown--item_large {
  background-color: #07756F;
}
.theme__ptov--primary .large_timer__countdown--item_medium,
.t__ptov--pri .large_timer__countdown--item_medium {
  background-color: #07756F;
}
.theme__ptov--primary .large_timer__countdown--item_small,
.t__ptov--pri .large_timer__countdown--item_small {
  background-color: #07756F;
}
.theme__ptov--primary .modalcontent,
.t__ptov--pri .modalcontent {
  border-color: #07756F;
}
.theme__ptov--primary .transparent__header,
.t__ptov--pri .transparent__header {
  background: #07756F;
}
.theme__ptov--primary .breadcrumb__slashes,
.t__ptov--pri .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__ptov--primary .the-list,
.t__ptov--pri .the-list {
  background-color: #07756F;
}
.theme__ptov--primary .the-list option,
.t__ptov--pri .the-list option {
  border-color: #07756F !important;
}
.theme__ptov--primary .es-list::-webkit-scrollbar-thumb,
.t__ptov--pri .es-list::-webkit-scrollbar-thumb {
  background: #07756F;
}
.theme__ptov--primary .es-visible,
.t__ptov--pri .es-visible {
  border-color: #07756F !important;
}
.theme__ptov--primary .ot-open,
.theme__ptov--primary .ot-closed,
.t__ptov--pri .ot-open,
.t__ptov--pri .ot-closed {
  color: #07756F;
}
.theme__ptov--primary .colour__foreground,
.t__ptov--pri .colour__foreground {
  color: #07756F;
}
.theme__ptov--primary h1.t__none,
.theme__ptov--primary h1.theme__none,
.theme__ptov--primary h2.t__none,
.theme__ptov--primary h2.theme__none,
.theme__ptov--primary h3.t__none,
.theme__ptov--primary h3.theme__none,
.theme__ptov--primary h4.t__none,
.theme__ptov--primary h4.theme__none,
.theme__ptov--primary h1.t__none--w-hov,
.theme__ptov--primary h1.theme__none--with-hover,
.theme__ptov--primary h2.t__none--w-hov,
.theme__ptov--primary h2.theme__none--with-hover,
.theme__ptov--primary h3.t__none--w-hov,
.theme__ptov--primary h3.theme__none--with-hover,
.theme__ptov--primary h4.t__none--w-hov,
.theme__ptov--primary h4.theme__none--with-hover,
.t__ptov--pri h1.t__none,
.t__ptov--pri h1.theme__none,
.t__ptov--pri h2.t__none,
.t__ptov--pri h2.theme__none,
.t__ptov--pri h3.t__none,
.t__ptov--pri h3.theme__none,
.t__ptov--pri h4.t__none,
.t__ptov--pri h4.theme__none,
.t__ptov--pri h1.t__none--w-hov,
.t__ptov--pri h1.theme__none--with-hover,
.t__ptov--pri h2.t__none--w-hov,
.t__ptov--pri h2.theme__none--with-hover,
.t__ptov--pri h3.t__none--w-hov,
.t__ptov--pri h3.theme__none--with-hover,
.t__ptov--pri h4.t__none--w-hov,
.t__ptov--pri h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__ptov--primary span.t__none,
.theme__ptov--primary span.theme__none,
.t__ptov--pri span.t__none,
.t__ptov--pri span.theme__none {
  color: #4a4a4a;
}
.theme__ptov--primary i.t__none,
.theme__ptov--primary i.theme__none,
.t__ptov--pri i.t__none,
.t__ptov--pri i.theme__none {
  color: #4a4a4a;
}
.theme__ptov--primary a.border__none,
.theme__ptov--primary a.b__none,
.t__ptov--pri a.border__none,
.t__ptov--pri a.b__none {
  border: 0;
}
.theme__ptov--primary a:hover h1.t__none,
.theme__ptov--primary a:hover h1.theme__none,
.theme__ptov--primary a:hover h2.t__none,
.theme__ptov--primary a:hover h2.theme__none,
.theme__ptov--primary a:hover h3.t__none,
.theme__ptov--primary a:hover h3.theme__none,
.theme__ptov--primary a:hover h4.t__none,
.theme__ptov--primary a:hover h4.theme__none,
.t__ptov--pri a:hover h1.t__none,
.t__ptov--pri a:hover h1.theme__none,
.t__ptov--pri a:hover h2.t__none,
.t__ptov--pri a:hover h2.theme__none,
.t__ptov--pri a:hover h3.t__none,
.t__ptov--pri a:hover h3.theme__none,
.t__ptov--pri a:hover h4.t__none,
.t__ptov--pri a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__ptov--primary a:hover h1.t__none--w-hov,
.theme__ptov--primary a:hover h1.theme__none--with-hover,
.theme__ptov--primary a:hover h2.t__none--w-hov,
.theme__ptov--primary a:hover h2.theme__none--with-hover,
.theme__ptov--primary a:hover h3.t__none--w-hov,
.theme__ptov--primary a:hover h3.theme__none--with-hover,
.theme__ptov--primary a:hover h4.t__none--w-hov,
.theme__ptov--primary a:hover h4.theme__none--with-hover,
.t__ptov--pri a:hover h1.t__none--w-hov,
.t__ptov--pri a:hover h1.theme__none--with-hover,
.t__ptov--pri a:hover h2.t__none--w-hov,
.t__ptov--pri a:hover h2.theme__none--with-hover,
.t__ptov--pri a:hover h3.t__none--w-hov,
.t__ptov--pri a:hover h3.theme__none--with-hover,
.t__ptov--pri a:hover h4.t__none--w-hov,
.t__ptov--pri a:hover h4.theme__none--with-hover {
  color: #07756F;
}
.theme__ptov--primary .dotted__line--small, .theme__ptov--primary .dotted__line--medium, .theme__ptov--primary .dotted__line--large, .theme__ptov--primary .dotted__line--x-large, .theme__ptov--primary .dotted__line--huge,
.t__ptov--pri .dotted__line--small,
.t__ptov--pri .dotted__line--medium,
.t__ptov--pri .dotted__line--large,
.t__ptov--pri .dotted__line--x-large,
.t__ptov--pri .dotted__line--huge {
  border-image-source: url("https://4e1af94715c225595af3-853d39369c554c336474f22b1382bbe4.ssl.cf3.rackcdn.com/dotted_ptov.png");
}

.theme__ptov--secondary h1, .theme__ptov--secondary h2, .theme__ptov--secondary h3, .theme__ptov--secondary h4, .theme__ptov--secondary h5, .theme__ptov--secondary h6,
.t__ptov--sec h1,
.t__ptov--sec h2,
.t__ptov--sec h3,
.t__ptov--sec h4,
.t__ptov--sec h5,
.t__ptov--sec h6 {
  color: #07756F;
}
.theme__ptov--secondary a,
.t__ptov--sec a {
  color: #4a4a4a;
  border-color: #07756F;
  text-decoration: none;
}
.theme__ptov--secondary a:hover,
.t__ptov--sec a:hover {
  color: #07756F;
}
.theme__ptov--secondary a:hover h1, .theme__ptov--secondary a:hover h2, .theme__ptov--secondary a:hover h3, .theme__ptov--secondary a:hover h4, .theme__ptov--secondary a:hover h5, .theme__ptov--secondary a:hover h6,
.t__ptov--sec a:hover h1,
.t__ptov--sec a:hover h2,
.t__ptov--sec a:hover h3,
.t__ptov--sec a:hover h4,
.t__ptov--sec a:hover h5,
.t__ptov--sec a:hover h6 {
  color: #07756F;
}
.theme__ptov--secondary a div,
.t__ptov--sec a div {
  border-color: #07756F !important;
}
.theme__ptov--secondary input,
.t__ptov--sec input {
  border-color: #07756F;
}
.theme__ptov--secondary p,
.t__ptov--sec p {
  color: #4a4a4a;
}
.theme__ptov--secondary .button,
.theme__ptov--secondary .btn,
.theme__ptov--secondary .btn__pill, .theme__ptov--secondary.button, .theme__ptov--secondary.btn, .theme__ptov--secondary.btn__pill,
.t__ptov--sec .button,
.t__ptov--sec .btn,
.t__ptov--sec .btn__pill,
.t__ptov--sec.button,
.t__ptov--sec.btn,
.t__ptov--sec.btn__pill {
  border-color: #07756F;
}
@media (hover: hover) {
  .theme__ptov--secondary .button:hover,
  .theme__ptov--secondary .btn:hover,
  .theme__ptov--secondary .btn__pill:hover, .theme__ptov--secondary.button:hover, .theme__ptov--secondary.btn:hover, .theme__ptov--secondary.btn__pill:hover,
  .t__ptov--sec .button:hover,
  .t__ptov--sec .btn:hover,
  .t__ptov--sec .btn__pill:hover,
  .t__ptov--sec.button:hover,
  .t__ptov--sec.btn:hover,
  .t__ptov--sec.btn__pill:hover {
    color: #ffffff;
    background: #07756F;
  }
  .theme__ptov--secondary .button:hover i,
  .theme__ptov--secondary .btn:hover i,
  .theme__ptov--secondary .btn__pill:hover i, .theme__ptov--secondary.button:hover i, .theme__ptov--secondary.btn:hover i, .theme__ptov--secondary.btn__pill:hover i,
  .t__ptov--sec .button:hover i,
  .t__ptov--sec .btn:hover i,
  .t__ptov--sec .btn__pill:hover i,
  .t__ptov--sec.button:hover i,
  .t__ptov--sec.btn:hover i,
  .t__ptov--sec.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__ptov--secondary .button__invert,
.theme__ptov--secondary .btn__invert,
.theme__ptov--secondary .btn__pill__invert, .theme__ptov--secondary.button__invert, .theme__ptov--secondary.btn__invert, .theme__ptov--secondary.btn__pill__invert,
.t__ptov--sec .button__invert,
.t__ptov--sec .btn__invert,
.t__ptov--sec .btn__pill__invert,
.t__ptov--sec.button__invert,
.t__ptov--sec.btn__invert,
.t__ptov--sec.btn__pill__invert {
  background-color: #07756F;
  color: #ffffff;
}
.theme__ptov--secondary .button__invert h4,
.theme__ptov--secondary .btn__invert h4,
.theme__ptov--secondary .btn__pill__invert h4, .theme__ptov--secondary.button__invert h4, .theme__ptov--secondary.btn__invert h4, .theme__ptov--secondary.btn__pill__invert h4,
.t__ptov--sec .button__invert h4,
.t__ptov--sec .btn__invert h4,
.t__ptov--sec .btn__pill__invert h4,
.t__ptov--sec.button__invert h4,
.t__ptov--sec.btn__invert h4,
.t__ptov--sec.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__ptov--secondary .button__invert:hover,
.theme__ptov--secondary .btn__invert:hover,
.theme__ptov--secondary .btn__pill__invert:hover, .theme__ptov--secondary.button__invert:hover, .theme__ptov--secondary.btn__invert:hover, .theme__ptov--secondary.btn__pill__invert:hover,
.t__ptov--sec .button__invert:hover,
.t__ptov--sec .btn__invert:hover,
.t__ptov--sec .btn__pill__invert:hover,
.t__ptov--sec.button__invert:hover,
.t__ptov--sec.btn__invert:hover,
.t__ptov--sec.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__ptov--secondary .button__invert:hover h4,
.theme__ptov--secondary .btn__invert:hover h4,
.theme__ptov--secondary .btn__pill__invert:hover h4, .theme__ptov--secondary.button__invert:hover h4, .theme__ptov--secondary.btn__invert:hover h4, .theme__ptov--secondary.btn__pill__invert:hover h4,
.t__ptov--sec .button__invert:hover h4,
.t__ptov--sec .btn__invert:hover h4,
.t__ptov--sec .btn__pill__invert:hover h4,
.t__ptov--sec.button__invert:hover h4,
.t__ptov--sec.btn__invert:hover h4,
.t__ptov--sec.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__ptov--secondary .button__invert--hover:hover,
.theme__ptov--secondary .btn__invert--hover:hover,
.theme__ptov--secondary .btn__pill__invert--hover:hover, .theme__ptov--secondary.button__invert--hover:hover, .theme__ptov--secondary.btn__invert--hover:hover, .theme__ptov--secondary.btn__pill__invert--hover:hover,
.t__ptov--sec .button__invert--hover:hover,
.t__ptov--sec .btn__invert--hover:hover,
.t__ptov--sec .btn__pill__invert--hover:hover,
.t__ptov--sec.button__invert--hover:hover,
.t__ptov--sec.btn__invert--hover:hover,
.t__ptov--sec.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__ptov--secondary .button__under,
.theme__ptov--secondary .btn__under,
.theme__ptov--secondary .btn__pill__under, .theme__ptov--secondary.button__under, .theme__ptov--secondary.btn__under, .theme__ptov--secondary.btn__pill__under,
.t__ptov--sec .button__under,
.t__ptov--sec .btn__under,
.t__ptov--sec .btn__pill__under,
.t__ptov--sec.button__under,
.t__ptov--sec.btn__under,
.t__ptov--sec.btn__pill__under {
  border-color: #07756F;
}
.theme__ptov--secondary .btn__large,
.t__ptov--sec .btn__large {
  background-color: #07756F;
}
.theme__ptov--secondary .input__search,
.t__ptov--sec .input__search {
  border-color: #07756F;
}
.theme__ptov--secondary .input__search i,
.t__ptov--sec .input__search i {
  color: #4a4a4a;
}
.theme__ptov--secondary .input__search:hover i,
.t__ptov--sec .input__search:hover i {
  color: #07756F;
}
.theme__ptov--secondary .component__foreground,
.t__ptov--sec .component__foreground {
  color: #4a4a4a;
}
.theme__ptov--secondary.card,
.theme__ptov--secondary .card, .theme__ptov--secondary.card__with-image,
.theme__ptov--secondary .card__with-image,
.t__ptov--sec.card,
.t__ptov--sec .card,
.t__ptov--sec.card__with-image,
.t__ptov--sec .card__with-image {
  border-color: #07756F;
}
.theme__ptov--secondary.card__highlight,
.theme__ptov--secondary .card__highlight,
.theme__ptov--secondary .card__highlight--image,
.theme__ptov--secondary .card__highlight--final,
.t__ptov--sec.card__highlight,
.t__ptov--sec .card__highlight,
.t__ptov--sec .card__highlight--image,
.t__ptov--sec .card__highlight--final {
  background-color: #07756F;
  border-color: #07756F;
}
.theme__ptov--secondary.card__highlight--title,
.theme__ptov--secondary .card__highlight--title,
.theme__ptov--secondary .card__highlight--image,
.theme__ptov--secondary .card__highlight--final,
.t__ptov--sec.card__highlight--title,
.t__ptov--sec .card__highlight--title,
.t__ptov--sec .card__highlight--image,
.t__ptov--sec .card__highlight--final {
  color: #4a4a4a;
}
.theme__ptov--secondary .image-slider__selector--dot,
.t__ptov--sec .image-slider__selector--dot {
  background-color: #07756F;
}
.theme__ptov--secondary .call-to-action__text h3,
.t__ptov--sec .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__ptov--secondary .officer__block--title h5, .theme__ptov--secondary .officer__block--title h6,
.t__ptov--sec .officer__block--title h5,
.t__ptov--sec .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__ptov--secondary .block__statement--link,
.t__ptov--sec .block__statement--link {
  color: #4a4a4a;
}
.theme__ptov--secondary .card__cutoff,
.t__ptov--sec .card__cutoff {
  background: linear-gradient(#07756F, #07756F), linear-gradient(white, white);
}
.theme__ptov--secondary .card__cutoff p,
.t__ptov--sec .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__ptov--secondary .card__cutoff:hover,
  .t__ptov--sec .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__ptov--secondary .card__cutoff:hover p,
  .t__ptov--sec .card__cutoff:hover p {
    color: #07756F;
  }
  .theme__ptov--secondary .card__cutoff:hover .card__cutoff--link,
  .t__ptov--sec .card__cutoff:hover .card__cutoff--link {
    color: #07756F;
  }
  .theme__ptov--secondary .card__cutoff:hover .card__cutoff--text,
  .t__ptov--sec .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__ptov--secondary .card__cutoff:hover .card__cutoff--text p,
  .t__ptov--sec .card__cutoff:hover .card__cutoff--text p {
    color: #07756F;
  }
  .theme__ptov--secondary .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__ptov--sec .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: #07756F;
  }
}
.theme__ptov--secondary .card__cutoff--link,
.t__ptov--sec .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__ptov--secondary .card__cutoff--link:hover,
  .t__ptov--sec .card__cutoff--link:hover {
    color: #07756F;
  }
  .theme__ptov--secondary .card__cutoff--link:hover--link,
  .t__ptov--sec .card__cutoff--link:hover--link {
    color: #07756F;
  }
}
.theme__ptov--secondary .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__ptov--sec .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: #07756F;
}
.theme__ptov--secondary .dropdown__toggle--title,
.t__ptov--sec .dropdown__toggle--title {
  color: #07756F;
}
.theme__ptov--secondary .dropdown__toggle--icon i,
.t__ptov--sec .dropdown__toggle--icon i {
  color: #07756F;
}
.theme__ptov--secondary .large_timer__countdown--item_large,
.t__ptov--sec .large_timer__countdown--item_large {
  background-color: #07756F;
}
.theme__ptov--secondary .large_timer__countdown--item_medium,
.t__ptov--sec .large_timer__countdown--item_medium {
  background-color: #07756F;
}
.theme__ptov--secondary .large_timer__countdown--item_small,
.t__ptov--sec .large_timer__countdown--item_small {
  background-color: #07756F;
}
.theme__ptov--secondary .modalcontent,
.t__ptov--sec .modalcontent {
  border-color: #07756F;
}
.theme__ptov--secondary .transparent__header,
.t__ptov--sec .transparent__header {
  background: #07756F;
}
.theme__ptov--secondary .breadcrumb__slashes,
.t__ptov--sec .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__ptov--secondary .the-list,
.t__ptov--sec .the-list {
  background-color: #07756F;
}
.theme__ptov--secondary .the-list option,
.t__ptov--sec .the-list option {
  border-color: #07756F !important;
}
.theme__ptov--secondary .es-list::-webkit-scrollbar-thumb,
.t__ptov--sec .es-list::-webkit-scrollbar-thumb {
  background: #07756F;
}
.theme__ptov--secondary .es-visible,
.t__ptov--sec .es-visible {
  border-color: #07756F !important;
}
.theme__ptov--secondary .ot-open,
.theme__ptov--secondary .ot-closed,
.t__ptov--sec .ot-open,
.t__ptov--sec .ot-closed {
  color: #07756F;
}
.theme__ptov--secondary .colour__foreground,
.t__ptov--sec .colour__foreground {
  color: #07756F;
}
.theme__ptov--secondary h1.t__none,
.theme__ptov--secondary h1.theme__none,
.theme__ptov--secondary h2.t__none,
.theme__ptov--secondary h2.theme__none,
.theme__ptov--secondary h3.t__none,
.theme__ptov--secondary h3.theme__none,
.theme__ptov--secondary h4.t__none,
.theme__ptov--secondary h4.theme__none,
.theme__ptov--secondary h1.t__none--w-hov,
.theme__ptov--secondary h1.theme__none--with-hover,
.theme__ptov--secondary h2.t__none--w-hov,
.theme__ptov--secondary h2.theme__none--with-hover,
.theme__ptov--secondary h3.t__none--w-hov,
.theme__ptov--secondary h3.theme__none--with-hover,
.theme__ptov--secondary h4.t__none--w-hov,
.theme__ptov--secondary h4.theme__none--with-hover,
.t__ptov--sec h1.t__none,
.t__ptov--sec h1.theme__none,
.t__ptov--sec h2.t__none,
.t__ptov--sec h2.theme__none,
.t__ptov--sec h3.t__none,
.t__ptov--sec h3.theme__none,
.t__ptov--sec h4.t__none,
.t__ptov--sec h4.theme__none,
.t__ptov--sec h1.t__none--w-hov,
.t__ptov--sec h1.theme__none--with-hover,
.t__ptov--sec h2.t__none--w-hov,
.t__ptov--sec h2.theme__none--with-hover,
.t__ptov--sec h3.t__none--w-hov,
.t__ptov--sec h3.theme__none--with-hover,
.t__ptov--sec h4.t__none--w-hov,
.t__ptov--sec h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__ptov--secondary span.t__none,
.theme__ptov--secondary span.theme__none,
.t__ptov--sec span.t__none,
.t__ptov--sec span.theme__none {
  color: #4a4a4a;
}
.theme__ptov--secondary i.t__none,
.theme__ptov--secondary i.theme__none,
.t__ptov--sec i.t__none,
.t__ptov--sec i.theme__none {
  color: #4a4a4a;
}
.theme__ptov--secondary a.border__none,
.theme__ptov--secondary a.b__none,
.t__ptov--sec a.border__none,
.t__ptov--sec a.b__none {
  border: 0;
}
.theme__ptov--secondary a:hover h1.t__none,
.theme__ptov--secondary a:hover h1.theme__none,
.theme__ptov--secondary a:hover h2.t__none,
.theme__ptov--secondary a:hover h2.theme__none,
.theme__ptov--secondary a:hover h3.t__none,
.theme__ptov--secondary a:hover h3.theme__none,
.theme__ptov--secondary a:hover h4.t__none,
.theme__ptov--secondary a:hover h4.theme__none,
.t__ptov--sec a:hover h1.t__none,
.t__ptov--sec a:hover h1.theme__none,
.t__ptov--sec a:hover h2.t__none,
.t__ptov--sec a:hover h2.theme__none,
.t__ptov--sec a:hover h3.t__none,
.t__ptov--sec a:hover h3.theme__none,
.t__ptov--sec a:hover h4.t__none,
.t__ptov--sec a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__ptov--secondary a:hover h1.t__none--w-hov,
.theme__ptov--secondary a:hover h1.theme__none--with-hover,
.theme__ptov--secondary a:hover h2.t__none--w-hov,
.theme__ptov--secondary a:hover h2.theme__none--with-hover,
.theme__ptov--secondary a:hover h3.t__none--w-hov,
.theme__ptov--secondary a:hover h3.theme__none--with-hover,
.theme__ptov--secondary a:hover h4.t__none--w-hov,
.theme__ptov--secondary a:hover h4.theme__none--with-hover,
.t__ptov--sec a:hover h1.t__none--w-hov,
.t__ptov--sec a:hover h1.theme__none--with-hover,
.t__ptov--sec a:hover h2.t__none--w-hov,
.t__ptov--sec a:hover h2.theme__none--with-hover,
.t__ptov--sec a:hover h3.t__none--w-hov,
.t__ptov--sec a:hover h3.theme__none--with-hover,
.t__ptov--sec a:hover h4.t__none--w-hov,
.t__ptov--sec a:hover h4.theme__none--with-hover {
  color: #07756F;
}

.theme__ptov--pastel h1, .theme__ptov--pastel h2, .theme__ptov--pastel h3, .theme__ptov--pastel h4, .theme__ptov--pastel h5, .theme__ptov--pastel h6,
.t__ptov--pas h1,
.t__ptov--pas h2,
.t__ptov--pas h3,
.t__ptov--pas h4,
.t__ptov--pas h5,
.t__ptov--pas h6 {
  color: rgba(7, 117, 111, 0.1);
}
.theme__ptov--pastel a,
.t__ptov--pas a {
  color: #4a4a4a;
  border-color: rgba(7, 117, 111, 0.1);
  text-decoration: none;
}
.theme__ptov--pastel a:hover,
.t__ptov--pas a:hover {
  color: rgba(7, 117, 111, 0.1);
}
.theme__ptov--pastel a:hover h1, .theme__ptov--pastel a:hover h2, .theme__ptov--pastel a:hover h3, .theme__ptov--pastel a:hover h4, .theme__ptov--pastel a:hover h5, .theme__ptov--pastel a:hover h6,
.t__ptov--pas a:hover h1,
.t__ptov--pas a:hover h2,
.t__ptov--pas a:hover h3,
.t__ptov--pas a:hover h4,
.t__ptov--pas a:hover h5,
.t__ptov--pas a:hover h6 {
  color: rgba(7, 117, 111, 0.1);
}
.theme__ptov--pastel a div,
.t__ptov--pas a div {
  border-color: rgba(7, 117, 111, 0.1) !important;
}
.theme__ptov--pastel input,
.t__ptov--pas input {
  border-color: rgba(7, 117, 111, 0.1);
}
.theme__ptov--pastel p,
.t__ptov--pas p {
  color: #4a4a4a;
}
.theme__ptov--pastel .button,
.theme__ptov--pastel .btn,
.theme__ptov--pastel .btn__pill, .theme__ptov--pastel.button, .theme__ptov--pastel.btn, .theme__ptov--pastel.btn__pill,
.t__ptov--pas .button,
.t__ptov--pas .btn,
.t__ptov--pas .btn__pill,
.t__ptov--pas.button,
.t__ptov--pas.btn,
.t__ptov--pas.btn__pill {
  border-color: rgba(7, 117, 111, 0.1);
}
@media (hover: hover) {
  .theme__ptov--pastel .button:hover,
  .theme__ptov--pastel .btn:hover,
  .theme__ptov--pastel .btn__pill:hover, .theme__ptov--pastel.button:hover, .theme__ptov--pastel.btn:hover, .theme__ptov--pastel.btn__pill:hover,
  .t__ptov--pas .button:hover,
  .t__ptov--pas .btn:hover,
  .t__ptov--pas .btn__pill:hover,
  .t__ptov--pas.button:hover,
  .t__ptov--pas.btn:hover,
  .t__ptov--pas.btn__pill:hover {
    color: #ffffff;
    background: rgba(7, 117, 111, 0.1);
  }
  .theme__ptov--pastel .button:hover i,
  .theme__ptov--pastel .btn:hover i,
  .theme__ptov--pastel .btn__pill:hover i, .theme__ptov--pastel.button:hover i, .theme__ptov--pastel.btn:hover i, .theme__ptov--pastel.btn__pill:hover i,
  .t__ptov--pas .button:hover i,
  .t__ptov--pas .btn:hover i,
  .t__ptov--pas .btn__pill:hover i,
  .t__ptov--pas.button:hover i,
  .t__ptov--pas.btn:hover i,
  .t__ptov--pas.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__ptov--pastel .button__invert,
.theme__ptov--pastel .btn__invert,
.theme__ptov--pastel .btn__pill__invert, .theme__ptov--pastel.button__invert, .theme__ptov--pastel.btn__invert, .theme__ptov--pastel.btn__pill__invert,
.t__ptov--pas .button__invert,
.t__ptov--pas .btn__invert,
.t__ptov--pas .btn__pill__invert,
.t__ptov--pas.button__invert,
.t__ptov--pas.btn__invert,
.t__ptov--pas.btn__pill__invert {
  background-color: rgba(7, 117, 111, 0.1);
  color: #ffffff;
}
.theme__ptov--pastel .button__invert h4,
.theme__ptov--pastel .btn__invert h4,
.theme__ptov--pastel .btn__pill__invert h4, .theme__ptov--pastel.button__invert h4, .theme__ptov--pastel.btn__invert h4, .theme__ptov--pastel.btn__pill__invert h4,
.t__ptov--pas .button__invert h4,
.t__ptov--pas .btn__invert h4,
.t__ptov--pas .btn__pill__invert h4,
.t__ptov--pas.button__invert h4,
.t__ptov--pas.btn__invert h4,
.t__ptov--pas.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__ptov--pastel .button__invert:hover,
.theme__ptov--pastel .btn__invert:hover,
.theme__ptov--pastel .btn__pill__invert:hover, .theme__ptov--pastel.button__invert:hover, .theme__ptov--pastel.btn__invert:hover, .theme__ptov--pastel.btn__pill__invert:hover,
.t__ptov--pas .button__invert:hover,
.t__ptov--pas .btn__invert:hover,
.t__ptov--pas .btn__pill__invert:hover,
.t__ptov--pas.button__invert:hover,
.t__ptov--pas.btn__invert:hover,
.t__ptov--pas.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__ptov--pastel .button__invert:hover h4,
.theme__ptov--pastel .btn__invert:hover h4,
.theme__ptov--pastel .btn__pill__invert:hover h4, .theme__ptov--pastel.button__invert:hover h4, .theme__ptov--pastel.btn__invert:hover h4, .theme__ptov--pastel.btn__pill__invert:hover h4,
.t__ptov--pas .button__invert:hover h4,
.t__ptov--pas .btn__invert:hover h4,
.t__ptov--pas .btn__pill__invert:hover h4,
.t__ptov--pas.button__invert:hover h4,
.t__ptov--pas.btn__invert:hover h4,
.t__ptov--pas.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__ptov--pastel .button__invert--hover:hover,
.theme__ptov--pastel .btn__invert--hover:hover,
.theme__ptov--pastel .btn__pill__invert--hover:hover, .theme__ptov--pastel.button__invert--hover:hover, .theme__ptov--pastel.btn__invert--hover:hover, .theme__ptov--pastel.btn__pill__invert--hover:hover,
.t__ptov--pas .button__invert--hover:hover,
.t__ptov--pas .btn__invert--hover:hover,
.t__ptov--pas .btn__pill__invert--hover:hover,
.t__ptov--pas.button__invert--hover:hover,
.t__ptov--pas.btn__invert--hover:hover,
.t__ptov--pas.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__ptov--pastel .button__under,
.theme__ptov--pastel .btn__under,
.theme__ptov--pastel .btn__pill__under, .theme__ptov--pastel.button__under, .theme__ptov--pastel.btn__under, .theme__ptov--pastel.btn__pill__under,
.t__ptov--pas .button__under,
.t__ptov--pas .btn__under,
.t__ptov--pas .btn__pill__under,
.t__ptov--pas.button__under,
.t__ptov--pas.btn__under,
.t__ptov--pas.btn__pill__under {
  border-color: rgba(7, 117, 111, 0.1);
}
.theme__ptov--pastel .btn__large,
.t__ptov--pas .btn__large {
  background-color: rgba(7, 117, 111, 0.1);
}
.theme__ptov--pastel .input__search,
.t__ptov--pas .input__search {
  border-color: rgba(7, 117, 111, 0.1);
}
.theme__ptov--pastel .input__search i,
.t__ptov--pas .input__search i {
  color: #4a4a4a;
}
.theme__ptov--pastel .input__search:hover i,
.t__ptov--pas .input__search:hover i {
  color: rgba(7, 117, 111, 0.1);
}
.theme__ptov--pastel .component__foreground,
.t__ptov--pas .component__foreground {
  color: #4a4a4a;
}
.theme__ptov--pastel.card,
.theme__ptov--pastel .card, .theme__ptov--pastel.card__with-image,
.theme__ptov--pastel .card__with-image,
.t__ptov--pas.card,
.t__ptov--pas .card,
.t__ptov--pas.card__with-image,
.t__ptov--pas .card__with-image {
  border-color: rgba(7, 117, 111, 0.1);
}
.theme__ptov--pastel.card__highlight,
.theme__ptov--pastel .card__highlight,
.theme__ptov--pastel .card__highlight--image,
.theme__ptov--pastel .card__highlight--final,
.t__ptov--pas.card__highlight,
.t__ptov--pas .card__highlight,
.t__ptov--pas .card__highlight--image,
.t__ptov--pas .card__highlight--final {
  background-color: rgba(7, 117, 111, 0.1);
  border-color: rgba(7, 117, 111, 0.1);
}
.theme__ptov--pastel.card__highlight--title,
.theme__ptov--pastel .card__highlight--title,
.theme__ptov--pastel .card__highlight--image,
.theme__ptov--pastel .card__highlight--final,
.t__ptov--pas.card__highlight--title,
.t__ptov--pas .card__highlight--title,
.t__ptov--pas .card__highlight--image,
.t__ptov--pas .card__highlight--final {
  color: #4a4a4a;
}
.theme__ptov--pastel .image-slider__selector--dot,
.t__ptov--pas .image-slider__selector--dot {
  background-color: rgba(7, 117, 111, 0.1);
}
.theme__ptov--pastel .call-to-action__text h3,
.t__ptov--pas .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__ptov--pastel .officer__block--title h5, .theme__ptov--pastel .officer__block--title h6,
.t__ptov--pas .officer__block--title h5,
.t__ptov--pas .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__ptov--pastel .block__statement--link,
.t__ptov--pas .block__statement--link {
  color: #4a4a4a;
}
.theme__ptov--pastel .card__cutoff,
.t__ptov--pas .card__cutoff {
  background: linear-gradient(rgba(7, 117, 111, 0.1), rgba(7, 117, 111, 0.1)), linear-gradient(white, white);
}
.theme__ptov--pastel .card__cutoff p,
.t__ptov--pas .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__ptov--pastel .card__cutoff:hover,
  .t__ptov--pas .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__ptov--pastel .card__cutoff:hover p,
  .t__ptov--pas .card__cutoff:hover p {
    color: rgba(7, 117, 111, 0.1);
  }
  .theme__ptov--pastel .card__cutoff:hover .card__cutoff--link,
  .t__ptov--pas .card__cutoff:hover .card__cutoff--link {
    color: rgba(7, 117, 111, 0.1);
  }
  .theme__ptov--pastel .card__cutoff:hover .card__cutoff--text,
  .t__ptov--pas .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__ptov--pastel .card__cutoff:hover .card__cutoff--text p,
  .t__ptov--pas .card__cutoff:hover .card__cutoff--text p {
    color: rgba(7, 117, 111, 0.1);
  }
  .theme__ptov--pastel .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__ptov--pas .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: rgba(7, 117, 111, 0.1);
  }
}
.theme__ptov--pastel .card__cutoff--link,
.t__ptov--pas .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__ptov--pastel .card__cutoff--link:hover,
  .t__ptov--pas .card__cutoff--link:hover {
    color: rgba(7, 117, 111, 0.1);
  }
  .theme__ptov--pastel .card__cutoff--link:hover--link,
  .t__ptov--pas .card__cutoff--link:hover--link {
    color: rgba(7, 117, 111, 0.1);
  }
}
.theme__ptov--pastel .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__ptov--pas .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: rgba(7, 117, 111, 0.1);
}
.theme__ptov--pastel .dropdown__toggle--title,
.t__ptov--pas .dropdown__toggle--title {
  color: rgba(7, 117, 111, 0.1);
}
.theme__ptov--pastel .dropdown__toggle--icon i,
.t__ptov--pas .dropdown__toggle--icon i {
  color: rgba(7, 117, 111, 0.1);
}
.theme__ptov--pastel .large_timer__countdown--item_large,
.t__ptov--pas .large_timer__countdown--item_large {
  background-color: rgba(7, 117, 111, 0.1);
}
.theme__ptov--pastel .large_timer__countdown--item_medium,
.t__ptov--pas .large_timer__countdown--item_medium {
  background-color: rgba(7, 117, 111, 0.1);
}
.theme__ptov--pastel .large_timer__countdown--item_small,
.t__ptov--pas .large_timer__countdown--item_small {
  background-color: rgba(7, 117, 111, 0.1);
}
.theme__ptov--pastel .modalcontent,
.t__ptov--pas .modalcontent {
  border-color: rgba(7, 117, 111, 0.1);
}
.theme__ptov--pastel .transparent__header,
.t__ptov--pas .transparent__header {
  background: rgba(7, 117, 111, 0.1);
}
.theme__ptov--pastel .breadcrumb__slashes,
.t__ptov--pas .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__ptov--pastel .the-list,
.t__ptov--pas .the-list {
  background-color: rgba(7, 117, 111, 0.1);
}
.theme__ptov--pastel .the-list option,
.t__ptov--pas .the-list option {
  border-color: rgba(7, 117, 111, 0.1) !important;
}
.theme__ptov--pastel .es-list::-webkit-scrollbar-thumb,
.t__ptov--pas .es-list::-webkit-scrollbar-thumb {
  background: rgba(7, 117, 111, 0.1);
}
.theme__ptov--pastel .es-visible,
.t__ptov--pas .es-visible {
  border-color: rgba(7, 117, 111, 0.1) !important;
}
.theme__ptov--pastel .ot-open,
.theme__ptov--pastel .ot-closed,
.t__ptov--pas .ot-open,
.t__ptov--pas .ot-closed {
  color: rgba(7, 117, 111, 0.1);
}
.theme__ptov--pastel .colour__foreground,
.t__ptov--pas .colour__foreground {
  color: rgba(7, 117, 111, 0.1);
}
.theme__ptov--pastel h1.t__none,
.theme__ptov--pastel h1.theme__none,
.theme__ptov--pastel h2.t__none,
.theme__ptov--pastel h2.theme__none,
.theme__ptov--pastel h3.t__none,
.theme__ptov--pastel h3.theme__none,
.theme__ptov--pastel h4.t__none,
.theme__ptov--pastel h4.theme__none,
.theme__ptov--pastel h1.t__none--w-hov,
.theme__ptov--pastel h1.theme__none--with-hover,
.theme__ptov--pastel h2.t__none--w-hov,
.theme__ptov--pastel h2.theme__none--with-hover,
.theme__ptov--pastel h3.t__none--w-hov,
.theme__ptov--pastel h3.theme__none--with-hover,
.theme__ptov--pastel h4.t__none--w-hov,
.theme__ptov--pastel h4.theme__none--with-hover,
.t__ptov--pas h1.t__none,
.t__ptov--pas h1.theme__none,
.t__ptov--pas h2.t__none,
.t__ptov--pas h2.theme__none,
.t__ptov--pas h3.t__none,
.t__ptov--pas h3.theme__none,
.t__ptov--pas h4.t__none,
.t__ptov--pas h4.theme__none,
.t__ptov--pas h1.t__none--w-hov,
.t__ptov--pas h1.theme__none--with-hover,
.t__ptov--pas h2.t__none--w-hov,
.t__ptov--pas h2.theme__none--with-hover,
.t__ptov--pas h3.t__none--w-hov,
.t__ptov--pas h3.theme__none--with-hover,
.t__ptov--pas h4.t__none--w-hov,
.t__ptov--pas h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__ptov--pastel span.t__none,
.theme__ptov--pastel span.theme__none,
.t__ptov--pas span.t__none,
.t__ptov--pas span.theme__none {
  color: #4a4a4a;
}
.theme__ptov--pastel i.t__none,
.theme__ptov--pastel i.theme__none,
.t__ptov--pas i.t__none,
.t__ptov--pas i.theme__none {
  color: #4a4a4a;
}
.theme__ptov--pastel a.border__none,
.theme__ptov--pastel a.b__none,
.t__ptov--pas a.border__none,
.t__ptov--pas a.b__none {
  border: 0;
}
.theme__ptov--pastel a:hover h1.t__none,
.theme__ptov--pastel a:hover h1.theme__none,
.theme__ptov--pastel a:hover h2.t__none,
.theme__ptov--pastel a:hover h2.theme__none,
.theme__ptov--pastel a:hover h3.t__none,
.theme__ptov--pastel a:hover h3.theme__none,
.theme__ptov--pastel a:hover h4.t__none,
.theme__ptov--pastel a:hover h4.theme__none,
.t__ptov--pas a:hover h1.t__none,
.t__ptov--pas a:hover h1.theme__none,
.t__ptov--pas a:hover h2.t__none,
.t__ptov--pas a:hover h2.theme__none,
.t__ptov--pas a:hover h3.t__none,
.t__ptov--pas a:hover h3.theme__none,
.t__ptov--pas a:hover h4.t__none,
.t__ptov--pas a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__ptov--pastel a:hover h1.t__none--w-hov,
.theme__ptov--pastel a:hover h1.theme__none--with-hover,
.theme__ptov--pastel a:hover h2.t__none--w-hov,
.theme__ptov--pastel a:hover h2.theme__none--with-hover,
.theme__ptov--pastel a:hover h3.t__none--w-hov,
.theme__ptov--pastel a:hover h3.theme__none--with-hover,
.theme__ptov--pastel a:hover h4.t__none--w-hov,
.theme__ptov--pastel a:hover h4.theme__none--with-hover,
.t__ptov--pas a:hover h1.t__none--w-hov,
.t__ptov--pas a:hover h1.theme__none--with-hover,
.t__ptov--pas a:hover h2.t__none--w-hov,
.t__ptov--pas a:hover h2.theme__none--with-hover,
.t__ptov--pas a:hover h3.t__none--w-hov,
.t__ptov--pas a:hover h3.theme__none--with-hover,
.t__ptov--pas a:hover h4.t__none--w-hov,
.t__ptov--pas a:hover h4.theme__none--with-hover {
  color: rgba(7, 117, 111, 0.1);
}

.theme__ptov--background-primary,
.t__ptov--bg-pri {
  background-color: #07756F;
}

.theme__ptov--background-secondary,
.t__ptov--bg-sec {
  background-color: #07756F;
}

.theme__ptov--background-pastel,
.t__ptov--bg-pas {
  background-color: rgba(7, 117, 111, 0.1);
}

.theme__vol--primary h1, .theme__vol--primary h2, .theme__vol--primary h3, .theme__vol--primary h4, .theme__vol--primary h5, .theme__vol--primary h6,
.t__vol--pri h1,
.t__vol--pri h2,
.t__vol--pri h3,
.t__vol--pri h4,
.t__vol--pri h5,
.t__vol--pri h6 {
  color: #0072BC;
}
.theme__vol--primary a,
.t__vol--pri a {
  color: #4a4a4a;
  border-color: #0072BC;
  text-decoration: none;
}
.theme__vol--primary a:hover,
.t__vol--pri a:hover {
  color: #0072BC;
}
.theme__vol--primary a:hover h1, .theme__vol--primary a:hover h2, .theme__vol--primary a:hover h3, .theme__vol--primary a:hover h4, .theme__vol--primary a:hover h5, .theme__vol--primary a:hover h6,
.t__vol--pri a:hover h1,
.t__vol--pri a:hover h2,
.t__vol--pri a:hover h3,
.t__vol--pri a:hover h4,
.t__vol--pri a:hover h5,
.t__vol--pri a:hover h6 {
  color: #0072BC;
}
.theme__vol--primary a div,
.t__vol--pri a div {
  border-color: #0072BC !important;
}
.theme__vol--primary input,
.t__vol--pri input {
  border-color: #0072BC;
}
.theme__vol--primary p,
.t__vol--pri p {
  color: #4a4a4a;
}
.theme__vol--primary .button,
.theme__vol--primary .btn,
.theme__vol--primary .btn__pill, .theme__vol--primary.button, .theme__vol--primary.btn, .theme__vol--primary.btn__pill,
.t__vol--pri .button,
.t__vol--pri .btn,
.t__vol--pri .btn__pill,
.t__vol--pri.button,
.t__vol--pri.btn,
.t__vol--pri.btn__pill {
  border-color: #0072BC;
}
@media (hover: hover) {
  .theme__vol--primary .button:hover,
  .theme__vol--primary .btn:hover,
  .theme__vol--primary .btn__pill:hover, .theme__vol--primary.button:hover, .theme__vol--primary.btn:hover, .theme__vol--primary.btn__pill:hover,
  .t__vol--pri .button:hover,
  .t__vol--pri .btn:hover,
  .t__vol--pri .btn__pill:hover,
  .t__vol--pri.button:hover,
  .t__vol--pri.btn:hover,
  .t__vol--pri.btn__pill:hover {
    color: #ffffff;
    background: #0072BC;
  }
  .theme__vol--primary .button:hover i,
  .theme__vol--primary .btn:hover i,
  .theme__vol--primary .btn__pill:hover i, .theme__vol--primary.button:hover i, .theme__vol--primary.btn:hover i, .theme__vol--primary.btn__pill:hover i,
  .t__vol--pri .button:hover i,
  .t__vol--pri .btn:hover i,
  .t__vol--pri .btn__pill:hover i,
  .t__vol--pri.button:hover i,
  .t__vol--pri.btn:hover i,
  .t__vol--pri.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__vol--primary .button__invert,
.theme__vol--primary .btn__invert,
.theme__vol--primary .btn__pill__invert, .theme__vol--primary.button__invert, .theme__vol--primary.btn__invert, .theme__vol--primary.btn__pill__invert,
.t__vol--pri .button__invert,
.t__vol--pri .btn__invert,
.t__vol--pri .btn__pill__invert,
.t__vol--pri.button__invert,
.t__vol--pri.btn__invert,
.t__vol--pri.btn__pill__invert {
  background-color: #0072BC;
  color: #ffffff;
}
.theme__vol--primary .button__invert h4,
.theme__vol--primary .btn__invert h4,
.theme__vol--primary .btn__pill__invert h4, .theme__vol--primary.button__invert h4, .theme__vol--primary.btn__invert h4, .theme__vol--primary.btn__pill__invert h4,
.t__vol--pri .button__invert h4,
.t__vol--pri .btn__invert h4,
.t__vol--pri .btn__pill__invert h4,
.t__vol--pri.button__invert h4,
.t__vol--pri.btn__invert h4,
.t__vol--pri.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__vol--primary .button__invert:hover,
.theme__vol--primary .btn__invert:hover,
.theme__vol--primary .btn__pill__invert:hover, .theme__vol--primary.button__invert:hover, .theme__vol--primary.btn__invert:hover, .theme__vol--primary.btn__pill__invert:hover,
.t__vol--pri .button__invert:hover,
.t__vol--pri .btn__invert:hover,
.t__vol--pri .btn__pill__invert:hover,
.t__vol--pri.button__invert:hover,
.t__vol--pri.btn__invert:hover,
.t__vol--pri.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__vol--primary .button__invert:hover h4,
.theme__vol--primary .btn__invert:hover h4,
.theme__vol--primary .btn__pill__invert:hover h4, .theme__vol--primary.button__invert:hover h4, .theme__vol--primary.btn__invert:hover h4, .theme__vol--primary.btn__pill__invert:hover h4,
.t__vol--pri .button__invert:hover h4,
.t__vol--pri .btn__invert:hover h4,
.t__vol--pri .btn__pill__invert:hover h4,
.t__vol--pri.button__invert:hover h4,
.t__vol--pri.btn__invert:hover h4,
.t__vol--pri.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__vol--primary .button__invert--hover:hover,
.theme__vol--primary .btn__invert--hover:hover,
.theme__vol--primary .btn__pill__invert--hover:hover, .theme__vol--primary.button__invert--hover:hover, .theme__vol--primary.btn__invert--hover:hover, .theme__vol--primary.btn__pill__invert--hover:hover,
.t__vol--pri .button__invert--hover:hover,
.t__vol--pri .btn__invert--hover:hover,
.t__vol--pri .btn__pill__invert--hover:hover,
.t__vol--pri.button__invert--hover:hover,
.t__vol--pri.btn__invert--hover:hover,
.t__vol--pri.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__vol--primary .button__under,
.theme__vol--primary .btn__under,
.theme__vol--primary .btn__pill__under, .theme__vol--primary.button__under, .theme__vol--primary.btn__under, .theme__vol--primary.btn__pill__under,
.t__vol--pri .button__under,
.t__vol--pri .btn__under,
.t__vol--pri .btn__pill__under,
.t__vol--pri.button__under,
.t__vol--pri.btn__under,
.t__vol--pri.btn__pill__under {
  border-color: #0072BC;
}
.theme__vol--primary .btn__large,
.t__vol--pri .btn__large {
  background-color: #0072BC;
}
.theme__vol--primary .input__search,
.t__vol--pri .input__search {
  border-color: #0072BC;
}
.theme__vol--primary .input__search i,
.t__vol--pri .input__search i {
  color: #4a4a4a;
}
.theme__vol--primary .input__search:hover i,
.t__vol--pri .input__search:hover i {
  color: #0072BC;
}
.theme__vol--primary .component__foreground,
.t__vol--pri .component__foreground {
  color: #4a4a4a;
}
.theme__vol--primary.card,
.theme__vol--primary .card, .theme__vol--primary.card__with-image,
.theme__vol--primary .card__with-image,
.t__vol--pri.card,
.t__vol--pri .card,
.t__vol--pri.card__with-image,
.t__vol--pri .card__with-image {
  border-color: #0072BC;
}
.theme__vol--primary.card__highlight,
.theme__vol--primary .card__highlight,
.theme__vol--primary .card__highlight--image,
.theme__vol--primary .card__highlight--final,
.t__vol--pri.card__highlight,
.t__vol--pri .card__highlight,
.t__vol--pri .card__highlight--image,
.t__vol--pri .card__highlight--final {
  background-color: #0072BC;
  border-color: #0072BC;
}
.theme__vol--primary.card__highlight--title,
.theme__vol--primary .card__highlight--title,
.theme__vol--primary .card__highlight--image,
.theme__vol--primary .card__highlight--final,
.t__vol--pri.card__highlight--title,
.t__vol--pri .card__highlight--title,
.t__vol--pri .card__highlight--image,
.t__vol--pri .card__highlight--final {
  color: #4a4a4a;
}
.theme__vol--primary .image-slider__selector--dot,
.t__vol--pri .image-slider__selector--dot {
  background-color: #0072BC;
}
.theme__vol--primary .call-to-action__text h3,
.t__vol--pri .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__vol--primary .officer__block--title h5, .theme__vol--primary .officer__block--title h6,
.t__vol--pri .officer__block--title h5,
.t__vol--pri .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__vol--primary .block__statement--link,
.t__vol--pri .block__statement--link {
  color: #4a4a4a;
}
.theme__vol--primary .card__cutoff,
.t__vol--pri .card__cutoff {
  background: linear-gradient(#0072BC, #0072BC), linear-gradient(white, white);
}
.theme__vol--primary .card__cutoff p,
.t__vol--pri .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__vol--primary .card__cutoff:hover,
  .t__vol--pri .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__vol--primary .card__cutoff:hover p,
  .t__vol--pri .card__cutoff:hover p {
    color: #0072BC;
  }
  .theme__vol--primary .card__cutoff:hover .card__cutoff--link,
  .t__vol--pri .card__cutoff:hover .card__cutoff--link {
    color: #0072BC;
  }
  .theme__vol--primary .card__cutoff:hover .card__cutoff--text,
  .t__vol--pri .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__vol--primary .card__cutoff:hover .card__cutoff--text p,
  .t__vol--pri .card__cutoff:hover .card__cutoff--text p {
    color: #0072BC;
  }
  .theme__vol--primary .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__vol--pri .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: #0072BC;
  }
}
.theme__vol--primary .card__cutoff--link,
.t__vol--pri .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__vol--primary .card__cutoff--link:hover,
  .t__vol--pri .card__cutoff--link:hover {
    color: #0072BC;
  }
  .theme__vol--primary .card__cutoff--link:hover--link,
  .t__vol--pri .card__cutoff--link:hover--link {
    color: #0072BC;
  }
}
.theme__vol--primary .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__vol--pri .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: #0072BC;
}
.theme__vol--primary .dropdown__toggle--title,
.t__vol--pri .dropdown__toggle--title {
  color: #0072BC;
}
.theme__vol--primary .dropdown__toggle--icon i,
.t__vol--pri .dropdown__toggle--icon i {
  color: #0072BC;
}
.theme__vol--primary .large_timer__countdown--item_large,
.t__vol--pri .large_timer__countdown--item_large {
  background-color: #0072BC;
}
.theme__vol--primary .large_timer__countdown--item_medium,
.t__vol--pri .large_timer__countdown--item_medium {
  background-color: #0072BC;
}
.theme__vol--primary .large_timer__countdown--item_small,
.t__vol--pri .large_timer__countdown--item_small {
  background-color: #0072BC;
}
.theme__vol--primary .modalcontent,
.t__vol--pri .modalcontent {
  border-color: #0072BC;
}
.theme__vol--primary .transparent__header,
.t__vol--pri .transparent__header {
  background: #0072BC;
}
.theme__vol--primary .breadcrumb__slashes,
.t__vol--pri .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__vol--primary .the-list,
.t__vol--pri .the-list {
  background-color: #0072BC;
}
.theme__vol--primary .the-list option,
.t__vol--pri .the-list option {
  border-color: #0072BC !important;
}
.theme__vol--primary .es-list::-webkit-scrollbar-thumb,
.t__vol--pri .es-list::-webkit-scrollbar-thumb {
  background: #0072BC;
}
.theme__vol--primary .es-visible,
.t__vol--pri .es-visible {
  border-color: #0072BC !important;
}
.theme__vol--primary .ot-open,
.theme__vol--primary .ot-closed,
.t__vol--pri .ot-open,
.t__vol--pri .ot-closed {
  color: #0072BC;
}
.theme__vol--primary .colour__foreground,
.t__vol--pri .colour__foreground {
  color: #0072BC;
}
.theme__vol--primary h1.t__none,
.theme__vol--primary h1.theme__none,
.theme__vol--primary h2.t__none,
.theme__vol--primary h2.theme__none,
.theme__vol--primary h3.t__none,
.theme__vol--primary h3.theme__none,
.theme__vol--primary h4.t__none,
.theme__vol--primary h4.theme__none,
.theme__vol--primary h1.t__none--w-hov,
.theme__vol--primary h1.theme__none--with-hover,
.theme__vol--primary h2.t__none--w-hov,
.theme__vol--primary h2.theme__none--with-hover,
.theme__vol--primary h3.t__none--w-hov,
.theme__vol--primary h3.theme__none--with-hover,
.theme__vol--primary h4.t__none--w-hov,
.theme__vol--primary h4.theme__none--with-hover,
.t__vol--pri h1.t__none,
.t__vol--pri h1.theme__none,
.t__vol--pri h2.t__none,
.t__vol--pri h2.theme__none,
.t__vol--pri h3.t__none,
.t__vol--pri h3.theme__none,
.t__vol--pri h4.t__none,
.t__vol--pri h4.theme__none,
.t__vol--pri h1.t__none--w-hov,
.t__vol--pri h1.theme__none--with-hover,
.t__vol--pri h2.t__none--w-hov,
.t__vol--pri h2.theme__none--with-hover,
.t__vol--pri h3.t__none--w-hov,
.t__vol--pri h3.theme__none--with-hover,
.t__vol--pri h4.t__none--w-hov,
.t__vol--pri h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__vol--primary span.t__none,
.theme__vol--primary span.theme__none,
.t__vol--pri span.t__none,
.t__vol--pri span.theme__none {
  color: #4a4a4a;
}
.theme__vol--primary i.t__none,
.theme__vol--primary i.theme__none,
.t__vol--pri i.t__none,
.t__vol--pri i.theme__none {
  color: #4a4a4a;
}
.theme__vol--primary a.border__none,
.theme__vol--primary a.b__none,
.t__vol--pri a.border__none,
.t__vol--pri a.b__none {
  border: 0;
}
.theme__vol--primary a:hover h1.t__none,
.theme__vol--primary a:hover h1.theme__none,
.theme__vol--primary a:hover h2.t__none,
.theme__vol--primary a:hover h2.theme__none,
.theme__vol--primary a:hover h3.t__none,
.theme__vol--primary a:hover h3.theme__none,
.theme__vol--primary a:hover h4.t__none,
.theme__vol--primary a:hover h4.theme__none,
.t__vol--pri a:hover h1.t__none,
.t__vol--pri a:hover h1.theme__none,
.t__vol--pri a:hover h2.t__none,
.t__vol--pri a:hover h2.theme__none,
.t__vol--pri a:hover h3.t__none,
.t__vol--pri a:hover h3.theme__none,
.t__vol--pri a:hover h4.t__none,
.t__vol--pri a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__vol--primary a:hover h1.t__none--w-hov,
.theme__vol--primary a:hover h1.theme__none--with-hover,
.theme__vol--primary a:hover h2.t__none--w-hov,
.theme__vol--primary a:hover h2.theme__none--with-hover,
.theme__vol--primary a:hover h3.t__none--w-hov,
.theme__vol--primary a:hover h3.theme__none--with-hover,
.theme__vol--primary a:hover h4.t__none--w-hov,
.theme__vol--primary a:hover h4.theme__none--with-hover,
.t__vol--pri a:hover h1.t__none--w-hov,
.t__vol--pri a:hover h1.theme__none--with-hover,
.t__vol--pri a:hover h2.t__none--w-hov,
.t__vol--pri a:hover h2.theme__none--with-hover,
.t__vol--pri a:hover h3.t__none--w-hov,
.t__vol--pri a:hover h3.theme__none--with-hover,
.t__vol--pri a:hover h4.t__none--w-hov,
.t__vol--pri a:hover h4.theme__none--with-hover {
  color: #0072BC;
}
.theme__vol--primary .dotted__line--small, .theme__vol--primary .dotted__line--medium, .theme__vol--primary .dotted__line--large, .theme__vol--primary .dotted__line--x-large, .theme__vol--primary .dotted__line--huge,
.t__vol--pri .dotted__line--small,
.t__vol--pri .dotted__line--medium,
.t__vol--pri .dotted__line--large,
.t__vol--pri .dotted__line--x-large,
.t__vol--pri .dotted__line--huge {
  border-image-source: url("https://4e1af94715c225595af3-853d39369c554c336474f22b1382bbe4.ssl.cf3.rackcdn.com/dotted_vol.png");
}

.theme__vol--secondary h1, .theme__vol--secondary h2, .theme__vol--secondary h3, .theme__vol--secondary h4, .theme__vol--secondary h5, .theme__vol--secondary h6,
.t__vol--sec h1,
.t__vol--sec h2,
.t__vol--sec h3,
.t__vol--sec h4,
.t__vol--sec h5,
.t__vol--sec h6 {
  color: #0072BC;
}
.theme__vol--secondary a,
.t__vol--sec a {
  color: #4a4a4a;
  border-color: #0072BC;
  text-decoration: none;
}
.theme__vol--secondary a:hover,
.t__vol--sec a:hover {
  color: #0072BC;
}
.theme__vol--secondary a:hover h1, .theme__vol--secondary a:hover h2, .theme__vol--secondary a:hover h3, .theme__vol--secondary a:hover h4, .theme__vol--secondary a:hover h5, .theme__vol--secondary a:hover h6,
.t__vol--sec a:hover h1,
.t__vol--sec a:hover h2,
.t__vol--sec a:hover h3,
.t__vol--sec a:hover h4,
.t__vol--sec a:hover h5,
.t__vol--sec a:hover h6 {
  color: #0072BC;
}
.theme__vol--secondary a div,
.t__vol--sec a div {
  border-color: #0072BC !important;
}
.theme__vol--secondary input,
.t__vol--sec input {
  border-color: #0072BC;
}
.theme__vol--secondary p,
.t__vol--sec p {
  color: #4a4a4a;
}
.theme__vol--secondary .button,
.theme__vol--secondary .btn,
.theme__vol--secondary .btn__pill, .theme__vol--secondary.button, .theme__vol--secondary.btn, .theme__vol--secondary.btn__pill,
.t__vol--sec .button,
.t__vol--sec .btn,
.t__vol--sec .btn__pill,
.t__vol--sec.button,
.t__vol--sec.btn,
.t__vol--sec.btn__pill {
  border-color: #0072BC;
}
@media (hover: hover) {
  .theme__vol--secondary .button:hover,
  .theme__vol--secondary .btn:hover,
  .theme__vol--secondary .btn__pill:hover, .theme__vol--secondary.button:hover, .theme__vol--secondary.btn:hover, .theme__vol--secondary.btn__pill:hover,
  .t__vol--sec .button:hover,
  .t__vol--sec .btn:hover,
  .t__vol--sec .btn__pill:hover,
  .t__vol--sec.button:hover,
  .t__vol--sec.btn:hover,
  .t__vol--sec.btn__pill:hover {
    color: #ffffff;
    background: #0072BC;
  }
  .theme__vol--secondary .button:hover i,
  .theme__vol--secondary .btn:hover i,
  .theme__vol--secondary .btn__pill:hover i, .theme__vol--secondary.button:hover i, .theme__vol--secondary.btn:hover i, .theme__vol--secondary.btn__pill:hover i,
  .t__vol--sec .button:hover i,
  .t__vol--sec .btn:hover i,
  .t__vol--sec .btn__pill:hover i,
  .t__vol--sec.button:hover i,
  .t__vol--sec.btn:hover i,
  .t__vol--sec.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__vol--secondary .button__invert,
.theme__vol--secondary .btn__invert,
.theme__vol--secondary .btn__pill__invert, .theme__vol--secondary.button__invert, .theme__vol--secondary.btn__invert, .theme__vol--secondary.btn__pill__invert,
.t__vol--sec .button__invert,
.t__vol--sec .btn__invert,
.t__vol--sec .btn__pill__invert,
.t__vol--sec.button__invert,
.t__vol--sec.btn__invert,
.t__vol--sec.btn__pill__invert {
  background-color: #0072BC;
  color: #ffffff;
}
.theme__vol--secondary .button__invert h4,
.theme__vol--secondary .btn__invert h4,
.theme__vol--secondary .btn__pill__invert h4, .theme__vol--secondary.button__invert h4, .theme__vol--secondary.btn__invert h4, .theme__vol--secondary.btn__pill__invert h4,
.t__vol--sec .button__invert h4,
.t__vol--sec .btn__invert h4,
.t__vol--sec .btn__pill__invert h4,
.t__vol--sec.button__invert h4,
.t__vol--sec.btn__invert h4,
.t__vol--sec.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__vol--secondary .button__invert:hover,
.theme__vol--secondary .btn__invert:hover,
.theme__vol--secondary .btn__pill__invert:hover, .theme__vol--secondary.button__invert:hover, .theme__vol--secondary.btn__invert:hover, .theme__vol--secondary.btn__pill__invert:hover,
.t__vol--sec .button__invert:hover,
.t__vol--sec .btn__invert:hover,
.t__vol--sec .btn__pill__invert:hover,
.t__vol--sec.button__invert:hover,
.t__vol--sec.btn__invert:hover,
.t__vol--sec.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__vol--secondary .button__invert:hover h4,
.theme__vol--secondary .btn__invert:hover h4,
.theme__vol--secondary .btn__pill__invert:hover h4, .theme__vol--secondary.button__invert:hover h4, .theme__vol--secondary.btn__invert:hover h4, .theme__vol--secondary.btn__pill__invert:hover h4,
.t__vol--sec .button__invert:hover h4,
.t__vol--sec .btn__invert:hover h4,
.t__vol--sec .btn__pill__invert:hover h4,
.t__vol--sec.button__invert:hover h4,
.t__vol--sec.btn__invert:hover h4,
.t__vol--sec.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__vol--secondary .button__invert--hover:hover,
.theme__vol--secondary .btn__invert--hover:hover,
.theme__vol--secondary .btn__pill__invert--hover:hover, .theme__vol--secondary.button__invert--hover:hover, .theme__vol--secondary.btn__invert--hover:hover, .theme__vol--secondary.btn__pill__invert--hover:hover,
.t__vol--sec .button__invert--hover:hover,
.t__vol--sec .btn__invert--hover:hover,
.t__vol--sec .btn__pill__invert--hover:hover,
.t__vol--sec.button__invert--hover:hover,
.t__vol--sec.btn__invert--hover:hover,
.t__vol--sec.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__vol--secondary .button__under,
.theme__vol--secondary .btn__under,
.theme__vol--secondary .btn__pill__under, .theme__vol--secondary.button__under, .theme__vol--secondary.btn__under, .theme__vol--secondary.btn__pill__under,
.t__vol--sec .button__under,
.t__vol--sec .btn__under,
.t__vol--sec .btn__pill__under,
.t__vol--sec.button__under,
.t__vol--sec.btn__under,
.t__vol--sec.btn__pill__under {
  border-color: #0072BC;
}
.theme__vol--secondary .btn__large,
.t__vol--sec .btn__large {
  background-color: #0072BC;
}
.theme__vol--secondary .input__search,
.t__vol--sec .input__search {
  border-color: #0072BC;
}
.theme__vol--secondary .input__search i,
.t__vol--sec .input__search i {
  color: #4a4a4a;
}
.theme__vol--secondary .input__search:hover i,
.t__vol--sec .input__search:hover i {
  color: #0072BC;
}
.theme__vol--secondary .component__foreground,
.t__vol--sec .component__foreground {
  color: #4a4a4a;
}
.theme__vol--secondary.card,
.theme__vol--secondary .card, .theme__vol--secondary.card__with-image,
.theme__vol--secondary .card__with-image,
.t__vol--sec.card,
.t__vol--sec .card,
.t__vol--sec.card__with-image,
.t__vol--sec .card__with-image {
  border-color: #0072BC;
}
.theme__vol--secondary.card__highlight,
.theme__vol--secondary .card__highlight,
.theme__vol--secondary .card__highlight--image,
.theme__vol--secondary .card__highlight--final,
.t__vol--sec.card__highlight,
.t__vol--sec .card__highlight,
.t__vol--sec .card__highlight--image,
.t__vol--sec .card__highlight--final {
  background-color: #0072BC;
  border-color: #0072BC;
}
.theme__vol--secondary.card__highlight--title,
.theme__vol--secondary .card__highlight--title,
.theme__vol--secondary .card__highlight--image,
.theme__vol--secondary .card__highlight--final,
.t__vol--sec.card__highlight--title,
.t__vol--sec .card__highlight--title,
.t__vol--sec .card__highlight--image,
.t__vol--sec .card__highlight--final {
  color: #4a4a4a;
}
.theme__vol--secondary .image-slider__selector--dot,
.t__vol--sec .image-slider__selector--dot {
  background-color: #0072BC;
}
.theme__vol--secondary .call-to-action__text h3,
.t__vol--sec .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__vol--secondary .officer__block--title h5, .theme__vol--secondary .officer__block--title h6,
.t__vol--sec .officer__block--title h5,
.t__vol--sec .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__vol--secondary .block__statement--link,
.t__vol--sec .block__statement--link {
  color: #4a4a4a;
}
.theme__vol--secondary .card__cutoff,
.t__vol--sec .card__cutoff {
  background: linear-gradient(#0072BC, #0072BC), linear-gradient(white, white);
}
.theme__vol--secondary .card__cutoff p,
.t__vol--sec .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__vol--secondary .card__cutoff:hover,
  .t__vol--sec .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__vol--secondary .card__cutoff:hover p,
  .t__vol--sec .card__cutoff:hover p {
    color: #0072BC;
  }
  .theme__vol--secondary .card__cutoff:hover .card__cutoff--link,
  .t__vol--sec .card__cutoff:hover .card__cutoff--link {
    color: #0072BC;
  }
  .theme__vol--secondary .card__cutoff:hover .card__cutoff--text,
  .t__vol--sec .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__vol--secondary .card__cutoff:hover .card__cutoff--text p,
  .t__vol--sec .card__cutoff:hover .card__cutoff--text p {
    color: #0072BC;
  }
  .theme__vol--secondary .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__vol--sec .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: #0072BC;
  }
}
.theme__vol--secondary .card__cutoff--link,
.t__vol--sec .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__vol--secondary .card__cutoff--link:hover,
  .t__vol--sec .card__cutoff--link:hover {
    color: #0072BC;
  }
  .theme__vol--secondary .card__cutoff--link:hover--link,
  .t__vol--sec .card__cutoff--link:hover--link {
    color: #0072BC;
  }
}
.theme__vol--secondary .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__vol--sec .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: #0072BC;
}
.theme__vol--secondary .dropdown__toggle--title,
.t__vol--sec .dropdown__toggle--title {
  color: #0072BC;
}
.theme__vol--secondary .dropdown__toggle--icon i,
.t__vol--sec .dropdown__toggle--icon i {
  color: #0072BC;
}
.theme__vol--secondary .large_timer__countdown--item_large,
.t__vol--sec .large_timer__countdown--item_large {
  background-color: #0072BC;
}
.theme__vol--secondary .large_timer__countdown--item_medium,
.t__vol--sec .large_timer__countdown--item_medium {
  background-color: #0072BC;
}
.theme__vol--secondary .large_timer__countdown--item_small,
.t__vol--sec .large_timer__countdown--item_small {
  background-color: #0072BC;
}
.theme__vol--secondary .modalcontent,
.t__vol--sec .modalcontent {
  border-color: #0072BC;
}
.theme__vol--secondary .transparent__header,
.t__vol--sec .transparent__header {
  background: #0072BC;
}
.theme__vol--secondary .breadcrumb__slashes,
.t__vol--sec .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__vol--secondary .the-list,
.t__vol--sec .the-list {
  background-color: #0072BC;
}
.theme__vol--secondary .the-list option,
.t__vol--sec .the-list option {
  border-color: #0072BC !important;
}
.theme__vol--secondary .es-list::-webkit-scrollbar-thumb,
.t__vol--sec .es-list::-webkit-scrollbar-thumb {
  background: #0072BC;
}
.theme__vol--secondary .es-visible,
.t__vol--sec .es-visible {
  border-color: #0072BC !important;
}
.theme__vol--secondary .ot-open,
.theme__vol--secondary .ot-closed,
.t__vol--sec .ot-open,
.t__vol--sec .ot-closed {
  color: #0072BC;
}
.theme__vol--secondary .colour__foreground,
.t__vol--sec .colour__foreground {
  color: #0072BC;
}
.theme__vol--secondary h1.t__none,
.theme__vol--secondary h1.theme__none,
.theme__vol--secondary h2.t__none,
.theme__vol--secondary h2.theme__none,
.theme__vol--secondary h3.t__none,
.theme__vol--secondary h3.theme__none,
.theme__vol--secondary h4.t__none,
.theme__vol--secondary h4.theme__none,
.theme__vol--secondary h1.t__none--w-hov,
.theme__vol--secondary h1.theme__none--with-hover,
.theme__vol--secondary h2.t__none--w-hov,
.theme__vol--secondary h2.theme__none--with-hover,
.theme__vol--secondary h3.t__none--w-hov,
.theme__vol--secondary h3.theme__none--with-hover,
.theme__vol--secondary h4.t__none--w-hov,
.theme__vol--secondary h4.theme__none--with-hover,
.t__vol--sec h1.t__none,
.t__vol--sec h1.theme__none,
.t__vol--sec h2.t__none,
.t__vol--sec h2.theme__none,
.t__vol--sec h3.t__none,
.t__vol--sec h3.theme__none,
.t__vol--sec h4.t__none,
.t__vol--sec h4.theme__none,
.t__vol--sec h1.t__none--w-hov,
.t__vol--sec h1.theme__none--with-hover,
.t__vol--sec h2.t__none--w-hov,
.t__vol--sec h2.theme__none--with-hover,
.t__vol--sec h3.t__none--w-hov,
.t__vol--sec h3.theme__none--with-hover,
.t__vol--sec h4.t__none--w-hov,
.t__vol--sec h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__vol--secondary span.t__none,
.theme__vol--secondary span.theme__none,
.t__vol--sec span.t__none,
.t__vol--sec span.theme__none {
  color: #4a4a4a;
}
.theme__vol--secondary i.t__none,
.theme__vol--secondary i.theme__none,
.t__vol--sec i.t__none,
.t__vol--sec i.theme__none {
  color: #4a4a4a;
}
.theme__vol--secondary a.border__none,
.theme__vol--secondary a.b__none,
.t__vol--sec a.border__none,
.t__vol--sec a.b__none {
  border: 0;
}
.theme__vol--secondary a:hover h1.t__none,
.theme__vol--secondary a:hover h1.theme__none,
.theme__vol--secondary a:hover h2.t__none,
.theme__vol--secondary a:hover h2.theme__none,
.theme__vol--secondary a:hover h3.t__none,
.theme__vol--secondary a:hover h3.theme__none,
.theme__vol--secondary a:hover h4.t__none,
.theme__vol--secondary a:hover h4.theme__none,
.t__vol--sec a:hover h1.t__none,
.t__vol--sec a:hover h1.theme__none,
.t__vol--sec a:hover h2.t__none,
.t__vol--sec a:hover h2.theme__none,
.t__vol--sec a:hover h3.t__none,
.t__vol--sec a:hover h3.theme__none,
.t__vol--sec a:hover h4.t__none,
.t__vol--sec a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__vol--secondary a:hover h1.t__none--w-hov,
.theme__vol--secondary a:hover h1.theme__none--with-hover,
.theme__vol--secondary a:hover h2.t__none--w-hov,
.theme__vol--secondary a:hover h2.theme__none--with-hover,
.theme__vol--secondary a:hover h3.t__none--w-hov,
.theme__vol--secondary a:hover h3.theme__none--with-hover,
.theme__vol--secondary a:hover h4.t__none--w-hov,
.theme__vol--secondary a:hover h4.theme__none--with-hover,
.t__vol--sec a:hover h1.t__none--w-hov,
.t__vol--sec a:hover h1.theme__none--with-hover,
.t__vol--sec a:hover h2.t__none--w-hov,
.t__vol--sec a:hover h2.theme__none--with-hover,
.t__vol--sec a:hover h3.t__none--w-hov,
.t__vol--sec a:hover h3.theme__none--with-hover,
.t__vol--sec a:hover h4.t__none--w-hov,
.t__vol--sec a:hover h4.theme__none--with-hover {
  color: #0072BC;
}

.theme__vol--pastel h1, .theme__vol--pastel h2, .theme__vol--pastel h3, .theme__vol--pastel h4, .theme__vol--pastel h5, .theme__vol--pastel h6,
.t__vol--pas h1,
.t__vol--pas h2,
.t__vol--pas h3,
.t__vol--pas h4,
.t__vol--pas h5,
.t__vol--pas h6 {
  color: rgba(7, 117, 111, 0.1);
}
.theme__vol--pastel a,
.t__vol--pas a {
  color: #4a4a4a;
  border-color: rgba(7, 117, 111, 0.1);
  text-decoration: none;
}
.theme__vol--pastel a:hover,
.t__vol--pas a:hover {
  color: rgba(7, 117, 111, 0.1);
}
.theme__vol--pastel a:hover h1, .theme__vol--pastel a:hover h2, .theme__vol--pastel a:hover h3, .theme__vol--pastel a:hover h4, .theme__vol--pastel a:hover h5, .theme__vol--pastel a:hover h6,
.t__vol--pas a:hover h1,
.t__vol--pas a:hover h2,
.t__vol--pas a:hover h3,
.t__vol--pas a:hover h4,
.t__vol--pas a:hover h5,
.t__vol--pas a:hover h6 {
  color: rgba(7, 117, 111, 0.1);
}
.theme__vol--pastel a div,
.t__vol--pas a div {
  border-color: rgba(7, 117, 111, 0.1) !important;
}
.theme__vol--pastel input,
.t__vol--pas input {
  border-color: rgba(7, 117, 111, 0.1);
}
.theme__vol--pastel p,
.t__vol--pas p {
  color: #4a4a4a;
}
.theme__vol--pastel .button,
.theme__vol--pastel .btn,
.theme__vol--pastel .btn__pill, .theme__vol--pastel.button, .theme__vol--pastel.btn, .theme__vol--pastel.btn__pill,
.t__vol--pas .button,
.t__vol--pas .btn,
.t__vol--pas .btn__pill,
.t__vol--pas.button,
.t__vol--pas.btn,
.t__vol--pas.btn__pill {
  border-color: rgba(7, 117, 111, 0.1);
}
@media (hover: hover) {
  .theme__vol--pastel .button:hover,
  .theme__vol--pastel .btn:hover,
  .theme__vol--pastel .btn__pill:hover, .theme__vol--pastel.button:hover, .theme__vol--pastel.btn:hover, .theme__vol--pastel.btn__pill:hover,
  .t__vol--pas .button:hover,
  .t__vol--pas .btn:hover,
  .t__vol--pas .btn__pill:hover,
  .t__vol--pas.button:hover,
  .t__vol--pas.btn:hover,
  .t__vol--pas.btn__pill:hover {
    color: #ffffff;
    background: rgba(7, 117, 111, 0.1);
  }
  .theme__vol--pastel .button:hover i,
  .theme__vol--pastel .btn:hover i,
  .theme__vol--pastel .btn__pill:hover i, .theme__vol--pastel.button:hover i, .theme__vol--pastel.btn:hover i, .theme__vol--pastel.btn__pill:hover i,
  .t__vol--pas .button:hover i,
  .t__vol--pas .btn:hover i,
  .t__vol--pas .btn__pill:hover i,
  .t__vol--pas.button:hover i,
  .t__vol--pas.btn:hover i,
  .t__vol--pas.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__vol--pastel .button__invert,
.theme__vol--pastel .btn__invert,
.theme__vol--pastel .btn__pill__invert, .theme__vol--pastel.button__invert, .theme__vol--pastel.btn__invert, .theme__vol--pastel.btn__pill__invert,
.t__vol--pas .button__invert,
.t__vol--pas .btn__invert,
.t__vol--pas .btn__pill__invert,
.t__vol--pas.button__invert,
.t__vol--pas.btn__invert,
.t__vol--pas.btn__pill__invert {
  background-color: rgba(7, 117, 111, 0.1);
  color: #ffffff;
}
.theme__vol--pastel .button__invert h4,
.theme__vol--pastel .btn__invert h4,
.theme__vol--pastel .btn__pill__invert h4, .theme__vol--pastel.button__invert h4, .theme__vol--pastel.btn__invert h4, .theme__vol--pastel.btn__pill__invert h4,
.t__vol--pas .button__invert h4,
.t__vol--pas .btn__invert h4,
.t__vol--pas .btn__pill__invert h4,
.t__vol--pas.button__invert h4,
.t__vol--pas.btn__invert h4,
.t__vol--pas.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__vol--pastel .button__invert:hover,
.theme__vol--pastel .btn__invert:hover,
.theme__vol--pastel .btn__pill__invert:hover, .theme__vol--pastel.button__invert:hover, .theme__vol--pastel.btn__invert:hover, .theme__vol--pastel.btn__pill__invert:hover,
.t__vol--pas .button__invert:hover,
.t__vol--pas .btn__invert:hover,
.t__vol--pas .btn__pill__invert:hover,
.t__vol--pas.button__invert:hover,
.t__vol--pas.btn__invert:hover,
.t__vol--pas.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__vol--pastel .button__invert:hover h4,
.theme__vol--pastel .btn__invert:hover h4,
.theme__vol--pastel .btn__pill__invert:hover h4, .theme__vol--pastel.button__invert:hover h4, .theme__vol--pastel.btn__invert:hover h4, .theme__vol--pastel.btn__pill__invert:hover h4,
.t__vol--pas .button__invert:hover h4,
.t__vol--pas .btn__invert:hover h4,
.t__vol--pas .btn__pill__invert:hover h4,
.t__vol--pas.button__invert:hover h4,
.t__vol--pas.btn__invert:hover h4,
.t__vol--pas.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__vol--pastel .button__invert--hover:hover,
.theme__vol--pastel .btn__invert--hover:hover,
.theme__vol--pastel .btn__pill__invert--hover:hover, .theme__vol--pastel.button__invert--hover:hover, .theme__vol--pastel.btn__invert--hover:hover, .theme__vol--pastel.btn__pill__invert--hover:hover,
.t__vol--pas .button__invert--hover:hover,
.t__vol--pas .btn__invert--hover:hover,
.t__vol--pas .btn__pill__invert--hover:hover,
.t__vol--pas.button__invert--hover:hover,
.t__vol--pas.btn__invert--hover:hover,
.t__vol--pas.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__vol--pastel .button__under,
.theme__vol--pastel .btn__under,
.theme__vol--pastel .btn__pill__under, .theme__vol--pastel.button__under, .theme__vol--pastel.btn__under, .theme__vol--pastel.btn__pill__under,
.t__vol--pas .button__under,
.t__vol--pas .btn__under,
.t__vol--pas .btn__pill__under,
.t__vol--pas.button__under,
.t__vol--pas.btn__under,
.t__vol--pas.btn__pill__under {
  border-color: rgba(7, 117, 111, 0.1);
}
.theme__vol--pastel .btn__large,
.t__vol--pas .btn__large {
  background-color: rgba(7, 117, 111, 0.1);
}
.theme__vol--pastel .input__search,
.t__vol--pas .input__search {
  border-color: rgba(7, 117, 111, 0.1);
}
.theme__vol--pastel .input__search i,
.t__vol--pas .input__search i {
  color: #4a4a4a;
}
.theme__vol--pastel .input__search:hover i,
.t__vol--pas .input__search:hover i {
  color: rgba(7, 117, 111, 0.1);
}
.theme__vol--pastel .component__foreground,
.t__vol--pas .component__foreground {
  color: #4a4a4a;
}
.theme__vol--pastel.card,
.theme__vol--pastel .card, .theme__vol--pastel.card__with-image,
.theme__vol--pastel .card__with-image,
.t__vol--pas.card,
.t__vol--pas .card,
.t__vol--pas.card__with-image,
.t__vol--pas .card__with-image {
  border-color: rgba(7, 117, 111, 0.1);
}
.theme__vol--pastel.card__highlight,
.theme__vol--pastel .card__highlight,
.theme__vol--pastel .card__highlight--image,
.theme__vol--pastel .card__highlight--final,
.t__vol--pas.card__highlight,
.t__vol--pas .card__highlight,
.t__vol--pas .card__highlight--image,
.t__vol--pas .card__highlight--final {
  background-color: rgba(7, 117, 111, 0.1);
  border-color: rgba(7, 117, 111, 0.1);
}
.theme__vol--pastel.card__highlight--title,
.theme__vol--pastel .card__highlight--title,
.theme__vol--pastel .card__highlight--image,
.theme__vol--pastel .card__highlight--final,
.t__vol--pas.card__highlight--title,
.t__vol--pas .card__highlight--title,
.t__vol--pas .card__highlight--image,
.t__vol--pas .card__highlight--final {
  color: #4a4a4a;
}
.theme__vol--pastel .image-slider__selector--dot,
.t__vol--pas .image-slider__selector--dot {
  background-color: rgba(7, 117, 111, 0.1);
}
.theme__vol--pastel .call-to-action__text h3,
.t__vol--pas .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__vol--pastel .officer__block--title h5, .theme__vol--pastel .officer__block--title h6,
.t__vol--pas .officer__block--title h5,
.t__vol--pas .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__vol--pastel .block__statement--link,
.t__vol--pas .block__statement--link {
  color: #4a4a4a;
}
.theme__vol--pastel .card__cutoff,
.t__vol--pas .card__cutoff {
  background: linear-gradient(rgba(7, 117, 111, 0.1), rgba(7, 117, 111, 0.1)), linear-gradient(white, white);
}
.theme__vol--pastel .card__cutoff p,
.t__vol--pas .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__vol--pastel .card__cutoff:hover,
  .t__vol--pas .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__vol--pastel .card__cutoff:hover p,
  .t__vol--pas .card__cutoff:hover p {
    color: rgba(7, 117, 111, 0.1);
  }
  .theme__vol--pastel .card__cutoff:hover .card__cutoff--link,
  .t__vol--pas .card__cutoff:hover .card__cutoff--link {
    color: rgba(7, 117, 111, 0.1);
  }
  .theme__vol--pastel .card__cutoff:hover .card__cutoff--text,
  .t__vol--pas .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__vol--pastel .card__cutoff:hover .card__cutoff--text p,
  .t__vol--pas .card__cutoff:hover .card__cutoff--text p {
    color: rgba(7, 117, 111, 0.1);
  }
  .theme__vol--pastel .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__vol--pas .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: rgba(7, 117, 111, 0.1);
  }
}
.theme__vol--pastel .card__cutoff--link,
.t__vol--pas .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__vol--pastel .card__cutoff--link:hover,
  .t__vol--pas .card__cutoff--link:hover {
    color: rgba(7, 117, 111, 0.1);
  }
  .theme__vol--pastel .card__cutoff--link:hover--link,
  .t__vol--pas .card__cutoff--link:hover--link {
    color: rgba(7, 117, 111, 0.1);
  }
}
.theme__vol--pastel .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__vol--pas .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: rgba(7, 117, 111, 0.1);
}
.theme__vol--pastel .dropdown__toggle--title,
.t__vol--pas .dropdown__toggle--title {
  color: rgba(7, 117, 111, 0.1);
}
.theme__vol--pastel .dropdown__toggle--icon i,
.t__vol--pas .dropdown__toggle--icon i {
  color: rgba(7, 117, 111, 0.1);
}
.theme__vol--pastel .large_timer__countdown--item_large,
.t__vol--pas .large_timer__countdown--item_large {
  background-color: rgba(7, 117, 111, 0.1);
}
.theme__vol--pastel .large_timer__countdown--item_medium,
.t__vol--pas .large_timer__countdown--item_medium {
  background-color: rgba(7, 117, 111, 0.1);
}
.theme__vol--pastel .large_timer__countdown--item_small,
.t__vol--pas .large_timer__countdown--item_small {
  background-color: rgba(7, 117, 111, 0.1);
}
.theme__vol--pastel .modalcontent,
.t__vol--pas .modalcontent {
  border-color: rgba(7, 117, 111, 0.1);
}
.theme__vol--pastel .transparent__header,
.t__vol--pas .transparent__header {
  background: rgba(7, 117, 111, 0.1);
}
.theme__vol--pastel .breadcrumb__slashes,
.t__vol--pas .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__vol--pastel .the-list,
.t__vol--pas .the-list {
  background-color: rgba(7, 117, 111, 0.1);
}
.theme__vol--pastel .the-list option,
.t__vol--pas .the-list option {
  border-color: rgba(7, 117, 111, 0.1) !important;
}
.theme__vol--pastel .es-list::-webkit-scrollbar-thumb,
.t__vol--pas .es-list::-webkit-scrollbar-thumb {
  background: rgba(7, 117, 111, 0.1);
}
.theme__vol--pastel .es-visible,
.t__vol--pas .es-visible {
  border-color: rgba(7, 117, 111, 0.1) !important;
}
.theme__vol--pastel .ot-open,
.theme__vol--pastel .ot-closed,
.t__vol--pas .ot-open,
.t__vol--pas .ot-closed {
  color: rgba(7, 117, 111, 0.1);
}
.theme__vol--pastel .colour__foreground,
.t__vol--pas .colour__foreground {
  color: rgba(7, 117, 111, 0.1);
}
.theme__vol--pastel h1.t__none,
.theme__vol--pastel h1.theme__none,
.theme__vol--pastel h2.t__none,
.theme__vol--pastel h2.theme__none,
.theme__vol--pastel h3.t__none,
.theme__vol--pastel h3.theme__none,
.theme__vol--pastel h4.t__none,
.theme__vol--pastel h4.theme__none,
.theme__vol--pastel h1.t__none--w-hov,
.theme__vol--pastel h1.theme__none--with-hover,
.theme__vol--pastel h2.t__none--w-hov,
.theme__vol--pastel h2.theme__none--with-hover,
.theme__vol--pastel h3.t__none--w-hov,
.theme__vol--pastel h3.theme__none--with-hover,
.theme__vol--pastel h4.t__none--w-hov,
.theme__vol--pastel h4.theme__none--with-hover,
.t__vol--pas h1.t__none,
.t__vol--pas h1.theme__none,
.t__vol--pas h2.t__none,
.t__vol--pas h2.theme__none,
.t__vol--pas h3.t__none,
.t__vol--pas h3.theme__none,
.t__vol--pas h4.t__none,
.t__vol--pas h4.theme__none,
.t__vol--pas h1.t__none--w-hov,
.t__vol--pas h1.theme__none--with-hover,
.t__vol--pas h2.t__none--w-hov,
.t__vol--pas h2.theme__none--with-hover,
.t__vol--pas h3.t__none--w-hov,
.t__vol--pas h3.theme__none--with-hover,
.t__vol--pas h4.t__none--w-hov,
.t__vol--pas h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__vol--pastel span.t__none,
.theme__vol--pastel span.theme__none,
.t__vol--pas span.t__none,
.t__vol--pas span.theme__none {
  color: #4a4a4a;
}
.theme__vol--pastel i.t__none,
.theme__vol--pastel i.theme__none,
.t__vol--pas i.t__none,
.t__vol--pas i.theme__none {
  color: #4a4a4a;
}
.theme__vol--pastel a.border__none,
.theme__vol--pastel a.b__none,
.t__vol--pas a.border__none,
.t__vol--pas a.b__none {
  border: 0;
}
.theme__vol--pastel a:hover h1.t__none,
.theme__vol--pastel a:hover h1.theme__none,
.theme__vol--pastel a:hover h2.t__none,
.theme__vol--pastel a:hover h2.theme__none,
.theme__vol--pastel a:hover h3.t__none,
.theme__vol--pastel a:hover h3.theme__none,
.theme__vol--pastel a:hover h4.t__none,
.theme__vol--pastel a:hover h4.theme__none,
.t__vol--pas a:hover h1.t__none,
.t__vol--pas a:hover h1.theme__none,
.t__vol--pas a:hover h2.t__none,
.t__vol--pas a:hover h2.theme__none,
.t__vol--pas a:hover h3.t__none,
.t__vol--pas a:hover h3.theme__none,
.t__vol--pas a:hover h4.t__none,
.t__vol--pas a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__vol--pastel a:hover h1.t__none--w-hov,
.theme__vol--pastel a:hover h1.theme__none--with-hover,
.theme__vol--pastel a:hover h2.t__none--w-hov,
.theme__vol--pastel a:hover h2.theme__none--with-hover,
.theme__vol--pastel a:hover h3.t__none--w-hov,
.theme__vol--pastel a:hover h3.theme__none--with-hover,
.theme__vol--pastel a:hover h4.t__none--w-hov,
.theme__vol--pastel a:hover h4.theme__none--with-hover,
.t__vol--pas a:hover h1.t__none--w-hov,
.t__vol--pas a:hover h1.theme__none--with-hover,
.t__vol--pas a:hover h2.t__none--w-hov,
.t__vol--pas a:hover h2.theme__none--with-hover,
.t__vol--pas a:hover h3.t__none--w-hov,
.t__vol--pas a:hover h3.theme__none--with-hover,
.t__vol--pas a:hover h4.t__none--w-hov,
.t__vol--pas a:hover h4.theme__none--with-hover {
  color: rgba(7, 117, 111, 0.1);
}

.theme__vol--background-primary,
.t__vol--bg-pri {
  background-color: #0072BC;
}

.theme__vol--background-secondary,
.t__vol--bg-sec {
  background-color: #0072BC;
}

.theme__vol--background-pastel,
.t__vol--bg-pas {
  background-color: rgba(7, 117, 111, 0.1);
}

.theme__mc--primary h1, .theme__mc--primary h2, .theme__mc--primary h3, .theme__mc--primary h4, .theme__mc--primary h5, .theme__mc--primary h6,
.t__mc--pri h1,
.t__mc--pri h2,
.t__mc--pri h3,
.t__mc--pri h4,
.t__mc--pri h5,
.t__mc--pri h6 {
  color: #0ABEF0;
}
.theme__mc--primary a,
.t__mc--pri a {
  color: #4a4a4a;
  border-color: #0ABEF0;
  text-decoration: none;
}
.theme__mc--primary a:hover,
.t__mc--pri a:hover {
  color: #0ABEF0;
}
.theme__mc--primary a:hover h1, .theme__mc--primary a:hover h2, .theme__mc--primary a:hover h3, .theme__mc--primary a:hover h4, .theme__mc--primary a:hover h5, .theme__mc--primary a:hover h6,
.t__mc--pri a:hover h1,
.t__mc--pri a:hover h2,
.t__mc--pri a:hover h3,
.t__mc--pri a:hover h4,
.t__mc--pri a:hover h5,
.t__mc--pri a:hover h6 {
  color: #0ABEF0;
}
.theme__mc--primary a div,
.t__mc--pri a div {
  border-color: #0ABEF0 !important;
}
.theme__mc--primary input,
.t__mc--pri input {
  border-color: #0ABEF0;
}
.theme__mc--primary p,
.t__mc--pri p {
  color: #4a4a4a;
}
.theme__mc--primary .button,
.theme__mc--primary .btn,
.theme__mc--primary .btn__pill, .theme__mc--primary.button, .theme__mc--primary.btn, .theme__mc--primary.btn__pill,
.t__mc--pri .button,
.t__mc--pri .btn,
.t__mc--pri .btn__pill,
.t__mc--pri.button,
.t__mc--pri.btn,
.t__mc--pri.btn__pill {
  border-color: #0ABEF0;
}
@media (hover: hover) {
  .theme__mc--primary .button:hover,
  .theme__mc--primary .btn:hover,
  .theme__mc--primary .btn__pill:hover, .theme__mc--primary.button:hover, .theme__mc--primary.btn:hover, .theme__mc--primary.btn__pill:hover,
  .t__mc--pri .button:hover,
  .t__mc--pri .btn:hover,
  .t__mc--pri .btn__pill:hover,
  .t__mc--pri.button:hover,
  .t__mc--pri.btn:hover,
  .t__mc--pri.btn__pill:hover {
    color: #ffffff;
    background: #0ABEF0;
  }
  .theme__mc--primary .button:hover i,
  .theme__mc--primary .btn:hover i,
  .theme__mc--primary .btn__pill:hover i, .theme__mc--primary.button:hover i, .theme__mc--primary.btn:hover i, .theme__mc--primary.btn__pill:hover i,
  .t__mc--pri .button:hover i,
  .t__mc--pri .btn:hover i,
  .t__mc--pri .btn__pill:hover i,
  .t__mc--pri.button:hover i,
  .t__mc--pri.btn:hover i,
  .t__mc--pri.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__mc--primary .button__invert,
.theme__mc--primary .btn__invert,
.theme__mc--primary .btn__pill__invert, .theme__mc--primary.button__invert, .theme__mc--primary.btn__invert, .theme__mc--primary.btn__pill__invert,
.t__mc--pri .button__invert,
.t__mc--pri .btn__invert,
.t__mc--pri .btn__pill__invert,
.t__mc--pri.button__invert,
.t__mc--pri.btn__invert,
.t__mc--pri.btn__pill__invert {
  background-color: #0ABEF0;
  color: #ffffff;
}
.theme__mc--primary .button__invert h4,
.theme__mc--primary .btn__invert h4,
.theme__mc--primary .btn__pill__invert h4, .theme__mc--primary.button__invert h4, .theme__mc--primary.btn__invert h4, .theme__mc--primary.btn__pill__invert h4,
.t__mc--pri .button__invert h4,
.t__mc--pri .btn__invert h4,
.t__mc--pri .btn__pill__invert h4,
.t__mc--pri.button__invert h4,
.t__mc--pri.btn__invert h4,
.t__mc--pri.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__mc--primary .button__invert:hover,
.theme__mc--primary .btn__invert:hover,
.theme__mc--primary .btn__pill__invert:hover, .theme__mc--primary.button__invert:hover, .theme__mc--primary.btn__invert:hover, .theme__mc--primary.btn__pill__invert:hover,
.t__mc--pri .button__invert:hover,
.t__mc--pri .btn__invert:hover,
.t__mc--pri .btn__pill__invert:hover,
.t__mc--pri.button__invert:hover,
.t__mc--pri.btn__invert:hover,
.t__mc--pri.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__mc--primary .button__invert:hover h4,
.theme__mc--primary .btn__invert:hover h4,
.theme__mc--primary .btn__pill__invert:hover h4, .theme__mc--primary.button__invert:hover h4, .theme__mc--primary.btn__invert:hover h4, .theme__mc--primary.btn__pill__invert:hover h4,
.t__mc--pri .button__invert:hover h4,
.t__mc--pri .btn__invert:hover h4,
.t__mc--pri .btn__pill__invert:hover h4,
.t__mc--pri.button__invert:hover h4,
.t__mc--pri.btn__invert:hover h4,
.t__mc--pri.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__mc--primary .button__invert--hover:hover,
.theme__mc--primary .btn__invert--hover:hover,
.theme__mc--primary .btn__pill__invert--hover:hover, .theme__mc--primary.button__invert--hover:hover, .theme__mc--primary.btn__invert--hover:hover, .theme__mc--primary.btn__pill__invert--hover:hover,
.t__mc--pri .button__invert--hover:hover,
.t__mc--pri .btn__invert--hover:hover,
.t__mc--pri .btn__pill__invert--hover:hover,
.t__mc--pri.button__invert--hover:hover,
.t__mc--pri.btn__invert--hover:hover,
.t__mc--pri.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__mc--primary .button__under,
.theme__mc--primary .btn__under,
.theme__mc--primary .btn__pill__under, .theme__mc--primary.button__under, .theme__mc--primary.btn__under, .theme__mc--primary.btn__pill__under,
.t__mc--pri .button__under,
.t__mc--pri .btn__under,
.t__mc--pri .btn__pill__under,
.t__mc--pri.button__under,
.t__mc--pri.btn__under,
.t__mc--pri.btn__pill__under {
  border-color: #0ABEF0;
}
.theme__mc--primary .btn__large,
.t__mc--pri .btn__large {
  background-color: #0ABEF0;
}
.theme__mc--primary .input__search,
.t__mc--pri .input__search {
  border-color: #0ABEF0;
}
.theme__mc--primary .input__search i,
.t__mc--pri .input__search i {
  color: #4a4a4a;
}
.theme__mc--primary .input__search:hover i,
.t__mc--pri .input__search:hover i {
  color: #0ABEF0;
}
.theme__mc--primary .component__foreground,
.t__mc--pri .component__foreground {
  color: #4a4a4a;
}
.theme__mc--primary.card,
.theme__mc--primary .card, .theme__mc--primary.card__with-image,
.theme__mc--primary .card__with-image,
.t__mc--pri.card,
.t__mc--pri .card,
.t__mc--pri.card__with-image,
.t__mc--pri .card__with-image {
  border-color: #0ABEF0;
}
.theme__mc--primary.card__highlight,
.theme__mc--primary .card__highlight,
.theme__mc--primary .card__highlight--image,
.theme__mc--primary .card__highlight--final,
.t__mc--pri.card__highlight,
.t__mc--pri .card__highlight,
.t__mc--pri .card__highlight--image,
.t__mc--pri .card__highlight--final {
  background-color: #0ABEF0;
  border-color: #0ABEF0;
}
.theme__mc--primary.card__highlight--title,
.theme__mc--primary .card__highlight--title,
.theme__mc--primary .card__highlight--image,
.theme__mc--primary .card__highlight--final,
.t__mc--pri.card__highlight--title,
.t__mc--pri .card__highlight--title,
.t__mc--pri .card__highlight--image,
.t__mc--pri .card__highlight--final {
  color: #4a4a4a;
}
.theme__mc--primary .image-slider__selector--dot,
.t__mc--pri .image-slider__selector--dot {
  background-color: #0ABEF0;
}
.theme__mc--primary .call-to-action__text h3,
.t__mc--pri .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__mc--primary .officer__block--title h5, .theme__mc--primary .officer__block--title h6,
.t__mc--pri .officer__block--title h5,
.t__mc--pri .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__mc--primary .block__statement--link,
.t__mc--pri .block__statement--link {
  color: #4a4a4a;
}
.theme__mc--primary .card__cutoff,
.t__mc--pri .card__cutoff {
  background: linear-gradient(#0ABEF0, #0ABEF0), linear-gradient(white, white);
}
.theme__mc--primary .card__cutoff p,
.t__mc--pri .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__mc--primary .card__cutoff:hover,
  .t__mc--pri .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__mc--primary .card__cutoff:hover p,
  .t__mc--pri .card__cutoff:hover p {
    color: #0ABEF0;
  }
  .theme__mc--primary .card__cutoff:hover .card__cutoff--link,
  .t__mc--pri .card__cutoff:hover .card__cutoff--link {
    color: #0ABEF0;
  }
  .theme__mc--primary .card__cutoff:hover .card__cutoff--text,
  .t__mc--pri .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__mc--primary .card__cutoff:hover .card__cutoff--text p,
  .t__mc--pri .card__cutoff:hover .card__cutoff--text p {
    color: #0ABEF0;
  }
  .theme__mc--primary .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__mc--pri .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: #0ABEF0;
  }
}
.theme__mc--primary .card__cutoff--link,
.t__mc--pri .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__mc--primary .card__cutoff--link:hover,
  .t__mc--pri .card__cutoff--link:hover {
    color: #0ABEF0;
  }
  .theme__mc--primary .card__cutoff--link:hover--link,
  .t__mc--pri .card__cutoff--link:hover--link {
    color: #0ABEF0;
  }
}
.theme__mc--primary .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__mc--pri .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: #0ABEF0;
}
.theme__mc--primary .dropdown__toggle--title,
.t__mc--pri .dropdown__toggle--title {
  color: #0ABEF0;
}
.theme__mc--primary .dropdown__toggle--icon i,
.t__mc--pri .dropdown__toggle--icon i {
  color: #0ABEF0;
}
.theme__mc--primary .large_timer__countdown--item_large,
.t__mc--pri .large_timer__countdown--item_large {
  background-color: #0ABEF0;
}
.theme__mc--primary .large_timer__countdown--item_medium,
.t__mc--pri .large_timer__countdown--item_medium {
  background-color: #0ABEF0;
}
.theme__mc--primary .large_timer__countdown--item_small,
.t__mc--pri .large_timer__countdown--item_small {
  background-color: #0ABEF0;
}
.theme__mc--primary .modalcontent,
.t__mc--pri .modalcontent {
  border-color: #0ABEF0;
}
.theme__mc--primary .transparent__header,
.t__mc--pri .transparent__header {
  background: #0ABEF0;
}
.theme__mc--primary .breadcrumb__slashes,
.t__mc--pri .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__mc--primary .the-list,
.t__mc--pri .the-list {
  background-color: #0ABEF0;
}
.theme__mc--primary .the-list option,
.t__mc--pri .the-list option {
  border-color: #0ABEF0 !important;
}
.theme__mc--primary .es-list::-webkit-scrollbar-thumb,
.t__mc--pri .es-list::-webkit-scrollbar-thumb {
  background: #0ABEF0;
}
.theme__mc--primary .es-visible,
.t__mc--pri .es-visible {
  border-color: #0ABEF0 !important;
}
.theme__mc--primary .ot-open,
.theme__mc--primary .ot-closed,
.t__mc--pri .ot-open,
.t__mc--pri .ot-closed {
  color: #0ABEF0;
}
.theme__mc--primary .colour__foreground,
.t__mc--pri .colour__foreground {
  color: #0ABEF0;
}
.theme__mc--primary h1.t__none,
.theme__mc--primary h1.theme__none,
.theme__mc--primary h2.t__none,
.theme__mc--primary h2.theme__none,
.theme__mc--primary h3.t__none,
.theme__mc--primary h3.theme__none,
.theme__mc--primary h4.t__none,
.theme__mc--primary h4.theme__none,
.theme__mc--primary h1.t__none--w-hov,
.theme__mc--primary h1.theme__none--with-hover,
.theme__mc--primary h2.t__none--w-hov,
.theme__mc--primary h2.theme__none--with-hover,
.theme__mc--primary h3.t__none--w-hov,
.theme__mc--primary h3.theme__none--with-hover,
.theme__mc--primary h4.t__none--w-hov,
.theme__mc--primary h4.theme__none--with-hover,
.t__mc--pri h1.t__none,
.t__mc--pri h1.theme__none,
.t__mc--pri h2.t__none,
.t__mc--pri h2.theme__none,
.t__mc--pri h3.t__none,
.t__mc--pri h3.theme__none,
.t__mc--pri h4.t__none,
.t__mc--pri h4.theme__none,
.t__mc--pri h1.t__none--w-hov,
.t__mc--pri h1.theme__none--with-hover,
.t__mc--pri h2.t__none--w-hov,
.t__mc--pri h2.theme__none--with-hover,
.t__mc--pri h3.t__none--w-hov,
.t__mc--pri h3.theme__none--with-hover,
.t__mc--pri h4.t__none--w-hov,
.t__mc--pri h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__mc--primary span.t__none,
.theme__mc--primary span.theme__none,
.t__mc--pri span.t__none,
.t__mc--pri span.theme__none {
  color: #4a4a4a;
}
.theme__mc--primary i.t__none,
.theme__mc--primary i.theme__none,
.t__mc--pri i.t__none,
.t__mc--pri i.theme__none {
  color: #4a4a4a;
}
.theme__mc--primary a.border__none,
.theme__mc--primary a.b__none,
.t__mc--pri a.border__none,
.t__mc--pri a.b__none {
  border: 0;
}
.theme__mc--primary a:hover h1.t__none,
.theme__mc--primary a:hover h1.theme__none,
.theme__mc--primary a:hover h2.t__none,
.theme__mc--primary a:hover h2.theme__none,
.theme__mc--primary a:hover h3.t__none,
.theme__mc--primary a:hover h3.theme__none,
.theme__mc--primary a:hover h4.t__none,
.theme__mc--primary a:hover h4.theme__none,
.t__mc--pri a:hover h1.t__none,
.t__mc--pri a:hover h1.theme__none,
.t__mc--pri a:hover h2.t__none,
.t__mc--pri a:hover h2.theme__none,
.t__mc--pri a:hover h3.t__none,
.t__mc--pri a:hover h3.theme__none,
.t__mc--pri a:hover h4.t__none,
.t__mc--pri a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__mc--primary a:hover h1.t__none--w-hov,
.theme__mc--primary a:hover h1.theme__none--with-hover,
.theme__mc--primary a:hover h2.t__none--w-hov,
.theme__mc--primary a:hover h2.theme__none--with-hover,
.theme__mc--primary a:hover h3.t__none--w-hov,
.theme__mc--primary a:hover h3.theme__none--with-hover,
.theme__mc--primary a:hover h4.t__none--w-hov,
.theme__mc--primary a:hover h4.theme__none--with-hover,
.t__mc--pri a:hover h1.t__none--w-hov,
.t__mc--pri a:hover h1.theme__none--with-hover,
.t__mc--pri a:hover h2.t__none--w-hov,
.t__mc--pri a:hover h2.theme__none--with-hover,
.t__mc--pri a:hover h3.t__none--w-hov,
.t__mc--pri a:hover h3.theme__none--with-hover,
.t__mc--pri a:hover h4.t__none--w-hov,
.t__mc--pri a:hover h4.theme__none--with-hover {
  color: #0ABEF0;
}
.theme__mc--primary .dotted__line--small, .theme__mc--primary .dotted__line--medium, .theme__mc--primary .dotted__line--large, .theme__mc--primary .dotted__line--x-large, .theme__mc--primary .dotted__line--huge,
.t__mc--pri .dotted__line--small,
.t__mc--pri .dotted__line--medium,
.t__mc--pri .dotted__line--large,
.t__mc--pri .dotted__line--x-large,
.t__mc--pri .dotted__line--huge {
  border-image-source: url("https://assets-cdn.sums.su/SH/Dotted_Borders/mc_dots.png");
}

.theme__mc--secondary h1, .theme__mc--secondary h2, .theme__mc--secondary h3, .theme__mc--secondary h4, .theme__mc--secondary h5, .theme__mc--secondary h6,
.t__mc--sec h1,
.t__mc--sec h2,
.t__mc--sec h3,
.t__mc--sec h4,
.t__mc--sec h5,
.t__mc--sec h6 {
  color: #2fbdec;
}
.theme__mc--secondary a,
.t__mc--sec a {
  color: #4a4a4a;
  border-color: #2fbdec;
  text-decoration: none;
}
.theme__mc--secondary a:hover,
.t__mc--sec a:hover {
  color: #2fbdec;
}
.theme__mc--secondary a:hover h1, .theme__mc--secondary a:hover h2, .theme__mc--secondary a:hover h3, .theme__mc--secondary a:hover h4, .theme__mc--secondary a:hover h5, .theme__mc--secondary a:hover h6,
.t__mc--sec a:hover h1,
.t__mc--sec a:hover h2,
.t__mc--sec a:hover h3,
.t__mc--sec a:hover h4,
.t__mc--sec a:hover h5,
.t__mc--sec a:hover h6 {
  color: #2fbdec;
}
.theme__mc--secondary a div,
.t__mc--sec a div {
  border-color: #2fbdec !important;
}
.theme__mc--secondary input,
.t__mc--sec input {
  border-color: #2fbdec;
}
.theme__mc--secondary p,
.t__mc--sec p {
  color: #4a4a4a;
}
.theme__mc--secondary .button,
.theme__mc--secondary .btn,
.theme__mc--secondary .btn__pill, .theme__mc--secondary.button, .theme__mc--secondary.btn, .theme__mc--secondary.btn__pill,
.t__mc--sec .button,
.t__mc--sec .btn,
.t__mc--sec .btn__pill,
.t__mc--sec.button,
.t__mc--sec.btn,
.t__mc--sec.btn__pill {
  border-color: #2fbdec;
}
@media (hover: hover) {
  .theme__mc--secondary .button:hover,
  .theme__mc--secondary .btn:hover,
  .theme__mc--secondary .btn__pill:hover, .theme__mc--secondary.button:hover, .theme__mc--secondary.btn:hover, .theme__mc--secondary.btn__pill:hover,
  .t__mc--sec .button:hover,
  .t__mc--sec .btn:hover,
  .t__mc--sec .btn__pill:hover,
  .t__mc--sec.button:hover,
  .t__mc--sec.btn:hover,
  .t__mc--sec.btn__pill:hover {
    color: #ffffff;
    background: #2fbdec;
  }
  .theme__mc--secondary .button:hover i,
  .theme__mc--secondary .btn:hover i,
  .theme__mc--secondary .btn__pill:hover i, .theme__mc--secondary.button:hover i, .theme__mc--secondary.btn:hover i, .theme__mc--secondary.btn__pill:hover i,
  .t__mc--sec .button:hover i,
  .t__mc--sec .btn:hover i,
  .t__mc--sec .btn__pill:hover i,
  .t__mc--sec.button:hover i,
  .t__mc--sec.btn:hover i,
  .t__mc--sec.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__mc--secondary .button__invert,
.theme__mc--secondary .btn__invert,
.theme__mc--secondary .btn__pill__invert, .theme__mc--secondary.button__invert, .theme__mc--secondary.btn__invert, .theme__mc--secondary.btn__pill__invert,
.t__mc--sec .button__invert,
.t__mc--sec .btn__invert,
.t__mc--sec .btn__pill__invert,
.t__mc--sec.button__invert,
.t__mc--sec.btn__invert,
.t__mc--sec.btn__pill__invert {
  background-color: #2fbdec;
  color: #ffffff;
}
.theme__mc--secondary .button__invert h4,
.theme__mc--secondary .btn__invert h4,
.theme__mc--secondary .btn__pill__invert h4, .theme__mc--secondary.button__invert h4, .theme__mc--secondary.btn__invert h4, .theme__mc--secondary.btn__pill__invert h4,
.t__mc--sec .button__invert h4,
.t__mc--sec .btn__invert h4,
.t__mc--sec .btn__pill__invert h4,
.t__mc--sec.button__invert h4,
.t__mc--sec.btn__invert h4,
.t__mc--sec.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__mc--secondary .button__invert:hover,
.theme__mc--secondary .btn__invert:hover,
.theme__mc--secondary .btn__pill__invert:hover, .theme__mc--secondary.button__invert:hover, .theme__mc--secondary.btn__invert:hover, .theme__mc--secondary.btn__pill__invert:hover,
.t__mc--sec .button__invert:hover,
.t__mc--sec .btn__invert:hover,
.t__mc--sec .btn__pill__invert:hover,
.t__mc--sec.button__invert:hover,
.t__mc--sec.btn__invert:hover,
.t__mc--sec.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__mc--secondary .button__invert:hover h4,
.theme__mc--secondary .btn__invert:hover h4,
.theme__mc--secondary .btn__pill__invert:hover h4, .theme__mc--secondary.button__invert:hover h4, .theme__mc--secondary.btn__invert:hover h4, .theme__mc--secondary.btn__pill__invert:hover h4,
.t__mc--sec .button__invert:hover h4,
.t__mc--sec .btn__invert:hover h4,
.t__mc--sec .btn__pill__invert:hover h4,
.t__mc--sec.button__invert:hover h4,
.t__mc--sec.btn__invert:hover h4,
.t__mc--sec.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__mc--secondary .button__invert--hover:hover,
.theme__mc--secondary .btn__invert--hover:hover,
.theme__mc--secondary .btn__pill__invert--hover:hover, .theme__mc--secondary.button__invert--hover:hover, .theme__mc--secondary.btn__invert--hover:hover, .theme__mc--secondary.btn__pill__invert--hover:hover,
.t__mc--sec .button__invert--hover:hover,
.t__mc--sec .btn__invert--hover:hover,
.t__mc--sec .btn__pill__invert--hover:hover,
.t__mc--sec.button__invert--hover:hover,
.t__mc--sec.btn__invert--hover:hover,
.t__mc--sec.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__mc--secondary .button__under,
.theme__mc--secondary .btn__under,
.theme__mc--secondary .btn__pill__under, .theme__mc--secondary.button__under, .theme__mc--secondary.btn__under, .theme__mc--secondary.btn__pill__under,
.t__mc--sec .button__under,
.t__mc--sec .btn__under,
.t__mc--sec .btn__pill__under,
.t__mc--sec.button__under,
.t__mc--sec.btn__under,
.t__mc--sec.btn__pill__under {
  border-color: #2fbdec;
}
.theme__mc--secondary .btn__large,
.t__mc--sec .btn__large {
  background-color: #2fbdec;
}
.theme__mc--secondary .input__search,
.t__mc--sec .input__search {
  border-color: #2fbdec;
}
.theme__mc--secondary .input__search i,
.t__mc--sec .input__search i {
  color: #4a4a4a;
}
.theme__mc--secondary .input__search:hover i,
.t__mc--sec .input__search:hover i {
  color: #2fbdec;
}
.theme__mc--secondary .component__foreground,
.t__mc--sec .component__foreground {
  color: #4a4a4a;
}
.theme__mc--secondary.card,
.theme__mc--secondary .card, .theme__mc--secondary.card__with-image,
.theme__mc--secondary .card__with-image,
.t__mc--sec.card,
.t__mc--sec .card,
.t__mc--sec.card__with-image,
.t__mc--sec .card__with-image {
  border-color: #2fbdec;
}
.theme__mc--secondary.card__highlight,
.theme__mc--secondary .card__highlight,
.theme__mc--secondary .card__highlight--image,
.theme__mc--secondary .card__highlight--final,
.t__mc--sec.card__highlight,
.t__mc--sec .card__highlight,
.t__mc--sec .card__highlight--image,
.t__mc--sec .card__highlight--final {
  background-color: #2fbdec;
  border-color: #2fbdec;
}
.theme__mc--secondary.card__highlight--title,
.theme__mc--secondary .card__highlight--title,
.theme__mc--secondary .card__highlight--image,
.theme__mc--secondary .card__highlight--final,
.t__mc--sec.card__highlight--title,
.t__mc--sec .card__highlight--title,
.t__mc--sec .card__highlight--image,
.t__mc--sec .card__highlight--final {
  color: #4a4a4a;
}
.theme__mc--secondary .image-slider__selector--dot,
.t__mc--sec .image-slider__selector--dot {
  background-color: #2fbdec;
}
.theme__mc--secondary .call-to-action__text h3,
.t__mc--sec .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__mc--secondary .officer__block--title h5, .theme__mc--secondary .officer__block--title h6,
.t__mc--sec .officer__block--title h5,
.t__mc--sec .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__mc--secondary .block__statement--link,
.t__mc--sec .block__statement--link {
  color: #4a4a4a;
}
.theme__mc--secondary .card__cutoff,
.t__mc--sec .card__cutoff {
  background: linear-gradient(#2fbdec, #2fbdec), linear-gradient(white, white);
}
.theme__mc--secondary .card__cutoff p,
.t__mc--sec .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__mc--secondary .card__cutoff:hover,
  .t__mc--sec .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__mc--secondary .card__cutoff:hover p,
  .t__mc--sec .card__cutoff:hover p {
    color: #2fbdec;
  }
  .theme__mc--secondary .card__cutoff:hover .card__cutoff--link,
  .t__mc--sec .card__cutoff:hover .card__cutoff--link {
    color: #2fbdec;
  }
  .theme__mc--secondary .card__cutoff:hover .card__cutoff--text,
  .t__mc--sec .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__mc--secondary .card__cutoff:hover .card__cutoff--text p,
  .t__mc--sec .card__cutoff:hover .card__cutoff--text p {
    color: #2fbdec;
  }
  .theme__mc--secondary .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__mc--sec .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: #2fbdec;
  }
}
.theme__mc--secondary .card__cutoff--link,
.t__mc--sec .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__mc--secondary .card__cutoff--link:hover,
  .t__mc--sec .card__cutoff--link:hover {
    color: #2fbdec;
  }
  .theme__mc--secondary .card__cutoff--link:hover--link,
  .t__mc--sec .card__cutoff--link:hover--link {
    color: #2fbdec;
  }
}
.theme__mc--secondary .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__mc--sec .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: #2fbdec;
}
.theme__mc--secondary .dropdown__toggle--title,
.t__mc--sec .dropdown__toggle--title {
  color: #2fbdec;
}
.theme__mc--secondary .dropdown__toggle--icon i,
.t__mc--sec .dropdown__toggle--icon i {
  color: #2fbdec;
}
.theme__mc--secondary .large_timer__countdown--item_large,
.t__mc--sec .large_timer__countdown--item_large {
  background-color: #2fbdec;
}
.theme__mc--secondary .large_timer__countdown--item_medium,
.t__mc--sec .large_timer__countdown--item_medium {
  background-color: #2fbdec;
}
.theme__mc--secondary .large_timer__countdown--item_small,
.t__mc--sec .large_timer__countdown--item_small {
  background-color: #2fbdec;
}
.theme__mc--secondary .modalcontent,
.t__mc--sec .modalcontent {
  border-color: #2fbdec;
}
.theme__mc--secondary .transparent__header,
.t__mc--sec .transparent__header {
  background: #2fbdec;
}
.theme__mc--secondary .breadcrumb__slashes,
.t__mc--sec .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__mc--secondary .the-list,
.t__mc--sec .the-list {
  background-color: #2fbdec;
}
.theme__mc--secondary .the-list option,
.t__mc--sec .the-list option {
  border-color: #2fbdec !important;
}
.theme__mc--secondary .es-list::-webkit-scrollbar-thumb,
.t__mc--sec .es-list::-webkit-scrollbar-thumb {
  background: #2fbdec;
}
.theme__mc--secondary .es-visible,
.t__mc--sec .es-visible {
  border-color: #2fbdec !important;
}
.theme__mc--secondary .ot-open,
.theme__mc--secondary .ot-closed,
.t__mc--sec .ot-open,
.t__mc--sec .ot-closed {
  color: #2fbdec;
}
.theme__mc--secondary .colour__foreground,
.t__mc--sec .colour__foreground {
  color: #2fbdec;
}
.theme__mc--secondary h1.t__none,
.theme__mc--secondary h1.theme__none,
.theme__mc--secondary h2.t__none,
.theme__mc--secondary h2.theme__none,
.theme__mc--secondary h3.t__none,
.theme__mc--secondary h3.theme__none,
.theme__mc--secondary h4.t__none,
.theme__mc--secondary h4.theme__none,
.theme__mc--secondary h1.t__none--w-hov,
.theme__mc--secondary h1.theme__none--with-hover,
.theme__mc--secondary h2.t__none--w-hov,
.theme__mc--secondary h2.theme__none--with-hover,
.theme__mc--secondary h3.t__none--w-hov,
.theme__mc--secondary h3.theme__none--with-hover,
.theme__mc--secondary h4.t__none--w-hov,
.theme__mc--secondary h4.theme__none--with-hover,
.t__mc--sec h1.t__none,
.t__mc--sec h1.theme__none,
.t__mc--sec h2.t__none,
.t__mc--sec h2.theme__none,
.t__mc--sec h3.t__none,
.t__mc--sec h3.theme__none,
.t__mc--sec h4.t__none,
.t__mc--sec h4.theme__none,
.t__mc--sec h1.t__none--w-hov,
.t__mc--sec h1.theme__none--with-hover,
.t__mc--sec h2.t__none--w-hov,
.t__mc--sec h2.theme__none--with-hover,
.t__mc--sec h3.t__none--w-hov,
.t__mc--sec h3.theme__none--with-hover,
.t__mc--sec h4.t__none--w-hov,
.t__mc--sec h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__mc--secondary span.t__none,
.theme__mc--secondary span.theme__none,
.t__mc--sec span.t__none,
.t__mc--sec span.theme__none {
  color: #4a4a4a;
}
.theme__mc--secondary i.t__none,
.theme__mc--secondary i.theme__none,
.t__mc--sec i.t__none,
.t__mc--sec i.theme__none {
  color: #4a4a4a;
}
.theme__mc--secondary a.border__none,
.theme__mc--secondary a.b__none,
.t__mc--sec a.border__none,
.t__mc--sec a.b__none {
  border: 0;
}
.theme__mc--secondary a:hover h1.t__none,
.theme__mc--secondary a:hover h1.theme__none,
.theme__mc--secondary a:hover h2.t__none,
.theme__mc--secondary a:hover h2.theme__none,
.theme__mc--secondary a:hover h3.t__none,
.theme__mc--secondary a:hover h3.theme__none,
.theme__mc--secondary a:hover h4.t__none,
.theme__mc--secondary a:hover h4.theme__none,
.t__mc--sec a:hover h1.t__none,
.t__mc--sec a:hover h1.theme__none,
.t__mc--sec a:hover h2.t__none,
.t__mc--sec a:hover h2.theme__none,
.t__mc--sec a:hover h3.t__none,
.t__mc--sec a:hover h3.theme__none,
.t__mc--sec a:hover h4.t__none,
.t__mc--sec a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__mc--secondary a:hover h1.t__none--w-hov,
.theme__mc--secondary a:hover h1.theme__none--with-hover,
.theme__mc--secondary a:hover h2.t__none--w-hov,
.theme__mc--secondary a:hover h2.theme__none--with-hover,
.theme__mc--secondary a:hover h3.t__none--w-hov,
.theme__mc--secondary a:hover h3.theme__none--with-hover,
.theme__mc--secondary a:hover h4.t__none--w-hov,
.theme__mc--secondary a:hover h4.theme__none--with-hover,
.t__mc--sec a:hover h1.t__none--w-hov,
.t__mc--sec a:hover h1.theme__none--with-hover,
.t__mc--sec a:hover h2.t__none--w-hov,
.t__mc--sec a:hover h2.theme__none--with-hover,
.t__mc--sec a:hover h3.t__none--w-hov,
.t__mc--sec a:hover h3.theme__none--with-hover,
.t__mc--sec a:hover h4.t__none--w-hov,
.t__mc--sec a:hover h4.theme__none--with-hover {
  color: #2fbdec;
}

.theme__mc--pastel h1, .theme__mc--pastel h2, .theme__mc--pastel h3, .theme__mc--pastel h4, .theme__mc--pastel h5, .theme__mc--pastel h6,
.t__mc--pas h1,
.t__mc--pas h2,
.t__mc--pas h3,
.t__mc--pas h4,
.t__mc--pas h5,
.t__mc--pas h6 {
  color: rgba(10, 190, 240, 0.1);
}
.theme__mc--pastel a,
.t__mc--pas a {
  color: #4a4a4a;
  border-color: rgba(10, 190, 240, 0.1);
  text-decoration: none;
}
.theme__mc--pastel a:hover,
.t__mc--pas a:hover {
  color: rgba(10, 190, 240, 0.1);
}
.theme__mc--pastel a:hover h1, .theme__mc--pastel a:hover h2, .theme__mc--pastel a:hover h3, .theme__mc--pastel a:hover h4, .theme__mc--pastel a:hover h5, .theme__mc--pastel a:hover h6,
.t__mc--pas a:hover h1,
.t__mc--pas a:hover h2,
.t__mc--pas a:hover h3,
.t__mc--pas a:hover h4,
.t__mc--pas a:hover h5,
.t__mc--pas a:hover h6 {
  color: rgba(10, 190, 240, 0.1);
}
.theme__mc--pastel a div,
.t__mc--pas a div {
  border-color: rgba(10, 190, 240, 0.1) !important;
}
.theme__mc--pastel input,
.t__mc--pas input {
  border-color: rgba(10, 190, 240, 0.1);
}
.theme__mc--pastel p,
.t__mc--pas p {
  color: #4a4a4a;
}
.theme__mc--pastel .button,
.theme__mc--pastel .btn,
.theme__mc--pastel .btn__pill, .theme__mc--pastel.button, .theme__mc--pastel.btn, .theme__mc--pastel.btn__pill,
.t__mc--pas .button,
.t__mc--pas .btn,
.t__mc--pas .btn__pill,
.t__mc--pas.button,
.t__mc--pas.btn,
.t__mc--pas.btn__pill {
  border-color: rgba(10, 190, 240, 0.1);
}
@media (hover: hover) {
  .theme__mc--pastel .button:hover,
  .theme__mc--pastel .btn:hover,
  .theme__mc--pastel .btn__pill:hover, .theme__mc--pastel.button:hover, .theme__mc--pastel.btn:hover, .theme__mc--pastel.btn__pill:hover,
  .t__mc--pas .button:hover,
  .t__mc--pas .btn:hover,
  .t__mc--pas .btn__pill:hover,
  .t__mc--pas.button:hover,
  .t__mc--pas.btn:hover,
  .t__mc--pas.btn__pill:hover {
    color: #ffffff;
    background: rgba(10, 190, 240, 0.1);
  }
  .theme__mc--pastel .button:hover i,
  .theme__mc--pastel .btn:hover i,
  .theme__mc--pastel .btn__pill:hover i, .theme__mc--pastel.button:hover i, .theme__mc--pastel.btn:hover i, .theme__mc--pastel.btn__pill:hover i,
  .t__mc--pas .button:hover i,
  .t__mc--pas .btn:hover i,
  .t__mc--pas .btn__pill:hover i,
  .t__mc--pas.button:hover i,
  .t__mc--pas.btn:hover i,
  .t__mc--pas.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__mc--pastel .button__invert,
.theme__mc--pastel .btn__invert,
.theme__mc--pastel .btn__pill__invert, .theme__mc--pastel.button__invert, .theme__mc--pastel.btn__invert, .theme__mc--pastel.btn__pill__invert,
.t__mc--pas .button__invert,
.t__mc--pas .btn__invert,
.t__mc--pas .btn__pill__invert,
.t__mc--pas.button__invert,
.t__mc--pas.btn__invert,
.t__mc--pas.btn__pill__invert {
  background-color: rgba(10, 190, 240, 0.1);
  color: #ffffff;
}
.theme__mc--pastel .button__invert h4,
.theme__mc--pastel .btn__invert h4,
.theme__mc--pastel .btn__pill__invert h4, .theme__mc--pastel.button__invert h4, .theme__mc--pastel.btn__invert h4, .theme__mc--pastel.btn__pill__invert h4,
.t__mc--pas .button__invert h4,
.t__mc--pas .btn__invert h4,
.t__mc--pas .btn__pill__invert h4,
.t__mc--pas.button__invert h4,
.t__mc--pas.btn__invert h4,
.t__mc--pas.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__mc--pastel .button__invert:hover,
.theme__mc--pastel .btn__invert:hover,
.theme__mc--pastel .btn__pill__invert:hover, .theme__mc--pastel.button__invert:hover, .theme__mc--pastel.btn__invert:hover, .theme__mc--pastel.btn__pill__invert:hover,
.t__mc--pas .button__invert:hover,
.t__mc--pas .btn__invert:hover,
.t__mc--pas .btn__pill__invert:hover,
.t__mc--pas.button__invert:hover,
.t__mc--pas.btn__invert:hover,
.t__mc--pas.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__mc--pastel .button__invert:hover h4,
.theme__mc--pastel .btn__invert:hover h4,
.theme__mc--pastel .btn__pill__invert:hover h4, .theme__mc--pastel.button__invert:hover h4, .theme__mc--pastel.btn__invert:hover h4, .theme__mc--pastel.btn__pill__invert:hover h4,
.t__mc--pas .button__invert:hover h4,
.t__mc--pas .btn__invert:hover h4,
.t__mc--pas .btn__pill__invert:hover h4,
.t__mc--pas.button__invert:hover h4,
.t__mc--pas.btn__invert:hover h4,
.t__mc--pas.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__mc--pastel .button__invert--hover:hover,
.theme__mc--pastel .btn__invert--hover:hover,
.theme__mc--pastel .btn__pill__invert--hover:hover, .theme__mc--pastel.button__invert--hover:hover, .theme__mc--pastel.btn__invert--hover:hover, .theme__mc--pastel.btn__pill__invert--hover:hover,
.t__mc--pas .button__invert--hover:hover,
.t__mc--pas .btn__invert--hover:hover,
.t__mc--pas .btn__pill__invert--hover:hover,
.t__mc--pas.button__invert--hover:hover,
.t__mc--pas.btn__invert--hover:hover,
.t__mc--pas.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__mc--pastel .button__under,
.theme__mc--pastel .btn__under,
.theme__mc--pastel .btn__pill__under, .theme__mc--pastel.button__under, .theme__mc--pastel.btn__under, .theme__mc--pastel.btn__pill__under,
.t__mc--pas .button__under,
.t__mc--pas .btn__under,
.t__mc--pas .btn__pill__under,
.t__mc--pas.button__under,
.t__mc--pas.btn__under,
.t__mc--pas.btn__pill__under {
  border-color: rgba(10, 190, 240, 0.1);
}
.theme__mc--pastel .btn__large,
.t__mc--pas .btn__large {
  background-color: rgba(10, 190, 240, 0.1);
}
.theme__mc--pastel .input__search,
.t__mc--pas .input__search {
  border-color: rgba(10, 190, 240, 0.1);
}
.theme__mc--pastel .input__search i,
.t__mc--pas .input__search i {
  color: #4a4a4a;
}
.theme__mc--pastel .input__search:hover i,
.t__mc--pas .input__search:hover i {
  color: rgba(10, 190, 240, 0.1);
}
.theme__mc--pastel .component__foreground,
.t__mc--pas .component__foreground {
  color: #4a4a4a;
}
.theme__mc--pastel.card,
.theme__mc--pastel .card, .theme__mc--pastel.card__with-image,
.theme__mc--pastel .card__with-image,
.t__mc--pas.card,
.t__mc--pas .card,
.t__mc--pas.card__with-image,
.t__mc--pas .card__with-image {
  border-color: rgba(10, 190, 240, 0.1);
}
.theme__mc--pastel.card__highlight,
.theme__mc--pastel .card__highlight,
.theme__mc--pastel .card__highlight--image,
.theme__mc--pastel .card__highlight--final,
.t__mc--pas.card__highlight,
.t__mc--pas .card__highlight,
.t__mc--pas .card__highlight--image,
.t__mc--pas .card__highlight--final {
  background-color: rgba(10, 190, 240, 0.1);
  border-color: rgba(10, 190, 240, 0.1);
}
.theme__mc--pastel.card__highlight--title,
.theme__mc--pastel .card__highlight--title,
.theme__mc--pastel .card__highlight--image,
.theme__mc--pastel .card__highlight--final,
.t__mc--pas.card__highlight--title,
.t__mc--pas .card__highlight--title,
.t__mc--pas .card__highlight--image,
.t__mc--pas .card__highlight--final {
  color: #4a4a4a;
}
.theme__mc--pastel .image-slider__selector--dot,
.t__mc--pas .image-slider__selector--dot {
  background-color: rgba(10, 190, 240, 0.1);
}
.theme__mc--pastel .call-to-action__text h3,
.t__mc--pas .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__mc--pastel .officer__block--title h5, .theme__mc--pastel .officer__block--title h6,
.t__mc--pas .officer__block--title h5,
.t__mc--pas .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__mc--pastel .block__statement--link,
.t__mc--pas .block__statement--link {
  color: #4a4a4a;
}
.theme__mc--pastel .card__cutoff,
.t__mc--pas .card__cutoff {
  background: linear-gradient(rgba(10, 190, 240, 0.1), rgba(10, 190, 240, 0.1)), linear-gradient(white, white);
}
.theme__mc--pastel .card__cutoff p,
.t__mc--pas .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__mc--pastel .card__cutoff:hover,
  .t__mc--pas .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__mc--pastel .card__cutoff:hover p,
  .t__mc--pas .card__cutoff:hover p {
    color: rgba(10, 190, 240, 0.1);
  }
  .theme__mc--pastel .card__cutoff:hover .card__cutoff--link,
  .t__mc--pas .card__cutoff:hover .card__cutoff--link {
    color: rgba(10, 190, 240, 0.1);
  }
  .theme__mc--pastel .card__cutoff:hover .card__cutoff--text,
  .t__mc--pas .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__mc--pastel .card__cutoff:hover .card__cutoff--text p,
  .t__mc--pas .card__cutoff:hover .card__cutoff--text p {
    color: rgba(10, 190, 240, 0.1);
  }
  .theme__mc--pastel .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__mc--pas .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: rgba(10, 190, 240, 0.1);
  }
}
.theme__mc--pastel .card__cutoff--link,
.t__mc--pas .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__mc--pastel .card__cutoff--link:hover,
  .t__mc--pas .card__cutoff--link:hover {
    color: rgba(10, 190, 240, 0.1);
  }
  .theme__mc--pastel .card__cutoff--link:hover--link,
  .t__mc--pas .card__cutoff--link:hover--link {
    color: rgba(10, 190, 240, 0.1);
  }
}
.theme__mc--pastel .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__mc--pas .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: rgba(10, 190, 240, 0.1);
}
.theme__mc--pastel .dropdown__toggle--title,
.t__mc--pas .dropdown__toggle--title {
  color: rgba(10, 190, 240, 0.1);
}
.theme__mc--pastel .dropdown__toggle--icon i,
.t__mc--pas .dropdown__toggle--icon i {
  color: rgba(10, 190, 240, 0.1);
}
.theme__mc--pastel .large_timer__countdown--item_large,
.t__mc--pas .large_timer__countdown--item_large {
  background-color: rgba(10, 190, 240, 0.1);
}
.theme__mc--pastel .large_timer__countdown--item_medium,
.t__mc--pas .large_timer__countdown--item_medium {
  background-color: rgba(10, 190, 240, 0.1);
}
.theme__mc--pastel .large_timer__countdown--item_small,
.t__mc--pas .large_timer__countdown--item_small {
  background-color: rgba(10, 190, 240, 0.1);
}
.theme__mc--pastel .modalcontent,
.t__mc--pas .modalcontent {
  border-color: rgba(10, 190, 240, 0.1);
}
.theme__mc--pastel .transparent__header,
.t__mc--pas .transparent__header {
  background: rgba(10, 190, 240, 0.1);
}
.theme__mc--pastel .breadcrumb__slashes,
.t__mc--pas .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__mc--pastel .the-list,
.t__mc--pas .the-list {
  background-color: rgba(10, 190, 240, 0.1);
}
.theme__mc--pastel .the-list option,
.t__mc--pas .the-list option {
  border-color: rgba(10, 190, 240, 0.1) !important;
}
.theme__mc--pastel .es-list::-webkit-scrollbar-thumb,
.t__mc--pas .es-list::-webkit-scrollbar-thumb {
  background: rgba(10, 190, 240, 0.1);
}
.theme__mc--pastel .es-visible,
.t__mc--pas .es-visible {
  border-color: rgba(10, 190, 240, 0.1) !important;
}
.theme__mc--pastel .ot-open,
.theme__mc--pastel .ot-closed,
.t__mc--pas .ot-open,
.t__mc--pas .ot-closed {
  color: rgba(10, 190, 240, 0.1);
}
.theme__mc--pastel .colour__foreground,
.t__mc--pas .colour__foreground {
  color: rgba(10, 190, 240, 0.1);
}
.theme__mc--pastel h1.t__none,
.theme__mc--pastel h1.theme__none,
.theme__mc--pastel h2.t__none,
.theme__mc--pastel h2.theme__none,
.theme__mc--pastel h3.t__none,
.theme__mc--pastel h3.theme__none,
.theme__mc--pastel h4.t__none,
.theme__mc--pastel h4.theme__none,
.theme__mc--pastel h1.t__none--w-hov,
.theme__mc--pastel h1.theme__none--with-hover,
.theme__mc--pastel h2.t__none--w-hov,
.theme__mc--pastel h2.theme__none--with-hover,
.theme__mc--pastel h3.t__none--w-hov,
.theme__mc--pastel h3.theme__none--with-hover,
.theme__mc--pastel h4.t__none--w-hov,
.theme__mc--pastel h4.theme__none--with-hover,
.t__mc--pas h1.t__none,
.t__mc--pas h1.theme__none,
.t__mc--pas h2.t__none,
.t__mc--pas h2.theme__none,
.t__mc--pas h3.t__none,
.t__mc--pas h3.theme__none,
.t__mc--pas h4.t__none,
.t__mc--pas h4.theme__none,
.t__mc--pas h1.t__none--w-hov,
.t__mc--pas h1.theme__none--with-hover,
.t__mc--pas h2.t__none--w-hov,
.t__mc--pas h2.theme__none--with-hover,
.t__mc--pas h3.t__none--w-hov,
.t__mc--pas h3.theme__none--with-hover,
.t__mc--pas h4.t__none--w-hov,
.t__mc--pas h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__mc--pastel span.t__none,
.theme__mc--pastel span.theme__none,
.t__mc--pas span.t__none,
.t__mc--pas span.theme__none {
  color: #4a4a4a;
}
.theme__mc--pastel i.t__none,
.theme__mc--pastel i.theme__none,
.t__mc--pas i.t__none,
.t__mc--pas i.theme__none {
  color: #4a4a4a;
}
.theme__mc--pastel a.border__none,
.theme__mc--pastel a.b__none,
.t__mc--pas a.border__none,
.t__mc--pas a.b__none {
  border: 0;
}
.theme__mc--pastel a:hover h1.t__none,
.theme__mc--pastel a:hover h1.theme__none,
.theme__mc--pastel a:hover h2.t__none,
.theme__mc--pastel a:hover h2.theme__none,
.theme__mc--pastel a:hover h3.t__none,
.theme__mc--pastel a:hover h3.theme__none,
.theme__mc--pastel a:hover h4.t__none,
.theme__mc--pastel a:hover h4.theme__none,
.t__mc--pas a:hover h1.t__none,
.t__mc--pas a:hover h1.theme__none,
.t__mc--pas a:hover h2.t__none,
.t__mc--pas a:hover h2.theme__none,
.t__mc--pas a:hover h3.t__none,
.t__mc--pas a:hover h3.theme__none,
.t__mc--pas a:hover h4.t__none,
.t__mc--pas a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__mc--pastel a:hover h1.t__none--w-hov,
.theme__mc--pastel a:hover h1.theme__none--with-hover,
.theme__mc--pastel a:hover h2.t__none--w-hov,
.theme__mc--pastel a:hover h2.theme__none--with-hover,
.theme__mc--pastel a:hover h3.t__none--w-hov,
.theme__mc--pastel a:hover h3.theme__none--with-hover,
.theme__mc--pastel a:hover h4.t__none--w-hov,
.theme__mc--pastel a:hover h4.theme__none--with-hover,
.t__mc--pas a:hover h1.t__none--w-hov,
.t__mc--pas a:hover h1.theme__none--with-hover,
.t__mc--pas a:hover h2.t__none--w-hov,
.t__mc--pas a:hover h2.theme__none--with-hover,
.t__mc--pas a:hover h3.t__none--w-hov,
.t__mc--pas a:hover h3.theme__none--with-hover,
.t__mc--pas a:hover h4.t__none--w-hov,
.t__mc--pas a:hover h4.theme__none--with-hover {
  color: rgba(10, 190, 240, 0.1);
}

.theme__mc--background-primary,
.t__mc--bg-pri {
  background-color: #0ABEF0;
}

.theme__mc--background-secondary,
.t__mc--bg-sec {
  background-color: #2fbdec;
}

.theme__mc--background-pastel,
.t__mc--bg-pas {
  background-color: rgba(10, 190, 240, 0.1);
}

.theme__mcsc--primary h1, .theme__mcsc--primary h2, .theme__mcsc--primary h3, .theme__mcsc--primary h4, .theme__mcsc--primary h5, .theme__mcsc--primary h6,
.t__mcsc--pri h1,
.t__mcsc--pri h2,
.t__mcsc--pri h3,
.t__mcsc--pri h4,
.t__mcsc--pri h5,
.t__mcsc--pri h6 {
  color: #47BA65;
}
.theme__mcsc--primary a,
.t__mcsc--pri a {
  color: #4a4a4a;
  border-color: #47BA65;
  text-decoration: none;
}
.theme__mcsc--primary a:hover,
.t__mcsc--pri a:hover {
  color: #47BA65;
}
.theme__mcsc--primary a:hover h1, .theme__mcsc--primary a:hover h2, .theme__mcsc--primary a:hover h3, .theme__mcsc--primary a:hover h4, .theme__mcsc--primary a:hover h5, .theme__mcsc--primary a:hover h6,
.t__mcsc--pri a:hover h1,
.t__mcsc--pri a:hover h2,
.t__mcsc--pri a:hover h3,
.t__mcsc--pri a:hover h4,
.t__mcsc--pri a:hover h5,
.t__mcsc--pri a:hover h6 {
  color: #47BA65;
}
.theme__mcsc--primary a div,
.t__mcsc--pri a div {
  border-color: #47BA65 !important;
}
.theme__mcsc--primary input,
.t__mcsc--pri input {
  border-color: #47BA65;
}
.theme__mcsc--primary p,
.t__mcsc--pri p {
  color: #4a4a4a;
}
.theme__mcsc--primary .button,
.theme__mcsc--primary .btn,
.theme__mcsc--primary .btn__pill, .theme__mcsc--primary.button, .theme__mcsc--primary.btn, .theme__mcsc--primary.btn__pill,
.t__mcsc--pri .button,
.t__mcsc--pri .btn,
.t__mcsc--pri .btn__pill,
.t__mcsc--pri.button,
.t__mcsc--pri.btn,
.t__mcsc--pri.btn__pill {
  border-color: #47BA65;
}
@media (hover: hover) {
  .theme__mcsc--primary .button:hover,
  .theme__mcsc--primary .btn:hover,
  .theme__mcsc--primary .btn__pill:hover, .theme__mcsc--primary.button:hover, .theme__mcsc--primary.btn:hover, .theme__mcsc--primary.btn__pill:hover,
  .t__mcsc--pri .button:hover,
  .t__mcsc--pri .btn:hover,
  .t__mcsc--pri .btn__pill:hover,
  .t__mcsc--pri.button:hover,
  .t__mcsc--pri.btn:hover,
  .t__mcsc--pri.btn__pill:hover {
    color: #ffffff;
    background: #47BA65;
  }
  .theme__mcsc--primary .button:hover i,
  .theme__mcsc--primary .btn:hover i,
  .theme__mcsc--primary .btn__pill:hover i, .theme__mcsc--primary.button:hover i, .theme__mcsc--primary.btn:hover i, .theme__mcsc--primary.btn__pill:hover i,
  .t__mcsc--pri .button:hover i,
  .t__mcsc--pri .btn:hover i,
  .t__mcsc--pri .btn__pill:hover i,
  .t__mcsc--pri.button:hover i,
  .t__mcsc--pri.btn:hover i,
  .t__mcsc--pri.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__mcsc--primary .button__invert,
.theme__mcsc--primary .btn__invert,
.theme__mcsc--primary .btn__pill__invert, .theme__mcsc--primary.button__invert, .theme__mcsc--primary.btn__invert, .theme__mcsc--primary.btn__pill__invert,
.t__mcsc--pri .button__invert,
.t__mcsc--pri .btn__invert,
.t__mcsc--pri .btn__pill__invert,
.t__mcsc--pri.button__invert,
.t__mcsc--pri.btn__invert,
.t__mcsc--pri.btn__pill__invert {
  background-color: #47BA65;
  color: #ffffff;
}
.theme__mcsc--primary .button__invert h4,
.theme__mcsc--primary .btn__invert h4,
.theme__mcsc--primary .btn__pill__invert h4, .theme__mcsc--primary.button__invert h4, .theme__mcsc--primary.btn__invert h4, .theme__mcsc--primary.btn__pill__invert h4,
.t__mcsc--pri .button__invert h4,
.t__mcsc--pri .btn__invert h4,
.t__mcsc--pri .btn__pill__invert h4,
.t__mcsc--pri.button__invert h4,
.t__mcsc--pri.btn__invert h4,
.t__mcsc--pri.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__mcsc--primary .button__invert:hover,
.theme__mcsc--primary .btn__invert:hover,
.theme__mcsc--primary .btn__pill__invert:hover, .theme__mcsc--primary.button__invert:hover, .theme__mcsc--primary.btn__invert:hover, .theme__mcsc--primary.btn__pill__invert:hover,
.t__mcsc--pri .button__invert:hover,
.t__mcsc--pri .btn__invert:hover,
.t__mcsc--pri .btn__pill__invert:hover,
.t__mcsc--pri.button__invert:hover,
.t__mcsc--pri.btn__invert:hover,
.t__mcsc--pri.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__mcsc--primary .button__invert:hover h4,
.theme__mcsc--primary .btn__invert:hover h4,
.theme__mcsc--primary .btn__pill__invert:hover h4, .theme__mcsc--primary.button__invert:hover h4, .theme__mcsc--primary.btn__invert:hover h4, .theme__mcsc--primary.btn__pill__invert:hover h4,
.t__mcsc--pri .button__invert:hover h4,
.t__mcsc--pri .btn__invert:hover h4,
.t__mcsc--pri .btn__pill__invert:hover h4,
.t__mcsc--pri.button__invert:hover h4,
.t__mcsc--pri.btn__invert:hover h4,
.t__mcsc--pri.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__mcsc--primary .button__invert--hover:hover,
.theme__mcsc--primary .btn__invert--hover:hover,
.theme__mcsc--primary .btn__pill__invert--hover:hover, .theme__mcsc--primary.button__invert--hover:hover, .theme__mcsc--primary.btn__invert--hover:hover, .theme__mcsc--primary.btn__pill__invert--hover:hover,
.t__mcsc--pri .button__invert--hover:hover,
.t__mcsc--pri .btn__invert--hover:hover,
.t__mcsc--pri .btn__pill__invert--hover:hover,
.t__mcsc--pri.button__invert--hover:hover,
.t__mcsc--pri.btn__invert--hover:hover,
.t__mcsc--pri.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__mcsc--primary .button__under,
.theme__mcsc--primary .btn__under,
.theme__mcsc--primary .btn__pill__under, .theme__mcsc--primary.button__under, .theme__mcsc--primary.btn__under, .theme__mcsc--primary.btn__pill__under,
.t__mcsc--pri .button__under,
.t__mcsc--pri .btn__under,
.t__mcsc--pri .btn__pill__under,
.t__mcsc--pri.button__under,
.t__mcsc--pri.btn__under,
.t__mcsc--pri.btn__pill__under {
  border-color: #47BA65;
}
.theme__mcsc--primary .btn__large,
.t__mcsc--pri .btn__large {
  background-color: #47BA65;
}
.theme__mcsc--primary .input__search,
.t__mcsc--pri .input__search {
  border-color: #47BA65;
}
.theme__mcsc--primary .input__search i,
.t__mcsc--pri .input__search i {
  color: #4a4a4a;
}
.theme__mcsc--primary .input__search:hover i,
.t__mcsc--pri .input__search:hover i {
  color: #47BA65;
}
.theme__mcsc--primary .component__foreground,
.t__mcsc--pri .component__foreground {
  color: #4a4a4a;
}
.theme__mcsc--primary.card,
.theme__mcsc--primary .card, .theme__mcsc--primary.card__with-image,
.theme__mcsc--primary .card__with-image,
.t__mcsc--pri.card,
.t__mcsc--pri .card,
.t__mcsc--pri.card__with-image,
.t__mcsc--pri .card__with-image {
  border-color: #47BA65;
}
.theme__mcsc--primary.card__highlight,
.theme__mcsc--primary .card__highlight,
.theme__mcsc--primary .card__highlight--image,
.theme__mcsc--primary .card__highlight--final,
.t__mcsc--pri.card__highlight,
.t__mcsc--pri .card__highlight,
.t__mcsc--pri .card__highlight--image,
.t__mcsc--pri .card__highlight--final {
  background-color: #47BA65;
  border-color: #47BA65;
}
.theme__mcsc--primary.card__highlight--title,
.theme__mcsc--primary .card__highlight--title,
.theme__mcsc--primary .card__highlight--image,
.theme__mcsc--primary .card__highlight--final,
.t__mcsc--pri.card__highlight--title,
.t__mcsc--pri .card__highlight--title,
.t__mcsc--pri .card__highlight--image,
.t__mcsc--pri .card__highlight--final {
  color: #4a4a4a;
}
.theme__mcsc--primary .image-slider__selector--dot,
.t__mcsc--pri .image-slider__selector--dot {
  background-color: #47BA65;
}
.theme__mcsc--primary .call-to-action__text h3,
.t__mcsc--pri .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__mcsc--primary .officer__block--title h5, .theme__mcsc--primary .officer__block--title h6,
.t__mcsc--pri .officer__block--title h5,
.t__mcsc--pri .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__mcsc--primary .block__statement--link,
.t__mcsc--pri .block__statement--link {
  color: #4a4a4a;
}
.theme__mcsc--primary .card__cutoff,
.t__mcsc--pri .card__cutoff {
  background: linear-gradient(#47BA65, #47BA65), linear-gradient(white, white);
}
.theme__mcsc--primary .card__cutoff p,
.t__mcsc--pri .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__mcsc--primary .card__cutoff:hover,
  .t__mcsc--pri .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__mcsc--primary .card__cutoff:hover p,
  .t__mcsc--pri .card__cutoff:hover p {
    color: #47BA65;
  }
  .theme__mcsc--primary .card__cutoff:hover .card__cutoff--link,
  .t__mcsc--pri .card__cutoff:hover .card__cutoff--link {
    color: #47BA65;
  }
  .theme__mcsc--primary .card__cutoff:hover .card__cutoff--text,
  .t__mcsc--pri .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__mcsc--primary .card__cutoff:hover .card__cutoff--text p,
  .t__mcsc--pri .card__cutoff:hover .card__cutoff--text p {
    color: #47BA65;
  }
  .theme__mcsc--primary .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__mcsc--pri .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: #47BA65;
  }
}
.theme__mcsc--primary .card__cutoff--link,
.t__mcsc--pri .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__mcsc--primary .card__cutoff--link:hover,
  .t__mcsc--pri .card__cutoff--link:hover {
    color: #47BA65;
  }
  .theme__mcsc--primary .card__cutoff--link:hover--link,
  .t__mcsc--pri .card__cutoff--link:hover--link {
    color: #47BA65;
  }
}
.theme__mcsc--primary .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__mcsc--pri .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: #47BA65;
}
.theme__mcsc--primary .dropdown__toggle--title,
.t__mcsc--pri .dropdown__toggle--title {
  color: #47BA65;
}
.theme__mcsc--primary .dropdown__toggle--icon i,
.t__mcsc--pri .dropdown__toggle--icon i {
  color: #47BA65;
}
.theme__mcsc--primary .large_timer__countdown--item_large,
.t__mcsc--pri .large_timer__countdown--item_large {
  background-color: #47BA65;
}
.theme__mcsc--primary .large_timer__countdown--item_medium,
.t__mcsc--pri .large_timer__countdown--item_medium {
  background-color: #47BA65;
}
.theme__mcsc--primary .large_timer__countdown--item_small,
.t__mcsc--pri .large_timer__countdown--item_small {
  background-color: #47BA65;
}
.theme__mcsc--primary .modalcontent,
.t__mcsc--pri .modalcontent {
  border-color: #47BA65;
}
.theme__mcsc--primary .transparent__header,
.t__mcsc--pri .transparent__header {
  background: #47BA65;
}
.theme__mcsc--primary .breadcrumb__slashes,
.t__mcsc--pri .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__mcsc--primary .the-list,
.t__mcsc--pri .the-list {
  background-color: #47BA65;
}
.theme__mcsc--primary .the-list option,
.t__mcsc--pri .the-list option {
  border-color: #47BA65 !important;
}
.theme__mcsc--primary .es-list::-webkit-scrollbar-thumb,
.t__mcsc--pri .es-list::-webkit-scrollbar-thumb {
  background: #47BA65;
}
.theme__mcsc--primary .es-visible,
.t__mcsc--pri .es-visible {
  border-color: #47BA65 !important;
}
.theme__mcsc--primary .ot-open,
.theme__mcsc--primary .ot-closed,
.t__mcsc--pri .ot-open,
.t__mcsc--pri .ot-closed {
  color: #47BA65;
}
.theme__mcsc--primary .colour__foreground,
.t__mcsc--pri .colour__foreground {
  color: #47BA65;
}
.theme__mcsc--primary h1.t__none,
.theme__mcsc--primary h1.theme__none,
.theme__mcsc--primary h2.t__none,
.theme__mcsc--primary h2.theme__none,
.theme__mcsc--primary h3.t__none,
.theme__mcsc--primary h3.theme__none,
.theme__mcsc--primary h4.t__none,
.theme__mcsc--primary h4.theme__none,
.theme__mcsc--primary h1.t__none--w-hov,
.theme__mcsc--primary h1.theme__none--with-hover,
.theme__mcsc--primary h2.t__none--w-hov,
.theme__mcsc--primary h2.theme__none--with-hover,
.theme__mcsc--primary h3.t__none--w-hov,
.theme__mcsc--primary h3.theme__none--with-hover,
.theme__mcsc--primary h4.t__none--w-hov,
.theme__mcsc--primary h4.theme__none--with-hover,
.t__mcsc--pri h1.t__none,
.t__mcsc--pri h1.theme__none,
.t__mcsc--pri h2.t__none,
.t__mcsc--pri h2.theme__none,
.t__mcsc--pri h3.t__none,
.t__mcsc--pri h3.theme__none,
.t__mcsc--pri h4.t__none,
.t__mcsc--pri h4.theme__none,
.t__mcsc--pri h1.t__none--w-hov,
.t__mcsc--pri h1.theme__none--with-hover,
.t__mcsc--pri h2.t__none--w-hov,
.t__mcsc--pri h2.theme__none--with-hover,
.t__mcsc--pri h3.t__none--w-hov,
.t__mcsc--pri h3.theme__none--with-hover,
.t__mcsc--pri h4.t__none--w-hov,
.t__mcsc--pri h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__mcsc--primary span.t__none,
.theme__mcsc--primary span.theme__none,
.t__mcsc--pri span.t__none,
.t__mcsc--pri span.theme__none {
  color: #4a4a4a;
}
.theme__mcsc--primary i.t__none,
.theme__mcsc--primary i.theme__none,
.t__mcsc--pri i.t__none,
.t__mcsc--pri i.theme__none {
  color: #4a4a4a;
}
.theme__mcsc--primary a.border__none,
.theme__mcsc--primary a.b__none,
.t__mcsc--pri a.border__none,
.t__mcsc--pri a.b__none {
  border: 0;
}
.theme__mcsc--primary a:hover h1.t__none,
.theme__mcsc--primary a:hover h1.theme__none,
.theme__mcsc--primary a:hover h2.t__none,
.theme__mcsc--primary a:hover h2.theme__none,
.theme__mcsc--primary a:hover h3.t__none,
.theme__mcsc--primary a:hover h3.theme__none,
.theme__mcsc--primary a:hover h4.t__none,
.theme__mcsc--primary a:hover h4.theme__none,
.t__mcsc--pri a:hover h1.t__none,
.t__mcsc--pri a:hover h1.theme__none,
.t__mcsc--pri a:hover h2.t__none,
.t__mcsc--pri a:hover h2.theme__none,
.t__mcsc--pri a:hover h3.t__none,
.t__mcsc--pri a:hover h3.theme__none,
.t__mcsc--pri a:hover h4.t__none,
.t__mcsc--pri a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__mcsc--primary a:hover h1.t__none--w-hov,
.theme__mcsc--primary a:hover h1.theme__none--with-hover,
.theme__mcsc--primary a:hover h2.t__none--w-hov,
.theme__mcsc--primary a:hover h2.theme__none--with-hover,
.theme__mcsc--primary a:hover h3.t__none--w-hov,
.theme__mcsc--primary a:hover h3.theme__none--with-hover,
.theme__mcsc--primary a:hover h4.t__none--w-hov,
.theme__mcsc--primary a:hover h4.theme__none--with-hover,
.t__mcsc--pri a:hover h1.t__none--w-hov,
.t__mcsc--pri a:hover h1.theme__none--with-hover,
.t__mcsc--pri a:hover h2.t__none--w-hov,
.t__mcsc--pri a:hover h2.theme__none--with-hover,
.t__mcsc--pri a:hover h3.t__none--w-hov,
.t__mcsc--pri a:hover h3.theme__none--with-hover,
.t__mcsc--pri a:hover h4.t__none--w-hov,
.t__mcsc--pri a:hover h4.theme__none--with-hover {
  color: #47BA65;
}
.theme__mcsc--primary .dotted__line--small, .theme__mcsc--primary .dotted__line--medium, .theme__mcsc--primary .dotted__line--large, .theme__mcsc--primary .dotted__line--x-large, .theme__mcsc--primary .dotted__line--huge,
.t__mcsc--pri .dotted__line--small,
.t__mcsc--pri .dotted__line--medium,
.t__mcsc--pri .dotted__line--large,
.t__mcsc--pri .dotted__line--x-large,
.t__mcsc--pri .dotted__line--huge {
  border-image-source: url("https://assets-cdn.sums.su/SH/Dotted_Borders/mcsuc__dotted.png");
}

.theme__mcsc--secondary h1, .theme__mcsc--secondary h2, .theme__mcsc--secondary h3, .theme__mcsc--secondary h4, .theme__mcsc--secondary h5, .theme__mcsc--secondary h6,
.t__mcsc--sec h1,
.t__mcsc--sec h2,
.t__mcsc--sec h3,
.t__mcsc--sec h4,
.t__mcsc--sec h5,
.t__mcsc--sec h6 {
  color: #47BA65;
}
.theme__mcsc--secondary a,
.t__mcsc--sec a {
  color: #4a4a4a;
  border-color: #47BA65;
  text-decoration: none;
}
.theme__mcsc--secondary a:hover,
.t__mcsc--sec a:hover {
  color: #47BA65;
}
.theme__mcsc--secondary a:hover h1, .theme__mcsc--secondary a:hover h2, .theme__mcsc--secondary a:hover h3, .theme__mcsc--secondary a:hover h4, .theme__mcsc--secondary a:hover h5, .theme__mcsc--secondary a:hover h6,
.t__mcsc--sec a:hover h1,
.t__mcsc--sec a:hover h2,
.t__mcsc--sec a:hover h3,
.t__mcsc--sec a:hover h4,
.t__mcsc--sec a:hover h5,
.t__mcsc--sec a:hover h6 {
  color: #47BA65;
}
.theme__mcsc--secondary a div,
.t__mcsc--sec a div {
  border-color: #47BA65 !important;
}
.theme__mcsc--secondary input,
.t__mcsc--sec input {
  border-color: #47BA65;
}
.theme__mcsc--secondary p,
.t__mcsc--sec p {
  color: #4a4a4a;
}
.theme__mcsc--secondary .button,
.theme__mcsc--secondary .btn,
.theme__mcsc--secondary .btn__pill, .theme__mcsc--secondary.button, .theme__mcsc--secondary.btn, .theme__mcsc--secondary.btn__pill,
.t__mcsc--sec .button,
.t__mcsc--sec .btn,
.t__mcsc--sec .btn__pill,
.t__mcsc--sec.button,
.t__mcsc--sec.btn,
.t__mcsc--sec.btn__pill {
  border-color: #47BA65;
}
@media (hover: hover) {
  .theme__mcsc--secondary .button:hover,
  .theme__mcsc--secondary .btn:hover,
  .theme__mcsc--secondary .btn__pill:hover, .theme__mcsc--secondary.button:hover, .theme__mcsc--secondary.btn:hover, .theme__mcsc--secondary.btn__pill:hover,
  .t__mcsc--sec .button:hover,
  .t__mcsc--sec .btn:hover,
  .t__mcsc--sec .btn__pill:hover,
  .t__mcsc--sec.button:hover,
  .t__mcsc--sec.btn:hover,
  .t__mcsc--sec.btn__pill:hover {
    color: #ffffff;
    background: #47BA65;
  }
  .theme__mcsc--secondary .button:hover i,
  .theme__mcsc--secondary .btn:hover i,
  .theme__mcsc--secondary .btn__pill:hover i, .theme__mcsc--secondary.button:hover i, .theme__mcsc--secondary.btn:hover i, .theme__mcsc--secondary.btn__pill:hover i,
  .t__mcsc--sec .button:hover i,
  .t__mcsc--sec .btn:hover i,
  .t__mcsc--sec .btn__pill:hover i,
  .t__mcsc--sec.button:hover i,
  .t__mcsc--sec.btn:hover i,
  .t__mcsc--sec.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__mcsc--secondary .button__invert,
.theme__mcsc--secondary .btn__invert,
.theme__mcsc--secondary .btn__pill__invert, .theme__mcsc--secondary.button__invert, .theme__mcsc--secondary.btn__invert, .theme__mcsc--secondary.btn__pill__invert,
.t__mcsc--sec .button__invert,
.t__mcsc--sec .btn__invert,
.t__mcsc--sec .btn__pill__invert,
.t__mcsc--sec.button__invert,
.t__mcsc--sec.btn__invert,
.t__mcsc--sec.btn__pill__invert {
  background-color: #47BA65;
  color: #ffffff;
}
.theme__mcsc--secondary .button__invert h4,
.theme__mcsc--secondary .btn__invert h4,
.theme__mcsc--secondary .btn__pill__invert h4, .theme__mcsc--secondary.button__invert h4, .theme__mcsc--secondary.btn__invert h4, .theme__mcsc--secondary.btn__pill__invert h4,
.t__mcsc--sec .button__invert h4,
.t__mcsc--sec .btn__invert h4,
.t__mcsc--sec .btn__pill__invert h4,
.t__mcsc--sec.button__invert h4,
.t__mcsc--sec.btn__invert h4,
.t__mcsc--sec.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__mcsc--secondary .button__invert:hover,
.theme__mcsc--secondary .btn__invert:hover,
.theme__mcsc--secondary .btn__pill__invert:hover, .theme__mcsc--secondary.button__invert:hover, .theme__mcsc--secondary.btn__invert:hover, .theme__mcsc--secondary.btn__pill__invert:hover,
.t__mcsc--sec .button__invert:hover,
.t__mcsc--sec .btn__invert:hover,
.t__mcsc--sec .btn__pill__invert:hover,
.t__mcsc--sec.button__invert:hover,
.t__mcsc--sec.btn__invert:hover,
.t__mcsc--sec.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__mcsc--secondary .button__invert:hover h4,
.theme__mcsc--secondary .btn__invert:hover h4,
.theme__mcsc--secondary .btn__pill__invert:hover h4, .theme__mcsc--secondary.button__invert:hover h4, .theme__mcsc--secondary.btn__invert:hover h4, .theme__mcsc--secondary.btn__pill__invert:hover h4,
.t__mcsc--sec .button__invert:hover h4,
.t__mcsc--sec .btn__invert:hover h4,
.t__mcsc--sec .btn__pill__invert:hover h4,
.t__mcsc--sec.button__invert:hover h4,
.t__mcsc--sec.btn__invert:hover h4,
.t__mcsc--sec.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__mcsc--secondary .button__invert--hover:hover,
.theme__mcsc--secondary .btn__invert--hover:hover,
.theme__mcsc--secondary .btn__pill__invert--hover:hover, .theme__mcsc--secondary.button__invert--hover:hover, .theme__mcsc--secondary.btn__invert--hover:hover, .theme__mcsc--secondary.btn__pill__invert--hover:hover,
.t__mcsc--sec .button__invert--hover:hover,
.t__mcsc--sec .btn__invert--hover:hover,
.t__mcsc--sec .btn__pill__invert--hover:hover,
.t__mcsc--sec.button__invert--hover:hover,
.t__mcsc--sec.btn__invert--hover:hover,
.t__mcsc--sec.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__mcsc--secondary .button__under,
.theme__mcsc--secondary .btn__under,
.theme__mcsc--secondary .btn__pill__under, .theme__mcsc--secondary.button__under, .theme__mcsc--secondary.btn__under, .theme__mcsc--secondary.btn__pill__under,
.t__mcsc--sec .button__under,
.t__mcsc--sec .btn__under,
.t__mcsc--sec .btn__pill__under,
.t__mcsc--sec.button__under,
.t__mcsc--sec.btn__under,
.t__mcsc--sec.btn__pill__under {
  border-color: #47BA65;
}
.theme__mcsc--secondary .btn__large,
.t__mcsc--sec .btn__large {
  background-color: #47BA65;
}
.theme__mcsc--secondary .input__search,
.t__mcsc--sec .input__search {
  border-color: #47BA65;
}
.theme__mcsc--secondary .input__search i,
.t__mcsc--sec .input__search i {
  color: #4a4a4a;
}
.theme__mcsc--secondary .input__search:hover i,
.t__mcsc--sec .input__search:hover i {
  color: #47BA65;
}
.theme__mcsc--secondary .component__foreground,
.t__mcsc--sec .component__foreground {
  color: #4a4a4a;
}
.theme__mcsc--secondary.card,
.theme__mcsc--secondary .card, .theme__mcsc--secondary.card__with-image,
.theme__mcsc--secondary .card__with-image,
.t__mcsc--sec.card,
.t__mcsc--sec .card,
.t__mcsc--sec.card__with-image,
.t__mcsc--sec .card__with-image {
  border-color: #47BA65;
}
.theme__mcsc--secondary.card__highlight,
.theme__mcsc--secondary .card__highlight,
.theme__mcsc--secondary .card__highlight--image,
.theme__mcsc--secondary .card__highlight--final,
.t__mcsc--sec.card__highlight,
.t__mcsc--sec .card__highlight,
.t__mcsc--sec .card__highlight--image,
.t__mcsc--sec .card__highlight--final {
  background-color: #47BA65;
  border-color: #47BA65;
}
.theme__mcsc--secondary.card__highlight--title,
.theme__mcsc--secondary .card__highlight--title,
.theme__mcsc--secondary .card__highlight--image,
.theme__mcsc--secondary .card__highlight--final,
.t__mcsc--sec.card__highlight--title,
.t__mcsc--sec .card__highlight--title,
.t__mcsc--sec .card__highlight--image,
.t__mcsc--sec .card__highlight--final {
  color: #4a4a4a;
}
.theme__mcsc--secondary .image-slider__selector--dot,
.t__mcsc--sec .image-slider__selector--dot {
  background-color: #47BA65;
}
.theme__mcsc--secondary .call-to-action__text h3,
.t__mcsc--sec .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__mcsc--secondary .officer__block--title h5, .theme__mcsc--secondary .officer__block--title h6,
.t__mcsc--sec .officer__block--title h5,
.t__mcsc--sec .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__mcsc--secondary .block__statement--link,
.t__mcsc--sec .block__statement--link {
  color: #4a4a4a;
}
.theme__mcsc--secondary .card__cutoff,
.t__mcsc--sec .card__cutoff {
  background: linear-gradient(#47BA65, #47BA65), linear-gradient(white, white);
}
.theme__mcsc--secondary .card__cutoff p,
.t__mcsc--sec .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__mcsc--secondary .card__cutoff:hover,
  .t__mcsc--sec .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__mcsc--secondary .card__cutoff:hover p,
  .t__mcsc--sec .card__cutoff:hover p {
    color: #47BA65;
  }
  .theme__mcsc--secondary .card__cutoff:hover .card__cutoff--link,
  .t__mcsc--sec .card__cutoff:hover .card__cutoff--link {
    color: #47BA65;
  }
  .theme__mcsc--secondary .card__cutoff:hover .card__cutoff--text,
  .t__mcsc--sec .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__mcsc--secondary .card__cutoff:hover .card__cutoff--text p,
  .t__mcsc--sec .card__cutoff:hover .card__cutoff--text p {
    color: #47BA65;
  }
  .theme__mcsc--secondary .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__mcsc--sec .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: #47BA65;
  }
}
.theme__mcsc--secondary .card__cutoff--link,
.t__mcsc--sec .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__mcsc--secondary .card__cutoff--link:hover,
  .t__mcsc--sec .card__cutoff--link:hover {
    color: #47BA65;
  }
  .theme__mcsc--secondary .card__cutoff--link:hover--link,
  .t__mcsc--sec .card__cutoff--link:hover--link {
    color: #47BA65;
  }
}
.theme__mcsc--secondary .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__mcsc--sec .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: #47BA65;
}
.theme__mcsc--secondary .dropdown__toggle--title,
.t__mcsc--sec .dropdown__toggle--title {
  color: #47BA65;
}
.theme__mcsc--secondary .dropdown__toggle--icon i,
.t__mcsc--sec .dropdown__toggle--icon i {
  color: #47BA65;
}
.theme__mcsc--secondary .large_timer__countdown--item_large,
.t__mcsc--sec .large_timer__countdown--item_large {
  background-color: #47BA65;
}
.theme__mcsc--secondary .large_timer__countdown--item_medium,
.t__mcsc--sec .large_timer__countdown--item_medium {
  background-color: #47BA65;
}
.theme__mcsc--secondary .large_timer__countdown--item_small,
.t__mcsc--sec .large_timer__countdown--item_small {
  background-color: #47BA65;
}
.theme__mcsc--secondary .modalcontent,
.t__mcsc--sec .modalcontent {
  border-color: #47BA65;
}
.theme__mcsc--secondary .transparent__header,
.t__mcsc--sec .transparent__header {
  background: #47BA65;
}
.theme__mcsc--secondary .breadcrumb__slashes,
.t__mcsc--sec .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__mcsc--secondary .the-list,
.t__mcsc--sec .the-list {
  background-color: #47BA65;
}
.theme__mcsc--secondary .the-list option,
.t__mcsc--sec .the-list option {
  border-color: #47BA65 !important;
}
.theme__mcsc--secondary .es-list::-webkit-scrollbar-thumb,
.t__mcsc--sec .es-list::-webkit-scrollbar-thumb {
  background: #47BA65;
}
.theme__mcsc--secondary .es-visible,
.t__mcsc--sec .es-visible {
  border-color: #47BA65 !important;
}
.theme__mcsc--secondary .ot-open,
.theme__mcsc--secondary .ot-closed,
.t__mcsc--sec .ot-open,
.t__mcsc--sec .ot-closed {
  color: #47BA65;
}
.theme__mcsc--secondary .colour__foreground,
.t__mcsc--sec .colour__foreground {
  color: #47BA65;
}
.theme__mcsc--secondary h1.t__none,
.theme__mcsc--secondary h1.theme__none,
.theme__mcsc--secondary h2.t__none,
.theme__mcsc--secondary h2.theme__none,
.theme__mcsc--secondary h3.t__none,
.theme__mcsc--secondary h3.theme__none,
.theme__mcsc--secondary h4.t__none,
.theme__mcsc--secondary h4.theme__none,
.theme__mcsc--secondary h1.t__none--w-hov,
.theme__mcsc--secondary h1.theme__none--with-hover,
.theme__mcsc--secondary h2.t__none--w-hov,
.theme__mcsc--secondary h2.theme__none--with-hover,
.theme__mcsc--secondary h3.t__none--w-hov,
.theme__mcsc--secondary h3.theme__none--with-hover,
.theme__mcsc--secondary h4.t__none--w-hov,
.theme__mcsc--secondary h4.theme__none--with-hover,
.t__mcsc--sec h1.t__none,
.t__mcsc--sec h1.theme__none,
.t__mcsc--sec h2.t__none,
.t__mcsc--sec h2.theme__none,
.t__mcsc--sec h3.t__none,
.t__mcsc--sec h3.theme__none,
.t__mcsc--sec h4.t__none,
.t__mcsc--sec h4.theme__none,
.t__mcsc--sec h1.t__none--w-hov,
.t__mcsc--sec h1.theme__none--with-hover,
.t__mcsc--sec h2.t__none--w-hov,
.t__mcsc--sec h2.theme__none--with-hover,
.t__mcsc--sec h3.t__none--w-hov,
.t__mcsc--sec h3.theme__none--with-hover,
.t__mcsc--sec h4.t__none--w-hov,
.t__mcsc--sec h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__mcsc--secondary span.t__none,
.theme__mcsc--secondary span.theme__none,
.t__mcsc--sec span.t__none,
.t__mcsc--sec span.theme__none {
  color: #4a4a4a;
}
.theme__mcsc--secondary i.t__none,
.theme__mcsc--secondary i.theme__none,
.t__mcsc--sec i.t__none,
.t__mcsc--sec i.theme__none {
  color: #4a4a4a;
}
.theme__mcsc--secondary a.border__none,
.theme__mcsc--secondary a.b__none,
.t__mcsc--sec a.border__none,
.t__mcsc--sec a.b__none {
  border: 0;
}
.theme__mcsc--secondary a:hover h1.t__none,
.theme__mcsc--secondary a:hover h1.theme__none,
.theme__mcsc--secondary a:hover h2.t__none,
.theme__mcsc--secondary a:hover h2.theme__none,
.theme__mcsc--secondary a:hover h3.t__none,
.theme__mcsc--secondary a:hover h3.theme__none,
.theme__mcsc--secondary a:hover h4.t__none,
.theme__mcsc--secondary a:hover h4.theme__none,
.t__mcsc--sec a:hover h1.t__none,
.t__mcsc--sec a:hover h1.theme__none,
.t__mcsc--sec a:hover h2.t__none,
.t__mcsc--sec a:hover h2.theme__none,
.t__mcsc--sec a:hover h3.t__none,
.t__mcsc--sec a:hover h3.theme__none,
.t__mcsc--sec a:hover h4.t__none,
.t__mcsc--sec a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__mcsc--secondary a:hover h1.t__none--w-hov,
.theme__mcsc--secondary a:hover h1.theme__none--with-hover,
.theme__mcsc--secondary a:hover h2.t__none--w-hov,
.theme__mcsc--secondary a:hover h2.theme__none--with-hover,
.theme__mcsc--secondary a:hover h3.t__none--w-hov,
.theme__mcsc--secondary a:hover h3.theme__none--with-hover,
.theme__mcsc--secondary a:hover h4.t__none--w-hov,
.theme__mcsc--secondary a:hover h4.theme__none--with-hover,
.t__mcsc--sec a:hover h1.t__none--w-hov,
.t__mcsc--sec a:hover h1.theme__none--with-hover,
.t__mcsc--sec a:hover h2.t__none--w-hov,
.t__mcsc--sec a:hover h2.theme__none--with-hover,
.t__mcsc--sec a:hover h3.t__none--w-hov,
.t__mcsc--sec a:hover h3.theme__none--with-hover,
.t__mcsc--sec a:hover h4.t__none--w-hov,
.t__mcsc--sec a:hover h4.theme__none--with-hover {
  color: #47BA65;
}

.theme__mcsc--pastel h1, .theme__mcsc--pastel h2, .theme__mcsc--pastel h3, .theme__mcsc--pastel h4, .theme__mcsc--pastel h5, .theme__mcsc--pastel h6,
.t__mcsc--pas h1,
.t__mcsc--pas h2,
.t__mcsc--pas h3,
.t__mcsc--pas h4,
.t__mcsc--pas h5,
.t__mcsc--pas h6 {
  color: rgba(71, 186, 101, 0.1);
}
.theme__mcsc--pastel a,
.t__mcsc--pas a {
  color: #4a4a4a;
  border-color: rgba(71, 186, 101, 0.1);
  text-decoration: none;
}
.theme__mcsc--pastel a:hover,
.t__mcsc--pas a:hover {
  color: rgba(71, 186, 101, 0.1);
}
.theme__mcsc--pastel a:hover h1, .theme__mcsc--pastel a:hover h2, .theme__mcsc--pastel a:hover h3, .theme__mcsc--pastel a:hover h4, .theme__mcsc--pastel a:hover h5, .theme__mcsc--pastel a:hover h6,
.t__mcsc--pas a:hover h1,
.t__mcsc--pas a:hover h2,
.t__mcsc--pas a:hover h3,
.t__mcsc--pas a:hover h4,
.t__mcsc--pas a:hover h5,
.t__mcsc--pas a:hover h6 {
  color: rgba(71, 186, 101, 0.1);
}
.theme__mcsc--pastel a div,
.t__mcsc--pas a div {
  border-color: rgba(71, 186, 101, 0.1) !important;
}
.theme__mcsc--pastel input,
.t__mcsc--pas input {
  border-color: rgba(71, 186, 101, 0.1);
}
.theme__mcsc--pastel p,
.t__mcsc--pas p {
  color: #4a4a4a;
}
.theme__mcsc--pastel .button,
.theme__mcsc--pastel .btn,
.theme__mcsc--pastel .btn__pill, .theme__mcsc--pastel.button, .theme__mcsc--pastel.btn, .theme__mcsc--pastel.btn__pill,
.t__mcsc--pas .button,
.t__mcsc--pas .btn,
.t__mcsc--pas .btn__pill,
.t__mcsc--pas.button,
.t__mcsc--pas.btn,
.t__mcsc--pas.btn__pill {
  border-color: rgba(71, 186, 101, 0.1);
}
@media (hover: hover) {
  .theme__mcsc--pastel .button:hover,
  .theme__mcsc--pastel .btn:hover,
  .theme__mcsc--pastel .btn__pill:hover, .theme__mcsc--pastel.button:hover, .theme__mcsc--pastel.btn:hover, .theme__mcsc--pastel.btn__pill:hover,
  .t__mcsc--pas .button:hover,
  .t__mcsc--pas .btn:hover,
  .t__mcsc--pas .btn__pill:hover,
  .t__mcsc--pas.button:hover,
  .t__mcsc--pas.btn:hover,
  .t__mcsc--pas.btn__pill:hover {
    color: #ffffff;
    background: rgba(71, 186, 101, 0.1);
  }
  .theme__mcsc--pastel .button:hover i,
  .theme__mcsc--pastel .btn:hover i,
  .theme__mcsc--pastel .btn__pill:hover i, .theme__mcsc--pastel.button:hover i, .theme__mcsc--pastel.btn:hover i, .theme__mcsc--pastel.btn__pill:hover i,
  .t__mcsc--pas .button:hover i,
  .t__mcsc--pas .btn:hover i,
  .t__mcsc--pas .btn__pill:hover i,
  .t__mcsc--pas.button:hover i,
  .t__mcsc--pas.btn:hover i,
  .t__mcsc--pas.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__mcsc--pastel .button__invert,
.theme__mcsc--pastel .btn__invert,
.theme__mcsc--pastel .btn__pill__invert, .theme__mcsc--pastel.button__invert, .theme__mcsc--pastel.btn__invert, .theme__mcsc--pastel.btn__pill__invert,
.t__mcsc--pas .button__invert,
.t__mcsc--pas .btn__invert,
.t__mcsc--pas .btn__pill__invert,
.t__mcsc--pas.button__invert,
.t__mcsc--pas.btn__invert,
.t__mcsc--pas.btn__pill__invert {
  background-color: rgba(71, 186, 101, 0.1);
  color: #ffffff;
}
.theme__mcsc--pastel .button__invert h4,
.theme__mcsc--pastel .btn__invert h4,
.theme__mcsc--pastel .btn__pill__invert h4, .theme__mcsc--pastel.button__invert h4, .theme__mcsc--pastel.btn__invert h4, .theme__mcsc--pastel.btn__pill__invert h4,
.t__mcsc--pas .button__invert h4,
.t__mcsc--pas .btn__invert h4,
.t__mcsc--pas .btn__pill__invert h4,
.t__mcsc--pas.button__invert h4,
.t__mcsc--pas.btn__invert h4,
.t__mcsc--pas.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__mcsc--pastel .button__invert:hover,
.theme__mcsc--pastel .btn__invert:hover,
.theme__mcsc--pastel .btn__pill__invert:hover, .theme__mcsc--pastel.button__invert:hover, .theme__mcsc--pastel.btn__invert:hover, .theme__mcsc--pastel.btn__pill__invert:hover,
.t__mcsc--pas .button__invert:hover,
.t__mcsc--pas .btn__invert:hover,
.t__mcsc--pas .btn__pill__invert:hover,
.t__mcsc--pas.button__invert:hover,
.t__mcsc--pas.btn__invert:hover,
.t__mcsc--pas.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__mcsc--pastel .button__invert:hover h4,
.theme__mcsc--pastel .btn__invert:hover h4,
.theme__mcsc--pastel .btn__pill__invert:hover h4, .theme__mcsc--pastel.button__invert:hover h4, .theme__mcsc--pastel.btn__invert:hover h4, .theme__mcsc--pastel.btn__pill__invert:hover h4,
.t__mcsc--pas .button__invert:hover h4,
.t__mcsc--pas .btn__invert:hover h4,
.t__mcsc--pas .btn__pill__invert:hover h4,
.t__mcsc--pas.button__invert:hover h4,
.t__mcsc--pas.btn__invert:hover h4,
.t__mcsc--pas.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__mcsc--pastel .button__invert--hover:hover,
.theme__mcsc--pastel .btn__invert--hover:hover,
.theme__mcsc--pastel .btn__pill__invert--hover:hover, .theme__mcsc--pastel.button__invert--hover:hover, .theme__mcsc--pastel.btn__invert--hover:hover, .theme__mcsc--pastel.btn__pill__invert--hover:hover,
.t__mcsc--pas .button__invert--hover:hover,
.t__mcsc--pas .btn__invert--hover:hover,
.t__mcsc--pas .btn__pill__invert--hover:hover,
.t__mcsc--pas.button__invert--hover:hover,
.t__mcsc--pas.btn__invert--hover:hover,
.t__mcsc--pas.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__mcsc--pastel .button__under,
.theme__mcsc--pastel .btn__under,
.theme__mcsc--pastel .btn__pill__under, .theme__mcsc--pastel.button__under, .theme__mcsc--pastel.btn__under, .theme__mcsc--pastel.btn__pill__under,
.t__mcsc--pas .button__under,
.t__mcsc--pas .btn__under,
.t__mcsc--pas .btn__pill__under,
.t__mcsc--pas.button__under,
.t__mcsc--pas.btn__under,
.t__mcsc--pas.btn__pill__under {
  border-color: rgba(71, 186, 101, 0.1);
}
.theme__mcsc--pastel .btn__large,
.t__mcsc--pas .btn__large {
  background-color: rgba(71, 186, 101, 0.1);
}
.theme__mcsc--pastel .input__search,
.t__mcsc--pas .input__search {
  border-color: rgba(71, 186, 101, 0.1);
}
.theme__mcsc--pastel .input__search i,
.t__mcsc--pas .input__search i {
  color: #4a4a4a;
}
.theme__mcsc--pastel .input__search:hover i,
.t__mcsc--pas .input__search:hover i {
  color: rgba(71, 186, 101, 0.1);
}
.theme__mcsc--pastel .component__foreground,
.t__mcsc--pas .component__foreground {
  color: #4a4a4a;
}
.theme__mcsc--pastel.card,
.theme__mcsc--pastel .card, .theme__mcsc--pastel.card__with-image,
.theme__mcsc--pastel .card__with-image,
.t__mcsc--pas.card,
.t__mcsc--pas .card,
.t__mcsc--pas.card__with-image,
.t__mcsc--pas .card__with-image {
  border-color: rgba(71, 186, 101, 0.1);
}
.theme__mcsc--pastel.card__highlight,
.theme__mcsc--pastel .card__highlight,
.theme__mcsc--pastel .card__highlight--image,
.theme__mcsc--pastel .card__highlight--final,
.t__mcsc--pas.card__highlight,
.t__mcsc--pas .card__highlight,
.t__mcsc--pas .card__highlight--image,
.t__mcsc--pas .card__highlight--final {
  background-color: rgba(71, 186, 101, 0.1);
  border-color: rgba(71, 186, 101, 0.1);
}
.theme__mcsc--pastel.card__highlight--title,
.theme__mcsc--pastel .card__highlight--title,
.theme__mcsc--pastel .card__highlight--image,
.theme__mcsc--pastel .card__highlight--final,
.t__mcsc--pas.card__highlight--title,
.t__mcsc--pas .card__highlight--title,
.t__mcsc--pas .card__highlight--image,
.t__mcsc--pas .card__highlight--final {
  color: #4a4a4a;
}
.theme__mcsc--pastel .image-slider__selector--dot,
.t__mcsc--pas .image-slider__selector--dot {
  background-color: rgba(71, 186, 101, 0.1);
}
.theme__mcsc--pastel .call-to-action__text h3,
.t__mcsc--pas .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__mcsc--pastel .officer__block--title h5, .theme__mcsc--pastel .officer__block--title h6,
.t__mcsc--pas .officer__block--title h5,
.t__mcsc--pas .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__mcsc--pastel .block__statement--link,
.t__mcsc--pas .block__statement--link {
  color: #4a4a4a;
}
.theme__mcsc--pastel .card__cutoff,
.t__mcsc--pas .card__cutoff {
  background: linear-gradient(rgba(71, 186, 101, 0.1), rgba(71, 186, 101, 0.1)), linear-gradient(white, white);
}
.theme__mcsc--pastel .card__cutoff p,
.t__mcsc--pas .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__mcsc--pastel .card__cutoff:hover,
  .t__mcsc--pas .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__mcsc--pastel .card__cutoff:hover p,
  .t__mcsc--pas .card__cutoff:hover p {
    color: rgba(71, 186, 101, 0.1);
  }
  .theme__mcsc--pastel .card__cutoff:hover .card__cutoff--link,
  .t__mcsc--pas .card__cutoff:hover .card__cutoff--link {
    color: rgba(71, 186, 101, 0.1);
  }
  .theme__mcsc--pastel .card__cutoff:hover .card__cutoff--text,
  .t__mcsc--pas .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__mcsc--pastel .card__cutoff:hover .card__cutoff--text p,
  .t__mcsc--pas .card__cutoff:hover .card__cutoff--text p {
    color: rgba(71, 186, 101, 0.1);
  }
  .theme__mcsc--pastel .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__mcsc--pas .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: rgba(71, 186, 101, 0.1);
  }
}
.theme__mcsc--pastel .card__cutoff--link,
.t__mcsc--pas .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__mcsc--pastel .card__cutoff--link:hover,
  .t__mcsc--pas .card__cutoff--link:hover {
    color: rgba(71, 186, 101, 0.1);
  }
  .theme__mcsc--pastel .card__cutoff--link:hover--link,
  .t__mcsc--pas .card__cutoff--link:hover--link {
    color: rgba(71, 186, 101, 0.1);
  }
}
.theme__mcsc--pastel .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__mcsc--pas .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: rgba(71, 186, 101, 0.1);
}
.theme__mcsc--pastel .dropdown__toggle--title,
.t__mcsc--pas .dropdown__toggle--title {
  color: rgba(71, 186, 101, 0.1);
}
.theme__mcsc--pastel .dropdown__toggle--icon i,
.t__mcsc--pas .dropdown__toggle--icon i {
  color: rgba(71, 186, 101, 0.1);
}
.theme__mcsc--pastel .large_timer__countdown--item_large,
.t__mcsc--pas .large_timer__countdown--item_large {
  background-color: rgba(71, 186, 101, 0.1);
}
.theme__mcsc--pastel .large_timer__countdown--item_medium,
.t__mcsc--pas .large_timer__countdown--item_medium {
  background-color: rgba(71, 186, 101, 0.1);
}
.theme__mcsc--pastel .large_timer__countdown--item_small,
.t__mcsc--pas .large_timer__countdown--item_small {
  background-color: rgba(71, 186, 101, 0.1);
}
.theme__mcsc--pastel .modalcontent,
.t__mcsc--pas .modalcontent {
  border-color: rgba(71, 186, 101, 0.1);
}
.theme__mcsc--pastel .transparent__header,
.t__mcsc--pas .transparent__header {
  background: rgba(71, 186, 101, 0.1);
}
.theme__mcsc--pastel .breadcrumb__slashes,
.t__mcsc--pas .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__mcsc--pastel .the-list,
.t__mcsc--pas .the-list {
  background-color: rgba(71, 186, 101, 0.1);
}
.theme__mcsc--pastel .the-list option,
.t__mcsc--pas .the-list option {
  border-color: rgba(71, 186, 101, 0.1) !important;
}
.theme__mcsc--pastel .es-list::-webkit-scrollbar-thumb,
.t__mcsc--pas .es-list::-webkit-scrollbar-thumb {
  background: rgba(71, 186, 101, 0.1);
}
.theme__mcsc--pastel .es-visible,
.t__mcsc--pas .es-visible {
  border-color: rgba(71, 186, 101, 0.1) !important;
}
.theme__mcsc--pastel .ot-open,
.theme__mcsc--pastel .ot-closed,
.t__mcsc--pas .ot-open,
.t__mcsc--pas .ot-closed {
  color: rgba(71, 186, 101, 0.1);
}
.theme__mcsc--pastel .colour__foreground,
.t__mcsc--pas .colour__foreground {
  color: rgba(71, 186, 101, 0.1);
}
.theme__mcsc--pastel h1.t__none,
.theme__mcsc--pastel h1.theme__none,
.theme__mcsc--pastel h2.t__none,
.theme__mcsc--pastel h2.theme__none,
.theme__mcsc--pastel h3.t__none,
.theme__mcsc--pastel h3.theme__none,
.theme__mcsc--pastel h4.t__none,
.theme__mcsc--pastel h4.theme__none,
.theme__mcsc--pastel h1.t__none--w-hov,
.theme__mcsc--pastel h1.theme__none--with-hover,
.theme__mcsc--pastel h2.t__none--w-hov,
.theme__mcsc--pastel h2.theme__none--with-hover,
.theme__mcsc--pastel h3.t__none--w-hov,
.theme__mcsc--pastel h3.theme__none--with-hover,
.theme__mcsc--pastel h4.t__none--w-hov,
.theme__mcsc--pastel h4.theme__none--with-hover,
.t__mcsc--pas h1.t__none,
.t__mcsc--pas h1.theme__none,
.t__mcsc--pas h2.t__none,
.t__mcsc--pas h2.theme__none,
.t__mcsc--pas h3.t__none,
.t__mcsc--pas h3.theme__none,
.t__mcsc--pas h4.t__none,
.t__mcsc--pas h4.theme__none,
.t__mcsc--pas h1.t__none--w-hov,
.t__mcsc--pas h1.theme__none--with-hover,
.t__mcsc--pas h2.t__none--w-hov,
.t__mcsc--pas h2.theme__none--with-hover,
.t__mcsc--pas h3.t__none--w-hov,
.t__mcsc--pas h3.theme__none--with-hover,
.t__mcsc--pas h4.t__none--w-hov,
.t__mcsc--pas h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__mcsc--pastel span.t__none,
.theme__mcsc--pastel span.theme__none,
.t__mcsc--pas span.t__none,
.t__mcsc--pas span.theme__none {
  color: #4a4a4a;
}
.theme__mcsc--pastel i.t__none,
.theme__mcsc--pastel i.theme__none,
.t__mcsc--pas i.t__none,
.t__mcsc--pas i.theme__none {
  color: #4a4a4a;
}
.theme__mcsc--pastel a.border__none,
.theme__mcsc--pastel a.b__none,
.t__mcsc--pas a.border__none,
.t__mcsc--pas a.b__none {
  border: 0;
}
.theme__mcsc--pastel a:hover h1.t__none,
.theme__mcsc--pastel a:hover h1.theme__none,
.theme__mcsc--pastel a:hover h2.t__none,
.theme__mcsc--pastel a:hover h2.theme__none,
.theme__mcsc--pastel a:hover h3.t__none,
.theme__mcsc--pastel a:hover h3.theme__none,
.theme__mcsc--pastel a:hover h4.t__none,
.theme__mcsc--pastel a:hover h4.theme__none,
.t__mcsc--pas a:hover h1.t__none,
.t__mcsc--pas a:hover h1.theme__none,
.t__mcsc--pas a:hover h2.t__none,
.t__mcsc--pas a:hover h2.theme__none,
.t__mcsc--pas a:hover h3.t__none,
.t__mcsc--pas a:hover h3.theme__none,
.t__mcsc--pas a:hover h4.t__none,
.t__mcsc--pas a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__mcsc--pastel a:hover h1.t__none--w-hov,
.theme__mcsc--pastel a:hover h1.theme__none--with-hover,
.theme__mcsc--pastel a:hover h2.t__none--w-hov,
.theme__mcsc--pastel a:hover h2.theme__none--with-hover,
.theme__mcsc--pastel a:hover h3.t__none--w-hov,
.theme__mcsc--pastel a:hover h3.theme__none--with-hover,
.theme__mcsc--pastel a:hover h4.t__none--w-hov,
.theme__mcsc--pastel a:hover h4.theme__none--with-hover,
.t__mcsc--pas a:hover h1.t__none--w-hov,
.t__mcsc--pas a:hover h1.theme__none--with-hover,
.t__mcsc--pas a:hover h2.t__none--w-hov,
.t__mcsc--pas a:hover h2.theme__none--with-hover,
.t__mcsc--pas a:hover h3.t__none--w-hov,
.t__mcsc--pas a:hover h3.theme__none--with-hover,
.t__mcsc--pas a:hover h4.t__none--w-hov,
.t__mcsc--pas a:hover h4.theme__none--with-hover {
  color: rgba(71, 186, 101, 0.1);
}

.theme__mcsc--background-primary,
.t__mcsc--bg-pri {
  background-color: #47BA65;
}

.theme__mcsc--background-secondary,
.t__mcsc--bg-sec {
  background-color: #47BA65;
}

.theme__mcsc--background-pastel,
.t__mcsc--bg-pas {
  background-color: rgba(71, 186, 101, 0.1);
}

.theme__coffee-revolution--primary h1, .theme__coffee-revolution--primary h2, .theme__coffee-revolution--primary h3, .theme__coffee-revolution--primary h4, .theme__coffee-revolution--primary h5, .theme__coffee-revolution--primary h6,
.t__cr--pri h1,
.t__cr--pri h2,
.t__cr--pri h3,
.t__cr--pri h4,
.t__cr--pri h5,
.t__cr--pri h6 {
  color: #EB7A7A;
}
.theme__coffee-revolution--primary a,
.t__cr--pri a {
  color: #4a4a4a;
  border-color: #EB7A7A;
  text-decoration: none;
}
.theme__coffee-revolution--primary a:hover,
.t__cr--pri a:hover {
  color: #EB7A7A;
}
.theme__coffee-revolution--primary a:hover h1, .theme__coffee-revolution--primary a:hover h2, .theme__coffee-revolution--primary a:hover h3, .theme__coffee-revolution--primary a:hover h4, .theme__coffee-revolution--primary a:hover h5, .theme__coffee-revolution--primary a:hover h6,
.t__cr--pri a:hover h1,
.t__cr--pri a:hover h2,
.t__cr--pri a:hover h3,
.t__cr--pri a:hover h4,
.t__cr--pri a:hover h5,
.t__cr--pri a:hover h6 {
  color: #EB7A7A;
}
.theme__coffee-revolution--primary a div,
.t__cr--pri a div {
  border-color: #EB7A7A !important;
}
.theme__coffee-revolution--primary input,
.t__cr--pri input {
  border-color: #EB7A7A;
}
.theme__coffee-revolution--primary p,
.t__cr--pri p {
  color: #4a4a4a;
}
.theme__coffee-revolution--primary .button,
.theme__coffee-revolution--primary .btn,
.theme__coffee-revolution--primary .btn__pill, .theme__coffee-revolution--primary.button, .theme__coffee-revolution--primary.btn, .theme__coffee-revolution--primary.btn__pill,
.t__cr--pri .button,
.t__cr--pri .btn,
.t__cr--pri .btn__pill,
.t__cr--pri.button,
.t__cr--pri.btn,
.t__cr--pri.btn__pill {
  border-color: #EB7A7A;
}
@media (hover: hover) {
  .theme__coffee-revolution--primary .button:hover,
  .theme__coffee-revolution--primary .btn:hover,
  .theme__coffee-revolution--primary .btn__pill:hover, .theme__coffee-revolution--primary.button:hover, .theme__coffee-revolution--primary.btn:hover, .theme__coffee-revolution--primary.btn__pill:hover,
  .t__cr--pri .button:hover,
  .t__cr--pri .btn:hover,
  .t__cr--pri .btn__pill:hover,
  .t__cr--pri.button:hover,
  .t__cr--pri.btn:hover,
  .t__cr--pri.btn__pill:hover {
    color: #ffffff;
    background: #EB7A7A;
  }
  .theme__coffee-revolution--primary .button:hover i,
  .theme__coffee-revolution--primary .btn:hover i,
  .theme__coffee-revolution--primary .btn__pill:hover i, .theme__coffee-revolution--primary.button:hover i, .theme__coffee-revolution--primary.btn:hover i, .theme__coffee-revolution--primary.btn__pill:hover i,
  .t__cr--pri .button:hover i,
  .t__cr--pri .btn:hover i,
  .t__cr--pri .btn__pill:hover i,
  .t__cr--pri.button:hover i,
  .t__cr--pri.btn:hover i,
  .t__cr--pri.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__coffee-revolution--primary .button__invert,
.theme__coffee-revolution--primary .btn__invert,
.theme__coffee-revolution--primary .btn__pill__invert, .theme__coffee-revolution--primary.button__invert, .theme__coffee-revolution--primary.btn__invert, .theme__coffee-revolution--primary.btn__pill__invert,
.t__cr--pri .button__invert,
.t__cr--pri .btn__invert,
.t__cr--pri .btn__pill__invert,
.t__cr--pri.button__invert,
.t__cr--pri.btn__invert,
.t__cr--pri.btn__pill__invert {
  background-color: #EB7A7A;
  color: #ffffff;
}
.theme__coffee-revolution--primary .button__invert h4,
.theme__coffee-revolution--primary .btn__invert h4,
.theme__coffee-revolution--primary .btn__pill__invert h4, .theme__coffee-revolution--primary.button__invert h4, .theme__coffee-revolution--primary.btn__invert h4, .theme__coffee-revolution--primary.btn__pill__invert h4,
.t__cr--pri .button__invert h4,
.t__cr--pri .btn__invert h4,
.t__cr--pri .btn__pill__invert h4,
.t__cr--pri.button__invert h4,
.t__cr--pri.btn__invert h4,
.t__cr--pri.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__coffee-revolution--primary .button__invert:hover,
.theme__coffee-revolution--primary .btn__invert:hover,
.theme__coffee-revolution--primary .btn__pill__invert:hover, .theme__coffee-revolution--primary.button__invert:hover, .theme__coffee-revolution--primary.btn__invert:hover, .theme__coffee-revolution--primary.btn__pill__invert:hover,
.t__cr--pri .button__invert:hover,
.t__cr--pri .btn__invert:hover,
.t__cr--pri .btn__pill__invert:hover,
.t__cr--pri.button__invert:hover,
.t__cr--pri.btn__invert:hover,
.t__cr--pri.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__coffee-revolution--primary .button__invert:hover h4,
.theme__coffee-revolution--primary .btn__invert:hover h4,
.theme__coffee-revolution--primary .btn__pill__invert:hover h4, .theme__coffee-revolution--primary.button__invert:hover h4, .theme__coffee-revolution--primary.btn__invert:hover h4, .theme__coffee-revolution--primary.btn__pill__invert:hover h4,
.t__cr--pri .button__invert:hover h4,
.t__cr--pri .btn__invert:hover h4,
.t__cr--pri .btn__pill__invert:hover h4,
.t__cr--pri.button__invert:hover h4,
.t__cr--pri.btn__invert:hover h4,
.t__cr--pri.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__coffee-revolution--primary .button__invert--hover:hover,
.theme__coffee-revolution--primary .btn__invert--hover:hover,
.theme__coffee-revolution--primary .btn__pill__invert--hover:hover, .theme__coffee-revolution--primary.button__invert--hover:hover, .theme__coffee-revolution--primary.btn__invert--hover:hover, .theme__coffee-revolution--primary.btn__pill__invert--hover:hover,
.t__cr--pri .button__invert--hover:hover,
.t__cr--pri .btn__invert--hover:hover,
.t__cr--pri .btn__pill__invert--hover:hover,
.t__cr--pri.button__invert--hover:hover,
.t__cr--pri.btn__invert--hover:hover,
.t__cr--pri.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__coffee-revolution--primary .button__under,
.theme__coffee-revolution--primary .btn__under,
.theme__coffee-revolution--primary .btn__pill__under, .theme__coffee-revolution--primary.button__under, .theme__coffee-revolution--primary.btn__under, .theme__coffee-revolution--primary.btn__pill__under,
.t__cr--pri .button__under,
.t__cr--pri .btn__under,
.t__cr--pri .btn__pill__under,
.t__cr--pri.button__under,
.t__cr--pri.btn__under,
.t__cr--pri.btn__pill__under {
  border-color: #EB7A7A;
}
.theme__coffee-revolution--primary .btn__large,
.t__cr--pri .btn__large {
  background-color: #EB7A7A;
}
.theme__coffee-revolution--primary .input__search,
.t__cr--pri .input__search {
  border-color: #EB7A7A;
}
.theme__coffee-revolution--primary .input__search i,
.t__cr--pri .input__search i {
  color: #4a4a4a;
}
.theme__coffee-revolution--primary .input__search:hover i,
.t__cr--pri .input__search:hover i {
  color: #EB7A7A;
}
.theme__coffee-revolution--primary .component__foreground,
.t__cr--pri .component__foreground {
  color: #4a4a4a;
}
.theme__coffee-revolution--primary.card,
.theme__coffee-revolution--primary .card, .theme__coffee-revolution--primary.card__with-image,
.theme__coffee-revolution--primary .card__with-image,
.t__cr--pri.card,
.t__cr--pri .card,
.t__cr--pri.card__with-image,
.t__cr--pri .card__with-image {
  border-color: #EB7A7A;
}
.theme__coffee-revolution--primary.card__highlight,
.theme__coffee-revolution--primary .card__highlight,
.theme__coffee-revolution--primary .card__highlight--image,
.theme__coffee-revolution--primary .card__highlight--final,
.t__cr--pri.card__highlight,
.t__cr--pri .card__highlight,
.t__cr--pri .card__highlight--image,
.t__cr--pri .card__highlight--final {
  background-color: #EB7A7A;
  border-color: #EB7A7A;
}
.theme__coffee-revolution--primary.card__highlight--title,
.theme__coffee-revolution--primary .card__highlight--title,
.theme__coffee-revolution--primary .card__highlight--image,
.theme__coffee-revolution--primary .card__highlight--final,
.t__cr--pri.card__highlight--title,
.t__cr--pri .card__highlight--title,
.t__cr--pri .card__highlight--image,
.t__cr--pri .card__highlight--final {
  color: #4a4a4a;
}
.theme__coffee-revolution--primary .image-slider__selector--dot,
.t__cr--pri .image-slider__selector--dot {
  background-color: #EB7A7A;
}
.theme__coffee-revolution--primary .call-to-action__text h3,
.t__cr--pri .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__coffee-revolution--primary .officer__block--title h5, .theme__coffee-revolution--primary .officer__block--title h6,
.t__cr--pri .officer__block--title h5,
.t__cr--pri .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__coffee-revolution--primary .block__statement--link,
.t__cr--pri .block__statement--link {
  color: #4a4a4a;
}
.theme__coffee-revolution--primary .card__cutoff,
.t__cr--pri .card__cutoff {
  background: linear-gradient(#EB7A7A, #EB7A7A), linear-gradient(white, white);
}
.theme__coffee-revolution--primary .card__cutoff p,
.t__cr--pri .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__coffee-revolution--primary .card__cutoff:hover,
  .t__cr--pri .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__coffee-revolution--primary .card__cutoff:hover p,
  .t__cr--pri .card__cutoff:hover p {
    color: #EB7A7A;
  }
  .theme__coffee-revolution--primary .card__cutoff:hover .card__cutoff--link,
  .t__cr--pri .card__cutoff:hover .card__cutoff--link {
    color: #EB7A7A;
  }
  .theme__coffee-revolution--primary .card__cutoff:hover .card__cutoff--text,
  .t__cr--pri .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__coffee-revolution--primary .card__cutoff:hover .card__cutoff--text p,
  .t__cr--pri .card__cutoff:hover .card__cutoff--text p {
    color: #EB7A7A;
  }
  .theme__coffee-revolution--primary .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__cr--pri .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: #EB7A7A;
  }
}
.theme__coffee-revolution--primary .card__cutoff--link,
.t__cr--pri .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__coffee-revolution--primary .card__cutoff--link:hover,
  .t__cr--pri .card__cutoff--link:hover {
    color: #EB7A7A;
  }
  .theme__coffee-revolution--primary .card__cutoff--link:hover--link,
  .t__cr--pri .card__cutoff--link:hover--link {
    color: #EB7A7A;
  }
}
.theme__coffee-revolution--primary .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__cr--pri .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: #EB7A7A;
}
.theme__coffee-revolution--primary .dropdown__toggle--title,
.t__cr--pri .dropdown__toggle--title {
  color: #EB7A7A;
}
.theme__coffee-revolution--primary .dropdown__toggle--icon i,
.t__cr--pri .dropdown__toggle--icon i {
  color: #EB7A7A;
}
.theme__coffee-revolution--primary .large_timer__countdown--item_large,
.t__cr--pri .large_timer__countdown--item_large {
  background-color: #EB7A7A;
}
.theme__coffee-revolution--primary .large_timer__countdown--item_medium,
.t__cr--pri .large_timer__countdown--item_medium {
  background-color: #EB7A7A;
}
.theme__coffee-revolution--primary .large_timer__countdown--item_small,
.t__cr--pri .large_timer__countdown--item_small {
  background-color: #EB7A7A;
}
.theme__coffee-revolution--primary .modalcontent,
.t__cr--pri .modalcontent {
  border-color: #EB7A7A;
}
.theme__coffee-revolution--primary .transparent__header,
.t__cr--pri .transparent__header {
  background: #EB7A7A;
}
.theme__coffee-revolution--primary .breadcrumb__slashes,
.t__cr--pri .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__coffee-revolution--primary .the-list,
.t__cr--pri .the-list {
  background-color: #EB7A7A;
}
.theme__coffee-revolution--primary .the-list option,
.t__cr--pri .the-list option {
  border-color: #EB7A7A !important;
}
.theme__coffee-revolution--primary .es-list::-webkit-scrollbar-thumb,
.t__cr--pri .es-list::-webkit-scrollbar-thumb {
  background: #EB7A7A;
}
.theme__coffee-revolution--primary .es-visible,
.t__cr--pri .es-visible {
  border-color: #EB7A7A !important;
}
.theme__coffee-revolution--primary .ot-open,
.theme__coffee-revolution--primary .ot-closed,
.t__cr--pri .ot-open,
.t__cr--pri .ot-closed {
  color: #EB7A7A;
}
.theme__coffee-revolution--primary .colour__foreground,
.t__cr--pri .colour__foreground {
  color: #EB7A7A;
}
.theme__coffee-revolution--primary h1.t__none,
.theme__coffee-revolution--primary h1.theme__none,
.theme__coffee-revolution--primary h2.t__none,
.theme__coffee-revolution--primary h2.theme__none,
.theme__coffee-revolution--primary h3.t__none,
.theme__coffee-revolution--primary h3.theme__none,
.theme__coffee-revolution--primary h4.t__none,
.theme__coffee-revolution--primary h4.theme__none,
.theme__coffee-revolution--primary h1.t__none--w-hov,
.theme__coffee-revolution--primary h1.theme__none--with-hover,
.theme__coffee-revolution--primary h2.t__none--w-hov,
.theme__coffee-revolution--primary h2.theme__none--with-hover,
.theme__coffee-revolution--primary h3.t__none--w-hov,
.theme__coffee-revolution--primary h3.theme__none--with-hover,
.theme__coffee-revolution--primary h4.t__none--w-hov,
.theme__coffee-revolution--primary h4.theme__none--with-hover,
.t__cr--pri h1.t__none,
.t__cr--pri h1.theme__none,
.t__cr--pri h2.t__none,
.t__cr--pri h2.theme__none,
.t__cr--pri h3.t__none,
.t__cr--pri h3.theme__none,
.t__cr--pri h4.t__none,
.t__cr--pri h4.theme__none,
.t__cr--pri h1.t__none--w-hov,
.t__cr--pri h1.theme__none--with-hover,
.t__cr--pri h2.t__none--w-hov,
.t__cr--pri h2.theme__none--with-hover,
.t__cr--pri h3.t__none--w-hov,
.t__cr--pri h3.theme__none--with-hover,
.t__cr--pri h4.t__none--w-hov,
.t__cr--pri h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__coffee-revolution--primary span.t__none,
.theme__coffee-revolution--primary span.theme__none,
.t__cr--pri span.t__none,
.t__cr--pri span.theme__none {
  color: #4a4a4a;
}
.theme__coffee-revolution--primary i.t__none,
.theme__coffee-revolution--primary i.theme__none,
.t__cr--pri i.t__none,
.t__cr--pri i.theme__none {
  color: #4a4a4a;
}
.theme__coffee-revolution--primary a.border__none,
.theme__coffee-revolution--primary a.b__none,
.t__cr--pri a.border__none,
.t__cr--pri a.b__none {
  border: 0;
}
.theme__coffee-revolution--primary a:hover h1.t__none,
.theme__coffee-revolution--primary a:hover h1.theme__none,
.theme__coffee-revolution--primary a:hover h2.t__none,
.theme__coffee-revolution--primary a:hover h2.theme__none,
.theme__coffee-revolution--primary a:hover h3.t__none,
.theme__coffee-revolution--primary a:hover h3.theme__none,
.theme__coffee-revolution--primary a:hover h4.t__none,
.theme__coffee-revolution--primary a:hover h4.theme__none,
.t__cr--pri a:hover h1.t__none,
.t__cr--pri a:hover h1.theme__none,
.t__cr--pri a:hover h2.t__none,
.t__cr--pri a:hover h2.theme__none,
.t__cr--pri a:hover h3.t__none,
.t__cr--pri a:hover h3.theme__none,
.t__cr--pri a:hover h4.t__none,
.t__cr--pri a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__coffee-revolution--primary a:hover h1.t__none--w-hov,
.theme__coffee-revolution--primary a:hover h1.theme__none--with-hover,
.theme__coffee-revolution--primary a:hover h2.t__none--w-hov,
.theme__coffee-revolution--primary a:hover h2.theme__none--with-hover,
.theme__coffee-revolution--primary a:hover h3.t__none--w-hov,
.theme__coffee-revolution--primary a:hover h3.theme__none--with-hover,
.theme__coffee-revolution--primary a:hover h4.t__none--w-hov,
.theme__coffee-revolution--primary a:hover h4.theme__none--with-hover,
.t__cr--pri a:hover h1.t__none--w-hov,
.t__cr--pri a:hover h1.theme__none--with-hover,
.t__cr--pri a:hover h2.t__none--w-hov,
.t__cr--pri a:hover h2.theme__none--with-hover,
.t__cr--pri a:hover h3.t__none--w-hov,
.t__cr--pri a:hover h3.theme__none--with-hover,
.t__cr--pri a:hover h4.t__none--w-hov,
.t__cr--pri a:hover h4.theme__none--with-hover {
  color: #EB7A7A;
}
.theme__coffee-revolution--primary .dotted__line--small, .theme__coffee-revolution--primary .dotted__line--medium, .theme__coffee-revolution--primary .dotted__line--large, .theme__coffee-revolution--primary .dotted__line--x-large, .theme__coffee-revolution--primary .dotted__line--huge,
.t__cr--pri .dotted__line--small,
.t__cr--pri .dotted__line--medium,
.t__cr--pri .dotted__line--large,
.t__cr--pri .dotted__line--x-large,
.t__cr--pri .dotted__line--huge {
  border-image-source: url("https://fe3ca8e0a2f497a00e8a-853d39369c554c336474f22b1382bbe4.ssl.cf3.rackcdn.com/dotted_coffee-revolution.png");
}

.theme__coffee-revolution--secondary h1, .theme__coffee-revolution--secondary h2, .theme__coffee-revolution--secondary h3, .theme__coffee-revolution--secondary h4, .theme__coffee-revolution--secondary h5, .theme__coffee-revolution--secondary h6,
.t__cr--sec h1,
.t__cr--sec h2,
.t__cr--sec h3,
.t__cr--sec h4,
.t__cr--sec h5,
.t__cr--sec h6 {
  color: #EB7A7A;
}
.theme__coffee-revolution--secondary a,
.t__cr--sec a {
  color: #4a4a4a;
  border-color: #EB7A7A;
  text-decoration: none;
}
.theme__coffee-revolution--secondary a:hover,
.t__cr--sec a:hover {
  color: #EB7A7A;
}
.theme__coffee-revolution--secondary a:hover h1, .theme__coffee-revolution--secondary a:hover h2, .theme__coffee-revolution--secondary a:hover h3, .theme__coffee-revolution--secondary a:hover h4, .theme__coffee-revolution--secondary a:hover h5, .theme__coffee-revolution--secondary a:hover h6,
.t__cr--sec a:hover h1,
.t__cr--sec a:hover h2,
.t__cr--sec a:hover h3,
.t__cr--sec a:hover h4,
.t__cr--sec a:hover h5,
.t__cr--sec a:hover h6 {
  color: #EB7A7A;
}
.theme__coffee-revolution--secondary a div,
.t__cr--sec a div {
  border-color: #EB7A7A !important;
}
.theme__coffee-revolution--secondary input,
.t__cr--sec input {
  border-color: #EB7A7A;
}
.theme__coffee-revolution--secondary p,
.t__cr--sec p {
  color: #4a4a4a;
}
.theme__coffee-revolution--secondary .button,
.theme__coffee-revolution--secondary .btn,
.theme__coffee-revolution--secondary .btn__pill, .theme__coffee-revolution--secondary.button, .theme__coffee-revolution--secondary.btn, .theme__coffee-revolution--secondary.btn__pill,
.t__cr--sec .button,
.t__cr--sec .btn,
.t__cr--sec .btn__pill,
.t__cr--sec.button,
.t__cr--sec.btn,
.t__cr--sec.btn__pill {
  border-color: #EB7A7A;
}
@media (hover: hover) {
  .theme__coffee-revolution--secondary .button:hover,
  .theme__coffee-revolution--secondary .btn:hover,
  .theme__coffee-revolution--secondary .btn__pill:hover, .theme__coffee-revolution--secondary.button:hover, .theme__coffee-revolution--secondary.btn:hover, .theme__coffee-revolution--secondary.btn__pill:hover,
  .t__cr--sec .button:hover,
  .t__cr--sec .btn:hover,
  .t__cr--sec .btn__pill:hover,
  .t__cr--sec.button:hover,
  .t__cr--sec.btn:hover,
  .t__cr--sec.btn__pill:hover {
    color: #ffffff;
    background: #EB7A7A;
  }
  .theme__coffee-revolution--secondary .button:hover i,
  .theme__coffee-revolution--secondary .btn:hover i,
  .theme__coffee-revolution--secondary .btn__pill:hover i, .theme__coffee-revolution--secondary.button:hover i, .theme__coffee-revolution--secondary.btn:hover i, .theme__coffee-revolution--secondary.btn__pill:hover i,
  .t__cr--sec .button:hover i,
  .t__cr--sec .btn:hover i,
  .t__cr--sec .btn__pill:hover i,
  .t__cr--sec.button:hover i,
  .t__cr--sec.btn:hover i,
  .t__cr--sec.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__coffee-revolution--secondary .button__invert,
.theme__coffee-revolution--secondary .btn__invert,
.theme__coffee-revolution--secondary .btn__pill__invert, .theme__coffee-revolution--secondary.button__invert, .theme__coffee-revolution--secondary.btn__invert, .theme__coffee-revolution--secondary.btn__pill__invert,
.t__cr--sec .button__invert,
.t__cr--sec .btn__invert,
.t__cr--sec .btn__pill__invert,
.t__cr--sec.button__invert,
.t__cr--sec.btn__invert,
.t__cr--sec.btn__pill__invert {
  background-color: #EB7A7A;
  color: #ffffff;
}
.theme__coffee-revolution--secondary .button__invert h4,
.theme__coffee-revolution--secondary .btn__invert h4,
.theme__coffee-revolution--secondary .btn__pill__invert h4, .theme__coffee-revolution--secondary.button__invert h4, .theme__coffee-revolution--secondary.btn__invert h4, .theme__coffee-revolution--secondary.btn__pill__invert h4,
.t__cr--sec .button__invert h4,
.t__cr--sec .btn__invert h4,
.t__cr--sec .btn__pill__invert h4,
.t__cr--sec.button__invert h4,
.t__cr--sec.btn__invert h4,
.t__cr--sec.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__coffee-revolution--secondary .button__invert:hover,
.theme__coffee-revolution--secondary .btn__invert:hover,
.theme__coffee-revolution--secondary .btn__pill__invert:hover, .theme__coffee-revolution--secondary.button__invert:hover, .theme__coffee-revolution--secondary.btn__invert:hover, .theme__coffee-revolution--secondary.btn__pill__invert:hover,
.t__cr--sec .button__invert:hover,
.t__cr--sec .btn__invert:hover,
.t__cr--sec .btn__pill__invert:hover,
.t__cr--sec.button__invert:hover,
.t__cr--sec.btn__invert:hover,
.t__cr--sec.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__coffee-revolution--secondary .button__invert:hover h4,
.theme__coffee-revolution--secondary .btn__invert:hover h4,
.theme__coffee-revolution--secondary .btn__pill__invert:hover h4, .theme__coffee-revolution--secondary.button__invert:hover h4, .theme__coffee-revolution--secondary.btn__invert:hover h4, .theme__coffee-revolution--secondary.btn__pill__invert:hover h4,
.t__cr--sec .button__invert:hover h4,
.t__cr--sec .btn__invert:hover h4,
.t__cr--sec .btn__pill__invert:hover h4,
.t__cr--sec.button__invert:hover h4,
.t__cr--sec.btn__invert:hover h4,
.t__cr--sec.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__coffee-revolution--secondary .button__invert--hover:hover,
.theme__coffee-revolution--secondary .btn__invert--hover:hover,
.theme__coffee-revolution--secondary .btn__pill__invert--hover:hover, .theme__coffee-revolution--secondary.button__invert--hover:hover, .theme__coffee-revolution--secondary.btn__invert--hover:hover, .theme__coffee-revolution--secondary.btn__pill__invert--hover:hover,
.t__cr--sec .button__invert--hover:hover,
.t__cr--sec .btn__invert--hover:hover,
.t__cr--sec .btn__pill__invert--hover:hover,
.t__cr--sec.button__invert--hover:hover,
.t__cr--sec.btn__invert--hover:hover,
.t__cr--sec.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__coffee-revolution--secondary .button__under,
.theme__coffee-revolution--secondary .btn__under,
.theme__coffee-revolution--secondary .btn__pill__under, .theme__coffee-revolution--secondary.button__under, .theme__coffee-revolution--secondary.btn__under, .theme__coffee-revolution--secondary.btn__pill__under,
.t__cr--sec .button__under,
.t__cr--sec .btn__under,
.t__cr--sec .btn__pill__under,
.t__cr--sec.button__under,
.t__cr--sec.btn__under,
.t__cr--sec.btn__pill__under {
  border-color: #EB7A7A;
}
.theme__coffee-revolution--secondary .btn__large,
.t__cr--sec .btn__large {
  background-color: #EB7A7A;
}
.theme__coffee-revolution--secondary .input__search,
.t__cr--sec .input__search {
  border-color: #EB7A7A;
}
.theme__coffee-revolution--secondary .input__search i,
.t__cr--sec .input__search i {
  color: #4a4a4a;
}
.theme__coffee-revolution--secondary .input__search:hover i,
.t__cr--sec .input__search:hover i {
  color: #EB7A7A;
}
.theme__coffee-revolution--secondary .component__foreground,
.t__cr--sec .component__foreground {
  color: #4a4a4a;
}
.theme__coffee-revolution--secondary.card,
.theme__coffee-revolution--secondary .card, .theme__coffee-revolution--secondary.card__with-image,
.theme__coffee-revolution--secondary .card__with-image,
.t__cr--sec.card,
.t__cr--sec .card,
.t__cr--sec.card__with-image,
.t__cr--sec .card__with-image {
  border-color: #EB7A7A;
}
.theme__coffee-revolution--secondary.card__highlight,
.theme__coffee-revolution--secondary .card__highlight,
.theme__coffee-revolution--secondary .card__highlight--image,
.theme__coffee-revolution--secondary .card__highlight--final,
.t__cr--sec.card__highlight,
.t__cr--sec .card__highlight,
.t__cr--sec .card__highlight--image,
.t__cr--sec .card__highlight--final {
  background-color: #EB7A7A;
  border-color: #EB7A7A;
}
.theme__coffee-revolution--secondary.card__highlight--title,
.theme__coffee-revolution--secondary .card__highlight--title,
.theme__coffee-revolution--secondary .card__highlight--image,
.theme__coffee-revolution--secondary .card__highlight--final,
.t__cr--sec.card__highlight--title,
.t__cr--sec .card__highlight--title,
.t__cr--sec .card__highlight--image,
.t__cr--sec .card__highlight--final {
  color: #4a4a4a;
}
.theme__coffee-revolution--secondary .image-slider__selector--dot,
.t__cr--sec .image-slider__selector--dot {
  background-color: #EB7A7A;
}
.theme__coffee-revolution--secondary .call-to-action__text h3,
.t__cr--sec .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__coffee-revolution--secondary .officer__block--title h5, .theme__coffee-revolution--secondary .officer__block--title h6,
.t__cr--sec .officer__block--title h5,
.t__cr--sec .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__coffee-revolution--secondary .block__statement--link,
.t__cr--sec .block__statement--link {
  color: #4a4a4a;
}
.theme__coffee-revolution--secondary .card__cutoff,
.t__cr--sec .card__cutoff {
  background: linear-gradient(#EB7A7A, #EB7A7A), linear-gradient(white, white);
}
.theme__coffee-revolution--secondary .card__cutoff p,
.t__cr--sec .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__coffee-revolution--secondary .card__cutoff:hover,
  .t__cr--sec .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__coffee-revolution--secondary .card__cutoff:hover p,
  .t__cr--sec .card__cutoff:hover p {
    color: #EB7A7A;
  }
  .theme__coffee-revolution--secondary .card__cutoff:hover .card__cutoff--link,
  .t__cr--sec .card__cutoff:hover .card__cutoff--link {
    color: #EB7A7A;
  }
  .theme__coffee-revolution--secondary .card__cutoff:hover .card__cutoff--text,
  .t__cr--sec .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__coffee-revolution--secondary .card__cutoff:hover .card__cutoff--text p,
  .t__cr--sec .card__cutoff:hover .card__cutoff--text p {
    color: #EB7A7A;
  }
  .theme__coffee-revolution--secondary .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__cr--sec .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: #EB7A7A;
  }
}
.theme__coffee-revolution--secondary .card__cutoff--link,
.t__cr--sec .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__coffee-revolution--secondary .card__cutoff--link:hover,
  .t__cr--sec .card__cutoff--link:hover {
    color: #EB7A7A;
  }
  .theme__coffee-revolution--secondary .card__cutoff--link:hover--link,
  .t__cr--sec .card__cutoff--link:hover--link {
    color: #EB7A7A;
  }
}
.theme__coffee-revolution--secondary .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__cr--sec .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: #EB7A7A;
}
.theme__coffee-revolution--secondary .dropdown__toggle--title,
.t__cr--sec .dropdown__toggle--title {
  color: #EB7A7A;
}
.theme__coffee-revolution--secondary .dropdown__toggle--icon i,
.t__cr--sec .dropdown__toggle--icon i {
  color: #EB7A7A;
}
.theme__coffee-revolution--secondary .large_timer__countdown--item_large,
.t__cr--sec .large_timer__countdown--item_large {
  background-color: #EB7A7A;
}
.theme__coffee-revolution--secondary .large_timer__countdown--item_medium,
.t__cr--sec .large_timer__countdown--item_medium {
  background-color: #EB7A7A;
}
.theme__coffee-revolution--secondary .large_timer__countdown--item_small,
.t__cr--sec .large_timer__countdown--item_small {
  background-color: #EB7A7A;
}
.theme__coffee-revolution--secondary .modalcontent,
.t__cr--sec .modalcontent {
  border-color: #EB7A7A;
}
.theme__coffee-revolution--secondary .transparent__header,
.t__cr--sec .transparent__header {
  background: #EB7A7A;
}
.theme__coffee-revolution--secondary .breadcrumb__slashes,
.t__cr--sec .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__coffee-revolution--secondary .the-list,
.t__cr--sec .the-list {
  background-color: #EB7A7A;
}
.theme__coffee-revolution--secondary .the-list option,
.t__cr--sec .the-list option {
  border-color: #EB7A7A !important;
}
.theme__coffee-revolution--secondary .es-list::-webkit-scrollbar-thumb,
.t__cr--sec .es-list::-webkit-scrollbar-thumb {
  background: #EB7A7A;
}
.theme__coffee-revolution--secondary .es-visible,
.t__cr--sec .es-visible {
  border-color: #EB7A7A !important;
}
.theme__coffee-revolution--secondary .ot-open,
.theme__coffee-revolution--secondary .ot-closed,
.t__cr--sec .ot-open,
.t__cr--sec .ot-closed {
  color: #EB7A7A;
}
.theme__coffee-revolution--secondary .colour__foreground,
.t__cr--sec .colour__foreground {
  color: #EB7A7A;
}
.theme__coffee-revolution--secondary h1.t__none,
.theme__coffee-revolution--secondary h1.theme__none,
.theme__coffee-revolution--secondary h2.t__none,
.theme__coffee-revolution--secondary h2.theme__none,
.theme__coffee-revolution--secondary h3.t__none,
.theme__coffee-revolution--secondary h3.theme__none,
.theme__coffee-revolution--secondary h4.t__none,
.theme__coffee-revolution--secondary h4.theme__none,
.theme__coffee-revolution--secondary h1.t__none--w-hov,
.theme__coffee-revolution--secondary h1.theme__none--with-hover,
.theme__coffee-revolution--secondary h2.t__none--w-hov,
.theme__coffee-revolution--secondary h2.theme__none--with-hover,
.theme__coffee-revolution--secondary h3.t__none--w-hov,
.theme__coffee-revolution--secondary h3.theme__none--with-hover,
.theme__coffee-revolution--secondary h4.t__none--w-hov,
.theme__coffee-revolution--secondary h4.theme__none--with-hover,
.t__cr--sec h1.t__none,
.t__cr--sec h1.theme__none,
.t__cr--sec h2.t__none,
.t__cr--sec h2.theme__none,
.t__cr--sec h3.t__none,
.t__cr--sec h3.theme__none,
.t__cr--sec h4.t__none,
.t__cr--sec h4.theme__none,
.t__cr--sec h1.t__none--w-hov,
.t__cr--sec h1.theme__none--with-hover,
.t__cr--sec h2.t__none--w-hov,
.t__cr--sec h2.theme__none--with-hover,
.t__cr--sec h3.t__none--w-hov,
.t__cr--sec h3.theme__none--with-hover,
.t__cr--sec h4.t__none--w-hov,
.t__cr--sec h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__coffee-revolution--secondary span.t__none,
.theme__coffee-revolution--secondary span.theme__none,
.t__cr--sec span.t__none,
.t__cr--sec span.theme__none {
  color: #4a4a4a;
}
.theme__coffee-revolution--secondary i.t__none,
.theme__coffee-revolution--secondary i.theme__none,
.t__cr--sec i.t__none,
.t__cr--sec i.theme__none {
  color: #4a4a4a;
}
.theme__coffee-revolution--secondary a.border__none,
.theme__coffee-revolution--secondary a.b__none,
.t__cr--sec a.border__none,
.t__cr--sec a.b__none {
  border: 0;
}
.theme__coffee-revolution--secondary a:hover h1.t__none,
.theme__coffee-revolution--secondary a:hover h1.theme__none,
.theme__coffee-revolution--secondary a:hover h2.t__none,
.theme__coffee-revolution--secondary a:hover h2.theme__none,
.theme__coffee-revolution--secondary a:hover h3.t__none,
.theme__coffee-revolution--secondary a:hover h3.theme__none,
.theme__coffee-revolution--secondary a:hover h4.t__none,
.theme__coffee-revolution--secondary a:hover h4.theme__none,
.t__cr--sec a:hover h1.t__none,
.t__cr--sec a:hover h1.theme__none,
.t__cr--sec a:hover h2.t__none,
.t__cr--sec a:hover h2.theme__none,
.t__cr--sec a:hover h3.t__none,
.t__cr--sec a:hover h3.theme__none,
.t__cr--sec a:hover h4.t__none,
.t__cr--sec a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__coffee-revolution--secondary a:hover h1.t__none--w-hov,
.theme__coffee-revolution--secondary a:hover h1.theme__none--with-hover,
.theme__coffee-revolution--secondary a:hover h2.t__none--w-hov,
.theme__coffee-revolution--secondary a:hover h2.theme__none--with-hover,
.theme__coffee-revolution--secondary a:hover h3.t__none--w-hov,
.theme__coffee-revolution--secondary a:hover h3.theme__none--with-hover,
.theme__coffee-revolution--secondary a:hover h4.t__none--w-hov,
.theme__coffee-revolution--secondary a:hover h4.theme__none--with-hover,
.t__cr--sec a:hover h1.t__none--w-hov,
.t__cr--sec a:hover h1.theme__none--with-hover,
.t__cr--sec a:hover h2.t__none--w-hov,
.t__cr--sec a:hover h2.theme__none--with-hover,
.t__cr--sec a:hover h3.t__none--w-hov,
.t__cr--sec a:hover h3.theme__none--with-hover,
.t__cr--sec a:hover h4.t__none--w-hov,
.t__cr--sec a:hover h4.theme__none--with-hover {
  color: #EB7A7A;
}

.theme__coffee-revolution--pastel h1, .theme__coffee-revolution--pastel h2, .theme__coffee-revolution--pastel h3, .theme__coffee-revolution--pastel h4, .theme__coffee-revolution--pastel h5, .theme__coffee-revolution--pastel h6,
.t__cr--pas h1,
.t__cr--pas h2,
.t__cr--pas h3,
.t__cr--pas h4,
.t__cr--pas h5,
.t__cr--pas h6 {
  color: #EB7A7A;
}
.theme__coffee-revolution--pastel a,
.t__cr--pas a {
  color: #4a4a4a;
  border-color: #EB7A7A;
  text-decoration: none;
}
.theme__coffee-revolution--pastel a:hover,
.t__cr--pas a:hover {
  color: #EB7A7A;
}
.theme__coffee-revolution--pastel a:hover h1, .theme__coffee-revolution--pastel a:hover h2, .theme__coffee-revolution--pastel a:hover h3, .theme__coffee-revolution--pastel a:hover h4, .theme__coffee-revolution--pastel a:hover h5, .theme__coffee-revolution--pastel a:hover h6,
.t__cr--pas a:hover h1,
.t__cr--pas a:hover h2,
.t__cr--pas a:hover h3,
.t__cr--pas a:hover h4,
.t__cr--pas a:hover h5,
.t__cr--pas a:hover h6 {
  color: #EB7A7A;
}
.theme__coffee-revolution--pastel a div,
.t__cr--pas a div {
  border-color: #EB7A7A !important;
}
.theme__coffee-revolution--pastel input,
.t__cr--pas input {
  border-color: #EB7A7A;
}
.theme__coffee-revolution--pastel p,
.t__cr--pas p {
  color: #4a4a4a;
}
.theme__coffee-revolution--pastel .button,
.theme__coffee-revolution--pastel .btn,
.theme__coffee-revolution--pastel .btn__pill, .theme__coffee-revolution--pastel.button, .theme__coffee-revolution--pastel.btn, .theme__coffee-revolution--pastel.btn__pill,
.t__cr--pas .button,
.t__cr--pas .btn,
.t__cr--pas .btn__pill,
.t__cr--pas.button,
.t__cr--pas.btn,
.t__cr--pas.btn__pill {
  border-color: #EB7A7A;
}
@media (hover: hover) {
  .theme__coffee-revolution--pastel .button:hover,
  .theme__coffee-revolution--pastel .btn:hover,
  .theme__coffee-revolution--pastel .btn__pill:hover, .theme__coffee-revolution--pastel.button:hover, .theme__coffee-revolution--pastel.btn:hover, .theme__coffee-revolution--pastel.btn__pill:hover,
  .t__cr--pas .button:hover,
  .t__cr--pas .btn:hover,
  .t__cr--pas .btn__pill:hover,
  .t__cr--pas.button:hover,
  .t__cr--pas.btn:hover,
  .t__cr--pas.btn__pill:hover {
    color: #ffffff;
    background: #EB7A7A;
  }
  .theme__coffee-revolution--pastel .button:hover i,
  .theme__coffee-revolution--pastel .btn:hover i,
  .theme__coffee-revolution--pastel .btn__pill:hover i, .theme__coffee-revolution--pastel.button:hover i, .theme__coffee-revolution--pastel.btn:hover i, .theme__coffee-revolution--pastel.btn__pill:hover i,
  .t__cr--pas .button:hover i,
  .t__cr--pas .btn:hover i,
  .t__cr--pas .btn__pill:hover i,
  .t__cr--pas.button:hover i,
  .t__cr--pas.btn:hover i,
  .t__cr--pas.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__coffee-revolution--pastel .button__invert,
.theme__coffee-revolution--pastel .btn__invert,
.theme__coffee-revolution--pastel .btn__pill__invert, .theme__coffee-revolution--pastel.button__invert, .theme__coffee-revolution--pastel.btn__invert, .theme__coffee-revolution--pastel.btn__pill__invert,
.t__cr--pas .button__invert,
.t__cr--pas .btn__invert,
.t__cr--pas .btn__pill__invert,
.t__cr--pas.button__invert,
.t__cr--pas.btn__invert,
.t__cr--pas.btn__pill__invert {
  background-color: #EB7A7A;
  color: #ffffff;
}
.theme__coffee-revolution--pastel .button__invert h4,
.theme__coffee-revolution--pastel .btn__invert h4,
.theme__coffee-revolution--pastel .btn__pill__invert h4, .theme__coffee-revolution--pastel.button__invert h4, .theme__coffee-revolution--pastel.btn__invert h4, .theme__coffee-revolution--pastel.btn__pill__invert h4,
.t__cr--pas .button__invert h4,
.t__cr--pas .btn__invert h4,
.t__cr--pas .btn__pill__invert h4,
.t__cr--pas.button__invert h4,
.t__cr--pas.btn__invert h4,
.t__cr--pas.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__coffee-revolution--pastel .button__invert:hover,
.theme__coffee-revolution--pastel .btn__invert:hover,
.theme__coffee-revolution--pastel .btn__pill__invert:hover, .theme__coffee-revolution--pastel.button__invert:hover, .theme__coffee-revolution--pastel.btn__invert:hover, .theme__coffee-revolution--pastel.btn__pill__invert:hover,
.t__cr--pas .button__invert:hover,
.t__cr--pas .btn__invert:hover,
.t__cr--pas .btn__pill__invert:hover,
.t__cr--pas.button__invert:hover,
.t__cr--pas.btn__invert:hover,
.t__cr--pas.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__coffee-revolution--pastel .button__invert:hover h4,
.theme__coffee-revolution--pastel .btn__invert:hover h4,
.theme__coffee-revolution--pastel .btn__pill__invert:hover h4, .theme__coffee-revolution--pastel.button__invert:hover h4, .theme__coffee-revolution--pastel.btn__invert:hover h4, .theme__coffee-revolution--pastel.btn__pill__invert:hover h4,
.t__cr--pas .button__invert:hover h4,
.t__cr--pas .btn__invert:hover h4,
.t__cr--pas .btn__pill__invert:hover h4,
.t__cr--pas.button__invert:hover h4,
.t__cr--pas.btn__invert:hover h4,
.t__cr--pas.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__coffee-revolution--pastel .button__invert--hover:hover,
.theme__coffee-revolution--pastel .btn__invert--hover:hover,
.theme__coffee-revolution--pastel .btn__pill__invert--hover:hover, .theme__coffee-revolution--pastel.button__invert--hover:hover, .theme__coffee-revolution--pastel.btn__invert--hover:hover, .theme__coffee-revolution--pastel.btn__pill__invert--hover:hover,
.t__cr--pas .button__invert--hover:hover,
.t__cr--pas .btn__invert--hover:hover,
.t__cr--pas .btn__pill__invert--hover:hover,
.t__cr--pas.button__invert--hover:hover,
.t__cr--pas.btn__invert--hover:hover,
.t__cr--pas.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__coffee-revolution--pastel .button__under,
.theme__coffee-revolution--pastel .btn__under,
.theme__coffee-revolution--pastel .btn__pill__under, .theme__coffee-revolution--pastel.button__under, .theme__coffee-revolution--pastel.btn__under, .theme__coffee-revolution--pastel.btn__pill__under,
.t__cr--pas .button__under,
.t__cr--pas .btn__under,
.t__cr--pas .btn__pill__under,
.t__cr--pas.button__under,
.t__cr--pas.btn__under,
.t__cr--pas.btn__pill__under {
  border-color: #EB7A7A;
}
.theme__coffee-revolution--pastel .btn__large,
.t__cr--pas .btn__large {
  background-color: #EB7A7A;
}
.theme__coffee-revolution--pastel .input__search,
.t__cr--pas .input__search {
  border-color: #EB7A7A;
}
.theme__coffee-revolution--pastel .input__search i,
.t__cr--pas .input__search i {
  color: #4a4a4a;
}
.theme__coffee-revolution--pastel .input__search:hover i,
.t__cr--pas .input__search:hover i {
  color: #EB7A7A;
}
.theme__coffee-revolution--pastel .component__foreground,
.t__cr--pas .component__foreground {
  color: #4a4a4a;
}
.theme__coffee-revolution--pastel.card,
.theme__coffee-revolution--pastel .card, .theme__coffee-revolution--pastel.card__with-image,
.theme__coffee-revolution--pastel .card__with-image,
.t__cr--pas.card,
.t__cr--pas .card,
.t__cr--pas.card__with-image,
.t__cr--pas .card__with-image {
  border-color: #EB7A7A;
}
.theme__coffee-revolution--pastel.card__highlight,
.theme__coffee-revolution--pastel .card__highlight,
.theme__coffee-revolution--pastel .card__highlight--image,
.theme__coffee-revolution--pastel .card__highlight--final,
.t__cr--pas.card__highlight,
.t__cr--pas .card__highlight,
.t__cr--pas .card__highlight--image,
.t__cr--pas .card__highlight--final {
  background-color: #EB7A7A;
  border-color: #EB7A7A;
}
.theme__coffee-revolution--pastel.card__highlight--title,
.theme__coffee-revolution--pastel .card__highlight--title,
.theme__coffee-revolution--pastel .card__highlight--image,
.theme__coffee-revolution--pastel .card__highlight--final,
.t__cr--pas.card__highlight--title,
.t__cr--pas .card__highlight--title,
.t__cr--pas .card__highlight--image,
.t__cr--pas .card__highlight--final {
  color: #4a4a4a;
}
.theme__coffee-revolution--pastel .image-slider__selector--dot,
.t__cr--pas .image-slider__selector--dot {
  background-color: #EB7A7A;
}
.theme__coffee-revolution--pastel .call-to-action__text h3,
.t__cr--pas .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__coffee-revolution--pastel .officer__block--title h5, .theme__coffee-revolution--pastel .officer__block--title h6,
.t__cr--pas .officer__block--title h5,
.t__cr--pas .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__coffee-revolution--pastel .block__statement--link,
.t__cr--pas .block__statement--link {
  color: #4a4a4a;
}
.theme__coffee-revolution--pastel .card__cutoff,
.t__cr--pas .card__cutoff {
  background: linear-gradient(#EB7A7A, #EB7A7A), linear-gradient(white, white);
}
.theme__coffee-revolution--pastel .card__cutoff p,
.t__cr--pas .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__coffee-revolution--pastel .card__cutoff:hover,
  .t__cr--pas .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__coffee-revolution--pastel .card__cutoff:hover p,
  .t__cr--pas .card__cutoff:hover p {
    color: #EB7A7A;
  }
  .theme__coffee-revolution--pastel .card__cutoff:hover .card__cutoff--link,
  .t__cr--pas .card__cutoff:hover .card__cutoff--link {
    color: #EB7A7A;
  }
  .theme__coffee-revolution--pastel .card__cutoff:hover .card__cutoff--text,
  .t__cr--pas .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__coffee-revolution--pastel .card__cutoff:hover .card__cutoff--text p,
  .t__cr--pas .card__cutoff:hover .card__cutoff--text p {
    color: #EB7A7A;
  }
  .theme__coffee-revolution--pastel .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__cr--pas .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: #EB7A7A;
  }
}
.theme__coffee-revolution--pastel .card__cutoff--link,
.t__cr--pas .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__coffee-revolution--pastel .card__cutoff--link:hover,
  .t__cr--pas .card__cutoff--link:hover {
    color: #EB7A7A;
  }
  .theme__coffee-revolution--pastel .card__cutoff--link:hover--link,
  .t__cr--pas .card__cutoff--link:hover--link {
    color: #EB7A7A;
  }
}
.theme__coffee-revolution--pastel .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__cr--pas .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: #EB7A7A;
}
.theme__coffee-revolution--pastel .dropdown__toggle--title,
.t__cr--pas .dropdown__toggle--title {
  color: #EB7A7A;
}
.theme__coffee-revolution--pastel .dropdown__toggle--icon i,
.t__cr--pas .dropdown__toggle--icon i {
  color: #EB7A7A;
}
.theme__coffee-revolution--pastel .large_timer__countdown--item_large,
.t__cr--pas .large_timer__countdown--item_large {
  background-color: #EB7A7A;
}
.theme__coffee-revolution--pastel .large_timer__countdown--item_medium,
.t__cr--pas .large_timer__countdown--item_medium {
  background-color: #EB7A7A;
}
.theme__coffee-revolution--pastel .large_timer__countdown--item_small,
.t__cr--pas .large_timer__countdown--item_small {
  background-color: #EB7A7A;
}
.theme__coffee-revolution--pastel .modalcontent,
.t__cr--pas .modalcontent {
  border-color: #EB7A7A;
}
.theme__coffee-revolution--pastel .transparent__header,
.t__cr--pas .transparent__header {
  background: #EB7A7A;
}
.theme__coffee-revolution--pastel .breadcrumb__slashes,
.t__cr--pas .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__coffee-revolution--pastel .the-list,
.t__cr--pas .the-list {
  background-color: #EB7A7A;
}
.theme__coffee-revolution--pastel .the-list option,
.t__cr--pas .the-list option {
  border-color: #EB7A7A !important;
}
.theme__coffee-revolution--pastel .es-list::-webkit-scrollbar-thumb,
.t__cr--pas .es-list::-webkit-scrollbar-thumb {
  background: #EB7A7A;
}
.theme__coffee-revolution--pastel .es-visible,
.t__cr--pas .es-visible {
  border-color: #EB7A7A !important;
}
.theme__coffee-revolution--pastel .ot-open,
.theme__coffee-revolution--pastel .ot-closed,
.t__cr--pas .ot-open,
.t__cr--pas .ot-closed {
  color: #EB7A7A;
}
.theme__coffee-revolution--pastel .colour__foreground,
.t__cr--pas .colour__foreground {
  color: #EB7A7A;
}
.theme__coffee-revolution--pastel h1.t__none,
.theme__coffee-revolution--pastel h1.theme__none,
.theme__coffee-revolution--pastel h2.t__none,
.theme__coffee-revolution--pastel h2.theme__none,
.theme__coffee-revolution--pastel h3.t__none,
.theme__coffee-revolution--pastel h3.theme__none,
.theme__coffee-revolution--pastel h4.t__none,
.theme__coffee-revolution--pastel h4.theme__none,
.theme__coffee-revolution--pastel h1.t__none--w-hov,
.theme__coffee-revolution--pastel h1.theme__none--with-hover,
.theme__coffee-revolution--pastel h2.t__none--w-hov,
.theme__coffee-revolution--pastel h2.theme__none--with-hover,
.theme__coffee-revolution--pastel h3.t__none--w-hov,
.theme__coffee-revolution--pastel h3.theme__none--with-hover,
.theme__coffee-revolution--pastel h4.t__none--w-hov,
.theme__coffee-revolution--pastel h4.theme__none--with-hover,
.t__cr--pas h1.t__none,
.t__cr--pas h1.theme__none,
.t__cr--pas h2.t__none,
.t__cr--pas h2.theme__none,
.t__cr--pas h3.t__none,
.t__cr--pas h3.theme__none,
.t__cr--pas h4.t__none,
.t__cr--pas h4.theme__none,
.t__cr--pas h1.t__none--w-hov,
.t__cr--pas h1.theme__none--with-hover,
.t__cr--pas h2.t__none--w-hov,
.t__cr--pas h2.theme__none--with-hover,
.t__cr--pas h3.t__none--w-hov,
.t__cr--pas h3.theme__none--with-hover,
.t__cr--pas h4.t__none--w-hov,
.t__cr--pas h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__coffee-revolution--pastel span.t__none,
.theme__coffee-revolution--pastel span.theme__none,
.t__cr--pas span.t__none,
.t__cr--pas span.theme__none {
  color: #4a4a4a;
}
.theme__coffee-revolution--pastel i.t__none,
.theme__coffee-revolution--pastel i.theme__none,
.t__cr--pas i.t__none,
.t__cr--pas i.theme__none {
  color: #4a4a4a;
}
.theme__coffee-revolution--pastel a.border__none,
.theme__coffee-revolution--pastel a.b__none,
.t__cr--pas a.border__none,
.t__cr--pas a.b__none {
  border: 0;
}
.theme__coffee-revolution--pastel a:hover h1.t__none,
.theme__coffee-revolution--pastel a:hover h1.theme__none,
.theme__coffee-revolution--pastel a:hover h2.t__none,
.theme__coffee-revolution--pastel a:hover h2.theme__none,
.theme__coffee-revolution--pastel a:hover h3.t__none,
.theme__coffee-revolution--pastel a:hover h3.theme__none,
.theme__coffee-revolution--pastel a:hover h4.t__none,
.theme__coffee-revolution--pastel a:hover h4.theme__none,
.t__cr--pas a:hover h1.t__none,
.t__cr--pas a:hover h1.theme__none,
.t__cr--pas a:hover h2.t__none,
.t__cr--pas a:hover h2.theme__none,
.t__cr--pas a:hover h3.t__none,
.t__cr--pas a:hover h3.theme__none,
.t__cr--pas a:hover h4.t__none,
.t__cr--pas a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__coffee-revolution--pastel a:hover h1.t__none--w-hov,
.theme__coffee-revolution--pastel a:hover h1.theme__none--with-hover,
.theme__coffee-revolution--pastel a:hover h2.t__none--w-hov,
.theme__coffee-revolution--pastel a:hover h2.theme__none--with-hover,
.theme__coffee-revolution--pastel a:hover h3.t__none--w-hov,
.theme__coffee-revolution--pastel a:hover h3.theme__none--with-hover,
.theme__coffee-revolution--pastel a:hover h4.t__none--w-hov,
.theme__coffee-revolution--pastel a:hover h4.theme__none--with-hover,
.t__cr--pas a:hover h1.t__none--w-hov,
.t__cr--pas a:hover h1.theme__none--with-hover,
.t__cr--pas a:hover h2.t__none--w-hov,
.t__cr--pas a:hover h2.theme__none--with-hover,
.t__cr--pas a:hover h3.t__none--w-hov,
.t__cr--pas a:hover h3.theme__none--with-hover,
.t__cr--pas a:hover h4.t__none--w-hov,
.t__cr--pas a:hover h4.theme__none--with-hover {
  color: #EB7A7A;
}

.theme__coffee-revolution--background-primary,
.t__cr--bg-pri {
  background-color: #EB7A7A;
}

.theme__coffee-revolution--background-secondary,
.t__cr--bg-sec {
  background-color: #EB7A7A;
}

.theme__coffee-revolution--background-pastel,
.t__cr--bg-pas {
  background-color: #EB7A7A;
}

.theme__interval--primary h1, .theme__interval--primary h2, .theme__interval--primary h3, .theme__interval--primary h4, .theme__interval--primary h5, .theme__interval--primary h6,
.t__int--pri h1,
.t__int--pri h2,
.t__int--pri h3,
.t__int--pri h4,
.t__int--pri h5,
.t__int--pri h6 {
  color: #DC6D41;
}
.theme__interval--primary a,
.t__int--pri a {
  color: #4a4a4a;
  border-color: #DC6D41;
  text-decoration: none;
}
.theme__interval--primary a:hover,
.t__int--pri a:hover {
  color: #DC6D41;
}
.theme__interval--primary a:hover h1, .theme__interval--primary a:hover h2, .theme__interval--primary a:hover h3, .theme__interval--primary a:hover h4, .theme__interval--primary a:hover h5, .theme__interval--primary a:hover h6,
.t__int--pri a:hover h1,
.t__int--pri a:hover h2,
.t__int--pri a:hover h3,
.t__int--pri a:hover h4,
.t__int--pri a:hover h5,
.t__int--pri a:hover h6 {
  color: #DC6D41;
}
.theme__interval--primary a div,
.t__int--pri a div {
  border-color: #DC6D41 !important;
}
.theme__interval--primary input,
.t__int--pri input {
  border-color: #DC6D41;
}
.theme__interval--primary p,
.t__int--pri p {
  color: #4a4a4a;
}
.theme__interval--primary .button,
.theme__interval--primary .btn,
.theme__interval--primary .btn__pill, .theme__interval--primary.button, .theme__interval--primary.btn, .theme__interval--primary.btn__pill,
.t__int--pri .button,
.t__int--pri .btn,
.t__int--pri .btn__pill,
.t__int--pri.button,
.t__int--pri.btn,
.t__int--pri.btn__pill {
  border-color: #DC6D41;
}
@media (hover: hover) {
  .theme__interval--primary .button:hover,
  .theme__interval--primary .btn:hover,
  .theme__interval--primary .btn__pill:hover, .theme__interval--primary.button:hover, .theme__interval--primary.btn:hover, .theme__interval--primary.btn__pill:hover,
  .t__int--pri .button:hover,
  .t__int--pri .btn:hover,
  .t__int--pri .btn__pill:hover,
  .t__int--pri.button:hover,
  .t__int--pri.btn:hover,
  .t__int--pri.btn__pill:hover {
    color: #ffffff;
    background: #DC6D41;
  }
  .theme__interval--primary .button:hover i,
  .theme__interval--primary .btn:hover i,
  .theme__interval--primary .btn__pill:hover i, .theme__interval--primary.button:hover i, .theme__interval--primary.btn:hover i, .theme__interval--primary.btn__pill:hover i,
  .t__int--pri .button:hover i,
  .t__int--pri .btn:hover i,
  .t__int--pri .btn__pill:hover i,
  .t__int--pri.button:hover i,
  .t__int--pri.btn:hover i,
  .t__int--pri.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__interval--primary .button__invert,
.theme__interval--primary .btn__invert,
.theme__interval--primary .btn__pill__invert, .theme__interval--primary.button__invert, .theme__interval--primary.btn__invert, .theme__interval--primary.btn__pill__invert,
.t__int--pri .button__invert,
.t__int--pri .btn__invert,
.t__int--pri .btn__pill__invert,
.t__int--pri.button__invert,
.t__int--pri.btn__invert,
.t__int--pri.btn__pill__invert {
  background-color: #DC6D41;
  color: #ffffff;
}
.theme__interval--primary .button__invert h4,
.theme__interval--primary .btn__invert h4,
.theme__interval--primary .btn__pill__invert h4, .theme__interval--primary.button__invert h4, .theme__interval--primary.btn__invert h4, .theme__interval--primary.btn__pill__invert h4,
.t__int--pri .button__invert h4,
.t__int--pri .btn__invert h4,
.t__int--pri .btn__pill__invert h4,
.t__int--pri.button__invert h4,
.t__int--pri.btn__invert h4,
.t__int--pri.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__interval--primary .button__invert:hover,
.theme__interval--primary .btn__invert:hover,
.theme__interval--primary .btn__pill__invert:hover, .theme__interval--primary.button__invert:hover, .theme__interval--primary.btn__invert:hover, .theme__interval--primary.btn__pill__invert:hover,
.t__int--pri .button__invert:hover,
.t__int--pri .btn__invert:hover,
.t__int--pri .btn__pill__invert:hover,
.t__int--pri.button__invert:hover,
.t__int--pri.btn__invert:hover,
.t__int--pri.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__interval--primary .button__invert:hover h4,
.theme__interval--primary .btn__invert:hover h4,
.theme__interval--primary .btn__pill__invert:hover h4, .theme__interval--primary.button__invert:hover h4, .theme__interval--primary.btn__invert:hover h4, .theme__interval--primary.btn__pill__invert:hover h4,
.t__int--pri .button__invert:hover h4,
.t__int--pri .btn__invert:hover h4,
.t__int--pri .btn__pill__invert:hover h4,
.t__int--pri.button__invert:hover h4,
.t__int--pri.btn__invert:hover h4,
.t__int--pri.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__interval--primary .button__invert--hover:hover,
.theme__interval--primary .btn__invert--hover:hover,
.theme__interval--primary .btn__pill__invert--hover:hover, .theme__interval--primary.button__invert--hover:hover, .theme__interval--primary.btn__invert--hover:hover, .theme__interval--primary.btn__pill__invert--hover:hover,
.t__int--pri .button__invert--hover:hover,
.t__int--pri .btn__invert--hover:hover,
.t__int--pri .btn__pill__invert--hover:hover,
.t__int--pri.button__invert--hover:hover,
.t__int--pri.btn__invert--hover:hover,
.t__int--pri.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__interval--primary .button__under,
.theme__interval--primary .btn__under,
.theme__interval--primary .btn__pill__under, .theme__interval--primary.button__under, .theme__interval--primary.btn__under, .theme__interval--primary.btn__pill__under,
.t__int--pri .button__under,
.t__int--pri .btn__under,
.t__int--pri .btn__pill__under,
.t__int--pri.button__under,
.t__int--pri.btn__under,
.t__int--pri.btn__pill__under {
  border-color: #DC6D41;
}
.theme__interval--primary .btn__large,
.t__int--pri .btn__large {
  background-color: #DC6D41;
}
.theme__interval--primary .input__search,
.t__int--pri .input__search {
  border-color: #DC6D41;
}
.theme__interval--primary .input__search i,
.t__int--pri .input__search i {
  color: #4a4a4a;
}
.theme__interval--primary .input__search:hover i,
.t__int--pri .input__search:hover i {
  color: #DC6D41;
}
.theme__interval--primary .component__foreground,
.t__int--pri .component__foreground {
  color: #4a4a4a;
}
.theme__interval--primary.card,
.theme__interval--primary .card, .theme__interval--primary.card__with-image,
.theme__interval--primary .card__with-image,
.t__int--pri.card,
.t__int--pri .card,
.t__int--pri.card__with-image,
.t__int--pri .card__with-image {
  border-color: #DC6D41;
}
.theme__interval--primary.card__highlight,
.theme__interval--primary .card__highlight,
.theme__interval--primary .card__highlight--image,
.theme__interval--primary .card__highlight--final,
.t__int--pri.card__highlight,
.t__int--pri .card__highlight,
.t__int--pri .card__highlight--image,
.t__int--pri .card__highlight--final {
  background-color: #DC6D41;
  border-color: #DC6D41;
}
.theme__interval--primary.card__highlight--title,
.theme__interval--primary .card__highlight--title,
.theme__interval--primary .card__highlight--image,
.theme__interval--primary .card__highlight--final,
.t__int--pri.card__highlight--title,
.t__int--pri .card__highlight--title,
.t__int--pri .card__highlight--image,
.t__int--pri .card__highlight--final {
  color: #4a4a4a;
}
.theme__interval--primary .image-slider__selector--dot,
.t__int--pri .image-slider__selector--dot {
  background-color: #DC6D41;
}
.theme__interval--primary .call-to-action__text h3,
.t__int--pri .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__interval--primary .officer__block--title h5, .theme__interval--primary .officer__block--title h6,
.t__int--pri .officer__block--title h5,
.t__int--pri .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__interval--primary .block__statement--link,
.t__int--pri .block__statement--link {
  color: #4a4a4a;
}
.theme__interval--primary .card__cutoff,
.t__int--pri .card__cutoff {
  background: linear-gradient(#DC6D41, #DC6D41), linear-gradient(white, white);
}
.theme__interval--primary .card__cutoff p,
.t__int--pri .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__interval--primary .card__cutoff:hover,
  .t__int--pri .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__interval--primary .card__cutoff:hover p,
  .t__int--pri .card__cutoff:hover p {
    color: #DC6D41;
  }
  .theme__interval--primary .card__cutoff:hover .card__cutoff--link,
  .t__int--pri .card__cutoff:hover .card__cutoff--link {
    color: #DC6D41;
  }
  .theme__interval--primary .card__cutoff:hover .card__cutoff--text,
  .t__int--pri .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__interval--primary .card__cutoff:hover .card__cutoff--text p,
  .t__int--pri .card__cutoff:hover .card__cutoff--text p {
    color: #DC6D41;
  }
  .theme__interval--primary .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__int--pri .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: #DC6D41;
  }
}
.theme__interval--primary .card__cutoff--link,
.t__int--pri .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__interval--primary .card__cutoff--link:hover,
  .t__int--pri .card__cutoff--link:hover {
    color: #DC6D41;
  }
  .theme__interval--primary .card__cutoff--link:hover--link,
  .t__int--pri .card__cutoff--link:hover--link {
    color: #DC6D41;
  }
}
.theme__interval--primary .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__int--pri .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: #DC6D41;
}
.theme__interval--primary .dropdown__toggle--title,
.t__int--pri .dropdown__toggle--title {
  color: #DC6D41;
}
.theme__interval--primary .dropdown__toggle--icon i,
.t__int--pri .dropdown__toggle--icon i {
  color: #DC6D41;
}
.theme__interval--primary .large_timer__countdown--item_large,
.t__int--pri .large_timer__countdown--item_large {
  background-color: #DC6D41;
}
.theme__interval--primary .large_timer__countdown--item_medium,
.t__int--pri .large_timer__countdown--item_medium {
  background-color: #DC6D41;
}
.theme__interval--primary .large_timer__countdown--item_small,
.t__int--pri .large_timer__countdown--item_small {
  background-color: #DC6D41;
}
.theme__interval--primary .modalcontent,
.t__int--pri .modalcontent {
  border-color: #DC6D41;
}
.theme__interval--primary .transparent__header,
.t__int--pri .transparent__header {
  background: #DC6D41;
}
.theme__interval--primary .breadcrumb__slashes,
.t__int--pri .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__interval--primary .the-list,
.t__int--pri .the-list {
  background-color: #DC6D41;
}
.theme__interval--primary .the-list option,
.t__int--pri .the-list option {
  border-color: #DC6D41 !important;
}
.theme__interval--primary .es-list::-webkit-scrollbar-thumb,
.t__int--pri .es-list::-webkit-scrollbar-thumb {
  background: #DC6D41;
}
.theme__interval--primary .es-visible,
.t__int--pri .es-visible {
  border-color: #DC6D41 !important;
}
.theme__interval--primary .ot-open,
.theme__interval--primary .ot-closed,
.t__int--pri .ot-open,
.t__int--pri .ot-closed {
  color: #DC6D41;
}
.theme__interval--primary .colour__foreground,
.t__int--pri .colour__foreground {
  color: #DC6D41;
}
.theme__interval--primary h1.t__none,
.theme__interval--primary h1.theme__none,
.theme__interval--primary h2.t__none,
.theme__interval--primary h2.theme__none,
.theme__interval--primary h3.t__none,
.theme__interval--primary h3.theme__none,
.theme__interval--primary h4.t__none,
.theme__interval--primary h4.theme__none,
.theme__interval--primary h1.t__none--w-hov,
.theme__interval--primary h1.theme__none--with-hover,
.theme__interval--primary h2.t__none--w-hov,
.theme__interval--primary h2.theme__none--with-hover,
.theme__interval--primary h3.t__none--w-hov,
.theme__interval--primary h3.theme__none--with-hover,
.theme__interval--primary h4.t__none--w-hov,
.theme__interval--primary h4.theme__none--with-hover,
.t__int--pri h1.t__none,
.t__int--pri h1.theme__none,
.t__int--pri h2.t__none,
.t__int--pri h2.theme__none,
.t__int--pri h3.t__none,
.t__int--pri h3.theme__none,
.t__int--pri h4.t__none,
.t__int--pri h4.theme__none,
.t__int--pri h1.t__none--w-hov,
.t__int--pri h1.theme__none--with-hover,
.t__int--pri h2.t__none--w-hov,
.t__int--pri h2.theme__none--with-hover,
.t__int--pri h3.t__none--w-hov,
.t__int--pri h3.theme__none--with-hover,
.t__int--pri h4.t__none--w-hov,
.t__int--pri h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__interval--primary span.t__none,
.theme__interval--primary span.theme__none,
.t__int--pri span.t__none,
.t__int--pri span.theme__none {
  color: #4a4a4a;
}
.theme__interval--primary i.t__none,
.theme__interval--primary i.theme__none,
.t__int--pri i.t__none,
.t__int--pri i.theme__none {
  color: #4a4a4a;
}
.theme__interval--primary a.border__none,
.theme__interval--primary a.b__none,
.t__int--pri a.border__none,
.t__int--pri a.b__none {
  border: 0;
}
.theme__interval--primary a:hover h1.t__none,
.theme__interval--primary a:hover h1.theme__none,
.theme__interval--primary a:hover h2.t__none,
.theme__interval--primary a:hover h2.theme__none,
.theme__interval--primary a:hover h3.t__none,
.theme__interval--primary a:hover h3.theme__none,
.theme__interval--primary a:hover h4.t__none,
.theme__interval--primary a:hover h4.theme__none,
.t__int--pri a:hover h1.t__none,
.t__int--pri a:hover h1.theme__none,
.t__int--pri a:hover h2.t__none,
.t__int--pri a:hover h2.theme__none,
.t__int--pri a:hover h3.t__none,
.t__int--pri a:hover h3.theme__none,
.t__int--pri a:hover h4.t__none,
.t__int--pri a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__interval--primary a:hover h1.t__none--w-hov,
.theme__interval--primary a:hover h1.theme__none--with-hover,
.theme__interval--primary a:hover h2.t__none--w-hov,
.theme__interval--primary a:hover h2.theme__none--with-hover,
.theme__interval--primary a:hover h3.t__none--w-hov,
.theme__interval--primary a:hover h3.theme__none--with-hover,
.theme__interval--primary a:hover h4.t__none--w-hov,
.theme__interval--primary a:hover h4.theme__none--with-hover,
.t__int--pri a:hover h1.t__none--w-hov,
.t__int--pri a:hover h1.theme__none--with-hover,
.t__int--pri a:hover h2.t__none--w-hov,
.t__int--pri a:hover h2.theme__none--with-hover,
.t__int--pri a:hover h3.t__none--w-hov,
.t__int--pri a:hover h3.theme__none--with-hover,
.t__int--pri a:hover h4.t__none--w-hov,
.t__int--pri a:hover h4.theme__none--with-hover {
  color: #DC6D41;
}
.theme__interval--primary .dotted__line--small, .theme__interval--primary .dotted__line--medium, .theme__interval--primary .dotted__line--large, .theme__interval--primary .dotted__line--x-large, .theme__interval--primary .dotted__line--huge,
.t__int--pri .dotted__line--small,
.t__int--pri .dotted__line--medium,
.t__int--pri .dotted__line--large,
.t__int--pri .dotted__line--x-large,
.t__int--pri .dotted__line--huge {
  border-image-source: url("https://fe3ca8e0a2f497a00e8a-853d39369c554c336474f22b1382bbe4.ssl.cf3.rackcdn.com/dotted_interval.png");
}

.theme__interval--secondary h1, .theme__interval--secondary h2, .theme__interval--secondary h3, .theme__interval--secondary h4, .theme__interval--secondary h5, .theme__interval--secondary h6,
.t__int--sec h1,
.t__int--sec h2,
.t__int--sec h3,
.t__int--sec h4,
.t__int--sec h5,
.t__int--sec h6 {
  color: #DC6D41;
}
.theme__interval--secondary a,
.t__int--sec a {
  color: #4a4a4a;
  border-color: #DC6D41;
  text-decoration: none;
}
.theme__interval--secondary a:hover,
.t__int--sec a:hover {
  color: #DC6D41;
}
.theme__interval--secondary a:hover h1, .theme__interval--secondary a:hover h2, .theme__interval--secondary a:hover h3, .theme__interval--secondary a:hover h4, .theme__interval--secondary a:hover h5, .theme__interval--secondary a:hover h6,
.t__int--sec a:hover h1,
.t__int--sec a:hover h2,
.t__int--sec a:hover h3,
.t__int--sec a:hover h4,
.t__int--sec a:hover h5,
.t__int--sec a:hover h6 {
  color: #DC6D41;
}
.theme__interval--secondary a div,
.t__int--sec a div {
  border-color: #DC6D41 !important;
}
.theme__interval--secondary input,
.t__int--sec input {
  border-color: #DC6D41;
}
.theme__interval--secondary p,
.t__int--sec p {
  color: #4a4a4a;
}
.theme__interval--secondary .button,
.theme__interval--secondary .btn,
.theme__interval--secondary .btn__pill, .theme__interval--secondary.button, .theme__interval--secondary.btn, .theme__interval--secondary.btn__pill,
.t__int--sec .button,
.t__int--sec .btn,
.t__int--sec .btn__pill,
.t__int--sec.button,
.t__int--sec.btn,
.t__int--sec.btn__pill {
  border-color: #DC6D41;
}
@media (hover: hover) {
  .theme__interval--secondary .button:hover,
  .theme__interval--secondary .btn:hover,
  .theme__interval--secondary .btn__pill:hover, .theme__interval--secondary.button:hover, .theme__interval--secondary.btn:hover, .theme__interval--secondary.btn__pill:hover,
  .t__int--sec .button:hover,
  .t__int--sec .btn:hover,
  .t__int--sec .btn__pill:hover,
  .t__int--sec.button:hover,
  .t__int--sec.btn:hover,
  .t__int--sec.btn__pill:hover {
    color: #ffffff;
    background: #DC6D41;
  }
  .theme__interval--secondary .button:hover i,
  .theme__interval--secondary .btn:hover i,
  .theme__interval--secondary .btn__pill:hover i, .theme__interval--secondary.button:hover i, .theme__interval--secondary.btn:hover i, .theme__interval--secondary.btn__pill:hover i,
  .t__int--sec .button:hover i,
  .t__int--sec .btn:hover i,
  .t__int--sec .btn__pill:hover i,
  .t__int--sec.button:hover i,
  .t__int--sec.btn:hover i,
  .t__int--sec.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__interval--secondary .button__invert,
.theme__interval--secondary .btn__invert,
.theme__interval--secondary .btn__pill__invert, .theme__interval--secondary.button__invert, .theme__interval--secondary.btn__invert, .theme__interval--secondary.btn__pill__invert,
.t__int--sec .button__invert,
.t__int--sec .btn__invert,
.t__int--sec .btn__pill__invert,
.t__int--sec.button__invert,
.t__int--sec.btn__invert,
.t__int--sec.btn__pill__invert {
  background-color: #DC6D41;
  color: #ffffff;
}
.theme__interval--secondary .button__invert h4,
.theme__interval--secondary .btn__invert h4,
.theme__interval--secondary .btn__pill__invert h4, .theme__interval--secondary.button__invert h4, .theme__interval--secondary.btn__invert h4, .theme__interval--secondary.btn__pill__invert h4,
.t__int--sec .button__invert h4,
.t__int--sec .btn__invert h4,
.t__int--sec .btn__pill__invert h4,
.t__int--sec.button__invert h4,
.t__int--sec.btn__invert h4,
.t__int--sec.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__interval--secondary .button__invert:hover,
.theme__interval--secondary .btn__invert:hover,
.theme__interval--secondary .btn__pill__invert:hover, .theme__interval--secondary.button__invert:hover, .theme__interval--secondary.btn__invert:hover, .theme__interval--secondary.btn__pill__invert:hover,
.t__int--sec .button__invert:hover,
.t__int--sec .btn__invert:hover,
.t__int--sec .btn__pill__invert:hover,
.t__int--sec.button__invert:hover,
.t__int--sec.btn__invert:hover,
.t__int--sec.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__interval--secondary .button__invert:hover h4,
.theme__interval--secondary .btn__invert:hover h4,
.theme__interval--secondary .btn__pill__invert:hover h4, .theme__interval--secondary.button__invert:hover h4, .theme__interval--secondary.btn__invert:hover h4, .theme__interval--secondary.btn__pill__invert:hover h4,
.t__int--sec .button__invert:hover h4,
.t__int--sec .btn__invert:hover h4,
.t__int--sec .btn__pill__invert:hover h4,
.t__int--sec.button__invert:hover h4,
.t__int--sec.btn__invert:hover h4,
.t__int--sec.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__interval--secondary .button__invert--hover:hover,
.theme__interval--secondary .btn__invert--hover:hover,
.theme__interval--secondary .btn__pill__invert--hover:hover, .theme__interval--secondary.button__invert--hover:hover, .theme__interval--secondary.btn__invert--hover:hover, .theme__interval--secondary.btn__pill__invert--hover:hover,
.t__int--sec .button__invert--hover:hover,
.t__int--sec .btn__invert--hover:hover,
.t__int--sec .btn__pill__invert--hover:hover,
.t__int--sec.button__invert--hover:hover,
.t__int--sec.btn__invert--hover:hover,
.t__int--sec.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__interval--secondary .button__under,
.theme__interval--secondary .btn__under,
.theme__interval--secondary .btn__pill__under, .theme__interval--secondary.button__under, .theme__interval--secondary.btn__under, .theme__interval--secondary.btn__pill__under,
.t__int--sec .button__under,
.t__int--sec .btn__under,
.t__int--sec .btn__pill__under,
.t__int--sec.button__under,
.t__int--sec.btn__under,
.t__int--sec.btn__pill__under {
  border-color: #DC6D41;
}
.theme__interval--secondary .btn__large,
.t__int--sec .btn__large {
  background-color: #DC6D41;
}
.theme__interval--secondary .input__search,
.t__int--sec .input__search {
  border-color: #DC6D41;
}
.theme__interval--secondary .input__search i,
.t__int--sec .input__search i {
  color: #4a4a4a;
}
.theme__interval--secondary .input__search:hover i,
.t__int--sec .input__search:hover i {
  color: #DC6D41;
}
.theme__interval--secondary .component__foreground,
.t__int--sec .component__foreground {
  color: #4a4a4a;
}
.theme__interval--secondary.card,
.theme__interval--secondary .card, .theme__interval--secondary.card__with-image,
.theme__interval--secondary .card__with-image,
.t__int--sec.card,
.t__int--sec .card,
.t__int--sec.card__with-image,
.t__int--sec .card__with-image {
  border-color: #DC6D41;
}
.theme__interval--secondary.card__highlight,
.theme__interval--secondary .card__highlight,
.theme__interval--secondary .card__highlight--image,
.theme__interval--secondary .card__highlight--final,
.t__int--sec.card__highlight,
.t__int--sec .card__highlight,
.t__int--sec .card__highlight--image,
.t__int--sec .card__highlight--final {
  background-color: #DC6D41;
  border-color: #DC6D41;
}
.theme__interval--secondary.card__highlight--title,
.theme__interval--secondary .card__highlight--title,
.theme__interval--secondary .card__highlight--image,
.theme__interval--secondary .card__highlight--final,
.t__int--sec.card__highlight--title,
.t__int--sec .card__highlight--title,
.t__int--sec .card__highlight--image,
.t__int--sec .card__highlight--final {
  color: #4a4a4a;
}
.theme__interval--secondary .image-slider__selector--dot,
.t__int--sec .image-slider__selector--dot {
  background-color: #DC6D41;
}
.theme__interval--secondary .call-to-action__text h3,
.t__int--sec .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__interval--secondary .officer__block--title h5, .theme__interval--secondary .officer__block--title h6,
.t__int--sec .officer__block--title h5,
.t__int--sec .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__interval--secondary .block__statement--link,
.t__int--sec .block__statement--link {
  color: #4a4a4a;
}
.theme__interval--secondary .card__cutoff,
.t__int--sec .card__cutoff {
  background: linear-gradient(#DC6D41, #DC6D41), linear-gradient(white, white);
}
.theme__interval--secondary .card__cutoff p,
.t__int--sec .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__interval--secondary .card__cutoff:hover,
  .t__int--sec .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__interval--secondary .card__cutoff:hover p,
  .t__int--sec .card__cutoff:hover p {
    color: #DC6D41;
  }
  .theme__interval--secondary .card__cutoff:hover .card__cutoff--link,
  .t__int--sec .card__cutoff:hover .card__cutoff--link {
    color: #DC6D41;
  }
  .theme__interval--secondary .card__cutoff:hover .card__cutoff--text,
  .t__int--sec .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__interval--secondary .card__cutoff:hover .card__cutoff--text p,
  .t__int--sec .card__cutoff:hover .card__cutoff--text p {
    color: #DC6D41;
  }
  .theme__interval--secondary .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__int--sec .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: #DC6D41;
  }
}
.theme__interval--secondary .card__cutoff--link,
.t__int--sec .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__interval--secondary .card__cutoff--link:hover,
  .t__int--sec .card__cutoff--link:hover {
    color: #DC6D41;
  }
  .theme__interval--secondary .card__cutoff--link:hover--link,
  .t__int--sec .card__cutoff--link:hover--link {
    color: #DC6D41;
  }
}
.theme__interval--secondary .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__int--sec .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: #DC6D41;
}
.theme__interval--secondary .dropdown__toggle--title,
.t__int--sec .dropdown__toggle--title {
  color: #DC6D41;
}
.theme__interval--secondary .dropdown__toggle--icon i,
.t__int--sec .dropdown__toggle--icon i {
  color: #DC6D41;
}
.theme__interval--secondary .large_timer__countdown--item_large,
.t__int--sec .large_timer__countdown--item_large {
  background-color: #DC6D41;
}
.theme__interval--secondary .large_timer__countdown--item_medium,
.t__int--sec .large_timer__countdown--item_medium {
  background-color: #DC6D41;
}
.theme__interval--secondary .large_timer__countdown--item_small,
.t__int--sec .large_timer__countdown--item_small {
  background-color: #DC6D41;
}
.theme__interval--secondary .modalcontent,
.t__int--sec .modalcontent {
  border-color: #DC6D41;
}
.theme__interval--secondary .transparent__header,
.t__int--sec .transparent__header {
  background: #DC6D41;
}
.theme__interval--secondary .breadcrumb__slashes,
.t__int--sec .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__interval--secondary .the-list,
.t__int--sec .the-list {
  background-color: #DC6D41;
}
.theme__interval--secondary .the-list option,
.t__int--sec .the-list option {
  border-color: #DC6D41 !important;
}
.theme__interval--secondary .es-list::-webkit-scrollbar-thumb,
.t__int--sec .es-list::-webkit-scrollbar-thumb {
  background: #DC6D41;
}
.theme__interval--secondary .es-visible,
.t__int--sec .es-visible {
  border-color: #DC6D41 !important;
}
.theme__interval--secondary .ot-open,
.theme__interval--secondary .ot-closed,
.t__int--sec .ot-open,
.t__int--sec .ot-closed {
  color: #DC6D41;
}
.theme__interval--secondary .colour__foreground,
.t__int--sec .colour__foreground {
  color: #DC6D41;
}
.theme__interval--secondary h1.t__none,
.theme__interval--secondary h1.theme__none,
.theme__interval--secondary h2.t__none,
.theme__interval--secondary h2.theme__none,
.theme__interval--secondary h3.t__none,
.theme__interval--secondary h3.theme__none,
.theme__interval--secondary h4.t__none,
.theme__interval--secondary h4.theme__none,
.theme__interval--secondary h1.t__none--w-hov,
.theme__interval--secondary h1.theme__none--with-hover,
.theme__interval--secondary h2.t__none--w-hov,
.theme__interval--secondary h2.theme__none--with-hover,
.theme__interval--secondary h3.t__none--w-hov,
.theme__interval--secondary h3.theme__none--with-hover,
.theme__interval--secondary h4.t__none--w-hov,
.theme__interval--secondary h4.theme__none--with-hover,
.t__int--sec h1.t__none,
.t__int--sec h1.theme__none,
.t__int--sec h2.t__none,
.t__int--sec h2.theme__none,
.t__int--sec h3.t__none,
.t__int--sec h3.theme__none,
.t__int--sec h4.t__none,
.t__int--sec h4.theme__none,
.t__int--sec h1.t__none--w-hov,
.t__int--sec h1.theme__none--with-hover,
.t__int--sec h2.t__none--w-hov,
.t__int--sec h2.theme__none--with-hover,
.t__int--sec h3.t__none--w-hov,
.t__int--sec h3.theme__none--with-hover,
.t__int--sec h4.t__none--w-hov,
.t__int--sec h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__interval--secondary span.t__none,
.theme__interval--secondary span.theme__none,
.t__int--sec span.t__none,
.t__int--sec span.theme__none {
  color: #4a4a4a;
}
.theme__interval--secondary i.t__none,
.theme__interval--secondary i.theme__none,
.t__int--sec i.t__none,
.t__int--sec i.theme__none {
  color: #4a4a4a;
}
.theme__interval--secondary a.border__none,
.theme__interval--secondary a.b__none,
.t__int--sec a.border__none,
.t__int--sec a.b__none {
  border: 0;
}
.theme__interval--secondary a:hover h1.t__none,
.theme__interval--secondary a:hover h1.theme__none,
.theme__interval--secondary a:hover h2.t__none,
.theme__interval--secondary a:hover h2.theme__none,
.theme__interval--secondary a:hover h3.t__none,
.theme__interval--secondary a:hover h3.theme__none,
.theme__interval--secondary a:hover h4.t__none,
.theme__interval--secondary a:hover h4.theme__none,
.t__int--sec a:hover h1.t__none,
.t__int--sec a:hover h1.theme__none,
.t__int--sec a:hover h2.t__none,
.t__int--sec a:hover h2.theme__none,
.t__int--sec a:hover h3.t__none,
.t__int--sec a:hover h3.theme__none,
.t__int--sec a:hover h4.t__none,
.t__int--sec a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__interval--secondary a:hover h1.t__none--w-hov,
.theme__interval--secondary a:hover h1.theme__none--with-hover,
.theme__interval--secondary a:hover h2.t__none--w-hov,
.theme__interval--secondary a:hover h2.theme__none--with-hover,
.theme__interval--secondary a:hover h3.t__none--w-hov,
.theme__interval--secondary a:hover h3.theme__none--with-hover,
.theme__interval--secondary a:hover h4.t__none--w-hov,
.theme__interval--secondary a:hover h4.theme__none--with-hover,
.t__int--sec a:hover h1.t__none--w-hov,
.t__int--sec a:hover h1.theme__none--with-hover,
.t__int--sec a:hover h2.t__none--w-hov,
.t__int--sec a:hover h2.theme__none--with-hover,
.t__int--sec a:hover h3.t__none--w-hov,
.t__int--sec a:hover h3.theme__none--with-hover,
.t__int--sec a:hover h4.t__none--w-hov,
.t__int--sec a:hover h4.theme__none--with-hover {
  color: #DC6D41;
}

.theme__interval--pastel h1, .theme__interval--pastel h2, .theme__interval--pastel h3, .theme__interval--pastel h4, .theme__interval--pastel h5, .theme__interval--pastel h6,
.t__int--pas h1,
.t__int--pas h2,
.t__int--pas h3,
.t__int--pas h4,
.t__int--pas h5,
.t__int--pas h6 {
  color: #DC6D41;
}
.theme__interval--pastel a,
.t__int--pas a {
  color: #4a4a4a;
  border-color: #DC6D41;
  text-decoration: none;
}
.theme__interval--pastel a:hover,
.t__int--pas a:hover {
  color: #DC6D41;
}
.theme__interval--pastel a:hover h1, .theme__interval--pastel a:hover h2, .theme__interval--pastel a:hover h3, .theme__interval--pastel a:hover h4, .theme__interval--pastel a:hover h5, .theme__interval--pastel a:hover h6,
.t__int--pas a:hover h1,
.t__int--pas a:hover h2,
.t__int--pas a:hover h3,
.t__int--pas a:hover h4,
.t__int--pas a:hover h5,
.t__int--pas a:hover h6 {
  color: #DC6D41;
}
.theme__interval--pastel a div,
.t__int--pas a div {
  border-color: #DC6D41 !important;
}
.theme__interval--pastel input,
.t__int--pas input {
  border-color: #DC6D41;
}
.theme__interval--pastel p,
.t__int--pas p {
  color: #4a4a4a;
}
.theme__interval--pastel .button,
.theme__interval--pastel .btn,
.theme__interval--pastel .btn__pill, .theme__interval--pastel.button, .theme__interval--pastel.btn, .theme__interval--pastel.btn__pill,
.t__int--pas .button,
.t__int--pas .btn,
.t__int--pas .btn__pill,
.t__int--pas.button,
.t__int--pas.btn,
.t__int--pas.btn__pill {
  border-color: #DC6D41;
}
@media (hover: hover) {
  .theme__interval--pastel .button:hover,
  .theme__interval--pastel .btn:hover,
  .theme__interval--pastel .btn__pill:hover, .theme__interval--pastel.button:hover, .theme__interval--pastel.btn:hover, .theme__interval--pastel.btn__pill:hover,
  .t__int--pas .button:hover,
  .t__int--pas .btn:hover,
  .t__int--pas .btn__pill:hover,
  .t__int--pas.button:hover,
  .t__int--pas.btn:hover,
  .t__int--pas.btn__pill:hover {
    color: #ffffff;
    background: #DC6D41;
  }
  .theme__interval--pastel .button:hover i,
  .theme__interval--pastel .btn:hover i,
  .theme__interval--pastel .btn__pill:hover i, .theme__interval--pastel.button:hover i, .theme__interval--pastel.btn:hover i, .theme__interval--pastel.btn__pill:hover i,
  .t__int--pas .button:hover i,
  .t__int--pas .btn:hover i,
  .t__int--pas .btn__pill:hover i,
  .t__int--pas.button:hover i,
  .t__int--pas.btn:hover i,
  .t__int--pas.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__interval--pastel .button__invert,
.theme__interval--pastel .btn__invert,
.theme__interval--pastel .btn__pill__invert, .theme__interval--pastel.button__invert, .theme__interval--pastel.btn__invert, .theme__interval--pastel.btn__pill__invert,
.t__int--pas .button__invert,
.t__int--pas .btn__invert,
.t__int--pas .btn__pill__invert,
.t__int--pas.button__invert,
.t__int--pas.btn__invert,
.t__int--pas.btn__pill__invert {
  background-color: #DC6D41;
  color: #ffffff;
}
.theme__interval--pastel .button__invert h4,
.theme__interval--pastel .btn__invert h4,
.theme__interval--pastel .btn__pill__invert h4, .theme__interval--pastel.button__invert h4, .theme__interval--pastel.btn__invert h4, .theme__interval--pastel.btn__pill__invert h4,
.t__int--pas .button__invert h4,
.t__int--pas .btn__invert h4,
.t__int--pas .btn__pill__invert h4,
.t__int--pas.button__invert h4,
.t__int--pas.btn__invert h4,
.t__int--pas.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__interval--pastel .button__invert:hover,
.theme__interval--pastel .btn__invert:hover,
.theme__interval--pastel .btn__pill__invert:hover, .theme__interval--pastel.button__invert:hover, .theme__interval--pastel.btn__invert:hover, .theme__interval--pastel.btn__pill__invert:hover,
.t__int--pas .button__invert:hover,
.t__int--pas .btn__invert:hover,
.t__int--pas .btn__pill__invert:hover,
.t__int--pas.button__invert:hover,
.t__int--pas.btn__invert:hover,
.t__int--pas.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__interval--pastel .button__invert:hover h4,
.theme__interval--pastel .btn__invert:hover h4,
.theme__interval--pastel .btn__pill__invert:hover h4, .theme__interval--pastel.button__invert:hover h4, .theme__interval--pastel.btn__invert:hover h4, .theme__interval--pastel.btn__pill__invert:hover h4,
.t__int--pas .button__invert:hover h4,
.t__int--pas .btn__invert:hover h4,
.t__int--pas .btn__pill__invert:hover h4,
.t__int--pas.button__invert:hover h4,
.t__int--pas.btn__invert:hover h4,
.t__int--pas.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__interval--pastel .button__invert--hover:hover,
.theme__interval--pastel .btn__invert--hover:hover,
.theme__interval--pastel .btn__pill__invert--hover:hover, .theme__interval--pastel.button__invert--hover:hover, .theme__interval--pastel.btn__invert--hover:hover, .theme__interval--pastel.btn__pill__invert--hover:hover,
.t__int--pas .button__invert--hover:hover,
.t__int--pas .btn__invert--hover:hover,
.t__int--pas .btn__pill__invert--hover:hover,
.t__int--pas.button__invert--hover:hover,
.t__int--pas.btn__invert--hover:hover,
.t__int--pas.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__interval--pastel .button__under,
.theme__interval--pastel .btn__under,
.theme__interval--pastel .btn__pill__under, .theme__interval--pastel.button__under, .theme__interval--pastel.btn__under, .theme__interval--pastel.btn__pill__under,
.t__int--pas .button__under,
.t__int--pas .btn__under,
.t__int--pas .btn__pill__under,
.t__int--pas.button__under,
.t__int--pas.btn__under,
.t__int--pas.btn__pill__under {
  border-color: #DC6D41;
}
.theme__interval--pastel .btn__large,
.t__int--pas .btn__large {
  background-color: #DC6D41;
}
.theme__interval--pastel .input__search,
.t__int--pas .input__search {
  border-color: #DC6D41;
}
.theme__interval--pastel .input__search i,
.t__int--pas .input__search i {
  color: #4a4a4a;
}
.theme__interval--pastel .input__search:hover i,
.t__int--pas .input__search:hover i {
  color: #DC6D41;
}
.theme__interval--pastel .component__foreground,
.t__int--pas .component__foreground {
  color: #4a4a4a;
}
.theme__interval--pastel.card,
.theme__interval--pastel .card, .theme__interval--pastel.card__with-image,
.theme__interval--pastel .card__with-image,
.t__int--pas.card,
.t__int--pas .card,
.t__int--pas.card__with-image,
.t__int--pas .card__with-image {
  border-color: #DC6D41;
}
.theme__interval--pastel.card__highlight,
.theme__interval--pastel .card__highlight,
.theme__interval--pastel .card__highlight--image,
.theme__interval--pastel .card__highlight--final,
.t__int--pas.card__highlight,
.t__int--pas .card__highlight,
.t__int--pas .card__highlight--image,
.t__int--pas .card__highlight--final {
  background-color: #DC6D41;
  border-color: #DC6D41;
}
.theme__interval--pastel.card__highlight--title,
.theme__interval--pastel .card__highlight--title,
.theme__interval--pastel .card__highlight--image,
.theme__interval--pastel .card__highlight--final,
.t__int--pas.card__highlight--title,
.t__int--pas .card__highlight--title,
.t__int--pas .card__highlight--image,
.t__int--pas .card__highlight--final {
  color: #4a4a4a;
}
.theme__interval--pastel .image-slider__selector--dot,
.t__int--pas .image-slider__selector--dot {
  background-color: #DC6D41;
}
.theme__interval--pastel .call-to-action__text h3,
.t__int--pas .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__interval--pastel .officer__block--title h5, .theme__interval--pastel .officer__block--title h6,
.t__int--pas .officer__block--title h5,
.t__int--pas .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__interval--pastel .block__statement--link,
.t__int--pas .block__statement--link {
  color: #4a4a4a;
}
.theme__interval--pastel .card__cutoff,
.t__int--pas .card__cutoff {
  background: linear-gradient(#DC6D41, #DC6D41), linear-gradient(white, white);
}
.theme__interval--pastel .card__cutoff p,
.t__int--pas .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__interval--pastel .card__cutoff:hover,
  .t__int--pas .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__interval--pastel .card__cutoff:hover p,
  .t__int--pas .card__cutoff:hover p {
    color: #DC6D41;
  }
  .theme__interval--pastel .card__cutoff:hover .card__cutoff--link,
  .t__int--pas .card__cutoff:hover .card__cutoff--link {
    color: #DC6D41;
  }
  .theme__interval--pastel .card__cutoff:hover .card__cutoff--text,
  .t__int--pas .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__interval--pastel .card__cutoff:hover .card__cutoff--text p,
  .t__int--pas .card__cutoff:hover .card__cutoff--text p {
    color: #DC6D41;
  }
  .theme__interval--pastel .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__int--pas .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: #DC6D41;
  }
}
.theme__interval--pastel .card__cutoff--link,
.t__int--pas .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__interval--pastel .card__cutoff--link:hover,
  .t__int--pas .card__cutoff--link:hover {
    color: #DC6D41;
  }
  .theme__interval--pastel .card__cutoff--link:hover--link,
  .t__int--pas .card__cutoff--link:hover--link {
    color: #DC6D41;
  }
}
.theme__interval--pastel .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__int--pas .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: #DC6D41;
}
.theme__interval--pastel .dropdown__toggle--title,
.t__int--pas .dropdown__toggle--title {
  color: #DC6D41;
}
.theme__interval--pastel .dropdown__toggle--icon i,
.t__int--pas .dropdown__toggle--icon i {
  color: #DC6D41;
}
.theme__interval--pastel .large_timer__countdown--item_large,
.t__int--pas .large_timer__countdown--item_large {
  background-color: #DC6D41;
}
.theme__interval--pastel .large_timer__countdown--item_medium,
.t__int--pas .large_timer__countdown--item_medium {
  background-color: #DC6D41;
}
.theme__interval--pastel .large_timer__countdown--item_small,
.t__int--pas .large_timer__countdown--item_small {
  background-color: #DC6D41;
}
.theme__interval--pastel .modalcontent,
.t__int--pas .modalcontent {
  border-color: #DC6D41;
}
.theme__interval--pastel .transparent__header,
.t__int--pas .transparent__header {
  background: #DC6D41;
}
.theme__interval--pastel .breadcrumb__slashes,
.t__int--pas .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__interval--pastel .the-list,
.t__int--pas .the-list {
  background-color: #DC6D41;
}
.theme__interval--pastel .the-list option,
.t__int--pas .the-list option {
  border-color: #DC6D41 !important;
}
.theme__interval--pastel .es-list::-webkit-scrollbar-thumb,
.t__int--pas .es-list::-webkit-scrollbar-thumb {
  background: #DC6D41;
}
.theme__interval--pastel .es-visible,
.t__int--pas .es-visible {
  border-color: #DC6D41 !important;
}
.theme__interval--pastel .ot-open,
.theme__interval--pastel .ot-closed,
.t__int--pas .ot-open,
.t__int--pas .ot-closed {
  color: #DC6D41;
}
.theme__interval--pastel .colour__foreground,
.t__int--pas .colour__foreground {
  color: #DC6D41;
}
.theme__interval--pastel h1.t__none,
.theme__interval--pastel h1.theme__none,
.theme__interval--pastel h2.t__none,
.theme__interval--pastel h2.theme__none,
.theme__interval--pastel h3.t__none,
.theme__interval--pastel h3.theme__none,
.theme__interval--pastel h4.t__none,
.theme__interval--pastel h4.theme__none,
.theme__interval--pastel h1.t__none--w-hov,
.theme__interval--pastel h1.theme__none--with-hover,
.theme__interval--pastel h2.t__none--w-hov,
.theme__interval--pastel h2.theme__none--with-hover,
.theme__interval--pastel h3.t__none--w-hov,
.theme__interval--pastel h3.theme__none--with-hover,
.theme__interval--pastel h4.t__none--w-hov,
.theme__interval--pastel h4.theme__none--with-hover,
.t__int--pas h1.t__none,
.t__int--pas h1.theme__none,
.t__int--pas h2.t__none,
.t__int--pas h2.theme__none,
.t__int--pas h3.t__none,
.t__int--pas h3.theme__none,
.t__int--pas h4.t__none,
.t__int--pas h4.theme__none,
.t__int--pas h1.t__none--w-hov,
.t__int--pas h1.theme__none--with-hover,
.t__int--pas h2.t__none--w-hov,
.t__int--pas h2.theme__none--with-hover,
.t__int--pas h3.t__none--w-hov,
.t__int--pas h3.theme__none--with-hover,
.t__int--pas h4.t__none--w-hov,
.t__int--pas h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__interval--pastel span.t__none,
.theme__interval--pastel span.theme__none,
.t__int--pas span.t__none,
.t__int--pas span.theme__none {
  color: #4a4a4a;
}
.theme__interval--pastel i.t__none,
.theme__interval--pastel i.theme__none,
.t__int--pas i.t__none,
.t__int--pas i.theme__none {
  color: #4a4a4a;
}
.theme__interval--pastel a.border__none,
.theme__interval--pastel a.b__none,
.t__int--pas a.border__none,
.t__int--pas a.b__none {
  border: 0;
}
.theme__interval--pastel a:hover h1.t__none,
.theme__interval--pastel a:hover h1.theme__none,
.theme__interval--pastel a:hover h2.t__none,
.theme__interval--pastel a:hover h2.theme__none,
.theme__interval--pastel a:hover h3.t__none,
.theme__interval--pastel a:hover h3.theme__none,
.theme__interval--pastel a:hover h4.t__none,
.theme__interval--pastel a:hover h4.theme__none,
.t__int--pas a:hover h1.t__none,
.t__int--pas a:hover h1.theme__none,
.t__int--pas a:hover h2.t__none,
.t__int--pas a:hover h2.theme__none,
.t__int--pas a:hover h3.t__none,
.t__int--pas a:hover h3.theme__none,
.t__int--pas a:hover h4.t__none,
.t__int--pas a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__interval--pastel a:hover h1.t__none--w-hov,
.theme__interval--pastel a:hover h1.theme__none--with-hover,
.theme__interval--pastel a:hover h2.t__none--w-hov,
.theme__interval--pastel a:hover h2.theme__none--with-hover,
.theme__interval--pastel a:hover h3.t__none--w-hov,
.theme__interval--pastel a:hover h3.theme__none--with-hover,
.theme__interval--pastel a:hover h4.t__none--w-hov,
.theme__interval--pastel a:hover h4.theme__none--with-hover,
.t__int--pas a:hover h1.t__none--w-hov,
.t__int--pas a:hover h1.theme__none--with-hover,
.t__int--pas a:hover h2.t__none--w-hov,
.t__int--pas a:hover h2.theme__none--with-hover,
.t__int--pas a:hover h3.t__none--w-hov,
.t__int--pas a:hover h3.theme__none--with-hover,
.t__int--pas a:hover h4.t__none--w-hov,
.t__int--pas a:hover h4.theme__none--with-hover {
  color: #DC6D41;
}

.theme__interval--background-primary,
.t__int--bg-pri {
  background-color: #DC6D41;
}

.theme__interval--background-secondary,
.t__int--bg-sec {
  background-color: #DC6D41;
}

.theme__interval--background-pastel,
.t__int--bg-pas {
  background-color: #DC6D41;
}

.theme__bar-one--primary h1, .theme__bar-one--primary h2, .theme__bar-one--primary h3, .theme__bar-one--primary h4, .theme__bar-one--primary h5, .theme__bar-one--primary h6,
.t__bo--pri h1,
.t__bo--pri h2,
.t__bo--pri h3,
.t__bo--pri h4,
.t__bo--pri h5,
.t__bo--pri h6 {
  color: #03AAD8;
}
.theme__bar-one--primary a,
.t__bo--pri a {
  color: #4a4a4a;
  border-color: #03AAD8;
  text-decoration: none;
}
.theme__bar-one--primary a:hover,
.t__bo--pri a:hover {
  color: #03AAD8;
}
.theme__bar-one--primary a:hover h1, .theme__bar-one--primary a:hover h2, .theme__bar-one--primary a:hover h3, .theme__bar-one--primary a:hover h4, .theme__bar-one--primary a:hover h5, .theme__bar-one--primary a:hover h6,
.t__bo--pri a:hover h1,
.t__bo--pri a:hover h2,
.t__bo--pri a:hover h3,
.t__bo--pri a:hover h4,
.t__bo--pri a:hover h5,
.t__bo--pri a:hover h6 {
  color: #03AAD8;
}
.theme__bar-one--primary a div,
.t__bo--pri a div {
  border-color: #03AAD8 !important;
}
.theme__bar-one--primary input,
.t__bo--pri input {
  border-color: #03AAD8;
}
.theme__bar-one--primary p,
.t__bo--pri p {
  color: #4a4a4a;
}
.theme__bar-one--primary .button,
.theme__bar-one--primary .btn,
.theme__bar-one--primary .btn__pill, .theme__bar-one--primary.button, .theme__bar-one--primary.btn, .theme__bar-one--primary.btn__pill,
.t__bo--pri .button,
.t__bo--pri .btn,
.t__bo--pri .btn__pill,
.t__bo--pri.button,
.t__bo--pri.btn,
.t__bo--pri.btn__pill {
  border-color: #03AAD8;
}
@media (hover: hover) {
  .theme__bar-one--primary .button:hover,
  .theme__bar-one--primary .btn:hover,
  .theme__bar-one--primary .btn__pill:hover, .theme__bar-one--primary.button:hover, .theme__bar-one--primary.btn:hover, .theme__bar-one--primary.btn__pill:hover,
  .t__bo--pri .button:hover,
  .t__bo--pri .btn:hover,
  .t__bo--pri .btn__pill:hover,
  .t__bo--pri.button:hover,
  .t__bo--pri.btn:hover,
  .t__bo--pri.btn__pill:hover {
    color: #ffffff;
    background: #03AAD8;
  }
  .theme__bar-one--primary .button:hover i,
  .theme__bar-one--primary .btn:hover i,
  .theme__bar-one--primary .btn__pill:hover i, .theme__bar-one--primary.button:hover i, .theme__bar-one--primary.btn:hover i, .theme__bar-one--primary.btn__pill:hover i,
  .t__bo--pri .button:hover i,
  .t__bo--pri .btn:hover i,
  .t__bo--pri .btn__pill:hover i,
  .t__bo--pri.button:hover i,
  .t__bo--pri.btn:hover i,
  .t__bo--pri.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__bar-one--primary .button__invert,
.theme__bar-one--primary .btn__invert,
.theme__bar-one--primary .btn__pill__invert, .theme__bar-one--primary.button__invert, .theme__bar-one--primary.btn__invert, .theme__bar-one--primary.btn__pill__invert,
.t__bo--pri .button__invert,
.t__bo--pri .btn__invert,
.t__bo--pri .btn__pill__invert,
.t__bo--pri.button__invert,
.t__bo--pri.btn__invert,
.t__bo--pri.btn__pill__invert {
  background-color: #03AAD8;
  color: #ffffff;
}
.theme__bar-one--primary .button__invert h4,
.theme__bar-one--primary .btn__invert h4,
.theme__bar-one--primary .btn__pill__invert h4, .theme__bar-one--primary.button__invert h4, .theme__bar-one--primary.btn__invert h4, .theme__bar-one--primary.btn__pill__invert h4,
.t__bo--pri .button__invert h4,
.t__bo--pri .btn__invert h4,
.t__bo--pri .btn__pill__invert h4,
.t__bo--pri.button__invert h4,
.t__bo--pri.btn__invert h4,
.t__bo--pri.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__bar-one--primary .button__invert:hover,
.theme__bar-one--primary .btn__invert:hover,
.theme__bar-one--primary .btn__pill__invert:hover, .theme__bar-one--primary.button__invert:hover, .theme__bar-one--primary.btn__invert:hover, .theme__bar-one--primary.btn__pill__invert:hover,
.t__bo--pri .button__invert:hover,
.t__bo--pri .btn__invert:hover,
.t__bo--pri .btn__pill__invert:hover,
.t__bo--pri.button__invert:hover,
.t__bo--pri.btn__invert:hover,
.t__bo--pri.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__bar-one--primary .button__invert:hover h4,
.theme__bar-one--primary .btn__invert:hover h4,
.theme__bar-one--primary .btn__pill__invert:hover h4, .theme__bar-one--primary.button__invert:hover h4, .theme__bar-one--primary.btn__invert:hover h4, .theme__bar-one--primary.btn__pill__invert:hover h4,
.t__bo--pri .button__invert:hover h4,
.t__bo--pri .btn__invert:hover h4,
.t__bo--pri .btn__pill__invert:hover h4,
.t__bo--pri.button__invert:hover h4,
.t__bo--pri.btn__invert:hover h4,
.t__bo--pri.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__bar-one--primary .button__invert--hover:hover,
.theme__bar-one--primary .btn__invert--hover:hover,
.theme__bar-one--primary .btn__pill__invert--hover:hover, .theme__bar-one--primary.button__invert--hover:hover, .theme__bar-one--primary.btn__invert--hover:hover, .theme__bar-one--primary.btn__pill__invert--hover:hover,
.t__bo--pri .button__invert--hover:hover,
.t__bo--pri .btn__invert--hover:hover,
.t__bo--pri .btn__pill__invert--hover:hover,
.t__bo--pri.button__invert--hover:hover,
.t__bo--pri.btn__invert--hover:hover,
.t__bo--pri.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__bar-one--primary .button__under,
.theme__bar-one--primary .btn__under,
.theme__bar-one--primary .btn__pill__under, .theme__bar-one--primary.button__under, .theme__bar-one--primary.btn__under, .theme__bar-one--primary.btn__pill__under,
.t__bo--pri .button__under,
.t__bo--pri .btn__under,
.t__bo--pri .btn__pill__under,
.t__bo--pri.button__under,
.t__bo--pri.btn__under,
.t__bo--pri.btn__pill__under {
  border-color: #03AAD8;
}
.theme__bar-one--primary .btn__large,
.t__bo--pri .btn__large {
  background-color: #03AAD8;
}
.theme__bar-one--primary .input__search,
.t__bo--pri .input__search {
  border-color: #03AAD8;
}
.theme__bar-one--primary .input__search i,
.t__bo--pri .input__search i {
  color: #4a4a4a;
}
.theme__bar-one--primary .input__search:hover i,
.t__bo--pri .input__search:hover i {
  color: #03AAD8;
}
.theme__bar-one--primary .component__foreground,
.t__bo--pri .component__foreground {
  color: #4a4a4a;
}
.theme__bar-one--primary.card,
.theme__bar-one--primary .card, .theme__bar-one--primary.card__with-image,
.theme__bar-one--primary .card__with-image,
.t__bo--pri.card,
.t__bo--pri .card,
.t__bo--pri.card__with-image,
.t__bo--pri .card__with-image {
  border-color: #03AAD8;
}
.theme__bar-one--primary.card__highlight,
.theme__bar-one--primary .card__highlight,
.theme__bar-one--primary .card__highlight--image,
.theme__bar-one--primary .card__highlight--final,
.t__bo--pri.card__highlight,
.t__bo--pri .card__highlight,
.t__bo--pri .card__highlight--image,
.t__bo--pri .card__highlight--final {
  background-color: #03AAD8;
  border-color: #03AAD8;
}
.theme__bar-one--primary.card__highlight--title,
.theme__bar-one--primary .card__highlight--title,
.theme__bar-one--primary .card__highlight--image,
.theme__bar-one--primary .card__highlight--final,
.t__bo--pri.card__highlight--title,
.t__bo--pri .card__highlight--title,
.t__bo--pri .card__highlight--image,
.t__bo--pri .card__highlight--final {
  color: #4a4a4a;
}
.theme__bar-one--primary .image-slider__selector--dot,
.t__bo--pri .image-slider__selector--dot {
  background-color: #03AAD8;
}
.theme__bar-one--primary .call-to-action__text h3,
.t__bo--pri .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__bar-one--primary .officer__block--title h5, .theme__bar-one--primary .officer__block--title h6,
.t__bo--pri .officer__block--title h5,
.t__bo--pri .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__bar-one--primary .block__statement--link,
.t__bo--pri .block__statement--link {
  color: #4a4a4a;
}
.theme__bar-one--primary .card__cutoff,
.t__bo--pri .card__cutoff {
  background: linear-gradient(#03AAD8, #03AAD8), linear-gradient(white, white);
}
.theme__bar-one--primary .card__cutoff p,
.t__bo--pri .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__bar-one--primary .card__cutoff:hover,
  .t__bo--pri .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__bar-one--primary .card__cutoff:hover p,
  .t__bo--pri .card__cutoff:hover p {
    color: #03AAD8;
  }
  .theme__bar-one--primary .card__cutoff:hover .card__cutoff--link,
  .t__bo--pri .card__cutoff:hover .card__cutoff--link {
    color: #03AAD8;
  }
  .theme__bar-one--primary .card__cutoff:hover .card__cutoff--text,
  .t__bo--pri .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__bar-one--primary .card__cutoff:hover .card__cutoff--text p,
  .t__bo--pri .card__cutoff:hover .card__cutoff--text p {
    color: #03AAD8;
  }
  .theme__bar-one--primary .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__bo--pri .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: #03AAD8;
  }
}
.theme__bar-one--primary .card__cutoff--link,
.t__bo--pri .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__bar-one--primary .card__cutoff--link:hover,
  .t__bo--pri .card__cutoff--link:hover {
    color: #03AAD8;
  }
  .theme__bar-one--primary .card__cutoff--link:hover--link,
  .t__bo--pri .card__cutoff--link:hover--link {
    color: #03AAD8;
  }
}
.theme__bar-one--primary .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__bo--pri .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: #03AAD8;
}
.theme__bar-one--primary .dropdown__toggle--title,
.t__bo--pri .dropdown__toggle--title {
  color: #03AAD8;
}
.theme__bar-one--primary .dropdown__toggle--icon i,
.t__bo--pri .dropdown__toggle--icon i {
  color: #03AAD8;
}
.theme__bar-one--primary .large_timer__countdown--item_large,
.t__bo--pri .large_timer__countdown--item_large {
  background-color: #03AAD8;
}
.theme__bar-one--primary .large_timer__countdown--item_medium,
.t__bo--pri .large_timer__countdown--item_medium {
  background-color: #03AAD8;
}
.theme__bar-one--primary .large_timer__countdown--item_small,
.t__bo--pri .large_timer__countdown--item_small {
  background-color: #03AAD8;
}
.theme__bar-one--primary .modalcontent,
.t__bo--pri .modalcontent {
  border-color: #03AAD8;
}
.theme__bar-one--primary .transparent__header,
.t__bo--pri .transparent__header {
  background: #03AAD8;
}
.theme__bar-one--primary .breadcrumb__slashes,
.t__bo--pri .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__bar-one--primary .the-list,
.t__bo--pri .the-list {
  background-color: #03AAD8;
}
.theme__bar-one--primary .the-list option,
.t__bo--pri .the-list option {
  border-color: #03AAD8 !important;
}
.theme__bar-one--primary .es-list::-webkit-scrollbar-thumb,
.t__bo--pri .es-list::-webkit-scrollbar-thumb {
  background: #03AAD8;
}
.theme__bar-one--primary .es-visible,
.t__bo--pri .es-visible {
  border-color: #03AAD8 !important;
}
.theme__bar-one--primary .ot-open,
.theme__bar-one--primary .ot-closed,
.t__bo--pri .ot-open,
.t__bo--pri .ot-closed {
  color: #03AAD8;
}
.theme__bar-one--primary .colour__foreground,
.t__bo--pri .colour__foreground {
  color: #03AAD8;
}
.theme__bar-one--primary h1.t__none,
.theme__bar-one--primary h1.theme__none,
.theme__bar-one--primary h2.t__none,
.theme__bar-one--primary h2.theme__none,
.theme__bar-one--primary h3.t__none,
.theme__bar-one--primary h3.theme__none,
.theme__bar-one--primary h4.t__none,
.theme__bar-one--primary h4.theme__none,
.theme__bar-one--primary h1.t__none--w-hov,
.theme__bar-one--primary h1.theme__none--with-hover,
.theme__bar-one--primary h2.t__none--w-hov,
.theme__bar-one--primary h2.theme__none--with-hover,
.theme__bar-one--primary h3.t__none--w-hov,
.theme__bar-one--primary h3.theme__none--with-hover,
.theme__bar-one--primary h4.t__none--w-hov,
.theme__bar-one--primary h4.theme__none--with-hover,
.t__bo--pri h1.t__none,
.t__bo--pri h1.theme__none,
.t__bo--pri h2.t__none,
.t__bo--pri h2.theme__none,
.t__bo--pri h3.t__none,
.t__bo--pri h3.theme__none,
.t__bo--pri h4.t__none,
.t__bo--pri h4.theme__none,
.t__bo--pri h1.t__none--w-hov,
.t__bo--pri h1.theme__none--with-hover,
.t__bo--pri h2.t__none--w-hov,
.t__bo--pri h2.theme__none--with-hover,
.t__bo--pri h3.t__none--w-hov,
.t__bo--pri h3.theme__none--with-hover,
.t__bo--pri h4.t__none--w-hov,
.t__bo--pri h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__bar-one--primary span.t__none,
.theme__bar-one--primary span.theme__none,
.t__bo--pri span.t__none,
.t__bo--pri span.theme__none {
  color: #4a4a4a;
}
.theme__bar-one--primary i.t__none,
.theme__bar-one--primary i.theme__none,
.t__bo--pri i.t__none,
.t__bo--pri i.theme__none {
  color: #4a4a4a;
}
.theme__bar-one--primary a.border__none,
.theme__bar-one--primary a.b__none,
.t__bo--pri a.border__none,
.t__bo--pri a.b__none {
  border: 0;
}
.theme__bar-one--primary a:hover h1.t__none,
.theme__bar-one--primary a:hover h1.theme__none,
.theme__bar-one--primary a:hover h2.t__none,
.theme__bar-one--primary a:hover h2.theme__none,
.theme__bar-one--primary a:hover h3.t__none,
.theme__bar-one--primary a:hover h3.theme__none,
.theme__bar-one--primary a:hover h4.t__none,
.theme__bar-one--primary a:hover h4.theme__none,
.t__bo--pri a:hover h1.t__none,
.t__bo--pri a:hover h1.theme__none,
.t__bo--pri a:hover h2.t__none,
.t__bo--pri a:hover h2.theme__none,
.t__bo--pri a:hover h3.t__none,
.t__bo--pri a:hover h3.theme__none,
.t__bo--pri a:hover h4.t__none,
.t__bo--pri a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__bar-one--primary a:hover h1.t__none--w-hov,
.theme__bar-one--primary a:hover h1.theme__none--with-hover,
.theme__bar-one--primary a:hover h2.t__none--w-hov,
.theme__bar-one--primary a:hover h2.theme__none--with-hover,
.theme__bar-one--primary a:hover h3.t__none--w-hov,
.theme__bar-one--primary a:hover h3.theme__none--with-hover,
.theme__bar-one--primary a:hover h4.t__none--w-hov,
.theme__bar-one--primary a:hover h4.theme__none--with-hover,
.t__bo--pri a:hover h1.t__none--w-hov,
.t__bo--pri a:hover h1.theme__none--with-hover,
.t__bo--pri a:hover h2.t__none--w-hov,
.t__bo--pri a:hover h2.theme__none--with-hover,
.t__bo--pri a:hover h3.t__none--w-hov,
.t__bo--pri a:hover h3.theme__none--with-hover,
.t__bo--pri a:hover h4.t__none--w-hov,
.t__bo--pri a:hover h4.theme__none--with-hover {
  color: #03AAD8;
}
.theme__bar-one--primary .dotted__line--small, .theme__bar-one--primary .dotted__line--medium, .theme__bar-one--primary .dotted__line--large, .theme__bar-one--primary .dotted__line--x-large, .theme__bar-one--primary .dotted__line--huge,
.t__bo--pri .dotted__line--small,
.t__bo--pri .dotted__line--medium,
.t__bo--pri .dotted__line--large,
.t__bo--pri .dotted__line--x-large,
.t__bo--pri .dotted__line--huge {
  border-image-source: url("https://fe3ca8e0a2f497a00e8a-853d39369c554c336474f22b1382bbe4.ssl.cf3.rackcdn.com/dotted_bar_one.png");
}

.theme__bar-one--secondary h1, .theme__bar-one--secondary h2, .theme__bar-one--secondary h3, .theme__bar-one--secondary h4, .theme__bar-one--secondary h5, .theme__bar-one--secondary h6,
.t__bo--sec h1,
.t__bo--sec h2,
.t__bo--sec h3,
.t__bo--sec h4,
.t__bo--sec h5,
.t__bo--sec h6 {
  color: #03AAD8;
}
.theme__bar-one--secondary a,
.t__bo--sec a {
  color: #4a4a4a;
  border-color: #03AAD8;
  text-decoration: none;
}
.theme__bar-one--secondary a:hover,
.t__bo--sec a:hover {
  color: #03AAD8;
}
.theme__bar-one--secondary a:hover h1, .theme__bar-one--secondary a:hover h2, .theme__bar-one--secondary a:hover h3, .theme__bar-one--secondary a:hover h4, .theme__bar-one--secondary a:hover h5, .theme__bar-one--secondary a:hover h6,
.t__bo--sec a:hover h1,
.t__bo--sec a:hover h2,
.t__bo--sec a:hover h3,
.t__bo--sec a:hover h4,
.t__bo--sec a:hover h5,
.t__bo--sec a:hover h6 {
  color: #03AAD8;
}
.theme__bar-one--secondary a div,
.t__bo--sec a div {
  border-color: #03AAD8 !important;
}
.theme__bar-one--secondary input,
.t__bo--sec input {
  border-color: #03AAD8;
}
.theme__bar-one--secondary p,
.t__bo--sec p {
  color: #4a4a4a;
}
.theme__bar-one--secondary .button,
.theme__bar-one--secondary .btn,
.theme__bar-one--secondary .btn__pill, .theme__bar-one--secondary.button, .theme__bar-one--secondary.btn, .theme__bar-one--secondary.btn__pill,
.t__bo--sec .button,
.t__bo--sec .btn,
.t__bo--sec .btn__pill,
.t__bo--sec.button,
.t__bo--sec.btn,
.t__bo--sec.btn__pill {
  border-color: #03AAD8;
}
@media (hover: hover) {
  .theme__bar-one--secondary .button:hover,
  .theme__bar-one--secondary .btn:hover,
  .theme__bar-one--secondary .btn__pill:hover, .theme__bar-one--secondary.button:hover, .theme__bar-one--secondary.btn:hover, .theme__bar-one--secondary.btn__pill:hover,
  .t__bo--sec .button:hover,
  .t__bo--sec .btn:hover,
  .t__bo--sec .btn__pill:hover,
  .t__bo--sec.button:hover,
  .t__bo--sec.btn:hover,
  .t__bo--sec.btn__pill:hover {
    color: #ffffff;
    background: #03AAD8;
  }
  .theme__bar-one--secondary .button:hover i,
  .theme__bar-one--secondary .btn:hover i,
  .theme__bar-one--secondary .btn__pill:hover i, .theme__bar-one--secondary.button:hover i, .theme__bar-one--secondary.btn:hover i, .theme__bar-one--secondary.btn__pill:hover i,
  .t__bo--sec .button:hover i,
  .t__bo--sec .btn:hover i,
  .t__bo--sec .btn__pill:hover i,
  .t__bo--sec.button:hover i,
  .t__bo--sec.btn:hover i,
  .t__bo--sec.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__bar-one--secondary .button__invert,
.theme__bar-one--secondary .btn__invert,
.theme__bar-one--secondary .btn__pill__invert, .theme__bar-one--secondary.button__invert, .theme__bar-one--secondary.btn__invert, .theme__bar-one--secondary.btn__pill__invert,
.t__bo--sec .button__invert,
.t__bo--sec .btn__invert,
.t__bo--sec .btn__pill__invert,
.t__bo--sec.button__invert,
.t__bo--sec.btn__invert,
.t__bo--sec.btn__pill__invert {
  background-color: #03AAD8;
  color: #ffffff;
}
.theme__bar-one--secondary .button__invert h4,
.theme__bar-one--secondary .btn__invert h4,
.theme__bar-one--secondary .btn__pill__invert h4, .theme__bar-one--secondary.button__invert h4, .theme__bar-one--secondary.btn__invert h4, .theme__bar-one--secondary.btn__pill__invert h4,
.t__bo--sec .button__invert h4,
.t__bo--sec .btn__invert h4,
.t__bo--sec .btn__pill__invert h4,
.t__bo--sec.button__invert h4,
.t__bo--sec.btn__invert h4,
.t__bo--sec.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__bar-one--secondary .button__invert:hover,
.theme__bar-one--secondary .btn__invert:hover,
.theme__bar-one--secondary .btn__pill__invert:hover, .theme__bar-one--secondary.button__invert:hover, .theme__bar-one--secondary.btn__invert:hover, .theme__bar-one--secondary.btn__pill__invert:hover,
.t__bo--sec .button__invert:hover,
.t__bo--sec .btn__invert:hover,
.t__bo--sec .btn__pill__invert:hover,
.t__bo--sec.button__invert:hover,
.t__bo--sec.btn__invert:hover,
.t__bo--sec.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__bar-one--secondary .button__invert:hover h4,
.theme__bar-one--secondary .btn__invert:hover h4,
.theme__bar-one--secondary .btn__pill__invert:hover h4, .theme__bar-one--secondary.button__invert:hover h4, .theme__bar-one--secondary.btn__invert:hover h4, .theme__bar-one--secondary.btn__pill__invert:hover h4,
.t__bo--sec .button__invert:hover h4,
.t__bo--sec .btn__invert:hover h4,
.t__bo--sec .btn__pill__invert:hover h4,
.t__bo--sec.button__invert:hover h4,
.t__bo--sec.btn__invert:hover h4,
.t__bo--sec.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__bar-one--secondary .button__invert--hover:hover,
.theme__bar-one--secondary .btn__invert--hover:hover,
.theme__bar-one--secondary .btn__pill__invert--hover:hover, .theme__bar-one--secondary.button__invert--hover:hover, .theme__bar-one--secondary.btn__invert--hover:hover, .theme__bar-one--secondary.btn__pill__invert--hover:hover,
.t__bo--sec .button__invert--hover:hover,
.t__bo--sec .btn__invert--hover:hover,
.t__bo--sec .btn__pill__invert--hover:hover,
.t__bo--sec.button__invert--hover:hover,
.t__bo--sec.btn__invert--hover:hover,
.t__bo--sec.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__bar-one--secondary .button__under,
.theme__bar-one--secondary .btn__under,
.theme__bar-one--secondary .btn__pill__under, .theme__bar-one--secondary.button__under, .theme__bar-one--secondary.btn__under, .theme__bar-one--secondary.btn__pill__under,
.t__bo--sec .button__under,
.t__bo--sec .btn__under,
.t__bo--sec .btn__pill__under,
.t__bo--sec.button__under,
.t__bo--sec.btn__under,
.t__bo--sec.btn__pill__under {
  border-color: #03AAD8;
}
.theme__bar-one--secondary .btn__large,
.t__bo--sec .btn__large {
  background-color: #03AAD8;
}
.theme__bar-one--secondary .input__search,
.t__bo--sec .input__search {
  border-color: #03AAD8;
}
.theme__bar-one--secondary .input__search i,
.t__bo--sec .input__search i {
  color: #4a4a4a;
}
.theme__bar-one--secondary .input__search:hover i,
.t__bo--sec .input__search:hover i {
  color: #03AAD8;
}
.theme__bar-one--secondary .component__foreground,
.t__bo--sec .component__foreground {
  color: #4a4a4a;
}
.theme__bar-one--secondary.card,
.theme__bar-one--secondary .card, .theme__bar-one--secondary.card__with-image,
.theme__bar-one--secondary .card__with-image,
.t__bo--sec.card,
.t__bo--sec .card,
.t__bo--sec.card__with-image,
.t__bo--sec .card__with-image {
  border-color: #03AAD8;
}
.theme__bar-one--secondary.card__highlight,
.theme__bar-one--secondary .card__highlight,
.theme__bar-one--secondary .card__highlight--image,
.theme__bar-one--secondary .card__highlight--final,
.t__bo--sec.card__highlight,
.t__bo--sec .card__highlight,
.t__bo--sec .card__highlight--image,
.t__bo--sec .card__highlight--final {
  background-color: #03AAD8;
  border-color: #03AAD8;
}
.theme__bar-one--secondary.card__highlight--title,
.theme__bar-one--secondary .card__highlight--title,
.theme__bar-one--secondary .card__highlight--image,
.theme__bar-one--secondary .card__highlight--final,
.t__bo--sec.card__highlight--title,
.t__bo--sec .card__highlight--title,
.t__bo--sec .card__highlight--image,
.t__bo--sec .card__highlight--final {
  color: #4a4a4a;
}
.theme__bar-one--secondary .image-slider__selector--dot,
.t__bo--sec .image-slider__selector--dot {
  background-color: #03AAD8;
}
.theme__bar-one--secondary .call-to-action__text h3,
.t__bo--sec .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__bar-one--secondary .officer__block--title h5, .theme__bar-one--secondary .officer__block--title h6,
.t__bo--sec .officer__block--title h5,
.t__bo--sec .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__bar-one--secondary .block__statement--link,
.t__bo--sec .block__statement--link {
  color: #4a4a4a;
}
.theme__bar-one--secondary .card__cutoff,
.t__bo--sec .card__cutoff {
  background: linear-gradient(#03AAD8, #03AAD8), linear-gradient(white, white);
}
.theme__bar-one--secondary .card__cutoff p,
.t__bo--sec .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__bar-one--secondary .card__cutoff:hover,
  .t__bo--sec .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__bar-one--secondary .card__cutoff:hover p,
  .t__bo--sec .card__cutoff:hover p {
    color: #03AAD8;
  }
  .theme__bar-one--secondary .card__cutoff:hover .card__cutoff--link,
  .t__bo--sec .card__cutoff:hover .card__cutoff--link {
    color: #03AAD8;
  }
  .theme__bar-one--secondary .card__cutoff:hover .card__cutoff--text,
  .t__bo--sec .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__bar-one--secondary .card__cutoff:hover .card__cutoff--text p,
  .t__bo--sec .card__cutoff:hover .card__cutoff--text p {
    color: #03AAD8;
  }
  .theme__bar-one--secondary .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__bo--sec .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: #03AAD8;
  }
}
.theme__bar-one--secondary .card__cutoff--link,
.t__bo--sec .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__bar-one--secondary .card__cutoff--link:hover,
  .t__bo--sec .card__cutoff--link:hover {
    color: #03AAD8;
  }
  .theme__bar-one--secondary .card__cutoff--link:hover--link,
  .t__bo--sec .card__cutoff--link:hover--link {
    color: #03AAD8;
  }
}
.theme__bar-one--secondary .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__bo--sec .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: #03AAD8;
}
.theme__bar-one--secondary .dropdown__toggle--title,
.t__bo--sec .dropdown__toggle--title {
  color: #03AAD8;
}
.theme__bar-one--secondary .dropdown__toggle--icon i,
.t__bo--sec .dropdown__toggle--icon i {
  color: #03AAD8;
}
.theme__bar-one--secondary .large_timer__countdown--item_large,
.t__bo--sec .large_timer__countdown--item_large {
  background-color: #03AAD8;
}
.theme__bar-one--secondary .large_timer__countdown--item_medium,
.t__bo--sec .large_timer__countdown--item_medium {
  background-color: #03AAD8;
}
.theme__bar-one--secondary .large_timer__countdown--item_small,
.t__bo--sec .large_timer__countdown--item_small {
  background-color: #03AAD8;
}
.theme__bar-one--secondary .modalcontent,
.t__bo--sec .modalcontent {
  border-color: #03AAD8;
}
.theme__bar-one--secondary .transparent__header,
.t__bo--sec .transparent__header {
  background: #03AAD8;
}
.theme__bar-one--secondary .breadcrumb__slashes,
.t__bo--sec .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__bar-one--secondary .the-list,
.t__bo--sec .the-list {
  background-color: #03AAD8;
}
.theme__bar-one--secondary .the-list option,
.t__bo--sec .the-list option {
  border-color: #03AAD8 !important;
}
.theme__bar-one--secondary .es-list::-webkit-scrollbar-thumb,
.t__bo--sec .es-list::-webkit-scrollbar-thumb {
  background: #03AAD8;
}
.theme__bar-one--secondary .es-visible,
.t__bo--sec .es-visible {
  border-color: #03AAD8 !important;
}
.theme__bar-one--secondary .ot-open,
.theme__bar-one--secondary .ot-closed,
.t__bo--sec .ot-open,
.t__bo--sec .ot-closed {
  color: #03AAD8;
}
.theme__bar-one--secondary .colour__foreground,
.t__bo--sec .colour__foreground {
  color: #03AAD8;
}
.theme__bar-one--secondary h1.t__none,
.theme__bar-one--secondary h1.theme__none,
.theme__bar-one--secondary h2.t__none,
.theme__bar-one--secondary h2.theme__none,
.theme__bar-one--secondary h3.t__none,
.theme__bar-one--secondary h3.theme__none,
.theme__bar-one--secondary h4.t__none,
.theme__bar-one--secondary h4.theme__none,
.theme__bar-one--secondary h1.t__none--w-hov,
.theme__bar-one--secondary h1.theme__none--with-hover,
.theme__bar-one--secondary h2.t__none--w-hov,
.theme__bar-one--secondary h2.theme__none--with-hover,
.theme__bar-one--secondary h3.t__none--w-hov,
.theme__bar-one--secondary h3.theme__none--with-hover,
.theme__bar-one--secondary h4.t__none--w-hov,
.theme__bar-one--secondary h4.theme__none--with-hover,
.t__bo--sec h1.t__none,
.t__bo--sec h1.theme__none,
.t__bo--sec h2.t__none,
.t__bo--sec h2.theme__none,
.t__bo--sec h3.t__none,
.t__bo--sec h3.theme__none,
.t__bo--sec h4.t__none,
.t__bo--sec h4.theme__none,
.t__bo--sec h1.t__none--w-hov,
.t__bo--sec h1.theme__none--with-hover,
.t__bo--sec h2.t__none--w-hov,
.t__bo--sec h2.theme__none--with-hover,
.t__bo--sec h3.t__none--w-hov,
.t__bo--sec h3.theme__none--with-hover,
.t__bo--sec h4.t__none--w-hov,
.t__bo--sec h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__bar-one--secondary span.t__none,
.theme__bar-one--secondary span.theme__none,
.t__bo--sec span.t__none,
.t__bo--sec span.theme__none {
  color: #4a4a4a;
}
.theme__bar-one--secondary i.t__none,
.theme__bar-one--secondary i.theme__none,
.t__bo--sec i.t__none,
.t__bo--sec i.theme__none {
  color: #4a4a4a;
}
.theme__bar-one--secondary a.border__none,
.theme__bar-one--secondary a.b__none,
.t__bo--sec a.border__none,
.t__bo--sec a.b__none {
  border: 0;
}
.theme__bar-one--secondary a:hover h1.t__none,
.theme__bar-one--secondary a:hover h1.theme__none,
.theme__bar-one--secondary a:hover h2.t__none,
.theme__bar-one--secondary a:hover h2.theme__none,
.theme__bar-one--secondary a:hover h3.t__none,
.theme__bar-one--secondary a:hover h3.theme__none,
.theme__bar-one--secondary a:hover h4.t__none,
.theme__bar-one--secondary a:hover h4.theme__none,
.t__bo--sec a:hover h1.t__none,
.t__bo--sec a:hover h1.theme__none,
.t__bo--sec a:hover h2.t__none,
.t__bo--sec a:hover h2.theme__none,
.t__bo--sec a:hover h3.t__none,
.t__bo--sec a:hover h3.theme__none,
.t__bo--sec a:hover h4.t__none,
.t__bo--sec a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__bar-one--secondary a:hover h1.t__none--w-hov,
.theme__bar-one--secondary a:hover h1.theme__none--with-hover,
.theme__bar-one--secondary a:hover h2.t__none--w-hov,
.theme__bar-one--secondary a:hover h2.theme__none--with-hover,
.theme__bar-one--secondary a:hover h3.t__none--w-hov,
.theme__bar-one--secondary a:hover h3.theme__none--with-hover,
.theme__bar-one--secondary a:hover h4.t__none--w-hov,
.theme__bar-one--secondary a:hover h4.theme__none--with-hover,
.t__bo--sec a:hover h1.t__none--w-hov,
.t__bo--sec a:hover h1.theme__none--with-hover,
.t__bo--sec a:hover h2.t__none--w-hov,
.t__bo--sec a:hover h2.theme__none--with-hover,
.t__bo--sec a:hover h3.t__none--w-hov,
.t__bo--sec a:hover h3.theme__none--with-hover,
.t__bo--sec a:hover h4.t__none--w-hov,
.t__bo--sec a:hover h4.theme__none--with-hover {
  color: #03AAD8;
}

.theme__bar-one--pastel h1, .theme__bar-one--pastel h2, .theme__bar-one--pastel h3, .theme__bar-one--pastel h4, .theme__bar-one--pastel h5, .theme__bar-one--pastel h6,
.t__bo--pas h1,
.t__bo--pas h2,
.t__bo--pas h3,
.t__bo--pas h4,
.t__bo--pas h5,
.t__bo--pas h6 {
  color: #03AAD8;
}
.theme__bar-one--pastel a,
.t__bo--pas a {
  color: #4a4a4a;
  border-color: #03AAD8;
  text-decoration: none;
}
.theme__bar-one--pastel a:hover,
.t__bo--pas a:hover {
  color: #03AAD8;
}
.theme__bar-one--pastel a:hover h1, .theme__bar-one--pastel a:hover h2, .theme__bar-one--pastel a:hover h3, .theme__bar-one--pastel a:hover h4, .theme__bar-one--pastel a:hover h5, .theme__bar-one--pastel a:hover h6,
.t__bo--pas a:hover h1,
.t__bo--pas a:hover h2,
.t__bo--pas a:hover h3,
.t__bo--pas a:hover h4,
.t__bo--pas a:hover h5,
.t__bo--pas a:hover h6 {
  color: #03AAD8;
}
.theme__bar-one--pastel a div,
.t__bo--pas a div {
  border-color: #03AAD8 !important;
}
.theme__bar-one--pastel input,
.t__bo--pas input {
  border-color: #03AAD8;
}
.theme__bar-one--pastel p,
.t__bo--pas p {
  color: #4a4a4a;
}
.theme__bar-one--pastel .button,
.theme__bar-one--pastel .btn,
.theme__bar-one--pastel .btn__pill, .theme__bar-one--pastel.button, .theme__bar-one--pastel.btn, .theme__bar-one--pastel.btn__pill,
.t__bo--pas .button,
.t__bo--pas .btn,
.t__bo--pas .btn__pill,
.t__bo--pas.button,
.t__bo--pas.btn,
.t__bo--pas.btn__pill {
  border-color: #03AAD8;
}
@media (hover: hover) {
  .theme__bar-one--pastel .button:hover,
  .theme__bar-one--pastel .btn:hover,
  .theme__bar-one--pastel .btn__pill:hover, .theme__bar-one--pastel.button:hover, .theme__bar-one--pastel.btn:hover, .theme__bar-one--pastel.btn__pill:hover,
  .t__bo--pas .button:hover,
  .t__bo--pas .btn:hover,
  .t__bo--pas .btn__pill:hover,
  .t__bo--pas.button:hover,
  .t__bo--pas.btn:hover,
  .t__bo--pas.btn__pill:hover {
    color: #ffffff;
    background: #03AAD8;
  }
  .theme__bar-one--pastel .button:hover i,
  .theme__bar-one--pastel .btn:hover i,
  .theme__bar-one--pastel .btn__pill:hover i, .theme__bar-one--pastel.button:hover i, .theme__bar-one--pastel.btn:hover i, .theme__bar-one--pastel.btn__pill:hover i,
  .t__bo--pas .button:hover i,
  .t__bo--pas .btn:hover i,
  .t__bo--pas .btn__pill:hover i,
  .t__bo--pas.button:hover i,
  .t__bo--pas.btn:hover i,
  .t__bo--pas.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__bar-one--pastel .button__invert,
.theme__bar-one--pastel .btn__invert,
.theme__bar-one--pastel .btn__pill__invert, .theme__bar-one--pastel.button__invert, .theme__bar-one--pastel.btn__invert, .theme__bar-one--pastel.btn__pill__invert,
.t__bo--pas .button__invert,
.t__bo--pas .btn__invert,
.t__bo--pas .btn__pill__invert,
.t__bo--pas.button__invert,
.t__bo--pas.btn__invert,
.t__bo--pas.btn__pill__invert {
  background-color: #03AAD8;
  color: #ffffff;
}
.theme__bar-one--pastel .button__invert h4,
.theme__bar-one--pastel .btn__invert h4,
.theme__bar-one--pastel .btn__pill__invert h4, .theme__bar-one--pastel.button__invert h4, .theme__bar-one--pastel.btn__invert h4, .theme__bar-one--pastel.btn__pill__invert h4,
.t__bo--pas .button__invert h4,
.t__bo--pas .btn__invert h4,
.t__bo--pas .btn__pill__invert h4,
.t__bo--pas.button__invert h4,
.t__bo--pas.btn__invert h4,
.t__bo--pas.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__bar-one--pastel .button__invert:hover,
.theme__bar-one--pastel .btn__invert:hover,
.theme__bar-one--pastel .btn__pill__invert:hover, .theme__bar-one--pastel.button__invert:hover, .theme__bar-one--pastel.btn__invert:hover, .theme__bar-one--pastel.btn__pill__invert:hover,
.t__bo--pas .button__invert:hover,
.t__bo--pas .btn__invert:hover,
.t__bo--pas .btn__pill__invert:hover,
.t__bo--pas.button__invert:hover,
.t__bo--pas.btn__invert:hover,
.t__bo--pas.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__bar-one--pastel .button__invert:hover h4,
.theme__bar-one--pastel .btn__invert:hover h4,
.theme__bar-one--pastel .btn__pill__invert:hover h4, .theme__bar-one--pastel.button__invert:hover h4, .theme__bar-one--pastel.btn__invert:hover h4, .theme__bar-one--pastel.btn__pill__invert:hover h4,
.t__bo--pas .button__invert:hover h4,
.t__bo--pas .btn__invert:hover h4,
.t__bo--pas .btn__pill__invert:hover h4,
.t__bo--pas.button__invert:hover h4,
.t__bo--pas.btn__invert:hover h4,
.t__bo--pas.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__bar-one--pastel .button__invert--hover:hover,
.theme__bar-one--pastel .btn__invert--hover:hover,
.theme__bar-one--pastel .btn__pill__invert--hover:hover, .theme__bar-one--pastel.button__invert--hover:hover, .theme__bar-one--pastel.btn__invert--hover:hover, .theme__bar-one--pastel.btn__pill__invert--hover:hover,
.t__bo--pas .button__invert--hover:hover,
.t__bo--pas .btn__invert--hover:hover,
.t__bo--pas .btn__pill__invert--hover:hover,
.t__bo--pas.button__invert--hover:hover,
.t__bo--pas.btn__invert--hover:hover,
.t__bo--pas.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__bar-one--pastel .button__under,
.theme__bar-one--pastel .btn__under,
.theme__bar-one--pastel .btn__pill__under, .theme__bar-one--pastel.button__under, .theme__bar-one--pastel.btn__under, .theme__bar-one--pastel.btn__pill__under,
.t__bo--pas .button__under,
.t__bo--pas .btn__under,
.t__bo--pas .btn__pill__under,
.t__bo--pas.button__under,
.t__bo--pas.btn__under,
.t__bo--pas.btn__pill__under {
  border-color: #03AAD8;
}
.theme__bar-one--pastel .btn__large,
.t__bo--pas .btn__large {
  background-color: #03AAD8;
}
.theme__bar-one--pastel .input__search,
.t__bo--pas .input__search {
  border-color: #03AAD8;
}
.theme__bar-one--pastel .input__search i,
.t__bo--pas .input__search i {
  color: #4a4a4a;
}
.theme__bar-one--pastel .input__search:hover i,
.t__bo--pas .input__search:hover i {
  color: #03AAD8;
}
.theme__bar-one--pastel .component__foreground,
.t__bo--pas .component__foreground {
  color: #4a4a4a;
}
.theme__bar-one--pastel.card,
.theme__bar-one--pastel .card, .theme__bar-one--pastel.card__with-image,
.theme__bar-one--pastel .card__with-image,
.t__bo--pas.card,
.t__bo--pas .card,
.t__bo--pas.card__with-image,
.t__bo--pas .card__with-image {
  border-color: #03AAD8;
}
.theme__bar-one--pastel.card__highlight,
.theme__bar-one--pastel .card__highlight,
.theme__bar-one--pastel .card__highlight--image,
.theme__bar-one--pastel .card__highlight--final,
.t__bo--pas.card__highlight,
.t__bo--pas .card__highlight,
.t__bo--pas .card__highlight--image,
.t__bo--pas .card__highlight--final {
  background-color: #03AAD8;
  border-color: #03AAD8;
}
.theme__bar-one--pastel.card__highlight--title,
.theme__bar-one--pastel .card__highlight--title,
.theme__bar-one--pastel .card__highlight--image,
.theme__bar-one--pastel .card__highlight--final,
.t__bo--pas.card__highlight--title,
.t__bo--pas .card__highlight--title,
.t__bo--pas .card__highlight--image,
.t__bo--pas .card__highlight--final {
  color: #4a4a4a;
}
.theme__bar-one--pastel .image-slider__selector--dot,
.t__bo--pas .image-slider__selector--dot {
  background-color: #03AAD8;
}
.theme__bar-one--pastel .call-to-action__text h3,
.t__bo--pas .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__bar-one--pastel .officer__block--title h5, .theme__bar-one--pastel .officer__block--title h6,
.t__bo--pas .officer__block--title h5,
.t__bo--pas .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__bar-one--pastel .block__statement--link,
.t__bo--pas .block__statement--link {
  color: #4a4a4a;
}
.theme__bar-one--pastel .card__cutoff,
.t__bo--pas .card__cutoff {
  background: linear-gradient(#03AAD8, #03AAD8), linear-gradient(white, white);
}
.theme__bar-one--pastel .card__cutoff p,
.t__bo--pas .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__bar-one--pastel .card__cutoff:hover,
  .t__bo--pas .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__bar-one--pastel .card__cutoff:hover p,
  .t__bo--pas .card__cutoff:hover p {
    color: #03AAD8;
  }
  .theme__bar-one--pastel .card__cutoff:hover .card__cutoff--link,
  .t__bo--pas .card__cutoff:hover .card__cutoff--link {
    color: #03AAD8;
  }
  .theme__bar-one--pastel .card__cutoff:hover .card__cutoff--text,
  .t__bo--pas .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__bar-one--pastel .card__cutoff:hover .card__cutoff--text p,
  .t__bo--pas .card__cutoff:hover .card__cutoff--text p {
    color: #03AAD8;
  }
  .theme__bar-one--pastel .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__bo--pas .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: #03AAD8;
  }
}
.theme__bar-one--pastel .card__cutoff--link,
.t__bo--pas .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__bar-one--pastel .card__cutoff--link:hover,
  .t__bo--pas .card__cutoff--link:hover {
    color: #03AAD8;
  }
  .theme__bar-one--pastel .card__cutoff--link:hover--link,
  .t__bo--pas .card__cutoff--link:hover--link {
    color: #03AAD8;
  }
}
.theme__bar-one--pastel .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__bo--pas .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: #03AAD8;
}
.theme__bar-one--pastel .dropdown__toggle--title,
.t__bo--pas .dropdown__toggle--title {
  color: #03AAD8;
}
.theme__bar-one--pastel .dropdown__toggle--icon i,
.t__bo--pas .dropdown__toggle--icon i {
  color: #03AAD8;
}
.theme__bar-one--pastel .large_timer__countdown--item_large,
.t__bo--pas .large_timer__countdown--item_large {
  background-color: #03AAD8;
}
.theme__bar-one--pastel .large_timer__countdown--item_medium,
.t__bo--pas .large_timer__countdown--item_medium {
  background-color: #03AAD8;
}
.theme__bar-one--pastel .large_timer__countdown--item_small,
.t__bo--pas .large_timer__countdown--item_small {
  background-color: #03AAD8;
}
.theme__bar-one--pastel .modalcontent,
.t__bo--pas .modalcontent {
  border-color: #03AAD8;
}
.theme__bar-one--pastel .transparent__header,
.t__bo--pas .transparent__header {
  background: #03AAD8;
}
.theme__bar-one--pastel .breadcrumb__slashes,
.t__bo--pas .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__bar-one--pastel .the-list,
.t__bo--pas .the-list {
  background-color: #03AAD8;
}
.theme__bar-one--pastel .the-list option,
.t__bo--pas .the-list option {
  border-color: #03AAD8 !important;
}
.theme__bar-one--pastel .es-list::-webkit-scrollbar-thumb,
.t__bo--pas .es-list::-webkit-scrollbar-thumb {
  background: #03AAD8;
}
.theme__bar-one--pastel .es-visible,
.t__bo--pas .es-visible {
  border-color: #03AAD8 !important;
}
.theme__bar-one--pastel .ot-open,
.theme__bar-one--pastel .ot-closed,
.t__bo--pas .ot-open,
.t__bo--pas .ot-closed {
  color: #03AAD8;
}
.theme__bar-one--pastel .colour__foreground,
.t__bo--pas .colour__foreground {
  color: #03AAD8;
}
.theme__bar-one--pastel h1.t__none,
.theme__bar-one--pastel h1.theme__none,
.theme__bar-one--pastel h2.t__none,
.theme__bar-one--pastel h2.theme__none,
.theme__bar-one--pastel h3.t__none,
.theme__bar-one--pastel h3.theme__none,
.theme__bar-one--pastel h4.t__none,
.theme__bar-one--pastel h4.theme__none,
.theme__bar-one--pastel h1.t__none--w-hov,
.theme__bar-one--pastel h1.theme__none--with-hover,
.theme__bar-one--pastel h2.t__none--w-hov,
.theme__bar-one--pastel h2.theme__none--with-hover,
.theme__bar-one--pastel h3.t__none--w-hov,
.theme__bar-one--pastel h3.theme__none--with-hover,
.theme__bar-one--pastel h4.t__none--w-hov,
.theme__bar-one--pastel h4.theme__none--with-hover,
.t__bo--pas h1.t__none,
.t__bo--pas h1.theme__none,
.t__bo--pas h2.t__none,
.t__bo--pas h2.theme__none,
.t__bo--pas h3.t__none,
.t__bo--pas h3.theme__none,
.t__bo--pas h4.t__none,
.t__bo--pas h4.theme__none,
.t__bo--pas h1.t__none--w-hov,
.t__bo--pas h1.theme__none--with-hover,
.t__bo--pas h2.t__none--w-hov,
.t__bo--pas h2.theme__none--with-hover,
.t__bo--pas h3.t__none--w-hov,
.t__bo--pas h3.theme__none--with-hover,
.t__bo--pas h4.t__none--w-hov,
.t__bo--pas h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__bar-one--pastel span.t__none,
.theme__bar-one--pastel span.theme__none,
.t__bo--pas span.t__none,
.t__bo--pas span.theme__none {
  color: #4a4a4a;
}
.theme__bar-one--pastel i.t__none,
.theme__bar-one--pastel i.theme__none,
.t__bo--pas i.t__none,
.t__bo--pas i.theme__none {
  color: #4a4a4a;
}
.theme__bar-one--pastel a.border__none,
.theme__bar-one--pastel a.b__none,
.t__bo--pas a.border__none,
.t__bo--pas a.b__none {
  border: 0;
}
.theme__bar-one--pastel a:hover h1.t__none,
.theme__bar-one--pastel a:hover h1.theme__none,
.theme__bar-one--pastel a:hover h2.t__none,
.theme__bar-one--pastel a:hover h2.theme__none,
.theme__bar-one--pastel a:hover h3.t__none,
.theme__bar-one--pastel a:hover h3.theme__none,
.theme__bar-one--pastel a:hover h4.t__none,
.theme__bar-one--pastel a:hover h4.theme__none,
.t__bo--pas a:hover h1.t__none,
.t__bo--pas a:hover h1.theme__none,
.t__bo--pas a:hover h2.t__none,
.t__bo--pas a:hover h2.theme__none,
.t__bo--pas a:hover h3.t__none,
.t__bo--pas a:hover h3.theme__none,
.t__bo--pas a:hover h4.t__none,
.t__bo--pas a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__bar-one--pastel a:hover h1.t__none--w-hov,
.theme__bar-one--pastel a:hover h1.theme__none--with-hover,
.theme__bar-one--pastel a:hover h2.t__none--w-hov,
.theme__bar-one--pastel a:hover h2.theme__none--with-hover,
.theme__bar-one--pastel a:hover h3.t__none--w-hov,
.theme__bar-one--pastel a:hover h3.theme__none--with-hover,
.theme__bar-one--pastel a:hover h4.t__none--w-hov,
.theme__bar-one--pastel a:hover h4.theme__none--with-hover,
.t__bo--pas a:hover h1.t__none--w-hov,
.t__bo--pas a:hover h1.theme__none--with-hover,
.t__bo--pas a:hover h2.t__none--w-hov,
.t__bo--pas a:hover h2.theme__none--with-hover,
.t__bo--pas a:hover h3.t__none--w-hov,
.t__bo--pas a:hover h3.theme__none--with-hover,
.t__bo--pas a:hover h4.t__none--w-hov,
.t__bo--pas a:hover h4.theme__none--with-hover {
  color: #03AAD8;
}

.theme__bar-one--background-primary,
.t__bo--bg-pri {
  background-color: #03AAD8;
}

.theme__bar-one--background-secondary,
.t__bo--bg-sec {
  background-color: #03AAD8;
}

.theme__bar-one--background-pastel,
.t__bo--bg-pas {
  background-color: #03AAD8;
}

.theme__new-leaf--primary h1, .theme__new-leaf--primary h2, .theme__new-leaf--primary h3, .theme__new-leaf--primary h4, .theme__new-leaf--primary h5, .theme__new-leaf--primary h6,
.t__nl--pri h1,
.t__nl--pri h2,
.t__nl--pri h3,
.t__nl--pri h4,
.t__nl--pri h5,
.t__nl--pri h6 {
  color: #00703C;
}
.theme__new-leaf--primary a,
.t__nl--pri a {
  color: #4a4a4a;
  border-color: #00703C;
  text-decoration: none;
}
.theme__new-leaf--primary a:hover,
.t__nl--pri a:hover {
  color: #00703C;
}
.theme__new-leaf--primary a:hover h1, .theme__new-leaf--primary a:hover h2, .theme__new-leaf--primary a:hover h3, .theme__new-leaf--primary a:hover h4, .theme__new-leaf--primary a:hover h5, .theme__new-leaf--primary a:hover h6,
.t__nl--pri a:hover h1,
.t__nl--pri a:hover h2,
.t__nl--pri a:hover h3,
.t__nl--pri a:hover h4,
.t__nl--pri a:hover h5,
.t__nl--pri a:hover h6 {
  color: #00703C;
}
.theme__new-leaf--primary a div,
.t__nl--pri a div {
  border-color: #00703C !important;
}
.theme__new-leaf--primary input,
.t__nl--pri input {
  border-color: #00703C;
}
.theme__new-leaf--primary p,
.t__nl--pri p {
  color: #4a4a4a;
}
.theme__new-leaf--primary .button,
.theme__new-leaf--primary .btn,
.theme__new-leaf--primary .btn__pill, .theme__new-leaf--primary.button, .theme__new-leaf--primary.btn, .theme__new-leaf--primary.btn__pill,
.t__nl--pri .button,
.t__nl--pri .btn,
.t__nl--pri .btn__pill,
.t__nl--pri.button,
.t__nl--pri.btn,
.t__nl--pri.btn__pill {
  border-color: #00703C;
}
@media (hover: hover) {
  .theme__new-leaf--primary .button:hover,
  .theme__new-leaf--primary .btn:hover,
  .theme__new-leaf--primary .btn__pill:hover, .theme__new-leaf--primary.button:hover, .theme__new-leaf--primary.btn:hover, .theme__new-leaf--primary.btn__pill:hover,
  .t__nl--pri .button:hover,
  .t__nl--pri .btn:hover,
  .t__nl--pri .btn__pill:hover,
  .t__nl--pri.button:hover,
  .t__nl--pri.btn:hover,
  .t__nl--pri.btn__pill:hover {
    color: #ffffff;
    background: #00703C;
  }
  .theme__new-leaf--primary .button:hover i,
  .theme__new-leaf--primary .btn:hover i,
  .theme__new-leaf--primary .btn__pill:hover i, .theme__new-leaf--primary.button:hover i, .theme__new-leaf--primary.btn:hover i, .theme__new-leaf--primary.btn__pill:hover i,
  .t__nl--pri .button:hover i,
  .t__nl--pri .btn:hover i,
  .t__nl--pri .btn__pill:hover i,
  .t__nl--pri.button:hover i,
  .t__nl--pri.btn:hover i,
  .t__nl--pri.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__new-leaf--primary .button__invert,
.theme__new-leaf--primary .btn__invert,
.theme__new-leaf--primary .btn__pill__invert, .theme__new-leaf--primary.button__invert, .theme__new-leaf--primary.btn__invert, .theme__new-leaf--primary.btn__pill__invert,
.t__nl--pri .button__invert,
.t__nl--pri .btn__invert,
.t__nl--pri .btn__pill__invert,
.t__nl--pri.button__invert,
.t__nl--pri.btn__invert,
.t__nl--pri.btn__pill__invert {
  background-color: #00703C;
  color: #ffffff;
}
.theme__new-leaf--primary .button__invert h4,
.theme__new-leaf--primary .btn__invert h4,
.theme__new-leaf--primary .btn__pill__invert h4, .theme__new-leaf--primary.button__invert h4, .theme__new-leaf--primary.btn__invert h4, .theme__new-leaf--primary.btn__pill__invert h4,
.t__nl--pri .button__invert h4,
.t__nl--pri .btn__invert h4,
.t__nl--pri .btn__pill__invert h4,
.t__nl--pri.button__invert h4,
.t__nl--pri.btn__invert h4,
.t__nl--pri.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__new-leaf--primary .button__invert:hover,
.theme__new-leaf--primary .btn__invert:hover,
.theme__new-leaf--primary .btn__pill__invert:hover, .theme__new-leaf--primary.button__invert:hover, .theme__new-leaf--primary.btn__invert:hover, .theme__new-leaf--primary.btn__pill__invert:hover,
.t__nl--pri .button__invert:hover,
.t__nl--pri .btn__invert:hover,
.t__nl--pri .btn__pill__invert:hover,
.t__nl--pri.button__invert:hover,
.t__nl--pri.btn__invert:hover,
.t__nl--pri.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__new-leaf--primary .button__invert:hover h4,
.theme__new-leaf--primary .btn__invert:hover h4,
.theme__new-leaf--primary .btn__pill__invert:hover h4, .theme__new-leaf--primary.button__invert:hover h4, .theme__new-leaf--primary.btn__invert:hover h4, .theme__new-leaf--primary.btn__pill__invert:hover h4,
.t__nl--pri .button__invert:hover h4,
.t__nl--pri .btn__invert:hover h4,
.t__nl--pri .btn__pill__invert:hover h4,
.t__nl--pri.button__invert:hover h4,
.t__nl--pri.btn__invert:hover h4,
.t__nl--pri.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__new-leaf--primary .button__invert--hover:hover,
.theme__new-leaf--primary .btn__invert--hover:hover,
.theme__new-leaf--primary .btn__pill__invert--hover:hover, .theme__new-leaf--primary.button__invert--hover:hover, .theme__new-leaf--primary.btn__invert--hover:hover, .theme__new-leaf--primary.btn__pill__invert--hover:hover,
.t__nl--pri .button__invert--hover:hover,
.t__nl--pri .btn__invert--hover:hover,
.t__nl--pri .btn__pill__invert--hover:hover,
.t__nl--pri.button__invert--hover:hover,
.t__nl--pri.btn__invert--hover:hover,
.t__nl--pri.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__new-leaf--primary .button__under,
.theme__new-leaf--primary .btn__under,
.theme__new-leaf--primary .btn__pill__under, .theme__new-leaf--primary.button__under, .theme__new-leaf--primary.btn__under, .theme__new-leaf--primary.btn__pill__under,
.t__nl--pri .button__under,
.t__nl--pri .btn__under,
.t__nl--pri .btn__pill__under,
.t__nl--pri.button__under,
.t__nl--pri.btn__under,
.t__nl--pri.btn__pill__under {
  border-color: #00703C;
}
.theme__new-leaf--primary .btn__large,
.t__nl--pri .btn__large {
  background-color: #00703C;
}
.theme__new-leaf--primary .input__search,
.t__nl--pri .input__search {
  border-color: #00703C;
}
.theme__new-leaf--primary .input__search i,
.t__nl--pri .input__search i {
  color: #4a4a4a;
}
.theme__new-leaf--primary .input__search:hover i,
.t__nl--pri .input__search:hover i {
  color: #00703C;
}
.theme__new-leaf--primary .component__foreground,
.t__nl--pri .component__foreground {
  color: #4a4a4a;
}
.theme__new-leaf--primary.card,
.theme__new-leaf--primary .card, .theme__new-leaf--primary.card__with-image,
.theme__new-leaf--primary .card__with-image,
.t__nl--pri.card,
.t__nl--pri .card,
.t__nl--pri.card__with-image,
.t__nl--pri .card__with-image {
  border-color: #00703C;
}
.theme__new-leaf--primary.card__highlight,
.theme__new-leaf--primary .card__highlight,
.theme__new-leaf--primary .card__highlight--image,
.theme__new-leaf--primary .card__highlight--final,
.t__nl--pri.card__highlight,
.t__nl--pri .card__highlight,
.t__nl--pri .card__highlight--image,
.t__nl--pri .card__highlight--final {
  background-color: #00703C;
  border-color: #00703C;
}
.theme__new-leaf--primary.card__highlight--title,
.theme__new-leaf--primary .card__highlight--title,
.theme__new-leaf--primary .card__highlight--image,
.theme__new-leaf--primary .card__highlight--final,
.t__nl--pri.card__highlight--title,
.t__nl--pri .card__highlight--title,
.t__nl--pri .card__highlight--image,
.t__nl--pri .card__highlight--final {
  color: #4a4a4a;
}
.theme__new-leaf--primary .image-slider__selector--dot,
.t__nl--pri .image-slider__selector--dot {
  background-color: #00703C;
}
.theme__new-leaf--primary .call-to-action__text h3,
.t__nl--pri .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__new-leaf--primary .officer__block--title h5, .theme__new-leaf--primary .officer__block--title h6,
.t__nl--pri .officer__block--title h5,
.t__nl--pri .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__new-leaf--primary .block__statement--link,
.t__nl--pri .block__statement--link {
  color: #4a4a4a;
}
.theme__new-leaf--primary .card__cutoff,
.t__nl--pri .card__cutoff {
  background: linear-gradient(#00703C, #00703C), linear-gradient(white, white);
}
.theme__new-leaf--primary .card__cutoff p,
.t__nl--pri .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__new-leaf--primary .card__cutoff:hover,
  .t__nl--pri .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__new-leaf--primary .card__cutoff:hover p,
  .t__nl--pri .card__cutoff:hover p {
    color: #00703C;
  }
  .theme__new-leaf--primary .card__cutoff:hover .card__cutoff--link,
  .t__nl--pri .card__cutoff:hover .card__cutoff--link {
    color: #00703C;
  }
  .theme__new-leaf--primary .card__cutoff:hover .card__cutoff--text,
  .t__nl--pri .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__new-leaf--primary .card__cutoff:hover .card__cutoff--text p,
  .t__nl--pri .card__cutoff:hover .card__cutoff--text p {
    color: #00703C;
  }
  .theme__new-leaf--primary .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__nl--pri .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: #00703C;
  }
}
.theme__new-leaf--primary .card__cutoff--link,
.t__nl--pri .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__new-leaf--primary .card__cutoff--link:hover,
  .t__nl--pri .card__cutoff--link:hover {
    color: #00703C;
  }
  .theme__new-leaf--primary .card__cutoff--link:hover--link,
  .t__nl--pri .card__cutoff--link:hover--link {
    color: #00703C;
  }
}
.theme__new-leaf--primary .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__nl--pri .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: #00703C;
}
.theme__new-leaf--primary .dropdown__toggle--title,
.t__nl--pri .dropdown__toggle--title {
  color: #00703C;
}
.theme__new-leaf--primary .dropdown__toggle--icon i,
.t__nl--pri .dropdown__toggle--icon i {
  color: #00703C;
}
.theme__new-leaf--primary .large_timer__countdown--item_large,
.t__nl--pri .large_timer__countdown--item_large {
  background-color: #00703C;
}
.theme__new-leaf--primary .large_timer__countdown--item_medium,
.t__nl--pri .large_timer__countdown--item_medium {
  background-color: #00703C;
}
.theme__new-leaf--primary .large_timer__countdown--item_small,
.t__nl--pri .large_timer__countdown--item_small {
  background-color: #00703C;
}
.theme__new-leaf--primary .modalcontent,
.t__nl--pri .modalcontent {
  border-color: #00703C;
}
.theme__new-leaf--primary .transparent__header,
.t__nl--pri .transparent__header {
  background: #00703C;
}
.theme__new-leaf--primary .breadcrumb__slashes,
.t__nl--pri .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__new-leaf--primary .the-list,
.t__nl--pri .the-list {
  background-color: #00703C;
}
.theme__new-leaf--primary .the-list option,
.t__nl--pri .the-list option {
  border-color: #00703C !important;
}
.theme__new-leaf--primary .es-list::-webkit-scrollbar-thumb,
.t__nl--pri .es-list::-webkit-scrollbar-thumb {
  background: #00703C;
}
.theme__new-leaf--primary .es-visible,
.t__nl--pri .es-visible {
  border-color: #00703C !important;
}
.theme__new-leaf--primary .ot-open,
.theme__new-leaf--primary .ot-closed,
.t__nl--pri .ot-open,
.t__nl--pri .ot-closed {
  color: #00703C;
}
.theme__new-leaf--primary .colour__foreground,
.t__nl--pri .colour__foreground {
  color: #00703C;
}
.theme__new-leaf--primary h1.t__none,
.theme__new-leaf--primary h1.theme__none,
.theme__new-leaf--primary h2.t__none,
.theme__new-leaf--primary h2.theme__none,
.theme__new-leaf--primary h3.t__none,
.theme__new-leaf--primary h3.theme__none,
.theme__new-leaf--primary h4.t__none,
.theme__new-leaf--primary h4.theme__none,
.theme__new-leaf--primary h1.t__none--w-hov,
.theme__new-leaf--primary h1.theme__none--with-hover,
.theme__new-leaf--primary h2.t__none--w-hov,
.theme__new-leaf--primary h2.theme__none--with-hover,
.theme__new-leaf--primary h3.t__none--w-hov,
.theme__new-leaf--primary h3.theme__none--with-hover,
.theme__new-leaf--primary h4.t__none--w-hov,
.theme__new-leaf--primary h4.theme__none--with-hover,
.t__nl--pri h1.t__none,
.t__nl--pri h1.theme__none,
.t__nl--pri h2.t__none,
.t__nl--pri h2.theme__none,
.t__nl--pri h3.t__none,
.t__nl--pri h3.theme__none,
.t__nl--pri h4.t__none,
.t__nl--pri h4.theme__none,
.t__nl--pri h1.t__none--w-hov,
.t__nl--pri h1.theme__none--with-hover,
.t__nl--pri h2.t__none--w-hov,
.t__nl--pri h2.theme__none--with-hover,
.t__nl--pri h3.t__none--w-hov,
.t__nl--pri h3.theme__none--with-hover,
.t__nl--pri h4.t__none--w-hov,
.t__nl--pri h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__new-leaf--primary span.t__none,
.theme__new-leaf--primary span.theme__none,
.t__nl--pri span.t__none,
.t__nl--pri span.theme__none {
  color: #4a4a4a;
}
.theme__new-leaf--primary i.t__none,
.theme__new-leaf--primary i.theme__none,
.t__nl--pri i.t__none,
.t__nl--pri i.theme__none {
  color: #4a4a4a;
}
.theme__new-leaf--primary a.border__none,
.theme__new-leaf--primary a.b__none,
.t__nl--pri a.border__none,
.t__nl--pri a.b__none {
  border: 0;
}
.theme__new-leaf--primary a:hover h1.t__none,
.theme__new-leaf--primary a:hover h1.theme__none,
.theme__new-leaf--primary a:hover h2.t__none,
.theme__new-leaf--primary a:hover h2.theme__none,
.theme__new-leaf--primary a:hover h3.t__none,
.theme__new-leaf--primary a:hover h3.theme__none,
.theme__new-leaf--primary a:hover h4.t__none,
.theme__new-leaf--primary a:hover h4.theme__none,
.t__nl--pri a:hover h1.t__none,
.t__nl--pri a:hover h1.theme__none,
.t__nl--pri a:hover h2.t__none,
.t__nl--pri a:hover h2.theme__none,
.t__nl--pri a:hover h3.t__none,
.t__nl--pri a:hover h3.theme__none,
.t__nl--pri a:hover h4.t__none,
.t__nl--pri a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__new-leaf--primary a:hover h1.t__none--w-hov,
.theme__new-leaf--primary a:hover h1.theme__none--with-hover,
.theme__new-leaf--primary a:hover h2.t__none--w-hov,
.theme__new-leaf--primary a:hover h2.theme__none--with-hover,
.theme__new-leaf--primary a:hover h3.t__none--w-hov,
.theme__new-leaf--primary a:hover h3.theme__none--with-hover,
.theme__new-leaf--primary a:hover h4.t__none--w-hov,
.theme__new-leaf--primary a:hover h4.theme__none--with-hover,
.t__nl--pri a:hover h1.t__none--w-hov,
.t__nl--pri a:hover h1.theme__none--with-hover,
.t__nl--pri a:hover h2.t__none--w-hov,
.t__nl--pri a:hover h2.theme__none--with-hover,
.t__nl--pri a:hover h3.t__none--w-hov,
.t__nl--pri a:hover h3.theme__none--with-hover,
.t__nl--pri a:hover h4.t__none--w-hov,
.t__nl--pri a:hover h4.theme__none--with-hover {
  color: #00703C;
}
.theme__new-leaf--primary .dotted__line--small, .theme__new-leaf--primary .dotted__line--medium, .theme__new-leaf--primary .dotted__line--large, .theme__new-leaf--primary .dotted__line--x-large, .theme__new-leaf--primary .dotted__line--huge,
.t__nl--pri .dotted__line--small,
.t__nl--pri .dotted__line--medium,
.t__nl--pri .dotted__line--large,
.t__nl--pri .dotted__line--x-large,
.t__nl--pri .dotted__line--huge {
  border-image-source: url("https://fe3ca8e0a2f497a00e8a-853d39369c554c336474f22b1382bbe4.ssl.cf3.rackcdn.com/dotted_advice.png");
}

.theme__new-leaf--secondary h1, .theme__new-leaf--secondary h2, .theme__new-leaf--secondary h3, .theme__new-leaf--secondary h4, .theme__new-leaf--secondary h5, .theme__new-leaf--secondary h6,
.t__nl--sec h1,
.t__nl--sec h2,
.t__nl--sec h3,
.t__nl--sec h4,
.t__nl--sec h5,
.t__nl--sec h6 {
  color: #00703C;
}
.theme__new-leaf--secondary a,
.t__nl--sec a {
  color: #4a4a4a;
  border-color: #00703C;
  text-decoration: none;
}
.theme__new-leaf--secondary a:hover,
.t__nl--sec a:hover {
  color: #00703C;
}
.theme__new-leaf--secondary a:hover h1, .theme__new-leaf--secondary a:hover h2, .theme__new-leaf--secondary a:hover h3, .theme__new-leaf--secondary a:hover h4, .theme__new-leaf--secondary a:hover h5, .theme__new-leaf--secondary a:hover h6,
.t__nl--sec a:hover h1,
.t__nl--sec a:hover h2,
.t__nl--sec a:hover h3,
.t__nl--sec a:hover h4,
.t__nl--sec a:hover h5,
.t__nl--sec a:hover h6 {
  color: #00703C;
}
.theme__new-leaf--secondary a div,
.t__nl--sec a div {
  border-color: #00703C !important;
}
.theme__new-leaf--secondary input,
.t__nl--sec input {
  border-color: #00703C;
}
.theme__new-leaf--secondary p,
.t__nl--sec p {
  color: #4a4a4a;
}
.theme__new-leaf--secondary .button,
.theme__new-leaf--secondary .btn,
.theme__new-leaf--secondary .btn__pill, .theme__new-leaf--secondary.button, .theme__new-leaf--secondary.btn, .theme__new-leaf--secondary.btn__pill,
.t__nl--sec .button,
.t__nl--sec .btn,
.t__nl--sec .btn__pill,
.t__nl--sec.button,
.t__nl--sec.btn,
.t__nl--sec.btn__pill {
  border-color: #00703C;
}
@media (hover: hover) {
  .theme__new-leaf--secondary .button:hover,
  .theme__new-leaf--secondary .btn:hover,
  .theme__new-leaf--secondary .btn__pill:hover, .theme__new-leaf--secondary.button:hover, .theme__new-leaf--secondary.btn:hover, .theme__new-leaf--secondary.btn__pill:hover,
  .t__nl--sec .button:hover,
  .t__nl--sec .btn:hover,
  .t__nl--sec .btn__pill:hover,
  .t__nl--sec.button:hover,
  .t__nl--sec.btn:hover,
  .t__nl--sec.btn__pill:hover {
    color: #ffffff;
    background: #00703C;
  }
  .theme__new-leaf--secondary .button:hover i,
  .theme__new-leaf--secondary .btn:hover i,
  .theme__new-leaf--secondary .btn__pill:hover i, .theme__new-leaf--secondary.button:hover i, .theme__new-leaf--secondary.btn:hover i, .theme__new-leaf--secondary.btn__pill:hover i,
  .t__nl--sec .button:hover i,
  .t__nl--sec .btn:hover i,
  .t__nl--sec .btn__pill:hover i,
  .t__nl--sec.button:hover i,
  .t__nl--sec.btn:hover i,
  .t__nl--sec.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__new-leaf--secondary .button__invert,
.theme__new-leaf--secondary .btn__invert,
.theme__new-leaf--secondary .btn__pill__invert, .theme__new-leaf--secondary.button__invert, .theme__new-leaf--secondary.btn__invert, .theme__new-leaf--secondary.btn__pill__invert,
.t__nl--sec .button__invert,
.t__nl--sec .btn__invert,
.t__nl--sec .btn__pill__invert,
.t__nl--sec.button__invert,
.t__nl--sec.btn__invert,
.t__nl--sec.btn__pill__invert {
  background-color: #00703C;
  color: #ffffff;
}
.theme__new-leaf--secondary .button__invert h4,
.theme__new-leaf--secondary .btn__invert h4,
.theme__new-leaf--secondary .btn__pill__invert h4, .theme__new-leaf--secondary.button__invert h4, .theme__new-leaf--secondary.btn__invert h4, .theme__new-leaf--secondary.btn__pill__invert h4,
.t__nl--sec .button__invert h4,
.t__nl--sec .btn__invert h4,
.t__nl--sec .btn__pill__invert h4,
.t__nl--sec.button__invert h4,
.t__nl--sec.btn__invert h4,
.t__nl--sec.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__new-leaf--secondary .button__invert:hover,
.theme__new-leaf--secondary .btn__invert:hover,
.theme__new-leaf--secondary .btn__pill__invert:hover, .theme__new-leaf--secondary.button__invert:hover, .theme__new-leaf--secondary.btn__invert:hover, .theme__new-leaf--secondary.btn__pill__invert:hover,
.t__nl--sec .button__invert:hover,
.t__nl--sec .btn__invert:hover,
.t__nl--sec .btn__pill__invert:hover,
.t__nl--sec.button__invert:hover,
.t__nl--sec.btn__invert:hover,
.t__nl--sec.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__new-leaf--secondary .button__invert:hover h4,
.theme__new-leaf--secondary .btn__invert:hover h4,
.theme__new-leaf--secondary .btn__pill__invert:hover h4, .theme__new-leaf--secondary.button__invert:hover h4, .theme__new-leaf--secondary.btn__invert:hover h4, .theme__new-leaf--secondary.btn__pill__invert:hover h4,
.t__nl--sec .button__invert:hover h4,
.t__nl--sec .btn__invert:hover h4,
.t__nl--sec .btn__pill__invert:hover h4,
.t__nl--sec.button__invert:hover h4,
.t__nl--sec.btn__invert:hover h4,
.t__nl--sec.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__new-leaf--secondary .button__invert--hover:hover,
.theme__new-leaf--secondary .btn__invert--hover:hover,
.theme__new-leaf--secondary .btn__pill__invert--hover:hover, .theme__new-leaf--secondary.button__invert--hover:hover, .theme__new-leaf--secondary.btn__invert--hover:hover, .theme__new-leaf--secondary.btn__pill__invert--hover:hover,
.t__nl--sec .button__invert--hover:hover,
.t__nl--sec .btn__invert--hover:hover,
.t__nl--sec .btn__pill__invert--hover:hover,
.t__nl--sec.button__invert--hover:hover,
.t__nl--sec.btn__invert--hover:hover,
.t__nl--sec.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__new-leaf--secondary .button__under,
.theme__new-leaf--secondary .btn__under,
.theme__new-leaf--secondary .btn__pill__under, .theme__new-leaf--secondary.button__under, .theme__new-leaf--secondary.btn__under, .theme__new-leaf--secondary.btn__pill__under,
.t__nl--sec .button__under,
.t__nl--sec .btn__under,
.t__nl--sec .btn__pill__under,
.t__nl--sec.button__under,
.t__nl--sec.btn__under,
.t__nl--sec.btn__pill__under {
  border-color: #00703C;
}
.theme__new-leaf--secondary .btn__large,
.t__nl--sec .btn__large {
  background-color: #00703C;
}
.theme__new-leaf--secondary .input__search,
.t__nl--sec .input__search {
  border-color: #00703C;
}
.theme__new-leaf--secondary .input__search i,
.t__nl--sec .input__search i {
  color: #4a4a4a;
}
.theme__new-leaf--secondary .input__search:hover i,
.t__nl--sec .input__search:hover i {
  color: #00703C;
}
.theme__new-leaf--secondary .component__foreground,
.t__nl--sec .component__foreground {
  color: #4a4a4a;
}
.theme__new-leaf--secondary.card,
.theme__new-leaf--secondary .card, .theme__new-leaf--secondary.card__with-image,
.theme__new-leaf--secondary .card__with-image,
.t__nl--sec.card,
.t__nl--sec .card,
.t__nl--sec.card__with-image,
.t__nl--sec .card__with-image {
  border-color: #00703C;
}
.theme__new-leaf--secondary.card__highlight,
.theme__new-leaf--secondary .card__highlight,
.theme__new-leaf--secondary .card__highlight--image,
.theme__new-leaf--secondary .card__highlight--final,
.t__nl--sec.card__highlight,
.t__nl--sec .card__highlight,
.t__nl--sec .card__highlight--image,
.t__nl--sec .card__highlight--final {
  background-color: #00703C;
  border-color: #00703C;
}
.theme__new-leaf--secondary.card__highlight--title,
.theme__new-leaf--secondary .card__highlight--title,
.theme__new-leaf--secondary .card__highlight--image,
.theme__new-leaf--secondary .card__highlight--final,
.t__nl--sec.card__highlight--title,
.t__nl--sec .card__highlight--title,
.t__nl--sec .card__highlight--image,
.t__nl--sec .card__highlight--final {
  color: #4a4a4a;
}
.theme__new-leaf--secondary .image-slider__selector--dot,
.t__nl--sec .image-slider__selector--dot {
  background-color: #00703C;
}
.theme__new-leaf--secondary .call-to-action__text h3,
.t__nl--sec .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__new-leaf--secondary .officer__block--title h5, .theme__new-leaf--secondary .officer__block--title h6,
.t__nl--sec .officer__block--title h5,
.t__nl--sec .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__new-leaf--secondary .block__statement--link,
.t__nl--sec .block__statement--link {
  color: #4a4a4a;
}
.theme__new-leaf--secondary .card__cutoff,
.t__nl--sec .card__cutoff {
  background: linear-gradient(#00703C, #00703C), linear-gradient(white, white);
}
.theme__new-leaf--secondary .card__cutoff p,
.t__nl--sec .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__new-leaf--secondary .card__cutoff:hover,
  .t__nl--sec .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__new-leaf--secondary .card__cutoff:hover p,
  .t__nl--sec .card__cutoff:hover p {
    color: #00703C;
  }
  .theme__new-leaf--secondary .card__cutoff:hover .card__cutoff--link,
  .t__nl--sec .card__cutoff:hover .card__cutoff--link {
    color: #00703C;
  }
  .theme__new-leaf--secondary .card__cutoff:hover .card__cutoff--text,
  .t__nl--sec .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__new-leaf--secondary .card__cutoff:hover .card__cutoff--text p,
  .t__nl--sec .card__cutoff:hover .card__cutoff--text p {
    color: #00703C;
  }
  .theme__new-leaf--secondary .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__nl--sec .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: #00703C;
  }
}
.theme__new-leaf--secondary .card__cutoff--link,
.t__nl--sec .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__new-leaf--secondary .card__cutoff--link:hover,
  .t__nl--sec .card__cutoff--link:hover {
    color: #00703C;
  }
  .theme__new-leaf--secondary .card__cutoff--link:hover--link,
  .t__nl--sec .card__cutoff--link:hover--link {
    color: #00703C;
  }
}
.theme__new-leaf--secondary .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__nl--sec .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: #00703C;
}
.theme__new-leaf--secondary .dropdown__toggle--title,
.t__nl--sec .dropdown__toggle--title {
  color: #00703C;
}
.theme__new-leaf--secondary .dropdown__toggle--icon i,
.t__nl--sec .dropdown__toggle--icon i {
  color: #00703C;
}
.theme__new-leaf--secondary .large_timer__countdown--item_large,
.t__nl--sec .large_timer__countdown--item_large {
  background-color: #00703C;
}
.theme__new-leaf--secondary .large_timer__countdown--item_medium,
.t__nl--sec .large_timer__countdown--item_medium {
  background-color: #00703C;
}
.theme__new-leaf--secondary .large_timer__countdown--item_small,
.t__nl--sec .large_timer__countdown--item_small {
  background-color: #00703C;
}
.theme__new-leaf--secondary .modalcontent,
.t__nl--sec .modalcontent {
  border-color: #00703C;
}
.theme__new-leaf--secondary .transparent__header,
.t__nl--sec .transparent__header {
  background: #00703C;
}
.theme__new-leaf--secondary .breadcrumb__slashes,
.t__nl--sec .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__new-leaf--secondary .the-list,
.t__nl--sec .the-list {
  background-color: #00703C;
}
.theme__new-leaf--secondary .the-list option,
.t__nl--sec .the-list option {
  border-color: #00703C !important;
}
.theme__new-leaf--secondary .es-list::-webkit-scrollbar-thumb,
.t__nl--sec .es-list::-webkit-scrollbar-thumb {
  background: #00703C;
}
.theme__new-leaf--secondary .es-visible,
.t__nl--sec .es-visible {
  border-color: #00703C !important;
}
.theme__new-leaf--secondary .ot-open,
.theme__new-leaf--secondary .ot-closed,
.t__nl--sec .ot-open,
.t__nl--sec .ot-closed {
  color: #00703C;
}
.theme__new-leaf--secondary .colour__foreground,
.t__nl--sec .colour__foreground {
  color: #00703C;
}
.theme__new-leaf--secondary h1.t__none,
.theme__new-leaf--secondary h1.theme__none,
.theme__new-leaf--secondary h2.t__none,
.theme__new-leaf--secondary h2.theme__none,
.theme__new-leaf--secondary h3.t__none,
.theme__new-leaf--secondary h3.theme__none,
.theme__new-leaf--secondary h4.t__none,
.theme__new-leaf--secondary h4.theme__none,
.theme__new-leaf--secondary h1.t__none--w-hov,
.theme__new-leaf--secondary h1.theme__none--with-hover,
.theme__new-leaf--secondary h2.t__none--w-hov,
.theme__new-leaf--secondary h2.theme__none--with-hover,
.theme__new-leaf--secondary h3.t__none--w-hov,
.theme__new-leaf--secondary h3.theme__none--with-hover,
.theme__new-leaf--secondary h4.t__none--w-hov,
.theme__new-leaf--secondary h4.theme__none--with-hover,
.t__nl--sec h1.t__none,
.t__nl--sec h1.theme__none,
.t__nl--sec h2.t__none,
.t__nl--sec h2.theme__none,
.t__nl--sec h3.t__none,
.t__nl--sec h3.theme__none,
.t__nl--sec h4.t__none,
.t__nl--sec h4.theme__none,
.t__nl--sec h1.t__none--w-hov,
.t__nl--sec h1.theme__none--with-hover,
.t__nl--sec h2.t__none--w-hov,
.t__nl--sec h2.theme__none--with-hover,
.t__nl--sec h3.t__none--w-hov,
.t__nl--sec h3.theme__none--with-hover,
.t__nl--sec h4.t__none--w-hov,
.t__nl--sec h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__new-leaf--secondary span.t__none,
.theme__new-leaf--secondary span.theme__none,
.t__nl--sec span.t__none,
.t__nl--sec span.theme__none {
  color: #4a4a4a;
}
.theme__new-leaf--secondary i.t__none,
.theme__new-leaf--secondary i.theme__none,
.t__nl--sec i.t__none,
.t__nl--sec i.theme__none {
  color: #4a4a4a;
}
.theme__new-leaf--secondary a.border__none,
.theme__new-leaf--secondary a.b__none,
.t__nl--sec a.border__none,
.t__nl--sec a.b__none {
  border: 0;
}
.theme__new-leaf--secondary a:hover h1.t__none,
.theme__new-leaf--secondary a:hover h1.theme__none,
.theme__new-leaf--secondary a:hover h2.t__none,
.theme__new-leaf--secondary a:hover h2.theme__none,
.theme__new-leaf--secondary a:hover h3.t__none,
.theme__new-leaf--secondary a:hover h3.theme__none,
.theme__new-leaf--secondary a:hover h4.t__none,
.theme__new-leaf--secondary a:hover h4.theme__none,
.t__nl--sec a:hover h1.t__none,
.t__nl--sec a:hover h1.theme__none,
.t__nl--sec a:hover h2.t__none,
.t__nl--sec a:hover h2.theme__none,
.t__nl--sec a:hover h3.t__none,
.t__nl--sec a:hover h3.theme__none,
.t__nl--sec a:hover h4.t__none,
.t__nl--sec a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__new-leaf--secondary a:hover h1.t__none--w-hov,
.theme__new-leaf--secondary a:hover h1.theme__none--with-hover,
.theme__new-leaf--secondary a:hover h2.t__none--w-hov,
.theme__new-leaf--secondary a:hover h2.theme__none--with-hover,
.theme__new-leaf--secondary a:hover h3.t__none--w-hov,
.theme__new-leaf--secondary a:hover h3.theme__none--with-hover,
.theme__new-leaf--secondary a:hover h4.t__none--w-hov,
.theme__new-leaf--secondary a:hover h4.theme__none--with-hover,
.t__nl--sec a:hover h1.t__none--w-hov,
.t__nl--sec a:hover h1.theme__none--with-hover,
.t__nl--sec a:hover h2.t__none--w-hov,
.t__nl--sec a:hover h2.theme__none--with-hover,
.t__nl--sec a:hover h3.t__none--w-hov,
.t__nl--sec a:hover h3.theme__none--with-hover,
.t__nl--sec a:hover h4.t__none--w-hov,
.t__nl--sec a:hover h4.theme__none--with-hover {
  color: #00703C;
}

.theme__new-leaf--pastel h1, .theme__new-leaf--pastel h2, .theme__new-leaf--pastel h3, .theme__new-leaf--pastel h4, .theme__new-leaf--pastel h5, .theme__new-leaf--pastel h6,
.t__nl--pas h1,
.t__nl--pas h2,
.t__nl--pas h3,
.t__nl--pas h4,
.t__nl--pas h5,
.t__nl--pas h6 {
  color: #00703C;
}
.theme__new-leaf--pastel a,
.t__nl--pas a {
  color: #4a4a4a;
  border-color: #00703C;
  text-decoration: none;
}
.theme__new-leaf--pastel a:hover,
.t__nl--pas a:hover {
  color: #00703C;
}
.theme__new-leaf--pastel a:hover h1, .theme__new-leaf--pastel a:hover h2, .theme__new-leaf--pastel a:hover h3, .theme__new-leaf--pastel a:hover h4, .theme__new-leaf--pastel a:hover h5, .theme__new-leaf--pastel a:hover h6,
.t__nl--pas a:hover h1,
.t__nl--pas a:hover h2,
.t__nl--pas a:hover h3,
.t__nl--pas a:hover h4,
.t__nl--pas a:hover h5,
.t__nl--pas a:hover h6 {
  color: #00703C;
}
.theme__new-leaf--pastel a div,
.t__nl--pas a div {
  border-color: #00703C !important;
}
.theme__new-leaf--pastel input,
.t__nl--pas input {
  border-color: #00703C;
}
.theme__new-leaf--pastel p,
.t__nl--pas p {
  color: #4a4a4a;
}
.theme__new-leaf--pastel .button,
.theme__new-leaf--pastel .btn,
.theme__new-leaf--pastel .btn__pill, .theme__new-leaf--pastel.button, .theme__new-leaf--pastel.btn, .theme__new-leaf--pastel.btn__pill,
.t__nl--pas .button,
.t__nl--pas .btn,
.t__nl--pas .btn__pill,
.t__nl--pas.button,
.t__nl--pas.btn,
.t__nl--pas.btn__pill {
  border-color: #00703C;
}
@media (hover: hover) {
  .theme__new-leaf--pastel .button:hover,
  .theme__new-leaf--pastel .btn:hover,
  .theme__new-leaf--pastel .btn__pill:hover, .theme__new-leaf--pastel.button:hover, .theme__new-leaf--pastel.btn:hover, .theme__new-leaf--pastel.btn__pill:hover,
  .t__nl--pas .button:hover,
  .t__nl--pas .btn:hover,
  .t__nl--pas .btn__pill:hover,
  .t__nl--pas.button:hover,
  .t__nl--pas.btn:hover,
  .t__nl--pas.btn__pill:hover {
    color: #ffffff;
    background: #00703C;
  }
  .theme__new-leaf--pastel .button:hover i,
  .theme__new-leaf--pastel .btn:hover i,
  .theme__new-leaf--pastel .btn__pill:hover i, .theme__new-leaf--pastel.button:hover i, .theme__new-leaf--pastel.btn:hover i, .theme__new-leaf--pastel.btn__pill:hover i,
  .t__nl--pas .button:hover i,
  .t__nl--pas .btn:hover i,
  .t__nl--pas .btn__pill:hover i,
  .t__nl--pas.button:hover i,
  .t__nl--pas.btn:hover i,
  .t__nl--pas.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__new-leaf--pastel .button__invert,
.theme__new-leaf--pastel .btn__invert,
.theme__new-leaf--pastel .btn__pill__invert, .theme__new-leaf--pastel.button__invert, .theme__new-leaf--pastel.btn__invert, .theme__new-leaf--pastel.btn__pill__invert,
.t__nl--pas .button__invert,
.t__nl--pas .btn__invert,
.t__nl--pas .btn__pill__invert,
.t__nl--pas.button__invert,
.t__nl--pas.btn__invert,
.t__nl--pas.btn__pill__invert {
  background-color: #00703C;
  color: #ffffff;
}
.theme__new-leaf--pastel .button__invert h4,
.theme__new-leaf--pastel .btn__invert h4,
.theme__new-leaf--pastel .btn__pill__invert h4, .theme__new-leaf--pastel.button__invert h4, .theme__new-leaf--pastel.btn__invert h4, .theme__new-leaf--pastel.btn__pill__invert h4,
.t__nl--pas .button__invert h4,
.t__nl--pas .btn__invert h4,
.t__nl--pas .btn__pill__invert h4,
.t__nl--pas.button__invert h4,
.t__nl--pas.btn__invert h4,
.t__nl--pas.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__new-leaf--pastel .button__invert:hover,
.theme__new-leaf--pastel .btn__invert:hover,
.theme__new-leaf--pastel .btn__pill__invert:hover, .theme__new-leaf--pastel.button__invert:hover, .theme__new-leaf--pastel.btn__invert:hover, .theme__new-leaf--pastel.btn__pill__invert:hover,
.t__nl--pas .button__invert:hover,
.t__nl--pas .btn__invert:hover,
.t__nl--pas .btn__pill__invert:hover,
.t__nl--pas.button__invert:hover,
.t__nl--pas.btn__invert:hover,
.t__nl--pas.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__new-leaf--pastel .button__invert:hover h4,
.theme__new-leaf--pastel .btn__invert:hover h4,
.theme__new-leaf--pastel .btn__pill__invert:hover h4, .theme__new-leaf--pastel.button__invert:hover h4, .theme__new-leaf--pastel.btn__invert:hover h4, .theme__new-leaf--pastel.btn__pill__invert:hover h4,
.t__nl--pas .button__invert:hover h4,
.t__nl--pas .btn__invert:hover h4,
.t__nl--pas .btn__pill__invert:hover h4,
.t__nl--pas.button__invert:hover h4,
.t__nl--pas.btn__invert:hover h4,
.t__nl--pas.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__new-leaf--pastel .button__invert--hover:hover,
.theme__new-leaf--pastel .btn__invert--hover:hover,
.theme__new-leaf--pastel .btn__pill__invert--hover:hover, .theme__new-leaf--pastel.button__invert--hover:hover, .theme__new-leaf--pastel.btn__invert--hover:hover, .theme__new-leaf--pastel.btn__pill__invert--hover:hover,
.t__nl--pas .button__invert--hover:hover,
.t__nl--pas .btn__invert--hover:hover,
.t__nl--pas .btn__pill__invert--hover:hover,
.t__nl--pas.button__invert--hover:hover,
.t__nl--pas.btn__invert--hover:hover,
.t__nl--pas.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__new-leaf--pastel .button__under,
.theme__new-leaf--pastel .btn__under,
.theme__new-leaf--pastel .btn__pill__under, .theme__new-leaf--pastel.button__under, .theme__new-leaf--pastel.btn__under, .theme__new-leaf--pastel.btn__pill__under,
.t__nl--pas .button__under,
.t__nl--pas .btn__under,
.t__nl--pas .btn__pill__under,
.t__nl--pas.button__under,
.t__nl--pas.btn__under,
.t__nl--pas.btn__pill__under {
  border-color: #00703C;
}
.theme__new-leaf--pastel .btn__large,
.t__nl--pas .btn__large {
  background-color: #00703C;
}
.theme__new-leaf--pastel .input__search,
.t__nl--pas .input__search {
  border-color: #00703C;
}
.theme__new-leaf--pastel .input__search i,
.t__nl--pas .input__search i {
  color: #4a4a4a;
}
.theme__new-leaf--pastel .input__search:hover i,
.t__nl--pas .input__search:hover i {
  color: #00703C;
}
.theme__new-leaf--pastel .component__foreground,
.t__nl--pas .component__foreground {
  color: #4a4a4a;
}
.theme__new-leaf--pastel.card,
.theme__new-leaf--pastel .card, .theme__new-leaf--pastel.card__with-image,
.theme__new-leaf--pastel .card__with-image,
.t__nl--pas.card,
.t__nl--pas .card,
.t__nl--pas.card__with-image,
.t__nl--pas .card__with-image {
  border-color: #00703C;
}
.theme__new-leaf--pastel.card__highlight,
.theme__new-leaf--pastel .card__highlight,
.theme__new-leaf--pastel .card__highlight--image,
.theme__new-leaf--pastel .card__highlight--final,
.t__nl--pas.card__highlight,
.t__nl--pas .card__highlight,
.t__nl--pas .card__highlight--image,
.t__nl--pas .card__highlight--final {
  background-color: #00703C;
  border-color: #00703C;
}
.theme__new-leaf--pastel.card__highlight--title,
.theme__new-leaf--pastel .card__highlight--title,
.theme__new-leaf--pastel .card__highlight--image,
.theme__new-leaf--pastel .card__highlight--final,
.t__nl--pas.card__highlight--title,
.t__nl--pas .card__highlight--title,
.t__nl--pas .card__highlight--image,
.t__nl--pas .card__highlight--final {
  color: #4a4a4a;
}
.theme__new-leaf--pastel .image-slider__selector--dot,
.t__nl--pas .image-slider__selector--dot {
  background-color: #00703C;
}
.theme__new-leaf--pastel .call-to-action__text h3,
.t__nl--pas .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__new-leaf--pastel .officer__block--title h5, .theme__new-leaf--pastel .officer__block--title h6,
.t__nl--pas .officer__block--title h5,
.t__nl--pas .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__new-leaf--pastel .block__statement--link,
.t__nl--pas .block__statement--link {
  color: #4a4a4a;
}
.theme__new-leaf--pastel .card__cutoff,
.t__nl--pas .card__cutoff {
  background: linear-gradient(#00703C, #00703C), linear-gradient(white, white);
}
.theme__new-leaf--pastel .card__cutoff p,
.t__nl--pas .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__new-leaf--pastel .card__cutoff:hover,
  .t__nl--pas .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__new-leaf--pastel .card__cutoff:hover p,
  .t__nl--pas .card__cutoff:hover p {
    color: #00703C;
  }
  .theme__new-leaf--pastel .card__cutoff:hover .card__cutoff--link,
  .t__nl--pas .card__cutoff:hover .card__cutoff--link {
    color: #00703C;
  }
  .theme__new-leaf--pastel .card__cutoff:hover .card__cutoff--text,
  .t__nl--pas .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__new-leaf--pastel .card__cutoff:hover .card__cutoff--text p,
  .t__nl--pas .card__cutoff:hover .card__cutoff--text p {
    color: #00703C;
  }
  .theme__new-leaf--pastel .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__nl--pas .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: #00703C;
  }
}
.theme__new-leaf--pastel .card__cutoff--link,
.t__nl--pas .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__new-leaf--pastel .card__cutoff--link:hover,
  .t__nl--pas .card__cutoff--link:hover {
    color: #00703C;
  }
  .theme__new-leaf--pastel .card__cutoff--link:hover--link,
  .t__nl--pas .card__cutoff--link:hover--link {
    color: #00703C;
  }
}
.theme__new-leaf--pastel .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__nl--pas .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: #00703C;
}
.theme__new-leaf--pastel .dropdown__toggle--title,
.t__nl--pas .dropdown__toggle--title {
  color: #00703C;
}
.theme__new-leaf--pastel .dropdown__toggle--icon i,
.t__nl--pas .dropdown__toggle--icon i {
  color: #00703C;
}
.theme__new-leaf--pastel .large_timer__countdown--item_large,
.t__nl--pas .large_timer__countdown--item_large {
  background-color: #00703C;
}
.theme__new-leaf--pastel .large_timer__countdown--item_medium,
.t__nl--pas .large_timer__countdown--item_medium {
  background-color: #00703C;
}
.theme__new-leaf--pastel .large_timer__countdown--item_small,
.t__nl--pas .large_timer__countdown--item_small {
  background-color: #00703C;
}
.theme__new-leaf--pastel .modalcontent,
.t__nl--pas .modalcontent {
  border-color: #00703C;
}
.theme__new-leaf--pastel .transparent__header,
.t__nl--pas .transparent__header {
  background: #00703C;
}
.theme__new-leaf--pastel .breadcrumb__slashes,
.t__nl--pas .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__new-leaf--pastel .the-list,
.t__nl--pas .the-list {
  background-color: #00703C;
}
.theme__new-leaf--pastel .the-list option,
.t__nl--pas .the-list option {
  border-color: #00703C !important;
}
.theme__new-leaf--pastel .es-list::-webkit-scrollbar-thumb,
.t__nl--pas .es-list::-webkit-scrollbar-thumb {
  background: #00703C;
}
.theme__new-leaf--pastel .es-visible,
.t__nl--pas .es-visible {
  border-color: #00703C !important;
}
.theme__new-leaf--pastel .ot-open,
.theme__new-leaf--pastel .ot-closed,
.t__nl--pas .ot-open,
.t__nl--pas .ot-closed {
  color: #00703C;
}
.theme__new-leaf--pastel .colour__foreground,
.t__nl--pas .colour__foreground {
  color: #00703C;
}
.theme__new-leaf--pastel h1.t__none,
.theme__new-leaf--pastel h1.theme__none,
.theme__new-leaf--pastel h2.t__none,
.theme__new-leaf--pastel h2.theme__none,
.theme__new-leaf--pastel h3.t__none,
.theme__new-leaf--pastel h3.theme__none,
.theme__new-leaf--pastel h4.t__none,
.theme__new-leaf--pastel h4.theme__none,
.theme__new-leaf--pastel h1.t__none--w-hov,
.theme__new-leaf--pastel h1.theme__none--with-hover,
.theme__new-leaf--pastel h2.t__none--w-hov,
.theme__new-leaf--pastel h2.theme__none--with-hover,
.theme__new-leaf--pastel h3.t__none--w-hov,
.theme__new-leaf--pastel h3.theme__none--with-hover,
.theme__new-leaf--pastel h4.t__none--w-hov,
.theme__new-leaf--pastel h4.theme__none--with-hover,
.t__nl--pas h1.t__none,
.t__nl--pas h1.theme__none,
.t__nl--pas h2.t__none,
.t__nl--pas h2.theme__none,
.t__nl--pas h3.t__none,
.t__nl--pas h3.theme__none,
.t__nl--pas h4.t__none,
.t__nl--pas h4.theme__none,
.t__nl--pas h1.t__none--w-hov,
.t__nl--pas h1.theme__none--with-hover,
.t__nl--pas h2.t__none--w-hov,
.t__nl--pas h2.theme__none--with-hover,
.t__nl--pas h3.t__none--w-hov,
.t__nl--pas h3.theme__none--with-hover,
.t__nl--pas h4.t__none--w-hov,
.t__nl--pas h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__new-leaf--pastel span.t__none,
.theme__new-leaf--pastel span.theme__none,
.t__nl--pas span.t__none,
.t__nl--pas span.theme__none {
  color: #4a4a4a;
}
.theme__new-leaf--pastel i.t__none,
.theme__new-leaf--pastel i.theme__none,
.t__nl--pas i.t__none,
.t__nl--pas i.theme__none {
  color: #4a4a4a;
}
.theme__new-leaf--pastel a.border__none,
.theme__new-leaf--pastel a.b__none,
.t__nl--pas a.border__none,
.t__nl--pas a.b__none {
  border: 0;
}
.theme__new-leaf--pastel a:hover h1.t__none,
.theme__new-leaf--pastel a:hover h1.theme__none,
.theme__new-leaf--pastel a:hover h2.t__none,
.theme__new-leaf--pastel a:hover h2.theme__none,
.theme__new-leaf--pastel a:hover h3.t__none,
.theme__new-leaf--pastel a:hover h3.theme__none,
.theme__new-leaf--pastel a:hover h4.t__none,
.theme__new-leaf--pastel a:hover h4.theme__none,
.t__nl--pas a:hover h1.t__none,
.t__nl--pas a:hover h1.theme__none,
.t__nl--pas a:hover h2.t__none,
.t__nl--pas a:hover h2.theme__none,
.t__nl--pas a:hover h3.t__none,
.t__nl--pas a:hover h3.theme__none,
.t__nl--pas a:hover h4.t__none,
.t__nl--pas a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__new-leaf--pastel a:hover h1.t__none--w-hov,
.theme__new-leaf--pastel a:hover h1.theme__none--with-hover,
.theme__new-leaf--pastel a:hover h2.t__none--w-hov,
.theme__new-leaf--pastel a:hover h2.theme__none--with-hover,
.theme__new-leaf--pastel a:hover h3.t__none--w-hov,
.theme__new-leaf--pastel a:hover h3.theme__none--with-hover,
.theme__new-leaf--pastel a:hover h4.t__none--w-hov,
.theme__new-leaf--pastel a:hover h4.theme__none--with-hover,
.t__nl--pas a:hover h1.t__none--w-hov,
.t__nl--pas a:hover h1.theme__none--with-hover,
.t__nl--pas a:hover h2.t__none--w-hov,
.t__nl--pas a:hover h2.theme__none--with-hover,
.t__nl--pas a:hover h3.t__none--w-hov,
.t__nl--pas a:hover h3.theme__none--with-hover,
.t__nl--pas a:hover h4.t__none--w-hov,
.t__nl--pas a:hover h4.theme__none--with-hover {
  color: #00703C;
}

.theme__new-leaf--background-primary,
.t__nl--bg-pri {
  background-color: #00703C;
}

.theme__new-leaf--background-secondary,
.t__nl--bg-sec {
  background-color: #00703C;
}

.theme__new-leaf--background-pastel,
.t__nl--bg-pas {
  background-color: #00703C;
}

.theme__zero-waste-shop--primary h1, .theme__zero-waste-shop--primary h2, .theme__zero-waste-shop--primary h3, .theme__zero-waste-shop--primary h4, .theme__zero-waste-shop--primary h5, .theme__zero-waste-shop--primary h6,
.t__zws--pri h1,
.t__zws--pri h2,
.t__zws--pri h3,
.t__zws--pri h4,
.t__zws--pri h5,
.t__zws--pri h6 {
  color: #009E4B;
}
.theme__zero-waste-shop--primary a,
.t__zws--pri a {
  color: #4a4a4a;
  border-color: #009E4B;
  text-decoration: none;
}
.theme__zero-waste-shop--primary a:hover,
.t__zws--pri a:hover {
  color: #009E4B;
}
.theme__zero-waste-shop--primary a:hover h1, .theme__zero-waste-shop--primary a:hover h2, .theme__zero-waste-shop--primary a:hover h3, .theme__zero-waste-shop--primary a:hover h4, .theme__zero-waste-shop--primary a:hover h5, .theme__zero-waste-shop--primary a:hover h6,
.t__zws--pri a:hover h1,
.t__zws--pri a:hover h2,
.t__zws--pri a:hover h3,
.t__zws--pri a:hover h4,
.t__zws--pri a:hover h5,
.t__zws--pri a:hover h6 {
  color: #009E4B;
}
.theme__zero-waste-shop--primary a div,
.t__zws--pri a div {
  border-color: #009E4B !important;
}
.theme__zero-waste-shop--primary input,
.t__zws--pri input {
  border-color: #009E4B;
}
.theme__zero-waste-shop--primary p,
.t__zws--pri p {
  color: #4a4a4a;
}
.theme__zero-waste-shop--primary .button,
.theme__zero-waste-shop--primary .btn,
.theme__zero-waste-shop--primary .btn__pill, .theme__zero-waste-shop--primary.button, .theme__zero-waste-shop--primary.btn, .theme__zero-waste-shop--primary.btn__pill,
.t__zws--pri .button,
.t__zws--pri .btn,
.t__zws--pri .btn__pill,
.t__zws--pri.button,
.t__zws--pri.btn,
.t__zws--pri.btn__pill {
  border-color: #009E4B;
}
@media (hover: hover) {
  .theme__zero-waste-shop--primary .button:hover,
  .theme__zero-waste-shop--primary .btn:hover,
  .theme__zero-waste-shop--primary .btn__pill:hover, .theme__zero-waste-shop--primary.button:hover, .theme__zero-waste-shop--primary.btn:hover, .theme__zero-waste-shop--primary.btn__pill:hover,
  .t__zws--pri .button:hover,
  .t__zws--pri .btn:hover,
  .t__zws--pri .btn__pill:hover,
  .t__zws--pri.button:hover,
  .t__zws--pri.btn:hover,
  .t__zws--pri.btn__pill:hover {
    color: #ffffff;
    background: #009E4B;
  }
  .theme__zero-waste-shop--primary .button:hover i,
  .theme__zero-waste-shop--primary .btn:hover i,
  .theme__zero-waste-shop--primary .btn__pill:hover i, .theme__zero-waste-shop--primary.button:hover i, .theme__zero-waste-shop--primary.btn:hover i, .theme__zero-waste-shop--primary.btn__pill:hover i,
  .t__zws--pri .button:hover i,
  .t__zws--pri .btn:hover i,
  .t__zws--pri .btn__pill:hover i,
  .t__zws--pri.button:hover i,
  .t__zws--pri.btn:hover i,
  .t__zws--pri.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__zero-waste-shop--primary .button__invert,
.theme__zero-waste-shop--primary .btn__invert,
.theme__zero-waste-shop--primary .btn__pill__invert, .theme__zero-waste-shop--primary.button__invert, .theme__zero-waste-shop--primary.btn__invert, .theme__zero-waste-shop--primary.btn__pill__invert,
.t__zws--pri .button__invert,
.t__zws--pri .btn__invert,
.t__zws--pri .btn__pill__invert,
.t__zws--pri.button__invert,
.t__zws--pri.btn__invert,
.t__zws--pri.btn__pill__invert {
  background-color: #009E4B;
  color: #ffffff;
}
.theme__zero-waste-shop--primary .button__invert h4,
.theme__zero-waste-shop--primary .btn__invert h4,
.theme__zero-waste-shop--primary .btn__pill__invert h4, .theme__zero-waste-shop--primary.button__invert h4, .theme__zero-waste-shop--primary.btn__invert h4, .theme__zero-waste-shop--primary.btn__pill__invert h4,
.t__zws--pri .button__invert h4,
.t__zws--pri .btn__invert h4,
.t__zws--pri .btn__pill__invert h4,
.t__zws--pri.button__invert h4,
.t__zws--pri.btn__invert h4,
.t__zws--pri.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__zero-waste-shop--primary .button__invert:hover,
.theme__zero-waste-shop--primary .btn__invert:hover,
.theme__zero-waste-shop--primary .btn__pill__invert:hover, .theme__zero-waste-shop--primary.button__invert:hover, .theme__zero-waste-shop--primary.btn__invert:hover, .theme__zero-waste-shop--primary.btn__pill__invert:hover,
.t__zws--pri .button__invert:hover,
.t__zws--pri .btn__invert:hover,
.t__zws--pri .btn__pill__invert:hover,
.t__zws--pri.button__invert:hover,
.t__zws--pri.btn__invert:hover,
.t__zws--pri.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__zero-waste-shop--primary .button__invert:hover h4,
.theme__zero-waste-shop--primary .btn__invert:hover h4,
.theme__zero-waste-shop--primary .btn__pill__invert:hover h4, .theme__zero-waste-shop--primary.button__invert:hover h4, .theme__zero-waste-shop--primary.btn__invert:hover h4, .theme__zero-waste-shop--primary.btn__pill__invert:hover h4,
.t__zws--pri .button__invert:hover h4,
.t__zws--pri .btn__invert:hover h4,
.t__zws--pri .btn__pill__invert:hover h4,
.t__zws--pri.button__invert:hover h4,
.t__zws--pri.btn__invert:hover h4,
.t__zws--pri.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__zero-waste-shop--primary .button__invert--hover:hover,
.theme__zero-waste-shop--primary .btn__invert--hover:hover,
.theme__zero-waste-shop--primary .btn__pill__invert--hover:hover, .theme__zero-waste-shop--primary.button__invert--hover:hover, .theme__zero-waste-shop--primary.btn__invert--hover:hover, .theme__zero-waste-shop--primary.btn__pill__invert--hover:hover,
.t__zws--pri .button__invert--hover:hover,
.t__zws--pri .btn__invert--hover:hover,
.t__zws--pri .btn__pill__invert--hover:hover,
.t__zws--pri.button__invert--hover:hover,
.t__zws--pri.btn__invert--hover:hover,
.t__zws--pri.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__zero-waste-shop--primary .button__under,
.theme__zero-waste-shop--primary .btn__under,
.theme__zero-waste-shop--primary .btn__pill__under, .theme__zero-waste-shop--primary.button__under, .theme__zero-waste-shop--primary.btn__under, .theme__zero-waste-shop--primary.btn__pill__under,
.t__zws--pri .button__under,
.t__zws--pri .btn__under,
.t__zws--pri .btn__pill__under,
.t__zws--pri.button__under,
.t__zws--pri.btn__under,
.t__zws--pri.btn__pill__under {
  border-color: #009E4B;
}
.theme__zero-waste-shop--primary .btn__large,
.t__zws--pri .btn__large {
  background-color: #009E4B;
}
.theme__zero-waste-shop--primary .input__search,
.t__zws--pri .input__search {
  border-color: #009E4B;
}
.theme__zero-waste-shop--primary .input__search i,
.t__zws--pri .input__search i {
  color: #4a4a4a;
}
.theme__zero-waste-shop--primary .input__search:hover i,
.t__zws--pri .input__search:hover i {
  color: #009E4B;
}
.theme__zero-waste-shop--primary .component__foreground,
.t__zws--pri .component__foreground {
  color: #4a4a4a;
}
.theme__zero-waste-shop--primary.card,
.theme__zero-waste-shop--primary .card, .theme__zero-waste-shop--primary.card__with-image,
.theme__zero-waste-shop--primary .card__with-image,
.t__zws--pri.card,
.t__zws--pri .card,
.t__zws--pri.card__with-image,
.t__zws--pri .card__with-image {
  border-color: #009E4B;
}
.theme__zero-waste-shop--primary.card__highlight,
.theme__zero-waste-shop--primary .card__highlight,
.theme__zero-waste-shop--primary .card__highlight--image,
.theme__zero-waste-shop--primary .card__highlight--final,
.t__zws--pri.card__highlight,
.t__zws--pri .card__highlight,
.t__zws--pri .card__highlight--image,
.t__zws--pri .card__highlight--final {
  background-color: #009E4B;
  border-color: #009E4B;
}
.theme__zero-waste-shop--primary.card__highlight--title,
.theme__zero-waste-shop--primary .card__highlight--title,
.theme__zero-waste-shop--primary .card__highlight--image,
.theme__zero-waste-shop--primary .card__highlight--final,
.t__zws--pri.card__highlight--title,
.t__zws--pri .card__highlight--title,
.t__zws--pri .card__highlight--image,
.t__zws--pri .card__highlight--final {
  color: #4a4a4a;
}
.theme__zero-waste-shop--primary .image-slider__selector--dot,
.t__zws--pri .image-slider__selector--dot {
  background-color: #009E4B;
}
.theme__zero-waste-shop--primary .call-to-action__text h3,
.t__zws--pri .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__zero-waste-shop--primary .officer__block--title h5, .theme__zero-waste-shop--primary .officer__block--title h6,
.t__zws--pri .officer__block--title h5,
.t__zws--pri .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__zero-waste-shop--primary .block__statement--link,
.t__zws--pri .block__statement--link {
  color: #4a4a4a;
}
.theme__zero-waste-shop--primary .card__cutoff,
.t__zws--pri .card__cutoff {
  background: linear-gradient(#009E4B, #009E4B), linear-gradient(white, white);
}
.theme__zero-waste-shop--primary .card__cutoff p,
.t__zws--pri .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__zero-waste-shop--primary .card__cutoff:hover,
  .t__zws--pri .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__zero-waste-shop--primary .card__cutoff:hover p,
  .t__zws--pri .card__cutoff:hover p {
    color: #009E4B;
  }
  .theme__zero-waste-shop--primary .card__cutoff:hover .card__cutoff--link,
  .t__zws--pri .card__cutoff:hover .card__cutoff--link {
    color: #009E4B;
  }
  .theme__zero-waste-shop--primary .card__cutoff:hover .card__cutoff--text,
  .t__zws--pri .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__zero-waste-shop--primary .card__cutoff:hover .card__cutoff--text p,
  .t__zws--pri .card__cutoff:hover .card__cutoff--text p {
    color: #009E4B;
  }
  .theme__zero-waste-shop--primary .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__zws--pri .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: #009E4B;
  }
}
.theme__zero-waste-shop--primary .card__cutoff--link,
.t__zws--pri .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__zero-waste-shop--primary .card__cutoff--link:hover,
  .t__zws--pri .card__cutoff--link:hover {
    color: #009E4B;
  }
  .theme__zero-waste-shop--primary .card__cutoff--link:hover--link,
  .t__zws--pri .card__cutoff--link:hover--link {
    color: #009E4B;
  }
}
.theme__zero-waste-shop--primary .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__zws--pri .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: #009E4B;
}
.theme__zero-waste-shop--primary .dropdown__toggle--title,
.t__zws--pri .dropdown__toggle--title {
  color: #009E4B;
}
.theme__zero-waste-shop--primary .dropdown__toggle--icon i,
.t__zws--pri .dropdown__toggle--icon i {
  color: #009E4B;
}
.theme__zero-waste-shop--primary .large_timer__countdown--item_large,
.t__zws--pri .large_timer__countdown--item_large {
  background-color: #009E4B;
}
.theme__zero-waste-shop--primary .large_timer__countdown--item_medium,
.t__zws--pri .large_timer__countdown--item_medium {
  background-color: #009E4B;
}
.theme__zero-waste-shop--primary .large_timer__countdown--item_small,
.t__zws--pri .large_timer__countdown--item_small {
  background-color: #009E4B;
}
.theme__zero-waste-shop--primary .modalcontent,
.t__zws--pri .modalcontent {
  border-color: #009E4B;
}
.theme__zero-waste-shop--primary .transparent__header,
.t__zws--pri .transparent__header {
  background: #009E4B;
}
.theme__zero-waste-shop--primary .breadcrumb__slashes,
.t__zws--pri .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__zero-waste-shop--primary .the-list,
.t__zws--pri .the-list {
  background-color: #009E4B;
}
.theme__zero-waste-shop--primary .the-list option,
.t__zws--pri .the-list option {
  border-color: #009E4B !important;
}
.theme__zero-waste-shop--primary .es-list::-webkit-scrollbar-thumb,
.t__zws--pri .es-list::-webkit-scrollbar-thumb {
  background: #009E4B;
}
.theme__zero-waste-shop--primary .es-visible,
.t__zws--pri .es-visible {
  border-color: #009E4B !important;
}
.theme__zero-waste-shop--primary .ot-open,
.theme__zero-waste-shop--primary .ot-closed,
.t__zws--pri .ot-open,
.t__zws--pri .ot-closed {
  color: #009E4B;
}
.theme__zero-waste-shop--primary .colour__foreground,
.t__zws--pri .colour__foreground {
  color: #009E4B;
}
.theme__zero-waste-shop--primary h1.t__none,
.theme__zero-waste-shop--primary h1.theme__none,
.theme__zero-waste-shop--primary h2.t__none,
.theme__zero-waste-shop--primary h2.theme__none,
.theme__zero-waste-shop--primary h3.t__none,
.theme__zero-waste-shop--primary h3.theme__none,
.theme__zero-waste-shop--primary h4.t__none,
.theme__zero-waste-shop--primary h4.theme__none,
.theme__zero-waste-shop--primary h1.t__none--w-hov,
.theme__zero-waste-shop--primary h1.theme__none--with-hover,
.theme__zero-waste-shop--primary h2.t__none--w-hov,
.theme__zero-waste-shop--primary h2.theme__none--with-hover,
.theme__zero-waste-shop--primary h3.t__none--w-hov,
.theme__zero-waste-shop--primary h3.theme__none--with-hover,
.theme__zero-waste-shop--primary h4.t__none--w-hov,
.theme__zero-waste-shop--primary h4.theme__none--with-hover,
.t__zws--pri h1.t__none,
.t__zws--pri h1.theme__none,
.t__zws--pri h2.t__none,
.t__zws--pri h2.theme__none,
.t__zws--pri h3.t__none,
.t__zws--pri h3.theme__none,
.t__zws--pri h4.t__none,
.t__zws--pri h4.theme__none,
.t__zws--pri h1.t__none--w-hov,
.t__zws--pri h1.theme__none--with-hover,
.t__zws--pri h2.t__none--w-hov,
.t__zws--pri h2.theme__none--with-hover,
.t__zws--pri h3.t__none--w-hov,
.t__zws--pri h3.theme__none--with-hover,
.t__zws--pri h4.t__none--w-hov,
.t__zws--pri h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__zero-waste-shop--primary span.t__none,
.theme__zero-waste-shop--primary span.theme__none,
.t__zws--pri span.t__none,
.t__zws--pri span.theme__none {
  color: #4a4a4a;
}
.theme__zero-waste-shop--primary i.t__none,
.theme__zero-waste-shop--primary i.theme__none,
.t__zws--pri i.t__none,
.t__zws--pri i.theme__none {
  color: #4a4a4a;
}
.theme__zero-waste-shop--primary a.border__none,
.theme__zero-waste-shop--primary a.b__none,
.t__zws--pri a.border__none,
.t__zws--pri a.b__none {
  border: 0;
}
.theme__zero-waste-shop--primary a:hover h1.t__none,
.theme__zero-waste-shop--primary a:hover h1.theme__none,
.theme__zero-waste-shop--primary a:hover h2.t__none,
.theme__zero-waste-shop--primary a:hover h2.theme__none,
.theme__zero-waste-shop--primary a:hover h3.t__none,
.theme__zero-waste-shop--primary a:hover h3.theme__none,
.theme__zero-waste-shop--primary a:hover h4.t__none,
.theme__zero-waste-shop--primary a:hover h4.theme__none,
.t__zws--pri a:hover h1.t__none,
.t__zws--pri a:hover h1.theme__none,
.t__zws--pri a:hover h2.t__none,
.t__zws--pri a:hover h2.theme__none,
.t__zws--pri a:hover h3.t__none,
.t__zws--pri a:hover h3.theme__none,
.t__zws--pri a:hover h4.t__none,
.t__zws--pri a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__zero-waste-shop--primary a:hover h1.t__none--w-hov,
.theme__zero-waste-shop--primary a:hover h1.theme__none--with-hover,
.theme__zero-waste-shop--primary a:hover h2.t__none--w-hov,
.theme__zero-waste-shop--primary a:hover h2.theme__none--with-hover,
.theme__zero-waste-shop--primary a:hover h3.t__none--w-hov,
.theme__zero-waste-shop--primary a:hover h3.theme__none--with-hover,
.theme__zero-waste-shop--primary a:hover h4.t__none--w-hov,
.theme__zero-waste-shop--primary a:hover h4.theme__none--with-hover,
.t__zws--pri a:hover h1.t__none--w-hov,
.t__zws--pri a:hover h1.theme__none--with-hover,
.t__zws--pri a:hover h2.t__none--w-hov,
.t__zws--pri a:hover h2.theme__none--with-hover,
.t__zws--pri a:hover h3.t__none--w-hov,
.t__zws--pri a:hover h3.theme__none--with-hover,
.t__zws--pri a:hover h4.t__none--w-hov,
.t__zws--pri a:hover h4.theme__none--with-hover {
  color: #009E4B;
}
.theme__zero-waste-shop--primary .dotted__line--small, .theme__zero-waste-shop--primary .dotted__line--medium, .theme__zero-waste-shop--primary .dotted__line--large, .theme__zero-waste-shop--primary .dotted__line--x-large, .theme__zero-waste-shop--primary .dotted__line--huge,
.t__zws--pri .dotted__line--small,
.t__zws--pri .dotted__line--medium,
.t__zws--pri .dotted__line--large,
.t__zws--pri .dotted__line--x-large,
.t__zws--pri .dotted__line--huge {
  border-image-source: url("https://fe3ca8e0a2f497a00e8a-853d39369c554c336474f22b1382bbe4.ssl.cf3.rackcdn.com/dotted_advice.png");
}

.theme__zero-waste-shop--secondary h1, .theme__zero-waste-shop--secondary h2, .theme__zero-waste-shop--secondary h3, .theme__zero-waste-shop--secondary h4, .theme__zero-waste-shop--secondary h5, .theme__zero-waste-shop--secondary h6,
.t__zws--sec h1,
.t__zws--sec h2,
.t__zws--sec h3,
.t__zws--sec h4,
.t__zws--sec h5,
.t__zws--sec h6 {
  color: #009E4B;
}
.theme__zero-waste-shop--secondary a,
.t__zws--sec a {
  color: #4a4a4a;
  border-color: #009E4B;
  text-decoration: none;
}
.theme__zero-waste-shop--secondary a:hover,
.t__zws--sec a:hover {
  color: #009E4B;
}
.theme__zero-waste-shop--secondary a:hover h1, .theme__zero-waste-shop--secondary a:hover h2, .theme__zero-waste-shop--secondary a:hover h3, .theme__zero-waste-shop--secondary a:hover h4, .theme__zero-waste-shop--secondary a:hover h5, .theme__zero-waste-shop--secondary a:hover h6,
.t__zws--sec a:hover h1,
.t__zws--sec a:hover h2,
.t__zws--sec a:hover h3,
.t__zws--sec a:hover h4,
.t__zws--sec a:hover h5,
.t__zws--sec a:hover h6 {
  color: #009E4B;
}
.theme__zero-waste-shop--secondary a div,
.t__zws--sec a div {
  border-color: #009E4B !important;
}
.theme__zero-waste-shop--secondary input,
.t__zws--sec input {
  border-color: #009E4B;
}
.theme__zero-waste-shop--secondary p,
.t__zws--sec p {
  color: #4a4a4a;
}
.theme__zero-waste-shop--secondary .button,
.theme__zero-waste-shop--secondary .btn,
.theme__zero-waste-shop--secondary .btn__pill, .theme__zero-waste-shop--secondary.button, .theme__zero-waste-shop--secondary.btn, .theme__zero-waste-shop--secondary.btn__pill,
.t__zws--sec .button,
.t__zws--sec .btn,
.t__zws--sec .btn__pill,
.t__zws--sec.button,
.t__zws--sec.btn,
.t__zws--sec.btn__pill {
  border-color: #009E4B;
}
@media (hover: hover) {
  .theme__zero-waste-shop--secondary .button:hover,
  .theme__zero-waste-shop--secondary .btn:hover,
  .theme__zero-waste-shop--secondary .btn__pill:hover, .theme__zero-waste-shop--secondary.button:hover, .theme__zero-waste-shop--secondary.btn:hover, .theme__zero-waste-shop--secondary.btn__pill:hover,
  .t__zws--sec .button:hover,
  .t__zws--sec .btn:hover,
  .t__zws--sec .btn__pill:hover,
  .t__zws--sec.button:hover,
  .t__zws--sec.btn:hover,
  .t__zws--sec.btn__pill:hover {
    color: #ffffff;
    background: #009E4B;
  }
  .theme__zero-waste-shop--secondary .button:hover i,
  .theme__zero-waste-shop--secondary .btn:hover i,
  .theme__zero-waste-shop--secondary .btn__pill:hover i, .theme__zero-waste-shop--secondary.button:hover i, .theme__zero-waste-shop--secondary.btn:hover i, .theme__zero-waste-shop--secondary.btn__pill:hover i,
  .t__zws--sec .button:hover i,
  .t__zws--sec .btn:hover i,
  .t__zws--sec .btn__pill:hover i,
  .t__zws--sec.button:hover i,
  .t__zws--sec.btn:hover i,
  .t__zws--sec.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__zero-waste-shop--secondary .button__invert,
.theme__zero-waste-shop--secondary .btn__invert,
.theme__zero-waste-shop--secondary .btn__pill__invert, .theme__zero-waste-shop--secondary.button__invert, .theme__zero-waste-shop--secondary.btn__invert, .theme__zero-waste-shop--secondary.btn__pill__invert,
.t__zws--sec .button__invert,
.t__zws--sec .btn__invert,
.t__zws--sec .btn__pill__invert,
.t__zws--sec.button__invert,
.t__zws--sec.btn__invert,
.t__zws--sec.btn__pill__invert {
  background-color: #009E4B;
  color: #ffffff;
}
.theme__zero-waste-shop--secondary .button__invert h4,
.theme__zero-waste-shop--secondary .btn__invert h4,
.theme__zero-waste-shop--secondary .btn__pill__invert h4, .theme__zero-waste-shop--secondary.button__invert h4, .theme__zero-waste-shop--secondary.btn__invert h4, .theme__zero-waste-shop--secondary.btn__pill__invert h4,
.t__zws--sec .button__invert h4,
.t__zws--sec .btn__invert h4,
.t__zws--sec .btn__pill__invert h4,
.t__zws--sec.button__invert h4,
.t__zws--sec.btn__invert h4,
.t__zws--sec.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__zero-waste-shop--secondary .button__invert:hover,
.theme__zero-waste-shop--secondary .btn__invert:hover,
.theme__zero-waste-shop--secondary .btn__pill__invert:hover, .theme__zero-waste-shop--secondary.button__invert:hover, .theme__zero-waste-shop--secondary.btn__invert:hover, .theme__zero-waste-shop--secondary.btn__pill__invert:hover,
.t__zws--sec .button__invert:hover,
.t__zws--sec .btn__invert:hover,
.t__zws--sec .btn__pill__invert:hover,
.t__zws--sec.button__invert:hover,
.t__zws--sec.btn__invert:hover,
.t__zws--sec.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__zero-waste-shop--secondary .button__invert:hover h4,
.theme__zero-waste-shop--secondary .btn__invert:hover h4,
.theme__zero-waste-shop--secondary .btn__pill__invert:hover h4, .theme__zero-waste-shop--secondary.button__invert:hover h4, .theme__zero-waste-shop--secondary.btn__invert:hover h4, .theme__zero-waste-shop--secondary.btn__pill__invert:hover h4,
.t__zws--sec .button__invert:hover h4,
.t__zws--sec .btn__invert:hover h4,
.t__zws--sec .btn__pill__invert:hover h4,
.t__zws--sec.button__invert:hover h4,
.t__zws--sec.btn__invert:hover h4,
.t__zws--sec.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__zero-waste-shop--secondary .button__invert--hover:hover,
.theme__zero-waste-shop--secondary .btn__invert--hover:hover,
.theme__zero-waste-shop--secondary .btn__pill__invert--hover:hover, .theme__zero-waste-shop--secondary.button__invert--hover:hover, .theme__zero-waste-shop--secondary.btn__invert--hover:hover, .theme__zero-waste-shop--secondary.btn__pill__invert--hover:hover,
.t__zws--sec .button__invert--hover:hover,
.t__zws--sec .btn__invert--hover:hover,
.t__zws--sec .btn__pill__invert--hover:hover,
.t__zws--sec.button__invert--hover:hover,
.t__zws--sec.btn__invert--hover:hover,
.t__zws--sec.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__zero-waste-shop--secondary .button__under,
.theme__zero-waste-shop--secondary .btn__under,
.theme__zero-waste-shop--secondary .btn__pill__under, .theme__zero-waste-shop--secondary.button__under, .theme__zero-waste-shop--secondary.btn__under, .theme__zero-waste-shop--secondary.btn__pill__under,
.t__zws--sec .button__under,
.t__zws--sec .btn__under,
.t__zws--sec .btn__pill__under,
.t__zws--sec.button__under,
.t__zws--sec.btn__under,
.t__zws--sec.btn__pill__under {
  border-color: #009E4B;
}
.theme__zero-waste-shop--secondary .btn__large,
.t__zws--sec .btn__large {
  background-color: #009E4B;
}
.theme__zero-waste-shop--secondary .input__search,
.t__zws--sec .input__search {
  border-color: #009E4B;
}
.theme__zero-waste-shop--secondary .input__search i,
.t__zws--sec .input__search i {
  color: #4a4a4a;
}
.theme__zero-waste-shop--secondary .input__search:hover i,
.t__zws--sec .input__search:hover i {
  color: #009E4B;
}
.theme__zero-waste-shop--secondary .component__foreground,
.t__zws--sec .component__foreground {
  color: #4a4a4a;
}
.theme__zero-waste-shop--secondary.card,
.theme__zero-waste-shop--secondary .card, .theme__zero-waste-shop--secondary.card__with-image,
.theme__zero-waste-shop--secondary .card__with-image,
.t__zws--sec.card,
.t__zws--sec .card,
.t__zws--sec.card__with-image,
.t__zws--sec .card__with-image {
  border-color: #009E4B;
}
.theme__zero-waste-shop--secondary.card__highlight,
.theme__zero-waste-shop--secondary .card__highlight,
.theme__zero-waste-shop--secondary .card__highlight--image,
.theme__zero-waste-shop--secondary .card__highlight--final,
.t__zws--sec.card__highlight,
.t__zws--sec .card__highlight,
.t__zws--sec .card__highlight--image,
.t__zws--sec .card__highlight--final {
  background-color: #009E4B;
  border-color: #009E4B;
}
.theme__zero-waste-shop--secondary.card__highlight--title,
.theme__zero-waste-shop--secondary .card__highlight--title,
.theme__zero-waste-shop--secondary .card__highlight--image,
.theme__zero-waste-shop--secondary .card__highlight--final,
.t__zws--sec.card__highlight--title,
.t__zws--sec .card__highlight--title,
.t__zws--sec .card__highlight--image,
.t__zws--sec .card__highlight--final {
  color: #4a4a4a;
}
.theme__zero-waste-shop--secondary .image-slider__selector--dot,
.t__zws--sec .image-slider__selector--dot {
  background-color: #009E4B;
}
.theme__zero-waste-shop--secondary .call-to-action__text h3,
.t__zws--sec .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__zero-waste-shop--secondary .officer__block--title h5, .theme__zero-waste-shop--secondary .officer__block--title h6,
.t__zws--sec .officer__block--title h5,
.t__zws--sec .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__zero-waste-shop--secondary .block__statement--link,
.t__zws--sec .block__statement--link {
  color: #4a4a4a;
}
.theme__zero-waste-shop--secondary .card__cutoff,
.t__zws--sec .card__cutoff {
  background: linear-gradient(#009E4B, #009E4B), linear-gradient(white, white);
}
.theme__zero-waste-shop--secondary .card__cutoff p,
.t__zws--sec .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__zero-waste-shop--secondary .card__cutoff:hover,
  .t__zws--sec .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__zero-waste-shop--secondary .card__cutoff:hover p,
  .t__zws--sec .card__cutoff:hover p {
    color: #009E4B;
  }
  .theme__zero-waste-shop--secondary .card__cutoff:hover .card__cutoff--link,
  .t__zws--sec .card__cutoff:hover .card__cutoff--link {
    color: #009E4B;
  }
  .theme__zero-waste-shop--secondary .card__cutoff:hover .card__cutoff--text,
  .t__zws--sec .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__zero-waste-shop--secondary .card__cutoff:hover .card__cutoff--text p,
  .t__zws--sec .card__cutoff:hover .card__cutoff--text p {
    color: #009E4B;
  }
  .theme__zero-waste-shop--secondary .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__zws--sec .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: #009E4B;
  }
}
.theme__zero-waste-shop--secondary .card__cutoff--link,
.t__zws--sec .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__zero-waste-shop--secondary .card__cutoff--link:hover,
  .t__zws--sec .card__cutoff--link:hover {
    color: #009E4B;
  }
  .theme__zero-waste-shop--secondary .card__cutoff--link:hover--link,
  .t__zws--sec .card__cutoff--link:hover--link {
    color: #009E4B;
  }
}
.theme__zero-waste-shop--secondary .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__zws--sec .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: #009E4B;
}
.theme__zero-waste-shop--secondary .dropdown__toggle--title,
.t__zws--sec .dropdown__toggle--title {
  color: #009E4B;
}
.theme__zero-waste-shop--secondary .dropdown__toggle--icon i,
.t__zws--sec .dropdown__toggle--icon i {
  color: #009E4B;
}
.theme__zero-waste-shop--secondary .large_timer__countdown--item_large,
.t__zws--sec .large_timer__countdown--item_large {
  background-color: #009E4B;
}
.theme__zero-waste-shop--secondary .large_timer__countdown--item_medium,
.t__zws--sec .large_timer__countdown--item_medium {
  background-color: #009E4B;
}
.theme__zero-waste-shop--secondary .large_timer__countdown--item_small,
.t__zws--sec .large_timer__countdown--item_small {
  background-color: #009E4B;
}
.theme__zero-waste-shop--secondary .modalcontent,
.t__zws--sec .modalcontent {
  border-color: #009E4B;
}
.theme__zero-waste-shop--secondary .transparent__header,
.t__zws--sec .transparent__header {
  background: #009E4B;
}
.theme__zero-waste-shop--secondary .breadcrumb__slashes,
.t__zws--sec .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__zero-waste-shop--secondary .the-list,
.t__zws--sec .the-list {
  background-color: #009E4B;
}
.theme__zero-waste-shop--secondary .the-list option,
.t__zws--sec .the-list option {
  border-color: #009E4B !important;
}
.theme__zero-waste-shop--secondary .es-list::-webkit-scrollbar-thumb,
.t__zws--sec .es-list::-webkit-scrollbar-thumb {
  background: #009E4B;
}
.theme__zero-waste-shop--secondary .es-visible,
.t__zws--sec .es-visible {
  border-color: #009E4B !important;
}
.theme__zero-waste-shop--secondary .ot-open,
.theme__zero-waste-shop--secondary .ot-closed,
.t__zws--sec .ot-open,
.t__zws--sec .ot-closed {
  color: #009E4B;
}
.theme__zero-waste-shop--secondary .colour__foreground,
.t__zws--sec .colour__foreground {
  color: #009E4B;
}
.theme__zero-waste-shop--secondary h1.t__none,
.theme__zero-waste-shop--secondary h1.theme__none,
.theme__zero-waste-shop--secondary h2.t__none,
.theme__zero-waste-shop--secondary h2.theme__none,
.theme__zero-waste-shop--secondary h3.t__none,
.theme__zero-waste-shop--secondary h3.theme__none,
.theme__zero-waste-shop--secondary h4.t__none,
.theme__zero-waste-shop--secondary h4.theme__none,
.theme__zero-waste-shop--secondary h1.t__none--w-hov,
.theme__zero-waste-shop--secondary h1.theme__none--with-hover,
.theme__zero-waste-shop--secondary h2.t__none--w-hov,
.theme__zero-waste-shop--secondary h2.theme__none--with-hover,
.theme__zero-waste-shop--secondary h3.t__none--w-hov,
.theme__zero-waste-shop--secondary h3.theme__none--with-hover,
.theme__zero-waste-shop--secondary h4.t__none--w-hov,
.theme__zero-waste-shop--secondary h4.theme__none--with-hover,
.t__zws--sec h1.t__none,
.t__zws--sec h1.theme__none,
.t__zws--sec h2.t__none,
.t__zws--sec h2.theme__none,
.t__zws--sec h3.t__none,
.t__zws--sec h3.theme__none,
.t__zws--sec h4.t__none,
.t__zws--sec h4.theme__none,
.t__zws--sec h1.t__none--w-hov,
.t__zws--sec h1.theme__none--with-hover,
.t__zws--sec h2.t__none--w-hov,
.t__zws--sec h2.theme__none--with-hover,
.t__zws--sec h3.t__none--w-hov,
.t__zws--sec h3.theme__none--with-hover,
.t__zws--sec h4.t__none--w-hov,
.t__zws--sec h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__zero-waste-shop--secondary span.t__none,
.theme__zero-waste-shop--secondary span.theme__none,
.t__zws--sec span.t__none,
.t__zws--sec span.theme__none {
  color: #4a4a4a;
}
.theme__zero-waste-shop--secondary i.t__none,
.theme__zero-waste-shop--secondary i.theme__none,
.t__zws--sec i.t__none,
.t__zws--sec i.theme__none {
  color: #4a4a4a;
}
.theme__zero-waste-shop--secondary a.border__none,
.theme__zero-waste-shop--secondary a.b__none,
.t__zws--sec a.border__none,
.t__zws--sec a.b__none {
  border: 0;
}
.theme__zero-waste-shop--secondary a:hover h1.t__none,
.theme__zero-waste-shop--secondary a:hover h1.theme__none,
.theme__zero-waste-shop--secondary a:hover h2.t__none,
.theme__zero-waste-shop--secondary a:hover h2.theme__none,
.theme__zero-waste-shop--secondary a:hover h3.t__none,
.theme__zero-waste-shop--secondary a:hover h3.theme__none,
.theme__zero-waste-shop--secondary a:hover h4.t__none,
.theme__zero-waste-shop--secondary a:hover h4.theme__none,
.t__zws--sec a:hover h1.t__none,
.t__zws--sec a:hover h1.theme__none,
.t__zws--sec a:hover h2.t__none,
.t__zws--sec a:hover h2.theme__none,
.t__zws--sec a:hover h3.t__none,
.t__zws--sec a:hover h3.theme__none,
.t__zws--sec a:hover h4.t__none,
.t__zws--sec a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__zero-waste-shop--secondary a:hover h1.t__none--w-hov,
.theme__zero-waste-shop--secondary a:hover h1.theme__none--with-hover,
.theme__zero-waste-shop--secondary a:hover h2.t__none--w-hov,
.theme__zero-waste-shop--secondary a:hover h2.theme__none--with-hover,
.theme__zero-waste-shop--secondary a:hover h3.t__none--w-hov,
.theme__zero-waste-shop--secondary a:hover h3.theme__none--with-hover,
.theme__zero-waste-shop--secondary a:hover h4.t__none--w-hov,
.theme__zero-waste-shop--secondary a:hover h4.theme__none--with-hover,
.t__zws--sec a:hover h1.t__none--w-hov,
.t__zws--sec a:hover h1.theme__none--with-hover,
.t__zws--sec a:hover h2.t__none--w-hov,
.t__zws--sec a:hover h2.theme__none--with-hover,
.t__zws--sec a:hover h3.t__none--w-hov,
.t__zws--sec a:hover h3.theme__none--with-hover,
.t__zws--sec a:hover h4.t__none--w-hov,
.t__zws--sec a:hover h4.theme__none--with-hover {
  color: #009E4B;
}

.theme__zero-waste-shop--pastel h1, .theme__zero-waste-shop--pastel h2, .theme__zero-waste-shop--pastel h3, .theme__zero-waste-shop--pastel h4, .theme__zero-waste-shop--pastel h5, .theme__zero-waste-shop--pastel h6,
.t__zws--pas h1,
.t__zws--pas h2,
.t__zws--pas h3,
.t__zws--pas h4,
.t__zws--pas h5,
.t__zws--pas h6 {
  color: #009E4B;
}
.theme__zero-waste-shop--pastel a,
.t__zws--pas a {
  color: #4a4a4a;
  border-color: #009E4B;
  text-decoration: none;
}
.theme__zero-waste-shop--pastel a:hover,
.t__zws--pas a:hover {
  color: #009E4B;
}
.theme__zero-waste-shop--pastel a:hover h1, .theme__zero-waste-shop--pastel a:hover h2, .theme__zero-waste-shop--pastel a:hover h3, .theme__zero-waste-shop--pastel a:hover h4, .theme__zero-waste-shop--pastel a:hover h5, .theme__zero-waste-shop--pastel a:hover h6,
.t__zws--pas a:hover h1,
.t__zws--pas a:hover h2,
.t__zws--pas a:hover h3,
.t__zws--pas a:hover h4,
.t__zws--pas a:hover h5,
.t__zws--pas a:hover h6 {
  color: #009E4B;
}
.theme__zero-waste-shop--pastel a div,
.t__zws--pas a div {
  border-color: #009E4B !important;
}
.theme__zero-waste-shop--pastel input,
.t__zws--pas input {
  border-color: #009E4B;
}
.theme__zero-waste-shop--pastel p,
.t__zws--pas p {
  color: #4a4a4a;
}
.theme__zero-waste-shop--pastel .button,
.theme__zero-waste-shop--pastel .btn,
.theme__zero-waste-shop--pastel .btn__pill, .theme__zero-waste-shop--pastel.button, .theme__zero-waste-shop--pastel.btn, .theme__zero-waste-shop--pastel.btn__pill,
.t__zws--pas .button,
.t__zws--pas .btn,
.t__zws--pas .btn__pill,
.t__zws--pas.button,
.t__zws--pas.btn,
.t__zws--pas.btn__pill {
  border-color: #009E4B;
}
@media (hover: hover) {
  .theme__zero-waste-shop--pastel .button:hover,
  .theme__zero-waste-shop--pastel .btn:hover,
  .theme__zero-waste-shop--pastel .btn__pill:hover, .theme__zero-waste-shop--pastel.button:hover, .theme__zero-waste-shop--pastel.btn:hover, .theme__zero-waste-shop--pastel.btn__pill:hover,
  .t__zws--pas .button:hover,
  .t__zws--pas .btn:hover,
  .t__zws--pas .btn__pill:hover,
  .t__zws--pas.button:hover,
  .t__zws--pas.btn:hover,
  .t__zws--pas.btn__pill:hover {
    color: #ffffff;
    background: #009E4B;
  }
  .theme__zero-waste-shop--pastel .button:hover i,
  .theme__zero-waste-shop--pastel .btn:hover i,
  .theme__zero-waste-shop--pastel .btn__pill:hover i, .theme__zero-waste-shop--pastel.button:hover i, .theme__zero-waste-shop--pastel.btn:hover i, .theme__zero-waste-shop--pastel.btn__pill:hover i,
  .t__zws--pas .button:hover i,
  .t__zws--pas .btn:hover i,
  .t__zws--pas .btn__pill:hover i,
  .t__zws--pas.button:hover i,
  .t__zws--pas.btn:hover i,
  .t__zws--pas.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__zero-waste-shop--pastel .button__invert,
.theme__zero-waste-shop--pastel .btn__invert,
.theme__zero-waste-shop--pastel .btn__pill__invert, .theme__zero-waste-shop--pastel.button__invert, .theme__zero-waste-shop--pastel.btn__invert, .theme__zero-waste-shop--pastel.btn__pill__invert,
.t__zws--pas .button__invert,
.t__zws--pas .btn__invert,
.t__zws--pas .btn__pill__invert,
.t__zws--pas.button__invert,
.t__zws--pas.btn__invert,
.t__zws--pas.btn__pill__invert {
  background-color: #009E4B;
  color: #ffffff;
}
.theme__zero-waste-shop--pastel .button__invert h4,
.theme__zero-waste-shop--pastel .btn__invert h4,
.theme__zero-waste-shop--pastel .btn__pill__invert h4, .theme__zero-waste-shop--pastel.button__invert h4, .theme__zero-waste-shop--pastel.btn__invert h4, .theme__zero-waste-shop--pastel.btn__pill__invert h4,
.t__zws--pas .button__invert h4,
.t__zws--pas .btn__invert h4,
.t__zws--pas .btn__pill__invert h4,
.t__zws--pas.button__invert h4,
.t__zws--pas.btn__invert h4,
.t__zws--pas.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__zero-waste-shop--pastel .button__invert:hover,
.theme__zero-waste-shop--pastel .btn__invert:hover,
.theme__zero-waste-shop--pastel .btn__pill__invert:hover, .theme__zero-waste-shop--pastel.button__invert:hover, .theme__zero-waste-shop--pastel.btn__invert:hover, .theme__zero-waste-shop--pastel.btn__pill__invert:hover,
.t__zws--pas .button__invert:hover,
.t__zws--pas .btn__invert:hover,
.t__zws--pas .btn__pill__invert:hover,
.t__zws--pas.button__invert:hover,
.t__zws--pas.btn__invert:hover,
.t__zws--pas.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__zero-waste-shop--pastel .button__invert:hover h4,
.theme__zero-waste-shop--pastel .btn__invert:hover h4,
.theme__zero-waste-shop--pastel .btn__pill__invert:hover h4, .theme__zero-waste-shop--pastel.button__invert:hover h4, .theme__zero-waste-shop--pastel.btn__invert:hover h4, .theme__zero-waste-shop--pastel.btn__pill__invert:hover h4,
.t__zws--pas .button__invert:hover h4,
.t__zws--pas .btn__invert:hover h4,
.t__zws--pas .btn__pill__invert:hover h4,
.t__zws--pas.button__invert:hover h4,
.t__zws--pas.btn__invert:hover h4,
.t__zws--pas.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__zero-waste-shop--pastel .button__invert--hover:hover,
.theme__zero-waste-shop--pastel .btn__invert--hover:hover,
.theme__zero-waste-shop--pastel .btn__pill__invert--hover:hover, .theme__zero-waste-shop--pastel.button__invert--hover:hover, .theme__zero-waste-shop--pastel.btn__invert--hover:hover, .theme__zero-waste-shop--pastel.btn__pill__invert--hover:hover,
.t__zws--pas .button__invert--hover:hover,
.t__zws--pas .btn__invert--hover:hover,
.t__zws--pas .btn__pill__invert--hover:hover,
.t__zws--pas.button__invert--hover:hover,
.t__zws--pas.btn__invert--hover:hover,
.t__zws--pas.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__zero-waste-shop--pastel .button__under,
.theme__zero-waste-shop--pastel .btn__under,
.theme__zero-waste-shop--pastel .btn__pill__under, .theme__zero-waste-shop--pastel.button__under, .theme__zero-waste-shop--pastel.btn__under, .theme__zero-waste-shop--pastel.btn__pill__under,
.t__zws--pas .button__under,
.t__zws--pas .btn__under,
.t__zws--pas .btn__pill__under,
.t__zws--pas.button__under,
.t__zws--pas.btn__under,
.t__zws--pas.btn__pill__under {
  border-color: #009E4B;
}
.theme__zero-waste-shop--pastel .btn__large,
.t__zws--pas .btn__large {
  background-color: #009E4B;
}
.theme__zero-waste-shop--pastel .input__search,
.t__zws--pas .input__search {
  border-color: #009E4B;
}
.theme__zero-waste-shop--pastel .input__search i,
.t__zws--pas .input__search i {
  color: #4a4a4a;
}
.theme__zero-waste-shop--pastel .input__search:hover i,
.t__zws--pas .input__search:hover i {
  color: #009E4B;
}
.theme__zero-waste-shop--pastel .component__foreground,
.t__zws--pas .component__foreground {
  color: #4a4a4a;
}
.theme__zero-waste-shop--pastel.card,
.theme__zero-waste-shop--pastel .card, .theme__zero-waste-shop--pastel.card__with-image,
.theme__zero-waste-shop--pastel .card__with-image,
.t__zws--pas.card,
.t__zws--pas .card,
.t__zws--pas.card__with-image,
.t__zws--pas .card__with-image {
  border-color: #009E4B;
}
.theme__zero-waste-shop--pastel.card__highlight,
.theme__zero-waste-shop--pastel .card__highlight,
.theme__zero-waste-shop--pastel .card__highlight--image,
.theme__zero-waste-shop--pastel .card__highlight--final,
.t__zws--pas.card__highlight,
.t__zws--pas .card__highlight,
.t__zws--pas .card__highlight--image,
.t__zws--pas .card__highlight--final {
  background-color: #009E4B;
  border-color: #009E4B;
}
.theme__zero-waste-shop--pastel.card__highlight--title,
.theme__zero-waste-shop--pastel .card__highlight--title,
.theme__zero-waste-shop--pastel .card__highlight--image,
.theme__zero-waste-shop--pastel .card__highlight--final,
.t__zws--pas.card__highlight--title,
.t__zws--pas .card__highlight--title,
.t__zws--pas .card__highlight--image,
.t__zws--pas .card__highlight--final {
  color: #4a4a4a;
}
.theme__zero-waste-shop--pastel .image-slider__selector--dot,
.t__zws--pas .image-slider__selector--dot {
  background-color: #009E4B;
}
.theme__zero-waste-shop--pastel .call-to-action__text h3,
.t__zws--pas .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__zero-waste-shop--pastel .officer__block--title h5, .theme__zero-waste-shop--pastel .officer__block--title h6,
.t__zws--pas .officer__block--title h5,
.t__zws--pas .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__zero-waste-shop--pastel .block__statement--link,
.t__zws--pas .block__statement--link {
  color: #4a4a4a;
}
.theme__zero-waste-shop--pastel .card__cutoff,
.t__zws--pas .card__cutoff {
  background: linear-gradient(#009E4B, #009E4B), linear-gradient(white, white);
}
.theme__zero-waste-shop--pastel .card__cutoff p,
.t__zws--pas .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__zero-waste-shop--pastel .card__cutoff:hover,
  .t__zws--pas .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__zero-waste-shop--pastel .card__cutoff:hover p,
  .t__zws--pas .card__cutoff:hover p {
    color: #009E4B;
  }
  .theme__zero-waste-shop--pastel .card__cutoff:hover .card__cutoff--link,
  .t__zws--pas .card__cutoff:hover .card__cutoff--link {
    color: #009E4B;
  }
  .theme__zero-waste-shop--pastel .card__cutoff:hover .card__cutoff--text,
  .t__zws--pas .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__zero-waste-shop--pastel .card__cutoff:hover .card__cutoff--text p,
  .t__zws--pas .card__cutoff:hover .card__cutoff--text p {
    color: #009E4B;
  }
  .theme__zero-waste-shop--pastel .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__zws--pas .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: #009E4B;
  }
}
.theme__zero-waste-shop--pastel .card__cutoff--link,
.t__zws--pas .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__zero-waste-shop--pastel .card__cutoff--link:hover,
  .t__zws--pas .card__cutoff--link:hover {
    color: #009E4B;
  }
  .theme__zero-waste-shop--pastel .card__cutoff--link:hover--link,
  .t__zws--pas .card__cutoff--link:hover--link {
    color: #009E4B;
  }
}
.theme__zero-waste-shop--pastel .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__zws--pas .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: #009E4B;
}
.theme__zero-waste-shop--pastel .dropdown__toggle--title,
.t__zws--pas .dropdown__toggle--title {
  color: #009E4B;
}
.theme__zero-waste-shop--pastel .dropdown__toggle--icon i,
.t__zws--pas .dropdown__toggle--icon i {
  color: #009E4B;
}
.theme__zero-waste-shop--pastel .large_timer__countdown--item_large,
.t__zws--pas .large_timer__countdown--item_large {
  background-color: #009E4B;
}
.theme__zero-waste-shop--pastel .large_timer__countdown--item_medium,
.t__zws--pas .large_timer__countdown--item_medium {
  background-color: #009E4B;
}
.theme__zero-waste-shop--pastel .large_timer__countdown--item_small,
.t__zws--pas .large_timer__countdown--item_small {
  background-color: #009E4B;
}
.theme__zero-waste-shop--pastel .modalcontent,
.t__zws--pas .modalcontent {
  border-color: #009E4B;
}
.theme__zero-waste-shop--pastel .transparent__header,
.t__zws--pas .transparent__header {
  background: #009E4B;
}
.theme__zero-waste-shop--pastel .breadcrumb__slashes,
.t__zws--pas .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__zero-waste-shop--pastel .the-list,
.t__zws--pas .the-list {
  background-color: #009E4B;
}
.theme__zero-waste-shop--pastel .the-list option,
.t__zws--pas .the-list option {
  border-color: #009E4B !important;
}
.theme__zero-waste-shop--pastel .es-list::-webkit-scrollbar-thumb,
.t__zws--pas .es-list::-webkit-scrollbar-thumb {
  background: #009E4B;
}
.theme__zero-waste-shop--pastel .es-visible,
.t__zws--pas .es-visible {
  border-color: #009E4B !important;
}
.theme__zero-waste-shop--pastel .ot-open,
.theme__zero-waste-shop--pastel .ot-closed,
.t__zws--pas .ot-open,
.t__zws--pas .ot-closed {
  color: #009E4B;
}
.theme__zero-waste-shop--pastel .colour__foreground,
.t__zws--pas .colour__foreground {
  color: #009E4B;
}
.theme__zero-waste-shop--pastel h1.t__none,
.theme__zero-waste-shop--pastel h1.theme__none,
.theme__zero-waste-shop--pastel h2.t__none,
.theme__zero-waste-shop--pastel h2.theme__none,
.theme__zero-waste-shop--pastel h3.t__none,
.theme__zero-waste-shop--pastel h3.theme__none,
.theme__zero-waste-shop--pastel h4.t__none,
.theme__zero-waste-shop--pastel h4.theme__none,
.theme__zero-waste-shop--pastel h1.t__none--w-hov,
.theme__zero-waste-shop--pastel h1.theme__none--with-hover,
.theme__zero-waste-shop--pastel h2.t__none--w-hov,
.theme__zero-waste-shop--pastel h2.theme__none--with-hover,
.theme__zero-waste-shop--pastel h3.t__none--w-hov,
.theme__zero-waste-shop--pastel h3.theme__none--with-hover,
.theme__zero-waste-shop--pastel h4.t__none--w-hov,
.theme__zero-waste-shop--pastel h4.theme__none--with-hover,
.t__zws--pas h1.t__none,
.t__zws--pas h1.theme__none,
.t__zws--pas h2.t__none,
.t__zws--pas h2.theme__none,
.t__zws--pas h3.t__none,
.t__zws--pas h3.theme__none,
.t__zws--pas h4.t__none,
.t__zws--pas h4.theme__none,
.t__zws--pas h1.t__none--w-hov,
.t__zws--pas h1.theme__none--with-hover,
.t__zws--pas h2.t__none--w-hov,
.t__zws--pas h2.theme__none--with-hover,
.t__zws--pas h3.t__none--w-hov,
.t__zws--pas h3.theme__none--with-hover,
.t__zws--pas h4.t__none--w-hov,
.t__zws--pas h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__zero-waste-shop--pastel span.t__none,
.theme__zero-waste-shop--pastel span.theme__none,
.t__zws--pas span.t__none,
.t__zws--pas span.theme__none {
  color: #4a4a4a;
}
.theme__zero-waste-shop--pastel i.t__none,
.theme__zero-waste-shop--pastel i.theme__none,
.t__zws--pas i.t__none,
.t__zws--pas i.theme__none {
  color: #4a4a4a;
}
.theme__zero-waste-shop--pastel a.border__none,
.theme__zero-waste-shop--pastel a.b__none,
.t__zws--pas a.border__none,
.t__zws--pas a.b__none {
  border: 0;
}
.theme__zero-waste-shop--pastel a:hover h1.t__none,
.theme__zero-waste-shop--pastel a:hover h1.theme__none,
.theme__zero-waste-shop--pastel a:hover h2.t__none,
.theme__zero-waste-shop--pastel a:hover h2.theme__none,
.theme__zero-waste-shop--pastel a:hover h3.t__none,
.theme__zero-waste-shop--pastel a:hover h3.theme__none,
.theme__zero-waste-shop--pastel a:hover h4.t__none,
.theme__zero-waste-shop--pastel a:hover h4.theme__none,
.t__zws--pas a:hover h1.t__none,
.t__zws--pas a:hover h1.theme__none,
.t__zws--pas a:hover h2.t__none,
.t__zws--pas a:hover h2.theme__none,
.t__zws--pas a:hover h3.t__none,
.t__zws--pas a:hover h3.theme__none,
.t__zws--pas a:hover h4.t__none,
.t__zws--pas a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__zero-waste-shop--pastel a:hover h1.t__none--w-hov,
.theme__zero-waste-shop--pastel a:hover h1.theme__none--with-hover,
.theme__zero-waste-shop--pastel a:hover h2.t__none--w-hov,
.theme__zero-waste-shop--pastel a:hover h2.theme__none--with-hover,
.theme__zero-waste-shop--pastel a:hover h3.t__none--w-hov,
.theme__zero-waste-shop--pastel a:hover h3.theme__none--with-hover,
.theme__zero-waste-shop--pastel a:hover h4.t__none--w-hov,
.theme__zero-waste-shop--pastel a:hover h4.theme__none--with-hover,
.t__zws--pas a:hover h1.t__none--w-hov,
.t__zws--pas a:hover h1.theme__none--with-hover,
.t__zws--pas a:hover h2.t__none--w-hov,
.t__zws--pas a:hover h2.theme__none--with-hover,
.t__zws--pas a:hover h3.t__none--w-hov,
.t__zws--pas a:hover h3.theme__none--with-hover,
.t__zws--pas a:hover h4.t__none--w-hov,
.t__zws--pas a:hover h4.theme__none--with-hover {
  color: #009E4B;
}

.theme__zero-waste-shop--background-primary,
.t__zws--bg-pri {
  background-color: #009E4B;
}

.theme__zero-waste-shop--background-secondary,
.t__zws--bg-sec {
  background-color: #009E4B;
}

.theme__zero-waste-shop--background-pastel,
.t__zws--bg-pas {
  background-color: #009E4B;
}

.theme__our-shop--primary h1, .theme__our-shop--primary h2, .theme__our-shop--primary h3, .theme__our-shop--primary h4, .theme__our-shop--primary h5, .theme__our-shop--primary h6,
.t__os--pri h1,
.t__os--pri h2,
.t__os--pri h3,
.t__os--pri h4,
.t__os--pri h5,
.t__os--pri h6 {
  color: #87B926;
}
.theme__our-shop--primary a,
.t__os--pri a {
  color: #4a4a4a;
  border-color: #87B926;
  text-decoration: none;
}
.theme__our-shop--primary a:hover,
.t__os--pri a:hover {
  color: #87B926;
}
.theme__our-shop--primary a:hover h1, .theme__our-shop--primary a:hover h2, .theme__our-shop--primary a:hover h3, .theme__our-shop--primary a:hover h4, .theme__our-shop--primary a:hover h5, .theme__our-shop--primary a:hover h6,
.t__os--pri a:hover h1,
.t__os--pri a:hover h2,
.t__os--pri a:hover h3,
.t__os--pri a:hover h4,
.t__os--pri a:hover h5,
.t__os--pri a:hover h6 {
  color: #87B926;
}
.theme__our-shop--primary a div,
.t__os--pri a div {
  border-color: #87B926 !important;
}
.theme__our-shop--primary input,
.t__os--pri input {
  border-color: #87B926;
}
.theme__our-shop--primary p,
.t__os--pri p {
  color: #4a4a4a;
}
.theme__our-shop--primary .button,
.theme__our-shop--primary .btn,
.theme__our-shop--primary .btn__pill, .theme__our-shop--primary.button, .theme__our-shop--primary.btn, .theme__our-shop--primary.btn__pill,
.t__os--pri .button,
.t__os--pri .btn,
.t__os--pri .btn__pill,
.t__os--pri.button,
.t__os--pri.btn,
.t__os--pri.btn__pill {
  border-color: #87B926;
}
@media (hover: hover) {
  .theme__our-shop--primary .button:hover,
  .theme__our-shop--primary .btn:hover,
  .theme__our-shop--primary .btn__pill:hover, .theme__our-shop--primary.button:hover, .theme__our-shop--primary.btn:hover, .theme__our-shop--primary.btn__pill:hover,
  .t__os--pri .button:hover,
  .t__os--pri .btn:hover,
  .t__os--pri .btn__pill:hover,
  .t__os--pri.button:hover,
  .t__os--pri.btn:hover,
  .t__os--pri.btn__pill:hover {
    color: #ffffff;
    background: #87B926;
  }
  .theme__our-shop--primary .button:hover i,
  .theme__our-shop--primary .btn:hover i,
  .theme__our-shop--primary .btn__pill:hover i, .theme__our-shop--primary.button:hover i, .theme__our-shop--primary.btn:hover i, .theme__our-shop--primary.btn__pill:hover i,
  .t__os--pri .button:hover i,
  .t__os--pri .btn:hover i,
  .t__os--pri .btn__pill:hover i,
  .t__os--pri.button:hover i,
  .t__os--pri.btn:hover i,
  .t__os--pri.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__our-shop--primary .button__invert,
.theme__our-shop--primary .btn__invert,
.theme__our-shop--primary .btn__pill__invert, .theme__our-shop--primary.button__invert, .theme__our-shop--primary.btn__invert, .theme__our-shop--primary.btn__pill__invert,
.t__os--pri .button__invert,
.t__os--pri .btn__invert,
.t__os--pri .btn__pill__invert,
.t__os--pri.button__invert,
.t__os--pri.btn__invert,
.t__os--pri.btn__pill__invert {
  background-color: #87B926;
  color: #ffffff;
}
.theme__our-shop--primary .button__invert h4,
.theme__our-shop--primary .btn__invert h4,
.theme__our-shop--primary .btn__pill__invert h4, .theme__our-shop--primary.button__invert h4, .theme__our-shop--primary.btn__invert h4, .theme__our-shop--primary.btn__pill__invert h4,
.t__os--pri .button__invert h4,
.t__os--pri .btn__invert h4,
.t__os--pri .btn__pill__invert h4,
.t__os--pri.button__invert h4,
.t__os--pri.btn__invert h4,
.t__os--pri.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__our-shop--primary .button__invert:hover,
.theme__our-shop--primary .btn__invert:hover,
.theme__our-shop--primary .btn__pill__invert:hover, .theme__our-shop--primary.button__invert:hover, .theme__our-shop--primary.btn__invert:hover, .theme__our-shop--primary.btn__pill__invert:hover,
.t__os--pri .button__invert:hover,
.t__os--pri .btn__invert:hover,
.t__os--pri .btn__pill__invert:hover,
.t__os--pri.button__invert:hover,
.t__os--pri.btn__invert:hover,
.t__os--pri.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__our-shop--primary .button__invert:hover h4,
.theme__our-shop--primary .btn__invert:hover h4,
.theme__our-shop--primary .btn__pill__invert:hover h4, .theme__our-shop--primary.button__invert:hover h4, .theme__our-shop--primary.btn__invert:hover h4, .theme__our-shop--primary.btn__pill__invert:hover h4,
.t__os--pri .button__invert:hover h4,
.t__os--pri .btn__invert:hover h4,
.t__os--pri .btn__pill__invert:hover h4,
.t__os--pri.button__invert:hover h4,
.t__os--pri.btn__invert:hover h4,
.t__os--pri.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__our-shop--primary .button__invert--hover:hover,
.theme__our-shop--primary .btn__invert--hover:hover,
.theme__our-shop--primary .btn__pill__invert--hover:hover, .theme__our-shop--primary.button__invert--hover:hover, .theme__our-shop--primary.btn__invert--hover:hover, .theme__our-shop--primary.btn__pill__invert--hover:hover,
.t__os--pri .button__invert--hover:hover,
.t__os--pri .btn__invert--hover:hover,
.t__os--pri .btn__pill__invert--hover:hover,
.t__os--pri.button__invert--hover:hover,
.t__os--pri.btn__invert--hover:hover,
.t__os--pri.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__our-shop--primary .button__under,
.theme__our-shop--primary .btn__under,
.theme__our-shop--primary .btn__pill__under, .theme__our-shop--primary.button__under, .theme__our-shop--primary.btn__under, .theme__our-shop--primary.btn__pill__under,
.t__os--pri .button__under,
.t__os--pri .btn__under,
.t__os--pri .btn__pill__under,
.t__os--pri.button__under,
.t__os--pri.btn__under,
.t__os--pri.btn__pill__under {
  border-color: #87B926;
}
.theme__our-shop--primary .btn__large,
.t__os--pri .btn__large {
  background-color: #87B926;
}
.theme__our-shop--primary .input__search,
.t__os--pri .input__search {
  border-color: #87B926;
}
.theme__our-shop--primary .input__search i,
.t__os--pri .input__search i {
  color: #4a4a4a;
}
.theme__our-shop--primary .input__search:hover i,
.t__os--pri .input__search:hover i {
  color: #87B926;
}
.theme__our-shop--primary .component__foreground,
.t__os--pri .component__foreground {
  color: #4a4a4a;
}
.theme__our-shop--primary.card,
.theme__our-shop--primary .card, .theme__our-shop--primary.card__with-image,
.theme__our-shop--primary .card__with-image,
.t__os--pri.card,
.t__os--pri .card,
.t__os--pri.card__with-image,
.t__os--pri .card__with-image {
  border-color: #87B926;
}
.theme__our-shop--primary.card__highlight,
.theme__our-shop--primary .card__highlight,
.theme__our-shop--primary .card__highlight--image,
.theme__our-shop--primary .card__highlight--final,
.t__os--pri.card__highlight,
.t__os--pri .card__highlight,
.t__os--pri .card__highlight--image,
.t__os--pri .card__highlight--final {
  background-color: #87B926;
  border-color: #87B926;
}
.theme__our-shop--primary.card__highlight--title,
.theme__our-shop--primary .card__highlight--title,
.theme__our-shop--primary .card__highlight--image,
.theme__our-shop--primary .card__highlight--final,
.t__os--pri.card__highlight--title,
.t__os--pri .card__highlight--title,
.t__os--pri .card__highlight--image,
.t__os--pri .card__highlight--final {
  color: #4a4a4a;
}
.theme__our-shop--primary .image-slider__selector--dot,
.t__os--pri .image-slider__selector--dot {
  background-color: #87B926;
}
.theme__our-shop--primary .call-to-action__text h3,
.t__os--pri .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__our-shop--primary .officer__block--title h5, .theme__our-shop--primary .officer__block--title h6,
.t__os--pri .officer__block--title h5,
.t__os--pri .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__our-shop--primary .block__statement--link,
.t__os--pri .block__statement--link {
  color: #4a4a4a;
}
.theme__our-shop--primary .card__cutoff,
.t__os--pri .card__cutoff {
  background: linear-gradient(#87B926, #87B926), linear-gradient(white, white);
}
.theme__our-shop--primary .card__cutoff p,
.t__os--pri .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__our-shop--primary .card__cutoff:hover,
  .t__os--pri .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__our-shop--primary .card__cutoff:hover p,
  .t__os--pri .card__cutoff:hover p {
    color: #87B926;
  }
  .theme__our-shop--primary .card__cutoff:hover .card__cutoff--link,
  .t__os--pri .card__cutoff:hover .card__cutoff--link {
    color: #87B926;
  }
  .theme__our-shop--primary .card__cutoff:hover .card__cutoff--text,
  .t__os--pri .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__our-shop--primary .card__cutoff:hover .card__cutoff--text p,
  .t__os--pri .card__cutoff:hover .card__cutoff--text p {
    color: #87B926;
  }
  .theme__our-shop--primary .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__os--pri .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: #87B926;
  }
}
.theme__our-shop--primary .card__cutoff--link,
.t__os--pri .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__our-shop--primary .card__cutoff--link:hover,
  .t__os--pri .card__cutoff--link:hover {
    color: #87B926;
  }
  .theme__our-shop--primary .card__cutoff--link:hover--link,
  .t__os--pri .card__cutoff--link:hover--link {
    color: #87B926;
  }
}
.theme__our-shop--primary .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__os--pri .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: #87B926;
}
.theme__our-shop--primary .dropdown__toggle--title,
.t__os--pri .dropdown__toggle--title {
  color: #87B926;
}
.theme__our-shop--primary .dropdown__toggle--icon i,
.t__os--pri .dropdown__toggle--icon i {
  color: #87B926;
}
.theme__our-shop--primary .large_timer__countdown--item_large,
.t__os--pri .large_timer__countdown--item_large {
  background-color: #87B926;
}
.theme__our-shop--primary .large_timer__countdown--item_medium,
.t__os--pri .large_timer__countdown--item_medium {
  background-color: #87B926;
}
.theme__our-shop--primary .large_timer__countdown--item_small,
.t__os--pri .large_timer__countdown--item_small {
  background-color: #87B926;
}
.theme__our-shop--primary .modalcontent,
.t__os--pri .modalcontent {
  border-color: #87B926;
}
.theme__our-shop--primary .transparent__header,
.t__os--pri .transparent__header {
  background: #87B926;
}
.theme__our-shop--primary .breadcrumb__slashes,
.t__os--pri .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__our-shop--primary .the-list,
.t__os--pri .the-list {
  background-color: #87B926;
}
.theme__our-shop--primary .the-list option,
.t__os--pri .the-list option {
  border-color: #87B926 !important;
}
.theme__our-shop--primary .es-list::-webkit-scrollbar-thumb,
.t__os--pri .es-list::-webkit-scrollbar-thumb {
  background: #87B926;
}
.theme__our-shop--primary .es-visible,
.t__os--pri .es-visible {
  border-color: #87B926 !important;
}
.theme__our-shop--primary .ot-open,
.theme__our-shop--primary .ot-closed,
.t__os--pri .ot-open,
.t__os--pri .ot-closed {
  color: #87B926;
}
.theme__our-shop--primary .colour__foreground,
.t__os--pri .colour__foreground {
  color: #87B926;
}
.theme__our-shop--primary h1.t__none,
.theme__our-shop--primary h1.theme__none,
.theme__our-shop--primary h2.t__none,
.theme__our-shop--primary h2.theme__none,
.theme__our-shop--primary h3.t__none,
.theme__our-shop--primary h3.theme__none,
.theme__our-shop--primary h4.t__none,
.theme__our-shop--primary h4.theme__none,
.theme__our-shop--primary h1.t__none--w-hov,
.theme__our-shop--primary h1.theme__none--with-hover,
.theme__our-shop--primary h2.t__none--w-hov,
.theme__our-shop--primary h2.theme__none--with-hover,
.theme__our-shop--primary h3.t__none--w-hov,
.theme__our-shop--primary h3.theme__none--with-hover,
.theme__our-shop--primary h4.t__none--w-hov,
.theme__our-shop--primary h4.theme__none--with-hover,
.t__os--pri h1.t__none,
.t__os--pri h1.theme__none,
.t__os--pri h2.t__none,
.t__os--pri h2.theme__none,
.t__os--pri h3.t__none,
.t__os--pri h3.theme__none,
.t__os--pri h4.t__none,
.t__os--pri h4.theme__none,
.t__os--pri h1.t__none--w-hov,
.t__os--pri h1.theme__none--with-hover,
.t__os--pri h2.t__none--w-hov,
.t__os--pri h2.theme__none--with-hover,
.t__os--pri h3.t__none--w-hov,
.t__os--pri h3.theme__none--with-hover,
.t__os--pri h4.t__none--w-hov,
.t__os--pri h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__our-shop--primary span.t__none,
.theme__our-shop--primary span.theme__none,
.t__os--pri span.t__none,
.t__os--pri span.theme__none {
  color: #4a4a4a;
}
.theme__our-shop--primary i.t__none,
.theme__our-shop--primary i.theme__none,
.t__os--pri i.t__none,
.t__os--pri i.theme__none {
  color: #4a4a4a;
}
.theme__our-shop--primary a.border__none,
.theme__our-shop--primary a.b__none,
.t__os--pri a.border__none,
.t__os--pri a.b__none {
  border: 0;
}
.theme__our-shop--primary a:hover h1.t__none,
.theme__our-shop--primary a:hover h1.theme__none,
.theme__our-shop--primary a:hover h2.t__none,
.theme__our-shop--primary a:hover h2.theme__none,
.theme__our-shop--primary a:hover h3.t__none,
.theme__our-shop--primary a:hover h3.theme__none,
.theme__our-shop--primary a:hover h4.t__none,
.theme__our-shop--primary a:hover h4.theme__none,
.t__os--pri a:hover h1.t__none,
.t__os--pri a:hover h1.theme__none,
.t__os--pri a:hover h2.t__none,
.t__os--pri a:hover h2.theme__none,
.t__os--pri a:hover h3.t__none,
.t__os--pri a:hover h3.theme__none,
.t__os--pri a:hover h4.t__none,
.t__os--pri a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__our-shop--primary a:hover h1.t__none--w-hov,
.theme__our-shop--primary a:hover h1.theme__none--with-hover,
.theme__our-shop--primary a:hover h2.t__none--w-hov,
.theme__our-shop--primary a:hover h2.theme__none--with-hover,
.theme__our-shop--primary a:hover h3.t__none--w-hov,
.theme__our-shop--primary a:hover h3.theme__none--with-hover,
.theme__our-shop--primary a:hover h4.t__none--w-hov,
.theme__our-shop--primary a:hover h4.theme__none--with-hover,
.t__os--pri a:hover h1.t__none--w-hov,
.t__os--pri a:hover h1.theme__none--with-hover,
.t__os--pri a:hover h2.t__none--w-hov,
.t__os--pri a:hover h2.theme__none--with-hover,
.t__os--pri a:hover h3.t__none--w-hov,
.t__os--pri a:hover h3.theme__none--with-hover,
.t__os--pri a:hover h4.t__none--w-hov,
.t__os--pri a:hover h4.theme__none--with-hover {
  color: #87B926;
}
.theme__our-shop--primary .dotted__line--small, .theme__our-shop--primary .dotted__line--medium, .theme__our-shop--primary .dotted__line--large, .theme__our-shop--primary .dotted__line--x-large, .theme__our-shop--primary .dotted__line--huge,
.t__os--pri .dotted__line--small,
.t__os--pri .dotted__line--medium,
.t__os--pri .dotted__line--large,
.t__os--pri .dotted__line--x-large,
.t__os--pri .dotted__line--huge {
  border-image-source: url("https://fe3ca8e0a2f497a00e8a-853d39369c554c336474f22b1382bbe4.ssl.cf3.rackcdn.com/dotted_our_shop.png");
}

.theme__our-shop--secondary h1, .theme__our-shop--secondary h2, .theme__our-shop--secondary h3, .theme__our-shop--secondary h4, .theme__our-shop--secondary h5, .theme__our-shop--secondary h6,
.t__os--sec h1,
.t__os--sec h2,
.t__os--sec h3,
.t__os--sec h4,
.t__os--sec h5,
.t__os--sec h6 {
  color: #87B926;
}
.theme__our-shop--secondary a,
.t__os--sec a {
  color: #4a4a4a;
  border-color: #87B926;
  text-decoration: none;
}
.theme__our-shop--secondary a:hover,
.t__os--sec a:hover {
  color: #87B926;
}
.theme__our-shop--secondary a:hover h1, .theme__our-shop--secondary a:hover h2, .theme__our-shop--secondary a:hover h3, .theme__our-shop--secondary a:hover h4, .theme__our-shop--secondary a:hover h5, .theme__our-shop--secondary a:hover h6,
.t__os--sec a:hover h1,
.t__os--sec a:hover h2,
.t__os--sec a:hover h3,
.t__os--sec a:hover h4,
.t__os--sec a:hover h5,
.t__os--sec a:hover h6 {
  color: #87B926;
}
.theme__our-shop--secondary a div,
.t__os--sec a div {
  border-color: #87B926 !important;
}
.theme__our-shop--secondary input,
.t__os--sec input {
  border-color: #87B926;
}
.theme__our-shop--secondary p,
.t__os--sec p {
  color: #4a4a4a;
}
.theme__our-shop--secondary .button,
.theme__our-shop--secondary .btn,
.theme__our-shop--secondary .btn__pill, .theme__our-shop--secondary.button, .theme__our-shop--secondary.btn, .theme__our-shop--secondary.btn__pill,
.t__os--sec .button,
.t__os--sec .btn,
.t__os--sec .btn__pill,
.t__os--sec.button,
.t__os--sec.btn,
.t__os--sec.btn__pill {
  border-color: #87B926;
}
@media (hover: hover) {
  .theme__our-shop--secondary .button:hover,
  .theme__our-shop--secondary .btn:hover,
  .theme__our-shop--secondary .btn__pill:hover, .theme__our-shop--secondary.button:hover, .theme__our-shop--secondary.btn:hover, .theme__our-shop--secondary.btn__pill:hover,
  .t__os--sec .button:hover,
  .t__os--sec .btn:hover,
  .t__os--sec .btn__pill:hover,
  .t__os--sec.button:hover,
  .t__os--sec.btn:hover,
  .t__os--sec.btn__pill:hover {
    color: #ffffff;
    background: #87B926;
  }
  .theme__our-shop--secondary .button:hover i,
  .theme__our-shop--secondary .btn:hover i,
  .theme__our-shop--secondary .btn__pill:hover i, .theme__our-shop--secondary.button:hover i, .theme__our-shop--secondary.btn:hover i, .theme__our-shop--secondary.btn__pill:hover i,
  .t__os--sec .button:hover i,
  .t__os--sec .btn:hover i,
  .t__os--sec .btn__pill:hover i,
  .t__os--sec.button:hover i,
  .t__os--sec.btn:hover i,
  .t__os--sec.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__our-shop--secondary .button__invert,
.theme__our-shop--secondary .btn__invert,
.theme__our-shop--secondary .btn__pill__invert, .theme__our-shop--secondary.button__invert, .theme__our-shop--secondary.btn__invert, .theme__our-shop--secondary.btn__pill__invert,
.t__os--sec .button__invert,
.t__os--sec .btn__invert,
.t__os--sec .btn__pill__invert,
.t__os--sec.button__invert,
.t__os--sec.btn__invert,
.t__os--sec.btn__pill__invert {
  background-color: #87B926;
  color: #ffffff;
}
.theme__our-shop--secondary .button__invert h4,
.theme__our-shop--secondary .btn__invert h4,
.theme__our-shop--secondary .btn__pill__invert h4, .theme__our-shop--secondary.button__invert h4, .theme__our-shop--secondary.btn__invert h4, .theme__our-shop--secondary.btn__pill__invert h4,
.t__os--sec .button__invert h4,
.t__os--sec .btn__invert h4,
.t__os--sec .btn__pill__invert h4,
.t__os--sec.button__invert h4,
.t__os--sec.btn__invert h4,
.t__os--sec.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__our-shop--secondary .button__invert:hover,
.theme__our-shop--secondary .btn__invert:hover,
.theme__our-shop--secondary .btn__pill__invert:hover, .theme__our-shop--secondary.button__invert:hover, .theme__our-shop--secondary.btn__invert:hover, .theme__our-shop--secondary.btn__pill__invert:hover,
.t__os--sec .button__invert:hover,
.t__os--sec .btn__invert:hover,
.t__os--sec .btn__pill__invert:hover,
.t__os--sec.button__invert:hover,
.t__os--sec.btn__invert:hover,
.t__os--sec.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__our-shop--secondary .button__invert:hover h4,
.theme__our-shop--secondary .btn__invert:hover h4,
.theme__our-shop--secondary .btn__pill__invert:hover h4, .theme__our-shop--secondary.button__invert:hover h4, .theme__our-shop--secondary.btn__invert:hover h4, .theme__our-shop--secondary.btn__pill__invert:hover h4,
.t__os--sec .button__invert:hover h4,
.t__os--sec .btn__invert:hover h4,
.t__os--sec .btn__pill__invert:hover h4,
.t__os--sec.button__invert:hover h4,
.t__os--sec.btn__invert:hover h4,
.t__os--sec.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__our-shop--secondary .button__invert--hover:hover,
.theme__our-shop--secondary .btn__invert--hover:hover,
.theme__our-shop--secondary .btn__pill__invert--hover:hover, .theme__our-shop--secondary.button__invert--hover:hover, .theme__our-shop--secondary.btn__invert--hover:hover, .theme__our-shop--secondary.btn__pill__invert--hover:hover,
.t__os--sec .button__invert--hover:hover,
.t__os--sec .btn__invert--hover:hover,
.t__os--sec .btn__pill__invert--hover:hover,
.t__os--sec.button__invert--hover:hover,
.t__os--sec.btn__invert--hover:hover,
.t__os--sec.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__our-shop--secondary .button__under,
.theme__our-shop--secondary .btn__under,
.theme__our-shop--secondary .btn__pill__under, .theme__our-shop--secondary.button__under, .theme__our-shop--secondary.btn__under, .theme__our-shop--secondary.btn__pill__under,
.t__os--sec .button__under,
.t__os--sec .btn__under,
.t__os--sec .btn__pill__under,
.t__os--sec.button__under,
.t__os--sec.btn__under,
.t__os--sec.btn__pill__under {
  border-color: #87B926;
}
.theme__our-shop--secondary .btn__large,
.t__os--sec .btn__large {
  background-color: #87B926;
}
.theme__our-shop--secondary .input__search,
.t__os--sec .input__search {
  border-color: #87B926;
}
.theme__our-shop--secondary .input__search i,
.t__os--sec .input__search i {
  color: #4a4a4a;
}
.theme__our-shop--secondary .input__search:hover i,
.t__os--sec .input__search:hover i {
  color: #87B926;
}
.theme__our-shop--secondary .component__foreground,
.t__os--sec .component__foreground {
  color: #4a4a4a;
}
.theme__our-shop--secondary.card,
.theme__our-shop--secondary .card, .theme__our-shop--secondary.card__with-image,
.theme__our-shop--secondary .card__with-image,
.t__os--sec.card,
.t__os--sec .card,
.t__os--sec.card__with-image,
.t__os--sec .card__with-image {
  border-color: #87B926;
}
.theme__our-shop--secondary.card__highlight,
.theme__our-shop--secondary .card__highlight,
.theme__our-shop--secondary .card__highlight--image,
.theme__our-shop--secondary .card__highlight--final,
.t__os--sec.card__highlight,
.t__os--sec .card__highlight,
.t__os--sec .card__highlight--image,
.t__os--sec .card__highlight--final {
  background-color: #87B926;
  border-color: #87B926;
}
.theme__our-shop--secondary.card__highlight--title,
.theme__our-shop--secondary .card__highlight--title,
.theme__our-shop--secondary .card__highlight--image,
.theme__our-shop--secondary .card__highlight--final,
.t__os--sec.card__highlight--title,
.t__os--sec .card__highlight--title,
.t__os--sec .card__highlight--image,
.t__os--sec .card__highlight--final {
  color: #4a4a4a;
}
.theme__our-shop--secondary .image-slider__selector--dot,
.t__os--sec .image-slider__selector--dot {
  background-color: #87B926;
}
.theme__our-shop--secondary .call-to-action__text h3,
.t__os--sec .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__our-shop--secondary .officer__block--title h5, .theme__our-shop--secondary .officer__block--title h6,
.t__os--sec .officer__block--title h5,
.t__os--sec .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__our-shop--secondary .block__statement--link,
.t__os--sec .block__statement--link {
  color: #4a4a4a;
}
.theme__our-shop--secondary .card__cutoff,
.t__os--sec .card__cutoff {
  background: linear-gradient(#87B926, #87B926), linear-gradient(white, white);
}
.theme__our-shop--secondary .card__cutoff p,
.t__os--sec .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__our-shop--secondary .card__cutoff:hover,
  .t__os--sec .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__our-shop--secondary .card__cutoff:hover p,
  .t__os--sec .card__cutoff:hover p {
    color: #87B926;
  }
  .theme__our-shop--secondary .card__cutoff:hover .card__cutoff--link,
  .t__os--sec .card__cutoff:hover .card__cutoff--link {
    color: #87B926;
  }
  .theme__our-shop--secondary .card__cutoff:hover .card__cutoff--text,
  .t__os--sec .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__our-shop--secondary .card__cutoff:hover .card__cutoff--text p,
  .t__os--sec .card__cutoff:hover .card__cutoff--text p {
    color: #87B926;
  }
  .theme__our-shop--secondary .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__os--sec .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: #87B926;
  }
}
.theme__our-shop--secondary .card__cutoff--link,
.t__os--sec .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__our-shop--secondary .card__cutoff--link:hover,
  .t__os--sec .card__cutoff--link:hover {
    color: #87B926;
  }
  .theme__our-shop--secondary .card__cutoff--link:hover--link,
  .t__os--sec .card__cutoff--link:hover--link {
    color: #87B926;
  }
}
.theme__our-shop--secondary .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__os--sec .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: #87B926;
}
.theme__our-shop--secondary .dropdown__toggle--title,
.t__os--sec .dropdown__toggle--title {
  color: #87B926;
}
.theme__our-shop--secondary .dropdown__toggle--icon i,
.t__os--sec .dropdown__toggle--icon i {
  color: #87B926;
}
.theme__our-shop--secondary .large_timer__countdown--item_large,
.t__os--sec .large_timer__countdown--item_large {
  background-color: #87B926;
}
.theme__our-shop--secondary .large_timer__countdown--item_medium,
.t__os--sec .large_timer__countdown--item_medium {
  background-color: #87B926;
}
.theme__our-shop--secondary .large_timer__countdown--item_small,
.t__os--sec .large_timer__countdown--item_small {
  background-color: #87B926;
}
.theme__our-shop--secondary .modalcontent,
.t__os--sec .modalcontent {
  border-color: #87B926;
}
.theme__our-shop--secondary .transparent__header,
.t__os--sec .transparent__header {
  background: #87B926;
}
.theme__our-shop--secondary .breadcrumb__slashes,
.t__os--sec .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__our-shop--secondary .the-list,
.t__os--sec .the-list {
  background-color: #87B926;
}
.theme__our-shop--secondary .the-list option,
.t__os--sec .the-list option {
  border-color: #87B926 !important;
}
.theme__our-shop--secondary .es-list::-webkit-scrollbar-thumb,
.t__os--sec .es-list::-webkit-scrollbar-thumb {
  background: #87B926;
}
.theme__our-shop--secondary .es-visible,
.t__os--sec .es-visible {
  border-color: #87B926 !important;
}
.theme__our-shop--secondary .ot-open,
.theme__our-shop--secondary .ot-closed,
.t__os--sec .ot-open,
.t__os--sec .ot-closed {
  color: #87B926;
}
.theme__our-shop--secondary .colour__foreground,
.t__os--sec .colour__foreground {
  color: #87B926;
}
.theme__our-shop--secondary h1.t__none,
.theme__our-shop--secondary h1.theme__none,
.theme__our-shop--secondary h2.t__none,
.theme__our-shop--secondary h2.theme__none,
.theme__our-shop--secondary h3.t__none,
.theme__our-shop--secondary h3.theme__none,
.theme__our-shop--secondary h4.t__none,
.theme__our-shop--secondary h4.theme__none,
.theme__our-shop--secondary h1.t__none--w-hov,
.theme__our-shop--secondary h1.theme__none--with-hover,
.theme__our-shop--secondary h2.t__none--w-hov,
.theme__our-shop--secondary h2.theme__none--with-hover,
.theme__our-shop--secondary h3.t__none--w-hov,
.theme__our-shop--secondary h3.theme__none--with-hover,
.theme__our-shop--secondary h4.t__none--w-hov,
.theme__our-shop--secondary h4.theme__none--with-hover,
.t__os--sec h1.t__none,
.t__os--sec h1.theme__none,
.t__os--sec h2.t__none,
.t__os--sec h2.theme__none,
.t__os--sec h3.t__none,
.t__os--sec h3.theme__none,
.t__os--sec h4.t__none,
.t__os--sec h4.theme__none,
.t__os--sec h1.t__none--w-hov,
.t__os--sec h1.theme__none--with-hover,
.t__os--sec h2.t__none--w-hov,
.t__os--sec h2.theme__none--with-hover,
.t__os--sec h3.t__none--w-hov,
.t__os--sec h3.theme__none--with-hover,
.t__os--sec h4.t__none--w-hov,
.t__os--sec h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__our-shop--secondary span.t__none,
.theme__our-shop--secondary span.theme__none,
.t__os--sec span.t__none,
.t__os--sec span.theme__none {
  color: #4a4a4a;
}
.theme__our-shop--secondary i.t__none,
.theme__our-shop--secondary i.theme__none,
.t__os--sec i.t__none,
.t__os--sec i.theme__none {
  color: #4a4a4a;
}
.theme__our-shop--secondary a.border__none,
.theme__our-shop--secondary a.b__none,
.t__os--sec a.border__none,
.t__os--sec a.b__none {
  border: 0;
}
.theme__our-shop--secondary a:hover h1.t__none,
.theme__our-shop--secondary a:hover h1.theme__none,
.theme__our-shop--secondary a:hover h2.t__none,
.theme__our-shop--secondary a:hover h2.theme__none,
.theme__our-shop--secondary a:hover h3.t__none,
.theme__our-shop--secondary a:hover h3.theme__none,
.theme__our-shop--secondary a:hover h4.t__none,
.theme__our-shop--secondary a:hover h4.theme__none,
.t__os--sec a:hover h1.t__none,
.t__os--sec a:hover h1.theme__none,
.t__os--sec a:hover h2.t__none,
.t__os--sec a:hover h2.theme__none,
.t__os--sec a:hover h3.t__none,
.t__os--sec a:hover h3.theme__none,
.t__os--sec a:hover h4.t__none,
.t__os--sec a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__our-shop--secondary a:hover h1.t__none--w-hov,
.theme__our-shop--secondary a:hover h1.theme__none--with-hover,
.theme__our-shop--secondary a:hover h2.t__none--w-hov,
.theme__our-shop--secondary a:hover h2.theme__none--with-hover,
.theme__our-shop--secondary a:hover h3.t__none--w-hov,
.theme__our-shop--secondary a:hover h3.theme__none--with-hover,
.theme__our-shop--secondary a:hover h4.t__none--w-hov,
.theme__our-shop--secondary a:hover h4.theme__none--with-hover,
.t__os--sec a:hover h1.t__none--w-hov,
.t__os--sec a:hover h1.theme__none--with-hover,
.t__os--sec a:hover h2.t__none--w-hov,
.t__os--sec a:hover h2.theme__none--with-hover,
.t__os--sec a:hover h3.t__none--w-hov,
.t__os--sec a:hover h3.theme__none--with-hover,
.t__os--sec a:hover h4.t__none--w-hov,
.t__os--sec a:hover h4.theme__none--with-hover {
  color: #87B926;
}

.theme__our-shop--pastel h1, .theme__our-shop--pastel h2, .theme__our-shop--pastel h3, .theme__our-shop--pastel h4, .theme__our-shop--pastel h5, .theme__our-shop--pastel h6,
.t__os--pas h1,
.t__os--pas h2,
.t__os--pas h3,
.t__os--pas h4,
.t__os--pas h5,
.t__os--pas h6 {
  color: #87B926;
}
.theme__our-shop--pastel a,
.t__os--pas a {
  color: #4a4a4a;
  border-color: #87B926;
  text-decoration: none;
}
.theme__our-shop--pastel a:hover,
.t__os--pas a:hover {
  color: #87B926;
}
.theme__our-shop--pastel a:hover h1, .theme__our-shop--pastel a:hover h2, .theme__our-shop--pastel a:hover h3, .theme__our-shop--pastel a:hover h4, .theme__our-shop--pastel a:hover h5, .theme__our-shop--pastel a:hover h6,
.t__os--pas a:hover h1,
.t__os--pas a:hover h2,
.t__os--pas a:hover h3,
.t__os--pas a:hover h4,
.t__os--pas a:hover h5,
.t__os--pas a:hover h6 {
  color: #87B926;
}
.theme__our-shop--pastel a div,
.t__os--pas a div {
  border-color: #87B926 !important;
}
.theme__our-shop--pastel input,
.t__os--pas input {
  border-color: #87B926;
}
.theme__our-shop--pastel p,
.t__os--pas p {
  color: #4a4a4a;
}
.theme__our-shop--pastel .button,
.theme__our-shop--pastel .btn,
.theme__our-shop--pastel .btn__pill, .theme__our-shop--pastel.button, .theme__our-shop--pastel.btn, .theme__our-shop--pastel.btn__pill,
.t__os--pas .button,
.t__os--pas .btn,
.t__os--pas .btn__pill,
.t__os--pas.button,
.t__os--pas.btn,
.t__os--pas.btn__pill {
  border-color: #87B926;
}
@media (hover: hover) {
  .theme__our-shop--pastel .button:hover,
  .theme__our-shop--pastel .btn:hover,
  .theme__our-shop--pastel .btn__pill:hover, .theme__our-shop--pastel.button:hover, .theme__our-shop--pastel.btn:hover, .theme__our-shop--pastel.btn__pill:hover,
  .t__os--pas .button:hover,
  .t__os--pas .btn:hover,
  .t__os--pas .btn__pill:hover,
  .t__os--pas.button:hover,
  .t__os--pas.btn:hover,
  .t__os--pas.btn__pill:hover {
    color: #ffffff;
    background: #87B926;
  }
  .theme__our-shop--pastel .button:hover i,
  .theme__our-shop--pastel .btn:hover i,
  .theme__our-shop--pastel .btn__pill:hover i, .theme__our-shop--pastel.button:hover i, .theme__our-shop--pastel.btn:hover i, .theme__our-shop--pastel.btn__pill:hover i,
  .t__os--pas .button:hover i,
  .t__os--pas .btn:hover i,
  .t__os--pas .btn__pill:hover i,
  .t__os--pas.button:hover i,
  .t__os--pas.btn:hover i,
  .t__os--pas.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__our-shop--pastel .button__invert,
.theme__our-shop--pastel .btn__invert,
.theme__our-shop--pastel .btn__pill__invert, .theme__our-shop--pastel.button__invert, .theme__our-shop--pastel.btn__invert, .theme__our-shop--pastel.btn__pill__invert,
.t__os--pas .button__invert,
.t__os--pas .btn__invert,
.t__os--pas .btn__pill__invert,
.t__os--pas.button__invert,
.t__os--pas.btn__invert,
.t__os--pas.btn__pill__invert {
  background-color: #87B926;
  color: #ffffff;
}
.theme__our-shop--pastel .button__invert h4,
.theme__our-shop--pastel .btn__invert h4,
.theme__our-shop--pastel .btn__pill__invert h4, .theme__our-shop--pastel.button__invert h4, .theme__our-shop--pastel.btn__invert h4, .theme__our-shop--pastel.btn__pill__invert h4,
.t__os--pas .button__invert h4,
.t__os--pas .btn__invert h4,
.t__os--pas .btn__pill__invert h4,
.t__os--pas.button__invert h4,
.t__os--pas.btn__invert h4,
.t__os--pas.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__our-shop--pastel .button__invert:hover,
.theme__our-shop--pastel .btn__invert:hover,
.theme__our-shop--pastel .btn__pill__invert:hover, .theme__our-shop--pastel.button__invert:hover, .theme__our-shop--pastel.btn__invert:hover, .theme__our-shop--pastel.btn__pill__invert:hover,
.t__os--pas .button__invert:hover,
.t__os--pas .btn__invert:hover,
.t__os--pas .btn__pill__invert:hover,
.t__os--pas.button__invert:hover,
.t__os--pas.btn__invert:hover,
.t__os--pas.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__our-shop--pastel .button__invert:hover h4,
.theme__our-shop--pastel .btn__invert:hover h4,
.theme__our-shop--pastel .btn__pill__invert:hover h4, .theme__our-shop--pastel.button__invert:hover h4, .theme__our-shop--pastel.btn__invert:hover h4, .theme__our-shop--pastel.btn__pill__invert:hover h4,
.t__os--pas .button__invert:hover h4,
.t__os--pas .btn__invert:hover h4,
.t__os--pas .btn__pill__invert:hover h4,
.t__os--pas.button__invert:hover h4,
.t__os--pas.btn__invert:hover h4,
.t__os--pas.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__our-shop--pastel .button__invert--hover:hover,
.theme__our-shop--pastel .btn__invert--hover:hover,
.theme__our-shop--pastel .btn__pill__invert--hover:hover, .theme__our-shop--pastel.button__invert--hover:hover, .theme__our-shop--pastel.btn__invert--hover:hover, .theme__our-shop--pastel.btn__pill__invert--hover:hover,
.t__os--pas .button__invert--hover:hover,
.t__os--pas .btn__invert--hover:hover,
.t__os--pas .btn__pill__invert--hover:hover,
.t__os--pas.button__invert--hover:hover,
.t__os--pas.btn__invert--hover:hover,
.t__os--pas.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__our-shop--pastel .button__under,
.theme__our-shop--pastel .btn__under,
.theme__our-shop--pastel .btn__pill__under, .theme__our-shop--pastel.button__under, .theme__our-shop--pastel.btn__under, .theme__our-shop--pastel.btn__pill__under,
.t__os--pas .button__under,
.t__os--pas .btn__under,
.t__os--pas .btn__pill__under,
.t__os--pas.button__under,
.t__os--pas.btn__under,
.t__os--pas.btn__pill__under {
  border-color: #87B926;
}
.theme__our-shop--pastel .btn__large,
.t__os--pas .btn__large {
  background-color: #87B926;
}
.theme__our-shop--pastel .input__search,
.t__os--pas .input__search {
  border-color: #87B926;
}
.theme__our-shop--pastel .input__search i,
.t__os--pas .input__search i {
  color: #4a4a4a;
}
.theme__our-shop--pastel .input__search:hover i,
.t__os--pas .input__search:hover i {
  color: #87B926;
}
.theme__our-shop--pastel .component__foreground,
.t__os--pas .component__foreground {
  color: #4a4a4a;
}
.theme__our-shop--pastel.card,
.theme__our-shop--pastel .card, .theme__our-shop--pastel.card__with-image,
.theme__our-shop--pastel .card__with-image,
.t__os--pas.card,
.t__os--pas .card,
.t__os--pas.card__with-image,
.t__os--pas .card__with-image {
  border-color: #87B926;
}
.theme__our-shop--pastel.card__highlight,
.theme__our-shop--pastel .card__highlight,
.theme__our-shop--pastel .card__highlight--image,
.theme__our-shop--pastel .card__highlight--final,
.t__os--pas.card__highlight,
.t__os--pas .card__highlight,
.t__os--pas .card__highlight--image,
.t__os--pas .card__highlight--final {
  background-color: #87B926;
  border-color: #87B926;
}
.theme__our-shop--pastel.card__highlight--title,
.theme__our-shop--pastel .card__highlight--title,
.theme__our-shop--pastel .card__highlight--image,
.theme__our-shop--pastel .card__highlight--final,
.t__os--pas.card__highlight--title,
.t__os--pas .card__highlight--title,
.t__os--pas .card__highlight--image,
.t__os--pas .card__highlight--final {
  color: #4a4a4a;
}
.theme__our-shop--pastel .image-slider__selector--dot,
.t__os--pas .image-slider__selector--dot {
  background-color: #87B926;
}
.theme__our-shop--pastel .call-to-action__text h3,
.t__os--pas .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__our-shop--pastel .officer__block--title h5, .theme__our-shop--pastel .officer__block--title h6,
.t__os--pas .officer__block--title h5,
.t__os--pas .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__our-shop--pastel .block__statement--link,
.t__os--pas .block__statement--link {
  color: #4a4a4a;
}
.theme__our-shop--pastel .card__cutoff,
.t__os--pas .card__cutoff {
  background: linear-gradient(#87B926, #87B926), linear-gradient(white, white);
}
.theme__our-shop--pastel .card__cutoff p,
.t__os--pas .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__our-shop--pastel .card__cutoff:hover,
  .t__os--pas .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__our-shop--pastel .card__cutoff:hover p,
  .t__os--pas .card__cutoff:hover p {
    color: #87B926;
  }
  .theme__our-shop--pastel .card__cutoff:hover .card__cutoff--link,
  .t__os--pas .card__cutoff:hover .card__cutoff--link {
    color: #87B926;
  }
  .theme__our-shop--pastel .card__cutoff:hover .card__cutoff--text,
  .t__os--pas .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__our-shop--pastel .card__cutoff:hover .card__cutoff--text p,
  .t__os--pas .card__cutoff:hover .card__cutoff--text p {
    color: #87B926;
  }
  .theme__our-shop--pastel .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__os--pas .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: #87B926;
  }
}
.theme__our-shop--pastel .card__cutoff--link,
.t__os--pas .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__our-shop--pastel .card__cutoff--link:hover,
  .t__os--pas .card__cutoff--link:hover {
    color: #87B926;
  }
  .theme__our-shop--pastel .card__cutoff--link:hover--link,
  .t__os--pas .card__cutoff--link:hover--link {
    color: #87B926;
  }
}
.theme__our-shop--pastel .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__os--pas .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: #87B926;
}
.theme__our-shop--pastel .dropdown__toggle--title,
.t__os--pas .dropdown__toggle--title {
  color: #87B926;
}
.theme__our-shop--pastel .dropdown__toggle--icon i,
.t__os--pas .dropdown__toggle--icon i {
  color: #87B926;
}
.theme__our-shop--pastel .large_timer__countdown--item_large,
.t__os--pas .large_timer__countdown--item_large {
  background-color: #87B926;
}
.theme__our-shop--pastel .large_timer__countdown--item_medium,
.t__os--pas .large_timer__countdown--item_medium {
  background-color: #87B926;
}
.theme__our-shop--pastel .large_timer__countdown--item_small,
.t__os--pas .large_timer__countdown--item_small {
  background-color: #87B926;
}
.theme__our-shop--pastel .modalcontent,
.t__os--pas .modalcontent {
  border-color: #87B926;
}
.theme__our-shop--pastel .transparent__header,
.t__os--pas .transparent__header {
  background: #87B926;
}
.theme__our-shop--pastel .breadcrumb__slashes,
.t__os--pas .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__our-shop--pastel .the-list,
.t__os--pas .the-list {
  background-color: #87B926;
}
.theme__our-shop--pastel .the-list option,
.t__os--pas .the-list option {
  border-color: #87B926 !important;
}
.theme__our-shop--pastel .es-list::-webkit-scrollbar-thumb,
.t__os--pas .es-list::-webkit-scrollbar-thumb {
  background: #87B926;
}
.theme__our-shop--pastel .es-visible,
.t__os--pas .es-visible {
  border-color: #87B926 !important;
}
.theme__our-shop--pastel .ot-open,
.theme__our-shop--pastel .ot-closed,
.t__os--pas .ot-open,
.t__os--pas .ot-closed {
  color: #87B926;
}
.theme__our-shop--pastel .colour__foreground,
.t__os--pas .colour__foreground {
  color: #87B926;
}
.theme__our-shop--pastel h1.t__none,
.theme__our-shop--pastel h1.theme__none,
.theme__our-shop--pastel h2.t__none,
.theme__our-shop--pastel h2.theme__none,
.theme__our-shop--pastel h3.t__none,
.theme__our-shop--pastel h3.theme__none,
.theme__our-shop--pastel h4.t__none,
.theme__our-shop--pastel h4.theme__none,
.theme__our-shop--pastel h1.t__none--w-hov,
.theme__our-shop--pastel h1.theme__none--with-hover,
.theme__our-shop--pastel h2.t__none--w-hov,
.theme__our-shop--pastel h2.theme__none--with-hover,
.theme__our-shop--pastel h3.t__none--w-hov,
.theme__our-shop--pastel h3.theme__none--with-hover,
.theme__our-shop--pastel h4.t__none--w-hov,
.theme__our-shop--pastel h4.theme__none--with-hover,
.t__os--pas h1.t__none,
.t__os--pas h1.theme__none,
.t__os--pas h2.t__none,
.t__os--pas h2.theme__none,
.t__os--pas h3.t__none,
.t__os--pas h3.theme__none,
.t__os--pas h4.t__none,
.t__os--pas h4.theme__none,
.t__os--pas h1.t__none--w-hov,
.t__os--pas h1.theme__none--with-hover,
.t__os--pas h2.t__none--w-hov,
.t__os--pas h2.theme__none--with-hover,
.t__os--pas h3.t__none--w-hov,
.t__os--pas h3.theme__none--with-hover,
.t__os--pas h4.t__none--w-hov,
.t__os--pas h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__our-shop--pastel span.t__none,
.theme__our-shop--pastel span.theme__none,
.t__os--pas span.t__none,
.t__os--pas span.theme__none {
  color: #4a4a4a;
}
.theme__our-shop--pastel i.t__none,
.theme__our-shop--pastel i.theme__none,
.t__os--pas i.t__none,
.t__os--pas i.theme__none {
  color: #4a4a4a;
}
.theme__our-shop--pastel a.border__none,
.theme__our-shop--pastel a.b__none,
.t__os--pas a.border__none,
.t__os--pas a.b__none {
  border: 0;
}
.theme__our-shop--pastel a:hover h1.t__none,
.theme__our-shop--pastel a:hover h1.theme__none,
.theme__our-shop--pastel a:hover h2.t__none,
.theme__our-shop--pastel a:hover h2.theme__none,
.theme__our-shop--pastel a:hover h3.t__none,
.theme__our-shop--pastel a:hover h3.theme__none,
.theme__our-shop--pastel a:hover h4.t__none,
.theme__our-shop--pastel a:hover h4.theme__none,
.t__os--pas a:hover h1.t__none,
.t__os--pas a:hover h1.theme__none,
.t__os--pas a:hover h2.t__none,
.t__os--pas a:hover h2.theme__none,
.t__os--pas a:hover h3.t__none,
.t__os--pas a:hover h3.theme__none,
.t__os--pas a:hover h4.t__none,
.t__os--pas a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__our-shop--pastel a:hover h1.t__none--w-hov,
.theme__our-shop--pastel a:hover h1.theme__none--with-hover,
.theme__our-shop--pastel a:hover h2.t__none--w-hov,
.theme__our-shop--pastel a:hover h2.theme__none--with-hover,
.theme__our-shop--pastel a:hover h3.t__none--w-hov,
.theme__our-shop--pastel a:hover h3.theme__none--with-hover,
.theme__our-shop--pastel a:hover h4.t__none--w-hov,
.theme__our-shop--pastel a:hover h4.theme__none--with-hover,
.t__os--pas a:hover h1.t__none--w-hov,
.t__os--pas a:hover h1.theme__none--with-hover,
.t__os--pas a:hover h2.t__none--w-hov,
.t__os--pas a:hover h2.theme__none--with-hover,
.t__os--pas a:hover h3.t__none--w-hov,
.t__os--pas a:hover h3.theme__none--with-hover,
.t__os--pas a:hover h4.t__none--w-hov,
.t__os--pas a:hover h4.theme__none--with-hover {
  color: #87B926;
}

.theme__our-shop--background-primary,
.t__os--bg-pri {
  background-color: #87B926;
}

.theme__our-shop--background-secondary,
.t__os--bg-sec {
  background-color: #87B926;
}

.theme__our-shop--background-pastel,
.t__os--bg-pas {
  background-color: #87B926;
}

.theme__ssus--primary h1, .theme__ssus--primary h2, .theme__ssus--primary h3, .theme__ssus--primary h4, .theme__ssus--primary h5, .theme__ssus--primary h6,
.t__ssus--pri h1,
.t__ssus--pri h2,
.t__ssus--pri h3,
.t__ssus--pri h4,
.t__ssus--pri h5,
.t__ssus--pri h6 {
  color: #30337F;
}
.theme__ssus--primary a,
.t__ssus--pri a {
  color: #4a4a4a;
  border-color: #30337F;
  text-decoration: none;
}
.theme__ssus--primary a:hover,
.t__ssus--pri a:hover {
  color: #30337F;
}
.theme__ssus--primary a:hover h1, .theme__ssus--primary a:hover h2, .theme__ssus--primary a:hover h3, .theme__ssus--primary a:hover h4, .theme__ssus--primary a:hover h5, .theme__ssus--primary a:hover h6,
.t__ssus--pri a:hover h1,
.t__ssus--pri a:hover h2,
.t__ssus--pri a:hover h3,
.t__ssus--pri a:hover h4,
.t__ssus--pri a:hover h5,
.t__ssus--pri a:hover h6 {
  color: #30337F;
}
.theme__ssus--primary a div,
.t__ssus--pri a div {
  border-color: #30337F !important;
}
.theme__ssus--primary input,
.t__ssus--pri input {
  border-color: #30337F;
}
.theme__ssus--primary p,
.t__ssus--pri p {
  color: #4a4a4a;
}
.theme__ssus--primary .button,
.theme__ssus--primary .btn,
.theme__ssus--primary .btn__pill, .theme__ssus--primary.button, .theme__ssus--primary.btn, .theme__ssus--primary.btn__pill,
.t__ssus--pri .button,
.t__ssus--pri .btn,
.t__ssus--pri .btn__pill,
.t__ssus--pri.button,
.t__ssus--pri.btn,
.t__ssus--pri.btn__pill {
  border-color: #30337F;
}
@media (hover: hover) {
  .theme__ssus--primary .button:hover,
  .theme__ssus--primary .btn:hover,
  .theme__ssus--primary .btn__pill:hover, .theme__ssus--primary.button:hover, .theme__ssus--primary.btn:hover, .theme__ssus--primary.btn__pill:hover,
  .t__ssus--pri .button:hover,
  .t__ssus--pri .btn:hover,
  .t__ssus--pri .btn__pill:hover,
  .t__ssus--pri.button:hover,
  .t__ssus--pri.btn:hover,
  .t__ssus--pri.btn__pill:hover {
    color: #ffffff;
    background: #30337F;
  }
  .theme__ssus--primary .button:hover i,
  .theme__ssus--primary .btn:hover i,
  .theme__ssus--primary .btn__pill:hover i, .theme__ssus--primary.button:hover i, .theme__ssus--primary.btn:hover i, .theme__ssus--primary.btn__pill:hover i,
  .t__ssus--pri .button:hover i,
  .t__ssus--pri .btn:hover i,
  .t__ssus--pri .btn__pill:hover i,
  .t__ssus--pri.button:hover i,
  .t__ssus--pri.btn:hover i,
  .t__ssus--pri.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__ssus--primary .button__invert,
.theme__ssus--primary .btn__invert,
.theme__ssus--primary .btn__pill__invert, .theme__ssus--primary.button__invert, .theme__ssus--primary.btn__invert, .theme__ssus--primary.btn__pill__invert,
.t__ssus--pri .button__invert,
.t__ssus--pri .btn__invert,
.t__ssus--pri .btn__pill__invert,
.t__ssus--pri.button__invert,
.t__ssus--pri.btn__invert,
.t__ssus--pri.btn__pill__invert {
  background-color: #30337F;
  color: #ffffff;
}
.theme__ssus--primary .button__invert h4,
.theme__ssus--primary .btn__invert h4,
.theme__ssus--primary .btn__pill__invert h4, .theme__ssus--primary.button__invert h4, .theme__ssus--primary.btn__invert h4, .theme__ssus--primary.btn__pill__invert h4,
.t__ssus--pri .button__invert h4,
.t__ssus--pri .btn__invert h4,
.t__ssus--pri .btn__pill__invert h4,
.t__ssus--pri.button__invert h4,
.t__ssus--pri.btn__invert h4,
.t__ssus--pri.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__ssus--primary .button__invert:hover,
.theme__ssus--primary .btn__invert:hover,
.theme__ssus--primary .btn__pill__invert:hover, .theme__ssus--primary.button__invert:hover, .theme__ssus--primary.btn__invert:hover, .theme__ssus--primary.btn__pill__invert:hover,
.t__ssus--pri .button__invert:hover,
.t__ssus--pri .btn__invert:hover,
.t__ssus--pri .btn__pill__invert:hover,
.t__ssus--pri.button__invert:hover,
.t__ssus--pri.btn__invert:hover,
.t__ssus--pri.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__ssus--primary .button__invert:hover h4,
.theme__ssus--primary .btn__invert:hover h4,
.theme__ssus--primary .btn__pill__invert:hover h4, .theme__ssus--primary.button__invert:hover h4, .theme__ssus--primary.btn__invert:hover h4, .theme__ssus--primary.btn__pill__invert:hover h4,
.t__ssus--pri .button__invert:hover h4,
.t__ssus--pri .btn__invert:hover h4,
.t__ssus--pri .btn__pill__invert:hover h4,
.t__ssus--pri.button__invert:hover h4,
.t__ssus--pri.btn__invert:hover h4,
.t__ssus--pri.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__ssus--primary .button__invert--hover:hover,
.theme__ssus--primary .btn__invert--hover:hover,
.theme__ssus--primary .btn__pill__invert--hover:hover, .theme__ssus--primary.button__invert--hover:hover, .theme__ssus--primary.btn__invert--hover:hover, .theme__ssus--primary.btn__pill__invert--hover:hover,
.t__ssus--pri .button__invert--hover:hover,
.t__ssus--pri .btn__invert--hover:hover,
.t__ssus--pri .btn__pill__invert--hover:hover,
.t__ssus--pri.button__invert--hover:hover,
.t__ssus--pri.btn__invert--hover:hover,
.t__ssus--pri.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__ssus--primary .button__under,
.theme__ssus--primary .btn__under,
.theme__ssus--primary .btn__pill__under, .theme__ssus--primary.button__under, .theme__ssus--primary.btn__under, .theme__ssus--primary.btn__pill__under,
.t__ssus--pri .button__under,
.t__ssus--pri .btn__under,
.t__ssus--pri .btn__pill__under,
.t__ssus--pri.button__under,
.t__ssus--pri.btn__under,
.t__ssus--pri.btn__pill__under {
  border-color: #30337F;
}
.theme__ssus--primary .btn__large,
.t__ssus--pri .btn__large {
  background-color: #30337F;
}
.theme__ssus--primary .input__search,
.t__ssus--pri .input__search {
  border-color: #30337F;
}
.theme__ssus--primary .input__search i,
.t__ssus--pri .input__search i {
  color: #4a4a4a;
}
.theme__ssus--primary .input__search:hover i,
.t__ssus--pri .input__search:hover i {
  color: #30337F;
}
.theme__ssus--primary .component__foreground,
.t__ssus--pri .component__foreground {
  color: #4a4a4a;
}
.theme__ssus--primary.card,
.theme__ssus--primary .card, .theme__ssus--primary.card__with-image,
.theme__ssus--primary .card__with-image,
.t__ssus--pri.card,
.t__ssus--pri .card,
.t__ssus--pri.card__with-image,
.t__ssus--pri .card__with-image {
  border-color: #30337F;
}
.theme__ssus--primary.card__highlight,
.theme__ssus--primary .card__highlight,
.theme__ssus--primary .card__highlight--image,
.theme__ssus--primary .card__highlight--final,
.t__ssus--pri.card__highlight,
.t__ssus--pri .card__highlight,
.t__ssus--pri .card__highlight--image,
.t__ssus--pri .card__highlight--final {
  background-color: #30337F;
  border-color: #30337F;
}
.theme__ssus--primary.card__highlight--title,
.theme__ssus--primary .card__highlight--title,
.theme__ssus--primary .card__highlight--image,
.theme__ssus--primary .card__highlight--final,
.t__ssus--pri.card__highlight--title,
.t__ssus--pri .card__highlight--title,
.t__ssus--pri .card__highlight--image,
.t__ssus--pri .card__highlight--final {
  color: #4a4a4a;
}
.theme__ssus--primary .image-slider__selector--dot,
.t__ssus--pri .image-slider__selector--dot {
  background-color: #30337F;
}
.theme__ssus--primary .call-to-action__text h3,
.t__ssus--pri .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__ssus--primary .officer__block--title h5, .theme__ssus--primary .officer__block--title h6,
.t__ssus--pri .officer__block--title h5,
.t__ssus--pri .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__ssus--primary .block__statement--link,
.t__ssus--pri .block__statement--link {
  color: #4a4a4a;
}
.theme__ssus--primary .card__cutoff,
.t__ssus--pri .card__cutoff {
  background: linear-gradient(#30337F, #30337F), linear-gradient(white, white);
}
.theme__ssus--primary .card__cutoff p,
.t__ssus--pri .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__ssus--primary .card__cutoff:hover,
  .t__ssus--pri .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__ssus--primary .card__cutoff:hover p,
  .t__ssus--pri .card__cutoff:hover p {
    color: #30337F;
  }
  .theme__ssus--primary .card__cutoff:hover .card__cutoff--link,
  .t__ssus--pri .card__cutoff:hover .card__cutoff--link {
    color: #30337F;
  }
  .theme__ssus--primary .card__cutoff:hover .card__cutoff--text,
  .t__ssus--pri .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__ssus--primary .card__cutoff:hover .card__cutoff--text p,
  .t__ssus--pri .card__cutoff:hover .card__cutoff--text p {
    color: #30337F;
  }
  .theme__ssus--primary .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__ssus--pri .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: #30337F;
  }
}
.theme__ssus--primary .card__cutoff--link,
.t__ssus--pri .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__ssus--primary .card__cutoff--link:hover,
  .t__ssus--pri .card__cutoff--link:hover {
    color: #30337F;
  }
  .theme__ssus--primary .card__cutoff--link:hover--link,
  .t__ssus--pri .card__cutoff--link:hover--link {
    color: #30337F;
  }
}
.theme__ssus--primary .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__ssus--pri .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: #30337F;
}
.theme__ssus--primary .dropdown__toggle--title,
.t__ssus--pri .dropdown__toggle--title {
  color: #30337F;
}
.theme__ssus--primary .dropdown__toggle--icon i,
.t__ssus--pri .dropdown__toggle--icon i {
  color: #30337F;
}
.theme__ssus--primary .large_timer__countdown--item_large,
.t__ssus--pri .large_timer__countdown--item_large {
  background-color: #30337F;
}
.theme__ssus--primary .large_timer__countdown--item_medium,
.t__ssus--pri .large_timer__countdown--item_medium {
  background-color: #30337F;
}
.theme__ssus--primary .large_timer__countdown--item_small,
.t__ssus--pri .large_timer__countdown--item_small {
  background-color: #30337F;
}
.theme__ssus--primary .modalcontent,
.t__ssus--pri .modalcontent {
  border-color: #30337F;
}
.theme__ssus--primary .transparent__header,
.t__ssus--pri .transparent__header {
  background: #30337F;
}
.theme__ssus--primary .breadcrumb__slashes,
.t__ssus--pri .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__ssus--primary .the-list,
.t__ssus--pri .the-list {
  background-color: #30337F;
}
.theme__ssus--primary .the-list option,
.t__ssus--pri .the-list option {
  border-color: #30337F !important;
}
.theme__ssus--primary .es-list::-webkit-scrollbar-thumb,
.t__ssus--pri .es-list::-webkit-scrollbar-thumb {
  background: #30337F;
}
.theme__ssus--primary .es-visible,
.t__ssus--pri .es-visible {
  border-color: #30337F !important;
}
.theme__ssus--primary .ot-open,
.theme__ssus--primary .ot-closed,
.t__ssus--pri .ot-open,
.t__ssus--pri .ot-closed {
  color: #30337F;
}
.theme__ssus--primary .colour__foreground,
.t__ssus--pri .colour__foreground {
  color: #30337F;
}
.theme__ssus--primary h1.t__none,
.theme__ssus--primary h1.theme__none,
.theme__ssus--primary h2.t__none,
.theme__ssus--primary h2.theme__none,
.theme__ssus--primary h3.t__none,
.theme__ssus--primary h3.theme__none,
.theme__ssus--primary h4.t__none,
.theme__ssus--primary h4.theme__none,
.theme__ssus--primary h1.t__none--w-hov,
.theme__ssus--primary h1.theme__none--with-hover,
.theme__ssus--primary h2.t__none--w-hov,
.theme__ssus--primary h2.theme__none--with-hover,
.theme__ssus--primary h3.t__none--w-hov,
.theme__ssus--primary h3.theme__none--with-hover,
.theme__ssus--primary h4.t__none--w-hov,
.theme__ssus--primary h4.theme__none--with-hover,
.t__ssus--pri h1.t__none,
.t__ssus--pri h1.theme__none,
.t__ssus--pri h2.t__none,
.t__ssus--pri h2.theme__none,
.t__ssus--pri h3.t__none,
.t__ssus--pri h3.theme__none,
.t__ssus--pri h4.t__none,
.t__ssus--pri h4.theme__none,
.t__ssus--pri h1.t__none--w-hov,
.t__ssus--pri h1.theme__none--with-hover,
.t__ssus--pri h2.t__none--w-hov,
.t__ssus--pri h2.theme__none--with-hover,
.t__ssus--pri h3.t__none--w-hov,
.t__ssus--pri h3.theme__none--with-hover,
.t__ssus--pri h4.t__none--w-hov,
.t__ssus--pri h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__ssus--primary span.t__none,
.theme__ssus--primary span.theme__none,
.t__ssus--pri span.t__none,
.t__ssus--pri span.theme__none {
  color: #4a4a4a;
}
.theme__ssus--primary i.t__none,
.theme__ssus--primary i.theme__none,
.t__ssus--pri i.t__none,
.t__ssus--pri i.theme__none {
  color: #4a4a4a;
}
.theme__ssus--primary a.border__none,
.theme__ssus--primary a.b__none,
.t__ssus--pri a.border__none,
.t__ssus--pri a.b__none {
  border: 0;
}
.theme__ssus--primary a:hover h1.t__none,
.theme__ssus--primary a:hover h1.theme__none,
.theme__ssus--primary a:hover h2.t__none,
.theme__ssus--primary a:hover h2.theme__none,
.theme__ssus--primary a:hover h3.t__none,
.theme__ssus--primary a:hover h3.theme__none,
.theme__ssus--primary a:hover h4.t__none,
.theme__ssus--primary a:hover h4.theme__none,
.t__ssus--pri a:hover h1.t__none,
.t__ssus--pri a:hover h1.theme__none,
.t__ssus--pri a:hover h2.t__none,
.t__ssus--pri a:hover h2.theme__none,
.t__ssus--pri a:hover h3.t__none,
.t__ssus--pri a:hover h3.theme__none,
.t__ssus--pri a:hover h4.t__none,
.t__ssus--pri a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__ssus--primary a:hover h1.t__none--w-hov,
.theme__ssus--primary a:hover h1.theme__none--with-hover,
.theme__ssus--primary a:hover h2.t__none--w-hov,
.theme__ssus--primary a:hover h2.theme__none--with-hover,
.theme__ssus--primary a:hover h3.t__none--w-hov,
.theme__ssus--primary a:hover h3.theme__none--with-hover,
.theme__ssus--primary a:hover h4.t__none--w-hov,
.theme__ssus--primary a:hover h4.theme__none--with-hover,
.t__ssus--pri a:hover h1.t__none--w-hov,
.t__ssus--pri a:hover h1.theme__none--with-hover,
.t__ssus--pri a:hover h2.t__none--w-hov,
.t__ssus--pri a:hover h2.theme__none--with-hover,
.t__ssus--pri a:hover h3.t__none--w-hov,
.t__ssus--pri a:hover h3.theme__none--with-hover,
.t__ssus--pri a:hover h4.t__none--w-hov,
.t__ssus--pri a:hover h4.theme__none--with-hover {
  color: #30337F;
}
.theme__ssus--primary .dotted__line--small, .theme__ssus--primary .dotted__line--medium, .theme__ssus--primary .dotted__line--large, .theme__ssus--primary .dotted__line--x-large, .theme__ssus--primary .dotted__line--huge,
.t__ssus--pri .dotted__line--small,
.t__ssus--pri .dotted__line--medium,
.t__ssus--pri .dotted__line--large,
.t__ssus--pri .dotted__line--x-large,
.t__ssus--pri .dotted__line--huge {
  border-image-source: url("https://fe3ca8e0a2f497a00e8a-853d39369c554c336474f22b1382bbe4.ssl.cf3.rackcdn.com/dotted_ssus.png");
}

.theme__ssus--secondary h1, .theme__ssus--secondary h2, .theme__ssus--secondary h3, .theme__ssus--secondary h4, .theme__ssus--secondary h5, .theme__ssus--secondary h6,
.t__ssus--sec h1,
.t__ssus--sec h2,
.t__ssus--sec h3,
.t__ssus--sec h4,
.t__ssus--sec h5,
.t__ssus--sec h6 {
  color: #30337F;
}
.theme__ssus--secondary a,
.t__ssus--sec a {
  color: #4a4a4a;
  border-color: #30337F;
  text-decoration: none;
}
.theme__ssus--secondary a:hover,
.t__ssus--sec a:hover {
  color: #30337F;
}
.theme__ssus--secondary a:hover h1, .theme__ssus--secondary a:hover h2, .theme__ssus--secondary a:hover h3, .theme__ssus--secondary a:hover h4, .theme__ssus--secondary a:hover h5, .theme__ssus--secondary a:hover h6,
.t__ssus--sec a:hover h1,
.t__ssus--sec a:hover h2,
.t__ssus--sec a:hover h3,
.t__ssus--sec a:hover h4,
.t__ssus--sec a:hover h5,
.t__ssus--sec a:hover h6 {
  color: #30337F;
}
.theme__ssus--secondary a div,
.t__ssus--sec a div {
  border-color: #30337F !important;
}
.theme__ssus--secondary input,
.t__ssus--sec input {
  border-color: #30337F;
}
.theme__ssus--secondary p,
.t__ssus--sec p {
  color: #4a4a4a;
}
.theme__ssus--secondary .button,
.theme__ssus--secondary .btn,
.theme__ssus--secondary .btn__pill, .theme__ssus--secondary.button, .theme__ssus--secondary.btn, .theme__ssus--secondary.btn__pill,
.t__ssus--sec .button,
.t__ssus--sec .btn,
.t__ssus--sec .btn__pill,
.t__ssus--sec.button,
.t__ssus--sec.btn,
.t__ssus--sec.btn__pill {
  border-color: #30337F;
}
@media (hover: hover) {
  .theme__ssus--secondary .button:hover,
  .theme__ssus--secondary .btn:hover,
  .theme__ssus--secondary .btn__pill:hover, .theme__ssus--secondary.button:hover, .theme__ssus--secondary.btn:hover, .theme__ssus--secondary.btn__pill:hover,
  .t__ssus--sec .button:hover,
  .t__ssus--sec .btn:hover,
  .t__ssus--sec .btn__pill:hover,
  .t__ssus--sec.button:hover,
  .t__ssus--sec.btn:hover,
  .t__ssus--sec.btn__pill:hover {
    color: #ffffff;
    background: #30337F;
  }
  .theme__ssus--secondary .button:hover i,
  .theme__ssus--secondary .btn:hover i,
  .theme__ssus--secondary .btn__pill:hover i, .theme__ssus--secondary.button:hover i, .theme__ssus--secondary.btn:hover i, .theme__ssus--secondary.btn__pill:hover i,
  .t__ssus--sec .button:hover i,
  .t__ssus--sec .btn:hover i,
  .t__ssus--sec .btn__pill:hover i,
  .t__ssus--sec.button:hover i,
  .t__ssus--sec.btn:hover i,
  .t__ssus--sec.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__ssus--secondary .button__invert,
.theme__ssus--secondary .btn__invert,
.theme__ssus--secondary .btn__pill__invert, .theme__ssus--secondary.button__invert, .theme__ssus--secondary.btn__invert, .theme__ssus--secondary.btn__pill__invert,
.t__ssus--sec .button__invert,
.t__ssus--sec .btn__invert,
.t__ssus--sec .btn__pill__invert,
.t__ssus--sec.button__invert,
.t__ssus--sec.btn__invert,
.t__ssus--sec.btn__pill__invert {
  background-color: #30337F;
  color: #ffffff;
}
.theme__ssus--secondary .button__invert h4,
.theme__ssus--secondary .btn__invert h4,
.theme__ssus--secondary .btn__pill__invert h4, .theme__ssus--secondary.button__invert h4, .theme__ssus--secondary.btn__invert h4, .theme__ssus--secondary.btn__pill__invert h4,
.t__ssus--sec .button__invert h4,
.t__ssus--sec .btn__invert h4,
.t__ssus--sec .btn__pill__invert h4,
.t__ssus--sec.button__invert h4,
.t__ssus--sec.btn__invert h4,
.t__ssus--sec.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__ssus--secondary .button__invert:hover,
.theme__ssus--secondary .btn__invert:hover,
.theme__ssus--secondary .btn__pill__invert:hover, .theme__ssus--secondary.button__invert:hover, .theme__ssus--secondary.btn__invert:hover, .theme__ssus--secondary.btn__pill__invert:hover,
.t__ssus--sec .button__invert:hover,
.t__ssus--sec .btn__invert:hover,
.t__ssus--sec .btn__pill__invert:hover,
.t__ssus--sec.button__invert:hover,
.t__ssus--sec.btn__invert:hover,
.t__ssus--sec.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__ssus--secondary .button__invert:hover h4,
.theme__ssus--secondary .btn__invert:hover h4,
.theme__ssus--secondary .btn__pill__invert:hover h4, .theme__ssus--secondary.button__invert:hover h4, .theme__ssus--secondary.btn__invert:hover h4, .theme__ssus--secondary.btn__pill__invert:hover h4,
.t__ssus--sec .button__invert:hover h4,
.t__ssus--sec .btn__invert:hover h4,
.t__ssus--sec .btn__pill__invert:hover h4,
.t__ssus--sec.button__invert:hover h4,
.t__ssus--sec.btn__invert:hover h4,
.t__ssus--sec.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__ssus--secondary .button__invert--hover:hover,
.theme__ssus--secondary .btn__invert--hover:hover,
.theme__ssus--secondary .btn__pill__invert--hover:hover, .theme__ssus--secondary.button__invert--hover:hover, .theme__ssus--secondary.btn__invert--hover:hover, .theme__ssus--secondary.btn__pill__invert--hover:hover,
.t__ssus--sec .button__invert--hover:hover,
.t__ssus--sec .btn__invert--hover:hover,
.t__ssus--sec .btn__pill__invert--hover:hover,
.t__ssus--sec.button__invert--hover:hover,
.t__ssus--sec.btn__invert--hover:hover,
.t__ssus--sec.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__ssus--secondary .button__under,
.theme__ssus--secondary .btn__under,
.theme__ssus--secondary .btn__pill__under, .theme__ssus--secondary.button__under, .theme__ssus--secondary.btn__under, .theme__ssus--secondary.btn__pill__under,
.t__ssus--sec .button__under,
.t__ssus--sec .btn__under,
.t__ssus--sec .btn__pill__under,
.t__ssus--sec.button__under,
.t__ssus--sec.btn__under,
.t__ssus--sec.btn__pill__under {
  border-color: #30337F;
}
.theme__ssus--secondary .btn__large,
.t__ssus--sec .btn__large {
  background-color: #30337F;
}
.theme__ssus--secondary .input__search,
.t__ssus--sec .input__search {
  border-color: #30337F;
}
.theme__ssus--secondary .input__search i,
.t__ssus--sec .input__search i {
  color: #4a4a4a;
}
.theme__ssus--secondary .input__search:hover i,
.t__ssus--sec .input__search:hover i {
  color: #30337F;
}
.theme__ssus--secondary .component__foreground,
.t__ssus--sec .component__foreground {
  color: #4a4a4a;
}
.theme__ssus--secondary.card,
.theme__ssus--secondary .card, .theme__ssus--secondary.card__with-image,
.theme__ssus--secondary .card__with-image,
.t__ssus--sec.card,
.t__ssus--sec .card,
.t__ssus--sec.card__with-image,
.t__ssus--sec .card__with-image {
  border-color: #30337F;
}
.theme__ssus--secondary.card__highlight,
.theme__ssus--secondary .card__highlight,
.theme__ssus--secondary .card__highlight--image,
.theme__ssus--secondary .card__highlight--final,
.t__ssus--sec.card__highlight,
.t__ssus--sec .card__highlight,
.t__ssus--sec .card__highlight--image,
.t__ssus--sec .card__highlight--final {
  background-color: #30337F;
  border-color: #30337F;
}
.theme__ssus--secondary.card__highlight--title,
.theme__ssus--secondary .card__highlight--title,
.theme__ssus--secondary .card__highlight--image,
.theme__ssus--secondary .card__highlight--final,
.t__ssus--sec.card__highlight--title,
.t__ssus--sec .card__highlight--title,
.t__ssus--sec .card__highlight--image,
.t__ssus--sec .card__highlight--final {
  color: #4a4a4a;
}
.theme__ssus--secondary .image-slider__selector--dot,
.t__ssus--sec .image-slider__selector--dot {
  background-color: #30337F;
}
.theme__ssus--secondary .call-to-action__text h3,
.t__ssus--sec .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__ssus--secondary .officer__block--title h5, .theme__ssus--secondary .officer__block--title h6,
.t__ssus--sec .officer__block--title h5,
.t__ssus--sec .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__ssus--secondary .block__statement--link,
.t__ssus--sec .block__statement--link {
  color: #4a4a4a;
}
.theme__ssus--secondary .card__cutoff,
.t__ssus--sec .card__cutoff {
  background: linear-gradient(#30337F, #30337F), linear-gradient(white, white);
}
.theme__ssus--secondary .card__cutoff p,
.t__ssus--sec .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__ssus--secondary .card__cutoff:hover,
  .t__ssus--sec .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__ssus--secondary .card__cutoff:hover p,
  .t__ssus--sec .card__cutoff:hover p {
    color: #30337F;
  }
  .theme__ssus--secondary .card__cutoff:hover .card__cutoff--link,
  .t__ssus--sec .card__cutoff:hover .card__cutoff--link {
    color: #30337F;
  }
  .theme__ssus--secondary .card__cutoff:hover .card__cutoff--text,
  .t__ssus--sec .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__ssus--secondary .card__cutoff:hover .card__cutoff--text p,
  .t__ssus--sec .card__cutoff:hover .card__cutoff--text p {
    color: #30337F;
  }
  .theme__ssus--secondary .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__ssus--sec .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: #30337F;
  }
}
.theme__ssus--secondary .card__cutoff--link,
.t__ssus--sec .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__ssus--secondary .card__cutoff--link:hover,
  .t__ssus--sec .card__cutoff--link:hover {
    color: #30337F;
  }
  .theme__ssus--secondary .card__cutoff--link:hover--link,
  .t__ssus--sec .card__cutoff--link:hover--link {
    color: #30337F;
  }
}
.theme__ssus--secondary .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__ssus--sec .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: #30337F;
}
.theme__ssus--secondary .dropdown__toggle--title,
.t__ssus--sec .dropdown__toggle--title {
  color: #30337F;
}
.theme__ssus--secondary .dropdown__toggle--icon i,
.t__ssus--sec .dropdown__toggle--icon i {
  color: #30337F;
}
.theme__ssus--secondary .large_timer__countdown--item_large,
.t__ssus--sec .large_timer__countdown--item_large {
  background-color: #30337F;
}
.theme__ssus--secondary .large_timer__countdown--item_medium,
.t__ssus--sec .large_timer__countdown--item_medium {
  background-color: #30337F;
}
.theme__ssus--secondary .large_timer__countdown--item_small,
.t__ssus--sec .large_timer__countdown--item_small {
  background-color: #30337F;
}
.theme__ssus--secondary .modalcontent,
.t__ssus--sec .modalcontent {
  border-color: #30337F;
}
.theme__ssus--secondary .transparent__header,
.t__ssus--sec .transparent__header {
  background: #30337F;
}
.theme__ssus--secondary .breadcrumb__slashes,
.t__ssus--sec .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__ssus--secondary .the-list,
.t__ssus--sec .the-list {
  background-color: #30337F;
}
.theme__ssus--secondary .the-list option,
.t__ssus--sec .the-list option {
  border-color: #30337F !important;
}
.theme__ssus--secondary .es-list::-webkit-scrollbar-thumb,
.t__ssus--sec .es-list::-webkit-scrollbar-thumb {
  background: #30337F;
}
.theme__ssus--secondary .es-visible,
.t__ssus--sec .es-visible {
  border-color: #30337F !important;
}
.theme__ssus--secondary .ot-open,
.theme__ssus--secondary .ot-closed,
.t__ssus--sec .ot-open,
.t__ssus--sec .ot-closed {
  color: #30337F;
}
.theme__ssus--secondary .colour__foreground,
.t__ssus--sec .colour__foreground {
  color: #30337F;
}
.theme__ssus--secondary h1.t__none,
.theme__ssus--secondary h1.theme__none,
.theme__ssus--secondary h2.t__none,
.theme__ssus--secondary h2.theme__none,
.theme__ssus--secondary h3.t__none,
.theme__ssus--secondary h3.theme__none,
.theme__ssus--secondary h4.t__none,
.theme__ssus--secondary h4.theme__none,
.theme__ssus--secondary h1.t__none--w-hov,
.theme__ssus--secondary h1.theme__none--with-hover,
.theme__ssus--secondary h2.t__none--w-hov,
.theme__ssus--secondary h2.theme__none--with-hover,
.theme__ssus--secondary h3.t__none--w-hov,
.theme__ssus--secondary h3.theme__none--with-hover,
.theme__ssus--secondary h4.t__none--w-hov,
.theme__ssus--secondary h4.theme__none--with-hover,
.t__ssus--sec h1.t__none,
.t__ssus--sec h1.theme__none,
.t__ssus--sec h2.t__none,
.t__ssus--sec h2.theme__none,
.t__ssus--sec h3.t__none,
.t__ssus--sec h3.theme__none,
.t__ssus--sec h4.t__none,
.t__ssus--sec h4.theme__none,
.t__ssus--sec h1.t__none--w-hov,
.t__ssus--sec h1.theme__none--with-hover,
.t__ssus--sec h2.t__none--w-hov,
.t__ssus--sec h2.theme__none--with-hover,
.t__ssus--sec h3.t__none--w-hov,
.t__ssus--sec h3.theme__none--with-hover,
.t__ssus--sec h4.t__none--w-hov,
.t__ssus--sec h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__ssus--secondary span.t__none,
.theme__ssus--secondary span.theme__none,
.t__ssus--sec span.t__none,
.t__ssus--sec span.theme__none {
  color: #4a4a4a;
}
.theme__ssus--secondary i.t__none,
.theme__ssus--secondary i.theme__none,
.t__ssus--sec i.t__none,
.t__ssus--sec i.theme__none {
  color: #4a4a4a;
}
.theme__ssus--secondary a.border__none,
.theme__ssus--secondary a.b__none,
.t__ssus--sec a.border__none,
.t__ssus--sec a.b__none {
  border: 0;
}
.theme__ssus--secondary a:hover h1.t__none,
.theme__ssus--secondary a:hover h1.theme__none,
.theme__ssus--secondary a:hover h2.t__none,
.theme__ssus--secondary a:hover h2.theme__none,
.theme__ssus--secondary a:hover h3.t__none,
.theme__ssus--secondary a:hover h3.theme__none,
.theme__ssus--secondary a:hover h4.t__none,
.theme__ssus--secondary a:hover h4.theme__none,
.t__ssus--sec a:hover h1.t__none,
.t__ssus--sec a:hover h1.theme__none,
.t__ssus--sec a:hover h2.t__none,
.t__ssus--sec a:hover h2.theme__none,
.t__ssus--sec a:hover h3.t__none,
.t__ssus--sec a:hover h3.theme__none,
.t__ssus--sec a:hover h4.t__none,
.t__ssus--sec a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__ssus--secondary a:hover h1.t__none--w-hov,
.theme__ssus--secondary a:hover h1.theme__none--with-hover,
.theme__ssus--secondary a:hover h2.t__none--w-hov,
.theme__ssus--secondary a:hover h2.theme__none--with-hover,
.theme__ssus--secondary a:hover h3.t__none--w-hov,
.theme__ssus--secondary a:hover h3.theme__none--with-hover,
.theme__ssus--secondary a:hover h4.t__none--w-hov,
.theme__ssus--secondary a:hover h4.theme__none--with-hover,
.t__ssus--sec a:hover h1.t__none--w-hov,
.t__ssus--sec a:hover h1.theme__none--with-hover,
.t__ssus--sec a:hover h2.t__none--w-hov,
.t__ssus--sec a:hover h2.theme__none--with-hover,
.t__ssus--sec a:hover h3.t__none--w-hov,
.t__ssus--sec a:hover h3.theme__none--with-hover,
.t__ssus--sec a:hover h4.t__none--w-hov,
.t__ssus--sec a:hover h4.theme__none--with-hover {
  color: #30337F;
}

.theme__ssus--pastel h1, .theme__ssus--pastel h2, .theme__ssus--pastel h3, .theme__ssus--pastel h4, .theme__ssus--pastel h5, .theme__ssus--pastel h6,
.t__ssus--pas h1,
.t__ssus--pas h2,
.t__ssus--pas h3,
.t__ssus--pas h4,
.t__ssus--pas h5,
.t__ssus--pas h6 {
  color: #30337F;
}
.theme__ssus--pastel a,
.t__ssus--pas a {
  color: #4a4a4a;
  border-color: #30337F;
  text-decoration: none;
}
.theme__ssus--pastel a:hover,
.t__ssus--pas a:hover {
  color: #30337F;
}
.theme__ssus--pastel a:hover h1, .theme__ssus--pastel a:hover h2, .theme__ssus--pastel a:hover h3, .theme__ssus--pastel a:hover h4, .theme__ssus--pastel a:hover h5, .theme__ssus--pastel a:hover h6,
.t__ssus--pas a:hover h1,
.t__ssus--pas a:hover h2,
.t__ssus--pas a:hover h3,
.t__ssus--pas a:hover h4,
.t__ssus--pas a:hover h5,
.t__ssus--pas a:hover h6 {
  color: #30337F;
}
.theme__ssus--pastel a div,
.t__ssus--pas a div {
  border-color: #30337F !important;
}
.theme__ssus--pastel input,
.t__ssus--pas input {
  border-color: #30337F;
}
.theme__ssus--pastel p,
.t__ssus--pas p {
  color: #4a4a4a;
}
.theme__ssus--pastel .button,
.theme__ssus--pastel .btn,
.theme__ssus--pastel .btn__pill, .theme__ssus--pastel.button, .theme__ssus--pastel.btn, .theme__ssus--pastel.btn__pill,
.t__ssus--pas .button,
.t__ssus--pas .btn,
.t__ssus--pas .btn__pill,
.t__ssus--pas.button,
.t__ssus--pas.btn,
.t__ssus--pas.btn__pill {
  border-color: #30337F;
}
@media (hover: hover) {
  .theme__ssus--pastel .button:hover,
  .theme__ssus--pastel .btn:hover,
  .theme__ssus--pastel .btn__pill:hover, .theme__ssus--pastel.button:hover, .theme__ssus--pastel.btn:hover, .theme__ssus--pastel.btn__pill:hover,
  .t__ssus--pas .button:hover,
  .t__ssus--pas .btn:hover,
  .t__ssus--pas .btn__pill:hover,
  .t__ssus--pas.button:hover,
  .t__ssus--pas.btn:hover,
  .t__ssus--pas.btn__pill:hover {
    color: #ffffff;
    background: #30337F;
  }
  .theme__ssus--pastel .button:hover i,
  .theme__ssus--pastel .btn:hover i,
  .theme__ssus--pastel .btn__pill:hover i, .theme__ssus--pastel.button:hover i, .theme__ssus--pastel.btn:hover i, .theme__ssus--pastel.btn__pill:hover i,
  .t__ssus--pas .button:hover i,
  .t__ssus--pas .btn:hover i,
  .t__ssus--pas .btn__pill:hover i,
  .t__ssus--pas.button:hover i,
  .t__ssus--pas.btn:hover i,
  .t__ssus--pas.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__ssus--pastel .button__invert,
.theme__ssus--pastel .btn__invert,
.theme__ssus--pastel .btn__pill__invert, .theme__ssus--pastel.button__invert, .theme__ssus--pastel.btn__invert, .theme__ssus--pastel.btn__pill__invert,
.t__ssus--pas .button__invert,
.t__ssus--pas .btn__invert,
.t__ssus--pas .btn__pill__invert,
.t__ssus--pas.button__invert,
.t__ssus--pas.btn__invert,
.t__ssus--pas.btn__pill__invert {
  background-color: #30337F;
  color: #ffffff;
}
.theme__ssus--pastel .button__invert h4,
.theme__ssus--pastel .btn__invert h4,
.theme__ssus--pastel .btn__pill__invert h4, .theme__ssus--pastel.button__invert h4, .theme__ssus--pastel.btn__invert h4, .theme__ssus--pastel.btn__pill__invert h4,
.t__ssus--pas .button__invert h4,
.t__ssus--pas .btn__invert h4,
.t__ssus--pas .btn__pill__invert h4,
.t__ssus--pas.button__invert h4,
.t__ssus--pas.btn__invert h4,
.t__ssus--pas.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__ssus--pastel .button__invert:hover,
.theme__ssus--pastel .btn__invert:hover,
.theme__ssus--pastel .btn__pill__invert:hover, .theme__ssus--pastel.button__invert:hover, .theme__ssus--pastel.btn__invert:hover, .theme__ssus--pastel.btn__pill__invert:hover,
.t__ssus--pas .button__invert:hover,
.t__ssus--pas .btn__invert:hover,
.t__ssus--pas .btn__pill__invert:hover,
.t__ssus--pas.button__invert:hover,
.t__ssus--pas.btn__invert:hover,
.t__ssus--pas.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__ssus--pastel .button__invert:hover h4,
.theme__ssus--pastel .btn__invert:hover h4,
.theme__ssus--pastel .btn__pill__invert:hover h4, .theme__ssus--pastel.button__invert:hover h4, .theme__ssus--pastel.btn__invert:hover h4, .theme__ssus--pastel.btn__pill__invert:hover h4,
.t__ssus--pas .button__invert:hover h4,
.t__ssus--pas .btn__invert:hover h4,
.t__ssus--pas .btn__pill__invert:hover h4,
.t__ssus--pas.button__invert:hover h4,
.t__ssus--pas.btn__invert:hover h4,
.t__ssus--pas.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__ssus--pastel .button__invert--hover:hover,
.theme__ssus--pastel .btn__invert--hover:hover,
.theme__ssus--pastel .btn__pill__invert--hover:hover, .theme__ssus--pastel.button__invert--hover:hover, .theme__ssus--pastel.btn__invert--hover:hover, .theme__ssus--pastel.btn__pill__invert--hover:hover,
.t__ssus--pas .button__invert--hover:hover,
.t__ssus--pas .btn__invert--hover:hover,
.t__ssus--pas .btn__pill__invert--hover:hover,
.t__ssus--pas.button__invert--hover:hover,
.t__ssus--pas.btn__invert--hover:hover,
.t__ssus--pas.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__ssus--pastel .button__under,
.theme__ssus--pastel .btn__under,
.theme__ssus--pastel .btn__pill__under, .theme__ssus--pastel.button__under, .theme__ssus--pastel.btn__under, .theme__ssus--pastel.btn__pill__under,
.t__ssus--pas .button__under,
.t__ssus--pas .btn__under,
.t__ssus--pas .btn__pill__under,
.t__ssus--pas.button__under,
.t__ssus--pas.btn__under,
.t__ssus--pas.btn__pill__under {
  border-color: #30337F;
}
.theme__ssus--pastel .btn__large,
.t__ssus--pas .btn__large {
  background-color: #30337F;
}
.theme__ssus--pastel .input__search,
.t__ssus--pas .input__search {
  border-color: #30337F;
}
.theme__ssus--pastel .input__search i,
.t__ssus--pas .input__search i {
  color: #4a4a4a;
}
.theme__ssus--pastel .input__search:hover i,
.t__ssus--pas .input__search:hover i {
  color: #30337F;
}
.theme__ssus--pastel .component__foreground,
.t__ssus--pas .component__foreground {
  color: #4a4a4a;
}
.theme__ssus--pastel.card,
.theme__ssus--pastel .card, .theme__ssus--pastel.card__with-image,
.theme__ssus--pastel .card__with-image,
.t__ssus--pas.card,
.t__ssus--pas .card,
.t__ssus--pas.card__with-image,
.t__ssus--pas .card__with-image {
  border-color: #30337F;
}
.theme__ssus--pastel.card__highlight,
.theme__ssus--pastel .card__highlight,
.theme__ssus--pastel .card__highlight--image,
.theme__ssus--pastel .card__highlight--final,
.t__ssus--pas.card__highlight,
.t__ssus--pas .card__highlight,
.t__ssus--pas .card__highlight--image,
.t__ssus--pas .card__highlight--final {
  background-color: #30337F;
  border-color: #30337F;
}
.theme__ssus--pastel.card__highlight--title,
.theme__ssus--pastel .card__highlight--title,
.theme__ssus--pastel .card__highlight--image,
.theme__ssus--pastel .card__highlight--final,
.t__ssus--pas.card__highlight--title,
.t__ssus--pas .card__highlight--title,
.t__ssus--pas .card__highlight--image,
.t__ssus--pas .card__highlight--final {
  color: #4a4a4a;
}
.theme__ssus--pastel .image-slider__selector--dot,
.t__ssus--pas .image-slider__selector--dot {
  background-color: #30337F;
}
.theme__ssus--pastel .call-to-action__text h3,
.t__ssus--pas .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__ssus--pastel .officer__block--title h5, .theme__ssus--pastel .officer__block--title h6,
.t__ssus--pas .officer__block--title h5,
.t__ssus--pas .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__ssus--pastel .block__statement--link,
.t__ssus--pas .block__statement--link {
  color: #4a4a4a;
}
.theme__ssus--pastel .card__cutoff,
.t__ssus--pas .card__cutoff {
  background: linear-gradient(#30337F, #30337F), linear-gradient(white, white);
}
.theme__ssus--pastel .card__cutoff p,
.t__ssus--pas .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__ssus--pastel .card__cutoff:hover,
  .t__ssus--pas .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__ssus--pastel .card__cutoff:hover p,
  .t__ssus--pas .card__cutoff:hover p {
    color: #30337F;
  }
  .theme__ssus--pastel .card__cutoff:hover .card__cutoff--link,
  .t__ssus--pas .card__cutoff:hover .card__cutoff--link {
    color: #30337F;
  }
  .theme__ssus--pastel .card__cutoff:hover .card__cutoff--text,
  .t__ssus--pas .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__ssus--pastel .card__cutoff:hover .card__cutoff--text p,
  .t__ssus--pas .card__cutoff:hover .card__cutoff--text p {
    color: #30337F;
  }
  .theme__ssus--pastel .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__ssus--pas .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: #30337F;
  }
}
.theme__ssus--pastel .card__cutoff--link,
.t__ssus--pas .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__ssus--pastel .card__cutoff--link:hover,
  .t__ssus--pas .card__cutoff--link:hover {
    color: #30337F;
  }
  .theme__ssus--pastel .card__cutoff--link:hover--link,
  .t__ssus--pas .card__cutoff--link:hover--link {
    color: #30337F;
  }
}
.theme__ssus--pastel .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__ssus--pas .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: #30337F;
}
.theme__ssus--pastel .dropdown__toggle--title,
.t__ssus--pas .dropdown__toggle--title {
  color: #30337F;
}
.theme__ssus--pastel .dropdown__toggle--icon i,
.t__ssus--pas .dropdown__toggle--icon i {
  color: #30337F;
}
.theme__ssus--pastel .large_timer__countdown--item_large,
.t__ssus--pas .large_timer__countdown--item_large {
  background-color: #30337F;
}
.theme__ssus--pastel .large_timer__countdown--item_medium,
.t__ssus--pas .large_timer__countdown--item_medium {
  background-color: #30337F;
}
.theme__ssus--pastel .large_timer__countdown--item_small,
.t__ssus--pas .large_timer__countdown--item_small {
  background-color: #30337F;
}
.theme__ssus--pastel .modalcontent,
.t__ssus--pas .modalcontent {
  border-color: #30337F;
}
.theme__ssus--pastel .transparent__header,
.t__ssus--pas .transparent__header {
  background: #30337F;
}
.theme__ssus--pastel .breadcrumb__slashes,
.t__ssus--pas .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__ssus--pastel .the-list,
.t__ssus--pas .the-list {
  background-color: #30337F;
}
.theme__ssus--pastel .the-list option,
.t__ssus--pas .the-list option {
  border-color: #30337F !important;
}
.theme__ssus--pastel .es-list::-webkit-scrollbar-thumb,
.t__ssus--pas .es-list::-webkit-scrollbar-thumb {
  background: #30337F;
}
.theme__ssus--pastel .es-visible,
.t__ssus--pas .es-visible {
  border-color: #30337F !important;
}
.theme__ssus--pastel .ot-open,
.theme__ssus--pastel .ot-closed,
.t__ssus--pas .ot-open,
.t__ssus--pas .ot-closed {
  color: #30337F;
}
.theme__ssus--pastel .colour__foreground,
.t__ssus--pas .colour__foreground {
  color: #30337F;
}
.theme__ssus--pastel h1.t__none,
.theme__ssus--pastel h1.theme__none,
.theme__ssus--pastel h2.t__none,
.theme__ssus--pastel h2.theme__none,
.theme__ssus--pastel h3.t__none,
.theme__ssus--pastel h3.theme__none,
.theme__ssus--pastel h4.t__none,
.theme__ssus--pastel h4.theme__none,
.theme__ssus--pastel h1.t__none--w-hov,
.theme__ssus--pastel h1.theme__none--with-hover,
.theme__ssus--pastel h2.t__none--w-hov,
.theme__ssus--pastel h2.theme__none--with-hover,
.theme__ssus--pastel h3.t__none--w-hov,
.theme__ssus--pastel h3.theme__none--with-hover,
.theme__ssus--pastel h4.t__none--w-hov,
.theme__ssus--pastel h4.theme__none--with-hover,
.t__ssus--pas h1.t__none,
.t__ssus--pas h1.theme__none,
.t__ssus--pas h2.t__none,
.t__ssus--pas h2.theme__none,
.t__ssus--pas h3.t__none,
.t__ssus--pas h3.theme__none,
.t__ssus--pas h4.t__none,
.t__ssus--pas h4.theme__none,
.t__ssus--pas h1.t__none--w-hov,
.t__ssus--pas h1.theme__none--with-hover,
.t__ssus--pas h2.t__none--w-hov,
.t__ssus--pas h2.theme__none--with-hover,
.t__ssus--pas h3.t__none--w-hov,
.t__ssus--pas h3.theme__none--with-hover,
.t__ssus--pas h4.t__none--w-hov,
.t__ssus--pas h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__ssus--pastel span.t__none,
.theme__ssus--pastel span.theme__none,
.t__ssus--pas span.t__none,
.t__ssus--pas span.theme__none {
  color: #4a4a4a;
}
.theme__ssus--pastel i.t__none,
.theme__ssus--pastel i.theme__none,
.t__ssus--pas i.t__none,
.t__ssus--pas i.theme__none {
  color: #4a4a4a;
}
.theme__ssus--pastel a.border__none,
.theme__ssus--pastel a.b__none,
.t__ssus--pas a.border__none,
.t__ssus--pas a.b__none {
  border: 0;
}
.theme__ssus--pastel a:hover h1.t__none,
.theme__ssus--pastel a:hover h1.theme__none,
.theme__ssus--pastel a:hover h2.t__none,
.theme__ssus--pastel a:hover h2.theme__none,
.theme__ssus--pastel a:hover h3.t__none,
.theme__ssus--pastel a:hover h3.theme__none,
.theme__ssus--pastel a:hover h4.t__none,
.theme__ssus--pastel a:hover h4.theme__none,
.t__ssus--pas a:hover h1.t__none,
.t__ssus--pas a:hover h1.theme__none,
.t__ssus--pas a:hover h2.t__none,
.t__ssus--pas a:hover h2.theme__none,
.t__ssus--pas a:hover h3.t__none,
.t__ssus--pas a:hover h3.theme__none,
.t__ssus--pas a:hover h4.t__none,
.t__ssus--pas a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__ssus--pastel a:hover h1.t__none--w-hov,
.theme__ssus--pastel a:hover h1.theme__none--with-hover,
.theme__ssus--pastel a:hover h2.t__none--w-hov,
.theme__ssus--pastel a:hover h2.theme__none--with-hover,
.theme__ssus--pastel a:hover h3.t__none--w-hov,
.theme__ssus--pastel a:hover h3.theme__none--with-hover,
.theme__ssus--pastel a:hover h4.t__none--w-hov,
.theme__ssus--pastel a:hover h4.theme__none--with-hover,
.t__ssus--pas a:hover h1.t__none--w-hov,
.t__ssus--pas a:hover h1.theme__none--with-hover,
.t__ssus--pas a:hover h2.t__none--w-hov,
.t__ssus--pas a:hover h2.theme__none--with-hover,
.t__ssus--pas a:hover h3.t__none--w-hov,
.t__ssus--pas a:hover h3.theme__none--with-hover,
.t__ssus--pas a:hover h4.t__none--w-hov,
.t__ssus--pas a:hover h4.theme__none--with-hover {
  color: #30337F;
}

.theme__ssus--background-primary,
.t__ssus--bg-pri {
  background-color: #30337F;
}

.theme__ssus--background-secondary,
.t__ssus--bg-sec {
  background-color: #30337F;
}

.theme__ssus--background-pastel,
.t__ssus--bg-pas {
  background-color: #30337F;
}

.theme__pbt--primary h1, .theme__pbt--primary h2, .theme__pbt--primary h3, .theme__pbt--primary h4, .theme__pbt--primary h5, .theme__pbt--primary h6,
.t__pbt--pri h1,
.t__pbt--pri h2,
.t__pbt--pri h3,
.t__pbt--pri h4,
.t__pbt--pri h5,
.t__pbt--pri h6 {
  color: #CD0707;
}
.theme__pbt--primary a,
.t__pbt--pri a {
  color: #4a4a4a;
  border-color: #CD0707;
  text-decoration: none;
}
.theme__pbt--primary a:hover,
.t__pbt--pri a:hover {
  color: #CD0707;
}
.theme__pbt--primary a:hover h1, .theme__pbt--primary a:hover h2, .theme__pbt--primary a:hover h3, .theme__pbt--primary a:hover h4, .theme__pbt--primary a:hover h5, .theme__pbt--primary a:hover h6,
.t__pbt--pri a:hover h1,
.t__pbt--pri a:hover h2,
.t__pbt--pri a:hover h3,
.t__pbt--pri a:hover h4,
.t__pbt--pri a:hover h5,
.t__pbt--pri a:hover h6 {
  color: #CD0707;
}
.theme__pbt--primary a div,
.t__pbt--pri a div {
  border-color: #CD0707 !important;
}
.theme__pbt--primary input,
.t__pbt--pri input {
  border-color: #CD0707;
}
.theme__pbt--primary p,
.t__pbt--pri p {
  color: #4a4a4a;
}
.theme__pbt--primary .button,
.theme__pbt--primary .btn,
.theme__pbt--primary .btn__pill, .theme__pbt--primary.button, .theme__pbt--primary.btn, .theme__pbt--primary.btn__pill,
.t__pbt--pri .button,
.t__pbt--pri .btn,
.t__pbt--pri .btn__pill,
.t__pbt--pri.button,
.t__pbt--pri.btn,
.t__pbt--pri.btn__pill {
  border-color: #CD0707;
}
@media (hover: hover) {
  .theme__pbt--primary .button:hover,
  .theme__pbt--primary .btn:hover,
  .theme__pbt--primary .btn__pill:hover, .theme__pbt--primary.button:hover, .theme__pbt--primary.btn:hover, .theme__pbt--primary.btn__pill:hover,
  .t__pbt--pri .button:hover,
  .t__pbt--pri .btn:hover,
  .t__pbt--pri .btn__pill:hover,
  .t__pbt--pri.button:hover,
  .t__pbt--pri.btn:hover,
  .t__pbt--pri.btn__pill:hover {
    color: #ffffff;
    background: #CD0707;
  }
  .theme__pbt--primary .button:hover i,
  .theme__pbt--primary .btn:hover i,
  .theme__pbt--primary .btn__pill:hover i, .theme__pbt--primary.button:hover i, .theme__pbt--primary.btn:hover i, .theme__pbt--primary.btn__pill:hover i,
  .t__pbt--pri .button:hover i,
  .t__pbt--pri .btn:hover i,
  .t__pbt--pri .btn__pill:hover i,
  .t__pbt--pri.button:hover i,
  .t__pbt--pri.btn:hover i,
  .t__pbt--pri.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__pbt--primary .button__invert,
.theme__pbt--primary .btn__invert,
.theme__pbt--primary .btn__pill__invert, .theme__pbt--primary.button__invert, .theme__pbt--primary.btn__invert, .theme__pbt--primary.btn__pill__invert,
.t__pbt--pri .button__invert,
.t__pbt--pri .btn__invert,
.t__pbt--pri .btn__pill__invert,
.t__pbt--pri.button__invert,
.t__pbt--pri.btn__invert,
.t__pbt--pri.btn__pill__invert {
  background-color: #CD0707;
  color: #ffffff;
}
.theme__pbt--primary .button__invert h4,
.theme__pbt--primary .btn__invert h4,
.theme__pbt--primary .btn__pill__invert h4, .theme__pbt--primary.button__invert h4, .theme__pbt--primary.btn__invert h4, .theme__pbt--primary.btn__pill__invert h4,
.t__pbt--pri .button__invert h4,
.t__pbt--pri .btn__invert h4,
.t__pbt--pri .btn__pill__invert h4,
.t__pbt--pri.button__invert h4,
.t__pbt--pri.btn__invert h4,
.t__pbt--pri.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__pbt--primary .button__invert:hover,
.theme__pbt--primary .btn__invert:hover,
.theme__pbt--primary .btn__pill__invert:hover, .theme__pbt--primary.button__invert:hover, .theme__pbt--primary.btn__invert:hover, .theme__pbt--primary.btn__pill__invert:hover,
.t__pbt--pri .button__invert:hover,
.t__pbt--pri .btn__invert:hover,
.t__pbt--pri .btn__pill__invert:hover,
.t__pbt--pri.button__invert:hover,
.t__pbt--pri.btn__invert:hover,
.t__pbt--pri.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__pbt--primary .button__invert:hover h4,
.theme__pbt--primary .btn__invert:hover h4,
.theme__pbt--primary .btn__pill__invert:hover h4, .theme__pbt--primary.button__invert:hover h4, .theme__pbt--primary.btn__invert:hover h4, .theme__pbt--primary.btn__pill__invert:hover h4,
.t__pbt--pri .button__invert:hover h4,
.t__pbt--pri .btn__invert:hover h4,
.t__pbt--pri .btn__pill__invert:hover h4,
.t__pbt--pri.button__invert:hover h4,
.t__pbt--pri.btn__invert:hover h4,
.t__pbt--pri.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__pbt--primary .button__invert--hover:hover,
.theme__pbt--primary .btn__invert--hover:hover,
.theme__pbt--primary .btn__pill__invert--hover:hover, .theme__pbt--primary.button__invert--hover:hover, .theme__pbt--primary.btn__invert--hover:hover, .theme__pbt--primary.btn__pill__invert--hover:hover,
.t__pbt--pri .button__invert--hover:hover,
.t__pbt--pri .btn__invert--hover:hover,
.t__pbt--pri .btn__pill__invert--hover:hover,
.t__pbt--pri.button__invert--hover:hover,
.t__pbt--pri.btn__invert--hover:hover,
.t__pbt--pri.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__pbt--primary .button__under,
.theme__pbt--primary .btn__under,
.theme__pbt--primary .btn__pill__under, .theme__pbt--primary.button__under, .theme__pbt--primary.btn__under, .theme__pbt--primary.btn__pill__under,
.t__pbt--pri .button__under,
.t__pbt--pri .btn__under,
.t__pbt--pri .btn__pill__under,
.t__pbt--pri.button__under,
.t__pbt--pri.btn__under,
.t__pbt--pri.btn__pill__under {
  border-color: #CD0707;
}
.theme__pbt--primary .btn__large,
.t__pbt--pri .btn__large {
  background-color: #CD0707;
}
.theme__pbt--primary .input__search,
.t__pbt--pri .input__search {
  border-color: #CD0707;
}
.theme__pbt--primary .input__search i,
.t__pbt--pri .input__search i {
  color: #4a4a4a;
}
.theme__pbt--primary .input__search:hover i,
.t__pbt--pri .input__search:hover i {
  color: #CD0707;
}
.theme__pbt--primary .component__foreground,
.t__pbt--pri .component__foreground {
  color: #4a4a4a;
}
.theme__pbt--primary.card,
.theme__pbt--primary .card, .theme__pbt--primary.card__with-image,
.theme__pbt--primary .card__with-image,
.t__pbt--pri.card,
.t__pbt--pri .card,
.t__pbt--pri.card__with-image,
.t__pbt--pri .card__with-image {
  border-color: #CD0707;
}
.theme__pbt--primary.card__highlight,
.theme__pbt--primary .card__highlight,
.theme__pbt--primary .card__highlight--image,
.theme__pbt--primary .card__highlight--final,
.t__pbt--pri.card__highlight,
.t__pbt--pri .card__highlight,
.t__pbt--pri .card__highlight--image,
.t__pbt--pri .card__highlight--final {
  background-color: #CD0707;
  border-color: #CD0707;
}
.theme__pbt--primary.card__highlight--title,
.theme__pbt--primary .card__highlight--title,
.theme__pbt--primary .card__highlight--image,
.theme__pbt--primary .card__highlight--final,
.t__pbt--pri.card__highlight--title,
.t__pbt--pri .card__highlight--title,
.t__pbt--pri .card__highlight--image,
.t__pbt--pri .card__highlight--final {
  color: #4a4a4a;
}
.theme__pbt--primary .image-slider__selector--dot,
.t__pbt--pri .image-slider__selector--dot {
  background-color: #CD0707;
}
.theme__pbt--primary .call-to-action__text h3,
.t__pbt--pri .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__pbt--primary .officer__block--title h5, .theme__pbt--primary .officer__block--title h6,
.t__pbt--pri .officer__block--title h5,
.t__pbt--pri .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__pbt--primary .block__statement--link,
.t__pbt--pri .block__statement--link {
  color: #4a4a4a;
}
.theme__pbt--primary .card__cutoff,
.t__pbt--pri .card__cutoff {
  background: linear-gradient(#CD0707, #CD0707), linear-gradient(white, white);
}
.theme__pbt--primary .card__cutoff p,
.t__pbt--pri .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__pbt--primary .card__cutoff:hover,
  .t__pbt--pri .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__pbt--primary .card__cutoff:hover p,
  .t__pbt--pri .card__cutoff:hover p {
    color: #CD0707;
  }
  .theme__pbt--primary .card__cutoff:hover .card__cutoff--link,
  .t__pbt--pri .card__cutoff:hover .card__cutoff--link {
    color: #CD0707;
  }
  .theme__pbt--primary .card__cutoff:hover .card__cutoff--text,
  .t__pbt--pri .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__pbt--primary .card__cutoff:hover .card__cutoff--text p,
  .t__pbt--pri .card__cutoff:hover .card__cutoff--text p {
    color: #CD0707;
  }
  .theme__pbt--primary .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__pbt--pri .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: #CD0707;
  }
}
.theme__pbt--primary .card__cutoff--link,
.t__pbt--pri .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__pbt--primary .card__cutoff--link:hover,
  .t__pbt--pri .card__cutoff--link:hover {
    color: #CD0707;
  }
  .theme__pbt--primary .card__cutoff--link:hover--link,
  .t__pbt--pri .card__cutoff--link:hover--link {
    color: #CD0707;
  }
}
.theme__pbt--primary .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__pbt--pri .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: #CD0707;
}
.theme__pbt--primary .dropdown__toggle--title,
.t__pbt--pri .dropdown__toggle--title {
  color: #CD0707;
}
.theme__pbt--primary .dropdown__toggle--icon i,
.t__pbt--pri .dropdown__toggle--icon i {
  color: #CD0707;
}
.theme__pbt--primary .large_timer__countdown--item_large,
.t__pbt--pri .large_timer__countdown--item_large {
  background-color: #CD0707;
}
.theme__pbt--primary .large_timer__countdown--item_medium,
.t__pbt--pri .large_timer__countdown--item_medium {
  background-color: #CD0707;
}
.theme__pbt--primary .large_timer__countdown--item_small,
.t__pbt--pri .large_timer__countdown--item_small {
  background-color: #CD0707;
}
.theme__pbt--primary .modalcontent,
.t__pbt--pri .modalcontent {
  border-color: #CD0707;
}
.theme__pbt--primary .transparent__header,
.t__pbt--pri .transparent__header {
  background: #CD0707;
}
.theme__pbt--primary .breadcrumb__slashes,
.t__pbt--pri .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__pbt--primary .the-list,
.t__pbt--pri .the-list {
  background-color: #CD0707;
}
.theme__pbt--primary .the-list option,
.t__pbt--pri .the-list option {
  border-color: #CD0707 !important;
}
.theme__pbt--primary .es-list::-webkit-scrollbar-thumb,
.t__pbt--pri .es-list::-webkit-scrollbar-thumb {
  background: #CD0707;
}
.theme__pbt--primary .es-visible,
.t__pbt--pri .es-visible {
  border-color: #CD0707 !important;
}
.theme__pbt--primary .ot-open,
.theme__pbt--primary .ot-closed,
.t__pbt--pri .ot-open,
.t__pbt--pri .ot-closed {
  color: #CD0707;
}
.theme__pbt--primary .colour__foreground,
.t__pbt--pri .colour__foreground {
  color: #CD0707;
}
.theme__pbt--primary h1.t__none,
.theme__pbt--primary h1.theme__none,
.theme__pbt--primary h2.t__none,
.theme__pbt--primary h2.theme__none,
.theme__pbt--primary h3.t__none,
.theme__pbt--primary h3.theme__none,
.theme__pbt--primary h4.t__none,
.theme__pbt--primary h4.theme__none,
.theme__pbt--primary h1.t__none--w-hov,
.theme__pbt--primary h1.theme__none--with-hover,
.theme__pbt--primary h2.t__none--w-hov,
.theme__pbt--primary h2.theme__none--with-hover,
.theme__pbt--primary h3.t__none--w-hov,
.theme__pbt--primary h3.theme__none--with-hover,
.theme__pbt--primary h4.t__none--w-hov,
.theme__pbt--primary h4.theme__none--with-hover,
.t__pbt--pri h1.t__none,
.t__pbt--pri h1.theme__none,
.t__pbt--pri h2.t__none,
.t__pbt--pri h2.theme__none,
.t__pbt--pri h3.t__none,
.t__pbt--pri h3.theme__none,
.t__pbt--pri h4.t__none,
.t__pbt--pri h4.theme__none,
.t__pbt--pri h1.t__none--w-hov,
.t__pbt--pri h1.theme__none--with-hover,
.t__pbt--pri h2.t__none--w-hov,
.t__pbt--pri h2.theme__none--with-hover,
.t__pbt--pri h3.t__none--w-hov,
.t__pbt--pri h3.theme__none--with-hover,
.t__pbt--pri h4.t__none--w-hov,
.t__pbt--pri h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__pbt--primary span.t__none,
.theme__pbt--primary span.theme__none,
.t__pbt--pri span.t__none,
.t__pbt--pri span.theme__none {
  color: #4a4a4a;
}
.theme__pbt--primary i.t__none,
.theme__pbt--primary i.theme__none,
.t__pbt--pri i.t__none,
.t__pbt--pri i.theme__none {
  color: #4a4a4a;
}
.theme__pbt--primary a.border__none,
.theme__pbt--primary a.b__none,
.t__pbt--pri a.border__none,
.t__pbt--pri a.b__none {
  border: 0;
}
.theme__pbt--primary a:hover h1.t__none,
.theme__pbt--primary a:hover h1.theme__none,
.theme__pbt--primary a:hover h2.t__none,
.theme__pbt--primary a:hover h2.theme__none,
.theme__pbt--primary a:hover h3.t__none,
.theme__pbt--primary a:hover h3.theme__none,
.theme__pbt--primary a:hover h4.t__none,
.theme__pbt--primary a:hover h4.theme__none,
.t__pbt--pri a:hover h1.t__none,
.t__pbt--pri a:hover h1.theme__none,
.t__pbt--pri a:hover h2.t__none,
.t__pbt--pri a:hover h2.theme__none,
.t__pbt--pri a:hover h3.t__none,
.t__pbt--pri a:hover h3.theme__none,
.t__pbt--pri a:hover h4.t__none,
.t__pbt--pri a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__pbt--primary a:hover h1.t__none--w-hov,
.theme__pbt--primary a:hover h1.theme__none--with-hover,
.theme__pbt--primary a:hover h2.t__none--w-hov,
.theme__pbt--primary a:hover h2.theme__none--with-hover,
.theme__pbt--primary a:hover h3.t__none--w-hov,
.theme__pbt--primary a:hover h3.theme__none--with-hover,
.theme__pbt--primary a:hover h4.t__none--w-hov,
.theme__pbt--primary a:hover h4.theme__none--with-hover,
.t__pbt--pri a:hover h1.t__none--w-hov,
.t__pbt--pri a:hover h1.theme__none--with-hover,
.t__pbt--pri a:hover h2.t__none--w-hov,
.t__pbt--pri a:hover h2.theme__none--with-hover,
.t__pbt--pri a:hover h3.t__none--w-hov,
.t__pbt--pri a:hover h3.theme__none--with-hover,
.t__pbt--pri a:hover h4.t__none--w-hov,
.t__pbt--pri a:hover h4.theme__none--with-hover {
  color: #CD0707;
}
.theme__pbt--primary .dotted__line--small, .theme__pbt--primary .dotted__line--medium, .theme__pbt--primary .dotted__line--large, .theme__pbt--primary .dotted__line--x-large, .theme__pbt--primary .dotted__line--huge,
.t__pbt--pri .dotted__line--small,
.t__pbt--pri .dotted__line--medium,
.t__pbt--pri .dotted__line--large,
.t__pbt--pri .dotted__line--x-large,
.t__pbt--pri .dotted__line--huge {
  border-image-source: url("https://assets-cdn.sums.su/SH/Dotted_Borders/dotted_pbt.png");
}

.theme__pbt--secondary h1, .theme__pbt--secondary h2, .theme__pbt--secondary h3, .theme__pbt--secondary h4, .theme__pbt--secondary h5, .theme__pbt--secondary h6,
.t__pbt--sec h1,
.t__pbt--sec h2,
.t__pbt--sec h3,
.t__pbt--sec h4,
.t__pbt--sec h5,
.t__pbt--sec h6 {
  color: #CD0707;
}
.theme__pbt--secondary a,
.t__pbt--sec a {
  color: #4a4a4a;
  border-color: #CD0707;
  text-decoration: none;
}
.theme__pbt--secondary a:hover,
.t__pbt--sec a:hover {
  color: #CD0707;
}
.theme__pbt--secondary a:hover h1, .theme__pbt--secondary a:hover h2, .theme__pbt--secondary a:hover h3, .theme__pbt--secondary a:hover h4, .theme__pbt--secondary a:hover h5, .theme__pbt--secondary a:hover h6,
.t__pbt--sec a:hover h1,
.t__pbt--sec a:hover h2,
.t__pbt--sec a:hover h3,
.t__pbt--sec a:hover h4,
.t__pbt--sec a:hover h5,
.t__pbt--sec a:hover h6 {
  color: #CD0707;
}
.theme__pbt--secondary a div,
.t__pbt--sec a div {
  border-color: #CD0707 !important;
}
.theme__pbt--secondary input,
.t__pbt--sec input {
  border-color: #CD0707;
}
.theme__pbt--secondary p,
.t__pbt--sec p {
  color: #4a4a4a;
}
.theme__pbt--secondary .button,
.theme__pbt--secondary .btn,
.theme__pbt--secondary .btn__pill, .theme__pbt--secondary.button, .theme__pbt--secondary.btn, .theme__pbt--secondary.btn__pill,
.t__pbt--sec .button,
.t__pbt--sec .btn,
.t__pbt--sec .btn__pill,
.t__pbt--sec.button,
.t__pbt--sec.btn,
.t__pbt--sec.btn__pill {
  border-color: #CD0707;
}
@media (hover: hover) {
  .theme__pbt--secondary .button:hover,
  .theme__pbt--secondary .btn:hover,
  .theme__pbt--secondary .btn__pill:hover, .theme__pbt--secondary.button:hover, .theme__pbt--secondary.btn:hover, .theme__pbt--secondary.btn__pill:hover,
  .t__pbt--sec .button:hover,
  .t__pbt--sec .btn:hover,
  .t__pbt--sec .btn__pill:hover,
  .t__pbt--sec.button:hover,
  .t__pbt--sec.btn:hover,
  .t__pbt--sec.btn__pill:hover {
    color: #ffffff;
    background: #CD0707;
  }
  .theme__pbt--secondary .button:hover i,
  .theme__pbt--secondary .btn:hover i,
  .theme__pbt--secondary .btn__pill:hover i, .theme__pbt--secondary.button:hover i, .theme__pbt--secondary.btn:hover i, .theme__pbt--secondary.btn__pill:hover i,
  .t__pbt--sec .button:hover i,
  .t__pbt--sec .btn:hover i,
  .t__pbt--sec .btn__pill:hover i,
  .t__pbt--sec.button:hover i,
  .t__pbt--sec.btn:hover i,
  .t__pbt--sec.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__pbt--secondary .button__invert,
.theme__pbt--secondary .btn__invert,
.theme__pbt--secondary .btn__pill__invert, .theme__pbt--secondary.button__invert, .theme__pbt--secondary.btn__invert, .theme__pbt--secondary.btn__pill__invert,
.t__pbt--sec .button__invert,
.t__pbt--sec .btn__invert,
.t__pbt--sec .btn__pill__invert,
.t__pbt--sec.button__invert,
.t__pbt--sec.btn__invert,
.t__pbt--sec.btn__pill__invert {
  background-color: #CD0707;
  color: #ffffff;
}
.theme__pbt--secondary .button__invert h4,
.theme__pbt--secondary .btn__invert h4,
.theme__pbt--secondary .btn__pill__invert h4, .theme__pbt--secondary.button__invert h4, .theme__pbt--secondary.btn__invert h4, .theme__pbt--secondary.btn__pill__invert h4,
.t__pbt--sec .button__invert h4,
.t__pbt--sec .btn__invert h4,
.t__pbt--sec .btn__pill__invert h4,
.t__pbt--sec.button__invert h4,
.t__pbt--sec.btn__invert h4,
.t__pbt--sec.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__pbt--secondary .button__invert:hover,
.theme__pbt--secondary .btn__invert:hover,
.theme__pbt--secondary .btn__pill__invert:hover, .theme__pbt--secondary.button__invert:hover, .theme__pbt--secondary.btn__invert:hover, .theme__pbt--secondary.btn__pill__invert:hover,
.t__pbt--sec .button__invert:hover,
.t__pbt--sec .btn__invert:hover,
.t__pbt--sec .btn__pill__invert:hover,
.t__pbt--sec.button__invert:hover,
.t__pbt--sec.btn__invert:hover,
.t__pbt--sec.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__pbt--secondary .button__invert:hover h4,
.theme__pbt--secondary .btn__invert:hover h4,
.theme__pbt--secondary .btn__pill__invert:hover h4, .theme__pbt--secondary.button__invert:hover h4, .theme__pbt--secondary.btn__invert:hover h4, .theme__pbt--secondary.btn__pill__invert:hover h4,
.t__pbt--sec .button__invert:hover h4,
.t__pbt--sec .btn__invert:hover h4,
.t__pbt--sec .btn__pill__invert:hover h4,
.t__pbt--sec.button__invert:hover h4,
.t__pbt--sec.btn__invert:hover h4,
.t__pbt--sec.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__pbt--secondary .button__invert--hover:hover,
.theme__pbt--secondary .btn__invert--hover:hover,
.theme__pbt--secondary .btn__pill__invert--hover:hover, .theme__pbt--secondary.button__invert--hover:hover, .theme__pbt--secondary.btn__invert--hover:hover, .theme__pbt--secondary.btn__pill__invert--hover:hover,
.t__pbt--sec .button__invert--hover:hover,
.t__pbt--sec .btn__invert--hover:hover,
.t__pbt--sec .btn__pill__invert--hover:hover,
.t__pbt--sec.button__invert--hover:hover,
.t__pbt--sec.btn__invert--hover:hover,
.t__pbt--sec.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__pbt--secondary .button__under,
.theme__pbt--secondary .btn__under,
.theme__pbt--secondary .btn__pill__under, .theme__pbt--secondary.button__under, .theme__pbt--secondary.btn__under, .theme__pbt--secondary.btn__pill__under,
.t__pbt--sec .button__under,
.t__pbt--sec .btn__under,
.t__pbt--sec .btn__pill__under,
.t__pbt--sec.button__under,
.t__pbt--sec.btn__under,
.t__pbt--sec.btn__pill__under {
  border-color: #CD0707;
}
.theme__pbt--secondary .btn__large,
.t__pbt--sec .btn__large {
  background-color: #CD0707;
}
.theme__pbt--secondary .input__search,
.t__pbt--sec .input__search {
  border-color: #CD0707;
}
.theme__pbt--secondary .input__search i,
.t__pbt--sec .input__search i {
  color: #4a4a4a;
}
.theme__pbt--secondary .input__search:hover i,
.t__pbt--sec .input__search:hover i {
  color: #CD0707;
}
.theme__pbt--secondary .component__foreground,
.t__pbt--sec .component__foreground {
  color: #4a4a4a;
}
.theme__pbt--secondary.card,
.theme__pbt--secondary .card, .theme__pbt--secondary.card__with-image,
.theme__pbt--secondary .card__with-image,
.t__pbt--sec.card,
.t__pbt--sec .card,
.t__pbt--sec.card__with-image,
.t__pbt--sec .card__with-image {
  border-color: #CD0707;
}
.theme__pbt--secondary.card__highlight,
.theme__pbt--secondary .card__highlight,
.theme__pbt--secondary .card__highlight--image,
.theme__pbt--secondary .card__highlight--final,
.t__pbt--sec.card__highlight,
.t__pbt--sec .card__highlight,
.t__pbt--sec .card__highlight--image,
.t__pbt--sec .card__highlight--final {
  background-color: #CD0707;
  border-color: #CD0707;
}
.theme__pbt--secondary.card__highlight--title,
.theme__pbt--secondary .card__highlight--title,
.theme__pbt--secondary .card__highlight--image,
.theme__pbt--secondary .card__highlight--final,
.t__pbt--sec.card__highlight--title,
.t__pbt--sec .card__highlight--title,
.t__pbt--sec .card__highlight--image,
.t__pbt--sec .card__highlight--final {
  color: #4a4a4a;
}
.theme__pbt--secondary .image-slider__selector--dot,
.t__pbt--sec .image-slider__selector--dot {
  background-color: #CD0707;
}
.theme__pbt--secondary .call-to-action__text h3,
.t__pbt--sec .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__pbt--secondary .officer__block--title h5, .theme__pbt--secondary .officer__block--title h6,
.t__pbt--sec .officer__block--title h5,
.t__pbt--sec .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__pbt--secondary .block__statement--link,
.t__pbt--sec .block__statement--link {
  color: #4a4a4a;
}
.theme__pbt--secondary .card__cutoff,
.t__pbt--sec .card__cutoff {
  background: linear-gradient(#CD0707, #CD0707), linear-gradient(white, white);
}
.theme__pbt--secondary .card__cutoff p,
.t__pbt--sec .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__pbt--secondary .card__cutoff:hover,
  .t__pbt--sec .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__pbt--secondary .card__cutoff:hover p,
  .t__pbt--sec .card__cutoff:hover p {
    color: #CD0707;
  }
  .theme__pbt--secondary .card__cutoff:hover .card__cutoff--link,
  .t__pbt--sec .card__cutoff:hover .card__cutoff--link {
    color: #CD0707;
  }
  .theme__pbt--secondary .card__cutoff:hover .card__cutoff--text,
  .t__pbt--sec .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__pbt--secondary .card__cutoff:hover .card__cutoff--text p,
  .t__pbt--sec .card__cutoff:hover .card__cutoff--text p {
    color: #CD0707;
  }
  .theme__pbt--secondary .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__pbt--sec .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: #CD0707;
  }
}
.theme__pbt--secondary .card__cutoff--link,
.t__pbt--sec .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__pbt--secondary .card__cutoff--link:hover,
  .t__pbt--sec .card__cutoff--link:hover {
    color: #CD0707;
  }
  .theme__pbt--secondary .card__cutoff--link:hover--link,
  .t__pbt--sec .card__cutoff--link:hover--link {
    color: #CD0707;
  }
}
.theme__pbt--secondary .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__pbt--sec .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: #CD0707;
}
.theme__pbt--secondary .dropdown__toggle--title,
.t__pbt--sec .dropdown__toggle--title {
  color: #CD0707;
}
.theme__pbt--secondary .dropdown__toggle--icon i,
.t__pbt--sec .dropdown__toggle--icon i {
  color: #CD0707;
}
.theme__pbt--secondary .large_timer__countdown--item_large,
.t__pbt--sec .large_timer__countdown--item_large {
  background-color: #CD0707;
}
.theme__pbt--secondary .large_timer__countdown--item_medium,
.t__pbt--sec .large_timer__countdown--item_medium {
  background-color: #CD0707;
}
.theme__pbt--secondary .large_timer__countdown--item_small,
.t__pbt--sec .large_timer__countdown--item_small {
  background-color: #CD0707;
}
.theme__pbt--secondary .modalcontent,
.t__pbt--sec .modalcontent {
  border-color: #CD0707;
}
.theme__pbt--secondary .transparent__header,
.t__pbt--sec .transparent__header {
  background: #CD0707;
}
.theme__pbt--secondary .breadcrumb__slashes,
.t__pbt--sec .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__pbt--secondary .the-list,
.t__pbt--sec .the-list {
  background-color: #CD0707;
}
.theme__pbt--secondary .the-list option,
.t__pbt--sec .the-list option {
  border-color: #CD0707 !important;
}
.theme__pbt--secondary .es-list::-webkit-scrollbar-thumb,
.t__pbt--sec .es-list::-webkit-scrollbar-thumb {
  background: #CD0707;
}
.theme__pbt--secondary .es-visible,
.t__pbt--sec .es-visible {
  border-color: #CD0707 !important;
}
.theme__pbt--secondary .ot-open,
.theme__pbt--secondary .ot-closed,
.t__pbt--sec .ot-open,
.t__pbt--sec .ot-closed {
  color: #CD0707;
}
.theme__pbt--secondary .colour__foreground,
.t__pbt--sec .colour__foreground {
  color: #CD0707;
}
.theme__pbt--secondary h1.t__none,
.theme__pbt--secondary h1.theme__none,
.theme__pbt--secondary h2.t__none,
.theme__pbt--secondary h2.theme__none,
.theme__pbt--secondary h3.t__none,
.theme__pbt--secondary h3.theme__none,
.theme__pbt--secondary h4.t__none,
.theme__pbt--secondary h4.theme__none,
.theme__pbt--secondary h1.t__none--w-hov,
.theme__pbt--secondary h1.theme__none--with-hover,
.theme__pbt--secondary h2.t__none--w-hov,
.theme__pbt--secondary h2.theme__none--with-hover,
.theme__pbt--secondary h3.t__none--w-hov,
.theme__pbt--secondary h3.theme__none--with-hover,
.theme__pbt--secondary h4.t__none--w-hov,
.theme__pbt--secondary h4.theme__none--with-hover,
.t__pbt--sec h1.t__none,
.t__pbt--sec h1.theme__none,
.t__pbt--sec h2.t__none,
.t__pbt--sec h2.theme__none,
.t__pbt--sec h3.t__none,
.t__pbt--sec h3.theme__none,
.t__pbt--sec h4.t__none,
.t__pbt--sec h4.theme__none,
.t__pbt--sec h1.t__none--w-hov,
.t__pbt--sec h1.theme__none--with-hover,
.t__pbt--sec h2.t__none--w-hov,
.t__pbt--sec h2.theme__none--with-hover,
.t__pbt--sec h3.t__none--w-hov,
.t__pbt--sec h3.theme__none--with-hover,
.t__pbt--sec h4.t__none--w-hov,
.t__pbt--sec h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__pbt--secondary span.t__none,
.theme__pbt--secondary span.theme__none,
.t__pbt--sec span.t__none,
.t__pbt--sec span.theme__none {
  color: #4a4a4a;
}
.theme__pbt--secondary i.t__none,
.theme__pbt--secondary i.theme__none,
.t__pbt--sec i.t__none,
.t__pbt--sec i.theme__none {
  color: #4a4a4a;
}
.theme__pbt--secondary a.border__none,
.theme__pbt--secondary a.b__none,
.t__pbt--sec a.border__none,
.t__pbt--sec a.b__none {
  border: 0;
}
.theme__pbt--secondary a:hover h1.t__none,
.theme__pbt--secondary a:hover h1.theme__none,
.theme__pbt--secondary a:hover h2.t__none,
.theme__pbt--secondary a:hover h2.theme__none,
.theme__pbt--secondary a:hover h3.t__none,
.theme__pbt--secondary a:hover h3.theme__none,
.theme__pbt--secondary a:hover h4.t__none,
.theme__pbt--secondary a:hover h4.theme__none,
.t__pbt--sec a:hover h1.t__none,
.t__pbt--sec a:hover h1.theme__none,
.t__pbt--sec a:hover h2.t__none,
.t__pbt--sec a:hover h2.theme__none,
.t__pbt--sec a:hover h3.t__none,
.t__pbt--sec a:hover h3.theme__none,
.t__pbt--sec a:hover h4.t__none,
.t__pbt--sec a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__pbt--secondary a:hover h1.t__none--w-hov,
.theme__pbt--secondary a:hover h1.theme__none--with-hover,
.theme__pbt--secondary a:hover h2.t__none--w-hov,
.theme__pbt--secondary a:hover h2.theme__none--with-hover,
.theme__pbt--secondary a:hover h3.t__none--w-hov,
.theme__pbt--secondary a:hover h3.theme__none--with-hover,
.theme__pbt--secondary a:hover h4.t__none--w-hov,
.theme__pbt--secondary a:hover h4.theme__none--with-hover,
.t__pbt--sec a:hover h1.t__none--w-hov,
.t__pbt--sec a:hover h1.theme__none--with-hover,
.t__pbt--sec a:hover h2.t__none--w-hov,
.t__pbt--sec a:hover h2.theme__none--with-hover,
.t__pbt--sec a:hover h3.t__none--w-hov,
.t__pbt--sec a:hover h3.theme__none--with-hover,
.t__pbt--sec a:hover h4.t__none--w-hov,
.t__pbt--sec a:hover h4.theme__none--with-hover {
  color: #CD0707;
}

.theme__pbt--pastel h1, .theme__pbt--pastel h2, .theme__pbt--pastel h3, .theme__pbt--pastel h4, .theme__pbt--pastel h5, .theme__pbt--pastel h6,
.t__pbt--pas h1,
.t__pbt--pas h2,
.t__pbt--pas h3,
.t__pbt--pas h4,
.t__pbt--pas h5,
.t__pbt--pas h6 {
  color: rgba(205, 7, 7, 0.1);
}
.theme__pbt--pastel a,
.t__pbt--pas a {
  color: #4a4a4a;
  border-color: rgba(205, 7, 7, 0.1);
  text-decoration: none;
}
.theme__pbt--pastel a:hover,
.t__pbt--pas a:hover {
  color: rgba(205, 7, 7, 0.1);
}
.theme__pbt--pastel a:hover h1, .theme__pbt--pastel a:hover h2, .theme__pbt--pastel a:hover h3, .theme__pbt--pastel a:hover h4, .theme__pbt--pastel a:hover h5, .theme__pbt--pastel a:hover h6,
.t__pbt--pas a:hover h1,
.t__pbt--pas a:hover h2,
.t__pbt--pas a:hover h3,
.t__pbt--pas a:hover h4,
.t__pbt--pas a:hover h5,
.t__pbt--pas a:hover h6 {
  color: rgba(205, 7, 7, 0.1);
}
.theme__pbt--pastel a div,
.t__pbt--pas a div {
  border-color: rgba(205, 7, 7, 0.1) !important;
}
.theme__pbt--pastel input,
.t__pbt--pas input {
  border-color: rgba(205, 7, 7, 0.1);
}
.theme__pbt--pastel p,
.t__pbt--pas p {
  color: #4a4a4a;
}
.theme__pbt--pastel .button,
.theme__pbt--pastel .btn,
.theme__pbt--pastel .btn__pill, .theme__pbt--pastel.button, .theme__pbt--pastel.btn, .theme__pbt--pastel.btn__pill,
.t__pbt--pas .button,
.t__pbt--pas .btn,
.t__pbt--pas .btn__pill,
.t__pbt--pas.button,
.t__pbt--pas.btn,
.t__pbt--pas.btn__pill {
  border-color: rgba(205, 7, 7, 0.1);
}
@media (hover: hover) {
  .theme__pbt--pastel .button:hover,
  .theme__pbt--pastel .btn:hover,
  .theme__pbt--pastel .btn__pill:hover, .theme__pbt--pastel.button:hover, .theme__pbt--pastel.btn:hover, .theme__pbt--pastel.btn__pill:hover,
  .t__pbt--pas .button:hover,
  .t__pbt--pas .btn:hover,
  .t__pbt--pas .btn__pill:hover,
  .t__pbt--pas.button:hover,
  .t__pbt--pas.btn:hover,
  .t__pbt--pas.btn__pill:hover {
    color: #ffffff;
    background: rgba(205, 7, 7, 0.1);
  }
  .theme__pbt--pastel .button:hover i,
  .theme__pbt--pastel .btn:hover i,
  .theme__pbt--pastel .btn__pill:hover i, .theme__pbt--pastel.button:hover i, .theme__pbt--pastel.btn:hover i, .theme__pbt--pastel.btn__pill:hover i,
  .t__pbt--pas .button:hover i,
  .t__pbt--pas .btn:hover i,
  .t__pbt--pas .btn__pill:hover i,
  .t__pbt--pas.button:hover i,
  .t__pbt--pas.btn:hover i,
  .t__pbt--pas.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__pbt--pastel .button__invert,
.theme__pbt--pastel .btn__invert,
.theme__pbt--pastel .btn__pill__invert, .theme__pbt--pastel.button__invert, .theme__pbt--pastel.btn__invert, .theme__pbt--pastel.btn__pill__invert,
.t__pbt--pas .button__invert,
.t__pbt--pas .btn__invert,
.t__pbt--pas .btn__pill__invert,
.t__pbt--pas.button__invert,
.t__pbt--pas.btn__invert,
.t__pbt--pas.btn__pill__invert {
  background-color: rgba(205, 7, 7, 0.1);
  color: #ffffff;
}
.theme__pbt--pastel .button__invert h4,
.theme__pbt--pastel .btn__invert h4,
.theme__pbt--pastel .btn__pill__invert h4, .theme__pbt--pastel.button__invert h4, .theme__pbt--pastel.btn__invert h4, .theme__pbt--pastel.btn__pill__invert h4,
.t__pbt--pas .button__invert h4,
.t__pbt--pas .btn__invert h4,
.t__pbt--pas .btn__pill__invert h4,
.t__pbt--pas.button__invert h4,
.t__pbt--pas.btn__invert h4,
.t__pbt--pas.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__pbt--pastel .button__invert:hover,
.theme__pbt--pastel .btn__invert:hover,
.theme__pbt--pastel .btn__pill__invert:hover, .theme__pbt--pastel.button__invert:hover, .theme__pbt--pastel.btn__invert:hover, .theme__pbt--pastel.btn__pill__invert:hover,
.t__pbt--pas .button__invert:hover,
.t__pbt--pas .btn__invert:hover,
.t__pbt--pas .btn__pill__invert:hover,
.t__pbt--pas.button__invert:hover,
.t__pbt--pas.btn__invert:hover,
.t__pbt--pas.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__pbt--pastel .button__invert:hover h4,
.theme__pbt--pastel .btn__invert:hover h4,
.theme__pbt--pastel .btn__pill__invert:hover h4, .theme__pbt--pastel.button__invert:hover h4, .theme__pbt--pastel.btn__invert:hover h4, .theme__pbt--pastel.btn__pill__invert:hover h4,
.t__pbt--pas .button__invert:hover h4,
.t__pbt--pas .btn__invert:hover h4,
.t__pbt--pas .btn__pill__invert:hover h4,
.t__pbt--pas.button__invert:hover h4,
.t__pbt--pas.btn__invert:hover h4,
.t__pbt--pas.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__pbt--pastel .button__invert--hover:hover,
.theme__pbt--pastel .btn__invert--hover:hover,
.theme__pbt--pastel .btn__pill__invert--hover:hover, .theme__pbt--pastel.button__invert--hover:hover, .theme__pbt--pastel.btn__invert--hover:hover, .theme__pbt--pastel.btn__pill__invert--hover:hover,
.t__pbt--pas .button__invert--hover:hover,
.t__pbt--pas .btn__invert--hover:hover,
.t__pbt--pas .btn__pill__invert--hover:hover,
.t__pbt--pas.button__invert--hover:hover,
.t__pbt--pas.btn__invert--hover:hover,
.t__pbt--pas.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__pbt--pastel .button__under,
.theme__pbt--pastel .btn__under,
.theme__pbt--pastel .btn__pill__under, .theme__pbt--pastel.button__under, .theme__pbt--pastel.btn__under, .theme__pbt--pastel.btn__pill__under,
.t__pbt--pas .button__under,
.t__pbt--pas .btn__under,
.t__pbt--pas .btn__pill__under,
.t__pbt--pas.button__under,
.t__pbt--pas.btn__under,
.t__pbt--pas.btn__pill__under {
  border-color: rgba(205, 7, 7, 0.1);
}
.theme__pbt--pastel .btn__large,
.t__pbt--pas .btn__large {
  background-color: rgba(205, 7, 7, 0.1);
}
.theme__pbt--pastel .input__search,
.t__pbt--pas .input__search {
  border-color: rgba(205, 7, 7, 0.1);
}
.theme__pbt--pastel .input__search i,
.t__pbt--pas .input__search i {
  color: #4a4a4a;
}
.theme__pbt--pastel .input__search:hover i,
.t__pbt--pas .input__search:hover i {
  color: rgba(205, 7, 7, 0.1);
}
.theme__pbt--pastel .component__foreground,
.t__pbt--pas .component__foreground {
  color: #4a4a4a;
}
.theme__pbt--pastel.card,
.theme__pbt--pastel .card, .theme__pbt--pastel.card__with-image,
.theme__pbt--pastel .card__with-image,
.t__pbt--pas.card,
.t__pbt--pas .card,
.t__pbt--pas.card__with-image,
.t__pbt--pas .card__with-image {
  border-color: rgba(205, 7, 7, 0.1);
}
.theme__pbt--pastel.card__highlight,
.theme__pbt--pastel .card__highlight,
.theme__pbt--pastel .card__highlight--image,
.theme__pbt--pastel .card__highlight--final,
.t__pbt--pas.card__highlight,
.t__pbt--pas .card__highlight,
.t__pbt--pas .card__highlight--image,
.t__pbt--pas .card__highlight--final {
  background-color: rgba(205, 7, 7, 0.1);
  border-color: rgba(205, 7, 7, 0.1);
}
.theme__pbt--pastel.card__highlight--title,
.theme__pbt--pastel .card__highlight--title,
.theme__pbt--pastel .card__highlight--image,
.theme__pbt--pastel .card__highlight--final,
.t__pbt--pas.card__highlight--title,
.t__pbt--pas .card__highlight--title,
.t__pbt--pas .card__highlight--image,
.t__pbt--pas .card__highlight--final {
  color: #4a4a4a;
}
.theme__pbt--pastel .image-slider__selector--dot,
.t__pbt--pas .image-slider__selector--dot {
  background-color: rgba(205, 7, 7, 0.1);
}
.theme__pbt--pastel .call-to-action__text h3,
.t__pbt--pas .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__pbt--pastel .officer__block--title h5, .theme__pbt--pastel .officer__block--title h6,
.t__pbt--pas .officer__block--title h5,
.t__pbt--pas .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__pbt--pastel .block__statement--link,
.t__pbt--pas .block__statement--link {
  color: #4a4a4a;
}
.theme__pbt--pastel .card__cutoff,
.t__pbt--pas .card__cutoff {
  background: linear-gradient(rgba(205, 7, 7, 0.1), rgba(205, 7, 7, 0.1)), linear-gradient(white, white);
}
.theme__pbt--pastel .card__cutoff p,
.t__pbt--pas .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__pbt--pastel .card__cutoff:hover,
  .t__pbt--pas .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__pbt--pastel .card__cutoff:hover p,
  .t__pbt--pas .card__cutoff:hover p {
    color: rgba(205, 7, 7, 0.1);
  }
  .theme__pbt--pastel .card__cutoff:hover .card__cutoff--link,
  .t__pbt--pas .card__cutoff:hover .card__cutoff--link {
    color: rgba(205, 7, 7, 0.1);
  }
  .theme__pbt--pastel .card__cutoff:hover .card__cutoff--text,
  .t__pbt--pas .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__pbt--pastel .card__cutoff:hover .card__cutoff--text p,
  .t__pbt--pas .card__cutoff:hover .card__cutoff--text p {
    color: rgba(205, 7, 7, 0.1);
  }
  .theme__pbt--pastel .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__pbt--pas .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: rgba(205, 7, 7, 0.1);
  }
}
.theme__pbt--pastel .card__cutoff--link,
.t__pbt--pas .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__pbt--pastel .card__cutoff--link:hover,
  .t__pbt--pas .card__cutoff--link:hover {
    color: rgba(205, 7, 7, 0.1);
  }
  .theme__pbt--pastel .card__cutoff--link:hover--link,
  .t__pbt--pas .card__cutoff--link:hover--link {
    color: rgba(205, 7, 7, 0.1);
  }
}
.theme__pbt--pastel .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__pbt--pas .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: rgba(205, 7, 7, 0.1);
}
.theme__pbt--pastel .dropdown__toggle--title,
.t__pbt--pas .dropdown__toggle--title {
  color: rgba(205, 7, 7, 0.1);
}
.theme__pbt--pastel .dropdown__toggle--icon i,
.t__pbt--pas .dropdown__toggle--icon i {
  color: rgba(205, 7, 7, 0.1);
}
.theme__pbt--pastel .large_timer__countdown--item_large,
.t__pbt--pas .large_timer__countdown--item_large {
  background-color: rgba(205, 7, 7, 0.1);
}
.theme__pbt--pastel .large_timer__countdown--item_medium,
.t__pbt--pas .large_timer__countdown--item_medium {
  background-color: rgba(205, 7, 7, 0.1);
}
.theme__pbt--pastel .large_timer__countdown--item_small,
.t__pbt--pas .large_timer__countdown--item_small {
  background-color: rgba(205, 7, 7, 0.1);
}
.theme__pbt--pastel .modalcontent,
.t__pbt--pas .modalcontent {
  border-color: rgba(205, 7, 7, 0.1);
}
.theme__pbt--pastel .transparent__header,
.t__pbt--pas .transparent__header {
  background: rgba(205, 7, 7, 0.1);
}
.theme__pbt--pastel .breadcrumb__slashes,
.t__pbt--pas .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__pbt--pastel .the-list,
.t__pbt--pas .the-list {
  background-color: rgba(205, 7, 7, 0.1);
}
.theme__pbt--pastel .the-list option,
.t__pbt--pas .the-list option {
  border-color: rgba(205, 7, 7, 0.1) !important;
}
.theme__pbt--pastel .es-list::-webkit-scrollbar-thumb,
.t__pbt--pas .es-list::-webkit-scrollbar-thumb {
  background: rgba(205, 7, 7, 0.1);
}
.theme__pbt--pastel .es-visible,
.t__pbt--pas .es-visible {
  border-color: rgba(205, 7, 7, 0.1) !important;
}
.theme__pbt--pastel .ot-open,
.theme__pbt--pastel .ot-closed,
.t__pbt--pas .ot-open,
.t__pbt--pas .ot-closed {
  color: rgba(205, 7, 7, 0.1);
}
.theme__pbt--pastel .colour__foreground,
.t__pbt--pas .colour__foreground {
  color: rgba(205, 7, 7, 0.1);
}
.theme__pbt--pastel h1.t__none,
.theme__pbt--pastel h1.theme__none,
.theme__pbt--pastel h2.t__none,
.theme__pbt--pastel h2.theme__none,
.theme__pbt--pastel h3.t__none,
.theme__pbt--pastel h3.theme__none,
.theme__pbt--pastel h4.t__none,
.theme__pbt--pastel h4.theme__none,
.theme__pbt--pastel h1.t__none--w-hov,
.theme__pbt--pastel h1.theme__none--with-hover,
.theme__pbt--pastel h2.t__none--w-hov,
.theme__pbt--pastel h2.theme__none--with-hover,
.theme__pbt--pastel h3.t__none--w-hov,
.theme__pbt--pastel h3.theme__none--with-hover,
.theme__pbt--pastel h4.t__none--w-hov,
.theme__pbt--pastel h4.theme__none--with-hover,
.t__pbt--pas h1.t__none,
.t__pbt--pas h1.theme__none,
.t__pbt--pas h2.t__none,
.t__pbt--pas h2.theme__none,
.t__pbt--pas h3.t__none,
.t__pbt--pas h3.theme__none,
.t__pbt--pas h4.t__none,
.t__pbt--pas h4.theme__none,
.t__pbt--pas h1.t__none--w-hov,
.t__pbt--pas h1.theme__none--with-hover,
.t__pbt--pas h2.t__none--w-hov,
.t__pbt--pas h2.theme__none--with-hover,
.t__pbt--pas h3.t__none--w-hov,
.t__pbt--pas h3.theme__none--with-hover,
.t__pbt--pas h4.t__none--w-hov,
.t__pbt--pas h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__pbt--pastel span.t__none,
.theme__pbt--pastel span.theme__none,
.t__pbt--pas span.t__none,
.t__pbt--pas span.theme__none {
  color: #4a4a4a;
}
.theme__pbt--pastel i.t__none,
.theme__pbt--pastel i.theme__none,
.t__pbt--pas i.t__none,
.t__pbt--pas i.theme__none {
  color: #4a4a4a;
}
.theme__pbt--pastel a.border__none,
.theme__pbt--pastel a.b__none,
.t__pbt--pas a.border__none,
.t__pbt--pas a.b__none {
  border: 0;
}
.theme__pbt--pastel a:hover h1.t__none,
.theme__pbt--pastel a:hover h1.theme__none,
.theme__pbt--pastel a:hover h2.t__none,
.theme__pbt--pastel a:hover h2.theme__none,
.theme__pbt--pastel a:hover h3.t__none,
.theme__pbt--pastel a:hover h3.theme__none,
.theme__pbt--pastel a:hover h4.t__none,
.theme__pbt--pastel a:hover h4.theme__none,
.t__pbt--pas a:hover h1.t__none,
.t__pbt--pas a:hover h1.theme__none,
.t__pbt--pas a:hover h2.t__none,
.t__pbt--pas a:hover h2.theme__none,
.t__pbt--pas a:hover h3.t__none,
.t__pbt--pas a:hover h3.theme__none,
.t__pbt--pas a:hover h4.t__none,
.t__pbt--pas a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__pbt--pastel a:hover h1.t__none--w-hov,
.theme__pbt--pastel a:hover h1.theme__none--with-hover,
.theme__pbt--pastel a:hover h2.t__none--w-hov,
.theme__pbt--pastel a:hover h2.theme__none--with-hover,
.theme__pbt--pastel a:hover h3.t__none--w-hov,
.theme__pbt--pastel a:hover h3.theme__none--with-hover,
.theme__pbt--pastel a:hover h4.t__none--w-hov,
.theme__pbt--pastel a:hover h4.theme__none--with-hover,
.t__pbt--pas a:hover h1.t__none--w-hov,
.t__pbt--pas a:hover h1.theme__none--with-hover,
.t__pbt--pas a:hover h2.t__none--w-hov,
.t__pbt--pas a:hover h2.theme__none--with-hover,
.t__pbt--pas a:hover h3.t__none--w-hov,
.t__pbt--pas a:hover h3.theme__none--with-hover,
.t__pbt--pas a:hover h4.t__none--w-hov,
.t__pbt--pas a:hover h4.theme__none--with-hover {
  color: rgba(205, 7, 7, 0.1);
}

.theme__pbt--background-primary,
.t__pbt--bg-pri {
  background-color: #CD0707;
}

.theme__pbt--background-secondary,
.t__pbt--bg-sec {
  background-color: #CD0707;
}

.theme__pbt--background-pastel,
.t__pbt--bg-pas {
  background-color: rgba(205, 7, 7, 0.1);
}

.theme__rag--primary h1, .theme__rag--primary h2, .theme__rag--primary h3, .theme__rag--primary h4, .theme__rag--primary h5, .theme__rag--primary h6,
.t__rag--pri h1,
.t__rag--pri h2,
.t__rag--pri h3,
.t__rag--pri h4,
.t__rag--pri h5,
.t__rag--pri h6 {
  color: #F4933B;
}
.theme__rag--primary a,
.t__rag--pri a {
  color: #4a4a4a;
  border-color: #F4933B;
  text-decoration: none;
}
.theme__rag--primary a:hover,
.t__rag--pri a:hover {
  color: #F4933B;
}
.theme__rag--primary a:hover h1, .theme__rag--primary a:hover h2, .theme__rag--primary a:hover h3, .theme__rag--primary a:hover h4, .theme__rag--primary a:hover h5, .theme__rag--primary a:hover h6,
.t__rag--pri a:hover h1,
.t__rag--pri a:hover h2,
.t__rag--pri a:hover h3,
.t__rag--pri a:hover h4,
.t__rag--pri a:hover h5,
.t__rag--pri a:hover h6 {
  color: #F4933B;
}
.theme__rag--primary a div,
.t__rag--pri a div {
  border-color: #F4933B !important;
}
.theme__rag--primary input,
.t__rag--pri input {
  border-color: #F4933B;
}
.theme__rag--primary p,
.t__rag--pri p {
  color: #4a4a4a;
}
.theme__rag--primary .button,
.theme__rag--primary .btn,
.theme__rag--primary .btn__pill, .theme__rag--primary.button, .theme__rag--primary.btn, .theme__rag--primary.btn__pill,
.t__rag--pri .button,
.t__rag--pri .btn,
.t__rag--pri .btn__pill,
.t__rag--pri.button,
.t__rag--pri.btn,
.t__rag--pri.btn__pill {
  border-color: #F4933B;
}
@media (hover: hover) {
  .theme__rag--primary .button:hover,
  .theme__rag--primary .btn:hover,
  .theme__rag--primary .btn__pill:hover, .theme__rag--primary.button:hover, .theme__rag--primary.btn:hover, .theme__rag--primary.btn__pill:hover,
  .t__rag--pri .button:hover,
  .t__rag--pri .btn:hover,
  .t__rag--pri .btn__pill:hover,
  .t__rag--pri.button:hover,
  .t__rag--pri.btn:hover,
  .t__rag--pri.btn__pill:hover {
    color: #ffffff;
    background: #F4933B;
  }
  .theme__rag--primary .button:hover i,
  .theme__rag--primary .btn:hover i,
  .theme__rag--primary .btn__pill:hover i, .theme__rag--primary.button:hover i, .theme__rag--primary.btn:hover i, .theme__rag--primary.btn__pill:hover i,
  .t__rag--pri .button:hover i,
  .t__rag--pri .btn:hover i,
  .t__rag--pri .btn__pill:hover i,
  .t__rag--pri.button:hover i,
  .t__rag--pri.btn:hover i,
  .t__rag--pri.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__rag--primary .button__invert,
.theme__rag--primary .btn__invert,
.theme__rag--primary .btn__pill__invert, .theme__rag--primary.button__invert, .theme__rag--primary.btn__invert, .theme__rag--primary.btn__pill__invert,
.t__rag--pri .button__invert,
.t__rag--pri .btn__invert,
.t__rag--pri .btn__pill__invert,
.t__rag--pri.button__invert,
.t__rag--pri.btn__invert,
.t__rag--pri.btn__pill__invert {
  background-color: #F4933B;
  color: #ffffff;
}
.theme__rag--primary .button__invert h4,
.theme__rag--primary .btn__invert h4,
.theme__rag--primary .btn__pill__invert h4, .theme__rag--primary.button__invert h4, .theme__rag--primary.btn__invert h4, .theme__rag--primary.btn__pill__invert h4,
.t__rag--pri .button__invert h4,
.t__rag--pri .btn__invert h4,
.t__rag--pri .btn__pill__invert h4,
.t__rag--pri.button__invert h4,
.t__rag--pri.btn__invert h4,
.t__rag--pri.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__rag--primary .button__invert:hover,
.theme__rag--primary .btn__invert:hover,
.theme__rag--primary .btn__pill__invert:hover, .theme__rag--primary.button__invert:hover, .theme__rag--primary.btn__invert:hover, .theme__rag--primary.btn__pill__invert:hover,
.t__rag--pri .button__invert:hover,
.t__rag--pri .btn__invert:hover,
.t__rag--pri .btn__pill__invert:hover,
.t__rag--pri.button__invert:hover,
.t__rag--pri.btn__invert:hover,
.t__rag--pri.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__rag--primary .button__invert:hover h4,
.theme__rag--primary .btn__invert:hover h4,
.theme__rag--primary .btn__pill__invert:hover h4, .theme__rag--primary.button__invert:hover h4, .theme__rag--primary.btn__invert:hover h4, .theme__rag--primary.btn__pill__invert:hover h4,
.t__rag--pri .button__invert:hover h4,
.t__rag--pri .btn__invert:hover h4,
.t__rag--pri .btn__pill__invert:hover h4,
.t__rag--pri.button__invert:hover h4,
.t__rag--pri.btn__invert:hover h4,
.t__rag--pri.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__rag--primary .button__invert--hover:hover,
.theme__rag--primary .btn__invert--hover:hover,
.theme__rag--primary .btn__pill__invert--hover:hover, .theme__rag--primary.button__invert--hover:hover, .theme__rag--primary.btn__invert--hover:hover, .theme__rag--primary.btn__pill__invert--hover:hover,
.t__rag--pri .button__invert--hover:hover,
.t__rag--pri .btn__invert--hover:hover,
.t__rag--pri .btn__pill__invert--hover:hover,
.t__rag--pri.button__invert--hover:hover,
.t__rag--pri.btn__invert--hover:hover,
.t__rag--pri.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__rag--primary .button__under,
.theme__rag--primary .btn__under,
.theme__rag--primary .btn__pill__under, .theme__rag--primary.button__under, .theme__rag--primary.btn__under, .theme__rag--primary.btn__pill__under,
.t__rag--pri .button__under,
.t__rag--pri .btn__under,
.t__rag--pri .btn__pill__under,
.t__rag--pri.button__under,
.t__rag--pri.btn__under,
.t__rag--pri.btn__pill__under {
  border-color: #F4933B;
}
.theme__rag--primary .btn__large,
.t__rag--pri .btn__large {
  background-color: #F4933B;
}
.theme__rag--primary .input__search,
.t__rag--pri .input__search {
  border-color: #F4933B;
}
.theme__rag--primary .input__search i,
.t__rag--pri .input__search i {
  color: #4a4a4a;
}
.theme__rag--primary .input__search:hover i,
.t__rag--pri .input__search:hover i {
  color: #F4933B;
}
.theme__rag--primary .component__foreground,
.t__rag--pri .component__foreground {
  color: #4a4a4a;
}
.theme__rag--primary.card,
.theme__rag--primary .card, .theme__rag--primary.card__with-image,
.theme__rag--primary .card__with-image,
.t__rag--pri.card,
.t__rag--pri .card,
.t__rag--pri.card__with-image,
.t__rag--pri .card__with-image {
  border-color: #F4933B;
}
.theme__rag--primary.card__highlight,
.theme__rag--primary .card__highlight,
.theme__rag--primary .card__highlight--image,
.theme__rag--primary .card__highlight--final,
.t__rag--pri.card__highlight,
.t__rag--pri .card__highlight,
.t__rag--pri .card__highlight--image,
.t__rag--pri .card__highlight--final {
  background-color: #F4933B;
  border-color: #F4933B;
}
.theme__rag--primary.card__highlight--title,
.theme__rag--primary .card__highlight--title,
.theme__rag--primary .card__highlight--image,
.theme__rag--primary .card__highlight--final,
.t__rag--pri.card__highlight--title,
.t__rag--pri .card__highlight--title,
.t__rag--pri .card__highlight--image,
.t__rag--pri .card__highlight--final {
  color: #4a4a4a;
}
.theme__rag--primary .image-slider__selector--dot,
.t__rag--pri .image-slider__selector--dot {
  background-color: #F4933B;
}
.theme__rag--primary .call-to-action__text h3,
.t__rag--pri .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__rag--primary .officer__block--title h5, .theme__rag--primary .officer__block--title h6,
.t__rag--pri .officer__block--title h5,
.t__rag--pri .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__rag--primary .block__statement--link,
.t__rag--pri .block__statement--link {
  color: #4a4a4a;
}
.theme__rag--primary .card__cutoff,
.t__rag--pri .card__cutoff {
  background: linear-gradient(#F4933B, #F4933B), linear-gradient(white, white);
}
.theme__rag--primary .card__cutoff p,
.t__rag--pri .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__rag--primary .card__cutoff:hover,
  .t__rag--pri .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__rag--primary .card__cutoff:hover p,
  .t__rag--pri .card__cutoff:hover p {
    color: #F4933B;
  }
  .theme__rag--primary .card__cutoff:hover .card__cutoff--link,
  .t__rag--pri .card__cutoff:hover .card__cutoff--link {
    color: #F4933B;
  }
  .theme__rag--primary .card__cutoff:hover .card__cutoff--text,
  .t__rag--pri .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__rag--primary .card__cutoff:hover .card__cutoff--text p,
  .t__rag--pri .card__cutoff:hover .card__cutoff--text p {
    color: #F4933B;
  }
  .theme__rag--primary .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__rag--pri .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: #F4933B;
  }
}
.theme__rag--primary .card__cutoff--link,
.t__rag--pri .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__rag--primary .card__cutoff--link:hover,
  .t__rag--pri .card__cutoff--link:hover {
    color: #F4933B;
  }
  .theme__rag--primary .card__cutoff--link:hover--link,
  .t__rag--pri .card__cutoff--link:hover--link {
    color: #F4933B;
  }
}
.theme__rag--primary .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__rag--pri .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: #F4933B;
}
.theme__rag--primary .dropdown__toggle--title,
.t__rag--pri .dropdown__toggle--title {
  color: #F4933B;
}
.theme__rag--primary .dropdown__toggle--icon i,
.t__rag--pri .dropdown__toggle--icon i {
  color: #F4933B;
}
.theme__rag--primary .large_timer__countdown--item_large,
.t__rag--pri .large_timer__countdown--item_large {
  background-color: #F4933B;
}
.theme__rag--primary .large_timer__countdown--item_medium,
.t__rag--pri .large_timer__countdown--item_medium {
  background-color: #F4933B;
}
.theme__rag--primary .large_timer__countdown--item_small,
.t__rag--pri .large_timer__countdown--item_small {
  background-color: #F4933B;
}
.theme__rag--primary .modalcontent,
.t__rag--pri .modalcontent {
  border-color: #F4933B;
}
.theme__rag--primary .transparent__header,
.t__rag--pri .transparent__header {
  background: #F4933B;
}
.theme__rag--primary .breadcrumb__slashes,
.t__rag--pri .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__rag--primary .the-list,
.t__rag--pri .the-list {
  background-color: #F4933B;
}
.theme__rag--primary .the-list option,
.t__rag--pri .the-list option {
  border-color: #F4933B !important;
}
.theme__rag--primary .es-list::-webkit-scrollbar-thumb,
.t__rag--pri .es-list::-webkit-scrollbar-thumb {
  background: #F4933B;
}
.theme__rag--primary .es-visible,
.t__rag--pri .es-visible {
  border-color: #F4933B !important;
}
.theme__rag--primary .ot-open,
.theme__rag--primary .ot-closed,
.t__rag--pri .ot-open,
.t__rag--pri .ot-closed {
  color: #F4933B;
}
.theme__rag--primary .colour__foreground,
.t__rag--pri .colour__foreground {
  color: #F4933B;
}
.theme__rag--primary h1.t__none,
.theme__rag--primary h1.theme__none,
.theme__rag--primary h2.t__none,
.theme__rag--primary h2.theme__none,
.theme__rag--primary h3.t__none,
.theme__rag--primary h3.theme__none,
.theme__rag--primary h4.t__none,
.theme__rag--primary h4.theme__none,
.theme__rag--primary h1.t__none--w-hov,
.theme__rag--primary h1.theme__none--with-hover,
.theme__rag--primary h2.t__none--w-hov,
.theme__rag--primary h2.theme__none--with-hover,
.theme__rag--primary h3.t__none--w-hov,
.theme__rag--primary h3.theme__none--with-hover,
.theme__rag--primary h4.t__none--w-hov,
.theme__rag--primary h4.theme__none--with-hover,
.t__rag--pri h1.t__none,
.t__rag--pri h1.theme__none,
.t__rag--pri h2.t__none,
.t__rag--pri h2.theme__none,
.t__rag--pri h3.t__none,
.t__rag--pri h3.theme__none,
.t__rag--pri h4.t__none,
.t__rag--pri h4.theme__none,
.t__rag--pri h1.t__none--w-hov,
.t__rag--pri h1.theme__none--with-hover,
.t__rag--pri h2.t__none--w-hov,
.t__rag--pri h2.theme__none--with-hover,
.t__rag--pri h3.t__none--w-hov,
.t__rag--pri h3.theme__none--with-hover,
.t__rag--pri h4.t__none--w-hov,
.t__rag--pri h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__rag--primary span.t__none,
.theme__rag--primary span.theme__none,
.t__rag--pri span.t__none,
.t__rag--pri span.theme__none {
  color: #4a4a4a;
}
.theme__rag--primary i.t__none,
.theme__rag--primary i.theme__none,
.t__rag--pri i.t__none,
.t__rag--pri i.theme__none {
  color: #4a4a4a;
}
.theme__rag--primary a.border__none,
.theme__rag--primary a.b__none,
.t__rag--pri a.border__none,
.t__rag--pri a.b__none {
  border: 0;
}
.theme__rag--primary a:hover h1.t__none,
.theme__rag--primary a:hover h1.theme__none,
.theme__rag--primary a:hover h2.t__none,
.theme__rag--primary a:hover h2.theme__none,
.theme__rag--primary a:hover h3.t__none,
.theme__rag--primary a:hover h3.theme__none,
.theme__rag--primary a:hover h4.t__none,
.theme__rag--primary a:hover h4.theme__none,
.t__rag--pri a:hover h1.t__none,
.t__rag--pri a:hover h1.theme__none,
.t__rag--pri a:hover h2.t__none,
.t__rag--pri a:hover h2.theme__none,
.t__rag--pri a:hover h3.t__none,
.t__rag--pri a:hover h3.theme__none,
.t__rag--pri a:hover h4.t__none,
.t__rag--pri a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__rag--primary a:hover h1.t__none--w-hov,
.theme__rag--primary a:hover h1.theme__none--with-hover,
.theme__rag--primary a:hover h2.t__none--w-hov,
.theme__rag--primary a:hover h2.theme__none--with-hover,
.theme__rag--primary a:hover h3.t__none--w-hov,
.theme__rag--primary a:hover h3.theme__none--with-hover,
.theme__rag--primary a:hover h4.t__none--w-hov,
.theme__rag--primary a:hover h4.theme__none--with-hover,
.t__rag--pri a:hover h1.t__none--w-hov,
.t__rag--pri a:hover h1.theme__none--with-hover,
.t__rag--pri a:hover h2.t__none--w-hov,
.t__rag--pri a:hover h2.theme__none--with-hover,
.t__rag--pri a:hover h3.t__none--w-hov,
.t__rag--pri a:hover h3.theme__none--with-hover,
.t__rag--pri a:hover h4.t__none--w-hov,
.t__rag--pri a:hover h4.theme__none--with-hover {
  color: #F4933B;
}
.theme__rag--primary .dotted__line--small, .theme__rag--primary .dotted__line--medium, .theme__rag--primary .dotted__line--large, .theme__rag--primary .dotted__line--x-large, .theme__rag--primary .dotted__line--huge,
.t__rag--pri .dotted__line--small,
.t__rag--pri .dotted__line--medium,
.t__rag--pri .dotted__line--large,
.t__rag--pri .dotted__line--x-large,
.t__rag--pri .dotted__line--huge {
  border-image-source: url("https://assets-cdn.sums.su/SH/Dotted_Borders/dotted_rag_2023.png");
}

.theme__rag--secondary h1, .theme__rag--secondary h2, .theme__rag--secondary h3, .theme__rag--secondary h4, .theme__rag--secondary h5, .theme__rag--secondary h6,
.t__rag--sec h1,
.t__rag--sec h2,
.t__rag--sec h3,
.t__rag--sec h4,
.t__rag--sec h5,
.t__rag--sec h6 {
  color: #F4933B;
}
.theme__rag--secondary a,
.t__rag--sec a {
  color: #4a4a4a;
  border-color: #F4933B;
  text-decoration: none;
}
.theme__rag--secondary a:hover,
.t__rag--sec a:hover {
  color: #F4933B;
}
.theme__rag--secondary a:hover h1, .theme__rag--secondary a:hover h2, .theme__rag--secondary a:hover h3, .theme__rag--secondary a:hover h4, .theme__rag--secondary a:hover h5, .theme__rag--secondary a:hover h6,
.t__rag--sec a:hover h1,
.t__rag--sec a:hover h2,
.t__rag--sec a:hover h3,
.t__rag--sec a:hover h4,
.t__rag--sec a:hover h5,
.t__rag--sec a:hover h6 {
  color: #F4933B;
}
.theme__rag--secondary a div,
.t__rag--sec a div {
  border-color: #F4933B !important;
}
.theme__rag--secondary input,
.t__rag--sec input {
  border-color: #F4933B;
}
.theme__rag--secondary p,
.t__rag--sec p {
  color: #4a4a4a;
}
.theme__rag--secondary .button,
.theme__rag--secondary .btn,
.theme__rag--secondary .btn__pill, .theme__rag--secondary.button, .theme__rag--secondary.btn, .theme__rag--secondary.btn__pill,
.t__rag--sec .button,
.t__rag--sec .btn,
.t__rag--sec .btn__pill,
.t__rag--sec.button,
.t__rag--sec.btn,
.t__rag--sec.btn__pill {
  border-color: #F4933B;
}
@media (hover: hover) {
  .theme__rag--secondary .button:hover,
  .theme__rag--secondary .btn:hover,
  .theme__rag--secondary .btn__pill:hover, .theme__rag--secondary.button:hover, .theme__rag--secondary.btn:hover, .theme__rag--secondary.btn__pill:hover,
  .t__rag--sec .button:hover,
  .t__rag--sec .btn:hover,
  .t__rag--sec .btn__pill:hover,
  .t__rag--sec.button:hover,
  .t__rag--sec.btn:hover,
  .t__rag--sec.btn__pill:hover {
    color: #ffffff;
    background: #F4933B;
  }
  .theme__rag--secondary .button:hover i,
  .theme__rag--secondary .btn:hover i,
  .theme__rag--secondary .btn__pill:hover i, .theme__rag--secondary.button:hover i, .theme__rag--secondary.btn:hover i, .theme__rag--secondary.btn__pill:hover i,
  .t__rag--sec .button:hover i,
  .t__rag--sec .btn:hover i,
  .t__rag--sec .btn__pill:hover i,
  .t__rag--sec.button:hover i,
  .t__rag--sec.btn:hover i,
  .t__rag--sec.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__rag--secondary .button__invert,
.theme__rag--secondary .btn__invert,
.theme__rag--secondary .btn__pill__invert, .theme__rag--secondary.button__invert, .theme__rag--secondary.btn__invert, .theme__rag--secondary.btn__pill__invert,
.t__rag--sec .button__invert,
.t__rag--sec .btn__invert,
.t__rag--sec .btn__pill__invert,
.t__rag--sec.button__invert,
.t__rag--sec.btn__invert,
.t__rag--sec.btn__pill__invert {
  background-color: #F4933B;
  color: #ffffff;
}
.theme__rag--secondary .button__invert h4,
.theme__rag--secondary .btn__invert h4,
.theme__rag--secondary .btn__pill__invert h4, .theme__rag--secondary.button__invert h4, .theme__rag--secondary.btn__invert h4, .theme__rag--secondary.btn__pill__invert h4,
.t__rag--sec .button__invert h4,
.t__rag--sec .btn__invert h4,
.t__rag--sec .btn__pill__invert h4,
.t__rag--sec.button__invert h4,
.t__rag--sec.btn__invert h4,
.t__rag--sec.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__rag--secondary .button__invert:hover,
.theme__rag--secondary .btn__invert:hover,
.theme__rag--secondary .btn__pill__invert:hover, .theme__rag--secondary.button__invert:hover, .theme__rag--secondary.btn__invert:hover, .theme__rag--secondary.btn__pill__invert:hover,
.t__rag--sec .button__invert:hover,
.t__rag--sec .btn__invert:hover,
.t__rag--sec .btn__pill__invert:hover,
.t__rag--sec.button__invert:hover,
.t__rag--sec.btn__invert:hover,
.t__rag--sec.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__rag--secondary .button__invert:hover h4,
.theme__rag--secondary .btn__invert:hover h4,
.theme__rag--secondary .btn__pill__invert:hover h4, .theme__rag--secondary.button__invert:hover h4, .theme__rag--secondary.btn__invert:hover h4, .theme__rag--secondary.btn__pill__invert:hover h4,
.t__rag--sec .button__invert:hover h4,
.t__rag--sec .btn__invert:hover h4,
.t__rag--sec .btn__pill__invert:hover h4,
.t__rag--sec.button__invert:hover h4,
.t__rag--sec.btn__invert:hover h4,
.t__rag--sec.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__rag--secondary .button__invert--hover:hover,
.theme__rag--secondary .btn__invert--hover:hover,
.theme__rag--secondary .btn__pill__invert--hover:hover, .theme__rag--secondary.button__invert--hover:hover, .theme__rag--secondary.btn__invert--hover:hover, .theme__rag--secondary.btn__pill__invert--hover:hover,
.t__rag--sec .button__invert--hover:hover,
.t__rag--sec .btn__invert--hover:hover,
.t__rag--sec .btn__pill__invert--hover:hover,
.t__rag--sec.button__invert--hover:hover,
.t__rag--sec.btn__invert--hover:hover,
.t__rag--sec.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__rag--secondary .button__under,
.theme__rag--secondary .btn__under,
.theme__rag--secondary .btn__pill__under, .theme__rag--secondary.button__under, .theme__rag--secondary.btn__under, .theme__rag--secondary.btn__pill__under,
.t__rag--sec .button__under,
.t__rag--sec .btn__under,
.t__rag--sec .btn__pill__under,
.t__rag--sec.button__under,
.t__rag--sec.btn__under,
.t__rag--sec.btn__pill__under {
  border-color: #F4933B;
}
.theme__rag--secondary .btn__large,
.t__rag--sec .btn__large {
  background-color: #F4933B;
}
.theme__rag--secondary .input__search,
.t__rag--sec .input__search {
  border-color: #F4933B;
}
.theme__rag--secondary .input__search i,
.t__rag--sec .input__search i {
  color: #4a4a4a;
}
.theme__rag--secondary .input__search:hover i,
.t__rag--sec .input__search:hover i {
  color: #F4933B;
}
.theme__rag--secondary .component__foreground,
.t__rag--sec .component__foreground {
  color: #4a4a4a;
}
.theme__rag--secondary.card,
.theme__rag--secondary .card, .theme__rag--secondary.card__with-image,
.theme__rag--secondary .card__with-image,
.t__rag--sec.card,
.t__rag--sec .card,
.t__rag--sec.card__with-image,
.t__rag--sec .card__with-image {
  border-color: #F4933B;
}
.theme__rag--secondary.card__highlight,
.theme__rag--secondary .card__highlight,
.theme__rag--secondary .card__highlight--image,
.theme__rag--secondary .card__highlight--final,
.t__rag--sec.card__highlight,
.t__rag--sec .card__highlight,
.t__rag--sec .card__highlight--image,
.t__rag--sec .card__highlight--final {
  background-color: #F4933B;
  border-color: #F4933B;
}
.theme__rag--secondary.card__highlight--title,
.theme__rag--secondary .card__highlight--title,
.theme__rag--secondary .card__highlight--image,
.theme__rag--secondary .card__highlight--final,
.t__rag--sec.card__highlight--title,
.t__rag--sec .card__highlight--title,
.t__rag--sec .card__highlight--image,
.t__rag--sec .card__highlight--final {
  color: #4a4a4a;
}
.theme__rag--secondary .image-slider__selector--dot,
.t__rag--sec .image-slider__selector--dot {
  background-color: #F4933B;
}
.theme__rag--secondary .call-to-action__text h3,
.t__rag--sec .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__rag--secondary .officer__block--title h5, .theme__rag--secondary .officer__block--title h6,
.t__rag--sec .officer__block--title h5,
.t__rag--sec .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__rag--secondary .block__statement--link,
.t__rag--sec .block__statement--link {
  color: #4a4a4a;
}
.theme__rag--secondary .card__cutoff,
.t__rag--sec .card__cutoff {
  background: linear-gradient(#F4933B, #F4933B), linear-gradient(white, white);
}
.theme__rag--secondary .card__cutoff p,
.t__rag--sec .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__rag--secondary .card__cutoff:hover,
  .t__rag--sec .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__rag--secondary .card__cutoff:hover p,
  .t__rag--sec .card__cutoff:hover p {
    color: #F4933B;
  }
  .theme__rag--secondary .card__cutoff:hover .card__cutoff--link,
  .t__rag--sec .card__cutoff:hover .card__cutoff--link {
    color: #F4933B;
  }
  .theme__rag--secondary .card__cutoff:hover .card__cutoff--text,
  .t__rag--sec .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__rag--secondary .card__cutoff:hover .card__cutoff--text p,
  .t__rag--sec .card__cutoff:hover .card__cutoff--text p {
    color: #F4933B;
  }
  .theme__rag--secondary .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__rag--sec .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: #F4933B;
  }
}
.theme__rag--secondary .card__cutoff--link,
.t__rag--sec .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__rag--secondary .card__cutoff--link:hover,
  .t__rag--sec .card__cutoff--link:hover {
    color: #F4933B;
  }
  .theme__rag--secondary .card__cutoff--link:hover--link,
  .t__rag--sec .card__cutoff--link:hover--link {
    color: #F4933B;
  }
}
.theme__rag--secondary .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__rag--sec .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: #F4933B;
}
.theme__rag--secondary .dropdown__toggle--title,
.t__rag--sec .dropdown__toggle--title {
  color: #F4933B;
}
.theme__rag--secondary .dropdown__toggle--icon i,
.t__rag--sec .dropdown__toggle--icon i {
  color: #F4933B;
}
.theme__rag--secondary .large_timer__countdown--item_large,
.t__rag--sec .large_timer__countdown--item_large {
  background-color: #F4933B;
}
.theme__rag--secondary .large_timer__countdown--item_medium,
.t__rag--sec .large_timer__countdown--item_medium {
  background-color: #F4933B;
}
.theme__rag--secondary .large_timer__countdown--item_small,
.t__rag--sec .large_timer__countdown--item_small {
  background-color: #F4933B;
}
.theme__rag--secondary .modalcontent,
.t__rag--sec .modalcontent {
  border-color: #F4933B;
}
.theme__rag--secondary .transparent__header,
.t__rag--sec .transparent__header {
  background: #F4933B;
}
.theme__rag--secondary .breadcrumb__slashes,
.t__rag--sec .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__rag--secondary .the-list,
.t__rag--sec .the-list {
  background-color: #F4933B;
}
.theme__rag--secondary .the-list option,
.t__rag--sec .the-list option {
  border-color: #F4933B !important;
}
.theme__rag--secondary .es-list::-webkit-scrollbar-thumb,
.t__rag--sec .es-list::-webkit-scrollbar-thumb {
  background: #F4933B;
}
.theme__rag--secondary .es-visible,
.t__rag--sec .es-visible {
  border-color: #F4933B !important;
}
.theme__rag--secondary .ot-open,
.theme__rag--secondary .ot-closed,
.t__rag--sec .ot-open,
.t__rag--sec .ot-closed {
  color: #F4933B;
}
.theme__rag--secondary .colour__foreground,
.t__rag--sec .colour__foreground {
  color: #F4933B;
}
.theme__rag--secondary h1.t__none,
.theme__rag--secondary h1.theme__none,
.theme__rag--secondary h2.t__none,
.theme__rag--secondary h2.theme__none,
.theme__rag--secondary h3.t__none,
.theme__rag--secondary h3.theme__none,
.theme__rag--secondary h4.t__none,
.theme__rag--secondary h4.theme__none,
.theme__rag--secondary h1.t__none--w-hov,
.theme__rag--secondary h1.theme__none--with-hover,
.theme__rag--secondary h2.t__none--w-hov,
.theme__rag--secondary h2.theme__none--with-hover,
.theme__rag--secondary h3.t__none--w-hov,
.theme__rag--secondary h3.theme__none--with-hover,
.theme__rag--secondary h4.t__none--w-hov,
.theme__rag--secondary h4.theme__none--with-hover,
.t__rag--sec h1.t__none,
.t__rag--sec h1.theme__none,
.t__rag--sec h2.t__none,
.t__rag--sec h2.theme__none,
.t__rag--sec h3.t__none,
.t__rag--sec h3.theme__none,
.t__rag--sec h4.t__none,
.t__rag--sec h4.theme__none,
.t__rag--sec h1.t__none--w-hov,
.t__rag--sec h1.theme__none--with-hover,
.t__rag--sec h2.t__none--w-hov,
.t__rag--sec h2.theme__none--with-hover,
.t__rag--sec h3.t__none--w-hov,
.t__rag--sec h3.theme__none--with-hover,
.t__rag--sec h4.t__none--w-hov,
.t__rag--sec h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__rag--secondary span.t__none,
.theme__rag--secondary span.theme__none,
.t__rag--sec span.t__none,
.t__rag--sec span.theme__none {
  color: #4a4a4a;
}
.theme__rag--secondary i.t__none,
.theme__rag--secondary i.theme__none,
.t__rag--sec i.t__none,
.t__rag--sec i.theme__none {
  color: #4a4a4a;
}
.theme__rag--secondary a.border__none,
.theme__rag--secondary a.b__none,
.t__rag--sec a.border__none,
.t__rag--sec a.b__none {
  border: 0;
}
.theme__rag--secondary a:hover h1.t__none,
.theme__rag--secondary a:hover h1.theme__none,
.theme__rag--secondary a:hover h2.t__none,
.theme__rag--secondary a:hover h2.theme__none,
.theme__rag--secondary a:hover h3.t__none,
.theme__rag--secondary a:hover h3.theme__none,
.theme__rag--secondary a:hover h4.t__none,
.theme__rag--secondary a:hover h4.theme__none,
.t__rag--sec a:hover h1.t__none,
.t__rag--sec a:hover h1.theme__none,
.t__rag--sec a:hover h2.t__none,
.t__rag--sec a:hover h2.theme__none,
.t__rag--sec a:hover h3.t__none,
.t__rag--sec a:hover h3.theme__none,
.t__rag--sec a:hover h4.t__none,
.t__rag--sec a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__rag--secondary a:hover h1.t__none--w-hov,
.theme__rag--secondary a:hover h1.theme__none--with-hover,
.theme__rag--secondary a:hover h2.t__none--w-hov,
.theme__rag--secondary a:hover h2.theme__none--with-hover,
.theme__rag--secondary a:hover h3.t__none--w-hov,
.theme__rag--secondary a:hover h3.theme__none--with-hover,
.theme__rag--secondary a:hover h4.t__none--w-hov,
.theme__rag--secondary a:hover h4.theme__none--with-hover,
.t__rag--sec a:hover h1.t__none--w-hov,
.t__rag--sec a:hover h1.theme__none--with-hover,
.t__rag--sec a:hover h2.t__none--w-hov,
.t__rag--sec a:hover h2.theme__none--with-hover,
.t__rag--sec a:hover h3.t__none--w-hov,
.t__rag--sec a:hover h3.theme__none--with-hover,
.t__rag--sec a:hover h4.t__none--w-hov,
.t__rag--sec a:hover h4.theme__none--with-hover {
  color: #F4933B;
}

.theme__rag--pastel h1, .theme__rag--pastel h2, .theme__rag--pastel h3, .theme__rag--pastel h4, .theme__rag--pastel h5, .theme__rag--pastel h6,
.t__rag--pas h1,
.t__rag--pas h2,
.t__rag--pas h3,
.t__rag--pas h4,
.t__rag--pas h5,
.t__rag--pas h6 {
  color: rgba(244, 147, 59, 0.1);
}
.theme__rag--pastel a,
.t__rag--pas a {
  color: #4a4a4a;
  border-color: rgba(244, 147, 59, 0.1);
  text-decoration: none;
}
.theme__rag--pastel a:hover,
.t__rag--pas a:hover {
  color: rgba(244, 147, 59, 0.1);
}
.theme__rag--pastel a:hover h1, .theme__rag--pastel a:hover h2, .theme__rag--pastel a:hover h3, .theme__rag--pastel a:hover h4, .theme__rag--pastel a:hover h5, .theme__rag--pastel a:hover h6,
.t__rag--pas a:hover h1,
.t__rag--pas a:hover h2,
.t__rag--pas a:hover h3,
.t__rag--pas a:hover h4,
.t__rag--pas a:hover h5,
.t__rag--pas a:hover h6 {
  color: rgba(244, 147, 59, 0.1);
}
.theme__rag--pastel a div,
.t__rag--pas a div {
  border-color: rgba(244, 147, 59, 0.1) !important;
}
.theme__rag--pastel input,
.t__rag--pas input {
  border-color: rgba(244, 147, 59, 0.1);
}
.theme__rag--pastel p,
.t__rag--pas p {
  color: #4a4a4a;
}
.theme__rag--pastel .button,
.theme__rag--pastel .btn,
.theme__rag--pastel .btn__pill, .theme__rag--pastel.button, .theme__rag--pastel.btn, .theme__rag--pastel.btn__pill,
.t__rag--pas .button,
.t__rag--pas .btn,
.t__rag--pas .btn__pill,
.t__rag--pas.button,
.t__rag--pas.btn,
.t__rag--pas.btn__pill {
  border-color: rgba(244, 147, 59, 0.1);
}
@media (hover: hover) {
  .theme__rag--pastel .button:hover,
  .theme__rag--pastel .btn:hover,
  .theme__rag--pastel .btn__pill:hover, .theme__rag--pastel.button:hover, .theme__rag--pastel.btn:hover, .theme__rag--pastel.btn__pill:hover,
  .t__rag--pas .button:hover,
  .t__rag--pas .btn:hover,
  .t__rag--pas .btn__pill:hover,
  .t__rag--pas.button:hover,
  .t__rag--pas.btn:hover,
  .t__rag--pas.btn__pill:hover {
    color: #ffffff;
    background: rgba(244, 147, 59, 0.1);
  }
  .theme__rag--pastel .button:hover i,
  .theme__rag--pastel .btn:hover i,
  .theme__rag--pastel .btn__pill:hover i, .theme__rag--pastel.button:hover i, .theme__rag--pastel.btn:hover i, .theme__rag--pastel.btn__pill:hover i,
  .t__rag--pas .button:hover i,
  .t__rag--pas .btn:hover i,
  .t__rag--pas .btn__pill:hover i,
  .t__rag--pas.button:hover i,
  .t__rag--pas.btn:hover i,
  .t__rag--pas.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__rag--pastel .button__invert,
.theme__rag--pastel .btn__invert,
.theme__rag--pastel .btn__pill__invert, .theme__rag--pastel.button__invert, .theme__rag--pastel.btn__invert, .theme__rag--pastel.btn__pill__invert,
.t__rag--pas .button__invert,
.t__rag--pas .btn__invert,
.t__rag--pas .btn__pill__invert,
.t__rag--pas.button__invert,
.t__rag--pas.btn__invert,
.t__rag--pas.btn__pill__invert {
  background-color: rgba(244, 147, 59, 0.1);
  color: #ffffff;
}
.theme__rag--pastel .button__invert h4,
.theme__rag--pastel .btn__invert h4,
.theme__rag--pastel .btn__pill__invert h4, .theme__rag--pastel.button__invert h4, .theme__rag--pastel.btn__invert h4, .theme__rag--pastel.btn__pill__invert h4,
.t__rag--pas .button__invert h4,
.t__rag--pas .btn__invert h4,
.t__rag--pas .btn__pill__invert h4,
.t__rag--pas.button__invert h4,
.t__rag--pas.btn__invert h4,
.t__rag--pas.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__rag--pastel .button__invert:hover,
.theme__rag--pastel .btn__invert:hover,
.theme__rag--pastel .btn__pill__invert:hover, .theme__rag--pastel.button__invert:hover, .theme__rag--pastel.btn__invert:hover, .theme__rag--pastel.btn__pill__invert:hover,
.t__rag--pas .button__invert:hover,
.t__rag--pas .btn__invert:hover,
.t__rag--pas .btn__pill__invert:hover,
.t__rag--pas.button__invert:hover,
.t__rag--pas.btn__invert:hover,
.t__rag--pas.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__rag--pastel .button__invert:hover h4,
.theme__rag--pastel .btn__invert:hover h4,
.theme__rag--pastel .btn__pill__invert:hover h4, .theme__rag--pastel.button__invert:hover h4, .theme__rag--pastel.btn__invert:hover h4, .theme__rag--pastel.btn__pill__invert:hover h4,
.t__rag--pas .button__invert:hover h4,
.t__rag--pas .btn__invert:hover h4,
.t__rag--pas .btn__pill__invert:hover h4,
.t__rag--pas.button__invert:hover h4,
.t__rag--pas.btn__invert:hover h4,
.t__rag--pas.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__rag--pastel .button__invert--hover:hover,
.theme__rag--pastel .btn__invert--hover:hover,
.theme__rag--pastel .btn__pill__invert--hover:hover, .theme__rag--pastel.button__invert--hover:hover, .theme__rag--pastel.btn__invert--hover:hover, .theme__rag--pastel.btn__pill__invert--hover:hover,
.t__rag--pas .button__invert--hover:hover,
.t__rag--pas .btn__invert--hover:hover,
.t__rag--pas .btn__pill__invert--hover:hover,
.t__rag--pas.button__invert--hover:hover,
.t__rag--pas.btn__invert--hover:hover,
.t__rag--pas.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__rag--pastel .button__under,
.theme__rag--pastel .btn__under,
.theme__rag--pastel .btn__pill__under, .theme__rag--pastel.button__under, .theme__rag--pastel.btn__under, .theme__rag--pastel.btn__pill__under,
.t__rag--pas .button__under,
.t__rag--pas .btn__under,
.t__rag--pas .btn__pill__under,
.t__rag--pas.button__under,
.t__rag--pas.btn__under,
.t__rag--pas.btn__pill__under {
  border-color: rgba(244, 147, 59, 0.1);
}
.theme__rag--pastel .btn__large,
.t__rag--pas .btn__large {
  background-color: rgba(244, 147, 59, 0.1);
}
.theme__rag--pastel .input__search,
.t__rag--pas .input__search {
  border-color: rgba(244, 147, 59, 0.1);
}
.theme__rag--pastel .input__search i,
.t__rag--pas .input__search i {
  color: #4a4a4a;
}
.theme__rag--pastel .input__search:hover i,
.t__rag--pas .input__search:hover i {
  color: rgba(244, 147, 59, 0.1);
}
.theme__rag--pastel .component__foreground,
.t__rag--pas .component__foreground {
  color: #4a4a4a;
}
.theme__rag--pastel.card,
.theme__rag--pastel .card, .theme__rag--pastel.card__with-image,
.theme__rag--pastel .card__with-image,
.t__rag--pas.card,
.t__rag--pas .card,
.t__rag--pas.card__with-image,
.t__rag--pas .card__with-image {
  border-color: rgba(244, 147, 59, 0.1);
}
.theme__rag--pastel.card__highlight,
.theme__rag--pastel .card__highlight,
.theme__rag--pastel .card__highlight--image,
.theme__rag--pastel .card__highlight--final,
.t__rag--pas.card__highlight,
.t__rag--pas .card__highlight,
.t__rag--pas .card__highlight--image,
.t__rag--pas .card__highlight--final {
  background-color: rgba(244, 147, 59, 0.1);
  border-color: rgba(244, 147, 59, 0.1);
}
.theme__rag--pastel.card__highlight--title,
.theme__rag--pastel .card__highlight--title,
.theme__rag--pastel .card__highlight--image,
.theme__rag--pastel .card__highlight--final,
.t__rag--pas.card__highlight--title,
.t__rag--pas .card__highlight--title,
.t__rag--pas .card__highlight--image,
.t__rag--pas .card__highlight--final {
  color: #4a4a4a;
}
.theme__rag--pastel .image-slider__selector--dot,
.t__rag--pas .image-slider__selector--dot {
  background-color: rgba(244, 147, 59, 0.1);
}
.theme__rag--pastel .call-to-action__text h3,
.t__rag--pas .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__rag--pastel .officer__block--title h5, .theme__rag--pastel .officer__block--title h6,
.t__rag--pas .officer__block--title h5,
.t__rag--pas .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__rag--pastel .block__statement--link,
.t__rag--pas .block__statement--link {
  color: #4a4a4a;
}
.theme__rag--pastel .card__cutoff,
.t__rag--pas .card__cutoff {
  background: linear-gradient(rgba(244, 147, 59, 0.1), rgba(244, 147, 59, 0.1)), linear-gradient(white, white);
}
.theme__rag--pastel .card__cutoff p,
.t__rag--pas .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__rag--pastel .card__cutoff:hover,
  .t__rag--pas .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__rag--pastel .card__cutoff:hover p,
  .t__rag--pas .card__cutoff:hover p {
    color: rgba(244, 147, 59, 0.1);
  }
  .theme__rag--pastel .card__cutoff:hover .card__cutoff--link,
  .t__rag--pas .card__cutoff:hover .card__cutoff--link {
    color: rgba(244, 147, 59, 0.1);
  }
  .theme__rag--pastel .card__cutoff:hover .card__cutoff--text,
  .t__rag--pas .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__rag--pastel .card__cutoff:hover .card__cutoff--text p,
  .t__rag--pas .card__cutoff:hover .card__cutoff--text p {
    color: rgba(244, 147, 59, 0.1);
  }
  .theme__rag--pastel .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__rag--pas .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: rgba(244, 147, 59, 0.1);
  }
}
.theme__rag--pastel .card__cutoff--link,
.t__rag--pas .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__rag--pastel .card__cutoff--link:hover,
  .t__rag--pas .card__cutoff--link:hover {
    color: rgba(244, 147, 59, 0.1);
  }
  .theme__rag--pastel .card__cutoff--link:hover--link,
  .t__rag--pas .card__cutoff--link:hover--link {
    color: rgba(244, 147, 59, 0.1);
  }
}
.theme__rag--pastel .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__rag--pas .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: rgba(244, 147, 59, 0.1);
}
.theme__rag--pastel .dropdown__toggle--title,
.t__rag--pas .dropdown__toggle--title {
  color: rgba(244, 147, 59, 0.1);
}
.theme__rag--pastel .dropdown__toggle--icon i,
.t__rag--pas .dropdown__toggle--icon i {
  color: rgba(244, 147, 59, 0.1);
}
.theme__rag--pastel .large_timer__countdown--item_large,
.t__rag--pas .large_timer__countdown--item_large {
  background-color: rgba(244, 147, 59, 0.1);
}
.theme__rag--pastel .large_timer__countdown--item_medium,
.t__rag--pas .large_timer__countdown--item_medium {
  background-color: rgba(244, 147, 59, 0.1);
}
.theme__rag--pastel .large_timer__countdown--item_small,
.t__rag--pas .large_timer__countdown--item_small {
  background-color: rgba(244, 147, 59, 0.1);
}
.theme__rag--pastel .modalcontent,
.t__rag--pas .modalcontent {
  border-color: rgba(244, 147, 59, 0.1);
}
.theme__rag--pastel .transparent__header,
.t__rag--pas .transparent__header {
  background: rgba(244, 147, 59, 0.1);
}
.theme__rag--pastel .breadcrumb__slashes,
.t__rag--pas .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__rag--pastel .the-list,
.t__rag--pas .the-list {
  background-color: rgba(244, 147, 59, 0.1);
}
.theme__rag--pastel .the-list option,
.t__rag--pas .the-list option {
  border-color: rgba(244, 147, 59, 0.1) !important;
}
.theme__rag--pastel .es-list::-webkit-scrollbar-thumb,
.t__rag--pas .es-list::-webkit-scrollbar-thumb {
  background: rgba(244, 147, 59, 0.1);
}
.theme__rag--pastel .es-visible,
.t__rag--pas .es-visible {
  border-color: rgba(244, 147, 59, 0.1) !important;
}
.theme__rag--pastel .ot-open,
.theme__rag--pastel .ot-closed,
.t__rag--pas .ot-open,
.t__rag--pas .ot-closed {
  color: rgba(244, 147, 59, 0.1);
}
.theme__rag--pastel .colour__foreground,
.t__rag--pas .colour__foreground {
  color: rgba(244, 147, 59, 0.1);
}
.theme__rag--pastel h1.t__none,
.theme__rag--pastel h1.theme__none,
.theme__rag--pastel h2.t__none,
.theme__rag--pastel h2.theme__none,
.theme__rag--pastel h3.t__none,
.theme__rag--pastel h3.theme__none,
.theme__rag--pastel h4.t__none,
.theme__rag--pastel h4.theme__none,
.theme__rag--pastel h1.t__none--w-hov,
.theme__rag--pastel h1.theme__none--with-hover,
.theme__rag--pastel h2.t__none--w-hov,
.theme__rag--pastel h2.theme__none--with-hover,
.theme__rag--pastel h3.t__none--w-hov,
.theme__rag--pastel h3.theme__none--with-hover,
.theme__rag--pastel h4.t__none--w-hov,
.theme__rag--pastel h4.theme__none--with-hover,
.t__rag--pas h1.t__none,
.t__rag--pas h1.theme__none,
.t__rag--pas h2.t__none,
.t__rag--pas h2.theme__none,
.t__rag--pas h3.t__none,
.t__rag--pas h3.theme__none,
.t__rag--pas h4.t__none,
.t__rag--pas h4.theme__none,
.t__rag--pas h1.t__none--w-hov,
.t__rag--pas h1.theme__none--with-hover,
.t__rag--pas h2.t__none--w-hov,
.t__rag--pas h2.theme__none--with-hover,
.t__rag--pas h3.t__none--w-hov,
.t__rag--pas h3.theme__none--with-hover,
.t__rag--pas h4.t__none--w-hov,
.t__rag--pas h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__rag--pastel span.t__none,
.theme__rag--pastel span.theme__none,
.t__rag--pas span.t__none,
.t__rag--pas span.theme__none {
  color: #4a4a4a;
}
.theme__rag--pastel i.t__none,
.theme__rag--pastel i.theme__none,
.t__rag--pas i.t__none,
.t__rag--pas i.theme__none {
  color: #4a4a4a;
}
.theme__rag--pastel a.border__none,
.theme__rag--pastel a.b__none,
.t__rag--pas a.border__none,
.t__rag--pas a.b__none {
  border: 0;
}
.theme__rag--pastel a:hover h1.t__none,
.theme__rag--pastel a:hover h1.theme__none,
.theme__rag--pastel a:hover h2.t__none,
.theme__rag--pastel a:hover h2.theme__none,
.theme__rag--pastel a:hover h3.t__none,
.theme__rag--pastel a:hover h3.theme__none,
.theme__rag--pastel a:hover h4.t__none,
.theme__rag--pastel a:hover h4.theme__none,
.t__rag--pas a:hover h1.t__none,
.t__rag--pas a:hover h1.theme__none,
.t__rag--pas a:hover h2.t__none,
.t__rag--pas a:hover h2.theme__none,
.t__rag--pas a:hover h3.t__none,
.t__rag--pas a:hover h3.theme__none,
.t__rag--pas a:hover h4.t__none,
.t__rag--pas a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__rag--pastel a:hover h1.t__none--w-hov,
.theme__rag--pastel a:hover h1.theme__none--with-hover,
.theme__rag--pastel a:hover h2.t__none--w-hov,
.theme__rag--pastel a:hover h2.theme__none--with-hover,
.theme__rag--pastel a:hover h3.t__none--w-hov,
.theme__rag--pastel a:hover h3.theme__none--with-hover,
.theme__rag--pastel a:hover h4.t__none--w-hov,
.theme__rag--pastel a:hover h4.theme__none--with-hover,
.t__rag--pas a:hover h1.t__none--w-hov,
.t__rag--pas a:hover h1.theme__none--with-hover,
.t__rag--pas a:hover h2.t__none--w-hov,
.t__rag--pas a:hover h2.theme__none--with-hover,
.t__rag--pas a:hover h3.t__none--w-hov,
.t__rag--pas a:hover h3.theme__none--with-hover,
.t__rag--pas a:hover h4.t__none--w-hov,
.t__rag--pas a:hover h4.theme__none--with-hover {
  color: rgba(244, 147, 59, 0.1);
}

.theme__rag--background-primary,
.t__rag--bg-pri {
  background-color: #F4933B;
}

.theme__rag--background-secondary,
.t__rag--bg-sec {
  background-color: #F4933B;
}

.theme__rag--background-pastel,
.t__rag--bg-pas {
  background-color: rgba(244, 147, 59, 0.1);
}

.theme__bummit--primary h1, .theme__bummit--primary h2, .theme__bummit--primary h3, .theme__bummit--primary h4, .theme__bummit--primary h5, .theme__bummit--primary h6,
.t__bum--pri h1,
.t__bum--pri h2,
.t__bum--pri h3,
.t__bum--pri h4,
.t__bum--pri h5,
.t__bum--pri h6 {
  color: #FB023E;
}
.theme__bummit--primary a,
.t__bum--pri a {
  color: #4a4a4a;
  border-color: #FB023E;
  text-decoration: none;
}
.theme__bummit--primary a:hover,
.t__bum--pri a:hover {
  color: #FB023E;
}
.theme__bummit--primary a:hover h1, .theme__bummit--primary a:hover h2, .theme__bummit--primary a:hover h3, .theme__bummit--primary a:hover h4, .theme__bummit--primary a:hover h5, .theme__bummit--primary a:hover h6,
.t__bum--pri a:hover h1,
.t__bum--pri a:hover h2,
.t__bum--pri a:hover h3,
.t__bum--pri a:hover h4,
.t__bum--pri a:hover h5,
.t__bum--pri a:hover h6 {
  color: #FB023E;
}
.theme__bummit--primary a div,
.t__bum--pri a div {
  border-color: #FB023E !important;
}
.theme__bummit--primary input,
.t__bum--pri input {
  border-color: #FB023E;
}
.theme__bummit--primary p,
.t__bum--pri p {
  color: #4a4a4a;
}
.theme__bummit--primary .button,
.theme__bummit--primary .btn,
.theme__bummit--primary .btn__pill, .theme__bummit--primary.button, .theme__bummit--primary.btn, .theme__bummit--primary.btn__pill,
.t__bum--pri .button,
.t__bum--pri .btn,
.t__bum--pri .btn__pill,
.t__bum--pri.button,
.t__bum--pri.btn,
.t__bum--pri.btn__pill {
  border-color: #FB023E;
}
@media (hover: hover) {
  .theme__bummit--primary .button:hover,
  .theme__bummit--primary .btn:hover,
  .theme__bummit--primary .btn__pill:hover, .theme__bummit--primary.button:hover, .theme__bummit--primary.btn:hover, .theme__bummit--primary.btn__pill:hover,
  .t__bum--pri .button:hover,
  .t__bum--pri .btn:hover,
  .t__bum--pri .btn__pill:hover,
  .t__bum--pri.button:hover,
  .t__bum--pri.btn:hover,
  .t__bum--pri.btn__pill:hover {
    color: #ffffff;
    background: #FB023E;
  }
  .theme__bummit--primary .button:hover i,
  .theme__bummit--primary .btn:hover i,
  .theme__bummit--primary .btn__pill:hover i, .theme__bummit--primary.button:hover i, .theme__bummit--primary.btn:hover i, .theme__bummit--primary.btn__pill:hover i,
  .t__bum--pri .button:hover i,
  .t__bum--pri .btn:hover i,
  .t__bum--pri .btn__pill:hover i,
  .t__bum--pri.button:hover i,
  .t__bum--pri.btn:hover i,
  .t__bum--pri.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__bummit--primary .button__invert,
.theme__bummit--primary .btn__invert,
.theme__bummit--primary .btn__pill__invert, .theme__bummit--primary.button__invert, .theme__bummit--primary.btn__invert, .theme__bummit--primary.btn__pill__invert,
.t__bum--pri .button__invert,
.t__bum--pri .btn__invert,
.t__bum--pri .btn__pill__invert,
.t__bum--pri.button__invert,
.t__bum--pri.btn__invert,
.t__bum--pri.btn__pill__invert {
  background-color: #FB023E;
  color: #ffffff;
}
.theme__bummit--primary .button__invert h4,
.theme__bummit--primary .btn__invert h4,
.theme__bummit--primary .btn__pill__invert h4, .theme__bummit--primary.button__invert h4, .theme__bummit--primary.btn__invert h4, .theme__bummit--primary.btn__pill__invert h4,
.t__bum--pri .button__invert h4,
.t__bum--pri .btn__invert h4,
.t__bum--pri .btn__pill__invert h4,
.t__bum--pri.button__invert h4,
.t__bum--pri.btn__invert h4,
.t__bum--pri.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__bummit--primary .button__invert:hover,
.theme__bummit--primary .btn__invert:hover,
.theme__bummit--primary .btn__pill__invert:hover, .theme__bummit--primary.button__invert:hover, .theme__bummit--primary.btn__invert:hover, .theme__bummit--primary.btn__pill__invert:hover,
.t__bum--pri .button__invert:hover,
.t__bum--pri .btn__invert:hover,
.t__bum--pri .btn__pill__invert:hover,
.t__bum--pri.button__invert:hover,
.t__bum--pri.btn__invert:hover,
.t__bum--pri.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__bummit--primary .button__invert:hover h4,
.theme__bummit--primary .btn__invert:hover h4,
.theme__bummit--primary .btn__pill__invert:hover h4, .theme__bummit--primary.button__invert:hover h4, .theme__bummit--primary.btn__invert:hover h4, .theme__bummit--primary.btn__pill__invert:hover h4,
.t__bum--pri .button__invert:hover h4,
.t__bum--pri .btn__invert:hover h4,
.t__bum--pri .btn__pill__invert:hover h4,
.t__bum--pri.button__invert:hover h4,
.t__bum--pri.btn__invert:hover h4,
.t__bum--pri.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__bummit--primary .button__invert--hover:hover,
.theme__bummit--primary .btn__invert--hover:hover,
.theme__bummit--primary .btn__pill__invert--hover:hover, .theme__bummit--primary.button__invert--hover:hover, .theme__bummit--primary.btn__invert--hover:hover, .theme__bummit--primary.btn__pill__invert--hover:hover,
.t__bum--pri .button__invert--hover:hover,
.t__bum--pri .btn__invert--hover:hover,
.t__bum--pri .btn__pill__invert--hover:hover,
.t__bum--pri.button__invert--hover:hover,
.t__bum--pri.btn__invert--hover:hover,
.t__bum--pri.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__bummit--primary .button__under,
.theme__bummit--primary .btn__under,
.theme__bummit--primary .btn__pill__under, .theme__bummit--primary.button__under, .theme__bummit--primary.btn__under, .theme__bummit--primary.btn__pill__under,
.t__bum--pri .button__under,
.t__bum--pri .btn__under,
.t__bum--pri .btn__pill__under,
.t__bum--pri.button__under,
.t__bum--pri.btn__under,
.t__bum--pri.btn__pill__under {
  border-color: #FB023E;
}
.theme__bummit--primary .btn__large,
.t__bum--pri .btn__large {
  background-color: #FB023E;
}
.theme__bummit--primary .input__search,
.t__bum--pri .input__search {
  border-color: #FB023E;
}
.theme__bummit--primary .input__search i,
.t__bum--pri .input__search i {
  color: #4a4a4a;
}
.theme__bummit--primary .input__search:hover i,
.t__bum--pri .input__search:hover i {
  color: #FB023E;
}
.theme__bummit--primary .component__foreground,
.t__bum--pri .component__foreground {
  color: #4a4a4a;
}
.theme__bummit--primary.card,
.theme__bummit--primary .card, .theme__bummit--primary.card__with-image,
.theme__bummit--primary .card__with-image,
.t__bum--pri.card,
.t__bum--pri .card,
.t__bum--pri.card__with-image,
.t__bum--pri .card__with-image {
  border-color: #FB023E;
}
.theme__bummit--primary.card__highlight,
.theme__bummit--primary .card__highlight,
.theme__bummit--primary .card__highlight--image,
.theme__bummit--primary .card__highlight--final,
.t__bum--pri.card__highlight,
.t__bum--pri .card__highlight,
.t__bum--pri .card__highlight--image,
.t__bum--pri .card__highlight--final {
  background-color: #FB023E;
  border-color: #FB023E;
}
.theme__bummit--primary.card__highlight--title,
.theme__bummit--primary .card__highlight--title,
.theme__bummit--primary .card__highlight--image,
.theme__bummit--primary .card__highlight--final,
.t__bum--pri.card__highlight--title,
.t__bum--pri .card__highlight--title,
.t__bum--pri .card__highlight--image,
.t__bum--pri .card__highlight--final {
  color: #4a4a4a;
}
.theme__bummit--primary .image-slider__selector--dot,
.t__bum--pri .image-slider__selector--dot {
  background-color: #FB023E;
}
.theme__bummit--primary .call-to-action__text h3,
.t__bum--pri .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__bummit--primary .officer__block--title h5, .theme__bummit--primary .officer__block--title h6,
.t__bum--pri .officer__block--title h5,
.t__bum--pri .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__bummit--primary .block__statement--link,
.t__bum--pri .block__statement--link {
  color: #4a4a4a;
}
.theme__bummit--primary .card__cutoff,
.t__bum--pri .card__cutoff {
  background: linear-gradient(#FB023E, #FB023E), linear-gradient(white, white);
}
.theme__bummit--primary .card__cutoff p,
.t__bum--pri .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__bummit--primary .card__cutoff:hover,
  .t__bum--pri .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__bummit--primary .card__cutoff:hover p,
  .t__bum--pri .card__cutoff:hover p {
    color: #FB023E;
  }
  .theme__bummit--primary .card__cutoff:hover .card__cutoff--link,
  .t__bum--pri .card__cutoff:hover .card__cutoff--link {
    color: #FB023E;
  }
  .theme__bummit--primary .card__cutoff:hover .card__cutoff--text,
  .t__bum--pri .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__bummit--primary .card__cutoff:hover .card__cutoff--text p,
  .t__bum--pri .card__cutoff:hover .card__cutoff--text p {
    color: #FB023E;
  }
  .theme__bummit--primary .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__bum--pri .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: #FB023E;
  }
}
.theme__bummit--primary .card__cutoff--link,
.t__bum--pri .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__bummit--primary .card__cutoff--link:hover,
  .t__bum--pri .card__cutoff--link:hover {
    color: #FB023E;
  }
  .theme__bummit--primary .card__cutoff--link:hover--link,
  .t__bum--pri .card__cutoff--link:hover--link {
    color: #FB023E;
  }
}
.theme__bummit--primary .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__bum--pri .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: #FB023E;
}
.theme__bummit--primary .dropdown__toggle--title,
.t__bum--pri .dropdown__toggle--title {
  color: #FB023E;
}
.theme__bummit--primary .dropdown__toggle--icon i,
.t__bum--pri .dropdown__toggle--icon i {
  color: #FB023E;
}
.theme__bummit--primary .large_timer__countdown--item_large,
.t__bum--pri .large_timer__countdown--item_large {
  background-color: #FB023E;
}
.theme__bummit--primary .large_timer__countdown--item_medium,
.t__bum--pri .large_timer__countdown--item_medium {
  background-color: #FB023E;
}
.theme__bummit--primary .large_timer__countdown--item_small,
.t__bum--pri .large_timer__countdown--item_small {
  background-color: #FB023E;
}
.theme__bummit--primary .modalcontent,
.t__bum--pri .modalcontent {
  border-color: #FB023E;
}
.theme__bummit--primary .transparent__header,
.t__bum--pri .transparent__header {
  background: #FB023E;
}
.theme__bummit--primary .breadcrumb__slashes,
.t__bum--pri .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__bummit--primary .the-list,
.t__bum--pri .the-list {
  background-color: #FB023E;
}
.theme__bummit--primary .the-list option,
.t__bum--pri .the-list option {
  border-color: #FB023E !important;
}
.theme__bummit--primary .es-list::-webkit-scrollbar-thumb,
.t__bum--pri .es-list::-webkit-scrollbar-thumb {
  background: #FB023E;
}
.theme__bummit--primary .es-visible,
.t__bum--pri .es-visible {
  border-color: #FB023E !important;
}
.theme__bummit--primary .ot-open,
.theme__bummit--primary .ot-closed,
.t__bum--pri .ot-open,
.t__bum--pri .ot-closed {
  color: #FB023E;
}
.theme__bummit--primary .colour__foreground,
.t__bum--pri .colour__foreground {
  color: #FB023E;
}
.theme__bummit--primary h1.t__none,
.theme__bummit--primary h1.theme__none,
.theme__bummit--primary h2.t__none,
.theme__bummit--primary h2.theme__none,
.theme__bummit--primary h3.t__none,
.theme__bummit--primary h3.theme__none,
.theme__bummit--primary h4.t__none,
.theme__bummit--primary h4.theme__none,
.theme__bummit--primary h1.t__none--w-hov,
.theme__bummit--primary h1.theme__none--with-hover,
.theme__bummit--primary h2.t__none--w-hov,
.theme__bummit--primary h2.theme__none--with-hover,
.theme__bummit--primary h3.t__none--w-hov,
.theme__bummit--primary h3.theme__none--with-hover,
.theme__bummit--primary h4.t__none--w-hov,
.theme__bummit--primary h4.theme__none--with-hover,
.t__bum--pri h1.t__none,
.t__bum--pri h1.theme__none,
.t__bum--pri h2.t__none,
.t__bum--pri h2.theme__none,
.t__bum--pri h3.t__none,
.t__bum--pri h3.theme__none,
.t__bum--pri h4.t__none,
.t__bum--pri h4.theme__none,
.t__bum--pri h1.t__none--w-hov,
.t__bum--pri h1.theme__none--with-hover,
.t__bum--pri h2.t__none--w-hov,
.t__bum--pri h2.theme__none--with-hover,
.t__bum--pri h3.t__none--w-hov,
.t__bum--pri h3.theme__none--with-hover,
.t__bum--pri h4.t__none--w-hov,
.t__bum--pri h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__bummit--primary span.t__none,
.theme__bummit--primary span.theme__none,
.t__bum--pri span.t__none,
.t__bum--pri span.theme__none {
  color: #4a4a4a;
}
.theme__bummit--primary i.t__none,
.theme__bummit--primary i.theme__none,
.t__bum--pri i.t__none,
.t__bum--pri i.theme__none {
  color: #4a4a4a;
}
.theme__bummit--primary a.border__none,
.theme__bummit--primary a.b__none,
.t__bum--pri a.border__none,
.t__bum--pri a.b__none {
  border: 0;
}
.theme__bummit--primary a:hover h1.t__none,
.theme__bummit--primary a:hover h1.theme__none,
.theme__bummit--primary a:hover h2.t__none,
.theme__bummit--primary a:hover h2.theme__none,
.theme__bummit--primary a:hover h3.t__none,
.theme__bummit--primary a:hover h3.theme__none,
.theme__bummit--primary a:hover h4.t__none,
.theme__bummit--primary a:hover h4.theme__none,
.t__bum--pri a:hover h1.t__none,
.t__bum--pri a:hover h1.theme__none,
.t__bum--pri a:hover h2.t__none,
.t__bum--pri a:hover h2.theme__none,
.t__bum--pri a:hover h3.t__none,
.t__bum--pri a:hover h3.theme__none,
.t__bum--pri a:hover h4.t__none,
.t__bum--pri a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__bummit--primary a:hover h1.t__none--w-hov,
.theme__bummit--primary a:hover h1.theme__none--with-hover,
.theme__bummit--primary a:hover h2.t__none--w-hov,
.theme__bummit--primary a:hover h2.theme__none--with-hover,
.theme__bummit--primary a:hover h3.t__none--w-hov,
.theme__bummit--primary a:hover h3.theme__none--with-hover,
.theme__bummit--primary a:hover h4.t__none--w-hov,
.theme__bummit--primary a:hover h4.theme__none--with-hover,
.t__bum--pri a:hover h1.t__none--w-hov,
.t__bum--pri a:hover h1.theme__none--with-hover,
.t__bum--pri a:hover h2.t__none--w-hov,
.t__bum--pri a:hover h2.theme__none--with-hover,
.t__bum--pri a:hover h3.t__none--w-hov,
.t__bum--pri a:hover h3.theme__none--with-hover,
.t__bum--pri a:hover h4.t__none--w-hov,
.t__bum--pri a:hover h4.theme__none--with-hover {
  color: #FB023E;
}
.theme__bummit--primary .dotted__line--small, .theme__bummit--primary .dotted__line--medium, .theme__bummit--primary .dotted__line--large, .theme__bummit--primary .dotted__line--x-large, .theme__bummit--primary .dotted__line--huge,
.t__bum--pri .dotted__line--small,
.t__bum--pri .dotted__line--medium,
.t__bum--pri .dotted__line--large,
.t__bum--pri .dotted__line--x-large,
.t__bum--pri .dotted__line--huge {
  border-image-source: url("https://4e1af94715c225595af3-853d39369c554c336474f22b1382bbe4.ssl.cf3.rackcdn.com/dotted_bummit.png");
}

.theme__bummit--secondary h1, .theme__bummit--secondary h2, .theme__bummit--secondary h3, .theme__bummit--secondary h4, .theme__bummit--secondary h5, .theme__bummit--secondary h6,
.t__bum--sec h1,
.t__bum--sec h2,
.t__bum--sec h3,
.t__bum--sec h4,
.t__bum--sec h5,
.t__bum--sec h6 {
  color: #FB023E;
}
.theme__bummit--secondary a,
.t__bum--sec a {
  color: #4a4a4a;
  border-color: #FB023E;
  text-decoration: none;
}
.theme__bummit--secondary a:hover,
.t__bum--sec a:hover {
  color: #FB023E;
}
.theme__bummit--secondary a:hover h1, .theme__bummit--secondary a:hover h2, .theme__bummit--secondary a:hover h3, .theme__bummit--secondary a:hover h4, .theme__bummit--secondary a:hover h5, .theme__bummit--secondary a:hover h6,
.t__bum--sec a:hover h1,
.t__bum--sec a:hover h2,
.t__bum--sec a:hover h3,
.t__bum--sec a:hover h4,
.t__bum--sec a:hover h5,
.t__bum--sec a:hover h6 {
  color: #FB023E;
}
.theme__bummit--secondary a div,
.t__bum--sec a div {
  border-color: #FB023E !important;
}
.theme__bummit--secondary input,
.t__bum--sec input {
  border-color: #FB023E;
}
.theme__bummit--secondary p,
.t__bum--sec p {
  color: #4a4a4a;
}
.theme__bummit--secondary .button,
.theme__bummit--secondary .btn,
.theme__bummit--secondary .btn__pill, .theme__bummit--secondary.button, .theme__bummit--secondary.btn, .theme__bummit--secondary.btn__pill,
.t__bum--sec .button,
.t__bum--sec .btn,
.t__bum--sec .btn__pill,
.t__bum--sec.button,
.t__bum--sec.btn,
.t__bum--sec.btn__pill {
  border-color: #FB023E;
}
@media (hover: hover) {
  .theme__bummit--secondary .button:hover,
  .theme__bummit--secondary .btn:hover,
  .theme__bummit--secondary .btn__pill:hover, .theme__bummit--secondary.button:hover, .theme__bummit--secondary.btn:hover, .theme__bummit--secondary.btn__pill:hover,
  .t__bum--sec .button:hover,
  .t__bum--sec .btn:hover,
  .t__bum--sec .btn__pill:hover,
  .t__bum--sec.button:hover,
  .t__bum--sec.btn:hover,
  .t__bum--sec.btn__pill:hover {
    color: #ffffff;
    background: #FB023E;
  }
  .theme__bummit--secondary .button:hover i,
  .theme__bummit--secondary .btn:hover i,
  .theme__bummit--secondary .btn__pill:hover i, .theme__bummit--secondary.button:hover i, .theme__bummit--secondary.btn:hover i, .theme__bummit--secondary.btn__pill:hover i,
  .t__bum--sec .button:hover i,
  .t__bum--sec .btn:hover i,
  .t__bum--sec .btn__pill:hover i,
  .t__bum--sec.button:hover i,
  .t__bum--sec.btn:hover i,
  .t__bum--sec.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__bummit--secondary .button__invert,
.theme__bummit--secondary .btn__invert,
.theme__bummit--secondary .btn__pill__invert, .theme__bummit--secondary.button__invert, .theme__bummit--secondary.btn__invert, .theme__bummit--secondary.btn__pill__invert,
.t__bum--sec .button__invert,
.t__bum--sec .btn__invert,
.t__bum--sec .btn__pill__invert,
.t__bum--sec.button__invert,
.t__bum--sec.btn__invert,
.t__bum--sec.btn__pill__invert {
  background-color: #FB023E;
  color: #ffffff;
}
.theme__bummit--secondary .button__invert h4,
.theme__bummit--secondary .btn__invert h4,
.theme__bummit--secondary .btn__pill__invert h4, .theme__bummit--secondary.button__invert h4, .theme__bummit--secondary.btn__invert h4, .theme__bummit--secondary.btn__pill__invert h4,
.t__bum--sec .button__invert h4,
.t__bum--sec .btn__invert h4,
.t__bum--sec .btn__pill__invert h4,
.t__bum--sec.button__invert h4,
.t__bum--sec.btn__invert h4,
.t__bum--sec.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__bummit--secondary .button__invert:hover,
.theme__bummit--secondary .btn__invert:hover,
.theme__bummit--secondary .btn__pill__invert:hover, .theme__bummit--secondary.button__invert:hover, .theme__bummit--secondary.btn__invert:hover, .theme__bummit--secondary.btn__pill__invert:hover,
.t__bum--sec .button__invert:hover,
.t__bum--sec .btn__invert:hover,
.t__bum--sec .btn__pill__invert:hover,
.t__bum--sec.button__invert:hover,
.t__bum--sec.btn__invert:hover,
.t__bum--sec.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__bummit--secondary .button__invert:hover h4,
.theme__bummit--secondary .btn__invert:hover h4,
.theme__bummit--secondary .btn__pill__invert:hover h4, .theme__bummit--secondary.button__invert:hover h4, .theme__bummit--secondary.btn__invert:hover h4, .theme__bummit--secondary.btn__pill__invert:hover h4,
.t__bum--sec .button__invert:hover h4,
.t__bum--sec .btn__invert:hover h4,
.t__bum--sec .btn__pill__invert:hover h4,
.t__bum--sec.button__invert:hover h4,
.t__bum--sec.btn__invert:hover h4,
.t__bum--sec.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__bummit--secondary .button__invert--hover:hover,
.theme__bummit--secondary .btn__invert--hover:hover,
.theme__bummit--secondary .btn__pill__invert--hover:hover, .theme__bummit--secondary.button__invert--hover:hover, .theme__bummit--secondary.btn__invert--hover:hover, .theme__bummit--secondary.btn__pill__invert--hover:hover,
.t__bum--sec .button__invert--hover:hover,
.t__bum--sec .btn__invert--hover:hover,
.t__bum--sec .btn__pill__invert--hover:hover,
.t__bum--sec.button__invert--hover:hover,
.t__bum--sec.btn__invert--hover:hover,
.t__bum--sec.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__bummit--secondary .button__under,
.theme__bummit--secondary .btn__under,
.theme__bummit--secondary .btn__pill__under, .theme__bummit--secondary.button__under, .theme__bummit--secondary.btn__under, .theme__bummit--secondary.btn__pill__under,
.t__bum--sec .button__under,
.t__bum--sec .btn__under,
.t__bum--sec .btn__pill__under,
.t__bum--sec.button__under,
.t__bum--sec.btn__under,
.t__bum--sec.btn__pill__under {
  border-color: #FB023E;
}
.theme__bummit--secondary .btn__large,
.t__bum--sec .btn__large {
  background-color: #FB023E;
}
.theme__bummit--secondary .input__search,
.t__bum--sec .input__search {
  border-color: #FB023E;
}
.theme__bummit--secondary .input__search i,
.t__bum--sec .input__search i {
  color: #4a4a4a;
}
.theme__bummit--secondary .input__search:hover i,
.t__bum--sec .input__search:hover i {
  color: #FB023E;
}
.theme__bummit--secondary .component__foreground,
.t__bum--sec .component__foreground {
  color: #4a4a4a;
}
.theme__bummit--secondary.card,
.theme__bummit--secondary .card, .theme__bummit--secondary.card__with-image,
.theme__bummit--secondary .card__with-image,
.t__bum--sec.card,
.t__bum--sec .card,
.t__bum--sec.card__with-image,
.t__bum--sec .card__with-image {
  border-color: #FB023E;
}
.theme__bummit--secondary.card__highlight,
.theme__bummit--secondary .card__highlight,
.theme__bummit--secondary .card__highlight--image,
.theme__bummit--secondary .card__highlight--final,
.t__bum--sec.card__highlight,
.t__bum--sec .card__highlight,
.t__bum--sec .card__highlight--image,
.t__bum--sec .card__highlight--final {
  background-color: #FB023E;
  border-color: #FB023E;
}
.theme__bummit--secondary.card__highlight--title,
.theme__bummit--secondary .card__highlight--title,
.theme__bummit--secondary .card__highlight--image,
.theme__bummit--secondary .card__highlight--final,
.t__bum--sec.card__highlight--title,
.t__bum--sec .card__highlight--title,
.t__bum--sec .card__highlight--image,
.t__bum--sec .card__highlight--final {
  color: #4a4a4a;
}
.theme__bummit--secondary .image-slider__selector--dot,
.t__bum--sec .image-slider__selector--dot {
  background-color: #FB023E;
}
.theme__bummit--secondary .call-to-action__text h3,
.t__bum--sec .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__bummit--secondary .officer__block--title h5, .theme__bummit--secondary .officer__block--title h6,
.t__bum--sec .officer__block--title h5,
.t__bum--sec .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__bummit--secondary .block__statement--link,
.t__bum--sec .block__statement--link {
  color: #4a4a4a;
}
.theme__bummit--secondary .card__cutoff,
.t__bum--sec .card__cutoff {
  background: linear-gradient(#FB023E, #FB023E), linear-gradient(white, white);
}
.theme__bummit--secondary .card__cutoff p,
.t__bum--sec .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__bummit--secondary .card__cutoff:hover,
  .t__bum--sec .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__bummit--secondary .card__cutoff:hover p,
  .t__bum--sec .card__cutoff:hover p {
    color: #FB023E;
  }
  .theme__bummit--secondary .card__cutoff:hover .card__cutoff--link,
  .t__bum--sec .card__cutoff:hover .card__cutoff--link {
    color: #FB023E;
  }
  .theme__bummit--secondary .card__cutoff:hover .card__cutoff--text,
  .t__bum--sec .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__bummit--secondary .card__cutoff:hover .card__cutoff--text p,
  .t__bum--sec .card__cutoff:hover .card__cutoff--text p {
    color: #FB023E;
  }
  .theme__bummit--secondary .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__bum--sec .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: #FB023E;
  }
}
.theme__bummit--secondary .card__cutoff--link,
.t__bum--sec .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__bummit--secondary .card__cutoff--link:hover,
  .t__bum--sec .card__cutoff--link:hover {
    color: #FB023E;
  }
  .theme__bummit--secondary .card__cutoff--link:hover--link,
  .t__bum--sec .card__cutoff--link:hover--link {
    color: #FB023E;
  }
}
.theme__bummit--secondary .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__bum--sec .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: #FB023E;
}
.theme__bummit--secondary .dropdown__toggle--title,
.t__bum--sec .dropdown__toggle--title {
  color: #FB023E;
}
.theme__bummit--secondary .dropdown__toggle--icon i,
.t__bum--sec .dropdown__toggle--icon i {
  color: #FB023E;
}
.theme__bummit--secondary .large_timer__countdown--item_large,
.t__bum--sec .large_timer__countdown--item_large {
  background-color: #FB023E;
}
.theme__bummit--secondary .large_timer__countdown--item_medium,
.t__bum--sec .large_timer__countdown--item_medium {
  background-color: #FB023E;
}
.theme__bummit--secondary .large_timer__countdown--item_small,
.t__bum--sec .large_timer__countdown--item_small {
  background-color: #FB023E;
}
.theme__bummit--secondary .modalcontent,
.t__bum--sec .modalcontent {
  border-color: #FB023E;
}
.theme__bummit--secondary .transparent__header,
.t__bum--sec .transparent__header {
  background: #FB023E;
}
.theme__bummit--secondary .breadcrumb__slashes,
.t__bum--sec .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__bummit--secondary .the-list,
.t__bum--sec .the-list {
  background-color: #FB023E;
}
.theme__bummit--secondary .the-list option,
.t__bum--sec .the-list option {
  border-color: #FB023E !important;
}
.theme__bummit--secondary .es-list::-webkit-scrollbar-thumb,
.t__bum--sec .es-list::-webkit-scrollbar-thumb {
  background: #FB023E;
}
.theme__bummit--secondary .es-visible,
.t__bum--sec .es-visible {
  border-color: #FB023E !important;
}
.theme__bummit--secondary .ot-open,
.theme__bummit--secondary .ot-closed,
.t__bum--sec .ot-open,
.t__bum--sec .ot-closed {
  color: #FB023E;
}
.theme__bummit--secondary .colour__foreground,
.t__bum--sec .colour__foreground {
  color: #FB023E;
}
.theme__bummit--secondary h1.t__none,
.theme__bummit--secondary h1.theme__none,
.theme__bummit--secondary h2.t__none,
.theme__bummit--secondary h2.theme__none,
.theme__bummit--secondary h3.t__none,
.theme__bummit--secondary h3.theme__none,
.theme__bummit--secondary h4.t__none,
.theme__bummit--secondary h4.theme__none,
.theme__bummit--secondary h1.t__none--w-hov,
.theme__bummit--secondary h1.theme__none--with-hover,
.theme__bummit--secondary h2.t__none--w-hov,
.theme__bummit--secondary h2.theme__none--with-hover,
.theme__bummit--secondary h3.t__none--w-hov,
.theme__bummit--secondary h3.theme__none--with-hover,
.theme__bummit--secondary h4.t__none--w-hov,
.theme__bummit--secondary h4.theme__none--with-hover,
.t__bum--sec h1.t__none,
.t__bum--sec h1.theme__none,
.t__bum--sec h2.t__none,
.t__bum--sec h2.theme__none,
.t__bum--sec h3.t__none,
.t__bum--sec h3.theme__none,
.t__bum--sec h4.t__none,
.t__bum--sec h4.theme__none,
.t__bum--sec h1.t__none--w-hov,
.t__bum--sec h1.theme__none--with-hover,
.t__bum--sec h2.t__none--w-hov,
.t__bum--sec h2.theme__none--with-hover,
.t__bum--sec h3.t__none--w-hov,
.t__bum--sec h3.theme__none--with-hover,
.t__bum--sec h4.t__none--w-hov,
.t__bum--sec h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__bummit--secondary span.t__none,
.theme__bummit--secondary span.theme__none,
.t__bum--sec span.t__none,
.t__bum--sec span.theme__none {
  color: #4a4a4a;
}
.theme__bummit--secondary i.t__none,
.theme__bummit--secondary i.theme__none,
.t__bum--sec i.t__none,
.t__bum--sec i.theme__none {
  color: #4a4a4a;
}
.theme__bummit--secondary a.border__none,
.theme__bummit--secondary a.b__none,
.t__bum--sec a.border__none,
.t__bum--sec a.b__none {
  border: 0;
}
.theme__bummit--secondary a:hover h1.t__none,
.theme__bummit--secondary a:hover h1.theme__none,
.theme__bummit--secondary a:hover h2.t__none,
.theme__bummit--secondary a:hover h2.theme__none,
.theme__bummit--secondary a:hover h3.t__none,
.theme__bummit--secondary a:hover h3.theme__none,
.theme__bummit--secondary a:hover h4.t__none,
.theme__bummit--secondary a:hover h4.theme__none,
.t__bum--sec a:hover h1.t__none,
.t__bum--sec a:hover h1.theme__none,
.t__bum--sec a:hover h2.t__none,
.t__bum--sec a:hover h2.theme__none,
.t__bum--sec a:hover h3.t__none,
.t__bum--sec a:hover h3.theme__none,
.t__bum--sec a:hover h4.t__none,
.t__bum--sec a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__bummit--secondary a:hover h1.t__none--w-hov,
.theme__bummit--secondary a:hover h1.theme__none--with-hover,
.theme__bummit--secondary a:hover h2.t__none--w-hov,
.theme__bummit--secondary a:hover h2.theme__none--with-hover,
.theme__bummit--secondary a:hover h3.t__none--w-hov,
.theme__bummit--secondary a:hover h3.theme__none--with-hover,
.theme__bummit--secondary a:hover h4.t__none--w-hov,
.theme__bummit--secondary a:hover h4.theme__none--with-hover,
.t__bum--sec a:hover h1.t__none--w-hov,
.t__bum--sec a:hover h1.theme__none--with-hover,
.t__bum--sec a:hover h2.t__none--w-hov,
.t__bum--sec a:hover h2.theme__none--with-hover,
.t__bum--sec a:hover h3.t__none--w-hov,
.t__bum--sec a:hover h3.theme__none--with-hover,
.t__bum--sec a:hover h4.t__none--w-hov,
.t__bum--sec a:hover h4.theme__none--with-hover {
  color: #FB023E;
}

.theme__bummit--pastel h1, .theme__bummit--pastel h2, .theme__bummit--pastel h3, .theme__bummit--pastel h4, .theme__bummit--pastel h5, .theme__bummit--pastel h6,
.t__bum--pas h1,
.t__bum--pas h2,
.t__bum--pas h3,
.t__bum--pas h4,
.t__bum--pas h5,
.t__bum--pas h6 {
  color: rgba(251, 2, 62, 0.1);
}
.theme__bummit--pastel a,
.t__bum--pas a {
  color: #4a4a4a;
  border-color: rgba(251, 2, 62, 0.1);
  text-decoration: none;
}
.theme__bummit--pastel a:hover,
.t__bum--pas a:hover {
  color: rgba(251, 2, 62, 0.1);
}
.theme__bummit--pastel a:hover h1, .theme__bummit--pastel a:hover h2, .theme__bummit--pastel a:hover h3, .theme__bummit--pastel a:hover h4, .theme__bummit--pastel a:hover h5, .theme__bummit--pastel a:hover h6,
.t__bum--pas a:hover h1,
.t__bum--pas a:hover h2,
.t__bum--pas a:hover h3,
.t__bum--pas a:hover h4,
.t__bum--pas a:hover h5,
.t__bum--pas a:hover h6 {
  color: rgba(251, 2, 62, 0.1);
}
.theme__bummit--pastel a div,
.t__bum--pas a div {
  border-color: rgba(251, 2, 62, 0.1) !important;
}
.theme__bummit--pastel input,
.t__bum--pas input {
  border-color: rgba(251, 2, 62, 0.1);
}
.theme__bummit--pastel p,
.t__bum--pas p {
  color: #4a4a4a;
}
.theme__bummit--pastel .button,
.theme__bummit--pastel .btn,
.theme__bummit--pastel .btn__pill, .theme__bummit--pastel.button, .theme__bummit--pastel.btn, .theme__bummit--pastel.btn__pill,
.t__bum--pas .button,
.t__bum--pas .btn,
.t__bum--pas .btn__pill,
.t__bum--pas.button,
.t__bum--pas.btn,
.t__bum--pas.btn__pill {
  border-color: rgba(251, 2, 62, 0.1);
}
@media (hover: hover) {
  .theme__bummit--pastel .button:hover,
  .theme__bummit--pastel .btn:hover,
  .theme__bummit--pastel .btn__pill:hover, .theme__bummit--pastel.button:hover, .theme__bummit--pastel.btn:hover, .theme__bummit--pastel.btn__pill:hover,
  .t__bum--pas .button:hover,
  .t__bum--pas .btn:hover,
  .t__bum--pas .btn__pill:hover,
  .t__bum--pas.button:hover,
  .t__bum--pas.btn:hover,
  .t__bum--pas.btn__pill:hover {
    color: #ffffff;
    background: rgba(251, 2, 62, 0.1);
  }
  .theme__bummit--pastel .button:hover i,
  .theme__bummit--pastel .btn:hover i,
  .theme__bummit--pastel .btn__pill:hover i, .theme__bummit--pastel.button:hover i, .theme__bummit--pastel.btn:hover i, .theme__bummit--pastel.btn__pill:hover i,
  .t__bum--pas .button:hover i,
  .t__bum--pas .btn:hover i,
  .t__bum--pas .btn__pill:hover i,
  .t__bum--pas.button:hover i,
  .t__bum--pas.btn:hover i,
  .t__bum--pas.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__bummit--pastel .button__invert,
.theme__bummit--pastel .btn__invert,
.theme__bummit--pastel .btn__pill__invert, .theme__bummit--pastel.button__invert, .theme__bummit--pastel.btn__invert, .theme__bummit--pastel.btn__pill__invert,
.t__bum--pas .button__invert,
.t__bum--pas .btn__invert,
.t__bum--pas .btn__pill__invert,
.t__bum--pas.button__invert,
.t__bum--pas.btn__invert,
.t__bum--pas.btn__pill__invert {
  background-color: rgba(251, 2, 62, 0.1);
  color: #ffffff;
}
.theme__bummit--pastel .button__invert h4,
.theme__bummit--pastel .btn__invert h4,
.theme__bummit--pastel .btn__pill__invert h4, .theme__bummit--pastel.button__invert h4, .theme__bummit--pastel.btn__invert h4, .theme__bummit--pastel.btn__pill__invert h4,
.t__bum--pas .button__invert h4,
.t__bum--pas .btn__invert h4,
.t__bum--pas .btn__pill__invert h4,
.t__bum--pas.button__invert h4,
.t__bum--pas.btn__invert h4,
.t__bum--pas.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__bummit--pastel .button__invert:hover,
.theme__bummit--pastel .btn__invert:hover,
.theme__bummit--pastel .btn__pill__invert:hover, .theme__bummit--pastel.button__invert:hover, .theme__bummit--pastel.btn__invert:hover, .theme__bummit--pastel.btn__pill__invert:hover,
.t__bum--pas .button__invert:hover,
.t__bum--pas .btn__invert:hover,
.t__bum--pas .btn__pill__invert:hover,
.t__bum--pas.button__invert:hover,
.t__bum--pas.btn__invert:hover,
.t__bum--pas.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__bummit--pastel .button__invert:hover h4,
.theme__bummit--pastel .btn__invert:hover h4,
.theme__bummit--pastel .btn__pill__invert:hover h4, .theme__bummit--pastel.button__invert:hover h4, .theme__bummit--pastel.btn__invert:hover h4, .theme__bummit--pastel.btn__pill__invert:hover h4,
.t__bum--pas .button__invert:hover h4,
.t__bum--pas .btn__invert:hover h4,
.t__bum--pas .btn__pill__invert:hover h4,
.t__bum--pas.button__invert:hover h4,
.t__bum--pas.btn__invert:hover h4,
.t__bum--pas.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__bummit--pastel .button__invert--hover:hover,
.theme__bummit--pastel .btn__invert--hover:hover,
.theme__bummit--pastel .btn__pill__invert--hover:hover, .theme__bummit--pastel.button__invert--hover:hover, .theme__bummit--pastel.btn__invert--hover:hover, .theme__bummit--pastel.btn__pill__invert--hover:hover,
.t__bum--pas .button__invert--hover:hover,
.t__bum--pas .btn__invert--hover:hover,
.t__bum--pas .btn__pill__invert--hover:hover,
.t__bum--pas.button__invert--hover:hover,
.t__bum--pas.btn__invert--hover:hover,
.t__bum--pas.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__bummit--pastel .button__under,
.theme__bummit--pastel .btn__under,
.theme__bummit--pastel .btn__pill__under, .theme__bummit--pastel.button__under, .theme__bummit--pastel.btn__under, .theme__bummit--pastel.btn__pill__under,
.t__bum--pas .button__under,
.t__bum--pas .btn__under,
.t__bum--pas .btn__pill__under,
.t__bum--pas.button__under,
.t__bum--pas.btn__under,
.t__bum--pas.btn__pill__under {
  border-color: rgba(251, 2, 62, 0.1);
}
.theme__bummit--pastel .btn__large,
.t__bum--pas .btn__large {
  background-color: rgba(251, 2, 62, 0.1);
}
.theme__bummit--pastel .input__search,
.t__bum--pas .input__search {
  border-color: rgba(251, 2, 62, 0.1);
}
.theme__bummit--pastel .input__search i,
.t__bum--pas .input__search i {
  color: #4a4a4a;
}
.theme__bummit--pastel .input__search:hover i,
.t__bum--pas .input__search:hover i {
  color: rgba(251, 2, 62, 0.1);
}
.theme__bummit--pastel .component__foreground,
.t__bum--pas .component__foreground {
  color: #4a4a4a;
}
.theme__bummit--pastel.card,
.theme__bummit--pastel .card, .theme__bummit--pastel.card__with-image,
.theme__bummit--pastel .card__with-image,
.t__bum--pas.card,
.t__bum--pas .card,
.t__bum--pas.card__with-image,
.t__bum--pas .card__with-image {
  border-color: rgba(251, 2, 62, 0.1);
}
.theme__bummit--pastel.card__highlight,
.theme__bummit--pastel .card__highlight,
.theme__bummit--pastel .card__highlight--image,
.theme__bummit--pastel .card__highlight--final,
.t__bum--pas.card__highlight,
.t__bum--pas .card__highlight,
.t__bum--pas .card__highlight--image,
.t__bum--pas .card__highlight--final {
  background-color: rgba(251, 2, 62, 0.1);
  border-color: rgba(251, 2, 62, 0.1);
}
.theme__bummit--pastel.card__highlight--title,
.theme__bummit--pastel .card__highlight--title,
.theme__bummit--pastel .card__highlight--image,
.theme__bummit--pastel .card__highlight--final,
.t__bum--pas.card__highlight--title,
.t__bum--pas .card__highlight--title,
.t__bum--pas .card__highlight--image,
.t__bum--pas .card__highlight--final {
  color: #4a4a4a;
}
.theme__bummit--pastel .image-slider__selector--dot,
.t__bum--pas .image-slider__selector--dot {
  background-color: rgba(251, 2, 62, 0.1);
}
.theme__bummit--pastel .call-to-action__text h3,
.t__bum--pas .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__bummit--pastel .officer__block--title h5, .theme__bummit--pastel .officer__block--title h6,
.t__bum--pas .officer__block--title h5,
.t__bum--pas .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__bummit--pastel .block__statement--link,
.t__bum--pas .block__statement--link {
  color: #4a4a4a;
}
.theme__bummit--pastel .card__cutoff,
.t__bum--pas .card__cutoff {
  background: linear-gradient(rgba(251, 2, 62, 0.1), rgba(251, 2, 62, 0.1)), linear-gradient(white, white);
}
.theme__bummit--pastel .card__cutoff p,
.t__bum--pas .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__bummit--pastel .card__cutoff:hover,
  .t__bum--pas .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__bummit--pastel .card__cutoff:hover p,
  .t__bum--pas .card__cutoff:hover p {
    color: rgba(251, 2, 62, 0.1);
  }
  .theme__bummit--pastel .card__cutoff:hover .card__cutoff--link,
  .t__bum--pas .card__cutoff:hover .card__cutoff--link {
    color: rgba(251, 2, 62, 0.1);
  }
  .theme__bummit--pastel .card__cutoff:hover .card__cutoff--text,
  .t__bum--pas .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__bummit--pastel .card__cutoff:hover .card__cutoff--text p,
  .t__bum--pas .card__cutoff:hover .card__cutoff--text p {
    color: rgba(251, 2, 62, 0.1);
  }
  .theme__bummit--pastel .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__bum--pas .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: rgba(251, 2, 62, 0.1);
  }
}
.theme__bummit--pastel .card__cutoff--link,
.t__bum--pas .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__bummit--pastel .card__cutoff--link:hover,
  .t__bum--pas .card__cutoff--link:hover {
    color: rgba(251, 2, 62, 0.1);
  }
  .theme__bummit--pastel .card__cutoff--link:hover--link,
  .t__bum--pas .card__cutoff--link:hover--link {
    color: rgba(251, 2, 62, 0.1);
  }
}
.theme__bummit--pastel .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__bum--pas .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: rgba(251, 2, 62, 0.1);
}
.theme__bummit--pastel .dropdown__toggle--title,
.t__bum--pas .dropdown__toggle--title {
  color: rgba(251, 2, 62, 0.1);
}
.theme__bummit--pastel .dropdown__toggle--icon i,
.t__bum--pas .dropdown__toggle--icon i {
  color: rgba(251, 2, 62, 0.1);
}
.theme__bummit--pastel .large_timer__countdown--item_large,
.t__bum--pas .large_timer__countdown--item_large {
  background-color: rgba(251, 2, 62, 0.1);
}
.theme__bummit--pastel .large_timer__countdown--item_medium,
.t__bum--pas .large_timer__countdown--item_medium {
  background-color: rgba(251, 2, 62, 0.1);
}
.theme__bummit--pastel .large_timer__countdown--item_small,
.t__bum--pas .large_timer__countdown--item_small {
  background-color: rgba(251, 2, 62, 0.1);
}
.theme__bummit--pastel .modalcontent,
.t__bum--pas .modalcontent {
  border-color: rgba(251, 2, 62, 0.1);
}
.theme__bummit--pastel .transparent__header,
.t__bum--pas .transparent__header {
  background: rgba(251, 2, 62, 0.1);
}
.theme__bummit--pastel .breadcrumb__slashes,
.t__bum--pas .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__bummit--pastel .the-list,
.t__bum--pas .the-list {
  background-color: rgba(251, 2, 62, 0.1);
}
.theme__bummit--pastel .the-list option,
.t__bum--pas .the-list option {
  border-color: rgba(251, 2, 62, 0.1) !important;
}
.theme__bummit--pastel .es-list::-webkit-scrollbar-thumb,
.t__bum--pas .es-list::-webkit-scrollbar-thumb {
  background: rgba(251, 2, 62, 0.1);
}
.theme__bummit--pastel .es-visible,
.t__bum--pas .es-visible {
  border-color: rgba(251, 2, 62, 0.1) !important;
}
.theme__bummit--pastel .ot-open,
.theme__bummit--pastel .ot-closed,
.t__bum--pas .ot-open,
.t__bum--pas .ot-closed {
  color: rgba(251, 2, 62, 0.1);
}
.theme__bummit--pastel .colour__foreground,
.t__bum--pas .colour__foreground {
  color: rgba(251, 2, 62, 0.1);
}
.theme__bummit--pastel h1.t__none,
.theme__bummit--pastel h1.theme__none,
.theme__bummit--pastel h2.t__none,
.theme__bummit--pastel h2.theme__none,
.theme__bummit--pastel h3.t__none,
.theme__bummit--pastel h3.theme__none,
.theme__bummit--pastel h4.t__none,
.theme__bummit--pastel h4.theme__none,
.theme__bummit--pastel h1.t__none--w-hov,
.theme__bummit--pastel h1.theme__none--with-hover,
.theme__bummit--pastel h2.t__none--w-hov,
.theme__bummit--pastel h2.theme__none--with-hover,
.theme__bummit--pastel h3.t__none--w-hov,
.theme__bummit--pastel h3.theme__none--with-hover,
.theme__bummit--pastel h4.t__none--w-hov,
.theme__bummit--pastel h4.theme__none--with-hover,
.t__bum--pas h1.t__none,
.t__bum--pas h1.theme__none,
.t__bum--pas h2.t__none,
.t__bum--pas h2.theme__none,
.t__bum--pas h3.t__none,
.t__bum--pas h3.theme__none,
.t__bum--pas h4.t__none,
.t__bum--pas h4.theme__none,
.t__bum--pas h1.t__none--w-hov,
.t__bum--pas h1.theme__none--with-hover,
.t__bum--pas h2.t__none--w-hov,
.t__bum--pas h2.theme__none--with-hover,
.t__bum--pas h3.t__none--w-hov,
.t__bum--pas h3.theme__none--with-hover,
.t__bum--pas h4.t__none--w-hov,
.t__bum--pas h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__bummit--pastel span.t__none,
.theme__bummit--pastel span.theme__none,
.t__bum--pas span.t__none,
.t__bum--pas span.theme__none {
  color: #4a4a4a;
}
.theme__bummit--pastel i.t__none,
.theme__bummit--pastel i.theme__none,
.t__bum--pas i.t__none,
.t__bum--pas i.theme__none {
  color: #4a4a4a;
}
.theme__bummit--pastel a.border__none,
.theme__bummit--pastel a.b__none,
.t__bum--pas a.border__none,
.t__bum--pas a.b__none {
  border: 0;
}
.theme__bummit--pastel a:hover h1.t__none,
.theme__bummit--pastel a:hover h1.theme__none,
.theme__bummit--pastel a:hover h2.t__none,
.theme__bummit--pastel a:hover h2.theme__none,
.theme__bummit--pastel a:hover h3.t__none,
.theme__bummit--pastel a:hover h3.theme__none,
.theme__bummit--pastel a:hover h4.t__none,
.theme__bummit--pastel a:hover h4.theme__none,
.t__bum--pas a:hover h1.t__none,
.t__bum--pas a:hover h1.theme__none,
.t__bum--pas a:hover h2.t__none,
.t__bum--pas a:hover h2.theme__none,
.t__bum--pas a:hover h3.t__none,
.t__bum--pas a:hover h3.theme__none,
.t__bum--pas a:hover h4.t__none,
.t__bum--pas a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__bummit--pastel a:hover h1.t__none--w-hov,
.theme__bummit--pastel a:hover h1.theme__none--with-hover,
.theme__bummit--pastel a:hover h2.t__none--w-hov,
.theme__bummit--pastel a:hover h2.theme__none--with-hover,
.theme__bummit--pastel a:hover h3.t__none--w-hov,
.theme__bummit--pastel a:hover h3.theme__none--with-hover,
.theme__bummit--pastel a:hover h4.t__none--w-hov,
.theme__bummit--pastel a:hover h4.theme__none--with-hover,
.t__bum--pas a:hover h1.t__none--w-hov,
.t__bum--pas a:hover h1.theme__none--with-hover,
.t__bum--pas a:hover h2.t__none--w-hov,
.t__bum--pas a:hover h2.theme__none--with-hover,
.t__bum--pas a:hover h3.t__none--w-hov,
.t__bum--pas a:hover h3.theme__none--with-hover,
.t__bum--pas a:hover h4.t__none--w-hov,
.t__bum--pas a:hover h4.theme__none--with-hover {
  color: rgba(251, 2, 62, 0.1);
}

.theme__bummit--background-primary,
.t__bum--bg-pri {
  background-color: #FB023E;
}

.theme__bummit--background-secondary,
.t__bum--bg-sec {
  background-color: #FB023E;
}

.theme__bummit--background-pastel,
.t__bum--bg-pas {
  background-color: rgba(251, 2, 62, 0.1);
}

.theme__events-red--primary h1, .theme__events-red--primary h2, .theme__events-red--primary h3, .theme__events-red--primary h4, .theme__events-red--primary h5, .theme__events-red--primary h6,
.t__evr--pri h1,
.t__evr--pri h2,
.t__evr--pri h3,
.t__evr--pri h4,
.t__evr--pri h5,
.t__evr--pri h6 {
  color: #FF4664;
}
.theme__events-red--primary a,
.t__evr--pri a {
  color: #4a4a4a;
  border-color: #FF4664;
  text-decoration: none;
}
.theme__events-red--primary a:hover,
.t__evr--pri a:hover {
  color: #FF4664;
}
.theme__events-red--primary a:hover h1, .theme__events-red--primary a:hover h2, .theme__events-red--primary a:hover h3, .theme__events-red--primary a:hover h4, .theme__events-red--primary a:hover h5, .theme__events-red--primary a:hover h6,
.t__evr--pri a:hover h1,
.t__evr--pri a:hover h2,
.t__evr--pri a:hover h3,
.t__evr--pri a:hover h4,
.t__evr--pri a:hover h5,
.t__evr--pri a:hover h6 {
  color: #FF4664;
}
.theme__events-red--primary a div,
.t__evr--pri a div {
  border-color: #FF4664 !important;
}
.theme__events-red--primary input,
.t__evr--pri input {
  border-color: #FF4664;
}
.theme__events-red--primary p,
.t__evr--pri p {
  color: #4a4a4a;
}
.theme__events-red--primary .button,
.theme__events-red--primary .btn,
.theme__events-red--primary .btn__pill, .theme__events-red--primary.button, .theme__events-red--primary.btn, .theme__events-red--primary.btn__pill,
.t__evr--pri .button,
.t__evr--pri .btn,
.t__evr--pri .btn__pill,
.t__evr--pri.button,
.t__evr--pri.btn,
.t__evr--pri.btn__pill {
  border-color: #FF4664;
}
@media (hover: hover) {
  .theme__events-red--primary .button:hover,
  .theme__events-red--primary .btn:hover,
  .theme__events-red--primary .btn__pill:hover, .theme__events-red--primary.button:hover, .theme__events-red--primary.btn:hover, .theme__events-red--primary.btn__pill:hover,
  .t__evr--pri .button:hover,
  .t__evr--pri .btn:hover,
  .t__evr--pri .btn__pill:hover,
  .t__evr--pri.button:hover,
  .t__evr--pri.btn:hover,
  .t__evr--pri.btn__pill:hover {
    color: #ffffff;
    background: #FF4664;
  }
  .theme__events-red--primary .button:hover i,
  .theme__events-red--primary .btn:hover i,
  .theme__events-red--primary .btn__pill:hover i, .theme__events-red--primary.button:hover i, .theme__events-red--primary.btn:hover i, .theme__events-red--primary.btn__pill:hover i,
  .t__evr--pri .button:hover i,
  .t__evr--pri .btn:hover i,
  .t__evr--pri .btn__pill:hover i,
  .t__evr--pri.button:hover i,
  .t__evr--pri.btn:hover i,
  .t__evr--pri.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__events-red--primary .button__invert,
.theme__events-red--primary .btn__invert,
.theme__events-red--primary .btn__pill__invert, .theme__events-red--primary.button__invert, .theme__events-red--primary.btn__invert, .theme__events-red--primary.btn__pill__invert,
.t__evr--pri .button__invert,
.t__evr--pri .btn__invert,
.t__evr--pri .btn__pill__invert,
.t__evr--pri.button__invert,
.t__evr--pri.btn__invert,
.t__evr--pri.btn__pill__invert {
  background-color: #FF4664;
  color: #ffffff;
}
.theme__events-red--primary .button__invert h4,
.theme__events-red--primary .btn__invert h4,
.theme__events-red--primary .btn__pill__invert h4, .theme__events-red--primary.button__invert h4, .theme__events-red--primary.btn__invert h4, .theme__events-red--primary.btn__pill__invert h4,
.t__evr--pri .button__invert h4,
.t__evr--pri .btn__invert h4,
.t__evr--pri .btn__pill__invert h4,
.t__evr--pri.button__invert h4,
.t__evr--pri.btn__invert h4,
.t__evr--pri.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__events-red--primary .button__invert:hover,
.theme__events-red--primary .btn__invert:hover,
.theme__events-red--primary .btn__pill__invert:hover, .theme__events-red--primary.button__invert:hover, .theme__events-red--primary.btn__invert:hover, .theme__events-red--primary.btn__pill__invert:hover,
.t__evr--pri .button__invert:hover,
.t__evr--pri .btn__invert:hover,
.t__evr--pri .btn__pill__invert:hover,
.t__evr--pri.button__invert:hover,
.t__evr--pri.btn__invert:hover,
.t__evr--pri.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__events-red--primary .button__invert:hover h4,
.theme__events-red--primary .btn__invert:hover h4,
.theme__events-red--primary .btn__pill__invert:hover h4, .theme__events-red--primary.button__invert:hover h4, .theme__events-red--primary.btn__invert:hover h4, .theme__events-red--primary.btn__pill__invert:hover h4,
.t__evr--pri .button__invert:hover h4,
.t__evr--pri .btn__invert:hover h4,
.t__evr--pri .btn__pill__invert:hover h4,
.t__evr--pri.button__invert:hover h4,
.t__evr--pri.btn__invert:hover h4,
.t__evr--pri.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__events-red--primary .button__invert--hover:hover,
.theme__events-red--primary .btn__invert--hover:hover,
.theme__events-red--primary .btn__pill__invert--hover:hover, .theme__events-red--primary.button__invert--hover:hover, .theme__events-red--primary.btn__invert--hover:hover, .theme__events-red--primary.btn__pill__invert--hover:hover,
.t__evr--pri .button__invert--hover:hover,
.t__evr--pri .btn__invert--hover:hover,
.t__evr--pri .btn__pill__invert--hover:hover,
.t__evr--pri.button__invert--hover:hover,
.t__evr--pri.btn__invert--hover:hover,
.t__evr--pri.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__events-red--primary .button__under,
.theme__events-red--primary .btn__under,
.theme__events-red--primary .btn__pill__under, .theme__events-red--primary.button__under, .theme__events-red--primary.btn__under, .theme__events-red--primary.btn__pill__under,
.t__evr--pri .button__under,
.t__evr--pri .btn__under,
.t__evr--pri .btn__pill__under,
.t__evr--pri.button__under,
.t__evr--pri.btn__under,
.t__evr--pri.btn__pill__under {
  border-color: #FF4664;
}
.theme__events-red--primary .btn__large,
.t__evr--pri .btn__large {
  background-color: #FF4664;
}
.theme__events-red--primary .input__search,
.t__evr--pri .input__search {
  border-color: #FF4664;
}
.theme__events-red--primary .input__search i,
.t__evr--pri .input__search i {
  color: #4a4a4a;
}
.theme__events-red--primary .input__search:hover i,
.t__evr--pri .input__search:hover i {
  color: #FF4664;
}
.theme__events-red--primary .component__foreground,
.t__evr--pri .component__foreground {
  color: #4a4a4a;
}
.theme__events-red--primary.card,
.theme__events-red--primary .card, .theme__events-red--primary.card__with-image,
.theme__events-red--primary .card__with-image,
.t__evr--pri.card,
.t__evr--pri .card,
.t__evr--pri.card__with-image,
.t__evr--pri .card__with-image {
  border-color: #FF4664;
}
.theme__events-red--primary.card__highlight,
.theme__events-red--primary .card__highlight,
.theme__events-red--primary .card__highlight--image,
.theme__events-red--primary .card__highlight--final,
.t__evr--pri.card__highlight,
.t__evr--pri .card__highlight,
.t__evr--pri .card__highlight--image,
.t__evr--pri .card__highlight--final {
  background-color: #FF4664;
  border-color: #FF4664;
}
.theme__events-red--primary.card__highlight--title,
.theme__events-red--primary .card__highlight--title,
.theme__events-red--primary .card__highlight--image,
.theme__events-red--primary .card__highlight--final,
.t__evr--pri.card__highlight--title,
.t__evr--pri .card__highlight--title,
.t__evr--pri .card__highlight--image,
.t__evr--pri .card__highlight--final {
  color: #4a4a4a;
}
.theme__events-red--primary .image-slider__selector--dot,
.t__evr--pri .image-slider__selector--dot {
  background-color: #FF4664;
}
.theme__events-red--primary .call-to-action__text h3,
.t__evr--pri .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__events-red--primary .officer__block--title h5, .theme__events-red--primary .officer__block--title h6,
.t__evr--pri .officer__block--title h5,
.t__evr--pri .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__events-red--primary .block__statement--link,
.t__evr--pri .block__statement--link {
  color: #4a4a4a;
}
.theme__events-red--primary .card__cutoff,
.t__evr--pri .card__cutoff {
  background: linear-gradient(#FF4664, #FF4664), linear-gradient(white, white);
}
.theme__events-red--primary .card__cutoff p,
.t__evr--pri .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__events-red--primary .card__cutoff:hover,
  .t__evr--pri .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__events-red--primary .card__cutoff:hover p,
  .t__evr--pri .card__cutoff:hover p {
    color: #FF4664;
  }
  .theme__events-red--primary .card__cutoff:hover .card__cutoff--link,
  .t__evr--pri .card__cutoff:hover .card__cutoff--link {
    color: #FF4664;
  }
  .theme__events-red--primary .card__cutoff:hover .card__cutoff--text,
  .t__evr--pri .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__events-red--primary .card__cutoff:hover .card__cutoff--text p,
  .t__evr--pri .card__cutoff:hover .card__cutoff--text p {
    color: #FF4664;
  }
  .theme__events-red--primary .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__evr--pri .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: #FF4664;
  }
}
.theme__events-red--primary .card__cutoff--link,
.t__evr--pri .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__events-red--primary .card__cutoff--link:hover,
  .t__evr--pri .card__cutoff--link:hover {
    color: #FF4664;
  }
  .theme__events-red--primary .card__cutoff--link:hover--link,
  .t__evr--pri .card__cutoff--link:hover--link {
    color: #FF4664;
  }
}
.theme__events-red--primary .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__evr--pri .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: #FF4664;
}
.theme__events-red--primary .dropdown__toggle--title,
.t__evr--pri .dropdown__toggle--title {
  color: #FF4664;
}
.theme__events-red--primary .dropdown__toggle--icon i,
.t__evr--pri .dropdown__toggle--icon i {
  color: #FF4664;
}
.theme__events-red--primary .large_timer__countdown--item_large,
.t__evr--pri .large_timer__countdown--item_large {
  background-color: #FF4664;
}
.theme__events-red--primary .large_timer__countdown--item_medium,
.t__evr--pri .large_timer__countdown--item_medium {
  background-color: #FF4664;
}
.theme__events-red--primary .large_timer__countdown--item_small,
.t__evr--pri .large_timer__countdown--item_small {
  background-color: #FF4664;
}
.theme__events-red--primary .modalcontent,
.t__evr--pri .modalcontent {
  border-color: #FF4664;
}
.theme__events-red--primary .transparent__header,
.t__evr--pri .transparent__header {
  background: #FF4664;
}
.theme__events-red--primary .breadcrumb__slashes,
.t__evr--pri .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__events-red--primary .the-list,
.t__evr--pri .the-list {
  background-color: #FF4664;
}
.theme__events-red--primary .the-list option,
.t__evr--pri .the-list option {
  border-color: #FF4664 !important;
}
.theme__events-red--primary .es-list::-webkit-scrollbar-thumb,
.t__evr--pri .es-list::-webkit-scrollbar-thumb {
  background: #FF4664;
}
.theme__events-red--primary .es-visible,
.t__evr--pri .es-visible {
  border-color: #FF4664 !important;
}
.theme__events-red--primary .ot-open,
.theme__events-red--primary .ot-closed,
.t__evr--pri .ot-open,
.t__evr--pri .ot-closed {
  color: #FF4664;
}
.theme__events-red--primary .colour__foreground,
.t__evr--pri .colour__foreground {
  color: #FF4664;
}
.theme__events-red--primary h1.t__none,
.theme__events-red--primary h1.theme__none,
.theme__events-red--primary h2.t__none,
.theme__events-red--primary h2.theme__none,
.theme__events-red--primary h3.t__none,
.theme__events-red--primary h3.theme__none,
.theme__events-red--primary h4.t__none,
.theme__events-red--primary h4.theme__none,
.theme__events-red--primary h1.t__none--w-hov,
.theme__events-red--primary h1.theme__none--with-hover,
.theme__events-red--primary h2.t__none--w-hov,
.theme__events-red--primary h2.theme__none--with-hover,
.theme__events-red--primary h3.t__none--w-hov,
.theme__events-red--primary h3.theme__none--with-hover,
.theme__events-red--primary h4.t__none--w-hov,
.theme__events-red--primary h4.theme__none--with-hover,
.t__evr--pri h1.t__none,
.t__evr--pri h1.theme__none,
.t__evr--pri h2.t__none,
.t__evr--pri h2.theme__none,
.t__evr--pri h3.t__none,
.t__evr--pri h3.theme__none,
.t__evr--pri h4.t__none,
.t__evr--pri h4.theme__none,
.t__evr--pri h1.t__none--w-hov,
.t__evr--pri h1.theme__none--with-hover,
.t__evr--pri h2.t__none--w-hov,
.t__evr--pri h2.theme__none--with-hover,
.t__evr--pri h3.t__none--w-hov,
.t__evr--pri h3.theme__none--with-hover,
.t__evr--pri h4.t__none--w-hov,
.t__evr--pri h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__events-red--primary span.t__none,
.theme__events-red--primary span.theme__none,
.t__evr--pri span.t__none,
.t__evr--pri span.theme__none {
  color: #4a4a4a;
}
.theme__events-red--primary i.t__none,
.theme__events-red--primary i.theme__none,
.t__evr--pri i.t__none,
.t__evr--pri i.theme__none {
  color: #4a4a4a;
}
.theme__events-red--primary a.border__none,
.theme__events-red--primary a.b__none,
.t__evr--pri a.border__none,
.t__evr--pri a.b__none {
  border: 0;
}
.theme__events-red--primary a:hover h1.t__none,
.theme__events-red--primary a:hover h1.theme__none,
.theme__events-red--primary a:hover h2.t__none,
.theme__events-red--primary a:hover h2.theme__none,
.theme__events-red--primary a:hover h3.t__none,
.theme__events-red--primary a:hover h3.theme__none,
.theme__events-red--primary a:hover h4.t__none,
.theme__events-red--primary a:hover h4.theme__none,
.t__evr--pri a:hover h1.t__none,
.t__evr--pri a:hover h1.theme__none,
.t__evr--pri a:hover h2.t__none,
.t__evr--pri a:hover h2.theme__none,
.t__evr--pri a:hover h3.t__none,
.t__evr--pri a:hover h3.theme__none,
.t__evr--pri a:hover h4.t__none,
.t__evr--pri a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__events-red--primary a:hover h1.t__none--w-hov,
.theme__events-red--primary a:hover h1.theme__none--with-hover,
.theme__events-red--primary a:hover h2.t__none--w-hov,
.theme__events-red--primary a:hover h2.theme__none--with-hover,
.theme__events-red--primary a:hover h3.t__none--w-hov,
.theme__events-red--primary a:hover h3.theme__none--with-hover,
.theme__events-red--primary a:hover h4.t__none--w-hov,
.theme__events-red--primary a:hover h4.theme__none--with-hover,
.t__evr--pri a:hover h1.t__none--w-hov,
.t__evr--pri a:hover h1.theme__none--with-hover,
.t__evr--pri a:hover h2.t__none--w-hov,
.t__evr--pri a:hover h2.theme__none--with-hover,
.t__evr--pri a:hover h3.t__none--w-hov,
.t__evr--pri a:hover h3.theme__none--with-hover,
.t__evr--pri a:hover h4.t__none--w-hov,
.t__evr--pri a:hover h4.theme__none--with-hover {
  color: #FF4664;
}
.theme__events-red--primary .dotted__line--small, .theme__events-red--primary .dotted__line--medium, .theme__events-red--primary .dotted__line--large, .theme__events-red--primary .dotted__line--x-large, .theme__events-red--primary .dotted__line--huge,
.t__evr--pri .dotted__line--small,
.t__evr--pri .dotted__line--medium,
.t__evr--pri .dotted__line--large,
.t__evr--pri .dotted__line--x-large,
.t__evr--pri .dotted__line--huge {
  border-image-source: url("https://fe3ca8e0a2f497a00e8a-853d39369c554c336474f22b1382bbe4.ssl.cf3.rackcdn.com/dotted_events.png");
}

.theme__events-red--secondary h1, .theme__events-red--secondary h2, .theme__events-red--secondary h3, .theme__events-red--secondary h4, .theme__events-red--secondary h5, .theme__events-red--secondary h6,
.t__evr--sec h1,
.t__evr--sec h2,
.t__evr--sec h3,
.t__evr--sec h4,
.t__evr--sec h5,
.t__evr--sec h6 {
  color: #FF4664;
}
.theme__events-red--secondary a,
.t__evr--sec a {
  color: #4a4a4a;
  border-color: #FF4664;
  text-decoration: none;
}
.theme__events-red--secondary a:hover,
.t__evr--sec a:hover {
  color: #FF4664;
}
.theme__events-red--secondary a:hover h1, .theme__events-red--secondary a:hover h2, .theme__events-red--secondary a:hover h3, .theme__events-red--secondary a:hover h4, .theme__events-red--secondary a:hover h5, .theme__events-red--secondary a:hover h6,
.t__evr--sec a:hover h1,
.t__evr--sec a:hover h2,
.t__evr--sec a:hover h3,
.t__evr--sec a:hover h4,
.t__evr--sec a:hover h5,
.t__evr--sec a:hover h6 {
  color: #FF4664;
}
.theme__events-red--secondary a div,
.t__evr--sec a div {
  border-color: #FF4664 !important;
}
.theme__events-red--secondary input,
.t__evr--sec input {
  border-color: #FF4664;
}
.theme__events-red--secondary p,
.t__evr--sec p {
  color: #4a4a4a;
}
.theme__events-red--secondary .button,
.theme__events-red--secondary .btn,
.theme__events-red--secondary .btn__pill, .theme__events-red--secondary.button, .theme__events-red--secondary.btn, .theme__events-red--secondary.btn__pill,
.t__evr--sec .button,
.t__evr--sec .btn,
.t__evr--sec .btn__pill,
.t__evr--sec.button,
.t__evr--sec.btn,
.t__evr--sec.btn__pill {
  border-color: #FF4664;
}
@media (hover: hover) {
  .theme__events-red--secondary .button:hover,
  .theme__events-red--secondary .btn:hover,
  .theme__events-red--secondary .btn__pill:hover, .theme__events-red--secondary.button:hover, .theme__events-red--secondary.btn:hover, .theme__events-red--secondary.btn__pill:hover,
  .t__evr--sec .button:hover,
  .t__evr--sec .btn:hover,
  .t__evr--sec .btn__pill:hover,
  .t__evr--sec.button:hover,
  .t__evr--sec.btn:hover,
  .t__evr--sec.btn__pill:hover {
    color: #ffffff;
    background: #FF4664;
  }
  .theme__events-red--secondary .button:hover i,
  .theme__events-red--secondary .btn:hover i,
  .theme__events-red--secondary .btn__pill:hover i, .theme__events-red--secondary.button:hover i, .theme__events-red--secondary.btn:hover i, .theme__events-red--secondary.btn__pill:hover i,
  .t__evr--sec .button:hover i,
  .t__evr--sec .btn:hover i,
  .t__evr--sec .btn__pill:hover i,
  .t__evr--sec.button:hover i,
  .t__evr--sec.btn:hover i,
  .t__evr--sec.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__events-red--secondary .button__invert,
.theme__events-red--secondary .btn__invert,
.theme__events-red--secondary .btn__pill__invert, .theme__events-red--secondary.button__invert, .theme__events-red--secondary.btn__invert, .theme__events-red--secondary.btn__pill__invert,
.t__evr--sec .button__invert,
.t__evr--sec .btn__invert,
.t__evr--sec .btn__pill__invert,
.t__evr--sec.button__invert,
.t__evr--sec.btn__invert,
.t__evr--sec.btn__pill__invert {
  background-color: #FF4664;
  color: #ffffff;
}
.theme__events-red--secondary .button__invert h4,
.theme__events-red--secondary .btn__invert h4,
.theme__events-red--secondary .btn__pill__invert h4, .theme__events-red--secondary.button__invert h4, .theme__events-red--secondary.btn__invert h4, .theme__events-red--secondary.btn__pill__invert h4,
.t__evr--sec .button__invert h4,
.t__evr--sec .btn__invert h4,
.t__evr--sec .btn__pill__invert h4,
.t__evr--sec.button__invert h4,
.t__evr--sec.btn__invert h4,
.t__evr--sec.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__events-red--secondary .button__invert:hover,
.theme__events-red--secondary .btn__invert:hover,
.theme__events-red--secondary .btn__pill__invert:hover, .theme__events-red--secondary.button__invert:hover, .theme__events-red--secondary.btn__invert:hover, .theme__events-red--secondary.btn__pill__invert:hover,
.t__evr--sec .button__invert:hover,
.t__evr--sec .btn__invert:hover,
.t__evr--sec .btn__pill__invert:hover,
.t__evr--sec.button__invert:hover,
.t__evr--sec.btn__invert:hover,
.t__evr--sec.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__events-red--secondary .button__invert:hover h4,
.theme__events-red--secondary .btn__invert:hover h4,
.theme__events-red--secondary .btn__pill__invert:hover h4, .theme__events-red--secondary.button__invert:hover h4, .theme__events-red--secondary.btn__invert:hover h4, .theme__events-red--secondary.btn__pill__invert:hover h4,
.t__evr--sec .button__invert:hover h4,
.t__evr--sec .btn__invert:hover h4,
.t__evr--sec .btn__pill__invert:hover h4,
.t__evr--sec.button__invert:hover h4,
.t__evr--sec.btn__invert:hover h4,
.t__evr--sec.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__events-red--secondary .button__invert--hover:hover,
.theme__events-red--secondary .btn__invert--hover:hover,
.theme__events-red--secondary .btn__pill__invert--hover:hover, .theme__events-red--secondary.button__invert--hover:hover, .theme__events-red--secondary.btn__invert--hover:hover, .theme__events-red--secondary.btn__pill__invert--hover:hover,
.t__evr--sec .button__invert--hover:hover,
.t__evr--sec .btn__invert--hover:hover,
.t__evr--sec .btn__pill__invert--hover:hover,
.t__evr--sec.button__invert--hover:hover,
.t__evr--sec.btn__invert--hover:hover,
.t__evr--sec.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__events-red--secondary .button__under,
.theme__events-red--secondary .btn__under,
.theme__events-red--secondary .btn__pill__under, .theme__events-red--secondary.button__under, .theme__events-red--secondary.btn__under, .theme__events-red--secondary.btn__pill__under,
.t__evr--sec .button__under,
.t__evr--sec .btn__under,
.t__evr--sec .btn__pill__under,
.t__evr--sec.button__under,
.t__evr--sec.btn__under,
.t__evr--sec.btn__pill__under {
  border-color: #FF4664;
}
.theme__events-red--secondary .btn__large,
.t__evr--sec .btn__large {
  background-color: #FF4664;
}
.theme__events-red--secondary .input__search,
.t__evr--sec .input__search {
  border-color: #FF4664;
}
.theme__events-red--secondary .input__search i,
.t__evr--sec .input__search i {
  color: #4a4a4a;
}
.theme__events-red--secondary .input__search:hover i,
.t__evr--sec .input__search:hover i {
  color: #FF4664;
}
.theme__events-red--secondary .component__foreground,
.t__evr--sec .component__foreground {
  color: #4a4a4a;
}
.theme__events-red--secondary.card,
.theme__events-red--secondary .card, .theme__events-red--secondary.card__with-image,
.theme__events-red--secondary .card__with-image,
.t__evr--sec.card,
.t__evr--sec .card,
.t__evr--sec.card__with-image,
.t__evr--sec .card__with-image {
  border-color: #FF4664;
}
.theme__events-red--secondary.card__highlight,
.theme__events-red--secondary .card__highlight,
.theme__events-red--secondary .card__highlight--image,
.theme__events-red--secondary .card__highlight--final,
.t__evr--sec.card__highlight,
.t__evr--sec .card__highlight,
.t__evr--sec .card__highlight--image,
.t__evr--sec .card__highlight--final {
  background-color: #FF4664;
  border-color: #FF4664;
}
.theme__events-red--secondary.card__highlight--title,
.theme__events-red--secondary .card__highlight--title,
.theme__events-red--secondary .card__highlight--image,
.theme__events-red--secondary .card__highlight--final,
.t__evr--sec.card__highlight--title,
.t__evr--sec .card__highlight--title,
.t__evr--sec .card__highlight--image,
.t__evr--sec .card__highlight--final {
  color: #4a4a4a;
}
.theme__events-red--secondary .image-slider__selector--dot,
.t__evr--sec .image-slider__selector--dot {
  background-color: #FF4664;
}
.theme__events-red--secondary .call-to-action__text h3,
.t__evr--sec .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__events-red--secondary .officer__block--title h5, .theme__events-red--secondary .officer__block--title h6,
.t__evr--sec .officer__block--title h5,
.t__evr--sec .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__events-red--secondary .block__statement--link,
.t__evr--sec .block__statement--link {
  color: #4a4a4a;
}
.theme__events-red--secondary .card__cutoff,
.t__evr--sec .card__cutoff {
  background: linear-gradient(#FF4664, #FF4664), linear-gradient(white, white);
}
.theme__events-red--secondary .card__cutoff p,
.t__evr--sec .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__events-red--secondary .card__cutoff:hover,
  .t__evr--sec .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__events-red--secondary .card__cutoff:hover p,
  .t__evr--sec .card__cutoff:hover p {
    color: #FF4664;
  }
  .theme__events-red--secondary .card__cutoff:hover .card__cutoff--link,
  .t__evr--sec .card__cutoff:hover .card__cutoff--link {
    color: #FF4664;
  }
  .theme__events-red--secondary .card__cutoff:hover .card__cutoff--text,
  .t__evr--sec .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__events-red--secondary .card__cutoff:hover .card__cutoff--text p,
  .t__evr--sec .card__cutoff:hover .card__cutoff--text p {
    color: #FF4664;
  }
  .theme__events-red--secondary .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__evr--sec .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: #FF4664;
  }
}
.theme__events-red--secondary .card__cutoff--link,
.t__evr--sec .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__events-red--secondary .card__cutoff--link:hover,
  .t__evr--sec .card__cutoff--link:hover {
    color: #FF4664;
  }
  .theme__events-red--secondary .card__cutoff--link:hover--link,
  .t__evr--sec .card__cutoff--link:hover--link {
    color: #FF4664;
  }
}
.theme__events-red--secondary .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__evr--sec .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: #FF4664;
}
.theme__events-red--secondary .dropdown__toggle--title,
.t__evr--sec .dropdown__toggle--title {
  color: #FF4664;
}
.theme__events-red--secondary .dropdown__toggle--icon i,
.t__evr--sec .dropdown__toggle--icon i {
  color: #FF4664;
}
.theme__events-red--secondary .large_timer__countdown--item_large,
.t__evr--sec .large_timer__countdown--item_large {
  background-color: #FF4664;
}
.theme__events-red--secondary .large_timer__countdown--item_medium,
.t__evr--sec .large_timer__countdown--item_medium {
  background-color: #FF4664;
}
.theme__events-red--secondary .large_timer__countdown--item_small,
.t__evr--sec .large_timer__countdown--item_small {
  background-color: #FF4664;
}
.theme__events-red--secondary .modalcontent,
.t__evr--sec .modalcontent {
  border-color: #FF4664;
}
.theme__events-red--secondary .transparent__header,
.t__evr--sec .transparent__header {
  background: #FF4664;
}
.theme__events-red--secondary .breadcrumb__slashes,
.t__evr--sec .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__events-red--secondary .the-list,
.t__evr--sec .the-list {
  background-color: #FF4664;
}
.theme__events-red--secondary .the-list option,
.t__evr--sec .the-list option {
  border-color: #FF4664 !important;
}
.theme__events-red--secondary .es-list::-webkit-scrollbar-thumb,
.t__evr--sec .es-list::-webkit-scrollbar-thumb {
  background: #FF4664;
}
.theme__events-red--secondary .es-visible,
.t__evr--sec .es-visible {
  border-color: #FF4664 !important;
}
.theme__events-red--secondary .ot-open,
.theme__events-red--secondary .ot-closed,
.t__evr--sec .ot-open,
.t__evr--sec .ot-closed {
  color: #FF4664;
}
.theme__events-red--secondary .colour__foreground,
.t__evr--sec .colour__foreground {
  color: #FF4664;
}
.theme__events-red--secondary h1.t__none,
.theme__events-red--secondary h1.theme__none,
.theme__events-red--secondary h2.t__none,
.theme__events-red--secondary h2.theme__none,
.theme__events-red--secondary h3.t__none,
.theme__events-red--secondary h3.theme__none,
.theme__events-red--secondary h4.t__none,
.theme__events-red--secondary h4.theme__none,
.theme__events-red--secondary h1.t__none--w-hov,
.theme__events-red--secondary h1.theme__none--with-hover,
.theme__events-red--secondary h2.t__none--w-hov,
.theme__events-red--secondary h2.theme__none--with-hover,
.theme__events-red--secondary h3.t__none--w-hov,
.theme__events-red--secondary h3.theme__none--with-hover,
.theme__events-red--secondary h4.t__none--w-hov,
.theme__events-red--secondary h4.theme__none--with-hover,
.t__evr--sec h1.t__none,
.t__evr--sec h1.theme__none,
.t__evr--sec h2.t__none,
.t__evr--sec h2.theme__none,
.t__evr--sec h3.t__none,
.t__evr--sec h3.theme__none,
.t__evr--sec h4.t__none,
.t__evr--sec h4.theme__none,
.t__evr--sec h1.t__none--w-hov,
.t__evr--sec h1.theme__none--with-hover,
.t__evr--sec h2.t__none--w-hov,
.t__evr--sec h2.theme__none--with-hover,
.t__evr--sec h3.t__none--w-hov,
.t__evr--sec h3.theme__none--with-hover,
.t__evr--sec h4.t__none--w-hov,
.t__evr--sec h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__events-red--secondary span.t__none,
.theme__events-red--secondary span.theme__none,
.t__evr--sec span.t__none,
.t__evr--sec span.theme__none {
  color: #4a4a4a;
}
.theme__events-red--secondary i.t__none,
.theme__events-red--secondary i.theme__none,
.t__evr--sec i.t__none,
.t__evr--sec i.theme__none {
  color: #4a4a4a;
}
.theme__events-red--secondary a.border__none,
.theme__events-red--secondary a.b__none,
.t__evr--sec a.border__none,
.t__evr--sec a.b__none {
  border: 0;
}
.theme__events-red--secondary a:hover h1.t__none,
.theme__events-red--secondary a:hover h1.theme__none,
.theme__events-red--secondary a:hover h2.t__none,
.theme__events-red--secondary a:hover h2.theme__none,
.theme__events-red--secondary a:hover h3.t__none,
.theme__events-red--secondary a:hover h3.theme__none,
.theme__events-red--secondary a:hover h4.t__none,
.theme__events-red--secondary a:hover h4.theme__none,
.t__evr--sec a:hover h1.t__none,
.t__evr--sec a:hover h1.theme__none,
.t__evr--sec a:hover h2.t__none,
.t__evr--sec a:hover h2.theme__none,
.t__evr--sec a:hover h3.t__none,
.t__evr--sec a:hover h3.theme__none,
.t__evr--sec a:hover h4.t__none,
.t__evr--sec a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__events-red--secondary a:hover h1.t__none--w-hov,
.theme__events-red--secondary a:hover h1.theme__none--with-hover,
.theme__events-red--secondary a:hover h2.t__none--w-hov,
.theme__events-red--secondary a:hover h2.theme__none--with-hover,
.theme__events-red--secondary a:hover h3.t__none--w-hov,
.theme__events-red--secondary a:hover h3.theme__none--with-hover,
.theme__events-red--secondary a:hover h4.t__none--w-hov,
.theme__events-red--secondary a:hover h4.theme__none--with-hover,
.t__evr--sec a:hover h1.t__none--w-hov,
.t__evr--sec a:hover h1.theme__none--with-hover,
.t__evr--sec a:hover h2.t__none--w-hov,
.t__evr--sec a:hover h2.theme__none--with-hover,
.t__evr--sec a:hover h3.t__none--w-hov,
.t__evr--sec a:hover h3.theme__none--with-hover,
.t__evr--sec a:hover h4.t__none--w-hov,
.t__evr--sec a:hover h4.theme__none--with-hover {
  color: #FF4664;
}

.theme__events-red--pastel h1, .theme__events-red--pastel h2, .theme__events-red--pastel h3, .theme__events-red--pastel h4, .theme__events-red--pastel h5, .theme__events-red--pastel h6,
.t__evr--pas h1,
.t__evr--pas h2,
.t__evr--pas h3,
.t__evr--pas h4,
.t__evr--pas h5,
.t__evr--pas h6 {
  color: rgba(255, 70, 100, 0.1);
}
.theme__events-red--pastel a,
.t__evr--pas a {
  color: #4a4a4a;
  border-color: rgba(255, 70, 100, 0.1);
  text-decoration: none;
}
.theme__events-red--pastel a:hover,
.t__evr--pas a:hover {
  color: rgba(255, 70, 100, 0.1);
}
.theme__events-red--pastel a:hover h1, .theme__events-red--pastel a:hover h2, .theme__events-red--pastel a:hover h3, .theme__events-red--pastel a:hover h4, .theme__events-red--pastel a:hover h5, .theme__events-red--pastel a:hover h6,
.t__evr--pas a:hover h1,
.t__evr--pas a:hover h2,
.t__evr--pas a:hover h3,
.t__evr--pas a:hover h4,
.t__evr--pas a:hover h5,
.t__evr--pas a:hover h6 {
  color: rgba(255, 70, 100, 0.1);
}
.theme__events-red--pastel a div,
.t__evr--pas a div {
  border-color: rgba(255, 70, 100, 0.1) !important;
}
.theme__events-red--pastel input,
.t__evr--pas input {
  border-color: rgba(255, 70, 100, 0.1);
}
.theme__events-red--pastel p,
.t__evr--pas p {
  color: #4a4a4a;
}
.theme__events-red--pastel .button,
.theme__events-red--pastel .btn,
.theme__events-red--pastel .btn__pill, .theme__events-red--pastel.button, .theme__events-red--pastel.btn, .theme__events-red--pastel.btn__pill,
.t__evr--pas .button,
.t__evr--pas .btn,
.t__evr--pas .btn__pill,
.t__evr--pas.button,
.t__evr--pas.btn,
.t__evr--pas.btn__pill {
  border-color: rgba(255, 70, 100, 0.1);
}
@media (hover: hover) {
  .theme__events-red--pastel .button:hover,
  .theme__events-red--pastel .btn:hover,
  .theme__events-red--pastel .btn__pill:hover, .theme__events-red--pastel.button:hover, .theme__events-red--pastel.btn:hover, .theme__events-red--pastel.btn__pill:hover,
  .t__evr--pas .button:hover,
  .t__evr--pas .btn:hover,
  .t__evr--pas .btn__pill:hover,
  .t__evr--pas.button:hover,
  .t__evr--pas.btn:hover,
  .t__evr--pas.btn__pill:hover {
    color: #ffffff;
    background: rgba(255, 70, 100, 0.1);
  }
  .theme__events-red--pastel .button:hover i,
  .theme__events-red--pastel .btn:hover i,
  .theme__events-red--pastel .btn__pill:hover i, .theme__events-red--pastel.button:hover i, .theme__events-red--pastel.btn:hover i, .theme__events-red--pastel.btn__pill:hover i,
  .t__evr--pas .button:hover i,
  .t__evr--pas .btn:hover i,
  .t__evr--pas .btn__pill:hover i,
  .t__evr--pas.button:hover i,
  .t__evr--pas.btn:hover i,
  .t__evr--pas.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__events-red--pastel .button__invert,
.theme__events-red--pastel .btn__invert,
.theme__events-red--pastel .btn__pill__invert, .theme__events-red--pastel.button__invert, .theme__events-red--pastel.btn__invert, .theme__events-red--pastel.btn__pill__invert,
.t__evr--pas .button__invert,
.t__evr--pas .btn__invert,
.t__evr--pas .btn__pill__invert,
.t__evr--pas.button__invert,
.t__evr--pas.btn__invert,
.t__evr--pas.btn__pill__invert {
  background-color: rgba(255, 70, 100, 0.1);
  color: #ffffff;
}
.theme__events-red--pastel .button__invert h4,
.theme__events-red--pastel .btn__invert h4,
.theme__events-red--pastel .btn__pill__invert h4, .theme__events-red--pastel.button__invert h4, .theme__events-red--pastel.btn__invert h4, .theme__events-red--pastel.btn__pill__invert h4,
.t__evr--pas .button__invert h4,
.t__evr--pas .btn__invert h4,
.t__evr--pas .btn__pill__invert h4,
.t__evr--pas.button__invert h4,
.t__evr--pas.btn__invert h4,
.t__evr--pas.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__events-red--pastel .button__invert:hover,
.theme__events-red--pastel .btn__invert:hover,
.theme__events-red--pastel .btn__pill__invert:hover, .theme__events-red--pastel.button__invert:hover, .theme__events-red--pastel.btn__invert:hover, .theme__events-red--pastel.btn__pill__invert:hover,
.t__evr--pas .button__invert:hover,
.t__evr--pas .btn__invert:hover,
.t__evr--pas .btn__pill__invert:hover,
.t__evr--pas.button__invert:hover,
.t__evr--pas.btn__invert:hover,
.t__evr--pas.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__events-red--pastel .button__invert:hover h4,
.theme__events-red--pastel .btn__invert:hover h4,
.theme__events-red--pastel .btn__pill__invert:hover h4, .theme__events-red--pastel.button__invert:hover h4, .theme__events-red--pastel.btn__invert:hover h4, .theme__events-red--pastel.btn__pill__invert:hover h4,
.t__evr--pas .button__invert:hover h4,
.t__evr--pas .btn__invert:hover h4,
.t__evr--pas .btn__pill__invert:hover h4,
.t__evr--pas.button__invert:hover h4,
.t__evr--pas.btn__invert:hover h4,
.t__evr--pas.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__events-red--pastel .button__invert--hover:hover,
.theme__events-red--pastel .btn__invert--hover:hover,
.theme__events-red--pastel .btn__pill__invert--hover:hover, .theme__events-red--pastel.button__invert--hover:hover, .theme__events-red--pastel.btn__invert--hover:hover, .theme__events-red--pastel.btn__pill__invert--hover:hover,
.t__evr--pas .button__invert--hover:hover,
.t__evr--pas .btn__invert--hover:hover,
.t__evr--pas .btn__pill__invert--hover:hover,
.t__evr--pas.button__invert--hover:hover,
.t__evr--pas.btn__invert--hover:hover,
.t__evr--pas.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__events-red--pastel .button__under,
.theme__events-red--pastel .btn__under,
.theme__events-red--pastel .btn__pill__under, .theme__events-red--pastel.button__under, .theme__events-red--pastel.btn__under, .theme__events-red--pastel.btn__pill__under,
.t__evr--pas .button__under,
.t__evr--pas .btn__under,
.t__evr--pas .btn__pill__under,
.t__evr--pas.button__under,
.t__evr--pas.btn__under,
.t__evr--pas.btn__pill__under {
  border-color: rgba(255, 70, 100, 0.1);
}
.theme__events-red--pastel .btn__large,
.t__evr--pas .btn__large {
  background-color: rgba(255, 70, 100, 0.1);
}
.theme__events-red--pastel .input__search,
.t__evr--pas .input__search {
  border-color: rgba(255, 70, 100, 0.1);
}
.theme__events-red--pastel .input__search i,
.t__evr--pas .input__search i {
  color: #4a4a4a;
}
.theme__events-red--pastel .input__search:hover i,
.t__evr--pas .input__search:hover i {
  color: rgba(255, 70, 100, 0.1);
}
.theme__events-red--pastel .component__foreground,
.t__evr--pas .component__foreground {
  color: #4a4a4a;
}
.theme__events-red--pastel.card,
.theme__events-red--pastel .card, .theme__events-red--pastel.card__with-image,
.theme__events-red--pastel .card__with-image,
.t__evr--pas.card,
.t__evr--pas .card,
.t__evr--pas.card__with-image,
.t__evr--pas .card__with-image {
  border-color: rgba(255, 70, 100, 0.1);
}
.theme__events-red--pastel.card__highlight,
.theme__events-red--pastel .card__highlight,
.theme__events-red--pastel .card__highlight--image,
.theme__events-red--pastel .card__highlight--final,
.t__evr--pas.card__highlight,
.t__evr--pas .card__highlight,
.t__evr--pas .card__highlight--image,
.t__evr--pas .card__highlight--final {
  background-color: rgba(255, 70, 100, 0.1);
  border-color: rgba(255, 70, 100, 0.1);
}
.theme__events-red--pastel.card__highlight--title,
.theme__events-red--pastel .card__highlight--title,
.theme__events-red--pastel .card__highlight--image,
.theme__events-red--pastel .card__highlight--final,
.t__evr--pas.card__highlight--title,
.t__evr--pas .card__highlight--title,
.t__evr--pas .card__highlight--image,
.t__evr--pas .card__highlight--final {
  color: #4a4a4a;
}
.theme__events-red--pastel .image-slider__selector--dot,
.t__evr--pas .image-slider__selector--dot {
  background-color: rgba(255, 70, 100, 0.1);
}
.theme__events-red--pastel .call-to-action__text h3,
.t__evr--pas .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__events-red--pastel .officer__block--title h5, .theme__events-red--pastel .officer__block--title h6,
.t__evr--pas .officer__block--title h5,
.t__evr--pas .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__events-red--pastel .block__statement--link,
.t__evr--pas .block__statement--link {
  color: #4a4a4a;
}
.theme__events-red--pastel .card__cutoff,
.t__evr--pas .card__cutoff {
  background: linear-gradient(rgba(255, 70, 100, 0.1), rgba(255, 70, 100, 0.1)), linear-gradient(white, white);
}
.theme__events-red--pastel .card__cutoff p,
.t__evr--pas .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__events-red--pastel .card__cutoff:hover,
  .t__evr--pas .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__events-red--pastel .card__cutoff:hover p,
  .t__evr--pas .card__cutoff:hover p {
    color: rgba(255, 70, 100, 0.1);
  }
  .theme__events-red--pastel .card__cutoff:hover .card__cutoff--link,
  .t__evr--pas .card__cutoff:hover .card__cutoff--link {
    color: rgba(255, 70, 100, 0.1);
  }
  .theme__events-red--pastel .card__cutoff:hover .card__cutoff--text,
  .t__evr--pas .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__events-red--pastel .card__cutoff:hover .card__cutoff--text p,
  .t__evr--pas .card__cutoff:hover .card__cutoff--text p {
    color: rgba(255, 70, 100, 0.1);
  }
  .theme__events-red--pastel .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__evr--pas .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: rgba(255, 70, 100, 0.1);
  }
}
.theme__events-red--pastel .card__cutoff--link,
.t__evr--pas .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__events-red--pastel .card__cutoff--link:hover,
  .t__evr--pas .card__cutoff--link:hover {
    color: rgba(255, 70, 100, 0.1);
  }
  .theme__events-red--pastel .card__cutoff--link:hover--link,
  .t__evr--pas .card__cutoff--link:hover--link {
    color: rgba(255, 70, 100, 0.1);
  }
}
.theme__events-red--pastel .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__evr--pas .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: rgba(255, 70, 100, 0.1);
}
.theme__events-red--pastel .dropdown__toggle--title,
.t__evr--pas .dropdown__toggle--title {
  color: rgba(255, 70, 100, 0.1);
}
.theme__events-red--pastel .dropdown__toggle--icon i,
.t__evr--pas .dropdown__toggle--icon i {
  color: rgba(255, 70, 100, 0.1);
}
.theme__events-red--pastel .large_timer__countdown--item_large,
.t__evr--pas .large_timer__countdown--item_large {
  background-color: rgba(255, 70, 100, 0.1);
}
.theme__events-red--pastel .large_timer__countdown--item_medium,
.t__evr--pas .large_timer__countdown--item_medium {
  background-color: rgba(255, 70, 100, 0.1);
}
.theme__events-red--pastel .large_timer__countdown--item_small,
.t__evr--pas .large_timer__countdown--item_small {
  background-color: rgba(255, 70, 100, 0.1);
}
.theme__events-red--pastel .modalcontent,
.t__evr--pas .modalcontent {
  border-color: rgba(255, 70, 100, 0.1);
}
.theme__events-red--pastel .transparent__header,
.t__evr--pas .transparent__header {
  background: rgba(255, 70, 100, 0.1);
}
.theme__events-red--pastel .breadcrumb__slashes,
.t__evr--pas .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__events-red--pastel .the-list,
.t__evr--pas .the-list {
  background-color: rgba(255, 70, 100, 0.1);
}
.theme__events-red--pastel .the-list option,
.t__evr--pas .the-list option {
  border-color: rgba(255, 70, 100, 0.1) !important;
}
.theme__events-red--pastel .es-list::-webkit-scrollbar-thumb,
.t__evr--pas .es-list::-webkit-scrollbar-thumb {
  background: rgba(255, 70, 100, 0.1);
}
.theme__events-red--pastel .es-visible,
.t__evr--pas .es-visible {
  border-color: rgba(255, 70, 100, 0.1) !important;
}
.theme__events-red--pastel .ot-open,
.theme__events-red--pastel .ot-closed,
.t__evr--pas .ot-open,
.t__evr--pas .ot-closed {
  color: rgba(255, 70, 100, 0.1);
}
.theme__events-red--pastel .colour__foreground,
.t__evr--pas .colour__foreground {
  color: rgba(255, 70, 100, 0.1);
}
.theme__events-red--pastel h1.t__none,
.theme__events-red--pastel h1.theme__none,
.theme__events-red--pastel h2.t__none,
.theme__events-red--pastel h2.theme__none,
.theme__events-red--pastel h3.t__none,
.theme__events-red--pastel h3.theme__none,
.theme__events-red--pastel h4.t__none,
.theme__events-red--pastel h4.theme__none,
.theme__events-red--pastel h1.t__none--w-hov,
.theme__events-red--pastel h1.theme__none--with-hover,
.theme__events-red--pastel h2.t__none--w-hov,
.theme__events-red--pastel h2.theme__none--with-hover,
.theme__events-red--pastel h3.t__none--w-hov,
.theme__events-red--pastel h3.theme__none--with-hover,
.theme__events-red--pastel h4.t__none--w-hov,
.theme__events-red--pastel h4.theme__none--with-hover,
.t__evr--pas h1.t__none,
.t__evr--pas h1.theme__none,
.t__evr--pas h2.t__none,
.t__evr--pas h2.theme__none,
.t__evr--pas h3.t__none,
.t__evr--pas h3.theme__none,
.t__evr--pas h4.t__none,
.t__evr--pas h4.theme__none,
.t__evr--pas h1.t__none--w-hov,
.t__evr--pas h1.theme__none--with-hover,
.t__evr--pas h2.t__none--w-hov,
.t__evr--pas h2.theme__none--with-hover,
.t__evr--pas h3.t__none--w-hov,
.t__evr--pas h3.theme__none--with-hover,
.t__evr--pas h4.t__none--w-hov,
.t__evr--pas h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__events-red--pastel span.t__none,
.theme__events-red--pastel span.theme__none,
.t__evr--pas span.t__none,
.t__evr--pas span.theme__none {
  color: #4a4a4a;
}
.theme__events-red--pastel i.t__none,
.theme__events-red--pastel i.theme__none,
.t__evr--pas i.t__none,
.t__evr--pas i.theme__none {
  color: #4a4a4a;
}
.theme__events-red--pastel a.border__none,
.theme__events-red--pastel a.b__none,
.t__evr--pas a.border__none,
.t__evr--pas a.b__none {
  border: 0;
}
.theme__events-red--pastel a:hover h1.t__none,
.theme__events-red--pastel a:hover h1.theme__none,
.theme__events-red--pastel a:hover h2.t__none,
.theme__events-red--pastel a:hover h2.theme__none,
.theme__events-red--pastel a:hover h3.t__none,
.theme__events-red--pastel a:hover h3.theme__none,
.theme__events-red--pastel a:hover h4.t__none,
.theme__events-red--pastel a:hover h4.theme__none,
.t__evr--pas a:hover h1.t__none,
.t__evr--pas a:hover h1.theme__none,
.t__evr--pas a:hover h2.t__none,
.t__evr--pas a:hover h2.theme__none,
.t__evr--pas a:hover h3.t__none,
.t__evr--pas a:hover h3.theme__none,
.t__evr--pas a:hover h4.t__none,
.t__evr--pas a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__events-red--pastel a:hover h1.t__none--w-hov,
.theme__events-red--pastel a:hover h1.theme__none--with-hover,
.theme__events-red--pastel a:hover h2.t__none--w-hov,
.theme__events-red--pastel a:hover h2.theme__none--with-hover,
.theme__events-red--pastel a:hover h3.t__none--w-hov,
.theme__events-red--pastel a:hover h3.theme__none--with-hover,
.theme__events-red--pastel a:hover h4.t__none--w-hov,
.theme__events-red--pastel a:hover h4.theme__none--with-hover,
.t__evr--pas a:hover h1.t__none--w-hov,
.t__evr--pas a:hover h1.theme__none--with-hover,
.t__evr--pas a:hover h2.t__none--w-hov,
.t__evr--pas a:hover h2.theme__none--with-hover,
.t__evr--pas a:hover h3.t__none--w-hov,
.t__evr--pas a:hover h3.theme__none--with-hover,
.t__evr--pas a:hover h4.t__none--w-hov,
.t__evr--pas a:hover h4.theme__none--with-hover {
  color: rgba(255, 70, 100, 0.1);
}

.theme__events-red--background-primary,
.t__evr--bg-pri {
  background-color: #FF4664;
}

.theme__events-red--background-secondary,
.t__evr--bg-sec {
  background-color: #FF4664;
}

.theme__events-red--background-pastel,
.t__evr--bg-pas {
  background-color: rgba(255, 70, 100, 0.1);
}

.theme__arc--primary h1, .theme__arc--primary h2, .theme__arc--primary h3, .theme__arc--primary h4, .theme__arc--primary h5, .theme__arc--primary h6,
.t__arc--pri h1,
.t__arc--pri h2,
.t__arc--pri h3,
.t__arc--pri h4,
.t__arc--pri h5,
.t__arc--pri h6 {
  color: #ED5454;
}
.theme__arc--primary a,
.t__arc--pri a {
  color: #4a4a4a;
  border-color: #ED5454;
  text-decoration: none;
}
.theme__arc--primary a:hover,
.t__arc--pri a:hover {
  color: #ED5454;
}
.theme__arc--primary a:hover h1, .theme__arc--primary a:hover h2, .theme__arc--primary a:hover h3, .theme__arc--primary a:hover h4, .theme__arc--primary a:hover h5, .theme__arc--primary a:hover h6,
.t__arc--pri a:hover h1,
.t__arc--pri a:hover h2,
.t__arc--pri a:hover h3,
.t__arc--pri a:hover h4,
.t__arc--pri a:hover h5,
.t__arc--pri a:hover h6 {
  color: #ED5454;
}
.theme__arc--primary a div,
.t__arc--pri a div {
  border-color: #ED5454 !important;
}
.theme__arc--primary input,
.t__arc--pri input {
  border-color: #ED5454;
}
.theme__arc--primary p,
.t__arc--pri p {
  color: #4a4a4a;
}
.theme__arc--primary .button,
.theme__arc--primary .btn,
.theme__arc--primary .btn__pill, .theme__arc--primary.button, .theme__arc--primary.btn, .theme__arc--primary.btn__pill,
.t__arc--pri .button,
.t__arc--pri .btn,
.t__arc--pri .btn__pill,
.t__arc--pri.button,
.t__arc--pri.btn,
.t__arc--pri.btn__pill {
  border-color: #ED5454;
}
@media (hover: hover) {
  .theme__arc--primary .button:hover,
  .theme__arc--primary .btn:hover,
  .theme__arc--primary .btn__pill:hover, .theme__arc--primary.button:hover, .theme__arc--primary.btn:hover, .theme__arc--primary.btn__pill:hover,
  .t__arc--pri .button:hover,
  .t__arc--pri .btn:hover,
  .t__arc--pri .btn__pill:hover,
  .t__arc--pri.button:hover,
  .t__arc--pri.btn:hover,
  .t__arc--pri.btn__pill:hover {
    color: #ffffff;
    background: #ED5454;
  }
  .theme__arc--primary .button:hover i,
  .theme__arc--primary .btn:hover i,
  .theme__arc--primary .btn__pill:hover i, .theme__arc--primary.button:hover i, .theme__arc--primary.btn:hover i, .theme__arc--primary.btn__pill:hover i,
  .t__arc--pri .button:hover i,
  .t__arc--pri .btn:hover i,
  .t__arc--pri .btn__pill:hover i,
  .t__arc--pri.button:hover i,
  .t__arc--pri.btn:hover i,
  .t__arc--pri.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__arc--primary .button__invert,
.theme__arc--primary .btn__invert,
.theme__arc--primary .btn__pill__invert, .theme__arc--primary.button__invert, .theme__arc--primary.btn__invert, .theme__arc--primary.btn__pill__invert,
.t__arc--pri .button__invert,
.t__arc--pri .btn__invert,
.t__arc--pri .btn__pill__invert,
.t__arc--pri.button__invert,
.t__arc--pri.btn__invert,
.t__arc--pri.btn__pill__invert {
  background-color: #ED5454;
  color: #ffffff;
}
.theme__arc--primary .button__invert h4,
.theme__arc--primary .btn__invert h4,
.theme__arc--primary .btn__pill__invert h4, .theme__arc--primary.button__invert h4, .theme__arc--primary.btn__invert h4, .theme__arc--primary.btn__pill__invert h4,
.t__arc--pri .button__invert h4,
.t__arc--pri .btn__invert h4,
.t__arc--pri .btn__pill__invert h4,
.t__arc--pri.button__invert h4,
.t__arc--pri.btn__invert h4,
.t__arc--pri.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__arc--primary .button__invert:hover,
.theme__arc--primary .btn__invert:hover,
.theme__arc--primary .btn__pill__invert:hover, .theme__arc--primary.button__invert:hover, .theme__arc--primary.btn__invert:hover, .theme__arc--primary.btn__pill__invert:hover,
.t__arc--pri .button__invert:hover,
.t__arc--pri .btn__invert:hover,
.t__arc--pri .btn__pill__invert:hover,
.t__arc--pri.button__invert:hover,
.t__arc--pri.btn__invert:hover,
.t__arc--pri.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__arc--primary .button__invert:hover h4,
.theme__arc--primary .btn__invert:hover h4,
.theme__arc--primary .btn__pill__invert:hover h4, .theme__arc--primary.button__invert:hover h4, .theme__arc--primary.btn__invert:hover h4, .theme__arc--primary.btn__pill__invert:hover h4,
.t__arc--pri .button__invert:hover h4,
.t__arc--pri .btn__invert:hover h4,
.t__arc--pri .btn__pill__invert:hover h4,
.t__arc--pri.button__invert:hover h4,
.t__arc--pri.btn__invert:hover h4,
.t__arc--pri.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__arc--primary .button__invert--hover:hover,
.theme__arc--primary .btn__invert--hover:hover,
.theme__arc--primary .btn__pill__invert--hover:hover, .theme__arc--primary.button__invert--hover:hover, .theme__arc--primary.btn__invert--hover:hover, .theme__arc--primary.btn__pill__invert--hover:hover,
.t__arc--pri .button__invert--hover:hover,
.t__arc--pri .btn__invert--hover:hover,
.t__arc--pri .btn__pill__invert--hover:hover,
.t__arc--pri.button__invert--hover:hover,
.t__arc--pri.btn__invert--hover:hover,
.t__arc--pri.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__arc--primary .button__under,
.theme__arc--primary .btn__under,
.theme__arc--primary .btn__pill__under, .theme__arc--primary.button__under, .theme__arc--primary.btn__under, .theme__arc--primary.btn__pill__under,
.t__arc--pri .button__under,
.t__arc--pri .btn__under,
.t__arc--pri .btn__pill__under,
.t__arc--pri.button__under,
.t__arc--pri.btn__under,
.t__arc--pri.btn__pill__under {
  border-color: #ED5454;
}
.theme__arc--primary .btn__large,
.t__arc--pri .btn__large {
  background-color: #ED5454;
}
.theme__arc--primary .input__search,
.t__arc--pri .input__search {
  border-color: #ED5454;
}
.theme__arc--primary .input__search i,
.t__arc--pri .input__search i {
  color: #4a4a4a;
}
.theme__arc--primary .input__search:hover i,
.t__arc--pri .input__search:hover i {
  color: #ED5454;
}
.theme__arc--primary .component__foreground,
.t__arc--pri .component__foreground {
  color: #4a4a4a;
}
.theme__arc--primary.card,
.theme__arc--primary .card, .theme__arc--primary.card__with-image,
.theme__arc--primary .card__with-image,
.t__arc--pri.card,
.t__arc--pri .card,
.t__arc--pri.card__with-image,
.t__arc--pri .card__with-image {
  border-color: #ED5454;
}
.theme__arc--primary.card__highlight,
.theme__arc--primary .card__highlight,
.theme__arc--primary .card__highlight--image,
.theme__arc--primary .card__highlight--final,
.t__arc--pri.card__highlight,
.t__arc--pri .card__highlight,
.t__arc--pri .card__highlight--image,
.t__arc--pri .card__highlight--final {
  background-color: #ED5454;
  border-color: #ED5454;
}
.theme__arc--primary.card__highlight--title,
.theme__arc--primary .card__highlight--title,
.theme__arc--primary .card__highlight--image,
.theme__arc--primary .card__highlight--final,
.t__arc--pri.card__highlight--title,
.t__arc--pri .card__highlight--title,
.t__arc--pri .card__highlight--image,
.t__arc--pri .card__highlight--final {
  color: #4a4a4a;
}
.theme__arc--primary .image-slider__selector--dot,
.t__arc--pri .image-slider__selector--dot {
  background-color: #ED5454;
}
.theme__arc--primary .call-to-action__text h3,
.t__arc--pri .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__arc--primary .officer__block--title h5, .theme__arc--primary .officer__block--title h6,
.t__arc--pri .officer__block--title h5,
.t__arc--pri .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__arc--primary .block__statement--link,
.t__arc--pri .block__statement--link {
  color: #4a4a4a;
}
.theme__arc--primary .card__cutoff,
.t__arc--pri .card__cutoff {
  background: linear-gradient(#ED5454, #ED5454), linear-gradient(white, white);
}
.theme__arc--primary .card__cutoff p,
.t__arc--pri .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__arc--primary .card__cutoff:hover,
  .t__arc--pri .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__arc--primary .card__cutoff:hover p,
  .t__arc--pri .card__cutoff:hover p {
    color: #ED5454;
  }
  .theme__arc--primary .card__cutoff:hover .card__cutoff--link,
  .t__arc--pri .card__cutoff:hover .card__cutoff--link {
    color: #ED5454;
  }
  .theme__arc--primary .card__cutoff:hover .card__cutoff--text,
  .t__arc--pri .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__arc--primary .card__cutoff:hover .card__cutoff--text p,
  .t__arc--pri .card__cutoff:hover .card__cutoff--text p {
    color: #ED5454;
  }
  .theme__arc--primary .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__arc--pri .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: #ED5454;
  }
}
.theme__arc--primary .card__cutoff--link,
.t__arc--pri .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__arc--primary .card__cutoff--link:hover,
  .t__arc--pri .card__cutoff--link:hover {
    color: #ED5454;
  }
  .theme__arc--primary .card__cutoff--link:hover--link,
  .t__arc--pri .card__cutoff--link:hover--link {
    color: #ED5454;
  }
}
.theme__arc--primary .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__arc--pri .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: #ED5454;
}
.theme__arc--primary .dropdown__toggle--title,
.t__arc--pri .dropdown__toggle--title {
  color: #ED5454;
}
.theme__arc--primary .dropdown__toggle--icon i,
.t__arc--pri .dropdown__toggle--icon i {
  color: #ED5454;
}
.theme__arc--primary .large_timer__countdown--item_large,
.t__arc--pri .large_timer__countdown--item_large {
  background-color: #ED5454;
}
.theme__arc--primary .large_timer__countdown--item_medium,
.t__arc--pri .large_timer__countdown--item_medium {
  background-color: #ED5454;
}
.theme__arc--primary .large_timer__countdown--item_small,
.t__arc--pri .large_timer__countdown--item_small {
  background-color: #ED5454;
}
.theme__arc--primary .modalcontent,
.t__arc--pri .modalcontent {
  border-color: #ED5454;
}
.theme__arc--primary .transparent__header,
.t__arc--pri .transparent__header {
  background: #ED5454;
}
.theme__arc--primary .breadcrumb__slashes,
.t__arc--pri .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__arc--primary .the-list,
.t__arc--pri .the-list {
  background-color: #ED5454;
}
.theme__arc--primary .the-list option,
.t__arc--pri .the-list option {
  border-color: #ED5454 !important;
}
.theme__arc--primary .es-list::-webkit-scrollbar-thumb,
.t__arc--pri .es-list::-webkit-scrollbar-thumb {
  background: #ED5454;
}
.theme__arc--primary .es-visible,
.t__arc--pri .es-visible {
  border-color: #ED5454 !important;
}
.theme__arc--primary .ot-open,
.theme__arc--primary .ot-closed,
.t__arc--pri .ot-open,
.t__arc--pri .ot-closed {
  color: #ED5454;
}
.theme__arc--primary .colour__foreground,
.t__arc--pri .colour__foreground {
  color: #ED5454;
}
.theme__arc--primary h1.t__none,
.theme__arc--primary h1.theme__none,
.theme__arc--primary h2.t__none,
.theme__arc--primary h2.theme__none,
.theme__arc--primary h3.t__none,
.theme__arc--primary h3.theme__none,
.theme__arc--primary h4.t__none,
.theme__arc--primary h4.theme__none,
.theme__arc--primary h1.t__none--w-hov,
.theme__arc--primary h1.theme__none--with-hover,
.theme__arc--primary h2.t__none--w-hov,
.theme__arc--primary h2.theme__none--with-hover,
.theme__arc--primary h3.t__none--w-hov,
.theme__arc--primary h3.theme__none--with-hover,
.theme__arc--primary h4.t__none--w-hov,
.theme__arc--primary h4.theme__none--with-hover,
.t__arc--pri h1.t__none,
.t__arc--pri h1.theme__none,
.t__arc--pri h2.t__none,
.t__arc--pri h2.theme__none,
.t__arc--pri h3.t__none,
.t__arc--pri h3.theme__none,
.t__arc--pri h4.t__none,
.t__arc--pri h4.theme__none,
.t__arc--pri h1.t__none--w-hov,
.t__arc--pri h1.theme__none--with-hover,
.t__arc--pri h2.t__none--w-hov,
.t__arc--pri h2.theme__none--with-hover,
.t__arc--pri h3.t__none--w-hov,
.t__arc--pri h3.theme__none--with-hover,
.t__arc--pri h4.t__none--w-hov,
.t__arc--pri h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__arc--primary span.t__none,
.theme__arc--primary span.theme__none,
.t__arc--pri span.t__none,
.t__arc--pri span.theme__none {
  color: #4a4a4a;
}
.theme__arc--primary i.t__none,
.theme__arc--primary i.theme__none,
.t__arc--pri i.t__none,
.t__arc--pri i.theme__none {
  color: #4a4a4a;
}
.theme__arc--primary a.border__none,
.theme__arc--primary a.b__none,
.t__arc--pri a.border__none,
.t__arc--pri a.b__none {
  border: 0;
}
.theme__arc--primary a:hover h1.t__none,
.theme__arc--primary a:hover h1.theme__none,
.theme__arc--primary a:hover h2.t__none,
.theme__arc--primary a:hover h2.theme__none,
.theme__arc--primary a:hover h3.t__none,
.theme__arc--primary a:hover h3.theme__none,
.theme__arc--primary a:hover h4.t__none,
.theme__arc--primary a:hover h4.theme__none,
.t__arc--pri a:hover h1.t__none,
.t__arc--pri a:hover h1.theme__none,
.t__arc--pri a:hover h2.t__none,
.t__arc--pri a:hover h2.theme__none,
.t__arc--pri a:hover h3.t__none,
.t__arc--pri a:hover h3.theme__none,
.t__arc--pri a:hover h4.t__none,
.t__arc--pri a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__arc--primary a:hover h1.t__none--w-hov,
.theme__arc--primary a:hover h1.theme__none--with-hover,
.theme__arc--primary a:hover h2.t__none--w-hov,
.theme__arc--primary a:hover h2.theme__none--with-hover,
.theme__arc--primary a:hover h3.t__none--w-hov,
.theme__arc--primary a:hover h3.theme__none--with-hover,
.theme__arc--primary a:hover h4.t__none--w-hov,
.theme__arc--primary a:hover h4.theme__none--with-hover,
.t__arc--pri a:hover h1.t__none--w-hov,
.t__arc--pri a:hover h1.theme__none--with-hover,
.t__arc--pri a:hover h2.t__none--w-hov,
.t__arc--pri a:hover h2.theme__none--with-hover,
.t__arc--pri a:hover h3.t__none--w-hov,
.t__arc--pri a:hover h3.theme__none--with-hover,
.t__arc--pri a:hover h4.t__none--w-hov,
.t__arc--pri a:hover h4.theme__none--with-hover {
  color: #ED5454;
}
.theme__arc--primary .dotted__line--small, .theme__arc--primary .dotted__line--medium, .theme__arc--primary .dotted__line--large, .theme__arc--primary .dotted__line--x-large, .theme__arc--primary .dotted__line--huge,
.t__arc--pri .dotted__line--small,
.t__arc--pri .dotted__line--medium,
.t__arc--pri .dotted__line--large,
.t__arc--pri .dotted__line--x-large,
.t__arc--pri .dotted__line--huge {
  border-image-source: url("https://fe3ca8e0a2f497a00e8a-853d39369c554c336474f22b1382bbe4.ssl.cf3.rackcdn.com/dotted_arc.png");
}

.theme__arc--secondary h1, .theme__arc--secondary h2, .theme__arc--secondary h3, .theme__arc--secondary h4, .theme__arc--secondary h5, .theme__arc--secondary h6,
.t__arc--sec h1,
.t__arc--sec h2,
.t__arc--sec h3,
.t__arc--sec h4,
.t__arc--sec h5,
.t__arc--sec h6 {
  color: #ED5454;
}
.theme__arc--secondary a,
.t__arc--sec a {
  color: #4a4a4a;
  border-color: #ED5454;
  text-decoration: none;
}
.theme__arc--secondary a:hover,
.t__arc--sec a:hover {
  color: #ED5454;
}
.theme__arc--secondary a:hover h1, .theme__arc--secondary a:hover h2, .theme__arc--secondary a:hover h3, .theme__arc--secondary a:hover h4, .theme__arc--secondary a:hover h5, .theme__arc--secondary a:hover h6,
.t__arc--sec a:hover h1,
.t__arc--sec a:hover h2,
.t__arc--sec a:hover h3,
.t__arc--sec a:hover h4,
.t__arc--sec a:hover h5,
.t__arc--sec a:hover h6 {
  color: #ED5454;
}
.theme__arc--secondary a div,
.t__arc--sec a div {
  border-color: #ED5454 !important;
}
.theme__arc--secondary input,
.t__arc--sec input {
  border-color: #ED5454;
}
.theme__arc--secondary p,
.t__arc--sec p {
  color: #4a4a4a;
}
.theme__arc--secondary .button,
.theme__arc--secondary .btn,
.theme__arc--secondary .btn__pill, .theme__arc--secondary.button, .theme__arc--secondary.btn, .theme__arc--secondary.btn__pill,
.t__arc--sec .button,
.t__arc--sec .btn,
.t__arc--sec .btn__pill,
.t__arc--sec.button,
.t__arc--sec.btn,
.t__arc--sec.btn__pill {
  border-color: #ED5454;
}
@media (hover: hover) {
  .theme__arc--secondary .button:hover,
  .theme__arc--secondary .btn:hover,
  .theme__arc--secondary .btn__pill:hover, .theme__arc--secondary.button:hover, .theme__arc--secondary.btn:hover, .theme__arc--secondary.btn__pill:hover,
  .t__arc--sec .button:hover,
  .t__arc--sec .btn:hover,
  .t__arc--sec .btn__pill:hover,
  .t__arc--sec.button:hover,
  .t__arc--sec.btn:hover,
  .t__arc--sec.btn__pill:hover {
    color: #ffffff;
    background: #ED5454;
  }
  .theme__arc--secondary .button:hover i,
  .theme__arc--secondary .btn:hover i,
  .theme__arc--secondary .btn__pill:hover i, .theme__arc--secondary.button:hover i, .theme__arc--secondary.btn:hover i, .theme__arc--secondary.btn__pill:hover i,
  .t__arc--sec .button:hover i,
  .t__arc--sec .btn:hover i,
  .t__arc--sec .btn__pill:hover i,
  .t__arc--sec.button:hover i,
  .t__arc--sec.btn:hover i,
  .t__arc--sec.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__arc--secondary .button__invert,
.theme__arc--secondary .btn__invert,
.theme__arc--secondary .btn__pill__invert, .theme__arc--secondary.button__invert, .theme__arc--secondary.btn__invert, .theme__arc--secondary.btn__pill__invert,
.t__arc--sec .button__invert,
.t__arc--sec .btn__invert,
.t__arc--sec .btn__pill__invert,
.t__arc--sec.button__invert,
.t__arc--sec.btn__invert,
.t__arc--sec.btn__pill__invert {
  background-color: #ED5454;
  color: #ffffff;
}
.theme__arc--secondary .button__invert h4,
.theme__arc--secondary .btn__invert h4,
.theme__arc--secondary .btn__pill__invert h4, .theme__arc--secondary.button__invert h4, .theme__arc--secondary.btn__invert h4, .theme__arc--secondary.btn__pill__invert h4,
.t__arc--sec .button__invert h4,
.t__arc--sec .btn__invert h4,
.t__arc--sec .btn__pill__invert h4,
.t__arc--sec.button__invert h4,
.t__arc--sec.btn__invert h4,
.t__arc--sec.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__arc--secondary .button__invert:hover,
.theme__arc--secondary .btn__invert:hover,
.theme__arc--secondary .btn__pill__invert:hover, .theme__arc--secondary.button__invert:hover, .theme__arc--secondary.btn__invert:hover, .theme__arc--secondary.btn__pill__invert:hover,
.t__arc--sec .button__invert:hover,
.t__arc--sec .btn__invert:hover,
.t__arc--sec .btn__pill__invert:hover,
.t__arc--sec.button__invert:hover,
.t__arc--sec.btn__invert:hover,
.t__arc--sec.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__arc--secondary .button__invert:hover h4,
.theme__arc--secondary .btn__invert:hover h4,
.theme__arc--secondary .btn__pill__invert:hover h4, .theme__arc--secondary.button__invert:hover h4, .theme__arc--secondary.btn__invert:hover h4, .theme__arc--secondary.btn__pill__invert:hover h4,
.t__arc--sec .button__invert:hover h4,
.t__arc--sec .btn__invert:hover h4,
.t__arc--sec .btn__pill__invert:hover h4,
.t__arc--sec.button__invert:hover h4,
.t__arc--sec.btn__invert:hover h4,
.t__arc--sec.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__arc--secondary .button__invert--hover:hover,
.theme__arc--secondary .btn__invert--hover:hover,
.theme__arc--secondary .btn__pill__invert--hover:hover, .theme__arc--secondary.button__invert--hover:hover, .theme__arc--secondary.btn__invert--hover:hover, .theme__arc--secondary.btn__pill__invert--hover:hover,
.t__arc--sec .button__invert--hover:hover,
.t__arc--sec .btn__invert--hover:hover,
.t__arc--sec .btn__pill__invert--hover:hover,
.t__arc--sec.button__invert--hover:hover,
.t__arc--sec.btn__invert--hover:hover,
.t__arc--sec.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__arc--secondary .button__under,
.theme__arc--secondary .btn__under,
.theme__arc--secondary .btn__pill__under, .theme__arc--secondary.button__under, .theme__arc--secondary.btn__under, .theme__arc--secondary.btn__pill__under,
.t__arc--sec .button__under,
.t__arc--sec .btn__under,
.t__arc--sec .btn__pill__under,
.t__arc--sec.button__under,
.t__arc--sec.btn__under,
.t__arc--sec.btn__pill__under {
  border-color: #ED5454;
}
.theme__arc--secondary .btn__large,
.t__arc--sec .btn__large {
  background-color: #ED5454;
}
.theme__arc--secondary .input__search,
.t__arc--sec .input__search {
  border-color: #ED5454;
}
.theme__arc--secondary .input__search i,
.t__arc--sec .input__search i {
  color: #4a4a4a;
}
.theme__arc--secondary .input__search:hover i,
.t__arc--sec .input__search:hover i {
  color: #ED5454;
}
.theme__arc--secondary .component__foreground,
.t__arc--sec .component__foreground {
  color: #4a4a4a;
}
.theme__arc--secondary.card,
.theme__arc--secondary .card, .theme__arc--secondary.card__with-image,
.theme__arc--secondary .card__with-image,
.t__arc--sec.card,
.t__arc--sec .card,
.t__arc--sec.card__with-image,
.t__arc--sec .card__with-image {
  border-color: #ED5454;
}
.theme__arc--secondary.card__highlight,
.theme__arc--secondary .card__highlight,
.theme__arc--secondary .card__highlight--image,
.theme__arc--secondary .card__highlight--final,
.t__arc--sec.card__highlight,
.t__arc--sec .card__highlight,
.t__arc--sec .card__highlight--image,
.t__arc--sec .card__highlight--final {
  background-color: #ED5454;
  border-color: #ED5454;
}
.theme__arc--secondary.card__highlight--title,
.theme__arc--secondary .card__highlight--title,
.theme__arc--secondary .card__highlight--image,
.theme__arc--secondary .card__highlight--final,
.t__arc--sec.card__highlight--title,
.t__arc--sec .card__highlight--title,
.t__arc--sec .card__highlight--image,
.t__arc--sec .card__highlight--final {
  color: #4a4a4a;
}
.theme__arc--secondary .image-slider__selector--dot,
.t__arc--sec .image-slider__selector--dot {
  background-color: #ED5454;
}
.theme__arc--secondary .call-to-action__text h3,
.t__arc--sec .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__arc--secondary .officer__block--title h5, .theme__arc--secondary .officer__block--title h6,
.t__arc--sec .officer__block--title h5,
.t__arc--sec .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__arc--secondary .block__statement--link,
.t__arc--sec .block__statement--link {
  color: #4a4a4a;
}
.theme__arc--secondary .card__cutoff,
.t__arc--sec .card__cutoff {
  background: linear-gradient(#ED5454, #ED5454), linear-gradient(white, white);
}
.theme__arc--secondary .card__cutoff p,
.t__arc--sec .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__arc--secondary .card__cutoff:hover,
  .t__arc--sec .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__arc--secondary .card__cutoff:hover p,
  .t__arc--sec .card__cutoff:hover p {
    color: #ED5454;
  }
  .theme__arc--secondary .card__cutoff:hover .card__cutoff--link,
  .t__arc--sec .card__cutoff:hover .card__cutoff--link {
    color: #ED5454;
  }
  .theme__arc--secondary .card__cutoff:hover .card__cutoff--text,
  .t__arc--sec .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__arc--secondary .card__cutoff:hover .card__cutoff--text p,
  .t__arc--sec .card__cutoff:hover .card__cutoff--text p {
    color: #ED5454;
  }
  .theme__arc--secondary .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__arc--sec .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: #ED5454;
  }
}
.theme__arc--secondary .card__cutoff--link,
.t__arc--sec .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__arc--secondary .card__cutoff--link:hover,
  .t__arc--sec .card__cutoff--link:hover {
    color: #ED5454;
  }
  .theme__arc--secondary .card__cutoff--link:hover--link,
  .t__arc--sec .card__cutoff--link:hover--link {
    color: #ED5454;
  }
}
.theme__arc--secondary .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__arc--sec .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: #ED5454;
}
.theme__arc--secondary .dropdown__toggle--title,
.t__arc--sec .dropdown__toggle--title {
  color: #ED5454;
}
.theme__arc--secondary .dropdown__toggle--icon i,
.t__arc--sec .dropdown__toggle--icon i {
  color: #ED5454;
}
.theme__arc--secondary .large_timer__countdown--item_large,
.t__arc--sec .large_timer__countdown--item_large {
  background-color: #ED5454;
}
.theme__arc--secondary .large_timer__countdown--item_medium,
.t__arc--sec .large_timer__countdown--item_medium {
  background-color: #ED5454;
}
.theme__arc--secondary .large_timer__countdown--item_small,
.t__arc--sec .large_timer__countdown--item_small {
  background-color: #ED5454;
}
.theme__arc--secondary .modalcontent,
.t__arc--sec .modalcontent {
  border-color: #ED5454;
}
.theme__arc--secondary .transparent__header,
.t__arc--sec .transparent__header {
  background: #ED5454;
}
.theme__arc--secondary .breadcrumb__slashes,
.t__arc--sec .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__arc--secondary .the-list,
.t__arc--sec .the-list {
  background-color: #ED5454;
}
.theme__arc--secondary .the-list option,
.t__arc--sec .the-list option {
  border-color: #ED5454 !important;
}
.theme__arc--secondary .es-list::-webkit-scrollbar-thumb,
.t__arc--sec .es-list::-webkit-scrollbar-thumb {
  background: #ED5454;
}
.theme__arc--secondary .es-visible,
.t__arc--sec .es-visible {
  border-color: #ED5454 !important;
}
.theme__arc--secondary .ot-open,
.theme__arc--secondary .ot-closed,
.t__arc--sec .ot-open,
.t__arc--sec .ot-closed {
  color: #ED5454;
}
.theme__arc--secondary .colour__foreground,
.t__arc--sec .colour__foreground {
  color: #ED5454;
}
.theme__arc--secondary h1.t__none,
.theme__arc--secondary h1.theme__none,
.theme__arc--secondary h2.t__none,
.theme__arc--secondary h2.theme__none,
.theme__arc--secondary h3.t__none,
.theme__arc--secondary h3.theme__none,
.theme__arc--secondary h4.t__none,
.theme__arc--secondary h4.theme__none,
.theme__arc--secondary h1.t__none--w-hov,
.theme__arc--secondary h1.theme__none--with-hover,
.theme__arc--secondary h2.t__none--w-hov,
.theme__arc--secondary h2.theme__none--with-hover,
.theme__arc--secondary h3.t__none--w-hov,
.theme__arc--secondary h3.theme__none--with-hover,
.theme__arc--secondary h4.t__none--w-hov,
.theme__arc--secondary h4.theme__none--with-hover,
.t__arc--sec h1.t__none,
.t__arc--sec h1.theme__none,
.t__arc--sec h2.t__none,
.t__arc--sec h2.theme__none,
.t__arc--sec h3.t__none,
.t__arc--sec h3.theme__none,
.t__arc--sec h4.t__none,
.t__arc--sec h4.theme__none,
.t__arc--sec h1.t__none--w-hov,
.t__arc--sec h1.theme__none--with-hover,
.t__arc--sec h2.t__none--w-hov,
.t__arc--sec h2.theme__none--with-hover,
.t__arc--sec h3.t__none--w-hov,
.t__arc--sec h3.theme__none--with-hover,
.t__arc--sec h4.t__none--w-hov,
.t__arc--sec h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__arc--secondary span.t__none,
.theme__arc--secondary span.theme__none,
.t__arc--sec span.t__none,
.t__arc--sec span.theme__none {
  color: #4a4a4a;
}
.theme__arc--secondary i.t__none,
.theme__arc--secondary i.theme__none,
.t__arc--sec i.t__none,
.t__arc--sec i.theme__none {
  color: #4a4a4a;
}
.theme__arc--secondary a.border__none,
.theme__arc--secondary a.b__none,
.t__arc--sec a.border__none,
.t__arc--sec a.b__none {
  border: 0;
}
.theme__arc--secondary a:hover h1.t__none,
.theme__arc--secondary a:hover h1.theme__none,
.theme__arc--secondary a:hover h2.t__none,
.theme__arc--secondary a:hover h2.theme__none,
.theme__arc--secondary a:hover h3.t__none,
.theme__arc--secondary a:hover h3.theme__none,
.theme__arc--secondary a:hover h4.t__none,
.theme__arc--secondary a:hover h4.theme__none,
.t__arc--sec a:hover h1.t__none,
.t__arc--sec a:hover h1.theme__none,
.t__arc--sec a:hover h2.t__none,
.t__arc--sec a:hover h2.theme__none,
.t__arc--sec a:hover h3.t__none,
.t__arc--sec a:hover h3.theme__none,
.t__arc--sec a:hover h4.t__none,
.t__arc--sec a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__arc--secondary a:hover h1.t__none--w-hov,
.theme__arc--secondary a:hover h1.theme__none--with-hover,
.theme__arc--secondary a:hover h2.t__none--w-hov,
.theme__arc--secondary a:hover h2.theme__none--with-hover,
.theme__arc--secondary a:hover h3.t__none--w-hov,
.theme__arc--secondary a:hover h3.theme__none--with-hover,
.theme__arc--secondary a:hover h4.t__none--w-hov,
.theme__arc--secondary a:hover h4.theme__none--with-hover,
.t__arc--sec a:hover h1.t__none--w-hov,
.t__arc--sec a:hover h1.theme__none--with-hover,
.t__arc--sec a:hover h2.t__none--w-hov,
.t__arc--sec a:hover h2.theme__none--with-hover,
.t__arc--sec a:hover h3.t__none--w-hov,
.t__arc--sec a:hover h3.theme__none--with-hover,
.t__arc--sec a:hover h4.t__none--w-hov,
.t__arc--sec a:hover h4.theme__none--with-hover {
  color: #ED5454;
}

.theme__arc--pastel h1, .theme__arc--pastel h2, .theme__arc--pastel h3, .theme__arc--pastel h4, .theme__arc--pastel h5, .theme__arc--pastel h6,
.t__arc--pas h1,
.t__arc--pas h2,
.t__arc--pas h3,
.t__arc--pas h4,
.t__arc--pas h5,
.t__arc--pas h6 {
  color: rgba(237, 84, 84, 0.1);
}
.theme__arc--pastel a,
.t__arc--pas a {
  color: #4a4a4a;
  border-color: rgba(237, 84, 84, 0.1);
  text-decoration: none;
}
.theme__arc--pastel a:hover,
.t__arc--pas a:hover {
  color: rgba(237, 84, 84, 0.1);
}
.theme__arc--pastel a:hover h1, .theme__arc--pastel a:hover h2, .theme__arc--pastel a:hover h3, .theme__arc--pastel a:hover h4, .theme__arc--pastel a:hover h5, .theme__arc--pastel a:hover h6,
.t__arc--pas a:hover h1,
.t__arc--pas a:hover h2,
.t__arc--pas a:hover h3,
.t__arc--pas a:hover h4,
.t__arc--pas a:hover h5,
.t__arc--pas a:hover h6 {
  color: rgba(237, 84, 84, 0.1);
}
.theme__arc--pastel a div,
.t__arc--pas a div {
  border-color: rgba(237, 84, 84, 0.1) !important;
}
.theme__arc--pastel input,
.t__arc--pas input {
  border-color: rgba(237, 84, 84, 0.1);
}
.theme__arc--pastel p,
.t__arc--pas p {
  color: #4a4a4a;
}
.theme__arc--pastel .button,
.theme__arc--pastel .btn,
.theme__arc--pastel .btn__pill, .theme__arc--pastel.button, .theme__arc--pastel.btn, .theme__arc--pastel.btn__pill,
.t__arc--pas .button,
.t__arc--pas .btn,
.t__arc--pas .btn__pill,
.t__arc--pas.button,
.t__arc--pas.btn,
.t__arc--pas.btn__pill {
  border-color: rgba(237, 84, 84, 0.1);
}
@media (hover: hover) {
  .theme__arc--pastel .button:hover,
  .theme__arc--pastel .btn:hover,
  .theme__arc--pastel .btn__pill:hover, .theme__arc--pastel.button:hover, .theme__arc--pastel.btn:hover, .theme__arc--pastel.btn__pill:hover,
  .t__arc--pas .button:hover,
  .t__arc--pas .btn:hover,
  .t__arc--pas .btn__pill:hover,
  .t__arc--pas.button:hover,
  .t__arc--pas.btn:hover,
  .t__arc--pas.btn__pill:hover {
    color: #ffffff;
    background: rgba(237, 84, 84, 0.1);
  }
  .theme__arc--pastel .button:hover i,
  .theme__arc--pastel .btn:hover i,
  .theme__arc--pastel .btn__pill:hover i, .theme__arc--pastel.button:hover i, .theme__arc--pastel.btn:hover i, .theme__arc--pastel.btn__pill:hover i,
  .t__arc--pas .button:hover i,
  .t__arc--pas .btn:hover i,
  .t__arc--pas .btn__pill:hover i,
  .t__arc--pas.button:hover i,
  .t__arc--pas.btn:hover i,
  .t__arc--pas.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__arc--pastel .button__invert,
.theme__arc--pastel .btn__invert,
.theme__arc--pastel .btn__pill__invert, .theme__arc--pastel.button__invert, .theme__arc--pastel.btn__invert, .theme__arc--pastel.btn__pill__invert,
.t__arc--pas .button__invert,
.t__arc--pas .btn__invert,
.t__arc--pas .btn__pill__invert,
.t__arc--pas.button__invert,
.t__arc--pas.btn__invert,
.t__arc--pas.btn__pill__invert {
  background-color: rgba(237, 84, 84, 0.1);
  color: #ffffff;
}
.theme__arc--pastel .button__invert h4,
.theme__arc--pastel .btn__invert h4,
.theme__arc--pastel .btn__pill__invert h4, .theme__arc--pastel.button__invert h4, .theme__arc--pastel.btn__invert h4, .theme__arc--pastel.btn__pill__invert h4,
.t__arc--pas .button__invert h4,
.t__arc--pas .btn__invert h4,
.t__arc--pas .btn__pill__invert h4,
.t__arc--pas.button__invert h4,
.t__arc--pas.btn__invert h4,
.t__arc--pas.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__arc--pastel .button__invert:hover,
.theme__arc--pastel .btn__invert:hover,
.theme__arc--pastel .btn__pill__invert:hover, .theme__arc--pastel.button__invert:hover, .theme__arc--pastel.btn__invert:hover, .theme__arc--pastel.btn__pill__invert:hover,
.t__arc--pas .button__invert:hover,
.t__arc--pas .btn__invert:hover,
.t__arc--pas .btn__pill__invert:hover,
.t__arc--pas.button__invert:hover,
.t__arc--pas.btn__invert:hover,
.t__arc--pas.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__arc--pastel .button__invert:hover h4,
.theme__arc--pastel .btn__invert:hover h4,
.theme__arc--pastel .btn__pill__invert:hover h4, .theme__arc--pastel.button__invert:hover h4, .theme__arc--pastel.btn__invert:hover h4, .theme__arc--pastel.btn__pill__invert:hover h4,
.t__arc--pas .button__invert:hover h4,
.t__arc--pas .btn__invert:hover h4,
.t__arc--pas .btn__pill__invert:hover h4,
.t__arc--pas.button__invert:hover h4,
.t__arc--pas.btn__invert:hover h4,
.t__arc--pas.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__arc--pastel .button__invert--hover:hover,
.theme__arc--pastel .btn__invert--hover:hover,
.theme__arc--pastel .btn__pill__invert--hover:hover, .theme__arc--pastel.button__invert--hover:hover, .theme__arc--pastel.btn__invert--hover:hover, .theme__arc--pastel.btn__pill__invert--hover:hover,
.t__arc--pas .button__invert--hover:hover,
.t__arc--pas .btn__invert--hover:hover,
.t__arc--pas .btn__pill__invert--hover:hover,
.t__arc--pas.button__invert--hover:hover,
.t__arc--pas.btn__invert--hover:hover,
.t__arc--pas.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__arc--pastel .button__under,
.theme__arc--pastel .btn__under,
.theme__arc--pastel .btn__pill__under, .theme__arc--pastel.button__under, .theme__arc--pastel.btn__under, .theme__arc--pastel.btn__pill__under,
.t__arc--pas .button__under,
.t__arc--pas .btn__under,
.t__arc--pas .btn__pill__under,
.t__arc--pas.button__under,
.t__arc--pas.btn__under,
.t__arc--pas.btn__pill__under {
  border-color: rgba(237, 84, 84, 0.1);
}
.theme__arc--pastel .btn__large,
.t__arc--pas .btn__large {
  background-color: rgba(237, 84, 84, 0.1);
}
.theme__arc--pastel .input__search,
.t__arc--pas .input__search {
  border-color: rgba(237, 84, 84, 0.1);
}
.theme__arc--pastel .input__search i,
.t__arc--pas .input__search i {
  color: #4a4a4a;
}
.theme__arc--pastel .input__search:hover i,
.t__arc--pas .input__search:hover i {
  color: rgba(237, 84, 84, 0.1);
}
.theme__arc--pastel .component__foreground,
.t__arc--pas .component__foreground {
  color: #4a4a4a;
}
.theme__arc--pastel.card,
.theme__arc--pastel .card, .theme__arc--pastel.card__with-image,
.theme__arc--pastel .card__with-image,
.t__arc--pas.card,
.t__arc--pas .card,
.t__arc--pas.card__with-image,
.t__arc--pas .card__with-image {
  border-color: rgba(237, 84, 84, 0.1);
}
.theme__arc--pastel.card__highlight,
.theme__arc--pastel .card__highlight,
.theme__arc--pastel .card__highlight--image,
.theme__arc--pastel .card__highlight--final,
.t__arc--pas.card__highlight,
.t__arc--pas .card__highlight,
.t__arc--pas .card__highlight--image,
.t__arc--pas .card__highlight--final {
  background-color: rgba(237, 84, 84, 0.1);
  border-color: rgba(237, 84, 84, 0.1);
}
.theme__arc--pastel.card__highlight--title,
.theme__arc--pastel .card__highlight--title,
.theme__arc--pastel .card__highlight--image,
.theme__arc--pastel .card__highlight--final,
.t__arc--pas.card__highlight--title,
.t__arc--pas .card__highlight--title,
.t__arc--pas .card__highlight--image,
.t__arc--pas .card__highlight--final {
  color: #4a4a4a;
}
.theme__arc--pastel .image-slider__selector--dot,
.t__arc--pas .image-slider__selector--dot {
  background-color: rgba(237, 84, 84, 0.1);
}
.theme__arc--pastel .call-to-action__text h3,
.t__arc--pas .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__arc--pastel .officer__block--title h5, .theme__arc--pastel .officer__block--title h6,
.t__arc--pas .officer__block--title h5,
.t__arc--pas .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__arc--pastel .block__statement--link,
.t__arc--pas .block__statement--link {
  color: #4a4a4a;
}
.theme__arc--pastel .card__cutoff,
.t__arc--pas .card__cutoff {
  background: linear-gradient(rgba(237, 84, 84, 0.1), rgba(237, 84, 84, 0.1)), linear-gradient(white, white);
}
.theme__arc--pastel .card__cutoff p,
.t__arc--pas .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__arc--pastel .card__cutoff:hover,
  .t__arc--pas .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__arc--pastel .card__cutoff:hover p,
  .t__arc--pas .card__cutoff:hover p {
    color: rgba(237, 84, 84, 0.1);
  }
  .theme__arc--pastel .card__cutoff:hover .card__cutoff--link,
  .t__arc--pas .card__cutoff:hover .card__cutoff--link {
    color: rgba(237, 84, 84, 0.1);
  }
  .theme__arc--pastel .card__cutoff:hover .card__cutoff--text,
  .t__arc--pas .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__arc--pastel .card__cutoff:hover .card__cutoff--text p,
  .t__arc--pas .card__cutoff:hover .card__cutoff--text p {
    color: rgba(237, 84, 84, 0.1);
  }
  .theme__arc--pastel .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__arc--pas .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: rgba(237, 84, 84, 0.1);
  }
}
.theme__arc--pastel .card__cutoff--link,
.t__arc--pas .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__arc--pastel .card__cutoff--link:hover,
  .t__arc--pas .card__cutoff--link:hover {
    color: rgba(237, 84, 84, 0.1);
  }
  .theme__arc--pastel .card__cutoff--link:hover--link,
  .t__arc--pas .card__cutoff--link:hover--link {
    color: rgba(237, 84, 84, 0.1);
  }
}
.theme__arc--pastel .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__arc--pas .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: rgba(237, 84, 84, 0.1);
}
.theme__arc--pastel .dropdown__toggle--title,
.t__arc--pas .dropdown__toggle--title {
  color: rgba(237, 84, 84, 0.1);
}
.theme__arc--pastel .dropdown__toggle--icon i,
.t__arc--pas .dropdown__toggle--icon i {
  color: rgba(237, 84, 84, 0.1);
}
.theme__arc--pastel .large_timer__countdown--item_large,
.t__arc--pas .large_timer__countdown--item_large {
  background-color: rgba(237, 84, 84, 0.1);
}
.theme__arc--pastel .large_timer__countdown--item_medium,
.t__arc--pas .large_timer__countdown--item_medium {
  background-color: rgba(237, 84, 84, 0.1);
}
.theme__arc--pastel .large_timer__countdown--item_small,
.t__arc--pas .large_timer__countdown--item_small {
  background-color: rgba(237, 84, 84, 0.1);
}
.theme__arc--pastel .modalcontent,
.t__arc--pas .modalcontent {
  border-color: rgba(237, 84, 84, 0.1);
}
.theme__arc--pastel .transparent__header,
.t__arc--pas .transparent__header {
  background: rgba(237, 84, 84, 0.1);
}
.theme__arc--pastel .breadcrumb__slashes,
.t__arc--pas .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__arc--pastel .the-list,
.t__arc--pas .the-list {
  background-color: rgba(237, 84, 84, 0.1);
}
.theme__arc--pastel .the-list option,
.t__arc--pas .the-list option {
  border-color: rgba(237, 84, 84, 0.1) !important;
}
.theme__arc--pastel .es-list::-webkit-scrollbar-thumb,
.t__arc--pas .es-list::-webkit-scrollbar-thumb {
  background: rgba(237, 84, 84, 0.1);
}
.theme__arc--pastel .es-visible,
.t__arc--pas .es-visible {
  border-color: rgba(237, 84, 84, 0.1) !important;
}
.theme__arc--pastel .ot-open,
.theme__arc--pastel .ot-closed,
.t__arc--pas .ot-open,
.t__arc--pas .ot-closed {
  color: rgba(237, 84, 84, 0.1);
}
.theme__arc--pastel .colour__foreground,
.t__arc--pas .colour__foreground {
  color: rgba(237, 84, 84, 0.1);
}
.theme__arc--pastel h1.t__none,
.theme__arc--pastel h1.theme__none,
.theme__arc--pastel h2.t__none,
.theme__arc--pastel h2.theme__none,
.theme__arc--pastel h3.t__none,
.theme__arc--pastel h3.theme__none,
.theme__arc--pastel h4.t__none,
.theme__arc--pastel h4.theme__none,
.theme__arc--pastel h1.t__none--w-hov,
.theme__arc--pastel h1.theme__none--with-hover,
.theme__arc--pastel h2.t__none--w-hov,
.theme__arc--pastel h2.theme__none--with-hover,
.theme__arc--pastel h3.t__none--w-hov,
.theme__arc--pastel h3.theme__none--with-hover,
.theme__arc--pastel h4.t__none--w-hov,
.theme__arc--pastel h4.theme__none--with-hover,
.t__arc--pas h1.t__none,
.t__arc--pas h1.theme__none,
.t__arc--pas h2.t__none,
.t__arc--pas h2.theme__none,
.t__arc--pas h3.t__none,
.t__arc--pas h3.theme__none,
.t__arc--pas h4.t__none,
.t__arc--pas h4.theme__none,
.t__arc--pas h1.t__none--w-hov,
.t__arc--pas h1.theme__none--with-hover,
.t__arc--pas h2.t__none--w-hov,
.t__arc--pas h2.theme__none--with-hover,
.t__arc--pas h3.t__none--w-hov,
.t__arc--pas h3.theme__none--with-hover,
.t__arc--pas h4.t__none--w-hov,
.t__arc--pas h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__arc--pastel span.t__none,
.theme__arc--pastel span.theme__none,
.t__arc--pas span.t__none,
.t__arc--pas span.theme__none {
  color: #4a4a4a;
}
.theme__arc--pastel i.t__none,
.theme__arc--pastel i.theme__none,
.t__arc--pas i.t__none,
.t__arc--pas i.theme__none {
  color: #4a4a4a;
}
.theme__arc--pastel a.border__none,
.theme__arc--pastel a.b__none,
.t__arc--pas a.border__none,
.t__arc--pas a.b__none {
  border: 0;
}
.theme__arc--pastel a:hover h1.t__none,
.theme__arc--pastel a:hover h1.theme__none,
.theme__arc--pastel a:hover h2.t__none,
.theme__arc--pastel a:hover h2.theme__none,
.theme__arc--pastel a:hover h3.t__none,
.theme__arc--pastel a:hover h3.theme__none,
.theme__arc--pastel a:hover h4.t__none,
.theme__arc--pastel a:hover h4.theme__none,
.t__arc--pas a:hover h1.t__none,
.t__arc--pas a:hover h1.theme__none,
.t__arc--pas a:hover h2.t__none,
.t__arc--pas a:hover h2.theme__none,
.t__arc--pas a:hover h3.t__none,
.t__arc--pas a:hover h3.theme__none,
.t__arc--pas a:hover h4.t__none,
.t__arc--pas a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__arc--pastel a:hover h1.t__none--w-hov,
.theme__arc--pastel a:hover h1.theme__none--with-hover,
.theme__arc--pastel a:hover h2.t__none--w-hov,
.theme__arc--pastel a:hover h2.theme__none--with-hover,
.theme__arc--pastel a:hover h3.t__none--w-hov,
.theme__arc--pastel a:hover h3.theme__none--with-hover,
.theme__arc--pastel a:hover h4.t__none--w-hov,
.theme__arc--pastel a:hover h4.theme__none--with-hover,
.t__arc--pas a:hover h1.t__none--w-hov,
.t__arc--pas a:hover h1.theme__none--with-hover,
.t__arc--pas a:hover h2.t__none--w-hov,
.t__arc--pas a:hover h2.theme__none--with-hover,
.t__arc--pas a:hover h3.t__none--w-hov,
.t__arc--pas a:hover h3.theme__none--with-hover,
.t__arc--pas a:hover h4.t__none--w-hov,
.t__arc--pas a:hover h4.theme__none--with-hover {
  color: rgba(237, 84, 84, 0.1);
}

.theme__arc--background-primary,
.t__arc--bg-pri {
  background-color: #ED5454;
}

.theme__arc--background-secondary,
.t__arc--bg-sec {
  background-color: #ED5454;
}

.theme__arc--background-pastel,
.t__arc--bg-pas {
  background-color: rgba(237, 84, 84, 0.1);
}

.theme__sls--primary h1, .theme__sls--primary h2, .theme__sls--primary h3, .theme__sls--primary h4, .theme__sls--primary h5, .theme__sls--primary h6,
.t__sls--pri h1,
.t__sls--pri h2,
.t__sls--pri h3,
.t__sls--pri h4,
.t__sls--pri h5,
.t__sls--pri h6 {
  color: #BC6C15;
}
.theme__sls--primary a,
.t__sls--pri a {
  color: #4a4a4a;
  border-color: #BC6C15;
  text-decoration: none;
}
.theme__sls--primary a:hover,
.t__sls--pri a:hover {
  color: #BC6C15;
}
.theme__sls--primary a:hover h1, .theme__sls--primary a:hover h2, .theme__sls--primary a:hover h3, .theme__sls--primary a:hover h4, .theme__sls--primary a:hover h5, .theme__sls--primary a:hover h6,
.t__sls--pri a:hover h1,
.t__sls--pri a:hover h2,
.t__sls--pri a:hover h3,
.t__sls--pri a:hover h4,
.t__sls--pri a:hover h5,
.t__sls--pri a:hover h6 {
  color: #BC6C15;
}
.theme__sls--primary a div,
.t__sls--pri a div {
  border-color: #BC6C15 !important;
}
.theme__sls--primary input,
.t__sls--pri input {
  border-color: #BC6C15;
}
.theme__sls--primary p,
.t__sls--pri p {
  color: #4a4a4a;
}
.theme__sls--primary .button,
.theme__sls--primary .btn,
.theme__sls--primary .btn__pill, .theme__sls--primary.button, .theme__sls--primary.btn, .theme__sls--primary.btn__pill,
.t__sls--pri .button,
.t__sls--pri .btn,
.t__sls--pri .btn__pill,
.t__sls--pri.button,
.t__sls--pri.btn,
.t__sls--pri.btn__pill {
  border-color: #BC6C15;
}
@media (hover: hover) {
  .theme__sls--primary .button:hover,
  .theme__sls--primary .btn:hover,
  .theme__sls--primary .btn__pill:hover, .theme__sls--primary.button:hover, .theme__sls--primary.btn:hover, .theme__sls--primary.btn__pill:hover,
  .t__sls--pri .button:hover,
  .t__sls--pri .btn:hover,
  .t__sls--pri .btn__pill:hover,
  .t__sls--pri.button:hover,
  .t__sls--pri.btn:hover,
  .t__sls--pri.btn__pill:hover {
    color: #ffffff;
    background: #BC6C15;
  }
  .theme__sls--primary .button:hover i,
  .theme__sls--primary .btn:hover i,
  .theme__sls--primary .btn__pill:hover i, .theme__sls--primary.button:hover i, .theme__sls--primary.btn:hover i, .theme__sls--primary.btn__pill:hover i,
  .t__sls--pri .button:hover i,
  .t__sls--pri .btn:hover i,
  .t__sls--pri .btn__pill:hover i,
  .t__sls--pri.button:hover i,
  .t__sls--pri.btn:hover i,
  .t__sls--pri.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__sls--primary .button__invert,
.theme__sls--primary .btn__invert,
.theme__sls--primary .btn__pill__invert, .theme__sls--primary.button__invert, .theme__sls--primary.btn__invert, .theme__sls--primary.btn__pill__invert,
.t__sls--pri .button__invert,
.t__sls--pri .btn__invert,
.t__sls--pri .btn__pill__invert,
.t__sls--pri.button__invert,
.t__sls--pri.btn__invert,
.t__sls--pri.btn__pill__invert {
  background-color: #BC6C15;
  color: #ffffff;
}
.theme__sls--primary .button__invert h4,
.theme__sls--primary .btn__invert h4,
.theme__sls--primary .btn__pill__invert h4, .theme__sls--primary.button__invert h4, .theme__sls--primary.btn__invert h4, .theme__sls--primary.btn__pill__invert h4,
.t__sls--pri .button__invert h4,
.t__sls--pri .btn__invert h4,
.t__sls--pri .btn__pill__invert h4,
.t__sls--pri.button__invert h4,
.t__sls--pri.btn__invert h4,
.t__sls--pri.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__sls--primary .button__invert:hover,
.theme__sls--primary .btn__invert:hover,
.theme__sls--primary .btn__pill__invert:hover, .theme__sls--primary.button__invert:hover, .theme__sls--primary.btn__invert:hover, .theme__sls--primary.btn__pill__invert:hover,
.t__sls--pri .button__invert:hover,
.t__sls--pri .btn__invert:hover,
.t__sls--pri .btn__pill__invert:hover,
.t__sls--pri.button__invert:hover,
.t__sls--pri.btn__invert:hover,
.t__sls--pri.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__sls--primary .button__invert:hover h4,
.theme__sls--primary .btn__invert:hover h4,
.theme__sls--primary .btn__pill__invert:hover h4, .theme__sls--primary.button__invert:hover h4, .theme__sls--primary.btn__invert:hover h4, .theme__sls--primary.btn__pill__invert:hover h4,
.t__sls--pri .button__invert:hover h4,
.t__sls--pri .btn__invert:hover h4,
.t__sls--pri .btn__pill__invert:hover h4,
.t__sls--pri.button__invert:hover h4,
.t__sls--pri.btn__invert:hover h4,
.t__sls--pri.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__sls--primary .button__invert--hover:hover,
.theme__sls--primary .btn__invert--hover:hover,
.theme__sls--primary .btn__pill__invert--hover:hover, .theme__sls--primary.button__invert--hover:hover, .theme__sls--primary.btn__invert--hover:hover, .theme__sls--primary.btn__pill__invert--hover:hover,
.t__sls--pri .button__invert--hover:hover,
.t__sls--pri .btn__invert--hover:hover,
.t__sls--pri .btn__pill__invert--hover:hover,
.t__sls--pri.button__invert--hover:hover,
.t__sls--pri.btn__invert--hover:hover,
.t__sls--pri.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__sls--primary .button__under,
.theme__sls--primary .btn__under,
.theme__sls--primary .btn__pill__under, .theme__sls--primary.button__under, .theme__sls--primary.btn__under, .theme__sls--primary.btn__pill__under,
.t__sls--pri .button__under,
.t__sls--pri .btn__under,
.t__sls--pri .btn__pill__under,
.t__sls--pri.button__under,
.t__sls--pri.btn__under,
.t__sls--pri.btn__pill__under {
  border-color: #BC6C15;
}
.theme__sls--primary .btn__large,
.t__sls--pri .btn__large {
  background-color: #BC6C15;
}
.theme__sls--primary .input__search,
.t__sls--pri .input__search {
  border-color: #BC6C15;
}
.theme__sls--primary .input__search i,
.t__sls--pri .input__search i {
  color: #4a4a4a;
}
.theme__sls--primary .input__search:hover i,
.t__sls--pri .input__search:hover i {
  color: #BC6C15;
}
.theme__sls--primary .component__foreground,
.t__sls--pri .component__foreground {
  color: #4a4a4a;
}
.theme__sls--primary.card,
.theme__sls--primary .card, .theme__sls--primary.card__with-image,
.theme__sls--primary .card__with-image,
.t__sls--pri.card,
.t__sls--pri .card,
.t__sls--pri.card__with-image,
.t__sls--pri .card__with-image {
  border-color: #BC6C15;
}
.theme__sls--primary.card__highlight,
.theme__sls--primary .card__highlight,
.theme__sls--primary .card__highlight--image,
.theme__sls--primary .card__highlight--final,
.t__sls--pri.card__highlight,
.t__sls--pri .card__highlight,
.t__sls--pri .card__highlight--image,
.t__sls--pri .card__highlight--final {
  background-color: #BC6C15;
  border-color: #BC6C15;
}
.theme__sls--primary.card__highlight--title,
.theme__sls--primary .card__highlight--title,
.theme__sls--primary .card__highlight--image,
.theme__sls--primary .card__highlight--final,
.t__sls--pri.card__highlight--title,
.t__sls--pri .card__highlight--title,
.t__sls--pri .card__highlight--image,
.t__sls--pri .card__highlight--final {
  color: #4a4a4a;
}
.theme__sls--primary .image-slider__selector--dot,
.t__sls--pri .image-slider__selector--dot {
  background-color: #BC6C15;
}
.theme__sls--primary .call-to-action__text h3,
.t__sls--pri .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__sls--primary .officer__block--title h5, .theme__sls--primary .officer__block--title h6,
.t__sls--pri .officer__block--title h5,
.t__sls--pri .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__sls--primary .block__statement--link,
.t__sls--pri .block__statement--link {
  color: #4a4a4a;
}
.theme__sls--primary .card__cutoff,
.t__sls--pri .card__cutoff {
  background: linear-gradient(#BC6C15, #BC6C15), linear-gradient(white, white);
}
.theme__sls--primary .card__cutoff p,
.t__sls--pri .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__sls--primary .card__cutoff:hover,
  .t__sls--pri .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__sls--primary .card__cutoff:hover p,
  .t__sls--pri .card__cutoff:hover p {
    color: #BC6C15;
  }
  .theme__sls--primary .card__cutoff:hover .card__cutoff--link,
  .t__sls--pri .card__cutoff:hover .card__cutoff--link {
    color: #BC6C15;
  }
  .theme__sls--primary .card__cutoff:hover .card__cutoff--text,
  .t__sls--pri .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__sls--primary .card__cutoff:hover .card__cutoff--text p,
  .t__sls--pri .card__cutoff:hover .card__cutoff--text p {
    color: #BC6C15;
  }
  .theme__sls--primary .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__sls--pri .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: #BC6C15;
  }
}
.theme__sls--primary .card__cutoff--link,
.t__sls--pri .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__sls--primary .card__cutoff--link:hover,
  .t__sls--pri .card__cutoff--link:hover {
    color: #BC6C15;
  }
  .theme__sls--primary .card__cutoff--link:hover--link,
  .t__sls--pri .card__cutoff--link:hover--link {
    color: #BC6C15;
  }
}
.theme__sls--primary .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__sls--pri .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: #BC6C15;
}
.theme__sls--primary .dropdown__toggle--title,
.t__sls--pri .dropdown__toggle--title {
  color: #BC6C15;
}
.theme__sls--primary .dropdown__toggle--icon i,
.t__sls--pri .dropdown__toggle--icon i {
  color: #BC6C15;
}
.theme__sls--primary .large_timer__countdown--item_large,
.t__sls--pri .large_timer__countdown--item_large {
  background-color: #BC6C15;
}
.theme__sls--primary .large_timer__countdown--item_medium,
.t__sls--pri .large_timer__countdown--item_medium {
  background-color: #BC6C15;
}
.theme__sls--primary .large_timer__countdown--item_small,
.t__sls--pri .large_timer__countdown--item_small {
  background-color: #BC6C15;
}
.theme__sls--primary .modalcontent,
.t__sls--pri .modalcontent {
  border-color: #BC6C15;
}
.theme__sls--primary .transparent__header,
.t__sls--pri .transparent__header {
  background: #BC6C15;
}
.theme__sls--primary .breadcrumb__slashes,
.t__sls--pri .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__sls--primary .the-list,
.t__sls--pri .the-list {
  background-color: #BC6C15;
}
.theme__sls--primary .the-list option,
.t__sls--pri .the-list option {
  border-color: #BC6C15 !important;
}
.theme__sls--primary .es-list::-webkit-scrollbar-thumb,
.t__sls--pri .es-list::-webkit-scrollbar-thumb {
  background: #BC6C15;
}
.theme__sls--primary .es-visible,
.t__sls--pri .es-visible {
  border-color: #BC6C15 !important;
}
.theme__sls--primary .ot-open,
.theme__sls--primary .ot-closed,
.t__sls--pri .ot-open,
.t__sls--pri .ot-closed {
  color: #BC6C15;
}
.theme__sls--primary .colour__foreground,
.t__sls--pri .colour__foreground {
  color: #BC6C15;
}
.theme__sls--primary h1.t__none,
.theme__sls--primary h1.theme__none,
.theme__sls--primary h2.t__none,
.theme__sls--primary h2.theme__none,
.theme__sls--primary h3.t__none,
.theme__sls--primary h3.theme__none,
.theme__sls--primary h4.t__none,
.theme__sls--primary h4.theme__none,
.theme__sls--primary h1.t__none--w-hov,
.theme__sls--primary h1.theme__none--with-hover,
.theme__sls--primary h2.t__none--w-hov,
.theme__sls--primary h2.theme__none--with-hover,
.theme__sls--primary h3.t__none--w-hov,
.theme__sls--primary h3.theme__none--with-hover,
.theme__sls--primary h4.t__none--w-hov,
.theme__sls--primary h4.theme__none--with-hover,
.t__sls--pri h1.t__none,
.t__sls--pri h1.theme__none,
.t__sls--pri h2.t__none,
.t__sls--pri h2.theme__none,
.t__sls--pri h3.t__none,
.t__sls--pri h3.theme__none,
.t__sls--pri h4.t__none,
.t__sls--pri h4.theme__none,
.t__sls--pri h1.t__none--w-hov,
.t__sls--pri h1.theme__none--with-hover,
.t__sls--pri h2.t__none--w-hov,
.t__sls--pri h2.theme__none--with-hover,
.t__sls--pri h3.t__none--w-hov,
.t__sls--pri h3.theme__none--with-hover,
.t__sls--pri h4.t__none--w-hov,
.t__sls--pri h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__sls--primary span.t__none,
.theme__sls--primary span.theme__none,
.t__sls--pri span.t__none,
.t__sls--pri span.theme__none {
  color: #4a4a4a;
}
.theme__sls--primary i.t__none,
.theme__sls--primary i.theme__none,
.t__sls--pri i.t__none,
.t__sls--pri i.theme__none {
  color: #4a4a4a;
}
.theme__sls--primary a.border__none,
.theme__sls--primary a.b__none,
.t__sls--pri a.border__none,
.t__sls--pri a.b__none {
  border: 0;
}
.theme__sls--primary a:hover h1.t__none,
.theme__sls--primary a:hover h1.theme__none,
.theme__sls--primary a:hover h2.t__none,
.theme__sls--primary a:hover h2.theme__none,
.theme__sls--primary a:hover h3.t__none,
.theme__sls--primary a:hover h3.theme__none,
.theme__sls--primary a:hover h4.t__none,
.theme__sls--primary a:hover h4.theme__none,
.t__sls--pri a:hover h1.t__none,
.t__sls--pri a:hover h1.theme__none,
.t__sls--pri a:hover h2.t__none,
.t__sls--pri a:hover h2.theme__none,
.t__sls--pri a:hover h3.t__none,
.t__sls--pri a:hover h3.theme__none,
.t__sls--pri a:hover h4.t__none,
.t__sls--pri a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__sls--primary a:hover h1.t__none--w-hov,
.theme__sls--primary a:hover h1.theme__none--with-hover,
.theme__sls--primary a:hover h2.t__none--w-hov,
.theme__sls--primary a:hover h2.theme__none--with-hover,
.theme__sls--primary a:hover h3.t__none--w-hov,
.theme__sls--primary a:hover h3.theme__none--with-hover,
.theme__sls--primary a:hover h4.t__none--w-hov,
.theme__sls--primary a:hover h4.theme__none--with-hover,
.t__sls--pri a:hover h1.t__none--w-hov,
.t__sls--pri a:hover h1.theme__none--with-hover,
.t__sls--pri a:hover h2.t__none--w-hov,
.t__sls--pri a:hover h2.theme__none--with-hover,
.t__sls--pri a:hover h3.t__none--w-hov,
.t__sls--pri a:hover h3.theme__none--with-hover,
.t__sls--pri a:hover h4.t__none--w-hov,
.t__sls--pri a:hover h4.theme__none--with-hover {
  color: #BC6C15;
}
.theme__sls--primary .dotted__line--small, .theme__sls--primary .dotted__line--medium, .theme__sls--primary .dotted__line--large, .theme__sls--primary .dotted__line--x-large, .theme__sls--primary .dotted__line--huge,
.t__sls--pri .dotted__line--small,
.t__sls--pri .dotted__line--medium,
.t__sls--pri .dotted__line--large,
.t__sls--pri .dotted__line--x-large,
.t__sls--pri .dotted__line--huge {
  border-image-source: url("https://fe3ca8e0a2f497a00e8a-853d39369c554c336474f22b1382bbe4.ssl.cf3.rackcdn.com/dotted_SLS.png");
}

.theme__sls--secondary h1, .theme__sls--secondary h2, .theme__sls--secondary h3, .theme__sls--secondary h4, .theme__sls--secondary h5, .theme__sls--secondary h6,
.t__sls--sec h1,
.t__sls--sec h2,
.t__sls--sec h3,
.t__sls--sec h4,
.t__sls--sec h5,
.t__sls--sec h6 {
  color: #BC6C15;
}
.theme__sls--secondary a,
.t__sls--sec a {
  color: #4a4a4a;
  border-color: #BC6C15;
  text-decoration: none;
}
.theme__sls--secondary a:hover,
.t__sls--sec a:hover {
  color: #BC6C15;
}
.theme__sls--secondary a:hover h1, .theme__sls--secondary a:hover h2, .theme__sls--secondary a:hover h3, .theme__sls--secondary a:hover h4, .theme__sls--secondary a:hover h5, .theme__sls--secondary a:hover h6,
.t__sls--sec a:hover h1,
.t__sls--sec a:hover h2,
.t__sls--sec a:hover h3,
.t__sls--sec a:hover h4,
.t__sls--sec a:hover h5,
.t__sls--sec a:hover h6 {
  color: #BC6C15;
}
.theme__sls--secondary a div,
.t__sls--sec a div {
  border-color: #BC6C15 !important;
}
.theme__sls--secondary input,
.t__sls--sec input {
  border-color: #BC6C15;
}
.theme__sls--secondary p,
.t__sls--sec p {
  color: #4a4a4a;
}
.theme__sls--secondary .button,
.theme__sls--secondary .btn,
.theme__sls--secondary .btn__pill, .theme__sls--secondary.button, .theme__sls--secondary.btn, .theme__sls--secondary.btn__pill,
.t__sls--sec .button,
.t__sls--sec .btn,
.t__sls--sec .btn__pill,
.t__sls--sec.button,
.t__sls--sec.btn,
.t__sls--sec.btn__pill {
  border-color: #BC6C15;
}
@media (hover: hover) {
  .theme__sls--secondary .button:hover,
  .theme__sls--secondary .btn:hover,
  .theme__sls--secondary .btn__pill:hover, .theme__sls--secondary.button:hover, .theme__sls--secondary.btn:hover, .theme__sls--secondary.btn__pill:hover,
  .t__sls--sec .button:hover,
  .t__sls--sec .btn:hover,
  .t__sls--sec .btn__pill:hover,
  .t__sls--sec.button:hover,
  .t__sls--sec.btn:hover,
  .t__sls--sec.btn__pill:hover {
    color: #ffffff;
    background: #BC6C15;
  }
  .theme__sls--secondary .button:hover i,
  .theme__sls--secondary .btn:hover i,
  .theme__sls--secondary .btn__pill:hover i, .theme__sls--secondary.button:hover i, .theme__sls--secondary.btn:hover i, .theme__sls--secondary.btn__pill:hover i,
  .t__sls--sec .button:hover i,
  .t__sls--sec .btn:hover i,
  .t__sls--sec .btn__pill:hover i,
  .t__sls--sec.button:hover i,
  .t__sls--sec.btn:hover i,
  .t__sls--sec.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__sls--secondary .button__invert,
.theme__sls--secondary .btn__invert,
.theme__sls--secondary .btn__pill__invert, .theme__sls--secondary.button__invert, .theme__sls--secondary.btn__invert, .theme__sls--secondary.btn__pill__invert,
.t__sls--sec .button__invert,
.t__sls--sec .btn__invert,
.t__sls--sec .btn__pill__invert,
.t__sls--sec.button__invert,
.t__sls--sec.btn__invert,
.t__sls--sec.btn__pill__invert {
  background-color: #BC6C15;
  color: #ffffff;
}
.theme__sls--secondary .button__invert h4,
.theme__sls--secondary .btn__invert h4,
.theme__sls--secondary .btn__pill__invert h4, .theme__sls--secondary.button__invert h4, .theme__sls--secondary.btn__invert h4, .theme__sls--secondary.btn__pill__invert h4,
.t__sls--sec .button__invert h4,
.t__sls--sec .btn__invert h4,
.t__sls--sec .btn__pill__invert h4,
.t__sls--sec.button__invert h4,
.t__sls--sec.btn__invert h4,
.t__sls--sec.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__sls--secondary .button__invert:hover,
.theme__sls--secondary .btn__invert:hover,
.theme__sls--secondary .btn__pill__invert:hover, .theme__sls--secondary.button__invert:hover, .theme__sls--secondary.btn__invert:hover, .theme__sls--secondary.btn__pill__invert:hover,
.t__sls--sec .button__invert:hover,
.t__sls--sec .btn__invert:hover,
.t__sls--sec .btn__pill__invert:hover,
.t__sls--sec.button__invert:hover,
.t__sls--sec.btn__invert:hover,
.t__sls--sec.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__sls--secondary .button__invert:hover h4,
.theme__sls--secondary .btn__invert:hover h4,
.theme__sls--secondary .btn__pill__invert:hover h4, .theme__sls--secondary.button__invert:hover h4, .theme__sls--secondary.btn__invert:hover h4, .theme__sls--secondary.btn__pill__invert:hover h4,
.t__sls--sec .button__invert:hover h4,
.t__sls--sec .btn__invert:hover h4,
.t__sls--sec .btn__pill__invert:hover h4,
.t__sls--sec.button__invert:hover h4,
.t__sls--sec.btn__invert:hover h4,
.t__sls--sec.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__sls--secondary .button__invert--hover:hover,
.theme__sls--secondary .btn__invert--hover:hover,
.theme__sls--secondary .btn__pill__invert--hover:hover, .theme__sls--secondary.button__invert--hover:hover, .theme__sls--secondary.btn__invert--hover:hover, .theme__sls--secondary.btn__pill__invert--hover:hover,
.t__sls--sec .button__invert--hover:hover,
.t__sls--sec .btn__invert--hover:hover,
.t__sls--sec .btn__pill__invert--hover:hover,
.t__sls--sec.button__invert--hover:hover,
.t__sls--sec.btn__invert--hover:hover,
.t__sls--sec.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__sls--secondary .button__under,
.theme__sls--secondary .btn__under,
.theme__sls--secondary .btn__pill__under, .theme__sls--secondary.button__under, .theme__sls--secondary.btn__under, .theme__sls--secondary.btn__pill__under,
.t__sls--sec .button__under,
.t__sls--sec .btn__under,
.t__sls--sec .btn__pill__under,
.t__sls--sec.button__under,
.t__sls--sec.btn__under,
.t__sls--sec.btn__pill__under {
  border-color: #BC6C15;
}
.theme__sls--secondary .btn__large,
.t__sls--sec .btn__large {
  background-color: #BC6C15;
}
.theme__sls--secondary .input__search,
.t__sls--sec .input__search {
  border-color: #BC6C15;
}
.theme__sls--secondary .input__search i,
.t__sls--sec .input__search i {
  color: #4a4a4a;
}
.theme__sls--secondary .input__search:hover i,
.t__sls--sec .input__search:hover i {
  color: #BC6C15;
}
.theme__sls--secondary .component__foreground,
.t__sls--sec .component__foreground {
  color: #4a4a4a;
}
.theme__sls--secondary.card,
.theme__sls--secondary .card, .theme__sls--secondary.card__with-image,
.theme__sls--secondary .card__with-image,
.t__sls--sec.card,
.t__sls--sec .card,
.t__sls--sec.card__with-image,
.t__sls--sec .card__with-image {
  border-color: #BC6C15;
}
.theme__sls--secondary.card__highlight,
.theme__sls--secondary .card__highlight,
.theme__sls--secondary .card__highlight--image,
.theme__sls--secondary .card__highlight--final,
.t__sls--sec.card__highlight,
.t__sls--sec .card__highlight,
.t__sls--sec .card__highlight--image,
.t__sls--sec .card__highlight--final {
  background-color: #BC6C15;
  border-color: #BC6C15;
}
.theme__sls--secondary.card__highlight--title,
.theme__sls--secondary .card__highlight--title,
.theme__sls--secondary .card__highlight--image,
.theme__sls--secondary .card__highlight--final,
.t__sls--sec.card__highlight--title,
.t__sls--sec .card__highlight--title,
.t__sls--sec .card__highlight--image,
.t__sls--sec .card__highlight--final {
  color: #4a4a4a;
}
.theme__sls--secondary .image-slider__selector--dot,
.t__sls--sec .image-slider__selector--dot {
  background-color: #BC6C15;
}
.theme__sls--secondary .call-to-action__text h3,
.t__sls--sec .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__sls--secondary .officer__block--title h5, .theme__sls--secondary .officer__block--title h6,
.t__sls--sec .officer__block--title h5,
.t__sls--sec .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__sls--secondary .block__statement--link,
.t__sls--sec .block__statement--link {
  color: #4a4a4a;
}
.theme__sls--secondary .card__cutoff,
.t__sls--sec .card__cutoff {
  background: linear-gradient(#BC6C15, #BC6C15), linear-gradient(white, white);
}
.theme__sls--secondary .card__cutoff p,
.t__sls--sec .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__sls--secondary .card__cutoff:hover,
  .t__sls--sec .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__sls--secondary .card__cutoff:hover p,
  .t__sls--sec .card__cutoff:hover p {
    color: #BC6C15;
  }
  .theme__sls--secondary .card__cutoff:hover .card__cutoff--link,
  .t__sls--sec .card__cutoff:hover .card__cutoff--link {
    color: #BC6C15;
  }
  .theme__sls--secondary .card__cutoff:hover .card__cutoff--text,
  .t__sls--sec .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__sls--secondary .card__cutoff:hover .card__cutoff--text p,
  .t__sls--sec .card__cutoff:hover .card__cutoff--text p {
    color: #BC6C15;
  }
  .theme__sls--secondary .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__sls--sec .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: #BC6C15;
  }
}
.theme__sls--secondary .card__cutoff--link,
.t__sls--sec .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__sls--secondary .card__cutoff--link:hover,
  .t__sls--sec .card__cutoff--link:hover {
    color: #BC6C15;
  }
  .theme__sls--secondary .card__cutoff--link:hover--link,
  .t__sls--sec .card__cutoff--link:hover--link {
    color: #BC6C15;
  }
}
.theme__sls--secondary .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__sls--sec .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: #BC6C15;
}
.theme__sls--secondary .dropdown__toggle--title,
.t__sls--sec .dropdown__toggle--title {
  color: #BC6C15;
}
.theme__sls--secondary .dropdown__toggle--icon i,
.t__sls--sec .dropdown__toggle--icon i {
  color: #BC6C15;
}
.theme__sls--secondary .large_timer__countdown--item_large,
.t__sls--sec .large_timer__countdown--item_large {
  background-color: #BC6C15;
}
.theme__sls--secondary .large_timer__countdown--item_medium,
.t__sls--sec .large_timer__countdown--item_medium {
  background-color: #BC6C15;
}
.theme__sls--secondary .large_timer__countdown--item_small,
.t__sls--sec .large_timer__countdown--item_small {
  background-color: #BC6C15;
}
.theme__sls--secondary .modalcontent,
.t__sls--sec .modalcontent {
  border-color: #BC6C15;
}
.theme__sls--secondary .transparent__header,
.t__sls--sec .transparent__header {
  background: #BC6C15;
}
.theme__sls--secondary .breadcrumb__slashes,
.t__sls--sec .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__sls--secondary .the-list,
.t__sls--sec .the-list {
  background-color: #BC6C15;
}
.theme__sls--secondary .the-list option,
.t__sls--sec .the-list option {
  border-color: #BC6C15 !important;
}
.theme__sls--secondary .es-list::-webkit-scrollbar-thumb,
.t__sls--sec .es-list::-webkit-scrollbar-thumb {
  background: #BC6C15;
}
.theme__sls--secondary .es-visible,
.t__sls--sec .es-visible {
  border-color: #BC6C15 !important;
}
.theme__sls--secondary .ot-open,
.theme__sls--secondary .ot-closed,
.t__sls--sec .ot-open,
.t__sls--sec .ot-closed {
  color: #BC6C15;
}
.theme__sls--secondary .colour__foreground,
.t__sls--sec .colour__foreground {
  color: #BC6C15;
}
.theme__sls--secondary h1.t__none,
.theme__sls--secondary h1.theme__none,
.theme__sls--secondary h2.t__none,
.theme__sls--secondary h2.theme__none,
.theme__sls--secondary h3.t__none,
.theme__sls--secondary h3.theme__none,
.theme__sls--secondary h4.t__none,
.theme__sls--secondary h4.theme__none,
.theme__sls--secondary h1.t__none--w-hov,
.theme__sls--secondary h1.theme__none--with-hover,
.theme__sls--secondary h2.t__none--w-hov,
.theme__sls--secondary h2.theme__none--with-hover,
.theme__sls--secondary h3.t__none--w-hov,
.theme__sls--secondary h3.theme__none--with-hover,
.theme__sls--secondary h4.t__none--w-hov,
.theme__sls--secondary h4.theme__none--with-hover,
.t__sls--sec h1.t__none,
.t__sls--sec h1.theme__none,
.t__sls--sec h2.t__none,
.t__sls--sec h2.theme__none,
.t__sls--sec h3.t__none,
.t__sls--sec h3.theme__none,
.t__sls--sec h4.t__none,
.t__sls--sec h4.theme__none,
.t__sls--sec h1.t__none--w-hov,
.t__sls--sec h1.theme__none--with-hover,
.t__sls--sec h2.t__none--w-hov,
.t__sls--sec h2.theme__none--with-hover,
.t__sls--sec h3.t__none--w-hov,
.t__sls--sec h3.theme__none--with-hover,
.t__sls--sec h4.t__none--w-hov,
.t__sls--sec h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__sls--secondary span.t__none,
.theme__sls--secondary span.theme__none,
.t__sls--sec span.t__none,
.t__sls--sec span.theme__none {
  color: #4a4a4a;
}
.theme__sls--secondary i.t__none,
.theme__sls--secondary i.theme__none,
.t__sls--sec i.t__none,
.t__sls--sec i.theme__none {
  color: #4a4a4a;
}
.theme__sls--secondary a.border__none,
.theme__sls--secondary a.b__none,
.t__sls--sec a.border__none,
.t__sls--sec a.b__none {
  border: 0;
}
.theme__sls--secondary a:hover h1.t__none,
.theme__sls--secondary a:hover h1.theme__none,
.theme__sls--secondary a:hover h2.t__none,
.theme__sls--secondary a:hover h2.theme__none,
.theme__sls--secondary a:hover h3.t__none,
.theme__sls--secondary a:hover h3.theme__none,
.theme__sls--secondary a:hover h4.t__none,
.theme__sls--secondary a:hover h4.theme__none,
.t__sls--sec a:hover h1.t__none,
.t__sls--sec a:hover h1.theme__none,
.t__sls--sec a:hover h2.t__none,
.t__sls--sec a:hover h2.theme__none,
.t__sls--sec a:hover h3.t__none,
.t__sls--sec a:hover h3.theme__none,
.t__sls--sec a:hover h4.t__none,
.t__sls--sec a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__sls--secondary a:hover h1.t__none--w-hov,
.theme__sls--secondary a:hover h1.theme__none--with-hover,
.theme__sls--secondary a:hover h2.t__none--w-hov,
.theme__sls--secondary a:hover h2.theme__none--with-hover,
.theme__sls--secondary a:hover h3.t__none--w-hov,
.theme__sls--secondary a:hover h3.theme__none--with-hover,
.theme__sls--secondary a:hover h4.t__none--w-hov,
.theme__sls--secondary a:hover h4.theme__none--with-hover,
.t__sls--sec a:hover h1.t__none--w-hov,
.t__sls--sec a:hover h1.theme__none--with-hover,
.t__sls--sec a:hover h2.t__none--w-hov,
.t__sls--sec a:hover h2.theme__none--with-hover,
.t__sls--sec a:hover h3.t__none--w-hov,
.t__sls--sec a:hover h3.theme__none--with-hover,
.t__sls--sec a:hover h4.t__none--w-hov,
.t__sls--sec a:hover h4.theme__none--with-hover {
  color: #BC6C15;
}

.theme__sls--pastel h1, .theme__sls--pastel h2, .theme__sls--pastel h3, .theme__sls--pastel h4, .theme__sls--pastel h5, .theme__sls--pastel h6,
.t__sls--pas h1,
.t__sls--pas h2,
.t__sls--pas h3,
.t__sls--pas h4,
.t__sls--pas h5,
.t__sls--pas h6 {
  color: #FF9628;
}
.theme__sls--pastel a,
.t__sls--pas a {
  color: #4a4a4a;
  border-color: #FF9628;
  text-decoration: none;
}
.theme__sls--pastel a:hover,
.t__sls--pas a:hover {
  color: #FF9628;
}
.theme__sls--pastel a:hover h1, .theme__sls--pastel a:hover h2, .theme__sls--pastel a:hover h3, .theme__sls--pastel a:hover h4, .theme__sls--pastel a:hover h5, .theme__sls--pastel a:hover h6,
.t__sls--pas a:hover h1,
.t__sls--pas a:hover h2,
.t__sls--pas a:hover h3,
.t__sls--pas a:hover h4,
.t__sls--pas a:hover h5,
.t__sls--pas a:hover h6 {
  color: #FF9628;
}
.theme__sls--pastel a div,
.t__sls--pas a div {
  border-color: #FF9628 !important;
}
.theme__sls--pastel input,
.t__sls--pas input {
  border-color: #FF9628;
}
.theme__sls--pastel p,
.t__sls--pas p {
  color: #4a4a4a;
}
.theme__sls--pastel .button,
.theme__sls--pastel .btn,
.theme__sls--pastel .btn__pill, .theme__sls--pastel.button, .theme__sls--pastel.btn, .theme__sls--pastel.btn__pill,
.t__sls--pas .button,
.t__sls--pas .btn,
.t__sls--pas .btn__pill,
.t__sls--pas.button,
.t__sls--pas.btn,
.t__sls--pas.btn__pill {
  border-color: #FF9628;
}
@media (hover: hover) {
  .theme__sls--pastel .button:hover,
  .theme__sls--pastel .btn:hover,
  .theme__sls--pastel .btn__pill:hover, .theme__sls--pastel.button:hover, .theme__sls--pastel.btn:hover, .theme__sls--pastel.btn__pill:hover,
  .t__sls--pas .button:hover,
  .t__sls--pas .btn:hover,
  .t__sls--pas .btn__pill:hover,
  .t__sls--pas.button:hover,
  .t__sls--pas.btn:hover,
  .t__sls--pas.btn__pill:hover {
    color: #ffffff;
    background: #FF9628;
  }
  .theme__sls--pastel .button:hover i,
  .theme__sls--pastel .btn:hover i,
  .theme__sls--pastel .btn__pill:hover i, .theme__sls--pastel.button:hover i, .theme__sls--pastel.btn:hover i, .theme__sls--pastel.btn__pill:hover i,
  .t__sls--pas .button:hover i,
  .t__sls--pas .btn:hover i,
  .t__sls--pas .btn__pill:hover i,
  .t__sls--pas.button:hover i,
  .t__sls--pas.btn:hover i,
  .t__sls--pas.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__sls--pastel .button__invert,
.theme__sls--pastel .btn__invert,
.theme__sls--pastel .btn__pill__invert, .theme__sls--pastel.button__invert, .theme__sls--pastel.btn__invert, .theme__sls--pastel.btn__pill__invert,
.t__sls--pas .button__invert,
.t__sls--pas .btn__invert,
.t__sls--pas .btn__pill__invert,
.t__sls--pas.button__invert,
.t__sls--pas.btn__invert,
.t__sls--pas.btn__pill__invert {
  background-color: #FF9628;
  color: #ffffff;
}
.theme__sls--pastel .button__invert h4,
.theme__sls--pastel .btn__invert h4,
.theme__sls--pastel .btn__pill__invert h4, .theme__sls--pastel.button__invert h4, .theme__sls--pastel.btn__invert h4, .theme__sls--pastel.btn__pill__invert h4,
.t__sls--pas .button__invert h4,
.t__sls--pas .btn__invert h4,
.t__sls--pas .btn__pill__invert h4,
.t__sls--pas.button__invert h4,
.t__sls--pas.btn__invert h4,
.t__sls--pas.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__sls--pastel .button__invert:hover,
.theme__sls--pastel .btn__invert:hover,
.theme__sls--pastel .btn__pill__invert:hover, .theme__sls--pastel.button__invert:hover, .theme__sls--pastel.btn__invert:hover, .theme__sls--pastel.btn__pill__invert:hover,
.t__sls--pas .button__invert:hover,
.t__sls--pas .btn__invert:hover,
.t__sls--pas .btn__pill__invert:hover,
.t__sls--pas.button__invert:hover,
.t__sls--pas.btn__invert:hover,
.t__sls--pas.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__sls--pastel .button__invert:hover h4,
.theme__sls--pastel .btn__invert:hover h4,
.theme__sls--pastel .btn__pill__invert:hover h4, .theme__sls--pastel.button__invert:hover h4, .theme__sls--pastel.btn__invert:hover h4, .theme__sls--pastel.btn__pill__invert:hover h4,
.t__sls--pas .button__invert:hover h4,
.t__sls--pas .btn__invert:hover h4,
.t__sls--pas .btn__pill__invert:hover h4,
.t__sls--pas.button__invert:hover h4,
.t__sls--pas.btn__invert:hover h4,
.t__sls--pas.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__sls--pastel .button__invert--hover:hover,
.theme__sls--pastel .btn__invert--hover:hover,
.theme__sls--pastel .btn__pill__invert--hover:hover, .theme__sls--pastel.button__invert--hover:hover, .theme__sls--pastel.btn__invert--hover:hover, .theme__sls--pastel.btn__pill__invert--hover:hover,
.t__sls--pas .button__invert--hover:hover,
.t__sls--pas .btn__invert--hover:hover,
.t__sls--pas .btn__pill__invert--hover:hover,
.t__sls--pas.button__invert--hover:hover,
.t__sls--pas.btn__invert--hover:hover,
.t__sls--pas.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__sls--pastel .button__under,
.theme__sls--pastel .btn__under,
.theme__sls--pastel .btn__pill__under, .theme__sls--pastel.button__under, .theme__sls--pastel.btn__under, .theme__sls--pastel.btn__pill__under,
.t__sls--pas .button__under,
.t__sls--pas .btn__under,
.t__sls--pas .btn__pill__under,
.t__sls--pas.button__under,
.t__sls--pas.btn__under,
.t__sls--pas.btn__pill__under {
  border-color: #FF9628;
}
.theme__sls--pastel .btn__large,
.t__sls--pas .btn__large {
  background-color: #FF9628;
}
.theme__sls--pastel .input__search,
.t__sls--pas .input__search {
  border-color: #FF9628;
}
.theme__sls--pastel .input__search i,
.t__sls--pas .input__search i {
  color: #4a4a4a;
}
.theme__sls--pastel .input__search:hover i,
.t__sls--pas .input__search:hover i {
  color: #FF9628;
}
.theme__sls--pastel .component__foreground,
.t__sls--pas .component__foreground {
  color: #4a4a4a;
}
.theme__sls--pastel.card,
.theme__sls--pastel .card, .theme__sls--pastel.card__with-image,
.theme__sls--pastel .card__with-image,
.t__sls--pas.card,
.t__sls--pas .card,
.t__sls--pas.card__with-image,
.t__sls--pas .card__with-image {
  border-color: #FF9628;
}
.theme__sls--pastel.card__highlight,
.theme__sls--pastel .card__highlight,
.theme__sls--pastel .card__highlight--image,
.theme__sls--pastel .card__highlight--final,
.t__sls--pas.card__highlight,
.t__sls--pas .card__highlight,
.t__sls--pas .card__highlight--image,
.t__sls--pas .card__highlight--final {
  background-color: #FF9628;
  border-color: #FF9628;
}
.theme__sls--pastel.card__highlight--title,
.theme__sls--pastel .card__highlight--title,
.theme__sls--pastel .card__highlight--image,
.theme__sls--pastel .card__highlight--final,
.t__sls--pas.card__highlight--title,
.t__sls--pas .card__highlight--title,
.t__sls--pas .card__highlight--image,
.t__sls--pas .card__highlight--final {
  color: #4a4a4a;
}
.theme__sls--pastel .image-slider__selector--dot,
.t__sls--pas .image-slider__selector--dot {
  background-color: #FF9628;
}
.theme__sls--pastel .call-to-action__text h3,
.t__sls--pas .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__sls--pastel .officer__block--title h5, .theme__sls--pastel .officer__block--title h6,
.t__sls--pas .officer__block--title h5,
.t__sls--pas .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__sls--pastel .block__statement--link,
.t__sls--pas .block__statement--link {
  color: #4a4a4a;
}
.theme__sls--pastel .card__cutoff,
.t__sls--pas .card__cutoff {
  background: linear-gradient(#FF9628, #FF9628), linear-gradient(white, white);
}
.theme__sls--pastel .card__cutoff p,
.t__sls--pas .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__sls--pastel .card__cutoff:hover,
  .t__sls--pas .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__sls--pastel .card__cutoff:hover p,
  .t__sls--pas .card__cutoff:hover p {
    color: #FF9628;
  }
  .theme__sls--pastel .card__cutoff:hover .card__cutoff--link,
  .t__sls--pas .card__cutoff:hover .card__cutoff--link {
    color: #FF9628;
  }
  .theme__sls--pastel .card__cutoff:hover .card__cutoff--text,
  .t__sls--pas .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__sls--pastel .card__cutoff:hover .card__cutoff--text p,
  .t__sls--pas .card__cutoff:hover .card__cutoff--text p {
    color: #FF9628;
  }
  .theme__sls--pastel .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__sls--pas .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: #FF9628;
  }
}
.theme__sls--pastel .card__cutoff--link,
.t__sls--pas .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__sls--pastel .card__cutoff--link:hover,
  .t__sls--pas .card__cutoff--link:hover {
    color: #FF9628;
  }
  .theme__sls--pastel .card__cutoff--link:hover--link,
  .t__sls--pas .card__cutoff--link:hover--link {
    color: #FF9628;
  }
}
.theme__sls--pastel .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__sls--pas .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: #FF9628;
}
.theme__sls--pastel .dropdown__toggle--title,
.t__sls--pas .dropdown__toggle--title {
  color: #FF9628;
}
.theme__sls--pastel .dropdown__toggle--icon i,
.t__sls--pas .dropdown__toggle--icon i {
  color: #FF9628;
}
.theme__sls--pastel .large_timer__countdown--item_large,
.t__sls--pas .large_timer__countdown--item_large {
  background-color: #FF9628;
}
.theme__sls--pastel .large_timer__countdown--item_medium,
.t__sls--pas .large_timer__countdown--item_medium {
  background-color: #FF9628;
}
.theme__sls--pastel .large_timer__countdown--item_small,
.t__sls--pas .large_timer__countdown--item_small {
  background-color: #FF9628;
}
.theme__sls--pastel .modalcontent,
.t__sls--pas .modalcontent {
  border-color: #FF9628;
}
.theme__sls--pastel .transparent__header,
.t__sls--pas .transparent__header {
  background: #FF9628;
}
.theme__sls--pastel .breadcrumb__slashes,
.t__sls--pas .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__sls--pastel .the-list,
.t__sls--pas .the-list {
  background-color: #FF9628;
}
.theme__sls--pastel .the-list option,
.t__sls--pas .the-list option {
  border-color: #FF9628 !important;
}
.theme__sls--pastel .es-list::-webkit-scrollbar-thumb,
.t__sls--pas .es-list::-webkit-scrollbar-thumb {
  background: #FF9628;
}
.theme__sls--pastel .es-visible,
.t__sls--pas .es-visible {
  border-color: #FF9628 !important;
}
.theme__sls--pastel .ot-open,
.theme__sls--pastel .ot-closed,
.t__sls--pas .ot-open,
.t__sls--pas .ot-closed {
  color: #FF9628;
}
.theme__sls--pastel .colour__foreground,
.t__sls--pas .colour__foreground {
  color: #FF9628;
}
.theme__sls--pastel h1.t__none,
.theme__sls--pastel h1.theme__none,
.theme__sls--pastel h2.t__none,
.theme__sls--pastel h2.theme__none,
.theme__sls--pastel h3.t__none,
.theme__sls--pastel h3.theme__none,
.theme__sls--pastel h4.t__none,
.theme__sls--pastel h4.theme__none,
.theme__sls--pastel h1.t__none--w-hov,
.theme__sls--pastel h1.theme__none--with-hover,
.theme__sls--pastel h2.t__none--w-hov,
.theme__sls--pastel h2.theme__none--with-hover,
.theme__sls--pastel h3.t__none--w-hov,
.theme__sls--pastel h3.theme__none--with-hover,
.theme__sls--pastel h4.t__none--w-hov,
.theme__sls--pastel h4.theme__none--with-hover,
.t__sls--pas h1.t__none,
.t__sls--pas h1.theme__none,
.t__sls--pas h2.t__none,
.t__sls--pas h2.theme__none,
.t__sls--pas h3.t__none,
.t__sls--pas h3.theme__none,
.t__sls--pas h4.t__none,
.t__sls--pas h4.theme__none,
.t__sls--pas h1.t__none--w-hov,
.t__sls--pas h1.theme__none--with-hover,
.t__sls--pas h2.t__none--w-hov,
.t__sls--pas h2.theme__none--with-hover,
.t__sls--pas h3.t__none--w-hov,
.t__sls--pas h3.theme__none--with-hover,
.t__sls--pas h4.t__none--w-hov,
.t__sls--pas h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__sls--pastel span.t__none,
.theme__sls--pastel span.theme__none,
.t__sls--pas span.t__none,
.t__sls--pas span.theme__none {
  color: #4a4a4a;
}
.theme__sls--pastel i.t__none,
.theme__sls--pastel i.theme__none,
.t__sls--pas i.t__none,
.t__sls--pas i.theme__none {
  color: #4a4a4a;
}
.theme__sls--pastel a.border__none,
.theme__sls--pastel a.b__none,
.t__sls--pas a.border__none,
.t__sls--pas a.b__none {
  border: 0;
}
.theme__sls--pastel a:hover h1.t__none,
.theme__sls--pastel a:hover h1.theme__none,
.theme__sls--pastel a:hover h2.t__none,
.theme__sls--pastel a:hover h2.theme__none,
.theme__sls--pastel a:hover h3.t__none,
.theme__sls--pastel a:hover h3.theme__none,
.theme__sls--pastel a:hover h4.t__none,
.theme__sls--pastel a:hover h4.theme__none,
.t__sls--pas a:hover h1.t__none,
.t__sls--pas a:hover h1.theme__none,
.t__sls--pas a:hover h2.t__none,
.t__sls--pas a:hover h2.theme__none,
.t__sls--pas a:hover h3.t__none,
.t__sls--pas a:hover h3.theme__none,
.t__sls--pas a:hover h4.t__none,
.t__sls--pas a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__sls--pastel a:hover h1.t__none--w-hov,
.theme__sls--pastel a:hover h1.theme__none--with-hover,
.theme__sls--pastel a:hover h2.t__none--w-hov,
.theme__sls--pastel a:hover h2.theme__none--with-hover,
.theme__sls--pastel a:hover h3.t__none--w-hov,
.theme__sls--pastel a:hover h3.theme__none--with-hover,
.theme__sls--pastel a:hover h4.t__none--w-hov,
.theme__sls--pastel a:hover h4.theme__none--with-hover,
.t__sls--pas a:hover h1.t__none--w-hov,
.t__sls--pas a:hover h1.theme__none--with-hover,
.t__sls--pas a:hover h2.t__none--w-hov,
.t__sls--pas a:hover h2.theme__none--with-hover,
.t__sls--pas a:hover h3.t__none--w-hov,
.t__sls--pas a:hover h3.theme__none--with-hover,
.t__sls--pas a:hover h4.t__none--w-hov,
.t__sls--pas a:hover h4.theme__none--with-hover {
  color: #FF9628;
}

.theme__sls--background-primary,
.t__sls--bg-pri {
  background-color: #BC6C15;
}

.theme__sls--background-secondary,
.t__sls--bg-sec {
  background-color: #BC6C15;
}

.theme__sls--background-pastel,
.t__sls--bg-pas {
  background-color: #FF9628;
}

.theme__rtv--primary h1, .theme__rtv--primary h2, .theme__rtv--primary h3, .theme__rtv--primary h4, .theme__rtv--primary h5, .theme__rtv--primary h6,
.t__rtv--pri h1,
.t__rtv--pri h2,
.t__rtv--pri h3,
.t__rtv--pri h4,
.t__rtv--pri h5,
.t__rtv--pri h6 {
  color: #5ebba2;
}
.theme__rtv--primary a,
.t__rtv--pri a {
  color: #4a4a4a;
  border-color: #5ebba2;
  text-decoration: none;
}
.theme__rtv--primary a:hover,
.t__rtv--pri a:hover {
  color: #5ebba2;
}
.theme__rtv--primary a:hover h1, .theme__rtv--primary a:hover h2, .theme__rtv--primary a:hover h3, .theme__rtv--primary a:hover h4, .theme__rtv--primary a:hover h5, .theme__rtv--primary a:hover h6,
.t__rtv--pri a:hover h1,
.t__rtv--pri a:hover h2,
.t__rtv--pri a:hover h3,
.t__rtv--pri a:hover h4,
.t__rtv--pri a:hover h5,
.t__rtv--pri a:hover h6 {
  color: #5ebba2;
}
.theme__rtv--primary a div,
.t__rtv--pri a div {
  border-color: #5ebba2 !important;
}
.theme__rtv--primary input,
.t__rtv--pri input {
  border-color: #5ebba2;
}
.theme__rtv--primary p,
.t__rtv--pri p {
  color: #4a4a4a;
}
.theme__rtv--primary .button,
.theme__rtv--primary .btn,
.theme__rtv--primary .btn__pill, .theme__rtv--primary.button, .theme__rtv--primary.btn, .theme__rtv--primary.btn__pill,
.t__rtv--pri .button,
.t__rtv--pri .btn,
.t__rtv--pri .btn__pill,
.t__rtv--pri.button,
.t__rtv--pri.btn,
.t__rtv--pri.btn__pill {
  border-color: #5ebba2;
}
@media (hover: hover) {
  .theme__rtv--primary .button:hover,
  .theme__rtv--primary .btn:hover,
  .theme__rtv--primary .btn__pill:hover, .theme__rtv--primary.button:hover, .theme__rtv--primary.btn:hover, .theme__rtv--primary.btn__pill:hover,
  .t__rtv--pri .button:hover,
  .t__rtv--pri .btn:hover,
  .t__rtv--pri .btn__pill:hover,
  .t__rtv--pri.button:hover,
  .t__rtv--pri.btn:hover,
  .t__rtv--pri.btn__pill:hover {
    color: #ffffff;
    background: #5ebba2;
  }
  .theme__rtv--primary .button:hover i,
  .theme__rtv--primary .btn:hover i,
  .theme__rtv--primary .btn__pill:hover i, .theme__rtv--primary.button:hover i, .theme__rtv--primary.btn:hover i, .theme__rtv--primary.btn__pill:hover i,
  .t__rtv--pri .button:hover i,
  .t__rtv--pri .btn:hover i,
  .t__rtv--pri .btn__pill:hover i,
  .t__rtv--pri.button:hover i,
  .t__rtv--pri.btn:hover i,
  .t__rtv--pri.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__rtv--primary .button__invert,
.theme__rtv--primary .btn__invert,
.theme__rtv--primary .btn__pill__invert, .theme__rtv--primary.button__invert, .theme__rtv--primary.btn__invert, .theme__rtv--primary.btn__pill__invert,
.t__rtv--pri .button__invert,
.t__rtv--pri .btn__invert,
.t__rtv--pri .btn__pill__invert,
.t__rtv--pri.button__invert,
.t__rtv--pri.btn__invert,
.t__rtv--pri.btn__pill__invert {
  background-color: #5ebba2;
  color: #ffffff;
}
.theme__rtv--primary .button__invert h4,
.theme__rtv--primary .btn__invert h4,
.theme__rtv--primary .btn__pill__invert h4, .theme__rtv--primary.button__invert h4, .theme__rtv--primary.btn__invert h4, .theme__rtv--primary.btn__pill__invert h4,
.t__rtv--pri .button__invert h4,
.t__rtv--pri .btn__invert h4,
.t__rtv--pri .btn__pill__invert h4,
.t__rtv--pri.button__invert h4,
.t__rtv--pri.btn__invert h4,
.t__rtv--pri.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__rtv--primary .button__invert:hover,
.theme__rtv--primary .btn__invert:hover,
.theme__rtv--primary .btn__pill__invert:hover, .theme__rtv--primary.button__invert:hover, .theme__rtv--primary.btn__invert:hover, .theme__rtv--primary.btn__pill__invert:hover,
.t__rtv--pri .button__invert:hover,
.t__rtv--pri .btn__invert:hover,
.t__rtv--pri .btn__pill__invert:hover,
.t__rtv--pri.button__invert:hover,
.t__rtv--pri.btn__invert:hover,
.t__rtv--pri.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__rtv--primary .button__invert:hover h4,
.theme__rtv--primary .btn__invert:hover h4,
.theme__rtv--primary .btn__pill__invert:hover h4, .theme__rtv--primary.button__invert:hover h4, .theme__rtv--primary.btn__invert:hover h4, .theme__rtv--primary.btn__pill__invert:hover h4,
.t__rtv--pri .button__invert:hover h4,
.t__rtv--pri .btn__invert:hover h4,
.t__rtv--pri .btn__pill__invert:hover h4,
.t__rtv--pri.button__invert:hover h4,
.t__rtv--pri.btn__invert:hover h4,
.t__rtv--pri.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__rtv--primary .button__invert--hover:hover,
.theme__rtv--primary .btn__invert--hover:hover,
.theme__rtv--primary .btn__pill__invert--hover:hover, .theme__rtv--primary.button__invert--hover:hover, .theme__rtv--primary.btn__invert--hover:hover, .theme__rtv--primary.btn__pill__invert--hover:hover,
.t__rtv--pri .button__invert--hover:hover,
.t__rtv--pri .btn__invert--hover:hover,
.t__rtv--pri .btn__pill__invert--hover:hover,
.t__rtv--pri.button__invert--hover:hover,
.t__rtv--pri.btn__invert--hover:hover,
.t__rtv--pri.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__rtv--primary .button__under,
.theme__rtv--primary .btn__under,
.theme__rtv--primary .btn__pill__under, .theme__rtv--primary.button__under, .theme__rtv--primary.btn__under, .theme__rtv--primary.btn__pill__under,
.t__rtv--pri .button__under,
.t__rtv--pri .btn__under,
.t__rtv--pri .btn__pill__under,
.t__rtv--pri.button__under,
.t__rtv--pri.btn__under,
.t__rtv--pri.btn__pill__under {
  border-color: #5ebba2;
}
.theme__rtv--primary .btn__large,
.t__rtv--pri .btn__large {
  background-color: #5ebba2;
}
.theme__rtv--primary .input__search,
.t__rtv--pri .input__search {
  border-color: #5ebba2;
}
.theme__rtv--primary .input__search i,
.t__rtv--pri .input__search i {
  color: #4a4a4a;
}
.theme__rtv--primary .input__search:hover i,
.t__rtv--pri .input__search:hover i {
  color: #5ebba2;
}
.theme__rtv--primary .component__foreground,
.t__rtv--pri .component__foreground {
  color: #4a4a4a;
}
.theme__rtv--primary.card,
.theme__rtv--primary .card, .theme__rtv--primary.card__with-image,
.theme__rtv--primary .card__with-image,
.t__rtv--pri.card,
.t__rtv--pri .card,
.t__rtv--pri.card__with-image,
.t__rtv--pri .card__with-image {
  border-color: #5ebba2;
}
.theme__rtv--primary.card__highlight,
.theme__rtv--primary .card__highlight,
.theme__rtv--primary .card__highlight--image,
.theme__rtv--primary .card__highlight--final,
.t__rtv--pri.card__highlight,
.t__rtv--pri .card__highlight,
.t__rtv--pri .card__highlight--image,
.t__rtv--pri .card__highlight--final {
  background-color: #5ebba2;
  border-color: #5ebba2;
}
.theme__rtv--primary.card__highlight--title,
.theme__rtv--primary .card__highlight--title,
.theme__rtv--primary .card__highlight--image,
.theme__rtv--primary .card__highlight--final,
.t__rtv--pri.card__highlight--title,
.t__rtv--pri .card__highlight--title,
.t__rtv--pri .card__highlight--image,
.t__rtv--pri .card__highlight--final {
  color: #4a4a4a;
}
.theme__rtv--primary .image-slider__selector--dot,
.t__rtv--pri .image-slider__selector--dot {
  background-color: #5ebba2;
}
.theme__rtv--primary .call-to-action__text h3,
.t__rtv--pri .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__rtv--primary .officer__block--title h5, .theme__rtv--primary .officer__block--title h6,
.t__rtv--pri .officer__block--title h5,
.t__rtv--pri .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__rtv--primary .block__statement--link,
.t__rtv--pri .block__statement--link {
  color: #4a4a4a;
}
.theme__rtv--primary .card__cutoff,
.t__rtv--pri .card__cutoff {
  background: linear-gradient(#5ebba2, #5ebba2), linear-gradient(white, white);
}
.theme__rtv--primary .card__cutoff p,
.t__rtv--pri .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__rtv--primary .card__cutoff:hover,
  .t__rtv--pri .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__rtv--primary .card__cutoff:hover p,
  .t__rtv--pri .card__cutoff:hover p {
    color: #5ebba2;
  }
  .theme__rtv--primary .card__cutoff:hover .card__cutoff--link,
  .t__rtv--pri .card__cutoff:hover .card__cutoff--link {
    color: #5ebba2;
  }
  .theme__rtv--primary .card__cutoff:hover .card__cutoff--text,
  .t__rtv--pri .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__rtv--primary .card__cutoff:hover .card__cutoff--text p,
  .t__rtv--pri .card__cutoff:hover .card__cutoff--text p {
    color: #5ebba2;
  }
  .theme__rtv--primary .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__rtv--pri .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: #5ebba2;
  }
}
.theme__rtv--primary .card__cutoff--link,
.t__rtv--pri .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__rtv--primary .card__cutoff--link:hover,
  .t__rtv--pri .card__cutoff--link:hover {
    color: #5ebba2;
  }
  .theme__rtv--primary .card__cutoff--link:hover--link,
  .t__rtv--pri .card__cutoff--link:hover--link {
    color: #5ebba2;
  }
}
.theme__rtv--primary .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__rtv--pri .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: #5ebba2;
}
.theme__rtv--primary .dropdown__toggle--title,
.t__rtv--pri .dropdown__toggle--title {
  color: #5ebba2;
}
.theme__rtv--primary .dropdown__toggle--icon i,
.t__rtv--pri .dropdown__toggle--icon i {
  color: #5ebba2;
}
.theme__rtv--primary .large_timer__countdown--item_large,
.t__rtv--pri .large_timer__countdown--item_large {
  background-color: #5ebba2;
}
.theme__rtv--primary .large_timer__countdown--item_medium,
.t__rtv--pri .large_timer__countdown--item_medium {
  background-color: #5ebba2;
}
.theme__rtv--primary .large_timer__countdown--item_small,
.t__rtv--pri .large_timer__countdown--item_small {
  background-color: #5ebba2;
}
.theme__rtv--primary .modalcontent,
.t__rtv--pri .modalcontent {
  border-color: #5ebba2;
}
.theme__rtv--primary .transparent__header,
.t__rtv--pri .transparent__header {
  background: #5ebba2;
}
.theme__rtv--primary .breadcrumb__slashes,
.t__rtv--pri .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__rtv--primary .the-list,
.t__rtv--pri .the-list {
  background-color: #5ebba2;
}
.theme__rtv--primary .the-list option,
.t__rtv--pri .the-list option {
  border-color: #5ebba2 !important;
}
.theme__rtv--primary .es-list::-webkit-scrollbar-thumb,
.t__rtv--pri .es-list::-webkit-scrollbar-thumb {
  background: #5ebba2;
}
.theme__rtv--primary .es-visible,
.t__rtv--pri .es-visible {
  border-color: #5ebba2 !important;
}
.theme__rtv--primary .ot-open,
.theme__rtv--primary .ot-closed,
.t__rtv--pri .ot-open,
.t__rtv--pri .ot-closed {
  color: #5ebba2;
}
.theme__rtv--primary .colour__foreground,
.t__rtv--pri .colour__foreground {
  color: #5ebba2;
}
.theme__rtv--primary h1.t__none,
.theme__rtv--primary h1.theme__none,
.theme__rtv--primary h2.t__none,
.theme__rtv--primary h2.theme__none,
.theme__rtv--primary h3.t__none,
.theme__rtv--primary h3.theme__none,
.theme__rtv--primary h4.t__none,
.theme__rtv--primary h4.theme__none,
.theme__rtv--primary h1.t__none--w-hov,
.theme__rtv--primary h1.theme__none--with-hover,
.theme__rtv--primary h2.t__none--w-hov,
.theme__rtv--primary h2.theme__none--with-hover,
.theme__rtv--primary h3.t__none--w-hov,
.theme__rtv--primary h3.theme__none--with-hover,
.theme__rtv--primary h4.t__none--w-hov,
.theme__rtv--primary h4.theme__none--with-hover,
.t__rtv--pri h1.t__none,
.t__rtv--pri h1.theme__none,
.t__rtv--pri h2.t__none,
.t__rtv--pri h2.theme__none,
.t__rtv--pri h3.t__none,
.t__rtv--pri h3.theme__none,
.t__rtv--pri h4.t__none,
.t__rtv--pri h4.theme__none,
.t__rtv--pri h1.t__none--w-hov,
.t__rtv--pri h1.theme__none--with-hover,
.t__rtv--pri h2.t__none--w-hov,
.t__rtv--pri h2.theme__none--with-hover,
.t__rtv--pri h3.t__none--w-hov,
.t__rtv--pri h3.theme__none--with-hover,
.t__rtv--pri h4.t__none--w-hov,
.t__rtv--pri h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__rtv--primary span.t__none,
.theme__rtv--primary span.theme__none,
.t__rtv--pri span.t__none,
.t__rtv--pri span.theme__none {
  color: #4a4a4a;
}
.theme__rtv--primary i.t__none,
.theme__rtv--primary i.theme__none,
.t__rtv--pri i.t__none,
.t__rtv--pri i.theme__none {
  color: #4a4a4a;
}
.theme__rtv--primary a.border__none,
.theme__rtv--primary a.b__none,
.t__rtv--pri a.border__none,
.t__rtv--pri a.b__none {
  border: 0;
}
.theme__rtv--primary a:hover h1.t__none,
.theme__rtv--primary a:hover h1.theme__none,
.theme__rtv--primary a:hover h2.t__none,
.theme__rtv--primary a:hover h2.theme__none,
.theme__rtv--primary a:hover h3.t__none,
.theme__rtv--primary a:hover h3.theme__none,
.theme__rtv--primary a:hover h4.t__none,
.theme__rtv--primary a:hover h4.theme__none,
.t__rtv--pri a:hover h1.t__none,
.t__rtv--pri a:hover h1.theme__none,
.t__rtv--pri a:hover h2.t__none,
.t__rtv--pri a:hover h2.theme__none,
.t__rtv--pri a:hover h3.t__none,
.t__rtv--pri a:hover h3.theme__none,
.t__rtv--pri a:hover h4.t__none,
.t__rtv--pri a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__rtv--primary a:hover h1.t__none--w-hov,
.theme__rtv--primary a:hover h1.theme__none--with-hover,
.theme__rtv--primary a:hover h2.t__none--w-hov,
.theme__rtv--primary a:hover h2.theme__none--with-hover,
.theme__rtv--primary a:hover h3.t__none--w-hov,
.theme__rtv--primary a:hover h3.theme__none--with-hover,
.theme__rtv--primary a:hover h4.t__none--w-hov,
.theme__rtv--primary a:hover h4.theme__none--with-hover,
.t__rtv--pri a:hover h1.t__none--w-hov,
.t__rtv--pri a:hover h1.theme__none--with-hover,
.t__rtv--pri a:hover h2.t__none--w-hov,
.t__rtv--pri a:hover h2.theme__none--with-hover,
.t__rtv--pri a:hover h3.t__none--w-hov,
.t__rtv--pri a:hover h3.theme__none--with-hover,
.t__rtv--pri a:hover h4.t__none--w-hov,
.t__rtv--pri a:hover h4.theme__none--with-hover {
  color: #5ebba2;
}
.theme__rtv--primary .dotted__line--small, .theme__rtv--primary .dotted__line--medium, .theme__rtv--primary .dotted__line--large, .theme__rtv--primary .dotted__line--x-large, .theme__rtv--primary .dotted__line--huge,
.t__rtv--pri .dotted__line--small,
.t__rtv--pri .dotted__line--medium,
.t__rtv--pri .dotted__line--large,
.t__rtv--pri .dotted__line--x-large,
.t__rtv--pri .dotted__line--huge {
  border-image-source: url("https://fe3ca8e0a2f497a00e8a-853d39369c554c336474f22b1382bbe4.ssl.cf3.rackcdn.com/dotted_rtv.png");
}

.theme__rtv--secondary h1, .theme__rtv--secondary h2, .theme__rtv--secondary h3, .theme__rtv--secondary h4, .theme__rtv--secondary h5, .theme__rtv--secondary h6,
.t__rtv--sec h1,
.t__rtv--sec h2,
.t__rtv--sec h3,
.t__rtv--sec h4,
.t__rtv--sec h5,
.t__rtv--sec h6 {
  color: #5ebba2;
}
.theme__rtv--secondary a,
.t__rtv--sec a {
  color: #4a4a4a;
  border-color: #5ebba2;
  text-decoration: none;
}
.theme__rtv--secondary a:hover,
.t__rtv--sec a:hover {
  color: #5ebba2;
}
.theme__rtv--secondary a:hover h1, .theme__rtv--secondary a:hover h2, .theme__rtv--secondary a:hover h3, .theme__rtv--secondary a:hover h4, .theme__rtv--secondary a:hover h5, .theme__rtv--secondary a:hover h6,
.t__rtv--sec a:hover h1,
.t__rtv--sec a:hover h2,
.t__rtv--sec a:hover h3,
.t__rtv--sec a:hover h4,
.t__rtv--sec a:hover h5,
.t__rtv--sec a:hover h6 {
  color: #5ebba2;
}
.theme__rtv--secondary a div,
.t__rtv--sec a div {
  border-color: #5ebba2 !important;
}
.theme__rtv--secondary input,
.t__rtv--sec input {
  border-color: #5ebba2;
}
.theme__rtv--secondary p,
.t__rtv--sec p {
  color: #4a4a4a;
}
.theme__rtv--secondary .button,
.theme__rtv--secondary .btn,
.theme__rtv--secondary .btn__pill, .theme__rtv--secondary.button, .theme__rtv--secondary.btn, .theme__rtv--secondary.btn__pill,
.t__rtv--sec .button,
.t__rtv--sec .btn,
.t__rtv--sec .btn__pill,
.t__rtv--sec.button,
.t__rtv--sec.btn,
.t__rtv--sec.btn__pill {
  border-color: #5ebba2;
}
@media (hover: hover) {
  .theme__rtv--secondary .button:hover,
  .theme__rtv--secondary .btn:hover,
  .theme__rtv--secondary .btn__pill:hover, .theme__rtv--secondary.button:hover, .theme__rtv--secondary.btn:hover, .theme__rtv--secondary.btn__pill:hover,
  .t__rtv--sec .button:hover,
  .t__rtv--sec .btn:hover,
  .t__rtv--sec .btn__pill:hover,
  .t__rtv--sec.button:hover,
  .t__rtv--sec.btn:hover,
  .t__rtv--sec.btn__pill:hover {
    color: #ffffff;
    background: #5ebba2;
  }
  .theme__rtv--secondary .button:hover i,
  .theme__rtv--secondary .btn:hover i,
  .theme__rtv--secondary .btn__pill:hover i, .theme__rtv--secondary.button:hover i, .theme__rtv--secondary.btn:hover i, .theme__rtv--secondary.btn__pill:hover i,
  .t__rtv--sec .button:hover i,
  .t__rtv--sec .btn:hover i,
  .t__rtv--sec .btn__pill:hover i,
  .t__rtv--sec.button:hover i,
  .t__rtv--sec.btn:hover i,
  .t__rtv--sec.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__rtv--secondary .button__invert,
.theme__rtv--secondary .btn__invert,
.theme__rtv--secondary .btn__pill__invert, .theme__rtv--secondary.button__invert, .theme__rtv--secondary.btn__invert, .theme__rtv--secondary.btn__pill__invert,
.t__rtv--sec .button__invert,
.t__rtv--sec .btn__invert,
.t__rtv--sec .btn__pill__invert,
.t__rtv--sec.button__invert,
.t__rtv--sec.btn__invert,
.t__rtv--sec.btn__pill__invert {
  background-color: #5ebba2;
  color: #ffffff;
}
.theme__rtv--secondary .button__invert h4,
.theme__rtv--secondary .btn__invert h4,
.theme__rtv--secondary .btn__pill__invert h4, .theme__rtv--secondary.button__invert h4, .theme__rtv--secondary.btn__invert h4, .theme__rtv--secondary.btn__pill__invert h4,
.t__rtv--sec .button__invert h4,
.t__rtv--sec .btn__invert h4,
.t__rtv--sec .btn__pill__invert h4,
.t__rtv--sec.button__invert h4,
.t__rtv--sec.btn__invert h4,
.t__rtv--sec.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__rtv--secondary .button__invert:hover,
.theme__rtv--secondary .btn__invert:hover,
.theme__rtv--secondary .btn__pill__invert:hover, .theme__rtv--secondary.button__invert:hover, .theme__rtv--secondary.btn__invert:hover, .theme__rtv--secondary.btn__pill__invert:hover,
.t__rtv--sec .button__invert:hover,
.t__rtv--sec .btn__invert:hover,
.t__rtv--sec .btn__pill__invert:hover,
.t__rtv--sec.button__invert:hover,
.t__rtv--sec.btn__invert:hover,
.t__rtv--sec.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__rtv--secondary .button__invert:hover h4,
.theme__rtv--secondary .btn__invert:hover h4,
.theme__rtv--secondary .btn__pill__invert:hover h4, .theme__rtv--secondary.button__invert:hover h4, .theme__rtv--secondary.btn__invert:hover h4, .theme__rtv--secondary.btn__pill__invert:hover h4,
.t__rtv--sec .button__invert:hover h4,
.t__rtv--sec .btn__invert:hover h4,
.t__rtv--sec .btn__pill__invert:hover h4,
.t__rtv--sec.button__invert:hover h4,
.t__rtv--sec.btn__invert:hover h4,
.t__rtv--sec.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__rtv--secondary .button__invert--hover:hover,
.theme__rtv--secondary .btn__invert--hover:hover,
.theme__rtv--secondary .btn__pill__invert--hover:hover, .theme__rtv--secondary.button__invert--hover:hover, .theme__rtv--secondary.btn__invert--hover:hover, .theme__rtv--secondary.btn__pill__invert--hover:hover,
.t__rtv--sec .button__invert--hover:hover,
.t__rtv--sec .btn__invert--hover:hover,
.t__rtv--sec .btn__pill__invert--hover:hover,
.t__rtv--sec.button__invert--hover:hover,
.t__rtv--sec.btn__invert--hover:hover,
.t__rtv--sec.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__rtv--secondary .button__under,
.theme__rtv--secondary .btn__under,
.theme__rtv--secondary .btn__pill__under, .theme__rtv--secondary.button__under, .theme__rtv--secondary.btn__under, .theme__rtv--secondary.btn__pill__under,
.t__rtv--sec .button__under,
.t__rtv--sec .btn__under,
.t__rtv--sec .btn__pill__under,
.t__rtv--sec.button__under,
.t__rtv--sec.btn__under,
.t__rtv--sec.btn__pill__under {
  border-color: #5ebba2;
}
.theme__rtv--secondary .btn__large,
.t__rtv--sec .btn__large {
  background-color: #5ebba2;
}
.theme__rtv--secondary .input__search,
.t__rtv--sec .input__search {
  border-color: #5ebba2;
}
.theme__rtv--secondary .input__search i,
.t__rtv--sec .input__search i {
  color: #4a4a4a;
}
.theme__rtv--secondary .input__search:hover i,
.t__rtv--sec .input__search:hover i {
  color: #5ebba2;
}
.theme__rtv--secondary .component__foreground,
.t__rtv--sec .component__foreground {
  color: #4a4a4a;
}
.theme__rtv--secondary.card,
.theme__rtv--secondary .card, .theme__rtv--secondary.card__with-image,
.theme__rtv--secondary .card__with-image,
.t__rtv--sec.card,
.t__rtv--sec .card,
.t__rtv--sec.card__with-image,
.t__rtv--sec .card__with-image {
  border-color: #5ebba2;
}
.theme__rtv--secondary.card__highlight,
.theme__rtv--secondary .card__highlight,
.theme__rtv--secondary .card__highlight--image,
.theme__rtv--secondary .card__highlight--final,
.t__rtv--sec.card__highlight,
.t__rtv--sec .card__highlight,
.t__rtv--sec .card__highlight--image,
.t__rtv--sec .card__highlight--final {
  background-color: #5ebba2;
  border-color: #5ebba2;
}
.theme__rtv--secondary.card__highlight--title,
.theme__rtv--secondary .card__highlight--title,
.theme__rtv--secondary .card__highlight--image,
.theme__rtv--secondary .card__highlight--final,
.t__rtv--sec.card__highlight--title,
.t__rtv--sec .card__highlight--title,
.t__rtv--sec .card__highlight--image,
.t__rtv--sec .card__highlight--final {
  color: #4a4a4a;
}
.theme__rtv--secondary .image-slider__selector--dot,
.t__rtv--sec .image-slider__selector--dot {
  background-color: #5ebba2;
}
.theme__rtv--secondary .call-to-action__text h3,
.t__rtv--sec .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__rtv--secondary .officer__block--title h5, .theme__rtv--secondary .officer__block--title h6,
.t__rtv--sec .officer__block--title h5,
.t__rtv--sec .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__rtv--secondary .block__statement--link,
.t__rtv--sec .block__statement--link {
  color: #4a4a4a;
}
.theme__rtv--secondary .card__cutoff,
.t__rtv--sec .card__cutoff {
  background: linear-gradient(#5ebba2, #5ebba2), linear-gradient(white, white);
}
.theme__rtv--secondary .card__cutoff p,
.t__rtv--sec .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__rtv--secondary .card__cutoff:hover,
  .t__rtv--sec .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__rtv--secondary .card__cutoff:hover p,
  .t__rtv--sec .card__cutoff:hover p {
    color: #5ebba2;
  }
  .theme__rtv--secondary .card__cutoff:hover .card__cutoff--link,
  .t__rtv--sec .card__cutoff:hover .card__cutoff--link {
    color: #5ebba2;
  }
  .theme__rtv--secondary .card__cutoff:hover .card__cutoff--text,
  .t__rtv--sec .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__rtv--secondary .card__cutoff:hover .card__cutoff--text p,
  .t__rtv--sec .card__cutoff:hover .card__cutoff--text p {
    color: #5ebba2;
  }
  .theme__rtv--secondary .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__rtv--sec .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: #5ebba2;
  }
}
.theme__rtv--secondary .card__cutoff--link,
.t__rtv--sec .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__rtv--secondary .card__cutoff--link:hover,
  .t__rtv--sec .card__cutoff--link:hover {
    color: #5ebba2;
  }
  .theme__rtv--secondary .card__cutoff--link:hover--link,
  .t__rtv--sec .card__cutoff--link:hover--link {
    color: #5ebba2;
  }
}
.theme__rtv--secondary .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__rtv--sec .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: #5ebba2;
}
.theme__rtv--secondary .dropdown__toggle--title,
.t__rtv--sec .dropdown__toggle--title {
  color: #5ebba2;
}
.theme__rtv--secondary .dropdown__toggle--icon i,
.t__rtv--sec .dropdown__toggle--icon i {
  color: #5ebba2;
}
.theme__rtv--secondary .large_timer__countdown--item_large,
.t__rtv--sec .large_timer__countdown--item_large {
  background-color: #5ebba2;
}
.theme__rtv--secondary .large_timer__countdown--item_medium,
.t__rtv--sec .large_timer__countdown--item_medium {
  background-color: #5ebba2;
}
.theme__rtv--secondary .large_timer__countdown--item_small,
.t__rtv--sec .large_timer__countdown--item_small {
  background-color: #5ebba2;
}
.theme__rtv--secondary .modalcontent,
.t__rtv--sec .modalcontent {
  border-color: #5ebba2;
}
.theme__rtv--secondary .transparent__header,
.t__rtv--sec .transparent__header {
  background: #5ebba2;
}
.theme__rtv--secondary .breadcrumb__slashes,
.t__rtv--sec .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__rtv--secondary .the-list,
.t__rtv--sec .the-list {
  background-color: #5ebba2;
}
.theme__rtv--secondary .the-list option,
.t__rtv--sec .the-list option {
  border-color: #5ebba2 !important;
}
.theme__rtv--secondary .es-list::-webkit-scrollbar-thumb,
.t__rtv--sec .es-list::-webkit-scrollbar-thumb {
  background: #5ebba2;
}
.theme__rtv--secondary .es-visible,
.t__rtv--sec .es-visible {
  border-color: #5ebba2 !important;
}
.theme__rtv--secondary .ot-open,
.theme__rtv--secondary .ot-closed,
.t__rtv--sec .ot-open,
.t__rtv--sec .ot-closed {
  color: #5ebba2;
}
.theme__rtv--secondary .colour__foreground,
.t__rtv--sec .colour__foreground {
  color: #5ebba2;
}
.theme__rtv--secondary h1.t__none,
.theme__rtv--secondary h1.theme__none,
.theme__rtv--secondary h2.t__none,
.theme__rtv--secondary h2.theme__none,
.theme__rtv--secondary h3.t__none,
.theme__rtv--secondary h3.theme__none,
.theme__rtv--secondary h4.t__none,
.theme__rtv--secondary h4.theme__none,
.theme__rtv--secondary h1.t__none--w-hov,
.theme__rtv--secondary h1.theme__none--with-hover,
.theme__rtv--secondary h2.t__none--w-hov,
.theme__rtv--secondary h2.theme__none--with-hover,
.theme__rtv--secondary h3.t__none--w-hov,
.theme__rtv--secondary h3.theme__none--with-hover,
.theme__rtv--secondary h4.t__none--w-hov,
.theme__rtv--secondary h4.theme__none--with-hover,
.t__rtv--sec h1.t__none,
.t__rtv--sec h1.theme__none,
.t__rtv--sec h2.t__none,
.t__rtv--sec h2.theme__none,
.t__rtv--sec h3.t__none,
.t__rtv--sec h3.theme__none,
.t__rtv--sec h4.t__none,
.t__rtv--sec h4.theme__none,
.t__rtv--sec h1.t__none--w-hov,
.t__rtv--sec h1.theme__none--with-hover,
.t__rtv--sec h2.t__none--w-hov,
.t__rtv--sec h2.theme__none--with-hover,
.t__rtv--sec h3.t__none--w-hov,
.t__rtv--sec h3.theme__none--with-hover,
.t__rtv--sec h4.t__none--w-hov,
.t__rtv--sec h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__rtv--secondary span.t__none,
.theme__rtv--secondary span.theme__none,
.t__rtv--sec span.t__none,
.t__rtv--sec span.theme__none {
  color: #4a4a4a;
}
.theme__rtv--secondary i.t__none,
.theme__rtv--secondary i.theme__none,
.t__rtv--sec i.t__none,
.t__rtv--sec i.theme__none {
  color: #4a4a4a;
}
.theme__rtv--secondary a.border__none,
.theme__rtv--secondary a.b__none,
.t__rtv--sec a.border__none,
.t__rtv--sec a.b__none {
  border: 0;
}
.theme__rtv--secondary a:hover h1.t__none,
.theme__rtv--secondary a:hover h1.theme__none,
.theme__rtv--secondary a:hover h2.t__none,
.theme__rtv--secondary a:hover h2.theme__none,
.theme__rtv--secondary a:hover h3.t__none,
.theme__rtv--secondary a:hover h3.theme__none,
.theme__rtv--secondary a:hover h4.t__none,
.theme__rtv--secondary a:hover h4.theme__none,
.t__rtv--sec a:hover h1.t__none,
.t__rtv--sec a:hover h1.theme__none,
.t__rtv--sec a:hover h2.t__none,
.t__rtv--sec a:hover h2.theme__none,
.t__rtv--sec a:hover h3.t__none,
.t__rtv--sec a:hover h3.theme__none,
.t__rtv--sec a:hover h4.t__none,
.t__rtv--sec a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__rtv--secondary a:hover h1.t__none--w-hov,
.theme__rtv--secondary a:hover h1.theme__none--with-hover,
.theme__rtv--secondary a:hover h2.t__none--w-hov,
.theme__rtv--secondary a:hover h2.theme__none--with-hover,
.theme__rtv--secondary a:hover h3.t__none--w-hov,
.theme__rtv--secondary a:hover h3.theme__none--with-hover,
.theme__rtv--secondary a:hover h4.t__none--w-hov,
.theme__rtv--secondary a:hover h4.theme__none--with-hover,
.t__rtv--sec a:hover h1.t__none--w-hov,
.t__rtv--sec a:hover h1.theme__none--with-hover,
.t__rtv--sec a:hover h2.t__none--w-hov,
.t__rtv--sec a:hover h2.theme__none--with-hover,
.t__rtv--sec a:hover h3.t__none--w-hov,
.t__rtv--sec a:hover h3.theme__none--with-hover,
.t__rtv--sec a:hover h4.t__none--w-hov,
.t__rtv--sec a:hover h4.theme__none--with-hover {
  color: #5ebba2;
}

.theme__rtv--pastel h1, .theme__rtv--pastel h2, .theme__rtv--pastel h3, .theme__rtv--pastel h4, .theme__rtv--pastel h5, .theme__rtv--pastel h6,
.t__rtv--pas h1,
.t__rtv--pas h2,
.t__rtv--pas h3,
.t__rtv--pas h4,
.t__rtv--pas h5,
.t__rtv--pas h6 {
  color: rgba(94, 187, 162, 0.1);
}
.theme__rtv--pastel a,
.t__rtv--pas a {
  color: #4a4a4a;
  border-color: rgba(94, 187, 162, 0.1);
  text-decoration: none;
}
.theme__rtv--pastel a:hover,
.t__rtv--pas a:hover {
  color: rgba(94, 187, 162, 0.1);
}
.theme__rtv--pastel a:hover h1, .theme__rtv--pastel a:hover h2, .theme__rtv--pastel a:hover h3, .theme__rtv--pastel a:hover h4, .theme__rtv--pastel a:hover h5, .theme__rtv--pastel a:hover h6,
.t__rtv--pas a:hover h1,
.t__rtv--pas a:hover h2,
.t__rtv--pas a:hover h3,
.t__rtv--pas a:hover h4,
.t__rtv--pas a:hover h5,
.t__rtv--pas a:hover h6 {
  color: rgba(94, 187, 162, 0.1);
}
.theme__rtv--pastel a div,
.t__rtv--pas a div {
  border-color: rgba(94, 187, 162, 0.1) !important;
}
.theme__rtv--pastel input,
.t__rtv--pas input {
  border-color: rgba(94, 187, 162, 0.1);
}
.theme__rtv--pastel p,
.t__rtv--pas p {
  color: #4a4a4a;
}
.theme__rtv--pastel .button,
.theme__rtv--pastel .btn,
.theme__rtv--pastel .btn__pill, .theme__rtv--pastel.button, .theme__rtv--pastel.btn, .theme__rtv--pastel.btn__pill,
.t__rtv--pas .button,
.t__rtv--pas .btn,
.t__rtv--pas .btn__pill,
.t__rtv--pas.button,
.t__rtv--pas.btn,
.t__rtv--pas.btn__pill {
  border-color: rgba(94, 187, 162, 0.1);
}
@media (hover: hover) {
  .theme__rtv--pastel .button:hover,
  .theme__rtv--pastel .btn:hover,
  .theme__rtv--pastel .btn__pill:hover, .theme__rtv--pastel.button:hover, .theme__rtv--pastel.btn:hover, .theme__rtv--pastel.btn__pill:hover,
  .t__rtv--pas .button:hover,
  .t__rtv--pas .btn:hover,
  .t__rtv--pas .btn__pill:hover,
  .t__rtv--pas.button:hover,
  .t__rtv--pas.btn:hover,
  .t__rtv--pas.btn__pill:hover {
    color: #ffffff;
    background: rgba(94, 187, 162, 0.1);
  }
  .theme__rtv--pastel .button:hover i,
  .theme__rtv--pastel .btn:hover i,
  .theme__rtv--pastel .btn__pill:hover i, .theme__rtv--pastel.button:hover i, .theme__rtv--pastel.btn:hover i, .theme__rtv--pastel.btn__pill:hover i,
  .t__rtv--pas .button:hover i,
  .t__rtv--pas .btn:hover i,
  .t__rtv--pas .btn__pill:hover i,
  .t__rtv--pas.button:hover i,
  .t__rtv--pas.btn:hover i,
  .t__rtv--pas.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__rtv--pastel .button__invert,
.theme__rtv--pastel .btn__invert,
.theme__rtv--pastel .btn__pill__invert, .theme__rtv--pastel.button__invert, .theme__rtv--pastel.btn__invert, .theme__rtv--pastel.btn__pill__invert,
.t__rtv--pas .button__invert,
.t__rtv--pas .btn__invert,
.t__rtv--pas .btn__pill__invert,
.t__rtv--pas.button__invert,
.t__rtv--pas.btn__invert,
.t__rtv--pas.btn__pill__invert {
  background-color: rgba(94, 187, 162, 0.1);
  color: #ffffff;
}
.theme__rtv--pastel .button__invert h4,
.theme__rtv--pastel .btn__invert h4,
.theme__rtv--pastel .btn__pill__invert h4, .theme__rtv--pastel.button__invert h4, .theme__rtv--pastel.btn__invert h4, .theme__rtv--pastel.btn__pill__invert h4,
.t__rtv--pas .button__invert h4,
.t__rtv--pas .btn__invert h4,
.t__rtv--pas .btn__pill__invert h4,
.t__rtv--pas.button__invert h4,
.t__rtv--pas.btn__invert h4,
.t__rtv--pas.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__rtv--pastel .button__invert:hover,
.theme__rtv--pastel .btn__invert:hover,
.theme__rtv--pastel .btn__pill__invert:hover, .theme__rtv--pastel.button__invert:hover, .theme__rtv--pastel.btn__invert:hover, .theme__rtv--pastel.btn__pill__invert:hover,
.t__rtv--pas .button__invert:hover,
.t__rtv--pas .btn__invert:hover,
.t__rtv--pas .btn__pill__invert:hover,
.t__rtv--pas.button__invert:hover,
.t__rtv--pas.btn__invert:hover,
.t__rtv--pas.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__rtv--pastel .button__invert:hover h4,
.theme__rtv--pastel .btn__invert:hover h4,
.theme__rtv--pastel .btn__pill__invert:hover h4, .theme__rtv--pastel.button__invert:hover h4, .theme__rtv--pastel.btn__invert:hover h4, .theme__rtv--pastel.btn__pill__invert:hover h4,
.t__rtv--pas .button__invert:hover h4,
.t__rtv--pas .btn__invert:hover h4,
.t__rtv--pas .btn__pill__invert:hover h4,
.t__rtv--pas.button__invert:hover h4,
.t__rtv--pas.btn__invert:hover h4,
.t__rtv--pas.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__rtv--pastel .button__invert--hover:hover,
.theme__rtv--pastel .btn__invert--hover:hover,
.theme__rtv--pastel .btn__pill__invert--hover:hover, .theme__rtv--pastel.button__invert--hover:hover, .theme__rtv--pastel.btn__invert--hover:hover, .theme__rtv--pastel.btn__pill__invert--hover:hover,
.t__rtv--pas .button__invert--hover:hover,
.t__rtv--pas .btn__invert--hover:hover,
.t__rtv--pas .btn__pill__invert--hover:hover,
.t__rtv--pas.button__invert--hover:hover,
.t__rtv--pas.btn__invert--hover:hover,
.t__rtv--pas.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__rtv--pastel .button__under,
.theme__rtv--pastel .btn__under,
.theme__rtv--pastel .btn__pill__under, .theme__rtv--pastel.button__under, .theme__rtv--pastel.btn__under, .theme__rtv--pastel.btn__pill__under,
.t__rtv--pas .button__under,
.t__rtv--pas .btn__under,
.t__rtv--pas .btn__pill__under,
.t__rtv--pas.button__under,
.t__rtv--pas.btn__under,
.t__rtv--pas.btn__pill__under {
  border-color: rgba(94, 187, 162, 0.1);
}
.theme__rtv--pastel .btn__large,
.t__rtv--pas .btn__large {
  background-color: rgba(94, 187, 162, 0.1);
}
.theme__rtv--pastel .input__search,
.t__rtv--pas .input__search {
  border-color: rgba(94, 187, 162, 0.1);
}
.theme__rtv--pastel .input__search i,
.t__rtv--pas .input__search i {
  color: #4a4a4a;
}
.theme__rtv--pastel .input__search:hover i,
.t__rtv--pas .input__search:hover i {
  color: rgba(94, 187, 162, 0.1);
}
.theme__rtv--pastel .component__foreground,
.t__rtv--pas .component__foreground {
  color: #4a4a4a;
}
.theme__rtv--pastel.card,
.theme__rtv--pastel .card, .theme__rtv--pastel.card__with-image,
.theme__rtv--pastel .card__with-image,
.t__rtv--pas.card,
.t__rtv--pas .card,
.t__rtv--pas.card__with-image,
.t__rtv--pas .card__with-image {
  border-color: rgba(94, 187, 162, 0.1);
}
.theme__rtv--pastel.card__highlight,
.theme__rtv--pastel .card__highlight,
.theme__rtv--pastel .card__highlight--image,
.theme__rtv--pastel .card__highlight--final,
.t__rtv--pas.card__highlight,
.t__rtv--pas .card__highlight,
.t__rtv--pas .card__highlight--image,
.t__rtv--pas .card__highlight--final {
  background-color: rgba(94, 187, 162, 0.1);
  border-color: rgba(94, 187, 162, 0.1);
}
.theme__rtv--pastel.card__highlight--title,
.theme__rtv--pastel .card__highlight--title,
.theme__rtv--pastel .card__highlight--image,
.theme__rtv--pastel .card__highlight--final,
.t__rtv--pas.card__highlight--title,
.t__rtv--pas .card__highlight--title,
.t__rtv--pas .card__highlight--image,
.t__rtv--pas .card__highlight--final {
  color: #4a4a4a;
}
.theme__rtv--pastel .image-slider__selector--dot,
.t__rtv--pas .image-slider__selector--dot {
  background-color: rgba(94, 187, 162, 0.1);
}
.theme__rtv--pastel .call-to-action__text h3,
.t__rtv--pas .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__rtv--pastel .officer__block--title h5, .theme__rtv--pastel .officer__block--title h6,
.t__rtv--pas .officer__block--title h5,
.t__rtv--pas .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__rtv--pastel .block__statement--link,
.t__rtv--pas .block__statement--link {
  color: #4a4a4a;
}
.theme__rtv--pastel .card__cutoff,
.t__rtv--pas .card__cutoff {
  background: linear-gradient(rgba(94, 187, 162, 0.1), rgba(94, 187, 162, 0.1)), linear-gradient(white, white);
}
.theme__rtv--pastel .card__cutoff p,
.t__rtv--pas .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__rtv--pastel .card__cutoff:hover,
  .t__rtv--pas .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__rtv--pastel .card__cutoff:hover p,
  .t__rtv--pas .card__cutoff:hover p {
    color: rgba(94, 187, 162, 0.1);
  }
  .theme__rtv--pastel .card__cutoff:hover .card__cutoff--link,
  .t__rtv--pas .card__cutoff:hover .card__cutoff--link {
    color: rgba(94, 187, 162, 0.1);
  }
  .theme__rtv--pastel .card__cutoff:hover .card__cutoff--text,
  .t__rtv--pas .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__rtv--pastel .card__cutoff:hover .card__cutoff--text p,
  .t__rtv--pas .card__cutoff:hover .card__cutoff--text p {
    color: rgba(94, 187, 162, 0.1);
  }
  .theme__rtv--pastel .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__rtv--pas .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: rgba(94, 187, 162, 0.1);
  }
}
.theme__rtv--pastel .card__cutoff--link,
.t__rtv--pas .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__rtv--pastel .card__cutoff--link:hover,
  .t__rtv--pas .card__cutoff--link:hover {
    color: rgba(94, 187, 162, 0.1);
  }
  .theme__rtv--pastel .card__cutoff--link:hover--link,
  .t__rtv--pas .card__cutoff--link:hover--link {
    color: rgba(94, 187, 162, 0.1);
  }
}
.theme__rtv--pastel .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__rtv--pas .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: rgba(94, 187, 162, 0.1);
}
.theme__rtv--pastel .dropdown__toggle--title,
.t__rtv--pas .dropdown__toggle--title {
  color: rgba(94, 187, 162, 0.1);
}
.theme__rtv--pastel .dropdown__toggle--icon i,
.t__rtv--pas .dropdown__toggle--icon i {
  color: rgba(94, 187, 162, 0.1);
}
.theme__rtv--pastel .large_timer__countdown--item_large,
.t__rtv--pas .large_timer__countdown--item_large {
  background-color: rgba(94, 187, 162, 0.1);
}
.theme__rtv--pastel .large_timer__countdown--item_medium,
.t__rtv--pas .large_timer__countdown--item_medium {
  background-color: rgba(94, 187, 162, 0.1);
}
.theme__rtv--pastel .large_timer__countdown--item_small,
.t__rtv--pas .large_timer__countdown--item_small {
  background-color: rgba(94, 187, 162, 0.1);
}
.theme__rtv--pastel .modalcontent,
.t__rtv--pas .modalcontent {
  border-color: rgba(94, 187, 162, 0.1);
}
.theme__rtv--pastel .transparent__header,
.t__rtv--pas .transparent__header {
  background: rgba(94, 187, 162, 0.1);
}
.theme__rtv--pastel .breadcrumb__slashes,
.t__rtv--pas .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__rtv--pastel .the-list,
.t__rtv--pas .the-list {
  background-color: rgba(94, 187, 162, 0.1);
}
.theme__rtv--pastel .the-list option,
.t__rtv--pas .the-list option {
  border-color: rgba(94, 187, 162, 0.1) !important;
}
.theme__rtv--pastel .es-list::-webkit-scrollbar-thumb,
.t__rtv--pas .es-list::-webkit-scrollbar-thumb {
  background: rgba(94, 187, 162, 0.1);
}
.theme__rtv--pastel .es-visible,
.t__rtv--pas .es-visible {
  border-color: rgba(94, 187, 162, 0.1) !important;
}
.theme__rtv--pastel .ot-open,
.theme__rtv--pastel .ot-closed,
.t__rtv--pas .ot-open,
.t__rtv--pas .ot-closed {
  color: rgba(94, 187, 162, 0.1);
}
.theme__rtv--pastel .colour__foreground,
.t__rtv--pas .colour__foreground {
  color: rgba(94, 187, 162, 0.1);
}
.theme__rtv--pastel h1.t__none,
.theme__rtv--pastel h1.theme__none,
.theme__rtv--pastel h2.t__none,
.theme__rtv--pastel h2.theme__none,
.theme__rtv--pastel h3.t__none,
.theme__rtv--pastel h3.theme__none,
.theme__rtv--pastel h4.t__none,
.theme__rtv--pastel h4.theme__none,
.theme__rtv--pastel h1.t__none--w-hov,
.theme__rtv--pastel h1.theme__none--with-hover,
.theme__rtv--pastel h2.t__none--w-hov,
.theme__rtv--pastel h2.theme__none--with-hover,
.theme__rtv--pastel h3.t__none--w-hov,
.theme__rtv--pastel h3.theme__none--with-hover,
.theme__rtv--pastel h4.t__none--w-hov,
.theme__rtv--pastel h4.theme__none--with-hover,
.t__rtv--pas h1.t__none,
.t__rtv--pas h1.theme__none,
.t__rtv--pas h2.t__none,
.t__rtv--pas h2.theme__none,
.t__rtv--pas h3.t__none,
.t__rtv--pas h3.theme__none,
.t__rtv--pas h4.t__none,
.t__rtv--pas h4.theme__none,
.t__rtv--pas h1.t__none--w-hov,
.t__rtv--pas h1.theme__none--with-hover,
.t__rtv--pas h2.t__none--w-hov,
.t__rtv--pas h2.theme__none--with-hover,
.t__rtv--pas h3.t__none--w-hov,
.t__rtv--pas h3.theme__none--with-hover,
.t__rtv--pas h4.t__none--w-hov,
.t__rtv--pas h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__rtv--pastel span.t__none,
.theme__rtv--pastel span.theme__none,
.t__rtv--pas span.t__none,
.t__rtv--pas span.theme__none {
  color: #4a4a4a;
}
.theme__rtv--pastel i.t__none,
.theme__rtv--pastel i.theme__none,
.t__rtv--pas i.t__none,
.t__rtv--pas i.theme__none {
  color: #4a4a4a;
}
.theme__rtv--pastel a.border__none,
.theme__rtv--pastel a.b__none,
.t__rtv--pas a.border__none,
.t__rtv--pas a.b__none {
  border: 0;
}
.theme__rtv--pastel a:hover h1.t__none,
.theme__rtv--pastel a:hover h1.theme__none,
.theme__rtv--pastel a:hover h2.t__none,
.theme__rtv--pastel a:hover h2.theme__none,
.theme__rtv--pastel a:hover h3.t__none,
.theme__rtv--pastel a:hover h3.theme__none,
.theme__rtv--pastel a:hover h4.t__none,
.theme__rtv--pastel a:hover h4.theme__none,
.t__rtv--pas a:hover h1.t__none,
.t__rtv--pas a:hover h1.theme__none,
.t__rtv--pas a:hover h2.t__none,
.t__rtv--pas a:hover h2.theme__none,
.t__rtv--pas a:hover h3.t__none,
.t__rtv--pas a:hover h3.theme__none,
.t__rtv--pas a:hover h4.t__none,
.t__rtv--pas a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__rtv--pastel a:hover h1.t__none--w-hov,
.theme__rtv--pastel a:hover h1.theme__none--with-hover,
.theme__rtv--pastel a:hover h2.t__none--w-hov,
.theme__rtv--pastel a:hover h2.theme__none--with-hover,
.theme__rtv--pastel a:hover h3.t__none--w-hov,
.theme__rtv--pastel a:hover h3.theme__none--with-hover,
.theme__rtv--pastel a:hover h4.t__none--w-hov,
.theme__rtv--pastel a:hover h4.theme__none--with-hover,
.t__rtv--pas a:hover h1.t__none--w-hov,
.t__rtv--pas a:hover h1.theme__none--with-hover,
.t__rtv--pas a:hover h2.t__none--w-hov,
.t__rtv--pas a:hover h2.theme__none--with-hover,
.t__rtv--pas a:hover h3.t__none--w-hov,
.t__rtv--pas a:hover h3.theme__none--with-hover,
.t__rtv--pas a:hover h4.t__none--w-hov,
.t__rtv--pas a:hover h4.theme__none--with-hover {
  color: rgba(94, 187, 162, 0.1);
}

.theme__rtv--background-primary,
.t__rtv--bg-pri {
  background-color: #5ebba2;
}

.theme__rtv--background-secondary,
.t__rtv--bg-sec {
  background-color: #5ebba2;
}

.theme__rtv--background-pastel,
.t__rtv--bg-pas {
  background-color: rgba(94, 187, 162, 0.1);
}

.theme__sus--primary h1, .theme__sus--primary h2, .theme__sus--primary h3, .theme__sus--primary h4, .theme__sus--primary h5, .theme__sus--primary h6,
.t__sus--pri h1,
.t__sus--pri h2,
.t__sus--pri h3,
.t__sus--pri h4,
.t__sus--pri h5,
.t__sus--pri h6 {
  color: #1DAB61;
}
.theme__sus--primary a,
.t__sus--pri a {
  color: #4a4a4a;
  border-color: #1DAB61;
  text-decoration: none;
}
.theme__sus--primary a:hover,
.t__sus--pri a:hover {
  color: #1DAB61;
}
.theme__sus--primary a:hover h1, .theme__sus--primary a:hover h2, .theme__sus--primary a:hover h3, .theme__sus--primary a:hover h4, .theme__sus--primary a:hover h5, .theme__sus--primary a:hover h6,
.t__sus--pri a:hover h1,
.t__sus--pri a:hover h2,
.t__sus--pri a:hover h3,
.t__sus--pri a:hover h4,
.t__sus--pri a:hover h5,
.t__sus--pri a:hover h6 {
  color: #1DAB61;
}
.theme__sus--primary a div,
.t__sus--pri a div {
  border-color: #1DAB61 !important;
}
.theme__sus--primary input,
.t__sus--pri input {
  border-color: #1DAB61;
}
.theme__sus--primary p,
.t__sus--pri p {
  color: #4a4a4a;
}
.theme__sus--primary .button,
.theme__sus--primary .btn,
.theme__sus--primary .btn__pill, .theme__sus--primary.button, .theme__sus--primary.btn, .theme__sus--primary.btn__pill,
.t__sus--pri .button,
.t__sus--pri .btn,
.t__sus--pri .btn__pill,
.t__sus--pri.button,
.t__sus--pri.btn,
.t__sus--pri.btn__pill {
  border-color: #1DAB61;
}
@media (hover: hover) {
  .theme__sus--primary .button:hover,
  .theme__sus--primary .btn:hover,
  .theme__sus--primary .btn__pill:hover, .theme__sus--primary.button:hover, .theme__sus--primary.btn:hover, .theme__sus--primary.btn__pill:hover,
  .t__sus--pri .button:hover,
  .t__sus--pri .btn:hover,
  .t__sus--pri .btn__pill:hover,
  .t__sus--pri.button:hover,
  .t__sus--pri.btn:hover,
  .t__sus--pri.btn__pill:hover {
    color: #ffffff;
    background: #1DAB61;
  }
  .theme__sus--primary .button:hover i,
  .theme__sus--primary .btn:hover i,
  .theme__sus--primary .btn__pill:hover i, .theme__sus--primary.button:hover i, .theme__sus--primary.btn:hover i, .theme__sus--primary.btn__pill:hover i,
  .t__sus--pri .button:hover i,
  .t__sus--pri .btn:hover i,
  .t__sus--pri .btn__pill:hover i,
  .t__sus--pri.button:hover i,
  .t__sus--pri.btn:hover i,
  .t__sus--pri.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__sus--primary .button__invert,
.theme__sus--primary .btn__invert,
.theme__sus--primary .btn__pill__invert, .theme__sus--primary.button__invert, .theme__sus--primary.btn__invert, .theme__sus--primary.btn__pill__invert,
.t__sus--pri .button__invert,
.t__sus--pri .btn__invert,
.t__sus--pri .btn__pill__invert,
.t__sus--pri.button__invert,
.t__sus--pri.btn__invert,
.t__sus--pri.btn__pill__invert {
  background-color: #1DAB61;
  color: #ffffff;
}
.theme__sus--primary .button__invert h4,
.theme__sus--primary .btn__invert h4,
.theme__sus--primary .btn__pill__invert h4, .theme__sus--primary.button__invert h4, .theme__sus--primary.btn__invert h4, .theme__sus--primary.btn__pill__invert h4,
.t__sus--pri .button__invert h4,
.t__sus--pri .btn__invert h4,
.t__sus--pri .btn__pill__invert h4,
.t__sus--pri.button__invert h4,
.t__sus--pri.btn__invert h4,
.t__sus--pri.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__sus--primary .button__invert:hover,
.theme__sus--primary .btn__invert:hover,
.theme__sus--primary .btn__pill__invert:hover, .theme__sus--primary.button__invert:hover, .theme__sus--primary.btn__invert:hover, .theme__sus--primary.btn__pill__invert:hover,
.t__sus--pri .button__invert:hover,
.t__sus--pri .btn__invert:hover,
.t__sus--pri .btn__pill__invert:hover,
.t__sus--pri.button__invert:hover,
.t__sus--pri.btn__invert:hover,
.t__sus--pri.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__sus--primary .button__invert:hover h4,
.theme__sus--primary .btn__invert:hover h4,
.theme__sus--primary .btn__pill__invert:hover h4, .theme__sus--primary.button__invert:hover h4, .theme__sus--primary.btn__invert:hover h4, .theme__sus--primary.btn__pill__invert:hover h4,
.t__sus--pri .button__invert:hover h4,
.t__sus--pri .btn__invert:hover h4,
.t__sus--pri .btn__pill__invert:hover h4,
.t__sus--pri.button__invert:hover h4,
.t__sus--pri.btn__invert:hover h4,
.t__sus--pri.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__sus--primary .button__invert--hover:hover,
.theme__sus--primary .btn__invert--hover:hover,
.theme__sus--primary .btn__pill__invert--hover:hover, .theme__sus--primary.button__invert--hover:hover, .theme__sus--primary.btn__invert--hover:hover, .theme__sus--primary.btn__pill__invert--hover:hover,
.t__sus--pri .button__invert--hover:hover,
.t__sus--pri .btn__invert--hover:hover,
.t__sus--pri .btn__pill__invert--hover:hover,
.t__sus--pri.button__invert--hover:hover,
.t__sus--pri.btn__invert--hover:hover,
.t__sus--pri.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__sus--primary .button__under,
.theme__sus--primary .btn__under,
.theme__sus--primary .btn__pill__under, .theme__sus--primary.button__under, .theme__sus--primary.btn__under, .theme__sus--primary.btn__pill__under,
.t__sus--pri .button__under,
.t__sus--pri .btn__under,
.t__sus--pri .btn__pill__under,
.t__sus--pri.button__under,
.t__sus--pri.btn__under,
.t__sus--pri.btn__pill__under {
  border-color: #1DAB61;
}
.theme__sus--primary .btn__large,
.t__sus--pri .btn__large {
  background-color: #1DAB61;
}
.theme__sus--primary .input__search,
.t__sus--pri .input__search {
  border-color: #1DAB61;
}
.theme__sus--primary .input__search i,
.t__sus--pri .input__search i {
  color: #4a4a4a;
}
.theme__sus--primary .input__search:hover i,
.t__sus--pri .input__search:hover i {
  color: #1DAB61;
}
.theme__sus--primary .component__foreground,
.t__sus--pri .component__foreground {
  color: #4a4a4a;
}
.theme__sus--primary.card,
.theme__sus--primary .card, .theme__sus--primary.card__with-image,
.theme__sus--primary .card__with-image,
.t__sus--pri.card,
.t__sus--pri .card,
.t__sus--pri.card__with-image,
.t__sus--pri .card__with-image {
  border-color: #1DAB61;
}
.theme__sus--primary.card__highlight,
.theme__sus--primary .card__highlight,
.theme__sus--primary .card__highlight--image,
.theme__sus--primary .card__highlight--final,
.t__sus--pri.card__highlight,
.t__sus--pri .card__highlight,
.t__sus--pri .card__highlight--image,
.t__sus--pri .card__highlight--final {
  background-color: #1DAB61;
  border-color: #1DAB61;
}
.theme__sus--primary.card__highlight--title,
.theme__sus--primary .card__highlight--title,
.theme__sus--primary .card__highlight--image,
.theme__sus--primary .card__highlight--final,
.t__sus--pri.card__highlight--title,
.t__sus--pri .card__highlight--title,
.t__sus--pri .card__highlight--image,
.t__sus--pri .card__highlight--final {
  color: #4a4a4a;
}
.theme__sus--primary .image-slider__selector--dot,
.t__sus--pri .image-slider__selector--dot {
  background-color: #1DAB61;
}
.theme__sus--primary .call-to-action__text h3,
.t__sus--pri .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__sus--primary .officer__block--title h5, .theme__sus--primary .officer__block--title h6,
.t__sus--pri .officer__block--title h5,
.t__sus--pri .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__sus--primary .block__statement--link,
.t__sus--pri .block__statement--link {
  color: #4a4a4a;
}
.theme__sus--primary .card__cutoff,
.t__sus--pri .card__cutoff {
  background: linear-gradient(#1DAB61, #1DAB61), linear-gradient(white, white);
}
.theme__sus--primary .card__cutoff p,
.t__sus--pri .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__sus--primary .card__cutoff:hover,
  .t__sus--pri .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__sus--primary .card__cutoff:hover p,
  .t__sus--pri .card__cutoff:hover p {
    color: #1DAB61;
  }
  .theme__sus--primary .card__cutoff:hover .card__cutoff--link,
  .t__sus--pri .card__cutoff:hover .card__cutoff--link {
    color: #1DAB61;
  }
  .theme__sus--primary .card__cutoff:hover .card__cutoff--text,
  .t__sus--pri .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__sus--primary .card__cutoff:hover .card__cutoff--text p,
  .t__sus--pri .card__cutoff:hover .card__cutoff--text p {
    color: #1DAB61;
  }
  .theme__sus--primary .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__sus--pri .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: #1DAB61;
  }
}
.theme__sus--primary .card__cutoff--link,
.t__sus--pri .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__sus--primary .card__cutoff--link:hover,
  .t__sus--pri .card__cutoff--link:hover {
    color: #1DAB61;
  }
  .theme__sus--primary .card__cutoff--link:hover--link,
  .t__sus--pri .card__cutoff--link:hover--link {
    color: #1DAB61;
  }
}
.theme__sus--primary .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__sus--pri .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: #1DAB61;
}
.theme__sus--primary .dropdown__toggle--title,
.t__sus--pri .dropdown__toggle--title {
  color: #1DAB61;
}
.theme__sus--primary .dropdown__toggle--icon i,
.t__sus--pri .dropdown__toggle--icon i {
  color: #1DAB61;
}
.theme__sus--primary .large_timer__countdown--item_large,
.t__sus--pri .large_timer__countdown--item_large {
  background-color: #1DAB61;
}
.theme__sus--primary .large_timer__countdown--item_medium,
.t__sus--pri .large_timer__countdown--item_medium {
  background-color: #1DAB61;
}
.theme__sus--primary .large_timer__countdown--item_small,
.t__sus--pri .large_timer__countdown--item_small {
  background-color: #1DAB61;
}
.theme__sus--primary .modalcontent,
.t__sus--pri .modalcontent {
  border-color: #1DAB61;
}
.theme__sus--primary .transparent__header,
.t__sus--pri .transparent__header {
  background: #1DAB61;
}
.theme__sus--primary .breadcrumb__slashes,
.t__sus--pri .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__sus--primary .the-list,
.t__sus--pri .the-list {
  background-color: #1DAB61;
}
.theme__sus--primary .the-list option,
.t__sus--pri .the-list option {
  border-color: #1DAB61 !important;
}
.theme__sus--primary .es-list::-webkit-scrollbar-thumb,
.t__sus--pri .es-list::-webkit-scrollbar-thumb {
  background: #1DAB61;
}
.theme__sus--primary .es-visible,
.t__sus--pri .es-visible {
  border-color: #1DAB61 !important;
}
.theme__sus--primary .ot-open,
.theme__sus--primary .ot-closed,
.t__sus--pri .ot-open,
.t__sus--pri .ot-closed {
  color: #1DAB61;
}
.theme__sus--primary .colour__foreground,
.t__sus--pri .colour__foreground {
  color: #1DAB61;
}
.theme__sus--primary h1.t__none,
.theme__sus--primary h1.theme__none,
.theme__sus--primary h2.t__none,
.theme__sus--primary h2.theme__none,
.theme__sus--primary h3.t__none,
.theme__sus--primary h3.theme__none,
.theme__sus--primary h4.t__none,
.theme__sus--primary h4.theme__none,
.theme__sus--primary h1.t__none--w-hov,
.theme__sus--primary h1.theme__none--with-hover,
.theme__sus--primary h2.t__none--w-hov,
.theme__sus--primary h2.theme__none--with-hover,
.theme__sus--primary h3.t__none--w-hov,
.theme__sus--primary h3.theme__none--with-hover,
.theme__sus--primary h4.t__none--w-hov,
.theme__sus--primary h4.theme__none--with-hover,
.t__sus--pri h1.t__none,
.t__sus--pri h1.theme__none,
.t__sus--pri h2.t__none,
.t__sus--pri h2.theme__none,
.t__sus--pri h3.t__none,
.t__sus--pri h3.theme__none,
.t__sus--pri h4.t__none,
.t__sus--pri h4.theme__none,
.t__sus--pri h1.t__none--w-hov,
.t__sus--pri h1.theme__none--with-hover,
.t__sus--pri h2.t__none--w-hov,
.t__sus--pri h2.theme__none--with-hover,
.t__sus--pri h3.t__none--w-hov,
.t__sus--pri h3.theme__none--with-hover,
.t__sus--pri h4.t__none--w-hov,
.t__sus--pri h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__sus--primary span.t__none,
.theme__sus--primary span.theme__none,
.t__sus--pri span.t__none,
.t__sus--pri span.theme__none {
  color: #4a4a4a;
}
.theme__sus--primary i.t__none,
.theme__sus--primary i.theme__none,
.t__sus--pri i.t__none,
.t__sus--pri i.theme__none {
  color: #4a4a4a;
}
.theme__sus--primary a.border__none,
.theme__sus--primary a.b__none,
.t__sus--pri a.border__none,
.t__sus--pri a.b__none {
  border: 0;
}
.theme__sus--primary a:hover h1.t__none,
.theme__sus--primary a:hover h1.theme__none,
.theme__sus--primary a:hover h2.t__none,
.theme__sus--primary a:hover h2.theme__none,
.theme__sus--primary a:hover h3.t__none,
.theme__sus--primary a:hover h3.theme__none,
.theme__sus--primary a:hover h4.t__none,
.theme__sus--primary a:hover h4.theme__none,
.t__sus--pri a:hover h1.t__none,
.t__sus--pri a:hover h1.theme__none,
.t__sus--pri a:hover h2.t__none,
.t__sus--pri a:hover h2.theme__none,
.t__sus--pri a:hover h3.t__none,
.t__sus--pri a:hover h3.theme__none,
.t__sus--pri a:hover h4.t__none,
.t__sus--pri a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__sus--primary a:hover h1.t__none--w-hov,
.theme__sus--primary a:hover h1.theme__none--with-hover,
.theme__sus--primary a:hover h2.t__none--w-hov,
.theme__sus--primary a:hover h2.theme__none--with-hover,
.theme__sus--primary a:hover h3.t__none--w-hov,
.theme__sus--primary a:hover h3.theme__none--with-hover,
.theme__sus--primary a:hover h4.t__none--w-hov,
.theme__sus--primary a:hover h4.theme__none--with-hover,
.t__sus--pri a:hover h1.t__none--w-hov,
.t__sus--pri a:hover h1.theme__none--with-hover,
.t__sus--pri a:hover h2.t__none--w-hov,
.t__sus--pri a:hover h2.theme__none--with-hover,
.t__sus--pri a:hover h3.t__none--w-hov,
.t__sus--pri a:hover h3.theme__none--with-hover,
.t__sus--pri a:hover h4.t__none--w-hov,
.t__sus--pri a:hover h4.theme__none--with-hover {
  color: #1DAB61;
}
.theme__sus--primary .dotted__line--small, .theme__sus--primary .dotted__line--medium, .theme__sus--primary .dotted__line--large, .theme__sus--primary .dotted__line--x-large, .theme__sus--primary .dotted__line--huge,
.t__sus--pri .dotted__line--small,
.t__sus--pri .dotted__line--medium,
.t__sus--pri .dotted__line--large,
.t__sus--pri .dotted__line--x-large,
.t__sus--pri .dotted__line--huge {
  border-image-source: url("https://fe3ca8e0a2f497a00e8a-853d39369c554c336474f22b1382bbe4.ssl.cf3.rackcdn.com/dotted_sus.png");
}

.theme__sus--secondary h1, .theme__sus--secondary h2, .theme__sus--secondary h3, .theme__sus--secondary h4, .theme__sus--secondary h5, .theme__sus--secondary h6,
.t__sus--sec h1,
.t__sus--sec h2,
.t__sus--sec h3,
.t__sus--sec h4,
.t__sus--sec h5,
.t__sus--sec h6 {
  color: #1DAB61;
}
.theme__sus--secondary a,
.t__sus--sec a {
  color: #4a4a4a;
  border-color: #1DAB61;
  text-decoration: none;
}
.theme__sus--secondary a:hover,
.t__sus--sec a:hover {
  color: #1DAB61;
}
.theme__sus--secondary a:hover h1, .theme__sus--secondary a:hover h2, .theme__sus--secondary a:hover h3, .theme__sus--secondary a:hover h4, .theme__sus--secondary a:hover h5, .theme__sus--secondary a:hover h6,
.t__sus--sec a:hover h1,
.t__sus--sec a:hover h2,
.t__sus--sec a:hover h3,
.t__sus--sec a:hover h4,
.t__sus--sec a:hover h5,
.t__sus--sec a:hover h6 {
  color: #1DAB61;
}
.theme__sus--secondary a div,
.t__sus--sec a div {
  border-color: #1DAB61 !important;
}
.theme__sus--secondary input,
.t__sus--sec input {
  border-color: #1DAB61;
}
.theme__sus--secondary p,
.t__sus--sec p {
  color: #4a4a4a;
}
.theme__sus--secondary .button,
.theme__sus--secondary .btn,
.theme__sus--secondary .btn__pill, .theme__sus--secondary.button, .theme__sus--secondary.btn, .theme__sus--secondary.btn__pill,
.t__sus--sec .button,
.t__sus--sec .btn,
.t__sus--sec .btn__pill,
.t__sus--sec.button,
.t__sus--sec.btn,
.t__sus--sec.btn__pill {
  border-color: #1DAB61;
}
@media (hover: hover) {
  .theme__sus--secondary .button:hover,
  .theme__sus--secondary .btn:hover,
  .theme__sus--secondary .btn__pill:hover, .theme__sus--secondary.button:hover, .theme__sus--secondary.btn:hover, .theme__sus--secondary.btn__pill:hover,
  .t__sus--sec .button:hover,
  .t__sus--sec .btn:hover,
  .t__sus--sec .btn__pill:hover,
  .t__sus--sec.button:hover,
  .t__sus--sec.btn:hover,
  .t__sus--sec.btn__pill:hover {
    color: #ffffff;
    background: #1DAB61;
  }
  .theme__sus--secondary .button:hover i,
  .theme__sus--secondary .btn:hover i,
  .theme__sus--secondary .btn__pill:hover i, .theme__sus--secondary.button:hover i, .theme__sus--secondary.btn:hover i, .theme__sus--secondary.btn__pill:hover i,
  .t__sus--sec .button:hover i,
  .t__sus--sec .btn:hover i,
  .t__sus--sec .btn__pill:hover i,
  .t__sus--sec.button:hover i,
  .t__sus--sec.btn:hover i,
  .t__sus--sec.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__sus--secondary .button__invert,
.theme__sus--secondary .btn__invert,
.theme__sus--secondary .btn__pill__invert, .theme__sus--secondary.button__invert, .theme__sus--secondary.btn__invert, .theme__sus--secondary.btn__pill__invert,
.t__sus--sec .button__invert,
.t__sus--sec .btn__invert,
.t__sus--sec .btn__pill__invert,
.t__sus--sec.button__invert,
.t__sus--sec.btn__invert,
.t__sus--sec.btn__pill__invert {
  background-color: #1DAB61;
  color: #ffffff;
}
.theme__sus--secondary .button__invert h4,
.theme__sus--secondary .btn__invert h4,
.theme__sus--secondary .btn__pill__invert h4, .theme__sus--secondary.button__invert h4, .theme__sus--secondary.btn__invert h4, .theme__sus--secondary.btn__pill__invert h4,
.t__sus--sec .button__invert h4,
.t__sus--sec .btn__invert h4,
.t__sus--sec .btn__pill__invert h4,
.t__sus--sec.button__invert h4,
.t__sus--sec.btn__invert h4,
.t__sus--sec.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__sus--secondary .button__invert:hover,
.theme__sus--secondary .btn__invert:hover,
.theme__sus--secondary .btn__pill__invert:hover, .theme__sus--secondary.button__invert:hover, .theme__sus--secondary.btn__invert:hover, .theme__sus--secondary.btn__pill__invert:hover,
.t__sus--sec .button__invert:hover,
.t__sus--sec .btn__invert:hover,
.t__sus--sec .btn__pill__invert:hover,
.t__sus--sec.button__invert:hover,
.t__sus--sec.btn__invert:hover,
.t__sus--sec.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__sus--secondary .button__invert:hover h4,
.theme__sus--secondary .btn__invert:hover h4,
.theme__sus--secondary .btn__pill__invert:hover h4, .theme__sus--secondary.button__invert:hover h4, .theme__sus--secondary.btn__invert:hover h4, .theme__sus--secondary.btn__pill__invert:hover h4,
.t__sus--sec .button__invert:hover h4,
.t__sus--sec .btn__invert:hover h4,
.t__sus--sec .btn__pill__invert:hover h4,
.t__sus--sec.button__invert:hover h4,
.t__sus--sec.btn__invert:hover h4,
.t__sus--sec.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__sus--secondary .button__invert--hover:hover,
.theme__sus--secondary .btn__invert--hover:hover,
.theme__sus--secondary .btn__pill__invert--hover:hover, .theme__sus--secondary.button__invert--hover:hover, .theme__sus--secondary.btn__invert--hover:hover, .theme__sus--secondary.btn__pill__invert--hover:hover,
.t__sus--sec .button__invert--hover:hover,
.t__sus--sec .btn__invert--hover:hover,
.t__sus--sec .btn__pill__invert--hover:hover,
.t__sus--sec.button__invert--hover:hover,
.t__sus--sec.btn__invert--hover:hover,
.t__sus--sec.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__sus--secondary .button__under,
.theme__sus--secondary .btn__under,
.theme__sus--secondary .btn__pill__under, .theme__sus--secondary.button__under, .theme__sus--secondary.btn__under, .theme__sus--secondary.btn__pill__under,
.t__sus--sec .button__under,
.t__sus--sec .btn__under,
.t__sus--sec .btn__pill__under,
.t__sus--sec.button__under,
.t__sus--sec.btn__under,
.t__sus--sec.btn__pill__under {
  border-color: #1DAB61;
}
.theme__sus--secondary .btn__large,
.t__sus--sec .btn__large {
  background-color: #1DAB61;
}
.theme__sus--secondary .input__search,
.t__sus--sec .input__search {
  border-color: #1DAB61;
}
.theme__sus--secondary .input__search i,
.t__sus--sec .input__search i {
  color: #4a4a4a;
}
.theme__sus--secondary .input__search:hover i,
.t__sus--sec .input__search:hover i {
  color: #1DAB61;
}
.theme__sus--secondary .component__foreground,
.t__sus--sec .component__foreground {
  color: #4a4a4a;
}
.theme__sus--secondary.card,
.theme__sus--secondary .card, .theme__sus--secondary.card__with-image,
.theme__sus--secondary .card__with-image,
.t__sus--sec.card,
.t__sus--sec .card,
.t__sus--sec.card__with-image,
.t__sus--sec .card__with-image {
  border-color: #1DAB61;
}
.theme__sus--secondary.card__highlight,
.theme__sus--secondary .card__highlight,
.theme__sus--secondary .card__highlight--image,
.theme__sus--secondary .card__highlight--final,
.t__sus--sec.card__highlight,
.t__sus--sec .card__highlight,
.t__sus--sec .card__highlight--image,
.t__sus--sec .card__highlight--final {
  background-color: #1DAB61;
  border-color: #1DAB61;
}
.theme__sus--secondary.card__highlight--title,
.theme__sus--secondary .card__highlight--title,
.theme__sus--secondary .card__highlight--image,
.theme__sus--secondary .card__highlight--final,
.t__sus--sec.card__highlight--title,
.t__sus--sec .card__highlight--title,
.t__sus--sec .card__highlight--image,
.t__sus--sec .card__highlight--final {
  color: #4a4a4a;
}
.theme__sus--secondary .image-slider__selector--dot,
.t__sus--sec .image-slider__selector--dot {
  background-color: #1DAB61;
}
.theme__sus--secondary .call-to-action__text h3,
.t__sus--sec .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__sus--secondary .officer__block--title h5, .theme__sus--secondary .officer__block--title h6,
.t__sus--sec .officer__block--title h5,
.t__sus--sec .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__sus--secondary .block__statement--link,
.t__sus--sec .block__statement--link {
  color: #4a4a4a;
}
.theme__sus--secondary .card__cutoff,
.t__sus--sec .card__cutoff {
  background: linear-gradient(#1DAB61, #1DAB61), linear-gradient(white, white);
}
.theme__sus--secondary .card__cutoff p,
.t__sus--sec .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__sus--secondary .card__cutoff:hover,
  .t__sus--sec .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__sus--secondary .card__cutoff:hover p,
  .t__sus--sec .card__cutoff:hover p {
    color: #1DAB61;
  }
  .theme__sus--secondary .card__cutoff:hover .card__cutoff--link,
  .t__sus--sec .card__cutoff:hover .card__cutoff--link {
    color: #1DAB61;
  }
  .theme__sus--secondary .card__cutoff:hover .card__cutoff--text,
  .t__sus--sec .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__sus--secondary .card__cutoff:hover .card__cutoff--text p,
  .t__sus--sec .card__cutoff:hover .card__cutoff--text p {
    color: #1DAB61;
  }
  .theme__sus--secondary .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__sus--sec .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: #1DAB61;
  }
}
.theme__sus--secondary .card__cutoff--link,
.t__sus--sec .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__sus--secondary .card__cutoff--link:hover,
  .t__sus--sec .card__cutoff--link:hover {
    color: #1DAB61;
  }
  .theme__sus--secondary .card__cutoff--link:hover--link,
  .t__sus--sec .card__cutoff--link:hover--link {
    color: #1DAB61;
  }
}
.theme__sus--secondary .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__sus--sec .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: #1DAB61;
}
.theme__sus--secondary .dropdown__toggle--title,
.t__sus--sec .dropdown__toggle--title {
  color: #1DAB61;
}
.theme__sus--secondary .dropdown__toggle--icon i,
.t__sus--sec .dropdown__toggle--icon i {
  color: #1DAB61;
}
.theme__sus--secondary .large_timer__countdown--item_large,
.t__sus--sec .large_timer__countdown--item_large {
  background-color: #1DAB61;
}
.theme__sus--secondary .large_timer__countdown--item_medium,
.t__sus--sec .large_timer__countdown--item_medium {
  background-color: #1DAB61;
}
.theme__sus--secondary .large_timer__countdown--item_small,
.t__sus--sec .large_timer__countdown--item_small {
  background-color: #1DAB61;
}
.theme__sus--secondary .modalcontent,
.t__sus--sec .modalcontent {
  border-color: #1DAB61;
}
.theme__sus--secondary .transparent__header,
.t__sus--sec .transparent__header {
  background: #1DAB61;
}
.theme__sus--secondary .breadcrumb__slashes,
.t__sus--sec .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__sus--secondary .the-list,
.t__sus--sec .the-list {
  background-color: #1DAB61;
}
.theme__sus--secondary .the-list option,
.t__sus--sec .the-list option {
  border-color: #1DAB61 !important;
}
.theme__sus--secondary .es-list::-webkit-scrollbar-thumb,
.t__sus--sec .es-list::-webkit-scrollbar-thumb {
  background: #1DAB61;
}
.theme__sus--secondary .es-visible,
.t__sus--sec .es-visible {
  border-color: #1DAB61 !important;
}
.theme__sus--secondary .ot-open,
.theme__sus--secondary .ot-closed,
.t__sus--sec .ot-open,
.t__sus--sec .ot-closed {
  color: #1DAB61;
}
.theme__sus--secondary .colour__foreground,
.t__sus--sec .colour__foreground {
  color: #1DAB61;
}
.theme__sus--secondary h1.t__none,
.theme__sus--secondary h1.theme__none,
.theme__sus--secondary h2.t__none,
.theme__sus--secondary h2.theme__none,
.theme__sus--secondary h3.t__none,
.theme__sus--secondary h3.theme__none,
.theme__sus--secondary h4.t__none,
.theme__sus--secondary h4.theme__none,
.theme__sus--secondary h1.t__none--w-hov,
.theme__sus--secondary h1.theme__none--with-hover,
.theme__sus--secondary h2.t__none--w-hov,
.theme__sus--secondary h2.theme__none--with-hover,
.theme__sus--secondary h3.t__none--w-hov,
.theme__sus--secondary h3.theme__none--with-hover,
.theme__sus--secondary h4.t__none--w-hov,
.theme__sus--secondary h4.theme__none--with-hover,
.t__sus--sec h1.t__none,
.t__sus--sec h1.theme__none,
.t__sus--sec h2.t__none,
.t__sus--sec h2.theme__none,
.t__sus--sec h3.t__none,
.t__sus--sec h3.theme__none,
.t__sus--sec h4.t__none,
.t__sus--sec h4.theme__none,
.t__sus--sec h1.t__none--w-hov,
.t__sus--sec h1.theme__none--with-hover,
.t__sus--sec h2.t__none--w-hov,
.t__sus--sec h2.theme__none--with-hover,
.t__sus--sec h3.t__none--w-hov,
.t__sus--sec h3.theme__none--with-hover,
.t__sus--sec h4.t__none--w-hov,
.t__sus--sec h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__sus--secondary span.t__none,
.theme__sus--secondary span.theme__none,
.t__sus--sec span.t__none,
.t__sus--sec span.theme__none {
  color: #4a4a4a;
}
.theme__sus--secondary i.t__none,
.theme__sus--secondary i.theme__none,
.t__sus--sec i.t__none,
.t__sus--sec i.theme__none {
  color: #4a4a4a;
}
.theme__sus--secondary a.border__none,
.theme__sus--secondary a.b__none,
.t__sus--sec a.border__none,
.t__sus--sec a.b__none {
  border: 0;
}
.theme__sus--secondary a:hover h1.t__none,
.theme__sus--secondary a:hover h1.theme__none,
.theme__sus--secondary a:hover h2.t__none,
.theme__sus--secondary a:hover h2.theme__none,
.theme__sus--secondary a:hover h3.t__none,
.theme__sus--secondary a:hover h3.theme__none,
.theme__sus--secondary a:hover h4.t__none,
.theme__sus--secondary a:hover h4.theme__none,
.t__sus--sec a:hover h1.t__none,
.t__sus--sec a:hover h1.theme__none,
.t__sus--sec a:hover h2.t__none,
.t__sus--sec a:hover h2.theme__none,
.t__sus--sec a:hover h3.t__none,
.t__sus--sec a:hover h3.theme__none,
.t__sus--sec a:hover h4.t__none,
.t__sus--sec a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__sus--secondary a:hover h1.t__none--w-hov,
.theme__sus--secondary a:hover h1.theme__none--with-hover,
.theme__sus--secondary a:hover h2.t__none--w-hov,
.theme__sus--secondary a:hover h2.theme__none--with-hover,
.theme__sus--secondary a:hover h3.t__none--w-hov,
.theme__sus--secondary a:hover h3.theme__none--with-hover,
.theme__sus--secondary a:hover h4.t__none--w-hov,
.theme__sus--secondary a:hover h4.theme__none--with-hover,
.t__sus--sec a:hover h1.t__none--w-hov,
.t__sus--sec a:hover h1.theme__none--with-hover,
.t__sus--sec a:hover h2.t__none--w-hov,
.t__sus--sec a:hover h2.theme__none--with-hover,
.t__sus--sec a:hover h3.t__none--w-hov,
.t__sus--sec a:hover h3.theme__none--with-hover,
.t__sus--sec a:hover h4.t__none--w-hov,
.t__sus--sec a:hover h4.theme__none--with-hover {
  color: #1DAB61;
}

.theme__sus--pastel h1, .theme__sus--pastel h2, .theme__sus--pastel h3, .theme__sus--pastel h4, .theme__sus--pastel h5, .theme__sus--pastel h6,
.t__sus--pas h1,
.t__sus--pas h2,
.t__sus--pas h3,
.t__sus--pas h4,
.t__sus--pas h5,
.t__sus--pas h6 {
  color: #1DAB61;
}
.theme__sus--pastel a,
.t__sus--pas a {
  color: #4a4a4a;
  border-color: #1DAB61;
  text-decoration: none;
}
.theme__sus--pastel a:hover,
.t__sus--pas a:hover {
  color: #1DAB61;
}
.theme__sus--pastel a:hover h1, .theme__sus--pastel a:hover h2, .theme__sus--pastel a:hover h3, .theme__sus--pastel a:hover h4, .theme__sus--pastel a:hover h5, .theme__sus--pastel a:hover h6,
.t__sus--pas a:hover h1,
.t__sus--pas a:hover h2,
.t__sus--pas a:hover h3,
.t__sus--pas a:hover h4,
.t__sus--pas a:hover h5,
.t__sus--pas a:hover h6 {
  color: #1DAB61;
}
.theme__sus--pastel a div,
.t__sus--pas a div {
  border-color: #1DAB61 !important;
}
.theme__sus--pastel input,
.t__sus--pas input {
  border-color: #1DAB61;
}
.theme__sus--pastel p,
.t__sus--pas p {
  color: #4a4a4a;
}
.theme__sus--pastel .button,
.theme__sus--pastel .btn,
.theme__sus--pastel .btn__pill, .theme__sus--pastel.button, .theme__sus--pastel.btn, .theme__sus--pastel.btn__pill,
.t__sus--pas .button,
.t__sus--pas .btn,
.t__sus--pas .btn__pill,
.t__sus--pas.button,
.t__sus--pas.btn,
.t__sus--pas.btn__pill {
  border-color: #1DAB61;
}
@media (hover: hover) {
  .theme__sus--pastel .button:hover,
  .theme__sus--pastel .btn:hover,
  .theme__sus--pastel .btn__pill:hover, .theme__sus--pastel.button:hover, .theme__sus--pastel.btn:hover, .theme__sus--pastel.btn__pill:hover,
  .t__sus--pas .button:hover,
  .t__sus--pas .btn:hover,
  .t__sus--pas .btn__pill:hover,
  .t__sus--pas.button:hover,
  .t__sus--pas.btn:hover,
  .t__sus--pas.btn__pill:hover {
    color: #ffffff;
    background: #1DAB61;
  }
  .theme__sus--pastel .button:hover i,
  .theme__sus--pastel .btn:hover i,
  .theme__sus--pastel .btn__pill:hover i, .theme__sus--pastel.button:hover i, .theme__sus--pastel.btn:hover i, .theme__sus--pastel.btn__pill:hover i,
  .t__sus--pas .button:hover i,
  .t__sus--pas .btn:hover i,
  .t__sus--pas .btn__pill:hover i,
  .t__sus--pas.button:hover i,
  .t__sus--pas.btn:hover i,
  .t__sus--pas.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__sus--pastel .button__invert,
.theme__sus--pastel .btn__invert,
.theme__sus--pastel .btn__pill__invert, .theme__sus--pastel.button__invert, .theme__sus--pastel.btn__invert, .theme__sus--pastel.btn__pill__invert,
.t__sus--pas .button__invert,
.t__sus--pas .btn__invert,
.t__sus--pas .btn__pill__invert,
.t__sus--pas.button__invert,
.t__sus--pas.btn__invert,
.t__sus--pas.btn__pill__invert {
  background-color: #1DAB61;
  color: #ffffff;
}
.theme__sus--pastel .button__invert h4,
.theme__sus--pastel .btn__invert h4,
.theme__sus--pastel .btn__pill__invert h4, .theme__sus--pastel.button__invert h4, .theme__sus--pastel.btn__invert h4, .theme__sus--pastel.btn__pill__invert h4,
.t__sus--pas .button__invert h4,
.t__sus--pas .btn__invert h4,
.t__sus--pas .btn__pill__invert h4,
.t__sus--pas.button__invert h4,
.t__sus--pas.btn__invert h4,
.t__sus--pas.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__sus--pastel .button__invert:hover,
.theme__sus--pastel .btn__invert:hover,
.theme__sus--pastel .btn__pill__invert:hover, .theme__sus--pastel.button__invert:hover, .theme__sus--pastel.btn__invert:hover, .theme__sus--pastel.btn__pill__invert:hover,
.t__sus--pas .button__invert:hover,
.t__sus--pas .btn__invert:hover,
.t__sus--pas .btn__pill__invert:hover,
.t__sus--pas.button__invert:hover,
.t__sus--pas.btn__invert:hover,
.t__sus--pas.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__sus--pastel .button__invert:hover h4,
.theme__sus--pastel .btn__invert:hover h4,
.theme__sus--pastel .btn__pill__invert:hover h4, .theme__sus--pastel.button__invert:hover h4, .theme__sus--pastel.btn__invert:hover h4, .theme__sus--pastel.btn__pill__invert:hover h4,
.t__sus--pas .button__invert:hover h4,
.t__sus--pas .btn__invert:hover h4,
.t__sus--pas .btn__pill__invert:hover h4,
.t__sus--pas.button__invert:hover h4,
.t__sus--pas.btn__invert:hover h4,
.t__sus--pas.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__sus--pastel .button__invert--hover:hover,
.theme__sus--pastel .btn__invert--hover:hover,
.theme__sus--pastel .btn__pill__invert--hover:hover, .theme__sus--pastel.button__invert--hover:hover, .theme__sus--pastel.btn__invert--hover:hover, .theme__sus--pastel.btn__pill__invert--hover:hover,
.t__sus--pas .button__invert--hover:hover,
.t__sus--pas .btn__invert--hover:hover,
.t__sus--pas .btn__pill__invert--hover:hover,
.t__sus--pas.button__invert--hover:hover,
.t__sus--pas.btn__invert--hover:hover,
.t__sus--pas.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__sus--pastel .button__under,
.theme__sus--pastel .btn__under,
.theme__sus--pastel .btn__pill__under, .theme__sus--pastel.button__under, .theme__sus--pastel.btn__under, .theme__sus--pastel.btn__pill__under,
.t__sus--pas .button__under,
.t__sus--pas .btn__under,
.t__sus--pas .btn__pill__under,
.t__sus--pas.button__under,
.t__sus--pas.btn__under,
.t__sus--pas.btn__pill__under {
  border-color: #1DAB61;
}
.theme__sus--pastel .btn__large,
.t__sus--pas .btn__large {
  background-color: #1DAB61;
}
.theme__sus--pastel .input__search,
.t__sus--pas .input__search {
  border-color: #1DAB61;
}
.theme__sus--pastel .input__search i,
.t__sus--pas .input__search i {
  color: #4a4a4a;
}
.theme__sus--pastel .input__search:hover i,
.t__sus--pas .input__search:hover i {
  color: #1DAB61;
}
.theme__sus--pastel .component__foreground,
.t__sus--pas .component__foreground {
  color: #4a4a4a;
}
.theme__sus--pastel.card,
.theme__sus--pastel .card, .theme__sus--pastel.card__with-image,
.theme__sus--pastel .card__with-image,
.t__sus--pas.card,
.t__sus--pas .card,
.t__sus--pas.card__with-image,
.t__sus--pas .card__with-image {
  border-color: #1DAB61;
}
.theme__sus--pastel.card__highlight,
.theme__sus--pastel .card__highlight,
.theme__sus--pastel .card__highlight--image,
.theme__sus--pastel .card__highlight--final,
.t__sus--pas.card__highlight,
.t__sus--pas .card__highlight,
.t__sus--pas .card__highlight--image,
.t__sus--pas .card__highlight--final {
  background-color: #1DAB61;
  border-color: #1DAB61;
}
.theme__sus--pastel.card__highlight--title,
.theme__sus--pastel .card__highlight--title,
.theme__sus--pastel .card__highlight--image,
.theme__sus--pastel .card__highlight--final,
.t__sus--pas.card__highlight--title,
.t__sus--pas .card__highlight--title,
.t__sus--pas .card__highlight--image,
.t__sus--pas .card__highlight--final {
  color: #4a4a4a;
}
.theme__sus--pastel .image-slider__selector--dot,
.t__sus--pas .image-slider__selector--dot {
  background-color: #1DAB61;
}
.theme__sus--pastel .call-to-action__text h3,
.t__sus--pas .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__sus--pastel .officer__block--title h5, .theme__sus--pastel .officer__block--title h6,
.t__sus--pas .officer__block--title h5,
.t__sus--pas .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__sus--pastel .block__statement--link,
.t__sus--pas .block__statement--link {
  color: #4a4a4a;
}
.theme__sus--pastel .card__cutoff,
.t__sus--pas .card__cutoff {
  background: linear-gradient(#1DAB61, #1DAB61), linear-gradient(white, white);
}
.theme__sus--pastel .card__cutoff p,
.t__sus--pas .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__sus--pastel .card__cutoff:hover,
  .t__sus--pas .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__sus--pastel .card__cutoff:hover p,
  .t__sus--pas .card__cutoff:hover p {
    color: #1DAB61;
  }
  .theme__sus--pastel .card__cutoff:hover .card__cutoff--link,
  .t__sus--pas .card__cutoff:hover .card__cutoff--link {
    color: #1DAB61;
  }
  .theme__sus--pastel .card__cutoff:hover .card__cutoff--text,
  .t__sus--pas .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__sus--pastel .card__cutoff:hover .card__cutoff--text p,
  .t__sus--pas .card__cutoff:hover .card__cutoff--text p {
    color: #1DAB61;
  }
  .theme__sus--pastel .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__sus--pas .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: #1DAB61;
  }
}
.theme__sus--pastel .card__cutoff--link,
.t__sus--pas .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__sus--pastel .card__cutoff--link:hover,
  .t__sus--pas .card__cutoff--link:hover {
    color: #1DAB61;
  }
  .theme__sus--pastel .card__cutoff--link:hover--link,
  .t__sus--pas .card__cutoff--link:hover--link {
    color: #1DAB61;
  }
}
.theme__sus--pastel .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__sus--pas .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: #1DAB61;
}
.theme__sus--pastel .dropdown__toggle--title,
.t__sus--pas .dropdown__toggle--title {
  color: #1DAB61;
}
.theme__sus--pastel .dropdown__toggle--icon i,
.t__sus--pas .dropdown__toggle--icon i {
  color: #1DAB61;
}
.theme__sus--pastel .large_timer__countdown--item_large,
.t__sus--pas .large_timer__countdown--item_large {
  background-color: #1DAB61;
}
.theme__sus--pastel .large_timer__countdown--item_medium,
.t__sus--pas .large_timer__countdown--item_medium {
  background-color: #1DAB61;
}
.theme__sus--pastel .large_timer__countdown--item_small,
.t__sus--pas .large_timer__countdown--item_small {
  background-color: #1DAB61;
}
.theme__sus--pastel .modalcontent,
.t__sus--pas .modalcontent {
  border-color: #1DAB61;
}
.theme__sus--pastel .transparent__header,
.t__sus--pas .transparent__header {
  background: #1DAB61;
}
.theme__sus--pastel .breadcrumb__slashes,
.t__sus--pas .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__sus--pastel .the-list,
.t__sus--pas .the-list {
  background-color: #1DAB61;
}
.theme__sus--pastel .the-list option,
.t__sus--pas .the-list option {
  border-color: #1DAB61 !important;
}
.theme__sus--pastel .es-list::-webkit-scrollbar-thumb,
.t__sus--pas .es-list::-webkit-scrollbar-thumb {
  background: #1DAB61;
}
.theme__sus--pastel .es-visible,
.t__sus--pas .es-visible {
  border-color: #1DAB61 !important;
}
.theme__sus--pastel .ot-open,
.theme__sus--pastel .ot-closed,
.t__sus--pas .ot-open,
.t__sus--pas .ot-closed {
  color: #1DAB61;
}
.theme__sus--pastel .colour__foreground,
.t__sus--pas .colour__foreground {
  color: #1DAB61;
}
.theme__sus--pastel h1.t__none,
.theme__sus--pastel h1.theme__none,
.theme__sus--pastel h2.t__none,
.theme__sus--pastel h2.theme__none,
.theme__sus--pastel h3.t__none,
.theme__sus--pastel h3.theme__none,
.theme__sus--pastel h4.t__none,
.theme__sus--pastel h4.theme__none,
.theme__sus--pastel h1.t__none--w-hov,
.theme__sus--pastel h1.theme__none--with-hover,
.theme__sus--pastel h2.t__none--w-hov,
.theme__sus--pastel h2.theme__none--with-hover,
.theme__sus--pastel h3.t__none--w-hov,
.theme__sus--pastel h3.theme__none--with-hover,
.theme__sus--pastel h4.t__none--w-hov,
.theme__sus--pastel h4.theme__none--with-hover,
.t__sus--pas h1.t__none,
.t__sus--pas h1.theme__none,
.t__sus--pas h2.t__none,
.t__sus--pas h2.theme__none,
.t__sus--pas h3.t__none,
.t__sus--pas h3.theme__none,
.t__sus--pas h4.t__none,
.t__sus--pas h4.theme__none,
.t__sus--pas h1.t__none--w-hov,
.t__sus--pas h1.theme__none--with-hover,
.t__sus--pas h2.t__none--w-hov,
.t__sus--pas h2.theme__none--with-hover,
.t__sus--pas h3.t__none--w-hov,
.t__sus--pas h3.theme__none--with-hover,
.t__sus--pas h4.t__none--w-hov,
.t__sus--pas h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__sus--pastel span.t__none,
.theme__sus--pastel span.theme__none,
.t__sus--pas span.t__none,
.t__sus--pas span.theme__none {
  color: #4a4a4a;
}
.theme__sus--pastel i.t__none,
.theme__sus--pastel i.theme__none,
.t__sus--pas i.t__none,
.t__sus--pas i.theme__none {
  color: #4a4a4a;
}
.theme__sus--pastel a.border__none,
.theme__sus--pastel a.b__none,
.t__sus--pas a.border__none,
.t__sus--pas a.b__none {
  border: 0;
}
.theme__sus--pastel a:hover h1.t__none,
.theme__sus--pastel a:hover h1.theme__none,
.theme__sus--pastel a:hover h2.t__none,
.theme__sus--pastel a:hover h2.theme__none,
.theme__sus--pastel a:hover h3.t__none,
.theme__sus--pastel a:hover h3.theme__none,
.theme__sus--pastel a:hover h4.t__none,
.theme__sus--pastel a:hover h4.theme__none,
.t__sus--pas a:hover h1.t__none,
.t__sus--pas a:hover h1.theme__none,
.t__sus--pas a:hover h2.t__none,
.t__sus--pas a:hover h2.theme__none,
.t__sus--pas a:hover h3.t__none,
.t__sus--pas a:hover h3.theme__none,
.t__sus--pas a:hover h4.t__none,
.t__sus--pas a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__sus--pastel a:hover h1.t__none--w-hov,
.theme__sus--pastel a:hover h1.theme__none--with-hover,
.theme__sus--pastel a:hover h2.t__none--w-hov,
.theme__sus--pastel a:hover h2.theme__none--with-hover,
.theme__sus--pastel a:hover h3.t__none--w-hov,
.theme__sus--pastel a:hover h3.theme__none--with-hover,
.theme__sus--pastel a:hover h4.t__none--w-hov,
.theme__sus--pastel a:hover h4.theme__none--with-hover,
.t__sus--pas a:hover h1.t__none--w-hov,
.t__sus--pas a:hover h1.theme__none--with-hover,
.t__sus--pas a:hover h2.t__none--w-hov,
.t__sus--pas a:hover h2.theme__none--with-hover,
.t__sus--pas a:hover h3.t__none--w-hov,
.t__sus--pas a:hover h3.theme__none--with-hover,
.t__sus--pas a:hover h4.t__none--w-hov,
.t__sus--pas a:hover h4.theme__none--with-hover {
  color: #1DAB61;
}

.theme__sus--background-primary,
.t__sus--bg-pri {
  background-color: #1DAB61;
}

.theme__sus--background-secondary,
.t__sus--bg-sec {
  background-color: #1DAB61;
}

.theme__sus--background-pastel,
.t__sus--bg-pas {
  background-color: #1DAB61;
}

.theme__usw--primary h1, .theme__usw--primary h2, .theme__usw--primary h3, .theme__usw--primary h4, .theme__usw--primary h5, .theme__usw--primary h6,
.t__usw--pri h1,
.t__usw--pri h2,
.t__usw--pri h3,
.t__usw--pri h4,
.t__usw--pri h5,
.t__usw--pri h6 {
  color: #94d9f4;
}
.theme__usw--primary a,
.t__usw--pri a {
  color: #4a4a4a;
  border-color: #94d9f4;
  text-decoration: none;
}
.theme__usw--primary a:hover,
.t__usw--pri a:hover {
  color: #94d9f4;
}
.theme__usw--primary a:hover h1, .theme__usw--primary a:hover h2, .theme__usw--primary a:hover h3, .theme__usw--primary a:hover h4, .theme__usw--primary a:hover h5, .theme__usw--primary a:hover h6,
.t__usw--pri a:hover h1,
.t__usw--pri a:hover h2,
.t__usw--pri a:hover h3,
.t__usw--pri a:hover h4,
.t__usw--pri a:hover h5,
.t__usw--pri a:hover h6 {
  color: #94d9f4;
}
.theme__usw--primary a div,
.t__usw--pri a div {
  border-color: #94d9f4 !important;
}
.theme__usw--primary input,
.t__usw--pri input {
  border-color: #94d9f4;
}
.theme__usw--primary p,
.t__usw--pri p {
  color: #4a4a4a;
}
.theme__usw--primary .button,
.theme__usw--primary .btn,
.theme__usw--primary .btn__pill, .theme__usw--primary.button, .theme__usw--primary.btn, .theme__usw--primary.btn__pill,
.t__usw--pri .button,
.t__usw--pri .btn,
.t__usw--pri .btn__pill,
.t__usw--pri.button,
.t__usw--pri.btn,
.t__usw--pri.btn__pill {
  border-color: #94d9f4;
}
@media (hover: hover) {
  .theme__usw--primary .button:hover,
  .theme__usw--primary .btn:hover,
  .theme__usw--primary .btn__pill:hover, .theme__usw--primary.button:hover, .theme__usw--primary.btn:hover, .theme__usw--primary.btn__pill:hover,
  .t__usw--pri .button:hover,
  .t__usw--pri .btn:hover,
  .t__usw--pri .btn__pill:hover,
  .t__usw--pri.button:hover,
  .t__usw--pri.btn:hover,
  .t__usw--pri.btn__pill:hover {
    color: #ffffff;
    background: #94d9f4;
  }
  .theme__usw--primary .button:hover i,
  .theme__usw--primary .btn:hover i,
  .theme__usw--primary .btn__pill:hover i, .theme__usw--primary.button:hover i, .theme__usw--primary.btn:hover i, .theme__usw--primary.btn__pill:hover i,
  .t__usw--pri .button:hover i,
  .t__usw--pri .btn:hover i,
  .t__usw--pri .btn__pill:hover i,
  .t__usw--pri.button:hover i,
  .t__usw--pri.btn:hover i,
  .t__usw--pri.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__usw--primary .button__invert,
.theme__usw--primary .btn__invert,
.theme__usw--primary .btn__pill__invert, .theme__usw--primary.button__invert, .theme__usw--primary.btn__invert, .theme__usw--primary.btn__pill__invert,
.t__usw--pri .button__invert,
.t__usw--pri .btn__invert,
.t__usw--pri .btn__pill__invert,
.t__usw--pri.button__invert,
.t__usw--pri.btn__invert,
.t__usw--pri.btn__pill__invert {
  background-color: #94d9f4;
  color: #ffffff;
}
.theme__usw--primary .button__invert h4,
.theme__usw--primary .btn__invert h4,
.theme__usw--primary .btn__pill__invert h4, .theme__usw--primary.button__invert h4, .theme__usw--primary.btn__invert h4, .theme__usw--primary.btn__pill__invert h4,
.t__usw--pri .button__invert h4,
.t__usw--pri .btn__invert h4,
.t__usw--pri .btn__pill__invert h4,
.t__usw--pri.button__invert h4,
.t__usw--pri.btn__invert h4,
.t__usw--pri.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__usw--primary .button__invert:hover,
.theme__usw--primary .btn__invert:hover,
.theme__usw--primary .btn__pill__invert:hover, .theme__usw--primary.button__invert:hover, .theme__usw--primary.btn__invert:hover, .theme__usw--primary.btn__pill__invert:hover,
.t__usw--pri .button__invert:hover,
.t__usw--pri .btn__invert:hover,
.t__usw--pri .btn__pill__invert:hover,
.t__usw--pri.button__invert:hover,
.t__usw--pri.btn__invert:hover,
.t__usw--pri.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__usw--primary .button__invert:hover h4,
.theme__usw--primary .btn__invert:hover h4,
.theme__usw--primary .btn__pill__invert:hover h4, .theme__usw--primary.button__invert:hover h4, .theme__usw--primary.btn__invert:hover h4, .theme__usw--primary.btn__pill__invert:hover h4,
.t__usw--pri .button__invert:hover h4,
.t__usw--pri .btn__invert:hover h4,
.t__usw--pri .btn__pill__invert:hover h4,
.t__usw--pri.button__invert:hover h4,
.t__usw--pri.btn__invert:hover h4,
.t__usw--pri.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__usw--primary .button__invert--hover:hover,
.theme__usw--primary .btn__invert--hover:hover,
.theme__usw--primary .btn__pill__invert--hover:hover, .theme__usw--primary.button__invert--hover:hover, .theme__usw--primary.btn__invert--hover:hover, .theme__usw--primary.btn__pill__invert--hover:hover,
.t__usw--pri .button__invert--hover:hover,
.t__usw--pri .btn__invert--hover:hover,
.t__usw--pri .btn__pill__invert--hover:hover,
.t__usw--pri.button__invert--hover:hover,
.t__usw--pri.btn__invert--hover:hover,
.t__usw--pri.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__usw--primary .button__under,
.theme__usw--primary .btn__under,
.theme__usw--primary .btn__pill__under, .theme__usw--primary.button__under, .theme__usw--primary.btn__under, .theme__usw--primary.btn__pill__under,
.t__usw--pri .button__under,
.t__usw--pri .btn__under,
.t__usw--pri .btn__pill__under,
.t__usw--pri.button__under,
.t__usw--pri.btn__under,
.t__usw--pri.btn__pill__under {
  border-color: #94d9f4;
}
.theme__usw--primary .btn__large,
.t__usw--pri .btn__large {
  background-color: #94d9f4;
}
.theme__usw--primary .input__search,
.t__usw--pri .input__search {
  border-color: #94d9f4;
}
.theme__usw--primary .input__search i,
.t__usw--pri .input__search i {
  color: #4a4a4a;
}
.theme__usw--primary .input__search:hover i,
.t__usw--pri .input__search:hover i {
  color: #94d9f4;
}
.theme__usw--primary .component__foreground,
.t__usw--pri .component__foreground {
  color: #4a4a4a;
}
.theme__usw--primary.card,
.theme__usw--primary .card, .theme__usw--primary.card__with-image,
.theme__usw--primary .card__with-image,
.t__usw--pri.card,
.t__usw--pri .card,
.t__usw--pri.card__with-image,
.t__usw--pri .card__with-image {
  border-color: #94d9f4;
}
.theme__usw--primary.card__highlight,
.theme__usw--primary .card__highlight,
.theme__usw--primary .card__highlight--image,
.theme__usw--primary .card__highlight--final,
.t__usw--pri.card__highlight,
.t__usw--pri .card__highlight,
.t__usw--pri .card__highlight--image,
.t__usw--pri .card__highlight--final {
  background-color: #94d9f4;
  border-color: #94d9f4;
}
.theme__usw--primary.card__highlight--title,
.theme__usw--primary .card__highlight--title,
.theme__usw--primary .card__highlight--image,
.theme__usw--primary .card__highlight--final,
.t__usw--pri.card__highlight--title,
.t__usw--pri .card__highlight--title,
.t__usw--pri .card__highlight--image,
.t__usw--pri .card__highlight--final {
  color: #4a4a4a;
}
.theme__usw--primary .image-slider__selector--dot,
.t__usw--pri .image-slider__selector--dot {
  background-color: #94d9f4;
}
.theme__usw--primary .call-to-action__text h3,
.t__usw--pri .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__usw--primary .officer__block--title h5, .theme__usw--primary .officer__block--title h6,
.t__usw--pri .officer__block--title h5,
.t__usw--pri .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__usw--primary .block__statement--link,
.t__usw--pri .block__statement--link {
  color: #4a4a4a;
}
.theme__usw--primary .card__cutoff,
.t__usw--pri .card__cutoff {
  background: linear-gradient(#94d9f4, #94d9f4), linear-gradient(white, white);
}
.theme__usw--primary .card__cutoff p,
.t__usw--pri .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__usw--primary .card__cutoff:hover,
  .t__usw--pri .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__usw--primary .card__cutoff:hover p,
  .t__usw--pri .card__cutoff:hover p {
    color: #94d9f4;
  }
  .theme__usw--primary .card__cutoff:hover .card__cutoff--link,
  .t__usw--pri .card__cutoff:hover .card__cutoff--link {
    color: #94d9f4;
  }
  .theme__usw--primary .card__cutoff:hover .card__cutoff--text,
  .t__usw--pri .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__usw--primary .card__cutoff:hover .card__cutoff--text p,
  .t__usw--pri .card__cutoff:hover .card__cutoff--text p {
    color: #94d9f4;
  }
  .theme__usw--primary .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__usw--pri .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: #94d9f4;
  }
}
.theme__usw--primary .card__cutoff--link,
.t__usw--pri .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__usw--primary .card__cutoff--link:hover,
  .t__usw--pri .card__cutoff--link:hover {
    color: #94d9f4;
  }
  .theme__usw--primary .card__cutoff--link:hover--link,
  .t__usw--pri .card__cutoff--link:hover--link {
    color: #94d9f4;
  }
}
.theme__usw--primary .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__usw--pri .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: #94d9f4;
}
.theme__usw--primary .dropdown__toggle--title,
.t__usw--pri .dropdown__toggle--title {
  color: #94d9f4;
}
.theme__usw--primary .dropdown__toggle--icon i,
.t__usw--pri .dropdown__toggle--icon i {
  color: #94d9f4;
}
.theme__usw--primary .large_timer__countdown--item_large,
.t__usw--pri .large_timer__countdown--item_large {
  background-color: #94d9f4;
}
.theme__usw--primary .large_timer__countdown--item_medium,
.t__usw--pri .large_timer__countdown--item_medium {
  background-color: #94d9f4;
}
.theme__usw--primary .large_timer__countdown--item_small,
.t__usw--pri .large_timer__countdown--item_small {
  background-color: #94d9f4;
}
.theme__usw--primary .modalcontent,
.t__usw--pri .modalcontent {
  border-color: #94d9f4;
}
.theme__usw--primary .transparent__header,
.t__usw--pri .transparent__header {
  background: #94d9f4;
}
.theme__usw--primary .breadcrumb__slashes,
.t__usw--pri .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__usw--primary .the-list,
.t__usw--pri .the-list {
  background-color: #94d9f4;
}
.theme__usw--primary .the-list option,
.t__usw--pri .the-list option {
  border-color: #94d9f4 !important;
}
.theme__usw--primary .es-list::-webkit-scrollbar-thumb,
.t__usw--pri .es-list::-webkit-scrollbar-thumb {
  background: #94d9f4;
}
.theme__usw--primary .es-visible,
.t__usw--pri .es-visible {
  border-color: #94d9f4 !important;
}
.theme__usw--primary .ot-open,
.theme__usw--primary .ot-closed,
.t__usw--pri .ot-open,
.t__usw--pri .ot-closed {
  color: #94d9f4;
}
.theme__usw--primary .colour__foreground,
.t__usw--pri .colour__foreground {
  color: #94d9f4;
}
.theme__usw--primary h1.t__none,
.theme__usw--primary h1.theme__none,
.theme__usw--primary h2.t__none,
.theme__usw--primary h2.theme__none,
.theme__usw--primary h3.t__none,
.theme__usw--primary h3.theme__none,
.theme__usw--primary h4.t__none,
.theme__usw--primary h4.theme__none,
.theme__usw--primary h1.t__none--w-hov,
.theme__usw--primary h1.theme__none--with-hover,
.theme__usw--primary h2.t__none--w-hov,
.theme__usw--primary h2.theme__none--with-hover,
.theme__usw--primary h3.t__none--w-hov,
.theme__usw--primary h3.theme__none--with-hover,
.theme__usw--primary h4.t__none--w-hov,
.theme__usw--primary h4.theme__none--with-hover,
.t__usw--pri h1.t__none,
.t__usw--pri h1.theme__none,
.t__usw--pri h2.t__none,
.t__usw--pri h2.theme__none,
.t__usw--pri h3.t__none,
.t__usw--pri h3.theme__none,
.t__usw--pri h4.t__none,
.t__usw--pri h4.theme__none,
.t__usw--pri h1.t__none--w-hov,
.t__usw--pri h1.theme__none--with-hover,
.t__usw--pri h2.t__none--w-hov,
.t__usw--pri h2.theme__none--with-hover,
.t__usw--pri h3.t__none--w-hov,
.t__usw--pri h3.theme__none--with-hover,
.t__usw--pri h4.t__none--w-hov,
.t__usw--pri h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__usw--primary span.t__none,
.theme__usw--primary span.theme__none,
.t__usw--pri span.t__none,
.t__usw--pri span.theme__none {
  color: #4a4a4a;
}
.theme__usw--primary i.t__none,
.theme__usw--primary i.theme__none,
.t__usw--pri i.t__none,
.t__usw--pri i.theme__none {
  color: #4a4a4a;
}
.theme__usw--primary a.border__none,
.theme__usw--primary a.b__none,
.t__usw--pri a.border__none,
.t__usw--pri a.b__none {
  border: 0;
}
.theme__usw--primary a:hover h1.t__none,
.theme__usw--primary a:hover h1.theme__none,
.theme__usw--primary a:hover h2.t__none,
.theme__usw--primary a:hover h2.theme__none,
.theme__usw--primary a:hover h3.t__none,
.theme__usw--primary a:hover h3.theme__none,
.theme__usw--primary a:hover h4.t__none,
.theme__usw--primary a:hover h4.theme__none,
.t__usw--pri a:hover h1.t__none,
.t__usw--pri a:hover h1.theme__none,
.t__usw--pri a:hover h2.t__none,
.t__usw--pri a:hover h2.theme__none,
.t__usw--pri a:hover h3.t__none,
.t__usw--pri a:hover h3.theme__none,
.t__usw--pri a:hover h4.t__none,
.t__usw--pri a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__usw--primary a:hover h1.t__none--w-hov,
.theme__usw--primary a:hover h1.theme__none--with-hover,
.theme__usw--primary a:hover h2.t__none--w-hov,
.theme__usw--primary a:hover h2.theme__none--with-hover,
.theme__usw--primary a:hover h3.t__none--w-hov,
.theme__usw--primary a:hover h3.theme__none--with-hover,
.theme__usw--primary a:hover h4.t__none--w-hov,
.theme__usw--primary a:hover h4.theme__none--with-hover,
.t__usw--pri a:hover h1.t__none--w-hov,
.t__usw--pri a:hover h1.theme__none--with-hover,
.t__usw--pri a:hover h2.t__none--w-hov,
.t__usw--pri a:hover h2.theme__none--with-hover,
.t__usw--pri a:hover h3.t__none--w-hov,
.t__usw--pri a:hover h3.theme__none--with-hover,
.t__usw--pri a:hover h4.t__none--w-hov,
.t__usw--pri a:hover h4.theme__none--with-hover {
  color: #94d9f4;
}
.theme__usw--primary .dotted__line--small, .theme__usw--primary .dotted__line--medium, .theme__usw--primary .dotted__line--large, .theme__usw--primary .dotted__line--x-large, .theme__usw--primary .dotted__line--huge,
.t__usw--pri .dotted__line--small,
.t__usw--pri .dotted__line--medium,
.t__usw--pri .dotted__line--large,
.t__usw--pri .dotted__line--x-large,
.t__usw--pri .dotted__line--huge {
  border-image-source: url("https://f0a63dc10f9b8e5602d2-918c4a94592cd7fa431dd71bf51b646a.ssl.cf3.rackcdn.com/dotted_usw.png");
}

.theme__sw--secondary h1, .theme__sw--secondary h2, .theme__sw--secondary h3, .theme__sw--secondary h4, .theme__sw--secondary h5, .theme__sw--secondary h6,
.t__usw--sec h1,
.t__usw--sec h2,
.t__usw--sec h3,
.t__usw--sec h4,
.t__usw--sec h5,
.t__usw--sec h6 {
  color: #3a7b8c;
}
.theme__sw--secondary a,
.t__usw--sec a {
  color: #4a4a4a;
  border-color: #3a7b8c;
  text-decoration: none;
}
.theme__sw--secondary a:hover,
.t__usw--sec a:hover {
  color: #3a7b8c;
}
.theme__sw--secondary a:hover h1, .theme__sw--secondary a:hover h2, .theme__sw--secondary a:hover h3, .theme__sw--secondary a:hover h4, .theme__sw--secondary a:hover h5, .theme__sw--secondary a:hover h6,
.t__usw--sec a:hover h1,
.t__usw--sec a:hover h2,
.t__usw--sec a:hover h3,
.t__usw--sec a:hover h4,
.t__usw--sec a:hover h5,
.t__usw--sec a:hover h6 {
  color: #3a7b8c;
}
.theme__sw--secondary a div,
.t__usw--sec a div {
  border-color: #3a7b8c !important;
}
.theme__sw--secondary input,
.t__usw--sec input {
  border-color: #3a7b8c;
}
.theme__sw--secondary p,
.t__usw--sec p {
  color: #4a4a4a;
}
.theme__sw--secondary .button,
.theme__sw--secondary .btn,
.theme__sw--secondary .btn__pill, .theme__sw--secondary.button, .theme__sw--secondary.btn, .theme__sw--secondary.btn__pill,
.t__usw--sec .button,
.t__usw--sec .btn,
.t__usw--sec .btn__pill,
.t__usw--sec.button,
.t__usw--sec.btn,
.t__usw--sec.btn__pill {
  border-color: #3a7b8c;
}
@media (hover: hover) {
  .theme__sw--secondary .button:hover,
  .theme__sw--secondary .btn:hover,
  .theme__sw--secondary .btn__pill:hover, .theme__sw--secondary.button:hover, .theme__sw--secondary.btn:hover, .theme__sw--secondary.btn__pill:hover,
  .t__usw--sec .button:hover,
  .t__usw--sec .btn:hover,
  .t__usw--sec .btn__pill:hover,
  .t__usw--sec.button:hover,
  .t__usw--sec.btn:hover,
  .t__usw--sec.btn__pill:hover {
    color: #ffffff;
    background: #3a7b8c;
  }
  .theme__sw--secondary .button:hover i,
  .theme__sw--secondary .btn:hover i,
  .theme__sw--secondary .btn__pill:hover i, .theme__sw--secondary.button:hover i, .theme__sw--secondary.btn:hover i, .theme__sw--secondary.btn__pill:hover i,
  .t__usw--sec .button:hover i,
  .t__usw--sec .btn:hover i,
  .t__usw--sec .btn__pill:hover i,
  .t__usw--sec.button:hover i,
  .t__usw--sec.btn:hover i,
  .t__usw--sec.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__sw--secondary .button__invert,
.theme__sw--secondary .btn__invert,
.theme__sw--secondary .btn__pill__invert, .theme__sw--secondary.button__invert, .theme__sw--secondary.btn__invert, .theme__sw--secondary.btn__pill__invert,
.t__usw--sec .button__invert,
.t__usw--sec .btn__invert,
.t__usw--sec .btn__pill__invert,
.t__usw--sec.button__invert,
.t__usw--sec.btn__invert,
.t__usw--sec.btn__pill__invert {
  background-color: #3a7b8c;
  color: #ffffff;
}
.theme__sw--secondary .button__invert h4,
.theme__sw--secondary .btn__invert h4,
.theme__sw--secondary .btn__pill__invert h4, .theme__sw--secondary.button__invert h4, .theme__sw--secondary.btn__invert h4, .theme__sw--secondary.btn__pill__invert h4,
.t__usw--sec .button__invert h4,
.t__usw--sec .btn__invert h4,
.t__usw--sec .btn__pill__invert h4,
.t__usw--sec.button__invert h4,
.t__usw--sec.btn__invert h4,
.t__usw--sec.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__sw--secondary .button__invert:hover,
.theme__sw--secondary .btn__invert:hover,
.theme__sw--secondary .btn__pill__invert:hover, .theme__sw--secondary.button__invert:hover, .theme__sw--secondary.btn__invert:hover, .theme__sw--secondary.btn__pill__invert:hover,
.t__usw--sec .button__invert:hover,
.t__usw--sec .btn__invert:hover,
.t__usw--sec .btn__pill__invert:hover,
.t__usw--sec.button__invert:hover,
.t__usw--sec.btn__invert:hover,
.t__usw--sec.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__sw--secondary .button__invert:hover h4,
.theme__sw--secondary .btn__invert:hover h4,
.theme__sw--secondary .btn__pill__invert:hover h4, .theme__sw--secondary.button__invert:hover h4, .theme__sw--secondary.btn__invert:hover h4, .theme__sw--secondary.btn__pill__invert:hover h4,
.t__usw--sec .button__invert:hover h4,
.t__usw--sec .btn__invert:hover h4,
.t__usw--sec .btn__pill__invert:hover h4,
.t__usw--sec.button__invert:hover h4,
.t__usw--sec.btn__invert:hover h4,
.t__usw--sec.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__sw--secondary .button__invert--hover:hover,
.theme__sw--secondary .btn__invert--hover:hover,
.theme__sw--secondary .btn__pill__invert--hover:hover, .theme__sw--secondary.button__invert--hover:hover, .theme__sw--secondary.btn__invert--hover:hover, .theme__sw--secondary.btn__pill__invert--hover:hover,
.t__usw--sec .button__invert--hover:hover,
.t__usw--sec .btn__invert--hover:hover,
.t__usw--sec .btn__pill__invert--hover:hover,
.t__usw--sec.button__invert--hover:hover,
.t__usw--sec.btn__invert--hover:hover,
.t__usw--sec.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__sw--secondary .button__under,
.theme__sw--secondary .btn__under,
.theme__sw--secondary .btn__pill__under, .theme__sw--secondary.button__under, .theme__sw--secondary.btn__under, .theme__sw--secondary.btn__pill__under,
.t__usw--sec .button__under,
.t__usw--sec .btn__under,
.t__usw--sec .btn__pill__under,
.t__usw--sec.button__under,
.t__usw--sec.btn__under,
.t__usw--sec.btn__pill__under {
  border-color: #3a7b8c;
}
.theme__sw--secondary .btn__large,
.t__usw--sec .btn__large {
  background-color: #3a7b8c;
}
.theme__sw--secondary .input__search,
.t__usw--sec .input__search {
  border-color: #3a7b8c;
}
.theme__sw--secondary .input__search i,
.t__usw--sec .input__search i {
  color: #4a4a4a;
}
.theme__sw--secondary .input__search:hover i,
.t__usw--sec .input__search:hover i {
  color: #3a7b8c;
}
.theme__sw--secondary .component__foreground,
.t__usw--sec .component__foreground {
  color: #4a4a4a;
}
.theme__sw--secondary.card,
.theme__sw--secondary .card, .theme__sw--secondary.card__with-image,
.theme__sw--secondary .card__with-image,
.t__usw--sec.card,
.t__usw--sec .card,
.t__usw--sec.card__with-image,
.t__usw--sec .card__with-image {
  border-color: #3a7b8c;
}
.theme__sw--secondary.card__highlight,
.theme__sw--secondary .card__highlight,
.theme__sw--secondary .card__highlight--image,
.theme__sw--secondary .card__highlight--final,
.t__usw--sec.card__highlight,
.t__usw--sec .card__highlight,
.t__usw--sec .card__highlight--image,
.t__usw--sec .card__highlight--final {
  background-color: #3a7b8c;
  border-color: #3a7b8c;
}
.theme__sw--secondary.card__highlight--title,
.theme__sw--secondary .card__highlight--title,
.theme__sw--secondary .card__highlight--image,
.theme__sw--secondary .card__highlight--final,
.t__usw--sec.card__highlight--title,
.t__usw--sec .card__highlight--title,
.t__usw--sec .card__highlight--image,
.t__usw--sec .card__highlight--final {
  color: #4a4a4a;
}
.theme__sw--secondary .image-slider__selector--dot,
.t__usw--sec .image-slider__selector--dot {
  background-color: #3a7b8c;
}
.theme__sw--secondary .call-to-action__text h3,
.t__usw--sec .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__sw--secondary .officer__block--title h5, .theme__sw--secondary .officer__block--title h6,
.t__usw--sec .officer__block--title h5,
.t__usw--sec .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__sw--secondary .block__statement--link,
.t__usw--sec .block__statement--link {
  color: #4a4a4a;
}
.theme__sw--secondary .card__cutoff,
.t__usw--sec .card__cutoff {
  background: linear-gradient(#3a7b8c, #3a7b8c), linear-gradient(white, white);
}
.theme__sw--secondary .card__cutoff p,
.t__usw--sec .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__sw--secondary .card__cutoff:hover,
  .t__usw--sec .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__sw--secondary .card__cutoff:hover p,
  .t__usw--sec .card__cutoff:hover p {
    color: #3a7b8c;
  }
  .theme__sw--secondary .card__cutoff:hover .card__cutoff--link,
  .t__usw--sec .card__cutoff:hover .card__cutoff--link {
    color: #3a7b8c;
  }
  .theme__sw--secondary .card__cutoff:hover .card__cutoff--text,
  .t__usw--sec .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__sw--secondary .card__cutoff:hover .card__cutoff--text p,
  .t__usw--sec .card__cutoff:hover .card__cutoff--text p {
    color: #3a7b8c;
  }
  .theme__sw--secondary .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__usw--sec .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: #3a7b8c;
  }
}
.theme__sw--secondary .card__cutoff--link,
.t__usw--sec .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__sw--secondary .card__cutoff--link:hover,
  .t__usw--sec .card__cutoff--link:hover {
    color: #3a7b8c;
  }
  .theme__sw--secondary .card__cutoff--link:hover--link,
  .t__usw--sec .card__cutoff--link:hover--link {
    color: #3a7b8c;
  }
}
.theme__sw--secondary .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__usw--sec .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: #3a7b8c;
}
.theme__sw--secondary .dropdown__toggle--title,
.t__usw--sec .dropdown__toggle--title {
  color: #3a7b8c;
}
.theme__sw--secondary .dropdown__toggle--icon i,
.t__usw--sec .dropdown__toggle--icon i {
  color: #3a7b8c;
}
.theme__sw--secondary .large_timer__countdown--item_large,
.t__usw--sec .large_timer__countdown--item_large {
  background-color: #3a7b8c;
}
.theme__sw--secondary .large_timer__countdown--item_medium,
.t__usw--sec .large_timer__countdown--item_medium {
  background-color: #3a7b8c;
}
.theme__sw--secondary .large_timer__countdown--item_small,
.t__usw--sec .large_timer__countdown--item_small {
  background-color: #3a7b8c;
}
.theme__sw--secondary .modalcontent,
.t__usw--sec .modalcontent {
  border-color: #3a7b8c;
}
.theme__sw--secondary .transparent__header,
.t__usw--sec .transparent__header {
  background: #3a7b8c;
}
.theme__sw--secondary .breadcrumb__slashes,
.t__usw--sec .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__sw--secondary .the-list,
.t__usw--sec .the-list {
  background-color: #3a7b8c;
}
.theme__sw--secondary .the-list option,
.t__usw--sec .the-list option {
  border-color: #3a7b8c !important;
}
.theme__sw--secondary .es-list::-webkit-scrollbar-thumb,
.t__usw--sec .es-list::-webkit-scrollbar-thumb {
  background: #3a7b8c;
}
.theme__sw--secondary .es-visible,
.t__usw--sec .es-visible {
  border-color: #3a7b8c !important;
}
.theme__sw--secondary .ot-open,
.theme__sw--secondary .ot-closed,
.t__usw--sec .ot-open,
.t__usw--sec .ot-closed {
  color: #3a7b8c;
}
.theme__sw--secondary .colour__foreground,
.t__usw--sec .colour__foreground {
  color: #3a7b8c;
}
.theme__sw--secondary h1.t__none,
.theme__sw--secondary h1.theme__none,
.theme__sw--secondary h2.t__none,
.theme__sw--secondary h2.theme__none,
.theme__sw--secondary h3.t__none,
.theme__sw--secondary h3.theme__none,
.theme__sw--secondary h4.t__none,
.theme__sw--secondary h4.theme__none,
.theme__sw--secondary h1.t__none--w-hov,
.theme__sw--secondary h1.theme__none--with-hover,
.theme__sw--secondary h2.t__none--w-hov,
.theme__sw--secondary h2.theme__none--with-hover,
.theme__sw--secondary h3.t__none--w-hov,
.theme__sw--secondary h3.theme__none--with-hover,
.theme__sw--secondary h4.t__none--w-hov,
.theme__sw--secondary h4.theme__none--with-hover,
.t__usw--sec h1.t__none,
.t__usw--sec h1.theme__none,
.t__usw--sec h2.t__none,
.t__usw--sec h2.theme__none,
.t__usw--sec h3.t__none,
.t__usw--sec h3.theme__none,
.t__usw--sec h4.t__none,
.t__usw--sec h4.theme__none,
.t__usw--sec h1.t__none--w-hov,
.t__usw--sec h1.theme__none--with-hover,
.t__usw--sec h2.t__none--w-hov,
.t__usw--sec h2.theme__none--with-hover,
.t__usw--sec h3.t__none--w-hov,
.t__usw--sec h3.theme__none--with-hover,
.t__usw--sec h4.t__none--w-hov,
.t__usw--sec h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__sw--secondary span.t__none,
.theme__sw--secondary span.theme__none,
.t__usw--sec span.t__none,
.t__usw--sec span.theme__none {
  color: #4a4a4a;
}
.theme__sw--secondary i.t__none,
.theme__sw--secondary i.theme__none,
.t__usw--sec i.t__none,
.t__usw--sec i.theme__none {
  color: #4a4a4a;
}
.theme__sw--secondary a.border__none,
.theme__sw--secondary a.b__none,
.t__usw--sec a.border__none,
.t__usw--sec a.b__none {
  border: 0;
}
.theme__sw--secondary a:hover h1.t__none,
.theme__sw--secondary a:hover h1.theme__none,
.theme__sw--secondary a:hover h2.t__none,
.theme__sw--secondary a:hover h2.theme__none,
.theme__sw--secondary a:hover h3.t__none,
.theme__sw--secondary a:hover h3.theme__none,
.theme__sw--secondary a:hover h4.t__none,
.theme__sw--secondary a:hover h4.theme__none,
.t__usw--sec a:hover h1.t__none,
.t__usw--sec a:hover h1.theme__none,
.t__usw--sec a:hover h2.t__none,
.t__usw--sec a:hover h2.theme__none,
.t__usw--sec a:hover h3.t__none,
.t__usw--sec a:hover h3.theme__none,
.t__usw--sec a:hover h4.t__none,
.t__usw--sec a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__sw--secondary a:hover h1.t__none--w-hov,
.theme__sw--secondary a:hover h1.theme__none--with-hover,
.theme__sw--secondary a:hover h2.t__none--w-hov,
.theme__sw--secondary a:hover h2.theme__none--with-hover,
.theme__sw--secondary a:hover h3.t__none--w-hov,
.theme__sw--secondary a:hover h3.theme__none--with-hover,
.theme__sw--secondary a:hover h4.t__none--w-hov,
.theme__sw--secondary a:hover h4.theme__none--with-hover,
.t__usw--sec a:hover h1.t__none--w-hov,
.t__usw--sec a:hover h1.theme__none--with-hover,
.t__usw--sec a:hover h2.t__none--w-hov,
.t__usw--sec a:hover h2.theme__none--with-hover,
.t__usw--sec a:hover h3.t__none--w-hov,
.t__usw--sec a:hover h3.theme__none--with-hover,
.t__usw--sec a:hover h4.t__none--w-hov,
.t__usw--sec a:hover h4.theme__none--with-hover {
  color: #3a7b8c;
}
.theme__sw--secondary .dotted__line--small, .theme__sw--secondary .dotted__line--medium, .theme__sw--secondary .dotted__line--large, .theme__sw--secondary .dotted__line--x-large, .theme__sw--secondary .dotted__line--huge,
.t__usw--sec .dotted__line--small,
.t__usw--sec .dotted__line--medium,
.t__usw--sec .dotted__line--large,
.t__usw--sec .dotted__line--x-large,
.t__usw--sec .dotted__line--huge {
  border-image-source: url("https://f0a63dc10f9b8e5602d2-918c4a94592cd7fa431dd71bf51b646a.ssl.cf3.rackcdn.com/dotted_usw.png");
}

.theme__usw--pastel h1, .theme__usw--pastel h2, .theme__usw--pastel h3, .theme__usw--pastel h4, .theme__usw--pastel h5, .theme__usw--pastel h6,
.t__usw--pas h1,
.t__usw--pas h2,
.t__usw--pas h3,
.t__usw--pas h4,
.t__usw--pas h5,
.t__usw--pas h6 {
  color: #3a7b8c;
}
.theme__usw--pastel a,
.t__usw--pas a {
  color: #4a4a4a;
  border-color: #3a7b8c;
  text-decoration: none;
}
.theme__usw--pastel a:hover,
.t__usw--pas a:hover {
  color: #3a7b8c;
}
.theme__usw--pastel a:hover h1, .theme__usw--pastel a:hover h2, .theme__usw--pastel a:hover h3, .theme__usw--pastel a:hover h4, .theme__usw--pastel a:hover h5, .theme__usw--pastel a:hover h6,
.t__usw--pas a:hover h1,
.t__usw--pas a:hover h2,
.t__usw--pas a:hover h3,
.t__usw--pas a:hover h4,
.t__usw--pas a:hover h5,
.t__usw--pas a:hover h6 {
  color: #3a7b8c;
}
.theme__usw--pastel a div,
.t__usw--pas a div {
  border-color: #3a7b8c !important;
}
.theme__usw--pastel input,
.t__usw--pas input {
  border-color: #3a7b8c;
}
.theme__usw--pastel p,
.t__usw--pas p {
  color: #4a4a4a;
}
.theme__usw--pastel .button,
.theme__usw--pastel .btn,
.theme__usw--pastel .btn__pill, .theme__usw--pastel.button, .theme__usw--pastel.btn, .theme__usw--pastel.btn__pill,
.t__usw--pas .button,
.t__usw--pas .btn,
.t__usw--pas .btn__pill,
.t__usw--pas.button,
.t__usw--pas.btn,
.t__usw--pas.btn__pill {
  border-color: #3a7b8c;
}
@media (hover: hover) {
  .theme__usw--pastel .button:hover,
  .theme__usw--pastel .btn:hover,
  .theme__usw--pastel .btn__pill:hover, .theme__usw--pastel.button:hover, .theme__usw--pastel.btn:hover, .theme__usw--pastel.btn__pill:hover,
  .t__usw--pas .button:hover,
  .t__usw--pas .btn:hover,
  .t__usw--pas .btn__pill:hover,
  .t__usw--pas.button:hover,
  .t__usw--pas.btn:hover,
  .t__usw--pas.btn__pill:hover {
    color: #ffffff;
    background: #3a7b8c;
  }
  .theme__usw--pastel .button:hover i,
  .theme__usw--pastel .btn:hover i,
  .theme__usw--pastel .btn__pill:hover i, .theme__usw--pastel.button:hover i, .theme__usw--pastel.btn:hover i, .theme__usw--pastel.btn__pill:hover i,
  .t__usw--pas .button:hover i,
  .t__usw--pas .btn:hover i,
  .t__usw--pas .btn__pill:hover i,
  .t__usw--pas.button:hover i,
  .t__usw--pas.btn:hover i,
  .t__usw--pas.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__usw--pastel .button__invert,
.theme__usw--pastel .btn__invert,
.theme__usw--pastel .btn__pill__invert, .theme__usw--pastel.button__invert, .theme__usw--pastel.btn__invert, .theme__usw--pastel.btn__pill__invert,
.t__usw--pas .button__invert,
.t__usw--pas .btn__invert,
.t__usw--pas .btn__pill__invert,
.t__usw--pas.button__invert,
.t__usw--pas.btn__invert,
.t__usw--pas.btn__pill__invert {
  background-color: #3a7b8c;
  color: #ffffff;
}
.theme__usw--pastel .button__invert h4,
.theme__usw--pastel .btn__invert h4,
.theme__usw--pastel .btn__pill__invert h4, .theme__usw--pastel.button__invert h4, .theme__usw--pastel.btn__invert h4, .theme__usw--pastel.btn__pill__invert h4,
.t__usw--pas .button__invert h4,
.t__usw--pas .btn__invert h4,
.t__usw--pas .btn__pill__invert h4,
.t__usw--pas.button__invert h4,
.t__usw--pas.btn__invert h4,
.t__usw--pas.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__usw--pastel .button__invert:hover,
.theme__usw--pastel .btn__invert:hover,
.theme__usw--pastel .btn__pill__invert:hover, .theme__usw--pastel.button__invert:hover, .theme__usw--pastel.btn__invert:hover, .theme__usw--pastel.btn__pill__invert:hover,
.t__usw--pas .button__invert:hover,
.t__usw--pas .btn__invert:hover,
.t__usw--pas .btn__pill__invert:hover,
.t__usw--pas.button__invert:hover,
.t__usw--pas.btn__invert:hover,
.t__usw--pas.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__usw--pastel .button__invert:hover h4,
.theme__usw--pastel .btn__invert:hover h4,
.theme__usw--pastel .btn__pill__invert:hover h4, .theme__usw--pastel.button__invert:hover h4, .theme__usw--pastel.btn__invert:hover h4, .theme__usw--pastel.btn__pill__invert:hover h4,
.t__usw--pas .button__invert:hover h4,
.t__usw--pas .btn__invert:hover h4,
.t__usw--pas .btn__pill__invert:hover h4,
.t__usw--pas.button__invert:hover h4,
.t__usw--pas.btn__invert:hover h4,
.t__usw--pas.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__usw--pastel .button__invert--hover:hover,
.theme__usw--pastel .btn__invert--hover:hover,
.theme__usw--pastel .btn__pill__invert--hover:hover, .theme__usw--pastel.button__invert--hover:hover, .theme__usw--pastel.btn__invert--hover:hover, .theme__usw--pastel.btn__pill__invert--hover:hover,
.t__usw--pas .button__invert--hover:hover,
.t__usw--pas .btn__invert--hover:hover,
.t__usw--pas .btn__pill__invert--hover:hover,
.t__usw--pas.button__invert--hover:hover,
.t__usw--pas.btn__invert--hover:hover,
.t__usw--pas.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__usw--pastel .button__under,
.theme__usw--pastel .btn__under,
.theme__usw--pastel .btn__pill__under, .theme__usw--pastel.button__under, .theme__usw--pastel.btn__under, .theme__usw--pastel.btn__pill__under,
.t__usw--pas .button__under,
.t__usw--pas .btn__under,
.t__usw--pas .btn__pill__under,
.t__usw--pas.button__under,
.t__usw--pas.btn__under,
.t__usw--pas.btn__pill__under {
  border-color: #3a7b8c;
}
.theme__usw--pastel .btn__large,
.t__usw--pas .btn__large {
  background-color: #3a7b8c;
}
.theme__usw--pastel .input__search,
.t__usw--pas .input__search {
  border-color: #3a7b8c;
}
.theme__usw--pastel .input__search i,
.t__usw--pas .input__search i {
  color: #4a4a4a;
}
.theme__usw--pastel .input__search:hover i,
.t__usw--pas .input__search:hover i {
  color: #3a7b8c;
}
.theme__usw--pastel .component__foreground,
.t__usw--pas .component__foreground {
  color: #4a4a4a;
}
.theme__usw--pastel.card,
.theme__usw--pastel .card, .theme__usw--pastel.card__with-image,
.theme__usw--pastel .card__with-image,
.t__usw--pas.card,
.t__usw--pas .card,
.t__usw--pas.card__with-image,
.t__usw--pas .card__with-image {
  border-color: #3a7b8c;
}
.theme__usw--pastel.card__highlight,
.theme__usw--pastel .card__highlight,
.theme__usw--pastel .card__highlight--image,
.theme__usw--pastel .card__highlight--final,
.t__usw--pas.card__highlight,
.t__usw--pas .card__highlight,
.t__usw--pas .card__highlight--image,
.t__usw--pas .card__highlight--final {
  background-color: #3a7b8c;
  border-color: #3a7b8c;
}
.theme__usw--pastel.card__highlight--title,
.theme__usw--pastel .card__highlight--title,
.theme__usw--pastel .card__highlight--image,
.theme__usw--pastel .card__highlight--final,
.t__usw--pas.card__highlight--title,
.t__usw--pas .card__highlight--title,
.t__usw--pas .card__highlight--image,
.t__usw--pas .card__highlight--final {
  color: #4a4a4a;
}
.theme__usw--pastel .image-slider__selector--dot,
.t__usw--pas .image-slider__selector--dot {
  background-color: #3a7b8c;
}
.theme__usw--pastel .call-to-action__text h3,
.t__usw--pas .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__usw--pastel .officer__block--title h5, .theme__usw--pastel .officer__block--title h6,
.t__usw--pas .officer__block--title h5,
.t__usw--pas .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__usw--pastel .block__statement--link,
.t__usw--pas .block__statement--link {
  color: #4a4a4a;
}
.theme__usw--pastel .card__cutoff,
.t__usw--pas .card__cutoff {
  background: linear-gradient(#3a7b8c, #3a7b8c), linear-gradient(white, white);
}
.theme__usw--pastel .card__cutoff p,
.t__usw--pas .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__usw--pastel .card__cutoff:hover,
  .t__usw--pas .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__usw--pastel .card__cutoff:hover p,
  .t__usw--pas .card__cutoff:hover p {
    color: #3a7b8c;
  }
  .theme__usw--pastel .card__cutoff:hover .card__cutoff--link,
  .t__usw--pas .card__cutoff:hover .card__cutoff--link {
    color: #3a7b8c;
  }
  .theme__usw--pastel .card__cutoff:hover .card__cutoff--text,
  .t__usw--pas .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__usw--pastel .card__cutoff:hover .card__cutoff--text p,
  .t__usw--pas .card__cutoff:hover .card__cutoff--text p {
    color: #3a7b8c;
  }
  .theme__usw--pastel .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__usw--pas .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: #3a7b8c;
  }
}
.theme__usw--pastel .card__cutoff--link,
.t__usw--pas .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__usw--pastel .card__cutoff--link:hover,
  .t__usw--pas .card__cutoff--link:hover {
    color: #3a7b8c;
  }
  .theme__usw--pastel .card__cutoff--link:hover--link,
  .t__usw--pas .card__cutoff--link:hover--link {
    color: #3a7b8c;
  }
}
.theme__usw--pastel .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__usw--pas .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: #3a7b8c;
}
.theme__usw--pastel .dropdown__toggle--title,
.t__usw--pas .dropdown__toggle--title {
  color: #3a7b8c;
}
.theme__usw--pastel .dropdown__toggle--icon i,
.t__usw--pas .dropdown__toggle--icon i {
  color: #3a7b8c;
}
.theme__usw--pastel .large_timer__countdown--item_large,
.t__usw--pas .large_timer__countdown--item_large {
  background-color: #3a7b8c;
}
.theme__usw--pastel .large_timer__countdown--item_medium,
.t__usw--pas .large_timer__countdown--item_medium {
  background-color: #3a7b8c;
}
.theme__usw--pastel .large_timer__countdown--item_small,
.t__usw--pas .large_timer__countdown--item_small {
  background-color: #3a7b8c;
}
.theme__usw--pastel .modalcontent,
.t__usw--pas .modalcontent {
  border-color: #3a7b8c;
}
.theme__usw--pastel .transparent__header,
.t__usw--pas .transparent__header {
  background: #3a7b8c;
}
.theme__usw--pastel .breadcrumb__slashes,
.t__usw--pas .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__usw--pastel .the-list,
.t__usw--pas .the-list {
  background-color: #3a7b8c;
}
.theme__usw--pastel .the-list option,
.t__usw--pas .the-list option {
  border-color: #3a7b8c !important;
}
.theme__usw--pastel .es-list::-webkit-scrollbar-thumb,
.t__usw--pas .es-list::-webkit-scrollbar-thumb {
  background: #3a7b8c;
}
.theme__usw--pastel .es-visible,
.t__usw--pas .es-visible {
  border-color: #3a7b8c !important;
}
.theme__usw--pastel .ot-open,
.theme__usw--pastel .ot-closed,
.t__usw--pas .ot-open,
.t__usw--pas .ot-closed {
  color: #3a7b8c;
}
.theme__usw--pastel .colour__foreground,
.t__usw--pas .colour__foreground {
  color: #3a7b8c;
}
.theme__usw--pastel h1.t__none,
.theme__usw--pastel h1.theme__none,
.theme__usw--pastel h2.t__none,
.theme__usw--pastel h2.theme__none,
.theme__usw--pastel h3.t__none,
.theme__usw--pastel h3.theme__none,
.theme__usw--pastel h4.t__none,
.theme__usw--pastel h4.theme__none,
.theme__usw--pastel h1.t__none--w-hov,
.theme__usw--pastel h1.theme__none--with-hover,
.theme__usw--pastel h2.t__none--w-hov,
.theme__usw--pastel h2.theme__none--with-hover,
.theme__usw--pastel h3.t__none--w-hov,
.theme__usw--pastel h3.theme__none--with-hover,
.theme__usw--pastel h4.t__none--w-hov,
.theme__usw--pastel h4.theme__none--with-hover,
.t__usw--pas h1.t__none,
.t__usw--pas h1.theme__none,
.t__usw--pas h2.t__none,
.t__usw--pas h2.theme__none,
.t__usw--pas h3.t__none,
.t__usw--pas h3.theme__none,
.t__usw--pas h4.t__none,
.t__usw--pas h4.theme__none,
.t__usw--pas h1.t__none--w-hov,
.t__usw--pas h1.theme__none--with-hover,
.t__usw--pas h2.t__none--w-hov,
.t__usw--pas h2.theme__none--with-hover,
.t__usw--pas h3.t__none--w-hov,
.t__usw--pas h3.theme__none--with-hover,
.t__usw--pas h4.t__none--w-hov,
.t__usw--pas h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__usw--pastel span.t__none,
.theme__usw--pastel span.theme__none,
.t__usw--pas span.t__none,
.t__usw--pas span.theme__none {
  color: #4a4a4a;
}
.theme__usw--pastel i.t__none,
.theme__usw--pastel i.theme__none,
.t__usw--pas i.t__none,
.t__usw--pas i.theme__none {
  color: #4a4a4a;
}
.theme__usw--pastel a.border__none,
.theme__usw--pastel a.b__none,
.t__usw--pas a.border__none,
.t__usw--pas a.b__none {
  border: 0;
}
.theme__usw--pastel a:hover h1.t__none,
.theme__usw--pastel a:hover h1.theme__none,
.theme__usw--pastel a:hover h2.t__none,
.theme__usw--pastel a:hover h2.theme__none,
.theme__usw--pastel a:hover h3.t__none,
.theme__usw--pastel a:hover h3.theme__none,
.theme__usw--pastel a:hover h4.t__none,
.theme__usw--pastel a:hover h4.theme__none,
.t__usw--pas a:hover h1.t__none,
.t__usw--pas a:hover h1.theme__none,
.t__usw--pas a:hover h2.t__none,
.t__usw--pas a:hover h2.theme__none,
.t__usw--pas a:hover h3.t__none,
.t__usw--pas a:hover h3.theme__none,
.t__usw--pas a:hover h4.t__none,
.t__usw--pas a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__usw--pastel a:hover h1.t__none--w-hov,
.theme__usw--pastel a:hover h1.theme__none--with-hover,
.theme__usw--pastel a:hover h2.t__none--w-hov,
.theme__usw--pastel a:hover h2.theme__none--with-hover,
.theme__usw--pastel a:hover h3.t__none--w-hov,
.theme__usw--pastel a:hover h3.theme__none--with-hover,
.theme__usw--pastel a:hover h4.t__none--w-hov,
.theme__usw--pastel a:hover h4.theme__none--with-hover,
.t__usw--pas a:hover h1.t__none--w-hov,
.t__usw--pas a:hover h1.theme__none--with-hover,
.t__usw--pas a:hover h2.t__none--w-hov,
.t__usw--pas a:hover h2.theme__none--with-hover,
.t__usw--pas a:hover h3.t__none--w-hov,
.t__usw--pas a:hover h3.theme__none--with-hover,
.t__usw--pas a:hover h4.t__none--w-hov,
.t__usw--pas a:hover h4.theme__none--with-hover {
  color: #3a7b8c;
}

.theme__usw--background-primary,
.t__usw--bg-pri {
  background-color: #94d9f4;
}

.theme__usw--background-secondary,
.t__usw--bg-sec {
  background-color: #3a7b8c;
}

.theme__usw--background-pastel,
.t__usw--bg-pas {
  background-color: #3a7b8c;
}

.theme__uss--primary h1, .theme__uss--primary h2, .theme__uss--primary h3, .theme__uss--primary h4, .theme__uss--primary h5, .theme__uss--primary h6,
.t__uss--pri h1,
.t__uss--pri h2,
.t__uss--pri h3,
.t__uss--pri h4,
.t__uss--pri h5,
.t__uss--pri h6 {
  color: #f070aa;
}
.theme__uss--primary a,
.t__uss--pri a {
  color: #4a4a4a;
  border-color: #f070aa;
  text-decoration: none;
}
.theme__uss--primary a:hover,
.t__uss--pri a:hover {
  color: #f070aa;
}
.theme__uss--primary a:hover h1, .theme__uss--primary a:hover h2, .theme__uss--primary a:hover h3, .theme__uss--primary a:hover h4, .theme__uss--primary a:hover h5, .theme__uss--primary a:hover h6,
.t__uss--pri a:hover h1,
.t__uss--pri a:hover h2,
.t__uss--pri a:hover h3,
.t__uss--pri a:hover h4,
.t__uss--pri a:hover h5,
.t__uss--pri a:hover h6 {
  color: #f070aa;
}
.theme__uss--primary a div,
.t__uss--pri a div {
  border-color: #f070aa !important;
}
.theme__uss--primary input,
.t__uss--pri input {
  border-color: #f070aa;
}
.theme__uss--primary p,
.t__uss--pri p {
  color: #4a4a4a;
}
.theme__uss--primary .button,
.theme__uss--primary .btn,
.theme__uss--primary .btn__pill, .theme__uss--primary.button, .theme__uss--primary.btn, .theme__uss--primary.btn__pill,
.t__uss--pri .button,
.t__uss--pri .btn,
.t__uss--pri .btn__pill,
.t__uss--pri.button,
.t__uss--pri.btn,
.t__uss--pri.btn__pill {
  border-color: #f070aa;
}
@media (hover: hover) {
  .theme__uss--primary .button:hover,
  .theme__uss--primary .btn:hover,
  .theme__uss--primary .btn__pill:hover, .theme__uss--primary.button:hover, .theme__uss--primary.btn:hover, .theme__uss--primary.btn__pill:hover,
  .t__uss--pri .button:hover,
  .t__uss--pri .btn:hover,
  .t__uss--pri .btn__pill:hover,
  .t__uss--pri.button:hover,
  .t__uss--pri.btn:hover,
  .t__uss--pri.btn__pill:hover {
    color: #ffffff;
    background: #f070aa;
  }
  .theme__uss--primary .button:hover i,
  .theme__uss--primary .btn:hover i,
  .theme__uss--primary .btn__pill:hover i, .theme__uss--primary.button:hover i, .theme__uss--primary.btn:hover i, .theme__uss--primary.btn__pill:hover i,
  .t__uss--pri .button:hover i,
  .t__uss--pri .btn:hover i,
  .t__uss--pri .btn__pill:hover i,
  .t__uss--pri.button:hover i,
  .t__uss--pri.btn:hover i,
  .t__uss--pri.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__uss--primary .button__invert,
.theme__uss--primary .btn__invert,
.theme__uss--primary .btn__pill__invert, .theme__uss--primary.button__invert, .theme__uss--primary.btn__invert, .theme__uss--primary.btn__pill__invert,
.t__uss--pri .button__invert,
.t__uss--pri .btn__invert,
.t__uss--pri .btn__pill__invert,
.t__uss--pri.button__invert,
.t__uss--pri.btn__invert,
.t__uss--pri.btn__pill__invert {
  background-color: #f070aa;
  color: #ffffff;
}
.theme__uss--primary .button__invert h4,
.theme__uss--primary .btn__invert h4,
.theme__uss--primary .btn__pill__invert h4, .theme__uss--primary.button__invert h4, .theme__uss--primary.btn__invert h4, .theme__uss--primary.btn__pill__invert h4,
.t__uss--pri .button__invert h4,
.t__uss--pri .btn__invert h4,
.t__uss--pri .btn__pill__invert h4,
.t__uss--pri.button__invert h4,
.t__uss--pri.btn__invert h4,
.t__uss--pri.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__uss--primary .button__invert:hover,
.theme__uss--primary .btn__invert:hover,
.theme__uss--primary .btn__pill__invert:hover, .theme__uss--primary.button__invert:hover, .theme__uss--primary.btn__invert:hover, .theme__uss--primary.btn__pill__invert:hover,
.t__uss--pri .button__invert:hover,
.t__uss--pri .btn__invert:hover,
.t__uss--pri .btn__pill__invert:hover,
.t__uss--pri.button__invert:hover,
.t__uss--pri.btn__invert:hover,
.t__uss--pri.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__uss--primary .button__invert:hover h4,
.theme__uss--primary .btn__invert:hover h4,
.theme__uss--primary .btn__pill__invert:hover h4, .theme__uss--primary.button__invert:hover h4, .theme__uss--primary.btn__invert:hover h4, .theme__uss--primary.btn__pill__invert:hover h4,
.t__uss--pri .button__invert:hover h4,
.t__uss--pri .btn__invert:hover h4,
.t__uss--pri .btn__pill__invert:hover h4,
.t__uss--pri.button__invert:hover h4,
.t__uss--pri.btn__invert:hover h4,
.t__uss--pri.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__uss--primary .button__invert--hover:hover,
.theme__uss--primary .btn__invert--hover:hover,
.theme__uss--primary .btn__pill__invert--hover:hover, .theme__uss--primary.button__invert--hover:hover, .theme__uss--primary.btn__invert--hover:hover, .theme__uss--primary.btn__pill__invert--hover:hover,
.t__uss--pri .button__invert--hover:hover,
.t__uss--pri .btn__invert--hover:hover,
.t__uss--pri .btn__pill__invert--hover:hover,
.t__uss--pri.button__invert--hover:hover,
.t__uss--pri.btn__invert--hover:hover,
.t__uss--pri.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__uss--primary .button__under,
.theme__uss--primary .btn__under,
.theme__uss--primary .btn__pill__under, .theme__uss--primary.button__under, .theme__uss--primary.btn__under, .theme__uss--primary.btn__pill__under,
.t__uss--pri .button__under,
.t__uss--pri .btn__under,
.t__uss--pri .btn__pill__under,
.t__uss--pri.button__under,
.t__uss--pri.btn__under,
.t__uss--pri.btn__pill__under {
  border-color: #f070aa;
}
.theme__uss--primary .btn__large,
.t__uss--pri .btn__large {
  background-color: #f070aa;
}
.theme__uss--primary .input__search,
.t__uss--pri .input__search {
  border-color: #f070aa;
}
.theme__uss--primary .input__search i,
.t__uss--pri .input__search i {
  color: #4a4a4a;
}
.theme__uss--primary .input__search:hover i,
.t__uss--pri .input__search:hover i {
  color: #f070aa;
}
.theme__uss--primary .component__foreground,
.t__uss--pri .component__foreground {
  color: #4a4a4a;
}
.theme__uss--primary.card,
.theme__uss--primary .card, .theme__uss--primary.card__with-image,
.theme__uss--primary .card__with-image,
.t__uss--pri.card,
.t__uss--pri .card,
.t__uss--pri.card__with-image,
.t__uss--pri .card__with-image {
  border-color: #f070aa;
}
.theme__uss--primary.card__highlight,
.theme__uss--primary .card__highlight,
.theme__uss--primary .card__highlight--image,
.theme__uss--primary .card__highlight--final,
.t__uss--pri.card__highlight,
.t__uss--pri .card__highlight,
.t__uss--pri .card__highlight--image,
.t__uss--pri .card__highlight--final {
  background-color: #f070aa;
  border-color: #f070aa;
}
.theme__uss--primary.card__highlight--title,
.theme__uss--primary .card__highlight--title,
.theme__uss--primary .card__highlight--image,
.theme__uss--primary .card__highlight--final,
.t__uss--pri.card__highlight--title,
.t__uss--pri .card__highlight--title,
.t__uss--pri .card__highlight--image,
.t__uss--pri .card__highlight--final {
  color: #4a4a4a;
}
.theme__uss--primary .image-slider__selector--dot,
.t__uss--pri .image-slider__selector--dot {
  background-color: #f070aa;
}
.theme__uss--primary .call-to-action__text h3,
.t__uss--pri .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__uss--primary .officer__block--title h5, .theme__uss--primary .officer__block--title h6,
.t__uss--pri .officer__block--title h5,
.t__uss--pri .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__uss--primary .block__statement--link,
.t__uss--pri .block__statement--link {
  color: #4a4a4a;
}
.theme__uss--primary .card__cutoff,
.t__uss--pri .card__cutoff {
  background: linear-gradient(#f070aa, #f070aa), linear-gradient(white, white);
}
.theme__uss--primary .card__cutoff p,
.t__uss--pri .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__uss--primary .card__cutoff:hover,
  .t__uss--pri .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__uss--primary .card__cutoff:hover p,
  .t__uss--pri .card__cutoff:hover p {
    color: #f070aa;
  }
  .theme__uss--primary .card__cutoff:hover .card__cutoff--link,
  .t__uss--pri .card__cutoff:hover .card__cutoff--link {
    color: #f070aa;
  }
  .theme__uss--primary .card__cutoff:hover .card__cutoff--text,
  .t__uss--pri .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__uss--primary .card__cutoff:hover .card__cutoff--text p,
  .t__uss--pri .card__cutoff:hover .card__cutoff--text p {
    color: #f070aa;
  }
  .theme__uss--primary .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__uss--pri .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: #f070aa;
  }
}
.theme__uss--primary .card__cutoff--link,
.t__uss--pri .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__uss--primary .card__cutoff--link:hover,
  .t__uss--pri .card__cutoff--link:hover {
    color: #f070aa;
  }
  .theme__uss--primary .card__cutoff--link:hover--link,
  .t__uss--pri .card__cutoff--link:hover--link {
    color: #f070aa;
  }
}
.theme__uss--primary .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__uss--pri .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: #f070aa;
}
.theme__uss--primary .dropdown__toggle--title,
.t__uss--pri .dropdown__toggle--title {
  color: #f070aa;
}
.theme__uss--primary .dropdown__toggle--icon i,
.t__uss--pri .dropdown__toggle--icon i {
  color: #f070aa;
}
.theme__uss--primary .large_timer__countdown--item_large,
.t__uss--pri .large_timer__countdown--item_large {
  background-color: #f070aa;
}
.theme__uss--primary .large_timer__countdown--item_medium,
.t__uss--pri .large_timer__countdown--item_medium {
  background-color: #f070aa;
}
.theme__uss--primary .large_timer__countdown--item_small,
.t__uss--pri .large_timer__countdown--item_small {
  background-color: #f070aa;
}
.theme__uss--primary .modalcontent,
.t__uss--pri .modalcontent {
  border-color: #f070aa;
}
.theme__uss--primary .transparent__header,
.t__uss--pri .transparent__header {
  background: #f070aa;
}
.theme__uss--primary .breadcrumb__slashes,
.t__uss--pri .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__uss--primary .the-list,
.t__uss--pri .the-list {
  background-color: #f070aa;
}
.theme__uss--primary .the-list option,
.t__uss--pri .the-list option {
  border-color: #f070aa !important;
}
.theme__uss--primary .es-list::-webkit-scrollbar-thumb,
.t__uss--pri .es-list::-webkit-scrollbar-thumb {
  background: #f070aa;
}
.theme__uss--primary .es-visible,
.t__uss--pri .es-visible {
  border-color: #f070aa !important;
}
.theme__uss--primary .ot-open,
.theme__uss--primary .ot-closed,
.t__uss--pri .ot-open,
.t__uss--pri .ot-closed {
  color: #f070aa;
}
.theme__uss--primary .colour__foreground,
.t__uss--pri .colour__foreground {
  color: #f070aa;
}
.theme__uss--primary h1.t__none,
.theme__uss--primary h1.theme__none,
.theme__uss--primary h2.t__none,
.theme__uss--primary h2.theme__none,
.theme__uss--primary h3.t__none,
.theme__uss--primary h3.theme__none,
.theme__uss--primary h4.t__none,
.theme__uss--primary h4.theme__none,
.theme__uss--primary h1.t__none--w-hov,
.theme__uss--primary h1.theme__none--with-hover,
.theme__uss--primary h2.t__none--w-hov,
.theme__uss--primary h2.theme__none--with-hover,
.theme__uss--primary h3.t__none--w-hov,
.theme__uss--primary h3.theme__none--with-hover,
.theme__uss--primary h4.t__none--w-hov,
.theme__uss--primary h4.theme__none--with-hover,
.t__uss--pri h1.t__none,
.t__uss--pri h1.theme__none,
.t__uss--pri h2.t__none,
.t__uss--pri h2.theme__none,
.t__uss--pri h3.t__none,
.t__uss--pri h3.theme__none,
.t__uss--pri h4.t__none,
.t__uss--pri h4.theme__none,
.t__uss--pri h1.t__none--w-hov,
.t__uss--pri h1.theme__none--with-hover,
.t__uss--pri h2.t__none--w-hov,
.t__uss--pri h2.theme__none--with-hover,
.t__uss--pri h3.t__none--w-hov,
.t__uss--pri h3.theme__none--with-hover,
.t__uss--pri h4.t__none--w-hov,
.t__uss--pri h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__uss--primary span.t__none,
.theme__uss--primary span.theme__none,
.t__uss--pri span.t__none,
.t__uss--pri span.theme__none {
  color: #4a4a4a;
}
.theme__uss--primary i.t__none,
.theme__uss--primary i.theme__none,
.t__uss--pri i.t__none,
.t__uss--pri i.theme__none {
  color: #4a4a4a;
}
.theme__uss--primary a.border__none,
.theme__uss--primary a.b__none,
.t__uss--pri a.border__none,
.t__uss--pri a.b__none {
  border: 0;
}
.theme__uss--primary a:hover h1.t__none,
.theme__uss--primary a:hover h1.theme__none,
.theme__uss--primary a:hover h2.t__none,
.theme__uss--primary a:hover h2.theme__none,
.theme__uss--primary a:hover h3.t__none,
.theme__uss--primary a:hover h3.theme__none,
.theme__uss--primary a:hover h4.t__none,
.theme__uss--primary a:hover h4.theme__none,
.t__uss--pri a:hover h1.t__none,
.t__uss--pri a:hover h1.theme__none,
.t__uss--pri a:hover h2.t__none,
.t__uss--pri a:hover h2.theme__none,
.t__uss--pri a:hover h3.t__none,
.t__uss--pri a:hover h3.theme__none,
.t__uss--pri a:hover h4.t__none,
.t__uss--pri a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__uss--primary a:hover h1.t__none--w-hov,
.theme__uss--primary a:hover h1.theme__none--with-hover,
.theme__uss--primary a:hover h2.t__none--w-hov,
.theme__uss--primary a:hover h2.theme__none--with-hover,
.theme__uss--primary a:hover h3.t__none--w-hov,
.theme__uss--primary a:hover h3.theme__none--with-hover,
.theme__uss--primary a:hover h4.t__none--w-hov,
.theme__uss--primary a:hover h4.theme__none--with-hover,
.t__uss--pri a:hover h1.t__none--w-hov,
.t__uss--pri a:hover h1.theme__none--with-hover,
.t__uss--pri a:hover h2.t__none--w-hov,
.t__uss--pri a:hover h2.theme__none--with-hover,
.t__uss--pri a:hover h3.t__none--w-hov,
.t__uss--pri a:hover h3.theme__none--with-hover,
.t__uss--pri a:hover h4.t__none--w-hov,
.t__uss--pri a:hover h4.theme__none--with-hover {
  color: #f070aa;
}
.theme__uss--primary .dotted__line--small, .theme__uss--primary .dotted__line--medium, .theme__uss--primary .dotted__line--large, .theme__uss--primary .dotted__line--x-large, .theme__uss--primary .dotted__line--huge,
.t__uss--pri .dotted__line--small,
.t__uss--pri .dotted__line--medium,
.t__uss--pri .dotted__line--large,
.t__uss--pri .dotted__line--x-large,
.t__uss--pri .dotted__line--huge {
  border-image-source: url("https://f0a63dc10f9b8e5602d2-918c4a94592cd7fa431dd71bf51b646a.ssl.cf3.rackcdn.com/dotted_uss.png");
}

.theme__uss--secondary h1, .theme__uss--secondary h2, .theme__uss--secondary h3, .theme__uss--secondary h4, .theme__uss--secondary h5, .theme__uss--secondary h6,
.t__uss--sec h1,
.t__uss--sec h2,
.t__uss--sec h3,
.t__uss--sec h4,
.t__uss--sec h5,
.t__uss--sec h6 {
  color: #ffb8d6;
}
.theme__uss--secondary a,
.t__uss--sec a {
  color: #4a4a4a;
  border-color: #ffb8d6;
  text-decoration: none;
}
.theme__uss--secondary a:hover,
.t__uss--sec a:hover {
  color: #ffb8d6;
}
.theme__uss--secondary a:hover h1, .theme__uss--secondary a:hover h2, .theme__uss--secondary a:hover h3, .theme__uss--secondary a:hover h4, .theme__uss--secondary a:hover h5, .theme__uss--secondary a:hover h6,
.t__uss--sec a:hover h1,
.t__uss--sec a:hover h2,
.t__uss--sec a:hover h3,
.t__uss--sec a:hover h4,
.t__uss--sec a:hover h5,
.t__uss--sec a:hover h6 {
  color: #ffb8d6;
}
.theme__uss--secondary a div,
.t__uss--sec a div {
  border-color: #ffb8d6 !important;
}
.theme__uss--secondary input,
.t__uss--sec input {
  border-color: #ffb8d6;
}
.theme__uss--secondary p,
.t__uss--sec p {
  color: #4a4a4a;
}
.theme__uss--secondary .button,
.theme__uss--secondary .btn,
.theme__uss--secondary .btn__pill, .theme__uss--secondary.button, .theme__uss--secondary.btn, .theme__uss--secondary.btn__pill,
.t__uss--sec .button,
.t__uss--sec .btn,
.t__uss--sec .btn__pill,
.t__uss--sec.button,
.t__uss--sec.btn,
.t__uss--sec.btn__pill {
  border-color: #ffb8d6;
}
@media (hover: hover) {
  .theme__uss--secondary .button:hover,
  .theme__uss--secondary .btn:hover,
  .theme__uss--secondary .btn__pill:hover, .theme__uss--secondary.button:hover, .theme__uss--secondary.btn:hover, .theme__uss--secondary.btn__pill:hover,
  .t__uss--sec .button:hover,
  .t__uss--sec .btn:hover,
  .t__uss--sec .btn__pill:hover,
  .t__uss--sec.button:hover,
  .t__uss--sec.btn:hover,
  .t__uss--sec.btn__pill:hover {
    color: #ffffff;
    background: #ffb8d6;
  }
  .theme__uss--secondary .button:hover i,
  .theme__uss--secondary .btn:hover i,
  .theme__uss--secondary .btn__pill:hover i, .theme__uss--secondary.button:hover i, .theme__uss--secondary.btn:hover i, .theme__uss--secondary.btn__pill:hover i,
  .t__uss--sec .button:hover i,
  .t__uss--sec .btn:hover i,
  .t__uss--sec .btn__pill:hover i,
  .t__uss--sec.button:hover i,
  .t__uss--sec.btn:hover i,
  .t__uss--sec.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__uss--secondary .button__invert,
.theme__uss--secondary .btn__invert,
.theme__uss--secondary .btn__pill__invert, .theme__uss--secondary.button__invert, .theme__uss--secondary.btn__invert, .theme__uss--secondary.btn__pill__invert,
.t__uss--sec .button__invert,
.t__uss--sec .btn__invert,
.t__uss--sec .btn__pill__invert,
.t__uss--sec.button__invert,
.t__uss--sec.btn__invert,
.t__uss--sec.btn__pill__invert {
  background-color: #ffb8d6;
  color: #ffffff;
}
.theme__uss--secondary .button__invert h4,
.theme__uss--secondary .btn__invert h4,
.theme__uss--secondary .btn__pill__invert h4, .theme__uss--secondary.button__invert h4, .theme__uss--secondary.btn__invert h4, .theme__uss--secondary.btn__pill__invert h4,
.t__uss--sec .button__invert h4,
.t__uss--sec .btn__invert h4,
.t__uss--sec .btn__pill__invert h4,
.t__uss--sec.button__invert h4,
.t__uss--sec.btn__invert h4,
.t__uss--sec.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__uss--secondary .button__invert:hover,
.theme__uss--secondary .btn__invert:hover,
.theme__uss--secondary .btn__pill__invert:hover, .theme__uss--secondary.button__invert:hover, .theme__uss--secondary.btn__invert:hover, .theme__uss--secondary.btn__pill__invert:hover,
.t__uss--sec .button__invert:hover,
.t__uss--sec .btn__invert:hover,
.t__uss--sec .btn__pill__invert:hover,
.t__uss--sec.button__invert:hover,
.t__uss--sec.btn__invert:hover,
.t__uss--sec.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__uss--secondary .button__invert:hover h4,
.theme__uss--secondary .btn__invert:hover h4,
.theme__uss--secondary .btn__pill__invert:hover h4, .theme__uss--secondary.button__invert:hover h4, .theme__uss--secondary.btn__invert:hover h4, .theme__uss--secondary.btn__pill__invert:hover h4,
.t__uss--sec .button__invert:hover h4,
.t__uss--sec .btn__invert:hover h4,
.t__uss--sec .btn__pill__invert:hover h4,
.t__uss--sec.button__invert:hover h4,
.t__uss--sec.btn__invert:hover h4,
.t__uss--sec.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__uss--secondary .button__invert--hover:hover,
.theme__uss--secondary .btn__invert--hover:hover,
.theme__uss--secondary .btn__pill__invert--hover:hover, .theme__uss--secondary.button__invert--hover:hover, .theme__uss--secondary.btn__invert--hover:hover, .theme__uss--secondary.btn__pill__invert--hover:hover,
.t__uss--sec .button__invert--hover:hover,
.t__uss--sec .btn__invert--hover:hover,
.t__uss--sec .btn__pill__invert--hover:hover,
.t__uss--sec.button__invert--hover:hover,
.t__uss--sec.btn__invert--hover:hover,
.t__uss--sec.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__uss--secondary .button__under,
.theme__uss--secondary .btn__under,
.theme__uss--secondary .btn__pill__under, .theme__uss--secondary.button__under, .theme__uss--secondary.btn__under, .theme__uss--secondary.btn__pill__under,
.t__uss--sec .button__under,
.t__uss--sec .btn__under,
.t__uss--sec .btn__pill__under,
.t__uss--sec.button__under,
.t__uss--sec.btn__under,
.t__uss--sec.btn__pill__under {
  border-color: #ffb8d6;
}
.theme__uss--secondary .btn__large,
.t__uss--sec .btn__large {
  background-color: #ffb8d6;
}
.theme__uss--secondary .input__search,
.t__uss--sec .input__search {
  border-color: #ffb8d6;
}
.theme__uss--secondary .input__search i,
.t__uss--sec .input__search i {
  color: #4a4a4a;
}
.theme__uss--secondary .input__search:hover i,
.t__uss--sec .input__search:hover i {
  color: #ffb8d6;
}
.theme__uss--secondary .component__foreground,
.t__uss--sec .component__foreground {
  color: #4a4a4a;
}
.theme__uss--secondary.card,
.theme__uss--secondary .card, .theme__uss--secondary.card__with-image,
.theme__uss--secondary .card__with-image,
.t__uss--sec.card,
.t__uss--sec .card,
.t__uss--sec.card__with-image,
.t__uss--sec .card__with-image {
  border-color: #ffb8d6;
}
.theme__uss--secondary.card__highlight,
.theme__uss--secondary .card__highlight,
.theme__uss--secondary .card__highlight--image,
.theme__uss--secondary .card__highlight--final,
.t__uss--sec.card__highlight,
.t__uss--sec .card__highlight,
.t__uss--sec .card__highlight--image,
.t__uss--sec .card__highlight--final {
  background-color: #ffb8d6;
  border-color: #ffb8d6;
}
.theme__uss--secondary.card__highlight--title,
.theme__uss--secondary .card__highlight--title,
.theme__uss--secondary .card__highlight--image,
.theme__uss--secondary .card__highlight--final,
.t__uss--sec.card__highlight--title,
.t__uss--sec .card__highlight--title,
.t__uss--sec .card__highlight--image,
.t__uss--sec .card__highlight--final {
  color: #4a4a4a;
}
.theme__uss--secondary .image-slider__selector--dot,
.t__uss--sec .image-slider__selector--dot {
  background-color: #ffb8d6;
}
.theme__uss--secondary .call-to-action__text h3,
.t__uss--sec .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__uss--secondary .officer__block--title h5, .theme__uss--secondary .officer__block--title h6,
.t__uss--sec .officer__block--title h5,
.t__uss--sec .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__uss--secondary .block__statement--link,
.t__uss--sec .block__statement--link {
  color: #4a4a4a;
}
.theme__uss--secondary .card__cutoff,
.t__uss--sec .card__cutoff {
  background: linear-gradient(#ffb8d6, #ffb8d6), linear-gradient(white, white);
}
.theme__uss--secondary .card__cutoff p,
.t__uss--sec .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__uss--secondary .card__cutoff:hover,
  .t__uss--sec .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__uss--secondary .card__cutoff:hover p,
  .t__uss--sec .card__cutoff:hover p {
    color: #ffb8d6;
  }
  .theme__uss--secondary .card__cutoff:hover .card__cutoff--link,
  .t__uss--sec .card__cutoff:hover .card__cutoff--link {
    color: #ffb8d6;
  }
  .theme__uss--secondary .card__cutoff:hover .card__cutoff--text,
  .t__uss--sec .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__uss--secondary .card__cutoff:hover .card__cutoff--text p,
  .t__uss--sec .card__cutoff:hover .card__cutoff--text p {
    color: #ffb8d6;
  }
  .theme__uss--secondary .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__uss--sec .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: #ffb8d6;
  }
}
.theme__uss--secondary .card__cutoff--link,
.t__uss--sec .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__uss--secondary .card__cutoff--link:hover,
  .t__uss--sec .card__cutoff--link:hover {
    color: #ffb8d6;
  }
  .theme__uss--secondary .card__cutoff--link:hover--link,
  .t__uss--sec .card__cutoff--link:hover--link {
    color: #ffb8d6;
  }
}
.theme__uss--secondary .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__uss--sec .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: #ffb8d6;
}
.theme__uss--secondary .dropdown__toggle--title,
.t__uss--sec .dropdown__toggle--title {
  color: #ffb8d6;
}
.theme__uss--secondary .dropdown__toggle--icon i,
.t__uss--sec .dropdown__toggle--icon i {
  color: #ffb8d6;
}
.theme__uss--secondary .large_timer__countdown--item_large,
.t__uss--sec .large_timer__countdown--item_large {
  background-color: #ffb8d6;
}
.theme__uss--secondary .large_timer__countdown--item_medium,
.t__uss--sec .large_timer__countdown--item_medium {
  background-color: #ffb8d6;
}
.theme__uss--secondary .large_timer__countdown--item_small,
.t__uss--sec .large_timer__countdown--item_small {
  background-color: #ffb8d6;
}
.theme__uss--secondary .modalcontent,
.t__uss--sec .modalcontent {
  border-color: #ffb8d6;
}
.theme__uss--secondary .transparent__header,
.t__uss--sec .transparent__header {
  background: #ffb8d6;
}
.theme__uss--secondary .breadcrumb__slashes,
.t__uss--sec .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__uss--secondary .the-list,
.t__uss--sec .the-list {
  background-color: #ffb8d6;
}
.theme__uss--secondary .the-list option,
.t__uss--sec .the-list option {
  border-color: #ffb8d6 !important;
}
.theme__uss--secondary .es-list::-webkit-scrollbar-thumb,
.t__uss--sec .es-list::-webkit-scrollbar-thumb {
  background: #ffb8d6;
}
.theme__uss--secondary .es-visible,
.t__uss--sec .es-visible {
  border-color: #ffb8d6 !important;
}
.theme__uss--secondary .ot-open,
.theme__uss--secondary .ot-closed,
.t__uss--sec .ot-open,
.t__uss--sec .ot-closed {
  color: #ffb8d6;
}
.theme__uss--secondary .colour__foreground,
.t__uss--sec .colour__foreground {
  color: #ffb8d6;
}
.theme__uss--secondary h1.t__none,
.theme__uss--secondary h1.theme__none,
.theme__uss--secondary h2.t__none,
.theme__uss--secondary h2.theme__none,
.theme__uss--secondary h3.t__none,
.theme__uss--secondary h3.theme__none,
.theme__uss--secondary h4.t__none,
.theme__uss--secondary h4.theme__none,
.theme__uss--secondary h1.t__none--w-hov,
.theme__uss--secondary h1.theme__none--with-hover,
.theme__uss--secondary h2.t__none--w-hov,
.theme__uss--secondary h2.theme__none--with-hover,
.theme__uss--secondary h3.t__none--w-hov,
.theme__uss--secondary h3.theme__none--with-hover,
.theme__uss--secondary h4.t__none--w-hov,
.theme__uss--secondary h4.theme__none--with-hover,
.t__uss--sec h1.t__none,
.t__uss--sec h1.theme__none,
.t__uss--sec h2.t__none,
.t__uss--sec h2.theme__none,
.t__uss--sec h3.t__none,
.t__uss--sec h3.theme__none,
.t__uss--sec h4.t__none,
.t__uss--sec h4.theme__none,
.t__uss--sec h1.t__none--w-hov,
.t__uss--sec h1.theme__none--with-hover,
.t__uss--sec h2.t__none--w-hov,
.t__uss--sec h2.theme__none--with-hover,
.t__uss--sec h3.t__none--w-hov,
.t__uss--sec h3.theme__none--with-hover,
.t__uss--sec h4.t__none--w-hov,
.t__uss--sec h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__uss--secondary span.t__none,
.theme__uss--secondary span.theme__none,
.t__uss--sec span.t__none,
.t__uss--sec span.theme__none {
  color: #4a4a4a;
}
.theme__uss--secondary i.t__none,
.theme__uss--secondary i.theme__none,
.t__uss--sec i.t__none,
.t__uss--sec i.theme__none {
  color: #4a4a4a;
}
.theme__uss--secondary a.border__none,
.theme__uss--secondary a.b__none,
.t__uss--sec a.border__none,
.t__uss--sec a.b__none {
  border: 0;
}
.theme__uss--secondary a:hover h1.t__none,
.theme__uss--secondary a:hover h1.theme__none,
.theme__uss--secondary a:hover h2.t__none,
.theme__uss--secondary a:hover h2.theme__none,
.theme__uss--secondary a:hover h3.t__none,
.theme__uss--secondary a:hover h3.theme__none,
.theme__uss--secondary a:hover h4.t__none,
.theme__uss--secondary a:hover h4.theme__none,
.t__uss--sec a:hover h1.t__none,
.t__uss--sec a:hover h1.theme__none,
.t__uss--sec a:hover h2.t__none,
.t__uss--sec a:hover h2.theme__none,
.t__uss--sec a:hover h3.t__none,
.t__uss--sec a:hover h3.theme__none,
.t__uss--sec a:hover h4.t__none,
.t__uss--sec a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__uss--secondary a:hover h1.t__none--w-hov,
.theme__uss--secondary a:hover h1.theme__none--with-hover,
.theme__uss--secondary a:hover h2.t__none--w-hov,
.theme__uss--secondary a:hover h2.theme__none--with-hover,
.theme__uss--secondary a:hover h3.t__none--w-hov,
.theme__uss--secondary a:hover h3.theme__none--with-hover,
.theme__uss--secondary a:hover h4.t__none--w-hov,
.theme__uss--secondary a:hover h4.theme__none--with-hover,
.t__uss--sec a:hover h1.t__none--w-hov,
.t__uss--sec a:hover h1.theme__none--with-hover,
.t__uss--sec a:hover h2.t__none--w-hov,
.t__uss--sec a:hover h2.theme__none--with-hover,
.t__uss--sec a:hover h3.t__none--w-hov,
.t__uss--sec a:hover h3.theme__none--with-hover,
.t__uss--sec a:hover h4.t__none--w-hov,
.t__uss--sec a:hover h4.theme__none--with-hover {
  color: #ffb8d6;
}

.theme__uss--pastel h1, .theme__uss--pastel h2, .theme__uss--pastel h3, .theme__uss--pastel h4, .theme__uss--pastel h5, .theme__uss--pastel h6,
.t__uss--pas h1,
.t__uss--pas h2,
.t__uss--pas h3,
.t__uss--pas h4,
.t__uss--pas h5,
.t__uss--pas h6 {
  color: #ffb8d6;
}
.theme__uss--pastel a,
.t__uss--pas a {
  color: #4a4a4a;
  border-color: #ffb8d6;
  text-decoration: none;
}
.theme__uss--pastel a:hover,
.t__uss--pas a:hover {
  color: #ffb8d6;
}
.theme__uss--pastel a:hover h1, .theme__uss--pastel a:hover h2, .theme__uss--pastel a:hover h3, .theme__uss--pastel a:hover h4, .theme__uss--pastel a:hover h5, .theme__uss--pastel a:hover h6,
.t__uss--pas a:hover h1,
.t__uss--pas a:hover h2,
.t__uss--pas a:hover h3,
.t__uss--pas a:hover h4,
.t__uss--pas a:hover h5,
.t__uss--pas a:hover h6 {
  color: #ffb8d6;
}
.theme__uss--pastel a div,
.t__uss--pas a div {
  border-color: #ffb8d6 !important;
}
.theme__uss--pastel input,
.t__uss--pas input {
  border-color: #ffb8d6;
}
.theme__uss--pastel p,
.t__uss--pas p {
  color: #4a4a4a;
}
.theme__uss--pastel .button,
.theme__uss--pastel .btn,
.theme__uss--pastel .btn__pill, .theme__uss--pastel.button, .theme__uss--pastel.btn, .theme__uss--pastel.btn__pill,
.t__uss--pas .button,
.t__uss--pas .btn,
.t__uss--pas .btn__pill,
.t__uss--pas.button,
.t__uss--pas.btn,
.t__uss--pas.btn__pill {
  border-color: #ffb8d6;
}
@media (hover: hover) {
  .theme__uss--pastel .button:hover,
  .theme__uss--pastel .btn:hover,
  .theme__uss--pastel .btn__pill:hover, .theme__uss--pastel.button:hover, .theme__uss--pastel.btn:hover, .theme__uss--pastel.btn__pill:hover,
  .t__uss--pas .button:hover,
  .t__uss--pas .btn:hover,
  .t__uss--pas .btn__pill:hover,
  .t__uss--pas.button:hover,
  .t__uss--pas.btn:hover,
  .t__uss--pas.btn__pill:hover {
    color: #ffffff;
    background: #ffb8d6;
  }
  .theme__uss--pastel .button:hover i,
  .theme__uss--pastel .btn:hover i,
  .theme__uss--pastel .btn__pill:hover i, .theme__uss--pastel.button:hover i, .theme__uss--pastel.btn:hover i, .theme__uss--pastel.btn__pill:hover i,
  .t__uss--pas .button:hover i,
  .t__uss--pas .btn:hover i,
  .t__uss--pas .btn__pill:hover i,
  .t__uss--pas.button:hover i,
  .t__uss--pas.btn:hover i,
  .t__uss--pas.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__uss--pastel .button__invert,
.theme__uss--pastel .btn__invert,
.theme__uss--pastel .btn__pill__invert, .theme__uss--pastel.button__invert, .theme__uss--pastel.btn__invert, .theme__uss--pastel.btn__pill__invert,
.t__uss--pas .button__invert,
.t__uss--pas .btn__invert,
.t__uss--pas .btn__pill__invert,
.t__uss--pas.button__invert,
.t__uss--pas.btn__invert,
.t__uss--pas.btn__pill__invert {
  background-color: #ffb8d6;
  color: #ffffff;
}
.theme__uss--pastel .button__invert h4,
.theme__uss--pastel .btn__invert h4,
.theme__uss--pastel .btn__pill__invert h4, .theme__uss--pastel.button__invert h4, .theme__uss--pastel.btn__invert h4, .theme__uss--pastel.btn__pill__invert h4,
.t__uss--pas .button__invert h4,
.t__uss--pas .btn__invert h4,
.t__uss--pas .btn__pill__invert h4,
.t__uss--pas.button__invert h4,
.t__uss--pas.btn__invert h4,
.t__uss--pas.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__uss--pastel .button__invert:hover,
.theme__uss--pastel .btn__invert:hover,
.theme__uss--pastel .btn__pill__invert:hover, .theme__uss--pastel.button__invert:hover, .theme__uss--pastel.btn__invert:hover, .theme__uss--pastel.btn__pill__invert:hover,
.t__uss--pas .button__invert:hover,
.t__uss--pas .btn__invert:hover,
.t__uss--pas .btn__pill__invert:hover,
.t__uss--pas.button__invert:hover,
.t__uss--pas.btn__invert:hover,
.t__uss--pas.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__uss--pastel .button__invert:hover h4,
.theme__uss--pastel .btn__invert:hover h4,
.theme__uss--pastel .btn__pill__invert:hover h4, .theme__uss--pastel.button__invert:hover h4, .theme__uss--pastel.btn__invert:hover h4, .theme__uss--pastel.btn__pill__invert:hover h4,
.t__uss--pas .button__invert:hover h4,
.t__uss--pas .btn__invert:hover h4,
.t__uss--pas .btn__pill__invert:hover h4,
.t__uss--pas.button__invert:hover h4,
.t__uss--pas.btn__invert:hover h4,
.t__uss--pas.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__uss--pastel .button__invert--hover:hover,
.theme__uss--pastel .btn__invert--hover:hover,
.theme__uss--pastel .btn__pill__invert--hover:hover, .theme__uss--pastel.button__invert--hover:hover, .theme__uss--pastel.btn__invert--hover:hover, .theme__uss--pastel.btn__pill__invert--hover:hover,
.t__uss--pas .button__invert--hover:hover,
.t__uss--pas .btn__invert--hover:hover,
.t__uss--pas .btn__pill__invert--hover:hover,
.t__uss--pas.button__invert--hover:hover,
.t__uss--pas.btn__invert--hover:hover,
.t__uss--pas.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__uss--pastel .button__under,
.theme__uss--pastel .btn__under,
.theme__uss--pastel .btn__pill__under, .theme__uss--pastel.button__under, .theme__uss--pastel.btn__under, .theme__uss--pastel.btn__pill__under,
.t__uss--pas .button__under,
.t__uss--pas .btn__under,
.t__uss--pas .btn__pill__under,
.t__uss--pas.button__under,
.t__uss--pas.btn__under,
.t__uss--pas.btn__pill__under {
  border-color: #ffb8d6;
}
.theme__uss--pastel .btn__large,
.t__uss--pas .btn__large {
  background-color: #ffb8d6;
}
.theme__uss--pastel .input__search,
.t__uss--pas .input__search {
  border-color: #ffb8d6;
}
.theme__uss--pastel .input__search i,
.t__uss--pas .input__search i {
  color: #4a4a4a;
}
.theme__uss--pastel .input__search:hover i,
.t__uss--pas .input__search:hover i {
  color: #ffb8d6;
}
.theme__uss--pastel .component__foreground,
.t__uss--pas .component__foreground {
  color: #4a4a4a;
}
.theme__uss--pastel.card,
.theme__uss--pastel .card, .theme__uss--pastel.card__with-image,
.theme__uss--pastel .card__with-image,
.t__uss--pas.card,
.t__uss--pas .card,
.t__uss--pas.card__with-image,
.t__uss--pas .card__with-image {
  border-color: #ffb8d6;
}
.theme__uss--pastel.card__highlight,
.theme__uss--pastel .card__highlight,
.theme__uss--pastel .card__highlight--image,
.theme__uss--pastel .card__highlight--final,
.t__uss--pas.card__highlight,
.t__uss--pas .card__highlight,
.t__uss--pas .card__highlight--image,
.t__uss--pas .card__highlight--final {
  background-color: #ffb8d6;
  border-color: #ffb8d6;
}
.theme__uss--pastel.card__highlight--title,
.theme__uss--pastel .card__highlight--title,
.theme__uss--pastel .card__highlight--image,
.theme__uss--pastel .card__highlight--final,
.t__uss--pas.card__highlight--title,
.t__uss--pas .card__highlight--title,
.t__uss--pas .card__highlight--image,
.t__uss--pas .card__highlight--final {
  color: #4a4a4a;
}
.theme__uss--pastel .image-slider__selector--dot,
.t__uss--pas .image-slider__selector--dot {
  background-color: #ffb8d6;
}
.theme__uss--pastel .call-to-action__text h3,
.t__uss--pas .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__uss--pastel .officer__block--title h5, .theme__uss--pastel .officer__block--title h6,
.t__uss--pas .officer__block--title h5,
.t__uss--pas .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__uss--pastel .block__statement--link,
.t__uss--pas .block__statement--link {
  color: #4a4a4a;
}
.theme__uss--pastel .card__cutoff,
.t__uss--pas .card__cutoff {
  background: linear-gradient(#ffb8d6, #ffb8d6), linear-gradient(white, white);
}
.theme__uss--pastel .card__cutoff p,
.t__uss--pas .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__uss--pastel .card__cutoff:hover,
  .t__uss--pas .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__uss--pastel .card__cutoff:hover p,
  .t__uss--pas .card__cutoff:hover p {
    color: #ffb8d6;
  }
  .theme__uss--pastel .card__cutoff:hover .card__cutoff--link,
  .t__uss--pas .card__cutoff:hover .card__cutoff--link {
    color: #ffb8d6;
  }
  .theme__uss--pastel .card__cutoff:hover .card__cutoff--text,
  .t__uss--pas .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__uss--pastel .card__cutoff:hover .card__cutoff--text p,
  .t__uss--pas .card__cutoff:hover .card__cutoff--text p {
    color: #ffb8d6;
  }
  .theme__uss--pastel .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__uss--pas .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: #ffb8d6;
  }
}
.theme__uss--pastel .card__cutoff--link,
.t__uss--pas .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__uss--pastel .card__cutoff--link:hover,
  .t__uss--pas .card__cutoff--link:hover {
    color: #ffb8d6;
  }
  .theme__uss--pastel .card__cutoff--link:hover--link,
  .t__uss--pas .card__cutoff--link:hover--link {
    color: #ffb8d6;
  }
}
.theme__uss--pastel .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__uss--pas .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: #ffb8d6;
}
.theme__uss--pastel .dropdown__toggle--title,
.t__uss--pas .dropdown__toggle--title {
  color: #ffb8d6;
}
.theme__uss--pastel .dropdown__toggle--icon i,
.t__uss--pas .dropdown__toggle--icon i {
  color: #ffb8d6;
}
.theme__uss--pastel .large_timer__countdown--item_large,
.t__uss--pas .large_timer__countdown--item_large {
  background-color: #ffb8d6;
}
.theme__uss--pastel .large_timer__countdown--item_medium,
.t__uss--pas .large_timer__countdown--item_medium {
  background-color: #ffb8d6;
}
.theme__uss--pastel .large_timer__countdown--item_small,
.t__uss--pas .large_timer__countdown--item_small {
  background-color: #ffb8d6;
}
.theme__uss--pastel .modalcontent,
.t__uss--pas .modalcontent {
  border-color: #ffb8d6;
}
.theme__uss--pastel .transparent__header,
.t__uss--pas .transparent__header {
  background: #ffb8d6;
}
.theme__uss--pastel .breadcrumb__slashes,
.t__uss--pas .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__uss--pastel .the-list,
.t__uss--pas .the-list {
  background-color: #ffb8d6;
}
.theme__uss--pastel .the-list option,
.t__uss--pas .the-list option {
  border-color: #ffb8d6 !important;
}
.theme__uss--pastel .es-list::-webkit-scrollbar-thumb,
.t__uss--pas .es-list::-webkit-scrollbar-thumb {
  background: #ffb8d6;
}
.theme__uss--pastel .es-visible,
.t__uss--pas .es-visible {
  border-color: #ffb8d6 !important;
}
.theme__uss--pastel .ot-open,
.theme__uss--pastel .ot-closed,
.t__uss--pas .ot-open,
.t__uss--pas .ot-closed {
  color: #ffb8d6;
}
.theme__uss--pastel .colour__foreground,
.t__uss--pas .colour__foreground {
  color: #ffb8d6;
}
.theme__uss--pastel h1.t__none,
.theme__uss--pastel h1.theme__none,
.theme__uss--pastel h2.t__none,
.theme__uss--pastel h2.theme__none,
.theme__uss--pastel h3.t__none,
.theme__uss--pastel h3.theme__none,
.theme__uss--pastel h4.t__none,
.theme__uss--pastel h4.theme__none,
.theme__uss--pastel h1.t__none--w-hov,
.theme__uss--pastel h1.theme__none--with-hover,
.theme__uss--pastel h2.t__none--w-hov,
.theme__uss--pastel h2.theme__none--with-hover,
.theme__uss--pastel h3.t__none--w-hov,
.theme__uss--pastel h3.theme__none--with-hover,
.theme__uss--pastel h4.t__none--w-hov,
.theme__uss--pastel h4.theme__none--with-hover,
.t__uss--pas h1.t__none,
.t__uss--pas h1.theme__none,
.t__uss--pas h2.t__none,
.t__uss--pas h2.theme__none,
.t__uss--pas h3.t__none,
.t__uss--pas h3.theme__none,
.t__uss--pas h4.t__none,
.t__uss--pas h4.theme__none,
.t__uss--pas h1.t__none--w-hov,
.t__uss--pas h1.theme__none--with-hover,
.t__uss--pas h2.t__none--w-hov,
.t__uss--pas h2.theme__none--with-hover,
.t__uss--pas h3.t__none--w-hov,
.t__uss--pas h3.theme__none--with-hover,
.t__uss--pas h4.t__none--w-hov,
.t__uss--pas h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__uss--pastel span.t__none,
.theme__uss--pastel span.theme__none,
.t__uss--pas span.t__none,
.t__uss--pas span.theme__none {
  color: #4a4a4a;
}
.theme__uss--pastel i.t__none,
.theme__uss--pastel i.theme__none,
.t__uss--pas i.t__none,
.t__uss--pas i.theme__none {
  color: #4a4a4a;
}
.theme__uss--pastel a.border__none,
.theme__uss--pastel a.b__none,
.t__uss--pas a.border__none,
.t__uss--pas a.b__none {
  border: 0;
}
.theme__uss--pastel a:hover h1.t__none,
.theme__uss--pastel a:hover h1.theme__none,
.theme__uss--pastel a:hover h2.t__none,
.theme__uss--pastel a:hover h2.theme__none,
.theme__uss--pastel a:hover h3.t__none,
.theme__uss--pastel a:hover h3.theme__none,
.theme__uss--pastel a:hover h4.t__none,
.theme__uss--pastel a:hover h4.theme__none,
.t__uss--pas a:hover h1.t__none,
.t__uss--pas a:hover h1.theme__none,
.t__uss--pas a:hover h2.t__none,
.t__uss--pas a:hover h2.theme__none,
.t__uss--pas a:hover h3.t__none,
.t__uss--pas a:hover h3.theme__none,
.t__uss--pas a:hover h4.t__none,
.t__uss--pas a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__uss--pastel a:hover h1.t__none--w-hov,
.theme__uss--pastel a:hover h1.theme__none--with-hover,
.theme__uss--pastel a:hover h2.t__none--w-hov,
.theme__uss--pastel a:hover h2.theme__none--with-hover,
.theme__uss--pastel a:hover h3.t__none--w-hov,
.theme__uss--pastel a:hover h3.theme__none--with-hover,
.theme__uss--pastel a:hover h4.t__none--w-hov,
.theme__uss--pastel a:hover h4.theme__none--with-hover,
.t__uss--pas a:hover h1.t__none--w-hov,
.t__uss--pas a:hover h1.theme__none--with-hover,
.t__uss--pas a:hover h2.t__none--w-hov,
.t__uss--pas a:hover h2.theme__none--with-hover,
.t__uss--pas a:hover h3.t__none--w-hov,
.t__uss--pas a:hover h3.theme__none--with-hover,
.t__uss--pas a:hover h4.t__none--w-hov,
.t__uss--pas a:hover h4.theme__none--with-hover {
  color: #ffb8d6;
}

.theme__uss--background-primary,
.t__uss--bg-pri {
  background-color: #f070aa;
}

.theme__uss--background-secondary,
.t__uss--bg-sec {
  background-color: #ffb8d6;
}

.theme__uss--background-pastel,
.t__uss--bg-pas {
  background-color: #ffb8d6;
}

.theme__xms--primary h1, .theme__xms--primary h2, .theme__xms--primary h3, .theme__xms--primary h4, .theme__xms--primary h5, .theme__xms--primary h6,
.t__xms--pri h1,
.t__xms--pri h2,
.t__xms--pri h3,
.t__xms--pri h4,
.t__xms--pri h5,
.t__xms--pri h6 {
  color: #0ABEF0;
}
.theme__xms--primary a,
.t__xms--pri a {
  color: #4a4a4a;
  border-color: #0ABEF0;
  text-decoration: none;
}
.theme__xms--primary a:hover,
.t__xms--pri a:hover {
  color: #0ABEF0;
}
.theme__xms--primary a:hover h1, .theme__xms--primary a:hover h2, .theme__xms--primary a:hover h3, .theme__xms--primary a:hover h4, .theme__xms--primary a:hover h5, .theme__xms--primary a:hover h6,
.t__xms--pri a:hover h1,
.t__xms--pri a:hover h2,
.t__xms--pri a:hover h3,
.t__xms--pri a:hover h4,
.t__xms--pri a:hover h5,
.t__xms--pri a:hover h6 {
  color: #0ABEF0;
}
.theme__xms--primary a div,
.t__xms--pri a div {
  border-color: #0ABEF0 !important;
}
.theme__xms--primary input,
.t__xms--pri input {
  border-color: #0ABEF0;
}
.theme__xms--primary p,
.t__xms--pri p {
  color: #4a4a4a;
}
.theme__xms--primary .button,
.theme__xms--primary .btn,
.theme__xms--primary .btn__pill, .theme__xms--primary.button, .theme__xms--primary.btn, .theme__xms--primary.btn__pill,
.t__xms--pri .button,
.t__xms--pri .btn,
.t__xms--pri .btn__pill,
.t__xms--pri.button,
.t__xms--pri.btn,
.t__xms--pri.btn__pill {
  border-color: #0ABEF0;
}
@media (hover: hover) {
  .theme__xms--primary .button:hover,
  .theme__xms--primary .btn:hover,
  .theme__xms--primary .btn__pill:hover, .theme__xms--primary.button:hover, .theme__xms--primary.btn:hover, .theme__xms--primary.btn__pill:hover,
  .t__xms--pri .button:hover,
  .t__xms--pri .btn:hover,
  .t__xms--pri .btn__pill:hover,
  .t__xms--pri.button:hover,
  .t__xms--pri.btn:hover,
  .t__xms--pri.btn__pill:hover {
    color: #ffffff;
    background: #0ABEF0;
  }
  .theme__xms--primary .button:hover i,
  .theme__xms--primary .btn:hover i,
  .theme__xms--primary .btn__pill:hover i, .theme__xms--primary.button:hover i, .theme__xms--primary.btn:hover i, .theme__xms--primary.btn__pill:hover i,
  .t__xms--pri .button:hover i,
  .t__xms--pri .btn:hover i,
  .t__xms--pri .btn__pill:hover i,
  .t__xms--pri.button:hover i,
  .t__xms--pri.btn:hover i,
  .t__xms--pri.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__xms--primary .button__invert,
.theme__xms--primary .btn__invert,
.theme__xms--primary .btn__pill__invert, .theme__xms--primary.button__invert, .theme__xms--primary.btn__invert, .theme__xms--primary.btn__pill__invert,
.t__xms--pri .button__invert,
.t__xms--pri .btn__invert,
.t__xms--pri .btn__pill__invert,
.t__xms--pri.button__invert,
.t__xms--pri.btn__invert,
.t__xms--pri.btn__pill__invert {
  background-color: #0ABEF0;
  color: #ffffff;
}
.theme__xms--primary .button__invert h4,
.theme__xms--primary .btn__invert h4,
.theme__xms--primary .btn__pill__invert h4, .theme__xms--primary.button__invert h4, .theme__xms--primary.btn__invert h4, .theme__xms--primary.btn__pill__invert h4,
.t__xms--pri .button__invert h4,
.t__xms--pri .btn__invert h4,
.t__xms--pri .btn__pill__invert h4,
.t__xms--pri.button__invert h4,
.t__xms--pri.btn__invert h4,
.t__xms--pri.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__xms--primary .button__invert:hover,
.theme__xms--primary .btn__invert:hover,
.theme__xms--primary .btn__pill__invert:hover, .theme__xms--primary.button__invert:hover, .theme__xms--primary.btn__invert:hover, .theme__xms--primary.btn__pill__invert:hover,
.t__xms--pri .button__invert:hover,
.t__xms--pri .btn__invert:hover,
.t__xms--pri .btn__pill__invert:hover,
.t__xms--pri.button__invert:hover,
.t__xms--pri.btn__invert:hover,
.t__xms--pri.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__xms--primary .button__invert:hover h4,
.theme__xms--primary .btn__invert:hover h4,
.theme__xms--primary .btn__pill__invert:hover h4, .theme__xms--primary.button__invert:hover h4, .theme__xms--primary.btn__invert:hover h4, .theme__xms--primary.btn__pill__invert:hover h4,
.t__xms--pri .button__invert:hover h4,
.t__xms--pri .btn__invert:hover h4,
.t__xms--pri .btn__pill__invert:hover h4,
.t__xms--pri.button__invert:hover h4,
.t__xms--pri.btn__invert:hover h4,
.t__xms--pri.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__xms--primary .button__invert--hover:hover,
.theme__xms--primary .btn__invert--hover:hover,
.theme__xms--primary .btn__pill__invert--hover:hover, .theme__xms--primary.button__invert--hover:hover, .theme__xms--primary.btn__invert--hover:hover, .theme__xms--primary.btn__pill__invert--hover:hover,
.t__xms--pri .button__invert--hover:hover,
.t__xms--pri .btn__invert--hover:hover,
.t__xms--pri .btn__pill__invert--hover:hover,
.t__xms--pri.button__invert--hover:hover,
.t__xms--pri.btn__invert--hover:hover,
.t__xms--pri.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__xms--primary .button__under,
.theme__xms--primary .btn__under,
.theme__xms--primary .btn__pill__under, .theme__xms--primary.button__under, .theme__xms--primary.btn__under, .theme__xms--primary.btn__pill__under,
.t__xms--pri .button__under,
.t__xms--pri .btn__under,
.t__xms--pri .btn__pill__under,
.t__xms--pri.button__under,
.t__xms--pri.btn__under,
.t__xms--pri.btn__pill__under {
  border-color: #0ABEF0;
}
.theme__xms--primary .btn__large,
.t__xms--pri .btn__large {
  background-color: #0ABEF0;
}
.theme__xms--primary .input__search,
.t__xms--pri .input__search {
  border-color: #0ABEF0;
}
.theme__xms--primary .input__search i,
.t__xms--pri .input__search i {
  color: #4a4a4a;
}
.theme__xms--primary .input__search:hover i,
.t__xms--pri .input__search:hover i {
  color: #0ABEF0;
}
.theme__xms--primary .component__foreground,
.t__xms--pri .component__foreground {
  color: #4a4a4a;
}
.theme__xms--primary.card,
.theme__xms--primary .card, .theme__xms--primary.card__with-image,
.theme__xms--primary .card__with-image,
.t__xms--pri.card,
.t__xms--pri .card,
.t__xms--pri.card__with-image,
.t__xms--pri .card__with-image {
  border-color: #0ABEF0;
}
.theme__xms--primary.card__highlight,
.theme__xms--primary .card__highlight,
.theme__xms--primary .card__highlight--image,
.theme__xms--primary .card__highlight--final,
.t__xms--pri.card__highlight,
.t__xms--pri .card__highlight,
.t__xms--pri .card__highlight--image,
.t__xms--pri .card__highlight--final {
  background-color: #0ABEF0;
  border-color: #0ABEF0;
}
.theme__xms--primary.card__highlight--title,
.theme__xms--primary .card__highlight--title,
.theme__xms--primary .card__highlight--image,
.theme__xms--primary .card__highlight--final,
.t__xms--pri.card__highlight--title,
.t__xms--pri .card__highlight--title,
.t__xms--pri .card__highlight--image,
.t__xms--pri .card__highlight--final {
  color: #4a4a4a;
}
.theme__xms--primary .image-slider__selector--dot,
.t__xms--pri .image-slider__selector--dot {
  background-color: #0ABEF0;
}
.theme__xms--primary .call-to-action__text h3,
.t__xms--pri .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__xms--primary .officer__block--title h5, .theme__xms--primary .officer__block--title h6,
.t__xms--pri .officer__block--title h5,
.t__xms--pri .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__xms--primary .block__statement--link,
.t__xms--pri .block__statement--link {
  color: #4a4a4a;
}
.theme__xms--primary .card__cutoff,
.t__xms--pri .card__cutoff {
  background: linear-gradient(#0ABEF0, #0ABEF0), linear-gradient(white, white);
}
.theme__xms--primary .card__cutoff p,
.t__xms--pri .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__xms--primary .card__cutoff:hover,
  .t__xms--pri .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__xms--primary .card__cutoff:hover p,
  .t__xms--pri .card__cutoff:hover p {
    color: #0ABEF0;
  }
  .theme__xms--primary .card__cutoff:hover .card__cutoff--link,
  .t__xms--pri .card__cutoff:hover .card__cutoff--link {
    color: #0ABEF0;
  }
  .theme__xms--primary .card__cutoff:hover .card__cutoff--text,
  .t__xms--pri .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__xms--primary .card__cutoff:hover .card__cutoff--text p,
  .t__xms--pri .card__cutoff:hover .card__cutoff--text p {
    color: #0ABEF0;
  }
  .theme__xms--primary .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__xms--pri .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: #0ABEF0;
  }
}
.theme__xms--primary .card__cutoff--link,
.t__xms--pri .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__xms--primary .card__cutoff--link:hover,
  .t__xms--pri .card__cutoff--link:hover {
    color: #0ABEF0;
  }
  .theme__xms--primary .card__cutoff--link:hover--link,
  .t__xms--pri .card__cutoff--link:hover--link {
    color: #0ABEF0;
  }
}
.theme__xms--primary .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__xms--pri .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: #0ABEF0;
}
.theme__xms--primary .dropdown__toggle--title,
.t__xms--pri .dropdown__toggle--title {
  color: #0ABEF0;
}
.theme__xms--primary .dropdown__toggle--icon i,
.t__xms--pri .dropdown__toggle--icon i {
  color: #0ABEF0;
}
.theme__xms--primary .large_timer__countdown--item_large,
.t__xms--pri .large_timer__countdown--item_large {
  background-color: #0ABEF0;
}
.theme__xms--primary .large_timer__countdown--item_medium,
.t__xms--pri .large_timer__countdown--item_medium {
  background-color: #0ABEF0;
}
.theme__xms--primary .large_timer__countdown--item_small,
.t__xms--pri .large_timer__countdown--item_small {
  background-color: #0ABEF0;
}
.theme__xms--primary .modalcontent,
.t__xms--pri .modalcontent {
  border-color: #0ABEF0;
}
.theme__xms--primary .transparent__header,
.t__xms--pri .transparent__header {
  background: #0ABEF0;
}
.theme__xms--primary .breadcrumb__slashes,
.t__xms--pri .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__xms--primary .the-list,
.t__xms--pri .the-list {
  background-color: #0ABEF0;
}
.theme__xms--primary .the-list option,
.t__xms--pri .the-list option {
  border-color: #0ABEF0 !important;
}
.theme__xms--primary .es-list::-webkit-scrollbar-thumb,
.t__xms--pri .es-list::-webkit-scrollbar-thumb {
  background: #0ABEF0;
}
.theme__xms--primary .es-visible,
.t__xms--pri .es-visible {
  border-color: #0ABEF0 !important;
}
.theme__xms--primary .ot-open,
.theme__xms--primary .ot-closed,
.t__xms--pri .ot-open,
.t__xms--pri .ot-closed {
  color: #0ABEF0;
}
.theme__xms--primary .colour__foreground,
.t__xms--pri .colour__foreground {
  color: #0ABEF0;
}
.theme__xms--primary h1.t__none,
.theme__xms--primary h1.theme__none,
.theme__xms--primary h2.t__none,
.theme__xms--primary h2.theme__none,
.theme__xms--primary h3.t__none,
.theme__xms--primary h3.theme__none,
.theme__xms--primary h4.t__none,
.theme__xms--primary h4.theme__none,
.theme__xms--primary h1.t__none--w-hov,
.theme__xms--primary h1.theme__none--with-hover,
.theme__xms--primary h2.t__none--w-hov,
.theme__xms--primary h2.theme__none--with-hover,
.theme__xms--primary h3.t__none--w-hov,
.theme__xms--primary h3.theme__none--with-hover,
.theme__xms--primary h4.t__none--w-hov,
.theme__xms--primary h4.theme__none--with-hover,
.t__xms--pri h1.t__none,
.t__xms--pri h1.theme__none,
.t__xms--pri h2.t__none,
.t__xms--pri h2.theme__none,
.t__xms--pri h3.t__none,
.t__xms--pri h3.theme__none,
.t__xms--pri h4.t__none,
.t__xms--pri h4.theme__none,
.t__xms--pri h1.t__none--w-hov,
.t__xms--pri h1.theme__none--with-hover,
.t__xms--pri h2.t__none--w-hov,
.t__xms--pri h2.theme__none--with-hover,
.t__xms--pri h3.t__none--w-hov,
.t__xms--pri h3.theme__none--with-hover,
.t__xms--pri h4.t__none--w-hov,
.t__xms--pri h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__xms--primary span.t__none,
.theme__xms--primary span.theme__none,
.t__xms--pri span.t__none,
.t__xms--pri span.theme__none {
  color: #4a4a4a;
}
.theme__xms--primary i.t__none,
.theme__xms--primary i.theme__none,
.t__xms--pri i.t__none,
.t__xms--pri i.theme__none {
  color: #4a4a4a;
}
.theme__xms--primary a.border__none,
.theme__xms--primary a.b__none,
.t__xms--pri a.border__none,
.t__xms--pri a.b__none {
  border: 0;
}
.theme__xms--primary a:hover h1.t__none,
.theme__xms--primary a:hover h1.theme__none,
.theme__xms--primary a:hover h2.t__none,
.theme__xms--primary a:hover h2.theme__none,
.theme__xms--primary a:hover h3.t__none,
.theme__xms--primary a:hover h3.theme__none,
.theme__xms--primary a:hover h4.t__none,
.theme__xms--primary a:hover h4.theme__none,
.t__xms--pri a:hover h1.t__none,
.t__xms--pri a:hover h1.theme__none,
.t__xms--pri a:hover h2.t__none,
.t__xms--pri a:hover h2.theme__none,
.t__xms--pri a:hover h3.t__none,
.t__xms--pri a:hover h3.theme__none,
.t__xms--pri a:hover h4.t__none,
.t__xms--pri a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__xms--primary a:hover h1.t__none--w-hov,
.theme__xms--primary a:hover h1.theme__none--with-hover,
.theme__xms--primary a:hover h2.t__none--w-hov,
.theme__xms--primary a:hover h2.theme__none--with-hover,
.theme__xms--primary a:hover h3.t__none--w-hov,
.theme__xms--primary a:hover h3.theme__none--with-hover,
.theme__xms--primary a:hover h4.t__none--w-hov,
.theme__xms--primary a:hover h4.theme__none--with-hover,
.t__xms--pri a:hover h1.t__none--w-hov,
.t__xms--pri a:hover h1.theme__none--with-hover,
.t__xms--pri a:hover h2.t__none--w-hov,
.t__xms--pri a:hover h2.theme__none--with-hover,
.t__xms--pri a:hover h3.t__none--w-hov,
.t__xms--pri a:hover h3.theme__none--with-hover,
.t__xms--pri a:hover h4.t__none--w-hov,
.t__xms--pri a:hover h4.theme__none--with-hover {
  color: #0ABEF0;
}
.theme__xms--primary .dotted__line--small, .theme__xms--primary .dotted__line--medium, .theme__xms--primary .dotted__line--large, .theme__xms--primary .dotted__line--x-large, .theme__xms--primary .dotted__line--huge,
.t__xms--pri .dotted__line--small,
.t__xms--pri .dotted__line--medium,
.t__xms--pri .dotted__line--large,
.t__xms--pri .dotted__line--x-large,
.t__xms--pri .dotted__line--huge {
  border-image-source: url("https://fe3ca8e0a2f497a00e8a-853d39369c554c336474f22b1382bbe4.ssl.cf3.rackcdn.com/dotted_arc.png");
}

.theme__xms--secondary h1, .theme__xms--secondary h2, .theme__xms--secondary h3, .theme__xms--secondary h4, .theme__xms--secondary h5, .theme__xms--secondary h6,
.t__xms--sec h1,
.t__xms--sec h2,
.t__xms--sec h3,
.t__xms--sec h4,
.t__xms--sec h5,
.t__xms--sec h6 {
  color: #2fbdec;
}
.theme__xms--secondary a,
.t__xms--sec a {
  color: #4a4a4a;
  border-color: #2fbdec;
  text-decoration: none;
}
.theme__xms--secondary a:hover,
.t__xms--sec a:hover {
  color: #2fbdec;
}
.theme__xms--secondary a:hover h1, .theme__xms--secondary a:hover h2, .theme__xms--secondary a:hover h3, .theme__xms--secondary a:hover h4, .theme__xms--secondary a:hover h5, .theme__xms--secondary a:hover h6,
.t__xms--sec a:hover h1,
.t__xms--sec a:hover h2,
.t__xms--sec a:hover h3,
.t__xms--sec a:hover h4,
.t__xms--sec a:hover h5,
.t__xms--sec a:hover h6 {
  color: #2fbdec;
}
.theme__xms--secondary a div,
.t__xms--sec a div {
  border-color: #2fbdec !important;
}
.theme__xms--secondary input,
.t__xms--sec input {
  border-color: #2fbdec;
}
.theme__xms--secondary p,
.t__xms--sec p {
  color: #4a4a4a;
}
.theme__xms--secondary .button,
.theme__xms--secondary .btn,
.theme__xms--secondary .btn__pill, .theme__xms--secondary.button, .theme__xms--secondary.btn, .theme__xms--secondary.btn__pill,
.t__xms--sec .button,
.t__xms--sec .btn,
.t__xms--sec .btn__pill,
.t__xms--sec.button,
.t__xms--sec.btn,
.t__xms--sec.btn__pill {
  border-color: #2fbdec;
}
@media (hover: hover) {
  .theme__xms--secondary .button:hover,
  .theme__xms--secondary .btn:hover,
  .theme__xms--secondary .btn__pill:hover, .theme__xms--secondary.button:hover, .theme__xms--secondary.btn:hover, .theme__xms--secondary.btn__pill:hover,
  .t__xms--sec .button:hover,
  .t__xms--sec .btn:hover,
  .t__xms--sec .btn__pill:hover,
  .t__xms--sec.button:hover,
  .t__xms--sec.btn:hover,
  .t__xms--sec.btn__pill:hover {
    color: #ffffff;
    background: #2fbdec;
  }
  .theme__xms--secondary .button:hover i,
  .theme__xms--secondary .btn:hover i,
  .theme__xms--secondary .btn__pill:hover i, .theme__xms--secondary.button:hover i, .theme__xms--secondary.btn:hover i, .theme__xms--secondary.btn__pill:hover i,
  .t__xms--sec .button:hover i,
  .t__xms--sec .btn:hover i,
  .t__xms--sec .btn__pill:hover i,
  .t__xms--sec.button:hover i,
  .t__xms--sec.btn:hover i,
  .t__xms--sec.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__xms--secondary .button__invert,
.theme__xms--secondary .btn__invert,
.theme__xms--secondary .btn__pill__invert, .theme__xms--secondary.button__invert, .theme__xms--secondary.btn__invert, .theme__xms--secondary.btn__pill__invert,
.t__xms--sec .button__invert,
.t__xms--sec .btn__invert,
.t__xms--sec .btn__pill__invert,
.t__xms--sec.button__invert,
.t__xms--sec.btn__invert,
.t__xms--sec.btn__pill__invert {
  background-color: #2fbdec;
  color: #ffffff;
}
.theme__xms--secondary .button__invert h4,
.theme__xms--secondary .btn__invert h4,
.theme__xms--secondary .btn__pill__invert h4, .theme__xms--secondary.button__invert h4, .theme__xms--secondary.btn__invert h4, .theme__xms--secondary.btn__pill__invert h4,
.t__xms--sec .button__invert h4,
.t__xms--sec .btn__invert h4,
.t__xms--sec .btn__pill__invert h4,
.t__xms--sec.button__invert h4,
.t__xms--sec.btn__invert h4,
.t__xms--sec.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__xms--secondary .button__invert:hover,
.theme__xms--secondary .btn__invert:hover,
.theme__xms--secondary .btn__pill__invert:hover, .theme__xms--secondary.button__invert:hover, .theme__xms--secondary.btn__invert:hover, .theme__xms--secondary.btn__pill__invert:hover,
.t__xms--sec .button__invert:hover,
.t__xms--sec .btn__invert:hover,
.t__xms--sec .btn__pill__invert:hover,
.t__xms--sec.button__invert:hover,
.t__xms--sec.btn__invert:hover,
.t__xms--sec.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__xms--secondary .button__invert:hover h4,
.theme__xms--secondary .btn__invert:hover h4,
.theme__xms--secondary .btn__pill__invert:hover h4, .theme__xms--secondary.button__invert:hover h4, .theme__xms--secondary.btn__invert:hover h4, .theme__xms--secondary.btn__pill__invert:hover h4,
.t__xms--sec .button__invert:hover h4,
.t__xms--sec .btn__invert:hover h4,
.t__xms--sec .btn__pill__invert:hover h4,
.t__xms--sec.button__invert:hover h4,
.t__xms--sec.btn__invert:hover h4,
.t__xms--sec.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__xms--secondary .button__invert--hover:hover,
.theme__xms--secondary .btn__invert--hover:hover,
.theme__xms--secondary .btn__pill__invert--hover:hover, .theme__xms--secondary.button__invert--hover:hover, .theme__xms--secondary.btn__invert--hover:hover, .theme__xms--secondary.btn__pill__invert--hover:hover,
.t__xms--sec .button__invert--hover:hover,
.t__xms--sec .btn__invert--hover:hover,
.t__xms--sec .btn__pill__invert--hover:hover,
.t__xms--sec.button__invert--hover:hover,
.t__xms--sec.btn__invert--hover:hover,
.t__xms--sec.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__xms--secondary .button__under,
.theme__xms--secondary .btn__under,
.theme__xms--secondary .btn__pill__under, .theme__xms--secondary.button__under, .theme__xms--secondary.btn__under, .theme__xms--secondary.btn__pill__under,
.t__xms--sec .button__under,
.t__xms--sec .btn__under,
.t__xms--sec .btn__pill__under,
.t__xms--sec.button__under,
.t__xms--sec.btn__under,
.t__xms--sec.btn__pill__under {
  border-color: #2fbdec;
}
.theme__xms--secondary .btn__large,
.t__xms--sec .btn__large {
  background-color: #2fbdec;
}
.theme__xms--secondary .input__search,
.t__xms--sec .input__search {
  border-color: #2fbdec;
}
.theme__xms--secondary .input__search i,
.t__xms--sec .input__search i {
  color: #4a4a4a;
}
.theme__xms--secondary .input__search:hover i,
.t__xms--sec .input__search:hover i {
  color: #2fbdec;
}
.theme__xms--secondary .component__foreground,
.t__xms--sec .component__foreground {
  color: #4a4a4a;
}
.theme__xms--secondary.card,
.theme__xms--secondary .card, .theme__xms--secondary.card__with-image,
.theme__xms--secondary .card__with-image,
.t__xms--sec.card,
.t__xms--sec .card,
.t__xms--sec.card__with-image,
.t__xms--sec .card__with-image {
  border-color: #2fbdec;
}
.theme__xms--secondary.card__highlight,
.theme__xms--secondary .card__highlight,
.theme__xms--secondary .card__highlight--image,
.theme__xms--secondary .card__highlight--final,
.t__xms--sec.card__highlight,
.t__xms--sec .card__highlight,
.t__xms--sec .card__highlight--image,
.t__xms--sec .card__highlight--final {
  background-color: #2fbdec;
  border-color: #2fbdec;
}
.theme__xms--secondary.card__highlight--title,
.theme__xms--secondary .card__highlight--title,
.theme__xms--secondary .card__highlight--image,
.theme__xms--secondary .card__highlight--final,
.t__xms--sec.card__highlight--title,
.t__xms--sec .card__highlight--title,
.t__xms--sec .card__highlight--image,
.t__xms--sec .card__highlight--final {
  color: #4a4a4a;
}
.theme__xms--secondary .image-slider__selector--dot,
.t__xms--sec .image-slider__selector--dot {
  background-color: #2fbdec;
}
.theme__xms--secondary .call-to-action__text h3,
.t__xms--sec .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__xms--secondary .officer__block--title h5, .theme__xms--secondary .officer__block--title h6,
.t__xms--sec .officer__block--title h5,
.t__xms--sec .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__xms--secondary .block__statement--link,
.t__xms--sec .block__statement--link {
  color: #4a4a4a;
}
.theme__xms--secondary .card__cutoff,
.t__xms--sec .card__cutoff {
  background: linear-gradient(#2fbdec, #2fbdec), linear-gradient(white, white);
}
.theme__xms--secondary .card__cutoff p,
.t__xms--sec .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__xms--secondary .card__cutoff:hover,
  .t__xms--sec .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__xms--secondary .card__cutoff:hover p,
  .t__xms--sec .card__cutoff:hover p {
    color: #2fbdec;
  }
  .theme__xms--secondary .card__cutoff:hover .card__cutoff--link,
  .t__xms--sec .card__cutoff:hover .card__cutoff--link {
    color: #2fbdec;
  }
  .theme__xms--secondary .card__cutoff:hover .card__cutoff--text,
  .t__xms--sec .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__xms--secondary .card__cutoff:hover .card__cutoff--text p,
  .t__xms--sec .card__cutoff:hover .card__cutoff--text p {
    color: #2fbdec;
  }
  .theme__xms--secondary .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__xms--sec .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: #2fbdec;
  }
}
.theme__xms--secondary .card__cutoff--link,
.t__xms--sec .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__xms--secondary .card__cutoff--link:hover,
  .t__xms--sec .card__cutoff--link:hover {
    color: #2fbdec;
  }
  .theme__xms--secondary .card__cutoff--link:hover--link,
  .t__xms--sec .card__cutoff--link:hover--link {
    color: #2fbdec;
  }
}
.theme__xms--secondary .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__xms--sec .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: #2fbdec;
}
.theme__xms--secondary .dropdown__toggle--title,
.t__xms--sec .dropdown__toggle--title {
  color: #2fbdec;
}
.theme__xms--secondary .dropdown__toggle--icon i,
.t__xms--sec .dropdown__toggle--icon i {
  color: #2fbdec;
}
.theme__xms--secondary .large_timer__countdown--item_large,
.t__xms--sec .large_timer__countdown--item_large {
  background-color: #2fbdec;
}
.theme__xms--secondary .large_timer__countdown--item_medium,
.t__xms--sec .large_timer__countdown--item_medium {
  background-color: #2fbdec;
}
.theme__xms--secondary .large_timer__countdown--item_small,
.t__xms--sec .large_timer__countdown--item_small {
  background-color: #2fbdec;
}
.theme__xms--secondary .modalcontent,
.t__xms--sec .modalcontent {
  border-color: #2fbdec;
}
.theme__xms--secondary .transparent__header,
.t__xms--sec .transparent__header {
  background: #2fbdec;
}
.theme__xms--secondary .breadcrumb__slashes,
.t__xms--sec .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__xms--secondary .the-list,
.t__xms--sec .the-list {
  background-color: #2fbdec;
}
.theme__xms--secondary .the-list option,
.t__xms--sec .the-list option {
  border-color: #2fbdec !important;
}
.theme__xms--secondary .es-list::-webkit-scrollbar-thumb,
.t__xms--sec .es-list::-webkit-scrollbar-thumb {
  background: #2fbdec;
}
.theme__xms--secondary .es-visible,
.t__xms--sec .es-visible {
  border-color: #2fbdec !important;
}
.theme__xms--secondary .ot-open,
.theme__xms--secondary .ot-closed,
.t__xms--sec .ot-open,
.t__xms--sec .ot-closed {
  color: #2fbdec;
}
.theme__xms--secondary .colour__foreground,
.t__xms--sec .colour__foreground {
  color: #2fbdec;
}
.theme__xms--secondary h1.t__none,
.theme__xms--secondary h1.theme__none,
.theme__xms--secondary h2.t__none,
.theme__xms--secondary h2.theme__none,
.theme__xms--secondary h3.t__none,
.theme__xms--secondary h3.theme__none,
.theme__xms--secondary h4.t__none,
.theme__xms--secondary h4.theme__none,
.theme__xms--secondary h1.t__none--w-hov,
.theme__xms--secondary h1.theme__none--with-hover,
.theme__xms--secondary h2.t__none--w-hov,
.theme__xms--secondary h2.theme__none--with-hover,
.theme__xms--secondary h3.t__none--w-hov,
.theme__xms--secondary h3.theme__none--with-hover,
.theme__xms--secondary h4.t__none--w-hov,
.theme__xms--secondary h4.theme__none--with-hover,
.t__xms--sec h1.t__none,
.t__xms--sec h1.theme__none,
.t__xms--sec h2.t__none,
.t__xms--sec h2.theme__none,
.t__xms--sec h3.t__none,
.t__xms--sec h3.theme__none,
.t__xms--sec h4.t__none,
.t__xms--sec h4.theme__none,
.t__xms--sec h1.t__none--w-hov,
.t__xms--sec h1.theme__none--with-hover,
.t__xms--sec h2.t__none--w-hov,
.t__xms--sec h2.theme__none--with-hover,
.t__xms--sec h3.t__none--w-hov,
.t__xms--sec h3.theme__none--with-hover,
.t__xms--sec h4.t__none--w-hov,
.t__xms--sec h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__xms--secondary span.t__none,
.theme__xms--secondary span.theme__none,
.t__xms--sec span.t__none,
.t__xms--sec span.theme__none {
  color: #4a4a4a;
}
.theme__xms--secondary i.t__none,
.theme__xms--secondary i.theme__none,
.t__xms--sec i.t__none,
.t__xms--sec i.theme__none {
  color: #4a4a4a;
}
.theme__xms--secondary a.border__none,
.theme__xms--secondary a.b__none,
.t__xms--sec a.border__none,
.t__xms--sec a.b__none {
  border: 0;
}
.theme__xms--secondary a:hover h1.t__none,
.theme__xms--secondary a:hover h1.theme__none,
.theme__xms--secondary a:hover h2.t__none,
.theme__xms--secondary a:hover h2.theme__none,
.theme__xms--secondary a:hover h3.t__none,
.theme__xms--secondary a:hover h3.theme__none,
.theme__xms--secondary a:hover h4.t__none,
.theme__xms--secondary a:hover h4.theme__none,
.t__xms--sec a:hover h1.t__none,
.t__xms--sec a:hover h1.theme__none,
.t__xms--sec a:hover h2.t__none,
.t__xms--sec a:hover h2.theme__none,
.t__xms--sec a:hover h3.t__none,
.t__xms--sec a:hover h3.theme__none,
.t__xms--sec a:hover h4.t__none,
.t__xms--sec a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__xms--secondary a:hover h1.t__none--w-hov,
.theme__xms--secondary a:hover h1.theme__none--with-hover,
.theme__xms--secondary a:hover h2.t__none--w-hov,
.theme__xms--secondary a:hover h2.theme__none--with-hover,
.theme__xms--secondary a:hover h3.t__none--w-hov,
.theme__xms--secondary a:hover h3.theme__none--with-hover,
.theme__xms--secondary a:hover h4.t__none--w-hov,
.theme__xms--secondary a:hover h4.theme__none--with-hover,
.t__xms--sec a:hover h1.t__none--w-hov,
.t__xms--sec a:hover h1.theme__none--with-hover,
.t__xms--sec a:hover h2.t__none--w-hov,
.t__xms--sec a:hover h2.theme__none--with-hover,
.t__xms--sec a:hover h3.t__none--w-hov,
.t__xms--sec a:hover h3.theme__none--with-hover,
.t__xms--sec a:hover h4.t__none--w-hov,
.t__xms--sec a:hover h4.theme__none--with-hover {
  color: #2fbdec;
}

.theme__xms--pastel h1, .theme__xms--pastel h2, .theme__xms--pastel h3, .theme__xms--pastel h4, .theme__xms--pastel h5, .theme__xms--pastel h6,
.t__xms--pas h1,
.t__xms--pas h2,
.t__xms--pas h3,
.t__xms--pas h4,
.t__xms--pas h5,
.t__xms--pas h6 {
  color: #E9F8FD;
}
.theme__xms--pastel a,
.t__xms--pas a {
  color: #4a4a4a;
  border-color: #E9F8FD;
  text-decoration: none;
}
.theme__xms--pastel a:hover,
.t__xms--pas a:hover {
  color: #E9F8FD;
}
.theme__xms--pastel a:hover h1, .theme__xms--pastel a:hover h2, .theme__xms--pastel a:hover h3, .theme__xms--pastel a:hover h4, .theme__xms--pastel a:hover h5, .theme__xms--pastel a:hover h6,
.t__xms--pas a:hover h1,
.t__xms--pas a:hover h2,
.t__xms--pas a:hover h3,
.t__xms--pas a:hover h4,
.t__xms--pas a:hover h5,
.t__xms--pas a:hover h6 {
  color: #E9F8FD;
}
.theme__xms--pastel a div,
.t__xms--pas a div {
  border-color: #E9F8FD !important;
}
.theme__xms--pastel input,
.t__xms--pas input {
  border-color: #E9F8FD;
}
.theme__xms--pastel p,
.t__xms--pas p {
  color: #4a4a4a;
}
.theme__xms--pastel .button,
.theme__xms--pastel .btn,
.theme__xms--pastel .btn__pill, .theme__xms--pastel.button, .theme__xms--pastel.btn, .theme__xms--pastel.btn__pill,
.t__xms--pas .button,
.t__xms--pas .btn,
.t__xms--pas .btn__pill,
.t__xms--pas.button,
.t__xms--pas.btn,
.t__xms--pas.btn__pill {
  border-color: #E9F8FD;
}
@media (hover: hover) {
  .theme__xms--pastel .button:hover,
  .theme__xms--pastel .btn:hover,
  .theme__xms--pastel .btn__pill:hover, .theme__xms--pastel.button:hover, .theme__xms--pastel.btn:hover, .theme__xms--pastel.btn__pill:hover,
  .t__xms--pas .button:hover,
  .t__xms--pas .btn:hover,
  .t__xms--pas .btn__pill:hover,
  .t__xms--pas.button:hover,
  .t__xms--pas.btn:hover,
  .t__xms--pas.btn__pill:hover {
    color: #ffffff;
    background: #E9F8FD;
  }
  .theme__xms--pastel .button:hover i,
  .theme__xms--pastel .btn:hover i,
  .theme__xms--pastel .btn__pill:hover i, .theme__xms--pastel.button:hover i, .theme__xms--pastel.btn:hover i, .theme__xms--pastel.btn__pill:hover i,
  .t__xms--pas .button:hover i,
  .t__xms--pas .btn:hover i,
  .t__xms--pas .btn__pill:hover i,
  .t__xms--pas.button:hover i,
  .t__xms--pas.btn:hover i,
  .t__xms--pas.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__xms--pastel .button__invert,
.theme__xms--pastel .btn__invert,
.theme__xms--pastel .btn__pill__invert, .theme__xms--pastel.button__invert, .theme__xms--pastel.btn__invert, .theme__xms--pastel.btn__pill__invert,
.t__xms--pas .button__invert,
.t__xms--pas .btn__invert,
.t__xms--pas .btn__pill__invert,
.t__xms--pas.button__invert,
.t__xms--pas.btn__invert,
.t__xms--pas.btn__pill__invert {
  background-color: #E9F8FD;
  color: #ffffff;
}
.theme__xms--pastel .button__invert h4,
.theme__xms--pastel .btn__invert h4,
.theme__xms--pastel .btn__pill__invert h4, .theme__xms--pastel.button__invert h4, .theme__xms--pastel.btn__invert h4, .theme__xms--pastel.btn__pill__invert h4,
.t__xms--pas .button__invert h4,
.t__xms--pas .btn__invert h4,
.t__xms--pas .btn__pill__invert h4,
.t__xms--pas.button__invert h4,
.t__xms--pas.btn__invert h4,
.t__xms--pas.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__xms--pastel .button__invert:hover,
.theme__xms--pastel .btn__invert:hover,
.theme__xms--pastel .btn__pill__invert:hover, .theme__xms--pastel.button__invert:hover, .theme__xms--pastel.btn__invert:hover, .theme__xms--pastel.btn__pill__invert:hover,
.t__xms--pas .button__invert:hover,
.t__xms--pas .btn__invert:hover,
.t__xms--pas .btn__pill__invert:hover,
.t__xms--pas.button__invert:hover,
.t__xms--pas.btn__invert:hover,
.t__xms--pas.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__xms--pastel .button__invert:hover h4,
.theme__xms--pastel .btn__invert:hover h4,
.theme__xms--pastel .btn__pill__invert:hover h4, .theme__xms--pastel.button__invert:hover h4, .theme__xms--pastel.btn__invert:hover h4, .theme__xms--pastel.btn__pill__invert:hover h4,
.t__xms--pas .button__invert:hover h4,
.t__xms--pas .btn__invert:hover h4,
.t__xms--pas .btn__pill__invert:hover h4,
.t__xms--pas.button__invert:hover h4,
.t__xms--pas.btn__invert:hover h4,
.t__xms--pas.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__xms--pastel .button__invert--hover:hover,
.theme__xms--pastel .btn__invert--hover:hover,
.theme__xms--pastel .btn__pill__invert--hover:hover, .theme__xms--pastel.button__invert--hover:hover, .theme__xms--pastel.btn__invert--hover:hover, .theme__xms--pastel.btn__pill__invert--hover:hover,
.t__xms--pas .button__invert--hover:hover,
.t__xms--pas .btn__invert--hover:hover,
.t__xms--pas .btn__pill__invert--hover:hover,
.t__xms--pas.button__invert--hover:hover,
.t__xms--pas.btn__invert--hover:hover,
.t__xms--pas.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__xms--pastel .button__under,
.theme__xms--pastel .btn__under,
.theme__xms--pastel .btn__pill__under, .theme__xms--pastel.button__under, .theme__xms--pastel.btn__under, .theme__xms--pastel.btn__pill__under,
.t__xms--pas .button__under,
.t__xms--pas .btn__under,
.t__xms--pas .btn__pill__under,
.t__xms--pas.button__under,
.t__xms--pas.btn__under,
.t__xms--pas.btn__pill__under {
  border-color: #E9F8FD;
}
.theme__xms--pastel .btn__large,
.t__xms--pas .btn__large {
  background-color: #E9F8FD;
}
.theme__xms--pastel .input__search,
.t__xms--pas .input__search {
  border-color: #E9F8FD;
}
.theme__xms--pastel .input__search i,
.t__xms--pas .input__search i {
  color: #4a4a4a;
}
.theme__xms--pastel .input__search:hover i,
.t__xms--pas .input__search:hover i {
  color: #E9F8FD;
}
.theme__xms--pastel .component__foreground,
.t__xms--pas .component__foreground {
  color: #4a4a4a;
}
.theme__xms--pastel.card,
.theme__xms--pastel .card, .theme__xms--pastel.card__with-image,
.theme__xms--pastel .card__with-image,
.t__xms--pas.card,
.t__xms--pas .card,
.t__xms--pas.card__with-image,
.t__xms--pas .card__with-image {
  border-color: #E9F8FD;
}
.theme__xms--pastel.card__highlight,
.theme__xms--pastel .card__highlight,
.theme__xms--pastel .card__highlight--image,
.theme__xms--pastel .card__highlight--final,
.t__xms--pas.card__highlight,
.t__xms--pas .card__highlight,
.t__xms--pas .card__highlight--image,
.t__xms--pas .card__highlight--final {
  background-color: #E9F8FD;
  border-color: #E9F8FD;
}
.theme__xms--pastel.card__highlight--title,
.theme__xms--pastel .card__highlight--title,
.theme__xms--pastel .card__highlight--image,
.theme__xms--pastel .card__highlight--final,
.t__xms--pas.card__highlight--title,
.t__xms--pas .card__highlight--title,
.t__xms--pas .card__highlight--image,
.t__xms--pas .card__highlight--final {
  color: #4a4a4a;
}
.theme__xms--pastel .image-slider__selector--dot,
.t__xms--pas .image-slider__selector--dot {
  background-color: #E9F8FD;
}
.theme__xms--pastel .call-to-action__text h3,
.t__xms--pas .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__xms--pastel .officer__block--title h5, .theme__xms--pastel .officer__block--title h6,
.t__xms--pas .officer__block--title h5,
.t__xms--pas .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__xms--pastel .block__statement--link,
.t__xms--pas .block__statement--link {
  color: #4a4a4a;
}
.theme__xms--pastel .card__cutoff,
.t__xms--pas .card__cutoff {
  background: linear-gradient(#E9F8FD, #E9F8FD), linear-gradient(white, white);
}
.theme__xms--pastel .card__cutoff p,
.t__xms--pas .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__xms--pastel .card__cutoff:hover,
  .t__xms--pas .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__xms--pastel .card__cutoff:hover p,
  .t__xms--pas .card__cutoff:hover p {
    color: #E9F8FD;
  }
  .theme__xms--pastel .card__cutoff:hover .card__cutoff--link,
  .t__xms--pas .card__cutoff:hover .card__cutoff--link {
    color: #E9F8FD;
  }
  .theme__xms--pastel .card__cutoff:hover .card__cutoff--text,
  .t__xms--pas .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__xms--pastel .card__cutoff:hover .card__cutoff--text p,
  .t__xms--pas .card__cutoff:hover .card__cutoff--text p {
    color: #E9F8FD;
  }
  .theme__xms--pastel .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__xms--pas .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: #E9F8FD;
  }
}
.theme__xms--pastel .card__cutoff--link,
.t__xms--pas .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__xms--pastel .card__cutoff--link:hover,
  .t__xms--pas .card__cutoff--link:hover {
    color: #E9F8FD;
  }
  .theme__xms--pastel .card__cutoff--link:hover--link,
  .t__xms--pas .card__cutoff--link:hover--link {
    color: #E9F8FD;
  }
}
.theme__xms--pastel .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__xms--pas .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: #E9F8FD;
}
.theme__xms--pastel .dropdown__toggle--title,
.t__xms--pas .dropdown__toggle--title {
  color: #E9F8FD;
}
.theme__xms--pastel .dropdown__toggle--icon i,
.t__xms--pas .dropdown__toggle--icon i {
  color: #E9F8FD;
}
.theme__xms--pastel .large_timer__countdown--item_large,
.t__xms--pas .large_timer__countdown--item_large {
  background-color: #E9F8FD;
}
.theme__xms--pastel .large_timer__countdown--item_medium,
.t__xms--pas .large_timer__countdown--item_medium {
  background-color: #E9F8FD;
}
.theme__xms--pastel .large_timer__countdown--item_small,
.t__xms--pas .large_timer__countdown--item_small {
  background-color: #E9F8FD;
}
.theme__xms--pastel .modalcontent,
.t__xms--pas .modalcontent {
  border-color: #E9F8FD;
}
.theme__xms--pastel .transparent__header,
.t__xms--pas .transparent__header {
  background: #E9F8FD;
}
.theme__xms--pastel .breadcrumb__slashes,
.t__xms--pas .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__xms--pastel .the-list,
.t__xms--pas .the-list {
  background-color: #E9F8FD;
}
.theme__xms--pastel .the-list option,
.t__xms--pas .the-list option {
  border-color: #E9F8FD !important;
}
.theme__xms--pastel .es-list::-webkit-scrollbar-thumb,
.t__xms--pas .es-list::-webkit-scrollbar-thumb {
  background: #E9F8FD;
}
.theme__xms--pastel .es-visible,
.t__xms--pas .es-visible {
  border-color: #E9F8FD !important;
}
.theme__xms--pastel .ot-open,
.theme__xms--pastel .ot-closed,
.t__xms--pas .ot-open,
.t__xms--pas .ot-closed {
  color: #E9F8FD;
}
.theme__xms--pastel .colour__foreground,
.t__xms--pas .colour__foreground {
  color: #E9F8FD;
}
.theme__xms--pastel h1.t__none,
.theme__xms--pastel h1.theme__none,
.theme__xms--pastel h2.t__none,
.theme__xms--pastel h2.theme__none,
.theme__xms--pastel h3.t__none,
.theme__xms--pastel h3.theme__none,
.theme__xms--pastel h4.t__none,
.theme__xms--pastel h4.theme__none,
.theme__xms--pastel h1.t__none--w-hov,
.theme__xms--pastel h1.theme__none--with-hover,
.theme__xms--pastel h2.t__none--w-hov,
.theme__xms--pastel h2.theme__none--with-hover,
.theme__xms--pastel h3.t__none--w-hov,
.theme__xms--pastel h3.theme__none--with-hover,
.theme__xms--pastel h4.t__none--w-hov,
.theme__xms--pastel h4.theme__none--with-hover,
.t__xms--pas h1.t__none,
.t__xms--pas h1.theme__none,
.t__xms--pas h2.t__none,
.t__xms--pas h2.theme__none,
.t__xms--pas h3.t__none,
.t__xms--pas h3.theme__none,
.t__xms--pas h4.t__none,
.t__xms--pas h4.theme__none,
.t__xms--pas h1.t__none--w-hov,
.t__xms--pas h1.theme__none--with-hover,
.t__xms--pas h2.t__none--w-hov,
.t__xms--pas h2.theme__none--with-hover,
.t__xms--pas h3.t__none--w-hov,
.t__xms--pas h3.theme__none--with-hover,
.t__xms--pas h4.t__none--w-hov,
.t__xms--pas h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__xms--pastel span.t__none,
.theme__xms--pastel span.theme__none,
.t__xms--pas span.t__none,
.t__xms--pas span.theme__none {
  color: #4a4a4a;
}
.theme__xms--pastel i.t__none,
.theme__xms--pastel i.theme__none,
.t__xms--pas i.t__none,
.t__xms--pas i.theme__none {
  color: #4a4a4a;
}
.theme__xms--pastel a.border__none,
.theme__xms--pastel a.b__none,
.t__xms--pas a.border__none,
.t__xms--pas a.b__none {
  border: 0;
}
.theme__xms--pastel a:hover h1.t__none,
.theme__xms--pastel a:hover h1.theme__none,
.theme__xms--pastel a:hover h2.t__none,
.theme__xms--pastel a:hover h2.theme__none,
.theme__xms--pastel a:hover h3.t__none,
.theme__xms--pastel a:hover h3.theme__none,
.theme__xms--pastel a:hover h4.t__none,
.theme__xms--pastel a:hover h4.theme__none,
.t__xms--pas a:hover h1.t__none,
.t__xms--pas a:hover h1.theme__none,
.t__xms--pas a:hover h2.t__none,
.t__xms--pas a:hover h2.theme__none,
.t__xms--pas a:hover h3.t__none,
.t__xms--pas a:hover h3.theme__none,
.t__xms--pas a:hover h4.t__none,
.t__xms--pas a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__xms--pastel a:hover h1.t__none--w-hov,
.theme__xms--pastel a:hover h1.theme__none--with-hover,
.theme__xms--pastel a:hover h2.t__none--w-hov,
.theme__xms--pastel a:hover h2.theme__none--with-hover,
.theme__xms--pastel a:hover h3.t__none--w-hov,
.theme__xms--pastel a:hover h3.theme__none--with-hover,
.theme__xms--pastel a:hover h4.t__none--w-hov,
.theme__xms--pastel a:hover h4.theme__none--with-hover,
.t__xms--pas a:hover h1.t__none--w-hov,
.t__xms--pas a:hover h1.theme__none--with-hover,
.t__xms--pas a:hover h2.t__none--w-hov,
.t__xms--pas a:hover h2.theme__none--with-hover,
.t__xms--pas a:hover h3.t__none--w-hov,
.t__xms--pas a:hover h3.theme__none--with-hover,
.t__xms--pas a:hover h4.t__none--w-hov,
.t__xms--pas a:hover h4.theme__none--with-hover {
  color: #E9F8FD;
}

.theme__uss--background-primary,
.t__xms--bg-pri {
  background-color: #0ABEF0;
}

.theme__xms--background-secondary,
.t__xms--bg-sec {
  background-color: #2fbdec;
}

.theme__xms--background-pastel,
.t__xms--bg-pas {
  background-color: #E9F8FD;
}

.theme__uos--primary h1, .theme__uos--primary h2, .theme__uos--primary h3, .theme__uos--primary h4, .theme__uos--primary h5, .theme__uos--primary h6,
.t__uos--pri h1,
.t__uos--pri h2,
.t__uos--pri h3,
.t__uos--pri h4,
.t__uos--pri h5,
.t__uos--pri h6 {
  color: rgba(178, 205, 76, 0.7);
}
.theme__uos--primary a,
.t__uos--pri a {
  color: #4a4a4a;
  border-color: rgba(178, 205, 76, 0.7);
  text-decoration: none;
}
.theme__uos--primary a:hover,
.t__uos--pri a:hover {
  color: rgba(178, 205, 76, 0.7);
}
.theme__uos--primary a:hover h1, .theme__uos--primary a:hover h2, .theme__uos--primary a:hover h3, .theme__uos--primary a:hover h4, .theme__uos--primary a:hover h5, .theme__uos--primary a:hover h6,
.t__uos--pri a:hover h1,
.t__uos--pri a:hover h2,
.t__uos--pri a:hover h3,
.t__uos--pri a:hover h4,
.t__uos--pri a:hover h5,
.t__uos--pri a:hover h6 {
  color: rgba(178, 205, 76, 0.7);
}
.theme__uos--primary a div,
.t__uos--pri a div {
  border-color: rgba(178, 205, 76, 0.7) !important;
}
.theme__uos--primary input,
.t__uos--pri input {
  border-color: rgba(178, 205, 76, 0.7);
}
.theme__uos--primary p,
.t__uos--pri p {
  color: #4a4a4a;
}
.theme__uos--primary .button,
.theme__uos--primary .btn,
.theme__uos--primary .btn__pill, .theme__uos--primary.button, .theme__uos--primary.btn, .theme__uos--primary.btn__pill,
.t__uos--pri .button,
.t__uos--pri .btn,
.t__uos--pri .btn__pill,
.t__uos--pri.button,
.t__uos--pri.btn,
.t__uos--pri.btn__pill {
  border-color: rgba(178, 205, 76, 0.7);
}
@media (hover: hover) {
  .theme__uos--primary .button:hover,
  .theme__uos--primary .btn:hover,
  .theme__uos--primary .btn__pill:hover, .theme__uos--primary.button:hover, .theme__uos--primary.btn:hover, .theme__uos--primary.btn__pill:hover,
  .t__uos--pri .button:hover,
  .t__uos--pri .btn:hover,
  .t__uos--pri .btn__pill:hover,
  .t__uos--pri.button:hover,
  .t__uos--pri.btn:hover,
  .t__uos--pri.btn__pill:hover {
    color: #ffffff;
    background: rgba(178, 205, 76, 0.7);
  }
  .theme__uos--primary .button:hover i,
  .theme__uos--primary .btn:hover i,
  .theme__uos--primary .btn__pill:hover i, .theme__uos--primary.button:hover i, .theme__uos--primary.btn:hover i, .theme__uos--primary.btn__pill:hover i,
  .t__uos--pri .button:hover i,
  .t__uos--pri .btn:hover i,
  .t__uos--pri .btn__pill:hover i,
  .t__uos--pri.button:hover i,
  .t__uos--pri.btn:hover i,
  .t__uos--pri.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__uos--primary .button__invert,
.theme__uos--primary .btn__invert,
.theme__uos--primary .btn__pill__invert, .theme__uos--primary.button__invert, .theme__uos--primary.btn__invert, .theme__uos--primary.btn__pill__invert,
.t__uos--pri .button__invert,
.t__uos--pri .btn__invert,
.t__uos--pri .btn__pill__invert,
.t__uos--pri.button__invert,
.t__uos--pri.btn__invert,
.t__uos--pri.btn__pill__invert {
  background-color: rgba(178, 205, 76, 0.7);
  color: #ffffff;
}
.theme__uos--primary .button__invert h4,
.theme__uos--primary .btn__invert h4,
.theme__uos--primary .btn__pill__invert h4, .theme__uos--primary.button__invert h4, .theme__uos--primary.btn__invert h4, .theme__uos--primary.btn__pill__invert h4,
.t__uos--pri .button__invert h4,
.t__uos--pri .btn__invert h4,
.t__uos--pri .btn__pill__invert h4,
.t__uos--pri.button__invert h4,
.t__uos--pri.btn__invert h4,
.t__uos--pri.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__uos--primary .button__invert:hover,
.theme__uos--primary .btn__invert:hover,
.theme__uos--primary .btn__pill__invert:hover, .theme__uos--primary.button__invert:hover, .theme__uos--primary.btn__invert:hover, .theme__uos--primary.btn__pill__invert:hover,
.t__uos--pri .button__invert:hover,
.t__uos--pri .btn__invert:hover,
.t__uos--pri .btn__pill__invert:hover,
.t__uos--pri.button__invert:hover,
.t__uos--pri.btn__invert:hover,
.t__uos--pri.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__uos--primary .button__invert:hover h4,
.theme__uos--primary .btn__invert:hover h4,
.theme__uos--primary .btn__pill__invert:hover h4, .theme__uos--primary.button__invert:hover h4, .theme__uos--primary.btn__invert:hover h4, .theme__uos--primary.btn__pill__invert:hover h4,
.t__uos--pri .button__invert:hover h4,
.t__uos--pri .btn__invert:hover h4,
.t__uos--pri .btn__pill__invert:hover h4,
.t__uos--pri.button__invert:hover h4,
.t__uos--pri.btn__invert:hover h4,
.t__uos--pri.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__uos--primary .button__invert--hover:hover,
.theme__uos--primary .btn__invert--hover:hover,
.theme__uos--primary .btn__pill__invert--hover:hover, .theme__uos--primary.button__invert--hover:hover, .theme__uos--primary.btn__invert--hover:hover, .theme__uos--primary.btn__pill__invert--hover:hover,
.t__uos--pri .button__invert--hover:hover,
.t__uos--pri .btn__invert--hover:hover,
.t__uos--pri .btn__pill__invert--hover:hover,
.t__uos--pri.button__invert--hover:hover,
.t__uos--pri.btn__invert--hover:hover,
.t__uos--pri.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__uos--primary .button__under,
.theme__uos--primary .btn__under,
.theme__uos--primary .btn__pill__under, .theme__uos--primary.button__under, .theme__uos--primary.btn__under, .theme__uos--primary.btn__pill__under,
.t__uos--pri .button__under,
.t__uos--pri .btn__under,
.t__uos--pri .btn__pill__under,
.t__uos--pri.button__under,
.t__uos--pri.btn__under,
.t__uos--pri.btn__pill__under {
  border-color: rgba(178, 205, 76, 0.7);
}
.theme__uos--primary .btn__large,
.t__uos--pri .btn__large {
  background-color: rgba(178, 205, 76, 0.7);
}
.theme__uos--primary .input__search,
.t__uos--pri .input__search {
  border-color: rgba(178, 205, 76, 0.7);
}
.theme__uos--primary .input__search i,
.t__uos--pri .input__search i {
  color: #4a4a4a;
}
.theme__uos--primary .input__search:hover i,
.t__uos--pri .input__search:hover i {
  color: rgba(178, 205, 76, 0.7);
}
.theme__uos--primary .component__foreground,
.t__uos--pri .component__foreground {
  color: #4a4a4a;
}
.theme__uos--primary.card,
.theme__uos--primary .card, .theme__uos--primary.card__with-image,
.theme__uos--primary .card__with-image,
.t__uos--pri.card,
.t__uos--pri .card,
.t__uos--pri.card__with-image,
.t__uos--pri .card__with-image {
  border-color: rgba(178, 205, 76, 0.7);
}
.theme__uos--primary.card__highlight,
.theme__uos--primary .card__highlight,
.theme__uos--primary .card__highlight--image,
.theme__uos--primary .card__highlight--final,
.t__uos--pri.card__highlight,
.t__uos--pri .card__highlight,
.t__uos--pri .card__highlight--image,
.t__uos--pri .card__highlight--final {
  background-color: rgba(178, 205, 76, 0.7);
  border-color: rgba(178, 205, 76, 0.7);
}
.theme__uos--primary.card__highlight--title,
.theme__uos--primary .card__highlight--title,
.theme__uos--primary .card__highlight--image,
.theme__uos--primary .card__highlight--final,
.t__uos--pri.card__highlight--title,
.t__uos--pri .card__highlight--title,
.t__uos--pri .card__highlight--image,
.t__uos--pri .card__highlight--final {
  color: #4a4a4a;
}
.theme__uos--primary .image-slider__selector--dot,
.t__uos--pri .image-slider__selector--dot {
  background-color: rgba(178, 205, 76, 0.7);
}
.theme__uos--primary .call-to-action__text h3,
.t__uos--pri .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__uos--primary .officer__block--title h5, .theme__uos--primary .officer__block--title h6,
.t__uos--pri .officer__block--title h5,
.t__uos--pri .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__uos--primary .block__statement--link,
.t__uos--pri .block__statement--link {
  color: #4a4a4a;
}
.theme__uos--primary .card__cutoff,
.t__uos--pri .card__cutoff {
  background: linear-gradient(rgba(178, 205, 76, 0.7), rgba(178, 205, 76, 0.7)), linear-gradient(white, white);
}
.theme__uos--primary .card__cutoff p,
.t__uos--pri .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__uos--primary .card__cutoff:hover,
  .t__uos--pri .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__uos--primary .card__cutoff:hover p,
  .t__uos--pri .card__cutoff:hover p {
    color: rgba(178, 205, 76, 0.7);
  }
  .theme__uos--primary .card__cutoff:hover .card__cutoff--link,
  .t__uos--pri .card__cutoff:hover .card__cutoff--link {
    color: rgba(178, 205, 76, 0.7);
  }
  .theme__uos--primary .card__cutoff:hover .card__cutoff--text,
  .t__uos--pri .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__uos--primary .card__cutoff:hover .card__cutoff--text p,
  .t__uos--pri .card__cutoff:hover .card__cutoff--text p {
    color: rgba(178, 205, 76, 0.7);
  }
  .theme__uos--primary .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__uos--pri .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: rgba(178, 205, 76, 0.7);
  }
}
.theme__uos--primary .card__cutoff--link,
.t__uos--pri .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__uos--primary .card__cutoff--link:hover,
  .t__uos--pri .card__cutoff--link:hover {
    color: rgba(178, 205, 76, 0.7);
  }
  .theme__uos--primary .card__cutoff--link:hover--link,
  .t__uos--pri .card__cutoff--link:hover--link {
    color: rgba(178, 205, 76, 0.7);
  }
}
.theme__uos--primary .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__uos--pri .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: rgba(178, 205, 76, 0.7);
}
.theme__uos--primary .dropdown__toggle--title,
.t__uos--pri .dropdown__toggle--title {
  color: rgba(178, 205, 76, 0.7);
}
.theme__uos--primary .dropdown__toggle--icon i,
.t__uos--pri .dropdown__toggle--icon i {
  color: rgba(178, 205, 76, 0.7);
}
.theme__uos--primary .large_timer__countdown--item_large,
.t__uos--pri .large_timer__countdown--item_large {
  background-color: rgba(178, 205, 76, 0.7);
}
.theme__uos--primary .large_timer__countdown--item_medium,
.t__uos--pri .large_timer__countdown--item_medium {
  background-color: rgba(178, 205, 76, 0.7);
}
.theme__uos--primary .large_timer__countdown--item_small,
.t__uos--pri .large_timer__countdown--item_small {
  background-color: rgba(178, 205, 76, 0.7);
}
.theme__uos--primary .modalcontent,
.t__uos--pri .modalcontent {
  border-color: rgba(178, 205, 76, 0.7);
}
.theme__uos--primary .transparent__header,
.t__uos--pri .transparent__header {
  background: rgba(178, 205, 76, 0.7);
}
.theme__uos--primary .breadcrumb__slashes,
.t__uos--pri .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__uos--primary .the-list,
.t__uos--pri .the-list {
  background-color: rgba(178, 205, 76, 0.7);
}
.theme__uos--primary .the-list option,
.t__uos--pri .the-list option {
  border-color: rgba(178, 205, 76, 0.7) !important;
}
.theme__uos--primary .es-list::-webkit-scrollbar-thumb,
.t__uos--pri .es-list::-webkit-scrollbar-thumb {
  background: rgba(178, 205, 76, 0.7);
}
.theme__uos--primary .es-visible,
.t__uos--pri .es-visible {
  border-color: rgba(178, 205, 76, 0.7) !important;
}
.theme__uos--primary .ot-open,
.theme__uos--primary .ot-closed,
.t__uos--pri .ot-open,
.t__uos--pri .ot-closed {
  color: rgba(178, 205, 76, 0.7);
}
.theme__uos--primary .colour__foreground,
.t__uos--pri .colour__foreground {
  color: rgba(178, 205, 76, 0.7);
}
.theme__uos--primary h1.t__none,
.theme__uos--primary h1.theme__none,
.theme__uos--primary h2.t__none,
.theme__uos--primary h2.theme__none,
.theme__uos--primary h3.t__none,
.theme__uos--primary h3.theme__none,
.theme__uos--primary h4.t__none,
.theme__uos--primary h4.theme__none,
.theme__uos--primary h1.t__none--w-hov,
.theme__uos--primary h1.theme__none--with-hover,
.theme__uos--primary h2.t__none--w-hov,
.theme__uos--primary h2.theme__none--with-hover,
.theme__uos--primary h3.t__none--w-hov,
.theme__uos--primary h3.theme__none--with-hover,
.theme__uos--primary h4.t__none--w-hov,
.theme__uos--primary h4.theme__none--with-hover,
.t__uos--pri h1.t__none,
.t__uos--pri h1.theme__none,
.t__uos--pri h2.t__none,
.t__uos--pri h2.theme__none,
.t__uos--pri h3.t__none,
.t__uos--pri h3.theme__none,
.t__uos--pri h4.t__none,
.t__uos--pri h4.theme__none,
.t__uos--pri h1.t__none--w-hov,
.t__uos--pri h1.theme__none--with-hover,
.t__uos--pri h2.t__none--w-hov,
.t__uos--pri h2.theme__none--with-hover,
.t__uos--pri h3.t__none--w-hov,
.t__uos--pri h3.theme__none--with-hover,
.t__uos--pri h4.t__none--w-hov,
.t__uos--pri h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__uos--primary span.t__none,
.theme__uos--primary span.theme__none,
.t__uos--pri span.t__none,
.t__uos--pri span.theme__none {
  color: #4a4a4a;
}
.theme__uos--primary i.t__none,
.theme__uos--primary i.theme__none,
.t__uos--pri i.t__none,
.t__uos--pri i.theme__none {
  color: #4a4a4a;
}
.theme__uos--primary a.border__none,
.theme__uos--primary a.b__none,
.t__uos--pri a.border__none,
.t__uos--pri a.b__none {
  border: 0;
}
.theme__uos--primary a:hover h1.t__none,
.theme__uos--primary a:hover h1.theme__none,
.theme__uos--primary a:hover h2.t__none,
.theme__uos--primary a:hover h2.theme__none,
.theme__uos--primary a:hover h3.t__none,
.theme__uos--primary a:hover h3.theme__none,
.theme__uos--primary a:hover h4.t__none,
.theme__uos--primary a:hover h4.theme__none,
.t__uos--pri a:hover h1.t__none,
.t__uos--pri a:hover h1.theme__none,
.t__uos--pri a:hover h2.t__none,
.t__uos--pri a:hover h2.theme__none,
.t__uos--pri a:hover h3.t__none,
.t__uos--pri a:hover h3.theme__none,
.t__uos--pri a:hover h4.t__none,
.t__uos--pri a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__uos--primary a:hover h1.t__none--w-hov,
.theme__uos--primary a:hover h1.theme__none--with-hover,
.theme__uos--primary a:hover h2.t__none--w-hov,
.theme__uos--primary a:hover h2.theme__none--with-hover,
.theme__uos--primary a:hover h3.t__none--w-hov,
.theme__uos--primary a:hover h3.theme__none--with-hover,
.theme__uos--primary a:hover h4.t__none--w-hov,
.theme__uos--primary a:hover h4.theme__none--with-hover,
.t__uos--pri a:hover h1.t__none--w-hov,
.t__uos--pri a:hover h1.theme__none--with-hover,
.t__uos--pri a:hover h2.t__none--w-hov,
.t__uos--pri a:hover h2.theme__none--with-hover,
.t__uos--pri a:hover h3.t__none--w-hov,
.t__uos--pri a:hover h3.theme__none--with-hover,
.t__uos--pri a:hover h4.t__none--w-hov,
.t__uos--pri a:hover h4.theme__none--with-hover {
  color: rgba(178, 205, 76, 0.7);
}
.theme__uos--primary .dotted__line--small, .theme__uos--primary .dotted__line--medium, .theme__uos--primary .dotted__line--large, .theme__uos--primary .dotted__line--x-large, .theme__uos--primary .dotted__line--huge,
.t__uos--pri .dotted__line--small,
.t__uos--pri .dotted__line--medium,
.t__uos--pri .dotted__line--large,
.t__uos--pri .dotted__line--x-large,
.t__uos--pri .dotted__line--huge {
  border-image-source: url("https://f0a63dc10f9b8e5602d2-918c4a94592cd7fa431dd71bf51b646a.ssl.cf3.rackcdn.com/dotted_uss.png");
}

.theme__uos--secondary h1, .theme__uos--secondary h2, .theme__uos--secondary h3, .theme__uos--secondary h4, .theme__uos--secondary h5, .theme__uos--secondary h6,
.t__uos--sec h1,
.t__uos--sec h2,
.t__uos--sec h3,
.t__uos--sec h4,
.t__uos--sec h5,
.t__uos--sec h6 {
  color: #00b32c;
}
.theme__uos--secondary a,
.t__uos--sec a {
  color: #4a4a4a;
  border-color: #00b32c;
  text-decoration: none;
}
.theme__uos--secondary a:hover,
.t__uos--sec a:hover {
  color: #00b32c;
}
.theme__uos--secondary a:hover h1, .theme__uos--secondary a:hover h2, .theme__uos--secondary a:hover h3, .theme__uos--secondary a:hover h4, .theme__uos--secondary a:hover h5, .theme__uos--secondary a:hover h6,
.t__uos--sec a:hover h1,
.t__uos--sec a:hover h2,
.t__uos--sec a:hover h3,
.t__uos--sec a:hover h4,
.t__uos--sec a:hover h5,
.t__uos--sec a:hover h6 {
  color: #00b32c;
}
.theme__uos--secondary a div,
.t__uos--sec a div {
  border-color: #00b32c !important;
}
.theme__uos--secondary input,
.t__uos--sec input {
  border-color: #00b32c;
}
.theme__uos--secondary p,
.t__uos--sec p {
  color: #4a4a4a;
}
.theme__uos--secondary .button,
.theme__uos--secondary .btn,
.theme__uos--secondary .btn__pill, .theme__uos--secondary.button, .theme__uos--secondary.btn, .theme__uos--secondary.btn__pill,
.t__uos--sec .button,
.t__uos--sec .btn,
.t__uos--sec .btn__pill,
.t__uos--sec.button,
.t__uos--sec.btn,
.t__uos--sec.btn__pill {
  border-color: #00b32c;
}
@media (hover: hover) {
  .theme__uos--secondary .button:hover,
  .theme__uos--secondary .btn:hover,
  .theme__uos--secondary .btn__pill:hover, .theme__uos--secondary.button:hover, .theme__uos--secondary.btn:hover, .theme__uos--secondary.btn__pill:hover,
  .t__uos--sec .button:hover,
  .t__uos--sec .btn:hover,
  .t__uos--sec .btn__pill:hover,
  .t__uos--sec.button:hover,
  .t__uos--sec.btn:hover,
  .t__uos--sec.btn__pill:hover {
    color: #ffffff;
    background: #00b32c;
  }
  .theme__uos--secondary .button:hover i,
  .theme__uos--secondary .btn:hover i,
  .theme__uos--secondary .btn__pill:hover i, .theme__uos--secondary.button:hover i, .theme__uos--secondary.btn:hover i, .theme__uos--secondary.btn__pill:hover i,
  .t__uos--sec .button:hover i,
  .t__uos--sec .btn:hover i,
  .t__uos--sec .btn__pill:hover i,
  .t__uos--sec.button:hover i,
  .t__uos--sec.btn:hover i,
  .t__uos--sec.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__uos--secondary .button__invert,
.theme__uos--secondary .btn__invert,
.theme__uos--secondary .btn__pill__invert, .theme__uos--secondary.button__invert, .theme__uos--secondary.btn__invert, .theme__uos--secondary.btn__pill__invert,
.t__uos--sec .button__invert,
.t__uos--sec .btn__invert,
.t__uos--sec .btn__pill__invert,
.t__uos--sec.button__invert,
.t__uos--sec.btn__invert,
.t__uos--sec.btn__pill__invert {
  background-color: #00b32c;
  color: #ffffff;
}
.theme__uos--secondary .button__invert h4,
.theme__uos--secondary .btn__invert h4,
.theme__uos--secondary .btn__pill__invert h4, .theme__uos--secondary.button__invert h4, .theme__uos--secondary.btn__invert h4, .theme__uos--secondary.btn__pill__invert h4,
.t__uos--sec .button__invert h4,
.t__uos--sec .btn__invert h4,
.t__uos--sec .btn__pill__invert h4,
.t__uos--sec.button__invert h4,
.t__uos--sec.btn__invert h4,
.t__uos--sec.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__uos--secondary .button__invert:hover,
.theme__uos--secondary .btn__invert:hover,
.theme__uos--secondary .btn__pill__invert:hover, .theme__uos--secondary.button__invert:hover, .theme__uos--secondary.btn__invert:hover, .theme__uos--secondary.btn__pill__invert:hover,
.t__uos--sec .button__invert:hover,
.t__uos--sec .btn__invert:hover,
.t__uos--sec .btn__pill__invert:hover,
.t__uos--sec.button__invert:hover,
.t__uos--sec.btn__invert:hover,
.t__uos--sec.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__uos--secondary .button__invert:hover h4,
.theme__uos--secondary .btn__invert:hover h4,
.theme__uos--secondary .btn__pill__invert:hover h4, .theme__uos--secondary.button__invert:hover h4, .theme__uos--secondary.btn__invert:hover h4, .theme__uos--secondary.btn__pill__invert:hover h4,
.t__uos--sec .button__invert:hover h4,
.t__uos--sec .btn__invert:hover h4,
.t__uos--sec .btn__pill__invert:hover h4,
.t__uos--sec.button__invert:hover h4,
.t__uos--sec.btn__invert:hover h4,
.t__uos--sec.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__uos--secondary .button__invert--hover:hover,
.theme__uos--secondary .btn__invert--hover:hover,
.theme__uos--secondary .btn__pill__invert--hover:hover, .theme__uos--secondary.button__invert--hover:hover, .theme__uos--secondary.btn__invert--hover:hover, .theme__uos--secondary.btn__pill__invert--hover:hover,
.t__uos--sec .button__invert--hover:hover,
.t__uos--sec .btn__invert--hover:hover,
.t__uos--sec .btn__pill__invert--hover:hover,
.t__uos--sec.button__invert--hover:hover,
.t__uos--sec.btn__invert--hover:hover,
.t__uos--sec.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__uos--secondary .button__under,
.theme__uos--secondary .btn__under,
.theme__uos--secondary .btn__pill__under, .theme__uos--secondary.button__under, .theme__uos--secondary.btn__under, .theme__uos--secondary.btn__pill__under,
.t__uos--sec .button__under,
.t__uos--sec .btn__under,
.t__uos--sec .btn__pill__under,
.t__uos--sec.button__under,
.t__uos--sec.btn__under,
.t__uos--sec.btn__pill__under {
  border-color: #00b32c;
}
.theme__uos--secondary .btn__large,
.t__uos--sec .btn__large {
  background-color: #00b32c;
}
.theme__uos--secondary .input__search,
.t__uos--sec .input__search {
  border-color: #00b32c;
}
.theme__uos--secondary .input__search i,
.t__uos--sec .input__search i {
  color: #4a4a4a;
}
.theme__uos--secondary .input__search:hover i,
.t__uos--sec .input__search:hover i {
  color: #00b32c;
}
.theme__uos--secondary .component__foreground,
.t__uos--sec .component__foreground {
  color: #4a4a4a;
}
.theme__uos--secondary.card,
.theme__uos--secondary .card, .theme__uos--secondary.card__with-image,
.theme__uos--secondary .card__with-image,
.t__uos--sec.card,
.t__uos--sec .card,
.t__uos--sec.card__with-image,
.t__uos--sec .card__with-image {
  border-color: #00b32c;
}
.theme__uos--secondary.card__highlight,
.theme__uos--secondary .card__highlight,
.theme__uos--secondary .card__highlight--image,
.theme__uos--secondary .card__highlight--final,
.t__uos--sec.card__highlight,
.t__uos--sec .card__highlight,
.t__uos--sec .card__highlight--image,
.t__uos--sec .card__highlight--final {
  background-color: #00b32c;
  border-color: #00b32c;
}
.theme__uos--secondary.card__highlight--title,
.theme__uos--secondary .card__highlight--title,
.theme__uos--secondary .card__highlight--image,
.theme__uos--secondary .card__highlight--final,
.t__uos--sec.card__highlight--title,
.t__uos--sec .card__highlight--title,
.t__uos--sec .card__highlight--image,
.t__uos--sec .card__highlight--final {
  color: #4a4a4a;
}
.theme__uos--secondary .image-slider__selector--dot,
.t__uos--sec .image-slider__selector--dot {
  background-color: #00b32c;
}
.theme__uos--secondary .call-to-action__text h3,
.t__uos--sec .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__uos--secondary .officer__block--title h5, .theme__uos--secondary .officer__block--title h6,
.t__uos--sec .officer__block--title h5,
.t__uos--sec .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__uos--secondary .block__statement--link,
.t__uos--sec .block__statement--link {
  color: #4a4a4a;
}
.theme__uos--secondary .card__cutoff,
.t__uos--sec .card__cutoff {
  background: linear-gradient(#00b32c, #00b32c), linear-gradient(white, white);
}
.theme__uos--secondary .card__cutoff p,
.t__uos--sec .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__uos--secondary .card__cutoff:hover,
  .t__uos--sec .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__uos--secondary .card__cutoff:hover p,
  .t__uos--sec .card__cutoff:hover p {
    color: #00b32c;
  }
  .theme__uos--secondary .card__cutoff:hover .card__cutoff--link,
  .t__uos--sec .card__cutoff:hover .card__cutoff--link {
    color: #00b32c;
  }
  .theme__uos--secondary .card__cutoff:hover .card__cutoff--text,
  .t__uos--sec .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__uos--secondary .card__cutoff:hover .card__cutoff--text p,
  .t__uos--sec .card__cutoff:hover .card__cutoff--text p {
    color: #00b32c;
  }
  .theme__uos--secondary .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__uos--sec .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: #00b32c;
  }
}
.theme__uos--secondary .card__cutoff--link,
.t__uos--sec .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__uos--secondary .card__cutoff--link:hover,
  .t__uos--sec .card__cutoff--link:hover {
    color: #00b32c;
  }
  .theme__uos--secondary .card__cutoff--link:hover--link,
  .t__uos--sec .card__cutoff--link:hover--link {
    color: #00b32c;
  }
}
.theme__uos--secondary .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__uos--sec .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: #00b32c;
}
.theme__uos--secondary .dropdown__toggle--title,
.t__uos--sec .dropdown__toggle--title {
  color: #00b32c;
}
.theme__uos--secondary .dropdown__toggle--icon i,
.t__uos--sec .dropdown__toggle--icon i {
  color: #00b32c;
}
.theme__uos--secondary .large_timer__countdown--item_large,
.t__uos--sec .large_timer__countdown--item_large {
  background-color: #00b32c;
}
.theme__uos--secondary .large_timer__countdown--item_medium,
.t__uos--sec .large_timer__countdown--item_medium {
  background-color: #00b32c;
}
.theme__uos--secondary .large_timer__countdown--item_small,
.t__uos--sec .large_timer__countdown--item_small {
  background-color: #00b32c;
}
.theme__uos--secondary .modalcontent,
.t__uos--sec .modalcontent {
  border-color: #00b32c;
}
.theme__uos--secondary .transparent__header,
.t__uos--sec .transparent__header {
  background: #00b32c;
}
.theme__uos--secondary .breadcrumb__slashes,
.t__uos--sec .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__uos--secondary .the-list,
.t__uos--sec .the-list {
  background-color: #00b32c;
}
.theme__uos--secondary .the-list option,
.t__uos--sec .the-list option {
  border-color: #00b32c !important;
}
.theme__uos--secondary .es-list::-webkit-scrollbar-thumb,
.t__uos--sec .es-list::-webkit-scrollbar-thumb {
  background: #00b32c;
}
.theme__uos--secondary .es-visible,
.t__uos--sec .es-visible {
  border-color: #00b32c !important;
}
.theme__uos--secondary .ot-open,
.theme__uos--secondary .ot-closed,
.t__uos--sec .ot-open,
.t__uos--sec .ot-closed {
  color: #00b32c;
}
.theme__uos--secondary .colour__foreground,
.t__uos--sec .colour__foreground {
  color: #00b32c;
}
.theme__uos--secondary h1.t__none,
.theme__uos--secondary h1.theme__none,
.theme__uos--secondary h2.t__none,
.theme__uos--secondary h2.theme__none,
.theme__uos--secondary h3.t__none,
.theme__uos--secondary h3.theme__none,
.theme__uos--secondary h4.t__none,
.theme__uos--secondary h4.theme__none,
.theme__uos--secondary h1.t__none--w-hov,
.theme__uos--secondary h1.theme__none--with-hover,
.theme__uos--secondary h2.t__none--w-hov,
.theme__uos--secondary h2.theme__none--with-hover,
.theme__uos--secondary h3.t__none--w-hov,
.theme__uos--secondary h3.theme__none--with-hover,
.theme__uos--secondary h4.t__none--w-hov,
.theme__uos--secondary h4.theme__none--with-hover,
.t__uos--sec h1.t__none,
.t__uos--sec h1.theme__none,
.t__uos--sec h2.t__none,
.t__uos--sec h2.theme__none,
.t__uos--sec h3.t__none,
.t__uos--sec h3.theme__none,
.t__uos--sec h4.t__none,
.t__uos--sec h4.theme__none,
.t__uos--sec h1.t__none--w-hov,
.t__uos--sec h1.theme__none--with-hover,
.t__uos--sec h2.t__none--w-hov,
.t__uos--sec h2.theme__none--with-hover,
.t__uos--sec h3.t__none--w-hov,
.t__uos--sec h3.theme__none--with-hover,
.t__uos--sec h4.t__none--w-hov,
.t__uos--sec h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__uos--secondary span.t__none,
.theme__uos--secondary span.theme__none,
.t__uos--sec span.t__none,
.t__uos--sec span.theme__none {
  color: #4a4a4a;
}
.theme__uos--secondary i.t__none,
.theme__uos--secondary i.theme__none,
.t__uos--sec i.t__none,
.t__uos--sec i.theme__none {
  color: #4a4a4a;
}
.theme__uos--secondary a.border__none,
.theme__uos--secondary a.b__none,
.t__uos--sec a.border__none,
.t__uos--sec a.b__none {
  border: 0;
}
.theme__uos--secondary a:hover h1.t__none,
.theme__uos--secondary a:hover h1.theme__none,
.theme__uos--secondary a:hover h2.t__none,
.theme__uos--secondary a:hover h2.theme__none,
.theme__uos--secondary a:hover h3.t__none,
.theme__uos--secondary a:hover h3.theme__none,
.theme__uos--secondary a:hover h4.t__none,
.theme__uos--secondary a:hover h4.theme__none,
.t__uos--sec a:hover h1.t__none,
.t__uos--sec a:hover h1.theme__none,
.t__uos--sec a:hover h2.t__none,
.t__uos--sec a:hover h2.theme__none,
.t__uos--sec a:hover h3.t__none,
.t__uos--sec a:hover h3.theme__none,
.t__uos--sec a:hover h4.t__none,
.t__uos--sec a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__uos--secondary a:hover h1.t__none--w-hov,
.theme__uos--secondary a:hover h1.theme__none--with-hover,
.theme__uos--secondary a:hover h2.t__none--w-hov,
.theme__uos--secondary a:hover h2.theme__none--with-hover,
.theme__uos--secondary a:hover h3.t__none--w-hov,
.theme__uos--secondary a:hover h3.theme__none--with-hover,
.theme__uos--secondary a:hover h4.t__none--w-hov,
.theme__uos--secondary a:hover h4.theme__none--with-hover,
.t__uos--sec a:hover h1.t__none--w-hov,
.t__uos--sec a:hover h1.theme__none--with-hover,
.t__uos--sec a:hover h2.t__none--w-hov,
.t__uos--sec a:hover h2.theme__none--with-hover,
.t__uos--sec a:hover h3.t__none--w-hov,
.t__uos--sec a:hover h3.theme__none--with-hover,
.t__uos--sec a:hover h4.t__none--w-hov,
.t__uos--sec a:hover h4.theme__none--with-hover {
  color: #00b32c;
}

.theme__uos--pastel h1, .theme__uos--pastel h2, .theme__uos--pastel h3, .theme__uos--pastel h4, .theme__uos--pastel h5, .theme__uos--pastel h6,
.t__uos--pas h1,
.t__uos--pas h2,
.t__uos--pas h3,
.t__uos--pas h4,
.t__uos--pas h5,
.t__uos--pas h6 {
  color: #b3000c;
}
.theme__uos--pastel a,
.t__uos--pas a {
  color: #4a4a4a;
  border-color: #b3000c;
  text-decoration: none;
}
.theme__uos--pastel a:hover,
.t__uos--pas a:hover {
  color: #b3000c;
}
.theme__uos--pastel a:hover h1, .theme__uos--pastel a:hover h2, .theme__uos--pastel a:hover h3, .theme__uos--pastel a:hover h4, .theme__uos--pastel a:hover h5, .theme__uos--pastel a:hover h6,
.t__uos--pas a:hover h1,
.t__uos--pas a:hover h2,
.t__uos--pas a:hover h3,
.t__uos--pas a:hover h4,
.t__uos--pas a:hover h5,
.t__uos--pas a:hover h6 {
  color: #b3000c;
}
.theme__uos--pastel a div,
.t__uos--pas a div {
  border-color: #b3000c !important;
}
.theme__uos--pastel input,
.t__uos--pas input {
  border-color: #b3000c;
}
.theme__uos--pastel p,
.t__uos--pas p {
  color: #4a4a4a;
}
.theme__uos--pastel .button,
.theme__uos--pastel .btn,
.theme__uos--pastel .btn__pill, .theme__uos--pastel.button, .theme__uos--pastel.btn, .theme__uos--pastel.btn__pill,
.t__uos--pas .button,
.t__uos--pas .btn,
.t__uos--pas .btn__pill,
.t__uos--pas.button,
.t__uos--pas.btn,
.t__uos--pas.btn__pill {
  border-color: #b3000c;
}
@media (hover: hover) {
  .theme__uos--pastel .button:hover,
  .theme__uos--pastel .btn:hover,
  .theme__uos--pastel .btn__pill:hover, .theme__uos--pastel.button:hover, .theme__uos--pastel.btn:hover, .theme__uos--pastel.btn__pill:hover,
  .t__uos--pas .button:hover,
  .t__uos--pas .btn:hover,
  .t__uos--pas .btn__pill:hover,
  .t__uos--pas.button:hover,
  .t__uos--pas.btn:hover,
  .t__uos--pas.btn__pill:hover {
    color: #ffffff;
    background: #b3000c;
  }
  .theme__uos--pastel .button:hover i,
  .theme__uos--pastel .btn:hover i,
  .theme__uos--pastel .btn__pill:hover i, .theme__uos--pastel.button:hover i, .theme__uos--pastel.btn:hover i, .theme__uos--pastel.btn__pill:hover i,
  .t__uos--pas .button:hover i,
  .t__uos--pas .btn:hover i,
  .t__uos--pas .btn__pill:hover i,
  .t__uos--pas.button:hover i,
  .t__uos--pas.btn:hover i,
  .t__uos--pas.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__uos--pastel .button__invert,
.theme__uos--pastel .btn__invert,
.theme__uos--pastel .btn__pill__invert, .theme__uos--pastel.button__invert, .theme__uos--pastel.btn__invert, .theme__uos--pastel.btn__pill__invert,
.t__uos--pas .button__invert,
.t__uos--pas .btn__invert,
.t__uos--pas .btn__pill__invert,
.t__uos--pas.button__invert,
.t__uos--pas.btn__invert,
.t__uos--pas.btn__pill__invert {
  background-color: #b3000c;
  color: #ffffff;
}
.theme__uos--pastel .button__invert h4,
.theme__uos--pastel .btn__invert h4,
.theme__uos--pastel .btn__pill__invert h4, .theme__uos--pastel.button__invert h4, .theme__uos--pastel.btn__invert h4, .theme__uos--pastel.btn__pill__invert h4,
.t__uos--pas .button__invert h4,
.t__uos--pas .btn__invert h4,
.t__uos--pas .btn__pill__invert h4,
.t__uos--pas.button__invert h4,
.t__uos--pas.btn__invert h4,
.t__uos--pas.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__uos--pastel .button__invert:hover,
.theme__uos--pastel .btn__invert:hover,
.theme__uos--pastel .btn__pill__invert:hover, .theme__uos--pastel.button__invert:hover, .theme__uos--pastel.btn__invert:hover, .theme__uos--pastel.btn__pill__invert:hover,
.t__uos--pas .button__invert:hover,
.t__uos--pas .btn__invert:hover,
.t__uos--pas .btn__pill__invert:hover,
.t__uos--pas.button__invert:hover,
.t__uos--pas.btn__invert:hover,
.t__uos--pas.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__uos--pastel .button__invert:hover h4,
.theme__uos--pastel .btn__invert:hover h4,
.theme__uos--pastel .btn__pill__invert:hover h4, .theme__uos--pastel.button__invert:hover h4, .theme__uos--pastel.btn__invert:hover h4, .theme__uos--pastel.btn__pill__invert:hover h4,
.t__uos--pas .button__invert:hover h4,
.t__uos--pas .btn__invert:hover h4,
.t__uos--pas .btn__pill__invert:hover h4,
.t__uos--pas.button__invert:hover h4,
.t__uos--pas.btn__invert:hover h4,
.t__uos--pas.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__uos--pastel .button__invert--hover:hover,
.theme__uos--pastel .btn__invert--hover:hover,
.theme__uos--pastel .btn__pill__invert--hover:hover, .theme__uos--pastel.button__invert--hover:hover, .theme__uos--pastel.btn__invert--hover:hover, .theme__uos--pastel.btn__pill__invert--hover:hover,
.t__uos--pas .button__invert--hover:hover,
.t__uos--pas .btn__invert--hover:hover,
.t__uos--pas .btn__pill__invert--hover:hover,
.t__uos--pas.button__invert--hover:hover,
.t__uos--pas.btn__invert--hover:hover,
.t__uos--pas.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__uos--pastel .button__under,
.theme__uos--pastel .btn__under,
.theme__uos--pastel .btn__pill__under, .theme__uos--pastel.button__under, .theme__uos--pastel.btn__under, .theme__uos--pastel.btn__pill__under,
.t__uos--pas .button__under,
.t__uos--pas .btn__under,
.t__uos--pas .btn__pill__under,
.t__uos--pas.button__under,
.t__uos--pas.btn__under,
.t__uos--pas.btn__pill__under {
  border-color: #b3000c;
}
.theme__uos--pastel .btn__large,
.t__uos--pas .btn__large {
  background-color: #b3000c;
}
.theme__uos--pastel .input__search,
.t__uos--pas .input__search {
  border-color: #b3000c;
}
.theme__uos--pastel .input__search i,
.t__uos--pas .input__search i {
  color: #4a4a4a;
}
.theme__uos--pastel .input__search:hover i,
.t__uos--pas .input__search:hover i {
  color: #b3000c;
}
.theme__uos--pastel .component__foreground,
.t__uos--pas .component__foreground {
  color: #4a4a4a;
}
.theme__uos--pastel.card,
.theme__uos--pastel .card, .theme__uos--pastel.card__with-image,
.theme__uos--pastel .card__with-image,
.t__uos--pas.card,
.t__uos--pas .card,
.t__uos--pas.card__with-image,
.t__uos--pas .card__with-image {
  border-color: #b3000c;
}
.theme__uos--pastel.card__highlight,
.theme__uos--pastel .card__highlight,
.theme__uos--pastel .card__highlight--image,
.theme__uos--pastel .card__highlight--final,
.t__uos--pas.card__highlight,
.t__uos--pas .card__highlight,
.t__uos--pas .card__highlight--image,
.t__uos--pas .card__highlight--final {
  background-color: #b3000c;
  border-color: #b3000c;
}
.theme__uos--pastel.card__highlight--title,
.theme__uos--pastel .card__highlight--title,
.theme__uos--pastel .card__highlight--image,
.theme__uos--pastel .card__highlight--final,
.t__uos--pas.card__highlight--title,
.t__uos--pas .card__highlight--title,
.t__uos--pas .card__highlight--image,
.t__uos--pas .card__highlight--final {
  color: #4a4a4a;
}
.theme__uos--pastel .image-slider__selector--dot,
.t__uos--pas .image-slider__selector--dot {
  background-color: #b3000c;
}
.theme__uos--pastel .call-to-action__text h3,
.t__uos--pas .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__uos--pastel .officer__block--title h5, .theme__uos--pastel .officer__block--title h6,
.t__uos--pas .officer__block--title h5,
.t__uos--pas .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__uos--pastel .block__statement--link,
.t__uos--pas .block__statement--link {
  color: #4a4a4a;
}
.theme__uos--pastel .card__cutoff,
.t__uos--pas .card__cutoff {
  background: linear-gradient(#b3000c, #b3000c), linear-gradient(white, white);
}
.theme__uos--pastel .card__cutoff p,
.t__uos--pas .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__uos--pastel .card__cutoff:hover,
  .t__uos--pas .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__uos--pastel .card__cutoff:hover p,
  .t__uos--pas .card__cutoff:hover p {
    color: #b3000c;
  }
  .theme__uos--pastel .card__cutoff:hover .card__cutoff--link,
  .t__uos--pas .card__cutoff:hover .card__cutoff--link {
    color: #b3000c;
  }
  .theme__uos--pastel .card__cutoff:hover .card__cutoff--text,
  .t__uos--pas .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__uos--pastel .card__cutoff:hover .card__cutoff--text p,
  .t__uos--pas .card__cutoff:hover .card__cutoff--text p {
    color: #b3000c;
  }
  .theme__uos--pastel .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__uos--pas .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: #b3000c;
  }
}
.theme__uos--pastel .card__cutoff--link,
.t__uos--pas .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__uos--pastel .card__cutoff--link:hover,
  .t__uos--pas .card__cutoff--link:hover {
    color: #b3000c;
  }
  .theme__uos--pastel .card__cutoff--link:hover--link,
  .t__uos--pas .card__cutoff--link:hover--link {
    color: #b3000c;
  }
}
.theme__uos--pastel .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__uos--pas .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: #b3000c;
}
.theme__uos--pastel .dropdown__toggle--title,
.t__uos--pas .dropdown__toggle--title {
  color: #b3000c;
}
.theme__uos--pastel .dropdown__toggle--icon i,
.t__uos--pas .dropdown__toggle--icon i {
  color: #b3000c;
}
.theme__uos--pastel .large_timer__countdown--item_large,
.t__uos--pas .large_timer__countdown--item_large {
  background-color: #b3000c;
}
.theme__uos--pastel .large_timer__countdown--item_medium,
.t__uos--pas .large_timer__countdown--item_medium {
  background-color: #b3000c;
}
.theme__uos--pastel .large_timer__countdown--item_small,
.t__uos--pas .large_timer__countdown--item_small {
  background-color: #b3000c;
}
.theme__uos--pastel .modalcontent,
.t__uos--pas .modalcontent {
  border-color: #b3000c;
}
.theme__uos--pastel .transparent__header,
.t__uos--pas .transparent__header {
  background: #b3000c;
}
.theme__uos--pastel .breadcrumb__slashes,
.t__uos--pas .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__uos--pastel .the-list,
.t__uos--pas .the-list {
  background-color: #b3000c;
}
.theme__uos--pastel .the-list option,
.t__uos--pas .the-list option {
  border-color: #b3000c !important;
}
.theme__uos--pastel .es-list::-webkit-scrollbar-thumb,
.t__uos--pas .es-list::-webkit-scrollbar-thumb {
  background: #b3000c;
}
.theme__uos--pastel .es-visible,
.t__uos--pas .es-visible {
  border-color: #b3000c !important;
}
.theme__uos--pastel .ot-open,
.theme__uos--pastel .ot-closed,
.t__uos--pas .ot-open,
.t__uos--pas .ot-closed {
  color: #b3000c;
}
.theme__uos--pastel .colour__foreground,
.t__uos--pas .colour__foreground {
  color: #b3000c;
}
.theme__uos--pastel h1.t__none,
.theme__uos--pastel h1.theme__none,
.theme__uos--pastel h2.t__none,
.theme__uos--pastel h2.theme__none,
.theme__uos--pastel h3.t__none,
.theme__uos--pastel h3.theme__none,
.theme__uos--pastel h4.t__none,
.theme__uos--pastel h4.theme__none,
.theme__uos--pastel h1.t__none--w-hov,
.theme__uos--pastel h1.theme__none--with-hover,
.theme__uos--pastel h2.t__none--w-hov,
.theme__uos--pastel h2.theme__none--with-hover,
.theme__uos--pastel h3.t__none--w-hov,
.theme__uos--pastel h3.theme__none--with-hover,
.theme__uos--pastel h4.t__none--w-hov,
.theme__uos--pastel h4.theme__none--with-hover,
.t__uos--pas h1.t__none,
.t__uos--pas h1.theme__none,
.t__uos--pas h2.t__none,
.t__uos--pas h2.theme__none,
.t__uos--pas h3.t__none,
.t__uos--pas h3.theme__none,
.t__uos--pas h4.t__none,
.t__uos--pas h4.theme__none,
.t__uos--pas h1.t__none--w-hov,
.t__uos--pas h1.theme__none--with-hover,
.t__uos--pas h2.t__none--w-hov,
.t__uos--pas h2.theme__none--with-hover,
.t__uos--pas h3.t__none--w-hov,
.t__uos--pas h3.theme__none--with-hover,
.t__uos--pas h4.t__none--w-hov,
.t__uos--pas h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__uos--pastel span.t__none,
.theme__uos--pastel span.theme__none,
.t__uos--pas span.t__none,
.t__uos--pas span.theme__none {
  color: #4a4a4a;
}
.theme__uos--pastel i.t__none,
.theme__uos--pastel i.theme__none,
.t__uos--pas i.t__none,
.t__uos--pas i.theme__none {
  color: #4a4a4a;
}
.theme__uos--pastel a.border__none,
.theme__uos--pastel a.b__none,
.t__uos--pas a.border__none,
.t__uos--pas a.b__none {
  border: 0;
}
.theme__uos--pastel a:hover h1.t__none,
.theme__uos--pastel a:hover h1.theme__none,
.theme__uos--pastel a:hover h2.t__none,
.theme__uos--pastel a:hover h2.theme__none,
.theme__uos--pastel a:hover h3.t__none,
.theme__uos--pastel a:hover h3.theme__none,
.theme__uos--pastel a:hover h4.t__none,
.theme__uos--pastel a:hover h4.theme__none,
.t__uos--pas a:hover h1.t__none,
.t__uos--pas a:hover h1.theme__none,
.t__uos--pas a:hover h2.t__none,
.t__uos--pas a:hover h2.theme__none,
.t__uos--pas a:hover h3.t__none,
.t__uos--pas a:hover h3.theme__none,
.t__uos--pas a:hover h4.t__none,
.t__uos--pas a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__uos--pastel a:hover h1.t__none--w-hov,
.theme__uos--pastel a:hover h1.theme__none--with-hover,
.theme__uos--pastel a:hover h2.t__none--w-hov,
.theme__uos--pastel a:hover h2.theme__none--with-hover,
.theme__uos--pastel a:hover h3.t__none--w-hov,
.theme__uos--pastel a:hover h3.theme__none--with-hover,
.theme__uos--pastel a:hover h4.t__none--w-hov,
.theme__uos--pastel a:hover h4.theme__none--with-hover,
.t__uos--pas a:hover h1.t__none--w-hov,
.t__uos--pas a:hover h1.theme__none--with-hover,
.t__uos--pas a:hover h2.t__none--w-hov,
.t__uos--pas a:hover h2.theme__none--with-hover,
.t__uos--pas a:hover h3.t__none--w-hov,
.t__uos--pas a:hover h3.theme__none--with-hover,
.t__uos--pas a:hover h4.t__none--w-hov,
.t__uos--pas a:hover h4.theme__none--with-hover {
  color: #b3000c;
}

.theme__uos--background-primary,
.t__uos--bg-pri {
  background-color: rgba(178, 205, 76, 0.7);
}

.theme__uos--background-secondary,
.t__uos--bg-sec {
  background-color: #00b32c;
}

.theme__uos--background-pastel,
.t__uos--bg-pas {
  background-color: #b3000c;
}

.theme__soe--primary h1, .theme__soe--primary h2, .theme__soe--primary h3, .theme__soe--primary h4, .theme__soe--primary h5, .theme__soe--primary h6,
.t__soe--pri h1,
.t__soe--pri h2,
.t__soe--pri h3,
.t__soe--pri h4,
.t__soe--pri h5,
.t__soe--pri h6 {
  color: #2e2d7e;
}
.theme__soe--primary a,
.t__soe--pri a {
  color: #4a4a4a;
  border-color: #2e2d7e;
  text-decoration: none;
}
.theme__soe--primary a:hover,
.t__soe--pri a:hover {
  color: #2e2d7e;
}
.theme__soe--primary a:hover h1, .theme__soe--primary a:hover h2, .theme__soe--primary a:hover h3, .theme__soe--primary a:hover h4, .theme__soe--primary a:hover h5, .theme__soe--primary a:hover h6,
.t__soe--pri a:hover h1,
.t__soe--pri a:hover h2,
.t__soe--pri a:hover h3,
.t__soe--pri a:hover h4,
.t__soe--pri a:hover h5,
.t__soe--pri a:hover h6 {
  color: #2e2d7e;
}
.theme__soe--primary a div,
.t__soe--pri a div {
  border-color: #2e2d7e !important;
}
.theme__soe--primary input,
.t__soe--pri input {
  border-color: #2e2d7e;
}
.theme__soe--primary p,
.t__soe--pri p {
  color: #4a4a4a;
}
.theme__soe--primary .button,
.theme__soe--primary .btn,
.theme__soe--primary .btn__pill, .theme__soe--primary.button, .theme__soe--primary.btn, .theme__soe--primary.btn__pill,
.t__soe--pri .button,
.t__soe--pri .btn,
.t__soe--pri .btn__pill,
.t__soe--pri.button,
.t__soe--pri.btn,
.t__soe--pri.btn__pill {
  border-color: #2e2d7e;
}
@media (hover: hover) {
  .theme__soe--primary .button:hover,
  .theme__soe--primary .btn:hover,
  .theme__soe--primary .btn__pill:hover, .theme__soe--primary.button:hover, .theme__soe--primary.btn:hover, .theme__soe--primary.btn__pill:hover,
  .t__soe--pri .button:hover,
  .t__soe--pri .btn:hover,
  .t__soe--pri .btn__pill:hover,
  .t__soe--pri.button:hover,
  .t__soe--pri.btn:hover,
  .t__soe--pri.btn__pill:hover {
    color: #ffffff;
    background: #2e2d7e;
  }
  .theme__soe--primary .button:hover i,
  .theme__soe--primary .btn:hover i,
  .theme__soe--primary .btn__pill:hover i, .theme__soe--primary.button:hover i, .theme__soe--primary.btn:hover i, .theme__soe--primary.btn__pill:hover i,
  .t__soe--pri .button:hover i,
  .t__soe--pri .btn:hover i,
  .t__soe--pri .btn__pill:hover i,
  .t__soe--pri.button:hover i,
  .t__soe--pri.btn:hover i,
  .t__soe--pri.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__soe--primary .button__invert,
.theme__soe--primary .btn__invert,
.theme__soe--primary .btn__pill__invert, .theme__soe--primary.button__invert, .theme__soe--primary.btn__invert, .theme__soe--primary.btn__pill__invert,
.t__soe--pri .button__invert,
.t__soe--pri .btn__invert,
.t__soe--pri .btn__pill__invert,
.t__soe--pri.button__invert,
.t__soe--pri.btn__invert,
.t__soe--pri.btn__pill__invert {
  background-color: #2e2d7e;
  color: #ffffff;
}
.theme__soe--primary .button__invert h4,
.theme__soe--primary .btn__invert h4,
.theme__soe--primary .btn__pill__invert h4, .theme__soe--primary.button__invert h4, .theme__soe--primary.btn__invert h4, .theme__soe--primary.btn__pill__invert h4,
.t__soe--pri .button__invert h4,
.t__soe--pri .btn__invert h4,
.t__soe--pri .btn__pill__invert h4,
.t__soe--pri.button__invert h4,
.t__soe--pri.btn__invert h4,
.t__soe--pri.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__soe--primary .button__invert:hover,
.theme__soe--primary .btn__invert:hover,
.theme__soe--primary .btn__pill__invert:hover, .theme__soe--primary.button__invert:hover, .theme__soe--primary.btn__invert:hover, .theme__soe--primary.btn__pill__invert:hover,
.t__soe--pri .button__invert:hover,
.t__soe--pri .btn__invert:hover,
.t__soe--pri .btn__pill__invert:hover,
.t__soe--pri.button__invert:hover,
.t__soe--pri.btn__invert:hover,
.t__soe--pri.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__soe--primary .button__invert:hover h4,
.theme__soe--primary .btn__invert:hover h4,
.theme__soe--primary .btn__pill__invert:hover h4, .theme__soe--primary.button__invert:hover h4, .theme__soe--primary.btn__invert:hover h4, .theme__soe--primary.btn__pill__invert:hover h4,
.t__soe--pri .button__invert:hover h4,
.t__soe--pri .btn__invert:hover h4,
.t__soe--pri .btn__pill__invert:hover h4,
.t__soe--pri.button__invert:hover h4,
.t__soe--pri.btn__invert:hover h4,
.t__soe--pri.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__soe--primary .button__invert--hover:hover,
.theme__soe--primary .btn__invert--hover:hover,
.theme__soe--primary .btn__pill__invert--hover:hover, .theme__soe--primary.button__invert--hover:hover, .theme__soe--primary.btn__invert--hover:hover, .theme__soe--primary.btn__pill__invert--hover:hover,
.t__soe--pri .button__invert--hover:hover,
.t__soe--pri .btn__invert--hover:hover,
.t__soe--pri .btn__pill__invert--hover:hover,
.t__soe--pri.button__invert--hover:hover,
.t__soe--pri.btn__invert--hover:hover,
.t__soe--pri.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__soe--primary .button__under,
.theme__soe--primary .btn__under,
.theme__soe--primary .btn__pill__under, .theme__soe--primary.button__under, .theme__soe--primary.btn__under, .theme__soe--primary.btn__pill__under,
.t__soe--pri .button__under,
.t__soe--pri .btn__under,
.t__soe--pri .btn__pill__under,
.t__soe--pri.button__under,
.t__soe--pri.btn__under,
.t__soe--pri.btn__pill__under {
  border-color: #2e2d7e;
}
.theme__soe--primary .btn__large,
.t__soe--pri .btn__large {
  background-color: #2e2d7e;
}
.theme__soe--primary .input__search,
.t__soe--pri .input__search {
  border-color: #2e2d7e;
}
.theme__soe--primary .input__search i,
.t__soe--pri .input__search i {
  color: #4a4a4a;
}
.theme__soe--primary .input__search:hover i,
.t__soe--pri .input__search:hover i {
  color: #2e2d7e;
}
.theme__soe--primary .component__foreground,
.t__soe--pri .component__foreground {
  color: #4a4a4a;
}
.theme__soe--primary.card,
.theme__soe--primary .card, .theme__soe--primary.card__with-image,
.theme__soe--primary .card__with-image,
.t__soe--pri.card,
.t__soe--pri .card,
.t__soe--pri.card__with-image,
.t__soe--pri .card__with-image {
  border-color: #2e2d7e;
}
.theme__soe--primary.card__highlight,
.theme__soe--primary .card__highlight,
.theme__soe--primary .card__highlight--image,
.theme__soe--primary .card__highlight--final,
.t__soe--pri.card__highlight,
.t__soe--pri .card__highlight,
.t__soe--pri .card__highlight--image,
.t__soe--pri .card__highlight--final {
  background-color: #2e2d7e;
  border-color: #2e2d7e;
}
.theme__soe--primary.card__highlight--title,
.theme__soe--primary .card__highlight--title,
.theme__soe--primary .card__highlight--image,
.theme__soe--primary .card__highlight--final,
.t__soe--pri.card__highlight--title,
.t__soe--pri .card__highlight--title,
.t__soe--pri .card__highlight--image,
.t__soe--pri .card__highlight--final {
  color: #4a4a4a;
}
.theme__soe--primary .image-slider__selector--dot,
.t__soe--pri .image-slider__selector--dot {
  background-color: #2e2d7e;
}
.theme__soe--primary .call-to-action__text h3,
.t__soe--pri .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__soe--primary .officer__block--title h5, .theme__soe--primary .officer__block--title h6,
.t__soe--pri .officer__block--title h5,
.t__soe--pri .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__soe--primary .block__statement--link,
.t__soe--pri .block__statement--link {
  color: #4a4a4a;
}
.theme__soe--primary .card__cutoff,
.t__soe--pri .card__cutoff {
  background: linear-gradient(#2e2d7e, #2e2d7e), linear-gradient(white, white);
}
.theme__soe--primary .card__cutoff p,
.t__soe--pri .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__soe--primary .card__cutoff:hover,
  .t__soe--pri .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__soe--primary .card__cutoff:hover p,
  .t__soe--pri .card__cutoff:hover p {
    color: #2e2d7e;
  }
  .theme__soe--primary .card__cutoff:hover .card__cutoff--link,
  .t__soe--pri .card__cutoff:hover .card__cutoff--link {
    color: #2e2d7e;
  }
  .theme__soe--primary .card__cutoff:hover .card__cutoff--text,
  .t__soe--pri .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__soe--primary .card__cutoff:hover .card__cutoff--text p,
  .t__soe--pri .card__cutoff:hover .card__cutoff--text p {
    color: #2e2d7e;
  }
  .theme__soe--primary .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__soe--pri .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: #2e2d7e;
  }
}
.theme__soe--primary .card__cutoff--link,
.t__soe--pri .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__soe--primary .card__cutoff--link:hover,
  .t__soe--pri .card__cutoff--link:hover {
    color: #2e2d7e;
  }
  .theme__soe--primary .card__cutoff--link:hover--link,
  .t__soe--pri .card__cutoff--link:hover--link {
    color: #2e2d7e;
  }
}
.theme__soe--primary .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__soe--pri .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: #2e2d7e;
}
.theme__soe--primary .dropdown__toggle--title,
.t__soe--pri .dropdown__toggle--title {
  color: #2e2d7e;
}
.theme__soe--primary .dropdown__toggle--icon i,
.t__soe--pri .dropdown__toggle--icon i {
  color: #2e2d7e;
}
.theme__soe--primary .large_timer__countdown--item_large,
.t__soe--pri .large_timer__countdown--item_large {
  background-color: #2e2d7e;
}
.theme__soe--primary .large_timer__countdown--item_medium,
.t__soe--pri .large_timer__countdown--item_medium {
  background-color: #2e2d7e;
}
.theme__soe--primary .large_timer__countdown--item_small,
.t__soe--pri .large_timer__countdown--item_small {
  background-color: #2e2d7e;
}
.theme__soe--primary .modalcontent,
.t__soe--pri .modalcontent {
  border-color: #2e2d7e;
}
.theme__soe--primary .transparent__header,
.t__soe--pri .transparent__header {
  background: #2e2d7e;
}
.theme__soe--primary .breadcrumb__slashes,
.t__soe--pri .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__soe--primary .the-list,
.t__soe--pri .the-list {
  background-color: #2e2d7e;
}
.theme__soe--primary .the-list option,
.t__soe--pri .the-list option {
  border-color: #2e2d7e !important;
}
.theme__soe--primary .es-list::-webkit-scrollbar-thumb,
.t__soe--pri .es-list::-webkit-scrollbar-thumb {
  background: #2e2d7e;
}
.theme__soe--primary .es-visible,
.t__soe--pri .es-visible {
  border-color: #2e2d7e !important;
}
.theme__soe--primary .ot-open,
.theme__soe--primary .ot-closed,
.t__soe--pri .ot-open,
.t__soe--pri .ot-closed {
  color: #2e2d7e;
}
.theme__soe--primary .colour__foreground,
.t__soe--pri .colour__foreground {
  color: #2e2d7e;
}
.theme__soe--primary h1.t__none,
.theme__soe--primary h1.theme__none,
.theme__soe--primary h2.t__none,
.theme__soe--primary h2.theme__none,
.theme__soe--primary h3.t__none,
.theme__soe--primary h3.theme__none,
.theme__soe--primary h4.t__none,
.theme__soe--primary h4.theme__none,
.theme__soe--primary h1.t__none--w-hov,
.theme__soe--primary h1.theme__none--with-hover,
.theme__soe--primary h2.t__none--w-hov,
.theme__soe--primary h2.theme__none--with-hover,
.theme__soe--primary h3.t__none--w-hov,
.theme__soe--primary h3.theme__none--with-hover,
.theme__soe--primary h4.t__none--w-hov,
.theme__soe--primary h4.theme__none--with-hover,
.t__soe--pri h1.t__none,
.t__soe--pri h1.theme__none,
.t__soe--pri h2.t__none,
.t__soe--pri h2.theme__none,
.t__soe--pri h3.t__none,
.t__soe--pri h3.theme__none,
.t__soe--pri h4.t__none,
.t__soe--pri h4.theme__none,
.t__soe--pri h1.t__none--w-hov,
.t__soe--pri h1.theme__none--with-hover,
.t__soe--pri h2.t__none--w-hov,
.t__soe--pri h2.theme__none--with-hover,
.t__soe--pri h3.t__none--w-hov,
.t__soe--pri h3.theme__none--with-hover,
.t__soe--pri h4.t__none--w-hov,
.t__soe--pri h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__soe--primary span.t__none,
.theme__soe--primary span.theme__none,
.t__soe--pri span.t__none,
.t__soe--pri span.theme__none {
  color: #4a4a4a;
}
.theme__soe--primary i.t__none,
.theme__soe--primary i.theme__none,
.t__soe--pri i.t__none,
.t__soe--pri i.theme__none {
  color: #4a4a4a;
}
.theme__soe--primary a.border__none,
.theme__soe--primary a.b__none,
.t__soe--pri a.border__none,
.t__soe--pri a.b__none {
  border: 0;
}
.theme__soe--primary a:hover h1.t__none,
.theme__soe--primary a:hover h1.theme__none,
.theme__soe--primary a:hover h2.t__none,
.theme__soe--primary a:hover h2.theme__none,
.theme__soe--primary a:hover h3.t__none,
.theme__soe--primary a:hover h3.theme__none,
.theme__soe--primary a:hover h4.t__none,
.theme__soe--primary a:hover h4.theme__none,
.t__soe--pri a:hover h1.t__none,
.t__soe--pri a:hover h1.theme__none,
.t__soe--pri a:hover h2.t__none,
.t__soe--pri a:hover h2.theme__none,
.t__soe--pri a:hover h3.t__none,
.t__soe--pri a:hover h3.theme__none,
.t__soe--pri a:hover h4.t__none,
.t__soe--pri a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__soe--primary a:hover h1.t__none--w-hov,
.theme__soe--primary a:hover h1.theme__none--with-hover,
.theme__soe--primary a:hover h2.t__none--w-hov,
.theme__soe--primary a:hover h2.theme__none--with-hover,
.theme__soe--primary a:hover h3.t__none--w-hov,
.theme__soe--primary a:hover h3.theme__none--with-hover,
.theme__soe--primary a:hover h4.t__none--w-hov,
.theme__soe--primary a:hover h4.theme__none--with-hover,
.t__soe--pri a:hover h1.t__none--w-hov,
.t__soe--pri a:hover h1.theme__none--with-hover,
.t__soe--pri a:hover h2.t__none--w-hov,
.t__soe--pri a:hover h2.theme__none--with-hover,
.t__soe--pri a:hover h3.t__none--w-hov,
.t__soe--pri a:hover h3.theme__none--with-hover,
.t__soe--pri a:hover h4.t__none--w-hov,
.t__soe--pri a:hover h4.theme__none--with-hover {
  color: #2e2d7e;
}
.theme__soe--primary .dotted__line--small, .theme__soe--primary .dotted__line--medium, .theme__soe--primary .dotted__line--large, .theme__soe--primary .dotted__line--x-large, .theme__soe--primary .dotted__line--huge,
.t__soe--pri .dotted__line--small,
.t__soe--pri .dotted__line--medium,
.t__soe--pri .dotted__line--large,
.t__soe--pri .dotted__line--x-large,
.t__soe--pri .dotted__line--huge {
  border-image-source: url("https://fe3ca8e0a2f497a00e8a-853d39369c554c336474f22b1382bbe4.ssl.cf3.rackcdn.com/dotted_soe.png");
}

.theme__soe--secondary h1, .theme__soe--secondary h2, .theme__soe--secondary h3, .theme__soe--secondary h4, .theme__soe--secondary h5, .theme__soe--secondary h6,
.t__soe--sec h1,
.t__soe--sec h2,
.t__soe--sec h3,
.t__soe--sec h4,
.t__soe--sec h5,
.t__soe--sec h6 {
  color: #2e2d7e;
}
.theme__soe--secondary a,
.t__soe--sec a {
  color: #4a4a4a;
  border-color: #2e2d7e;
  text-decoration: none;
}
.theme__soe--secondary a:hover,
.t__soe--sec a:hover {
  color: #2e2d7e;
}
.theme__soe--secondary a:hover h1, .theme__soe--secondary a:hover h2, .theme__soe--secondary a:hover h3, .theme__soe--secondary a:hover h4, .theme__soe--secondary a:hover h5, .theme__soe--secondary a:hover h6,
.t__soe--sec a:hover h1,
.t__soe--sec a:hover h2,
.t__soe--sec a:hover h3,
.t__soe--sec a:hover h4,
.t__soe--sec a:hover h5,
.t__soe--sec a:hover h6 {
  color: #2e2d7e;
}
.theme__soe--secondary a div,
.t__soe--sec a div {
  border-color: #2e2d7e !important;
}
.theme__soe--secondary input,
.t__soe--sec input {
  border-color: #2e2d7e;
}
.theme__soe--secondary p,
.t__soe--sec p {
  color: #4a4a4a;
}
.theme__soe--secondary .button,
.theme__soe--secondary .btn,
.theme__soe--secondary .btn__pill, .theme__soe--secondary.button, .theme__soe--secondary.btn, .theme__soe--secondary.btn__pill,
.t__soe--sec .button,
.t__soe--sec .btn,
.t__soe--sec .btn__pill,
.t__soe--sec.button,
.t__soe--sec.btn,
.t__soe--sec.btn__pill {
  border-color: #2e2d7e;
}
@media (hover: hover) {
  .theme__soe--secondary .button:hover,
  .theme__soe--secondary .btn:hover,
  .theme__soe--secondary .btn__pill:hover, .theme__soe--secondary.button:hover, .theme__soe--secondary.btn:hover, .theme__soe--secondary.btn__pill:hover,
  .t__soe--sec .button:hover,
  .t__soe--sec .btn:hover,
  .t__soe--sec .btn__pill:hover,
  .t__soe--sec.button:hover,
  .t__soe--sec.btn:hover,
  .t__soe--sec.btn__pill:hover {
    color: #ffffff;
    background: #2e2d7e;
  }
  .theme__soe--secondary .button:hover i,
  .theme__soe--secondary .btn:hover i,
  .theme__soe--secondary .btn__pill:hover i, .theme__soe--secondary.button:hover i, .theme__soe--secondary.btn:hover i, .theme__soe--secondary.btn__pill:hover i,
  .t__soe--sec .button:hover i,
  .t__soe--sec .btn:hover i,
  .t__soe--sec .btn__pill:hover i,
  .t__soe--sec.button:hover i,
  .t__soe--sec.btn:hover i,
  .t__soe--sec.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__soe--secondary .button__invert,
.theme__soe--secondary .btn__invert,
.theme__soe--secondary .btn__pill__invert, .theme__soe--secondary.button__invert, .theme__soe--secondary.btn__invert, .theme__soe--secondary.btn__pill__invert,
.t__soe--sec .button__invert,
.t__soe--sec .btn__invert,
.t__soe--sec .btn__pill__invert,
.t__soe--sec.button__invert,
.t__soe--sec.btn__invert,
.t__soe--sec.btn__pill__invert {
  background-color: #2e2d7e;
  color: #ffffff;
}
.theme__soe--secondary .button__invert h4,
.theme__soe--secondary .btn__invert h4,
.theme__soe--secondary .btn__pill__invert h4, .theme__soe--secondary.button__invert h4, .theme__soe--secondary.btn__invert h4, .theme__soe--secondary.btn__pill__invert h4,
.t__soe--sec .button__invert h4,
.t__soe--sec .btn__invert h4,
.t__soe--sec .btn__pill__invert h4,
.t__soe--sec.button__invert h4,
.t__soe--sec.btn__invert h4,
.t__soe--sec.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__soe--secondary .button__invert:hover,
.theme__soe--secondary .btn__invert:hover,
.theme__soe--secondary .btn__pill__invert:hover, .theme__soe--secondary.button__invert:hover, .theme__soe--secondary.btn__invert:hover, .theme__soe--secondary.btn__pill__invert:hover,
.t__soe--sec .button__invert:hover,
.t__soe--sec .btn__invert:hover,
.t__soe--sec .btn__pill__invert:hover,
.t__soe--sec.button__invert:hover,
.t__soe--sec.btn__invert:hover,
.t__soe--sec.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__soe--secondary .button__invert:hover h4,
.theme__soe--secondary .btn__invert:hover h4,
.theme__soe--secondary .btn__pill__invert:hover h4, .theme__soe--secondary.button__invert:hover h4, .theme__soe--secondary.btn__invert:hover h4, .theme__soe--secondary.btn__pill__invert:hover h4,
.t__soe--sec .button__invert:hover h4,
.t__soe--sec .btn__invert:hover h4,
.t__soe--sec .btn__pill__invert:hover h4,
.t__soe--sec.button__invert:hover h4,
.t__soe--sec.btn__invert:hover h4,
.t__soe--sec.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__soe--secondary .button__invert--hover:hover,
.theme__soe--secondary .btn__invert--hover:hover,
.theme__soe--secondary .btn__pill__invert--hover:hover, .theme__soe--secondary.button__invert--hover:hover, .theme__soe--secondary.btn__invert--hover:hover, .theme__soe--secondary.btn__pill__invert--hover:hover,
.t__soe--sec .button__invert--hover:hover,
.t__soe--sec .btn__invert--hover:hover,
.t__soe--sec .btn__pill__invert--hover:hover,
.t__soe--sec.button__invert--hover:hover,
.t__soe--sec.btn__invert--hover:hover,
.t__soe--sec.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__soe--secondary .button__under,
.theme__soe--secondary .btn__under,
.theme__soe--secondary .btn__pill__under, .theme__soe--secondary.button__under, .theme__soe--secondary.btn__under, .theme__soe--secondary.btn__pill__under,
.t__soe--sec .button__under,
.t__soe--sec .btn__under,
.t__soe--sec .btn__pill__under,
.t__soe--sec.button__under,
.t__soe--sec.btn__under,
.t__soe--sec.btn__pill__under {
  border-color: #2e2d7e;
}
.theme__soe--secondary .btn__large,
.t__soe--sec .btn__large {
  background-color: #2e2d7e;
}
.theme__soe--secondary .input__search,
.t__soe--sec .input__search {
  border-color: #2e2d7e;
}
.theme__soe--secondary .input__search i,
.t__soe--sec .input__search i {
  color: #4a4a4a;
}
.theme__soe--secondary .input__search:hover i,
.t__soe--sec .input__search:hover i {
  color: #2e2d7e;
}
.theme__soe--secondary .component__foreground,
.t__soe--sec .component__foreground {
  color: #4a4a4a;
}
.theme__soe--secondary.card,
.theme__soe--secondary .card, .theme__soe--secondary.card__with-image,
.theme__soe--secondary .card__with-image,
.t__soe--sec.card,
.t__soe--sec .card,
.t__soe--sec.card__with-image,
.t__soe--sec .card__with-image {
  border-color: #2e2d7e;
}
.theme__soe--secondary.card__highlight,
.theme__soe--secondary .card__highlight,
.theme__soe--secondary .card__highlight--image,
.theme__soe--secondary .card__highlight--final,
.t__soe--sec.card__highlight,
.t__soe--sec .card__highlight,
.t__soe--sec .card__highlight--image,
.t__soe--sec .card__highlight--final {
  background-color: #2e2d7e;
  border-color: #2e2d7e;
}
.theme__soe--secondary.card__highlight--title,
.theme__soe--secondary .card__highlight--title,
.theme__soe--secondary .card__highlight--image,
.theme__soe--secondary .card__highlight--final,
.t__soe--sec.card__highlight--title,
.t__soe--sec .card__highlight--title,
.t__soe--sec .card__highlight--image,
.t__soe--sec .card__highlight--final {
  color: #4a4a4a;
}
.theme__soe--secondary .image-slider__selector--dot,
.t__soe--sec .image-slider__selector--dot {
  background-color: #2e2d7e;
}
.theme__soe--secondary .call-to-action__text h3,
.t__soe--sec .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__soe--secondary .officer__block--title h5, .theme__soe--secondary .officer__block--title h6,
.t__soe--sec .officer__block--title h5,
.t__soe--sec .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__soe--secondary .block__statement--link,
.t__soe--sec .block__statement--link {
  color: #4a4a4a;
}
.theme__soe--secondary .card__cutoff,
.t__soe--sec .card__cutoff {
  background: linear-gradient(#2e2d7e, #2e2d7e), linear-gradient(white, white);
}
.theme__soe--secondary .card__cutoff p,
.t__soe--sec .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__soe--secondary .card__cutoff:hover,
  .t__soe--sec .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__soe--secondary .card__cutoff:hover p,
  .t__soe--sec .card__cutoff:hover p {
    color: #2e2d7e;
  }
  .theme__soe--secondary .card__cutoff:hover .card__cutoff--link,
  .t__soe--sec .card__cutoff:hover .card__cutoff--link {
    color: #2e2d7e;
  }
  .theme__soe--secondary .card__cutoff:hover .card__cutoff--text,
  .t__soe--sec .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__soe--secondary .card__cutoff:hover .card__cutoff--text p,
  .t__soe--sec .card__cutoff:hover .card__cutoff--text p {
    color: #2e2d7e;
  }
  .theme__soe--secondary .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__soe--sec .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: #2e2d7e;
  }
}
.theme__soe--secondary .card__cutoff--link,
.t__soe--sec .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__soe--secondary .card__cutoff--link:hover,
  .t__soe--sec .card__cutoff--link:hover {
    color: #2e2d7e;
  }
  .theme__soe--secondary .card__cutoff--link:hover--link,
  .t__soe--sec .card__cutoff--link:hover--link {
    color: #2e2d7e;
  }
}
.theme__soe--secondary .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__soe--sec .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: #2e2d7e;
}
.theme__soe--secondary .dropdown__toggle--title,
.t__soe--sec .dropdown__toggle--title {
  color: #2e2d7e;
}
.theme__soe--secondary .dropdown__toggle--icon i,
.t__soe--sec .dropdown__toggle--icon i {
  color: #2e2d7e;
}
.theme__soe--secondary .large_timer__countdown--item_large,
.t__soe--sec .large_timer__countdown--item_large {
  background-color: #2e2d7e;
}
.theme__soe--secondary .large_timer__countdown--item_medium,
.t__soe--sec .large_timer__countdown--item_medium {
  background-color: #2e2d7e;
}
.theme__soe--secondary .large_timer__countdown--item_small,
.t__soe--sec .large_timer__countdown--item_small {
  background-color: #2e2d7e;
}
.theme__soe--secondary .modalcontent,
.t__soe--sec .modalcontent {
  border-color: #2e2d7e;
}
.theme__soe--secondary .transparent__header,
.t__soe--sec .transparent__header {
  background: #2e2d7e;
}
.theme__soe--secondary .breadcrumb__slashes,
.t__soe--sec .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__soe--secondary .the-list,
.t__soe--sec .the-list {
  background-color: #2e2d7e;
}
.theme__soe--secondary .the-list option,
.t__soe--sec .the-list option {
  border-color: #2e2d7e !important;
}
.theme__soe--secondary .es-list::-webkit-scrollbar-thumb,
.t__soe--sec .es-list::-webkit-scrollbar-thumb {
  background: #2e2d7e;
}
.theme__soe--secondary .es-visible,
.t__soe--sec .es-visible {
  border-color: #2e2d7e !important;
}
.theme__soe--secondary .ot-open,
.theme__soe--secondary .ot-closed,
.t__soe--sec .ot-open,
.t__soe--sec .ot-closed {
  color: #2e2d7e;
}
.theme__soe--secondary .colour__foreground,
.t__soe--sec .colour__foreground {
  color: #2e2d7e;
}
.theme__soe--secondary h1.t__none,
.theme__soe--secondary h1.theme__none,
.theme__soe--secondary h2.t__none,
.theme__soe--secondary h2.theme__none,
.theme__soe--secondary h3.t__none,
.theme__soe--secondary h3.theme__none,
.theme__soe--secondary h4.t__none,
.theme__soe--secondary h4.theme__none,
.theme__soe--secondary h1.t__none--w-hov,
.theme__soe--secondary h1.theme__none--with-hover,
.theme__soe--secondary h2.t__none--w-hov,
.theme__soe--secondary h2.theme__none--with-hover,
.theme__soe--secondary h3.t__none--w-hov,
.theme__soe--secondary h3.theme__none--with-hover,
.theme__soe--secondary h4.t__none--w-hov,
.theme__soe--secondary h4.theme__none--with-hover,
.t__soe--sec h1.t__none,
.t__soe--sec h1.theme__none,
.t__soe--sec h2.t__none,
.t__soe--sec h2.theme__none,
.t__soe--sec h3.t__none,
.t__soe--sec h3.theme__none,
.t__soe--sec h4.t__none,
.t__soe--sec h4.theme__none,
.t__soe--sec h1.t__none--w-hov,
.t__soe--sec h1.theme__none--with-hover,
.t__soe--sec h2.t__none--w-hov,
.t__soe--sec h2.theme__none--with-hover,
.t__soe--sec h3.t__none--w-hov,
.t__soe--sec h3.theme__none--with-hover,
.t__soe--sec h4.t__none--w-hov,
.t__soe--sec h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__soe--secondary span.t__none,
.theme__soe--secondary span.theme__none,
.t__soe--sec span.t__none,
.t__soe--sec span.theme__none {
  color: #4a4a4a;
}
.theme__soe--secondary i.t__none,
.theme__soe--secondary i.theme__none,
.t__soe--sec i.t__none,
.t__soe--sec i.theme__none {
  color: #4a4a4a;
}
.theme__soe--secondary a.border__none,
.theme__soe--secondary a.b__none,
.t__soe--sec a.border__none,
.t__soe--sec a.b__none {
  border: 0;
}
.theme__soe--secondary a:hover h1.t__none,
.theme__soe--secondary a:hover h1.theme__none,
.theme__soe--secondary a:hover h2.t__none,
.theme__soe--secondary a:hover h2.theme__none,
.theme__soe--secondary a:hover h3.t__none,
.theme__soe--secondary a:hover h3.theme__none,
.theme__soe--secondary a:hover h4.t__none,
.theme__soe--secondary a:hover h4.theme__none,
.t__soe--sec a:hover h1.t__none,
.t__soe--sec a:hover h1.theme__none,
.t__soe--sec a:hover h2.t__none,
.t__soe--sec a:hover h2.theme__none,
.t__soe--sec a:hover h3.t__none,
.t__soe--sec a:hover h3.theme__none,
.t__soe--sec a:hover h4.t__none,
.t__soe--sec a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__soe--secondary a:hover h1.t__none--w-hov,
.theme__soe--secondary a:hover h1.theme__none--with-hover,
.theme__soe--secondary a:hover h2.t__none--w-hov,
.theme__soe--secondary a:hover h2.theme__none--with-hover,
.theme__soe--secondary a:hover h3.t__none--w-hov,
.theme__soe--secondary a:hover h3.theme__none--with-hover,
.theme__soe--secondary a:hover h4.t__none--w-hov,
.theme__soe--secondary a:hover h4.theme__none--with-hover,
.t__soe--sec a:hover h1.t__none--w-hov,
.t__soe--sec a:hover h1.theme__none--with-hover,
.t__soe--sec a:hover h2.t__none--w-hov,
.t__soe--sec a:hover h2.theme__none--with-hover,
.t__soe--sec a:hover h3.t__none--w-hov,
.t__soe--sec a:hover h3.theme__none--with-hover,
.t__soe--sec a:hover h4.t__none--w-hov,
.t__soe--sec a:hover h4.theme__none--with-hover {
  color: #2e2d7e;
}

.theme__soe--pastel h1, .theme__soe--pastel h2, .theme__soe--pastel h3, .theme__soe--pastel h4, .theme__soe--pastel h5, .theme__soe--pastel h6,
.t__soe--pas h1,
.t__soe--pas h2,
.t__soe--pas h3,
.t__soe--pas h4,
.t__soe--pas h5,
.t__soe--pas h6 {
  color: rgba(46, 45, 126, 0.1);
}
.theme__soe--pastel a,
.t__soe--pas a {
  color: #4a4a4a;
  border-color: rgba(46, 45, 126, 0.1);
  text-decoration: none;
}
.theme__soe--pastel a:hover,
.t__soe--pas a:hover {
  color: rgba(46, 45, 126, 0.1);
}
.theme__soe--pastel a:hover h1, .theme__soe--pastel a:hover h2, .theme__soe--pastel a:hover h3, .theme__soe--pastel a:hover h4, .theme__soe--pastel a:hover h5, .theme__soe--pastel a:hover h6,
.t__soe--pas a:hover h1,
.t__soe--pas a:hover h2,
.t__soe--pas a:hover h3,
.t__soe--pas a:hover h4,
.t__soe--pas a:hover h5,
.t__soe--pas a:hover h6 {
  color: rgba(46, 45, 126, 0.1);
}
.theme__soe--pastel a div,
.t__soe--pas a div {
  border-color: rgba(46, 45, 126, 0.1) !important;
}
.theme__soe--pastel input,
.t__soe--pas input {
  border-color: rgba(46, 45, 126, 0.1);
}
.theme__soe--pastel p,
.t__soe--pas p {
  color: #4a4a4a;
}
.theme__soe--pastel .button,
.theme__soe--pastel .btn,
.theme__soe--pastel .btn__pill, .theme__soe--pastel.button, .theme__soe--pastel.btn, .theme__soe--pastel.btn__pill,
.t__soe--pas .button,
.t__soe--pas .btn,
.t__soe--pas .btn__pill,
.t__soe--pas.button,
.t__soe--pas.btn,
.t__soe--pas.btn__pill {
  border-color: rgba(46, 45, 126, 0.1);
}
@media (hover: hover) {
  .theme__soe--pastel .button:hover,
  .theme__soe--pastel .btn:hover,
  .theme__soe--pastel .btn__pill:hover, .theme__soe--pastel.button:hover, .theme__soe--pastel.btn:hover, .theme__soe--pastel.btn__pill:hover,
  .t__soe--pas .button:hover,
  .t__soe--pas .btn:hover,
  .t__soe--pas .btn__pill:hover,
  .t__soe--pas.button:hover,
  .t__soe--pas.btn:hover,
  .t__soe--pas.btn__pill:hover {
    color: #ffffff;
    background: rgba(46, 45, 126, 0.1);
  }
  .theme__soe--pastel .button:hover i,
  .theme__soe--pastel .btn:hover i,
  .theme__soe--pastel .btn__pill:hover i, .theme__soe--pastel.button:hover i, .theme__soe--pastel.btn:hover i, .theme__soe--pastel.btn__pill:hover i,
  .t__soe--pas .button:hover i,
  .t__soe--pas .btn:hover i,
  .t__soe--pas .btn__pill:hover i,
  .t__soe--pas.button:hover i,
  .t__soe--pas.btn:hover i,
  .t__soe--pas.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__soe--pastel .button__invert,
.theme__soe--pastel .btn__invert,
.theme__soe--pastel .btn__pill__invert, .theme__soe--pastel.button__invert, .theme__soe--pastel.btn__invert, .theme__soe--pastel.btn__pill__invert,
.t__soe--pas .button__invert,
.t__soe--pas .btn__invert,
.t__soe--pas .btn__pill__invert,
.t__soe--pas.button__invert,
.t__soe--pas.btn__invert,
.t__soe--pas.btn__pill__invert {
  background-color: rgba(46, 45, 126, 0.1);
  color: #ffffff;
}
.theme__soe--pastel .button__invert h4,
.theme__soe--pastel .btn__invert h4,
.theme__soe--pastel .btn__pill__invert h4, .theme__soe--pastel.button__invert h4, .theme__soe--pastel.btn__invert h4, .theme__soe--pastel.btn__pill__invert h4,
.t__soe--pas .button__invert h4,
.t__soe--pas .btn__invert h4,
.t__soe--pas .btn__pill__invert h4,
.t__soe--pas.button__invert h4,
.t__soe--pas.btn__invert h4,
.t__soe--pas.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__soe--pastel .button__invert:hover,
.theme__soe--pastel .btn__invert:hover,
.theme__soe--pastel .btn__pill__invert:hover, .theme__soe--pastel.button__invert:hover, .theme__soe--pastel.btn__invert:hover, .theme__soe--pastel.btn__pill__invert:hover,
.t__soe--pas .button__invert:hover,
.t__soe--pas .btn__invert:hover,
.t__soe--pas .btn__pill__invert:hover,
.t__soe--pas.button__invert:hover,
.t__soe--pas.btn__invert:hover,
.t__soe--pas.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__soe--pastel .button__invert:hover h4,
.theme__soe--pastel .btn__invert:hover h4,
.theme__soe--pastel .btn__pill__invert:hover h4, .theme__soe--pastel.button__invert:hover h4, .theme__soe--pastel.btn__invert:hover h4, .theme__soe--pastel.btn__pill__invert:hover h4,
.t__soe--pas .button__invert:hover h4,
.t__soe--pas .btn__invert:hover h4,
.t__soe--pas .btn__pill__invert:hover h4,
.t__soe--pas.button__invert:hover h4,
.t__soe--pas.btn__invert:hover h4,
.t__soe--pas.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__soe--pastel .button__invert--hover:hover,
.theme__soe--pastel .btn__invert--hover:hover,
.theme__soe--pastel .btn__pill__invert--hover:hover, .theme__soe--pastel.button__invert--hover:hover, .theme__soe--pastel.btn__invert--hover:hover, .theme__soe--pastel.btn__pill__invert--hover:hover,
.t__soe--pas .button__invert--hover:hover,
.t__soe--pas .btn__invert--hover:hover,
.t__soe--pas .btn__pill__invert--hover:hover,
.t__soe--pas.button__invert--hover:hover,
.t__soe--pas.btn__invert--hover:hover,
.t__soe--pas.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__soe--pastel .button__under,
.theme__soe--pastel .btn__under,
.theme__soe--pastel .btn__pill__under, .theme__soe--pastel.button__under, .theme__soe--pastel.btn__under, .theme__soe--pastel.btn__pill__under,
.t__soe--pas .button__under,
.t__soe--pas .btn__under,
.t__soe--pas .btn__pill__under,
.t__soe--pas.button__under,
.t__soe--pas.btn__under,
.t__soe--pas.btn__pill__under {
  border-color: rgba(46, 45, 126, 0.1);
}
.theme__soe--pastel .btn__large,
.t__soe--pas .btn__large {
  background-color: rgba(46, 45, 126, 0.1);
}
.theme__soe--pastel .input__search,
.t__soe--pas .input__search {
  border-color: rgba(46, 45, 126, 0.1);
}
.theme__soe--pastel .input__search i,
.t__soe--pas .input__search i {
  color: #4a4a4a;
}
.theme__soe--pastel .input__search:hover i,
.t__soe--pas .input__search:hover i {
  color: rgba(46, 45, 126, 0.1);
}
.theme__soe--pastel .component__foreground,
.t__soe--pas .component__foreground {
  color: #4a4a4a;
}
.theme__soe--pastel.card,
.theme__soe--pastel .card, .theme__soe--pastel.card__with-image,
.theme__soe--pastel .card__with-image,
.t__soe--pas.card,
.t__soe--pas .card,
.t__soe--pas.card__with-image,
.t__soe--pas .card__with-image {
  border-color: rgba(46, 45, 126, 0.1);
}
.theme__soe--pastel.card__highlight,
.theme__soe--pastel .card__highlight,
.theme__soe--pastel .card__highlight--image,
.theme__soe--pastel .card__highlight--final,
.t__soe--pas.card__highlight,
.t__soe--pas .card__highlight,
.t__soe--pas .card__highlight--image,
.t__soe--pas .card__highlight--final {
  background-color: rgba(46, 45, 126, 0.1);
  border-color: rgba(46, 45, 126, 0.1);
}
.theme__soe--pastel.card__highlight--title,
.theme__soe--pastel .card__highlight--title,
.theme__soe--pastel .card__highlight--image,
.theme__soe--pastel .card__highlight--final,
.t__soe--pas.card__highlight--title,
.t__soe--pas .card__highlight--title,
.t__soe--pas .card__highlight--image,
.t__soe--pas .card__highlight--final {
  color: #4a4a4a;
}
.theme__soe--pastel .image-slider__selector--dot,
.t__soe--pas .image-slider__selector--dot {
  background-color: rgba(46, 45, 126, 0.1);
}
.theme__soe--pastel .call-to-action__text h3,
.t__soe--pas .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__soe--pastel .officer__block--title h5, .theme__soe--pastel .officer__block--title h6,
.t__soe--pas .officer__block--title h5,
.t__soe--pas .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__soe--pastel .block__statement--link,
.t__soe--pas .block__statement--link {
  color: #4a4a4a;
}
.theme__soe--pastel .card__cutoff,
.t__soe--pas .card__cutoff {
  background: linear-gradient(rgba(46, 45, 126, 0.1), rgba(46, 45, 126, 0.1)), linear-gradient(white, white);
}
.theme__soe--pastel .card__cutoff p,
.t__soe--pas .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__soe--pastel .card__cutoff:hover,
  .t__soe--pas .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__soe--pastel .card__cutoff:hover p,
  .t__soe--pas .card__cutoff:hover p {
    color: rgba(46, 45, 126, 0.1);
  }
  .theme__soe--pastel .card__cutoff:hover .card__cutoff--link,
  .t__soe--pas .card__cutoff:hover .card__cutoff--link {
    color: rgba(46, 45, 126, 0.1);
  }
  .theme__soe--pastel .card__cutoff:hover .card__cutoff--text,
  .t__soe--pas .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__soe--pastel .card__cutoff:hover .card__cutoff--text p,
  .t__soe--pas .card__cutoff:hover .card__cutoff--text p {
    color: rgba(46, 45, 126, 0.1);
  }
  .theme__soe--pastel .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__soe--pas .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: rgba(46, 45, 126, 0.1);
  }
}
.theme__soe--pastel .card__cutoff--link,
.t__soe--pas .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__soe--pastel .card__cutoff--link:hover,
  .t__soe--pas .card__cutoff--link:hover {
    color: rgba(46, 45, 126, 0.1);
  }
  .theme__soe--pastel .card__cutoff--link:hover--link,
  .t__soe--pas .card__cutoff--link:hover--link {
    color: rgba(46, 45, 126, 0.1);
  }
}
.theme__soe--pastel .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__soe--pas .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: rgba(46, 45, 126, 0.1);
}
.theme__soe--pastel .dropdown__toggle--title,
.t__soe--pas .dropdown__toggle--title {
  color: rgba(46, 45, 126, 0.1);
}
.theme__soe--pastel .dropdown__toggle--icon i,
.t__soe--pas .dropdown__toggle--icon i {
  color: rgba(46, 45, 126, 0.1);
}
.theme__soe--pastel .large_timer__countdown--item_large,
.t__soe--pas .large_timer__countdown--item_large {
  background-color: rgba(46, 45, 126, 0.1);
}
.theme__soe--pastel .large_timer__countdown--item_medium,
.t__soe--pas .large_timer__countdown--item_medium {
  background-color: rgba(46, 45, 126, 0.1);
}
.theme__soe--pastel .large_timer__countdown--item_small,
.t__soe--pas .large_timer__countdown--item_small {
  background-color: rgba(46, 45, 126, 0.1);
}
.theme__soe--pastel .modalcontent,
.t__soe--pas .modalcontent {
  border-color: rgba(46, 45, 126, 0.1);
}
.theme__soe--pastel .transparent__header,
.t__soe--pas .transparent__header {
  background: rgba(46, 45, 126, 0.1);
}
.theme__soe--pastel .breadcrumb__slashes,
.t__soe--pas .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__soe--pastel .the-list,
.t__soe--pas .the-list {
  background-color: rgba(46, 45, 126, 0.1);
}
.theme__soe--pastel .the-list option,
.t__soe--pas .the-list option {
  border-color: rgba(46, 45, 126, 0.1) !important;
}
.theme__soe--pastel .es-list::-webkit-scrollbar-thumb,
.t__soe--pas .es-list::-webkit-scrollbar-thumb {
  background: rgba(46, 45, 126, 0.1);
}
.theme__soe--pastel .es-visible,
.t__soe--pas .es-visible {
  border-color: rgba(46, 45, 126, 0.1) !important;
}
.theme__soe--pastel .ot-open,
.theme__soe--pastel .ot-closed,
.t__soe--pas .ot-open,
.t__soe--pas .ot-closed {
  color: rgba(46, 45, 126, 0.1);
}
.theme__soe--pastel .colour__foreground,
.t__soe--pas .colour__foreground {
  color: rgba(46, 45, 126, 0.1);
}
.theme__soe--pastel h1.t__none,
.theme__soe--pastel h1.theme__none,
.theme__soe--pastel h2.t__none,
.theme__soe--pastel h2.theme__none,
.theme__soe--pastel h3.t__none,
.theme__soe--pastel h3.theme__none,
.theme__soe--pastel h4.t__none,
.theme__soe--pastel h4.theme__none,
.theme__soe--pastel h1.t__none--w-hov,
.theme__soe--pastel h1.theme__none--with-hover,
.theme__soe--pastel h2.t__none--w-hov,
.theme__soe--pastel h2.theme__none--with-hover,
.theme__soe--pastel h3.t__none--w-hov,
.theme__soe--pastel h3.theme__none--with-hover,
.theme__soe--pastel h4.t__none--w-hov,
.theme__soe--pastel h4.theme__none--with-hover,
.t__soe--pas h1.t__none,
.t__soe--pas h1.theme__none,
.t__soe--pas h2.t__none,
.t__soe--pas h2.theme__none,
.t__soe--pas h3.t__none,
.t__soe--pas h3.theme__none,
.t__soe--pas h4.t__none,
.t__soe--pas h4.theme__none,
.t__soe--pas h1.t__none--w-hov,
.t__soe--pas h1.theme__none--with-hover,
.t__soe--pas h2.t__none--w-hov,
.t__soe--pas h2.theme__none--with-hover,
.t__soe--pas h3.t__none--w-hov,
.t__soe--pas h3.theme__none--with-hover,
.t__soe--pas h4.t__none--w-hov,
.t__soe--pas h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__soe--pastel span.t__none,
.theme__soe--pastel span.theme__none,
.t__soe--pas span.t__none,
.t__soe--pas span.theme__none {
  color: #4a4a4a;
}
.theme__soe--pastel i.t__none,
.theme__soe--pastel i.theme__none,
.t__soe--pas i.t__none,
.t__soe--pas i.theme__none {
  color: #4a4a4a;
}
.theme__soe--pastel a.border__none,
.theme__soe--pastel a.b__none,
.t__soe--pas a.border__none,
.t__soe--pas a.b__none {
  border: 0;
}
.theme__soe--pastel a:hover h1.t__none,
.theme__soe--pastel a:hover h1.theme__none,
.theme__soe--pastel a:hover h2.t__none,
.theme__soe--pastel a:hover h2.theme__none,
.theme__soe--pastel a:hover h3.t__none,
.theme__soe--pastel a:hover h3.theme__none,
.theme__soe--pastel a:hover h4.t__none,
.theme__soe--pastel a:hover h4.theme__none,
.t__soe--pas a:hover h1.t__none,
.t__soe--pas a:hover h1.theme__none,
.t__soe--pas a:hover h2.t__none,
.t__soe--pas a:hover h2.theme__none,
.t__soe--pas a:hover h3.t__none,
.t__soe--pas a:hover h3.theme__none,
.t__soe--pas a:hover h4.t__none,
.t__soe--pas a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__soe--pastel a:hover h1.t__none--w-hov,
.theme__soe--pastel a:hover h1.theme__none--with-hover,
.theme__soe--pastel a:hover h2.t__none--w-hov,
.theme__soe--pastel a:hover h2.theme__none--with-hover,
.theme__soe--pastel a:hover h3.t__none--w-hov,
.theme__soe--pastel a:hover h3.theme__none--with-hover,
.theme__soe--pastel a:hover h4.t__none--w-hov,
.theme__soe--pastel a:hover h4.theme__none--with-hover,
.t__soe--pas a:hover h1.t__none--w-hov,
.t__soe--pas a:hover h1.theme__none--with-hover,
.t__soe--pas a:hover h2.t__none--w-hov,
.t__soe--pas a:hover h2.theme__none--with-hover,
.t__soe--pas a:hover h3.t__none--w-hov,
.t__soe--pas a:hover h3.theme__none--with-hover,
.t__soe--pas a:hover h4.t__none--w-hov,
.t__soe--pas a:hover h4.theme__none--with-hover {
  color: rgba(46, 45, 126, 0.1);
}

.theme__soe--background-primary,
.t__soe--bg-pri {
  background-color: #2e2d7e;
}

.theme__soe--background-secondary,
.t__soe--bg-sec {
  background-color: #2e2d7e;
}

.theme__soe--background-pastel,
.t__soe--bg-pas {
  background-color: rgba(46, 45, 126, 0.1);
}

.theme__hear--primary h1, .theme__hear--primary h2, .theme__hear--primary h3, .theme__hear--primary h4, .theme__hear--primary h5, .theme__hear--primary h6,
.t__hear--pri h1,
.t__hear--pri h2,
.t__hear--pri h3,
.t__hear--pri h4,
.t__hear--pri h5,
.t__hear--pri h6 {
  color: #6C058F;
}
.theme__hear--primary a,
.t__hear--pri a {
  color: #4a4a4a;
  border-color: #6C058F;
  text-decoration: none;
}
.theme__hear--primary a:hover,
.t__hear--pri a:hover {
  color: #6C058F;
}
.theme__hear--primary a:hover h1, .theme__hear--primary a:hover h2, .theme__hear--primary a:hover h3, .theme__hear--primary a:hover h4, .theme__hear--primary a:hover h5, .theme__hear--primary a:hover h6,
.t__hear--pri a:hover h1,
.t__hear--pri a:hover h2,
.t__hear--pri a:hover h3,
.t__hear--pri a:hover h4,
.t__hear--pri a:hover h5,
.t__hear--pri a:hover h6 {
  color: #6C058F;
}
.theme__hear--primary a div,
.t__hear--pri a div {
  border-color: #6C058F !important;
}
.theme__hear--primary input,
.t__hear--pri input {
  border-color: #6C058F;
}
.theme__hear--primary p,
.t__hear--pri p {
  color: #4a4a4a;
}
.theme__hear--primary .button,
.theme__hear--primary .btn,
.theme__hear--primary .btn__pill, .theme__hear--primary.button, .theme__hear--primary.btn, .theme__hear--primary.btn__pill,
.t__hear--pri .button,
.t__hear--pri .btn,
.t__hear--pri .btn__pill,
.t__hear--pri.button,
.t__hear--pri.btn,
.t__hear--pri.btn__pill {
  border-color: #6C058F;
}
@media (hover: hover) {
  .theme__hear--primary .button:hover,
  .theme__hear--primary .btn:hover,
  .theme__hear--primary .btn__pill:hover, .theme__hear--primary.button:hover, .theme__hear--primary.btn:hover, .theme__hear--primary.btn__pill:hover,
  .t__hear--pri .button:hover,
  .t__hear--pri .btn:hover,
  .t__hear--pri .btn__pill:hover,
  .t__hear--pri.button:hover,
  .t__hear--pri.btn:hover,
  .t__hear--pri.btn__pill:hover {
    color: #ffffff;
    background: #6C058F;
  }
  .theme__hear--primary .button:hover i,
  .theme__hear--primary .btn:hover i,
  .theme__hear--primary .btn__pill:hover i, .theme__hear--primary.button:hover i, .theme__hear--primary.btn:hover i, .theme__hear--primary.btn__pill:hover i,
  .t__hear--pri .button:hover i,
  .t__hear--pri .btn:hover i,
  .t__hear--pri .btn__pill:hover i,
  .t__hear--pri.button:hover i,
  .t__hear--pri.btn:hover i,
  .t__hear--pri.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__hear--primary .button__invert,
.theme__hear--primary .btn__invert,
.theme__hear--primary .btn__pill__invert, .theme__hear--primary.button__invert, .theme__hear--primary.btn__invert, .theme__hear--primary.btn__pill__invert,
.t__hear--pri .button__invert,
.t__hear--pri .btn__invert,
.t__hear--pri .btn__pill__invert,
.t__hear--pri.button__invert,
.t__hear--pri.btn__invert,
.t__hear--pri.btn__pill__invert {
  background-color: #6C058F;
  color: #ffffff;
}
.theme__hear--primary .button__invert h4,
.theme__hear--primary .btn__invert h4,
.theme__hear--primary .btn__pill__invert h4, .theme__hear--primary.button__invert h4, .theme__hear--primary.btn__invert h4, .theme__hear--primary.btn__pill__invert h4,
.t__hear--pri .button__invert h4,
.t__hear--pri .btn__invert h4,
.t__hear--pri .btn__pill__invert h4,
.t__hear--pri.button__invert h4,
.t__hear--pri.btn__invert h4,
.t__hear--pri.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__hear--primary .button__invert:hover,
.theme__hear--primary .btn__invert:hover,
.theme__hear--primary .btn__pill__invert:hover, .theme__hear--primary.button__invert:hover, .theme__hear--primary.btn__invert:hover, .theme__hear--primary.btn__pill__invert:hover,
.t__hear--pri .button__invert:hover,
.t__hear--pri .btn__invert:hover,
.t__hear--pri .btn__pill__invert:hover,
.t__hear--pri.button__invert:hover,
.t__hear--pri.btn__invert:hover,
.t__hear--pri.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__hear--primary .button__invert:hover h4,
.theme__hear--primary .btn__invert:hover h4,
.theme__hear--primary .btn__pill__invert:hover h4, .theme__hear--primary.button__invert:hover h4, .theme__hear--primary.btn__invert:hover h4, .theme__hear--primary.btn__pill__invert:hover h4,
.t__hear--pri .button__invert:hover h4,
.t__hear--pri .btn__invert:hover h4,
.t__hear--pri .btn__pill__invert:hover h4,
.t__hear--pri.button__invert:hover h4,
.t__hear--pri.btn__invert:hover h4,
.t__hear--pri.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__hear--primary .button__invert--hover:hover,
.theme__hear--primary .btn__invert--hover:hover,
.theme__hear--primary .btn__pill__invert--hover:hover, .theme__hear--primary.button__invert--hover:hover, .theme__hear--primary.btn__invert--hover:hover, .theme__hear--primary.btn__pill__invert--hover:hover,
.t__hear--pri .button__invert--hover:hover,
.t__hear--pri .btn__invert--hover:hover,
.t__hear--pri .btn__pill__invert--hover:hover,
.t__hear--pri.button__invert--hover:hover,
.t__hear--pri.btn__invert--hover:hover,
.t__hear--pri.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__hear--primary .button__under,
.theme__hear--primary .btn__under,
.theme__hear--primary .btn__pill__under, .theme__hear--primary.button__under, .theme__hear--primary.btn__under, .theme__hear--primary.btn__pill__under,
.t__hear--pri .button__under,
.t__hear--pri .btn__under,
.t__hear--pri .btn__pill__under,
.t__hear--pri.button__under,
.t__hear--pri.btn__under,
.t__hear--pri.btn__pill__under {
  border-color: #6C058F;
}
.theme__hear--primary .btn__large,
.t__hear--pri .btn__large {
  background-color: #6C058F;
}
.theme__hear--primary .input__search,
.t__hear--pri .input__search {
  border-color: #6C058F;
}
.theme__hear--primary .input__search i,
.t__hear--pri .input__search i {
  color: #4a4a4a;
}
.theme__hear--primary .input__search:hover i,
.t__hear--pri .input__search:hover i {
  color: #6C058F;
}
.theme__hear--primary .component__foreground,
.t__hear--pri .component__foreground {
  color: #4a4a4a;
}
.theme__hear--primary.card,
.theme__hear--primary .card, .theme__hear--primary.card__with-image,
.theme__hear--primary .card__with-image,
.t__hear--pri.card,
.t__hear--pri .card,
.t__hear--pri.card__with-image,
.t__hear--pri .card__with-image {
  border-color: #6C058F;
}
.theme__hear--primary.card__highlight,
.theme__hear--primary .card__highlight,
.theme__hear--primary .card__highlight--image,
.theme__hear--primary .card__highlight--final,
.t__hear--pri.card__highlight,
.t__hear--pri .card__highlight,
.t__hear--pri .card__highlight--image,
.t__hear--pri .card__highlight--final {
  background-color: #6C058F;
  border-color: #6C058F;
}
.theme__hear--primary.card__highlight--title,
.theme__hear--primary .card__highlight--title,
.theme__hear--primary .card__highlight--image,
.theme__hear--primary .card__highlight--final,
.t__hear--pri.card__highlight--title,
.t__hear--pri .card__highlight--title,
.t__hear--pri .card__highlight--image,
.t__hear--pri .card__highlight--final {
  color: #4a4a4a;
}
.theme__hear--primary .image-slider__selector--dot,
.t__hear--pri .image-slider__selector--dot {
  background-color: #6C058F;
}
.theme__hear--primary .call-to-action__text h3,
.t__hear--pri .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__hear--primary .officer__block--title h5, .theme__hear--primary .officer__block--title h6,
.t__hear--pri .officer__block--title h5,
.t__hear--pri .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__hear--primary .block__statement--link,
.t__hear--pri .block__statement--link {
  color: #4a4a4a;
}
.theme__hear--primary .card__cutoff,
.t__hear--pri .card__cutoff {
  background: linear-gradient(#6C058F, #6C058F), linear-gradient(white, white);
}
.theme__hear--primary .card__cutoff p,
.t__hear--pri .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__hear--primary .card__cutoff:hover,
  .t__hear--pri .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__hear--primary .card__cutoff:hover p,
  .t__hear--pri .card__cutoff:hover p {
    color: #6C058F;
  }
  .theme__hear--primary .card__cutoff:hover .card__cutoff--link,
  .t__hear--pri .card__cutoff:hover .card__cutoff--link {
    color: #6C058F;
  }
  .theme__hear--primary .card__cutoff:hover .card__cutoff--text,
  .t__hear--pri .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__hear--primary .card__cutoff:hover .card__cutoff--text p,
  .t__hear--pri .card__cutoff:hover .card__cutoff--text p {
    color: #6C058F;
  }
  .theme__hear--primary .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__hear--pri .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: #6C058F;
  }
}
.theme__hear--primary .card__cutoff--link,
.t__hear--pri .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__hear--primary .card__cutoff--link:hover,
  .t__hear--pri .card__cutoff--link:hover {
    color: #6C058F;
  }
  .theme__hear--primary .card__cutoff--link:hover--link,
  .t__hear--pri .card__cutoff--link:hover--link {
    color: #6C058F;
  }
}
.theme__hear--primary .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__hear--pri .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: #6C058F;
}
.theme__hear--primary .dropdown__toggle--title,
.t__hear--pri .dropdown__toggle--title {
  color: #6C058F;
}
.theme__hear--primary .dropdown__toggle--icon i,
.t__hear--pri .dropdown__toggle--icon i {
  color: #6C058F;
}
.theme__hear--primary .large_timer__countdown--item_large,
.t__hear--pri .large_timer__countdown--item_large {
  background-color: #6C058F;
}
.theme__hear--primary .large_timer__countdown--item_medium,
.t__hear--pri .large_timer__countdown--item_medium {
  background-color: #6C058F;
}
.theme__hear--primary .large_timer__countdown--item_small,
.t__hear--pri .large_timer__countdown--item_small {
  background-color: #6C058F;
}
.theme__hear--primary .modalcontent,
.t__hear--pri .modalcontent {
  border-color: #6C058F;
}
.theme__hear--primary .transparent__header,
.t__hear--pri .transparent__header {
  background: #6C058F;
}
.theme__hear--primary .breadcrumb__slashes,
.t__hear--pri .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__hear--primary .the-list,
.t__hear--pri .the-list {
  background-color: #6C058F;
}
.theme__hear--primary .the-list option,
.t__hear--pri .the-list option {
  border-color: #6C058F !important;
}
.theme__hear--primary .es-list::-webkit-scrollbar-thumb,
.t__hear--pri .es-list::-webkit-scrollbar-thumb {
  background: #6C058F;
}
.theme__hear--primary .es-visible,
.t__hear--pri .es-visible {
  border-color: #6C058F !important;
}
.theme__hear--primary .ot-open,
.theme__hear--primary .ot-closed,
.t__hear--pri .ot-open,
.t__hear--pri .ot-closed {
  color: #6C058F;
}
.theme__hear--primary .colour__foreground,
.t__hear--pri .colour__foreground {
  color: #6C058F;
}
.theme__hear--primary h1.t__none,
.theme__hear--primary h1.theme__none,
.theme__hear--primary h2.t__none,
.theme__hear--primary h2.theme__none,
.theme__hear--primary h3.t__none,
.theme__hear--primary h3.theme__none,
.theme__hear--primary h4.t__none,
.theme__hear--primary h4.theme__none,
.theme__hear--primary h1.t__none--w-hov,
.theme__hear--primary h1.theme__none--with-hover,
.theme__hear--primary h2.t__none--w-hov,
.theme__hear--primary h2.theme__none--with-hover,
.theme__hear--primary h3.t__none--w-hov,
.theme__hear--primary h3.theme__none--with-hover,
.theme__hear--primary h4.t__none--w-hov,
.theme__hear--primary h4.theme__none--with-hover,
.t__hear--pri h1.t__none,
.t__hear--pri h1.theme__none,
.t__hear--pri h2.t__none,
.t__hear--pri h2.theme__none,
.t__hear--pri h3.t__none,
.t__hear--pri h3.theme__none,
.t__hear--pri h4.t__none,
.t__hear--pri h4.theme__none,
.t__hear--pri h1.t__none--w-hov,
.t__hear--pri h1.theme__none--with-hover,
.t__hear--pri h2.t__none--w-hov,
.t__hear--pri h2.theme__none--with-hover,
.t__hear--pri h3.t__none--w-hov,
.t__hear--pri h3.theme__none--with-hover,
.t__hear--pri h4.t__none--w-hov,
.t__hear--pri h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__hear--primary span.t__none,
.theme__hear--primary span.theme__none,
.t__hear--pri span.t__none,
.t__hear--pri span.theme__none {
  color: #4a4a4a;
}
.theme__hear--primary i.t__none,
.theme__hear--primary i.theme__none,
.t__hear--pri i.t__none,
.t__hear--pri i.theme__none {
  color: #4a4a4a;
}
.theme__hear--primary a.border__none,
.theme__hear--primary a.b__none,
.t__hear--pri a.border__none,
.t__hear--pri a.b__none {
  border: 0;
}
.theme__hear--primary a:hover h1.t__none,
.theme__hear--primary a:hover h1.theme__none,
.theme__hear--primary a:hover h2.t__none,
.theme__hear--primary a:hover h2.theme__none,
.theme__hear--primary a:hover h3.t__none,
.theme__hear--primary a:hover h3.theme__none,
.theme__hear--primary a:hover h4.t__none,
.theme__hear--primary a:hover h4.theme__none,
.t__hear--pri a:hover h1.t__none,
.t__hear--pri a:hover h1.theme__none,
.t__hear--pri a:hover h2.t__none,
.t__hear--pri a:hover h2.theme__none,
.t__hear--pri a:hover h3.t__none,
.t__hear--pri a:hover h3.theme__none,
.t__hear--pri a:hover h4.t__none,
.t__hear--pri a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__hear--primary a:hover h1.t__none--w-hov,
.theme__hear--primary a:hover h1.theme__none--with-hover,
.theme__hear--primary a:hover h2.t__none--w-hov,
.theme__hear--primary a:hover h2.theme__none--with-hover,
.theme__hear--primary a:hover h3.t__none--w-hov,
.theme__hear--primary a:hover h3.theme__none--with-hover,
.theme__hear--primary a:hover h4.t__none--w-hov,
.theme__hear--primary a:hover h4.theme__none--with-hover,
.t__hear--pri a:hover h1.t__none--w-hov,
.t__hear--pri a:hover h1.theme__none--with-hover,
.t__hear--pri a:hover h2.t__none--w-hov,
.t__hear--pri a:hover h2.theme__none--with-hover,
.t__hear--pri a:hover h3.t__none--w-hov,
.t__hear--pri a:hover h3.theme__none--with-hover,
.t__hear--pri a:hover h4.t__none--w-hov,
.t__hear--pri a:hover h4.theme__none--with-hover {
  color: #6C058F;
}
.theme__hear--primary .dotted__line--small, .theme__hear--primary .dotted__line--medium, .theme__hear--primary .dotted__line--large, .theme__hear--primary .dotted__line--x-large, .theme__hear--primary .dotted__line--huge,
.t__hear--pri .dotted__line--small,
.t__hear--pri .dotted__line--medium,
.t__hear--pri .dotted__line--large,
.t__hear--pri .dotted__line--x-large,
.t__hear--pri .dotted__line--huge {
  border-image-source: url("https://fe3ca8e0a2f497a00e8a-853d39369c554c336474f22b1382bbe4.ssl.cf3.rackcdn.com/dotted_SAC_ACD.png");
}
.theme__hear--primary::-webkit-scrollbar-thumb,
.t__hear--pri::-webkit-scrollbar-thumb {
  background: #6C058F;
}

.theme__hear--secondary h1, .theme__hear--secondary h2, .theme__hear--secondary h3, .theme__hear--secondary h4, .theme__hear--secondary h5, .theme__hear--secondary h6,
.t__hear--sec h1,
.t__hear--sec h2,
.t__hear--sec h3,
.t__hear--sec h4,
.t__hear--sec h5,
.t__hear--sec h6 {
  color: #6C058F;
}
.theme__hear--secondary a,
.t__hear--sec a {
  color: #4a4a4a;
  border-color: #6C058F;
  text-decoration: none;
}
.theme__hear--secondary a:hover,
.t__hear--sec a:hover {
  color: #6C058F;
}
.theme__hear--secondary a:hover h1, .theme__hear--secondary a:hover h2, .theme__hear--secondary a:hover h3, .theme__hear--secondary a:hover h4, .theme__hear--secondary a:hover h5, .theme__hear--secondary a:hover h6,
.t__hear--sec a:hover h1,
.t__hear--sec a:hover h2,
.t__hear--sec a:hover h3,
.t__hear--sec a:hover h4,
.t__hear--sec a:hover h5,
.t__hear--sec a:hover h6 {
  color: #6C058F;
}
.theme__hear--secondary a div,
.t__hear--sec a div {
  border-color: #6C058F !important;
}
.theme__hear--secondary input,
.t__hear--sec input {
  border-color: #6C058F;
}
.theme__hear--secondary p,
.t__hear--sec p {
  color: #4a4a4a;
}
.theme__hear--secondary .button,
.theme__hear--secondary .btn,
.theme__hear--secondary .btn__pill, .theme__hear--secondary.button, .theme__hear--secondary.btn, .theme__hear--secondary.btn__pill,
.t__hear--sec .button,
.t__hear--sec .btn,
.t__hear--sec .btn__pill,
.t__hear--sec.button,
.t__hear--sec.btn,
.t__hear--sec.btn__pill {
  border-color: #6C058F;
}
@media (hover: hover) {
  .theme__hear--secondary .button:hover,
  .theme__hear--secondary .btn:hover,
  .theme__hear--secondary .btn__pill:hover, .theme__hear--secondary.button:hover, .theme__hear--secondary.btn:hover, .theme__hear--secondary.btn__pill:hover,
  .t__hear--sec .button:hover,
  .t__hear--sec .btn:hover,
  .t__hear--sec .btn__pill:hover,
  .t__hear--sec.button:hover,
  .t__hear--sec.btn:hover,
  .t__hear--sec.btn__pill:hover {
    color: #ffffff;
    background: #6C058F;
  }
  .theme__hear--secondary .button:hover i,
  .theme__hear--secondary .btn:hover i,
  .theme__hear--secondary .btn__pill:hover i, .theme__hear--secondary.button:hover i, .theme__hear--secondary.btn:hover i, .theme__hear--secondary.btn__pill:hover i,
  .t__hear--sec .button:hover i,
  .t__hear--sec .btn:hover i,
  .t__hear--sec .btn__pill:hover i,
  .t__hear--sec.button:hover i,
  .t__hear--sec.btn:hover i,
  .t__hear--sec.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__hear--secondary .button__invert,
.theme__hear--secondary .btn__invert,
.theme__hear--secondary .btn__pill__invert, .theme__hear--secondary.button__invert, .theme__hear--secondary.btn__invert, .theme__hear--secondary.btn__pill__invert,
.t__hear--sec .button__invert,
.t__hear--sec .btn__invert,
.t__hear--sec .btn__pill__invert,
.t__hear--sec.button__invert,
.t__hear--sec.btn__invert,
.t__hear--sec.btn__pill__invert {
  background-color: #6C058F;
  color: #ffffff;
}
.theme__hear--secondary .button__invert h4,
.theme__hear--secondary .btn__invert h4,
.theme__hear--secondary .btn__pill__invert h4, .theme__hear--secondary.button__invert h4, .theme__hear--secondary.btn__invert h4, .theme__hear--secondary.btn__pill__invert h4,
.t__hear--sec .button__invert h4,
.t__hear--sec .btn__invert h4,
.t__hear--sec .btn__pill__invert h4,
.t__hear--sec.button__invert h4,
.t__hear--sec.btn__invert h4,
.t__hear--sec.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__hear--secondary .button__invert:hover,
.theme__hear--secondary .btn__invert:hover,
.theme__hear--secondary .btn__pill__invert:hover, .theme__hear--secondary.button__invert:hover, .theme__hear--secondary.btn__invert:hover, .theme__hear--secondary.btn__pill__invert:hover,
.t__hear--sec .button__invert:hover,
.t__hear--sec .btn__invert:hover,
.t__hear--sec .btn__pill__invert:hover,
.t__hear--sec.button__invert:hover,
.t__hear--sec.btn__invert:hover,
.t__hear--sec.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__hear--secondary .button__invert:hover h4,
.theme__hear--secondary .btn__invert:hover h4,
.theme__hear--secondary .btn__pill__invert:hover h4, .theme__hear--secondary.button__invert:hover h4, .theme__hear--secondary.btn__invert:hover h4, .theme__hear--secondary.btn__pill__invert:hover h4,
.t__hear--sec .button__invert:hover h4,
.t__hear--sec .btn__invert:hover h4,
.t__hear--sec .btn__pill__invert:hover h4,
.t__hear--sec.button__invert:hover h4,
.t__hear--sec.btn__invert:hover h4,
.t__hear--sec.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__hear--secondary .button__invert--hover:hover,
.theme__hear--secondary .btn__invert--hover:hover,
.theme__hear--secondary .btn__pill__invert--hover:hover, .theme__hear--secondary.button__invert--hover:hover, .theme__hear--secondary.btn__invert--hover:hover, .theme__hear--secondary.btn__pill__invert--hover:hover,
.t__hear--sec .button__invert--hover:hover,
.t__hear--sec .btn__invert--hover:hover,
.t__hear--sec .btn__pill__invert--hover:hover,
.t__hear--sec.button__invert--hover:hover,
.t__hear--sec.btn__invert--hover:hover,
.t__hear--sec.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__hear--secondary .button__under,
.theme__hear--secondary .btn__under,
.theme__hear--secondary .btn__pill__under, .theme__hear--secondary.button__under, .theme__hear--secondary.btn__under, .theme__hear--secondary.btn__pill__under,
.t__hear--sec .button__under,
.t__hear--sec .btn__under,
.t__hear--sec .btn__pill__under,
.t__hear--sec.button__under,
.t__hear--sec.btn__under,
.t__hear--sec.btn__pill__under {
  border-color: #6C058F;
}
.theme__hear--secondary .btn__large,
.t__hear--sec .btn__large {
  background-color: #6C058F;
}
.theme__hear--secondary .input__search,
.t__hear--sec .input__search {
  border-color: #6C058F;
}
.theme__hear--secondary .input__search i,
.t__hear--sec .input__search i {
  color: #4a4a4a;
}
.theme__hear--secondary .input__search:hover i,
.t__hear--sec .input__search:hover i {
  color: #6C058F;
}
.theme__hear--secondary .component__foreground,
.t__hear--sec .component__foreground {
  color: #4a4a4a;
}
.theme__hear--secondary.card,
.theme__hear--secondary .card, .theme__hear--secondary.card__with-image,
.theme__hear--secondary .card__with-image,
.t__hear--sec.card,
.t__hear--sec .card,
.t__hear--sec.card__with-image,
.t__hear--sec .card__with-image {
  border-color: #6C058F;
}
.theme__hear--secondary.card__highlight,
.theme__hear--secondary .card__highlight,
.theme__hear--secondary .card__highlight--image,
.theme__hear--secondary .card__highlight--final,
.t__hear--sec.card__highlight,
.t__hear--sec .card__highlight,
.t__hear--sec .card__highlight--image,
.t__hear--sec .card__highlight--final {
  background-color: #6C058F;
  border-color: #6C058F;
}
.theme__hear--secondary.card__highlight--title,
.theme__hear--secondary .card__highlight--title,
.theme__hear--secondary .card__highlight--image,
.theme__hear--secondary .card__highlight--final,
.t__hear--sec.card__highlight--title,
.t__hear--sec .card__highlight--title,
.t__hear--sec .card__highlight--image,
.t__hear--sec .card__highlight--final {
  color: #4a4a4a;
}
.theme__hear--secondary .image-slider__selector--dot,
.t__hear--sec .image-slider__selector--dot {
  background-color: #6C058F;
}
.theme__hear--secondary .call-to-action__text h3,
.t__hear--sec .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__hear--secondary .officer__block--title h5, .theme__hear--secondary .officer__block--title h6,
.t__hear--sec .officer__block--title h5,
.t__hear--sec .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__hear--secondary .block__statement--link,
.t__hear--sec .block__statement--link {
  color: #4a4a4a;
}
.theme__hear--secondary .card__cutoff,
.t__hear--sec .card__cutoff {
  background: linear-gradient(#6C058F, #6C058F), linear-gradient(white, white);
}
.theme__hear--secondary .card__cutoff p,
.t__hear--sec .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__hear--secondary .card__cutoff:hover,
  .t__hear--sec .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__hear--secondary .card__cutoff:hover p,
  .t__hear--sec .card__cutoff:hover p {
    color: #6C058F;
  }
  .theme__hear--secondary .card__cutoff:hover .card__cutoff--link,
  .t__hear--sec .card__cutoff:hover .card__cutoff--link {
    color: #6C058F;
  }
  .theme__hear--secondary .card__cutoff:hover .card__cutoff--text,
  .t__hear--sec .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__hear--secondary .card__cutoff:hover .card__cutoff--text p,
  .t__hear--sec .card__cutoff:hover .card__cutoff--text p {
    color: #6C058F;
  }
  .theme__hear--secondary .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__hear--sec .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: #6C058F;
  }
}
.theme__hear--secondary .card__cutoff--link,
.t__hear--sec .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__hear--secondary .card__cutoff--link:hover,
  .t__hear--sec .card__cutoff--link:hover {
    color: #6C058F;
  }
  .theme__hear--secondary .card__cutoff--link:hover--link,
  .t__hear--sec .card__cutoff--link:hover--link {
    color: #6C058F;
  }
}
.theme__hear--secondary .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__hear--sec .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: #6C058F;
}
.theme__hear--secondary .dropdown__toggle--title,
.t__hear--sec .dropdown__toggle--title {
  color: #6C058F;
}
.theme__hear--secondary .dropdown__toggle--icon i,
.t__hear--sec .dropdown__toggle--icon i {
  color: #6C058F;
}
.theme__hear--secondary .large_timer__countdown--item_large,
.t__hear--sec .large_timer__countdown--item_large {
  background-color: #6C058F;
}
.theme__hear--secondary .large_timer__countdown--item_medium,
.t__hear--sec .large_timer__countdown--item_medium {
  background-color: #6C058F;
}
.theme__hear--secondary .large_timer__countdown--item_small,
.t__hear--sec .large_timer__countdown--item_small {
  background-color: #6C058F;
}
.theme__hear--secondary .modalcontent,
.t__hear--sec .modalcontent {
  border-color: #6C058F;
}
.theme__hear--secondary .transparent__header,
.t__hear--sec .transparent__header {
  background: #6C058F;
}
.theme__hear--secondary .breadcrumb__slashes,
.t__hear--sec .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__hear--secondary .the-list,
.t__hear--sec .the-list {
  background-color: #6C058F;
}
.theme__hear--secondary .the-list option,
.t__hear--sec .the-list option {
  border-color: #6C058F !important;
}
.theme__hear--secondary .es-list::-webkit-scrollbar-thumb,
.t__hear--sec .es-list::-webkit-scrollbar-thumb {
  background: #6C058F;
}
.theme__hear--secondary .es-visible,
.t__hear--sec .es-visible {
  border-color: #6C058F !important;
}
.theme__hear--secondary .ot-open,
.theme__hear--secondary .ot-closed,
.t__hear--sec .ot-open,
.t__hear--sec .ot-closed {
  color: #6C058F;
}
.theme__hear--secondary .colour__foreground,
.t__hear--sec .colour__foreground {
  color: #6C058F;
}
.theme__hear--secondary h1.t__none,
.theme__hear--secondary h1.theme__none,
.theme__hear--secondary h2.t__none,
.theme__hear--secondary h2.theme__none,
.theme__hear--secondary h3.t__none,
.theme__hear--secondary h3.theme__none,
.theme__hear--secondary h4.t__none,
.theme__hear--secondary h4.theme__none,
.theme__hear--secondary h1.t__none--w-hov,
.theme__hear--secondary h1.theme__none--with-hover,
.theme__hear--secondary h2.t__none--w-hov,
.theme__hear--secondary h2.theme__none--with-hover,
.theme__hear--secondary h3.t__none--w-hov,
.theme__hear--secondary h3.theme__none--with-hover,
.theme__hear--secondary h4.t__none--w-hov,
.theme__hear--secondary h4.theme__none--with-hover,
.t__hear--sec h1.t__none,
.t__hear--sec h1.theme__none,
.t__hear--sec h2.t__none,
.t__hear--sec h2.theme__none,
.t__hear--sec h3.t__none,
.t__hear--sec h3.theme__none,
.t__hear--sec h4.t__none,
.t__hear--sec h4.theme__none,
.t__hear--sec h1.t__none--w-hov,
.t__hear--sec h1.theme__none--with-hover,
.t__hear--sec h2.t__none--w-hov,
.t__hear--sec h2.theme__none--with-hover,
.t__hear--sec h3.t__none--w-hov,
.t__hear--sec h3.theme__none--with-hover,
.t__hear--sec h4.t__none--w-hov,
.t__hear--sec h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__hear--secondary span.t__none,
.theme__hear--secondary span.theme__none,
.t__hear--sec span.t__none,
.t__hear--sec span.theme__none {
  color: #4a4a4a;
}
.theme__hear--secondary i.t__none,
.theme__hear--secondary i.theme__none,
.t__hear--sec i.t__none,
.t__hear--sec i.theme__none {
  color: #4a4a4a;
}
.theme__hear--secondary a.border__none,
.theme__hear--secondary a.b__none,
.t__hear--sec a.border__none,
.t__hear--sec a.b__none {
  border: 0;
}
.theme__hear--secondary a:hover h1.t__none,
.theme__hear--secondary a:hover h1.theme__none,
.theme__hear--secondary a:hover h2.t__none,
.theme__hear--secondary a:hover h2.theme__none,
.theme__hear--secondary a:hover h3.t__none,
.theme__hear--secondary a:hover h3.theme__none,
.theme__hear--secondary a:hover h4.t__none,
.theme__hear--secondary a:hover h4.theme__none,
.t__hear--sec a:hover h1.t__none,
.t__hear--sec a:hover h1.theme__none,
.t__hear--sec a:hover h2.t__none,
.t__hear--sec a:hover h2.theme__none,
.t__hear--sec a:hover h3.t__none,
.t__hear--sec a:hover h3.theme__none,
.t__hear--sec a:hover h4.t__none,
.t__hear--sec a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__hear--secondary a:hover h1.t__none--w-hov,
.theme__hear--secondary a:hover h1.theme__none--with-hover,
.theme__hear--secondary a:hover h2.t__none--w-hov,
.theme__hear--secondary a:hover h2.theme__none--with-hover,
.theme__hear--secondary a:hover h3.t__none--w-hov,
.theme__hear--secondary a:hover h3.theme__none--with-hover,
.theme__hear--secondary a:hover h4.t__none--w-hov,
.theme__hear--secondary a:hover h4.theme__none--with-hover,
.t__hear--sec a:hover h1.t__none--w-hov,
.t__hear--sec a:hover h1.theme__none--with-hover,
.t__hear--sec a:hover h2.t__none--w-hov,
.t__hear--sec a:hover h2.theme__none--with-hover,
.t__hear--sec a:hover h3.t__none--w-hov,
.t__hear--sec a:hover h3.theme__none--with-hover,
.t__hear--sec a:hover h4.t__none--w-hov,
.t__hear--sec a:hover h4.theme__none--with-hover {
  color: #6C058F;
}

.theme__hear--pastel h1, .theme__hear--pastel h2, .theme__hear--pastel h3, .theme__hear--pastel h4, .theme__hear--pastel h5, .theme__hear--pastel h6,
.t__hear--pas h1,
.t__hear--pas h2,
.t__hear--pas h3,
.t__hear--pas h4,
.t__hear--pas h5,
.t__hear--pas h6 {
  color: rgb(108, 5, 143);
}
.theme__hear--pastel a,
.t__hear--pas a {
  color: #4a4a4a;
  border-color: rgb(108, 5, 143);
  text-decoration: none;
}
.theme__hear--pastel a:hover,
.t__hear--pas a:hover {
  color: rgb(108, 5, 143);
}
.theme__hear--pastel a:hover h1, .theme__hear--pastel a:hover h2, .theme__hear--pastel a:hover h3, .theme__hear--pastel a:hover h4, .theme__hear--pastel a:hover h5, .theme__hear--pastel a:hover h6,
.t__hear--pas a:hover h1,
.t__hear--pas a:hover h2,
.t__hear--pas a:hover h3,
.t__hear--pas a:hover h4,
.t__hear--pas a:hover h5,
.t__hear--pas a:hover h6 {
  color: rgb(108, 5, 143);
}
.theme__hear--pastel a div,
.t__hear--pas a div {
  border-color: rgb(108, 5, 143) !important;
}
.theme__hear--pastel input,
.t__hear--pas input {
  border-color: rgb(108, 5, 143);
}
.theme__hear--pastel p,
.t__hear--pas p {
  color: #4a4a4a;
}
.theme__hear--pastel .button,
.theme__hear--pastel .btn,
.theme__hear--pastel .btn__pill, .theme__hear--pastel.button, .theme__hear--pastel.btn, .theme__hear--pastel.btn__pill,
.t__hear--pas .button,
.t__hear--pas .btn,
.t__hear--pas .btn__pill,
.t__hear--pas.button,
.t__hear--pas.btn,
.t__hear--pas.btn__pill {
  border-color: rgb(108, 5, 143);
}
@media (hover: hover) {
  .theme__hear--pastel .button:hover,
  .theme__hear--pastel .btn:hover,
  .theme__hear--pastel .btn__pill:hover, .theme__hear--pastel.button:hover, .theme__hear--pastel.btn:hover, .theme__hear--pastel.btn__pill:hover,
  .t__hear--pas .button:hover,
  .t__hear--pas .btn:hover,
  .t__hear--pas .btn__pill:hover,
  .t__hear--pas.button:hover,
  .t__hear--pas.btn:hover,
  .t__hear--pas.btn__pill:hover {
    color: #ffffff;
    background: rgb(108, 5, 143);
  }
  .theme__hear--pastel .button:hover i,
  .theme__hear--pastel .btn:hover i,
  .theme__hear--pastel .btn__pill:hover i, .theme__hear--pastel.button:hover i, .theme__hear--pastel.btn:hover i, .theme__hear--pastel.btn__pill:hover i,
  .t__hear--pas .button:hover i,
  .t__hear--pas .btn:hover i,
  .t__hear--pas .btn__pill:hover i,
  .t__hear--pas.button:hover i,
  .t__hear--pas.btn:hover i,
  .t__hear--pas.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__hear--pastel .button__invert,
.theme__hear--pastel .btn__invert,
.theme__hear--pastel .btn__pill__invert, .theme__hear--pastel.button__invert, .theme__hear--pastel.btn__invert, .theme__hear--pastel.btn__pill__invert,
.t__hear--pas .button__invert,
.t__hear--pas .btn__invert,
.t__hear--pas .btn__pill__invert,
.t__hear--pas.button__invert,
.t__hear--pas.btn__invert,
.t__hear--pas.btn__pill__invert {
  background-color: rgb(108, 5, 143);
  color: #ffffff;
}
.theme__hear--pastel .button__invert h4,
.theme__hear--pastel .btn__invert h4,
.theme__hear--pastel .btn__pill__invert h4, .theme__hear--pastel.button__invert h4, .theme__hear--pastel.btn__invert h4, .theme__hear--pastel.btn__pill__invert h4,
.t__hear--pas .button__invert h4,
.t__hear--pas .btn__invert h4,
.t__hear--pas .btn__pill__invert h4,
.t__hear--pas.button__invert h4,
.t__hear--pas.btn__invert h4,
.t__hear--pas.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__hear--pastel .button__invert:hover,
.theme__hear--pastel .btn__invert:hover,
.theme__hear--pastel .btn__pill__invert:hover, .theme__hear--pastel.button__invert:hover, .theme__hear--pastel.btn__invert:hover, .theme__hear--pastel.btn__pill__invert:hover,
.t__hear--pas .button__invert:hover,
.t__hear--pas .btn__invert:hover,
.t__hear--pas .btn__pill__invert:hover,
.t__hear--pas.button__invert:hover,
.t__hear--pas.btn__invert:hover,
.t__hear--pas.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__hear--pastel .button__invert:hover h4,
.theme__hear--pastel .btn__invert:hover h4,
.theme__hear--pastel .btn__pill__invert:hover h4, .theme__hear--pastel.button__invert:hover h4, .theme__hear--pastel.btn__invert:hover h4, .theme__hear--pastel.btn__pill__invert:hover h4,
.t__hear--pas .button__invert:hover h4,
.t__hear--pas .btn__invert:hover h4,
.t__hear--pas .btn__pill__invert:hover h4,
.t__hear--pas.button__invert:hover h4,
.t__hear--pas.btn__invert:hover h4,
.t__hear--pas.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__hear--pastel .button__invert--hover:hover,
.theme__hear--pastel .btn__invert--hover:hover,
.theme__hear--pastel .btn__pill__invert--hover:hover, .theme__hear--pastel.button__invert--hover:hover, .theme__hear--pastel.btn__invert--hover:hover, .theme__hear--pastel.btn__pill__invert--hover:hover,
.t__hear--pas .button__invert--hover:hover,
.t__hear--pas .btn__invert--hover:hover,
.t__hear--pas .btn__pill__invert--hover:hover,
.t__hear--pas.button__invert--hover:hover,
.t__hear--pas.btn__invert--hover:hover,
.t__hear--pas.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__hear--pastel .button__under,
.theme__hear--pastel .btn__under,
.theme__hear--pastel .btn__pill__under, .theme__hear--pastel.button__under, .theme__hear--pastel.btn__under, .theme__hear--pastel.btn__pill__under,
.t__hear--pas .button__under,
.t__hear--pas .btn__under,
.t__hear--pas .btn__pill__under,
.t__hear--pas.button__under,
.t__hear--pas.btn__under,
.t__hear--pas.btn__pill__under {
  border-color: rgb(108, 5, 143);
}
.theme__hear--pastel .btn__large,
.t__hear--pas .btn__large {
  background-color: rgb(108, 5, 143);
}
.theme__hear--pastel .input__search,
.t__hear--pas .input__search {
  border-color: rgb(108, 5, 143);
}
.theme__hear--pastel .input__search i,
.t__hear--pas .input__search i {
  color: #4a4a4a;
}
.theme__hear--pastel .input__search:hover i,
.t__hear--pas .input__search:hover i {
  color: rgb(108, 5, 143);
}
.theme__hear--pastel .component__foreground,
.t__hear--pas .component__foreground {
  color: #4a4a4a;
}
.theme__hear--pastel.card,
.theme__hear--pastel .card, .theme__hear--pastel.card__with-image,
.theme__hear--pastel .card__with-image,
.t__hear--pas.card,
.t__hear--pas .card,
.t__hear--pas.card__with-image,
.t__hear--pas .card__with-image {
  border-color: rgb(108, 5, 143);
}
.theme__hear--pastel.card__highlight,
.theme__hear--pastel .card__highlight,
.theme__hear--pastel .card__highlight--image,
.theme__hear--pastel .card__highlight--final,
.t__hear--pas.card__highlight,
.t__hear--pas .card__highlight,
.t__hear--pas .card__highlight--image,
.t__hear--pas .card__highlight--final {
  background-color: rgb(108, 5, 143);
  border-color: rgb(108, 5, 143);
}
.theme__hear--pastel.card__highlight--title,
.theme__hear--pastel .card__highlight--title,
.theme__hear--pastel .card__highlight--image,
.theme__hear--pastel .card__highlight--final,
.t__hear--pas.card__highlight--title,
.t__hear--pas .card__highlight--title,
.t__hear--pas .card__highlight--image,
.t__hear--pas .card__highlight--final {
  color: #4a4a4a;
}
.theme__hear--pastel .image-slider__selector--dot,
.t__hear--pas .image-slider__selector--dot {
  background-color: rgb(108, 5, 143);
}
.theme__hear--pastel .call-to-action__text h3,
.t__hear--pas .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__hear--pastel .officer__block--title h5, .theme__hear--pastel .officer__block--title h6,
.t__hear--pas .officer__block--title h5,
.t__hear--pas .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__hear--pastel .block__statement--link,
.t__hear--pas .block__statement--link {
  color: #4a4a4a;
}
.theme__hear--pastel .card__cutoff,
.t__hear--pas .card__cutoff {
  background: linear-gradient(rgb(108, 5, 143), rgb(108, 5, 143)), linear-gradient(white, white);
}
.theme__hear--pastel .card__cutoff p,
.t__hear--pas .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__hear--pastel .card__cutoff:hover,
  .t__hear--pas .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__hear--pastel .card__cutoff:hover p,
  .t__hear--pas .card__cutoff:hover p {
    color: rgb(108, 5, 143);
  }
  .theme__hear--pastel .card__cutoff:hover .card__cutoff--link,
  .t__hear--pas .card__cutoff:hover .card__cutoff--link {
    color: rgb(108, 5, 143);
  }
  .theme__hear--pastel .card__cutoff:hover .card__cutoff--text,
  .t__hear--pas .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__hear--pastel .card__cutoff:hover .card__cutoff--text p,
  .t__hear--pas .card__cutoff:hover .card__cutoff--text p {
    color: rgb(108, 5, 143);
  }
  .theme__hear--pastel .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__hear--pas .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: rgb(108, 5, 143);
  }
}
.theme__hear--pastel .card__cutoff--link,
.t__hear--pas .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__hear--pastel .card__cutoff--link:hover,
  .t__hear--pas .card__cutoff--link:hover {
    color: rgb(108, 5, 143);
  }
  .theme__hear--pastel .card__cutoff--link:hover--link,
  .t__hear--pas .card__cutoff--link:hover--link {
    color: rgb(108, 5, 143);
  }
}
.theme__hear--pastel .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__hear--pas .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: rgb(108, 5, 143);
}
.theme__hear--pastel .dropdown__toggle--title,
.t__hear--pas .dropdown__toggle--title {
  color: rgb(108, 5, 143);
}
.theme__hear--pastel .dropdown__toggle--icon i,
.t__hear--pas .dropdown__toggle--icon i {
  color: rgb(108, 5, 143);
}
.theme__hear--pastel .large_timer__countdown--item_large,
.t__hear--pas .large_timer__countdown--item_large {
  background-color: rgb(108, 5, 143);
}
.theme__hear--pastel .large_timer__countdown--item_medium,
.t__hear--pas .large_timer__countdown--item_medium {
  background-color: rgb(108, 5, 143);
}
.theme__hear--pastel .large_timer__countdown--item_small,
.t__hear--pas .large_timer__countdown--item_small {
  background-color: rgb(108, 5, 143);
}
.theme__hear--pastel .modalcontent,
.t__hear--pas .modalcontent {
  border-color: rgb(108, 5, 143);
}
.theme__hear--pastel .transparent__header,
.t__hear--pas .transparent__header {
  background: rgb(108, 5, 143);
}
.theme__hear--pastel .breadcrumb__slashes,
.t__hear--pas .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__hear--pastel .the-list,
.t__hear--pas .the-list {
  background-color: rgb(108, 5, 143);
}
.theme__hear--pastel .the-list option,
.t__hear--pas .the-list option {
  border-color: rgb(108, 5, 143) !important;
}
.theme__hear--pastel .es-list::-webkit-scrollbar-thumb,
.t__hear--pas .es-list::-webkit-scrollbar-thumb {
  background: rgb(108, 5, 143);
}
.theme__hear--pastel .es-visible,
.t__hear--pas .es-visible {
  border-color: rgb(108, 5, 143) !important;
}
.theme__hear--pastel .ot-open,
.theme__hear--pastel .ot-closed,
.t__hear--pas .ot-open,
.t__hear--pas .ot-closed {
  color: rgb(108, 5, 143);
}
.theme__hear--pastel .colour__foreground,
.t__hear--pas .colour__foreground {
  color: rgb(108, 5, 143);
}
.theme__hear--pastel h1.t__none,
.theme__hear--pastel h1.theme__none,
.theme__hear--pastel h2.t__none,
.theme__hear--pastel h2.theme__none,
.theme__hear--pastel h3.t__none,
.theme__hear--pastel h3.theme__none,
.theme__hear--pastel h4.t__none,
.theme__hear--pastel h4.theme__none,
.theme__hear--pastel h1.t__none--w-hov,
.theme__hear--pastel h1.theme__none--with-hover,
.theme__hear--pastel h2.t__none--w-hov,
.theme__hear--pastel h2.theme__none--with-hover,
.theme__hear--pastel h3.t__none--w-hov,
.theme__hear--pastel h3.theme__none--with-hover,
.theme__hear--pastel h4.t__none--w-hov,
.theme__hear--pastel h4.theme__none--with-hover,
.t__hear--pas h1.t__none,
.t__hear--pas h1.theme__none,
.t__hear--pas h2.t__none,
.t__hear--pas h2.theme__none,
.t__hear--pas h3.t__none,
.t__hear--pas h3.theme__none,
.t__hear--pas h4.t__none,
.t__hear--pas h4.theme__none,
.t__hear--pas h1.t__none--w-hov,
.t__hear--pas h1.theme__none--with-hover,
.t__hear--pas h2.t__none--w-hov,
.t__hear--pas h2.theme__none--with-hover,
.t__hear--pas h3.t__none--w-hov,
.t__hear--pas h3.theme__none--with-hover,
.t__hear--pas h4.t__none--w-hov,
.t__hear--pas h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__hear--pastel span.t__none,
.theme__hear--pastel span.theme__none,
.t__hear--pas span.t__none,
.t__hear--pas span.theme__none {
  color: #4a4a4a;
}
.theme__hear--pastel i.t__none,
.theme__hear--pastel i.theme__none,
.t__hear--pas i.t__none,
.t__hear--pas i.theme__none {
  color: #4a4a4a;
}
.theme__hear--pastel a.border__none,
.theme__hear--pastel a.b__none,
.t__hear--pas a.border__none,
.t__hear--pas a.b__none {
  border: 0;
}
.theme__hear--pastel a:hover h1.t__none,
.theme__hear--pastel a:hover h1.theme__none,
.theme__hear--pastel a:hover h2.t__none,
.theme__hear--pastel a:hover h2.theme__none,
.theme__hear--pastel a:hover h3.t__none,
.theme__hear--pastel a:hover h3.theme__none,
.theme__hear--pastel a:hover h4.t__none,
.theme__hear--pastel a:hover h4.theme__none,
.t__hear--pas a:hover h1.t__none,
.t__hear--pas a:hover h1.theme__none,
.t__hear--pas a:hover h2.t__none,
.t__hear--pas a:hover h2.theme__none,
.t__hear--pas a:hover h3.t__none,
.t__hear--pas a:hover h3.theme__none,
.t__hear--pas a:hover h4.t__none,
.t__hear--pas a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__hear--pastel a:hover h1.t__none--w-hov,
.theme__hear--pastel a:hover h1.theme__none--with-hover,
.theme__hear--pastel a:hover h2.t__none--w-hov,
.theme__hear--pastel a:hover h2.theme__none--with-hover,
.theme__hear--pastel a:hover h3.t__none--w-hov,
.theme__hear--pastel a:hover h3.theme__none--with-hover,
.theme__hear--pastel a:hover h4.t__none--w-hov,
.theme__hear--pastel a:hover h4.theme__none--with-hover,
.t__hear--pas a:hover h1.t__none--w-hov,
.t__hear--pas a:hover h1.theme__none--with-hover,
.t__hear--pas a:hover h2.t__none--w-hov,
.t__hear--pas a:hover h2.theme__none--with-hover,
.t__hear--pas a:hover h3.t__none--w-hov,
.t__hear--pas a:hover h3.theme__none--with-hover,
.t__hear--pas a:hover h4.t__none--w-hov,
.t__hear--pas a:hover h4.theme__none--with-hover {
  color: rgb(108, 5, 143);
}

.theme__hear--background-primary,
.t__hear--bg-pri {
  background-color: #6C058F;
}

.theme__hear--background-secondary,
.t__hear--bg-sec {
  background-color: #6C058F;
}

.theme__hear--background-pastel,
.t__hear--bg-pas {
  background-color: rgb(108, 5, 143);
}

.theme__hwb--primary h1, .theme__hwb--primary h2, .theme__hwb--primary h3, .theme__hwb--primary h4, .theme__hwb--primary h5, .theme__hwb--primary h6,
.t__hwb--pri h1,
.t__hwb--pri h2,
.t__hwb--pri h3,
.t__hwb--pri h4,
.t__hwb--pri h5,
.t__hwb--pri h6 {
  color: #755285;
}
.theme__hwb--primary a,
.t__hwb--pri a {
  color: #4a4a4a;
  border-color: #755285;
  text-decoration: none;
}
.theme__hwb--primary a:hover,
.t__hwb--pri a:hover {
  color: #755285;
}
.theme__hwb--primary a:hover h1, .theme__hwb--primary a:hover h2, .theme__hwb--primary a:hover h3, .theme__hwb--primary a:hover h4, .theme__hwb--primary a:hover h5, .theme__hwb--primary a:hover h6,
.t__hwb--pri a:hover h1,
.t__hwb--pri a:hover h2,
.t__hwb--pri a:hover h3,
.t__hwb--pri a:hover h4,
.t__hwb--pri a:hover h5,
.t__hwb--pri a:hover h6 {
  color: #755285;
}
.theme__hwb--primary a div,
.t__hwb--pri a div {
  border-color: #755285 !important;
}
.theme__hwb--primary input,
.t__hwb--pri input {
  border-color: #755285;
}
.theme__hwb--primary p,
.t__hwb--pri p {
  color: #4a4a4a;
}
.theme__hwb--primary .button,
.theme__hwb--primary .btn,
.theme__hwb--primary .btn__pill, .theme__hwb--primary.button, .theme__hwb--primary.btn, .theme__hwb--primary.btn__pill,
.t__hwb--pri .button,
.t__hwb--pri .btn,
.t__hwb--pri .btn__pill,
.t__hwb--pri.button,
.t__hwb--pri.btn,
.t__hwb--pri.btn__pill {
  border-color: #755285;
}
@media (hover: hover) {
  .theme__hwb--primary .button:hover,
  .theme__hwb--primary .btn:hover,
  .theme__hwb--primary .btn__pill:hover, .theme__hwb--primary.button:hover, .theme__hwb--primary.btn:hover, .theme__hwb--primary.btn__pill:hover,
  .t__hwb--pri .button:hover,
  .t__hwb--pri .btn:hover,
  .t__hwb--pri .btn__pill:hover,
  .t__hwb--pri.button:hover,
  .t__hwb--pri.btn:hover,
  .t__hwb--pri.btn__pill:hover {
    color: #ffffff;
    background: #755285;
  }
  .theme__hwb--primary .button:hover i,
  .theme__hwb--primary .btn:hover i,
  .theme__hwb--primary .btn__pill:hover i, .theme__hwb--primary.button:hover i, .theme__hwb--primary.btn:hover i, .theme__hwb--primary.btn__pill:hover i,
  .t__hwb--pri .button:hover i,
  .t__hwb--pri .btn:hover i,
  .t__hwb--pri .btn__pill:hover i,
  .t__hwb--pri.button:hover i,
  .t__hwb--pri.btn:hover i,
  .t__hwb--pri.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__hwb--primary .button__invert,
.theme__hwb--primary .btn__invert,
.theme__hwb--primary .btn__pill__invert, .theme__hwb--primary.button__invert, .theme__hwb--primary.btn__invert, .theme__hwb--primary.btn__pill__invert,
.t__hwb--pri .button__invert,
.t__hwb--pri .btn__invert,
.t__hwb--pri .btn__pill__invert,
.t__hwb--pri.button__invert,
.t__hwb--pri.btn__invert,
.t__hwb--pri.btn__pill__invert {
  background-color: #755285;
  color: #ffffff;
}
.theme__hwb--primary .button__invert h4,
.theme__hwb--primary .btn__invert h4,
.theme__hwb--primary .btn__pill__invert h4, .theme__hwb--primary.button__invert h4, .theme__hwb--primary.btn__invert h4, .theme__hwb--primary.btn__pill__invert h4,
.t__hwb--pri .button__invert h4,
.t__hwb--pri .btn__invert h4,
.t__hwb--pri .btn__pill__invert h4,
.t__hwb--pri.button__invert h4,
.t__hwb--pri.btn__invert h4,
.t__hwb--pri.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__hwb--primary .button__invert:hover,
.theme__hwb--primary .btn__invert:hover,
.theme__hwb--primary .btn__pill__invert:hover, .theme__hwb--primary.button__invert:hover, .theme__hwb--primary.btn__invert:hover, .theme__hwb--primary.btn__pill__invert:hover,
.t__hwb--pri .button__invert:hover,
.t__hwb--pri .btn__invert:hover,
.t__hwb--pri .btn__pill__invert:hover,
.t__hwb--pri.button__invert:hover,
.t__hwb--pri.btn__invert:hover,
.t__hwb--pri.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__hwb--primary .button__invert:hover h4,
.theme__hwb--primary .btn__invert:hover h4,
.theme__hwb--primary .btn__pill__invert:hover h4, .theme__hwb--primary.button__invert:hover h4, .theme__hwb--primary.btn__invert:hover h4, .theme__hwb--primary.btn__pill__invert:hover h4,
.t__hwb--pri .button__invert:hover h4,
.t__hwb--pri .btn__invert:hover h4,
.t__hwb--pri .btn__pill__invert:hover h4,
.t__hwb--pri.button__invert:hover h4,
.t__hwb--pri.btn__invert:hover h4,
.t__hwb--pri.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__hwb--primary .button__invert--hover:hover,
.theme__hwb--primary .btn__invert--hover:hover,
.theme__hwb--primary .btn__pill__invert--hover:hover, .theme__hwb--primary.button__invert--hover:hover, .theme__hwb--primary.btn__invert--hover:hover, .theme__hwb--primary.btn__pill__invert--hover:hover,
.t__hwb--pri .button__invert--hover:hover,
.t__hwb--pri .btn__invert--hover:hover,
.t__hwb--pri .btn__pill__invert--hover:hover,
.t__hwb--pri.button__invert--hover:hover,
.t__hwb--pri.btn__invert--hover:hover,
.t__hwb--pri.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__hwb--primary .button__under,
.theme__hwb--primary .btn__under,
.theme__hwb--primary .btn__pill__under, .theme__hwb--primary.button__under, .theme__hwb--primary.btn__under, .theme__hwb--primary.btn__pill__under,
.t__hwb--pri .button__under,
.t__hwb--pri .btn__under,
.t__hwb--pri .btn__pill__under,
.t__hwb--pri.button__under,
.t__hwb--pri.btn__under,
.t__hwb--pri.btn__pill__under {
  border-color: #755285;
}
.theme__hwb--primary .btn__large,
.t__hwb--pri .btn__large {
  background-color: #755285;
}
.theme__hwb--primary .input__search,
.t__hwb--pri .input__search {
  border-color: #755285;
}
.theme__hwb--primary .input__search i,
.t__hwb--pri .input__search i {
  color: #4a4a4a;
}
.theme__hwb--primary .input__search:hover i,
.t__hwb--pri .input__search:hover i {
  color: #755285;
}
.theme__hwb--primary .component__foreground,
.t__hwb--pri .component__foreground {
  color: #4a4a4a;
}
.theme__hwb--primary.card,
.theme__hwb--primary .card, .theme__hwb--primary.card__with-image,
.theme__hwb--primary .card__with-image,
.t__hwb--pri.card,
.t__hwb--pri .card,
.t__hwb--pri.card__with-image,
.t__hwb--pri .card__with-image {
  border-color: #755285;
}
.theme__hwb--primary.card__highlight,
.theme__hwb--primary .card__highlight,
.theme__hwb--primary .card__highlight--image,
.theme__hwb--primary .card__highlight--final,
.t__hwb--pri.card__highlight,
.t__hwb--pri .card__highlight,
.t__hwb--pri .card__highlight--image,
.t__hwb--pri .card__highlight--final {
  background-color: #755285;
  border-color: #755285;
}
.theme__hwb--primary.card__highlight--title,
.theme__hwb--primary .card__highlight--title,
.theme__hwb--primary .card__highlight--image,
.theme__hwb--primary .card__highlight--final,
.t__hwb--pri.card__highlight--title,
.t__hwb--pri .card__highlight--title,
.t__hwb--pri .card__highlight--image,
.t__hwb--pri .card__highlight--final {
  color: #4a4a4a;
}
.theme__hwb--primary .image-slider__selector--dot,
.t__hwb--pri .image-slider__selector--dot {
  background-color: #755285;
}
.theme__hwb--primary .call-to-action__text h3,
.t__hwb--pri .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__hwb--primary .officer__block--title h5, .theme__hwb--primary .officer__block--title h6,
.t__hwb--pri .officer__block--title h5,
.t__hwb--pri .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__hwb--primary .block__statement--link,
.t__hwb--pri .block__statement--link {
  color: #4a4a4a;
}
.theme__hwb--primary .card__cutoff,
.t__hwb--pri .card__cutoff {
  background: linear-gradient(#755285, #755285), linear-gradient(white, white);
}
.theme__hwb--primary .card__cutoff p,
.t__hwb--pri .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__hwb--primary .card__cutoff:hover,
  .t__hwb--pri .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__hwb--primary .card__cutoff:hover p,
  .t__hwb--pri .card__cutoff:hover p {
    color: #755285;
  }
  .theme__hwb--primary .card__cutoff:hover .card__cutoff--link,
  .t__hwb--pri .card__cutoff:hover .card__cutoff--link {
    color: #755285;
  }
  .theme__hwb--primary .card__cutoff:hover .card__cutoff--text,
  .t__hwb--pri .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__hwb--primary .card__cutoff:hover .card__cutoff--text p,
  .t__hwb--pri .card__cutoff:hover .card__cutoff--text p {
    color: #755285;
  }
  .theme__hwb--primary .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__hwb--pri .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: #755285;
  }
}
.theme__hwb--primary .card__cutoff--link,
.t__hwb--pri .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__hwb--primary .card__cutoff--link:hover,
  .t__hwb--pri .card__cutoff--link:hover {
    color: #755285;
  }
  .theme__hwb--primary .card__cutoff--link:hover--link,
  .t__hwb--pri .card__cutoff--link:hover--link {
    color: #755285;
  }
}
.theme__hwb--primary .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__hwb--pri .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: #755285;
}
.theme__hwb--primary .dropdown__toggle--title,
.t__hwb--pri .dropdown__toggle--title {
  color: #755285;
}
.theme__hwb--primary .dropdown__toggle--icon i,
.t__hwb--pri .dropdown__toggle--icon i {
  color: #755285;
}
.theme__hwb--primary .large_timer__countdown--item_large,
.t__hwb--pri .large_timer__countdown--item_large {
  background-color: #755285;
}
.theme__hwb--primary .large_timer__countdown--item_medium,
.t__hwb--pri .large_timer__countdown--item_medium {
  background-color: #755285;
}
.theme__hwb--primary .large_timer__countdown--item_small,
.t__hwb--pri .large_timer__countdown--item_small {
  background-color: #755285;
}
.theme__hwb--primary .modalcontent,
.t__hwb--pri .modalcontent {
  border-color: #755285;
}
.theme__hwb--primary .transparent__header,
.t__hwb--pri .transparent__header {
  background: #755285;
}
.theme__hwb--primary .breadcrumb__slashes,
.t__hwb--pri .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__hwb--primary .the-list,
.t__hwb--pri .the-list {
  background-color: #755285;
}
.theme__hwb--primary .the-list option,
.t__hwb--pri .the-list option {
  border-color: #755285 !important;
}
.theme__hwb--primary .es-list::-webkit-scrollbar-thumb,
.t__hwb--pri .es-list::-webkit-scrollbar-thumb {
  background: #755285;
}
.theme__hwb--primary .es-visible,
.t__hwb--pri .es-visible {
  border-color: #755285 !important;
}
.theme__hwb--primary .ot-open,
.theme__hwb--primary .ot-closed,
.t__hwb--pri .ot-open,
.t__hwb--pri .ot-closed {
  color: #755285;
}
.theme__hwb--primary .colour__foreground,
.t__hwb--pri .colour__foreground {
  color: #755285;
}
.theme__hwb--primary h1.t__none,
.theme__hwb--primary h1.theme__none,
.theme__hwb--primary h2.t__none,
.theme__hwb--primary h2.theme__none,
.theme__hwb--primary h3.t__none,
.theme__hwb--primary h3.theme__none,
.theme__hwb--primary h4.t__none,
.theme__hwb--primary h4.theme__none,
.theme__hwb--primary h1.t__none--w-hov,
.theme__hwb--primary h1.theme__none--with-hover,
.theme__hwb--primary h2.t__none--w-hov,
.theme__hwb--primary h2.theme__none--with-hover,
.theme__hwb--primary h3.t__none--w-hov,
.theme__hwb--primary h3.theme__none--with-hover,
.theme__hwb--primary h4.t__none--w-hov,
.theme__hwb--primary h4.theme__none--with-hover,
.t__hwb--pri h1.t__none,
.t__hwb--pri h1.theme__none,
.t__hwb--pri h2.t__none,
.t__hwb--pri h2.theme__none,
.t__hwb--pri h3.t__none,
.t__hwb--pri h3.theme__none,
.t__hwb--pri h4.t__none,
.t__hwb--pri h4.theme__none,
.t__hwb--pri h1.t__none--w-hov,
.t__hwb--pri h1.theme__none--with-hover,
.t__hwb--pri h2.t__none--w-hov,
.t__hwb--pri h2.theme__none--with-hover,
.t__hwb--pri h3.t__none--w-hov,
.t__hwb--pri h3.theme__none--with-hover,
.t__hwb--pri h4.t__none--w-hov,
.t__hwb--pri h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__hwb--primary span.t__none,
.theme__hwb--primary span.theme__none,
.t__hwb--pri span.t__none,
.t__hwb--pri span.theme__none {
  color: #4a4a4a;
}
.theme__hwb--primary i.t__none,
.theme__hwb--primary i.theme__none,
.t__hwb--pri i.t__none,
.t__hwb--pri i.theme__none {
  color: #4a4a4a;
}
.theme__hwb--primary a.border__none,
.theme__hwb--primary a.b__none,
.t__hwb--pri a.border__none,
.t__hwb--pri a.b__none {
  border: 0;
}
.theme__hwb--primary a:hover h1.t__none,
.theme__hwb--primary a:hover h1.theme__none,
.theme__hwb--primary a:hover h2.t__none,
.theme__hwb--primary a:hover h2.theme__none,
.theme__hwb--primary a:hover h3.t__none,
.theme__hwb--primary a:hover h3.theme__none,
.theme__hwb--primary a:hover h4.t__none,
.theme__hwb--primary a:hover h4.theme__none,
.t__hwb--pri a:hover h1.t__none,
.t__hwb--pri a:hover h1.theme__none,
.t__hwb--pri a:hover h2.t__none,
.t__hwb--pri a:hover h2.theme__none,
.t__hwb--pri a:hover h3.t__none,
.t__hwb--pri a:hover h3.theme__none,
.t__hwb--pri a:hover h4.t__none,
.t__hwb--pri a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__hwb--primary a:hover h1.t__none--w-hov,
.theme__hwb--primary a:hover h1.theme__none--with-hover,
.theme__hwb--primary a:hover h2.t__none--w-hov,
.theme__hwb--primary a:hover h2.theme__none--with-hover,
.theme__hwb--primary a:hover h3.t__none--w-hov,
.theme__hwb--primary a:hover h3.theme__none--with-hover,
.theme__hwb--primary a:hover h4.t__none--w-hov,
.theme__hwb--primary a:hover h4.theme__none--with-hover,
.t__hwb--pri a:hover h1.t__none--w-hov,
.t__hwb--pri a:hover h1.theme__none--with-hover,
.t__hwb--pri a:hover h2.t__none--w-hov,
.t__hwb--pri a:hover h2.theme__none--with-hover,
.t__hwb--pri a:hover h3.t__none--w-hov,
.t__hwb--pri a:hover h3.theme__none--with-hover,
.t__hwb--pri a:hover h4.t__none--w-hov,
.t__hwb--pri a:hover h4.theme__none--with-hover {
  color: #755285;
}
.theme__hwb--primary .dotted__line--small, .theme__hwb--primary .dotted__line--medium, .theme__hwb--primary .dotted__line--large, .theme__hwb--primary .dotted__line--x-large, .theme__hwb--primary .dotted__line--huge,
.t__hwb--pri .dotted__line--small,
.t__hwb--pri .dotted__line--medium,
.t__hwb--pri .dotted__line--large,
.t__hwb--pri .dotted__line--x-large,
.t__hwb--pri .dotted__line--huge {
  border-image-source: url("https://fe3ca8e0a2f497a00e8a-853d39369c554c336474f22b1382bbe4.ssl.cf3.rackcdn.com/dotted_hwb_dark-purple.png");
}
.theme__hwb--primary::-webkit-scrollbar-thumb,
.t__hwb--pri::-webkit-scrollbar-thumb {
  background: #755285;
}

.theme__hwb--secondary h1, .theme__hwb--secondary h2, .theme__hwb--secondary h3, .theme__hwb--secondary h4, .theme__hwb--secondary h5, .theme__hwb--secondary h6,
.t__hwb--sec h1,
.t__hwb--sec h2,
.t__hwb--sec h3,
.t__hwb--sec h4,
.t__hwb--sec h5,
.t__hwb--sec h6 {
  color: #15BDBD;
}
.theme__hwb--secondary a,
.t__hwb--sec a {
  color: #4a4a4a;
  border-color: #15BDBD;
  text-decoration: none;
}
.theme__hwb--secondary a:hover,
.t__hwb--sec a:hover {
  color: #15BDBD;
}
.theme__hwb--secondary a:hover h1, .theme__hwb--secondary a:hover h2, .theme__hwb--secondary a:hover h3, .theme__hwb--secondary a:hover h4, .theme__hwb--secondary a:hover h5, .theme__hwb--secondary a:hover h6,
.t__hwb--sec a:hover h1,
.t__hwb--sec a:hover h2,
.t__hwb--sec a:hover h3,
.t__hwb--sec a:hover h4,
.t__hwb--sec a:hover h5,
.t__hwb--sec a:hover h6 {
  color: #15BDBD;
}
.theme__hwb--secondary a div,
.t__hwb--sec a div {
  border-color: #15BDBD !important;
}
.theme__hwb--secondary input,
.t__hwb--sec input {
  border-color: #15BDBD;
}
.theme__hwb--secondary p,
.t__hwb--sec p {
  color: #4a4a4a;
}
.theme__hwb--secondary .button,
.theme__hwb--secondary .btn,
.theme__hwb--secondary .btn__pill, .theme__hwb--secondary.button, .theme__hwb--secondary.btn, .theme__hwb--secondary.btn__pill,
.t__hwb--sec .button,
.t__hwb--sec .btn,
.t__hwb--sec .btn__pill,
.t__hwb--sec.button,
.t__hwb--sec.btn,
.t__hwb--sec.btn__pill {
  border-color: #15BDBD;
}
@media (hover: hover) {
  .theme__hwb--secondary .button:hover,
  .theme__hwb--secondary .btn:hover,
  .theme__hwb--secondary .btn__pill:hover, .theme__hwb--secondary.button:hover, .theme__hwb--secondary.btn:hover, .theme__hwb--secondary.btn__pill:hover,
  .t__hwb--sec .button:hover,
  .t__hwb--sec .btn:hover,
  .t__hwb--sec .btn__pill:hover,
  .t__hwb--sec.button:hover,
  .t__hwb--sec.btn:hover,
  .t__hwb--sec.btn__pill:hover {
    color: #ffffff;
    background: #15BDBD;
  }
  .theme__hwb--secondary .button:hover i,
  .theme__hwb--secondary .btn:hover i,
  .theme__hwb--secondary .btn__pill:hover i, .theme__hwb--secondary.button:hover i, .theme__hwb--secondary.btn:hover i, .theme__hwb--secondary.btn__pill:hover i,
  .t__hwb--sec .button:hover i,
  .t__hwb--sec .btn:hover i,
  .t__hwb--sec .btn__pill:hover i,
  .t__hwb--sec.button:hover i,
  .t__hwb--sec.btn:hover i,
  .t__hwb--sec.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__hwb--secondary .button__invert,
.theme__hwb--secondary .btn__invert,
.theme__hwb--secondary .btn__pill__invert, .theme__hwb--secondary.button__invert, .theme__hwb--secondary.btn__invert, .theme__hwb--secondary.btn__pill__invert,
.t__hwb--sec .button__invert,
.t__hwb--sec .btn__invert,
.t__hwb--sec .btn__pill__invert,
.t__hwb--sec.button__invert,
.t__hwb--sec.btn__invert,
.t__hwb--sec.btn__pill__invert {
  background-color: #15BDBD;
  color: #ffffff;
}
.theme__hwb--secondary .button__invert h4,
.theme__hwb--secondary .btn__invert h4,
.theme__hwb--secondary .btn__pill__invert h4, .theme__hwb--secondary.button__invert h4, .theme__hwb--secondary.btn__invert h4, .theme__hwb--secondary.btn__pill__invert h4,
.t__hwb--sec .button__invert h4,
.t__hwb--sec .btn__invert h4,
.t__hwb--sec .btn__pill__invert h4,
.t__hwb--sec.button__invert h4,
.t__hwb--sec.btn__invert h4,
.t__hwb--sec.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__hwb--secondary .button__invert:hover,
.theme__hwb--secondary .btn__invert:hover,
.theme__hwb--secondary .btn__pill__invert:hover, .theme__hwb--secondary.button__invert:hover, .theme__hwb--secondary.btn__invert:hover, .theme__hwb--secondary.btn__pill__invert:hover,
.t__hwb--sec .button__invert:hover,
.t__hwb--sec .btn__invert:hover,
.t__hwb--sec .btn__pill__invert:hover,
.t__hwb--sec.button__invert:hover,
.t__hwb--sec.btn__invert:hover,
.t__hwb--sec.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__hwb--secondary .button__invert:hover h4,
.theme__hwb--secondary .btn__invert:hover h4,
.theme__hwb--secondary .btn__pill__invert:hover h4, .theme__hwb--secondary.button__invert:hover h4, .theme__hwb--secondary.btn__invert:hover h4, .theme__hwb--secondary.btn__pill__invert:hover h4,
.t__hwb--sec .button__invert:hover h4,
.t__hwb--sec .btn__invert:hover h4,
.t__hwb--sec .btn__pill__invert:hover h4,
.t__hwb--sec.button__invert:hover h4,
.t__hwb--sec.btn__invert:hover h4,
.t__hwb--sec.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__hwb--secondary .button__invert--hover:hover,
.theme__hwb--secondary .btn__invert--hover:hover,
.theme__hwb--secondary .btn__pill__invert--hover:hover, .theme__hwb--secondary.button__invert--hover:hover, .theme__hwb--secondary.btn__invert--hover:hover, .theme__hwb--secondary.btn__pill__invert--hover:hover,
.t__hwb--sec .button__invert--hover:hover,
.t__hwb--sec .btn__invert--hover:hover,
.t__hwb--sec .btn__pill__invert--hover:hover,
.t__hwb--sec.button__invert--hover:hover,
.t__hwb--sec.btn__invert--hover:hover,
.t__hwb--sec.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__hwb--secondary .button__under,
.theme__hwb--secondary .btn__under,
.theme__hwb--secondary .btn__pill__under, .theme__hwb--secondary.button__under, .theme__hwb--secondary.btn__under, .theme__hwb--secondary.btn__pill__under,
.t__hwb--sec .button__under,
.t__hwb--sec .btn__under,
.t__hwb--sec .btn__pill__under,
.t__hwb--sec.button__under,
.t__hwb--sec.btn__under,
.t__hwb--sec.btn__pill__under {
  border-color: #15BDBD;
}
.theme__hwb--secondary .btn__large,
.t__hwb--sec .btn__large {
  background-color: #15BDBD;
}
.theme__hwb--secondary .input__search,
.t__hwb--sec .input__search {
  border-color: #15BDBD;
}
.theme__hwb--secondary .input__search i,
.t__hwb--sec .input__search i {
  color: #4a4a4a;
}
.theme__hwb--secondary .input__search:hover i,
.t__hwb--sec .input__search:hover i {
  color: #15BDBD;
}
.theme__hwb--secondary .component__foreground,
.t__hwb--sec .component__foreground {
  color: #4a4a4a;
}
.theme__hwb--secondary.card,
.theme__hwb--secondary .card, .theme__hwb--secondary.card__with-image,
.theme__hwb--secondary .card__with-image,
.t__hwb--sec.card,
.t__hwb--sec .card,
.t__hwb--sec.card__with-image,
.t__hwb--sec .card__with-image {
  border-color: #15BDBD;
}
.theme__hwb--secondary.card__highlight,
.theme__hwb--secondary .card__highlight,
.theme__hwb--secondary .card__highlight--image,
.theme__hwb--secondary .card__highlight--final,
.t__hwb--sec.card__highlight,
.t__hwb--sec .card__highlight,
.t__hwb--sec .card__highlight--image,
.t__hwb--sec .card__highlight--final {
  background-color: #15BDBD;
  border-color: #15BDBD;
}
.theme__hwb--secondary.card__highlight--title,
.theme__hwb--secondary .card__highlight--title,
.theme__hwb--secondary .card__highlight--image,
.theme__hwb--secondary .card__highlight--final,
.t__hwb--sec.card__highlight--title,
.t__hwb--sec .card__highlight--title,
.t__hwb--sec .card__highlight--image,
.t__hwb--sec .card__highlight--final {
  color: #4a4a4a;
}
.theme__hwb--secondary .image-slider__selector--dot,
.t__hwb--sec .image-slider__selector--dot {
  background-color: #15BDBD;
}
.theme__hwb--secondary .call-to-action__text h3,
.t__hwb--sec .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__hwb--secondary .officer__block--title h5, .theme__hwb--secondary .officer__block--title h6,
.t__hwb--sec .officer__block--title h5,
.t__hwb--sec .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__hwb--secondary .block__statement--link,
.t__hwb--sec .block__statement--link {
  color: #4a4a4a;
}
.theme__hwb--secondary .card__cutoff,
.t__hwb--sec .card__cutoff {
  background: linear-gradient(#15BDBD, #15BDBD), linear-gradient(white, white);
}
.theme__hwb--secondary .card__cutoff p,
.t__hwb--sec .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__hwb--secondary .card__cutoff:hover,
  .t__hwb--sec .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__hwb--secondary .card__cutoff:hover p,
  .t__hwb--sec .card__cutoff:hover p {
    color: #15BDBD;
  }
  .theme__hwb--secondary .card__cutoff:hover .card__cutoff--link,
  .t__hwb--sec .card__cutoff:hover .card__cutoff--link {
    color: #15BDBD;
  }
  .theme__hwb--secondary .card__cutoff:hover .card__cutoff--text,
  .t__hwb--sec .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__hwb--secondary .card__cutoff:hover .card__cutoff--text p,
  .t__hwb--sec .card__cutoff:hover .card__cutoff--text p {
    color: #15BDBD;
  }
  .theme__hwb--secondary .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__hwb--sec .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: #15BDBD;
  }
}
.theme__hwb--secondary .card__cutoff--link,
.t__hwb--sec .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__hwb--secondary .card__cutoff--link:hover,
  .t__hwb--sec .card__cutoff--link:hover {
    color: #15BDBD;
  }
  .theme__hwb--secondary .card__cutoff--link:hover--link,
  .t__hwb--sec .card__cutoff--link:hover--link {
    color: #15BDBD;
  }
}
.theme__hwb--secondary .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__hwb--sec .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: #15BDBD;
}
.theme__hwb--secondary .dropdown__toggle--title,
.t__hwb--sec .dropdown__toggle--title {
  color: #15BDBD;
}
.theme__hwb--secondary .dropdown__toggle--icon i,
.t__hwb--sec .dropdown__toggle--icon i {
  color: #15BDBD;
}
.theme__hwb--secondary .large_timer__countdown--item_large,
.t__hwb--sec .large_timer__countdown--item_large {
  background-color: #15BDBD;
}
.theme__hwb--secondary .large_timer__countdown--item_medium,
.t__hwb--sec .large_timer__countdown--item_medium {
  background-color: #15BDBD;
}
.theme__hwb--secondary .large_timer__countdown--item_small,
.t__hwb--sec .large_timer__countdown--item_small {
  background-color: #15BDBD;
}
.theme__hwb--secondary .modalcontent,
.t__hwb--sec .modalcontent {
  border-color: #15BDBD;
}
.theme__hwb--secondary .transparent__header,
.t__hwb--sec .transparent__header {
  background: #15BDBD;
}
.theme__hwb--secondary .breadcrumb__slashes,
.t__hwb--sec .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__hwb--secondary .the-list,
.t__hwb--sec .the-list {
  background-color: #15BDBD;
}
.theme__hwb--secondary .the-list option,
.t__hwb--sec .the-list option {
  border-color: #15BDBD !important;
}
.theme__hwb--secondary .es-list::-webkit-scrollbar-thumb,
.t__hwb--sec .es-list::-webkit-scrollbar-thumb {
  background: #15BDBD;
}
.theme__hwb--secondary .es-visible,
.t__hwb--sec .es-visible {
  border-color: #15BDBD !important;
}
.theme__hwb--secondary .ot-open,
.theme__hwb--secondary .ot-closed,
.t__hwb--sec .ot-open,
.t__hwb--sec .ot-closed {
  color: #15BDBD;
}
.theme__hwb--secondary .colour__foreground,
.t__hwb--sec .colour__foreground {
  color: #15BDBD;
}
.theme__hwb--secondary h1.t__none,
.theme__hwb--secondary h1.theme__none,
.theme__hwb--secondary h2.t__none,
.theme__hwb--secondary h2.theme__none,
.theme__hwb--secondary h3.t__none,
.theme__hwb--secondary h3.theme__none,
.theme__hwb--secondary h4.t__none,
.theme__hwb--secondary h4.theme__none,
.theme__hwb--secondary h1.t__none--w-hov,
.theme__hwb--secondary h1.theme__none--with-hover,
.theme__hwb--secondary h2.t__none--w-hov,
.theme__hwb--secondary h2.theme__none--with-hover,
.theme__hwb--secondary h3.t__none--w-hov,
.theme__hwb--secondary h3.theme__none--with-hover,
.theme__hwb--secondary h4.t__none--w-hov,
.theme__hwb--secondary h4.theme__none--with-hover,
.t__hwb--sec h1.t__none,
.t__hwb--sec h1.theme__none,
.t__hwb--sec h2.t__none,
.t__hwb--sec h2.theme__none,
.t__hwb--sec h3.t__none,
.t__hwb--sec h3.theme__none,
.t__hwb--sec h4.t__none,
.t__hwb--sec h4.theme__none,
.t__hwb--sec h1.t__none--w-hov,
.t__hwb--sec h1.theme__none--with-hover,
.t__hwb--sec h2.t__none--w-hov,
.t__hwb--sec h2.theme__none--with-hover,
.t__hwb--sec h3.t__none--w-hov,
.t__hwb--sec h3.theme__none--with-hover,
.t__hwb--sec h4.t__none--w-hov,
.t__hwb--sec h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__hwb--secondary span.t__none,
.theme__hwb--secondary span.theme__none,
.t__hwb--sec span.t__none,
.t__hwb--sec span.theme__none {
  color: #4a4a4a;
}
.theme__hwb--secondary i.t__none,
.theme__hwb--secondary i.theme__none,
.t__hwb--sec i.t__none,
.t__hwb--sec i.theme__none {
  color: #4a4a4a;
}
.theme__hwb--secondary a.border__none,
.theme__hwb--secondary a.b__none,
.t__hwb--sec a.border__none,
.t__hwb--sec a.b__none {
  border: 0;
}
.theme__hwb--secondary a:hover h1.t__none,
.theme__hwb--secondary a:hover h1.theme__none,
.theme__hwb--secondary a:hover h2.t__none,
.theme__hwb--secondary a:hover h2.theme__none,
.theme__hwb--secondary a:hover h3.t__none,
.theme__hwb--secondary a:hover h3.theme__none,
.theme__hwb--secondary a:hover h4.t__none,
.theme__hwb--secondary a:hover h4.theme__none,
.t__hwb--sec a:hover h1.t__none,
.t__hwb--sec a:hover h1.theme__none,
.t__hwb--sec a:hover h2.t__none,
.t__hwb--sec a:hover h2.theme__none,
.t__hwb--sec a:hover h3.t__none,
.t__hwb--sec a:hover h3.theme__none,
.t__hwb--sec a:hover h4.t__none,
.t__hwb--sec a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__hwb--secondary a:hover h1.t__none--w-hov,
.theme__hwb--secondary a:hover h1.theme__none--with-hover,
.theme__hwb--secondary a:hover h2.t__none--w-hov,
.theme__hwb--secondary a:hover h2.theme__none--with-hover,
.theme__hwb--secondary a:hover h3.t__none--w-hov,
.theme__hwb--secondary a:hover h3.theme__none--with-hover,
.theme__hwb--secondary a:hover h4.t__none--w-hov,
.theme__hwb--secondary a:hover h4.theme__none--with-hover,
.t__hwb--sec a:hover h1.t__none--w-hov,
.t__hwb--sec a:hover h1.theme__none--with-hover,
.t__hwb--sec a:hover h2.t__none--w-hov,
.t__hwb--sec a:hover h2.theme__none--with-hover,
.t__hwb--sec a:hover h3.t__none--w-hov,
.t__hwb--sec a:hover h3.theme__none--with-hover,
.t__hwb--sec a:hover h4.t__none--w-hov,
.t__hwb--sec a:hover h4.theme__none--with-hover {
  color: #15BDBD;
}

.theme__hwb--pastel h1, .theme__hwb--pastel h2, .theme__hwb--pastel h3, .theme__hwb--pastel h4, .theme__hwb--pastel h5, .theme__hwb--pastel h6,
.t__hwb--pas h1,
.t__hwb--pas h2,
.t__hwb--pas h3,
.t__hwb--pas h4,
.t__hwb--pas h5,
.t__hwb--pas h6 {
  color: rgba(117, 82, 133, 0.1);
}
.theme__hwb--pastel a,
.t__hwb--pas a {
  color: #4a4a4a;
  border-color: rgba(117, 82, 133, 0.1);
  text-decoration: none;
}
.theme__hwb--pastel a:hover,
.t__hwb--pas a:hover {
  color: rgba(117, 82, 133, 0.1);
}
.theme__hwb--pastel a:hover h1, .theme__hwb--pastel a:hover h2, .theme__hwb--pastel a:hover h3, .theme__hwb--pastel a:hover h4, .theme__hwb--pastel a:hover h5, .theme__hwb--pastel a:hover h6,
.t__hwb--pas a:hover h1,
.t__hwb--pas a:hover h2,
.t__hwb--pas a:hover h3,
.t__hwb--pas a:hover h4,
.t__hwb--pas a:hover h5,
.t__hwb--pas a:hover h6 {
  color: rgba(117, 82, 133, 0.1);
}
.theme__hwb--pastel a div,
.t__hwb--pas a div {
  border-color: rgba(117, 82, 133, 0.1) !important;
}
.theme__hwb--pastel input,
.t__hwb--pas input {
  border-color: rgba(117, 82, 133, 0.1);
}
.theme__hwb--pastel p,
.t__hwb--pas p {
  color: #4a4a4a;
}
.theme__hwb--pastel .button,
.theme__hwb--pastel .btn,
.theme__hwb--pastel .btn__pill, .theme__hwb--pastel.button, .theme__hwb--pastel.btn, .theme__hwb--pastel.btn__pill,
.t__hwb--pas .button,
.t__hwb--pas .btn,
.t__hwb--pas .btn__pill,
.t__hwb--pas.button,
.t__hwb--pas.btn,
.t__hwb--pas.btn__pill {
  border-color: rgba(117, 82, 133, 0.1);
}
@media (hover: hover) {
  .theme__hwb--pastel .button:hover,
  .theme__hwb--pastel .btn:hover,
  .theme__hwb--pastel .btn__pill:hover, .theme__hwb--pastel.button:hover, .theme__hwb--pastel.btn:hover, .theme__hwb--pastel.btn__pill:hover,
  .t__hwb--pas .button:hover,
  .t__hwb--pas .btn:hover,
  .t__hwb--pas .btn__pill:hover,
  .t__hwb--pas.button:hover,
  .t__hwb--pas.btn:hover,
  .t__hwb--pas.btn__pill:hover {
    color: #ffffff;
    background: rgba(117, 82, 133, 0.1);
  }
  .theme__hwb--pastel .button:hover i,
  .theme__hwb--pastel .btn:hover i,
  .theme__hwb--pastel .btn__pill:hover i, .theme__hwb--pastel.button:hover i, .theme__hwb--pastel.btn:hover i, .theme__hwb--pastel.btn__pill:hover i,
  .t__hwb--pas .button:hover i,
  .t__hwb--pas .btn:hover i,
  .t__hwb--pas .btn__pill:hover i,
  .t__hwb--pas.button:hover i,
  .t__hwb--pas.btn:hover i,
  .t__hwb--pas.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__hwb--pastel .button__invert,
.theme__hwb--pastel .btn__invert,
.theme__hwb--pastel .btn__pill__invert, .theme__hwb--pastel.button__invert, .theme__hwb--pastel.btn__invert, .theme__hwb--pastel.btn__pill__invert,
.t__hwb--pas .button__invert,
.t__hwb--pas .btn__invert,
.t__hwb--pas .btn__pill__invert,
.t__hwb--pas.button__invert,
.t__hwb--pas.btn__invert,
.t__hwb--pas.btn__pill__invert {
  background-color: rgba(117, 82, 133, 0.1);
  color: #ffffff;
}
.theme__hwb--pastel .button__invert h4,
.theme__hwb--pastel .btn__invert h4,
.theme__hwb--pastel .btn__pill__invert h4, .theme__hwb--pastel.button__invert h4, .theme__hwb--pastel.btn__invert h4, .theme__hwb--pastel.btn__pill__invert h4,
.t__hwb--pas .button__invert h4,
.t__hwb--pas .btn__invert h4,
.t__hwb--pas .btn__pill__invert h4,
.t__hwb--pas.button__invert h4,
.t__hwb--pas.btn__invert h4,
.t__hwb--pas.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__hwb--pastel .button__invert:hover,
.theme__hwb--pastel .btn__invert:hover,
.theme__hwb--pastel .btn__pill__invert:hover, .theme__hwb--pastel.button__invert:hover, .theme__hwb--pastel.btn__invert:hover, .theme__hwb--pastel.btn__pill__invert:hover,
.t__hwb--pas .button__invert:hover,
.t__hwb--pas .btn__invert:hover,
.t__hwb--pas .btn__pill__invert:hover,
.t__hwb--pas.button__invert:hover,
.t__hwb--pas.btn__invert:hover,
.t__hwb--pas.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__hwb--pastel .button__invert:hover h4,
.theme__hwb--pastel .btn__invert:hover h4,
.theme__hwb--pastel .btn__pill__invert:hover h4, .theme__hwb--pastel.button__invert:hover h4, .theme__hwb--pastel.btn__invert:hover h4, .theme__hwb--pastel.btn__pill__invert:hover h4,
.t__hwb--pas .button__invert:hover h4,
.t__hwb--pas .btn__invert:hover h4,
.t__hwb--pas .btn__pill__invert:hover h4,
.t__hwb--pas.button__invert:hover h4,
.t__hwb--pas.btn__invert:hover h4,
.t__hwb--pas.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__hwb--pastel .button__invert--hover:hover,
.theme__hwb--pastel .btn__invert--hover:hover,
.theme__hwb--pastel .btn__pill__invert--hover:hover, .theme__hwb--pastel.button__invert--hover:hover, .theme__hwb--pastel.btn__invert--hover:hover, .theme__hwb--pastel.btn__pill__invert--hover:hover,
.t__hwb--pas .button__invert--hover:hover,
.t__hwb--pas .btn__invert--hover:hover,
.t__hwb--pas .btn__pill__invert--hover:hover,
.t__hwb--pas.button__invert--hover:hover,
.t__hwb--pas.btn__invert--hover:hover,
.t__hwb--pas.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__hwb--pastel .button__under,
.theme__hwb--pastel .btn__under,
.theme__hwb--pastel .btn__pill__under, .theme__hwb--pastel.button__under, .theme__hwb--pastel.btn__under, .theme__hwb--pastel.btn__pill__under,
.t__hwb--pas .button__under,
.t__hwb--pas .btn__under,
.t__hwb--pas .btn__pill__under,
.t__hwb--pas.button__under,
.t__hwb--pas.btn__under,
.t__hwb--pas.btn__pill__under {
  border-color: rgba(117, 82, 133, 0.1);
}
.theme__hwb--pastel .btn__large,
.t__hwb--pas .btn__large {
  background-color: rgba(117, 82, 133, 0.1);
}
.theme__hwb--pastel .input__search,
.t__hwb--pas .input__search {
  border-color: rgba(117, 82, 133, 0.1);
}
.theme__hwb--pastel .input__search i,
.t__hwb--pas .input__search i {
  color: #4a4a4a;
}
.theme__hwb--pastel .input__search:hover i,
.t__hwb--pas .input__search:hover i {
  color: rgba(117, 82, 133, 0.1);
}
.theme__hwb--pastel .component__foreground,
.t__hwb--pas .component__foreground {
  color: #4a4a4a;
}
.theme__hwb--pastel.card,
.theme__hwb--pastel .card, .theme__hwb--pastel.card__with-image,
.theme__hwb--pastel .card__with-image,
.t__hwb--pas.card,
.t__hwb--pas .card,
.t__hwb--pas.card__with-image,
.t__hwb--pas .card__with-image {
  border-color: rgba(117, 82, 133, 0.1);
}
.theme__hwb--pastel.card__highlight,
.theme__hwb--pastel .card__highlight,
.theme__hwb--pastel .card__highlight--image,
.theme__hwb--pastel .card__highlight--final,
.t__hwb--pas.card__highlight,
.t__hwb--pas .card__highlight,
.t__hwb--pas .card__highlight--image,
.t__hwb--pas .card__highlight--final {
  background-color: rgba(117, 82, 133, 0.1);
  border-color: rgba(117, 82, 133, 0.1);
}
.theme__hwb--pastel.card__highlight--title,
.theme__hwb--pastel .card__highlight--title,
.theme__hwb--pastel .card__highlight--image,
.theme__hwb--pastel .card__highlight--final,
.t__hwb--pas.card__highlight--title,
.t__hwb--pas .card__highlight--title,
.t__hwb--pas .card__highlight--image,
.t__hwb--pas .card__highlight--final {
  color: #4a4a4a;
}
.theme__hwb--pastel .image-slider__selector--dot,
.t__hwb--pas .image-slider__selector--dot {
  background-color: rgba(117, 82, 133, 0.1);
}
.theme__hwb--pastel .call-to-action__text h3,
.t__hwb--pas .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__hwb--pastel .officer__block--title h5, .theme__hwb--pastel .officer__block--title h6,
.t__hwb--pas .officer__block--title h5,
.t__hwb--pas .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__hwb--pastel .block__statement--link,
.t__hwb--pas .block__statement--link {
  color: #4a4a4a;
}
.theme__hwb--pastel .card__cutoff,
.t__hwb--pas .card__cutoff {
  background: linear-gradient(rgba(117, 82, 133, 0.1), rgba(117, 82, 133, 0.1)), linear-gradient(white, white);
}
.theme__hwb--pastel .card__cutoff p,
.t__hwb--pas .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__hwb--pastel .card__cutoff:hover,
  .t__hwb--pas .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__hwb--pastel .card__cutoff:hover p,
  .t__hwb--pas .card__cutoff:hover p {
    color: rgba(117, 82, 133, 0.1);
  }
  .theme__hwb--pastel .card__cutoff:hover .card__cutoff--link,
  .t__hwb--pas .card__cutoff:hover .card__cutoff--link {
    color: rgba(117, 82, 133, 0.1);
  }
  .theme__hwb--pastel .card__cutoff:hover .card__cutoff--text,
  .t__hwb--pas .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__hwb--pastel .card__cutoff:hover .card__cutoff--text p,
  .t__hwb--pas .card__cutoff:hover .card__cutoff--text p {
    color: rgba(117, 82, 133, 0.1);
  }
  .theme__hwb--pastel .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__hwb--pas .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: rgba(117, 82, 133, 0.1);
  }
}
.theme__hwb--pastel .card__cutoff--link,
.t__hwb--pas .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__hwb--pastel .card__cutoff--link:hover,
  .t__hwb--pas .card__cutoff--link:hover {
    color: rgba(117, 82, 133, 0.1);
  }
  .theme__hwb--pastel .card__cutoff--link:hover--link,
  .t__hwb--pas .card__cutoff--link:hover--link {
    color: rgba(117, 82, 133, 0.1);
  }
}
.theme__hwb--pastel .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__hwb--pas .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: rgba(117, 82, 133, 0.1);
}
.theme__hwb--pastel .dropdown__toggle--title,
.t__hwb--pas .dropdown__toggle--title {
  color: rgba(117, 82, 133, 0.1);
}
.theme__hwb--pastel .dropdown__toggle--icon i,
.t__hwb--pas .dropdown__toggle--icon i {
  color: rgba(117, 82, 133, 0.1);
}
.theme__hwb--pastel .large_timer__countdown--item_large,
.t__hwb--pas .large_timer__countdown--item_large {
  background-color: rgba(117, 82, 133, 0.1);
}
.theme__hwb--pastel .large_timer__countdown--item_medium,
.t__hwb--pas .large_timer__countdown--item_medium {
  background-color: rgba(117, 82, 133, 0.1);
}
.theme__hwb--pastel .large_timer__countdown--item_small,
.t__hwb--pas .large_timer__countdown--item_small {
  background-color: rgba(117, 82, 133, 0.1);
}
.theme__hwb--pastel .modalcontent,
.t__hwb--pas .modalcontent {
  border-color: rgba(117, 82, 133, 0.1);
}
.theme__hwb--pastel .transparent__header,
.t__hwb--pas .transparent__header {
  background: rgba(117, 82, 133, 0.1);
}
.theme__hwb--pastel .breadcrumb__slashes,
.t__hwb--pas .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__hwb--pastel .the-list,
.t__hwb--pas .the-list {
  background-color: rgba(117, 82, 133, 0.1);
}
.theme__hwb--pastel .the-list option,
.t__hwb--pas .the-list option {
  border-color: rgba(117, 82, 133, 0.1) !important;
}
.theme__hwb--pastel .es-list::-webkit-scrollbar-thumb,
.t__hwb--pas .es-list::-webkit-scrollbar-thumb {
  background: rgba(117, 82, 133, 0.1);
}
.theme__hwb--pastel .es-visible,
.t__hwb--pas .es-visible {
  border-color: rgba(117, 82, 133, 0.1) !important;
}
.theme__hwb--pastel .ot-open,
.theme__hwb--pastel .ot-closed,
.t__hwb--pas .ot-open,
.t__hwb--pas .ot-closed {
  color: rgba(117, 82, 133, 0.1);
}
.theme__hwb--pastel .colour__foreground,
.t__hwb--pas .colour__foreground {
  color: rgba(117, 82, 133, 0.1);
}
.theme__hwb--pastel h1.t__none,
.theme__hwb--pastel h1.theme__none,
.theme__hwb--pastel h2.t__none,
.theme__hwb--pastel h2.theme__none,
.theme__hwb--pastel h3.t__none,
.theme__hwb--pastel h3.theme__none,
.theme__hwb--pastel h4.t__none,
.theme__hwb--pastel h4.theme__none,
.theme__hwb--pastel h1.t__none--w-hov,
.theme__hwb--pastel h1.theme__none--with-hover,
.theme__hwb--pastel h2.t__none--w-hov,
.theme__hwb--pastel h2.theme__none--with-hover,
.theme__hwb--pastel h3.t__none--w-hov,
.theme__hwb--pastel h3.theme__none--with-hover,
.theme__hwb--pastel h4.t__none--w-hov,
.theme__hwb--pastel h4.theme__none--with-hover,
.t__hwb--pas h1.t__none,
.t__hwb--pas h1.theme__none,
.t__hwb--pas h2.t__none,
.t__hwb--pas h2.theme__none,
.t__hwb--pas h3.t__none,
.t__hwb--pas h3.theme__none,
.t__hwb--pas h4.t__none,
.t__hwb--pas h4.theme__none,
.t__hwb--pas h1.t__none--w-hov,
.t__hwb--pas h1.theme__none--with-hover,
.t__hwb--pas h2.t__none--w-hov,
.t__hwb--pas h2.theme__none--with-hover,
.t__hwb--pas h3.t__none--w-hov,
.t__hwb--pas h3.theme__none--with-hover,
.t__hwb--pas h4.t__none--w-hov,
.t__hwb--pas h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__hwb--pastel span.t__none,
.theme__hwb--pastel span.theme__none,
.t__hwb--pas span.t__none,
.t__hwb--pas span.theme__none {
  color: #4a4a4a;
}
.theme__hwb--pastel i.t__none,
.theme__hwb--pastel i.theme__none,
.t__hwb--pas i.t__none,
.t__hwb--pas i.theme__none {
  color: #4a4a4a;
}
.theme__hwb--pastel a.border__none,
.theme__hwb--pastel a.b__none,
.t__hwb--pas a.border__none,
.t__hwb--pas a.b__none {
  border: 0;
}
.theme__hwb--pastel a:hover h1.t__none,
.theme__hwb--pastel a:hover h1.theme__none,
.theme__hwb--pastel a:hover h2.t__none,
.theme__hwb--pastel a:hover h2.theme__none,
.theme__hwb--pastel a:hover h3.t__none,
.theme__hwb--pastel a:hover h3.theme__none,
.theme__hwb--pastel a:hover h4.t__none,
.theme__hwb--pastel a:hover h4.theme__none,
.t__hwb--pas a:hover h1.t__none,
.t__hwb--pas a:hover h1.theme__none,
.t__hwb--pas a:hover h2.t__none,
.t__hwb--pas a:hover h2.theme__none,
.t__hwb--pas a:hover h3.t__none,
.t__hwb--pas a:hover h3.theme__none,
.t__hwb--pas a:hover h4.t__none,
.t__hwb--pas a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__hwb--pastel a:hover h1.t__none--w-hov,
.theme__hwb--pastel a:hover h1.theme__none--with-hover,
.theme__hwb--pastel a:hover h2.t__none--w-hov,
.theme__hwb--pastel a:hover h2.theme__none--with-hover,
.theme__hwb--pastel a:hover h3.t__none--w-hov,
.theme__hwb--pastel a:hover h3.theme__none--with-hover,
.theme__hwb--pastel a:hover h4.t__none--w-hov,
.theme__hwb--pastel a:hover h4.theme__none--with-hover,
.t__hwb--pas a:hover h1.t__none--w-hov,
.t__hwb--pas a:hover h1.theme__none--with-hover,
.t__hwb--pas a:hover h2.t__none--w-hov,
.t__hwb--pas a:hover h2.theme__none--with-hover,
.t__hwb--pas a:hover h3.t__none--w-hov,
.t__hwb--pas a:hover h3.theme__none--with-hover,
.t__hwb--pas a:hover h4.t__none--w-hov,
.t__hwb--pas a:hover h4.theme__none--with-hover {
  color: rgba(117, 82, 133, 0.1);
}

.theme__hwb--background-primary,
.t__hwb--bg-pri {
  background-color: #755285;
}

.theme__hwb--background-secondary,
.t__hwb--bg-sec {
  background-color: #15BDBD;
}

.theme__hwb--background-pastel,
.t__hwb--bg-pas {
  background-color: rgba(117, 82, 133, 0.1);
}

.theme__ac-awards--primary h1, .theme__ac-awards--primary h2, .theme__ac-awards--primary h3, .theme__ac-awards--primary h4, .theme__ac-awards--primary h5, .theme__ac-awards--primary h6,
.t__ac-awards--pri h1,
.t__ac-awards--pri h2,
.t__ac-awards--pri h3,
.t__ac-awards--pri h4,
.t__ac-awards--pri h5,
.t__ac-awards--pri h6 {
  color: #FA4D69;
}
.theme__ac-awards--primary a,
.t__ac-awards--pri a {
  color: #4a4a4a;
  border-color: #FA4D69;
  text-decoration: none;
}
.theme__ac-awards--primary a:hover,
.t__ac-awards--pri a:hover {
  color: #FA4D69;
}
.theme__ac-awards--primary a:hover h1, .theme__ac-awards--primary a:hover h2, .theme__ac-awards--primary a:hover h3, .theme__ac-awards--primary a:hover h4, .theme__ac-awards--primary a:hover h5, .theme__ac-awards--primary a:hover h6,
.t__ac-awards--pri a:hover h1,
.t__ac-awards--pri a:hover h2,
.t__ac-awards--pri a:hover h3,
.t__ac-awards--pri a:hover h4,
.t__ac-awards--pri a:hover h5,
.t__ac-awards--pri a:hover h6 {
  color: #FA4D69;
}
.theme__ac-awards--primary a div,
.t__ac-awards--pri a div {
  border-color: #FA4D69 !important;
}
.theme__ac-awards--primary input,
.t__ac-awards--pri input {
  border-color: #FA4D69;
}
.theme__ac-awards--primary p,
.t__ac-awards--pri p {
  color: #4a4a4a;
}
.theme__ac-awards--primary .button,
.theme__ac-awards--primary .btn,
.theme__ac-awards--primary .btn__pill, .theme__ac-awards--primary.button, .theme__ac-awards--primary.btn, .theme__ac-awards--primary.btn__pill,
.t__ac-awards--pri .button,
.t__ac-awards--pri .btn,
.t__ac-awards--pri .btn__pill,
.t__ac-awards--pri.button,
.t__ac-awards--pri.btn,
.t__ac-awards--pri.btn__pill {
  border-color: #FA4D69;
}
@media (hover: hover) {
  .theme__ac-awards--primary .button:hover,
  .theme__ac-awards--primary .btn:hover,
  .theme__ac-awards--primary .btn__pill:hover, .theme__ac-awards--primary.button:hover, .theme__ac-awards--primary.btn:hover, .theme__ac-awards--primary.btn__pill:hover,
  .t__ac-awards--pri .button:hover,
  .t__ac-awards--pri .btn:hover,
  .t__ac-awards--pri .btn__pill:hover,
  .t__ac-awards--pri.button:hover,
  .t__ac-awards--pri.btn:hover,
  .t__ac-awards--pri.btn__pill:hover {
    color: #ffffff;
    background: #FA4D69;
  }
  .theme__ac-awards--primary .button:hover i,
  .theme__ac-awards--primary .btn:hover i,
  .theme__ac-awards--primary .btn__pill:hover i, .theme__ac-awards--primary.button:hover i, .theme__ac-awards--primary.btn:hover i, .theme__ac-awards--primary.btn__pill:hover i,
  .t__ac-awards--pri .button:hover i,
  .t__ac-awards--pri .btn:hover i,
  .t__ac-awards--pri .btn__pill:hover i,
  .t__ac-awards--pri.button:hover i,
  .t__ac-awards--pri.btn:hover i,
  .t__ac-awards--pri.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__ac-awards--primary .button__invert,
.theme__ac-awards--primary .btn__invert,
.theme__ac-awards--primary .btn__pill__invert, .theme__ac-awards--primary.button__invert, .theme__ac-awards--primary.btn__invert, .theme__ac-awards--primary.btn__pill__invert,
.t__ac-awards--pri .button__invert,
.t__ac-awards--pri .btn__invert,
.t__ac-awards--pri .btn__pill__invert,
.t__ac-awards--pri.button__invert,
.t__ac-awards--pri.btn__invert,
.t__ac-awards--pri.btn__pill__invert {
  background-color: #FA4D69;
  color: #ffffff;
}
.theme__ac-awards--primary .button__invert h4,
.theme__ac-awards--primary .btn__invert h4,
.theme__ac-awards--primary .btn__pill__invert h4, .theme__ac-awards--primary.button__invert h4, .theme__ac-awards--primary.btn__invert h4, .theme__ac-awards--primary.btn__pill__invert h4,
.t__ac-awards--pri .button__invert h4,
.t__ac-awards--pri .btn__invert h4,
.t__ac-awards--pri .btn__pill__invert h4,
.t__ac-awards--pri.button__invert h4,
.t__ac-awards--pri.btn__invert h4,
.t__ac-awards--pri.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__ac-awards--primary .button__invert:hover,
.theme__ac-awards--primary .btn__invert:hover,
.theme__ac-awards--primary .btn__pill__invert:hover, .theme__ac-awards--primary.button__invert:hover, .theme__ac-awards--primary.btn__invert:hover, .theme__ac-awards--primary.btn__pill__invert:hover,
.t__ac-awards--pri .button__invert:hover,
.t__ac-awards--pri .btn__invert:hover,
.t__ac-awards--pri .btn__pill__invert:hover,
.t__ac-awards--pri.button__invert:hover,
.t__ac-awards--pri.btn__invert:hover,
.t__ac-awards--pri.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__ac-awards--primary .button__invert:hover h4,
.theme__ac-awards--primary .btn__invert:hover h4,
.theme__ac-awards--primary .btn__pill__invert:hover h4, .theme__ac-awards--primary.button__invert:hover h4, .theme__ac-awards--primary.btn__invert:hover h4, .theme__ac-awards--primary.btn__pill__invert:hover h4,
.t__ac-awards--pri .button__invert:hover h4,
.t__ac-awards--pri .btn__invert:hover h4,
.t__ac-awards--pri .btn__pill__invert:hover h4,
.t__ac-awards--pri.button__invert:hover h4,
.t__ac-awards--pri.btn__invert:hover h4,
.t__ac-awards--pri.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__ac-awards--primary .button__invert--hover:hover,
.theme__ac-awards--primary .btn__invert--hover:hover,
.theme__ac-awards--primary .btn__pill__invert--hover:hover, .theme__ac-awards--primary.button__invert--hover:hover, .theme__ac-awards--primary.btn__invert--hover:hover, .theme__ac-awards--primary.btn__pill__invert--hover:hover,
.t__ac-awards--pri .button__invert--hover:hover,
.t__ac-awards--pri .btn__invert--hover:hover,
.t__ac-awards--pri .btn__pill__invert--hover:hover,
.t__ac-awards--pri.button__invert--hover:hover,
.t__ac-awards--pri.btn__invert--hover:hover,
.t__ac-awards--pri.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__ac-awards--primary .button__under,
.theme__ac-awards--primary .btn__under,
.theme__ac-awards--primary .btn__pill__under, .theme__ac-awards--primary.button__under, .theme__ac-awards--primary.btn__under, .theme__ac-awards--primary.btn__pill__under,
.t__ac-awards--pri .button__under,
.t__ac-awards--pri .btn__under,
.t__ac-awards--pri .btn__pill__under,
.t__ac-awards--pri.button__under,
.t__ac-awards--pri.btn__under,
.t__ac-awards--pri.btn__pill__under {
  border-color: #FA4D69;
}
.theme__ac-awards--primary .btn__large,
.t__ac-awards--pri .btn__large {
  background-color: #FA4D69;
}
.theme__ac-awards--primary .input__search,
.t__ac-awards--pri .input__search {
  border-color: #FA4D69;
}
.theme__ac-awards--primary .input__search i,
.t__ac-awards--pri .input__search i {
  color: #4a4a4a;
}
.theme__ac-awards--primary .input__search:hover i,
.t__ac-awards--pri .input__search:hover i {
  color: #FA4D69;
}
.theme__ac-awards--primary .component__foreground,
.t__ac-awards--pri .component__foreground {
  color: #4a4a4a;
}
.theme__ac-awards--primary.card,
.theme__ac-awards--primary .card, .theme__ac-awards--primary.card__with-image,
.theme__ac-awards--primary .card__with-image,
.t__ac-awards--pri.card,
.t__ac-awards--pri .card,
.t__ac-awards--pri.card__with-image,
.t__ac-awards--pri .card__with-image {
  border-color: #FA4D69;
}
.theme__ac-awards--primary.card__highlight,
.theme__ac-awards--primary .card__highlight,
.theme__ac-awards--primary .card__highlight--image,
.theme__ac-awards--primary .card__highlight--final,
.t__ac-awards--pri.card__highlight,
.t__ac-awards--pri .card__highlight,
.t__ac-awards--pri .card__highlight--image,
.t__ac-awards--pri .card__highlight--final {
  background-color: #FA4D69;
  border-color: #FA4D69;
}
.theme__ac-awards--primary.card__highlight--title,
.theme__ac-awards--primary .card__highlight--title,
.theme__ac-awards--primary .card__highlight--image,
.theme__ac-awards--primary .card__highlight--final,
.t__ac-awards--pri.card__highlight--title,
.t__ac-awards--pri .card__highlight--title,
.t__ac-awards--pri .card__highlight--image,
.t__ac-awards--pri .card__highlight--final {
  color: #4a4a4a;
}
.theme__ac-awards--primary .image-slider__selector--dot,
.t__ac-awards--pri .image-slider__selector--dot {
  background-color: #FA4D69;
}
.theme__ac-awards--primary .call-to-action__text h3,
.t__ac-awards--pri .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__ac-awards--primary .officer__block--title h5, .theme__ac-awards--primary .officer__block--title h6,
.t__ac-awards--pri .officer__block--title h5,
.t__ac-awards--pri .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__ac-awards--primary .block__statement--link,
.t__ac-awards--pri .block__statement--link {
  color: #4a4a4a;
}
.theme__ac-awards--primary .card__cutoff,
.t__ac-awards--pri .card__cutoff {
  background: linear-gradient(#FA4D69, #FA4D69), linear-gradient(white, white);
}
.theme__ac-awards--primary .card__cutoff p,
.t__ac-awards--pri .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__ac-awards--primary .card__cutoff:hover,
  .t__ac-awards--pri .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__ac-awards--primary .card__cutoff:hover p,
  .t__ac-awards--pri .card__cutoff:hover p {
    color: #FA4D69;
  }
  .theme__ac-awards--primary .card__cutoff:hover .card__cutoff--link,
  .t__ac-awards--pri .card__cutoff:hover .card__cutoff--link {
    color: #FA4D69;
  }
  .theme__ac-awards--primary .card__cutoff:hover .card__cutoff--text,
  .t__ac-awards--pri .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__ac-awards--primary .card__cutoff:hover .card__cutoff--text p,
  .t__ac-awards--pri .card__cutoff:hover .card__cutoff--text p {
    color: #FA4D69;
  }
  .theme__ac-awards--primary .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__ac-awards--pri .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: #FA4D69;
  }
}
.theme__ac-awards--primary .card__cutoff--link,
.t__ac-awards--pri .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__ac-awards--primary .card__cutoff--link:hover,
  .t__ac-awards--pri .card__cutoff--link:hover {
    color: #FA4D69;
  }
  .theme__ac-awards--primary .card__cutoff--link:hover--link,
  .t__ac-awards--pri .card__cutoff--link:hover--link {
    color: #FA4D69;
  }
}
.theme__ac-awards--primary .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__ac-awards--pri .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: #FA4D69;
}
.theme__ac-awards--primary .dropdown__toggle--title,
.t__ac-awards--pri .dropdown__toggle--title {
  color: #FA4D69;
}
.theme__ac-awards--primary .dropdown__toggle--icon i,
.t__ac-awards--pri .dropdown__toggle--icon i {
  color: #FA4D69;
}
.theme__ac-awards--primary .large_timer__countdown--item_large,
.t__ac-awards--pri .large_timer__countdown--item_large {
  background-color: #FA4D69;
}
.theme__ac-awards--primary .large_timer__countdown--item_medium,
.t__ac-awards--pri .large_timer__countdown--item_medium {
  background-color: #FA4D69;
}
.theme__ac-awards--primary .large_timer__countdown--item_small,
.t__ac-awards--pri .large_timer__countdown--item_small {
  background-color: #FA4D69;
}
.theme__ac-awards--primary .modalcontent,
.t__ac-awards--pri .modalcontent {
  border-color: #FA4D69;
}
.theme__ac-awards--primary .transparent__header,
.t__ac-awards--pri .transparent__header {
  background: #FA4D69;
}
.theme__ac-awards--primary .breadcrumb__slashes,
.t__ac-awards--pri .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__ac-awards--primary .the-list,
.t__ac-awards--pri .the-list {
  background-color: #FA4D69;
}
.theme__ac-awards--primary .the-list option,
.t__ac-awards--pri .the-list option {
  border-color: #FA4D69 !important;
}
.theme__ac-awards--primary .es-list::-webkit-scrollbar-thumb,
.t__ac-awards--pri .es-list::-webkit-scrollbar-thumb {
  background: #FA4D69;
}
.theme__ac-awards--primary .es-visible,
.t__ac-awards--pri .es-visible {
  border-color: #FA4D69 !important;
}
.theme__ac-awards--primary .ot-open,
.theme__ac-awards--primary .ot-closed,
.t__ac-awards--pri .ot-open,
.t__ac-awards--pri .ot-closed {
  color: #FA4D69;
}
.theme__ac-awards--primary .colour__foreground,
.t__ac-awards--pri .colour__foreground {
  color: #FA4D69;
}
.theme__ac-awards--primary h1.t__none,
.theme__ac-awards--primary h1.theme__none,
.theme__ac-awards--primary h2.t__none,
.theme__ac-awards--primary h2.theme__none,
.theme__ac-awards--primary h3.t__none,
.theme__ac-awards--primary h3.theme__none,
.theme__ac-awards--primary h4.t__none,
.theme__ac-awards--primary h4.theme__none,
.theme__ac-awards--primary h1.t__none--w-hov,
.theme__ac-awards--primary h1.theme__none--with-hover,
.theme__ac-awards--primary h2.t__none--w-hov,
.theme__ac-awards--primary h2.theme__none--with-hover,
.theme__ac-awards--primary h3.t__none--w-hov,
.theme__ac-awards--primary h3.theme__none--with-hover,
.theme__ac-awards--primary h4.t__none--w-hov,
.theme__ac-awards--primary h4.theme__none--with-hover,
.t__ac-awards--pri h1.t__none,
.t__ac-awards--pri h1.theme__none,
.t__ac-awards--pri h2.t__none,
.t__ac-awards--pri h2.theme__none,
.t__ac-awards--pri h3.t__none,
.t__ac-awards--pri h3.theme__none,
.t__ac-awards--pri h4.t__none,
.t__ac-awards--pri h4.theme__none,
.t__ac-awards--pri h1.t__none--w-hov,
.t__ac-awards--pri h1.theme__none--with-hover,
.t__ac-awards--pri h2.t__none--w-hov,
.t__ac-awards--pri h2.theme__none--with-hover,
.t__ac-awards--pri h3.t__none--w-hov,
.t__ac-awards--pri h3.theme__none--with-hover,
.t__ac-awards--pri h4.t__none--w-hov,
.t__ac-awards--pri h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__ac-awards--primary span.t__none,
.theme__ac-awards--primary span.theme__none,
.t__ac-awards--pri span.t__none,
.t__ac-awards--pri span.theme__none {
  color: #4a4a4a;
}
.theme__ac-awards--primary i.t__none,
.theme__ac-awards--primary i.theme__none,
.t__ac-awards--pri i.t__none,
.t__ac-awards--pri i.theme__none {
  color: #4a4a4a;
}
.theme__ac-awards--primary a.border__none,
.theme__ac-awards--primary a.b__none,
.t__ac-awards--pri a.border__none,
.t__ac-awards--pri a.b__none {
  border: 0;
}
.theme__ac-awards--primary a:hover h1.t__none,
.theme__ac-awards--primary a:hover h1.theme__none,
.theme__ac-awards--primary a:hover h2.t__none,
.theme__ac-awards--primary a:hover h2.theme__none,
.theme__ac-awards--primary a:hover h3.t__none,
.theme__ac-awards--primary a:hover h3.theme__none,
.theme__ac-awards--primary a:hover h4.t__none,
.theme__ac-awards--primary a:hover h4.theme__none,
.t__ac-awards--pri a:hover h1.t__none,
.t__ac-awards--pri a:hover h1.theme__none,
.t__ac-awards--pri a:hover h2.t__none,
.t__ac-awards--pri a:hover h2.theme__none,
.t__ac-awards--pri a:hover h3.t__none,
.t__ac-awards--pri a:hover h3.theme__none,
.t__ac-awards--pri a:hover h4.t__none,
.t__ac-awards--pri a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__ac-awards--primary a:hover h1.t__none--w-hov,
.theme__ac-awards--primary a:hover h1.theme__none--with-hover,
.theme__ac-awards--primary a:hover h2.t__none--w-hov,
.theme__ac-awards--primary a:hover h2.theme__none--with-hover,
.theme__ac-awards--primary a:hover h3.t__none--w-hov,
.theme__ac-awards--primary a:hover h3.theme__none--with-hover,
.theme__ac-awards--primary a:hover h4.t__none--w-hov,
.theme__ac-awards--primary a:hover h4.theme__none--with-hover,
.t__ac-awards--pri a:hover h1.t__none--w-hov,
.t__ac-awards--pri a:hover h1.theme__none--with-hover,
.t__ac-awards--pri a:hover h2.t__none--w-hov,
.t__ac-awards--pri a:hover h2.theme__none--with-hover,
.t__ac-awards--pri a:hover h3.t__none--w-hov,
.t__ac-awards--pri a:hover h3.theme__none--with-hover,
.t__ac-awards--pri a:hover h4.t__none--w-hov,
.t__ac-awards--pri a:hover h4.theme__none--with-hover {
  color: #FA4D69;
}
.theme__ac-awards--primary .dotted__line--small, .theme__ac-awards--primary .dotted__line--medium, .theme__ac-awards--primary .dotted__line--large, .theme__ac-awards--primary .dotted__line--x-large, .theme__ac-awards--primary .dotted__line--huge,
.t__ac-awards--pri .dotted__line--small,
.t__ac-awards--pri .dotted__line--medium,
.t__ac-awards--pri .dotted__line--large,
.t__ac-awards--pri .dotted__line--x-large,
.t__ac-awards--pri .dotted__line--huge {
  border-image-source: url("https://fe3ca8e0a2f497a00e8a-853d39369c554c336474f22b1382bbe4.ssl.cf3.rackcdn.com/dotted_events.png");
}
.theme__ac-awards--primary::-webkit-scrollbar-thumb,
.t__ac-awards--pri::-webkit-scrollbar-thumb {
  background: #FA4D69;
}

.theme__ac-awards--secondary h1, .theme__ac-awards--secondary h2, .theme__ac-awards--secondary h3, .theme__ac-awards--secondary h4, .theme__ac-awards--secondary h5, .theme__ac-awards--secondary h6,
.t__ac-awards--sec h1,
.t__ac-awards--sec h2,
.t__ac-awards--sec h3,
.t__ac-awards--sec h4,
.t__ac-awards--sec h5,
.t__ac-awards--sec h6 {
  color: #FA4D69;
}
.theme__ac-awards--secondary a,
.t__ac-awards--sec a {
  color: #4a4a4a;
  border-color: #FA4D69;
  text-decoration: none;
}
.theme__ac-awards--secondary a:hover,
.t__ac-awards--sec a:hover {
  color: #FA4D69;
}
.theme__ac-awards--secondary a:hover h1, .theme__ac-awards--secondary a:hover h2, .theme__ac-awards--secondary a:hover h3, .theme__ac-awards--secondary a:hover h4, .theme__ac-awards--secondary a:hover h5, .theme__ac-awards--secondary a:hover h6,
.t__ac-awards--sec a:hover h1,
.t__ac-awards--sec a:hover h2,
.t__ac-awards--sec a:hover h3,
.t__ac-awards--sec a:hover h4,
.t__ac-awards--sec a:hover h5,
.t__ac-awards--sec a:hover h6 {
  color: #FA4D69;
}
.theme__ac-awards--secondary a div,
.t__ac-awards--sec a div {
  border-color: #FA4D69 !important;
}
.theme__ac-awards--secondary input,
.t__ac-awards--sec input {
  border-color: #FA4D69;
}
.theme__ac-awards--secondary p,
.t__ac-awards--sec p {
  color: #4a4a4a;
}
.theme__ac-awards--secondary .button,
.theme__ac-awards--secondary .btn,
.theme__ac-awards--secondary .btn__pill, .theme__ac-awards--secondary.button, .theme__ac-awards--secondary.btn, .theme__ac-awards--secondary.btn__pill,
.t__ac-awards--sec .button,
.t__ac-awards--sec .btn,
.t__ac-awards--sec .btn__pill,
.t__ac-awards--sec.button,
.t__ac-awards--sec.btn,
.t__ac-awards--sec.btn__pill {
  border-color: #FA4D69;
}
@media (hover: hover) {
  .theme__ac-awards--secondary .button:hover,
  .theme__ac-awards--secondary .btn:hover,
  .theme__ac-awards--secondary .btn__pill:hover, .theme__ac-awards--secondary.button:hover, .theme__ac-awards--secondary.btn:hover, .theme__ac-awards--secondary.btn__pill:hover,
  .t__ac-awards--sec .button:hover,
  .t__ac-awards--sec .btn:hover,
  .t__ac-awards--sec .btn__pill:hover,
  .t__ac-awards--sec.button:hover,
  .t__ac-awards--sec.btn:hover,
  .t__ac-awards--sec.btn__pill:hover {
    color: #ffffff;
    background: #FA4D69;
  }
  .theme__ac-awards--secondary .button:hover i,
  .theme__ac-awards--secondary .btn:hover i,
  .theme__ac-awards--secondary .btn__pill:hover i, .theme__ac-awards--secondary.button:hover i, .theme__ac-awards--secondary.btn:hover i, .theme__ac-awards--secondary.btn__pill:hover i,
  .t__ac-awards--sec .button:hover i,
  .t__ac-awards--sec .btn:hover i,
  .t__ac-awards--sec .btn__pill:hover i,
  .t__ac-awards--sec.button:hover i,
  .t__ac-awards--sec.btn:hover i,
  .t__ac-awards--sec.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__ac-awards--secondary .button__invert,
.theme__ac-awards--secondary .btn__invert,
.theme__ac-awards--secondary .btn__pill__invert, .theme__ac-awards--secondary.button__invert, .theme__ac-awards--secondary.btn__invert, .theme__ac-awards--secondary.btn__pill__invert,
.t__ac-awards--sec .button__invert,
.t__ac-awards--sec .btn__invert,
.t__ac-awards--sec .btn__pill__invert,
.t__ac-awards--sec.button__invert,
.t__ac-awards--sec.btn__invert,
.t__ac-awards--sec.btn__pill__invert {
  background-color: #FA4D69;
  color: #ffffff;
}
.theme__ac-awards--secondary .button__invert h4,
.theme__ac-awards--secondary .btn__invert h4,
.theme__ac-awards--secondary .btn__pill__invert h4, .theme__ac-awards--secondary.button__invert h4, .theme__ac-awards--secondary.btn__invert h4, .theme__ac-awards--secondary.btn__pill__invert h4,
.t__ac-awards--sec .button__invert h4,
.t__ac-awards--sec .btn__invert h4,
.t__ac-awards--sec .btn__pill__invert h4,
.t__ac-awards--sec.button__invert h4,
.t__ac-awards--sec.btn__invert h4,
.t__ac-awards--sec.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__ac-awards--secondary .button__invert:hover,
.theme__ac-awards--secondary .btn__invert:hover,
.theme__ac-awards--secondary .btn__pill__invert:hover, .theme__ac-awards--secondary.button__invert:hover, .theme__ac-awards--secondary.btn__invert:hover, .theme__ac-awards--secondary.btn__pill__invert:hover,
.t__ac-awards--sec .button__invert:hover,
.t__ac-awards--sec .btn__invert:hover,
.t__ac-awards--sec .btn__pill__invert:hover,
.t__ac-awards--sec.button__invert:hover,
.t__ac-awards--sec.btn__invert:hover,
.t__ac-awards--sec.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__ac-awards--secondary .button__invert:hover h4,
.theme__ac-awards--secondary .btn__invert:hover h4,
.theme__ac-awards--secondary .btn__pill__invert:hover h4, .theme__ac-awards--secondary.button__invert:hover h4, .theme__ac-awards--secondary.btn__invert:hover h4, .theme__ac-awards--secondary.btn__pill__invert:hover h4,
.t__ac-awards--sec .button__invert:hover h4,
.t__ac-awards--sec .btn__invert:hover h4,
.t__ac-awards--sec .btn__pill__invert:hover h4,
.t__ac-awards--sec.button__invert:hover h4,
.t__ac-awards--sec.btn__invert:hover h4,
.t__ac-awards--sec.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__ac-awards--secondary .button__invert--hover:hover,
.theme__ac-awards--secondary .btn__invert--hover:hover,
.theme__ac-awards--secondary .btn__pill__invert--hover:hover, .theme__ac-awards--secondary.button__invert--hover:hover, .theme__ac-awards--secondary.btn__invert--hover:hover, .theme__ac-awards--secondary.btn__pill__invert--hover:hover,
.t__ac-awards--sec .button__invert--hover:hover,
.t__ac-awards--sec .btn__invert--hover:hover,
.t__ac-awards--sec .btn__pill__invert--hover:hover,
.t__ac-awards--sec.button__invert--hover:hover,
.t__ac-awards--sec.btn__invert--hover:hover,
.t__ac-awards--sec.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__ac-awards--secondary .button__under,
.theme__ac-awards--secondary .btn__under,
.theme__ac-awards--secondary .btn__pill__under, .theme__ac-awards--secondary.button__under, .theme__ac-awards--secondary.btn__under, .theme__ac-awards--secondary.btn__pill__under,
.t__ac-awards--sec .button__under,
.t__ac-awards--sec .btn__under,
.t__ac-awards--sec .btn__pill__under,
.t__ac-awards--sec.button__under,
.t__ac-awards--sec.btn__under,
.t__ac-awards--sec.btn__pill__under {
  border-color: #FA4D69;
}
.theme__ac-awards--secondary .btn__large,
.t__ac-awards--sec .btn__large {
  background-color: #FA4D69;
}
.theme__ac-awards--secondary .input__search,
.t__ac-awards--sec .input__search {
  border-color: #FA4D69;
}
.theme__ac-awards--secondary .input__search i,
.t__ac-awards--sec .input__search i {
  color: #4a4a4a;
}
.theme__ac-awards--secondary .input__search:hover i,
.t__ac-awards--sec .input__search:hover i {
  color: #FA4D69;
}
.theme__ac-awards--secondary .component__foreground,
.t__ac-awards--sec .component__foreground {
  color: #4a4a4a;
}
.theme__ac-awards--secondary.card,
.theme__ac-awards--secondary .card, .theme__ac-awards--secondary.card__with-image,
.theme__ac-awards--secondary .card__with-image,
.t__ac-awards--sec.card,
.t__ac-awards--sec .card,
.t__ac-awards--sec.card__with-image,
.t__ac-awards--sec .card__with-image {
  border-color: #FA4D69;
}
.theme__ac-awards--secondary.card__highlight,
.theme__ac-awards--secondary .card__highlight,
.theme__ac-awards--secondary .card__highlight--image,
.theme__ac-awards--secondary .card__highlight--final,
.t__ac-awards--sec.card__highlight,
.t__ac-awards--sec .card__highlight,
.t__ac-awards--sec .card__highlight--image,
.t__ac-awards--sec .card__highlight--final {
  background-color: #FA4D69;
  border-color: #FA4D69;
}
.theme__ac-awards--secondary.card__highlight--title,
.theme__ac-awards--secondary .card__highlight--title,
.theme__ac-awards--secondary .card__highlight--image,
.theme__ac-awards--secondary .card__highlight--final,
.t__ac-awards--sec.card__highlight--title,
.t__ac-awards--sec .card__highlight--title,
.t__ac-awards--sec .card__highlight--image,
.t__ac-awards--sec .card__highlight--final {
  color: #4a4a4a;
}
.theme__ac-awards--secondary .image-slider__selector--dot,
.t__ac-awards--sec .image-slider__selector--dot {
  background-color: #FA4D69;
}
.theme__ac-awards--secondary .call-to-action__text h3,
.t__ac-awards--sec .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__ac-awards--secondary .officer__block--title h5, .theme__ac-awards--secondary .officer__block--title h6,
.t__ac-awards--sec .officer__block--title h5,
.t__ac-awards--sec .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__ac-awards--secondary .block__statement--link,
.t__ac-awards--sec .block__statement--link {
  color: #4a4a4a;
}
.theme__ac-awards--secondary .card__cutoff,
.t__ac-awards--sec .card__cutoff {
  background: linear-gradient(#FA4D69, #FA4D69), linear-gradient(white, white);
}
.theme__ac-awards--secondary .card__cutoff p,
.t__ac-awards--sec .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__ac-awards--secondary .card__cutoff:hover,
  .t__ac-awards--sec .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__ac-awards--secondary .card__cutoff:hover p,
  .t__ac-awards--sec .card__cutoff:hover p {
    color: #FA4D69;
  }
  .theme__ac-awards--secondary .card__cutoff:hover .card__cutoff--link,
  .t__ac-awards--sec .card__cutoff:hover .card__cutoff--link {
    color: #FA4D69;
  }
  .theme__ac-awards--secondary .card__cutoff:hover .card__cutoff--text,
  .t__ac-awards--sec .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__ac-awards--secondary .card__cutoff:hover .card__cutoff--text p,
  .t__ac-awards--sec .card__cutoff:hover .card__cutoff--text p {
    color: #FA4D69;
  }
  .theme__ac-awards--secondary .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__ac-awards--sec .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: #FA4D69;
  }
}
.theme__ac-awards--secondary .card__cutoff--link,
.t__ac-awards--sec .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__ac-awards--secondary .card__cutoff--link:hover,
  .t__ac-awards--sec .card__cutoff--link:hover {
    color: #FA4D69;
  }
  .theme__ac-awards--secondary .card__cutoff--link:hover--link,
  .t__ac-awards--sec .card__cutoff--link:hover--link {
    color: #FA4D69;
  }
}
.theme__ac-awards--secondary .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__ac-awards--sec .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: #FA4D69;
}
.theme__ac-awards--secondary .dropdown__toggle--title,
.t__ac-awards--sec .dropdown__toggle--title {
  color: #FA4D69;
}
.theme__ac-awards--secondary .dropdown__toggle--icon i,
.t__ac-awards--sec .dropdown__toggle--icon i {
  color: #FA4D69;
}
.theme__ac-awards--secondary .large_timer__countdown--item_large,
.t__ac-awards--sec .large_timer__countdown--item_large {
  background-color: #FA4D69;
}
.theme__ac-awards--secondary .large_timer__countdown--item_medium,
.t__ac-awards--sec .large_timer__countdown--item_medium {
  background-color: #FA4D69;
}
.theme__ac-awards--secondary .large_timer__countdown--item_small,
.t__ac-awards--sec .large_timer__countdown--item_small {
  background-color: #FA4D69;
}
.theme__ac-awards--secondary .modalcontent,
.t__ac-awards--sec .modalcontent {
  border-color: #FA4D69;
}
.theme__ac-awards--secondary .transparent__header,
.t__ac-awards--sec .transparent__header {
  background: #FA4D69;
}
.theme__ac-awards--secondary .breadcrumb__slashes,
.t__ac-awards--sec .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__ac-awards--secondary .the-list,
.t__ac-awards--sec .the-list {
  background-color: #FA4D69;
}
.theme__ac-awards--secondary .the-list option,
.t__ac-awards--sec .the-list option {
  border-color: #FA4D69 !important;
}
.theme__ac-awards--secondary .es-list::-webkit-scrollbar-thumb,
.t__ac-awards--sec .es-list::-webkit-scrollbar-thumb {
  background: #FA4D69;
}
.theme__ac-awards--secondary .es-visible,
.t__ac-awards--sec .es-visible {
  border-color: #FA4D69 !important;
}
.theme__ac-awards--secondary .ot-open,
.theme__ac-awards--secondary .ot-closed,
.t__ac-awards--sec .ot-open,
.t__ac-awards--sec .ot-closed {
  color: #FA4D69;
}
.theme__ac-awards--secondary .colour__foreground,
.t__ac-awards--sec .colour__foreground {
  color: #FA4D69;
}
.theme__ac-awards--secondary h1.t__none,
.theme__ac-awards--secondary h1.theme__none,
.theme__ac-awards--secondary h2.t__none,
.theme__ac-awards--secondary h2.theme__none,
.theme__ac-awards--secondary h3.t__none,
.theme__ac-awards--secondary h3.theme__none,
.theme__ac-awards--secondary h4.t__none,
.theme__ac-awards--secondary h4.theme__none,
.theme__ac-awards--secondary h1.t__none--w-hov,
.theme__ac-awards--secondary h1.theme__none--with-hover,
.theme__ac-awards--secondary h2.t__none--w-hov,
.theme__ac-awards--secondary h2.theme__none--with-hover,
.theme__ac-awards--secondary h3.t__none--w-hov,
.theme__ac-awards--secondary h3.theme__none--with-hover,
.theme__ac-awards--secondary h4.t__none--w-hov,
.theme__ac-awards--secondary h4.theme__none--with-hover,
.t__ac-awards--sec h1.t__none,
.t__ac-awards--sec h1.theme__none,
.t__ac-awards--sec h2.t__none,
.t__ac-awards--sec h2.theme__none,
.t__ac-awards--sec h3.t__none,
.t__ac-awards--sec h3.theme__none,
.t__ac-awards--sec h4.t__none,
.t__ac-awards--sec h4.theme__none,
.t__ac-awards--sec h1.t__none--w-hov,
.t__ac-awards--sec h1.theme__none--with-hover,
.t__ac-awards--sec h2.t__none--w-hov,
.t__ac-awards--sec h2.theme__none--with-hover,
.t__ac-awards--sec h3.t__none--w-hov,
.t__ac-awards--sec h3.theme__none--with-hover,
.t__ac-awards--sec h4.t__none--w-hov,
.t__ac-awards--sec h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__ac-awards--secondary span.t__none,
.theme__ac-awards--secondary span.theme__none,
.t__ac-awards--sec span.t__none,
.t__ac-awards--sec span.theme__none {
  color: #4a4a4a;
}
.theme__ac-awards--secondary i.t__none,
.theme__ac-awards--secondary i.theme__none,
.t__ac-awards--sec i.t__none,
.t__ac-awards--sec i.theme__none {
  color: #4a4a4a;
}
.theme__ac-awards--secondary a.border__none,
.theme__ac-awards--secondary a.b__none,
.t__ac-awards--sec a.border__none,
.t__ac-awards--sec a.b__none {
  border: 0;
}
.theme__ac-awards--secondary a:hover h1.t__none,
.theme__ac-awards--secondary a:hover h1.theme__none,
.theme__ac-awards--secondary a:hover h2.t__none,
.theme__ac-awards--secondary a:hover h2.theme__none,
.theme__ac-awards--secondary a:hover h3.t__none,
.theme__ac-awards--secondary a:hover h3.theme__none,
.theme__ac-awards--secondary a:hover h4.t__none,
.theme__ac-awards--secondary a:hover h4.theme__none,
.t__ac-awards--sec a:hover h1.t__none,
.t__ac-awards--sec a:hover h1.theme__none,
.t__ac-awards--sec a:hover h2.t__none,
.t__ac-awards--sec a:hover h2.theme__none,
.t__ac-awards--sec a:hover h3.t__none,
.t__ac-awards--sec a:hover h3.theme__none,
.t__ac-awards--sec a:hover h4.t__none,
.t__ac-awards--sec a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__ac-awards--secondary a:hover h1.t__none--w-hov,
.theme__ac-awards--secondary a:hover h1.theme__none--with-hover,
.theme__ac-awards--secondary a:hover h2.t__none--w-hov,
.theme__ac-awards--secondary a:hover h2.theme__none--with-hover,
.theme__ac-awards--secondary a:hover h3.t__none--w-hov,
.theme__ac-awards--secondary a:hover h3.theme__none--with-hover,
.theme__ac-awards--secondary a:hover h4.t__none--w-hov,
.theme__ac-awards--secondary a:hover h4.theme__none--with-hover,
.t__ac-awards--sec a:hover h1.t__none--w-hov,
.t__ac-awards--sec a:hover h1.theme__none--with-hover,
.t__ac-awards--sec a:hover h2.t__none--w-hov,
.t__ac-awards--sec a:hover h2.theme__none--with-hover,
.t__ac-awards--sec a:hover h3.t__none--w-hov,
.t__ac-awards--sec a:hover h3.theme__none--with-hover,
.t__ac-awards--sec a:hover h4.t__none--w-hov,
.t__ac-awards--sec a:hover h4.theme__none--with-hover {
  color: #FA4D69;
}

.theme__ac-awards--pastel h1, .theme__ac-awards--pastel h2, .theme__ac-awards--pastel h3, .theme__ac-awards--pastel h4, .theme__ac-awards--pastel h5, .theme__ac-awards--pastel h6,
.t__ac-awards--pas h1,
.t__ac-awards--pas h2,
.t__ac-awards--pas h3,
.t__ac-awards--pas h4,
.t__ac-awards--pas h5,
.t__ac-awards--pas h6 {
  color: rgba(250, 77, 105, 0.1);
}
.theme__ac-awards--pastel a,
.t__ac-awards--pas a {
  color: #4a4a4a;
  border-color: rgba(250, 77, 105, 0.1);
  text-decoration: none;
}
.theme__ac-awards--pastel a:hover,
.t__ac-awards--pas a:hover {
  color: rgba(250, 77, 105, 0.1);
}
.theme__ac-awards--pastel a:hover h1, .theme__ac-awards--pastel a:hover h2, .theme__ac-awards--pastel a:hover h3, .theme__ac-awards--pastel a:hover h4, .theme__ac-awards--pastel a:hover h5, .theme__ac-awards--pastel a:hover h6,
.t__ac-awards--pas a:hover h1,
.t__ac-awards--pas a:hover h2,
.t__ac-awards--pas a:hover h3,
.t__ac-awards--pas a:hover h4,
.t__ac-awards--pas a:hover h5,
.t__ac-awards--pas a:hover h6 {
  color: rgba(250, 77, 105, 0.1);
}
.theme__ac-awards--pastel a div,
.t__ac-awards--pas a div {
  border-color: rgba(250, 77, 105, 0.1) !important;
}
.theme__ac-awards--pastel input,
.t__ac-awards--pas input {
  border-color: rgba(250, 77, 105, 0.1);
}
.theme__ac-awards--pastel p,
.t__ac-awards--pas p {
  color: #4a4a4a;
}
.theme__ac-awards--pastel .button,
.theme__ac-awards--pastel .btn,
.theme__ac-awards--pastel .btn__pill, .theme__ac-awards--pastel.button, .theme__ac-awards--pastel.btn, .theme__ac-awards--pastel.btn__pill,
.t__ac-awards--pas .button,
.t__ac-awards--pas .btn,
.t__ac-awards--pas .btn__pill,
.t__ac-awards--pas.button,
.t__ac-awards--pas.btn,
.t__ac-awards--pas.btn__pill {
  border-color: rgba(250, 77, 105, 0.1);
}
@media (hover: hover) {
  .theme__ac-awards--pastel .button:hover,
  .theme__ac-awards--pastel .btn:hover,
  .theme__ac-awards--pastel .btn__pill:hover, .theme__ac-awards--pastel.button:hover, .theme__ac-awards--pastel.btn:hover, .theme__ac-awards--pastel.btn__pill:hover,
  .t__ac-awards--pas .button:hover,
  .t__ac-awards--pas .btn:hover,
  .t__ac-awards--pas .btn__pill:hover,
  .t__ac-awards--pas.button:hover,
  .t__ac-awards--pas.btn:hover,
  .t__ac-awards--pas.btn__pill:hover {
    color: #ffffff;
    background: rgba(250, 77, 105, 0.1);
  }
  .theme__ac-awards--pastel .button:hover i,
  .theme__ac-awards--pastel .btn:hover i,
  .theme__ac-awards--pastel .btn__pill:hover i, .theme__ac-awards--pastel.button:hover i, .theme__ac-awards--pastel.btn:hover i, .theme__ac-awards--pastel.btn__pill:hover i,
  .t__ac-awards--pas .button:hover i,
  .t__ac-awards--pas .btn:hover i,
  .t__ac-awards--pas .btn__pill:hover i,
  .t__ac-awards--pas.button:hover i,
  .t__ac-awards--pas.btn:hover i,
  .t__ac-awards--pas.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__ac-awards--pastel .button__invert,
.theme__ac-awards--pastel .btn__invert,
.theme__ac-awards--pastel .btn__pill__invert, .theme__ac-awards--pastel.button__invert, .theme__ac-awards--pastel.btn__invert, .theme__ac-awards--pastel.btn__pill__invert,
.t__ac-awards--pas .button__invert,
.t__ac-awards--pas .btn__invert,
.t__ac-awards--pas .btn__pill__invert,
.t__ac-awards--pas.button__invert,
.t__ac-awards--pas.btn__invert,
.t__ac-awards--pas.btn__pill__invert {
  background-color: rgba(250, 77, 105, 0.1);
  color: #ffffff;
}
.theme__ac-awards--pastel .button__invert h4,
.theme__ac-awards--pastel .btn__invert h4,
.theme__ac-awards--pastel .btn__pill__invert h4, .theme__ac-awards--pastel.button__invert h4, .theme__ac-awards--pastel.btn__invert h4, .theme__ac-awards--pastel.btn__pill__invert h4,
.t__ac-awards--pas .button__invert h4,
.t__ac-awards--pas .btn__invert h4,
.t__ac-awards--pas .btn__pill__invert h4,
.t__ac-awards--pas.button__invert h4,
.t__ac-awards--pas.btn__invert h4,
.t__ac-awards--pas.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__ac-awards--pastel .button__invert:hover,
.theme__ac-awards--pastel .btn__invert:hover,
.theme__ac-awards--pastel .btn__pill__invert:hover, .theme__ac-awards--pastel.button__invert:hover, .theme__ac-awards--pastel.btn__invert:hover, .theme__ac-awards--pastel.btn__pill__invert:hover,
.t__ac-awards--pas .button__invert:hover,
.t__ac-awards--pas .btn__invert:hover,
.t__ac-awards--pas .btn__pill__invert:hover,
.t__ac-awards--pas.button__invert:hover,
.t__ac-awards--pas.btn__invert:hover,
.t__ac-awards--pas.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__ac-awards--pastel .button__invert:hover h4,
.theme__ac-awards--pastel .btn__invert:hover h4,
.theme__ac-awards--pastel .btn__pill__invert:hover h4, .theme__ac-awards--pastel.button__invert:hover h4, .theme__ac-awards--pastel.btn__invert:hover h4, .theme__ac-awards--pastel.btn__pill__invert:hover h4,
.t__ac-awards--pas .button__invert:hover h4,
.t__ac-awards--pas .btn__invert:hover h4,
.t__ac-awards--pas .btn__pill__invert:hover h4,
.t__ac-awards--pas.button__invert:hover h4,
.t__ac-awards--pas.btn__invert:hover h4,
.t__ac-awards--pas.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__ac-awards--pastel .button__invert--hover:hover,
.theme__ac-awards--pastel .btn__invert--hover:hover,
.theme__ac-awards--pastel .btn__pill__invert--hover:hover, .theme__ac-awards--pastel.button__invert--hover:hover, .theme__ac-awards--pastel.btn__invert--hover:hover, .theme__ac-awards--pastel.btn__pill__invert--hover:hover,
.t__ac-awards--pas .button__invert--hover:hover,
.t__ac-awards--pas .btn__invert--hover:hover,
.t__ac-awards--pas .btn__pill__invert--hover:hover,
.t__ac-awards--pas.button__invert--hover:hover,
.t__ac-awards--pas.btn__invert--hover:hover,
.t__ac-awards--pas.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__ac-awards--pastel .button__under,
.theme__ac-awards--pastel .btn__under,
.theme__ac-awards--pastel .btn__pill__under, .theme__ac-awards--pastel.button__under, .theme__ac-awards--pastel.btn__under, .theme__ac-awards--pastel.btn__pill__under,
.t__ac-awards--pas .button__under,
.t__ac-awards--pas .btn__under,
.t__ac-awards--pas .btn__pill__under,
.t__ac-awards--pas.button__under,
.t__ac-awards--pas.btn__under,
.t__ac-awards--pas.btn__pill__under {
  border-color: rgba(250, 77, 105, 0.1);
}
.theme__ac-awards--pastel .btn__large,
.t__ac-awards--pas .btn__large {
  background-color: rgba(250, 77, 105, 0.1);
}
.theme__ac-awards--pastel .input__search,
.t__ac-awards--pas .input__search {
  border-color: rgba(250, 77, 105, 0.1);
}
.theme__ac-awards--pastel .input__search i,
.t__ac-awards--pas .input__search i {
  color: #4a4a4a;
}
.theme__ac-awards--pastel .input__search:hover i,
.t__ac-awards--pas .input__search:hover i {
  color: rgba(250, 77, 105, 0.1);
}
.theme__ac-awards--pastel .component__foreground,
.t__ac-awards--pas .component__foreground {
  color: #4a4a4a;
}
.theme__ac-awards--pastel.card,
.theme__ac-awards--pastel .card, .theme__ac-awards--pastel.card__with-image,
.theme__ac-awards--pastel .card__with-image,
.t__ac-awards--pas.card,
.t__ac-awards--pas .card,
.t__ac-awards--pas.card__with-image,
.t__ac-awards--pas .card__with-image {
  border-color: rgba(250, 77, 105, 0.1);
}
.theme__ac-awards--pastel.card__highlight,
.theme__ac-awards--pastel .card__highlight,
.theme__ac-awards--pastel .card__highlight--image,
.theme__ac-awards--pastel .card__highlight--final,
.t__ac-awards--pas.card__highlight,
.t__ac-awards--pas .card__highlight,
.t__ac-awards--pas .card__highlight--image,
.t__ac-awards--pas .card__highlight--final {
  background-color: rgba(250, 77, 105, 0.1);
  border-color: rgba(250, 77, 105, 0.1);
}
.theme__ac-awards--pastel.card__highlight--title,
.theme__ac-awards--pastel .card__highlight--title,
.theme__ac-awards--pastel .card__highlight--image,
.theme__ac-awards--pastel .card__highlight--final,
.t__ac-awards--pas.card__highlight--title,
.t__ac-awards--pas .card__highlight--title,
.t__ac-awards--pas .card__highlight--image,
.t__ac-awards--pas .card__highlight--final {
  color: #4a4a4a;
}
.theme__ac-awards--pastel .image-slider__selector--dot,
.t__ac-awards--pas .image-slider__selector--dot {
  background-color: rgba(250, 77, 105, 0.1);
}
.theme__ac-awards--pastel .call-to-action__text h3,
.t__ac-awards--pas .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__ac-awards--pastel .officer__block--title h5, .theme__ac-awards--pastel .officer__block--title h6,
.t__ac-awards--pas .officer__block--title h5,
.t__ac-awards--pas .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__ac-awards--pastel .block__statement--link,
.t__ac-awards--pas .block__statement--link {
  color: #4a4a4a;
}
.theme__ac-awards--pastel .card__cutoff,
.t__ac-awards--pas .card__cutoff {
  background: linear-gradient(rgba(250, 77, 105, 0.1), rgba(250, 77, 105, 0.1)), linear-gradient(white, white);
}
.theme__ac-awards--pastel .card__cutoff p,
.t__ac-awards--pas .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__ac-awards--pastel .card__cutoff:hover,
  .t__ac-awards--pas .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__ac-awards--pastel .card__cutoff:hover p,
  .t__ac-awards--pas .card__cutoff:hover p {
    color: rgba(250, 77, 105, 0.1);
  }
  .theme__ac-awards--pastel .card__cutoff:hover .card__cutoff--link,
  .t__ac-awards--pas .card__cutoff:hover .card__cutoff--link {
    color: rgba(250, 77, 105, 0.1);
  }
  .theme__ac-awards--pastel .card__cutoff:hover .card__cutoff--text,
  .t__ac-awards--pas .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__ac-awards--pastel .card__cutoff:hover .card__cutoff--text p,
  .t__ac-awards--pas .card__cutoff:hover .card__cutoff--text p {
    color: rgba(250, 77, 105, 0.1);
  }
  .theme__ac-awards--pastel .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__ac-awards--pas .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: rgba(250, 77, 105, 0.1);
  }
}
.theme__ac-awards--pastel .card__cutoff--link,
.t__ac-awards--pas .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__ac-awards--pastel .card__cutoff--link:hover,
  .t__ac-awards--pas .card__cutoff--link:hover {
    color: rgba(250, 77, 105, 0.1);
  }
  .theme__ac-awards--pastel .card__cutoff--link:hover--link,
  .t__ac-awards--pas .card__cutoff--link:hover--link {
    color: rgba(250, 77, 105, 0.1);
  }
}
.theme__ac-awards--pastel .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__ac-awards--pas .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: rgba(250, 77, 105, 0.1);
}
.theme__ac-awards--pastel .dropdown__toggle--title,
.t__ac-awards--pas .dropdown__toggle--title {
  color: rgba(250, 77, 105, 0.1);
}
.theme__ac-awards--pastel .dropdown__toggle--icon i,
.t__ac-awards--pas .dropdown__toggle--icon i {
  color: rgba(250, 77, 105, 0.1);
}
.theme__ac-awards--pastel .large_timer__countdown--item_large,
.t__ac-awards--pas .large_timer__countdown--item_large {
  background-color: rgba(250, 77, 105, 0.1);
}
.theme__ac-awards--pastel .large_timer__countdown--item_medium,
.t__ac-awards--pas .large_timer__countdown--item_medium {
  background-color: rgba(250, 77, 105, 0.1);
}
.theme__ac-awards--pastel .large_timer__countdown--item_small,
.t__ac-awards--pas .large_timer__countdown--item_small {
  background-color: rgba(250, 77, 105, 0.1);
}
.theme__ac-awards--pastel .modalcontent,
.t__ac-awards--pas .modalcontent {
  border-color: rgba(250, 77, 105, 0.1);
}
.theme__ac-awards--pastel .transparent__header,
.t__ac-awards--pas .transparent__header {
  background: rgba(250, 77, 105, 0.1);
}
.theme__ac-awards--pastel .breadcrumb__slashes,
.t__ac-awards--pas .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__ac-awards--pastel .the-list,
.t__ac-awards--pas .the-list {
  background-color: rgba(250, 77, 105, 0.1);
}
.theme__ac-awards--pastel .the-list option,
.t__ac-awards--pas .the-list option {
  border-color: rgba(250, 77, 105, 0.1) !important;
}
.theme__ac-awards--pastel .es-list::-webkit-scrollbar-thumb,
.t__ac-awards--pas .es-list::-webkit-scrollbar-thumb {
  background: rgba(250, 77, 105, 0.1);
}
.theme__ac-awards--pastel .es-visible,
.t__ac-awards--pas .es-visible {
  border-color: rgba(250, 77, 105, 0.1) !important;
}
.theme__ac-awards--pastel .ot-open,
.theme__ac-awards--pastel .ot-closed,
.t__ac-awards--pas .ot-open,
.t__ac-awards--pas .ot-closed {
  color: rgba(250, 77, 105, 0.1);
}
.theme__ac-awards--pastel .colour__foreground,
.t__ac-awards--pas .colour__foreground {
  color: rgba(250, 77, 105, 0.1);
}
.theme__ac-awards--pastel h1.t__none,
.theme__ac-awards--pastel h1.theme__none,
.theme__ac-awards--pastel h2.t__none,
.theme__ac-awards--pastel h2.theme__none,
.theme__ac-awards--pastel h3.t__none,
.theme__ac-awards--pastel h3.theme__none,
.theme__ac-awards--pastel h4.t__none,
.theme__ac-awards--pastel h4.theme__none,
.theme__ac-awards--pastel h1.t__none--w-hov,
.theme__ac-awards--pastel h1.theme__none--with-hover,
.theme__ac-awards--pastel h2.t__none--w-hov,
.theme__ac-awards--pastel h2.theme__none--with-hover,
.theme__ac-awards--pastel h3.t__none--w-hov,
.theme__ac-awards--pastel h3.theme__none--with-hover,
.theme__ac-awards--pastel h4.t__none--w-hov,
.theme__ac-awards--pastel h4.theme__none--with-hover,
.t__ac-awards--pas h1.t__none,
.t__ac-awards--pas h1.theme__none,
.t__ac-awards--pas h2.t__none,
.t__ac-awards--pas h2.theme__none,
.t__ac-awards--pas h3.t__none,
.t__ac-awards--pas h3.theme__none,
.t__ac-awards--pas h4.t__none,
.t__ac-awards--pas h4.theme__none,
.t__ac-awards--pas h1.t__none--w-hov,
.t__ac-awards--pas h1.theme__none--with-hover,
.t__ac-awards--pas h2.t__none--w-hov,
.t__ac-awards--pas h2.theme__none--with-hover,
.t__ac-awards--pas h3.t__none--w-hov,
.t__ac-awards--pas h3.theme__none--with-hover,
.t__ac-awards--pas h4.t__none--w-hov,
.t__ac-awards--pas h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__ac-awards--pastel span.t__none,
.theme__ac-awards--pastel span.theme__none,
.t__ac-awards--pas span.t__none,
.t__ac-awards--pas span.theme__none {
  color: #4a4a4a;
}
.theme__ac-awards--pastel i.t__none,
.theme__ac-awards--pastel i.theme__none,
.t__ac-awards--pas i.t__none,
.t__ac-awards--pas i.theme__none {
  color: #4a4a4a;
}
.theme__ac-awards--pastel a.border__none,
.theme__ac-awards--pastel a.b__none,
.t__ac-awards--pas a.border__none,
.t__ac-awards--pas a.b__none {
  border: 0;
}
.theme__ac-awards--pastel a:hover h1.t__none,
.theme__ac-awards--pastel a:hover h1.theme__none,
.theme__ac-awards--pastel a:hover h2.t__none,
.theme__ac-awards--pastel a:hover h2.theme__none,
.theme__ac-awards--pastel a:hover h3.t__none,
.theme__ac-awards--pastel a:hover h3.theme__none,
.theme__ac-awards--pastel a:hover h4.t__none,
.theme__ac-awards--pastel a:hover h4.theme__none,
.t__ac-awards--pas a:hover h1.t__none,
.t__ac-awards--pas a:hover h1.theme__none,
.t__ac-awards--pas a:hover h2.t__none,
.t__ac-awards--pas a:hover h2.theme__none,
.t__ac-awards--pas a:hover h3.t__none,
.t__ac-awards--pas a:hover h3.theme__none,
.t__ac-awards--pas a:hover h4.t__none,
.t__ac-awards--pas a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__ac-awards--pastel a:hover h1.t__none--w-hov,
.theme__ac-awards--pastel a:hover h1.theme__none--with-hover,
.theme__ac-awards--pastel a:hover h2.t__none--w-hov,
.theme__ac-awards--pastel a:hover h2.theme__none--with-hover,
.theme__ac-awards--pastel a:hover h3.t__none--w-hov,
.theme__ac-awards--pastel a:hover h3.theme__none--with-hover,
.theme__ac-awards--pastel a:hover h4.t__none--w-hov,
.theme__ac-awards--pastel a:hover h4.theme__none--with-hover,
.t__ac-awards--pas a:hover h1.t__none--w-hov,
.t__ac-awards--pas a:hover h1.theme__none--with-hover,
.t__ac-awards--pas a:hover h2.t__none--w-hov,
.t__ac-awards--pas a:hover h2.theme__none--with-hover,
.t__ac-awards--pas a:hover h3.t__none--w-hov,
.t__ac-awards--pas a:hover h3.theme__none--with-hover,
.t__ac-awards--pas a:hover h4.t__none--w-hov,
.t__ac-awards--pas a:hover h4.theme__none--with-hover {
  color: rgba(250, 77, 105, 0.1);
}

.theme__ac-awards--background-primary,
.t__ac-awards--bg-pri {
  background-color: #FA4D69;
}

.theme__ac-awards--background-secondary,
.t__ac-awards--bg-sec {
  background-color: #FA4D69;
}

.theme__ac-awards--background-pastel,
.t__ac-awards--bg-pas {
  background-color: rgba(250, 77, 105, 0.1);
}

.theme__voting--primary h1, .theme__voting--primary h2, .theme__voting--primary h3, .theme__voting--primary h4, .theme__voting--primary h5, .theme__voting--primary h6,
.t__voting--pri h1,
.t__voting--pri h2,
.t__voting--pri h3,
.t__voting--pri h4,
.t__voting--pri h5,
.t__voting--pri h6 {
  color: #FFEA13;
}
.theme__voting--primary a,
.t__voting--pri a {
  color: #4a4a4a;
  border-color: #FFEA13;
  text-decoration: none;
}
.theme__voting--primary a:hover,
.t__voting--pri a:hover {
  color: #FFEA13;
}
.theme__voting--primary a:hover h1, .theme__voting--primary a:hover h2, .theme__voting--primary a:hover h3, .theme__voting--primary a:hover h4, .theme__voting--primary a:hover h5, .theme__voting--primary a:hover h6,
.t__voting--pri a:hover h1,
.t__voting--pri a:hover h2,
.t__voting--pri a:hover h3,
.t__voting--pri a:hover h4,
.t__voting--pri a:hover h5,
.t__voting--pri a:hover h6 {
  color: #FFEA13;
}
.theme__voting--primary a div,
.t__voting--pri a div {
  border-color: #FFEA13 !important;
}
.theme__voting--primary input,
.t__voting--pri input {
  border-color: #FFEA13;
}
.theme__voting--primary p,
.t__voting--pri p {
  color: #4a4a4a;
}
.theme__voting--primary .button,
.theme__voting--primary .btn,
.theme__voting--primary .btn__pill, .theme__voting--primary.button, .theme__voting--primary.btn, .theme__voting--primary.btn__pill,
.t__voting--pri .button,
.t__voting--pri .btn,
.t__voting--pri .btn__pill,
.t__voting--pri.button,
.t__voting--pri.btn,
.t__voting--pri.btn__pill {
  border-color: #FFEA13;
}
@media (hover: hover) {
  .theme__voting--primary .button:hover,
  .theme__voting--primary .btn:hover,
  .theme__voting--primary .btn__pill:hover, .theme__voting--primary.button:hover, .theme__voting--primary.btn:hover, .theme__voting--primary.btn__pill:hover,
  .t__voting--pri .button:hover,
  .t__voting--pri .btn:hover,
  .t__voting--pri .btn__pill:hover,
  .t__voting--pri.button:hover,
  .t__voting--pri.btn:hover,
  .t__voting--pri.btn__pill:hover {
    color: #ffffff;
    background: #FFEA13;
  }
  .theme__voting--primary .button:hover i,
  .theme__voting--primary .btn:hover i,
  .theme__voting--primary .btn__pill:hover i, .theme__voting--primary.button:hover i, .theme__voting--primary.btn:hover i, .theme__voting--primary.btn__pill:hover i,
  .t__voting--pri .button:hover i,
  .t__voting--pri .btn:hover i,
  .t__voting--pri .btn__pill:hover i,
  .t__voting--pri.button:hover i,
  .t__voting--pri.btn:hover i,
  .t__voting--pri.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__voting--primary .button__invert,
.theme__voting--primary .btn__invert,
.theme__voting--primary .btn__pill__invert, .theme__voting--primary.button__invert, .theme__voting--primary.btn__invert, .theme__voting--primary.btn__pill__invert,
.t__voting--pri .button__invert,
.t__voting--pri .btn__invert,
.t__voting--pri .btn__pill__invert,
.t__voting--pri.button__invert,
.t__voting--pri.btn__invert,
.t__voting--pri.btn__pill__invert {
  background-color: #FFEA13;
  color: #ffffff;
}
.theme__voting--primary .button__invert h4,
.theme__voting--primary .btn__invert h4,
.theme__voting--primary .btn__pill__invert h4, .theme__voting--primary.button__invert h4, .theme__voting--primary.btn__invert h4, .theme__voting--primary.btn__pill__invert h4,
.t__voting--pri .button__invert h4,
.t__voting--pri .btn__invert h4,
.t__voting--pri .btn__pill__invert h4,
.t__voting--pri.button__invert h4,
.t__voting--pri.btn__invert h4,
.t__voting--pri.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__voting--primary .button__invert:hover,
.theme__voting--primary .btn__invert:hover,
.theme__voting--primary .btn__pill__invert:hover, .theme__voting--primary.button__invert:hover, .theme__voting--primary.btn__invert:hover, .theme__voting--primary.btn__pill__invert:hover,
.t__voting--pri .button__invert:hover,
.t__voting--pri .btn__invert:hover,
.t__voting--pri .btn__pill__invert:hover,
.t__voting--pri.button__invert:hover,
.t__voting--pri.btn__invert:hover,
.t__voting--pri.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__voting--primary .button__invert:hover h4,
.theme__voting--primary .btn__invert:hover h4,
.theme__voting--primary .btn__pill__invert:hover h4, .theme__voting--primary.button__invert:hover h4, .theme__voting--primary.btn__invert:hover h4, .theme__voting--primary.btn__pill__invert:hover h4,
.t__voting--pri .button__invert:hover h4,
.t__voting--pri .btn__invert:hover h4,
.t__voting--pri .btn__pill__invert:hover h4,
.t__voting--pri.button__invert:hover h4,
.t__voting--pri.btn__invert:hover h4,
.t__voting--pri.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__voting--primary .button__invert--hover:hover,
.theme__voting--primary .btn__invert--hover:hover,
.theme__voting--primary .btn__pill__invert--hover:hover, .theme__voting--primary.button__invert--hover:hover, .theme__voting--primary.btn__invert--hover:hover, .theme__voting--primary.btn__pill__invert--hover:hover,
.t__voting--pri .button__invert--hover:hover,
.t__voting--pri .btn__invert--hover:hover,
.t__voting--pri .btn__pill__invert--hover:hover,
.t__voting--pri.button__invert--hover:hover,
.t__voting--pri.btn__invert--hover:hover,
.t__voting--pri.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__voting--primary .button__under,
.theme__voting--primary .btn__under,
.theme__voting--primary .btn__pill__under, .theme__voting--primary.button__under, .theme__voting--primary.btn__under, .theme__voting--primary.btn__pill__under,
.t__voting--pri .button__under,
.t__voting--pri .btn__under,
.t__voting--pri .btn__pill__under,
.t__voting--pri.button__under,
.t__voting--pri.btn__under,
.t__voting--pri.btn__pill__under {
  border-color: #FFEA13;
}
.theme__voting--primary .btn__large,
.t__voting--pri .btn__large {
  background-color: #FFEA13;
}
.theme__voting--primary .input__search,
.t__voting--pri .input__search {
  border-color: #FFEA13;
}
.theme__voting--primary .input__search i,
.t__voting--pri .input__search i {
  color: #4a4a4a;
}
.theme__voting--primary .input__search:hover i,
.t__voting--pri .input__search:hover i {
  color: #FFEA13;
}
.theme__voting--primary .component__foreground,
.t__voting--pri .component__foreground {
  color: #4a4a4a;
}
.theme__voting--primary.card,
.theme__voting--primary .card, .theme__voting--primary.card__with-image,
.theme__voting--primary .card__with-image,
.t__voting--pri.card,
.t__voting--pri .card,
.t__voting--pri.card__with-image,
.t__voting--pri .card__with-image {
  border-color: #FFEA13;
}
.theme__voting--primary.card__highlight,
.theme__voting--primary .card__highlight,
.theme__voting--primary .card__highlight--image,
.theme__voting--primary .card__highlight--final,
.t__voting--pri.card__highlight,
.t__voting--pri .card__highlight,
.t__voting--pri .card__highlight--image,
.t__voting--pri .card__highlight--final {
  background-color: #FFEA13;
  border-color: #FFEA13;
}
.theme__voting--primary.card__highlight--title,
.theme__voting--primary .card__highlight--title,
.theme__voting--primary .card__highlight--image,
.theme__voting--primary .card__highlight--final,
.t__voting--pri.card__highlight--title,
.t__voting--pri .card__highlight--title,
.t__voting--pri .card__highlight--image,
.t__voting--pri .card__highlight--final {
  color: #4a4a4a;
}
.theme__voting--primary .image-slider__selector--dot,
.t__voting--pri .image-slider__selector--dot {
  background-color: #FFEA13;
}
.theme__voting--primary .call-to-action__text h3,
.t__voting--pri .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__voting--primary .officer__block--title h5, .theme__voting--primary .officer__block--title h6,
.t__voting--pri .officer__block--title h5,
.t__voting--pri .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__voting--primary .block__statement--link,
.t__voting--pri .block__statement--link {
  color: #4a4a4a;
}
.theme__voting--primary .card__cutoff,
.t__voting--pri .card__cutoff {
  background: linear-gradient(#FFEA13, #FFEA13), linear-gradient(white, white);
}
.theme__voting--primary .card__cutoff p,
.t__voting--pri .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__voting--primary .card__cutoff:hover,
  .t__voting--pri .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__voting--primary .card__cutoff:hover p,
  .t__voting--pri .card__cutoff:hover p {
    color: #FFEA13;
  }
  .theme__voting--primary .card__cutoff:hover .card__cutoff--link,
  .t__voting--pri .card__cutoff:hover .card__cutoff--link {
    color: #FFEA13;
  }
  .theme__voting--primary .card__cutoff:hover .card__cutoff--text,
  .t__voting--pri .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__voting--primary .card__cutoff:hover .card__cutoff--text p,
  .t__voting--pri .card__cutoff:hover .card__cutoff--text p {
    color: #FFEA13;
  }
  .theme__voting--primary .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__voting--pri .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: #FFEA13;
  }
}
.theme__voting--primary .card__cutoff--link,
.t__voting--pri .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__voting--primary .card__cutoff--link:hover,
  .t__voting--pri .card__cutoff--link:hover {
    color: #FFEA13;
  }
  .theme__voting--primary .card__cutoff--link:hover--link,
  .t__voting--pri .card__cutoff--link:hover--link {
    color: #FFEA13;
  }
}
.theme__voting--primary .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__voting--pri .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: #FFEA13;
}
.theme__voting--primary .dropdown__toggle--title,
.t__voting--pri .dropdown__toggle--title {
  color: #FFEA13;
}
.theme__voting--primary .dropdown__toggle--icon i,
.t__voting--pri .dropdown__toggle--icon i {
  color: #FFEA13;
}
.theme__voting--primary .large_timer__countdown--item_large,
.t__voting--pri .large_timer__countdown--item_large {
  background-color: #FFEA13;
}
.theme__voting--primary .large_timer__countdown--item_medium,
.t__voting--pri .large_timer__countdown--item_medium {
  background-color: #FFEA13;
}
.theme__voting--primary .large_timer__countdown--item_small,
.t__voting--pri .large_timer__countdown--item_small {
  background-color: #FFEA13;
}
.theme__voting--primary .modalcontent,
.t__voting--pri .modalcontent {
  border-color: #FFEA13;
}
.theme__voting--primary .transparent__header,
.t__voting--pri .transparent__header {
  background: #FFEA13;
}
.theme__voting--primary .breadcrumb__slashes,
.t__voting--pri .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__voting--primary .the-list,
.t__voting--pri .the-list {
  background-color: #FFEA13;
}
.theme__voting--primary .the-list option,
.t__voting--pri .the-list option {
  border-color: #FFEA13 !important;
}
.theme__voting--primary .es-list::-webkit-scrollbar-thumb,
.t__voting--pri .es-list::-webkit-scrollbar-thumb {
  background: #FFEA13;
}
.theme__voting--primary .es-visible,
.t__voting--pri .es-visible {
  border-color: #FFEA13 !important;
}
.theme__voting--primary .ot-open,
.theme__voting--primary .ot-closed,
.t__voting--pri .ot-open,
.t__voting--pri .ot-closed {
  color: #FFEA13;
}
.theme__voting--primary .colour__foreground,
.t__voting--pri .colour__foreground {
  color: #FFEA13;
}
.theme__voting--primary h1.t__none,
.theme__voting--primary h1.theme__none,
.theme__voting--primary h2.t__none,
.theme__voting--primary h2.theme__none,
.theme__voting--primary h3.t__none,
.theme__voting--primary h3.theme__none,
.theme__voting--primary h4.t__none,
.theme__voting--primary h4.theme__none,
.theme__voting--primary h1.t__none--w-hov,
.theme__voting--primary h1.theme__none--with-hover,
.theme__voting--primary h2.t__none--w-hov,
.theme__voting--primary h2.theme__none--with-hover,
.theme__voting--primary h3.t__none--w-hov,
.theme__voting--primary h3.theme__none--with-hover,
.theme__voting--primary h4.t__none--w-hov,
.theme__voting--primary h4.theme__none--with-hover,
.t__voting--pri h1.t__none,
.t__voting--pri h1.theme__none,
.t__voting--pri h2.t__none,
.t__voting--pri h2.theme__none,
.t__voting--pri h3.t__none,
.t__voting--pri h3.theme__none,
.t__voting--pri h4.t__none,
.t__voting--pri h4.theme__none,
.t__voting--pri h1.t__none--w-hov,
.t__voting--pri h1.theme__none--with-hover,
.t__voting--pri h2.t__none--w-hov,
.t__voting--pri h2.theme__none--with-hover,
.t__voting--pri h3.t__none--w-hov,
.t__voting--pri h3.theme__none--with-hover,
.t__voting--pri h4.t__none--w-hov,
.t__voting--pri h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__voting--primary span.t__none,
.theme__voting--primary span.theme__none,
.t__voting--pri span.t__none,
.t__voting--pri span.theme__none {
  color: #4a4a4a;
}
.theme__voting--primary i.t__none,
.theme__voting--primary i.theme__none,
.t__voting--pri i.t__none,
.t__voting--pri i.theme__none {
  color: #4a4a4a;
}
.theme__voting--primary a.border__none,
.theme__voting--primary a.b__none,
.t__voting--pri a.border__none,
.t__voting--pri a.b__none {
  border: 0;
}
.theme__voting--primary a:hover h1.t__none,
.theme__voting--primary a:hover h1.theme__none,
.theme__voting--primary a:hover h2.t__none,
.theme__voting--primary a:hover h2.theme__none,
.theme__voting--primary a:hover h3.t__none,
.theme__voting--primary a:hover h3.theme__none,
.theme__voting--primary a:hover h4.t__none,
.theme__voting--primary a:hover h4.theme__none,
.t__voting--pri a:hover h1.t__none,
.t__voting--pri a:hover h1.theme__none,
.t__voting--pri a:hover h2.t__none,
.t__voting--pri a:hover h2.theme__none,
.t__voting--pri a:hover h3.t__none,
.t__voting--pri a:hover h3.theme__none,
.t__voting--pri a:hover h4.t__none,
.t__voting--pri a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__voting--primary a:hover h1.t__none--w-hov,
.theme__voting--primary a:hover h1.theme__none--with-hover,
.theme__voting--primary a:hover h2.t__none--w-hov,
.theme__voting--primary a:hover h2.theme__none--with-hover,
.theme__voting--primary a:hover h3.t__none--w-hov,
.theme__voting--primary a:hover h3.theme__none--with-hover,
.theme__voting--primary a:hover h4.t__none--w-hov,
.theme__voting--primary a:hover h4.theme__none--with-hover,
.t__voting--pri a:hover h1.t__none--w-hov,
.t__voting--pri a:hover h1.theme__none--with-hover,
.t__voting--pri a:hover h2.t__none--w-hov,
.t__voting--pri a:hover h2.theme__none--with-hover,
.t__voting--pri a:hover h3.t__none--w-hov,
.t__voting--pri a:hover h3.theme__none--with-hover,
.t__voting--pri a:hover h4.t__none--w-hov,
.t__voting--pri a:hover h4.theme__none--with-hover {
  color: #FFEA13;
}
.theme__voting--primary .dotted__line--small, .theme__voting--primary .dotted__line--medium, .theme__voting--primary .dotted__line--large, .theme__voting--primary .dotted__line--x-large, .theme__voting--primary .dotted__line--huge,
.t__voting--pri .dotted__line--small,
.t__voting--pri .dotted__line--medium,
.t__voting--pri .dotted__line--large,
.t__voting--pri .dotted__line--x-large,
.t__voting--pri .dotted__line--huge {
  border-image-source: url("https://fe3ca8e0a2f497a00e8a-853d39369c554c336474f22b1382bbe4.ssl.cf3.rackcdn.com/dotted_voting.png");
}
.theme__voting--primary::-webkit-scrollbar-thumb,
.t__voting--pri::-webkit-scrollbar-thumb {
  background: #FFEA13;
}

.theme__voting--secondary h1, .theme__voting--secondary h2, .theme__voting--secondary h3, .theme__voting--secondary h4, .theme__voting--secondary h5, .theme__voting--secondary h6,
.t__voting--sec h1,
.t__voting--sec h2,
.t__voting--sec h3,
.t__voting--sec h4,
.t__voting--sec h5,
.t__voting--sec h6 {
  color: #F2F520;
}
.theme__voting--secondary a,
.t__voting--sec a {
  color: #4a4a4a;
  border-color: #F2F520;
  text-decoration: none;
}
.theme__voting--secondary a:hover,
.t__voting--sec a:hover {
  color: #F2F520;
}
.theme__voting--secondary a:hover h1, .theme__voting--secondary a:hover h2, .theme__voting--secondary a:hover h3, .theme__voting--secondary a:hover h4, .theme__voting--secondary a:hover h5, .theme__voting--secondary a:hover h6,
.t__voting--sec a:hover h1,
.t__voting--sec a:hover h2,
.t__voting--sec a:hover h3,
.t__voting--sec a:hover h4,
.t__voting--sec a:hover h5,
.t__voting--sec a:hover h6 {
  color: #F2F520;
}
.theme__voting--secondary a div,
.t__voting--sec a div {
  border-color: #F2F520 !important;
}
.theme__voting--secondary input,
.t__voting--sec input {
  border-color: #F2F520;
}
.theme__voting--secondary p,
.t__voting--sec p {
  color: #4a4a4a;
}
.theme__voting--secondary .button,
.theme__voting--secondary .btn,
.theme__voting--secondary .btn__pill, .theme__voting--secondary.button, .theme__voting--secondary.btn, .theme__voting--secondary.btn__pill,
.t__voting--sec .button,
.t__voting--sec .btn,
.t__voting--sec .btn__pill,
.t__voting--sec.button,
.t__voting--sec.btn,
.t__voting--sec.btn__pill {
  border-color: #F2F520;
}
@media (hover: hover) {
  .theme__voting--secondary .button:hover,
  .theme__voting--secondary .btn:hover,
  .theme__voting--secondary .btn__pill:hover, .theme__voting--secondary.button:hover, .theme__voting--secondary.btn:hover, .theme__voting--secondary.btn__pill:hover,
  .t__voting--sec .button:hover,
  .t__voting--sec .btn:hover,
  .t__voting--sec .btn__pill:hover,
  .t__voting--sec.button:hover,
  .t__voting--sec.btn:hover,
  .t__voting--sec.btn__pill:hover {
    color: #ffffff;
    background: #F2F520;
  }
  .theme__voting--secondary .button:hover i,
  .theme__voting--secondary .btn:hover i,
  .theme__voting--secondary .btn__pill:hover i, .theme__voting--secondary.button:hover i, .theme__voting--secondary.btn:hover i, .theme__voting--secondary.btn__pill:hover i,
  .t__voting--sec .button:hover i,
  .t__voting--sec .btn:hover i,
  .t__voting--sec .btn__pill:hover i,
  .t__voting--sec.button:hover i,
  .t__voting--sec.btn:hover i,
  .t__voting--sec.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__voting--secondary .button__invert,
.theme__voting--secondary .btn__invert,
.theme__voting--secondary .btn__pill__invert, .theme__voting--secondary.button__invert, .theme__voting--secondary.btn__invert, .theme__voting--secondary.btn__pill__invert,
.t__voting--sec .button__invert,
.t__voting--sec .btn__invert,
.t__voting--sec .btn__pill__invert,
.t__voting--sec.button__invert,
.t__voting--sec.btn__invert,
.t__voting--sec.btn__pill__invert {
  background-color: #F2F520;
  color: #ffffff;
}
.theme__voting--secondary .button__invert h4,
.theme__voting--secondary .btn__invert h4,
.theme__voting--secondary .btn__pill__invert h4, .theme__voting--secondary.button__invert h4, .theme__voting--secondary.btn__invert h4, .theme__voting--secondary.btn__pill__invert h4,
.t__voting--sec .button__invert h4,
.t__voting--sec .btn__invert h4,
.t__voting--sec .btn__pill__invert h4,
.t__voting--sec.button__invert h4,
.t__voting--sec.btn__invert h4,
.t__voting--sec.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__voting--secondary .button__invert:hover,
.theme__voting--secondary .btn__invert:hover,
.theme__voting--secondary .btn__pill__invert:hover, .theme__voting--secondary.button__invert:hover, .theme__voting--secondary.btn__invert:hover, .theme__voting--secondary.btn__pill__invert:hover,
.t__voting--sec .button__invert:hover,
.t__voting--sec .btn__invert:hover,
.t__voting--sec .btn__pill__invert:hover,
.t__voting--sec.button__invert:hover,
.t__voting--sec.btn__invert:hover,
.t__voting--sec.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__voting--secondary .button__invert:hover h4,
.theme__voting--secondary .btn__invert:hover h4,
.theme__voting--secondary .btn__pill__invert:hover h4, .theme__voting--secondary.button__invert:hover h4, .theme__voting--secondary.btn__invert:hover h4, .theme__voting--secondary.btn__pill__invert:hover h4,
.t__voting--sec .button__invert:hover h4,
.t__voting--sec .btn__invert:hover h4,
.t__voting--sec .btn__pill__invert:hover h4,
.t__voting--sec.button__invert:hover h4,
.t__voting--sec.btn__invert:hover h4,
.t__voting--sec.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__voting--secondary .button__invert--hover:hover,
.theme__voting--secondary .btn__invert--hover:hover,
.theme__voting--secondary .btn__pill__invert--hover:hover, .theme__voting--secondary.button__invert--hover:hover, .theme__voting--secondary.btn__invert--hover:hover, .theme__voting--secondary.btn__pill__invert--hover:hover,
.t__voting--sec .button__invert--hover:hover,
.t__voting--sec .btn__invert--hover:hover,
.t__voting--sec .btn__pill__invert--hover:hover,
.t__voting--sec.button__invert--hover:hover,
.t__voting--sec.btn__invert--hover:hover,
.t__voting--sec.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__voting--secondary .button__under,
.theme__voting--secondary .btn__under,
.theme__voting--secondary .btn__pill__under, .theme__voting--secondary.button__under, .theme__voting--secondary.btn__under, .theme__voting--secondary.btn__pill__under,
.t__voting--sec .button__under,
.t__voting--sec .btn__under,
.t__voting--sec .btn__pill__under,
.t__voting--sec.button__under,
.t__voting--sec.btn__under,
.t__voting--sec.btn__pill__under {
  border-color: #F2F520;
}
.theme__voting--secondary .btn__large,
.t__voting--sec .btn__large {
  background-color: #F2F520;
}
.theme__voting--secondary .input__search,
.t__voting--sec .input__search {
  border-color: #F2F520;
}
.theme__voting--secondary .input__search i,
.t__voting--sec .input__search i {
  color: #4a4a4a;
}
.theme__voting--secondary .input__search:hover i,
.t__voting--sec .input__search:hover i {
  color: #F2F520;
}
.theme__voting--secondary .component__foreground,
.t__voting--sec .component__foreground {
  color: #4a4a4a;
}
.theme__voting--secondary.card,
.theme__voting--secondary .card, .theme__voting--secondary.card__with-image,
.theme__voting--secondary .card__with-image,
.t__voting--sec.card,
.t__voting--sec .card,
.t__voting--sec.card__with-image,
.t__voting--sec .card__with-image {
  border-color: #F2F520;
}
.theme__voting--secondary.card__highlight,
.theme__voting--secondary .card__highlight,
.theme__voting--secondary .card__highlight--image,
.theme__voting--secondary .card__highlight--final,
.t__voting--sec.card__highlight,
.t__voting--sec .card__highlight,
.t__voting--sec .card__highlight--image,
.t__voting--sec .card__highlight--final {
  background-color: #F2F520;
  border-color: #F2F520;
}
.theme__voting--secondary.card__highlight--title,
.theme__voting--secondary .card__highlight--title,
.theme__voting--secondary .card__highlight--image,
.theme__voting--secondary .card__highlight--final,
.t__voting--sec.card__highlight--title,
.t__voting--sec .card__highlight--title,
.t__voting--sec .card__highlight--image,
.t__voting--sec .card__highlight--final {
  color: #4a4a4a;
}
.theme__voting--secondary .image-slider__selector--dot,
.t__voting--sec .image-slider__selector--dot {
  background-color: #F2F520;
}
.theme__voting--secondary .call-to-action__text h3,
.t__voting--sec .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__voting--secondary .officer__block--title h5, .theme__voting--secondary .officer__block--title h6,
.t__voting--sec .officer__block--title h5,
.t__voting--sec .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__voting--secondary .block__statement--link,
.t__voting--sec .block__statement--link {
  color: #4a4a4a;
}
.theme__voting--secondary .card__cutoff,
.t__voting--sec .card__cutoff {
  background: linear-gradient(#F2F520, #F2F520), linear-gradient(white, white);
}
.theme__voting--secondary .card__cutoff p,
.t__voting--sec .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__voting--secondary .card__cutoff:hover,
  .t__voting--sec .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__voting--secondary .card__cutoff:hover p,
  .t__voting--sec .card__cutoff:hover p {
    color: #F2F520;
  }
  .theme__voting--secondary .card__cutoff:hover .card__cutoff--link,
  .t__voting--sec .card__cutoff:hover .card__cutoff--link {
    color: #F2F520;
  }
  .theme__voting--secondary .card__cutoff:hover .card__cutoff--text,
  .t__voting--sec .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__voting--secondary .card__cutoff:hover .card__cutoff--text p,
  .t__voting--sec .card__cutoff:hover .card__cutoff--text p {
    color: #F2F520;
  }
  .theme__voting--secondary .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__voting--sec .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: #F2F520;
  }
}
.theme__voting--secondary .card__cutoff--link,
.t__voting--sec .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__voting--secondary .card__cutoff--link:hover,
  .t__voting--sec .card__cutoff--link:hover {
    color: #F2F520;
  }
  .theme__voting--secondary .card__cutoff--link:hover--link,
  .t__voting--sec .card__cutoff--link:hover--link {
    color: #F2F520;
  }
}
.theme__voting--secondary .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__voting--sec .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: #F2F520;
}
.theme__voting--secondary .dropdown__toggle--title,
.t__voting--sec .dropdown__toggle--title {
  color: #F2F520;
}
.theme__voting--secondary .dropdown__toggle--icon i,
.t__voting--sec .dropdown__toggle--icon i {
  color: #F2F520;
}
.theme__voting--secondary .large_timer__countdown--item_large,
.t__voting--sec .large_timer__countdown--item_large {
  background-color: #F2F520;
}
.theme__voting--secondary .large_timer__countdown--item_medium,
.t__voting--sec .large_timer__countdown--item_medium {
  background-color: #F2F520;
}
.theme__voting--secondary .large_timer__countdown--item_small,
.t__voting--sec .large_timer__countdown--item_small {
  background-color: #F2F520;
}
.theme__voting--secondary .modalcontent,
.t__voting--sec .modalcontent {
  border-color: #F2F520;
}
.theme__voting--secondary .transparent__header,
.t__voting--sec .transparent__header {
  background: #F2F520;
}
.theme__voting--secondary .breadcrumb__slashes,
.t__voting--sec .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__voting--secondary .the-list,
.t__voting--sec .the-list {
  background-color: #F2F520;
}
.theme__voting--secondary .the-list option,
.t__voting--sec .the-list option {
  border-color: #F2F520 !important;
}
.theme__voting--secondary .es-list::-webkit-scrollbar-thumb,
.t__voting--sec .es-list::-webkit-scrollbar-thumb {
  background: #F2F520;
}
.theme__voting--secondary .es-visible,
.t__voting--sec .es-visible {
  border-color: #F2F520 !important;
}
.theme__voting--secondary .ot-open,
.theme__voting--secondary .ot-closed,
.t__voting--sec .ot-open,
.t__voting--sec .ot-closed {
  color: #F2F520;
}
.theme__voting--secondary .colour__foreground,
.t__voting--sec .colour__foreground {
  color: #F2F520;
}
.theme__voting--secondary h1.t__none,
.theme__voting--secondary h1.theme__none,
.theme__voting--secondary h2.t__none,
.theme__voting--secondary h2.theme__none,
.theme__voting--secondary h3.t__none,
.theme__voting--secondary h3.theme__none,
.theme__voting--secondary h4.t__none,
.theme__voting--secondary h4.theme__none,
.theme__voting--secondary h1.t__none--w-hov,
.theme__voting--secondary h1.theme__none--with-hover,
.theme__voting--secondary h2.t__none--w-hov,
.theme__voting--secondary h2.theme__none--with-hover,
.theme__voting--secondary h3.t__none--w-hov,
.theme__voting--secondary h3.theme__none--with-hover,
.theme__voting--secondary h4.t__none--w-hov,
.theme__voting--secondary h4.theme__none--with-hover,
.t__voting--sec h1.t__none,
.t__voting--sec h1.theme__none,
.t__voting--sec h2.t__none,
.t__voting--sec h2.theme__none,
.t__voting--sec h3.t__none,
.t__voting--sec h3.theme__none,
.t__voting--sec h4.t__none,
.t__voting--sec h4.theme__none,
.t__voting--sec h1.t__none--w-hov,
.t__voting--sec h1.theme__none--with-hover,
.t__voting--sec h2.t__none--w-hov,
.t__voting--sec h2.theme__none--with-hover,
.t__voting--sec h3.t__none--w-hov,
.t__voting--sec h3.theme__none--with-hover,
.t__voting--sec h4.t__none--w-hov,
.t__voting--sec h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__voting--secondary span.t__none,
.theme__voting--secondary span.theme__none,
.t__voting--sec span.t__none,
.t__voting--sec span.theme__none {
  color: #4a4a4a;
}
.theme__voting--secondary i.t__none,
.theme__voting--secondary i.theme__none,
.t__voting--sec i.t__none,
.t__voting--sec i.theme__none {
  color: #4a4a4a;
}
.theme__voting--secondary a.border__none,
.theme__voting--secondary a.b__none,
.t__voting--sec a.border__none,
.t__voting--sec a.b__none {
  border: 0;
}
.theme__voting--secondary a:hover h1.t__none,
.theme__voting--secondary a:hover h1.theme__none,
.theme__voting--secondary a:hover h2.t__none,
.theme__voting--secondary a:hover h2.theme__none,
.theme__voting--secondary a:hover h3.t__none,
.theme__voting--secondary a:hover h3.theme__none,
.theme__voting--secondary a:hover h4.t__none,
.theme__voting--secondary a:hover h4.theme__none,
.t__voting--sec a:hover h1.t__none,
.t__voting--sec a:hover h1.theme__none,
.t__voting--sec a:hover h2.t__none,
.t__voting--sec a:hover h2.theme__none,
.t__voting--sec a:hover h3.t__none,
.t__voting--sec a:hover h3.theme__none,
.t__voting--sec a:hover h4.t__none,
.t__voting--sec a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__voting--secondary a:hover h1.t__none--w-hov,
.theme__voting--secondary a:hover h1.theme__none--with-hover,
.theme__voting--secondary a:hover h2.t__none--w-hov,
.theme__voting--secondary a:hover h2.theme__none--with-hover,
.theme__voting--secondary a:hover h3.t__none--w-hov,
.theme__voting--secondary a:hover h3.theme__none--with-hover,
.theme__voting--secondary a:hover h4.t__none--w-hov,
.theme__voting--secondary a:hover h4.theme__none--with-hover,
.t__voting--sec a:hover h1.t__none--w-hov,
.t__voting--sec a:hover h1.theme__none--with-hover,
.t__voting--sec a:hover h2.t__none--w-hov,
.t__voting--sec a:hover h2.theme__none--with-hover,
.t__voting--sec a:hover h3.t__none--w-hov,
.t__voting--sec a:hover h3.theme__none--with-hover,
.t__voting--sec a:hover h4.t__none--w-hov,
.t__voting--sec a:hover h4.theme__none--with-hover {
  color: #F2F520;
}

.theme__voting--pastel h1, .theme__voting--pastel h2, .theme__voting--pastel h3, .theme__voting--pastel h4, .theme__voting--pastel h5, .theme__voting--pastel h6,
.t__voting--pas h1,
.t__voting--pas h2,
.t__voting--pas h3,
.t__voting--pas h4,
.t__voting--pas h5,
.t__voting--pas h6 {
  color: #F2F520;
}
.theme__voting--pastel a,
.t__voting--pas a {
  color: #4a4a4a;
  border-color: #F2F520;
  text-decoration: none;
}
.theme__voting--pastel a:hover,
.t__voting--pas a:hover {
  color: #F2F520;
}
.theme__voting--pastel a:hover h1, .theme__voting--pastel a:hover h2, .theme__voting--pastel a:hover h3, .theme__voting--pastel a:hover h4, .theme__voting--pastel a:hover h5, .theme__voting--pastel a:hover h6,
.t__voting--pas a:hover h1,
.t__voting--pas a:hover h2,
.t__voting--pas a:hover h3,
.t__voting--pas a:hover h4,
.t__voting--pas a:hover h5,
.t__voting--pas a:hover h6 {
  color: #F2F520;
}
.theme__voting--pastel a div,
.t__voting--pas a div {
  border-color: #F2F520 !important;
}
.theme__voting--pastel input,
.t__voting--pas input {
  border-color: #F2F520;
}
.theme__voting--pastel p,
.t__voting--pas p {
  color: #4a4a4a;
}
.theme__voting--pastel .button,
.theme__voting--pastel .btn,
.theme__voting--pastel .btn__pill, .theme__voting--pastel.button, .theme__voting--pastel.btn, .theme__voting--pastel.btn__pill,
.t__voting--pas .button,
.t__voting--pas .btn,
.t__voting--pas .btn__pill,
.t__voting--pas.button,
.t__voting--pas.btn,
.t__voting--pas.btn__pill {
  border-color: #F2F520;
}
@media (hover: hover) {
  .theme__voting--pastel .button:hover,
  .theme__voting--pastel .btn:hover,
  .theme__voting--pastel .btn__pill:hover, .theme__voting--pastel.button:hover, .theme__voting--pastel.btn:hover, .theme__voting--pastel.btn__pill:hover,
  .t__voting--pas .button:hover,
  .t__voting--pas .btn:hover,
  .t__voting--pas .btn__pill:hover,
  .t__voting--pas.button:hover,
  .t__voting--pas.btn:hover,
  .t__voting--pas.btn__pill:hover {
    color: #ffffff;
    background: #F2F520;
  }
  .theme__voting--pastel .button:hover i,
  .theme__voting--pastel .btn:hover i,
  .theme__voting--pastel .btn__pill:hover i, .theme__voting--pastel.button:hover i, .theme__voting--pastel.btn:hover i, .theme__voting--pastel.btn__pill:hover i,
  .t__voting--pas .button:hover i,
  .t__voting--pas .btn:hover i,
  .t__voting--pas .btn__pill:hover i,
  .t__voting--pas.button:hover i,
  .t__voting--pas.btn:hover i,
  .t__voting--pas.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__voting--pastel .button__invert,
.theme__voting--pastel .btn__invert,
.theme__voting--pastel .btn__pill__invert, .theme__voting--pastel.button__invert, .theme__voting--pastel.btn__invert, .theme__voting--pastel.btn__pill__invert,
.t__voting--pas .button__invert,
.t__voting--pas .btn__invert,
.t__voting--pas .btn__pill__invert,
.t__voting--pas.button__invert,
.t__voting--pas.btn__invert,
.t__voting--pas.btn__pill__invert {
  background-color: #F2F520;
  color: #ffffff;
}
.theme__voting--pastel .button__invert h4,
.theme__voting--pastel .btn__invert h4,
.theme__voting--pastel .btn__pill__invert h4, .theme__voting--pastel.button__invert h4, .theme__voting--pastel.btn__invert h4, .theme__voting--pastel.btn__pill__invert h4,
.t__voting--pas .button__invert h4,
.t__voting--pas .btn__invert h4,
.t__voting--pas .btn__pill__invert h4,
.t__voting--pas.button__invert h4,
.t__voting--pas.btn__invert h4,
.t__voting--pas.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__voting--pastel .button__invert:hover,
.theme__voting--pastel .btn__invert:hover,
.theme__voting--pastel .btn__pill__invert:hover, .theme__voting--pastel.button__invert:hover, .theme__voting--pastel.btn__invert:hover, .theme__voting--pastel.btn__pill__invert:hover,
.t__voting--pas .button__invert:hover,
.t__voting--pas .btn__invert:hover,
.t__voting--pas .btn__pill__invert:hover,
.t__voting--pas.button__invert:hover,
.t__voting--pas.btn__invert:hover,
.t__voting--pas.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__voting--pastel .button__invert:hover h4,
.theme__voting--pastel .btn__invert:hover h4,
.theme__voting--pastel .btn__pill__invert:hover h4, .theme__voting--pastel.button__invert:hover h4, .theme__voting--pastel.btn__invert:hover h4, .theme__voting--pastel.btn__pill__invert:hover h4,
.t__voting--pas .button__invert:hover h4,
.t__voting--pas .btn__invert:hover h4,
.t__voting--pas .btn__pill__invert:hover h4,
.t__voting--pas.button__invert:hover h4,
.t__voting--pas.btn__invert:hover h4,
.t__voting--pas.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__voting--pastel .button__invert--hover:hover,
.theme__voting--pastel .btn__invert--hover:hover,
.theme__voting--pastel .btn__pill__invert--hover:hover, .theme__voting--pastel.button__invert--hover:hover, .theme__voting--pastel.btn__invert--hover:hover, .theme__voting--pastel.btn__pill__invert--hover:hover,
.t__voting--pas .button__invert--hover:hover,
.t__voting--pas .btn__invert--hover:hover,
.t__voting--pas .btn__pill__invert--hover:hover,
.t__voting--pas.button__invert--hover:hover,
.t__voting--pas.btn__invert--hover:hover,
.t__voting--pas.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__voting--pastel .button__under,
.theme__voting--pastel .btn__under,
.theme__voting--pastel .btn__pill__under, .theme__voting--pastel.button__under, .theme__voting--pastel.btn__under, .theme__voting--pastel.btn__pill__under,
.t__voting--pas .button__under,
.t__voting--pas .btn__under,
.t__voting--pas .btn__pill__under,
.t__voting--pas.button__under,
.t__voting--pas.btn__under,
.t__voting--pas.btn__pill__under {
  border-color: #F2F520;
}
.theme__voting--pastel .btn__large,
.t__voting--pas .btn__large {
  background-color: #F2F520;
}
.theme__voting--pastel .input__search,
.t__voting--pas .input__search {
  border-color: #F2F520;
}
.theme__voting--pastel .input__search i,
.t__voting--pas .input__search i {
  color: #4a4a4a;
}
.theme__voting--pastel .input__search:hover i,
.t__voting--pas .input__search:hover i {
  color: #F2F520;
}
.theme__voting--pastel .component__foreground,
.t__voting--pas .component__foreground {
  color: #4a4a4a;
}
.theme__voting--pastel.card,
.theme__voting--pastel .card, .theme__voting--pastel.card__with-image,
.theme__voting--pastel .card__with-image,
.t__voting--pas.card,
.t__voting--pas .card,
.t__voting--pas.card__with-image,
.t__voting--pas .card__with-image {
  border-color: #F2F520;
}
.theme__voting--pastel.card__highlight,
.theme__voting--pastel .card__highlight,
.theme__voting--pastel .card__highlight--image,
.theme__voting--pastel .card__highlight--final,
.t__voting--pas.card__highlight,
.t__voting--pas .card__highlight,
.t__voting--pas .card__highlight--image,
.t__voting--pas .card__highlight--final {
  background-color: #F2F520;
  border-color: #F2F520;
}
.theme__voting--pastel.card__highlight--title,
.theme__voting--pastel .card__highlight--title,
.theme__voting--pastel .card__highlight--image,
.theme__voting--pastel .card__highlight--final,
.t__voting--pas.card__highlight--title,
.t__voting--pas .card__highlight--title,
.t__voting--pas .card__highlight--image,
.t__voting--pas .card__highlight--final {
  color: #4a4a4a;
}
.theme__voting--pastel .image-slider__selector--dot,
.t__voting--pas .image-slider__selector--dot {
  background-color: #F2F520;
}
.theme__voting--pastel .call-to-action__text h3,
.t__voting--pas .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__voting--pastel .officer__block--title h5, .theme__voting--pastel .officer__block--title h6,
.t__voting--pas .officer__block--title h5,
.t__voting--pas .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__voting--pastel .block__statement--link,
.t__voting--pas .block__statement--link {
  color: #4a4a4a;
}
.theme__voting--pastel .card__cutoff,
.t__voting--pas .card__cutoff {
  background: linear-gradient(#F2F520, #F2F520), linear-gradient(white, white);
}
.theme__voting--pastel .card__cutoff p,
.t__voting--pas .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__voting--pastel .card__cutoff:hover,
  .t__voting--pas .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__voting--pastel .card__cutoff:hover p,
  .t__voting--pas .card__cutoff:hover p {
    color: #F2F520;
  }
  .theme__voting--pastel .card__cutoff:hover .card__cutoff--link,
  .t__voting--pas .card__cutoff:hover .card__cutoff--link {
    color: #F2F520;
  }
  .theme__voting--pastel .card__cutoff:hover .card__cutoff--text,
  .t__voting--pas .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__voting--pastel .card__cutoff:hover .card__cutoff--text p,
  .t__voting--pas .card__cutoff:hover .card__cutoff--text p {
    color: #F2F520;
  }
  .theme__voting--pastel .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__voting--pas .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: #F2F520;
  }
}
.theme__voting--pastel .card__cutoff--link,
.t__voting--pas .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__voting--pastel .card__cutoff--link:hover,
  .t__voting--pas .card__cutoff--link:hover {
    color: #F2F520;
  }
  .theme__voting--pastel .card__cutoff--link:hover--link,
  .t__voting--pas .card__cutoff--link:hover--link {
    color: #F2F520;
  }
}
.theme__voting--pastel .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__voting--pas .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: #F2F520;
}
.theme__voting--pastel .dropdown__toggle--title,
.t__voting--pas .dropdown__toggle--title {
  color: #F2F520;
}
.theme__voting--pastel .dropdown__toggle--icon i,
.t__voting--pas .dropdown__toggle--icon i {
  color: #F2F520;
}
.theme__voting--pastel .large_timer__countdown--item_large,
.t__voting--pas .large_timer__countdown--item_large {
  background-color: #F2F520;
}
.theme__voting--pastel .large_timer__countdown--item_medium,
.t__voting--pas .large_timer__countdown--item_medium {
  background-color: #F2F520;
}
.theme__voting--pastel .large_timer__countdown--item_small,
.t__voting--pas .large_timer__countdown--item_small {
  background-color: #F2F520;
}
.theme__voting--pastel .modalcontent,
.t__voting--pas .modalcontent {
  border-color: #F2F520;
}
.theme__voting--pastel .transparent__header,
.t__voting--pas .transparent__header {
  background: #F2F520;
}
.theme__voting--pastel .breadcrumb__slashes,
.t__voting--pas .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__voting--pastel .the-list,
.t__voting--pas .the-list {
  background-color: #F2F520;
}
.theme__voting--pastel .the-list option,
.t__voting--pas .the-list option {
  border-color: #F2F520 !important;
}
.theme__voting--pastel .es-list::-webkit-scrollbar-thumb,
.t__voting--pas .es-list::-webkit-scrollbar-thumb {
  background: #F2F520;
}
.theme__voting--pastel .es-visible,
.t__voting--pas .es-visible {
  border-color: #F2F520 !important;
}
.theme__voting--pastel .ot-open,
.theme__voting--pastel .ot-closed,
.t__voting--pas .ot-open,
.t__voting--pas .ot-closed {
  color: #F2F520;
}
.theme__voting--pastel .colour__foreground,
.t__voting--pas .colour__foreground {
  color: #F2F520;
}
.theme__voting--pastel h1.t__none,
.theme__voting--pastel h1.theme__none,
.theme__voting--pastel h2.t__none,
.theme__voting--pastel h2.theme__none,
.theme__voting--pastel h3.t__none,
.theme__voting--pastel h3.theme__none,
.theme__voting--pastel h4.t__none,
.theme__voting--pastel h4.theme__none,
.theme__voting--pastel h1.t__none--w-hov,
.theme__voting--pastel h1.theme__none--with-hover,
.theme__voting--pastel h2.t__none--w-hov,
.theme__voting--pastel h2.theme__none--with-hover,
.theme__voting--pastel h3.t__none--w-hov,
.theme__voting--pastel h3.theme__none--with-hover,
.theme__voting--pastel h4.t__none--w-hov,
.theme__voting--pastel h4.theme__none--with-hover,
.t__voting--pas h1.t__none,
.t__voting--pas h1.theme__none,
.t__voting--pas h2.t__none,
.t__voting--pas h2.theme__none,
.t__voting--pas h3.t__none,
.t__voting--pas h3.theme__none,
.t__voting--pas h4.t__none,
.t__voting--pas h4.theme__none,
.t__voting--pas h1.t__none--w-hov,
.t__voting--pas h1.theme__none--with-hover,
.t__voting--pas h2.t__none--w-hov,
.t__voting--pas h2.theme__none--with-hover,
.t__voting--pas h3.t__none--w-hov,
.t__voting--pas h3.theme__none--with-hover,
.t__voting--pas h4.t__none--w-hov,
.t__voting--pas h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__voting--pastel span.t__none,
.theme__voting--pastel span.theme__none,
.t__voting--pas span.t__none,
.t__voting--pas span.theme__none {
  color: #4a4a4a;
}
.theme__voting--pastel i.t__none,
.theme__voting--pastel i.theme__none,
.t__voting--pas i.t__none,
.t__voting--pas i.theme__none {
  color: #4a4a4a;
}
.theme__voting--pastel a.border__none,
.theme__voting--pastel a.b__none,
.t__voting--pas a.border__none,
.t__voting--pas a.b__none {
  border: 0;
}
.theme__voting--pastel a:hover h1.t__none,
.theme__voting--pastel a:hover h1.theme__none,
.theme__voting--pastel a:hover h2.t__none,
.theme__voting--pastel a:hover h2.theme__none,
.theme__voting--pastel a:hover h3.t__none,
.theme__voting--pastel a:hover h3.theme__none,
.theme__voting--pastel a:hover h4.t__none,
.theme__voting--pastel a:hover h4.theme__none,
.t__voting--pas a:hover h1.t__none,
.t__voting--pas a:hover h1.theme__none,
.t__voting--pas a:hover h2.t__none,
.t__voting--pas a:hover h2.theme__none,
.t__voting--pas a:hover h3.t__none,
.t__voting--pas a:hover h3.theme__none,
.t__voting--pas a:hover h4.t__none,
.t__voting--pas a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__voting--pastel a:hover h1.t__none--w-hov,
.theme__voting--pastel a:hover h1.theme__none--with-hover,
.theme__voting--pastel a:hover h2.t__none--w-hov,
.theme__voting--pastel a:hover h2.theme__none--with-hover,
.theme__voting--pastel a:hover h3.t__none--w-hov,
.theme__voting--pastel a:hover h3.theme__none--with-hover,
.theme__voting--pastel a:hover h4.t__none--w-hov,
.theme__voting--pastel a:hover h4.theme__none--with-hover,
.t__voting--pas a:hover h1.t__none--w-hov,
.t__voting--pas a:hover h1.theme__none--with-hover,
.t__voting--pas a:hover h2.t__none--w-hov,
.t__voting--pas a:hover h2.theme__none--with-hover,
.t__voting--pas a:hover h3.t__none--w-hov,
.t__voting--pas a:hover h3.theme__none--with-hover,
.t__voting--pas a:hover h4.t__none--w-hov,
.t__voting--pas a:hover h4.theme__none--with-hover {
  color: #F2F520;
}

.theme__voting--background-primary,
.t__voting--bg-pri {
  background-color: #FFEA13;
}

.theme__voting--background-secondary,
.t__voting--bg-sec {
  background-color: #F2F520;
}

.theme__voting--background-pastel,
.t__voting--bg-pas {
  background-color: #F2F520;
}

.theme__fair--primary h1, .theme__fair--primary h2, .theme__fair--primary h3, .theme__fair--primary h4, .theme__fair--primary h5, .theme__fair--primary h6,
.t__vf--pri h1,
.t__vf--pri h2,
.t__vf--pri h3,
.t__vf--pri h4,
.t__vf--pri h5,
.t__vf--pri h6 {
  color: #D66EAC;
}
.theme__fair--primary a,
.t__vf--pri a {
  color: #4a4a4a;
  border-color: #D66EAC;
  text-decoration: none;
}
.theme__fair--primary a:hover,
.t__vf--pri a:hover {
  color: #D66EAC;
}
.theme__fair--primary a:hover h1, .theme__fair--primary a:hover h2, .theme__fair--primary a:hover h3, .theme__fair--primary a:hover h4, .theme__fair--primary a:hover h5, .theme__fair--primary a:hover h6,
.t__vf--pri a:hover h1,
.t__vf--pri a:hover h2,
.t__vf--pri a:hover h3,
.t__vf--pri a:hover h4,
.t__vf--pri a:hover h5,
.t__vf--pri a:hover h6 {
  color: #D66EAC;
}
.theme__fair--primary a div,
.t__vf--pri a div {
  border-color: #D66EAC !important;
}
.theme__fair--primary input,
.t__vf--pri input {
  border-color: #D66EAC;
}
.theme__fair--primary p,
.t__vf--pri p {
  color: #4a4a4a;
}
.theme__fair--primary .button,
.theme__fair--primary .btn,
.theme__fair--primary .btn__pill, .theme__fair--primary.button, .theme__fair--primary.btn, .theme__fair--primary.btn__pill,
.t__vf--pri .button,
.t__vf--pri .btn,
.t__vf--pri .btn__pill,
.t__vf--pri.button,
.t__vf--pri.btn,
.t__vf--pri.btn__pill {
  border-color: #D66EAC;
}
@media (hover: hover) {
  .theme__fair--primary .button:hover,
  .theme__fair--primary .btn:hover,
  .theme__fair--primary .btn__pill:hover, .theme__fair--primary.button:hover, .theme__fair--primary.btn:hover, .theme__fair--primary.btn__pill:hover,
  .t__vf--pri .button:hover,
  .t__vf--pri .btn:hover,
  .t__vf--pri .btn__pill:hover,
  .t__vf--pri.button:hover,
  .t__vf--pri.btn:hover,
  .t__vf--pri.btn__pill:hover {
    color: #ffffff;
    background: #D66EAC;
  }
  .theme__fair--primary .button:hover i,
  .theme__fair--primary .btn:hover i,
  .theme__fair--primary .btn__pill:hover i, .theme__fair--primary.button:hover i, .theme__fair--primary.btn:hover i, .theme__fair--primary.btn__pill:hover i,
  .t__vf--pri .button:hover i,
  .t__vf--pri .btn:hover i,
  .t__vf--pri .btn__pill:hover i,
  .t__vf--pri.button:hover i,
  .t__vf--pri.btn:hover i,
  .t__vf--pri.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__fair--primary .button__invert,
.theme__fair--primary .btn__invert,
.theme__fair--primary .btn__pill__invert, .theme__fair--primary.button__invert, .theme__fair--primary.btn__invert, .theme__fair--primary.btn__pill__invert,
.t__vf--pri .button__invert,
.t__vf--pri .btn__invert,
.t__vf--pri .btn__pill__invert,
.t__vf--pri.button__invert,
.t__vf--pri.btn__invert,
.t__vf--pri.btn__pill__invert {
  background-color: #D66EAC;
  color: #ffffff;
}
.theme__fair--primary .button__invert h4,
.theme__fair--primary .btn__invert h4,
.theme__fair--primary .btn__pill__invert h4, .theme__fair--primary.button__invert h4, .theme__fair--primary.btn__invert h4, .theme__fair--primary.btn__pill__invert h4,
.t__vf--pri .button__invert h4,
.t__vf--pri .btn__invert h4,
.t__vf--pri .btn__pill__invert h4,
.t__vf--pri.button__invert h4,
.t__vf--pri.btn__invert h4,
.t__vf--pri.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__fair--primary .button__invert:hover,
.theme__fair--primary .btn__invert:hover,
.theme__fair--primary .btn__pill__invert:hover, .theme__fair--primary.button__invert:hover, .theme__fair--primary.btn__invert:hover, .theme__fair--primary.btn__pill__invert:hover,
.t__vf--pri .button__invert:hover,
.t__vf--pri .btn__invert:hover,
.t__vf--pri .btn__pill__invert:hover,
.t__vf--pri.button__invert:hover,
.t__vf--pri.btn__invert:hover,
.t__vf--pri.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__fair--primary .button__invert:hover h4,
.theme__fair--primary .btn__invert:hover h4,
.theme__fair--primary .btn__pill__invert:hover h4, .theme__fair--primary.button__invert:hover h4, .theme__fair--primary.btn__invert:hover h4, .theme__fair--primary.btn__pill__invert:hover h4,
.t__vf--pri .button__invert:hover h4,
.t__vf--pri .btn__invert:hover h4,
.t__vf--pri .btn__pill__invert:hover h4,
.t__vf--pri.button__invert:hover h4,
.t__vf--pri.btn__invert:hover h4,
.t__vf--pri.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__fair--primary .button__invert--hover:hover,
.theme__fair--primary .btn__invert--hover:hover,
.theme__fair--primary .btn__pill__invert--hover:hover, .theme__fair--primary.button__invert--hover:hover, .theme__fair--primary.btn__invert--hover:hover, .theme__fair--primary.btn__pill__invert--hover:hover,
.t__vf--pri .button__invert--hover:hover,
.t__vf--pri .btn__invert--hover:hover,
.t__vf--pri .btn__pill__invert--hover:hover,
.t__vf--pri.button__invert--hover:hover,
.t__vf--pri.btn__invert--hover:hover,
.t__vf--pri.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__fair--primary .button__under,
.theme__fair--primary .btn__under,
.theme__fair--primary .btn__pill__under, .theme__fair--primary.button__under, .theme__fair--primary.btn__under, .theme__fair--primary.btn__pill__under,
.t__vf--pri .button__under,
.t__vf--pri .btn__under,
.t__vf--pri .btn__pill__under,
.t__vf--pri.button__under,
.t__vf--pri.btn__under,
.t__vf--pri.btn__pill__under {
  border-color: #D66EAC;
}
.theme__fair--primary .btn__large,
.t__vf--pri .btn__large {
  background-color: #D66EAC;
}
.theme__fair--primary .input__search,
.t__vf--pri .input__search {
  border-color: #D66EAC;
}
.theme__fair--primary .input__search i,
.t__vf--pri .input__search i {
  color: #4a4a4a;
}
.theme__fair--primary .input__search:hover i,
.t__vf--pri .input__search:hover i {
  color: #D66EAC;
}
.theme__fair--primary .component__foreground,
.t__vf--pri .component__foreground {
  color: #4a4a4a;
}
.theme__fair--primary.card,
.theme__fair--primary .card, .theme__fair--primary.card__with-image,
.theme__fair--primary .card__with-image,
.t__vf--pri.card,
.t__vf--pri .card,
.t__vf--pri.card__with-image,
.t__vf--pri .card__with-image {
  border-color: #D66EAC;
}
.theme__fair--primary.card__highlight,
.theme__fair--primary .card__highlight,
.theme__fair--primary .card__highlight--image,
.theme__fair--primary .card__highlight--final,
.t__vf--pri.card__highlight,
.t__vf--pri .card__highlight,
.t__vf--pri .card__highlight--image,
.t__vf--pri .card__highlight--final {
  background-color: #D66EAC;
  border-color: #D66EAC;
}
.theme__fair--primary.card__highlight--title,
.theme__fair--primary .card__highlight--title,
.theme__fair--primary .card__highlight--image,
.theme__fair--primary .card__highlight--final,
.t__vf--pri.card__highlight--title,
.t__vf--pri .card__highlight--title,
.t__vf--pri .card__highlight--image,
.t__vf--pri .card__highlight--final {
  color: #4a4a4a;
}
.theme__fair--primary .image-slider__selector--dot,
.t__vf--pri .image-slider__selector--dot {
  background-color: #D66EAC;
}
.theme__fair--primary .call-to-action__text h3,
.t__vf--pri .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__fair--primary .officer__block--title h5, .theme__fair--primary .officer__block--title h6,
.t__vf--pri .officer__block--title h5,
.t__vf--pri .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__fair--primary .block__statement--link,
.t__vf--pri .block__statement--link {
  color: #4a4a4a;
}
.theme__fair--primary .card__cutoff,
.t__vf--pri .card__cutoff {
  background: linear-gradient(#D66EAC, #D66EAC), linear-gradient(white, white);
}
.theme__fair--primary .card__cutoff p,
.t__vf--pri .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__fair--primary .card__cutoff:hover,
  .t__vf--pri .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__fair--primary .card__cutoff:hover p,
  .t__vf--pri .card__cutoff:hover p {
    color: #D66EAC;
  }
  .theme__fair--primary .card__cutoff:hover .card__cutoff--link,
  .t__vf--pri .card__cutoff:hover .card__cutoff--link {
    color: #D66EAC;
  }
  .theme__fair--primary .card__cutoff:hover .card__cutoff--text,
  .t__vf--pri .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__fair--primary .card__cutoff:hover .card__cutoff--text p,
  .t__vf--pri .card__cutoff:hover .card__cutoff--text p {
    color: #D66EAC;
  }
  .theme__fair--primary .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__vf--pri .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: #D66EAC;
  }
}
.theme__fair--primary .card__cutoff--link,
.t__vf--pri .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__fair--primary .card__cutoff--link:hover,
  .t__vf--pri .card__cutoff--link:hover {
    color: #D66EAC;
  }
  .theme__fair--primary .card__cutoff--link:hover--link,
  .t__vf--pri .card__cutoff--link:hover--link {
    color: #D66EAC;
  }
}
.theme__fair--primary .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__vf--pri .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: #D66EAC;
}
.theme__fair--primary .dropdown__toggle--title,
.t__vf--pri .dropdown__toggle--title {
  color: #D66EAC;
}
.theme__fair--primary .dropdown__toggle--icon i,
.t__vf--pri .dropdown__toggle--icon i {
  color: #D66EAC;
}
.theme__fair--primary .large_timer__countdown--item_large,
.t__vf--pri .large_timer__countdown--item_large {
  background-color: #D66EAC;
}
.theme__fair--primary .large_timer__countdown--item_medium,
.t__vf--pri .large_timer__countdown--item_medium {
  background-color: #D66EAC;
}
.theme__fair--primary .large_timer__countdown--item_small,
.t__vf--pri .large_timer__countdown--item_small {
  background-color: #D66EAC;
}
.theme__fair--primary .modalcontent,
.t__vf--pri .modalcontent {
  border-color: #D66EAC;
}
.theme__fair--primary .transparent__header,
.t__vf--pri .transparent__header {
  background: #D66EAC;
}
.theme__fair--primary .breadcrumb__slashes,
.t__vf--pri .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__fair--primary .the-list,
.t__vf--pri .the-list {
  background-color: #D66EAC;
}
.theme__fair--primary .the-list option,
.t__vf--pri .the-list option {
  border-color: #D66EAC !important;
}
.theme__fair--primary .es-list::-webkit-scrollbar-thumb,
.t__vf--pri .es-list::-webkit-scrollbar-thumb {
  background: #D66EAC;
}
.theme__fair--primary .es-visible,
.t__vf--pri .es-visible {
  border-color: #D66EAC !important;
}
.theme__fair--primary .ot-open,
.theme__fair--primary .ot-closed,
.t__vf--pri .ot-open,
.t__vf--pri .ot-closed {
  color: #D66EAC;
}
.theme__fair--primary .colour__foreground,
.t__vf--pri .colour__foreground {
  color: #D66EAC;
}
.theme__fair--primary h1.t__none,
.theme__fair--primary h1.theme__none,
.theme__fair--primary h2.t__none,
.theme__fair--primary h2.theme__none,
.theme__fair--primary h3.t__none,
.theme__fair--primary h3.theme__none,
.theme__fair--primary h4.t__none,
.theme__fair--primary h4.theme__none,
.theme__fair--primary h1.t__none--w-hov,
.theme__fair--primary h1.theme__none--with-hover,
.theme__fair--primary h2.t__none--w-hov,
.theme__fair--primary h2.theme__none--with-hover,
.theme__fair--primary h3.t__none--w-hov,
.theme__fair--primary h3.theme__none--with-hover,
.theme__fair--primary h4.t__none--w-hov,
.theme__fair--primary h4.theme__none--with-hover,
.t__vf--pri h1.t__none,
.t__vf--pri h1.theme__none,
.t__vf--pri h2.t__none,
.t__vf--pri h2.theme__none,
.t__vf--pri h3.t__none,
.t__vf--pri h3.theme__none,
.t__vf--pri h4.t__none,
.t__vf--pri h4.theme__none,
.t__vf--pri h1.t__none--w-hov,
.t__vf--pri h1.theme__none--with-hover,
.t__vf--pri h2.t__none--w-hov,
.t__vf--pri h2.theme__none--with-hover,
.t__vf--pri h3.t__none--w-hov,
.t__vf--pri h3.theme__none--with-hover,
.t__vf--pri h4.t__none--w-hov,
.t__vf--pri h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__fair--primary span.t__none,
.theme__fair--primary span.theme__none,
.t__vf--pri span.t__none,
.t__vf--pri span.theme__none {
  color: #4a4a4a;
}
.theme__fair--primary i.t__none,
.theme__fair--primary i.theme__none,
.t__vf--pri i.t__none,
.t__vf--pri i.theme__none {
  color: #4a4a4a;
}
.theme__fair--primary a.border__none,
.theme__fair--primary a.b__none,
.t__vf--pri a.border__none,
.t__vf--pri a.b__none {
  border: 0;
}
.theme__fair--primary a:hover h1.t__none,
.theme__fair--primary a:hover h1.theme__none,
.theme__fair--primary a:hover h2.t__none,
.theme__fair--primary a:hover h2.theme__none,
.theme__fair--primary a:hover h3.t__none,
.theme__fair--primary a:hover h3.theme__none,
.theme__fair--primary a:hover h4.t__none,
.theme__fair--primary a:hover h4.theme__none,
.t__vf--pri a:hover h1.t__none,
.t__vf--pri a:hover h1.theme__none,
.t__vf--pri a:hover h2.t__none,
.t__vf--pri a:hover h2.theme__none,
.t__vf--pri a:hover h3.t__none,
.t__vf--pri a:hover h3.theme__none,
.t__vf--pri a:hover h4.t__none,
.t__vf--pri a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__fair--primary a:hover h1.t__none--w-hov,
.theme__fair--primary a:hover h1.theme__none--with-hover,
.theme__fair--primary a:hover h2.t__none--w-hov,
.theme__fair--primary a:hover h2.theme__none--with-hover,
.theme__fair--primary a:hover h3.t__none--w-hov,
.theme__fair--primary a:hover h3.theme__none--with-hover,
.theme__fair--primary a:hover h4.t__none--w-hov,
.theme__fair--primary a:hover h4.theme__none--with-hover,
.t__vf--pri a:hover h1.t__none--w-hov,
.t__vf--pri a:hover h1.theme__none--with-hover,
.t__vf--pri a:hover h2.t__none--w-hov,
.t__vf--pri a:hover h2.theme__none--with-hover,
.t__vf--pri a:hover h3.t__none--w-hov,
.t__vf--pri a:hover h3.theme__none--with-hover,
.t__vf--pri a:hover h4.t__none--w-hov,
.t__vf--pri a:hover h4.theme__none--with-hover {
  color: #D66EAC;
}
.theme__fair--primary .dotted__line--small, .theme__fair--primary .dotted__line--medium, .theme__fair--primary .dotted__line--large, .theme__fair--primary .dotted__line--x-large, .theme__fair--primary .dotted__line--huge,
.t__vf--pri .dotted__line--small,
.t__vf--pri .dotted__line--medium,
.t__vf--pri .dotted__line--large,
.t__vf--pri .dotted__line--x-large,
.t__vf--pri .dotted__line--huge {
  border-image-source: url("https://3fe71bd229cff1409de4-918c4a94592cd7fa431dd71bf51b646a.ssl.cf3.rackcdn.com/dotted_virtualfairs.png");
}
.theme__fair--primary::-webkit-scrollbar-thumb,
.t__vf--pri::-webkit-scrollbar-thumb {
  background: #D66EAC;
}

.theme__fair--secondary h1, .theme__fair--secondary h2, .theme__fair--secondary h3, .theme__fair--secondary h4, .theme__fair--secondary h5, .theme__fair--secondary h6,
.t__vf--sec h1,
.t__vf--sec h2,
.t__vf--sec h3,
.t__vf--sec h4,
.t__vf--sec h5,
.t__vf--sec h6 {
  color: #D66EAC;
}
.theme__fair--secondary a,
.t__vf--sec a {
  color: #4a4a4a;
  border-color: #D66EAC;
  text-decoration: none;
}
.theme__fair--secondary a:hover,
.t__vf--sec a:hover {
  color: #D66EAC;
}
.theme__fair--secondary a:hover h1, .theme__fair--secondary a:hover h2, .theme__fair--secondary a:hover h3, .theme__fair--secondary a:hover h4, .theme__fair--secondary a:hover h5, .theme__fair--secondary a:hover h6,
.t__vf--sec a:hover h1,
.t__vf--sec a:hover h2,
.t__vf--sec a:hover h3,
.t__vf--sec a:hover h4,
.t__vf--sec a:hover h5,
.t__vf--sec a:hover h6 {
  color: #D66EAC;
}
.theme__fair--secondary a div,
.t__vf--sec a div {
  border-color: #D66EAC !important;
}
.theme__fair--secondary input,
.t__vf--sec input {
  border-color: #D66EAC;
}
.theme__fair--secondary p,
.t__vf--sec p {
  color: #4a4a4a;
}
.theme__fair--secondary .button,
.theme__fair--secondary .btn,
.theme__fair--secondary .btn__pill, .theme__fair--secondary.button, .theme__fair--secondary.btn, .theme__fair--secondary.btn__pill,
.t__vf--sec .button,
.t__vf--sec .btn,
.t__vf--sec .btn__pill,
.t__vf--sec.button,
.t__vf--sec.btn,
.t__vf--sec.btn__pill {
  border-color: #D66EAC;
}
@media (hover: hover) {
  .theme__fair--secondary .button:hover,
  .theme__fair--secondary .btn:hover,
  .theme__fair--secondary .btn__pill:hover, .theme__fair--secondary.button:hover, .theme__fair--secondary.btn:hover, .theme__fair--secondary.btn__pill:hover,
  .t__vf--sec .button:hover,
  .t__vf--sec .btn:hover,
  .t__vf--sec .btn__pill:hover,
  .t__vf--sec.button:hover,
  .t__vf--sec.btn:hover,
  .t__vf--sec.btn__pill:hover {
    color: #ffffff;
    background: #D66EAC;
  }
  .theme__fair--secondary .button:hover i,
  .theme__fair--secondary .btn:hover i,
  .theme__fair--secondary .btn__pill:hover i, .theme__fair--secondary.button:hover i, .theme__fair--secondary.btn:hover i, .theme__fair--secondary.btn__pill:hover i,
  .t__vf--sec .button:hover i,
  .t__vf--sec .btn:hover i,
  .t__vf--sec .btn__pill:hover i,
  .t__vf--sec.button:hover i,
  .t__vf--sec.btn:hover i,
  .t__vf--sec.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__fair--secondary .button__invert,
.theme__fair--secondary .btn__invert,
.theme__fair--secondary .btn__pill__invert, .theme__fair--secondary.button__invert, .theme__fair--secondary.btn__invert, .theme__fair--secondary.btn__pill__invert,
.t__vf--sec .button__invert,
.t__vf--sec .btn__invert,
.t__vf--sec .btn__pill__invert,
.t__vf--sec.button__invert,
.t__vf--sec.btn__invert,
.t__vf--sec.btn__pill__invert {
  background-color: #D66EAC;
  color: #ffffff;
}
.theme__fair--secondary .button__invert h4,
.theme__fair--secondary .btn__invert h4,
.theme__fair--secondary .btn__pill__invert h4, .theme__fair--secondary.button__invert h4, .theme__fair--secondary.btn__invert h4, .theme__fair--secondary.btn__pill__invert h4,
.t__vf--sec .button__invert h4,
.t__vf--sec .btn__invert h4,
.t__vf--sec .btn__pill__invert h4,
.t__vf--sec.button__invert h4,
.t__vf--sec.btn__invert h4,
.t__vf--sec.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__fair--secondary .button__invert:hover,
.theme__fair--secondary .btn__invert:hover,
.theme__fair--secondary .btn__pill__invert:hover, .theme__fair--secondary.button__invert:hover, .theme__fair--secondary.btn__invert:hover, .theme__fair--secondary.btn__pill__invert:hover,
.t__vf--sec .button__invert:hover,
.t__vf--sec .btn__invert:hover,
.t__vf--sec .btn__pill__invert:hover,
.t__vf--sec.button__invert:hover,
.t__vf--sec.btn__invert:hover,
.t__vf--sec.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__fair--secondary .button__invert:hover h4,
.theme__fair--secondary .btn__invert:hover h4,
.theme__fair--secondary .btn__pill__invert:hover h4, .theme__fair--secondary.button__invert:hover h4, .theme__fair--secondary.btn__invert:hover h4, .theme__fair--secondary.btn__pill__invert:hover h4,
.t__vf--sec .button__invert:hover h4,
.t__vf--sec .btn__invert:hover h4,
.t__vf--sec .btn__pill__invert:hover h4,
.t__vf--sec.button__invert:hover h4,
.t__vf--sec.btn__invert:hover h4,
.t__vf--sec.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__fair--secondary .button__invert--hover:hover,
.theme__fair--secondary .btn__invert--hover:hover,
.theme__fair--secondary .btn__pill__invert--hover:hover, .theme__fair--secondary.button__invert--hover:hover, .theme__fair--secondary.btn__invert--hover:hover, .theme__fair--secondary.btn__pill__invert--hover:hover,
.t__vf--sec .button__invert--hover:hover,
.t__vf--sec .btn__invert--hover:hover,
.t__vf--sec .btn__pill__invert--hover:hover,
.t__vf--sec.button__invert--hover:hover,
.t__vf--sec.btn__invert--hover:hover,
.t__vf--sec.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__fair--secondary .button__under,
.theme__fair--secondary .btn__under,
.theme__fair--secondary .btn__pill__under, .theme__fair--secondary.button__under, .theme__fair--secondary.btn__under, .theme__fair--secondary.btn__pill__under,
.t__vf--sec .button__under,
.t__vf--sec .btn__under,
.t__vf--sec .btn__pill__under,
.t__vf--sec.button__under,
.t__vf--sec.btn__under,
.t__vf--sec.btn__pill__under {
  border-color: #D66EAC;
}
.theme__fair--secondary .btn__large,
.t__vf--sec .btn__large {
  background-color: #D66EAC;
}
.theme__fair--secondary .input__search,
.t__vf--sec .input__search {
  border-color: #D66EAC;
}
.theme__fair--secondary .input__search i,
.t__vf--sec .input__search i {
  color: #4a4a4a;
}
.theme__fair--secondary .input__search:hover i,
.t__vf--sec .input__search:hover i {
  color: #D66EAC;
}
.theme__fair--secondary .component__foreground,
.t__vf--sec .component__foreground {
  color: #4a4a4a;
}
.theme__fair--secondary.card,
.theme__fair--secondary .card, .theme__fair--secondary.card__with-image,
.theme__fair--secondary .card__with-image,
.t__vf--sec.card,
.t__vf--sec .card,
.t__vf--sec.card__with-image,
.t__vf--sec .card__with-image {
  border-color: #D66EAC;
}
.theme__fair--secondary.card__highlight,
.theme__fair--secondary .card__highlight,
.theme__fair--secondary .card__highlight--image,
.theme__fair--secondary .card__highlight--final,
.t__vf--sec.card__highlight,
.t__vf--sec .card__highlight,
.t__vf--sec .card__highlight--image,
.t__vf--sec .card__highlight--final {
  background-color: #D66EAC;
  border-color: #D66EAC;
}
.theme__fair--secondary.card__highlight--title,
.theme__fair--secondary .card__highlight--title,
.theme__fair--secondary .card__highlight--image,
.theme__fair--secondary .card__highlight--final,
.t__vf--sec.card__highlight--title,
.t__vf--sec .card__highlight--title,
.t__vf--sec .card__highlight--image,
.t__vf--sec .card__highlight--final {
  color: #4a4a4a;
}
.theme__fair--secondary .image-slider__selector--dot,
.t__vf--sec .image-slider__selector--dot {
  background-color: #D66EAC;
}
.theme__fair--secondary .call-to-action__text h3,
.t__vf--sec .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__fair--secondary .officer__block--title h5, .theme__fair--secondary .officer__block--title h6,
.t__vf--sec .officer__block--title h5,
.t__vf--sec .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__fair--secondary .block__statement--link,
.t__vf--sec .block__statement--link {
  color: #4a4a4a;
}
.theme__fair--secondary .card__cutoff,
.t__vf--sec .card__cutoff {
  background: linear-gradient(#D66EAC, #D66EAC), linear-gradient(white, white);
}
.theme__fair--secondary .card__cutoff p,
.t__vf--sec .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__fair--secondary .card__cutoff:hover,
  .t__vf--sec .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__fair--secondary .card__cutoff:hover p,
  .t__vf--sec .card__cutoff:hover p {
    color: #D66EAC;
  }
  .theme__fair--secondary .card__cutoff:hover .card__cutoff--link,
  .t__vf--sec .card__cutoff:hover .card__cutoff--link {
    color: #D66EAC;
  }
  .theme__fair--secondary .card__cutoff:hover .card__cutoff--text,
  .t__vf--sec .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__fair--secondary .card__cutoff:hover .card__cutoff--text p,
  .t__vf--sec .card__cutoff:hover .card__cutoff--text p {
    color: #D66EAC;
  }
  .theme__fair--secondary .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__vf--sec .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: #D66EAC;
  }
}
.theme__fair--secondary .card__cutoff--link,
.t__vf--sec .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__fair--secondary .card__cutoff--link:hover,
  .t__vf--sec .card__cutoff--link:hover {
    color: #D66EAC;
  }
  .theme__fair--secondary .card__cutoff--link:hover--link,
  .t__vf--sec .card__cutoff--link:hover--link {
    color: #D66EAC;
  }
}
.theme__fair--secondary .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__vf--sec .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: #D66EAC;
}
.theme__fair--secondary .dropdown__toggle--title,
.t__vf--sec .dropdown__toggle--title {
  color: #D66EAC;
}
.theme__fair--secondary .dropdown__toggle--icon i,
.t__vf--sec .dropdown__toggle--icon i {
  color: #D66EAC;
}
.theme__fair--secondary .large_timer__countdown--item_large,
.t__vf--sec .large_timer__countdown--item_large {
  background-color: #D66EAC;
}
.theme__fair--secondary .large_timer__countdown--item_medium,
.t__vf--sec .large_timer__countdown--item_medium {
  background-color: #D66EAC;
}
.theme__fair--secondary .large_timer__countdown--item_small,
.t__vf--sec .large_timer__countdown--item_small {
  background-color: #D66EAC;
}
.theme__fair--secondary .modalcontent,
.t__vf--sec .modalcontent {
  border-color: #D66EAC;
}
.theme__fair--secondary .transparent__header,
.t__vf--sec .transparent__header {
  background: #D66EAC;
}
.theme__fair--secondary .breadcrumb__slashes,
.t__vf--sec .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__fair--secondary .the-list,
.t__vf--sec .the-list {
  background-color: #D66EAC;
}
.theme__fair--secondary .the-list option,
.t__vf--sec .the-list option {
  border-color: #D66EAC !important;
}
.theme__fair--secondary .es-list::-webkit-scrollbar-thumb,
.t__vf--sec .es-list::-webkit-scrollbar-thumb {
  background: #D66EAC;
}
.theme__fair--secondary .es-visible,
.t__vf--sec .es-visible {
  border-color: #D66EAC !important;
}
.theme__fair--secondary .ot-open,
.theme__fair--secondary .ot-closed,
.t__vf--sec .ot-open,
.t__vf--sec .ot-closed {
  color: #D66EAC;
}
.theme__fair--secondary .colour__foreground,
.t__vf--sec .colour__foreground {
  color: #D66EAC;
}
.theme__fair--secondary h1.t__none,
.theme__fair--secondary h1.theme__none,
.theme__fair--secondary h2.t__none,
.theme__fair--secondary h2.theme__none,
.theme__fair--secondary h3.t__none,
.theme__fair--secondary h3.theme__none,
.theme__fair--secondary h4.t__none,
.theme__fair--secondary h4.theme__none,
.theme__fair--secondary h1.t__none--w-hov,
.theme__fair--secondary h1.theme__none--with-hover,
.theme__fair--secondary h2.t__none--w-hov,
.theme__fair--secondary h2.theme__none--with-hover,
.theme__fair--secondary h3.t__none--w-hov,
.theme__fair--secondary h3.theme__none--with-hover,
.theme__fair--secondary h4.t__none--w-hov,
.theme__fair--secondary h4.theme__none--with-hover,
.t__vf--sec h1.t__none,
.t__vf--sec h1.theme__none,
.t__vf--sec h2.t__none,
.t__vf--sec h2.theme__none,
.t__vf--sec h3.t__none,
.t__vf--sec h3.theme__none,
.t__vf--sec h4.t__none,
.t__vf--sec h4.theme__none,
.t__vf--sec h1.t__none--w-hov,
.t__vf--sec h1.theme__none--with-hover,
.t__vf--sec h2.t__none--w-hov,
.t__vf--sec h2.theme__none--with-hover,
.t__vf--sec h3.t__none--w-hov,
.t__vf--sec h3.theme__none--with-hover,
.t__vf--sec h4.t__none--w-hov,
.t__vf--sec h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__fair--secondary span.t__none,
.theme__fair--secondary span.theme__none,
.t__vf--sec span.t__none,
.t__vf--sec span.theme__none {
  color: #4a4a4a;
}
.theme__fair--secondary i.t__none,
.theme__fair--secondary i.theme__none,
.t__vf--sec i.t__none,
.t__vf--sec i.theme__none {
  color: #4a4a4a;
}
.theme__fair--secondary a.border__none,
.theme__fair--secondary a.b__none,
.t__vf--sec a.border__none,
.t__vf--sec a.b__none {
  border: 0;
}
.theme__fair--secondary a:hover h1.t__none,
.theme__fair--secondary a:hover h1.theme__none,
.theme__fair--secondary a:hover h2.t__none,
.theme__fair--secondary a:hover h2.theme__none,
.theme__fair--secondary a:hover h3.t__none,
.theme__fair--secondary a:hover h3.theme__none,
.theme__fair--secondary a:hover h4.t__none,
.theme__fair--secondary a:hover h4.theme__none,
.t__vf--sec a:hover h1.t__none,
.t__vf--sec a:hover h1.theme__none,
.t__vf--sec a:hover h2.t__none,
.t__vf--sec a:hover h2.theme__none,
.t__vf--sec a:hover h3.t__none,
.t__vf--sec a:hover h3.theme__none,
.t__vf--sec a:hover h4.t__none,
.t__vf--sec a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__fair--secondary a:hover h1.t__none--w-hov,
.theme__fair--secondary a:hover h1.theme__none--with-hover,
.theme__fair--secondary a:hover h2.t__none--w-hov,
.theme__fair--secondary a:hover h2.theme__none--with-hover,
.theme__fair--secondary a:hover h3.t__none--w-hov,
.theme__fair--secondary a:hover h3.theme__none--with-hover,
.theme__fair--secondary a:hover h4.t__none--w-hov,
.theme__fair--secondary a:hover h4.theme__none--with-hover,
.t__vf--sec a:hover h1.t__none--w-hov,
.t__vf--sec a:hover h1.theme__none--with-hover,
.t__vf--sec a:hover h2.t__none--w-hov,
.t__vf--sec a:hover h2.theme__none--with-hover,
.t__vf--sec a:hover h3.t__none--w-hov,
.t__vf--sec a:hover h3.theme__none--with-hover,
.t__vf--sec a:hover h4.t__none--w-hov,
.t__vf--sec a:hover h4.theme__none--with-hover {
  color: #D66EAC;
}

.theme__fair--pastel h1, .theme__fair--pastel h2, .theme__fair--pastel h3, .theme__fair--pastel h4, .theme__fair--pastel h5, .theme__fair--pastel h6,
.t__vf--pas h1,
.t__vf--pas h2,
.t__vf--pas h3,
.t__vf--pas h4,
.t__vf--pas h5,
.t__vf--pas h6 {
  color: rgba(214, 110, 172, 0.1);
}
.theme__fair--pastel a,
.t__vf--pas a {
  color: #4a4a4a;
  border-color: rgba(214, 110, 172, 0.1);
  text-decoration: none;
}
.theme__fair--pastel a:hover,
.t__vf--pas a:hover {
  color: rgba(214, 110, 172, 0.1);
}
.theme__fair--pastel a:hover h1, .theme__fair--pastel a:hover h2, .theme__fair--pastel a:hover h3, .theme__fair--pastel a:hover h4, .theme__fair--pastel a:hover h5, .theme__fair--pastel a:hover h6,
.t__vf--pas a:hover h1,
.t__vf--pas a:hover h2,
.t__vf--pas a:hover h3,
.t__vf--pas a:hover h4,
.t__vf--pas a:hover h5,
.t__vf--pas a:hover h6 {
  color: rgba(214, 110, 172, 0.1);
}
.theme__fair--pastel a div,
.t__vf--pas a div {
  border-color: rgba(214, 110, 172, 0.1) !important;
}
.theme__fair--pastel input,
.t__vf--pas input {
  border-color: rgba(214, 110, 172, 0.1);
}
.theme__fair--pastel p,
.t__vf--pas p {
  color: #4a4a4a;
}
.theme__fair--pastel .button,
.theme__fair--pastel .btn,
.theme__fair--pastel .btn__pill, .theme__fair--pastel.button, .theme__fair--pastel.btn, .theme__fair--pastel.btn__pill,
.t__vf--pas .button,
.t__vf--pas .btn,
.t__vf--pas .btn__pill,
.t__vf--pas.button,
.t__vf--pas.btn,
.t__vf--pas.btn__pill {
  border-color: rgba(214, 110, 172, 0.1);
}
@media (hover: hover) {
  .theme__fair--pastel .button:hover,
  .theme__fair--pastel .btn:hover,
  .theme__fair--pastel .btn__pill:hover, .theme__fair--pastel.button:hover, .theme__fair--pastel.btn:hover, .theme__fair--pastel.btn__pill:hover,
  .t__vf--pas .button:hover,
  .t__vf--pas .btn:hover,
  .t__vf--pas .btn__pill:hover,
  .t__vf--pas.button:hover,
  .t__vf--pas.btn:hover,
  .t__vf--pas.btn__pill:hover {
    color: #ffffff;
    background: rgba(214, 110, 172, 0.1);
  }
  .theme__fair--pastel .button:hover i,
  .theme__fair--pastel .btn:hover i,
  .theme__fair--pastel .btn__pill:hover i, .theme__fair--pastel.button:hover i, .theme__fair--pastel.btn:hover i, .theme__fair--pastel.btn__pill:hover i,
  .t__vf--pas .button:hover i,
  .t__vf--pas .btn:hover i,
  .t__vf--pas .btn__pill:hover i,
  .t__vf--pas.button:hover i,
  .t__vf--pas.btn:hover i,
  .t__vf--pas.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__fair--pastel .button__invert,
.theme__fair--pastel .btn__invert,
.theme__fair--pastel .btn__pill__invert, .theme__fair--pastel.button__invert, .theme__fair--pastel.btn__invert, .theme__fair--pastel.btn__pill__invert,
.t__vf--pas .button__invert,
.t__vf--pas .btn__invert,
.t__vf--pas .btn__pill__invert,
.t__vf--pas.button__invert,
.t__vf--pas.btn__invert,
.t__vf--pas.btn__pill__invert {
  background-color: rgba(214, 110, 172, 0.1);
  color: #ffffff;
}
.theme__fair--pastel .button__invert h4,
.theme__fair--pastel .btn__invert h4,
.theme__fair--pastel .btn__pill__invert h4, .theme__fair--pastel.button__invert h4, .theme__fair--pastel.btn__invert h4, .theme__fair--pastel.btn__pill__invert h4,
.t__vf--pas .button__invert h4,
.t__vf--pas .btn__invert h4,
.t__vf--pas .btn__pill__invert h4,
.t__vf--pas.button__invert h4,
.t__vf--pas.btn__invert h4,
.t__vf--pas.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__fair--pastel .button__invert:hover,
.theme__fair--pastel .btn__invert:hover,
.theme__fair--pastel .btn__pill__invert:hover, .theme__fair--pastel.button__invert:hover, .theme__fair--pastel.btn__invert:hover, .theme__fair--pastel.btn__pill__invert:hover,
.t__vf--pas .button__invert:hover,
.t__vf--pas .btn__invert:hover,
.t__vf--pas .btn__pill__invert:hover,
.t__vf--pas.button__invert:hover,
.t__vf--pas.btn__invert:hover,
.t__vf--pas.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__fair--pastel .button__invert:hover h4,
.theme__fair--pastel .btn__invert:hover h4,
.theme__fair--pastel .btn__pill__invert:hover h4, .theme__fair--pastel.button__invert:hover h4, .theme__fair--pastel.btn__invert:hover h4, .theme__fair--pastel.btn__pill__invert:hover h4,
.t__vf--pas .button__invert:hover h4,
.t__vf--pas .btn__invert:hover h4,
.t__vf--pas .btn__pill__invert:hover h4,
.t__vf--pas.button__invert:hover h4,
.t__vf--pas.btn__invert:hover h4,
.t__vf--pas.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__fair--pastel .button__invert--hover:hover,
.theme__fair--pastel .btn__invert--hover:hover,
.theme__fair--pastel .btn__pill__invert--hover:hover, .theme__fair--pastel.button__invert--hover:hover, .theme__fair--pastel.btn__invert--hover:hover, .theme__fair--pastel.btn__pill__invert--hover:hover,
.t__vf--pas .button__invert--hover:hover,
.t__vf--pas .btn__invert--hover:hover,
.t__vf--pas .btn__pill__invert--hover:hover,
.t__vf--pas.button__invert--hover:hover,
.t__vf--pas.btn__invert--hover:hover,
.t__vf--pas.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__fair--pastel .button__under,
.theme__fair--pastel .btn__under,
.theme__fair--pastel .btn__pill__under, .theme__fair--pastel.button__under, .theme__fair--pastel.btn__under, .theme__fair--pastel.btn__pill__under,
.t__vf--pas .button__under,
.t__vf--pas .btn__under,
.t__vf--pas .btn__pill__under,
.t__vf--pas.button__under,
.t__vf--pas.btn__under,
.t__vf--pas.btn__pill__under {
  border-color: rgba(214, 110, 172, 0.1);
}
.theme__fair--pastel .btn__large,
.t__vf--pas .btn__large {
  background-color: rgba(214, 110, 172, 0.1);
}
.theme__fair--pastel .input__search,
.t__vf--pas .input__search {
  border-color: rgba(214, 110, 172, 0.1);
}
.theme__fair--pastel .input__search i,
.t__vf--pas .input__search i {
  color: #4a4a4a;
}
.theme__fair--pastel .input__search:hover i,
.t__vf--pas .input__search:hover i {
  color: rgba(214, 110, 172, 0.1);
}
.theme__fair--pastel .component__foreground,
.t__vf--pas .component__foreground {
  color: #4a4a4a;
}
.theme__fair--pastel.card,
.theme__fair--pastel .card, .theme__fair--pastel.card__with-image,
.theme__fair--pastel .card__with-image,
.t__vf--pas.card,
.t__vf--pas .card,
.t__vf--pas.card__with-image,
.t__vf--pas .card__with-image {
  border-color: rgba(214, 110, 172, 0.1);
}
.theme__fair--pastel.card__highlight,
.theme__fair--pastel .card__highlight,
.theme__fair--pastel .card__highlight--image,
.theme__fair--pastel .card__highlight--final,
.t__vf--pas.card__highlight,
.t__vf--pas .card__highlight,
.t__vf--pas .card__highlight--image,
.t__vf--pas .card__highlight--final {
  background-color: rgba(214, 110, 172, 0.1);
  border-color: rgba(214, 110, 172, 0.1);
}
.theme__fair--pastel.card__highlight--title,
.theme__fair--pastel .card__highlight--title,
.theme__fair--pastel .card__highlight--image,
.theme__fair--pastel .card__highlight--final,
.t__vf--pas.card__highlight--title,
.t__vf--pas .card__highlight--title,
.t__vf--pas .card__highlight--image,
.t__vf--pas .card__highlight--final {
  color: #4a4a4a;
}
.theme__fair--pastel .image-slider__selector--dot,
.t__vf--pas .image-slider__selector--dot {
  background-color: rgba(214, 110, 172, 0.1);
}
.theme__fair--pastel .call-to-action__text h3,
.t__vf--pas .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__fair--pastel .officer__block--title h5, .theme__fair--pastel .officer__block--title h6,
.t__vf--pas .officer__block--title h5,
.t__vf--pas .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__fair--pastel .block__statement--link,
.t__vf--pas .block__statement--link {
  color: #4a4a4a;
}
.theme__fair--pastel .card__cutoff,
.t__vf--pas .card__cutoff {
  background: linear-gradient(rgba(214, 110, 172, 0.1), rgba(214, 110, 172, 0.1)), linear-gradient(white, white);
}
.theme__fair--pastel .card__cutoff p,
.t__vf--pas .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__fair--pastel .card__cutoff:hover,
  .t__vf--pas .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__fair--pastel .card__cutoff:hover p,
  .t__vf--pas .card__cutoff:hover p {
    color: rgba(214, 110, 172, 0.1);
  }
  .theme__fair--pastel .card__cutoff:hover .card__cutoff--link,
  .t__vf--pas .card__cutoff:hover .card__cutoff--link {
    color: rgba(214, 110, 172, 0.1);
  }
  .theme__fair--pastel .card__cutoff:hover .card__cutoff--text,
  .t__vf--pas .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__fair--pastel .card__cutoff:hover .card__cutoff--text p,
  .t__vf--pas .card__cutoff:hover .card__cutoff--text p {
    color: rgba(214, 110, 172, 0.1);
  }
  .theme__fair--pastel .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__vf--pas .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: rgba(214, 110, 172, 0.1);
  }
}
.theme__fair--pastel .card__cutoff--link,
.t__vf--pas .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__fair--pastel .card__cutoff--link:hover,
  .t__vf--pas .card__cutoff--link:hover {
    color: rgba(214, 110, 172, 0.1);
  }
  .theme__fair--pastel .card__cutoff--link:hover--link,
  .t__vf--pas .card__cutoff--link:hover--link {
    color: rgba(214, 110, 172, 0.1);
  }
}
.theme__fair--pastel .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__vf--pas .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: rgba(214, 110, 172, 0.1);
}
.theme__fair--pastel .dropdown__toggle--title,
.t__vf--pas .dropdown__toggle--title {
  color: rgba(214, 110, 172, 0.1);
}
.theme__fair--pastel .dropdown__toggle--icon i,
.t__vf--pas .dropdown__toggle--icon i {
  color: rgba(214, 110, 172, 0.1);
}
.theme__fair--pastel .large_timer__countdown--item_large,
.t__vf--pas .large_timer__countdown--item_large {
  background-color: rgba(214, 110, 172, 0.1);
}
.theme__fair--pastel .large_timer__countdown--item_medium,
.t__vf--pas .large_timer__countdown--item_medium {
  background-color: rgba(214, 110, 172, 0.1);
}
.theme__fair--pastel .large_timer__countdown--item_small,
.t__vf--pas .large_timer__countdown--item_small {
  background-color: rgba(214, 110, 172, 0.1);
}
.theme__fair--pastel .modalcontent,
.t__vf--pas .modalcontent {
  border-color: rgba(214, 110, 172, 0.1);
}
.theme__fair--pastel .transparent__header,
.t__vf--pas .transparent__header {
  background: rgba(214, 110, 172, 0.1);
}
.theme__fair--pastel .breadcrumb__slashes,
.t__vf--pas .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__fair--pastel .the-list,
.t__vf--pas .the-list {
  background-color: rgba(214, 110, 172, 0.1);
}
.theme__fair--pastel .the-list option,
.t__vf--pas .the-list option {
  border-color: rgba(214, 110, 172, 0.1) !important;
}
.theme__fair--pastel .es-list::-webkit-scrollbar-thumb,
.t__vf--pas .es-list::-webkit-scrollbar-thumb {
  background: rgba(214, 110, 172, 0.1);
}
.theme__fair--pastel .es-visible,
.t__vf--pas .es-visible {
  border-color: rgba(214, 110, 172, 0.1) !important;
}
.theme__fair--pastel .ot-open,
.theme__fair--pastel .ot-closed,
.t__vf--pas .ot-open,
.t__vf--pas .ot-closed {
  color: rgba(214, 110, 172, 0.1);
}
.theme__fair--pastel .colour__foreground,
.t__vf--pas .colour__foreground {
  color: rgba(214, 110, 172, 0.1);
}
.theme__fair--pastel h1.t__none,
.theme__fair--pastel h1.theme__none,
.theme__fair--pastel h2.t__none,
.theme__fair--pastel h2.theme__none,
.theme__fair--pastel h3.t__none,
.theme__fair--pastel h3.theme__none,
.theme__fair--pastel h4.t__none,
.theme__fair--pastel h4.theme__none,
.theme__fair--pastel h1.t__none--w-hov,
.theme__fair--pastel h1.theme__none--with-hover,
.theme__fair--pastel h2.t__none--w-hov,
.theme__fair--pastel h2.theme__none--with-hover,
.theme__fair--pastel h3.t__none--w-hov,
.theme__fair--pastel h3.theme__none--with-hover,
.theme__fair--pastel h4.t__none--w-hov,
.theme__fair--pastel h4.theme__none--with-hover,
.t__vf--pas h1.t__none,
.t__vf--pas h1.theme__none,
.t__vf--pas h2.t__none,
.t__vf--pas h2.theme__none,
.t__vf--pas h3.t__none,
.t__vf--pas h3.theme__none,
.t__vf--pas h4.t__none,
.t__vf--pas h4.theme__none,
.t__vf--pas h1.t__none--w-hov,
.t__vf--pas h1.theme__none--with-hover,
.t__vf--pas h2.t__none--w-hov,
.t__vf--pas h2.theme__none--with-hover,
.t__vf--pas h3.t__none--w-hov,
.t__vf--pas h3.theme__none--with-hover,
.t__vf--pas h4.t__none--w-hov,
.t__vf--pas h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__fair--pastel span.t__none,
.theme__fair--pastel span.theme__none,
.t__vf--pas span.t__none,
.t__vf--pas span.theme__none {
  color: #4a4a4a;
}
.theme__fair--pastel i.t__none,
.theme__fair--pastel i.theme__none,
.t__vf--pas i.t__none,
.t__vf--pas i.theme__none {
  color: #4a4a4a;
}
.theme__fair--pastel a.border__none,
.theme__fair--pastel a.b__none,
.t__vf--pas a.border__none,
.t__vf--pas a.b__none {
  border: 0;
}
.theme__fair--pastel a:hover h1.t__none,
.theme__fair--pastel a:hover h1.theme__none,
.theme__fair--pastel a:hover h2.t__none,
.theme__fair--pastel a:hover h2.theme__none,
.theme__fair--pastel a:hover h3.t__none,
.theme__fair--pastel a:hover h3.theme__none,
.theme__fair--pastel a:hover h4.t__none,
.theme__fair--pastel a:hover h4.theme__none,
.t__vf--pas a:hover h1.t__none,
.t__vf--pas a:hover h1.theme__none,
.t__vf--pas a:hover h2.t__none,
.t__vf--pas a:hover h2.theme__none,
.t__vf--pas a:hover h3.t__none,
.t__vf--pas a:hover h3.theme__none,
.t__vf--pas a:hover h4.t__none,
.t__vf--pas a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__fair--pastel a:hover h1.t__none--w-hov,
.theme__fair--pastel a:hover h1.theme__none--with-hover,
.theme__fair--pastel a:hover h2.t__none--w-hov,
.theme__fair--pastel a:hover h2.theme__none--with-hover,
.theme__fair--pastel a:hover h3.t__none--w-hov,
.theme__fair--pastel a:hover h3.theme__none--with-hover,
.theme__fair--pastel a:hover h4.t__none--w-hov,
.theme__fair--pastel a:hover h4.theme__none--with-hover,
.t__vf--pas a:hover h1.t__none--w-hov,
.t__vf--pas a:hover h1.theme__none--with-hover,
.t__vf--pas a:hover h2.t__none--w-hov,
.t__vf--pas a:hover h2.theme__none--with-hover,
.t__vf--pas a:hover h3.t__none--w-hov,
.t__vf--pas a:hover h3.theme__none--with-hover,
.t__vf--pas a:hover h4.t__none--w-hov,
.t__vf--pas a:hover h4.theme__none--with-hover {
  color: rgba(214, 110, 172, 0.1);
}

.theme__fair--background-primary,
.t__vf--bg-pri {
  background-color: #D66EAC;
}

.theme__fair--background-secondary,
.t__vf--bg-sec {
  background-color: #D66EAC;
}

.theme__fair--background-pastel,
.t__vf--bg-pas {
  background-color: rgba(214, 110, 172, 0.1);
}

.theme__ven--primary h1, .theme__ven--primary h2, .theme__ven--primary h3, .theme__ven--primary h4, .theme__ven--primary h5, .theme__ven--primary h6,
.t__ven--pri h1,
.t__ven--pri h2,
.t__ven--pri h3,
.t__ven--pri h4,
.t__ven--pri h5,
.t__ven--pri h6 {
  color: #aa9151;
}
.theme__ven--primary a,
.t__ven--pri a {
  color: #4a4a4a;
  border-color: #aa9151;
  text-decoration: none;
}
.theme__ven--primary a:hover,
.t__ven--pri a:hover {
  color: #aa9151;
}
.theme__ven--primary a:hover h1, .theme__ven--primary a:hover h2, .theme__ven--primary a:hover h3, .theme__ven--primary a:hover h4, .theme__ven--primary a:hover h5, .theme__ven--primary a:hover h6,
.t__ven--pri a:hover h1,
.t__ven--pri a:hover h2,
.t__ven--pri a:hover h3,
.t__ven--pri a:hover h4,
.t__ven--pri a:hover h5,
.t__ven--pri a:hover h6 {
  color: #aa9151;
}
.theme__ven--primary a div,
.t__ven--pri a div {
  border-color: #aa9151 !important;
}
.theme__ven--primary input,
.t__ven--pri input {
  border-color: #aa9151;
}
.theme__ven--primary p,
.t__ven--pri p {
  color: #4a4a4a;
}
.theme__ven--primary .button,
.theme__ven--primary .btn,
.theme__ven--primary .btn__pill, .theme__ven--primary.button, .theme__ven--primary.btn, .theme__ven--primary.btn__pill,
.t__ven--pri .button,
.t__ven--pri .btn,
.t__ven--pri .btn__pill,
.t__ven--pri.button,
.t__ven--pri.btn,
.t__ven--pri.btn__pill {
  border-color: #aa9151;
}
@media (hover: hover) {
  .theme__ven--primary .button:hover,
  .theme__ven--primary .btn:hover,
  .theme__ven--primary .btn__pill:hover, .theme__ven--primary.button:hover, .theme__ven--primary.btn:hover, .theme__ven--primary.btn__pill:hover,
  .t__ven--pri .button:hover,
  .t__ven--pri .btn:hover,
  .t__ven--pri .btn__pill:hover,
  .t__ven--pri.button:hover,
  .t__ven--pri.btn:hover,
  .t__ven--pri.btn__pill:hover {
    color: #ffffff;
    background: #aa9151;
  }
  .theme__ven--primary .button:hover i,
  .theme__ven--primary .btn:hover i,
  .theme__ven--primary .btn__pill:hover i, .theme__ven--primary.button:hover i, .theme__ven--primary.btn:hover i, .theme__ven--primary.btn__pill:hover i,
  .t__ven--pri .button:hover i,
  .t__ven--pri .btn:hover i,
  .t__ven--pri .btn__pill:hover i,
  .t__ven--pri.button:hover i,
  .t__ven--pri.btn:hover i,
  .t__ven--pri.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__ven--primary .button__invert,
.theme__ven--primary .btn__invert,
.theme__ven--primary .btn__pill__invert, .theme__ven--primary.button__invert, .theme__ven--primary.btn__invert, .theme__ven--primary.btn__pill__invert,
.t__ven--pri .button__invert,
.t__ven--pri .btn__invert,
.t__ven--pri .btn__pill__invert,
.t__ven--pri.button__invert,
.t__ven--pri.btn__invert,
.t__ven--pri.btn__pill__invert {
  background-color: #aa9151;
  color: #ffffff;
}
.theme__ven--primary .button__invert h4,
.theme__ven--primary .btn__invert h4,
.theme__ven--primary .btn__pill__invert h4, .theme__ven--primary.button__invert h4, .theme__ven--primary.btn__invert h4, .theme__ven--primary.btn__pill__invert h4,
.t__ven--pri .button__invert h4,
.t__ven--pri .btn__invert h4,
.t__ven--pri .btn__pill__invert h4,
.t__ven--pri.button__invert h4,
.t__ven--pri.btn__invert h4,
.t__ven--pri.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__ven--primary .button__invert:hover,
.theme__ven--primary .btn__invert:hover,
.theme__ven--primary .btn__pill__invert:hover, .theme__ven--primary.button__invert:hover, .theme__ven--primary.btn__invert:hover, .theme__ven--primary.btn__pill__invert:hover,
.t__ven--pri .button__invert:hover,
.t__ven--pri .btn__invert:hover,
.t__ven--pri .btn__pill__invert:hover,
.t__ven--pri.button__invert:hover,
.t__ven--pri.btn__invert:hover,
.t__ven--pri.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__ven--primary .button__invert:hover h4,
.theme__ven--primary .btn__invert:hover h4,
.theme__ven--primary .btn__pill__invert:hover h4, .theme__ven--primary.button__invert:hover h4, .theme__ven--primary.btn__invert:hover h4, .theme__ven--primary.btn__pill__invert:hover h4,
.t__ven--pri .button__invert:hover h4,
.t__ven--pri .btn__invert:hover h4,
.t__ven--pri .btn__pill__invert:hover h4,
.t__ven--pri.button__invert:hover h4,
.t__ven--pri.btn__invert:hover h4,
.t__ven--pri.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__ven--primary .button__invert--hover:hover,
.theme__ven--primary .btn__invert--hover:hover,
.theme__ven--primary .btn__pill__invert--hover:hover, .theme__ven--primary.button__invert--hover:hover, .theme__ven--primary.btn__invert--hover:hover, .theme__ven--primary.btn__pill__invert--hover:hover,
.t__ven--pri .button__invert--hover:hover,
.t__ven--pri .btn__invert--hover:hover,
.t__ven--pri .btn__pill__invert--hover:hover,
.t__ven--pri.button__invert--hover:hover,
.t__ven--pri.btn__invert--hover:hover,
.t__ven--pri.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__ven--primary .button__under,
.theme__ven--primary .btn__under,
.theme__ven--primary .btn__pill__under, .theme__ven--primary.button__under, .theme__ven--primary.btn__under, .theme__ven--primary.btn__pill__under,
.t__ven--pri .button__under,
.t__ven--pri .btn__under,
.t__ven--pri .btn__pill__under,
.t__ven--pri.button__under,
.t__ven--pri.btn__under,
.t__ven--pri.btn__pill__under {
  border-color: #aa9151;
}
.theme__ven--primary .btn__large,
.t__ven--pri .btn__large {
  background-color: #aa9151;
}
.theme__ven--primary .input__search,
.t__ven--pri .input__search {
  border-color: #aa9151;
}
.theme__ven--primary .input__search i,
.t__ven--pri .input__search i {
  color: #4a4a4a;
}
.theme__ven--primary .input__search:hover i,
.t__ven--pri .input__search:hover i {
  color: #aa9151;
}
.theme__ven--primary .component__foreground,
.t__ven--pri .component__foreground {
  color: #4a4a4a;
}
.theme__ven--primary.card,
.theme__ven--primary .card, .theme__ven--primary.card__with-image,
.theme__ven--primary .card__with-image,
.t__ven--pri.card,
.t__ven--pri .card,
.t__ven--pri.card__with-image,
.t__ven--pri .card__with-image {
  border-color: #aa9151;
}
.theme__ven--primary.card__highlight,
.theme__ven--primary .card__highlight,
.theme__ven--primary .card__highlight--image,
.theme__ven--primary .card__highlight--final,
.t__ven--pri.card__highlight,
.t__ven--pri .card__highlight,
.t__ven--pri .card__highlight--image,
.t__ven--pri .card__highlight--final {
  background-color: #aa9151;
  border-color: #aa9151;
}
.theme__ven--primary.card__highlight--title,
.theme__ven--primary .card__highlight--title,
.theme__ven--primary .card__highlight--image,
.theme__ven--primary .card__highlight--final,
.t__ven--pri.card__highlight--title,
.t__ven--pri .card__highlight--title,
.t__ven--pri .card__highlight--image,
.t__ven--pri .card__highlight--final {
  color: #4a4a4a;
}
.theme__ven--primary .image-slider__selector--dot,
.t__ven--pri .image-slider__selector--dot {
  background-color: #aa9151;
}
.theme__ven--primary .call-to-action__text h3,
.t__ven--pri .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__ven--primary .officer__block--title h5, .theme__ven--primary .officer__block--title h6,
.t__ven--pri .officer__block--title h5,
.t__ven--pri .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__ven--primary .block__statement--link,
.t__ven--pri .block__statement--link {
  color: #4a4a4a;
}
.theme__ven--primary .card__cutoff,
.t__ven--pri .card__cutoff {
  background: linear-gradient(#aa9151, #aa9151), linear-gradient(white, white);
}
.theme__ven--primary .card__cutoff p,
.t__ven--pri .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__ven--primary .card__cutoff:hover,
  .t__ven--pri .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__ven--primary .card__cutoff:hover p,
  .t__ven--pri .card__cutoff:hover p {
    color: #aa9151;
  }
  .theme__ven--primary .card__cutoff:hover .card__cutoff--link,
  .t__ven--pri .card__cutoff:hover .card__cutoff--link {
    color: #aa9151;
  }
  .theme__ven--primary .card__cutoff:hover .card__cutoff--text,
  .t__ven--pri .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__ven--primary .card__cutoff:hover .card__cutoff--text p,
  .t__ven--pri .card__cutoff:hover .card__cutoff--text p {
    color: #aa9151;
  }
  .theme__ven--primary .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__ven--pri .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: #aa9151;
  }
}
.theme__ven--primary .card__cutoff--link,
.t__ven--pri .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__ven--primary .card__cutoff--link:hover,
  .t__ven--pri .card__cutoff--link:hover {
    color: #aa9151;
  }
  .theme__ven--primary .card__cutoff--link:hover--link,
  .t__ven--pri .card__cutoff--link:hover--link {
    color: #aa9151;
  }
}
.theme__ven--primary .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__ven--pri .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: #aa9151;
}
.theme__ven--primary .dropdown__toggle--title,
.t__ven--pri .dropdown__toggle--title {
  color: #aa9151;
}
.theme__ven--primary .dropdown__toggle--icon i,
.t__ven--pri .dropdown__toggle--icon i {
  color: #aa9151;
}
.theme__ven--primary .large_timer__countdown--item_large,
.t__ven--pri .large_timer__countdown--item_large {
  background-color: #aa9151;
}
.theme__ven--primary .large_timer__countdown--item_medium,
.t__ven--pri .large_timer__countdown--item_medium {
  background-color: #aa9151;
}
.theme__ven--primary .large_timer__countdown--item_small,
.t__ven--pri .large_timer__countdown--item_small {
  background-color: #aa9151;
}
.theme__ven--primary .modalcontent,
.t__ven--pri .modalcontent {
  border-color: #aa9151;
}
.theme__ven--primary .transparent__header,
.t__ven--pri .transparent__header {
  background: #aa9151;
}
.theme__ven--primary .breadcrumb__slashes,
.t__ven--pri .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__ven--primary .the-list,
.t__ven--pri .the-list {
  background-color: #aa9151;
}
.theme__ven--primary .the-list option,
.t__ven--pri .the-list option {
  border-color: #aa9151 !important;
}
.theme__ven--primary .es-list::-webkit-scrollbar-thumb,
.t__ven--pri .es-list::-webkit-scrollbar-thumb {
  background: #aa9151;
}
.theme__ven--primary .es-visible,
.t__ven--pri .es-visible {
  border-color: #aa9151 !important;
}
.theme__ven--primary .ot-open,
.theme__ven--primary .ot-closed,
.t__ven--pri .ot-open,
.t__ven--pri .ot-closed {
  color: #aa9151;
}
.theme__ven--primary .colour__foreground,
.t__ven--pri .colour__foreground {
  color: #aa9151;
}
.theme__ven--primary h1.t__none,
.theme__ven--primary h1.theme__none,
.theme__ven--primary h2.t__none,
.theme__ven--primary h2.theme__none,
.theme__ven--primary h3.t__none,
.theme__ven--primary h3.theme__none,
.theme__ven--primary h4.t__none,
.theme__ven--primary h4.theme__none,
.theme__ven--primary h1.t__none--w-hov,
.theme__ven--primary h1.theme__none--with-hover,
.theme__ven--primary h2.t__none--w-hov,
.theme__ven--primary h2.theme__none--with-hover,
.theme__ven--primary h3.t__none--w-hov,
.theme__ven--primary h3.theme__none--with-hover,
.theme__ven--primary h4.t__none--w-hov,
.theme__ven--primary h4.theme__none--with-hover,
.t__ven--pri h1.t__none,
.t__ven--pri h1.theme__none,
.t__ven--pri h2.t__none,
.t__ven--pri h2.theme__none,
.t__ven--pri h3.t__none,
.t__ven--pri h3.theme__none,
.t__ven--pri h4.t__none,
.t__ven--pri h4.theme__none,
.t__ven--pri h1.t__none--w-hov,
.t__ven--pri h1.theme__none--with-hover,
.t__ven--pri h2.t__none--w-hov,
.t__ven--pri h2.theme__none--with-hover,
.t__ven--pri h3.t__none--w-hov,
.t__ven--pri h3.theme__none--with-hover,
.t__ven--pri h4.t__none--w-hov,
.t__ven--pri h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__ven--primary span.t__none,
.theme__ven--primary span.theme__none,
.t__ven--pri span.t__none,
.t__ven--pri span.theme__none {
  color: #4a4a4a;
}
.theme__ven--primary i.t__none,
.theme__ven--primary i.theme__none,
.t__ven--pri i.t__none,
.t__ven--pri i.theme__none {
  color: #4a4a4a;
}
.theme__ven--primary a.border__none,
.theme__ven--primary a.b__none,
.t__ven--pri a.border__none,
.t__ven--pri a.b__none {
  border: 0;
}
.theme__ven--primary a:hover h1.t__none,
.theme__ven--primary a:hover h1.theme__none,
.theme__ven--primary a:hover h2.t__none,
.theme__ven--primary a:hover h2.theme__none,
.theme__ven--primary a:hover h3.t__none,
.theme__ven--primary a:hover h3.theme__none,
.theme__ven--primary a:hover h4.t__none,
.theme__ven--primary a:hover h4.theme__none,
.t__ven--pri a:hover h1.t__none,
.t__ven--pri a:hover h1.theme__none,
.t__ven--pri a:hover h2.t__none,
.t__ven--pri a:hover h2.theme__none,
.t__ven--pri a:hover h3.t__none,
.t__ven--pri a:hover h3.theme__none,
.t__ven--pri a:hover h4.t__none,
.t__ven--pri a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__ven--primary a:hover h1.t__none--w-hov,
.theme__ven--primary a:hover h1.theme__none--with-hover,
.theme__ven--primary a:hover h2.t__none--w-hov,
.theme__ven--primary a:hover h2.theme__none--with-hover,
.theme__ven--primary a:hover h3.t__none--w-hov,
.theme__ven--primary a:hover h3.theme__none--with-hover,
.theme__ven--primary a:hover h4.t__none--w-hov,
.theme__ven--primary a:hover h4.theme__none--with-hover,
.t__ven--pri a:hover h1.t__none--w-hov,
.t__ven--pri a:hover h1.theme__none--with-hover,
.t__ven--pri a:hover h2.t__none--w-hov,
.t__ven--pri a:hover h2.theme__none--with-hover,
.t__ven--pri a:hover h3.t__none--w-hov,
.t__ven--pri a:hover h3.theme__none--with-hover,
.t__ven--pri a:hover h4.t__none--w-hov,
.t__ven--pri a:hover h4.theme__none--with-hover {
  color: #aa9151;
}
.theme__ven--primary .dotted__line--small, .theme__ven--primary .dotted__line--medium, .theme__ven--primary .dotted__line--large, .theme__ven--primary .dotted__line--x-large, .theme__ven--primary .dotted__line--huge,
.t__ven--pri .dotted__line--small,
.t__ven--pri .dotted__line--medium,
.t__ven--pri .dotted__line--large,
.t__ven--pri .dotted__line--x-large,
.t__ven--pri .dotted__line--huge {
  border-image-source: url("https://3fe71bd229cff1409de4-918c4a94592cd7fa431dd71bf51b646a.ssl.cf3.rackcdn.com/dotted_def-ven.png");
}

.theme__ven--secondary h1, .theme__ven--secondary h2, .theme__ven--secondary h3, .theme__ven--secondary h4, .theme__ven--secondary h5, .theme__ven--secondary h6,
.t__ven--sec h1,
.t__ven--sec h2,
.t__ven--sec h3,
.t__ven--sec h4,
.t__ven--sec h5,
.t__ven--sec h6 {
  color: #aa9151;
}
.theme__ven--secondary a,
.t__ven--sec a {
  color: #4a4a4a;
  border-color: #aa9151;
  text-decoration: none;
}
.theme__ven--secondary a:hover,
.t__ven--sec a:hover {
  color: #aa9151;
}
.theme__ven--secondary a:hover h1, .theme__ven--secondary a:hover h2, .theme__ven--secondary a:hover h3, .theme__ven--secondary a:hover h4, .theme__ven--secondary a:hover h5, .theme__ven--secondary a:hover h6,
.t__ven--sec a:hover h1,
.t__ven--sec a:hover h2,
.t__ven--sec a:hover h3,
.t__ven--sec a:hover h4,
.t__ven--sec a:hover h5,
.t__ven--sec a:hover h6 {
  color: #aa9151;
}
.theme__ven--secondary a div,
.t__ven--sec a div {
  border-color: #aa9151 !important;
}
.theme__ven--secondary input,
.t__ven--sec input {
  border-color: #aa9151;
}
.theme__ven--secondary p,
.t__ven--sec p {
  color: #4a4a4a;
}
.theme__ven--secondary .button,
.theme__ven--secondary .btn,
.theme__ven--secondary .btn__pill, .theme__ven--secondary.button, .theme__ven--secondary.btn, .theme__ven--secondary.btn__pill,
.t__ven--sec .button,
.t__ven--sec .btn,
.t__ven--sec .btn__pill,
.t__ven--sec.button,
.t__ven--sec.btn,
.t__ven--sec.btn__pill {
  border-color: #aa9151;
}
@media (hover: hover) {
  .theme__ven--secondary .button:hover,
  .theme__ven--secondary .btn:hover,
  .theme__ven--secondary .btn__pill:hover, .theme__ven--secondary.button:hover, .theme__ven--secondary.btn:hover, .theme__ven--secondary.btn__pill:hover,
  .t__ven--sec .button:hover,
  .t__ven--sec .btn:hover,
  .t__ven--sec .btn__pill:hover,
  .t__ven--sec.button:hover,
  .t__ven--sec.btn:hover,
  .t__ven--sec.btn__pill:hover {
    color: #ffffff;
    background: #aa9151;
  }
  .theme__ven--secondary .button:hover i,
  .theme__ven--secondary .btn:hover i,
  .theme__ven--secondary .btn__pill:hover i, .theme__ven--secondary.button:hover i, .theme__ven--secondary.btn:hover i, .theme__ven--secondary.btn__pill:hover i,
  .t__ven--sec .button:hover i,
  .t__ven--sec .btn:hover i,
  .t__ven--sec .btn__pill:hover i,
  .t__ven--sec.button:hover i,
  .t__ven--sec.btn:hover i,
  .t__ven--sec.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__ven--secondary .button__invert,
.theme__ven--secondary .btn__invert,
.theme__ven--secondary .btn__pill__invert, .theme__ven--secondary.button__invert, .theme__ven--secondary.btn__invert, .theme__ven--secondary.btn__pill__invert,
.t__ven--sec .button__invert,
.t__ven--sec .btn__invert,
.t__ven--sec .btn__pill__invert,
.t__ven--sec.button__invert,
.t__ven--sec.btn__invert,
.t__ven--sec.btn__pill__invert {
  background-color: #aa9151;
  color: #ffffff;
}
.theme__ven--secondary .button__invert h4,
.theme__ven--secondary .btn__invert h4,
.theme__ven--secondary .btn__pill__invert h4, .theme__ven--secondary.button__invert h4, .theme__ven--secondary.btn__invert h4, .theme__ven--secondary.btn__pill__invert h4,
.t__ven--sec .button__invert h4,
.t__ven--sec .btn__invert h4,
.t__ven--sec .btn__pill__invert h4,
.t__ven--sec.button__invert h4,
.t__ven--sec.btn__invert h4,
.t__ven--sec.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__ven--secondary .button__invert:hover,
.theme__ven--secondary .btn__invert:hover,
.theme__ven--secondary .btn__pill__invert:hover, .theme__ven--secondary.button__invert:hover, .theme__ven--secondary.btn__invert:hover, .theme__ven--secondary.btn__pill__invert:hover,
.t__ven--sec .button__invert:hover,
.t__ven--sec .btn__invert:hover,
.t__ven--sec .btn__pill__invert:hover,
.t__ven--sec.button__invert:hover,
.t__ven--sec.btn__invert:hover,
.t__ven--sec.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__ven--secondary .button__invert:hover h4,
.theme__ven--secondary .btn__invert:hover h4,
.theme__ven--secondary .btn__pill__invert:hover h4, .theme__ven--secondary.button__invert:hover h4, .theme__ven--secondary.btn__invert:hover h4, .theme__ven--secondary.btn__pill__invert:hover h4,
.t__ven--sec .button__invert:hover h4,
.t__ven--sec .btn__invert:hover h4,
.t__ven--sec .btn__pill__invert:hover h4,
.t__ven--sec.button__invert:hover h4,
.t__ven--sec.btn__invert:hover h4,
.t__ven--sec.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__ven--secondary .button__invert--hover:hover,
.theme__ven--secondary .btn__invert--hover:hover,
.theme__ven--secondary .btn__pill__invert--hover:hover, .theme__ven--secondary.button__invert--hover:hover, .theme__ven--secondary.btn__invert--hover:hover, .theme__ven--secondary.btn__pill__invert--hover:hover,
.t__ven--sec .button__invert--hover:hover,
.t__ven--sec .btn__invert--hover:hover,
.t__ven--sec .btn__pill__invert--hover:hover,
.t__ven--sec.button__invert--hover:hover,
.t__ven--sec.btn__invert--hover:hover,
.t__ven--sec.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__ven--secondary .button__under,
.theme__ven--secondary .btn__under,
.theme__ven--secondary .btn__pill__under, .theme__ven--secondary.button__under, .theme__ven--secondary.btn__under, .theme__ven--secondary.btn__pill__under,
.t__ven--sec .button__under,
.t__ven--sec .btn__under,
.t__ven--sec .btn__pill__under,
.t__ven--sec.button__under,
.t__ven--sec.btn__under,
.t__ven--sec.btn__pill__under {
  border-color: #aa9151;
}
.theme__ven--secondary .btn__large,
.t__ven--sec .btn__large {
  background-color: #aa9151;
}
.theme__ven--secondary .input__search,
.t__ven--sec .input__search {
  border-color: #aa9151;
}
.theme__ven--secondary .input__search i,
.t__ven--sec .input__search i {
  color: #4a4a4a;
}
.theme__ven--secondary .input__search:hover i,
.t__ven--sec .input__search:hover i {
  color: #aa9151;
}
.theme__ven--secondary .component__foreground,
.t__ven--sec .component__foreground {
  color: #4a4a4a;
}
.theme__ven--secondary.card,
.theme__ven--secondary .card, .theme__ven--secondary.card__with-image,
.theme__ven--secondary .card__with-image,
.t__ven--sec.card,
.t__ven--sec .card,
.t__ven--sec.card__with-image,
.t__ven--sec .card__with-image {
  border-color: #aa9151;
}
.theme__ven--secondary.card__highlight,
.theme__ven--secondary .card__highlight,
.theme__ven--secondary .card__highlight--image,
.theme__ven--secondary .card__highlight--final,
.t__ven--sec.card__highlight,
.t__ven--sec .card__highlight,
.t__ven--sec .card__highlight--image,
.t__ven--sec .card__highlight--final {
  background-color: #aa9151;
  border-color: #aa9151;
}
.theme__ven--secondary.card__highlight--title,
.theme__ven--secondary .card__highlight--title,
.theme__ven--secondary .card__highlight--image,
.theme__ven--secondary .card__highlight--final,
.t__ven--sec.card__highlight--title,
.t__ven--sec .card__highlight--title,
.t__ven--sec .card__highlight--image,
.t__ven--sec .card__highlight--final {
  color: #4a4a4a;
}
.theme__ven--secondary .image-slider__selector--dot,
.t__ven--sec .image-slider__selector--dot {
  background-color: #aa9151;
}
.theme__ven--secondary .call-to-action__text h3,
.t__ven--sec .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__ven--secondary .officer__block--title h5, .theme__ven--secondary .officer__block--title h6,
.t__ven--sec .officer__block--title h5,
.t__ven--sec .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__ven--secondary .block__statement--link,
.t__ven--sec .block__statement--link {
  color: #4a4a4a;
}
.theme__ven--secondary .card__cutoff,
.t__ven--sec .card__cutoff {
  background: linear-gradient(#aa9151, #aa9151), linear-gradient(white, white);
}
.theme__ven--secondary .card__cutoff p,
.t__ven--sec .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__ven--secondary .card__cutoff:hover,
  .t__ven--sec .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__ven--secondary .card__cutoff:hover p,
  .t__ven--sec .card__cutoff:hover p {
    color: #aa9151;
  }
  .theme__ven--secondary .card__cutoff:hover .card__cutoff--link,
  .t__ven--sec .card__cutoff:hover .card__cutoff--link {
    color: #aa9151;
  }
  .theme__ven--secondary .card__cutoff:hover .card__cutoff--text,
  .t__ven--sec .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__ven--secondary .card__cutoff:hover .card__cutoff--text p,
  .t__ven--sec .card__cutoff:hover .card__cutoff--text p {
    color: #aa9151;
  }
  .theme__ven--secondary .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__ven--sec .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: #aa9151;
  }
}
.theme__ven--secondary .card__cutoff--link,
.t__ven--sec .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__ven--secondary .card__cutoff--link:hover,
  .t__ven--sec .card__cutoff--link:hover {
    color: #aa9151;
  }
  .theme__ven--secondary .card__cutoff--link:hover--link,
  .t__ven--sec .card__cutoff--link:hover--link {
    color: #aa9151;
  }
}
.theme__ven--secondary .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__ven--sec .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: #aa9151;
}
.theme__ven--secondary .dropdown__toggle--title,
.t__ven--sec .dropdown__toggle--title {
  color: #aa9151;
}
.theme__ven--secondary .dropdown__toggle--icon i,
.t__ven--sec .dropdown__toggle--icon i {
  color: #aa9151;
}
.theme__ven--secondary .large_timer__countdown--item_large,
.t__ven--sec .large_timer__countdown--item_large {
  background-color: #aa9151;
}
.theme__ven--secondary .large_timer__countdown--item_medium,
.t__ven--sec .large_timer__countdown--item_medium {
  background-color: #aa9151;
}
.theme__ven--secondary .large_timer__countdown--item_small,
.t__ven--sec .large_timer__countdown--item_small {
  background-color: #aa9151;
}
.theme__ven--secondary .modalcontent,
.t__ven--sec .modalcontent {
  border-color: #aa9151;
}
.theme__ven--secondary .transparent__header,
.t__ven--sec .transparent__header {
  background: #aa9151;
}
.theme__ven--secondary .breadcrumb__slashes,
.t__ven--sec .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__ven--secondary .the-list,
.t__ven--sec .the-list {
  background-color: #aa9151;
}
.theme__ven--secondary .the-list option,
.t__ven--sec .the-list option {
  border-color: #aa9151 !important;
}
.theme__ven--secondary .es-list::-webkit-scrollbar-thumb,
.t__ven--sec .es-list::-webkit-scrollbar-thumb {
  background: #aa9151;
}
.theme__ven--secondary .es-visible,
.t__ven--sec .es-visible {
  border-color: #aa9151 !important;
}
.theme__ven--secondary .ot-open,
.theme__ven--secondary .ot-closed,
.t__ven--sec .ot-open,
.t__ven--sec .ot-closed {
  color: #aa9151;
}
.theme__ven--secondary .colour__foreground,
.t__ven--sec .colour__foreground {
  color: #aa9151;
}
.theme__ven--secondary h1.t__none,
.theme__ven--secondary h1.theme__none,
.theme__ven--secondary h2.t__none,
.theme__ven--secondary h2.theme__none,
.theme__ven--secondary h3.t__none,
.theme__ven--secondary h3.theme__none,
.theme__ven--secondary h4.t__none,
.theme__ven--secondary h4.theme__none,
.theme__ven--secondary h1.t__none--w-hov,
.theme__ven--secondary h1.theme__none--with-hover,
.theme__ven--secondary h2.t__none--w-hov,
.theme__ven--secondary h2.theme__none--with-hover,
.theme__ven--secondary h3.t__none--w-hov,
.theme__ven--secondary h3.theme__none--with-hover,
.theme__ven--secondary h4.t__none--w-hov,
.theme__ven--secondary h4.theme__none--with-hover,
.t__ven--sec h1.t__none,
.t__ven--sec h1.theme__none,
.t__ven--sec h2.t__none,
.t__ven--sec h2.theme__none,
.t__ven--sec h3.t__none,
.t__ven--sec h3.theme__none,
.t__ven--sec h4.t__none,
.t__ven--sec h4.theme__none,
.t__ven--sec h1.t__none--w-hov,
.t__ven--sec h1.theme__none--with-hover,
.t__ven--sec h2.t__none--w-hov,
.t__ven--sec h2.theme__none--with-hover,
.t__ven--sec h3.t__none--w-hov,
.t__ven--sec h3.theme__none--with-hover,
.t__ven--sec h4.t__none--w-hov,
.t__ven--sec h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__ven--secondary span.t__none,
.theme__ven--secondary span.theme__none,
.t__ven--sec span.t__none,
.t__ven--sec span.theme__none {
  color: #4a4a4a;
}
.theme__ven--secondary i.t__none,
.theme__ven--secondary i.theme__none,
.t__ven--sec i.t__none,
.t__ven--sec i.theme__none {
  color: #4a4a4a;
}
.theme__ven--secondary a.border__none,
.theme__ven--secondary a.b__none,
.t__ven--sec a.border__none,
.t__ven--sec a.b__none {
  border: 0;
}
.theme__ven--secondary a:hover h1.t__none,
.theme__ven--secondary a:hover h1.theme__none,
.theme__ven--secondary a:hover h2.t__none,
.theme__ven--secondary a:hover h2.theme__none,
.theme__ven--secondary a:hover h3.t__none,
.theme__ven--secondary a:hover h3.theme__none,
.theme__ven--secondary a:hover h4.t__none,
.theme__ven--secondary a:hover h4.theme__none,
.t__ven--sec a:hover h1.t__none,
.t__ven--sec a:hover h1.theme__none,
.t__ven--sec a:hover h2.t__none,
.t__ven--sec a:hover h2.theme__none,
.t__ven--sec a:hover h3.t__none,
.t__ven--sec a:hover h3.theme__none,
.t__ven--sec a:hover h4.t__none,
.t__ven--sec a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__ven--secondary a:hover h1.t__none--w-hov,
.theme__ven--secondary a:hover h1.theme__none--with-hover,
.theme__ven--secondary a:hover h2.t__none--w-hov,
.theme__ven--secondary a:hover h2.theme__none--with-hover,
.theme__ven--secondary a:hover h3.t__none--w-hov,
.theme__ven--secondary a:hover h3.theme__none--with-hover,
.theme__ven--secondary a:hover h4.t__none--w-hov,
.theme__ven--secondary a:hover h4.theme__none--with-hover,
.t__ven--sec a:hover h1.t__none--w-hov,
.t__ven--sec a:hover h1.theme__none--with-hover,
.t__ven--sec a:hover h2.t__none--w-hov,
.t__ven--sec a:hover h2.theme__none--with-hover,
.t__ven--sec a:hover h3.t__none--w-hov,
.t__ven--sec a:hover h3.theme__none--with-hover,
.t__ven--sec a:hover h4.t__none--w-hov,
.t__ven--sec a:hover h4.theme__none--with-hover {
  color: #aa9151;
}

.theme__ven--pastel h1, .theme__ven--pastel h2, .theme__ven--pastel h3, .theme__ven--pastel h4, .theme__ven--pastel h5, .theme__ven--pastel h6,
.t__ven--pas h1,
.t__ven--pas h2,
.t__ven--pas h3,
.t__ven--pas h4,
.t__ven--pas h5,
.t__ven--pas h6 {
  color: rgba(170, 145, 81, 0.1);
}
.theme__ven--pastel a,
.t__ven--pas a {
  color: #4a4a4a;
  border-color: rgba(170, 145, 81, 0.1);
  text-decoration: none;
}
.theme__ven--pastel a:hover,
.t__ven--pas a:hover {
  color: rgba(170, 145, 81, 0.1);
}
.theme__ven--pastel a:hover h1, .theme__ven--pastel a:hover h2, .theme__ven--pastel a:hover h3, .theme__ven--pastel a:hover h4, .theme__ven--pastel a:hover h5, .theme__ven--pastel a:hover h6,
.t__ven--pas a:hover h1,
.t__ven--pas a:hover h2,
.t__ven--pas a:hover h3,
.t__ven--pas a:hover h4,
.t__ven--pas a:hover h5,
.t__ven--pas a:hover h6 {
  color: rgba(170, 145, 81, 0.1);
}
.theme__ven--pastel a div,
.t__ven--pas a div {
  border-color: rgba(170, 145, 81, 0.1) !important;
}
.theme__ven--pastel input,
.t__ven--pas input {
  border-color: rgba(170, 145, 81, 0.1);
}
.theme__ven--pastel p,
.t__ven--pas p {
  color: #4a4a4a;
}
.theme__ven--pastel .button,
.theme__ven--pastel .btn,
.theme__ven--pastel .btn__pill, .theme__ven--pastel.button, .theme__ven--pastel.btn, .theme__ven--pastel.btn__pill,
.t__ven--pas .button,
.t__ven--pas .btn,
.t__ven--pas .btn__pill,
.t__ven--pas.button,
.t__ven--pas.btn,
.t__ven--pas.btn__pill {
  border-color: rgba(170, 145, 81, 0.1);
}
@media (hover: hover) {
  .theme__ven--pastel .button:hover,
  .theme__ven--pastel .btn:hover,
  .theme__ven--pastel .btn__pill:hover, .theme__ven--pastel.button:hover, .theme__ven--pastel.btn:hover, .theme__ven--pastel.btn__pill:hover,
  .t__ven--pas .button:hover,
  .t__ven--pas .btn:hover,
  .t__ven--pas .btn__pill:hover,
  .t__ven--pas.button:hover,
  .t__ven--pas.btn:hover,
  .t__ven--pas.btn__pill:hover {
    color: #ffffff;
    background: rgba(170, 145, 81, 0.1);
  }
  .theme__ven--pastel .button:hover i,
  .theme__ven--pastel .btn:hover i,
  .theme__ven--pastel .btn__pill:hover i, .theme__ven--pastel.button:hover i, .theme__ven--pastel.btn:hover i, .theme__ven--pastel.btn__pill:hover i,
  .t__ven--pas .button:hover i,
  .t__ven--pas .btn:hover i,
  .t__ven--pas .btn__pill:hover i,
  .t__ven--pas.button:hover i,
  .t__ven--pas.btn:hover i,
  .t__ven--pas.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__ven--pastel .button__invert,
.theme__ven--pastel .btn__invert,
.theme__ven--pastel .btn__pill__invert, .theme__ven--pastel.button__invert, .theme__ven--pastel.btn__invert, .theme__ven--pastel.btn__pill__invert,
.t__ven--pas .button__invert,
.t__ven--pas .btn__invert,
.t__ven--pas .btn__pill__invert,
.t__ven--pas.button__invert,
.t__ven--pas.btn__invert,
.t__ven--pas.btn__pill__invert {
  background-color: rgba(170, 145, 81, 0.1);
  color: #ffffff;
}
.theme__ven--pastel .button__invert h4,
.theme__ven--pastel .btn__invert h4,
.theme__ven--pastel .btn__pill__invert h4, .theme__ven--pastel.button__invert h4, .theme__ven--pastel.btn__invert h4, .theme__ven--pastel.btn__pill__invert h4,
.t__ven--pas .button__invert h4,
.t__ven--pas .btn__invert h4,
.t__ven--pas .btn__pill__invert h4,
.t__ven--pas.button__invert h4,
.t__ven--pas.btn__invert h4,
.t__ven--pas.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__ven--pastel .button__invert:hover,
.theme__ven--pastel .btn__invert:hover,
.theme__ven--pastel .btn__pill__invert:hover, .theme__ven--pastel.button__invert:hover, .theme__ven--pastel.btn__invert:hover, .theme__ven--pastel.btn__pill__invert:hover,
.t__ven--pas .button__invert:hover,
.t__ven--pas .btn__invert:hover,
.t__ven--pas .btn__pill__invert:hover,
.t__ven--pas.button__invert:hover,
.t__ven--pas.btn__invert:hover,
.t__ven--pas.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__ven--pastel .button__invert:hover h4,
.theme__ven--pastel .btn__invert:hover h4,
.theme__ven--pastel .btn__pill__invert:hover h4, .theme__ven--pastel.button__invert:hover h4, .theme__ven--pastel.btn__invert:hover h4, .theme__ven--pastel.btn__pill__invert:hover h4,
.t__ven--pas .button__invert:hover h4,
.t__ven--pas .btn__invert:hover h4,
.t__ven--pas .btn__pill__invert:hover h4,
.t__ven--pas.button__invert:hover h4,
.t__ven--pas.btn__invert:hover h4,
.t__ven--pas.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__ven--pastel .button__invert--hover:hover,
.theme__ven--pastel .btn__invert--hover:hover,
.theme__ven--pastel .btn__pill__invert--hover:hover, .theme__ven--pastel.button__invert--hover:hover, .theme__ven--pastel.btn__invert--hover:hover, .theme__ven--pastel.btn__pill__invert--hover:hover,
.t__ven--pas .button__invert--hover:hover,
.t__ven--pas .btn__invert--hover:hover,
.t__ven--pas .btn__pill__invert--hover:hover,
.t__ven--pas.button__invert--hover:hover,
.t__ven--pas.btn__invert--hover:hover,
.t__ven--pas.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__ven--pastel .button__under,
.theme__ven--pastel .btn__under,
.theme__ven--pastel .btn__pill__under, .theme__ven--pastel.button__under, .theme__ven--pastel.btn__under, .theme__ven--pastel.btn__pill__under,
.t__ven--pas .button__under,
.t__ven--pas .btn__under,
.t__ven--pas .btn__pill__under,
.t__ven--pas.button__under,
.t__ven--pas.btn__under,
.t__ven--pas.btn__pill__under {
  border-color: rgba(170, 145, 81, 0.1);
}
.theme__ven--pastel .btn__large,
.t__ven--pas .btn__large {
  background-color: rgba(170, 145, 81, 0.1);
}
.theme__ven--pastel .input__search,
.t__ven--pas .input__search {
  border-color: rgba(170, 145, 81, 0.1);
}
.theme__ven--pastel .input__search i,
.t__ven--pas .input__search i {
  color: #4a4a4a;
}
.theme__ven--pastel .input__search:hover i,
.t__ven--pas .input__search:hover i {
  color: rgba(170, 145, 81, 0.1);
}
.theme__ven--pastel .component__foreground,
.t__ven--pas .component__foreground {
  color: #4a4a4a;
}
.theme__ven--pastel.card,
.theme__ven--pastel .card, .theme__ven--pastel.card__with-image,
.theme__ven--pastel .card__with-image,
.t__ven--pas.card,
.t__ven--pas .card,
.t__ven--pas.card__with-image,
.t__ven--pas .card__with-image {
  border-color: rgba(170, 145, 81, 0.1);
}
.theme__ven--pastel.card__highlight,
.theme__ven--pastel .card__highlight,
.theme__ven--pastel .card__highlight--image,
.theme__ven--pastel .card__highlight--final,
.t__ven--pas.card__highlight,
.t__ven--pas .card__highlight,
.t__ven--pas .card__highlight--image,
.t__ven--pas .card__highlight--final {
  background-color: rgba(170, 145, 81, 0.1);
  border-color: rgba(170, 145, 81, 0.1);
}
.theme__ven--pastel.card__highlight--title,
.theme__ven--pastel .card__highlight--title,
.theme__ven--pastel .card__highlight--image,
.theme__ven--pastel .card__highlight--final,
.t__ven--pas.card__highlight--title,
.t__ven--pas .card__highlight--title,
.t__ven--pas .card__highlight--image,
.t__ven--pas .card__highlight--final {
  color: #4a4a4a;
}
.theme__ven--pastel .image-slider__selector--dot,
.t__ven--pas .image-slider__selector--dot {
  background-color: rgba(170, 145, 81, 0.1);
}
.theme__ven--pastel .call-to-action__text h3,
.t__ven--pas .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__ven--pastel .officer__block--title h5, .theme__ven--pastel .officer__block--title h6,
.t__ven--pas .officer__block--title h5,
.t__ven--pas .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__ven--pastel .block__statement--link,
.t__ven--pas .block__statement--link {
  color: #4a4a4a;
}
.theme__ven--pastel .card__cutoff,
.t__ven--pas .card__cutoff {
  background: linear-gradient(rgba(170, 145, 81, 0.1), rgba(170, 145, 81, 0.1)), linear-gradient(white, white);
}
.theme__ven--pastel .card__cutoff p,
.t__ven--pas .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__ven--pastel .card__cutoff:hover,
  .t__ven--pas .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__ven--pastel .card__cutoff:hover p,
  .t__ven--pas .card__cutoff:hover p {
    color: rgba(170, 145, 81, 0.1);
  }
  .theme__ven--pastel .card__cutoff:hover .card__cutoff--link,
  .t__ven--pas .card__cutoff:hover .card__cutoff--link {
    color: rgba(170, 145, 81, 0.1);
  }
  .theme__ven--pastel .card__cutoff:hover .card__cutoff--text,
  .t__ven--pas .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__ven--pastel .card__cutoff:hover .card__cutoff--text p,
  .t__ven--pas .card__cutoff:hover .card__cutoff--text p {
    color: rgba(170, 145, 81, 0.1);
  }
  .theme__ven--pastel .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__ven--pas .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: rgba(170, 145, 81, 0.1);
  }
}
.theme__ven--pastel .card__cutoff--link,
.t__ven--pas .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__ven--pastel .card__cutoff--link:hover,
  .t__ven--pas .card__cutoff--link:hover {
    color: rgba(170, 145, 81, 0.1);
  }
  .theme__ven--pastel .card__cutoff--link:hover--link,
  .t__ven--pas .card__cutoff--link:hover--link {
    color: rgba(170, 145, 81, 0.1);
  }
}
.theme__ven--pastel .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__ven--pas .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: rgba(170, 145, 81, 0.1);
}
.theme__ven--pastel .dropdown__toggle--title,
.t__ven--pas .dropdown__toggle--title {
  color: rgba(170, 145, 81, 0.1);
}
.theme__ven--pastel .dropdown__toggle--icon i,
.t__ven--pas .dropdown__toggle--icon i {
  color: rgba(170, 145, 81, 0.1);
}
.theme__ven--pastel .large_timer__countdown--item_large,
.t__ven--pas .large_timer__countdown--item_large {
  background-color: rgba(170, 145, 81, 0.1);
}
.theme__ven--pastel .large_timer__countdown--item_medium,
.t__ven--pas .large_timer__countdown--item_medium {
  background-color: rgba(170, 145, 81, 0.1);
}
.theme__ven--pastel .large_timer__countdown--item_small,
.t__ven--pas .large_timer__countdown--item_small {
  background-color: rgba(170, 145, 81, 0.1);
}
.theme__ven--pastel .modalcontent,
.t__ven--pas .modalcontent {
  border-color: rgba(170, 145, 81, 0.1);
}
.theme__ven--pastel .transparent__header,
.t__ven--pas .transparent__header {
  background: rgba(170, 145, 81, 0.1);
}
.theme__ven--pastel .breadcrumb__slashes,
.t__ven--pas .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__ven--pastel .the-list,
.t__ven--pas .the-list {
  background-color: rgba(170, 145, 81, 0.1);
}
.theme__ven--pastel .the-list option,
.t__ven--pas .the-list option {
  border-color: rgba(170, 145, 81, 0.1) !important;
}
.theme__ven--pastel .es-list::-webkit-scrollbar-thumb,
.t__ven--pas .es-list::-webkit-scrollbar-thumb {
  background: rgba(170, 145, 81, 0.1);
}
.theme__ven--pastel .es-visible,
.t__ven--pas .es-visible {
  border-color: rgba(170, 145, 81, 0.1) !important;
}
.theme__ven--pastel .ot-open,
.theme__ven--pastel .ot-closed,
.t__ven--pas .ot-open,
.t__ven--pas .ot-closed {
  color: rgba(170, 145, 81, 0.1);
}
.theme__ven--pastel .colour__foreground,
.t__ven--pas .colour__foreground {
  color: rgba(170, 145, 81, 0.1);
}
.theme__ven--pastel h1.t__none,
.theme__ven--pastel h1.theme__none,
.theme__ven--pastel h2.t__none,
.theme__ven--pastel h2.theme__none,
.theme__ven--pastel h3.t__none,
.theme__ven--pastel h3.theme__none,
.theme__ven--pastel h4.t__none,
.theme__ven--pastel h4.theme__none,
.theme__ven--pastel h1.t__none--w-hov,
.theme__ven--pastel h1.theme__none--with-hover,
.theme__ven--pastel h2.t__none--w-hov,
.theme__ven--pastel h2.theme__none--with-hover,
.theme__ven--pastel h3.t__none--w-hov,
.theme__ven--pastel h3.theme__none--with-hover,
.theme__ven--pastel h4.t__none--w-hov,
.theme__ven--pastel h4.theme__none--with-hover,
.t__ven--pas h1.t__none,
.t__ven--pas h1.theme__none,
.t__ven--pas h2.t__none,
.t__ven--pas h2.theme__none,
.t__ven--pas h3.t__none,
.t__ven--pas h3.theme__none,
.t__ven--pas h4.t__none,
.t__ven--pas h4.theme__none,
.t__ven--pas h1.t__none--w-hov,
.t__ven--pas h1.theme__none--with-hover,
.t__ven--pas h2.t__none--w-hov,
.t__ven--pas h2.theme__none--with-hover,
.t__ven--pas h3.t__none--w-hov,
.t__ven--pas h3.theme__none--with-hover,
.t__ven--pas h4.t__none--w-hov,
.t__ven--pas h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__ven--pastel span.t__none,
.theme__ven--pastel span.theme__none,
.t__ven--pas span.t__none,
.t__ven--pas span.theme__none {
  color: #4a4a4a;
}
.theme__ven--pastel i.t__none,
.theme__ven--pastel i.theme__none,
.t__ven--pas i.t__none,
.t__ven--pas i.theme__none {
  color: #4a4a4a;
}
.theme__ven--pastel a.border__none,
.theme__ven--pastel a.b__none,
.t__ven--pas a.border__none,
.t__ven--pas a.b__none {
  border: 0;
}
.theme__ven--pastel a:hover h1.t__none,
.theme__ven--pastel a:hover h1.theme__none,
.theme__ven--pastel a:hover h2.t__none,
.theme__ven--pastel a:hover h2.theme__none,
.theme__ven--pastel a:hover h3.t__none,
.theme__ven--pastel a:hover h3.theme__none,
.theme__ven--pastel a:hover h4.t__none,
.theme__ven--pastel a:hover h4.theme__none,
.t__ven--pas a:hover h1.t__none,
.t__ven--pas a:hover h1.theme__none,
.t__ven--pas a:hover h2.t__none,
.t__ven--pas a:hover h2.theme__none,
.t__ven--pas a:hover h3.t__none,
.t__ven--pas a:hover h3.theme__none,
.t__ven--pas a:hover h4.t__none,
.t__ven--pas a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__ven--pastel a:hover h1.t__none--w-hov,
.theme__ven--pastel a:hover h1.theme__none--with-hover,
.theme__ven--pastel a:hover h2.t__none--w-hov,
.theme__ven--pastel a:hover h2.theme__none--with-hover,
.theme__ven--pastel a:hover h3.t__none--w-hov,
.theme__ven--pastel a:hover h3.theme__none--with-hover,
.theme__ven--pastel a:hover h4.t__none--w-hov,
.theme__ven--pastel a:hover h4.theme__none--with-hover,
.t__ven--pas a:hover h1.t__none--w-hov,
.t__ven--pas a:hover h1.theme__none--with-hover,
.t__ven--pas a:hover h2.t__none--w-hov,
.t__ven--pas a:hover h2.theme__none--with-hover,
.t__ven--pas a:hover h3.t__none--w-hov,
.t__ven--pas a:hover h3.theme__none--with-hover,
.t__ven--pas a:hover h4.t__none--w-hov,
.t__ven--pas a:hover h4.theme__none--with-hover {
  color: rgba(170, 145, 81, 0.1);
}

.theme__ven--background-primary,
.t__ven--bg-pri {
  background-color: #aa9151;
}

.theme__ven--background-secondary,
.t__ven--bg-sec {
  background-color: #aa9151;
}

.theme__ven--background-pastel,
.t__ven--bg-pas {
  background-color: rgba(170, 145, 81, 0.1);
}

.theme__ref--primary h1, .theme__ref--primary h2, .theme__ref--primary h3, .theme__ref--primary h4, .theme__ref--primary h5, .theme__ref--primary h6,
.t__ref--pri h1,
.t__ref--pri h2,
.t__ref--pri h3,
.t__ref--pri h4,
.t__ref--pri h5,
.t__ref--pri h6 {
  color: #E18355;
}
.theme__ref--primary a,
.t__ref--pri a {
  color: #4a4a4a;
  border-color: #E18355;
  text-decoration: none;
}
.theme__ref--primary a:hover,
.t__ref--pri a:hover {
  color: #E18355;
}
.theme__ref--primary a:hover h1, .theme__ref--primary a:hover h2, .theme__ref--primary a:hover h3, .theme__ref--primary a:hover h4, .theme__ref--primary a:hover h5, .theme__ref--primary a:hover h6,
.t__ref--pri a:hover h1,
.t__ref--pri a:hover h2,
.t__ref--pri a:hover h3,
.t__ref--pri a:hover h4,
.t__ref--pri a:hover h5,
.t__ref--pri a:hover h6 {
  color: #E18355;
}
.theme__ref--primary a div,
.t__ref--pri a div {
  border-color: #E18355 !important;
}
.theme__ref--primary input,
.t__ref--pri input {
  border-color: #E18355;
}
.theme__ref--primary p,
.t__ref--pri p {
  color: #4a4a4a;
}
.theme__ref--primary .button,
.theme__ref--primary .btn,
.theme__ref--primary .btn__pill, .theme__ref--primary.button, .theme__ref--primary.btn, .theme__ref--primary.btn__pill,
.t__ref--pri .button,
.t__ref--pri .btn,
.t__ref--pri .btn__pill,
.t__ref--pri.button,
.t__ref--pri.btn,
.t__ref--pri.btn__pill {
  border-color: #E18355;
}
@media (hover: hover) {
  .theme__ref--primary .button:hover,
  .theme__ref--primary .btn:hover,
  .theme__ref--primary .btn__pill:hover, .theme__ref--primary.button:hover, .theme__ref--primary.btn:hover, .theme__ref--primary.btn__pill:hover,
  .t__ref--pri .button:hover,
  .t__ref--pri .btn:hover,
  .t__ref--pri .btn__pill:hover,
  .t__ref--pri.button:hover,
  .t__ref--pri.btn:hover,
  .t__ref--pri.btn__pill:hover {
    color: #ffffff;
    background: #E18355;
  }
  .theme__ref--primary .button:hover i,
  .theme__ref--primary .btn:hover i,
  .theme__ref--primary .btn__pill:hover i, .theme__ref--primary.button:hover i, .theme__ref--primary.btn:hover i, .theme__ref--primary.btn__pill:hover i,
  .t__ref--pri .button:hover i,
  .t__ref--pri .btn:hover i,
  .t__ref--pri .btn__pill:hover i,
  .t__ref--pri.button:hover i,
  .t__ref--pri.btn:hover i,
  .t__ref--pri.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__ref--primary .button__invert,
.theme__ref--primary .btn__invert,
.theme__ref--primary .btn__pill__invert, .theme__ref--primary.button__invert, .theme__ref--primary.btn__invert, .theme__ref--primary.btn__pill__invert,
.t__ref--pri .button__invert,
.t__ref--pri .btn__invert,
.t__ref--pri .btn__pill__invert,
.t__ref--pri.button__invert,
.t__ref--pri.btn__invert,
.t__ref--pri.btn__pill__invert {
  background-color: #E18355;
  color: #ffffff;
}
.theme__ref--primary .button__invert h4,
.theme__ref--primary .btn__invert h4,
.theme__ref--primary .btn__pill__invert h4, .theme__ref--primary.button__invert h4, .theme__ref--primary.btn__invert h4, .theme__ref--primary.btn__pill__invert h4,
.t__ref--pri .button__invert h4,
.t__ref--pri .btn__invert h4,
.t__ref--pri .btn__pill__invert h4,
.t__ref--pri.button__invert h4,
.t__ref--pri.btn__invert h4,
.t__ref--pri.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__ref--primary .button__invert:hover,
.theme__ref--primary .btn__invert:hover,
.theme__ref--primary .btn__pill__invert:hover, .theme__ref--primary.button__invert:hover, .theme__ref--primary.btn__invert:hover, .theme__ref--primary.btn__pill__invert:hover,
.t__ref--pri .button__invert:hover,
.t__ref--pri .btn__invert:hover,
.t__ref--pri .btn__pill__invert:hover,
.t__ref--pri.button__invert:hover,
.t__ref--pri.btn__invert:hover,
.t__ref--pri.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__ref--primary .button__invert:hover h4,
.theme__ref--primary .btn__invert:hover h4,
.theme__ref--primary .btn__pill__invert:hover h4, .theme__ref--primary.button__invert:hover h4, .theme__ref--primary.btn__invert:hover h4, .theme__ref--primary.btn__pill__invert:hover h4,
.t__ref--pri .button__invert:hover h4,
.t__ref--pri .btn__invert:hover h4,
.t__ref--pri .btn__pill__invert:hover h4,
.t__ref--pri.button__invert:hover h4,
.t__ref--pri.btn__invert:hover h4,
.t__ref--pri.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__ref--primary .button__invert--hover:hover,
.theme__ref--primary .btn__invert--hover:hover,
.theme__ref--primary .btn__pill__invert--hover:hover, .theme__ref--primary.button__invert--hover:hover, .theme__ref--primary.btn__invert--hover:hover, .theme__ref--primary.btn__pill__invert--hover:hover,
.t__ref--pri .button__invert--hover:hover,
.t__ref--pri .btn__invert--hover:hover,
.t__ref--pri .btn__pill__invert--hover:hover,
.t__ref--pri.button__invert--hover:hover,
.t__ref--pri.btn__invert--hover:hover,
.t__ref--pri.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__ref--primary .button__under,
.theme__ref--primary .btn__under,
.theme__ref--primary .btn__pill__under, .theme__ref--primary.button__under, .theme__ref--primary.btn__under, .theme__ref--primary.btn__pill__under,
.t__ref--pri .button__under,
.t__ref--pri .btn__under,
.t__ref--pri .btn__pill__under,
.t__ref--pri.button__under,
.t__ref--pri.btn__under,
.t__ref--pri.btn__pill__under {
  border-color: #E18355;
}
.theme__ref--primary .btn__large,
.t__ref--pri .btn__large {
  background-color: #E18355;
}
.theme__ref--primary .input__search,
.t__ref--pri .input__search {
  border-color: #E18355;
}
.theme__ref--primary .input__search i,
.t__ref--pri .input__search i {
  color: #4a4a4a;
}
.theme__ref--primary .input__search:hover i,
.t__ref--pri .input__search:hover i {
  color: #E18355;
}
.theme__ref--primary .component__foreground,
.t__ref--pri .component__foreground {
  color: #4a4a4a;
}
.theme__ref--primary.card,
.theme__ref--primary .card, .theme__ref--primary.card__with-image,
.theme__ref--primary .card__with-image,
.t__ref--pri.card,
.t__ref--pri .card,
.t__ref--pri.card__with-image,
.t__ref--pri .card__with-image {
  border-color: #E18355;
}
.theme__ref--primary.card__highlight,
.theme__ref--primary .card__highlight,
.theme__ref--primary .card__highlight--image,
.theme__ref--primary .card__highlight--final,
.t__ref--pri.card__highlight,
.t__ref--pri .card__highlight,
.t__ref--pri .card__highlight--image,
.t__ref--pri .card__highlight--final {
  background-color: #E18355;
  border-color: #E18355;
}
.theme__ref--primary.card__highlight--title,
.theme__ref--primary .card__highlight--title,
.theme__ref--primary .card__highlight--image,
.theme__ref--primary .card__highlight--final,
.t__ref--pri.card__highlight--title,
.t__ref--pri .card__highlight--title,
.t__ref--pri .card__highlight--image,
.t__ref--pri .card__highlight--final {
  color: #4a4a4a;
}
.theme__ref--primary .image-slider__selector--dot,
.t__ref--pri .image-slider__selector--dot {
  background-color: #E18355;
}
.theme__ref--primary .call-to-action__text h3,
.t__ref--pri .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__ref--primary .officer__block--title h5, .theme__ref--primary .officer__block--title h6,
.t__ref--pri .officer__block--title h5,
.t__ref--pri .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__ref--primary .block__statement--link,
.t__ref--pri .block__statement--link {
  color: #4a4a4a;
}
.theme__ref--primary .card__cutoff,
.t__ref--pri .card__cutoff {
  background: linear-gradient(#E18355, #E18355), linear-gradient(white, white);
}
.theme__ref--primary .card__cutoff p,
.t__ref--pri .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__ref--primary .card__cutoff:hover,
  .t__ref--pri .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__ref--primary .card__cutoff:hover p,
  .t__ref--pri .card__cutoff:hover p {
    color: #E18355;
  }
  .theme__ref--primary .card__cutoff:hover .card__cutoff--link,
  .t__ref--pri .card__cutoff:hover .card__cutoff--link {
    color: #E18355;
  }
  .theme__ref--primary .card__cutoff:hover .card__cutoff--text,
  .t__ref--pri .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__ref--primary .card__cutoff:hover .card__cutoff--text p,
  .t__ref--pri .card__cutoff:hover .card__cutoff--text p {
    color: #E18355;
  }
  .theme__ref--primary .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__ref--pri .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: #E18355;
  }
}
.theme__ref--primary .card__cutoff--link,
.t__ref--pri .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__ref--primary .card__cutoff--link:hover,
  .t__ref--pri .card__cutoff--link:hover {
    color: #E18355;
  }
  .theme__ref--primary .card__cutoff--link:hover--link,
  .t__ref--pri .card__cutoff--link:hover--link {
    color: #E18355;
  }
}
.theme__ref--primary .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__ref--pri .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: #E18355;
}
.theme__ref--primary .dropdown__toggle--title,
.t__ref--pri .dropdown__toggle--title {
  color: #E18355;
}
.theme__ref--primary .dropdown__toggle--icon i,
.t__ref--pri .dropdown__toggle--icon i {
  color: #E18355;
}
.theme__ref--primary .large_timer__countdown--item_large,
.t__ref--pri .large_timer__countdown--item_large {
  background-color: #E18355;
}
.theme__ref--primary .large_timer__countdown--item_medium,
.t__ref--pri .large_timer__countdown--item_medium {
  background-color: #E18355;
}
.theme__ref--primary .large_timer__countdown--item_small,
.t__ref--pri .large_timer__countdown--item_small {
  background-color: #E18355;
}
.theme__ref--primary .modalcontent,
.t__ref--pri .modalcontent {
  border-color: #E18355;
}
.theme__ref--primary .transparent__header,
.t__ref--pri .transparent__header {
  background: #E18355;
}
.theme__ref--primary .breadcrumb__slashes,
.t__ref--pri .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__ref--primary .the-list,
.t__ref--pri .the-list {
  background-color: #E18355;
}
.theme__ref--primary .the-list option,
.t__ref--pri .the-list option {
  border-color: #E18355 !important;
}
.theme__ref--primary .es-list::-webkit-scrollbar-thumb,
.t__ref--pri .es-list::-webkit-scrollbar-thumb {
  background: #E18355;
}
.theme__ref--primary .es-visible,
.t__ref--pri .es-visible {
  border-color: #E18355 !important;
}
.theme__ref--primary .ot-open,
.theme__ref--primary .ot-closed,
.t__ref--pri .ot-open,
.t__ref--pri .ot-closed {
  color: #E18355;
}
.theme__ref--primary .colour__foreground,
.t__ref--pri .colour__foreground {
  color: #E18355;
}
.theme__ref--primary h1.t__none,
.theme__ref--primary h1.theme__none,
.theme__ref--primary h2.t__none,
.theme__ref--primary h2.theme__none,
.theme__ref--primary h3.t__none,
.theme__ref--primary h3.theme__none,
.theme__ref--primary h4.t__none,
.theme__ref--primary h4.theme__none,
.theme__ref--primary h1.t__none--w-hov,
.theme__ref--primary h1.theme__none--with-hover,
.theme__ref--primary h2.t__none--w-hov,
.theme__ref--primary h2.theme__none--with-hover,
.theme__ref--primary h3.t__none--w-hov,
.theme__ref--primary h3.theme__none--with-hover,
.theme__ref--primary h4.t__none--w-hov,
.theme__ref--primary h4.theme__none--with-hover,
.t__ref--pri h1.t__none,
.t__ref--pri h1.theme__none,
.t__ref--pri h2.t__none,
.t__ref--pri h2.theme__none,
.t__ref--pri h3.t__none,
.t__ref--pri h3.theme__none,
.t__ref--pri h4.t__none,
.t__ref--pri h4.theme__none,
.t__ref--pri h1.t__none--w-hov,
.t__ref--pri h1.theme__none--with-hover,
.t__ref--pri h2.t__none--w-hov,
.t__ref--pri h2.theme__none--with-hover,
.t__ref--pri h3.t__none--w-hov,
.t__ref--pri h3.theme__none--with-hover,
.t__ref--pri h4.t__none--w-hov,
.t__ref--pri h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__ref--primary span.t__none,
.theme__ref--primary span.theme__none,
.t__ref--pri span.t__none,
.t__ref--pri span.theme__none {
  color: #4a4a4a;
}
.theme__ref--primary i.t__none,
.theme__ref--primary i.theme__none,
.t__ref--pri i.t__none,
.t__ref--pri i.theme__none {
  color: #4a4a4a;
}
.theme__ref--primary a.border__none,
.theme__ref--primary a.b__none,
.t__ref--pri a.border__none,
.t__ref--pri a.b__none {
  border: 0;
}
.theme__ref--primary a:hover h1.t__none,
.theme__ref--primary a:hover h1.theme__none,
.theme__ref--primary a:hover h2.t__none,
.theme__ref--primary a:hover h2.theme__none,
.theme__ref--primary a:hover h3.t__none,
.theme__ref--primary a:hover h3.theme__none,
.theme__ref--primary a:hover h4.t__none,
.theme__ref--primary a:hover h4.theme__none,
.t__ref--pri a:hover h1.t__none,
.t__ref--pri a:hover h1.theme__none,
.t__ref--pri a:hover h2.t__none,
.t__ref--pri a:hover h2.theme__none,
.t__ref--pri a:hover h3.t__none,
.t__ref--pri a:hover h3.theme__none,
.t__ref--pri a:hover h4.t__none,
.t__ref--pri a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__ref--primary a:hover h1.t__none--w-hov,
.theme__ref--primary a:hover h1.theme__none--with-hover,
.theme__ref--primary a:hover h2.t__none--w-hov,
.theme__ref--primary a:hover h2.theme__none--with-hover,
.theme__ref--primary a:hover h3.t__none--w-hov,
.theme__ref--primary a:hover h3.theme__none--with-hover,
.theme__ref--primary a:hover h4.t__none--w-hov,
.theme__ref--primary a:hover h4.theme__none--with-hover,
.t__ref--pri a:hover h1.t__none--w-hov,
.t__ref--pri a:hover h1.theme__none--with-hover,
.t__ref--pri a:hover h2.t__none--w-hov,
.t__ref--pri a:hover h2.theme__none--with-hover,
.t__ref--pri a:hover h3.t__none--w-hov,
.t__ref--pri a:hover h3.theme__none--with-hover,
.t__ref--pri a:hover h4.t__none--w-hov,
.t__ref--pri a:hover h4.theme__none--with-hover {
  color: #E18355;
}
.theme__ref--primary .dotted__line--small, .theme__ref--primary .dotted__line--medium, .theme__ref--primary .dotted__line--large, .theme__ref--primary .dotted__line--x-large, .theme__ref--primary .dotted__line--huge,
.t__ref--pri .dotted__line--small,
.t__ref--pri .dotted__line--medium,
.t__ref--pri .dotted__line--large,
.t__ref--pri .dotted__line--x-large,
.t__ref--pri .dotted__line--huge {
  border-image-source: url("https://4e1af94715c225595af3-853d39369c554c336474f22b1382bbe4.ssl.cf3.rackcdn.com/dotted_ref.png");
}

.theme__ref--secondary h1, .theme__ref--secondary h2, .theme__ref--secondary h3, .theme__ref--secondary h4, .theme__ref--secondary h5, .theme__ref--secondary h6,
.t__ref--sec h1,
.t__ref--sec h2,
.t__ref--sec h3,
.t__ref--sec h4,
.t__ref--sec h5,
.t__ref--sec h6 {
  color: #E18355;
}
.theme__ref--secondary a,
.t__ref--sec a {
  color: #4a4a4a;
  border-color: #E18355;
  text-decoration: none;
}
.theme__ref--secondary a:hover,
.t__ref--sec a:hover {
  color: #E18355;
}
.theme__ref--secondary a:hover h1, .theme__ref--secondary a:hover h2, .theme__ref--secondary a:hover h3, .theme__ref--secondary a:hover h4, .theme__ref--secondary a:hover h5, .theme__ref--secondary a:hover h6,
.t__ref--sec a:hover h1,
.t__ref--sec a:hover h2,
.t__ref--sec a:hover h3,
.t__ref--sec a:hover h4,
.t__ref--sec a:hover h5,
.t__ref--sec a:hover h6 {
  color: #E18355;
}
.theme__ref--secondary a div,
.t__ref--sec a div {
  border-color: #E18355 !important;
}
.theme__ref--secondary input,
.t__ref--sec input {
  border-color: #E18355;
}
.theme__ref--secondary p,
.t__ref--sec p {
  color: #4a4a4a;
}
.theme__ref--secondary .button,
.theme__ref--secondary .btn,
.theme__ref--secondary .btn__pill, .theme__ref--secondary.button, .theme__ref--secondary.btn, .theme__ref--secondary.btn__pill,
.t__ref--sec .button,
.t__ref--sec .btn,
.t__ref--sec .btn__pill,
.t__ref--sec.button,
.t__ref--sec.btn,
.t__ref--sec.btn__pill {
  border-color: #E18355;
}
@media (hover: hover) {
  .theme__ref--secondary .button:hover,
  .theme__ref--secondary .btn:hover,
  .theme__ref--secondary .btn__pill:hover, .theme__ref--secondary.button:hover, .theme__ref--secondary.btn:hover, .theme__ref--secondary.btn__pill:hover,
  .t__ref--sec .button:hover,
  .t__ref--sec .btn:hover,
  .t__ref--sec .btn__pill:hover,
  .t__ref--sec.button:hover,
  .t__ref--sec.btn:hover,
  .t__ref--sec.btn__pill:hover {
    color: #ffffff;
    background: #E18355;
  }
  .theme__ref--secondary .button:hover i,
  .theme__ref--secondary .btn:hover i,
  .theme__ref--secondary .btn__pill:hover i, .theme__ref--secondary.button:hover i, .theme__ref--secondary.btn:hover i, .theme__ref--secondary.btn__pill:hover i,
  .t__ref--sec .button:hover i,
  .t__ref--sec .btn:hover i,
  .t__ref--sec .btn__pill:hover i,
  .t__ref--sec.button:hover i,
  .t__ref--sec.btn:hover i,
  .t__ref--sec.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__ref--secondary .button__invert,
.theme__ref--secondary .btn__invert,
.theme__ref--secondary .btn__pill__invert, .theme__ref--secondary.button__invert, .theme__ref--secondary.btn__invert, .theme__ref--secondary.btn__pill__invert,
.t__ref--sec .button__invert,
.t__ref--sec .btn__invert,
.t__ref--sec .btn__pill__invert,
.t__ref--sec.button__invert,
.t__ref--sec.btn__invert,
.t__ref--sec.btn__pill__invert {
  background-color: #E18355;
  color: #ffffff;
}
.theme__ref--secondary .button__invert h4,
.theme__ref--secondary .btn__invert h4,
.theme__ref--secondary .btn__pill__invert h4, .theme__ref--secondary.button__invert h4, .theme__ref--secondary.btn__invert h4, .theme__ref--secondary.btn__pill__invert h4,
.t__ref--sec .button__invert h4,
.t__ref--sec .btn__invert h4,
.t__ref--sec .btn__pill__invert h4,
.t__ref--sec.button__invert h4,
.t__ref--sec.btn__invert h4,
.t__ref--sec.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__ref--secondary .button__invert:hover,
.theme__ref--secondary .btn__invert:hover,
.theme__ref--secondary .btn__pill__invert:hover, .theme__ref--secondary.button__invert:hover, .theme__ref--secondary.btn__invert:hover, .theme__ref--secondary.btn__pill__invert:hover,
.t__ref--sec .button__invert:hover,
.t__ref--sec .btn__invert:hover,
.t__ref--sec .btn__pill__invert:hover,
.t__ref--sec.button__invert:hover,
.t__ref--sec.btn__invert:hover,
.t__ref--sec.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__ref--secondary .button__invert:hover h4,
.theme__ref--secondary .btn__invert:hover h4,
.theme__ref--secondary .btn__pill__invert:hover h4, .theme__ref--secondary.button__invert:hover h4, .theme__ref--secondary.btn__invert:hover h4, .theme__ref--secondary.btn__pill__invert:hover h4,
.t__ref--sec .button__invert:hover h4,
.t__ref--sec .btn__invert:hover h4,
.t__ref--sec .btn__pill__invert:hover h4,
.t__ref--sec.button__invert:hover h4,
.t__ref--sec.btn__invert:hover h4,
.t__ref--sec.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__ref--secondary .button__invert--hover:hover,
.theme__ref--secondary .btn__invert--hover:hover,
.theme__ref--secondary .btn__pill__invert--hover:hover, .theme__ref--secondary.button__invert--hover:hover, .theme__ref--secondary.btn__invert--hover:hover, .theme__ref--secondary.btn__pill__invert--hover:hover,
.t__ref--sec .button__invert--hover:hover,
.t__ref--sec .btn__invert--hover:hover,
.t__ref--sec .btn__pill__invert--hover:hover,
.t__ref--sec.button__invert--hover:hover,
.t__ref--sec.btn__invert--hover:hover,
.t__ref--sec.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__ref--secondary .button__under,
.theme__ref--secondary .btn__under,
.theme__ref--secondary .btn__pill__under, .theme__ref--secondary.button__under, .theme__ref--secondary.btn__under, .theme__ref--secondary.btn__pill__under,
.t__ref--sec .button__under,
.t__ref--sec .btn__under,
.t__ref--sec .btn__pill__under,
.t__ref--sec.button__under,
.t__ref--sec.btn__under,
.t__ref--sec.btn__pill__under {
  border-color: #E18355;
}
.theme__ref--secondary .btn__large,
.t__ref--sec .btn__large {
  background-color: #E18355;
}
.theme__ref--secondary .input__search,
.t__ref--sec .input__search {
  border-color: #E18355;
}
.theme__ref--secondary .input__search i,
.t__ref--sec .input__search i {
  color: #4a4a4a;
}
.theme__ref--secondary .input__search:hover i,
.t__ref--sec .input__search:hover i {
  color: #E18355;
}
.theme__ref--secondary .component__foreground,
.t__ref--sec .component__foreground {
  color: #4a4a4a;
}
.theme__ref--secondary.card,
.theme__ref--secondary .card, .theme__ref--secondary.card__with-image,
.theme__ref--secondary .card__with-image,
.t__ref--sec.card,
.t__ref--sec .card,
.t__ref--sec.card__with-image,
.t__ref--sec .card__with-image {
  border-color: #E18355;
}
.theme__ref--secondary.card__highlight,
.theme__ref--secondary .card__highlight,
.theme__ref--secondary .card__highlight--image,
.theme__ref--secondary .card__highlight--final,
.t__ref--sec.card__highlight,
.t__ref--sec .card__highlight,
.t__ref--sec .card__highlight--image,
.t__ref--sec .card__highlight--final {
  background-color: #E18355;
  border-color: #E18355;
}
.theme__ref--secondary.card__highlight--title,
.theme__ref--secondary .card__highlight--title,
.theme__ref--secondary .card__highlight--image,
.theme__ref--secondary .card__highlight--final,
.t__ref--sec.card__highlight--title,
.t__ref--sec .card__highlight--title,
.t__ref--sec .card__highlight--image,
.t__ref--sec .card__highlight--final {
  color: #4a4a4a;
}
.theme__ref--secondary .image-slider__selector--dot,
.t__ref--sec .image-slider__selector--dot {
  background-color: #E18355;
}
.theme__ref--secondary .call-to-action__text h3,
.t__ref--sec .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__ref--secondary .officer__block--title h5, .theme__ref--secondary .officer__block--title h6,
.t__ref--sec .officer__block--title h5,
.t__ref--sec .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__ref--secondary .block__statement--link,
.t__ref--sec .block__statement--link {
  color: #4a4a4a;
}
.theme__ref--secondary .card__cutoff,
.t__ref--sec .card__cutoff {
  background: linear-gradient(#E18355, #E18355), linear-gradient(white, white);
}
.theme__ref--secondary .card__cutoff p,
.t__ref--sec .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__ref--secondary .card__cutoff:hover,
  .t__ref--sec .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__ref--secondary .card__cutoff:hover p,
  .t__ref--sec .card__cutoff:hover p {
    color: #E18355;
  }
  .theme__ref--secondary .card__cutoff:hover .card__cutoff--link,
  .t__ref--sec .card__cutoff:hover .card__cutoff--link {
    color: #E18355;
  }
  .theme__ref--secondary .card__cutoff:hover .card__cutoff--text,
  .t__ref--sec .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__ref--secondary .card__cutoff:hover .card__cutoff--text p,
  .t__ref--sec .card__cutoff:hover .card__cutoff--text p {
    color: #E18355;
  }
  .theme__ref--secondary .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__ref--sec .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: #E18355;
  }
}
.theme__ref--secondary .card__cutoff--link,
.t__ref--sec .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__ref--secondary .card__cutoff--link:hover,
  .t__ref--sec .card__cutoff--link:hover {
    color: #E18355;
  }
  .theme__ref--secondary .card__cutoff--link:hover--link,
  .t__ref--sec .card__cutoff--link:hover--link {
    color: #E18355;
  }
}
.theme__ref--secondary .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__ref--sec .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: #E18355;
}
.theme__ref--secondary .dropdown__toggle--title,
.t__ref--sec .dropdown__toggle--title {
  color: #E18355;
}
.theme__ref--secondary .dropdown__toggle--icon i,
.t__ref--sec .dropdown__toggle--icon i {
  color: #E18355;
}
.theme__ref--secondary .large_timer__countdown--item_large,
.t__ref--sec .large_timer__countdown--item_large {
  background-color: #E18355;
}
.theme__ref--secondary .large_timer__countdown--item_medium,
.t__ref--sec .large_timer__countdown--item_medium {
  background-color: #E18355;
}
.theme__ref--secondary .large_timer__countdown--item_small,
.t__ref--sec .large_timer__countdown--item_small {
  background-color: #E18355;
}
.theme__ref--secondary .modalcontent,
.t__ref--sec .modalcontent {
  border-color: #E18355;
}
.theme__ref--secondary .transparent__header,
.t__ref--sec .transparent__header {
  background: #E18355;
}
.theme__ref--secondary .breadcrumb__slashes,
.t__ref--sec .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__ref--secondary .the-list,
.t__ref--sec .the-list {
  background-color: #E18355;
}
.theme__ref--secondary .the-list option,
.t__ref--sec .the-list option {
  border-color: #E18355 !important;
}
.theme__ref--secondary .es-list::-webkit-scrollbar-thumb,
.t__ref--sec .es-list::-webkit-scrollbar-thumb {
  background: #E18355;
}
.theme__ref--secondary .es-visible,
.t__ref--sec .es-visible {
  border-color: #E18355 !important;
}
.theme__ref--secondary .ot-open,
.theme__ref--secondary .ot-closed,
.t__ref--sec .ot-open,
.t__ref--sec .ot-closed {
  color: #E18355;
}
.theme__ref--secondary .colour__foreground,
.t__ref--sec .colour__foreground {
  color: #E18355;
}
.theme__ref--secondary h1.t__none,
.theme__ref--secondary h1.theme__none,
.theme__ref--secondary h2.t__none,
.theme__ref--secondary h2.theme__none,
.theme__ref--secondary h3.t__none,
.theme__ref--secondary h3.theme__none,
.theme__ref--secondary h4.t__none,
.theme__ref--secondary h4.theme__none,
.theme__ref--secondary h1.t__none--w-hov,
.theme__ref--secondary h1.theme__none--with-hover,
.theme__ref--secondary h2.t__none--w-hov,
.theme__ref--secondary h2.theme__none--with-hover,
.theme__ref--secondary h3.t__none--w-hov,
.theme__ref--secondary h3.theme__none--with-hover,
.theme__ref--secondary h4.t__none--w-hov,
.theme__ref--secondary h4.theme__none--with-hover,
.t__ref--sec h1.t__none,
.t__ref--sec h1.theme__none,
.t__ref--sec h2.t__none,
.t__ref--sec h2.theme__none,
.t__ref--sec h3.t__none,
.t__ref--sec h3.theme__none,
.t__ref--sec h4.t__none,
.t__ref--sec h4.theme__none,
.t__ref--sec h1.t__none--w-hov,
.t__ref--sec h1.theme__none--with-hover,
.t__ref--sec h2.t__none--w-hov,
.t__ref--sec h2.theme__none--with-hover,
.t__ref--sec h3.t__none--w-hov,
.t__ref--sec h3.theme__none--with-hover,
.t__ref--sec h4.t__none--w-hov,
.t__ref--sec h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__ref--secondary span.t__none,
.theme__ref--secondary span.theme__none,
.t__ref--sec span.t__none,
.t__ref--sec span.theme__none {
  color: #4a4a4a;
}
.theme__ref--secondary i.t__none,
.theme__ref--secondary i.theme__none,
.t__ref--sec i.t__none,
.t__ref--sec i.theme__none {
  color: #4a4a4a;
}
.theme__ref--secondary a.border__none,
.theme__ref--secondary a.b__none,
.t__ref--sec a.border__none,
.t__ref--sec a.b__none {
  border: 0;
}
.theme__ref--secondary a:hover h1.t__none,
.theme__ref--secondary a:hover h1.theme__none,
.theme__ref--secondary a:hover h2.t__none,
.theme__ref--secondary a:hover h2.theme__none,
.theme__ref--secondary a:hover h3.t__none,
.theme__ref--secondary a:hover h3.theme__none,
.theme__ref--secondary a:hover h4.t__none,
.theme__ref--secondary a:hover h4.theme__none,
.t__ref--sec a:hover h1.t__none,
.t__ref--sec a:hover h1.theme__none,
.t__ref--sec a:hover h2.t__none,
.t__ref--sec a:hover h2.theme__none,
.t__ref--sec a:hover h3.t__none,
.t__ref--sec a:hover h3.theme__none,
.t__ref--sec a:hover h4.t__none,
.t__ref--sec a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__ref--secondary a:hover h1.t__none--w-hov,
.theme__ref--secondary a:hover h1.theme__none--with-hover,
.theme__ref--secondary a:hover h2.t__none--w-hov,
.theme__ref--secondary a:hover h2.theme__none--with-hover,
.theme__ref--secondary a:hover h3.t__none--w-hov,
.theme__ref--secondary a:hover h3.theme__none--with-hover,
.theme__ref--secondary a:hover h4.t__none--w-hov,
.theme__ref--secondary a:hover h4.theme__none--with-hover,
.t__ref--sec a:hover h1.t__none--w-hov,
.t__ref--sec a:hover h1.theme__none--with-hover,
.t__ref--sec a:hover h2.t__none--w-hov,
.t__ref--sec a:hover h2.theme__none--with-hover,
.t__ref--sec a:hover h3.t__none--w-hov,
.t__ref--sec a:hover h3.theme__none--with-hover,
.t__ref--sec a:hover h4.t__none--w-hov,
.t__ref--sec a:hover h4.theme__none--with-hover {
  color: #E18355;
}

.theme__ref--pastel h1, .theme__ref--pastel h2, .theme__ref--pastel h3, .theme__ref--pastel h4, .theme__ref--pastel h5, .theme__ref--pastel h6,
.t__ref--pas h1,
.t__ref--pas h2,
.t__ref--pas h3,
.t__ref--pas h4,
.t__ref--pas h5,
.t__ref--pas h6 {
  color: rgba(225, 131, 85, 0.1);
}
.theme__ref--pastel a,
.t__ref--pas a {
  color: #4a4a4a;
  border-color: rgba(225, 131, 85, 0.1);
  text-decoration: none;
}
.theme__ref--pastel a:hover,
.t__ref--pas a:hover {
  color: rgba(225, 131, 85, 0.1);
}
.theme__ref--pastel a:hover h1, .theme__ref--pastel a:hover h2, .theme__ref--pastel a:hover h3, .theme__ref--pastel a:hover h4, .theme__ref--pastel a:hover h5, .theme__ref--pastel a:hover h6,
.t__ref--pas a:hover h1,
.t__ref--pas a:hover h2,
.t__ref--pas a:hover h3,
.t__ref--pas a:hover h4,
.t__ref--pas a:hover h5,
.t__ref--pas a:hover h6 {
  color: rgba(225, 131, 85, 0.1);
}
.theme__ref--pastel a div,
.t__ref--pas a div {
  border-color: rgba(225, 131, 85, 0.1) !important;
}
.theme__ref--pastel input,
.t__ref--pas input {
  border-color: rgba(225, 131, 85, 0.1);
}
.theme__ref--pastel p,
.t__ref--pas p {
  color: #4a4a4a;
}
.theme__ref--pastel .button,
.theme__ref--pastel .btn,
.theme__ref--pastel .btn__pill, .theme__ref--pastel.button, .theme__ref--pastel.btn, .theme__ref--pastel.btn__pill,
.t__ref--pas .button,
.t__ref--pas .btn,
.t__ref--pas .btn__pill,
.t__ref--pas.button,
.t__ref--pas.btn,
.t__ref--pas.btn__pill {
  border-color: rgba(225, 131, 85, 0.1);
}
@media (hover: hover) {
  .theme__ref--pastel .button:hover,
  .theme__ref--pastel .btn:hover,
  .theme__ref--pastel .btn__pill:hover, .theme__ref--pastel.button:hover, .theme__ref--pastel.btn:hover, .theme__ref--pastel.btn__pill:hover,
  .t__ref--pas .button:hover,
  .t__ref--pas .btn:hover,
  .t__ref--pas .btn__pill:hover,
  .t__ref--pas.button:hover,
  .t__ref--pas.btn:hover,
  .t__ref--pas.btn__pill:hover {
    color: #ffffff;
    background: rgba(225, 131, 85, 0.1);
  }
  .theme__ref--pastel .button:hover i,
  .theme__ref--pastel .btn:hover i,
  .theme__ref--pastel .btn__pill:hover i, .theme__ref--pastel.button:hover i, .theme__ref--pastel.btn:hover i, .theme__ref--pastel.btn__pill:hover i,
  .t__ref--pas .button:hover i,
  .t__ref--pas .btn:hover i,
  .t__ref--pas .btn__pill:hover i,
  .t__ref--pas.button:hover i,
  .t__ref--pas.btn:hover i,
  .t__ref--pas.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__ref--pastel .button__invert,
.theme__ref--pastel .btn__invert,
.theme__ref--pastel .btn__pill__invert, .theme__ref--pastel.button__invert, .theme__ref--pastel.btn__invert, .theme__ref--pastel.btn__pill__invert,
.t__ref--pas .button__invert,
.t__ref--pas .btn__invert,
.t__ref--pas .btn__pill__invert,
.t__ref--pas.button__invert,
.t__ref--pas.btn__invert,
.t__ref--pas.btn__pill__invert {
  background-color: rgba(225, 131, 85, 0.1);
  color: #ffffff;
}
.theme__ref--pastel .button__invert h4,
.theme__ref--pastel .btn__invert h4,
.theme__ref--pastel .btn__pill__invert h4, .theme__ref--pastel.button__invert h4, .theme__ref--pastel.btn__invert h4, .theme__ref--pastel.btn__pill__invert h4,
.t__ref--pas .button__invert h4,
.t__ref--pas .btn__invert h4,
.t__ref--pas .btn__pill__invert h4,
.t__ref--pas.button__invert h4,
.t__ref--pas.btn__invert h4,
.t__ref--pas.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__ref--pastel .button__invert:hover,
.theme__ref--pastel .btn__invert:hover,
.theme__ref--pastel .btn__pill__invert:hover, .theme__ref--pastel.button__invert:hover, .theme__ref--pastel.btn__invert:hover, .theme__ref--pastel.btn__pill__invert:hover,
.t__ref--pas .button__invert:hover,
.t__ref--pas .btn__invert:hover,
.t__ref--pas .btn__pill__invert:hover,
.t__ref--pas.button__invert:hover,
.t__ref--pas.btn__invert:hover,
.t__ref--pas.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__ref--pastel .button__invert:hover h4,
.theme__ref--pastel .btn__invert:hover h4,
.theme__ref--pastel .btn__pill__invert:hover h4, .theme__ref--pastel.button__invert:hover h4, .theme__ref--pastel.btn__invert:hover h4, .theme__ref--pastel.btn__pill__invert:hover h4,
.t__ref--pas .button__invert:hover h4,
.t__ref--pas .btn__invert:hover h4,
.t__ref--pas .btn__pill__invert:hover h4,
.t__ref--pas.button__invert:hover h4,
.t__ref--pas.btn__invert:hover h4,
.t__ref--pas.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__ref--pastel .button__invert--hover:hover,
.theme__ref--pastel .btn__invert--hover:hover,
.theme__ref--pastel .btn__pill__invert--hover:hover, .theme__ref--pastel.button__invert--hover:hover, .theme__ref--pastel.btn__invert--hover:hover, .theme__ref--pastel.btn__pill__invert--hover:hover,
.t__ref--pas .button__invert--hover:hover,
.t__ref--pas .btn__invert--hover:hover,
.t__ref--pas .btn__pill__invert--hover:hover,
.t__ref--pas.button__invert--hover:hover,
.t__ref--pas.btn__invert--hover:hover,
.t__ref--pas.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__ref--pastel .button__under,
.theme__ref--pastel .btn__under,
.theme__ref--pastel .btn__pill__under, .theme__ref--pastel.button__under, .theme__ref--pastel.btn__under, .theme__ref--pastel.btn__pill__under,
.t__ref--pas .button__under,
.t__ref--pas .btn__under,
.t__ref--pas .btn__pill__under,
.t__ref--pas.button__under,
.t__ref--pas.btn__under,
.t__ref--pas.btn__pill__under {
  border-color: rgba(225, 131, 85, 0.1);
}
.theme__ref--pastel .btn__large,
.t__ref--pas .btn__large {
  background-color: rgba(225, 131, 85, 0.1);
}
.theme__ref--pastel .input__search,
.t__ref--pas .input__search {
  border-color: rgba(225, 131, 85, 0.1);
}
.theme__ref--pastel .input__search i,
.t__ref--pas .input__search i {
  color: #4a4a4a;
}
.theme__ref--pastel .input__search:hover i,
.t__ref--pas .input__search:hover i {
  color: rgba(225, 131, 85, 0.1);
}
.theme__ref--pastel .component__foreground,
.t__ref--pas .component__foreground {
  color: #4a4a4a;
}
.theme__ref--pastel.card,
.theme__ref--pastel .card, .theme__ref--pastel.card__with-image,
.theme__ref--pastel .card__with-image,
.t__ref--pas.card,
.t__ref--pas .card,
.t__ref--pas.card__with-image,
.t__ref--pas .card__with-image {
  border-color: rgba(225, 131, 85, 0.1);
}
.theme__ref--pastel.card__highlight,
.theme__ref--pastel .card__highlight,
.theme__ref--pastel .card__highlight--image,
.theme__ref--pastel .card__highlight--final,
.t__ref--pas.card__highlight,
.t__ref--pas .card__highlight,
.t__ref--pas .card__highlight--image,
.t__ref--pas .card__highlight--final {
  background-color: rgba(225, 131, 85, 0.1);
  border-color: rgba(225, 131, 85, 0.1);
}
.theme__ref--pastel.card__highlight--title,
.theme__ref--pastel .card__highlight--title,
.theme__ref--pastel .card__highlight--image,
.theme__ref--pastel .card__highlight--final,
.t__ref--pas.card__highlight--title,
.t__ref--pas .card__highlight--title,
.t__ref--pas .card__highlight--image,
.t__ref--pas .card__highlight--final {
  color: #4a4a4a;
}
.theme__ref--pastel .image-slider__selector--dot,
.t__ref--pas .image-slider__selector--dot {
  background-color: rgba(225, 131, 85, 0.1);
}
.theme__ref--pastel .call-to-action__text h3,
.t__ref--pas .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__ref--pastel .officer__block--title h5, .theme__ref--pastel .officer__block--title h6,
.t__ref--pas .officer__block--title h5,
.t__ref--pas .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__ref--pastel .block__statement--link,
.t__ref--pas .block__statement--link {
  color: #4a4a4a;
}
.theme__ref--pastel .card__cutoff,
.t__ref--pas .card__cutoff {
  background: linear-gradient(rgba(225, 131, 85, 0.1), rgba(225, 131, 85, 0.1)), linear-gradient(white, white);
}
.theme__ref--pastel .card__cutoff p,
.t__ref--pas .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__ref--pastel .card__cutoff:hover,
  .t__ref--pas .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__ref--pastel .card__cutoff:hover p,
  .t__ref--pas .card__cutoff:hover p {
    color: rgba(225, 131, 85, 0.1);
  }
  .theme__ref--pastel .card__cutoff:hover .card__cutoff--link,
  .t__ref--pas .card__cutoff:hover .card__cutoff--link {
    color: rgba(225, 131, 85, 0.1);
  }
  .theme__ref--pastel .card__cutoff:hover .card__cutoff--text,
  .t__ref--pas .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__ref--pastel .card__cutoff:hover .card__cutoff--text p,
  .t__ref--pas .card__cutoff:hover .card__cutoff--text p {
    color: rgba(225, 131, 85, 0.1);
  }
  .theme__ref--pastel .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__ref--pas .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: rgba(225, 131, 85, 0.1);
  }
}
.theme__ref--pastel .card__cutoff--link,
.t__ref--pas .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__ref--pastel .card__cutoff--link:hover,
  .t__ref--pas .card__cutoff--link:hover {
    color: rgba(225, 131, 85, 0.1);
  }
  .theme__ref--pastel .card__cutoff--link:hover--link,
  .t__ref--pas .card__cutoff--link:hover--link {
    color: rgba(225, 131, 85, 0.1);
  }
}
.theme__ref--pastel .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__ref--pas .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: rgba(225, 131, 85, 0.1);
}
.theme__ref--pastel .dropdown__toggle--title,
.t__ref--pas .dropdown__toggle--title {
  color: rgba(225, 131, 85, 0.1);
}
.theme__ref--pastel .dropdown__toggle--icon i,
.t__ref--pas .dropdown__toggle--icon i {
  color: rgba(225, 131, 85, 0.1);
}
.theme__ref--pastel .large_timer__countdown--item_large,
.t__ref--pas .large_timer__countdown--item_large {
  background-color: rgba(225, 131, 85, 0.1);
}
.theme__ref--pastel .large_timer__countdown--item_medium,
.t__ref--pas .large_timer__countdown--item_medium {
  background-color: rgba(225, 131, 85, 0.1);
}
.theme__ref--pastel .large_timer__countdown--item_small,
.t__ref--pas .large_timer__countdown--item_small {
  background-color: rgba(225, 131, 85, 0.1);
}
.theme__ref--pastel .modalcontent,
.t__ref--pas .modalcontent {
  border-color: rgba(225, 131, 85, 0.1);
}
.theme__ref--pastel .transparent__header,
.t__ref--pas .transparent__header {
  background: rgba(225, 131, 85, 0.1);
}
.theme__ref--pastel .breadcrumb__slashes,
.t__ref--pas .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__ref--pastel .the-list,
.t__ref--pas .the-list {
  background-color: rgba(225, 131, 85, 0.1);
}
.theme__ref--pastel .the-list option,
.t__ref--pas .the-list option {
  border-color: rgba(225, 131, 85, 0.1) !important;
}
.theme__ref--pastel .es-list::-webkit-scrollbar-thumb,
.t__ref--pas .es-list::-webkit-scrollbar-thumb {
  background: rgba(225, 131, 85, 0.1);
}
.theme__ref--pastel .es-visible,
.t__ref--pas .es-visible {
  border-color: rgba(225, 131, 85, 0.1) !important;
}
.theme__ref--pastel .ot-open,
.theme__ref--pastel .ot-closed,
.t__ref--pas .ot-open,
.t__ref--pas .ot-closed {
  color: rgba(225, 131, 85, 0.1);
}
.theme__ref--pastel .colour__foreground,
.t__ref--pas .colour__foreground {
  color: rgba(225, 131, 85, 0.1);
}
.theme__ref--pastel h1.t__none,
.theme__ref--pastel h1.theme__none,
.theme__ref--pastel h2.t__none,
.theme__ref--pastel h2.theme__none,
.theme__ref--pastel h3.t__none,
.theme__ref--pastel h3.theme__none,
.theme__ref--pastel h4.t__none,
.theme__ref--pastel h4.theme__none,
.theme__ref--pastel h1.t__none--w-hov,
.theme__ref--pastel h1.theme__none--with-hover,
.theme__ref--pastel h2.t__none--w-hov,
.theme__ref--pastel h2.theme__none--with-hover,
.theme__ref--pastel h3.t__none--w-hov,
.theme__ref--pastel h3.theme__none--with-hover,
.theme__ref--pastel h4.t__none--w-hov,
.theme__ref--pastel h4.theme__none--with-hover,
.t__ref--pas h1.t__none,
.t__ref--pas h1.theme__none,
.t__ref--pas h2.t__none,
.t__ref--pas h2.theme__none,
.t__ref--pas h3.t__none,
.t__ref--pas h3.theme__none,
.t__ref--pas h4.t__none,
.t__ref--pas h4.theme__none,
.t__ref--pas h1.t__none--w-hov,
.t__ref--pas h1.theme__none--with-hover,
.t__ref--pas h2.t__none--w-hov,
.t__ref--pas h2.theme__none--with-hover,
.t__ref--pas h3.t__none--w-hov,
.t__ref--pas h3.theme__none--with-hover,
.t__ref--pas h4.t__none--w-hov,
.t__ref--pas h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__ref--pastel span.t__none,
.theme__ref--pastel span.theme__none,
.t__ref--pas span.t__none,
.t__ref--pas span.theme__none {
  color: #4a4a4a;
}
.theme__ref--pastel i.t__none,
.theme__ref--pastel i.theme__none,
.t__ref--pas i.t__none,
.t__ref--pas i.theme__none {
  color: #4a4a4a;
}
.theme__ref--pastel a.border__none,
.theme__ref--pastel a.b__none,
.t__ref--pas a.border__none,
.t__ref--pas a.b__none {
  border: 0;
}
.theme__ref--pastel a:hover h1.t__none,
.theme__ref--pastel a:hover h1.theme__none,
.theme__ref--pastel a:hover h2.t__none,
.theme__ref--pastel a:hover h2.theme__none,
.theme__ref--pastel a:hover h3.t__none,
.theme__ref--pastel a:hover h3.theme__none,
.theme__ref--pastel a:hover h4.t__none,
.theme__ref--pastel a:hover h4.theme__none,
.t__ref--pas a:hover h1.t__none,
.t__ref--pas a:hover h1.theme__none,
.t__ref--pas a:hover h2.t__none,
.t__ref--pas a:hover h2.theme__none,
.t__ref--pas a:hover h3.t__none,
.t__ref--pas a:hover h3.theme__none,
.t__ref--pas a:hover h4.t__none,
.t__ref--pas a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__ref--pastel a:hover h1.t__none--w-hov,
.theme__ref--pastel a:hover h1.theme__none--with-hover,
.theme__ref--pastel a:hover h2.t__none--w-hov,
.theme__ref--pastel a:hover h2.theme__none--with-hover,
.theme__ref--pastel a:hover h3.t__none--w-hov,
.theme__ref--pastel a:hover h3.theme__none--with-hover,
.theme__ref--pastel a:hover h4.t__none--w-hov,
.theme__ref--pastel a:hover h4.theme__none--with-hover,
.t__ref--pas a:hover h1.t__none--w-hov,
.t__ref--pas a:hover h1.theme__none--with-hover,
.t__ref--pas a:hover h2.t__none--w-hov,
.t__ref--pas a:hover h2.theme__none--with-hover,
.t__ref--pas a:hover h3.t__none--w-hov,
.t__ref--pas a:hover h3.theme__none--with-hover,
.t__ref--pas a:hover h4.t__none--w-hov,
.t__ref--pas a:hover h4.theme__none--with-hover {
  color: rgba(225, 131, 85, 0.1);
}

.theme__ref--background-primary,
.t__ref--bg-pri {
  background-color: #E18355;
}

.theme__ref--background-secondary,
.t__ref--bg-sec {
  background-color: #E18355;
}

.theme__ref--background-pastel,
.t__ref--bg-pas {
  background-color: rgba(225, 131, 85, 0.1);
}

.theme__wel--primary h1, .theme__wel--primary h2, .theme__wel--primary h3, .theme__wel--primary h4, .theme__wel--primary h5, .theme__wel--primary h6,
.t__wel--pri h1,
.t__wel--pri h2,
.t__wel--pri h3,
.t__wel--pri h4,
.t__wel--pri h5,
.t__wel--pri h6 {
  color: #00747B;
}
.theme__wel--primary a,
.t__wel--pri a {
  color: #4a4a4a;
  border-color: #00747B;
  text-decoration: none;
}
.theme__wel--primary a:hover,
.t__wel--pri a:hover {
  color: #00747B;
}
.theme__wel--primary a:hover h1, .theme__wel--primary a:hover h2, .theme__wel--primary a:hover h3, .theme__wel--primary a:hover h4, .theme__wel--primary a:hover h5, .theme__wel--primary a:hover h6,
.t__wel--pri a:hover h1,
.t__wel--pri a:hover h2,
.t__wel--pri a:hover h3,
.t__wel--pri a:hover h4,
.t__wel--pri a:hover h5,
.t__wel--pri a:hover h6 {
  color: #00747B;
}
.theme__wel--primary a div,
.t__wel--pri a div {
  border-color: #00747B !important;
}
.theme__wel--primary input,
.t__wel--pri input {
  border-color: #00747B;
}
.theme__wel--primary p,
.t__wel--pri p {
  color: #4a4a4a;
}
.theme__wel--primary .button,
.theme__wel--primary .btn,
.theme__wel--primary .btn__pill, .theme__wel--primary.button, .theme__wel--primary.btn, .theme__wel--primary.btn__pill,
.t__wel--pri .button,
.t__wel--pri .btn,
.t__wel--pri .btn__pill,
.t__wel--pri.button,
.t__wel--pri.btn,
.t__wel--pri.btn__pill {
  border-color: #00747B;
}
@media (hover: hover) {
  .theme__wel--primary .button:hover,
  .theme__wel--primary .btn:hover,
  .theme__wel--primary .btn__pill:hover, .theme__wel--primary.button:hover, .theme__wel--primary.btn:hover, .theme__wel--primary.btn__pill:hover,
  .t__wel--pri .button:hover,
  .t__wel--pri .btn:hover,
  .t__wel--pri .btn__pill:hover,
  .t__wel--pri.button:hover,
  .t__wel--pri.btn:hover,
  .t__wel--pri.btn__pill:hover {
    color: #ffffff;
    background: #00747B;
  }
  .theme__wel--primary .button:hover i,
  .theme__wel--primary .btn:hover i,
  .theme__wel--primary .btn__pill:hover i, .theme__wel--primary.button:hover i, .theme__wel--primary.btn:hover i, .theme__wel--primary.btn__pill:hover i,
  .t__wel--pri .button:hover i,
  .t__wel--pri .btn:hover i,
  .t__wel--pri .btn__pill:hover i,
  .t__wel--pri.button:hover i,
  .t__wel--pri.btn:hover i,
  .t__wel--pri.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__wel--primary .button__invert,
.theme__wel--primary .btn__invert,
.theme__wel--primary .btn__pill__invert, .theme__wel--primary.button__invert, .theme__wel--primary.btn__invert, .theme__wel--primary.btn__pill__invert,
.t__wel--pri .button__invert,
.t__wel--pri .btn__invert,
.t__wel--pri .btn__pill__invert,
.t__wel--pri.button__invert,
.t__wel--pri.btn__invert,
.t__wel--pri.btn__pill__invert {
  background-color: #00747B;
  color: #ffffff;
}
.theme__wel--primary .button__invert h4,
.theme__wel--primary .btn__invert h4,
.theme__wel--primary .btn__pill__invert h4, .theme__wel--primary.button__invert h4, .theme__wel--primary.btn__invert h4, .theme__wel--primary.btn__pill__invert h4,
.t__wel--pri .button__invert h4,
.t__wel--pri .btn__invert h4,
.t__wel--pri .btn__pill__invert h4,
.t__wel--pri.button__invert h4,
.t__wel--pri.btn__invert h4,
.t__wel--pri.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__wel--primary .button__invert:hover,
.theme__wel--primary .btn__invert:hover,
.theme__wel--primary .btn__pill__invert:hover, .theme__wel--primary.button__invert:hover, .theme__wel--primary.btn__invert:hover, .theme__wel--primary.btn__pill__invert:hover,
.t__wel--pri .button__invert:hover,
.t__wel--pri .btn__invert:hover,
.t__wel--pri .btn__pill__invert:hover,
.t__wel--pri.button__invert:hover,
.t__wel--pri.btn__invert:hover,
.t__wel--pri.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__wel--primary .button__invert:hover h4,
.theme__wel--primary .btn__invert:hover h4,
.theme__wel--primary .btn__pill__invert:hover h4, .theme__wel--primary.button__invert:hover h4, .theme__wel--primary.btn__invert:hover h4, .theme__wel--primary.btn__pill__invert:hover h4,
.t__wel--pri .button__invert:hover h4,
.t__wel--pri .btn__invert:hover h4,
.t__wel--pri .btn__pill__invert:hover h4,
.t__wel--pri.button__invert:hover h4,
.t__wel--pri.btn__invert:hover h4,
.t__wel--pri.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__wel--primary .button__invert--hover:hover,
.theme__wel--primary .btn__invert--hover:hover,
.theme__wel--primary .btn__pill__invert--hover:hover, .theme__wel--primary.button__invert--hover:hover, .theme__wel--primary.btn__invert--hover:hover, .theme__wel--primary.btn__pill__invert--hover:hover,
.t__wel--pri .button__invert--hover:hover,
.t__wel--pri .btn__invert--hover:hover,
.t__wel--pri .btn__pill__invert--hover:hover,
.t__wel--pri.button__invert--hover:hover,
.t__wel--pri.btn__invert--hover:hover,
.t__wel--pri.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__wel--primary .button__under,
.theme__wel--primary .btn__under,
.theme__wel--primary .btn__pill__under, .theme__wel--primary.button__under, .theme__wel--primary.btn__under, .theme__wel--primary.btn__pill__under,
.t__wel--pri .button__under,
.t__wel--pri .btn__under,
.t__wel--pri .btn__pill__under,
.t__wel--pri.button__under,
.t__wel--pri.btn__under,
.t__wel--pri.btn__pill__under {
  border-color: #00747B;
}
.theme__wel--primary .btn__large,
.t__wel--pri .btn__large {
  background-color: #00747B;
}
.theme__wel--primary .input__search,
.t__wel--pri .input__search {
  border-color: #00747B;
}
.theme__wel--primary .input__search i,
.t__wel--pri .input__search i {
  color: #4a4a4a;
}
.theme__wel--primary .input__search:hover i,
.t__wel--pri .input__search:hover i {
  color: #00747B;
}
.theme__wel--primary .component__foreground,
.t__wel--pri .component__foreground {
  color: #4a4a4a;
}
.theme__wel--primary.card,
.theme__wel--primary .card, .theme__wel--primary.card__with-image,
.theme__wel--primary .card__with-image,
.t__wel--pri.card,
.t__wel--pri .card,
.t__wel--pri.card__with-image,
.t__wel--pri .card__with-image {
  border-color: #00747B;
}
.theme__wel--primary.card__highlight,
.theme__wel--primary .card__highlight,
.theme__wel--primary .card__highlight--image,
.theme__wel--primary .card__highlight--final,
.t__wel--pri.card__highlight,
.t__wel--pri .card__highlight,
.t__wel--pri .card__highlight--image,
.t__wel--pri .card__highlight--final {
  background-color: #00747B;
  border-color: #00747B;
}
.theme__wel--primary.card__highlight--title,
.theme__wel--primary .card__highlight--title,
.theme__wel--primary .card__highlight--image,
.theme__wel--primary .card__highlight--final,
.t__wel--pri.card__highlight--title,
.t__wel--pri .card__highlight--title,
.t__wel--pri .card__highlight--image,
.t__wel--pri .card__highlight--final {
  color: #4a4a4a;
}
.theme__wel--primary .image-slider__selector--dot,
.t__wel--pri .image-slider__selector--dot {
  background-color: #00747B;
}
.theme__wel--primary .call-to-action__text h3,
.t__wel--pri .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__wel--primary .officer__block--title h5, .theme__wel--primary .officer__block--title h6,
.t__wel--pri .officer__block--title h5,
.t__wel--pri .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__wel--primary .block__statement--link,
.t__wel--pri .block__statement--link {
  color: #4a4a4a;
}
.theme__wel--primary .card__cutoff,
.t__wel--pri .card__cutoff {
  background: linear-gradient(#00747B, #00747B), linear-gradient(white, white);
}
.theme__wel--primary .card__cutoff p,
.t__wel--pri .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__wel--primary .card__cutoff:hover,
  .t__wel--pri .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__wel--primary .card__cutoff:hover p,
  .t__wel--pri .card__cutoff:hover p {
    color: #00747B;
  }
  .theme__wel--primary .card__cutoff:hover .card__cutoff--link,
  .t__wel--pri .card__cutoff:hover .card__cutoff--link {
    color: #00747B;
  }
  .theme__wel--primary .card__cutoff:hover .card__cutoff--text,
  .t__wel--pri .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__wel--primary .card__cutoff:hover .card__cutoff--text p,
  .t__wel--pri .card__cutoff:hover .card__cutoff--text p {
    color: #00747B;
  }
  .theme__wel--primary .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__wel--pri .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: #00747B;
  }
}
.theme__wel--primary .card__cutoff--link,
.t__wel--pri .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__wel--primary .card__cutoff--link:hover,
  .t__wel--pri .card__cutoff--link:hover {
    color: #00747B;
  }
  .theme__wel--primary .card__cutoff--link:hover--link,
  .t__wel--pri .card__cutoff--link:hover--link {
    color: #00747B;
  }
}
.theme__wel--primary .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__wel--pri .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: #00747B;
}
.theme__wel--primary .dropdown__toggle--title,
.t__wel--pri .dropdown__toggle--title {
  color: #00747B;
}
.theme__wel--primary .dropdown__toggle--icon i,
.t__wel--pri .dropdown__toggle--icon i {
  color: #00747B;
}
.theme__wel--primary .large_timer__countdown--item_large,
.t__wel--pri .large_timer__countdown--item_large {
  background-color: #00747B;
}
.theme__wel--primary .large_timer__countdown--item_medium,
.t__wel--pri .large_timer__countdown--item_medium {
  background-color: #00747B;
}
.theme__wel--primary .large_timer__countdown--item_small,
.t__wel--pri .large_timer__countdown--item_small {
  background-color: #00747B;
}
.theme__wel--primary .modalcontent,
.t__wel--pri .modalcontent {
  border-color: #00747B;
}
.theme__wel--primary .transparent__header,
.t__wel--pri .transparent__header {
  background: #00747B;
}
.theme__wel--primary .breadcrumb__slashes,
.t__wel--pri .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__wel--primary .the-list,
.t__wel--pri .the-list {
  background-color: #00747B;
}
.theme__wel--primary .the-list option,
.t__wel--pri .the-list option {
  border-color: #00747B !important;
}
.theme__wel--primary .es-list::-webkit-scrollbar-thumb,
.t__wel--pri .es-list::-webkit-scrollbar-thumb {
  background: #00747B;
}
.theme__wel--primary .es-visible,
.t__wel--pri .es-visible {
  border-color: #00747B !important;
}
.theme__wel--primary .ot-open,
.theme__wel--primary .ot-closed,
.t__wel--pri .ot-open,
.t__wel--pri .ot-closed {
  color: #00747B;
}
.theme__wel--primary .colour__foreground,
.t__wel--pri .colour__foreground {
  color: #00747B;
}
.theme__wel--primary h1.t__none,
.theme__wel--primary h1.theme__none,
.theme__wel--primary h2.t__none,
.theme__wel--primary h2.theme__none,
.theme__wel--primary h3.t__none,
.theme__wel--primary h3.theme__none,
.theme__wel--primary h4.t__none,
.theme__wel--primary h4.theme__none,
.theme__wel--primary h1.t__none--w-hov,
.theme__wel--primary h1.theme__none--with-hover,
.theme__wel--primary h2.t__none--w-hov,
.theme__wel--primary h2.theme__none--with-hover,
.theme__wel--primary h3.t__none--w-hov,
.theme__wel--primary h3.theme__none--with-hover,
.theme__wel--primary h4.t__none--w-hov,
.theme__wel--primary h4.theme__none--with-hover,
.t__wel--pri h1.t__none,
.t__wel--pri h1.theme__none,
.t__wel--pri h2.t__none,
.t__wel--pri h2.theme__none,
.t__wel--pri h3.t__none,
.t__wel--pri h3.theme__none,
.t__wel--pri h4.t__none,
.t__wel--pri h4.theme__none,
.t__wel--pri h1.t__none--w-hov,
.t__wel--pri h1.theme__none--with-hover,
.t__wel--pri h2.t__none--w-hov,
.t__wel--pri h2.theme__none--with-hover,
.t__wel--pri h3.t__none--w-hov,
.t__wel--pri h3.theme__none--with-hover,
.t__wel--pri h4.t__none--w-hov,
.t__wel--pri h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__wel--primary span.t__none,
.theme__wel--primary span.theme__none,
.t__wel--pri span.t__none,
.t__wel--pri span.theme__none {
  color: #4a4a4a;
}
.theme__wel--primary i.t__none,
.theme__wel--primary i.theme__none,
.t__wel--pri i.t__none,
.t__wel--pri i.theme__none {
  color: #4a4a4a;
}
.theme__wel--primary a.border__none,
.theme__wel--primary a.b__none,
.t__wel--pri a.border__none,
.t__wel--pri a.b__none {
  border: 0;
}
.theme__wel--primary a:hover h1.t__none,
.theme__wel--primary a:hover h1.theme__none,
.theme__wel--primary a:hover h2.t__none,
.theme__wel--primary a:hover h2.theme__none,
.theme__wel--primary a:hover h3.t__none,
.theme__wel--primary a:hover h3.theme__none,
.theme__wel--primary a:hover h4.t__none,
.theme__wel--primary a:hover h4.theme__none,
.t__wel--pri a:hover h1.t__none,
.t__wel--pri a:hover h1.theme__none,
.t__wel--pri a:hover h2.t__none,
.t__wel--pri a:hover h2.theme__none,
.t__wel--pri a:hover h3.t__none,
.t__wel--pri a:hover h3.theme__none,
.t__wel--pri a:hover h4.t__none,
.t__wel--pri a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__wel--primary a:hover h1.t__none--w-hov,
.theme__wel--primary a:hover h1.theme__none--with-hover,
.theme__wel--primary a:hover h2.t__none--w-hov,
.theme__wel--primary a:hover h2.theme__none--with-hover,
.theme__wel--primary a:hover h3.t__none--w-hov,
.theme__wel--primary a:hover h3.theme__none--with-hover,
.theme__wel--primary a:hover h4.t__none--w-hov,
.theme__wel--primary a:hover h4.theme__none--with-hover,
.t__wel--pri a:hover h1.t__none--w-hov,
.t__wel--pri a:hover h1.theme__none--with-hover,
.t__wel--pri a:hover h2.t__none--w-hov,
.t__wel--pri a:hover h2.theme__none--with-hover,
.t__wel--pri a:hover h3.t__none--w-hov,
.t__wel--pri a:hover h3.theme__none--with-hover,
.t__wel--pri a:hover h4.t__none--w-hov,
.t__wel--pri a:hover h4.theme__none--with-hover {
  color: #00747B;
}
.theme__wel--primary .dotted__line--small, .theme__wel--primary .dotted__line--medium, .theme__wel--primary .dotted__line--large, .theme__wel--primary .dotted__line--x-large, .theme__wel--primary .dotted__line--huge,
.t__wel--pri .dotted__line--small,
.t__wel--pri .dotted__line--medium,
.t__wel--pri .dotted__line--large,
.t__wel--pri .dotted__line--x-large,
.t__wel--pri .dotted__line--huge {
  border-image-source: url("https://assets-cdn.sums.su/SH/Dotted_Borders/dotted_welcome2022.png");
}

.theme__wel--secondary h1, .theme__wel--secondary h2, .theme__wel--secondary h3, .theme__wel--secondary h4, .theme__wel--secondary h5, .theme__wel--secondary h6,
.t__wel--sec h1,
.t__wel--sec h2,
.t__wel--sec h3,
.t__wel--sec h4,
.t__wel--sec h5,
.t__wel--sec h6 {
  color: #00747B;
}
.theme__wel--secondary a,
.t__wel--sec a {
  color: #4a4a4a;
  border-color: #00747B;
  text-decoration: none;
}
.theme__wel--secondary a:hover,
.t__wel--sec a:hover {
  color: #00747B;
}
.theme__wel--secondary a:hover h1, .theme__wel--secondary a:hover h2, .theme__wel--secondary a:hover h3, .theme__wel--secondary a:hover h4, .theme__wel--secondary a:hover h5, .theme__wel--secondary a:hover h6,
.t__wel--sec a:hover h1,
.t__wel--sec a:hover h2,
.t__wel--sec a:hover h3,
.t__wel--sec a:hover h4,
.t__wel--sec a:hover h5,
.t__wel--sec a:hover h6 {
  color: #00747B;
}
.theme__wel--secondary a div,
.t__wel--sec a div {
  border-color: #00747B !important;
}
.theme__wel--secondary input,
.t__wel--sec input {
  border-color: #00747B;
}
.theme__wel--secondary p,
.t__wel--sec p {
  color: #4a4a4a;
}
.theme__wel--secondary .button,
.theme__wel--secondary .btn,
.theme__wel--secondary .btn__pill, .theme__wel--secondary.button, .theme__wel--secondary.btn, .theme__wel--secondary.btn__pill,
.t__wel--sec .button,
.t__wel--sec .btn,
.t__wel--sec .btn__pill,
.t__wel--sec.button,
.t__wel--sec.btn,
.t__wel--sec.btn__pill {
  border-color: #00747B;
}
@media (hover: hover) {
  .theme__wel--secondary .button:hover,
  .theme__wel--secondary .btn:hover,
  .theme__wel--secondary .btn__pill:hover, .theme__wel--secondary.button:hover, .theme__wel--secondary.btn:hover, .theme__wel--secondary.btn__pill:hover,
  .t__wel--sec .button:hover,
  .t__wel--sec .btn:hover,
  .t__wel--sec .btn__pill:hover,
  .t__wel--sec.button:hover,
  .t__wel--sec.btn:hover,
  .t__wel--sec.btn__pill:hover {
    color: #ffffff;
    background: #00747B;
  }
  .theme__wel--secondary .button:hover i,
  .theme__wel--secondary .btn:hover i,
  .theme__wel--secondary .btn__pill:hover i, .theme__wel--secondary.button:hover i, .theme__wel--secondary.btn:hover i, .theme__wel--secondary.btn__pill:hover i,
  .t__wel--sec .button:hover i,
  .t__wel--sec .btn:hover i,
  .t__wel--sec .btn__pill:hover i,
  .t__wel--sec.button:hover i,
  .t__wel--sec.btn:hover i,
  .t__wel--sec.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__wel--secondary .button__invert,
.theme__wel--secondary .btn__invert,
.theme__wel--secondary .btn__pill__invert, .theme__wel--secondary.button__invert, .theme__wel--secondary.btn__invert, .theme__wel--secondary.btn__pill__invert,
.t__wel--sec .button__invert,
.t__wel--sec .btn__invert,
.t__wel--sec .btn__pill__invert,
.t__wel--sec.button__invert,
.t__wel--sec.btn__invert,
.t__wel--sec.btn__pill__invert {
  background-color: #00747B;
  color: #ffffff;
}
.theme__wel--secondary .button__invert h4,
.theme__wel--secondary .btn__invert h4,
.theme__wel--secondary .btn__pill__invert h4, .theme__wel--secondary.button__invert h4, .theme__wel--secondary.btn__invert h4, .theme__wel--secondary.btn__pill__invert h4,
.t__wel--sec .button__invert h4,
.t__wel--sec .btn__invert h4,
.t__wel--sec .btn__pill__invert h4,
.t__wel--sec.button__invert h4,
.t__wel--sec.btn__invert h4,
.t__wel--sec.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__wel--secondary .button__invert:hover,
.theme__wel--secondary .btn__invert:hover,
.theme__wel--secondary .btn__pill__invert:hover, .theme__wel--secondary.button__invert:hover, .theme__wel--secondary.btn__invert:hover, .theme__wel--secondary.btn__pill__invert:hover,
.t__wel--sec .button__invert:hover,
.t__wel--sec .btn__invert:hover,
.t__wel--sec .btn__pill__invert:hover,
.t__wel--sec.button__invert:hover,
.t__wel--sec.btn__invert:hover,
.t__wel--sec.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__wel--secondary .button__invert:hover h4,
.theme__wel--secondary .btn__invert:hover h4,
.theme__wel--secondary .btn__pill__invert:hover h4, .theme__wel--secondary.button__invert:hover h4, .theme__wel--secondary.btn__invert:hover h4, .theme__wel--secondary.btn__pill__invert:hover h4,
.t__wel--sec .button__invert:hover h4,
.t__wel--sec .btn__invert:hover h4,
.t__wel--sec .btn__pill__invert:hover h4,
.t__wel--sec.button__invert:hover h4,
.t__wel--sec.btn__invert:hover h4,
.t__wel--sec.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__wel--secondary .button__invert--hover:hover,
.theme__wel--secondary .btn__invert--hover:hover,
.theme__wel--secondary .btn__pill__invert--hover:hover, .theme__wel--secondary.button__invert--hover:hover, .theme__wel--secondary.btn__invert--hover:hover, .theme__wel--secondary.btn__pill__invert--hover:hover,
.t__wel--sec .button__invert--hover:hover,
.t__wel--sec .btn__invert--hover:hover,
.t__wel--sec .btn__pill__invert--hover:hover,
.t__wel--sec.button__invert--hover:hover,
.t__wel--sec.btn__invert--hover:hover,
.t__wel--sec.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__wel--secondary .button__under,
.theme__wel--secondary .btn__under,
.theme__wel--secondary .btn__pill__under, .theme__wel--secondary.button__under, .theme__wel--secondary.btn__under, .theme__wel--secondary.btn__pill__under,
.t__wel--sec .button__under,
.t__wel--sec .btn__under,
.t__wel--sec .btn__pill__under,
.t__wel--sec.button__under,
.t__wel--sec.btn__under,
.t__wel--sec.btn__pill__under {
  border-color: #00747B;
}
.theme__wel--secondary .btn__large,
.t__wel--sec .btn__large {
  background-color: #00747B;
}
.theme__wel--secondary .input__search,
.t__wel--sec .input__search {
  border-color: #00747B;
}
.theme__wel--secondary .input__search i,
.t__wel--sec .input__search i {
  color: #4a4a4a;
}
.theme__wel--secondary .input__search:hover i,
.t__wel--sec .input__search:hover i {
  color: #00747B;
}
.theme__wel--secondary .component__foreground,
.t__wel--sec .component__foreground {
  color: #4a4a4a;
}
.theme__wel--secondary.card,
.theme__wel--secondary .card, .theme__wel--secondary.card__with-image,
.theme__wel--secondary .card__with-image,
.t__wel--sec.card,
.t__wel--sec .card,
.t__wel--sec.card__with-image,
.t__wel--sec .card__with-image {
  border-color: #00747B;
}
.theme__wel--secondary.card__highlight,
.theme__wel--secondary .card__highlight,
.theme__wel--secondary .card__highlight--image,
.theme__wel--secondary .card__highlight--final,
.t__wel--sec.card__highlight,
.t__wel--sec .card__highlight,
.t__wel--sec .card__highlight--image,
.t__wel--sec .card__highlight--final {
  background-color: #00747B;
  border-color: #00747B;
}
.theme__wel--secondary.card__highlight--title,
.theme__wel--secondary .card__highlight--title,
.theme__wel--secondary .card__highlight--image,
.theme__wel--secondary .card__highlight--final,
.t__wel--sec.card__highlight--title,
.t__wel--sec .card__highlight--title,
.t__wel--sec .card__highlight--image,
.t__wel--sec .card__highlight--final {
  color: #4a4a4a;
}
.theme__wel--secondary .image-slider__selector--dot,
.t__wel--sec .image-slider__selector--dot {
  background-color: #00747B;
}
.theme__wel--secondary .call-to-action__text h3,
.t__wel--sec .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__wel--secondary .officer__block--title h5, .theme__wel--secondary .officer__block--title h6,
.t__wel--sec .officer__block--title h5,
.t__wel--sec .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__wel--secondary .block__statement--link,
.t__wel--sec .block__statement--link {
  color: #4a4a4a;
}
.theme__wel--secondary .card__cutoff,
.t__wel--sec .card__cutoff {
  background: linear-gradient(#00747B, #00747B), linear-gradient(white, white);
}
.theme__wel--secondary .card__cutoff p,
.t__wel--sec .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__wel--secondary .card__cutoff:hover,
  .t__wel--sec .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__wel--secondary .card__cutoff:hover p,
  .t__wel--sec .card__cutoff:hover p {
    color: #00747B;
  }
  .theme__wel--secondary .card__cutoff:hover .card__cutoff--link,
  .t__wel--sec .card__cutoff:hover .card__cutoff--link {
    color: #00747B;
  }
  .theme__wel--secondary .card__cutoff:hover .card__cutoff--text,
  .t__wel--sec .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__wel--secondary .card__cutoff:hover .card__cutoff--text p,
  .t__wel--sec .card__cutoff:hover .card__cutoff--text p {
    color: #00747B;
  }
  .theme__wel--secondary .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__wel--sec .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: #00747B;
  }
}
.theme__wel--secondary .card__cutoff--link,
.t__wel--sec .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__wel--secondary .card__cutoff--link:hover,
  .t__wel--sec .card__cutoff--link:hover {
    color: #00747B;
  }
  .theme__wel--secondary .card__cutoff--link:hover--link,
  .t__wel--sec .card__cutoff--link:hover--link {
    color: #00747B;
  }
}
.theme__wel--secondary .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__wel--sec .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: #00747B;
}
.theme__wel--secondary .dropdown__toggle--title,
.t__wel--sec .dropdown__toggle--title {
  color: #00747B;
}
.theme__wel--secondary .dropdown__toggle--icon i,
.t__wel--sec .dropdown__toggle--icon i {
  color: #00747B;
}
.theme__wel--secondary .large_timer__countdown--item_large,
.t__wel--sec .large_timer__countdown--item_large {
  background-color: #00747B;
}
.theme__wel--secondary .large_timer__countdown--item_medium,
.t__wel--sec .large_timer__countdown--item_medium {
  background-color: #00747B;
}
.theme__wel--secondary .large_timer__countdown--item_small,
.t__wel--sec .large_timer__countdown--item_small {
  background-color: #00747B;
}
.theme__wel--secondary .modalcontent,
.t__wel--sec .modalcontent {
  border-color: #00747B;
}
.theme__wel--secondary .transparent__header,
.t__wel--sec .transparent__header {
  background: #00747B;
}
.theme__wel--secondary .breadcrumb__slashes,
.t__wel--sec .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__wel--secondary .the-list,
.t__wel--sec .the-list {
  background-color: #00747B;
}
.theme__wel--secondary .the-list option,
.t__wel--sec .the-list option {
  border-color: #00747B !important;
}
.theme__wel--secondary .es-list::-webkit-scrollbar-thumb,
.t__wel--sec .es-list::-webkit-scrollbar-thumb {
  background: #00747B;
}
.theme__wel--secondary .es-visible,
.t__wel--sec .es-visible {
  border-color: #00747B !important;
}
.theme__wel--secondary .ot-open,
.theme__wel--secondary .ot-closed,
.t__wel--sec .ot-open,
.t__wel--sec .ot-closed {
  color: #00747B;
}
.theme__wel--secondary .colour__foreground,
.t__wel--sec .colour__foreground {
  color: #00747B;
}
.theme__wel--secondary h1.t__none,
.theme__wel--secondary h1.theme__none,
.theme__wel--secondary h2.t__none,
.theme__wel--secondary h2.theme__none,
.theme__wel--secondary h3.t__none,
.theme__wel--secondary h3.theme__none,
.theme__wel--secondary h4.t__none,
.theme__wel--secondary h4.theme__none,
.theme__wel--secondary h1.t__none--w-hov,
.theme__wel--secondary h1.theme__none--with-hover,
.theme__wel--secondary h2.t__none--w-hov,
.theme__wel--secondary h2.theme__none--with-hover,
.theme__wel--secondary h3.t__none--w-hov,
.theme__wel--secondary h3.theme__none--with-hover,
.theme__wel--secondary h4.t__none--w-hov,
.theme__wel--secondary h4.theme__none--with-hover,
.t__wel--sec h1.t__none,
.t__wel--sec h1.theme__none,
.t__wel--sec h2.t__none,
.t__wel--sec h2.theme__none,
.t__wel--sec h3.t__none,
.t__wel--sec h3.theme__none,
.t__wel--sec h4.t__none,
.t__wel--sec h4.theme__none,
.t__wel--sec h1.t__none--w-hov,
.t__wel--sec h1.theme__none--with-hover,
.t__wel--sec h2.t__none--w-hov,
.t__wel--sec h2.theme__none--with-hover,
.t__wel--sec h3.t__none--w-hov,
.t__wel--sec h3.theme__none--with-hover,
.t__wel--sec h4.t__none--w-hov,
.t__wel--sec h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__wel--secondary span.t__none,
.theme__wel--secondary span.theme__none,
.t__wel--sec span.t__none,
.t__wel--sec span.theme__none {
  color: #4a4a4a;
}
.theme__wel--secondary i.t__none,
.theme__wel--secondary i.theme__none,
.t__wel--sec i.t__none,
.t__wel--sec i.theme__none {
  color: #4a4a4a;
}
.theme__wel--secondary a.border__none,
.theme__wel--secondary a.b__none,
.t__wel--sec a.border__none,
.t__wel--sec a.b__none {
  border: 0;
}
.theme__wel--secondary a:hover h1.t__none,
.theme__wel--secondary a:hover h1.theme__none,
.theme__wel--secondary a:hover h2.t__none,
.theme__wel--secondary a:hover h2.theme__none,
.theme__wel--secondary a:hover h3.t__none,
.theme__wel--secondary a:hover h3.theme__none,
.theme__wel--secondary a:hover h4.t__none,
.theme__wel--secondary a:hover h4.theme__none,
.t__wel--sec a:hover h1.t__none,
.t__wel--sec a:hover h1.theme__none,
.t__wel--sec a:hover h2.t__none,
.t__wel--sec a:hover h2.theme__none,
.t__wel--sec a:hover h3.t__none,
.t__wel--sec a:hover h3.theme__none,
.t__wel--sec a:hover h4.t__none,
.t__wel--sec a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__wel--secondary a:hover h1.t__none--w-hov,
.theme__wel--secondary a:hover h1.theme__none--with-hover,
.theme__wel--secondary a:hover h2.t__none--w-hov,
.theme__wel--secondary a:hover h2.theme__none--with-hover,
.theme__wel--secondary a:hover h3.t__none--w-hov,
.theme__wel--secondary a:hover h3.theme__none--with-hover,
.theme__wel--secondary a:hover h4.t__none--w-hov,
.theme__wel--secondary a:hover h4.theme__none--with-hover,
.t__wel--sec a:hover h1.t__none--w-hov,
.t__wel--sec a:hover h1.theme__none--with-hover,
.t__wel--sec a:hover h2.t__none--w-hov,
.t__wel--sec a:hover h2.theme__none--with-hover,
.t__wel--sec a:hover h3.t__none--w-hov,
.t__wel--sec a:hover h3.theme__none--with-hover,
.t__wel--sec a:hover h4.t__none--w-hov,
.t__wel--sec a:hover h4.theme__none--with-hover {
  color: #00747B;
}

.theme__wel--pastel h1, .theme__wel--pastel h2, .theme__wel--pastel h3, .theme__wel--pastel h4, .theme__wel--pastel h5, .theme__wel--pastel h6,
.t__wel--pas h1,
.t__wel--pas h2,
.t__wel--pas h3,
.t__wel--pas h4,
.t__wel--pas h5,
.t__wel--pas h6 {
  color: rgba(0, 157, 144, 0.1);
}
.theme__wel--pastel a,
.t__wel--pas a {
  color: #4a4a4a;
  border-color: rgba(0, 157, 144, 0.1);
  text-decoration: none;
}
.theme__wel--pastel a:hover,
.t__wel--pas a:hover {
  color: rgba(0, 157, 144, 0.1);
}
.theme__wel--pastel a:hover h1, .theme__wel--pastel a:hover h2, .theme__wel--pastel a:hover h3, .theme__wel--pastel a:hover h4, .theme__wel--pastel a:hover h5, .theme__wel--pastel a:hover h6,
.t__wel--pas a:hover h1,
.t__wel--pas a:hover h2,
.t__wel--pas a:hover h3,
.t__wel--pas a:hover h4,
.t__wel--pas a:hover h5,
.t__wel--pas a:hover h6 {
  color: rgba(0, 157, 144, 0.1);
}
.theme__wel--pastel a div,
.t__wel--pas a div {
  border-color: rgba(0, 157, 144, 0.1) !important;
}
.theme__wel--pastel input,
.t__wel--pas input {
  border-color: rgba(0, 157, 144, 0.1);
}
.theme__wel--pastel p,
.t__wel--pas p {
  color: #4a4a4a;
}
.theme__wel--pastel .button,
.theme__wel--pastel .btn,
.theme__wel--pastel .btn__pill, .theme__wel--pastel.button, .theme__wel--pastel.btn, .theme__wel--pastel.btn__pill,
.t__wel--pas .button,
.t__wel--pas .btn,
.t__wel--pas .btn__pill,
.t__wel--pas.button,
.t__wel--pas.btn,
.t__wel--pas.btn__pill {
  border-color: rgba(0, 157, 144, 0.1);
}
@media (hover: hover) {
  .theme__wel--pastel .button:hover,
  .theme__wel--pastel .btn:hover,
  .theme__wel--pastel .btn__pill:hover, .theme__wel--pastel.button:hover, .theme__wel--pastel.btn:hover, .theme__wel--pastel.btn__pill:hover,
  .t__wel--pas .button:hover,
  .t__wel--pas .btn:hover,
  .t__wel--pas .btn__pill:hover,
  .t__wel--pas.button:hover,
  .t__wel--pas.btn:hover,
  .t__wel--pas.btn__pill:hover {
    color: #ffffff;
    background: rgba(0, 157, 144, 0.1);
  }
  .theme__wel--pastel .button:hover i,
  .theme__wel--pastel .btn:hover i,
  .theme__wel--pastel .btn__pill:hover i, .theme__wel--pastel.button:hover i, .theme__wel--pastel.btn:hover i, .theme__wel--pastel.btn__pill:hover i,
  .t__wel--pas .button:hover i,
  .t__wel--pas .btn:hover i,
  .t__wel--pas .btn__pill:hover i,
  .t__wel--pas.button:hover i,
  .t__wel--pas.btn:hover i,
  .t__wel--pas.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__wel--pastel .button__invert,
.theme__wel--pastel .btn__invert,
.theme__wel--pastel .btn__pill__invert, .theme__wel--pastel.button__invert, .theme__wel--pastel.btn__invert, .theme__wel--pastel.btn__pill__invert,
.t__wel--pas .button__invert,
.t__wel--pas .btn__invert,
.t__wel--pas .btn__pill__invert,
.t__wel--pas.button__invert,
.t__wel--pas.btn__invert,
.t__wel--pas.btn__pill__invert {
  background-color: rgba(0, 157, 144, 0.1);
  color: #ffffff;
}
.theme__wel--pastel .button__invert h4,
.theme__wel--pastel .btn__invert h4,
.theme__wel--pastel .btn__pill__invert h4, .theme__wel--pastel.button__invert h4, .theme__wel--pastel.btn__invert h4, .theme__wel--pastel.btn__pill__invert h4,
.t__wel--pas .button__invert h4,
.t__wel--pas .btn__invert h4,
.t__wel--pas .btn__pill__invert h4,
.t__wel--pas.button__invert h4,
.t__wel--pas.btn__invert h4,
.t__wel--pas.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__wel--pastel .button__invert:hover,
.theme__wel--pastel .btn__invert:hover,
.theme__wel--pastel .btn__pill__invert:hover, .theme__wel--pastel.button__invert:hover, .theme__wel--pastel.btn__invert:hover, .theme__wel--pastel.btn__pill__invert:hover,
.t__wel--pas .button__invert:hover,
.t__wel--pas .btn__invert:hover,
.t__wel--pas .btn__pill__invert:hover,
.t__wel--pas.button__invert:hover,
.t__wel--pas.btn__invert:hover,
.t__wel--pas.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__wel--pastel .button__invert:hover h4,
.theme__wel--pastel .btn__invert:hover h4,
.theme__wel--pastel .btn__pill__invert:hover h4, .theme__wel--pastel.button__invert:hover h4, .theme__wel--pastel.btn__invert:hover h4, .theme__wel--pastel.btn__pill__invert:hover h4,
.t__wel--pas .button__invert:hover h4,
.t__wel--pas .btn__invert:hover h4,
.t__wel--pas .btn__pill__invert:hover h4,
.t__wel--pas.button__invert:hover h4,
.t__wel--pas.btn__invert:hover h4,
.t__wel--pas.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__wel--pastel .button__invert--hover:hover,
.theme__wel--pastel .btn__invert--hover:hover,
.theme__wel--pastel .btn__pill__invert--hover:hover, .theme__wel--pastel.button__invert--hover:hover, .theme__wel--pastel.btn__invert--hover:hover, .theme__wel--pastel.btn__pill__invert--hover:hover,
.t__wel--pas .button__invert--hover:hover,
.t__wel--pas .btn__invert--hover:hover,
.t__wel--pas .btn__pill__invert--hover:hover,
.t__wel--pas.button__invert--hover:hover,
.t__wel--pas.btn__invert--hover:hover,
.t__wel--pas.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__wel--pastel .button__under,
.theme__wel--pastel .btn__under,
.theme__wel--pastel .btn__pill__under, .theme__wel--pastel.button__under, .theme__wel--pastel.btn__under, .theme__wel--pastel.btn__pill__under,
.t__wel--pas .button__under,
.t__wel--pas .btn__under,
.t__wel--pas .btn__pill__under,
.t__wel--pas.button__under,
.t__wel--pas.btn__under,
.t__wel--pas.btn__pill__under {
  border-color: rgba(0, 157, 144, 0.1);
}
.theme__wel--pastel .btn__large,
.t__wel--pas .btn__large {
  background-color: rgba(0, 157, 144, 0.1);
}
.theme__wel--pastel .input__search,
.t__wel--pas .input__search {
  border-color: rgba(0, 157, 144, 0.1);
}
.theme__wel--pastel .input__search i,
.t__wel--pas .input__search i {
  color: #4a4a4a;
}
.theme__wel--pastel .input__search:hover i,
.t__wel--pas .input__search:hover i {
  color: rgba(0, 157, 144, 0.1);
}
.theme__wel--pastel .component__foreground,
.t__wel--pas .component__foreground {
  color: #4a4a4a;
}
.theme__wel--pastel.card,
.theme__wel--pastel .card, .theme__wel--pastel.card__with-image,
.theme__wel--pastel .card__with-image,
.t__wel--pas.card,
.t__wel--pas .card,
.t__wel--pas.card__with-image,
.t__wel--pas .card__with-image {
  border-color: rgba(0, 157, 144, 0.1);
}
.theme__wel--pastel.card__highlight,
.theme__wel--pastel .card__highlight,
.theme__wel--pastel .card__highlight--image,
.theme__wel--pastel .card__highlight--final,
.t__wel--pas.card__highlight,
.t__wel--pas .card__highlight,
.t__wel--pas .card__highlight--image,
.t__wel--pas .card__highlight--final {
  background-color: rgba(0, 157, 144, 0.1);
  border-color: rgba(0, 157, 144, 0.1);
}
.theme__wel--pastel.card__highlight--title,
.theme__wel--pastel .card__highlight--title,
.theme__wel--pastel .card__highlight--image,
.theme__wel--pastel .card__highlight--final,
.t__wel--pas.card__highlight--title,
.t__wel--pas .card__highlight--title,
.t__wel--pas .card__highlight--image,
.t__wel--pas .card__highlight--final {
  color: #4a4a4a;
}
.theme__wel--pastel .image-slider__selector--dot,
.t__wel--pas .image-slider__selector--dot {
  background-color: rgba(0, 157, 144, 0.1);
}
.theme__wel--pastel .call-to-action__text h3,
.t__wel--pas .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__wel--pastel .officer__block--title h5, .theme__wel--pastel .officer__block--title h6,
.t__wel--pas .officer__block--title h5,
.t__wel--pas .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__wel--pastel .block__statement--link,
.t__wel--pas .block__statement--link {
  color: #4a4a4a;
}
.theme__wel--pastel .card__cutoff,
.t__wel--pas .card__cutoff {
  background: linear-gradient(rgba(0, 157, 144, 0.1), rgba(0, 157, 144, 0.1)), linear-gradient(white, white);
}
.theme__wel--pastel .card__cutoff p,
.t__wel--pas .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__wel--pastel .card__cutoff:hover,
  .t__wel--pas .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__wel--pastel .card__cutoff:hover p,
  .t__wel--pas .card__cutoff:hover p {
    color: rgba(0, 157, 144, 0.1);
  }
  .theme__wel--pastel .card__cutoff:hover .card__cutoff--link,
  .t__wel--pas .card__cutoff:hover .card__cutoff--link {
    color: rgba(0, 157, 144, 0.1);
  }
  .theme__wel--pastel .card__cutoff:hover .card__cutoff--text,
  .t__wel--pas .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__wel--pastel .card__cutoff:hover .card__cutoff--text p,
  .t__wel--pas .card__cutoff:hover .card__cutoff--text p {
    color: rgba(0, 157, 144, 0.1);
  }
  .theme__wel--pastel .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__wel--pas .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: rgba(0, 157, 144, 0.1);
  }
}
.theme__wel--pastel .card__cutoff--link,
.t__wel--pas .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__wel--pastel .card__cutoff--link:hover,
  .t__wel--pas .card__cutoff--link:hover {
    color: rgba(0, 157, 144, 0.1);
  }
  .theme__wel--pastel .card__cutoff--link:hover--link,
  .t__wel--pas .card__cutoff--link:hover--link {
    color: rgba(0, 157, 144, 0.1);
  }
}
.theme__wel--pastel .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__wel--pas .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: rgba(0, 157, 144, 0.1);
}
.theme__wel--pastel .dropdown__toggle--title,
.t__wel--pas .dropdown__toggle--title {
  color: rgba(0, 157, 144, 0.1);
}
.theme__wel--pastel .dropdown__toggle--icon i,
.t__wel--pas .dropdown__toggle--icon i {
  color: rgba(0, 157, 144, 0.1);
}
.theme__wel--pastel .large_timer__countdown--item_large,
.t__wel--pas .large_timer__countdown--item_large {
  background-color: rgba(0, 157, 144, 0.1);
}
.theme__wel--pastel .large_timer__countdown--item_medium,
.t__wel--pas .large_timer__countdown--item_medium {
  background-color: rgba(0, 157, 144, 0.1);
}
.theme__wel--pastel .large_timer__countdown--item_small,
.t__wel--pas .large_timer__countdown--item_small {
  background-color: rgba(0, 157, 144, 0.1);
}
.theme__wel--pastel .modalcontent,
.t__wel--pas .modalcontent {
  border-color: rgba(0, 157, 144, 0.1);
}
.theme__wel--pastel .transparent__header,
.t__wel--pas .transparent__header {
  background: rgba(0, 157, 144, 0.1);
}
.theme__wel--pastel .breadcrumb__slashes,
.t__wel--pas .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__wel--pastel .the-list,
.t__wel--pas .the-list {
  background-color: rgba(0, 157, 144, 0.1);
}
.theme__wel--pastel .the-list option,
.t__wel--pas .the-list option {
  border-color: rgba(0, 157, 144, 0.1) !important;
}
.theme__wel--pastel .es-list::-webkit-scrollbar-thumb,
.t__wel--pas .es-list::-webkit-scrollbar-thumb {
  background: rgba(0, 157, 144, 0.1);
}
.theme__wel--pastel .es-visible,
.t__wel--pas .es-visible {
  border-color: rgba(0, 157, 144, 0.1) !important;
}
.theme__wel--pastel .ot-open,
.theme__wel--pastel .ot-closed,
.t__wel--pas .ot-open,
.t__wel--pas .ot-closed {
  color: rgba(0, 157, 144, 0.1);
}
.theme__wel--pastel .colour__foreground,
.t__wel--pas .colour__foreground {
  color: rgba(0, 157, 144, 0.1);
}
.theme__wel--pastel h1.t__none,
.theme__wel--pastel h1.theme__none,
.theme__wel--pastel h2.t__none,
.theme__wel--pastel h2.theme__none,
.theme__wel--pastel h3.t__none,
.theme__wel--pastel h3.theme__none,
.theme__wel--pastel h4.t__none,
.theme__wel--pastel h4.theme__none,
.theme__wel--pastel h1.t__none--w-hov,
.theme__wel--pastel h1.theme__none--with-hover,
.theme__wel--pastel h2.t__none--w-hov,
.theme__wel--pastel h2.theme__none--with-hover,
.theme__wel--pastel h3.t__none--w-hov,
.theme__wel--pastel h3.theme__none--with-hover,
.theme__wel--pastel h4.t__none--w-hov,
.theme__wel--pastel h4.theme__none--with-hover,
.t__wel--pas h1.t__none,
.t__wel--pas h1.theme__none,
.t__wel--pas h2.t__none,
.t__wel--pas h2.theme__none,
.t__wel--pas h3.t__none,
.t__wel--pas h3.theme__none,
.t__wel--pas h4.t__none,
.t__wel--pas h4.theme__none,
.t__wel--pas h1.t__none--w-hov,
.t__wel--pas h1.theme__none--with-hover,
.t__wel--pas h2.t__none--w-hov,
.t__wel--pas h2.theme__none--with-hover,
.t__wel--pas h3.t__none--w-hov,
.t__wel--pas h3.theme__none--with-hover,
.t__wel--pas h4.t__none--w-hov,
.t__wel--pas h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__wel--pastel span.t__none,
.theme__wel--pastel span.theme__none,
.t__wel--pas span.t__none,
.t__wel--pas span.theme__none {
  color: #4a4a4a;
}
.theme__wel--pastel i.t__none,
.theme__wel--pastel i.theme__none,
.t__wel--pas i.t__none,
.t__wel--pas i.theme__none {
  color: #4a4a4a;
}
.theme__wel--pastel a.border__none,
.theme__wel--pastel a.b__none,
.t__wel--pas a.border__none,
.t__wel--pas a.b__none {
  border: 0;
}
.theme__wel--pastel a:hover h1.t__none,
.theme__wel--pastel a:hover h1.theme__none,
.theme__wel--pastel a:hover h2.t__none,
.theme__wel--pastel a:hover h2.theme__none,
.theme__wel--pastel a:hover h3.t__none,
.theme__wel--pastel a:hover h3.theme__none,
.theme__wel--pastel a:hover h4.t__none,
.theme__wel--pastel a:hover h4.theme__none,
.t__wel--pas a:hover h1.t__none,
.t__wel--pas a:hover h1.theme__none,
.t__wel--pas a:hover h2.t__none,
.t__wel--pas a:hover h2.theme__none,
.t__wel--pas a:hover h3.t__none,
.t__wel--pas a:hover h3.theme__none,
.t__wel--pas a:hover h4.t__none,
.t__wel--pas a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__wel--pastel a:hover h1.t__none--w-hov,
.theme__wel--pastel a:hover h1.theme__none--with-hover,
.theme__wel--pastel a:hover h2.t__none--w-hov,
.theme__wel--pastel a:hover h2.theme__none--with-hover,
.theme__wel--pastel a:hover h3.t__none--w-hov,
.theme__wel--pastel a:hover h3.theme__none--with-hover,
.theme__wel--pastel a:hover h4.t__none--w-hov,
.theme__wel--pastel a:hover h4.theme__none--with-hover,
.t__wel--pas a:hover h1.t__none--w-hov,
.t__wel--pas a:hover h1.theme__none--with-hover,
.t__wel--pas a:hover h2.t__none--w-hov,
.t__wel--pas a:hover h2.theme__none--with-hover,
.t__wel--pas a:hover h3.t__none--w-hov,
.t__wel--pas a:hover h3.theme__none--with-hover,
.t__wel--pas a:hover h4.t__none--w-hov,
.t__wel--pas a:hover h4.theme__none--with-hover {
  color: rgba(0, 157, 144, 0.1);
}

.theme__wel--background-primary,
.t__wel--bg-pri {
  background-color: #00747B;
}

.theme__wel--background-secondary,
.t__wel--bg-sec {
  background-color: #00747B;
}

.theme__wel--background-pastel,
.t__wel--bg-pas {
  background-color: rgba(0, 157, 144, 0.1);
}

.theme__part_fair--primary h1, .theme__part_fair--primary h2, .theme__part_fair--primary h3, .theme__part_fair--primary h4, .theme__part_fair--primary h5, .theme__part_fair--primary h6,
.t__part_fair--pri h1,
.t__part_fair--pri h2,
.t__part_fair--pri h3,
.t__part_fair--pri h4,
.t__part_fair--pri h5,
.t__part_fair--pri h6 {
  color: rgb(2, 156, 199);
}
.theme__part_fair--primary a,
.t__part_fair--pri a {
  color: #4a4a4a;
  border-color: rgb(2, 156, 199);
  text-decoration: none;
}
.theme__part_fair--primary a:hover,
.t__part_fair--pri a:hover {
  color: rgb(2, 156, 199);
}
.theme__part_fair--primary a:hover h1, .theme__part_fair--primary a:hover h2, .theme__part_fair--primary a:hover h3, .theme__part_fair--primary a:hover h4, .theme__part_fair--primary a:hover h5, .theme__part_fair--primary a:hover h6,
.t__part_fair--pri a:hover h1,
.t__part_fair--pri a:hover h2,
.t__part_fair--pri a:hover h3,
.t__part_fair--pri a:hover h4,
.t__part_fair--pri a:hover h5,
.t__part_fair--pri a:hover h6 {
  color: rgb(2, 156, 199);
}
.theme__part_fair--primary a div,
.t__part_fair--pri a div {
  border-color: rgb(2, 156, 199) !important;
}
.theme__part_fair--primary input,
.t__part_fair--pri input {
  border-color: rgb(2, 156, 199);
}
.theme__part_fair--primary p,
.t__part_fair--pri p {
  color: #4a4a4a;
}
.theme__part_fair--primary .button,
.theme__part_fair--primary .btn,
.theme__part_fair--primary .btn__pill, .theme__part_fair--primary.button, .theme__part_fair--primary.btn, .theme__part_fair--primary.btn__pill,
.t__part_fair--pri .button,
.t__part_fair--pri .btn,
.t__part_fair--pri .btn__pill,
.t__part_fair--pri.button,
.t__part_fair--pri.btn,
.t__part_fair--pri.btn__pill {
  border-color: rgb(2, 156, 199);
}
@media (hover: hover) {
  .theme__part_fair--primary .button:hover,
  .theme__part_fair--primary .btn:hover,
  .theme__part_fair--primary .btn__pill:hover, .theme__part_fair--primary.button:hover, .theme__part_fair--primary.btn:hover, .theme__part_fair--primary.btn__pill:hover,
  .t__part_fair--pri .button:hover,
  .t__part_fair--pri .btn:hover,
  .t__part_fair--pri .btn__pill:hover,
  .t__part_fair--pri.button:hover,
  .t__part_fair--pri.btn:hover,
  .t__part_fair--pri.btn__pill:hover {
    color: #ffffff;
    background: rgb(2, 156, 199);
  }
  .theme__part_fair--primary .button:hover i,
  .theme__part_fair--primary .btn:hover i,
  .theme__part_fair--primary .btn__pill:hover i, .theme__part_fair--primary.button:hover i, .theme__part_fair--primary.btn:hover i, .theme__part_fair--primary.btn__pill:hover i,
  .t__part_fair--pri .button:hover i,
  .t__part_fair--pri .btn:hover i,
  .t__part_fair--pri .btn__pill:hover i,
  .t__part_fair--pri.button:hover i,
  .t__part_fair--pri.btn:hover i,
  .t__part_fair--pri.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__part_fair--primary .button__invert,
.theme__part_fair--primary .btn__invert,
.theme__part_fair--primary .btn__pill__invert, .theme__part_fair--primary.button__invert, .theme__part_fair--primary.btn__invert, .theme__part_fair--primary.btn__pill__invert,
.t__part_fair--pri .button__invert,
.t__part_fair--pri .btn__invert,
.t__part_fair--pri .btn__pill__invert,
.t__part_fair--pri.button__invert,
.t__part_fair--pri.btn__invert,
.t__part_fair--pri.btn__pill__invert {
  background-color: rgb(2, 156, 199);
  color: #ffffff;
}
.theme__part_fair--primary .button__invert h4,
.theme__part_fair--primary .btn__invert h4,
.theme__part_fair--primary .btn__pill__invert h4, .theme__part_fair--primary.button__invert h4, .theme__part_fair--primary.btn__invert h4, .theme__part_fair--primary.btn__pill__invert h4,
.t__part_fair--pri .button__invert h4,
.t__part_fair--pri .btn__invert h4,
.t__part_fair--pri .btn__pill__invert h4,
.t__part_fair--pri.button__invert h4,
.t__part_fair--pri.btn__invert h4,
.t__part_fair--pri.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__part_fair--primary .button__invert:hover,
.theme__part_fair--primary .btn__invert:hover,
.theme__part_fair--primary .btn__pill__invert:hover, .theme__part_fair--primary.button__invert:hover, .theme__part_fair--primary.btn__invert:hover, .theme__part_fair--primary.btn__pill__invert:hover,
.t__part_fair--pri .button__invert:hover,
.t__part_fair--pri .btn__invert:hover,
.t__part_fair--pri .btn__pill__invert:hover,
.t__part_fair--pri.button__invert:hover,
.t__part_fair--pri.btn__invert:hover,
.t__part_fair--pri.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__part_fair--primary .button__invert:hover h4,
.theme__part_fair--primary .btn__invert:hover h4,
.theme__part_fair--primary .btn__pill__invert:hover h4, .theme__part_fair--primary.button__invert:hover h4, .theme__part_fair--primary.btn__invert:hover h4, .theme__part_fair--primary.btn__pill__invert:hover h4,
.t__part_fair--pri .button__invert:hover h4,
.t__part_fair--pri .btn__invert:hover h4,
.t__part_fair--pri .btn__pill__invert:hover h4,
.t__part_fair--pri.button__invert:hover h4,
.t__part_fair--pri.btn__invert:hover h4,
.t__part_fair--pri.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__part_fair--primary .button__invert--hover:hover,
.theme__part_fair--primary .btn__invert--hover:hover,
.theme__part_fair--primary .btn__pill__invert--hover:hover, .theme__part_fair--primary.button__invert--hover:hover, .theme__part_fair--primary.btn__invert--hover:hover, .theme__part_fair--primary.btn__pill__invert--hover:hover,
.t__part_fair--pri .button__invert--hover:hover,
.t__part_fair--pri .btn__invert--hover:hover,
.t__part_fair--pri .btn__pill__invert--hover:hover,
.t__part_fair--pri.button__invert--hover:hover,
.t__part_fair--pri.btn__invert--hover:hover,
.t__part_fair--pri.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__part_fair--primary .button__under,
.theme__part_fair--primary .btn__under,
.theme__part_fair--primary .btn__pill__under, .theme__part_fair--primary.button__under, .theme__part_fair--primary.btn__under, .theme__part_fair--primary.btn__pill__under,
.t__part_fair--pri .button__under,
.t__part_fair--pri .btn__under,
.t__part_fair--pri .btn__pill__under,
.t__part_fair--pri.button__under,
.t__part_fair--pri.btn__under,
.t__part_fair--pri.btn__pill__under {
  border-color: rgb(2, 156, 199);
}
.theme__part_fair--primary .btn__large,
.t__part_fair--pri .btn__large {
  background-color: rgb(2, 156, 199);
}
.theme__part_fair--primary .input__search,
.t__part_fair--pri .input__search {
  border-color: rgb(2, 156, 199);
}
.theme__part_fair--primary .input__search i,
.t__part_fair--pri .input__search i {
  color: #4a4a4a;
}
.theme__part_fair--primary .input__search:hover i,
.t__part_fair--pri .input__search:hover i {
  color: rgb(2, 156, 199);
}
.theme__part_fair--primary .component__foreground,
.t__part_fair--pri .component__foreground {
  color: #4a4a4a;
}
.theme__part_fair--primary.card,
.theme__part_fair--primary .card, .theme__part_fair--primary.card__with-image,
.theme__part_fair--primary .card__with-image,
.t__part_fair--pri.card,
.t__part_fair--pri .card,
.t__part_fair--pri.card__with-image,
.t__part_fair--pri .card__with-image {
  border-color: rgb(2, 156, 199);
}
.theme__part_fair--primary.card__highlight,
.theme__part_fair--primary .card__highlight,
.theme__part_fair--primary .card__highlight--image,
.theme__part_fair--primary .card__highlight--final,
.t__part_fair--pri.card__highlight,
.t__part_fair--pri .card__highlight,
.t__part_fair--pri .card__highlight--image,
.t__part_fair--pri .card__highlight--final {
  background-color: rgb(2, 156, 199);
  border-color: rgb(2, 156, 199);
}
.theme__part_fair--primary.card__highlight--title,
.theme__part_fair--primary .card__highlight--title,
.theme__part_fair--primary .card__highlight--image,
.theme__part_fair--primary .card__highlight--final,
.t__part_fair--pri.card__highlight--title,
.t__part_fair--pri .card__highlight--title,
.t__part_fair--pri .card__highlight--image,
.t__part_fair--pri .card__highlight--final {
  color: #4a4a4a;
}
.theme__part_fair--primary .image-slider__selector--dot,
.t__part_fair--pri .image-slider__selector--dot {
  background-color: rgb(2, 156, 199);
}
.theme__part_fair--primary .call-to-action__text h3,
.t__part_fair--pri .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__part_fair--primary .officer__block--title h5, .theme__part_fair--primary .officer__block--title h6,
.t__part_fair--pri .officer__block--title h5,
.t__part_fair--pri .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__part_fair--primary .block__statement--link,
.t__part_fair--pri .block__statement--link {
  color: #4a4a4a;
}
.theme__part_fair--primary .card__cutoff,
.t__part_fair--pri .card__cutoff {
  background: linear-gradient(rgb(2, 156, 199), rgb(2, 156, 199)), linear-gradient(white, white);
}
.theme__part_fair--primary .card__cutoff p,
.t__part_fair--pri .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__part_fair--primary .card__cutoff:hover,
  .t__part_fair--pri .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__part_fair--primary .card__cutoff:hover p,
  .t__part_fair--pri .card__cutoff:hover p {
    color: rgb(2, 156, 199);
  }
  .theme__part_fair--primary .card__cutoff:hover .card__cutoff--link,
  .t__part_fair--pri .card__cutoff:hover .card__cutoff--link {
    color: rgb(2, 156, 199);
  }
  .theme__part_fair--primary .card__cutoff:hover .card__cutoff--text,
  .t__part_fair--pri .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__part_fair--primary .card__cutoff:hover .card__cutoff--text p,
  .t__part_fair--pri .card__cutoff:hover .card__cutoff--text p {
    color: rgb(2, 156, 199);
  }
  .theme__part_fair--primary .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__part_fair--pri .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: rgb(2, 156, 199);
  }
}
.theme__part_fair--primary .card__cutoff--link,
.t__part_fair--pri .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__part_fair--primary .card__cutoff--link:hover,
  .t__part_fair--pri .card__cutoff--link:hover {
    color: rgb(2, 156, 199);
  }
  .theme__part_fair--primary .card__cutoff--link:hover--link,
  .t__part_fair--pri .card__cutoff--link:hover--link {
    color: rgb(2, 156, 199);
  }
}
.theme__part_fair--primary .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__part_fair--pri .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: rgb(2, 156, 199);
}
.theme__part_fair--primary .dropdown__toggle--title,
.t__part_fair--pri .dropdown__toggle--title {
  color: rgb(2, 156, 199);
}
.theme__part_fair--primary .dropdown__toggle--icon i,
.t__part_fair--pri .dropdown__toggle--icon i {
  color: rgb(2, 156, 199);
}
.theme__part_fair--primary .large_timer__countdown--item_large,
.t__part_fair--pri .large_timer__countdown--item_large {
  background-color: rgb(2, 156, 199);
}
.theme__part_fair--primary .large_timer__countdown--item_medium,
.t__part_fair--pri .large_timer__countdown--item_medium {
  background-color: rgb(2, 156, 199);
}
.theme__part_fair--primary .large_timer__countdown--item_small,
.t__part_fair--pri .large_timer__countdown--item_small {
  background-color: rgb(2, 156, 199);
}
.theme__part_fair--primary .modalcontent,
.t__part_fair--pri .modalcontent {
  border-color: rgb(2, 156, 199);
}
.theme__part_fair--primary .transparent__header,
.t__part_fair--pri .transparent__header {
  background: rgb(2, 156, 199);
}
.theme__part_fair--primary .breadcrumb__slashes,
.t__part_fair--pri .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__part_fair--primary .the-list,
.t__part_fair--pri .the-list {
  background-color: rgb(2, 156, 199);
}
.theme__part_fair--primary .the-list option,
.t__part_fair--pri .the-list option {
  border-color: rgb(2, 156, 199) !important;
}
.theme__part_fair--primary .es-list::-webkit-scrollbar-thumb,
.t__part_fair--pri .es-list::-webkit-scrollbar-thumb {
  background: rgb(2, 156, 199);
}
.theme__part_fair--primary .es-visible,
.t__part_fair--pri .es-visible {
  border-color: rgb(2, 156, 199) !important;
}
.theme__part_fair--primary .ot-open,
.theme__part_fair--primary .ot-closed,
.t__part_fair--pri .ot-open,
.t__part_fair--pri .ot-closed {
  color: rgb(2, 156, 199);
}
.theme__part_fair--primary .colour__foreground,
.t__part_fair--pri .colour__foreground {
  color: rgb(2, 156, 199);
}
.theme__part_fair--primary h1.t__none,
.theme__part_fair--primary h1.theme__none,
.theme__part_fair--primary h2.t__none,
.theme__part_fair--primary h2.theme__none,
.theme__part_fair--primary h3.t__none,
.theme__part_fair--primary h3.theme__none,
.theme__part_fair--primary h4.t__none,
.theme__part_fair--primary h4.theme__none,
.theme__part_fair--primary h1.t__none--w-hov,
.theme__part_fair--primary h1.theme__none--with-hover,
.theme__part_fair--primary h2.t__none--w-hov,
.theme__part_fair--primary h2.theme__none--with-hover,
.theme__part_fair--primary h3.t__none--w-hov,
.theme__part_fair--primary h3.theme__none--with-hover,
.theme__part_fair--primary h4.t__none--w-hov,
.theme__part_fair--primary h4.theme__none--with-hover,
.t__part_fair--pri h1.t__none,
.t__part_fair--pri h1.theme__none,
.t__part_fair--pri h2.t__none,
.t__part_fair--pri h2.theme__none,
.t__part_fair--pri h3.t__none,
.t__part_fair--pri h3.theme__none,
.t__part_fair--pri h4.t__none,
.t__part_fair--pri h4.theme__none,
.t__part_fair--pri h1.t__none--w-hov,
.t__part_fair--pri h1.theme__none--with-hover,
.t__part_fair--pri h2.t__none--w-hov,
.t__part_fair--pri h2.theme__none--with-hover,
.t__part_fair--pri h3.t__none--w-hov,
.t__part_fair--pri h3.theme__none--with-hover,
.t__part_fair--pri h4.t__none--w-hov,
.t__part_fair--pri h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__part_fair--primary span.t__none,
.theme__part_fair--primary span.theme__none,
.t__part_fair--pri span.t__none,
.t__part_fair--pri span.theme__none {
  color: #4a4a4a;
}
.theme__part_fair--primary i.t__none,
.theme__part_fair--primary i.theme__none,
.t__part_fair--pri i.t__none,
.t__part_fair--pri i.theme__none {
  color: #4a4a4a;
}
.theme__part_fair--primary a.border__none,
.theme__part_fair--primary a.b__none,
.t__part_fair--pri a.border__none,
.t__part_fair--pri a.b__none {
  border: 0;
}
.theme__part_fair--primary a:hover h1.t__none,
.theme__part_fair--primary a:hover h1.theme__none,
.theme__part_fair--primary a:hover h2.t__none,
.theme__part_fair--primary a:hover h2.theme__none,
.theme__part_fair--primary a:hover h3.t__none,
.theme__part_fair--primary a:hover h3.theme__none,
.theme__part_fair--primary a:hover h4.t__none,
.theme__part_fair--primary a:hover h4.theme__none,
.t__part_fair--pri a:hover h1.t__none,
.t__part_fair--pri a:hover h1.theme__none,
.t__part_fair--pri a:hover h2.t__none,
.t__part_fair--pri a:hover h2.theme__none,
.t__part_fair--pri a:hover h3.t__none,
.t__part_fair--pri a:hover h3.theme__none,
.t__part_fair--pri a:hover h4.t__none,
.t__part_fair--pri a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__part_fair--primary a:hover h1.t__none--w-hov,
.theme__part_fair--primary a:hover h1.theme__none--with-hover,
.theme__part_fair--primary a:hover h2.t__none--w-hov,
.theme__part_fair--primary a:hover h2.theme__none--with-hover,
.theme__part_fair--primary a:hover h3.t__none--w-hov,
.theme__part_fair--primary a:hover h3.theme__none--with-hover,
.theme__part_fair--primary a:hover h4.t__none--w-hov,
.theme__part_fair--primary a:hover h4.theme__none--with-hover,
.t__part_fair--pri a:hover h1.t__none--w-hov,
.t__part_fair--pri a:hover h1.theme__none--with-hover,
.t__part_fair--pri a:hover h2.t__none--w-hov,
.t__part_fair--pri a:hover h2.theme__none--with-hover,
.t__part_fair--pri a:hover h3.t__none--w-hov,
.t__part_fair--pri a:hover h3.theme__none--with-hover,
.t__part_fair--pri a:hover h4.t__none--w-hov,
.t__part_fair--pri a:hover h4.theme__none--with-hover {
  color: rgb(2, 156, 199);
}
.theme__part_fair--primary .dotted__line--small, .theme__part_fair--primary .dotted__line--medium, .theme__part_fair--primary .dotted__line--large, .theme__part_fair--primary .dotted__line--x-large, .theme__part_fair--primary .dotted__line--huge,
.t__part_fair--pri .dotted__line--small,
.t__part_fair--pri .dotted__line--medium,
.t__part_fair--pri .dotted__line--large,
.t__part_fair--pri .dotted__line--x-large,
.t__part_fair--pri .dotted__line--huge {
  border-image-source: url("https://4b484c3a5cd66bb460e4-0bc5ea24ebae515288c3fa3391ffe3cc.ssl.cf3.rackcdn.com/dotted_part_fair.png");
}

.theme__part_fair--secondary h1, .theme__part_fair--secondary h2, .theme__part_fair--secondary h3, .theme__part_fair--secondary h4, .theme__part_fair--secondary h5, .theme__part_fair--secondary h6,
.t__part_fair--sec h1,
.t__part_fair--sec h2,
.t__part_fair--sec h3,
.t__part_fair--sec h4,
.t__part_fair--sec h5,
.t__part_fair--sec h6 {
  color: rgb(2, 156, 199);
}
.theme__part_fair--secondary a,
.t__part_fair--sec a {
  color: #4a4a4a;
  border-color: rgb(2, 156, 199);
  text-decoration: none;
}
.theme__part_fair--secondary a:hover,
.t__part_fair--sec a:hover {
  color: rgb(2, 156, 199);
}
.theme__part_fair--secondary a:hover h1, .theme__part_fair--secondary a:hover h2, .theme__part_fair--secondary a:hover h3, .theme__part_fair--secondary a:hover h4, .theme__part_fair--secondary a:hover h5, .theme__part_fair--secondary a:hover h6,
.t__part_fair--sec a:hover h1,
.t__part_fair--sec a:hover h2,
.t__part_fair--sec a:hover h3,
.t__part_fair--sec a:hover h4,
.t__part_fair--sec a:hover h5,
.t__part_fair--sec a:hover h6 {
  color: rgb(2, 156, 199);
}
.theme__part_fair--secondary a div,
.t__part_fair--sec a div {
  border-color: rgb(2, 156, 199) !important;
}
.theme__part_fair--secondary input,
.t__part_fair--sec input {
  border-color: rgb(2, 156, 199);
}
.theme__part_fair--secondary p,
.t__part_fair--sec p {
  color: #4a4a4a;
}
.theme__part_fair--secondary .button,
.theme__part_fair--secondary .btn,
.theme__part_fair--secondary .btn__pill, .theme__part_fair--secondary.button, .theme__part_fair--secondary.btn, .theme__part_fair--secondary.btn__pill,
.t__part_fair--sec .button,
.t__part_fair--sec .btn,
.t__part_fair--sec .btn__pill,
.t__part_fair--sec.button,
.t__part_fair--sec.btn,
.t__part_fair--sec.btn__pill {
  border-color: rgb(2, 156, 199);
}
@media (hover: hover) {
  .theme__part_fair--secondary .button:hover,
  .theme__part_fair--secondary .btn:hover,
  .theme__part_fair--secondary .btn__pill:hover, .theme__part_fair--secondary.button:hover, .theme__part_fair--secondary.btn:hover, .theme__part_fair--secondary.btn__pill:hover,
  .t__part_fair--sec .button:hover,
  .t__part_fair--sec .btn:hover,
  .t__part_fair--sec .btn__pill:hover,
  .t__part_fair--sec.button:hover,
  .t__part_fair--sec.btn:hover,
  .t__part_fair--sec.btn__pill:hover {
    color: #ffffff;
    background: rgb(2, 156, 199);
  }
  .theme__part_fair--secondary .button:hover i,
  .theme__part_fair--secondary .btn:hover i,
  .theme__part_fair--secondary .btn__pill:hover i, .theme__part_fair--secondary.button:hover i, .theme__part_fair--secondary.btn:hover i, .theme__part_fair--secondary.btn__pill:hover i,
  .t__part_fair--sec .button:hover i,
  .t__part_fair--sec .btn:hover i,
  .t__part_fair--sec .btn__pill:hover i,
  .t__part_fair--sec.button:hover i,
  .t__part_fair--sec.btn:hover i,
  .t__part_fair--sec.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__part_fair--secondary .button__invert,
.theme__part_fair--secondary .btn__invert,
.theme__part_fair--secondary .btn__pill__invert, .theme__part_fair--secondary.button__invert, .theme__part_fair--secondary.btn__invert, .theme__part_fair--secondary.btn__pill__invert,
.t__part_fair--sec .button__invert,
.t__part_fair--sec .btn__invert,
.t__part_fair--sec .btn__pill__invert,
.t__part_fair--sec.button__invert,
.t__part_fair--sec.btn__invert,
.t__part_fair--sec.btn__pill__invert {
  background-color: rgb(2, 156, 199);
  color: #ffffff;
}
.theme__part_fair--secondary .button__invert h4,
.theme__part_fair--secondary .btn__invert h4,
.theme__part_fair--secondary .btn__pill__invert h4, .theme__part_fair--secondary.button__invert h4, .theme__part_fair--secondary.btn__invert h4, .theme__part_fair--secondary.btn__pill__invert h4,
.t__part_fair--sec .button__invert h4,
.t__part_fair--sec .btn__invert h4,
.t__part_fair--sec .btn__pill__invert h4,
.t__part_fair--sec.button__invert h4,
.t__part_fair--sec.btn__invert h4,
.t__part_fair--sec.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__part_fair--secondary .button__invert:hover,
.theme__part_fair--secondary .btn__invert:hover,
.theme__part_fair--secondary .btn__pill__invert:hover, .theme__part_fair--secondary.button__invert:hover, .theme__part_fair--secondary.btn__invert:hover, .theme__part_fair--secondary.btn__pill__invert:hover,
.t__part_fair--sec .button__invert:hover,
.t__part_fair--sec .btn__invert:hover,
.t__part_fair--sec .btn__pill__invert:hover,
.t__part_fair--sec.button__invert:hover,
.t__part_fair--sec.btn__invert:hover,
.t__part_fair--sec.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__part_fair--secondary .button__invert:hover h4,
.theme__part_fair--secondary .btn__invert:hover h4,
.theme__part_fair--secondary .btn__pill__invert:hover h4, .theme__part_fair--secondary.button__invert:hover h4, .theme__part_fair--secondary.btn__invert:hover h4, .theme__part_fair--secondary.btn__pill__invert:hover h4,
.t__part_fair--sec .button__invert:hover h4,
.t__part_fair--sec .btn__invert:hover h4,
.t__part_fair--sec .btn__pill__invert:hover h4,
.t__part_fair--sec.button__invert:hover h4,
.t__part_fair--sec.btn__invert:hover h4,
.t__part_fair--sec.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__part_fair--secondary .button__invert--hover:hover,
.theme__part_fair--secondary .btn__invert--hover:hover,
.theme__part_fair--secondary .btn__pill__invert--hover:hover, .theme__part_fair--secondary.button__invert--hover:hover, .theme__part_fair--secondary.btn__invert--hover:hover, .theme__part_fair--secondary.btn__pill__invert--hover:hover,
.t__part_fair--sec .button__invert--hover:hover,
.t__part_fair--sec .btn__invert--hover:hover,
.t__part_fair--sec .btn__pill__invert--hover:hover,
.t__part_fair--sec.button__invert--hover:hover,
.t__part_fair--sec.btn__invert--hover:hover,
.t__part_fair--sec.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__part_fair--secondary .button__under,
.theme__part_fair--secondary .btn__under,
.theme__part_fair--secondary .btn__pill__under, .theme__part_fair--secondary.button__under, .theme__part_fair--secondary.btn__under, .theme__part_fair--secondary.btn__pill__under,
.t__part_fair--sec .button__under,
.t__part_fair--sec .btn__under,
.t__part_fair--sec .btn__pill__under,
.t__part_fair--sec.button__under,
.t__part_fair--sec.btn__under,
.t__part_fair--sec.btn__pill__under {
  border-color: rgb(2, 156, 199);
}
.theme__part_fair--secondary .btn__large,
.t__part_fair--sec .btn__large {
  background-color: rgb(2, 156, 199);
}
.theme__part_fair--secondary .input__search,
.t__part_fair--sec .input__search {
  border-color: rgb(2, 156, 199);
}
.theme__part_fair--secondary .input__search i,
.t__part_fair--sec .input__search i {
  color: #4a4a4a;
}
.theme__part_fair--secondary .input__search:hover i,
.t__part_fair--sec .input__search:hover i {
  color: rgb(2, 156, 199);
}
.theme__part_fair--secondary .component__foreground,
.t__part_fair--sec .component__foreground {
  color: #4a4a4a;
}
.theme__part_fair--secondary.card,
.theme__part_fair--secondary .card, .theme__part_fair--secondary.card__with-image,
.theme__part_fair--secondary .card__with-image,
.t__part_fair--sec.card,
.t__part_fair--sec .card,
.t__part_fair--sec.card__with-image,
.t__part_fair--sec .card__with-image {
  border-color: rgb(2, 156, 199);
}
.theme__part_fair--secondary.card__highlight,
.theme__part_fair--secondary .card__highlight,
.theme__part_fair--secondary .card__highlight--image,
.theme__part_fair--secondary .card__highlight--final,
.t__part_fair--sec.card__highlight,
.t__part_fair--sec .card__highlight,
.t__part_fair--sec .card__highlight--image,
.t__part_fair--sec .card__highlight--final {
  background-color: rgb(2, 156, 199);
  border-color: rgb(2, 156, 199);
}
.theme__part_fair--secondary.card__highlight--title,
.theme__part_fair--secondary .card__highlight--title,
.theme__part_fair--secondary .card__highlight--image,
.theme__part_fair--secondary .card__highlight--final,
.t__part_fair--sec.card__highlight--title,
.t__part_fair--sec .card__highlight--title,
.t__part_fair--sec .card__highlight--image,
.t__part_fair--sec .card__highlight--final {
  color: #4a4a4a;
}
.theme__part_fair--secondary .image-slider__selector--dot,
.t__part_fair--sec .image-slider__selector--dot {
  background-color: rgb(2, 156, 199);
}
.theme__part_fair--secondary .call-to-action__text h3,
.t__part_fair--sec .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__part_fair--secondary .officer__block--title h5, .theme__part_fair--secondary .officer__block--title h6,
.t__part_fair--sec .officer__block--title h5,
.t__part_fair--sec .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__part_fair--secondary .block__statement--link,
.t__part_fair--sec .block__statement--link {
  color: #4a4a4a;
}
.theme__part_fair--secondary .card__cutoff,
.t__part_fair--sec .card__cutoff {
  background: linear-gradient(rgb(2, 156, 199), rgb(2, 156, 199)), linear-gradient(white, white);
}
.theme__part_fair--secondary .card__cutoff p,
.t__part_fair--sec .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__part_fair--secondary .card__cutoff:hover,
  .t__part_fair--sec .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__part_fair--secondary .card__cutoff:hover p,
  .t__part_fair--sec .card__cutoff:hover p {
    color: rgb(2, 156, 199);
  }
  .theme__part_fair--secondary .card__cutoff:hover .card__cutoff--link,
  .t__part_fair--sec .card__cutoff:hover .card__cutoff--link {
    color: rgb(2, 156, 199);
  }
  .theme__part_fair--secondary .card__cutoff:hover .card__cutoff--text,
  .t__part_fair--sec .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__part_fair--secondary .card__cutoff:hover .card__cutoff--text p,
  .t__part_fair--sec .card__cutoff:hover .card__cutoff--text p {
    color: rgb(2, 156, 199);
  }
  .theme__part_fair--secondary .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__part_fair--sec .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: rgb(2, 156, 199);
  }
}
.theme__part_fair--secondary .card__cutoff--link,
.t__part_fair--sec .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__part_fair--secondary .card__cutoff--link:hover,
  .t__part_fair--sec .card__cutoff--link:hover {
    color: rgb(2, 156, 199);
  }
  .theme__part_fair--secondary .card__cutoff--link:hover--link,
  .t__part_fair--sec .card__cutoff--link:hover--link {
    color: rgb(2, 156, 199);
  }
}
.theme__part_fair--secondary .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__part_fair--sec .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: rgb(2, 156, 199);
}
.theme__part_fair--secondary .dropdown__toggle--title,
.t__part_fair--sec .dropdown__toggle--title {
  color: rgb(2, 156, 199);
}
.theme__part_fair--secondary .dropdown__toggle--icon i,
.t__part_fair--sec .dropdown__toggle--icon i {
  color: rgb(2, 156, 199);
}
.theme__part_fair--secondary .large_timer__countdown--item_large,
.t__part_fair--sec .large_timer__countdown--item_large {
  background-color: rgb(2, 156, 199);
}
.theme__part_fair--secondary .large_timer__countdown--item_medium,
.t__part_fair--sec .large_timer__countdown--item_medium {
  background-color: rgb(2, 156, 199);
}
.theme__part_fair--secondary .large_timer__countdown--item_small,
.t__part_fair--sec .large_timer__countdown--item_small {
  background-color: rgb(2, 156, 199);
}
.theme__part_fair--secondary .modalcontent,
.t__part_fair--sec .modalcontent {
  border-color: rgb(2, 156, 199);
}
.theme__part_fair--secondary .transparent__header,
.t__part_fair--sec .transparent__header {
  background: rgb(2, 156, 199);
}
.theme__part_fair--secondary .breadcrumb__slashes,
.t__part_fair--sec .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__part_fair--secondary .the-list,
.t__part_fair--sec .the-list {
  background-color: rgb(2, 156, 199);
}
.theme__part_fair--secondary .the-list option,
.t__part_fair--sec .the-list option {
  border-color: rgb(2, 156, 199) !important;
}
.theme__part_fair--secondary .es-list::-webkit-scrollbar-thumb,
.t__part_fair--sec .es-list::-webkit-scrollbar-thumb {
  background: rgb(2, 156, 199);
}
.theme__part_fair--secondary .es-visible,
.t__part_fair--sec .es-visible {
  border-color: rgb(2, 156, 199) !important;
}
.theme__part_fair--secondary .ot-open,
.theme__part_fair--secondary .ot-closed,
.t__part_fair--sec .ot-open,
.t__part_fair--sec .ot-closed {
  color: rgb(2, 156, 199);
}
.theme__part_fair--secondary .colour__foreground,
.t__part_fair--sec .colour__foreground {
  color: rgb(2, 156, 199);
}
.theme__part_fair--secondary h1.t__none,
.theme__part_fair--secondary h1.theme__none,
.theme__part_fair--secondary h2.t__none,
.theme__part_fair--secondary h2.theme__none,
.theme__part_fair--secondary h3.t__none,
.theme__part_fair--secondary h3.theme__none,
.theme__part_fair--secondary h4.t__none,
.theme__part_fair--secondary h4.theme__none,
.theme__part_fair--secondary h1.t__none--w-hov,
.theme__part_fair--secondary h1.theme__none--with-hover,
.theme__part_fair--secondary h2.t__none--w-hov,
.theme__part_fair--secondary h2.theme__none--with-hover,
.theme__part_fair--secondary h3.t__none--w-hov,
.theme__part_fair--secondary h3.theme__none--with-hover,
.theme__part_fair--secondary h4.t__none--w-hov,
.theme__part_fair--secondary h4.theme__none--with-hover,
.t__part_fair--sec h1.t__none,
.t__part_fair--sec h1.theme__none,
.t__part_fair--sec h2.t__none,
.t__part_fair--sec h2.theme__none,
.t__part_fair--sec h3.t__none,
.t__part_fair--sec h3.theme__none,
.t__part_fair--sec h4.t__none,
.t__part_fair--sec h4.theme__none,
.t__part_fair--sec h1.t__none--w-hov,
.t__part_fair--sec h1.theme__none--with-hover,
.t__part_fair--sec h2.t__none--w-hov,
.t__part_fair--sec h2.theme__none--with-hover,
.t__part_fair--sec h3.t__none--w-hov,
.t__part_fair--sec h3.theme__none--with-hover,
.t__part_fair--sec h4.t__none--w-hov,
.t__part_fair--sec h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__part_fair--secondary span.t__none,
.theme__part_fair--secondary span.theme__none,
.t__part_fair--sec span.t__none,
.t__part_fair--sec span.theme__none {
  color: #4a4a4a;
}
.theme__part_fair--secondary i.t__none,
.theme__part_fair--secondary i.theme__none,
.t__part_fair--sec i.t__none,
.t__part_fair--sec i.theme__none {
  color: #4a4a4a;
}
.theme__part_fair--secondary a.border__none,
.theme__part_fair--secondary a.b__none,
.t__part_fair--sec a.border__none,
.t__part_fair--sec a.b__none {
  border: 0;
}
.theme__part_fair--secondary a:hover h1.t__none,
.theme__part_fair--secondary a:hover h1.theme__none,
.theme__part_fair--secondary a:hover h2.t__none,
.theme__part_fair--secondary a:hover h2.theme__none,
.theme__part_fair--secondary a:hover h3.t__none,
.theme__part_fair--secondary a:hover h3.theme__none,
.theme__part_fair--secondary a:hover h4.t__none,
.theme__part_fair--secondary a:hover h4.theme__none,
.t__part_fair--sec a:hover h1.t__none,
.t__part_fair--sec a:hover h1.theme__none,
.t__part_fair--sec a:hover h2.t__none,
.t__part_fair--sec a:hover h2.theme__none,
.t__part_fair--sec a:hover h3.t__none,
.t__part_fair--sec a:hover h3.theme__none,
.t__part_fair--sec a:hover h4.t__none,
.t__part_fair--sec a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__part_fair--secondary a:hover h1.t__none--w-hov,
.theme__part_fair--secondary a:hover h1.theme__none--with-hover,
.theme__part_fair--secondary a:hover h2.t__none--w-hov,
.theme__part_fair--secondary a:hover h2.theme__none--with-hover,
.theme__part_fair--secondary a:hover h3.t__none--w-hov,
.theme__part_fair--secondary a:hover h3.theme__none--with-hover,
.theme__part_fair--secondary a:hover h4.t__none--w-hov,
.theme__part_fair--secondary a:hover h4.theme__none--with-hover,
.t__part_fair--sec a:hover h1.t__none--w-hov,
.t__part_fair--sec a:hover h1.theme__none--with-hover,
.t__part_fair--sec a:hover h2.t__none--w-hov,
.t__part_fair--sec a:hover h2.theme__none--with-hover,
.t__part_fair--sec a:hover h3.t__none--w-hov,
.t__part_fair--sec a:hover h3.theme__none--with-hover,
.t__part_fair--sec a:hover h4.t__none--w-hov,
.t__part_fair--sec a:hover h4.theme__none--with-hover {
  color: rgb(2, 156, 199);
}

.theme__part_fair--pastel h1, .theme__part_fair--pastel h2, .theme__part_fair--pastel h3, .theme__part_fair--pastel h4, .theme__part_fair--pastel h5, .theme__part_fair--pastel h6,
.t__part_fair--pas h1,
.t__part_fair--pas h2,
.t__part_fair--pas h3,
.t__part_fair--pas h4,
.t__part_fair--pas h5,
.t__part_fair--pas h6 {
  color: rgb(99, 211, 255);
}
.theme__part_fair--pastel a,
.t__part_fair--pas a {
  color: #4a4a4a;
  border-color: rgb(99, 211, 255);
  text-decoration: none;
}
.theme__part_fair--pastel a:hover,
.t__part_fair--pas a:hover {
  color: rgb(99, 211, 255);
}
.theme__part_fair--pastel a:hover h1, .theme__part_fair--pastel a:hover h2, .theme__part_fair--pastel a:hover h3, .theme__part_fair--pastel a:hover h4, .theme__part_fair--pastel a:hover h5, .theme__part_fair--pastel a:hover h6,
.t__part_fair--pas a:hover h1,
.t__part_fair--pas a:hover h2,
.t__part_fair--pas a:hover h3,
.t__part_fair--pas a:hover h4,
.t__part_fair--pas a:hover h5,
.t__part_fair--pas a:hover h6 {
  color: rgb(99, 211, 255);
}
.theme__part_fair--pastel a div,
.t__part_fair--pas a div {
  border-color: rgb(99, 211, 255) !important;
}
.theme__part_fair--pastel input,
.t__part_fair--pas input {
  border-color: rgb(99, 211, 255);
}
.theme__part_fair--pastel p,
.t__part_fair--pas p {
  color: #4a4a4a;
}
.theme__part_fair--pastel .button,
.theme__part_fair--pastel .btn,
.theme__part_fair--pastel .btn__pill, .theme__part_fair--pastel.button, .theme__part_fair--pastel.btn, .theme__part_fair--pastel.btn__pill,
.t__part_fair--pas .button,
.t__part_fair--pas .btn,
.t__part_fair--pas .btn__pill,
.t__part_fair--pas.button,
.t__part_fair--pas.btn,
.t__part_fair--pas.btn__pill {
  border-color: rgb(99, 211, 255);
}
@media (hover: hover) {
  .theme__part_fair--pastel .button:hover,
  .theme__part_fair--pastel .btn:hover,
  .theme__part_fair--pastel .btn__pill:hover, .theme__part_fair--pastel.button:hover, .theme__part_fair--pastel.btn:hover, .theme__part_fair--pastel.btn__pill:hover,
  .t__part_fair--pas .button:hover,
  .t__part_fair--pas .btn:hover,
  .t__part_fair--pas .btn__pill:hover,
  .t__part_fair--pas.button:hover,
  .t__part_fair--pas.btn:hover,
  .t__part_fair--pas.btn__pill:hover {
    color: #ffffff;
    background: rgb(99, 211, 255);
  }
  .theme__part_fair--pastel .button:hover i,
  .theme__part_fair--pastel .btn:hover i,
  .theme__part_fair--pastel .btn__pill:hover i, .theme__part_fair--pastel.button:hover i, .theme__part_fair--pastel.btn:hover i, .theme__part_fair--pastel.btn__pill:hover i,
  .t__part_fair--pas .button:hover i,
  .t__part_fair--pas .btn:hover i,
  .t__part_fair--pas .btn__pill:hover i,
  .t__part_fair--pas.button:hover i,
  .t__part_fair--pas.btn:hover i,
  .t__part_fair--pas.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__part_fair--pastel .button__invert,
.theme__part_fair--pastel .btn__invert,
.theme__part_fair--pastel .btn__pill__invert, .theme__part_fair--pastel.button__invert, .theme__part_fair--pastel.btn__invert, .theme__part_fair--pastel.btn__pill__invert,
.t__part_fair--pas .button__invert,
.t__part_fair--pas .btn__invert,
.t__part_fair--pas .btn__pill__invert,
.t__part_fair--pas.button__invert,
.t__part_fair--pas.btn__invert,
.t__part_fair--pas.btn__pill__invert {
  background-color: rgb(99, 211, 255);
  color: #ffffff;
}
.theme__part_fair--pastel .button__invert h4,
.theme__part_fair--pastel .btn__invert h4,
.theme__part_fair--pastel .btn__pill__invert h4, .theme__part_fair--pastel.button__invert h4, .theme__part_fair--pastel.btn__invert h4, .theme__part_fair--pastel.btn__pill__invert h4,
.t__part_fair--pas .button__invert h4,
.t__part_fair--pas .btn__invert h4,
.t__part_fair--pas .btn__pill__invert h4,
.t__part_fair--pas.button__invert h4,
.t__part_fair--pas.btn__invert h4,
.t__part_fair--pas.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__part_fair--pastel .button__invert:hover,
.theme__part_fair--pastel .btn__invert:hover,
.theme__part_fair--pastel .btn__pill__invert:hover, .theme__part_fair--pastel.button__invert:hover, .theme__part_fair--pastel.btn__invert:hover, .theme__part_fair--pastel.btn__pill__invert:hover,
.t__part_fair--pas .button__invert:hover,
.t__part_fair--pas .btn__invert:hover,
.t__part_fair--pas .btn__pill__invert:hover,
.t__part_fair--pas.button__invert:hover,
.t__part_fair--pas.btn__invert:hover,
.t__part_fair--pas.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__part_fair--pastel .button__invert:hover h4,
.theme__part_fair--pastel .btn__invert:hover h4,
.theme__part_fair--pastel .btn__pill__invert:hover h4, .theme__part_fair--pastel.button__invert:hover h4, .theme__part_fair--pastel.btn__invert:hover h4, .theme__part_fair--pastel.btn__pill__invert:hover h4,
.t__part_fair--pas .button__invert:hover h4,
.t__part_fair--pas .btn__invert:hover h4,
.t__part_fair--pas .btn__pill__invert:hover h4,
.t__part_fair--pas.button__invert:hover h4,
.t__part_fair--pas.btn__invert:hover h4,
.t__part_fair--pas.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__part_fair--pastel .button__invert--hover:hover,
.theme__part_fair--pastel .btn__invert--hover:hover,
.theme__part_fair--pastel .btn__pill__invert--hover:hover, .theme__part_fair--pastel.button__invert--hover:hover, .theme__part_fair--pastel.btn__invert--hover:hover, .theme__part_fair--pastel.btn__pill__invert--hover:hover,
.t__part_fair--pas .button__invert--hover:hover,
.t__part_fair--pas .btn__invert--hover:hover,
.t__part_fair--pas .btn__pill__invert--hover:hover,
.t__part_fair--pas.button__invert--hover:hover,
.t__part_fair--pas.btn__invert--hover:hover,
.t__part_fair--pas.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__part_fair--pastel .button__under,
.theme__part_fair--pastel .btn__under,
.theme__part_fair--pastel .btn__pill__under, .theme__part_fair--pastel.button__under, .theme__part_fair--pastel.btn__under, .theme__part_fair--pastel.btn__pill__under,
.t__part_fair--pas .button__under,
.t__part_fair--pas .btn__under,
.t__part_fair--pas .btn__pill__under,
.t__part_fair--pas.button__under,
.t__part_fair--pas.btn__under,
.t__part_fair--pas.btn__pill__under {
  border-color: rgb(99, 211, 255);
}
.theme__part_fair--pastel .btn__large,
.t__part_fair--pas .btn__large {
  background-color: rgb(99, 211, 255);
}
.theme__part_fair--pastel .input__search,
.t__part_fair--pas .input__search {
  border-color: rgb(99, 211, 255);
}
.theme__part_fair--pastel .input__search i,
.t__part_fair--pas .input__search i {
  color: #4a4a4a;
}
.theme__part_fair--pastel .input__search:hover i,
.t__part_fair--pas .input__search:hover i {
  color: rgb(99, 211, 255);
}
.theme__part_fair--pastel .component__foreground,
.t__part_fair--pas .component__foreground {
  color: #4a4a4a;
}
.theme__part_fair--pastel.card,
.theme__part_fair--pastel .card, .theme__part_fair--pastel.card__with-image,
.theme__part_fair--pastel .card__with-image,
.t__part_fair--pas.card,
.t__part_fair--pas .card,
.t__part_fair--pas.card__with-image,
.t__part_fair--pas .card__with-image {
  border-color: rgb(99, 211, 255);
}
.theme__part_fair--pastel.card__highlight,
.theme__part_fair--pastel .card__highlight,
.theme__part_fair--pastel .card__highlight--image,
.theme__part_fair--pastel .card__highlight--final,
.t__part_fair--pas.card__highlight,
.t__part_fair--pas .card__highlight,
.t__part_fair--pas .card__highlight--image,
.t__part_fair--pas .card__highlight--final {
  background-color: rgb(99, 211, 255);
  border-color: rgb(99, 211, 255);
}
.theme__part_fair--pastel.card__highlight--title,
.theme__part_fair--pastel .card__highlight--title,
.theme__part_fair--pastel .card__highlight--image,
.theme__part_fair--pastel .card__highlight--final,
.t__part_fair--pas.card__highlight--title,
.t__part_fair--pas .card__highlight--title,
.t__part_fair--pas .card__highlight--image,
.t__part_fair--pas .card__highlight--final {
  color: #4a4a4a;
}
.theme__part_fair--pastel .image-slider__selector--dot,
.t__part_fair--pas .image-slider__selector--dot {
  background-color: rgb(99, 211, 255);
}
.theme__part_fair--pastel .call-to-action__text h3,
.t__part_fair--pas .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__part_fair--pastel .officer__block--title h5, .theme__part_fair--pastel .officer__block--title h6,
.t__part_fair--pas .officer__block--title h5,
.t__part_fair--pas .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__part_fair--pastel .block__statement--link,
.t__part_fair--pas .block__statement--link {
  color: #4a4a4a;
}
.theme__part_fair--pastel .card__cutoff,
.t__part_fair--pas .card__cutoff {
  background: linear-gradient(rgb(99, 211, 255), rgb(99, 211, 255)), linear-gradient(white, white);
}
.theme__part_fair--pastel .card__cutoff p,
.t__part_fair--pas .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__part_fair--pastel .card__cutoff:hover,
  .t__part_fair--pas .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__part_fair--pastel .card__cutoff:hover p,
  .t__part_fair--pas .card__cutoff:hover p {
    color: rgb(99, 211, 255);
  }
  .theme__part_fair--pastel .card__cutoff:hover .card__cutoff--link,
  .t__part_fair--pas .card__cutoff:hover .card__cutoff--link {
    color: rgb(99, 211, 255);
  }
  .theme__part_fair--pastel .card__cutoff:hover .card__cutoff--text,
  .t__part_fair--pas .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__part_fair--pastel .card__cutoff:hover .card__cutoff--text p,
  .t__part_fair--pas .card__cutoff:hover .card__cutoff--text p {
    color: rgb(99, 211, 255);
  }
  .theme__part_fair--pastel .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__part_fair--pas .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: rgb(99, 211, 255);
  }
}
.theme__part_fair--pastel .card__cutoff--link,
.t__part_fair--pas .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__part_fair--pastel .card__cutoff--link:hover,
  .t__part_fair--pas .card__cutoff--link:hover {
    color: rgb(99, 211, 255);
  }
  .theme__part_fair--pastel .card__cutoff--link:hover--link,
  .t__part_fair--pas .card__cutoff--link:hover--link {
    color: rgb(99, 211, 255);
  }
}
.theme__part_fair--pastel .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__part_fair--pas .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: rgb(99, 211, 255);
}
.theme__part_fair--pastel .dropdown__toggle--title,
.t__part_fair--pas .dropdown__toggle--title {
  color: rgb(99, 211, 255);
}
.theme__part_fair--pastel .dropdown__toggle--icon i,
.t__part_fair--pas .dropdown__toggle--icon i {
  color: rgb(99, 211, 255);
}
.theme__part_fair--pastel .large_timer__countdown--item_large,
.t__part_fair--pas .large_timer__countdown--item_large {
  background-color: rgb(99, 211, 255);
}
.theme__part_fair--pastel .large_timer__countdown--item_medium,
.t__part_fair--pas .large_timer__countdown--item_medium {
  background-color: rgb(99, 211, 255);
}
.theme__part_fair--pastel .large_timer__countdown--item_small,
.t__part_fair--pas .large_timer__countdown--item_small {
  background-color: rgb(99, 211, 255);
}
.theme__part_fair--pastel .modalcontent,
.t__part_fair--pas .modalcontent {
  border-color: rgb(99, 211, 255);
}
.theme__part_fair--pastel .transparent__header,
.t__part_fair--pas .transparent__header {
  background: rgb(99, 211, 255);
}
.theme__part_fair--pastel .breadcrumb__slashes,
.t__part_fair--pas .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__part_fair--pastel .the-list,
.t__part_fair--pas .the-list {
  background-color: rgb(99, 211, 255);
}
.theme__part_fair--pastel .the-list option,
.t__part_fair--pas .the-list option {
  border-color: rgb(99, 211, 255) !important;
}
.theme__part_fair--pastel .es-list::-webkit-scrollbar-thumb,
.t__part_fair--pas .es-list::-webkit-scrollbar-thumb {
  background: rgb(99, 211, 255);
}
.theme__part_fair--pastel .es-visible,
.t__part_fair--pas .es-visible {
  border-color: rgb(99, 211, 255) !important;
}
.theme__part_fair--pastel .ot-open,
.theme__part_fair--pastel .ot-closed,
.t__part_fair--pas .ot-open,
.t__part_fair--pas .ot-closed {
  color: rgb(99, 211, 255);
}
.theme__part_fair--pastel .colour__foreground,
.t__part_fair--pas .colour__foreground {
  color: rgb(99, 211, 255);
}
.theme__part_fair--pastel h1.t__none,
.theme__part_fair--pastel h1.theme__none,
.theme__part_fair--pastel h2.t__none,
.theme__part_fair--pastel h2.theme__none,
.theme__part_fair--pastel h3.t__none,
.theme__part_fair--pastel h3.theme__none,
.theme__part_fair--pastel h4.t__none,
.theme__part_fair--pastel h4.theme__none,
.theme__part_fair--pastel h1.t__none--w-hov,
.theme__part_fair--pastel h1.theme__none--with-hover,
.theme__part_fair--pastel h2.t__none--w-hov,
.theme__part_fair--pastel h2.theme__none--with-hover,
.theme__part_fair--pastel h3.t__none--w-hov,
.theme__part_fair--pastel h3.theme__none--with-hover,
.theme__part_fair--pastel h4.t__none--w-hov,
.theme__part_fair--pastel h4.theme__none--with-hover,
.t__part_fair--pas h1.t__none,
.t__part_fair--pas h1.theme__none,
.t__part_fair--pas h2.t__none,
.t__part_fair--pas h2.theme__none,
.t__part_fair--pas h3.t__none,
.t__part_fair--pas h3.theme__none,
.t__part_fair--pas h4.t__none,
.t__part_fair--pas h4.theme__none,
.t__part_fair--pas h1.t__none--w-hov,
.t__part_fair--pas h1.theme__none--with-hover,
.t__part_fair--pas h2.t__none--w-hov,
.t__part_fair--pas h2.theme__none--with-hover,
.t__part_fair--pas h3.t__none--w-hov,
.t__part_fair--pas h3.theme__none--with-hover,
.t__part_fair--pas h4.t__none--w-hov,
.t__part_fair--pas h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__part_fair--pastel span.t__none,
.theme__part_fair--pastel span.theme__none,
.t__part_fair--pas span.t__none,
.t__part_fair--pas span.theme__none {
  color: #4a4a4a;
}
.theme__part_fair--pastel i.t__none,
.theme__part_fair--pastel i.theme__none,
.t__part_fair--pas i.t__none,
.t__part_fair--pas i.theme__none {
  color: #4a4a4a;
}
.theme__part_fair--pastel a.border__none,
.theme__part_fair--pastel a.b__none,
.t__part_fair--pas a.border__none,
.t__part_fair--pas a.b__none {
  border: 0;
}
.theme__part_fair--pastel a:hover h1.t__none,
.theme__part_fair--pastel a:hover h1.theme__none,
.theme__part_fair--pastel a:hover h2.t__none,
.theme__part_fair--pastel a:hover h2.theme__none,
.theme__part_fair--pastel a:hover h3.t__none,
.theme__part_fair--pastel a:hover h3.theme__none,
.theme__part_fair--pastel a:hover h4.t__none,
.theme__part_fair--pastel a:hover h4.theme__none,
.t__part_fair--pas a:hover h1.t__none,
.t__part_fair--pas a:hover h1.theme__none,
.t__part_fair--pas a:hover h2.t__none,
.t__part_fair--pas a:hover h2.theme__none,
.t__part_fair--pas a:hover h3.t__none,
.t__part_fair--pas a:hover h3.theme__none,
.t__part_fair--pas a:hover h4.t__none,
.t__part_fair--pas a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__part_fair--pastel a:hover h1.t__none--w-hov,
.theme__part_fair--pastel a:hover h1.theme__none--with-hover,
.theme__part_fair--pastel a:hover h2.t__none--w-hov,
.theme__part_fair--pastel a:hover h2.theme__none--with-hover,
.theme__part_fair--pastel a:hover h3.t__none--w-hov,
.theme__part_fair--pastel a:hover h3.theme__none--with-hover,
.theme__part_fair--pastel a:hover h4.t__none--w-hov,
.theme__part_fair--pastel a:hover h4.theme__none--with-hover,
.t__part_fair--pas a:hover h1.t__none--w-hov,
.t__part_fair--pas a:hover h1.theme__none--with-hover,
.t__part_fair--pas a:hover h2.t__none--w-hov,
.t__part_fair--pas a:hover h2.theme__none--with-hover,
.t__part_fair--pas a:hover h3.t__none--w-hov,
.t__part_fair--pas a:hover h3.theme__none--with-hover,
.t__part_fair--pas a:hover h4.t__none--w-hov,
.t__part_fair--pas a:hover h4.theme__none--with-hover {
  color: rgb(99, 211, 255);
}

.theme__part_fair--background-primary,
.t__part_fair--bg-pri {
  background-color: rgb(2, 156, 199);
}

.theme__part_fair--background-secondary,
.t__part_fair--bg-sec {
  background-color: rgb(2, 156, 199);
}

.theme__part_fair--background-pastel,
.t__part_fair--bg-pas {
  background-color: rgb(99, 211, 255);
}

.theme__fff--primary h1, .theme__fff--primary h2, .theme__fff--primary h3, .theme__fff--primary h4, .theme__fff--primary h5, .theme__fff--primary h6,
.t__fff--pri h1,
.t__fff--pri h2,
.t__fff--pri h3,
.t__fff--pri h4,
.t__fff--pri h5,
.t__fff--pri h6 {
  color: rgb(114, 199, 166);
}
.theme__fff--primary a,
.t__fff--pri a {
  color: #4a4a4a;
  border-color: rgb(114, 199, 166);
  text-decoration: none;
}
.theme__fff--primary a:hover,
.t__fff--pri a:hover {
  color: rgb(114, 199, 166);
}
.theme__fff--primary a:hover h1, .theme__fff--primary a:hover h2, .theme__fff--primary a:hover h3, .theme__fff--primary a:hover h4, .theme__fff--primary a:hover h5, .theme__fff--primary a:hover h6,
.t__fff--pri a:hover h1,
.t__fff--pri a:hover h2,
.t__fff--pri a:hover h3,
.t__fff--pri a:hover h4,
.t__fff--pri a:hover h5,
.t__fff--pri a:hover h6 {
  color: rgb(114, 199, 166);
}
.theme__fff--primary a div,
.t__fff--pri a div {
  border-color: rgb(114, 199, 166) !important;
}
.theme__fff--primary input,
.t__fff--pri input {
  border-color: rgb(114, 199, 166);
}
.theme__fff--primary p,
.t__fff--pri p {
  color: #4a4a4a;
}
.theme__fff--primary .button,
.theme__fff--primary .btn,
.theme__fff--primary .btn__pill, .theme__fff--primary.button, .theme__fff--primary.btn, .theme__fff--primary.btn__pill,
.t__fff--pri .button,
.t__fff--pri .btn,
.t__fff--pri .btn__pill,
.t__fff--pri.button,
.t__fff--pri.btn,
.t__fff--pri.btn__pill {
  border-color: rgb(114, 199, 166);
}
@media (hover: hover) {
  .theme__fff--primary .button:hover,
  .theme__fff--primary .btn:hover,
  .theme__fff--primary .btn__pill:hover, .theme__fff--primary.button:hover, .theme__fff--primary.btn:hover, .theme__fff--primary.btn__pill:hover,
  .t__fff--pri .button:hover,
  .t__fff--pri .btn:hover,
  .t__fff--pri .btn__pill:hover,
  .t__fff--pri.button:hover,
  .t__fff--pri.btn:hover,
  .t__fff--pri.btn__pill:hover {
    color: #ffffff;
    background: rgb(114, 199, 166);
  }
  .theme__fff--primary .button:hover i,
  .theme__fff--primary .btn:hover i,
  .theme__fff--primary .btn__pill:hover i, .theme__fff--primary.button:hover i, .theme__fff--primary.btn:hover i, .theme__fff--primary.btn__pill:hover i,
  .t__fff--pri .button:hover i,
  .t__fff--pri .btn:hover i,
  .t__fff--pri .btn__pill:hover i,
  .t__fff--pri.button:hover i,
  .t__fff--pri.btn:hover i,
  .t__fff--pri.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__fff--primary .button__invert,
.theme__fff--primary .btn__invert,
.theme__fff--primary .btn__pill__invert, .theme__fff--primary.button__invert, .theme__fff--primary.btn__invert, .theme__fff--primary.btn__pill__invert,
.t__fff--pri .button__invert,
.t__fff--pri .btn__invert,
.t__fff--pri .btn__pill__invert,
.t__fff--pri.button__invert,
.t__fff--pri.btn__invert,
.t__fff--pri.btn__pill__invert {
  background-color: rgb(114, 199, 166);
  color: #ffffff;
}
.theme__fff--primary .button__invert h4,
.theme__fff--primary .btn__invert h4,
.theme__fff--primary .btn__pill__invert h4, .theme__fff--primary.button__invert h4, .theme__fff--primary.btn__invert h4, .theme__fff--primary.btn__pill__invert h4,
.t__fff--pri .button__invert h4,
.t__fff--pri .btn__invert h4,
.t__fff--pri .btn__pill__invert h4,
.t__fff--pri.button__invert h4,
.t__fff--pri.btn__invert h4,
.t__fff--pri.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__fff--primary .button__invert:hover,
.theme__fff--primary .btn__invert:hover,
.theme__fff--primary .btn__pill__invert:hover, .theme__fff--primary.button__invert:hover, .theme__fff--primary.btn__invert:hover, .theme__fff--primary.btn__pill__invert:hover,
.t__fff--pri .button__invert:hover,
.t__fff--pri .btn__invert:hover,
.t__fff--pri .btn__pill__invert:hover,
.t__fff--pri.button__invert:hover,
.t__fff--pri.btn__invert:hover,
.t__fff--pri.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__fff--primary .button__invert:hover h4,
.theme__fff--primary .btn__invert:hover h4,
.theme__fff--primary .btn__pill__invert:hover h4, .theme__fff--primary.button__invert:hover h4, .theme__fff--primary.btn__invert:hover h4, .theme__fff--primary.btn__pill__invert:hover h4,
.t__fff--pri .button__invert:hover h4,
.t__fff--pri .btn__invert:hover h4,
.t__fff--pri .btn__pill__invert:hover h4,
.t__fff--pri.button__invert:hover h4,
.t__fff--pri.btn__invert:hover h4,
.t__fff--pri.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__fff--primary .button__invert--hover:hover,
.theme__fff--primary .btn__invert--hover:hover,
.theme__fff--primary .btn__pill__invert--hover:hover, .theme__fff--primary.button__invert--hover:hover, .theme__fff--primary.btn__invert--hover:hover, .theme__fff--primary.btn__pill__invert--hover:hover,
.t__fff--pri .button__invert--hover:hover,
.t__fff--pri .btn__invert--hover:hover,
.t__fff--pri .btn__pill__invert--hover:hover,
.t__fff--pri.button__invert--hover:hover,
.t__fff--pri.btn__invert--hover:hover,
.t__fff--pri.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__fff--primary .button__under,
.theme__fff--primary .btn__under,
.theme__fff--primary .btn__pill__under, .theme__fff--primary.button__under, .theme__fff--primary.btn__under, .theme__fff--primary.btn__pill__under,
.t__fff--pri .button__under,
.t__fff--pri .btn__under,
.t__fff--pri .btn__pill__under,
.t__fff--pri.button__under,
.t__fff--pri.btn__under,
.t__fff--pri.btn__pill__under {
  border-color: rgb(114, 199, 166);
}
.theme__fff--primary .btn__large,
.t__fff--pri .btn__large {
  background-color: rgb(114, 199, 166);
}
.theme__fff--primary .input__search,
.t__fff--pri .input__search {
  border-color: rgb(114, 199, 166);
}
.theme__fff--primary .input__search i,
.t__fff--pri .input__search i {
  color: #4a4a4a;
}
.theme__fff--primary .input__search:hover i,
.t__fff--pri .input__search:hover i {
  color: rgb(114, 199, 166);
}
.theme__fff--primary .component__foreground,
.t__fff--pri .component__foreground {
  color: #4a4a4a;
}
.theme__fff--primary.card,
.theme__fff--primary .card, .theme__fff--primary.card__with-image,
.theme__fff--primary .card__with-image,
.t__fff--pri.card,
.t__fff--pri .card,
.t__fff--pri.card__with-image,
.t__fff--pri .card__with-image {
  border-color: rgb(114, 199, 166);
}
.theme__fff--primary.card__highlight,
.theme__fff--primary .card__highlight,
.theme__fff--primary .card__highlight--image,
.theme__fff--primary .card__highlight--final,
.t__fff--pri.card__highlight,
.t__fff--pri .card__highlight,
.t__fff--pri .card__highlight--image,
.t__fff--pri .card__highlight--final {
  background-color: rgb(114, 199, 166);
  border-color: rgb(114, 199, 166);
}
.theme__fff--primary.card__highlight--title,
.theme__fff--primary .card__highlight--title,
.theme__fff--primary .card__highlight--image,
.theme__fff--primary .card__highlight--final,
.t__fff--pri.card__highlight--title,
.t__fff--pri .card__highlight--title,
.t__fff--pri .card__highlight--image,
.t__fff--pri .card__highlight--final {
  color: #4a4a4a;
}
.theme__fff--primary .image-slider__selector--dot,
.t__fff--pri .image-slider__selector--dot {
  background-color: rgb(114, 199, 166);
}
.theme__fff--primary .call-to-action__text h3,
.t__fff--pri .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__fff--primary .officer__block--title h5, .theme__fff--primary .officer__block--title h6,
.t__fff--pri .officer__block--title h5,
.t__fff--pri .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__fff--primary .block__statement--link,
.t__fff--pri .block__statement--link {
  color: #4a4a4a;
}
.theme__fff--primary .card__cutoff,
.t__fff--pri .card__cutoff {
  background: linear-gradient(rgb(114, 199, 166), rgb(114, 199, 166)), linear-gradient(white, white);
}
.theme__fff--primary .card__cutoff p,
.t__fff--pri .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__fff--primary .card__cutoff:hover,
  .t__fff--pri .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__fff--primary .card__cutoff:hover p,
  .t__fff--pri .card__cutoff:hover p {
    color: rgb(114, 199, 166);
  }
  .theme__fff--primary .card__cutoff:hover .card__cutoff--link,
  .t__fff--pri .card__cutoff:hover .card__cutoff--link {
    color: rgb(114, 199, 166);
  }
  .theme__fff--primary .card__cutoff:hover .card__cutoff--text,
  .t__fff--pri .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__fff--primary .card__cutoff:hover .card__cutoff--text p,
  .t__fff--pri .card__cutoff:hover .card__cutoff--text p {
    color: rgb(114, 199, 166);
  }
  .theme__fff--primary .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__fff--pri .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: rgb(114, 199, 166);
  }
}
.theme__fff--primary .card__cutoff--link,
.t__fff--pri .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__fff--primary .card__cutoff--link:hover,
  .t__fff--pri .card__cutoff--link:hover {
    color: rgb(114, 199, 166);
  }
  .theme__fff--primary .card__cutoff--link:hover--link,
  .t__fff--pri .card__cutoff--link:hover--link {
    color: rgb(114, 199, 166);
  }
}
.theme__fff--primary .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__fff--pri .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: rgb(114, 199, 166);
}
.theme__fff--primary .dropdown__toggle--title,
.t__fff--pri .dropdown__toggle--title {
  color: rgb(114, 199, 166);
}
.theme__fff--primary .dropdown__toggle--icon i,
.t__fff--pri .dropdown__toggle--icon i {
  color: rgb(114, 199, 166);
}
.theme__fff--primary .large_timer__countdown--item_large,
.t__fff--pri .large_timer__countdown--item_large {
  background-color: rgb(114, 199, 166);
}
.theme__fff--primary .large_timer__countdown--item_medium,
.t__fff--pri .large_timer__countdown--item_medium {
  background-color: rgb(114, 199, 166);
}
.theme__fff--primary .large_timer__countdown--item_small,
.t__fff--pri .large_timer__countdown--item_small {
  background-color: rgb(114, 199, 166);
}
.theme__fff--primary .modalcontent,
.t__fff--pri .modalcontent {
  border-color: rgb(114, 199, 166);
}
.theme__fff--primary .transparent__header,
.t__fff--pri .transparent__header {
  background: rgb(114, 199, 166);
}
.theme__fff--primary .breadcrumb__slashes,
.t__fff--pri .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__fff--primary .the-list,
.t__fff--pri .the-list {
  background-color: rgb(114, 199, 166);
}
.theme__fff--primary .the-list option,
.t__fff--pri .the-list option {
  border-color: rgb(114, 199, 166) !important;
}
.theme__fff--primary .es-list::-webkit-scrollbar-thumb,
.t__fff--pri .es-list::-webkit-scrollbar-thumb {
  background: rgb(114, 199, 166);
}
.theme__fff--primary .es-visible,
.t__fff--pri .es-visible {
  border-color: rgb(114, 199, 166) !important;
}
.theme__fff--primary .ot-open,
.theme__fff--primary .ot-closed,
.t__fff--pri .ot-open,
.t__fff--pri .ot-closed {
  color: rgb(114, 199, 166);
}
.theme__fff--primary .colour__foreground,
.t__fff--pri .colour__foreground {
  color: rgb(114, 199, 166);
}
.theme__fff--primary h1.t__none,
.theme__fff--primary h1.theme__none,
.theme__fff--primary h2.t__none,
.theme__fff--primary h2.theme__none,
.theme__fff--primary h3.t__none,
.theme__fff--primary h3.theme__none,
.theme__fff--primary h4.t__none,
.theme__fff--primary h4.theme__none,
.theme__fff--primary h1.t__none--w-hov,
.theme__fff--primary h1.theme__none--with-hover,
.theme__fff--primary h2.t__none--w-hov,
.theme__fff--primary h2.theme__none--with-hover,
.theme__fff--primary h3.t__none--w-hov,
.theme__fff--primary h3.theme__none--with-hover,
.theme__fff--primary h4.t__none--w-hov,
.theme__fff--primary h4.theme__none--with-hover,
.t__fff--pri h1.t__none,
.t__fff--pri h1.theme__none,
.t__fff--pri h2.t__none,
.t__fff--pri h2.theme__none,
.t__fff--pri h3.t__none,
.t__fff--pri h3.theme__none,
.t__fff--pri h4.t__none,
.t__fff--pri h4.theme__none,
.t__fff--pri h1.t__none--w-hov,
.t__fff--pri h1.theme__none--with-hover,
.t__fff--pri h2.t__none--w-hov,
.t__fff--pri h2.theme__none--with-hover,
.t__fff--pri h3.t__none--w-hov,
.t__fff--pri h3.theme__none--with-hover,
.t__fff--pri h4.t__none--w-hov,
.t__fff--pri h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__fff--primary span.t__none,
.theme__fff--primary span.theme__none,
.t__fff--pri span.t__none,
.t__fff--pri span.theme__none {
  color: #4a4a4a;
}
.theme__fff--primary i.t__none,
.theme__fff--primary i.theme__none,
.t__fff--pri i.t__none,
.t__fff--pri i.theme__none {
  color: #4a4a4a;
}
.theme__fff--primary a.border__none,
.theme__fff--primary a.b__none,
.t__fff--pri a.border__none,
.t__fff--pri a.b__none {
  border: 0;
}
.theme__fff--primary a:hover h1.t__none,
.theme__fff--primary a:hover h1.theme__none,
.theme__fff--primary a:hover h2.t__none,
.theme__fff--primary a:hover h2.theme__none,
.theme__fff--primary a:hover h3.t__none,
.theme__fff--primary a:hover h3.theme__none,
.theme__fff--primary a:hover h4.t__none,
.theme__fff--primary a:hover h4.theme__none,
.t__fff--pri a:hover h1.t__none,
.t__fff--pri a:hover h1.theme__none,
.t__fff--pri a:hover h2.t__none,
.t__fff--pri a:hover h2.theme__none,
.t__fff--pri a:hover h3.t__none,
.t__fff--pri a:hover h3.theme__none,
.t__fff--pri a:hover h4.t__none,
.t__fff--pri a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__fff--primary a:hover h1.t__none--w-hov,
.theme__fff--primary a:hover h1.theme__none--with-hover,
.theme__fff--primary a:hover h2.t__none--w-hov,
.theme__fff--primary a:hover h2.theme__none--with-hover,
.theme__fff--primary a:hover h3.t__none--w-hov,
.theme__fff--primary a:hover h3.theme__none--with-hover,
.theme__fff--primary a:hover h4.t__none--w-hov,
.theme__fff--primary a:hover h4.theme__none--with-hover,
.t__fff--pri a:hover h1.t__none--w-hov,
.t__fff--pri a:hover h1.theme__none--with-hover,
.t__fff--pri a:hover h2.t__none--w-hov,
.t__fff--pri a:hover h2.theme__none--with-hover,
.t__fff--pri a:hover h3.t__none--w-hov,
.t__fff--pri a:hover h3.theme__none--with-hover,
.t__fff--pri a:hover h4.t__none--w-hov,
.t__fff--pri a:hover h4.theme__none--with-hover {
  color: rgb(114, 199, 166);
}
.theme__fff--primary .dotted__line--small, .theme__fff--primary .dotted__line--medium, .theme__fff--primary .dotted__line--large, .theme__fff--primary .dotted__line--x-large, .theme__fff--primary .dotted__line--huge,
.t__fff--pri .dotted__line--small,
.t__fff--pri .dotted__line--medium,
.t__fff--pri .dotted__line--large,
.t__fff--pri .dotted__line--x-large,
.t__fff--pri .dotted__line--huge {
  border-image-source: url("https://4b484c3a5cd66bb460e4-0bc5ea24ebae515288c3fa3391ffe3cc.ssl.cf3.rackcdn.com/dotted_part_fair.png");
}

.theme__fff--secondary h1, .theme__fff--secondary h2, .theme__fff--secondary h3, .theme__fff--secondary h4, .theme__fff--secondary h5, .theme__fff--secondary h6,
.t__fff--sec h1,
.t__fff--sec h2,
.t__fff--sec h3,
.t__fff--sec h4,
.t__fff--sec h5,
.t__fff--sec h6 {
  color: rgb(114, 199, 166);
}
.theme__fff--secondary a,
.t__fff--sec a {
  color: #4a4a4a;
  border-color: rgb(114, 199, 166);
  text-decoration: none;
}
.theme__fff--secondary a:hover,
.t__fff--sec a:hover {
  color: rgb(114, 199, 166);
}
.theme__fff--secondary a:hover h1, .theme__fff--secondary a:hover h2, .theme__fff--secondary a:hover h3, .theme__fff--secondary a:hover h4, .theme__fff--secondary a:hover h5, .theme__fff--secondary a:hover h6,
.t__fff--sec a:hover h1,
.t__fff--sec a:hover h2,
.t__fff--sec a:hover h3,
.t__fff--sec a:hover h4,
.t__fff--sec a:hover h5,
.t__fff--sec a:hover h6 {
  color: rgb(114, 199, 166);
}
.theme__fff--secondary a div,
.t__fff--sec a div {
  border-color: rgb(114, 199, 166) !important;
}
.theme__fff--secondary input,
.t__fff--sec input {
  border-color: rgb(114, 199, 166);
}
.theme__fff--secondary p,
.t__fff--sec p {
  color: #4a4a4a;
}
.theme__fff--secondary .button,
.theme__fff--secondary .btn,
.theme__fff--secondary .btn__pill, .theme__fff--secondary.button, .theme__fff--secondary.btn, .theme__fff--secondary.btn__pill,
.t__fff--sec .button,
.t__fff--sec .btn,
.t__fff--sec .btn__pill,
.t__fff--sec.button,
.t__fff--sec.btn,
.t__fff--sec.btn__pill {
  border-color: rgb(114, 199, 166);
}
@media (hover: hover) {
  .theme__fff--secondary .button:hover,
  .theme__fff--secondary .btn:hover,
  .theme__fff--secondary .btn__pill:hover, .theme__fff--secondary.button:hover, .theme__fff--secondary.btn:hover, .theme__fff--secondary.btn__pill:hover,
  .t__fff--sec .button:hover,
  .t__fff--sec .btn:hover,
  .t__fff--sec .btn__pill:hover,
  .t__fff--sec.button:hover,
  .t__fff--sec.btn:hover,
  .t__fff--sec.btn__pill:hover {
    color: #ffffff;
    background: rgb(114, 199, 166);
  }
  .theme__fff--secondary .button:hover i,
  .theme__fff--secondary .btn:hover i,
  .theme__fff--secondary .btn__pill:hover i, .theme__fff--secondary.button:hover i, .theme__fff--secondary.btn:hover i, .theme__fff--secondary.btn__pill:hover i,
  .t__fff--sec .button:hover i,
  .t__fff--sec .btn:hover i,
  .t__fff--sec .btn__pill:hover i,
  .t__fff--sec.button:hover i,
  .t__fff--sec.btn:hover i,
  .t__fff--sec.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__fff--secondary .button__invert,
.theme__fff--secondary .btn__invert,
.theme__fff--secondary .btn__pill__invert, .theme__fff--secondary.button__invert, .theme__fff--secondary.btn__invert, .theme__fff--secondary.btn__pill__invert,
.t__fff--sec .button__invert,
.t__fff--sec .btn__invert,
.t__fff--sec .btn__pill__invert,
.t__fff--sec.button__invert,
.t__fff--sec.btn__invert,
.t__fff--sec.btn__pill__invert {
  background-color: rgb(114, 199, 166);
  color: #ffffff;
}
.theme__fff--secondary .button__invert h4,
.theme__fff--secondary .btn__invert h4,
.theme__fff--secondary .btn__pill__invert h4, .theme__fff--secondary.button__invert h4, .theme__fff--secondary.btn__invert h4, .theme__fff--secondary.btn__pill__invert h4,
.t__fff--sec .button__invert h4,
.t__fff--sec .btn__invert h4,
.t__fff--sec .btn__pill__invert h4,
.t__fff--sec.button__invert h4,
.t__fff--sec.btn__invert h4,
.t__fff--sec.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__fff--secondary .button__invert:hover,
.theme__fff--secondary .btn__invert:hover,
.theme__fff--secondary .btn__pill__invert:hover, .theme__fff--secondary.button__invert:hover, .theme__fff--secondary.btn__invert:hover, .theme__fff--secondary.btn__pill__invert:hover,
.t__fff--sec .button__invert:hover,
.t__fff--sec .btn__invert:hover,
.t__fff--sec .btn__pill__invert:hover,
.t__fff--sec.button__invert:hover,
.t__fff--sec.btn__invert:hover,
.t__fff--sec.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__fff--secondary .button__invert:hover h4,
.theme__fff--secondary .btn__invert:hover h4,
.theme__fff--secondary .btn__pill__invert:hover h4, .theme__fff--secondary.button__invert:hover h4, .theme__fff--secondary.btn__invert:hover h4, .theme__fff--secondary.btn__pill__invert:hover h4,
.t__fff--sec .button__invert:hover h4,
.t__fff--sec .btn__invert:hover h4,
.t__fff--sec .btn__pill__invert:hover h4,
.t__fff--sec.button__invert:hover h4,
.t__fff--sec.btn__invert:hover h4,
.t__fff--sec.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__fff--secondary .button__invert--hover:hover,
.theme__fff--secondary .btn__invert--hover:hover,
.theme__fff--secondary .btn__pill__invert--hover:hover, .theme__fff--secondary.button__invert--hover:hover, .theme__fff--secondary.btn__invert--hover:hover, .theme__fff--secondary.btn__pill__invert--hover:hover,
.t__fff--sec .button__invert--hover:hover,
.t__fff--sec .btn__invert--hover:hover,
.t__fff--sec .btn__pill__invert--hover:hover,
.t__fff--sec.button__invert--hover:hover,
.t__fff--sec.btn__invert--hover:hover,
.t__fff--sec.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__fff--secondary .button__under,
.theme__fff--secondary .btn__under,
.theme__fff--secondary .btn__pill__under, .theme__fff--secondary.button__under, .theme__fff--secondary.btn__under, .theme__fff--secondary.btn__pill__under,
.t__fff--sec .button__under,
.t__fff--sec .btn__under,
.t__fff--sec .btn__pill__under,
.t__fff--sec.button__under,
.t__fff--sec.btn__under,
.t__fff--sec.btn__pill__under {
  border-color: rgb(114, 199, 166);
}
.theme__fff--secondary .btn__large,
.t__fff--sec .btn__large {
  background-color: rgb(114, 199, 166);
}
.theme__fff--secondary .input__search,
.t__fff--sec .input__search {
  border-color: rgb(114, 199, 166);
}
.theme__fff--secondary .input__search i,
.t__fff--sec .input__search i {
  color: #4a4a4a;
}
.theme__fff--secondary .input__search:hover i,
.t__fff--sec .input__search:hover i {
  color: rgb(114, 199, 166);
}
.theme__fff--secondary .component__foreground,
.t__fff--sec .component__foreground {
  color: #4a4a4a;
}
.theme__fff--secondary.card,
.theme__fff--secondary .card, .theme__fff--secondary.card__with-image,
.theme__fff--secondary .card__with-image,
.t__fff--sec.card,
.t__fff--sec .card,
.t__fff--sec.card__with-image,
.t__fff--sec .card__with-image {
  border-color: rgb(114, 199, 166);
}
.theme__fff--secondary.card__highlight,
.theme__fff--secondary .card__highlight,
.theme__fff--secondary .card__highlight--image,
.theme__fff--secondary .card__highlight--final,
.t__fff--sec.card__highlight,
.t__fff--sec .card__highlight,
.t__fff--sec .card__highlight--image,
.t__fff--sec .card__highlight--final {
  background-color: rgb(114, 199, 166);
  border-color: rgb(114, 199, 166);
}
.theme__fff--secondary.card__highlight--title,
.theme__fff--secondary .card__highlight--title,
.theme__fff--secondary .card__highlight--image,
.theme__fff--secondary .card__highlight--final,
.t__fff--sec.card__highlight--title,
.t__fff--sec .card__highlight--title,
.t__fff--sec .card__highlight--image,
.t__fff--sec .card__highlight--final {
  color: #4a4a4a;
}
.theme__fff--secondary .image-slider__selector--dot,
.t__fff--sec .image-slider__selector--dot {
  background-color: rgb(114, 199, 166);
}
.theme__fff--secondary .call-to-action__text h3,
.t__fff--sec .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__fff--secondary .officer__block--title h5, .theme__fff--secondary .officer__block--title h6,
.t__fff--sec .officer__block--title h5,
.t__fff--sec .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__fff--secondary .block__statement--link,
.t__fff--sec .block__statement--link {
  color: #4a4a4a;
}
.theme__fff--secondary .card__cutoff,
.t__fff--sec .card__cutoff {
  background: linear-gradient(rgb(114, 199, 166), rgb(114, 199, 166)), linear-gradient(white, white);
}
.theme__fff--secondary .card__cutoff p,
.t__fff--sec .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__fff--secondary .card__cutoff:hover,
  .t__fff--sec .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__fff--secondary .card__cutoff:hover p,
  .t__fff--sec .card__cutoff:hover p {
    color: rgb(114, 199, 166);
  }
  .theme__fff--secondary .card__cutoff:hover .card__cutoff--link,
  .t__fff--sec .card__cutoff:hover .card__cutoff--link {
    color: rgb(114, 199, 166);
  }
  .theme__fff--secondary .card__cutoff:hover .card__cutoff--text,
  .t__fff--sec .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__fff--secondary .card__cutoff:hover .card__cutoff--text p,
  .t__fff--sec .card__cutoff:hover .card__cutoff--text p {
    color: rgb(114, 199, 166);
  }
  .theme__fff--secondary .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__fff--sec .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: rgb(114, 199, 166);
  }
}
.theme__fff--secondary .card__cutoff--link,
.t__fff--sec .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__fff--secondary .card__cutoff--link:hover,
  .t__fff--sec .card__cutoff--link:hover {
    color: rgb(114, 199, 166);
  }
  .theme__fff--secondary .card__cutoff--link:hover--link,
  .t__fff--sec .card__cutoff--link:hover--link {
    color: rgb(114, 199, 166);
  }
}
.theme__fff--secondary .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__fff--sec .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: rgb(114, 199, 166);
}
.theme__fff--secondary .dropdown__toggle--title,
.t__fff--sec .dropdown__toggle--title {
  color: rgb(114, 199, 166);
}
.theme__fff--secondary .dropdown__toggle--icon i,
.t__fff--sec .dropdown__toggle--icon i {
  color: rgb(114, 199, 166);
}
.theme__fff--secondary .large_timer__countdown--item_large,
.t__fff--sec .large_timer__countdown--item_large {
  background-color: rgb(114, 199, 166);
}
.theme__fff--secondary .large_timer__countdown--item_medium,
.t__fff--sec .large_timer__countdown--item_medium {
  background-color: rgb(114, 199, 166);
}
.theme__fff--secondary .large_timer__countdown--item_small,
.t__fff--sec .large_timer__countdown--item_small {
  background-color: rgb(114, 199, 166);
}
.theme__fff--secondary .modalcontent,
.t__fff--sec .modalcontent {
  border-color: rgb(114, 199, 166);
}
.theme__fff--secondary .transparent__header,
.t__fff--sec .transparent__header {
  background: rgb(114, 199, 166);
}
.theme__fff--secondary .breadcrumb__slashes,
.t__fff--sec .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__fff--secondary .the-list,
.t__fff--sec .the-list {
  background-color: rgb(114, 199, 166);
}
.theme__fff--secondary .the-list option,
.t__fff--sec .the-list option {
  border-color: rgb(114, 199, 166) !important;
}
.theme__fff--secondary .es-list::-webkit-scrollbar-thumb,
.t__fff--sec .es-list::-webkit-scrollbar-thumb {
  background: rgb(114, 199, 166);
}
.theme__fff--secondary .es-visible,
.t__fff--sec .es-visible {
  border-color: rgb(114, 199, 166) !important;
}
.theme__fff--secondary .ot-open,
.theme__fff--secondary .ot-closed,
.t__fff--sec .ot-open,
.t__fff--sec .ot-closed {
  color: rgb(114, 199, 166);
}
.theme__fff--secondary .colour__foreground,
.t__fff--sec .colour__foreground {
  color: rgb(114, 199, 166);
}
.theme__fff--secondary h1.t__none,
.theme__fff--secondary h1.theme__none,
.theme__fff--secondary h2.t__none,
.theme__fff--secondary h2.theme__none,
.theme__fff--secondary h3.t__none,
.theme__fff--secondary h3.theme__none,
.theme__fff--secondary h4.t__none,
.theme__fff--secondary h4.theme__none,
.theme__fff--secondary h1.t__none--w-hov,
.theme__fff--secondary h1.theme__none--with-hover,
.theme__fff--secondary h2.t__none--w-hov,
.theme__fff--secondary h2.theme__none--with-hover,
.theme__fff--secondary h3.t__none--w-hov,
.theme__fff--secondary h3.theme__none--with-hover,
.theme__fff--secondary h4.t__none--w-hov,
.theme__fff--secondary h4.theme__none--with-hover,
.t__fff--sec h1.t__none,
.t__fff--sec h1.theme__none,
.t__fff--sec h2.t__none,
.t__fff--sec h2.theme__none,
.t__fff--sec h3.t__none,
.t__fff--sec h3.theme__none,
.t__fff--sec h4.t__none,
.t__fff--sec h4.theme__none,
.t__fff--sec h1.t__none--w-hov,
.t__fff--sec h1.theme__none--with-hover,
.t__fff--sec h2.t__none--w-hov,
.t__fff--sec h2.theme__none--with-hover,
.t__fff--sec h3.t__none--w-hov,
.t__fff--sec h3.theme__none--with-hover,
.t__fff--sec h4.t__none--w-hov,
.t__fff--sec h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__fff--secondary span.t__none,
.theme__fff--secondary span.theme__none,
.t__fff--sec span.t__none,
.t__fff--sec span.theme__none {
  color: #4a4a4a;
}
.theme__fff--secondary i.t__none,
.theme__fff--secondary i.theme__none,
.t__fff--sec i.t__none,
.t__fff--sec i.theme__none {
  color: #4a4a4a;
}
.theme__fff--secondary a.border__none,
.theme__fff--secondary a.b__none,
.t__fff--sec a.border__none,
.t__fff--sec a.b__none {
  border: 0;
}
.theme__fff--secondary a:hover h1.t__none,
.theme__fff--secondary a:hover h1.theme__none,
.theme__fff--secondary a:hover h2.t__none,
.theme__fff--secondary a:hover h2.theme__none,
.theme__fff--secondary a:hover h3.t__none,
.theme__fff--secondary a:hover h3.theme__none,
.theme__fff--secondary a:hover h4.t__none,
.theme__fff--secondary a:hover h4.theme__none,
.t__fff--sec a:hover h1.t__none,
.t__fff--sec a:hover h1.theme__none,
.t__fff--sec a:hover h2.t__none,
.t__fff--sec a:hover h2.theme__none,
.t__fff--sec a:hover h3.t__none,
.t__fff--sec a:hover h3.theme__none,
.t__fff--sec a:hover h4.t__none,
.t__fff--sec a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__fff--secondary a:hover h1.t__none--w-hov,
.theme__fff--secondary a:hover h1.theme__none--with-hover,
.theme__fff--secondary a:hover h2.t__none--w-hov,
.theme__fff--secondary a:hover h2.theme__none--with-hover,
.theme__fff--secondary a:hover h3.t__none--w-hov,
.theme__fff--secondary a:hover h3.theme__none--with-hover,
.theme__fff--secondary a:hover h4.t__none--w-hov,
.theme__fff--secondary a:hover h4.theme__none--with-hover,
.t__fff--sec a:hover h1.t__none--w-hov,
.t__fff--sec a:hover h1.theme__none--with-hover,
.t__fff--sec a:hover h2.t__none--w-hov,
.t__fff--sec a:hover h2.theme__none--with-hover,
.t__fff--sec a:hover h3.t__none--w-hov,
.t__fff--sec a:hover h3.theme__none--with-hover,
.t__fff--sec a:hover h4.t__none--w-hov,
.t__fff--sec a:hover h4.theme__none--with-hover {
  color: rgb(114, 199, 166);
}

.theme__fff--pastel h1, .theme__fff--pastel h2, .theme__fff--pastel h3, .theme__fff--pastel h4, .theme__fff--pastel h5, .theme__fff--pastel h6,
.t__fff--pas h1,
.t__fff--pas h2,
.t__fff--pas h3,
.t__fff--pas h4,
.t__fff--pas h5,
.t__fff--pas h6 {
  color: rgb(114, 199, 166);
}
.theme__fff--pastel a,
.t__fff--pas a {
  color: #4a4a4a;
  border-color: rgb(114, 199, 166);
  text-decoration: none;
}
.theme__fff--pastel a:hover,
.t__fff--pas a:hover {
  color: rgb(114, 199, 166);
}
.theme__fff--pastel a:hover h1, .theme__fff--pastel a:hover h2, .theme__fff--pastel a:hover h3, .theme__fff--pastel a:hover h4, .theme__fff--pastel a:hover h5, .theme__fff--pastel a:hover h6,
.t__fff--pas a:hover h1,
.t__fff--pas a:hover h2,
.t__fff--pas a:hover h3,
.t__fff--pas a:hover h4,
.t__fff--pas a:hover h5,
.t__fff--pas a:hover h6 {
  color: rgb(114, 199, 166);
}
.theme__fff--pastel a div,
.t__fff--pas a div {
  border-color: rgb(114, 199, 166) !important;
}
.theme__fff--pastel input,
.t__fff--pas input {
  border-color: rgb(114, 199, 166);
}
.theme__fff--pastel p,
.t__fff--pas p {
  color: #4a4a4a;
}
.theme__fff--pastel .button,
.theme__fff--pastel .btn,
.theme__fff--pastel .btn__pill, .theme__fff--pastel.button, .theme__fff--pastel.btn, .theme__fff--pastel.btn__pill,
.t__fff--pas .button,
.t__fff--pas .btn,
.t__fff--pas .btn__pill,
.t__fff--pas.button,
.t__fff--pas.btn,
.t__fff--pas.btn__pill {
  border-color: rgb(114, 199, 166);
}
@media (hover: hover) {
  .theme__fff--pastel .button:hover,
  .theme__fff--pastel .btn:hover,
  .theme__fff--pastel .btn__pill:hover, .theme__fff--pastel.button:hover, .theme__fff--pastel.btn:hover, .theme__fff--pastel.btn__pill:hover,
  .t__fff--pas .button:hover,
  .t__fff--pas .btn:hover,
  .t__fff--pas .btn__pill:hover,
  .t__fff--pas.button:hover,
  .t__fff--pas.btn:hover,
  .t__fff--pas.btn__pill:hover {
    color: #ffffff;
    background: rgb(114, 199, 166);
  }
  .theme__fff--pastel .button:hover i,
  .theme__fff--pastel .btn:hover i,
  .theme__fff--pastel .btn__pill:hover i, .theme__fff--pastel.button:hover i, .theme__fff--pastel.btn:hover i, .theme__fff--pastel.btn__pill:hover i,
  .t__fff--pas .button:hover i,
  .t__fff--pas .btn:hover i,
  .t__fff--pas .btn__pill:hover i,
  .t__fff--pas.button:hover i,
  .t__fff--pas.btn:hover i,
  .t__fff--pas.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__fff--pastel .button__invert,
.theme__fff--pastel .btn__invert,
.theme__fff--pastel .btn__pill__invert, .theme__fff--pastel.button__invert, .theme__fff--pastel.btn__invert, .theme__fff--pastel.btn__pill__invert,
.t__fff--pas .button__invert,
.t__fff--pas .btn__invert,
.t__fff--pas .btn__pill__invert,
.t__fff--pas.button__invert,
.t__fff--pas.btn__invert,
.t__fff--pas.btn__pill__invert {
  background-color: rgb(114, 199, 166);
  color: #ffffff;
}
.theme__fff--pastel .button__invert h4,
.theme__fff--pastel .btn__invert h4,
.theme__fff--pastel .btn__pill__invert h4, .theme__fff--pastel.button__invert h4, .theme__fff--pastel.btn__invert h4, .theme__fff--pastel.btn__pill__invert h4,
.t__fff--pas .button__invert h4,
.t__fff--pas .btn__invert h4,
.t__fff--pas .btn__pill__invert h4,
.t__fff--pas.button__invert h4,
.t__fff--pas.btn__invert h4,
.t__fff--pas.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__fff--pastel .button__invert:hover,
.theme__fff--pastel .btn__invert:hover,
.theme__fff--pastel .btn__pill__invert:hover, .theme__fff--pastel.button__invert:hover, .theme__fff--pastel.btn__invert:hover, .theme__fff--pastel.btn__pill__invert:hover,
.t__fff--pas .button__invert:hover,
.t__fff--pas .btn__invert:hover,
.t__fff--pas .btn__pill__invert:hover,
.t__fff--pas.button__invert:hover,
.t__fff--pas.btn__invert:hover,
.t__fff--pas.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__fff--pastel .button__invert:hover h4,
.theme__fff--pastel .btn__invert:hover h4,
.theme__fff--pastel .btn__pill__invert:hover h4, .theme__fff--pastel.button__invert:hover h4, .theme__fff--pastel.btn__invert:hover h4, .theme__fff--pastel.btn__pill__invert:hover h4,
.t__fff--pas .button__invert:hover h4,
.t__fff--pas .btn__invert:hover h4,
.t__fff--pas .btn__pill__invert:hover h4,
.t__fff--pas.button__invert:hover h4,
.t__fff--pas.btn__invert:hover h4,
.t__fff--pas.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__fff--pastel .button__invert--hover:hover,
.theme__fff--pastel .btn__invert--hover:hover,
.theme__fff--pastel .btn__pill__invert--hover:hover, .theme__fff--pastel.button__invert--hover:hover, .theme__fff--pastel.btn__invert--hover:hover, .theme__fff--pastel.btn__pill__invert--hover:hover,
.t__fff--pas .button__invert--hover:hover,
.t__fff--pas .btn__invert--hover:hover,
.t__fff--pas .btn__pill__invert--hover:hover,
.t__fff--pas.button__invert--hover:hover,
.t__fff--pas.btn__invert--hover:hover,
.t__fff--pas.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__fff--pastel .button__under,
.theme__fff--pastel .btn__under,
.theme__fff--pastel .btn__pill__under, .theme__fff--pastel.button__under, .theme__fff--pastel.btn__under, .theme__fff--pastel.btn__pill__under,
.t__fff--pas .button__under,
.t__fff--pas .btn__under,
.t__fff--pas .btn__pill__under,
.t__fff--pas.button__under,
.t__fff--pas.btn__under,
.t__fff--pas.btn__pill__under {
  border-color: rgb(114, 199, 166);
}
.theme__fff--pastel .btn__large,
.t__fff--pas .btn__large {
  background-color: rgb(114, 199, 166);
}
.theme__fff--pastel .input__search,
.t__fff--pas .input__search {
  border-color: rgb(114, 199, 166);
}
.theme__fff--pastel .input__search i,
.t__fff--pas .input__search i {
  color: #4a4a4a;
}
.theme__fff--pastel .input__search:hover i,
.t__fff--pas .input__search:hover i {
  color: rgb(114, 199, 166);
}
.theme__fff--pastel .component__foreground,
.t__fff--pas .component__foreground {
  color: #4a4a4a;
}
.theme__fff--pastel.card,
.theme__fff--pastel .card, .theme__fff--pastel.card__with-image,
.theme__fff--pastel .card__with-image,
.t__fff--pas.card,
.t__fff--pas .card,
.t__fff--pas.card__with-image,
.t__fff--pas .card__with-image {
  border-color: rgb(114, 199, 166);
}
.theme__fff--pastel.card__highlight,
.theme__fff--pastel .card__highlight,
.theme__fff--pastel .card__highlight--image,
.theme__fff--pastel .card__highlight--final,
.t__fff--pas.card__highlight,
.t__fff--pas .card__highlight,
.t__fff--pas .card__highlight--image,
.t__fff--pas .card__highlight--final {
  background-color: rgb(114, 199, 166);
  border-color: rgb(114, 199, 166);
}
.theme__fff--pastel.card__highlight--title,
.theme__fff--pastel .card__highlight--title,
.theme__fff--pastel .card__highlight--image,
.theme__fff--pastel .card__highlight--final,
.t__fff--pas.card__highlight--title,
.t__fff--pas .card__highlight--title,
.t__fff--pas .card__highlight--image,
.t__fff--pas .card__highlight--final {
  color: #4a4a4a;
}
.theme__fff--pastel .image-slider__selector--dot,
.t__fff--pas .image-slider__selector--dot {
  background-color: rgb(114, 199, 166);
}
.theme__fff--pastel .call-to-action__text h3,
.t__fff--pas .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__fff--pastel .officer__block--title h5, .theme__fff--pastel .officer__block--title h6,
.t__fff--pas .officer__block--title h5,
.t__fff--pas .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__fff--pastel .block__statement--link,
.t__fff--pas .block__statement--link {
  color: #4a4a4a;
}
.theme__fff--pastel .card__cutoff,
.t__fff--pas .card__cutoff {
  background: linear-gradient(rgb(114, 199, 166), rgb(114, 199, 166)), linear-gradient(white, white);
}
.theme__fff--pastel .card__cutoff p,
.t__fff--pas .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__fff--pastel .card__cutoff:hover,
  .t__fff--pas .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__fff--pastel .card__cutoff:hover p,
  .t__fff--pas .card__cutoff:hover p {
    color: rgb(114, 199, 166);
  }
  .theme__fff--pastel .card__cutoff:hover .card__cutoff--link,
  .t__fff--pas .card__cutoff:hover .card__cutoff--link {
    color: rgb(114, 199, 166);
  }
  .theme__fff--pastel .card__cutoff:hover .card__cutoff--text,
  .t__fff--pas .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__fff--pastel .card__cutoff:hover .card__cutoff--text p,
  .t__fff--pas .card__cutoff:hover .card__cutoff--text p {
    color: rgb(114, 199, 166);
  }
  .theme__fff--pastel .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__fff--pas .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: rgb(114, 199, 166);
  }
}
.theme__fff--pastel .card__cutoff--link,
.t__fff--pas .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__fff--pastel .card__cutoff--link:hover,
  .t__fff--pas .card__cutoff--link:hover {
    color: rgb(114, 199, 166);
  }
  .theme__fff--pastel .card__cutoff--link:hover--link,
  .t__fff--pas .card__cutoff--link:hover--link {
    color: rgb(114, 199, 166);
  }
}
.theme__fff--pastel .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__fff--pas .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: rgb(114, 199, 166);
}
.theme__fff--pastel .dropdown__toggle--title,
.t__fff--pas .dropdown__toggle--title {
  color: rgb(114, 199, 166);
}
.theme__fff--pastel .dropdown__toggle--icon i,
.t__fff--pas .dropdown__toggle--icon i {
  color: rgb(114, 199, 166);
}
.theme__fff--pastel .large_timer__countdown--item_large,
.t__fff--pas .large_timer__countdown--item_large {
  background-color: rgb(114, 199, 166);
}
.theme__fff--pastel .large_timer__countdown--item_medium,
.t__fff--pas .large_timer__countdown--item_medium {
  background-color: rgb(114, 199, 166);
}
.theme__fff--pastel .large_timer__countdown--item_small,
.t__fff--pas .large_timer__countdown--item_small {
  background-color: rgb(114, 199, 166);
}
.theme__fff--pastel .modalcontent,
.t__fff--pas .modalcontent {
  border-color: rgb(114, 199, 166);
}
.theme__fff--pastel .transparent__header,
.t__fff--pas .transparent__header {
  background: rgb(114, 199, 166);
}
.theme__fff--pastel .breadcrumb__slashes,
.t__fff--pas .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__fff--pastel .the-list,
.t__fff--pas .the-list {
  background-color: rgb(114, 199, 166);
}
.theme__fff--pastel .the-list option,
.t__fff--pas .the-list option {
  border-color: rgb(114, 199, 166) !important;
}
.theme__fff--pastel .es-list::-webkit-scrollbar-thumb,
.t__fff--pas .es-list::-webkit-scrollbar-thumb {
  background: rgb(114, 199, 166);
}
.theme__fff--pastel .es-visible,
.t__fff--pas .es-visible {
  border-color: rgb(114, 199, 166) !important;
}
.theme__fff--pastel .ot-open,
.theme__fff--pastel .ot-closed,
.t__fff--pas .ot-open,
.t__fff--pas .ot-closed {
  color: rgb(114, 199, 166);
}
.theme__fff--pastel .colour__foreground,
.t__fff--pas .colour__foreground {
  color: rgb(114, 199, 166);
}
.theme__fff--pastel h1.t__none,
.theme__fff--pastel h1.theme__none,
.theme__fff--pastel h2.t__none,
.theme__fff--pastel h2.theme__none,
.theme__fff--pastel h3.t__none,
.theme__fff--pastel h3.theme__none,
.theme__fff--pastel h4.t__none,
.theme__fff--pastel h4.theme__none,
.theme__fff--pastel h1.t__none--w-hov,
.theme__fff--pastel h1.theme__none--with-hover,
.theme__fff--pastel h2.t__none--w-hov,
.theme__fff--pastel h2.theme__none--with-hover,
.theme__fff--pastel h3.t__none--w-hov,
.theme__fff--pastel h3.theme__none--with-hover,
.theme__fff--pastel h4.t__none--w-hov,
.theme__fff--pastel h4.theme__none--with-hover,
.t__fff--pas h1.t__none,
.t__fff--pas h1.theme__none,
.t__fff--pas h2.t__none,
.t__fff--pas h2.theme__none,
.t__fff--pas h3.t__none,
.t__fff--pas h3.theme__none,
.t__fff--pas h4.t__none,
.t__fff--pas h4.theme__none,
.t__fff--pas h1.t__none--w-hov,
.t__fff--pas h1.theme__none--with-hover,
.t__fff--pas h2.t__none--w-hov,
.t__fff--pas h2.theme__none--with-hover,
.t__fff--pas h3.t__none--w-hov,
.t__fff--pas h3.theme__none--with-hover,
.t__fff--pas h4.t__none--w-hov,
.t__fff--pas h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__fff--pastel span.t__none,
.theme__fff--pastel span.theme__none,
.t__fff--pas span.t__none,
.t__fff--pas span.theme__none {
  color: #4a4a4a;
}
.theme__fff--pastel i.t__none,
.theme__fff--pastel i.theme__none,
.t__fff--pas i.t__none,
.t__fff--pas i.theme__none {
  color: #4a4a4a;
}
.theme__fff--pastel a.border__none,
.theme__fff--pastel a.b__none,
.t__fff--pas a.border__none,
.t__fff--pas a.b__none {
  border: 0;
}
.theme__fff--pastel a:hover h1.t__none,
.theme__fff--pastel a:hover h1.theme__none,
.theme__fff--pastel a:hover h2.t__none,
.theme__fff--pastel a:hover h2.theme__none,
.theme__fff--pastel a:hover h3.t__none,
.theme__fff--pastel a:hover h3.theme__none,
.theme__fff--pastel a:hover h4.t__none,
.theme__fff--pastel a:hover h4.theme__none,
.t__fff--pas a:hover h1.t__none,
.t__fff--pas a:hover h1.theme__none,
.t__fff--pas a:hover h2.t__none,
.t__fff--pas a:hover h2.theme__none,
.t__fff--pas a:hover h3.t__none,
.t__fff--pas a:hover h3.theme__none,
.t__fff--pas a:hover h4.t__none,
.t__fff--pas a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__fff--pastel a:hover h1.t__none--w-hov,
.theme__fff--pastel a:hover h1.theme__none--with-hover,
.theme__fff--pastel a:hover h2.t__none--w-hov,
.theme__fff--pastel a:hover h2.theme__none--with-hover,
.theme__fff--pastel a:hover h3.t__none--w-hov,
.theme__fff--pastel a:hover h3.theme__none--with-hover,
.theme__fff--pastel a:hover h4.t__none--w-hov,
.theme__fff--pastel a:hover h4.theme__none--with-hover,
.t__fff--pas a:hover h1.t__none--w-hov,
.t__fff--pas a:hover h1.theme__none--with-hover,
.t__fff--pas a:hover h2.t__none--w-hov,
.t__fff--pas a:hover h2.theme__none--with-hover,
.t__fff--pas a:hover h3.t__none--w-hov,
.t__fff--pas a:hover h3.theme__none--with-hover,
.t__fff--pas a:hover h4.t__none--w-hov,
.t__fff--pas a:hover h4.theme__none--with-hover {
  color: rgb(114, 199, 166);
}

.theme__fff--background-primary,
.t__fff--bg-pri {
  background-color: rgb(114, 199, 166);
}

.theme__fff--background-secondary,
.t__fff--bg-sec {
  background-color: rgb(114, 199, 166);
}

.theme__fff--background-pastel,
.t__fff--bg-pas {
  background-color: rgb(114, 199, 166);
}

.theme__we--primary h1, .theme__we--primary h2, .theme__we--primary h3, .theme__we--primary h4, .theme__we--primary h5, .theme__we--primary h6,
.t__we--pri h1,
.t__we--pri h2,
.t__we--pri h3,
.t__we--pri h4,
.t__we--pri h5,
.t__we--pri h6 {
  color: rgb(209, 116, 172);
}
.theme__we--primary a,
.t__we--pri a {
  color: #4a4a4a;
  border-color: rgb(209, 116, 172);
  text-decoration: none;
}
.theme__we--primary a:hover,
.t__we--pri a:hover {
  color: rgb(209, 116, 172);
}
.theme__we--primary a:hover h1, .theme__we--primary a:hover h2, .theme__we--primary a:hover h3, .theme__we--primary a:hover h4, .theme__we--primary a:hover h5, .theme__we--primary a:hover h6,
.t__we--pri a:hover h1,
.t__we--pri a:hover h2,
.t__we--pri a:hover h3,
.t__we--pri a:hover h4,
.t__we--pri a:hover h5,
.t__we--pri a:hover h6 {
  color: rgb(209, 116, 172);
}
.theme__we--primary a div,
.t__we--pri a div {
  border-color: rgb(209, 116, 172) !important;
}
.theme__we--primary input,
.t__we--pri input {
  border-color: rgb(209, 116, 172);
}
.theme__we--primary p,
.t__we--pri p {
  color: #4a4a4a;
}
.theme__we--primary .button,
.theme__we--primary .btn,
.theme__we--primary .btn__pill, .theme__we--primary.button, .theme__we--primary.btn, .theme__we--primary.btn__pill,
.t__we--pri .button,
.t__we--pri .btn,
.t__we--pri .btn__pill,
.t__we--pri.button,
.t__we--pri.btn,
.t__we--pri.btn__pill {
  border-color: rgb(209, 116, 172);
}
@media (hover: hover) {
  .theme__we--primary .button:hover,
  .theme__we--primary .btn:hover,
  .theme__we--primary .btn__pill:hover, .theme__we--primary.button:hover, .theme__we--primary.btn:hover, .theme__we--primary.btn__pill:hover,
  .t__we--pri .button:hover,
  .t__we--pri .btn:hover,
  .t__we--pri .btn__pill:hover,
  .t__we--pri.button:hover,
  .t__we--pri.btn:hover,
  .t__we--pri.btn__pill:hover {
    color: #ffffff;
    background: rgb(209, 116, 172);
  }
  .theme__we--primary .button:hover i,
  .theme__we--primary .btn:hover i,
  .theme__we--primary .btn__pill:hover i, .theme__we--primary.button:hover i, .theme__we--primary.btn:hover i, .theme__we--primary.btn__pill:hover i,
  .t__we--pri .button:hover i,
  .t__we--pri .btn:hover i,
  .t__we--pri .btn__pill:hover i,
  .t__we--pri.button:hover i,
  .t__we--pri.btn:hover i,
  .t__we--pri.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__we--primary .button__invert,
.theme__we--primary .btn__invert,
.theme__we--primary .btn__pill__invert, .theme__we--primary.button__invert, .theme__we--primary.btn__invert, .theme__we--primary.btn__pill__invert,
.t__we--pri .button__invert,
.t__we--pri .btn__invert,
.t__we--pri .btn__pill__invert,
.t__we--pri.button__invert,
.t__we--pri.btn__invert,
.t__we--pri.btn__pill__invert {
  background-color: rgb(209, 116, 172);
  color: #ffffff;
}
.theme__we--primary .button__invert h4,
.theme__we--primary .btn__invert h4,
.theme__we--primary .btn__pill__invert h4, .theme__we--primary.button__invert h4, .theme__we--primary.btn__invert h4, .theme__we--primary.btn__pill__invert h4,
.t__we--pri .button__invert h4,
.t__we--pri .btn__invert h4,
.t__we--pri .btn__pill__invert h4,
.t__we--pri.button__invert h4,
.t__we--pri.btn__invert h4,
.t__we--pri.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__we--primary .button__invert:hover,
.theme__we--primary .btn__invert:hover,
.theme__we--primary .btn__pill__invert:hover, .theme__we--primary.button__invert:hover, .theme__we--primary.btn__invert:hover, .theme__we--primary.btn__pill__invert:hover,
.t__we--pri .button__invert:hover,
.t__we--pri .btn__invert:hover,
.t__we--pri .btn__pill__invert:hover,
.t__we--pri.button__invert:hover,
.t__we--pri.btn__invert:hover,
.t__we--pri.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__we--primary .button__invert:hover h4,
.theme__we--primary .btn__invert:hover h4,
.theme__we--primary .btn__pill__invert:hover h4, .theme__we--primary.button__invert:hover h4, .theme__we--primary.btn__invert:hover h4, .theme__we--primary.btn__pill__invert:hover h4,
.t__we--pri .button__invert:hover h4,
.t__we--pri .btn__invert:hover h4,
.t__we--pri .btn__pill__invert:hover h4,
.t__we--pri.button__invert:hover h4,
.t__we--pri.btn__invert:hover h4,
.t__we--pri.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__we--primary .button__invert--hover:hover,
.theme__we--primary .btn__invert--hover:hover,
.theme__we--primary .btn__pill__invert--hover:hover, .theme__we--primary.button__invert--hover:hover, .theme__we--primary.btn__invert--hover:hover, .theme__we--primary.btn__pill__invert--hover:hover,
.t__we--pri .button__invert--hover:hover,
.t__we--pri .btn__invert--hover:hover,
.t__we--pri .btn__pill__invert--hover:hover,
.t__we--pri.button__invert--hover:hover,
.t__we--pri.btn__invert--hover:hover,
.t__we--pri.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__we--primary .button__under,
.theme__we--primary .btn__under,
.theme__we--primary .btn__pill__under, .theme__we--primary.button__under, .theme__we--primary.btn__under, .theme__we--primary.btn__pill__under,
.t__we--pri .button__under,
.t__we--pri .btn__under,
.t__we--pri .btn__pill__under,
.t__we--pri.button__under,
.t__we--pri.btn__under,
.t__we--pri.btn__pill__under {
  border-color: rgb(209, 116, 172);
}
.theme__we--primary .btn__large,
.t__we--pri .btn__large {
  background-color: rgb(209, 116, 172);
}
.theme__we--primary .input__search,
.t__we--pri .input__search {
  border-color: rgb(209, 116, 172);
}
.theme__we--primary .input__search i,
.t__we--pri .input__search i {
  color: #4a4a4a;
}
.theme__we--primary .input__search:hover i,
.t__we--pri .input__search:hover i {
  color: rgb(209, 116, 172);
}
.theme__we--primary .component__foreground,
.t__we--pri .component__foreground {
  color: #4a4a4a;
}
.theme__we--primary.card,
.theme__we--primary .card, .theme__we--primary.card__with-image,
.theme__we--primary .card__with-image,
.t__we--pri.card,
.t__we--pri .card,
.t__we--pri.card__with-image,
.t__we--pri .card__with-image {
  border-color: rgb(209, 116, 172);
}
.theme__we--primary.card__highlight,
.theme__we--primary .card__highlight,
.theme__we--primary .card__highlight--image,
.theme__we--primary .card__highlight--final,
.t__we--pri.card__highlight,
.t__we--pri .card__highlight,
.t__we--pri .card__highlight--image,
.t__we--pri .card__highlight--final {
  background-color: rgb(209, 116, 172);
  border-color: rgb(209, 116, 172);
}
.theme__we--primary.card__highlight--title,
.theme__we--primary .card__highlight--title,
.theme__we--primary .card__highlight--image,
.theme__we--primary .card__highlight--final,
.t__we--pri.card__highlight--title,
.t__we--pri .card__highlight--title,
.t__we--pri .card__highlight--image,
.t__we--pri .card__highlight--final {
  color: #4a4a4a;
}
.theme__we--primary .image-slider__selector--dot,
.t__we--pri .image-slider__selector--dot {
  background-color: rgb(209, 116, 172);
}
.theme__we--primary .call-to-action__text h3,
.t__we--pri .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__we--primary .officer__block--title h5, .theme__we--primary .officer__block--title h6,
.t__we--pri .officer__block--title h5,
.t__we--pri .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__we--primary .block__statement--link,
.t__we--pri .block__statement--link {
  color: #4a4a4a;
}
.theme__we--primary .card__cutoff,
.t__we--pri .card__cutoff {
  background: linear-gradient(rgb(209, 116, 172), rgb(209, 116, 172)), linear-gradient(white, white);
}
.theme__we--primary .card__cutoff p,
.t__we--pri .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__we--primary .card__cutoff:hover,
  .t__we--pri .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__we--primary .card__cutoff:hover p,
  .t__we--pri .card__cutoff:hover p {
    color: rgb(209, 116, 172);
  }
  .theme__we--primary .card__cutoff:hover .card__cutoff--link,
  .t__we--pri .card__cutoff:hover .card__cutoff--link {
    color: rgb(209, 116, 172);
  }
  .theme__we--primary .card__cutoff:hover .card__cutoff--text,
  .t__we--pri .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__we--primary .card__cutoff:hover .card__cutoff--text p,
  .t__we--pri .card__cutoff:hover .card__cutoff--text p {
    color: rgb(209, 116, 172);
  }
  .theme__we--primary .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__we--pri .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: rgb(209, 116, 172);
  }
}
.theme__we--primary .card__cutoff--link,
.t__we--pri .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__we--primary .card__cutoff--link:hover,
  .t__we--pri .card__cutoff--link:hover {
    color: rgb(209, 116, 172);
  }
  .theme__we--primary .card__cutoff--link:hover--link,
  .t__we--pri .card__cutoff--link:hover--link {
    color: rgb(209, 116, 172);
  }
}
.theme__we--primary .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__we--pri .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: rgb(209, 116, 172);
}
.theme__we--primary .dropdown__toggle--title,
.t__we--pri .dropdown__toggle--title {
  color: rgb(209, 116, 172);
}
.theme__we--primary .dropdown__toggle--icon i,
.t__we--pri .dropdown__toggle--icon i {
  color: rgb(209, 116, 172);
}
.theme__we--primary .large_timer__countdown--item_large,
.t__we--pri .large_timer__countdown--item_large {
  background-color: rgb(209, 116, 172);
}
.theme__we--primary .large_timer__countdown--item_medium,
.t__we--pri .large_timer__countdown--item_medium {
  background-color: rgb(209, 116, 172);
}
.theme__we--primary .large_timer__countdown--item_small,
.t__we--pri .large_timer__countdown--item_small {
  background-color: rgb(209, 116, 172);
}
.theme__we--primary .modalcontent,
.t__we--pri .modalcontent {
  border-color: rgb(209, 116, 172);
}
.theme__we--primary .transparent__header,
.t__we--pri .transparent__header {
  background: rgb(209, 116, 172);
}
.theme__we--primary .breadcrumb__slashes,
.t__we--pri .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__we--primary .the-list,
.t__we--pri .the-list {
  background-color: rgb(209, 116, 172);
}
.theme__we--primary .the-list option,
.t__we--pri .the-list option {
  border-color: rgb(209, 116, 172) !important;
}
.theme__we--primary .es-list::-webkit-scrollbar-thumb,
.t__we--pri .es-list::-webkit-scrollbar-thumb {
  background: rgb(209, 116, 172);
}
.theme__we--primary .es-visible,
.t__we--pri .es-visible {
  border-color: rgb(209, 116, 172) !important;
}
.theme__we--primary .ot-open,
.theme__we--primary .ot-closed,
.t__we--pri .ot-open,
.t__we--pri .ot-closed {
  color: rgb(209, 116, 172);
}
.theme__we--primary .colour__foreground,
.t__we--pri .colour__foreground {
  color: rgb(209, 116, 172);
}
.theme__we--primary h1.t__none,
.theme__we--primary h1.theme__none,
.theme__we--primary h2.t__none,
.theme__we--primary h2.theme__none,
.theme__we--primary h3.t__none,
.theme__we--primary h3.theme__none,
.theme__we--primary h4.t__none,
.theme__we--primary h4.theme__none,
.theme__we--primary h1.t__none--w-hov,
.theme__we--primary h1.theme__none--with-hover,
.theme__we--primary h2.t__none--w-hov,
.theme__we--primary h2.theme__none--with-hover,
.theme__we--primary h3.t__none--w-hov,
.theme__we--primary h3.theme__none--with-hover,
.theme__we--primary h4.t__none--w-hov,
.theme__we--primary h4.theme__none--with-hover,
.t__we--pri h1.t__none,
.t__we--pri h1.theme__none,
.t__we--pri h2.t__none,
.t__we--pri h2.theme__none,
.t__we--pri h3.t__none,
.t__we--pri h3.theme__none,
.t__we--pri h4.t__none,
.t__we--pri h4.theme__none,
.t__we--pri h1.t__none--w-hov,
.t__we--pri h1.theme__none--with-hover,
.t__we--pri h2.t__none--w-hov,
.t__we--pri h2.theme__none--with-hover,
.t__we--pri h3.t__none--w-hov,
.t__we--pri h3.theme__none--with-hover,
.t__we--pri h4.t__none--w-hov,
.t__we--pri h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__we--primary span.t__none,
.theme__we--primary span.theme__none,
.t__we--pri span.t__none,
.t__we--pri span.theme__none {
  color: #4a4a4a;
}
.theme__we--primary i.t__none,
.theme__we--primary i.theme__none,
.t__we--pri i.t__none,
.t__we--pri i.theme__none {
  color: #4a4a4a;
}
.theme__we--primary a.border__none,
.theme__we--primary a.b__none,
.t__we--pri a.border__none,
.t__we--pri a.b__none {
  border: 0;
}
.theme__we--primary a:hover h1.t__none,
.theme__we--primary a:hover h1.theme__none,
.theme__we--primary a:hover h2.t__none,
.theme__we--primary a:hover h2.theme__none,
.theme__we--primary a:hover h3.t__none,
.theme__we--primary a:hover h3.theme__none,
.theme__we--primary a:hover h4.t__none,
.theme__we--primary a:hover h4.theme__none,
.t__we--pri a:hover h1.t__none,
.t__we--pri a:hover h1.theme__none,
.t__we--pri a:hover h2.t__none,
.t__we--pri a:hover h2.theme__none,
.t__we--pri a:hover h3.t__none,
.t__we--pri a:hover h3.theme__none,
.t__we--pri a:hover h4.t__none,
.t__we--pri a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__we--primary a:hover h1.t__none--w-hov,
.theme__we--primary a:hover h1.theme__none--with-hover,
.theme__we--primary a:hover h2.t__none--w-hov,
.theme__we--primary a:hover h2.theme__none--with-hover,
.theme__we--primary a:hover h3.t__none--w-hov,
.theme__we--primary a:hover h3.theme__none--with-hover,
.theme__we--primary a:hover h4.t__none--w-hov,
.theme__we--primary a:hover h4.theme__none--with-hover,
.t__we--pri a:hover h1.t__none--w-hov,
.t__we--pri a:hover h1.theme__none--with-hover,
.t__we--pri a:hover h2.t__none--w-hov,
.t__we--pri a:hover h2.theme__none--with-hover,
.t__we--pri a:hover h3.t__none--w-hov,
.t__we--pri a:hover h3.theme__none--with-hover,
.t__we--pri a:hover h4.t__none--w-hov,
.t__we--pri a:hover h4.theme__none--with-hover {
  color: rgb(209, 116, 172);
}
.theme__we--primary .dotted__line--small, .theme__we--primary .dotted__line--medium, .theme__we--primary .dotted__line--large, .theme__we--primary .dotted__line--x-large, .theme__we--primary .dotted__line--huge,
.t__we--pri .dotted__line--small,
.t__we--pri .dotted__line--medium,
.t__we--pri .dotted__line--large,
.t__we--pri .dotted__line--x-large,
.t__we--pri .dotted__line--huge {
  border-image-source: url("https://assets-cdn.sums.su/SH/Dotted_Borders/dotted_we.png");
}

.theme__we--secondary h1, .theme__we--secondary h2, .theme__we--secondary h3, .theme__we--secondary h4, .theme__we--secondary h5, .theme__we--secondary h6,
.t__we--sec h1,
.t__we--sec h2,
.t__we--sec h3,
.t__we--sec h4,
.t__we--sec h5,
.t__we--sec h6 {
  color: rgb(198, 83, 152);
}
.theme__we--secondary a,
.t__we--sec a {
  color: #4a4a4a;
  border-color: rgb(198, 83, 152);
  text-decoration: none;
}
.theme__we--secondary a:hover,
.t__we--sec a:hover {
  color: rgb(198, 83, 152);
}
.theme__we--secondary a:hover h1, .theme__we--secondary a:hover h2, .theme__we--secondary a:hover h3, .theme__we--secondary a:hover h4, .theme__we--secondary a:hover h5, .theme__we--secondary a:hover h6,
.t__we--sec a:hover h1,
.t__we--sec a:hover h2,
.t__we--sec a:hover h3,
.t__we--sec a:hover h4,
.t__we--sec a:hover h5,
.t__we--sec a:hover h6 {
  color: rgb(198, 83, 152);
}
.theme__we--secondary a div,
.t__we--sec a div {
  border-color: rgb(198, 83, 152) !important;
}
.theme__we--secondary input,
.t__we--sec input {
  border-color: rgb(198, 83, 152);
}
.theme__we--secondary p,
.t__we--sec p {
  color: #4a4a4a;
}
.theme__we--secondary .button,
.theme__we--secondary .btn,
.theme__we--secondary .btn__pill, .theme__we--secondary.button, .theme__we--secondary.btn, .theme__we--secondary.btn__pill,
.t__we--sec .button,
.t__we--sec .btn,
.t__we--sec .btn__pill,
.t__we--sec.button,
.t__we--sec.btn,
.t__we--sec.btn__pill {
  border-color: rgb(198, 83, 152);
}
@media (hover: hover) {
  .theme__we--secondary .button:hover,
  .theme__we--secondary .btn:hover,
  .theme__we--secondary .btn__pill:hover, .theme__we--secondary.button:hover, .theme__we--secondary.btn:hover, .theme__we--secondary.btn__pill:hover,
  .t__we--sec .button:hover,
  .t__we--sec .btn:hover,
  .t__we--sec .btn__pill:hover,
  .t__we--sec.button:hover,
  .t__we--sec.btn:hover,
  .t__we--sec.btn__pill:hover {
    color: #ffffff;
    background: rgb(198, 83, 152);
  }
  .theme__we--secondary .button:hover i,
  .theme__we--secondary .btn:hover i,
  .theme__we--secondary .btn__pill:hover i, .theme__we--secondary.button:hover i, .theme__we--secondary.btn:hover i, .theme__we--secondary.btn__pill:hover i,
  .t__we--sec .button:hover i,
  .t__we--sec .btn:hover i,
  .t__we--sec .btn__pill:hover i,
  .t__we--sec.button:hover i,
  .t__we--sec.btn:hover i,
  .t__we--sec.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__we--secondary .button__invert,
.theme__we--secondary .btn__invert,
.theme__we--secondary .btn__pill__invert, .theme__we--secondary.button__invert, .theme__we--secondary.btn__invert, .theme__we--secondary.btn__pill__invert,
.t__we--sec .button__invert,
.t__we--sec .btn__invert,
.t__we--sec .btn__pill__invert,
.t__we--sec.button__invert,
.t__we--sec.btn__invert,
.t__we--sec.btn__pill__invert {
  background-color: rgb(198, 83, 152);
  color: #ffffff;
}
.theme__we--secondary .button__invert h4,
.theme__we--secondary .btn__invert h4,
.theme__we--secondary .btn__pill__invert h4, .theme__we--secondary.button__invert h4, .theme__we--secondary.btn__invert h4, .theme__we--secondary.btn__pill__invert h4,
.t__we--sec .button__invert h4,
.t__we--sec .btn__invert h4,
.t__we--sec .btn__pill__invert h4,
.t__we--sec.button__invert h4,
.t__we--sec.btn__invert h4,
.t__we--sec.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__we--secondary .button__invert:hover,
.theme__we--secondary .btn__invert:hover,
.theme__we--secondary .btn__pill__invert:hover, .theme__we--secondary.button__invert:hover, .theme__we--secondary.btn__invert:hover, .theme__we--secondary.btn__pill__invert:hover,
.t__we--sec .button__invert:hover,
.t__we--sec .btn__invert:hover,
.t__we--sec .btn__pill__invert:hover,
.t__we--sec.button__invert:hover,
.t__we--sec.btn__invert:hover,
.t__we--sec.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__we--secondary .button__invert:hover h4,
.theme__we--secondary .btn__invert:hover h4,
.theme__we--secondary .btn__pill__invert:hover h4, .theme__we--secondary.button__invert:hover h4, .theme__we--secondary.btn__invert:hover h4, .theme__we--secondary.btn__pill__invert:hover h4,
.t__we--sec .button__invert:hover h4,
.t__we--sec .btn__invert:hover h4,
.t__we--sec .btn__pill__invert:hover h4,
.t__we--sec.button__invert:hover h4,
.t__we--sec.btn__invert:hover h4,
.t__we--sec.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__we--secondary .button__invert--hover:hover,
.theme__we--secondary .btn__invert--hover:hover,
.theme__we--secondary .btn__pill__invert--hover:hover, .theme__we--secondary.button__invert--hover:hover, .theme__we--secondary.btn__invert--hover:hover, .theme__we--secondary.btn__pill__invert--hover:hover,
.t__we--sec .button__invert--hover:hover,
.t__we--sec .btn__invert--hover:hover,
.t__we--sec .btn__pill__invert--hover:hover,
.t__we--sec.button__invert--hover:hover,
.t__we--sec.btn__invert--hover:hover,
.t__we--sec.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__we--secondary .button__under,
.theme__we--secondary .btn__under,
.theme__we--secondary .btn__pill__under, .theme__we--secondary.button__under, .theme__we--secondary.btn__under, .theme__we--secondary.btn__pill__under,
.t__we--sec .button__under,
.t__we--sec .btn__under,
.t__we--sec .btn__pill__under,
.t__we--sec.button__under,
.t__we--sec.btn__under,
.t__we--sec.btn__pill__under {
  border-color: rgb(198, 83, 152);
}
.theme__we--secondary .btn__large,
.t__we--sec .btn__large {
  background-color: rgb(198, 83, 152);
}
.theme__we--secondary .input__search,
.t__we--sec .input__search {
  border-color: rgb(198, 83, 152);
}
.theme__we--secondary .input__search i,
.t__we--sec .input__search i {
  color: #4a4a4a;
}
.theme__we--secondary .input__search:hover i,
.t__we--sec .input__search:hover i {
  color: rgb(198, 83, 152);
}
.theme__we--secondary .component__foreground,
.t__we--sec .component__foreground {
  color: #4a4a4a;
}
.theme__we--secondary.card,
.theme__we--secondary .card, .theme__we--secondary.card__with-image,
.theme__we--secondary .card__with-image,
.t__we--sec.card,
.t__we--sec .card,
.t__we--sec.card__with-image,
.t__we--sec .card__with-image {
  border-color: rgb(198, 83, 152);
}
.theme__we--secondary.card__highlight,
.theme__we--secondary .card__highlight,
.theme__we--secondary .card__highlight--image,
.theme__we--secondary .card__highlight--final,
.t__we--sec.card__highlight,
.t__we--sec .card__highlight,
.t__we--sec .card__highlight--image,
.t__we--sec .card__highlight--final {
  background-color: rgb(198, 83, 152);
  border-color: rgb(198, 83, 152);
}
.theme__we--secondary.card__highlight--title,
.theme__we--secondary .card__highlight--title,
.theme__we--secondary .card__highlight--image,
.theme__we--secondary .card__highlight--final,
.t__we--sec.card__highlight--title,
.t__we--sec .card__highlight--title,
.t__we--sec .card__highlight--image,
.t__we--sec .card__highlight--final {
  color: #4a4a4a;
}
.theme__we--secondary .image-slider__selector--dot,
.t__we--sec .image-slider__selector--dot {
  background-color: rgb(198, 83, 152);
}
.theme__we--secondary .call-to-action__text h3,
.t__we--sec .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__we--secondary .officer__block--title h5, .theme__we--secondary .officer__block--title h6,
.t__we--sec .officer__block--title h5,
.t__we--sec .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__we--secondary .block__statement--link,
.t__we--sec .block__statement--link {
  color: #4a4a4a;
}
.theme__we--secondary .card__cutoff,
.t__we--sec .card__cutoff {
  background: linear-gradient(rgb(198, 83, 152), rgb(198, 83, 152)), linear-gradient(white, white);
}
.theme__we--secondary .card__cutoff p,
.t__we--sec .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__we--secondary .card__cutoff:hover,
  .t__we--sec .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__we--secondary .card__cutoff:hover p,
  .t__we--sec .card__cutoff:hover p {
    color: rgb(198, 83, 152);
  }
  .theme__we--secondary .card__cutoff:hover .card__cutoff--link,
  .t__we--sec .card__cutoff:hover .card__cutoff--link {
    color: rgb(198, 83, 152);
  }
  .theme__we--secondary .card__cutoff:hover .card__cutoff--text,
  .t__we--sec .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__we--secondary .card__cutoff:hover .card__cutoff--text p,
  .t__we--sec .card__cutoff:hover .card__cutoff--text p {
    color: rgb(198, 83, 152);
  }
  .theme__we--secondary .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__we--sec .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: rgb(198, 83, 152);
  }
}
.theme__we--secondary .card__cutoff--link,
.t__we--sec .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__we--secondary .card__cutoff--link:hover,
  .t__we--sec .card__cutoff--link:hover {
    color: rgb(198, 83, 152);
  }
  .theme__we--secondary .card__cutoff--link:hover--link,
  .t__we--sec .card__cutoff--link:hover--link {
    color: rgb(198, 83, 152);
  }
}
.theme__we--secondary .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__we--sec .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: rgb(198, 83, 152);
}
.theme__we--secondary .dropdown__toggle--title,
.t__we--sec .dropdown__toggle--title {
  color: rgb(198, 83, 152);
}
.theme__we--secondary .dropdown__toggle--icon i,
.t__we--sec .dropdown__toggle--icon i {
  color: rgb(198, 83, 152);
}
.theme__we--secondary .large_timer__countdown--item_large,
.t__we--sec .large_timer__countdown--item_large {
  background-color: rgb(198, 83, 152);
}
.theme__we--secondary .large_timer__countdown--item_medium,
.t__we--sec .large_timer__countdown--item_medium {
  background-color: rgb(198, 83, 152);
}
.theme__we--secondary .large_timer__countdown--item_small,
.t__we--sec .large_timer__countdown--item_small {
  background-color: rgb(198, 83, 152);
}
.theme__we--secondary .modalcontent,
.t__we--sec .modalcontent {
  border-color: rgb(198, 83, 152);
}
.theme__we--secondary .transparent__header,
.t__we--sec .transparent__header {
  background: rgb(198, 83, 152);
}
.theme__we--secondary .breadcrumb__slashes,
.t__we--sec .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__we--secondary .the-list,
.t__we--sec .the-list {
  background-color: rgb(198, 83, 152);
}
.theme__we--secondary .the-list option,
.t__we--sec .the-list option {
  border-color: rgb(198, 83, 152) !important;
}
.theme__we--secondary .es-list::-webkit-scrollbar-thumb,
.t__we--sec .es-list::-webkit-scrollbar-thumb {
  background: rgb(198, 83, 152);
}
.theme__we--secondary .es-visible,
.t__we--sec .es-visible {
  border-color: rgb(198, 83, 152) !important;
}
.theme__we--secondary .ot-open,
.theme__we--secondary .ot-closed,
.t__we--sec .ot-open,
.t__we--sec .ot-closed {
  color: rgb(198, 83, 152);
}
.theme__we--secondary .colour__foreground,
.t__we--sec .colour__foreground {
  color: rgb(198, 83, 152);
}
.theme__we--secondary h1.t__none,
.theme__we--secondary h1.theme__none,
.theme__we--secondary h2.t__none,
.theme__we--secondary h2.theme__none,
.theme__we--secondary h3.t__none,
.theme__we--secondary h3.theme__none,
.theme__we--secondary h4.t__none,
.theme__we--secondary h4.theme__none,
.theme__we--secondary h1.t__none--w-hov,
.theme__we--secondary h1.theme__none--with-hover,
.theme__we--secondary h2.t__none--w-hov,
.theme__we--secondary h2.theme__none--with-hover,
.theme__we--secondary h3.t__none--w-hov,
.theme__we--secondary h3.theme__none--with-hover,
.theme__we--secondary h4.t__none--w-hov,
.theme__we--secondary h4.theme__none--with-hover,
.t__we--sec h1.t__none,
.t__we--sec h1.theme__none,
.t__we--sec h2.t__none,
.t__we--sec h2.theme__none,
.t__we--sec h3.t__none,
.t__we--sec h3.theme__none,
.t__we--sec h4.t__none,
.t__we--sec h4.theme__none,
.t__we--sec h1.t__none--w-hov,
.t__we--sec h1.theme__none--with-hover,
.t__we--sec h2.t__none--w-hov,
.t__we--sec h2.theme__none--with-hover,
.t__we--sec h3.t__none--w-hov,
.t__we--sec h3.theme__none--with-hover,
.t__we--sec h4.t__none--w-hov,
.t__we--sec h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__we--secondary span.t__none,
.theme__we--secondary span.theme__none,
.t__we--sec span.t__none,
.t__we--sec span.theme__none {
  color: #4a4a4a;
}
.theme__we--secondary i.t__none,
.theme__we--secondary i.theme__none,
.t__we--sec i.t__none,
.t__we--sec i.theme__none {
  color: #4a4a4a;
}
.theme__we--secondary a.border__none,
.theme__we--secondary a.b__none,
.t__we--sec a.border__none,
.t__we--sec a.b__none {
  border: 0;
}
.theme__we--secondary a:hover h1.t__none,
.theme__we--secondary a:hover h1.theme__none,
.theme__we--secondary a:hover h2.t__none,
.theme__we--secondary a:hover h2.theme__none,
.theme__we--secondary a:hover h3.t__none,
.theme__we--secondary a:hover h3.theme__none,
.theme__we--secondary a:hover h4.t__none,
.theme__we--secondary a:hover h4.theme__none,
.t__we--sec a:hover h1.t__none,
.t__we--sec a:hover h1.theme__none,
.t__we--sec a:hover h2.t__none,
.t__we--sec a:hover h2.theme__none,
.t__we--sec a:hover h3.t__none,
.t__we--sec a:hover h3.theme__none,
.t__we--sec a:hover h4.t__none,
.t__we--sec a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__we--secondary a:hover h1.t__none--w-hov,
.theme__we--secondary a:hover h1.theme__none--with-hover,
.theme__we--secondary a:hover h2.t__none--w-hov,
.theme__we--secondary a:hover h2.theme__none--with-hover,
.theme__we--secondary a:hover h3.t__none--w-hov,
.theme__we--secondary a:hover h3.theme__none--with-hover,
.theme__we--secondary a:hover h4.t__none--w-hov,
.theme__we--secondary a:hover h4.theme__none--with-hover,
.t__we--sec a:hover h1.t__none--w-hov,
.t__we--sec a:hover h1.theme__none--with-hover,
.t__we--sec a:hover h2.t__none--w-hov,
.t__we--sec a:hover h2.theme__none--with-hover,
.t__we--sec a:hover h3.t__none--w-hov,
.t__we--sec a:hover h3.theme__none--with-hover,
.t__we--sec a:hover h4.t__none--w-hov,
.t__we--sec a:hover h4.theme__none--with-hover {
  color: rgb(198, 83, 152);
}

.theme__we--pastel h1, .theme__we--pastel h2, .theme__we--pastel h3, .theme__we--pastel h4, .theme__we--pastel h5, .theme__we--pastel h6,
.t__we--pas h1,
.t__we--pas h2,
.t__we--pas h3,
.t__we--pas h4,
.t__we--pas h5,
.t__we--pas h6 {
  color: rgba(209, 116, 172, 0.1);
}
.theme__we--pastel a,
.t__we--pas a {
  color: #4a4a4a;
  border-color: rgba(209, 116, 172, 0.1);
  text-decoration: none;
}
.theme__we--pastel a:hover,
.t__we--pas a:hover {
  color: rgba(209, 116, 172, 0.1);
}
.theme__we--pastel a:hover h1, .theme__we--pastel a:hover h2, .theme__we--pastel a:hover h3, .theme__we--pastel a:hover h4, .theme__we--pastel a:hover h5, .theme__we--pastel a:hover h6,
.t__we--pas a:hover h1,
.t__we--pas a:hover h2,
.t__we--pas a:hover h3,
.t__we--pas a:hover h4,
.t__we--pas a:hover h5,
.t__we--pas a:hover h6 {
  color: rgba(209, 116, 172, 0.1);
}
.theme__we--pastel a div,
.t__we--pas a div {
  border-color: rgba(209, 116, 172, 0.1) !important;
}
.theme__we--pastel input,
.t__we--pas input {
  border-color: rgba(209, 116, 172, 0.1);
}
.theme__we--pastel p,
.t__we--pas p {
  color: #4a4a4a;
}
.theme__we--pastel .button,
.theme__we--pastel .btn,
.theme__we--pastel .btn__pill, .theme__we--pastel.button, .theme__we--pastel.btn, .theme__we--pastel.btn__pill,
.t__we--pas .button,
.t__we--pas .btn,
.t__we--pas .btn__pill,
.t__we--pas.button,
.t__we--pas.btn,
.t__we--pas.btn__pill {
  border-color: rgba(209, 116, 172, 0.1);
}
@media (hover: hover) {
  .theme__we--pastel .button:hover,
  .theme__we--pastel .btn:hover,
  .theme__we--pastel .btn__pill:hover, .theme__we--pastel.button:hover, .theme__we--pastel.btn:hover, .theme__we--pastel.btn__pill:hover,
  .t__we--pas .button:hover,
  .t__we--pas .btn:hover,
  .t__we--pas .btn__pill:hover,
  .t__we--pas.button:hover,
  .t__we--pas.btn:hover,
  .t__we--pas.btn__pill:hover {
    color: #ffffff;
    background: rgba(209, 116, 172, 0.1);
  }
  .theme__we--pastel .button:hover i,
  .theme__we--pastel .btn:hover i,
  .theme__we--pastel .btn__pill:hover i, .theme__we--pastel.button:hover i, .theme__we--pastel.btn:hover i, .theme__we--pastel.btn__pill:hover i,
  .t__we--pas .button:hover i,
  .t__we--pas .btn:hover i,
  .t__we--pas .btn__pill:hover i,
  .t__we--pas.button:hover i,
  .t__we--pas.btn:hover i,
  .t__we--pas.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__we--pastel .button__invert,
.theme__we--pastel .btn__invert,
.theme__we--pastel .btn__pill__invert, .theme__we--pastel.button__invert, .theme__we--pastel.btn__invert, .theme__we--pastel.btn__pill__invert,
.t__we--pas .button__invert,
.t__we--pas .btn__invert,
.t__we--pas .btn__pill__invert,
.t__we--pas.button__invert,
.t__we--pas.btn__invert,
.t__we--pas.btn__pill__invert {
  background-color: rgba(209, 116, 172, 0.1);
  color: #ffffff;
}
.theme__we--pastel .button__invert h4,
.theme__we--pastel .btn__invert h4,
.theme__we--pastel .btn__pill__invert h4, .theme__we--pastel.button__invert h4, .theme__we--pastel.btn__invert h4, .theme__we--pastel.btn__pill__invert h4,
.t__we--pas .button__invert h4,
.t__we--pas .btn__invert h4,
.t__we--pas .btn__pill__invert h4,
.t__we--pas.button__invert h4,
.t__we--pas.btn__invert h4,
.t__we--pas.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__we--pastel .button__invert:hover,
.theme__we--pastel .btn__invert:hover,
.theme__we--pastel .btn__pill__invert:hover, .theme__we--pastel.button__invert:hover, .theme__we--pastel.btn__invert:hover, .theme__we--pastel.btn__pill__invert:hover,
.t__we--pas .button__invert:hover,
.t__we--pas .btn__invert:hover,
.t__we--pas .btn__pill__invert:hover,
.t__we--pas.button__invert:hover,
.t__we--pas.btn__invert:hover,
.t__we--pas.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__we--pastel .button__invert:hover h4,
.theme__we--pastel .btn__invert:hover h4,
.theme__we--pastel .btn__pill__invert:hover h4, .theme__we--pastel.button__invert:hover h4, .theme__we--pastel.btn__invert:hover h4, .theme__we--pastel.btn__pill__invert:hover h4,
.t__we--pas .button__invert:hover h4,
.t__we--pas .btn__invert:hover h4,
.t__we--pas .btn__pill__invert:hover h4,
.t__we--pas.button__invert:hover h4,
.t__we--pas.btn__invert:hover h4,
.t__we--pas.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__we--pastel .button__invert--hover:hover,
.theme__we--pastel .btn__invert--hover:hover,
.theme__we--pastel .btn__pill__invert--hover:hover, .theme__we--pastel.button__invert--hover:hover, .theme__we--pastel.btn__invert--hover:hover, .theme__we--pastel.btn__pill__invert--hover:hover,
.t__we--pas .button__invert--hover:hover,
.t__we--pas .btn__invert--hover:hover,
.t__we--pas .btn__pill__invert--hover:hover,
.t__we--pas.button__invert--hover:hover,
.t__we--pas.btn__invert--hover:hover,
.t__we--pas.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__we--pastel .button__under,
.theme__we--pastel .btn__under,
.theme__we--pastel .btn__pill__under, .theme__we--pastel.button__under, .theme__we--pastel.btn__under, .theme__we--pastel.btn__pill__under,
.t__we--pas .button__under,
.t__we--pas .btn__under,
.t__we--pas .btn__pill__under,
.t__we--pas.button__under,
.t__we--pas.btn__under,
.t__we--pas.btn__pill__under {
  border-color: rgba(209, 116, 172, 0.1);
}
.theme__we--pastel .btn__large,
.t__we--pas .btn__large {
  background-color: rgba(209, 116, 172, 0.1);
}
.theme__we--pastel .input__search,
.t__we--pas .input__search {
  border-color: rgba(209, 116, 172, 0.1);
}
.theme__we--pastel .input__search i,
.t__we--pas .input__search i {
  color: #4a4a4a;
}
.theme__we--pastel .input__search:hover i,
.t__we--pas .input__search:hover i {
  color: rgba(209, 116, 172, 0.1);
}
.theme__we--pastel .component__foreground,
.t__we--pas .component__foreground {
  color: #4a4a4a;
}
.theme__we--pastel.card,
.theme__we--pastel .card, .theme__we--pastel.card__with-image,
.theme__we--pastel .card__with-image,
.t__we--pas.card,
.t__we--pas .card,
.t__we--pas.card__with-image,
.t__we--pas .card__with-image {
  border-color: rgba(209, 116, 172, 0.1);
}
.theme__we--pastel.card__highlight,
.theme__we--pastel .card__highlight,
.theme__we--pastel .card__highlight--image,
.theme__we--pastel .card__highlight--final,
.t__we--pas.card__highlight,
.t__we--pas .card__highlight,
.t__we--pas .card__highlight--image,
.t__we--pas .card__highlight--final {
  background-color: rgba(209, 116, 172, 0.1);
  border-color: rgba(209, 116, 172, 0.1);
}
.theme__we--pastel.card__highlight--title,
.theme__we--pastel .card__highlight--title,
.theme__we--pastel .card__highlight--image,
.theme__we--pastel .card__highlight--final,
.t__we--pas.card__highlight--title,
.t__we--pas .card__highlight--title,
.t__we--pas .card__highlight--image,
.t__we--pas .card__highlight--final {
  color: #4a4a4a;
}
.theme__we--pastel .image-slider__selector--dot,
.t__we--pas .image-slider__selector--dot {
  background-color: rgba(209, 116, 172, 0.1);
}
.theme__we--pastel .call-to-action__text h3,
.t__we--pas .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__we--pastel .officer__block--title h5, .theme__we--pastel .officer__block--title h6,
.t__we--pas .officer__block--title h5,
.t__we--pas .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__we--pastel .block__statement--link,
.t__we--pas .block__statement--link {
  color: #4a4a4a;
}
.theme__we--pastel .card__cutoff,
.t__we--pas .card__cutoff {
  background: linear-gradient(rgba(209, 116, 172, 0.1), rgba(209, 116, 172, 0.1)), linear-gradient(white, white);
}
.theme__we--pastel .card__cutoff p,
.t__we--pas .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__we--pastel .card__cutoff:hover,
  .t__we--pas .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__we--pastel .card__cutoff:hover p,
  .t__we--pas .card__cutoff:hover p {
    color: rgba(209, 116, 172, 0.1);
  }
  .theme__we--pastel .card__cutoff:hover .card__cutoff--link,
  .t__we--pas .card__cutoff:hover .card__cutoff--link {
    color: rgba(209, 116, 172, 0.1);
  }
  .theme__we--pastel .card__cutoff:hover .card__cutoff--text,
  .t__we--pas .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__we--pastel .card__cutoff:hover .card__cutoff--text p,
  .t__we--pas .card__cutoff:hover .card__cutoff--text p {
    color: rgba(209, 116, 172, 0.1);
  }
  .theme__we--pastel .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__we--pas .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: rgba(209, 116, 172, 0.1);
  }
}
.theme__we--pastel .card__cutoff--link,
.t__we--pas .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__we--pastel .card__cutoff--link:hover,
  .t__we--pas .card__cutoff--link:hover {
    color: rgba(209, 116, 172, 0.1);
  }
  .theme__we--pastel .card__cutoff--link:hover--link,
  .t__we--pas .card__cutoff--link:hover--link {
    color: rgba(209, 116, 172, 0.1);
  }
}
.theme__we--pastel .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__we--pas .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: rgba(209, 116, 172, 0.1);
}
.theme__we--pastel .dropdown__toggle--title,
.t__we--pas .dropdown__toggle--title {
  color: rgba(209, 116, 172, 0.1);
}
.theme__we--pastel .dropdown__toggle--icon i,
.t__we--pas .dropdown__toggle--icon i {
  color: rgba(209, 116, 172, 0.1);
}
.theme__we--pastel .large_timer__countdown--item_large,
.t__we--pas .large_timer__countdown--item_large {
  background-color: rgba(209, 116, 172, 0.1);
}
.theme__we--pastel .large_timer__countdown--item_medium,
.t__we--pas .large_timer__countdown--item_medium {
  background-color: rgba(209, 116, 172, 0.1);
}
.theme__we--pastel .large_timer__countdown--item_small,
.t__we--pas .large_timer__countdown--item_small {
  background-color: rgba(209, 116, 172, 0.1);
}
.theme__we--pastel .modalcontent,
.t__we--pas .modalcontent {
  border-color: rgba(209, 116, 172, 0.1);
}
.theme__we--pastel .transparent__header,
.t__we--pas .transparent__header {
  background: rgba(209, 116, 172, 0.1);
}
.theme__we--pastel .breadcrumb__slashes,
.t__we--pas .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__we--pastel .the-list,
.t__we--pas .the-list {
  background-color: rgba(209, 116, 172, 0.1);
}
.theme__we--pastel .the-list option,
.t__we--pas .the-list option {
  border-color: rgba(209, 116, 172, 0.1) !important;
}
.theme__we--pastel .es-list::-webkit-scrollbar-thumb,
.t__we--pas .es-list::-webkit-scrollbar-thumb {
  background: rgba(209, 116, 172, 0.1);
}
.theme__we--pastel .es-visible,
.t__we--pas .es-visible {
  border-color: rgba(209, 116, 172, 0.1) !important;
}
.theme__we--pastel .ot-open,
.theme__we--pastel .ot-closed,
.t__we--pas .ot-open,
.t__we--pas .ot-closed {
  color: rgba(209, 116, 172, 0.1);
}
.theme__we--pastel .colour__foreground,
.t__we--pas .colour__foreground {
  color: rgba(209, 116, 172, 0.1);
}
.theme__we--pastel h1.t__none,
.theme__we--pastel h1.theme__none,
.theme__we--pastel h2.t__none,
.theme__we--pastel h2.theme__none,
.theme__we--pastel h3.t__none,
.theme__we--pastel h3.theme__none,
.theme__we--pastel h4.t__none,
.theme__we--pastel h4.theme__none,
.theme__we--pastel h1.t__none--w-hov,
.theme__we--pastel h1.theme__none--with-hover,
.theme__we--pastel h2.t__none--w-hov,
.theme__we--pastel h2.theme__none--with-hover,
.theme__we--pastel h3.t__none--w-hov,
.theme__we--pastel h3.theme__none--with-hover,
.theme__we--pastel h4.t__none--w-hov,
.theme__we--pastel h4.theme__none--with-hover,
.t__we--pas h1.t__none,
.t__we--pas h1.theme__none,
.t__we--pas h2.t__none,
.t__we--pas h2.theme__none,
.t__we--pas h3.t__none,
.t__we--pas h3.theme__none,
.t__we--pas h4.t__none,
.t__we--pas h4.theme__none,
.t__we--pas h1.t__none--w-hov,
.t__we--pas h1.theme__none--with-hover,
.t__we--pas h2.t__none--w-hov,
.t__we--pas h2.theme__none--with-hover,
.t__we--pas h3.t__none--w-hov,
.t__we--pas h3.theme__none--with-hover,
.t__we--pas h4.t__none--w-hov,
.t__we--pas h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__we--pastel span.t__none,
.theme__we--pastel span.theme__none,
.t__we--pas span.t__none,
.t__we--pas span.theme__none {
  color: #4a4a4a;
}
.theme__we--pastel i.t__none,
.theme__we--pastel i.theme__none,
.t__we--pas i.t__none,
.t__we--pas i.theme__none {
  color: #4a4a4a;
}
.theme__we--pastel a.border__none,
.theme__we--pastel a.b__none,
.t__we--pas a.border__none,
.t__we--pas a.b__none {
  border: 0;
}
.theme__we--pastel a:hover h1.t__none,
.theme__we--pastel a:hover h1.theme__none,
.theme__we--pastel a:hover h2.t__none,
.theme__we--pastel a:hover h2.theme__none,
.theme__we--pastel a:hover h3.t__none,
.theme__we--pastel a:hover h3.theme__none,
.theme__we--pastel a:hover h4.t__none,
.theme__we--pastel a:hover h4.theme__none,
.t__we--pas a:hover h1.t__none,
.t__we--pas a:hover h1.theme__none,
.t__we--pas a:hover h2.t__none,
.t__we--pas a:hover h2.theme__none,
.t__we--pas a:hover h3.t__none,
.t__we--pas a:hover h3.theme__none,
.t__we--pas a:hover h4.t__none,
.t__we--pas a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__we--pastel a:hover h1.t__none--w-hov,
.theme__we--pastel a:hover h1.theme__none--with-hover,
.theme__we--pastel a:hover h2.t__none--w-hov,
.theme__we--pastel a:hover h2.theme__none--with-hover,
.theme__we--pastel a:hover h3.t__none--w-hov,
.theme__we--pastel a:hover h3.theme__none--with-hover,
.theme__we--pastel a:hover h4.t__none--w-hov,
.theme__we--pastel a:hover h4.theme__none--with-hover,
.t__we--pas a:hover h1.t__none--w-hov,
.t__we--pas a:hover h1.theme__none--with-hover,
.t__we--pas a:hover h2.t__none--w-hov,
.t__we--pas a:hover h2.theme__none--with-hover,
.t__we--pas a:hover h3.t__none--w-hov,
.t__we--pas a:hover h3.theme__none--with-hover,
.t__we--pas a:hover h4.t__none--w-hov,
.t__we--pas a:hover h4.theme__none--with-hover {
  color: rgba(209, 116, 172, 0.1);
}

.theme__we--background-primary,
.t__we--bg-pri {
  background-color: rgb(209, 116, 172);
}

.theme__we--background-secondary,
.t__we--bg-sec {
  background-color: rgb(198, 83, 152);
}

.theme__we--background-pastel,
.t__we--bg-pas {
  background-color: rgba(209, 116, 172, 0.1);
}

.theme__oenom--primary h1, .theme__oenom--primary h2, .theme__oenom--primary h3, .theme__oenom--primary h4, .theme__oenom--primary h5, .theme__oenom--primary h6,
.t__oenom--pri h1,
.t__oenom--pri h2,
.t__oenom--pri h3,
.t__oenom--pri h4,
.t__oenom--pri h5,
.t__oenom--pri h6 {
  color: #5C78FF;
}
.theme__oenom--primary a,
.t__oenom--pri a {
  color: #4a4a4a;
  border-color: #5C78FF;
  text-decoration: none;
}
.theme__oenom--primary a:hover,
.t__oenom--pri a:hover {
  color: #5C78FF;
}
.theme__oenom--primary a:hover h1, .theme__oenom--primary a:hover h2, .theme__oenom--primary a:hover h3, .theme__oenom--primary a:hover h4, .theme__oenom--primary a:hover h5, .theme__oenom--primary a:hover h6,
.t__oenom--pri a:hover h1,
.t__oenom--pri a:hover h2,
.t__oenom--pri a:hover h3,
.t__oenom--pri a:hover h4,
.t__oenom--pri a:hover h5,
.t__oenom--pri a:hover h6 {
  color: #5C78FF;
}
.theme__oenom--primary a div,
.t__oenom--pri a div {
  border-color: #5C78FF !important;
}
.theme__oenom--primary input,
.t__oenom--pri input {
  border-color: #5C78FF;
}
.theme__oenom--primary p,
.t__oenom--pri p {
  color: #4a4a4a;
}
.theme__oenom--primary .button,
.theme__oenom--primary .btn,
.theme__oenom--primary .btn__pill, .theme__oenom--primary.button, .theme__oenom--primary.btn, .theme__oenom--primary.btn__pill,
.t__oenom--pri .button,
.t__oenom--pri .btn,
.t__oenom--pri .btn__pill,
.t__oenom--pri.button,
.t__oenom--pri.btn,
.t__oenom--pri.btn__pill {
  border-color: #5C78FF;
}
@media (hover: hover) {
  .theme__oenom--primary .button:hover,
  .theme__oenom--primary .btn:hover,
  .theme__oenom--primary .btn__pill:hover, .theme__oenom--primary.button:hover, .theme__oenom--primary.btn:hover, .theme__oenom--primary.btn__pill:hover,
  .t__oenom--pri .button:hover,
  .t__oenom--pri .btn:hover,
  .t__oenom--pri .btn__pill:hover,
  .t__oenom--pri.button:hover,
  .t__oenom--pri.btn:hover,
  .t__oenom--pri.btn__pill:hover {
    color: #ffffff;
    background: #5C78FF;
  }
  .theme__oenom--primary .button:hover i,
  .theme__oenom--primary .btn:hover i,
  .theme__oenom--primary .btn__pill:hover i, .theme__oenom--primary.button:hover i, .theme__oenom--primary.btn:hover i, .theme__oenom--primary.btn__pill:hover i,
  .t__oenom--pri .button:hover i,
  .t__oenom--pri .btn:hover i,
  .t__oenom--pri .btn__pill:hover i,
  .t__oenom--pri.button:hover i,
  .t__oenom--pri.btn:hover i,
  .t__oenom--pri.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__oenom--primary .button__invert,
.theme__oenom--primary .btn__invert,
.theme__oenom--primary .btn__pill__invert, .theme__oenom--primary.button__invert, .theme__oenom--primary.btn__invert, .theme__oenom--primary.btn__pill__invert,
.t__oenom--pri .button__invert,
.t__oenom--pri .btn__invert,
.t__oenom--pri .btn__pill__invert,
.t__oenom--pri.button__invert,
.t__oenom--pri.btn__invert,
.t__oenom--pri.btn__pill__invert {
  background-color: #5C78FF;
  color: #ffffff;
}
.theme__oenom--primary .button__invert h4,
.theme__oenom--primary .btn__invert h4,
.theme__oenom--primary .btn__pill__invert h4, .theme__oenom--primary.button__invert h4, .theme__oenom--primary.btn__invert h4, .theme__oenom--primary.btn__pill__invert h4,
.t__oenom--pri .button__invert h4,
.t__oenom--pri .btn__invert h4,
.t__oenom--pri .btn__pill__invert h4,
.t__oenom--pri.button__invert h4,
.t__oenom--pri.btn__invert h4,
.t__oenom--pri.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__oenom--primary .button__invert:hover,
.theme__oenom--primary .btn__invert:hover,
.theme__oenom--primary .btn__pill__invert:hover, .theme__oenom--primary.button__invert:hover, .theme__oenom--primary.btn__invert:hover, .theme__oenom--primary.btn__pill__invert:hover,
.t__oenom--pri .button__invert:hover,
.t__oenom--pri .btn__invert:hover,
.t__oenom--pri .btn__pill__invert:hover,
.t__oenom--pri.button__invert:hover,
.t__oenom--pri.btn__invert:hover,
.t__oenom--pri.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__oenom--primary .button__invert:hover h4,
.theme__oenom--primary .btn__invert:hover h4,
.theme__oenom--primary .btn__pill__invert:hover h4, .theme__oenom--primary.button__invert:hover h4, .theme__oenom--primary.btn__invert:hover h4, .theme__oenom--primary.btn__pill__invert:hover h4,
.t__oenom--pri .button__invert:hover h4,
.t__oenom--pri .btn__invert:hover h4,
.t__oenom--pri .btn__pill__invert:hover h4,
.t__oenom--pri.button__invert:hover h4,
.t__oenom--pri.btn__invert:hover h4,
.t__oenom--pri.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__oenom--primary .button__invert--hover:hover,
.theme__oenom--primary .btn__invert--hover:hover,
.theme__oenom--primary .btn__pill__invert--hover:hover, .theme__oenom--primary.button__invert--hover:hover, .theme__oenom--primary.btn__invert--hover:hover, .theme__oenom--primary.btn__pill__invert--hover:hover,
.t__oenom--pri .button__invert--hover:hover,
.t__oenom--pri .btn__invert--hover:hover,
.t__oenom--pri .btn__pill__invert--hover:hover,
.t__oenom--pri.button__invert--hover:hover,
.t__oenom--pri.btn__invert--hover:hover,
.t__oenom--pri.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__oenom--primary .button__under,
.theme__oenom--primary .btn__under,
.theme__oenom--primary .btn__pill__under, .theme__oenom--primary.button__under, .theme__oenom--primary.btn__under, .theme__oenom--primary.btn__pill__under,
.t__oenom--pri .button__under,
.t__oenom--pri .btn__under,
.t__oenom--pri .btn__pill__under,
.t__oenom--pri.button__under,
.t__oenom--pri.btn__under,
.t__oenom--pri.btn__pill__under {
  border-color: #5C78FF;
}
.theme__oenom--primary .btn__large,
.t__oenom--pri .btn__large {
  background-color: #5C78FF;
}
.theme__oenom--primary .input__search,
.t__oenom--pri .input__search {
  border-color: #5C78FF;
}
.theme__oenom--primary .input__search i,
.t__oenom--pri .input__search i {
  color: #4a4a4a;
}
.theme__oenom--primary .input__search:hover i,
.t__oenom--pri .input__search:hover i {
  color: #5C78FF;
}
.theme__oenom--primary .component__foreground,
.t__oenom--pri .component__foreground {
  color: #4a4a4a;
}
.theme__oenom--primary.card,
.theme__oenom--primary .card, .theme__oenom--primary.card__with-image,
.theme__oenom--primary .card__with-image,
.t__oenom--pri.card,
.t__oenom--pri .card,
.t__oenom--pri.card__with-image,
.t__oenom--pri .card__with-image {
  border-color: #5C78FF;
}
.theme__oenom--primary.card__highlight,
.theme__oenom--primary .card__highlight,
.theme__oenom--primary .card__highlight--image,
.theme__oenom--primary .card__highlight--final,
.t__oenom--pri.card__highlight,
.t__oenom--pri .card__highlight,
.t__oenom--pri .card__highlight--image,
.t__oenom--pri .card__highlight--final {
  background-color: #5C78FF;
  border-color: #5C78FF;
}
.theme__oenom--primary.card__highlight--title,
.theme__oenom--primary .card__highlight--title,
.theme__oenom--primary .card__highlight--image,
.theme__oenom--primary .card__highlight--final,
.t__oenom--pri.card__highlight--title,
.t__oenom--pri .card__highlight--title,
.t__oenom--pri .card__highlight--image,
.t__oenom--pri .card__highlight--final {
  color: #4a4a4a;
}
.theme__oenom--primary .image-slider__selector--dot,
.t__oenom--pri .image-slider__selector--dot {
  background-color: #5C78FF;
}
.theme__oenom--primary .call-to-action__text h3,
.t__oenom--pri .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__oenom--primary .officer__block--title h5, .theme__oenom--primary .officer__block--title h6,
.t__oenom--pri .officer__block--title h5,
.t__oenom--pri .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__oenom--primary .block__statement--link,
.t__oenom--pri .block__statement--link {
  color: #4a4a4a;
}
.theme__oenom--primary .card__cutoff,
.t__oenom--pri .card__cutoff {
  background: linear-gradient(#5C78FF, #5C78FF), linear-gradient(white, white);
}
.theme__oenom--primary .card__cutoff p,
.t__oenom--pri .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__oenom--primary .card__cutoff:hover,
  .t__oenom--pri .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__oenom--primary .card__cutoff:hover p,
  .t__oenom--pri .card__cutoff:hover p {
    color: #5C78FF;
  }
  .theme__oenom--primary .card__cutoff:hover .card__cutoff--link,
  .t__oenom--pri .card__cutoff:hover .card__cutoff--link {
    color: #5C78FF;
  }
  .theme__oenom--primary .card__cutoff:hover .card__cutoff--text,
  .t__oenom--pri .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__oenom--primary .card__cutoff:hover .card__cutoff--text p,
  .t__oenom--pri .card__cutoff:hover .card__cutoff--text p {
    color: #5C78FF;
  }
  .theme__oenom--primary .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__oenom--pri .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: #5C78FF;
  }
}
.theme__oenom--primary .card__cutoff--link,
.t__oenom--pri .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__oenom--primary .card__cutoff--link:hover,
  .t__oenom--pri .card__cutoff--link:hover {
    color: #5C78FF;
  }
  .theme__oenom--primary .card__cutoff--link:hover--link,
  .t__oenom--pri .card__cutoff--link:hover--link {
    color: #5C78FF;
  }
}
.theme__oenom--primary .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__oenom--pri .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: #5C78FF;
}
.theme__oenom--primary .dropdown__toggle--title,
.t__oenom--pri .dropdown__toggle--title {
  color: #5C78FF;
}
.theme__oenom--primary .dropdown__toggle--icon i,
.t__oenom--pri .dropdown__toggle--icon i {
  color: #5C78FF;
}
.theme__oenom--primary .large_timer__countdown--item_large,
.t__oenom--pri .large_timer__countdown--item_large {
  background-color: #5C78FF;
}
.theme__oenom--primary .large_timer__countdown--item_medium,
.t__oenom--pri .large_timer__countdown--item_medium {
  background-color: #5C78FF;
}
.theme__oenom--primary .large_timer__countdown--item_small,
.t__oenom--pri .large_timer__countdown--item_small {
  background-color: #5C78FF;
}
.theme__oenom--primary .modalcontent,
.t__oenom--pri .modalcontent {
  border-color: #5C78FF;
}
.theme__oenom--primary .transparent__header,
.t__oenom--pri .transparent__header {
  background: #5C78FF;
}
.theme__oenom--primary .breadcrumb__slashes,
.t__oenom--pri .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__oenom--primary .the-list,
.t__oenom--pri .the-list {
  background-color: #5C78FF;
}
.theme__oenom--primary .the-list option,
.t__oenom--pri .the-list option {
  border-color: #5C78FF !important;
}
.theme__oenom--primary .es-list::-webkit-scrollbar-thumb,
.t__oenom--pri .es-list::-webkit-scrollbar-thumb {
  background: #5C78FF;
}
.theme__oenom--primary .es-visible,
.t__oenom--pri .es-visible {
  border-color: #5C78FF !important;
}
.theme__oenom--primary .ot-open,
.theme__oenom--primary .ot-closed,
.t__oenom--pri .ot-open,
.t__oenom--pri .ot-closed {
  color: #5C78FF;
}
.theme__oenom--primary .colour__foreground,
.t__oenom--pri .colour__foreground {
  color: #5C78FF;
}
.theme__oenom--primary h1.t__none,
.theme__oenom--primary h1.theme__none,
.theme__oenom--primary h2.t__none,
.theme__oenom--primary h2.theme__none,
.theme__oenom--primary h3.t__none,
.theme__oenom--primary h3.theme__none,
.theme__oenom--primary h4.t__none,
.theme__oenom--primary h4.theme__none,
.theme__oenom--primary h1.t__none--w-hov,
.theme__oenom--primary h1.theme__none--with-hover,
.theme__oenom--primary h2.t__none--w-hov,
.theme__oenom--primary h2.theme__none--with-hover,
.theme__oenom--primary h3.t__none--w-hov,
.theme__oenom--primary h3.theme__none--with-hover,
.theme__oenom--primary h4.t__none--w-hov,
.theme__oenom--primary h4.theme__none--with-hover,
.t__oenom--pri h1.t__none,
.t__oenom--pri h1.theme__none,
.t__oenom--pri h2.t__none,
.t__oenom--pri h2.theme__none,
.t__oenom--pri h3.t__none,
.t__oenom--pri h3.theme__none,
.t__oenom--pri h4.t__none,
.t__oenom--pri h4.theme__none,
.t__oenom--pri h1.t__none--w-hov,
.t__oenom--pri h1.theme__none--with-hover,
.t__oenom--pri h2.t__none--w-hov,
.t__oenom--pri h2.theme__none--with-hover,
.t__oenom--pri h3.t__none--w-hov,
.t__oenom--pri h3.theme__none--with-hover,
.t__oenom--pri h4.t__none--w-hov,
.t__oenom--pri h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__oenom--primary span.t__none,
.theme__oenom--primary span.theme__none,
.t__oenom--pri span.t__none,
.t__oenom--pri span.theme__none {
  color: #4a4a4a;
}
.theme__oenom--primary i.t__none,
.theme__oenom--primary i.theme__none,
.t__oenom--pri i.t__none,
.t__oenom--pri i.theme__none {
  color: #4a4a4a;
}
.theme__oenom--primary a.border__none,
.theme__oenom--primary a.b__none,
.t__oenom--pri a.border__none,
.t__oenom--pri a.b__none {
  border: 0;
}
.theme__oenom--primary a:hover h1.t__none,
.theme__oenom--primary a:hover h1.theme__none,
.theme__oenom--primary a:hover h2.t__none,
.theme__oenom--primary a:hover h2.theme__none,
.theme__oenom--primary a:hover h3.t__none,
.theme__oenom--primary a:hover h3.theme__none,
.theme__oenom--primary a:hover h4.t__none,
.theme__oenom--primary a:hover h4.theme__none,
.t__oenom--pri a:hover h1.t__none,
.t__oenom--pri a:hover h1.theme__none,
.t__oenom--pri a:hover h2.t__none,
.t__oenom--pri a:hover h2.theme__none,
.t__oenom--pri a:hover h3.t__none,
.t__oenom--pri a:hover h3.theme__none,
.t__oenom--pri a:hover h4.t__none,
.t__oenom--pri a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__oenom--primary a:hover h1.t__none--w-hov,
.theme__oenom--primary a:hover h1.theme__none--with-hover,
.theme__oenom--primary a:hover h2.t__none--w-hov,
.theme__oenom--primary a:hover h2.theme__none--with-hover,
.theme__oenom--primary a:hover h3.t__none--w-hov,
.theme__oenom--primary a:hover h3.theme__none--with-hover,
.theme__oenom--primary a:hover h4.t__none--w-hov,
.theme__oenom--primary a:hover h4.theme__none--with-hover,
.t__oenom--pri a:hover h1.t__none--w-hov,
.t__oenom--pri a:hover h1.theme__none--with-hover,
.t__oenom--pri a:hover h2.t__none--w-hov,
.t__oenom--pri a:hover h2.theme__none--with-hover,
.t__oenom--pri a:hover h3.t__none--w-hov,
.t__oenom--pri a:hover h3.theme__none--with-hover,
.t__oenom--pri a:hover h4.t__none--w-hov,
.t__oenom--pri a:hover h4.theme__none--with-hover {
  color: #5C78FF;
}
.theme__oenom--primary .dotted__line--small, .theme__oenom--primary .dotted__line--medium, .theme__oenom--primary .dotted__line--large, .theme__oenom--primary .dotted__line--x-large, .theme__oenom--primary .dotted__line--huge,
.t__oenom--pri .dotted__line--small,
.t__oenom--pri .dotted__line--medium,
.t__oenom--pri .dotted__line--large,
.t__oenom--pri .dotted__line--x-large,
.t__oenom--pri .dotted__line--huge {
  border-image-source: url("https://assets-cdn.sums.su/SH/Dotted_Borders/dotted_oenom.png");
}

.theme__oenom--secondary h1, .theme__oenom--secondary h2, .theme__oenom--secondary h3, .theme__oenom--secondary h4, .theme__oenom--secondary h5, .theme__oenom--secondary h6,
.t__oenom--sec h1,
.t__oenom--sec h2,
.t__oenom--sec h3,
.t__oenom--sec h4,
.t__oenom--sec h5,
.t__oenom--sec h6 {
  color: #BEC9FF;
}
.theme__oenom--secondary a,
.t__oenom--sec a {
  color: #4a4a4a;
  border-color: #BEC9FF;
  text-decoration: none;
}
.theme__oenom--secondary a:hover,
.t__oenom--sec a:hover {
  color: #BEC9FF;
}
.theme__oenom--secondary a:hover h1, .theme__oenom--secondary a:hover h2, .theme__oenom--secondary a:hover h3, .theme__oenom--secondary a:hover h4, .theme__oenom--secondary a:hover h5, .theme__oenom--secondary a:hover h6,
.t__oenom--sec a:hover h1,
.t__oenom--sec a:hover h2,
.t__oenom--sec a:hover h3,
.t__oenom--sec a:hover h4,
.t__oenom--sec a:hover h5,
.t__oenom--sec a:hover h6 {
  color: #BEC9FF;
}
.theme__oenom--secondary a div,
.t__oenom--sec a div {
  border-color: #BEC9FF !important;
}
.theme__oenom--secondary input,
.t__oenom--sec input {
  border-color: #BEC9FF;
}
.theme__oenom--secondary p,
.t__oenom--sec p {
  color: #4a4a4a;
}
.theme__oenom--secondary .button,
.theme__oenom--secondary .btn,
.theme__oenom--secondary .btn__pill, .theme__oenom--secondary.button, .theme__oenom--secondary.btn, .theme__oenom--secondary.btn__pill,
.t__oenom--sec .button,
.t__oenom--sec .btn,
.t__oenom--sec .btn__pill,
.t__oenom--sec.button,
.t__oenom--sec.btn,
.t__oenom--sec.btn__pill {
  border-color: #BEC9FF;
}
@media (hover: hover) {
  .theme__oenom--secondary .button:hover,
  .theme__oenom--secondary .btn:hover,
  .theme__oenom--secondary .btn__pill:hover, .theme__oenom--secondary.button:hover, .theme__oenom--secondary.btn:hover, .theme__oenom--secondary.btn__pill:hover,
  .t__oenom--sec .button:hover,
  .t__oenom--sec .btn:hover,
  .t__oenom--sec .btn__pill:hover,
  .t__oenom--sec.button:hover,
  .t__oenom--sec.btn:hover,
  .t__oenom--sec.btn__pill:hover {
    color: #ffffff;
    background: #BEC9FF;
  }
  .theme__oenom--secondary .button:hover i,
  .theme__oenom--secondary .btn:hover i,
  .theme__oenom--secondary .btn__pill:hover i, .theme__oenom--secondary.button:hover i, .theme__oenom--secondary.btn:hover i, .theme__oenom--secondary.btn__pill:hover i,
  .t__oenom--sec .button:hover i,
  .t__oenom--sec .btn:hover i,
  .t__oenom--sec .btn__pill:hover i,
  .t__oenom--sec.button:hover i,
  .t__oenom--sec.btn:hover i,
  .t__oenom--sec.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__oenom--secondary .button__invert,
.theme__oenom--secondary .btn__invert,
.theme__oenom--secondary .btn__pill__invert, .theme__oenom--secondary.button__invert, .theme__oenom--secondary.btn__invert, .theme__oenom--secondary.btn__pill__invert,
.t__oenom--sec .button__invert,
.t__oenom--sec .btn__invert,
.t__oenom--sec .btn__pill__invert,
.t__oenom--sec.button__invert,
.t__oenom--sec.btn__invert,
.t__oenom--sec.btn__pill__invert {
  background-color: #BEC9FF;
  color: #ffffff;
}
.theme__oenom--secondary .button__invert h4,
.theme__oenom--secondary .btn__invert h4,
.theme__oenom--secondary .btn__pill__invert h4, .theme__oenom--secondary.button__invert h4, .theme__oenom--secondary.btn__invert h4, .theme__oenom--secondary.btn__pill__invert h4,
.t__oenom--sec .button__invert h4,
.t__oenom--sec .btn__invert h4,
.t__oenom--sec .btn__pill__invert h4,
.t__oenom--sec.button__invert h4,
.t__oenom--sec.btn__invert h4,
.t__oenom--sec.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__oenom--secondary .button__invert:hover,
.theme__oenom--secondary .btn__invert:hover,
.theme__oenom--secondary .btn__pill__invert:hover, .theme__oenom--secondary.button__invert:hover, .theme__oenom--secondary.btn__invert:hover, .theme__oenom--secondary.btn__pill__invert:hover,
.t__oenom--sec .button__invert:hover,
.t__oenom--sec .btn__invert:hover,
.t__oenom--sec .btn__pill__invert:hover,
.t__oenom--sec.button__invert:hover,
.t__oenom--sec.btn__invert:hover,
.t__oenom--sec.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__oenom--secondary .button__invert:hover h4,
.theme__oenom--secondary .btn__invert:hover h4,
.theme__oenom--secondary .btn__pill__invert:hover h4, .theme__oenom--secondary.button__invert:hover h4, .theme__oenom--secondary.btn__invert:hover h4, .theme__oenom--secondary.btn__pill__invert:hover h4,
.t__oenom--sec .button__invert:hover h4,
.t__oenom--sec .btn__invert:hover h4,
.t__oenom--sec .btn__pill__invert:hover h4,
.t__oenom--sec.button__invert:hover h4,
.t__oenom--sec.btn__invert:hover h4,
.t__oenom--sec.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__oenom--secondary .button__invert--hover:hover,
.theme__oenom--secondary .btn__invert--hover:hover,
.theme__oenom--secondary .btn__pill__invert--hover:hover, .theme__oenom--secondary.button__invert--hover:hover, .theme__oenom--secondary.btn__invert--hover:hover, .theme__oenom--secondary.btn__pill__invert--hover:hover,
.t__oenom--sec .button__invert--hover:hover,
.t__oenom--sec .btn__invert--hover:hover,
.t__oenom--sec .btn__pill__invert--hover:hover,
.t__oenom--sec.button__invert--hover:hover,
.t__oenom--sec.btn__invert--hover:hover,
.t__oenom--sec.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__oenom--secondary .button__under,
.theme__oenom--secondary .btn__under,
.theme__oenom--secondary .btn__pill__under, .theme__oenom--secondary.button__under, .theme__oenom--secondary.btn__under, .theme__oenom--secondary.btn__pill__under,
.t__oenom--sec .button__under,
.t__oenom--sec .btn__under,
.t__oenom--sec .btn__pill__under,
.t__oenom--sec.button__under,
.t__oenom--sec.btn__under,
.t__oenom--sec.btn__pill__under {
  border-color: #BEC9FF;
}
.theme__oenom--secondary .btn__large,
.t__oenom--sec .btn__large {
  background-color: #BEC9FF;
}
.theme__oenom--secondary .input__search,
.t__oenom--sec .input__search {
  border-color: #BEC9FF;
}
.theme__oenom--secondary .input__search i,
.t__oenom--sec .input__search i {
  color: #4a4a4a;
}
.theme__oenom--secondary .input__search:hover i,
.t__oenom--sec .input__search:hover i {
  color: #BEC9FF;
}
.theme__oenom--secondary .component__foreground,
.t__oenom--sec .component__foreground {
  color: #4a4a4a;
}
.theme__oenom--secondary.card,
.theme__oenom--secondary .card, .theme__oenom--secondary.card__with-image,
.theme__oenom--secondary .card__with-image,
.t__oenom--sec.card,
.t__oenom--sec .card,
.t__oenom--sec.card__with-image,
.t__oenom--sec .card__with-image {
  border-color: #BEC9FF;
}
.theme__oenom--secondary.card__highlight,
.theme__oenom--secondary .card__highlight,
.theme__oenom--secondary .card__highlight--image,
.theme__oenom--secondary .card__highlight--final,
.t__oenom--sec.card__highlight,
.t__oenom--sec .card__highlight,
.t__oenom--sec .card__highlight--image,
.t__oenom--sec .card__highlight--final {
  background-color: #BEC9FF;
  border-color: #BEC9FF;
}
.theme__oenom--secondary.card__highlight--title,
.theme__oenom--secondary .card__highlight--title,
.theme__oenom--secondary .card__highlight--image,
.theme__oenom--secondary .card__highlight--final,
.t__oenom--sec.card__highlight--title,
.t__oenom--sec .card__highlight--title,
.t__oenom--sec .card__highlight--image,
.t__oenom--sec .card__highlight--final {
  color: #4a4a4a;
}
.theme__oenom--secondary .image-slider__selector--dot,
.t__oenom--sec .image-slider__selector--dot {
  background-color: #BEC9FF;
}
.theme__oenom--secondary .call-to-action__text h3,
.t__oenom--sec .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__oenom--secondary .officer__block--title h5, .theme__oenom--secondary .officer__block--title h6,
.t__oenom--sec .officer__block--title h5,
.t__oenom--sec .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__oenom--secondary .block__statement--link,
.t__oenom--sec .block__statement--link {
  color: #4a4a4a;
}
.theme__oenom--secondary .card__cutoff,
.t__oenom--sec .card__cutoff {
  background: linear-gradient(#BEC9FF, #BEC9FF), linear-gradient(white, white);
}
.theme__oenom--secondary .card__cutoff p,
.t__oenom--sec .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__oenom--secondary .card__cutoff:hover,
  .t__oenom--sec .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__oenom--secondary .card__cutoff:hover p,
  .t__oenom--sec .card__cutoff:hover p {
    color: #BEC9FF;
  }
  .theme__oenom--secondary .card__cutoff:hover .card__cutoff--link,
  .t__oenom--sec .card__cutoff:hover .card__cutoff--link {
    color: #BEC9FF;
  }
  .theme__oenom--secondary .card__cutoff:hover .card__cutoff--text,
  .t__oenom--sec .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__oenom--secondary .card__cutoff:hover .card__cutoff--text p,
  .t__oenom--sec .card__cutoff:hover .card__cutoff--text p {
    color: #BEC9FF;
  }
  .theme__oenom--secondary .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__oenom--sec .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: #BEC9FF;
  }
}
.theme__oenom--secondary .card__cutoff--link,
.t__oenom--sec .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__oenom--secondary .card__cutoff--link:hover,
  .t__oenom--sec .card__cutoff--link:hover {
    color: #BEC9FF;
  }
  .theme__oenom--secondary .card__cutoff--link:hover--link,
  .t__oenom--sec .card__cutoff--link:hover--link {
    color: #BEC9FF;
  }
}
.theme__oenom--secondary .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__oenom--sec .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: #BEC9FF;
}
.theme__oenom--secondary .dropdown__toggle--title,
.t__oenom--sec .dropdown__toggle--title {
  color: #BEC9FF;
}
.theme__oenom--secondary .dropdown__toggle--icon i,
.t__oenom--sec .dropdown__toggle--icon i {
  color: #BEC9FF;
}
.theme__oenom--secondary .large_timer__countdown--item_large,
.t__oenom--sec .large_timer__countdown--item_large {
  background-color: #BEC9FF;
}
.theme__oenom--secondary .large_timer__countdown--item_medium,
.t__oenom--sec .large_timer__countdown--item_medium {
  background-color: #BEC9FF;
}
.theme__oenom--secondary .large_timer__countdown--item_small,
.t__oenom--sec .large_timer__countdown--item_small {
  background-color: #BEC9FF;
}
.theme__oenom--secondary .modalcontent,
.t__oenom--sec .modalcontent {
  border-color: #BEC9FF;
}
.theme__oenom--secondary .transparent__header,
.t__oenom--sec .transparent__header {
  background: #BEC9FF;
}
.theme__oenom--secondary .breadcrumb__slashes,
.t__oenom--sec .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__oenom--secondary .the-list,
.t__oenom--sec .the-list {
  background-color: #BEC9FF;
}
.theme__oenom--secondary .the-list option,
.t__oenom--sec .the-list option {
  border-color: #BEC9FF !important;
}
.theme__oenom--secondary .es-list::-webkit-scrollbar-thumb,
.t__oenom--sec .es-list::-webkit-scrollbar-thumb {
  background: #BEC9FF;
}
.theme__oenom--secondary .es-visible,
.t__oenom--sec .es-visible {
  border-color: #BEC9FF !important;
}
.theme__oenom--secondary .ot-open,
.theme__oenom--secondary .ot-closed,
.t__oenom--sec .ot-open,
.t__oenom--sec .ot-closed {
  color: #BEC9FF;
}
.theme__oenom--secondary .colour__foreground,
.t__oenom--sec .colour__foreground {
  color: #BEC9FF;
}
.theme__oenom--secondary h1.t__none,
.theme__oenom--secondary h1.theme__none,
.theme__oenom--secondary h2.t__none,
.theme__oenom--secondary h2.theme__none,
.theme__oenom--secondary h3.t__none,
.theme__oenom--secondary h3.theme__none,
.theme__oenom--secondary h4.t__none,
.theme__oenom--secondary h4.theme__none,
.theme__oenom--secondary h1.t__none--w-hov,
.theme__oenom--secondary h1.theme__none--with-hover,
.theme__oenom--secondary h2.t__none--w-hov,
.theme__oenom--secondary h2.theme__none--with-hover,
.theme__oenom--secondary h3.t__none--w-hov,
.theme__oenom--secondary h3.theme__none--with-hover,
.theme__oenom--secondary h4.t__none--w-hov,
.theme__oenom--secondary h4.theme__none--with-hover,
.t__oenom--sec h1.t__none,
.t__oenom--sec h1.theme__none,
.t__oenom--sec h2.t__none,
.t__oenom--sec h2.theme__none,
.t__oenom--sec h3.t__none,
.t__oenom--sec h3.theme__none,
.t__oenom--sec h4.t__none,
.t__oenom--sec h4.theme__none,
.t__oenom--sec h1.t__none--w-hov,
.t__oenom--sec h1.theme__none--with-hover,
.t__oenom--sec h2.t__none--w-hov,
.t__oenom--sec h2.theme__none--with-hover,
.t__oenom--sec h3.t__none--w-hov,
.t__oenom--sec h3.theme__none--with-hover,
.t__oenom--sec h4.t__none--w-hov,
.t__oenom--sec h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__oenom--secondary span.t__none,
.theme__oenom--secondary span.theme__none,
.t__oenom--sec span.t__none,
.t__oenom--sec span.theme__none {
  color: #4a4a4a;
}
.theme__oenom--secondary i.t__none,
.theme__oenom--secondary i.theme__none,
.t__oenom--sec i.t__none,
.t__oenom--sec i.theme__none {
  color: #4a4a4a;
}
.theme__oenom--secondary a.border__none,
.theme__oenom--secondary a.b__none,
.t__oenom--sec a.border__none,
.t__oenom--sec a.b__none {
  border: 0;
}
.theme__oenom--secondary a:hover h1.t__none,
.theme__oenom--secondary a:hover h1.theme__none,
.theme__oenom--secondary a:hover h2.t__none,
.theme__oenom--secondary a:hover h2.theme__none,
.theme__oenom--secondary a:hover h3.t__none,
.theme__oenom--secondary a:hover h3.theme__none,
.theme__oenom--secondary a:hover h4.t__none,
.theme__oenom--secondary a:hover h4.theme__none,
.t__oenom--sec a:hover h1.t__none,
.t__oenom--sec a:hover h1.theme__none,
.t__oenom--sec a:hover h2.t__none,
.t__oenom--sec a:hover h2.theme__none,
.t__oenom--sec a:hover h3.t__none,
.t__oenom--sec a:hover h3.theme__none,
.t__oenom--sec a:hover h4.t__none,
.t__oenom--sec a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__oenom--secondary a:hover h1.t__none--w-hov,
.theme__oenom--secondary a:hover h1.theme__none--with-hover,
.theme__oenom--secondary a:hover h2.t__none--w-hov,
.theme__oenom--secondary a:hover h2.theme__none--with-hover,
.theme__oenom--secondary a:hover h3.t__none--w-hov,
.theme__oenom--secondary a:hover h3.theme__none--with-hover,
.theme__oenom--secondary a:hover h4.t__none--w-hov,
.theme__oenom--secondary a:hover h4.theme__none--with-hover,
.t__oenom--sec a:hover h1.t__none--w-hov,
.t__oenom--sec a:hover h1.theme__none--with-hover,
.t__oenom--sec a:hover h2.t__none--w-hov,
.t__oenom--sec a:hover h2.theme__none--with-hover,
.t__oenom--sec a:hover h3.t__none--w-hov,
.t__oenom--sec a:hover h3.theme__none--with-hover,
.t__oenom--sec a:hover h4.t__none--w-hov,
.t__oenom--sec a:hover h4.theme__none--with-hover {
  color: #BEC9FF;
}

.theme__oenom--pastel h1, .theme__oenom--pastel h2, .theme__oenom--pastel h3, .theme__oenom--pastel h4, .theme__oenom--pastel h5, .theme__oenom--pastel h6,
.t__oenom--pas h1,
.t__oenom--pas h2,
.t__oenom--pas h3,
.t__oenom--pas h4,
.t__oenom--pas h5,
.t__oenom--pas h6 {
  color: #DEE4FF;
}
.theme__oenom--pastel a,
.t__oenom--pas a {
  color: #4a4a4a;
  border-color: #DEE4FF;
  text-decoration: none;
}
.theme__oenom--pastel a:hover,
.t__oenom--pas a:hover {
  color: #DEE4FF;
}
.theme__oenom--pastel a:hover h1, .theme__oenom--pastel a:hover h2, .theme__oenom--pastel a:hover h3, .theme__oenom--pastel a:hover h4, .theme__oenom--pastel a:hover h5, .theme__oenom--pastel a:hover h6,
.t__oenom--pas a:hover h1,
.t__oenom--pas a:hover h2,
.t__oenom--pas a:hover h3,
.t__oenom--pas a:hover h4,
.t__oenom--pas a:hover h5,
.t__oenom--pas a:hover h6 {
  color: #DEE4FF;
}
.theme__oenom--pastel a div,
.t__oenom--pas a div {
  border-color: #DEE4FF !important;
}
.theme__oenom--pastel input,
.t__oenom--pas input {
  border-color: #DEE4FF;
}
.theme__oenom--pastel p,
.t__oenom--pas p {
  color: #4a4a4a;
}
.theme__oenom--pastel .button,
.theme__oenom--pastel .btn,
.theme__oenom--pastel .btn__pill, .theme__oenom--pastel.button, .theme__oenom--pastel.btn, .theme__oenom--pastel.btn__pill,
.t__oenom--pas .button,
.t__oenom--pas .btn,
.t__oenom--pas .btn__pill,
.t__oenom--pas.button,
.t__oenom--pas.btn,
.t__oenom--pas.btn__pill {
  border-color: #DEE4FF;
}
@media (hover: hover) {
  .theme__oenom--pastel .button:hover,
  .theme__oenom--pastel .btn:hover,
  .theme__oenom--pastel .btn__pill:hover, .theme__oenom--pastel.button:hover, .theme__oenom--pastel.btn:hover, .theme__oenom--pastel.btn__pill:hover,
  .t__oenom--pas .button:hover,
  .t__oenom--pas .btn:hover,
  .t__oenom--pas .btn__pill:hover,
  .t__oenom--pas.button:hover,
  .t__oenom--pas.btn:hover,
  .t__oenom--pas.btn__pill:hover {
    color: #ffffff;
    background: #DEE4FF;
  }
  .theme__oenom--pastel .button:hover i,
  .theme__oenom--pastel .btn:hover i,
  .theme__oenom--pastel .btn__pill:hover i, .theme__oenom--pastel.button:hover i, .theme__oenom--pastel.btn:hover i, .theme__oenom--pastel.btn__pill:hover i,
  .t__oenom--pas .button:hover i,
  .t__oenom--pas .btn:hover i,
  .t__oenom--pas .btn__pill:hover i,
  .t__oenom--pas.button:hover i,
  .t__oenom--pas.btn:hover i,
  .t__oenom--pas.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__oenom--pastel .button__invert,
.theme__oenom--pastel .btn__invert,
.theme__oenom--pastel .btn__pill__invert, .theme__oenom--pastel.button__invert, .theme__oenom--pastel.btn__invert, .theme__oenom--pastel.btn__pill__invert,
.t__oenom--pas .button__invert,
.t__oenom--pas .btn__invert,
.t__oenom--pas .btn__pill__invert,
.t__oenom--pas.button__invert,
.t__oenom--pas.btn__invert,
.t__oenom--pas.btn__pill__invert {
  background-color: #DEE4FF;
  color: #ffffff;
}
.theme__oenom--pastel .button__invert h4,
.theme__oenom--pastel .btn__invert h4,
.theme__oenom--pastel .btn__pill__invert h4, .theme__oenom--pastel.button__invert h4, .theme__oenom--pastel.btn__invert h4, .theme__oenom--pastel.btn__pill__invert h4,
.t__oenom--pas .button__invert h4,
.t__oenom--pas .btn__invert h4,
.t__oenom--pas .btn__pill__invert h4,
.t__oenom--pas.button__invert h4,
.t__oenom--pas.btn__invert h4,
.t__oenom--pas.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__oenom--pastel .button__invert:hover,
.theme__oenom--pastel .btn__invert:hover,
.theme__oenom--pastel .btn__pill__invert:hover, .theme__oenom--pastel.button__invert:hover, .theme__oenom--pastel.btn__invert:hover, .theme__oenom--pastel.btn__pill__invert:hover,
.t__oenom--pas .button__invert:hover,
.t__oenom--pas .btn__invert:hover,
.t__oenom--pas .btn__pill__invert:hover,
.t__oenom--pas.button__invert:hover,
.t__oenom--pas.btn__invert:hover,
.t__oenom--pas.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__oenom--pastel .button__invert:hover h4,
.theme__oenom--pastel .btn__invert:hover h4,
.theme__oenom--pastel .btn__pill__invert:hover h4, .theme__oenom--pastel.button__invert:hover h4, .theme__oenom--pastel.btn__invert:hover h4, .theme__oenom--pastel.btn__pill__invert:hover h4,
.t__oenom--pas .button__invert:hover h4,
.t__oenom--pas .btn__invert:hover h4,
.t__oenom--pas .btn__pill__invert:hover h4,
.t__oenom--pas.button__invert:hover h4,
.t__oenom--pas.btn__invert:hover h4,
.t__oenom--pas.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__oenom--pastel .button__invert--hover:hover,
.theme__oenom--pastel .btn__invert--hover:hover,
.theme__oenom--pastel .btn__pill__invert--hover:hover, .theme__oenom--pastel.button__invert--hover:hover, .theme__oenom--pastel.btn__invert--hover:hover, .theme__oenom--pastel.btn__pill__invert--hover:hover,
.t__oenom--pas .button__invert--hover:hover,
.t__oenom--pas .btn__invert--hover:hover,
.t__oenom--pas .btn__pill__invert--hover:hover,
.t__oenom--pas.button__invert--hover:hover,
.t__oenom--pas.btn__invert--hover:hover,
.t__oenom--pas.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__oenom--pastel .button__under,
.theme__oenom--pastel .btn__under,
.theme__oenom--pastel .btn__pill__under, .theme__oenom--pastel.button__under, .theme__oenom--pastel.btn__under, .theme__oenom--pastel.btn__pill__under,
.t__oenom--pas .button__under,
.t__oenom--pas .btn__under,
.t__oenom--pas .btn__pill__under,
.t__oenom--pas.button__under,
.t__oenom--pas.btn__under,
.t__oenom--pas.btn__pill__under {
  border-color: #DEE4FF;
}
.theme__oenom--pastel .btn__large,
.t__oenom--pas .btn__large {
  background-color: #DEE4FF;
}
.theme__oenom--pastel .input__search,
.t__oenom--pas .input__search {
  border-color: #DEE4FF;
}
.theme__oenom--pastel .input__search i,
.t__oenom--pas .input__search i {
  color: #4a4a4a;
}
.theme__oenom--pastel .input__search:hover i,
.t__oenom--pas .input__search:hover i {
  color: #DEE4FF;
}
.theme__oenom--pastel .component__foreground,
.t__oenom--pas .component__foreground {
  color: #4a4a4a;
}
.theme__oenom--pastel.card,
.theme__oenom--pastel .card, .theme__oenom--pastel.card__with-image,
.theme__oenom--pastel .card__with-image,
.t__oenom--pas.card,
.t__oenom--pas .card,
.t__oenom--pas.card__with-image,
.t__oenom--pas .card__with-image {
  border-color: #DEE4FF;
}
.theme__oenom--pastel.card__highlight,
.theme__oenom--pastel .card__highlight,
.theme__oenom--pastel .card__highlight--image,
.theme__oenom--pastel .card__highlight--final,
.t__oenom--pas.card__highlight,
.t__oenom--pas .card__highlight,
.t__oenom--pas .card__highlight--image,
.t__oenom--pas .card__highlight--final {
  background-color: #DEE4FF;
  border-color: #DEE4FF;
}
.theme__oenom--pastel.card__highlight--title,
.theme__oenom--pastel .card__highlight--title,
.theme__oenom--pastel .card__highlight--image,
.theme__oenom--pastel .card__highlight--final,
.t__oenom--pas.card__highlight--title,
.t__oenom--pas .card__highlight--title,
.t__oenom--pas .card__highlight--image,
.t__oenom--pas .card__highlight--final {
  color: #4a4a4a;
}
.theme__oenom--pastel .image-slider__selector--dot,
.t__oenom--pas .image-slider__selector--dot {
  background-color: #DEE4FF;
}
.theme__oenom--pastel .call-to-action__text h3,
.t__oenom--pas .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__oenom--pastel .officer__block--title h5, .theme__oenom--pastel .officer__block--title h6,
.t__oenom--pas .officer__block--title h5,
.t__oenom--pas .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__oenom--pastel .block__statement--link,
.t__oenom--pas .block__statement--link {
  color: #4a4a4a;
}
.theme__oenom--pastel .card__cutoff,
.t__oenom--pas .card__cutoff {
  background: linear-gradient(#DEE4FF, #DEE4FF), linear-gradient(white, white);
}
.theme__oenom--pastel .card__cutoff p,
.t__oenom--pas .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__oenom--pastel .card__cutoff:hover,
  .t__oenom--pas .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__oenom--pastel .card__cutoff:hover p,
  .t__oenom--pas .card__cutoff:hover p {
    color: #DEE4FF;
  }
  .theme__oenom--pastel .card__cutoff:hover .card__cutoff--link,
  .t__oenom--pas .card__cutoff:hover .card__cutoff--link {
    color: #DEE4FF;
  }
  .theme__oenom--pastel .card__cutoff:hover .card__cutoff--text,
  .t__oenom--pas .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__oenom--pastel .card__cutoff:hover .card__cutoff--text p,
  .t__oenom--pas .card__cutoff:hover .card__cutoff--text p {
    color: #DEE4FF;
  }
  .theme__oenom--pastel .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__oenom--pas .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: #DEE4FF;
  }
}
.theme__oenom--pastel .card__cutoff--link,
.t__oenom--pas .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__oenom--pastel .card__cutoff--link:hover,
  .t__oenom--pas .card__cutoff--link:hover {
    color: #DEE4FF;
  }
  .theme__oenom--pastel .card__cutoff--link:hover--link,
  .t__oenom--pas .card__cutoff--link:hover--link {
    color: #DEE4FF;
  }
}
.theme__oenom--pastel .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__oenom--pas .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: #DEE4FF;
}
.theme__oenom--pastel .dropdown__toggle--title,
.t__oenom--pas .dropdown__toggle--title {
  color: #DEE4FF;
}
.theme__oenom--pastel .dropdown__toggle--icon i,
.t__oenom--pas .dropdown__toggle--icon i {
  color: #DEE4FF;
}
.theme__oenom--pastel .large_timer__countdown--item_large,
.t__oenom--pas .large_timer__countdown--item_large {
  background-color: #DEE4FF;
}
.theme__oenom--pastel .large_timer__countdown--item_medium,
.t__oenom--pas .large_timer__countdown--item_medium {
  background-color: #DEE4FF;
}
.theme__oenom--pastel .large_timer__countdown--item_small,
.t__oenom--pas .large_timer__countdown--item_small {
  background-color: #DEE4FF;
}
.theme__oenom--pastel .modalcontent,
.t__oenom--pas .modalcontent {
  border-color: #DEE4FF;
}
.theme__oenom--pastel .transparent__header,
.t__oenom--pas .transparent__header {
  background: #DEE4FF;
}
.theme__oenom--pastel .breadcrumb__slashes,
.t__oenom--pas .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__oenom--pastel .the-list,
.t__oenom--pas .the-list {
  background-color: #DEE4FF;
}
.theme__oenom--pastel .the-list option,
.t__oenom--pas .the-list option {
  border-color: #DEE4FF !important;
}
.theme__oenom--pastel .es-list::-webkit-scrollbar-thumb,
.t__oenom--pas .es-list::-webkit-scrollbar-thumb {
  background: #DEE4FF;
}
.theme__oenom--pastel .es-visible,
.t__oenom--pas .es-visible {
  border-color: #DEE4FF !important;
}
.theme__oenom--pastel .ot-open,
.theme__oenom--pastel .ot-closed,
.t__oenom--pas .ot-open,
.t__oenom--pas .ot-closed {
  color: #DEE4FF;
}
.theme__oenom--pastel .colour__foreground,
.t__oenom--pas .colour__foreground {
  color: #DEE4FF;
}
.theme__oenom--pastel h1.t__none,
.theme__oenom--pastel h1.theme__none,
.theme__oenom--pastel h2.t__none,
.theme__oenom--pastel h2.theme__none,
.theme__oenom--pastel h3.t__none,
.theme__oenom--pastel h3.theme__none,
.theme__oenom--pastel h4.t__none,
.theme__oenom--pastel h4.theme__none,
.theme__oenom--pastel h1.t__none--w-hov,
.theme__oenom--pastel h1.theme__none--with-hover,
.theme__oenom--pastel h2.t__none--w-hov,
.theme__oenom--pastel h2.theme__none--with-hover,
.theme__oenom--pastel h3.t__none--w-hov,
.theme__oenom--pastel h3.theme__none--with-hover,
.theme__oenom--pastel h4.t__none--w-hov,
.theme__oenom--pastel h4.theme__none--with-hover,
.t__oenom--pas h1.t__none,
.t__oenom--pas h1.theme__none,
.t__oenom--pas h2.t__none,
.t__oenom--pas h2.theme__none,
.t__oenom--pas h3.t__none,
.t__oenom--pas h3.theme__none,
.t__oenom--pas h4.t__none,
.t__oenom--pas h4.theme__none,
.t__oenom--pas h1.t__none--w-hov,
.t__oenom--pas h1.theme__none--with-hover,
.t__oenom--pas h2.t__none--w-hov,
.t__oenom--pas h2.theme__none--with-hover,
.t__oenom--pas h3.t__none--w-hov,
.t__oenom--pas h3.theme__none--with-hover,
.t__oenom--pas h4.t__none--w-hov,
.t__oenom--pas h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__oenom--pastel span.t__none,
.theme__oenom--pastel span.theme__none,
.t__oenom--pas span.t__none,
.t__oenom--pas span.theme__none {
  color: #4a4a4a;
}
.theme__oenom--pastel i.t__none,
.theme__oenom--pastel i.theme__none,
.t__oenom--pas i.t__none,
.t__oenom--pas i.theme__none {
  color: #4a4a4a;
}
.theme__oenom--pastel a.border__none,
.theme__oenom--pastel a.b__none,
.t__oenom--pas a.border__none,
.t__oenom--pas a.b__none {
  border: 0;
}
.theme__oenom--pastel a:hover h1.t__none,
.theme__oenom--pastel a:hover h1.theme__none,
.theme__oenom--pastel a:hover h2.t__none,
.theme__oenom--pastel a:hover h2.theme__none,
.theme__oenom--pastel a:hover h3.t__none,
.theme__oenom--pastel a:hover h3.theme__none,
.theme__oenom--pastel a:hover h4.t__none,
.theme__oenom--pastel a:hover h4.theme__none,
.t__oenom--pas a:hover h1.t__none,
.t__oenom--pas a:hover h1.theme__none,
.t__oenom--pas a:hover h2.t__none,
.t__oenom--pas a:hover h2.theme__none,
.t__oenom--pas a:hover h3.t__none,
.t__oenom--pas a:hover h3.theme__none,
.t__oenom--pas a:hover h4.t__none,
.t__oenom--pas a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__oenom--pastel a:hover h1.t__none--w-hov,
.theme__oenom--pastel a:hover h1.theme__none--with-hover,
.theme__oenom--pastel a:hover h2.t__none--w-hov,
.theme__oenom--pastel a:hover h2.theme__none--with-hover,
.theme__oenom--pastel a:hover h3.t__none--w-hov,
.theme__oenom--pastel a:hover h3.theme__none--with-hover,
.theme__oenom--pastel a:hover h4.t__none--w-hov,
.theme__oenom--pastel a:hover h4.theme__none--with-hover,
.t__oenom--pas a:hover h1.t__none--w-hov,
.t__oenom--pas a:hover h1.theme__none--with-hover,
.t__oenom--pas a:hover h2.t__none--w-hov,
.t__oenom--pas a:hover h2.theme__none--with-hover,
.t__oenom--pas a:hover h3.t__none--w-hov,
.t__oenom--pas a:hover h3.theme__none--with-hover,
.t__oenom--pas a:hover h4.t__none--w-hov,
.t__oenom--pas a:hover h4.theme__none--with-hover {
  color: #DEE4FF;
}

.theme__oenom--background-primary,
.t__oenom--bg-pri {
  background-color: #5C78FF;
}

.theme__oenom--background-secondary,
.t__oenom--bg-sec {
  background-color: #BEC9FF;
}

.theme__oenom--background-pastel,
.t__oenom--bg-pas {
  background-color: #DEE4FF;
}

.theme__oenom2--primary h1, .theme__oenom2--primary h2, .theme__oenom2--primary h3, .theme__oenom2--primary h4, .theme__oenom2--primary h5, .theme__oenom2--primary h6,
.t__oenom2--pri h1,
.t__oenom2--pri h2,
.t__oenom2--pri h3,
.t__oenom2--pri h4,
.t__oenom2--pri h5,
.t__oenom2--pri h6 {
  color: #FFD4E5;
}
.theme__oenom2--primary a,
.t__oenom2--pri a {
  color: #4a4a4a;
  border-color: #FFD4E5;
  text-decoration: none;
}
.theme__oenom2--primary a:hover,
.t__oenom2--pri a:hover {
  color: #FFD4E5;
}
.theme__oenom2--primary a:hover h1, .theme__oenom2--primary a:hover h2, .theme__oenom2--primary a:hover h3, .theme__oenom2--primary a:hover h4, .theme__oenom2--primary a:hover h5, .theme__oenom2--primary a:hover h6,
.t__oenom2--pri a:hover h1,
.t__oenom2--pri a:hover h2,
.t__oenom2--pri a:hover h3,
.t__oenom2--pri a:hover h4,
.t__oenom2--pri a:hover h5,
.t__oenom2--pri a:hover h6 {
  color: #FFD4E5;
}
.theme__oenom2--primary a div,
.t__oenom2--pri a div {
  border-color: #FFD4E5 !important;
}
.theme__oenom2--primary input,
.t__oenom2--pri input {
  border-color: #FFD4E5;
}
.theme__oenom2--primary p,
.t__oenom2--pri p {
  color: #4a4a4a;
}
.theme__oenom2--primary .button,
.theme__oenom2--primary .btn,
.theme__oenom2--primary .btn__pill, .theme__oenom2--primary.button, .theme__oenom2--primary.btn, .theme__oenom2--primary.btn__pill,
.t__oenom2--pri .button,
.t__oenom2--pri .btn,
.t__oenom2--pri .btn__pill,
.t__oenom2--pri.button,
.t__oenom2--pri.btn,
.t__oenom2--pri.btn__pill {
  border-color: #FFD4E5;
}
@media (hover: hover) {
  .theme__oenom2--primary .button:hover,
  .theme__oenom2--primary .btn:hover,
  .theme__oenom2--primary .btn__pill:hover, .theme__oenom2--primary.button:hover, .theme__oenom2--primary.btn:hover, .theme__oenom2--primary.btn__pill:hover,
  .t__oenom2--pri .button:hover,
  .t__oenom2--pri .btn:hover,
  .t__oenom2--pri .btn__pill:hover,
  .t__oenom2--pri.button:hover,
  .t__oenom2--pri.btn:hover,
  .t__oenom2--pri.btn__pill:hover {
    color: #ffffff;
    background: #FFD4E5;
  }
  .theme__oenom2--primary .button:hover i,
  .theme__oenom2--primary .btn:hover i,
  .theme__oenom2--primary .btn__pill:hover i, .theme__oenom2--primary.button:hover i, .theme__oenom2--primary.btn:hover i, .theme__oenom2--primary.btn__pill:hover i,
  .t__oenom2--pri .button:hover i,
  .t__oenom2--pri .btn:hover i,
  .t__oenom2--pri .btn__pill:hover i,
  .t__oenom2--pri.button:hover i,
  .t__oenom2--pri.btn:hover i,
  .t__oenom2--pri.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__oenom2--primary .button__invert,
.theme__oenom2--primary .btn__invert,
.theme__oenom2--primary .btn__pill__invert, .theme__oenom2--primary.button__invert, .theme__oenom2--primary.btn__invert, .theme__oenom2--primary.btn__pill__invert,
.t__oenom2--pri .button__invert,
.t__oenom2--pri .btn__invert,
.t__oenom2--pri .btn__pill__invert,
.t__oenom2--pri.button__invert,
.t__oenom2--pri.btn__invert,
.t__oenom2--pri.btn__pill__invert {
  background-color: #FFD4E5;
  color: #ffffff;
}
.theme__oenom2--primary .button__invert h4,
.theme__oenom2--primary .btn__invert h4,
.theme__oenom2--primary .btn__pill__invert h4, .theme__oenom2--primary.button__invert h4, .theme__oenom2--primary.btn__invert h4, .theme__oenom2--primary.btn__pill__invert h4,
.t__oenom2--pri .button__invert h4,
.t__oenom2--pri .btn__invert h4,
.t__oenom2--pri .btn__pill__invert h4,
.t__oenom2--pri.button__invert h4,
.t__oenom2--pri.btn__invert h4,
.t__oenom2--pri.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__oenom2--primary .button__invert:hover,
.theme__oenom2--primary .btn__invert:hover,
.theme__oenom2--primary .btn__pill__invert:hover, .theme__oenom2--primary.button__invert:hover, .theme__oenom2--primary.btn__invert:hover, .theme__oenom2--primary.btn__pill__invert:hover,
.t__oenom2--pri .button__invert:hover,
.t__oenom2--pri .btn__invert:hover,
.t__oenom2--pri .btn__pill__invert:hover,
.t__oenom2--pri.button__invert:hover,
.t__oenom2--pri.btn__invert:hover,
.t__oenom2--pri.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__oenom2--primary .button__invert:hover h4,
.theme__oenom2--primary .btn__invert:hover h4,
.theme__oenom2--primary .btn__pill__invert:hover h4, .theme__oenom2--primary.button__invert:hover h4, .theme__oenom2--primary.btn__invert:hover h4, .theme__oenom2--primary.btn__pill__invert:hover h4,
.t__oenom2--pri .button__invert:hover h4,
.t__oenom2--pri .btn__invert:hover h4,
.t__oenom2--pri .btn__pill__invert:hover h4,
.t__oenom2--pri.button__invert:hover h4,
.t__oenom2--pri.btn__invert:hover h4,
.t__oenom2--pri.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__oenom2--primary .button__invert--hover:hover,
.theme__oenom2--primary .btn__invert--hover:hover,
.theme__oenom2--primary .btn__pill__invert--hover:hover, .theme__oenom2--primary.button__invert--hover:hover, .theme__oenom2--primary.btn__invert--hover:hover, .theme__oenom2--primary.btn__pill__invert--hover:hover,
.t__oenom2--pri .button__invert--hover:hover,
.t__oenom2--pri .btn__invert--hover:hover,
.t__oenom2--pri .btn__pill__invert--hover:hover,
.t__oenom2--pri.button__invert--hover:hover,
.t__oenom2--pri.btn__invert--hover:hover,
.t__oenom2--pri.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__oenom2--primary .button__under,
.theme__oenom2--primary .btn__under,
.theme__oenom2--primary .btn__pill__under, .theme__oenom2--primary.button__under, .theme__oenom2--primary.btn__under, .theme__oenom2--primary.btn__pill__under,
.t__oenom2--pri .button__under,
.t__oenom2--pri .btn__under,
.t__oenom2--pri .btn__pill__under,
.t__oenom2--pri.button__under,
.t__oenom2--pri.btn__under,
.t__oenom2--pri.btn__pill__under {
  border-color: #FFD4E5;
}
.theme__oenom2--primary .btn__large,
.t__oenom2--pri .btn__large {
  background-color: #FFD4E5;
}
.theme__oenom2--primary .input__search,
.t__oenom2--pri .input__search {
  border-color: #FFD4E5;
}
.theme__oenom2--primary .input__search i,
.t__oenom2--pri .input__search i {
  color: #4a4a4a;
}
.theme__oenom2--primary .input__search:hover i,
.t__oenom2--pri .input__search:hover i {
  color: #FFD4E5;
}
.theme__oenom2--primary .component__foreground,
.t__oenom2--pri .component__foreground {
  color: #4a4a4a;
}
.theme__oenom2--primary.card,
.theme__oenom2--primary .card, .theme__oenom2--primary.card__with-image,
.theme__oenom2--primary .card__with-image,
.t__oenom2--pri.card,
.t__oenom2--pri .card,
.t__oenom2--pri.card__with-image,
.t__oenom2--pri .card__with-image {
  border-color: #FFD4E5;
}
.theme__oenom2--primary.card__highlight,
.theme__oenom2--primary .card__highlight,
.theme__oenom2--primary .card__highlight--image,
.theme__oenom2--primary .card__highlight--final,
.t__oenom2--pri.card__highlight,
.t__oenom2--pri .card__highlight,
.t__oenom2--pri .card__highlight--image,
.t__oenom2--pri .card__highlight--final {
  background-color: #FFD4E5;
  border-color: #FFD4E5;
}
.theme__oenom2--primary.card__highlight--title,
.theme__oenom2--primary .card__highlight--title,
.theme__oenom2--primary .card__highlight--image,
.theme__oenom2--primary .card__highlight--final,
.t__oenom2--pri.card__highlight--title,
.t__oenom2--pri .card__highlight--title,
.t__oenom2--pri .card__highlight--image,
.t__oenom2--pri .card__highlight--final {
  color: #4a4a4a;
}
.theme__oenom2--primary .image-slider__selector--dot,
.t__oenom2--pri .image-slider__selector--dot {
  background-color: #FFD4E5;
}
.theme__oenom2--primary .call-to-action__text h3,
.t__oenom2--pri .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__oenom2--primary .officer__block--title h5, .theme__oenom2--primary .officer__block--title h6,
.t__oenom2--pri .officer__block--title h5,
.t__oenom2--pri .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__oenom2--primary .block__statement--link,
.t__oenom2--pri .block__statement--link {
  color: #4a4a4a;
}
.theme__oenom2--primary .card__cutoff,
.t__oenom2--pri .card__cutoff {
  background: linear-gradient(#FFD4E5, #FFD4E5), linear-gradient(white, white);
}
.theme__oenom2--primary .card__cutoff p,
.t__oenom2--pri .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__oenom2--primary .card__cutoff:hover,
  .t__oenom2--pri .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__oenom2--primary .card__cutoff:hover p,
  .t__oenom2--pri .card__cutoff:hover p {
    color: #FFD4E5;
  }
  .theme__oenom2--primary .card__cutoff:hover .card__cutoff--link,
  .t__oenom2--pri .card__cutoff:hover .card__cutoff--link {
    color: #FFD4E5;
  }
  .theme__oenom2--primary .card__cutoff:hover .card__cutoff--text,
  .t__oenom2--pri .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__oenom2--primary .card__cutoff:hover .card__cutoff--text p,
  .t__oenom2--pri .card__cutoff:hover .card__cutoff--text p {
    color: #FFD4E5;
  }
  .theme__oenom2--primary .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__oenom2--pri .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: #FFD4E5;
  }
}
.theme__oenom2--primary .card__cutoff--link,
.t__oenom2--pri .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__oenom2--primary .card__cutoff--link:hover,
  .t__oenom2--pri .card__cutoff--link:hover {
    color: #FFD4E5;
  }
  .theme__oenom2--primary .card__cutoff--link:hover--link,
  .t__oenom2--pri .card__cutoff--link:hover--link {
    color: #FFD4E5;
  }
}
.theme__oenom2--primary .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__oenom2--pri .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: #FFD4E5;
}
.theme__oenom2--primary .dropdown__toggle--title,
.t__oenom2--pri .dropdown__toggle--title {
  color: #FFD4E5;
}
.theme__oenom2--primary .dropdown__toggle--icon i,
.t__oenom2--pri .dropdown__toggle--icon i {
  color: #FFD4E5;
}
.theme__oenom2--primary .large_timer__countdown--item_large,
.t__oenom2--pri .large_timer__countdown--item_large {
  background-color: #FFD4E5;
}
.theme__oenom2--primary .large_timer__countdown--item_medium,
.t__oenom2--pri .large_timer__countdown--item_medium {
  background-color: #FFD4E5;
}
.theme__oenom2--primary .large_timer__countdown--item_small,
.t__oenom2--pri .large_timer__countdown--item_small {
  background-color: #FFD4E5;
}
.theme__oenom2--primary .modalcontent,
.t__oenom2--pri .modalcontent {
  border-color: #FFD4E5;
}
.theme__oenom2--primary .transparent__header,
.t__oenom2--pri .transparent__header {
  background: #FFD4E5;
}
.theme__oenom2--primary .breadcrumb__slashes,
.t__oenom2--pri .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__oenom2--primary .the-list,
.t__oenom2--pri .the-list {
  background-color: #FFD4E5;
}
.theme__oenom2--primary .the-list option,
.t__oenom2--pri .the-list option {
  border-color: #FFD4E5 !important;
}
.theme__oenom2--primary .es-list::-webkit-scrollbar-thumb,
.t__oenom2--pri .es-list::-webkit-scrollbar-thumb {
  background: #FFD4E5;
}
.theme__oenom2--primary .es-visible,
.t__oenom2--pri .es-visible {
  border-color: #FFD4E5 !important;
}
.theme__oenom2--primary .ot-open,
.theme__oenom2--primary .ot-closed,
.t__oenom2--pri .ot-open,
.t__oenom2--pri .ot-closed {
  color: #FFD4E5;
}
.theme__oenom2--primary .colour__foreground,
.t__oenom2--pri .colour__foreground {
  color: #FFD4E5;
}
.theme__oenom2--primary h1.t__none,
.theme__oenom2--primary h1.theme__none,
.theme__oenom2--primary h2.t__none,
.theme__oenom2--primary h2.theme__none,
.theme__oenom2--primary h3.t__none,
.theme__oenom2--primary h3.theme__none,
.theme__oenom2--primary h4.t__none,
.theme__oenom2--primary h4.theme__none,
.theme__oenom2--primary h1.t__none--w-hov,
.theme__oenom2--primary h1.theme__none--with-hover,
.theme__oenom2--primary h2.t__none--w-hov,
.theme__oenom2--primary h2.theme__none--with-hover,
.theme__oenom2--primary h3.t__none--w-hov,
.theme__oenom2--primary h3.theme__none--with-hover,
.theme__oenom2--primary h4.t__none--w-hov,
.theme__oenom2--primary h4.theme__none--with-hover,
.t__oenom2--pri h1.t__none,
.t__oenom2--pri h1.theme__none,
.t__oenom2--pri h2.t__none,
.t__oenom2--pri h2.theme__none,
.t__oenom2--pri h3.t__none,
.t__oenom2--pri h3.theme__none,
.t__oenom2--pri h4.t__none,
.t__oenom2--pri h4.theme__none,
.t__oenom2--pri h1.t__none--w-hov,
.t__oenom2--pri h1.theme__none--with-hover,
.t__oenom2--pri h2.t__none--w-hov,
.t__oenom2--pri h2.theme__none--with-hover,
.t__oenom2--pri h3.t__none--w-hov,
.t__oenom2--pri h3.theme__none--with-hover,
.t__oenom2--pri h4.t__none--w-hov,
.t__oenom2--pri h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__oenom2--primary span.t__none,
.theme__oenom2--primary span.theme__none,
.t__oenom2--pri span.t__none,
.t__oenom2--pri span.theme__none {
  color: #4a4a4a;
}
.theme__oenom2--primary i.t__none,
.theme__oenom2--primary i.theme__none,
.t__oenom2--pri i.t__none,
.t__oenom2--pri i.theme__none {
  color: #4a4a4a;
}
.theme__oenom2--primary a.border__none,
.theme__oenom2--primary a.b__none,
.t__oenom2--pri a.border__none,
.t__oenom2--pri a.b__none {
  border: 0;
}
.theme__oenom2--primary a:hover h1.t__none,
.theme__oenom2--primary a:hover h1.theme__none,
.theme__oenom2--primary a:hover h2.t__none,
.theme__oenom2--primary a:hover h2.theme__none,
.theme__oenom2--primary a:hover h3.t__none,
.theme__oenom2--primary a:hover h3.theme__none,
.theme__oenom2--primary a:hover h4.t__none,
.theme__oenom2--primary a:hover h4.theme__none,
.t__oenom2--pri a:hover h1.t__none,
.t__oenom2--pri a:hover h1.theme__none,
.t__oenom2--pri a:hover h2.t__none,
.t__oenom2--pri a:hover h2.theme__none,
.t__oenom2--pri a:hover h3.t__none,
.t__oenom2--pri a:hover h3.theme__none,
.t__oenom2--pri a:hover h4.t__none,
.t__oenom2--pri a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__oenom2--primary a:hover h1.t__none--w-hov,
.theme__oenom2--primary a:hover h1.theme__none--with-hover,
.theme__oenom2--primary a:hover h2.t__none--w-hov,
.theme__oenom2--primary a:hover h2.theme__none--with-hover,
.theme__oenom2--primary a:hover h3.t__none--w-hov,
.theme__oenom2--primary a:hover h3.theme__none--with-hover,
.theme__oenom2--primary a:hover h4.t__none--w-hov,
.theme__oenom2--primary a:hover h4.theme__none--with-hover,
.t__oenom2--pri a:hover h1.t__none--w-hov,
.t__oenom2--pri a:hover h1.theme__none--with-hover,
.t__oenom2--pri a:hover h2.t__none--w-hov,
.t__oenom2--pri a:hover h2.theme__none--with-hover,
.t__oenom2--pri a:hover h3.t__none--w-hov,
.t__oenom2--pri a:hover h3.theme__none--with-hover,
.t__oenom2--pri a:hover h4.t__none--w-hov,
.t__oenom2--pri a:hover h4.theme__none--with-hover {
  color: #FFD4E5;
}
.theme__oenom2--primary .dotted__line--small, .theme__oenom2--primary .dotted__line--medium, .theme__oenom2--primary .dotted__line--large, .theme__oenom2--primary .dotted__line--x-large, .theme__oenom2--primary .dotted__line--huge,
.t__oenom2--pri .dotted__line--small,
.t__oenom2--pri .dotted__line--medium,
.t__oenom2--pri .dotted__line--large,
.t__oenom2--pri .dotted__line--x-large,
.t__oenom2--pri .dotted__line--huge {
  border-image-source: url("https://assets-cdn.sums.su/SH/Dotted_Borders/dotted_oenom.png");
}

.theme__oenom2--secondary h1, .theme__oenom2--secondary h2, .theme__oenom2--secondary h3, .theme__oenom2--secondary h4, .theme__oenom2--secondary h5, .theme__oenom2--secondary h6,
.t__oenom2--sec h1,
.t__oenom2--sec h2,
.t__oenom2--sec h3,
.t__oenom2--sec h4,
.t__oenom2--sec h5,
.t__oenom2--sec h6 {
  color: #F2B3DE;
}
.theme__oenom2--secondary a,
.t__oenom2--sec a {
  color: #333333;
  border-color: #F2B3DE;
  text-decoration: none;
}
.theme__oenom2--secondary a:hover,
.t__oenom2--sec a:hover {
  color: #F2B3DE;
}
.theme__oenom2--secondary a:hover h1, .theme__oenom2--secondary a:hover h2, .theme__oenom2--secondary a:hover h3, .theme__oenom2--secondary a:hover h4, .theme__oenom2--secondary a:hover h5, .theme__oenom2--secondary a:hover h6,
.t__oenom2--sec a:hover h1,
.t__oenom2--sec a:hover h2,
.t__oenom2--sec a:hover h3,
.t__oenom2--sec a:hover h4,
.t__oenom2--sec a:hover h5,
.t__oenom2--sec a:hover h6 {
  color: #F2B3DE;
}
.theme__oenom2--secondary a div,
.t__oenom2--sec a div {
  border-color: #F2B3DE !important;
}
.theme__oenom2--secondary input,
.t__oenom2--sec input {
  border-color: #F2B3DE;
}
.theme__oenom2--secondary p,
.t__oenom2--sec p {
  color: #333333;
}
.theme__oenom2--secondary .button,
.theme__oenom2--secondary .btn,
.theme__oenom2--secondary .btn__pill, .theme__oenom2--secondary.button, .theme__oenom2--secondary.btn, .theme__oenom2--secondary.btn__pill,
.t__oenom2--sec .button,
.t__oenom2--sec .btn,
.t__oenom2--sec .btn__pill,
.t__oenom2--sec.button,
.t__oenom2--sec.btn,
.t__oenom2--sec.btn__pill {
  border-color: #F2B3DE;
}
@media (hover: hover) {
  .theme__oenom2--secondary .button:hover,
  .theme__oenom2--secondary .btn:hover,
  .theme__oenom2--secondary .btn__pill:hover, .theme__oenom2--secondary.button:hover, .theme__oenom2--secondary.btn:hover, .theme__oenom2--secondary.btn__pill:hover,
  .t__oenom2--sec .button:hover,
  .t__oenom2--sec .btn:hover,
  .t__oenom2--sec .btn__pill:hover,
  .t__oenom2--sec.button:hover,
  .t__oenom2--sec.btn:hover,
  .t__oenom2--sec.btn__pill:hover {
    color: #ffffff;
    background: #F2B3DE;
  }
  .theme__oenom2--secondary .button:hover i,
  .theme__oenom2--secondary .btn:hover i,
  .theme__oenom2--secondary .btn__pill:hover i, .theme__oenom2--secondary.button:hover i, .theme__oenom2--secondary.btn:hover i, .theme__oenom2--secondary.btn__pill:hover i,
  .t__oenom2--sec .button:hover i,
  .t__oenom2--sec .btn:hover i,
  .t__oenom2--sec .btn__pill:hover i,
  .t__oenom2--sec.button:hover i,
  .t__oenom2--sec.btn:hover i,
  .t__oenom2--sec.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__oenom2--secondary .button__invert,
.theme__oenom2--secondary .btn__invert,
.theme__oenom2--secondary .btn__pill__invert, .theme__oenom2--secondary.button__invert, .theme__oenom2--secondary.btn__invert, .theme__oenom2--secondary.btn__pill__invert,
.t__oenom2--sec .button__invert,
.t__oenom2--sec .btn__invert,
.t__oenom2--sec .btn__pill__invert,
.t__oenom2--sec.button__invert,
.t__oenom2--sec.btn__invert,
.t__oenom2--sec.btn__pill__invert {
  background-color: #F2B3DE;
  color: #ffffff;
}
.theme__oenom2--secondary .button__invert h4,
.theme__oenom2--secondary .btn__invert h4,
.theme__oenom2--secondary .btn__pill__invert h4, .theme__oenom2--secondary.button__invert h4, .theme__oenom2--secondary.btn__invert h4, .theme__oenom2--secondary.btn__pill__invert h4,
.t__oenom2--sec .button__invert h4,
.t__oenom2--sec .btn__invert h4,
.t__oenom2--sec .btn__pill__invert h4,
.t__oenom2--sec.button__invert h4,
.t__oenom2--sec.btn__invert h4,
.t__oenom2--sec.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__oenom2--secondary .button__invert:hover,
.theme__oenom2--secondary .btn__invert:hover,
.theme__oenom2--secondary .btn__pill__invert:hover, .theme__oenom2--secondary.button__invert:hover, .theme__oenom2--secondary.btn__invert:hover, .theme__oenom2--secondary.btn__pill__invert:hover,
.t__oenom2--sec .button__invert:hover,
.t__oenom2--sec .btn__invert:hover,
.t__oenom2--sec .btn__pill__invert:hover,
.t__oenom2--sec.button__invert:hover,
.t__oenom2--sec.btn__invert:hover,
.t__oenom2--sec.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__oenom2--secondary .button__invert:hover h4,
.theme__oenom2--secondary .btn__invert:hover h4,
.theme__oenom2--secondary .btn__pill__invert:hover h4, .theme__oenom2--secondary.button__invert:hover h4, .theme__oenom2--secondary.btn__invert:hover h4, .theme__oenom2--secondary.btn__pill__invert:hover h4,
.t__oenom2--sec .button__invert:hover h4,
.t__oenom2--sec .btn__invert:hover h4,
.t__oenom2--sec .btn__pill__invert:hover h4,
.t__oenom2--sec.button__invert:hover h4,
.t__oenom2--sec.btn__invert:hover h4,
.t__oenom2--sec.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__oenom2--secondary .button__invert--hover:hover,
.theme__oenom2--secondary .btn__invert--hover:hover,
.theme__oenom2--secondary .btn__pill__invert--hover:hover, .theme__oenom2--secondary.button__invert--hover:hover, .theme__oenom2--secondary.btn__invert--hover:hover, .theme__oenom2--secondary.btn__pill__invert--hover:hover,
.t__oenom2--sec .button__invert--hover:hover,
.t__oenom2--sec .btn__invert--hover:hover,
.t__oenom2--sec .btn__pill__invert--hover:hover,
.t__oenom2--sec.button__invert--hover:hover,
.t__oenom2--sec.btn__invert--hover:hover,
.t__oenom2--sec.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #333333;
  opacity: 0.8;
}
.theme__oenom2--secondary .button__under,
.theme__oenom2--secondary .btn__under,
.theme__oenom2--secondary .btn__pill__under, .theme__oenom2--secondary.button__under, .theme__oenom2--secondary.btn__under, .theme__oenom2--secondary.btn__pill__under,
.t__oenom2--sec .button__under,
.t__oenom2--sec .btn__under,
.t__oenom2--sec .btn__pill__under,
.t__oenom2--sec.button__under,
.t__oenom2--sec.btn__under,
.t__oenom2--sec.btn__pill__under {
  border-color: #F2B3DE;
}
.theme__oenom2--secondary .btn__large,
.t__oenom2--sec .btn__large {
  background-color: #F2B3DE;
}
.theme__oenom2--secondary .input__search,
.t__oenom2--sec .input__search {
  border-color: #F2B3DE;
}
.theme__oenom2--secondary .input__search i,
.t__oenom2--sec .input__search i {
  color: #333333;
}
.theme__oenom2--secondary .input__search:hover i,
.t__oenom2--sec .input__search:hover i {
  color: #F2B3DE;
}
.theme__oenom2--secondary .component__foreground,
.t__oenom2--sec .component__foreground {
  color: #333333;
}
.theme__oenom2--secondary.card,
.theme__oenom2--secondary .card, .theme__oenom2--secondary.card__with-image,
.theme__oenom2--secondary .card__with-image,
.t__oenom2--sec.card,
.t__oenom2--sec .card,
.t__oenom2--sec.card__with-image,
.t__oenom2--sec .card__with-image {
  border-color: #F2B3DE;
}
.theme__oenom2--secondary.card__highlight,
.theme__oenom2--secondary .card__highlight,
.theme__oenom2--secondary .card__highlight--image,
.theme__oenom2--secondary .card__highlight--final,
.t__oenom2--sec.card__highlight,
.t__oenom2--sec .card__highlight,
.t__oenom2--sec .card__highlight--image,
.t__oenom2--sec .card__highlight--final {
  background-color: #F2B3DE;
  border-color: #F2B3DE;
}
.theme__oenom2--secondary.card__highlight--title,
.theme__oenom2--secondary .card__highlight--title,
.theme__oenom2--secondary .card__highlight--image,
.theme__oenom2--secondary .card__highlight--final,
.t__oenom2--sec.card__highlight--title,
.t__oenom2--sec .card__highlight--title,
.t__oenom2--sec .card__highlight--image,
.t__oenom2--sec .card__highlight--final {
  color: #333333;
}
.theme__oenom2--secondary .image-slider__selector--dot,
.t__oenom2--sec .image-slider__selector--dot {
  background-color: #F2B3DE;
}
.theme__oenom2--secondary .call-to-action__text h3,
.t__oenom2--sec .call-to-action__text h3 {
  color: #333333;
}
.theme__oenom2--secondary .officer__block--title h5, .theme__oenom2--secondary .officer__block--title h6,
.t__oenom2--sec .officer__block--title h5,
.t__oenom2--sec .officer__block--title h6 {
  color: #333333;
}
.theme__oenom2--secondary .block__statement--link,
.t__oenom2--sec .block__statement--link {
  color: #333333;
}
.theme__oenom2--secondary .card__cutoff,
.t__oenom2--sec .card__cutoff {
  background: linear-gradient(#F2B3DE, #F2B3DE), linear-gradient(white, white);
}
.theme__oenom2--secondary .card__cutoff p,
.t__oenom2--sec .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__oenom2--secondary .card__cutoff:hover,
  .t__oenom2--sec .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__oenom2--secondary .card__cutoff:hover p,
  .t__oenom2--sec .card__cutoff:hover p {
    color: #F2B3DE;
  }
  .theme__oenom2--secondary .card__cutoff:hover .card__cutoff--link,
  .t__oenom2--sec .card__cutoff:hover .card__cutoff--link {
    color: #F2B3DE;
  }
  .theme__oenom2--secondary .card__cutoff:hover .card__cutoff--text,
  .t__oenom2--sec .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__oenom2--secondary .card__cutoff:hover .card__cutoff--text p,
  .t__oenom2--sec .card__cutoff:hover .card__cutoff--text p {
    color: #F2B3DE;
  }
  .theme__oenom2--secondary .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__oenom2--sec .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: #F2B3DE;
  }
}
.theme__oenom2--secondary .card__cutoff--link,
.t__oenom2--sec .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__oenom2--secondary .card__cutoff--link:hover,
  .t__oenom2--sec .card__cutoff--link:hover {
    color: #F2B3DE;
  }
  .theme__oenom2--secondary .card__cutoff--link:hover--link,
  .t__oenom2--sec .card__cutoff--link:hover--link {
    color: #F2B3DE;
  }
}
.theme__oenom2--secondary .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__oenom2--sec .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: #F2B3DE;
}
.theme__oenom2--secondary .dropdown__toggle--title,
.t__oenom2--sec .dropdown__toggle--title {
  color: #F2B3DE;
}
.theme__oenom2--secondary .dropdown__toggle--icon i,
.t__oenom2--sec .dropdown__toggle--icon i {
  color: #F2B3DE;
}
.theme__oenom2--secondary .large_timer__countdown--item_large,
.t__oenom2--sec .large_timer__countdown--item_large {
  background-color: #F2B3DE;
}
.theme__oenom2--secondary .large_timer__countdown--item_medium,
.t__oenom2--sec .large_timer__countdown--item_medium {
  background-color: #F2B3DE;
}
.theme__oenom2--secondary .large_timer__countdown--item_small,
.t__oenom2--sec .large_timer__countdown--item_small {
  background-color: #F2B3DE;
}
.theme__oenom2--secondary .modalcontent,
.t__oenom2--sec .modalcontent {
  border-color: #F2B3DE;
}
.theme__oenom2--secondary .transparent__header,
.t__oenom2--sec .transparent__header {
  background: #F2B3DE;
}
.theme__oenom2--secondary .breadcrumb__slashes,
.t__oenom2--sec .breadcrumb__slashes {
  color: #333333;
}
.theme__oenom2--secondary .the-list,
.t__oenom2--sec .the-list {
  background-color: #F2B3DE;
}
.theme__oenom2--secondary .the-list option,
.t__oenom2--sec .the-list option {
  border-color: #F2B3DE !important;
}
.theme__oenom2--secondary .es-list::-webkit-scrollbar-thumb,
.t__oenom2--sec .es-list::-webkit-scrollbar-thumb {
  background: #F2B3DE;
}
.theme__oenom2--secondary .es-visible,
.t__oenom2--sec .es-visible {
  border-color: #F2B3DE !important;
}
.theme__oenom2--secondary .ot-open,
.theme__oenom2--secondary .ot-closed,
.t__oenom2--sec .ot-open,
.t__oenom2--sec .ot-closed {
  color: #F2B3DE;
}
.theme__oenom2--secondary .colour__foreground,
.t__oenom2--sec .colour__foreground {
  color: #F2B3DE;
}
.theme__oenom2--secondary h1.t__none,
.theme__oenom2--secondary h1.theme__none,
.theme__oenom2--secondary h2.t__none,
.theme__oenom2--secondary h2.theme__none,
.theme__oenom2--secondary h3.t__none,
.theme__oenom2--secondary h3.theme__none,
.theme__oenom2--secondary h4.t__none,
.theme__oenom2--secondary h4.theme__none,
.theme__oenom2--secondary h1.t__none--w-hov,
.theme__oenom2--secondary h1.theme__none--with-hover,
.theme__oenom2--secondary h2.t__none--w-hov,
.theme__oenom2--secondary h2.theme__none--with-hover,
.theme__oenom2--secondary h3.t__none--w-hov,
.theme__oenom2--secondary h3.theme__none--with-hover,
.theme__oenom2--secondary h4.t__none--w-hov,
.theme__oenom2--secondary h4.theme__none--with-hover,
.t__oenom2--sec h1.t__none,
.t__oenom2--sec h1.theme__none,
.t__oenom2--sec h2.t__none,
.t__oenom2--sec h2.theme__none,
.t__oenom2--sec h3.t__none,
.t__oenom2--sec h3.theme__none,
.t__oenom2--sec h4.t__none,
.t__oenom2--sec h4.theme__none,
.t__oenom2--sec h1.t__none--w-hov,
.t__oenom2--sec h1.theme__none--with-hover,
.t__oenom2--sec h2.t__none--w-hov,
.t__oenom2--sec h2.theme__none--with-hover,
.t__oenom2--sec h3.t__none--w-hov,
.t__oenom2--sec h3.theme__none--with-hover,
.t__oenom2--sec h4.t__none--w-hov,
.t__oenom2--sec h4.theme__none--with-hover {
  color: #333333;
}
.theme__oenom2--secondary span.t__none,
.theme__oenom2--secondary span.theme__none,
.t__oenom2--sec span.t__none,
.t__oenom2--sec span.theme__none {
  color: #333333;
}
.theme__oenom2--secondary i.t__none,
.theme__oenom2--secondary i.theme__none,
.t__oenom2--sec i.t__none,
.t__oenom2--sec i.theme__none {
  color: #333333;
}
.theme__oenom2--secondary a.border__none,
.theme__oenom2--secondary a.b__none,
.t__oenom2--sec a.border__none,
.t__oenom2--sec a.b__none {
  border: 0;
}
.theme__oenom2--secondary a:hover h1.t__none,
.theme__oenom2--secondary a:hover h1.theme__none,
.theme__oenom2--secondary a:hover h2.t__none,
.theme__oenom2--secondary a:hover h2.theme__none,
.theme__oenom2--secondary a:hover h3.t__none,
.theme__oenom2--secondary a:hover h3.theme__none,
.theme__oenom2--secondary a:hover h4.t__none,
.theme__oenom2--secondary a:hover h4.theme__none,
.t__oenom2--sec a:hover h1.t__none,
.t__oenom2--sec a:hover h1.theme__none,
.t__oenom2--sec a:hover h2.t__none,
.t__oenom2--sec a:hover h2.theme__none,
.t__oenom2--sec a:hover h3.t__none,
.t__oenom2--sec a:hover h3.theme__none,
.t__oenom2--sec a:hover h4.t__none,
.t__oenom2--sec a:hover h4.theme__none {
  color: #333333;
}
.theme__oenom2--secondary a:hover h1.t__none--w-hov,
.theme__oenom2--secondary a:hover h1.theme__none--with-hover,
.theme__oenom2--secondary a:hover h2.t__none--w-hov,
.theme__oenom2--secondary a:hover h2.theme__none--with-hover,
.theme__oenom2--secondary a:hover h3.t__none--w-hov,
.theme__oenom2--secondary a:hover h3.theme__none--with-hover,
.theme__oenom2--secondary a:hover h4.t__none--w-hov,
.theme__oenom2--secondary a:hover h4.theme__none--with-hover,
.t__oenom2--sec a:hover h1.t__none--w-hov,
.t__oenom2--sec a:hover h1.theme__none--with-hover,
.t__oenom2--sec a:hover h2.t__none--w-hov,
.t__oenom2--sec a:hover h2.theme__none--with-hover,
.t__oenom2--sec a:hover h3.t__none--w-hov,
.t__oenom2--sec a:hover h3.theme__none--with-hover,
.t__oenom2--sec a:hover h4.t__none--w-hov,
.t__oenom2--sec a:hover h4.theme__none--with-hover {
  color: #F2B3DE;
}

.theme__oenom2--pastel h1, .theme__oenom2--pastel h2, .theme__oenom2--pastel h3, .theme__oenom2--pastel h4, .theme__oenom2--pastel h5, .theme__oenom2--pastel h6,
.t__oenom2--pas h1,
.t__oenom2--pas h2,
.t__oenom2--pas h3,
.t__oenom2--pas h4,
.t__oenom2--pas h5,
.t__oenom2--pas h6 {
  color: #DEE4FF;
}
.theme__oenom2--pastel a,
.t__oenom2--pas a {
  color: #4a4a4a;
  border-color: #DEE4FF;
  text-decoration: none;
}
.theme__oenom2--pastel a:hover,
.t__oenom2--pas a:hover {
  color: #DEE4FF;
}
.theme__oenom2--pastel a:hover h1, .theme__oenom2--pastel a:hover h2, .theme__oenom2--pastel a:hover h3, .theme__oenom2--pastel a:hover h4, .theme__oenom2--pastel a:hover h5, .theme__oenom2--pastel a:hover h6,
.t__oenom2--pas a:hover h1,
.t__oenom2--pas a:hover h2,
.t__oenom2--pas a:hover h3,
.t__oenom2--pas a:hover h4,
.t__oenom2--pas a:hover h5,
.t__oenom2--pas a:hover h6 {
  color: #DEE4FF;
}
.theme__oenom2--pastel a div,
.t__oenom2--pas a div {
  border-color: #DEE4FF !important;
}
.theme__oenom2--pastel input,
.t__oenom2--pas input {
  border-color: #DEE4FF;
}
.theme__oenom2--pastel p,
.t__oenom2--pas p {
  color: #4a4a4a;
}
.theme__oenom2--pastel .button,
.theme__oenom2--pastel .btn,
.theme__oenom2--pastel .btn__pill, .theme__oenom2--pastel.button, .theme__oenom2--pastel.btn, .theme__oenom2--pastel.btn__pill,
.t__oenom2--pas .button,
.t__oenom2--pas .btn,
.t__oenom2--pas .btn__pill,
.t__oenom2--pas.button,
.t__oenom2--pas.btn,
.t__oenom2--pas.btn__pill {
  border-color: #DEE4FF;
}
@media (hover: hover) {
  .theme__oenom2--pastel .button:hover,
  .theme__oenom2--pastel .btn:hover,
  .theme__oenom2--pastel .btn__pill:hover, .theme__oenom2--pastel.button:hover, .theme__oenom2--pastel.btn:hover, .theme__oenom2--pastel.btn__pill:hover,
  .t__oenom2--pas .button:hover,
  .t__oenom2--pas .btn:hover,
  .t__oenom2--pas .btn__pill:hover,
  .t__oenom2--pas.button:hover,
  .t__oenom2--pas.btn:hover,
  .t__oenom2--pas.btn__pill:hover {
    color: #ffffff;
    background: #DEE4FF;
  }
  .theme__oenom2--pastel .button:hover i,
  .theme__oenom2--pastel .btn:hover i,
  .theme__oenom2--pastel .btn__pill:hover i, .theme__oenom2--pastel.button:hover i, .theme__oenom2--pastel.btn:hover i, .theme__oenom2--pastel.btn__pill:hover i,
  .t__oenom2--pas .button:hover i,
  .t__oenom2--pas .btn:hover i,
  .t__oenom2--pas .btn__pill:hover i,
  .t__oenom2--pas.button:hover i,
  .t__oenom2--pas.btn:hover i,
  .t__oenom2--pas.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__oenom2--pastel .button__invert,
.theme__oenom2--pastel .btn__invert,
.theme__oenom2--pastel .btn__pill__invert, .theme__oenom2--pastel.button__invert, .theme__oenom2--pastel.btn__invert, .theme__oenom2--pastel.btn__pill__invert,
.t__oenom2--pas .button__invert,
.t__oenom2--pas .btn__invert,
.t__oenom2--pas .btn__pill__invert,
.t__oenom2--pas.button__invert,
.t__oenom2--pas.btn__invert,
.t__oenom2--pas.btn__pill__invert {
  background-color: #DEE4FF;
  color: #ffffff;
}
.theme__oenom2--pastel .button__invert h4,
.theme__oenom2--pastel .btn__invert h4,
.theme__oenom2--pastel .btn__pill__invert h4, .theme__oenom2--pastel.button__invert h4, .theme__oenom2--pastel.btn__invert h4, .theme__oenom2--pastel.btn__pill__invert h4,
.t__oenom2--pas .button__invert h4,
.t__oenom2--pas .btn__invert h4,
.t__oenom2--pas .btn__pill__invert h4,
.t__oenom2--pas.button__invert h4,
.t__oenom2--pas.btn__invert h4,
.t__oenom2--pas.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__oenom2--pastel .button__invert:hover,
.theme__oenom2--pastel .btn__invert:hover,
.theme__oenom2--pastel .btn__pill__invert:hover, .theme__oenom2--pastel.button__invert:hover, .theme__oenom2--pastel.btn__invert:hover, .theme__oenom2--pastel.btn__pill__invert:hover,
.t__oenom2--pas .button__invert:hover,
.t__oenom2--pas .btn__invert:hover,
.t__oenom2--pas .btn__pill__invert:hover,
.t__oenom2--pas.button__invert:hover,
.t__oenom2--pas.btn__invert:hover,
.t__oenom2--pas.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__oenom2--pastel .button__invert:hover h4,
.theme__oenom2--pastel .btn__invert:hover h4,
.theme__oenom2--pastel .btn__pill__invert:hover h4, .theme__oenom2--pastel.button__invert:hover h4, .theme__oenom2--pastel.btn__invert:hover h4, .theme__oenom2--pastel.btn__pill__invert:hover h4,
.t__oenom2--pas .button__invert:hover h4,
.t__oenom2--pas .btn__invert:hover h4,
.t__oenom2--pas .btn__pill__invert:hover h4,
.t__oenom2--pas.button__invert:hover h4,
.t__oenom2--pas.btn__invert:hover h4,
.t__oenom2--pas.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__oenom2--pastel .button__invert--hover:hover,
.theme__oenom2--pastel .btn__invert--hover:hover,
.theme__oenom2--pastel .btn__pill__invert--hover:hover, .theme__oenom2--pastel.button__invert--hover:hover, .theme__oenom2--pastel.btn__invert--hover:hover, .theme__oenom2--pastel.btn__pill__invert--hover:hover,
.t__oenom2--pas .button__invert--hover:hover,
.t__oenom2--pas .btn__invert--hover:hover,
.t__oenom2--pas .btn__pill__invert--hover:hover,
.t__oenom2--pas.button__invert--hover:hover,
.t__oenom2--pas.btn__invert--hover:hover,
.t__oenom2--pas.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__oenom2--pastel .button__under,
.theme__oenom2--pastel .btn__under,
.theme__oenom2--pastel .btn__pill__under, .theme__oenom2--pastel.button__under, .theme__oenom2--pastel.btn__under, .theme__oenom2--pastel.btn__pill__under,
.t__oenom2--pas .button__under,
.t__oenom2--pas .btn__under,
.t__oenom2--pas .btn__pill__under,
.t__oenom2--pas.button__under,
.t__oenom2--pas.btn__under,
.t__oenom2--pas.btn__pill__under {
  border-color: #DEE4FF;
}
.theme__oenom2--pastel .btn__large,
.t__oenom2--pas .btn__large {
  background-color: #DEE4FF;
}
.theme__oenom2--pastel .input__search,
.t__oenom2--pas .input__search {
  border-color: #DEE4FF;
}
.theme__oenom2--pastel .input__search i,
.t__oenom2--pas .input__search i {
  color: #4a4a4a;
}
.theme__oenom2--pastel .input__search:hover i,
.t__oenom2--pas .input__search:hover i {
  color: #DEE4FF;
}
.theme__oenom2--pastel .component__foreground,
.t__oenom2--pas .component__foreground {
  color: #4a4a4a;
}
.theme__oenom2--pastel.card,
.theme__oenom2--pastel .card, .theme__oenom2--pastel.card__with-image,
.theme__oenom2--pastel .card__with-image,
.t__oenom2--pas.card,
.t__oenom2--pas .card,
.t__oenom2--pas.card__with-image,
.t__oenom2--pas .card__with-image {
  border-color: #DEE4FF;
}
.theme__oenom2--pastel.card__highlight,
.theme__oenom2--pastel .card__highlight,
.theme__oenom2--pastel .card__highlight--image,
.theme__oenom2--pastel .card__highlight--final,
.t__oenom2--pas.card__highlight,
.t__oenom2--pas .card__highlight,
.t__oenom2--pas .card__highlight--image,
.t__oenom2--pas .card__highlight--final {
  background-color: #DEE4FF;
  border-color: #DEE4FF;
}
.theme__oenom2--pastel.card__highlight--title,
.theme__oenom2--pastel .card__highlight--title,
.theme__oenom2--pastel .card__highlight--image,
.theme__oenom2--pastel .card__highlight--final,
.t__oenom2--pas.card__highlight--title,
.t__oenom2--pas .card__highlight--title,
.t__oenom2--pas .card__highlight--image,
.t__oenom2--pas .card__highlight--final {
  color: #4a4a4a;
}
.theme__oenom2--pastel .image-slider__selector--dot,
.t__oenom2--pas .image-slider__selector--dot {
  background-color: #DEE4FF;
}
.theme__oenom2--pastel .call-to-action__text h3,
.t__oenom2--pas .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__oenom2--pastel .officer__block--title h5, .theme__oenom2--pastel .officer__block--title h6,
.t__oenom2--pas .officer__block--title h5,
.t__oenom2--pas .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__oenom2--pastel .block__statement--link,
.t__oenom2--pas .block__statement--link {
  color: #4a4a4a;
}
.theme__oenom2--pastel .card__cutoff,
.t__oenom2--pas .card__cutoff {
  background: linear-gradient(#DEE4FF, #DEE4FF), linear-gradient(white, white);
}
.theme__oenom2--pastel .card__cutoff p,
.t__oenom2--pas .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__oenom2--pastel .card__cutoff:hover,
  .t__oenom2--pas .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__oenom2--pastel .card__cutoff:hover p,
  .t__oenom2--pas .card__cutoff:hover p {
    color: #DEE4FF;
  }
  .theme__oenom2--pastel .card__cutoff:hover .card__cutoff--link,
  .t__oenom2--pas .card__cutoff:hover .card__cutoff--link {
    color: #DEE4FF;
  }
  .theme__oenom2--pastel .card__cutoff:hover .card__cutoff--text,
  .t__oenom2--pas .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__oenom2--pastel .card__cutoff:hover .card__cutoff--text p,
  .t__oenom2--pas .card__cutoff:hover .card__cutoff--text p {
    color: #DEE4FF;
  }
  .theme__oenom2--pastel .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__oenom2--pas .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: #DEE4FF;
  }
}
.theme__oenom2--pastel .card__cutoff--link,
.t__oenom2--pas .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__oenom2--pastel .card__cutoff--link:hover,
  .t__oenom2--pas .card__cutoff--link:hover {
    color: #DEE4FF;
  }
  .theme__oenom2--pastel .card__cutoff--link:hover--link,
  .t__oenom2--pas .card__cutoff--link:hover--link {
    color: #DEE4FF;
  }
}
.theme__oenom2--pastel .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__oenom2--pas .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: #DEE4FF;
}
.theme__oenom2--pastel .dropdown__toggle--title,
.t__oenom2--pas .dropdown__toggle--title {
  color: #DEE4FF;
}
.theme__oenom2--pastel .dropdown__toggle--icon i,
.t__oenom2--pas .dropdown__toggle--icon i {
  color: #DEE4FF;
}
.theme__oenom2--pastel .large_timer__countdown--item_large,
.t__oenom2--pas .large_timer__countdown--item_large {
  background-color: #DEE4FF;
}
.theme__oenom2--pastel .large_timer__countdown--item_medium,
.t__oenom2--pas .large_timer__countdown--item_medium {
  background-color: #DEE4FF;
}
.theme__oenom2--pastel .large_timer__countdown--item_small,
.t__oenom2--pas .large_timer__countdown--item_small {
  background-color: #DEE4FF;
}
.theme__oenom2--pastel .modalcontent,
.t__oenom2--pas .modalcontent {
  border-color: #DEE4FF;
}
.theme__oenom2--pastel .transparent__header,
.t__oenom2--pas .transparent__header {
  background: #DEE4FF;
}
.theme__oenom2--pastel .breadcrumb__slashes,
.t__oenom2--pas .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__oenom2--pastel .the-list,
.t__oenom2--pas .the-list {
  background-color: #DEE4FF;
}
.theme__oenom2--pastel .the-list option,
.t__oenom2--pas .the-list option {
  border-color: #DEE4FF !important;
}
.theme__oenom2--pastel .es-list::-webkit-scrollbar-thumb,
.t__oenom2--pas .es-list::-webkit-scrollbar-thumb {
  background: #DEE4FF;
}
.theme__oenom2--pastel .es-visible,
.t__oenom2--pas .es-visible {
  border-color: #DEE4FF !important;
}
.theme__oenom2--pastel .ot-open,
.theme__oenom2--pastel .ot-closed,
.t__oenom2--pas .ot-open,
.t__oenom2--pas .ot-closed {
  color: #DEE4FF;
}
.theme__oenom2--pastel .colour__foreground,
.t__oenom2--pas .colour__foreground {
  color: #DEE4FF;
}
.theme__oenom2--pastel h1.t__none,
.theme__oenom2--pastel h1.theme__none,
.theme__oenom2--pastel h2.t__none,
.theme__oenom2--pastel h2.theme__none,
.theme__oenom2--pastel h3.t__none,
.theme__oenom2--pastel h3.theme__none,
.theme__oenom2--pastel h4.t__none,
.theme__oenom2--pastel h4.theme__none,
.theme__oenom2--pastel h1.t__none--w-hov,
.theme__oenom2--pastel h1.theme__none--with-hover,
.theme__oenom2--pastel h2.t__none--w-hov,
.theme__oenom2--pastel h2.theme__none--with-hover,
.theme__oenom2--pastel h3.t__none--w-hov,
.theme__oenom2--pastel h3.theme__none--with-hover,
.theme__oenom2--pastel h4.t__none--w-hov,
.theme__oenom2--pastel h4.theme__none--with-hover,
.t__oenom2--pas h1.t__none,
.t__oenom2--pas h1.theme__none,
.t__oenom2--pas h2.t__none,
.t__oenom2--pas h2.theme__none,
.t__oenom2--pas h3.t__none,
.t__oenom2--pas h3.theme__none,
.t__oenom2--pas h4.t__none,
.t__oenom2--pas h4.theme__none,
.t__oenom2--pas h1.t__none--w-hov,
.t__oenom2--pas h1.theme__none--with-hover,
.t__oenom2--pas h2.t__none--w-hov,
.t__oenom2--pas h2.theme__none--with-hover,
.t__oenom2--pas h3.t__none--w-hov,
.t__oenom2--pas h3.theme__none--with-hover,
.t__oenom2--pas h4.t__none--w-hov,
.t__oenom2--pas h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__oenom2--pastel span.t__none,
.theme__oenom2--pastel span.theme__none,
.t__oenom2--pas span.t__none,
.t__oenom2--pas span.theme__none {
  color: #4a4a4a;
}
.theme__oenom2--pastel i.t__none,
.theme__oenom2--pastel i.theme__none,
.t__oenom2--pas i.t__none,
.t__oenom2--pas i.theme__none {
  color: #4a4a4a;
}
.theme__oenom2--pastel a.border__none,
.theme__oenom2--pastel a.b__none,
.t__oenom2--pas a.border__none,
.t__oenom2--pas a.b__none {
  border: 0;
}
.theme__oenom2--pastel a:hover h1.t__none,
.theme__oenom2--pastel a:hover h1.theme__none,
.theme__oenom2--pastel a:hover h2.t__none,
.theme__oenom2--pastel a:hover h2.theme__none,
.theme__oenom2--pastel a:hover h3.t__none,
.theme__oenom2--pastel a:hover h3.theme__none,
.theme__oenom2--pastel a:hover h4.t__none,
.theme__oenom2--pastel a:hover h4.theme__none,
.t__oenom2--pas a:hover h1.t__none,
.t__oenom2--pas a:hover h1.theme__none,
.t__oenom2--pas a:hover h2.t__none,
.t__oenom2--pas a:hover h2.theme__none,
.t__oenom2--pas a:hover h3.t__none,
.t__oenom2--pas a:hover h3.theme__none,
.t__oenom2--pas a:hover h4.t__none,
.t__oenom2--pas a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__oenom2--pastel a:hover h1.t__none--w-hov,
.theme__oenom2--pastel a:hover h1.theme__none--with-hover,
.theme__oenom2--pastel a:hover h2.t__none--w-hov,
.theme__oenom2--pastel a:hover h2.theme__none--with-hover,
.theme__oenom2--pastel a:hover h3.t__none--w-hov,
.theme__oenom2--pastel a:hover h3.theme__none--with-hover,
.theme__oenom2--pastel a:hover h4.t__none--w-hov,
.theme__oenom2--pastel a:hover h4.theme__none--with-hover,
.t__oenom2--pas a:hover h1.t__none--w-hov,
.t__oenom2--pas a:hover h1.theme__none--with-hover,
.t__oenom2--pas a:hover h2.t__none--w-hov,
.t__oenom2--pas a:hover h2.theme__none--with-hover,
.t__oenom2--pas a:hover h3.t__none--w-hov,
.t__oenom2--pas a:hover h3.theme__none--with-hover,
.t__oenom2--pas a:hover h4.t__none--w-hov,
.t__oenom2--pas a:hover h4.theme__none--with-hover {
  color: #DEE4FF;
}

.theme__oenom2--background-primary,
.t__oenom2--bg-pri {
  background-color: #FFD4E5;
}

.theme__oenom2--background-secondary,
.t__oenom2--bg-sec {
  background-color: #F2B3DE;
}

.theme__oenom2--background-pastel,
.t__oenom2--bg-pas {
  background-color: #DEE4FF;
}

.theme__oevote--primary h1, .theme__oevote--primary h2, .theme__oevote--primary h3, .theme__oevote--primary h4, .theme__oevote--primary h5, .theme__oevote--primary h6,
.t__oevote--pri h1,
.t__oevote--pri h2,
.t__oevote--pri h3,
.t__oevote--pri h4,
.t__oevote--pri h5,
.t__oevote--pri h6 {
  color: #A3E8DF;
}
.theme__oevote--primary a,
.t__oevote--pri a {
  color: #4a4a4a;
  border-color: #A3E8DF;
  text-decoration: none;
}
.theme__oevote--primary a:hover,
.t__oevote--pri a:hover {
  color: #A3E8DF;
}
.theme__oevote--primary a:hover h1, .theme__oevote--primary a:hover h2, .theme__oevote--primary a:hover h3, .theme__oevote--primary a:hover h4, .theme__oevote--primary a:hover h5, .theme__oevote--primary a:hover h6,
.t__oevote--pri a:hover h1,
.t__oevote--pri a:hover h2,
.t__oevote--pri a:hover h3,
.t__oevote--pri a:hover h4,
.t__oevote--pri a:hover h5,
.t__oevote--pri a:hover h6 {
  color: #A3E8DF;
}
.theme__oevote--primary a div,
.t__oevote--pri a div {
  border-color: #A3E8DF !important;
}
.theme__oevote--primary input,
.t__oevote--pri input {
  border-color: #A3E8DF;
}
.theme__oevote--primary p,
.t__oevote--pri p {
  color: #4a4a4a;
}
.theme__oevote--primary .button,
.theme__oevote--primary .btn,
.theme__oevote--primary .btn__pill, .theme__oevote--primary.button, .theme__oevote--primary.btn, .theme__oevote--primary.btn__pill,
.t__oevote--pri .button,
.t__oevote--pri .btn,
.t__oevote--pri .btn__pill,
.t__oevote--pri.button,
.t__oevote--pri.btn,
.t__oevote--pri.btn__pill {
  border-color: #A3E8DF;
}
@media (hover: hover) {
  .theme__oevote--primary .button:hover,
  .theme__oevote--primary .btn:hover,
  .theme__oevote--primary .btn__pill:hover, .theme__oevote--primary.button:hover, .theme__oevote--primary.btn:hover, .theme__oevote--primary.btn__pill:hover,
  .t__oevote--pri .button:hover,
  .t__oevote--pri .btn:hover,
  .t__oevote--pri .btn__pill:hover,
  .t__oevote--pri.button:hover,
  .t__oevote--pri.btn:hover,
  .t__oevote--pri.btn__pill:hover {
    color: #ffffff;
    background: #A3E8DF;
  }
  .theme__oevote--primary .button:hover i,
  .theme__oevote--primary .btn:hover i,
  .theme__oevote--primary .btn__pill:hover i, .theme__oevote--primary.button:hover i, .theme__oevote--primary.btn:hover i, .theme__oevote--primary.btn__pill:hover i,
  .t__oevote--pri .button:hover i,
  .t__oevote--pri .btn:hover i,
  .t__oevote--pri .btn__pill:hover i,
  .t__oevote--pri.button:hover i,
  .t__oevote--pri.btn:hover i,
  .t__oevote--pri.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__oevote--primary .button__invert,
.theme__oevote--primary .btn__invert,
.theme__oevote--primary .btn__pill__invert, .theme__oevote--primary.button__invert, .theme__oevote--primary.btn__invert, .theme__oevote--primary.btn__pill__invert,
.t__oevote--pri .button__invert,
.t__oevote--pri .btn__invert,
.t__oevote--pri .btn__pill__invert,
.t__oevote--pri.button__invert,
.t__oevote--pri.btn__invert,
.t__oevote--pri.btn__pill__invert {
  background-color: #A3E8DF;
  color: #ffffff;
}
.theme__oevote--primary .button__invert h4,
.theme__oevote--primary .btn__invert h4,
.theme__oevote--primary .btn__pill__invert h4, .theme__oevote--primary.button__invert h4, .theme__oevote--primary.btn__invert h4, .theme__oevote--primary.btn__pill__invert h4,
.t__oevote--pri .button__invert h4,
.t__oevote--pri .btn__invert h4,
.t__oevote--pri .btn__pill__invert h4,
.t__oevote--pri.button__invert h4,
.t__oevote--pri.btn__invert h4,
.t__oevote--pri.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__oevote--primary .button__invert:hover,
.theme__oevote--primary .btn__invert:hover,
.theme__oevote--primary .btn__pill__invert:hover, .theme__oevote--primary.button__invert:hover, .theme__oevote--primary.btn__invert:hover, .theme__oevote--primary.btn__pill__invert:hover,
.t__oevote--pri .button__invert:hover,
.t__oevote--pri .btn__invert:hover,
.t__oevote--pri .btn__pill__invert:hover,
.t__oevote--pri.button__invert:hover,
.t__oevote--pri.btn__invert:hover,
.t__oevote--pri.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__oevote--primary .button__invert:hover h4,
.theme__oevote--primary .btn__invert:hover h4,
.theme__oevote--primary .btn__pill__invert:hover h4, .theme__oevote--primary.button__invert:hover h4, .theme__oevote--primary.btn__invert:hover h4, .theme__oevote--primary.btn__pill__invert:hover h4,
.t__oevote--pri .button__invert:hover h4,
.t__oevote--pri .btn__invert:hover h4,
.t__oevote--pri .btn__pill__invert:hover h4,
.t__oevote--pri.button__invert:hover h4,
.t__oevote--pri.btn__invert:hover h4,
.t__oevote--pri.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__oevote--primary .button__invert--hover:hover,
.theme__oevote--primary .btn__invert--hover:hover,
.theme__oevote--primary .btn__pill__invert--hover:hover, .theme__oevote--primary.button__invert--hover:hover, .theme__oevote--primary.btn__invert--hover:hover, .theme__oevote--primary.btn__pill__invert--hover:hover,
.t__oevote--pri .button__invert--hover:hover,
.t__oevote--pri .btn__invert--hover:hover,
.t__oevote--pri .btn__pill__invert--hover:hover,
.t__oevote--pri.button__invert--hover:hover,
.t__oevote--pri.btn__invert--hover:hover,
.t__oevote--pri.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__oevote--primary .button__under,
.theme__oevote--primary .btn__under,
.theme__oevote--primary .btn__pill__under, .theme__oevote--primary.button__under, .theme__oevote--primary.btn__under, .theme__oevote--primary.btn__pill__under,
.t__oevote--pri .button__under,
.t__oevote--pri .btn__under,
.t__oevote--pri .btn__pill__under,
.t__oevote--pri.button__under,
.t__oevote--pri.btn__under,
.t__oevote--pri.btn__pill__under {
  border-color: #A3E8DF;
}
.theme__oevote--primary .btn__large,
.t__oevote--pri .btn__large {
  background-color: #A3E8DF;
}
.theme__oevote--primary .input__search,
.t__oevote--pri .input__search {
  border-color: #A3E8DF;
}
.theme__oevote--primary .input__search i,
.t__oevote--pri .input__search i {
  color: #4a4a4a;
}
.theme__oevote--primary .input__search:hover i,
.t__oevote--pri .input__search:hover i {
  color: #A3E8DF;
}
.theme__oevote--primary .component__foreground,
.t__oevote--pri .component__foreground {
  color: #4a4a4a;
}
.theme__oevote--primary.card,
.theme__oevote--primary .card, .theme__oevote--primary.card__with-image,
.theme__oevote--primary .card__with-image,
.t__oevote--pri.card,
.t__oevote--pri .card,
.t__oevote--pri.card__with-image,
.t__oevote--pri .card__with-image {
  border-color: #A3E8DF;
}
.theme__oevote--primary.card__highlight,
.theme__oevote--primary .card__highlight,
.theme__oevote--primary .card__highlight--image,
.theme__oevote--primary .card__highlight--final,
.t__oevote--pri.card__highlight,
.t__oevote--pri .card__highlight,
.t__oevote--pri .card__highlight--image,
.t__oevote--pri .card__highlight--final {
  background-color: #A3E8DF;
  border-color: #A3E8DF;
}
.theme__oevote--primary.card__highlight--title,
.theme__oevote--primary .card__highlight--title,
.theme__oevote--primary .card__highlight--image,
.theme__oevote--primary .card__highlight--final,
.t__oevote--pri.card__highlight--title,
.t__oevote--pri .card__highlight--title,
.t__oevote--pri .card__highlight--image,
.t__oevote--pri .card__highlight--final {
  color: #4a4a4a;
}
.theme__oevote--primary .image-slider__selector--dot,
.t__oevote--pri .image-slider__selector--dot {
  background-color: #A3E8DF;
}
.theme__oevote--primary .call-to-action__text h3,
.t__oevote--pri .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__oevote--primary .officer__block--title h5, .theme__oevote--primary .officer__block--title h6,
.t__oevote--pri .officer__block--title h5,
.t__oevote--pri .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__oevote--primary .block__statement--link,
.t__oevote--pri .block__statement--link {
  color: #4a4a4a;
}
.theme__oevote--primary .card__cutoff,
.t__oevote--pri .card__cutoff {
  background: linear-gradient(#A3E8DF, #A3E8DF), linear-gradient(white, white);
}
.theme__oevote--primary .card__cutoff p,
.t__oevote--pri .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__oevote--primary .card__cutoff:hover,
  .t__oevote--pri .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__oevote--primary .card__cutoff:hover p,
  .t__oevote--pri .card__cutoff:hover p {
    color: #A3E8DF;
  }
  .theme__oevote--primary .card__cutoff:hover .card__cutoff--link,
  .t__oevote--pri .card__cutoff:hover .card__cutoff--link {
    color: #A3E8DF;
  }
  .theme__oevote--primary .card__cutoff:hover .card__cutoff--text,
  .t__oevote--pri .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__oevote--primary .card__cutoff:hover .card__cutoff--text p,
  .t__oevote--pri .card__cutoff:hover .card__cutoff--text p {
    color: #A3E8DF;
  }
  .theme__oevote--primary .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__oevote--pri .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: #A3E8DF;
  }
}
.theme__oevote--primary .card__cutoff--link,
.t__oevote--pri .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__oevote--primary .card__cutoff--link:hover,
  .t__oevote--pri .card__cutoff--link:hover {
    color: #A3E8DF;
  }
  .theme__oevote--primary .card__cutoff--link:hover--link,
  .t__oevote--pri .card__cutoff--link:hover--link {
    color: #A3E8DF;
  }
}
.theme__oevote--primary .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__oevote--pri .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: #A3E8DF;
}
.theme__oevote--primary .dropdown__toggle--title,
.t__oevote--pri .dropdown__toggle--title {
  color: #A3E8DF;
}
.theme__oevote--primary .dropdown__toggle--icon i,
.t__oevote--pri .dropdown__toggle--icon i {
  color: #A3E8DF;
}
.theme__oevote--primary .large_timer__countdown--item_large,
.t__oevote--pri .large_timer__countdown--item_large {
  background-color: #A3E8DF;
}
.theme__oevote--primary .large_timer__countdown--item_medium,
.t__oevote--pri .large_timer__countdown--item_medium {
  background-color: #A3E8DF;
}
.theme__oevote--primary .large_timer__countdown--item_small,
.t__oevote--pri .large_timer__countdown--item_small {
  background-color: #A3E8DF;
}
.theme__oevote--primary .modalcontent,
.t__oevote--pri .modalcontent {
  border-color: #A3E8DF;
}
.theme__oevote--primary .transparent__header,
.t__oevote--pri .transparent__header {
  background: #A3E8DF;
}
.theme__oevote--primary .breadcrumb__slashes,
.t__oevote--pri .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__oevote--primary .the-list,
.t__oevote--pri .the-list {
  background-color: #A3E8DF;
}
.theme__oevote--primary .the-list option,
.t__oevote--pri .the-list option {
  border-color: #A3E8DF !important;
}
.theme__oevote--primary .es-list::-webkit-scrollbar-thumb,
.t__oevote--pri .es-list::-webkit-scrollbar-thumb {
  background: #A3E8DF;
}
.theme__oevote--primary .es-visible,
.t__oevote--pri .es-visible {
  border-color: #A3E8DF !important;
}
.theme__oevote--primary .ot-open,
.theme__oevote--primary .ot-closed,
.t__oevote--pri .ot-open,
.t__oevote--pri .ot-closed {
  color: #A3E8DF;
}
.theme__oevote--primary .colour__foreground,
.t__oevote--pri .colour__foreground {
  color: #A3E8DF;
}
.theme__oevote--primary h1.t__none,
.theme__oevote--primary h1.theme__none,
.theme__oevote--primary h2.t__none,
.theme__oevote--primary h2.theme__none,
.theme__oevote--primary h3.t__none,
.theme__oevote--primary h3.theme__none,
.theme__oevote--primary h4.t__none,
.theme__oevote--primary h4.theme__none,
.theme__oevote--primary h1.t__none--w-hov,
.theme__oevote--primary h1.theme__none--with-hover,
.theme__oevote--primary h2.t__none--w-hov,
.theme__oevote--primary h2.theme__none--with-hover,
.theme__oevote--primary h3.t__none--w-hov,
.theme__oevote--primary h3.theme__none--with-hover,
.theme__oevote--primary h4.t__none--w-hov,
.theme__oevote--primary h4.theme__none--with-hover,
.t__oevote--pri h1.t__none,
.t__oevote--pri h1.theme__none,
.t__oevote--pri h2.t__none,
.t__oevote--pri h2.theme__none,
.t__oevote--pri h3.t__none,
.t__oevote--pri h3.theme__none,
.t__oevote--pri h4.t__none,
.t__oevote--pri h4.theme__none,
.t__oevote--pri h1.t__none--w-hov,
.t__oevote--pri h1.theme__none--with-hover,
.t__oevote--pri h2.t__none--w-hov,
.t__oevote--pri h2.theme__none--with-hover,
.t__oevote--pri h3.t__none--w-hov,
.t__oevote--pri h3.theme__none--with-hover,
.t__oevote--pri h4.t__none--w-hov,
.t__oevote--pri h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__oevote--primary span.t__none,
.theme__oevote--primary span.theme__none,
.t__oevote--pri span.t__none,
.t__oevote--pri span.theme__none {
  color: #4a4a4a;
}
.theme__oevote--primary i.t__none,
.theme__oevote--primary i.theme__none,
.t__oevote--pri i.t__none,
.t__oevote--pri i.theme__none {
  color: #4a4a4a;
}
.theme__oevote--primary a.border__none,
.theme__oevote--primary a.b__none,
.t__oevote--pri a.border__none,
.t__oevote--pri a.b__none {
  border: 0;
}
.theme__oevote--primary a:hover h1.t__none,
.theme__oevote--primary a:hover h1.theme__none,
.theme__oevote--primary a:hover h2.t__none,
.theme__oevote--primary a:hover h2.theme__none,
.theme__oevote--primary a:hover h3.t__none,
.theme__oevote--primary a:hover h3.theme__none,
.theme__oevote--primary a:hover h4.t__none,
.theme__oevote--primary a:hover h4.theme__none,
.t__oevote--pri a:hover h1.t__none,
.t__oevote--pri a:hover h1.theme__none,
.t__oevote--pri a:hover h2.t__none,
.t__oevote--pri a:hover h2.theme__none,
.t__oevote--pri a:hover h3.t__none,
.t__oevote--pri a:hover h3.theme__none,
.t__oevote--pri a:hover h4.t__none,
.t__oevote--pri a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__oevote--primary a:hover h1.t__none--w-hov,
.theme__oevote--primary a:hover h1.theme__none--with-hover,
.theme__oevote--primary a:hover h2.t__none--w-hov,
.theme__oevote--primary a:hover h2.theme__none--with-hover,
.theme__oevote--primary a:hover h3.t__none--w-hov,
.theme__oevote--primary a:hover h3.theme__none--with-hover,
.theme__oevote--primary a:hover h4.t__none--w-hov,
.theme__oevote--primary a:hover h4.theme__none--with-hover,
.t__oevote--pri a:hover h1.t__none--w-hov,
.t__oevote--pri a:hover h1.theme__none--with-hover,
.t__oevote--pri a:hover h2.t__none--w-hov,
.t__oevote--pri a:hover h2.theme__none--with-hover,
.t__oevote--pri a:hover h3.t__none--w-hov,
.t__oevote--pri a:hover h3.theme__none--with-hover,
.t__oevote--pri a:hover h4.t__none--w-hov,
.t__oevote--pri a:hover h4.theme__none--with-hover {
  color: #A3E8DF;
}
.theme__oevote--primary .dotted__line--small, .theme__oevote--primary .dotted__line--medium, .theme__oevote--primary .dotted__line--large, .theme__oevote--primary .dotted__line--x-large, .theme__oevote--primary .dotted__line--huge,
.t__oevote--pri .dotted__line--small,
.t__oevote--pri .dotted__line--medium,
.t__oevote--pri .dotted__line--large,
.t__oevote--pri .dotted__line--x-large,
.t__oevote--pri .dotted__line--huge {
  border-image-source: url("https://assets-cdn.sums.su/SH/Dotted_Borders/dotted_oenom.png");
}

.theme__oevote--secondary h1, .theme__oevote--secondary h2, .theme__oevote--secondary h3, .theme__oevote--secondary h4, .theme__oevote--secondary h5, .theme__oevote--secondary h6,
.t__oevote--sec h1,
.t__oevote--sec h2,
.t__oevote--sec h3,
.t__oevote--sec h4,
.t__oevote--sec h5,
.t__oevote--sec h6 {
  color: #7BFAFC;
}
.theme__oevote--secondary a,
.t__oevote--sec a {
  color: #4a4a4a;
  border-color: #7BFAFC;
  text-decoration: none;
}
.theme__oevote--secondary a:hover,
.t__oevote--sec a:hover {
  color: #7BFAFC;
}
.theme__oevote--secondary a:hover h1, .theme__oevote--secondary a:hover h2, .theme__oevote--secondary a:hover h3, .theme__oevote--secondary a:hover h4, .theme__oevote--secondary a:hover h5, .theme__oevote--secondary a:hover h6,
.t__oevote--sec a:hover h1,
.t__oevote--sec a:hover h2,
.t__oevote--sec a:hover h3,
.t__oevote--sec a:hover h4,
.t__oevote--sec a:hover h5,
.t__oevote--sec a:hover h6 {
  color: #7BFAFC;
}
.theme__oevote--secondary a div,
.t__oevote--sec a div {
  border-color: #7BFAFC !important;
}
.theme__oevote--secondary input,
.t__oevote--sec input {
  border-color: #7BFAFC;
}
.theme__oevote--secondary p,
.t__oevote--sec p {
  color: #4a4a4a;
}
.theme__oevote--secondary .button,
.theme__oevote--secondary .btn,
.theme__oevote--secondary .btn__pill, .theme__oevote--secondary.button, .theme__oevote--secondary.btn, .theme__oevote--secondary.btn__pill,
.t__oevote--sec .button,
.t__oevote--sec .btn,
.t__oevote--sec .btn__pill,
.t__oevote--sec.button,
.t__oevote--sec.btn,
.t__oevote--sec.btn__pill {
  border-color: #7BFAFC;
}
@media (hover: hover) {
  .theme__oevote--secondary .button:hover,
  .theme__oevote--secondary .btn:hover,
  .theme__oevote--secondary .btn__pill:hover, .theme__oevote--secondary.button:hover, .theme__oevote--secondary.btn:hover, .theme__oevote--secondary.btn__pill:hover,
  .t__oevote--sec .button:hover,
  .t__oevote--sec .btn:hover,
  .t__oevote--sec .btn__pill:hover,
  .t__oevote--sec.button:hover,
  .t__oevote--sec.btn:hover,
  .t__oevote--sec.btn__pill:hover {
    color: #ffffff;
    background: #7BFAFC;
  }
  .theme__oevote--secondary .button:hover i,
  .theme__oevote--secondary .btn:hover i,
  .theme__oevote--secondary .btn__pill:hover i, .theme__oevote--secondary.button:hover i, .theme__oevote--secondary.btn:hover i, .theme__oevote--secondary.btn__pill:hover i,
  .t__oevote--sec .button:hover i,
  .t__oevote--sec .btn:hover i,
  .t__oevote--sec .btn__pill:hover i,
  .t__oevote--sec.button:hover i,
  .t__oevote--sec.btn:hover i,
  .t__oevote--sec.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__oevote--secondary .button__invert,
.theme__oevote--secondary .btn__invert,
.theme__oevote--secondary .btn__pill__invert, .theme__oevote--secondary.button__invert, .theme__oevote--secondary.btn__invert, .theme__oevote--secondary.btn__pill__invert,
.t__oevote--sec .button__invert,
.t__oevote--sec .btn__invert,
.t__oevote--sec .btn__pill__invert,
.t__oevote--sec.button__invert,
.t__oevote--sec.btn__invert,
.t__oevote--sec.btn__pill__invert {
  background-color: #7BFAFC;
  color: #ffffff;
}
.theme__oevote--secondary .button__invert h4,
.theme__oevote--secondary .btn__invert h4,
.theme__oevote--secondary .btn__pill__invert h4, .theme__oevote--secondary.button__invert h4, .theme__oevote--secondary.btn__invert h4, .theme__oevote--secondary.btn__pill__invert h4,
.t__oevote--sec .button__invert h4,
.t__oevote--sec .btn__invert h4,
.t__oevote--sec .btn__pill__invert h4,
.t__oevote--sec.button__invert h4,
.t__oevote--sec.btn__invert h4,
.t__oevote--sec.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__oevote--secondary .button__invert:hover,
.theme__oevote--secondary .btn__invert:hover,
.theme__oevote--secondary .btn__pill__invert:hover, .theme__oevote--secondary.button__invert:hover, .theme__oevote--secondary.btn__invert:hover, .theme__oevote--secondary.btn__pill__invert:hover,
.t__oevote--sec .button__invert:hover,
.t__oevote--sec .btn__invert:hover,
.t__oevote--sec .btn__pill__invert:hover,
.t__oevote--sec.button__invert:hover,
.t__oevote--sec.btn__invert:hover,
.t__oevote--sec.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__oevote--secondary .button__invert:hover h4,
.theme__oevote--secondary .btn__invert:hover h4,
.theme__oevote--secondary .btn__pill__invert:hover h4, .theme__oevote--secondary.button__invert:hover h4, .theme__oevote--secondary.btn__invert:hover h4, .theme__oevote--secondary.btn__pill__invert:hover h4,
.t__oevote--sec .button__invert:hover h4,
.t__oevote--sec .btn__invert:hover h4,
.t__oevote--sec .btn__pill__invert:hover h4,
.t__oevote--sec.button__invert:hover h4,
.t__oevote--sec.btn__invert:hover h4,
.t__oevote--sec.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__oevote--secondary .button__invert--hover:hover,
.theme__oevote--secondary .btn__invert--hover:hover,
.theme__oevote--secondary .btn__pill__invert--hover:hover, .theme__oevote--secondary.button__invert--hover:hover, .theme__oevote--secondary.btn__invert--hover:hover, .theme__oevote--secondary.btn__pill__invert--hover:hover,
.t__oevote--sec .button__invert--hover:hover,
.t__oevote--sec .btn__invert--hover:hover,
.t__oevote--sec .btn__pill__invert--hover:hover,
.t__oevote--sec.button__invert--hover:hover,
.t__oevote--sec.btn__invert--hover:hover,
.t__oevote--sec.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__oevote--secondary .button__under,
.theme__oevote--secondary .btn__under,
.theme__oevote--secondary .btn__pill__under, .theme__oevote--secondary.button__under, .theme__oevote--secondary.btn__under, .theme__oevote--secondary.btn__pill__under,
.t__oevote--sec .button__under,
.t__oevote--sec .btn__under,
.t__oevote--sec .btn__pill__under,
.t__oevote--sec.button__under,
.t__oevote--sec.btn__under,
.t__oevote--sec.btn__pill__under {
  border-color: #7BFAFC;
}
.theme__oevote--secondary .btn__large,
.t__oevote--sec .btn__large {
  background-color: #7BFAFC;
}
.theme__oevote--secondary .input__search,
.t__oevote--sec .input__search {
  border-color: #7BFAFC;
}
.theme__oevote--secondary .input__search i,
.t__oevote--sec .input__search i {
  color: #4a4a4a;
}
.theme__oevote--secondary .input__search:hover i,
.t__oevote--sec .input__search:hover i {
  color: #7BFAFC;
}
.theme__oevote--secondary .component__foreground,
.t__oevote--sec .component__foreground {
  color: #4a4a4a;
}
.theme__oevote--secondary.card,
.theme__oevote--secondary .card, .theme__oevote--secondary.card__with-image,
.theme__oevote--secondary .card__with-image,
.t__oevote--sec.card,
.t__oevote--sec .card,
.t__oevote--sec.card__with-image,
.t__oevote--sec .card__with-image {
  border-color: #7BFAFC;
}
.theme__oevote--secondary.card__highlight,
.theme__oevote--secondary .card__highlight,
.theme__oevote--secondary .card__highlight--image,
.theme__oevote--secondary .card__highlight--final,
.t__oevote--sec.card__highlight,
.t__oevote--sec .card__highlight,
.t__oevote--sec .card__highlight--image,
.t__oevote--sec .card__highlight--final {
  background-color: #7BFAFC;
  border-color: #7BFAFC;
}
.theme__oevote--secondary.card__highlight--title,
.theme__oevote--secondary .card__highlight--title,
.theme__oevote--secondary .card__highlight--image,
.theme__oevote--secondary .card__highlight--final,
.t__oevote--sec.card__highlight--title,
.t__oevote--sec .card__highlight--title,
.t__oevote--sec .card__highlight--image,
.t__oevote--sec .card__highlight--final {
  color: #4a4a4a;
}
.theme__oevote--secondary .image-slider__selector--dot,
.t__oevote--sec .image-slider__selector--dot {
  background-color: #7BFAFC;
}
.theme__oevote--secondary .call-to-action__text h3,
.t__oevote--sec .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__oevote--secondary .officer__block--title h5, .theme__oevote--secondary .officer__block--title h6,
.t__oevote--sec .officer__block--title h5,
.t__oevote--sec .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__oevote--secondary .block__statement--link,
.t__oevote--sec .block__statement--link {
  color: #4a4a4a;
}
.theme__oevote--secondary .card__cutoff,
.t__oevote--sec .card__cutoff {
  background: linear-gradient(#7BFAFC, #7BFAFC), linear-gradient(white, white);
}
.theme__oevote--secondary .card__cutoff p,
.t__oevote--sec .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__oevote--secondary .card__cutoff:hover,
  .t__oevote--sec .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__oevote--secondary .card__cutoff:hover p,
  .t__oevote--sec .card__cutoff:hover p {
    color: #7BFAFC;
  }
  .theme__oevote--secondary .card__cutoff:hover .card__cutoff--link,
  .t__oevote--sec .card__cutoff:hover .card__cutoff--link {
    color: #7BFAFC;
  }
  .theme__oevote--secondary .card__cutoff:hover .card__cutoff--text,
  .t__oevote--sec .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__oevote--secondary .card__cutoff:hover .card__cutoff--text p,
  .t__oevote--sec .card__cutoff:hover .card__cutoff--text p {
    color: #7BFAFC;
  }
  .theme__oevote--secondary .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__oevote--sec .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: #7BFAFC;
  }
}
.theme__oevote--secondary .card__cutoff--link,
.t__oevote--sec .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__oevote--secondary .card__cutoff--link:hover,
  .t__oevote--sec .card__cutoff--link:hover {
    color: #7BFAFC;
  }
  .theme__oevote--secondary .card__cutoff--link:hover--link,
  .t__oevote--sec .card__cutoff--link:hover--link {
    color: #7BFAFC;
  }
}
.theme__oevote--secondary .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__oevote--sec .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: #7BFAFC;
}
.theme__oevote--secondary .dropdown__toggle--title,
.t__oevote--sec .dropdown__toggle--title {
  color: #7BFAFC;
}
.theme__oevote--secondary .dropdown__toggle--icon i,
.t__oevote--sec .dropdown__toggle--icon i {
  color: #7BFAFC;
}
.theme__oevote--secondary .large_timer__countdown--item_large,
.t__oevote--sec .large_timer__countdown--item_large {
  background-color: #7BFAFC;
}
.theme__oevote--secondary .large_timer__countdown--item_medium,
.t__oevote--sec .large_timer__countdown--item_medium {
  background-color: #7BFAFC;
}
.theme__oevote--secondary .large_timer__countdown--item_small,
.t__oevote--sec .large_timer__countdown--item_small {
  background-color: #7BFAFC;
}
.theme__oevote--secondary .modalcontent,
.t__oevote--sec .modalcontent {
  border-color: #7BFAFC;
}
.theme__oevote--secondary .transparent__header,
.t__oevote--sec .transparent__header {
  background: #7BFAFC;
}
.theme__oevote--secondary .breadcrumb__slashes,
.t__oevote--sec .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__oevote--secondary .the-list,
.t__oevote--sec .the-list {
  background-color: #7BFAFC;
}
.theme__oevote--secondary .the-list option,
.t__oevote--sec .the-list option {
  border-color: #7BFAFC !important;
}
.theme__oevote--secondary .es-list::-webkit-scrollbar-thumb,
.t__oevote--sec .es-list::-webkit-scrollbar-thumb {
  background: #7BFAFC;
}
.theme__oevote--secondary .es-visible,
.t__oevote--sec .es-visible {
  border-color: #7BFAFC !important;
}
.theme__oevote--secondary .ot-open,
.theme__oevote--secondary .ot-closed,
.t__oevote--sec .ot-open,
.t__oevote--sec .ot-closed {
  color: #7BFAFC;
}
.theme__oevote--secondary .colour__foreground,
.t__oevote--sec .colour__foreground {
  color: #7BFAFC;
}
.theme__oevote--secondary h1.t__none,
.theme__oevote--secondary h1.theme__none,
.theme__oevote--secondary h2.t__none,
.theme__oevote--secondary h2.theme__none,
.theme__oevote--secondary h3.t__none,
.theme__oevote--secondary h3.theme__none,
.theme__oevote--secondary h4.t__none,
.theme__oevote--secondary h4.theme__none,
.theme__oevote--secondary h1.t__none--w-hov,
.theme__oevote--secondary h1.theme__none--with-hover,
.theme__oevote--secondary h2.t__none--w-hov,
.theme__oevote--secondary h2.theme__none--with-hover,
.theme__oevote--secondary h3.t__none--w-hov,
.theme__oevote--secondary h3.theme__none--with-hover,
.theme__oevote--secondary h4.t__none--w-hov,
.theme__oevote--secondary h4.theme__none--with-hover,
.t__oevote--sec h1.t__none,
.t__oevote--sec h1.theme__none,
.t__oevote--sec h2.t__none,
.t__oevote--sec h2.theme__none,
.t__oevote--sec h3.t__none,
.t__oevote--sec h3.theme__none,
.t__oevote--sec h4.t__none,
.t__oevote--sec h4.theme__none,
.t__oevote--sec h1.t__none--w-hov,
.t__oevote--sec h1.theme__none--with-hover,
.t__oevote--sec h2.t__none--w-hov,
.t__oevote--sec h2.theme__none--with-hover,
.t__oevote--sec h3.t__none--w-hov,
.t__oevote--sec h3.theme__none--with-hover,
.t__oevote--sec h4.t__none--w-hov,
.t__oevote--sec h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__oevote--secondary span.t__none,
.theme__oevote--secondary span.theme__none,
.t__oevote--sec span.t__none,
.t__oevote--sec span.theme__none {
  color: #4a4a4a;
}
.theme__oevote--secondary i.t__none,
.theme__oevote--secondary i.theme__none,
.t__oevote--sec i.t__none,
.t__oevote--sec i.theme__none {
  color: #4a4a4a;
}
.theme__oevote--secondary a.border__none,
.theme__oevote--secondary a.b__none,
.t__oevote--sec a.border__none,
.t__oevote--sec a.b__none {
  border: 0;
}
.theme__oevote--secondary a:hover h1.t__none,
.theme__oevote--secondary a:hover h1.theme__none,
.theme__oevote--secondary a:hover h2.t__none,
.theme__oevote--secondary a:hover h2.theme__none,
.theme__oevote--secondary a:hover h3.t__none,
.theme__oevote--secondary a:hover h3.theme__none,
.theme__oevote--secondary a:hover h4.t__none,
.theme__oevote--secondary a:hover h4.theme__none,
.t__oevote--sec a:hover h1.t__none,
.t__oevote--sec a:hover h1.theme__none,
.t__oevote--sec a:hover h2.t__none,
.t__oevote--sec a:hover h2.theme__none,
.t__oevote--sec a:hover h3.t__none,
.t__oevote--sec a:hover h3.theme__none,
.t__oevote--sec a:hover h4.t__none,
.t__oevote--sec a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__oevote--secondary a:hover h1.t__none--w-hov,
.theme__oevote--secondary a:hover h1.theme__none--with-hover,
.theme__oevote--secondary a:hover h2.t__none--w-hov,
.theme__oevote--secondary a:hover h2.theme__none--with-hover,
.theme__oevote--secondary a:hover h3.t__none--w-hov,
.theme__oevote--secondary a:hover h3.theme__none--with-hover,
.theme__oevote--secondary a:hover h4.t__none--w-hov,
.theme__oevote--secondary a:hover h4.theme__none--with-hover,
.t__oevote--sec a:hover h1.t__none--w-hov,
.t__oevote--sec a:hover h1.theme__none--with-hover,
.t__oevote--sec a:hover h2.t__none--w-hov,
.t__oevote--sec a:hover h2.theme__none--with-hover,
.t__oevote--sec a:hover h3.t__none--w-hov,
.t__oevote--sec a:hover h3.theme__none--with-hover,
.t__oevote--sec a:hover h4.t__none--w-hov,
.t__oevote--sec a:hover h4.theme__none--with-hover {
  color: #7BFAFC;
}

.theme__oevote--pastel h1, .theme__oevote--pastel h2, .theme__oevote--pastel h3, .theme__oevote--pastel h4, .theme__oevote--pastel h5, .theme__oevote--pastel h6,
.t__oevote--pas h1,
.t__oevote--pas h2,
.t__oevote--pas h3,
.t__oevote--pas h4,
.t__oevote--pas h5,
.t__oevote--pas h6 {
  color: #DEE4FF;
}
.theme__oevote--pastel a,
.t__oevote--pas a {
  color: #4a4a4a;
  border-color: #DEE4FF;
  text-decoration: none;
}
.theme__oevote--pastel a:hover,
.t__oevote--pas a:hover {
  color: #DEE4FF;
}
.theme__oevote--pastel a:hover h1, .theme__oevote--pastel a:hover h2, .theme__oevote--pastel a:hover h3, .theme__oevote--pastel a:hover h4, .theme__oevote--pastel a:hover h5, .theme__oevote--pastel a:hover h6,
.t__oevote--pas a:hover h1,
.t__oevote--pas a:hover h2,
.t__oevote--pas a:hover h3,
.t__oevote--pas a:hover h4,
.t__oevote--pas a:hover h5,
.t__oevote--pas a:hover h6 {
  color: #DEE4FF;
}
.theme__oevote--pastel a div,
.t__oevote--pas a div {
  border-color: #DEE4FF !important;
}
.theme__oevote--pastel input,
.t__oevote--pas input {
  border-color: #DEE4FF;
}
.theme__oevote--pastel p,
.t__oevote--pas p {
  color: #4a4a4a;
}
.theme__oevote--pastel .button,
.theme__oevote--pastel .btn,
.theme__oevote--pastel .btn__pill, .theme__oevote--pastel.button, .theme__oevote--pastel.btn, .theme__oevote--pastel.btn__pill,
.t__oevote--pas .button,
.t__oevote--pas .btn,
.t__oevote--pas .btn__pill,
.t__oevote--pas.button,
.t__oevote--pas.btn,
.t__oevote--pas.btn__pill {
  border-color: #DEE4FF;
}
@media (hover: hover) {
  .theme__oevote--pastel .button:hover,
  .theme__oevote--pastel .btn:hover,
  .theme__oevote--pastel .btn__pill:hover, .theme__oevote--pastel.button:hover, .theme__oevote--pastel.btn:hover, .theme__oevote--pastel.btn__pill:hover,
  .t__oevote--pas .button:hover,
  .t__oevote--pas .btn:hover,
  .t__oevote--pas .btn__pill:hover,
  .t__oevote--pas.button:hover,
  .t__oevote--pas.btn:hover,
  .t__oevote--pas.btn__pill:hover {
    color: #ffffff;
    background: #DEE4FF;
  }
  .theme__oevote--pastel .button:hover i,
  .theme__oevote--pastel .btn:hover i,
  .theme__oevote--pastel .btn__pill:hover i, .theme__oevote--pastel.button:hover i, .theme__oevote--pastel.btn:hover i, .theme__oevote--pastel.btn__pill:hover i,
  .t__oevote--pas .button:hover i,
  .t__oevote--pas .btn:hover i,
  .t__oevote--pas .btn__pill:hover i,
  .t__oevote--pas.button:hover i,
  .t__oevote--pas.btn:hover i,
  .t__oevote--pas.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__oevote--pastel .button__invert,
.theme__oevote--pastel .btn__invert,
.theme__oevote--pastel .btn__pill__invert, .theme__oevote--pastel.button__invert, .theme__oevote--pastel.btn__invert, .theme__oevote--pastel.btn__pill__invert,
.t__oevote--pas .button__invert,
.t__oevote--pas .btn__invert,
.t__oevote--pas .btn__pill__invert,
.t__oevote--pas.button__invert,
.t__oevote--pas.btn__invert,
.t__oevote--pas.btn__pill__invert {
  background-color: #DEE4FF;
  color: #ffffff;
}
.theme__oevote--pastel .button__invert h4,
.theme__oevote--pastel .btn__invert h4,
.theme__oevote--pastel .btn__pill__invert h4, .theme__oevote--pastel.button__invert h4, .theme__oevote--pastel.btn__invert h4, .theme__oevote--pastel.btn__pill__invert h4,
.t__oevote--pas .button__invert h4,
.t__oevote--pas .btn__invert h4,
.t__oevote--pas .btn__pill__invert h4,
.t__oevote--pas.button__invert h4,
.t__oevote--pas.btn__invert h4,
.t__oevote--pas.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__oevote--pastel .button__invert:hover,
.theme__oevote--pastel .btn__invert:hover,
.theme__oevote--pastel .btn__pill__invert:hover, .theme__oevote--pastel.button__invert:hover, .theme__oevote--pastel.btn__invert:hover, .theme__oevote--pastel.btn__pill__invert:hover,
.t__oevote--pas .button__invert:hover,
.t__oevote--pas .btn__invert:hover,
.t__oevote--pas .btn__pill__invert:hover,
.t__oevote--pas.button__invert:hover,
.t__oevote--pas.btn__invert:hover,
.t__oevote--pas.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__oevote--pastel .button__invert:hover h4,
.theme__oevote--pastel .btn__invert:hover h4,
.theme__oevote--pastel .btn__pill__invert:hover h4, .theme__oevote--pastel.button__invert:hover h4, .theme__oevote--pastel.btn__invert:hover h4, .theme__oevote--pastel.btn__pill__invert:hover h4,
.t__oevote--pas .button__invert:hover h4,
.t__oevote--pas .btn__invert:hover h4,
.t__oevote--pas .btn__pill__invert:hover h4,
.t__oevote--pas.button__invert:hover h4,
.t__oevote--pas.btn__invert:hover h4,
.t__oevote--pas.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__oevote--pastel .button__invert--hover:hover,
.theme__oevote--pastel .btn__invert--hover:hover,
.theme__oevote--pastel .btn__pill__invert--hover:hover, .theme__oevote--pastel.button__invert--hover:hover, .theme__oevote--pastel.btn__invert--hover:hover, .theme__oevote--pastel.btn__pill__invert--hover:hover,
.t__oevote--pas .button__invert--hover:hover,
.t__oevote--pas .btn__invert--hover:hover,
.t__oevote--pas .btn__pill__invert--hover:hover,
.t__oevote--pas.button__invert--hover:hover,
.t__oevote--pas.btn__invert--hover:hover,
.t__oevote--pas.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__oevote--pastel .button__under,
.theme__oevote--pastel .btn__under,
.theme__oevote--pastel .btn__pill__under, .theme__oevote--pastel.button__under, .theme__oevote--pastel.btn__under, .theme__oevote--pastel.btn__pill__under,
.t__oevote--pas .button__under,
.t__oevote--pas .btn__under,
.t__oevote--pas .btn__pill__under,
.t__oevote--pas.button__under,
.t__oevote--pas.btn__under,
.t__oevote--pas.btn__pill__under {
  border-color: #DEE4FF;
}
.theme__oevote--pastel .btn__large,
.t__oevote--pas .btn__large {
  background-color: #DEE4FF;
}
.theme__oevote--pastel .input__search,
.t__oevote--pas .input__search {
  border-color: #DEE4FF;
}
.theme__oevote--pastel .input__search i,
.t__oevote--pas .input__search i {
  color: #4a4a4a;
}
.theme__oevote--pastel .input__search:hover i,
.t__oevote--pas .input__search:hover i {
  color: #DEE4FF;
}
.theme__oevote--pastel .component__foreground,
.t__oevote--pas .component__foreground {
  color: #4a4a4a;
}
.theme__oevote--pastel.card,
.theme__oevote--pastel .card, .theme__oevote--pastel.card__with-image,
.theme__oevote--pastel .card__with-image,
.t__oevote--pas.card,
.t__oevote--pas .card,
.t__oevote--pas.card__with-image,
.t__oevote--pas .card__with-image {
  border-color: #DEE4FF;
}
.theme__oevote--pastel.card__highlight,
.theme__oevote--pastel .card__highlight,
.theme__oevote--pastel .card__highlight--image,
.theme__oevote--pastel .card__highlight--final,
.t__oevote--pas.card__highlight,
.t__oevote--pas .card__highlight,
.t__oevote--pas .card__highlight--image,
.t__oevote--pas .card__highlight--final {
  background-color: #DEE4FF;
  border-color: #DEE4FF;
}
.theme__oevote--pastel.card__highlight--title,
.theme__oevote--pastel .card__highlight--title,
.theme__oevote--pastel .card__highlight--image,
.theme__oevote--pastel .card__highlight--final,
.t__oevote--pas.card__highlight--title,
.t__oevote--pas .card__highlight--title,
.t__oevote--pas .card__highlight--image,
.t__oevote--pas .card__highlight--final {
  color: #4a4a4a;
}
.theme__oevote--pastel .image-slider__selector--dot,
.t__oevote--pas .image-slider__selector--dot {
  background-color: #DEE4FF;
}
.theme__oevote--pastel .call-to-action__text h3,
.t__oevote--pas .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__oevote--pastel .officer__block--title h5, .theme__oevote--pastel .officer__block--title h6,
.t__oevote--pas .officer__block--title h5,
.t__oevote--pas .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__oevote--pastel .block__statement--link,
.t__oevote--pas .block__statement--link {
  color: #4a4a4a;
}
.theme__oevote--pastel .card__cutoff,
.t__oevote--pas .card__cutoff {
  background: linear-gradient(#DEE4FF, #DEE4FF), linear-gradient(white, white);
}
.theme__oevote--pastel .card__cutoff p,
.t__oevote--pas .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__oevote--pastel .card__cutoff:hover,
  .t__oevote--pas .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__oevote--pastel .card__cutoff:hover p,
  .t__oevote--pas .card__cutoff:hover p {
    color: #DEE4FF;
  }
  .theme__oevote--pastel .card__cutoff:hover .card__cutoff--link,
  .t__oevote--pas .card__cutoff:hover .card__cutoff--link {
    color: #DEE4FF;
  }
  .theme__oevote--pastel .card__cutoff:hover .card__cutoff--text,
  .t__oevote--pas .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__oevote--pastel .card__cutoff:hover .card__cutoff--text p,
  .t__oevote--pas .card__cutoff:hover .card__cutoff--text p {
    color: #DEE4FF;
  }
  .theme__oevote--pastel .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__oevote--pas .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: #DEE4FF;
  }
}
.theme__oevote--pastel .card__cutoff--link,
.t__oevote--pas .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__oevote--pastel .card__cutoff--link:hover,
  .t__oevote--pas .card__cutoff--link:hover {
    color: #DEE4FF;
  }
  .theme__oevote--pastel .card__cutoff--link:hover--link,
  .t__oevote--pas .card__cutoff--link:hover--link {
    color: #DEE4FF;
  }
}
.theme__oevote--pastel .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__oevote--pas .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: #DEE4FF;
}
.theme__oevote--pastel .dropdown__toggle--title,
.t__oevote--pas .dropdown__toggle--title {
  color: #DEE4FF;
}
.theme__oevote--pastel .dropdown__toggle--icon i,
.t__oevote--pas .dropdown__toggle--icon i {
  color: #DEE4FF;
}
.theme__oevote--pastel .large_timer__countdown--item_large,
.t__oevote--pas .large_timer__countdown--item_large {
  background-color: #DEE4FF;
}
.theme__oevote--pastel .large_timer__countdown--item_medium,
.t__oevote--pas .large_timer__countdown--item_medium {
  background-color: #DEE4FF;
}
.theme__oevote--pastel .large_timer__countdown--item_small,
.t__oevote--pas .large_timer__countdown--item_small {
  background-color: #DEE4FF;
}
.theme__oevote--pastel .modalcontent,
.t__oevote--pas .modalcontent {
  border-color: #DEE4FF;
}
.theme__oevote--pastel .transparent__header,
.t__oevote--pas .transparent__header {
  background: #DEE4FF;
}
.theme__oevote--pastel .breadcrumb__slashes,
.t__oevote--pas .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__oevote--pastel .the-list,
.t__oevote--pas .the-list {
  background-color: #DEE4FF;
}
.theme__oevote--pastel .the-list option,
.t__oevote--pas .the-list option {
  border-color: #DEE4FF !important;
}
.theme__oevote--pastel .es-list::-webkit-scrollbar-thumb,
.t__oevote--pas .es-list::-webkit-scrollbar-thumb {
  background: #DEE4FF;
}
.theme__oevote--pastel .es-visible,
.t__oevote--pas .es-visible {
  border-color: #DEE4FF !important;
}
.theme__oevote--pastel .ot-open,
.theme__oevote--pastel .ot-closed,
.t__oevote--pas .ot-open,
.t__oevote--pas .ot-closed {
  color: #DEE4FF;
}
.theme__oevote--pastel .colour__foreground,
.t__oevote--pas .colour__foreground {
  color: #DEE4FF;
}
.theme__oevote--pastel h1.t__none,
.theme__oevote--pastel h1.theme__none,
.theme__oevote--pastel h2.t__none,
.theme__oevote--pastel h2.theme__none,
.theme__oevote--pastel h3.t__none,
.theme__oevote--pastel h3.theme__none,
.theme__oevote--pastel h4.t__none,
.theme__oevote--pastel h4.theme__none,
.theme__oevote--pastel h1.t__none--w-hov,
.theme__oevote--pastel h1.theme__none--with-hover,
.theme__oevote--pastel h2.t__none--w-hov,
.theme__oevote--pastel h2.theme__none--with-hover,
.theme__oevote--pastel h3.t__none--w-hov,
.theme__oevote--pastel h3.theme__none--with-hover,
.theme__oevote--pastel h4.t__none--w-hov,
.theme__oevote--pastel h4.theme__none--with-hover,
.t__oevote--pas h1.t__none,
.t__oevote--pas h1.theme__none,
.t__oevote--pas h2.t__none,
.t__oevote--pas h2.theme__none,
.t__oevote--pas h3.t__none,
.t__oevote--pas h3.theme__none,
.t__oevote--pas h4.t__none,
.t__oevote--pas h4.theme__none,
.t__oevote--pas h1.t__none--w-hov,
.t__oevote--pas h1.theme__none--with-hover,
.t__oevote--pas h2.t__none--w-hov,
.t__oevote--pas h2.theme__none--with-hover,
.t__oevote--pas h3.t__none--w-hov,
.t__oevote--pas h3.theme__none--with-hover,
.t__oevote--pas h4.t__none--w-hov,
.t__oevote--pas h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__oevote--pastel span.t__none,
.theme__oevote--pastel span.theme__none,
.t__oevote--pas span.t__none,
.t__oevote--pas span.theme__none {
  color: #4a4a4a;
}
.theme__oevote--pastel i.t__none,
.theme__oevote--pastel i.theme__none,
.t__oevote--pas i.t__none,
.t__oevote--pas i.theme__none {
  color: #4a4a4a;
}
.theme__oevote--pastel a.border__none,
.theme__oevote--pastel a.b__none,
.t__oevote--pas a.border__none,
.t__oevote--pas a.b__none {
  border: 0;
}
.theme__oevote--pastel a:hover h1.t__none,
.theme__oevote--pastel a:hover h1.theme__none,
.theme__oevote--pastel a:hover h2.t__none,
.theme__oevote--pastel a:hover h2.theme__none,
.theme__oevote--pastel a:hover h3.t__none,
.theme__oevote--pastel a:hover h3.theme__none,
.theme__oevote--pastel a:hover h4.t__none,
.theme__oevote--pastel a:hover h4.theme__none,
.t__oevote--pas a:hover h1.t__none,
.t__oevote--pas a:hover h1.theme__none,
.t__oevote--pas a:hover h2.t__none,
.t__oevote--pas a:hover h2.theme__none,
.t__oevote--pas a:hover h3.t__none,
.t__oevote--pas a:hover h3.theme__none,
.t__oevote--pas a:hover h4.t__none,
.t__oevote--pas a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__oevote--pastel a:hover h1.t__none--w-hov,
.theme__oevote--pastel a:hover h1.theme__none--with-hover,
.theme__oevote--pastel a:hover h2.t__none--w-hov,
.theme__oevote--pastel a:hover h2.theme__none--with-hover,
.theme__oevote--pastel a:hover h3.t__none--w-hov,
.theme__oevote--pastel a:hover h3.theme__none--with-hover,
.theme__oevote--pastel a:hover h4.t__none--w-hov,
.theme__oevote--pastel a:hover h4.theme__none--with-hover,
.t__oevote--pas a:hover h1.t__none--w-hov,
.t__oevote--pas a:hover h1.theme__none--with-hover,
.t__oevote--pas a:hover h2.t__none--w-hov,
.t__oevote--pas a:hover h2.theme__none--with-hover,
.t__oevote--pas a:hover h3.t__none--w-hov,
.t__oevote--pas a:hover h3.theme__none--with-hover,
.t__oevote--pas a:hover h4.t__none--w-hov,
.t__oevote--pas a:hover h4.theme__none--with-hover {
  color: #DEE4FF;
}

.theme__oevote--background-primary,
.t__oevote--bg-pri {
  background-color: #A3E8DF;
}

.theme__oevote--background-secondary,
.t__oevote--bg-sec {
  background-color: #7BFAFC;
}

.theme__oevote--background-pastel,
.t__oevote--bg-pas {
  background-color: #DEE4FF;
}

.theme__oeres-primary h1, .theme__oeres-primary h2, .theme__oeres-primary h3, .theme__oeres-primary h4, .theme__oeres-primary h5, .theme__oeres-primary h6,
.t__oeres--pri h1,
.t__oeres--pri h2,
.t__oeres--pri h3,
.t__oeres--pri h4,
.t__oeres--pri h5,
.t__oeres--pri h6 {
  color: #D1D844;
}
.theme__oeres-primary a,
.t__oeres--pri a {
  color: #4a4a4a;
  border-color: #D1D844;
  text-decoration: none;
}
.theme__oeres-primary a:hover,
.t__oeres--pri a:hover {
  color: #D1D844;
}
.theme__oeres-primary a:hover h1, .theme__oeres-primary a:hover h2, .theme__oeres-primary a:hover h3, .theme__oeres-primary a:hover h4, .theme__oeres-primary a:hover h5, .theme__oeres-primary a:hover h6,
.t__oeres--pri a:hover h1,
.t__oeres--pri a:hover h2,
.t__oeres--pri a:hover h3,
.t__oeres--pri a:hover h4,
.t__oeres--pri a:hover h5,
.t__oeres--pri a:hover h6 {
  color: #D1D844;
}
.theme__oeres-primary a div,
.t__oeres--pri a div {
  border-color: #D1D844 !important;
}
.theme__oeres-primary input,
.t__oeres--pri input {
  border-color: #D1D844;
}
.theme__oeres-primary p,
.t__oeres--pri p {
  color: #4a4a4a;
}
.theme__oeres-primary .button,
.theme__oeres-primary .btn,
.theme__oeres-primary .btn__pill, .theme__oeres-primary.button, .theme__oeres-primary.btn, .theme__oeres-primary.btn__pill,
.t__oeres--pri .button,
.t__oeres--pri .btn,
.t__oeres--pri .btn__pill,
.t__oeres--pri.button,
.t__oeres--pri.btn,
.t__oeres--pri.btn__pill {
  border-color: #D1D844;
}
@media (hover: hover) {
  .theme__oeres-primary .button:hover,
  .theme__oeres-primary .btn:hover,
  .theme__oeres-primary .btn__pill:hover, .theme__oeres-primary.button:hover, .theme__oeres-primary.btn:hover, .theme__oeres-primary.btn__pill:hover,
  .t__oeres--pri .button:hover,
  .t__oeres--pri .btn:hover,
  .t__oeres--pri .btn__pill:hover,
  .t__oeres--pri.button:hover,
  .t__oeres--pri.btn:hover,
  .t__oeres--pri.btn__pill:hover {
    color: #ffffff;
    background: #D1D844;
  }
  .theme__oeres-primary .button:hover i,
  .theme__oeres-primary .btn:hover i,
  .theme__oeres-primary .btn__pill:hover i, .theme__oeres-primary.button:hover i, .theme__oeres-primary.btn:hover i, .theme__oeres-primary.btn__pill:hover i,
  .t__oeres--pri .button:hover i,
  .t__oeres--pri .btn:hover i,
  .t__oeres--pri .btn__pill:hover i,
  .t__oeres--pri.button:hover i,
  .t__oeres--pri.btn:hover i,
  .t__oeres--pri.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__oeres-primary .button__invert,
.theme__oeres-primary .btn__invert,
.theme__oeres-primary .btn__pill__invert, .theme__oeres-primary.button__invert, .theme__oeres-primary.btn__invert, .theme__oeres-primary.btn__pill__invert,
.t__oeres--pri .button__invert,
.t__oeres--pri .btn__invert,
.t__oeres--pri .btn__pill__invert,
.t__oeres--pri.button__invert,
.t__oeres--pri.btn__invert,
.t__oeres--pri.btn__pill__invert {
  background-color: #D1D844;
  color: #ffffff;
}
.theme__oeres-primary .button__invert h4,
.theme__oeres-primary .btn__invert h4,
.theme__oeres-primary .btn__pill__invert h4, .theme__oeres-primary.button__invert h4, .theme__oeres-primary.btn__invert h4, .theme__oeres-primary.btn__pill__invert h4,
.t__oeres--pri .button__invert h4,
.t__oeres--pri .btn__invert h4,
.t__oeres--pri .btn__pill__invert h4,
.t__oeres--pri.button__invert h4,
.t__oeres--pri.btn__invert h4,
.t__oeres--pri.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__oeres-primary .button__invert:hover,
.theme__oeres-primary .btn__invert:hover,
.theme__oeres-primary .btn__pill__invert:hover, .theme__oeres-primary.button__invert:hover, .theme__oeres-primary.btn__invert:hover, .theme__oeres-primary.btn__pill__invert:hover,
.t__oeres--pri .button__invert:hover,
.t__oeres--pri .btn__invert:hover,
.t__oeres--pri .btn__pill__invert:hover,
.t__oeres--pri.button__invert:hover,
.t__oeres--pri.btn__invert:hover,
.t__oeres--pri.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__oeres-primary .button__invert:hover h4,
.theme__oeres-primary .btn__invert:hover h4,
.theme__oeres-primary .btn__pill__invert:hover h4, .theme__oeres-primary.button__invert:hover h4, .theme__oeres-primary.btn__invert:hover h4, .theme__oeres-primary.btn__pill__invert:hover h4,
.t__oeres--pri .button__invert:hover h4,
.t__oeres--pri .btn__invert:hover h4,
.t__oeres--pri .btn__pill__invert:hover h4,
.t__oeres--pri.button__invert:hover h4,
.t__oeres--pri.btn__invert:hover h4,
.t__oeres--pri.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__oeres-primary .button__invert--hover:hover,
.theme__oeres-primary .btn__invert--hover:hover,
.theme__oeres-primary .btn__pill__invert--hover:hover, .theme__oeres-primary.button__invert--hover:hover, .theme__oeres-primary.btn__invert--hover:hover, .theme__oeres-primary.btn__pill__invert--hover:hover,
.t__oeres--pri .button__invert--hover:hover,
.t__oeres--pri .btn__invert--hover:hover,
.t__oeres--pri .btn__pill__invert--hover:hover,
.t__oeres--pri.button__invert--hover:hover,
.t__oeres--pri.btn__invert--hover:hover,
.t__oeres--pri.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__oeres-primary .button__under,
.theme__oeres-primary .btn__under,
.theme__oeres-primary .btn__pill__under, .theme__oeres-primary.button__under, .theme__oeres-primary.btn__under, .theme__oeres-primary.btn__pill__under,
.t__oeres--pri .button__under,
.t__oeres--pri .btn__under,
.t__oeres--pri .btn__pill__under,
.t__oeres--pri.button__under,
.t__oeres--pri.btn__under,
.t__oeres--pri.btn__pill__under {
  border-color: #D1D844;
}
.theme__oeres-primary .btn__large,
.t__oeres--pri .btn__large {
  background-color: #D1D844;
}
.theme__oeres-primary .input__search,
.t__oeres--pri .input__search {
  border-color: #D1D844;
}
.theme__oeres-primary .input__search i,
.t__oeres--pri .input__search i {
  color: #4a4a4a;
}
.theme__oeres-primary .input__search:hover i,
.t__oeres--pri .input__search:hover i {
  color: #D1D844;
}
.theme__oeres-primary .component__foreground,
.t__oeres--pri .component__foreground {
  color: #4a4a4a;
}
.theme__oeres-primary.card,
.theme__oeres-primary .card, .theme__oeres-primary.card__with-image,
.theme__oeres-primary .card__with-image,
.t__oeres--pri.card,
.t__oeres--pri .card,
.t__oeres--pri.card__with-image,
.t__oeres--pri .card__with-image {
  border-color: #D1D844;
}
.theme__oeres-primary.card__highlight,
.theme__oeres-primary .card__highlight,
.theme__oeres-primary .card__highlight--image,
.theme__oeres-primary .card__highlight--final,
.t__oeres--pri.card__highlight,
.t__oeres--pri .card__highlight,
.t__oeres--pri .card__highlight--image,
.t__oeres--pri .card__highlight--final {
  background-color: #D1D844;
  border-color: #D1D844;
}
.theme__oeres-primary.card__highlight--title,
.theme__oeres-primary .card__highlight--title,
.theme__oeres-primary .card__highlight--image,
.theme__oeres-primary .card__highlight--final,
.t__oeres--pri.card__highlight--title,
.t__oeres--pri .card__highlight--title,
.t__oeres--pri .card__highlight--image,
.t__oeres--pri .card__highlight--final {
  color: #4a4a4a;
}
.theme__oeres-primary .image-slider__selector--dot,
.t__oeres--pri .image-slider__selector--dot {
  background-color: #D1D844;
}
.theme__oeres-primary .call-to-action__text h3,
.t__oeres--pri .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__oeres-primary .officer__block--title h5, .theme__oeres-primary .officer__block--title h6,
.t__oeres--pri .officer__block--title h5,
.t__oeres--pri .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__oeres-primary .block__statement--link,
.t__oeres--pri .block__statement--link {
  color: #4a4a4a;
}
.theme__oeres-primary .card__cutoff,
.t__oeres--pri .card__cutoff {
  background: linear-gradient(#D1D844, #D1D844), linear-gradient(white, white);
}
.theme__oeres-primary .card__cutoff p,
.t__oeres--pri .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__oeres-primary .card__cutoff:hover,
  .t__oeres--pri .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__oeres-primary .card__cutoff:hover p,
  .t__oeres--pri .card__cutoff:hover p {
    color: #D1D844;
  }
  .theme__oeres-primary .card__cutoff:hover .card__cutoff--link,
  .t__oeres--pri .card__cutoff:hover .card__cutoff--link {
    color: #D1D844;
  }
  .theme__oeres-primary .card__cutoff:hover .card__cutoff--text,
  .t__oeres--pri .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__oeres-primary .card__cutoff:hover .card__cutoff--text p,
  .t__oeres--pri .card__cutoff:hover .card__cutoff--text p {
    color: #D1D844;
  }
  .theme__oeres-primary .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__oeres--pri .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: #D1D844;
  }
}
.theme__oeres-primary .card__cutoff--link,
.t__oeres--pri .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__oeres-primary .card__cutoff--link:hover,
  .t__oeres--pri .card__cutoff--link:hover {
    color: #D1D844;
  }
  .theme__oeres-primary .card__cutoff--link:hover--link,
  .t__oeres--pri .card__cutoff--link:hover--link {
    color: #D1D844;
  }
}
.theme__oeres-primary .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__oeres--pri .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: #D1D844;
}
.theme__oeres-primary .dropdown__toggle--title,
.t__oeres--pri .dropdown__toggle--title {
  color: #D1D844;
}
.theme__oeres-primary .dropdown__toggle--icon i,
.t__oeres--pri .dropdown__toggle--icon i {
  color: #D1D844;
}
.theme__oeres-primary .large_timer__countdown--item_large,
.t__oeres--pri .large_timer__countdown--item_large {
  background-color: #D1D844;
}
.theme__oeres-primary .large_timer__countdown--item_medium,
.t__oeres--pri .large_timer__countdown--item_medium {
  background-color: #D1D844;
}
.theme__oeres-primary .large_timer__countdown--item_small,
.t__oeres--pri .large_timer__countdown--item_small {
  background-color: #D1D844;
}
.theme__oeres-primary .modalcontent,
.t__oeres--pri .modalcontent {
  border-color: #D1D844;
}
.theme__oeres-primary .transparent__header,
.t__oeres--pri .transparent__header {
  background: #D1D844;
}
.theme__oeres-primary .breadcrumb__slashes,
.t__oeres--pri .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__oeres-primary .the-list,
.t__oeres--pri .the-list {
  background-color: #D1D844;
}
.theme__oeres-primary .the-list option,
.t__oeres--pri .the-list option {
  border-color: #D1D844 !important;
}
.theme__oeres-primary .es-list::-webkit-scrollbar-thumb,
.t__oeres--pri .es-list::-webkit-scrollbar-thumb {
  background: #D1D844;
}
.theme__oeres-primary .es-visible,
.t__oeres--pri .es-visible {
  border-color: #D1D844 !important;
}
.theme__oeres-primary .ot-open,
.theme__oeres-primary .ot-closed,
.t__oeres--pri .ot-open,
.t__oeres--pri .ot-closed {
  color: #D1D844;
}
.theme__oeres-primary .colour__foreground,
.t__oeres--pri .colour__foreground {
  color: #D1D844;
}
.theme__oeres-primary h1.t__none,
.theme__oeres-primary h1.theme__none,
.theme__oeres-primary h2.t__none,
.theme__oeres-primary h2.theme__none,
.theme__oeres-primary h3.t__none,
.theme__oeres-primary h3.theme__none,
.theme__oeres-primary h4.t__none,
.theme__oeres-primary h4.theme__none,
.theme__oeres-primary h1.t__none--w-hov,
.theme__oeres-primary h1.theme__none--with-hover,
.theme__oeres-primary h2.t__none--w-hov,
.theme__oeres-primary h2.theme__none--with-hover,
.theme__oeres-primary h3.t__none--w-hov,
.theme__oeres-primary h3.theme__none--with-hover,
.theme__oeres-primary h4.t__none--w-hov,
.theme__oeres-primary h4.theme__none--with-hover,
.t__oeres--pri h1.t__none,
.t__oeres--pri h1.theme__none,
.t__oeres--pri h2.t__none,
.t__oeres--pri h2.theme__none,
.t__oeres--pri h3.t__none,
.t__oeres--pri h3.theme__none,
.t__oeres--pri h4.t__none,
.t__oeres--pri h4.theme__none,
.t__oeres--pri h1.t__none--w-hov,
.t__oeres--pri h1.theme__none--with-hover,
.t__oeres--pri h2.t__none--w-hov,
.t__oeres--pri h2.theme__none--with-hover,
.t__oeres--pri h3.t__none--w-hov,
.t__oeres--pri h3.theme__none--with-hover,
.t__oeres--pri h4.t__none--w-hov,
.t__oeres--pri h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__oeres-primary span.t__none,
.theme__oeres-primary span.theme__none,
.t__oeres--pri span.t__none,
.t__oeres--pri span.theme__none {
  color: #4a4a4a;
}
.theme__oeres-primary i.t__none,
.theme__oeres-primary i.theme__none,
.t__oeres--pri i.t__none,
.t__oeres--pri i.theme__none {
  color: #4a4a4a;
}
.theme__oeres-primary a.border__none,
.theme__oeres-primary a.b__none,
.t__oeres--pri a.border__none,
.t__oeres--pri a.b__none {
  border: 0;
}
.theme__oeres-primary a:hover h1.t__none,
.theme__oeres-primary a:hover h1.theme__none,
.theme__oeres-primary a:hover h2.t__none,
.theme__oeres-primary a:hover h2.theme__none,
.theme__oeres-primary a:hover h3.t__none,
.theme__oeres-primary a:hover h3.theme__none,
.theme__oeres-primary a:hover h4.t__none,
.theme__oeres-primary a:hover h4.theme__none,
.t__oeres--pri a:hover h1.t__none,
.t__oeres--pri a:hover h1.theme__none,
.t__oeres--pri a:hover h2.t__none,
.t__oeres--pri a:hover h2.theme__none,
.t__oeres--pri a:hover h3.t__none,
.t__oeres--pri a:hover h3.theme__none,
.t__oeres--pri a:hover h4.t__none,
.t__oeres--pri a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__oeres-primary a:hover h1.t__none--w-hov,
.theme__oeres-primary a:hover h1.theme__none--with-hover,
.theme__oeres-primary a:hover h2.t__none--w-hov,
.theme__oeres-primary a:hover h2.theme__none--with-hover,
.theme__oeres-primary a:hover h3.t__none--w-hov,
.theme__oeres-primary a:hover h3.theme__none--with-hover,
.theme__oeres-primary a:hover h4.t__none--w-hov,
.theme__oeres-primary a:hover h4.theme__none--with-hover,
.t__oeres--pri a:hover h1.t__none--w-hov,
.t__oeres--pri a:hover h1.theme__none--with-hover,
.t__oeres--pri a:hover h2.t__none--w-hov,
.t__oeres--pri a:hover h2.theme__none--with-hover,
.t__oeres--pri a:hover h3.t__none--w-hov,
.t__oeres--pri a:hover h3.theme__none--with-hover,
.t__oeres--pri a:hover h4.t__none--w-hov,
.t__oeres--pri a:hover h4.theme__none--with-hover {
  color: #D1D844;
}
.theme__oeres-primary .dotted__line--small, .theme__oeres-primary .dotted__line--medium, .theme__oeres-primary .dotted__line--large, .theme__oeres-primary .dotted__line--x-large, .theme__oeres-primary .dotted__line--huge,
.t__oeres--pri .dotted__line--small,
.t__oeres--pri .dotted__line--medium,
.t__oeres--pri .dotted__line--large,
.t__oeres--pri .dotted__line--x-large,
.t__oeres--pri .dotted__line--huge {
  border-image-source: url("https://assets-cdn.sums.su/SH/Dotted_Borders/dotted_oenom.png");
}

.theme__oeres--secondary h1, .theme__oeres--secondary h2, .theme__oeres--secondary h3, .theme__oeres--secondary h4, .theme__oeres--secondary h5, .theme__oeres--secondary h6,
.t__oeres--sec h1,
.t__oeres--sec h2,
.t__oeres--sec h3,
.t__oeres--sec h4,
.t__oeres--sec h5,
.t__oeres--sec h6 {
  color: #C9E54D;
}
.theme__oeres--secondary a,
.t__oeres--sec a {
  color: #4a4a4a;
  border-color: #C9E54D;
  text-decoration: none;
}
.theme__oeres--secondary a:hover,
.t__oeres--sec a:hover {
  color: #C9E54D;
}
.theme__oeres--secondary a:hover h1, .theme__oeres--secondary a:hover h2, .theme__oeres--secondary a:hover h3, .theme__oeres--secondary a:hover h4, .theme__oeres--secondary a:hover h5, .theme__oeres--secondary a:hover h6,
.t__oeres--sec a:hover h1,
.t__oeres--sec a:hover h2,
.t__oeres--sec a:hover h3,
.t__oeres--sec a:hover h4,
.t__oeres--sec a:hover h5,
.t__oeres--sec a:hover h6 {
  color: #C9E54D;
}
.theme__oeres--secondary a div,
.t__oeres--sec a div {
  border-color: #C9E54D !important;
}
.theme__oeres--secondary input,
.t__oeres--sec input {
  border-color: #C9E54D;
}
.theme__oeres--secondary p,
.t__oeres--sec p {
  color: #4a4a4a;
}
.theme__oeres--secondary .button,
.theme__oeres--secondary .btn,
.theme__oeres--secondary .btn__pill, .theme__oeres--secondary.button, .theme__oeres--secondary.btn, .theme__oeres--secondary.btn__pill,
.t__oeres--sec .button,
.t__oeres--sec .btn,
.t__oeres--sec .btn__pill,
.t__oeres--sec.button,
.t__oeres--sec.btn,
.t__oeres--sec.btn__pill {
  border-color: #C9E54D;
}
@media (hover: hover) {
  .theme__oeres--secondary .button:hover,
  .theme__oeres--secondary .btn:hover,
  .theme__oeres--secondary .btn__pill:hover, .theme__oeres--secondary.button:hover, .theme__oeres--secondary.btn:hover, .theme__oeres--secondary.btn__pill:hover,
  .t__oeres--sec .button:hover,
  .t__oeres--sec .btn:hover,
  .t__oeres--sec .btn__pill:hover,
  .t__oeres--sec.button:hover,
  .t__oeres--sec.btn:hover,
  .t__oeres--sec.btn__pill:hover {
    color: #ffffff;
    background: #C9E54D;
  }
  .theme__oeres--secondary .button:hover i,
  .theme__oeres--secondary .btn:hover i,
  .theme__oeres--secondary .btn__pill:hover i, .theme__oeres--secondary.button:hover i, .theme__oeres--secondary.btn:hover i, .theme__oeres--secondary.btn__pill:hover i,
  .t__oeres--sec .button:hover i,
  .t__oeres--sec .btn:hover i,
  .t__oeres--sec .btn__pill:hover i,
  .t__oeres--sec.button:hover i,
  .t__oeres--sec.btn:hover i,
  .t__oeres--sec.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__oeres--secondary .button__invert,
.theme__oeres--secondary .btn__invert,
.theme__oeres--secondary .btn__pill__invert, .theme__oeres--secondary.button__invert, .theme__oeres--secondary.btn__invert, .theme__oeres--secondary.btn__pill__invert,
.t__oeres--sec .button__invert,
.t__oeres--sec .btn__invert,
.t__oeres--sec .btn__pill__invert,
.t__oeres--sec.button__invert,
.t__oeres--sec.btn__invert,
.t__oeres--sec.btn__pill__invert {
  background-color: #C9E54D;
  color: #ffffff;
}
.theme__oeres--secondary .button__invert h4,
.theme__oeres--secondary .btn__invert h4,
.theme__oeres--secondary .btn__pill__invert h4, .theme__oeres--secondary.button__invert h4, .theme__oeres--secondary.btn__invert h4, .theme__oeres--secondary.btn__pill__invert h4,
.t__oeres--sec .button__invert h4,
.t__oeres--sec .btn__invert h4,
.t__oeres--sec .btn__pill__invert h4,
.t__oeres--sec.button__invert h4,
.t__oeres--sec.btn__invert h4,
.t__oeres--sec.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__oeres--secondary .button__invert:hover,
.theme__oeres--secondary .btn__invert:hover,
.theme__oeres--secondary .btn__pill__invert:hover, .theme__oeres--secondary.button__invert:hover, .theme__oeres--secondary.btn__invert:hover, .theme__oeres--secondary.btn__pill__invert:hover,
.t__oeres--sec .button__invert:hover,
.t__oeres--sec .btn__invert:hover,
.t__oeres--sec .btn__pill__invert:hover,
.t__oeres--sec.button__invert:hover,
.t__oeres--sec.btn__invert:hover,
.t__oeres--sec.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__oeres--secondary .button__invert:hover h4,
.theme__oeres--secondary .btn__invert:hover h4,
.theme__oeres--secondary .btn__pill__invert:hover h4, .theme__oeres--secondary.button__invert:hover h4, .theme__oeres--secondary.btn__invert:hover h4, .theme__oeres--secondary.btn__pill__invert:hover h4,
.t__oeres--sec .button__invert:hover h4,
.t__oeres--sec .btn__invert:hover h4,
.t__oeres--sec .btn__pill__invert:hover h4,
.t__oeres--sec.button__invert:hover h4,
.t__oeres--sec.btn__invert:hover h4,
.t__oeres--sec.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__oeres--secondary .button__invert--hover:hover,
.theme__oeres--secondary .btn__invert--hover:hover,
.theme__oeres--secondary .btn__pill__invert--hover:hover, .theme__oeres--secondary.button__invert--hover:hover, .theme__oeres--secondary.btn__invert--hover:hover, .theme__oeres--secondary.btn__pill__invert--hover:hover,
.t__oeres--sec .button__invert--hover:hover,
.t__oeres--sec .btn__invert--hover:hover,
.t__oeres--sec .btn__pill__invert--hover:hover,
.t__oeres--sec.button__invert--hover:hover,
.t__oeres--sec.btn__invert--hover:hover,
.t__oeres--sec.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__oeres--secondary .button__under,
.theme__oeres--secondary .btn__under,
.theme__oeres--secondary .btn__pill__under, .theme__oeres--secondary.button__under, .theme__oeres--secondary.btn__under, .theme__oeres--secondary.btn__pill__under,
.t__oeres--sec .button__under,
.t__oeres--sec .btn__under,
.t__oeres--sec .btn__pill__under,
.t__oeres--sec.button__under,
.t__oeres--sec.btn__under,
.t__oeres--sec.btn__pill__under {
  border-color: #C9E54D;
}
.theme__oeres--secondary .btn__large,
.t__oeres--sec .btn__large {
  background-color: #C9E54D;
}
.theme__oeres--secondary .input__search,
.t__oeres--sec .input__search {
  border-color: #C9E54D;
}
.theme__oeres--secondary .input__search i,
.t__oeres--sec .input__search i {
  color: #4a4a4a;
}
.theme__oeres--secondary .input__search:hover i,
.t__oeres--sec .input__search:hover i {
  color: #C9E54D;
}
.theme__oeres--secondary .component__foreground,
.t__oeres--sec .component__foreground {
  color: #4a4a4a;
}
.theme__oeres--secondary.card,
.theme__oeres--secondary .card, .theme__oeres--secondary.card__with-image,
.theme__oeres--secondary .card__with-image,
.t__oeres--sec.card,
.t__oeres--sec .card,
.t__oeres--sec.card__with-image,
.t__oeres--sec .card__with-image {
  border-color: #C9E54D;
}
.theme__oeres--secondary.card__highlight,
.theme__oeres--secondary .card__highlight,
.theme__oeres--secondary .card__highlight--image,
.theme__oeres--secondary .card__highlight--final,
.t__oeres--sec.card__highlight,
.t__oeres--sec .card__highlight,
.t__oeres--sec .card__highlight--image,
.t__oeres--sec .card__highlight--final {
  background-color: #C9E54D;
  border-color: #C9E54D;
}
.theme__oeres--secondary.card__highlight--title,
.theme__oeres--secondary .card__highlight--title,
.theme__oeres--secondary .card__highlight--image,
.theme__oeres--secondary .card__highlight--final,
.t__oeres--sec.card__highlight--title,
.t__oeres--sec .card__highlight--title,
.t__oeres--sec .card__highlight--image,
.t__oeres--sec .card__highlight--final {
  color: #4a4a4a;
}
.theme__oeres--secondary .image-slider__selector--dot,
.t__oeres--sec .image-slider__selector--dot {
  background-color: #C9E54D;
}
.theme__oeres--secondary .call-to-action__text h3,
.t__oeres--sec .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__oeres--secondary .officer__block--title h5, .theme__oeres--secondary .officer__block--title h6,
.t__oeres--sec .officer__block--title h5,
.t__oeres--sec .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__oeres--secondary .block__statement--link,
.t__oeres--sec .block__statement--link {
  color: #4a4a4a;
}
.theme__oeres--secondary .card__cutoff,
.t__oeres--sec .card__cutoff {
  background: linear-gradient(#C9E54D, #C9E54D), linear-gradient(white, white);
}
.theme__oeres--secondary .card__cutoff p,
.t__oeres--sec .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__oeres--secondary .card__cutoff:hover,
  .t__oeres--sec .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__oeres--secondary .card__cutoff:hover p,
  .t__oeres--sec .card__cutoff:hover p {
    color: #C9E54D;
  }
  .theme__oeres--secondary .card__cutoff:hover .card__cutoff--link,
  .t__oeres--sec .card__cutoff:hover .card__cutoff--link {
    color: #C9E54D;
  }
  .theme__oeres--secondary .card__cutoff:hover .card__cutoff--text,
  .t__oeres--sec .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__oeres--secondary .card__cutoff:hover .card__cutoff--text p,
  .t__oeres--sec .card__cutoff:hover .card__cutoff--text p {
    color: #C9E54D;
  }
  .theme__oeres--secondary .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__oeres--sec .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: #C9E54D;
  }
}
.theme__oeres--secondary .card__cutoff--link,
.t__oeres--sec .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__oeres--secondary .card__cutoff--link:hover,
  .t__oeres--sec .card__cutoff--link:hover {
    color: #C9E54D;
  }
  .theme__oeres--secondary .card__cutoff--link:hover--link,
  .t__oeres--sec .card__cutoff--link:hover--link {
    color: #C9E54D;
  }
}
.theme__oeres--secondary .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__oeres--sec .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: #C9E54D;
}
.theme__oeres--secondary .dropdown__toggle--title,
.t__oeres--sec .dropdown__toggle--title {
  color: #C9E54D;
}
.theme__oeres--secondary .dropdown__toggle--icon i,
.t__oeres--sec .dropdown__toggle--icon i {
  color: #C9E54D;
}
.theme__oeres--secondary .large_timer__countdown--item_large,
.t__oeres--sec .large_timer__countdown--item_large {
  background-color: #C9E54D;
}
.theme__oeres--secondary .large_timer__countdown--item_medium,
.t__oeres--sec .large_timer__countdown--item_medium {
  background-color: #C9E54D;
}
.theme__oeres--secondary .large_timer__countdown--item_small,
.t__oeres--sec .large_timer__countdown--item_small {
  background-color: #C9E54D;
}
.theme__oeres--secondary .modalcontent,
.t__oeres--sec .modalcontent {
  border-color: #C9E54D;
}
.theme__oeres--secondary .transparent__header,
.t__oeres--sec .transparent__header {
  background: #C9E54D;
}
.theme__oeres--secondary .breadcrumb__slashes,
.t__oeres--sec .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__oeres--secondary .the-list,
.t__oeres--sec .the-list {
  background-color: #C9E54D;
}
.theme__oeres--secondary .the-list option,
.t__oeres--sec .the-list option {
  border-color: #C9E54D !important;
}
.theme__oeres--secondary .es-list::-webkit-scrollbar-thumb,
.t__oeres--sec .es-list::-webkit-scrollbar-thumb {
  background: #C9E54D;
}
.theme__oeres--secondary .es-visible,
.t__oeres--sec .es-visible {
  border-color: #C9E54D !important;
}
.theme__oeres--secondary .ot-open,
.theme__oeres--secondary .ot-closed,
.t__oeres--sec .ot-open,
.t__oeres--sec .ot-closed {
  color: #C9E54D;
}
.theme__oeres--secondary .colour__foreground,
.t__oeres--sec .colour__foreground {
  color: #C9E54D;
}
.theme__oeres--secondary h1.t__none,
.theme__oeres--secondary h1.theme__none,
.theme__oeres--secondary h2.t__none,
.theme__oeres--secondary h2.theme__none,
.theme__oeres--secondary h3.t__none,
.theme__oeres--secondary h3.theme__none,
.theme__oeres--secondary h4.t__none,
.theme__oeres--secondary h4.theme__none,
.theme__oeres--secondary h1.t__none--w-hov,
.theme__oeres--secondary h1.theme__none--with-hover,
.theme__oeres--secondary h2.t__none--w-hov,
.theme__oeres--secondary h2.theme__none--with-hover,
.theme__oeres--secondary h3.t__none--w-hov,
.theme__oeres--secondary h3.theme__none--with-hover,
.theme__oeres--secondary h4.t__none--w-hov,
.theme__oeres--secondary h4.theme__none--with-hover,
.t__oeres--sec h1.t__none,
.t__oeres--sec h1.theme__none,
.t__oeres--sec h2.t__none,
.t__oeres--sec h2.theme__none,
.t__oeres--sec h3.t__none,
.t__oeres--sec h3.theme__none,
.t__oeres--sec h4.t__none,
.t__oeres--sec h4.theme__none,
.t__oeres--sec h1.t__none--w-hov,
.t__oeres--sec h1.theme__none--with-hover,
.t__oeres--sec h2.t__none--w-hov,
.t__oeres--sec h2.theme__none--with-hover,
.t__oeres--sec h3.t__none--w-hov,
.t__oeres--sec h3.theme__none--with-hover,
.t__oeres--sec h4.t__none--w-hov,
.t__oeres--sec h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__oeres--secondary span.t__none,
.theme__oeres--secondary span.theme__none,
.t__oeres--sec span.t__none,
.t__oeres--sec span.theme__none {
  color: #4a4a4a;
}
.theme__oeres--secondary i.t__none,
.theme__oeres--secondary i.theme__none,
.t__oeres--sec i.t__none,
.t__oeres--sec i.theme__none {
  color: #4a4a4a;
}
.theme__oeres--secondary a.border__none,
.theme__oeres--secondary a.b__none,
.t__oeres--sec a.border__none,
.t__oeres--sec a.b__none {
  border: 0;
}
.theme__oeres--secondary a:hover h1.t__none,
.theme__oeres--secondary a:hover h1.theme__none,
.theme__oeres--secondary a:hover h2.t__none,
.theme__oeres--secondary a:hover h2.theme__none,
.theme__oeres--secondary a:hover h3.t__none,
.theme__oeres--secondary a:hover h3.theme__none,
.theme__oeres--secondary a:hover h4.t__none,
.theme__oeres--secondary a:hover h4.theme__none,
.t__oeres--sec a:hover h1.t__none,
.t__oeres--sec a:hover h1.theme__none,
.t__oeres--sec a:hover h2.t__none,
.t__oeres--sec a:hover h2.theme__none,
.t__oeres--sec a:hover h3.t__none,
.t__oeres--sec a:hover h3.theme__none,
.t__oeres--sec a:hover h4.t__none,
.t__oeres--sec a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__oeres--secondary a:hover h1.t__none--w-hov,
.theme__oeres--secondary a:hover h1.theme__none--with-hover,
.theme__oeres--secondary a:hover h2.t__none--w-hov,
.theme__oeres--secondary a:hover h2.theme__none--with-hover,
.theme__oeres--secondary a:hover h3.t__none--w-hov,
.theme__oeres--secondary a:hover h3.theme__none--with-hover,
.theme__oeres--secondary a:hover h4.t__none--w-hov,
.theme__oeres--secondary a:hover h4.theme__none--with-hover,
.t__oeres--sec a:hover h1.t__none--w-hov,
.t__oeres--sec a:hover h1.theme__none--with-hover,
.t__oeres--sec a:hover h2.t__none--w-hov,
.t__oeres--sec a:hover h2.theme__none--with-hover,
.t__oeres--sec a:hover h3.t__none--w-hov,
.t__oeres--sec a:hover h3.theme__none--with-hover,
.t__oeres--sec a:hover h4.t__none--w-hov,
.t__oeres--sec a:hover h4.theme__none--with-hover {
  color: #C9E54D;
}

.theme__oeres--pastel h1, .theme__oeres--pastel h2, .theme__oeres--pastel h3, .theme__oeres--pastel h4, .theme__oeres--pastel h5, .theme__oeres--pastel h6,
.t__oeres--pas h1,
.t__oeres--pas h2,
.t__oeres--pas h3,
.t__oeres--pas h4,
.t__oeres--pas h5,
.t__oeres--pas h6 {
  color: #DEE4FF;
}
.theme__oeres--pastel a,
.t__oeres--pas a {
  color: #4a4a4a;
  border-color: #DEE4FF;
  text-decoration: none;
}
.theme__oeres--pastel a:hover,
.t__oeres--pas a:hover {
  color: #DEE4FF;
}
.theme__oeres--pastel a:hover h1, .theme__oeres--pastel a:hover h2, .theme__oeres--pastel a:hover h3, .theme__oeres--pastel a:hover h4, .theme__oeres--pastel a:hover h5, .theme__oeres--pastel a:hover h6,
.t__oeres--pas a:hover h1,
.t__oeres--pas a:hover h2,
.t__oeres--pas a:hover h3,
.t__oeres--pas a:hover h4,
.t__oeres--pas a:hover h5,
.t__oeres--pas a:hover h6 {
  color: #DEE4FF;
}
.theme__oeres--pastel a div,
.t__oeres--pas a div {
  border-color: #DEE4FF !important;
}
.theme__oeres--pastel input,
.t__oeres--pas input {
  border-color: #DEE4FF;
}
.theme__oeres--pastel p,
.t__oeres--pas p {
  color: #4a4a4a;
}
.theme__oeres--pastel .button,
.theme__oeres--pastel .btn,
.theme__oeres--pastel .btn__pill, .theme__oeres--pastel.button, .theme__oeres--pastel.btn, .theme__oeres--pastel.btn__pill,
.t__oeres--pas .button,
.t__oeres--pas .btn,
.t__oeres--pas .btn__pill,
.t__oeres--pas.button,
.t__oeres--pas.btn,
.t__oeres--pas.btn__pill {
  border-color: #DEE4FF;
}
@media (hover: hover) {
  .theme__oeres--pastel .button:hover,
  .theme__oeres--pastel .btn:hover,
  .theme__oeres--pastel .btn__pill:hover, .theme__oeres--pastel.button:hover, .theme__oeres--pastel.btn:hover, .theme__oeres--pastel.btn__pill:hover,
  .t__oeres--pas .button:hover,
  .t__oeres--pas .btn:hover,
  .t__oeres--pas .btn__pill:hover,
  .t__oeres--pas.button:hover,
  .t__oeres--pas.btn:hover,
  .t__oeres--pas.btn__pill:hover {
    color: #ffffff;
    background: #DEE4FF;
  }
  .theme__oeres--pastel .button:hover i,
  .theme__oeres--pastel .btn:hover i,
  .theme__oeres--pastel .btn__pill:hover i, .theme__oeres--pastel.button:hover i, .theme__oeres--pastel.btn:hover i, .theme__oeres--pastel.btn__pill:hover i,
  .t__oeres--pas .button:hover i,
  .t__oeres--pas .btn:hover i,
  .t__oeres--pas .btn__pill:hover i,
  .t__oeres--pas.button:hover i,
  .t__oeres--pas.btn:hover i,
  .t__oeres--pas.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__oeres--pastel .button__invert,
.theme__oeres--pastel .btn__invert,
.theme__oeres--pastel .btn__pill__invert, .theme__oeres--pastel.button__invert, .theme__oeres--pastel.btn__invert, .theme__oeres--pastel.btn__pill__invert,
.t__oeres--pas .button__invert,
.t__oeres--pas .btn__invert,
.t__oeres--pas .btn__pill__invert,
.t__oeres--pas.button__invert,
.t__oeres--pas.btn__invert,
.t__oeres--pas.btn__pill__invert {
  background-color: #DEE4FF;
  color: #ffffff;
}
.theme__oeres--pastel .button__invert h4,
.theme__oeres--pastel .btn__invert h4,
.theme__oeres--pastel .btn__pill__invert h4, .theme__oeres--pastel.button__invert h4, .theme__oeres--pastel.btn__invert h4, .theme__oeres--pastel.btn__pill__invert h4,
.t__oeres--pas .button__invert h4,
.t__oeres--pas .btn__invert h4,
.t__oeres--pas .btn__pill__invert h4,
.t__oeres--pas.button__invert h4,
.t__oeres--pas.btn__invert h4,
.t__oeres--pas.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__oeres--pastel .button__invert:hover,
.theme__oeres--pastel .btn__invert:hover,
.theme__oeres--pastel .btn__pill__invert:hover, .theme__oeres--pastel.button__invert:hover, .theme__oeres--pastel.btn__invert:hover, .theme__oeres--pastel.btn__pill__invert:hover,
.t__oeres--pas .button__invert:hover,
.t__oeres--pas .btn__invert:hover,
.t__oeres--pas .btn__pill__invert:hover,
.t__oeres--pas.button__invert:hover,
.t__oeres--pas.btn__invert:hover,
.t__oeres--pas.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__oeres--pastel .button__invert:hover h4,
.theme__oeres--pastel .btn__invert:hover h4,
.theme__oeres--pastel .btn__pill__invert:hover h4, .theme__oeres--pastel.button__invert:hover h4, .theme__oeres--pastel.btn__invert:hover h4, .theme__oeres--pastel.btn__pill__invert:hover h4,
.t__oeres--pas .button__invert:hover h4,
.t__oeres--pas .btn__invert:hover h4,
.t__oeres--pas .btn__pill__invert:hover h4,
.t__oeres--pas.button__invert:hover h4,
.t__oeres--pas.btn__invert:hover h4,
.t__oeres--pas.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__oeres--pastel .button__invert--hover:hover,
.theme__oeres--pastel .btn__invert--hover:hover,
.theme__oeres--pastel .btn__pill__invert--hover:hover, .theme__oeres--pastel.button__invert--hover:hover, .theme__oeres--pastel.btn__invert--hover:hover, .theme__oeres--pastel.btn__pill__invert--hover:hover,
.t__oeres--pas .button__invert--hover:hover,
.t__oeres--pas .btn__invert--hover:hover,
.t__oeres--pas .btn__pill__invert--hover:hover,
.t__oeres--pas.button__invert--hover:hover,
.t__oeres--pas.btn__invert--hover:hover,
.t__oeres--pas.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__oeres--pastel .button__under,
.theme__oeres--pastel .btn__under,
.theme__oeres--pastel .btn__pill__under, .theme__oeres--pastel.button__under, .theme__oeres--pastel.btn__under, .theme__oeres--pastel.btn__pill__under,
.t__oeres--pas .button__under,
.t__oeres--pas .btn__under,
.t__oeres--pas .btn__pill__under,
.t__oeres--pas.button__under,
.t__oeres--pas.btn__under,
.t__oeres--pas.btn__pill__under {
  border-color: #DEE4FF;
}
.theme__oeres--pastel .btn__large,
.t__oeres--pas .btn__large {
  background-color: #DEE4FF;
}
.theme__oeres--pastel .input__search,
.t__oeres--pas .input__search {
  border-color: #DEE4FF;
}
.theme__oeres--pastel .input__search i,
.t__oeres--pas .input__search i {
  color: #4a4a4a;
}
.theme__oeres--pastel .input__search:hover i,
.t__oeres--pas .input__search:hover i {
  color: #DEE4FF;
}
.theme__oeres--pastel .component__foreground,
.t__oeres--pas .component__foreground {
  color: #4a4a4a;
}
.theme__oeres--pastel.card,
.theme__oeres--pastel .card, .theme__oeres--pastel.card__with-image,
.theme__oeres--pastel .card__with-image,
.t__oeres--pas.card,
.t__oeres--pas .card,
.t__oeres--pas.card__with-image,
.t__oeres--pas .card__with-image {
  border-color: #DEE4FF;
}
.theme__oeres--pastel.card__highlight,
.theme__oeres--pastel .card__highlight,
.theme__oeres--pastel .card__highlight--image,
.theme__oeres--pastel .card__highlight--final,
.t__oeres--pas.card__highlight,
.t__oeres--pas .card__highlight,
.t__oeres--pas .card__highlight--image,
.t__oeres--pas .card__highlight--final {
  background-color: #DEE4FF;
  border-color: #DEE4FF;
}
.theme__oeres--pastel.card__highlight--title,
.theme__oeres--pastel .card__highlight--title,
.theme__oeres--pastel .card__highlight--image,
.theme__oeres--pastel .card__highlight--final,
.t__oeres--pas.card__highlight--title,
.t__oeres--pas .card__highlight--title,
.t__oeres--pas .card__highlight--image,
.t__oeres--pas .card__highlight--final {
  color: #4a4a4a;
}
.theme__oeres--pastel .image-slider__selector--dot,
.t__oeres--pas .image-slider__selector--dot {
  background-color: #DEE4FF;
}
.theme__oeres--pastel .call-to-action__text h3,
.t__oeres--pas .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__oeres--pastel .officer__block--title h5, .theme__oeres--pastel .officer__block--title h6,
.t__oeres--pas .officer__block--title h5,
.t__oeres--pas .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__oeres--pastel .block__statement--link,
.t__oeres--pas .block__statement--link {
  color: #4a4a4a;
}
.theme__oeres--pastel .card__cutoff,
.t__oeres--pas .card__cutoff {
  background: linear-gradient(#DEE4FF, #DEE4FF), linear-gradient(white, white);
}
.theme__oeres--pastel .card__cutoff p,
.t__oeres--pas .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__oeres--pastel .card__cutoff:hover,
  .t__oeres--pas .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__oeres--pastel .card__cutoff:hover p,
  .t__oeres--pas .card__cutoff:hover p {
    color: #DEE4FF;
  }
  .theme__oeres--pastel .card__cutoff:hover .card__cutoff--link,
  .t__oeres--pas .card__cutoff:hover .card__cutoff--link {
    color: #DEE4FF;
  }
  .theme__oeres--pastel .card__cutoff:hover .card__cutoff--text,
  .t__oeres--pas .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__oeres--pastel .card__cutoff:hover .card__cutoff--text p,
  .t__oeres--pas .card__cutoff:hover .card__cutoff--text p {
    color: #DEE4FF;
  }
  .theme__oeres--pastel .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__oeres--pas .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: #DEE4FF;
  }
}
.theme__oeres--pastel .card__cutoff--link,
.t__oeres--pas .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__oeres--pastel .card__cutoff--link:hover,
  .t__oeres--pas .card__cutoff--link:hover {
    color: #DEE4FF;
  }
  .theme__oeres--pastel .card__cutoff--link:hover--link,
  .t__oeres--pas .card__cutoff--link:hover--link {
    color: #DEE4FF;
  }
}
.theme__oeres--pastel .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__oeres--pas .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: #DEE4FF;
}
.theme__oeres--pastel .dropdown__toggle--title,
.t__oeres--pas .dropdown__toggle--title {
  color: #DEE4FF;
}
.theme__oeres--pastel .dropdown__toggle--icon i,
.t__oeres--pas .dropdown__toggle--icon i {
  color: #DEE4FF;
}
.theme__oeres--pastel .large_timer__countdown--item_large,
.t__oeres--pas .large_timer__countdown--item_large {
  background-color: #DEE4FF;
}
.theme__oeres--pastel .large_timer__countdown--item_medium,
.t__oeres--pas .large_timer__countdown--item_medium {
  background-color: #DEE4FF;
}
.theme__oeres--pastel .large_timer__countdown--item_small,
.t__oeres--pas .large_timer__countdown--item_small {
  background-color: #DEE4FF;
}
.theme__oeres--pastel .modalcontent,
.t__oeres--pas .modalcontent {
  border-color: #DEE4FF;
}
.theme__oeres--pastel .transparent__header,
.t__oeres--pas .transparent__header {
  background: #DEE4FF;
}
.theme__oeres--pastel .breadcrumb__slashes,
.t__oeres--pas .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__oeres--pastel .the-list,
.t__oeres--pas .the-list {
  background-color: #DEE4FF;
}
.theme__oeres--pastel .the-list option,
.t__oeres--pas .the-list option {
  border-color: #DEE4FF !important;
}
.theme__oeres--pastel .es-list::-webkit-scrollbar-thumb,
.t__oeres--pas .es-list::-webkit-scrollbar-thumb {
  background: #DEE4FF;
}
.theme__oeres--pastel .es-visible,
.t__oeres--pas .es-visible {
  border-color: #DEE4FF !important;
}
.theme__oeres--pastel .ot-open,
.theme__oeres--pastel .ot-closed,
.t__oeres--pas .ot-open,
.t__oeres--pas .ot-closed {
  color: #DEE4FF;
}
.theme__oeres--pastel .colour__foreground,
.t__oeres--pas .colour__foreground {
  color: #DEE4FF;
}
.theme__oeres--pastel h1.t__none,
.theme__oeres--pastel h1.theme__none,
.theme__oeres--pastel h2.t__none,
.theme__oeres--pastel h2.theme__none,
.theme__oeres--pastel h3.t__none,
.theme__oeres--pastel h3.theme__none,
.theme__oeres--pastel h4.t__none,
.theme__oeres--pastel h4.theme__none,
.theme__oeres--pastel h1.t__none--w-hov,
.theme__oeres--pastel h1.theme__none--with-hover,
.theme__oeres--pastel h2.t__none--w-hov,
.theme__oeres--pastel h2.theme__none--with-hover,
.theme__oeres--pastel h3.t__none--w-hov,
.theme__oeres--pastel h3.theme__none--with-hover,
.theme__oeres--pastel h4.t__none--w-hov,
.theme__oeres--pastel h4.theme__none--with-hover,
.t__oeres--pas h1.t__none,
.t__oeres--pas h1.theme__none,
.t__oeres--pas h2.t__none,
.t__oeres--pas h2.theme__none,
.t__oeres--pas h3.t__none,
.t__oeres--pas h3.theme__none,
.t__oeres--pas h4.t__none,
.t__oeres--pas h4.theme__none,
.t__oeres--pas h1.t__none--w-hov,
.t__oeres--pas h1.theme__none--with-hover,
.t__oeres--pas h2.t__none--w-hov,
.t__oeres--pas h2.theme__none--with-hover,
.t__oeres--pas h3.t__none--w-hov,
.t__oeres--pas h3.theme__none--with-hover,
.t__oeres--pas h4.t__none--w-hov,
.t__oeres--pas h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__oeres--pastel span.t__none,
.theme__oeres--pastel span.theme__none,
.t__oeres--pas span.t__none,
.t__oeres--pas span.theme__none {
  color: #4a4a4a;
}
.theme__oeres--pastel i.t__none,
.theme__oeres--pastel i.theme__none,
.t__oeres--pas i.t__none,
.t__oeres--pas i.theme__none {
  color: #4a4a4a;
}
.theme__oeres--pastel a.border__none,
.theme__oeres--pastel a.b__none,
.t__oeres--pas a.border__none,
.t__oeres--pas a.b__none {
  border: 0;
}
.theme__oeres--pastel a:hover h1.t__none,
.theme__oeres--pastel a:hover h1.theme__none,
.theme__oeres--pastel a:hover h2.t__none,
.theme__oeres--pastel a:hover h2.theme__none,
.theme__oeres--pastel a:hover h3.t__none,
.theme__oeres--pastel a:hover h3.theme__none,
.theme__oeres--pastel a:hover h4.t__none,
.theme__oeres--pastel a:hover h4.theme__none,
.t__oeres--pas a:hover h1.t__none,
.t__oeres--pas a:hover h1.theme__none,
.t__oeres--pas a:hover h2.t__none,
.t__oeres--pas a:hover h2.theme__none,
.t__oeres--pas a:hover h3.t__none,
.t__oeres--pas a:hover h3.theme__none,
.t__oeres--pas a:hover h4.t__none,
.t__oeres--pas a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__oeres--pastel a:hover h1.t__none--w-hov,
.theme__oeres--pastel a:hover h1.theme__none--with-hover,
.theme__oeres--pastel a:hover h2.t__none--w-hov,
.theme__oeres--pastel a:hover h2.theme__none--with-hover,
.theme__oeres--pastel a:hover h3.t__none--w-hov,
.theme__oeres--pastel a:hover h3.theme__none--with-hover,
.theme__oeres--pastel a:hover h4.t__none--w-hov,
.theme__oeres--pastel a:hover h4.theme__none--with-hover,
.t__oeres--pas a:hover h1.t__none--w-hov,
.t__oeres--pas a:hover h1.theme__none--with-hover,
.t__oeres--pas a:hover h2.t__none--w-hov,
.t__oeres--pas a:hover h2.theme__none--with-hover,
.t__oeres--pas a:hover h3.t__none--w-hov,
.t__oeres--pas a:hover h3.theme__none--with-hover,
.t__oeres--pas a:hover h4.t__none--w-hov,
.t__oeres--pas a:hover h4.theme__none--with-hover {
  color: #DEE4FF;
}

.theme__oeres--background-primary,
.t__oeres--bg-pri {
  background-color: #D1D844;
}

.theme__oeres--background-secondary,
.t__oeres--bg-sec {
  background-color: #C9E54D;
}

.theme__oeres--background-pastel,
.t__oeres--bg-pas {
  background-color: #DEE4FF;
}

.theme__swrapup-primary h1, .theme__swrapup-primary h2, .theme__swrapup-primary h3, .theme__swrapup-primary h4, .theme__swrapup-primary h5, .theme__swrapup-primary h6,
.t__swrapup--pri h1,
.t__swrapup--pri h2,
.t__swrapup--pri h3,
.t__swrapup--pri h4,
.t__swrapup--pri h5,
.t__swrapup--pri h6 {
  color: #1D43FF;
}
.theme__swrapup-primary a,
.t__swrapup--pri a {
  color: #4a4a4a;
  border-color: #1D43FF;
  text-decoration: none;
}
.theme__swrapup-primary a:hover,
.t__swrapup--pri a:hover {
  color: #1D43FF;
}
.theme__swrapup-primary a:hover h1, .theme__swrapup-primary a:hover h2, .theme__swrapup-primary a:hover h3, .theme__swrapup-primary a:hover h4, .theme__swrapup-primary a:hover h5, .theme__swrapup-primary a:hover h6,
.t__swrapup--pri a:hover h1,
.t__swrapup--pri a:hover h2,
.t__swrapup--pri a:hover h3,
.t__swrapup--pri a:hover h4,
.t__swrapup--pri a:hover h5,
.t__swrapup--pri a:hover h6 {
  color: #1D43FF;
}
.theme__swrapup-primary a div,
.t__swrapup--pri a div {
  border-color: #1D43FF !important;
}
.theme__swrapup-primary input,
.t__swrapup--pri input {
  border-color: #1D43FF;
}
.theme__swrapup-primary p,
.t__swrapup--pri p {
  color: #4a4a4a;
}
.theme__swrapup-primary .button,
.theme__swrapup-primary .btn,
.theme__swrapup-primary .btn__pill, .theme__swrapup-primary.button, .theme__swrapup-primary.btn, .theme__swrapup-primary.btn__pill,
.t__swrapup--pri .button,
.t__swrapup--pri .btn,
.t__swrapup--pri .btn__pill,
.t__swrapup--pri.button,
.t__swrapup--pri.btn,
.t__swrapup--pri.btn__pill {
  border-color: #1D43FF;
}
@media (hover: hover) {
  .theme__swrapup-primary .button:hover,
  .theme__swrapup-primary .btn:hover,
  .theme__swrapup-primary .btn__pill:hover, .theme__swrapup-primary.button:hover, .theme__swrapup-primary.btn:hover, .theme__swrapup-primary.btn__pill:hover,
  .t__swrapup--pri .button:hover,
  .t__swrapup--pri .btn:hover,
  .t__swrapup--pri .btn__pill:hover,
  .t__swrapup--pri.button:hover,
  .t__swrapup--pri.btn:hover,
  .t__swrapup--pri.btn__pill:hover {
    color: #ffffff;
    background: #1D43FF;
  }
  .theme__swrapup-primary .button:hover i,
  .theme__swrapup-primary .btn:hover i,
  .theme__swrapup-primary .btn__pill:hover i, .theme__swrapup-primary.button:hover i, .theme__swrapup-primary.btn:hover i, .theme__swrapup-primary.btn__pill:hover i,
  .t__swrapup--pri .button:hover i,
  .t__swrapup--pri .btn:hover i,
  .t__swrapup--pri .btn__pill:hover i,
  .t__swrapup--pri.button:hover i,
  .t__swrapup--pri.btn:hover i,
  .t__swrapup--pri.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__swrapup-primary .button__invert,
.theme__swrapup-primary .btn__invert,
.theme__swrapup-primary .btn__pill__invert, .theme__swrapup-primary.button__invert, .theme__swrapup-primary.btn__invert, .theme__swrapup-primary.btn__pill__invert,
.t__swrapup--pri .button__invert,
.t__swrapup--pri .btn__invert,
.t__swrapup--pri .btn__pill__invert,
.t__swrapup--pri.button__invert,
.t__swrapup--pri.btn__invert,
.t__swrapup--pri.btn__pill__invert {
  background-color: #1D43FF;
  color: #ffffff;
}
.theme__swrapup-primary .button__invert h4,
.theme__swrapup-primary .btn__invert h4,
.theme__swrapup-primary .btn__pill__invert h4, .theme__swrapup-primary.button__invert h4, .theme__swrapup-primary.btn__invert h4, .theme__swrapup-primary.btn__pill__invert h4,
.t__swrapup--pri .button__invert h4,
.t__swrapup--pri .btn__invert h4,
.t__swrapup--pri .btn__pill__invert h4,
.t__swrapup--pri.button__invert h4,
.t__swrapup--pri.btn__invert h4,
.t__swrapup--pri.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__swrapup-primary .button__invert:hover,
.theme__swrapup-primary .btn__invert:hover,
.theme__swrapup-primary .btn__pill__invert:hover, .theme__swrapup-primary.button__invert:hover, .theme__swrapup-primary.btn__invert:hover, .theme__swrapup-primary.btn__pill__invert:hover,
.t__swrapup--pri .button__invert:hover,
.t__swrapup--pri .btn__invert:hover,
.t__swrapup--pri .btn__pill__invert:hover,
.t__swrapup--pri.button__invert:hover,
.t__swrapup--pri.btn__invert:hover,
.t__swrapup--pri.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__swrapup-primary .button__invert:hover h4,
.theme__swrapup-primary .btn__invert:hover h4,
.theme__swrapup-primary .btn__pill__invert:hover h4, .theme__swrapup-primary.button__invert:hover h4, .theme__swrapup-primary.btn__invert:hover h4, .theme__swrapup-primary.btn__pill__invert:hover h4,
.t__swrapup--pri .button__invert:hover h4,
.t__swrapup--pri .btn__invert:hover h4,
.t__swrapup--pri .btn__pill__invert:hover h4,
.t__swrapup--pri.button__invert:hover h4,
.t__swrapup--pri.btn__invert:hover h4,
.t__swrapup--pri.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__swrapup-primary .button__invert--hover:hover,
.theme__swrapup-primary .btn__invert--hover:hover,
.theme__swrapup-primary .btn__pill__invert--hover:hover, .theme__swrapup-primary.button__invert--hover:hover, .theme__swrapup-primary.btn__invert--hover:hover, .theme__swrapup-primary.btn__pill__invert--hover:hover,
.t__swrapup--pri .button__invert--hover:hover,
.t__swrapup--pri .btn__invert--hover:hover,
.t__swrapup--pri .btn__pill__invert--hover:hover,
.t__swrapup--pri.button__invert--hover:hover,
.t__swrapup--pri.btn__invert--hover:hover,
.t__swrapup--pri.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__swrapup-primary .button__under,
.theme__swrapup-primary .btn__under,
.theme__swrapup-primary .btn__pill__under, .theme__swrapup-primary.button__under, .theme__swrapup-primary.btn__under, .theme__swrapup-primary.btn__pill__under,
.t__swrapup--pri .button__under,
.t__swrapup--pri .btn__under,
.t__swrapup--pri .btn__pill__under,
.t__swrapup--pri.button__under,
.t__swrapup--pri.btn__under,
.t__swrapup--pri.btn__pill__under {
  border-color: #1D43FF;
}
.theme__swrapup-primary .btn__large,
.t__swrapup--pri .btn__large {
  background-color: #1D43FF;
}
.theme__swrapup-primary .input__search,
.t__swrapup--pri .input__search {
  border-color: #1D43FF;
}
.theme__swrapup-primary .input__search i,
.t__swrapup--pri .input__search i {
  color: #4a4a4a;
}
.theme__swrapup-primary .input__search:hover i,
.t__swrapup--pri .input__search:hover i {
  color: #1D43FF;
}
.theme__swrapup-primary .component__foreground,
.t__swrapup--pri .component__foreground {
  color: #4a4a4a;
}
.theme__swrapup-primary.card,
.theme__swrapup-primary .card, .theme__swrapup-primary.card__with-image,
.theme__swrapup-primary .card__with-image,
.t__swrapup--pri.card,
.t__swrapup--pri .card,
.t__swrapup--pri.card__with-image,
.t__swrapup--pri .card__with-image {
  border-color: #1D43FF;
}
.theme__swrapup-primary.card__highlight,
.theme__swrapup-primary .card__highlight,
.theme__swrapup-primary .card__highlight--image,
.theme__swrapup-primary .card__highlight--final,
.t__swrapup--pri.card__highlight,
.t__swrapup--pri .card__highlight,
.t__swrapup--pri .card__highlight--image,
.t__swrapup--pri .card__highlight--final {
  background-color: #1D43FF;
  border-color: #1D43FF;
}
.theme__swrapup-primary.card__highlight--title,
.theme__swrapup-primary .card__highlight--title,
.theme__swrapup-primary .card__highlight--image,
.theme__swrapup-primary .card__highlight--final,
.t__swrapup--pri.card__highlight--title,
.t__swrapup--pri .card__highlight--title,
.t__swrapup--pri .card__highlight--image,
.t__swrapup--pri .card__highlight--final {
  color: #4a4a4a;
}
.theme__swrapup-primary .image-slider__selector--dot,
.t__swrapup--pri .image-slider__selector--dot {
  background-color: #1D43FF;
}
.theme__swrapup-primary .call-to-action__text h3,
.t__swrapup--pri .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__swrapup-primary .officer__block--title h5, .theme__swrapup-primary .officer__block--title h6,
.t__swrapup--pri .officer__block--title h5,
.t__swrapup--pri .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__swrapup-primary .block__statement--link,
.t__swrapup--pri .block__statement--link {
  color: #4a4a4a;
}
.theme__swrapup-primary .card__cutoff,
.t__swrapup--pri .card__cutoff {
  background: linear-gradient(#1D43FF, #1D43FF), linear-gradient(white, white);
}
.theme__swrapup-primary .card__cutoff p,
.t__swrapup--pri .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__swrapup-primary .card__cutoff:hover,
  .t__swrapup--pri .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__swrapup-primary .card__cutoff:hover p,
  .t__swrapup--pri .card__cutoff:hover p {
    color: #1D43FF;
  }
  .theme__swrapup-primary .card__cutoff:hover .card__cutoff--link,
  .t__swrapup--pri .card__cutoff:hover .card__cutoff--link {
    color: #1D43FF;
  }
  .theme__swrapup-primary .card__cutoff:hover .card__cutoff--text,
  .t__swrapup--pri .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__swrapup-primary .card__cutoff:hover .card__cutoff--text p,
  .t__swrapup--pri .card__cutoff:hover .card__cutoff--text p {
    color: #1D43FF;
  }
  .theme__swrapup-primary .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__swrapup--pri .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: #1D43FF;
  }
}
.theme__swrapup-primary .card__cutoff--link,
.t__swrapup--pri .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__swrapup-primary .card__cutoff--link:hover,
  .t__swrapup--pri .card__cutoff--link:hover {
    color: #1D43FF;
  }
  .theme__swrapup-primary .card__cutoff--link:hover--link,
  .t__swrapup--pri .card__cutoff--link:hover--link {
    color: #1D43FF;
  }
}
.theme__swrapup-primary .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__swrapup--pri .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: #1D43FF;
}
.theme__swrapup-primary .dropdown__toggle--title,
.t__swrapup--pri .dropdown__toggle--title {
  color: #1D43FF;
}
.theme__swrapup-primary .dropdown__toggle--icon i,
.t__swrapup--pri .dropdown__toggle--icon i {
  color: #1D43FF;
}
.theme__swrapup-primary .large_timer__countdown--item_large,
.t__swrapup--pri .large_timer__countdown--item_large {
  background-color: #1D43FF;
}
.theme__swrapup-primary .large_timer__countdown--item_medium,
.t__swrapup--pri .large_timer__countdown--item_medium {
  background-color: #1D43FF;
}
.theme__swrapup-primary .large_timer__countdown--item_small,
.t__swrapup--pri .large_timer__countdown--item_small {
  background-color: #1D43FF;
}
.theme__swrapup-primary .modalcontent,
.t__swrapup--pri .modalcontent {
  border-color: #1D43FF;
}
.theme__swrapup-primary .transparent__header,
.t__swrapup--pri .transparent__header {
  background: #1D43FF;
}
.theme__swrapup-primary .breadcrumb__slashes,
.t__swrapup--pri .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__swrapup-primary .the-list,
.t__swrapup--pri .the-list {
  background-color: #1D43FF;
}
.theme__swrapup-primary .the-list option,
.t__swrapup--pri .the-list option {
  border-color: #1D43FF !important;
}
.theme__swrapup-primary .es-list::-webkit-scrollbar-thumb,
.t__swrapup--pri .es-list::-webkit-scrollbar-thumb {
  background: #1D43FF;
}
.theme__swrapup-primary .es-visible,
.t__swrapup--pri .es-visible {
  border-color: #1D43FF !important;
}
.theme__swrapup-primary .ot-open,
.theme__swrapup-primary .ot-closed,
.t__swrapup--pri .ot-open,
.t__swrapup--pri .ot-closed {
  color: #1D43FF;
}
.theme__swrapup-primary .colour__foreground,
.t__swrapup--pri .colour__foreground {
  color: #1D43FF;
}
.theme__swrapup-primary h1.t__none,
.theme__swrapup-primary h1.theme__none,
.theme__swrapup-primary h2.t__none,
.theme__swrapup-primary h2.theme__none,
.theme__swrapup-primary h3.t__none,
.theme__swrapup-primary h3.theme__none,
.theme__swrapup-primary h4.t__none,
.theme__swrapup-primary h4.theme__none,
.theme__swrapup-primary h1.t__none--w-hov,
.theme__swrapup-primary h1.theme__none--with-hover,
.theme__swrapup-primary h2.t__none--w-hov,
.theme__swrapup-primary h2.theme__none--with-hover,
.theme__swrapup-primary h3.t__none--w-hov,
.theme__swrapup-primary h3.theme__none--with-hover,
.theme__swrapup-primary h4.t__none--w-hov,
.theme__swrapup-primary h4.theme__none--with-hover,
.t__swrapup--pri h1.t__none,
.t__swrapup--pri h1.theme__none,
.t__swrapup--pri h2.t__none,
.t__swrapup--pri h2.theme__none,
.t__swrapup--pri h3.t__none,
.t__swrapup--pri h3.theme__none,
.t__swrapup--pri h4.t__none,
.t__swrapup--pri h4.theme__none,
.t__swrapup--pri h1.t__none--w-hov,
.t__swrapup--pri h1.theme__none--with-hover,
.t__swrapup--pri h2.t__none--w-hov,
.t__swrapup--pri h2.theme__none--with-hover,
.t__swrapup--pri h3.t__none--w-hov,
.t__swrapup--pri h3.theme__none--with-hover,
.t__swrapup--pri h4.t__none--w-hov,
.t__swrapup--pri h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__swrapup-primary span.t__none,
.theme__swrapup-primary span.theme__none,
.t__swrapup--pri span.t__none,
.t__swrapup--pri span.theme__none {
  color: #4a4a4a;
}
.theme__swrapup-primary i.t__none,
.theme__swrapup-primary i.theme__none,
.t__swrapup--pri i.t__none,
.t__swrapup--pri i.theme__none {
  color: #4a4a4a;
}
.theme__swrapup-primary a.border__none,
.theme__swrapup-primary a.b__none,
.t__swrapup--pri a.border__none,
.t__swrapup--pri a.b__none {
  border: 0;
}
.theme__swrapup-primary a:hover h1.t__none,
.theme__swrapup-primary a:hover h1.theme__none,
.theme__swrapup-primary a:hover h2.t__none,
.theme__swrapup-primary a:hover h2.theme__none,
.theme__swrapup-primary a:hover h3.t__none,
.theme__swrapup-primary a:hover h3.theme__none,
.theme__swrapup-primary a:hover h4.t__none,
.theme__swrapup-primary a:hover h4.theme__none,
.t__swrapup--pri a:hover h1.t__none,
.t__swrapup--pri a:hover h1.theme__none,
.t__swrapup--pri a:hover h2.t__none,
.t__swrapup--pri a:hover h2.theme__none,
.t__swrapup--pri a:hover h3.t__none,
.t__swrapup--pri a:hover h3.theme__none,
.t__swrapup--pri a:hover h4.t__none,
.t__swrapup--pri a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__swrapup-primary a:hover h1.t__none--w-hov,
.theme__swrapup-primary a:hover h1.theme__none--with-hover,
.theme__swrapup-primary a:hover h2.t__none--w-hov,
.theme__swrapup-primary a:hover h2.theme__none--with-hover,
.theme__swrapup-primary a:hover h3.t__none--w-hov,
.theme__swrapup-primary a:hover h3.theme__none--with-hover,
.theme__swrapup-primary a:hover h4.t__none--w-hov,
.theme__swrapup-primary a:hover h4.theme__none--with-hover,
.t__swrapup--pri a:hover h1.t__none--w-hov,
.t__swrapup--pri a:hover h1.theme__none--with-hover,
.t__swrapup--pri a:hover h2.t__none--w-hov,
.t__swrapup--pri a:hover h2.theme__none--with-hover,
.t__swrapup--pri a:hover h3.t__none--w-hov,
.t__swrapup--pri a:hover h3.theme__none--with-hover,
.t__swrapup--pri a:hover h4.t__none--w-hov,
.t__swrapup--pri a:hover h4.theme__none--with-hover {
  color: #1D43FF;
}
.theme__swrapup-primary .dotted__line--small, .theme__swrapup-primary .dotted__line--medium, .theme__swrapup-primary .dotted__line--large, .theme__swrapup-primary .dotted__line--x-large, .theme__swrapup-primary .dotted__line--huge,
.t__swrapup--pri .dotted__line--small,
.t__swrapup--pri .dotted__line--medium,
.t__swrapup--pri .dotted__line--large,
.t__swrapup--pri .dotted__line--x-large,
.t__swrapup--pri .dotted__line--huge {
  border-image-source: url("https://assets-cdn.sums.su/SH/Dotted_Borders/dotted_swrapup.png");
}

.theme__swrapup--secondary h1, .theme__swrapup--secondary h2, .theme__swrapup--secondary h3, .theme__swrapup--secondary h4, .theme__swrapup--secondary h5, .theme__swrapup--secondary h6,
.t__swrapup--sec h1,
.t__swrapup--sec h2,
.t__swrapup--sec h3,
.t__swrapup--sec h4,
.t__swrapup--sec h5,
.t__swrapup--sec h6 {
  color: #1D43FF;
}
.theme__swrapup--secondary a,
.t__swrapup--sec a {
  color: #4a4a4a;
  border-color: #1D43FF;
  text-decoration: none;
}
.theme__swrapup--secondary a:hover,
.t__swrapup--sec a:hover {
  color: #1D43FF;
}
.theme__swrapup--secondary a:hover h1, .theme__swrapup--secondary a:hover h2, .theme__swrapup--secondary a:hover h3, .theme__swrapup--secondary a:hover h4, .theme__swrapup--secondary a:hover h5, .theme__swrapup--secondary a:hover h6,
.t__swrapup--sec a:hover h1,
.t__swrapup--sec a:hover h2,
.t__swrapup--sec a:hover h3,
.t__swrapup--sec a:hover h4,
.t__swrapup--sec a:hover h5,
.t__swrapup--sec a:hover h6 {
  color: #1D43FF;
}
.theme__swrapup--secondary a div,
.t__swrapup--sec a div {
  border-color: #1D43FF !important;
}
.theme__swrapup--secondary input,
.t__swrapup--sec input {
  border-color: #1D43FF;
}
.theme__swrapup--secondary p,
.t__swrapup--sec p {
  color: #4a4a4a;
}
.theme__swrapup--secondary .button,
.theme__swrapup--secondary .btn,
.theme__swrapup--secondary .btn__pill, .theme__swrapup--secondary.button, .theme__swrapup--secondary.btn, .theme__swrapup--secondary.btn__pill,
.t__swrapup--sec .button,
.t__swrapup--sec .btn,
.t__swrapup--sec .btn__pill,
.t__swrapup--sec.button,
.t__swrapup--sec.btn,
.t__swrapup--sec.btn__pill {
  border-color: #1D43FF;
}
@media (hover: hover) {
  .theme__swrapup--secondary .button:hover,
  .theme__swrapup--secondary .btn:hover,
  .theme__swrapup--secondary .btn__pill:hover, .theme__swrapup--secondary.button:hover, .theme__swrapup--secondary.btn:hover, .theme__swrapup--secondary.btn__pill:hover,
  .t__swrapup--sec .button:hover,
  .t__swrapup--sec .btn:hover,
  .t__swrapup--sec .btn__pill:hover,
  .t__swrapup--sec.button:hover,
  .t__swrapup--sec.btn:hover,
  .t__swrapup--sec.btn__pill:hover {
    color: #ffffff;
    background: #1D43FF;
  }
  .theme__swrapup--secondary .button:hover i,
  .theme__swrapup--secondary .btn:hover i,
  .theme__swrapup--secondary .btn__pill:hover i, .theme__swrapup--secondary.button:hover i, .theme__swrapup--secondary.btn:hover i, .theme__swrapup--secondary.btn__pill:hover i,
  .t__swrapup--sec .button:hover i,
  .t__swrapup--sec .btn:hover i,
  .t__swrapup--sec .btn__pill:hover i,
  .t__swrapup--sec.button:hover i,
  .t__swrapup--sec.btn:hover i,
  .t__swrapup--sec.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__swrapup--secondary .button__invert,
.theme__swrapup--secondary .btn__invert,
.theme__swrapup--secondary .btn__pill__invert, .theme__swrapup--secondary.button__invert, .theme__swrapup--secondary.btn__invert, .theme__swrapup--secondary.btn__pill__invert,
.t__swrapup--sec .button__invert,
.t__swrapup--sec .btn__invert,
.t__swrapup--sec .btn__pill__invert,
.t__swrapup--sec.button__invert,
.t__swrapup--sec.btn__invert,
.t__swrapup--sec.btn__pill__invert {
  background-color: #1D43FF;
  color: #ffffff;
}
.theme__swrapup--secondary .button__invert h4,
.theme__swrapup--secondary .btn__invert h4,
.theme__swrapup--secondary .btn__pill__invert h4, .theme__swrapup--secondary.button__invert h4, .theme__swrapup--secondary.btn__invert h4, .theme__swrapup--secondary.btn__pill__invert h4,
.t__swrapup--sec .button__invert h4,
.t__swrapup--sec .btn__invert h4,
.t__swrapup--sec .btn__pill__invert h4,
.t__swrapup--sec.button__invert h4,
.t__swrapup--sec.btn__invert h4,
.t__swrapup--sec.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__swrapup--secondary .button__invert:hover,
.theme__swrapup--secondary .btn__invert:hover,
.theme__swrapup--secondary .btn__pill__invert:hover, .theme__swrapup--secondary.button__invert:hover, .theme__swrapup--secondary.btn__invert:hover, .theme__swrapup--secondary.btn__pill__invert:hover,
.t__swrapup--sec .button__invert:hover,
.t__swrapup--sec .btn__invert:hover,
.t__swrapup--sec .btn__pill__invert:hover,
.t__swrapup--sec.button__invert:hover,
.t__swrapup--sec.btn__invert:hover,
.t__swrapup--sec.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__swrapup--secondary .button__invert:hover h4,
.theme__swrapup--secondary .btn__invert:hover h4,
.theme__swrapup--secondary .btn__pill__invert:hover h4, .theme__swrapup--secondary.button__invert:hover h4, .theme__swrapup--secondary.btn__invert:hover h4, .theme__swrapup--secondary.btn__pill__invert:hover h4,
.t__swrapup--sec .button__invert:hover h4,
.t__swrapup--sec .btn__invert:hover h4,
.t__swrapup--sec .btn__pill__invert:hover h4,
.t__swrapup--sec.button__invert:hover h4,
.t__swrapup--sec.btn__invert:hover h4,
.t__swrapup--sec.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__swrapup--secondary .button__invert--hover:hover,
.theme__swrapup--secondary .btn__invert--hover:hover,
.theme__swrapup--secondary .btn__pill__invert--hover:hover, .theme__swrapup--secondary.button__invert--hover:hover, .theme__swrapup--secondary.btn__invert--hover:hover, .theme__swrapup--secondary.btn__pill__invert--hover:hover,
.t__swrapup--sec .button__invert--hover:hover,
.t__swrapup--sec .btn__invert--hover:hover,
.t__swrapup--sec .btn__pill__invert--hover:hover,
.t__swrapup--sec.button__invert--hover:hover,
.t__swrapup--sec.btn__invert--hover:hover,
.t__swrapup--sec.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__swrapup--secondary .button__under,
.theme__swrapup--secondary .btn__under,
.theme__swrapup--secondary .btn__pill__under, .theme__swrapup--secondary.button__under, .theme__swrapup--secondary.btn__under, .theme__swrapup--secondary.btn__pill__under,
.t__swrapup--sec .button__under,
.t__swrapup--sec .btn__under,
.t__swrapup--sec .btn__pill__under,
.t__swrapup--sec.button__under,
.t__swrapup--sec.btn__under,
.t__swrapup--sec.btn__pill__under {
  border-color: #1D43FF;
}
.theme__swrapup--secondary .btn__large,
.t__swrapup--sec .btn__large {
  background-color: #1D43FF;
}
.theme__swrapup--secondary .input__search,
.t__swrapup--sec .input__search {
  border-color: #1D43FF;
}
.theme__swrapup--secondary .input__search i,
.t__swrapup--sec .input__search i {
  color: #4a4a4a;
}
.theme__swrapup--secondary .input__search:hover i,
.t__swrapup--sec .input__search:hover i {
  color: #1D43FF;
}
.theme__swrapup--secondary .component__foreground,
.t__swrapup--sec .component__foreground {
  color: #4a4a4a;
}
.theme__swrapup--secondary.card,
.theme__swrapup--secondary .card, .theme__swrapup--secondary.card__with-image,
.theme__swrapup--secondary .card__with-image,
.t__swrapup--sec.card,
.t__swrapup--sec .card,
.t__swrapup--sec.card__with-image,
.t__swrapup--sec .card__with-image {
  border-color: #1D43FF;
}
.theme__swrapup--secondary.card__highlight,
.theme__swrapup--secondary .card__highlight,
.theme__swrapup--secondary .card__highlight--image,
.theme__swrapup--secondary .card__highlight--final,
.t__swrapup--sec.card__highlight,
.t__swrapup--sec .card__highlight,
.t__swrapup--sec .card__highlight--image,
.t__swrapup--sec .card__highlight--final {
  background-color: #1D43FF;
  border-color: #1D43FF;
}
.theme__swrapup--secondary.card__highlight--title,
.theme__swrapup--secondary .card__highlight--title,
.theme__swrapup--secondary .card__highlight--image,
.theme__swrapup--secondary .card__highlight--final,
.t__swrapup--sec.card__highlight--title,
.t__swrapup--sec .card__highlight--title,
.t__swrapup--sec .card__highlight--image,
.t__swrapup--sec .card__highlight--final {
  color: #4a4a4a;
}
.theme__swrapup--secondary .image-slider__selector--dot,
.t__swrapup--sec .image-slider__selector--dot {
  background-color: #1D43FF;
}
.theme__swrapup--secondary .call-to-action__text h3,
.t__swrapup--sec .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__swrapup--secondary .officer__block--title h5, .theme__swrapup--secondary .officer__block--title h6,
.t__swrapup--sec .officer__block--title h5,
.t__swrapup--sec .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__swrapup--secondary .block__statement--link,
.t__swrapup--sec .block__statement--link {
  color: #4a4a4a;
}
.theme__swrapup--secondary .card__cutoff,
.t__swrapup--sec .card__cutoff {
  background: linear-gradient(#1D43FF, #1D43FF), linear-gradient(white, white);
}
.theme__swrapup--secondary .card__cutoff p,
.t__swrapup--sec .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__swrapup--secondary .card__cutoff:hover,
  .t__swrapup--sec .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__swrapup--secondary .card__cutoff:hover p,
  .t__swrapup--sec .card__cutoff:hover p {
    color: #1D43FF;
  }
  .theme__swrapup--secondary .card__cutoff:hover .card__cutoff--link,
  .t__swrapup--sec .card__cutoff:hover .card__cutoff--link {
    color: #1D43FF;
  }
  .theme__swrapup--secondary .card__cutoff:hover .card__cutoff--text,
  .t__swrapup--sec .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__swrapup--secondary .card__cutoff:hover .card__cutoff--text p,
  .t__swrapup--sec .card__cutoff:hover .card__cutoff--text p {
    color: #1D43FF;
  }
  .theme__swrapup--secondary .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__swrapup--sec .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: #1D43FF;
  }
}
.theme__swrapup--secondary .card__cutoff--link,
.t__swrapup--sec .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__swrapup--secondary .card__cutoff--link:hover,
  .t__swrapup--sec .card__cutoff--link:hover {
    color: #1D43FF;
  }
  .theme__swrapup--secondary .card__cutoff--link:hover--link,
  .t__swrapup--sec .card__cutoff--link:hover--link {
    color: #1D43FF;
  }
}
.theme__swrapup--secondary .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__swrapup--sec .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: #1D43FF;
}
.theme__swrapup--secondary .dropdown__toggle--title,
.t__swrapup--sec .dropdown__toggle--title {
  color: #1D43FF;
}
.theme__swrapup--secondary .dropdown__toggle--icon i,
.t__swrapup--sec .dropdown__toggle--icon i {
  color: #1D43FF;
}
.theme__swrapup--secondary .large_timer__countdown--item_large,
.t__swrapup--sec .large_timer__countdown--item_large {
  background-color: #1D43FF;
}
.theme__swrapup--secondary .large_timer__countdown--item_medium,
.t__swrapup--sec .large_timer__countdown--item_medium {
  background-color: #1D43FF;
}
.theme__swrapup--secondary .large_timer__countdown--item_small,
.t__swrapup--sec .large_timer__countdown--item_small {
  background-color: #1D43FF;
}
.theme__swrapup--secondary .modalcontent,
.t__swrapup--sec .modalcontent {
  border-color: #1D43FF;
}
.theme__swrapup--secondary .transparent__header,
.t__swrapup--sec .transparent__header {
  background: #1D43FF;
}
.theme__swrapup--secondary .breadcrumb__slashes,
.t__swrapup--sec .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__swrapup--secondary .the-list,
.t__swrapup--sec .the-list {
  background-color: #1D43FF;
}
.theme__swrapup--secondary .the-list option,
.t__swrapup--sec .the-list option {
  border-color: #1D43FF !important;
}
.theme__swrapup--secondary .es-list::-webkit-scrollbar-thumb,
.t__swrapup--sec .es-list::-webkit-scrollbar-thumb {
  background: #1D43FF;
}
.theme__swrapup--secondary .es-visible,
.t__swrapup--sec .es-visible {
  border-color: #1D43FF !important;
}
.theme__swrapup--secondary .ot-open,
.theme__swrapup--secondary .ot-closed,
.t__swrapup--sec .ot-open,
.t__swrapup--sec .ot-closed {
  color: #1D43FF;
}
.theme__swrapup--secondary .colour__foreground,
.t__swrapup--sec .colour__foreground {
  color: #1D43FF;
}
.theme__swrapup--secondary h1.t__none,
.theme__swrapup--secondary h1.theme__none,
.theme__swrapup--secondary h2.t__none,
.theme__swrapup--secondary h2.theme__none,
.theme__swrapup--secondary h3.t__none,
.theme__swrapup--secondary h3.theme__none,
.theme__swrapup--secondary h4.t__none,
.theme__swrapup--secondary h4.theme__none,
.theme__swrapup--secondary h1.t__none--w-hov,
.theme__swrapup--secondary h1.theme__none--with-hover,
.theme__swrapup--secondary h2.t__none--w-hov,
.theme__swrapup--secondary h2.theme__none--with-hover,
.theme__swrapup--secondary h3.t__none--w-hov,
.theme__swrapup--secondary h3.theme__none--with-hover,
.theme__swrapup--secondary h4.t__none--w-hov,
.theme__swrapup--secondary h4.theme__none--with-hover,
.t__swrapup--sec h1.t__none,
.t__swrapup--sec h1.theme__none,
.t__swrapup--sec h2.t__none,
.t__swrapup--sec h2.theme__none,
.t__swrapup--sec h3.t__none,
.t__swrapup--sec h3.theme__none,
.t__swrapup--sec h4.t__none,
.t__swrapup--sec h4.theme__none,
.t__swrapup--sec h1.t__none--w-hov,
.t__swrapup--sec h1.theme__none--with-hover,
.t__swrapup--sec h2.t__none--w-hov,
.t__swrapup--sec h2.theme__none--with-hover,
.t__swrapup--sec h3.t__none--w-hov,
.t__swrapup--sec h3.theme__none--with-hover,
.t__swrapup--sec h4.t__none--w-hov,
.t__swrapup--sec h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__swrapup--secondary span.t__none,
.theme__swrapup--secondary span.theme__none,
.t__swrapup--sec span.t__none,
.t__swrapup--sec span.theme__none {
  color: #4a4a4a;
}
.theme__swrapup--secondary i.t__none,
.theme__swrapup--secondary i.theme__none,
.t__swrapup--sec i.t__none,
.t__swrapup--sec i.theme__none {
  color: #4a4a4a;
}
.theme__swrapup--secondary a.border__none,
.theme__swrapup--secondary a.b__none,
.t__swrapup--sec a.border__none,
.t__swrapup--sec a.b__none {
  border: 0;
}
.theme__swrapup--secondary a:hover h1.t__none,
.theme__swrapup--secondary a:hover h1.theme__none,
.theme__swrapup--secondary a:hover h2.t__none,
.theme__swrapup--secondary a:hover h2.theme__none,
.theme__swrapup--secondary a:hover h3.t__none,
.theme__swrapup--secondary a:hover h3.theme__none,
.theme__swrapup--secondary a:hover h4.t__none,
.theme__swrapup--secondary a:hover h4.theme__none,
.t__swrapup--sec a:hover h1.t__none,
.t__swrapup--sec a:hover h1.theme__none,
.t__swrapup--sec a:hover h2.t__none,
.t__swrapup--sec a:hover h2.theme__none,
.t__swrapup--sec a:hover h3.t__none,
.t__swrapup--sec a:hover h3.theme__none,
.t__swrapup--sec a:hover h4.t__none,
.t__swrapup--sec a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__swrapup--secondary a:hover h1.t__none--w-hov,
.theme__swrapup--secondary a:hover h1.theme__none--with-hover,
.theme__swrapup--secondary a:hover h2.t__none--w-hov,
.theme__swrapup--secondary a:hover h2.theme__none--with-hover,
.theme__swrapup--secondary a:hover h3.t__none--w-hov,
.theme__swrapup--secondary a:hover h3.theme__none--with-hover,
.theme__swrapup--secondary a:hover h4.t__none--w-hov,
.theme__swrapup--secondary a:hover h4.theme__none--with-hover,
.t__swrapup--sec a:hover h1.t__none--w-hov,
.t__swrapup--sec a:hover h1.theme__none--with-hover,
.t__swrapup--sec a:hover h2.t__none--w-hov,
.t__swrapup--sec a:hover h2.theme__none--with-hover,
.t__swrapup--sec a:hover h3.t__none--w-hov,
.t__swrapup--sec a:hover h3.theme__none--with-hover,
.t__swrapup--sec a:hover h4.t__none--w-hov,
.t__swrapup--sec a:hover h4.theme__none--with-hover {
  color: #1D43FF;
}

.theme__swrapup--pastel h1, .theme__swrapup--pastel h2, .theme__swrapup--pastel h3, .theme__swrapup--pastel h4, .theme__swrapup--pastel h5, .theme__swrapup--pastel h6,
.t__swrapup--pas h1,
.t__swrapup--pas h2,
.t__swrapup--pas h3,
.t__swrapup--pas h4,
.t__swrapup--pas h5,
.t__swrapup--pas h6 {
  color: rgba(0, 180, 228, 0.1019607843);
}
.theme__swrapup--pastel a,
.t__swrapup--pas a {
  color: #4a4a4a;
  border-color: rgba(0, 180, 228, 0.1019607843);
  text-decoration: none;
}
.theme__swrapup--pastel a:hover,
.t__swrapup--pas a:hover {
  color: rgba(0, 180, 228, 0.1019607843);
}
.theme__swrapup--pastel a:hover h1, .theme__swrapup--pastel a:hover h2, .theme__swrapup--pastel a:hover h3, .theme__swrapup--pastel a:hover h4, .theme__swrapup--pastel a:hover h5, .theme__swrapup--pastel a:hover h6,
.t__swrapup--pas a:hover h1,
.t__swrapup--pas a:hover h2,
.t__swrapup--pas a:hover h3,
.t__swrapup--pas a:hover h4,
.t__swrapup--pas a:hover h5,
.t__swrapup--pas a:hover h6 {
  color: rgba(0, 180, 228, 0.1019607843);
}
.theme__swrapup--pastel a div,
.t__swrapup--pas a div {
  border-color: rgba(0, 180, 228, 0.1019607843) !important;
}
.theme__swrapup--pastel input,
.t__swrapup--pas input {
  border-color: rgba(0, 180, 228, 0.1019607843);
}
.theme__swrapup--pastel p,
.t__swrapup--pas p {
  color: #4a4a4a;
}
.theme__swrapup--pastel .button,
.theme__swrapup--pastel .btn,
.theme__swrapup--pastel .btn__pill, .theme__swrapup--pastel.button, .theme__swrapup--pastel.btn, .theme__swrapup--pastel.btn__pill,
.t__swrapup--pas .button,
.t__swrapup--pas .btn,
.t__swrapup--pas .btn__pill,
.t__swrapup--pas.button,
.t__swrapup--pas.btn,
.t__swrapup--pas.btn__pill {
  border-color: rgba(0, 180, 228, 0.1019607843);
}
@media (hover: hover) {
  .theme__swrapup--pastel .button:hover,
  .theme__swrapup--pastel .btn:hover,
  .theme__swrapup--pastel .btn__pill:hover, .theme__swrapup--pastel.button:hover, .theme__swrapup--pastel.btn:hover, .theme__swrapup--pastel.btn__pill:hover,
  .t__swrapup--pas .button:hover,
  .t__swrapup--pas .btn:hover,
  .t__swrapup--pas .btn__pill:hover,
  .t__swrapup--pas.button:hover,
  .t__swrapup--pas.btn:hover,
  .t__swrapup--pas.btn__pill:hover {
    color: #ffffff;
    background: rgba(0, 180, 228, 0.1019607843);
  }
  .theme__swrapup--pastel .button:hover i,
  .theme__swrapup--pastel .btn:hover i,
  .theme__swrapup--pastel .btn__pill:hover i, .theme__swrapup--pastel.button:hover i, .theme__swrapup--pastel.btn:hover i, .theme__swrapup--pastel.btn__pill:hover i,
  .t__swrapup--pas .button:hover i,
  .t__swrapup--pas .btn:hover i,
  .t__swrapup--pas .btn__pill:hover i,
  .t__swrapup--pas.button:hover i,
  .t__swrapup--pas.btn:hover i,
  .t__swrapup--pas.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__swrapup--pastel .button__invert,
.theme__swrapup--pastel .btn__invert,
.theme__swrapup--pastel .btn__pill__invert, .theme__swrapup--pastel.button__invert, .theme__swrapup--pastel.btn__invert, .theme__swrapup--pastel.btn__pill__invert,
.t__swrapup--pas .button__invert,
.t__swrapup--pas .btn__invert,
.t__swrapup--pas .btn__pill__invert,
.t__swrapup--pas.button__invert,
.t__swrapup--pas.btn__invert,
.t__swrapup--pas.btn__pill__invert {
  background-color: rgba(0, 180, 228, 0.1019607843);
  color: #ffffff;
}
.theme__swrapup--pastel .button__invert h4,
.theme__swrapup--pastel .btn__invert h4,
.theme__swrapup--pastel .btn__pill__invert h4, .theme__swrapup--pastel.button__invert h4, .theme__swrapup--pastel.btn__invert h4, .theme__swrapup--pastel.btn__pill__invert h4,
.t__swrapup--pas .button__invert h4,
.t__swrapup--pas .btn__invert h4,
.t__swrapup--pas .btn__pill__invert h4,
.t__swrapup--pas.button__invert h4,
.t__swrapup--pas.btn__invert h4,
.t__swrapup--pas.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__swrapup--pastel .button__invert:hover,
.theme__swrapup--pastel .btn__invert:hover,
.theme__swrapup--pastel .btn__pill__invert:hover, .theme__swrapup--pastel.button__invert:hover, .theme__swrapup--pastel.btn__invert:hover, .theme__swrapup--pastel.btn__pill__invert:hover,
.t__swrapup--pas .button__invert:hover,
.t__swrapup--pas .btn__invert:hover,
.t__swrapup--pas .btn__pill__invert:hover,
.t__swrapup--pas.button__invert:hover,
.t__swrapup--pas.btn__invert:hover,
.t__swrapup--pas.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__swrapup--pastel .button__invert:hover h4,
.theme__swrapup--pastel .btn__invert:hover h4,
.theme__swrapup--pastel .btn__pill__invert:hover h4, .theme__swrapup--pastel.button__invert:hover h4, .theme__swrapup--pastel.btn__invert:hover h4, .theme__swrapup--pastel.btn__pill__invert:hover h4,
.t__swrapup--pas .button__invert:hover h4,
.t__swrapup--pas .btn__invert:hover h4,
.t__swrapup--pas .btn__pill__invert:hover h4,
.t__swrapup--pas.button__invert:hover h4,
.t__swrapup--pas.btn__invert:hover h4,
.t__swrapup--pas.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__swrapup--pastel .button__invert--hover:hover,
.theme__swrapup--pastel .btn__invert--hover:hover,
.theme__swrapup--pastel .btn__pill__invert--hover:hover, .theme__swrapup--pastel.button__invert--hover:hover, .theme__swrapup--pastel.btn__invert--hover:hover, .theme__swrapup--pastel.btn__pill__invert--hover:hover,
.t__swrapup--pas .button__invert--hover:hover,
.t__swrapup--pas .btn__invert--hover:hover,
.t__swrapup--pas .btn__pill__invert--hover:hover,
.t__swrapup--pas.button__invert--hover:hover,
.t__swrapup--pas.btn__invert--hover:hover,
.t__swrapup--pas.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__swrapup--pastel .button__under,
.theme__swrapup--pastel .btn__under,
.theme__swrapup--pastel .btn__pill__under, .theme__swrapup--pastel.button__under, .theme__swrapup--pastel.btn__under, .theme__swrapup--pastel.btn__pill__under,
.t__swrapup--pas .button__under,
.t__swrapup--pas .btn__under,
.t__swrapup--pas .btn__pill__under,
.t__swrapup--pas.button__under,
.t__swrapup--pas.btn__under,
.t__swrapup--pas.btn__pill__under {
  border-color: rgba(0, 180, 228, 0.1019607843);
}
.theme__swrapup--pastel .btn__large,
.t__swrapup--pas .btn__large {
  background-color: rgba(0, 180, 228, 0.1019607843);
}
.theme__swrapup--pastel .input__search,
.t__swrapup--pas .input__search {
  border-color: rgba(0, 180, 228, 0.1019607843);
}
.theme__swrapup--pastel .input__search i,
.t__swrapup--pas .input__search i {
  color: #4a4a4a;
}
.theme__swrapup--pastel .input__search:hover i,
.t__swrapup--pas .input__search:hover i {
  color: rgba(0, 180, 228, 0.1019607843);
}
.theme__swrapup--pastel .component__foreground,
.t__swrapup--pas .component__foreground {
  color: #4a4a4a;
}
.theme__swrapup--pastel.card,
.theme__swrapup--pastel .card, .theme__swrapup--pastel.card__with-image,
.theme__swrapup--pastel .card__with-image,
.t__swrapup--pas.card,
.t__swrapup--pas .card,
.t__swrapup--pas.card__with-image,
.t__swrapup--pas .card__with-image {
  border-color: rgba(0, 180, 228, 0.1019607843);
}
.theme__swrapup--pastel.card__highlight,
.theme__swrapup--pastel .card__highlight,
.theme__swrapup--pastel .card__highlight--image,
.theme__swrapup--pastel .card__highlight--final,
.t__swrapup--pas.card__highlight,
.t__swrapup--pas .card__highlight,
.t__swrapup--pas .card__highlight--image,
.t__swrapup--pas .card__highlight--final {
  background-color: rgba(0, 180, 228, 0.1019607843);
  border-color: rgba(0, 180, 228, 0.1019607843);
}
.theme__swrapup--pastel.card__highlight--title,
.theme__swrapup--pastel .card__highlight--title,
.theme__swrapup--pastel .card__highlight--image,
.theme__swrapup--pastel .card__highlight--final,
.t__swrapup--pas.card__highlight--title,
.t__swrapup--pas .card__highlight--title,
.t__swrapup--pas .card__highlight--image,
.t__swrapup--pas .card__highlight--final {
  color: #4a4a4a;
}
.theme__swrapup--pastel .image-slider__selector--dot,
.t__swrapup--pas .image-slider__selector--dot {
  background-color: rgba(0, 180, 228, 0.1019607843);
}
.theme__swrapup--pastel .call-to-action__text h3,
.t__swrapup--pas .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__swrapup--pastel .officer__block--title h5, .theme__swrapup--pastel .officer__block--title h6,
.t__swrapup--pas .officer__block--title h5,
.t__swrapup--pas .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__swrapup--pastel .block__statement--link,
.t__swrapup--pas .block__statement--link {
  color: #4a4a4a;
}
.theme__swrapup--pastel .card__cutoff,
.t__swrapup--pas .card__cutoff {
  background: linear-gradient(rgba(0, 180, 228, 0.1019607843), rgba(0, 180, 228, 0.1019607843)), linear-gradient(white, white);
}
.theme__swrapup--pastel .card__cutoff p,
.t__swrapup--pas .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__swrapup--pastel .card__cutoff:hover,
  .t__swrapup--pas .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__swrapup--pastel .card__cutoff:hover p,
  .t__swrapup--pas .card__cutoff:hover p {
    color: rgba(0, 180, 228, 0.1019607843);
  }
  .theme__swrapup--pastel .card__cutoff:hover .card__cutoff--link,
  .t__swrapup--pas .card__cutoff:hover .card__cutoff--link {
    color: rgba(0, 180, 228, 0.1019607843);
  }
  .theme__swrapup--pastel .card__cutoff:hover .card__cutoff--text,
  .t__swrapup--pas .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__swrapup--pastel .card__cutoff:hover .card__cutoff--text p,
  .t__swrapup--pas .card__cutoff:hover .card__cutoff--text p {
    color: rgba(0, 180, 228, 0.1019607843);
  }
  .theme__swrapup--pastel .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__swrapup--pas .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: rgba(0, 180, 228, 0.1019607843);
  }
}
.theme__swrapup--pastel .card__cutoff--link,
.t__swrapup--pas .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__swrapup--pastel .card__cutoff--link:hover,
  .t__swrapup--pas .card__cutoff--link:hover {
    color: rgba(0, 180, 228, 0.1019607843);
  }
  .theme__swrapup--pastel .card__cutoff--link:hover--link,
  .t__swrapup--pas .card__cutoff--link:hover--link {
    color: rgba(0, 180, 228, 0.1019607843);
  }
}
.theme__swrapup--pastel .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__swrapup--pas .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: rgba(0, 180, 228, 0.1019607843);
}
.theme__swrapup--pastel .dropdown__toggle--title,
.t__swrapup--pas .dropdown__toggle--title {
  color: rgba(0, 180, 228, 0.1019607843);
}
.theme__swrapup--pastel .dropdown__toggle--icon i,
.t__swrapup--pas .dropdown__toggle--icon i {
  color: rgba(0, 180, 228, 0.1019607843);
}
.theme__swrapup--pastel .large_timer__countdown--item_large,
.t__swrapup--pas .large_timer__countdown--item_large {
  background-color: rgba(0, 180, 228, 0.1019607843);
}
.theme__swrapup--pastel .large_timer__countdown--item_medium,
.t__swrapup--pas .large_timer__countdown--item_medium {
  background-color: rgba(0, 180, 228, 0.1019607843);
}
.theme__swrapup--pastel .large_timer__countdown--item_small,
.t__swrapup--pas .large_timer__countdown--item_small {
  background-color: rgba(0, 180, 228, 0.1019607843);
}
.theme__swrapup--pastel .modalcontent,
.t__swrapup--pas .modalcontent {
  border-color: rgba(0, 180, 228, 0.1019607843);
}
.theme__swrapup--pastel .transparent__header,
.t__swrapup--pas .transparent__header {
  background: rgba(0, 180, 228, 0.1019607843);
}
.theme__swrapup--pastel .breadcrumb__slashes,
.t__swrapup--pas .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__swrapup--pastel .the-list,
.t__swrapup--pas .the-list {
  background-color: rgba(0, 180, 228, 0.1019607843);
}
.theme__swrapup--pastel .the-list option,
.t__swrapup--pas .the-list option {
  border-color: rgba(0, 180, 228, 0.1019607843) !important;
}
.theme__swrapup--pastel .es-list::-webkit-scrollbar-thumb,
.t__swrapup--pas .es-list::-webkit-scrollbar-thumb {
  background: rgba(0, 180, 228, 0.1019607843);
}
.theme__swrapup--pastel .es-visible,
.t__swrapup--pas .es-visible {
  border-color: rgba(0, 180, 228, 0.1019607843) !important;
}
.theme__swrapup--pastel .ot-open,
.theme__swrapup--pastel .ot-closed,
.t__swrapup--pas .ot-open,
.t__swrapup--pas .ot-closed {
  color: rgba(0, 180, 228, 0.1019607843);
}
.theme__swrapup--pastel .colour__foreground,
.t__swrapup--pas .colour__foreground {
  color: rgba(0, 180, 228, 0.1019607843);
}
.theme__swrapup--pastel h1.t__none,
.theme__swrapup--pastel h1.theme__none,
.theme__swrapup--pastel h2.t__none,
.theme__swrapup--pastel h2.theme__none,
.theme__swrapup--pastel h3.t__none,
.theme__swrapup--pastel h3.theme__none,
.theme__swrapup--pastel h4.t__none,
.theme__swrapup--pastel h4.theme__none,
.theme__swrapup--pastel h1.t__none--w-hov,
.theme__swrapup--pastel h1.theme__none--with-hover,
.theme__swrapup--pastel h2.t__none--w-hov,
.theme__swrapup--pastel h2.theme__none--with-hover,
.theme__swrapup--pastel h3.t__none--w-hov,
.theme__swrapup--pastel h3.theme__none--with-hover,
.theme__swrapup--pastel h4.t__none--w-hov,
.theme__swrapup--pastel h4.theme__none--with-hover,
.t__swrapup--pas h1.t__none,
.t__swrapup--pas h1.theme__none,
.t__swrapup--pas h2.t__none,
.t__swrapup--pas h2.theme__none,
.t__swrapup--pas h3.t__none,
.t__swrapup--pas h3.theme__none,
.t__swrapup--pas h4.t__none,
.t__swrapup--pas h4.theme__none,
.t__swrapup--pas h1.t__none--w-hov,
.t__swrapup--pas h1.theme__none--with-hover,
.t__swrapup--pas h2.t__none--w-hov,
.t__swrapup--pas h2.theme__none--with-hover,
.t__swrapup--pas h3.t__none--w-hov,
.t__swrapup--pas h3.theme__none--with-hover,
.t__swrapup--pas h4.t__none--w-hov,
.t__swrapup--pas h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__swrapup--pastel span.t__none,
.theme__swrapup--pastel span.theme__none,
.t__swrapup--pas span.t__none,
.t__swrapup--pas span.theme__none {
  color: #4a4a4a;
}
.theme__swrapup--pastel i.t__none,
.theme__swrapup--pastel i.theme__none,
.t__swrapup--pas i.t__none,
.t__swrapup--pas i.theme__none {
  color: #4a4a4a;
}
.theme__swrapup--pastel a.border__none,
.theme__swrapup--pastel a.b__none,
.t__swrapup--pas a.border__none,
.t__swrapup--pas a.b__none {
  border: 0;
}
.theme__swrapup--pastel a:hover h1.t__none,
.theme__swrapup--pastel a:hover h1.theme__none,
.theme__swrapup--pastel a:hover h2.t__none,
.theme__swrapup--pastel a:hover h2.theme__none,
.theme__swrapup--pastel a:hover h3.t__none,
.theme__swrapup--pastel a:hover h3.theme__none,
.theme__swrapup--pastel a:hover h4.t__none,
.theme__swrapup--pastel a:hover h4.theme__none,
.t__swrapup--pas a:hover h1.t__none,
.t__swrapup--pas a:hover h1.theme__none,
.t__swrapup--pas a:hover h2.t__none,
.t__swrapup--pas a:hover h2.theme__none,
.t__swrapup--pas a:hover h3.t__none,
.t__swrapup--pas a:hover h3.theme__none,
.t__swrapup--pas a:hover h4.t__none,
.t__swrapup--pas a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__swrapup--pastel a:hover h1.t__none--w-hov,
.theme__swrapup--pastel a:hover h1.theme__none--with-hover,
.theme__swrapup--pastel a:hover h2.t__none--w-hov,
.theme__swrapup--pastel a:hover h2.theme__none--with-hover,
.theme__swrapup--pastel a:hover h3.t__none--w-hov,
.theme__swrapup--pastel a:hover h3.theme__none--with-hover,
.theme__swrapup--pastel a:hover h4.t__none--w-hov,
.theme__swrapup--pastel a:hover h4.theme__none--with-hover,
.t__swrapup--pas a:hover h1.t__none--w-hov,
.t__swrapup--pas a:hover h1.theme__none--with-hover,
.t__swrapup--pas a:hover h2.t__none--w-hov,
.t__swrapup--pas a:hover h2.theme__none--with-hover,
.t__swrapup--pas a:hover h3.t__none--w-hov,
.t__swrapup--pas a:hover h3.theme__none--with-hover,
.t__swrapup--pas a:hover h4.t__none--w-hov,
.t__swrapup--pas a:hover h4.theme__none--with-hover {
  color: rgba(0, 180, 228, 0.1019607843);
}

.theme__swrapup--background-primary,
.t__swrapup--bg-pri {
  background-color: #1D43FF;
}

.theme__swrapup--background-secondary,
.t__swrapup--bg-sec {
  background-color: #1D43FF;
}

.theme__swrapup--background-pastel,
.t__swrapup--bg-pas {
  background-color: rgba(0, 180, 228, 0.1019607843);
}

.theme__adv-spons-primary h1, .theme__adv-spons-primary h2, .theme__adv-spons-primary h3, .theme__adv-spons-primary h4, .theme__adv-spons-primary h5, .theme__adv-spons-primary h6,
.t__adv-spons--pri h1,
.t__adv-spons--pri h2,
.t__adv-spons--pri h3,
.t__adv-spons--pri h4,
.t__adv-spons--pri h5,
.t__adv-spons--pri h6 {
  color: #0072BC;
}
.theme__adv-spons-primary a,
.t__adv-spons--pri a {
  color: #4a4a4a;
  border-color: #0072BC;
  text-decoration: none;
}
.theme__adv-spons-primary a:hover,
.t__adv-spons--pri a:hover {
  color: #0072BC;
}
.theme__adv-spons-primary a:hover h1, .theme__adv-spons-primary a:hover h2, .theme__adv-spons-primary a:hover h3, .theme__adv-spons-primary a:hover h4, .theme__adv-spons-primary a:hover h5, .theme__adv-spons-primary a:hover h6,
.t__adv-spons--pri a:hover h1,
.t__adv-spons--pri a:hover h2,
.t__adv-spons--pri a:hover h3,
.t__adv-spons--pri a:hover h4,
.t__adv-spons--pri a:hover h5,
.t__adv-spons--pri a:hover h6 {
  color: #0072BC;
}
.theme__adv-spons-primary a div,
.t__adv-spons--pri a div {
  border-color: #0072BC !important;
}
.theme__adv-spons-primary input,
.t__adv-spons--pri input {
  border-color: #0072BC;
}
.theme__adv-spons-primary p,
.t__adv-spons--pri p {
  color: #4a4a4a;
}
.theme__adv-spons-primary .button,
.theme__adv-spons-primary .btn,
.theme__adv-spons-primary .btn__pill, .theme__adv-spons-primary.button, .theme__adv-spons-primary.btn, .theme__adv-spons-primary.btn__pill,
.t__adv-spons--pri .button,
.t__adv-spons--pri .btn,
.t__adv-spons--pri .btn__pill,
.t__adv-spons--pri.button,
.t__adv-spons--pri.btn,
.t__adv-spons--pri.btn__pill {
  border-color: #0072BC;
}
@media (hover: hover) {
  .theme__adv-spons-primary .button:hover,
  .theme__adv-spons-primary .btn:hover,
  .theme__adv-spons-primary .btn__pill:hover, .theme__adv-spons-primary.button:hover, .theme__adv-spons-primary.btn:hover, .theme__adv-spons-primary.btn__pill:hover,
  .t__adv-spons--pri .button:hover,
  .t__adv-spons--pri .btn:hover,
  .t__adv-spons--pri .btn__pill:hover,
  .t__adv-spons--pri.button:hover,
  .t__adv-spons--pri.btn:hover,
  .t__adv-spons--pri.btn__pill:hover {
    color: #ffffff;
    background: #0072BC;
  }
  .theme__adv-spons-primary .button:hover i,
  .theme__adv-spons-primary .btn:hover i,
  .theme__adv-spons-primary .btn__pill:hover i, .theme__adv-spons-primary.button:hover i, .theme__adv-spons-primary.btn:hover i, .theme__adv-spons-primary.btn__pill:hover i,
  .t__adv-spons--pri .button:hover i,
  .t__adv-spons--pri .btn:hover i,
  .t__adv-spons--pri .btn__pill:hover i,
  .t__adv-spons--pri.button:hover i,
  .t__adv-spons--pri.btn:hover i,
  .t__adv-spons--pri.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__adv-spons-primary .button__invert,
.theme__adv-spons-primary .btn__invert,
.theme__adv-spons-primary .btn__pill__invert, .theme__adv-spons-primary.button__invert, .theme__adv-spons-primary.btn__invert, .theme__adv-spons-primary.btn__pill__invert,
.t__adv-spons--pri .button__invert,
.t__adv-spons--pri .btn__invert,
.t__adv-spons--pri .btn__pill__invert,
.t__adv-spons--pri.button__invert,
.t__adv-spons--pri.btn__invert,
.t__adv-spons--pri.btn__pill__invert {
  background-color: #0072BC;
  color: #ffffff;
}
.theme__adv-spons-primary .button__invert h4,
.theme__adv-spons-primary .btn__invert h4,
.theme__adv-spons-primary .btn__pill__invert h4, .theme__adv-spons-primary.button__invert h4, .theme__adv-spons-primary.btn__invert h4, .theme__adv-spons-primary.btn__pill__invert h4,
.t__adv-spons--pri .button__invert h4,
.t__adv-spons--pri .btn__invert h4,
.t__adv-spons--pri .btn__pill__invert h4,
.t__adv-spons--pri.button__invert h4,
.t__adv-spons--pri.btn__invert h4,
.t__adv-spons--pri.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__adv-spons-primary .button__invert:hover,
.theme__adv-spons-primary .btn__invert:hover,
.theme__adv-spons-primary .btn__pill__invert:hover, .theme__adv-spons-primary.button__invert:hover, .theme__adv-spons-primary.btn__invert:hover, .theme__adv-spons-primary.btn__pill__invert:hover,
.t__adv-spons--pri .button__invert:hover,
.t__adv-spons--pri .btn__invert:hover,
.t__adv-spons--pri .btn__pill__invert:hover,
.t__adv-spons--pri.button__invert:hover,
.t__adv-spons--pri.btn__invert:hover,
.t__adv-spons--pri.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__adv-spons-primary .button__invert:hover h4,
.theme__adv-spons-primary .btn__invert:hover h4,
.theme__adv-spons-primary .btn__pill__invert:hover h4, .theme__adv-spons-primary.button__invert:hover h4, .theme__adv-spons-primary.btn__invert:hover h4, .theme__adv-spons-primary.btn__pill__invert:hover h4,
.t__adv-spons--pri .button__invert:hover h4,
.t__adv-spons--pri .btn__invert:hover h4,
.t__adv-spons--pri .btn__pill__invert:hover h4,
.t__adv-spons--pri.button__invert:hover h4,
.t__adv-spons--pri.btn__invert:hover h4,
.t__adv-spons--pri.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__adv-spons-primary .button__invert--hover:hover,
.theme__adv-spons-primary .btn__invert--hover:hover,
.theme__adv-spons-primary .btn__pill__invert--hover:hover, .theme__adv-spons-primary.button__invert--hover:hover, .theme__adv-spons-primary.btn__invert--hover:hover, .theme__adv-spons-primary.btn__pill__invert--hover:hover,
.t__adv-spons--pri .button__invert--hover:hover,
.t__adv-spons--pri .btn__invert--hover:hover,
.t__adv-spons--pri .btn__pill__invert--hover:hover,
.t__adv-spons--pri.button__invert--hover:hover,
.t__adv-spons--pri.btn__invert--hover:hover,
.t__adv-spons--pri.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__adv-spons-primary .button__under,
.theme__adv-spons-primary .btn__under,
.theme__adv-spons-primary .btn__pill__under, .theme__adv-spons-primary.button__under, .theme__adv-spons-primary.btn__under, .theme__adv-spons-primary.btn__pill__under,
.t__adv-spons--pri .button__under,
.t__adv-spons--pri .btn__under,
.t__adv-spons--pri .btn__pill__under,
.t__adv-spons--pri.button__under,
.t__adv-spons--pri.btn__under,
.t__adv-spons--pri.btn__pill__under {
  border-color: #0072BC;
}
.theme__adv-spons-primary .btn__large,
.t__adv-spons--pri .btn__large {
  background-color: #0072BC;
}
.theme__adv-spons-primary .input__search,
.t__adv-spons--pri .input__search {
  border-color: #0072BC;
}
.theme__adv-spons-primary .input__search i,
.t__adv-spons--pri .input__search i {
  color: #4a4a4a;
}
.theme__adv-spons-primary .input__search:hover i,
.t__adv-spons--pri .input__search:hover i {
  color: #0072BC;
}
.theme__adv-spons-primary .component__foreground,
.t__adv-spons--pri .component__foreground {
  color: #4a4a4a;
}
.theme__adv-spons-primary.card,
.theme__adv-spons-primary .card, .theme__adv-spons-primary.card__with-image,
.theme__adv-spons-primary .card__with-image,
.t__adv-spons--pri.card,
.t__adv-spons--pri .card,
.t__adv-spons--pri.card__with-image,
.t__adv-spons--pri .card__with-image {
  border-color: #0072BC;
}
.theme__adv-spons-primary.card__highlight,
.theme__adv-spons-primary .card__highlight,
.theme__adv-spons-primary .card__highlight--image,
.theme__adv-spons-primary .card__highlight--final,
.t__adv-spons--pri.card__highlight,
.t__adv-spons--pri .card__highlight,
.t__adv-spons--pri .card__highlight--image,
.t__adv-spons--pri .card__highlight--final {
  background-color: #0072BC;
  border-color: #0072BC;
}
.theme__adv-spons-primary.card__highlight--title,
.theme__adv-spons-primary .card__highlight--title,
.theme__adv-spons-primary .card__highlight--image,
.theme__adv-spons-primary .card__highlight--final,
.t__adv-spons--pri.card__highlight--title,
.t__adv-spons--pri .card__highlight--title,
.t__adv-spons--pri .card__highlight--image,
.t__adv-spons--pri .card__highlight--final {
  color: #4a4a4a;
}
.theme__adv-spons-primary .image-slider__selector--dot,
.t__adv-spons--pri .image-slider__selector--dot {
  background-color: #0072BC;
}
.theme__adv-spons-primary .call-to-action__text h3,
.t__adv-spons--pri .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__adv-spons-primary .officer__block--title h5, .theme__adv-spons-primary .officer__block--title h6,
.t__adv-spons--pri .officer__block--title h5,
.t__adv-spons--pri .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__adv-spons-primary .block__statement--link,
.t__adv-spons--pri .block__statement--link {
  color: #4a4a4a;
}
.theme__adv-spons-primary .card__cutoff,
.t__adv-spons--pri .card__cutoff {
  background: linear-gradient(#0072BC, #0072BC), linear-gradient(white, white);
}
.theme__adv-spons-primary .card__cutoff p,
.t__adv-spons--pri .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__adv-spons-primary .card__cutoff:hover,
  .t__adv-spons--pri .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__adv-spons-primary .card__cutoff:hover p,
  .t__adv-spons--pri .card__cutoff:hover p {
    color: #0072BC;
  }
  .theme__adv-spons-primary .card__cutoff:hover .card__cutoff--link,
  .t__adv-spons--pri .card__cutoff:hover .card__cutoff--link {
    color: #0072BC;
  }
  .theme__adv-spons-primary .card__cutoff:hover .card__cutoff--text,
  .t__adv-spons--pri .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__adv-spons-primary .card__cutoff:hover .card__cutoff--text p,
  .t__adv-spons--pri .card__cutoff:hover .card__cutoff--text p {
    color: #0072BC;
  }
  .theme__adv-spons-primary .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__adv-spons--pri .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: #0072BC;
  }
}
.theme__adv-spons-primary .card__cutoff--link,
.t__adv-spons--pri .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__adv-spons-primary .card__cutoff--link:hover,
  .t__adv-spons--pri .card__cutoff--link:hover {
    color: #0072BC;
  }
  .theme__adv-spons-primary .card__cutoff--link:hover--link,
  .t__adv-spons--pri .card__cutoff--link:hover--link {
    color: #0072BC;
  }
}
.theme__adv-spons-primary .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__adv-spons--pri .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: #0072BC;
}
.theme__adv-spons-primary .dropdown__toggle--title,
.t__adv-spons--pri .dropdown__toggle--title {
  color: #0072BC;
}
.theme__adv-spons-primary .dropdown__toggle--icon i,
.t__adv-spons--pri .dropdown__toggle--icon i {
  color: #0072BC;
}
.theme__adv-spons-primary .large_timer__countdown--item_large,
.t__adv-spons--pri .large_timer__countdown--item_large {
  background-color: #0072BC;
}
.theme__adv-spons-primary .large_timer__countdown--item_medium,
.t__adv-spons--pri .large_timer__countdown--item_medium {
  background-color: #0072BC;
}
.theme__adv-spons-primary .large_timer__countdown--item_small,
.t__adv-spons--pri .large_timer__countdown--item_small {
  background-color: #0072BC;
}
.theme__adv-spons-primary .modalcontent,
.t__adv-spons--pri .modalcontent {
  border-color: #0072BC;
}
.theme__adv-spons-primary .transparent__header,
.t__adv-spons--pri .transparent__header {
  background: #0072BC;
}
.theme__adv-spons-primary .breadcrumb__slashes,
.t__adv-spons--pri .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__adv-spons-primary .the-list,
.t__adv-spons--pri .the-list {
  background-color: #0072BC;
}
.theme__adv-spons-primary .the-list option,
.t__adv-spons--pri .the-list option {
  border-color: #0072BC !important;
}
.theme__adv-spons-primary .es-list::-webkit-scrollbar-thumb,
.t__adv-spons--pri .es-list::-webkit-scrollbar-thumb {
  background: #0072BC;
}
.theme__adv-spons-primary .es-visible,
.t__adv-spons--pri .es-visible {
  border-color: #0072BC !important;
}
.theme__adv-spons-primary .ot-open,
.theme__adv-spons-primary .ot-closed,
.t__adv-spons--pri .ot-open,
.t__adv-spons--pri .ot-closed {
  color: #0072BC;
}
.theme__adv-spons-primary .colour__foreground,
.t__adv-spons--pri .colour__foreground {
  color: #0072BC;
}
.theme__adv-spons-primary h1.t__none,
.theme__adv-spons-primary h1.theme__none,
.theme__adv-spons-primary h2.t__none,
.theme__adv-spons-primary h2.theme__none,
.theme__adv-spons-primary h3.t__none,
.theme__adv-spons-primary h3.theme__none,
.theme__adv-spons-primary h4.t__none,
.theme__adv-spons-primary h4.theme__none,
.theme__adv-spons-primary h1.t__none--w-hov,
.theme__adv-spons-primary h1.theme__none--with-hover,
.theme__adv-spons-primary h2.t__none--w-hov,
.theme__adv-spons-primary h2.theme__none--with-hover,
.theme__adv-spons-primary h3.t__none--w-hov,
.theme__adv-spons-primary h3.theme__none--with-hover,
.theme__adv-spons-primary h4.t__none--w-hov,
.theme__adv-spons-primary h4.theme__none--with-hover,
.t__adv-spons--pri h1.t__none,
.t__adv-spons--pri h1.theme__none,
.t__adv-spons--pri h2.t__none,
.t__adv-spons--pri h2.theme__none,
.t__adv-spons--pri h3.t__none,
.t__adv-spons--pri h3.theme__none,
.t__adv-spons--pri h4.t__none,
.t__adv-spons--pri h4.theme__none,
.t__adv-spons--pri h1.t__none--w-hov,
.t__adv-spons--pri h1.theme__none--with-hover,
.t__adv-spons--pri h2.t__none--w-hov,
.t__adv-spons--pri h2.theme__none--with-hover,
.t__adv-spons--pri h3.t__none--w-hov,
.t__adv-spons--pri h3.theme__none--with-hover,
.t__adv-spons--pri h4.t__none--w-hov,
.t__adv-spons--pri h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__adv-spons-primary span.t__none,
.theme__adv-spons-primary span.theme__none,
.t__adv-spons--pri span.t__none,
.t__adv-spons--pri span.theme__none {
  color: #4a4a4a;
}
.theme__adv-spons-primary i.t__none,
.theme__adv-spons-primary i.theme__none,
.t__adv-spons--pri i.t__none,
.t__adv-spons--pri i.theme__none {
  color: #4a4a4a;
}
.theme__adv-spons-primary a.border__none,
.theme__adv-spons-primary a.b__none,
.t__adv-spons--pri a.border__none,
.t__adv-spons--pri a.b__none {
  border: 0;
}
.theme__adv-spons-primary a:hover h1.t__none,
.theme__adv-spons-primary a:hover h1.theme__none,
.theme__adv-spons-primary a:hover h2.t__none,
.theme__adv-spons-primary a:hover h2.theme__none,
.theme__adv-spons-primary a:hover h3.t__none,
.theme__adv-spons-primary a:hover h3.theme__none,
.theme__adv-spons-primary a:hover h4.t__none,
.theme__adv-spons-primary a:hover h4.theme__none,
.t__adv-spons--pri a:hover h1.t__none,
.t__adv-spons--pri a:hover h1.theme__none,
.t__adv-spons--pri a:hover h2.t__none,
.t__adv-spons--pri a:hover h2.theme__none,
.t__adv-spons--pri a:hover h3.t__none,
.t__adv-spons--pri a:hover h3.theme__none,
.t__adv-spons--pri a:hover h4.t__none,
.t__adv-spons--pri a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__adv-spons-primary a:hover h1.t__none--w-hov,
.theme__adv-spons-primary a:hover h1.theme__none--with-hover,
.theme__adv-spons-primary a:hover h2.t__none--w-hov,
.theme__adv-spons-primary a:hover h2.theme__none--with-hover,
.theme__adv-spons-primary a:hover h3.t__none--w-hov,
.theme__adv-spons-primary a:hover h3.theme__none--with-hover,
.theme__adv-spons-primary a:hover h4.t__none--w-hov,
.theme__adv-spons-primary a:hover h4.theme__none--with-hover,
.t__adv-spons--pri a:hover h1.t__none--w-hov,
.t__adv-spons--pri a:hover h1.theme__none--with-hover,
.t__adv-spons--pri a:hover h2.t__none--w-hov,
.t__adv-spons--pri a:hover h2.theme__none--with-hover,
.t__adv-spons--pri a:hover h3.t__none--w-hov,
.t__adv-spons--pri a:hover h3.theme__none--with-hover,
.t__adv-spons--pri a:hover h4.t__none--w-hov,
.t__adv-spons--pri a:hover h4.theme__none--with-hover {
  color: #0072BC;
}
.theme__adv-spons-primary .dotted__line--small, .theme__adv-spons-primary .dotted__line--medium, .theme__adv-spons-primary .dotted__line--large, .theme__adv-spons-primary .dotted__line--x-large, .theme__adv-spons-primary .dotted__line--huge,
.t__adv-spons--pri .dotted__line--small,
.t__adv-spons--pri .dotted__line--medium,
.t__adv-spons--pri .dotted__line--large,
.t__adv-spons--pri .dotted__line--x-large,
.t__adv-spons--pri .dotted__line--huge {
  border-image-source: url("https://assets-cdn.sums.su/SH/Dotted_Borders/dotted_adv-spons.png");
}

.theme__adv-spons--secondary h1, .theme__adv-spons--secondary h2, .theme__adv-spons--secondary h3, .theme__adv-spons--secondary h4, .theme__adv-spons--secondary h5, .theme__adv-spons--secondary h6,
.t__adv-spons--sec h1,
.t__adv-spons--sec h2,
.t__adv-spons--sec h3,
.t__adv-spons--sec h4,
.t__adv-spons--sec h5,
.t__adv-spons--sec h6 {
  color: #0072BC;
}
.theme__adv-spons--secondary a,
.t__adv-spons--sec a {
  color: #4a4a4a;
  border-color: #0072BC;
  text-decoration: none;
}
.theme__adv-spons--secondary a:hover,
.t__adv-spons--sec a:hover {
  color: #0072BC;
}
.theme__adv-spons--secondary a:hover h1, .theme__adv-spons--secondary a:hover h2, .theme__adv-spons--secondary a:hover h3, .theme__adv-spons--secondary a:hover h4, .theme__adv-spons--secondary a:hover h5, .theme__adv-spons--secondary a:hover h6,
.t__adv-spons--sec a:hover h1,
.t__adv-spons--sec a:hover h2,
.t__adv-spons--sec a:hover h3,
.t__adv-spons--sec a:hover h4,
.t__adv-spons--sec a:hover h5,
.t__adv-spons--sec a:hover h6 {
  color: #0072BC;
}
.theme__adv-spons--secondary a div,
.t__adv-spons--sec a div {
  border-color: #0072BC !important;
}
.theme__adv-spons--secondary input,
.t__adv-spons--sec input {
  border-color: #0072BC;
}
.theme__adv-spons--secondary p,
.t__adv-spons--sec p {
  color: #4a4a4a;
}
.theme__adv-spons--secondary .button,
.theme__adv-spons--secondary .btn,
.theme__adv-spons--secondary .btn__pill, .theme__adv-spons--secondary.button, .theme__adv-spons--secondary.btn, .theme__adv-spons--secondary.btn__pill,
.t__adv-spons--sec .button,
.t__adv-spons--sec .btn,
.t__adv-spons--sec .btn__pill,
.t__adv-spons--sec.button,
.t__adv-spons--sec.btn,
.t__adv-spons--sec.btn__pill {
  border-color: #0072BC;
}
@media (hover: hover) {
  .theme__adv-spons--secondary .button:hover,
  .theme__adv-spons--secondary .btn:hover,
  .theme__adv-spons--secondary .btn__pill:hover, .theme__adv-spons--secondary.button:hover, .theme__adv-spons--secondary.btn:hover, .theme__adv-spons--secondary.btn__pill:hover,
  .t__adv-spons--sec .button:hover,
  .t__adv-spons--sec .btn:hover,
  .t__adv-spons--sec .btn__pill:hover,
  .t__adv-spons--sec.button:hover,
  .t__adv-spons--sec.btn:hover,
  .t__adv-spons--sec.btn__pill:hover {
    color: #ffffff;
    background: #0072BC;
  }
  .theme__adv-spons--secondary .button:hover i,
  .theme__adv-spons--secondary .btn:hover i,
  .theme__adv-spons--secondary .btn__pill:hover i, .theme__adv-spons--secondary.button:hover i, .theme__adv-spons--secondary.btn:hover i, .theme__adv-spons--secondary.btn__pill:hover i,
  .t__adv-spons--sec .button:hover i,
  .t__adv-spons--sec .btn:hover i,
  .t__adv-spons--sec .btn__pill:hover i,
  .t__adv-spons--sec.button:hover i,
  .t__adv-spons--sec.btn:hover i,
  .t__adv-spons--sec.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__adv-spons--secondary .button__invert,
.theme__adv-spons--secondary .btn__invert,
.theme__adv-spons--secondary .btn__pill__invert, .theme__adv-spons--secondary.button__invert, .theme__adv-spons--secondary.btn__invert, .theme__adv-spons--secondary.btn__pill__invert,
.t__adv-spons--sec .button__invert,
.t__adv-spons--sec .btn__invert,
.t__adv-spons--sec .btn__pill__invert,
.t__adv-spons--sec.button__invert,
.t__adv-spons--sec.btn__invert,
.t__adv-spons--sec.btn__pill__invert {
  background-color: #0072BC;
  color: #ffffff;
}
.theme__adv-spons--secondary .button__invert h4,
.theme__adv-spons--secondary .btn__invert h4,
.theme__adv-spons--secondary .btn__pill__invert h4, .theme__adv-spons--secondary.button__invert h4, .theme__adv-spons--secondary.btn__invert h4, .theme__adv-spons--secondary.btn__pill__invert h4,
.t__adv-spons--sec .button__invert h4,
.t__adv-spons--sec .btn__invert h4,
.t__adv-spons--sec .btn__pill__invert h4,
.t__adv-spons--sec.button__invert h4,
.t__adv-spons--sec.btn__invert h4,
.t__adv-spons--sec.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__adv-spons--secondary .button__invert:hover,
.theme__adv-spons--secondary .btn__invert:hover,
.theme__adv-spons--secondary .btn__pill__invert:hover, .theme__adv-spons--secondary.button__invert:hover, .theme__adv-spons--secondary.btn__invert:hover, .theme__adv-spons--secondary.btn__pill__invert:hover,
.t__adv-spons--sec .button__invert:hover,
.t__adv-spons--sec .btn__invert:hover,
.t__adv-spons--sec .btn__pill__invert:hover,
.t__adv-spons--sec.button__invert:hover,
.t__adv-spons--sec.btn__invert:hover,
.t__adv-spons--sec.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__adv-spons--secondary .button__invert:hover h4,
.theme__adv-spons--secondary .btn__invert:hover h4,
.theme__adv-spons--secondary .btn__pill__invert:hover h4, .theme__adv-spons--secondary.button__invert:hover h4, .theme__adv-spons--secondary.btn__invert:hover h4, .theme__adv-spons--secondary.btn__pill__invert:hover h4,
.t__adv-spons--sec .button__invert:hover h4,
.t__adv-spons--sec .btn__invert:hover h4,
.t__adv-spons--sec .btn__pill__invert:hover h4,
.t__adv-spons--sec.button__invert:hover h4,
.t__adv-spons--sec.btn__invert:hover h4,
.t__adv-spons--sec.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__adv-spons--secondary .button__invert--hover:hover,
.theme__adv-spons--secondary .btn__invert--hover:hover,
.theme__adv-spons--secondary .btn__pill__invert--hover:hover, .theme__adv-spons--secondary.button__invert--hover:hover, .theme__adv-spons--secondary.btn__invert--hover:hover, .theme__adv-spons--secondary.btn__pill__invert--hover:hover,
.t__adv-spons--sec .button__invert--hover:hover,
.t__adv-spons--sec .btn__invert--hover:hover,
.t__adv-spons--sec .btn__pill__invert--hover:hover,
.t__adv-spons--sec.button__invert--hover:hover,
.t__adv-spons--sec.btn__invert--hover:hover,
.t__adv-spons--sec.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__adv-spons--secondary .button__under,
.theme__adv-spons--secondary .btn__under,
.theme__adv-spons--secondary .btn__pill__under, .theme__adv-spons--secondary.button__under, .theme__adv-spons--secondary.btn__under, .theme__adv-spons--secondary.btn__pill__under,
.t__adv-spons--sec .button__under,
.t__adv-spons--sec .btn__under,
.t__adv-spons--sec .btn__pill__under,
.t__adv-spons--sec.button__under,
.t__adv-spons--sec.btn__under,
.t__adv-spons--sec.btn__pill__under {
  border-color: #0072BC;
}
.theme__adv-spons--secondary .btn__large,
.t__adv-spons--sec .btn__large {
  background-color: #0072BC;
}
.theme__adv-spons--secondary .input__search,
.t__adv-spons--sec .input__search {
  border-color: #0072BC;
}
.theme__adv-spons--secondary .input__search i,
.t__adv-spons--sec .input__search i {
  color: #4a4a4a;
}
.theme__adv-spons--secondary .input__search:hover i,
.t__adv-spons--sec .input__search:hover i {
  color: #0072BC;
}
.theme__adv-spons--secondary .component__foreground,
.t__adv-spons--sec .component__foreground {
  color: #4a4a4a;
}
.theme__adv-spons--secondary.card,
.theme__adv-spons--secondary .card, .theme__adv-spons--secondary.card__with-image,
.theme__adv-spons--secondary .card__with-image,
.t__adv-spons--sec.card,
.t__adv-spons--sec .card,
.t__adv-spons--sec.card__with-image,
.t__adv-spons--sec .card__with-image {
  border-color: #0072BC;
}
.theme__adv-spons--secondary.card__highlight,
.theme__adv-spons--secondary .card__highlight,
.theme__adv-spons--secondary .card__highlight--image,
.theme__adv-spons--secondary .card__highlight--final,
.t__adv-spons--sec.card__highlight,
.t__adv-spons--sec .card__highlight,
.t__adv-spons--sec .card__highlight--image,
.t__adv-spons--sec .card__highlight--final {
  background-color: #0072BC;
  border-color: #0072BC;
}
.theme__adv-spons--secondary.card__highlight--title,
.theme__adv-spons--secondary .card__highlight--title,
.theme__adv-spons--secondary .card__highlight--image,
.theme__adv-spons--secondary .card__highlight--final,
.t__adv-spons--sec.card__highlight--title,
.t__adv-spons--sec .card__highlight--title,
.t__adv-spons--sec .card__highlight--image,
.t__adv-spons--sec .card__highlight--final {
  color: #4a4a4a;
}
.theme__adv-spons--secondary .image-slider__selector--dot,
.t__adv-spons--sec .image-slider__selector--dot {
  background-color: #0072BC;
}
.theme__adv-spons--secondary .call-to-action__text h3,
.t__adv-spons--sec .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__adv-spons--secondary .officer__block--title h5, .theme__adv-spons--secondary .officer__block--title h6,
.t__adv-spons--sec .officer__block--title h5,
.t__adv-spons--sec .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__adv-spons--secondary .block__statement--link,
.t__adv-spons--sec .block__statement--link {
  color: #4a4a4a;
}
.theme__adv-spons--secondary .card__cutoff,
.t__adv-spons--sec .card__cutoff {
  background: linear-gradient(#0072BC, #0072BC), linear-gradient(white, white);
}
.theme__adv-spons--secondary .card__cutoff p,
.t__adv-spons--sec .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__adv-spons--secondary .card__cutoff:hover,
  .t__adv-spons--sec .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__adv-spons--secondary .card__cutoff:hover p,
  .t__adv-spons--sec .card__cutoff:hover p {
    color: #0072BC;
  }
  .theme__adv-spons--secondary .card__cutoff:hover .card__cutoff--link,
  .t__adv-spons--sec .card__cutoff:hover .card__cutoff--link {
    color: #0072BC;
  }
  .theme__adv-spons--secondary .card__cutoff:hover .card__cutoff--text,
  .t__adv-spons--sec .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__adv-spons--secondary .card__cutoff:hover .card__cutoff--text p,
  .t__adv-spons--sec .card__cutoff:hover .card__cutoff--text p {
    color: #0072BC;
  }
  .theme__adv-spons--secondary .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__adv-spons--sec .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: #0072BC;
  }
}
.theme__adv-spons--secondary .card__cutoff--link,
.t__adv-spons--sec .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__adv-spons--secondary .card__cutoff--link:hover,
  .t__adv-spons--sec .card__cutoff--link:hover {
    color: #0072BC;
  }
  .theme__adv-spons--secondary .card__cutoff--link:hover--link,
  .t__adv-spons--sec .card__cutoff--link:hover--link {
    color: #0072BC;
  }
}
.theme__adv-spons--secondary .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__adv-spons--sec .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: #0072BC;
}
.theme__adv-spons--secondary .dropdown__toggle--title,
.t__adv-spons--sec .dropdown__toggle--title {
  color: #0072BC;
}
.theme__adv-spons--secondary .dropdown__toggle--icon i,
.t__adv-spons--sec .dropdown__toggle--icon i {
  color: #0072BC;
}
.theme__adv-spons--secondary .large_timer__countdown--item_large,
.t__adv-spons--sec .large_timer__countdown--item_large {
  background-color: #0072BC;
}
.theme__adv-spons--secondary .large_timer__countdown--item_medium,
.t__adv-spons--sec .large_timer__countdown--item_medium {
  background-color: #0072BC;
}
.theme__adv-spons--secondary .large_timer__countdown--item_small,
.t__adv-spons--sec .large_timer__countdown--item_small {
  background-color: #0072BC;
}
.theme__adv-spons--secondary .modalcontent,
.t__adv-spons--sec .modalcontent {
  border-color: #0072BC;
}
.theme__adv-spons--secondary .transparent__header,
.t__adv-spons--sec .transparent__header {
  background: #0072BC;
}
.theme__adv-spons--secondary .breadcrumb__slashes,
.t__adv-spons--sec .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__adv-spons--secondary .the-list,
.t__adv-spons--sec .the-list {
  background-color: #0072BC;
}
.theme__adv-spons--secondary .the-list option,
.t__adv-spons--sec .the-list option {
  border-color: #0072BC !important;
}
.theme__adv-spons--secondary .es-list::-webkit-scrollbar-thumb,
.t__adv-spons--sec .es-list::-webkit-scrollbar-thumb {
  background: #0072BC;
}
.theme__adv-spons--secondary .es-visible,
.t__adv-spons--sec .es-visible {
  border-color: #0072BC !important;
}
.theme__adv-spons--secondary .ot-open,
.theme__adv-spons--secondary .ot-closed,
.t__adv-spons--sec .ot-open,
.t__adv-spons--sec .ot-closed {
  color: #0072BC;
}
.theme__adv-spons--secondary .colour__foreground,
.t__adv-spons--sec .colour__foreground {
  color: #0072BC;
}
.theme__adv-spons--secondary h1.t__none,
.theme__adv-spons--secondary h1.theme__none,
.theme__adv-spons--secondary h2.t__none,
.theme__adv-spons--secondary h2.theme__none,
.theme__adv-spons--secondary h3.t__none,
.theme__adv-spons--secondary h3.theme__none,
.theme__adv-spons--secondary h4.t__none,
.theme__adv-spons--secondary h4.theme__none,
.theme__adv-spons--secondary h1.t__none--w-hov,
.theme__adv-spons--secondary h1.theme__none--with-hover,
.theme__adv-spons--secondary h2.t__none--w-hov,
.theme__adv-spons--secondary h2.theme__none--with-hover,
.theme__adv-spons--secondary h3.t__none--w-hov,
.theme__adv-spons--secondary h3.theme__none--with-hover,
.theme__adv-spons--secondary h4.t__none--w-hov,
.theme__adv-spons--secondary h4.theme__none--with-hover,
.t__adv-spons--sec h1.t__none,
.t__adv-spons--sec h1.theme__none,
.t__adv-spons--sec h2.t__none,
.t__adv-spons--sec h2.theme__none,
.t__adv-spons--sec h3.t__none,
.t__adv-spons--sec h3.theme__none,
.t__adv-spons--sec h4.t__none,
.t__adv-spons--sec h4.theme__none,
.t__adv-spons--sec h1.t__none--w-hov,
.t__adv-spons--sec h1.theme__none--with-hover,
.t__adv-spons--sec h2.t__none--w-hov,
.t__adv-spons--sec h2.theme__none--with-hover,
.t__adv-spons--sec h3.t__none--w-hov,
.t__adv-spons--sec h3.theme__none--with-hover,
.t__adv-spons--sec h4.t__none--w-hov,
.t__adv-spons--sec h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__adv-spons--secondary span.t__none,
.theme__adv-spons--secondary span.theme__none,
.t__adv-spons--sec span.t__none,
.t__adv-spons--sec span.theme__none {
  color: #4a4a4a;
}
.theme__adv-spons--secondary i.t__none,
.theme__adv-spons--secondary i.theme__none,
.t__adv-spons--sec i.t__none,
.t__adv-spons--sec i.theme__none {
  color: #4a4a4a;
}
.theme__adv-spons--secondary a.border__none,
.theme__adv-spons--secondary a.b__none,
.t__adv-spons--sec a.border__none,
.t__adv-spons--sec a.b__none {
  border: 0;
}
.theme__adv-spons--secondary a:hover h1.t__none,
.theme__adv-spons--secondary a:hover h1.theme__none,
.theme__adv-spons--secondary a:hover h2.t__none,
.theme__adv-spons--secondary a:hover h2.theme__none,
.theme__adv-spons--secondary a:hover h3.t__none,
.theme__adv-spons--secondary a:hover h3.theme__none,
.theme__adv-spons--secondary a:hover h4.t__none,
.theme__adv-spons--secondary a:hover h4.theme__none,
.t__adv-spons--sec a:hover h1.t__none,
.t__adv-spons--sec a:hover h1.theme__none,
.t__adv-spons--sec a:hover h2.t__none,
.t__adv-spons--sec a:hover h2.theme__none,
.t__adv-spons--sec a:hover h3.t__none,
.t__adv-spons--sec a:hover h3.theme__none,
.t__adv-spons--sec a:hover h4.t__none,
.t__adv-spons--sec a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__adv-spons--secondary a:hover h1.t__none--w-hov,
.theme__adv-spons--secondary a:hover h1.theme__none--with-hover,
.theme__adv-spons--secondary a:hover h2.t__none--w-hov,
.theme__adv-spons--secondary a:hover h2.theme__none--with-hover,
.theme__adv-spons--secondary a:hover h3.t__none--w-hov,
.theme__adv-spons--secondary a:hover h3.theme__none--with-hover,
.theme__adv-spons--secondary a:hover h4.t__none--w-hov,
.theme__adv-spons--secondary a:hover h4.theme__none--with-hover,
.t__adv-spons--sec a:hover h1.t__none--w-hov,
.t__adv-spons--sec a:hover h1.theme__none--with-hover,
.t__adv-spons--sec a:hover h2.t__none--w-hov,
.t__adv-spons--sec a:hover h2.theme__none--with-hover,
.t__adv-spons--sec a:hover h3.t__none--w-hov,
.t__adv-spons--sec a:hover h3.theme__none--with-hover,
.t__adv-spons--sec a:hover h4.t__none--w-hov,
.t__adv-spons--sec a:hover h4.theme__none--with-hover {
  color: #0072BC;
}

.theme__adv-spons--pastel h1, .theme__adv-spons--pastel h2, .theme__adv-spons--pastel h3, .theme__adv-spons--pastel h4, .theme__adv-spons--pastel h5, .theme__adv-spons--pastel h6,
.t__adv-spons--pas h1,
.t__adv-spons--pas h2,
.t__adv-spons--pas h3,
.t__adv-spons--pas h4,
.t__adv-spons--pas h5,
.t__adv-spons--pas h6 {
  color: rgba(10, 190, 240, 0.1019607843);
}
.theme__adv-spons--pastel a,
.t__adv-spons--pas a {
  color: #4a4a4a;
  border-color: rgba(10, 190, 240, 0.1019607843);
  text-decoration: none;
}
.theme__adv-spons--pastel a:hover,
.t__adv-spons--pas a:hover {
  color: rgba(10, 190, 240, 0.1019607843);
}
.theme__adv-spons--pastel a:hover h1, .theme__adv-spons--pastel a:hover h2, .theme__adv-spons--pastel a:hover h3, .theme__adv-spons--pastel a:hover h4, .theme__adv-spons--pastel a:hover h5, .theme__adv-spons--pastel a:hover h6,
.t__adv-spons--pas a:hover h1,
.t__adv-spons--pas a:hover h2,
.t__adv-spons--pas a:hover h3,
.t__adv-spons--pas a:hover h4,
.t__adv-spons--pas a:hover h5,
.t__adv-spons--pas a:hover h6 {
  color: rgba(10, 190, 240, 0.1019607843);
}
.theme__adv-spons--pastel a div,
.t__adv-spons--pas a div {
  border-color: rgba(10, 190, 240, 0.1019607843) !important;
}
.theme__adv-spons--pastel input,
.t__adv-spons--pas input {
  border-color: rgba(10, 190, 240, 0.1019607843);
}
.theme__adv-spons--pastel p,
.t__adv-spons--pas p {
  color: #4a4a4a;
}
.theme__adv-spons--pastel .button,
.theme__adv-spons--pastel .btn,
.theme__adv-spons--pastel .btn__pill, .theme__adv-spons--pastel.button, .theme__adv-spons--pastel.btn, .theme__adv-spons--pastel.btn__pill,
.t__adv-spons--pas .button,
.t__adv-spons--pas .btn,
.t__adv-spons--pas .btn__pill,
.t__adv-spons--pas.button,
.t__adv-spons--pas.btn,
.t__adv-spons--pas.btn__pill {
  border-color: rgba(10, 190, 240, 0.1019607843);
}
@media (hover: hover) {
  .theme__adv-spons--pastel .button:hover,
  .theme__adv-spons--pastel .btn:hover,
  .theme__adv-spons--pastel .btn__pill:hover, .theme__adv-spons--pastel.button:hover, .theme__adv-spons--pastel.btn:hover, .theme__adv-spons--pastel.btn__pill:hover,
  .t__adv-spons--pas .button:hover,
  .t__adv-spons--pas .btn:hover,
  .t__adv-spons--pas .btn__pill:hover,
  .t__adv-spons--pas.button:hover,
  .t__adv-spons--pas.btn:hover,
  .t__adv-spons--pas.btn__pill:hover {
    color: #ffffff;
    background: rgba(10, 190, 240, 0.1019607843);
  }
  .theme__adv-spons--pastel .button:hover i,
  .theme__adv-spons--pastel .btn:hover i,
  .theme__adv-spons--pastel .btn__pill:hover i, .theme__adv-spons--pastel.button:hover i, .theme__adv-spons--pastel.btn:hover i, .theme__adv-spons--pastel.btn__pill:hover i,
  .t__adv-spons--pas .button:hover i,
  .t__adv-spons--pas .btn:hover i,
  .t__adv-spons--pas .btn__pill:hover i,
  .t__adv-spons--pas.button:hover i,
  .t__adv-spons--pas.btn:hover i,
  .t__adv-spons--pas.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__adv-spons--pastel .button__invert,
.theme__adv-spons--pastel .btn__invert,
.theme__adv-spons--pastel .btn__pill__invert, .theme__adv-spons--pastel.button__invert, .theme__adv-spons--pastel.btn__invert, .theme__adv-spons--pastel.btn__pill__invert,
.t__adv-spons--pas .button__invert,
.t__adv-spons--pas .btn__invert,
.t__adv-spons--pas .btn__pill__invert,
.t__adv-spons--pas.button__invert,
.t__adv-spons--pas.btn__invert,
.t__adv-spons--pas.btn__pill__invert {
  background-color: rgba(10, 190, 240, 0.1019607843);
  color: #ffffff;
}
.theme__adv-spons--pastel .button__invert h4,
.theme__adv-spons--pastel .btn__invert h4,
.theme__adv-spons--pastel .btn__pill__invert h4, .theme__adv-spons--pastel.button__invert h4, .theme__adv-spons--pastel.btn__invert h4, .theme__adv-spons--pastel.btn__pill__invert h4,
.t__adv-spons--pas .button__invert h4,
.t__adv-spons--pas .btn__invert h4,
.t__adv-spons--pas .btn__pill__invert h4,
.t__adv-spons--pas.button__invert h4,
.t__adv-spons--pas.btn__invert h4,
.t__adv-spons--pas.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__adv-spons--pastel .button__invert:hover,
.theme__adv-spons--pastel .btn__invert:hover,
.theme__adv-spons--pastel .btn__pill__invert:hover, .theme__adv-spons--pastel.button__invert:hover, .theme__adv-spons--pastel.btn__invert:hover, .theme__adv-spons--pastel.btn__pill__invert:hover,
.t__adv-spons--pas .button__invert:hover,
.t__adv-spons--pas .btn__invert:hover,
.t__adv-spons--pas .btn__pill__invert:hover,
.t__adv-spons--pas.button__invert:hover,
.t__adv-spons--pas.btn__invert:hover,
.t__adv-spons--pas.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__adv-spons--pastel .button__invert:hover h4,
.theme__adv-spons--pastel .btn__invert:hover h4,
.theme__adv-spons--pastel .btn__pill__invert:hover h4, .theme__adv-spons--pastel.button__invert:hover h4, .theme__adv-spons--pastel.btn__invert:hover h4, .theme__adv-spons--pastel.btn__pill__invert:hover h4,
.t__adv-spons--pas .button__invert:hover h4,
.t__adv-spons--pas .btn__invert:hover h4,
.t__adv-spons--pas .btn__pill__invert:hover h4,
.t__adv-spons--pas.button__invert:hover h4,
.t__adv-spons--pas.btn__invert:hover h4,
.t__adv-spons--pas.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__adv-spons--pastel .button__invert--hover:hover,
.theme__adv-spons--pastel .btn__invert--hover:hover,
.theme__adv-spons--pastel .btn__pill__invert--hover:hover, .theme__adv-spons--pastel.button__invert--hover:hover, .theme__adv-spons--pastel.btn__invert--hover:hover, .theme__adv-spons--pastel.btn__pill__invert--hover:hover,
.t__adv-spons--pas .button__invert--hover:hover,
.t__adv-spons--pas .btn__invert--hover:hover,
.t__adv-spons--pas .btn__pill__invert--hover:hover,
.t__adv-spons--pas.button__invert--hover:hover,
.t__adv-spons--pas.btn__invert--hover:hover,
.t__adv-spons--pas.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__adv-spons--pastel .button__under,
.theme__adv-spons--pastel .btn__under,
.theme__adv-spons--pastel .btn__pill__under, .theme__adv-spons--pastel.button__under, .theme__adv-spons--pastel.btn__under, .theme__adv-spons--pastel.btn__pill__under,
.t__adv-spons--pas .button__under,
.t__adv-spons--pas .btn__under,
.t__adv-spons--pas .btn__pill__under,
.t__adv-spons--pas.button__under,
.t__adv-spons--pas.btn__under,
.t__adv-spons--pas.btn__pill__under {
  border-color: rgba(10, 190, 240, 0.1019607843);
}
.theme__adv-spons--pastel .btn__large,
.t__adv-spons--pas .btn__large {
  background-color: rgba(10, 190, 240, 0.1019607843);
}
.theme__adv-spons--pastel .input__search,
.t__adv-spons--pas .input__search {
  border-color: rgba(10, 190, 240, 0.1019607843);
}
.theme__adv-spons--pastel .input__search i,
.t__adv-spons--pas .input__search i {
  color: #4a4a4a;
}
.theme__adv-spons--pastel .input__search:hover i,
.t__adv-spons--pas .input__search:hover i {
  color: rgba(10, 190, 240, 0.1019607843);
}
.theme__adv-spons--pastel .component__foreground,
.t__adv-spons--pas .component__foreground {
  color: #4a4a4a;
}
.theme__adv-spons--pastel.card,
.theme__adv-spons--pastel .card, .theme__adv-spons--pastel.card__with-image,
.theme__adv-spons--pastel .card__with-image,
.t__adv-spons--pas.card,
.t__adv-spons--pas .card,
.t__adv-spons--pas.card__with-image,
.t__adv-spons--pas .card__with-image {
  border-color: rgba(10, 190, 240, 0.1019607843);
}
.theme__adv-spons--pastel.card__highlight,
.theme__adv-spons--pastel .card__highlight,
.theme__adv-spons--pastel .card__highlight--image,
.theme__adv-spons--pastel .card__highlight--final,
.t__adv-spons--pas.card__highlight,
.t__adv-spons--pas .card__highlight,
.t__adv-spons--pas .card__highlight--image,
.t__adv-spons--pas .card__highlight--final {
  background-color: rgba(10, 190, 240, 0.1019607843);
  border-color: rgba(10, 190, 240, 0.1019607843);
}
.theme__adv-spons--pastel.card__highlight--title,
.theme__adv-spons--pastel .card__highlight--title,
.theme__adv-spons--pastel .card__highlight--image,
.theme__adv-spons--pastel .card__highlight--final,
.t__adv-spons--pas.card__highlight--title,
.t__adv-spons--pas .card__highlight--title,
.t__adv-spons--pas .card__highlight--image,
.t__adv-spons--pas .card__highlight--final {
  color: #4a4a4a;
}
.theme__adv-spons--pastel .image-slider__selector--dot,
.t__adv-spons--pas .image-slider__selector--dot {
  background-color: rgba(10, 190, 240, 0.1019607843);
}
.theme__adv-spons--pastel .call-to-action__text h3,
.t__adv-spons--pas .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__adv-spons--pastel .officer__block--title h5, .theme__adv-spons--pastel .officer__block--title h6,
.t__adv-spons--pas .officer__block--title h5,
.t__adv-spons--pas .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__adv-spons--pastel .block__statement--link,
.t__adv-spons--pas .block__statement--link {
  color: #4a4a4a;
}
.theme__adv-spons--pastel .card__cutoff,
.t__adv-spons--pas .card__cutoff {
  background: linear-gradient(rgba(10, 190, 240, 0.1019607843), rgba(10, 190, 240, 0.1019607843)), linear-gradient(white, white);
}
.theme__adv-spons--pastel .card__cutoff p,
.t__adv-spons--pas .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__adv-spons--pastel .card__cutoff:hover,
  .t__adv-spons--pas .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__adv-spons--pastel .card__cutoff:hover p,
  .t__adv-spons--pas .card__cutoff:hover p {
    color: rgba(10, 190, 240, 0.1019607843);
  }
  .theme__adv-spons--pastel .card__cutoff:hover .card__cutoff--link,
  .t__adv-spons--pas .card__cutoff:hover .card__cutoff--link {
    color: rgba(10, 190, 240, 0.1019607843);
  }
  .theme__adv-spons--pastel .card__cutoff:hover .card__cutoff--text,
  .t__adv-spons--pas .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__adv-spons--pastel .card__cutoff:hover .card__cutoff--text p,
  .t__adv-spons--pas .card__cutoff:hover .card__cutoff--text p {
    color: rgba(10, 190, 240, 0.1019607843);
  }
  .theme__adv-spons--pastel .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__adv-spons--pas .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: rgba(10, 190, 240, 0.1019607843);
  }
}
.theme__adv-spons--pastel .card__cutoff--link,
.t__adv-spons--pas .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__adv-spons--pastel .card__cutoff--link:hover,
  .t__adv-spons--pas .card__cutoff--link:hover {
    color: rgba(10, 190, 240, 0.1019607843);
  }
  .theme__adv-spons--pastel .card__cutoff--link:hover--link,
  .t__adv-spons--pas .card__cutoff--link:hover--link {
    color: rgba(10, 190, 240, 0.1019607843);
  }
}
.theme__adv-spons--pastel .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__adv-spons--pas .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: rgba(10, 190, 240, 0.1019607843);
}
.theme__adv-spons--pastel .dropdown__toggle--title,
.t__adv-spons--pas .dropdown__toggle--title {
  color: rgba(10, 190, 240, 0.1019607843);
}
.theme__adv-spons--pastel .dropdown__toggle--icon i,
.t__adv-spons--pas .dropdown__toggle--icon i {
  color: rgba(10, 190, 240, 0.1019607843);
}
.theme__adv-spons--pastel .large_timer__countdown--item_large,
.t__adv-spons--pas .large_timer__countdown--item_large {
  background-color: rgba(10, 190, 240, 0.1019607843);
}
.theme__adv-spons--pastel .large_timer__countdown--item_medium,
.t__adv-spons--pas .large_timer__countdown--item_medium {
  background-color: rgba(10, 190, 240, 0.1019607843);
}
.theme__adv-spons--pastel .large_timer__countdown--item_small,
.t__adv-spons--pas .large_timer__countdown--item_small {
  background-color: rgba(10, 190, 240, 0.1019607843);
}
.theme__adv-spons--pastel .modalcontent,
.t__adv-spons--pas .modalcontent {
  border-color: rgba(10, 190, 240, 0.1019607843);
}
.theme__adv-spons--pastel .transparent__header,
.t__adv-spons--pas .transparent__header {
  background: rgba(10, 190, 240, 0.1019607843);
}
.theme__adv-spons--pastel .breadcrumb__slashes,
.t__adv-spons--pas .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__adv-spons--pastel .the-list,
.t__adv-spons--pas .the-list {
  background-color: rgba(10, 190, 240, 0.1019607843);
}
.theme__adv-spons--pastel .the-list option,
.t__adv-spons--pas .the-list option {
  border-color: rgba(10, 190, 240, 0.1019607843) !important;
}
.theme__adv-spons--pastel .es-list::-webkit-scrollbar-thumb,
.t__adv-spons--pas .es-list::-webkit-scrollbar-thumb {
  background: rgba(10, 190, 240, 0.1019607843);
}
.theme__adv-spons--pastel .es-visible,
.t__adv-spons--pas .es-visible {
  border-color: rgba(10, 190, 240, 0.1019607843) !important;
}
.theme__adv-spons--pastel .ot-open,
.theme__adv-spons--pastel .ot-closed,
.t__adv-spons--pas .ot-open,
.t__adv-spons--pas .ot-closed {
  color: rgba(10, 190, 240, 0.1019607843);
}
.theme__adv-spons--pastel .colour__foreground,
.t__adv-spons--pas .colour__foreground {
  color: rgba(10, 190, 240, 0.1019607843);
}
.theme__adv-spons--pastel h1.t__none,
.theme__adv-spons--pastel h1.theme__none,
.theme__adv-spons--pastel h2.t__none,
.theme__adv-spons--pastel h2.theme__none,
.theme__adv-spons--pastel h3.t__none,
.theme__adv-spons--pastel h3.theme__none,
.theme__adv-spons--pastel h4.t__none,
.theme__adv-spons--pastel h4.theme__none,
.theme__adv-spons--pastel h1.t__none--w-hov,
.theme__adv-spons--pastel h1.theme__none--with-hover,
.theme__adv-spons--pastel h2.t__none--w-hov,
.theme__adv-spons--pastel h2.theme__none--with-hover,
.theme__adv-spons--pastel h3.t__none--w-hov,
.theme__adv-spons--pastel h3.theme__none--with-hover,
.theme__adv-spons--pastel h4.t__none--w-hov,
.theme__adv-spons--pastel h4.theme__none--with-hover,
.t__adv-spons--pas h1.t__none,
.t__adv-spons--pas h1.theme__none,
.t__adv-spons--pas h2.t__none,
.t__adv-spons--pas h2.theme__none,
.t__adv-spons--pas h3.t__none,
.t__adv-spons--pas h3.theme__none,
.t__adv-spons--pas h4.t__none,
.t__adv-spons--pas h4.theme__none,
.t__adv-spons--pas h1.t__none--w-hov,
.t__adv-spons--pas h1.theme__none--with-hover,
.t__adv-spons--pas h2.t__none--w-hov,
.t__adv-spons--pas h2.theme__none--with-hover,
.t__adv-spons--pas h3.t__none--w-hov,
.t__adv-spons--pas h3.theme__none--with-hover,
.t__adv-spons--pas h4.t__none--w-hov,
.t__adv-spons--pas h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__adv-spons--pastel span.t__none,
.theme__adv-spons--pastel span.theme__none,
.t__adv-spons--pas span.t__none,
.t__adv-spons--pas span.theme__none {
  color: #4a4a4a;
}
.theme__adv-spons--pastel i.t__none,
.theme__adv-spons--pastel i.theme__none,
.t__adv-spons--pas i.t__none,
.t__adv-spons--pas i.theme__none {
  color: #4a4a4a;
}
.theme__adv-spons--pastel a.border__none,
.theme__adv-spons--pastel a.b__none,
.t__adv-spons--pas a.border__none,
.t__adv-spons--pas a.b__none {
  border: 0;
}
.theme__adv-spons--pastel a:hover h1.t__none,
.theme__adv-spons--pastel a:hover h1.theme__none,
.theme__adv-spons--pastel a:hover h2.t__none,
.theme__adv-spons--pastel a:hover h2.theme__none,
.theme__adv-spons--pastel a:hover h3.t__none,
.theme__adv-spons--pastel a:hover h3.theme__none,
.theme__adv-spons--pastel a:hover h4.t__none,
.theme__adv-spons--pastel a:hover h4.theme__none,
.t__adv-spons--pas a:hover h1.t__none,
.t__adv-spons--pas a:hover h1.theme__none,
.t__adv-spons--pas a:hover h2.t__none,
.t__adv-spons--pas a:hover h2.theme__none,
.t__adv-spons--pas a:hover h3.t__none,
.t__adv-spons--pas a:hover h3.theme__none,
.t__adv-spons--pas a:hover h4.t__none,
.t__adv-spons--pas a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__adv-spons--pastel a:hover h1.t__none--w-hov,
.theme__adv-spons--pastel a:hover h1.theme__none--with-hover,
.theme__adv-spons--pastel a:hover h2.t__none--w-hov,
.theme__adv-spons--pastel a:hover h2.theme__none--with-hover,
.theme__adv-spons--pastel a:hover h3.t__none--w-hov,
.theme__adv-spons--pastel a:hover h3.theme__none--with-hover,
.theme__adv-spons--pastel a:hover h4.t__none--w-hov,
.theme__adv-spons--pastel a:hover h4.theme__none--with-hover,
.t__adv-spons--pas a:hover h1.t__none--w-hov,
.t__adv-spons--pas a:hover h1.theme__none--with-hover,
.t__adv-spons--pas a:hover h2.t__none--w-hov,
.t__adv-spons--pas a:hover h2.theme__none--with-hover,
.t__adv-spons--pas a:hover h3.t__none--w-hov,
.t__adv-spons--pas a:hover h3.theme__none--with-hover,
.t__adv-spons--pas a:hover h4.t__none--w-hov,
.t__adv-spons--pas a:hover h4.theme__none--with-hover {
  color: rgba(10, 190, 240, 0.1019607843);
}

.theme__adv-spons--background-primary,
.t__adv-spons--bg-pri {
  background-color: #0072BC;
}

.theme__adv-spons--background-secondary,
.t__adv-spons--bg-sec {
  background-color: #0072BC;
}

.theme__adv-spons--background-pastel,
.t__adv-spons--bg-pas {
  background-color: rgba(10, 190, 240, 0.1019607843);
}

.theme__change-lab-primary h1, .theme__change-lab-primary h2, .theme__change-lab-primary h3, .theme__change-lab-primary h4, .theme__change-lab-primary h5, .theme__change-lab-primary h6,
.t__change-lab--pri h1,
.t__change-lab--pri h2,
.t__change-lab--pri h3,
.t__change-lab--pri h4,
.t__change-lab--pri h5,
.t__change-lab--pri h6 {
  color: #5F3A99;
}
.theme__change-lab-primary a,
.t__change-lab--pri a {
  color: #4a4a4a;
  border-color: #5F3A99;
  text-decoration: none;
}
.theme__change-lab-primary a:hover,
.t__change-lab--pri a:hover {
  color: #5F3A99;
}
.theme__change-lab-primary a:hover h1, .theme__change-lab-primary a:hover h2, .theme__change-lab-primary a:hover h3, .theme__change-lab-primary a:hover h4, .theme__change-lab-primary a:hover h5, .theme__change-lab-primary a:hover h6,
.t__change-lab--pri a:hover h1,
.t__change-lab--pri a:hover h2,
.t__change-lab--pri a:hover h3,
.t__change-lab--pri a:hover h4,
.t__change-lab--pri a:hover h5,
.t__change-lab--pri a:hover h6 {
  color: #5F3A99;
}
.theme__change-lab-primary a div,
.t__change-lab--pri a div {
  border-color: #5F3A99 !important;
}
.theme__change-lab-primary input,
.t__change-lab--pri input {
  border-color: #5F3A99;
}
.theme__change-lab-primary p,
.t__change-lab--pri p {
  color: #4a4a4a;
}
.theme__change-lab-primary .button,
.theme__change-lab-primary .btn,
.theme__change-lab-primary .btn__pill, .theme__change-lab-primary.button, .theme__change-lab-primary.btn, .theme__change-lab-primary.btn__pill,
.t__change-lab--pri .button,
.t__change-lab--pri .btn,
.t__change-lab--pri .btn__pill,
.t__change-lab--pri.button,
.t__change-lab--pri.btn,
.t__change-lab--pri.btn__pill {
  border-color: #5F3A99;
}
@media (hover: hover) {
  .theme__change-lab-primary .button:hover,
  .theme__change-lab-primary .btn:hover,
  .theme__change-lab-primary .btn__pill:hover, .theme__change-lab-primary.button:hover, .theme__change-lab-primary.btn:hover, .theme__change-lab-primary.btn__pill:hover,
  .t__change-lab--pri .button:hover,
  .t__change-lab--pri .btn:hover,
  .t__change-lab--pri .btn__pill:hover,
  .t__change-lab--pri.button:hover,
  .t__change-lab--pri.btn:hover,
  .t__change-lab--pri.btn__pill:hover {
    color: #ffffff;
    background: #5F3A99;
  }
  .theme__change-lab-primary .button:hover i,
  .theme__change-lab-primary .btn:hover i,
  .theme__change-lab-primary .btn__pill:hover i, .theme__change-lab-primary.button:hover i, .theme__change-lab-primary.btn:hover i, .theme__change-lab-primary.btn__pill:hover i,
  .t__change-lab--pri .button:hover i,
  .t__change-lab--pri .btn:hover i,
  .t__change-lab--pri .btn__pill:hover i,
  .t__change-lab--pri.button:hover i,
  .t__change-lab--pri.btn:hover i,
  .t__change-lab--pri.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__change-lab-primary .button__invert,
.theme__change-lab-primary .btn__invert,
.theme__change-lab-primary .btn__pill__invert, .theme__change-lab-primary.button__invert, .theme__change-lab-primary.btn__invert, .theme__change-lab-primary.btn__pill__invert,
.t__change-lab--pri .button__invert,
.t__change-lab--pri .btn__invert,
.t__change-lab--pri .btn__pill__invert,
.t__change-lab--pri.button__invert,
.t__change-lab--pri.btn__invert,
.t__change-lab--pri.btn__pill__invert {
  background-color: #5F3A99;
  color: #ffffff;
}
.theme__change-lab-primary .button__invert h4,
.theme__change-lab-primary .btn__invert h4,
.theme__change-lab-primary .btn__pill__invert h4, .theme__change-lab-primary.button__invert h4, .theme__change-lab-primary.btn__invert h4, .theme__change-lab-primary.btn__pill__invert h4,
.t__change-lab--pri .button__invert h4,
.t__change-lab--pri .btn__invert h4,
.t__change-lab--pri .btn__pill__invert h4,
.t__change-lab--pri.button__invert h4,
.t__change-lab--pri.btn__invert h4,
.t__change-lab--pri.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__change-lab-primary .button__invert:hover,
.theme__change-lab-primary .btn__invert:hover,
.theme__change-lab-primary .btn__pill__invert:hover, .theme__change-lab-primary.button__invert:hover, .theme__change-lab-primary.btn__invert:hover, .theme__change-lab-primary.btn__pill__invert:hover,
.t__change-lab--pri .button__invert:hover,
.t__change-lab--pri .btn__invert:hover,
.t__change-lab--pri .btn__pill__invert:hover,
.t__change-lab--pri.button__invert:hover,
.t__change-lab--pri.btn__invert:hover,
.t__change-lab--pri.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__change-lab-primary .button__invert:hover h4,
.theme__change-lab-primary .btn__invert:hover h4,
.theme__change-lab-primary .btn__pill__invert:hover h4, .theme__change-lab-primary.button__invert:hover h4, .theme__change-lab-primary.btn__invert:hover h4, .theme__change-lab-primary.btn__pill__invert:hover h4,
.t__change-lab--pri .button__invert:hover h4,
.t__change-lab--pri .btn__invert:hover h4,
.t__change-lab--pri .btn__pill__invert:hover h4,
.t__change-lab--pri.button__invert:hover h4,
.t__change-lab--pri.btn__invert:hover h4,
.t__change-lab--pri.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__change-lab-primary .button__invert--hover:hover,
.theme__change-lab-primary .btn__invert--hover:hover,
.theme__change-lab-primary .btn__pill__invert--hover:hover, .theme__change-lab-primary.button__invert--hover:hover, .theme__change-lab-primary.btn__invert--hover:hover, .theme__change-lab-primary.btn__pill__invert--hover:hover,
.t__change-lab--pri .button__invert--hover:hover,
.t__change-lab--pri .btn__invert--hover:hover,
.t__change-lab--pri .btn__pill__invert--hover:hover,
.t__change-lab--pri.button__invert--hover:hover,
.t__change-lab--pri.btn__invert--hover:hover,
.t__change-lab--pri.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__change-lab-primary .button__under,
.theme__change-lab-primary .btn__under,
.theme__change-lab-primary .btn__pill__under, .theme__change-lab-primary.button__under, .theme__change-lab-primary.btn__under, .theme__change-lab-primary.btn__pill__under,
.t__change-lab--pri .button__under,
.t__change-lab--pri .btn__under,
.t__change-lab--pri .btn__pill__under,
.t__change-lab--pri.button__under,
.t__change-lab--pri.btn__under,
.t__change-lab--pri.btn__pill__under {
  border-color: #5F3A99;
}
.theme__change-lab-primary .btn__large,
.t__change-lab--pri .btn__large {
  background-color: #5F3A99;
}
.theme__change-lab-primary .input__search,
.t__change-lab--pri .input__search {
  border-color: #5F3A99;
}
.theme__change-lab-primary .input__search i,
.t__change-lab--pri .input__search i {
  color: #4a4a4a;
}
.theme__change-lab-primary .input__search:hover i,
.t__change-lab--pri .input__search:hover i {
  color: #5F3A99;
}
.theme__change-lab-primary .component__foreground,
.t__change-lab--pri .component__foreground {
  color: #4a4a4a;
}
.theme__change-lab-primary.card,
.theme__change-lab-primary .card, .theme__change-lab-primary.card__with-image,
.theme__change-lab-primary .card__with-image,
.t__change-lab--pri.card,
.t__change-lab--pri .card,
.t__change-lab--pri.card__with-image,
.t__change-lab--pri .card__with-image {
  border-color: #5F3A99;
}
.theme__change-lab-primary.card__highlight,
.theme__change-lab-primary .card__highlight,
.theme__change-lab-primary .card__highlight--image,
.theme__change-lab-primary .card__highlight--final,
.t__change-lab--pri.card__highlight,
.t__change-lab--pri .card__highlight,
.t__change-lab--pri .card__highlight--image,
.t__change-lab--pri .card__highlight--final {
  background-color: #5F3A99;
  border-color: #5F3A99;
}
.theme__change-lab-primary.card__highlight--title,
.theme__change-lab-primary .card__highlight--title,
.theme__change-lab-primary .card__highlight--image,
.theme__change-lab-primary .card__highlight--final,
.t__change-lab--pri.card__highlight--title,
.t__change-lab--pri .card__highlight--title,
.t__change-lab--pri .card__highlight--image,
.t__change-lab--pri .card__highlight--final {
  color: #4a4a4a;
}
.theme__change-lab-primary .image-slider__selector--dot,
.t__change-lab--pri .image-slider__selector--dot {
  background-color: #5F3A99;
}
.theme__change-lab-primary .call-to-action__text h3,
.t__change-lab--pri .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__change-lab-primary .officer__block--title h5, .theme__change-lab-primary .officer__block--title h6,
.t__change-lab--pri .officer__block--title h5,
.t__change-lab--pri .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__change-lab-primary .block__statement--link,
.t__change-lab--pri .block__statement--link {
  color: #4a4a4a;
}
.theme__change-lab-primary .card__cutoff,
.t__change-lab--pri .card__cutoff {
  background: linear-gradient(#5F3A99, #5F3A99), linear-gradient(white, white);
}
.theme__change-lab-primary .card__cutoff p,
.t__change-lab--pri .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__change-lab-primary .card__cutoff:hover,
  .t__change-lab--pri .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__change-lab-primary .card__cutoff:hover p,
  .t__change-lab--pri .card__cutoff:hover p {
    color: #5F3A99;
  }
  .theme__change-lab-primary .card__cutoff:hover .card__cutoff--link,
  .t__change-lab--pri .card__cutoff:hover .card__cutoff--link {
    color: #5F3A99;
  }
  .theme__change-lab-primary .card__cutoff:hover .card__cutoff--text,
  .t__change-lab--pri .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__change-lab-primary .card__cutoff:hover .card__cutoff--text p,
  .t__change-lab--pri .card__cutoff:hover .card__cutoff--text p {
    color: #5F3A99;
  }
  .theme__change-lab-primary .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__change-lab--pri .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: #5F3A99;
  }
}
.theme__change-lab-primary .card__cutoff--link,
.t__change-lab--pri .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__change-lab-primary .card__cutoff--link:hover,
  .t__change-lab--pri .card__cutoff--link:hover {
    color: #5F3A99;
  }
  .theme__change-lab-primary .card__cutoff--link:hover--link,
  .t__change-lab--pri .card__cutoff--link:hover--link {
    color: #5F3A99;
  }
}
.theme__change-lab-primary .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__change-lab--pri .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: #5F3A99;
}
.theme__change-lab-primary .dropdown__toggle--title,
.t__change-lab--pri .dropdown__toggle--title {
  color: #5F3A99;
}
.theme__change-lab-primary .dropdown__toggle--icon i,
.t__change-lab--pri .dropdown__toggle--icon i {
  color: #5F3A99;
}
.theme__change-lab-primary .large_timer__countdown--item_large,
.t__change-lab--pri .large_timer__countdown--item_large {
  background-color: #5F3A99;
}
.theme__change-lab-primary .large_timer__countdown--item_medium,
.t__change-lab--pri .large_timer__countdown--item_medium {
  background-color: #5F3A99;
}
.theme__change-lab-primary .large_timer__countdown--item_small,
.t__change-lab--pri .large_timer__countdown--item_small {
  background-color: #5F3A99;
}
.theme__change-lab-primary .modalcontent,
.t__change-lab--pri .modalcontent {
  border-color: #5F3A99;
}
.theme__change-lab-primary .transparent__header,
.t__change-lab--pri .transparent__header {
  background: #5F3A99;
}
.theme__change-lab-primary .breadcrumb__slashes,
.t__change-lab--pri .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__change-lab-primary .the-list,
.t__change-lab--pri .the-list {
  background-color: #5F3A99;
}
.theme__change-lab-primary .the-list option,
.t__change-lab--pri .the-list option {
  border-color: #5F3A99 !important;
}
.theme__change-lab-primary .es-list::-webkit-scrollbar-thumb,
.t__change-lab--pri .es-list::-webkit-scrollbar-thumb {
  background: #5F3A99;
}
.theme__change-lab-primary .es-visible,
.t__change-lab--pri .es-visible {
  border-color: #5F3A99 !important;
}
.theme__change-lab-primary .ot-open,
.theme__change-lab-primary .ot-closed,
.t__change-lab--pri .ot-open,
.t__change-lab--pri .ot-closed {
  color: #5F3A99;
}
.theme__change-lab-primary .colour__foreground,
.t__change-lab--pri .colour__foreground {
  color: #5F3A99;
}
.theme__change-lab-primary h1.t__none,
.theme__change-lab-primary h1.theme__none,
.theme__change-lab-primary h2.t__none,
.theme__change-lab-primary h2.theme__none,
.theme__change-lab-primary h3.t__none,
.theme__change-lab-primary h3.theme__none,
.theme__change-lab-primary h4.t__none,
.theme__change-lab-primary h4.theme__none,
.theme__change-lab-primary h1.t__none--w-hov,
.theme__change-lab-primary h1.theme__none--with-hover,
.theme__change-lab-primary h2.t__none--w-hov,
.theme__change-lab-primary h2.theme__none--with-hover,
.theme__change-lab-primary h3.t__none--w-hov,
.theme__change-lab-primary h3.theme__none--with-hover,
.theme__change-lab-primary h4.t__none--w-hov,
.theme__change-lab-primary h4.theme__none--with-hover,
.t__change-lab--pri h1.t__none,
.t__change-lab--pri h1.theme__none,
.t__change-lab--pri h2.t__none,
.t__change-lab--pri h2.theme__none,
.t__change-lab--pri h3.t__none,
.t__change-lab--pri h3.theme__none,
.t__change-lab--pri h4.t__none,
.t__change-lab--pri h4.theme__none,
.t__change-lab--pri h1.t__none--w-hov,
.t__change-lab--pri h1.theme__none--with-hover,
.t__change-lab--pri h2.t__none--w-hov,
.t__change-lab--pri h2.theme__none--with-hover,
.t__change-lab--pri h3.t__none--w-hov,
.t__change-lab--pri h3.theme__none--with-hover,
.t__change-lab--pri h4.t__none--w-hov,
.t__change-lab--pri h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__change-lab-primary span.t__none,
.theme__change-lab-primary span.theme__none,
.t__change-lab--pri span.t__none,
.t__change-lab--pri span.theme__none {
  color: #4a4a4a;
}
.theme__change-lab-primary i.t__none,
.theme__change-lab-primary i.theme__none,
.t__change-lab--pri i.t__none,
.t__change-lab--pri i.theme__none {
  color: #4a4a4a;
}
.theme__change-lab-primary a.border__none,
.theme__change-lab-primary a.b__none,
.t__change-lab--pri a.border__none,
.t__change-lab--pri a.b__none {
  border: 0;
}
.theme__change-lab-primary a:hover h1.t__none,
.theme__change-lab-primary a:hover h1.theme__none,
.theme__change-lab-primary a:hover h2.t__none,
.theme__change-lab-primary a:hover h2.theme__none,
.theme__change-lab-primary a:hover h3.t__none,
.theme__change-lab-primary a:hover h3.theme__none,
.theme__change-lab-primary a:hover h4.t__none,
.theme__change-lab-primary a:hover h4.theme__none,
.t__change-lab--pri a:hover h1.t__none,
.t__change-lab--pri a:hover h1.theme__none,
.t__change-lab--pri a:hover h2.t__none,
.t__change-lab--pri a:hover h2.theme__none,
.t__change-lab--pri a:hover h3.t__none,
.t__change-lab--pri a:hover h3.theme__none,
.t__change-lab--pri a:hover h4.t__none,
.t__change-lab--pri a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__change-lab-primary a:hover h1.t__none--w-hov,
.theme__change-lab-primary a:hover h1.theme__none--with-hover,
.theme__change-lab-primary a:hover h2.t__none--w-hov,
.theme__change-lab-primary a:hover h2.theme__none--with-hover,
.theme__change-lab-primary a:hover h3.t__none--w-hov,
.theme__change-lab-primary a:hover h3.theme__none--with-hover,
.theme__change-lab-primary a:hover h4.t__none--w-hov,
.theme__change-lab-primary a:hover h4.theme__none--with-hover,
.t__change-lab--pri a:hover h1.t__none--w-hov,
.t__change-lab--pri a:hover h1.theme__none--with-hover,
.t__change-lab--pri a:hover h2.t__none--w-hov,
.t__change-lab--pri a:hover h2.theme__none--with-hover,
.t__change-lab--pri a:hover h3.t__none--w-hov,
.t__change-lab--pri a:hover h3.theme__none--with-hover,
.t__change-lab--pri a:hover h4.t__none--w-hov,
.t__change-lab--pri a:hover h4.theme__none--with-hover {
  color: #5F3A99;
}
.theme__change-lab-primary .dotted__line--small, .theme__change-lab-primary .dotted__line--medium, .theme__change-lab-primary .dotted__line--large, .theme__change-lab-primary .dotted__line--x-large, .theme__change-lab-primary .dotted__line--huge,
.t__change-lab--pri .dotted__line--small,
.t__change-lab--pri .dotted__line--medium,
.t__change-lab--pri .dotted__line--large,
.t__change-lab--pri .dotted__line--x-large,
.t__change-lab--pri .dotted__line--huge {
  border-image-source: url("https://assets-cdn.sums.su/SH/Dotted_Borders/dotted_change_lab.png");
}

.theme__change-lab--secondary h1, .theme__change-lab--secondary h2, .theme__change-lab--secondary h3, .theme__change-lab--secondary h4, .theme__change-lab--secondary h5, .theme__change-lab--secondary h6,
.t__change-lab--sec h1,
.t__change-lab--sec h2,
.t__change-lab--sec h3,
.t__change-lab--sec h4,
.t__change-lab--sec h5,
.t__change-lab--sec h6 {
  color: rgba(239, 209, 84, 0.3);
}
.theme__change-lab--secondary a,
.t__change-lab--sec a {
  color: #4a4a4a;
  border-color: rgba(239, 209, 84, 0.3);
  text-decoration: none;
}
.theme__change-lab--secondary a:hover,
.t__change-lab--sec a:hover {
  color: rgba(239, 209, 84, 0.3);
}
.theme__change-lab--secondary a:hover h1, .theme__change-lab--secondary a:hover h2, .theme__change-lab--secondary a:hover h3, .theme__change-lab--secondary a:hover h4, .theme__change-lab--secondary a:hover h5, .theme__change-lab--secondary a:hover h6,
.t__change-lab--sec a:hover h1,
.t__change-lab--sec a:hover h2,
.t__change-lab--sec a:hover h3,
.t__change-lab--sec a:hover h4,
.t__change-lab--sec a:hover h5,
.t__change-lab--sec a:hover h6 {
  color: rgba(239, 209, 84, 0.3);
}
.theme__change-lab--secondary a div,
.t__change-lab--sec a div {
  border-color: rgba(239, 209, 84, 0.3) !important;
}
.theme__change-lab--secondary input,
.t__change-lab--sec input {
  border-color: rgba(239, 209, 84, 0.3);
}
.theme__change-lab--secondary p,
.t__change-lab--sec p {
  color: #4a4a4a;
}
.theme__change-lab--secondary .button,
.theme__change-lab--secondary .btn,
.theme__change-lab--secondary .btn__pill, .theme__change-lab--secondary.button, .theme__change-lab--secondary.btn, .theme__change-lab--secondary.btn__pill,
.t__change-lab--sec .button,
.t__change-lab--sec .btn,
.t__change-lab--sec .btn__pill,
.t__change-lab--sec.button,
.t__change-lab--sec.btn,
.t__change-lab--sec.btn__pill {
  border-color: rgba(239, 209, 84, 0.3);
}
@media (hover: hover) {
  .theme__change-lab--secondary .button:hover,
  .theme__change-lab--secondary .btn:hover,
  .theme__change-lab--secondary .btn__pill:hover, .theme__change-lab--secondary.button:hover, .theme__change-lab--secondary.btn:hover, .theme__change-lab--secondary.btn__pill:hover,
  .t__change-lab--sec .button:hover,
  .t__change-lab--sec .btn:hover,
  .t__change-lab--sec .btn__pill:hover,
  .t__change-lab--sec.button:hover,
  .t__change-lab--sec.btn:hover,
  .t__change-lab--sec.btn__pill:hover {
    color: #ffffff;
    background: rgba(239, 209, 84, 0.3);
  }
  .theme__change-lab--secondary .button:hover i,
  .theme__change-lab--secondary .btn:hover i,
  .theme__change-lab--secondary .btn__pill:hover i, .theme__change-lab--secondary.button:hover i, .theme__change-lab--secondary.btn:hover i, .theme__change-lab--secondary.btn__pill:hover i,
  .t__change-lab--sec .button:hover i,
  .t__change-lab--sec .btn:hover i,
  .t__change-lab--sec .btn__pill:hover i,
  .t__change-lab--sec.button:hover i,
  .t__change-lab--sec.btn:hover i,
  .t__change-lab--sec.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__change-lab--secondary .button__invert,
.theme__change-lab--secondary .btn__invert,
.theme__change-lab--secondary .btn__pill__invert, .theme__change-lab--secondary.button__invert, .theme__change-lab--secondary.btn__invert, .theme__change-lab--secondary.btn__pill__invert,
.t__change-lab--sec .button__invert,
.t__change-lab--sec .btn__invert,
.t__change-lab--sec .btn__pill__invert,
.t__change-lab--sec.button__invert,
.t__change-lab--sec.btn__invert,
.t__change-lab--sec.btn__pill__invert {
  background-color: rgba(239, 209, 84, 0.3);
  color: #ffffff;
}
.theme__change-lab--secondary .button__invert h4,
.theme__change-lab--secondary .btn__invert h4,
.theme__change-lab--secondary .btn__pill__invert h4, .theme__change-lab--secondary.button__invert h4, .theme__change-lab--secondary.btn__invert h4, .theme__change-lab--secondary.btn__pill__invert h4,
.t__change-lab--sec .button__invert h4,
.t__change-lab--sec .btn__invert h4,
.t__change-lab--sec .btn__pill__invert h4,
.t__change-lab--sec.button__invert h4,
.t__change-lab--sec.btn__invert h4,
.t__change-lab--sec.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__change-lab--secondary .button__invert:hover,
.theme__change-lab--secondary .btn__invert:hover,
.theme__change-lab--secondary .btn__pill__invert:hover, .theme__change-lab--secondary.button__invert:hover, .theme__change-lab--secondary.btn__invert:hover, .theme__change-lab--secondary.btn__pill__invert:hover,
.t__change-lab--sec .button__invert:hover,
.t__change-lab--sec .btn__invert:hover,
.t__change-lab--sec .btn__pill__invert:hover,
.t__change-lab--sec.button__invert:hover,
.t__change-lab--sec.btn__invert:hover,
.t__change-lab--sec.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__change-lab--secondary .button__invert:hover h4,
.theme__change-lab--secondary .btn__invert:hover h4,
.theme__change-lab--secondary .btn__pill__invert:hover h4, .theme__change-lab--secondary.button__invert:hover h4, .theme__change-lab--secondary.btn__invert:hover h4, .theme__change-lab--secondary.btn__pill__invert:hover h4,
.t__change-lab--sec .button__invert:hover h4,
.t__change-lab--sec .btn__invert:hover h4,
.t__change-lab--sec .btn__pill__invert:hover h4,
.t__change-lab--sec.button__invert:hover h4,
.t__change-lab--sec.btn__invert:hover h4,
.t__change-lab--sec.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__change-lab--secondary .button__invert--hover:hover,
.theme__change-lab--secondary .btn__invert--hover:hover,
.theme__change-lab--secondary .btn__pill__invert--hover:hover, .theme__change-lab--secondary.button__invert--hover:hover, .theme__change-lab--secondary.btn__invert--hover:hover, .theme__change-lab--secondary.btn__pill__invert--hover:hover,
.t__change-lab--sec .button__invert--hover:hover,
.t__change-lab--sec .btn__invert--hover:hover,
.t__change-lab--sec .btn__pill__invert--hover:hover,
.t__change-lab--sec.button__invert--hover:hover,
.t__change-lab--sec.btn__invert--hover:hover,
.t__change-lab--sec.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__change-lab--secondary .button__under,
.theme__change-lab--secondary .btn__under,
.theme__change-lab--secondary .btn__pill__under, .theme__change-lab--secondary.button__under, .theme__change-lab--secondary.btn__under, .theme__change-lab--secondary.btn__pill__under,
.t__change-lab--sec .button__under,
.t__change-lab--sec .btn__under,
.t__change-lab--sec .btn__pill__under,
.t__change-lab--sec.button__under,
.t__change-lab--sec.btn__under,
.t__change-lab--sec.btn__pill__under {
  border-color: rgba(239, 209, 84, 0.3);
}
.theme__change-lab--secondary .btn__large,
.t__change-lab--sec .btn__large {
  background-color: rgba(239, 209, 84, 0.3);
}
.theme__change-lab--secondary .input__search,
.t__change-lab--sec .input__search {
  border-color: rgba(239, 209, 84, 0.3);
}
.theme__change-lab--secondary .input__search i,
.t__change-lab--sec .input__search i {
  color: #4a4a4a;
}
.theme__change-lab--secondary .input__search:hover i,
.t__change-lab--sec .input__search:hover i {
  color: rgba(239, 209, 84, 0.3);
}
.theme__change-lab--secondary .component__foreground,
.t__change-lab--sec .component__foreground {
  color: #4a4a4a;
}
.theme__change-lab--secondary.card,
.theme__change-lab--secondary .card, .theme__change-lab--secondary.card__with-image,
.theme__change-lab--secondary .card__with-image,
.t__change-lab--sec.card,
.t__change-lab--sec .card,
.t__change-lab--sec.card__with-image,
.t__change-lab--sec .card__with-image {
  border-color: rgba(239, 209, 84, 0.3);
}
.theme__change-lab--secondary.card__highlight,
.theme__change-lab--secondary .card__highlight,
.theme__change-lab--secondary .card__highlight--image,
.theme__change-lab--secondary .card__highlight--final,
.t__change-lab--sec.card__highlight,
.t__change-lab--sec .card__highlight,
.t__change-lab--sec .card__highlight--image,
.t__change-lab--sec .card__highlight--final {
  background-color: rgba(239, 209, 84, 0.3);
  border-color: rgba(239, 209, 84, 0.3);
}
.theme__change-lab--secondary.card__highlight--title,
.theme__change-lab--secondary .card__highlight--title,
.theme__change-lab--secondary .card__highlight--image,
.theme__change-lab--secondary .card__highlight--final,
.t__change-lab--sec.card__highlight--title,
.t__change-lab--sec .card__highlight--title,
.t__change-lab--sec .card__highlight--image,
.t__change-lab--sec .card__highlight--final {
  color: #4a4a4a;
}
.theme__change-lab--secondary .image-slider__selector--dot,
.t__change-lab--sec .image-slider__selector--dot {
  background-color: rgba(239, 209, 84, 0.3);
}
.theme__change-lab--secondary .call-to-action__text h3,
.t__change-lab--sec .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__change-lab--secondary .officer__block--title h5, .theme__change-lab--secondary .officer__block--title h6,
.t__change-lab--sec .officer__block--title h5,
.t__change-lab--sec .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__change-lab--secondary .block__statement--link,
.t__change-lab--sec .block__statement--link {
  color: #4a4a4a;
}
.theme__change-lab--secondary .card__cutoff,
.t__change-lab--sec .card__cutoff {
  background: linear-gradient(rgba(239, 209, 84, 0.3), rgba(239, 209, 84, 0.3)), linear-gradient(white, white);
}
.theme__change-lab--secondary .card__cutoff p,
.t__change-lab--sec .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__change-lab--secondary .card__cutoff:hover,
  .t__change-lab--sec .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__change-lab--secondary .card__cutoff:hover p,
  .t__change-lab--sec .card__cutoff:hover p {
    color: rgba(239, 209, 84, 0.3);
  }
  .theme__change-lab--secondary .card__cutoff:hover .card__cutoff--link,
  .t__change-lab--sec .card__cutoff:hover .card__cutoff--link {
    color: rgba(239, 209, 84, 0.3);
  }
  .theme__change-lab--secondary .card__cutoff:hover .card__cutoff--text,
  .t__change-lab--sec .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__change-lab--secondary .card__cutoff:hover .card__cutoff--text p,
  .t__change-lab--sec .card__cutoff:hover .card__cutoff--text p {
    color: rgba(239, 209, 84, 0.3);
  }
  .theme__change-lab--secondary .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__change-lab--sec .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: rgba(239, 209, 84, 0.3);
  }
}
.theme__change-lab--secondary .card__cutoff--link,
.t__change-lab--sec .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__change-lab--secondary .card__cutoff--link:hover,
  .t__change-lab--sec .card__cutoff--link:hover {
    color: rgba(239, 209, 84, 0.3);
  }
  .theme__change-lab--secondary .card__cutoff--link:hover--link,
  .t__change-lab--sec .card__cutoff--link:hover--link {
    color: rgba(239, 209, 84, 0.3);
  }
}
.theme__change-lab--secondary .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__change-lab--sec .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: rgba(239, 209, 84, 0.3);
}
.theme__change-lab--secondary .dropdown__toggle--title,
.t__change-lab--sec .dropdown__toggle--title {
  color: rgba(239, 209, 84, 0.3);
}
.theme__change-lab--secondary .dropdown__toggle--icon i,
.t__change-lab--sec .dropdown__toggle--icon i {
  color: rgba(239, 209, 84, 0.3);
}
.theme__change-lab--secondary .large_timer__countdown--item_large,
.t__change-lab--sec .large_timer__countdown--item_large {
  background-color: rgba(239, 209, 84, 0.3);
}
.theme__change-lab--secondary .large_timer__countdown--item_medium,
.t__change-lab--sec .large_timer__countdown--item_medium {
  background-color: rgba(239, 209, 84, 0.3);
}
.theme__change-lab--secondary .large_timer__countdown--item_small,
.t__change-lab--sec .large_timer__countdown--item_small {
  background-color: rgba(239, 209, 84, 0.3);
}
.theme__change-lab--secondary .modalcontent,
.t__change-lab--sec .modalcontent {
  border-color: rgba(239, 209, 84, 0.3);
}
.theme__change-lab--secondary .transparent__header,
.t__change-lab--sec .transparent__header {
  background: rgba(239, 209, 84, 0.3);
}
.theme__change-lab--secondary .breadcrumb__slashes,
.t__change-lab--sec .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__change-lab--secondary .the-list,
.t__change-lab--sec .the-list {
  background-color: rgba(239, 209, 84, 0.3);
}
.theme__change-lab--secondary .the-list option,
.t__change-lab--sec .the-list option {
  border-color: rgba(239, 209, 84, 0.3) !important;
}
.theme__change-lab--secondary .es-list::-webkit-scrollbar-thumb,
.t__change-lab--sec .es-list::-webkit-scrollbar-thumb {
  background: rgba(239, 209, 84, 0.3);
}
.theme__change-lab--secondary .es-visible,
.t__change-lab--sec .es-visible {
  border-color: rgba(239, 209, 84, 0.3) !important;
}
.theme__change-lab--secondary .ot-open,
.theme__change-lab--secondary .ot-closed,
.t__change-lab--sec .ot-open,
.t__change-lab--sec .ot-closed {
  color: rgba(239, 209, 84, 0.3);
}
.theme__change-lab--secondary .colour__foreground,
.t__change-lab--sec .colour__foreground {
  color: rgba(239, 209, 84, 0.3);
}
.theme__change-lab--secondary h1.t__none,
.theme__change-lab--secondary h1.theme__none,
.theme__change-lab--secondary h2.t__none,
.theme__change-lab--secondary h2.theme__none,
.theme__change-lab--secondary h3.t__none,
.theme__change-lab--secondary h3.theme__none,
.theme__change-lab--secondary h4.t__none,
.theme__change-lab--secondary h4.theme__none,
.theme__change-lab--secondary h1.t__none--w-hov,
.theme__change-lab--secondary h1.theme__none--with-hover,
.theme__change-lab--secondary h2.t__none--w-hov,
.theme__change-lab--secondary h2.theme__none--with-hover,
.theme__change-lab--secondary h3.t__none--w-hov,
.theme__change-lab--secondary h3.theme__none--with-hover,
.theme__change-lab--secondary h4.t__none--w-hov,
.theme__change-lab--secondary h4.theme__none--with-hover,
.t__change-lab--sec h1.t__none,
.t__change-lab--sec h1.theme__none,
.t__change-lab--sec h2.t__none,
.t__change-lab--sec h2.theme__none,
.t__change-lab--sec h3.t__none,
.t__change-lab--sec h3.theme__none,
.t__change-lab--sec h4.t__none,
.t__change-lab--sec h4.theme__none,
.t__change-lab--sec h1.t__none--w-hov,
.t__change-lab--sec h1.theme__none--with-hover,
.t__change-lab--sec h2.t__none--w-hov,
.t__change-lab--sec h2.theme__none--with-hover,
.t__change-lab--sec h3.t__none--w-hov,
.t__change-lab--sec h3.theme__none--with-hover,
.t__change-lab--sec h4.t__none--w-hov,
.t__change-lab--sec h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__change-lab--secondary span.t__none,
.theme__change-lab--secondary span.theme__none,
.t__change-lab--sec span.t__none,
.t__change-lab--sec span.theme__none {
  color: #4a4a4a;
}
.theme__change-lab--secondary i.t__none,
.theme__change-lab--secondary i.theme__none,
.t__change-lab--sec i.t__none,
.t__change-lab--sec i.theme__none {
  color: #4a4a4a;
}
.theme__change-lab--secondary a.border__none,
.theme__change-lab--secondary a.b__none,
.t__change-lab--sec a.border__none,
.t__change-lab--sec a.b__none {
  border: 0;
}
.theme__change-lab--secondary a:hover h1.t__none,
.theme__change-lab--secondary a:hover h1.theme__none,
.theme__change-lab--secondary a:hover h2.t__none,
.theme__change-lab--secondary a:hover h2.theme__none,
.theme__change-lab--secondary a:hover h3.t__none,
.theme__change-lab--secondary a:hover h3.theme__none,
.theme__change-lab--secondary a:hover h4.t__none,
.theme__change-lab--secondary a:hover h4.theme__none,
.t__change-lab--sec a:hover h1.t__none,
.t__change-lab--sec a:hover h1.theme__none,
.t__change-lab--sec a:hover h2.t__none,
.t__change-lab--sec a:hover h2.theme__none,
.t__change-lab--sec a:hover h3.t__none,
.t__change-lab--sec a:hover h3.theme__none,
.t__change-lab--sec a:hover h4.t__none,
.t__change-lab--sec a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__change-lab--secondary a:hover h1.t__none--w-hov,
.theme__change-lab--secondary a:hover h1.theme__none--with-hover,
.theme__change-lab--secondary a:hover h2.t__none--w-hov,
.theme__change-lab--secondary a:hover h2.theme__none--with-hover,
.theme__change-lab--secondary a:hover h3.t__none--w-hov,
.theme__change-lab--secondary a:hover h3.theme__none--with-hover,
.theme__change-lab--secondary a:hover h4.t__none--w-hov,
.theme__change-lab--secondary a:hover h4.theme__none--with-hover,
.t__change-lab--sec a:hover h1.t__none--w-hov,
.t__change-lab--sec a:hover h1.theme__none--with-hover,
.t__change-lab--sec a:hover h2.t__none--w-hov,
.t__change-lab--sec a:hover h2.theme__none--with-hover,
.t__change-lab--sec a:hover h3.t__none--w-hov,
.t__change-lab--sec a:hover h3.theme__none--with-hover,
.t__change-lab--sec a:hover h4.t__none--w-hov,
.t__change-lab--sec a:hover h4.theme__none--with-hover {
  color: rgba(239, 209, 84, 0.3);
}

.theme__change-lab--pastel h1, .theme__change-lab--pastel h2, .theme__change-lab--pastel h3, .theme__change-lab--pastel h4, .theme__change-lab--pastel h5, .theme__change-lab--pastel h6,
.t__change-lab--pas h1,
.t__change-lab--pas h2,
.t__change-lab--pas h3,
.t__change-lab--pas h4,
.t__change-lab--pas h5,
.t__change-lab--pas h6 {
  color: rgba(95, 58, 153, 0.1);
}
.theme__change-lab--pastel a,
.t__change-lab--pas a {
  color: #4a4a4a;
  border-color: rgba(95, 58, 153, 0.1);
  text-decoration: none;
}
.theme__change-lab--pastel a:hover,
.t__change-lab--pas a:hover {
  color: rgba(95, 58, 153, 0.1);
}
.theme__change-lab--pastel a:hover h1, .theme__change-lab--pastel a:hover h2, .theme__change-lab--pastel a:hover h3, .theme__change-lab--pastel a:hover h4, .theme__change-lab--pastel a:hover h5, .theme__change-lab--pastel a:hover h6,
.t__change-lab--pas a:hover h1,
.t__change-lab--pas a:hover h2,
.t__change-lab--pas a:hover h3,
.t__change-lab--pas a:hover h4,
.t__change-lab--pas a:hover h5,
.t__change-lab--pas a:hover h6 {
  color: rgba(95, 58, 153, 0.1);
}
.theme__change-lab--pastel a div,
.t__change-lab--pas a div {
  border-color: rgba(95, 58, 153, 0.1) !important;
}
.theme__change-lab--pastel input,
.t__change-lab--pas input {
  border-color: rgba(95, 58, 153, 0.1);
}
.theme__change-lab--pastel p,
.t__change-lab--pas p {
  color: #4a4a4a;
}
.theme__change-lab--pastel .button,
.theme__change-lab--pastel .btn,
.theme__change-lab--pastel .btn__pill, .theme__change-lab--pastel.button, .theme__change-lab--pastel.btn, .theme__change-lab--pastel.btn__pill,
.t__change-lab--pas .button,
.t__change-lab--pas .btn,
.t__change-lab--pas .btn__pill,
.t__change-lab--pas.button,
.t__change-lab--pas.btn,
.t__change-lab--pas.btn__pill {
  border-color: rgba(95, 58, 153, 0.1);
}
@media (hover: hover) {
  .theme__change-lab--pastel .button:hover,
  .theme__change-lab--pastel .btn:hover,
  .theme__change-lab--pastel .btn__pill:hover, .theme__change-lab--pastel.button:hover, .theme__change-lab--pastel.btn:hover, .theme__change-lab--pastel.btn__pill:hover,
  .t__change-lab--pas .button:hover,
  .t__change-lab--pas .btn:hover,
  .t__change-lab--pas .btn__pill:hover,
  .t__change-lab--pas.button:hover,
  .t__change-lab--pas.btn:hover,
  .t__change-lab--pas.btn__pill:hover {
    color: #ffffff;
    background: rgba(95, 58, 153, 0.1);
  }
  .theme__change-lab--pastel .button:hover i,
  .theme__change-lab--pastel .btn:hover i,
  .theme__change-lab--pastel .btn__pill:hover i, .theme__change-lab--pastel.button:hover i, .theme__change-lab--pastel.btn:hover i, .theme__change-lab--pastel.btn__pill:hover i,
  .t__change-lab--pas .button:hover i,
  .t__change-lab--pas .btn:hover i,
  .t__change-lab--pas .btn__pill:hover i,
  .t__change-lab--pas.button:hover i,
  .t__change-lab--pas.btn:hover i,
  .t__change-lab--pas.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__change-lab--pastel .button__invert,
.theme__change-lab--pastel .btn__invert,
.theme__change-lab--pastel .btn__pill__invert, .theme__change-lab--pastel.button__invert, .theme__change-lab--pastel.btn__invert, .theme__change-lab--pastel.btn__pill__invert,
.t__change-lab--pas .button__invert,
.t__change-lab--pas .btn__invert,
.t__change-lab--pas .btn__pill__invert,
.t__change-lab--pas.button__invert,
.t__change-lab--pas.btn__invert,
.t__change-lab--pas.btn__pill__invert {
  background-color: rgba(95, 58, 153, 0.1);
  color: #ffffff;
}
.theme__change-lab--pastel .button__invert h4,
.theme__change-lab--pastel .btn__invert h4,
.theme__change-lab--pastel .btn__pill__invert h4, .theme__change-lab--pastel.button__invert h4, .theme__change-lab--pastel.btn__invert h4, .theme__change-lab--pastel.btn__pill__invert h4,
.t__change-lab--pas .button__invert h4,
.t__change-lab--pas .btn__invert h4,
.t__change-lab--pas .btn__pill__invert h4,
.t__change-lab--pas.button__invert h4,
.t__change-lab--pas.btn__invert h4,
.t__change-lab--pas.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__change-lab--pastel .button__invert:hover,
.theme__change-lab--pastel .btn__invert:hover,
.theme__change-lab--pastel .btn__pill__invert:hover, .theme__change-lab--pastel.button__invert:hover, .theme__change-lab--pastel.btn__invert:hover, .theme__change-lab--pastel.btn__pill__invert:hover,
.t__change-lab--pas .button__invert:hover,
.t__change-lab--pas .btn__invert:hover,
.t__change-lab--pas .btn__pill__invert:hover,
.t__change-lab--pas.button__invert:hover,
.t__change-lab--pas.btn__invert:hover,
.t__change-lab--pas.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__change-lab--pastel .button__invert:hover h4,
.theme__change-lab--pastel .btn__invert:hover h4,
.theme__change-lab--pastel .btn__pill__invert:hover h4, .theme__change-lab--pastel.button__invert:hover h4, .theme__change-lab--pastel.btn__invert:hover h4, .theme__change-lab--pastel.btn__pill__invert:hover h4,
.t__change-lab--pas .button__invert:hover h4,
.t__change-lab--pas .btn__invert:hover h4,
.t__change-lab--pas .btn__pill__invert:hover h4,
.t__change-lab--pas.button__invert:hover h4,
.t__change-lab--pas.btn__invert:hover h4,
.t__change-lab--pas.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__change-lab--pastel .button__invert--hover:hover,
.theme__change-lab--pastel .btn__invert--hover:hover,
.theme__change-lab--pastel .btn__pill__invert--hover:hover, .theme__change-lab--pastel.button__invert--hover:hover, .theme__change-lab--pastel.btn__invert--hover:hover, .theme__change-lab--pastel.btn__pill__invert--hover:hover,
.t__change-lab--pas .button__invert--hover:hover,
.t__change-lab--pas .btn__invert--hover:hover,
.t__change-lab--pas .btn__pill__invert--hover:hover,
.t__change-lab--pas.button__invert--hover:hover,
.t__change-lab--pas.btn__invert--hover:hover,
.t__change-lab--pas.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__change-lab--pastel .button__under,
.theme__change-lab--pastel .btn__under,
.theme__change-lab--pastel .btn__pill__under, .theme__change-lab--pastel.button__under, .theme__change-lab--pastel.btn__under, .theme__change-lab--pastel.btn__pill__under,
.t__change-lab--pas .button__under,
.t__change-lab--pas .btn__under,
.t__change-lab--pas .btn__pill__under,
.t__change-lab--pas.button__under,
.t__change-lab--pas.btn__under,
.t__change-lab--pas.btn__pill__under {
  border-color: rgba(95, 58, 153, 0.1);
}
.theme__change-lab--pastel .btn__large,
.t__change-lab--pas .btn__large {
  background-color: rgba(95, 58, 153, 0.1);
}
.theme__change-lab--pastel .input__search,
.t__change-lab--pas .input__search {
  border-color: rgba(95, 58, 153, 0.1);
}
.theme__change-lab--pastel .input__search i,
.t__change-lab--pas .input__search i {
  color: #4a4a4a;
}
.theme__change-lab--pastel .input__search:hover i,
.t__change-lab--pas .input__search:hover i {
  color: rgba(95, 58, 153, 0.1);
}
.theme__change-lab--pastel .component__foreground,
.t__change-lab--pas .component__foreground {
  color: #4a4a4a;
}
.theme__change-lab--pastel.card,
.theme__change-lab--pastel .card, .theme__change-lab--pastel.card__with-image,
.theme__change-lab--pastel .card__with-image,
.t__change-lab--pas.card,
.t__change-lab--pas .card,
.t__change-lab--pas.card__with-image,
.t__change-lab--pas .card__with-image {
  border-color: rgba(95, 58, 153, 0.1);
}
.theme__change-lab--pastel.card__highlight,
.theme__change-lab--pastel .card__highlight,
.theme__change-lab--pastel .card__highlight--image,
.theme__change-lab--pastel .card__highlight--final,
.t__change-lab--pas.card__highlight,
.t__change-lab--pas .card__highlight,
.t__change-lab--pas .card__highlight--image,
.t__change-lab--pas .card__highlight--final {
  background-color: rgba(95, 58, 153, 0.1);
  border-color: rgba(95, 58, 153, 0.1);
}
.theme__change-lab--pastel.card__highlight--title,
.theme__change-lab--pastel .card__highlight--title,
.theme__change-lab--pastel .card__highlight--image,
.theme__change-lab--pastel .card__highlight--final,
.t__change-lab--pas.card__highlight--title,
.t__change-lab--pas .card__highlight--title,
.t__change-lab--pas .card__highlight--image,
.t__change-lab--pas .card__highlight--final {
  color: #4a4a4a;
}
.theme__change-lab--pastel .image-slider__selector--dot,
.t__change-lab--pas .image-slider__selector--dot {
  background-color: rgba(95, 58, 153, 0.1);
}
.theme__change-lab--pastel .call-to-action__text h3,
.t__change-lab--pas .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__change-lab--pastel .officer__block--title h5, .theme__change-lab--pastel .officer__block--title h6,
.t__change-lab--pas .officer__block--title h5,
.t__change-lab--pas .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__change-lab--pastel .block__statement--link,
.t__change-lab--pas .block__statement--link {
  color: #4a4a4a;
}
.theme__change-lab--pastel .card__cutoff,
.t__change-lab--pas .card__cutoff {
  background: linear-gradient(rgba(95, 58, 153, 0.1), rgba(95, 58, 153, 0.1)), linear-gradient(white, white);
}
.theme__change-lab--pastel .card__cutoff p,
.t__change-lab--pas .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__change-lab--pastel .card__cutoff:hover,
  .t__change-lab--pas .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__change-lab--pastel .card__cutoff:hover p,
  .t__change-lab--pas .card__cutoff:hover p {
    color: rgba(95, 58, 153, 0.1);
  }
  .theme__change-lab--pastel .card__cutoff:hover .card__cutoff--link,
  .t__change-lab--pas .card__cutoff:hover .card__cutoff--link {
    color: rgba(95, 58, 153, 0.1);
  }
  .theme__change-lab--pastel .card__cutoff:hover .card__cutoff--text,
  .t__change-lab--pas .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__change-lab--pastel .card__cutoff:hover .card__cutoff--text p,
  .t__change-lab--pas .card__cutoff:hover .card__cutoff--text p {
    color: rgba(95, 58, 153, 0.1);
  }
  .theme__change-lab--pastel .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__change-lab--pas .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: rgba(95, 58, 153, 0.1);
  }
}
.theme__change-lab--pastel .card__cutoff--link,
.t__change-lab--pas .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__change-lab--pastel .card__cutoff--link:hover,
  .t__change-lab--pas .card__cutoff--link:hover {
    color: rgba(95, 58, 153, 0.1);
  }
  .theme__change-lab--pastel .card__cutoff--link:hover--link,
  .t__change-lab--pas .card__cutoff--link:hover--link {
    color: rgba(95, 58, 153, 0.1);
  }
}
.theme__change-lab--pastel .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__change-lab--pas .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: rgba(95, 58, 153, 0.1);
}
.theme__change-lab--pastel .dropdown__toggle--title,
.t__change-lab--pas .dropdown__toggle--title {
  color: rgba(95, 58, 153, 0.1);
}
.theme__change-lab--pastel .dropdown__toggle--icon i,
.t__change-lab--pas .dropdown__toggle--icon i {
  color: rgba(95, 58, 153, 0.1);
}
.theme__change-lab--pastel .large_timer__countdown--item_large,
.t__change-lab--pas .large_timer__countdown--item_large {
  background-color: rgba(95, 58, 153, 0.1);
}
.theme__change-lab--pastel .large_timer__countdown--item_medium,
.t__change-lab--pas .large_timer__countdown--item_medium {
  background-color: rgba(95, 58, 153, 0.1);
}
.theme__change-lab--pastel .large_timer__countdown--item_small,
.t__change-lab--pas .large_timer__countdown--item_small {
  background-color: rgba(95, 58, 153, 0.1);
}
.theme__change-lab--pastel .modalcontent,
.t__change-lab--pas .modalcontent {
  border-color: rgba(95, 58, 153, 0.1);
}
.theme__change-lab--pastel .transparent__header,
.t__change-lab--pas .transparent__header {
  background: rgba(95, 58, 153, 0.1);
}
.theme__change-lab--pastel .breadcrumb__slashes,
.t__change-lab--pas .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__change-lab--pastel .the-list,
.t__change-lab--pas .the-list {
  background-color: rgba(95, 58, 153, 0.1);
}
.theme__change-lab--pastel .the-list option,
.t__change-lab--pas .the-list option {
  border-color: rgba(95, 58, 153, 0.1) !important;
}
.theme__change-lab--pastel .es-list::-webkit-scrollbar-thumb,
.t__change-lab--pas .es-list::-webkit-scrollbar-thumb {
  background: rgba(95, 58, 153, 0.1);
}
.theme__change-lab--pastel .es-visible,
.t__change-lab--pas .es-visible {
  border-color: rgba(95, 58, 153, 0.1) !important;
}
.theme__change-lab--pastel .ot-open,
.theme__change-lab--pastel .ot-closed,
.t__change-lab--pas .ot-open,
.t__change-lab--pas .ot-closed {
  color: rgba(95, 58, 153, 0.1);
}
.theme__change-lab--pastel .colour__foreground,
.t__change-lab--pas .colour__foreground {
  color: rgba(95, 58, 153, 0.1);
}
.theme__change-lab--pastel h1.t__none,
.theme__change-lab--pastel h1.theme__none,
.theme__change-lab--pastel h2.t__none,
.theme__change-lab--pastel h2.theme__none,
.theme__change-lab--pastel h3.t__none,
.theme__change-lab--pastel h3.theme__none,
.theme__change-lab--pastel h4.t__none,
.theme__change-lab--pastel h4.theme__none,
.theme__change-lab--pastel h1.t__none--w-hov,
.theme__change-lab--pastel h1.theme__none--with-hover,
.theme__change-lab--pastel h2.t__none--w-hov,
.theme__change-lab--pastel h2.theme__none--with-hover,
.theme__change-lab--pastel h3.t__none--w-hov,
.theme__change-lab--pastel h3.theme__none--with-hover,
.theme__change-lab--pastel h4.t__none--w-hov,
.theme__change-lab--pastel h4.theme__none--with-hover,
.t__change-lab--pas h1.t__none,
.t__change-lab--pas h1.theme__none,
.t__change-lab--pas h2.t__none,
.t__change-lab--pas h2.theme__none,
.t__change-lab--pas h3.t__none,
.t__change-lab--pas h3.theme__none,
.t__change-lab--pas h4.t__none,
.t__change-lab--pas h4.theme__none,
.t__change-lab--pas h1.t__none--w-hov,
.t__change-lab--pas h1.theme__none--with-hover,
.t__change-lab--pas h2.t__none--w-hov,
.t__change-lab--pas h2.theme__none--with-hover,
.t__change-lab--pas h3.t__none--w-hov,
.t__change-lab--pas h3.theme__none--with-hover,
.t__change-lab--pas h4.t__none--w-hov,
.t__change-lab--pas h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__change-lab--pastel span.t__none,
.theme__change-lab--pastel span.theme__none,
.t__change-lab--pas span.t__none,
.t__change-lab--pas span.theme__none {
  color: #4a4a4a;
}
.theme__change-lab--pastel i.t__none,
.theme__change-lab--pastel i.theme__none,
.t__change-lab--pas i.t__none,
.t__change-lab--pas i.theme__none {
  color: #4a4a4a;
}
.theme__change-lab--pastel a.border__none,
.theme__change-lab--pastel a.b__none,
.t__change-lab--pas a.border__none,
.t__change-lab--pas a.b__none {
  border: 0;
}
.theme__change-lab--pastel a:hover h1.t__none,
.theme__change-lab--pastel a:hover h1.theme__none,
.theme__change-lab--pastel a:hover h2.t__none,
.theme__change-lab--pastel a:hover h2.theme__none,
.theme__change-lab--pastel a:hover h3.t__none,
.theme__change-lab--pastel a:hover h3.theme__none,
.theme__change-lab--pastel a:hover h4.t__none,
.theme__change-lab--pastel a:hover h4.theme__none,
.t__change-lab--pas a:hover h1.t__none,
.t__change-lab--pas a:hover h1.theme__none,
.t__change-lab--pas a:hover h2.t__none,
.t__change-lab--pas a:hover h2.theme__none,
.t__change-lab--pas a:hover h3.t__none,
.t__change-lab--pas a:hover h3.theme__none,
.t__change-lab--pas a:hover h4.t__none,
.t__change-lab--pas a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__change-lab--pastel a:hover h1.t__none--w-hov,
.theme__change-lab--pastel a:hover h1.theme__none--with-hover,
.theme__change-lab--pastel a:hover h2.t__none--w-hov,
.theme__change-lab--pastel a:hover h2.theme__none--with-hover,
.theme__change-lab--pastel a:hover h3.t__none--w-hov,
.theme__change-lab--pastel a:hover h3.theme__none--with-hover,
.theme__change-lab--pastel a:hover h4.t__none--w-hov,
.theme__change-lab--pastel a:hover h4.theme__none--with-hover,
.t__change-lab--pas a:hover h1.t__none--w-hov,
.t__change-lab--pas a:hover h1.theme__none--with-hover,
.t__change-lab--pas a:hover h2.t__none--w-hov,
.t__change-lab--pas a:hover h2.theme__none--with-hover,
.t__change-lab--pas a:hover h3.t__none--w-hov,
.t__change-lab--pas a:hover h3.theme__none--with-hover,
.t__change-lab--pas a:hover h4.t__none--w-hov,
.t__change-lab--pas a:hover h4.theme__none--with-hover {
  color: rgba(95, 58, 153, 0.1);
}

.theme__change-lab--background-primary,
.t__change-lab--bg-pri {
  background-color: #5F3A99;
}

.theme__change-lab--background-secondary,
.t__change-lab--bg-sec {
  background-color: rgba(239, 209, 84, 0.3);
}

.theme__change-lab--background-pastel,
.t__change-lab--bg-pas {
  background-color: rgba(95, 58, 153, 0.1);
}

.theme__bpink--primary h1, .theme__bpink--primary h2, .theme__bpink--primary h3, .theme__bpink--primary h4, .theme__bpink--primary h5, .theme__bpink--primary h6,
.t__bpink--pri h1,
.t__bpink--pri h2,
.t__bpink--pri h3,
.t__bpink--pri h4,
.t__bpink--pri h5,
.t__bpink--pri h6 {
  color: #FF73FF;
}
.theme__bpink--primary a,
.t__bpink--pri a {
  color: #4a4a4a;
  border-color: #FF73FF;
  text-decoration: none;
}
.theme__bpink--primary a:hover,
.t__bpink--pri a:hover {
  color: #FF73FF;
}
.theme__bpink--primary a:hover h1, .theme__bpink--primary a:hover h2, .theme__bpink--primary a:hover h3, .theme__bpink--primary a:hover h4, .theme__bpink--primary a:hover h5, .theme__bpink--primary a:hover h6,
.t__bpink--pri a:hover h1,
.t__bpink--pri a:hover h2,
.t__bpink--pri a:hover h3,
.t__bpink--pri a:hover h4,
.t__bpink--pri a:hover h5,
.t__bpink--pri a:hover h6 {
  color: #FF73FF;
}
.theme__bpink--primary a div,
.t__bpink--pri a div {
  border-color: #FF73FF !important;
}
.theme__bpink--primary input,
.t__bpink--pri input {
  border-color: #FF73FF;
}
.theme__bpink--primary p,
.t__bpink--pri p {
  color: #4a4a4a;
}
.theme__bpink--primary .button,
.theme__bpink--primary .btn,
.theme__bpink--primary .btn__pill, .theme__bpink--primary.button, .theme__bpink--primary.btn, .theme__bpink--primary.btn__pill,
.t__bpink--pri .button,
.t__bpink--pri .btn,
.t__bpink--pri .btn__pill,
.t__bpink--pri.button,
.t__bpink--pri.btn,
.t__bpink--pri.btn__pill {
  border-color: #FF73FF;
}
@media (hover: hover) {
  .theme__bpink--primary .button:hover,
  .theme__bpink--primary .btn:hover,
  .theme__bpink--primary .btn__pill:hover, .theme__bpink--primary.button:hover, .theme__bpink--primary.btn:hover, .theme__bpink--primary.btn__pill:hover,
  .t__bpink--pri .button:hover,
  .t__bpink--pri .btn:hover,
  .t__bpink--pri .btn__pill:hover,
  .t__bpink--pri.button:hover,
  .t__bpink--pri.btn:hover,
  .t__bpink--pri.btn__pill:hover {
    color: #ffffff;
    background: #FF73FF;
  }
  .theme__bpink--primary .button:hover i,
  .theme__bpink--primary .btn:hover i,
  .theme__bpink--primary .btn__pill:hover i, .theme__bpink--primary.button:hover i, .theme__bpink--primary.btn:hover i, .theme__bpink--primary.btn__pill:hover i,
  .t__bpink--pri .button:hover i,
  .t__bpink--pri .btn:hover i,
  .t__bpink--pri .btn__pill:hover i,
  .t__bpink--pri.button:hover i,
  .t__bpink--pri.btn:hover i,
  .t__bpink--pri.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__bpink--primary .button__invert,
.theme__bpink--primary .btn__invert,
.theme__bpink--primary .btn__pill__invert, .theme__bpink--primary.button__invert, .theme__bpink--primary.btn__invert, .theme__bpink--primary.btn__pill__invert,
.t__bpink--pri .button__invert,
.t__bpink--pri .btn__invert,
.t__bpink--pri .btn__pill__invert,
.t__bpink--pri.button__invert,
.t__bpink--pri.btn__invert,
.t__bpink--pri.btn__pill__invert {
  background-color: #FF73FF;
  color: #ffffff;
}
.theme__bpink--primary .button__invert h4,
.theme__bpink--primary .btn__invert h4,
.theme__bpink--primary .btn__pill__invert h4, .theme__bpink--primary.button__invert h4, .theme__bpink--primary.btn__invert h4, .theme__bpink--primary.btn__pill__invert h4,
.t__bpink--pri .button__invert h4,
.t__bpink--pri .btn__invert h4,
.t__bpink--pri .btn__pill__invert h4,
.t__bpink--pri.button__invert h4,
.t__bpink--pri.btn__invert h4,
.t__bpink--pri.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__bpink--primary .button__invert:hover,
.theme__bpink--primary .btn__invert:hover,
.theme__bpink--primary .btn__pill__invert:hover, .theme__bpink--primary.button__invert:hover, .theme__bpink--primary.btn__invert:hover, .theme__bpink--primary.btn__pill__invert:hover,
.t__bpink--pri .button__invert:hover,
.t__bpink--pri .btn__invert:hover,
.t__bpink--pri .btn__pill__invert:hover,
.t__bpink--pri.button__invert:hover,
.t__bpink--pri.btn__invert:hover,
.t__bpink--pri.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__bpink--primary .button__invert:hover h4,
.theme__bpink--primary .btn__invert:hover h4,
.theme__bpink--primary .btn__pill__invert:hover h4, .theme__bpink--primary.button__invert:hover h4, .theme__bpink--primary.btn__invert:hover h4, .theme__bpink--primary.btn__pill__invert:hover h4,
.t__bpink--pri .button__invert:hover h4,
.t__bpink--pri .btn__invert:hover h4,
.t__bpink--pri .btn__pill__invert:hover h4,
.t__bpink--pri.button__invert:hover h4,
.t__bpink--pri.btn__invert:hover h4,
.t__bpink--pri.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__bpink--primary .button__invert--hover:hover,
.theme__bpink--primary .btn__invert--hover:hover,
.theme__bpink--primary .btn__pill__invert--hover:hover, .theme__bpink--primary.button__invert--hover:hover, .theme__bpink--primary.btn__invert--hover:hover, .theme__bpink--primary.btn__pill__invert--hover:hover,
.t__bpink--pri .button__invert--hover:hover,
.t__bpink--pri .btn__invert--hover:hover,
.t__bpink--pri .btn__pill__invert--hover:hover,
.t__bpink--pri.button__invert--hover:hover,
.t__bpink--pri.btn__invert--hover:hover,
.t__bpink--pri.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__bpink--primary .button__under,
.theme__bpink--primary .btn__under,
.theme__bpink--primary .btn__pill__under, .theme__bpink--primary.button__under, .theme__bpink--primary.btn__under, .theme__bpink--primary.btn__pill__under,
.t__bpink--pri .button__under,
.t__bpink--pri .btn__under,
.t__bpink--pri .btn__pill__under,
.t__bpink--pri.button__under,
.t__bpink--pri.btn__under,
.t__bpink--pri.btn__pill__under {
  border-color: #FF73FF;
}
.theme__bpink--primary .btn__large,
.t__bpink--pri .btn__large {
  background-color: #FF73FF;
}
.theme__bpink--primary .input__search,
.t__bpink--pri .input__search {
  border-color: #FF73FF;
}
.theme__bpink--primary .input__search i,
.t__bpink--pri .input__search i {
  color: #4a4a4a;
}
.theme__bpink--primary .input__search:hover i,
.t__bpink--pri .input__search:hover i {
  color: #FF73FF;
}
.theme__bpink--primary .component__foreground,
.t__bpink--pri .component__foreground {
  color: #4a4a4a;
}
.theme__bpink--primary.card,
.theme__bpink--primary .card, .theme__bpink--primary.card__with-image,
.theme__bpink--primary .card__with-image,
.t__bpink--pri.card,
.t__bpink--pri .card,
.t__bpink--pri.card__with-image,
.t__bpink--pri .card__with-image {
  border-color: #FF73FF;
}
.theme__bpink--primary.card__highlight,
.theme__bpink--primary .card__highlight,
.theme__bpink--primary .card__highlight--image,
.theme__bpink--primary .card__highlight--final,
.t__bpink--pri.card__highlight,
.t__bpink--pri .card__highlight,
.t__bpink--pri .card__highlight--image,
.t__bpink--pri .card__highlight--final {
  background-color: #FF73FF;
  border-color: #FF73FF;
}
.theme__bpink--primary.card__highlight--title,
.theme__bpink--primary .card__highlight--title,
.theme__bpink--primary .card__highlight--image,
.theme__bpink--primary .card__highlight--final,
.t__bpink--pri.card__highlight--title,
.t__bpink--pri .card__highlight--title,
.t__bpink--pri .card__highlight--image,
.t__bpink--pri .card__highlight--final {
  color: #4a4a4a;
}
.theme__bpink--primary .image-slider__selector--dot,
.t__bpink--pri .image-slider__selector--dot {
  background-color: #FF73FF;
}
.theme__bpink--primary .call-to-action__text h3,
.t__bpink--pri .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__bpink--primary .officer__block--title h5, .theme__bpink--primary .officer__block--title h6,
.t__bpink--pri .officer__block--title h5,
.t__bpink--pri .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__bpink--primary .block__statement--link,
.t__bpink--pri .block__statement--link {
  color: #4a4a4a;
}
.theme__bpink--primary .card__cutoff,
.t__bpink--pri .card__cutoff {
  background: linear-gradient(#FF73FF, #FF73FF), linear-gradient(white, white);
}
.theme__bpink--primary .card__cutoff p,
.t__bpink--pri .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__bpink--primary .card__cutoff:hover,
  .t__bpink--pri .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__bpink--primary .card__cutoff:hover p,
  .t__bpink--pri .card__cutoff:hover p {
    color: #FF73FF;
  }
  .theme__bpink--primary .card__cutoff:hover .card__cutoff--link,
  .t__bpink--pri .card__cutoff:hover .card__cutoff--link {
    color: #FF73FF;
  }
  .theme__bpink--primary .card__cutoff:hover .card__cutoff--text,
  .t__bpink--pri .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__bpink--primary .card__cutoff:hover .card__cutoff--text p,
  .t__bpink--pri .card__cutoff:hover .card__cutoff--text p {
    color: #FF73FF;
  }
  .theme__bpink--primary .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__bpink--pri .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: #FF73FF;
  }
}
.theme__bpink--primary .card__cutoff--link,
.t__bpink--pri .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__bpink--primary .card__cutoff--link:hover,
  .t__bpink--pri .card__cutoff--link:hover {
    color: #FF73FF;
  }
  .theme__bpink--primary .card__cutoff--link:hover--link,
  .t__bpink--pri .card__cutoff--link:hover--link {
    color: #FF73FF;
  }
}
.theme__bpink--primary .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__bpink--pri .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: #FF73FF;
}
.theme__bpink--primary .dropdown__toggle--title,
.t__bpink--pri .dropdown__toggle--title {
  color: #FF73FF;
}
.theme__bpink--primary .dropdown__toggle--icon i,
.t__bpink--pri .dropdown__toggle--icon i {
  color: #FF73FF;
}
.theme__bpink--primary .large_timer__countdown--item_large,
.t__bpink--pri .large_timer__countdown--item_large {
  background-color: #FF73FF;
}
.theme__bpink--primary .large_timer__countdown--item_medium,
.t__bpink--pri .large_timer__countdown--item_medium {
  background-color: #FF73FF;
}
.theme__bpink--primary .large_timer__countdown--item_small,
.t__bpink--pri .large_timer__countdown--item_small {
  background-color: #FF73FF;
}
.theme__bpink--primary .modalcontent,
.t__bpink--pri .modalcontent {
  border-color: #FF73FF;
}
.theme__bpink--primary .transparent__header,
.t__bpink--pri .transparent__header {
  background: #FF73FF;
}
.theme__bpink--primary .breadcrumb__slashes,
.t__bpink--pri .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__bpink--primary .the-list,
.t__bpink--pri .the-list {
  background-color: #FF73FF;
}
.theme__bpink--primary .the-list option,
.t__bpink--pri .the-list option {
  border-color: #FF73FF !important;
}
.theme__bpink--primary .es-list::-webkit-scrollbar-thumb,
.t__bpink--pri .es-list::-webkit-scrollbar-thumb {
  background: #FF73FF;
}
.theme__bpink--primary .es-visible,
.t__bpink--pri .es-visible {
  border-color: #FF73FF !important;
}
.theme__bpink--primary .ot-open,
.theme__bpink--primary .ot-closed,
.t__bpink--pri .ot-open,
.t__bpink--pri .ot-closed {
  color: #FF73FF;
}
.theme__bpink--primary .colour__foreground,
.t__bpink--pri .colour__foreground {
  color: #FF73FF;
}
.theme__bpink--primary h1.t__none,
.theme__bpink--primary h1.theme__none,
.theme__bpink--primary h2.t__none,
.theme__bpink--primary h2.theme__none,
.theme__bpink--primary h3.t__none,
.theme__bpink--primary h3.theme__none,
.theme__bpink--primary h4.t__none,
.theme__bpink--primary h4.theme__none,
.theme__bpink--primary h1.t__none--w-hov,
.theme__bpink--primary h1.theme__none--with-hover,
.theme__bpink--primary h2.t__none--w-hov,
.theme__bpink--primary h2.theme__none--with-hover,
.theme__bpink--primary h3.t__none--w-hov,
.theme__bpink--primary h3.theme__none--with-hover,
.theme__bpink--primary h4.t__none--w-hov,
.theme__bpink--primary h4.theme__none--with-hover,
.t__bpink--pri h1.t__none,
.t__bpink--pri h1.theme__none,
.t__bpink--pri h2.t__none,
.t__bpink--pri h2.theme__none,
.t__bpink--pri h3.t__none,
.t__bpink--pri h3.theme__none,
.t__bpink--pri h4.t__none,
.t__bpink--pri h4.theme__none,
.t__bpink--pri h1.t__none--w-hov,
.t__bpink--pri h1.theme__none--with-hover,
.t__bpink--pri h2.t__none--w-hov,
.t__bpink--pri h2.theme__none--with-hover,
.t__bpink--pri h3.t__none--w-hov,
.t__bpink--pri h3.theme__none--with-hover,
.t__bpink--pri h4.t__none--w-hov,
.t__bpink--pri h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__bpink--primary span.t__none,
.theme__bpink--primary span.theme__none,
.t__bpink--pri span.t__none,
.t__bpink--pri span.theme__none {
  color: #4a4a4a;
}
.theme__bpink--primary i.t__none,
.theme__bpink--primary i.theme__none,
.t__bpink--pri i.t__none,
.t__bpink--pri i.theme__none {
  color: #4a4a4a;
}
.theme__bpink--primary a.border__none,
.theme__bpink--primary a.b__none,
.t__bpink--pri a.border__none,
.t__bpink--pri a.b__none {
  border: 0;
}
.theme__bpink--primary a:hover h1.t__none,
.theme__bpink--primary a:hover h1.theme__none,
.theme__bpink--primary a:hover h2.t__none,
.theme__bpink--primary a:hover h2.theme__none,
.theme__bpink--primary a:hover h3.t__none,
.theme__bpink--primary a:hover h3.theme__none,
.theme__bpink--primary a:hover h4.t__none,
.theme__bpink--primary a:hover h4.theme__none,
.t__bpink--pri a:hover h1.t__none,
.t__bpink--pri a:hover h1.theme__none,
.t__bpink--pri a:hover h2.t__none,
.t__bpink--pri a:hover h2.theme__none,
.t__bpink--pri a:hover h3.t__none,
.t__bpink--pri a:hover h3.theme__none,
.t__bpink--pri a:hover h4.t__none,
.t__bpink--pri a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__bpink--primary a:hover h1.t__none--w-hov,
.theme__bpink--primary a:hover h1.theme__none--with-hover,
.theme__bpink--primary a:hover h2.t__none--w-hov,
.theme__bpink--primary a:hover h2.theme__none--with-hover,
.theme__bpink--primary a:hover h3.t__none--w-hov,
.theme__bpink--primary a:hover h3.theme__none--with-hover,
.theme__bpink--primary a:hover h4.t__none--w-hov,
.theme__bpink--primary a:hover h4.theme__none--with-hover,
.t__bpink--pri a:hover h1.t__none--w-hov,
.t__bpink--pri a:hover h1.theme__none--with-hover,
.t__bpink--pri a:hover h2.t__none--w-hov,
.t__bpink--pri a:hover h2.theme__none--with-hover,
.t__bpink--pri a:hover h3.t__none--w-hov,
.t__bpink--pri a:hover h3.theme__none--with-hover,
.t__bpink--pri a:hover h4.t__none--w-hov,
.t__bpink--pri a:hover h4.theme__none--with-hover {
  color: #FF73FF;
}
.theme__bpink--primary .dotted__line--small, .theme__bpink--primary .dotted__line--medium, .theme__bpink--primary .dotted__line--large, .theme__bpink--primary .dotted__line--x-large, .theme__bpink--primary .dotted__line--huge,
.t__bpink--pri .dotted__line--small,
.t__bpink--pri .dotted__line--medium,
.t__bpink--pri .dotted__line--large,
.t__bpink--pri .dotted__line--x-large,
.t__bpink--pri .dotted__line--huge {
  border-image-source: url("https://assets-cdn.sums.su/SH/Dotted_Borders/dotted_bpink.png");
}

.theme__bpink--secondary h1, .theme__bpink--secondary h2, .theme__bpink--secondary h3, .theme__bpink--secondary h4, .theme__bpink--secondary h5, .theme__bpink--secondary h6,
.t__bpink--sec h1,
.t__bpink--sec h2,
.t__bpink--sec h3,
.t__bpink--sec h4,
.t__bpink--sec h5,
.t__bpink--sec h6 {
  color: #FF73FF;
}
.theme__bpink--secondary a,
.t__bpink--sec a {
  color: #4a4a4a;
  border-color: #FF73FF;
  text-decoration: none;
}
.theme__bpink--secondary a:hover,
.t__bpink--sec a:hover {
  color: #FF73FF;
}
.theme__bpink--secondary a:hover h1, .theme__bpink--secondary a:hover h2, .theme__bpink--secondary a:hover h3, .theme__bpink--secondary a:hover h4, .theme__bpink--secondary a:hover h5, .theme__bpink--secondary a:hover h6,
.t__bpink--sec a:hover h1,
.t__bpink--sec a:hover h2,
.t__bpink--sec a:hover h3,
.t__bpink--sec a:hover h4,
.t__bpink--sec a:hover h5,
.t__bpink--sec a:hover h6 {
  color: #FF73FF;
}
.theme__bpink--secondary a div,
.t__bpink--sec a div {
  border-color: #FF73FF !important;
}
.theme__bpink--secondary input,
.t__bpink--sec input {
  border-color: #FF73FF;
}
.theme__bpink--secondary p,
.t__bpink--sec p {
  color: #4a4a4a;
}
.theme__bpink--secondary .button,
.theme__bpink--secondary .btn,
.theme__bpink--secondary .btn__pill, .theme__bpink--secondary.button, .theme__bpink--secondary.btn, .theme__bpink--secondary.btn__pill,
.t__bpink--sec .button,
.t__bpink--sec .btn,
.t__bpink--sec .btn__pill,
.t__bpink--sec.button,
.t__bpink--sec.btn,
.t__bpink--sec.btn__pill {
  border-color: #FF73FF;
}
@media (hover: hover) {
  .theme__bpink--secondary .button:hover,
  .theme__bpink--secondary .btn:hover,
  .theme__bpink--secondary .btn__pill:hover, .theme__bpink--secondary.button:hover, .theme__bpink--secondary.btn:hover, .theme__bpink--secondary.btn__pill:hover,
  .t__bpink--sec .button:hover,
  .t__bpink--sec .btn:hover,
  .t__bpink--sec .btn__pill:hover,
  .t__bpink--sec.button:hover,
  .t__bpink--sec.btn:hover,
  .t__bpink--sec.btn__pill:hover {
    color: #ffffff;
    background: #FF73FF;
  }
  .theme__bpink--secondary .button:hover i,
  .theme__bpink--secondary .btn:hover i,
  .theme__bpink--secondary .btn__pill:hover i, .theme__bpink--secondary.button:hover i, .theme__bpink--secondary.btn:hover i, .theme__bpink--secondary.btn__pill:hover i,
  .t__bpink--sec .button:hover i,
  .t__bpink--sec .btn:hover i,
  .t__bpink--sec .btn__pill:hover i,
  .t__bpink--sec.button:hover i,
  .t__bpink--sec.btn:hover i,
  .t__bpink--sec.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__bpink--secondary .button__invert,
.theme__bpink--secondary .btn__invert,
.theme__bpink--secondary .btn__pill__invert, .theme__bpink--secondary.button__invert, .theme__bpink--secondary.btn__invert, .theme__bpink--secondary.btn__pill__invert,
.t__bpink--sec .button__invert,
.t__bpink--sec .btn__invert,
.t__bpink--sec .btn__pill__invert,
.t__bpink--sec.button__invert,
.t__bpink--sec.btn__invert,
.t__bpink--sec.btn__pill__invert {
  background-color: #FF73FF;
  color: #ffffff;
}
.theme__bpink--secondary .button__invert h4,
.theme__bpink--secondary .btn__invert h4,
.theme__bpink--secondary .btn__pill__invert h4, .theme__bpink--secondary.button__invert h4, .theme__bpink--secondary.btn__invert h4, .theme__bpink--secondary.btn__pill__invert h4,
.t__bpink--sec .button__invert h4,
.t__bpink--sec .btn__invert h4,
.t__bpink--sec .btn__pill__invert h4,
.t__bpink--sec.button__invert h4,
.t__bpink--sec.btn__invert h4,
.t__bpink--sec.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__bpink--secondary .button__invert:hover,
.theme__bpink--secondary .btn__invert:hover,
.theme__bpink--secondary .btn__pill__invert:hover, .theme__bpink--secondary.button__invert:hover, .theme__bpink--secondary.btn__invert:hover, .theme__bpink--secondary.btn__pill__invert:hover,
.t__bpink--sec .button__invert:hover,
.t__bpink--sec .btn__invert:hover,
.t__bpink--sec .btn__pill__invert:hover,
.t__bpink--sec.button__invert:hover,
.t__bpink--sec.btn__invert:hover,
.t__bpink--sec.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__bpink--secondary .button__invert:hover h4,
.theme__bpink--secondary .btn__invert:hover h4,
.theme__bpink--secondary .btn__pill__invert:hover h4, .theme__bpink--secondary.button__invert:hover h4, .theme__bpink--secondary.btn__invert:hover h4, .theme__bpink--secondary.btn__pill__invert:hover h4,
.t__bpink--sec .button__invert:hover h4,
.t__bpink--sec .btn__invert:hover h4,
.t__bpink--sec .btn__pill__invert:hover h4,
.t__bpink--sec.button__invert:hover h4,
.t__bpink--sec.btn__invert:hover h4,
.t__bpink--sec.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__bpink--secondary .button__invert--hover:hover,
.theme__bpink--secondary .btn__invert--hover:hover,
.theme__bpink--secondary .btn__pill__invert--hover:hover, .theme__bpink--secondary.button__invert--hover:hover, .theme__bpink--secondary.btn__invert--hover:hover, .theme__bpink--secondary.btn__pill__invert--hover:hover,
.t__bpink--sec .button__invert--hover:hover,
.t__bpink--sec .btn__invert--hover:hover,
.t__bpink--sec .btn__pill__invert--hover:hover,
.t__bpink--sec.button__invert--hover:hover,
.t__bpink--sec.btn__invert--hover:hover,
.t__bpink--sec.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__bpink--secondary .button__under,
.theme__bpink--secondary .btn__under,
.theme__bpink--secondary .btn__pill__under, .theme__bpink--secondary.button__under, .theme__bpink--secondary.btn__under, .theme__bpink--secondary.btn__pill__under,
.t__bpink--sec .button__under,
.t__bpink--sec .btn__under,
.t__bpink--sec .btn__pill__under,
.t__bpink--sec.button__under,
.t__bpink--sec.btn__under,
.t__bpink--sec.btn__pill__under {
  border-color: #FF73FF;
}
.theme__bpink--secondary .btn__large,
.t__bpink--sec .btn__large {
  background-color: #FF73FF;
}
.theme__bpink--secondary .input__search,
.t__bpink--sec .input__search {
  border-color: #FF73FF;
}
.theme__bpink--secondary .input__search i,
.t__bpink--sec .input__search i {
  color: #4a4a4a;
}
.theme__bpink--secondary .input__search:hover i,
.t__bpink--sec .input__search:hover i {
  color: #FF73FF;
}
.theme__bpink--secondary .component__foreground,
.t__bpink--sec .component__foreground {
  color: #4a4a4a;
}
.theme__bpink--secondary.card,
.theme__bpink--secondary .card, .theme__bpink--secondary.card__with-image,
.theme__bpink--secondary .card__with-image,
.t__bpink--sec.card,
.t__bpink--sec .card,
.t__bpink--sec.card__with-image,
.t__bpink--sec .card__with-image {
  border-color: #FF73FF;
}
.theme__bpink--secondary.card__highlight,
.theme__bpink--secondary .card__highlight,
.theme__bpink--secondary .card__highlight--image,
.theme__bpink--secondary .card__highlight--final,
.t__bpink--sec.card__highlight,
.t__bpink--sec .card__highlight,
.t__bpink--sec .card__highlight--image,
.t__bpink--sec .card__highlight--final {
  background-color: #FF73FF;
  border-color: #FF73FF;
}
.theme__bpink--secondary.card__highlight--title,
.theme__bpink--secondary .card__highlight--title,
.theme__bpink--secondary .card__highlight--image,
.theme__bpink--secondary .card__highlight--final,
.t__bpink--sec.card__highlight--title,
.t__bpink--sec .card__highlight--title,
.t__bpink--sec .card__highlight--image,
.t__bpink--sec .card__highlight--final {
  color: #4a4a4a;
}
.theme__bpink--secondary .image-slider__selector--dot,
.t__bpink--sec .image-slider__selector--dot {
  background-color: #FF73FF;
}
.theme__bpink--secondary .call-to-action__text h3,
.t__bpink--sec .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__bpink--secondary .officer__block--title h5, .theme__bpink--secondary .officer__block--title h6,
.t__bpink--sec .officer__block--title h5,
.t__bpink--sec .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__bpink--secondary .block__statement--link,
.t__bpink--sec .block__statement--link {
  color: #4a4a4a;
}
.theme__bpink--secondary .card__cutoff,
.t__bpink--sec .card__cutoff {
  background: linear-gradient(#FF73FF, #FF73FF), linear-gradient(white, white);
}
.theme__bpink--secondary .card__cutoff p,
.t__bpink--sec .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__bpink--secondary .card__cutoff:hover,
  .t__bpink--sec .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__bpink--secondary .card__cutoff:hover p,
  .t__bpink--sec .card__cutoff:hover p {
    color: #FF73FF;
  }
  .theme__bpink--secondary .card__cutoff:hover .card__cutoff--link,
  .t__bpink--sec .card__cutoff:hover .card__cutoff--link {
    color: #FF73FF;
  }
  .theme__bpink--secondary .card__cutoff:hover .card__cutoff--text,
  .t__bpink--sec .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__bpink--secondary .card__cutoff:hover .card__cutoff--text p,
  .t__bpink--sec .card__cutoff:hover .card__cutoff--text p {
    color: #FF73FF;
  }
  .theme__bpink--secondary .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__bpink--sec .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: #FF73FF;
  }
}
.theme__bpink--secondary .card__cutoff--link,
.t__bpink--sec .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__bpink--secondary .card__cutoff--link:hover,
  .t__bpink--sec .card__cutoff--link:hover {
    color: #FF73FF;
  }
  .theme__bpink--secondary .card__cutoff--link:hover--link,
  .t__bpink--sec .card__cutoff--link:hover--link {
    color: #FF73FF;
  }
}
.theme__bpink--secondary .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__bpink--sec .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: #FF73FF;
}
.theme__bpink--secondary .dropdown__toggle--title,
.t__bpink--sec .dropdown__toggle--title {
  color: #FF73FF;
}
.theme__bpink--secondary .dropdown__toggle--icon i,
.t__bpink--sec .dropdown__toggle--icon i {
  color: #FF73FF;
}
.theme__bpink--secondary .large_timer__countdown--item_large,
.t__bpink--sec .large_timer__countdown--item_large {
  background-color: #FF73FF;
}
.theme__bpink--secondary .large_timer__countdown--item_medium,
.t__bpink--sec .large_timer__countdown--item_medium {
  background-color: #FF73FF;
}
.theme__bpink--secondary .large_timer__countdown--item_small,
.t__bpink--sec .large_timer__countdown--item_small {
  background-color: #FF73FF;
}
.theme__bpink--secondary .modalcontent,
.t__bpink--sec .modalcontent {
  border-color: #FF73FF;
}
.theme__bpink--secondary .transparent__header,
.t__bpink--sec .transparent__header {
  background: #FF73FF;
}
.theme__bpink--secondary .breadcrumb__slashes,
.t__bpink--sec .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__bpink--secondary .the-list,
.t__bpink--sec .the-list {
  background-color: #FF73FF;
}
.theme__bpink--secondary .the-list option,
.t__bpink--sec .the-list option {
  border-color: #FF73FF !important;
}
.theme__bpink--secondary .es-list::-webkit-scrollbar-thumb,
.t__bpink--sec .es-list::-webkit-scrollbar-thumb {
  background: #FF73FF;
}
.theme__bpink--secondary .es-visible,
.t__bpink--sec .es-visible {
  border-color: #FF73FF !important;
}
.theme__bpink--secondary .ot-open,
.theme__bpink--secondary .ot-closed,
.t__bpink--sec .ot-open,
.t__bpink--sec .ot-closed {
  color: #FF73FF;
}
.theme__bpink--secondary .colour__foreground,
.t__bpink--sec .colour__foreground {
  color: #FF73FF;
}
.theme__bpink--secondary h1.t__none,
.theme__bpink--secondary h1.theme__none,
.theme__bpink--secondary h2.t__none,
.theme__bpink--secondary h2.theme__none,
.theme__bpink--secondary h3.t__none,
.theme__bpink--secondary h3.theme__none,
.theme__bpink--secondary h4.t__none,
.theme__bpink--secondary h4.theme__none,
.theme__bpink--secondary h1.t__none--w-hov,
.theme__bpink--secondary h1.theme__none--with-hover,
.theme__bpink--secondary h2.t__none--w-hov,
.theme__bpink--secondary h2.theme__none--with-hover,
.theme__bpink--secondary h3.t__none--w-hov,
.theme__bpink--secondary h3.theme__none--with-hover,
.theme__bpink--secondary h4.t__none--w-hov,
.theme__bpink--secondary h4.theme__none--with-hover,
.t__bpink--sec h1.t__none,
.t__bpink--sec h1.theme__none,
.t__bpink--sec h2.t__none,
.t__bpink--sec h2.theme__none,
.t__bpink--sec h3.t__none,
.t__bpink--sec h3.theme__none,
.t__bpink--sec h4.t__none,
.t__bpink--sec h4.theme__none,
.t__bpink--sec h1.t__none--w-hov,
.t__bpink--sec h1.theme__none--with-hover,
.t__bpink--sec h2.t__none--w-hov,
.t__bpink--sec h2.theme__none--with-hover,
.t__bpink--sec h3.t__none--w-hov,
.t__bpink--sec h3.theme__none--with-hover,
.t__bpink--sec h4.t__none--w-hov,
.t__bpink--sec h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__bpink--secondary span.t__none,
.theme__bpink--secondary span.theme__none,
.t__bpink--sec span.t__none,
.t__bpink--sec span.theme__none {
  color: #4a4a4a;
}
.theme__bpink--secondary i.t__none,
.theme__bpink--secondary i.theme__none,
.t__bpink--sec i.t__none,
.t__bpink--sec i.theme__none {
  color: #4a4a4a;
}
.theme__bpink--secondary a.border__none,
.theme__bpink--secondary a.b__none,
.t__bpink--sec a.border__none,
.t__bpink--sec a.b__none {
  border: 0;
}
.theme__bpink--secondary a:hover h1.t__none,
.theme__bpink--secondary a:hover h1.theme__none,
.theme__bpink--secondary a:hover h2.t__none,
.theme__bpink--secondary a:hover h2.theme__none,
.theme__bpink--secondary a:hover h3.t__none,
.theme__bpink--secondary a:hover h3.theme__none,
.theme__bpink--secondary a:hover h4.t__none,
.theme__bpink--secondary a:hover h4.theme__none,
.t__bpink--sec a:hover h1.t__none,
.t__bpink--sec a:hover h1.theme__none,
.t__bpink--sec a:hover h2.t__none,
.t__bpink--sec a:hover h2.theme__none,
.t__bpink--sec a:hover h3.t__none,
.t__bpink--sec a:hover h3.theme__none,
.t__bpink--sec a:hover h4.t__none,
.t__bpink--sec a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__bpink--secondary a:hover h1.t__none--w-hov,
.theme__bpink--secondary a:hover h1.theme__none--with-hover,
.theme__bpink--secondary a:hover h2.t__none--w-hov,
.theme__bpink--secondary a:hover h2.theme__none--with-hover,
.theme__bpink--secondary a:hover h3.t__none--w-hov,
.theme__bpink--secondary a:hover h3.theme__none--with-hover,
.theme__bpink--secondary a:hover h4.t__none--w-hov,
.theme__bpink--secondary a:hover h4.theme__none--with-hover,
.t__bpink--sec a:hover h1.t__none--w-hov,
.t__bpink--sec a:hover h1.theme__none--with-hover,
.t__bpink--sec a:hover h2.t__none--w-hov,
.t__bpink--sec a:hover h2.theme__none--with-hover,
.t__bpink--sec a:hover h3.t__none--w-hov,
.t__bpink--sec a:hover h3.theme__none--with-hover,
.t__bpink--sec a:hover h4.t__none--w-hov,
.t__bpink--sec a:hover h4.theme__none--with-hover {
  color: #FF73FF;
}

.theme__bpink--pastel h1, .theme__bpink--pastel h2, .theme__bpink--pastel h3, .theme__bpink--pastel h4, .theme__bpink--pastel h5, .theme__bpink--pastel h6,
.t__bpink--pas h1,
.t__bpink--pas h2,
.t__bpink--pas h3,
.t__bpink--pas h4,
.t__bpink--pas h5,
.t__bpink--pas h6 {
  color: rgba(255, 115, 255, 0.1);
}
.theme__bpink--pastel a,
.t__bpink--pas a {
  color: #4a4a4a;
  border-color: rgba(255, 115, 255, 0.1);
  text-decoration: none;
}
.theme__bpink--pastel a:hover,
.t__bpink--pas a:hover {
  color: rgba(255, 115, 255, 0.1);
}
.theme__bpink--pastel a:hover h1, .theme__bpink--pastel a:hover h2, .theme__bpink--pastel a:hover h3, .theme__bpink--pastel a:hover h4, .theme__bpink--pastel a:hover h5, .theme__bpink--pastel a:hover h6,
.t__bpink--pas a:hover h1,
.t__bpink--pas a:hover h2,
.t__bpink--pas a:hover h3,
.t__bpink--pas a:hover h4,
.t__bpink--pas a:hover h5,
.t__bpink--pas a:hover h6 {
  color: rgba(255, 115, 255, 0.1);
}
.theme__bpink--pastel a div,
.t__bpink--pas a div {
  border-color: rgba(255, 115, 255, 0.1) !important;
}
.theme__bpink--pastel input,
.t__bpink--pas input {
  border-color: rgba(255, 115, 255, 0.1);
}
.theme__bpink--pastel p,
.t__bpink--pas p {
  color: #4a4a4a;
}
.theme__bpink--pastel .button,
.theme__bpink--pastel .btn,
.theme__bpink--pastel .btn__pill, .theme__bpink--pastel.button, .theme__bpink--pastel.btn, .theme__bpink--pastel.btn__pill,
.t__bpink--pas .button,
.t__bpink--pas .btn,
.t__bpink--pas .btn__pill,
.t__bpink--pas.button,
.t__bpink--pas.btn,
.t__bpink--pas.btn__pill {
  border-color: rgba(255, 115, 255, 0.1);
}
@media (hover: hover) {
  .theme__bpink--pastel .button:hover,
  .theme__bpink--pastel .btn:hover,
  .theme__bpink--pastel .btn__pill:hover, .theme__bpink--pastel.button:hover, .theme__bpink--pastel.btn:hover, .theme__bpink--pastel.btn__pill:hover,
  .t__bpink--pas .button:hover,
  .t__bpink--pas .btn:hover,
  .t__bpink--pas .btn__pill:hover,
  .t__bpink--pas.button:hover,
  .t__bpink--pas.btn:hover,
  .t__bpink--pas.btn__pill:hover {
    color: #ffffff;
    background: rgba(255, 115, 255, 0.1);
  }
  .theme__bpink--pastel .button:hover i,
  .theme__bpink--pastel .btn:hover i,
  .theme__bpink--pastel .btn__pill:hover i, .theme__bpink--pastel.button:hover i, .theme__bpink--pastel.btn:hover i, .theme__bpink--pastel.btn__pill:hover i,
  .t__bpink--pas .button:hover i,
  .t__bpink--pas .btn:hover i,
  .t__bpink--pas .btn__pill:hover i,
  .t__bpink--pas.button:hover i,
  .t__bpink--pas.btn:hover i,
  .t__bpink--pas.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__bpink--pastel .button__invert,
.theme__bpink--pastel .btn__invert,
.theme__bpink--pastel .btn__pill__invert, .theme__bpink--pastel.button__invert, .theme__bpink--pastel.btn__invert, .theme__bpink--pastel.btn__pill__invert,
.t__bpink--pas .button__invert,
.t__bpink--pas .btn__invert,
.t__bpink--pas .btn__pill__invert,
.t__bpink--pas.button__invert,
.t__bpink--pas.btn__invert,
.t__bpink--pas.btn__pill__invert {
  background-color: rgba(255, 115, 255, 0.1);
  color: #ffffff;
}
.theme__bpink--pastel .button__invert h4,
.theme__bpink--pastel .btn__invert h4,
.theme__bpink--pastel .btn__pill__invert h4, .theme__bpink--pastel.button__invert h4, .theme__bpink--pastel.btn__invert h4, .theme__bpink--pastel.btn__pill__invert h4,
.t__bpink--pas .button__invert h4,
.t__bpink--pas .btn__invert h4,
.t__bpink--pas .btn__pill__invert h4,
.t__bpink--pas.button__invert h4,
.t__bpink--pas.btn__invert h4,
.t__bpink--pas.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__bpink--pastel .button__invert:hover,
.theme__bpink--pastel .btn__invert:hover,
.theme__bpink--pastel .btn__pill__invert:hover, .theme__bpink--pastel.button__invert:hover, .theme__bpink--pastel.btn__invert:hover, .theme__bpink--pastel.btn__pill__invert:hover,
.t__bpink--pas .button__invert:hover,
.t__bpink--pas .btn__invert:hover,
.t__bpink--pas .btn__pill__invert:hover,
.t__bpink--pas.button__invert:hover,
.t__bpink--pas.btn__invert:hover,
.t__bpink--pas.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__bpink--pastel .button__invert:hover h4,
.theme__bpink--pastel .btn__invert:hover h4,
.theme__bpink--pastel .btn__pill__invert:hover h4, .theme__bpink--pastel.button__invert:hover h4, .theme__bpink--pastel.btn__invert:hover h4, .theme__bpink--pastel.btn__pill__invert:hover h4,
.t__bpink--pas .button__invert:hover h4,
.t__bpink--pas .btn__invert:hover h4,
.t__bpink--pas .btn__pill__invert:hover h4,
.t__bpink--pas.button__invert:hover h4,
.t__bpink--pas.btn__invert:hover h4,
.t__bpink--pas.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__bpink--pastel .button__invert--hover:hover,
.theme__bpink--pastel .btn__invert--hover:hover,
.theme__bpink--pastel .btn__pill__invert--hover:hover, .theme__bpink--pastel.button__invert--hover:hover, .theme__bpink--pastel.btn__invert--hover:hover, .theme__bpink--pastel.btn__pill__invert--hover:hover,
.t__bpink--pas .button__invert--hover:hover,
.t__bpink--pas .btn__invert--hover:hover,
.t__bpink--pas .btn__pill__invert--hover:hover,
.t__bpink--pas.button__invert--hover:hover,
.t__bpink--pas.btn__invert--hover:hover,
.t__bpink--pas.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__bpink--pastel .button__under,
.theme__bpink--pastel .btn__under,
.theme__bpink--pastel .btn__pill__under, .theme__bpink--pastel.button__under, .theme__bpink--pastel.btn__under, .theme__bpink--pastel.btn__pill__under,
.t__bpink--pas .button__under,
.t__bpink--pas .btn__under,
.t__bpink--pas .btn__pill__under,
.t__bpink--pas.button__under,
.t__bpink--pas.btn__under,
.t__bpink--pas.btn__pill__under {
  border-color: rgba(255, 115, 255, 0.1);
}
.theme__bpink--pastel .btn__large,
.t__bpink--pas .btn__large {
  background-color: rgba(255, 115, 255, 0.1);
}
.theme__bpink--pastel .input__search,
.t__bpink--pas .input__search {
  border-color: rgba(255, 115, 255, 0.1);
}
.theme__bpink--pastel .input__search i,
.t__bpink--pas .input__search i {
  color: #4a4a4a;
}
.theme__bpink--pastel .input__search:hover i,
.t__bpink--pas .input__search:hover i {
  color: rgba(255, 115, 255, 0.1);
}
.theme__bpink--pastel .component__foreground,
.t__bpink--pas .component__foreground {
  color: #4a4a4a;
}
.theme__bpink--pastel.card,
.theme__bpink--pastel .card, .theme__bpink--pastel.card__with-image,
.theme__bpink--pastel .card__with-image,
.t__bpink--pas.card,
.t__bpink--pas .card,
.t__bpink--pas.card__with-image,
.t__bpink--pas .card__with-image {
  border-color: rgba(255, 115, 255, 0.1);
}
.theme__bpink--pastel.card__highlight,
.theme__bpink--pastel .card__highlight,
.theme__bpink--pastel .card__highlight--image,
.theme__bpink--pastel .card__highlight--final,
.t__bpink--pas.card__highlight,
.t__bpink--pas .card__highlight,
.t__bpink--pas .card__highlight--image,
.t__bpink--pas .card__highlight--final {
  background-color: rgba(255, 115, 255, 0.1);
  border-color: rgba(255, 115, 255, 0.1);
}
.theme__bpink--pastel.card__highlight--title,
.theme__bpink--pastel .card__highlight--title,
.theme__bpink--pastel .card__highlight--image,
.theme__bpink--pastel .card__highlight--final,
.t__bpink--pas.card__highlight--title,
.t__bpink--pas .card__highlight--title,
.t__bpink--pas .card__highlight--image,
.t__bpink--pas .card__highlight--final {
  color: #4a4a4a;
}
.theme__bpink--pastel .image-slider__selector--dot,
.t__bpink--pas .image-slider__selector--dot {
  background-color: rgba(255, 115, 255, 0.1);
}
.theme__bpink--pastel .call-to-action__text h3,
.t__bpink--pas .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__bpink--pastel .officer__block--title h5, .theme__bpink--pastel .officer__block--title h6,
.t__bpink--pas .officer__block--title h5,
.t__bpink--pas .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__bpink--pastel .block__statement--link,
.t__bpink--pas .block__statement--link {
  color: #4a4a4a;
}
.theme__bpink--pastel .card__cutoff,
.t__bpink--pas .card__cutoff {
  background: linear-gradient(rgba(255, 115, 255, 0.1), rgba(255, 115, 255, 0.1)), linear-gradient(white, white);
}
.theme__bpink--pastel .card__cutoff p,
.t__bpink--pas .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__bpink--pastel .card__cutoff:hover,
  .t__bpink--pas .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__bpink--pastel .card__cutoff:hover p,
  .t__bpink--pas .card__cutoff:hover p {
    color: rgba(255, 115, 255, 0.1);
  }
  .theme__bpink--pastel .card__cutoff:hover .card__cutoff--link,
  .t__bpink--pas .card__cutoff:hover .card__cutoff--link {
    color: rgba(255, 115, 255, 0.1);
  }
  .theme__bpink--pastel .card__cutoff:hover .card__cutoff--text,
  .t__bpink--pas .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__bpink--pastel .card__cutoff:hover .card__cutoff--text p,
  .t__bpink--pas .card__cutoff:hover .card__cutoff--text p {
    color: rgba(255, 115, 255, 0.1);
  }
  .theme__bpink--pastel .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__bpink--pas .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: rgba(255, 115, 255, 0.1);
  }
}
.theme__bpink--pastel .card__cutoff--link,
.t__bpink--pas .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__bpink--pastel .card__cutoff--link:hover,
  .t__bpink--pas .card__cutoff--link:hover {
    color: rgba(255, 115, 255, 0.1);
  }
  .theme__bpink--pastel .card__cutoff--link:hover--link,
  .t__bpink--pas .card__cutoff--link:hover--link {
    color: rgba(255, 115, 255, 0.1);
  }
}
.theme__bpink--pastel .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__bpink--pas .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: rgba(255, 115, 255, 0.1);
}
.theme__bpink--pastel .dropdown__toggle--title,
.t__bpink--pas .dropdown__toggle--title {
  color: rgba(255, 115, 255, 0.1);
}
.theme__bpink--pastel .dropdown__toggle--icon i,
.t__bpink--pas .dropdown__toggle--icon i {
  color: rgba(255, 115, 255, 0.1);
}
.theme__bpink--pastel .large_timer__countdown--item_large,
.t__bpink--pas .large_timer__countdown--item_large {
  background-color: rgba(255, 115, 255, 0.1);
}
.theme__bpink--pastel .large_timer__countdown--item_medium,
.t__bpink--pas .large_timer__countdown--item_medium {
  background-color: rgba(255, 115, 255, 0.1);
}
.theme__bpink--pastel .large_timer__countdown--item_small,
.t__bpink--pas .large_timer__countdown--item_small {
  background-color: rgba(255, 115, 255, 0.1);
}
.theme__bpink--pastel .modalcontent,
.t__bpink--pas .modalcontent {
  border-color: rgba(255, 115, 255, 0.1);
}
.theme__bpink--pastel .transparent__header,
.t__bpink--pas .transparent__header {
  background: rgba(255, 115, 255, 0.1);
}
.theme__bpink--pastel .breadcrumb__slashes,
.t__bpink--pas .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__bpink--pastel .the-list,
.t__bpink--pas .the-list {
  background-color: rgba(255, 115, 255, 0.1);
}
.theme__bpink--pastel .the-list option,
.t__bpink--pas .the-list option {
  border-color: rgba(255, 115, 255, 0.1) !important;
}
.theme__bpink--pastel .es-list::-webkit-scrollbar-thumb,
.t__bpink--pas .es-list::-webkit-scrollbar-thumb {
  background: rgba(255, 115, 255, 0.1);
}
.theme__bpink--pastel .es-visible,
.t__bpink--pas .es-visible {
  border-color: rgba(255, 115, 255, 0.1) !important;
}
.theme__bpink--pastel .ot-open,
.theme__bpink--pastel .ot-closed,
.t__bpink--pas .ot-open,
.t__bpink--pas .ot-closed {
  color: rgba(255, 115, 255, 0.1);
}
.theme__bpink--pastel .colour__foreground,
.t__bpink--pas .colour__foreground {
  color: rgba(255, 115, 255, 0.1);
}
.theme__bpink--pastel h1.t__none,
.theme__bpink--pastel h1.theme__none,
.theme__bpink--pastel h2.t__none,
.theme__bpink--pastel h2.theme__none,
.theme__bpink--pastel h3.t__none,
.theme__bpink--pastel h3.theme__none,
.theme__bpink--pastel h4.t__none,
.theme__bpink--pastel h4.theme__none,
.theme__bpink--pastel h1.t__none--w-hov,
.theme__bpink--pastel h1.theme__none--with-hover,
.theme__bpink--pastel h2.t__none--w-hov,
.theme__bpink--pastel h2.theme__none--with-hover,
.theme__bpink--pastel h3.t__none--w-hov,
.theme__bpink--pastel h3.theme__none--with-hover,
.theme__bpink--pastel h4.t__none--w-hov,
.theme__bpink--pastel h4.theme__none--with-hover,
.t__bpink--pas h1.t__none,
.t__bpink--pas h1.theme__none,
.t__bpink--pas h2.t__none,
.t__bpink--pas h2.theme__none,
.t__bpink--pas h3.t__none,
.t__bpink--pas h3.theme__none,
.t__bpink--pas h4.t__none,
.t__bpink--pas h4.theme__none,
.t__bpink--pas h1.t__none--w-hov,
.t__bpink--pas h1.theme__none--with-hover,
.t__bpink--pas h2.t__none--w-hov,
.t__bpink--pas h2.theme__none--with-hover,
.t__bpink--pas h3.t__none--w-hov,
.t__bpink--pas h3.theme__none--with-hover,
.t__bpink--pas h4.t__none--w-hov,
.t__bpink--pas h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__bpink--pastel span.t__none,
.theme__bpink--pastel span.theme__none,
.t__bpink--pas span.t__none,
.t__bpink--pas span.theme__none {
  color: #4a4a4a;
}
.theme__bpink--pastel i.t__none,
.theme__bpink--pastel i.theme__none,
.t__bpink--pas i.t__none,
.t__bpink--pas i.theme__none {
  color: #4a4a4a;
}
.theme__bpink--pastel a.border__none,
.theme__bpink--pastel a.b__none,
.t__bpink--pas a.border__none,
.t__bpink--pas a.b__none {
  border: 0;
}
.theme__bpink--pastel a:hover h1.t__none,
.theme__bpink--pastel a:hover h1.theme__none,
.theme__bpink--pastel a:hover h2.t__none,
.theme__bpink--pastel a:hover h2.theme__none,
.theme__bpink--pastel a:hover h3.t__none,
.theme__bpink--pastel a:hover h3.theme__none,
.theme__bpink--pastel a:hover h4.t__none,
.theme__bpink--pastel a:hover h4.theme__none,
.t__bpink--pas a:hover h1.t__none,
.t__bpink--pas a:hover h1.theme__none,
.t__bpink--pas a:hover h2.t__none,
.t__bpink--pas a:hover h2.theme__none,
.t__bpink--pas a:hover h3.t__none,
.t__bpink--pas a:hover h3.theme__none,
.t__bpink--pas a:hover h4.t__none,
.t__bpink--pas a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__bpink--pastel a:hover h1.t__none--w-hov,
.theme__bpink--pastel a:hover h1.theme__none--with-hover,
.theme__bpink--pastel a:hover h2.t__none--w-hov,
.theme__bpink--pastel a:hover h2.theme__none--with-hover,
.theme__bpink--pastel a:hover h3.t__none--w-hov,
.theme__bpink--pastel a:hover h3.theme__none--with-hover,
.theme__bpink--pastel a:hover h4.t__none--w-hov,
.theme__bpink--pastel a:hover h4.theme__none--with-hover,
.t__bpink--pas a:hover h1.t__none--w-hov,
.t__bpink--pas a:hover h1.theme__none--with-hover,
.t__bpink--pas a:hover h2.t__none--w-hov,
.t__bpink--pas a:hover h2.theme__none--with-hover,
.t__bpink--pas a:hover h3.t__none--w-hov,
.t__bpink--pas a:hover h3.theme__none--with-hover,
.t__bpink--pas a:hover h4.t__none--w-hov,
.t__bpink--pas a:hover h4.theme__none--with-hover {
  color: rgba(255, 115, 255, 0.1);
}

.theme__bpink--background-primary,
.t__bpink--bg-pri {
  background-color: #FF73FF;
}

.theme__bpink--background-secondary,
.t__bpink--bg-sec {
  background-color: #FF73FF;
}

.theme__bpink--background-pastel,
.t__bpink--bg-pas {
  background-color: rgba(255, 115, 255, 0.1);
}

.theme__wel2--primary h1, .theme__wel2--primary h2, .theme__wel2--primary h3, .theme__wel2--primary h4, .theme__wel2--primary h5, .theme__wel2--primary h6,
.t__wel2--pri h1,
.t__wel2--pri h2,
.t__wel2--pri h3,
.t__wel2--pri h4,
.t__wel2--pri h5,
.t__wel2--pri h6 {
  color: #FC47FC;
}
.theme__wel2--primary a,
.t__wel2--pri a {
  color: #4a4a4a;
  border-color: #FC47FC;
  text-decoration: none;
}
.theme__wel2--primary a:hover,
.t__wel2--pri a:hover {
  color: #FC47FC;
}
.theme__wel2--primary a:hover h1, .theme__wel2--primary a:hover h2, .theme__wel2--primary a:hover h3, .theme__wel2--primary a:hover h4, .theme__wel2--primary a:hover h5, .theme__wel2--primary a:hover h6,
.t__wel2--pri a:hover h1,
.t__wel2--pri a:hover h2,
.t__wel2--pri a:hover h3,
.t__wel2--pri a:hover h4,
.t__wel2--pri a:hover h5,
.t__wel2--pri a:hover h6 {
  color: #FC47FC;
}
.theme__wel2--primary a div,
.t__wel2--pri a div {
  border-color: #FC47FC !important;
}
.theme__wel2--primary input,
.t__wel2--pri input {
  border-color: #FC47FC;
}
.theme__wel2--primary p,
.t__wel2--pri p {
  color: #4a4a4a;
}
.theme__wel2--primary .button,
.theme__wel2--primary .btn,
.theme__wel2--primary .btn__pill, .theme__wel2--primary.button, .theme__wel2--primary.btn, .theme__wel2--primary.btn__pill,
.t__wel2--pri .button,
.t__wel2--pri .btn,
.t__wel2--pri .btn__pill,
.t__wel2--pri.button,
.t__wel2--pri.btn,
.t__wel2--pri.btn__pill {
  border-color: #FC47FC;
}
@media (hover: hover) {
  .theme__wel2--primary .button:hover,
  .theme__wel2--primary .btn:hover,
  .theme__wel2--primary .btn__pill:hover, .theme__wel2--primary.button:hover, .theme__wel2--primary.btn:hover, .theme__wel2--primary.btn__pill:hover,
  .t__wel2--pri .button:hover,
  .t__wel2--pri .btn:hover,
  .t__wel2--pri .btn__pill:hover,
  .t__wel2--pri.button:hover,
  .t__wel2--pri.btn:hover,
  .t__wel2--pri.btn__pill:hover {
    color: #ffffff;
    background: #FC47FC;
  }
  .theme__wel2--primary .button:hover i,
  .theme__wel2--primary .btn:hover i,
  .theme__wel2--primary .btn__pill:hover i, .theme__wel2--primary.button:hover i, .theme__wel2--primary.btn:hover i, .theme__wel2--primary.btn__pill:hover i,
  .t__wel2--pri .button:hover i,
  .t__wel2--pri .btn:hover i,
  .t__wel2--pri .btn__pill:hover i,
  .t__wel2--pri.button:hover i,
  .t__wel2--pri.btn:hover i,
  .t__wel2--pri.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__wel2--primary .button__invert,
.theme__wel2--primary .btn__invert,
.theme__wel2--primary .btn__pill__invert, .theme__wel2--primary.button__invert, .theme__wel2--primary.btn__invert, .theme__wel2--primary.btn__pill__invert,
.t__wel2--pri .button__invert,
.t__wel2--pri .btn__invert,
.t__wel2--pri .btn__pill__invert,
.t__wel2--pri.button__invert,
.t__wel2--pri.btn__invert,
.t__wel2--pri.btn__pill__invert {
  background-color: #FC47FC;
  color: #ffffff;
}
.theme__wel2--primary .button__invert h4,
.theme__wel2--primary .btn__invert h4,
.theme__wel2--primary .btn__pill__invert h4, .theme__wel2--primary.button__invert h4, .theme__wel2--primary.btn__invert h4, .theme__wel2--primary.btn__pill__invert h4,
.t__wel2--pri .button__invert h4,
.t__wel2--pri .btn__invert h4,
.t__wel2--pri .btn__pill__invert h4,
.t__wel2--pri.button__invert h4,
.t__wel2--pri.btn__invert h4,
.t__wel2--pri.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__wel2--primary .button__invert:hover,
.theme__wel2--primary .btn__invert:hover,
.theme__wel2--primary .btn__pill__invert:hover, .theme__wel2--primary.button__invert:hover, .theme__wel2--primary.btn__invert:hover, .theme__wel2--primary.btn__pill__invert:hover,
.t__wel2--pri .button__invert:hover,
.t__wel2--pri .btn__invert:hover,
.t__wel2--pri .btn__pill__invert:hover,
.t__wel2--pri.button__invert:hover,
.t__wel2--pri.btn__invert:hover,
.t__wel2--pri.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__wel2--primary .button__invert:hover h4,
.theme__wel2--primary .btn__invert:hover h4,
.theme__wel2--primary .btn__pill__invert:hover h4, .theme__wel2--primary.button__invert:hover h4, .theme__wel2--primary.btn__invert:hover h4, .theme__wel2--primary.btn__pill__invert:hover h4,
.t__wel2--pri .button__invert:hover h4,
.t__wel2--pri .btn__invert:hover h4,
.t__wel2--pri .btn__pill__invert:hover h4,
.t__wel2--pri.button__invert:hover h4,
.t__wel2--pri.btn__invert:hover h4,
.t__wel2--pri.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__wel2--primary .button__invert--hover:hover,
.theme__wel2--primary .btn__invert--hover:hover,
.theme__wel2--primary .btn__pill__invert--hover:hover, .theme__wel2--primary.button__invert--hover:hover, .theme__wel2--primary.btn__invert--hover:hover, .theme__wel2--primary.btn__pill__invert--hover:hover,
.t__wel2--pri .button__invert--hover:hover,
.t__wel2--pri .btn__invert--hover:hover,
.t__wel2--pri .btn__pill__invert--hover:hover,
.t__wel2--pri.button__invert--hover:hover,
.t__wel2--pri.btn__invert--hover:hover,
.t__wel2--pri.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__wel2--primary .button__under,
.theme__wel2--primary .btn__under,
.theme__wel2--primary .btn__pill__under, .theme__wel2--primary.button__under, .theme__wel2--primary.btn__under, .theme__wel2--primary.btn__pill__under,
.t__wel2--pri .button__under,
.t__wel2--pri .btn__under,
.t__wel2--pri .btn__pill__under,
.t__wel2--pri.button__under,
.t__wel2--pri.btn__under,
.t__wel2--pri.btn__pill__under {
  border-color: #FC47FC;
}
.theme__wel2--primary .btn__large,
.t__wel2--pri .btn__large {
  background-color: #FC47FC;
}
.theme__wel2--primary .input__search,
.t__wel2--pri .input__search {
  border-color: #FC47FC;
}
.theme__wel2--primary .input__search i,
.t__wel2--pri .input__search i {
  color: #4a4a4a;
}
.theme__wel2--primary .input__search:hover i,
.t__wel2--pri .input__search:hover i {
  color: #FC47FC;
}
.theme__wel2--primary .component__foreground,
.t__wel2--pri .component__foreground {
  color: #4a4a4a;
}
.theme__wel2--primary.card,
.theme__wel2--primary .card, .theme__wel2--primary.card__with-image,
.theme__wel2--primary .card__with-image,
.t__wel2--pri.card,
.t__wel2--pri .card,
.t__wel2--pri.card__with-image,
.t__wel2--pri .card__with-image {
  border-color: #FC47FC;
}
.theme__wel2--primary.card__highlight,
.theme__wel2--primary .card__highlight,
.theme__wel2--primary .card__highlight--image,
.theme__wel2--primary .card__highlight--final,
.t__wel2--pri.card__highlight,
.t__wel2--pri .card__highlight,
.t__wel2--pri .card__highlight--image,
.t__wel2--pri .card__highlight--final {
  background-color: #FC47FC;
  border-color: #FC47FC;
}
.theme__wel2--primary.card__highlight--title,
.theme__wel2--primary .card__highlight--title,
.theme__wel2--primary .card__highlight--image,
.theme__wel2--primary .card__highlight--final,
.t__wel2--pri.card__highlight--title,
.t__wel2--pri .card__highlight--title,
.t__wel2--pri .card__highlight--image,
.t__wel2--pri .card__highlight--final {
  color: #4a4a4a;
}
.theme__wel2--primary .image-slider__selector--dot,
.t__wel2--pri .image-slider__selector--dot {
  background-color: #FC47FC;
}
.theme__wel2--primary .call-to-action__text h3,
.t__wel2--pri .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__wel2--primary .officer__block--title h5, .theme__wel2--primary .officer__block--title h6,
.t__wel2--pri .officer__block--title h5,
.t__wel2--pri .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__wel2--primary .block__statement--link,
.t__wel2--pri .block__statement--link {
  color: #4a4a4a;
}
.theme__wel2--primary .card__cutoff,
.t__wel2--pri .card__cutoff {
  background: linear-gradient(#FC47FC, #FC47FC), linear-gradient(white, white);
}
.theme__wel2--primary .card__cutoff p,
.t__wel2--pri .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__wel2--primary .card__cutoff:hover,
  .t__wel2--pri .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__wel2--primary .card__cutoff:hover p,
  .t__wel2--pri .card__cutoff:hover p {
    color: #FC47FC;
  }
  .theme__wel2--primary .card__cutoff:hover .card__cutoff--link,
  .t__wel2--pri .card__cutoff:hover .card__cutoff--link {
    color: #FC47FC;
  }
  .theme__wel2--primary .card__cutoff:hover .card__cutoff--text,
  .t__wel2--pri .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__wel2--primary .card__cutoff:hover .card__cutoff--text p,
  .t__wel2--pri .card__cutoff:hover .card__cutoff--text p {
    color: #FC47FC;
  }
  .theme__wel2--primary .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__wel2--pri .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: #FC47FC;
  }
}
.theme__wel2--primary .card__cutoff--link,
.t__wel2--pri .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__wel2--primary .card__cutoff--link:hover,
  .t__wel2--pri .card__cutoff--link:hover {
    color: #FC47FC;
  }
  .theme__wel2--primary .card__cutoff--link:hover--link,
  .t__wel2--pri .card__cutoff--link:hover--link {
    color: #FC47FC;
  }
}
.theme__wel2--primary .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__wel2--pri .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: #FC47FC;
}
.theme__wel2--primary .dropdown__toggle--title,
.t__wel2--pri .dropdown__toggle--title {
  color: #FC47FC;
}
.theme__wel2--primary .dropdown__toggle--icon i,
.t__wel2--pri .dropdown__toggle--icon i {
  color: #FC47FC;
}
.theme__wel2--primary .large_timer__countdown--item_large,
.t__wel2--pri .large_timer__countdown--item_large {
  background-color: #FC47FC;
}
.theme__wel2--primary .large_timer__countdown--item_medium,
.t__wel2--pri .large_timer__countdown--item_medium {
  background-color: #FC47FC;
}
.theme__wel2--primary .large_timer__countdown--item_small,
.t__wel2--pri .large_timer__countdown--item_small {
  background-color: #FC47FC;
}
.theme__wel2--primary .modalcontent,
.t__wel2--pri .modalcontent {
  border-color: #FC47FC;
}
.theme__wel2--primary .transparent__header,
.t__wel2--pri .transparent__header {
  background: #FC47FC;
}
.theme__wel2--primary .breadcrumb__slashes,
.t__wel2--pri .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__wel2--primary .the-list,
.t__wel2--pri .the-list {
  background-color: #FC47FC;
}
.theme__wel2--primary .the-list option,
.t__wel2--pri .the-list option {
  border-color: #FC47FC !important;
}
.theme__wel2--primary .es-list::-webkit-scrollbar-thumb,
.t__wel2--pri .es-list::-webkit-scrollbar-thumb {
  background: #FC47FC;
}
.theme__wel2--primary .es-visible,
.t__wel2--pri .es-visible {
  border-color: #FC47FC !important;
}
.theme__wel2--primary .ot-open,
.theme__wel2--primary .ot-closed,
.t__wel2--pri .ot-open,
.t__wel2--pri .ot-closed {
  color: #FC47FC;
}
.theme__wel2--primary .colour__foreground,
.t__wel2--pri .colour__foreground {
  color: #FC47FC;
}
.theme__wel2--primary h1.t__none,
.theme__wel2--primary h1.theme__none,
.theme__wel2--primary h2.t__none,
.theme__wel2--primary h2.theme__none,
.theme__wel2--primary h3.t__none,
.theme__wel2--primary h3.theme__none,
.theme__wel2--primary h4.t__none,
.theme__wel2--primary h4.theme__none,
.theme__wel2--primary h1.t__none--w-hov,
.theme__wel2--primary h1.theme__none--with-hover,
.theme__wel2--primary h2.t__none--w-hov,
.theme__wel2--primary h2.theme__none--with-hover,
.theme__wel2--primary h3.t__none--w-hov,
.theme__wel2--primary h3.theme__none--with-hover,
.theme__wel2--primary h4.t__none--w-hov,
.theme__wel2--primary h4.theme__none--with-hover,
.t__wel2--pri h1.t__none,
.t__wel2--pri h1.theme__none,
.t__wel2--pri h2.t__none,
.t__wel2--pri h2.theme__none,
.t__wel2--pri h3.t__none,
.t__wel2--pri h3.theme__none,
.t__wel2--pri h4.t__none,
.t__wel2--pri h4.theme__none,
.t__wel2--pri h1.t__none--w-hov,
.t__wel2--pri h1.theme__none--with-hover,
.t__wel2--pri h2.t__none--w-hov,
.t__wel2--pri h2.theme__none--with-hover,
.t__wel2--pri h3.t__none--w-hov,
.t__wel2--pri h3.theme__none--with-hover,
.t__wel2--pri h4.t__none--w-hov,
.t__wel2--pri h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__wel2--primary span.t__none,
.theme__wel2--primary span.theme__none,
.t__wel2--pri span.t__none,
.t__wel2--pri span.theme__none {
  color: #4a4a4a;
}
.theme__wel2--primary i.t__none,
.theme__wel2--primary i.theme__none,
.t__wel2--pri i.t__none,
.t__wel2--pri i.theme__none {
  color: #4a4a4a;
}
.theme__wel2--primary a.border__none,
.theme__wel2--primary a.b__none,
.t__wel2--pri a.border__none,
.t__wel2--pri a.b__none {
  border: 0;
}
.theme__wel2--primary a:hover h1.t__none,
.theme__wel2--primary a:hover h1.theme__none,
.theme__wel2--primary a:hover h2.t__none,
.theme__wel2--primary a:hover h2.theme__none,
.theme__wel2--primary a:hover h3.t__none,
.theme__wel2--primary a:hover h3.theme__none,
.theme__wel2--primary a:hover h4.t__none,
.theme__wel2--primary a:hover h4.theme__none,
.t__wel2--pri a:hover h1.t__none,
.t__wel2--pri a:hover h1.theme__none,
.t__wel2--pri a:hover h2.t__none,
.t__wel2--pri a:hover h2.theme__none,
.t__wel2--pri a:hover h3.t__none,
.t__wel2--pri a:hover h3.theme__none,
.t__wel2--pri a:hover h4.t__none,
.t__wel2--pri a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__wel2--primary a:hover h1.t__none--w-hov,
.theme__wel2--primary a:hover h1.theme__none--with-hover,
.theme__wel2--primary a:hover h2.t__none--w-hov,
.theme__wel2--primary a:hover h2.theme__none--with-hover,
.theme__wel2--primary a:hover h3.t__none--w-hov,
.theme__wel2--primary a:hover h3.theme__none--with-hover,
.theme__wel2--primary a:hover h4.t__none--w-hov,
.theme__wel2--primary a:hover h4.theme__none--with-hover,
.t__wel2--pri a:hover h1.t__none--w-hov,
.t__wel2--pri a:hover h1.theme__none--with-hover,
.t__wel2--pri a:hover h2.t__none--w-hov,
.t__wel2--pri a:hover h2.theme__none--with-hover,
.t__wel2--pri a:hover h3.t__none--w-hov,
.t__wel2--pri a:hover h3.theme__none--with-hover,
.t__wel2--pri a:hover h4.t__none--w-hov,
.t__wel2--pri a:hover h4.theme__none--with-hover {
  color: #FC47FC;
}
.theme__wel2--primary .dotted__line--small, .theme__wel2--primary .dotted__line--medium, .theme__wel2--primary .dotted__line--large, .theme__wel2--primary .dotted__line--x-large, .theme__wel2--primary .dotted__line--huge,
.t__wel2--pri .dotted__line--small,
.t__wel2--pri .dotted__line--medium,
.t__wel2--pri .dotted__line--large,
.t__wel2--pri .dotted__line--x-large,
.t__wel2--pri .dotted__line--huge {
  border-image-source: url("https://assets-cdn.sums.su/SH/Dotted_Borders/dotted_wel22.png");
}

.theme__wel2--secondary h1, .theme__wel2--secondary h2, .theme__wel2--secondary h3, .theme__wel2--secondary h4, .theme__wel2--secondary h5, .theme__wel2--secondary h6,
.t__wel2--sec h1,
.t__wel2--sec h2,
.t__wel2--sec h3,
.t__wel2--sec h4,
.t__wel2--sec h5,
.t__wel2--sec h6 {
  color: #FF73FF;
}
.theme__wel2--secondary a,
.t__wel2--sec a {
  color: #4a4a4a;
  border-color: #FF73FF;
  text-decoration: none;
}
.theme__wel2--secondary a:hover,
.t__wel2--sec a:hover {
  color: #FF73FF;
}
.theme__wel2--secondary a:hover h1, .theme__wel2--secondary a:hover h2, .theme__wel2--secondary a:hover h3, .theme__wel2--secondary a:hover h4, .theme__wel2--secondary a:hover h5, .theme__wel2--secondary a:hover h6,
.t__wel2--sec a:hover h1,
.t__wel2--sec a:hover h2,
.t__wel2--sec a:hover h3,
.t__wel2--sec a:hover h4,
.t__wel2--sec a:hover h5,
.t__wel2--sec a:hover h6 {
  color: #FF73FF;
}
.theme__wel2--secondary a div,
.t__wel2--sec a div {
  border-color: #FF73FF !important;
}
.theme__wel2--secondary input,
.t__wel2--sec input {
  border-color: #FF73FF;
}
.theme__wel2--secondary p,
.t__wel2--sec p {
  color: #4a4a4a;
}
.theme__wel2--secondary .button,
.theme__wel2--secondary .btn,
.theme__wel2--secondary .btn__pill, .theme__wel2--secondary.button, .theme__wel2--secondary.btn, .theme__wel2--secondary.btn__pill,
.t__wel2--sec .button,
.t__wel2--sec .btn,
.t__wel2--sec .btn__pill,
.t__wel2--sec.button,
.t__wel2--sec.btn,
.t__wel2--sec.btn__pill {
  border-color: #FF73FF;
}
@media (hover: hover) {
  .theme__wel2--secondary .button:hover,
  .theme__wel2--secondary .btn:hover,
  .theme__wel2--secondary .btn__pill:hover, .theme__wel2--secondary.button:hover, .theme__wel2--secondary.btn:hover, .theme__wel2--secondary.btn__pill:hover,
  .t__wel2--sec .button:hover,
  .t__wel2--sec .btn:hover,
  .t__wel2--sec .btn__pill:hover,
  .t__wel2--sec.button:hover,
  .t__wel2--sec.btn:hover,
  .t__wel2--sec.btn__pill:hover {
    color: #ffffff;
    background: #FF73FF;
  }
  .theme__wel2--secondary .button:hover i,
  .theme__wel2--secondary .btn:hover i,
  .theme__wel2--secondary .btn__pill:hover i, .theme__wel2--secondary.button:hover i, .theme__wel2--secondary.btn:hover i, .theme__wel2--secondary.btn__pill:hover i,
  .t__wel2--sec .button:hover i,
  .t__wel2--sec .btn:hover i,
  .t__wel2--sec .btn__pill:hover i,
  .t__wel2--sec.button:hover i,
  .t__wel2--sec.btn:hover i,
  .t__wel2--sec.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__wel2--secondary .button__invert,
.theme__wel2--secondary .btn__invert,
.theme__wel2--secondary .btn__pill__invert, .theme__wel2--secondary.button__invert, .theme__wel2--secondary.btn__invert, .theme__wel2--secondary.btn__pill__invert,
.t__wel2--sec .button__invert,
.t__wel2--sec .btn__invert,
.t__wel2--sec .btn__pill__invert,
.t__wel2--sec.button__invert,
.t__wel2--sec.btn__invert,
.t__wel2--sec.btn__pill__invert {
  background-color: #FF73FF;
  color: #ffffff;
}
.theme__wel2--secondary .button__invert h4,
.theme__wel2--secondary .btn__invert h4,
.theme__wel2--secondary .btn__pill__invert h4, .theme__wel2--secondary.button__invert h4, .theme__wel2--secondary.btn__invert h4, .theme__wel2--secondary.btn__pill__invert h4,
.t__wel2--sec .button__invert h4,
.t__wel2--sec .btn__invert h4,
.t__wel2--sec .btn__pill__invert h4,
.t__wel2--sec.button__invert h4,
.t__wel2--sec.btn__invert h4,
.t__wel2--sec.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__wel2--secondary .button__invert:hover,
.theme__wel2--secondary .btn__invert:hover,
.theme__wel2--secondary .btn__pill__invert:hover, .theme__wel2--secondary.button__invert:hover, .theme__wel2--secondary.btn__invert:hover, .theme__wel2--secondary.btn__pill__invert:hover,
.t__wel2--sec .button__invert:hover,
.t__wel2--sec .btn__invert:hover,
.t__wel2--sec .btn__pill__invert:hover,
.t__wel2--sec.button__invert:hover,
.t__wel2--sec.btn__invert:hover,
.t__wel2--sec.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__wel2--secondary .button__invert:hover h4,
.theme__wel2--secondary .btn__invert:hover h4,
.theme__wel2--secondary .btn__pill__invert:hover h4, .theme__wel2--secondary.button__invert:hover h4, .theme__wel2--secondary.btn__invert:hover h4, .theme__wel2--secondary.btn__pill__invert:hover h4,
.t__wel2--sec .button__invert:hover h4,
.t__wel2--sec .btn__invert:hover h4,
.t__wel2--sec .btn__pill__invert:hover h4,
.t__wel2--sec.button__invert:hover h4,
.t__wel2--sec.btn__invert:hover h4,
.t__wel2--sec.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__wel2--secondary .button__invert--hover:hover,
.theme__wel2--secondary .btn__invert--hover:hover,
.theme__wel2--secondary .btn__pill__invert--hover:hover, .theme__wel2--secondary.button__invert--hover:hover, .theme__wel2--secondary.btn__invert--hover:hover, .theme__wel2--secondary.btn__pill__invert--hover:hover,
.t__wel2--sec .button__invert--hover:hover,
.t__wel2--sec .btn__invert--hover:hover,
.t__wel2--sec .btn__pill__invert--hover:hover,
.t__wel2--sec.button__invert--hover:hover,
.t__wel2--sec.btn__invert--hover:hover,
.t__wel2--sec.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__wel2--secondary .button__under,
.theme__wel2--secondary .btn__under,
.theme__wel2--secondary .btn__pill__under, .theme__wel2--secondary.button__under, .theme__wel2--secondary.btn__under, .theme__wel2--secondary.btn__pill__under,
.t__wel2--sec .button__under,
.t__wel2--sec .btn__under,
.t__wel2--sec .btn__pill__under,
.t__wel2--sec.button__under,
.t__wel2--sec.btn__under,
.t__wel2--sec.btn__pill__under {
  border-color: #FF73FF;
}
.theme__wel2--secondary .btn__large,
.t__wel2--sec .btn__large {
  background-color: #FF73FF;
}
.theme__wel2--secondary .input__search,
.t__wel2--sec .input__search {
  border-color: #FF73FF;
}
.theme__wel2--secondary .input__search i,
.t__wel2--sec .input__search i {
  color: #4a4a4a;
}
.theme__wel2--secondary .input__search:hover i,
.t__wel2--sec .input__search:hover i {
  color: #FF73FF;
}
.theme__wel2--secondary .component__foreground,
.t__wel2--sec .component__foreground {
  color: #4a4a4a;
}
.theme__wel2--secondary.card,
.theme__wel2--secondary .card, .theme__wel2--secondary.card__with-image,
.theme__wel2--secondary .card__with-image,
.t__wel2--sec.card,
.t__wel2--sec .card,
.t__wel2--sec.card__with-image,
.t__wel2--sec .card__with-image {
  border-color: #FF73FF;
}
.theme__wel2--secondary.card__highlight,
.theme__wel2--secondary .card__highlight,
.theme__wel2--secondary .card__highlight--image,
.theme__wel2--secondary .card__highlight--final,
.t__wel2--sec.card__highlight,
.t__wel2--sec .card__highlight,
.t__wel2--sec .card__highlight--image,
.t__wel2--sec .card__highlight--final {
  background-color: #FF73FF;
  border-color: #FF73FF;
}
.theme__wel2--secondary.card__highlight--title,
.theme__wel2--secondary .card__highlight--title,
.theme__wel2--secondary .card__highlight--image,
.theme__wel2--secondary .card__highlight--final,
.t__wel2--sec.card__highlight--title,
.t__wel2--sec .card__highlight--title,
.t__wel2--sec .card__highlight--image,
.t__wel2--sec .card__highlight--final {
  color: #4a4a4a;
}
.theme__wel2--secondary .image-slider__selector--dot,
.t__wel2--sec .image-slider__selector--dot {
  background-color: #FF73FF;
}
.theme__wel2--secondary .call-to-action__text h3,
.t__wel2--sec .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__wel2--secondary .officer__block--title h5, .theme__wel2--secondary .officer__block--title h6,
.t__wel2--sec .officer__block--title h5,
.t__wel2--sec .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__wel2--secondary .block__statement--link,
.t__wel2--sec .block__statement--link {
  color: #4a4a4a;
}
.theme__wel2--secondary .card__cutoff,
.t__wel2--sec .card__cutoff {
  background: linear-gradient(#FF73FF, #FF73FF), linear-gradient(white, white);
}
.theme__wel2--secondary .card__cutoff p,
.t__wel2--sec .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__wel2--secondary .card__cutoff:hover,
  .t__wel2--sec .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__wel2--secondary .card__cutoff:hover p,
  .t__wel2--sec .card__cutoff:hover p {
    color: #FF73FF;
  }
  .theme__wel2--secondary .card__cutoff:hover .card__cutoff--link,
  .t__wel2--sec .card__cutoff:hover .card__cutoff--link {
    color: #FF73FF;
  }
  .theme__wel2--secondary .card__cutoff:hover .card__cutoff--text,
  .t__wel2--sec .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__wel2--secondary .card__cutoff:hover .card__cutoff--text p,
  .t__wel2--sec .card__cutoff:hover .card__cutoff--text p {
    color: #FF73FF;
  }
  .theme__wel2--secondary .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__wel2--sec .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: #FF73FF;
  }
}
.theme__wel2--secondary .card__cutoff--link,
.t__wel2--sec .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__wel2--secondary .card__cutoff--link:hover,
  .t__wel2--sec .card__cutoff--link:hover {
    color: #FF73FF;
  }
  .theme__wel2--secondary .card__cutoff--link:hover--link,
  .t__wel2--sec .card__cutoff--link:hover--link {
    color: #FF73FF;
  }
}
.theme__wel2--secondary .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__wel2--sec .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: #FF73FF;
}
.theme__wel2--secondary .dropdown__toggle--title,
.t__wel2--sec .dropdown__toggle--title {
  color: #FF73FF;
}
.theme__wel2--secondary .dropdown__toggle--icon i,
.t__wel2--sec .dropdown__toggle--icon i {
  color: #FF73FF;
}
.theme__wel2--secondary .large_timer__countdown--item_large,
.t__wel2--sec .large_timer__countdown--item_large {
  background-color: #FF73FF;
}
.theme__wel2--secondary .large_timer__countdown--item_medium,
.t__wel2--sec .large_timer__countdown--item_medium {
  background-color: #FF73FF;
}
.theme__wel2--secondary .large_timer__countdown--item_small,
.t__wel2--sec .large_timer__countdown--item_small {
  background-color: #FF73FF;
}
.theme__wel2--secondary .modalcontent,
.t__wel2--sec .modalcontent {
  border-color: #FF73FF;
}
.theme__wel2--secondary .transparent__header,
.t__wel2--sec .transparent__header {
  background: #FF73FF;
}
.theme__wel2--secondary .breadcrumb__slashes,
.t__wel2--sec .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__wel2--secondary .the-list,
.t__wel2--sec .the-list {
  background-color: #FF73FF;
}
.theme__wel2--secondary .the-list option,
.t__wel2--sec .the-list option {
  border-color: #FF73FF !important;
}
.theme__wel2--secondary .es-list::-webkit-scrollbar-thumb,
.t__wel2--sec .es-list::-webkit-scrollbar-thumb {
  background: #FF73FF;
}
.theme__wel2--secondary .es-visible,
.t__wel2--sec .es-visible {
  border-color: #FF73FF !important;
}
.theme__wel2--secondary .ot-open,
.theme__wel2--secondary .ot-closed,
.t__wel2--sec .ot-open,
.t__wel2--sec .ot-closed {
  color: #FF73FF;
}
.theme__wel2--secondary .colour__foreground,
.t__wel2--sec .colour__foreground {
  color: #FF73FF;
}
.theme__wel2--secondary h1.t__none,
.theme__wel2--secondary h1.theme__none,
.theme__wel2--secondary h2.t__none,
.theme__wel2--secondary h2.theme__none,
.theme__wel2--secondary h3.t__none,
.theme__wel2--secondary h3.theme__none,
.theme__wel2--secondary h4.t__none,
.theme__wel2--secondary h4.theme__none,
.theme__wel2--secondary h1.t__none--w-hov,
.theme__wel2--secondary h1.theme__none--with-hover,
.theme__wel2--secondary h2.t__none--w-hov,
.theme__wel2--secondary h2.theme__none--with-hover,
.theme__wel2--secondary h3.t__none--w-hov,
.theme__wel2--secondary h3.theme__none--with-hover,
.theme__wel2--secondary h4.t__none--w-hov,
.theme__wel2--secondary h4.theme__none--with-hover,
.t__wel2--sec h1.t__none,
.t__wel2--sec h1.theme__none,
.t__wel2--sec h2.t__none,
.t__wel2--sec h2.theme__none,
.t__wel2--sec h3.t__none,
.t__wel2--sec h3.theme__none,
.t__wel2--sec h4.t__none,
.t__wel2--sec h4.theme__none,
.t__wel2--sec h1.t__none--w-hov,
.t__wel2--sec h1.theme__none--with-hover,
.t__wel2--sec h2.t__none--w-hov,
.t__wel2--sec h2.theme__none--with-hover,
.t__wel2--sec h3.t__none--w-hov,
.t__wel2--sec h3.theme__none--with-hover,
.t__wel2--sec h4.t__none--w-hov,
.t__wel2--sec h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__wel2--secondary span.t__none,
.theme__wel2--secondary span.theme__none,
.t__wel2--sec span.t__none,
.t__wel2--sec span.theme__none {
  color: #4a4a4a;
}
.theme__wel2--secondary i.t__none,
.theme__wel2--secondary i.theme__none,
.t__wel2--sec i.t__none,
.t__wel2--sec i.theme__none {
  color: #4a4a4a;
}
.theme__wel2--secondary a.border__none,
.theme__wel2--secondary a.b__none,
.t__wel2--sec a.border__none,
.t__wel2--sec a.b__none {
  border: 0;
}
.theme__wel2--secondary a:hover h1.t__none,
.theme__wel2--secondary a:hover h1.theme__none,
.theme__wel2--secondary a:hover h2.t__none,
.theme__wel2--secondary a:hover h2.theme__none,
.theme__wel2--secondary a:hover h3.t__none,
.theme__wel2--secondary a:hover h3.theme__none,
.theme__wel2--secondary a:hover h4.t__none,
.theme__wel2--secondary a:hover h4.theme__none,
.t__wel2--sec a:hover h1.t__none,
.t__wel2--sec a:hover h1.theme__none,
.t__wel2--sec a:hover h2.t__none,
.t__wel2--sec a:hover h2.theme__none,
.t__wel2--sec a:hover h3.t__none,
.t__wel2--sec a:hover h3.theme__none,
.t__wel2--sec a:hover h4.t__none,
.t__wel2--sec a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__wel2--secondary a:hover h1.t__none--w-hov,
.theme__wel2--secondary a:hover h1.theme__none--with-hover,
.theme__wel2--secondary a:hover h2.t__none--w-hov,
.theme__wel2--secondary a:hover h2.theme__none--with-hover,
.theme__wel2--secondary a:hover h3.t__none--w-hov,
.theme__wel2--secondary a:hover h3.theme__none--with-hover,
.theme__wel2--secondary a:hover h4.t__none--w-hov,
.theme__wel2--secondary a:hover h4.theme__none--with-hover,
.t__wel2--sec a:hover h1.t__none--w-hov,
.t__wel2--sec a:hover h1.theme__none--with-hover,
.t__wel2--sec a:hover h2.t__none--w-hov,
.t__wel2--sec a:hover h2.theme__none--with-hover,
.t__wel2--sec a:hover h3.t__none--w-hov,
.t__wel2--sec a:hover h3.theme__none--with-hover,
.t__wel2--sec a:hover h4.t__none--w-hov,
.t__wel2--sec a:hover h4.theme__none--with-hover {
  color: #FF73FF;
}

.theme__wel2--pastel h1, .theme__wel2--pastel h2, .theme__wel2--pastel h3, .theme__wel2--pastel h4, .theme__wel2--pastel h5, .theme__wel2--pastel h6,
.t__wel2--pas h1,
.t__wel2--pas h2,
.t__wel2--pas h3,
.t__wel2--pas h4,
.t__wel2--pas h5,
.t__wel2--pas h6 {
  color: rgba(255, 71, 252, 0.1);
}
.theme__wel2--pastel a,
.t__wel2--pas a {
  color: #4a4a4a;
  border-color: rgba(255, 71, 252, 0.1);
  text-decoration: none;
}
.theme__wel2--pastel a:hover,
.t__wel2--pas a:hover {
  color: rgba(255, 71, 252, 0.1);
}
.theme__wel2--pastel a:hover h1, .theme__wel2--pastel a:hover h2, .theme__wel2--pastel a:hover h3, .theme__wel2--pastel a:hover h4, .theme__wel2--pastel a:hover h5, .theme__wel2--pastel a:hover h6,
.t__wel2--pas a:hover h1,
.t__wel2--pas a:hover h2,
.t__wel2--pas a:hover h3,
.t__wel2--pas a:hover h4,
.t__wel2--pas a:hover h5,
.t__wel2--pas a:hover h6 {
  color: rgba(255, 71, 252, 0.1);
}
.theme__wel2--pastel a div,
.t__wel2--pas a div {
  border-color: rgba(255, 71, 252, 0.1) !important;
}
.theme__wel2--pastel input,
.t__wel2--pas input {
  border-color: rgba(255, 71, 252, 0.1);
}
.theme__wel2--pastel p,
.t__wel2--pas p {
  color: #4a4a4a;
}
.theme__wel2--pastel .button,
.theme__wel2--pastel .btn,
.theme__wel2--pastel .btn__pill, .theme__wel2--pastel.button, .theme__wel2--pastel.btn, .theme__wel2--pastel.btn__pill,
.t__wel2--pas .button,
.t__wel2--pas .btn,
.t__wel2--pas .btn__pill,
.t__wel2--pas.button,
.t__wel2--pas.btn,
.t__wel2--pas.btn__pill {
  border-color: rgba(255, 71, 252, 0.1);
}
@media (hover: hover) {
  .theme__wel2--pastel .button:hover,
  .theme__wel2--pastel .btn:hover,
  .theme__wel2--pastel .btn__pill:hover, .theme__wel2--pastel.button:hover, .theme__wel2--pastel.btn:hover, .theme__wel2--pastel.btn__pill:hover,
  .t__wel2--pas .button:hover,
  .t__wel2--pas .btn:hover,
  .t__wel2--pas .btn__pill:hover,
  .t__wel2--pas.button:hover,
  .t__wel2--pas.btn:hover,
  .t__wel2--pas.btn__pill:hover {
    color: #ffffff;
    background: rgba(255, 71, 252, 0.1);
  }
  .theme__wel2--pastel .button:hover i,
  .theme__wel2--pastel .btn:hover i,
  .theme__wel2--pastel .btn__pill:hover i, .theme__wel2--pastel.button:hover i, .theme__wel2--pastel.btn:hover i, .theme__wel2--pastel.btn__pill:hover i,
  .t__wel2--pas .button:hover i,
  .t__wel2--pas .btn:hover i,
  .t__wel2--pas .btn__pill:hover i,
  .t__wel2--pas.button:hover i,
  .t__wel2--pas.btn:hover i,
  .t__wel2--pas.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__wel2--pastel .button__invert,
.theme__wel2--pastel .btn__invert,
.theme__wel2--pastel .btn__pill__invert, .theme__wel2--pastel.button__invert, .theme__wel2--pastel.btn__invert, .theme__wel2--pastel.btn__pill__invert,
.t__wel2--pas .button__invert,
.t__wel2--pas .btn__invert,
.t__wel2--pas .btn__pill__invert,
.t__wel2--pas.button__invert,
.t__wel2--pas.btn__invert,
.t__wel2--pas.btn__pill__invert {
  background-color: rgba(255, 71, 252, 0.1);
  color: #ffffff;
}
.theme__wel2--pastel .button__invert h4,
.theme__wel2--pastel .btn__invert h4,
.theme__wel2--pastel .btn__pill__invert h4, .theme__wel2--pastel.button__invert h4, .theme__wel2--pastel.btn__invert h4, .theme__wel2--pastel.btn__pill__invert h4,
.t__wel2--pas .button__invert h4,
.t__wel2--pas .btn__invert h4,
.t__wel2--pas .btn__pill__invert h4,
.t__wel2--pas.button__invert h4,
.t__wel2--pas.btn__invert h4,
.t__wel2--pas.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__wel2--pastel .button__invert:hover,
.theme__wel2--pastel .btn__invert:hover,
.theme__wel2--pastel .btn__pill__invert:hover, .theme__wel2--pastel.button__invert:hover, .theme__wel2--pastel.btn__invert:hover, .theme__wel2--pastel.btn__pill__invert:hover,
.t__wel2--pas .button__invert:hover,
.t__wel2--pas .btn__invert:hover,
.t__wel2--pas .btn__pill__invert:hover,
.t__wel2--pas.button__invert:hover,
.t__wel2--pas.btn__invert:hover,
.t__wel2--pas.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__wel2--pastel .button__invert:hover h4,
.theme__wel2--pastel .btn__invert:hover h4,
.theme__wel2--pastel .btn__pill__invert:hover h4, .theme__wel2--pastel.button__invert:hover h4, .theme__wel2--pastel.btn__invert:hover h4, .theme__wel2--pastel.btn__pill__invert:hover h4,
.t__wel2--pas .button__invert:hover h4,
.t__wel2--pas .btn__invert:hover h4,
.t__wel2--pas .btn__pill__invert:hover h4,
.t__wel2--pas.button__invert:hover h4,
.t__wel2--pas.btn__invert:hover h4,
.t__wel2--pas.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__wel2--pastel .button__invert--hover:hover,
.theme__wel2--pastel .btn__invert--hover:hover,
.theme__wel2--pastel .btn__pill__invert--hover:hover, .theme__wel2--pastel.button__invert--hover:hover, .theme__wel2--pastel.btn__invert--hover:hover, .theme__wel2--pastel.btn__pill__invert--hover:hover,
.t__wel2--pas .button__invert--hover:hover,
.t__wel2--pas .btn__invert--hover:hover,
.t__wel2--pas .btn__pill__invert--hover:hover,
.t__wel2--pas.button__invert--hover:hover,
.t__wel2--pas.btn__invert--hover:hover,
.t__wel2--pas.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__wel2--pastel .button__under,
.theme__wel2--pastel .btn__under,
.theme__wel2--pastel .btn__pill__under, .theme__wel2--pastel.button__under, .theme__wel2--pastel.btn__under, .theme__wel2--pastel.btn__pill__under,
.t__wel2--pas .button__under,
.t__wel2--pas .btn__under,
.t__wel2--pas .btn__pill__under,
.t__wel2--pas.button__under,
.t__wel2--pas.btn__under,
.t__wel2--pas.btn__pill__under {
  border-color: rgba(255, 71, 252, 0.1);
}
.theme__wel2--pastel .btn__large,
.t__wel2--pas .btn__large {
  background-color: rgba(255, 71, 252, 0.1);
}
.theme__wel2--pastel .input__search,
.t__wel2--pas .input__search {
  border-color: rgba(255, 71, 252, 0.1);
}
.theme__wel2--pastel .input__search i,
.t__wel2--pas .input__search i {
  color: #4a4a4a;
}
.theme__wel2--pastel .input__search:hover i,
.t__wel2--pas .input__search:hover i {
  color: rgba(255, 71, 252, 0.1);
}
.theme__wel2--pastel .component__foreground,
.t__wel2--pas .component__foreground {
  color: #4a4a4a;
}
.theme__wel2--pastel.card,
.theme__wel2--pastel .card, .theme__wel2--pastel.card__with-image,
.theme__wel2--pastel .card__with-image,
.t__wel2--pas.card,
.t__wel2--pas .card,
.t__wel2--pas.card__with-image,
.t__wel2--pas .card__with-image {
  border-color: rgba(255, 71, 252, 0.1);
}
.theme__wel2--pastel.card__highlight,
.theme__wel2--pastel .card__highlight,
.theme__wel2--pastel .card__highlight--image,
.theme__wel2--pastel .card__highlight--final,
.t__wel2--pas.card__highlight,
.t__wel2--pas .card__highlight,
.t__wel2--pas .card__highlight--image,
.t__wel2--pas .card__highlight--final {
  background-color: rgba(255, 71, 252, 0.1);
  border-color: rgba(255, 71, 252, 0.1);
}
.theme__wel2--pastel.card__highlight--title,
.theme__wel2--pastel .card__highlight--title,
.theme__wel2--pastel .card__highlight--image,
.theme__wel2--pastel .card__highlight--final,
.t__wel2--pas.card__highlight--title,
.t__wel2--pas .card__highlight--title,
.t__wel2--pas .card__highlight--image,
.t__wel2--pas .card__highlight--final {
  color: #4a4a4a;
}
.theme__wel2--pastel .image-slider__selector--dot,
.t__wel2--pas .image-slider__selector--dot {
  background-color: rgba(255, 71, 252, 0.1);
}
.theme__wel2--pastel .call-to-action__text h3,
.t__wel2--pas .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__wel2--pastel .officer__block--title h5, .theme__wel2--pastel .officer__block--title h6,
.t__wel2--pas .officer__block--title h5,
.t__wel2--pas .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__wel2--pastel .block__statement--link,
.t__wel2--pas .block__statement--link {
  color: #4a4a4a;
}
.theme__wel2--pastel .card__cutoff,
.t__wel2--pas .card__cutoff {
  background: linear-gradient(rgba(255, 71, 252, 0.1), rgba(255, 71, 252, 0.1)), linear-gradient(white, white);
}
.theme__wel2--pastel .card__cutoff p,
.t__wel2--pas .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__wel2--pastel .card__cutoff:hover,
  .t__wel2--pas .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__wel2--pastel .card__cutoff:hover p,
  .t__wel2--pas .card__cutoff:hover p {
    color: rgba(255, 71, 252, 0.1);
  }
  .theme__wel2--pastel .card__cutoff:hover .card__cutoff--link,
  .t__wel2--pas .card__cutoff:hover .card__cutoff--link {
    color: rgba(255, 71, 252, 0.1);
  }
  .theme__wel2--pastel .card__cutoff:hover .card__cutoff--text,
  .t__wel2--pas .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__wel2--pastel .card__cutoff:hover .card__cutoff--text p,
  .t__wel2--pas .card__cutoff:hover .card__cutoff--text p {
    color: rgba(255, 71, 252, 0.1);
  }
  .theme__wel2--pastel .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__wel2--pas .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: rgba(255, 71, 252, 0.1);
  }
}
.theme__wel2--pastel .card__cutoff--link,
.t__wel2--pas .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__wel2--pastel .card__cutoff--link:hover,
  .t__wel2--pas .card__cutoff--link:hover {
    color: rgba(255, 71, 252, 0.1);
  }
  .theme__wel2--pastel .card__cutoff--link:hover--link,
  .t__wel2--pas .card__cutoff--link:hover--link {
    color: rgba(255, 71, 252, 0.1);
  }
}
.theme__wel2--pastel .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__wel2--pas .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: rgba(255, 71, 252, 0.1);
}
.theme__wel2--pastel .dropdown__toggle--title,
.t__wel2--pas .dropdown__toggle--title {
  color: rgba(255, 71, 252, 0.1);
}
.theme__wel2--pastel .dropdown__toggle--icon i,
.t__wel2--pas .dropdown__toggle--icon i {
  color: rgba(255, 71, 252, 0.1);
}
.theme__wel2--pastel .large_timer__countdown--item_large,
.t__wel2--pas .large_timer__countdown--item_large {
  background-color: rgba(255, 71, 252, 0.1);
}
.theme__wel2--pastel .large_timer__countdown--item_medium,
.t__wel2--pas .large_timer__countdown--item_medium {
  background-color: rgba(255, 71, 252, 0.1);
}
.theme__wel2--pastel .large_timer__countdown--item_small,
.t__wel2--pas .large_timer__countdown--item_small {
  background-color: rgba(255, 71, 252, 0.1);
}
.theme__wel2--pastel .modalcontent,
.t__wel2--pas .modalcontent {
  border-color: rgba(255, 71, 252, 0.1);
}
.theme__wel2--pastel .transparent__header,
.t__wel2--pas .transparent__header {
  background: rgba(255, 71, 252, 0.1);
}
.theme__wel2--pastel .breadcrumb__slashes,
.t__wel2--pas .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__wel2--pastel .the-list,
.t__wel2--pas .the-list {
  background-color: rgba(255, 71, 252, 0.1);
}
.theme__wel2--pastel .the-list option,
.t__wel2--pas .the-list option {
  border-color: rgba(255, 71, 252, 0.1) !important;
}
.theme__wel2--pastel .es-list::-webkit-scrollbar-thumb,
.t__wel2--pas .es-list::-webkit-scrollbar-thumb {
  background: rgba(255, 71, 252, 0.1);
}
.theme__wel2--pastel .es-visible,
.t__wel2--pas .es-visible {
  border-color: rgba(255, 71, 252, 0.1) !important;
}
.theme__wel2--pastel .ot-open,
.theme__wel2--pastel .ot-closed,
.t__wel2--pas .ot-open,
.t__wel2--pas .ot-closed {
  color: rgba(255, 71, 252, 0.1);
}
.theme__wel2--pastel .colour__foreground,
.t__wel2--pas .colour__foreground {
  color: rgba(255, 71, 252, 0.1);
}
.theme__wel2--pastel h1.t__none,
.theme__wel2--pastel h1.theme__none,
.theme__wel2--pastel h2.t__none,
.theme__wel2--pastel h2.theme__none,
.theme__wel2--pastel h3.t__none,
.theme__wel2--pastel h3.theme__none,
.theme__wel2--pastel h4.t__none,
.theme__wel2--pastel h4.theme__none,
.theme__wel2--pastel h1.t__none--w-hov,
.theme__wel2--pastel h1.theme__none--with-hover,
.theme__wel2--pastel h2.t__none--w-hov,
.theme__wel2--pastel h2.theme__none--with-hover,
.theme__wel2--pastel h3.t__none--w-hov,
.theme__wel2--pastel h3.theme__none--with-hover,
.theme__wel2--pastel h4.t__none--w-hov,
.theme__wel2--pastel h4.theme__none--with-hover,
.t__wel2--pas h1.t__none,
.t__wel2--pas h1.theme__none,
.t__wel2--pas h2.t__none,
.t__wel2--pas h2.theme__none,
.t__wel2--pas h3.t__none,
.t__wel2--pas h3.theme__none,
.t__wel2--pas h4.t__none,
.t__wel2--pas h4.theme__none,
.t__wel2--pas h1.t__none--w-hov,
.t__wel2--pas h1.theme__none--with-hover,
.t__wel2--pas h2.t__none--w-hov,
.t__wel2--pas h2.theme__none--with-hover,
.t__wel2--pas h3.t__none--w-hov,
.t__wel2--pas h3.theme__none--with-hover,
.t__wel2--pas h4.t__none--w-hov,
.t__wel2--pas h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__wel2--pastel span.t__none,
.theme__wel2--pastel span.theme__none,
.t__wel2--pas span.t__none,
.t__wel2--pas span.theme__none {
  color: #4a4a4a;
}
.theme__wel2--pastel i.t__none,
.theme__wel2--pastel i.theme__none,
.t__wel2--pas i.t__none,
.t__wel2--pas i.theme__none {
  color: #4a4a4a;
}
.theme__wel2--pastel a.border__none,
.theme__wel2--pastel a.b__none,
.t__wel2--pas a.border__none,
.t__wel2--pas a.b__none {
  border: 0;
}
.theme__wel2--pastel a:hover h1.t__none,
.theme__wel2--pastel a:hover h1.theme__none,
.theme__wel2--pastel a:hover h2.t__none,
.theme__wel2--pastel a:hover h2.theme__none,
.theme__wel2--pastel a:hover h3.t__none,
.theme__wel2--pastel a:hover h3.theme__none,
.theme__wel2--pastel a:hover h4.t__none,
.theme__wel2--pastel a:hover h4.theme__none,
.t__wel2--pas a:hover h1.t__none,
.t__wel2--pas a:hover h1.theme__none,
.t__wel2--pas a:hover h2.t__none,
.t__wel2--pas a:hover h2.theme__none,
.t__wel2--pas a:hover h3.t__none,
.t__wel2--pas a:hover h3.theme__none,
.t__wel2--pas a:hover h4.t__none,
.t__wel2--pas a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__wel2--pastel a:hover h1.t__none--w-hov,
.theme__wel2--pastel a:hover h1.theme__none--with-hover,
.theme__wel2--pastel a:hover h2.t__none--w-hov,
.theme__wel2--pastel a:hover h2.theme__none--with-hover,
.theme__wel2--pastel a:hover h3.t__none--w-hov,
.theme__wel2--pastel a:hover h3.theme__none--with-hover,
.theme__wel2--pastel a:hover h4.t__none--w-hov,
.theme__wel2--pastel a:hover h4.theme__none--with-hover,
.t__wel2--pas a:hover h1.t__none--w-hov,
.t__wel2--pas a:hover h1.theme__none--with-hover,
.t__wel2--pas a:hover h2.t__none--w-hov,
.t__wel2--pas a:hover h2.theme__none--with-hover,
.t__wel2--pas a:hover h3.t__none--w-hov,
.t__wel2--pas a:hover h3.theme__none--with-hover,
.t__wel2--pas a:hover h4.t__none--w-hov,
.t__wel2--pas a:hover h4.theme__none--with-hover {
  color: rgba(255, 71, 252, 0.1);
}

.theme__wel2--background-primary,
.t__wel2--bg-pri {
  background-color: #FC47FC;
}

.theme__wel2--background-secondary,
.t__wel2--bg-sec {
  background-color: #FF73FF;
}

.theme__wel2--background-pastel,
.t__wel2--bg-pas {
  background-color: rgba(255, 71, 252, 0.1);
}

.theme__suce--primary h1, .theme__suce--primary h2, .theme__suce--primary h3, .theme__suce--primary h4, .theme__suce--primary h5, .theme__suce--primary h6,
.t__suce--pri h1,
.t__suce--pri h2,
.t__suce--pri h3,
.t__suce--pri h4,
.t__suce--pri h5,
.t__suce--pri h6 {
  color: #47BA65;
}
.theme__suce--primary a,
.t__suce--pri a {
  color: #4a4a4a;
  border-color: #47BA65;
  text-decoration: none;
}
.theme__suce--primary a:hover,
.t__suce--pri a:hover {
  color: #47BA65;
}
.theme__suce--primary a:hover h1, .theme__suce--primary a:hover h2, .theme__suce--primary a:hover h3, .theme__suce--primary a:hover h4, .theme__suce--primary a:hover h5, .theme__suce--primary a:hover h6,
.t__suce--pri a:hover h1,
.t__suce--pri a:hover h2,
.t__suce--pri a:hover h3,
.t__suce--pri a:hover h4,
.t__suce--pri a:hover h5,
.t__suce--pri a:hover h6 {
  color: #47BA65;
}
.theme__suce--primary a div,
.t__suce--pri a div {
  border-color: #47BA65 !important;
}
.theme__suce--primary input,
.t__suce--pri input {
  border-color: #47BA65;
}
.theme__suce--primary p,
.t__suce--pri p {
  color: #4a4a4a;
}
.theme__suce--primary .button,
.theme__suce--primary .btn,
.theme__suce--primary .btn__pill, .theme__suce--primary.button, .theme__suce--primary.btn, .theme__suce--primary.btn__pill,
.t__suce--pri .button,
.t__suce--pri .btn,
.t__suce--pri .btn__pill,
.t__suce--pri.button,
.t__suce--pri.btn,
.t__suce--pri.btn__pill {
  border-color: #47BA65;
}
@media (hover: hover) {
  .theme__suce--primary .button:hover,
  .theme__suce--primary .btn:hover,
  .theme__suce--primary .btn__pill:hover, .theme__suce--primary.button:hover, .theme__suce--primary.btn:hover, .theme__suce--primary.btn__pill:hover,
  .t__suce--pri .button:hover,
  .t__suce--pri .btn:hover,
  .t__suce--pri .btn__pill:hover,
  .t__suce--pri.button:hover,
  .t__suce--pri.btn:hover,
  .t__suce--pri.btn__pill:hover {
    color: #ffffff;
    background: #47BA65;
  }
  .theme__suce--primary .button:hover i,
  .theme__suce--primary .btn:hover i,
  .theme__suce--primary .btn__pill:hover i, .theme__suce--primary.button:hover i, .theme__suce--primary.btn:hover i, .theme__suce--primary.btn__pill:hover i,
  .t__suce--pri .button:hover i,
  .t__suce--pri .btn:hover i,
  .t__suce--pri .btn__pill:hover i,
  .t__suce--pri.button:hover i,
  .t__suce--pri.btn:hover i,
  .t__suce--pri.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__suce--primary .button__invert,
.theme__suce--primary .btn__invert,
.theme__suce--primary .btn__pill__invert, .theme__suce--primary.button__invert, .theme__suce--primary.btn__invert, .theme__suce--primary.btn__pill__invert,
.t__suce--pri .button__invert,
.t__suce--pri .btn__invert,
.t__suce--pri .btn__pill__invert,
.t__suce--pri.button__invert,
.t__suce--pri.btn__invert,
.t__suce--pri.btn__pill__invert {
  background-color: #47BA65;
  color: #ffffff;
}
.theme__suce--primary .button__invert h4,
.theme__suce--primary .btn__invert h4,
.theme__suce--primary .btn__pill__invert h4, .theme__suce--primary.button__invert h4, .theme__suce--primary.btn__invert h4, .theme__suce--primary.btn__pill__invert h4,
.t__suce--pri .button__invert h4,
.t__suce--pri .btn__invert h4,
.t__suce--pri .btn__pill__invert h4,
.t__suce--pri.button__invert h4,
.t__suce--pri.btn__invert h4,
.t__suce--pri.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__suce--primary .button__invert:hover,
.theme__suce--primary .btn__invert:hover,
.theme__suce--primary .btn__pill__invert:hover, .theme__suce--primary.button__invert:hover, .theme__suce--primary.btn__invert:hover, .theme__suce--primary.btn__pill__invert:hover,
.t__suce--pri .button__invert:hover,
.t__suce--pri .btn__invert:hover,
.t__suce--pri .btn__pill__invert:hover,
.t__suce--pri.button__invert:hover,
.t__suce--pri.btn__invert:hover,
.t__suce--pri.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__suce--primary .button__invert:hover h4,
.theme__suce--primary .btn__invert:hover h4,
.theme__suce--primary .btn__pill__invert:hover h4, .theme__suce--primary.button__invert:hover h4, .theme__suce--primary.btn__invert:hover h4, .theme__suce--primary.btn__pill__invert:hover h4,
.t__suce--pri .button__invert:hover h4,
.t__suce--pri .btn__invert:hover h4,
.t__suce--pri .btn__pill__invert:hover h4,
.t__suce--pri.button__invert:hover h4,
.t__suce--pri.btn__invert:hover h4,
.t__suce--pri.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__suce--primary .button__invert--hover:hover,
.theme__suce--primary .btn__invert--hover:hover,
.theme__suce--primary .btn__pill__invert--hover:hover, .theme__suce--primary.button__invert--hover:hover, .theme__suce--primary.btn__invert--hover:hover, .theme__suce--primary.btn__pill__invert--hover:hover,
.t__suce--pri .button__invert--hover:hover,
.t__suce--pri .btn__invert--hover:hover,
.t__suce--pri .btn__pill__invert--hover:hover,
.t__suce--pri.button__invert--hover:hover,
.t__suce--pri.btn__invert--hover:hover,
.t__suce--pri.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__suce--primary .button__under,
.theme__suce--primary .btn__under,
.theme__suce--primary .btn__pill__under, .theme__suce--primary.button__under, .theme__suce--primary.btn__under, .theme__suce--primary.btn__pill__under,
.t__suce--pri .button__under,
.t__suce--pri .btn__under,
.t__suce--pri .btn__pill__under,
.t__suce--pri.button__under,
.t__suce--pri.btn__under,
.t__suce--pri.btn__pill__under {
  border-color: #47BA65;
}
.theme__suce--primary .btn__large,
.t__suce--pri .btn__large {
  background-color: #47BA65;
}
.theme__suce--primary .input__search,
.t__suce--pri .input__search {
  border-color: #47BA65;
}
.theme__suce--primary .input__search i,
.t__suce--pri .input__search i {
  color: #4a4a4a;
}
.theme__suce--primary .input__search:hover i,
.t__suce--pri .input__search:hover i {
  color: #47BA65;
}
.theme__suce--primary .component__foreground,
.t__suce--pri .component__foreground {
  color: #4a4a4a;
}
.theme__suce--primary.card,
.theme__suce--primary .card, .theme__suce--primary.card__with-image,
.theme__suce--primary .card__with-image,
.t__suce--pri.card,
.t__suce--pri .card,
.t__suce--pri.card__with-image,
.t__suce--pri .card__with-image {
  border-color: #47BA65;
}
.theme__suce--primary.card__highlight,
.theme__suce--primary .card__highlight,
.theme__suce--primary .card__highlight--image,
.theme__suce--primary .card__highlight--final,
.t__suce--pri.card__highlight,
.t__suce--pri .card__highlight,
.t__suce--pri .card__highlight--image,
.t__suce--pri .card__highlight--final {
  background-color: #47BA65;
  border-color: #47BA65;
}
.theme__suce--primary.card__highlight--title,
.theme__suce--primary .card__highlight--title,
.theme__suce--primary .card__highlight--image,
.theme__suce--primary .card__highlight--final,
.t__suce--pri.card__highlight--title,
.t__suce--pri .card__highlight--title,
.t__suce--pri .card__highlight--image,
.t__suce--pri .card__highlight--final {
  color: #4a4a4a;
}
.theme__suce--primary .image-slider__selector--dot,
.t__suce--pri .image-slider__selector--dot {
  background-color: #47BA65;
}
.theme__suce--primary .call-to-action__text h3,
.t__suce--pri .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__suce--primary .officer__block--title h5, .theme__suce--primary .officer__block--title h6,
.t__suce--pri .officer__block--title h5,
.t__suce--pri .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__suce--primary .block__statement--link,
.t__suce--pri .block__statement--link {
  color: #4a4a4a;
}
.theme__suce--primary .card__cutoff,
.t__suce--pri .card__cutoff {
  background: linear-gradient(#47BA65, #47BA65), linear-gradient(white, white);
}
.theme__suce--primary .card__cutoff p,
.t__suce--pri .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__suce--primary .card__cutoff:hover,
  .t__suce--pri .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__suce--primary .card__cutoff:hover p,
  .t__suce--pri .card__cutoff:hover p {
    color: #47BA65;
  }
  .theme__suce--primary .card__cutoff:hover .card__cutoff--link,
  .t__suce--pri .card__cutoff:hover .card__cutoff--link {
    color: #47BA65;
  }
  .theme__suce--primary .card__cutoff:hover .card__cutoff--text,
  .t__suce--pri .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__suce--primary .card__cutoff:hover .card__cutoff--text p,
  .t__suce--pri .card__cutoff:hover .card__cutoff--text p {
    color: #47BA65;
  }
  .theme__suce--primary .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__suce--pri .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: #47BA65;
  }
}
.theme__suce--primary .card__cutoff--link,
.t__suce--pri .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__suce--primary .card__cutoff--link:hover,
  .t__suce--pri .card__cutoff--link:hover {
    color: #47BA65;
  }
  .theme__suce--primary .card__cutoff--link:hover--link,
  .t__suce--pri .card__cutoff--link:hover--link {
    color: #47BA65;
  }
}
.theme__suce--primary .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__suce--pri .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: #47BA65;
}
.theme__suce--primary .dropdown__toggle--title,
.t__suce--pri .dropdown__toggle--title {
  color: #47BA65;
}
.theme__suce--primary .dropdown__toggle--icon i,
.t__suce--pri .dropdown__toggle--icon i {
  color: #47BA65;
}
.theme__suce--primary .large_timer__countdown--item_large,
.t__suce--pri .large_timer__countdown--item_large {
  background-color: #47BA65;
}
.theme__suce--primary .large_timer__countdown--item_medium,
.t__suce--pri .large_timer__countdown--item_medium {
  background-color: #47BA65;
}
.theme__suce--primary .large_timer__countdown--item_small,
.t__suce--pri .large_timer__countdown--item_small {
  background-color: #47BA65;
}
.theme__suce--primary .modalcontent,
.t__suce--pri .modalcontent {
  border-color: #47BA65;
}
.theme__suce--primary .transparent__header,
.t__suce--pri .transparent__header {
  background: #47BA65;
}
.theme__suce--primary .breadcrumb__slashes,
.t__suce--pri .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__suce--primary .the-list,
.t__suce--pri .the-list {
  background-color: #47BA65;
}
.theme__suce--primary .the-list option,
.t__suce--pri .the-list option {
  border-color: #47BA65 !important;
}
.theme__suce--primary .es-list::-webkit-scrollbar-thumb,
.t__suce--pri .es-list::-webkit-scrollbar-thumb {
  background: #47BA65;
}
.theme__suce--primary .es-visible,
.t__suce--pri .es-visible {
  border-color: #47BA65 !important;
}
.theme__suce--primary .ot-open,
.theme__suce--primary .ot-closed,
.t__suce--pri .ot-open,
.t__suce--pri .ot-closed {
  color: #47BA65;
}
.theme__suce--primary .colour__foreground,
.t__suce--pri .colour__foreground {
  color: #47BA65;
}
.theme__suce--primary h1.t__none,
.theme__suce--primary h1.theme__none,
.theme__suce--primary h2.t__none,
.theme__suce--primary h2.theme__none,
.theme__suce--primary h3.t__none,
.theme__suce--primary h3.theme__none,
.theme__suce--primary h4.t__none,
.theme__suce--primary h4.theme__none,
.theme__suce--primary h1.t__none--w-hov,
.theme__suce--primary h1.theme__none--with-hover,
.theme__suce--primary h2.t__none--w-hov,
.theme__suce--primary h2.theme__none--with-hover,
.theme__suce--primary h3.t__none--w-hov,
.theme__suce--primary h3.theme__none--with-hover,
.theme__suce--primary h4.t__none--w-hov,
.theme__suce--primary h4.theme__none--with-hover,
.t__suce--pri h1.t__none,
.t__suce--pri h1.theme__none,
.t__suce--pri h2.t__none,
.t__suce--pri h2.theme__none,
.t__suce--pri h3.t__none,
.t__suce--pri h3.theme__none,
.t__suce--pri h4.t__none,
.t__suce--pri h4.theme__none,
.t__suce--pri h1.t__none--w-hov,
.t__suce--pri h1.theme__none--with-hover,
.t__suce--pri h2.t__none--w-hov,
.t__suce--pri h2.theme__none--with-hover,
.t__suce--pri h3.t__none--w-hov,
.t__suce--pri h3.theme__none--with-hover,
.t__suce--pri h4.t__none--w-hov,
.t__suce--pri h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__suce--primary span.t__none,
.theme__suce--primary span.theme__none,
.t__suce--pri span.t__none,
.t__suce--pri span.theme__none {
  color: #4a4a4a;
}
.theme__suce--primary i.t__none,
.theme__suce--primary i.theme__none,
.t__suce--pri i.t__none,
.t__suce--pri i.theme__none {
  color: #4a4a4a;
}
.theme__suce--primary a.border__none,
.theme__suce--primary a.b__none,
.t__suce--pri a.border__none,
.t__suce--pri a.b__none {
  border: 0;
}
.theme__suce--primary a:hover h1.t__none,
.theme__suce--primary a:hover h1.theme__none,
.theme__suce--primary a:hover h2.t__none,
.theme__suce--primary a:hover h2.theme__none,
.theme__suce--primary a:hover h3.t__none,
.theme__suce--primary a:hover h3.theme__none,
.theme__suce--primary a:hover h4.t__none,
.theme__suce--primary a:hover h4.theme__none,
.t__suce--pri a:hover h1.t__none,
.t__suce--pri a:hover h1.theme__none,
.t__suce--pri a:hover h2.t__none,
.t__suce--pri a:hover h2.theme__none,
.t__suce--pri a:hover h3.t__none,
.t__suce--pri a:hover h3.theme__none,
.t__suce--pri a:hover h4.t__none,
.t__suce--pri a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__suce--primary a:hover h1.t__none--w-hov,
.theme__suce--primary a:hover h1.theme__none--with-hover,
.theme__suce--primary a:hover h2.t__none--w-hov,
.theme__suce--primary a:hover h2.theme__none--with-hover,
.theme__suce--primary a:hover h3.t__none--w-hov,
.theme__suce--primary a:hover h3.theme__none--with-hover,
.theme__suce--primary a:hover h4.t__none--w-hov,
.theme__suce--primary a:hover h4.theme__none--with-hover,
.t__suce--pri a:hover h1.t__none--w-hov,
.t__suce--pri a:hover h1.theme__none--with-hover,
.t__suce--pri a:hover h2.t__none--w-hov,
.t__suce--pri a:hover h2.theme__none--with-hover,
.t__suce--pri a:hover h3.t__none--w-hov,
.t__suce--pri a:hover h3.theme__none--with-hover,
.t__suce--pri a:hover h4.t__none--w-hov,
.t__suce--pri a:hover h4.theme__none--with-hover {
  color: #47BA65;
}
.theme__suce--primary .dotted__line--small, .theme__suce--primary .dotted__line--medium, .theme__suce--primary .dotted__line--large, .theme__suce--primary .dotted__line--x-large, .theme__suce--primary .dotted__line--huge,
.t__suce--pri .dotted__line--small,
.t__suce--pri .dotted__line--medium,
.t__suce--pri .dotted__line--large,
.t__suce--pri .dotted__line--x-large,
.t__suce--pri .dotted__line--huge {
  border-image-source: url("https://assets-cdn.sums.su/SH/Dotted_Borders/dotted_suce.png");
}

.theme__suce--secondary h1, .theme__suce--secondary h2, .theme__suce--secondary h3, .theme__suce--secondary h4, .theme__suce--secondary h5, .theme__suce--secondary h6,
.t__suce--sec h1,
.t__suce--sec h2,
.t__suce--sec h3,
.t__suce--sec h4,
.t__suce--sec h5,
.t__suce--sec h6 {
  color: #47BA65;
}
.theme__suce--secondary a,
.t__suce--sec a {
  color: #4a4a4a;
  border-color: #47BA65;
  text-decoration: none;
}
.theme__suce--secondary a:hover,
.t__suce--sec a:hover {
  color: #47BA65;
}
.theme__suce--secondary a:hover h1, .theme__suce--secondary a:hover h2, .theme__suce--secondary a:hover h3, .theme__suce--secondary a:hover h4, .theme__suce--secondary a:hover h5, .theme__suce--secondary a:hover h6,
.t__suce--sec a:hover h1,
.t__suce--sec a:hover h2,
.t__suce--sec a:hover h3,
.t__suce--sec a:hover h4,
.t__suce--sec a:hover h5,
.t__suce--sec a:hover h6 {
  color: #47BA65;
}
.theme__suce--secondary a div,
.t__suce--sec a div {
  border-color: #47BA65 !important;
}
.theme__suce--secondary input,
.t__suce--sec input {
  border-color: #47BA65;
}
.theme__suce--secondary p,
.t__suce--sec p {
  color: #4a4a4a;
}
.theme__suce--secondary .button,
.theme__suce--secondary .btn,
.theme__suce--secondary .btn__pill, .theme__suce--secondary.button, .theme__suce--secondary.btn, .theme__suce--secondary.btn__pill,
.t__suce--sec .button,
.t__suce--sec .btn,
.t__suce--sec .btn__pill,
.t__suce--sec.button,
.t__suce--sec.btn,
.t__suce--sec.btn__pill {
  border-color: #47BA65;
}
@media (hover: hover) {
  .theme__suce--secondary .button:hover,
  .theme__suce--secondary .btn:hover,
  .theme__suce--secondary .btn__pill:hover, .theme__suce--secondary.button:hover, .theme__suce--secondary.btn:hover, .theme__suce--secondary.btn__pill:hover,
  .t__suce--sec .button:hover,
  .t__suce--sec .btn:hover,
  .t__suce--sec .btn__pill:hover,
  .t__suce--sec.button:hover,
  .t__suce--sec.btn:hover,
  .t__suce--sec.btn__pill:hover {
    color: #ffffff;
    background: #47BA65;
  }
  .theme__suce--secondary .button:hover i,
  .theme__suce--secondary .btn:hover i,
  .theme__suce--secondary .btn__pill:hover i, .theme__suce--secondary.button:hover i, .theme__suce--secondary.btn:hover i, .theme__suce--secondary.btn__pill:hover i,
  .t__suce--sec .button:hover i,
  .t__suce--sec .btn:hover i,
  .t__suce--sec .btn__pill:hover i,
  .t__suce--sec.button:hover i,
  .t__suce--sec.btn:hover i,
  .t__suce--sec.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__suce--secondary .button__invert,
.theme__suce--secondary .btn__invert,
.theme__suce--secondary .btn__pill__invert, .theme__suce--secondary.button__invert, .theme__suce--secondary.btn__invert, .theme__suce--secondary.btn__pill__invert,
.t__suce--sec .button__invert,
.t__suce--sec .btn__invert,
.t__suce--sec .btn__pill__invert,
.t__suce--sec.button__invert,
.t__suce--sec.btn__invert,
.t__suce--sec.btn__pill__invert {
  background-color: #47BA65;
  color: #ffffff;
}
.theme__suce--secondary .button__invert h4,
.theme__suce--secondary .btn__invert h4,
.theme__suce--secondary .btn__pill__invert h4, .theme__suce--secondary.button__invert h4, .theme__suce--secondary.btn__invert h4, .theme__suce--secondary.btn__pill__invert h4,
.t__suce--sec .button__invert h4,
.t__suce--sec .btn__invert h4,
.t__suce--sec .btn__pill__invert h4,
.t__suce--sec.button__invert h4,
.t__suce--sec.btn__invert h4,
.t__suce--sec.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__suce--secondary .button__invert:hover,
.theme__suce--secondary .btn__invert:hover,
.theme__suce--secondary .btn__pill__invert:hover, .theme__suce--secondary.button__invert:hover, .theme__suce--secondary.btn__invert:hover, .theme__suce--secondary.btn__pill__invert:hover,
.t__suce--sec .button__invert:hover,
.t__suce--sec .btn__invert:hover,
.t__suce--sec .btn__pill__invert:hover,
.t__suce--sec.button__invert:hover,
.t__suce--sec.btn__invert:hover,
.t__suce--sec.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__suce--secondary .button__invert:hover h4,
.theme__suce--secondary .btn__invert:hover h4,
.theme__suce--secondary .btn__pill__invert:hover h4, .theme__suce--secondary.button__invert:hover h4, .theme__suce--secondary.btn__invert:hover h4, .theme__suce--secondary.btn__pill__invert:hover h4,
.t__suce--sec .button__invert:hover h4,
.t__suce--sec .btn__invert:hover h4,
.t__suce--sec .btn__pill__invert:hover h4,
.t__suce--sec.button__invert:hover h4,
.t__suce--sec.btn__invert:hover h4,
.t__suce--sec.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__suce--secondary .button__invert--hover:hover,
.theme__suce--secondary .btn__invert--hover:hover,
.theme__suce--secondary .btn__pill__invert--hover:hover, .theme__suce--secondary.button__invert--hover:hover, .theme__suce--secondary.btn__invert--hover:hover, .theme__suce--secondary.btn__pill__invert--hover:hover,
.t__suce--sec .button__invert--hover:hover,
.t__suce--sec .btn__invert--hover:hover,
.t__suce--sec .btn__pill__invert--hover:hover,
.t__suce--sec.button__invert--hover:hover,
.t__suce--sec.btn__invert--hover:hover,
.t__suce--sec.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__suce--secondary .button__under,
.theme__suce--secondary .btn__under,
.theme__suce--secondary .btn__pill__under, .theme__suce--secondary.button__under, .theme__suce--secondary.btn__under, .theme__suce--secondary.btn__pill__under,
.t__suce--sec .button__under,
.t__suce--sec .btn__under,
.t__suce--sec .btn__pill__under,
.t__suce--sec.button__under,
.t__suce--sec.btn__under,
.t__suce--sec.btn__pill__under {
  border-color: #47BA65;
}
.theme__suce--secondary .btn__large,
.t__suce--sec .btn__large {
  background-color: #47BA65;
}
.theme__suce--secondary .input__search,
.t__suce--sec .input__search {
  border-color: #47BA65;
}
.theme__suce--secondary .input__search i,
.t__suce--sec .input__search i {
  color: #4a4a4a;
}
.theme__suce--secondary .input__search:hover i,
.t__suce--sec .input__search:hover i {
  color: #47BA65;
}
.theme__suce--secondary .component__foreground,
.t__suce--sec .component__foreground {
  color: #4a4a4a;
}
.theme__suce--secondary.card,
.theme__suce--secondary .card, .theme__suce--secondary.card__with-image,
.theme__suce--secondary .card__with-image,
.t__suce--sec.card,
.t__suce--sec .card,
.t__suce--sec.card__with-image,
.t__suce--sec .card__with-image {
  border-color: #47BA65;
}
.theme__suce--secondary.card__highlight,
.theme__suce--secondary .card__highlight,
.theme__suce--secondary .card__highlight--image,
.theme__suce--secondary .card__highlight--final,
.t__suce--sec.card__highlight,
.t__suce--sec .card__highlight,
.t__suce--sec .card__highlight--image,
.t__suce--sec .card__highlight--final {
  background-color: #47BA65;
  border-color: #47BA65;
}
.theme__suce--secondary.card__highlight--title,
.theme__suce--secondary .card__highlight--title,
.theme__suce--secondary .card__highlight--image,
.theme__suce--secondary .card__highlight--final,
.t__suce--sec.card__highlight--title,
.t__suce--sec .card__highlight--title,
.t__suce--sec .card__highlight--image,
.t__suce--sec .card__highlight--final {
  color: #4a4a4a;
}
.theme__suce--secondary .image-slider__selector--dot,
.t__suce--sec .image-slider__selector--dot {
  background-color: #47BA65;
}
.theme__suce--secondary .call-to-action__text h3,
.t__suce--sec .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__suce--secondary .officer__block--title h5, .theme__suce--secondary .officer__block--title h6,
.t__suce--sec .officer__block--title h5,
.t__suce--sec .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__suce--secondary .block__statement--link,
.t__suce--sec .block__statement--link {
  color: #4a4a4a;
}
.theme__suce--secondary .card__cutoff,
.t__suce--sec .card__cutoff {
  background: linear-gradient(#47BA65, #47BA65), linear-gradient(white, white);
}
.theme__suce--secondary .card__cutoff p,
.t__suce--sec .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__suce--secondary .card__cutoff:hover,
  .t__suce--sec .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__suce--secondary .card__cutoff:hover p,
  .t__suce--sec .card__cutoff:hover p {
    color: #47BA65;
  }
  .theme__suce--secondary .card__cutoff:hover .card__cutoff--link,
  .t__suce--sec .card__cutoff:hover .card__cutoff--link {
    color: #47BA65;
  }
  .theme__suce--secondary .card__cutoff:hover .card__cutoff--text,
  .t__suce--sec .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__suce--secondary .card__cutoff:hover .card__cutoff--text p,
  .t__suce--sec .card__cutoff:hover .card__cutoff--text p {
    color: #47BA65;
  }
  .theme__suce--secondary .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__suce--sec .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: #47BA65;
  }
}
.theme__suce--secondary .card__cutoff--link,
.t__suce--sec .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__suce--secondary .card__cutoff--link:hover,
  .t__suce--sec .card__cutoff--link:hover {
    color: #47BA65;
  }
  .theme__suce--secondary .card__cutoff--link:hover--link,
  .t__suce--sec .card__cutoff--link:hover--link {
    color: #47BA65;
  }
}
.theme__suce--secondary .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__suce--sec .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: #47BA65;
}
.theme__suce--secondary .dropdown__toggle--title,
.t__suce--sec .dropdown__toggle--title {
  color: #47BA65;
}
.theme__suce--secondary .dropdown__toggle--icon i,
.t__suce--sec .dropdown__toggle--icon i {
  color: #47BA65;
}
.theme__suce--secondary .large_timer__countdown--item_large,
.t__suce--sec .large_timer__countdown--item_large {
  background-color: #47BA65;
}
.theme__suce--secondary .large_timer__countdown--item_medium,
.t__suce--sec .large_timer__countdown--item_medium {
  background-color: #47BA65;
}
.theme__suce--secondary .large_timer__countdown--item_small,
.t__suce--sec .large_timer__countdown--item_small {
  background-color: #47BA65;
}
.theme__suce--secondary .modalcontent,
.t__suce--sec .modalcontent {
  border-color: #47BA65;
}
.theme__suce--secondary .transparent__header,
.t__suce--sec .transparent__header {
  background: #47BA65;
}
.theme__suce--secondary .breadcrumb__slashes,
.t__suce--sec .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__suce--secondary .the-list,
.t__suce--sec .the-list {
  background-color: #47BA65;
}
.theme__suce--secondary .the-list option,
.t__suce--sec .the-list option {
  border-color: #47BA65 !important;
}
.theme__suce--secondary .es-list::-webkit-scrollbar-thumb,
.t__suce--sec .es-list::-webkit-scrollbar-thumb {
  background: #47BA65;
}
.theme__suce--secondary .es-visible,
.t__suce--sec .es-visible {
  border-color: #47BA65 !important;
}
.theme__suce--secondary .ot-open,
.theme__suce--secondary .ot-closed,
.t__suce--sec .ot-open,
.t__suce--sec .ot-closed {
  color: #47BA65;
}
.theme__suce--secondary .colour__foreground,
.t__suce--sec .colour__foreground {
  color: #47BA65;
}
.theme__suce--secondary h1.t__none,
.theme__suce--secondary h1.theme__none,
.theme__suce--secondary h2.t__none,
.theme__suce--secondary h2.theme__none,
.theme__suce--secondary h3.t__none,
.theme__suce--secondary h3.theme__none,
.theme__suce--secondary h4.t__none,
.theme__suce--secondary h4.theme__none,
.theme__suce--secondary h1.t__none--w-hov,
.theme__suce--secondary h1.theme__none--with-hover,
.theme__suce--secondary h2.t__none--w-hov,
.theme__suce--secondary h2.theme__none--with-hover,
.theme__suce--secondary h3.t__none--w-hov,
.theme__suce--secondary h3.theme__none--with-hover,
.theme__suce--secondary h4.t__none--w-hov,
.theme__suce--secondary h4.theme__none--with-hover,
.t__suce--sec h1.t__none,
.t__suce--sec h1.theme__none,
.t__suce--sec h2.t__none,
.t__suce--sec h2.theme__none,
.t__suce--sec h3.t__none,
.t__suce--sec h3.theme__none,
.t__suce--sec h4.t__none,
.t__suce--sec h4.theme__none,
.t__suce--sec h1.t__none--w-hov,
.t__suce--sec h1.theme__none--with-hover,
.t__suce--sec h2.t__none--w-hov,
.t__suce--sec h2.theme__none--with-hover,
.t__suce--sec h3.t__none--w-hov,
.t__suce--sec h3.theme__none--with-hover,
.t__suce--sec h4.t__none--w-hov,
.t__suce--sec h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__suce--secondary span.t__none,
.theme__suce--secondary span.theme__none,
.t__suce--sec span.t__none,
.t__suce--sec span.theme__none {
  color: #4a4a4a;
}
.theme__suce--secondary i.t__none,
.theme__suce--secondary i.theme__none,
.t__suce--sec i.t__none,
.t__suce--sec i.theme__none {
  color: #4a4a4a;
}
.theme__suce--secondary a.border__none,
.theme__suce--secondary a.b__none,
.t__suce--sec a.border__none,
.t__suce--sec a.b__none {
  border: 0;
}
.theme__suce--secondary a:hover h1.t__none,
.theme__suce--secondary a:hover h1.theme__none,
.theme__suce--secondary a:hover h2.t__none,
.theme__suce--secondary a:hover h2.theme__none,
.theme__suce--secondary a:hover h3.t__none,
.theme__suce--secondary a:hover h3.theme__none,
.theme__suce--secondary a:hover h4.t__none,
.theme__suce--secondary a:hover h4.theme__none,
.t__suce--sec a:hover h1.t__none,
.t__suce--sec a:hover h1.theme__none,
.t__suce--sec a:hover h2.t__none,
.t__suce--sec a:hover h2.theme__none,
.t__suce--sec a:hover h3.t__none,
.t__suce--sec a:hover h3.theme__none,
.t__suce--sec a:hover h4.t__none,
.t__suce--sec a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__suce--secondary a:hover h1.t__none--w-hov,
.theme__suce--secondary a:hover h1.theme__none--with-hover,
.theme__suce--secondary a:hover h2.t__none--w-hov,
.theme__suce--secondary a:hover h2.theme__none--with-hover,
.theme__suce--secondary a:hover h3.t__none--w-hov,
.theme__suce--secondary a:hover h3.theme__none--with-hover,
.theme__suce--secondary a:hover h4.t__none--w-hov,
.theme__suce--secondary a:hover h4.theme__none--with-hover,
.t__suce--sec a:hover h1.t__none--w-hov,
.t__suce--sec a:hover h1.theme__none--with-hover,
.t__suce--sec a:hover h2.t__none--w-hov,
.t__suce--sec a:hover h2.theme__none--with-hover,
.t__suce--sec a:hover h3.t__none--w-hov,
.t__suce--sec a:hover h3.theme__none--with-hover,
.t__suce--sec a:hover h4.t__none--w-hov,
.t__suce--sec a:hover h4.theme__none--with-hover {
  color: #47BA65;
}

.theme__suce--pastel h1, .theme__suce--pastel h2, .theme__suce--pastel h3, .theme__suce--pastel h4, .theme__suce--pastel h5, .theme__suce--pastel h6,
.t__suce--pas h1,
.t__suce--pas h2,
.t__suce--pas h3,
.t__suce--pas h4,
.t__suce--pas h5,
.t__suce--pas h6 {
  color: rgba(71, 186, 101, 0.1);
}
.theme__suce--pastel a,
.t__suce--pas a {
  color: #4a4a4a;
  border-color: rgba(71, 186, 101, 0.1);
  text-decoration: none;
}
.theme__suce--pastel a:hover,
.t__suce--pas a:hover {
  color: rgba(71, 186, 101, 0.1);
}
.theme__suce--pastel a:hover h1, .theme__suce--pastel a:hover h2, .theme__suce--pastel a:hover h3, .theme__suce--pastel a:hover h4, .theme__suce--pastel a:hover h5, .theme__suce--pastel a:hover h6,
.t__suce--pas a:hover h1,
.t__suce--pas a:hover h2,
.t__suce--pas a:hover h3,
.t__suce--pas a:hover h4,
.t__suce--pas a:hover h5,
.t__suce--pas a:hover h6 {
  color: rgba(71, 186, 101, 0.1);
}
.theme__suce--pastel a div,
.t__suce--pas a div {
  border-color: rgba(71, 186, 101, 0.1) !important;
}
.theme__suce--pastel input,
.t__suce--pas input {
  border-color: rgba(71, 186, 101, 0.1);
}
.theme__suce--pastel p,
.t__suce--pas p {
  color: #4a4a4a;
}
.theme__suce--pastel .button,
.theme__suce--pastel .btn,
.theme__suce--pastel .btn__pill, .theme__suce--pastel.button, .theme__suce--pastel.btn, .theme__suce--pastel.btn__pill,
.t__suce--pas .button,
.t__suce--pas .btn,
.t__suce--pas .btn__pill,
.t__suce--pas.button,
.t__suce--pas.btn,
.t__suce--pas.btn__pill {
  border-color: rgba(71, 186, 101, 0.1);
}
@media (hover: hover) {
  .theme__suce--pastel .button:hover,
  .theme__suce--pastel .btn:hover,
  .theme__suce--pastel .btn__pill:hover, .theme__suce--pastel.button:hover, .theme__suce--pastel.btn:hover, .theme__suce--pastel.btn__pill:hover,
  .t__suce--pas .button:hover,
  .t__suce--pas .btn:hover,
  .t__suce--pas .btn__pill:hover,
  .t__suce--pas.button:hover,
  .t__suce--pas.btn:hover,
  .t__suce--pas.btn__pill:hover {
    color: #ffffff;
    background: rgba(71, 186, 101, 0.1);
  }
  .theme__suce--pastel .button:hover i,
  .theme__suce--pastel .btn:hover i,
  .theme__suce--pastel .btn__pill:hover i, .theme__suce--pastel.button:hover i, .theme__suce--pastel.btn:hover i, .theme__suce--pastel.btn__pill:hover i,
  .t__suce--pas .button:hover i,
  .t__suce--pas .btn:hover i,
  .t__suce--pas .btn__pill:hover i,
  .t__suce--pas.button:hover i,
  .t__suce--pas.btn:hover i,
  .t__suce--pas.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__suce--pastel .button__invert,
.theme__suce--pastel .btn__invert,
.theme__suce--pastel .btn__pill__invert, .theme__suce--pastel.button__invert, .theme__suce--pastel.btn__invert, .theme__suce--pastel.btn__pill__invert,
.t__suce--pas .button__invert,
.t__suce--pas .btn__invert,
.t__suce--pas .btn__pill__invert,
.t__suce--pas.button__invert,
.t__suce--pas.btn__invert,
.t__suce--pas.btn__pill__invert {
  background-color: rgba(71, 186, 101, 0.1);
  color: #ffffff;
}
.theme__suce--pastel .button__invert h4,
.theme__suce--pastel .btn__invert h4,
.theme__suce--pastel .btn__pill__invert h4, .theme__suce--pastel.button__invert h4, .theme__suce--pastel.btn__invert h4, .theme__suce--pastel.btn__pill__invert h4,
.t__suce--pas .button__invert h4,
.t__suce--pas .btn__invert h4,
.t__suce--pas .btn__pill__invert h4,
.t__suce--pas.button__invert h4,
.t__suce--pas.btn__invert h4,
.t__suce--pas.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__suce--pastel .button__invert:hover,
.theme__suce--pastel .btn__invert:hover,
.theme__suce--pastel .btn__pill__invert:hover, .theme__suce--pastel.button__invert:hover, .theme__suce--pastel.btn__invert:hover, .theme__suce--pastel.btn__pill__invert:hover,
.t__suce--pas .button__invert:hover,
.t__suce--pas .btn__invert:hover,
.t__suce--pas .btn__pill__invert:hover,
.t__suce--pas.button__invert:hover,
.t__suce--pas.btn__invert:hover,
.t__suce--pas.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__suce--pastel .button__invert:hover h4,
.theme__suce--pastel .btn__invert:hover h4,
.theme__suce--pastel .btn__pill__invert:hover h4, .theme__suce--pastel.button__invert:hover h4, .theme__suce--pastel.btn__invert:hover h4, .theme__suce--pastel.btn__pill__invert:hover h4,
.t__suce--pas .button__invert:hover h4,
.t__suce--pas .btn__invert:hover h4,
.t__suce--pas .btn__pill__invert:hover h4,
.t__suce--pas.button__invert:hover h4,
.t__suce--pas.btn__invert:hover h4,
.t__suce--pas.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__suce--pastel .button__invert--hover:hover,
.theme__suce--pastel .btn__invert--hover:hover,
.theme__suce--pastel .btn__pill__invert--hover:hover, .theme__suce--pastel.button__invert--hover:hover, .theme__suce--pastel.btn__invert--hover:hover, .theme__suce--pastel.btn__pill__invert--hover:hover,
.t__suce--pas .button__invert--hover:hover,
.t__suce--pas .btn__invert--hover:hover,
.t__suce--pas .btn__pill__invert--hover:hover,
.t__suce--pas.button__invert--hover:hover,
.t__suce--pas.btn__invert--hover:hover,
.t__suce--pas.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__suce--pastel .button__under,
.theme__suce--pastel .btn__under,
.theme__suce--pastel .btn__pill__under, .theme__suce--pastel.button__under, .theme__suce--pastel.btn__under, .theme__suce--pastel.btn__pill__under,
.t__suce--pas .button__under,
.t__suce--pas .btn__under,
.t__suce--pas .btn__pill__under,
.t__suce--pas.button__under,
.t__suce--pas.btn__under,
.t__suce--pas.btn__pill__under {
  border-color: rgba(71, 186, 101, 0.1);
}
.theme__suce--pastel .btn__large,
.t__suce--pas .btn__large {
  background-color: rgba(71, 186, 101, 0.1);
}
.theme__suce--pastel .input__search,
.t__suce--pas .input__search {
  border-color: rgba(71, 186, 101, 0.1);
}
.theme__suce--pastel .input__search i,
.t__suce--pas .input__search i {
  color: #4a4a4a;
}
.theme__suce--pastel .input__search:hover i,
.t__suce--pas .input__search:hover i {
  color: rgba(71, 186, 101, 0.1);
}
.theme__suce--pastel .component__foreground,
.t__suce--pas .component__foreground {
  color: #4a4a4a;
}
.theme__suce--pastel.card,
.theme__suce--pastel .card, .theme__suce--pastel.card__with-image,
.theme__suce--pastel .card__with-image,
.t__suce--pas.card,
.t__suce--pas .card,
.t__suce--pas.card__with-image,
.t__suce--pas .card__with-image {
  border-color: rgba(71, 186, 101, 0.1);
}
.theme__suce--pastel.card__highlight,
.theme__suce--pastel .card__highlight,
.theme__suce--pastel .card__highlight--image,
.theme__suce--pastel .card__highlight--final,
.t__suce--pas.card__highlight,
.t__suce--pas .card__highlight,
.t__suce--pas .card__highlight--image,
.t__suce--pas .card__highlight--final {
  background-color: rgba(71, 186, 101, 0.1);
  border-color: rgba(71, 186, 101, 0.1);
}
.theme__suce--pastel.card__highlight--title,
.theme__suce--pastel .card__highlight--title,
.theme__suce--pastel .card__highlight--image,
.theme__suce--pastel .card__highlight--final,
.t__suce--pas.card__highlight--title,
.t__suce--pas .card__highlight--title,
.t__suce--pas .card__highlight--image,
.t__suce--pas .card__highlight--final {
  color: #4a4a4a;
}
.theme__suce--pastel .image-slider__selector--dot,
.t__suce--pas .image-slider__selector--dot {
  background-color: rgba(71, 186, 101, 0.1);
}
.theme__suce--pastel .call-to-action__text h3,
.t__suce--pas .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__suce--pastel .officer__block--title h5, .theme__suce--pastel .officer__block--title h6,
.t__suce--pas .officer__block--title h5,
.t__suce--pas .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__suce--pastel .block__statement--link,
.t__suce--pas .block__statement--link {
  color: #4a4a4a;
}
.theme__suce--pastel .card__cutoff,
.t__suce--pas .card__cutoff {
  background: linear-gradient(rgba(71, 186, 101, 0.1), rgba(71, 186, 101, 0.1)), linear-gradient(white, white);
}
.theme__suce--pastel .card__cutoff p,
.t__suce--pas .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__suce--pastel .card__cutoff:hover,
  .t__suce--pas .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__suce--pastel .card__cutoff:hover p,
  .t__suce--pas .card__cutoff:hover p {
    color: rgba(71, 186, 101, 0.1);
  }
  .theme__suce--pastel .card__cutoff:hover .card__cutoff--link,
  .t__suce--pas .card__cutoff:hover .card__cutoff--link {
    color: rgba(71, 186, 101, 0.1);
  }
  .theme__suce--pastel .card__cutoff:hover .card__cutoff--text,
  .t__suce--pas .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__suce--pastel .card__cutoff:hover .card__cutoff--text p,
  .t__suce--pas .card__cutoff:hover .card__cutoff--text p {
    color: rgba(71, 186, 101, 0.1);
  }
  .theme__suce--pastel .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__suce--pas .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: rgba(71, 186, 101, 0.1);
  }
}
.theme__suce--pastel .card__cutoff--link,
.t__suce--pas .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__suce--pastel .card__cutoff--link:hover,
  .t__suce--pas .card__cutoff--link:hover {
    color: rgba(71, 186, 101, 0.1);
  }
  .theme__suce--pastel .card__cutoff--link:hover--link,
  .t__suce--pas .card__cutoff--link:hover--link {
    color: rgba(71, 186, 101, 0.1);
  }
}
.theme__suce--pastel .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__suce--pas .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: rgba(71, 186, 101, 0.1);
}
.theme__suce--pastel .dropdown__toggle--title,
.t__suce--pas .dropdown__toggle--title {
  color: rgba(71, 186, 101, 0.1);
}
.theme__suce--pastel .dropdown__toggle--icon i,
.t__suce--pas .dropdown__toggle--icon i {
  color: rgba(71, 186, 101, 0.1);
}
.theme__suce--pastel .large_timer__countdown--item_large,
.t__suce--pas .large_timer__countdown--item_large {
  background-color: rgba(71, 186, 101, 0.1);
}
.theme__suce--pastel .large_timer__countdown--item_medium,
.t__suce--pas .large_timer__countdown--item_medium {
  background-color: rgba(71, 186, 101, 0.1);
}
.theme__suce--pastel .large_timer__countdown--item_small,
.t__suce--pas .large_timer__countdown--item_small {
  background-color: rgba(71, 186, 101, 0.1);
}
.theme__suce--pastel .modalcontent,
.t__suce--pas .modalcontent {
  border-color: rgba(71, 186, 101, 0.1);
}
.theme__suce--pastel .transparent__header,
.t__suce--pas .transparent__header {
  background: rgba(71, 186, 101, 0.1);
}
.theme__suce--pastel .breadcrumb__slashes,
.t__suce--pas .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__suce--pastel .the-list,
.t__suce--pas .the-list {
  background-color: rgba(71, 186, 101, 0.1);
}
.theme__suce--pastel .the-list option,
.t__suce--pas .the-list option {
  border-color: rgba(71, 186, 101, 0.1) !important;
}
.theme__suce--pastel .es-list::-webkit-scrollbar-thumb,
.t__suce--pas .es-list::-webkit-scrollbar-thumb {
  background: rgba(71, 186, 101, 0.1);
}
.theme__suce--pastel .es-visible,
.t__suce--pas .es-visible {
  border-color: rgba(71, 186, 101, 0.1) !important;
}
.theme__suce--pastel .ot-open,
.theme__suce--pastel .ot-closed,
.t__suce--pas .ot-open,
.t__suce--pas .ot-closed {
  color: rgba(71, 186, 101, 0.1);
}
.theme__suce--pastel .colour__foreground,
.t__suce--pas .colour__foreground {
  color: rgba(71, 186, 101, 0.1);
}
.theme__suce--pastel h1.t__none,
.theme__suce--pastel h1.theme__none,
.theme__suce--pastel h2.t__none,
.theme__suce--pastel h2.theme__none,
.theme__suce--pastel h3.t__none,
.theme__suce--pastel h3.theme__none,
.theme__suce--pastel h4.t__none,
.theme__suce--pastel h4.theme__none,
.theme__suce--pastel h1.t__none--w-hov,
.theme__suce--pastel h1.theme__none--with-hover,
.theme__suce--pastel h2.t__none--w-hov,
.theme__suce--pastel h2.theme__none--with-hover,
.theme__suce--pastel h3.t__none--w-hov,
.theme__suce--pastel h3.theme__none--with-hover,
.theme__suce--pastel h4.t__none--w-hov,
.theme__suce--pastel h4.theme__none--with-hover,
.t__suce--pas h1.t__none,
.t__suce--pas h1.theme__none,
.t__suce--pas h2.t__none,
.t__suce--pas h2.theme__none,
.t__suce--pas h3.t__none,
.t__suce--pas h3.theme__none,
.t__suce--pas h4.t__none,
.t__suce--pas h4.theme__none,
.t__suce--pas h1.t__none--w-hov,
.t__suce--pas h1.theme__none--with-hover,
.t__suce--pas h2.t__none--w-hov,
.t__suce--pas h2.theme__none--with-hover,
.t__suce--pas h3.t__none--w-hov,
.t__suce--pas h3.theme__none--with-hover,
.t__suce--pas h4.t__none--w-hov,
.t__suce--pas h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__suce--pastel span.t__none,
.theme__suce--pastel span.theme__none,
.t__suce--pas span.t__none,
.t__suce--pas span.theme__none {
  color: #4a4a4a;
}
.theme__suce--pastel i.t__none,
.theme__suce--pastel i.theme__none,
.t__suce--pas i.t__none,
.t__suce--pas i.theme__none {
  color: #4a4a4a;
}
.theme__suce--pastel a.border__none,
.theme__suce--pastel a.b__none,
.t__suce--pas a.border__none,
.t__suce--pas a.b__none {
  border: 0;
}
.theme__suce--pastel a:hover h1.t__none,
.theme__suce--pastel a:hover h1.theme__none,
.theme__suce--pastel a:hover h2.t__none,
.theme__suce--pastel a:hover h2.theme__none,
.theme__suce--pastel a:hover h3.t__none,
.theme__suce--pastel a:hover h3.theme__none,
.theme__suce--pastel a:hover h4.t__none,
.theme__suce--pastel a:hover h4.theme__none,
.t__suce--pas a:hover h1.t__none,
.t__suce--pas a:hover h1.theme__none,
.t__suce--pas a:hover h2.t__none,
.t__suce--pas a:hover h2.theme__none,
.t__suce--pas a:hover h3.t__none,
.t__suce--pas a:hover h3.theme__none,
.t__suce--pas a:hover h4.t__none,
.t__suce--pas a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__suce--pastel a:hover h1.t__none--w-hov,
.theme__suce--pastel a:hover h1.theme__none--with-hover,
.theme__suce--pastel a:hover h2.t__none--w-hov,
.theme__suce--pastel a:hover h2.theme__none--with-hover,
.theme__suce--pastel a:hover h3.t__none--w-hov,
.theme__suce--pastel a:hover h3.theme__none--with-hover,
.theme__suce--pastel a:hover h4.t__none--w-hov,
.theme__suce--pastel a:hover h4.theme__none--with-hover,
.t__suce--pas a:hover h1.t__none--w-hov,
.t__suce--pas a:hover h1.theme__none--with-hover,
.t__suce--pas a:hover h2.t__none--w-hov,
.t__suce--pas a:hover h2.theme__none--with-hover,
.t__suce--pas a:hover h3.t__none--w-hov,
.t__suce--pas a:hover h3.theme__none--with-hover,
.t__suce--pas a:hover h4.t__none--w-hov,
.t__suce--pas a:hover h4.theme__none--with-hover {
  color: rgba(71, 186, 101, 0.1);
}

.theme__suce--background-primary,
.t__suce--bg-pri {
  background-color: #47BA65;
}

.theme__suce--background-secondary,
.t__suce--bg-sec {
  background-color: #47BA65;
}

.theme__suce--background-pastel,
.t__suce--bg-pas {
  background-color: rgba(71, 186, 101, 0.1);
}

.theme__you-belong--primary h1, .theme__you-belong--primary h2, .theme__you-belong--primary h3, .theme__you-belong--primary h4, .theme__you-belong--primary h5, .theme__you-belong--primary h6,
.t__you-belong--pri h1,
.t__you-belong--pri h2,
.t__you-belong--pri h3,
.t__you-belong--pri h4,
.t__you-belong--pri h5,
.t__you-belong--pri h6 {
  color: rgba(204, 222, 152, 0.4);
}
.theme__you-belong--primary a,
.t__you-belong--pri a {
  color: #4a4a4a;
  border-color: rgba(204, 222, 152, 0.4);
  text-decoration: none;
}
.theme__you-belong--primary a:hover,
.t__you-belong--pri a:hover {
  color: rgba(204, 222, 152, 0.4);
}
.theme__you-belong--primary a:hover h1, .theme__you-belong--primary a:hover h2, .theme__you-belong--primary a:hover h3, .theme__you-belong--primary a:hover h4, .theme__you-belong--primary a:hover h5, .theme__you-belong--primary a:hover h6,
.t__you-belong--pri a:hover h1,
.t__you-belong--pri a:hover h2,
.t__you-belong--pri a:hover h3,
.t__you-belong--pri a:hover h4,
.t__you-belong--pri a:hover h5,
.t__you-belong--pri a:hover h6 {
  color: rgba(204, 222, 152, 0.4);
}
.theme__you-belong--primary a div,
.t__you-belong--pri a div {
  border-color: rgba(204, 222, 152, 0.4) !important;
}
.theme__you-belong--primary input,
.t__you-belong--pri input {
  border-color: rgba(204, 222, 152, 0.4);
}
.theme__you-belong--primary p,
.t__you-belong--pri p {
  color: #4a4a4a;
}
.theme__you-belong--primary .button,
.theme__you-belong--primary .btn,
.theme__you-belong--primary .btn__pill, .theme__you-belong--primary.button, .theme__you-belong--primary.btn, .theme__you-belong--primary.btn__pill,
.t__you-belong--pri .button,
.t__you-belong--pri .btn,
.t__you-belong--pri .btn__pill,
.t__you-belong--pri.button,
.t__you-belong--pri.btn,
.t__you-belong--pri.btn__pill {
  border-color: rgba(204, 222, 152, 0.4);
}
@media (hover: hover) {
  .theme__you-belong--primary .button:hover,
  .theme__you-belong--primary .btn:hover,
  .theme__you-belong--primary .btn__pill:hover, .theme__you-belong--primary.button:hover, .theme__you-belong--primary.btn:hover, .theme__you-belong--primary.btn__pill:hover,
  .t__you-belong--pri .button:hover,
  .t__you-belong--pri .btn:hover,
  .t__you-belong--pri .btn__pill:hover,
  .t__you-belong--pri.button:hover,
  .t__you-belong--pri.btn:hover,
  .t__you-belong--pri.btn__pill:hover {
    color: #ffffff;
    background: rgba(204, 222, 152, 0.4);
  }
  .theme__you-belong--primary .button:hover i,
  .theme__you-belong--primary .btn:hover i,
  .theme__you-belong--primary .btn__pill:hover i, .theme__you-belong--primary.button:hover i, .theme__you-belong--primary.btn:hover i, .theme__you-belong--primary.btn__pill:hover i,
  .t__you-belong--pri .button:hover i,
  .t__you-belong--pri .btn:hover i,
  .t__you-belong--pri .btn__pill:hover i,
  .t__you-belong--pri.button:hover i,
  .t__you-belong--pri.btn:hover i,
  .t__you-belong--pri.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__you-belong--primary .button__invert,
.theme__you-belong--primary .btn__invert,
.theme__you-belong--primary .btn__pill__invert, .theme__you-belong--primary.button__invert, .theme__you-belong--primary.btn__invert, .theme__you-belong--primary.btn__pill__invert,
.t__you-belong--pri .button__invert,
.t__you-belong--pri .btn__invert,
.t__you-belong--pri .btn__pill__invert,
.t__you-belong--pri.button__invert,
.t__you-belong--pri.btn__invert,
.t__you-belong--pri.btn__pill__invert {
  background-color: rgba(204, 222, 152, 0.4);
  color: #ffffff;
}
.theme__you-belong--primary .button__invert h4,
.theme__you-belong--primary .btn__invert h4,
.theme__you-belong--primary .btn__pill__invert h4, .theme__you-belong--primary.button__invert h4, .theme__you-belong--primary.btn__invert h4, .theme__you-belong--primary.btn__pill__invert h4,
.t__you-belong--pri .button__invert h4,
.t__you-belong--pri .btn__invert h4,
.t__you-belong--pri .btn__pill__invert h4,
.t__you-belong--pri.button__invert h4,
.t__you-belong--pri.btn__invert h4,
.t__you-belong--pri.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__you-belong--primary .button__invert:hover,
.theme__you-belong--primary .btn__invert:hover,
.theme__you-belong--primary .btn__pill__invert:hover, .theme__you-belong--primary.button__invert:hover, .theme__you-belong--primary.btn__invert:hover, .theme__you-belong--primary.btn__pill__invert:hover,
.t__you-belong--pri .button__invert:hover,
.t__you-belong--pri .btn__invert:hover,
.t__you-belong--pri .btn__pill__invert:hover,
.t__you-belong--pri.button__invert:hover,
.t__you-belong--pri.btn__invert:hover,
.t__you-belong--pri.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__you-belong--primary .button__invert:hover h4,
.theme__you-belong--primary .btn__invert:hover h4,
.theme__you-belong--primary .btn__pill__invert:hover h4, .theme__you-belong--primary.button__invert:hover h4, .theme__you-belong--primary.btn__invert:hover h4, .theme__you-belong--primary.btn__pill__invert:hover h4,
.t__you-belong--pri .button__invert:hover h4,
.t__you-belong--pri .btn__invert:hover h4,
.t__you-belong--pri .btn__pill__invert:hover h4,
.t__you-belong--pri.button__invert:hover h4,
.t__you-belong--pri.btn__invert:hover h4,
.t__you-belong--pri.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__you-belong--primary .button__invert--hover:hover,
.theme__you-belong--primary .btn__invert--hover:hover,
.theme__you-belong--primary .btn__pill__invert--hover:hover, .theme__you-belong--primary.button__invert--hover:hover, .theme__you-belong--primary.btn__invert--hover:hover, .theme__you-belong--primary.btn__pill__invert--hover:hover,
.t__you-belong--pri .button__invert--hover:hover,
.t__you-belong--pri .btn__invert--hover:hover,
.t__you-belong--pri .btn__pill__invert--hover:hover,
.t__you-belong--pri.button__invert--hover:hover,
.t__you-belong--pri.btn__invert--hover:hover,
.t__you-belong--pri.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__you-belong--primary .button__under,
.theme__you-belong--primary .btn__under,
.theme__you-belong--primary .btn__pill__under, .theme__you-belong--primary.button__under, .theme__you-belong--primary.btn__under, .theme__you-belong--primary.btn__pill__under,
.t__you-belong--pri .button__under,
.t__you-belong--pri .btn__under,
.t__you-belong--pri .btn__pill__under,
.t__you-belong--pri.button__under,
.t__you-belong--pri.btn__under,
.t__you-belong--pri.btn__pill__under {
  border-color: rgba(204, 222, 152, 0.4);
}
.theme__you-belong--primary .btn__large,
.t__you-belong--pri .btn__large {
  background-color: rgba(204, 222, 152, 0.4);
}
.theme__you-belong--primary .input__search,
.t__you-belong--pri .input__search {
  border-color: rgba(204, 222, 152, 0.4);
}
.theme__you-belong--primary .input__search i,
.t__you-belong--pri .input__search i {
  color: #4a4a4a;
}
.theme__you-belong--primary .input__search:hover i,
.t__you-belong--pri .input__search:hover i {
  color: rgba(204, 222, 152, 0.4);
}
.theme__you-belong--primary .component__foreground,
.t__you-belong--pri .component__foreground {
  color: #4a4a4a;
}
.theme__you-belong--primary.card,
.theme__you-belong--primary .card, .theme__you-belong--primary.card__with-image,
.theme__you-belong--primary .card__with-image,
.t__you-belong--pri.card,
.t__you-belong--pri .card,
.t__you-belong--pri.card__with-image,
.t__you-belong--pri .card__with-image {
  border-color: rgba(204, 222, 152, 0.4);
}
.theme__you-belong--primary.card__highlight,
.theme__you-belong--primary .card__highlight,
.theme__you-belong--primary .card__highlight--image,
.theme__you-belong--primary .card__highlight--final,
.t__you-belong--pri.card__highlight,
.t__you-belong--pri .card__highlight,
.t__you-belong--pri .card__highlight--image,
.t__you-belong--pri .card__highlight--final {
  background-color: rgba(204, 222, 152, 0.4);
  border-color: rgba(204, 222, 152, 0.4);
}
.theme__you-belong--primary.card__highlight--title,
.theme__you-belong--primary .card__highlight--title,
.theme__you-belong--primary .card__highlight--image,
.theme__you-belong--primary .card__highlight--final,
.t__you-belong--pri.card__highlight--title,
.t__you-belong--pri .card__highlight--title,
.t__you-belong--pri .card__highlight--image,
.t__you-belong--pri .card__highlight--final {
  color: #4a4a4a;
}
.theme__you-belong--primary .image-slider__selector--dot,
.t__you-belong--pri .image-slider__selector--dot {
  background-color: rgba(204, 222, 152, 0.4);
}
.theme__you-belong--primary .call-to-action__text h3,
.t__you-belong--pri .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__you-belong--primary .officer__block--title h5, .theme__you-belong--primary .officer__block--title h6,
.t__you-belong--pri .officer__block--title h5,
.t__you-belong--pri .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__you-belong--primary .block__statement--link,
.t__you-belong--pri .block__statement--link {
  color: #4a4a4a;
}
.theme__you-belong--primary .card__cutoff,
.t__you-belong--pri .card__cutoff {
  background: linear-gradient(rgba(204, 222, 152, 0.4), rgba(204, 222, 152, 0.4)), linear-gradient(white, white);
}
.theme__you-belong--primary .card__cutoff p,
.t__you-belong--pri .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__you-belong--primary .card__cutoff:hover,
  .t__you-belong--pri .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__you-belong--primary .card__cutoff:hover p,
  .t__you-belong--pri .card__cutoff:hover p {
    color: rgba(204, 222, 152, 0.4);
  }
  .theme__you-belong--primary .card__cutoff:hover .card__cutoff--link,
  .t__you-belong--pri .card__cutoff:hover .card__cutoff--link {
    color: rgba(204, 222, 152, 0.4);
  }
  .theme__you-belong--primary .card__cutoff:hover .card__cutoff--text,
  .t__you-belong--pri .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__you-belong--primary .card__cutoff:hover .card__cutoff--text p,
  .t__you-belong--pri .card__cutoff:hover .card__cutoff--text p {
    color: rgba(204, 222, 152, 0.4);
  }
  .theme__you-belong--primary .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__you-belong--pri .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: rgba(204, 222, 152, 0.4);
  }
}
.theme__you-belong--primary .card__cutoff--link,
.t__you-belong--pri .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__you-belong--primary .card__cutoff--link:hover,
  .t__you-belong--pri .card__cutoff--link:hover {
    color: rgba(204, 222, 152, 0.4);
  }
  .theme__you-belong--primary .card__cutoff--link:hover--link,
  .t__you-belong--pri .card__cutoff--link:hover--link {
    color: rgba(204, 222, 152, 0.4);
  }
}
.theme__you-belong--primary .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__you-belong--pri .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: rgba(204, 222, 152, 0.4);
}
.theme__you-belong--primary .dropdown__toggle--title,
.t__you-belong--pri .dropdown__toggle--title {
  color: rgba(204, 222, 152, 0.4);
}
.theme__you-belong--primary .dropdown__toggle--icon i,
.t__you-belong--pri .dropdown__toggle--icon i {
  color: rgba(204, 222, 152, 0.4);
}
.theme__you-belong--primary .large_timer__countdown--item_large,
.t__you-belong--pri .large_timer__countdown--item_large {
  background-color: rgba(204, 222, 152, 0.4);
}
.theme__you-belong--primary .large_timer__countdown--item_medium,
.t__you-belong--pri .large_timer__countdown--item_medium {
  background-color: rgba(204, 222, 152, 0.4);
}
.theme__you-belong--primary .large_timer__countdown--item_small,
.t__you-belong--pri .large_timer__countdown--item_small {
  background-color: rgba(204, 222, 152, 0.4);
}
.theme__you-belong--primary .modalcontent,
.t__you-belong--pri .modalcontent {
  border-color: rgba(204, 222, 152, 0.4);
}
.theme__you-belong--primary .transparent__header,
.t__you-belong--pri .transparent__header {
  background: rgba(204, 222, 152, 0.4);
}
.theme__you-belong--primary .breadcrumb__slashes,
.t__you-belong--pri .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__you-belong--primary .the-list,
.t__you-belong--pri .the-list {
  background-color: rgba(204, 222, 152, 0.4);
}
.theme__you-belong--primary .the-list option,
.t__you-belong--pri .the-list option {
  border-color: rgba(204, 222, 152, 0.4) !important;
}
.theme__you-belong--primary .es-list::-webkit-scrollbar-thumb,
.t__you-belong--pri .es-list::-webkit-scrollbar-thumb {
  background: rgba(204, 222, 152, 0.4);
}
.theme__you-belong--primary .es-visible,
.t__you-belong--pri .es-visible {
  border-color: rgba(204, 222, 152, 0.4) !important;
}
.theme__you-belong--primary .ot-open,
.theme__you-belong--primary .ot-closed,
.t__you-belong--pri .ot-open,
.t__you-belong--pri .ot-closed {
  color: rgba(204, 222, 152, 0.4);
}
.theme__you-belong--primary .colour__foreground,
.t__you-belong--pri .colour__foreground {
  color: rgba(204, 222, 152, 0.4);
}
.theme__you-belong--primary h1.t__none,
.theme__you-belong--primary h1.theme__none,
.theme__you-belong--primary h2.t__none,
.theme__you-belong--primary h2.theme__none,
.theme__you-belong--primary h3.t__none,
.theme__you-belong--primary h3.theme__none,
.theme__you-belong--primary h4.t__none,
.theme__you-belong--primary h4.theme__none,
.theme__you-belong--primary h1.t__none--w-hov,
.theme__you-belong--primary h1.theme__none--with-hover,
.theme__you-belong--primary h2.t__none--w-hov,
.theme__you-belong--primary h2.theme__none--with-hover,
.theme__you-belong--primary h3.t__none--w-hov,
.theme__you-belong--primary h3.theme__none--with-hover,
.theme__you-belong--primary h4.t__none--w-hov,
.theme__you-belong--primary h4.theme__none--with-hover,
.t__you-belong--pri h1.t__none,
.t__you-belong--pri h1.theme__none,
.t__you-belong--pri h2.t__none,
.t__you-belong--pri h2.theme__none,
.t__you-belong--pri h3.t__none,
.t__you-belong--pri h3.theme__none,
.t__you-belong--pri h4.t__none,
.t__you-belong--pri h4.theme__none,
.t__you-belong--pri h1.t__none--w-hov,
.t__you-belong--pri h1.theme__none--with-hover,
.t__you-belong--pri h2.t__none--w-hov,
.t__you-belong--pri h2.theme__none--with-hover,
.t__you-belong--pri h3.t__none--w-hov,
.t__you-belong--pri h3.theme__none--with-hover,
.t__you-belong--pri h4.t__none--w-hov,
.t__you-belong--pri h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__you-belong--primary span.t__none,
.theme__you-belong--primary span.theme__none,
.t__you-belong--pri span.t__none,
.t__you-belong--pri span.theme__none {
  color: #4a4a4a;
}
.theme__you-belong--primary i.t__none,
.theme__you-belong--primary i.theme__none,
.t__you-belong--pri i.t__none,
.t__you-belong--pri i.theme__none {
  color: #4a4a4a;
}
.theme__you-belong--primary a.border__none,
.theme__you-belong--primary a.b__none,
.t__you-belong--pri a.border__none,
.t__you-belong--pri a.b__none {
  border: 0;
}
.theme__you-belong--primary a:hover h1.t__none,
.theme__you-belong--primary a:hover h1.theme__none,
.theme__you-belong--primary a:hover h2.t__none,
.theme__you-belong--primary a:hover h2.theme__none,
.theme__you-belong--primary a:hover h3.t__none,
.theme__you-belong--primary a:hover h3.theme__none,
.theme__you-belong--primary a:hover h4.t__none,
.theme__you-belong--primary a:hover h4.theme__none,
.t__you-belong--pri a:hover h1.t__none,
.t__you-belong--pri a:hover h1.theme__none,
.t__you-belong--pri a:hover h2.t__none,
.t__you-belong--pri a:hover h2.theme__none,
.t__you-belong--pri a:hover h3.t__none,
.t__you-belong--pri a:hover h3.theme__none,
.t__you-belong--pri a:hover h4.t__none,
.t__you-belong--pri a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__you-belong--primary a:hover h1.t__none--w-hov,
.theme__you-belong--primary a:hover h1.theme__none--with-hover,
.theme__you-belong--primary a:hover h2.t__none--w-hov,
.theme__you-belong--primary a:hover h2.theme__none--with-hover,
.theme__you-belong--primary a:hover h3.t__none--w-hov,
.theme__you-belong--primary a:hover h3.theme__none--with-hover,
.theme__you-belong--primary a:hover h4.t__none--w-hov,
.theme__you-belong--primary a:hover h4.theme__none--with-hover,
.t__you-belong--pri a:hover h1.t__none--w-hov,
.t__you-belong--pri a:hover h1.theme__none--with-hover,
.t__you-belong--pri a:hover h2.t__none--w-hov,
.t__you-belong--pri a:hover h2.theme__none--with-hover,
.t__you-belong--pri a:hover h3.t__none--w-hov,
.t__you-belong--pri a:hover h3.theme__none--with-hover,
.t__you-belong--pri a:hover h4.t__none--w-hov,
.t__you-belong--pri a:hover h4.theme__none--with-hover {
  color: rgba(204, 222, 152, 0.4);
}
.theme__you-belong--primary .dotted__line--small, .theme__you-belong--primary .dotted__line--medium, .theme__you-belong--primary .dotted__line--large, .theme__you-belong--primary .dotted__line--x-large, .theme__you-belong--primary .dotted__line--huge,
.t__you-belong--pri .dotted__line--small,
.t__you-belong--pri .dotted__line--medium,
.t__you-belong--pri .dotted__line--large,
.t__you-belong--pri .dotted__line--x-large,
.t__you-belong--pri .dotted__line--huge {
  border-image-source: url("https://assets-cdn.sums.su/SH/Dotted_Borders/you-belong-dotted-line.png");
}

.theme__you-belong--secondary h1, .theme__you-belong--secondary h2, .theme__you-belong--secondary h3, .theme__you-belong--secondary h4, .theme__you-belong--secondary h5, .theme__you-belong--secondary h6,
.t__you-belong--sec h1,
.t__you-belong--sec h2,
.t__you-belong--sec h3,
.t__you-belong--sec h4,
.t__you-belong--sec h5,
.t__you-belong--sec h6 {
  color: rgba(204, 222, 152, 0.4);
}
.theme__you-belong--secondary a,
.t__you-belong--sec a {
  color: #4a4a4a;
  border-color: rgba(204, 222, 152, 0.4);
  text-decoration: none;
}
.theme__you-belong--secondary a:hover,
.t__you-belong--sec a:hover {
  color: rgba(204, 222, 152, 0.4);
}
.theme__you-belong--secondary a:hover h1, .theme__you-belong--secondary a:hover h2, .theme__you-belong--secondary a:hover h3, .theme__you-belong--secondary a:hover h4, .theme__you-belong--secondary a:hover h5, .theme__you-belong--secondary a:hover h6,
.t__you-belong--sec a:hover h1,
.t__you-belong--sec a:hover h2,
.t__you-belong--sec a:hover h3,
.t__you-belong--sec a:hover h4,
.t__you-belong--sec a:hover h5,
.t__you-belong--sec a:hover h6 {
  color: rgba(204, 222, 152, 0.4);
}
.theme__you-belong--secondary a div,
.t__you-belong--sec a div {
  border-color: rgba(204, 222, 152, 0.4) !important;
}
.theme__you-belong--secondary input,
.t__you-belong--sec input {
  border-color: rgba(204, 222, 152, 0.4);
}
.theme__you-belong--secondary p,
.t__you-belong--sec p {
  color: #4a4a4a;
}
.theme__you-belong--secondary .button,
.theme__you-belong--secondary .btn,
.theme__you-belong--secondary .btn__pill, .theme__you-belong--secondary.button, .theme__you-belong--secondary.btn, .theme__you-belong--secondary.btn__pill,
.t__you-belong--sec .button,
.t__you-belong--sec .btn,
.t__you-belong--sec .btn__pill,
.t__you-belong--sec.button,
.t__you-belong--sec.btn,
.t__you-belong--sec.btn__pill {
  border-color: rgba(204, 222, 152, 0.4);
}
@media (hover: hover) {
  .theme__you-belong--secondary .button:hover,
  .theme__you-belong--secondary .btn:hover,
  .theme__you-belong--secondary .btn__pill:hover, .theme__you-belong--secondary.button:hover, .theme__you-belong--secondary.btn:hover, .theme__you-belong--secondary.btn__pill:hover,
  .t__you-belong--sec .button:hover,
  .t__you-belong--sec .btn:hover,
  .t__you-belong--sec .btn__pill:hover,
  .t__you-belong--sec.button:hover,
  .t__you-belong--sec.btn:hover,
  .t__you-belong--sec.btn__pill:hover {
    color: #ffffff;
    background: rgba(204, 222, 152, 0.4);
  }
  .theme__you-belong--secondary .button:hover i,
  .theme__you-belong--secondary .btn:hover i,
  .theme__you-belong--secondary .btn__pill:hover i, .theme__you-belong--secondary.button:hover i, .theme__you-belong--secondary.btn:hover i, .theme__you-belong--secondary.btn__pill:hover i,
  .t__you-belong--sec .button:hover i,
  .t__you-belong--sec .btn:hover i,
  .t__you-belong--sec .btn__pill:hover i,
  .t__you-belong--sec.button:hover i,
  .t__you-belong--sec.btn:hover i,
  .t__you-belong--sec.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__you-belong--secondary .button__invert,
.theme__you-belong--secondary .btn__invert,
.theme__you-belong--secondary .btn__pill__invert, .theme__you-belong--secondary.button__invert, .theme__you-belong--secondary.btn__invert, .theme__you-belong--secondary.btn__pill__invert,
.t__you-belong--sec .button__invert,
.t__you-belong--sec .btn__invert,
.t__you-belong--sec .btn__pill__invert,
.t__you-belong--sec.button__invert,
.t__you-belong--sec.btn__invert,
.t__you-belong--sec.btn__pill__invert {
  background-color: rgba(204, 222, 152, 0.4);
  color: #ffffff;
}
.theme__you-belong--secondary .button__invert h4,
.theme__you-belong--secondary .btn__invert h4,
.theme__you-belong--secondary .btn__pill__invert h4, .theme__you-belong--secondary.button__invert h4, .theme__you-belong--secondary.btn__invert h4, .theme__you-belong--secondary.btn__pill__invert h4,
.t__you-belong--sec .button__invert h4,
.t__you-belong--sec .btn__invert h4,
.t__you-belong--sec .btn__pill__invert h4,
.t__you-belong--sec.button__invert h4,
.t__you-belong--sec.btn__invert h4,
.t__you-belong--sec.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__you-belong--secondary .button__invert:hover,
.theme__you-belong--secondary .btn__invert:hover,
.theme__you-belong--secondary .btn__pill__invert:hover, .theme__you-belong--secondary.button__invert:hover, .theme__you-belong--secondary.btn__invert:hover, .theme__you-belong--secondary.btn__pill__invert:hover,
.t__you-belong--sec .button__invert:hover,
.t__you-belong--sec .btn__invert:hover,
.t__you-belong--sec .btn__pill__invert:hover,
.t__you-belong--sec.button__invert:hover,
.t__you-belong--sec.btn__invert:hover,
.t__you-belong--sec.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__you-belong--secondary .button__invert:hover h4,
.theme__you-belong--secondary .btn__invert:hover h4,
.theme__you-belong--secondary .btn__pill__invert:hover h4, .theme__you-belong--secondary.button__invert:hover h4, .theme__you-belong--secondary.btn__invert:hover h4, .theme__you-belong--secondary.btn__pill__invert:hover h4,
.t__you-belong--sec .button__invert:hover h4,
.t__you-belong--sec .btn__invert:hover h4,
.t__you-belong--sec .btn__pill__invert:hover h4,
.t__you-belong--sec.button__invert:hover h4,
.t__you-belong--sec.btn__invert:hover h4,
.t__you-belong--sec.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__you-belong--secondary .button__invert--hover:hover,
.theme__you-belong--secondary .btn__invert--hover:hover,
.theme__you-belong--secondary .btn__pill__invert--hover:hover, .theme__you-belong--secondary.button__invert--hover:hover, .theme__you-belong--secondary.btn__invert--hover:hover, .theme__you-belong--secondary.btn__pill__invert--hover:hover,
.t__you-belong--sec .button__invert--hover:hover,
.t__you-belong--sec .btn__invert--hover:hover,
.t__you-belong--sec .btn__pill__invert--hover:hover,
.t__you-belong--sec.button__invert--hover:hover,
.t__you-belong--sec.btn__invert--hover:hover,
.t__you-belong--sec.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__you-belong--secondary .button__under,
.theme__you-belong--secondary .btn__under,
.theme__you-belong--secondary .btn__pill__under, .theme__you-belong--secondary.button__under, .theme__you-belong--secondary.btn__under, .theme__you-belong--secondary.btn__pill__under,
.t__you-belong--sec .button__under,
.t__you-belong--sec .btn__under,
.t__you-belong--sec .btn__pill__under,
.t__you-belong--sec.button__under,
.t__you-belong--sec.btn__under,
.t__you-belong--sec.btn__pill__under {
  border-color: rgba(204, 222, 152, 0.4);
}
.theme__you-belong--secondary .btn__large,
.t__you-belong--sec .btn__large {
  background-color: rgba(204, 222, 152, 0.4);
}
.theme__you-belong--secondary .input__search,
.t__you-belong--sec .input__search {
  border-color: rgba(204, 222, 152, 0.4);
}
.theme__you-belong--secondary .input__search i,
.t__you-belong--sec .input__search i {
  color: #4a4a4a;
}
.theme__you-belong--secondary .input__search:hover i,
.t__you-belong--sec .input__search:hover i {
  color: rgba(204, 222, 152, 0.4);
}
.theme__you-belong--secondary .component__foreground,
.t__you-belong--sec .component__foreground {
  color: #4a4a4a;
}
.theme__you-belong--secondary.card,
.theme__you-belong--secondary .card, .theme__you-belong--secondary.card__with-image,
.theme__you-belong--secondary .card__with-image,
.t__you-belong--sec.card,
.t__you-belong--sec .card,
.t__you-belong--sec.card__with-image,
.t__you-belong--sec .card__with-image {
  border-color: rgba(204, 222, 152, 0.4);
}
.theme__you-belong--secondary.card__highlight,
.theme__you-belong--secondary .card__highlight,
.theme__you-belong--secondary .card__highlight--image,
.theme__you-belong--secondary .card__highlight--final,
.t__you-belong--sec.card__highlight,
.t__you-belong--sec .card__highlight,
.t__you-belong--sec .card__highlight--image,
.t__you-belong--sec .card__highlight--final {
  background-color: rgba(204, 222, 152, 0.4);
  border-color: rgba(204, 222, 152, 0.4);
}
.theme__you-belong--secondary.card__highlight--title,
.theme__you-belong--secondary .card__highlight--title,
.theme__you-belong--secondary .card__highlight--image,
.theme__you-belong--secondary .card__highlight--final,
.t__you-belong--sec.card__highlight--title,
.t__you-belong--sec .card__highlight--title,
.t__you-belong--sec .card__highlight--image,
.t__you-belong--sec .card__highlight--final {
  color: #4a4a4a;
}
.theme__you-belong--secondary .image-slider__selector--dot,
.t__you-belong--sec .image-slider__selector--dot {
  background-color: rgba(204, 222, 152, 0.4);
}
.theme__you-belong--secondary .call-to-action__text h3,
.t__you-belong--sec .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__you-belong--secondary .officer__block--title h5, .theme__you-belong--secondary .officer__block--title h6,
.t__you-belong--sec .officer__block--title h5,
.t__you-belong--sec .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__you-belong--secondary .block__statement--link,
.t__you-belong--sec .block__statement--link {
  color: #4a4a4a;
}
.theme__you-belong--secondary .card__cutoff,
.t__you-belong--sec .card__cutoff {
  background: linear-gradient(rgba(204, 222, 152, 0.4), rgba(204, 222, 152, 0.4)), linear-gradient(white, white);
}
.theme__you-belong--secondary .card__cutoff p,
.t__you-belong--sec .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__you-belong--secondary .card__cutoff:hover,
  .t__you-belong--sec .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__you-belong--secondary .card__cutoff:hover p,
  .t__you-belong--sec .card__cutoff:hover p {
    color: rgba(204, 222, 152, 0.4);
  }
  .theme__you-belong--secondary .card__cutoff:hover .card__cutoff--link,
  .t__you-belong--sec .card__cutoff:hover .card__cutoff--link {
    color: rgba(204, 222, 152, 0.4);
  }
  .theme__you-belong--secondary .card__cutoff:hover .card__cutoff--text,
  .t__you-belong--sec .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__you-belong--secondary .card__cutoff:hover .card__cutoff--text p,
  .t__you-belong--sec .card__cutoff:hover .card__cutoff--text p {
    color: rgba(204, 222, 152, 0.4);
  }
  .theme__you-belong--secondary .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__you-belong--sec .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: rgba(204, 222, 152, 0.4);
  }
}
.theme__you-belong--secondary .card__cutoff--link,
.t__you-belong--sec .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__you-belong--secondary .card__cutoff--link:hover,
  .t__you-belong--sec .card__cutoff--link:hover {
    color: rgba(204, 222, 152, 0.4);
  }
  .theme__you-belong--secondary .card__cutoff--link:hover--link,
  .t__you-belong--sec .card__cutoff--link:hover--link {
    color: rgba(204, 222, 152, 0.4);
  }
}
.theme__you-belong--secondary .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__you-belong--sec .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: rgba(204, 222, 152, 0.4);
}
.theme__you-belong--secondary .dropdown__toggle--title,
.t__you-belong--sec .dropdown__toggle--title {
  color: rgba(204, 222, 152, 0.4);
}
.theme__you-belong--secondary .dropdown__toggle--icon i,
.t__you-belong--sec .dropdown__toggle--icon i {
  color: rgba(204, 222, 152, 0.4);
}
.theme__you-belong--secondary .large_timer__countdown--item_large,
.t__you-belong--sec .large_timer__countdown--item_large {
  background-color: rgba(204, 222, 152, 0.4);
}
.theme__you-belong--secondary .large_timer__countdown--item_medium,
.t__you-belong--sec .large_timer__countdown--item_medium {
  background-color: rgba(204, 222, 152, 0.4);
}
.theme__you-belong--secondary .large_timer__countdown--item_small,
.t__you-belong--sec .large_timer__countdown--item_small {
  background-color: rgba(204, 222, 152, 0.4);
}
.theme__you-belong--secondary .modalcontent,
.t__you-belong--sec .modalcontent {
  border-color: rgba(204, 222, 152, 0.4);
}
.theme__you-belong--secondary .transparent__header,
.t__you-belong--sec .transparent__header {
  background: rgba(204, 222, 152, 0.4);
}
.theme__you-belong--secondary .breadcrumb__slashes,
.t__you-belong--sec .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__you-belong--secondary .the-list,
.t__you-belong--sec .the-list {
  background-color: rgba(204, 222, 152, 0.4);
}
.theme__you-belong--secondary .the-list option,
.t__you-belong--sec .the-list option {
  border-color: rgba(204, 222, 152, 0.4) !important;
}
.theme__you-belong--secondary .es-list::-webkit-scrollbar-thumb,
.t__you-belong--sec .es-list::-webkit-scrollbar-thumb {
  background: rgba(204, 222, 152, 0.4);
}
.theme__you-belong--secondary .es-visible,
.t__you-belong--sec .es-visible {
  border-color: rgba(204, 222, 152, 0.4) !important;
}
.theme__you-belong--secondary .ot-open,
.theme__you-belong--secondary .ot-closed,
.t__you-belong--sec .ot-open,
.t__you-belong--sec .ot-closed {
  color: rgba(204, 222, 152, 0.4);
}
.theme__you-belong--secondary .colour__foreground,
.t__you-belong--sec .colour__foreground {
  color: rgba(204, 222, 152, 0.4);
}
.theme__you-belong--secondary h1.t__none,
.theme__you-belong--secondary h1.theme__none,
.theme__you-belong--secondary h2.t__none,
.theme__you-belong--secondary h2.theme__none,
.theme__you-belong--secondary h3.t__none,
.theme__you-belong--secondary h3.theme__none,
.theme__you-belong--secondary h4.t__none,
.theme__you-belong--secondary h4.theme__none,
.theme__you-belong--secondary h1.t__none--w-hov,
.theme__you-belong--secondary h1.theme__none--with-hover,
.theme__you-belong--secondary h2.t__none--w-hov,
.theme__you-belong--secondary h2.theme__none--with-hover,
.theme__you-belong--secondary h3.t__none--w-hov,
.theme__you-belong--secondary h3.theme__none--with-hover,
.theme__you-belong--secondary h4.t__none--w-hov,
.theme__you-belong--secondary h4.theme__none--with-hover,
.t__you-belong--sec h1.t__none,
.t__you-belong--sec h1.theme__none,
.t__you-belong--sec h2.t__none,
.t__you-belong--sec h2.theme__none,
.t__you-belong--sec h3.t__none,
.t__you-belong--sec h3.theme__none,
.t__you-belong--sec h4.t__none,
.t__you-belong--sec h4.theme__none,
.t__you-belong--sec h1.t__none--w-hov,
.t__you-belong--sec h1.theme__none--with-hover,
.t__you-belong--sec h2.t__none--w-hov,
.t__you-belong--sec h2.theme__none--with-hover,
.t__you-belong--sec h3.t__none--w-hov,
.t__you-belong--sec h3.theme__none--with-hover,
.t__you-belong--sec h4.t__none--w-hov,
.t__you-belong--sec h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__you-belong--secondary span.t__none,
.theme__you-belong--secondary span.theme__none,
.t__you-belong--sec span.t__none,
.t__you-belong--sec span.theme__none {
  color: #4a4a4a;
}
.theme__you-belong--secondary i.t__none,
.theme__you-belong--secondary i.theme__none,
.t__you-belong--sec i.t__none,
.t__you-belong--sec i.theme__none {
  color: #4a4a4a;
}
.theme__you-belong--secondary a.border__none,
.theme__you-belong--secondary a.b__none,
.t__you-belong--sec a.border__none,
.t__you-belong--sec a.b__none {
  border: 0;
}
.theme__you-belong--secondary a:hover h1.t__none,
.theme__you-belong--secondary a:hover h1.theme__none,
.theme__you-belong--secondary a:hover h2.t__none,
.theme__you-belong--secondary a:hover h2.theme__none,
.theme__you-belong--secondary a:hover h3.t__none,
.theme__you-belong--secondary a:hover h3.theme__none,
.theme__you-belong--secondary a:hover h4.t__none,
.theme__you-belong--secondary a:hover h4.theme__none,
.t__you-belong--sec a:hover h1.t__none,
.t__you-belong--sec a:hover h1.theme__none,
.t__you-belong--sec a:hover h2.t__none,
.t__you-belong--sec a:hover h2.theme__none,
.t__you-belong--sec a:hover h3.t__none,
.t__you-belong--sec a:hover h3.theme__none,
.t__you-belong--sec a:hover h4.t__none,
.t__you-belong--sec a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__you-belong--secondary a:hover h1.t__none--w-hov,
.theme__you-belong--secondary a:hover h1.theme__none--with-hover,
.theme__you-belong--secondary a:hover h2.t__none--w-hov,
.theme__you-belong--secondary a:hover h2.theme__none--with-hover,
.theme__you-belong--secondary a:hover h3.t__none--w-hov,
.theme__you-belong--secondary a:hover h3.theme__none--with-hover,
.theme__you-belong--secondary a:hover h4.t__none--w-hov,
.theme__you-belong--secondary a:hover h4.theme__none--with-hover,
.t__you-belong--sec a:hover h1.t__none--w-hov,
.t__you-belong--sec a:hover h1.theme__none--with-hover,
.t__you-belong--sec a:hover h2.t__none--w-hov,
.t__you-belong--sec a:hover h2.theme__none--with-hover,
.t__you-belong--sec a:hover h3.t__none--w-hov,
.t__you-belong--sec a:hover h3.theme__none--with-hover,
.t__you-belong--sec a:hover h4.t__none--w-hov,
.t__you-belong--sec a:hover h4.theme__none--with-hover {
  color: rgba(204, 222, 152, 0.4);
}

.theme__you-belong--pastel h1, .theme__you-belong--pastel h2, .theme__you-belong--pastel h3, .theme__you-belong--pastel h4, .theme__you-belong--pastel h5, .theme__you-belong--pastel h6,
.t__you-belong--pas h1,
.t__you-belong--pas h2,
.t__you-belong--pas h3,
.t__you-belong--pas h4,
.t__you-belong--pas h5,
.t__you-belong--pas h6 {
  color: #dfeabf;
}
.theme__you-belong--pastel a,
.t__you-belong--pas a {
  color: #4a4a4a;
  border-color: #dfeabf;
  text-decoration: none;
}
.theme__you-belong--pastel a:hover,
.t__you-belong--pas a:hover {
  color: #dfeabf;
}
.theme__you-belong--pastel a:hover h1, .theme__you-belong--pastel a:hover h2, .theme__you-belong--pastel a:hover h3, .theme__you-belong--pastel a:hover h4, .theme__you-belong--pastel a:hover h5, .theme__you-belong--pastel a:hover h6,
.t__you-belong--pas a:hover h1,
.t__you-belong--pas a:hover h2,
.t__you-belong--pas a:hover h3,
.t__you-belong--pas a:hover h4,
.t__you-belong--pas a:hover h5,
.t__you-belong--pas a:hover h6 {
  color: #dfeabf;
}
.theme__you-belong--pastel a div,
.t__you-belong--pas a div {
  border-color: #dfeabf !important;
}
.theme__you-belong--pastel input,
.t__you-belong--pas input {
  border-color: #dfeabf;
}
.theme__you-belong--pastel p,
.t__you-belong--pas p {
  color: #4a4a4a;
}
.theme__you-belong--pastel .button,
.theme__you-belong--pastel .btn,
.theme__you-belong--pastel .btn__pill, .theme__you-belong--pastel.button, .theme__you-belong--pastel.btn, .theme__you-belong--pastel.btn__pill,
.t__you-belong--pas .button,
.t__you-belong--pas .btn,
.t__you-belong--pas .btn__pill,
.t__you-belong--pas.button,
.t__you-belong--pas.btn,
.t__you-belong--pas.btn__pill {
  border-color: #dfeabf;
}
@media (hover: hover) {
  .theme__you-belong--pastel .button:hover,
  .theme__you-belong--pastel .btn:hover,
  .theme__you-belong--pastel .btn__pill:hover, .theme__you-belong--pastel.button:hover, .theme__you-belong--pastel.btn:hover, .theme__you-belong--pastel.btn__pill:hover,
  .t__you-belong--pas .button:hover,
  .t__you-belong--pas .btn:hover,
  .t__you-belong--pas .btn__pill:hover,
  .t__you-belong--pas.button:hover,
  .t__you-belong--pas.btn:hover,
  .t__you-belong--pas.btn__pill:hover {
    color: #ffffff;
    background: #dfeabf;
  }
  .theme__you-belong--pastel .button:hover i,
  .theme__you-belong--pastel .btn:hover i,
  .theme__you-belong--pastel .btn__pill:hover i, .theme__you-belong--pastel.button:hover i, .theme__you-belong--pastel.btn:hover i, .theme__you-belong--pastel.btn__pill:hover i,
  .t__you-belong--pas .button:hover i,
  .t__you-belong--pas .btn:hover i,
  .t__you-belong--pas .btn__pill:hover i,
  .t__you-belong--pas.button:hover i,
  .t__you-belong--pas.btn:hover i,
  .t__you-belong--pas.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__you-belong--pastel .button__invert,
.theme__you-belong--pastel .btn__invert,
.theme__you-belong--pastel .btn__pill__invert, .theme__you-belong--pastel.button__invert, .theme__you-belong--pastel.btn__invert, .theme__you-belong--pastel.btn__pill__invert,
.t__you-belong--pas .button__invert,
.t__you-belong--pas .btn__invert,
.t__you-belong--pas .btn__pill__invert,
.t__you-belong--pas.button__invert,
.t__you-belong--pas.btn__invert,
.t__you-belong--pas.btn__pill__invert {
  background-color: #dfeabf;
  color: #ffffff;
}
.theme__you-belong--pastel .button__invert h4,
.theme__you-belong--pastel .btn__invert h4,
.theme__you-belong--pastel .btn__pill__invert h4, .theme__you-belong--pastel.button__invert h4, .theme__you-belong--pastel.btn__invert h4, .theme__you-belong--pastel.btn__pill__invert h4,
.t__you-belong--pas .button__invert h4,
.t__you-belong--pas .btn__invert h4,
.t__you-belong--pas .btn__pill__invert h4,
.t__you-belong--pas.button__invert h4,
.t__you-belong--pas.btn__invert h4,
.t__you-belong--pas.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__you-belong--pastel .button__invert:hover,
.theme__you-belong--pastel .btn__invert:hover,
.theme__you-belong--pastel .btn__pill__invert:hover, .theme__you-belong--pastel.button__invert:hover, .theme__you-belong--pastel.btn__invert:hover, .theme__you-belong--pastel.btn__pill__invert:hover,
.t__you-belong--pas .button__invert:hover,
.t__you-belong--pas .btn__invert:hover,
.t__you-belong--pas .btn__pill__invert:hover,
.t__you-belong--pas.button__invert:hover,
.t__you-belong--pas.btn__invert:hover,
.t__you-belong--pas.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__you-belong--pastel .button__invert:hover h4,
.theme__you-belong--pastel .btn__invert:hover h4,
.theme__you-belong--pastel .btn__pill__invert:hover h4, .theme__you-belong--pastel.button__invert:hover h4, .theme__you-belong--pastel.btn__invert:hover h4, .theme__you-belong--pastel.btn__pill__invert:hover h4,
.t__you-belong--pas .button__invert:hover h4,
.t__you-belong--pas .btn__invert:hover h4,
.t__you-belong--pas .btn__pill__invert:hover h4,
.t__you-belong--pas.button__invert:hover h4,
.t__you-belong--pas.btn__invert:hover h4,
.t__you-belong--pas.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__you-belong--pastel .button__invert--hover:hover,
.theme__you-belong--pastel .btn__invert--hover:hover,
.theme__you-belong--pastel .btn__pill__invert--hover:hover, .theme__you-belong--pastel.button__invert--hover:hover, .theme__you-belong--pastel.btn__invert--hover:hover, .theme__you-belong--pastel.btn__pill__invert--hover:hover,
.t__you-belong--pas .button__invert--hover:hover,
.t__you-belong--pas .btn__invert--hover:hover,
.t__you-belong--pas .btn__pill__invert--hover:hover,
.t__you-belong--pas.button__invert--hover:hover,
.t__you-belong--pas.btn__invert--hover:hover,
.t__you-belong--pas.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__you-belong--pastel .button__under,
.theme__you-belong--pastel .btn__under,
.theme__you-belong--pastel .btn__pill__under, .theme__you-belong--pastel.button__under, .theme__you-belong--pastel.btn__under, .theme__you-belong--pastel.btn__pill__under,
.t__you-belong--pas .button__under,
.t__you-belong--pas .btn__under,
.t__you-belong--pas .btn__pill__under,
.t__you-belong--pas.button__under,
.t__you-belong--pas.btn__under,
.t__you-belong--pas.btn__pill__under {
  border-color: #dfeabf;
}
.theme__you-belong--pastel .btn__large,
.t__you-belong--pas .btn__large {
  background-color: #dfeabf;
}
.theme__you-belong--pastel .input__search,
.t__you-belong--pas .input__search {
  border-color: #dfeabf;
}
.theme__you-belong--pastel .input__search i,
.t__you-belong--pas .input__search i {
  color: #4a4a4a;
}
.theme__you-belong--pastel .input__search:hover i,
.t__you-belong--pas .input__search:hover i {
  color: #dfeabf;
}
.theme__you-belong--pastel .component__foreground,
.t__you-belong--pas .component__foreground {
  color: #4a4a4a;
}
.theme__you-belong--pastel.card,
.theme__you-belong--pastel .card, .theme__you-belong--pastel.card__with-image,
.theme__you-belong--pastel .card__with-image,
.t__you-belong--pas.card,
.t__you-belong--pas .card,
.t__you-belong--pas.card__with-image,
.t__you-belong--pas .card__with-image {
  border-color: #dfeabf;
}
.theme__you-belong--pastel.card__highlight,
.theme__you-belong--pastel .card__highlight,
.theme__you-belong--pastel .card__highlight--image,
.theme__you-belong--pastel .card__highlight--final,
.t__you-belong--pas.card__highlight,
.t__you-belong--pas .card__highlight,
.t__you-belong--pas .card__highlight--image,
.t__you-belong--pas .card__highlight--final {
  background-color: #dfeabf;
  border-color: #dfeabf;
}
.theme__you-belong--pastel.card__highlight--title,
.theme__you-belong--pastel .card__highlight--title,
.theme__you-belong--pastel .card__highlight--image,
.theme__you-belong--pastel .card__highlight--final,
.t__you-belong--pas.card__highlight--title,
.t__you-belong--pas .card__highlight--title,
.t__you-belong--pas .card__highlight--image,
.t__you-belong--pas .card__highlight--final {
  color: #4a4a4a;
}
.theme__you-belong--pastel .image-slider__selector--dot,
.t__you-belong--pas .image-slider__selector--dot {
  background-color: #dfeabf;
}
.theme__you-belong--pastel .call-to-action__text h3,
.t__you-belong--pas .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__you-belong--pastel .officer__block--title h5, .theme__you-belong--pastel .officer__block--title h6,
.t__you-belong--pas .officer__block--title h5,
.t__you-belong--pas .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__you-belong--pastel .block__statement--link,
.t__you-belong--pas .block__statement--link {
  color: #4a4a4a;
}
.theme__you-belong--pastel .card__cutoff,
.t__you-belong--pas .card__cutoff {
  background: linear-gradient(#dfeabf, #dfeabf), linear-gradient(white, white);
}
.theme__you-belong--pastel .card__cutoff p,
.t__you-belong--pas .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__you-belong--pastel .card__cutoff:hover,
  .t__you-belong--pas .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__you-belong--pastel .card__cutoff:hover p,
  .t__you-belong--pas .card__cutoff:hover p {
    color: #dfeabf;
  }
  .theme__you-belong--pastel .card__cutoff:hover .card__cutoff--link,
  .t__you-belong--pas .card__cutoff:hover .card__cutoff--link {
    color: #dfeabf;
  }
  .theme__you-belong--pastel .card__cutoff:hover .card__cutoff--text,
  .t__you-belong--pas .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__you-belong--pastel .card__cutoff:hover .card__cutoff--text p,
  .t__you-belong--pas .card__cutoff:hover .card__cutoff--text p {
    color: #dfeabf;
  }
  .theme__you-belong--pastel .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__you-belong--pas .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: #dfeabf;
  }
}
.theme__you-belong--pastel .card__cutoff--link,
.t__you-belong--pas .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__you-belong--pastel .card__cutoff--link:hover,
  .t__you-belong--pas .card__cutoff--link:hover {
    color: #dfeabf;
  }
  .theme__you-belong--pastel .card__cutoff--link:hover--link,
  .t__you-belong--pas .card__cutoff--link:hover--link {
    color: #dfeabf;
  }
}
.theme__you-belong--pastel .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__you-belong--pas .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: #dfeabf;
}
.theme__you-belong--pastel .dropdown__toggle--title,
.t__you-belong--pas .dropdown__toggle--title {
  color: #dfeabf;
}
.theme__you-belong--pastel .dropdown__toggle--icon i,
.t__you-belong--pas .dropdown__toggle--icon i {
  color: #dfeabf;
}
.theme__you-belong--pastel .large_timer__countdown--item_large,
.t__you-belong--pas .large_timer__countdown--item_large {
  background-color: #dfeabf;
}
.theme__you-belong--pastel .large_timer__countdown--item_medium,
.t__you-belong--pas .large_timer__countdown--item_medium {
  background-color: #dfeabf;
}
.theme__you-belong--pastel .large_timer__countdown--item_small,
.t__you-belong--pas .large_timer__countdown--item_small {
  background-color: #dfeabf;
}
.theme__you-belong--pastel .modalcontent,
.t__you-belong--pas .modalcontent {
  border-color: #dfeabf;
}
.theme__you-belong--pastel .transparent__header,
.t__you-belong--pas .transparent__header {
  background: #dfeabf;
}
.theme__you-belong--pastel .breadcrumb__slashes,
.t__you-belong--pas .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__you-belong--pastel .the-list,
.t__you-belong--pas .the-list {
  background-color: #dfeabf;
}
.theme__you-belong--pastel .the-list option,
.t__you-belong--pas .the-list option {
  border-color: #dfeabf !important;
}
.theme__you-belong--pastel .es-list::-webkit-scrollbar-thumb,
.t__you-belong--pas .es-list::-webkit-scrollbar-thumb {
  background: #dfeabf;
}
.theme__you-belong--pastel .es-visible,
.t__you-belong--pas .es-visible {
  border-color: #dfeabf !important;
}
.theme__you-belong--pastel .ot-open,
.theme__you-belong--pastel .ot-closed,
.t__you-belong--pas .ot-open,
.t__you-belong--pas .ot-closed {
  color: #dfeabf;
}
.theme__you-belong--pastel .colour__foreground,
.t__you-belong--pas .colour__foreground {
  color: #dfeabf;
}
.theme__you-belong--pastel h1.t__none,
.theme__you-belong--pastel h1.theme__none,
.theme__you-belong--pastel h2.t__none,
.theme__you-belong--pastel h2.theme__none,
.theme__you-belong--pastel h3.t__none,
.theme__you-belong--pastel h3.theme__none,
.theme__you-belong--pastel h4.t__none,
.theme__you-belong--pastel h4.theme__none,
.theme__you-belong--pastel h1.t__none--w-hov,
.theme__you-belong--pastel h1.theme__none--with-hover,
.theme__you-belong--pastel h2.t__none--w-hov,
.theme__you-belong--pastel h2.theme__none--with-hover,
.theme__you-belong--pastel h3.t__none--w-hov,
.theme__you-belong--pastel h3.theme__none--with-hover,
.theme__you-belong--pastel h4.t__none--w-hov,
.theme__you-belong--pastel h4.theme__none--with-hover,
.t__you-belong--pas h1.t__none,
.t__you-belong--pas h1.theme__none,
.t__you-belong--pas h2.t__none,
.t__you-belong--pas h2.theme__none,
.t__you-belong--pas h3.t__none,
.t__you-belong--pas h3.theme__none,
.t__you-belong--pas h4.t__none,
.t__you-belong--pas h4.theme__none,
.t__you-belong--pas h1.t__none--w-hov,
.t__you-belong--pas h1.theme__none--with-hover,
.t__you-belong--pas h2.t__none--w-hov,
.t__you-belong--pas h2.theme__none--with-hover,
.t__you-belong--pas h3.t__none--w-hov,
.t__you-belong--pas h3.theme__none--with-hover,
.t__you-belong--pas h4.t__none--w-hov,
.t__you-belong--pas h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__you-belong--pastel span.t__none,
.theme__you-belong--pastel span.theme__none,
.t__you-belong--pas span.t__none,
.t__you-belong--pas span.theme__none {
  color: #4a4a4a;
}
.theme__you-belong--pastel i.t__none,
.theme__you-belong--pastel i.theme__none,
.t__you-belong--pas i.t__none,
.t__you-belong--pas i.theme__none {
  color: #4a4a4a;
}
.theme__you-belong--pastel a.border__none,
.theme__you-belong--pastel a.b__none,
.t__you-belong--pas a.border__none,
.t__you-belong--pas a.b__none {
  border: 0;
}
.theme__you-belong--pastel a:hover h1.t__none,
.theme__you-belong--pastel a:hover h1.theme__none,
.theme__you-belong--pastel a:hover h2.t__none,
.theme__you-belong--pastel a:hover h2.theme__none,
.theme__you-belong--pastel a:hover h3.t__none,
.theme__you-belong--pastel a:hover h3.theme__none,
.theme__you-belong--pastel a:hover h4.t__none,
.theme__you-belong--pastel a:hover h4.theme__none,
.t__you-belong--pas a:hover h1.t__none,
.t__you-belong--pas a:hover h1.theme__none,
.t__you-belong--pas a:hover h2.t__none,
.t__you-belong--pas a:hover h2.theme__none,
.t__you-belong--pas a:hover h3.t__none,
.t__you-belong--pas a:hover h3.theme__none,
.t__you-belong--pas a:hover h4.t__none,
.t__you-belong--pas a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__you-belong--pastel a:hover h1.t__none--w-hov,
.theme__you-belong--pastel a:hover h1.theme__none--with-hover,
.theme__you-belong--pastel a:hover h2.t__none--w-hov,
.theme__you-belong--pastel a:hover h2.theme__none--with-hover,
.theme__you-belong--pastel a:hover h3.t__none--w-hov,
.theme__you-belong--pastel a:hover h3.theme__none--with-hover,
.theme__you-belong--pastel a:hover h4.t__none--w-hov,
.theme__you-belong--pastel a:hover h4.theme__none--with-hover,
.t__you-belong--pas a:hover h1.t__none--w-hov,
.t__you-belong--pas a:hover h1.theme__none--with-hover,
.t__you-belong--pas a:hover h2.t__none--w-hov,
.t__you-belong--pas a:hover h2.theme__none--with-hover,
.t__you-belong--pas a:hover h3.t__none--w-hov,
.t__you-belong--pas a:hover h3.theme__none--with-hover,
.t__you-belong--pas a:hover h4.t__none--w-hov,
.t__you-belong--pas a:hover h4.theme__none--with-hover {
  color: #dfeabf;
}

.theme__you-belong--background-primary,
.t__you-belong--bg-pri {
  background-color: rgba(204, 222, 152, 0.4);
}

.theme__you-belong--background-secondary,
.t__you-belong--bg-sec {
  background-color: rgba(204, 222, 152, 0.4);
}

.theme__you-belong--background-pastel,
.t__you-belong--bg-pas {
  background-color: #dfeabf;
}

.theme__more-access--primary h1, .theme__more-access--primary h2, .theme__more-access--primary h3, .theme__more-access--primary h4, .theme__more-access--primary h5, .theme__more-access--primary h6,
.t__more-access--pri h1,
.t__more-access--pri h2,
.t__more-access--pri h3,
.t__more-access--pri h4,
.t__more-access--pri h5,
.t__more-access--pri h6 {
  color: rgba(166, 218, 190, 0.3);
}
.theme__more-access--primary a,
.t__more-access--pri a {
  color: #4a4a4a;
  border-color: rgba(166, 218, 190, 0.3);
  text-decoration: none;
}
.theme__more-access--primary a:hover,
.t__more-access--pri a:hover {
  color: rgba(166, 218, 190, 0.3);
}
.theme__more-access--primary a:hover h1, .theme__more-access--primary a:hover h2, .theme__more-access--primary a:hover h3, .theme__more-access--primary a:hover h4, .theme__more-access--primary a:hover h5, .theme__more-access--primary a:hover h6,
.t__more-access--pri a:hover h1,
.t__more-access--pri a:hover h2,
.t__more-access--pri a:hover h3,
.t__more-access--pri a:hover h4,
.t__more-access--pri a:hover h5,
.t__more-access--pri a:hover h6 {
  color: rgba(166, 218, 190, 0.3);
}
.theme__more-access--primary a div,
.t__more-access--pri a div {
  border-color: rgba(166, 218, 190, 0.3) !important;
}
.theme__more-access--primary input,
.t__more-access--pri input {
  border-color: rgba(166, 218, 190, 0.3);
}
.theme__more-access--primary p,
.t__more-access--pri p {
  color: #4a4a4a;
}
.theme__more-access--primary .button,
.theme__more-access--primary .btn,
.theme__more-access--primary .btn__pill, .theme__more-access--primary.button, .theme__more-access--primary.btn, .theme__more-access--primary.btn__pill,
.t__more-access--pri .button,
.t__more-access--pri .btn,
.t__more-access--pri .btn__pill,
.t__more-access--pri.button,
.t__more-access--pri.btn,
.t__more-access--pri.btn__pill {
  border-color: rgba(166, 218, 190, 0.3);
}
@media (hover: hover) {
  .theme__more-access--primary .button:hover,
  .theme__more-access--primary .btn:hover,
  .theme__more-access--primary .btn__pill:hover, .theme__more-access--primary.button:hover, .theme__more-access--primary.btn:hover, .theme__more-access--primary.btn__pill:hover,
  .t__more-access--pri .button:hover,
  .t__more-access--pri .btn:hover,
  .t__more-access--pri .btn__pill:hover,
  .t__more-access--pri.button:hover,
  .t__more-access--pri.btn:hover,
  .t__more-access--pri.btn__pill:hover {
    color: #ffffff;
    background: rgba(166, 218, 190, 0.3);
  }
  .theme__more-access--primary .button:hover i,
  .theme__more-access--primary .btn:hover i,
  .theme__more-access--primary .btn__pill:hover i, .theme__more-access--primary.button:hover i, .theme__more-access--primary.btn:hover i, .theme__more-access--primary.btn__pill:hover i,
  .t__more-access--pri .button:hover i,
  .t__more-access--pri .btn:hover i,
  .t__more-access--pri .btn__pill:hover i,
  .t__more-access--pri.button:hover i,
  .t__more-access--pri.btn:hover i,
  .t__more-access--pri.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__more-access--primary .button__invert,
.theme__more-access--primary .btn__invert,
.theme__more-access--primary .btn__pill__invert, .theme__more-access--primary.button__invert, .theme__more-access--primary.btn__invert, .theme__more-access--primary.btn__pill__invert,
.t__more-access--pri .button__invert,
.t__more-access--pri .btn__invert,
.t__more-access--pri .btn__pill__invert,
.t__more-access--pri.button__invert,
.t__more-access--pri.btn__invert,
.t__more-access--pri.btn__pill__invert {
  background-color: rgba(166, 218, 190, 0.3);
  color: #ffffff;
}
.theme__more-access--primary .button__invert h4,
.theme__more-access--primary .btn__invert h4,
.theme__more-access--primary .btn__pill__invert h4, .theme__more-access--primary.button__invert h4, .theme__more-access--primary.btn__invert h4, .theme__more-access--primary.btn__pill__invert h4,
.t__more-access--pri .button__invert h4,
.t__more-access--pri .btn__invert h4,
.t__more-access--pri .btn__pill__invert h4,
.t__more-access--pri.button__invert h4,
.t__more-access--pri.btn__invert h4,
.t__more-access--pri.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__more-access--primary .button__invert:hover,
.theme__more-access--primary .btn__invert:hover,
.theme__more-access--primary .btn__pill__invert:hover, .theme__more-access--primary.button__invert:hover, .theme__more-access--primary.btn__invert:hover, .theme__more-access--primary.btn__pill__invert:hover,
.t__more-access--pri .button__invert:hover,
.t__more-access--pri .btn__invert:hover,
.t__more-access--pri .btn__pill__invert:hover,
.t__more-access--pri.button__invert:hover,
.t__more-access--pri.btn__invert:hover,
.t__more-access--pri.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__more-access--primary .button__invert:hover h4,
.theme__more-access--primary .btn__invert:hover h4,
.theme__more-access--primary .btn__pill__invert:hover h4, .theme__more-access--primary.button__invert:hover h4, .theme__more-access--primary.btn__invert:hover h4, .theme__more-access--primary.btn__pill__invert:hover h4,
.t__more-access--pri .button__invert:hover h4,
.t__more-access--pri .btn__invert:hover h4,
.t__more-access--pri .btn__pill__invert:hover h4,
.t__more-access--pri.button__invert:hover h4,
.t__more-access--pri.btn__invert:hover h4,
.t__more-access--pri.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__more-access--primary .button__invert--hover:hover,
.theme__more-access--primary .btn__invert--hover:hover,
.theme__more-access--primary .btn__pill__invert--hover:hover, .theme__more-access--primary.button__invert--hover:hover, .theme__more-access--primary.btn__invert--hover:hover, .theme__more-access--primary.btn__pill__invert--hover:hover,
.t__more-access--pri .button__invert--hover:hover,
.t__more-access--pri .btn__invert--hover:hover,
.t__more-access--pri .btn__pill__invert--hover:hover,
.t__more-access--pri.button__invert--hover:hover,
.t__more-access--pri.btn__invert--hover:hover,
.t__more-access--pri.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__more-access--primary .button__under,
.theme__more-access--primary .btn__under,
.theme__more-access--primary .btn__pill__under, .theme__more-access--primary.button__under, .theme__more-access--primary.btn__under, .theme__more-access--primary.btn__pill__under,
.t__more-access--pri .button__under,
.t__more-access--pri .btn__under,
.t__more-access--pri .btn__pill__under,
.t__more-access--pri.button__under,
.t__more-access--pri.btn__under,
.t__more-access--pri.btn__pill__under {
  border-color: rgba(166, 218, 190, 0.3);
}
.theme__more-access--primary .btn__large,
.t__more-access--pri .btn__large {
  background-color: rgba(166, 218, 190, 0.3);
}
.theme__more-access--primary .input__search,
.t__more-access--pri .input__search {
  border-color: rgba(166, 218, 190, 0.3);
}
.theme__more-access--primary .input__search i,
.t__more-access--pri .input__search i {
  color: #4a4a4a;
}
.theme__more-access--primary .input__search:hover i,
.t__more-access--pri .input__search:hover i {
  color: rgba(166, 218, 190, 0.3);
}
.theme__more-access--primary .component__foreground,
.t__more-access--pri .component__foreground {
  color: #4a4a4a;
}
.theme__more-access--primary.card,
.theme__more-access--primary .card, .theme__more-access--primary.card__with-image,
.theme__more-access--primary .card__with-image,
.t__more-access--pri.card,
.t__more-access--pri .card,
.t__more-access--pri.card__with-image,
.t__more-access--pri .card__with-image {
  border-color: rgba(166, 218, 190, 0.3);
}
.theme__more-access--primary.card__highlight,
.theme__more-access--primary .card__highlight,
.theme__more-access--primary .card__highlight--image,
.theme__more-access--primary .card__highlight--final,
.t__more-access--pri.card__highlight,
.t__more-access--pri .card__highlight,
.t__more-access--pri .card__highlight--image,
.t__more-access--pri .card__highlight--final {
  background-color: rgba(166, 218, 190, 0.3);
  border-color: rgba(166, 218, 190, 0.3);
}
.theme__more-access--primary.card__highlight--title,
.theme__more-access--primary .card__highlight--title,
.theme__more-access--primary .card__highlight--image,
.theme__more-access--primary .card__highlight--final,
.t__more-access--pri.card__highlight--title,
.t__more-access--pri .card__highlight--title,
.t__more-access--pri .card__highlight--image,
.t__more-access--pri .card__highlight--final {
  color: #4a4a4a;
}
.theme__more-access--primary .image-slider__selector--dot,
.t__more-access--pri .image-slider__selector--dot {
  background-color: rgba(166, 218, 190, 0.3);
}
.theme__more-access--primary .call-to-action__text h3,
.t__more-access--pri .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__more-access--primary .officer__block--title h5, .theme__more-access--primary .officer__block--title h6,
.t__more-access--pri .officer__block--title h5,
.t__more-access--pri .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__more-access--primary .block__statement--link,
.t__more-access--pri .block__statement--link {
  color: #4a4a4a;
}
.theme__more-access--primary .card__cutoff,
.t__more-access--pri .card__cutoff {
  background: linear-gradient(rgba(166, 218, 190, 0.3), rgba(166, 218, 190, 0.3)), linear-gradient(white, white);
}
.theme__more-access--primary .card__cutoff p,
.t__more-access--pri .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__more-access--primary .card__cutoff:hover,
  .t__more-access--pri .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__more-access--primary .card__cutoff:hover p,
  .t__more-access--pri .card__cutoff:hover p {
    color: rgba(166, 218, 190, 0.3);
  }
  .theme__more-access--primary .card__cutoff:hover .card__cutoff--link,
  .t__more-access--pri .card__cutoff:hover .card__cutoff--link {
    color: rgba(166, 218, 190, 0.3);
  }
  .theme__more-access--primary .card__cutoff:hover .card__cutoff--text,
  .t__more-access--pri .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__more-access--primary .card__cutoff:hover .card__cutoff--text p,
  .t__more-access--pri .card__cutoff:hover .card__cutoff--text p {
    color: rgba(166, 218, 190, 0.3);
  }
  .theme__more-access--primary .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__more-access--pri .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: rgba(166, 218, 190, 0.3);
  }
}
.theme__more-access--primary .card__cutoff--link,
.t__more-access--pri .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__more-access--primary .card__cutoff--link:hover,
  .t__more-access--pri .card__cutoff--link:hover {
    color: rgba(166, 218, 190, 0.3);
  }
  .theme__more-access--primary .card__cutoff--link:hover--link,
  .t__more-access--pri .card__cutoff--link:hover--link {
    color: rgba(166, 218, 190, 0.3);
  }
}
.theme__more-access--primary .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__more-access--pri .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: rgba(166, 218, 190, 0.3);
}
.theme__more-access--primary .dropdown__toggle--title,
.t__more-access--pri .dropdown__toggle--title {
  color: rgba(166, 218, 190, 0.3);
}
.theme__more-access--primary .dropdown__toggle--icon i,
.t__more-access--pri .dropdown__toggle--icon i {
  color: rgba(166, 218, 190, 0.3);
}
.theme__more-access--primary .large_timer__countdown--item_large,
.t__more-access--pri .large_timer__countdown--item_large {
  background-color: rgba(166, 218, 190, 0.3);
}
.theme__more-access--primary .large_timer__countdown--item_medium,
.t__more-access--pri .large_timer__countdown--item_medium {
  background-color: rgba(166, 218, 190, 0.3);
}
.theme__more-access--primary .large_timer__countdown--item_small,
.t__more-access--pri .large_timer__countdown--item_small {
  background-color: rgba(166, 218, 190, 0.3);
}
.theme__more-access--primary .modalcontent,
.t__more-access--pri .modalcontent {
  border-color: rgba(166, 218, 190, 0.3);
}
.theme__more-access--primary .transparent__header,
.t__more-access--pri .transparent__header {
  background: rgba(166, 218, 190, 0.3);
}
.theme__more-access--primary .breadcrumb__slashes,
.t__more-access--pri .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__more-access--primary .the-list,
.t__more-access--pri .the-list {
  background-color: rgba(166, 218, 190, 0.3);
}
.theme__more-access--primary .the-list option,
.t__more-access--pri .the-list option {
  border-color: rgba(166, 218, 190, 0.3) !important;
}
.theme__more-access--primary .es-list::-webkit-scrollbar-thumb,
.t__more-access--pri .es-list::-webkit-scrollbar-thumb {
  background: rgba(166, 218, 190, 0.3);
}
.theme__more-access--primary .es-visible,
.t__more-access--pri .es-visible {
  border-color: rgba(166, 218, 190, 0.3) !important;
}
.theme__more-access--primary .ot-open,
.theme__more-access--primary .ot-closed,
.t__more-access--pri .ot-open,
.t__more-access--pri .ot-closed {
  color: rgba(166, 218, 190, 0.3);
}
.theme__more-access--primary .colour__foreground,
.t__more-access--pri .colour__foreground {
  color: rgba(166, 218, 190, 0.3);
}
.theme__more-access--primary h1.t__none,
.theme__more-access--primary h1.theme__none,
.theme__more-access--primary h2.t__none,
.theme__more-access--primary h2.theme__none,
.theme__more-access--primary h3.t__none,
.theme__more-access--primary h3.theme__none,
.theme__more-access--primary h4.t__none,
.theme__more-access--primary h4.theme__none,
.theme__more-access--primary h1.t__none--w-hov,
.theme__more-access--primary h1.theme__none--with-hover,
.theme__more-access--primary h2.t__none--w-hov,
.theme__more-access--primary h2.theme__none--with-hover,
.theme__more-access--primary h3.t__none--w-hov,
.theme__more-access--primary h3.theme__none--with-hover,
.theme__more-access--primary h4.t__none--w-hov,
.theme__more-access--primary h4.theme__none--with-hover,
.t__more-access--pri h1.t__none,
.t__more-access--pri h1.theme__none,
.t__more-access--pri h2.t__none,
.t__more-access--pri h2.theme__none,
.t__more-access--pri h3.t__none,
.t__more-access--pri h3.theme__none,
.t__more-access--pri h4.t__none,
.t__more-access--pri h4.theme__none,
.t__more-access--pri h1.t__none--w-hov,
.t__more-access--pri h1.theme__none--with-hover,
.t__more-access--pri h2.t__none--w-hov,
.t__more-access--pri h2.theme__none--with-hover,
.t__more-access--pri h3.t__none--w-hov,
.t__more-access--pri h3.theme__none--with-hover,
.t__more-access--pri h4.t__none--w-hov,
.t__more-access--pri h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__more-access--primary span.t__none,
.theme__more-access--primary span.theme__none,
.t__more-access--pri span.t__none,
.t__more-access--pri span.theme__none {
  color: #4a4a4a;
}
.theme__more-access--primary i.t__none,
.theme__more-access--primary i.theme__none,
.t__more-access--pri i.t__none,
.t__more-access--pri i.theme__none {
  color: #4a4a4a;
}
.theme__more-access--primary a.border__none,
.theme__more-access--primary a.b__none,
.t__more-access--pri a.border__none,
.t__more-access--pri a.b__none {
  border: 0;
}
.theme__more-access--primary a:hover h1.t__none,
.theme__more-access--primary a:hover h1.theme__none,
.theme__more-access--primary a:hover h2.t__none,
.theme__more-access--primary a:hover h2.theme__none,
.theme__more-access--primary a:hover h3.t__none,
.theme__more-access--primary a:hover h3.theme__none,
.theme__more-access--primary a:hover h4.t__none,
.theme__more-access--primary a:hover h4.theme__none,
.t__more-access--pri a:hover h1.t__none,
.t__more-access--pri a:hover h1.theme__none,
.t__more-access--pri a:hover h2.t__none,
.t__more-access--pri a:hover h2.theme__none,
.t__more-access--pri a:hover h3.t__none,
.t__more-access--pri a:hover h3.theme__none,
.t__more-access--pri a:hover h4.t__none,
.t__more-access--pri a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__more-access--primary a:hover h1.t__none--w-hov,
.theme__more-access--primary a:hover h1.theme__none--with-hover,
.theme__more-access--primary a:hover h2.t__none--w-hov,
.theme__more-access--primary a:hover h2.theme__none--with-hover,
.theme__more-access--primary a:hover h3.t__none--w-hov,
.theme__more-access--primary a:hover h3.theme__none--with-hover,
.theme__more-access--primary a:hover h4.t__none--w-hov,
.theme__more-access--primary a:hover h4.theme__none--with-hover,
.t__more-access--pri a:hover h1.t__none--w-hov,
.t__more-access--pri a:hover h1.theme__none--with-hover,
.t__more-access--pri a:hover h2.t__none--w-hov,
.t__more-access--pri a:hover h2.theme__none--with-hover,
.t__more-access--pri a:hover h3.t__none--w-hov,
.t__more-access--pri a:hover h3.theme__none--with-hover,
.t__more-access--pri a:hover h4.t__none--w-hov,
.t__more-access--pri a:hover h4.theme__none--with-hover {
  color: rgba(166, 218, 190, 0.3);
}
.theme__more-access--primary .dotted__line--small, .theme__more-access--primary .dotted__line--medium, .theme__more-access--primary .dotted__line--large, .theme__more-access--primary .dotted__line--x-large, .theme__more-access--primary .dotted__line--huge,
.t__more-access--pri .dotted__line--small,
.t__more-access--pri .dotted__line--medium,
.t__more-access--pri .dotted__line--large,
.t__more-access--pri .dotted__line--x-large,
.t__more-access--pri .dotted__line--huge {
  border-image-source: url("https://assets-cdn.sums.su/SH/Dotted_Borders/more-access-dotted-line.png");
}

.theme__more-access--secondary h1, .theme__more-access--secondary h2, .theme__more-access--secondary h3, .theme__more-access--secondary h4, .theme__more-access--secondary h5, .theme__more-access--secondary h6,
.t__more-access--sec h1,
.t__more-access--sec h2,
.t__more-access--sec h3,
.t__more-access--sec h4,
.t__more-access--sec h5,
.t__more-access--sec h6 {
  color: rgb(194, 247, 218);
}
.theme__more-access--secondary a,
.t__more-access--sec a {
  color: #4a4a4a;
  border-color: rgb(194, 247, 218);
  text-decoration: none;
}
.theme__more-access--secondary a:hover,
.t__more-access--sec a:hover {
  color: rgb(194, 247, 218);
}
.theme__more-access--secondary a:hover h1, .theme__more-access--secondary a:hover h2, .theme__more-access--secondary a:hover h3, .theme__more-access--secondary a:hover h4, .theme__more-access--secondary a:hover h5, .theme__more-access--secondary a:hover h6,
.t__more-access--sec a:hover h1,
.t__more-access--sec a:hover h2,
.t__more-access--sec a:hover h3,
.t__more-access--sec a:hover h4,
.t__more-access--sec a:hover h5,
.t__more-access--sec a:hover h6 {
  color: rgb(194, 247, 218);
}
.theme__more-access--secondary a div,
.t__more-access--sec a div {
  border-color: rgb(194, 247, 218) !important;
}
.theme__more-access--secondary input,
.t__more-access--sec input {
  border-color: rgb(194, 247, 218);
}
.theme__more-access--secondary p,
.t__more-access--sec p {
  color: #4a4a4a;
}
.theme__more-access--secondary .button,
.theme__more-access--secondary .btn,
.theme__more-access--secondary .btn__pill, .theme__more-access--secondary.button, .theme__more-access--secondary.btn, .theme__more-access--secondary.btn__pill,
.t__more-access--sec .button,
.t__more-access--sec .btn,
.t__more-access--sec .btn__pill,
.t__more-access--sec.button,
.t__more-access--sec.btn,
.t__more-access--sec.btn__pill {
  border-color: rgb(194, 247, 218);
}
@media (hover: hover) {
  .theme__more-access--secondary .button:hover,
  .theme__more-access--secondary .btn:hover,
  .theme__more-access--secondary .btn__pill:hover, .theme__more-access--secondary.button:hover, .theme__more-access--secondary.btn:hover, .theme__more-access--secondary.btn__pill:hover,
  .t__more-access--sec .button:hover,
  .t__more-access--sec .btn:hover,
  .t__more-access--sec .btn__pill:hover,
  .t__more-access--sec.button:hover,
  .t__more-access--sec.btn:hover,
  .t__more-access--sec.btn__pill:hover {
    color: #ffffff;
    background: rgb(194, 247, 218);
  }
  .theme__more-access--secondary .button:hover i,
  .theme__more-access--secondary .btn:hover i,
  .theme__more-access--secondary .btn__pill:hover i, .theme__more-access--secondary.button:hover i, .theme__more-access--secondary.btn:hover i, .theme__more-access--secondary.btn__pill:hover i,
  .t__more-access--sec .button:hover i,
  .t__more-access--sec .btn:hover i,
  .t__more-access--sec .btn__pill:hover i,
  .t__more-access--sec.button:hover i,
  .t__more-access--sec.btn:hover i,
  .t__more-access--sec.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__more-access--secondary .button__invert,
.theme__more-access--secondary .btn__invert,
.theme__more-access--secondary .btn__pill__invert, .theme__more-access--secondary.button__invert, .theme__more-access--secondary.btn__invert, .theme__more-access--secondary.btn__pill__invert,
.t__more-access--sec .button__invert,
.t__more-access--sec .btn__invert,
.t__more-access--sec .btn__pill__invert,
.t__more-access--sec.button__invert,
.t__more-access--sec.btn__invert,
.t__more-access--sec.btn__pill__invert {
  background-color: rgb(194, 247, 218);
  color: #ffffff;
}
.theme__more-access--secondary .button__invert h4,
.theme__more-access--secondary .btn__invert h4,
.theme__more-access--secondary .btn__pill__invert h4, .theme__more-access--secondary.button__invert h4, .theme__more-access--secondary.btn__invert h4, .theme__more-access--secondary.btn__pill__invert h4,
.t__more-access--sec .button__invert h4,
.t__more-access--sec .btn__invert h4,
.t__more-access--sec .btn__pill__invert h4,
.t__more-access--sec.button__invert h4,
.t__more-access--sec.btn__invert h4,
.t__more-access--sec.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__more-access--secondary .button__invert:hover,
.theme__more-access--secondary .btn__invert:hover,
.theme__more-access--secondary .btn__pill__invert:hover, .theme__more-access--secondary.button__invert:hover, .theme__more-access--secondary.btn__invert:hover, .theme__more-access--secondary.btn__pill__invert:hover,
.t__more-access--sec .button__invert:hover,
.t__more-access--sec .btn__invert:hover,
.t__more-access--sec .btn__pill__invert:hover,
.t__more-access--sec.button__invert:hover,
.t__more-access--sec.btn__invert:hover,
.t__more-access--sec.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__more-access--secondary .button__invert:hover h4,
.theme__more-access--secondary .btn__invert:hover h4,
.theme__more-access--secondary .btn__pill__invert:hover h4, .theme__more-access--secondary.button__invert:hover h4, .theme__more-access--secondary.btn__invert:hover h4, .theme__more-access--secondary.btn__pill__invert:hover h4,
.t__more-access--sec .button__invert:hover h4,
.t__more-access--sec .btn__invert:hover h4,
.t__more-access--sec .btn__pill__invert:hover h4,
.t__more-access--sec.button__invert:hover h4,
.t__more-access--sec.btn__invert:hover h4,
.t__more-access--sec.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__more-access--secondary .button__invert--hover:hover,
.theme__more-access--secondary .btn__invert--hover:hover,
.theme__more-access--secondary .btn__pill__invert--hover:hover, .theme__more-access--secondary.button__invert--hover:hover, .theme__more-access--secondary.btn__invert--hover:hover, .theme__more-access--secondary.btn__pill__invert--hover:hover,
.t__more-access--sec .button__invert--hover:hover,
.t__more-access--sec .btn__invert--hover:hover,
.t__more-access--sec .btn__pill__invert--hover:hover,
.t__more-access--sec.button__invert--hover:hover,
.t__more-access--sec.btn__invert--hover:hover,
.t__more-access--sec.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__more-access--secondary .button__under,
.theme__more-access--secondary .btn__under,
.theme__more-access--secondary .btn__pill__under, .theme__more-access--secondary.button__under, .theme__more-access--secondary.btn__under, .theme__more-access--secondary.btn__pill__under,
.t__more-access--sec .button__under,
.t__more-access--sec .btn__under,
.t__more-access--sec .btn__pill__under,
.t__more-access--sec.button__under,
.t__more-access--sec.btn__under,
.t__more-access--sec.btn__pill__under {
  border-color: rgb(194, 247, 218);
}
.theme__more-access--secondary .btn__large,
.t__more-access--sec .btn__large {
  background-color: rgb(194, 247, 218);
}
.theme__more-access--secondary .input__search,
.t__more-access--sec .input__search {
  border-color: rgb(194, 247, 218);
}
.theme__more-access--secondary .input__search i,
.t__more-access--sec .input__search i {
  color: #4a4a4a;
}
.theme__more-access--secondary .input__search:hover i,
.t__more-access--sec .input__search:hover i {
  color: rgb(194, 247, 218);
}
.theme__more-access--secondary .component__foreground,
.t__more-access--sec .component__foreground {
  color: #4a4a4a;
}
.theme__more-access--secondary.card,
.theme__more-access--secondary .card, .theme__more-access--secondary.card__with-image,
.theme__more-access--secondary .card__with-image,
.t__more-access--sec.card,
.t__more-access--sec .card,
.t__more-access--sec.card__with-image,
.t__more-access--sec .card__with-image {
  border-color: rgb(194, 247, 218);
}
.theme__more-access--secondary.card__highlight,
.theme__more-access--secondary .card__highlight,
.theme__more-access--secondary .card__highlight--image,
.theme__more-access--secondary .card__highlight--final,
.t__more-access--sec.card__highlight,
.t__more-access--sec .card__highlight,
.t__more-access--sec .card__highlight--image,
.t__more-access--sec .card__highlight--final {
  background-color: rgb(194, 247, 218);
  border-color: rgb(194, 247, 218);
}
.theme__more-access--secondary.card__highlight--title,
.theme__more-access--secondary .card__highlight--title,
.theme__more-access--secondary .card__highlight--image,
.theme__more-access--secondary .card__highlight--final,
.t__more-access--sec.card__highlight--title,
.t__more-access--sec .card__highlight--title,
.t__more-access--sec .card__highlight--image,
.t__more-access--sec .card__highlight--final {
  color: #4a4a4a;
}
.theme__more-access--secondary .image-slider__selector--dot,
.t__more-access--sec .image-slider__selector--dot {
  background-color: rgb(194, 247, 218);
}
.theme__more-access--secondary .call-to-action__text h3,
.t__more-access--sec .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__more-access--secondary .officer__block--title h5, .theme__more-access--secondary .officer__block--title h6,
.t__more-access--sec .officer__block--title h5,
.t__more-access--sec .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__more-access--secondary .block__statement--link,
.t__more-access--sec .block__statement--link {
  color: #4a4a4a;
}
.theme__more-access--secondary .card__cutoff,
.t__more-access--sec .card__cutoff {
  background: linear-gradient(rgb(194, 247, 218), rgb(194, 247, 218)), linear-gradient(white, white);
}
.theme__more-access--secondary .card__cutoff p,
.t__more-access--sec .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__more-access--secondary .card__cutoff:hover,
  .t__more-access--sec .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__more-access--secondary .card__cutoff:hover p,
  .t__more-access--sec .card__cutoff:hover p {
    color: rgb(194, 247, 218);
  }
  .theme__more-access--secondary .card__cutoff:hover .card__cutoff--link,
  .t__more-access--sec .card__cutoff:hover .card__cutoff--link {
    color: rgb(194, 247, 218);
  }
  .theme__more-access--secondary .card__cutoff:hover .card__cutoff--text,
  .t__more-access--sec .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__more-access--secondary .card__cutoff:hover .card__cutoff--text p,
  .t__more-access--sec .card__cutoff:hover .card__cutoff--text p {
    color: rgb(194, 247, 218);
  }
  .theme__more-access--secondary .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__more-access--sec .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: rgb(194, 247, 218);
  }
}
.theme__more-access--secondary .card__cutoff--link,
.t__more-access--sec .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__more-access--secondary .card__cutoff--link:hover,
  .t__more-access--sec .card__cutoff--link:hover {
    color: rgb(194, 247, 218);
  }
  .theme__more-access--secondary .card__cutoff--link:hover--link,
  .t__more-access--sec .card__cutoff--link:hover--link {
    color: rgb(194, 247, 218);
  }
}
.theme__more-access--secondary .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__more-access--sec .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: rgb(194, 247, 218);
}
.theme__more-access--secondary .dropdown__toggle--title,
.t__more-access--sec .dropdown__toggle--title {
  color: rgb(194, 247, 218);
}
.theme__more-access--secondary .dropdown__toggle--icon i,
.t__more-access--sec .dropdown__toggle--icon i {
  color: rgb(194, 247, 218);
}
.theme__more-access--secondary .large_timer__countdown--item_large,
.t__more-access--sec .large_timer__countdown--item_large {
  background-color: rgb(194, 247, 218);
}
.theme__more-access--secondary .large_timer__countdown--item_medium,
.t__more-access--sec .large_timer__countdown--item_medium {
  background-color: rgb(194, 247, 218);
}
.theme__more-access--secondary .large_timer__countdown--item_small,
.t__more-access--sec .large_timer__countdown--item_small {
  background-color: rgb(194, 247, 218);
}
.theme__more-access--secondary .modalcontent,
.t__more-access--sec .modalcontent {
  border-color: rgb(194, 247, 218);
}
.theme__more-access--secondary .transparent__header,
.t__more-access--sec .transparent__header {
  background: rgb(194, 247, 218);
}
.theme__more-access--secondary .breadcrumb__slashes,
.t__more-access--sec .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__more-access--secondary .the-list,
.t__more-access--sec .the-list {
  background-color: rgb(194, 247, 218);
}
.theme__more-access--secondary .the-list option,
.t__more-access--sec .the-list option {
  border-color: rgb(194, 247, 218) !important;
}
.theme__more-access--secondary .es-list::-webkit-scrollbar-thumb,
.t__more-access--sec .es-list::-webkit-scrollbar-thumb {
  background: rgb(194, 247, 218);
}
.theme__more-access--secondary .es-visible,
.t__more-access--sec .es-visible {
  border-color: rgb(194, 247, 218) !important;
}
.theme__more-access--secondary .ot-open,
.theme__more-access--secondary .ot-closed,
.t__more-access--sec .ot-open,
.t__more-access--sec .ot-closed {
  color: rgb(194, 247, 218);
}
.theme__more-access--secondary .colour__foreground,
.t__more-access--sec .colour__foreground {
  color: rgb(194, 247, 218);
}
.theme__more-access--secondary h1.t__none,
.theme__more-access--secondary h1.theme__none,
.theme__more-access--secondary h2.t__none,
.theme__more-access--secondary h2.theme__none,
.theme__more-access--secondary h3.t__none,
.theme__more-access--secondary h3.theme__none,
.theme__more-access--secondary h4.t__none,
.theme__more-access--secondary h4.theme__none,
.theme__more-access--secondary h1.t__none--w-hov,
.theme__more-access--secondary h1.theme__none--with-hover,
.theme__more-access--secondary h2.t__none--w-hov,
.theme__more-access--secondary h2.theme__none--with-hover,
.theme__more-access--secondary h3.t__none--w-hov,
.theme__more-access--secondary h3.theme__none--with-hover,
.theme__more-access--secondary h4.t__none--w-hov,
.theme__more-access--secondary h4.theme__none--with-hover,
.t__more-access--sec h1.t__none,
.t__more-access--sec h1.theme__none,
.t__more-access--sec h2.t__none,
.t__more-access--sec h2.theme__none,
.t__more-access--sec h3.t__none,
.t__more-access--sec h3.theme__none,
.t__more-access--sec h4.t__none,
.t__more-access--sec h4.theme__none,
.t__more-access--sec h1.t__none--w-hov,
.t__more-access--sec h1.theme__none--with-hover,
.t__more-access--sec h2.t__none--w-hov,
.t__more-access--sec h2.theme__none--with-hover,
.t__more-access--sec h3.t__none--w-hov,
.t__more-access--sec h3.theme__none--with-hover,
.t__more-access--sec h4.t__none--w-hov,
.t__more-access--sec h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__more-access--secondary span.t__none,
.theme__more-access--secondary span.theme__none,
.t__more-access--sec span.t__none,
.t__more-access--sec span.theme__none {
  color: #4a4a4a;
}
.theme__more-access--secondary i.t__none,
.theme__more-access--secondary i.theme__none,
.t__more-access--sec i.t__none,
.t__more-access--sec i.theme__none {
  color: #4a4a4a;
}
.theme__more-access--secondary a.border__none,
.theme__more-access--secondary a.b__none,
.t__more-access--sec a.border__none,
.t__more-access--sec a.b__none {
  border: 0;
}
.theme__more-access--secondary a:hover h1.t__none,
.theme__more-access--secondary a:hover h1.theme__none,
.theme__more-access--secondary a:hover h2.t__none,
.theme__more-access--secondary a:hover h2.theme__none,
.theme__more-access--secondary a:hover h3.t__none,
.theme__more-access--secondary a:hover h3.theme__none,
.theme__more-access--secondary a:hover h4.t__none,
.theme__more-access--secondary a:hover h4.theme__none,
.t__more-access--sec a:hover h1.t__none,
.t__more-access--sec a:hover h1.theme__none,
.t__more-access--sec a:hover h2.t__none,
.t__more-access--sec a:hover h2.theme__none,
.t__more-access--sec a:hover h3.t__none,
.t__more-access--sec a:hover h3.theme__none,
.t__more-access--sec a:hover h4.t__none,
.t__more-access--sec a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__more-access--secondary a:hover h1.t__none--w-hov,
.theme__more-access--secondary a:hover h1.theme__none--with-hover,
.theme__more-access--secondary a:hover h2.t__none--w-hov,
.theme__more-access--secondary a:hover h2.theme__none--with-hover,
.theme__more-access--secondary a:hover h3.t__none--w-hov,
.theme__more-access--secondary a:hover h3.theme__none--with-hover,
.theme__more-access--secondary a:hover h4.t__none--w-hov,
.theme__more-access--secondary a:hover h4.theme__none--with-hover,
.t__more-access--sec a:hover h1.t__none--w-hov,
.t__more-access--sec a:hover h1.theme__none--with-hover,
.t__more-access--sec a:hover h2.t__none--w-hov,
.t__more-access--sec a:hover h2.theme__none--with-hover,
.t__more-access--sec a:hover h3.t__none--w-hov,
.t__more-access--sec a:hover h3.theme__none--with-hover,
.t__more-access--sec a:hover h4.t__none--w-hov,
.t__more-access--sec a:hover h4.theme__none--with-hover {
  color: rgb(194, 247, 218);
}

.theme__more-access--pastel h1, .theme__more-access--pastel h2, .theme__more-access--pastel h3, .theme__more-access--pastel h4, .theme__more-access--pastel h5, .theme__more-access--pastel h6,
.t__more-access--pas h1,
.t__more-access--pas h2,
.t__more-access--pas h3,
.t__more-access--pas h4,
.t__more-access--pas h5,
.t__more-access--pas h6 {
  color: rgb(222, 255, 246);
}
.theme__more-access--pastel a,
.t__more-access--pas a {
  color: #4a4a4a;
  border-color: rgb(222, 255, 246);
  text-decoration: none;
}
.theme__more-access--pastel a:hover,
.t__more-access--pas a:hover {
  color: rgb(222, 255, 246);
}
.theme__more-access--pastel a:hover h1, .theme__more-access--pastel a:hover h2, .theme__more-access--pastel a:hover h3, .theme__more-access--pastel a:hover h4, .theme__more-access--pastel a:hover h5, .theme__more-access--pastel a:hover h6,
.t__more-access--pas a:hover h1,
.t__more-access--pas a:hover h2,
.t__more-access--pas a:hover h3,
.t__more-access--pas a:hover h4,
.t__more-access--pas a:hover h5,
.t__more-access--pas a:hover h6 {
  color: rgb(222, 255, 246);
}
.theme__more-access--pastel a div,
.t__more-access--pas a div {
  border-color: rgb(222, 255, 246) !important;
}
.theme__more-access--pastel input,
.t__more-access--pas input {
  border-color: rgb(222, 255, 246);
}
.theme__more-access--pastel p,
.t__more-access--pas p {
  color: #4a4a4a;
}
.theme__more-access--pastel .button,
.theme__more-access--pastel .btn,
.theme__more-access--pastel .btn__pill, .theme__more-access--pastel.button, .theme__more-access--pastel.btn, .theme__more-access--pastel.btn__pill,
.t__more-access--pas .button,
.t__more-access--pas .btn,
.t__more-access--pas .btn__pill,
.t__more-access--pas.button,
.t__more-access--pas.btn,
.t__more-access--pas.btn__pill {
  border-color: rgb(222, 255, 246);
}
@media (hover: hover) {
  .theme__more-access--pastel .button:hover,
  .theme__more-access--pastel .btn:hover,
  .theme__more-access--pastel .btn__pill:hover, .theme__more-access--pastel.button:hover, .theme__more-access--pastel.btn:hover, .theme__more-access--pastel.btn__pill:hover,
  .t__more-access--pas .button:hover,
  .t__more-access--pas .btn:hover,
  .t__more-access--pas .btn__pill:hover,
  .t__more-access--pas.button:hover,
  .t__more-access--pas.btn:hover,
  .t__more-access--pas.btn__pill:hover {
    color: #ffffff;
    background: rgb(222, 255, 246);
  }
  .theme__more-access--pastel .button:hover i,
  .theme__more-access--pastel .btn:hover i,
  .theme__more-access--pastel .btn__pill:hover i, .theme__more-access--pastel.button:hover i, .theme__more-access--pastel.btn:hover i, .theme__more-access--pastel.btn__pill:hover i,
  .t__more-access--pas .button:hover i,
  .t__more-access--pas .btn:hover i,
  .t__more-access--pas .btn__pill:hover i,
  .t__more-access--pas.button:hover i,
  .t__more-access--pas.btn:hover i,
  .t__more-access--pas.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__more-access--pastel .button__invert,
.theme__more-access--pastel .btn__invert,
.theme__more-access--pastel .btn__pill__invert, .theme__more-access--pastel.button__invert, .theme__more-access--pastel.btn__invert, .theme__more-access--pastel.btn__pill__invert,
.t__more-access--pas .button__invert,
.t__more-access--pas .btn__invert,
.t__more-access--pas .btn__pill__invert,
.t__more-access--pas.button__invert,
.t__more-access--pas.btn__invert,
.t__more-access--pas.btn__pill__invert {
  background-color: rgb(222, 255, 246);
  color: #ffffff;
}
.theme__more-access--pastel .button__invert h4,
.theme__more-access--pastel .btn__invert h4,
.theme__more-access--pastel .btn__pill__invert h4, .theme__more-access--pastel.button__invert h4, .theme__more-access--pastel.btn__invert h4, .theme__more-access--pastel.btn__pill__invert h4,
.t__more-access--pas .button__invert h4,
.t__more-access--pas .btn__invert h4,
.t__more-access--pas .btn__pill__invert h4,
.t__more-access--pas.button__invert h4,
.t__more-access--pas.btn__invert h4,
.t__more-access--pas.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__more-access--pastel .button__invert:hover,
.theme__more-access--pastel .btn__invert:hover,
.theme__more-access--pastel .btn__pill__invert:hover, .theme__more-access--pastel.button__invert:hover, .theme__more-access--pastel.btn__invert:hover, .theme__more-access--pastel.btn__pill__invert:hover,
.t__more-access--pas .button__invert:hover,
.t__more-access--pas .btn__invert:hover,
.t__more-access--pas .btn__pill__invert:hover,
.t__more-access--pas.button__invert:hover,
.t__more-access--pas.btn__invert:hover,
.t__more-access--pas.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__more-access--pastel .button__invert:hover h4,
.theme__more-access--pastel .btn__invert:hover h4,
.theme__more-access--pastel .btn__pill__invert:hover h4, .theme__more-access--pastel.button__invert:hover h4, .theme__more-access--pastel.btn__invert:hover h4, .theme__more-access--pastel.btn__pill__invert:hover h4,
.t__more-access--pas .button__invert:hover h4,
.t__more-access--pas .btn__invert:hover h4,
.t__more-access--pas .btn__pill__invert:hover h4,
.t__more-access--pas.button__invert:hover h4,
.t__more-access--pas.btn__invert:hover h4,
.t__more-access--pas.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__more-access--pastel .button__invert--hover:hover,
.theme__more-access--pastel .btn__invert--hover:hover,
.theme__more-access--pastel .btn__pill__invert--hover:hover, .theme__more-access--pastel.button__invert--hover:hover, .theme__more-access--pastel.btn__invert--hover:hover, .theme__more-access--pastel.btn__pill__invert--hover:hover,
.t__more-access--pas .button__invert--hover:hover,
.t__more-access--pas .btn__invert--hover:hover,
.t__more-access--pas .btn__pill__invert--hover:hover,
.t__more-access--pas.button__invert--hover:hover,
.t__more-access--pas.btn__invert--hover:hover,
.t__more-access--pas.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__more-access--pastel .button__under,
.theme__more-access--pastel .btn__under,
.theme__more-access--pastel .btn__pill__under, .theme__more-access--pastel.button__under, .theme__more-access--pastel.btn__under, .theme__more-access--pastel.btn__pill__under,
.t__more-access--pas .button__under,
.t__more-access--pas .btn__under,
.t__more-access--pas .btn__pill__under,
.t__more-access--pas.button__under,
.t__more-access--pas.btn__under,
.t__more-access--pas.btn__pill__under {
  border-color: rgb(222, 255, 246);
}
.theme__more-access--pastel .btn__large,
.t__more-access--pas .btn__large {
  background-color: rgb(222, 255, 246);
}
.theme__more-access--pastel .input__search,
.t__more-access--pas .input__search {
  border-color: rgb(222, 255, 246);
}
.theme__more-access--pastel .input__search i,
.t__more-access--pas .input__search i {
  color: #4a4a4a;
}
.theme__more-access--pastel .input__search:hover i,
.t__more-access--pas .input__search:hover i {
  color: rgb(222, 255, 246);
}
.theme__more-access--pastel .component__foreground,
.t__more-access--pas .component__foreground {
  color: #4a4a4a;
}
.theme__more-access--pastel.card,
.theme__more-access--pastel .card, .theme__more-access--pastel.card__with-image,
.theme__more-access--pastel .card__with-image,
.t__more-access--pas.card,
.t__more-access--pas .card,
.t__more-access--pas.card__with-image,
.t__more-access--pas .card__with-image {
  border-color: rgb(222, 255, 246);
}
.theme__more-access--pastel.card__highlight,
.theme__more-access--pastel .card__highlight,
.theme__more-access--pastel .card__highlight--image,
.theme__more-access--pastel .card__highlight--final,
.t__more-access--pas.card__highlight,
.t__more-access--pas .card__highlight,
.t__more-access--pas .card__highlight--image,
.t__more-access--pas .card__highlight--final {
  background-color: rgb(222, 255, 246);
  border-color: rgb(222, 255, 246);
}
.theme__more-access--pastel.card__highlight--title,
.theme__more-access--pastel .card__highlight--title,
.theme__more-access--pastel .card__highlight--image,
.theme__more-access--pastel .card__highlight--final,
.t__more-access--pas.card__highlight--title,
.t__more-access--pas .card__highlight--title,
.t__more-access--pas .card__highlight--image,
.t__more-access--pas .card__highlight--final {
  color: #4a4a4a;
}
.theme__more-access--pastel .image-slider__selector--dot,
.t__more-access--pas .image-slider__selector--dot {
  background-color: rgb(222, 255, 246);
}
.theme__more-access--pastel .call-to-action__text h3,
.t__more-access--pas .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__more-access--pastel .officer__block--title h5, .theme__more-access--pastel .officer__block--title h6,
.t__more-access--pas .officer__block--title h5,
.t__more-access--pas .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__more-access--pastel .block__statement--link,
.t__more-access--pas .block__statement--link {
  color: #4a4a4a;
}
.theme__more-access--pastel .card__cutoff,
.t__more-access--pas .card__cutoff {
  background: linear-gradient(rgb(222, 255, 246), rgb(222, 255, 246)), linear-gradient(white, white);
}
.theme__more-access--pastel .card__cutoff p,
.t__more-access--pas .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__more-access--pastel .card__cutoff:hover,
  .t__more-access--pas .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__more-access--pastel .card__cutoff:hover p,
  .t__more-access--pas .card__cutoff:hover p {
    color: rgb(222, 255, 246);
  }
  .theme__more-access--pastel .card__cutoff:hover .card__cutoff--link,
  .t__more-access--pas .card__cutoff:hover .card__cutoff--link {
    color: rgb(222, 255, 246);
  }
  .theme__more-access--pastel .card__cutoff:hover .card__cutoff--text,
  .t__more-access--pas .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__more-access--pastel .card__cutoff:hover .card__cutoff--text p,
  .t__more-access--pas .card__cutoff:hover .card__cutoff--text p {
    color: rgb(222, 255, 246);
  }
  .theme__more-access--pastel .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__more-access--pas .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: rgb(222, 255, 246);
  }
}
.theme__more-access--pastel .card__cutoff--link,
.t__more-access--pas .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__more-access--pastel .card__cutoff--link:hover,
  .t__more-access--pas .card__cutoff--link:hover {
    color: rgb(222, 255, 246);
  }
  .theme__more-access--pastel .card__cutoff--link:hover--link,
  .t__more-access--pas .card__cutoff--link:hover--link {
    color: rgb(222, 255, 246);
  }
}
.theme__more-access--pastel .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__more-access--pas .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: rgb(222, 255, 246);
}
.theme__more-access--pastel .dropdown__toggle--title,
.t__more-access--pas .dropdown__toggle--title {
  color: rgb(222, 255, 246);
}
.theme__more-access--pastel .dropdown__toggle--icon i,
.t__more-access--pas .dropdown__toggle--icon i {
  color: rgb(222, 255, 246);
}
.theme__more-access--pastel .large_timer__countdown--item_large,
.t__more-access--pas .large_timer__countdown--item_large {
  background-color: rgb(222, 255, 246);
}
.theme__more-access--pastel .large_timer__countdown--item_medium,
.t__more-access--pas .large_timer__countdown--item_medium {
  background-color: rgb(222, 255, 246);
}
.theme__more-access--pastel .large_timer__countdown--item_small,
.t__more-access--pas .large_timer__countdown--item_small {
  background-color: rgb(222, 255, 246);
}
.theme__more-access--pastel .modalcontent,
.t__more-access--pas .modalcontent {
  border-color: rgb(222, 255, 246);
}
.theme__more-access--pastel .transparent__header,
.t__more-access--pas .transparent__header {
  background: rgb(222, 255, 246);
}
.theme__more-access--pastel .breadcrumb__slashes,
.t__more-access--pas .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__more-access--pastel .the-list,
.t__more-access--pas .the-list {
  background-color: rgb(222, 255, 246);
}
.theme__more-access--pastel .the-list option,
.t__more-access--pas .the-list option {
  border-color: rgb(222, 255, 246) !important;
}
.theme__more-access--pastel .es-list::-webkit-scrollbar-thumb,
.t__more-access--pas .es-list::-webkit-scrollbar-thumb {
  background: rgb(222, 255, 246);
}
.theme__more-access--pastel .es-visible,
.t__more-access--pas .es-visible {
  border-color: rgb(222, 255, 246) !important;
}
.theme__more-access--pastel .ot-open,
.theme__more-access--pastel .ot-closed,
.t__more-access--pas .ot-open,
.t__more-access--pas .ot-closed {
  color: rgb(222, 255, 246);
}
.theme__more-access--pastel .colour__foreground,
.t__more-access--pas .colour__foreground {
  color: rgb(222, 255, 246);
}
.theme__more-access--pastel h1.t__none,
.theme__more-access--pastel h1.theme__none,
.theme__more-access--pastel h2.t__none,
.theme__more-access--pastel h2.theme__none,
.theme__more-access--pastel h3.t__none,
.theme__more-access--pastel h3.theme__none,
.theme__more-access--pastel h4.t__none,
.theme__more-access--pastel h4.theme__none,
.theme__more-access--pastel h1.t__none--w-hov,
.theme__more-access--pastel h1.theme__none--with-hover,
.theme__more-access--pastel h2.t__none--w-hov,
.theme__more-access--pastel h2.theme__none--with-hover,
.theme__more-access--pastel h3.t__none--w-hov,
.theme__more-access--pastel h3.theme__none--with-hover,
.theme__more-access--pastel h4.t__none--w-hov,
.theme__more-access--pastel h4.theme__none--with-hover,
.t__more-access--pas h1.t__none,
.t__more-access--pas h1.theme__none,
.t__more-access--pas h2.t__none,
.t__more-access--pas h2.theme__none,
.t__more-access--pas h3.t__none,
.t__more-access--pas h3.theme__none,
.t__more-access--pas h4.t__none,
.t__more-access--pas h4.theme__none,
.t__more-access--pas h1.t__none--w-hov,
.t__more-access--pas h1.theme__none--with-hover,
.t__more-access--pas h2.t__none--w-hov,
.t__more-access--pas h2.theme__none--with-hover,
.t__more-access--pas h3.t__none--w-hov,
.t__more-access--pas h3.theme__none--with-hover,
.t__more-access--pas h4.t__none--w-hov,
.t__more-access--pas h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__more-access--pastel span.t__none,
.theme__more-access--pastel span.theme__none,
.t__more-access--pas span.t__none,
.t__more-access--pas span.theme__none {
  color: #4a4a4a;
}
.theme__more-access--pastel i.t__none,
.theme__more-access--pastel i.theme__none,
.t__more-access--pas i.t__none,
.t__more-access--pas i.theme__none {
  color: #4a4a4a;
}
.theme__more-access--pastel a.border__none,
.theme__more-access--pastel a.b__none,
.t__more-access--pas a.border__none,
.t__more-access--pas a.b__none {
  border: 0;
}
.theme__more-access--pastel a:hover h1.t__none,
.theme__more-access--pastel a:hover h1.theme__none,
.theme__more-access--pastel a:hover h2.t__none,
.theme__more-access--pastel a:hover h2.theme__none,
.theme__more-access--pastel a:hover h3.t__none,
.theme__more-access--pastel a:hover h3.theme__none,
.theme__more-access--pastel a:hover h4.t__none,
.theme__more-access--pastel a:hover h4.theme__none,
.t__more-access--pas a:hover h1.t__none,
.t__more-access--pas a:hover h1.theme__none,
.t__more-access--pas a:hover h2.t__none,
.t__more-access--pas a:hover h2.theme__none,
.t__more-access--pas a:hover h3.t__none,
.t__more-access--pas a:hover h3.theme__none,
.t__more-access--pas a:hover h4.t__none,
.t__more-access--pas a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__more-access--pastel a:hover h1.t__none--w-hov,
.theme__more-access--pastel a:hover h1.theme__none--with-hover,
.theme__more-access--pastel a:hover h2.t__none--w-hov,
.theme__more-access--pastel a:hover h2.theme__none--with-hover,
.theme__more-access--pastel a:hover h3.t__none--w-hov,
.theme__more-access--pastel a:hover h3.theme__none--with-hover,
.theme__more-access--pastel a:hover h4.t__none--w-hov,
.theme__more-access--pastel a:hover h4.theme__none--with-hover,
.t__more-access--pas a:hover h1.t__none--w-hov,
.t__more-access--pas a:hover h1.theme__none--with-hover,
.t__more-access--pas a:hover h2.t__none--w-hov,
.t__more-access--pas a:hover h2.theme__none--with-hover,
.t__more-access--pas a:hover h3.t__none--w-hov,
.t__more-access--pas a:hover h3.theme__none--with-hover,
.t__more-access--pas a:hover h4.t__none--w-hov,
.t__more-access--pas a:hover h4.theme__none--with-hover {
  color: rgb(222, 255, 246);
}

.theme__more-access--background-primary,
.t__more-access--bg-pri {
  background-color: rgba(166, 218, 190, 0.3);
}

.theme__more-access--background-secondary,
.t__more-access--bg-sec {
  background-color: rgb(194, 247, 218);
}

.theme__more-access--background-pastel,
.t__more-access--bg-pas {
  background-color: rgb(222, 255, 246);
}

.theme__venue--primary h1, .theme__venue--primary h2, .theme__venue--primary h3, .theme__venue--primary h4, .theme__venue--primary h5, .theme__venue--primary h6,
.t__venue--pri h1,
.t__venue--pri h2,
.t__venue--pri h3,
.t__venue--pri h4,
.t__venue--pri h5,
.t__venue--pri h6 {
  color: #AA9151;
}
.theme__venue--primary a,
.t__venue--pri a {
  color: #4a4a4a;
  border-color: #AA9151;
  text-decoration: none;
}
.theme__venue--primary a:hover,
.t__venue--pri a:hover {
  color: #AA9151;
}
.theme__venue--primary a:hover h1, .theme__venue--primary a:hover h2, .theme__venue--primary a:hover h3, .theme__venue--primary a:hover h4, .theme__venue--primary a:hover h5, .theme__venue--primary a:hover h6,
.t__venue--pri a:hover h1,
.t__venue--pri a:hover h2,
.t__venue--pri a:hover h3,
.t__venue--pri a:hover h4,
.t__venue--pri a:hover h5,
.t__venue--pri a:hover h6 {
  color: #AA9151;
}
.theme__venue--primary a div,
.t__venue--pri a div {
  border-color: #AA9151 !important;
}
.theme__venue--primary input,
.t__venue--pri input {
  border-color: #AA9151;
}
.theme__venue--primary p,
.t__venue--pri p {
  color: #4a4a4a;
}
.theme__venue--primary .button,
.theme__venue--primary .btn,
.theme__venue--primary .btn__pill, .theme__venue--primary.button, .theme__venue--primary.btn, .theme__venue--primary.btn__pill,
.t__venue--pri .button,
.t__venue--pri .btn,
.t__venue--pri .btn__pill,
.t__venue--pri.button,
.t__venue--pri.btn,
.t__venue--pri.btn__pill {
  border-color: #AA9151;
}
@media (hover: hover) {
  .theme__venue--primary .button:hover,
  .theme__venue--primary .btn:hover,
  .theme__venue--primary .btn__pill:hover, .theme__venue--primary.button:hover, .theme__venue--primary.btn:hover, .theme__venue--primary.btn__pill:hover,
  .t__venue--pri .button:hover,
  .t__venue--pri .btn:hover,
  .t__venue--pri .btn__pill:hover,
  .t__venue--pri.button:hover,
  .t__venue--pri.btn:hover,
  .t__venue--pri.btn__pill:hover {
    color: #ffffff;
    background: #AA9151;
  }
  .theme__venue--primary .button:hover i,
  .theme__venue--primary .btn:hover i,
  .theme__venue--primary .btn__pill:hover i, .theme__venue--primary.button:hover i, .theme__venue--primary.btn:hover i, .theme__venue--primary.btn__pill:hover i,
  .t__venue--pri .button:hover i,
  .t__venue--pri .btn:hover i,
  .t__venue--pri .btn__pill:hover i,
  .t__venue--pri.button:hover i,
  .t__venue--pri.btn:hover i,
  .t__venue--pri.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__venue--primary .button__invert,
.theme__venue--primary .btn__invert,
.theme__venue--primary .btn__pill__invert, .theme__venue--primary.button__invert, .theme__venue--primary.btn__invert, .theme__venue--primary.btn__pill__invert,
.t__venue--pri .button__invert,
.t__venue--pri .btn__invert,
.t__venue--pri .btn__pill__invert,
.t__venue--pri.button__invert,
.t__venue--pri.btn__invert,
.t__venue--pri.btn__pill__invert {
  background-color: #AA9151;
  color: #ffffff;
}
.theme__venue--primary .button__invert h4,
.theme__venue--primary .btn__invert h4,
.theme__venue--primary .btn__pill__invert h4, .theme__venue--primary.button__invert h4, .theme__venue--primary.btn__invert h4, .theme__venue--primary.btn__pill__invert h4,
.t__venue--pri .button__invert h4,
.t__venue--pri .btn__invert h4,
.t__venue--pri .btn__pill__invert h4,
.t__venue--pri.button__invert h4,
.t__venue--pri.btn__invert h4,
.t__venue--pri.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__venue--primary .button__invert:hover,
.theme__venue--primary .btn__invert:hover,
.theme__venue--primary .btn__pill__invert:hover, .theme__venue--primary.button__invert:hover, .theme__venue--primary.btn__invert:hover, .theme__venue--primary.btn__pill__invert:hover,
.t__venue--pri .button__invert:hover,
.t__venue--pri .btn__invert:hover,
.t__venue--pri .btn__pill__invert:hover,
.t__venue--pri.button__invert:hover,
.t__venue--pri.btn__invert:hover,
.t__venue--pri.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__venue--primary .button__invert:hover h4,
.theme__venue--primary .btn__invert:hover h4,
.theme__venue--primary .btn__pill__invert:hover h4, .theme__venue--primary.button__invert:hover h4, .theme__venue--primary.btn__invert:hover h4, .theme__venue--primary.btn__pill__invert:hover h4,
.t__venue--pri .button__invert:hover h4,
.t__venue--pri .btn__invert:hover h4,
.t__venue--pri .btn__pill__invert:hover h4,
.t__venue--pri.button__invert:hover h4,
.t__venue--pri.btn__invert:hover h4,
.t__venue--pri.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__venue--primary .button__invert--hover:hover,
.theme__venue--primary .btn__invert--hover:hover,
.theme__venue--primary .btn__pill__invert--hover:hover, .theme__venue--primary.button__invert--hover:hover, .theme__venue--primary.btn__invert--hover:hover, .theme__venue--primary.btn__pill__invert--hover:hover,
.t__venue--pri .button__invert--hover:hover,
.t__venue--pri .btn__invert--hover:hover,
.t__venue--pri .btn__pill__invert--hover:hover,
.t__venue--pri.button__invert--hover:hover,
.t__venue--pri.btn__invert--hover:hover,
.t__venue--pri.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__venue--primary .button__under,
.theme__venue--primary .btn__under,
.theme__venue--primary .btn__pill__under, .theme__venue--primary.button__under, .theme__venue--primary.btn__under, .theme__venue--primary.btn__pill__under,
.t__venue--pri .button__under,
.t__venue--pri .btn__under,
.t__venue--pri .btn__pill__under,
.t__venue--pri.button__under,
.t__venue--pri.btn__under,
.t__venue--pri.btn__pill__under {
  border-color: #AA9151;
}
.theme__venue--primary .btn__large,
.t__venue--pri .btn__large {
  background-color: #AA9151;
}
.theme__venue--primary .input__search,
.t__venue--pri .input__search {
  border-color: #AA9151;
}
.theme__venue--primary .input__search i,
.t__venue--pri .input__search i {
  color: #4a4a4a;
}
.theme__venue--primary .input__search:hover i,
.t__venue--pri .input__search:hover i {
  color: #AA9151;
}
.theme__venue--primary .component__foreground,
.t__venue--pri .component__foreground {
  color: #4a4a4a;
}
.theme__venue--primary.card,
.theme__venue--primary .card, .theme__venue--primary.card__with-image,
.theme__venue--primary .card__with-image,
.t__venue--pri.card,
.t__venue--pri .card,
.t__venue--pri.card__with-image,
.t__venue--pri .card__with-image {
  border-color: #AA9151;
}
.theme__venue--primary.card__highlight,
.theme__venue--primary .card__highlight,
.theme__venue--primary .card__highlight--image,
.theme__venue--primary .card__highlight--final,
.t__venue--pri.card__highlight,
.t__venue--pri .card__highlight,
.t__venue--pri .card__highlight--image,
.t__venue--pri .card__highlight--final {
  background-color: #AA9151;
  border-color: #AA9151;
}
.theme__venue--primary.card__highlight--title,
.theme__venue--primary .card__highlight--title,
.theme__venue--primary .card__highlight--image,
.theme__venue--primary .card__highlight--final,
.t__venue--pri.card__highlight--title,
.t__venue--pri .card__highlight--title,
.t__venue--pri .card__highlight--image,
.t__venue--pri .card__highlight--final {
  color: #4a4a4a;
}
.theme__venue--primary .image-slider__selector--dot,
.t__venue--pri .image-slider__selector--dot {
  background-color: #AA9151;
}
.theme__venue--primary .call-to-action__text h3,
.t__venue--pri .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__venue--primary .officer__block--title h5, .theme__venue--primary .officer__block--title h6,
.t__venue--pri .officer__block--title h5,
.t__venue--pri .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__venue--primary .block__statement--link,
.t__venue--pri .block__statement--link {
  color: #4a4a4a;
}
.theme__venue--primary .card__cutoff,
.t__venue--pri .card__cutoff {
  background: linear-gradient(#AA9151, #AA9151), linear-gradient(white, white);
}
.theme__venue--primary .card__cutoff p,
.t__venue--pri .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__venue--primary .card__cutoff:hover,
  .t__venue--pri .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__venue--primary .card__cutoff:hover p,
  .t__venue--pri .card__cutoff:hover p {
    color: #AA9151;
  }
  .theme__venue--primary .card__cutoff:hover .card__cutoff--link,
  .t__venue--pri .card__cutoff:hover .card__cutoff--link {
    color: #AA9151;
  }
  .theme__venue--primary .card__cutoff:hover .card__cutoff--text,
  .t__venue--pri .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__venue--primary .card__cutoff:hover .card__cutoff--text p,
  .t__venue--pri .card__cutoff:hover .card__cutoff--text p {
    color: #AA9151;
  }
  .theme__venue--primary .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__venue--pri .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: #AA9151;
  }
}
.theme__venue--primary .card__cutoff--link,
.t__venue--pri .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__venue--primary .card__cutoff--link:hover,
  .t__venue--pri .card__cutoff--link:hover {
    color: #AA9151;
  }
  .theme__venue--primary .card__cutoff--link:hover--link,
  .t__venue--pri .card__cutoff--link:hover--link {
    color: #AA9151;
  }
}
.theme__venue--primary .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__venue--pri .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: #AA9151;
}
.theme__venue--primary .dropdown__toggle--title,
.t__venue--pri .dropdown__toggle--title {
  color: #AA9151;
}
.theme__venue--primary .dropdown__toggle--icon i,
.t__venue--pri .dropdown__toggle--icon i {
  color: #AA9151;
}
.theme__venue--primary .large_timer__countdown--item_large,
.t__venue--pri .large_timer__countdown--item_large {
  background-color: #AA9151;
}
.theme__venue--primary .large_timer__countdown--item_medium,
.t__venue--pri .large_timer__countdown--item_medium {
  background-color: #AA9151;
}
.theme__venue--primary .large_timer__countdown--item_small,
.t__venue--pri .large_timer__countdown--item_small {
  background-color: #AA9151;
}
.theme__venue--primary .modalcontent,
.t__venue--pri .modalcontent {
  border-color: #AA9151;
}
.theme__venue--primary .transparent__header,
.t__venue--pri .transparent__header {
  background: #AA9151;
}
.theme__venue--primary .breadcrumb__slashes,
.t__venue--pri .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__venue--primary .the-list,
.t__venue--pri .the-list {
  background-color: #AA9151;
}
.theme__venue--primary .the-list option,
.t__venue--pri .the-list option {
  border-color: #AA9151 !important;
}
.theme__venue--primary .es-list::-webkit-scrollbar-thumb,
.t__venue--pri .es-list::-webkit-scrollbar-thumb {
  background: #AA9151;
}
.theme__venue--primary .es-visible,
.t__venue--pri .es-visible {
  border-color: #AA9151 !important;
}
.theme__venue--primary .ot-open,
.theme__venue--primary .ot-closed,
.t__venue--pri .ot-open,
.t__venue--pri .ot-closed {
  color: #AA9151;
}
.theme__venue--primary .colour__foreground,
.t__venue--pri .colour__foreground {
  color: #AA9151;
}
.theme__venue--primary h1.t__none,
.theme__venue--primary h1.theme__none,
.theme__venue--primary h2.t__none,
.theme__venue--primary h2.theme__none,
.theme__venue--primary h3.t__none,
.theme__venue--primary h3.theme__none,
.theme__venue--primary h4.t__none,
.theme__venue--primary h4.theme__none,
.theme__venue--primary h1.t__none--w-hov,
.theme__venue--primary h1.theme__none--with-hover,
.theme__venue--primary h2.t__none--w-hov,
.theme__venue--primary h2.theme__none--with-hover,
.theme__venue--primary h3.t__none--w-hov,
.theme__venue--primary h3.theme__none--with-hover,
.theme__venue--primary h4.t__none--w-hov,
.theme__venue--primary h4.theme__none--with-hover,
.t__venue--pri h1.t__none,
.t__venue--pri h1.theme__none,
.t__venue--pri h2.t__none,
.t__venue--pri h2.theme__none,
.t__venue--pri h3.t__none,
.t__venue--pri h3.theme__none,
.t__venue--pri h4.t__none,
.t__venue--pri h4.theme__none,
.t__venue--pri h1.t__none--w-hov,
.t__venue--pri h1.theme__none--with-hover,
.t__venue--pri h2.t__none--w-hov,
.t__venue--pri h2.theme__none--with-hover,
.t__venue--pri h3.t__none--w-hov,
.t__venue--pri h3.theme__none--with-hover,
.t__venue--pri h4.t__none--w-hov,
.t__venue--pri h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__venue--primary span.t__none,
.theme__venue--primary span.theme__none,
.t__venue--pri span.t__none,
.t__venue--pri span.theme__none {
  color: #4a4a4a;
}
.theme__venue--primary i.t__none,
.theme__venue--primary i.theme__none,
.t__venue--pri i.t__none,
.t__venue--pri i.theme__none {
  color: #4a4a4a;
}
.theme__venue--primary a.border__none,
.theme__venue--primary a.b__none,
.t__venue--pri a.border__none,
.t__venue--pri a.b__none {
  border: 0;
}
.theme__venue--primary a:hover h1.t__none,
.theme__venue--primary a:hover h1.theme__none,
.theme__venue--primary a:hover h2.t__none,
.theme__venue--primary a:hover h2.theme__none,
.theme__venue--primary a:hover h3.t__none,
.theme__venue--primary a:hover h3.theme__none,
.theme__venue--primary a:hover h4.t__none,
.theme__venue--primary a:hover h4.theme__none,
.t__venue--pri a:hover h1.t__none,
.t__venue--pri a:hover h1.theme__none,
.t__venue--pri a:hover h2.t__none,
.t__venue--pri a:hover h2.theme__none,
.t__venue--pri a:hover h3.t__none,
.t__venue--pri a:hover h3.theme__none,
.t__venue--pri a:hover h4.t__none,
.t__venue--pri a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__venue--primary a:hover h1.t__none--w-hov,
.theme__venue--primary a:hover h1.theme__none--with-hover,
.theme__venue--primary a:hover h2.t__none--w-hov,
.theme__venue--primary a:hover h2.theme__none--with-hover,
.theme__venue--primary a:hover h3.t__none--w-hov,
.theme__venue--primary a:hover h3.theme__none--with-hover,
.theme__venue--primary a:hover h4.t__none--w-hov,
.theme__venue--primary a:hover h4.theme__none--with-hover,
.t__venue--pri a:hover h1.t__none--w-hov,
.t__venue--pri a:hover h1.theme__none--with-hover,
.t__venue--pri a:hover h2.t__none--w-hov,
.t__venue--pri a:hover h2.theme__none--with-hover,
.t__venue--pri a:hover h3.t__none--w-hov,
.t__venue--pri a:hover h3.theme__none--with-hover,
.t__venue--pri a:hover h4.t__none--w-hov,
.t__venue--pri a:hover h4.theme__none--with-hover {
  color: #AA9151;
}
.theme__venue--primary .dotted__line--small, .theme__venue--primary .dotted__line--medium, .theme__venue--primary .dotted__line--large, .theme__venue--primary .dotted__line--x-large, .theme__venue--primary .dotted__line--huge,
.t__venue--pri .dotted__line--small,
.t__venue--pri .dotted__line--medium,
.t__venue--pri .dotted__line--large,
.t__venue--pri .dotted__line--x-large,
.t__venue--pri .dotted__line--huge {
  border-image-source: url("https://assets-cdn.sums.su/SH/Dotted_Borders/dotted_venue.png");
}

.theme__venue--secondary h1, .theme__venue--secondary h2, .theme__venue--secondary h3, .theme__venue--secondary h4, .theme__venue--secondary h5, .theme__venue--secondary h6,
.t__venue--sec h1,
.t__venue--sec h2,
.t__venue--sec h3,
.t__venue--sec h4,
.t__venue--sec h5,
.t__venue--sec h6 {
  color: #AA9151;
}
.theme__venue--secondary a,
.t__venue--sec a {
  color: #4a4a4a;
  border-color: #AA9151;
  text-decoration: none;
}
.theme__venue--secondary a:hover,
.t__venue--sec a:hover {
  color: #AA9151;
}
.theme__venue--secondary a:hover h1, .theme__venue--secondary a:hover h2, .theme__venue--secondary a:hover h3, .theme__venue--secondary a:hover h4, .theme__venue--secondary a:hover h5, .theme__venue--secondary a:hover h6,
.t__venue--sec a:hover h1,
.t__venue--sec a:hover h2,
.t__venue--sec a:hover h3,
.t__venue--sec a:hover h4,
.t__venue--sec a:hover h5,
.t__venue--sec a:hover h6 {
  color: #AA9151;
}
.theme__venue--secondary a div,
.t__venue--sec a div {
  border-color: #AA9151 !important;
}
.theme__venue--secondary input,
.t__venue--sec input {
  border-color: #AA9151;
}
.theme__venue--secondary p,
.t__venue--sec p {
  color: #4a4a4a;
}
.theme__venue--secondary .button,
.theme__venue--secondary .btn,
.theme__venue--secondary .btn__pill, .theme__venue--secondary.button, .theme__venue--secondary.btn, .theme__venue--secondary.btn__pill,
.t__venue--sec .button,
.t__venue--sec .btn,
.t__venue--sec .btn__pill,
.t__venue--sec.button,
.t__venue--sec.btn,
.t__venue--sec.btn__pill {
  border-color: #AA9151;
}
@media (hover: hover) {
  .theme__venue--secondary .button:hover,
  .theme__venue--secondary .btn:hover,
  .theme__venue--secondary .btn__pill:hover, .theme__venue--secondary.button:hover, .theme__venue--secondary.btn:hover, .theme__venue--secondary.btn__pill:hover,
  .t__venue--sec .button:hover,
  .t__venue--sec .btn:hover,
  .t__venue--sec .btn__pill:hover,
  .t__venue--sec.button:hover,
  .t__venue--sec.btn:hover,
  .t__venue--sec.btn__pill:hover {
    color: #ffffff;
    background: #AA9151;
  }
  .theme__venue--secondary .button:hover i,
  .theme__venue--secondary .btn:hover i,
  .theme__venue--secondary .btn__pill:hover i, .theme__venue--secondary.button:hover i, .theme__venue--secondary.btn:hover i, .theme__venue--secondary.btn__pill:hover i,
  .t__venue--sec .button:hover i,
  .t__venue--sec .btn:hover i,
  .t__venue--sec .btn__pill:hover i,
  .t__venue--sec.button:hover i,
  .t__venue--sec.btn:hover i,
  .t__venue--sec.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__venue--secondary .button__invert,
.theme__venue--secondary .btn__invert,
.theme__venue--secondary .btn__pill__invert, .theme__venue--secondary.button__invert, .theme__venue--secondary.btn__invert, .theme__venue--secondary.btn__pill__invert,
.t__venue--sec .button__invert,
.t__venue--sec .btn__invert,
.t__venue--sec .btn__pill__invert,
.t__venue--sec.button__invert,
.t__venue--sec.btn__invert,
.t__venue--sec.btn__pill__invert {
  background-color: #AA9151;
  color: #ffffff;
}
.theme__venue--secondary .button__invert h4,
.theme__venue--secondary .btn__invert h4,
.theme__venue--secondary .btn__pill__invert h4, .theme__venue--secondary.button__invert h4, .theme__venue--secondary.btn__invert h4, .theme__venue--secondary.btn__pill__invert h4,
.t__venue--sec .button__invert h4,
.t__venue--sec .btn__invert h4,
.t__venue--sec .btn__pill__invert h4,
.t__venue--sec.button__invert h4,
.t__venue--sec.btn__invert h4,
.t__venue--sec.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__venue--secondary .button__invert:hover,
.theme__venue--secondary .btn__invert:hover,
.theme__venue--secondary .btn__pill__invert:hover, .theme__venue--secondary.button__invert:hover, .theme__venue--secondary.btn__invert:hover, .theme__venue--secondary.btn__pill__invert:hover,
.t__venue--sec .button__invert:hover,
.t__venue--sec .btn__invert:hover,
.t__venue--sec .btn__pill__invert:hover,
.t__venue--sec.button__invert:hover,
.t__venue--sec.btn__invert:hover,
.t__venue--sec.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__venue--secondary .button__invert:hover h4,
.theme__venue--secondary .btn__invert:hover h4,
.theme__venue--secondary .btn__pill__invert:hover h4, .theme__venue--secondary.button__invert:hover h4, .theme__venue--secondary.btn__invert:hover h4, .theme__venue--secondary.btn__pill__invert:hover h4,
.t__venue--sec .button__invert:hover h4,
.t__venue--sec .btn__invert:hover h4,
.t__venue--sec .btn__pill__invert:hover h4,
.t__venue--sec.button__invert:hover h4,
.t__venue--sec.btn__invert:hover h4,
.t__venue--sec.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__venue--secondary .button__invert--hover:hover,
.theme__venue--secondary .btn__invert--hover:hover,
.theme__venue--secondary .btn__pill__invert--hover:hover, .theme__venue--secondary.button__invert--hover:hover, .theme__venue--secondary.btn__invert--hover:hover, .theme__venue--secondary.btn__pill__invert--hover:hover,
.t__venue--sec .button__invert--hover:hover,
.t__venue--sec .btn__invert--hover:hover,
.t__venue--sec .btn__pill__invert--hover:hover,
.t__venue--sec.button__invert--hover:hover,
.t__venue--sec.btn__invert--hover:hover,
.t__venue--sec.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__venue--secondary .button__under,
.theme__venue--secondary .btn__under,
.theme__venue--secondary .btn__pill__under, .theme__venue--secondary.button__under, .theme__venue--secondary.btn__under, .theme__venue--secondary.btn__pill__under,
.t__venue--sec .button__under,
.t__venue--sec .btn__under,
.t__venue--sec .btn__pill__under,
.t__venue--sec.button__under,
.t__venue--sec.btn__under,
.t__venue--sec.btn__pill__under {
  border-color: #AA9151;
}
.theme__venue--secondary .btn__large,
.t__venue--sec .btn__large {
  background-color: #AA9151;
}
.theme__venue--secondary .input__search,
.t__venue--sec .input__search {
  border-color: #AA9151;
}
.theme__venue--secondary .input__search i,
.t__venue--sec .input__search i {
  color: #4a4a4a;
}
.theme__venue--secondary .input__search:hover i,
.t__venue--sec .input__search:hover i {
  color: #AA9151;
}
.theme__venue--secondary .component__foreground,
.t__venue--sec .component__foreground {
  color: #4a4a4a;
}
.theme__venue--secondary.card,
.theme__venue--secondary .card, .theme__venue--secondary.card__with-image,
.theme__venue--secondary .card__with-image,
.t__venue--sec.card,
.t__venue--sec .card,
.t__venue--sec.card__with-image,
.t__venue--sec .card__with-image {
  border-color: #AA9151;
}
.theme__venue--secondary.card__highlight,
.theme__venue--secondary .card__highlight,
.theme__venue--secondary .card__highlight--image,
.theme__venue--secondary .card__highlight--final,
.t__venue--sec.card__highlight,
.t__venue--sec .card__highlight,
.t__venue--sec .card__highlight--image,
.t__venue--sec .card__highlight--final {
  background-color: #AA9151;
  border-color: #AA9151;
}
.theme__venue--secondary.card__highlight--title,
.theme__venue--secondary .card__highlight--title,
.theme__venue--secondary .card__highlight--image,
.theme__venue--secondary .card__highlight--final,
.t__venue--sec.card__highlight--title,
.t__venue--sec .card__highlight--title,
.t__venue--sec .card__highlight--image,
.t__venue--sec .card__highlight--final {
  color: #4a4a4a;
}
.theme__venue--secondary .image-slider__selector--dot,
.t__venue--sec .image-slider__selector--dot {
  background-color: #AA9151;
}
.theme__venue--secondary .call-to-action__text h3,
.t__venue--sec .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__venue--secondary .officer__block--title h5, .theme__venue--secondary .officer__block--title h6,
.t__venue--sec .officer__block--title h5,
.t__venue--sec .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__venue--secondary .block__statement--link,
.t__venue--sec .block__statement--link {
  color: #4a4a4a;
}
.theme__venue--secondary .card__cutoff,
.t__venue--sec .card__cutoff {
  background: linear-gradient(#AA9151, #AA9151), linear-gradient(white, white);
}
.theme__venue--secondary .card__cutoff p,
.t__venue--sec .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__venue--secondary .card__cutoff:hover,
  .t__venue--sec .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__venue--secondary .card__cutoff:hover p,
  .t__venue--sec .card__cutoff:hover p {
    color: #AA9151;
  }
  .theme__venue--secondary .card__cutoff:hover .card__cutoff--link,
  .t__venue--sec .card__cutoff:hover .card__cutoff--link {
    color: #AA9151;
  }
  .theme__venue--secondary .card__cutoff:hover .card__cutoff--text,
  .t__venue--sec .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__venue--secondary .card__cutoff:hover .card__cutoff--text p,
  .t__venue--sec .card__cutoff:hover .card__cutoff--text p {
    color: #AA9151;
  }
  .theme__venue--secondary .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__venue--sec .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: #AA9151;
  }
}
.theme__venue--secondary .card__cutoff--link,
.t__venue--sec .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__venue--secondary .card__cutoff--link:hover,
  .t__venue--sec .card__cutoff--link:hover {
    color: #AA9151;
  }
  .theme__venue--secondary .card__cutoff--link:hover--link,
  .t__venue--sec .card__cutoff--link:hover--link {
    color: #AA9151;
  }
}
.theme__venue--secondary .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__venue--sec .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: #AA9151;
}
.theme__venue--secondary .dropdown__toggle--title,
.t__venue--sec .dropdown__toggle--title {
  color: #AA9151;
}
.theme__venue--secondary .dropdown__toggle--icon i,
.t__venue--sec .dropdown__toggle--icon i {
  color: #AA9151;
}
.theme__venue--secondary .large_timer__countdown--item_large,
.t__venue--sec .large_timer__countdown--item_large {
  background-color: #AA9151;
}
.theme__venue--secondary .large_timer__countdown--item_medium,
.t__venue--sec .large_timer__countdown--item_medium {
  background-color: #AA9151;
}
.theme__venue--secondary .large_timer__countdown--item_small,
.t__venue--sec .large_timer__countdown--item_small {
  background-color: #AA9151;
}
.theme__venue--secondary .modalcontent,
.t__venue--sec .modalcontent {
  border-color: #AA9151;
}
.theme__venue--secondary .transparent__header,
.t__venue--sec .transparent__header {
  background: #AA9151;
}
.theme__venue--secondary .breadcrumb__slashes,
.t__venue--sec .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__venue--secondary .the-list,
.t__venue--sec .the-list {
  background-color: #AA9151;
}
.theme__venue--secondary .the-list option,
.t__venue--sec .the-list option {
  border-color: #AA9151 !important;
}
.theme__venue--secondary .es-list::-webkit-scrollbar-thumb,
.t__venue--sec .es-list::-webkit-scrollbar-thumb {
  background: #AA9151;
}
.theme__venue--secondary .es-visible,
.t__venue--sec .es-visible {
  border-color: #AA9151 !important;
}
.theme__venue--secondary .ot-open,
.theme__venue--secondary .ot-closed,
.t__venue--sec .ot-open,
.t__venue--sec .ot-closed {
  color: #AA9151;
}
.theme__venue--secondary .colour__foreground,
.t__venue--sec .colour__foreground {
  color: #AA9151;
}
.theme__venue--secondary h1.t__none,
.theme__venue--secondary h1.theme__none,
.theme__venue--secondary h2.t__none,
.theme__venue--secondary h2.theme__none,
.theme__venue--secondary h3.t__none,
.theme__venue--secondary h3.theme__none,
.theme__venue--secondary h4.t__none,
.theme__venue--secondary h4.theme__none,
.theme__venue--secondary h1.t__none--w-hov,
.theme__venue--secondary h1.theme__none--with-hover,
.theme__venue--secondary h2.t__none--w-hov,
.theme__venue--secondary h2.theme__none--with-hover,
.theme__venue--secondary h3.t__none--w-hov,
.theme__venue--secondary h3.theme__none--with-hover,
.theme__venue--secondary h4.t__none--w-hov,
.theme__venue--secondary h4.theme__none--with-hover,
.t__venue--sec h1.t__none,
.t__venue--sec h1.theme__none,
.t__venue--sec h2.t__none,
.t__venue--sec h2.theme__none,
.t__venue--sec h3.t__none,
.t__venue--sec h3.theme__none,
.t__venue--sec h4.t__none,
.t__venue--sec h4.theme__none,
.t__venue--sec h1.t__none--w-hov,
.t__venue--sec h1.theme__none--with-hover,
.t__venue--sec h2.t__none--w-hov,
.t__venue--sec h2.theme__none--with-hover,
.t__venue--sec h3.t__none--w-hov,
.t__venue--sec h3.theme__none--with-hover,
.t__venue--sec h4.t__none--w-hov,
.t__venue--sec h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__venue--secondary span.t__none,
.theme__venue--secondary span.theme__none,
.t__venue--sec span.t__none,
.t__venue--sec span.theme__none {
  color: #4a4a4a;
}
.theme__venue--secondary i.t__none,
.theme__venue--secondary i.theme__none,
.t__venue--sec i.t__none,
.t__venue--sec i.theme__none {
  color: #4a4a4a;
}
.theme__venue--secondary a.border__none,
.theme__venue--secondary a.b__none,
.t__venue--sec a.border__none,
.t__venue--sec a.b__none {
  border: 0;
}
.theme__venue--secondary a:hover h1.t__none,
.theme__venue--secondary a:hover h1.theme__none,
.theme__venue--secondary a:hover h2.t__none,
.theme__venue--secondary a:hover h2.theme__none,
.theme__venue--secondary a:hover h3.t__none,
.theme__venue--secondary a:hover h3.theme__none,
.theme__venue--secondary a:hover h4.t__none,
.theme__venue--secondary a:hover h4.theme__none,
.t__venue--sec a:hover h1.t__none,
.t__venue--sec a:hover h1.theme__none,
.t__venue--sec a:hover h2.t__none,
.t__venue--sec a:hover h2.theme__none,
.t__venue--sec a:hover h3.t__none,
.t__venue--sec a:hover h3.theme__none,
.t__venue--sec a:hover h4.t__none,
.t__venue--sec a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__venue--secondary a:hover h1.t__none--w-hov,
.theme__venue--secondary a:hover h1.theme__none--with-hover,
.theme__venue--secondary a:hover h2.t__none--w-hov,
.theme__venue--secondary a:hover h2.theme__none--with-hover,
.theme__venue--secondary a:hover h3.t__none--w-hov,
.theme__venue--secondary a:hover h3.theme__none--with-hover,
.theme__venue--secondary a:hover h4.t__none--w-hov,
.theme__venue--secondary a:hover h4.theme__none--with-hover,
.t__venue--sec a:hover h1.t__none--w-hov,
.t__venue--sec a:hover h1.theme__none--with-hover,
.t__venue--sec a:hover h2.t__none--w-hov,
.t__venue--sec a:hover h2.theme__none--with-hover,
.t__venue--sec a:hover h3.t__none--w-hov,
.t__venue--sec a:hover h3.theme__none--with-hover,
.t__venue--sec a:hover h4.t__none--w-hov,
.t__venue--sec a:hover h4.theme__none--with-hover {
  color: #AA9151;
}

.theme__venue--pastel h1, .theme__venue--pastel h2, .theme__venue--pastel h3, .theme__venue--pastel h4, .theme__venue--pastel h5, .theme__venue--pastel h6,
.t__venue--pas h1,
.t__venue--pas h2,
.t__venue--pas h3,
.t__venue--pas h4,
.t__venue--pas h5,
.t__venue--pas h6 {
  color: rgba(170, 145, 81, 0.2);
}
.theme__venue--pastel a,
.t__venue--pas a {
  color: #4a4a4a;
  border-color: rgba(170, 145, 81, 0.2);
  text-decoration: none;
}
.theme__venue--pastel a:hover,
.t__venue--pas a:hover {
  color: rgba(170, 145, 81, 0.2);
}
.theme__venue--pastel a:hover h1, .theme__venue--pastel a:hover h2, .theme__venue--pastel a:hover h3, .theme__venue--pastel a:hover h4, .theme__venue--pastel a:hover h5, .theme__venue--pastel a:hover h6,
.t__venue--pas a:hover h1,
.t__venue--pas a:hover h2,
.t__venue--pas a:hover h3,
.t__venue--pas a:hover h4,
.t__venue--pas a:hover h5,
.t__venue--pas a:hover h6 {
  color: rgba(170, 145, 81, 0.2);
}
.theme__venue--pastel a div,
.t__venue--pas a div {
  border-color: rgba(170, 145, 81, 0.2) !important;
}
.theme__venue--pastel input,
.t__venue--pas input {
  border-color: rgba(170, 145, 81, 0.2);
}
.theme__venue--pastel p,
.t__venue--pas p {
  color: #4a4a4a;
}
.theme__venue--pastel .button,
.theme__venue--pastel .btn,
.theme__venue--pastel .btn__pill, .theme__venue--pastel.button, .theme__venue--pastel.btn, .theme__venue--pastel.btn__pill,
.t__venue--pas .button,
.t__venue--pas .btn,
.t__venue--pas .btn__pill,
.t__venue--pas.button,
.t__venue--pas.btn,
.t__venue--pas.btn__pill {
  border-color: rgba(170, 145, 81, 0.2);
}
@media (hover: hover) {
  .theme__venue--pastel .button:hover,
  .theme__venue--pastel .btn:hover,
  .theme__venue--pastel .btn__pill:hover, .theme__venue--pastel.button:hover, .theme__venue--pastel.btn:hover, .theme__venue--pastel.btn__pill:hover,
  .t__venue--pas .button:hover,
  .t__venue--pas .btn:hover,
  .t__venue--pas .btn__pill:hover,
  .t__venue--pas.button:hover,
  .t__venue--pas.btn:hover,
  .t__venue--pas.btn__pill:hover {
    color: #ffffff;
    background: rgba(170, 145, 81, 0.2);
  }
  .theme__venue--pastel .button:hover i,
  .theme__venue--pastel .btn:hover i,
  .theme__venue--pastel .btn__pill:hover i, .theme__venue--pastel.button:hover i, .theme__venue--pastel.btn:hover i, .theme__venue--pastel.btn__pill:hover i,
  .t__venue--pas .button:hover i,
  .t__venue--pas .btn:hover i,
  .t__venue--pas .btn__pill:hover i,
  .t__venue--pas.button:hover i,
  .t__venue--pas.btn:hover i,
  .t__venue--pas.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__venue--pastel .button__invert,
.theme__venue--pastel .btn__invert,
.theme__venue--pastel .btn__pill__invert, .theme__venue--pastel.button__invert, .theme__venue--pastel.btn__invert, .theme__venue--pastel.btn__pill__invert,
.t__venue--pas .button__invert,
.t__venue--pas .btn__invert,
.t__venue--pas .btn__pill__invert,
.t__venue--pas.button__invert,
.t__venue--pas.btn__invert,
.t__venue--pas.btn__pill__invert {
  background-color: rgba(170, 145, 81, 0.2);
  color: #ffffff;
}
.theme__venue--pastel .button__invert h4,
.theme__venue--pastel .btn__invert h4,
.theme__venue--pastel .btn__pill__invert h4, .theme__venue--pastel.button__invert h4, .theme__venue--pastel.btn__invert h4, .theme__venue--pastel.btn__pill__invert h4,
.t__venue--pas .button__invert h4,
.t__venue--pas .btn__invert h4,
.t__venue--pas .btn__pill__invert h4,
.t__venue--pas.button__invert h4,
.t__venue--pas.btn__invert h4,
.t__venue--pas.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__venue--pastel .button__invert:hover,
.theme__venue--pastel .btn__invert:hover,
.theme__venue--pastel .btn__pill__invert:hover, .theme__venue--pastel.button__invert:hover, .theme__venue--pastel.btn__invert:hover, .theme__venue--pastel.btn__pill__invert:hover,
.t__venue--pas .button__invert:hover,
.t__venue--pas .btn__invert:hover,
.t__venue--pas .btn__pill__invert:hover,
.t__venue--pas.button__invert:hover,
.t__venue--pas.btn__invert:hover,
.t__venue--pas.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__venue--pastel .button__invert:hover h4,
.theme__venue--pastel .btn__invert:hover h4,
.theme__venue--pastel .btn__pill__invert:hover h4, .theme__venue--pastel.button__invert:hover h4, .theme__venue--pastel.btn__invert:hover h4, .theme__venue--pastel.btn__pill__invert:hover h4,
.t__venue--pas .button__invert:hover h4,
.t__venue--pas .btn__invert:hover h4,
.t__venue--pas .btn__pill__invert:hover h4,
.t__venue--pas.button__invert:hover h4,
.t__venue--pas.btn__invert:hover h4,
.t__venue--pas.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__venue--pastel .button__invert--hover:hover,
.theme__venue--pastel .btn__invert--hover:hover,
.theme__venue--pastel .btn__pill__invert--hover:hover, .theme__venue--pastel.button__invert--hover:hover, .theme__venue--pastel.btn__invert--hover:hover, .theme__venue--pastel.btn__pill__invert--hover:hover,
.t__venue--pas .button__invert--hover:hover,
.t__venue--pas .btn__invert--hover:hover,
.t__venue--pas .btn__pill__invert--hover:hover,
.t__venue--pas.button__invert--hover:hover,
.t__venue--pas.btn__invert--hover:hover,
.t__venue--pas.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__venue--pastel .button__under,
.theme__venue--pastel .btn__under,
.theme__venue--pastel .btn__pill__under, .theme__venue--pastel.button__under, .theme__venue--pastel.btn__under, .theme__venue--pastel.btn__pill__under,
.t__venue--pas .button__under,
.t__venue--pas .btn__under,
.t__venue--pas .btn__pill__under,
.t__venue--pas.button__under,
.t__venue--pas.btn__under,
.t__venue--pas.btn__pill__under {
  border-color: rgba(170, 145, 81, 0.2);
}
.theme__venue--pastel .btn__large,
.t__venue--pas .btn__large {
  background-color: rgba(170, 145, 81, 0.2);
}
.theme__venue--pastel .input__search,
.t__venue--pas .input__search {
  border-color: rgba(170, 145, 81, 0.2);
}
.theme__venue--pastel .input__search i,
.t__venue--pas .input__search i {
  color: #4a4a4a;
}
.theme__venue--pastel .input__search:hover i,
.t__venue--pas .input__search:hover i {
  color: rgba(170, 145, 81, 0.2);
}
.theme__venue--pastel .component__foreground,
.t__venue--pas .component__foreground {
  color: #4a4a4a;
}
.theme__venue--pastel.card,
.theme__venue--pastel .card, .theme__venue--pastel.card__with-image,
.theme__venue--pastel .card__with-image,
.t__venue--pas.card,
.t__venue--pas .card,
.t__venue--pas.card__with-image,
.t__venue--pas .card__with-image {
  border-color: rgba(170, 145, 81, 0.2);
}
.theme__venue--pastel.card__highlight,
.theme__venue--pastel .card__highlight,
.theme__venue--pastel .card__highlight--image,
.theme__venue--pastel .card__highlight--final,
.t__venue--pas.card__highlight,
.t__venue--pas .card__highlight,
.t__venue--pas .card__highlight--image,
.t__venue--pas .card__highlight--final {
  background-color: rgba(170, 145, 81, 0.2);
  border-color: rgba(170, 145, 81, 0.2);
}
.theme__venue--pastel.card__highlight--title,
.theme__venue--pastel .card__highlight--title,
.theme__venue--pastel .card__highlight--image,
.theme__venue--pastel .card__highlight--final,
.t__venue--pas.card__highlight--title,
.t__venue--pas .card__highlight--title,
.t__venue--pas .card__highlight--image,
.t__venue--pas .card__highlight--final {
  color: #4a4a4a;
}
.theme__venue--pastel .image-slider__selector--dot,
.t__venue--pas .image-slider__selector--dot {
  background-color: rgba(170, 145, 81, 0.2);
}
.theme__venue--pastel .call-to-action__text h3,
.t__venue--pas .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__venue--pastel .officer__block--title h5, .theme__venue--pastel .officer__block--title h6,
.t__venue--pas .officer__block--title h5,
.t__venue--pas .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__venue--pastel .block__statement--link,
.t__venue--pas .block__statement--link {
  color: #4a4a4a;
}
.theme__venue--pastel .card__cutoff,
.t__venue--pas .card__cutoff {
  background: linear-gradient(rgba(170, 145, 81, 0.2), rgba(170, 145, 81, 0.2)), linear-gradient(white, white);
}
.theme__venue--pastel .card__cutoff p,
.t__venue--pas .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__venue--pastel .card__cutoff:hover,
  .t__venue--pas .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__venue--pastel .card__cutoff:hover p,
  .t__venue--pas .card__cutoff:hover p {
    color: rgba(170, 145, 81, 0.2);
  }
  .theme__venue--pastel .card__cutoff:hover .card__cutoff--link,
  .t__venue--pas .card__cutoff:hover .card__cutoff--link {
    color: rgba(170, 145, 81, 0.2);
  }
  .theme__venue--pastel .card__cutoff:hover .card__cutoff--text,
  .t__venue--pas .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__venue--pastel .card__cutoff:hover .card__cutoff--text p,
  .t__venue--pas .card__cutoff:hover .card__cutoff--text p {
    color: rgba(170, 145, 81, 0.2);
  }
  .theme__venue--pastel .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__venue--pas .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: rgba(170, 145, 81, 0.2);
  }
}
.theme__venue--pastel .card__cutoff--link,
.t__venue--pas .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__venue--pastel .card__cutoff--link:hover,
  .t__venue--pas .card__cutoff--link:hover {
    color: rgba(170, 145, 81, 0.2);
  }
  .theme__venue--pastel .card__cutoff--link:hover--link,
  .t__venue--pas .card__cutoff--link:hover--link {
    color: rgba(170, 145, 81, 0.2);
  }
}
.theme__venue--pastel .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__venue--pas .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: rgba(170, 145, 81, 0.2);
}
.theme__venue--pastel .dropdown__toggle--title,
.t__venue--pas .dropdown__toggle--title {
  color: rgba(170, 145, 81, 0.2);
}
.theme__venue--pastel .dropdown__toggle--icon i,
.t__venue--pas .dropdown__toggle--icon i {
  color: rgba(170, 145, 81, 0.2);
}
.theme__venue--pastel .large_timer__countdown--item_large,
.t__venue--pas .large_timer__countdown--item_large {
  background-color: rgba(170, 145, 81, 0.2);
}
.theme__venue--pastel .large_timer__countdown--item_medium,
.t__venue--pas .large_timer__countdown--item_medium {
  background-color: rgba(170, 145, 81, 0.2);
}
.theme__venue--pastel .large_timer__countdown--item_small,
.t__venue--pas .large_timer__countdown--item_small {
  background-color: rgba(170, 145, 81, 0.2);
}
.theme__venue--pastel .modalcontent,
.t__venue--pas .modalcontent {
  border-color: rgba(170, 145, 81, 0.2);
}
.theme__venue--pastel .transparent__header,
.t__venue--pas .transparent__header {
  background: rgba(170, 145, 81, 0.2);
}
.theme__venue--pastel .breadcrumb__slashes,
.t__venue--pas .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__venue--pastel .the-list,
.t__venue--pas .the-list {
  background-color: rgba(170, 145, 81, 0.2);
}
.theme__venue--pastel .the-list option,
.t__venue--pas .the-list option {
  border-color: rgba(170, 145, 81, 0.2) !important;
}
.theme__venue--pastel .es-list::-webkit-scrollbar-thumb,
.t__venue--pas .es-list::-webkit-scrollbar-thumb {
  background: rgba(170, 145, 81, 0.2);
}
.theme__venue--pastel .es-visible,
.t__venue--pas .es-visible {
  border-color: rgba(170, 145, 81, 0.2) !important;
}
.theme__venue--pastel .ot-open,
.theme__venue--pastel .ot-closed,
.t__venue--pas .ot-open,
.t__venue--pas .ot-closed {
  color: rgba(170, 145, 81, 0.2);
}
.theme__venue--pastel .colour__foreground,
.t__venue--pas .colour__foreground {
  color: rgba(170, 145, 81, 0.2);
}
.theme__venue--pastel h1.t__none,
.theme__venue--pastel h1.theme__none,
.theme__venue--pastel h2.t__none,
.theme__venue--pastel h2.theme__none,
.theme__venue--pastel h3.t__none,
.theme__venue--pastel h3.theme__none,
.theme__venue--pastel h4.t__none,
.theme__venue--pastel h4.theme__none,
.theme__venue--pastel h1.t__none--w-hov,
.theme__venue--pastel h1.theme__none--with-hover,
.theme__venue--pastel h2.t__none--w-hov,
.theme__venue--pastel h2.theme__none--with-hover,
.theme__venue--pastel h3.t__none--w-hov,
.theme__venue--pastel h3.theme__none--with-hover,
.theme__venue--pastel h4.t__none--w-hov,
.theme__venue--pastel h4.theme__none--with-hover,
.t__venue--pas h1.t__none,
.t__venue--pas h1.theme__none,
.t__venue--pas h2.t__none,
.t__venue--pas h2.theme__none,
.t__venue--pas h3.t__none,
.t__venue--pas h3.theme__none,
.t__venue--pas h4.t__none,
.t__venue--pas h4.theme__none,
.t__venue--pas h1.t__none--w-hov,
.t__venue--pas h1.theme__none--with-hover,
.t__venue--pas h2.t__none--w-hov,
.t__venue--pas h2.theme__none--with-hover,
.t__venue--pas h3.t__none--w-hov,
.t__venue--pas h3.theme__none--with-hover,
.t__venue--pas h4.t__none--w-hov,
.t__venue--pas h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__venue--pastel span.t__none,
.theme__venue--pastel span.theme__none,
.t__venue--pas span.t__none,
.t__venue--pas span.theme__none {
  color: #4a4a4a;
}
.theme__venue--pastel i.t__none,
.theme__venue--pastel i.theme__none,
.t__venue--pas i.t__none,
.t__venue--pas i.theme__none {
  color: #4a4a4a;
}
.theme__venue--pastel a.border__none,
.theme__venue--pastel a.b__none,
.t__venue--pas a.border__none,
.t__venue--pas a.b__none {
  border: 0;
}
.theme__venue--pastel a:hover h1.t__none,
.theme__venue--pastel a:hover h1.theme__none,
.theme__venue--pastel a:hover h2.t__none,
.theme__venue--pastel a:hover h2.theme__none,
.theme__venue--pastel a:hover h3.t__none,
.theme__venue--pastel a:hover h3.theme__none,
.theme__venue--pastel a:hover h4.t__none,
.theme__venue--pastel a:hover h4.theme__none,
.t__venue--pas a:hover h1.t__none,
.t__venue--pas a:hover h1.theme__none,
.t__venue--pas a:hover h2.t__none,
.t__venue--pas a:hover h2.theme__none,
.t__venue--pas a:hover h3.t__none,
.t__venue--pas a:hover h3.theme__none,
.t__venue--pas a:hover h4.t__none,
.t__venue--pas a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__venue--pastel a:hover h1.t__none--w-hov,
.theme__venue--pastel a:hover h1.theme__none--with-hover,
.theme__venue--pastel a:hover h2.t__none--w-hov,
.theme__venue--pastel a:hover h2.theme__none--with-hover,
.theme__venue--pastel a:hover h3.t__none--w-hov,
.theme__venue--pastel a:hover h3.theme__none--with-hover,
.theme__venue--pastel a:hover h4.t__none--w-hov,
.theme__venue--pastel a:hover h4.theme__none--with-hover,
.t__venue--pas a:hover h1.t__none--w-hov,
.t__venue--pas a:hover h1.theme__none--with-hover,
.t__venue--pas a:hover h2.t__none--w-hov,
.t__venue--pas a:hover h2.theme__none--with-hover,
.t__venue--pas a:hover h3.t__none--w-hov,
.t__venue--pas a:hover h3.theme__none--with-hover,
.t__venue--pas a:hover h4.t__none--w-hov,
.t__venue--pas a:hover h4.theme__none--with-hover {
  color: rgba(170, 145, 81, 0.2);
}

.theme__venue--background-primary,
.t__venue--bg-pri {
  background-color: #AA9151;
}

.theme__venue--background-secondary,
.t__venue--bg-sec {
  background-color: #AA9151;
}

.theme__venue--background-pastel,
.t__venue--bg-pas {
  background-color: rgba(170, 145, 81, 0.2);
}

.theme__postgrad--primary h1, .theme__postgrad--primary h2, .theme__postgrad--primary h3, .theme__postgrad--primary h4, .theme__postgrad--primary h5, .theme__postgrad--primary h6,
.t__postgrad--pri h1,
.t__postgrad--pri h2,
.t__postgrad--pri h3,
.t__postgrad--pri h4,
.t__postgrad--pri h5,
.t__postgrad--pri h6 {
  color: #A6DABE;
}
.theme__postgrad--primary a,
.t__postgrad--pri a {
  color: #4a4a4a;
  border-color: #A6DABE;
  text-decoration: none;
}
.theme__postgrad--primary a:hover,
.t__postgrad--pri a:hover {
  color: #A6DABE;
}
.theme__postgrad--primary a:hover h1, .theme__postgrad--primary a:hover h2, .theme__postgrad--primary a:hover h3, .theme__postgrad--primary a:hover h4, .theme__postgrad--primary a:hover h5, .theme__postgrad--primary a:hover h6,
.t__postgrad--pri a:hover h1,
.t__postgrad--pri a:hover h2,
.t__postgrad--pri a:hover h3,
.t__postgrad--pri a:hover h4,
.t__postgrad--pri a:hover h5,
.t__postgrad--pri a:hover h6 {
  color: #A6DABE;
}
.theme__postgrad--primary a div,
.t__postgrad--pri a div {
  border-color: #A6DABE !important;
}
.theme__postgrad--primary input,
.t__postgrad--pri input {
  border-color: #A6DABE;
}
.theme__postgrad--primary p,
.t__postgrad--pri p {
  color: #4a4a4a;
}
.theme__postgrad--primary .button,
.theme__postgrad--primary .btn,
.theme__postgrad--primary .btn__pill, .theme__postgrad--primary.button, .theme__postgrad--primary.btn, .theme__postgrad--primary.btn__pill,
.t__postgrad--pri .button,
.t__postgrad--pri .btn,
.t__postgrad--pri .btn__pill,
.t__postgrad--pri.button,
.t__postgrad--pri.btn,
.t__postgrad--pri.btn__pill {
  border-color: #A6DABE;
}
@media (hover: hover) {
  .theme__postgrad--primary .button:hover,
  .theme__postgrad--primary .btn:hover,
  .theme__postgrad--primary .btn__pill:hover, .theme__postgrad--primary.button:hover, .theme__postgrad--primary.btn:hover, .theme__postgrad--primary.btn__pill:hover,
  .t__postgrad--pri .button:hover,
  .t__postgrad--pri .btn:hover,
  .t__postgrad--pri .btn__pill:hover,
  .t__postgrad--pri.button:hover,
  .t__postgrad--pri.btn:hover,
  .t__postgrad--pri.btn__pill:hover {
    color: #ffffff;
    background: #A6DABE;
  }
  .theme__postgrad--primary .button:hover i,
  .theme__postgrad--primary .btn:hover i,
  .theme__postgrad--primary .btn__pill:hover i, .theme__postgrad--primary.button:hover i, .theme__postgrad--primary.btn:hover i, .theme__postgrad--primary.btn__pill:hover i,
  .t__postgrad--pri .button:hover i,
  .t__postgrad--pri .btn:hover i,
  .t__postgrad--pri .btn__pill:hover i,
  .t__postgrad--pri.button:hover i,
  .t__postgrad--pri.btn:hover i,
  .t__postgrad--pri.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__postgrad--primary .button__invert,
.theme__postgrad--primary .btn__invert,
.theme__postgrad--primary .btn__pill__invert, .theme__postgrad--primary.button__invert, .theme__postgrad--primary.btn__invert, .theme__postgrad--primary.btn__pill__invert,
.t__postgrad--pri .button__invert,
.t__postgrad--pri .btn__invert,
.t__postgrad--pri .btn__pill__invert,
.t__postgrad--pri.button__invert,
.t__postgrad--pri.btn__invert,
.t__postgrad--pri.btn__pill__invert {
  background-color: #A6DABE;
  color: #ffffff;
}
.theme__postgrad--primary .button__invert h4,
.theme__postgrad--primary .btn__invert h4,
.theme__postgrad--primary .btn__pill__invert h4, .theme__postgrad--primary.button__invert h4, .theme__postgrad--primary.btn__invert h4, .theme__postgrad--primary.btn__pill__invert h4,
.t__postgrad--pri .button__invert h4,
.t__postgrad--pri .btn__invert h4,
.t__postgrad--pri .btn__pill__invert h4,
.t__postgrad--pri.button__invert h4,
.t__postgrad--pri.btn__invert h4,
.t__postgrad--pri.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__postgrad--primary .button__invert:hover,
.theme__postgrad--primary .btn__invert:hover,
.theme__postgrad--primary .btn__pill__invert:hover, .theme__postgrad--primary.button__invert:hover, .theme__postgrad--primary.btn__invert:hover, .theme__postgrad--primary.btn__pill__invert:hover,
.t__postgrad--pri .button__invert:hover,
.t__postgrad--pri .btn__invert:hover,
.t__postgrad--pri .btn__pill__invert:hover,
.t__postgrad--pri.button__invert:hover,
.t__postgrad--pri.btn__invert:hover,
.t__postgrad--pri.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__postgrad--primary .button__invert:hover h4,
.theme__postgrad--primary .btn__invert:hover h4,
.theme__postgrad--primary .btn__pill__invert:hover h4, .theme__postgrad--primary.button__invert:hover h4, .theme__postgrad--primary.btn__invert:hover h4, .theme__postgrad--primary.btn__pill__invert:hover h4,
.t__postgrad--pri .button__invert:hover h4,
.t__postgrad--pri .btn__invert:hover h4,
.t__postgrad--pri .btn__pill__invert:hover h4,
.t__postgrad--pri.button__invert:hover h4,
.t__postgrad--pri.btn__invert:hover h4,
.t__postgrad--pri.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__postgrad--primary .button__invert--hover:hover,
.theme__postgrad--primary .btn__invert--hover:hover,
.theme__postgrad--primary .btn__pill__invert--hover:hover, .theme__postgrad--primary.button__invert--hover:hover, .theme__postgrad--primary.btn__invert--hover:hover, .theme__postgrad--primary.btn__pill__invert--hover:hover,
.t__postgrad--pri .button__invert--hover:hover,
.t__postgrad--pri .btn__invert--hover:hover,
.t__postgrad--pri .btn__pill__invert--hover:hover,
.t__postgrad--pri.button__invert--hover:hover,
.t__postgrad--pri.btn__invert--hover:hover,
.t__postgrad--pri.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__postgrad--primary .button__under,
.theme__postgrad--primary .btn__under,
.theme__postgrad--primary .btn__pill__under, .theme__postgrad--primary.button__under, .theme__postgrad--primary.btn__under, .theme__postgrad--primary.btn__pill__under,
.t__postgrad--pri .button__under,
.t__postgrad--pri .btn__under,
.t__postgrad--pri .btn__pill__under,
.t__postgrad--pri.button__under,
.t__postgrad--pri.btn__under,
.t__postgrad--pri.btn__pill__under {
  border-color: #A6DABE;
}
.theme__postgrad--primary .btn__large,
.t__postgrad--pri .btn__large {
  background-color: #A6DABE;
}
.theme__postgrad--primary .input__search,
.t__postgrad--pri .input__search {
  border-color: #A6DABE;
}
.theme__postgrad--primary .input__search i,
.t__postgrad--pri .input__search i {
  color: #4a4a4a;
}
.theme__postgrad--primary .input__search:hover i,
.t__postgrad--pri .input__search:hover i {
  color: #A6DABE;
}
.theme__postgrad--primary .component__foreground,
.t__postgrad--pri .component__foreground {
  color: #4a4a4a;
}
.theme__postgrad--primary.card,
.theme__postgrad--primary .card, .theme__postgrad--primary.card__with-image,
.theme__postgrad--primary .card__with-image,
.t__postgrad--pri.card,
.t__postgrad--pri .card,
.t__postgrad--pri.card__with-image,
.t__postgrad--pri .card__with-image {
  border-color: #A6DABE;
}
.theme__postgrad--primary.card__highlight,
.theme__postgrad--primary .card__highlight,
.theme__postgrad--primary .card__highlight--image,
.theme__postgrad--primary .card__highlight--final,
.t__postgrad--pri.card__highlight,
.t__postgrad--pri .card__highlight,
.t__postgrad--pri .card__highlight--image,
.t__postgrad--pri .card__highlight--final {
  background-color: #A6DABE;
  border-color: #A6DABE;
}
.theme__postgrad--primary.card__highlight--title,
.theme__postgrad--primary .card__highlight--title,
.theme__postgrad--primary .card__highlight--image,
.theme__postgrad--primary .card__highlight--final,
.t__postgrad--pri.card__highlight--title,
.t__postgrad--pri .card__highlight--title,
.t__postgrad--pri .card__highlight--image,
.t__postgrad--pri .card__highlight--final {
  color: #4a4a4a;
}
.theme__postgrad--primary .image-slider__selector--dot,
.t__postgrad--pri .image-slider__selector--dot {
  background-color: #A6DABE;
}
.theme__postgrad--primary .call-to-action__text h3,
.t__postgrad--pri .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__postgrad--primary .officer__block--title h5, .theme__postgrad--primary .officer__block--title h6,
.t__postgrad--pri .officer__block--title h5,
.t__postgrad--pri .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__postgrad--primary .block__statement--link,
.t__postgrad--pri .block__statement--link {
  color: #4a4a4a;
}
.theme__postgrad--primary .card__cutoff,
.t__postgrad--pri .card__cutoff {
  background: linear-gradient(#A6DABE, #A6DABE), linear-gradient(white, white);
}
.theme__postgrad--primary .card__cutoff p,
.t__postgrad--pri .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__postgrad--primary .card__cutoff:hover,
  .t__postgrad--pri .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__postgrad--primary .card__cutoff:hover p,
  .t__postgrad--pri .card__cutoff:hover p {
    color: #A6DABE;
  }
  .theme__postgrad--primary .card__cutoff:hover .card__cutoff--link,
  .t__postgrad--pri .card__cutoff:hover .card__cutoff--link {
    color: #A6DABE;
  }
  .theme__postgrad--primary .card__cutoff:hover .card__cutoff--text,
  .t__postgrad--pri .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__postgrad--primary .card__cutoff:hover .card__cutoff--text p,
  .t__postgrad--pri .card__cutoff:hover .card__cutoff--text p {
    color: #A6DABE;
  }
  .theme__postgrad--primary .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__postgrad--pri .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: #A6DABE;
  }
}
.theme__postgrad--primary .card__cutoff--link,
.t__postgrad--pri .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__postgrad--primary .card__cutoff--link:hover,
  .t__postgrad--pri .card__cutoff--link:hover {
    color: #A6DABE;
  }
  .theme__postgrad--primary .card__cutoff--link:hover--link,
  .t__postgrad--pri .card__cutoff--link:hover--link {
    color: #A6DABE;
  }
}
.theme__postgrad--primary .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__postgrad--pri .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: #A6DABE;
}
.theme__postgrad--primary .dropdown__toggle--title,
.t__postgrad--pri .dropdown__toggle--title {
  color: #A6DABE;
}
.theme__postgrad--primary .dropdown__toggle--icon i,
.t__postgrad--pri .dropdown__toggle--icon i {
  color: #A6DABE;
}
.theme__postgrad--primary .large_timer__countdown--item_large,
.t__postgrad--pri .large_timer__countdown--item_large {
  background-color: #A6DABE;
}
.theme__postgrad--primary .large_timer__countdown--item_medium,
.t__postgrad--pri .large_timer__countdown--item_medium {
  background-color: #A6DABE;
}
.theme__postgrad--primary .large_timer__countdown--item_small,
.t__postgrad--pri .large_timer__countdown--item_small {
  background-color: #A6DABE;
}
.theme__postgrad--primary .modalcontent,
.t__postgrad--pri .modalcontent {
  border-color: #A6DABE;
}
.theme__postgrad--primary .transparent__header,
.t__postgrad--pri .transparent__header {
  background: #A6DABE;
}
.theme__postgrad--primary .breadcrumb__slashes,
.t__postgrad--pri .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__postgrad--primary .the-list,
.t__postgrad--pri .the-list {
  background-color: #A6DABE;
}
.theme__postgrad--primary .the-list option,
.t__postgrad--pri .the-list option {
  border-color: #A6DABE !important;
}
.theme__postgrad--primary .es-list::-webkit-scrollbar-thumb,
.t__postgrad--pri .es-list::-webkit-scrollbar-thumb {
  background: #A6DABE;
}
.theme__postgrad--primary .es-visible,
.t__postgrad--pri .es-visible {
  border-color: #A6DABE !important;
}
.theme__postgrad--primary .ot-open,
.theme__postgrad--primary .ot-closed,
.t__postgrad--pri .ot-open,
.t__postgrad--pri .ot-closed {
  color: #A6DABE;
}
.theme__postgrad--primary .colour__foreground,
.t__postgrad--pri .colour__foreground {
  color: #A6DABE;
}
.theme__postgrad--primary h1.t__none,
.theme__postgrad--primary h1.theme__none,
.theme__postgrad--primary h2.t__none,
.theme__postgrad--primary h2.theme__none,
.theme__postgrad--primary h3.t__none,
.theme__postgrad--primary h3.theme__none,
.theme__postgrad--primary h4.t__none,
.theme__postgrad--primary h4.theme__none,
.theme__postgrad--primary h1.t__none--w-hov,
.theme__postgrad--primary h1.theme__none--with-hover,
.theme__postgrad--primary h2.t__none--w-hov,
.theme__postgrad--primary h2.theme__none--with-hover,
.theme__postgrad--primary h3.t__none--w-hov,
.theme__postgrad--primary h3.theme__none--with-hover,
.theme__postgrad--primary h4.t__none--w-hov,
.theme__postgrad--primary h4.theme__none--with-hover,
.t__postgrad--pri h1.t__none,
.t__postgrad--pri h1.theme__none,
.t__postgrad--pri h2.t__none,
.t__postgrad--pri h2.theme__none,
.t__postgrad--pri h3.t__none,
.t__postgrad--pri h3.theme__none,
.t__postgrad--pri h4.t__none,
.t__postgrad--pri h4.theme__none,
.t__postgrad--pri h1.t__none--w-hov,
.t__postgrad--pri h1.theme__none--with-hover,
.t__postgrad--pri h2.t__none--w-hov,
.t__postgrad--pri h2.theme__none--with-hover,
.t__postgrad--pri h3.t__none--w-hov,
.t__postgrad--pri h3.theme__none--with-hover,
.t__postgrad--pri h4.t__none--w-hov,
.t__postgrad--pri h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__postgrad--primary span.t__none,
.theme__postgrad--primary span.theme__none,
.t__postgrad--pri span.t__none,
.t__postgrad--pri span.theme__none {
  color: #4a4a4a;
}
.theme__postgrad--primary i.t__none,
.theme__postgrad--primary i.theme__none,
.t__postgrad--pri i.t__none,
.t__postgrad--pri i.theme__none {
  color: #4a4a4a;
}
.theme__postgrad--primary a.border__none,
.theme__postgrad--primary a.b__none,
.t__postgrad--pri a.border__none,
.t__postgrad--pri a.b__none {
  border: 0;
}
.theme__postgrad--primary a:hover h1.t__none,
.theme__postgrad--primary a:hover h1.theme__none,
.theme__postgrad--primary a:hover h2.t__none,
.theme__postgrad--primary a:hover h2.theme__none,
.theme__postgrad--primary a:hover h3.t__none,
.theme__postgrad--primary a:hover h3.theme__none,
.theme__postgrad--primary a:hover h4.t__none,
.theme__postgrad--primary a:hover h4.theme__none,
.t__postgrad--pri a:hover h1.t__none,
.t__postgrad--pri a:hover h1.theme__none,
.t__postgrad--pri a:hover h2.t__none,
.t__postgrad--pri a:hover h2.theme__none,
.t__postgrad--pri a:hover h3.t__none,
.t__postgrad--pri a:hover h3.theme__none,
.t__postgrad--pri a:hover h4.t__none,
.t__postgrad--pri a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__postgrad--primary a:hover h1.t__none--w-hov,
.theme__postgrad--primary a:hover h1.theme__none--with-hover,
.theme__postgrad--primary a:hover h2.t__none--w-hov,
.theme__postgrad--primary a:hover h2.theme__none--with-hover,
.theme__postgrad--primary a:hover h3.t__none--w-hov,
.theme__postgrad--primary a:hover h3.theme__none--with-hover,
.theme__postgrad--primary a:hover h4.t__none--w-hov,
.theme__postgrad--primary a:hover h4.theme__none--with-hover,
.t__postgrad--pri a:hover h1.t__none--w-hov,
.t__postgrad--pri a:hover h1.theme__none--with-hover,
.t__postgrad--pri a:hover h2.t__none--w-hov,
.t__postgrad--pri a:hover h2.theme__none--with-hover,
.t__postgrad--pri a:hover h3.t__none--w-hov,
.t__postgrad--pri a:hover h3.theme__none--with-hover,
.t__postgrad--pri a:hover h4.t__none--w-hov,
.t__postgrad--pri a:hover h4.theme__none--with-hover {
  color: #A6DABE;
}
.theme__postgrad--primary .dotted__line--small, .theme__postgrad--primary .dotted__line--medium, .theme__postgrad--primary .dotted__line--large, .theme__postgrad--primary .dotted__line--x-large, .theme__postgrad--primary .dotted__line--huge,
.t__postgrad--pri .dotted__line--small,
.t__postgrad--pri .dotted__line--medium,
.t__postgrad--pri .dotted__line--large,
.t__postgrad--pri .dotted__line--x-large,
.t__postgrad--pri .dotted__line--huge {
  border-image-source: url("https://assets-cdn.sums.su/SH/Dotted_Borders/dotted_postgradHub.png");
}

.theme__postgrad--secondary h1, .theme__postgrad--secondary h2, .theme__postgrad--secondary h3, .theme__postgrad--secondary h4, .theme__postgrad--secondary h5, .theme__postgrad--secondary h6,
.t__postgrad--sec h1,
.t__postgrad--sec h2,
.t__postgrad--sec h3,
.t__postgrad--sec h4,
.t__postgrad--sec h5,
.t__postgrad--sec h6 {
  color: #A6DABE;
}
.theme__postgrad--secondary a,
.t__postgrad--sec a {
  color: #4a4a4a;
  border-color: #A6DABE;
  text-decoration: none;
}
.theme__postgrad--secondary a:hover,
.t__postgrad--sec a:hover {
  color: #A6DABE;
}
.theme__postgrad--secondary a:hover h1, .theme__postgrad--secondary a:hover h2, .theme__postgrad--secondary a:hover h3, .theme__postgrad--secondary a:hover h4, .theme__postgrad--secondary a:hover h5, .theme__postgrad--secondary a:hover h6,
.t__postgrad--sec a:hover h1,
.t__postgrad--sec a:hover h2,
.t__postgrad--sec a:hover h3,
.t__postgrad--sec a:hover h4,
.t__postgrad--sec a:hover h5,
.t__postgrad--sec a:hover h6 {
  color: #A6DABE;
}
.theme__postgrad--secondary a div,
.t__postgrad--sec a div {
  border-color: #A6DABE !important;
}
.theme__postgrad--secondary input,
.t__postgrad--sec input {
  border-color: #A6DABE;
}
.theme__postgrad--secondary p,
.t__postgrad--sec p {
  color: #4a4a4a;
}
.theme__postgrad--secondary .button,
.theme__postgrad--secondary .btn,
.theme__postgrad--secondary .btn__pill, .theme__postgrad--secondary.button, .theme__postgrad--secondary.btn, .theme__postgrad--secondary.btn__pill,
.t__postgrad--sec .button,
.t__postgrad--sec .btn,
.t__postgrad--sec .btn__pill,
.t__postgrad--sec.button,
.t__postgrad--sec.btn,
.t__postgrad--sec.btn__pill {
  border-color: #A6DABE;
}
@media (hover: hover) {
  .theme__postgrad--secondary .button:hover,
  .theme__postgrad--secondary .btn:hover,
  .theme__postgrad--secondary .btn__pill:hover, .theme__postgrad--secondary.button:hover, .theme__postgrad--secondary.btn:hover, .theme__postgrad--secondary.btn__pill:hover,
  .t__postgrad--sec .button:hover,
  .t__postgrad--sec .btn:hover,
  .t__postgrad--sec .btn__pill:hover,
  .t__postgrad--sec.button:hover,
  .t__postgrad--sec.btn:hover,
  .t__postgrad--sec.btn__pill:hover {
    color: #ffffff;
    background: #A6DABE;
  }
  .theme__postgrad--secondary .button:hover i,
  .theme__postgrad--secondary .btn:hover i,
  .theme__postgrad--secondary .btn__pill:hover i, .theme__postgrad--secondary.button:hover i, .theme__postgrad--secondary.btn:hover i, .theme__postgrad--secondary.btn__pill:hover i,
  .t__postgrad--sec .button:hover i,
  .t__postgrad--sec .btn:hover i,
  .t__postgrad--sec .btn__pill:hover i,
  .t__postgrad--sec.button:hover i,
  .t__postgrad--sec.btn:hover i,
  .t__postgrad--sec.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__postgrad--secondary .button__invert,
.theme__postgrad--secondary .btn__invert,
.theme__postgrad--secondary .btn__pill__invert, .theme__postgrad--secondary.button__invert, .theme__postgrad--secondary.btn__invert, .theme__postgrad--secondary.btn__pill__invert,
.t__postgrad--sec .button__invert,
.t__postgrad--sec .btn__invert,
.t__postgrad--sec .btn__pill__invert,
.t__postgrad--sec.button__invert,
.t__postgrad--sec.btn__invert,
.t__postgrad--sec.btn__pill__invert {
  background-color: #A6DABE;
  color: #ffffff;
}
.theme__postgrad--secondary .button__invert h4,
.theme__postgrad--secondary .btn__invert h4,
.theme__postgrad--secondary .btn__pill__invert h4, .theme__postgrad--secondary.button__invert h4, .theme__postgrad--secondary.btn__invert h4, .theme__postgrad--secondary.btn__pill__invert h4,
.t__postgrad--sec .button__invert h4,
.t__postgrad--sec .btn__invert h4,
.t__postgrad--sec .btn__pill__invert h4,
.t__postgrad--sec.button__invert h4,
.t__postgrad--sec.btn__invert h4,
.t__postgrad--sec.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__postgrad--secondary .button__invert:hover,
.theme__postgrad--secondary .btn__invert:hover,
.theme__postgrad--secondary .btn__pill__invert:hover, .theme__postgrad--secondary.button__invert:hover, .theme__postgrad--secondary.btn__invert:hover, .theme__postgrad--secondary.btn__pill__invert:hover,
.t__postgrad--sec .button__invert:hover,
.t__postgrad--sec .btn__invert:hover,
.t__postgrad--sec .btn__pill__invert:hover,
.t__postgrad--sec.button__invert:hover,
.t__postgrad--sec.btn__invert:hover,
.t__postgrad--sec.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__postgrad--secondary .button__invert:hover h4,
.theme__postgrad--secondary .btn__invert:hover h4,
.theme__postgrad--secondary .btn__pill__invert:hover h4, .theme__postgrad--secondary.button__invert:hover h4, .theme__postgrad--secondary.btn__invert:hover h4, .theme__postgrad--secondary.btn__pill__invert:hover h4,
.t__postgrad--sec .button__invert:hover h4,
.t__postgrad--sec .btn__invert:hover h4,
.t__postgrad--sec .btn__pill__invert:hover h4,
.t__postgrad--sec.button__invert:hover h4,
.t__postgrad--sec.btn__invert:hover h4,
.t__postgrad--sec.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__postgrad--secondary .button__invert--hover:hover,
.theme__postgrad--secondary .btn__invert--hover:hover,
.theme__postgrad--secondary .btn__pill__invert--hover:hover, .theme__postgrad--secondary.button__invert--hover:hover, .theme__postgrad--secondary.btn__invert--hover:hover, .theme__postgrad--secondary.btn__pill__invert--hover:hover,
.t__postgrad--sec .button__invert--hover:hover,
.t__postgrad--sec .btn__invert--hover:hover,
.t__postgrad--sec .btn__pill__invert--hover:hover,
.t__postgrad--sec.button__invert--hover:hover,
.t__postgrad--sec.btn__invert--hover:hover,
.t__postgrad--sec.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__postgrad--secondary .button__under,
.theme__postgrad--secondary .btn__under,
.theme__postgrad--secondary .btn__pill__under, .theme__postgrad--secondary.button__under, .theme__postgrad--secondary.btn__under, .theme__postgrad--secondary.btn__pill__under,
.t__postgrad--sec .button__under,
.t__postgrad--sec .btn__under,
.t__postgrad--sec .btn__pill__under,
.t__postgrad--sec.button__under,
.t__postgrad--sec.btn__under,
.t__postgrad--sec.btn__pill__under {
  border-color: #A6DABE;
}
.theme__postgrad--secondary .btn__large,
.t__postgrad--sec .btn__large {
  background-color: #A6DABE;
}
.theme__postgrad--secondary .input__search,
.t__postgrad--sec .input__search {
  border-color: #A6DABE;
}
.theme__postgrad--secondary .input__search i,
.t__postgrad--sec .input__search i {
  color: #4a4a4a;
}
.theme__postgrad--secondary .input__search:hover i,
.t__postgrad--sec .input__search:hover i {
  color: #A6DABE;
}
.theme__postgrad--secondary .component__foreground,
.t__postgrad--sec .component__foreground {
  color: #4a4a4a;
}
.theme__postgrad--secondary.card,
.theme__postgrad--secondary .card, .theme__postgrad--secondary.card__with-image,
.theme__postgrad--secondary .card__with-image,
.t__postgrad--sec.card,
.t__postgrad--sec .card,
.t__postgrad--sec.card__with-image,
.t__postgrad--sec .card__with-image {
  border-color: #A6DABE;
}
.theme__postgrad--secondary.card__highlight,
.theme__postgrad--secondary .card__highlight,
.theme__postgrad--secondary .card__highlight--image,
.theme__postgrad--secondary .card__highlight--final,
.t__postgrad--sec.card__highlight,
.t__postgrad--sec .card__highlight,
.t__postgrad--sec .card__highlight--image,
.t__postgrad--sec .card__highlight--final {
  background-color: #A6DABE;
  border-color: #A6DABE;
}
.theme__postgrad--secondary.card__highlight--title,
.theme__postgrad--secondary .card__highlight--title,
.theme__postgrad--secondary .card__highlight--image,
.theme__postgrad--secondary .card__highlight--final,
.t__postgrad--sec.card__highlight--title,
.t__postgrad--sec .card__highlight--title,
.t__postgrad--sec .card__highlight--image,
.t__postgrad--sec .card__highlight--final {
  color: #4a4a4a;
}
.theme__postgrad--secondary .image-slider__selector--dot,
.t__postgrad--sec .image-slider__selector--dot {
  background-color: #A6DABE;
}
.theme__postgrad--secondary .call-to-action__text h3,
.t__postgrad--sec .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__postgrad--secondary .officer__block--title h5, .theme__postgrad--secondary .officer__block--title h6,
.t__postgrad--sec .officer__block--title h5,
.t__postgrad--sec .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__postgrad--secondary .block__statement--link,
.t__postgrad--sec .block__statement--link {
  color: #4a4a4a;
}
.theme__postgrad--secondary .card__cutoff,
.t__postgrad--sec .card__cutoff {
  background: linear-gradient(#A6DABE, #A6DABE), linear-gradient(white, white);
}
.theme__postgrad--secondary .card__cutoff p,
.t__postgrad--sec .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__postgrad--secondary .card__cutoff:hover,
  .t__postgrad--sec .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__postgrad--secondary .card__cutoff:hover p,
  .t__postgrad--sec .card__cutoff:hover p {
    color: #A6DABE;
  }
  .theme__postgrad--secondary .card__cutoff:hover .card__cutoff--link,
  .t__postgrad--sec .card__cutoff:hover .card__cutoff--link {
    color: #A6DABE;
  }
  .theme__postgrad--secondary .card__cutoff:hover .card__cutoff--text,
  .t__postgrad--sec .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__postgrad--secondary .card__cutoff:hover .card__cutoff--text p,
  .t__postgrad--sec .card__cutoff:hover .card__cutoff--text p {
    color: #A6DABE;
  }
  .theme__postgrad--secondary .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__postgrad--sec .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: #A6DABE;
  }
}
.theme__postgrad--secondary .card__cutoff--link,
.t__postgrad--sec .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__postgrad--secondary .card__cutoff--link:hover,
  .t__postgrad--sec .card__cutoff--link:hover {
    color: #A6DABE;
  }
  .theme__postgrad--secondary .card__cutoff--link:hover--link,
  .t__postgrad--sec .card__cutoff--link:hover--link {
    color: #A6DABE;
  }
}
.theme__postgrad--secondary .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__postgrad--sec .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: #A6DABE;
}
.theme__postgrad--secondary .dropdown__toggle--title,
.t__postgrad--sec .dropdown__toggle--title {
  color: #A6DABE;
}
.theme__postgrad--secondary .dropdown__toggle--icon i,
.t__postgrad--sec .dropdown__toggle--icon i {
  color: #A6DABE;
}
.theme__postgrad--secondary .large_timer__countdown--item_large,
.t__postgrad--sec .large_timer__countdown--item_large {
  background-color: #A6DABE;
}
.theme__postgrad--secondary .large_timer__countdown--item_medium,
.t__postgrad--sec .large_timer__countdown--item_medium {
  background-color: #A6DABE;
}
.theme__postgrad--secondary .large_timer__countdown--item_small,
.t__postgrad--sec .large_timer__countdown--item_small {
  background-color: #A6DABE;
}
.theme__postgrad--secondary .modalcontent,
.t__postgrad--sec .modalcontent {
  border-color: #A6DABE;
}
.theme__postgrad--secondary .transparent__header,
.t__postgrad--sec .transparent__header {
  background: #A6DABE;
}
.theme__postgrad--secondary .breadcrumb__slashes,
.t__postgrad--sec .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__postgrad--secondary .the-list,
.t__postgrad--sec .the-list {
  background-color: #A6DABE;
}
.theme__postgrad--secondary .the-list option,
.t__postgrad--sec .the-list option {
  border-color: #A6DABE !important;
}
.theme__postgrad--secondary .es-list::-webkit-scrollbar-thumb,
.t__postgrad--sec .es-list::-webkit-scrollbar-thumb {
  background: #A6DABE;
}
.theme__postgrad--secondary .es-visible,
.t__postgrad--sec .es-visible {
  border-color: #A6DABE !important;
}
.theme__postgrad--secondary .ot-open,
.theme__postgrad--secondary .ot-closed,
.t__postgrad--sec .ot-open,
.t__postgrad--sec .ot-closed {
  color: #A6DABE;
}
.theme__postgrad--secondary .colour__foreground,
.t__postgrad--sec .colour__foreground {
  color: #A6DABE;
}
.theme__postgrad--secondary h1.t__none,
.theme__postgrad--secondary h1.theme__none,
.theme__postgrad--secondary h2.t__none,
.theme__postgrad--secondary h2.theme__none,
.theme__postgrad--secondary h3.t__none,
.theme__postgrad--secondary h3.theme__none,
.theme__postgrad--secondary h4.t__none,
.theme__postgrad--secondary h4.theme__none,
.theme__postgrad--secondary h1.t__none--w-hov,
.theme__postgrad--secondary h1.theme__none--with-hover,
.theme__postgrad--secondary h2.t__none--w-hov,
.theme__postgrad--secondary h2.theme__none--with-hover,
.theme__postgrad--secondary h3.t__none--w-hov,
.theme__postgrad--secondary h3.theme__none--with-hover,
.theme__postgrad--secondary h4.t__none--w-hov,
.theme__postgrad--secondary h4.theme__none--with-hover,
.t__postgrad--sec h1.t__none,
.t__postgrad--sec h1.theme__none,
.t__postgrad--sec h2.t__none,
.t__postgrad--sec h2.theme__none,
.t__postgrad--sec h3.t__none,
.t__postgrad--sec h3.theme__none,
.t__postgrad--sec h4.t__none,
.t__postgrad--sec h4.theme__none,
.t__postgrad--sec h1.t__none--w-hov,
.t__postgrad--sec h1.theme__none--with-hover,
.t__postgrad--sec h2.t__none--w-hov,
.t__postgrad--sec h2.theme__none--with-hover,
.t__postgrad--sec h3.t__none--w-hov,
.t__postgrad--sec h3.theme__none--with-hover,
.t__postgrad--sec h4.t__none--w-hov,
.t__postgrad--sec h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__postgrad--secondary span.t__none,
.theme__postgrad--secondary span.theme__none,
.t__postgrad--sec span.t__none,
.t__postgrad--sec span.theme__none {
  color: #4a4a4a;
}
.theme__postgrad--secondary i.t__none,
.theme__postgrad--secondary i.theme__none,
.t__postgrad--sec i.t__none,
.t__postgrad--sec i.theme__none {
  color: #4a4a4a;
}
.theme__postgrad--secondary a.border__none,
.theme__postgrad--secondary a.b__none,
.t__postgrad--sec a.border__none,
.t__postgrad--sec a.b__none {
  border: 0;
}
.theme__postgrad--secondary a:hover h1.t__none,
.theme__postgrad--secondary a:hover h1.theme__none,
.theme__postgrad--secondary a:hover h2.t__none,
.theme__postgrad--secondary a:hover h2.theme__none,
.theme__postgrad--secondary a:hover h3.t__none,
.theme__postgrad--secondary a:hover h3.theme__none,
.theme__postgrad--secondary a:hover h4.t__none,
.theme__postgrad--secondary a:hover h4.theme__none,
.t__postgrad--sec a:hover h1.t__none,
.t__postgrad--sec a:hover h1.theme__none,
.t__postgrad--sec a:hover h2.t__none,
.t__postgrad--sec a:hover h2.theme__none,
.t__postgrad--sec a:hover h3.t__none,
.t__postgrad--sec a:hover h3.theme__none,
.t__postgrad--sec a:hover h4.t__none,
.t__postgrad--sec a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__postgrad--secondary a:hover h1.t__none--w-hov,
.theme__postgrad--secondary a:hover h1.theme__none--with-hover,
.theme__postgrad--secondary a:hover h2.t__none--w-hov,
.theme__postgrad--secondary a:hover h2.theme__none--with-hover,
.theme__postgrad--secondary a:hover h3.t__none--w-hov,
.theme__postgrad--secondary a:hover h3.theme__none--with-hover,
.theme__postgrad--secondary a:hover h4.t__none--w-hov,
.theme__postgrad--secondary a:hover h4.theme__none--with-hover,
.t__postgrad--sec a:hover h1.t__none--w-hov,
.t__postgrad--sec a:hover h1.theme__none--with-hover,
.t__postgrad--sec a:hover h2.t__none--w-hov,
.t__postgrad--sec a:hover h2.theme__none--with-hover,
.t__postgrad--sec a:hover h3.t__none--w-hov,
.t__postgrad--sec a:hover h3.theme__none--with-hover,
.t__postgrad--sec a:hover h4.t__none--w-hov,
.t__postgrad--sec a:hover h4.theme__none--with-hover {
  color: #A6DABE;
}

.theme__postgrad--pastel h1, .theme__postgrad--pastel h2, .theme__postgrad--pastel h3, .theme__postgrad--pastel h4, .theme__postgrad--pastel h5, .theme__postgrad--pastel h6,
.t__postgrad--pas h1,
.t__postgrad--pas h2,
.t__postgrad--pas h3,
.t__postgrad--pas h4,
.t__postgrad--pas h5,
.t__postgrad--pas h6 {
  color: rgba(166, 218, 190, 0.1);
}
.theme__postgrad--pastel a,
.t__postgrad--pas a {
  color: #4a4a4a;
  border-color: rgba(166, 218, 190, 0.1);
  text-decoration: none;
}
.theme__postgrad--pastel a:hover,
.t__postgrad--pas a:hover {
  color: rgba(166, 218, 190, 0.1);
}
.theme__postgrad--pastel a:hover h1, .theme__postgrad--pastel a:hover h2, .theme__postgrad--pastel a:hover h3, .theme__postgrad--pastel a:hover h4, .theme__postgrad--pastel a:hover h5, .theme__postgrad--pastel a:hover h6,
.t__postgrad--pas a:hover h1,
.t__postgrad--pas a:hover h2,
.t__postgrad--pas a:hover h3,
.t__postgrad--pas a:hover h4,
.t__postgrad--pas a:hover h5,
.t__postgrad--pas a:hover h6 {
  color: rgba(166, 218, 190, 0.1);
}
.theme__postgrad--pastel a div,
.t__postgrad--pas a div {
  border-color: rgba(166, 218, 190, 0.1) !important;
}
.theme__postgrad--pastel input,
.t__postgrad--pas input {
  border-color: rgba(166, 218, 190, 0.1);
}
.theme__postgrad--pastel p,
.t__postgrad--pas p {
  color: #4a4a4a;
}
.theme__postgrad--pastel .button,
.theme__postgrad--pastel .btn,
.theme__postgrad--pastel .btn__pill, .theme__postgrad--pastel.button, .theme__postgrad--pastel.btn, .theme__postgrad--pastel.btn__pill,
.t__postgrad--pas .button,
.t__postgrad--pas .btn,
.t__postgrad--pas .btn__pill,
.t__postgrad--pas.button,
.t__postgrad--pas.btn,
.t__postgrad--pas.btn__pill {
  border-color: rgba(166, 218, 190, 0.1);
}
@media (hover: hover) {
  .theme__postgrad--pastel .button:hover,
  .theme__postgrad--pastel .btn:hover,
  .theme__postgrad--pastel .btn__pill:hover, .theme__postgrad--pastel.button:hover, .theme__postgrad--pastel.btn:hover, .theme__postgrad--pastel.btn__pill:hover,
  .t__postgrad--pas .button:hover,
  .t__postgrad--pas .btn:hover,
  .t__postgrad--pas .btn__pill:hover,
  .t__postgrad--pas.button:hover,
  .t__postgrad--pas.btn:hover,
  .t__postgrad--pas.btn__pill:hover {
    color: #ffffff;
    background: rgba(166, 218, 190, 0.1);
  }
  .theme__postgrad--pastel .button:hover i,
  .theme__postgrad--pastel .btn:hover i,
  .theme__postgrad--pastel .btn__pill:hover i, .theme__postgrad--pastel.button:hover i, .theme__postgrad--pastel.btn:hover i, .theme__postgrad--pastel.btn__pill:hover i,
  .t__postgrad--pas .button:hover i,
  .t__postgrad--pas .btn:hover i,
  .t__postgrad--pas .btn__pill:hover i,
  .t__postgrad--pas.button:hover i,
  .t__postgrad--pas.btn:hover i,
  .t__postgrad--pas.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__postgrad--pastel .button__invert,
.theme__postgrad--pastel .btn__invert,
.theme__postgrad--pastel .btn__pill__invert, .theme__postgrad--pastel.button__invert, .theme__postgrad--pastel.btn__invert, .theme__postgrad--pastel.btn__pill__invert,
.t__postgrad--pas .button__invert,
.t__postgrad--pas .btn__invert,
.t__postgrad--pas .btn__pill__invert,
.t__postgrad--pas.button__invert,
.t__postgrad--pas.btn__invert,
.t__postgrad--pas.btn__pill__invert {
  background-color: rgba(166, 218, 190, 0.1);
  color: #ffffff;
}
.theme__postgrad--pastel .button__invert h4,
.theme__postgrad--pastel .btn__invert h4,
.theme__postgrad--pastel .btn__pill__invert h4, .theme__postgrad--pastel.button__invert h4, .theme__postgrad--pastel.btn__invert h4, .theme__postgrad--pastel.btn__pill__invert h4,
.t__postgrad--pas .button__invert h4,
.t__postgrad--pas .btn__invert h4,
.t__postgrad--pas .btn__pill__invert h4,
.t__postgrad--pas.button__invert h4,
.t__postgrad--pas.btn__invert h4,
.t__postgrad--pas.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__postgrad--pastel .button__invert:hover,
.theme__postgrad--pastel .btn__invert:hover,
.theme__postgrad--pastel .btn__pill__invert:hover, .theme__postgrad--pastel.button__invert:hover, .theme__postgrad--pastel.btn__invert:hover, .theme__postgrad--pastel.btn__pill__invert:hover,
.t__postgrad--pas .button__invert:hover,
.t__postgrad--pas .btn__invert:hover,
.t__postgrad--pas .btn__pill__invert:hover,
.t__postgrad--pas.button__invert:hover,
.t__postgrad--pas.btn__invert:hover,
.t__postgrad--pas.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__postgrad--pastel .button__invert:hover h4,
.theme__postgrad--pastel .btn__invert:hover h4,
.theme__postgrad--pastel .btn__pill__invert:hover h4, .theme__postgrad--pastel.button__invert:hover h4, .theme__postgrad--pastel.btn__invert:hover h4, .theme__postgrad--pastel.btn__pill__invert:hover h4,
.t__postgrad--pas .button__invert:hover h4,
.t__postgrad--pas .btn__invert:hover h4,
.t__postgrad--pas .btn__pill__invert:hover h4,
.t__postgrad--pas.button__invert:hover h4,
.t__postgrad--pas.btn__invert:hover h4,
.t__postgrad--pas.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__postgrad--pastel .button__invert--hover:hover,
.theme__postgrad--pastel .btn__invert--hover:hover,
.theme__postgrad--pastel .btn__pill__invert--hover:hover, .theme__postgrad--pastel.button__invert--hover:hover, .theme__postgrad--pastel.btn__invert--hover:hover, .theme__postgrad--pastel.btn__pill__invert--hover:hover,
.t__postgrad--pas .button__invert--hover:hover,
.t__postgrad--pas .btn__invert--hover:hover,
.t__postgrad--pas .btn__pill__invert--hover:hover,
.t__postgrad--pas.button__invert--hover:hover,
.t__postgrad--pas.btn__invert--hover:hover,
.t__postgrad--pas.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__postgrad--pastel .button__under,
.theme__postgrad--pastel .btn__under,
.theme__postgrad--pastel .btn__pill__under, .theme__postgrad--pastel.button__under, .theme__postgrad--pastel.btn__under, .theme__postgrad--pastel.btn__pill__under,
.t__postgrad--pas .button__under,
.t__postgrad--pas .btn__under,
.t__postgrad--pas .btn__pill__under,
.t__postgrad--pas.button__under,
.t__postgrad--pas.btn__under,
.t__postgrad--pas.btn__pill__under {
  border-color: rgba(166, 218, 190, 0.1);
}
.theme__postgrad--pastel .btn__large,
.t__postgrad--pas .btn__large {
  background-color: rgba(166, 218, 190, 0.1);
}
.theme__postgrad--pastel .input__search,
.t__postgrad--pas .input__search {
  border-color: rgba(166, 218, 190, 0.1);
}
.theme__postgrad--pastel .input__search i,
.t__postgrad--pas .input__search i {
  color: #4a4a4a;
}
.theme__postgrad--pastel .input__search:hover i,
.t__postgrad--pas .input__search:hover i {
  color: rgba(166, 218, 190, 0.1);
}
.theme__postgrad--pastel .component__foreground,
.t__postgrad--pas .component__foreground {
  color: #4a4a4a;
}
.theme__postgrad--pastel.card,
.theme__postgrad--pastel .card, .theme__postgrad--pastel.card__with-image,
.theme__postgrad--pastel .card__with-image,
.t__postgrad--pas.card,
.t__postgrad--pas .card,
.t__postgrad--pas.card__with-image,
.t__postgrad--pas .card__with-image {
  border-color: rgba(166, 218, 190, 0.1);
}
.theme__postgrad--pastel.card__highlight,
.theme__postgrad--pastel .card__highlight,
.theme__postgrad--pastel .card__highlight--image,
.theme__postgrad--pastel .card__highlight--final,
.t__postgrad--pas.card__highlight,
.t__postgrad--pas .card__highlight,
.t__postgrad--pas .card__highlight--image,
.t__postgrad--pas .card__highlight--final {
  background-color: rgba(166, 218, 190, 0.1);
  border-color: rgba(166, 218, 190, 0.1);
}
.theme__postgrad--pastel.card__highlight--title,
.theme__postgrad--pastel .card__highlight--title,
.theme__postgrad--pastel .card__highlight--image,
.theme__postgrad--pastel .card__highlight--final,
.t__postgrad--pas.card__highlight--title,
.t__postgrad--pas .card__highlight--title,
.t__postgrad--pas .card__highlight--image,
.t__postgrad--pas .card__highlight--final {
  color: #4a4a4a;
}
.theme__postgrad--pastel .image-slider__selector--dot,
.t__postgrad--pas .image-slider__selector--dot {
  background-color: rgba(166, 218, 190, 0.1);
}
.theme__postgrad--pastel .call-to-action__text h3,
.t__postgrad--pas .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__postgrad--pastel .officer__block--title h5, .theme__postgrad--pastel .officer__block--title h6,
.t__postgrad--pas .officer__block--title h5,
.t__postgrad--pas .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__postgrad--pastel .block__statement--link,
.t__postgrad--pas .block__statement--link {
  color: #4a4a4a;
}
.theme__postgrad--pastel .card__cutoff,
.t__postgrad--pas .card__cutoff {
  background: linear-gradient(rgba(166, 218, 190, 0.1), rgba(166, 218, 190, 0.1)), linear-gradient(white, white);
}
.theme__postgrad--pastel .card__cutoff p,
.t__postgrad--pas .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__postgrad--pastel .card__cutoff:hover,
  .t__postgrad--pas .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__postgrad--pastel .card__cutoff:hover p,
  .t__postgrad--pas .card__cutoff:hover p {
    color: rgba(166, 218, 190, 0.1);
  }
  .theme__postgrad--pastel .card__cutoff:hover .card__cutoff--link,
  .t__postgrad--pas .card__cutoff:hover .card__cutoff--link {
    color: rgba(166, 218, 190, 0.1);
  }
  .theme__postgrad--pastel .card__cutoff:hover .card__cutoff--text,
  .t__postgrad--pas .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__postgrad--pastel .card__cutoff:hover .card__cutoff--text p,
  .t__postgrad--pas .card__cutoff:hover .card__cutoff--text p {
    color: rgba(166, 218, 190, 0.1);
  }
  .theme__postgrad--pastel .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__postgrad--pas .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: rgba(166, 218, 190, 0.1);
  }
}
.theme__postgrad--pastel .card__cutoff--link,
.t__postgrad--pas .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__postgrad--pastel .card__cutoff--link:hover,
  .t__postgrad--pas .card__cutoff--link:hover {
    color: rgba(166, 218, 190, 0.1);
  }
  .theme__postgrad--pastel .card__cutoff--link:hover--link,
  .t__postgrad--pas .card__cutoff--link:hover--link {
    color: rgba(166, 218, 190, 0.1);
  }
}
.theme__postgrad--pastel .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__postgrad--pas .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: rgba(166, 218, 190, 0.1);
}
.theme__postgrad--pastel .dropdown__toggle--title,
.t__postgrad--pas .dropdown__toggle--title {
  color: rgba(166, 218, 190, 0.1);
}
.theme__postgrad--pastel .dropdown__toggle--icon i,
.t__postgrad--pas .dropdown__toggle--icon i {
  color: rgba(166, 218, 190, 0.1);
}
.theme__postgrad--pastel .large_timer__countdown--item_large,
.t__postgrad--pas .large_timer__countdown--item_large {
  background-color: rgba(166, 218, 190, 0.1);
}
.theme__postgrad--pastel .large_timer__countdown--item_medium,
.t__postgrad--pas .large_timer__countdown--item_medium {
  background-color: rgba(166, 218, 190, 0.1);
}
.theme__postgrad--pastel .large_timer__countdown--item_small,
.t__postgrad--pas .large_timer__countdown--item_small {
  background-color: rgba(166, 218, 190, 0.1);
}
.theme__postgrad--pastel .modalcontent,
.t__postgrad--pas .modalcontent {
  border-color: rgba(166, 218, 190, 0.1);
}
.theme__postgrad--pastel .transparent__header,
.t__postgrad--pas .transparent__header {
  background: rgba(166, 218, 190, 0.1);
}
.theme__postgrad--pastel .breadcrumb__slashes,
.t__postgrad--pas .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__postgrad--pastel .the-list,
.t__postgrad--pas .the-list {
  background-color: rgba(166, 218, 190, 0.1);
}
.theme__postgrad--pastel .the-list option,
.t__postgrad--pas .the-list option {
  border-color: rgba(166, 218, 190, 0.1) !important;
}
.theme__postgrad--pastel .es-list::-webkit-scrollbar-thumb,
.t__postgrad--pas .es-list::-webkit-scrollbar-thumb {
  background: rgba(166, 218, 190, 0.1);
}
.theme__postgrad--pastel .es-visible,
.t__postgrad--pas .es-visible {
  border-color: rgba(166, 218, 190, 0.1) !important;
}
.theme__postgrad--pastel .ot-open,
.theme__postgrad--pastel .ot-closed,
.t__postgrad--pas .ot-open,
.t__postgrad--pas .ot-closed {
  color: rgba(166, 218, 190, 0.1);
}
.theme__postgrad--pastel .colour__foreground,
.t__postgrad--pas .colour__foreground {
  color: rgba(166, 218, 190, 0.1);
}
.theme__postgrad--pastel h1.t__none,
.theme__postgrad--pastel h1.theme__none,
.theme__postgrad--pastel h2.t__none,
.theme__postgrad--pastel h2.theme__none,
.theme__postgrad--pastel h3.t__none,
.theme__postgrad--pastel h3.theme__none,
.theme__postgrad--pastel h4.t__none,
.theme__postgrad--pastel h4.theme__none,
.theme__postgrad--pastel h1.t__none--w-hov,
.theme__postgrad--pastel h1.theme__none--with-hover,
.theme__postgrad--pastel h2.t__none--w-hov,
.theme__postgrad--pastel h2.theme__none--with-hover,
.theme__postgrad--pastel h3.t__none--w-hov,
.theme__postgrad--pastel h3.theme__none--with-hover,
.theme__postgrad--pastel h4.t__none--w-hov,
.theme__postgrad--pastel h4.theme__none--with-hover,
.t__postgrad--pas h1.t__none,
.t__postgrad--pas h1.theme__none,
.t__postgrad--pas h2.t__none,
.t__postgrad--pas h2.theme__none,
.t__postgrad--pas h3.t__none,
.t__postgrad--pas h3.theme__none,
.t__postgrad--pas h4.t__none,
.t__postgrad--pas h4.theme__none,
.t__postgrad--pas h1.t__none--w-hov,
.t__postgrad--pas h1.theme__none--with-hover,
.t__postgrad--pas h2.t__none--w-hov,
.t__postgrad--pas h2.theme__none--with-hover,
.t__postgrad--pas h3.t__none--w-hov,
.t__postgrad--pas h3.theme__none--with-hover,
.t__postgrad--pas h4.t__none--w-hov,
.t__postgrad--pas h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__postgrad--pastel span.t__none,
.theme__postgrad--pastel span.theme__none,
.t__postgrad--pas span.t__none,
.t__postgrad--pas span.theme__none {
  color: #4a4a4a;
}
.theme__postgrad--pastel i.t__none,
.theme__postgrad--pastel i.theme__none,
.t__postgrad--pas i.t__none,
.t__postgrad--pas i.theme__none {
  color: #4a4a4a;
}
.theme__postgrad--pastel a.border__none,
.theme__postgrad--pastel a.b__none,
.t__postgrad--pas a.border__none,
.t__postgrad--pas a.b__none {
  border: 0;
}
.theme__postgrad--pastel a:hover h1.t__none,
.theme__postgrad--pastel a:hover h1.theme__none,
.theme__postgrad--pastel a:hover h2.t__none,
.theme__postgrad--pastel a:hover h2.theme__none,
.theme__postgrad--pastel a:hover h3.t__none,
.theme__postgrad--pastel a:hover h3.theme__none,
.theme__postgrad--pastel a:hover h4.t__none,
.theme__postgrad--pastel a:hover h4.theme__none,
.t__postgrad--pas a:hover h1.t__none,
.t__postgrad--pas a:hover h1.theme__none,
.t__postgrad--pas a:hover h2.t__none,
.t__postgrad--pas a:hover h2.theme__none,
.t__postgrad--pas a:hover h3.t__none,
.t__postgrad--pas a:hover h3.theme__none,
.t__postgrad--pas a:hover h4.t__none,
.t__postgrad--pas a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__postgrad--pastel a:hover h1.t__none--w-hov,
.theme__postgrad--pastel a:hover h1.theme__none--with-hover,
.theme__postgrad--pastel a:hover h2.t__none--w-hov,
.theme__postgrad--pastel a:hover h2.theme__none--with-hover,
.theme__postgrad--pastel a:hover h3.t__none--w-hov,
.theme__postgrad--pastel a:hover h3.theme__none--with-hover,
.theme__postgrad--pastel a:hover h4.t__none--w-hov,
.theme__postgrad--pastel a:hover h4.theme__none--with-hover,
.t__postgrad--pas a:hover h1.t__none--w-hov,
.t__postgrad--pas a:hover h1.theme__none--with-hover,
.t__postgrad--pas a:hover h2.t__none--w-hov,
.t__postgrad--pas a:hover h2.theme__none--with-hover,
.t__postgrad--pas a:hover h3.t__none--w-hov,
.t__postgrad--pas a:hover h3.theme__none--with-hover,
.t__postgrad--pas a:hover h4.t__none--w-hov,
.t__postgrad--pas a:hover h4.theme__none--with-hover {
  color: rgba(166, 218, 190, 0.1);
}

.theme__postgrad--background-primary,
.t__postgrad--bg-pri {
  background-color: #A6DABE;
}

.theme__postgrad--background-secondary,
.t__postgrad--bg-sec {
  background-color: #A6DABE;
}

.theme__postgrad--background-pastel,
.t__postgrad--bg-pas {
  background-color: rgba(166, 218, 190, 0.1);
}

.theme__blockgreen--primary h1, .theme__blockgreen--primary h2, .theme__blockgreen--primary h3, .theme__blockgreen--primary h4, .theme__blockgreen--primary h5, .theme__blockgreen--primary h6,
.t__blockgreen--pri h1,
.t__blockgreen--pri h2,
.t__blockgreen--pri h3,
.t__blockgreen--pri h4,
.t__blockgreen--pri h5,
.t__blockgreen--pri h6 {
  color: #3CE678;
}
.theme__blockgreen--primary a,
.t__blockgreen--pri a {
  color: #4a4a4a;
  border-color: #3CE678;
  text-decoration: none;
}
.theme__blockgreen--primary a:hover,
.t__blockgreen--pri a:hover {
  color: #3CE678;
}
.theme__blockgreen--primary a:hover h1, .theme__blockgreen--primary a:hover h2, .theme__blockgreen--primary a:hover h3, .theme__blockgreen--primary a:hover h4, .theme__blockgreen--primary a:hover h5, .theme__blockgreen--primary a:hover h6,
.t__blockgreen--pri a:hover h1,
.t__blockgreen--pri a:hover h2,
.t__blockgreen--pri a:hover h3,
.t__blockgreen--pri a:hover h4,
.t__blockgreen--pri a:hover h5,
.t__blockgreen--pri a:hover h6 {
  color: #3CE678;
}
.theme__blockgreen--primary a div,
.t__blockgreen--pri a div {
  border-color: #3CE678 !important;
}
.theme__blockgreen--primary input,
.t__blockgreen--pri input {
  border-color: #3CE678;
}
.theme__blockgreen--primary p,
.t__blockgreen--pri p {
  color: #4a4a4a;
}
.theme__blockgreen--primary .button,
.theme__blockgreen--primary .btn,
.theme__blockgreen--primary .btn__pill, .theme__blockgreen--primary.button, .theme__blockgreen--primary.btn, .theme__blockgreen--primary.btn__pill,
.t__blockgreen--pri .button,
.t__blockgreen--pri .btn,
.t__blockgreen--pri .btn__pill,
.t__blockgreen--pri.button,
.t__blockgreen--pri.btn,
.t__blockgreen--pri.btn__pill {
  border-color: #3CE678;
}
@media (hover: hover) {
  .theme__blockgreen--primary .button:hover,
  .theme__blockgreen--primary .btn:hover,
  .theme__blockgreen--primary .btn__pill:hover, .theme__blockgreen--primary.button:hover, .theme__blockgreen--primary.btn:hover, .theme__blockgreen--primary.btn__pill:hover,
  .t__blockgreen--pri .button:hover,
  .t__blockgreen--pri .btn:hover,
  .t__blockgreen--pri .btn__pill:hover,
  .t__blockgreen--pri.button:hover,
  .t__blockgreen--pri.btn:hover,
  .t__blockgreen--pri.btn__pill:hover {
    color: #ffffff;
    background: #3CE678;
  }
  .theme__blockgreen--primary .button:hover i,
  .theme__blockgreen--primary .btn:hover i,
  .theme__blockgreen--primary .btn__pill:hover i, .theme__blockgreen--primary.button:hover i, .theme__blockgreen--primary.btn:hover i, .theme__blockgreen--primary.btn__pill:hover i,
  .t__blockgreen--pri .button:hover i,
  .t__blockgreen--pri .btn:hover i,
  .t__blockgreen--pri .btn__pill:hover i,
  .t__blockgreen--pri.button:hover i,
  .t__blockgreen--pri.btn:hover i,
  .t__blockgreen--pri.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__blockgreen--primary .button__invert,
.theme__blockgreen--primary .btn__invert,
.theme__blockgreen--primary .btn__pill__invert, .theme__blockgreen--primary.button__invert, .theme__blockgreen--primary.btn__invert, .theme__blockgreen--primary.btn__pill__invert,
.t__blockgreen--pri .button__invert,
.t__blockgreen--pri .btn__invert,
.t__blockgreen--pri .btn__pill__invert,
.t__blockgreen--pri.button__invert,
.t__blockgreen--pri.btn__invert,
.t__blockgreen--pri.btn__pill__invert {
  background-color: #3CE678;
  color: #ffffff;
}
.theme__blockgreen--primary .button__invert h4,
.theme__blockgreen--primary .btn__invert h4,
.theme__blockgreen--primary .btn__pill__invert h4, .theme__blockgreen--primary.button__invert h4, .theme__blockgreen--primary.btn__invert h4, .theme__blockgreen--primary.btn__pill__invert h4,
.t__blockgreen--pri .button__invert h4,
.t__blockgreen--pri .btn__invert h4,
.t__blockgreen--pri .btn__pill__invert h4,
.t__blockgreen--pri.button__invert h4,
.t__blockgreen--pri.btn__invert h4,
.t__blockgreen--pri.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__blockgreen--primary .button__invert:hover,
.theme__blockgreen--primary .btn__invert:hover,
.theme__blockgreen--primary .btn__pill__invert:hover, .theme__blockgreen--primary.button__invert:hover, .theme__blockgreen--primary.btn__invert:hover, .theme__blockgreen--primary.btn__pill__invert:hover,
.t__blockgreen--pri .button__invert:hover,
.t__blockgreen--pri .btn__invert:hover,
.t__blockgreen--pri .btn__pill__invert:hover,
.t__blockgreen--pri.button__invert:hover,
.t__blockgreen--pri.btn__invert:hover,
.t__blockgreen--pri.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__blockgreen--primary .button__invert:hover h4,
.theme__blockgreen--primary .btn__invert:hover h4,
.theme__blockgreen--primary .btn__pill__invert:hover h4, .theme__blockgreen--primary.button__invert:hover h4, .theme__blockgreen--primary.btn__invert:hover h4, .theme__blockgreen--primary.btn__pill__invert:hover h4,
.t__blockgreen--pri .button__invert:hover h4,
.t__blockgreen--pri .btn__invert:hover h4,
.t__blockgreen--pri .btn__pill__invert:hover h4,
.t__blockgreen--pri.button__invert:hover h4,
.t__blockgreen--pri.btn__invert:hover h4,
.t__blockgreen--pri.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__blockgreen--primary .button__invert--hover:hover,
.theme__blockgreen--primary .btn__invert--hover:hover,
.theme__blockgreen--primary .btn__pill__invert--hover:hover, .theme__blockgreen--primary.button__invert--hover:hover, .theme__blockgreen--primary.btn__invert--hover:hover, .theme__blockgreen--primary.btn__pill__invert--hover:hover,
.t__blockgreen--pri .button__invert--hover:hover,
.t__blockgreen--pri .btn__invert--hover:hover,
.t__blockgreen--pri .btn__pill__invert--hover:hover,
.t__blockgreen--pri.button__invert--hover:hover,
.t__blockgreen--pri.btn__invert--hover:hover,
.t__blockgreen--pri.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__blockgreen--primary .button__under,
.theme__blockgreen--primary .btn__under,
.theme__blockgreen--primary .btn__pill__under, .theme__blockgreen--primary.button__under, .theme__blockgreen--primary.btn__under, .theme__blockgreen--primary.btn__pill__under,
.t__blockgreen--pri .button__under,
.t__blockgreen--pri .btn__under,
.t__blockgreen--pri .btn__pill__under,
.t__blockgreen--pri.button__under,
.t__blockgreen--pri.btn__under,
.t__blockgreen--pri.btn__pill__under {
  border-color: #3CE678;
}
.theme__blockgreen--primary .btn__large,
.t__blockgreen--pri .btn__large {
  background-color: #3CE678;
}
.theme__blockgreen--primary .input__search,
.t__blockgreen--pri .input__search {
  border-color: #3CE678;
}
.theme__blockgreen--primary .input__search i,
.t__blockgreen--pri .input__search i {
  color: #4a4a4a;
}
.theme__blockgreen--primary .input__search:hover i,
.t__blockgreen--pri .input__search:hover i {
  color: #3CE678;
}
.theme__blockgreen--primary .component__foreground,
.t__blockgreen--pri .component__foreground {
  color: #4a4a4a;
}
.theme__blockgreen--primary.card,
.theme__blockgreen--primary .card, .theme__blockgreen--primary.card__with-image,
.theme__blockgreen--primary .card__with-image,
.t__blockgreen--pri.card,
.t__blockgreen--pri .card,
.t__blockgreen--pri.card__with-image,
.t__blockgreen--pri .card__with-image {
  border-color: #3CE678;
}
.theme__blockgreen--primary.card__highlight,
.theme__blockgreen--primary .card__highlight,
.theme__blockgreen--primary .card__highlight--image,
.theme__blockgreen--primary .card__highlight--final,
.t__blockgreen--pri.card__highlight,
.t__blockgreen--pri .card__highlight,
.t__blockgreen--pri .card__highlight--image,
.t__blockgreen--pri .card__highlight--final {
  background-color: #3CE678;
  border-color: #3CE678;
}
.theme__blockgreen--primary.card__highlight--title,
.theme__blockgreen--primary .card__highlight--title,
.theme__blockgreen--primary .card__highlight--image,
.theme__blockgreen--primary .card__highlight--final,
.t__blockgreen--pri.card__highlight--title,
.t__blockgreen--pri .card__highlight--title,
.t__blockgreen--pri .card__highlight--image,
.t__blockgreen--pri .card__highlight--final {
  color: #4a4a4a;
}
.theme__blockgreen--primary .image-slider__selector--dot,
.t__blockgreen--pri .image-slider__selector--dot {
  background-color: #3CE678;
}
.theme__blockgreen--primary .call-to-action__text h3,
.t__blockgreen--pri .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__blockgreen--primary .officer__block--title h5, .theme__blockgreen--primary .officer__block--title h6,
.t__blockgreen--pri .officer__block--title h5,
.t__blockgreen--pri .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__blockgreen--primary .block__statement--link,
.t__blockgreen--pri .block__statement--link {
  color: #4a4a4a;
}
.theme__blockgreen--primary .card__cutoff,
.t__blockgreen--pri .card__cutoff {
  background: linear-gradient(#3CE678, #3CE678), linear-gradient(white, white);
}
.theme__blockgreen--primary .card__cutoff p,
.t__blockgreen--pri .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__blockgreen--primary .card__cutoff:hover,
  .t__blockgreen--pri .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__blockgreen--primary .card__cutoff:hover p,
  .t__blockgreen--pri .card__cutoff:hover p {
    color: #3CE678;
  }
  .theme__blockgreen--primary .card__cutoff:hover .card__cutoff--link,
  .t__blockgreen--pri .card__cutoff:hover .card__cutoff--link {
    color: #3CE678;
  }
  .theme__blockgreen--primary .card__cutoff:hover .card__cutoff--text,
  .t__blockgreen--pri .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__blockgreen--primary .card__cutoff:hover .card__cutoff--text p,
  .t__blockgreen--pri .card__cutoff:hover .card__cutoff--text p {
    color: #3CE678;
  }
  .theme__blockgreen--primary .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__blockgreen--pri .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: #3CE678;
  }
}
.theme__blockgreen--primary .card__cutoff--link,
.t__blockgreen--pri .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__blockgreen--primary .card__cutoff--link:hover,
  .t__blockgreen--pri .card__cutoff--link:hover {
    color: #3CE678;
  }
  .theme__blockgreen--primary .card__cutoff--link:hover--link,
  .t__blockgreen--pri .card__cutoff--link:hover--link {
    color: #3CE678;
  }
}
.theme__blockgreen--primary .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__blockgreen--pri .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: #3CE678;
}
.theme__blockgreen--primary .dropdown__toggle--title,
.t__blockgreen--pri .dropdown__toggle--title {
  color: #3CE678;
}
.theme__blockgreen--primary .dropdown__toggle--icon i,
.t__blockgreen--pri .dropdown__toggle--icon i {
  color: #3CE678;
}
.theme__blockgreen--primary .large_timer__countdown--item_large,
.t__blockgreen--pri .large_timer__countdown--item_large {
  background-color: #3CE678;
}
.theme__blockgreen--primary .large_timer__countdown--item_medium,
.t__blockgreen--pri .large_timer__countdown--item_medium {
  background-color: #3CE678;
}
.theme__blockgreen--primary .large_timer__countdown--item_small,
.t__blockgreen--pri .large_timer__countdown--item_small {
  background-color: #3CE678;
}
.theme__blockgreen--primary .modalcontent,
.t__blockgreen--pri .modalcontent {
  border-color: #3CE678;
}
.theme__blockgreen--primary .transparent__header,
.t__blockgreen--pri .transparent__header {
  background: #3CE678;
}
.theme__blockgreen--primary .breadcrumb__slashes,
.t__blockgreen--pri .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__blockgreen--primary .the-list,
.t__blockgreen--pri .the-list {
  background-color: #3CE678;
}
.theme__blockgreen--primary .the-list option,
.t__blockgreen--pri .the-list option {
  border-color: #3CE678 !important;
}
.theme__blockgreen--primary .es-list::-webkit-scrollbar-thumb,
.t__blockgreen--pri .es-list::-webkit-scrollbar-thumb {
  background: #3CE678;
}
.theme__blockgreen--primary .es-visible,
.t__blockgreen--pri .es-visible {
  border-color: #3CE678 !important;
}
.theme__blockgreen--primary .ot-open,
.theme__blockgreen--primary .ot-closed,
.t__blockgreen--pri .ot-open,
.t__blockgreen--pri .ot-closed {
  color: #3CE678;
}
.theme__blockgreen--primary .colour__foreground,
.t__blockgreen--pri .colour__foreground {
  color: #3CE678;
}
.theme__blockgreen--primary h1.t__none,
.theme__blockgreen--primary h1.theme__none,
.theme__blockgreen--primary h2.t__none,
.theme__blockgreen--primary h2.theme__none,
.theme__blockgreen--primary h3.t__none,
.theme__blockgreen--primary h3.theme__none,
.theme__blockgreen--primary h4.t__none,
.theme__blockgreen--primary h4.theme__none,
.theme__blockgreen--primary h1.t__none--w-hov,
.theme__blockgreen--primary h1.theme__none--with-hover,
.theme__blockgreen--primary h2.t__none--w-hov,
.theme__blockgreen--primary h2.theme__none--with-hover,
.theme__blockgreen--primary h3.t__none--w-hov,
.theme__blockgreen--primary h3.theme__none--with-hover,
.theme__blockgreen--primary h4.t__none--w-hov,
.theme__blockgreen--primary h4.theme__none--with-hover,
.t__blockgreen--pri h1.t__none,
.t__blockgreen--pri h1.theme__none,
.t__blockgreen--pri h2.t__none,
.t__blockgreen--pri h2.theme__none,
.t__blockgreen--pri h3.t__none,
.t__blockgreen--pri h3.theme__none,
.t__blockgreen--pri h4.t__none,
.t__blockgreen--pri h4.theme__none,
.t__blockgreen--pri h1.t__none--w-hov,
.t__blockgreen--pri h1.theme__none--with-hover,
.t__blockgreen--pri h2.t__none--w-hov,
.t__blockgreen--pri h2.theme__none--with-hover,
.t__blockgreen--pri h3.t__none--w-hov,
.t__blockgreen--pri h3.theme__none--with-hover,
.t__blockgreen--pri h4.t__none--w-hov,
.t__blockgreen--pri h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__blockgreen--primary span.t__none,
.theme__blockgreen--primary span.theme__none,
.t__blockgreen--pri span.t__none,
.t__blockgreen--pri span.theme__none {
  color: #4a4a4a;
}
.theme__blockgreen--primary i.t__none,
.theme__blockgreen--primary i.theme__none,
.t__blockgreen--pri i.t__none,
.t__blockgreen--pri i.theme__none {
  color: #4a4a4a;
}
.theme__blockgreen--primary a.border__none,
.theme__blockgreen--primary a.b__none,
.t__blockgreen--pri a.border__none,
.t__blockgreen--pri a.b__none {
  border: 0;
}
.theme__blockgreen--primary a:hover h1.t__none,
.theme__blockgreen--primary a:hover h1.theme__none,
.theme__blockgreen--primary a:hover h2.t__none,
.theme__blockgreen--primary a:hover h2.theme__none,
.theme__blockgreen--primary a:hover h3.t__none,
.theme__blockgreen--primary a:hover h3.theme__none,
.theme__blockgreen--primary a:hover h4.t__none,
.theme__blockgreen--primary a:hover h4.theme__none,
.t__blockgreen--pri a:hover h1.t__none,
.t__blockgreen--pri a:hover h1.theme__none,
.t__blockgreen--pri a:hover h2.t__none,
.t__blockgreen--pri a:hover h2.theme__none,
.t__blockgreen--pri a:hover h3.t__none,
.t__blockgreen--pri a:hover h3.theme__none,
.t__blockgreen--pri a:hover h4.t__none,
.t__blockgreen--pri a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__blockgreen--primary a:hover h1.t__none--w-hov,
.theme__blockgreen--primary a:hover h1.theme__none--with-hover,
.theme__blockgreen--primary a:hover h2.t__none--w-hov,
.theme__blockgreen--primary a:hover h2.theme__none--with-hover,
.theme__blockgreen--primary a:hover h3.t__none--w-hov,
.theme__blockgreen--primary a:hover h3.theme__none--with-hover,
.theme__blockgreen--primary a:hover h4.t__none--w-hov,
.theme__blockgreen--primary a:hover h4.theme__none--with-hover,
.t__blockgreen--pri a:hover h1.t__none--w-hov,
.t__blockgreen--pri a:hover h1.theme__none--with-hover,
.t__blockgreen--pri a:hover h2.t__none--w-hov,
.t__blockgreen--pri a:hover h2.theme__none--with-hover,
.t__blockgreen--pri a:hover h3.t__none--w-hov,
.t__blockgreen--pri a:hover h3.theme__none--with-hover,
.t__blockgreen--pri a:hover h4.t__none--w-hov,
.t__blockgreen--pri a:hover h4.theme__none--with-hover {
  color: #3CE678;
}
.theme__blockgreen--primary .dotted__line--small, .theme__blockgreen--primary .dotted__line--medium, .theme__blockgreen--primary .dotted__line--large, .theme__blockgreen--primary .dotted__line--x-large, .theme__blockgreen--primary .dotted__line--huge,
.t__blockgreen--pri .dotted__line--small,
.t__blockgreen--pri .dotted__line--medium,
.t__blockgreen--pri .dotted__line--large,
.t__blockgreen--pri .dotted__line--x-large,
.t__blockgreen--pri .dotted__line--huge {
  border-image-source: url("https://assets-cdn.sums.su/SH/Dotted_Borders/dotted_postgradHub.png");
}

.theme__blockgreen--secondary h1, .theme__blockgreen--secondary h2, .theme__blockgreen--secondary h3, .theme__blockgreen--secondary h4, .theme__blockgreen--secondary h5, .theme__blockgreen--secondary h6,
.t__blockgreen--sec h1,
.t__blockgreen--sec h2,
.t__blockgreen--sec h3,
.t__blockgreen--sec h4,
.t__blockgreen--sec h5,
.t__blockgreen--sec h6 {
  color: #3CE678;
}
.theme__blockgreen--secondary a,
.t__blockgreen--sec a {
  color: #4a4a4a;
  border-color: #3CE678;
  text-decoration: none;
}
.theme__blockgreen--secondary a:hover,
.t__blockgreen--sec a:hover {
  color: #3CE678;
}
.theme__blockgreen--secondary a:hover h1, .theme__blockgreen--secondary a:hover h2, .theme__blockgreen--secondary a:hover h3, .theme__blockgreen--secondary a:hover h4, .theme__blockgreen--secondary a:hover h5, .theme__blockgreen--secondary a:hover h6,
.t__blockgreen--sec a:hover h1,
.t__blockgreen--sec a:hover h2,
.t__blockgreen--sec a:hover h3,
.t__blockgreen--sec a:hover h4,
.t__blockgreen--sec a:hover h5,
.t__blockgreen--sec a:hover h6 {
  color: #3CE678;
}
.theme__blockgreen--secondary a div,
.t__blockgreen--sec a div {
  border-color: #3CE678 !important;
}
.theme__blockgreen--secondary input,
.t__blockgreen--sec input {
  border-color: #3CE678;
}
.theme__blockgreen--secondary p,
.t__blockgreen--sec p {
  color: #4a4a4a;
}
.theme__blockgreen--secondary .button,
.theme__blockgreen--secondary .btn,
.theme__blockgreen--secondary .btn__pill, .theme__blockgreen--secondary.button, .theme__blockgreen--secondary.btn, .theme__blockgreen--secondary.btn__pill,
.t__blockgreen--sec .button,
.t__blockgreen--sec .btn,
.t__blockgreen--sec .btn__pill,
.t__blockgreen--sec.button,
.t__blockgreen--sec.btn,
.t__blockgreen--sec.btn__pill {
  border-color: #3CE678;
}
@media (hover: hover) {
  .theme__blockgreen--secondary .button:hover,
  .theme__blockgreen--secondary .btn:hover,
  .theme__blockgreen--secondary .btn__pill:hover, .theme__blockgreen--secondary.button:hover, .theme__blockgreen--secondary.btn:hover, .theme__blockgreen--secondary.btn__pill:hover,
  .t__blockgreen--sec .button:hover,
  .t__blockgreen--sec .btn:hover,
  .t__blockgreen--sec .btn__pill:hover,
  .t__blockgreen--sec.button:hover,
  .t__blockgreen--sec.btn:hover,
  .t__blockgreen--sec.btn__pill:hover {
    color: #ffffff;
    background: #3CE678;
  }
  .theme__blockgreen--secondary .button:hover i,
  .theme__blockgreen--secondary .btn:hover i,
  .theme__blockgreen--secondary .btn__pill:hover i, .theme__blockgreen--secondary.button:hover i, .theme__blockgreen--secondary.btn:hover i, .theme__blockgreen--secondary.btn__pill:hover i,
  .t__blockgreen--sec .button:hover i,
  .t__blockgreen--sec .btn:hover i,
  .t__blockgreen--sec .btn__pill:hover i,
  .t__blockgreen--sec.button:hover i,
  .t__blockgreen--sec.btn:hover i,
  .t__blockgreen--sec.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__blockgreen--secondary .button__invert,
.theme__blockgreen--secondary .btn__invert,
.theme__blockgreen--secondary .btn__pill__invert, .theme__blockgreen--secondary.button__invert, .theme__blockgreen--secondary.btn__invert, .theme__blockgreen--secondary.btn__pill__invert,
.t__blockgreen--sec .button__invert,
.t__blockgreen--sec .btn__invert,
.t__blockgreen--sec .btn__pill__invert,
.t__blockgreen--sec.button__invert,
.t__blockgreen--sec.btn__invert,
.t__blockgreen--sec.btn__pill__invert {
  background-color: #3CE678;
  color: #ffffff;
}
.theme__blockgreen--secondary .button__invert h4,
.theme__blockgreen--secondary .btn__invert h4,
.theme__blockgreen--secondary .btn__pill__invert h4, .theme__blockgreen--secondary.button__invert h4, .theme__blockgreen--secondary.btn__invert h4, .theme__blockgreen--secondary.btn__pill__invert h4,
.t__blockgreen--sec .button__invert h4,
.t__blockgreen--sec .btn__invert h4,
.t__blockgreen--sec .btn__pill__invert h4,
.t__blockgreen--sec.button__invert h4,
.t__blockgreen--sec.btn__invert h4,
.t__blockgreen--sec.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__blockgreen--secondary .button__invert:hover,
.theme__blockgreen--secondary .btn__invert:hover,
.theme__blockgreen--secondary .btn__pill__invert:hover, .theme__blockgreen--secondary.button__invert:hover, .theme__blockgreen--secondary.btn__invert:hover, .theme__blockgreen--secondary.btn__pill__invert:hover,
.t__blockgreen--sec .button__invert:hover,
.t__blockgreen--sec .btn__invert:hover,
.t__blockgreen--sec .btn__pill__invert:hover,
.t__blockgreen--sec.button__invert:hover,
.t__blockgreen--sec.btn__invert:hover,
.t__blockgreen--sec.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__blockgreen--secondary .button__invert:hover h4,
.theme__blockgreen--secondary .btn__invert:hover h4,
.theme__blockgreen--secondary .btn__pill__invert:hover h4, .theme__blockgreen--secondary.button__invert:hover h4, .theme__blockgreen--secondary.btn__invert:hover h4, .theme__blockgreen--secondary.btn__pill__invert:hover h4,
.t__blockgreen--sec .button__invert:hover h4,
.t__blockgreen--sec .btn__invert:hover h4,
.t__blockgreen--sec .btn__pill__invert:hover h4,
.t__blockgreen--sec.button__invert:hover h4,
.t__blockgreen--sec.btn__invert:hover h4,
.t__blockgreen--sec.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__blockgreen--secondary .button__invert--hover:hover,
.theme__blockgreen--secondary .btn__invert--hover:hover,
.theme__blockgreen--secondary .btn__pill__invert--hover:hover, .theme__blockgreen--secondary.button__invert--hover:hover, .theme__blockgreen--secondary.btn__invert--hover:hover, .theme__blockgreen--secondary.btn__pill__invert--hover:hover,
.t__blockgreen--sec .button__invert--hover:hover,
.t__blockgreen--sec .btn__invert--hover:hover,
.t__blockgreen--sec .btn__pill__invert--hover:hover,
.t__blockgreen--sec.button__invert--hover:hover,
.t__blockgreen--sec.btn__invert--hover:hover,
.t__blockgreen--sec.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__blockgreen--secondary .button__under,
.theme__blockgreen--secondary .btn__under,
.theme__blockgreen--secondary .btn__pill__under, .theme__blockgreen--secondary.button__under, .theme__blockgreen--secondary.btn__under, .theme__blockgreen--secondary.btn__pill__under,
.t__blockgreen--sec .button__under,
.t__blockgreen--sec .btn__under,
.t__blockgreen--sec .btn__pill__under,
.t__blockgreen--sec.button__under,
.t__blockgreen--sec.btn__under,
.t__blockgreen--sec.btn__pill__under {
  border-color: #3CE678;
}
.theme__blockgreen--secondary .btn__large,
.t__blockgreen--sec .btn__large {
  background-color: #3CE678;
}
.theme__blockgreen--secondary .input__search,
.t__blockgreen--sec .input__search {
  border-color: #3CE678;
}
.theme__blockgreen--secondary .input__search i,
.t__blockgreen--sec .input__search i {
  color: #4a4a4a;
}
.theme__blockgreen--secondary .input__search:hover i,
.t__blockgreen--sec .input__search:hover i {
  color: #3CE678;
}
.theme__blockgreen--secondary .component__foreground,
.t__blockgreen--sec .component__foreground {
  color: #4a4a4a;
}
.theme__blockgreen--secondary.card,
.theme__blockgreen--secondary .card, .theme__blockgreen--secondary.card__with-image,
.theme__blockgreen--secondary .card__with-image,
.t__blockgreen--sec.card,
.t__blockgreen--sec .card,
.t__blockgreen--sec.card__with-image,
.t__blockgreen--sec .card__with-image {
  border-color: #3CE678;
}
.theme__blockgreen--secondary.card__highlight,
.theme__blockgreen--secondary .card__highlight,
.theme__blockgreen--secondary .card__highlight--image,
.theme__blockgreen--secondary .card__highlight--final,
.t__blockgreen--sec.card__highlight,
.t__blockgreen--sec .card__highlight,
.t__blockgreen--sec .card__highlight--image,
.t__blockgreen--sec .card__highlight--final {
  background-color: #3CE678;
  border-color: #3CE678;
}
.theme__blockgreen--secondary.card__highlight--title,
.theme__blockgreen--secondary .card__highlight--title,
.theme__blockgreen--secondary .card__highlight--image,
.theme__blockgreen--secondary .card__highlight--final,
.t__blockgreen--sec.card__highlight--title,
.t__blockgreen--sec .card__highlight--title,
.t__blockgreen--sec .card__highlight--image,
.t__blockgreen--sec .card__highlight--final {
  color: #4a4a4a;
}
.theme__blockgreen--secondary .image-slider__selector--dot,
.t__blockgreen--sec .image-slider__selector--dot {
  background-color: #3CE678;
}
.theme__blockgreen--secondary .call-to-action__text h3,
.t__blockgreen--sec .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__blockgreen--secondary .officer__block--title h5, .theme__blockgreen--secondary .officer__block--title h6,
.t__blockgreen--sec .officer__block--title h5,
.t__blockgreen--sec .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__blockgreen--secondary .block__statement--link,
.t__blockgreen--sec .block__statement--link {
  color: #4a4a4a;
}
.theme__blockgreen--secondary .card__cutoff,
.t__blockgreen--sec .card__cutoff {
  background: linear-gradient(#3CE678, #3CE678), linear-gradient(white, white);
}
.theme__blockgreen--secondary .card__cutoff p,
.t__blockgreen--sec .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__blockgreen--secondary .card__cutoff:hover,
  .t__blockgreen--sec .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__blockgreen--secondary .card__cutoff:hover p,
  .t__blockgreen--sec .card__cutoff:hover p {
    color: #3CE678;
  }
  .theme__blockgreen--secondary .card__cutoff:hover .card__cutoff--link,
  .t__blockgreen--sec .card__cutoff:hover .card__cutoff--link {
    color: #3CE678;
  }
  .theme__blockgreen--secondary .card__cutoff:hover .card__cutoff--text,
  .t__blockgreen--sec .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__blockgreen--secondary .card__cutoff:hover .card__cutoff--text p,
  .t__blockgreen--sec .card__cutoff:hover .card__cutoff--text p {
    color: #3CE678;
  }
  .theme__blockgreen--secondary .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__blockgreen--sec .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: #3CE678;
  }
}
.theme__blockgreen--secondary .card__cutoff--link,
.t__blockgreen--sec .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__blockgreen--secondary .card__cutoff--link:hover,
  .t__blockgreen--sec .card__cutoff--link:hover {
    color: #3CE678;
  }
  .theme__blockgreen--secondary .card__cutoff--link:hover--link,
  .t__blockgreen--sec .card__cutoff--link:hover--link {
    color: #3CE678;
  }
}
.theme__blockgreen--secondary .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__blockgreen--sec .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: #3CE678;
}
.theme__blockgreen--secondary .dropdown__toggle--title,
.t__blockgreen--sec .dropdown__toggle--title {
  color: #3CE678;
}
.theme__blockgreen--secondary .dropdown__toggle--icon i,
.t__blockgreen--sec .dropdown__toggle--icon i {
  color: #3CE678;
}
.theme__blockgreen--secondary .large_timer__countdown--item_large,
.t__blockgreen--sec .large_timer__countdown--item_large {
  background-color: #3CE678;
}
.theme__blockgreen--secondary .large_timer__countdown--item_medium,
.t__blockgreen--sec .large_timer__countdown--item_medium {
  background-color: #3CE678;
}
.theme__blockgreen--secondary .large_timer__countdown--item_small,
.t__blockgreen--sec .large_timer__countdown--item_small {
  background-color: #3CE678;
}
.theme__blockgreen--secondary .modalcontent,
.t__blockgreen--sec .modalcontent {
  border-color: #3CE678;
}
.theme__blockgreen--secondary .transparent__header,
.t__blockgreen--sec .transparent__header {
  background: #3CE678;
}
.theme__blockgreen--secondary .breadcrumb__slashes,
.t__blockgreen--sec .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__blockgreen--secondary .the-list,
.t__blockgreen--sec .the-list {
  background-color: #3CE678;
}
.theme__blockgreen--secondary .the-list option,
.t__blockgreen--sec .the-list option {
  border-color: #3CE678 !important;
}
.theme__blockgreen--secondary .es-list::-webkit-scrollbar-thumb,
.t__blockgreen--sec .es-list::-webkit-scrollbar-thumb {
  background: #3CE678;
}
.theme__blockgreen--secondary .es-visible,
.t__blockgreen--sec .es-visible {
  border-color: #3CE678 !important;
}
.theme__blockgreen--secondary .ot-open,
.theme__blockgreen--secondary .ot-closed,
.t__blockgreen--sec .ot-open,
.t__blockgreen--sec .ot-closed {
  color: #3CE678;
}
.theme__blockgreen--secondary .colour__foreground,
.t__blockgreen--sec .colour__foreground {
  color: #3CE678;
}
.theme__blockgreen--secondary h1.t__none,
.theme__blockgreen--secondary h1.theme__none,
.theme__blockgreen--secondary h2.t__none,
.theme__blockgreen--secondary h2.theme__none,
.theme__blockgreen--secondary h3.t__none,
.theme__blockgreen--secondary h3.theme__none,
.theme__blockgreen--secondary h4.t__none,
.theme__blockgreen--secondary h4.theme__none,
.theme__blockgreen--secondary h1.t__none--w-hov,
.theme__blockgreen--secondary h1.theme__none--with-hover,
.theme__blockgreen--secondary h2.t__none--w-hov,
.theme__blockgreen--secondary h2.theme__none--with-hover,
.theme__blockgreen--secondary h3.t__none--w-hov,
.theme__blockgreen--secondary h3.theme__none--with-hover,
.theme__blockgreen--secondary h4.t__none--w-hov,
.theme__blockgreen--secondary h4.theme__none--with-hover,
.t__blockgreen--sec h1.t__none,
.t__blockgreen--sec h1.theme__none,
.t__blockgreen--sec h2.t__none,
.t__blockgreen--sec h2.theme__none,
.t__blockgreen--sec h3.t__none,
.t__blockgreen--sec h3.theme__none,
.t__blockgreen--sec h4.t__none,
.t__blockgreen--sec h4.theme__none,
.t__blockgreen--sec h1.t__none--w-hov,
.t__blockgreen--sec h1.theme__none--with-hover,
.t__blockgreen--sec h2.t__none--w-hov,
.t__blockgreen--sec h2.theme__none--with-hover,
.t__blockgreen--sec h3.t__none--w-hov,
.t__blockgreen--sec h3.theme__none--with-hover,
.t__blockgreen--sec h4.t__none--w-hov,
.t__blockgreen--sec h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__blockgreen--secondary span.t__none,
.theme__blockgreen--secondary span.theme__none,
.t__blockgreen--sec span.t__none,
.t__blockgreen--sec span.theme__none {
  color: #4a4a4a;
}
.theme__blockgreen--secondary i.t__none,
.theme__blockgreen--secondary i.theme__none,
.t__blockgreen--sec i.t__none,
.t__blockgreen--sec i.theme__none {
  color: #4a4a4a;
}
.theme__blockgreen--secondary a.border__none,
.theme__blockgreen--secondary a.b__none,
.t__blockgreen--sec a.border__none,
.t__blockgreen--sec a.b__none {
  border: 0;
}
.theme__blockgreen--secondary a:hover h1.t__none,
.theme__blockgreen--secondary a:hover h1.theme__none,
.theme__blockgreen--secondary a:hover h2.t__none,
.theme__blockgreen--secondary a:hover h2.theme__none,
.theme__blockgreen--secondary a:hover h3.t__none,
.theme__blockgreen--secondary a:hover h3.theme__none,
.theme__blockgreen--secondary a:hover h4.t__none,
.theme__blockgreen--secondary a:hover h4.theme__none,
.t__blockgreen--sec a:hover h1.t__none,
.t__blockgreen--sec a:hover h1.theme__none,
.t__blockgreen--sec a:hover h2.t__none,
.t__blockgreen--sec a:hover h2.theme__none,
.t__blockgreen--sec a:hover h3.t__none,
.t__blockgreen--sec a:hover h3.theme__none,
.t__blockgreen--sec a:hover h4.t__none,
.t__blockgreen--sec a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__blockgreen--secondary a:hover h1.t__none--w-hov,
.theme__blockgreen--secondary a:hover h1.theme__none--with-hover,
.theme__blockgreen--secondary a:hover h2.t__none--w-hov,
.theme__blockgreen--secondary a:hover h2.theme__none--with-hover,
.theme__blockgreen--secondary a:hover h3.t__none--w-hov,
.theme__blockgreen--secondary a:hover h3.theme__none--with-hover,
.theme__blockgreen--secondary a:hover h4.t__none--w-hov,
.theme__blockgreen--secondary a:hover h4.theme__none--with-hover,
.t__blockgreen--sec a:hover h1.t__none--w-hov,
.t__blockgreen--sec a:hover h1.theme__none--with-hover,
.t__blockgreen--sec a:hover h2.t__none--w-hov,
.t__blockgreen--sec a:hover h2.theme__none--with-hover,
.t__blockgreen--sec a:hover h3.t__none--w-hov,
.t__blockgreen--sec a:hover h3.theme__none--with-hover,
.t__blockgreen--sec a:hover h4.t__none--w-hov,
.t__blockgreen--sec a:hover h4.theme__none--with-hover {
  color: #3CE678;
}

.theme__blockgreen--pastel h1, .theme__blockgreen--pastel h2, .theme__blockgreen--pastel h3, .theme__blockgreen--pastel h4, .theme__blockgreen--pastel h5, .theme__blockgreen--pastel h6,
.t__blockgreen--pas h1,
.t__blockgreen--pas h2,
.t__blockgreen--pas h3,
.t__blockgreen--pas h4,
.t__blockgreen--pas h5,
.t__blockgreen--pas h6 {
  color: rgba(166, 218, 190, 0.1);
}
.theme__blockgreen--pastel a,
.t__blockgreen--pas a {
  color: #4a4a4a;
  border-color: rgba(166, 218, 190, 0.1);
  text-decoration: none;
}
.theme__blockgreen--pastel a:hover,
.t__blockgreen--pas a:hover {
  color: rgba(166, 218, 190, 0.1);
}
.theme__blockgreen--pastel a:hover h1, .theme__blockgreen--pastel a:hover h2, .theme__blockgreen--pastel a:hover h3, .theme__blockgreen--pastel a:hover h4, .theme__blockgreen--pastel a:hover h5, .theme__blockgreen--pastel a:hover h6,
.t__blockgreen--pas a:hover h1,
.t__blockgreen--pas a:hover h2,
.t__blockgreen--pas a:hover h3,
.t__blockgreen--pas a:hover h4,
.t__blockgreen--pas a:hover h5,
.t__blockgreen--pas a:hover h6 {
  color: rgba(166, 218, 190, 0.1);
}
.theme__blockgreen--pastel a div,
.t__blockgreen--pas a div {
  border-color: rgba(166, 218, 190, 0.1) !important;
}
.theme__blockgreen--pastel input,
.t__blockgreen--pas input {
  border-color: rgba(166, 218, 190, 0.1);
}
.theme__blockgreen--pastel p,
.t__blockgreen--pas p {
  color: #4a4a4a;
}
.theme__blockgreen--pastel .button,
.theme__blockgreen--pastel .btn,
.theme__blockgreen--pastel .btn__pill, .theme__blockgreen--pastel.button, .theme__blockgreen--pastel.btn, .theme__blockgreen--pastel.btn__pill,
.t__blockgreen--pas .button,
.t__blockgreen--pas .btn,
.t__blockgreen--pas .btn__pill,
.t__blockgreen--pas.button,
.t__blockgreen--pas.btn,
.t__blockgreen--pas.btn__pill {
  border-color: rgba(166, 218, 190, 0.1);
}
@media (hover: hover) {
  .theme__blockgreen--pastel .button:hover,
  .theme__blockgreen--pastel .btn:hover,
  .theme__blockgreen--pastel .btn__pill:hover, .theme__blockgreen--pastel.button:hover, .theme__blockgreen--pastel.btn:hover, .theme__blockgreen--pastel.btn__pill:hover,
  .t__blockgreen--pas .button:hover,
  .t__blockgreen--pas .btn:hover,
  .t__blockgreen--pas .btn__pill:hover,
  .t__blockgreen--pas.button:hover,
  .t__blockgreen--pas.btn:hover,
  .t__blockgreen--pas.btn__pill:hover {
    color: #ffffff;
    background: rgba(166, 218, 190, 0.1);
  }
  .theme__blockgreen--pastel .button:hover i,
  .theme__blockgreen--pastel .btn:hover i,
  .theme__blockgreen--pastel .btn__pill:hover i, .theme__blockgreen--pastel.button:hover i, .theme__blockgreen--pastel.btn:hover i, .theme__blockgreen--pastel.btn__pill:hover i,
  .t__blockgreen--pas .button:hover i,
  .t__blockgreen--pas .btn:hover i,
  .t__blockgreen--pas .btn__pill:hover i,
  .t__blockgreen--pas.button:hover i,
  .t__blockgreen--pas.btn:hover i,
  .t__blockgreen--pas.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__blockgreen--pastel .button__invert,
.theme__blockgreen--pastel .btn__invert,
.theme__blockgreen--pastel .btn__pill__invert, .theme__blockgreen--pastel.button__invert, .theme__blockgreen--pastel.btn__invert, .theme__blockgreen--pastel.btn__pill__invert,
.t__blockgreen--pas .button__invert,
.t__blockgreen--pas .btn__invert,
.t__blockgreen--pas .btn__pill__invert,
.t__blockgreen--pas.button__invert,
.t__blockgreen--pas.btn__invert,
.t__blockgreen--pas.btn__pill__invert {
  background-color: rgba(166, 218, 190, 0.1);
  color: #ffffff;
}
.theme__blockgreen--pastel .button__invert h4,
.theme__blockgreen--pastel .btn__invert h4,
.theme__blockgreen--pastel .btn__pill__invert h4, .theme__blockgreen--pastel.button__invert h4, .theme__blockgreen--pastel.btn__invert h4, .theme__blockgreen--pastel.btn__pill__invert h4,
.t__blockgreen--pas .button__invert h4,
.t__blockgreen--pas .btn__invert h4,
.t__blockgreen--pas .btn__pill__invert h4,
.t__blockgreen--pas.button__invert h4,
.t__blockgreen--pas.btn__invert h4,
.t__blockgreen--pas.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__blockgreen--pastel .button__invert:hover,
.theme__blockgreen--pastel .btn__invert:hover,
.theme__blockgreen--pastel .btn__pill__invert:hover, .theme__blockgreen--pastel.button__invert:hover, .theme__blockgreen--pastel.btn__invert:hover, .theme__blockgreen--pastel.btn__pill__invert:hover,
.t__blockgreen--pas .button__invert:hover,
.t__blockgreen--pas .btn__invert:hover,
.t__blockgreen--pas .btn__pill__invert:hover,
.t__blockgreen--pas.button__invert:hover,
.t__blockgreen--pas.btn__invert:hover,
.t__blockgreen--pas.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__blockgreen--pastel .button__invert:hover h4,
.theme__blockgreen--pastel .btn__invert:hover h4,
.theme__blockgreen--pastel .btn__pill__invert:hover h4, .theme__blockgreen--pastel.button__invert:hover h4, .theme__blockgreen--pastel.btn__invert:hover h4, .theme__blockgreen--pastel.btn__pill__invert:hover h4,
.t__blockgreen--pas .button__invert:hover h4,
.t__blockgreen--pas .btn__invert:hover h4,
.t__blockgreen--pas .btn__pill__invert:hover h4,
.t__blockgreen--pas.button__invert:hover h4,
.t__blockgreen--pas.btn__invert:hover h4,
.t__blockgreen--pas.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__blockgreen--pastel .button__invert--hover:hover,
.theme__blockgreen--pastel .btn__invert--hover:hover,
.theme__blockgreen--pastel .btn__pill__invert--hover:hover, .theme__blockgreen--pastel.button__invert--hover:hover, .theme__blockgreen--pastel.btn__invert--hover:hover, .theme__blockgreen--pastel.btn__pill__invert--hover:hover,
.t__blockgreen--pas .button__invert--hover:hover,
.t__blockgreen--pas .btn__invert--hover:hover,
.t__blockgreen--pas .btn__pill__invert--hover:hover,
.t__blockgreen--pas.button__invert--hover:hover,
.t__blockgreen--pas.btn__invert--hover:hover,
.t__blockgreen--pas.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__blockgreen--pastel .button__under,
.theme__blockgreen--pastel .btn__under,
.theme__blockgreen--pastel .btn__pill__under, .theme__blockgreen--pastel.button__under, .theme__blockgreen--pastel.btn__under, .theme__blockgreen--pastel.btn__pill__under,
.t__blockgreen--pas .button__under,
.t__blockgreen--pas .btn__under,
.t__blockgreen--pas .btn__pill__under,
.t__blockgreen--pas.button__under,
.t__blockgreen--pas.btn__under,
.t__blockgreen--pas.btn__pill__under {
  border-color: rgba(166, 218, 190, 0.1);
}
.theme__blockgreen--pastel .btn__large,
.t__blockgreen--pas .btn__large {
  background-color: rgba(166, 218, 190, 0.1);
}
.theme__blockgreen--pastel .input__search,
.t__blockgreen--pas .input__search {
  border-color: rgba(166, 218, 190, 0.1);
}
.theme__blockgreen--pastel .input__search i,
.t__blockgreen--pas .input__search i {
  color: #4a4a4a;
}
.theme__blockgreen--pastel .input__search:hover i,
.t__blockgreen--pas .input__search:hover i {
  color: rgba(166, 218, 190, 0.1);
}
.theme__blockgreen--pastel .component__foreground,
.t__blockgreen--pas .component__foreground {
  color: #4a4a4a;
}
.theme__blockgreen--pastel.card,
.theme__blockgreen--pastel .card, .theme__blockgreen--pastel.card__with-image,
.theme__blockgreen--pastel .card__with-image,
.t__blockgreen--pas.card,
.t__blockgreen--pas .card,
.t__blockgreen--pas.card__with-image,
.t__blockgreen--pas .card__with-image {
  border-color: rgba(166, 218, 190, 0.1);
}
.theme__blockgreen--pastel.card__highlight,
.theme__blockgreen--pastel .card__highlight,
.theme__blockgreen--pastel .card__highlight--image,
.theme__blockgreen--pastel .card__highlight--final,
.t__blockgreen--pas.card__highlight,
.t__blockgreen--pas .card__highlight,
.t__blockgreen--pas .card__highlight--image,
.t__blockgreen--pas .card__highlight--final {
  background-color: rgba(166, 218, 190, 0.1);
  border-color: rgba(166, 218, 190, 0.1);
}
.theme__blockgreen--pastel.card__highlight--title,
.theme__blockgreen--pastel .card__highlight--title,
.theme__blockgreen--pastel .card__highlight--image,
.theme__blockgreen--pastel .card__highlight--final,
.t__blockgreen--pas.card__highlight--title,
.t__blockgreen--pas .card__highlight--title,
.t__blockgreen--pas .card__highlight--image,
.t__blockgreen--pas .card__highlight--final {
  color: #4a4a4a;
}
.theme__blockgreen--pastel .image-slider__selector--dot,
.t__blockgreen--pas .image-slider__selector--dot {
  background-color: rgba(166, 218, 190, 0.1);
}
.theme__blockgreen--pastel .call-to-action__text h3,
.t__blockgreen--pas .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__blockgreen--pastel .officer__block--title h5, .theme__blockgreen--pastel .officer__block--title h6,
.t__blockgreen--pas .officer__block--title h5,
.t__blockgreen--pas .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__blockgreen--pastel .block__statement--link,
.t__blockgreen--pas .block__statement--link {
  color: #4a4a4a;
}
.theme__blockgreen--pastel .card__cutoff,
.t__blockgreen--pas .card__cutoff {
  background: linear-gradient(rgba(166, 218, 190, 0.1), rgba(166, 218, 190, 0.1)), linear-gradient(white, white);
}
.theme__blockgreen--pastel .card__cutoff p,
.t__blockgreen--pas .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__blockgreen--pastel .card__cutoff:hover,
  .t__blockgreen--pas .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__blockgreen--pastel .card__cutoff:hover p,
  .t__blockgreen--pas .card__cutoff:hover p {
    color: rgba(166, 218, 190, 0.1);
  }
  .theme__blockgreen--pastel .card__cutoff:hover .card__cutoff--link,
  .t__blockgreen--pas .card__cutoff:hover .card__cutoff--link {
    color: rgba(166, 218, 190, 0.1);
  }
  .theme__blockgreen--pastel .card__cutoff:hover .card__cutoff--text,
  .t__blockgreen--pas .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__blockgreen--pastel .card__cutoff:hover .card__cutoff--text p,
  .t__blockgreen--pas .card__cutoff:hover .card__cutoff--text p {
    color: rgba(166, 218, 190, 0.1);
  }
  .theme__blockgreen--pastel .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__blockgreen--pas .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: rgba(166, 218, 190, 0.1);
  }
}
.theme__blockgreen--pastel .card__cutoff--link,
.t__blockgreen--pas .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__blockgreen--pastel .card__cutoff--link:hover,
  .t__blockgreen--pas .card__cutoff--link:hover {
    color: rgba(166, 218, 190, 0.1);
  }
  .theme__blockgreen--pastel .card__cutoff--link:hover--link,
  .t__blockgreen--pas .card__cutoff--link:hover--link {
    color: rgba(166, 218, 190, 0.1);
  }
}
.theme__blockgreen--pastel .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__blockgreen--pas .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: rgba(166, 218, 190, 0.1);
}
.theme__blockgreen--pastel .dropdown__toggle--title,
.t__blockgreen--pas .dropdown__toggle--title {
  color: rgba(166, 218, 190, 0.1);
}
.theme__blockgreen--pastel .dropdown__toggle--icon i,
.t__blockgreen--pas .dropdown__toggle--icon i {
  color: rgba(166, 218, 190, 0.1);
}
.theme__blockgreen--pastel .large_timer__countdown--item_large,
.t__blockgreen--pas .large_timer__countdown--item_large {
  background-color: rgba(166, 218, 190, 0.1);
}
.theme__blockgreen--pastel .large_timer__countdown--item_medium,
.t__blockgreen--pas .large_timer__countdown--item_medium {
  background-color: rgba(166, 218, 190, 0.1);
}
.theme__blockgreen--pastel .large_timer__countdown--item_small,
.t__blockgreen--pas .large_timer__countdown--item_small {
  background-color: rgba(166, 218, 190, 0.1);
}
.theme__blockgreen--pastel .modalcontent,
.t__blockgreen--pas .modalcontent {
  border-color: rgba(166, 218, 190, 0.1);
}
.theme__blockgreen--pastel .transparent__header,
.t__blockgreen--pas .transparent__header {
  background: rgba(166, 218, 190, 0.1);
}
.theme__blockgreen--pastel .breadcrumb__slashes,
.t__blockgreen--pas .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__blockgreen--pastel .the-list,
.t__blockgreen--pas .the-list {
  background-color: rgba(166, 218, 190, 0.1);
}
.theme__blockgreen--pastel .the-list option,
.t__blockgreen--pas .the-list option {
  border-color: rgba(166, 218, 190, 0.1) !important;
}
.theme__blockgreen--pastel .es-list::-webkit-scrollbar-thumb,
.t__blockgreen--pas .es-list::-webkit-scrollbar-thumb {
  background: rgba(166, 218, 190, 0.1);
}
.theme__blockgreen--pastel .es-visible,
.t__blockgreen--pas .es-visible {
  border-color: rgba(166, 218, 190, 0.1) !important;
}
.theme__blockgreen--pastel .ot-open,
.theme__blockgreen--pastel .ot-closed,
.t__blockgreen--pas .ot-open,
.t__blockgreen--pas .ot-closed {
  color: rgba(166, 218, 190, 0.1);
}
.theme__blockgreen--pastel .colour__foreground,
.t__blockgreen--pas .colour__foreground {
  color: rgba(166, 218, 190, 0.1);
}
.theme__blockgreen--pastel h1.t__none,
.theme__blockgreen--pastel h1.theme__none,
.theme__blockgreen--pastel h2.t__none,
.theme__blockgreen--pastel h2.theme__none,
.theme__blockgreen--pastel h3.t__none,
.theme__blockgreen--pastel h3.theme__none,
.theme__blockgreen--pastel h4.t__none,
.theme__blockgreen--pastel h4.theme__none,
.theme__blockgreen--pastel h1.t__none--w-hov,
.theme__blockgreen--pastel h1.theme__none--with-hover,
.theme__blockgreen--pastel h2.t__none--w-hov,
.theme__blockgreen--pastel h2.theme__none--with-hover,
.theme__blockgreen--pastel h3.t__none--w-hov,
.theme__blockgreen--pastel h3.theme__none--with-hover,
.theme__blockgreen--pastel h4.t__none--w-hov,
.theme__blockgreen--pastel h4.theme__none--with-hover,
.t__blockgreen--pas h1.t__none,
.t__blockgreen--pas h1.theme__none,
.t__blockgreen--pas h2.t__none,
.t__blockgreen--pas h2.theme__none,
.t__blockgreen--pas h3.t__none,
.t__blockgreen--pas h3.theme__none,
.t__blockgreen--pas h4.t__none,
.t__blockgreen--pas h4.theme__none,
.t__blockgreen--pas h1.t__none--w-hov,
.t__blockgreen--pas h1.theme__none--with-hover,
.t__blockgreen--pas h2.t__none--w-hov,
.t__blockgreen--pas h2.theme__none--with-hover,
.t__blockgreen--pas h3.t__none--w-hov,
.t__blockgreen--pas h3.theme__none--with-hover,
.t__blockgreen--pas h4.t__none--w-hov,
.t__blockgreen--pas h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__blockgreen--pastel span.t__none,
.theme__blockgreen--pastel span.theme__none,
.t__blockgreen--pas span.t__none,
.t__blockgreen--pas span.theme__none {
  color: #4a4a4a;
}
.theme__blockgreen--pastel i.t__none,
.theme__blockgreen--pastel i.theme__none,
.t__blockgreen--pas i.t__none,
.t__blockgreen--pas i.theme__none {
  color: #4a4a4a;
}
.theme__blockgreen--pastel a.border__none,
.theme__blockgreen--pastel a.b__none,
.t__blockgreen--pas a.border__none,
.t__blockgreen--pas a.b__none {
  border: 0;
}
.theme__blockgreen--pastel a:hover h1.t__none,
.theme__blockgreen--pastel a:hover h1.theme__none,
.theme__blockgreen--pastel a:hover h2.t__none,
.theme__blockgreen--pastel a:hover h2.theme__none,
.theme__blockgreen--pastel a:hover h3.t__none,
.theme__blockgreen--pastel a:hover h3.theme__none,
.theme__blockgreen--pastel a:hover h4.t__none,
.theme__blockgreen--pastel a:hover h4.theme__none,
.t__blockgreen--pas a:hover h1.t__none,
.t__blockgreen--pas a:hover h1.theme__none,
.t__blockgreen--pas a:hover h2.t__none,
.t__blockgreen--pas a:hover h2.theme__none,
.t__blockgreen--pas a:hover h3.t__none,
.t__blockgreen--pas a:hover h3.theme__none,
.t__blockgreen--pas a:hover h4.t__none,
.t__blockgreen--pas a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__blockgreen--pastel a:hover h1.t__none--w-hov,
.theme__blockgreen--pastel a:hover h1.theme__none--with-hover,
.theme__blockgreen--pastel a:hover h2.t__none--w-hov,
.theme__blockgreen--pastel a:hover h2.theme__none--with-hover,
.theme__blockgreen--pastel a:hover h3.t__none--w-hov,
.theme__blockgreen--pastel a:hover h3.theme__none--with-hover,
.theme__blockgreen--pastel a:hover h4.t__none--w-hov,
.theme__blockgreen--pastel a:hover h4.theme__none--with-hover,
.t__blockgreen--pas a:hover h1.t__none--w-hov,
.t__blockgreen--pas a:hover h1.theme__none--with-hover,
.t__blockgreen--pas a:hover h2.t__none--w-hov,
.t__blockgreen--pas a:hover h2.theme__none--with-hover,
.t__blockgreen--pas a:hover h3.t__none--w-hov,
.t__blockgreen--pas a:hover h3.theme__none--with-hover,
.t__blockgreen--pas a:hover h4.t__none--w-hov,
.t__blockgreen--pas a:hover h4.theme__none--with-hover {
  color: rgba(166, 218, 190, 0.1);
}

.theme__blockgreen--background-primary,
.t__blockgreen--bg-pri {
  background-color: #3CE678;
}

.theme__blockgreen--background-secondary,
.t__blockgreen--bg-sec {
  background-color: #3CE678;
}

.theme__blockgreen--background-pastel,
.t__blockgreen--bg-pas {
  background-color: rgba(166, 218, 190, 0.1);
}

.theme__blockpink-primary h1, .theme__blockpink-primary h2, .theme__blockpink-primary h3, .theme__blockpink-primary h4, .theme__blockpink-primary h5, .theme__blockpink-primary h6,
.t__blockpink--pri h1,
.t__blockpink--pri h2,
.t__blockpink--pri h3,
.t__blockpink--pri h4,
.t__blockpink--pri h5,
.t__blockpink--pri h6 {
  color: #FF8296;
}
.theme__blockpink-primary a,
.t__blockpink--pri a {
  color: #4a4a4a;
  border-color: #FF8296;
  text-decoration: none;
}
.theme__blockpink-primary a:hover,
.t__blockpink--pri a:hover {
  color: #FF8296;
}
.theme__blockpink-primary a:hover h1, .theme__blockpink-primary a:hover h2, .theme__blockpink-primary a:hover h3, .theme__blockpink-primary a:hover h4, .theme__blockpink-primary a:hover h5, .theme__blockpink-primary a:hover h6,
.t__blockpink--pri a:hover h1,
.t__blockpink--pri a:hover h2,
.t__blockpink--pri a:hover h3,
.t__blockpink--pri a:hover h4,
.t__blockpink--pri a:hover h5,
.t__blockpink--pri a:hover h6 {
  color: #FF8296;
}
.theme__blockpink-primary a div,
.t__blockpink--pri a div {
  border-color: #FF8296 !important;
}
.theme__blockpink-primary input,
.t__blockpink--pri input {
  border-color: #FF8296;
}
.theme__blockpink-primary p,
.t__blockpink--pri p {
  color: #4a4a4a;
}
.theme__blockpink-primary .button,
.theme__blockpink-primary .btn,
.theme__blockpink-primary .btn__pill, .theme__blockpink-primary.button, .theme__blockpink-primary.btn, .theme__blockpink-primary.btn__pill,
.t__blockpink--pri .button,
.t__blockpink--pri .btn,
.t__blockpink--pri .btn__pill,
.t__blockpink--pri.button,
.t__blockpink--pri.btn,
.t__blockpink--pri.btn__pill {
  border-color: #FF8296;
}
@media (hover: hover) {
  .theme__blockpink-primary .button:hover,
  .theme__blockpink-primary .btn:hover,
  .theme__blockpink-primary .btn__pill:hover, .theme__blockpink-primary.button:hover, .theme__blockpink-primary.btn:hover, .theme__blockpink-primary.btn__pill:hover,
  .t__blockpink--pri .button:hover,
  .t__blockpink--pri .btn:hover,
  .t__blockpink--pri .btn__pill:hover,
  .t__blockpink--pri.button:hover,
  .t__blockpink--pri.btn:hover,
  .t__blockpink--pri.btn__pill:hover {
    color: #ffffff;
    background: #FF8296;
  }
  .theme__blockpink-primary .button:hover i,
  .theme__blockpink-primary .btn:hover i,
  .theme__blockpink-primary .btn__pill:hover i, .theme__blockpink-primary.button:hover i, .theme__blockpink-primary.btn:hover i, .theme__blockpink-primary.btn__pill:hover i,
  .t__blockpink--pri .button:hover i,
  .t__blockpink--pri .btn:hover i,
  .t__blockpink--pri .btn__pill:hover i,
  .t__blockpink--pri.button:hover i,
  .t__blockpink--pri.btn:hover i,
  .t__blockpink--pri.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__blockpink-primary .button__invert,
.theme__blockpink-primary .btn__invert,
.theme__blockpink-primary .btn__pill__invert, .theme__blockpink-primary.button__invert, .theme__blockpink-primary.btn__invert, .theme__blockpink-primary.btn__pill__invert,
.t__blockpink--pri .button__invert,
.t__blockpink--pri .btn__invert,
.t__blockpink--pri .btn__pill__invert,
.t__blockpink--pri.button__invert,
.t__blockpink--pri.btn__invert,
.t__blockpink--pri.btn__pill__invert {
  background-color: #FF8296;
  color: #ffffff;
}
.theme__blockpink-primary .button__invert h4,
.theme__blockpink-primary .btn__invert h4,
.theme__blockpink-primary .btn__pill__invert h4, .theme__blockpink-primary.button__invert h4, .theme__blockpink-primary.btn__invert h4, .theme__blockpink-primary.btn__pill__invert h4,
.t__blockpink--pri .button__invert h4,
.t__blockpink--pri .btn__invert h4,
.t__blockpink--pri .btn__pill__invert h4,
.t__blockpink--pri.button__invert h4,
.t__blockpink--pri.btn__invert h4,
.t__blockpink--pri.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__blockpink-primary .button__invert:hover,
.theme__blockpink-primary .btn__invert:hover,
.theme__blockpink-primary .btn__pill__invert:hover, .theme__blockpink-primary.button__invert:hover, .theme__blockpink-primary.btn__invert:hover, .theme__blockpink-primary.btn__pill__invert:hover,
.t__blockpink--pri .button__invert:hover,
.t__blockpink--pri .btn__invert:hover,
.t__blockpink--pri .btn__pill__invert:hover,
.t__blockpink--pri.button__invert:hover,
.t__blockpink--pri.btn__invert:hover,
.t__blockpink--pri.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__blockpink-primary .button__invert:hover h4,
.theme__blockpink-primary .btn__invert:hover h4,
.theme__blockpink-primary .btn__pill__invert:hover h4, .theme__blockpink-primary.button__invert:hover h4, .theme__blockpink-primary.btn__invert:hover h4, .theme__blockpink-primary.btn__pill__invert:hover h4,
.t__blockpink--pri .button__invert:hover h4,
.t__blockpink--pri .btn__invert:hover h4,
.t__blockpink--pri .btn__pill__invert:hover h4,
.t__blockpink--pri.button__invert:hover h4,
.t__blockpink--pri.btn__invert:hover h4,
.t__blockpink--pri.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__blockpink-primary .button__invert--hover:hover,
.theme__blockpink-primary .btn__invert--hover:hover,
.theme__blockpink-primary .btn__pill__invert--hover:hover, .theme__blockpink-primary.button__invert--hover:hover, .theme__blockpink-primary.btn__invert--hover:hover, .theme__blockpink-primary.btn__pill__invert--hover:hover,
.t__blockpink--pri .button__invert--hover:hover,
.t__blockpink--pri .btn__invert--hover:hover,
.t__blockpink--pri .btn__pill__invert--hover:hover,
.t__blockpink--pri.button__invert--hover:hover,
.t__blockpink--pri.btn__invert--hover:hover,
.t__blockpink--pri.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__blockpink-primary .button__under,
.theme__blockpink-primary .btn__under,
.theme__blockpink-primary .btn__pill__under, .theme__blockpink-primary.button__under, .theme__blockpink-primary.btn__under, .theme__blockpink-primary.btn__pill__under,
.t__blockpink--pri .button__under,
.t__blockpink--pri .btn__under,
.t__blockpink--pri .btn__pill__under,
.t__blockpink--pri.button__under,
.t__blockpink--pri.btn__under,
.t__blockpink--pri.btn__pill__under {
  border-color: #FF8296;
}
.theme__blockpink-primary .btn__large,
.t__blockpink--pri .btn__large {
  background-color: #FF8296;
}
.theme__blockpink-primary .input__search,
.t__blockpink--pri .input__search {
  border-color: #FF8296;
}
.theme__blockpink-primary .input__search i,
.t__blockpink--pri .input__search i {
  color: #4a4a4a;
}
.theme__blockpink-primary .input__search:hover i,
.t__blockpink--pri .input__search:hover i {
  color: #FF8296;
}
.theme__blockpink-primary .component__foreground,
.t__blockpink--pri .component__foreground {
  color: #4a4a4a;
}
.theme__blockpink-primary.card,
.theme__blockpink-primary .card, .theme__blockpink-primary.card__with-image,
.theme__blockpink-primary .card__with-image,
.t__blockpink--pri.card,
.t__blockpink--pri .card,
.t__blockpink--pri.card__with-image,
.t__blockpink--pri .card__with-image {
  border-color: #FF8296;
}
.theme__blockpink-primary.card__highlight,
.theme__blockpink-primary .card__highlight,
.theme__blockpink-primary .card__highlight--image,
.theme__blockpink-primary .card__highlight--final,
.t__blockpink--pri.card__highlight,
.t__blockpink--pri .card__highlight,
.t__blockpink--pri .card__highlight--image,
.t__blockpink--pri .card__highlight--final {
  background-color: #FF8296;
  border-color: #FF8296;
}
.theme__blockpink-primary.card__highlight--title,
.theme__blockpink-primary .card__highlight--title,
.theme__blockpink-primary .card__highlight--image,
.theme__blockpink-primary .card__highlight--final,
.t__blockpink--pri.card__highlight--title,
.t__blockpink--pri .card__highlight--title,
.t__blockpink--pri .card__highlight--image,
.t__blockpink--pri .card__highlight--final {
  color: #4a4a4a;
}
.theme__blockpink-primary .image-slider__selector--dot,
.t__blockpink--pri .image-slider__selector--dot {
  background-color: #FF8296;
}
.theme__blockpink-primary .call-to-action__text h3,
.t__blockpink--pri .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__blockpink-primary .officer__block--title h5, .theme__blockpink-primary .officer__block--title h6,
.t__blockpink--pri .officer__block--title h5,
.t__blockpink--pri .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__blockpink-primary .block__statement--link,
.t__blockpink--pri .block__statement--link {
  color: #4a4a4a;
}
.theme__blockpink-primary .card__cutoff,
.t__blockpink--pri .card__cutoff {
  background: linear-gradient(#FF8296, #FF8296), linear-gradient(white, white);
}
.theme__blockpink-primary .card__cutoff p,
.t__blockpink--pri .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__blockpink-primary .card__cutoff:hover,
  .t__blockpink--pri .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__blockpink-primary .card__cutoff:hover p,
  .t__blockpink--pri .card__cutoff:hover p {
    color: #FF8296;
  }
  .theme__blockpink-primary .card__cutoff:hover .card__cutoff--link,
  .t__blockpink--pri .card__cutoff:hover .card__cutoff--link {
    color: #FF8296;
  }
  .theme__blockpink-primary .card__cutoff:hover .card__cutoff--text,
  .t__blockpink--pri .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__blockpink-primary .card__cutoff:hover .card__cutoff--text p,
  .t__blockpink--pri .card__cutoff:hover .card__cutoff--text p {
    color: #FF8296;
  }
  .theme__blockpink-primary .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__blockpink--pri .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: #FF8296;
  }
}
.theme__blockpink-primary .card__cutoff--link,
.t__blockpink--pri .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__blockpink-primary .card__cutoff--link:hover,
  .t__blockpink--pri .card__cutoff--link:hover {
    color: #FF8296;
  }
  .theme__blockpink-primary .card__cutoff--link:hover--link,
  .t__blockpink--pri .card__cutoff--link:hover--link {
    color: #FF8296;
  }
}
.theme__blockpink-primary .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__blockpink--pri .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: #FF8296;
}
.theme__blockpink-primary .dropdown__toggle--title,
.t__blockpink--pri .dropdown__toggle--title {
  color: #FF8296;
}
.theme__blockpink-primary .dropdown__toggle--icon i,
.t__blockpink--pri .dropdown__toggle--icon i {
  color: #FF8296;
}
.theme__blockpink-primary .large_timer__countdown--item_large,
.t__blockpink--pri .large_timer__countdown--item_large {
  background-color: #FF8296;
}
.theme__blockpink-primary .large_timer__countdown--item_medium,
.t__blockpink--pri .large_timer__countdown--item_medium {
  background-color: #FF8296;
}
.theme__blockpink-primary .large_timer__countdown--item_small,
.t__blockpink--pri .large_timer__countdown--item_small {
  background-color: #FF8296;
}
.theme__blockpink-primary .modalcontent,
.t__blockpink--pri .modalcontent {
  border-color: #FF8296;
}
.theme__blockpink-primary .transparent__header,
.t__blockpink--pri .transparent__header {
  background: #FF8296;
}
.theme__blockpink-primary .breadcrumb__slashes,
.t__blockpink--pri .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__blockpink-primary .the-list,
.t__blockpink--pri .the-list {
  background-color: #FF8296;
}
.theme__blockpink-primary .the-list option,
.t__blockpink--pri .the-list option {
  border-color: #FF8296 !important;
}
.theme__blockpink-primary .es-list::-webkit-scrollbar-thumb,
.t__blockpink--pri .es-list::-webkit-scrollbar-thumb {
  background: #FF8296;
}
.theme__blockpink-primary .es-visible,
.t__blockpink--pri .es-visible {
  border-color: #FF8296 !important;
}
.theme__blockpink-primary .ot-open,
.theme__blockpink-primary .ot-closed,
.t__blockpink--pri .ot-open,
.t__blockpink--pri .ot-closed {
  color: #FF8296;
}
.theme__blockpink-primary .colour__foreground,
.t__blockpink--pri .colour__foreground {
  color: #FF8296;
}
.theme__blockpink-primary h1.t__none,
.theme__blockpink-primary h1.theme__none,
.theme__blockpink-primary h2.t__none,
.theme__blockpink-primary h2.theme__none,
.theme__blockpink-primary h3.t__none,
.theme__blockpink-primary h3.theme__none,
.theme__blockpink-primary h4.t__none,
.theme__blockpink-primary h4.theme__none,
.theme__blockpink-primary h1.t__none--w-hov,
.theme__blockpink-primary h1.theme__none--with-hover,
.theme__blockpink-primary h2.t__none--w-hov,
.theme__blockpink-primary h2.theme__none--with-hover,
.theme__blockpink-primary h3.t__none--w-hov,
.theme__blockpink-primary h3.theme__none--with-hover,
.theme__blockpink-primary h4.t__none--w-hov,
.theme__blockpink-primary h4.theme__none--with-hover,
.t__blockpink--pri h1.t__none,
.t__blockpink--pri h1.theme__none,
.t__blockpink--pri h2.t__none,
.t__blockpink--pri h2.theme__none,
.t__blockpink--pri h3.t__none,
.t__blockpink--pri h3.theme__none,
.t__blockpink--pri h4.t__none,
.t__blockpink--pri h4.theme__none,
.t__blockpink--pri h1.t__none--w-hov,
.t__blockpink--pri h1.theme__none--with-hover,
.t__blockpink--pri h2.t__none--w-hov,
.t__blockpink--pri h2.theme__none--with-hover,
.t__blockpink--pri h3.t__none--w-hov,
.t__blockpink--pri h3.theme__none--with-hover,
.t__blockpink--pri h4.t__none--w-hov,
.t__blockpink--pri h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__blockpink-primary span.t__none,
.theme__blockpink-primary span.theme__none,
.t__blockpink--pri span.t__none,
.t__blockpink--pri span.theme__none {
  color: #4a4a4a;
}
.theme__blockpink-primary i.t__none,
.theme__blockpink-primary i.theme__none,
.t__blockpink--pri i.t__none,
.t__blockpink--pri i.theme__none {
  color: #4a4a4a;
}
.theme__blockpink-primary a.border__none,
.theme__blockpink-primary a.b__none,
.t__blockpink--pri a.border__none,
.t__blockpink--pri a.b__none {
  border: 0;
}
.theme__blockpink-primary a:hover h1.t__none,
.theme__blockpink-primary a:hover h1.theme__none,
.theme__blockpink-primary a:hover h2.t__none,
.theme__blockpink-primary a:hover h2.theme__none,
.theme__blockpink-primary a:hover h3.t__none,
.theme__blockpink-primary a:hover h3.theme__none,
.theme__blockpink-primary a:hover h4.t__none,
.theme__blockpink-primary a:hover h4.theme__none,
.t__blockpink--pri a:hover h1.t__none,
.t__blockpink--pri a:hover h1.theme__none,
.t__blockpink--pri a:hover h2.t__none,
.t__blockpink--pri a:hover h2.theme__none,
.t__blockpink--pri a:hover h3.t__none,
.t__blockpink--pri a:hover h3.theme__none,
.t__blockpink--pri a:hover h4.t__none,
.t__blockpink--pri a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__blockpink-primary a:hover h1.t__none--w-hov,
.theme__blockpink-primary a:hover h1.theme__none--with-hover,
.theme__blockpink-primary a:hover h2.t__none--w-hov,
.theme__blockpink-primary a:hover h2.theme__none--with-hover,
.theme__blockpink-primary a:hover h3.t__none--w-hov,
.theme__blockpink-primary a:hover h3.theme__none--with-hover,
.theme__blockpink-primary a:hover h4.t__none--w-hov,
.theme__blockpink-primary a:hover h4.theme__none--with-hover,
.t__blockpink--pri a:hover h1.t__none--w-hov,
.t__blockpink--pri a:hover h1.theme__none--with-hover,
.t__blockpink--pri a:hover h2.t__none--w-hov,
.t__blockpink--pri a:hover h2.theme__none--with-hover,
.t__blockpink--pri a:hover h3.t__none--w-hov,
.t__blockpink--pri a:hover h3.theme__none--with-hover,
.t__blockpink--pri a:hover h4.t__none--w-hov,
.t__blockpink--pri a:hover h4.theme__none--with-hover {
  color: #FF8296;
}
.theme__blockpink-primary .dotted__line--small, .theme__blockpink-primary .dotted__line--medium, .theme__blockpink-primary .dotted__line--large, .theme__blockpink-primary .dotted__line--x-large, .theme__blockpink-primary .dotted__line--huge,
.t__blockpink--pri .dotted__line--small,
.t__blockpink--pri .dotted__line--medium,
.t__blockpink--pri .dotted__line--large,
.t__blockpink--pri .dotted__line--x-large,
.t__blockpink--pri .dotted__line--huge {
  border-image-source: url("https://assets-cdn.sums.su/SH/Dotted_Borders/dotted_postgradHub.png");
}

.theme__blockpink--secondary h1, .theme__blockpink--secondary h2, .theme__blockpink--secondary h3, .theme__blockpink--secondary h4, .theme__blockpink--secondary h5, .theme__blockpink--secondary h6,
.t__blockpink-sec h1,
.t__blockpink-sec h2,
.t__blockpink-sec h3,
.t__blockpink-sec h4,
.t__blockpink-sec h5,
.t__blockpink-sec h6 {
  color: #FF8296;
}
.theme__blockpink--secondary a,
.t__blockpink-sec a {
  color: #4a4a4a;
  border-color: #FF8296;
  text-decoration: none;
}
.theme__blockpink--secondary a:hover,
.t__blockpink-sec a:hover {
  color: #FF8296;
}
.theme__blockpink--secondary a:hover h1, .theme__blockpink--secondary a:hover h2, .theme__blockpink--secondary a:hover h3, .theme__blockpink--secondary a:hover h4, .theme__blockpink--secondary a:hover h5, .theme__blockpink--secondary a:hover h6,
.t__blockpink-sec a:hover h1,
.t__blockpink-sec a:hover h2,
.t__blockpink-sec a:hover h3,
.t__blockpink-sec a:hover h4,
.t__blockpink-sec a:hover h5,
.t__blockpink-sec a:hover h6 {
  color: #FF8296;
}
.theme__blockpink--secondary a div,
.t__blockpink-sec a div {
  border-color: #FF8296 !important;
}
.theme__blockpink--secondary input,
.t__blockpink-sec input {
  border-color: #FF8296;
}
.theme__blockpink--secondary p,
.t__blockpink-sec p {
  color: #4a4a4a;
}
.theme__blockpink--secondary .button,
.theme__blockpink--secondary .btn,
.theme__blockpink--secondary .btn__pill, .theme__blockpink--secondary.button, .theme__blockpink--secondary.btn, .theme__blockpink--secondary.btn__pill,
.t__blockpink-sec .button,
.t__blockpink-sec .btn,
.t__blockpink-sec .btn__pill,
.t__blockpink-sec.button,
.t__blockpink-sec.btn,
.t__blockpink-sec.btn__pill {
  border-color: #FF8296;
}
@media (hover: hover) {
  .theme__blockpink--secondary .button:hover,
  .theme__blockpink--secondary .btn:hover,
  .theme__blockpink--secondary .btn__pill:hover, .theme__blockpink--secondary.button:hover, .theme__blockpink--secondary.btn:hover, .theme__blockpink--secondary.btn__pill:hover,
  .t__blockpink-sec .button:hover,
  .t__blockpink-sec .btn:hover,
  .t__blockpink-sec .btn__pill:hover,
  .t__blockpink-sec.button:hover,
  .t__blockpink-sec.btn:hover,
  .t__blockpink-sec.btn__pill:hover {
    color: #ffffff;
    background: #FF8296;
  }
  .theme__blockpink--secondary .button:hover i,
  .theme__blockpink--secondary .btn:hover i,
  .theme__blockpink--secondary .btn__pill:hover i, .theme__blockpink--secondary.button:hover i, .theme__blockpink--secondary.btn:hover i, .theme__blockpink--secondary.btn__pill:hover i,
  .t__blockpink-sec .button:hover i,
  .t__blockpink-sec .btn:hover i,
  .t__blockpink-sec .btn__pill:hover i,
  .t__blockpink-sec.button:hover i,
  .t__blockpink-sec.btn:hover i,
  .t__blockpink-sec.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__blockpink--secondary .button__invert,
.theme__blockpink--secondary .btn__invert,
.theme__blockpink--secondary .btn__pill__invert, .theme__blockpink--secondary.button__invert, .theme__blockpink--secondary.btn__invert, .theme__blockpink--secondary.btn__pill__invert,
.t__blockpink-sec .button__invert,
.t__blockpink-sec .btn__invert,
.t__blockpink-sec .btn__pill__invert,
.t__blockpink-sec.button__invert,
.t__blockpink-sec.btn__invert,
.t__blockpink-sec.btn__pill__invert {
  background-color: #FF8296;
  color: #ffffff;
}
.theme__blockpink--secondary .button__invert h4,
.theme__blockpink--secondary .btn__invert h4,
.theme__blockpink--secondary .btn__pill__invert h4, .theme__blockpink--secondary.button__invert h4, .theme__blockpink--secondary.btn__invert h4, .theme__blockpink--secondary.btn__pill__invert h4,
.t__blockpink-sec .button__invert h4,
.t__blockpink-sec .btn__invert h4,
.t__blockpink-sec .btn__pill__invert h4,
.t__blockpink-sec.button__invert h4,
.t__blockpink-sec.btn__invert h4,
.t__blockpink-sec.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__blockpink--secondary .button__invert:hover,
.theme__blockpink--secondary .btn__invert:hover,
.theme__blockpink--secondary .btn__pill__invert:hover, .theme__blockpink--secondary.button__invert:hover, .theme__blockpink--secondary.btn__invert:hover, .theme__blockpink--secondary.btn__pill__invert:hover,
.t__blockpink-sec .button__invert:hover,
.t__blockpink-sec .btn__invert:hover,
.t__blockpink-sec .btn__pill__invert:hover,
.t__blockpink-sec.button__invert:hover,
.t__blockpink-sec.btn__invert:hover,
.t__blockpink-sec.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__blockpink--secondary .button__invert:hover h4,
.theme__blockpink--secondary .btn__invert:hover h4,
.theme__blockpink--secondary .btn__pill__invert:hover h4, .theme__blockpink--secondary.button__invert:hover h4, .theme__blockpink--secondary.btn__invert:hover h4, .theme__blockpink--secondary.btn__pill__invert:hover h4,
.t__blockpink-sec .button__invert:hover h4,
.t__blockpink-sec .btn__invert:hover h4,
.t__blockpink-sec .btn__pill__invert:hover h4,
.t__blockpink-sec.button__invert:hover h4,
.t__blockpink-sec.btn__invert:hover h4,
.t__blockpink-sec.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__blockpink--secondary .button__invert--hover:hover,
.theme__blockpink--secondary .btn__invert--hover:hover,
.theme__blockpink--secondary .btn__pill__invert--hover:hover, .theme__blockpink--secondary.button__invert--hover:hover, .theme__blockpink--secondary.btn__invert--hover:hover, .theme__blockpink--secondary.btn__pill__invert--hover:hover,
.t__blockpink-sec .button__invert--hover:hover,
.t__blockpink-sec .btn__invert--hover:hover,
.t__blockpink-sec .btn__pill__invert--hover:hover,
.t__blockpink-sec.button__invert--hover:hover,
.t__blockpink-sec.btn__invert--hover:hover,
.t__blockpink-sec.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__blockpink--secondary .button__under,
.theme__blockpink--secondary .btn__under,
.theme__blockpink--secondary .btn__pill__under, .theme__blockpink--secondary.button__under, .theme__blockpink--secondary.btn__under, .theme__blockpink--secondary.btn__pill__under,
.t__blockpink-sec .button__under,
.t__blockpink-sec .btn__under,
.t__blockpink-sec .btn__pill__under,
.t__blockpink-sec.button__under,
.t__blockpink-sec.btn__under,
.t__blockpink-sec.btn__pill__under {
  border-color: #FF8296;
}
.theme__blockpink--secondary .btn__large,
.t__blockpink-sec .btn__large {
  background-color: #FF8296;
}
.theme__blockpink--secondary .input__search,
.t__blockpink-sec .input__search {
  border-color: #FF8296;
}
.theme__blockpink--secondary .input__search i,
.t__blockpink-sec .input__search i {
  color: #4a4a4a;
}
.theme__blockpink--secondary .input__search:hover i,
.t__blockpink-sec .input__search:hover i {
  color: #FF8296;
}
.theme__blockpink--secondary .component__foreground,
.t__blockpink-sec .component__foreground {
  color: #4a4a4a;
}
.theme__blockpink--secondary.card,
.theme__blockpink--secondary .card, .theme__blockpink--secondary.card__with-image,
.theme__blockpink--secondary .card__with-image,
.t__blockpink-sec.card,
.t__blockpink-sec .card,
.t__blockpink-sec.card__with-image,
.t__blockpink-sec .card__with-image {
  border-color: #FF8296;
}
.theme__blockpink--secondary.card__highlight,
.theme__blockpink--secondary .card__highlight,
.theme__blockpink--secondary .card__highlight--image,
.theme__blockpink--secondary .card__highlight--final,
.t__blockpink-sec.card__highlight,
.t__blockpink-sec .card__highlight,
.t__blockpink-sec .card__highlight--image,
.t__blockpink-sec .card__highlight--final {
  background-color: #FF8296;
  border-color: #FF8296;
}
.theme__blockpink--secondary.card__highlight--title,
.theme__blockpink--secondary .card__highlight--title,
.theme__blockpink--secondary .card__highlight--image,
.theme__blockpink--secondary .card__highlight--final,
.t__blockpink-sec.card__highlight--title,
.t__blockpink-sec .card__highlight--title,
.t__blockpink-sec .card__highlight--image,
.t__blockpink-sec .card__highlight--final {
  color: #4a4a4a;
}
.theme__blockpink--secondary .image-slider__selector--dot,
.t__blockpink-sec .image-slider__selector--dot {
  background-color: #FF8296;
}
.theme__blockpink--secondary .call-to-action__text h3,
.t__blockpink-sec .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__blockpink--secondary .officer__block--title h5, .theme__blockpink--secondary .officer__block--title h6,
.t__blockpink-sec .officer__block--title h5,
.t__blockpink-sec .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__blockpink--secondary .block__statement--link,
.t__blockpink-sec .block__statement--link {
  color: #4a4a4a;
}
.theme__blockpink--secondary .card__cutoff,
.t__blockpink-sec .card__cutoff {
  background: linear-gradient(#FF8296, #FF8296), linear-gradient(white, white);
}
.theme__blockpink--secondary .card__cutoff p,
.t__blockpink-sec .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__blockpink--secondary .card__cutoff:hover,
  .t__blockpink-sec .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__blockpink--secondary .card__cutoff:hover p,
  .t__blockpink-sec .card__cutoff:hover p {
    color: #FF8296;
  }
  .theme__blockpink--secondary .card__cutoff:hover .card__cutoff--link,
  .t__blockpink-sec .card__cutoff:hover .card__cutoff--link {
    color: #FF8296;
  }
  .theme__blockpink--secondary .card__cutoff:hover .card__cutoff--text,
  .t__blockpink-sec .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__blockpink--secondary .card__cutoff:hover .card__cutoff--text p,
  .t__blockpink-sec .card__cutoff:hover .card__cutoff--text p {
    color: #FF8296;
  }
  .theme__blockpink--secondary .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__blockpink-sec .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: #FF8296;
  }
}
.theme__blockpink--secondary .card__cutoff--link,
.t__blockpink-sec .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__blockpink--secondary .card__cutoff--link:hover,
  .t__blockpink-sec .card__cutoff--link:hover {
    color: #FF8296;
  }
  .theme__blockpink--secondary .card__cutoff--link:hover--link,
  .t__blockpink-sec .card__cutoff--link:hover--link {
    color: #FF8296;
  }
}
.theme__blockpink--secondary .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__blockpink-sec .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: #FF8296;
}
.theme__blockpink--secondary .dropdown__toggle--title,
.t__blockpink-sec .dropdown__toggle--title {
  color: #FF8296;
}
.theme__blockpink--secondary .dropdown__toggle--icon i,
.t__blockpink-sec .dropdown__toggle--icon i {
  color: #FF8296;
}
.theme__blockpink--secondary .large_timer__countdown--item_large,
.t__blockpink-sec .large_timer__countdown--item_large {
  background-color: #FF8296;
}
.theme__blockpink--secondary .large_timer__countdown--item_medium,
.t__blockpink-sec .large_timer__countdown--item_medium {
  background-color: #FF8296;
}
.theme__blockpink--secondary .large_timer__countdown--item_small,
.t__blockpink-sec .large_timer__countdown--item_small {
  background-color: #FF8296;
}
.theme__blockpink--secondary .modalcontent,
.t__blockpink-sec .modalcontent {
  border-color: #FF8296;
}
.theme__blockpink--secondary .transparent__header,
.t__blockpink-sec .transparent__header {
  background: #FF8296;
}
.theme__blockpink--secondary .breadcrumb__slashes,
.t__blockpink-sec .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__blockpink--secondary .the-list,
.t__blockpink-sec .the-list {
  background-color: #FF8296;
}
.theme__blockpink--secondary .the-list option,
.t__blockpink-sec .the-list option {
  border-color: #FF8296 !important;
}
.theme__blockpink--secondary .es-list::-webkit-scrollbar-thumb,
.t__blockpink-sec .es-list::-webkit-scrollbar-thumb {
  background: #FF8296;
}
.theme__blockpink--secondary .es-visible,
.t__blockpink-sec .es-visible {
  border-color: #FF8296 !important;
}
.theme__blockpink--secondary .ot-open,
.theme__blockpink--secondary .ot-closed,
.t__blockpink-sec .ot-open,
.t__blockpink-sec .ot-closed {
  color: #FF8296;
}
.theme__blockpink--secondary .colour__foreground,
.t__blockpink-sec .colour__foreground {
  color: #FF8296;
}
.theme__blockpink--secondary h1.t__none,
.theme__blockpink--secondary h1.theme__none,
.theme__blockpink--secondary h2.t__none,
.theme__blockpink--secondary h2.theme__none,
.theme__blockpink--secondary h3.t__none,
.theme__blockpink--secondary h3.theme__none,
.theme__blockpink--secondary h4.t__none,
.theme__blockpink--secondary h4.theme__none,
.theme__blockpink--secondary h1.t__none--w-hov,
.theme__blockpink--secondary h1.theme__none--with-hover,
.theme__blockpink--secondary h2.t__none--w-hov,
.theme__blockpink--secondary h2.theme__none--with-hover,
.theme__blockpink--secondary h3.t__none--w-hov,
.theme__blockpink--secondary h3.theme__none--with-hover,
.theme__blockpink--secondary h4.t__none--w-hov,
.theme__blockpink--secondary h4.theme__none--with-hover,
.t__blockpink-sec h1.t__none,
.t__blockpink-sec h1.theme__none,
.t__blockpink-sec h2.t__none,
.t__blockpink-sec h2.theme__none,
.t__blockpink-sec h3.t__none,
.t__blockpink-sec h3.theme__none,
.t__blockpink-sec h4.t__none,
.t__blockpink-sec h4.theme__none,
.t__blockpink-sec h1.t__none--w-hov,
.t__blockpink-sec h1.theme__none--with-hover,
.t__blockpink-sec h2.t__none--w-hov,
.t__blockpink-sec h2.theme__none--with-hover,
.t__blockpink-sec h3.t__none--w-hov,
.t__blockpink-sec h3.theme__none--with-hover,
.t__blockpink-sec h4.t__none--w-hov,
.t__blockpink-sec h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__blockpink--secondary span.t__none,
.theme__blockpink--secondary span.theme__none,
.t__blockpink-sec span.t__none,
.t__blockpink-sec span.theme__none {
  color: #4a4a4a;
}
.theme__blockpink--secondary i.t__none,
.theme__blockpink--secondary i.theme__none,
.t__blockpink-sec i.t__none,
.t__blockpink-sec i.theme__none {
  color: #4a4a4a;
}
.theme__blockpink--secondary a.border__none,
.theme__blockpink--secondary a.b__none,
.t__blockpink-sec a.border__none,
.t__blockpink-sec a.b__none {
  border: 0;
}
.theme__blockpink--secondary a:hover h1.t__none,
.theme__blockpink--secondary a:hover h1.theme__none,
.theme__blockpink--secondary a:hover h2.t__none,
.theme__blockpink--secondary a:hover h2.theme__none,
.theme__blockpink--secondary a:hover h3.t__none,
.theme__blockpink--secondary a:hover h3.theme__none,
.theme__blockpink--secondary a:hover h4.t__none,
.theme__blockpink--secondary a:hover h4.theme__none,
.t__blockpink-sec a:hover h1.t__none,
.t__blockpink-sec a:hover h1.theme__none,
.t__blockpink-sec a:hover h2.t__none,
.t__blockpink-sec a:hover h2.theme__none,
.t__blockpink-sec a:hover h3.t__none,
.t__blockpink-sec a:hover h3.theme__none,
.t__blockpink-sec a:hover h4.t__none,
.t__blockpink-sec a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__blockpink--secondary a:hover h1.t__none--w-hov,
.theme__blockpink--secondary a:hover h1.theme__none--with-hover,
.theme__blockpink--secondary a:hover h2.t__none--w-hov,
.theme__blockpink--secondary a:hover h2.theme__none--with-hover,
.theme__blockpink--secondary a:hover h3.t__none--w-hov,
.theme__blockpink--secondary a:hover h3.theme__none--with-hover,
.theme__blockpink--secondary a:hover h4.t__none--w-hov,
.theme__blockpink--secondary a:hover h4.theme__none--with-hover,
.t__blockpink-sec a:hover h1.t__none--w-hov,
.t__blockpink-sec a:hover h1.theme__none--with-hover,
.t__blockpink-sec a:hover h2.t__none--w-hov,
.t__blockpink-sec a:hover h2.theme__none--with-hover,
.t__blockpink-sec a:hover h3.t__none--w-hov,
.t__blockpink-sec a:hover h3.theme__none--with-hover,
.t__blockpink-sec a:hover h4.t__none--w-hov,
.t__blockpink-sec a:hover h4.theme__none--with-hover {
  color: #FF8296;
}

.theme__blockpink--pastel h1, .theme__blockpink--pastel h2, .theme__blockpink--pastel h3, .theme__blockpink--pastel h4, .theme__blockpink--pastel h5, .theme__blockpink--pastel h6,
.t__blockpink--pas h1,
.t__blockpink--pas h2,
.t__blockpink--pas h3,
.t__blockpink--pas h4,
.t__blockpink--pas h5,
.t__blockpink--pas h6 {
  color: rgba(166, 218, 190, 0.1);
}
.theme__blockpink--pastel a,
.t__blockpink--pas a {
  color: #4a4a4a;
  border-color: rgba(166, 218, 190, 0.1);
  text-decoration: none;
}
.theme__blockpink--pastel a:hover,
.t__blockpink--pas a:hover {
  color: rgba(166, 218, 190, 0.1);
}
.theme__blockpink--pastel a:hover h1, .theme__blockpink--pastel a:hover h2, .theme__blockpink--pastel a:hover h3, .theme__blockpink--pastel a:hover h4, .theme__blockpink--pastel a:hover h5, .theme__blockpink--pastel a:hover h6,
.t__blockpink--pas a:hover h1,
.t__blockpink--pas a:hover h2,
.t__blockpink--pas a:hover h3,
.t__blockpink--pas a:hover h4,
.t__blockpink--pas a:hover h5,
.t__blockpink--pas a:hover h6 {
  color: rgba(166, 218, 190, 0.1);
}
.theme__blockpink--pastel a div,
.t__blockpink--pas a div {
  border-color: rgba(166, 218, 190, 0.1) !important;
}
.theme__blockpink--pastel input,
.t__blockpink--pas input {
  border-color: rgba(166, 218, 190, 0.1);
}
.theme__blockpink--pastel p,
.t__blockpink--pas p {
  color: #4a4a4a;
}
.theme__blockpink--pastel .button,
.theme__blockpink--pastel .btn,
.theme__blockpink--pastel .btn__pill, .theme__blockpink--pastel.button, .theme__blockpink--pastel.btn, .theme__blockpink--pastel.btn__pill,
.t__blockpink--pas .button,
.t__blockpink--pas .btn,
.t__blockpink--pas .btn__pill,
.t__blockpink--pas.button,
.t__blockpink--pas.btn,
.t__blockpink--pas.btn__pill {
  border-color: rgba(166, 218, 190, 0.1);
}
@media (hover: hover) {
  .theme__blockpink--pastel .button:hover,
  .theme__blockpink--pastel .btn:hover,
  .theme__blockpink--pastel .btn__pill:hover, .theme__blockpink--pastel.button:hover, .theme__blockpink--pastel.btn:hover, .theme__blockpink--pastel.btn__pill:hover,
  .t__blockpink--pas .button:hover,
  .t__blockpink--pas .btn:hover,
  .t__blockpink--pas .btn__pill:hover,
  .t__blockpink--pas.button:hover,
  .t__blockpink--pas.btn:hover,
  .t__blockpink--pas.btn__pill:hover {
    color: #ffffff;
    background: rgba(166, 218, 190, 0.1);
  }
  .theme__blockpink--pastel .button:hover i,
  .theme__blockpink--pastel .btn:hover i,
  .theme__blockpink--pastel .btn__pill:hover i, .theme__blockpink--pastel.button:hover i, .theme__blockpink--pastel.btn:hover i, .theme__blockpink--pastel.btn__pill:hover i,
  .t__blockpink--pas .button:hover i,
  .t__blockpink--pas .btn:hover i,
  .t__blockpink--pas .btn__pill:hover i,
  .t__blockpink--pas.button:hover i,
  .t__blockpink--pas.btn:hover i,
  .t__blockpink--pas.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__blockpink--pastel .button__invert,
.theme__blockpink--pastel .btn__invert,
.theme__blockpink--pastel .btn__pill__invert, .theme__blockpink--pastel.button__invert, .theme__blockpink--pastel.btn__invert, .theme__blockpink--pastel.btn__pill__invert,
.t__blockpink--pas .button__invert,
.t__blockpink--pas .btn__invert,
.t__blockpink--pas .btn__pill__invert,
.t__blockpink--pas.button__invert,
.t__blockpink--pas.btn__invert,
.t__blockpink--pas.btn__pill__invert {
  background-color: rgba(166, 218, 190, 0.1);
  color: #ffffff;
}
.theme__blockpink--pastel .button__invert h4,
.theme__blockpink--pastel .btn__invert h4,
.theme__blockpink--pastel .btn__pill__invert h4, .theme__blockpink--pastel.button__invert h4, .theme__blockpink--pastel.btn__invert h4, .theme__blockpink--pastel.btn__pill__invert h4,
.t__blockpink--pas .button__invert h4,
.t__blockpink--pas .btn__invert h4,
.t__blockpink--pas .btn__pill__invert h4,
.t__blockpink--pas.button__invert h4,
.t__blockpink--pas.btn__invert h4,
.t__blockpink--pas.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__blockpink--pastel .button__invert:hover,
.theme__blockpink--pastel .btn__invert:hover,
.theme__blockpink--pastel .btn__pill__invert:hover, .theme__blockpink--pastel.button__invert:hover, .theme__blockpink--pastel.btn__invert:hover, .theme__blockpink--pastel.btn__pill__invert:hover,
.t__blockpink--pas .button__invert:hover,
.t__blockpink--pas .btn__invert:hover,
.t__blockpink--pas .btn__pill__invert:hover,
.t__blockpink--pas.button__invert:hover,
.t__blockpink--pas.btn__invert:hover,
.t__blockpink--pas.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__blockpink--pastel .button__invert:hover h4,
.theme__blockpink--pastel .btn__invert:hover h4,
.theme__blockpink--pastel .btn__pill__invert:hover h4, .theme__blockpink--pastel.button__invert:hover h4, .theme__blockpink--pastel.btn__invert:hover h4, .theme__blockpink--pastel.btn__pill__invert:hover h4,
.t__blockpink--pas .button__invert:hover h4,
.t__blockpink--pas .btn__invert:hover h4,
.t__blockpink--pas .btn__pill__invert:hover h4,
.t__blockpink--pas.button__invert:hover h4,
.t__blockpink--pas.btn__invert:hover h4,
.t__blockpink--pas.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__blockpink--pastel .button__invert--hover:hover,
.theme__blockpink--pastel .btn__invert--hover:hover,
.theme__blockpink--pastel .btn__pill__invert--hover:hover, .theme__blockpink--pastel.button__invert--hover:hover, .theme__blockpink--pastel.btn__invert--hover:hover, .theme__blockpink--pastel.btn__pill__invert--hover:hover,
.t__blockpink--pas .button__invert--hover:hover,
.t__blockpink--pas .btn__invert--hover:hover,
.t__blockpink--pas .btn__pill__invert--hover:hover,
.t__blockpink--pas.button__invert--hover:hover,
.t__blockpink--pas.btn__invert--hover:hover,
.t__blockpink--pas.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__blockpink--pastel .button__under,
.theme__blockpink--pastel .btn__under,
.theme__blockpink--pastel .btn__pill__under, .theme__blockpink--pastel.button__under, .theme__blockpink--pastel.btn__under, .theme__blockpink--pastel.btn__pill__under,
.t__blockpink--pas .button__under,
.t__blockpink--pas .btn__under,
.t__blockpink--pas .btn__pill__under,
.t__blockpink--pas.button__under,
.t__blockpink--pas.btn__under,
.t__blockpink--pas.btn__pill__under {
  border-color: rgba(166, 218, 190, 0.1);
}
.theme__blockpink--pastel .btn__large,
.t__blockpink--pas .btn__large {
  background-color: rgba(166, 218, 190, 0.1);
}
.theme__blockpink--pastel .input__search,
.t__blockpink--pas .input__search {
  border-color: rgba(166, 218, 190, 0.1);
}
.theme__blockpink--pastel .input__search i,
.t__blockpink--pas .input__search i {
  color: #4a4a4a;
}
.theme__blockpink--pastel .input__search:hover i,
.t__blockpink--pas .input__search:hover i {
  color: rgba(166, 218, 190, 0.1);
}
.theme__blockpink--pastel .component__foreground,
.t__blockpink--pas .component__foreground {
  color: #4a4a4a;
}
.theme__blockpink--pastel.card,
.theme__blockpink--pastel .card, .theme__blockpink--pastel.card__with-image,
.theme__blockpink--pastel .card__with-image,
.t__blockpink--pas.card,
.t__blockpink--pas .card,
.t__blockpink--pas.card__with-image,
.t__blockpink--pas .card__with-image {
  border-color: rgba(166, 218, 190, 0.1);
}
.theme__blockpink--pastel.card__highlight,
.theme__blockpink--pastel .card__highlight,
.theme__blockpink--pastel .card__highlight--image,
.theme__blockpink--pastel .card__highlight--final,
.t__blockpink--pas.card__highlight,
.t__blockpink--pas .card__highlight,
.t__blockpink--pas .card__highlight--image,
.t__blockpink--pas .card__highlight--final {
  background-color: rgba(166, 218, 190, 0.1);
  border-color: rgba(166, 218, 190, 0.1);
}
.theme__blockpink--pastel.card__highlight--title,
.theme__blockpink--pastel .card__highlight--title,
.theme__blockpink--pastel .card__highlight--image,
.theme__blockpink--pastel .card__highlight--final,
.t__blockpink--pas.card__highlight--title,
.t__blockpink--pas .card__highlight--title,
.t__blockpink--pas .card__highlight--image,
.t__blockpink--pas .card__highlight--final {
  color: #4a4a4a;
}
.theme__blockpink--pastel .image-slider__selector--dot,
.t__blockpink--pas .image-slider__selector--dot {
  background-color: rgba(166, 218, 190, 0.1);
}
.theme__blockpink--pastel .call-to-action__text h3,
.t__blockpink--pas .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__blockpink--pastel .officer__block--title h5, .theme__blockpink--pastel .officer__block--title h6,
.t__blockpink--pas .officer__block--title h5,
.t__blockpink--pas .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__blockpink--pastel .block__statement--link,
.t__blockpink--pas .block__statement--link {
  color: #4a4a4a;
}
.theme__blockpink--pastel .card__cutoff,
.t__blockpink--pas .card__cutoff {
  background: linear-gradient(rgba(166, 218, 190, 0.1), rgba(166, 218, 190, 0.1)), linear-gradient(white, white);
}
.theme__blockpink--pastel .card__cutoff p,
.t__blockpink--pas .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__blockpink--pastel .card__cutoff:hover,
  .t__blockpink--pas .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__blockpink--pastel .card__cutoff:hover p,
  .t__blockpink--pas .card__cutoff:hover p {
    color: rgba(166, 218, 190, 0.1);
  }
  .theme__blockpink--pastel .card__cutoff:hover .card__cutoff--link,
  .t__blockpink--pas .card__cutoff:hover .card__cutoff--link {
    color: rgba(166, 218, 190, 0.1);
  }
  .theme__blockpink--pastel .card__cutoff:hover .card__cutoff--text,
  .t__blockpink--pas .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__blockpink--pastel .card__cutoff:hover .card__cutoff--text p,
  .t__blockpink--pas .card__cutoff:hover .card__cutoff--text p {
    color: rgba(166, 218, 190, 0.1);
  }
  .theme__blockpink--pastel .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__blockpink--pas .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: rgba(166, 218, 190, 0.1);
  }
}
.theme__blockpink--pastel .card__cutoff--link,
.t__blockpink--pas .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__blockpink--pastel .card__cutoff--link:hover,
  .t__blockpink--pas .card__cutoff--link:hover {
    color: rgba(166, 218, 190, 0.1);
  }
  .theme__blockpink--pastel .card__cutoff--link:hover--link,
  .t__blockpink--pas .card__cutoff--link:hover--link {
    color: rgba(166, 218, 190, 0.1);
  }
}
.theme__blockpink--pastel .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__blockpink--pas .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: rgba(166, 218, 190, 0.1);
}
.theme__blockpink--pastel .dropdown__toggle--title,
.t__blockpink--pas .dropdown__toggle--title {
  color: rgba(166, 218, 190, 0.1);
}
.theme__blockpink--pastel .dropdown__toggle--icon i,
.t__blockpink--pas .dropdown__toggle--icon i {
  color: rgba(166, 218, 190, 0.1);
}
.theme__blockpink--pastel .large_timer__countdown--item_large,
.t__blockpink--pas .large_timer__countdown--item_large {
  background-color: rgba(166, 218, 190, 0.1);
}
.theme__blockpink--pastel .large_timer__countdown--item_medium,
.t__blockpink--pas .large_timer__countdown--item_medium {
  background-color: rgba(166, 218, 190, 0.1);
}
.theme__blockpink--pastel .large_timer__countdown--item_small,
.t__blockpink--pas .large_timer__countdown--item_small {
  background-color: rgba(166, 218, 190, 0.1);
}
.theme__blockpink--pastel .modalcontent,
.t__blockpink--pas .modalcontent {
  border-color: rgba(166, 218, 190, 0.1);
}
.theme__blockpink--pastel .transparent__header,
.t__blockpink--pas .transparent__header {
  background: rgba(166, 218, 190, 0.1);
}
.theme__blockpink--pastel .breadcrumb__slashes,
.t__blockpink--pas .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__blockpink--pastel .the-list,
.t__blockpink--pas .the-list {
  background-color: rgba(166, 218, 190, 0.1);
}
.theme__blockpink--pastel .the-list option,
.t__blockpink--pas .the-list option {
  border-color: rgba(166, 218, 190, 0.1) !important;
}
.theme__blockpink--pastel .es-list::-webkit-scrollbar-thumb,
.t__blockpink--pas .es-list::-webkit-scrollbar-thumb {
  background: rgba(166, 218, 190, 0.1);
}
.theme__blockpink--pastel .es-visible,
.t__blockpink--pas .es-visible {
  border-color: rgba(166, 218, 190, 0.1) !important;
}
.theme__blockpink--pastel .ot-open,
.theme__blockpink--pastel .ot-closed,
.t__blockpink--pas .ot-open,
.t__blockpink--pas .ot-closed {
  color: rgba(166, 218, 190, 0.1);
}
.theme__blockpink--pastel .colour__foreground,
.t__blockpink--pas .colour__foreground {
  color: rgba(166, 218, 190, 0.1);
}
.theme__blockpink--pastel h1.t__none,
.theme__blockpink--pastel h1.theme__none,
.theme__blockpink--pastel h2.t__none,
.theme__blockpink--pastel h2.theme__none,
.theme__blockpink--pastel h3.t__none,
.theme__blockpink--pastel h3.theme__none,
.theme__blockpink--pastel h4.t__none,
.theme__blockpink--pastel h4.theme__none,
.theme__blockpink--pastel h1.t__none--w-hov,
.theme__blockpink--pastel h1.theme__none--with-hover,
.theme__blockpink--pastel h2.t__none--w-hov,
.theme__blockpink--pastel h2.theme__none--with-hover,
.theme__blockpink--pastel h3.t__none--w-hov,
.theme__blockpink--pastel h3.theme__none--with-hover,
.theme__blockpink--pastel h4.t__none--w-hov,
.theme__blockpink--pastel h4.theme__none--with-hover,
.t__blockpink--pas h1.t__none,
.t__blockpink--pas h1.theme__none,
.t__blockpink--pas h2.t__none,
.t__blockpink--pas h2.theme__none,
.t__blockpink--pas h3.t__none,
.t__blockpink--pas h3.theme__none,
.t__blockpink--pas h4.t__none,
.t__blockpink--pas h4.theme__none,
.t__blockpink--pas h1.t__none--w-hov,
.t__blockpink--pas h1.theme__none--with-hover,
.t__blockpink--pas h2.t__none--w-hov,
.t__blockpink--pas h2.theme__none--with-hover,
.t__blockpink--pas h3.t__none--w-hov,
.t__blockpink--pas h3.theme__none--with-hover,
.t__blockpink--pas h4.t__none--w-hov,
.t__blockpink--pas h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__blockpink--pastel span.t__none,
.theme__blockpink--pastel span.theme__none,
.t__blockpink--pas span.t__none,
.t__blockpink--pas span.theme__none {
  color: #4a4a4a;
}
.theme__blockpink--pastel i.t__none,
.theme__blockpink--pastel i.theme__none,
.t__blockpink--pas i.t__none,
.t__blockpink--pas i.theme__none {
  color: #4a4a4a;
}
.theme__blockpink--pastel a.border__none,
.theme__blockpink--pastel a.b__none,
.t__blockpink--pas a.border__none,
.t__blockpink--pas a.b__none {
  border: 0;
}
.theme__blockpink--pastel a:hover h1.t__none,
.theme__blockpink--pastel a:hover h1.theme__none,
.theme__blockpink--pastel a:hover h2.t__none,
.theme__blockpink--pastel a:hover h2.theme__none,
.theme__blockpink--pastel a:hover h3.t__none,
.theme__blockpink--pastel a:hover h3.theme__none,
.theme__blockpink--pastel a:hover h4.t__none,
.theme__blockpink--pastel a:hover h4.theme__none,
.t__blockpink--pas a:hover h1.t__none,
.t__blockpink--pas a:hover h1.theme__none,
.t__blockpink--pas a:hover h2.t__none,
.t__blockpink--pas a:hover h2.theme__none,
.t__blockpink--pas a:hover h3.t__none,
.t__blockpink--pas a:hover h3.theme__none,
.t__blockpink--pas a:hover h4.t__none,
.t__blockpink--pas a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__blockpink--pastel a:hover h1.t__none--w-hov,
.theme__blockpink--pastel a:hover h1.theme__none--with-hover,
.theme__blockpink--pastel a:hover h2.t__none--w-hov,
.theme__blockpink--pastel a:hover h2.theme__none--with-hover,
.theme__blockpink--pastel a:hover h3.t__none--w-hov,
.theme__blockpink--pastel a:hover h3.theme__none--with-hover,
.theme__blockpink--pastel a:hover h4.t__none--w-hov,
.theme__blockpink--pastel a:hover h4.theme__none--with-hover,
.t__blockpink--pas a:hover h1.t__none--w-hov,
.t__blockpink--pas a:hover h1.theme__none--with-hover,
.t__blockpink--pas a:hover h2.t__none--w-hov,
.t__blockpink--pas a:hover h2.theme__none--with-hover,
.t__blockpink--pas a:hover h3.t__none--w-hov,
.t__blockpink--pas a:hover h3.theme__none--with-hover,
.t__blockpink--pas a:hover h4.t__none--w-hov,
.t__blockpink--pas a:hover h4.theme__none--with-hover {
  color: rgba(166, 218, 190, 0.1);
}

.theme__blockpink--background-primary,
.t__blockpink--bg-pri {
  background-color: #FF8296;
}

.theme__blockpink--background-secondary,
.t__blockpink--bg-sec {
  background-color: #FF8296;
}

.theme__blockpink--background-pastel,
.t__blockpink--bg-pas {
  background-color: rgba(166, 218, 190, 0.1);
}

.theme__wellWed-primary h1, .theme__wellWed-primary h2, .theme__wellWed-primary h3, .theme__wellWed-primary h4, .theme__wellWed-primary h5, .theme__wellWed-primary h6,
.t__wellWed--pri h1,
.t__wellWed--pri h2,
.t__wellWed--pri h3,
.t__wellWed--pri h4,
.t__wellWed--pri h5,
.t__wellWed--pri h6 {
  color: #009CCD;
}
.theme__wellWed-primary a,
.t__wellWed--pri a {
  color: #4a4a4a;
  border-color: #009CCD;
  text-decoration: none;
}
.theme__wellWed-primary a:hover,
.t__wellWed--pri a:hover {
  color: #009CCD;
}
.theme__wellWed-primary a:hover h1, .theme__wellWed-primary a:hover h2, .theme__wellWed-primary a:hover h3, .theme__wellWed-primary a:hover h4, .theme__wellWed-primary a:hover h5, .theme__wellWed-primary a:hover h6,
.t__wellWed--pri a:hover h1,
.t__wellWed--pri a:hover h2,
.t__wellWed--pri a:hover h3,
.t__wellWed--pri a:hover h4,
.t__wellWed--pri a:hover h5,
.t__wellWed--pri a:hover h6 {
  color: #009CCD;
}
.theme__wellWed-primary a div,
.t__wellWed--pri a div {
  border-color: #009CCD !important;
}
.theme__wellWed-primary input,
.t__wellWed--pri input {
  border-color: #009CCD;
}
.theme__wellWed-primary p,
.t__wellWed--pri p {
  color: #4a4a4a;
}
.theme__wellWed-primary .button,
.theme__wellWed-primary .btn,
.theme__wellWed-primary .btn__pill, .theme__wellWed-primary.button, .theme__wellWed-primary.btn, .theme__wellWed-primary.btn__pill,
.t__wellWed--pri .button,
.t__wellWed--pri .btn,
.t__wellWed--pri .btn__pill,
.t__wellWed--pri.button,
.t__wellWed--pri.btn,
.t__wellWed--pri.btn__pill {
  border-color: #009CCD;
}
@media (hover: hover) {
  .theme__wellWed-primary .button:hover,
  .theme__wellWed-primary .btn:hover,
  .theme__wellWed-primary .btn__pill:hover, .theme__wellWed-primary.button:hover, .theme__wellWed-primary.btn:hover, .theme__wellWed-primary.btn__pill:hover,
  .t__wellWed--pri .button:hover,
  .t__wellWed--pri .btn:hover,
  .t__wellWed--pri .btn__pill:hover,
  .t__wellWed--pri.button:hover,
  .t__wellWed--pri.btn:hover,
  .t__wellWed--pri.btn__pill:hover {
    color: #ffffff;
    background: #009CCD;
  }
  .theme__wellWed-primary .button:hover i,
  .theme__wellWed-primary .btn:hover i,
  .theme__wellWed-primary .btn__pill:hover i, .theme__wellWed-primary.button:hover i, .theme__wellWed-primary.btn:hover i, .theme__wellWed-primary.btn__pill:hover i,
  .t__wellWed--pri .button:hover i,
  .t__wellWed--pri .btn:hover i,
  .t__wellWed--pri .btn__pill:hover i,
  .t__wellWed--pri.button:hover i,
  .t__wellWed--pri.btn:hover i,
  .t__wellWed--pri.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__wellWed-primary .button__invert,
.theme__wellWed-primary .btn__invert,
.theme__wellWed-primary .btn__pill__invert, .theme__wellWed-primary.button__invert, .theme__wellWed-primary.btn__invert, .theme__wellWed-primary.btn__pill__invert,
.t__wellWed--pri .button__invert,
.t__wellWed--pri .btn__invert,
.t__wellWed--pri .btn__pill__invert,
.t__wellWed--pri.button__invert,
.t__wellWed--pri.btn__invert,
.t__wellWed--pri.btn__pill__invert {
  background-color: #009CCD;
  color: #ffffff;
}
.theme__wellWed-primary .button__invert h4,
.theme__wellWed-primary .btn__invert h4,
.theme__wellWed-primary .btn__pill__invert h4, .theme__wellWed-primary.button__invert h4, .theme__wellWed-primary.btn__invert h4, .theme__wellWed-primary.btn__pill__invert h4,
.t__wellWed--pri .button__invert h4,
.t__wellWed--pri .btn__invert h4,
.t__wellWed--pri .btn__pill__invert h4,
.t__wellWed--pri.button__invert h4,
.t__wellWed--pri.btn__invert h4,
.t__wellWed--pri.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__wellWed-primary .button__invert:hover,
.theme__wellWed-primary .btn__invert:hover,
.theme__wellWed-primary .btn__pill__invert:hover, .theme__wellWed-primary.button__invert:hover, .theme__wellWed-primary.btn__invert:hover, .theme__wellWed-primary.btn__pill__invert:hover,
.t__wellWed--pri .button__invert:hover,
.t__wellWed--pri .btn__invert:hover,
.t__wellWed--pri .btn__pill__invert:hover,
.t__wellWed--pri.button__invert:hover,
.t__wellWed--pri.btn__invert:hover,
.t__wellWed--pri.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__wellWed-primary .button__invert:hover h4,
.theme__wellWed-primary .btn__invert:hover h4,
.theme__wellWed-primary .btn__pill__invert:hover h4, .theme__wellWed-primary.button__invert:hover h4, .theme__wellWed-primary.btn__invert:hover h4, .theme__wellWed-primary.btn__pill__invert:hover h4,
.t__wellWed--pri .button__invert:hover h4,
.t__wellWed--pri .btn__invert:hover h4,
.t__wellWed--pri .btn__pill__invert:hover h4,
.t__wellWed--pri.button__invert:hover h4,
.t__wellWed--pri.btn__invert:hover h4,
.t__wellWed--pri.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__wellWed-primary .button__invert--hover:hover,
.theme__wellWed-primary .btn__invert--hover:hover,
.theme__wellWed-primary .btn__pill__invert--hover:hover, .theme__wellWed-primary.button__invert--hover:hover, .theme__wellWed-primary.btn__invert--hover:hover, .theme__wellWed-primary.btn__pill__invert--hover:hover,
.t__wellWed--pri .button__invert--hover:hover,
.t__wellWed--pri .btn__invert--hover:hover,
.t__wellWed--pri .btn__pill__invert--hover:hover,
.t__wellWed--pri.button__invert--hover:hover,
.t__wellWed--pri.btn__invert--hover:hover,
.t__wellWed--pri.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__wellWed-primary .button__under,
.theme__wellWed-primary .btn__under,
.theme__wellWed-primary .btn__pill__under, .theme__wellWed-primary.button__under, .theme__wellWed-primary.btn__under, .theme__wellWed-primary.btn__pill__under,
.t__wellWed--pri .button__under,
.t__wellWed--pri .btn__under,
.t__wellWed--pri .btn__pill__under,
.t__wellWed--pri.button__under,
.t__wellWed--pri.btn__under,
.t__wellWed--pri.btn__pill__under {
  border-color: #009CCD;
}
.theme__wellWed-primary .btn__large,
.t__wellWed--pri .btn__large {
  background-color: #009CCD;
}
.theme__wellWed-primary .input__search,
.t__wellWed--pri .input__search {
  border-color: #009CCD;
}
.theme__wellWed-primary .input__search i,
.t__wellWed--pri .input__search i {
  color: #4a4a4a;
}
.theme__wellWed-primary .input__search:hover i,
.t__wellWed--pri .input__search:hover i {
  color: #009CCD;
}
.theme__wellWed-primary .component__foreground,
.t__wellWed--pri .component__foreground {
  color: #4a4a4a;
}
.theme__wellWed-primary.card,
.theme__wellWed-primary .card, .theme__wellWed-primary.card__with-image,
.theme__wellWed-primary .card__with-image,
.t__wellWed--pri.card,
.t__wellWed--pri .card,
.t__wellWed--pri.card__with-image,
.t__wellWed--pri .card__with-image {
  border-color: #009CCD;
}
.theme__wellWed-primary.card__highlight,
.theme__wellWed-primary .card__highlight,
.theme__wellWed-primary .card__highlight--image,
.theme__wellWed-primary .card__highlight--final,
.t__wellWed--pri.card__highlight,
.t__wellWed--pri .card__highlight,
.t__wellWed--pri .card__highlight--image,
.t__wellWed--pri .card__highlight--final {
  background-color: #009CCD;
  border-color: #009CCD;
}
.theme__wellWed-primary.card__highlight--title,
.theme__wellWed-primary .card__highlight--title,
.theme__wellWed-primary .card__highlight--image,
.theme__wellWed-primary .card__highlight--final,
.t__wellWed--pri.card__highlight--title,
.t__wellWed--pri .card__highlight--title,
.t__wellWed--pri .card__highlight--image,
.t__wellWed--pri .card__highlight--final {
  color: #4a4a4a;
}
.theme__wellWed-primary .image-slider__selector--dot,
.t__wellWed--pri .image-slider__selector--dot {
  background-color: #009CCD;
}
.theme__wellWed-primary .call-to-action__text h3,
.t__wellWed--pri .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__wellWed-primary .officer__block--title h5, .theme__wellWed-primary .officer__block--title h6,
.t__wellWed--pri .officer__block--title h5,
.t__wellWed--pri .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__wellWed-primary .block__statement--link,
.t__wellWed--pri .block__statement--link {
  color: #4a4a4a;
}
.theme__wellWed-primary .card__cutoff,
.t__wellWed--pri .card__cutoff {
  background: linear-gradient(#009CCD, #009CCD), linear-gradient(white, white);
}
.theme__wellWed-primary .card__cutoff p,
.t__wellWed--pri .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__wellWed-primary .card__cutoff:hover,
  .t__wellWed--pri .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__wellWed-primary .card__cutoff:hover p,
  .t__wellWed--pri .card__cutoff:hover p {
    color: #009CCD;
  }
  .theme__wellWed-primary .card__cutoff:hover .card__cutoff--link,
  .t__wellWed--pri .card__cutoff:hover .card__cutoff--link {
    color: #009CCD;
  }
  .theme__wellWed-primary .card__cutoff:hover .card__cutoff--text,
  .t__wellWed--pri .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__wellWed-primary .card__cutoff:hover .card__cutoff--text p,
  .t__wellWed--pri .card__cutoff:hover .card__cutoff--text p {
    color: #009CCD;
  }
  .theme__wellWed-primary .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__wellWed--pri .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: #009CCD;
  }
}
.theme__wellWed-primary .card__cutoff--link,
.t__wellWed--pri .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__wellWed-primary .card__cutoff--link:hover,
  .t__wellWed--pri .card__cutoff--link:hover {
    color: #009CCD;
  }
  .theme__wellWed-primary .card__cutoff--link:hover--link,
  .t__wellWed--pri .card__cutoff--link:hover--link {
    color: #009CCD;
  }
}
.theme__wellWed-primary .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__wellWed--pri .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: #009CCD;
}
.theme__wellWed-primary .dropdown__toggle--title,
.t__wellWed--pri .dropdown__toggle--title {
  color: #009CCD;
}
.theme__wellWed-primary .dropdown__toggle--icon i,
.t__wellWed--pri .dropdown__toggle--icon i {
  color: #009CCD;
}
.theme__wellWed-primary .large_timer__countdown--item_large,
.t__wellWed--pri .large_timer__countdown--item_large {
  background-color: #009CCD;
}
.theme__wellWed-primary .large_timer__countdown--item_medium,
.t__wellWed--pri .large_timer__countdown--item_medium {
  background-color: #009CCD;
}
.theme__wellWed-primary .large_timer__countdown--item_small,
.t__wellWed--pri .large_timer__countdown--item_small {
  background-color: #009CCD;
}
.theme__wellWed-primary .modalcontent,
.t__wellWed--pri .modalcontent {
  border-color: #009CCD;
}
.theme__wellWed-primary .transparent__header,
.t__wellWed--pri .transparent__header {
  background: #009CCD;
}
.theme__wellWed-primary .breadcrumb__slashes,
.t__wellWed--pri .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__wellWed-primary .the-list,
.t__wellWed--pri .the-list {
  background-color: #009CCD;
}
.theme__wellWed-primary .the-list option,
.t__wellWed--pri .the-list option {
  border-color: #009CCD !important;
}
.theme__wellWed-primary .es-list::-webkit-scrollbar-thumb,
.t__wellWed--pri .es-list::-webkit-scrollbar-thumb {
  background: #009CCD;
}
.theme__wellWed-primary .es-visible,
.t__wellWed--pri .es-visible {
  border-color: #009CCD !important;
}
.theme__wellWed-primary .ot-open,
.theme__wellWed-primary .ot-closed,
.t__wellWed--pri .ot-open,
.t__wellWed--pri .ot-closed {
  color: #009CCD;
}
.theme__wellWed-primary .colour__foreground,
.t__wellWed--pri .colour__foreground {
  color: #009CCD;
}
.theme__wellWed-primary h1.t__none,
.theme__wellWed-primary h1.theme__none,
.theme__wellWed-primary h2.t__none,
.theme__wellWed-primary h2.theme__none,
.theme__wellWed-primary h3.t__none,
.theme__wellWed-primary h3.theme__none,
.theme__wellWed-primary h4.t__none,
.theme__wellWed-primary h4.theme__none,
.theme__wellWed-primary h1.t__none--w-hov,
.theme__wellWed-primary h1.theme__none--with-hover,
.theme__wellWed-primary h2.t__none--w-hov,
.theme__wellWed-primary h2.theme__none--with-hover,
.theme__wellWed-primary h3.t__none--w-hov,
.theme__wellWed-primary h3.theme__none--with-hover,
.theme__wellWed-primary h4.t__none--w-hov,
.theme__wellWed-primary h4.theme__none--with-hover,
.t__wellWed--pri h1.t__none,
.t__wellWed--pri h1.theme__none,
.t__wellWed--pri h2.t__none,
.t__wellWed--pri h2.theme__none,
.t__wellWed--pri h3.t__none,
.t__wellWed--pri h3.theme__none,
.t__wellWed--pri h4.t__none,
.t__wellWed--pri h4.theme__none,
.t__wellWed--pri h1.t__none--w-hov,
.t__wellWed--pri h1.theme__none--with-hover,
.t__wellWed--pri h2.t__none--w-hov,
.t__wellWed--pri h2.theme__none--with-hover,
.t__wellWed--pri h3.t__none--w-hov,
.t__wellWed--pri h3.theme__none--with-hover,
.t__wellWed--pri h4.t__none--w-hov,
.t__wellWed--pri h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__wellWed-primary span.t__none,
.theme__wellWed-primary span.theme__none,
.t__wellWed--pri span.t__none,
.t__wellWed--pri span.theme__none {
  color: #4a4a4a;
}
.theme__wellWed-primary i.t__none,
.theme__wellWed-primary i.theme__none,
.t__wellWed--pri i.t__none,
.t__wellWed--pri i.theme__none {
  color: #4a4a4a;
}
.theme__wellWed-primary a.border__none,
.theme__wellWed-primary a.b__none,
.t__wellWed--pri a.border__none,
.t__wellWed--pri a.b__none {
  border: 0;
}
.theme__wellWed-primary a:hover h1.t__none,
.theme__wellWed-primary a:hover h1.theme__none,
.theme__wellWed-primary a:hover h2.t__none,
.theme__wellWed-primary a:hover h2.theme__none,
.theme__wellWed-primary a:hover h3.t__none,
.theme__wellWed-primary a:hover h3.theme__none,
.theme__wellWed-primary a:hover h4.t__none,
.theme__wellWed-primary a:hover h4.theme__none,
.t__wellWed--pri a:hover h1.t__none,
.t__wellWed--pri a:hover h1.theme__none,
.t__wellWed--pri a:hover h2.t__none,
.t__wellWed--pri a:hover h2.theme__none,
.t__wellWed--pri a:hover h3.t__none,
.t__wellWed--pri a:hover h3.theme__none,
.t__wellWed--pri a:hover h4.t__none,
.t__wellWed--pri a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__wellWed-primary a:hover h1.t__none--w-hov,
.theme__wellWed-primary a:hover h1.theme__none--with-hover,
.theme__wellWed-primary a:hover h2.t__none--w-hov,
.theme__wellWed-primary a:hover h2.theme__none--with-hover,
.theme__wellWed-primary a:hover h3.t__none--w-hov,
.theme__wellWed-primary a:hover h3.theme__none--with-hover,
.theme__wellWed-primary a:hover h4.t__none--w-hov,
.theme__wellWed-primary a:hover h4.theme__none--with-hover,
.t__wellWed--pri a:hover h1.t__none--w-hov,
.t__wellWed--pri a:hover h1.theme__none--with-hover,
.t__wellWed--pri a:hover h2.t__none--w-hov,
.t__wellWed--pri a:hover h2.theme__none--with-hover,
.t__wellWed--pri a:hover h3.t__none--w-hov,
.t__wellWed--pri a:hover h3.theme__none--with-hover,
.t__wellWed--pri a:hover h4.t__none--w-hov,
.t__wellWed--pri a:hover h4.theme__none--with-hover {
  color: #009CCD;
}
.theme__wellWed-primary .dotted__line--small, .theme__wellWed-primary .dotted__line--medium, .theme__wellWed-primary .dotted__line--large, .theme__wellWed-primary .dotted__line--x-large, .theme__wellWed-primary .dotted__line--huge,
.t__wellWed--pri .dotted__line--small,
.t__wellWed--pri .dotted__line--medium,
.t__wellWed--pri .dotted__line--large,
.t__wellWed--pri .dotted__line--x-large,
.t__wellWed--pri .dotted__line--huge {
  border-image-source: url("https://assets-cdn.sums.su/SH/Dotted_Borders/dotted_wellWed.png");
}

.theme__wellWed--secondary h1, .theme__wellWed--secondary h2, .theme__wellWed--secondary h3, .theme__wellWed--secondary h4, .theme__wellWed--secondary h5, .theme__wellWed--secondary h6,
.t__wellWed-sec h1,
.t__wellWed-sec h2,
.t__wellWed-sec h3,
.t__wellWed-sec h4,
.t__wellWed-sec h5,
.t__wellWed-sec h6 {
  color: #009CCD;
}
.theme__wellWed--secondary a,
.t__wellWed-sec a {
  color: #4a4a4a;
  border-color: #009CCD;
  text-decoration: none;
}
.theme__wellWed--secondary a:hover,
.t__wellWed-sec a:hover {
  color: #009CCD;
}
.theme__wellWed--secondary a:hover h1, .theme__wellWed--secondary a:hover h2, .theme__wellWed--secondary a:hover h3, .theme__wellWed--secondary a:hover h4, .theme__wellWed--secondary a:hover h5, .theme__wellWed--secondary a:hover h6,
.t__wellWed-sec a:hover h1,
.t__wellWed-sec a:hover h2,
.t__wellWed-sec a:hover h3,
.t__wellWed-sec a:hover h4,
.t__wellWed-sec a:hover h5,
.t__wellWed-sec a:hover h6 {
  color: #009CCD;
}
.theme__wellWed--secondary a div,
.t__wellWed-sec a div {
  border-color: #009CCD !important;
}
.theme__wellWed--secondary input,
.t__wellWed-sec input {
  border-color: #009CCD;
}
.theme__wellWed--secondary p,
.t__wellWed-sec p {
  color: #4a4a4a;
}
.theme__wellWed--secondary .button,
.theme__wellWed--secondary .btn,
.theme__wellWed--secondary .btn__pill, .theme__wellWed--secondary.button, .theme__wellWed--secondary.btn, .theme__wellWed--secondary.btn__pill,
.t__wellWed-sec .button,
.t__wellWed-sec .btn,
.t__wellWed-sec .btn__pill,
.t__wellWed-sec.button,
.t__wellWed-sec.btn,
.t__wellWed-sec.btn__pill {
  border-color: #009CCD;
}
@media (hover: hover) {
  .theme__wellWed--secondary .button:hover,
  .theme__wellWed--secondary .btn:hover,
  .theme__wellWed--secondary .btn__pill:hover, .theme__wellWed--secondary.button:hover, .theme__wellWed--secondary.btn:hover, .theme__wellWed--secondary.btn__pill:hover,
  .t__wellWed-sec .button:hover,
  .t__wellWed-sec .btn:hover,
  .t__wellWed-sec .btn__pill:hover,
  .t__wellWed-sec.button:hover,
  .t__wellWed-sec.btn:hover,
  .t__wellWed-sec.btn__pill:hover {
    color: #ffffff;
    background: #009CCD;
  }
  .theme__wellWed--secondary .button:hover i,
  .theme__wellWed--secondary .btn:hover i,
  .theme__wellWed--secondary .btn__pill:hover i, .theme__wellWed--secondary.button:hover i, .theme__wellWed--secondary.btn:hover i, .theme__wellWed--secondary.btn__pill:hover i,
  .t__wellWed-sec .button:hover i,
  .t__wellWed-sec .btn:hover i,
  .t__wellWed-sec .btn__pill:hover i,
  .t__wellWed-sec.button:hover i,
  .t__wellWed-sec.btn:hover i,
  .t__wellWed-sec.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__wellWed--secondary .button__invert,
.theme__wellWed--secondary .btn__invert,
.theme__wellWed--secondary .btn__pill__invert, .theme__wellWed--secondary.button__invert, .theme__wellWed--secondary.btn__invert, .theme__wellWed--secondary.btn__pill__invert,
.t__wellWed-sec .button__invert,
.t__wellWed-sec .btn__invert,
.t__wellWed-sec .btn__pill__invert,
.t__wellWed-sec.button__invert,
.t__wellWed-sec.btn__invert,
.t__wellWed-sec.btn__pill__invert {
  background-color: #009CCD;
  color: #ffffff;
}
.theme__wellWed--secondary .button__invert h4,
.theme__wellWed--secondary .btn__invert h4,
.theme__wellWed--secondary .btn__pill__invert h4, .theme__wellWed--secondary.button__invert h4, .theme__wellWed--secondary.btn__invert h4, .theme__wellWed--secondary.btn__pill__invert h4,
.t__wellWed-sec .button__invert h4,
.t__wellWed-sec .btn__invert h4,
.t__wellWed-sec .btn__pill__invert h4,
.t__wellWed-sec.button__invert h4,
.t__wellWed-sec.btn__invert h4,
.t__wellWed-sec.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__wellWed--secondary .button__invert:hover,
.theme__wellWed--secondary .btn__invert:hover,
.theme__wellWed--secondary .btn__pill__invert:hover, .theme__wellWed--secondary.button__invert:hover, .theme__wellWed--secondary.btn__invert:hover, .theme__wellWed--secondary.btn__pill__invert:hover,
.t__wellWed-sec .button__invert:hover,
.t__wellWed-sec .btn__invert:hover,
.t__wellWed-sec .btn__pill__invert:hover,
.t__wellWed-sec.button__invert:hover,
.t__wellWed-sec.btn__invert:hover,
.t__wellWed-sec.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__wellWed--secondary .button__invert:hover h4,
.theme__wellWed--secondary .btn__invert:hover h4,
.theme__wellWed--secondary .btn__pill__invert:hover h4, .theme__wellWed--secondary.button__invert:hover h4, .theme__wellWed--secondary.btn__invert:hover h4, .theme__wellWed--secondary.btn__pill__invert:hover h4,
.t__wellWed-sec .button__invert:hover h4,
.t__wellWed-sec .btn__invert:hover h4,
.t__wellWed-sec .btn__pill__invert:hover h4,
.t__wellWed-sec.button__invert:hover h4,
.t__wellWed-sec.btn__invert:hover h4,
.t__wellWed-sec.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__wellWed--secondary .button__invert--hover:hover,
.theme__wellWed--secondary .btn__invert--hover:hover,
.theme__wellWed--secondary .btn__pill__invert--hover:hover, .theme__wellWed--secondary.button__invert--hover:hover, .theme__wellWed--secondary.btn__invert--hover:hover, .theme__wellWed--secondary.btn__pill__invert--hover:hover,
.t__wellWed-sec .button__invert--hover:hover,
.t__wellWed-sec .btn__invert--hover:hover,
.t__wellWed-sec .btn__pill__invert--hover:hover,
.t__wellWed-sec.button__invert--hover:hover,
.t__wellWed-sec.btn__invert--hover:hover,
.t__wellWed-sec.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__wellWed--secondary .button__under,
.theme__wellWed--secondary .btn__under,
.theme__wellWed--secondary .btn__pill__under, .theme__wellWed--secondary.button__under, .theme__wellWed--secondary.btn__under, .theme__wellWed--secondary.btn__pill__under,
.t__wellWed-sec .button__under,
.t__wellWed-sec .btn__under,
.t__wellWed-sec .btn__pill__under,
.t__wellWed-sec.button__under,
.t__wellWed-sec.btn__under,
.t__wellWed-sec.btn__pill__under {
  border-color: #009CCD;
}
.theme__wellWed--secondary .btn__large,
.t__wellWed-sec .btn__large {
  background-color: #009CCD;
}
.theme__wellWed--secondary .input__search,
.t__wellWed-sec .input__search {
  border-color: #009CCD;
}
.theme__wellWed--secondary .input__search i,
.t__wellWed-sec .input__search i {
  color: #4a4a4a;
}
.theme__wellWed--secondary .input__search:hover i,
.t__wellWed-sec .input__search:hover i {
  color: #009CCD;
}
.theme__wellWed--secondary .component__foreground,
.t__wellWed-sec .component__foreground {
  color: #4a4a4a;
}
.theme__wellWed--secondary.card,
.theme__wellWed--secondary .card, .theme__wellWed--secondary.card__with-image,
.theme__wellWed--secondary .card__with-image,
.t__wellWed-sec.card,
.t__wellWed-sec .card,
.t__wellWed-sec.card__with-image,
.t__wellWed-sec .card__with-image {
  border-color: #009CCD;
}
.theme__wellWed--secondary.card__highlight,
.theme__wellWed--secondary .card__highlight,
.theme__wellWed--secondary .card__highlight--image,
.theme__wellWed--secondary .card__highlight--final,
.t__wellWed-sec.card__highlight,
.t__wellWed-sec .card__highlight,
.t__wellWed-sec .card__highlight--image,
.t__wellWed-sec .card__highlight--final {
  background-color: #009CCD;
  border-color: #009CCD;
}
.theme__wellWed--secondary.card__highlight--title,
.theme__wellWed--secondary .card__highlight--title,
.theme__wellWed--secondary .card__highlight--image,
.theme__wellWed--secondary .card__highlight--final,
.t__wellWed-sec.card__highlight--title,
.t__wellWed-sec .card__highlight--title,
.t__wellWed-sec .card__highlight--image,
.t__wellWed-sec .card__highlight--final {
  color: #4a4a4a;
}
.theme__wellWed--secondary .image-slider__selector--dot,
.t__wellWed-sec .image-slider__selector--dot {
  background-color: #009CCD;
}
.theme__wellWed--secondary .call-to-action__text h3,
.t__wellWed-sec .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__wellWed--secondary .officer__block--title h5, .theme__wellWed--secondary .officer__block--title h6,
.t__wellWed-sec .officer__block--title h5,
.t__wellWed-sec .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__wellWed--secondary .block__statement--link,
.t__wellWed-sec .block__statement--link {
  color: #4a4a4a;
}
.theme__wellWed--secondary .card__cutoff,
.t__wellWed-sec .card__cutoff {
  background: linear-gradient(#009CCD, #009CCD), linear-gradient(white, white);
}
.theme__wellWed--secondary .card__cutoff p,
.t__wellWed-sec .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__wellWed--secondary .card__cutoff:hover,
  .t__wellWed-sec .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__wellWed--secondary .card__cutoff:hover p,
  .t__wellWed-sec .card__cutoff:hover p {
    color: #009CCD;
  }
  .theme__wellWed--secondary .card__cutoff:hover .card__cutoff--link,
  .t__wellWed-sec .card__cutoff:hover .card__cutoff--link {
    color: #009CCD;
  }
  .theme__wellWed--secondary .card__cutoff:hover .card__cutoff--text,
  .t__wellWed-sec .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__wellWed--secondary .card__cutoff:hover .card__cutoff--text p,
  .t__wellWed-sec .card__cutoff:hover .card__cutoff--text p {
    color: #009CCD;
  }
  .theme__wellWed--secondary .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__wellWed-sec .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: #009CCD;
  }
}
.theme__wellWed--secondary .card__cutoff--link,
.t__wellWed-sec .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__wellWed--secondary .card__cutoff--link:hover,
  .t__wellWed-sec .card__cutoff--link:hover {
    color: #009CCD;
  }
  .theme__wellWed--secondary .card__cutoff--link:hover--link,
  .t__wellWed-sec .card__cutoff--link:hover--link {
    color: #009CCD;
  }
}
.theme__wellWed--secondary .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__wellWed-sec .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: #009CCD;
}
.theme__wellWed--secondary .dropdown__toggle--title,
.t__wellWed-sec .dropdown__toggle--title {
  color: #009CCD;
}
.theme__wellWed--secondary .dropdown__toggle--icon i,
.t__wellWed-sec .dropdown__toggle--icon i {
  color: #009CCD;
}
.theme__wellWed--secondary .large_timer__countdown--item_large,
.t__wellWed-sec .large_timer__countdown--item_large {
  background-color: #009CCD;
}
.theme__wellWed--secondary .large_timer__countdown--item_medium,
.t__wellWed-sec .large_timer__countdown--item_medium {
  background-color: #009CCD;
}
.theme__wellWed--secondary .large_timer__countdown--item_small,
.t__wellWed-sec .large_timer__countdown--item_small {
  background-color: #009CCD;
}
.theme__wellWed--secondary .modalcontent,
.t__wellWed-sec .modalcontent {
  border-color: #009CCD;
}
.theme__wellWed--secondary .transparent__header,
.t__wellWed-sec .transparent__header {
  background: #009CCD;
}
.theme__wellWed--secondary .breadcrumb__slashes,
.t__wellWed-sec .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__wellWed--secondary .the-list,
.t__wellWed-sec .the-list {
  background-color: #009CCD;
}
.theme__wellWed--secondary .the-list option,
.t__wellWed-sec .the-list option {
  border-color: #009CCD !important;
}
.theme__wellWed--secondary .es-list::-webkit-scrollbar-thumb,
.t__wellWed-sec .es-list::-webkit-scrollbar-thumb {
  background: #009CCD;
}
.theme__wellWed--secondary .es-visible,
.t__wellWed-sec .es-visible {
  border-color: #009CCD !important;
}
.theme__wellWed--secondary .ot-open,
.theme__wellWed--secondary .ot-closed,
.t__wellWed-sec .ot-open,
.t__wellWed-sec .ot-closed {
  color: #009CCD;
}
.theme__wellWed--secondary .colour__foreground,
.t__wellWed-sec .colour__foreground {
  color: #009CCD;
}
.theme__wellWed--secondary h1.t__none,
.theme__wellWed--secondary h1.theme__none,
.theme__wellWed--secondary h2.t__none,
.theme__wellWed--secondary h2.theme__none,
.theme__wellWed--secondary h3.t__none,
.theme__wellWed--secondary h3.theme__none,
.theme__wellWed--secondary h4.t__none,
.theme__wellWed--secondary h4.theme__none,
.theme__wellWed--secondary h1.t__none--w-hov,
.theme__wellWed--secondary h1.theme__none--with-hover,
.theme__wellWed--secondary h2.t__none--w-hov,
.theme__wellWed--secondary h2.theme__none--with-hover,
.theme__wellWed--secondary h3.t__none--w-hov,
.theme__wellWed--secondary h3.theme__none--with-hover,
.theme__wellWed--secondary h4.t__none--w-hov,
.theme__wellWed--secondary h4.theme__none--with-hover,
.t__wellWed-sec h1.t__none,
.t__wellWed-sec h1.theme__none,
.t__wellWed-sec h2.t__none,
.t__wellWed-sec h2.theme__none,
.t__wellWed-sec h3.t__none,
.t__wellWed-sec h3.theme__none,
.t__wellWed-sec h4.t__none,
.t__wellWed-sec h4.theme__none,
.t__wellWed-sec h1.t__none--w-hov,
.t__wellWed-sec h1.theme__none--with-hover,
.t__wellWed-sec h2.t__none--w-hov,
.t__wellWed-sec h2.theme__none--with-hover,
.t__wellWed-sec h3.t__none--w-hov,
.t__wellWed-sec h3.theme__none--with-hover,
.t__wellWed-sec h4.t__none--w-hov,
.t__wellWed-sec h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__wellWed--secondary span.t__none,
.theme__wellWed--secondary span.theme__none,
.t__wellWed-sec span.t__none,
.t__wellWed-sec span.theme__none {
  color: #4a4a4a;
}
.theme__wellWed--secondary i.t__none,
.theme__wellWed--secondary i.theme__none,
.t__wellWed-sec i.t__none,
.t__wellWed-sec i.theme__none {
  color: #4a4a4a;
}
.theme__wellWed--secondary a.border__none,
.theme__wellWed--secondary a.b__none,
.t__wellWed-sec a.border__none,
.t__wellWed-sec a.b__none {
  border: 0;
}
.theme__wellWed--secondary a:hover h1.t__none,
.theme__wellWed--secondary a:hover h1.theme__none,
.theme__wellWed--secondary a:hover h2.t__none,
.theme__wellWed--secondary a:hover h2.theme__none,
.theme__wellWed--secondary a:hover h3.t__none,
.theme__wellWed--secondary a:hover h3.theme__none,
.theme__wellWed--secondary a:hover h4.t__none,
.theme__wellWed--secondary a:hover h4.theme__none,
.t__wellWed-sec a:hover h1.t__none,
.t__wellWed-sec a:hover h1.theme__none,
.t__wellWed-sec a:hover h2.t__none,
.t__wellWed-sec a:hover h2.theme__none,
.t__wellWed-sec a:hover h3.t__none,
.t__wellWed-sec a:hover h3.theme__none,
.t__wellWed-sec a:hover h4.t__none,
.t__wellWed-sec a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__wellWed--secondary a:hover h1.t__none--w-hov,
.theme__wellWed--secondary a:hover h1.theme__none--with-hover,
.theme__wellWed--secondary a:hover h2.t__none--w-hov,
.theme__wellWed--secondary a:hover h2.theme__none--with-hover,
.theme__wellWed--secondary a:hover h3.t__none--w-hov,
.theme__wellWed--secondary a:hover h3.theme__none--with-hover,
.theme__wellWed--secondary a:hover h4.t__none--w-hov,
.theme__wellWed--secondary a:hover h4.theme__none--with-hover,
.t__wellWed-sec a:hover h1.t__none--w-hov,
.t__wellWed-sec a:hover h1.theme__none--with-hover,
.t__wellWed-sec a:hover h2.t__none--w-hov,
.t__wellWed-sec a:hover h2.theme__none--with-hover,
.t__wellWed-sec a:hover h3.t__none--w-hov,
.t__wellWed-sec a:hover h3.theme__none--with-hover,
.t__wellWed-sec a:hover h4.t__none--w-hov,
.t__wellWed-sec a:hover h4.theme__none--with-hover {
  color: #009CCD;
}

.theme__wellWed--pastel h1, .theme__wellWed--pastel h2, .theme__wellWed--pastel h3, .theme__wellWed--pastel h4, .theme__wellWed--pastel h5, .theme__wellWed--pastel h6,
.t__wellWed--pas h1,
.t__wellWed--pas h2,
.t__wellWed--pas h3,
.t__wellWed--pas h4,
.t__wellWed--pas h5,
.t__wellWed--pas h6 {
  color: rgba(235, 160, 99, 0.1);
}
.theme__wellWed--pastel a,
.t__wellWed--pas a {
  color: #4a4a4a;
  border-color: rgba(235, 160, 99, 0.1);
  text-decoration: none;
}
.theme__wellWed--pastel a:hover,
.t__wellWed--pas a:hover {
  color: rgba(235, 160, 99, 0.1);
}
.theme__wellWed--pastel a:hover h1, .theme__wellWed--pastel a:hover h2, .theme__wellWed--pastel a:hover h3, .theme__wellWed--pastel a:hover h4, .theme__wellWed--pastel a:hover h5, .theme__wellWed--pastel a:hover h6,
.t__wellWed--pas a:hover h1,
.t__wellWed--pas a:hover h2,
.t__wellWed--pas a:hover h3,
.t__wellWed--pas a:hover h4,
.t__wellWed--pas a:hover h5,
.t__wellWed--pas a:hover h6 {
  color: rgba(235, 160, 99, 0.1);
}
.theme__wellWed--pastel a div,
.t__wellWed--pas a div {
  border-color: rgba(235, 160, 99, 0.1) !important;
}
.theme__wellWed--pastel input,
.t__wellWed--pas input {
  border-color: rgba(235, 160, 99, 0.1);
}
.theme__wellWed--pastel p,
.t__wellWed--pas p {
  color: #4a4a4a;
}
.theme__wellWed--pastel .button,
.theme__wellWed--pastel .btn,
.theme__wellWed--pastel .btn__pill, .theme__wellWed--pastel.button, .theme__wellWed--pastel.btn, .theme__wellWed--pastel.btn__pill,
.t__wellWed--pas .button,
.t__wellWed--pas .btn,
.t__wellWed--pas .btn__pill,
.t__wellWed--pas.button,
.t__wellWed--pas.btn,
.t__wellWed--pas.btn__pill {
  border-color: rgba(235, 160, 99, 0.1);
}
@media (hover: hover) {
  .theme__wellWed--pastel .button:hover,
  .theme__wellWed--pastel .btn:hover,
  .theme__wellWed--pastel .btn__pill:hover, .theme__wellWed--pastel.button:hover, .theme__wellWed--pastel.btn:hover, .theme__wellWed--pastel.btn__pill:hover,
  .t__wellWed--pas .button:hover,
  .t__wellWed--pas .btn:hover,
  .t__wellWed--pas .btn__pill:hover,
  .t__wellWed--pas.button:hover,
  .t__wellWed--pas.btn:hover,
  .t__wellWed--pas.btn__pill:hover {
    color: #ffffff;
    background: rgba(235, 160, 99, 0.1);
  }
  .theme__wellWed--pastel .button:hover i,
  .theme__wellWed--pastel .btn:hover i,
  .theme__wellWed--pastel .btn__pill:hover i, .theme__wellWed--pastel.button:hover i, .theme__wellWed--pastel.btn:hover i, .theme__wellWed--pastel.btn__pill:hover i,
  .t__wellWed--pas .button:hover i,
  .t__wellWed--pas .btn:hover i,
  .t__wellWed--pas .btn__pill:hover i,
  .t__wellWed--pas.button:hover i,
  .t__wellWed--pas.btn:hover i,
  .t__wellWed--pas.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__wellWed--pastel .button__invert,
.theme__wellWed--pastel .btn__invert,
.theme__wellWed--pastel .btn__pill__invert, .theme__wellWed--pastel.button__invert, .theme__wellWed--pastel.btn__invert, .theme__wellWed--pastel.btn__pill__invert,
.t__wellWed--pas .button__invert,
.t__wellWed--pas .btn__invert,
.t__wellWed--pas .btn__pill__invert,
.t__wellWed--pas.button__invert,
.t__wellWed--pas.btn__invert,
.t__wellWed--pas.btn__pill__invert {
  background-color: rgba(235, 160, 99, 0.1);
  color: #ffffff;
}
.theme__wellWed--pastel .button__invert h4,
.theme__wellWed--pastel .btn__invert h4,
.theme__wellWed--pastel .btn__pill__invert h4, .theme__wellWed--pastel.button__invert h4, .theme__wellWed--pastel.btn__invert h4, .theme__wellWed--pastel.btn__pill__invert h4,
.t__wellWed--pas .button__invert h4,
.t__wellWed--pas .btn__invert h4,
.t__wellWed--pas .btn__pill__invert h4,
.t__wellWed--pas.button__invert h4,
.t__wellWed--pas.btn__invert h4,
.t__wellWed--pas.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__wellWed--pastel .button__invert:hover,
.theme__wellWed--pastel .btn__invert:hover,
.theme__wellWed--pastel .btn__pill__invert:hover, .theme__wellWed--pastel.button__invert:hover, .theme__wellWed--pastel.btn__invert:hover, .theme__wellWed--pastel.btn__pill__invert:hover,
.t__wellWed--pas .button__invert:hover,
.t__wellWed--pas .btn__invert:hover,
.t__wellWed--pas .btn__pill__invert:hover,
.t__wellWed--pas.button__invert:hover,
.t__wellWed--pas.btn__invert:hover,
.t__wellWed--pas.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__wellWed--pastel .button__invert:hover h4,
.theme__wellWed--pastel .btn__invert:hover h4,
.theme__wellWed--pastel .btn__pill__invert:hover h4, .theme__wellWed--pastel.button__invert:hover h4, .theme__wellWed--pastel.btn__invert:hover h4, .theme__wellWed--pastel.btn__pill__invert:hover h4,
.t__wellWed--pas .button__invert:hover h4,
.t__wellWed--pas .btn__invert:hover h4,
.t__wellWed--pas .btn__pill__invert:hover h4,
.t__wellWed--pas.button__invert:hover h4,
.t__wellWed--pas.btn__invert:hover h4,
.t__wellWed--pas.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__wellWed--pastel .button__invert--hover:hover,
.theme__wellWed--pastel .btn__invert--hover:hover,
.theme__wellWed--pastel .btn__pill__invert--hover:hover, .theme__wellWed--pastel.button__invert--hover:hover, .theme__wellWed--pastel.btn__invert--hover:hover, .theme__wellWed--pastel.btn__pill__invert--hover:hover,
.t__wellWed--pas .button__invert--hover:hover,
.t__wellWed--pas .btn__invert--hover:hover,
.t__wellWed--pas .btn__pill__invert--hover:hover,
.t__wellWed--pas.button__invert--hover:hover,
.t__wellWed--pas.btn__invert--hover:hover,
.t__wellWed--pas.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__wellWed--pastel .button__under,
.theme__wellWed--pastel .btn__under,
.theme__wellWed--pastel .btn__pill__under, .theme__wellWed--pastel.button__under, .theme__wellWed--pastel.btn__under, .theme__wellWed--pastel.btn__pill__under,
.t__wellWed--pas .button__under,
.t__wellWed--pas .btn__under,
.t__wellWed--pas .btn__pill__under,
.t__wellWed--pas.button__under,
.t__wellWed--pas.btn__under,
.t__wellWed--pas.btn__pill__under {
  border-color: rgba(235, 160, 99, 0.1);
}
.theme__wellWed--pastel .btn__large,
.t__wellWed--pas .btn__large {
  background-color: rgba(235, 160, 99, 0.1);
}
.theme__wellWed--pastel .input__search,
.t__wellWed--pas .input__search {
  border-color: rgba(235, 160, 99, 0.1);
}
.theme__wellWed--pastel .input__search i,
.t__wellWed--pas .input__search i {
  color: #4a4a4a;
}
.theme__wellWed--pastel .input__search:hover i,
.t__wellWed--pas .input__search:hover i {
  color: rgba(235, 160, 99, 0.1);
}
.theme__wellWed--pastel .component__foreground,
.t__wellWed--pas .component__foreground {
  color: #4a4a4a;
}
.theme__wellWed--pastel.card,
.theme__wellWed--pastel .card, .theme__wellWed--pastel.card__with-image,
.theme__wellWed--pastel .card__with-image,
.t__wellWed--pas.card,
.t__wellWed--pas .card,
.t__wellWed--pas.card__with-image,
.t__wellWed--pas .card__with-image {
  border-color: rgba(235, 160, 99, 0.1);
}
.theme__wellWed--pastel.card__highlight,
.theme__wellWed--pastel .card__highlight,
.theme__wellWed--pastel .card__highlight--image,
.theme__wellWed--pastel .card__highlight--final,
.t__wellWed--pas.card__highlight,
.t__wellWed--pas .card__highlight,
.t__wellWed--pas .card__highlight--image,
.t__wellWed--pas .card__highlight--final {
  background-color: rgba(235, 160, 99, 0.1);
  border-color: rgba(235, 160, 99, 0.1);
}
.theme__wellWed--pastel.card__highlight--title,
.theme__wellWed--pastel .card__highlight--title,
.theme__wellWed--pastel .card__highlight--image,
.theme__wellWed--pastel .card__highlight--final,
.t__wellWed--pas.card__highlight--title,
.t__wellWed--pas .card__highlight--title,
.t__wellWed--pas .card__highlight--image,
.t__wellWed--pas .card__highlight--final {
  color: #4a4a4a;
}
.theme__wellWed--pastel .image-slider__selector--dot,
.t__wellWed--pas .image-slider__selector--dot {
  background-color: rgba(235, 160, 99, 0.1);
}
.theme__wellWed--pastel .call-to-action__text h3,
.t__wellWed--pas .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__wellWed--pastel .officer__block--title h5, .theme__wellWed--pastel .officer__block--title h6,
.t__wellWed--pas .officer__block--title h5,
.t__wellWed--pas .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__wellWed--pastel .block__statement--link,
.t__wellWed--pas .block__statement--link {
  color: #4a4a4a;
}
.theme__wellWed--pastel .card__cutoff,
.t__wellWed--pas .card__cutoff {
  background: linear-gradient(rgba(235, 160, 99, 0.1), rgba(235, 160, 99, 0.1)), linear-gradient(white, white);
}
.theme__wellWed--pastel .card__cutoff p,
.t__wellWed--pas .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__wellWed--pastel .card__cutoff:hover,
  .t__wellWed--pas .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__wellWed--pastel .card__cutoff:hover p,
  .t__wellWed--pas .card__cutoff:hover p {
    color: rgba(235, 160, 99, 0.1);
  }
  .theme__wellWed--pastel .card__cutoff:hover .card__cutoff--link,
  .t__wellWed--pas .card__cutoff:hover .card__cutoff--link {
    color: rgba(235, 160, 99, 0.1);
  }
  .theme__wellWed--pastel .card__cutoff:hover .card__cutoff--text,
  .t__wellWed--pas .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__wellWed--pastel .card__cutoff:hover .card__cutoff--text p,
  .t__wellWed--pas .card__cutoff:hover .card__cutoff--text p {
    color: rgba(235, 160, 99, 0.1);
  }
  .theme__wellWed--pastel .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__wellWed--pas .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: rgba(235, 160, 99, 0.1);
  }
}
.theme__wellWed--pastel .card__cutoff--link,
.t__wellWed--pas .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__wellWed--pastel .card__cutoff--link:hover,
  .t__wellWed--pas .card__cutoff--link:hover {
    color: rgba(235, 160, 99, 0.1);
  }
  .theme__wellWed--pastel .card__cutoff--link:hover--link,
  .t__wellWed--pas .card__cutoff--link:hover--link {
    color: rgba(235, 160, 99, 0.1);
  }
}
.theme__wellWed--pastel .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__wellWed--pas .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: rgba(235, 160, 99, 0.1);
}
.theme__wellWed--pastel .dropdown__toggle--title,
.t__wellWed--pas .dropdown__toggle--title {
  color: rgba(235, 160, 99, 0.1);
}
.theme__wellWed--pastel .dropdown__toggle--icon i,
.t__wellWed--pas .dropdown__toggle--icon i {
  color: rgba(235, 160, 99, 0.1);
}
.theme__wellWed--pastel .large_timer__countdown--item_large,
.t__wellWed--pas .large_timer__countdown--item_large {
  background-color: rgba(235, 160, 99, 0.1);
}
.theme__wellWed--pastel .large_timer__countdown--item_medium,
.t__wellWed--pas .large_timer__countdown--item_medium {
  background-color: rgba(235, 160, 99, 0.1);
}
.theme__wellWed--pastel .large_timer__countdown--item_small,
.t__wellWed--pas .large_timer__countdown--item_small {
  background-color: rgba(235, 160, 99, 0.1);
}
.theme__wellWed--pastel .modalcontent,
.t__wellWed--pas .modalcontent {
  border-color: rgba(235, 160, 99, 0.1);
}
.theme__wellWed--pastel .transparent__header,
.t__wellWed--pas .transparent__header {
  background: rgba(235, 160, 99, 0.1);
}
.theme__wellWed--pastel .breadcrumb__slashes,
.t__wellWed--pas .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__wellWed--pastel .the-list,
.t__wellWed--pas .the-list {
  background-color: rgba(235, 160, 99, 0.1);
}
.theme__wellWed--pastel .the-list option,
.t__wellWed--pas .the-list option {
  border-color: rgba(235, 160, 99, 0.1) !important;
}
.theme__wellWed--pastel .es-list::-webkit-scrollbar-thumb,
.t__wellWed--pas .es-list::-webkit-scrollbar-thumb {
  background: rgba(235, 160, 99, 0.1);
}
.theme__wellWed--pastel .es-visible,
.t__wellWed--pas .es-visible {
  border-color: rgba(235, 160, 99, 0.1) !important;
}
.theme__wellWed--pastel .ot-open,
.theme__wellWed--pastel .ot-closed,
.t__wellWed--pas .ot-open,
.t__wellWed--pas .ot-closed {
  color: rgba(235, 160, 99, 0.1);
}
.theme__wellWed--pastel .colour__foreground,
.t__wellWed--pas .colour__foreground {
  color: rgba(235, 160, 99, 0.1);
}
.theme__wellWed--pastel h1.t__none,
.theme__wellWed--pastel h1.theme__none,
.theme__wellWed--pastel h2.t__none,
.theme__wellWed--pastel h2.theme__none,
.theme__wellWed--pastel h3.t__none,
.theme__wellWed--pastel h3.theme__none,
.theme__wellWed--pastel h4.t__none,
.theme__wellWed--pastel h4.theme__none,
.theme__wellWed--pastel h1.t__none--w-hov,
.theme__wellWed--pastel h1.theme__none--with-hover,
.theme__wellWed--pastel h2.t__none--w-hov,
.theme__wellWed--pastel h2.theme__none--with-hover,
.theme__wellWed--pastel h3.t__none--w-hov,
.theme__wellWed--pastel h3.theme__none--with-hover,
.theme__wellWed--pastel h4.t__none--w-hov,
.theme__wellWed--pastel h4.theme__none--with-hover,
.t__wellWed--pas h1.t__none,
.t__wellWed--pas h1.theme__none,
.t__wellWed--pas h2.t__none,
.t__wellWed--pas h2.theme__none,
.t__wellWed--pas h3.t__none,
.t__wellWed--pas h3.theme__none,
.t__wellWed--pas h4.t__none,
.t__wellWed--pas h4.theme__none,
.t__wellWed--pas h1.t__none--w-hov,
.t__wellWed--pas h1.theme__none--with-hover,
.t__wellWed--pas h2.t__none--w-hov,
.t__wellWed--pas h2.theme__none--with-hover,
.t__wellWed--pas h3.t__none--w-hov,
.t__wellWed--pas h3.theme__none--with-hover,
.t__wellWed--pas h4.t__none--w-hov,
.t__wellWed--pas h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__wellWed--pastel span.t__none,
.theme__wellWed--pastel span.theme__none,
.t__wellWed--pas span.t__none,
.t__wellWed--pas span.theme__none {
  color: #4a4a4a;
}
.theme__wellWed--pastel i.t__none,
.theme__wellWed--pastel i.theme__none,
.t__wellWed--pas i.t__none,
.t__wellWed--pas i.theme__none {
  color: #4a4a4a;
}
.theme__wellWed--pastel a.border__none,
.theme__wellWed--pastel a.b__none,
.t__wellWed--pas a.border__none,
.t__wellWed--pas a.b__none {
  border: 0;
}
.theme__wellWed--pastel a:hover h1.t__none,
.theme__wellWed--pastel a:hover h1.theme__none,
.theme__wellWed--pastel a:hover h2.t__none,
.theme__wellWed--pastel a:hover h2.theme__none,
.theme__wellWed--pastel a:hover h3.t__none,
.theme__wellWed--pastel a:hover h3.theme__none,
.theme__wellWed--pastel a:hover h4.t__none,
.theme__wellWed--pastel a:hover h4.theme__none,
.t__wellWed--pas a:hover h1.t__none,
.t__wellWed--pas a:hover h1.theme__none,
.t__wellWed--pas a:hover h2.t__none,
.t__wellWed--pas a:hover h2.theme__none,
.t__wellWed--pas a:hover h3.t__none,
.t__wellWed--pas a:hover h3.theme__none,
.t__wellWed--pas a:hover h4.t__none,
.t__wellWed--pas a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__wellWed--pastel a:hover h1.t__none--w-hov,
.theme__wellWed--pastel a:hover h1.theme__none--with-hover,
.theme__wellWed--pastel a:hover h2.t__none--w-hov,
.theme__wellWed--pastel a:hover h2.theme__none--with-hover,
.theme__wellWed--pastel a:hover h3.t__none--w-hov,
.theme__wellWed--pastel a:hover h3.theme__none--with-hover,
.theme__wellWed--pastel a:hover h4.t__none--w-hov,
.theme__wellWed--pastel a:hover h4.theme__none--with-hover,
.t__wellWed--pas a:hover h1.t__none--w-hov,
.t__wellWed--pas a:hover h1.theme__none--with-hover,
.t__wellWed--pas a:hover h2.t__none--w-hov,
.t__wellWed--pas a:hover h2.theme__none--with-hover,
.t__wellWed--pas a:hover h3.t__none--w-hov,
.t__wellWed--pas a:hover h3.theme__none--with-hover,
.t__wellWed--pas a:hover h4.t__none--w-hov,
.t__wellWed--pas a:hover h4.theme__none--with-hover {
  color: rgba(235, 160, 99, 0.1);
}

.theme__wellWed--background-primary,
.t__wellWed--bg-pri {
  background-color: #009CCD;
}

.theme__wellWed--background-secondary,
.t__wellWed--bg-sec {
  background-color: #009CCD;
}

.theme__wellWed--background-pastel,
.t__wellWed--bg-pas {
  background-color: rgba(235, 160, 99, 0.1);
}

.theme__lp-primary h1, .theme__lp-primary h2, .theme__lp-primary h3, .theme__lp-primary h4, .theme__lp-primary h5, .theme__lp-primary h6,
.t__lp--pri h1,
.t__lp--pri h2,
.t__lp--pri h3,
.t__lp--pri h4,
.t__lp--pri h5,
.t__lp--pri h6 {
  color: rgb(255, 227, 249);
}
.theme__lp-primary a,
.t__lp--pri a {
  color: #4a4a4a;
  border-color: rgb(255, 227, 249);
  text-decoration: none;
}
.theme__lp-primary a:hover,
.t__lp--pri a:hover {
  color: rgb(255, 227, 249);
}
.theme__lp-primary a:hover h1, .theme__lp-primary a:hover h2, .theme__lp-primary a:hover h3, .theme__lp-primary a:hover h4, .theme__lp-primary a:hover h5, .theme__lp-primary a:hover h6,
.t__lp--pri a:hover h1,
.t__lp--pri a:hover h2,
.t__lp--pri a:hover h3,
.t__lp--pri a:hover h4,
.t__lp--pri a:hover h5,
.t__lp--pri a:hover h6 {
  color: rgb(255, 227, 249);
}
.theme__lp-primary a div,
.t__lp--pri a div {
  border-color: rgb(255, 227, 249) !important;
}
.theme__lp-primary input,
.t__lp--pri input {
  border-color: rgb(255, 227, 249);
}
.theme__lp-primary p,
.t__lp--pri p {
  color: #4a4a4a;
}
.theme__lp-primary .button,
.theme__lp-primary .btn,
.theme__lp-primary .btn__pill, .theme__lp-primary.button, .theme__lp-primary.btn, .theme__lp-primary.btn__pill,
.t__lp--pri .button,
.t__lp--pri .btn,
.t__lp--pri .btn__pill,
.t__lp--pri.button,
.t__lp--pri.btn,
.t__lp--pri.btn__pill {
  border-color: rgb(255, 227, 249);
}
@media (hover: hover) {
  .theme__lp-primary .button:hover,
  .theme__lp-primary .btn:hover,
  .theme__lp-primary .btn__pill:hover, .theme__lp-primary.button:hover, .theme__lp-primary.btn:hover, .theme__lp-primary.btn__pill:hover,
  .t__lp--pri .button:hover,
  .t__lp--pri .btn:hover,
  .t__lp--pri .btn__pill:hover,
  .t__lp--pri.button:hover,
  .t__lp--pri.btn:hover,
  .t__lp--pri.btn__pill:hover {
    color: #ffffff;
    background: rgb(255, 227, 249);
  }
  .theme__lp-primary .button:hover i,
  .theme__lp-primary .btn:hover i,
  .theme__lp-primary .btn__pill:hover i, .theme__lp-primary.button:hover i, .theme__lp-primary.btn:hover i, .theme__lp-primary.btn__pill:hover i,
  .t__lp--pri .button:hover i,
  .t__lp--pri .btn:hover i,
  .t__lp--pri .btn__pill:hover i,
  .t__lp--pri.button:hover i,
  .t__lp--pri.btn:hover i,
  .t__lp--pri.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__lp-primary .button__invert,
.theme__lp-primary .btn__invert,
.theme__lp-primary .btn__pill__invert, .theme__lp-primary.button__invert, .theme__lp-primary.btn__invert, .theme__lp-primary.btn__pill__invert,
.t__lp--pri .button__invert,
.t__lp--pri .btn__invert,
.t__lp--pri .btn__pill__invert,
.t__lp--pri.button__invert,
.t__lp--pri.btn__invert,
.t__lp--pri.btn__pill__invert {
  background-color: rgb(255, 227, 249);
  color: #ffffff;
}
.theme__lp-primary .button__invert h4,
.theme__lp-primary .btn__invert h4,
.theme__lp-primary .btn__pill__invert h4, .theme__lp-primary.button__invert h4, .theme__lp-primary.btn__invert h4, .theme__lp-primary.btn__pill__invert h4,
.t__lp--pri .button__invert h4,
.t__lp--pri .btn__invert h4,
.t__lp--pri .btn__pill__invert h4,
.t__lp--pri.button__invert h4,
.t__lp--pri.btn__invert h4,
.t__lp--pri.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__lp-primary .button__invert:hover,
.theme__lp-primary .btn__invert:hover,
.theme__lp-primary .btn__pill__invert:hover, .theme__lp-primary.button__invert:hover, .theme__lp-primary.btn__invert:hover, .theme__lp-primary.btn__pill__invert:hover,
.t__lp--pri .button__invert:hover,
.t__lp--pri .btn__invert:hover,
.t__lp--pri .btn__pill__invert:hover,
.t__lp--pri.button__invert:hover,
.t__lp--pri.btn__invert:hover,
.t__lp--pri.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__lp-primary .button__invert:hover h4,
.theme__lp-primary .btn__invert:hover h4,
.theme__lp-primary .btn__pill__invert:hover h4, .theme__lp-primary.button__invert:hover h4, .theme__lp-primary.btn__invert:hover h4, .theme__lp-primary.btn__pill__invert:hover h4,
.t__lp--pri .button__invert:hover h4,
.t__lp--pri .btn__invert:hover h4,
.t__lp--pri .btn__pill__invert:hover h4,
.t__lp--pri.button__invert:hover h4,
.t__lp--pri.btn__invert:hover h4,
.t__lp--pri.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__lp-primary .button__invert--hover:hover,
.theme__lp-primary .btn__invert--hover:hover,
.theme__lp-primary .btn__pill__invert--hover:hover, .theme__lp-primary.button__invert--hover:hover, .theme__lp-primary.btn__invert--hover:hover, .theme__lp-primary.btn__pill__invert--hover:hover,
.t__lp--pri .button__invert--hover:hover,
.t__lp--pri .btn__invert--hover:hover,
.t__lp--pri .btn__pill__invert--hover:hover,
.t__lp--pri.button__invert--hover:hover,
.t__lp--pri.btn__invert--hover:hover,
.t__lp--pri.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__lp-primary .button__under,
.theme__lp-primary .btn__under,
.theme__lp-primary .btn__pill__under, .theme__lp-primary.button__under, .theme__lp-primary.btn__under, .theme__lp-primary.btn__pill__under,
.t__lp--pri .button__under,
.t__lp--pri .btn__under,
.t__lp--pri .btn__pill__under,
.t__lp--pri.button__under,
.t__lp--pri.btn__under,
.t__lp--pri.btn__pill__under {
  border-color: rgb(255, 227, 249);
}
.theme__lp-primary .btn__large,
.t__lp--pri .btn__large {
  background-color: rgb(255, 227, 249);
}
.theme__lp-primary .input__search,
.t__lp--pri .input__search {
  border-color: rgb(255, 227, 249);
}
.theme__lp-primary .input__search i,
.t__lp--pri .input__search i {
  color: #4a4a4a;
}
.theme__lp-primary .input__search:hover i,
.t__lp--pri .input__search:hover i {
  color: rgb(255, 227, 249);
}
.theme__lp-primary .component__foreground,
.t__lp--pri .component__foreground {
  color: #4a4a4a;
}
.theme__lp-primary.card,
.theme__lp-primary .card, .theme__lp-primary.card__with-image,
.theme__lp-primary .card__with-image,
.t__lp--pri.card,
.t__lp--pri .card,
.t__lp--pri.card__with-image,
.t__lp--pri .card__with-image {
  border-color: rgb(255, 227, 249);
}
.theme__lp-primary.card__highlight,
.theme__lp-primary .card__highlight,
.theme__lp-primary .card__highlight--image,
.theme__lp-primary .card__highlight--final,
.t__lp--pri.card__highlight,
.t__lp--pri .card__highlight,
.t__lp--pri .card__highlight--image,
.t__lp--pri .card__highlight--final {
  background-color: rgb(255, 227, 249);
  border-color: rgb(255, 227, 249);
}
.theme__lp-primary.card__highlight--title,
.theme__lp-primary .card__highlight--title,
.theme__lp-primary .card__highlight--image,
.theme__lp-primary .card__highlight--final,
.t__lp--pri.card__highlight--title,
.t__lp--pri .card__highlight--title,
.t__lp--pri .card__highlight--image,
.t__lp--pri .card__highlight--final {
  color: #4a4a4a;
}
.theme__lp-primary .image-slider__selector--dot,
.t__lp--pri .image-slider__selector--dot {
  background-color: rgb(255, 227, 249);
}
.theme__lp-primary .call-to-action__text h3,
.t__lp--pri .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__lp-primary .officer__block--title h5, .theme__lp-primary .officer__block--title h6,
.t__lp--pri .officer__block--title h5,
.t__lp--pri .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__lp-primary .block__statement--link,
.t__lp--pri .block__statement--link {
  color: #4a4a4a;
}
.theme__lp-primary .card__cutoff,
.t__lp--pri .card__cutoff {
  background: linear-gradient(rgb(255, 227, 249), rgb(255, 227, 249)), linear-gradient(white, white);
}
.theme__lp-primary .card__cutoff p,
.t__lp--pri .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__lp-primary .card__cutoff:hover,
  .t__lp--pri .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__lp-primary .card__cutoff:hover p,
  .t__lp--pri .card__cutoff:hover p {
    color: rgb(255, 227, 249);
  }
  .theme__lp-primary .card__cutoff:hover .card__cutoff--link,
  .t__lp--pri .card__cutoff:hover .card__cutoff--link {
    color: rgb(255, 227, 249);
  }
  .theme__lp-primary .card__cutoff:hover .card__cutoff--text,
  .t__lp--pri .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__lp-primary .card__cutoff:hover .card__cutoff--text p,
  .t__lp--pri .card__cutoff:hover .card__cutoff--text p {
    color: rgb(255, 227, 249);
  }
  .theme__lp-primary .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__lp--pri .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: rgb(255, 227, 249);
  }
}
.theme__lp-primary .card__cutoff--link,
.t__lp--pri .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__lp-primary .card__cutoff--link:hover,
  .t__lp--pri .card__cutoff--link:hover {
    color: rgb(255, 227, 249);
  }
  .theme__lp-primary .card__cutoff--link:hover--link,
  .t__lp--pri .card__cutoff--link:hover--link {
    color: rgb(255, 227, 249);
  }
}
.theme__lp-primary .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__lp--pri .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: rgb(255, 227, 249);
}
.theme__lp-primary .dropdown__toggle--title,
.t__lp--pri .dropdown__toggle--title {
  color: rgb(255, 227, 249);
}
.theme__lp-primary .dropdown__toggle--icon i,
.t__lp--pri .dropdown__toggle--icon i {
  color: rgb(255, 227, 249);
}
.theme__lp-primary .large_timer__countdown--item_large,
.t__lp--pri .large_timer__countdown--item_large {
  background-color: rgb(255, 227, 249);
}
.theme__lp-primary .large_timer__countdown--item_medium,
.t__lp--pri .large_timer__countdown--item_medium {
  background-color: rgb(255, 227, 249);
}
.theme__lp-primary .large_timer__countdown--item_small,
.t__lp--pri .large_timer__countdown--item_small {
  background-color: rgb(255, 227, 249);
}
.theme__lp-primary .modalcontent,
.t__lp--pri .modalcontent {
  border-color: rgb(255, 227, 249);
}
.theme__lp-primary .transparent__header,
.t__lp--pri .transparent__header {
  background: rgb(255, 227, 249);
}
.theme__lp-primary .breadcrumb__slashes,
.t__lp--pri .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__lp-primary .the-list,
.t__lp--pri .the-list {
  background-color: rgb(255, 227, 249);
}
.theme__lp-primary .the-list option,
.t__lp--pri .the-list option {
  border-color: rgb(255, 227, 249) !important;
}
.theme__lp-primary .es-list::-webkit-scrollbar-thumb,
.t__lp--pri .es-list::-webkit-scrollbar-thumb {
  background: rgb(255, 227, 249);
}
.theme__lp-primary .es-visible,
.t__lp--pri .es-visible {
  border-color: rgb(255, 227, 249) !important;
}
.theme__lp-primary .ot-open,
.theme__lp-primary .ot-closed,
.t__lp--pri .ot-open,
.t__lp--pri .ot-closed {
  color: rgb(255, 227, 249);
}
.theme__lp-primary .colour__foreground,
.t__lp--pri .colour__foreground {
  color: rgb(255, 227, 249);
}
.theme__lp-primary h1.t__none,
.theme__lp-primary h1.theme__none,
.theme__lp-primary h2.t__none,
.theme__lp-primary h2.theme__none,
.theme__lp-primary h3.t__none,
.theme__lp-primary h3.theme__none,
.theme__lp-primary h4.t__none,
.theme__lp-primary h4.theme__none,
.theme__lp-primary h1.t__none--w-hov,
.theme__lp-primary h1.theme__none--with-hover,
.theme__lp-primary h2.t__none--w-hov,
.theme__lp-primary h2.theme__none--with-hover,
.theme__lp-primary h3.t__none--w-hov,
.theme__lp-primary h3.theme__none--with-hover,
.theme__lp-primary h4.t__none--w-hov,
.theme__lp-primary h4.theme__none--with-hover,
.t__lp--pri h1.t__none,
.t__lp--pri h1.theme__none,
.t__lp--pri h2.t__none,
.t__lp--pri h2.theme__none,
.t__lp--pri h3.t__none,
.t__lp--pri h3.theme__none,
.t__lp--pri h4.t__none,
.t__lp--pri h4.theme__none,
.t__lp--pri h1.t__none--w-hov,
.t__lp--pri h1.theme__none--with-hover,
.t__lp--pri h2.t__none--w-hov,
.t__lp--pri h2.theme__none--with-hover,
.t__lp--pri h3.t__none--w-hov,
.t__lp--pri h3.theme__none--with-hover,
.t__lp--pri h4.t__none--w-hov,
.t__lp--pri h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__lp-primary span.t__none,
.theme__lp-primary span.theme__none,
.t__lp--pri span.t__none,
.t__lp--pri span.theme__none {
  color: #4a4a4a;
}
.theme__lp-primary i.t__none,
.theme__lp-primary i.theme__none,
.t__lp--pri i.t__none,
.t__lp--pri i.theme__none {
  color: #4a4a4a;
}
.theme__lp-primary a.border__none,
.theme__lp-primary a.b__none,
.t__lp--pri a.border__none,
.t__lp--pri a.b__none {
  border: 0;
}
.theme__lp-primary a:hover h1.t__none,
.theme__lp-primary a:hover h1.theme__none,
.theme__lp-primary a:hover h2.t__none,
.theme__lp-primary a:hover h2.theme__none,
.theme__lp-primary a:hover h3.t__none,
.theme__lp-primary a:hover h3.theme__none,
.theme__lp-primary a:hover h4.t__none,
.theme__lp-primary a:hover h4.theme__none,
.t__lp--pri a:hover h1.t__none,
.t__lp--pri a:hover h1.theme__none,
.t__lp--pri a:hover h2.t__none,
.t__lp--pri a:hover h2.theme__none,
.t__lp--pri a:hover h3.t__none,
.t__lp--pri a:hover h3.theme__none,
.t__lp--pri a:hover h4.t__none,
.t__lp--pri a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__lp-primary a:hover h1.t__none--w-hov,
.theme__lp-primary a:hover h1.theme__none--with-hover,
.theme__lp-primary a:hover h2.t__none--w-hov,
.theme__lp-primary a:hover h2.theme__none--with-hover,
.theme__lp-primary a:hover h3.t__none--w-hov,
.theme__lp-primary a:hover h3.theme__none--with-hover,
.theme__lp-primary a:hover h4.t__none--w-hov,
.theme__lp-primary a:hover h4.theme__none--with-hover,
.t__lp--pri a:hover h1.t__none--w-hov,
.t__lp--pri a:hover h1.theme__none--with-hover,
.t__lp--pri a:hover h2.t__none--w-hov,
.t__lp--pri a:hover h2.theme__none--with-hover,
.t__lp--pri a:hover h3.t__none--w-hov,
.t__lp--pri a:hover h3.theme__none--with-hover,
.t__lp--pri a:hover h4.t__none--w-hov,
.t__lp--pri a:hover h4.theme__none--with-hover {
  color: rgb(255, 227, 249);
}
.theme__lp-primary .dotted__line--small, .theme__lp-primary .dotted__line--medium, .theme__lp-primary .dotted__line--large, .theme__lp-primary .dotted__line--x-large, .theme__lp-primary .dotted__line--huge,
.t__lp--pri .dotted__line--small,
.t__lp--pri .dotted__line--medium,
.t__lp--pri .dotted__line--large,
.t__lp--pri .dotted__line--x-large,
.t__lp--pri .dotted__line--huge {
  border-image-source: url("https://assets-cdn.sums.su/SH/Dotted_Borders/dotted_lp.png");
}

.theme__lp--secondary h1, .theme__lp--secondary h2, .theme__lp--secondary h3, .theme__lp--secondary h4, .theme__lp--secondary h5, .theme__lp--secondary h6,
.t__lp-sec h1,
.t__lp-sec h2,
.t__lp-sec h3,
.t__lp-sec h4,
.t__lp-sec h5,
.t__lp-sec h6 {
  color: rgb(255, 227, 249);
}
.theme__lp--secondary a,
.t__lp-sec a {
  color: #4a4a4a;
  border-color: rgb(255, 227, 249);
  text-decoration: none;
}
.theme__lp--secondary a:hover,
.t__lp-sec a:hover {
  color: rgb(255, 227, 249);
}
.theme__lp--secondary a:hover h1, .theme__lp--secondary a:hover h2, .theme__lp--secondary a:hover h3, .theme__lp--secondary a:hover h4, .theme__lp--secondary a:hover h5, .theme__lp--secondary a:hover h6,
.t__lp-sec a:hover h1,
.t__lp-sec a:hover h2,
.t__lp-sec a:hover h3,
.t__lp-sec a:hover h4,
.t__lp-sec a:hover h5,
.t__lp-sec a:hover h6 {
  color: rgb(255, 227, 249);
}
.theme__lp--secondary a div,
.t__lp-sec a div {
  border-color: rgb(255, 227, 249) !important;
}
.theme__lp--secondary input,
.t__lp-sec input {
  border-color: rgb(255, 227, 249);
}
.theme__lp--secondary p,
.t__lp-sec p {
  color: #4a4a4a;
}
.theme__lp--secondary .button,
.theme__lp--secondary .btn,
.theme__lp--secondary .btn__pill, .theme__lp--secondary.button, .theme__lp--secondary.btn, .theme__lp--secondary.btn__pill,
.t__lp-sec .button,
.t__lp-sec .btn,
.t__lp-sec .btn__pill,
.t__lp-sec.button,
.t__lp-sec.btn,
.t__lp-sec.btn__pill {
  border-color: rgb(255, 227, 249);
}
@media (hover: hover) {
  .theme__lp--secondary .button:hover,
  .theme__lp--secondary .btn:hover,
  .theme__lp--secondary .btn__pill:hover, .theme__lp--secondary.button:hover, .theme__lp--secondary.btn:hover, .theme__lp--secondary.btn__pill:hover,
  .t__lp-sec .button:hover,
  .t__lp-sec .btn:hover,
  .t__lp-sec .btn__pill:hover,
  .t__lp-sec.button:hover,
  .t__lp-sec.btn:hover,
  .t__lp-sec.btn__pill:hover {
    color: #ffffff;
    background: rgb(255, 227, 249);
  }
  .theme__lp--secondary .button:hover i,
  .theme__lp--secondary .btn:hover i,
  .theme__lp--secondary .btn__pill:hover i, .theme__lp--secondary.button:hover i, .theme__lp--secondary.btn:hover i, .theme__lp--secondary.btn__pill:hover i,
  .t__lp-sec .button:hover i,
  .t__lp-sec .btn:hover i,
  .t__lp-sec .btn__pill:hover i,
  .t__lp-sec.button:hover i,
  .t__lp-sec.btn:hover i,
  .t__lp-sec.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__lp--secondary .button__invert,
.theme__lp--secondary .btn__invert,
.theme__lp--secondary .btn__pill__invert, .theme__lp--secondary.button__invert, .theme__lp--secondary.btn__invert, .theme__lp--secondary.btn__pill__invert,
.t__lp-sec .button__invert,
.t__lp-sec .btn__invert,
.t__lp-sec .btn__pill__invert,
.t__lp-sec.button__invert,
.t__lp-sec.btn__invert,
.t__lp-sec.btn__pill__invert {
  background-color: rgb(255, 227, 249);
  color: #ffffff;
}
.theme__lp--secondary .button__invert h4,
.theme__lp--secondary .btn__invert h4,
.theme__lp--secondary .btn__pill__invert h4, .theme__lp--secondary.button__invert h4, .theme__lp--secondary.btn__invert h4, .theme__lp--secondary.btn__pill__invert h4,
.t__lp-sec .button__invert h4,
.t__lp-sec .btn__invert h4,
.t__lp-sec .btn__pill__invert h4,
.t__lp-sec.button__invert h4,
.t__lp-sec.btn__invert h4,
.t__lp-sec.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__lp--secondary .button__invert:hover,
.theme__lp--secondary .btn__invert:hover,
.theme__lp--secondary .btn__pill__invert:hover, .theme__lp--secondary.button__invert:hover, .theme__lp--secondary.btn__invert:hover, .theme__lp--secondary.btn__pill__invert:hover,
.t__lp-sec .button__invert:hover,
.t__lp-sec .btn__invert:hover,
.t__lp-sec .btn__pill__invert:hover,
.t__lp-sec.button__invert:hover,
.t__lp-sec.btn__invert:hover,
.t__lp-sec.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__lp--secondary .button__invert:hover h4,
.theme__lp--secondary .btn__invert:hover h4,
.theme__lp--secondary .btn__pill__invert:hover h4, .theme__lp--secondary.button__invert:hover h4, .theme__lp--secondary.btn__invert:hover h4, .theme__lp--secondary.btn__pill__invert:hover h4,
.t__lp-sec .button__invert:hover h4,
.t__lp-sec .btn__invert:hover h4,
.t__lp-sec .btn__pill__invert:hover h4,
.t__lp-sec.button__invert:hover h4,
.t__lp-sec.btn__invert:hover h4,
.t__lp-sec.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__lp--secondary .button__invert--hover:hover,
.theme__lp--secondary .btn__invert--hover:hover,
.theme__lp--secondary .btn__pill__invert--hover:hover, .theme__lp--secondary.button__invert--hover:hover, .theme__lp--secondary.btn__invert--hover:hover, .theme__lp--secondary.btn__pill__invert--hover:hover,
.t__lp-sec .button__invert--hover:hover,
.t__lp-sec .btn__invert--hover:hover,
.t__lp-sec .btn__pill__invert--hover:hover,
.t__lp-sec.button__invert--hover:hover,
.t__lp-sec.btn__invert--hover:hover,
.t__lp-sec.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__lp--secondary .button__under,
.theme__lp--secondary .btn__under,
.theme__lp--secondary .btn__pill__under, .theme__lp--secondary.button__under, .theme__lp--secondary.btn__under, .theme__lp--secondary.btn__pill__under,
.t__lp-sec .button__under,
.t__lp-sec .btn__under,
.t__lp-sec .btn__pill__under,
.t__lp-sec.button__under,
.t__lp-sec.btn__under,
.t__lp-sec.btn__pill__under {
  border-color: rgb(255, 227, 249);
}
.theme__lp--secondary .btn__large,
.t__lp-sec .btn__large {
  background-color: rgb(255, 227, 249);
}
.theme__lp--secondary .input__search,
.t__lp-sec .input__search {
  border-color: rgb(255, 227, 249);
}
.theme__lp--secondary .input__search i,
.t__lp-sec .input__search i {
  color: #4a4a4a;
}
.theme__lp--secondary .input__search:hover i,
.t__lp-sec .input__search:hover i {
  color: rgb(255, 227, 249);
}
.theme__lp--secondary .component__foreground,
.t__lp-sec .component__foreground {
  color: #4a4a4a;
}
.theme__lp--secondary.card,
.theme__lp--secondary .card, .theme__lp--secondary.card__with-image,
.theme__lp--secondary .card__with-image,
.t__lp-sec.card,
.t__lp-sec .card,
.t__lp-sec.card__with-image,
.t__lp-sec .card__with-image {
  border-color: rgb(255, 227, 249);
}
.theme__lp--secondary.card__highlight,
.theme__lp--secondary .card__highlight,
.theme__lp--secondary .card__highlight--image,
.theme__lp--secondary .card__highlight--final,
.t__lp-sec.card__highlight,
.t__lp-sec .card__highlight,
.t__lp-sec .card__highlight--image,
.t__lp-sec .card__highlight--final {
  background-color: rgb(255, 227, 249);
  border-color: rgb(255, 227, 249);
}
.theme__lp--secondary.card__highlight--title,
.theme__lp--secondary .card__highlight--title,
.theme__lp--secondary .card__highlight--image,
.theme__lp--secondary .card__highlight--final,
.t__lp-sec.card__highlight--title,
.t__lp-sec .card__highlight--title,
.t__lp-sec .card__highlight--image,
.t__lp-sec .card__highlight--final {
  color: #4a4a4a;
}
.theme__lp--secondary .image-slider__selector--dot,
.t__lp-sec .image-slider__selector--dot {
  background-color: rgb(255, 227, 249);
}
.theme__lp--secondary .call-to-action__text h3,
.t__lp-sec .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__lp--secondary .officer__block--title h5, .theme__lp--secondary .officer__block--title h6,
.t__lp-sec .officer__block--title h5,
.t__lp-sec .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__lp--secondary .block__statement--link,
.t__lp-sec .block__statement--link {
  color: #4a4a4a;
}
.theme__lp--secondary .card__cutoff,
.t__lp-sec .card__cutoff {
  background: linear-gradient(rgb(255, 227, 249), rgb(255, 227, 249)), linear-gradient(white, white);
}
.theme__lp--secondary .card__cutoff p,
.t__lp-sec .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__lp--secondary .card__cutoff:hover,
  .t__lp-sec .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__lp--secondary .card__cutoff:hover p,
  .t__lp-sec .card__cutoff:hover p {
    color: rgb(255, 227, 249);
  }
  .theme__lp--secondary .card__cutoff:hover .card__cutoff--link,
  .t__lp-sec .card__cutoff:hover .card__cutoff--link {
    color: rgb(255, 227, 249);
  }
  .theme__lp--secondary .card__cutoff:hover .card__cutoff--text,
  .t__lp-sec .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__lp--secondary .card__cutoff:hover .card__cutoff--text p,
  .t__lp-sec .card__cutoff:hover .card__cutoff--text p {
    color: rgb(255, 227, 249);
  }
  .theme__lp--secondary .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__lp-sec .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: rgb(255, 227, 249);
  }
}
.theme__lp--secondary .card__cutoff--link,
.t__lp-sec .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__lp--secondary .card__cutoff--link:hover,
  .t__lp-sec .card__cutoff--link:hover {
    color: rgb(255, 227, 249);
  }
  .theme__lp--secondary .card__cutoff--link:hover--link,
  .t__lp-sec .card__cutoff--link:hover--link {
    color: rgb(255, 227, 249);
  }
}
.theme__lp--secondary .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__lp-sec .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: rgb(255, 227, 249);
}
.theme__lp--secondary .dropdown__toggle--title,
.t__lp-sec .dropdown__toggle--title {
  color: rgb(255, 227, 249);
}
.theme__lp--secondary .dropdown__toggle--icon i,
.t__lp-sec .dropdown__toggle--icon i {
  color: rgb(255, 227, 249);
}
.theme__lp--secondary .large_timer__countdown--item_large,
.t__lp-sec .large_timer__countdown--item_large {
  background-color: rgb(255, 227, 249);
}
.theme__lp--secondary .large_timer__countdown--item_medium,
.t__lp-sec .large_timer__countdown--item_medium {
  background-color: rgb(255, 227, 249);
}
.theme__lp--secondary .large_timer__countdown--item_small,
.t__lp-sec .large_timer__countdown--item_small {
  background-color: rgb(255, 227, 249);
}
.theme__lp--secondary .modalcontent,
.t__lp-sec .modalcontent {
  border-color: rgb(255, 227, 249);
}
.theme__lp--secondary .transparent__header,
.t__lp-sec .transparent__header {
  background: rgb(255, 227, 249);
}
.theme__lp--secondary .breadcrumb__slashes,
.t__lp-sec .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__lp--secondary .the-list,
.t__lp-sec .the-list {
  background-color: rgb(255, 227, 249);
}
.theme__lp--secondary .the-list option,
.t__lp-sec .the-list option {
  border-color: rgb(255, 227, 249) !important;
}
.theme__lp--secondary .es-list::-webkit-scrollbar-thumb,
.t__lp-sec .es-list::-webkit-scrollbar-thumb {
  background: rgb(255, 227, 249);
}
.theme__lp--secondary .es-visible,
.t__lp-sec .es-visible {
  border-color: rgb(255, 227, 249) !important;
}
.theme__lp--secondary .ot-open,
.theme__lp--secondary .ot-closed,
.t__lp-sec .ot-open,
.t__lp-sec .ot-closed {
  color: rgb(255, 227, 249);
}
.theme__lp--secondary .colour__foreground,
.t__lp-sec .colour__foreground {
  color: rgb(255, 227, 249);
}
.theme__lp--secondary h1.t__none,
.theme__lp--secondary h1.theme__none,
.theme__lp--secondary h2.t__none,
.theme__lp--secondary h2.theme__none,
.theme__lp--secondary h3.t__none,
.theme__lp--secondary h3.theme__none,
.theme__lp--secondary h4.t__none,
.theme__lp--secondary h4.theme__none,
.theme__lp--secondary h1.t__none--w-hov,
.theme__lp--secondary h1.theme__none--with-hover,
.theme__lp--secondary h2.t__none--w-hov,
.theme__lp--secondary h2.theme__none--with-hover,
.theme__lp--secondary h3.t__none--w-hov,
.theme__lp--secondary h3.theme__none--with-hover,
.theme__lp--secondary h4.t__none--w-hov,
.theme__lp--secondary h4.theme__none--with-hover,
.t__lp-sec h1.t__none,
.t__lp-sec h1.theme__none,
.t__lp-sec h2.t__none,
.t__lp-sec h2.theme__none,
.t__lp-sec h3.t__none,
.t__lp-sec h3.theme__none,
.t__lp-sec h4.t__none,
.t__lp-sec h4.theme__none,
.t__lp-sec h1.t__none--w-hov,
.t__lp-sec h1.theme__none--with-hover,
.t__lp-sec h2.t__none--w-hov,
.t__lp-sec h2.theme__none--with-hover,
.t__lp-sec h3.t__none--w-hov,
.t__lp-sec h3.theme__none--with-hover,
.t__lp-sec h4.t__none--w-hov,
.t__lp-sec h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__lp--secondary span.t__none,
.theme__lp--secondary span.theme__none,
.t__lp-sec span.t__none,
.t__lp-sec span.theme__none {
  color: #4a4a4a;
}
.theme__lp--secondary i.t__none,
.theme__lp--secondary i.theme__none,
.t__lp-sec i.t__none,
.t__lp-sec i.theme__none {
  color: #4a4a4a;
}
.theme__lp--secondary a.border__none,
.theme__lp--secondary a.b__none,
.t__lp-sec a.border__none,
.t__lp-sec a.b__none {
  border: 0;
}
.theme__lp--secondary a:hover h1.t__none,
.theme__lp--secondary a:hover h1.theme__none,
.theme__lp--secondary a:hover h2.t__none,
.theme__lp--secondary a:hover h2.theme__none,
.theme__lp--secondary a:hover h3.t__none,
.theme__lp--secondary a:hover h3.theme__none,
.theme__lp--secondary a:hover h4.t__none,
.theme__lp--secondary a:hover h4.theme__none,
.t__lp-sec a:hover h1.t__none,
.t__lp-sec a:hover h1.theme__none,
.t__lp-sec a:hover h2.t__none,
.t__lp-sec a:hover h2.theme__none,
.t__lp-sec a:hover h3.t__none,
.t__lp-sec a:hover h3.theme__none,
.t__lp-sec a:hover h4.t__none,
.t__lp-sec a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__lp--secondary a:hover h1.t__none--w-hov,
.theme__lp--secondary a:hover h1.theme__none--with-hover,
.theme__lp--secondary a:hover h2.t__none--w-hov,
.theme__lp--secondary a:hover h2.theme__none--with-hover,
.theme__lp--secondary a:hover h3.t__none--w-hov,
.theme__lp--secondary a:hover h3.theme__none--with-hover,
.theme__lp--secondary a:hover h4.t__none--w-hov,
.theme__lp--secondary a:hover h4.theme__none--with-hover,
.t__lp-sec a:hover h1.t__none--w-hov,
.t__lp-sec a:hover h1.theme__none--with-hover,
.t__lp-sec a:hover h2.t__none--w-hov,
.t__lp-sec a:hover h2.theme__none--with-hover,
.t__lp-sec a:hover h3.t__none--w-hov,
.t__lp-sec a:hover h3.theme__none--with-hover,
.t__lp-sec a:hover h4.t__none--w-hov,
.t__lp-sec a:hover h4.theme__none--with-hover {
  color: rgb(255, 227, 249);
}

.theme__lp--pastel h1, .theme__lp--pastel h2, .theme__lp--pastel h3, .theme__lp--pastel h4, .theme__lp--pastel h5, .theme__lp--pastel h6,
.t__lp--pas h1,
.t__lp--pas h2,
.t__lp--pas h3,
.t__lp--pas h4,
.t__lp--pas h5,
.t__lp--pas h6 {
  color: rgb(255, 255, 255);
}
.theme__lp--pastel a,
.t__lp--pas a {
  color: #4a4a4a;
  border-color: rgb(255, 255, 255);
  text-decoration: none;
}
.theme__lp--pastel a:hover,
.t__lp--pas a:hover {
  color: rgb(255, 255, 255);
}
.theme__lp--pastel a:hover h1, .theme__lp--pastel a:hover h2, .theme__lp--pastel a:hover h3, .theme__lp--pastel a:hover h4, .theme__lp--pastel a:hover h5, .theme__lp--pastel a:hover h6,
.t__lp--pas a:hover h1,
.t__lp--pas a:hover h2,
.t__lp--pas a:hover h3,
.t__lp--pas a:hover h4,
.t__lp--pas a:hover h5,
.t__lp--pas a:hover h6 {
  color: rgb(255, 255, 255);
}
.theme__lp--pastel a div,
.t__lp--pas a div {
  border-color: rgb(255, 255, 255) !important;
}
.theme__lp--pastel input,
.t__lp--pas input {
  border-color: rgb(255, 255, 255);
}
.theme__lp--pastel p,
.t__lp--pas p {
  color: #4a4a4a;
}
.theme__lp--pastel .button,
.theme__lp--pastel .btn,
.theme__lp--pastel .btn__pill, .theme__lp--pastel.button, .theme__lp--pastel.btn, .theme__lp--pastel.btn__pill,
.t__lp--pas .button,
.t__lp--pas .btn,
.t__lp--pas .btn__pill,
.t__lp--pas.button,
.t__lp--pas.btn,
.t__lp--pas.btn__pill {
  border-color: rgb(255, 255, 255);
}
@media (hover: hover) {
  .theme__lp--pastel .button:hover,
  .theme__lp--pastel .btn:hover,
  .theme__lp--pastel .btn__pill:hover, .theme__lp--pastel.button:hover, .theme__lp--pastel.btn:hover, .theme__lp--pastel.btn__pill:hover,
  .t__lp--pas .button:hover,
  .t__lp--pas .btn:hover,
  .t__lp--pas .btn__pill:hover,
  .t__lp--pas.button:hover,
  .t__lp--pas.btn:hover,
  .t__lp--pas.btn__pill:hover {
    color: #ffffff;
    background: rgb(255, 255, 255);
  }
  .theme__lp--pastel .button:hover i,
  .theme__lp--pastel .btn:hover i,
  .theme__lp--pastel .btn__pill:hover i, .theme__lp--pastel.button:hover i, .theme__lp--pastel.btn:hover i, .theme__lp--pastel.btn__pill:hover i,
  .t__lp--pas .button:hover i,
  .t__lp--pas .btn:hover i,
  .t__lp--pas .btn__pill:hover i,
  .t__lp--pas.button:hover i,
  .t__lp--pas.btn:hover i,
  .t__lp--pas.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__lp--pastel .button__invert,
.theme__lp--pastel .btn__invert,
.theme__lp--pastel .btn__pill__invert, .theme__lp--pastel.button__invert, .theme__lp--pastel.btn__invert, .theme__lp--pastel.btn__pill__invert,
.t__lp--pas .button__invert,
.t__lp--pas .btn__invert,
.t__lp--pas .btn__pill__invert,
.t__lp--pas.button__invert,
.t__lp--pas.btn__invert,
.t__lp--pas.btn__pill__invert {
  background-color: rgb(255, 255, 255);
  color: #ffffff;
}
.theme__lp--pastel .button__invert h4,
.theme__lp--pastel .btn__invert h4,
.theme__lp--pastel .btn__pill__invert h4, .theme__lp--pastel.button__invert h4, .theme__lp--pastel.btn__invert h4, .theme__lp--pastel.btn__pill__invert h4,
.t__lp--pas .button__invert h4,
.t__lp--pas .btn__invert h4,
.t__lp--pas .btn__pill__invert h4,
.t__lp--pas.button__invert h4,
.t__lp--pas.btn__invert h4,
.t__lp--pas.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__lp--pastel .button__invert:hover,
.theme__lp--pastel .btn__invert:hover,
.theme__lp--pastel .btn__pill__invert:hover, .theme__lp--pastel.button__invert:hover, .theme__lp--pastel.btn__invert:hover, .theme__lp--pastel.btn__pill__invert:hover,
.t__lp--pas .button__invert:hover,
.t__lp--pas .btn__invert:hover,
.t__lp--pas .btn__pill__invert:hover,
.t__lp--pas.button__invert:hover,
.t__lp--pas.btn__invert:hover,
.t__lp--pas.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__lp--pastel .button__invert:hover h4,
.theme__lp--pastel .btn__invert:hover h4,
.theme__lp--pastel .btn__pill__invert:hover h4, .theme__lp--pastel.button__invert:hover h4, .theme__lp--pastel.btn__invert:hover h4, .theme__lp--pastel.btn__pill__invert:hover h4,
.t__lp--pas .button__invert:hover h4,
.t__lp--pas .btn__invert:hover h4,
.t__lp--pas .btn__pill__invert:hover h4,
.t__lp--pas.button__invert:hover h4,
.t__lp--pas.btn__invert:hover h4,
.t__lp--pas.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__lp--pastel .button__invert--hover:hover,
.theme__lp--pastel .btn__invert--hover:hover,
.theme__lp--pastel .btn__pill__invert--hover:hover, .theme__lp--pastel.button__invert--hover:hover, .theme__lp--pastel.btn__invert--hover:hover, .theme__lp--pastel.btn__pill__invert--hover:hover,
.t__lp--pas .button__invert--hover:hover,
.t__lp--pas .btn__invert--hover:hover,
.t__lp--pas .btn__pill__invert--hover:hover,
.t__lp--pas.button__invert--hover:hover,
.t__lp--pas.btn__invert--hover:hover,
.t__lp--pas.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__lp--pastel .button__under,
.theme__lp--pastel .btn__under,
.theme__lp--pastel .btn__pill__under, .theme__lp--pastel.button__under, .theme__lp--pastel.btn__under, .theme__lp--pastel.btn__pill__under,
.t__lp--pas .button__under,
.t__lp--pas .btn__under,
.t__lp--pas .btn__pill__under,
.t__lp--pas.button__under,
.t__lp--pas.btn__under,
.t__lp--pas.btn__pill__under {
  border-color: rgb(255, 255, 255);
}
.theme__lp--pastel .btn__large,
.t__lp--pas .btn__large {
  background-color: rgb(255, 255, 255);
}
.theme__lp--pastel .input__search,
.t__lp--pas .input__search {
  border-color: rgb(255, 255, 255);
}
.theme__lp--pastel .input__search i,
.t__lp--pas .input__search i {
  color: #4a4a4a;
}
.theme__lp--pastel .input__search:hover i,
.t__lp--pas .input__search:hover i {
  color: rgb(255, 255, 255);
}
.theme__lp--pastel .component__foreground,
.t__lp--pas .component__foreground {
  color: #4a4a4a;
}
.theme__lp--pastel.card,
.theme__lp--pastel .card, .theme__lp--pastel.card__with-image,
.theme__lp--pastel .card__with-image,
.t__lp--pas.card,
.t__lp--pas .card,
.t__lp--pas.card__with-image,
.t__lp--pas .card__with-image {
  border-color: rgb(255, 255, 255);
}
.theme__lp--pastel.card__highlight,
.theme__lp--pastel .card__highlight,
.theme__lp--pastel .card__highlight--image,
.theme__lp--pastel .card__highlight--final,
.t__lp--pas.card__highlight,
.t__lp--pas .card__highlight,
.t__lp--pas .card__highlight--image,
.t__lp--pas .card__highlight--final {
  background-color: rgb(255, 255, 255);
  border-color: rgb(255, 255, 255);
}
.theme__lp--pastel.card__highlight--title,
.theme__lp--pastel .card__highlight--title,
.theme__lp--pastel .card__highlight--image,
.theme__lp--pastel .card__highlight--final,
.t__lp--pas.card__highlight--title,
.t__lp--pas .card__highlight--title,
.t__lp--pas .card__highlight--image,
.t__lp--pas .card__highlight--final {
  color: #4a4a4a;
}
.theme__lp--pastel .image-slider__selector--dot,
.t__lp--pas .image-slider__selector--dot {
  background-color: rgb(255, 255, 255);
}
.theme__lp--pastel .call-to-action__text h3,
.t__lp--pas .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__lp--pastel .officer__block--title h5, .theme__lp--pastel .officer__block--title h6,
.t__lp--pas .officer__block--title h5,
.t__lp--pas .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__lp--pastel .block__statement--link,
.t__lp--pas .block__statement--link {
  color: #4a4a4a;
}
.theme__lp--pastel .card__cutoff,
.t__lp--pas .card__cutoff {
  background: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)), linear-gradient(white, white);
}
.theme__lp--pastel .card__cutoff p,
.t__lp--pas .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__lp--pastel .card__cutoff:hover,
  .t__lp--pas .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__lp--pastel .card__cutoff:hover p,
  .t__lp--pas .card__cutoff:hover p {
    color: rgb(255, 255, 255);
  }
  .theme__lp--pastel .card__cutoff:hover .card__cutoff--link,
  .t__lp--pas .card__cutoff:hover .card__cutoff--link {
    color: rgb(255, 255, 255);
  }
  .theme__lp--pastel .card__cutoff:hover .card__cutoff--text,
  .t__lp--pas .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__lp--pastel .card__cutoff:hover .card__cutoff--text p,
  .t__lp--pas .card__cutoff:hover .card__cutoff--text p {
    color: rgb(255, 255, 255);
  }
  .theme__lp--pastel .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__lp--pas .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: rgb(255, 255, 255);
  }
}
.theme__lp--pastel .card__cutoff--link,
.t__lp--pas .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__lp--pastel .card__cutoff--link:hover,
  .t__lp--pas .card__cutoff--link:hover {
    color: rgb(255, 255, 255);
  }
  .theme__lp--pastel .card__cutoff--link:hover--link,
  .t__lp--pas .card__cutoff--link:hover--link {
    color: rgb(255, 255, 255);
  }
}
.theme__lp--pastel .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__lp--pas .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: rgb(255, 255, 255);
}
.theme__lp--pastel .dropdown__toggle--title,
.t__lp--pas .dropdown__toggle--title {
  color: rgb(255, 255, 255);
}
.theme__lp--pastel .dropdown__toggle--icon i,
.t__lp--pas .dropdown__toggle--icon i {
  color: rgb(255, 255, 255);
}
.theme__lp--pastel .large_timer__countdown--item_large,
.t__lp--pas .large_timer__countdown--item_large {
  background-color: rgb(255, 255, 255);
}
.theme__lp--pastel .large_timer__countdown--item_medium,
.t__lp--pas .large_timer__countdown--item_medium {
  background-color: rgb(255, 255, 255);
}
.theme__lp--pastel .large_timer__countdown--item_small,
.t__lp--pas .large_timer__countdown--item_small {
  background-color: rgb(255, 255, 255);
}
.theme__lp--pastel .modalcontent,
.t__lp--pas .modalcontent {
  border-color: rgb(255, 255, 255);
}
.theme__lp--pastel .transparent__header,
.t__lp--pas .transparent__header {
  background: rgb(255, 255, 255);
}
.theme__lp--pastel .breadcrumb__slashes,
.t__lp--pas .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__lp--pastel .the-list,
.t__lp--pas .the-list {
  background-color: rgb(255, 255, 255);
}
.theme__lp--pastel .the-list option,
.t__lp--pas .the-list option {
  border-color: rgb(255, 255, 255) !important;
}
.theme__lp--pastel .es-list::-webkit-scrollbar-thumb,
.t__lp--pas .es-list::-webkit-scrollbar-thumb {
  background: rgb(255, 255, 255);
}
.theme__lp--pastel .es-visible,
.t__lp--pas .es-visible {
  border-color: rgb(255, 255, 255) !important;
}
.theme__lp--pastel .ot-open,
.theme__lp--pastel .ot-closed,
.t__lp--pas .ot-open,
.t__lp--pas .ot-closed {
  color: rgb(255, 255, 255);
}
.theme__lp--pastel .colour__foreground,
.t__lp--pas .colour__foreground {
  color: rgb(255, 255, 255);
}
.theme__lp--pastel h1.t__none,
.theme__lp--pastel h1.theme__none,
.theme__lp--pastel h2.t__none,
.theme__lp--pastel h2.theme__none,
.theme__lp--pastel h3.t__none,
.theme__lp--pastel h3.theme__none,
.theme__lp--pastel h4.t__none,
.theme__lp--pastel h4.theme__none,
.theme__lp--pastel h1.t__none--w-hov,
.theme__lp--pastel h1.theme__none--with-hover,
.theme__lp--pastel h2.t__none--w-hov,
.theme__lp--pastel h2.theme__none--with-hover,
.theme__lp--pastel h3.t__none--w-hov,
.theme__lp--pastel h3.theme__none--with-hover,
.theme__lp--pastel h4.t__none--w-hov,
.theme__lp--pastel h4.theme__none--with-hover,
.t__lp--pas h1.t__none,
.t__lp--pas h1.theme__none,
.t__lp--pas h2.t__none,
.t__lp--pas h2.theme__none,
.t__lp--pas h3.t__none,
.t__lp--pas h3.theme__none,
.t__lp--pas h4.t__none,
.t__lp--pas h4.theme__none,
.t__lp--pas h1.t__none--w-hov,
.t__lp--pas h1.theme__none--with-hover,
.t__lp--pas h2.t__none--w-hov,
.t__lp--pas h2.theme__none--with-hover,
.t__lp--pas h3.t__none--w-hov,
.t__lp--pas h3.theme__none--with-hover,
.t__lp--pas h4.t__none--w-hov,
.t__lp--pas h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__lp--pastel span.t__none,
.theme__lp--pastel span.theme__none,
.t__lp--pas span.t__none,
.t__lp--pas span.theme__none {
  color: #4a4a4a;
}
.theme__lp--pastel i.t__none,
.theme__lp--pastel i.theme__none,
.t__lp--pas i.t__none,
.t__lp--pas i.theme__none {
  color: #4a4a4a;
}
.theme__lp--pastel a.border__none,
.theme__lp--pastel a.b__none,
.t__lp--pas a.border__none,
.t__lp--pas a.b__none {
  border: 0;
}
.theme__lp--pastel a:hover h1.t__none,
.theme__lp--pastel a:hover h1.theme__none,
.theme__lp--pastel a:hover h2.t__none,
.theme__lp--pastel a:hover h2.theme__none,
.theme__lp--pastel a:hover h3.t__none,
.theme__lp--pastel a:hover h3.theme__none,
.theme__lp--pastel a:hover h4.t__none,
.theme__lp--pastel a:hover h4.theme__none,
.t__lp--pas a:hover h1.t__none,
.t__lp--pas a:hover h1.theme__none,
.t__lp--pas a:hover h2.t__none,
.t__lp--pas a:hover h2.theme__none,
.t__lp--pas a:hover h3.t__none,
.t__lp--pas a:hover h3.theme__none,
.t__lp--pas a:hover h4.t__none,
.t__lp--pas a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__lp--pastel a:hover h1.t__none--w-hov,
.theme__lp--pastel a:hover h1.theme__none--with-hover,
.theme__lp--pastel a:hover h2.t__none--w-hov,
.theme__lp--pastel a:hover h2.theme__none--with-hover,
.theme__lp--pastel a:hover h3.t__none--w-hov,
.theme__lp--pastel a:hover h3.theme__none--with-hover,
.theme__lp--pastel a:hover h4.t__none--w-hov,
.theme__lp--pastel a:hover h4.theme__none--with-hover,
.t__lp--pas a:hover h1.t__none--w-hov,
.t__lp--pas a:hover h1.theme__none--with-hover,
.t__lp--pas a:hover h2.t__none--w-hov,
.t__lp--pas a:hover h2.theme__none--with-hover,
.t__lp--pas a:hover h3.t__none--w-hov,
.t__lp--pas a:hover h3.theme__none--with-hover,
.t__lp--pas a:hover h4.t__none--w-hov,
.t__lp--pas a:hover h4.theme__none--with-hover {
  color: rgb(255, 255, 255);
}

.theme__lp--background-primary,
.t__lp--bg-pri {
  background-color: rgb(255, 227, 249);
}

.theme__lp--background-secondary,
.t__lp--bg-sec {
  background-color: rgb(255, 227, 249);
}

.theme__lp--background-pastel,
.t__lp--bg-pas {
  background-color: rgb(255, 255, 255);
}

.theme__gmbl-primary h1, .theme__gmbl-primary h2, .theme__gmbl-primary h3, .theme__gmbl-primary h4, .theme__gmbl-primary h5, .theme__gmbl-primary h6,
.t__gmbl--pri h1,
.t__gmbl--pri h2,
.t__gmbl--pri h3,
.t__gmbl--pri h4,
.t__gmbl--pri h5,
.t__gmbl--pri h6 {
  color: rgb(130, 79, 3);
}
.theme__gmbl-primary a,
.t__gmbl--pri a {
  color: #4a4a4a;
  border-color: rgb(130, 79, 3);
  text-decoration: none;
}
.theme__gmbl-primary a:hover,
.t__gmbl--pri a:hover {
  color: rgb(130, 79, 3);
}
.theme__gmbl-primary a:hover h1, .theme__gmbl-primary a:hover h2, .theme__gmbl-primary a:hover h3, .theme__gmbl-primary a:hover h4, .theme__gmbl-primary a:hover h5, .theme__gmbl-primary a:hover h6,
.t__gmbl--pri a:hover h1,
.t__gmbl--pri a:hover h2,
.t__gmbl--pri a:hover h3,
.t__gmbl--pri a:hover h4,
.t__gmbl--pri a:hover h5,
.t__gmbl--pri a:hover h6 {
  color: rgb(130, 79, 3);
}
.theme__gmbl-primary a div,
.t__gmbl--pri a div {
  border-color: rgb(130, 79, 3) !important;
}
.theme__gmbl-primary input,
.t__gmbl--pri input {
  border-color: rgb(130, 79, 3);
}
.theme__gmbl-primary p,
.t__gmbl--pri p {
  color: #4a4a4a;
}
.theme__gmbl-primary .button,
.theme__gmbl-primary .btn,
.theme__gmbl-primary .btn__pill, .theme__gmbl-primary.button, .theme__gmbl-primary.btn, .theme__gmbl-primary.btn__pill,
.t__gmbl--pri .button,
.t__gmbl--pri .btn,
.t__gmbl--pri .btn__pill,
.t__gmbl--pri.button,
.t__gmbl--pri.btn,
.t__gmbl--pri.btn__pill {
  border-color: rgb(130, 79, 3);
}
@media (hover: hover) {
  .theme__gmbl-primary .button:hover,
  .theme__gmbl-primary .btn:hover,
  .theme__gmbl-primary .btn__pill:hover, .theme__gmbl-primary.button:hover, .theme__gmbl-primary.btn:hover, .theme__gmbl-primary.btn__pill:hover,
  .t__gmbl--pri .button:hover,
  .t__gmbl--pri .btn:hover,
  .t__gmbl--pri .btn__pill:hover,
  .t__gmbl--pri.button:hover,
  .t__gmbl--pri.btn:hover,
  .t__gmbl--pri.btn__pill:hover {
    color: #ffffff;
    background: rgb(130, 79, 3);
  }
  .theme__gmbl-primary .button:hover i,
  .theme__gmbl-primary .btn:hover i,
  .theme__gmbl-primary .btn__pill:hover i, .theme__gmbl-primary.button:hover i, .theme__gmbl-primary.btn:hover i, .theme__gmbl-primary.btn__pill:hover i,
  .t__gmbl--pri .button:hover i,
  .t__gmbl--pri .btn:hover i,
  .t__gmbl--pri .btn__pill:hover i,
  .t__gmbl--pri.button:hover i,
  .t__gmbl--pri.btn:hover i,
  .t__gmbl--pri.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__gmbl-primary .button__invert,
.theme__gmbl-primary .btn__invert,
.theme__gmbl-primary .btn__pill__invert, .theme__gmbl-primary.button__invert, .theme__gmbl-primary.btn__invert, .theme__gmbl-primary.btn__pill__invert,
.t__gmbl--pri .button__invert,
.t__gmbl--pri .btn__invert,
.t__gmbl--pri .btn__pill__invert,
.t__gmbl--pri.button__invert,
.t__gmbl--pri.btn__invert,
.t__gmbl--pri.btn__pill__invert {
  background-color: rgb(130, 79, 3);
  color: #ffffff;
}
.theme__gmbl-primary .button__invert h4,
.theme__gmbl-primary .btn__invert h4,
.theme__gmbl-primary .btn__pill__invert h4, .theme__gmbl-primary.button__invert h4, .theme__gmbl-primary.btn__invert h4, .theme__gmbl-primary.btn__pill__invert h4,
.t__gmbl--pri .button__invert h4,
.t__gmbl--pri .btn__invert h4,
.t__gmbl--pri .btn__pill__invert h4,
.t__gmbl--pri.button__invert h4,
.t__gmbl--pri.btn__invert h4,
.t__gmbl--pri.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__gmbl-primary .button__invert:hover,
.theme__gmbl-primary .btn__invert:hover,
.theme__gmbl-primary .btn__pill__invert:hover, .theme__gmbl-primary.button__invert:hover, .theme__gmbl-primary.btn__invert:hover, .theme__gmbl-primary.btn__pill__invert:hover,
.t__gmbl--pri .button__invert:hover,
.t__gmbl--pri .btn__invert:hover,
.t__gmbl--pri .btn__pill__invert:hover,
.t__gmbl--pri.button__invert:hover,
.t__gmbl--pri.btn__invert:hover,
.t__gmbl--pri.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__gmbl-primary .button__invert:hover h4,
.theme__gmbl-primary .btn__invert:hover h4,
.theme__gmbl-primary .btn__pill__invert:hover h4, .theme__gmbl-primary.button__invert:hover h4, .theme__gmbl-primary.btn__invert:hover h4, .theme__gmbl-primary.btn__pill__invert:hover h4,
.t__gmbl--pri .button__invert:hover h4,
.t__gmbl--pri .btn__invert:hover h4,
.t__gmbl--pri .btn__pill__invert:hover h4,
.t__gmbl--pri.button__invert:hover h4,
.t__gmbl--pri.btn__invert:hover h4,
.t__gmbl--pri.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__gmbl-primary .button__invert--hover:hover,
.theme__gmbl-primary .btn__invert--hover:hover,
.theme__gmbl-primary .btn__pill__invert--hover:hover, .theme__gmbl-primary.button__invert--hover:hover, .theme__gmbl-primary.btn__invert--hover:hover, .theme__gmbl-primary.btn__pill__invert--hover:hover,
.t__gmbl--pri .button__invert--hover:hover,
.t__gmbl--pri .btn__invert--hover:hover,
.t__gmbl--pri .btn__pill__invert--hover:hover,
.t__gmbl--pri.button__invert--hover:hover,
.t__gmbl--pri.btn__invert--hover:hover,
.t__gmbl--pri.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__gmbl-primary .button__under,
.theme__gmbl-primary .btn__under,
.theme__gmbl-primary .btn__pill__under, .theme__gmbl-primary.button__under, .theme__gmbl-primary.btn__under, .theme__gmbl-primary.btn__pill__under,
.t__gmbl--pri .button__under,
.t__gmbl--pri .btn__under,
.t__gmbl--pri .btn__pill__under,
.t__gmbl--pri.button__under,
.t__gmbl--pri.btn__under,
.t__gmbl--pri.btn__pill__under {
  border-color: rgb(130, 79, 3);
}
.theme__gmbl-primary .btn__large,
.t__gmbl--pri .btn__large {
  background-color: rgb(130, 79, 3);
}
.theme__gmbl-primary .input__search,
.t__gmbl--pri .input__search {
  border-color: rgb(130, 79, 3);
}
.theme__gmbl-primary .input__search i,
.t__gmbl--pri .input__search i {
  color: #4a4a4a;
}
.theme__gmbl-primary .input__search:hover i,
.t__gmbl--pri .input__search:hover i {
  color: rgb(130, 79, 3);
}
.theme__gmbl-primary .component__foreground,
.t__gmbl--pri .component__foreground {
  color: #4a4a4a;
}
.theme__gmbl-primary.card,
.theme__gmbl-primary .card, .theme__gmbl-primary.card__with-image,
.theme__gmbl-primary .card__with-image,
.t__gmbl--pri.card,
.t__gmbl--pri .card,
.t__gmbl--pri.card__with-image,
.t__gmbl--pri .card__with-image {
  border-color: rgb(130, 79, 3);
}
.theme__gmbl-primary.card__highlight,
.theme__gmbl-primary .card__highlight,
.theme__gmbl-primary .card__highlight--image,
.theme__gmbl-primary .card__highlight--final,
.t__gmbl--pri.card__highlight,
.t__gmbl--pri .card__highlight,
.t__gmbl--pri .card__highlight--image,
.t__gmbl--pri .card__highlight--final {
  background-color: rgb(130, 79, 3);
  border-color: rgb(130, 79, 3);
}
.theme__gmbl-primary.card__highlight--title,
.theme__gmbl-primary .card__highlight--title,
.theme__gmbl-primary .card__highlight--image,
.theme__gmbl-primary .card__highlight--final,
.t__gmbl--pri.card__highlight--title,
.t__gmbl--pri .card__highlight--title,
.t__gmbl--pri .card__highlight--image,
.t__gmbl--pri .card__highlight--final {
  color: #4a4a4a;
}
.theme__gmbl-primary .image-slider__selector--dot,
.t__gmbl--pri .image-slider__selector--dot {
  background-color: rgb(130, 79, 3);
}
.theme__gmbl-primary .call-to-action__text h3,
.t__gmbl--pri .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__gmbl-primary .officer__block--title h5, .theme__gmbl-primary .officer__block--title h6,
.t__gmbl--pri .officer__block--title h5,
.t__gmbl--pri .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__gmbl-primary .block__statement--link,
.t__gmbl--pri .block__statement--link {
  color: #4a4a4a;
}
.theme__gmbl-primary .card__cutoff,
.t__gmbl--pri .card__cutoff {
  background: linear-gradient(rgb(130, 79, 3), rgb(130, 79, 3)), linear-gradient(white, white);
}
.theme__gmbl-primary .card__cutoff p,
.t__gmbl--pri .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__gmbl-primary .card__cutoff:hover,
  .t__gmbl--pri .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__gmbl-primary .card__cutoff:hover p,
  .t__gmbl--pri .card__cutoff:hover p {
    color: rgb(130, 79, 3);
  }
  .theme__gmbl-primary .card__cutoff:hover .card__cutoff--link,
  .t__gmbl--pri .card__cutoff:hover .card__cutoff--link {
    color: rgb(130, 79, 3);
  }
  .theme__gmbl-primary .card__cutoff:hover .card__cutoff--text,
  .t__gmbl--pri .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__gmbl-primary .card__cutoff:hover .card__cutoff--text p,
  .t__gmbl--pri .card__cutoff:hover .card__cutoff--text p {
    color: rgb(130, 79, 3);
  }
  .theme__gmbl-primary .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__gmbl--pri .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: rgb(130, 79, 3);
  }
}
.theme__gmbl-primary .card__cutoff--link,
.t__gmbl--pri .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__gmbl-primary .card__cutoff--link:hover,
  .t__gmbl--pri .card__cutoff--link:hover {
    color: rgb(130, 79, 3);
  }
  .theme__gmbl-primary .card__cutoff--link:hover--link,
  .t__gmbl--pri .card__cutoff--link:hover--link {
    color: rgb(130, 79, 3);
  }
}
.theme__gmbl-primary .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__gmbl--pri .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: rgb(130, 79, 3);
}
.theme__gmbl-primary .dropdown__toggle--title,
.t__gmbl--pri .dropdown__toggle--title {
  color: rgb(130, 79, 3);
}
.theme__gmbl-primary .dropdown__toggle--icon i,
.t__gmbl--pri .dropdown__toggle--icon i {
  color: rgb(130, 79, 3);
}
.theme__gmbl-primary .large_timer__countdown--item_large,
.t__gmbl--pri .large_timer__countdown--item_large {
  background-color: rgb(130, 79, 3);
}
.theme__gmbl-primary .large_timer__countdown--item_medium,
.t__gmbl--pri .large_timer__countdown--item_medium {
  background-color: rgb(130, 79, 3);
}
.theme__gmbl-primary .large_timer__countdown--item_small,
.t__gmbl--pri .large_timer__countdown--item_small {
  background-color: rgb(130, 79, 3);
}
.theme__gmbl-primary .modalcontent,
.t__gmbl--pri .modalcontent {
  border-color: rgb(130, 79, 3);
}
.theme__gmbl-primary .transparent__header,
.t__gmbl--pri .transparent__header {
  background: rgb(130, 79, 3);
}
.theme__gmbl-primary .breadcrumb__slashes,
.t__gmbl--pri .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__gmbl-primary .the-list,
.t__gmbl--pri .the-list {
  background-color: rgb(130, 79, 3);
}
.theme__gmbl-primary .the-list option,
.t__gmbl--pri .the-list option {
  border-color: rgb(130, 79, 3) !important;
}
.theme__gmbl-primary .es-list::-webkit-scrollbar-thumb,
.t__gmbl--pri .es-list::-webkit-scrollbar-thumb {
  background: rgb(130, 79, 3);
}
.theme__gmbl-primary .es-visible,
.t__gmbl--pri .es-visible {
  border-color: rgb(130, 79, 3) !important;
}
.theme__gmbl-primary .ot-open,
.theme__gmbl-primary .ot-closed,
.t__gmbl--pri .ot-open,
.t__gmbl--pri .ot-closed {
  color: rgb(130, 79, 3);
}
.theme__gmbl-primary .colour__foreground,
.t__gmbl--pri .colour__foreground {
  color: rgb(130, 79, 3);
}
.theme__gmbl-primary h1.t__none,
.theme__gmbl-primary h1.theme__none,
.theme__gmbl-primary h2.t__none,
.theme__gmbl-primary h2.theme__none,
.theme__gmbl-primary h3.t__none,
.theme__gmbl-primary h3.theme__none,
.theme__gmbl-primary h4.t__none,
.theme__gmbl-primary h4.theme__none,
.theme__gmbl-primary h1.t__none--w-hov,
.theme__gmbl-primary h1.theme__none--with-hover,
.theme__gmbl-primary h2.t__none--w-hov,
.theme__gmbl-primary h2.theme__none--with-hover,
.theme__gmbl-primary h3.t__none--w-hov,
.theme__gmbl-primary h3.theme__none--with-hover,
.theme__gmbl-primary h4.t__none--w-hov,
.theme__gmbl-primary h4.theme__none--with-hover,
.t__gmbl--pri h1.t__none,
.t__gmbl--pri h1.theme__none,
.t__gmbl--pri h2.t__none,
.t__gmbl--pri h2.theme__none,
.t__gmbl--pri h3.t__none,
.t__gmbl--pri h3.theme__none,
.t__gmbl--pri h4.t__none,
.t__gmbl--pri h4.theme__none,
.t__gmbl--pri h1.t__none--w-hov,
.t__gmbl--pri h1.theme__none--with-hover,
.t__gmbl--pri h2.t__none--w-hov,
.t__gmbl--pri h2.theme__none--with-hover,
.t__gmbl--pri h3.t__none--w-hov,
.t__gmbl--pri h3.theme__none--with-hover,
.t__gmbl--pri h4.t__none--w-hov,
.t__gmbl--pri h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__gmbl-primary span.t__none,
.theme__gmbl-primary span.theme__none,
.t__gmbl--pri span.t__none,
.t__gmbl--pri span.theme__none {
  color: #4a4a4a;
}
.theme__gmbl-primary i.t__none,
.theme__gmbl-primary i.theme__none,
.t__gmbl--pri i.t__none,
.t__gmbl--pri i.theme__none {
  color: #4a4a4a;
}
.theme__gmbl-primary a.border__none,
.theme__gmbl-primary a.b__none,
.t__gmbl--pri a.border__none,
.t__gmbl--pri a.b__none {
  border: 0;
}
.theme__gmbl-primary a:hover h1.t__none,
.theme__gmbl-primary a:hover h1.theme__none,
.theme__gmbl-primary a:hover h2.t__none,
.theme__gmbl-primary a:hover h2.theme__none,
.theme__gmbl-primary a:hover h3.t__none,
.theme__gmbl-primary a:hover h3.theme__none,
.theme__gmbl-primary a:hover h4.t__none,
.theme__gmbl-primary a:hover h4.theme__none,
.t__gmbl--pri a:hover h1.t__none,
.t__gmbl--pri a:hover h1.theme__none,
.t__gmbl--pri a:hover h2.t__none,
.t__gmbl--pri a:hover h2.theme__none,
.t__gmbl--pri a:hover h3.t__none,
.t__gmbl--pri a:hover h3.theme__none,
.t__gmbl--pri a:hover h4.t__none,
.t__gmbl--pri a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__gmbl-primary a:hover h1.t__none--w-hov,
.theme__gmbl-primary a:hover h1.theme__none--with-hover,
.theme__gmbl-primary a:hover h2.t__none--w-hov,
.theme__gmbl-primary a:hover h2.theme__none--with-hover,
.theme__gmbl-primary a:hover h3.t__none--w-hov,
.theme__gmbl-primary a:hover h3.theme__none--with-hover,
.theme__gmbl-primary a:hover h4.t__none--w-hov,
.theme__gmbl-primary a:hover h4.theme__none--with-hover,
.t__gmbl--pri a:hover h1.t__none--w-hov,
.t__gmbl--pri a:hover h1.theme__none--with-hover,
.t__gmbl--pri a:hover h2.t__none--w-hov,
.t__gmbl--pri a:hover h2.theme__none--with-hover,
.t__gmbl--pri a:hover h3.t__none--w-hov,
.t__gmbl--pri a:hover h3.theme__none--with-hover,
.t__gmbl--pri a:hover h4.t__none--w-hov,
.t__gmbl--pri a:hover h4.theme__none--with-hover {
  color: rgb(130, 79, 3);
}
.theme__gmbl-primary .dotted__line--small, .theme__gmbl-primary .dotted__line--medium, .theme__gmbl-primary .dotted__line--large, .theme__gmbl-primary .dotted__line--x-large, .theme__gmbl-primary .dotted__line--huge,
.t__gmbl--pri .dotted__line--small,
.t__gmbl--pri .dotted__line--medium,
.t__gmbl--pri .dotted__line--large,
.t__gmbl--pri .dotted__line--x-large,
.t__gmbl--pri .dotted__line--huge {
  border-image-source: url("https://assets-cdn.sums.su/SH/Dotted_Borders/dotted_gmbl.png");
}

.theme__gmbl--secondary h1, .theme__gmbl--secondary h2, .theme__gmbl--secondary h3, .theme__gmbl--secondary h4, .theme__gmbl--secondary h5, .theme__gmbl--secondary h6,
.t__gmbl-sec h1,
.t__gmbl-sec h2,
.t__gmbl-sec h3,
.t__gmbl-sec h4,
.t__gmbl-sec h5,
.t__gmbl-sec h6 {
  color: rgb(130, 79, 3);
}
.theme__gmbl--secondary a,
.t__gmbl-sec a {
  color: #4a4a4a;
  border-color: rgb(130, 79, 3);
  text-decoration: none;
}
.theme__gmbl--secondary a:hover,
.t__gmbl-sec a:hover {
  color: rgb(130, 79, 3);
}
.theme__gmbl--secondary a:hover h1, .theme__gmbl--secondary a:hover h2, .theme__gmbl--secondary a:hover h3, .theme__gmbl--secondary a:hover h4, .theme__gmbl--secondary a:hover h5, .theme__gmbl--secondary a:hover h6,
.t__gmbl-sec a:hover h1,
.t__gmbl-sec a:hover h2,
.t__gmbl-sec a:hover h3,
.t__gmbl-sec a:hover h4,
.t__gmbl-sec a:hover h5,
.t__gmbl-sec a:hover h6 {
  color: rgb(130, 79, 3);
}
.theme__gmbl--secondary a div,
.t__gmbl-sec a div {
  border-color: rgb(130, 79, 3) !important;
}
.theme__gmbl--secondary input,
.t__gmbl-sec input {
  border-color: rgb(130, 79, 3);
}
.theme__gmbl--secondary p,
.t__gmbl-sec p {
  color: #4a4a4a;
}
.theme__gmbl--secondary .button,
.theme__gmbl--secondary .btn,
.theme__gmbl--secondary .btn__pill, .theme__gmbl--secondary.button, .theme__gmbl--secondary.btn, .theme__gmbl--secondary.btn__pill,
.t__gmbl-sec .button,
.t__gmbl-sec .btn,
.t__gmbl-sec .btn__pill,
.t__gmbl-sec.button,
.t__gmbl-sec.btn,
.t__gmbl-sec.btn__pill {
  border-color: rgb(130, 79, 3);
}
@media (hover: hover) {
  .theme__gmbl--secondary .button:hover,
  .theme__gmbl--secondary .btn:hover,
  .theme__gmbl--secondary .btn__pill:hover, .theme__gmbl--secondary.button:hover, .theme__gmbl--secondary.btn:hover, .theme__gmbl--secondary.btn__pill:hover,
  .t__gmbl-sec .button:hover,
  .t__gmbl-sec .btn:hover,
  .t__gmbl-sec .btn__pill:hover,
  .t__gmbl-sec.button:hover,
  .t__gmbl-sec.btn:hover,
  .t__gmbl-sec.btn__pill:hover {
    color: #ffffff;
    background: rgb(130, 79, 3);
  }
  .theme__gmbl--secondary .button:hover i,
  .theme__gmbl--secondary .btn:hover i,
  .theme__gmbl--secondary .btn__pill:hover i, .theme__gmbl--secondary.button:hover i, .theme__gmbl--secondary.btn:hover i, .theme__gmbl--secondary.btn__pill:hover i,
  .t__gmbl-sec .button:hover i,
  .t__gmbl-sec .btn:hover i,
  .t__gmbl-sec .btn__pill:hover i,
  .t__gmbl-sec.button:hover i,
  .t__gmbl-sec.btn:hover i,
  .t__gmbl-sec.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__gmbl--secondary .button__invert,
.theme__gmbl--secondary .btn__invert,
.theme__gmbl--secondary .btn__pill__invert, .theme__gmbl--secondary.button__invert, .theme__gmbl--secondary.btn__invert, .theme__gmbl--secondary.btn__pill__invert,
.t__gmbl-sec .button__invert,
.t__gmbl-sec .btn__invert,
.t__gmbl-sec .btn__pill__invert,
.t__gmbl-sec.button__invert,
.t__gmbl-sec.btn__invert,
.t__gmbl-sec.btn__pill__invert {
  background-color: rgb(130, 79, 3);
  color: #ffffff;
}
.theme__gmbl--secondary .button__invert h4,
.theme__gmbl--secondary .btn__invert h4,
.theme__gmbl--secondary .btn__pill__invert h4, .theme__gmbl--secondary.button__invert h4, .theme__gmbl--secondary.btn__invert h4, .theme__gmbl--secondary.btn__pill__invert h4,
.t__gmbl-sec .button__invert h4,
.t__gmbl-sec .btn__invert h4,
.t__gmbl-sec .btn__pill__invert h4,
.t__gmbl-sec.button__invert h4,
.t__gmbl-sec.btn__invert h4,
.t__gmbl-sec.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__gmbl--secondary .button__invert:hover,
.theme__gmbl--secondary .btn__invert:hover,
.theme__gmbl--secondary .btn__pill__invert:hover, .theme__gmbl--secondary.button__invert:hover, .theme__gmbl--secondary.btn__invert:hover, .theme__gmbl--secondary.btn__pill__invert:hover,
.t__gmbl-sec .button__invert:hover,
.t__gmbl-sec .btn__invert:hover,
.t__gmbl-sec .btn__pill__invert:hover,
.t__gmbl-sec.button__invert:hover,
.t__gmbl-sec.btn__invert:hover,
.t__gmbl-sec.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__gmbl--secondary .button__invert:hover h4,
.theme__gmbl--secondary .btn__invert:hover h4,
.theme__gmbl--secondary .btn__pill__invert:hover h4, .theme__gmbl--secondary.button__invert:hover h4, .theme__gmbl--secondary.btn__invert:hover h4, .theme__gmbl--secondary.btn__pill__invert:hover h4,
.t__gmbl-sec .button__invert:hover h4,
.t__gmbl-sec .btn__invert:hover h4,
.t__gmbl-sec .btn__pill__invert:hover h4,
.t__gmbl-sec.button__invert:hover h4,
.t__gmbl-sec.btn__invert:hover h4,
.t__gmbl-sec.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__gmbl--secondary .button__invert--hover:hover,
.theme__gmbl--secondary .btn__invert--hover:hover,
.theme__gmbl--secondary .btn__pill__invert--hover:hover, .theme__gmbl--secondary.button__invert--hover:hover, .theme__gmbl--secondary.btn__invert--hover:hover, .theme__gmbl--secondary.btn__pill__invert--hover:hover,
.t__gmbl-sec .button__invert--hover:hover,
.t__gmbl-sec .btn__invert--hover:hover,
.t__gmbl-sec .btn__pill__invert--hover:hover,
.t__gmbl-sec.button__invert--hover:hover,
.t__gmbl-sec.btn__invert--hover:hover,
.t__gmbl-sec.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__gmbl--secondary .button__under,
.theme__gmbl--secondary .btn__under,
.theme__gmbl--secondary .btn__pill__under, .theme__gmbl--secondary.button__under, .theme__gmbl--secondary.btn__under, .theme__gmbl--secondary.btn__pill__under,
.t__gmbl-sec .button__under,
.t__gmbl-sec .btn__under,
.t__gmbl-sec .btn__pill__under,
.t__gmbl-sec.button__under,
.t__gmbl-sec.btn__under,
.t__gmbl-sec.btn__pill__under {
  border-color: rgb(130, 79, 3);
}
.theme__gmbl--secondary .btn__large,
.t__gmbl-sec .btn__large {
  background-color: rgb(130, 79, 3);
}
.theme__gmbl--secondary .input__search,
.t__gmbl-sec .input__search {
  border-color: rgb(130, 79, 3);
}
.theme__gmbl--secondary .input__search i,
.t__gmbl-sec .input__search i {
  color: #4a4a4a;
}
.theme__gmbl--secondary .input__search:hover i,
.t__gmbl-sec .input__search:hover i {
  color: rgb(130, 79, 3);
}
.theme__gmbl--secondary .component__foreground,
.t__gmbl-sec .component__foreground {
  color: #4a4a4a;
}
.theme__gmbl--secondary.card,
.theme__gmbl--secondary .card, .theme__gmbl--secondary.card__with-image,
.theme__gmbl--secondary .card__with-image,
.t__gmbl-sec.card,
.t__gmbl-sec .card,
.t__gmbl-sec.card__with-image,
.t__gmbl-sec .card__with-image {
  border-color: rgb(130, 79, 3);
}
.theme__gmbl--secondary.card__highlight,
.theme__gmbl--secondary .card__highlight,
.theme__gmbl--secondary .card__highlight--image,
.theme__gmbl--secondary .card__highlight--final,
.t__gmbl-sec.card__highlight,
.t__gmbl-sec .card__highlight,
.t__gmbl-sec .card__highlight--image,
.t__gmbl-sec .card__highlight--final {
  background-color: rgb(130, 79, 3);
  border-color: rgb(130, 79, 3);
}
.theme__gmbl--secondary.card__highlight--title,
.theme__gmbl--secondary .card__highlight--title,
.theme__gmbl--secondary .card__highlight--image,
.theme__gmbl--secondary .card__highlight--final,
.t__gmbl-sec.card__highlight--title,
.t__gmbl-sec .card__highlight--title,
.t__gmbl-sec .card__highlight--image,
.t__gmbl-sec .card__highlight--final {
  color: #4a4a4a;
}
.theme__gmbl--secondary .image-slider__selector--dot,
.t__gmbl-sec .image-slider__selector--dot {
  background-color: rgb(130, 79, 3);
}
.theme__gmbl--secondary .call-to-action__text h3,
.t__gmbl-sec .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__gmbl--secondary .officer__block--title h5, .theme__gmbl--secondary .officer__block--title h6,
.t__gmbl-sec .officer__block--title h5,
.t__gmbl-sec .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__gmbl--secondary .block__statement--link,
.t__gmbl-sec .block__statement--link {
  color: #4a4a4a;
}
.theme__gmbl--secondary .card__cutoff,
.t__gmbl-sec .card__cutoff {
  background: linear-gradient(rgb(130, 79, 3), rgb(130, 79, 3)), linear-gradient(white, white);
}
.theme__gmbl--secondary .card__cutoff p,
.t__gmbl-sec .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__gmbl--secondary .card__cutoff:hover,
  .t__gmbl-sec .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__gmbl--secondary .card__cutoff:hover p,
  .t__gmbl-sec .card__cutoff:hover p {
    color: rgb(130, 79, 3);
  }
  .theme__gmbl--secondary .card__cutoff:hover .card__cutoff--link,
  .t__gmbl-sec .card__cutoff:hover .card__cutoff--link {
    color: rgb(130, 79, 3);
  }
  .theme__gmbl--secondary .card__cutoff:hover .card__cutoff--text,
  .t__gmbl-sec .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__gmbl--secondary .card__cutoff:hover .card__cutoff--text p,
  .t__gmbl-sec .card__cutoff:hover .card__cutoff--text p {
    color: rgb(130, 79, 3);
  }
  .theme__gmbl--secondary .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__gmbl-sec .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: rgb(130, 79, 3);
  }
}
.theme__gmbl--secondary .card__cutoff--link,
.t__gmbl-sec .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__gmbl--secondary .card__cutoff--link:hover,
  .t__gmbl-sec .card__cutoff--link:hover {
    color: rgb(130, 79, 3);
  }
  .theme__gmbl--secondary .card__cutoff--link:hover--link,
  .t__gmbl-sec .card__cutoff--link:hover--link {
    color: rgb(130, 79, 3);
  }
}
.theme__gmbl--secondary .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__gmbl-sec .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: rgb(130, 79, 3);
}
.theme__gmbl--secondary .dropdown__toggle--title,
.t__gmbl-sec .dropdown__toggle--title {
  color: rgb(130, 79, 3);
}
.theme__gmbl--secondary .dropdown__toggle--icon i,
.t__gmbl-sec .dropdown__toggle--icon i {
  color: rgb(130, 79, 3);
}
.theme__gmbl--secondary .large_timer__countdown--item_large,
.t__gmbl-sec .large_timer__countdown--item_large {
  background-color: rgb(130, 79, 3);
}
.theme__gmbl--secondary .large_timer__countdown--item_medium,
.t__gmbl-sec .large_timer__countdown--item_medium {
  background-color: rgb(130, 79, 3);
}
.theme__gmbl--secondary .large_timer__countdown--item_small,
.t__gmbl-sec .large_timer__countdown--item_small {
  background-color: rgb(130, 79, 3);
}
.theme__gmbl--secondary .modalcontent,
.t__gmbl-sec .modalcontent {
  border-color: rgb(130, 79, 3);
}
.theme__gmbl--secondary .transparent__header,
.t__gmbl-sec .transparent__header {
  background: rgb(130, 79, 3);
}
.theme__gmbl--secondary .breadcrumb__slashes,
.t__gmbl-sec .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__gmbl--secondary .the-list,
.t__gmbl-sec .the-list {
  background-color: rgb(130, 79, 3);
}
.theme__gmbl--secondary .the-list option,
.t__gmbl-sec .the-list option {
  border-color: rgb(130, 79, 3) !important;
}
.theme__gmbl--secondary .es-list::-webkit-scrollbar-thumb,
.t__gmbl-sec .es-list::-webkit-scrollbar-thumb {
  background: rgb(130, 79, 3);
}
.theme__gmbl--secondary .es-visible,
.t__gmbl-sec .es-visible {
  border-color: rgb(130, 79, 3) !important;
}
.theme__gmbl--secondary .ot-open,
.theme__gmbl--secondary .ot-closed,
.t__gmbl-sec .ot-open,
.t__gmbl-sec .ot-closed {
  color: rgb(130, 79, 3);
}
.theme__gmbl--secondary .colour__foreground,
.t__gmbl-sec .colour__foreground {
  color: rgb(130, 79, 3);
}
.theme__gmbl--secondary h1.t__none,
.theme__gmbl--secondary h1.theme__none,
.theme__gmbl--secondary h2.t__none,
.theme__gmbl--secondary h2.theme__none,
.theme__gmbl--secondary h3.t__none,
.theme__gmbl--secondary h3.theme__none,
.theme__gmbl--secondary h4.t__none,
.theme__gmbl--secondary h4.theme__none,
.theme__gmbl--secondary h1.t__none--w-hov,
.theme__gmbl--secondary h1.theme__none--with-hover,
.theme__gmbl--secondary h2.t__none--w-hov,
.theme__gmbl--secondary h2.theme__none--with-hover,
.theme__gmbl--secondary h3.t__none--w-hov,
.theme__gmbl--secondary h3.theme__none--with-hover,
.theme__gmbl--secondary h4.t__none--w-hov,
.theme__gmbl--secondary h4.theme__none--with-hover,
.t__gmbl-sec h1.t__none,
.t__gmbl-sec h1.theme__none,
.t__gmbl-sec h2.t__none,
.t__gmbl-sec h2.theme__none,
.t__gmbl-sec h3.t__none,
.t__gmbl-sec h3.theme__none,
.t__gmbl-sec h4.t__none,
.t__gmbl-sec h4.theme__none,
.t__gmbl-sec h1.t__none--w-hov,
.t__gmbl-sec h1.theme__none--with-hover,
.t__gmbl-sec h2.t__none--w-hov,
.t__gmbl-sec h2.theme__none--with-hover,
.t__gmbl-sec h3.t__none--w-hov,
.t__gmbl-sec h3.theme__none--with-hover,
.t__gmbl-sec h4.t__none--w-hov,
.t__gmbl-sec h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__gmbl--secondary span.t__none,
.theme__gmbl--secondary span.theme__none,
.t__gmbl-sec span.t__none,
.t__gmbl-sec span.theme__none {
  color: #4a4a4a;
}
.theme__gmbl--secondary i.t__none,
.theme__gmbl--secondary i.theme__none,
.t__gmbl-sec i.t__none,
.t__gmbl-sec i.theme__none {
  color: #4a4a4a;
}
.theme__gmbl--secondary a.border__none,
.theme__gmbl--secondary a.b__none,
.t__gmbl-sec a.border__none,
.t__gmbl-sec a.b__none {
  border: 0;
}
.theme__gmbl--secondary a:hover h1.t__none,
.theme__gmbl--secondary a:hover h1.theme__none,
.theme__gmbl--secondary a:hover h2.t__none,
.theme__gmbl--secondary a:hover h2.theme__none,
.theme__gmbl--secondary a:hover h3.t__none,
.theme__gmbl--secondary a:hover h3.theme__none,
.theme__gmbl--secondary a:hover h4.t__none,
.theme__gmbl--secondary a:hover h4.theme__none,
.t__gmbl-sec a:hover h1.t__none,
.t__gmbl-sec a:hover h1.theme__none,
.t__gmbl-sec a:hover h2.t__none,
.t__gmbl-sec a:hover h2.theme__none,
.t__gmbl-sec a:hover h3.t__none,
.t__gmbl-sec a:hover h3.theme__none,
.t__gmbl-sec a:hover h4.t__none,
.t__gmbl-sec a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__gmbl--secondary a:hover h1.t__none--w-hov,
.theme__gmbl--secondary a:hover h1.theme__none--with-hover,
.theme__gmbl--secondary a:hover h2.t__none--w-hov,
.theme__gmbl--secondary a:hover h2.theme__none--with-hover,
.theme__gmbl--secondary a:hover h3.t__none--w-hov,
.theme__gmbl--secondary a:hover h3.theme__none--with-hover,
.theme__gmbl--secondary a:hover h4.t__none--w-hov,
.theme__gmbl--secondary a:hover h4.theme__none--with-hover,
.t__gmbl-sec a:hover h1.t__none--w-hov,
.t__gmbl-sec a:hover h1.theme__none--with-hover,
.t__gmbl-sec a:hover h2.t__none--w-hov,
.t__gmbl-sec a:hover h2.theme__none--with-hover,
.t__gmbl-sec a:hover h3.t__none--w-hov,
.t__gmbl-sec a:hover h3.theme__none--with-hover,
.t__gmbl-sec a:hover h4.t__none--w-hov,
.t__gmbl-sec a:hover h4.theme__none--with-hover {
  color: rgb(130, 79, 3);
}

.theme__gmbl--pastel h1, .theme__gmbl--pastel h2, .theme__gmbl--pastel h3, .theme__gmbl--pastel h4, .theme__gmbl--pastel h5, .theme__gmbl--pastel h6,
.t__gmbl--pas h1,
.t__gmbl--pas h2,
.t__gmbl--pas h3,
.t__gmbl--pas h4,
.t__gmbl--pas h5,
.t__gmbl--pas h6 {
  color: rgb(188, 128, 57);
}
.theme__gmbl--pastel a,
.t__gmbl--pas a {
  color: #4a4a4a;
  border-color: rgb(188, 128, 57);
  text-decoration: none;
}
.theme__gmbl--pastel a:hover,
.t__gmbl--pas a:hover {
  color: rgb(188, 128, 57);
}
.theme__gmbl--pastel a:hover h1, .theme__gmbl--pastel a:hover h2, .theme__gmbl--pastel a:hover h3, .theme__gmbl--pastel a:hover h4, .theme__gmbl--pastel a:hover h5, .theme__gmbl--pastel a:hover h6,
.t__gmbl--pas a:hover h1,
.t__gmbl--pas a:hover h2,
.t__gmbl--pas a:hover h3,
.t__gmbl--pas a:hover h4,
.t__gmbl--pas a:hover h5,
.t__gmbl--pas a:hover h6 {
  color: rgb(188, 128, 57);
}
.theme__gmbl--pastel a div,
.t__gmbl--pas a div {
  border-color: rgb(188, 128, 57) !important;
}
.theme__gmbl--pastel input,
.t__gmbl--pas input {
  border-color: rgb(188, 128, 57);
}
.theme__gmbl--pastel p,
.t__gmbl--pas p {
  color: #4a4a4a;
}
.theme__gmbl--pastel .button,
.theme__gmbl--pastel .btn,
.theme__gmbl--pastel .btn__pill, .theme__gmbl--pastel.button, .theme__gmbl--pastel.btn, .theme__gmbl--pastel.btn__pill,
.t__gmbl--pas .button,
.t__gmbl--pas .btn,
.t__gmbl--pas .btn__pill,
.t__gmbl--pas.button,
.t__gmbl--pas.btn,
.t__gmbl--pas.btn__pill {
  border-color: rgb(188, 128, 57);
}
@media (hover: hover) {
  .theme__gmbl--pastel .button:hover,
  .theme__gmbl--pastel .btn:hover,
  .theme__gmbl--pastel .btn__pill:hover, .theme__gmbl--pastel.button:hover, .theme__gmbl--pastel.btn:hover, .theme__gmbl--pastel.btn__pill:hover,
  .t__gmbl--pas .button:hover,
  .t__gmbl--pas .btn:hover,
  .t__gmbl--pas .btn__pill:hover,
  .t__gmbl--pas.button:hover,
  .t__gmbl--pas.btn:hover,
  .t__gmbl--pas.btn__pill:hover {
    color: #ffffff;
    background: rgb(188, 128, 57);
  }
  .theme__gmbl--pastel .button:hover i,
  .theme__gmbl--pastel .btn:hover i,
  .theme__gmbl--pastel .btn__pill:hover i, .theme__gmbl--pastel.button:hover i, .theme__gmbl--pastel.btn:hover i, .theme__gmbl--pastel.btn__pill:hover i,
  .t__gmbl--pas .button:hover i,
  .t__gmbl--pas .btn:hover i,
  .t__gmbl--pas .btn__pill:hover i,
  .t__gmbl--pas.button:hover i,
  .t__gmbl--pas.btn:hover i,
  .t__gmbl--pas.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__gmbl--pastel .button__invert,
.theme__gmbl--pastel .btn__invert,
.theme__gmbl--pastel .btn__pill__invert, .theme__gmbl--pastel.button__invert, .theme__gmbl--pastel.btn__invert, .theme__gmbl--pastel.btn__pill__invert,
.t__gmbl--pas .button__invert,
.t__gmbl--pas .btn__invert,
.t__gmbl--pas .btn__pill__invert,
.t__gmbl--pas.button__invert,
.t__gmbl--pas.btn__invert,
.t__gmbl--pas.btn__pill__invert {
  background-color: rgb(188, 128, 57);
  color: #ffffff;
}
.theme__gmbl--pastel .button__invert h4,
.theme__gmbl--pastel .btn__invert h4,
.theme__gmbl--pastel .btn__pill__invert h4, .theme__gmbl--pastel.button__invert h4, .theme__gmbl--pastel.btn__invert h4, .theme__gmbl--pastel.btn__pill__invert h4,
.t__gmbl--pas .button__invert h4,
.t__gmbl--pas .btn__invert h4,
.t__gmbl--pas .btn__pill__invert h4,
.t__gmbl--pas.button__invert h4,
.t__gmbl--pas.btn__invert h4,
.t__gmbl--pas.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__gmbl--pastel .button__invert:hover,
.theme__gmbl--pastel .btn__invert:hover,
.theme__gmbl--pastel .btn__pill__invert:hover, .theme__gmbl--pastel.button__invert:hover, .theme__gmbl--pastel.btn__invert:hover, .theme__gmbl--pastel.btn__pill__invert:hover,
.t__gmbl--pas .button__invert:hover,
.t__gmbl--pas .btn__invert:hover,
.t__gmbl--pas .btn__pill__invert:hover,
.t__gmbl--pas.button__invert:hover,
.t__gmbl--pas.btn__invert:hover,
.t__gmbl--pas.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__gmbl--pastel .button__invert:hover h4,
.theme__gmbl--pastel .btn__invert:hover h4,
.theme__gmbl--pastel .btn__pill__invert:hover h4, .theme__gmbl--pastel.button__invert:hover h4, .theme__gmbl--pastel.btn__invert:hover h4, .theme__gmbl--pastel.btn__pill__invert:hover h4,
.t__gmbl--pas .button__invert:hover h4,
.t__gmbl--pas .btn__invert:hover h4,
.t__gmbl--pas .btn__pill__invert:hover h4,
.t__gmbl--pas.button__invert:hover h4,
.t__gmbl--pas.btn__invert:hover h4,
.t__gmbl--pas.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__gmbl--pastel .button__invert--hover:hover,
.theme__gmbl--pastel .btn__invert--hover:hover,
.theme__gmbl--pastel .btn__pill__invert--hover:hover, .theme__gmbl--pastel.button__invert--hover:hover, .theme__gmbl--pastel.btn__invert--hover:hover, .theme__gmbl--pastel.btn__pill__invert--hover:hover,
.t__gmbl--pas .button__invert--hover:hover,
.t__gmbl--pas .btn__invert--hover:hover,
.t__gmbl--pas .btn__pill__invert--hover:hover,
.t__gmbl--pas.button__invert--hover:hover,
.t__gmbl--pas.btn__invert--hover:hover,
.t__gmbl--pas.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__gmbl--pastel .button__under,
.theme__gmbl--pastel .btn__under,
.theme__gmbl--pastel .btn__pill__under, .theme__gmbl--pastel.button__under, .theme__gmbl--pastel.btn__under, .theme__gmbl--pastel.btn__pill__under,
.t__gmbl--pas .button__under,
.t__gmbl--pas .btn__under,
.t__gmbl--pas .btn__pill__under,
.t__gmbl--pas.button__under,
.t__gmbl--pas.btn__under,
.t__gmbl--pas.btn__pill__under {
  border-color: rgb(188, 128, 57);
}
.theme__gmbl--pastel .btn__large,
.t__gmbl--pas .btn__large {
  background-color: rgb(188, 128, 57);
}
.theme__gmbl--pastel .input__search,
.t__gmbl--pas .input__search {
  border-color: rgb(188, 128, 57);
}
.theme__gmbl--pastel .input__search i,
.t__gmbl--pas .input__search i {
  color: #4a4a4a;
}
.theme__gmbl--pastel .input__search:hover i,
.t__gmbl--pas .input__search:hover i {
  color: rgb(188, 128, 57);
}
.theme__gmbl--pastel .component__foreground,
.t__gmbl--pas .component__foreground {
  color: #4a4a4a;
}
.theme__gmbl--pastel.card,
.theme__gmbl--pastel .card, .theme__gmbl--pastel.card__with-image,
.theme__gmbl--pastel .card__with-image,
.t__gmbl--pas.card,
.t__gmbl--pas .card,
.t__gmbl--pas.card__with-image,
.t__gmbl--pas .card__with-image {
  border-color: rgb(188, 128, 57);
}
.theme__gmbl--pastel.card__highlight,
.theme__gmbl--pastel .card__highlight,
.theme__gmbl--pastel .card__highlight--image,
.theme__gmbl--pastel .card__highlight--final,
.t__gmbl--pas.card__highlight,
.t__gmbl--pas .card__highlight,
.t__gmbl--pas .card__highlight--image,
.t__gmbl--pas .card__highlight--final {
  background-color: rgb(188, 128, 57);
  border-color: rgb(188, 128, 57);
}
.theme__gmbl--pastel.card__highlight--title,
.theme__gmbl--pastel .card__highlight--title,
.theme__gmbl--pastel .card__highlight--image,
.theme__gmbl--pastel .card__highlight--final,
.t__gmbl--pas.card__highlight--title,
.t__gmbl--pas .card__highlight--title,
.t__gmbl--pas .card__highlight--image,
.t__gmbl--pas .card__highlight--final {
  color: #4a4a4a;
}
.theme__gmbl--pastel .image-slider__selector--dot,
.t__gmbl--pas .image-slider__selector--dot {
  background-color: rgb(188, 128, 57);
}
.theme__gmbl--pastel .call-to-action__text h3,
.t__gmbl--pas .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__gmbl--pastel .officer__block--title h5, .theme__gmbl--pastel .officer__block--title h6,
.t__gmbl--pas .officer__block--title h5,
.t__gmbl--pas .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__gmbl--pastel .block__statement--link,
.t__gmbl--pas .block__statement--link {
  color: #4a4a4a;
}
.theme__gmbl--pastel .card__cutoff,
.t__gmbl--pas .card__cutoff {
  background: linear-gradient(rgb(188, 128, 57), rgb(188, 128, 57)), linear-gradient(white, white);
}
.theme__gmbl--pastel .card__cutoff p,
.t__gmbl--pas .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__gmbl--pastel .card__cutoff:hover,
  .t__gmbl--pas .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__gmbl--pastel .card__cutoff:hover p,
  .t__gmbl--pas .card__cutoff:hover p {
    color: rgb(188, 128, 57);
  }
  .theme__gmbl--pastel .card__cutoff:hover .card__cutoff--link,
  .t__gmbl--pas .card__cutoff:hover .card__cutoff--link {
    color: rgb(188, 128, 57);
  }
  .theme__gmbl--pastel .card__cutoff:hover .card__cutoff--text,
  .t__gmbl--pas .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__gmbl--pastel .card__cutoff:hover .card__cutoff--text p,
  .t__gmbl--pas .card__cutoff:hover .card__cutoff--text p {
    color: rgb(188, 128, 57);
  }
  .theme__gmbl--pastel .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__gmbl--pas .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: rgb(188, 128, 57);
  }
}
.theme__gmbl--pastel .card__cutoff--link,
.t__gmbl--pas .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__gmbl--pastel .card__cutoff--link:hover,
  .t__gmbl--pas .card__cutoff--link:hover {
    color: rgb(188, 128, 57);
  }
  .theme__gmbl--pastel .card__cutoff--link:hover--link,
  .t__gmbl--pas .card__cutoff--link:hover--link {
    color: rgb(188, 128, 57);
  }
}
.theme__gmbl--pastel .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__gmbl--pas .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: rgb(188, 128, 57);
}
.theme__gmbl--pastel .dropdown__toggle--title,
.t__gmbl--pas .dropdown__toggle--title {
  color: rgb(188, 128, 57);
}
.theme__gmbl--pastel .dropdown__toggle--icon i,
.t__gmbl--pas .dropdown__toggle--icon i {
  color: rgb(188, 128, 57);
}
.theme__gmbl--pastel .large_timer__countdown--item_large,
.t__gmbl--pas .large_timer__countdown--item_large {
  background-color: rgb(188, 128, 57);
}
.theme__gmbl--pastel .large_timer__countdown--item_medium,
.t__gmbl--pas .large_timer__countdown--item_medium {
  background-color: rgb(188, 128, 57);
}
.theme__gmbl--pastel .large_timer__countdown--item_small,
.t__gmbl--pas .large_timer__countdown--item_small {
  background-color: rgb(188, 128, 57);
}
.theme__gmbl--pastel .modalcontent,
.t__gmbl--pas .modalcontent {
  border-color: rgb(188, 128, 57);
}
.theme__gmbl--pastel .transparent__header,
.t__gmbl--pas .transparent__header {
  background: rgb(188, 128, 57);
}
.theme__gmbl--pastel .breadcrumb__slashes,
.t__gmbl--pas .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__gmbl--pastel .the-list,
.t__gmbl--pas .the-list {
  background-color: rgb(188, 128, 57);
}
.theme__gmbl--pastel .the-list option,
.t__gmbl--pas .the-list option {
  border-color: rgb(188, 128, 57) !important;
}
.theme__gmbl--pastel .es-list::-webkit-scrollbar-thumb,
.t__gmbl--pas .es-list::-webkit-scrollbar-thumb {
  background: rgb(188, 128, 57);
}
.theme__gmbl--pastel .es-visible,
.t__gmbl--pas .es-visible {
  border-color: rgb(188, 128, 57) !important;
}
.theme__gmbl--pastel .ot-open,
.theme__gmbl--pastel .ot-closed,
.t__gmbl--pas .ot-open,
.t__gmbl--pas .ot-closed {
  color: rgb(188, 128, 57);
}
.theme__gmbl--pastel .colour__foreground,
.t__gmbl--pas .colour__foreground {
  color: rgb(188, 128, 57);
}
.theme__gmbl--pastel h1.t__none,
.theme__gmbl--pastel h1.theme__none,
.theme__gmbl--pastel h2.t__none,
.theme__gmbl--pastel h2.theme__none,
.theme__gmbl--pastel h3.t__none,
.theme__gmbl--pastel h3.theme__none,
.theme__gmbl--pastel h4.t__none,
.theme__gmbl--pastel h4.theme__none,
.theme__gmbl--pastel h1.t__none--w-hov,
.theme__gmbl--pastel h1.theme__none--with-hover,
.theme__gmbl--pastel h2.t__none--w-hov,
.theme__gmbl--pastel h2.theme__none--with-hover,
.theme__gmbl--pastel h3.t__none--w-hov,
.theme__gmbl--pastel h3.theme__none--with-hover,
.theme__gmbl--pastel h4.t__none--w-hov,
.theme__gmbl--pastel h4.theme__none--with-hover,
.t__gmbl--pas h1.t__none,
.t__gmbl--pas h1.theme__none,
.t__gmbl--pas h2.t__none,
.t__gmbl--pas h2.theme__none,
.t__gmbl--pas h3.t__none,
.t__gmbl--pas h3.theme__none,
.t__gmbl--pas h4.t__none,
.t__gmbl--pas h4.theme__none,
.t__gmbl--pas h1.t__none--w-hov,
.t__gmbl--pas h1.theme__none--with-hover,
.t__gmbl--pas h2.t__none--w-hov,
.t__gmbl--pas h2.theme__none--with-hover,
.t__gmbl--pas h3.t__none--w-hov,
.t__gmbl--pas h3.theme__none--with-hover,
.t__gmbl--pas h4.t__none--w-hov,
.t__gmbl--pas h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__gmbl--pastel span.t__none,
.theme__gmbl--pastel span.theme__none,
.t__gmbl--pas span.t__none,
.t__gmbl--pas span.theme__none {
  color: #4a4a4a;
}
.theme__gmbl--pastel i.t__none,
.theme__gmbl--pastel i.theme__none,
.t__gmbl--pas i.t__none,
.t__gmbl--pas i.theme__none {
  color: #4a4a4a;
}
.theme__gmbl--pastel a.border__none,
.theme__gmbl--pastel a.b__none,
.t__gmbl--pas a.border__none,
.t__gmbl--pas a.b__none {
  border: 0;
}
.theme__gmbl--pastel a:hover h1.t__none,
.theme__gmbl--pastel a:hover h1.theme__none,
.theme__gmbl--pastel a:hover h2.t__none,
.theme__gmbl--pastel a:hover h2.theme__none,
.theme__gmbl--pastel a:hover h3.t__none,
.theme__gmbl--pastel a:hover h3.theme__none,
.theme__gmbl--pastel a:hover h4.t__none,
.theme__gmbl--pastel a:hover h4.theme__none,
.t__gmbl--pas a:hover h1.t__none,
.t__gmbl--pas a:hover h1.theme__none,
.t__gmbl--pas a:hover h2.t__none,
.t__gmbl--pas a:hover h2.theme__none,
.t__gmbl--pas a:hover h3.t__none,
.t__gmbl--pas a:hover h3.theme__none,
.t__gmbl--pas a:hover h4.t__none,
.t__gmbl--pas a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__gmbl--pastel a:hover h1.t__none--w-hov,
.theme__gmbl--pastel a:hover h1.theme__none--with-hover,
.theme__gmbl--pastel a:hover h2.t__none--w-hov,
.theme__gmbl--pastel a:hover h2.theme__none--with-hover,
.theme__gmbl--pastel a:hover h3.t__none--w-hov,
.theme__gmbl--pastel a:hover h3.theme__none--with-hover,
.theme__gmbl--pastel a:hover h4.t__none--w-hov,
.theme__gmbl--pastel a:hover h4.theme__none--with-hover,
.t__gmbl--pas a:hover h1.t__none--w-hov,
.t__gmbl--pas a:hover h1.theme__none--with-hover,
.t__gmbl--pas a:hover h2.t__none--w-hov,
.t__gmbl--pas a:hover h2.theme__none--with-hover,
.t__gmbl--pas a:hover h3.t__none--w-hov,
.t__gmbl--pas a:hover h3.theme__none--with-hover,
.t__gmbl--pas a:hover h4.t__none--w-hov,
.t__gmbl--pas a:hover h4.theme__none--with-hover {
  color: rgb(188, 128, 57);
}

.theme__gmbl--background-primary,
.t__gmbl--bg-pri {
  background-color: rgb(130, 79, 3);
}

.theme__gmbl--background-secondary,
.t__gmbl--bg-sec {
  background-color: rgb(130, 79, 3);
}

.theme__gmbl--background-pastel,
.t__gmbl--bg-pas {
  background-color: rgb(188, 128, 57);
}

.theme__pride-primary h1, .theme__pride-primary h2, .theme__pride-primary h3, .theme__pride-primary h4, .theme__pride-primary h5, .theme__pride-primary h6,
.t__pride--pri h1,
.t__pride--pri h2,
.t__pride--pri h3,
.t__pride--pri h4,
.t__pride--pri h5,
.t__pride--pri h6 {
  color: #ff3399;
}
.theme__pride-primary a,
.t__pride--pri a {
  color: #4a4a4a;
  border-color: #ff3399;
  text-decoration: none;
}
.theme__pride-primary a:hover,
.t__pride--pri a:hover {
  color: #ff3399;
}
.theme__pride-primary a:hover h1, .theme__pride-primary a:hover h2, .theme__pride-primary a:hover h3, .theme__pride-primary a:hover h4, .theme__pride-primary a:hover h5, .theme__pride-primary a:hover h6,
.t__pride--pri a:hover h1,
.t__pride--pri a:hover h2,
.t__pride--pri a:hover h3,
.t__pride--pri a:hover h4,
.t__pride--pri a:hover h5,
.t__pride--pri a:hover h6 {
  color: #ff3399;
}
.theme__pride-primary a div,
.t__pride--pri a div {
  border-color: #ff3399 !important;
}
.theme__pride-primary input,
.t__pride--pri input {
  border-color: #ff3399;
}
.theme__pride-primary p,
.t__pride--pri p {
  color: #4a4a4a;
}
.theme__pride-primary .button,
.theme__pride-primary .btn,
.theme__pride-primary .btn__pill, .theme__pride-primary.button, .theme__pride-primary.btn, .theme__pride-primary.btn__pill,
.t__pride--pri .button,
.t__pride--pri .btn,
.t__pride--pri .btn__pill,
.t__pride--pri.button,
.t__pride--pri.btn,
.t__pride--pri.btn__pill {
  border-color: #ff3399;
}
@media (hover: hover) {
  .theme__pride-primary .button:hover,
  .theme__pride-primary .btn:hover,
  .theme__pride-primary .btn__pill:hover, .theme__pride-primary.button:hover, .theme__pride-primary.btn:hover, .theme__pride-primary.btn__pill:hover,
  .t__pride--pri .button:hover,
  .t__pride--pri .btn:hover,
  .t__pride--pri .btn__pill:hover,
  .t__pride--pri.button:hover,
  .t__pride--pri.btn:hover,
  .t__pride--pri.btn__pill:hover {
    color: #ffffff;
    background: #ff3399;
  }
  .theme__pride-primary .button:hover i,
  .theme__pride-primary .btn:hover i,
  .theme__pride-primary .btn__pill:hover i, .theme__pride-primary.button:hover i, .theme__pride-primary.btn:hover i, .theme__pride-primary.btn__pill:hover i,
  .t__pride--pri .button:hover i,
  .t__pride--pri .btn:hover i,
  .t__pride--pri .btn__pill:hover i,
  .t__pride--pri.button:hover i,
  .t__pride--pri.btn:hover i,
  .t__pride--pri.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__pride-primary .button__invert,
.theme__pride-primary .btn__invert,
.theme__pride-primary .btn__pill__invert, .theme__pride-primary.button__invert, .theme__pride-primary.btn__invert, .theme__pride-primary.btn__pill__invert,
.t__pride--pri .button__invert,
.t__pride--pri .btn__invert,
.t__pride--pri .btn__pill__invert,
.t__pride--pri.button__invert,
.t__pride--pri.btn__invert,
.t__pride--pri.btn__pill__invert {
  background-color: #ff3399;
  color: #ffffff;
}
.theme__pride-primary .button__invert h4,
.theme__pride-primary .btn__invert h4,
.theme__pride-primary .btn__pill__invert h4, .theme__pride-primary.button__invert h4, .theme__pride-primary.btn__invert h4, .theme__pride-primary.btn__pill__invert h4,
.t__pride--pri .button__invert h4,
.t__pride--pri .btn__invert h4,
.t__pride--pri .btn__pill__invert h4,
.t__pride--pri.button__invert h4,
.t__pride--pri.btn__invert h4,
.t__pride--pri.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__pride-primary .button__invert:hover,
.theme__pride-primary .btn__invert:hover,
.theme__pride-primary .btn__pill__invert:hover, .theme__pride-primary.button__invert:hover, .theme__pride-primary.btn__invert:hover, .theme__pride-primary.btn__pill__invert:hover,
.t__pride--pri .button__invert:hover,
.t__pride--pri .btn__invert:hover,
.t__pride--pri .btn__pill__invert:hover,
.t__pride--pri.button__invert:hover,
.t__pride--pri.btn__invert:hover,
.t__pride--pri.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__pride-primary .button__invert:hover h4,
.theme__pride-primary .btn__invert:hover h4,
.theme__pride-primary .btn__pill__invert:hover h4, .theme__pride-primary.button__invert:hover h4, .theme__pride-primary.btn__invert:hover h4, .theme__pride-primary.btn__pill__invert:hover h4,
.t__pride--pri .button__invert:hover h4,
.t__pride--pri .btn__invert:hover h4,
.t__pride--pri .btn__pill__invert:hover h4,
.t__pride--pri.button__invert:hover h4,
.t__pride--pri.btn__invert:hover h4,
.t__pride--pri.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__pride-primary .button__invert--hover:hover,
.theme__pride-primary .btn__invert--hover:hover,
.theme__pride-primary .btn__pill__invert--hover:hover, .theme__pride-primary.button__invert--hover:hover, .theme__pride-primary.btn__invert--hover:hover, .theme__pride-primary.btn__pill__invert--hover:hover,
.t__pride--pri .button__invert--hover:hover,
.t__pride--pri .btn__invert--hover:hover,
.t__pride--pri .btn__pill__invert--hover:hover,
.t__pride--pri.button__invert--hover:hover,
.t__pride--pri.btn__invert--hover:hover,
.t__pride--pri.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__pride-primary .button__under,
.theme__pride-primary .btn__under,
.theme__pride-primary .btn__pill__under, .theme__pride-primary.button__under, .theme__pride-primary.btn__under, .theme__pride-primary.btn__pill__under,
.t__pride--pri .button__under,
.t__pride--pri .btn__under,
.t__pride--pri .btn__pill__under,
.t__pride--pri.button__under,
.t__pride--pri.btn__under,
.t__pride--pri.btn__pill__under {
  border-color: #ff3399;
}
.theme__pride-primary .btn__large,
.t__pride--pri .btn__large {
  background-color: #ff3399;
}
.theme__pride-primary .input__search,
.t__pride--pri .input__search {
  border-color: #ff3399;
}
.theme__pride-primary .input__search i,
.t__pride--pri .input__search i {
  color: #4a4a4a;
}
.theme__pride-primary .input__search:hover i,
.t__pride--pri .input__search:hover i {
  color: #ff3399;
}
.theme__pride-primary .component__foreground,
.t__pride--pri .component__foreground {
  color: #4a4a4a;
}
.theme__pride-primary.card,
.theme__pride-primary .card, .theme__pride-primary.card__with-image,
.theme__pride-primary .card__with-image,
.t__pride--pri.card,
.t__pride--pri .card,
.t__pride--pri.card__with-image,
.t__pride--pri .card__with-image {
  border-color: #ff3399;
}
.theme__pride-primary.card__highlight,
.theme__pride-primary .card__highlight,
.theme__pride-primary .card__highlight--image,
.theme__pride-primary .card__highlight--final,
.t__pride--pri.card__highlight,
.t__pride--pri .card__highlight,
.t__pride--pri .card__highlight--image,
.t__pride--pri .card__highlight--final {
  background-color: #ff3399;
  border-color: #ff3399;
}
.theme__pride-primary.card__highlight--title,
.theme__pride-primary .card__highlight--title,
.theme__pride-primary .card__highlight--image,
.theme__pride-primary .card__highlight--final,
.t__pride--pri.card__highlight--title,
.t__pride--pri .card__highlight--title,
.t__pride--pri .card__highlight--image,
.t__pride--pri .card__highlight--final {
  color: #4a4a4a;
}
.theme__pride-primary .image-slider__selector--dot,
.t__pride--pri .image-slider__selector--dot {
  background-color: #ff3399;
}
.theme__pride-primary .call-to-action__text h3,
.t__pride--pri .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__pride-primary .officer__block--title h5, .theme__pride-primary .officer__block--title h6,
.t__pride--pri .officer__block--title h5,
.t__pride--pri .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__pride-primary .block__statement--link,
.t__pride--pri .block__statement--link {
  color: #4a4a4a;
}
.theme__pride-primary .card__cutoff,
.t__pride--pri .card__cutoff {
  background: linear-gradient(#ff3399, #ff3399), linear-gradient(white, white);
}
.theme__pride-primary .card__cutoff p,
.t__pride--pri .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__pride-primary .card__cutoff:hover,
  .t__pride--pri .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__pride-primary .card__cutoff:hover p,
  .t__pride--pri .card__cutoff:hover p {
    color: #ff3399;
  }
  .theme__pride-primary .card__cutoff:hover .card__cutoff--link,
  .t__pride--pri .card__cutoff:hover .card__cutoff--link {
    color: #ff3399;
  }
  .theme__pride-primary .card__cutoff:hover .card__cutoff--text,
  .t__pride--pri .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__pride-primary .card__cutoff:hover .card__cutoff--text p,
  .t__pride--pri .card__cutoff:hover .card__cutoff--text p {
    color: #ff3399;
  }
  .theme__pride-primary .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__pride--pri .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: #ff3399;
  }
}
.theme__pride-primary .card__cutoff--link,
.t__pride--pri .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__pride-primary .card__cutoff--link:hover,
  .t__pride--pri .card__cutoff--link:hover {
    color: #ff3399;
  }
  .theme__pride-primary .card__cutoff--link:hover--link,
  .t__pride--pri .card__cutoff--link:hover--link {
    color: #ff3399;
  }
}
.theme__pride-primary .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__pride--pri .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: #ff3399;
}
.theme__pride-primary .dropdown__toggle--title,
.t__pride--pri .dropdown__toggle--title {
  color: #ff3399;
}
.theme__pride-primary .dropdown__toggle--icon i,
.t__pride--pri .dropdown__toggle--icon i {
  color: #ff3399;
}
.theme__pride-primary .large_timer__countdown--item_large,
.t__pride--pri .large_timer__countdown--item_large {
  background-color: #ff3399;
}
.theme__pride-primary .large_timer__countdown--item_medium,
.t__pride--pri .large_timer__countdown--item_medium {
  background-color: #ff3399;
}
.theme__pride-primary .large_timer__countdown--item_small,
.t__pride--pri .large_timer__countdown--item_small {
  background-color: #ff3399;
}
.theme__pride-primary .modalcontent,
.t__pride--pri .modalcontent {
  border-color: #ff3399;
}
.theme__pride-primary .transparent__header,
.t__pride--pri .transparent__header {
  background: #ff3399;
}
.theme__pride-primary .breadcrumb__slashes,
.t__pride--pri .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__pride-primary .the-list,
.t__pride--pri .the-list {
  background-color: #ff3399;
}
.theme__pride-primary .the-list option,
.t__pride--pri .the-list option {
  border-color: #ff3399 !important;
}
.theme__pride-primary .es-list::-webkit-scrollbar-thumb,
.t__pride--pri .es-list::-webkit-scrollbar-thumb {
  background: #ff3399;
}
.theme__pride-primary .es-visible,
.t__pride--pri .es-visible {
  border-color: #ff3399 !important;
}
.theme__pride-primary .ot-open,
.theme__pride-primary .ot-closed,
.t__pride--pri .ot-open,
.t__pride--pri .ot-closed {
  color: #ff3399;
}
.theme__pride-primary .colour__foreground,
.t__pride--pri .colour__foreground {
  color: #ff3399;
}
.theme__pride-primary h1.t__none,
.theme__pride-primary h1.theme__none,
.theme__pride-primary h2.t__none,
.theme__pride-primary h2.theme__none,
.theme__pride-primary h3.t__none,
.theme__pride-primary h3.theme__none,
.theme__pride-primary h4.t__none,
.theme__pride-primary h4.theme__none,
.theme__pride-primary h1.t__none--w-hov,
.theme__pride-primary h1.theme__none--with-hover,
.theme__pride-primary h2.t__none--w-hov,
.theme__pride-primary h2.theme__none--with-hover,
.theme__pride-primary h3.t__none--w-hov,
.theme__pride-primary h3.theme__none--with-hover,
.theme__pride-primary h4.t__none--w-hov,
.theme__pride-primary h4.theme__none--with-hover,
.t__pride--pri h1.t__none,
.t__pride--pri h1.theme__none,
.t__pride--pri h2.t__none,
.t__pride--pri h2.theme__none,
.t__pride--pri h3.t__none,
.t__pride--pri h3.theme__none,
.t__pride--pri h4.t__none,
.t__pride--pri h4.theme__none,
.t__pride--pri h1.t__none--w-hov,
.t__pride--pri h1.theme__none--with-hover,
.t__pride--pri h2.t__none--w-hov,
.t__pride--pri h2.theme__none--with-hover,
.t__pride--pri h3.t__none--w-hov,
.t__pride--pri h3.theme__none--with-hover,
.t__pride--pri h4.t__none--w-hov,
.t__pride--pri h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__pride-primary span.t__none,
.theme__pride-primary span.theme__none,
.t__pride--pri span.t__none,
.t__pride--pri span.theme__none {
  color: #4a4a4a;
}
.theme__pride-primary i.t__none,
.theme__pride-primary i.theme__none,
.t__pride--pri i.t__none,
.t__pride--pri i.theme__none {
  color: #4a4a4a;
}
.theme__pride-primary a.border__none,
.theme__pride-primary a.b__none,
.t__pride--pri a.border__none,
.t__pride--pri a.b__none {
  border: 0;
}
.theme__pride-primary a:hover h1.t__none,
.theme__pride-primary a:hover h1.theme__none,
.theme__pride-primary a:hover h2.t__none,
.theme__pride-primary a:hover h2.theme__none,
.theme__pride-primary a:hover h3.t__none,
.theme__pride-primary a:hover h3.theme__none,
.theme__pride-primary a:hover h4.t__none,
.theme__pride-primary a:hover h4.theme__none,
.t__pride--pri a:hover h1.t__none,
.t__pride--pri a:hover h1.theme__none,
.t__pride--pri a:hover h2.t__none,
.t__pride--pri a:hover h2.theme__none,
.t__pride--pri a:hover h3.t__none,
.t__pride--pri a:hover h3.theme__none,
.t__pride--pri a:hover h4.t__none,
.t__pride--pri a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__pride-primary a:hover h1.t__none--w-hov,
.theme__pride-primary a:hover h1.theme__none--with-hover,
.theme__pride-primary a:hover h2.t__none--w-hov,
.theme__pride-primary a:hover h2.theme__none--with-hover,
.theme__pride-primary a:hover h3.t__none--w-hov,
.theme__pride-primary a:hover h3.theme__none--with-hover,
.theme__pride-primary a:hover h4.t__none--w-hov,
.theme__pride-primary a:hover h4.theme__none--with-hover,
.t__pride--pri a:hover h1.t__none--w-hov,
.t__pride--pri a:hover h1.theme__none--with-hover,
.t__pride--pri a:hover h2.t__none--w-hov,
.t__pride--pri a:hover h2.theme__none--with-hover,
.t__pride--pri a:hover h3.t__none--w-hov,
.t__pride--pri a:hover h3.theme__none--with-hover,
.t__pride--pri a:hover h4.t__none--w-hov,
.t__pride--pri a:hover h4.theme__none--with-hover {
  color: #ff3399;
}
.theme__pride-primary .dotted__line--small, .theme__pride-primary .dotted__line--medium, .theme__pride-primary .dotted__line--large, .theme__pride-primary .dotted__line--x-large, .theme__pride-primary .dotted__line--huge,
.t__pride--pri .dotted__line--small,
.t__pride--pri .dotted__line--medium,
.t__pride--pri .dotted__line--large,
.t__pride--pri .dotted__line--x-large,
.t__pride--pri .dotted__line--huge {
  border-image-source: url("https://assets-cdn.sums.su/SH/Dotted_Borders/dotted_gmbl.png");
}

.theme__pride--secondary h1, .theme__pride--secondary h2, .theme__pride--secondary h3, .theme__pride--secondary h4, .theme__pride--secondary h5, .theme__pride--secondary h6,
.t__pride-sec h1,
.t__pride-sec h2,
.t__pride-sec h3,
.t__pride-sec h4,
.t__pride-sec h5,
.t__pride-sec h6 {
  color: #ff3399;
}
.theme__pride--secondary a,
.t__pride-sec a {
  color: #4a4a4a;
  border-color: #ff3399;
  text-decoration: none;
}
.theme__pride--secondary a:hover,
.t__pride-sec a:hover {
  color: #ff3399;
}
.theme__pride--secondary a:hover h1, .theme__pride--secondary a:hover h2, .theme__pride--secondary a:hover h3, .theme__pride--secondary a:hover h4, .theme__pride--secondary a:hover h5, .theme__pride--secondary a:hover h6,
.t__pride-sec a:hover h1,
.t__pride-sec a:hover h2,
.t__pride-sec a:hover h3,
.t__pride-sec a:hover h4,
.t__pride-sec a:hover h5,
.t__pride-sec a:hover h6 {
  color: #ff3399;
}
.theme__pride--secondary a div,
.t__pride-sec a div {
  border-color: #ff3399 !important;
}
.theme__pride--secondary input,
.t__pride-sec input {
  border-color: #ff3399;
}
.theme__pride--secondary p,
.t__pride-sec p {
  color: #4a4a4a;
}
.theme__pride--secondary .button,
.theme__pride--secondary .btn,
.theme__pride--secondary .btn__pill, .theme__pride--secondary.button, .theme__pride--secondary.btn, .theme__pride--secondary.btn__pill,
.t__pride-sec .button,
.t__pride-sec .btn,
.t__pride-sec .btn__pill,
.t__pride-sec.button,
.t__pride-sec.btn,
.t__pride-sec.btn__pill {
  border-color: #ff3399;
}
@media (hover: hover) {
  .theme__pride--secondary .button:hover,
  .theme__pride--secondary .btn:hover,
  .theme__pride--secondary .btn__pill:hover, .theme__pride--secondary.button:hover, .theme__pride--secondary.btn:hover, .theme__pride--secondary.btn__pill:hover,
  .t__pride-sec .button:hover,
  .t__pride-sec .btn:hover,
  .t__pride-sec .btn__pill:hover,
  .t__pride-sec.button:hover,
  .t__pride-sec.btn:hover,
  .t__pride-sec.btn__pill:hover {
    color: #ffffff;
    background: #ff3399;
  }
  .theme__pride--secondary .button:hover i,
  .theme__pride--secondary .btn:hover i,
  .theme__pride--secondary .btn__pill:hover i, .theme__pride--secondary.button:hover i, .theme__pride--secondary.btn:hover i, .theme__pride--secondary.btn__pill:hover i,
  .t__pride-sec .button:hover i,
  .t__pride-sec .btn:hover i,
  .t__pride-sec .btn__pill:hover i,
  .t__pride-sec.button:hover i,
  .t__pride-sec.btn:hover i,
  .t__pride-sec.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__pride--secondary .button__invert,
.theme__pride--secondary .btn__invert,
.theme__pride--secondary .btn__pill__invert, .theme__pride--secondary.button__invert, .theme__pride--secondary.btn__invert, .theme__pride--secondary.btn__pill__invert,
.t__pride-sec .button__invert,
.t__pride-sec .btn__invert,
.t__pride-sec .btn__pill__invert,
.t__pride-sec.button__invert,
.t__pride-sec.btn__invert,
.t__pride-sec.btn__pill__invert {
  background-color: #ff3399;
  color: #ffffff;
}
.theme__pride--secondary .button__invert h4,
.theme__pride--secondary .btn__invert h4,
.theme__pride--secondary .btn__pill__invert h4, .theme__pride--secondary.button__invert h4, .theme__pride--secondary.btn__invert h4, .theme__pride--secondary.btn__pill__invert h4,
.t__pride-sec .button__invert h4,
.t__pride-sec .btn__invert h4,
.t__pride-sec .btn__pill__invert h4,
.t__pride-sec.button__invert h4,
.t__pride-sec.btn__invert h4,
.t__pride-sec.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__pride--secondary .button__invert:hover,
.theme__pride--secondary .btn__invert:hover,
.theme__pride--secondary .btn__pill__invert:hover, .theme__pride--secondary.button__invert:hover, .theme__pride--secondary.btn__invert:hover, .theme__pride--secondary.btn__pill__invert:hover,
.t__pride-sec .button__invert:hover,
.t__pride-sec .btn__invert:hover,
.t__pride-sec .btn__pill__invert:hover,
.t__pride-sec.button__invert:hover,
.t__pride-sec.btn__invert:hover,
.t__pride-sec.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__pride--secondary .button__invert:hover h4,
.theme__pride--secondary .btn__invert:hover h4,
.theme__pride--secondary .btn__pill__invert:hover h4, .theme__pride--secondary.button__invert:hover h4, .theme__pride--secondary.btn__invert:hover h4, .theme__pride--secondary.btn__pill__invert:hover h4,
.t__pride-sec .button__invert:hover h4,
.t__pride-sec .btn__invert:hover h4,
.t__pride-sec .btn__pill__invert:hover h4,
.t__pride-sec.button__invert:hover h4,
.t__pride-sec.btn__invert:hover h4,
.t__pride-sec.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__pride--secondary .button__invert--hover:hover,
.theme__pride--secondary .btn__invert--hover:hover,
.theme__pride--secondary .btn__pill__invert--hover:hover, .theme__pride--secondary.button__invert--hover:hover, .theme__pride--secondary.btn__invert--hover:hover, .theme__pride--secondary.btn__pill__invert--hover:hover,
.t__pride-sec .button__invert--hover:hover,
.t__pride-sec .btn__invert--hover:hover,
.t__pride-sec .btn__pill__invert--hover:hover,
.t__pride-sec.button__invert--hover:hover,
.t__pride-sec.btn__invert--hover:hover,
.t__pride-sec.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__pride--secondary .button__under,
.theme__pride--secondary .btn__under,
.theme__pride--secondary .btn__pill__under, .theme__pride--secondary.button__under, .theme__pride--secondary.btn__under, .theme__pride--secondary.btn__pill__under,
.t__pride-sec .button__under,
.t__pride-sec .btn__under,
.t__pride-sec .btn__pill__under,
.t__pride-sec.button__under,
.t__pride-sec.btn__under,
.t__pride-sec.btn__pill__under {
  border-color: #ff3399;
}
.theme__pride--secondary .btn__large,
.t__pride-sec .btn__large {
  background-color: #ff3399;
}
.theme__pride--secondary .input__search,
.t__pride-sec .input__search {
  border-color: #ff3399;
}
.theme__pride--secondary .input__search i,
.t__pride-sec .input__search i {
  color: #4a4a4a;
}
.theme__pride--secondary .input__search:hover i,
.t__pride-sec .input__search:hover i {
  color: #ff3399;
}
.theme__pride--secondary .component__foreground,
.t__pride-sec .component__foreground {
  color: #4a4a4a;
}
.theme__pride--secondary.card,
.theme__pride--secondary .card, .theme__pride--secondary.card__with-image,
.theme__pride--secondary .card__with-image,
.t__pride-sec.card,
.t__pride-sec .card,
.t__pride-sec.card__with-image,
.t__pride-sec .card__with-image {
  border-color: #ff3399;
}
.theme__pride--secondary.card__highlight,
.theme__pride--secondary .card__highlight,
.theme__pride--secondary .card__highlight--image,
.theme__pride--secondary .card__highlight--final,
.t__pride-sec.card__highlight,
.t__pride-sec .card__highlight,
.t__pride-sec .card__highlight--image,
.t__pride-sec .card__highlight--final {
  background-color: #ff3399;
  border-color: #ff3399;
}
.theme__pride--secondary.card__highlight--title,
.theme__pride--secondary .card__highlight--title,
.theme__pride--secondary .card__highlight--image,
.theme__pride--secondary .card__highlight--final,
.t__pride-sec.card__highlight--title,
.t__pride-sec .card__highlight--title,
.t__pride-sec .card__highlight--image,
.t__pride-sec .card__highlight--final {
  color: #4a4a4a;
}
.theme__pride--secondary .image-slider__selector--dot,
.t__pride-sec .image-slider__selector--dot {
  background-color: #ff3399;
}
.theme__pride--secondary .call-to-action__text h3,
.t__pride-sec .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__pride--secondary .officer__block--title h5, .theme__pride--secondary .officer__block--title h6,
.t__pride-sec .officer__block--title h5,
.t__pride-sec .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__pride--secondary .block__statement--link,
.t__pride-sec .block__statement--link {
  color: #4a4a4a;
}
.theme__pride--secondary .card__cutoff,
.t__pride-sec .card__cutoff {
  background: linear-gradient(#ff3399, #ff3399), linear-gradient(white, white);
}
.theme__pride--secondary .card__cutoff p,
.t__pride-sec .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__pride--secondary .card__cutoff:hover,
  .t__pride-sec .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__pride--secondary .card__cutoff:hover p,
  .t__pride-sec .card__cutoff:hover p {
    color: #ff3399;
  }
  .theme__pride--secondary .card__cutoff:hover .card__cutoff--link,
  .t__pride-sec .card__cutoff:hover .card__cutoff--link {
    color: #ff3399;
  }
  .theme__pride--secondary .card__cutoff:hover .card__cutoff--text,
  .t__pride-sec .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__pride--secondary .card__cutoff:hover .card__cutoff--text p,
  .t__pride-sec .card__cutoff:hover .card__cutoff--text p {
    color: #ff3399;
  }
  .theme__pride--secondary .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__pride-sec .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: #ff3399;
  }
}
.theme__pride--secondary .card__cutoff--link,
.t__pride-sec .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__pride--secondary .card__cutoff--link:hover,
  .t__pride-sec .card__cutoff--link:hover {
    color: #ff3399;
  }
  .theme__pride--secondary .card__cutoff--link:hover--link,
  .t__pride-sec .card__cutoff--link:hover--link {
    color: #ff3399;
  }
}
.theme__pride--secondary .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__pride-sec .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: #ff3399;
}
.theme__pride--secondary .dropdown__toggle--title,
.t__pride-sec .dropdown__toggle--title {
  color: #ff3399;
}
.theme__pride--secondary .dropdown__toggle--icon i,
.t__pride-sec .dropdown__toggle--icon i {
  color: #ff3399;
}
.theme__pride--secondary .large_timer__countdown--item_large,
.t__pride-sec .large_timer__countdown--item_large {
  background-color: #ff3399;
}
.theme__pride--secondary .large_timer__countdown--item_medium,
.t__pride-sec .large_timer__countdown--item_medium {
  background-color: #ff3399;
}
.theme__pride--secondary .large_timer__countdown--item_small,
.t__pride-sec .large_timer__countdown--item_small {
  background-color: #ff3399;
}
.theme__pride--secondary .modalcontent,
.t__pride-sec .modalcontent {
  border-color: #ff3399;
}
.theme__pride--secondary .transparent__header,
.t__pride-sec .transparent__header {
  background: #ff3399;
}
.theme__pride--secondary .breadcrumb__slashes,
.t__pride-sec .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__pride--secondary .the-list,
.t__pride-sec .the-list {
  background-color: #ff3399;
}
.theme__pride--secondary .the-list option,
.t__pride-sec .the-list option {
  border-color: #ff3399 !important;
}
.theme__pride--secondary .es-list::-webkit-scrollbar-thumb,
.t__pride-sec .es-list::-webkit-scrollbar-thumb {
  background: #ff3399;
}
.theme__pride--secondary .es-visible,
.t__pride-sec .es-visible {
  border-color: #ff3399 !important;
}
.theme__pride--secondary .ot-open,
.theme__pride--secondary .ot-closed,
.t__pride-sec .ot-open,
.t__pride-sec .ot-closed {
  color: #ff3399;
}
.theme__pride--secondary .colour__foreground,
.t__pride-sec .colour__foreground {
  color: #ff3399;
}
.theme__pride--secondary h1.t__none,
.theme__pride--secondary h1.theme__none,
.theme__pride--secondary h2.t__none,
.theme__pride--secondary h2.theme__none,
.theme__pride--secondary h3.t__none,
.theme__pride--secondary h3.theme__none,
.theme__pride--secondary h4.t__none,
.theme__pride--secondary h4.theme__none,
.theme__pride--secondary h1.t__none--w-hov,
.theme__pride--secondary h1.theme__none--with-hover,
.theme__pride--secondary h2.t__none--w-hov,
.theme__pride--secondary h2.theme__none--with-hover,
.theme__pride--secondary h3.t__none--w-hov,
.theme__pride--secondary h3.theme__none--with-hover,
.theme__pride--secondary h4.t__none--w-hov,
.theme__pride--secondary h4.theme__none--with-hover,
.t__pride-sec h1.t__none,
.t__pride-sec h1.theme__none,
.t__pride-sec h2.t__none,
.t__pride-sec h2.theme__none,
.t__pride-sec h3.t__none,
.t__pride-sec h3.theme__none,
.t__pride-sec h4.t__none,
.t__pride-sec h4.theme__none,
.t__pride-sec h1.t__none--w-hov,
.t__pride-sec h1.theme__none--with-hover,
.t__pride-sec h2.t__none--w-hov,
.t__pride-sec h2.theme__none--with-hover,
.t__pride-sec h3.t__none--w-hov,
.t__pride-sec h3.theme__none--with-hover,
.t__pride-sec h4.t__none--w-hov,
.t__pride-sec h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__pride--secondary span.t__none,
.theme__pride--secondary span.theme__none,
.t__pride-sec span.t__none,
.t__pride-sec span.theme__none {
  color: #4a4a4a;
}
.theme__pride--secondary i.t__none,
.theme__pride--secondary i.theme__none,
.t__pride-sec i.t__none,
.t__pride-sec i.theme__none {
  color: #4a4a4a;
}
.theme__pride--secondary a.border__none,
.theme__pride--secondary a.b__none,
.t__pride-sec a.border__none,
.t__pride-sec a.b__none {
  border: 0;
}
.theme__pride--secondary a:hover h1.t__none,
.theme__pride--secondary a:hover h1.theme__none,
.theme__pride--secondary a:hover h2.t__none,
.theme__pride--secondary a:hover h2.theme__none,
.theme__pride--secondary a:hover h3.t__none,
.theme__pride--secondary a:hover h3.theme__none,
.theme__pride--secondary a:hover h4.t__none,
.theme__pride--secondary a:hover h4.theme__none,
.t__pride-sec a:hover h1.t__none,
.t__pride-sec a:hover h1.theme__none,
.t__pride-sec a:hover h2.t__none,
.t__pride-sec a:hover h2.theme__none,
.t__pride-sec a:hover h3.t__none,
.t__pride-sec a:hover h3.theme__none,
.t__pride-sec a:hover h4.t__none,
.t__pride-sec a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__pride--secondary a:hover h1.t__none--w-hov,
.theme__pride--secondary a:hover h1.theme__none--with-hover,
.theme__pride--secondary a:hover h2.t__none--w-hov,
.theme__pride--secondary a:hover h2.theme__none--with-hover,
.theme__pride--secondary a:hover h3.t__none--w-hov,
.theme__pride--secondary a:hover h3.theme__none--with-hover,
.theme__pride--secondary a:hover h4.t__none--w-hov,
.theme__pride--secondary a:hover h4.theme__none--with-hover,
.t__pride-sec a:hover h1.t__none--w-hov,
.t__pride-sec a:hover h1.theme__none--with-hover,
.t__pride-sec a:hover h2.t__none--w-hov,
.t__pride-sec a:hover h2.theme__none--with-hover,
.t__pride-sec a:hover h3.t__none--w-hov,
.t__pride-sec a:hover h3.theme__none--with-hover,
.t__pride-sec a:hover h4.t__none--w-hov,
.t__pride-sec a:hover h4.theme__none--with-hover {
  color: #ff3399;
}

.theme__pride--pastel h1, .theme__pride--pastel h2, .theme__pride--pastel h3, .theme__pride--pastel h4, .theme__pride--pastel h5, .theme__pride--pastel h6,
.t__pride--pas h1,
.t__pride--pas h2,
.t__pride--pas h3,
.t__pride--pas h4,
.t__pride--pas h5,
.t__pride--pas h6 {
  color: rgb(255, 51, 153);
}
.theme__pride--pastel a,
.t__pride--pas a {
  color: #4a4a4a;
  border-color: rgb(255, 51, 153);
  text-decoration: none;
}
.theme__pride--pastel a:hover,
.t__pride--pas a:hover {
  color: rgb(255, 51, 153);
}
.theme__pride--pastel a:hover h1, .theme__pride--pastel a:hover h2, .theme__pride--pastel a:hover h3, .theme__pride--pastel a:hover h4, .theme__pride--pastel a:hover h5, .theme__pride--pastel a:hover h6,
.t__pride--pas a:hover h1,
.t__pride--pas a:hover h2,
.t__pride--pas a:hover h3,
.t__pride--pas a:hover h4,
.t__pride--pas a:hover h5,
.t__pride--pas a:hover h6 {
  color: rgb(255, 51, 153);
}
.theme__pride--pastel a div,
.t__pride--pas a div {
  border-color: rgb(255, 51, 153) !important;
}
.theme__pride--pastel input,
.t__pride--pas input {
  border-color: rgb(255, 51, 153);
}
.theme__pride--pastel p,
.t__pride--pas p {
  color: #4a4a4a;
}
.theme__pride--pastel .button,
.theme__pride--pastel .btn,
.theme__pride--pastel .btn__pill, .theme__pride--pastel.button, .theme__pride--pastel.btn, .theme__pride--pastel.btn__pill,
.t__pride--pas .button,
.t__pride--pas .btn,
.t__pride--pas .btn__pill,
.t__pride--pas.button,
.t__pride--pas.btn,
.t__pride--pas.btn__pill {
  border-color: rgb(255, 51, 153);
}
@media (hover: hover) {
  .theme__pride--pastel .button:hover,
  .theme__pride--pastel .btn:hover,
  .theme__pride--pastel .btn__pill:hover, .theme__pride--pastel.button:hover, .theme__pride--pastel.btn:hover, .theme__pride--pastel.btn__pill:hover,
  .t__pride--pas .button:hover,
  .t__pride--pas .btn:hover,
  .t__pride--pas .btn__pill:hover,
  .t__pride--pas.button:hover,
  .t__pride--pas.btn:hover,
  .t__pride--pas.btn__pill:hover {
    color: #ffffff;
    background: rgb(255, 51, 153);
  }
  .theme__pride--pastel .button:hover i,
  .theme__pride--pastel .btn:hover i,
  .theme__pride--pastel .btn__pill:hover i, .theme__pride--pastel.button:hover i, .theme__pride--pastel.btn:hover i, .theme__pride--pastel.btn__pill:hover i,
  .t__pride--pas .button:hover i,
  .t__pride--pas .btn:hover i,
  .t__pride--pas .btn__pill:hover i,
  .t__pride--pas.button:hover i,
  .t__pride--pas.btn:hover i,
  .t__pride--pas.btn__pill:hover i {
    color: #ffffff;
  }
}
.theme__pride--pastel .button__invert,
.theme__pride--pastel .btn__invert,
.theme__pride--pastel .btn__pill__invert, .theme__pride--pastel.button__invert, .theme__pride--pastel.btn__invert, .theme__pride--pastel.btn__pill__invert,
.t__pride--pas .button__invert,
.t__pride--pas .btn__invert,
.t__pride--pas .btn__pill__invert,
.t__pride--pas.button__invert,
.t__pride--pas.btn__invert,
.t__pride--pas.btn__pill__invert {
  background-color: rgb(255, 51, 153);
  color: #ffffff;
}
.theme__pride--pastel .button__invert h4,
.theme__pride--pastel .btn__invert h4,
.theme__pride--pastel .btn__pill__invert h4, .theme__pride--pastel.button__invert h4, .theme__pride--pastel.btn__invert h4, .theme__pride--pastel.btn__pill__invert h4,
.t__pride--pas .button__invert h4,
.t__pride--pas .btn__invert h4,
.t__pride--pas .btn__pill__invert h4,
.t__pride--pas.button__invert h4,
.t__pride--pas.btn__invert h4,
.t__pride--pas.btn__pill__invert h4 {
  color: #ffffff;
}
.theme__pride--pastel .button__invert:hover,
.theme__pride--pastel .btn__invert:hover,
.theme__pride--pastel .btn__pill__invert:hover, .theme__pride--pastel.button__invert:hover, .theme__pride--pastel.btn__invert:hover, .theme__pride--pastel.btn__pill__invert:hover,
.t__pride--pas .button__invert:hover,
.t__pride--pas .btn__invert:hover,
.t__pride--pas .btn__pill__invert:hover,
.t__pride--pas.button__invert:hover,
.t__pride--pas.btn__invert:hover,
.t__pride--pas.btn__pill__invert:hover {
  opacity: 0.8;
}
.theme__pride--pastel .button__invert:hover h4,
.theme__pride--pastel .btn__invert:hover h4,
.theme__pride--pastel .btn__pill__invert:hover h4, .theme__pride--pastel.button__invert:hover h4, .theme__pride--pastel.btn__invert:hover h4, .theme__pride--pastel.btn__pill__invert:hover h4,
.t__pride--pas .button__invert:hover h4,
.t__pride--pas .btn__invert:hover h4,
.t__pride--pas .btn__pill__invert:hover h4,
.t__pride--pas.button__invert:hover h4,
.t__pride--pas.btn__invert:hover h4,
.t__pride--pas.btn__pill__invert:hover h4 {
  color: #ffffff;
}
.theme__pride--pastel .button__invert--hover:hover,
.theme__pride--pastel .btn__invert--hover:hover,
.theme__pride--pastel .btn__pill__invert--hover:hover, .theme__pride--pastel.button__invert--hover:hover, .theme__pride--pastel.btn__invert--hover:hover, .theme__pride--pastel.btn__pill__invert--hover:hover,
.t__pride--pas .button__invert--hover:hover,
.t__pride--pas .btn__invert--hover:hover,
.t__pride--pas .btn__pill__invert--hover:hover,
.t__pride--pas.button__invert--hover:hover,
.t__pride--pas.btn__invert--hover:hover,
.t__pride--pas.btn__pill__invert--hover:hover {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.8;
}
.theme__pride--pastel .button__under,
.theme__pride--pastel .btn__under,
.theme__pride--pastel .btn__pill__under, .theme__pride--pastel.button__under, .theme__pride--pastel.btn__under, .theme__pride--pastel.btn__pill__under,
.t__pride--pas .button__under,
.t__pride--pas .btn__under,
.t__pride--pas .btn__pill__under,
.t__pride--pas.button__under,
.t__pride--pas.btn__under,
.t__pride--pas.btn__pill__under {
  border-color: rgb(255, 51, 153);
}
.theme__pride--pastel .btn__large,
.t__pride--pas .btn__large {
  background-color: rgb(255, 51, 153);
}
.theme__pride--pastel .input__search,
.t__pride--pas .input__search {
  border-color: rgb(255, 51, 153);
}
.theme__pride--pastel .input__search i,
.t__pride--pas .input__search i {
  color: #4a4a4a;
}
.theme__pride--pastel .input__search:hover i,
.t__pride--pas .input__search:hover i {
  color: rgb(255, 51, 153);
}
.theme__pride--pastel .component__foreground,
.t__pride--pas .component__foreground {
  color: #4a4a4a;
}
.theme__pride--pastel.card,
.theme__pride--pastel .card, .theme__pride--pastel.card__with-image,
.theme__pride--pastel .card__with-image,
.t__pride--pas.card,
.t__pride--pas .card,
.t__pride--pas.card__with-image,
.t__pride--pas .card__with-image {
  border-color: rgb(255, 51, 153);
}
.theme__pride--pastel.card__highlight,
.theme__pride--pastel .card__highlight,
.theme__pride--pastel .card__highlight--image,
.theme__pride--pastel .card__highlight--final,
.t__pride--pas.card__highlight,
.t__pride--pas .card__highlight,
.t__pride--pas .card__highlight--image,
.t__pride--pas .card__highlight--final {
  background-color: rgb(255, 51, 153);
  border-color: rgb(255, 51, 153);
}
.theme__pride--pastel.card__highlight--title,
.theme__pride--pastel .card__highlight--title,
.theme__pride--pastel .card__highlight--image,
.theme__pride--pastel .card__highlight--final,
.t__pride--pas.card__highlight--title,
.t__pride--pas .card__highlight--title,
.t__pride--pas .card__highlight--image,
.t__pride--pas .card__highlight--final {
  color: #4a4a4a;
}
.theme__pride--pastel .image-slider__selector--dot,
.t__pride--pas .image-slider__selector--dot {
  background-color: rgb(255, 51, 153);
}
.theme__pride--pastel .call-to-action__text h3,
.t__pride--pas .call-to-action__text h3 {
  color: #4a4a4a;
}
.theme__pride--pastel .officer__block--title h5, .theme__pride--pastel .officer__block--title h6,
.t__pride--pas .officer__block--title h5,
.t__pride--pas .officer__block--title h6 {
  color: #4a4a4a;
}
.theme__pride--pastel .block__statement--link,
.t__pride--pas .block__statement--link {
  color: #4a4a4a;
}
.theme__pride--pastel .card__cutoff,
.t__pride--pas .card__cutoff {
  background: linear-gradient(rgb(255, 51, 153), rgb(255, 51, 153)), linear-gradient(white, white);
}
.theme__pride--pastel .card__cutoff p,
.t__pride--pas .card__cutoff p {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__pride--pastel .card__cutoff:hover,
  .t__pride--pas .card__cutoff:hover {
    background: #ffffff;
  }
  .theme__pride--pastel .card__cutoff:hover p,
  .t__pride--pas .card__cutoff:hover p {
    color: rgb(255, 51, 153);
  }
  .theme__pride--pastel .card__cutoff:hover .card__cutoff--link,
  .t__pride--pas .card__cutoff:hover .card__cutoff--link {
    color: rgb(255, 51, 153);
  }
  .theme__pride--pastel .card__cutoff:hover .card__cutoff--text,
  .t__pride--pas .card__cutoff:hover .card__cutoff--text {
    background: #ffffff;
  }
  .theme__pride--pastel .card__cutoff:hover .card__cutoff--text p,
  .t__pride--pas .card__cutoff:hover .card__cutoff--text p {
    color: rgb(255, 51, 153);
  }
  .theme__pride--pastel .card__cutoff:hover .card__cutoff--text .card__cutoff--link,
  .t__pride--pas .card__cutoff:hover .card__cutoff--text .card__cutoff--link {
    color: rgb(255, 51, 153);
  }
}
.theme__pride--pastel .card__cutoff--link,
.t__pride--pas .card__cutoff--link {
  color: #ffffff;
}
@media (hover: hover) {
  .theme__pride--pastel .card__cutoff--link:hover,
  .t__pride--pas .card__cutoff--link:hover {
    color: rgb(255, 51, 153);
  }
  .theme__pride--pastel .card__cutoff--link:hover--link,
  .t__pride--pas .card__cutoff--link:hover--link {
    color: rgb(255, 51, 153);
  }
}
.theme__pride--pastel .slider__campaign--selector.active .slider__campaign--selector-dot,
.t__pride--pas .slider__campaign--selector.active .slider__campaign--selector-dot {
  background-color: rgb(255, 51, 153);
}
.theme__pride--pastel .dropdown__toggle--title,
.t__pride--pas .dropdown__toggle--title {
  color: rgb(255, 51, 153);
}
.theme__pride--pastel .dropdown__toggle--icon i,
.t__pride--pas .dropdown__toggle--icon i {
  color: rgb(255, 51, 153);
}
.theme__pride--pastel .large_timer__countdown--item_large,
.t__pride--pas .large_timer__countdown--item_large {
  background-color: rgb(255, 51, 153);
}
.theme__pride--pastel .large_timer__countdown--item_medium,
.t__pride--pas .large_timer__countdown--item_medium {
  background-color: rgb(255, 51, 153);
}
.theme__pride--pastel .large_timer__countdown--item_small,
.t__pride--pas .large_timer__countdown--item_small {
  background-color: rgb(255, 51, 153);
}
.theme__pride--pastel .modalcontent,
.t__pride--pas .modalcontent {
  border-color: rgb(255, 51, 153);
}
.theme__pride--pastel .transparent__header,
.t__pride--pas .transparent__header {
  background: rgb(255, 51, 153);
}
.theme__pride--pastel .breadcrumb__slashes,
.t__pride--pas .breadcrumb__slashes {
  color: #4a4a4a;
}
.theme__pride--pastel .the-list,
.t__pride--pas .the-list {
  background-color: rgb(255, 51, 153);
}
.theme__pride--pastel .the-list option,
.t__pride--pas .the-list option {
  border-color: rgb(255, 51, 153) !important;
}
.theme__pride--pastel .es-list::-webkit-scrollbar-thumb,
.t__pride--pas .es-list::-webkit-scrollbar-thumb {
  background: rgb(255, 51, 153);
}
.theme__pride--pastel .es-visible,
.t__pride--pas .es-visible {
  border-color: rgb(255, 51, 153) !important;
}
.theme__pride--pastel .ot-open,
.theme__pride--pastel .ot-closed,
.t__pride--pas .ot-open,
.t__pride--pas .ot-closed {
  color: rgb(255, 51, 153);
}
.theme__pride--pastel .colour__foreground,
.t__pride--pas .colour__foreground {
  color: rgb(255, 51, 153);
}
.theme__pride--pastel h1.t__none,
.theme__pride--pastel h1.theme__none,
.theme__pride--pastel h2.t__none,
.theme__pride--pastel h2.theme__none,
.theme__pride--pastel h3.t__none,
.theme__pride--pastel h3.theme__none,
.theme__pride--pastel h4.t__none,
.theme__pride--pastel h4.theme__none,
.theme__pride--pastel h1.t__none--w-hov,
.theme__pride--pastel h1.theme__none--with-hover,
.theme__pride--pastel h2.t__none--w-hov,
.theme__pride--pastel h2.theme__none--with-hover,
.theme__pride--pastel h3.t__none--w-hov,
.theme__pride--pastel h3.theme__none--with-hover,
.theme__pride--pastel h4.t__none--w-hov,
.theme__pride--pastel h4.theme__none--with-hover,
.t__pride--pas h1.t__none,
.t__pride--pas h1.theme__none,
.t__pride--pas h2.t__none,
.t__pride--pas h2.theme__none,
.t__pride--pas h3.t__none,
.t__pride--pas h3.theme__none,
.t__pride--pas h4.t__none,
.t__pride--pas h4.theme__none,
.t__pride--pas h1.t__none--w-hov,
.t__pride--pas h1.theme__none--with-hover,
.t__pride--pas h2.t__none--w-hov,
.t__pride--pas h2.theme__none--with-hover,
.t__pride--pas h3.t__none--w-hov,
.t__pride--pas h3.theme__none--with-hover,
.t__pride--pas h4.t__none--w-hov,
.t__pride--pas h4.theme__none--with-hover {
  color: #4a4a4a;
}
.theme__pride--pastel span.t__none,
.theme__pride--pastel span.theme__none,
.t__pride--pas span.t__none,
.t__pride--pas span.theme__none {
  color: #4a4a4a;
}
.theme__pride--pastel i.t__none,
.theme__pride--pastel i.theme__none,
.t__pride--pas i.t__none,
.t__pride--pas i.theme__none {
  color: #4a4a4a;
}
.theme__pride--pastel a.border__none,
.theme__pride--pastel a.b__none,
.t__pride--pas a.border__none,
.t__pride--pas a.b__none {
  border: 0;
}
.theme__pride--pastel a:hover h1.t__none,
.theme__pride--pastel a:hover h1.theme__none,
.theme__pride--pastel a:hover h2.t__none,
.theme__pride--pastel a:hover h2.theme__none,
.theme__pride--pastel a:hover h3.t__none,
.theme__pride--pastel a:hover h3.theme__none,
.theme__pride--pastel a:hover h4.t__none,
.theme__pride--pastel a:hover h4.theme__none,
.t__pride--pas a:hover h1.t__none,
.t__pride--pas a:hover h1.theme__none,
.t__pride--pas a:hover h2.t__none,
.t__pride--pas a:hover h2.theme__none,
.t__pride--pas a:hover h3.t__none,
.t__pride--pas a:hover h3.theme__none,
.t__pride--pas a:hover h4.t__none,
.t__pride--pas a:hover h4.theme__none {
  color: #4a4a4a;
}
.theme__pride--pastel a:hover h1.t__none--w-hov,
.theme__pride--pastel a:hover h1.theme__none--with-hover,
.theme__pride--pastel a:hover h2.t__none--w-hov,
.theme__pride--pastel a:hover h2.theme__none--with-hover,
.theme__pride--pastel a:hover h3.t__none--w-hov,
.theme__pride--pastel a:hover h3.theme__none--with-hover,
.theme__pride--pastel a:hover h4.t__none--w-hov,
.theme__pride--pastel a:hover h4.theme__none--with-hover,
.t__pride--pas a:hover h1.t__none--w-hov,
.t__pride--pas a:hover h1.theme__none--with-hover,
.t__pride--pas a:hover h2.t__none--w-hov,
.t__pride--pas a:hover h2.theme__none--with-hover,
.t__pride--pas a:hover h3.t__none--w-hov,
.t__pride--pas a:hover h3.theme__none--with-hover,
.t__pride--pas a:hover h4.t__none--w-hov,
.t__pride--pas a:hover h4.theme__none--with-hover {
  color: rgb(255, 51, 153);
}

.theme__pride--background-primary,
.t__pride--bg-pri {
  background-color: #ff3399;
}

.theme__pride--background-secondary,
.t__pride--bg-sec {
  background-color: #ff3399;
}

.theme__pride--background-pastel,
.t__pride--bg-pas {
  background-color: rgb(255, 51, 153);
}