/* blue */
/*  blue */
/* red */
/* dark blue/black */
/* alt blue */
/* black */
/* url(images/bg.jpg) no-repeat center center fixed; */
*, :after, :before {
  box-sizing: border-box;
  margin: 0;
}

.button {
  cursor: pointer;
}

.fake-check {
  background-image: url(../images/check.svg);
  display: none;
}


.button {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0 16px;
  height: 40px;
  height: var(--button_height--small, 40px);
  font-family: Montserrat;
  font-family: var(--secondary_heading_font, "Montserrat");
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  border-radius: 0;
  border-radius: var(--button_radius, 0);
  text-decoration: none;
  white-space: nowrap;
  background: 0 0;
  border: 0;
  outline: 0;
  transition-property: color,background-color,box-shadow;
  transition-duration: .2s;
  transition-timing-function: ease-out;
}

@media screen and (min-width: 1024px) {
  .button {
    padding: 0 16px;
    height: 48px;
    height: var(--button_height--large, 48px);
    letter-spacing: .05em;
    font-size: 16px;
  }

  .button--small {
    padding: 0 16px;
    height: 40px;
    font-size: 14px;
  }
}
.button__icon {
  position: relative;
  top: 1px;
  height: 1em !important;
  width: 1em !important;
}

.button__icon--left {
  margin-right: .5em;
}

.button--label-light {
  padding: 0;
  color: #0333a0;
  text-decoration: none;
  background-color: transparent;
  border: 0;
}

.button--label-light:hover {
  color: #011b6c;
}

.button--inline {
  padding-left: 0;
}

.reveal--visible {
  opacity: 1;
  transition: .2s ease-out;
}

.reveal--visible.global-nav__inner {
  transition: 0s ease-out .1s;
}

.reveal--visible.global-nav__inner--transparent-dark {
  transition: 0s ease-out .1s;
  opacity: 1;
}

.global-nav[data-v-000b9540] {
  height: 44px;
  display: block;
}

