@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;700&display=swap);
html, body {
  overflow-x: auto;
  width: 100%;
}

body {
  color: rgb(110, 110, 110);
  font-size: 18px;
  background: #f2f2f2;
  line-height: 1.5;
  margin: 0;
  font-family: "Roboto+Condensed", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
@media (min-width: 500px) {
  body {
    font-size: 18px;
  }
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  line-height: 1.05;
  font-weight: normal;
  padding: 0;
  margin: 0 0 0.25em 0;
  color: get_font(black);
}

h1, .h1 {
  font-size: 30px;
  font-family: "Suez One", serif;
  color: get_Color(primary);
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
}
@media (min-width: 500px) {
  h1, .h1 {
    font-size: 35px;
  }
}

h2, .h2 {
  font-size: 25px;
  font-family: "Suez One", serif;
  font-weight: normal;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
}
@media (min-width: 500px) {
  h2, .h2 {
    font-size: 30px;
  }
}

h3, .h3 {
  font-size: 20px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
}
@media (min-width: 500px) {
  h3, .h3 {
    font-size: 25px;
  }
}

h4, .h4 {
  font-size: 18px;
  font-family: "Noto Sans", sans-serif;
}
@media (min-width: 500px) {
  h4, .h4 {
    font-size: 20px;
    font-weight: 600;
  }
}

h5, .h5 {
  font-size: 15px;
  font-family: "Noto Sans", sans-serif;
}
@media (min-width: 500px) {
  h5, .h5 {
    font-size: 18px;
    font-weight: 700;
  }
}

h6, .h6 {
  font-size: 15px;
  font-family: "Noto Sans", sans-serif;
}
@media (min-width: 500px) {
  h6, .h6 {
    font-size: 15px;
    font-weight: 500;
  }
}

input, textarea {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
}

p {
  font-family: "Roboto+Condensed", sans-serif;
}

a {
  color: rgb(51, 115, 154);
  text-decoration: none;
}
a:hover, a:active, a:focus {
  color: #ec008c;
  text-decoration: underline;
}

ul {
  font-size: 18px;
}

#primary-menu {
  text-align: center;
}
@media (min-width: 750px) {
  #primary-menu {
    margin-top: 0px;
  }
}

.g-menu--expanded ul#primary-menu li {
  border-bottom: 1px #543558 solid;
  padding: 10px 0;
}

ul#primary-menu li:last-child {
  border: none;
}

#primary-menu a {
  color: #ec008c;
  text-decoration: none;
}

#primary-menu a:hover {
  color: rgb(237, 180, 58);
}

.g-menu--expanded #primary-menu a {
  color: white;
}

text {
  fill: #35322a;
  font-family: "Playfair Display", "Georgia", serif;
  font-size: 35px;
  font-weight: 900;
}
@media (min-width: 1024px) {
  text {
    filter: url("#money");
    font-size: 7vw;
  }
}

._title-description {
  position: relative;
  font-weight: 600;
  font-size: 31px;
}
@media (min-width: 1024px) {
  ._title-description {
    top: -55px;
    font-size: 31px;
  }
}

svg {
  height: 40px;
}
@media (min-width: 1024px) {
  svg {
    height: auto;
  }
}

.g-animations__all-3s, .g-animations__children-all-3s * {
  transition: all ease-in-out 0.3s;
}

.g-animations__colour {
  transition: color ease-in-out 0.12s;
}

.g-animations__none {
  transition: none;
}

@keyframes animation--loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.g-fontIconBase, .g-menu__hamburger:before, .g-menu__hamburger:after, .g-forms__datePicker .rcCalPopup::before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.g-icon--spinner {
  display: inline-block;
  font-size: 38px;
  line-height: 1;
  animation: animation--loading 1.2s linear infinite;
}

.g-layout__container {
  width: 100%;
  margin: 0;
  text-align: left;
}
.g-layout__container *, .g-layout__container *:before, .g-layout__container *:after {
  box-sizing: border-box;
}
.g-layout__container img {
  max-width: 100%;
  border: none;
  height: auto;
  display: block;
}
.g-layout__container iframe {
  border: none;
}

.g-layout__content {
  padding: 30px 0;
}

.g-layout__maxWidth, .cu-module__content, .g-footer__content, .g-header__content, .g-layout__content-container, .g-layout__content {
  margin: 0 auto;
  max-width: 1600px;
}

.g-layout__padding {
  padding: 20px 20px;
}
@media (min-width: 750px) {
  .g-layout__padding {
    padding: 40px 60px;
  }
}
@media (min-width: 1366px) {
  .g-layout__padding {
    padding-left: 100px;
    padding-right: 100px;
  }
}

.g-layout__content-container {
  display: block;
  padding: 0 20px;
}
@media (min-width: 1366px) {
  .g-layout__content-container {
    padding: 0;
    margin: 0 auto;
  }
}

.g-logo {
  text-align: center;
  margin: 20px 0;
  position: relative;
  z-index: 10;
}

/**
*    
*   Columns
*   Note: must update CSSTColumns Enum /_components/Enums.vb    
*    
**/
.g-columns {
  padding-left: 15px;
  padding-right: 15px;
}

.g-columns__group, .g-forms {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
}
.g-columns__group::after, .g-forms::after {
  clear: both;
  content: "";
  display: table;
}

.g-columns__item, .g-columns__item--twelve, .g-columns__item--eleven, .g-columns__item--ten, .g-columns__item--nine, .g-columns__item--eight, .g-columns__item--seven, .g-columns__item--six, .g-columns__item--five, .g-columns__item--four, .g-columns__item--three, .g-columns__item--two, .g-columns__item--one {
  width: 100%;
  box-sizing: border-box;
  padding: 15px 0 15px 0;
}

@media (min-width: 750px) {
  .g-columns__item--one {
    width: 8.3333333333%;
  }
}

@media (min-width: 750px) {
  .g-columns__item--two {
    width: 16.6666666667%;
  }
}

@media (min-width: 750px) {
  .g-columns__item--three {
    width: 25%;
  }
}

@media (min-width: 750px) {
  .g-columns__item--four {
    width: 33.3333333333%;
  }
}

