@font-face {
  font-family: 'Gotham';
  src: url("../fonts/Gotham-Bold.woff2") format("woff2"), url("../fonts/Gotham-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Gotham';
  src: url("../fonts/Gotham-Medium.woff2") format("woff2"), url("../fonts/Gotham-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Gotham';
  src: url("../fonts/Gotham-Book.woff2") format("woff2"), url("../fonts/Gotham-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

/* // Small devices (landscape phones, 576px and up) */
/* // Medium devices (tablets, 768px and up) */
/*  Large devices (desktops, 992px and up) */
/* Extra large devices (large desktops, 1200px and up) */
.uppercase {
  text-transform: uppercase; }

.lowercase {
  text-transform: lowercase; }

.capitalize {
  text-transform: capitalize; }

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

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

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

.fc-purple {
  color: #6400ff; }

.fc-alizarin {
  color: #E12225; }

.fc-red {
  color: #cd1719; }

.fc-white {
  color: white; }

.fc-gray {
  color: rgba(0, 0, 0, 0.6); }

.fc-black {
  color: #000000; }

.fw-medium {
  font-weight: 500; }

.fw-normal {
  font-weight: normal; }

.fw-bold {
  font-weight: bold; }

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 .5em 0; }

h1, .h1 {
  font-size: 2.125em;
  line-height: 1;
  letter-spacing: -.04em; }
  @media (min-width: 992px) {
    h1, .h1 {
      font-size: 3.75em; } }

h2, .h2 {
  font-size: 2em;
  line-height: 1;
  letter-spacing: -.04em; }
  @media (min-width: 992px) {
    h2, .h2 {
      font-size: 3em; } }

h3, .h3 {
  font-size: 1.5em;
  line-height: 1.1;
  letter-spacing: -.04em; }
  @media (min-width: 992px) {
    h3, .h3 {
      font-size: 2.25em;
      letter-spacing: -.04em; } }

h4, .h4 {
  font-size: 1.375em;
  line-height: 1.4;
  letter-spacing: -.03em; }
  @media (min-width: 992px) {
    h4, .h4 {
      font-size: 1.5em;
      letter-spacing: -.03em; } }

h5, .h5 {
  font-size: 1.125em;
  line-height: 1.3;
  letter-spacing: -.03em; }
  @media (min-width: 992px) {
    h5, .h5 {
      font-size: 1.25em;
      letter-spacing: -.03em; } }

h6, .h6 {
  font-size: 1em;
  line-height: 1.4;
  letter-spacing: -.03em; }

b, strong, .strong {
  font-weight: bold; }

em, .em {
  font-style: italic; }

a.inline-link {
  text-decoration: underline;
  transition: all .1s ease; }
  a.inline-link:hover {
    color: white; }

.btn {
  border-radius: 4px;
  display: table;
  width: auto;
  text-decoration: none;
  border: 0px solid transparent;
  line-height: 30px;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  outline: none;
  font-weight: bold;
  padding-right: 20px;
  padding-left: 35px;
  position: relative;
  background: transparent;
  height: 50px;
  line-height: 50px;
  box-shadow: none;
  display: flex !important;
  align-items: center !important; }
  .btn:active, .btn:active {
    outline: 0;
    outline: none;
    border: 0;
    box-shadow: none;
    background: #000000 !important; }
  .btn:hover {
    text-decoration: none; }
    .btn:hover .arrow-icon {
      transform: translate3d(3px, 0, 0); }
    .btn:hover .arrow-icon--circle {
      stroke-dashoffset: 0; }
  .btn span {
    z-index: 1;
    position: relative;
    transition: all 0.3s ease 0s;
    margin-left: 0em;
    display: inline-block;
    letter-spacing: -.03em;
    font-size: 1em; }
  .btn i {
    margin-left: 20px;
    display: inline-block;
    z-index: 1; }
    .btn i .arrow-icon {
      position: relative;
      transition: transform 0.3s ease;
      vertical-align: middle; }
    .btn i .arrow-icon--arrow {
      stroke: #6400ff;
      stroke-width: 2px; }
    .btn i .arrow-icon--circle {
      transition: stroke-dashoffset .3s ease;
      stroke-dasharray: 95;
      stroke-dashoffset: 95;
      stroke: #6400ff;
      stroke-width: 2px; }
  .btn.btn-primary {
    background-color: #6400ff;
    color: white;
    transition: all 0.3s ease;
    box-shadow: 0px 5px 23px -5px rgba(100, 0, 255, 0.47); }
    .btn.btn-primary .arrow-icon--arrow, .btn.btn-primary .arrow-icon--circle {
      stroke: white; }
    .btn.btn-primary:hover {
      background-color: rgba(100, 0, 255, 0.75); }
      .btn.btn-primary:hover .arrow-icon--arrow, .btn.btn-primary:hover .arrow-icon--circle {
        stroke: white; }
  .btn.btn-secondary {
    background-color: white;
    color: #000000;
    transition: all 0.3s ease; }
    .btn.btn-secondary:hover {
      background-color: rgba(255, 255, 255, 0.75); }
      .btn.btn-secondary:hover .arrow-icon--arrow, .btn.btn-secondary:hover .arrow-icon--circle {
        stroke: white; }
  .btn.btn-default {
    background-color: rgba(0, 0, 0, 0.2);
    color: #000000;
    transition: all 0.3s ease; }
    .btn.btn-default .arrow-icon--calendar {
      fill: rgba(0, 0, 0, 0.6); }
    .btn.btn-default:hover {
      background-color: rgba(0, 0, 0, 0.15); }
      .btn.btn-default:hover .arrow-icon--arrow, .btn.btn-default:hover .arrow-icon--circle {
        stroke: rgba(0, 0, 0, 0.6); }
  .btn.btn-linked {
    background-color: transparent;
    padding-left: 0px;
    padding-right: 0px;
    color: #6400ff;
    transition: all 0.3s ease; }
    .btn.btn-linked:focus, .btn.btn-linked:active {
      background-color: transparent !important; }
    .btn.btn-linked:hover {
      background-color: transparent;
      opacity: .6; }
      .btn.btn-linked:hover .arrow-icon, .btn.btn-linked:hover .arrow-icon--circle {
        stroke: #6400ff; }

.btn-round {
  position: relative;
  display: block;
  transition: all 0.3s ease 0s; }
  .btn-round:after {
    display: none !important; }
  .btn-round i {
    border: 2px solid #dddddd;
    background-color: #dddddd;
    width: 45px;
    height: 45px;
    border-radius: 45px;
    display: block;
    position: relative; }
  .btn-round span {
    display: inline-block;
    letter-spacing: -.03em;
    font-size: 14px;
    transition: all 0.3s ease 0s;
    font-weight: 500; }
  .btn-round.btn-border span {
    color: rgba(0, 0, 0, 0.6); }
  .btn-round.btn-border i {
    background-color: transparent;
    border: 2px solid #000000 !important; }
  .btn-round.btn-border:hover i {
    background-color: #6400ff;
    border: 2px solid #6400ff !important; }
    .btn-round.btn-border:hover i .icon-svg {
      fill: white; }
  .btn-round.btn-purple span {
    color: rgba(0, 0, 0, 0.6); }
  .btn-round.btn-purple i {
    background-color: #6400ff;
    border: 2px solid #6400ff !important; }
    .btn-round.btn-purple i .icon-svg {
      fill: white; }
  .btn-round.btn-purple:hover {
    opacity: .75; }
  .btn-round:hover {
    opacity: .75; }
  .btn-round .icon-svg {
    font-size: 20px; }

.icon-linked {
  position: relative;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) all 0.5s;
  border: 0;
  background: transparent; }
  .icon-linked:hover {
    opacity: .75; }
  .icon-linked i {
    margin-left: 10px;
    display: inline-block;
    z-index: 1; }
    .icon-linked i .icon-svg {
      fill: white;
      background: #000000;
      padding: 5px;
      width: 1.5em;
      height: 1.5em;
      text-align: center;
      border-radius: 30px;
      transition: all 0.3s ease 0s;
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%); }

.btn-big {
  background-color: #6400ff;
  padding: 10px 20px;
  display: block;
  width: 100%;
  transition: all 0.3s ease 0s;
  opacity: 1;
  box-shadow: 0px 5px 23px -5px rgba(100, 0, 255, 0.47); }
  @media (min-width: 768px) {
    .btn-big {
      padding: 15px 30px; } }
  .btn-big:hover {
    opacity: .75; }
  .btn-big .icon-svg {
    fill: white; }
  .btn-big .leftIcon {
    margin-right: 20px; }
    @media (min-width: 768px) {
      .btn-big .leftIcon {
        margin-right: 40px; } }
    .btn-big .leftIcon .icon-svg {
      font-size: 60px;
      opacity: .6; }
      @media (min-width: 768px) {
        .btn-big .leftIcon .icon-svg {
          font-size: 90px; } }
  .btn-big .rightIcon .icon-svg {
    font-size: 40px; }

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

html {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale; }
  html[lang="en"] {
    font-family: "Gotham", "Helvetica", "Arial", sans-serif;
    direction: ltr; }

*[data-lang="en"] {
  font-family: "Gotham", "Helvetica", "Arial", sans-serif;
  direction: ltr; }

body {
  background: white;
  font-family: "Gotham", "Helvetica", "Arial", sans-serif;
  margin: 0;
  padding: 0;
  overflow: hidden; }
  body.loaded {
    overflow: unset; }
  body.is-open {
    position: fixed;
    width: 100%;
    overflow: hidden; }
    body.is-open header {
      background-color: #6400ff; }
    body.is-open .c-scrollbar {
      opacity: 0; }

#app {
  height: 100vh;
  /* Use vh as a fallback for browsers that do not support Custom Properties */
  height: calc(var(--vh, 1vh) * 100); }

.barbaWrapper {
  background-color: #6400ff; }

main {
  height: 100%;
  background-color: white; }
  main.home {
    padding-top: 0px;
    background-color: #fff; }
  main section {
    padding: 0; }
    @media (min-width: 992px) {
      main section {
        padding: 0; } }

.breadCrumbsWrap {
  background-color: white; }
  .breadCrumbsWrap .breadCrumbs {
    margin: 10px 0; }
  .breadCrumbsWrap a {
    color: rgba(0, 0, 0, 0.4);
    transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s color;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px; }
    .breadCrumbsWrap a:hover {
      color: #6400ff;
      text-decoration: none; }
    .breadCrumbsWrap a .icon-svg {
      fill: #6400ff;
      font-size: 18px; }
  .breadCrumbsWrap i .icon-svg {
    fill: rgba(0, 0, 0, 0.4);
    font-size: 20px; }
  .breadCrumbsWrap small {
    letter-spacing: 1px;
    color: rgba(0, 0, 0, 0.4); }
  .breadCrumbsWrap .mainbc {
    font-weight: bold;
    font-size: 12px; }

.container-fluid {
  padding-right: 24px;
  padding-left: 24px; }
  @media (min-width: 768px) {
    .container-fluid {
      padding-right: 15px;
      padding-left: 15px; } }

.container {
  width: 100%;
  max-width: 1090px;
  margin: 0 auto;
  position: relative;
  padding-right: 24px;
  padding-left: 24px; }
  @media (min-width: 768px) {
    .container {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 1100px) {
    .container {
      max-width: 1200px; } }
  @media (min-width: 1480px) {
    .container {
      max-width: 1300px; } }

header {
  background: transparent;
  padding: 0px;
  position: absolute;
  z-index: 9;
  width: 100%;
  top: 0;
  left: 0;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1); }
  @media (min-width: 992px) {
    header {
      padding: 30px 0; } }
  header .logo {
    padding: 0;
    z-index: 9;
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; }
    @media (min-width: 992px) {
      header .logo {
        width: auto;
        max-height: 32px;
        height: 100%; } }
    header .logo .main-logo {
      transition: all 0.3s ease 0s;
      max-height: 25px; }
      @media (min-width: 992px) {
        header .logo .main-logo {
          width: auto;
          max-height: 32px;
          height: 100%; } }
      header .logo .main-logo img {
        max-height: 25px; }
        @media (min-width: 992px) {
          header .logo .main-logo img {
            width: auto;
            max-height: 32px;
            height: 100%; } }
  header.sticky {
    background: #6400ff !important;
    opacity: 0 !important;
    pointer-events: none; }
    @media (min-width: 992px) {
      header.sticky .logo {
        padding: 1em 0; } }
    @media (min-width: 992px) {
      header.sticky .logo .main-logo {
        max-width: 142px; } }

.inner-content {
  background-color: white;
  position: relative; }
  .inner-content section {
    padding: 0 .5em; }
    @media (min-width: 992px) {
      .inner-content section {
        padding: 0; } }
  .inner-content .graphic {
    width: 250px;
    height: 250px;
    opacity: .2 !important;
    position: absolute;
    z-index: 0;
    display: none; }
    @media (min-width: 768px) {
      .inner-content .graphic {
        display: block; } }
    @media (min-width: 992px) {
      .inner-content .graphic {
        width: 300px;
        opacity: .6 !important;
        height: 300px; } }
    .inner-content .graphic.leftCenter {
      left: -125px;
      top: calc(50% - 125px); }
      @media (min-width: 992px) {
        .inner-content .graphic.leftCenter {
          left: calc(50vw - 750px);
          top: calc(50% - 150px); } }
    .inner-content .graphic.rightCenter {
      right: -125px;
      top: calc(50% - 125px); }
      @media (min-width: 992px) {
        .inner-content .graphic.rightCenter {
          right: calc(50vw - 750px);
          top: calc(50% - 150px); } }
    .inner-content .graphic.bottomCenter {
      bottom: 0px; }
      @media (min-width: 992px) {
        .inner-content .graphic.bottomCenter {
          left: 50%;
          bottom: -280px; } }
    .inner-content .graphic.rightBottom {
      bottom: 0px; }
      @media (min-width: 992px) {
        .inner-content .graphic.rightBottom {
          right: 0;
          left: auto;
          bottom: -280px; } }
    .inner-content .graphic.leftBottom {
      bottom: 0px; }
      @media (min-width: 992px) {
        .inner-content .graphic.leftBottom {
          left: 0;
          right: auto;
          bottom: -280px; } }

.inner-banner {
  position: relative;
  z-index: 4;
  background-color: white;
  height: 480px; }
  .inner-banner .graphic {
    display: none; }
    @media (min-width: 768px) {
      .inner-banner .graphic {
        display: block; } }
  .inner-banner .backBtn {
    border: 2px solid white;
    display: block;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    line-height: 46px;
    text-align: center;
    margin-bottom: 15px;
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1); }
    .inner-banner .backBtn:hover {
      background: #6400ff;
      border: 2px solid #6400ff; }
    .inner-banner .backBtn .icon-svg {
      fill: white;
      font-size: 20px; }
  .inner-banner .title {
    font-size: calc(35px + (70  - 35) * ((100vw - 300px) / (1920 - 300)));
    line-height: 1;
    font-weight: bold;
    color: white; }
    @media (min-width: 1100px) {
      .inner-banner .title {
        line-height: 1;
        letter-spacing: -.05em; } }
  .inner-banner .section-details {
    position: relative; }
  .inner-banner .container {
    position: relative;
    z-index: 3; }
  .inner-banner .desc {
    position: absolute;
    left: 0;
    top: 100%;
    font-size: 12px;
    line-height: 1; }
    @media (min-width: 768px) {
      .inner-banner .desc {
        font-size: 16px; } }
  .inner-banner .slogan {
    margin-bottom: 25px;
    display: none;
    width: 70px; }
    @media (min-width: 992px) {
      .inner-banner .slogan {
        display: block; } }
    .inner-banner .slogan img {
      width: 100%; }
  .inner-banner .backgroundImage {
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    max-height: 700px;
    top: 0;
    background-size: cover;
    z-index: 0; }
    .inner-banner .backgroundImage:before {
      background: rgba(0, 0, 0, 0.4);
      content: "";
      position: absolute;
      z-index: 1;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      display: block; }

.inner-details-banner {
  position: relative; }
  .inner-details-banner .section-details {
    position: relative; }
  .inner-details-banner .container {
    position: relative; }

.preloader {
  border-radius: 0px; }
  .preloader .preloaderWrap {
    position: absolute;
    top: 0;
    height: 10px;
    width: 100%;
    left: 0;
    width: 100%; }
  .preloader .progress {
    border-radius: 0px;
    height: 10px;
    background: transparent; }
    .preloader .progress .progressbar {
      border-radius: 0px;
      width: 0;
      height: 100%;
      display: block;
      background-color: white; }

.stickyTab {
  position: relative;
  background-color: white;
  z-index: 3;
  margin-left: -.5em;
  margin-right: -.5em;
  padding: 0 .5em; }
  @media (min-width: 768px) {
    .stickyTab {
      margin-left: 0px;
      margin-right: 0px;
      padding: 0px; } }
  .stickyTab:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(221, 221, 221, 0.6); }
  .stickyTab .stickyWrap {
    height: auto; }
    @media (min-width: 992px) {
      .stickyTab .stickyWrap {
        height: 60px; } }
  .stickyTab nav a {
    margin-right: 35px;
    position: relative;
    color: rgba(0, 0, 0, 0.3);
    font-weight: 500;
    font-size: 1em;
    padding-top: 20px;
    padding-bottom: 20px;
    letter-spacing: -.02em;
    transition: 1s all cubic-bezier(0.215, 0.61, 0.355, 1); }
    .stickyTab nav a:hover {
      color: #000000;
      text-decoration: none; }
    .stickyTab nav a.active {
      color: #000000; }
      .stickyTab nav a.active:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #6400ff;
        opacity: 1;
        z-index: 1; }

.c-scrollbar {
  position: absolute;
  right: 0;
  top: 0;
  width: 11px;
  height: 100%;
  transform-origin: center right;
  transition: transform 0.3s, opacity 0.3s;
  opacity: 0;
  z-index: 9; }
  .c-scrollbar:hover {
    transform: scaleX(1.45); }
  .c-scrollbar:hover, .has-scroll-scrolling .c-scrollbar, .has-scroll-dragging .c-scrollbar {
    opacity: 1; }

.c-scrollbar_thumb {
  position: absolute;
  top: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 1;
  width: 10px;
  border-radius: 0;
  margin: 0;
  cursor: -webkit-grab;
  cursor: grab; }
  .has-scroll-dragging .c-scrollbar_thumb {
    cursor: -webkit-grabbing;
    cursor: grabbing; }

.carousel .carousel-control-prev {
  left: -50px;
  width: 50px;
  font-size: 2.5em; }
  @media (min-width: 992px) {
    .carousel .carousel-control-prev {
      left: -80px;
      font-size: 3em; } }

.carousel .carousel-control-next {
  right: -50px;
  width: 50px;
  font-size: 2.5em; }
  @media (min-width: 992px) {
    .carousel .carousel-control-next {
      right: -80px;
      font-size: 3em; } }

form {
  z-index: 1;
  position: relative; }

.form .formBtn {
  max-width: 200px; }

.form .form-group {
  margin-bottom: 2em;
  width: 100%; }
  .form .form-group label {
    font-size: 14px;
    font-weight: bold; }
  .form .form-group .selectric-form {
    transition: border-color 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    padding: .5em .75em;
    border: 1px solid #dddddd; }
    .form .form-group .selectric-form .label {
      margin-left: 0px;
      font-size: 18px;
      font-weight: bold;
      letter-spacing: -.04em; }
    .form .form-group .selectric-form .selectric-items {
      width: calc(100% + 2px) !important;
      left: -1px; }
  .form .form-group textarea {
    border: 1px solid #dddddd;
    border-radius: 0px;
    box-shadow: none;
    min-height: 124px;
    resize: vertical; }
  .form .form-group .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 1.25em + 2px);
    padding: .375em .75em;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.5;
    color: rgba(0, 0, 0, 0.6);
    background-color: white;
    background-clip: padding-box;
    border: 1px solid #dddddd;
    border-radius: 4px;
    box-shadow: none;
    outline: 0;
    transition: border-color 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    width: 100%;
    font-weight: bold;
    letter-spacing: -.03em; }
    .form .form-group .form-control:hover {
      border: 1px solid rgba(0, 0, 0, 0.6); }
    .form .form-group .form-control:focus {
      box-shadow: none;
      outline: 0;
      border: 1px solid #000000;
      letter-spacing: -.03em; }
    .form .form-group .form-control:-ms-input-placeholder {
      /* Internet Explorer 10-11 */
      color: #dddddd;
      opacity: 1;
      font-weight: bold;
      letter-spacing: -.03    em; }
    .form .form-group .form-control::-moz-placeholder {
      color: #dddddd;
      opacity: 1;
      font-weight: bold;
      letter-spacing: -.05em; }
    .form .form-group .form-control::placeholder {
      color: #dddddd;
      opacity: 1;
      font-weight: bold;
      letter-spacing: -.05em; }
    .form .form-group .form-control.is-invalid {
      border: 1px solid #cd1719; }
  .form .form-group .selectize-input {
    background-color: rgba(221, 221, 221, 0.3);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    border: 0px;
    position: relative;
    padding: .7em .75em;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.5;
    box-shadow: none; }
    .form .form-group .selectize-input input {
      font-size: 1em; }
    .form .form-group .selectize-input.focus {
      background-color: rgba(221, 221, 221, 0.3); }
    .form .form-group .selectize-input:after {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 9'%3E%3Cpath d='M9.1 9c.2 0 .4-.1.6-.3l8-7c.4-.4.4-1 .1-1.4-.4-.4-1-.4-1.4-.1L9 6.7 1.7.2C1.3-.2.7-.1.3.3c-.4.4-.3 1 .1 1.4l8 7c.1.2.4.3.7.3z' fill='%23373d3f'/%3E%3C/svg%3E");
      border: 0px;
      height: 20px;
      width: 20px;
      background-size: 15px;
      background-repeat: no-repeat;
      background-position: center center;
      transform: translateY(-50%);
      margin-top: 0px; }
  .form .form-group .selectize-dropdown {
    font-size: 1em;
    padding: .5em 0;
    box-shadow: none; }
    .form .form-group .selectize-dropdown .option:hover, .form .form-group .selectize-dropdown .option.selected {
      background: #6400ff;
      color: white; }

.form .error {
  display: none;
  font-size: .9em;
  color: #cd1719; }

.form .invalid-feedback {
  display: none;
  font-size: .8em;
  color: #cd1719; }

.form .is-invalid ~ .invalid-feedback {
  display: block; }

.form .is-invalid ~ .selectpicker .selectize-input {
  border: 1px solid #cd1719; }

.slide-menu {
  display: none;
  position: fixed;
  top: 60px;
  width: 100%;
  z-index: 8; }
  .slide-menu:before {
    z-index: 1;
    content: "";
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
    display: none; }
  .slide-menu.is-open {
    height: 100vh;
    width: 100%;
    display: block;
    left: 0; }
    .slide-menu.is-open:before {
      display: block; }
  @media (min-width: 992px) {
    .slide-menu {
      position: relative;
      display: block;
      top: auto; } }

header nav {
  width: 100%;
  height: 100%;
  z-index: 2;
  position: relative;
  background: white; }
  @media (min-width: 992px) {
    header nav {
      background: transparent; } }
  header nav ul {
    list-style: none;
    height: 100%;
    width: 100%; }
    @media (min-width: 992px) {
      header nav ul {
        height: auto; } }
    header nav ul .menu-item {
      font-style: normal;
      font-weight: bold;
      line-height: 15px;
      text-transform: uppercase; }
      @media (min-width: 992px) {
        header nav ul .menu-item {
          margin-left: 2em; } }
      header nav ul .menu-item.active a {
        text-decoration: none; }
        header nav ul .menu-item.active a:after {
          transform: scaleX(1);
          transform-origin: left; }
      header nav ul .menu-item a {
        text-decoration: none;
        position: relative;
        font-size: 1.8em;
        margin-bottom: 40px;
        display: inline-block;
        text-transform: capitalize;
        text-align: left;
        margin-left: 24px;
        color: #6400ff;
        letter-spacing: -.03em;
        opacity: 1;
        font-weight: 500; }
        @media (min-width: 992px) {
          header nav ul .menu-item a {
            font-size: 1em;
            margin-bottom: 0;
            margin-left: 0;
            color: white;
            font-weight: 500; } }
        header nav ul .menu-item a:after {
          position: absolute;
          content: "";
          width: 100%;
          height: 2px;
          top: calc(100% + 10px);
          left: 0;
          background: #6400ff;
          transition: transform 0.3s;
          transform: scaleX(0);
          transform-origin: right; }
          @media (min-width: 992px) {
            header nav ul .menu-item a:after {
              background: white; } }
        header nav ul .menu-item a:hover {
          text-decoration: none;
          opacity: .75; }
          header nav ul .menu-item a:hover:after {
            transform: scaleX(1);
            transform-origin: left; }

.line-bar, .toggle-menu .bar, .toggle-menu .bar:before, .toggle-menu .bar:after {
  transition: all .25s;
  content: "";
  position: absolute;
  left: 0;
  height: 2px;
  width: 25px;
  background-color: #000000; }

.line-bar-open, .toggle-menu.is-open .bar:before, .toggle-menu.is-open .bar:after {
  transition: all .25s;
  top: -0px; }

.toggle-menu {
  position: relative;
  height: 60px;
  width: 60px;
  cursor: pointer;
  display: block;
  z-index: 9;
  margin-left: 0;
  right: -24px;
  background: white;
  order: 2; }
  @media (min-width: 992px) {
    .toggle-menu {
      display: none; } }
  .toggle-menu .bar {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    @media (min-width: 992px) {
      .toggle-menu .bar {
        display: none; } }
    .toggle-menu .bar:before {
      top: -8px; }
    .toggle-menu .bar:after {
      top: 8px; }
  .toggle-menu.is-open .bar {
    background-color: transparent;
    transition: all .25s; }
    .toggle-menu.is-open .bar:before {
      transform: rotate(45deg); }
    .toggle-menu.is-open .bar:after {
      transform: rotate(-45deg); }

header#top .col-8.p-0 {
  display: flex;
  align-items: center;
  justify-content: flex-end; }

.tabs {
  display: none;
  margin-bottom: -1px; }
  @media (min-width: 992px) {
    .tabs {
      display: block; } }
  .tabs ul {
    margin: 0;
    padding: 0;
    font-weight: bold;
    overflow: hidden; }
    .tabs ul li {
      width: 25%;
      overflow: hidden; }
      .tabs ul li:first-child {
        border-radius: 4px 0px 0 0; }
      .tabs ul li:last-child {
        border-radius: 0px 4px 0 0; }
        .tabs ul li:last-child a {
          border-right: 0px; }
      .tabs ul li a {
        color: white;
        background: #6400ff;
        width: 100%;
        padding: .8em 0;
        border-top: 4px solid #6400ff;
        border-right: dashed 1px rgba(255, 255, 255, 0.4);
        display: block;
        cursor: pointer;
        transition: all ease .5s; }
        .tabs ul li a:hover {
          background: #63e8e4; }
        .tabs ul li a.active {
          background: #f0f0f0; }
        .tabs ul li a.active, .tabs ul li a:hover {
          text-decoration: none;
          color: #6400ff; }
        .tabs ul li a div {
          display: block;
          margin: 0 auto;
          padding-left: 2em; }
          .tabs ul li a div span {
            font-weight: normal;
            line-height: 1;
            font-size: .9em; }

.tabbed-content .item {
  min-height: 2em;
  margin-bottom: 10px;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  border-top: 1px solid #dddddd; }
  @media (min-width: 992px) {
    .tabbed-content .item {
      display: none; } }
  .tabbed-content .item .section-title {
    display: none; }
    @media (min-width: 992px) {
      .tabbed-content .item .section-title {
        display: block; } }
  .tabbed-content .item::before {
    content: attr(data-title);
    display: block;
    cursor: pointer;
    font-weight: bold;
    padding: 1em;
    background: #6400ff;
    color: white;
    font-size: 1em; }
    @media (min-width: 992px) {
      .tabbed-content .item::before {
        display: none; } }
  .tabbed-content .item::after {
    content: "";
    display: block;
    position: absolute;
    top: 20px;
    right: 15px;
    width: 15px;
    height: 15px;
    font-weight: normal;
    color: #fff;
    pointer-events: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 9'%3E%3Cpath d='M9.1 9c.2 0 .4-.1.6-.3l8-7c.4-.4.4-1 .1-1.4-.4-.4-1-.4-1.4-.1L9 6.7 1.7.2C1.3-.2.7-.1.3.3c-.4.4-.3 1 .1 1.4l8 7c.1.2.4.3.7.3z' fill='%23FFFFFF'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center; }
  .tabbed-content .item .item-content {
    opacity: 0;
    visibility: hidden;
    height: 0; }
  .tabbed-content .item.active {
    display: block; }
    .tabbed-content .item.active::after {
      transform: scaleY(-1); }
    .tabbed-content .item.active .item-content {
      opacity: 1;
      visibility: visible;
      height: auto;
      padding: 1em 0;
      transition: opacity 0.3s ease-in-out; }
      @media (min-width: 992px) {
        .tabbed-content .item.active .item-content {
          padding: 0 0 2em 0; } }

footer {
  position: relative; }
  @media (min-width: 992px) {
    footer {
      padding-left: 0px;
      padding-right: 0px; } }
  footer form .form-control {
    border: 0px solid transparent !important;
    height: 50px !important; }
  footer .top {
    position: absolute;
    top: -30px;
    right: 30px;
    z-index: 9; }
    footer .top:hover i {
      background: #000000; }
    footer .top:hover .icon-svg {
      fill: white; }
    @media (min-width: 1100px) {
      footer .top {
        right: calc((100% - 1100px)/4); } }
    @media (min-width: 1480px) {
      footer .top {
        right: calc((100% - 1400px)/4); } }
    footer .top i {
      background: white;
      line-height: 0;
      padding: 10px;
      border-radius: 30px;
      display: inline-block; }
      footer .top i .icon-svg {
        fill: #6400ff;
        font-size: 1.7em; }
  footer .collapseBtn {
    display: block;
    border: 0;
    background-color: transparent;
    padding: 0; }
    @media (min-width: 768px) {
      footer .collapseBtn {
        display: none !important; } }
    footer .collapseBtn .icon {
      width: 30px;
      height: 30px;
      background-size: 20px;
      background-position: center;
      background-repeat: no-repeat;
      background-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='utf-8'?%3e%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 40 40' style='enable-background:new 0 0 40 40;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill:%23FFFFFF;%7d %3c/style%3e%3cpath class='st0' d='M19.9,31.1L6.2,17.4l3.5-3.5L19.9,24L30,13.9l3.5,3.5L19.9,31.1z'/%3e%3c/svg%3e ");
      transition: 0.3s all cubic-bezier(0.215, 0.61, 0.355, 1); }
    footer .collapseBtn[aria-expanded="true"] .icon {
      transform: rotate(180deg); }
  footer .siteMap {
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      footer .siteMap {
        padding-bottom: 0px;
        border-bottom: 0px; } }
    footer .siteMap .title {
      display: none !important; }
      @media (min-width: 768px) {
        footer .siteMap .title {
          display: block !important; } }
    @media (min-width: 768px) {
      footer .siteMap #siteMap {
        display: block !important;
        visibility: visible i !important; } }
  footer .subscribe {
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    margin-bottom: 0px; }
    @media (min-width: 768px) {
      footer .subscribe {
        padding-bottom: 0px;
        border-bottom: 0px; } }
    footer .subscribe .title {
      display: none !important; }
      @media (min-width: 768px) {
        footer .subscribe .title {
          display: block !important; } }
    @media (min-width: 768px) {
      footer .subscribe #subscribe {
        display: block !important;
        visibility: visible i !important; } }
  footer .quickLinks {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 0px;
         column-gap: 0px; }
    @media (min-width: 768px) {
      footer .quickLinks {
        padding-right: 0; } }
    footer .quickLinks li {
      margin-bottom: 1em; }
      @media (min-width: 768px) {
        footer .quickLinks li {
          margin-bottom: .5em; } }
      footer .quickLinks li a {
        text-transform: uppercase;
        color: white;
        letter-spacing: 1px;
        font-size: .875em;
        font-weight: 500;
        line-height: 1.2;
        display: block; }
        footer .quickLinks li a:hover {
          color: white; }
  footer .privacy a {
    color: white;
    margin-right: 2em;
    font-size: .875em; }
    footer .privacy a:hover {
      color: white; }
  footer .copyright p {
    color: white;
    font-size: .875em; }
  footer .socialLinks a {
    margin-right: 1em; }
    @media (min-width: 768px) {
      footer .socialLinks a {
        margin-right: 1.4em; } }
    footer .socialLinks a i .icon-svg {
      fill: white;
      font-size: 1.2em; }

.navigation {
  position: relative; }
  .navigation .swiper-button-next, .navigation .swiper-button-prev {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    border: 2px solid white;
    left: 0;
    right: 0;
    margin-right: 15px; }
    .navigation .swiper-button-next:after, .navigation .swiper-button-prev:after {
      display: none; }
    .navigation .swiper-button-next i .icon-svg, .navigation .swiper-button-prev i .icon-svg {
      fill: white;
      font-size: 25px; }
  .navigation.focuses-navigation .swiper-button-next, .navigation.focuses-navigation .swiper-button-prev {
    border: 2px solid #dddddd;
    background-color: #dddddd; }
    .navigation.focuses-navigation .swiper-button-next i .icon-svg, .navigation.focuses-navigation .swiper-button-prev i .icon-svg {
      fill: #000000; }

.focusesSlider {
  background-color: white;
  z-index: 3; }
  .focusesSlider .focusesContent .icon-svg {
    margin-left: -10px; }
  .focusesSlider .swiper-slide .sliderContent {
    padding: 30px 35px; }
    @media (min-width: 768px) {
      .focusesSlider .swiper-slide .sliderContent {
        padding: 40px 45px; } }
    .focusesSlider .swiper-slide .sliderContent .icon-svg {
      font-size: 100px;
      fill: #6400ff; }

.swiper-scrollbar {
  height: 6px;
  border-radius: 0px;
  background-color: transparent;
  position: relative;
  width: 100%; }
  @media (min-width: 768px) {
    .swiper-scrollbar {
      width: calc(100% - 30px); } }
  .swiper-scrollbar::before {
    content: "";
    height: 1px;
    background-color: #dddddd;
    position: absolute;
    bottom: 0px;
    width: 100%;
    left: 0px;
    pointer-events: none; }
  .swiper-scrollbar .swiper-scrollbar-drag {
    background-color: #6400ff;
    border-radius: 0px; }

.modalBox .modal-dialog {
  max-width: 100%; }
  .modalBox .modal-dialog .modal-content {
    border: 0px;
    border-radius: 0px;
    padding: 30px;
    position: relative; }
    @media (min-width: 992px) {
      .modalBox .modal-dialog .modal-content {
        padding: 40px; } }
    .modalBox .modal-dialog .modal-content .close {
      position: absolute;
      opacity: 1;
      right: 30px;
      top: 30px;
      transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1); }
      @media (min-width: 992px) {
        .modalBox .modal-dialog .modal-content .close {
          right: 40px;
          top: 40px; } }
      .modalBox .modal-dialog .modal-content .close:hover {
        opacity: .75; }
        .modalBox .modal-dialog .modal-content .close:hover span:after {
          width: 20px; }
      .modalBox .modal-dialog .modal-content .close span {
        position: relative;
        font-size: 16px;
        letter-spacing: -.02em;
        display: block; }
        .modalBox .modal-dialog .modal-content .close span:after {
          position: relative;
          display: inline-block;
          content: "";
          width: 30px;
          height: 1px;
          background-color: #000000;
          vertical-align: middle;
          margin: auto 20px;
          transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1); }
      .modalBox .modal-dialog .modal-content .close i svg {
        width: 35px;
        height: 35px;
        background-color: #dddddd;
        border-radius: 35px;
        position: relative;
        font-size: 1em;
        padding: 6px;
        fill: #000000; }

.w-100 {
  width: 100%; }

.h-100 {
  height: 100%; }

.list-none {
  list-style: none;
  margin: 0;
  padding: 0; }

.o-hidden {
  overflow: hidden; }

.d-block {
  display: block; }

figure {
  overflow: hidden; }

.two-column {
  -moz-column-count: 1;
       column-count: 1;
  -moz-column-gap: 0px;
       column-gap: 0px; }
  @media (min-width: 768px) {
    .two-column {
      -moz-column-count: 2;
           column-count: 2;
      -moz-column-gap: 40px;
           column-gap: 40px; } }

.line {
  height: 1px;
  width: 100%;
  background: none;
  border: 0px; }
  .line.white {
    background: white; }

small {
  font-size: .875em; }

p {
  color: rgba(0, 0, 0, 0.6); }

.icon-svg {
  display: inline-block;
  width: 1em;
  height: 1em; }

.flipY svg {
  transform: scaleY(-1); }

.flipX {
  transform-origin: center center;
  transform: scaleX(-1); }

a {
  text-decoration: none;
  transition: all 0.3s ease;
  outline: none !important; }
  a:focus {
    outline: none  !important;
    box-shadow: none !important; }
  a:hover {
    text-decoration: none; }

.title {
  letter-spacing: -.05em; }

.overline {
  font-size: 14px;
  letter-spacing: 3px; }

.t-link-dark {
  transition: all ease 0.3s;
  color: #000000; }
  .t-link-dark:hover {
    color: #6400ff;
    text-decoration: none; }

.t-link-white {
  transition: all ease 0.3s;
  color: white; }
  .t-link-white:hover {
    opacity: .75;
    text-decoration: none; }

.border-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

.border-top {
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

.divider {
  display: block;
  width: 100%;
  height: 4px;
  background-color: rgba(221, 221, 221, 0.6);
  margin-left: -.5em;
  margin-right: -.5em;
  padding: 0 .5em; }
  @media (min-width: 768px) {
    .divider {
      margin-left: 0px;
      margin-right: 0px;
      padding: 0px; } }

.barLinks {
  box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.1);
  border-radius: 6px; }
  .barLinks .formBtn {
    height: 100%;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px; }

.link {
  color: white;
  transition: 0.5s;
  text-decoration: none;
  position: relative;
  display: inline-block; }
  @media (min-width: 992px) {
    .link {
      margin-bottom: 0; } }
  .link:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    top: 100%;
    left: 0;
    background: white;
    transition: transform 0.3s;
    transform: scaleX(0);
    transform-origin: right; }
  .link:hover {
    text-decoration: none;
    color: white; }
    .link:hover:after {
      transform: scaleX(1);
      transform-origin: left; }

.contentLink {
  position: relative;
  padding: 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6);
  font-size: 1em;
  transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1); }
  .contentLink:hover {
    color: #6400ff;
    text-decoration: none; }
  .contentLink span {
    font-weight: 500;
    padding-right: 20px;
    letter-spacing: -.03em; }
  .contentLink i {
    margin-left: 10px;
    display: inline-block;
    z-index: 1; }
    .contentLink i .icon-svg {
      fill: #000000;
      background: #dddddd;
      padding: 5px;
      width: 1.5em;
      height: 1.5em;
      text-align: center;
      border-radius: 30px;
      transition: all 0.3s ease 0s;
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%); }

.bg-light {
  background-color: rgba(221, 221, 221, 0.2); }

.bg-white {
  background: white; }

.bg-purple {
  background-color: #6400ff; }

.bg-gray {
  background-color: rgba(0, 0, 0, 0.6); }

.bg-silver {
  background-color: rgba(221, 221, 221, 0.5) !important; }

ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.square {
  position: relative;
  width: 100%; }
  .square:after {
    content: "";
    display: block;
    padding-bottom: 100%; }
  .square .content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.image_wrapper figure {
  background-color: #dddddd; }

.lazyload,
.lazyloading {
  opacity: 0; }

.lazyloaded {
  opacity: 1;
  transition: opacity 300ms cubic-bezier(0.215, 0.61, 0.355, 1); }

.animateUp {
  opacity: 0; }

.g-padding-b {
  padding-bottom: 60px; }
  @media (min-width: 992px) {
    .g-padding-b {
      padding-bottom: 80px; } }
  .g-padding-b.p-content {
    padding-bottom: 48px; }
    @media (min-width: 992px) {
      .g-padding-b.p-content {
        padding-bottom: 64px; } }

.g-padding-b2 {
  padding-bottom: 80px; }
  @media (min-width: 992px) {
    .g-padding-b2 {
      padding-bottom: 140px; } }
  .g-padding-b2.p-content {
    padding-bottom: 64px; }
    @media (min-width: 992px) {
      .g-padding-b2.p-content {
        padding-bottom: 120px; } }

.g-padding-y {
  padding-top: 40px;
  padding-bottom: 40px; }
  @media (min-width: 768px) {
    .g-padding-y {
      padding-top: 60px;
      padding-bottom: 60px; } }
  @media (min-width: 992px) {
    .g-padding-y {
      padding-top: 80px;
      padding-bottom: 80px; } }
  @media (min-width: 992px) {
    .g-padding-y.p-content {
      padding: 80px 0 64px; } }

.g-padding-y2 {
  padding: 80px 0; }
  @media (min-width: 992px) {
    .g-padding-y2 {
      padding: 120px 0; } }
  .g-padding-y2.p-content {
    padding: 80px 0 64px; }
    @media (min-width: 992px) {
      .g-padding-y2.p-content {
        padding: 120px 0 114px; } }

.section-details article {
  margin-top: 1.5rem; }
  .section-details article p {
    margin-bottom: 1em; }

.graphic {
  pointer-events: none; }
  .graphic img {
    height: 100%;
    width: 100%; }

.styled-list-black {
  margin: 0;
  padding: 0;
  list-style: none; }
  .styled-list-black li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px; }
    .styled-list-black li::before {
      content: "";
      left: 0;
      top: 10px;
      background: #000000;
      font-weight: bold;
      position: absolute;
      width: 10px;
      height: 10px;
      border-radius: 50%; }

.styled-list-number {
  list-style: none;
  counter-reset: my-awesome-counter;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0; }
  .styled-list-number li {
    counter-increment: my-awesome-counter;
    display: flex; }
    .styled-list-number li:before {
      content: counter(my-awesome-counter) ". ";
      color: #6400ff;
      font-weight: bold;
      margin-right: 30px; }

.styled-list-purple {
  margin: 0;
  padding: 0;
  list-style: none; }
  .styled-list-purple.contentTitle li::before {
    top: 10px; }
  .styled-list-purple li {
    position: relative;
    padding-left: 40px;
    margin-bottom: 10px; }
    .styled-list-purple li::before {
      content: "";
      left: 0;
      top: 5px;
      background: #6400ff;
      font-weight: bold;
      position: absolute;
      width: 10px;
      height: 10px;
      border-radius: 50%; }

.iconBlockWrap.gray .iconcontentBlock {
  background-color: rgba(221, 221, 221, 0.3);
  padding: 30px;
  width: 100%; }
  .iconBlockWrap.gray .iconcontentBlock figure {
    width: 72px;
    margin: 0; }
  .iconBlockWrap.gray .iconcontentBlock p {
    margin-bottom: 0px; }

.contentBlockWrap > div {
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  margin-bottom: 1.5em; }
  @media (min-width: 992px) {
    .contentBlockWrap > div {
      margin-bottom: 0em; } }
  .contentBlockWrap > div.is-inview {
    opacity: 1; }

.contentBlockWrap .contentBlock {
  padding: 1.5em 1.5em .5em 1.5em;
  height: 100%; }
  @media (min-width: 768px) {
    .contentBlockWrap .contentBlock {
      padding: 3em 3em 1.5em 3em;
      margin-right: -1px; } }
  .contentBlockWrap .contentBlock img {
    height: 50px;
    width: 50px; }
    @media (min-width: 768px) {
      .contentBlockWrap .contentBlock img {
        height: 60px;
        width: 60px; } }
  .contentBlockWrap .contentBlock .h3 {
    font-weight: bold; }
  .contentBlockWrap .contentBlock ul li {
    color: white;
    margin-bottom: .5em;
    padding-left: 25px;
    position: relative; }
    @media (min-width: 992px) {
      .contentBlockWrap .contentBlock ul li {
        margin-bottom: 1em; } }
    .contentBlockWrap .contentBlock ul li:before {
      content: "";
      position: absolute;
      width: 8px;
      height: 8px;
      background-color: white;
      border-radius: 20px;
      left: 0;
      top: 8px;
      display: block; }

.contentBlockWrap.gray .contentBlock {
  background-color: rgba(221, 221, 221, 0.3); }
  .contentBlockWrap.gray .contentBlock img {
    margin-left: auto;
    display: block; }
  .contentBlockWrap.gray .contentBlock ul li {
    color: rgba(0, 0, 0, 0.6); }
    .contentBlockWrap.gray .contentBlock ul li:before {
      background-color: #000000;
      border-radius: 20px; }

.textImageBlockBox .textImageBlock {
  margin-bottom: 40px; }
  @media (min-width: 768px) {
    .textImageBlockBox .textImageBlock {
      margin-bottom: 3.125em; } }
  .textImageBlockBox .textImageBlock figure {
    background: white;
    margin-bottom: 1.5em;
    overflow: hidden; }
    .textImageBlockBox .textImageBlock figure img {
      margin: 0 auto;
      display: block; }

.iconListItem {
  padding: 1.5em;
  margin-bottom: 30px; }
  .iconListItem figure {
    max-width: 150px;
    padding-right: 3em;
    padding-left: 1.5em;
    width: 100%;
    opacity: .5; }
  .iconListItem .content {
    max-width: calc(100% - 150px);
    width: 100%; }
    .iconListItem .content .title {
      margin-bottom: .5em; }

.listing li {
  padding-bottom: 20px;
  border-top: 1px solid rgba(221, 221, 221, 0.6);
  padding-top: 20px;
  max-width: 100%;
  width: 100%; }

.is-inview .text-a .char {
  transform: translate(0px, 0%); }

.text-a .word {
  overflow: hidden; }

.text-a .char {
  display: inline-block;
  transform-origin: 50% 50% 0.4em;
  transform: translate(0px, 100%);
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: calc(0ms + var(--char-index) * 15ms); }

html.is-animate .text-a.viewport {
  transform: none;
  opacity: 1;
  transition-duration: 0.6s; }
  html.is-animate .text-a.viewport .char {
    transform: translate(0px, 0%);
    transition-delay: calc(0ms + var(--char-index) * 10ms); }

.banner-title-line {
  display: block;
  opacity: 0;
  transform-origin: center top;
  transform-style: preserve-3d;
  transform: translateY(60px);
  transition: opacity 0s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .banner-title-line .title {
    line-height: 1.1;
    display: block; }
  .banner-title-line .word {
    overflow: hidden;
    line-height: .9;
    padding-bottom: 10px;
    padding-right: 2px;
    margin-top: -5px; }
    @media (min-width: 768px) {
      .banner-title-line .word {
        margin-top: -15px; } }
  .banner-title-line .char {
    display: inline-block;
    transform-origin: center top;
    transition: opacity 0s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateY(60px);
    transform-style: preserve-3d;
    opacity: 0; }
  html.is-animate .banner-title-line {
    transform: none;
    opacity: 1;
    transition-duration: 0.8s;
    display: inline-block; }
    html.is-animate .banner-title-line .char {
      transform: none;
      transition-duration: 0.8s;
      opacity: 1;
      transition-delay: calc(0ms + var(--char-index) * 15ms); }

.selectWrap {
  background-color: white; }
  .selectWrap .selectItem {
    position: relative;
    border-bottom: 1px solid #dddddd;
    padding: 15px 0; }
    @media (min-width: 992px) {
      .selectWrap .selectItem {
        padding-left: 1em;
        padding-right: 1em;
        border-left: 1px solid #dddddd;
        border-bottom: 0px solid #dddddd; } }
    .selectWrap .selectItem:first-child {
      border-left: 0px;
      padding-right: 20px;
      border-right: 1px solid #dddddd; }
      @media (min-width: 992px) {
        .selectWrap .selectItem:first-child {
          padding-right: 1em;
          border-right: 0px solid #dddddd; } }
    .selectWrap .selectItem:nth-child(2) {
      border-right: 0px;
      padding-left: 20px; }
      @media (min-width: 992px) {
        .selectWrap .selectItem:nth-child(2) {
          padding-left: 1em; } }
    .selectWrap .selectItem small {
      position: absolute;
      top: 15px;
      z-index: 99999;
      color: rgba(0, 0, 0, 0.6); }
  .selectWrap .btn-group {
    padding: 0;
    margin-bottom: 15px; }
    @media (min-width: 992px) {
      .selectWrap .btn-group {
        padding-left: 1em;
        padding-right: 1em;
        margin-bottom: 0px; } }
  .selectWrap .btn {
    width: 100%; }
  .selectWrap .searchInput {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 22.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_2' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 100 100' style='enable-background:new 0 0 100 100;' xml:space='preserve'%3E%3Cpath d='M69.3,66.8l-7.6-7.6c2.7-3.5,4.2-7.8,4.2-12.2c0-5.3-2.1-10.4-5.9-14.1v0c-7.8-7.8-20.5-7.8-28.3,0C28,36.6,26,41.6,26,47 s2.1,10.4,5.9,14.1c3.8,3.8,8.8,5.9,14.1,5.9c4.5,0,8.8-1.5,12.2-4.2l7.6,7.6L69.3,66.8z M35.3,57.6C32.5,54.7,31,51,31,47 c0-4,1.6-7.8,4.4-10.6c2.9-2.9,6.8-4.4,10.6-4.4c3.8,0,7.7,1.5,10.6,4.4v0c2.8,2.8,4.4,6.6,4.4,10.6c0,4-1.6,7.8-4.4,10.6 c-2.8,2.8-6.6,4.4-10.6,4.4C41.9,62,38.2,60.4,35.3,57.6z'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 50px;
    padding: 10px 0; }
    @media (min-width: 992px) {
      .selectWrap .searchInput {
        padding-left: 1em;
        padding-right: 1em; } }
    .selectWrap .searchInput input {
      width: 100%;
      border: 0;
      height: 38px;
      background: transparent;
      border-radius: 0px;
      font-weight: bold;
      letter-spacing: -.02em; }
      .selectWrap .searchInput input:-moz-placeholder-shown {
        font-weight: normal; }
      .selectWrap .searchInput input:-ms-input-placeholder {
        font-weight: normal; }
      .selectWrap .searchInput input:placeholder-shown {
        font-weight: normal; }

.selectric-dropdownSelect.selectric-overlined {
  width: 100%; }
  .selectric-dropdownSelect.selectric-overlined .selectric {
    width: 100%; }
    .selectric-dropdownSelect.selectric-overlined .selectric .label {
      margin-left: 0px;
      height: auto;
      line-height: 55px;
      font-weight: bold;
      color: #000000;
      font-size: 16px;
      letter-spacing: -.4px; }
  .selectric-dropdownSelect.selectric-overlined .selectric-items {
    top: 48px; }
  .selectric-dropdownSelect.selectric-overlined.selectric-open {
    background-color: transparent; }
    .selectric-dropdownSelect.selectric-overlined.selectric-open .button:after {
      transform: rotate(180deg); }

.selectric-dropdownSelect .button {
  text-indent: -999999px;
  background: transparent;
  height: 35px;
  width: 35px; }
  .selectric-dropdownSelect .button:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 0 24 24' width='24'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z'/%3E%3C/svg%3E");
    border: 0px;
    height: 35px;
    width: 35px;
    background-position: center;
    background-color: #dddddd;
    border-radius: 30px;
    background-repeat: no-repeat;
    transform: rotate(0deg);
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1); }

.selectric-dropdownSelect .selectric {
  border: 0px;
  background: transparent;
  height: 38px; }
  .selectric-dropdownSelect .selectric .label {
    margin-right: 45px;
    margin-left: 15px;
    font-size: 14px;
    color: #000000; }

.selectric-dropdownSelect .selectric-items {
  border: 0;
  border-top: 1px solid #dddddd;
  box-shadow: none;
  background-color: #dddddd; }
  .selectric-dropdownSelect .selectric-items ul li {
    color: #000000;
    font-size: 14px;
    padding: 10px 15px; }
    .selectric-dropdownSelect .selectric-items ul li.selected {
      color: white;
      background-color: #000000; }

.selectric-dropdownSelect.selectric-open {
  background-color: #dddddd; }
  .selectric-dropdownSelect.selectric-open .button:after {
    transform: rotate(180deg); }

.alert {
  border-radius: 0px;
  border: 0px;
  padding-top: 20px; }
  .alert.alert-success {
    background-color: #5CF2AA; }

.animate-me {
  transition: opacity 1.2s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
  transition-delay: .6ms;
  transform: translateY(100px); }

.loading-screen {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  background-color: #6400ff;
  width: 100%;
  height: 100%; }

.load-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  z-index: 10;
  pointer-events: none; }

.a-image img {
  transition: opacity 1.2s cubic-bezier(0.215, 0.61, 0.355, 1), transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: scale(1.4);
  opacity: 0;
  transition-delay: .6ms; }

.is-inview img {
  opacity: 1;
  transform: scale(1); }

.is-inview .animate-me {
  opacity: 1;
  transform: translateY(0); }

.boxContent.left .boxTitle {
  padding-left: 0; }
  @media (min-width: 1480px) {
    .boxContent.left .boxTitle {
      padding-left: calc(50vw - 650px); } }

.boxContent.right .boxTitle {
  padding-right: 0; }
  @media (min-width: 1480px) {
    .boxContent.right .boxTitle {
      padding-right: calc(50vw - 650px); } }

.quote {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.5;
  padding-left: 50px;
  position: relative;
  letter-spacing: -1px;
  font-weight: 500; }
  @media (min-width: 768px) {
    .quote {
      font-size: 24px; } }
  .quote:after {
    content: "";
    height: 100%;
    width: 5px;
    background-color: #6400ff;
    left: 0;
    top: 0;
    position: absolute; }

.newsContent {
  position: relative; }
  .newsContent figure {
    overflow: hidden;
    position: relative; }
    .newsContent figure .overline {
      position: absolute;
      background: #6400ff;
      padding: 2px 10px;
      color: white;
      right: 20px;
      top: 20px;
      z-index: 2;
      text-transform: uppercase;
      font-weight: bold;
      font-size: 13px; }
  .newsContent .content small {
    color: rgba(0, 0, 0, 0.6); }
  .newsContent .fnewsItem {
    position: relative;
    z-index: 2;
    opacity: 0;
    transform: translateY(60px);
    transition: opacity 1.2s cubic-bezier(0.215, 0.61, 0.355, 1), transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1); }
    .newsContent .fnewsItem:nth-of-type(2) {
      transition-delay: 0.1s; }
    .newsContent .fnewsItem:nth-of-type(3) {
      transition-delay: 0.2s; }
    .newsContent .fnewsItem:nth-of-type(4) {
      transition-delay: 0.3s; }
    .newsContent .fnewsItem:nth-of-type(5) {
      transition-delay: 0.4s; }
    .newsContent .fnewsItem:nth-of-type(6) {
      transition-delay: 0.5s; }
    .newsContent .fnewsItem:nth-of-type(7) {
      transition-delay: 0.6s; }
    .newsContent .fnewsItem:nth-of-type(8) {
      transition-delay: 0.7s; }
    .newsContent .fnewsItem:nth-of-type(9) {
      transition-delay: 0.8s; }
    .newsContent .fnewsItem:nth-of-type(10) {
      transition-delay: 0.9s; }
    .newsContent .fnewsItem:nth-of-type(11) {
      transition-delay: 1s; }
    .newsContent .fnewsItem:nth-of-type(12) {
      transition-delay: 1.1s; }
    .newsContent .fnewsItem:nth-of-type(13) {
      transition-delay: 1.2s; }
    .newsContent .fnewsItem:nth-of-type(14) {
      transition-delay: 1.3s; }
    .newsContent .fnewsItem:nth-of-type(15) {
      transition-delay: 1.4s; }
    .newsContent .fnewsItem:nth-of-type(16) {
      transition-delay: 1.5s; }
    .newsContent .fnewsItem:nth-of-type(17) {
      transition-delay: 1.6s; }
    .newsContent .fnewsItem:nth-of-type(18) {
      transition-delay: 1.7s; }
    .newsContent .fnewsItem:nth-of-type(19) {
      transition-delay: 1.8s; }
    .newsContent .fnewsItem:nth-of-type(20) {
      transition-delay: 1.9s; }
    .newsContent .fnewsItem:nth-of-type(21) {
      transition-delay: 2s; }
    .newsContent .fnewsItem figure {
      overflow: unset !important; }
    .newsContent .fnewsItem.is-inview {
      transform: translateY(0px);
      opacity: 1; }

.paginationWrap .pagination .page-item.pPrev .page-link, .paginationWrap .pagination .page-item.pNext .page-link {
  background: #dddddd;
  padding-left: 18px;
  padding-right: 18px;
  text-indent: -9999999px !important;
  width: 45px;
  height: 45px; }
  @media (min-width: 768px) {
    .paginationWrap .pagination .page-item.pPrev .page-link, .paginationWrap .pagination .page-item.pNext .page-link {
      text-indent: unset !important;
      width: auto !important; } }
  .paginationWrap .pagination .page-item.pPrev .page-link .icon-svg, .paginationWrap .pagination .page-item.pNext .page-link .icon-svg {
    font-size: 20px; }

.paginationWrap .pagination .page-item.pPrev .page-link {
  padding-right: 22px; }

.paginationWrap .pagination .page-item.pNext .page-link {
  padding-left: 22px; }

.paginationWrap .pagination .page-item .page-link {
  border-radius: 30px;
  width: 45px;
  height: 45px;
  line-height: 28px;
  text-align: center;
  justify-content: center;
  border: 0px;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s all;
  background-color: transparent;
  color: rgba(0, 0, 0, 0.6);
  color: rgba(0, 0, 0, 0.6);
  font-weight: 500; }
  @media (min-width: 768px) {
    .paginationWrap .pagination .page-item .page-link {
      width: 50px;
      height: 50px; } }
  .paginationWrap .pagination .page-item .page-link:hover {
    color: #000000; }

.paginationWrap .pagination .page-item.active .page-link {
  border: 1px solid black; }

.blockImageItems {
  z-index: 3;
  position: relative; }
  .blockImageItems .blockImageItem {
    opacity: 0;
    transform: translateY(60px);
    transition: opacity 1.2s cubic-bezier(0.215, 0.61, 0.355, 1), transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1); }
    .blockImageItems .blockImageItem:nth-of-type(2) {
      transition-delay: 0.1s; }
    .blockImageItems .blockImageItem:nth-of-type(3) {
      transition-delay: 0.2s; }
    .blockImageItems .blockImageItem:nth-of-type(4) {
      transition-delay: 0.3s; }
    .blockImageItems .blockImageItem:nth-of-type(5) {
      transition-delay: 0.4s; }
    .blockImageItems .blockImageItem:nth-of-type(6) {
      transition-delay: 0.5s; }
    .blockImageItems .blockImageItem:nth-of-type(7) {
      transition-delay: 0.6s; }
    .blockImageItems .blockImageItem:nth-of-type(8) {
      transition-delay: 0.7s; }
    .blockImageItems .blockImageItem:nth-of-type(9) {
      transition-delay: 0.8s; }
    .blockImageItems .blockImageItem:nth-of-type(10) {
      transition-delay: 0.9s; }
    .blockImageItems .blockImageItem:nth-of-type(11) {
      transition-delay: 1s; }
    .blockImageItems .blockImageItem:nth-of-type(12) {
      transition-delay: 1.1s; }
    .blockImageItems .blockImageItem:nth-of-type(13) {
      transition-delay: 1.2s; }
    .blockImageItems .blockImageItem:nth-of-type(14) {
      transition-delay: 1.3s; }
    .blockImageItems .blockImageItem:nth-of-type(15) {
      transition-delay: 1.4s; }
    .blockImageItems .blockImageItem:nth-of-type(16) {
      transition-delay: 1.5s; }
    .blockImageItems .blockImageItem:nth-of-type(17) {
      transition-delay: 1.6s; }
    .blockImageItems .blockImageItem:nth-of-type(18) {
      transition-delay: 1.7s; }
    .blockImageItems .blockImageItem:nth-of-type(19) {
      transition-delay: 1.8s; }
    .blockImageItems .blockImageItem:nth-of-type(20) {
      transition-delay: 1.9s; }
    .blockImageItems .blockImageItem:nth-of-type(21) {
      transition-delay: 2s; }
    .blockImageItems .blockImageItem.is-inview {
      transform: translateY(0px);
      opacity: 1; }
    .blockImageItems .blockImageItem .Image {
      background-color: #000000; }
      .blockImageItems .blockImageItem .Image img {
        opacity: .9; }
    .blockImageItems .blockImageItem .Content {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 1;
      padding: 30px 35px; }
      @media (min-width: 768px) {
        .blockImageItems .blockImageItem .Content {
          padding: 40px 45px; } }
      .blockImageItems .blockImageItem .Content .overline {
        opacity: .6; }
      .blockImageItems .blockImageItem .Content a {
        position: relative; }
        .blockImageItems .blockImageItem .Content a:after {
          position: absolute;
          content: "";
          width: 100%;
          height: 2px;
          top: calc(100% + 5px);
          left: 0;
          background: #6400ff;
          transition: transform 0.3s;
          transform: scaleX(0);
          transform-origin: right; }
          @media (min-width: 992px) {
            .blockImageItems .blockImageItem .Content a:after {
              background: white; } }
        .blockImageItems .blockImageItem .Content a:hover {
          text-decoration: none; }
          .blockImageItems .blockImageItem .Content a:hover:after {
            transform: scaleX(1);
            transform-origin: left; }

.relatedLinks {
  margin-bottom: 20px; }
  .relatedLinks p {
    font-size: 14px;
    margin-bottom: 0px !important; }
    @media (min-width: 768px) {
      .relatedLinks p {
        margin-bottom: .5rem !important; } }
  .relatedLinks a {
    text-decoration: underline;
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    display: block; }
    .relatedLinks a:hover {
      color: #6400ff; }

.fImageBlock {
  position: relative; }
  .fImageBlock .fTitle {
    width: 100%; }
    @media (min-width: 768px) {
      .fImageBlock .fTitle {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: calc(100% - 15px); } }

.collapsable .btnList {
  width: 100%;
  border: 0;
  background: transparent;
  text-align: left;
  padding: 0; }
  .collapsable .btnList p {
    padding-right: 40px; }
  .collapsable .btnList .icon {
    position: relative;
    width: 20px;
    height: 20px; }
    .collapsable .btnList .icon:after, .collapsable .btnList .icon:before {
      content: "";
      display: block;
      background: #6400ff;
      transform: translate(-50%, -50%);
      left: 50%;
      top: 50%;
      position: absolute;
      transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1); }
    .collapsable .btnList .icon:after {
      height: 2px;
      width: 20px; }
    .collapsable .btnList .icon:before {
      height: 20px;
      width: 2px;
      opacity: 1;
      visibility: visible; }
  .collapsable .btnList[aria-expanded="true"] .icon:before {
    visibility: hidden;
    opacity: 0; }

.blockItems .blockItem .content {
  padding: 30px 35px;
  background-color: rgba(221, 221, 221, 0.5); }
  @media (min-width: 768px) {
    .blockItems .blockItem .content {
      padding: 40px 45px; } }
  .blockItems .blockItem .content .title {
    font-size: 32px;
    line-height: 1.2; }
  .blockItems .blockItem .content .icon .icon-svg {
    margin-left: -12px;
    font-size: 90px;
    fill: #6400ff; }

.news-inner .breadCrumbsWrap, .event-inner .breadCrumbsWrap, .privacy-inner .breadCrumbsWrap, .terms-inner .breadCrumbsWrap {
  padding: 0px !important; }
  .news-inner .breadCrumbsWrap .breadCrumbs, .event-inner .breadCrumbsWrap .breadCrumbs, .privacy-inner .breadCrumbsWrap .breadCrumbs, .terms-inner .breadCrumbsWrap .breadCrumbs {
    border-top: 1px solid rgba(0, 0, 0, 0.3);
    padding-top: 30px;
    padding-bottom: 20px; }
    @media (min-width: 768px) {
      .news-inner .breadCrumbsWrap .breadCrumbs, .event-inner .breadCrumbsWrap .breadCrumbs, .privacy-inner .breadCrumbsWrap .breadCrumbs, .terms-inner .breadCrumbsWrap .breadCrumbs {
        padding-top: 40px;
        padding-bottom: 40px; } }

.news-inner .inner-banner, .event-inner .inner-banner, .privacy-inner .inner-banner, .terms-inner .inner-banner {
  background-color: #6400ff;
  padding-top: 60px;
  position: relative;
  overflow: hidden; }
  @media (min-width: 768px) {
    .news-inner .inner-banner, .event-inner .inner-banner, .privacy-inner .inner-banner, .terms-inner .inner-banner {
      padding-top: 110px; }
      .news-inner .inner-banner:before, .event-inner .inner-banner:before, .privacy-inner .inner-banner:before, .terms-inner .inner-banner:before {
        top: 110px; } }
  .news-inner .inner-banner:before, .event-inner .inner-banner:before, .privacy-inner .inner-banner:before, .terms-inner .inner-banner:before {
    content: "";
    top: 60px;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    position: absolute;
    z-index: 0;
    pointer-events: none; }
    @media (min-width: 768px) {
      .news-inner .inner-banner:before, .event-inner .inner-banner:before, .privacy-inner .inner-banner:before, .terms-inner .inner-banner:before {
        top: 100px; } }
  .news-inner .inner-banner .backBtn, .event-inner .inner-banner .backBtn, .privacy-inner .inner-banner .backBtn, .terms-inner .inner-banner .backBtn {
    border-color: rgba(0, 0, 0, 0.6); }
    .news-inner .inner-banner .backBtn .icon-svg, .event-inner .inner-banner .backBtn .icon-svg, .privacy-inner .inner-banner .backBtn .icon-svg, .terms-inner .inner-banner .backBtn .icon-svg {
      fill: rgba(0, 0, 0, 0.6); }
    .news-inner .inner-banner .backBtn:hover, .event-inner .inner-banner .backBtn:hover, .privacy-inner .inner-banner .backBtn:hover, .terms-inner .inner-banner .backBtn:hover {
      border-color: #6400ff; }
      .news-inner .inner-banner .backBtn:hover .icon-svg, .event-inner .inner-banner .backBtn:hover .icon-svg, .privacy-inner .inner-banner .backBtn:hover .icon-svg, .terms-inner .inner-banner .backBtn:hover .icon-svg {
        fill: white; }
  .news-inner .inner-banner .section-details, .event-inner .inner-banner .section-details, .privacy-inner .inner-banner .section-details, .terms-inner .inner-banner .section-details {
    z-index: 1;
    position: relative; }
    .news-inner .inner-banner .section-details .overline, .event-inner .inner-banner .section-details .overline, .privacy-inner .inner-banner .section-details .overline, .terms-inner .inner-banner .section-details .overline {
      color: rgba(0, 0, 0, 0.6); }
    .news-inner .inner-banner .section-details .title, .event-inner .inner-banner .section-details .title, .privacy-inner .inner-banner .section-details .title, .terms-inner .inner-banner .section-details .title {
      color: #000000;
      font-size: calc(30px + (60  - 30) * ((100vw - 300px) / (1920 - 300))); }
    @media (min-width: 768px) {
      .news-inner .inner-banner .section-details .desc, .event-inner .inner-banner .section-details .desc, .privacy-inner .inner-banner .section-details .desc, .terms-inner .inner-banner .section-details .desc {
        top: calc(100% + 15px); } }
  .news-inner .inner-banner .graphic, .event-inner .inner-banner .graphic, .privacy-inner .inner-banner .graphic, .terms-inner .inner-banner .graphic {
    width: 250px;
    height: 250px;
    opacity: .6;
    position: absolute;
    z-index: 0;
    right: 0px;
    top: calc(50% - 125px); }

.p-6 {
  padding: 4rem !important; }

.p-8 {
  padding: 5rem !important; }

@media (min-width: 768px) {
  .news-inner .featuredImage {
    margin-left: 16.666667%;
    margin-right: 16.666667%; } }

.home header {
  background: transparent; }

.home .banner {
  background-color: #000;
  height: 100%;
  position: relative;
  overflow: hidden; }
  @media (min-width: 768px) {
    .home .banner {
      height: 650px; } }
  .home .banner .container {
    z-index: 2;
    position: relative; }
  .home .banner .bannerContent {
    padding: 180px 0;
    position: relative;
    z-index: 2; }
    @media (min-width: 768px) {
      .home .banner .bannerContent {
        padding: 0; } }
    .home .banner .bannerContent .title {
      color: white;
      font-size: calc(40px + (70  - 40) * ((100vw - 300px) / (1920 - 300)));
      line-height: 0; }
      @media (min-width: 1100px) {
        .home .banner .bannerContent .title {
          line-height: 1.1;
          letter-spacing: -.03em; } }
    .home .banner .bannerContent .slogan {
      width: 70px;
      margin-left: auto;
      margin-bottom: 1.5em;
      display: none !important; }
      @media (min-width: 768px) {
        .home .banner .bannerContent .slogan {
          display: block  !important; } }
      .home .banner .bannerContent .slogan img {
        width: 100%; }
    .home .banner .bannerContent .btn {
      position: absolute;
      bottom: -80px; }
  .home .banner .graphic {
    position: absolute;
    z-index: 1;
    right: -125px;
    top: calc(50% - 125px);
    width: 250px;
    height: 250px;
    opacity: .6; }
    @media (min-width: 992px) {
      .home .banner .graphic {
        right: -192px;
        top: calc(50% - 192px);
        width: 385px;
        height: 385px; } }
  .home .banner .backgroundImage {
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    max-height: 700px;
    top: 0;
    background-size: cover;
    z-index: 0; }
    .home .banner .backgroundImage:before {
      background: rgba(0, 0, 0, 0.66);
      content: "";
      position: absolute;
      z-index: 1;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      display: block; }

.home .homeAbout {
  position: relative;
  overflow: hidden; }
  @media (min-width: 992px) {
    .home .homeAbout {
      padding-left: 0px;
      padding-right: 0px; } }
  .home .homeAbout .container {
    position: relative; }
  .home .homeAbout .graphic {
    position: absolute;
    z-index: -1;
    top: calc(100% - 100px);
    width: 200px;
    height: 200px;
    opacity: .5;
    display: none; }
    @media (min-width: 992px) {
      .home .homeAbout .graphic {
        left: -150px;
        top: calc(50% - 150px);
        width: 300px;
        height: 300px;
        display: block; } }

.home .homeWhatwedo {
  position: relative;
  overflow: hidden;
  padding-left: .5em;
  padding-right: .5em; }
  @media (min-width: 992px) {
    .home .homeWhatwedo {
      padding-left: 0px;
      padding-right: 0px; } }
  .home .homeWhatwedo .container {
    position: relative; }
  .home .homeWhatwedo .graphic {
    position: absolute;
    z-index: -1;
    bottom: 0px;
    width: 200px;
    height: 200px;
    opacity: .5;
    display: none; }
    @media (min-width: 992px) {
      .home .homeWhatwedo .graphic {
        left: 50%;
        bottom: -150px;
        width: 300px;
        height: 300px;
        display: block; } }

.home .homefocuses .focusesSliderWrap {
  position: relative; }

.home .homefocuses .graphic {
  position: absolute;
  z-index: 1;
  left: -125px;
  top: -125px;
  width: 250px;
  height: 250px;
  display: none; }
  @media (min-width: 992px) {
    .home .homefocuses .graphic {
      display: block; } }

.home .homeProgramme .blockItems .blockItem .content {
  background-color: white; }

.home .homeProgramme .graphic {
  position: absolute;
  z-index: 1;
  right: -125px;
  top: -125px;
  width: 250px;
  height: 250px;
  display: none; }
  @media (min-width: 992px) {
    .home .homeProgramme .graphic {
      display: block; } }

.home .homeCompetition .graphic {
  position: absolute;
  z-index: 1;
  left: -125px;
  top: -125px;
  width: 250px;
  height: 250px;
  display: none; }
  @media (min-width: 992px) {
    .home .homeCompetition .graphic {
      display: block; } }

.home .homeAtrc {
  position: relative;
  overflow: hidden; }
  .home .homeAtrc .fullWidth {
    position: relative;
    z-index: 2; }
  .home .homeAtrc .backgroundImage {
    z-index: 0;
    position: absolute;
    height: calc(100% + 5.125em);
    width: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: top center;
    z-index: 0;
    pointer-events: none; }

.home .newsHome {
  position: relative;
  overflow: hidden; }
  .home .newsHome .graphic {
    position: absolute;
    z-index: 1;
    left: -125px;
    top: -125px;
    width: 250px;
    height: 250px;
    display: none; }
    @media (min-width: 992px) {
      .home .newsHome .graphic {
        display: block; } }

.home .reachOutHome {
  position: relative;
  background-color: #000000;
  overflow: hidden; }
  .home .reachOutHome .title br {
    display: none; }
    @media (min-width: 992px) {
      .home .reachOutHome .title br {
        display: block; } }
  .home .reachOutHome .container {
    z-index: 1;
    position: relative; }
    .home .reachOutHome .container article p {
      color: white; }
  .home .reachOutHome .backgroundImage {
    filter: grayscale(100%);
    position: absolute;
    height: calc(100% + 5.125em);
    width: 100%;
    left: 0;
    top: -2.25em;
    background-size: cover;
    background-position: top center;
    z-index: 0;
    pointer-events: none; }

.aboutIntro {
  position: relative; }
  .aboutIntro .backgroundImage {
    background-image: url("assets/images/aspire-about-img.jpg");
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 54.3, 0, 1);
    width: 50%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left top;
    display: none; }
    @media (min-width: 768px) {
      .aboutIntro .backgroundImage {
        display: block; } }

.aboutPurpose {
  overflow: hidden;
  position: relative; }

.aboutStructure {
  overflow: hidden;
  position: relative; }

.what-we-do .blockImageItems .blockImageItem .Image img {
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 300px; }
  @media (min-width: 768px) {
    .what-we-do .blockImageItems .blockImageItem .Image img {
      height: auto; } }

.newsroom .section-details {
  border-bottom: 0px !important; }

.newsroom .newsContent {
  margin-bottom: 0px; }

.event-inner .desc {
  position: relative; }
  @media (min-width: 768px) {
    .event-inner .desc {
      position: absolute; } }

/* Events Page */
.selects {
  background-color: white;
  padding: 20px; }
  @media (min-width: 768px) {
    .selects {
      margin-left: 0px;
      margin-right: 0px;
      padding: 0px; } }

.contact form .selectric-generalEnquiry {
  background: #dddddd;
  border-radius: 4px; }
  .contact form .selectric-generalEnquiry .button::after {
    background-color: #6400ff;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='utf-8'?%3e%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 40 40' style='enable-background:new 0 0 40 40;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill:%23FFFFFF;%7d %3c/style%3e%3cpath class='st0' d='M19.9,31.1L6.2,17.4l3.5-3.5L19.9,24L30,13.9l3.5,3.5L19.9,31.1z'/%3e%3c/svg%3e ");
    background-size: 20px;
    background-position: center; }

.contact .contactIntroForm .graphic {
  left: 0; }
  @media (min-width: 768px) {
    .contact .contactIntroForm .graphic {
      width: 400px;
      height: 400px; } }

.contact #map {
  height: 300px;
  padding-top: 0px; }
  @media (min-width: 992px) {
    .contact #map {
      height: 450px; } }

.blockItems .blockItem {
  margin-bottom: 30px; }

.downloadPdf .blockItems .content .icon {
  opacity: .35; }
  .downloadPdf .blockItems .content .icon .icon-svg {
    margin-left: -25px;
    fill: #000000; }

.programmes .newsIntro {
  padding-bottom: 0 !important; }

.competitions-inner .prizeBox:nth-of-type(1) {
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .competitions-inner .prizeBox:nth-of-type(1) {
      margin-bottom: 0px;
      padding-right: 40px !important;
      border-right: 1px solid rgba(0, 0, 0, 0.1);
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
      padding-bottom: 30px !important; } }

@media (min-width: 768px) {
  .competitions-inner .prizeBox:nth-of-type(2) {
    padding-left: 40px !important;
    padding-bottom: 30px !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); } }

.detailedPage .listings {
  margin-top: 50px;
  position: relative; }
  @media (min-width: 768px) {
    .detailedPage .listings {
      margin-top: 140px; } }
  .detailedPage .listings .showList {
    background-color: transparent;
    border: none;
    position: relative;
    padding-right: 50px;
    padding-left: 0px;
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .detailedPage .listings .showList {
        position: absolute;
        margin-bottom: 0px;
        right: 0px;
        top: -80px; } }
    .detailedPage .listings .showList span {
      font-size: 14px;
      font-weight: bold; }
    .detailedPage .listings .showList.active:before {
      background-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='utf-8'?%3e%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 48 48' style='enable-background:new 0 0 48 48;' xml:space='preserve'%3e%3cpath d='M24,16l-5.5-5.6L16,12.9l8,8.2l8-8.2l-2.5-2.5L24,16z M24,34.8l5.5,5.6l2.5-2.5l-8-8.2l-8,8.2l2.5,2.5L24,34.8z'/%3e%3c/svg%3e "); }
    .detailedPage .listings .showList:before {
      content: "";
      display: block;
      height: 40px;
      width: 40px;
      transform: translateY(-50%);
      position: absolute;
      right: 0;
      top: 50%;
      background-color: rgba(0, 0, 0, 0.1);
      border-radius: 40px;
      background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 48 48' style='enable-background:new 0 0 48 48;' xml:space='preserve'%3e%3cpath d='M24.2,35.4l-5.5-5.6l-2.5,2.5l8,8.2l8-8.2l-2.5-2.5L24.2,35.4z M24.2,13.5l5.5,5.6l2.5-2.5l-8-8.2l-8,8.2l2.5,2.5L24.2,13.5 z'/%3e%3c/svg%3e ");
      background-size: 30px 30px;
      background-repeat: no-repeat;
      background-position: center; }

.banner-title-lin p {
  color: #fff; }

.path-frontpage iframe.media-oembed-content {
  box-sizing: border-box;
  width: 177.777778vh;
  height: 185.25vw;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -63%); }

.event-inner .embed-responsive .contextual-region {
  position: unset; }

.white-text p,
.fc-white p {
  color: #fff !important; }

form.user-login-form,
form.user-pass {
  margin: 0 auto;
  max-width: 607px; }

.user-pass p {
  padding: 0 15px; }

.user-login-form .label,
.user-pass .label {
  font-size: 14px; }

.user-login-form .form-submit,
.user-pass .form-submit {
  border-radius: 0px;
  background-color: #6400ff;
  padding: 12px 20px;
  padding-right: 10px;
  width: 100%;
  overflow: hidden;
  color: #fff !important;
  border: unset; }

.user-login-form .form-actions i,
.user-pass .form-actions i {
  display: none; }

.user-login-form .form-actions,
.user-pass .form-actions {
  padding: 0 15px; }

.user-login-form .form-text,
.user-pass .form-text {
  display: block;
  width: 100%;
  height: calc(1.5em + 1.25em + 2px);
  padding: 0.375em 0.75em;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.6);
  background-color: white;
  background-clip: padding-box;
  border: 1px solid #dddddd;
  border-radius: 0px;
  box-shadow: none;
  outline: 0;
  transition: border-color 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
  font-weight: bold;
  letter-spacing: -0.03em; }

.inner-banner .backgroundImage {
  top: -30px; }

.user-logged-in header {
  margin-top: 75px; }

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

.fc-dark p {
  color: #212529 !important; }

.newsroomMedia .views-element-container {
  width: 100%; }

.selectric-dropdownSelect.selectric-open {
  background-color: transparent !important; }

.path-user header {
  background: inherit; }

#views-exposed-form-embed-list-all-events label {
  position: absolute;
  top: -10px;
  z-index: 9;
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.875em; }

.selectric-dropdownSelect .selectric .label {
  margin-left: 0px;
  height: auto;
  line-height: 55px;
  font-weight: bold;
  color: #000000;
  font-size: 16px;
  letter-spacing: -0.4px; }

#views-exposed-form-embed-list-all-events .form-group {
  margin-bottom: 0px;
  padding: 0; }

#views-exposed-form-embed-list-all-events .btn-group.col-12.pr-0.col-md-2.d-flex.align-items-stretch {
  position: relative;
  display: block; }

#views-exposed-form-embed-list-all-events .selects .btn-group.col-12.pr-0.col-md-2.d-flex.align-items-stretch #arrow-right {
  height: 20px;
  fill: #fff !important;
  position: absolute;
  right: 15px;
  z-index: 1;
  top: 22px;
  display: block; }

.webform-submission-events-form [data-drupal-selector="edit-event"] {
  background: transparent !important;
  border: none;
  pointer-events: none;
  color: #000 !important; }

.webform-submission-events-form .webform-actions {
  position: relative;
  position: relative;
  display: block; }

.webform-submission-events-form .btn.formBtn {
  border-radius: 0px;
  background-color: #6400ff;
  padding: 0px 20px;
  padding-right: 10px;
  width: 100%;
  overflow: hidden;
  overflow: hidden;
  color: #fff; }

.webform-submission-events-form #arrow-right, .webform-submission-contact-form #arrow-right, .webform-submission-events-form span.action-button-custom #arrow-right, .user-login-form span.action-button-custom #arrow-right, .selects span.action-button-custom #arrow-right {
  height: 20px;
  fill: #fff !important;
  position: absolute;
  right: 15px;
  z-index: 1;
  top: 15px;
  display: block; }

.webform-actions .form-submit {
  color: #fff; }

.webform-submission-events-form [data-drupal-selector="edit-actions"] {
  float: right;
  width: 200px;
  padding: 0 15px; }

.webform-submission-contact-form .webform-button--submit {
  z-index: 1;
  position: relative;
  transition: all 0.3s ease 0s;
  margin-left: 0em;
  display: inline-block;
  letter-spacing: -0.03em;
  font-size: 1em;
  padding-right: 66px;
  z-index: 2; }

.webform-submission-contact-form .selectric-wrapper.selectric-form-select.selectric-required.selectric-selectric-overlined.selectric-dropdownSelect.selectric-below, .selectric-wrapper.selectric-form-select.selectric-required.selectric-selectric-overlined.selectric-dropdownSelect {
  transition: border-color 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  padding: 0.5em 0.75em;
  border: 1px solid #dddddd;
  background: #dddddd;
  border-radius: 4px; }

.selectric-dropdownSelect .selectric-items {
  width: 100% !important; }

.selectric-dropdownSelect .selectric .label {
  line-height: 38px !important; }

#views-exposed-form-embed-list-all-news .form-actions {
  display: none; }

.form-item-sort-order {
  margin-bottom: 0; }

#views-exposed-form-embed-list-all-news .selectric .label,
.custom-fillter-aspire .selectric .label {
  font-weight: normal; }

#views-exposed-form-embed-list-all-news .selectric-dropdownSelect .button:after {
  background-color: #dddddd; }

#views-exposed-form-embed-list-all-news .selectric-dropdownSelect .selectric .label,
.custom-fillter-aspire .selectric-dropdownSelec .selectric .label {
  margin-left: 15px; }

.newsContent {
  z-index: 0; }

.btn-group .form-actions {
  width: 100%; }

.webform-button--submit {
  line-height: 0; }

.webform-actions {
  margin: 0 15px;
  max-width: 160px !important;
  padding: 0 !important; }

.custom-fillter-aspire .form-actions {
  display: none; }

.custom-fillter-aspire .form-item {
  margin-bottom: 0; }

.modalBox .modal-dialog .modal-content .close {
  z-index: 9; }

div#map::before {
  content: "";
  background: rgba(0, 0, 0, 0);
  height: 100%;
  max-width: calc(100% - 120px);
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  margin: 0 auto !important;
  right: 0; }

.block-simplenews-subscription-block .form-item--error-message, .block-simplenews-subscription-block [role="alert"], .block-simplenews-subscription-block [role="alert"] a {
  color: red;
  text-shadow: 0px 0px #a6a6a6; }

.block-simplenews-subscription-block h2 {
  font-size: 1.25em;
  letter-spacing: -0.05em;
  line-height: 1.3;
  font-weight: bold;
  color: #fff;
  margin-bottom: 1.5rem !important;
  display: block;
  order: 1; }

.block-simplenews-subscription-block .form-item--error-message {
  padding-top: 15px; }

.block-simplenews-subscription-block .captcha {
  color: #fff; }

.webform-submission-form .form-item-captcha-response {
  padding: 0; }

.block-simplenews-subscription-block .description,
.block-simplenews-subscription-block .form-item label,
.block-simplenews-subscription-block .form-composite {
  display: none; }

.block-simplenews-subscription-block .form-item-message {
  color: #fff;
  order: 1;
  margin-bottom: 1rem !important; }

.block-simplenews-subscription-block form {
  display: flex;
  flex-wrap: wrap; }

.block-simplenews-subscription-block .form-item {
  margin: 0;
  padding: 0; }

.block-simplenews-subscription-block .field--type-email {
  order: 2;
  width: calc(68% - 15px);
  margin-right: 15px; }

.block-simplenews-subscription-block .form-actions {
  width: 32%;
  order: 2;
  display: flex;
  align-items: center;
  justify-content: space-between; }

.block-simplenews-subscription-block .form-actions .button {
  transition: all 0.3s ease 0s;
  cursor: pointer;
  outline: none;
  font-weight: bold;
  line-height: 50px;
  box-shadow: none;
  background: transparent;
  color: #000000;
  transition: all 0.3s ease;
  text-decoration: none;
  border: 0px solid transparent !important;
  height: 50px !important; }

.block-simplenews-subscription-block .form-actions {
  border-radius: 4px;
  text-decoration: none;
  border: 0px solid transparent;
  line-height: 30px;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  outline: none;
  font-weight: bold;
  padding-right: 20px;
  padding-left: 35px;
  position: relative;
  background: transparent;
  height: 50px;
  line-height: 50px;
  box-shadow: none;
  background-color: white;
  color: #000000;
  transition: all 0.3s ease; }

.block-simplenews-subscription-block .field--type-email input {
  display: block;
  width: 100%;
  height: calc(1.5em + 1.25em + 2px);
  padding: 0.375em 0.75em;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.6);
  background-color: white;
  background-clip: padding-box;
  border: 1px solid #dddddd;
  border-radius: 4px;
  box-shadow: none;
  outline: 0;
  transition: border-color 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
  font-weight: bold;
  letter-spacing: -0.03em;
  border: 0px solid transparent !important;
  height: 50px !important; }

.block-simplenews-subscription-block i .arrow-right {
  transition: stroke-dashoffset 0.3s ease;
  stroke-dasharray: 95;
  stroke-dashoffset: 95;
  stroke: #6400ff;
  stroke-width: 2px;
  fill: #6400ff; }

.block-simplenews-subscription-block .field--type-email input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.15); }

.block-simplenews-subscription-block .field--type-email input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.15); }

.block-simplenews-subscription-block .field--type-email input::placeholder {
  color: rgba(0, 0, 0, 0.15); }

.block-simplenews-subscription-block .form-actions:hover {
  background-color: rgba(255, 255, 255, 0.75); }

@media screen and (max-width: 1100px) {
  .home .banner .bannerContent .title {
    line-height: normal; } }

@media screen and (max-width: 768px) {
  .block-simplenews-subscription-block form {
    justify-content: center; }
  .block-simplenews-subscription-block .form-actions {
    width: auto; }
  .block-simplenews-subscription-block .field--type-email {
    width: 100%;
    margin-right: 0 !important;
    margin-bottom: 15px !important; } }

#block-aspire-breadcrumbs + .inner-content > .container + .g-padding-y2,
.bg-silver + .bg-silver {
  padding-top: 0 !important; }

.eventContent.Content.blockImageItems,
.home .homeAbout .graphic {
  z-index: 0; }

label.js-form-required.form-required:after {
  content: "*"; }

[data-drupal-messages] {
  background: #6400ff;
  padding: 20px;
  color: #fff;
  border: 1px solid #c5c5c5;
  margin: 2em 0; }
  [data-drupal-messages] a {
    color: #fff; }

html.is-loaded .path-user .loading-screen,
.page-error-404 .loading-screen {
  left: -100% !important;
  width: 0 !important; }

.captcha .form-item-captcha-response {
  display: flex;
  align-items: center;
  flex-wrap: wrap; }

.captcha .form-item-captcha-response .form-required {
  margin: 0; }

.captcha .form-item-captcha-response .form-text {
  margin: 0 10px;
  display: block !important; }

.captcha {
  padding: 0 15px 15px; }

.captcha .form-item-captcha-response .form-item--error-message {
  width: 100%;
  margin-top: 10px; }

.captcha .form-item-captcha-response .description {
  font-size: 14px;
  color: #00000099;
  margin-top: 7px; }

.webform-confirmation-modal {
  background: #6400ff; }

.webform-confirmation-modal .ui-dialog-titlebar {
  background: transparent;
  border: none;
  padding: 10px;
  width: 94px;
  float: right; }

.webform-confirmation-modal .ui-dialog-titlebar .ui-dialog-title {
  display: none; }

.webform-confirmation-modal .ui-dialog-content h5 {
  color: #fff !important; }

.webform-confirmation-modal .ui-dialog-content {
  padding: 20px;
  text-align: left;
  color: #fff; }

button.ui-dialog-titlebar-close {
  border-radius: 100%;
  height: 30px !important;
  width: 30px !important;
  border: none !important;
  position: relative;
  outline: none;
  background: transparent; }

.webform-confirmation-modal button.ui-dialog-titlebar-close:after {
  content: "";
  width: 2px;
  height: 18px;
  position: absolute;
  background: #fff;
  border-radius: 72px;
  transform: rotate(130deg);
  top: 5px; }

.webform-confirmation-modal button.ui-dialog-titlebar-close:before {
  content: "";
  width: 2px;
  height: 18px;
  position: absolute;
  background: #fff;
  border-radius: 72px;
  transform: rotate(45deg);
  top: 5px; }

.grecaptcha-badge {
  display: none !important; }

@media screen and (min-width: 1024px) {
  .boxContent .boxTitle {
    padding: 3.5em 0; } }

.page-error-404 .inner-banner,
.page-error-404 .block-language,
.page-error-404 .block-system-breadcrumb-block {
  display: none; }

.page-error-404 #block-aspire-content {
  padding: 15rem 0 5rem 0; }

.page-error-404 .border-bottom {
  border: none !important; }

.page-error-404 header {
  background: #6400ff !important; }

.page-error-404 #block-aspire-content a {
  color: #6400ff; }

.page-error-404 #block-aspire-content {
  text-align: center; }

.path-user .block-system-main-block {
  padding: 10em 0 5em 0; }

.simplelogin.path-user .block-system-main-block {
  padding: 1em 0; }

.simplelogin .simplelogin-logo img {
  padding: 10px 14px;
  margin-bottom: 5px; }

.simplelogin input.form-text {
  padding: 26px;
  font-weight: inherit; }

.detailedContent .styled-list-purple li, .detailedContent .styled-list-number li {
  flex: 0 0 100%;
  font-weight: 500;
  margin-bottom: .9rem;
  font-size: 1em;
  line-height: 1.4;
  letter-spacing: -0.03em;
  padding-right: 3rem !important; }

@media screen and (min-width: 768px) {
  .detailedContent .styled-list-purple li, .detailedContent .styled-list-number li {
    flex: 0 0 50%; } }

@media screen and (max-width: 768px) {
  .downloadPdf .content {
    padding: 15px !important; }
  .downloadPdf .content span.d-block.h4.fw-bold.mb-5 {
    margin-bottom: 1rem !important;
    font-size: 1.1rem; }
  .downloadPdf .blockItems .content .icon .icon-svg {
    margin-bottom: 0 !important;
    margin-left: -20px !important;
    width: 0.8em;
    height: 0.8em; }
  .downloadPdf .blockItems .btn-round i {
    height: 40px;
    width: 40px; } }

a,
a:hover {
  color: #6400ff; }

.block-language {
  padding: 0 0 0 30px; }

@media (max-width: 992px) {
  .block-language {
    order: 1;
    padding: 0; }
  #block-aspire-main-menu {
    order: 3;
    flex: 0 0 0; } }

.block-language .links li.is-active {
  display: none; }

.block-language .links li a {
  color: #fff;
  font-family: "Gotham", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  position: relative; }

.block-language .links li a:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  top: calc(100% + 10px);
  left: 0;
  background: #fff;
  transition: transform 0.3s;
  transform: scaleX(0);
  transform-origin: right;
  z-index: 1; }

.block-language .links li a:hover {
  opacity: 0.75; }

.block-language .links li a:hover:after {
  transform: scaleX(1);
  transform-origin: left; }

.imgWrapper {
  text-align: center; }

.inner-page-card .icon .icon-svg {
  margin-bottom: 0.25rem !important; }

.contactDetails .fc-white:hover {
  color: #fff;
  opacity: 0.8; }

#map.active::before {
  display: none; }

#subscribe .captcha {
  padding: 15px 0 0;
  order: 4; }
  @media screen and (max-width: 768px) {
    #subscribe .captcha {
      order: 2;
      width: 100%;
      display: flex;
      justify-content: center;
      padding: 0 0 15px; } }

.btn:active:not(.btn-secondary):not(.button--primary) {
  background-color: rgba(100, 0, 255, 0.75) !important; }

.btn.btn-secondary:active {
  background-color: rgba(255, 255, 255, 0.75) !important;
  color: #000 !important; }

.icon-svg.icon-instagram {
  height: 15px;
  position: relative;
  top: 2px; }

.btn.button--primary:active {
  background: unset !important; }

.two-column.animate-me {
  display: flex;
  width: 100%; }

.image-grid {
  display: flex;
  flex-flow: row wrap; }

.image-grid-item img {
  max-width: 100px;
  height: auto; }

.image-grid-item {
  flex: 0 0 33.3333%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  padding: 0 2rem;
  text-align: center;
  height: 100%; }

@media (max-width: 768px) {
  .image-grid-item {
    flex: 0 0 50%; } }

.image-grid-item img {
  margin-bottom: 1rem; }

.image-grid-title {
  display: flex;
  justify-content: center;
  text-transform: Uppercase;
  margin-bottom: 2rem;
  padding: 2rem; }

.path-newsletter header {
  background: #6400ff; }

.path-newsletter .mainWrap {
  background: #fff;
  width: 100%; }
  .path-newsletter .mainWrap > main {
    max-width: 82em;
    margin: 0 auto;
    padding: 157px 20px 60px 20px;
    width: 100%; }

.path-newsletter .simplenews-confirm-multi.confirmation #edit-actions {
  margin-top: 2em; }
  .path-newsletter .simplenews-confirm-multi.confirmation #edit-actions i {
    display: none; }

.path-newsletter .simplenews-confirm-multi.confirmation #edit-submit,
.path-newsletter .simplenews-confirm-multi.confirmation #edit-cancel {
  background: #6400ff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  color: #fff;
  padding: 10px 15px;
  border-radius: 5px;
  display: inline-block; }

.path-newsletter .simplenews-confirm-multi.confirmation #edit-cancel {
  margin-left: 20px; }

body {
  overflow-x: hidden !important; }

.home .homeProgramme .graphic {
  right: 0; }

#subscribe-wrapper [data-drupal-selector="edit-manage"] {
  display: none; }

.webform-submission-form .form-item--error-message {
  color: red; }

[data-width="data-100%"] img {
  width: 100%; }

[data-width="data-25%"] img {
  width: 25%; }

[data-width="data-50%"] img {
  width: 50%; }

[data-width="data-75%"] img {
  width: 75%; }

.col-md-12 img {
  height: 100%; }

picture {
  width: 100%; }

.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  word-wrap: normal; }

@media (min-width: 1024px) {
  .newsroom .atrcIntro img {
    width: 50% !important; } }

.slide-menu .menu-item a.is-active:after {
  transform: scaleX(1) !important; }
  @media (min-width: 990px) {
    .slide-menu .menu-item a.is-active:after {
      background: #fff !important; } }

.careers .inner-content .g-padding-y2.newsTitle {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important; }

.contact-us .g-padding-y2 {
  padding: 1rem 0  3rem 0 !important; }

.webform-submission-contact-form {
  padding: 10px 15px; }

.eu-cookie-withdraw-tab,
div#sliding-popup,
div#sliding-popup .eu-cookie-withdraw-banner {
  padding: 10px 10px;
  box-shadow: 0 23px 50px 7px #fff; }
  .eu-cookie-withdraw-tab a,
  div#sliding-popup a,
  div#sliding-popup .eu-cookie-withdraw-banner a {
    color: #fff;
    text-decoration: underline;
    font-weight: bold; }

@media (min-width: 768px) {
  .popup-content.info.eu-cookie-compliance-content {
    display: flex;
    align-items: center;
    justify-content: space-between; } }

.eu-cookie-compliance-secondary-button {
  border: 0 !important;
  box-shadow: none !important; }

.eu-cookie-compliance-message p {
  font-size: 14px;
  font-weight: 400; }

.tabs ul li a {
  text-align: center; }

.form-item-purpose select {
  height: 50px;
  width: 100%;
  font-weight: bold;
  padding: 10px;
  color: rgba(0, 0, 0, 0.6);
  border: 1px solid #ddd;
  border-radius: 5px;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) center;
  background-size: 25px;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>"); }

.js-form-type-webform-document-file .messages.messages--error.file-upload-js-error {
  color: #6400ff;
  margin-bottom: 15px; }

.js-form-type-webform-document-file .description {
  font-size: 14px;
  color: #00000099;
  margin-top: 7px; }

.js-form-type-webform-document-file .form-item--error-message {
  padding: 10px 0; }

.js-form-type-webform-document-file .js-hide.button {
  display: none; }

.js-form-type-webform-document-file .error {
  display: flex; }

.js-form-type-webform-document-file i {
  display: none !important; }

.stop-animation {
  opacity: 1 !important; }

[for='edit-captcha-response'] {
  padding-right: 15px; }

.path-frontpage section.section.banner + div + section div .g-padding-y2 {
  padding-top: 2em; }

@media only screen and (max-width: 768px) {
  .section-column {
    flex-wrap: wrap; } }

@media only screen and (max-width: 768px) {
  .section-column > div {
    width: 100%; } }

.section-column .newsIntro {
  width: 100%; }
  @media only screen and (max-width: 768px) {
    .section-column .newsIntro > .container {
      padding: 0; } }

/**
 * @file
 * Throbber.
 */
.ajax-progress {
  display: inline-block;
  padding: 1px 5px 2px 5px; }

[dir="rtl"] .ajax-progress {
  float: right; }

.ajax-progress-throbber .throbber {
  display: inline;
  padding: 1px 5px 2px;
  background: transparent url(../images/throbber-active.gif) no-repeat 0 center; }

.ajax-progress-throbber .message {
  display: inline;
  padding: 1px 5px 2px; }

tr .ajax-progress-throbber .throbber {
  margin: 0 2px; }

.ajax-progress-bar {
  width: 16em; }

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