@media screen and (min-width: 760px) {
  .global-nav[data-v-000b9540] {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .global-nav[data-v-000b9540] {
    display: 44px;
  }
}
.global-nav__inner[data-v-000b9540] {
  width: 100%;
  height: 44px;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  background: #fff;
  z-index: 14;
}

.global-nav__inner--reveal[data-v-000b9540] {
  width: 100%;
  position: fixed;
  top: 0;
}

.global-nav__link-wrapper[data-v-000b9540] {
  margin-right: auto;
  display: flex;
}

.global-nav__link[data-v-000b9540] {
  position: relative;
  height: 44px;
  padding: 18px 8px 16px;
  border-radius: 0;
  color: #0333a0;
  font-size: heaverV3Setting(global_nav-font_size);
  font-family: Montserrat;
  font-family: var(--secondary_heading_font, "Montserrat");
  font-weight: 700;
  text-transform: uppercase;
}

.global-nav__link[data-v-000b9540]:before {
  content: "";
  position: absolute;
  top: auto;
  bottom: auto;
  left: 0;
  height: 20px;
  width: 1px;
  background: #e8e8e8;
}

.global-nav__link[data-v-000b9540]:hover {
  text-decoration: none;
  background-color: #ebf1fe;
  color: #0333a0;
}

.global-nav__link[data-v-000b9540]:first-child {
  background-color: #e2241b;
  color: #fff;
}

.global-nav__link[data-v-000b9540]:first-child:hover {
  text-decoration: none;
  background-color: #ebf1fe;
  color: #0333a0;
}

.global-nav__link[data-v-000b9540]:first-child:before, .global-nav__link[data-v-000b9540]:nth-child(2):before {
  display: none;
}

@media screen and (min-width: 760px) {
  .global-nav__link[data-v-000b9540] {
    padding: 0 30px;
    font-size: 13px;
  }
}
.global-nav__link[data-v-000b9540] svg {
  display: none;
}

@media screen and (min-width: 1024px) {
  .global-nav__link[data-v-000b9540] svg {
    display: block;
  }
}
.global-nav__profile-button[data-v-000b9540] {
  height: 100%;
}

.global-nav__profile-button[data-v-000b9540] svg {
  width: 16px !important;
  height: 16px !important;
}

svg[data-v-51af7414] {
  height: 24px;
  width: 24px;
}

.profile-button[data-v-7584a94f] {
  position: relative;
  display: block;
}

.profile-button__button[data-v-7584a94f] {
  height: 100%;
  color: #0333a0;
  font-size: 13px;
  font-family: Montserrat;
  font-family: var(--secondary_heading_font, "Montserrat");
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 16px;
}

@media screen and (min-width: 760px) {
  .profile-button__button[data-v-7584a94f] {
    margin-right: 30px;
  }
}
.icon-button {
  display: block;
  padding: 0;
  color: inherit;
  font-size: 0;
  background: transparent 50% 50% no-repeat;
  border: 0;
}

.icon-button:hover {
  cursor: pointer;
}

@media screen and (min-width: 760px) {
  .primary-nav .primary-nav__logo-wrapper {
    margin-top: 12px !important;
  }
}
.reveal--visible {
  opacity: 1;
  transition: .2s ease-out;
}

.reveal--visible.header-container {
  transform: translateY(0);
  opacity: 1;
}

svg[data-v-51af7414] {
  height: 24px;
  width: 24px;
}

.header-container[data-v-727b66c2] {
  height: 90px;
  width: 100%;
  padding: 0 16px;
  position: absolute;
  z-index: 16;
  transition: .5s ease;
}

@media screen and (min-width: 760px) {
  .header-container[data-v-727b66c2] {
    height: 90px;
    padding: 0 24px;
  }
}
@media screen and (min-width: 1024px) {
  .header-container[data-v-727b66c2] {
    height: 100px;
    padding: 0 80px;
  }
}
.header-container--transparent-dark[data-v-727b66c2] {
  color: #fff;
  color: var(--heading_color--dark-mode, #fff);
  background: 0 0;
}

.header-container--reveal[data-v-727b66c2] {
  position: fixed;
  top: 0;
}

.header-container--reveal.header-container--use-global-nav[data-v-727b66c2] {
  top: 44px;
}

@media screen and (min-width: 760px) {
  .header-container--reveal.header-container--use-global-nav[data-v-727b66c2] {
    top: 44px;
  }
}
.header-container .primary-nav__logo-wrapper svg {
  height: 80px;
  transition: .5s ease;
}

.primary-nav[data-v-3cefdf6a] {
  justify-content: flex-start;
}

.primary-nav[data-v-3cefdf6a], .primary-nav__logo-wrapper[data-v-3cefdf6a] {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
}

.primary-nav__logo-wrapper[data-v-3cefdf6a] {
  z-index: 1;
}

.primary-nav__logo[data-v-3cefdf6a] {
  display: block;
  width: auto;
  height: calc(100% - 8px);
  margin-top: 4px;
}

.primary-nav__link-wrapper[data-v-3cefdf6a] {
  display: flex;
  flex-grow: 1;
  justify-content: flex-start;
  margin-top: 0px;
}

section.header-v3.header-container.header-container--transparent-dark.header-container--reveal.header-container--use-global-nav.reveal-nav.header-animate-trigger.header-container--reveal-sticky.reveal--visible .primary-nav__link-wrapper[data-v-3cefdf6a] {
  margin-top: 8px;
}

.primary-nav__link[data-v-3cefdf6a] {
  display: none;
  margin: 0 12px;
  padding-bottom: 4px;
  font-family: Montserrat;
  font-family: var(--secondary_heading_font, "Montserrat");
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.1;
  text-decoration: none;
  border-bottom: 4px solid transparent;
  white-space: nowrap;
  transition: border .3s ease-out;
  color: inherit;
}

@media screen and (min-width: 760px) {
  .primary-nav__link[data-v-3cefdf6a] {
    display: block;
    font-size: 16px;
    margin: 0 16px;
  }
}
@media screen and (min-width: 1024px) {
  .primary-nav__link[data-v-3cefdf6a] {
    display: block;
    font-size: 15px;
    margin: 0 18px;
  }

  .primary-nav__link[data-v-3cefdf6a]:first-of-type {
    margin-left: 35px;
  }
}
@media screen and (min-width: 1200px) {
  button.icon-button.icon-button--open.header-menu-button.primary-nav__burger {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .primary-nav__link[data-v-3cefdf6a] {
    display: none;
    margin: 0 12px;
    padding-bottom: 4px;
    font-family: Montserrat;
    font-family: var(--secondary_heading_font, "Montserrat");
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.1;
    text-decoration: none;
    border-bottom: 4px solid transparent;
    white-space: nowrap;
    transition: border .3s ease-out;
    color: inherit;
  }
}
.primary-nav__link[data-v-3cefdf6a]:hover {
  border-bottom: 4px solid;
}

.primary-nav__button-wrapper[data-v-3cefdf6a] {
  display: flex;
  position: relative;
  z-index: 1;
}

.primary-nav__search[data-v-3cefdf6a] {
  display: block;
}

.primary-nav__search[data-v-3cefdf6a] svg {
  width: 20px;
  height: 20px;
}

@media screen and (min-width: 1024px) {
  .primary-nav__search[data-v-3cefdf6a] svg {
    width: 24px;
    height: 24px;
  }
}
.primary-nav__burger[data-v-3cefdf6a] {
  margin-left: 12px !important;
}

@media screen and (min-width: 1024px) {
  .primary-nav__burger[data-v-3cefdf6a] {
    margin-left: 24px !important;
  }
}
.primary-nav__burger[data-v-3cefdf6a] svg {
  width: 20px;
  height: 20px;
}

@media screen and (min-width: 1024px) {
  .primary-nav__burger[data-v-3cefdf6a] svg {
    width: 24px;
    height: 24px;
  }
}
.header-search-button[data-v-70a18efb] {
  margin: 0;
  outline: 0;
}

.header-search-button__svg[data-v-70a18efb] {
  color: inherit;
}

.header-menu-button[data-v-062fc956] {
  margin: -1px 0 0;
  outline: 0;
}

.header-menu-button__svg[data-v-062fc956] {
  color: inherit;
}

/*! CSS Used from: Embedded */
*, :after, :before {
  box-sizing: border-box;
  margin: 0;
}

.header-link {
  display: inline-block;
  margin: 0 .8em;
  padding-bottom: 4px;
  font-family: Montserrat,sans-serif;
  font-family: var(--primary_font, "Montserrat", sans-serif);
  font-size: 13px;
  line-height: 1.1;
  text-decoration: none;
  text-transform: uppercase;
  border-bottom: 4px solid transparent;
  white-space: nowrap;
  transition: border .3s ease-out;
}

@media screen and (min-width: 1024px) {
  .header-link {
    font-size: 14px;
  }
}
@media screen and (min-width: 1440px) {
  .header-link {
    margin: 0 1em;
    font-size: 16px;
  }
}
.header-link:hover {
  border-bottom: 4px solid;
}

@media screen and (max-width: 450px) {
  .main-menu__link {
    font-size: 16px !important;
  }
}
svg[data-v-51af7414] {
  height: 24px;
  width: 24px;
}

ul[data-v-e04639c6] {
  list-style-type: none;
  padding: 0;
  margin: 24px 0;
}

.main-menu[data-v-e04639c6] {
  position: fixed;
  top: 108px;
  left: 0;
  height: 100vh;
  width: 100vw;
  z-index: 13;
  color: #fff;
  background: #010c28;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  overflow-y: overlay;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
}

@media screen and (min-width: 760px) {
  .main-menu[data-v-e04639c6] {
    top: 134px;
  }
}
@media screen and (min-width: 1024px) {
  .main-menu[data-v-e04639c6] {
    top: 134px;
  }
}
.main-menu[data-v-e04639c6]:before {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  top: 5rem;
  right: 0;
  bottom: 0;
  left: 0;
}

@media screen and (min-width: 1024px) {
  .main-menu[data-v-e04639c6]:before {
    top: 3rem;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
.main-menu__inner[data-v-e04639c6] {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  padding: 24px;
}

@media screen and (min-width: 1024px) {
  .main-menu__inner[data-v-e04639c6] {
    padding: 62px 80px;
  }
}
.main-menu__inner--main-nav-container[data-v-e04639c6] {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 760px) {
  .main-menu__inner--main-nav-container[data-v-e04639c6] {
    flex-direction: row;
  }
}
.main-menu__inner--nav-box[data-v-e04639c6] {
  display: block;
  width: 100%;
  padding: 0 0 88px;
}

@media screen and (min-width: 760px) {
  .main-menu__inner--nav-box[data-v-e04639c6] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: auto;
    padding: 0;
  }
}
.animation-step-2[data-v-e04639c6] {
  opacity: 0;
}

ul[data-v-61ef4271] {
  list-style-type: none;
  padding: 0;
  margin: 24px 0;
}

li[data-v-61ef4271] {
  margin: 0;
}

a[data-v-61ef4271] {
  text-decoration: none;
  margin-left: 0;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}
a[data-v-61ef4271]:hover {
  color: white !important;
}

.main-nav[data-v-61ef4271] {
  display: block;
  list-style-type: none;
  padding: 50px 16px 16px;
  margin: 0;
  width: 100%;
}

@media screen and (min-width: 760px) {
  .main-nav[data-v-61ef4271] {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 5px 0 42px 71px;
    min-width: 100%;
    max-width: 100%;
    width: auto;
  }
}
.main-nav-link[data-v-61ef4271] {
  display: block;
  font-family: Neue Aachen Std;
  font-family: var(--primary_heading_font, "Neue Aachen Std");
  font-weight: 800;
  font-weight: var(--heading_weight, 800);
  color: #ebf1fe;
  color: var(--link_color--club-mode, #ebf1fe);
  font-size: 24px;
  line-height: 1.1;
  text-transform: uppercase;
  margin-bottom: 16px;
}

@media screen and (min-width: 1024px) {
  .main-nav-link[data-v-61ef4271] {
    font-size: 48px;
  }
}
.main-nav-link--video[data-v-61ef4271] {
  max-width: 150px;
}

@media screen and (min-width: 760px) {
  .main-nav-link--video[data-v-61ef4271] {
    max-width: none;
    width: 75%;
    margin-right: auto;
  }
}
.nav[data-v-305f5141] {
  display: block;
}

@media screen and (min-width: 760px) {
  .nav[data-v-305f5141] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
.nav-level-1[data-v-305f5141] {
  margin-bottom: 16px;
  font-family: Montserrat;
  font-family: var(--secondary_heading_font, "Montserrat");
  font-weight: 700;
  font-weight: var(--body_text_bold, 700);
  font-size: 20px;
  text-transform: uppercase;
  position: relative;
}

@media screen and (min-width: 760px) {
  .nav-level-1[data-v-305f5141] {
    flex: 1;
    max-width: 50%;
    min-width: 50%;
    font-size: 24px;
    padding-right: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .nav-level-1[data-v-305f5141] {
    max-width: 33.33%;
    min-width: 33.33%;
    font-size: 24px;
    padding-right: 16px;
  }
}
.menu-toggle__open[data-v-c229c06c] {
  transform: rotate(-90deg);
}

.menu-toggle-wrap[data-v-c229c06c] {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 760px) {
  .menu-toggle-wrap[data-v-c229c06c] {
    display: none;
  }
}
.menu-toggle-wrap[data-v-c229c06c]:before {
  content: "";
  position: absolute;
  top: 0;
  left: -10px;
  bottom: 0;
  width: 1px;
  background: #fff;
  opacity: .5;
}

ul[data-v-c229c06c] {
  list-style-type: none;
  padding: 0;
  margin: 24px 0;
}

li[data-v-c229c06c] {
  margin: 0;
}

a[data-v-c229c06c] {
  text-decoration: none;
  margin-left: 0;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.main-menu__link[data-v-c229c06c] {
  display: block;
  margin-left: 0;
  white-space: normal;
  font-family: Montserrat;
  font-family: var(--secondary_heading_font, "Montserrat");
}

.main-menu__link-2[data-v-c229c06c] {
  display: inline-block;
  font-family: Montserrat,sans-serif;
  font-family: var(--primary_font, "Montserrat", sans-serif);
  color: #fafafa;
  font-weight: 400;
  font-weight: var(--body_text_weight, 400);
  font-size: 14px;
  text-transform: none;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: normal;
}

.main-menu__link-2[data-v-c229c06c]:hover {
  text-decoration: underline;
}

@media screen and (min-width: 760px) {
  .main-menu__link-2[data-v-c229c06c] {
    font-size: 18px;
  }
}
.main-menu__subpages[data-v-c229c06c] {
  margin: 0 0 16px;
}

.main-menu__subpages[data-v-c229c06c]:last-child {
  margin-bottom: 32px;
}

.read-only[data-v-c229c06c] {
  pointer-events: none;
}

img.main-logo {
  max-height: 80px;
}

.is-open .animation-step-2[data-v-e04639c6] {
  animation-name: menuPartFadeIn-e04639c6;
  animation-delay: .9s;
  animation-duration: .3s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}

@keyframes menuPartSlideDown-e04639c6 {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes menuPartFadeIn-e04639c6 {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media screen and (min-width: 760px) {
  .header-container--reveal.header-container--use-global-nav[data-v-727b66c2] {
    top: 44px;
  }
}
@media screen and (max-width: 1199px) {
  .header-container--transparent-dark[data-v-727b66c2]:has(> .primary-nav__menu-open) {
    background: #0333a0;
  }
}
.reveal--hidden {
  opacity: 0;
  transition: .2s ease-out;
}

.reveal--hidden.header-container {
  opacity: 1;
}

.reveal--hidden.global-nav__inner {
  transition: 0s ease-out .1s;
}

.reveal--hidden.global-nav__inner--transparent-dark, .reveal--hidden.global-nav__inner--transparent-light {
  transition: .1s ease-out;
}

.header-container--reveal-sticky[data-v-727b66c2] {
  color: #fff;
  color: var(--header_text_color, #fff);
  background: #0333a0;
  background: var(--header_background_color, #0333a0);
  height: 64px;
}

.header-container--reveal-sticky .primary-nav__logo-wrapper img {
  height: 48px;
}

.reveal--hidden.header-container--use-global-nav[data-v-727b66c2] {
  transform: translateY(calc(-100% - 44px));
}

body.is-locked {
  overflow: hidden;
}

section.header-v3.header-container.header-container--transparent-dark.header-container--reveal.header-container--use-global-nav.reveal-nav.header-animate-trigger.header-container--reveal-sticky.reveal--visible + .main-menu[data-v-e04639c6] {
  top: 108px;
}

/*! CSS Used from: https://nottinghamforestcommunitytrust.co.uk/wp-content/litespeed/css/8024ece26e808f23f86a5a003cccb433.css?ver=cb433 ; media=all */
@media all {
  h1 {
    font-size: inherit;
    font-weight: inherit;
  }

  h1 {
    margin: 0;
  }

  :disabled {
    cursor: default;
  }

  .flex {
    display: flex;
  }

  .bg-red {
    --tw-bg-opacity: 1;
    background-color: #0433A0;
  }

  .pb-1 {
    padding-bottom: 0.25rem;
  }

  .pt-9 {
    padding-top: 2.25rem;
  }

  .text-l {
    font-size: 27px;
  }
}
@media all and (max-width: 428px) {
  .text-l {
    font-size: 23px;
  }
}

@media all {
  .font-medium {
    font-weight: 500;
  }

  .uppercase {
    text-transform: uppercase;
  }

  .leading-\[36px\] {
    line-height: 36px;
  }

  .text-white {
    --tw-text-opacity: 1;
    color: white;
  }

  *, ::before, ::after {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: currentColor;
  }

  ::before, ::after {
    --tw-content: '';
  }

  h1 {
    font-size: inherit;
    font-weight: inherit;
  }

  h1 {
    margin: 0;
  }

  :disabled {
    cursor: default;
  }

  .site-container {
    max-width: 1300px;
    margin: auto;
    width: calc(100% - 76px);
  }

  .flex {
    display: flex;
  }

  ::selection {
    text-shadow: none;
  }
}
@media all and (min-width: 830px) {
  .md-lg\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .md-lg\:pt-20 {
    padding-top: 5rem;
  }

  .md-lg\:text-xl {
    font-size: 100px;
  }

  .md-lg\:leading-none {
    line-height: 1;
  }
}
@media all and (min-width: 830px) {
  .md-lg\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .md-lg\:pt-20 {
    padding-top: 5rem;
  }

  .md-lg\:text-xl {
    font-size: 100px;
  }

  .md-lg\:leading-none {
    line-height: 1;
  }
}
/*! CSS Used from: https://unpkg.com/aos@2.3.1/dist/aos.css?ver=6.6.1 ; media=all */
@media all {
  body[data-aos-duration="400"] [data-aos] {
    transition-duration: .4s;
  }

  body[data-aos-easing=ease] [data-aos] {
    transition-timing-function: ease;
  }

  [data-aos^=fade][data-aos^=fade] {
    opacity: 0;
    transition-property: opacity,transform;
  }

  [data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    transform: translateZ(0);
  }

  [data-aos=fade-left] {
    transform: translate3d(100px, 0, 0);
  }
}
section.inner-page-hero {
  padding-top: 19px;
}
@media (max-width: 1199px) {
  section.inner-page-hero {
    padding-top: 49px;
  }
}
@media (max-width: 991px) {
  section.inner-page-hero {
    padding-top: 70px;
  }
}

@media only screen and (max-width: 1024px) {
  .site-header .site-logo img, .site-header .site-logo svg {
    max-height: 90px;
  }
}
@media (min-width: 830px) {
  h1.font-medium.text-l {
    font-size: 42px;
  }
}
h1.font-medium.text-l.text-white.uppercase.leading-\[36px\].md-lg\:text-xl.md-lg\:leading-none.aos-init.aos-animate {
  font-family: "Neue Aachen Std", Helvetica, Arial, sans-serif;
  font-weight: 400 !important;
}

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

.h6 {
  margin-top: 1.5em;
  margin-bottom: .5em;
  color: #010c28;
  color: var(--heading_color--light-mode, #010c28);
  font-family: Montserrat;
  font-family: var(--secondary_heading_font, "Montserrat");
  font-weight: 800;
  font-weight: var(--heading_weight, 800);
  line-height: 1;
  text-align: left;
  text-transform: none;
  text-transform: var(--heading_text_transform, none);
}

.h6:first-child {
  margin-top: 0;
}

.h6 {
  font-size: 13px;
}

@media screen and (min-width: 760px) {
  .h6 {
    font-size: 16px;
  }
}
svg[data-v-51af7414] {
  height: 24px;
  width: 24px;
}

.footer[data-v-d3384974] {
  margin: 0;
  padding: 0;
  background-color: #e2241b;
  position: relative;
  z-index: 2;
}

.footer__inner[data-v-d3384974] {
  margin: 0 auto;
}

.footer-sponsors--background[data-v-15417468] {
  background-color: #fff;
}

.footer-sponsors__inner[data-v-15417468] {
  max-width: 1440px;
  margin: 0 auto;
  padding-top: 26px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (min-width: 760px) {
  .footer-sponsors__inner[data-v-15417468] {
    padding-bottom: 8px;
  }
}
.footer-sponsors__row[data-v-15417468] {
  width: 100%;
}

.footer-sponsors__row-title[data-v-15417468] {
  color: #666;
  text-align: center;
}

.footer-sponsors__sponsor-wrapper[data-v-15417468] {
  margin: 0 auto;
  list-style-type: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  padding-left: 0;
}

.footer-sponsors__sponsor-wrapper--small[data-v-15417468] {
  justify-content: center;
}

@media screen and (min-width: 760px) {
  .footer-sponsors__sponsor-wrapper--small[data-v-15417468] {
    max-width: 720px;
  }
}
@media screen and (min-width: 1024px) {
  .footer-sponsors__sponsor-wrapper--small[data-v-15417468] {
    max-width: 1032px;
  }
}
.footer-sponsors__sponsor-wrapper--large[data-v-15417468] {
  padding-bottom: 16px;
  justify-content: center;
}

@media screen and (min-width: 760px) {
  .footer-sponsors__sponsor-wrapper--large[data-v-15417468] {
    padding-bottom: 12px;
  }
}
@media screen and (min-width: 1024px) {
  .footer-sponsors__sponsor-wrapper--large[data-v-15417468] {
    max-width: 1032px;
    padding-bottom: 0;
  }
}
.footer-sponsors__sponsor[data-v-15417468] {
  display: flex;
  align-items: center;
}

.footer-sponsors__sponsor--small[data-v-15417468] {
  width: 80px;
  height: 80px;
  margin: 0 12px 24px;
}

@media screen and (min-width: 760px) {
  .footer-sponsors__sponsor--small[data-v-15417468] {
    width: 96px;
    height: 96px;
  }
}
@media screen and (min-width: 1024px) {
  .footer-sponsors__sponsor--small[data-v-15417468] {
    margin: 0 26px 24px;
  }
}
.footer-sponsors__sponsor--large[data-v-15417468] {
  width: 132px;
  height: 132px;
  margin: 0 12px 24px;
}

@media screen and (min-width: 375px) {
  .footer-sponsors__sponsor--large[data-v-15417468] {
    width: 160px;
    height: 160px;
  }
}
@media screen and (min-width: 760px) {
  .footer-sponsors__sponsor--large[data-v-15417468] {
    margin: 0 20px 32px;
  }
}
@media screen and (min-width: 1024px) {
  .footer-sponsors__sponsor--large[data-v-15417468] {
    margin: 0 22px 28px;
  }
}
.footer-sponsors__logo[data-v-15417468] {
  display: block;
  height: 100%;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
}

.footer-bottom[data-v-293c2da2] {
  background-color: #0333a0;
  padding-top: 20px;
}

.footer-bottom__social[data-v-293c2da2] {
  margin-bottom: 1rem;
}

@media screen and (min-width: 1024px) {
  .footer-bottom__social[data-v-293c2da2] {
    margin-bottom: 0;
    flex-shrink: 1;
  }
}
.footer-bottom__social[data-v-293c2da2] .social__channels {
  margin: 0;
}

.footer-bottom__social[data-v-293c2da2] .social__channels .social__channel {
  margin: 8px;
}

@media screen and (min-width: 1024px) {
  .footer-bottom[data-v-293c2da2] {
    padding-top: 0;
  }

  .footer-bottom__right[data-v-293c2da2], .footer-bottom__social[data-v-293c2da2] {
    flex: 1;
  }

  .footer-bottom__submenu[data-v-293c2da2] {
    flex-grow: 1;
  }

  .footer-bottom__social[data-v-293c2da2] {
    display: flex;
    justify-content: flex-start;
  }

  .footer-bottom__right[data-v-293c2da2] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    grid-gap: 1rem;
    gap: 1rem;
  }
}
.footer-widget-wrapper[data-v-293c2da2] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}

@media screen and (min-width: 1024px) {
  .footer-widget-wrapper[data-v-293c2da2] {
    flex-direction: row;
    position: relative;
    justify-content: space-between;
    padding: 16px;
  }
}
.footer-bottom__right-platform-tag[data-v-293c2da2] {
  margin-left: auto !important;
}

@media screen and (max-width: 1023px) {
  .footer-bottom__right-platform-tag[data-v-293c2da2] {
    margin: auto auto 16px !important;
  }
}
.social__channels[data-v-3d3bf44c] {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  margin: 0 auto;
  list-style: none;
}

.social__channel[data-v-3d3bf44c] {
  margin: 0 8px 16px;
  font-size: 0;
}

.social__channel a[data-v-3d3bf44c] {
  cursor: pointer;
  display: block;
}

.social__channel a svg[data-v-3d3bf44c] {
  fill: #efefef;
  fill: var(--body_text_color--dark-mode, #efefef);
  color: #efefef;
  color: var(--body_text_color--dark-mode, #efefef);
}

.footer-sub-menu[data-v-2953226e] {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 16px 0;
  padding: 0;
  list-style-type: none;
}

@media screen and (min-width: 1024px) {
  .footer-sub-menu[data-v-2953226e] {
    margin: 0;
    flex-direction: row;
  }
}
.footer-sub-menu__list-item[data-v-2953226e] {
  padding: 0;
  list-style: none;
  margin: 0 0 24px;
}

@media screen and (min-width: 1024px) {
  .footer-sub-menu__list-item[data-v-2953226e] {
    margin-bottom: 0;
  }
}
.footer-sub-menu__link[data-v-2953226e] {
  font-size: 14px;
  font-weight: 400;
  font-weight: var(--body_text_weight, 400);
  text-transform: none;
  letter-spacing: 0;
  letter-spacing: var(--base_letter_spacing, 0);
  color: #fff;
  color: var(--heading_color--dark-mode, #fff);
  -webkit-text-decoration: #fff;
  text-decoration: #fff;
  -webkit-text-decoration: var(--heading_color--dark-mode, #fff);
  text-decoration: var(--heading_color--dark-mode, #fff);
  font-family: Montserrat,sans-serif;
  font-family: var(--primary_font, "Montserrat", sans-serif);
  margin: 0 8px;
}

.footer-sub-menu__link[data-v-2953226e]:hover {
  text-decoration: none;
}

.footer-copyright__notice[data-v-0a53d7c1] {
  margin: 16px 8px;
  color: #fff;
  font-size: 12px;
  text-align: right;
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  unicode-bidi: isolate;
}

.footer-sportsfusion[data-v-ecdca6f0] {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 16px;
  padding-right: 0px;
}

.footer-sportsfusion[data-v-ecdca6f0] {
  font-family: Open Sans,sans-serif;
  font-family: var(--secondary_font, "Open Sans", sans-serif);
  font-size: 12px;
}

@media screen and (min-width: 1024px) {
  .footer-sportsfusion[data-v-ecdca6f0] {
    margin-right: 0px;
  }
}
.footer-sportsfusion[data-v-ecdca6f0] {
  height: 18px;
}
@media (max-width: 1023px) {
  .footer-sportsfusion[data-v-ecdca6f0] {
    height: 58px;
    padding-left: 0px;
  }
}

.footer-sportsfusion[data-v-ecdca6f0] {
  margin-top: 16px;
}

@media screen and (min-width: 1024px) {
  .footer-sportsfusion[data-v-ecdca6f0] {
    margin-top: 8px;
  }
}
@media screen and (min-width: 1024px) {
  .footer-sportsfusion[data-v-ecdca6f0] {
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
  }
}
.footer-sportsfusion--dark .footer-sportsfusion__text[data-v-ecdca6f0] {
  color: #efefef;
  color: var(--body_text_color--dark-mode, #efefef);
}

a.footer-sportsfusion__image-container {
  margin-left: 5px;
}

a.footer-sportsfusion__image-container {
  color: white;
  border-bottom: 1px solid transparent;
}
a.footer-sportsfusion__image-container:hover {
  border-bottom: 1px solid white;
  color: white;
}

span.footer-sportsfusion__text {
  border-bottom: 1px solid transparent;
}

@font-face {
  font-family: "itcavantgardestd";
  src: url("../fonts/itcavantgardestd-md_gdi.eot");
  src: url("../fonts/itcavantgardestd-md_gdi.eot?#iefix") format("embedded-opentype"), url("../fonts/itcavantgardestd-md_gdi.woff2") format("woff2"), url("../fonts/itcavantgardestd-md_gdi.woff") format("woff"), url("../fonts/itcavantgardestd-md_gdi.ttf") format("truetype");
  /*url('fonts/itcavantgardestd-md_gdi.svg#premiersans') format('svg');*/
  font-weight: 300;
}
@font-face {
  font-family: "itcavantgardestd";
  src: url("../fonts/itcavantgardestd-demi_gdi.eot");
  src: url("../fonts/itcavantgardestd-demi_gdi.eot?#iefix") format("embedded-opentype"), url("../fonts/itcavantgardestd-demi_gdi.woff2") format("woff2"), url("../fonts/itcavantgardestd-demi_gdi.woff") format("woff"), url("../fonts/itcavantgardestd-demi_gdi.ttf") format("truetype");
  /*url('fonts/itcavantgardestd-demi_gdi.svg.svg#premiersans') format('svg');*/
  font-weight: 600;
}
@font-face {
  font-family: "itcavantgardestd";
  src: url("../fonts/itcavantgardestd-bold_gdi.eot");
  src: url("../fonts/itcavantgardestd-bold_gdi.eot?#iefix") format("embedded-opentype"), url("../fonts/itcavantgardestd-bold_gdi.woff2") format("woff2"), url("../fonts/itcavantgardestd-bold_gdi.woff") format("woff"), url("../fonts/itcavantgardestd-bold_gdi.ttf") format("truetype");
  /*url('fonts/itcavantgardestd-bold_gdi.svg.svg#premiersans') format('svg');*/
  font-weight: 900;
}
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
a {
  color: #0433A0;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  text-decoration: none;
}
a:hover {
  color: #0433A0;
}

.btn-primary {
  border-color: #0433A0;
  font-family: inherit;
  font-size: inherit;
  color: #0433A0 !important;
  background-color: transparent;
  cursor: pointer;
  padding: 10px 25px;
  display: inline-block;
  margin: 15px 0px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
  outline: none;
  max-width: none;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  border: 2px solid #0433A0;
  color: #fff;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  padding: 15px 18px 13px !important;
  border-radius: 0px !important;
  border-width: 2px !important;
  border-style: solid !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  transition: ease-in-out .4s !important;
  width: -moz-max-content !important;
  width: max-content !important;
  text-transform: uppercase !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.btn-primary:after {
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  color: white !important;
  background: #0433A0;
  border-color: #0433A0;
  text-decoration: none;
  box-shadow: none;
  outline: none;
}

/*
.btn-secondary {
    border-color: $primary-public-color;
    font-family: inherit;
    font-size: inherit;
    //color: $secondary-button-text-color;
    background-color: $secondary-button-background;
    cursor: pointer;
    padding: 10px 25px;
    display: inline-block;
    margin: 15px 0px;
    max-width: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    border: 2px solid $secondary-button-border;
    color: $quarternary-public-color;
    font-family: $public-custom-font-alt;
    border: 2px solid $quarternary-public-color;
    font-family: "A2Beckett", Helvetica, Arial, sans-serif;
    padding: 15px 18px 13px !important;
    border-radius: 0px !important;
    border-width: 2px !important;
    border-style: solid !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    transition: ease-in-out .4s !important;
    width: -moz-max-content !important;
    width: max-content !important;
    text-transform: uppercase !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    &:after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    }
    &:hover, &:active, &:focus {
    color: $secondary-button-text-color-hover;
    background: $quarternary-public-color;
    border-color: $quarternary-public-color;
    text-decoration:none;
    outline: none;
    }
    &.nav-link { //Log-out button on my-account page
        @media(min-width: 768px) {
            border-color: white!important;
            font-family: inherit!important;
            font-size: inherit!important;
            color: white!important;
            background-color: transparent!important;
            cursor: pointer!important;
            padding: 5px 10px!important;
            display: inline-block!important;
            margin: 15px 0px!important;
            text-transform: uppercase!important;
            letter-spacing: 1px!important;
            font-weight: 400!important;
            outline: none!important;
            position: relative!important;
            -webkit-transition: all 0.3s!important;
            -moz-transition: all 0.3s!important;
            transition: all 0.3s!important;
            border: 2px solid white!important;
            color: #fff!important;
            font-family: $public-custom-font-alt!important;
            margin-top: 0px!important;
            margin-bottom: 0px!important;
        }
        &:after {
            @media(min-width: 768px) {
            content: '';
            position: absolute;
            z-index: -1;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            transition: all 0.3s;
            }
        }
        &:hover, &:active, &:focus {
            @media(min-width: 768px) {
            color: $tertiary-public-color!important;
            background: transparent!important;
            border-color: $tertiary-public-color!important;
            text-decoration:none!important;
            outline: none!important;
            }
        }
    }
}*/
.btn-secondary {
  border-color: transparent;
  font-family: inherit;
  font-size: 16px;
  color: #0433A0 !important;
  background-color: transparent;
  cursor: pointer;
  padding: 15px 18px 13px !important;
  display: inline-block;
  border: 2px solid transparent;
  max-width: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  outline: none;
  line-height: 1 !important;
  font-weight: bold;
  position: relative;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  border: 2px solid transparent;
  color: #fff;
  font-family: "Montserrat", Helvetica, Arial, sans-serif, Helvetica, Arial, sans-serif;
  border-radius: var(--button_radius, 0px);
  box-shadow: 0 0 0 0 #0433A0;
}
.btn-secondary:after {
  content: '';
  position: absolute;
  z-index: -1;
}
.btn-secondary:before {
  content: '';
  position: absolute;
  z-index: 10;
  background: url(../images/chevron-down-blue.svg) no-repeat !important;
  background-size: 12px 12px !important;
  width: 14px;
  height: 14px;
  left: -2px;
  top: 16px;
  transform: rotate(90deg);
}
.btn-secondary:hover {
  color: #0433A0 !important;
  background: transparent;
  border-color: transparent;
  text-decoration: underline;
  outline: none;
  box-shadow: 0 0 0 0px #0433A0 !important;
}
.btn-secondary:active {
  color: #0433A0 !important;
  background: transparent;
  border-color: transparent;
  text-decoration: underline;
  outline: none;
  box-shadow: 0 0 0 0px #0433A0 !important;
}
.btn-secondary:focus {
  color: #0433A0 !important;
  background: transparent;
  border-color: transparent;
  text-decoration: underline;
  outline: none;
  box-shadow: 0 0 0 0px #0433A0 !important;
}

.justify-center {
  justify-items: center;
}

.btn-tertiary {
  border-color: #0433A0;
  font-family: inherit;
  font-size: inherit;
  color: white;
  background-color: #0433A0;
  cursor: pointer;
  padding: 10px 25px;
  display: inline-block;
  margin: 15px 0px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
  outline: none;
  max-width: none;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  border: 2px solid #0433A0;
  color: #fff;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  padding: 17px 18px 15px !important;
  border-radius: 0px !important;
  border-width: 0px !important;
  border-style: solid !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  transition: ease-in-out .4s !important;
  width: -moz-max-content !important;
  width: max-content !important;
  text-transform: uppercase !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.btn-tertiary:after {
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-tertiary:hover, .btn-tertiary:active, .btn-tertiary:focus {
  box-shadow: 0 0 0 4px #0333a0;
  color: white;
}

.modal-login p {
  font-weight: normal;
}

.modal-login {
  border: 1px solid #ddd;
  padding: 3% 9% 9%;
  background-color: #fff;
  border-radius: 0;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
}

.modal-login a.pull-right {
  margin-top: 20px;
  float: right;
}

.form-group-login {
  margin: 20px 0 25px 0;
}

.modal-login .close {
  margin-right: -8%;
  margin-top: -5%;
  opacity: 0.1;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  text-align: right;
  font-weight: 900;
  color: black !important;
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
button.close:hover {
  opacity: 0.2;
}

button.close {
  font-size: 40px;
  font-weight: 900;
  color: white;
  opacity: 0.4;
  margin-top: -7px;
}

.main-logo-login {
  margin: 4% 0 6% 0;
  text-align: center;
  text-align: -webkit-center;
}

img.logo-login {
  min-width: 100px;
}

.main-logo-login p {
  text-align: center;
  margin: 3% 0 7% 0;
}

.modal-header {
  min-height: 16.428571429px;
  padding: 10px 21px 5px 21px;
  border-bottom: 0px solid #d72217;
  background-color: #0433A0;
  border-radius: 0;
  line-height: 1;
}

.modal-content {
  border-radius: 0;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
}

#login-new .modal-footer {
  justify-content: space-between;
}

.row.checkbox-inline-row.mb-0.days-check-row.modal-amount {
  margin-left: 1em;
  max-width: 300px;
}

.row.checkbox-inline-row.mb-0.days-check-row.modal-amount.show {
  margin-top: 10px !important;
  margin-left: 1em;
  max-width: 300px;
}

.modal-header h1 {
  color: white !important;
  font-size: 30px;
  text-transform: uppercase;
  font-family: "Neue Aachen Std", Helvetica, Arial, sans-serif;
  font-weight: 400 !important;
  margin-top: 0px;
  margin-bottom: 0px;
}

.form-select {
  background: url(../images/chevron-down-default.svg) no-repeat !important;
  background-position: top 50% right 7px !important;
  background-size: 12px 12px !important;
  font-size: 14px;
  border-color: #DBDBDB;
  border-radius: 3px;
  color: rgba(74, 74, 74, 0.4);
  line-height: 1.6;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.form-select:focus, .form-select:hover {
  outline: none;
  box-shadow: none;
  border-color: #c2c2c2;
}
.form-select::-webkit-input-placeholder {
  /* Edge */
  color: rgba(74, 74, 74, 0.4) !important;
}
.form-select:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(74, 74, 74, 0.4) !important;
}
.form-select::placeholder {
  color: rgba(74, 74, 74, 0.4) !important;
}

.form-control {
  font-size: 14px;
  border-color: #DBDBDB;
  border-radius: 3px;
  line-height: 1.6;
}
.form-control:focus, .form-control:hover {
  outline: none;
  box-shadow: none;
  border-color: #c2c2c2;
}
.form-control::-webkit-input-placeholder {
  /* Edge */
  color: rgba(74, 74, 74, 0.4) !important;
}
.form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(74, 74, 74, 0.4) !important;
}
.form-control::placeholder {
  color: rgba(74, 74, 74, 0.4) !important;
}

.form-rows select, .form-rows input, .form-rows textarea {
  margin-bottom: 20px;
}
.form-rows.last select, .form-rows.last input, .form-rows.last textarea {
  margin-bottom: 0px;
}

.form-control-plaintext:focus {
  outline: 0px;
}

.form-inline-row {
  margin-bottom: 1.2rem !important;
}
.form-inline-row.mb-0 {
  margin-bottom: 0rem !important;
}
.form-inline-row label {
  font-weight: bold;
}
.form-inline-row label.extra-quantity {
  font-weight: normal;
}
.form-inline-row .col-form-label {
  min-width: 125px;
}
.form-inline-row .extras-row::last-child {
  margin-bottom: 0px !important;
}

.row.radio-inline-row {
  margin-top: 20px;
  margin-bottom: 20px;
}

.row.checkbox-inline-row {
  margin-top: 25px;
  margin-bottom: 25px;
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 2em;
  margin-bottom: 0.125rem;
  margin-bottom: 20px;
}
.form-check .form-check-input {
  float: left;
  margin-left: -2em;
  width: 1.5em;
  height: 1.5em;
  margin-top: 0px;
}
@media (max-width: 575px) {
  .form-check {
    margin-bottom: 10px !important;
  }
}
.form-check.form-check-inline {
  display: inline-block !important;
  margin-bottom: 0.125rem !important;
  margin-right: 1.5rem;
}
@media (max-width: 575px) {
  .form-check.form-check-inline {
    display: block !important;
    margin-bottom: 10px !important;
  }
}
@media (max-width: 575px) {
  .form-check.form-inline-amount {
    margin-bottom: 0px !important;
  }
}

.form-check-input:checked[type=radio] {
  background-image: url(../images/radio.svg);
}

.form-check-input:checked[type=checkbox] {
  background-image: url(../images/check.svg);
}

.form-check-input:checked {
  background-color: transparent;
  border-color: rgba(74, 74, 74, 0.4);
  outline: none;
  box-shadow: none;
}

.form-check-input[type=checkbox] {
  border-radius: 3px;
}

.form-check-input:focus {
  outline: none;
  box-shadow: none;
  border-color: rgba(74, 74, 74, 0.4);
}

table.dataTable td {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  vertical-align: middle;
}

table.dataTable.hover tbody tr {
  outline: 1px solid #dee2e6;
}

table.dataTable.hover tbody tr:hover, table.dataTable.hover tbody tr.hover, table.dataTable.display tbody tr:hover {
  background-color: #f9f9f9;
  cursor: pointer;
}

.icons-wrap a {
  padding-right: 15px;
  color: #868e96 !important;
}

.icons-wrap a:hover {
  color: #666 !important;
}

.icons-wrap i {
  font-size: 17px;
}

table.dataTable thead {
  border-collapse: collapse;
  background: transparent;
}

/** width of first column **/
.datatable-new-2 thead tr th:first-child {
  width: 120px !important;
}
.datatable-new-2 thead tr th:first-child:before {
  display: none;
}
.datatable-new-2 thead tr th:first-child:after {
  display: none;
}

@media (max-width: 414px) {
  .datatable-new-2 thead tr th:first-child {
    min-width: 120px !important;
  }
}
.datatable-new-2.new-table.content-hover.dataTable td.sorting_1 {
  white-space: normal !important;
  border-right: 0px solid #dee2e6;
}

.new-table td, .new-table th {
  padding: 1rem .75rem;
  vertical-align: middle;
  border-bottom: 0px;
  border-top: 0px;
}

.new-table {
  border-collapse: separate;
  border-spacing: 0px 1em !important;
}

.new-table tbody > tr {
  outline: 1px solid #dee2e6;
  outline-offset: -1px;
}

.table.new-table thead th {
  vertical-align: bottom;
  border-bottom: 0px solid #dee2e6;
  padding-bottom: 0px;
}

table.dataTable > thead .sorting:before, table.dataTable > thead .sorting:after {
  bottom: 0em;
}

.table.new-table thead tr:first-of-type {
  transform: translatey(15px);
}

div#DataTables_Table_0_length {
  display: none;
}

.nowrap-th thead tr th {
  white-space: nowrap;
}

table.dataTable.dtr-column > tbody > tr > td.dtr-control:before, table.dataTable.dtr-column > tbody > tr > th.dtr-control:before, table.dataTable.dtr-column > tbody > tr > td.control:before, table.dataTable.dtr-column > tbody > tr > th.control:before {
  top: 50%;
  left: 50%;
  height: 0.8em;
  width: 0.8em;
  margin-top: -0.5em;
  margin-left: -0.5em;
  display: block;
  position: absolute;
  color: white;
  border: 0.15em solid white;
  border-radius: 1em;
  box-shadow: 0 0 0em #444 !important;
  box-sizing: content-box;
  text-align: center;
  text-indent: 0 !important;
  font-family: 'Courier New', Courier, monospace;
  line-height: 0.8em !important;
  content: '+';
  background-color: #333 !important;
}

.masthead {
  overflow: hidden;
  background-size: cover;
  height: 65vw;
  min-height: 200px;
  max-height: 350px;
  position: relative;
}

.masthead .img-fluid {
  width: 100%;
  top: 0%;
  position: absolute;
  background-position: 51.67% 50.5%;
  background-size: cover;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #f4f4f4;
  border-color: #dee2e6;
}

table.dataTable > thead .sorting:before, table.dataTable > thead .sorting:after, table.dataTable > thead .sorting_asc:before, table.dataTable > thead .sorting_asc:after, table.dataTable > thead .sorting_desc:before, table.dataTable > thead .sorting_desc:after, table.dataTable > thead .sorting_asc_disabled:before, table.dataTable > thead .sorting_asc_disabled:after, table.dataTable > thead .sorting_desc_disabled:before, table.dataTable > thead .sorting_desc_disabled:after {
  position: absolute;
  bottom: 0em !important;
  display: block;
  opacity: 0.3;
}

.inline-text-inline-wrap {
  padding-left: 2em;
  margin-top: 0px;
}

.invalid-feedback {
  margin-top: -17px;
  font-size: 10px;
  font-weight: 600;
}

.form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"], .was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"] {
  background-image: url(../images/chevron-down-default.svg), url(../images/is-invalid.svg) !important;
  background-position: right 0.75rem center, center right 2.25rem !important;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) !important;
}

.form-check-input.is-invalid + .form-check-label + .invalid-feedback {
  margin-top: -0px;
}

.form-check-input.is-invalid ~ .form-check-label, .was-validated .form-check-input:invalid ~ .form-check-label {
  color: #dc3545;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #2c2c2c;
  text-align: center;
  white-space: nowrap;
  background-color: #f7f7f7;
  border: 1px solid #DBDBDB;
  border-radius: 3px;
}

.form-inline-amount label {
  display: inline-flex;
  flex-wrap: nowrap;
  white-space: nowrap;
}
.form-inline-amount span {
  padding-left: 10px;
  padding-right: 5px;
}
.form-inline-amount input {
  display: inline-flex;
  margin-top: -8px;
  margin-left: 2px;
}

section.search-section .search-wrap .search-col.inline-group .form-inline + span {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

/** Tables **/
table.custom-table {
  border-collapse: separate;
  border-spacing: 0 1em;
  margin-bottom: 0px;
  margin-top: -14px;
}
@media (max-width: 702px) {
  table.custom-table {
    border-spacing: 0 3em;
    margin-top: -3em;
  }
}
table.custom-table thead {
  background: transparent;
  border: none;
}
@media (max-width: 702px) {
  table.custom-table thead {
    display: none;
  }
}
table.custom-table th {
  border: none !important;
  outline: none;
  padding-bottom: 0px !important;
  color: rgba(74, 74, 74, 0.4) !important;
  text-transform: uppercase !important;
  background: transparent !important;
  font-weight: bold !important;
  padding-bottom: 5px;
}
table.custom-table th.text-center {
  text-align: center !important;
}
table.custom-table tr {
  vertical-align: middle;
  outline: 1px solid #EBEBEB !important;
  outline-offset: 0px;
  border-radius: 3px;
}
@media (max-width: 702px) {
  table.custom-table tr {
    outline: none !important;
  }
}
table.custom-table tr td {
  border: none;
  font-size: 14px;
  color: #2c2c2c;
  font-weight: normal;
  vertical-align: middle;
  padding: 1rem 0.75rem;
}
@media (max-width: 702px) {
  table.custom-table tr td.text-center {
    text-align: left !important;
  }
}
@media (max-width: 702px) {
  table.custom-table tr td {
    border: 1px solid #EBEBEB !important;
    border-bottom: 0px !important;
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 2em;
  }
}
@media (max-width: 702px) {
  table.custom-table tr td:last-of-type {
    border-bottom: 1px solid #EBEBEB !important;
  }
}
table.custom-table thead {
  line-height: 0;
}
table.custom-table thead tr:first-child {
  outline: none !important;
}

@media (max-width: 702px) {
  .custom-table tr {
    outline-offset: -1px;
  }
}
.tablesaw-cell-label {
  color: rgba(74, 74, 74, 0.4) !important;
  text-transform: uppercase !important;
  background: transparent !important;
  font-weight: bold !important;
  font-size: 12px !important;
}
@media (max-width: 702px) {
  .tablesaw-cell-label {
    vertical-align: middle;
  }
}

@media (max-width: 702px) {
  .tablesaw-stack td .tablesaw-cell-label, .tablesaw-stack th .tablesaw-cell-label {
    display: inline-block !important;
  }
}

/*.container.main-container {
    max-width: 100%;
}*/
main.carousel-section {
  max-height: 505px;
  overflow-y: hidden;
}

@media (max-width: 1050px) {
  main.carousel-section {
    max-height: 300px;
  }
}

@media (max-width: 767px) {
  main.carousel-section {
    max-height: 215px;
  }
}

#carouselExampleCaptions {
  margin: auto;
  overflow-y: hidden;
}

@media (min-width: 1440px) {
  #carouselExampleCaptions {
    /*max-width: 1295px;*/
  }
}

#carouselExampleCaptions .carousel-item:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: black;
  opacity: 0.1;
  z-index: 1;
}

@media (max-width: 1199px) {
  #carouselExampleCaptions .carousel-control-next, #carouselExampleCaptions .carousel-control-prev {
    width: 8%;
  }
}

#carouselExampleCaptions .carousel-control-prev-icon, #carouselExampleCaptions .carousel-control-next-icon {
  background: transparent url(../images/chevron-down-white.svg) no-repeat !important;
  transform: rotate(90deg);
  background-size: 35px 35px !important;
  height: 35px;
  width: 35px;
  opacity: 0.75;
}

#carouselExampleCaptions .carousel-control-next-icon {
  transform: rotate(-90deg);
}

#carouselExampleCaptions .carousel-captions {
  z-index: 2;
}

#carouselExampleCaptions .carousel-captions h1 {
  font-size: 42px;
  color: white;
  font-family: "urw-din", Helvetica, Arial, sans-serif;
  margin-bottom: 10px;
}

@media (max-width: 991px) {
  #carouselExampleCaptions .carousel-captions h1 {
    font-size: 42px;
  }
}

@media (max-width: 767px) {
  #carouselExampleCaptions .carousel-captions h1 {
    font-size: 30px !important;
  }
}

@media (max-width: 428px) {
  #carouselExampleCaptions .carousel-captions h1 {
    font-size: 25px !important;
  }
}

#carouselExampleCaptions .carousel-item {
  display: flex !important;
}

#carouselExampleCaptions .carousel-inner {
  background: -webkit-gradient(linear, left top, left bottom, from(#003471), to(#0454a6)) 0 0 no-repeat padding-box;
  background: -webkit-linear-gradient(top, #003471, #0454a6) 0 0 no-repeat padding-box;
  background: -o-linear-gradient(top, #003471 0, #0454a6 100%) 0 0 no-repeat padding-box;
  background: linear-gradient(180deg, #003471, #0454a6) 0 0 no-repeat padding-box;
  overflow: hidden;
  min-height: calc(100vh - 155px);
  display: flex !important;
  position: relative !important;
}

#carouselExampleCaptions .header-banner__image {
  width: 49%;
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: inline-flex !important;
  margin-right: -100px;
  position: relative;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  min-height: calc(100vh - 155px);
  overflow: hidden;
  -webkit-clip-path: polygon(80px 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(80px 0, 100% 0, 100% 100%, 0 100%);
  max-height: 505px;
  overflow-y: hidden;
}

@media (min-width: 1051px) {
  #carouselExampleCaptions .header-banner__image {
    /*padding-left: 30px;*/
  }
}

@media (max-width: 1600px) {
  #carouselExampleCaptions .header-banner__image {
    margin-right: -40px;
  }
}

#carouselExampleCaptions .header-banner__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: center;
  max-height: 505px;
  overflow-y: hidden;
  position: absolute;
}

@media (max-width: 991px) {
  #carouselExampleCaptions .header-banner__image {
    display: none;
  }
}

#carouselExampleCaptions .carousel-captions {
  max-width: 760px;
  width: 51%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: inline-flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-top: 0px;
  padding-bottom: 70px;
  position: relative !important;
  top: 0px !important;
  max-height: 505px;
  overflow-y: hidden;
}

@media (max-width: 1199px) and (min-width: 992px) {
  #carouselExampleCaptions .carousel-captions {
    padding-top: 40px;
    padding-bottom: 100px;
  }
}

@media (max-width: 1050px) {
  #carouselExampleCaptions .carousel-captions {
    max-height: 215px;
    max-height: 253px;
  }
}

@media (max-width: 1199px) {
  #carouselExampleCaptions .carousel-captions h1 {
    font-size: 35px !important;
  }
}

@media (max-width: 575px) {
  #carouselExampleCaptions .carousel-captions h1 {
    font-size: 30px !important;
  }
}

@media (max-width: 428px) {
  #carouselExampleCaptions .carousel-captions h1 {
    font-size: 25px !important;
  }
}