@media (min-width: 750px) {
  .g-columns__item--five {
    width: 41.6666666667%;
  }
}

@media (min-width: 750px) {
  .g-columns__item--six {
    width: 50%;
  }
}

@media (min-width: 750px) {
  .g-columns__item--seven {
    width: 58.3333333333%;
  }
}

@media (min-width: 750px) {
  .g-columns__item--eight {
    width: 66.6666666667%;
  }
}

@media (min-width: 750px) {
  .g-columns__item--nine {
    width: 75%;
  }
}

@media (min-width: 750px) {
  .g-columns__item--ten {
    width: 83.3333333333%;
  }
}

@media (min-width: 750px) {
  .g-columns__item--eleven {
    width: 91.6666666667%;
  }
}

@media (min-width: 750px) {
  .g-columns__item--twelve {
    width: 100%;
  }
}

main#primary {
  min-height: 550px;
}
@media (min-width: 750px) {
  main#primary {
    padding-right: 40px;
  }
}

*[class*=g-btn] {
  cursor: pointer;
  border: none;
  display: inline-block;
  padding: 10px 30px;
  position: relative;
  font-family: "Noto Sans", sans-serif;
  font-weight: 600;
  font-size: 18px;
  transition: all 0.15s ease;
  line-height: 1.1;
  border-radius: 15px;
  text-decoration: none;
  white-space: normal;
  -moz-appearance: none;
  -webkit-appearance: none;
}
*[class*=g-btn]:hover, *[class*=g-btn]:active, *[class*=g-btn]:focus {
  text-decoration: none;
}
*[class*=g-btn]:focus {
  box-shadow: 0px 0px 0px 2px rgb(51, 115, 154);
}
*[class*=g-btn]:disabled, *[class*=g-btn][disabled] {
  cursor: default;
}

.g-btn {
  color: rgb(255, 255, 255) !important;
  background: #ec008c;
  font-size: 18px;
}
.g-btn:hover, .g-btn:active, .g-btn:focus {
  background-color: rgb(51, 115, 154);
}
.g-btn:disabled:hover, .g-btn:disabled:active, .g-btn:disabled:focus, .g-btn[disabled]:hover, .g-btn[disabled]:active, .g-btn[disabled]:focus {
  background: #ec008c;
}

.g-btn--secondary {
  color: rgb(255, 255, 255) !important;
  background-color: rgb(110, 110, 110);
  font-size: 18px;
}
.g-btn--secondary:hover, .g-btn--secondary:active, .g-btn--secondary:focus {
  color: rgb(110, 110, 110) !important;
  background-color: rgb(255, 255, 255);
}
.g-btn--secondary:focus {
  box-shadow: 0px 0px 0px 2px #ec008c;
}
.g-btn--secondary:disabled:hover, .g-btn--secondary:disabled:active, .g-btn--secondary:disabled:focus, .g-btn--secondary[disabled]:hover, .g-btn--secondary[disabled]:active, .g-btn--secondary[disabled]:focus {
  background: rgb(110, 110, 110);
}

.g-btn--disabled {
  color: rgba(255, 255, 255, 0.9);
  cursor: default;
  text-align: center;
  background-color: rgb(220, 220, 220);
}

.g-header {
  color: #ec008c;
  background: transparent;
}

.g-header__content {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 20px 0 0 20px;
}

.g-header__leftCol {
  flex: 0 1 auto;
}

.g-header__logo {
  width: 125px;
}

.g-header__rightCol {
  flex: 0 1 auto;
  margin-left: auto;
}

.g-footer {
  background: transparent no-repeat;
  padding: 0 20px;
}
@media (min-width: 1200px) {
  .g-footer {
    padding: 0;
  }
}

.g-footer__content {
  padding: 20px 0;
  color: white;
  width: 100%;
  text-align: center;
}
@media (min-width: 750px) {
  .g-footer__content {
    text-align: left;
    color: rgb(110, 110, 110);
  }
}
.g-footer__content a {
  color: #ec008c;
}
.g-footer__content a:hover, .g-footer__content a:active, .g-footer__content a:focus {
  color: rgb(237, 180, 58);
  text-decoration: none;
}

.g-footer__logo {
  width: 200px;
  margin: 0 auto;
}
@media (min-width: 750px) {
  .g-footer__logo {
    flex: 0 1 auto;
  }
}

.g-footer__primaryMenu {
  padding: 20px 0 0 0;
}
@media (min-width: 750px) {
  .g-footer__primaryMenu {
    flex: 0 1 auto;
    margin-left: auto;
  }
}

.g-footer__primaryMenuLevel1 {
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  list-style-type: none;
}
@media (min-width: 750px) {
  .g-footer__primaryMenuLevel1 {
    padding: 0 0 20px 0;
  }
}

.g-footer__primaryMenuItem {
  display: inline;
  border-right: 1px solid #ec008c;
  margin-right: 20px;
  padding-right: 20px;
}
.g-footer__primaryMenuItem:last-of-type {
  border-right: none;
  padding-right: 0;
  margin-right: 0;
}

@media (min-width: 750px) {
  .g-footer__links {
    display: flex;
    flex-flow: row nowrap;
  }
}

.g-footer__secondaryMenuLevel1, .g-footer__social {
  margin: 0;
  padding: 0 0 20px 0;
  text-transform: uppercase;
  list-style-type: none;
}
@media (min-width: 750px) {
  .g-footer__secondaryMenuLevel1, .g-footer__social {
    flex: 1 1 auto;
    padding: 0 25px 0 0;
  }
}

@media (min-width: 750px) {
  .g-footer__social {
    flex: 1 1 auto;
    padding: 0 0 0 25px;
    text-align: right;
  }
}

.g-footer__secondaryMenuItem, .g-footer__socialItem {
  display: inline;
  border-right: 1px solid #ec008c;
  margin-right: 20px;
  padding-right: 20px;
}
.g-footer__secondaryMenuItem:last-of-type, .g-footer__socialItem:last-of-type {
  border-right: none;
  padding-right: 0;
  margin-right: 0;
}