@media (max-width: 1050px) {
  #carouselExampleCaptions .carousel-captions {
    max-height: 215px;
  }
}

@media (max-width: 991px) {
  #carouselExampleCaptions .carousel-captions {
    padding-top: 40px;
    padding-bottom: 40px;
    max-width: 100%;
    width: 100%;
    max-height: 215px;
  }
}

@media (max-width: 767px) {
  #carouselExampleCaptions .carousel-captions {
    max-height: 215px;
  }
}

#carouselExampleCaptions .carousel-control-next, .carousel-control-prev {
  display: none;
}


section.search-section {
  z-index: 3;
  position: relative;
}
@media (min-width: 768px) {
  section.search-section {
    margin-top: -110px;
  }
}
@media (max-width: 767px) {
  section.search-section {
    padding-top: 24px;
  }
}
section.search-section .search-wrap {
  padding: 15px 20px;
  max-width: 713px;
  border-radius: 0px;
  background: rgba(255, 255, 255, 0.17);
  border-radius: 5px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(9.5px);
  -webkit-backdrop-filter: blur(9.5px);
}
@media (min-width: 992px) {
  section.search-section .search-wrap {
    max-width: 843px;
    padding: 20px 25px;
  }
}
@media (min-width: 1441px) {
  section.search-section .search-wrap {
    margin-right: 77px;
  }
}
@media (max-width: 767px) {
  section.search-section .search-wrap {
    background: transparent;
    border-radius: 0px;
    max-width: 100%;
    padding-top: 20px;
    padding: 0px;
    box-shadow: none;
  }
}
section.search-section .search-wrap .search-col {
  color: #010c28;
  font-size: 13px;
  font-weight: 400;
}
@media (min-width: 992px) {
  section.search-section .search-wrap .search-col {
    padding-right: 39px;
  }
}
@media (max-width: 991px) {
  section.search-section .search-wrap .search-col {
    padding-right: 12px;
  }
}
@media (max-width: 767px) {
  section.search-section .search-wrap .search-col {
    color: unset;
    width: 50%;
    padding-right: 12px;
  }
}
@media (min-width: 768px) {
  section.search-section .search-wrap .search-col.search-btn-col {
    padding-right: 12px !important;
    padding-left: 0px;
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  section.search-section .search-wrap .search-col.search-btn-col {
    width: 100%;
  }
}
section.search-section .search-wrap .search-col.search-btn-col button {
  border-color: white;
  color: white !important;
}
@media (max-width: 767px) {
  section.search-section .search-wrap .search-col.search-btn-col button {
    width: 100% !important;
    max-width: 100%;
    margin-top: 4px !important;
    border-radius: 0px;
    border-color: #0433A0;
    color: #0433A0 !important;
  }
}
section.search-section .search-wrap .search-col.search-btn-col button:hover {
  border-color: white;
  color: #0433A0 !important;
  background-color: white;
}
@media (max-width: 767px) {
  section.search-section .search-wrap .search-col.search-btn-col button:hover {
    color: white !important;
    background-color: #0433A0;
    border-color: #0433A0;
  }
}
section.search-section .search-wrap .search-col label {
  margin-bottom: 5px;
  color: white;
  text-transform: none;
  font-weight: 800;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
}
@media (min-width: 992px) {
  section.search-section .search-wrap .search-col label {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  section.search-section .search-wrap .search-col label {
    font-weight: 700;
    color: #0433A0;
  }
}
section.search-section .search-wrap .search-col .form-select {
  background: transparent url(../images/chevron-down-white.svg) no-repeat !important;
  background-position: right 1px top 50% !important;
  border: 0px;
  display: block;
  padding-left: 0px;
  padding-right: 18px;
  padding-bottom: 0px;
  padding-top: 0px;
  line-height: 1.5;
  color: white !important;
  font-weight: 700;
  background-size: 12px 12px !important;
  width: auto;
}
@media (min-width: 992px) {
  section.search-section .search-wrap .search-col .form-select {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  section.search-section .search-wrap .search-col .form-select {
    color: unset !important;
    background: none;
    background: url(../images/chevron-down.svg) no-repeat !important;
    background-position: top 50% right 7px !important;
    border: 1px solid rgba(51, 51, 51, 0.3) !important;
    font-weight: 400;
    line-height: 1.7;
    padding: 5.5px 10px;
    padding-right: 18px;
    border-radius: 0px;
    margin-bottom: 15px;
    width: 100%;
  }
}
section.search-section .search-wrap .search-col .form-select::-webkit-input-placeholder {
  /* Edge */
  color: white !important;
}
section.search-section .search-wrap .search-col .form-select:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: white !important;
}
section.search-section .search-wrap .search-col .form-select::placeholder {
  color: white !important;
}
section.search-section .search-wrap .search-col .form-select:focus {
  box-shadow: none;
}
section.search-section .search-wrap .search-col .form-select.date-select {
  max-width: 117px;
}
@media (max-width: 991px) {
  section.search-section .search-wrap .search-col .form-select.date-select {
    max-width: 110px;
  }
}
@media (max-width: 767px) {
  section.search-section .search-wrap .search-col .form-select.date-select {
    background: transparent url(../images/chevron-down.svg) no-repeat !important;
    background-position: top 50% right 7px !important;
    display: block;
    padding: 5.5px 10px;
    padding-right: 35px;
    width: 100%;
    line-height: 1.7;
  }
}
@media (min-width: 768px) {
  section.search-section .search-wrap .search-col .form-select.date-select {
    background: transparent url(../images/chevron-down-white.svg) no-repeat !important;
    background-position: 99% 50% !important;
    background-size: 12px 12px !important;
  }
}
@media (max-width: 767px) {
  section.search-section .search-wrap .search-col .form-select.date-select {
    max-width: 100%;
  }
}
section.search-section .search-wrap .search-col.inline-group .form-label {
  display: block;
}
section.search-section .search-wrap .search-col.inline-group .form-inline {
  display: inline-flex;
  width: auto;
  text-align: end;
}
@media (max-width: 767px) {
  section.search-section .search-wrap .search-col.inline-group .form-inline {
    text-align: start;
    width: 40%;
  }
}
section.search-section .search-wrap .search-col.inline-group .form-inline + span {
  display: inline-flex;
  width: 30px;
  justify-content: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 11px;
  color: white;
}
@media (max-width: 767px) {
  section.search-section .search-wrap .search-col.inline-group .form-inline + span {
    width: 16%;
  }
}
@media (max-width: 390px) {
  section.search-section .search-wrap .search-col.inline-group .form-inline + span {
    width: 15%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  section.search-section .search-wrap .search-col .btn-primary {
    padding: 15px 8px 13px !important;
  }
}
section.search-section .search-wrap .search-col .btn-primary:hover {
  color: white !important;
}

/** Datepicker Start **/
.datepicker {
  font-size: 14px;
  padding: 10px 15px 15px 15px;
  border-radius: 2px;
  box-shadow: -1px 2px 10px 1px rgba(0, 0, 0, 0.48);
  -webkit-box-shadow: -1px 2px 10px 1px rgba(0, 0, 0, 0.48);
  -moz-box-shadow: -1px 2px 10px 1px rgba(0, 0, 0, 0.48);
  background-color: white;
  border: 0px;
  z-index: 19 !important;
}

@media (max-width: 428px) {
  .datepicker.datepicker-dropdown.dropdown-menu.datepicker-orient-left.datepicker-orient-bottom {
    margin-left: -107px;
  }
}

.datepicker table tr th.dow {
  color: #ffffff;
  background-color: #0433A0;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700 !important;
  padding-top: 6px;
  padding-bottom: 5px;
}

.datepicker table tr td.active.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active.disabled:hover[disabled], .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active:active, .datepicker table tr td.active:hover, .datepicker table tr td.active:hover.active, .datepicker table tr td.active:hover.disabled, .datepicker table tr td.active:hover:active, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active:hover[disabled], .datepicker table tr td.active[disabled] {
  background-color: #0433A0;
  background-image: none;
  color: white;
}

.datepicker .datepicker-days table tr td {
  font-weight: 400;
  border: 1px solid rgba(232, 232, 232, 0.5) !important;
  border-radius: 0px;
  width: 35px !important;
  height: 35px !important;
  color: rgba(74, 74, 74, 0.4);
}

.datepicker table tr td, .datepicker table tr th {
  font-weight: 400;
  border: 1px solid rgba(232, 232, 232, 0.5) !important;
  border-radius: 0px;
}

.datepicker table tr .datepicker-switch, .datepicker table tr .next, .datepicker table tr .prev, .datepicker tfoot tr th {
  color: #2c2c2c;
  text-transform: uppercase;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 16px;
  border: 0px solid rgba(0, 0, 0, 0.15) !important;
  font-weight: 700;
  height: 35px !important;
}

.datepicker table tr td.today, .datepicker table tr td.today:hover, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover {
  background-image: none;
  background-color: #f0f0f0;
  color: rgba(74, 74, 74, 0.4);
}

.datepicker table tr td.today.active, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled.active, .datepicker table tr td.today.disabled.disabled, .datepicker table tr td.today.disabled:active, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today.disabled:hover.active, .datepicker table tr td.today.disabled:hover.disabled, .datepicker table tr td.today.disabled:hover:active, .datepicker table tr td.today.disabled:hover:hover, .datepicker table tr td.today.disabled:hover[disabled], .datepicker table tr td.today.disabled[disabled], .datepicker table tr td.today:active, .datepicker table tr td.today:hover, .datepicker table tr td.today:hover.active, .datepicker table tr td.today:hover.disabled, .datepicker table tr td.today:hover:active, .datepicker table tr td.today:hover:hover, .datepicker table tr td.today:hover[disabled], .datepicker table tr td.today[disabled] {
  background-color: whitesmoke;
  color: rgba(74, 74, 74, 0.4);
}

.datepicker table tr td.today:hover, .datepicker table tr td.today.day.active {
  background-color: #0433A0 !important;
  color: white !important;
}

.datepicker table tr td.today.day.active {
  background-color: #0433A0 !important;
  color: white !important;
}

.datepicker table tr td.new, .datepicker table tr td.old {
  color: #797979;
}

.datepicker table tr td.day.focused, .datepicker table tr td.day:hover {
  background: #0433A0;
  cursor: pointer;
  color: white;
}

.datepicker .datepicker-switch:hover, .datepicker .next:hover, .datepicker .prev:hover, .datepicker tfoot tr th:hover {
  background: transparent;
}

.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(1, 31, 65, 0.75);
  border-top: 0;
  border-bottom-color: rgba(1, 31, 65, 0.75);
  position: absolute;
  display: none;
}

.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid rgba(1, 31, 65, 0.75);
  border-top: 0;
  position: absolute;
  display: none;
}

/** Datepicker End **/
/** Top boxes **/
section.section.boxes-section {
  background-position: right bottom;
  background-repeat: no-repeat;
  padding-top: 72px;
  padding-bottom: 49px;
}
@media (max-width: 767px) {
  section.section.boxes-section {
    padding-top: 40px;
  }
}
@media (max-width: 767px) and (min-width: 576px) {
  section.section.boxes-section {
    background-position: right bottom;
  }
}
section.section.boxes-section .home-title {
  text-transform: none;
  text-align: center;
  font-weight: 800;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: #010c28;
  font-size: 40px;
  padding-bottom: 32px;
}
section.section.boxes-section .cta-wrap.cta-wrap {
  background-size: cover;
  background-size: auto 100%;
  background-repeat: no-repeat;
  position: relative;
  background-position: center;
  transition: ease-in-out .3s;
}
section.section.boxes-section .cta-wrap.cta-wrap::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
section.section.boxes-section .cta-wrap.cta-wrap::after {
  content: '';
  padding-top: 100%;
  display: block;
}
@media (max-width: 767px) and (min-width: 576px) {
  section.section.boxes-section .cta-wrap.cta-wrap::after {
    padding-top: 50%;
  }
}
section.section.boxes-section .cta-wrap.cta-wrap.cta-one {
  background-image: url(../images/cta-1.jpg);
}
@media (max-width: 767px) and (min-width: 576px) {
  section.section.boxes-section .cta-wrap.cta-wrap.cta-one {
    background-position: top;
  }
}
section.section.boxes-section .cta-wrap.cta-wrap.cta-two {
  background-image: url(../images/cta-2.jpg);
}
@media (max-width: 767px) and (min-width: 576px) {
  section.section.boxes-section .cta-wrap.cta-wrap.cta-two {
    background-position: top;
  }
}
section.section.boxes-section .cta-wrap.cta-wrap.cta-three {
  background-image: url(../images/cta-3.jpg);
}
@media (max-width: 767px) and (min-width: 576px) {
  section.section.boxes-section .cta-wrap.cta-wrap.cta-three {
    background-position: top;
  }
}
section.section.boxes-section .cta-wrap.cta-wrap a.cta-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
section.section.boxes-section .cta-wrap.cta-wrap .cta-text-wrap {
  position: absolute;
  bottom: 30px;
  left: 30px;
  margin-right: 30px;
}
@media (max-width: 991px) and (min-width: 768px) {
  section.section.boxes-section .cta-wrap.cta-wrap .cta-text-wrap {
    left: 20px;
    bottom: 20px;
  }
}
section.section.boxes-section .cta-wrap.cta-wrap .cta-text-wrap h2 {
  margin: 0;
  padding: 0;
  font-size: 25px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  letter-spacing: 1px;
  font-weight: 800;
  margin-bottom: 20px;
}
@media (max-width: 991px) and (min-width: 768px) {
  section.section.boxes-section .cta-wrap.cta-wrap .cta-text-wrap h2 {
    font-size: 18px;
  }
}
section.section.boxes-section .cta-wrap.cta-wrap .cta-text-wrap a.text-link {
  padding: 15px 18px 13px !important;
  border-color: #fff;
  color: #fff;
  border-radius: 0px !important;
  border-width: 2px !important;
  border-style: solid !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  transition: ease-in-out .4s !important;
  width: -moz-max-content !important;
  width: max-content !important;
  text-transform: uppercase !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  /*&::before {
  content: '>> ';
  color: $top-box-link-color;
  font-size: 14px;
  font-family: $public-custom-font-alt;
  }*/
}
section.section.boxes-section .cta-wrap.cta-wrap:hover {
  background-size: auto 125%;
}
section.section.boxes-section .cta-wrap.cta-wrap:hover a.text-link {
  background-color: #fff;
  color: #0433A0;
  text-decoration: none !important;
}
@media (max-width: 767px) {
  section.section.boxes-section .cta-wrap.cta-wrap {
    margin-bottom: 24px;
  }
}

/** Testimonials Sections Start **/
.section.testimonial-section {
  overflow-x: hidden;
  padding-top: 42px;
  padding-bottom: 0px;
}
.section.testimonial-section #testimonial-carousel {
  position: relative;
}
.section.testimonial-section #testimonial-carousel .carousel-indicators {
  display: block !important;
  bottom: 20px;
  top: auto;
  height: 40px;
  text-align: left;
  left: 0;
  position: absolute;
  margin: 0 auto;
  display: none !important;
}
.section.testimonial-section #testimonial-carousel .carousel-control {
  display: none;
}
@media (min-width: 768px) {
  .section.testimonial-section #testimonial-carousel .carousel-right-col {
    padding-left: 0px;
    position: relative;
  }
}
@media (min-width: 768px) {
  .section.testimonial-section #testimonial-carousel .carousel-left-col {
    padding-right: 0px;
    position: relative;
  }
}
.section.testimonial-section #testimonial-carousel .carousel-left {
  width: 100%;
  float: left;
  padding: 50px 50px 50px 50px;
  background-color: #0433A0;
  position: relative;
  z-index: 2;
  min-height: 470px;
  background-image: url(../images/background-img.png);
  background-color: var(--background_color--dark-mode, #010c28);
  background-size: cover;
  background-position: top left;
}
@media (max-width: 1399px) {
  .section.testimonial-section #testimonial-carousel .carousel-left {
    padding: 35px 50px 36px 50px;
  }
}
@media (max-width: 991px) {
  .section.testimonial-section #testimonial-carousel .carousel-left {
    padding: 30px 40px 29px 40px;
  }
}
.section.testimonial-section #testimonial-carousel .carousel-left h1 {
  font-size: 16px !important;
  line-height: 16px !important;
  color: #F5C825 !important;
  font-family: "Montserrat", Helvetica, Arial, sans-serif !important;
  margin-bottom: 30px;
  padding: 0;
}
.section.testimonial-section #testimonial-carousel .carousel-left h2 {
  color: #fff;
  font-size: 43px;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  margin-bottom: 30px;
  padding: 0;
  line-height: 45px;
}
.section.testimonial-section #testimonial-carousel .carousel-left h3 {
  color: white;
  font-family: "Neue Aachen Std", Helvetica, Arial, sans-serif;
  font-weight: 400 !important;
  font-size: 48px;
}
@media (max-width: 991px) and (min-width: 768px) {
  .section.testimonial-section #testimonial-carousel .carousel-left h3 {
    font-size: 43px;
  }
}
.section.testimonial-section #testimonial-carousel .carousel-left h3 + p {
  font-weight: 700;
  margin-bottom: 35px;
}
.section.testimonial-section #testimonial-carousel .carousel-left h3 img.speech-icon {
  max-width: 20px;
  vertical-align: super;
  display: inline;
  margin-left: 4px;
}
.section.testimonial-section #testimonial-carousel .carousel-left p {
  font-size: 13px;
  color: white;
  line-height: 2.3;
  margin-bottom: 0px;
}
@media (max-width: 1199px) and (min-width: 767px) {
  .section.testimonial-section #testimonial-carousel .carousel-left p {
    font-size: 12px;
    line-height: 2.4;
  }
}
.section.testimonial-section #testimonial-carousel .carousel-left p i.fas.fa-quote-left {
  margin-right: 5px;
  font-size: 11px;
  vertical-align: super;
}
.section.testimonial-section #testimonial-carousel .carousel-left p i.fas.fa-quote-right {
  margin-left: 5px;
  font-size: 11px;
  vertical-align: super;
}
.section.testimonial-section #testimonial-carousel .carousel-left p.testimonial-author {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 24px;
}
@media (max-width: 1199px) and (min-width: 767px) {
  .section.testimonial-section #testimonial-carousel .carousel-left p.testimonial-author {
    margin-bottom: 5px;
  }
}
.section.testimonial-section #testimonial-carousel .carousel-left .arrows-wrap {
  text-align: right;
}
.section.testimonial-section #testimonial-carousel .carousel-right {
  width: 100%;
  float: left;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  min-height: 470px;
  overflow: hidden;
  height: 100%;
}
@media (max-width: 767px) {
  .section.testimonial-section #testimonial-carousel .carousel-right {
    width: 100%;
    height: 50vw;
    min-height: auto;
  }
}
.section.testimonial-section #testimonial-carousel .carousel-right.right-one {
  background-image: url(../images/testimonial-1.jpg);
}
.section.testimonial-section #testimonial-carousel .carousel-right.right-two {
  background-image: url(../images/testimonial-2.jpg);
}
.section.testimonial-section #testimonial-carousel .carousel-right.right-three {
  background-image: url(../images/testimonial-3.jpg);
}
.section.testimonial-section #testimonial-carousel .carousel-text-wrap {
  padding: 20px;
  padding-top: 40px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 5px;
  margin-top: auto;
}
@media (max-width: 991px) and (min-width: 768px) {
  .section.testimonial-section #testimonial-carousel .carousel-text-wrap {
    padding-top: 20px;
  }
}
@media (max-width: 1199px) and (min-width: 767px) {
  .section.testimonial-section #testimonial-carousel .carousel-text-wrap p {
    max-height: 141px;
  }
}
.section.testimonial-section #testimonial-carousel .arrow-wrap {
  display: inline-flex;
  position: relative;
}
.section.testimonial-section #testimonial-carousel .arrow-wrap a.next-prev-i {
  padding: 5px 12px;
  border: 1px solid white;
  border-radius: 5px;
  color: white;
}
.section.testimonial-section #testimonial-carousel .arrow-wrap a.next-prev-i i {
  color: white;
}
.section.testimonial-section #testimonial-carousel .arrow-wrap a.next-prev-i:hover {
  text-decoration: none;
  background: white;
}
.section.testimonial-section #testimonial-carousel .arrow-wrap a.next-prev-i:hover i {
  color: #0433A0;
}
.section.testimonial-section #testimonial-carousel .indicators-wrapper {
  position: absolute;
  display: block !important;
  bottom: 20px;
  top: auto;
  height: 40px;
  text-align: left;
  left: 65px;
  position: absolute;
  margin: 0 auto;
  width: 100px;
}
.section.testimonial-section #testimonial-carousel .indicators-wrapper .carousel-indicators li {
  border: 0px;
  background: white;
  width: 8px;
  height: 8px;
  margin: 0px !important;
  margin-left: 4px !important;
  margin-right: 4px !important;
}
.section.testimonial-section #testimonial-carousel .indicators-wrapper .carousel-indicators li.active {
  background: #d72217;
  width: 8px;
  height: 8px;
  margin: 0px !important;
  margin-left: 4px !important;
  margin-right: 4px !important;
}
.section.testimonial-section #testimonial-carousel .indicators-wrapper .fa {
  color: white;
}
.section.testimonial-section #testimonial-carousel:hover {
  cursor: default;
}
.section.testimonial-section .sub-headers {
  color: #014289;
  text-align: center;
  font-size: 70px;
  line-height: 70px;
  margin-bottom: 40px;
}
.section.testimonial-section .testimonials-container {
  position: relative;
  margin-bottom: 0px;
  padding-bottom: 55px;
}
.section.testimonial-section .testimonials-container::before {
  background-color: #efefef;
  position: absolute;
  bottom: 0;
  left: -50%;
  display: block;
  width: 200%;
  height: 65%;
  background-size: cover;
  background-repeat: no-repeat;
  content: " ";
}

@media (min-width: 768px) {
  .col-mds-6 {
    width: 50%;
  }

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

  .col-mds-push-6 {
    left: 50%;
  }
}
.control-buttons-center .btn {
  width: 100px;
  display: inline-block;
}

.container.testimonials-container.checkusout-testimonials {
  max-width: 991px;
}

/*div#carousel-example {
    max-width: 1920px;
    margin: auto;
}*/
@media (min-width: 1440px) {
  .carousel-inner > .carousel-item > img, .carousel-inner > .carousel-item > a > img {
    object-fit: cover;
  }
}

/** Testimonials Section End **/
/** Check Us Out Section Start **/
section.section.check-out-us-section {
  padding-top: 35px;
}
@media (max-width: 767px) {
  section.section.check-out-us-section {
    display: none;
  }
}
section.section.check-out-us-section .home-title {
  text-transform: none;
  text-align: center;
  font-weight: 800;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: #010c28;
  font-size: 40px;
  padding-bottom: 32px;
}
section.section.check-out-us-section .tiles-new-row {
  margin-top: 24px;
}
section.section.check-out-us-section .img-tile img {
  object-fit: cover;
}
@media (min-width: 1200px) {
  section.section.check-out-us-section .img-tile img {
    max-height: 436px;
    width: 100%;
  }
}
@media (min-width: 1400px) {
  section.section.check-out-us-section .img-tile img {
    min-width: 100%;
    min-height: 505px !important;
  }
}
@media (min-width: 992px) {
  section.section.check-out-us-section .img-tile img {
    min-height: 371px;
  }
}
section.section.check-out-us-section .img-col .tile-section-wrap {
  overflow-x: hidden;
}
section.section.check-out-us-section .img-col .tile-section-wrap .cuo2 {
  min-width: 103%;
}
section.section.check-out-us-section .figures-wrap {
  background-color: #0433A0;
  background-size: cover;
  height: 100%;
  padding: 15px;
  display: flex;
}
section.section.check-out-us-section .figures-wrap h4, section.section.check-out-us-section .figures-wrap p {
  color: white;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
}
section.section.check-out-us-section .figures-wrap .figures-inner-wrap {
  margin-top: auto;
  margin-bottom: auto;
}
section.section.check-out-us-section .figures-wrap h4 {
  color: white;
  font-size: 65px;
  line-height: 1;
  font-family: "Neue Aachen Std", Helvetica, Arial, sans-serif;
  font-weight: 400 !important;
  margin-top: -7px;
}
@media (max-width: 991px) {
  section.section.check-out-us-section .figures-wrap h4 {
    font-size: 43px;
  }
}
@media (min-width: 1400px) {
  section.section.check-out-us-section .figures-wrap h4 {
    font-size: 54px;
  }
}
section.section.check-out-us-section .figures-wrap p {
  font-size: 16px;
  line-height: 1.4;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  margin-bottom: 0px;
}
@media (max-width: 991px) {
  section.section.check-out-us-section .figures-wrap p {
    font-size: 14px;
  }
}
@media (min-width: 1400px) {
  section.section.check-out-us-section .figures-wrap p {
    font-size: 26px;
  }
}
section.section.check-out-us-section .figures-wrap.quotes {
  background-color: #0433A0;
  background-image: none;
  background-image: url(../images/background-img.png);
  background-color: var(--background_color--dark-mode, #010c28);
  background-size: cover;
  background-position: top left;
}
@media (min-width: 992px) {
  section.section.check-out-us-section .figures-wrap.quotes {
    padding-top: 11px;
    max-height: 137px;
  }
}
@media (min-width: 1200px) {
  section.section.check-out-us-section .figures-wrap.quotes {
    padding-top: 19px;
    max-height: initial;
  }
}
section.section.check-out-us-section .figures-wrap.quotes .figures-left-text {
  display: flex;
}
section.section.check-out-us-section .figures-wrap.quotes .figures-right-img {
  display: flex;
}
section.section.check-out-us-section .figures-wrap.quotes .figures-right-img img {
  margin-top: auto;
  margin-bottom: auto;
}
section.section.check-out-us-section .figures-wrap.quotes p {
  font-size: 15px;
  line-height: 1.4;
  margin-bottom: 0px;
}
@media (max-width: 991px) {
  section.section.check-out-us-section .figures-wrap.quotes p {
    font-size: 10px;
  }
}
@media (min-width: 1400px) {
  section.section.check-out-us-section .figures-wrap.quotes p {
    font-size: 20px;
  }
}
section.section.check-out-us-section .figures-wrap.quotes p.quote-author {
  color: white;
  margin-top: 6px;
  font-family: "Neue Aachen Std", Helvetica, Arial, sans-serif;
  font-weight: 400 !important;
  text-transform: uppercase;
}
section.section.check-out-us-section .figures-wrap.quotes .quotes-img {
  border-radius: 50%;
}
section.section.check-out-us-section button.vjs-big-play-button {
  border-radius: 50% !important;
  height: 2em !important;
  width: 2em !important;
  background-color: transparent !important;
}
section.section.check-out-us-section button.vjs-big-play-button {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  left: auto;
  border-width: 2px;
}
section.section.check-out-us-section .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  left: auto;
  font-size: 47px;
}
section.section.check-out-us-section .vjs-poster {
  background-size: cover;
}