.g-footer__fineprint {
  padding: 20px 0;
}
@media (min-width: 750px) {
  .g-footer__fineprint {
    display: flex;
    flex-flow: row nowrap;
  }
}

.g-footer__copyright {
  display: block;
}
@media (min-width: 750px) {
  .g-footer__copyright {
    padding: 0 25px 0 0;
    display: flex;
    justify-content: space-between;
    color: white;
  }
}

.g-footer__copyright h6 {
  font-size: 10px;
  padding-top: 15px;
}

nav.g-footer__nav, .menu-primary-menu-container {
  width: 100%;
  flex-basis: 60%;
  flex-grow: 1;
  text-align: right;
}

.footer_copyright {
  font-size: 10px;
}

footer ul {
  padding: 0;
}

footer ul li {
  list-style: none;
  display: block;
}
@media (min-width: 750px) {
  footer ul li {
    display: inline-block;
    padding: 0 20px;
    font-size: 16px;
  }
}

footer ul li a {
  color: white !important;
}

@media (min-width: 750px) {
  .g-footer__site-nav {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
  }
}

.g-fontIcon--facebook {
  width: 30px;
  height: 30px;
  background-image: url(../images/icon-facebook.svg);
  display: block;
}

.g-fontIcon--youtube {
  width: 30px;
  height: 30px;
  background-image: url(../images/icon-youtube.svg);
  display: block;
}

.g-fontIcon--instagram {
  width: 30px;
  height: 30px;
  background-image: url("../images/icon-instagram.svg");
  display: block;
}

.g-fontIcon--linkedin {
  width: 30px;
  height: 30px;
  background-image: url("../images/icon-linkedin.svg");
  display: block;
}

.g-fontIcon--twitter {
  width: 30px;
  height: 30px;
  background-image: url("../images/icon-twitter.svg");
  display: block;
}

.g-fontIcon--email {
  width: 30px;
  height: 30px;
  background-image: url("../images/icon-email.svg");
  display: block;
}

.g-fontIcon--rss {
  width: 30px;
  height: 30px;
  background-image: url("../images/icon-rss.svg");
  display: block;
}

.c-socialShare__item {
  display: inline-block;
}

.c-socialShare {
  display: inline-block;
}

.cu-layout__action--editing .cu-module.t-hideItem--mobile, .cu-layout__action--editing .cu-module.t-hideItem--desktop {
  display: block;
}

.cu-module {
  margin: 0 auto;
  max-width: 2560px;
}
.cu-module--full-width > .cu-module__content {
  max-width: none !important;
  padding-left: 0;
  padding-right: 0;
}
.cu-module--noPadding > .cu-module__content {
  padding: 0 !important;
}

.cu-module__content {
  background-repeat: no-repeat;
}

.cu-custodian__zone {
  width: 100%;
}

.g-forms__buttonRow {
  width: 100%;
  padding: 10px 0 10px 0;
  text-align: right;
}

/**
*    
*   Element labels
*    
**/
.g-forms__element {
  position: relative;
  padding-bottom: 20px;
}
.g-forms__element > .g-forms__error, .g-forms__element > .g-forms__required {
  top: 0;
  right: 15px;
  position: absolute;
}

.g-forms__label1 {
  width: 100%;
  font-size: 20px;
  margin-bottom: 5px;
}

.g-forms__label2 {
  width: 100%;
  font-size: 18px;
  margin-bottom: 5px;
}

.g-forms__required {
  color: rgb(169, 0, 0);
  display: inline-block;
  font-family: "Noto Sans", sans-serif;
  font-weight: 700;
}

/**
 *    
 *   Form inputs
 *    
 **/
.g-forms__select--custom, .g-forms__textbox, .g-forms__uploader .ruFileWrap, .g-forms__datePicker input[type=text], .g-forms__textarea, .g-forms__date-picker input[type=textbox], .g-forms__date-picker.RadPicker .riSingle .riTextBox[type=text] {
  width: 100%;
  color: #022134;
  border: 2px solid #33739A;
}

/**
*    
*   Textbox, textarea
*    
**/
.g-forms__textarea {
  height: 100px;
}

.g-forms__textbox, .g-forms__uploader .ruFileWrap, .g-forms__datePicker input[type=text], .g-forms__textbox--search {
  border: 2px solid #33739A;
  padding: 10px 15px;
  outline: none;
  font-size: 14px;
  background: rgb(245, 244, 244);
  min-height: 38px;
  background: rgb(245, 244, 244);
  line-height: 1.15;
  border-radius: 4px;
}
.g-forms__textbox::-webkit-input-placeholder, .g-forms__uploader .ruFileWrap::-webkit-input-placeholder, .g-forms__datePicker input[type=text]::-webkit-input-placeholder, .g-forms__textbox--search::-webkit-input-placeholder {
  color: #ec008c;
}
.g-forms__textbox:focus, .g-forms__uploader .ruFileWrap:focus, .g-forms__datePicker input[type=text]:focus, .g-forms__textbox--search:focus {
  box-shadow: 0px 0px 0px 1px #ec008c;
}
.g-forms__textbox:focus::-webkit-input-placeholder, .g-forms__uploader .ruFileWrap:focus::-webkit-input-placeholder, .g-forms__datePicker input[type=text]:focus::-webkit-input-placeholder, .g-forms__textbox--search:focus::-webkit-input-placeholder {
  color: rgb(186, 186, 186);
}

/**
*    
*   Select list
*   Needs dropdown.js included to make this all work.
*    
**/
.g-forms__select {
  height: 38px;
  z-index: 0;
  position: relative;
  background: rgb(245, 244, 244);
  overflow-y: hidden;
  width: 70%;
}
.g-forms__select:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #33739A;
  border-radius: 4px;
  content: attr(data-content);
  z-index: -1;
  padding: 10px 15px;
  position: absolute;
  font-size: 14px;
  box-sizing: border-box;
  line-height: 1.15;
}
.g-forms__select:after {
  top: 0;
  right: 0;
  width: 45px;
  height: 100%;
  z-index: -1;
  color: #33739A;
  content: "▼";
  position: absolute;
  text-align: center;
  line-height: 38px;
}