.video-wrap button.vjs-big-play-button {
  border-radius: 50% !important;
  height: 2em !important;
  width: 2em !important;
  background-color: transparent !important;
}
.video-wrap button.vjs-big-play-button {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  left: auto;
  border-width: 2px;
}
.video-wrap .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  left: auto;
  font-size: 47px;
}
.video-wrap .vjs-poster {
  background-size: cover;
}

/** Check Us Out Section End **/
section.section.check-out-us-section.mobile {
  display: block;
}
@media (min-width: 768px) {
  section.section.check-out-us-section.mobile {
    display: none;
  }
}
section.section.check-out-us-section.mobile .tile-section-wrap {
  max-width: 319px;
  min-height: 202px;
  padding-left: 12px;
  padding-right: 12px;
  height: 202px !important;
}
section.section.check-out-us-section.mobile .tile-section-wrap > img {
  object-fit: cover;
  min-height: 202px;
}
section.section.check-out-us-section.mobile .tile-section-wrap .figures-wrap h4 {
  font-size: 80px;
}
section.section.check-out-us-section.mobile .tile-section-wrap .figures-wrap p {
  font-size: 19px;
}
section.section.check-out-us-section.mobile .tile-section-wrap .figures-wrap.quotes p {
  font-size: 16px;
  margin-top: 14px;
  line-height: 1;
}
section.section.check-out-us-section.mobile .tile-section-wrap .figures-wrap.quotes p.quote-author {
  white-space: nowrap;
  font-weight: bold;
}
section.section.check-out-us-section.mobile .tile-section-wrap .video-wrap {
  max-width: 100%;
  min-height: 202px;
  height: 202px !important;
  width: 319px;
}
section.section.check-out-us-section.mobile .tile-section-wrap .video-wrap #my-video {
  height: 202px;
}

.flickity-page-dots .dot {
  background-color: #0433A0;
}

.flickity-button:focus {
  outline: 0;
  box-shadow: 0 0 0 0px #19f;
}

/* Sections */
.section {
  padding: 120px 0 90px;
}
.section.dark {
  background-color: whitesmoke;
}

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

section.section.book-now-section {
  padding: 30px 0px 30px;
  background: #0433A0;
  text-align: center;
  background-image: url(../images/background-img.png);
  background-color: var(--background_color--dark-mode, #010c28);
  background-size: cover;
  background-position: top left;
}
section.section.book-now-section:hover {
  cursor: pointer;
}
section.section.book-now-section .container {
  margin-left: auto;
  margin-right: auto;
}
section.section.book-now-section a {
  color: white !important;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 800;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  /*&::before {
    content: '>> ';
    color: white;
    font-size: 30px;
    font-family: $public-custom-font-alt;
  }
  &::after {
    content: ' <<';
    color: white;
    font-size: 30px;
    font-family: $public-custom-font-alt;
  }*/
}
section.section.book-now-section a span {
  border-bottom: 0px solid transparent;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
section.section.book-now-section a:hover {
  text-decoration: none !important;
  color: #000000;
}
section.section.book-now-section a:hover span {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

@media (min-width: 768px) {
  .location-col select {
    max-width: 135px;
  }
}
@media (min-width: 992px) {
  .location-col select {
    max-width: 140px;
  }
}

.carousel-indicators {
  justify-content: left;
  left: 89px;
  margin-left: 0px;
  display: inline-table;
  z-index: 100;
  bottom: -2px !important;
}

.carousel-indicators [data-bs-target] {
  border-radius: 50%;
  width: 16px;
  height: 16px;
  margin: 0;
  margin-right: 4px;
  background-color: #fff;
  opacity: 0.3;
  width: 9px;
  height: 9px;
}

.carousel-indicators [data-bs-target].active {
  background-color: white;
  opacity: 1;
}

.carousel-control-next, .carousel-control-prev {
  display: none;
}

.carousel-indicators {
  left: 70px;
}

@media (min-width: 1400px) {
  #carouselExampleCaptions .carousel-captions {
    left: 0px;
  }
}
#carouselExampleCaptions .carousel-captions h5 {
  margin-left: -0px;
}

/*@media (min-width: 1440px) {*/
/*  #carouselExampleCaptions .carousel-captions {*/
/*    left: 15px;*/
/*  }*/

/*  .carousel-indicators {*/
/*    left: 15px !important;*/
/*  }*/
/*}*/
.carousel-indicators {
  left: 0;
}
.carousel-indicators .container {
  width: 100%;
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 4;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: auto;
  margin-bottom: 1rem;
  margin-left: auto;
  list-style: none;
}

@media (max-width: 991px) {
  .carousel-indicators {
    bottom: 102px !important;
  }
}
@media (max-width: 767px) {
  .carousel-indicators {
    justify-content: left;
    text-align: left;
    margin-left: 0px;
    bottom: 1px !important;
  }
}

@media (max-width: 767px) {
  #carouselExampleCaptions .carousel-captions h5 {
    font-size: 42px;
    width: 100%;
    margin: auto;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: left;
  }
}
@media (max-width: 767px) and (min-width: 576px) {
  #carouselExampleCaptions .carousel-captions h5 {
    font-size: 42px;
  }
}
@media (max-width: 575px) {
  #carouselExampleCaptions .carousel-captions h5 {
    font-size: 42px;
  }
}
.carousel-indicators [data-bs-target] {
  border-top: 0px;
  border-bottom: 0px;
}

.radial-overlay:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), transparent);
  height: 128px;
  z-index: 2;
}

.radial-overlay:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, transparent 25%, rgba(0, 0, 0, 0.15) 50%, #000);
  z-index: 3;
  transition: height .4s ease-out;
  opacity: 1;
}

.main.w3l h2 {
  font-weight: 700;
  color: #fff;
  font-size: 60px;
  margin-top: 70px;
  line-height: 0.6;
  font-family: "Neue Aachen Std", Helvetica, Arial, sans-serif;
  font-weight: 400 !important;
}

.main.w3l h1 {
  font-size: 70px;
  font-weight: 700;
  color: #fff !important;
  font-family: "Neue Aachen Std", Helvetica, Arial, sans-serif;
  font-weight: 400 !important;
}

.public-404 {
  background: #0433A0;
  overflow: hidden;
  text-align: center;
  padding: 150px 0;
}

.main.w3l h3 {
  color: white;
}