.g-forms__selectList {
  width: 100%;
  height: 100%;
  border: none;
  cursor: pointer;
  opacity: 0;
  padding: 0 10px;
  -webkit-appearance: none;
}

/**
*
*   Radio button/list and Checkbox button/list.
*
**/
/* ******************************************************************************** */
/* The container */
.g-forms__checkbox__container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Hide the browser's default checkbox */
}
.g-forms__checkbox__container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.g-forms__checkbox__container input:checked ~ .g-forms__checkbox__checkmark {
  background-color: #33739A;
}
.g-forms__checkbox__container input:checked ~ .g-forms__checkbox__checkmark:after {
  display: block;
}

/* Create a custom checkbox */
.g-forms__checkbox__checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  border: 2px solid #33739A;
  border-radius: 4px;
  /* Create the checkmark/indicator (hidden when not checked) */
}
.g-forms__checkbox__checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Style the checkmark/indicator */
.g-forms__checkbox__container .g-forms__checkbox__checkmark:after {
  left: 7px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* ******************************************************************************** */
.g-forms__radioList, .g-forms__checkboxList {
  margin: 0;
  padding: 0;
  list-style: none;
}
.g-forms__radioList li, .g-forms__checkboxList li {
  padding: 0 0 10px 0;
}

.g-forms__radio, .g-forms__checkbox, .g-forms__radioList li, .g-forms__checkboxList li {
  position: relative;
}
.g-forms__radio input, .g-forms__checkbox input, .g-forms__radioList li input, .g-forms__checkboxList li input {
  display: none;
}
.g-forms__radio input:checked + label:after, .g-forms__checkbox input:checked + label:after, .g-forms__radioList li input:checked + label:after, .g-forms__checkboxList li input:checked + label:after {
  opacity: 1;
}
.g-forms__radio label, .g-forms__checkbox label, .g-forms__radioList li label, .g-forms__checkboxList li label {
  display: inline-flex;
  padding: 10px 0 0 35px;
  align-items: center;
}
.g-forms__radio label:before, .g-forms__checkbox label:before, .g-forms__radioList li label:before, .g-forms__checkboxList li label:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 29px;
  height: 29px;
  border: 2px solid #33739A;
  box-sizing: border-box;
  background-color: rgb(255, 255, 255);
  border-radius: 20px;
}
.g-forms__radio label:after, .g-forms__checkbox label:after, .g-forms__radioList li label:after, .g-forms__checkboxList li label:after {
  top: 5px;
  left: 0px;
  width: 10px;
  height: 10px;
  margin: 3px 0 0 3px;
  content: "";
  opacity: 0;
  z-index: 200;
  line-height: 1;
  position: absolute;
  box-sizing: border-box;
  background: #ec008c;
  border-radius: 15px;
}

.g-forms__checkbox label:before, .g-forms__checkboxList li label:before {
  border-radius: 0;
}
.g-forms__checkbox label:after, .g-forms__checkboxList li label:after {
  top: -4px;
  left: 1px;
  width: unset;
  height: unset;
  content: "✓";
  background: none;
}

/**
*
*   Multi Select list.
*
**/
.g-forms__multiSelect {
  height: 38px;
  position: relative;
  border: 2px solid #33739A;
}
.g-forms__multiSelect--selected .g-forms__multiSelect-list {
  display: block;
}

.g-forms__multiSelect-hidden {
  display: none;
}

.g-forms__multiSelect-toggle {
  position: relative;
  width: 100%;
  height: 100%;
  border: 2px solid #33739A;
  cursor: pointer;
  padding: 10px 10px 10px 15px;
  background: rgb(245, 244, 244);
  border-radius: 4px;
}
.g-forms__multiSelect-toggle:before {
  top: -1px;
  right: -1px;
  bottom: -1px;
  width: 45px;
  color: rgb(255, 255, 255);
  content: "▼";
  position: absolute;
  text-align: center;
  line-height: 45px;
  background-color: #ec008c;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.g-forms__multiSelect-list {
  display: none;
  position: absolute;
  left: -1px;
  right: -1px;
  min-width: 100%;
  max-height: 200px;
  overflow: auto;
  background: rgb(255, 255, 255);
  border: solid 1px rgb(186, 186, 186);
  z-index: 50;
}

.g-forms__multiSelect-item {
  width: 100%;
  cursor: pointer;
  padding: 5px 10px;
}
.g-forms__multiSelect-item--selected {
  background: rgb(237, 180, 58);
}
.g-forms__multiSelect-item:hover {
  background: rgb(186, 186, 186);
}

/**
*
*   Date Picker
*
**/
.g-forms__datePicker {
  border: 2px solid #33739A;
  border-radius: 4px;
}
.g-forms__datePicker .RadPicker {
  border-radius: 4px;
}
.g-forms__datePicker input[type=text] {
  border: none !important;
  outline: none;
  border-radius: 4px;
}
.g-forms__datePicker .g-forms__date {
  width: 100% !important;
}
.g-forms__datePicker .RadInput {
  width: 100% !important;
}
.g-forms__datePicker .rcSelect {
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.g-forms__datePicker .rcCalPopup::before {
  top: 50%;
  left: 50%;
  content: "\e908" !important;
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
}

/**
*
*   File Uploader
*
**/
.g-forms__uploader .RadAsyncUpload {
  width: 100% !important;
}
.g-forms__uploader .ruInputs li {
  border: 2px solid #33739A;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}
.g-forms__uploader .ruFileWrap {
  width: 100% !important;
  border: none !important;
  padding: 10px 15px !important;
}
.g-forms__uploader .ruFakeInput {
  border: none !important;
  font-size: 14px !important;
  line-height: 1.15 !important;
}
.g-forms__uploader .ruButton {
  top: 0;
  right: 0;
  width: 80px !important;
  bottom: 0;
  height: auto !important;
  padding: 10px !important;
  position: absolute !important;
  font-size: 14px !important;
  text-align: center !important;
  border-left: 2px solid #33739A !important;
  background-image: linear-gradient(#faf9f9 0, #e8e8e8 100%) !important;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.g-forms__uploader .ruRemove {
  color: rgb(255, 255, 255) !important;
  border: none !important;
  background-color: rgb(169, 0, 0) !important;
}

input.g-forms__uploader::-webkit-file-upload-button {
  background: #00203a;
  color: white !important;
  font-size: 18px;
  padding: 10px 50px;
  cursor: pointer;
  border: none;
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 18px;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
  line-height: 1.1;
  border-radius: 5px;
  text-transform: uppercase;
  text-decoration: none;
  white-space: normal;
  -moz-appearance: none;
  -webkit-appearance: none;
}

input.g-forms__uploader::-webkit-file-upload-button:hover {
  background-color: #33739a;
}

._post-loop #respond {
  display: none;
}

._post-loop div#comments {
  margin: 0;
  padding: 20px 0 0 0;
}

._post-loop h2.comments-title {
  font-size: 30px;
}

._post-links {
  position: relative;
  top: -10px;
  font-weight: 600;
  font-size: 14px;
  padding-right: 40px;
  text-align: right;
}

._post-loop div#comments {
  border-top: 0;
}

._post-loop {
  padding-bottom: 20px;
  position: relative;
  margin-top: 20px;
}

._post-links:before {
  content: "";
  width: 17px;
  height: 17px;
  background-image: url("../images/posts.svg");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  right: 4px;
  top: 7px;
}

._post-loop h2 {
  position: relative;
  padding-left: 40px;
}

._post-loop h2:before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../images/comment.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 4px;
  top: 4px;
}

div#categories {
  position: relative;
}

.g-menu form.search-form {
  text-align: center;
  margin-top: -40px;
  margin-bottom: 30px;
}

.g-menu input.search-submit {
  font-size: 20px;
  display: inline-block;
  background: rgb(237, 180, 58);
  padding: 5px 25px;
  border-radius: 5px;
  color: white;
  border: 0;
}

#commentform {
  display: none;
  padding-left: 20px;
}

h3#reply-title {
  padding-left: 20px;
  position: relative;
  width: 200px;
  cursor: pointer;
}

h3#reply-title:after {
  content: "";
  position: absolute;
  border: solid #2c0032;
  border-width: 0 4px 4px 0;
  display: inline-block;
  padding: 5px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  top: 5px;
  right: 15px;
}

h3#reply-title.commentactive:after {
  transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  top: 10px;
}

.g-loader__background {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
}

.g-loader {
  position: relative;
  top: 50%;
  left: 50%;
  width: 115px;
  height: 115px;
  transform: translate(-50%, -50%);
  background: rgb(255, 255, 255);
  border-radius: 10px;
}

.g-loader__spinner {
  width: 75px;
  height: 75px;
  padding: 20px;
  animation: animation--loading 1.2s linear infinite;
}

.g-menu {
  position: relative;
}
.g-menu ul {
  margin: 0;
  padding: 0 0 20px 0;
  list-style: none;
}
@media (min-width: 1024px) {
  .g-menu {
    display: flex;
    flex-wrap: nowrap;
  }
}

.g-menu__menuSlide {
  pointer-events: none;
  opacity: 0;
  position: absolute;
  width: 100%;
  padding: 60px 0 40px 0;
  transition: opacity ease-in-out 350ms;
  z-index: 900;
  background-color: white;
  left: 0;
}
@media (min-width: 1024px) {
  .g-menu__menuSlide {
    padding: 60px 0 40px 0;
    pointer-events: all;
    opacity: 1;
    width: 60%;
    left: auto;
    right: 0;
    background-color: transparent;
  }
}
@media (min-width: 1024px) {
  .g-menu__menuSlide {
    padding: 0;
    text-align: right;
    width: auto;
  }
}

.g-menu__level1 {
  width: 100%;
  padding: 40px 20px !important;
  background: none;
}
.g-menu__level1 > .g-menu__item {
  position: relative;
  display: inherit;
  margin: 0 0 20px 0;
}
@media (min-width: 1024px) {
  .g-menu__level1 > .g-menu__item {
    margin: 0 20px 20px 0;
  }
}
.g-menu__level1 > .g-menu__item.menu-item-has-children:hover > [class*=g-menu__level] {
  display: block !important;
}
.g-menu__level1 > .g-menu__item > .g-menu__link {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-family: "Noto Sans", sans-serif;
  font-weight: 500;
  font-size: 21px;
  padding: 0px 15px;
  color: rgb(186, 186, 186);
  transition: all 150ms ease-in-out;
  border: 2px solid transparent;
  border-radius: 35px;
}
.g-menu__level1 > .g-menu__item > .g-menu__link:hover {
  color: rgb(186, 186, 186);
  background: none;
  text-decoration: none;
}
@media (min-width: 1024px) {
  .g-menu__level1 {
    position: relative;
    display: flex !important;
  }
  .g-menu__level1 > .g-menu__item > .g-menu__expand {
    display: none;
  }
}

.g-menu__level2 {
  left: 0;
  top: 100%;
  background: rgb(186, 186, 186);
  padding: 10px !important;
}
.g-menu__level2 .g-menu__item {
  position: relative;
  flex-basis: 100%;
}
.g-menu__level2 .g-menu__item .g-menu__link {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  text-align: center;
  color: rgb(186, 186, 186);
  transition: all 150ms ease-in-out;
  border-radius: 35px;
  box-sizing: border-box;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
}
.g-menu__level2 .g-menu__item .g-menu__link:hover {
  color: rgb(237, 180, 58);
  font-family: "Noto Sans", sans-serif;
  font-weight: 500;
  background: rgba(186, 186, 186, 0.2);
  text-decoration: none;
}
@media (min-width: 1024px) {
  .g-menu__level2 .g-menu__item .g-menu__link {
    text-align: left;
    padding: 10px 20px;
  }
}
@media (min-width: 1024px) {
  .g-menu__level2 {
    display: none !important;
    position: absolute;
    width: 220px;
  }
}

.g-menu__level3 {
  display: none;
  left: 100%;
  top: 0;
  width: 100%;
  background: rgb(237, 180, 58);
}
.g-menu__level3 .g-menu__item .g-menu__link {
  color: rgb(0, 0, 0);
  transition: all 150ms ease-in-out;
}
.g-menu__level3 .g-menu__item .g-menu__link:hover {
  color: rgb(255, 255, 255);
  background: rgb(237, 180, 58);
}
@media (min-width: 1024px) {
  .g-menu__level3 {
    position: absolute;
    width: 210px;
  }
}