/** Inner Pages Search Bar **/
section.search-section.inner {
  margin-top: auto;
  padding: 40px 0px;
}
section.search-section.inner .search-wrap {
  background: white;
  padding: unset;
  max-width: 100%;
  border-radius: unset;
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.1);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
section.search-section.inner .search-wrap-inner {
  border: 1px solid #EBEBEB;
  padding: 10px 10px;
  overflow: hidden;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
@media (max-width: 767px) {
  section.search-section.inner .search-wrap-inner {
    border: 0px;
    padding: 0px;
  }
}
section.search-section.inner .search-wrap-inner:focus, section.search-section.inner .search-wrap-inner:hover {
  border: 1px solid #0433A0;
  outline: 1px solid #0433A0;
  outline-offset: 0px;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
@media (max-width: 767px) {
  section.search-section.inner .search-wrap-inner:focus, section.search-section.inner .search-wrap-inner:hover {
    border: none;
    outline: none;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  section.search-section.inner .search-wrap-inner {
    height: 63px;
  }
}
section.search-section.inner .search-col {
  width: 21%;
  padding-right: 12px;
}
@media (max-width: 991px) {
  section.search-section.inner .search-col {
    width: 25%;
  }
}
@media (max-width: 767px) {
  section.search-section.inner .search-col {
    width: 50%;
  }
}
section.search-section.inner .search-col.inline-group .form-inline + span {
  color: #2c2c2c;
}
@media (max-width: 991px) and (min-width: 768px) {
  section.search-section.inner .search-col.inline-group .form-inline + span {
    font-size: 10px;
  }
}
section.search-section.inner .search-col label {
  color: #2c2c2c;
}
section.search-section.inner .search-col .form-select {
  color: #2c2c2c !important;
  background: url(../images/chevron-down.svg) no-repeat !important;
  background-position: 99% 50% !important;
  background-size: 12px 12px !important;
}
@media (max-width: 991px) and (min-width: 768px) {
  section.search-section.inner .search-col .form-select {
    background-position: 99% 40% !important;
    background-size: 10px 10px !important;
  }
}
@media (max-width: 767px) {
  section.search-section.inner .search-col .form-select {
    background: transparent url(../images/chevron-down.svg) no-repeat !important;
    background-position: 99% 50% !important;
    background-position: top 50% right 7px !important;
    border-color: #EBEBEB !important;
    background-size: 12px 12px !important;
  }
}
section.search-section.inner .search-col .form-select.date-select {
  background: transparent url(../images/chevron-down.svg) no-repeat !important;
  background-position: 99% 50% !important;
  background-size: 12px 12px !important;
}
@media (max-width: 991px) and (min-width: 768px) {
  section.search-section.inner .search-col .form-select.date-select {
    background-size: 10px 10px !important;
  }
}
@media (max-width: 767px) {
  section.search-section.inner .search-col .form-select.date-select {
    border-color: #EBEBEB !important;
    background: transparent url(../images/chevron-down.svg) no-repeat !important;
    background-position: top 50% right 7px !important;
    background-size: 12px 12px !important;
  }
}
section.search-section.inner .search-col .form-select.date-select:hover {
  cursor: pointer;
}
section.search-section.inner .search-col .form-select:hover {
  cursor: pointer;
}
section.search-section.inner .search-btn-col {
  padding-left: 12px !important;
  width: 16%;
}
@media (max-width: 991px) {
  section.search-section.inner .search-btn-col {
    width: 12%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  section.search-section.inner .search-btn-col {
    width: 100%;
  }
}
section.search-section.inner .search-btn-col button.btn-primary {
  width: 100% !important;
  line-height: 2.75;
  color: #0433A0 !important;
  border-color: #0433A0 !important;
  display: flex !important;
  padding-top: 16px !important;
  margin-top: 12px !important;
}
@media (max-width: 991px) and (min-width: 768px) {
  section.search-section.inner .search-btn-col a.btn-primary {
    padding: 10px 1px;
    line-height: 1;
    max-height: 43px;
    width: 100%;
    max-width: 100%;
    margin-top: 15px !important;
  }
}
@media (max-width: 767px) {
  section.search-section.inner .search-btn-col a.btn-primary {
    line-height: unset;
    padding-top: 9px;
    padding-top: 15px !important;
  }
}
section.search-section.inner .search-btn-col a.btn-primary:hover {
  color: white !important;
  border-color: #0433A0 !important;
  background-color: #0433A0;
}

.search-result-section .search-result-section-wrap {
  border: 1px solid #EBEBEB;
  padding: 30px 30px;
  margin-bottom: 30px;
  position: relative;
}
.search-result-section .search-result-section-wrap .search-result-title-row .search-result-title-col {
  max-width: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .search-result-section .search-result-section-wrap .search-result-title-row .search-result-title-col {
    width: 100%;
    max-width: 100%;
  }
}
.search-result-section .search-result-section-wrap .search-result-title-row .search-result-title-col h3 {
  color: #000;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 0px;
  max-width: 50%;
}
@media (max-width: 767px) {
  .search-result-section .search-result-section-wrap .search-result-title-row .search-result-title-col h3 {
    font-size: 12px;
    max-width: 75%;
  }
}
.search-result-section .search-result-section-wrap .search-result-title-row .search-result-title-col h2 {
  color: #0433A0;
  text-transform: uppercase;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 34px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .search-result-section .search-result-section-wrap .search-result-title-row .search-result-title-col h2 {
    margin-bottom: 12px;
    font-size: 26px;
  }
}
.search-result-section .search-result-section-wrap .date-place-type-row {
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .search-result-section .search-result-section-wrap .date-place-type-row > .col-auto {
    width: 100%;
  }
}
.search-result-section .search-result-section-wrap .date-place-type-row p.left-icon {
  padding-left: 25px;
}
.search-result-section .search-result-section-wrap .date-place-type-row p.left-icon svg {
  fill: #0433A0;
  position: absolute;
  margin-left: -25px;
  margin-top: 1.25px;
  width: 18px;
  height: 18px;
}
.search-result-section .search-result-section-wrap .date-place-type-row p.left-icon span {
  font-weight: bold;
}
@media (min-width: 576px) {
  .search-result-section .search-result-section-wrap .para-row p {
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .search-result-section .search-result-section-wrap .price-col {
    width: 50%;
  }
}
.search-result-section .search-result-section-wrap .price-col p {
  font-size: 24px;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #0433A0;
  margin-bottom: 0px;
  margin-top: -3px;
}
@media (max-width: 575px) {
  .search-result-section .search-result-section-wrap .price-col p {
    margin-bottom: 15px;
    font-size: 30px;
  }
}
.search-result-section .search-result-section-wrap .button-col .btn-primary {
  min-width: 160px;
}
@media (max-width: 1024px) and (min-width: 576px) {
  .search-result-section .search-result-section-wrap .button-col .btn-primary {
    min-width: 123px !important;
  }
}
@media (max-width: 575px) {
  .search-result-section .search-result-section-wrap .button-col .btn-primary {
    min-width: 100%;
  }
}
@media (max-width: 575px) {
  .search-result-section .search-result-section-wrap .button-col .book-col {
    min-width: 100%;
  }
}
@media (max-width: 575px) {
  .search-result-section .search-result-section-wrap .button-col .more-info-col {
    display: none;
  }
}
.search-result-section .search-result-section-wrap .button-col .btn-primary.search-section-more-info {
  color: #0433A0 !important;
  border-color: transparent !important;
  background-color: transparent !important;
  text-decoration: underline;
  padding-left: 0px;
  padding-right: 0px;
  min-width: auto;
  font-family: "Montserrat", Helvetica, Arial, sans-serif !important;
  font-weight: bold;
  font-size: 16px !important;
  letter-spacing: 0;
  padding-top: 14px;
}
.search-result-section .search-result-section-wrap .button-col .btn-primary.search-section-more-info:hover {
  color: #0433A0 !important;
}
@media (max-width: 767px) and (min-width: 576px) {
  .search-result-section .search-result-section-wrap .button-col {
    margin-left: auto;
  }
}
@media (max-width: 575px) {
  .search-result-section .search-result-section-wrap .button-col .col-auto {
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    text-align: center;
  }
}
.search-result-section .search-result-section-wrap .availablity-invitation {
  margin-top: -6px;
  margin-left: auto;
}
@media (min-width: 768px) {
  .search-result-section .search-result-section-wrap .availablity-invitation {
    position: absolute;
    right: 18px;
  }
}
@media (max-width: 767px) {
  .search-result-section .search-result-section-wrap .availablity-invitation {
    width: 100%;
    right: auto;
    position: relative;
    margin-top: 0px;
    margin-bottom: 5px;
  }
}
.search-result-section .search-result-section-wrap .availablity-invitation .availablity, .search-result-section .search-result-section-wrap .availablity-invitation .invitation-only {
  position: relative;
  display: inline-flex;
  padding: 3px 3px;
  background-color: #009E67;
  color: white;
  text-transform: uppercase;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 11px;
  text-align: center !important;
  font-weight: 700;
  justify-content: center !important;
  border-radius: 3px;
  border-width: 2px;
  border-style: solid;
  border-color: #009E67;
  width: 146px;
}
@media (max-width: 991px) {
  .search-result-section .search-result-section-wrap .availablity-invitation .availablity, .search-result-section .search-result-section-wrap .availablity-invitation .invitation-only {
    max-width: 140px;
  }
}
@media (max-width: 767px) {
  .search-result-section .search-result-section-wrap .availablity-invitation .availablity, .search-result-section .search-result-section-wrap .availablity-invitation .invitation-only {
    font-size: 10px;
    padding: 1px 3px;
  }
}
.search-result-section .search-result-section-wrap .availablity-invitation .availablity span, .search-result-section .search-result-section-wrap .availablity-invitation .invitation-only span {
  text-align: center;
}
.search-result-section .search-result-section-wrap .availablity-invitation .availablity.limited, .search-result-section .search-result-section-wrap .availablity-invitation .invitation-only.limited {
  background-color: #FBB700;
  border-color: #FBB700;
}
.search-result-section .search-result-section-wrap .availablity-invitation .availablity.sold-out, .search-result-section .search-result-section-wrap .availablity-invitation .invitation-only.sold-out {
  background-color: #DBDBDB;
  border-color: #DBDBDB;
}
@media (max-width: 767px) and (min-width: 576px) {
  .search-result-section .search-result-section-wrap .availablity-invitation .availablity, .search-result-section .search-result-section-wrap .availablity-invitation .invitation-only {
    margin-bottom: 14px;
  }
}
@media (max-width: 575px) {
  .search-result-section .search-result-section-wrap .availablity-invitation .availablity, .search-result-section .search-result-section-wrap .availablity-invitation .invitation-only {
    position: relative;
    margin-bottom: 8px;
  }
}
.search-result-section .search-result-section-wrap .availablity-invitation .invitation-only {
  border-color: #0433A0;
  color: #0433A0;
  background-color: transparent;
}
.search-result-section.sold-out .search-result-section-wrap {
  border-color: #DBDBDB;
  color: #DBDBDB;
}
.search-result-section.sold-out .search-result-section-wrap svg {
  fill: #DBDBDB !important;
}
.search-result-section.sold-out .search-result-section-wrap img {
  filter: grayscale(1);
}
.search-result-section.sold-out .search-result-section-wrap .search-result-title-row .search-result-title-col h2, .search-result-section.sold-out .search-result-section-wrap .search-result-title-row .search-result-title-col h3 {
  color: #DBDBDB;
}
.search-result-section.sold-out .search-result-section-wrap .price-col p {
  color: #DBDBDB;
}
.search-result-section.sold-out .search-result-section-wrap .button-col .btn-primary.search-section-more-info {
  color: #DBDBDB !important;
}
.search-result-section.sold-out .search-result-section-wrap .more-info-col-mob a {
  color: #DBDBDB !important;
}
.search-result-section.sold-out .search-result-section-wrap .btn-primary {
  background-color: #DBDBDB;
  border-color: #DBDBDB;
  color: white !important;
}
.search-result-section.sold-out .search-result-section-wrap .btn-primary:hover {
  background-color: #DBDBDB;
  border-color: #DBDBDB;
  color: white !important;
}

.more-info-col-mob {
  width: 50%;
}
@media (min-width: 576px) {
  .more-info-col-mob {
    display: none;
  }
}
.more-info-col-mob a {
  background-color: transparent !important;
  color: #0433A0 !important;
  text-decoration: underline;
  border-color: transparent !important;
  font-family: "Montserrat", Helvetica, Arial, sans-serif !important;
  font-weight: bold;
  font-size: 16px !important;
  letter-spacing: 0;
  padding-top: 10px !important;
  min-width: 100%;
  text-align: end !important;
  padding-right: 0px !important;
  justify-content: end !important;
}

.sr-image-wrap .sr-image-inner {
  height: 100%;
  position: relative;
}
.sr-image-wrap .sr-image-inner::after {
  content: '\f00e';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  right: 10px;
  bottom: 5px;
  display: inline-block;
  font-size: 20px;
  color: white;
  opacity: 1;
  transition: all ease-in-out 0.2s;
  pointer-events: none;
}
.sr-image-wrap .sr-image-inner img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  object-position: -25px 0px;
}
@media (max-width: 991px) {
  .sr-image-wrap .sr-image-inner img {
    object-position: 0px -80px;
  }
}
.sr-image-wrap .sr-image-inner:hover {
  cursor: zoom-in;
}
.sr-image-wrap .sr-image-inner:hover::after {
  opacity: 1;
  transition: all ease-in-out 0.2s;
}
.sr-image-wrap .sr-image-inner i {
  position: absolute;
  color: white;
  bottom: 5px;
  right: 5px;
}
.sr-image-wrap .sr-image-inner:hover i {
  color: #e6e6e6;
  cursor: pointer;
}
@media (max-width: 991px) {
  .sr-image-wrap {
    width: 100%;
    max-height: 150px;
    margin-bottom: 15px;
  }
}

.sr-content-wrap {
  padding-left: 20px;
}
@media (max-width: 991px) {
  .sr-content-wrap {
    width: 100%;
    padding-left: 15px;
  }
}

p.left-icon {
  margin-bottom: 0.6rem;
}

section.sections.hr-section {
  padding-top: 20px;
}
section.sections.hr-section hr {
  background-color: #787474;
}

.terms-conditions a:hover {
  text-decoration: underline;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

.wtb {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-align: left;
  font-size: 28px;
  margin-top: 25px;
}

/* login section start */
.login-section {
  margin-bottom: 15px;
}

.register-left {
  z-index: -0;
}

a.address-link {
  text-transform: uppercase;
  border-bottom: 1px solid;
  margin-top: 11px !important;
  display: inline-block;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 14px;
  transition: all 0.2s;
  line-height: 1;
  font-weight: 700;
}
@media (max-width: 767px) {
  a.address-link {
    margin-top: 10px !important;
  }
}
a.address-link:hover {
  text-decoration: none !important;
  transition: all 0.2s;
  border-bottom: none !important;
}

.sub-section-title h3 {
  margin-bottom: 14px;
  font-size: 32px;
}

.register-left h2, .section-left h2 {
  font-size: 34px;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 700;
}
@media (max-width: 575px) {
  .register-left h2, .section-left h2 {
    font-size: 29px;
  }
}

/* login section end */
/* basket start */
.basket-wrap {
  border: 1px solid #EBEBEB;
  padding: 20px 20px 30px 20px;
  border-radius: 3px;
}
@media (max-width: 991px) {
  .basket-wrap {
    border-color: transparent !important;
  }
}
@media (max-height: 414px) {
  .basket-wrap {
    padding: 15px 20px 10px 20px;
    max-height: 80vh !important;
  }
}
.basket-wrap .scroll-wrap {
  max-height: 430px;
  overflow: scroll;
}
@media (max-height: 458px) {
  .basket-wrap .scroll-wrap {
    padding: 15px 20px 10px 20px;
    max-height: 75vh !important;
    overflow: scroll;
  }
}
@media (max-height: 414px) {
  .basket-wrap .scroll-wrap {
    max-height: 150px !important;
    max-height: 100%;
  }
}
.basket-wrap h4 {
  color: #010c28;
  font-size: 19px;
  margin-bottom: 7px;
}
@media (max-height: 414px) {
  .basket-wrap h4 {
    margin-bottom: 5px;
  }
}
.basket-wrap svg.close-basket {
  position: absolute;
  right: 12px;
  top: 16px;
  width: 30px;
  height: 30px;
  color: rgba(74, 74, 74, 0.4);
}
@media (min-width: 992px) {
  .basket-wrap svg.close-basket {
    display: none;
  }
}
.basket-wrap svg.close-basket:hover {
  opacity: 0.6;
  cursor: pointer;
}
@media (max-width: 991px) {
  .basket-wrap svg.close-basket {
    right: 7.5px;
    top: -32px;
  }
}
.basket-wrap .basket-inner-details {
  border: 1px solid #EBEBEB;
  padding: 15px 20px;
  border-radius: 3px;
}
@media (max-height: 515px) {
  .basket-wrap .basket-inner-details .row {
    width: 50%;
    flex-wrap: nowrap;
    float: left;
  }
}
.basket-wrap label {
  font-size: 10px;
  text-transform: uppercase;
  color: rgba(74, 74, 74, 0.4);
  font-weight: bold;
}
.basket-wrap p {
  font-size: 13px;
  font-weight: normal;
  margin-bottom: 1rem;
}
@media (max-height: 515px) {
  .basket-wrap p {
    margin-bottom: 4px;
    margin-top: -2px;
  }
}
@media (max-height: 515px) {
  .basket-wrap p {
    margin-bottom: 4px;
    margin-top: -2px;
  }
}
.basket-wrap .view-map-link {
  color: #0433A0 !important;
  font-weight: 700;
  margin-left: 5px;
  text-transform: none;
  text-decoration: underline;
  opacity: 1;
  transition: all 0.2s;
  padding-top: 20px;
}
.basket-wrap .view-map-link:hover {
  transition: all 0.2s;
  text-decoration: none !important;
  cursor: pointer;
}
@media (max-height: 515px) {
  .basket-wrap .change-course-row {
    margin-top: 5px !important;
    width: 100% !important;
    flex-wrap: wrap !important;
    float: none !important;
  }
}
.basket-wrap .change-course-row .change-course {
  font-size: 13px;
  font-weight: 700;
  text-decoration: underline;
  transition: all 0.2s;
}
.basket-wrap .change-course-row .change-course:hover {
  transition: all 0.2s;
  text-decoration: none !important;
}

/* basket start */
/* mobile basket mobile click section */
section.mobile-basket-sector {
  display: none;
}
@media (max-width: 991px) {
  section.mobile-basket-sector {
    display: block;
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #e2241b;
    background-image: url(../images/background-img.png);
    background-color: var(--background_color--dark-mode, #010c28);
    background-size: cover;
    background-position: top left;
    background-size: cover;
    padding: 15px;
    display: flex;
    height: 50px;
    z-index: 22;
  }
}
section.mobile-basket-sector:hover {
  cursor: pointer;
}
section.mobile-basket-sector h2 {
  color: white;
  margin-bottom: 0px;
  font-size: 18px;
}
section.mobile-basket-sector h2 span {
  opacity: 0.75;
  display: inline-block;
  margin-left: 4px;
}
section.mobile-basket-sector img, section.mobile-basket-sector i {
  margin-right: 10px;
  display: inline-block;
  margin-top: -3px;
}
section.mobile-basket-sector svg {
  margin-left: 4px;
  margin-top: -4px;
  transform: rotate(180deg);
  -webkit-transition: all ease-in-out 0.1s;
  transition: all ease-in-out 0.1s;
}
section.mobile-basket-sector.clicked svg {
  transform: rotate(0deg);
  -webkit-transition: all ease-in-out 0.1s;
  transition: all ease-in-out 0.1s;
}

/** basket mobile positioning **/
@media (max-width: 991px) {
  #float-section {
    position: fixed;
    bottom: -100%;
    padding: 0px;
    background: white;
    margin-left: 15px;
    width: calc(100% - 30px);
    z-index: 22;
    -webkit-transition: all ease-in-out 0.1s;
    transition: all ease-in-out 0.1s;
  }
}
@media (min-width: 576px) {
  #float-section {
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) {
  #float-section {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
  }
}
#float-section.opened {
  bottom: 50px;
  -webkit-transition: all ease-in-out 0.1s;
  transition: all ease-in-out 0.1s;
}

/** add overlay to mobile basket open **/
body.opened {
  overflow: hidden;
}
body.opened:after {
  content: '';
  display: block;
  background: rgba(165, 165, 165, 0.6);
  height: 100%;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow-y: hidden;
  overflow: hidden;
  margin: 0;
  z-index: 21;
  height: 100%;
}

/* mobile basket end */
.login-wrap-row .log-out-link {
  text-decoration: underline;
  font-size: 12px;
  transition: all 0.2s;
  font-weight: 700;
}
.login-wrap-row .log-out-link:hover {
  text-decoration: none;
  transition: all 0.2s;
}
@media (max-width: 991px) {
  .login-wrap-row .log-out-col {
    margin-right: 0px;
    margin-top: 25px;
    position: relative;
  }
}
.login-wrap-row .login-wrap .welcome-back {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 1px;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 700 !important;
  text-transform: uppercase;
}
.login-wrap-row .login-wrap .welcome-back a {
  text-decoration: underline;
  color: #2c2c2c !important;
  font-weight: bold;
  margin-left: 0px;
  font-style: italic;
}
.login-wrap-row .login-wrap .balance {
  font-weight: normal;
  margin-bottom: 0px;
  font-size: 13px;
}

hr {
  background-color: #EBEBEB;
  opacity: 1;
}

.hr-row hr {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

@media (max-width: 767px) {
  .house-poscode-row .form-control {
    margin-bottom: 0px;
  }
}
@media (max-width: 767px) {
  .house-poscode-row .address-link {
    margin-bottom: 15px;
  }
}

.days-check-row {
  height: 0;
  margin-top: 0px !important;
  overflow: hidden;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.days-check-row.show {
  height: auto;
  overflow: visible;
  margin-top: 25px !important;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}

.map-popup {
  height: 0px;
  position: absolute;
  overflow: hidden;
  margin-top: -40px;
  margin-left: calc(50% - 120px);
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.map-popup.show {
  position: absolute;
  height: 194px;
  display: block;
  -webkit-box-shadow: 4px 4px 15px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 4px 4px 15px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 4px 4px 15px 0px rgba(0, 0, 0, 0.5);
  border-radius: 3px !important;
  overflow: hidden;
  margin-top: -236px;
  margin-left: calc(50% - 120px);
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}

.min-course-wrap {
  border: 1px solid #0433A0;
  padding: 15px;
  margin-bottom: 20px;
  border-radius: 3px;
}
.min-course-wrap p {
  color: #0433A0;
  margin-bottom: 0px;
  font-weight: 600;
}

@media (max-height: 515px) {
  .basket-wrap {
    overflow-y: scroll;
  }
}
.basket-wrap .basket-inner-details.left-right-details p {
  font-weight: normal;
}

@media (max-height: 515px) {
  .hr-row.sm-hr-row {
    width: 100% !important;
    flex-wrap: wrap !important;
    float: none !important;
  }
}
.hr-row.sm-hr-row hr {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.total-basket-row p {
  color: #04A06B;
}

.basket-right.edit-basket .basket-wrap {
  padding: 20px 20px 20px 20px;
}

.edit-basket .basket-wrap {
  position: sticky;
  top: 10px;
  transition: .5s ease;
}
@media (max-width: 1199px) {
  .edit-basket .basket-wrap {
    top: 10px;
  }
}
@media (max-width: 1023px) {
  .edit-basket .basket-wrap {
    top: 10px;
  }
}

.edit-basket .basket-wrap.extra-top {
  transition: .5s ease;
  top: 120px !important;
}

@media (max-height: 515px) {
  .basket-wrap .basket-inner-details .row.summary-row {
    width: 100%;
    flex-wrap: wrap;
    float: none;
  }
}

@media (max-width: 991px) {
  .change-basket-row {
    margin-top: 10px;
  }
}

.row.radio-inline-row p {
  margin-bottom: 10px;
}

.min-course-wrap.non-basket {
  height: 100%;
  display: flex;
  align-items: center;
  border-radius: 3px;
  padding: 0 15px;
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .min-course-wrap.non-basket {
    padding: 15px;
  }
}
.min-course-wrap.non-basket p {
  line-height: 2;
}

.basket-wrap.non-basket {
  padding: 0;
  height: 100%;
  margin-bottom: 0px;
  border: 1px solid #EBEBEB !important;
}
@media (max-width: 767px) {
  .basket-wrap.non-basket {
    margin-top: 20px;
    height: auto;
  }
}
.basket-wrap.non-basket .basket-inner-details {
  border: none;
  padding: 15px;
  border-radius: 3px;
  width: 100%;
  height: 100%;
  display: flex;
  font-size: 14px;
  align-items: center;
}
.basket-wrap.non-basket .basket-inner-details .basket-inner-wrap {
  width: 100%;
}
.basket-wrap.non-basket .summary-row p {
  font-size: 14px !important;
}
.basket-wrap.non-basket .summary-row .basket-total-col {
  position: relative;
}
.basket-wrap.non-basket .summary-row .basket-total-col p {
  padding-right: 2em;
}
.basket-wrap.non-basket .summary-row .basket-total-col svg {
  position: absolute;
  right: 10px;
  top: -1px;
  width: 20px;
  height: 20px;
  color: #DD3D33;
  display: block;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.basket-wrap.non-basket .summary-row .basket-total-col svg:hover {
  opacity: 0.6;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  cursor: pointer;
}

.multi-btn-row {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .inline-btn-col {
    width: 100%;
    margin-top: 20px;
    text-align: right;
  }
}
@media (max-width: 767px) {
  .inline-btn-col.voucher-btns {
    width: auto;
    margin-top: 0px;
    margin-left: auto;
  }
}

a.alt-text-link {
  text-transform: uppercase;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  border-bottom: 2px solid;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  font-weight: bold;
  font-size: 14px;
  line-height: 1;
}
a.alt-text-link:hover {
  border-bottom: 0px solid transparent;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  text-decoration: none;
  cursor: pointer;
}
a.alt-text-link.inline-link {
  vertical-align: super;
}

@media (max-width: 767px) {
  .find-us-row {
    margin-top: 7px !important;
  }
}

@media (max-width: 767px) {
  .find-us-col {
    min-width: 100%;
    width: 100%;
  }
}
.find-us-col .find-us-select {
  min-width: 300px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .find-us-col .find-us-select {
    min-width: 100%;
    width: 100%;
  }
}

.width-alt {
  max-width: 100%;
}
@media (min-width: 992px) {
  .width-alt {
    max-width: 75%;
  }
}

.sub-title-description {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .sub-title-description {
    margin-bottom: 0px;
  }
}

h2.booking-confirmed {
  padding-left: 38px;
  padding-bottom: 0px;
}
h2.booking-confirmed i {
  font-size: 28px;
  position: relative;
  display: inline;
  padding-right: 10px;
  color: #04A06B;
  margin-top: 4px;
  position: absolute;
  margin-left: -38px;
}

.basket-total-col.no-del p {
  padding-right: 0px !important;
}

.form-readonly-row {
  margin-bottom: 10px;
}
.form-readonly-row label {
  font-weight: bold;
  padding-bottom: 0px;
}

@media (max-width: 991px) {
  .half-text-section {
    padding-bottom: 20px !important;
  }
}
.half-text-section .half-content-wrap h2 {
  margin-bottom: 15px;
  font-size: 35px;
}
.half-text-section .half-content-wrap p {
  line-height: 2;
  margin-bottom: 18px;
}
.half-text-section .half-content-wrap p:last-child {
  margin-bottom: 0px;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .half-text-section .half-content-wrap p {
    line-height: 1.5;
  }
}
.half-text-section .half-img-wrap {
  position: relative;
}
.half-text-section .half-img-wrap.w-shadow::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: black;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.3);
}
@media (max-width: 991px) and (min-width: 768px) {
  .half-text-section .half-img-wrap .main-img {
    object-fit: cover;
    width: 100%;
    max-height: 300px;
    object-position: 0px -45px;
  }
}
.half-text-section .half-img-wrap img.dot-white {
  position: absolute;
  bottom: 0px;
  right: 30px;
  width: 130px;
}
@media (max-width: 428px) {
  .half-text-section .half-img-wrap img.dot-white {
    right: 30px;
    width: 100px;
  }
}
.half-text-section .half-img-wrap .logo-about {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 2;
}
@media (max-width: 428px) {
  .half-text-section .half-img-wrap .logo-about {
    right: 10px;
  }
}
@media (max-width: 991px) {
  .half-text-section .half-img-wrap {
    margin-bottom: 25px;
  }
}

.section.about-section {
  overflow-x: hidden;
  padding-top: 42px;
  padding-bottom: 0px;
}
.section.about-section .about-container {
  position: relative;
  margin-bottom: 0px;
  padding-bottom: 55px;
}
.section.about-section .about-container::before {
  background-color: #e6e6e6;
  position: absolute;
  bottom: 0;
  left: -50%;
  display: block;
  width: 200%;
  height: 65%;
  background-size: cover;
  background-repeat: no-repeat;
  content: " ";
  z-index: -1;
}
.section.about-section .our-vision-wrap {
  background-color: #0433A0;
  color: white;
  padding: 40px;
  background-image: url(../images/background-img.png);
  background-color: var(--background_color--dark-mode, #010c28);
  background-size: cover;
  background-position: top left;
}
.section.about-section .our-vision-wrap h2 {
  font-size: 45px;
  margin-bottom: 12px;
  color: white;
}
.section.about-section .our-vision-wrap p {
  margin-bottom: 25px;
  font-size: 15px;
  font-weight: 700;
}
@media (min-width: 992px) {
  .section.about-section .our-vision-wrap p {
    max-width: 700px;
  }
}
.section.about-section .about-list li {
  padding-left: 40px;
  background-color: transparent;
  border: 0px;
  color: white;
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: 700;
}
.section.about-section .about-list li::before {
  content: '';
  position: absolute;
  background-image: url("../images/soccer_ball.png");
  display: inline-block;
  background-size: 27px 27px;
  background-repeat: no-repeat;
  width: 27px;
  height: 27px;
  margin-left: -40px;
  margin-top: -13.5px;
  top: 50%;
}
.section.about-section .about-list li:last-child {
  margin-bottom: 0px;
}

@media (min-width: 768px) {
  #my-case-study-video {
    min-height: 316px;
  }
}
@media (min-width: 1199px) {
  #my-case-study-video {
    min-height: 379px;
  }
}
@media (min-width: 768px) {
  #my-case-study-video video {
    object-fit: cover;
  }
}

.full-paragraph p {
  line-height: 2;
  margin-bottom: 18px;
}
@media (min-width: 1200px) {
  .full-paragraph p {
    line-height: 2.5;
  }
}

.wrapped-title {
  border: 1px solid white;
  width: auto;
  max-width: fit-content;
  margin: 0 auto;
  padding: 1px 20px;
  margin-bottom: 10px;
  border-radius: 3px;
  color: white;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
}

.half-text-section.w-bkg {
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  margin-bottom: 0px;
}
@media (max-width: 991px) {
  .half-text-section.w-bkg {
    background-position: top right;
    background-size: 50% 60%;
  }
}
@media (max-width: 428px) {
  .half-text-section.w-bkg {
    background-size: 50% 52%;
  }
}
.half-text-section.w-bkg.bkg-left {
  background-position: left;
  background-size: contain;
}
@media (max-width: 991px) {
  .half-text-section.w-bkg.bkg-left {
    background-position: top right;
    background-size: 50% 60%;
  }
}
@media (max-width: 428px) {
  .half-text-section.w-bkg.bkg-left {
    background-size: 50% 52%;
  }
}
.half-text-section.w-bkg.last {
  padding-bottom: 75px !important;
}
@media (max-width: 991px) {
  .half-text-section.w-bkg.last {
    padding-bottom: 60px !important;
  }
}

.text-col-justified {
  height: 100%;
  align-content: space-between;
}
.text-col-justified .half-content-wrap {
  height: 100%;
  justify-content: space-between;
  flex-direction: column;
  display: inline-flex;
}
.text-col-justified .half-content-wrap h2 {
  line-height: 0.9;
}
.text-col-justified .half-content-wrap p:last-of-type {
  margin-bottom: 0px;
}
.text-col-justified .half-content-wrap a {
  max-width: fit-content;
  margin-top: 15px;
}

@media (min-width: 1400px) {
  .half-text-section .half-right .half-img-wrap {
    max-height: 379px;
    object-fit: cover;
    overflow: hidden;
  }
}

h1.wrapped-titles {
  position: absolute;
  margin-top: -20px;
  margin-left: 2px;
  font-size: 21px;
  color: white;
  text-transform: uppercase;
  font-family: "Neue Aachen Std", Helvetica, Arial, sans-serif;
  font-weight: 400 !important;
}
@media (max-width: 767px) {
  h1.wrapped-titles {
    margin-top: -13px;
    font-size: 15px;
  }
}

/*.register-left.contact-left-col {
	@media (min-width: 768px) {
		width: 52.33333333%!important;
		margin-right: auto;
	}
	@media (min-width: 992px) {
		width: 59.66666667%!important;
		margin-right: auto;
	}
	
}*/
@media (max-width: 767px) {
  .contact-right {
    margin-top: 40px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .contact-right .social__channel[data-v-3d3bf44c] {
    margin: 0 4px 16px;
  }
}
.contact-right .contact-wrap {
  border: 1px solid #EBEBEB;
  padding: 20px 20px 30px 20px;
  border-radius: 0px;
  border-color: #0433A0;
  background-color: #0433A0;
  background-size: cover;
  background-position: top left;
  color: white;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .contact-right .contact-wrap {
    max-width: 329px;
    margin-left: auto;
  }
}
.contact-right .contact-wrap::after {
  content: "";
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 5px;
  right: 20px;
  width: 104px;
  height: 157px;
  opacity: 0.3;
  z-index: 1;
}
@media (max-width: 767px) {
  .contact-right .contact-wrap::after {
    width: 35%;
    height: 45%;
  }
}
.contact-right .contact-wrap h4 {
  color: white !important;
  font-size: 22px;
  margin-bottom: 25px;
  z-index: 2;
}
@media (min-width: 1200px) {
  .contact-right .contact-wrap h4 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .contact-right .contact-wrap h4 {
    font-size: 22px;
  }
}
.contact-right .contact-wrap label {
  color: white !important;
  z-index: 2;
  font-weight: bold;
}
.contact-right .contact-wrap p {
  font-weight: 400;
  z-index: 2;
}
.contact-right .contact-wrap label, .contact-right .contact-wrap p {
  font-size: 11px;
}
@media (min-width: 1200px) {
  .contact-right .contact-wrap label, .contact-right .contact-wrap p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .contact-right .contact-wrap label, .contact-right .contact-wrap p {
    font-size: 14px;
  }
}
.contact-right .contact-wrap .social-media-list {
  margin-bottom: 0px;
}
.contact-right .contact-wrap .social-media-list li {
  margin-right: 0px;
  padding-left: 8px;
  padding-right: 8px;
  z-index: 2;
}
@media (max-width: 991px) and (min-width: 768px) {
  .contact-right .contact-wrap .social-media-list li {
    padding-left: 4px;
    padding-right: 4px;
  }
}
.contact-right .contact-wrap .social-media-list li:hover {
  cursor: pointer;
}
.contact-right .contact-wrap .social-media-list li a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 2;
  display: block;
}
.contact-right .contact-wrap .social-media-list li a svg {
  fill: white;
  position: relative;
  width: 20px;
  height: 20px;
  z-index: 2;
}
@media (min-width: 1200px) {
  .contact-right .contact-wrap .social-media-list li a svg {
    width: 25px;
    height: 25px;
    margin-left: 5px;
    margin-right: 5px;
  }
}
@media (max-width: 767px) {
  .contact-right .contact-wrap .social-media-list li a svg {
    width: 25px;
    height: 25px;
    margin-left: 5px;
    margin-right: 5px;
  }
}
.contact-right .contact-wrap .social-media-list li:hover {
  opacity: 0.8;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}

.qa-rows .cust-question {
  font-weight: bold;
  color: #0433A0;
  margin-bottom: 5px;
}
.qa-rows .cust-question.wtb-title {
  font-size: 26px;
  color: #2c2c2c;
  text-transform: uppercase;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 400;
}
.qa-rows .cust-answer {
  margin-bottom: 30px;
  line-height: 2;
}

.sub-menu-right {
  z-index: 1;
}

.terms-title {
  font-size: 26px;
  margin-top: 25px;
  padding-bottom: 5px;
  margin-bottom: 25px;
  border-bottom: 1px solid #DBDBDB;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}

.sub-menu-wrap {
  position: sticky;
  top: 10px;
  transition: .5s ease;
}
@media (max-width: 1199px) {
  .sub-menu-wrap {
    top: 10px;
  }
}
@media (max-width: 1023px) {
  .sub-menu-wrap {
    top: 10px;
  }
}

.sub-menu-right .sub-menu-wrap.extra-top {
  transition: .5s ease;
  top: 120px !important;
}

.tabs-to-dropdown {
  /** Desktop Tabs Start **/
  /** Desktop Tabs End **/
  /** Mobile Tabs Start **/
  /** Mobile Tabs End **/
}
@media (min-width: 768px) {
  .tabs-to-dropdown {
    border: 1px solid #0433A0;
    padding: 20px 20px 40px 20px;
    border-radius: 0px;
    border-color: #0433A0;
    background-color: #0433A0;
    background-size: cover;
    background-position: top left;
    color: white;
    position: relative;
    z-index: 1;
    z-index: 1;
    max-width: 270px;
    margin-left: auto;
  }
  .tabs-to-dropdown::before {
    content: "";
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 5px;
    right: 20px;
    width: 104px;
    height: 157px;
    opacity: 0.3;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  .tabs-to-dropdown::before {
    width: 35%;
    height: 45%;
  }
}

@media (min-width: 768px) {
  .tabs-to-dropdown.my-account {
    padding: 20px 20px 20px 20px;
  }
}
@media (min-width: 768px) {
  .tabs-to-dropdown.my-account .nav-item.log-out-li {
    margin-top: 25px !important;
  }
}
.tabs-to-dropdown .tabs-to-dropdown-ul {
  position: relative;
  z-index: 3;
}
.tabs-to-dropdown .tabs-to-dropdown-ul.nav-pills li {
  margin-bottom: 10px;
}
.tabs-to-dropdown .tabs-to-dropdown-ul.nav-pills li a.nav-link {
  color: white !important;
  padding: 0px;
  display: inline-flex;
  font-family: "Neue Aachen Std", Helvetica, Arial, sans-serif;
  font-weight: 400 !important;
  font-size: 19px;
  line-height: 20px;
  border-bottom: 2px solid transparent;
  border-radius: 0px;
  padding-top: 7px !important;
}
@media (min-width: 1200px) {
  .tabs-to-dropdown .tabs-to-dropdown-ul.nav-pills li a.nav-link {
    font-size: 19px;
  }
}
@media (max-width: 767px) {
  .tabs-to-dropdown .tabs-to-dropdown-ul.nav-pills li a.nav-link {
    font-size: 17px;
  }
}
.tabs-to-dropdown .tabs-to-dropdown-ul.nav-pills li a.nav-link.active {
  border-bottom: 2px solid;
  border-radius: 0px;
  background: transparent;
}
.tabs-to-dropdown .tabs-to-dropdown-ul.nav-pills li a.nav-link:hover {
  color: #e2241b !important;
  text-decoration: none;
}
.tabs-to-dropdown .tabs-to-dropdown-ul.nav-pills li:last-of-type {
  margin-bottom: 0px;
}
.tabs-to-dropdown .nav-wrapper .dropdown {
  width: 100%;
}
.tabs-to-dropdown .nav-wrapper .dropdown .btn.dropdown-toggle {
  width: 100%;
  min-width: 100%;
  display: inline-flex;
  padding-top: 11px;
  justify-content: space-between;
  line-height: 34px;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  margin-bottom: 0px;
  background-color: #0433A0;
  border-color: #0433A0;
  border-width: 2px;
  color: white;
  text-transform: uppercase;
  font-family: "Neue Aachen Std", Helvetica, Arial, sans-serif;
  font-weight: 400 !important;
  font-weight: normal;
  font-size: 19px;
  border-radius: 0px;
  	/*&::after {
  		content: '\F479';
  		font-family: "bootstrap-icons";
  		font-size: 24px;
  	    position: relative;
  	    display: inline-flex;
  	    justify-content: flex-end;
  	    border: none;
  	    -webkit-transition: all ease-in-out 0.2s;
          transition: all ease-in-out 0.2s;
  	}*/
}
.tabs-to-dropdown .nav-wrapper .dropdown .btn.dropdown-toggle::after {
  display: none;
}
.tabs-to-dropdown .nav-wrapper .dropdown .btn.dropdown-toggle:focus {
  outline: none !important;
  box-shadow: none !important;
}
.tabs-to-dropdown .nav-wrapper .dropdown .btn.dropdown-toggle:hover {
  background-color: #0433A0;
  border-color: #0433A0;
  border-width: 2px;
  color: white;
}
.tabs-to-dropdown .nav-wrapper .dropdown .btn.dropdown-toggle + .dropdown-menu {
  width: 100%;
  border-radius: 0px;
  border-color: #0433A0;
  -webkit-box-shadow: 0px 1px 10px 1px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 1px 10px 1px rgba(0, 0, 0, 0.11);
}
.tabs-to-dropdown .nav-wrapper .dropdown .btn.dropdown-toggle.show {
  background-color: #0433A0;
  border-color: #0433A0;
  border-width: 2px;
  color: white;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  	/*&::after {
  		content: '\F659';
  		font-family: "bootstrap-icons";
  		font-size: 18px;
  	    position: relative;
  	    display: inline-flex;
  	    justify-content: flex-end;
  	    border: none;
  	    -webkit-transition: all ease-in-out 0.2s;
          transition: all ease-in-out 0.2s;
  	}*/
}
.tabs-to-dropdown .nav-wrapper .dropdown .btn.dropdown-toggle.show + .dropdown-menu.show {
  margin-top: -2px !important;
  z-index: 5;
  padding-top: 0px;
  padding-bottom: 0px;
  border-color: white;
}
.tabs-to-dropdown .nav-wrapper .dropdown .btn.dropdown-toggle.show + .dropdown-menu.show .dropdown-item {
  font-family: "Neue Aachen Std", Helvetica, Arial, sans-serif;
  font-weight: 400 !important;
  font-size: 19px;
  text-transform: uppercase;
  margin-bottom: 0px;
  letter-spacing: 1px;
  border-bottom: 1px solid white;
  color: #0433A0 !important;
  padding: 10px 15px 7px;
}
.tabs-to-dropdown .nav-wrapper .dropdown .btn.dropdown-toggle.show + .dropdown-menu.show .dropdown-item:hover {
  color: #0433A0 !important;
  background: white !important;
  text-decoration: none !important;
}
.tabs-to-dropdown .nav-wrapper .dropdown .btn.dropdown-toggle.show + .dropdown-menu.show .dropdown-item:last-of-type {
  border-bottom: 0px;
}
.tabs-to-dropdown .nav-wrapper .dropdown .btn.dropdown-toggle.show + .dropdown-menu.show .dropdown-item.active {
  color: white !important;
  background-color: #0433A0 !important;
}

/* Icon 4 */
#nav-icon4 {
  width: 20px;
  height: 14px;
  position: relative;
  margin: 0px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  align-self: center;
  margin-top: -7px;
}

#nav-icon4 span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: white;
  border-radius: 0px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon4 span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon4 span:nth-child(2) {
  top: 6px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon4 span:nth-child(3) {
  top: 12px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon4.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0px;
  left: 0px;
}

#nav-icon4.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

#nav-icon4.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 14px;
  left: 0px;
}

.cus-ul {
  margin-bottom: 25px;
}
.cus-ul li {
  margin-bottom: 8px;
}
.cus-ul li:last-of-type {
  margin-bottom: 0px;
}

.attendee-form-wrap {
  display: none;
}
.attendee-form-wrap.show {
  display: block;
}

.attendee-table-wrap {
  display: block;
}
.attendee-table-wrap.hide {
  display: none;
}

.tablesaw td .btn, .tablesaw tbody th .btn {
  margin: 0;
  margin-bottom: 3px;
  margin: 0 auto;
}

.tabs-to-dropdown .tabs-to-dropdown-ul.nav-pills li a.btn-tertiary.nav-link {
  border: 2px solid white !important;
  font-family: "Open Sans", Helvetica, Arial, sans-serif !important;
  padding: 12px !important;
  font-size: 13px !important;
  font-weight: 700 !important;
}
.tabs-to-dropdown .tabs-to-dropdown-ul.nav-pills li a.btn-tertiary.nav-link:hover {
  color: #0433A0 !important;
  background-color: white !important;
}

.parent-guide-right .tabs-to-dropdown {
  background-image: none;
  background-color: #0433A0;
}

.figures-wrap-ind {
  background-color: #0433A0;
  background-size: cover;
  padding: 25px 25px;
  display: flex;
}
.figures-wrap-ind.dark {
  background-color: #0433A0;
  background-size: cover;
  background-position: top left;
}
.figures-wrap-ind .figures-inner-wrap {
  margin-top: auto;
  margin-bottom: auto;
}
.figures-wrap-ind .figures-inner-wrap p {
  font-size: 17px;
  line-height: 1.4;
  margin-bottom: 0px;
  color: white;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
}

.donate-wrap {
  position: sticky;
  top: 15px;
  transition: .5s ease;
}
@media (max-width: 991px) {
  .donate-wrap {
    margin-top: 25px;
  }
}

.donate-right .donate-wrap.extra-top {
  transition: .5s ease;
  top: 120px !important;
}

.voucher-inner-wrap {
  padding: 18px 20px !important;
}

.btn-multi-attendees {
  min-width: 173px;
  white-space: nowrap;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .btn-multi-attendees {
    font-size: 15px !important;
    min-width: 129px !important;
    padding: 10px 12px !important;
  }
}

.full-screen-modal {
  background: rgba(255, 255, 255, 0.96);
}
.full-screen-modal .modal-dialog {
  max-width: 100%;
  margin: 0 auto;
}
.full-screen-modal .modal-content {
  box-shadow: none;
  border: none;
  background: transparent;
  height: 100%;
}
.full-screen-modal button.close {
  opacity: 0.7;
  font-size: 50px;
  color: #DBDBDB;
}
.full-screen-modal button.close:hover {
  opacity: 1;
}
.full-screen-modal .modal-header {
  background: none;
  padding: 30px 41px 0px 21px;
}
.full-screen-modal .modal-body {
  max-width: 690px;
  width: 100%;
  margin: 0 auto;
}
.full-screen-modal .modal-body input, .full-screen-modal .modal-body select, .full-screen-modal .modal-body textarea {
  background-color: transparent;
}
.full-screen-modal .modal-footer {
  border-top: 0px;
}

.searches-row {
  display: none;
}
.searches-row.show {
  display: block;
}

.searches-row2 {
  display: none;
}
.searches-row2.show {
  display: block;
}

@media (min-width: 768px) {
  .search-result-section .search-result-section-wrap .pitches-avail .availablity-invitation {
    position: relative;
    right: 0px;
  }
}
.search-result-section .search-result-section-wrap .pitches-avail .availablity-invitation {
  position: relative;
  right: 0px;
}

.pitches-avail {
    /*@media(max-width: 991px) and (min-width: 768px) {
        margin-top: 10px;

    }*/
}
@media (max-width: 767px) {
  .pitches-avail .availablity-invitation {
    margin-bottom: 0px !important;
  }
}
@media (max-width: 767px) {
  .pitches-avail .availablity {
    margin-bottom: 0px !important;
  }
}

.pitches-section p {
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .pitches-section p {
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .col-auto.ms-auto.checks-col {
    position: absolute;
    right: 30px !important;
    height: 40px !important;
    width: 40px !important;
    padding: 0px;
    top: 50%;
  }
}

.pitches-check.form-check {
  margin-bottom: 0px;
}
.pitches-check.form-check .form-check-input {
  float: left;
  margin-left: -2em;
  width: 40px;
  height: 40px;
  margin-top: -30px;
}
@media (max-width: 767px) {
  .pitches-check.form-check .form-check-input {
    margin-top: -20px;
  }
}
@media (min-width: 768px) {
  .pitches-check.form-check .form-check-input {
    border-color: #0433A0;
  }
}

.pitches-details {
  margin-bottom: 15px;
}
.pitches-details p {
  margin-bottom: 0px;
}

.scroll-wrap {
  max-height: 430px;
  overflow: scroll;
}

.total-pitches {
  color: #04A06B;
  font-size: 18px;
  font-weight: bold;
}

@media (max-height: 515px) {
  .basket-wrap .pitches-details p {
    margin-bottom: 0px;
    margin-top: 0px;
  }

  .scroll-wrap {
    max-height: 230px !important;
    overflow: scroll;
  }
}
.search-result-section .search-result-section-wrap .date-place-type-row p.left-icon svg.bi-currency-pound + span {
  margin-left: -5px;
}

@media (max-height: 515px) {
  .basket-wrap .basket-inner-details.pitches-details .row {
    width: 100%;
    flex-wrap: wrap;
    float: none;
  }
}
section.search-result-section.mt-5.pitches-section.sold-out .pitches-check.form-check .form-check-input {
  border-color: #DBDBDB !important;
}

.todays-date {
  font-weight: bold;
}
@media (min-width: 991px) {
  .todays-date {
    font-size: 17px;
  }
}

.week-day-selection-row {
  margin-bottom: 20px;
}
@media (max-width: 414px) {
  .week-day-selection-row .btn-primary {
    font-size: 13px;
  }
}

.time-ul {
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  padding-top: 8px;
  padding-bottom: 8px;
}
.time-ul li {
  width: 190px;
  color: #2c2c2c;
  background-color: white;
  margin: 7px;
  margin-left: 0px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  position: relative;
  box-sizing: border-box;
  text-align: left;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  justify-content: flex-start;
  text-decoration: none;
  height: 61px !important;
}
.time-ul li .time-wrap .time-span {
  white-space: nowrap;
}
@media (max-width: 767px) and (max-width: 575px) {
  .time-ul li .time-wrap .time-span {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .time-ul li .time-wrap .time-span > span {
    display: none;
  }
}

ul.day-select-ul {
  flex-wrap: wrap;
  margin: 0;
  margin-left: calc(190px + 7px);
  padding: 0;
  position: relative;
  list-style: none;
}
ul.day-select-ul li {
  padding-left: 16px;
  padding-right: 16px;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  justify-content: flex-start;
  text-decoration: none;
  width: 66px !important;
  height: 61px !important;
  margin: 0px 5px;
  text-align: center;
}
@media (max-width: 575px) {
  ul.day-select-ul li {
    font-size: 12px;
  }
}
ul.day-select-ul li .day-select {
  color: #2c2c2c;
  font-weight: bold;
}
ul.day-select-ul.day-number-ul li {
  margin: -30px 5px 0px;
  border-bottom: 1px solid #dddddd;
  height: 38px !important;
}
ul.day-select-ul.day-number-ul li .day-select {
  color: #e2241b;
  font-weight: 400;
  font-weight: 12px !important;
}

.selection-ul {
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  padding-top: 8px;
  padding-bottom: 8px;
}
.selection-ul .selection-box {
  border-radius: 4px;
  border: 2px solid #0433A0;
  margin: 7px 5px;
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  position: relative;
  box-sizing: border-box;
  text-align: left;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  justify-content: flex-start;
  text-decoration: none;
  width: 66px !important;
  height: 61px !important;
}
.selection-ul .selection-box.disabled {
  border: 1px solid #898989;
  opacity: 0.5;
  cursor: not-allowed;
}
.selection-ul .selection-box.disabled:hover {
  text-decoration: none;
  border: 1px solid #898989;
  background-color: transparent;
}
.selection-ul .selection-box.disabled.selected {
  border: 1px solid #898989;
  background-color: transparent;
}
.selection-ul .selection-box.disabled.selected:hover {
  text-decoration: none;
  border: 1px solid #898989;
  background-color: transparent;
}
.selection-ul .selection-box.my-booked {
  border: 1px solid #0433A0;
  background-color: #0433A0;
  opacity: 1;
  cursor: default;
  pointer-events: none;
}
.selection-ul .selection-box.selected {
  border: 2px solid #0433A0;
  background-color: #0433A0;
}
.selection-ul .selection-box.selected:hover {
  text-decoration: none;
  border: 2px solid #0433A0;
  background-color: #0433A0;
}
.selection-ul .selection-box:hover {
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.04);
}

.timeslot-legend {
  margin-left: 15px;
  margin-top: 25px;
}
@media (max-width: 1199px) {
  .timeslot-legend {
    margin-left: 0px;
  }
}
@media (max-width: 575px) {
  .timeslot-legend {
    font-size: 10px;
  }
}
.timeslot-legend .keys {
  margin-right: 30px;
  margin-left: 10px;
  margin-bottom: 30px;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  margin-top: -10px;
}
@media (max-width: 767px) {
  .timeslot-legend .keys {
    margin-right: 20px;
    width: 20px;
    height: 20px;
    margin-top: 0px;
  }
}
@media (max-width: 575px) {
  .timeslot-legend .keys {
    margin-top: -5px;
  }
}
@media (max-width: 413px) {
  .timeslot-legend .keys {
    width: 15px;
    height: 15px;
    margin-right: 15px;
    margin-top: 0px;
  }
}
.timeslot-legend .keys.available {
  border: 2px solid #0433A0;
}
.timeslot-legend .keys.unavailable {
  border: 1px solid #898989;
  opacity: 0.5;
}
.timeslot-legend .keys.selected {
  background-color: #0433A0;
  border: 2px solid #0433A0;
}
.timeslot-legend .keys.my-booking {
  background-color: #0433A0;
  border: 2px solid #0433A0;
}

@media (min-width: 1400px) {
  .time-ul li {
    width: 160px;
    color: #2c2c2c;
    margin: 7px;
    margin-left: 0px;
    padding-left: 0px;
    padding-right: 16px;
    text-align: left;
    align-items: center;
    padding-top: 8px;
    height: 77px !important;
  }

  ul.day-select-ul {
    margin-left: calc(160px + 7px);
    flex-wrap: nowrap;
  }
  ul.day-select-ul li {
    width: 77px !important;
    height: 61px !important;
    padding: 0px 5px;
  }

  .selection-ul .selection-box {
    width: 77px !important;
    height: 77px !important;
  }
}
@media (max-width: 1199px) {
  .time-ul li {
    width: 160px;
    color: #2c2c2c;
    margin: 7px;
    margin-left: 0px;
    padding-left: 0px;
    padding-right: 16px;
    text-align: left;
    align-items: center;
    padding-top: 8px;
    height: 50px !important;
  }

  ul.day-select-ul {
    margin-left: calc(160px + 7px);
    flex-wrap: nowrap;
  }
  ul.day-select-ul li {
    width: 54px !important;
    height: 61px !important;
    padding: 0px 5px;
  }

  .selection-ul .selection-box {
    width: 54px !important;
    height: 50px !important;
  }
}
@media (max-width: 991px) {
  .time-ul li {
    width: 160px;
    color: #2c2c2c;
    margin: 7px;
    margin-left: 0px;
    padding-left: 0px;
    padding-right: 16px;
    text-align: left;
    align-items: center;
    padding-top: 8px;
    height: 62px !important;
  }

  ul.day-select-ul {
    margin-left: calc(160px + 7px);
    flex-wrap: nowrap;
  }
  ul.day-select-ul li {
    width: 66px !important;
    height: 61px !important;
    padding: 0px 5px;
  }

  .selection-ul .selection-box {
    width: 66px !important;
    height: 62px !important;
  }
}
@media (max-width: 767px) {
  .time-ul li {
    width: 100px;
    margin: 7px;
    margin-left: 0px;
    padding-left: 0px;
    height: 44px !important;
  }

  ul.day-select-ul {
    margin-left: calc(100px + 7px);
    flex-wrap: nowrap;
  }
  ul.day-select-ul li {
    width: 48px !important;
    height: 61px !important;
  }
  ul.day-select-ul.day-number-ul li {
    height: 38px !important;
  }

  .selection-ul .selection-box {
    width: 48px !important;
    height: 44px !important;
  }
}
@media (max-width: 575px) {
  .time-ul li {
    width: 50px;
    margin: 7px;
    margin-left: 0px;
    padding-left: 0px;
    height: 30px !important;
  }

  ul.day-select-ul {
    margin-left: calc(50px + 7px);
    flex-wrap: nowrap;
  }
  ul.day-select-ul li {
    width: 33px !important;
    height: 61px !important;
    padding: 0px;
  }
  ul.day-select-ul.day-number-ul li {
    height: 38px !important;
  }

  .selection-ul .selection-box {
    width: 33px !important;
    height: 30px !important;
    padding: 0px;
  }
}
.keys {
  margin-right: 40px;
  margin-left: 10px;
  margin-bottom: 30px;
  width: 40px;
  height: 24px;
  border-radius: 4px;
}
.keys.availableKey {
  border: 2px solid #0433A0;
}
.keys.unavailableKey {
  border: 1px solid #c5c5c5;
}

.venue-wrap {
  transition: transform 130ms ease-in-out;
  margin-bottom: 20px;
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1);
  -webkit-font-smoothing: antialiased;
  backface-visibility: hidden;
  background-color: #0433A0;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.venue-wrap:hover {
  cursor: pointer;
  -webkit-transform: translateZ(0) scale(1.01);
  transform: translateZ(0) scale(1.01);
  backface-visibility: hidden;
  transition: transform 130ms ease-in-out;
  -webkit-font-smoothing: antialiased;
  backface-visibility: hidden;
}
.venue-wrap:hover h2 {
  transform: translateZ(0) scale(1) !important;
  -webkit-font-smoothing: antialiased;
  font-size: 22px;
  backface-visibility: hidden;
}
.venue-wrap:hover li {
  transform: translateZ(0) scale(1) !important;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  backface-visibility: hidden;
}
.venue-wrap:hover a.btn-primary {
  background-color: #0433A0 !important;
  color: white !important;
}
.venue-wrap .venue-top {
  background-image: url(../images/cta-1.png);
  padding: 10px;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 20px;
  position: relative;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  -webkit-backface-visibility: hidden;
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.venue-wrap .venue-top.venue-1 {
  background-position: top -59px center;
}
.venue-wrap .venue-top.venue-2 {
  background-image: url(../images/whatwedo2.jpg);
}
.venue-wrap .venue-top.venue-3 {
  background-image: url(../images/whatwedo3.jpg);
  background-size: contain;
}
.venue-wrap .venue-top.venue-4 {
  background-image: url(../images/cta-3.png);
  background-size: contain;
  width: 100%;
  background-position: center;
}
.venue-wrap .venue-top::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
  background-image: linear-gradient(180deg, rgba(2, 53, 98, 0) 0%, rgba(51, 51, 51, 0.5) 100%);
}
.venue-wrap .venue-top h2 {
  font-size: 20px;
  margin-bottom: 0px;
  text-transform: uppercase;
  color: white;
  z-index: 2;
  position: relative;
}
@media (max-width: 1199px) {
  .venue-wrap .venue-top h2 {
    font-size: 18px;
  }
}
.venue-wrap .venue-middle {
  background-color: #0433A0;
  padding: 20px 0px;
  color: white;
  overflow: hidden;
}
.venue-wrap .venue-middle ul {
  margin-bottom: 0px;
  padding-left: 0px;
}
.venue-wrap .venue-middle ul li {
  margin-bottom: 10px;
  -webkit-font-smoothing: antialiased;
}
.venue-wrap .venue-middle ul li:last-of-type {
  margin-bottom: 0px;
}
.venue-wrap .venue-bottom a {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.venue-wrap .venue-bottom a:hover {
  box-shadow: none;
}

.subtotal-basket {
  position: relative;
  margin-top: 40px !important;
}
.subtotal-basket h4 {
  margin-top: 0px;
  position: absolute;
  right: 0;
}

.edit-basket .subtotal-basket {
  margin-top: 25px;
  padding-bottom: 15px;
}

/* Targets IE10+ and IE11+ */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .sidebar-logo {
    width: 100%;
    max-height: 120px;
    overflow: hidden;
  }

  .sidenav-toggled .sidebar-logo img {
    width: 40px !important;
  }

  .card-footer {
    display: block;
  }

  #mainNav.fixed-top .sidenav-toggler {
    display: block;
  }
}
@-moz-document url-prefix() {
  section.search-section .search-wrap {
    max-width: 868px;
    min-width: 752px;
  }
  @media (max-width: 767px) {
    section.search-section .search-wrap {
      min-width: 100%;
    }
  }

  section.search-section .search-wrap .search-col .form-select {
    display: block;
    border: 1px solid transparent;
    min-height: 24px;
  }
}
body {
  background: white;
  width: 100%;
  height: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #010c28;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizelegibility;
}

section.sections {
  padding: 50px 0;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: none;
}

/*
* ==========================================================
*     IF THE PUBLIC SIDE OF THIS PROJECT IS BEING USED FOR A NEW PROJECT
	  I.E. THE FUNDAMENTALS OF PUBLIC ARE STAYING THE SAME BUT WITH ADDITIONS
	  THEN PLEASE ADD THE ADDITIONS TO THE BELOW CSS PARTIAL.
* ==========================================================
*/
@font-face {
  font-family: Neue Aachen Std;
  src: url(../fonts/NeueAachenStd.otf);
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUSjIg1_i6t8kCHKm459WRhyyTh89ZNpQ.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUSjIg1_i6t8kCHKm459W1hyyTh89ZNpQ.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUSjIg1_i6t8kCHKm459WZhyyTh89ZNpQ.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUSjIg1_i6t8kCHKm459WdhyyTh89ZNpQ.woff2) format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUSjIg1_i6t8kCHKm459WlhyyTh89Y.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUSjIg1_i6t8kCHKm459WRhyyTh89ZNpQ.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUSjIg1_i6t8kCHKm459W1hyyTh89ZNpQ.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUSjIg1_i6t8kCHKm459WZhyyTh89ZNpQ.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUSjIg1_i6t8kCHKm459WdhyyTh89ZNpQ.woff2) format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUSjIg1_i6t8kCHKm459WlhyyTh89Y.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUSjIg1_i6t8kCHKm459WRhyyTh89ZNpQ.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUSjIg1_i6t8kCHKm459W1hyyTh89ZNpQ.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUSjIg1_i6t8kCHKm459WZhyyTh89ZNpQ.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUSjIg1_i6t8kCHKm459WdhyyTh89ZNpQ.woff2) format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUSjIg1_i6t8kCHKm459WlhyyTh89Y.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUSjIg1_i6t8kCHKm459WRhyyTh89ZNpQ.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUSjIg1_i6t8kCHKm459W1hyyTh89ZNpQ.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUSjIg1_i6t8kCHKm459WZhyyTh89ZNpQ.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUSjIg1_i6t8kCHKm459WdhyyTh89ZNpQ.woff2) format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUSjIg1_i6t8kCHKm459WlhyyTh89Y.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUSjIg1_i6t8kCHKm459WRhyyTh89ZNpQ.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUSjIg1_i6t8kCHKm459W1hyyTh89ZNpQ.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUSjIg1_i6t8kCHKm459WZhyyTh89ZNpQ.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUSjIg1_i6t8kCHKm459WdhyyTh89ZNpQ.woff2) format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUSjIg1_i6t8kCHKm459WlhyyTh89Y.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUSjIg1_i6t8kCHKm459WRhyyTh89ZNpQ.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUSjIg1_i6t8kCHKm459W1hyyTh89ZNpQ.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUSjIg1_i6t8kCHKm459WZhyyTh89ZNpQ.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUSjIg1_i6t8kCHKm459WdhyyTh89ZNpQ.woff2) format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUSjIg1_i6t8kCHKm459WlhyyTh89Y.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUSjIg1_i6t8kCHKm459WRhyyTh89ZNpQ.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUSjIg1_i6t8kCHKm459W1hyyTh89ZNpQ.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUSjIg1_i6t8kCHKm459WZhyyTh89ZNpQ.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUSjIg1_i6t8kCHKm459WdhyyTh89ZNpQ.woff2) format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUSjIg1_i6t8kCHKm459WlhyyTh89Y.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUSjIg1_i6t8kCHKm459WRhyyTh89ZNpQ.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUSjIg1_i6t8kCHKm459W1hyyTh89ZNpQ.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUSjIg1_i6t8kCHKm459WZhyyTh89ZNpQ.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUSjIg1_i6t8kCHKm459WdhyyTh89ZNpQ.woff2) format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUSjIg1_i6t8kCHKm459WlhyyTh89Y.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSKmu0SC55K5gw.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSumu0SC55K5gw.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSOmu0SC55K5gw.woff2) format("woff2");
  unicode-range: U+1F00-1FFF;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSymu0SC55K5gw.woff2) format("woff2");
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS2mu0SC55K5gw.woff2) format("woff2");
  unicode-range: U+0307-0308, U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTVOmu0SC55K5gw.woff2) format("woff2");
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTUGmu0SC55K5gw.woff2) format("woff2");
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSCmu0SC55K5gw.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSGmu0SC55K5gw.woff2) format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSKmu0SC55K5gw.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSumu0SC55K5gw.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSOmu0SC55K5gw.woff2) format("woff2");
  unicode-range: U+1F00-1FFF;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSymu0SC55K5gw.woff2) format("woff2");
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS2mu0SC55K5gw.woff2) format("woff2");
  unicode-range: U+0307-0308, U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTVOmu0SC55K5gw.woff2) format("woff2");
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTUGmu0SC55K5gw.woff2) format("woff2");
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSCmu0SC55K5gw.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSGmu0SC55K5gw.woff2) format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSKmu0SC55K5gw.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSumu0SC55K5gw.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSOmu0SC55K5gw.woff2) format("woff2");
  unicode-range: U+1F00-1FFF;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSymu0SC55K5gw.woff2) format("woff2");
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS2mu0SC55K5gw.woff2) format("woff2");
  unicode-range: U+0307-0308, U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTVOmu0SC55K5gw.woff2) format("woff2");
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTUGmu0SC55K5gw.woff2) format("woff2");
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSCmu0SC55K5gw.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSGmu0SC55K5gw.woff2) format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSKmu0SC55K5gw.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSumu0SC55K5gw.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSOmu0SC55K5gw.woff2) format("woff2");
  unicode-range: U+1F00-1FFF;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSymu0SC55K5gw.woff2) format("woff2");
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS2mu0SC55K5gw.woff2) format("woff2");
  unicode-range: U+0307-0308, U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTVOmu0SC55K5gw.woff2) format("woff2");
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTUGmu0SC55K5gw.woff2) format("woff2");
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSCmu0SC55K5gw.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSGmu0SC55K5gw.woff2) format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSKmu0SC55K5gw.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSumu0SC55K5gw.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSOmu0SC55K5gw.woff2) format("woff2");
  unicode-range: U+1F00-1FFF;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSymu0SC55K5gw.woff2) format("woff2");
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS2mu0SC55K5gw.woff2) format("woff2");
  unicode-range: U+0307-0308, U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTVOmu0SC55K5gw.woff2) format("woff2");
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTUGmu0SC55K5gw.woff2) format("woff2");
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSCmu0SC55K5gw.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSGmu0SC55K5gw.woff2) format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSKmu0SC55K5gw.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSumu0SC55K5gw.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSOmu0SC55K5gw.woff2) format("woff2");
  unicode-range: U+1F00-1FFF;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSymu0SC55K5gw.woff2) format("woff2");
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS2mu0SC55K5gw.woff2) format("woff2");
  unicode-range: U+0307-0308, U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTVOmu0SC55K5gw.woff2) format("woff2");
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTUGmu0SC55K5gw.woff2) format("woff2");
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSCmu0SC55K5gw.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSGmu0SC55K5gw.woff2) format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


.image {
  overflow: hidden;
  position: relative;
  height: 0;
  padding-top: 56.25%;
  width: 100%;
}

.image img {
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}


@media all {
  .title {
    color: #fff;
    font-style: italic;
    font-weight: 900;
    text-transform: uppercase;
  }

  .title__line {
    background: #0333a0;
    display: inline-block;
    padding: 5px;
    position: relative;
    margin-bottom: 5px;
    z-index: 1;
  }

  .title__line__nobg {
    background: inherit;
    display: inline-block;
    padding: 5px;
    position: relative;
    margin-bottom: 5px;
    z-index: 1;
    font-weight: normal;
    text-transform: none;
  }

  @media (max-width: 767px) {
    .title__line__nobg {
      font-size: 16px;
    }
  }

  @media (max-width: 575px) {
    .title__line__nobg {
      font-size: 14px;
    }
  }

  .title__line:last-child {
    margin-bottom: 0;
    z-index: 0;
  }

  .title__line:before {
    left: 1px;
    width: 100vw;
    -webkit-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  .title__line:after, .title__line:before {
    content: "";
    position: absolute;
    top: 0;
    display: block;
    height: 100%;
    background: #0333a0;
  }

  .title__line:after {
    right: 1px;
    width: 20px;
    -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 50% 100%, 0 100%);
    -webkit-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }

  .banner {
    padding-top: 50px;
    padding-bottom: 50px;
    overflow: hidden;
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#003471), to(#0454a6)) 0 0 no-repeat padding-box;
    background: -webkit-linear-gradient(top, #003471, #0454a6) 0 0 no-repeat padding-box;
    background: -o-linear-gradient(top, #003471 0, #0454a6 100%) 0 0 no-repeat padding-box;
    background: linear-gradient(180deg, #003471, #0454a6) 0 0 no-repeat padding-box;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
}


.title__line__nobg {
  font-size: 16px;
  color: white !important;
  margin-bottom: 10px;

}

@media (max-width: 767px) {
  .title__line__nobg {
    font-size: 14px;
  }
}

@media (max-width: 575px) {
  .title__line__nobg {
    font-size: 12px;
  }
}



.featured__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0;
}

.featured__item {
  width: calc(33.33% - 20px);
}

@media (max-width: 991px) {
  .featured__item {
    width: 100%;
    margin-bottom: 50px;
  }

  .featured__item.last {
    width: 100%;
    margin-bottom: 00px;
  }
}


.card {
  border-radius: 10px;
  background: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16078);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16078);
  width: 100%;
  overflow: hidden;
  height: 100%;
  position: relative;
}

.card, .card__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.card__content {
  padding: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

@media (max-width: 1050px) {
  .card__content {
    padding: 20px;
  }
}

.card__meta {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 10px;
}

.card__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.card__title {
  margin: 0 0 20px;
  color: #0454a6;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  line-height: 32px;
  font-weight: 500;
  font-size: 25px;
  font-size: 1.5625rem;
  font-family: "museo-sans", Helvetica, Arial, sans-serif;
  font-style: normal;
}

@media (max-width: 1050px) {
  .card__title {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 27px;
  }
}

.card__image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.card__image .image {
  min-height: 100%;
}

.card__spacer {
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
}

.card--imagetop {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card--hover {
  -webkit-transition: -webkit-transform .2s ease-in-out;
  transition: -webkit-transform .2s ease-in-out;
  -o-transition: -o-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out, -o-transform .2s ease-in-out;
}

.card--hover:hover {
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.button--highlight {
  background-color: #e2241b;
  color: white;
}

.button--highlight:before {
  background-color: #e2241b;
}

.button--highlight:hover {
  background-color: #e2241b;
  color: #fff;
}

/*
* ==========================================================
*     IF THE PUBLIC SIDE OF THIS PROJECT IS BEING USED FOR A NEW PROJECT
	  I.E. THE FUNDAMENTALS OF PUBLIC ARE STAYING THE SAME BUT WITH ADDITIONS
	  THEN PLEASE ADD THE ADDITIONS TO THIS CSS PARTIAL.
* ==========================================================
*/