.g-menu__item--expanded > [class*=g-menu__level] {
  display: block;
}

.g-menu__item .submenu-button {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  padding: 14px;
  z-index: 99;
  cursor: pointer;
}
.g-menu__item .submenu-button:after, .g-menu__item .submenu-button:before {
  content: "";
  position: absolute;
  background: #ec008c;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.g-menu__item .submenu-button:after {
  width: 8px;
  height: 2px;
}
.g-menu__item .submenu-button:before {
  width: 2px;
  height: 8px;
}
.g-menu__item .submenu-button.submenu-opened:after {
  background: #ec008c;
}
.g-menu__item .submenu-button.submenu-opened:before {
  display: none;
}

.g-menu__hamburger {
  position: absolute;
  right: 20px;
  cursor: pointer;
  color: rgb(186, 186, 186);
  background: none;
  z-index: 999;
  border: none;
  top: 20px;
}
.g-menu__hamburger:after {
  content: "";
  width: 20px;
  height: 18px;
  border-top: 2px black solid;
  border-bottom: 2px black solid;
  display: block;
}
.g-menu__hamburger:before {
  content: "";
  width: 20px;
  height: 1px;
  border-top: 2px black solid;
  display: block;
  top: 9px;
  position: absolute;
}
@media (min-width: 1024px) {
  .g-menu__hamburger {
    display: none;
  }
}

.g-menu__button--primary a {
  text-transform: none;
  color: rgb(255, 255, 255) !important;
  background: #ec008c;
}
.g-menu__button--primary a:hover {
  background: #86004f;
}
.g-menu__button--primary:before {
  display: none;
}

.g-menu--expanded {
  opacity: 1;
  pointer-events: all;
  background: #ec008c;
}

._mobile-logo {
  display: block;
  text-align: center;
}
@media (min-width: 1024px) {
  ._mobile-logo {
    display: none;
  }
}

._mobile-logo img {
  opacity: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 200px;
  position: relative;
  top: -20px;
}
@media (min-width: 1024px) {
  ._mobile-logo img {
    display: none;
  }
}

.g-menu--expanded ._mobile-logo img {
  opacity: 1;
}

select#cat {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 20px;
  padding: 10px;
  width: 100%;
  margin: 20px 0 20px 0;
}

#archiveMonth, #archiveYear {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 20px;
  padding: 10px;
  width: 100%;
  margin: 10px 0 20px 0;
}

form.wp-block-search__button-outside.wp-block-search__text-button.wp-block-search {
  margin: 20px 0;
}

ul.wp-block-latest-posts__list.wp-block-latest-posts li {
  margin: 20px 0 0 0;
  border-bottom: 2px #efefef solid;
}

header.entry-header {
  margin: 0 0 40px 0;
  background-color: #ec008c;
  background-repeat: repeat;
  padding: 20px 20px;
  border-top: 6px #a09da0 solid;
}

.single-post header.entry-header {
  margin: 0 0 65px 0;
}

span.cat-links a {
  margin: 0 20px;
}

#misha_loadmore {
  text-align: center;
  margin: 40px auto;
  width: 200px;
  height: 45px;
}

.fixed-sidebar {
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky;
  top: 10px;
  bottom: auto;
}

.entry-content {
  padding: 0;
  position: relative;
}
@media (min-width: 1024px) {
  .entry-content {
    padding: 0 40px;
  }
}

.hide-mobile {
  display: block;
}
@media (min-width: 1024px) {
  .hide-mobile {
    display: none;
  }
}

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

input.search-field {
  font-size: 20px;
  margin-top: 20px;
}

input.search-submit {
  font-size: 20px;
}

button.wp-block-search__button:active {
  background: #33739a;
  color: white;
}

ul#primary-menu li {
  font-size: 18px;
  padding: 10px 0;
}
@media (min-width: 1024px) {
  ul#primary-menu li {
    padding: 10px;
  }
}

.menu-footer-container ul#primary-menu li {
  font-size: 18px;
  padding: 0;
}
@media (min-width: 1024px) {
  .menu-footer-container ul#primary-menu li {
    padding: 10px;
  }
}

._search-form {
  position: relative;
  padding-bottom: 10px;
}

button.clear-filter {
  position: relative;
  bottom: 0;
  padding: 10px 20px;
  font-family: "Oswald";
  font-size: 18px;
  color: white;
  background: #ec008c;
  border: none;
  margin: 0 0 50px 0;
  cursor: pointer;
}
@media (min-width: 1024px) {
  button.clear-filter {
    position: absolute;
    margin: 0;
    left: 100px;
  }
}

button.submit-search {
  position: relative;
  bottom: 0;
  padding: 10px 20px;
  font-family: "Oswald";
  font-size: 18px;
  color: white;
  background: #ec008c;
  border: none;
  cursor: pointer;
}

button.g-menu__hamburger.js-menuOpen.menuactive:before {
  content: "";
  width: 20px;
  height: 1px;
  border-top: 2px #ffffff solid;
  display: block;
  top: 9px;
  position: absolute;
}

button.g-menu__hamburger.js-menuOpen.menuactive:after {
  content: "";
  width: 20px;
  height: 18px;
  border-top: 2px white solid;
  border-bottom: 2px white solid;
  display: block;
}

._register a {
  display: inline-block;
  background: rgb(237, 180, 58);
  padding: 5px 25px;
  border-radius: 5px;
  color: white;
}

input#wp-block-search__input-1 {
  width: 100%;
}

.c-steps {
  position: absolute;
  display: flex;
  top: -34px;
  right: 10px;
  justify-content: space-between;
  align-items: center;
  width: 55%;
}
.c-steps::after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: rgb(186, 186, 186);
  height: 2px;
  width: 100%;
  z-index: 1;
}

.c-steps__item {
  color: rgb(255, 255, 255);
  width: 30px;
  height: 30px;
  border-radius: 50px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 700;
  font-size: 18px;
  border: none;
  background: #3bb6d2;
  z-index: 2;
  padding: 0px;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.c-steps__item:nth-child(2) {
  background: #edb63a;
}
.c-steps__item:nth-child(3) {
  background: #de93a0;
}
.c-steps__item:nth-child(4) {
  background: #b9a1ca;
}
.c-steps__item:nth-child(5) {
  background: rgb(186, 186, 186);
}
.c-steps__item--active {
  width: 40px;
  height: 40px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
}
.c-steps__item--disabled {
  background: rgb(220, 220, 220) !important;
}

.c-quiz {
  margin-top: 40px;
}

.c-quiz__question {
  position: relative;
  background: #ec008c;
  color: rgb(255, 255, 255);
  padding: 20px 20px 20px 70px;
  border-radius: 8px;
  font-size: 22px;
  line-height: 1.2em;
  font-family: "Noto Sans", sans-serif;
  font-weight: 600;
}
.c-quiz__question span {
  white-space: nowrap;
}

.c-quiz__questionNum {
  position: absolute;
  top: 15px;
  left: 20px;
  font-size: 36px;
}

.c-quiz__wrapper {
  display: none;
}

.c-quiz__active {
  display: block;
}

.c-quiz__question--sub {
  padding: 30px 0 10px 25px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 700;
}

.c-quiz__start {
  text-align: center;
}
.c-quiz__start span {
  white-space: nowrap;
}

.c-options {
  margin-top: 20px;
}

.c-options__item {
  position: relative;
  width: 100%;
  padding-left: 22px;
  margin-bottom: 14px;
}

.c-options__content {
  position: relative;
  display: block;
  width: 100%;
  min-height: 70px;
  padding: 18px 10px 18px 34px;
  border: 2px solid rgb(110, 110, 110);
  border-radius: 10px;
  background: rgb(255, 255, 255);
}

.c-options__contentText {
  display: inline-block;
  line-height: 1.2em;
  font-family: "Noto Sans", sans-serif;
  font-weight: 500;
  width: 80%;
}
.c-options__contentText > span {
  white-space: nowrap;
}

.c-options__contentImage {
  position: absolute;
  width: 65px;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.c-options__radio {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1px;
  width: 44px;
  height: 44px;
  border-radius: 50px;
  border: 8px solid rgb(110, 110, 110);
  background: rgb(255, 255, 255);
  z-index: 2;
}
.c-options__radio::before {
  opacity: 0;
  position: absolute;
  content: "";
  font-size: 1px;
  top: 3px;
  left: 3px;
  width: 22px;
  height: 22px;
  border-radius: 50px;
  background: #ec008c;
  z-index: 1;
}

input.c-options__radioHid {
  display: none;
}
input.c-options__radioHid:checked + label .c-options__radio::before {
  opacity: 1;
}

.c-buttons {
  display: flex;
  z-index: 100;
  margin: 40px 0;
}

.c-buttons__col {
  flex: 1 1 50%;
}
.c-buttons__col:last-of-type {
  text-align: right;
}

.c-buttons__final {
  display: flex;
  flex-direction: row-reverse;
  align-content: flex-end;
  flex-wrap: wrap;
}
.c-buttons__final .g-btn {
  display: none;
}
.c-buttons__final .g-btn.js-btn-final-show {
  display: block;
}

.c-results.tw {
  word-break: keep-all;
  line-break: strict;
}

.c-results__list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}

.c-results__item {
  display: none;
  flex: 0 0 100%;
  padding: 0 20px 50px;
  text-align: center;
}
@media (min-width: 750px) {
  .c-results__item {
    flex: 0 0 46%;
  }
}

.c-results__item--active {
  display: block;
}

.c-results__product {
  margin-top: 20px;
  padding: 20px;
  border-radius: 25px;
  background: rgb(255, 255, 255);
  position: relative;
}
.c-results__product .c-results__icon {
  position: absolute;
  top: 10px;
  left: 10px;
}
.c-results__product .c-results__icon img {
  max-height: 60px;
  max-width: 100%;
}
.c-results__product .c-results__icon img.tw {
  max-height: 30px;
}
.c-results__product.tw {
  padding-top: 50px;
}

.th .c-results__product, .hk .c-results__product, .vn .c-results__product {
  padding-top: 70px;
}

.c-results__step {
  border: 1px solid rgb(186, 186, 186);
  border-radius: 20px;
  padding: 10px;
  text-align: center;
  font-family: "Noto Sans", sans-serif;
  font-weight: 700;
}

.c-results__image {
  margin: 20px 0;
}
.c-results__image img {
  margin: 0 auto;
}

.c-results__name {
  font-family: "Noto Sans", sans-serif;
  font-weight: 700;
}
.c-results__name span {
  white-space: nowrap;
}

.c-results__details span {
  white-space: nowrap;
}

.c-results__links a {
  display: inline-block;
  margin: 10px 8px;
}

.tw .c-results__links a {
  word-break: keep-all;
  line-break: strict;
}

.g-header__primaryMenuLevel2 {
  z-index: 60 !important;
}

.cu-module__header {
  z-index: 59 !important;
}

.g-header__menus {
  z-index: 58 !important;
}

.g-header {
  z-index: 57 !important;
}

.g-layout__content {
  z-index: 56 !important;
}

.g-footer {
  z-index: 55 !important;
}

.t-hideItem {
  display: none !important;
}

@media (min-width: 750px) {
  .t-hideItem--desktop {
    display: none !important;
  }
}

@media (max-width: 749px) {
  .t-hideItem--mobile {
    display: none !important;
  }
}

.t-text__uppercase {
  text-transform: uppercase;
}

.t-text__lowercase {
  text-transform: lowercase;
}

.t-font__light {
  font-family: "Noto Sans", sans-serif;
  font-weight: 200;
}

.t-font__regular {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
}

.t-font__medium {
  font-family: "Noto Sans", sans-serif;
  font-weight: 500;
}

.t-font__semibold {
  font-family: "Noto Sans", sans-serif;
  font-weight: 600;
}

.t-font__bold {
  font-family: "Noto Sans", sans-serif;
  font-weight: 700;
}

.t-font__black {
  font-family: "Noto Sans", sans-serif;
  font-weight: 800;
}

/**
   *    
   *   Themes
   *   Note: must clear server cache to view updated themes in selector
   *   (BackgroundColour, FontColour, HeadingColour, AnchorColour)
   *    
   **/
.t-colour__theme--1 {
  background-color: #ec008c;
  color: rgb(255, 255, 255);
}
.t-colour__theme--1 h1, .t-colour__theme--1 h2, .t-colour__theme--1 h3, .t-colour__theme--1 h4, .t-colour__theme--1 h5, .t-colour__theme--1 h6 {
  color: rgb(255, 255, 255);
}

.t-colour__theme--2 {
  background-color: rgb(51, 115, 154);
  color: rgb(255, 255, 255);
}
.t-colour__theme--2 h1, .t-colour__theme--2 h2, .t-colour__theme--2 h3, .t-colour__theme--2 h4, .t-colour__theme--2 h5, .t-colour__theme--2 h6 {
  color: rgb(255, 255, 255);
}

.t-colour__theme--3 {
  background-color: rgb(153, 215, 253);
  color: rgb(255, 255, 255);
}
.t-colour__theme--3 h1, .t-colour__theme--3 h2, .t-colour__theme--3 h3, .t-colour__theme--3 h4, .t-colour__theme--3 h5, .t-colour__theme--3 h6 {
  color: rgb(255, 255, 255);
}

.t-colour__theme--4 {
  background-color: rgb(240, 247, 253);
  color: rgb(255, 255, 255);
}
.t-colour__theme--4 h1, .t-colour__theme--4 h2, .t-colour__theme--4 h3, .t-colour__theme--4 h4, .t-colour__theme--4 h5, .t-colour__theme--4 h6 {
  color: rgb(255, 255, 255);
}

.t-colour__theme--5 {
  background-color: rgb(237, 180, 58);
  color: rgb(255, 255, 255);
}
.t-colour__theme--5 h1, .t-colour__theme--5 h2, .t-colour__theme--5 h3, .t-colour__theme--5 h4, .t-colour__theme--5 h5, .t-colour__theme--5 h6 {
  color: rgb(255, 255, 255);
}

.t-colour__theme--6 {
  background-color: rgb(186, 186, 186);
  color: rgb(255, 255, 255);
}
.t-colour__theme--6 h1, .t-colour__theme--6 h2, .t-colour__theme--6 h3, .t-colour__theme--6 h4, .t-colour__theme--6 h5, .t-colour__theme--6 h6 {
  color: rgb(255, 255, 255);
}

.t-colour__theme--7 {
  background-color: rgb(245, 244, 244);
  color: rgb(110, 110, 110);
}
.t-colour__theme--7 h1, .t-colour__theme--7 h2, .t-colour__theme--7 h3, .t-colour__theme--7 h4, .t-colour__theme--7 h5, .t-colour__theme--7 h6 {
  color: rgb(110, 110, 110);
}

.t-colour__theme--default {
  color: rgb(110, 110, 110);
  background: #f2f2f2;
}
.t-colour__theme--default h1, .t-colour__theme--default h2, .t-colour__theme--default h3, .t-colour__theme--default h4, .t-colour__theme--default h5, .t-colour__theme--default h6 {
  color: rgb(110, 110, 110);
}
.t-colour__theme--default a {
  color: rgb(110, 110, 110);
}

.t-colour__text--primary {
  color: #ec008c;
}

.t-colour__background--primary {
  background: #ec008c;
}

.t-colour__text--primary_medium {
  color: rgb(51, 115, 154);
}

.t-colour__background--primary_medium {
  background: rgb(51, 115, 154);
}

.t-colour__text--primary_light {
  color: rgb(153, 215, 253);
}

.t-colour__background--primary_light {
  background: rgb(153, 215, 253);
}

.t-colour__text--primary_light_alt {
  color: rgb(240, 247, 253);
}

.t-colour__background--primary_light_alt {
  background: rgb(240, 247, 253);
}

.t-colour__text--secondary {
  color: rgb(237, 180, 58);
}

.t-colour__background--secondary {
  background: rgb(237, 180, 58);
}

.t-colour__text--colour1 {
  color: #3bb6d2;
}

.t-colour__background--colour1 {
  background: #3bb6d2;
}

.t-colour__text--colour2 {
  color: #edb63a;
}

.t-colour__background--colour2 {
  background: #edb63a;
}

.t-colour__text--colour3 {
  color: #de93a0;
}

.t-colour__background--colour3 {
  background: #de93a0;
}

.t-colour__text--colour4 {
  color: #b9a1ca;
}

.t-colour__background--colour4 {
  background: #b9a1ca;
}

.t-colour__text--grey {
  color: rgb(186, 186, 186);
}

.t-colour__background--grey {
  background: rgb(186, 186, 186);
}

.t-colour__text--grey_light {
  color: rgb(245, 244, 244);
}

.t-colour__background--grey_light {
  background: rgb(245, 244, 244);
}

.t-colour__text--grey_dark {
  color: rgb(110, 110, 110);
}

.t-colour__background--grey_dark {
  background: rgb(110, 110, 110);
}

.t-colour__text--grey_disabled {
  color: rgb(220, 220, 220);
}

.t-colour__background--grey_disabled {
  background: rgb(220, 220, 220);
}

.t-colour__text--black {
  color: rgb(0, 0, 0);
}

.t-colour__background--black {
  background: rgb(0, 0, 0);
}

.t-colour__text--white {
  color: rgb(255, 255, 255);
}

.t-colour__background--white {
  background: rgb(255, 255, 255);
}

.t-colour__text--success {
  color: rgb(111, 191, 74);
}

.t-colour__background--success {
  background: rgb(111, 191, 74);
}

.t-colour__text--warning {
  color: rgb(207, 136, 0);
}

.t-colour__background--warning {
  background: rgb(207, 136, 0);
}

.t-colour__text--alert {
  color: rgb(169, 0, 0);
}

.t-colour__background--alert {
  background: rgb(169, 0, 0);
}/*# sourceMappingURL=main.css.map */