@charset "UTF-8";
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
main {
  display: block; }

audio:not([controls]) {
  display: none; }

[hidden] {
  display: none; }

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  font-size: 1em;
  line-height: 1.35;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

::-moz-selection {
  background: #000;
  color: #fff;
  text-shadow: none; }

::selection {
  background: #000;
  color: #fff;
  text-shadow: none; }

a {
  text-decoration: none; }

a:focus,
a:hover,
a:active {
  outline: none; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

blockquote {
  margin: 0; }

dfn {
  font-style: italic; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

ins {
  background: #e9e991;
  color: #000;
  text-decoration: none; }

pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

pre {
  white-space: pre;
  word-wrap: break-word; }

q {
  quotes: none; }

q::before,
q::after {
  content: ''; }

small {
  font-size: 85%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

nav ul,
nav ol,
ul,
li {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

form {
  margin: 0; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

label {
  cursor: pointer; }

legend {
  border: 0;
  padding: 0;
  white-space: normal; }

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline; }

button,
input {
  line-height: normal;
  font-family: inherit; }

button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
  cursor: pointer;
  -webkit-appearance: button; }

button[disabled],
input[disabled] {
  cursor: default; }

input[type='text'],
input[type='email'],
input[type='password'],
input[type='search'],
textarea {
  box-shadow: none;
  appearance: none; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

input:invalid,
textarea:invalid {
  background-color: #f0dddd; }

input,
textarea,
select {
  outline: none; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  border-color: transparent; }

td {
  vertical-align: top; }

* {
  box-sizing: border-box; }
  *::before, *::after {
    box-sizing: border-box; }

.bg-white {
  background-color: #fff; }

.bg-black {
  background-color: #000; }

.bg-blue {
  background-color: #2a3755; }

.bg-white-sand {
  background-color: #f5f5f5; }

.wrapper, .card-modal .card, .card-modal:not([data-modal-type="participant"]) .card-modal-inner {
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 20px; }
  @media only screen and (min-width: 1201px) and (max-width: 1440px) {
    .wrapper, .card-modal .card, .card-modal:not([data-modal-type="participant"]) .card-modal-inner {
      max-width: 100%;
      padding: 0 100px; } }
  @media only screen and (min-width: 768px) and (max-width: 1200px) {
    .wrapper, .card-modal .card, .card-modal:not([data-modal-type="participant"]) .card-modal-inner {
      padding: 0 64px; } }
  @media only screen and (max-width: 767px) {
    .wrapper, .card-modal .card, .card-modal:not([data-modal-type="participant"]) .card-modal-inner {
      padding: 0 22px; } }

.wrapper-medium {
  max-width: 980px; }

.wrapper-small {
  padding: 0 100px; }
  @media only screen and (min-width: 768px) and (max-width: 1200px) {
    .wrapper-small {
      padding: 0 64px; } }
  @media only screen and (max-width: 767px) {
    .wrapper-small {
      padding: 0 22px; } }

.img-bg, .image-card-bg, .area-img, .banner-img, .section-intro-bg, .page-about main,
.cover {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.clearfix::before, .card-modal .card-links::before, .speaker::before, .intro-text-image-holder::before, .clearfix::after, .card-modal .card-links::after, .speaker::after, .intro-text-image-holder::after {
  content: "";
  display: table; }
.clearfix::after, .card-modal .card-links::after, .speaker::after, .intro-text-image-holder::after {
  clear: both; }

.hide {
  display: none; }

.show {
  display: block; }

.center {
  text-align: center; }

.sr-only {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.overflow {
  height: calc(100vh);
  overflow: hidden; }

.overlay-bg {
  background: rgba(42, 55, 85, 0.6);
  display: block;
  height: 100vh;
  width: 100vw;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  transition: 0.2s 0.3s ease-in-out;
  z-index: 99; }
  .overlay-bg.overlay-bg-active {
    opacity: 1;
    pointer-events: auto;
    transition: 0.2s ease-out; }

.bg-grey-texture {
  background-image: url(../images/bg_texture-grey.png);
  color: #2a3755;
  background-position: center top;
  background-repeat: repeat;
  background-size: 512px; }

.bg-blue-texture {
  background-image: url(../images/bg_texture-blue.png);
  color: #2a3755;
  background-position: center top;
  background-repeat: repeat;
  background-size: 512px; }

.bg-white-texture {
  background-image: url(../images/bg_texture-white.png) !important;
  color: #2a3755;
  background-position: center top;
  background-repeat: repeat;
  background-size: 512px; }

.card-modal-inner .js-card-modal-item {
  display: none; }

@font-face {
  font-family: "cf-glyphs";
  src: url("../fonts/cf-glyphs.eot?eusivx"), url("../fonts/cf-glyphs.woff2") format("woff2"), url("../fonts/cf-glyphs.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }
[class^="icon-"],
[class*=" icon-"] {
  font-family: cf-glyphs !important;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  letter-spacing: 0;
  line-height: 1;
  speak: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

[class^="icon-"]::before,
[class*=" icon-"]::before {
  color: inherit; }

.icon-calendar::before {
  content: "\e900"; }

.icon-camera::before {
  content: "\e901"; }

.icon-check-sm::before {
  content: "\e902"; }

.icon-check::before {
  content: "\e903"; }

.icon-chevron-left::before {
  content: "\e904"; }

.icon-chevron-right::before {
  content: "\e905"; }

.icon-cross-sm::before {
  content: "\e906"; }

.icon-double-down::before {
  content: "\e907"; }

.icon-download::before {
  content: "\e908"; }

.icon-drag::before {
  content: "\e909"; }

.icon-edit::before {
  content: "\e90a"; }

.icon-email::before {
  content: "\e90b"; }

.icon-exclamation::before {
  content: "\e90c"; }

.icon-ext-link::before {
  content: "\e90d"; }

.icon-female::before {
  content: "\e90e"; }

.icon-location::before {
  content: "\e90f"; }

.icon-lock::before {
  content: "\e910"; }

.icon-male::before {
  content: "\e911"; }

.icon-menu-close::before {
  content: "\e912"; }

.icon-menu::before {
  content: "\e913"; }

.icon-minus::before {
  content: "\e914"; }

.icon-more::before {
  content: "\e915"; }

.icon-notification::before {
  content: "\e916"; }

.icon-phone::before {
  content: "\e917"; }

.icon-play::before {
  content: "\e918"; }

.icon-plus::before {
  content: "\e919"; }

.icon-search::before {
  content: "\e91a"; }

.icon-social-in::before {
  content: "\e91b"; }

.icon-question::before {
  content: "\e91c"; }

.icon-archive::before {
  content: "\e91d"; }

.icon-chevron-down::before {
  content: "\e91e"; }

.icon-chevron-up::before {
  content: "\e91f"; }

.icon-profile::before {
  content: "\e920"; }

.icon-attachment::before {
  content: "\e921"; }

.icon-drop-up::before {
  content: "\e922"; }

.icon-drop-down::before {
  content: "\e923"; }

.icon-db-replies::before {
  content: "\e924"; }

.icon-db-pinned::before {
  content: "\e925"; }

.icon-db-pin::before {
  content: "\e926"; }

.icon-db-flag::before {
  content: "\e927"; }

.icon-db-question::before {
  content: "\e928"; }

.icon-db-opportunity::before {
  content: "\e929"; }

.icon-home::before {
  content: "\e92a"; }

.icon-db-feed::before {
  content: "\e92b"; }

.icon-db-network::before {
  content: "\e92c"; }

.icon-db-activity::before {
  content: "\e92d"; }

.icon-discussion::before {
  content: "\e92e"; }

.icon-calendar-upcoming::before {
  content: "\e92f"; }

.icon-calendar-past::before {
  content: "\e930"; }

.icon-tag::before {
  content: "\e931"; }

.icon-crop::before {
  content: "\e932"; }

.icon-see::before {
  content: "\e933"; }

.icon-db-announcement::before {
  content: "\e934"; }

.icon-db-resource .path1::before {
  content: "\e935"; }

.icon-db-resource .path2::before {
  content: "\e937";
  margin-left: -1em;
  opacity: 0.0017; }

.icon-db-event::before {
  content: "\e936"; }

.icon-db-note::before {
  content: "\e938"; }

.icon-login::before {
  content: "\e920"; }

.icon-rsvp::before {
  content: "\e902"; }

.icon-rsvp-yes::before {
  content: "YES"; }

.icon-rsvp-no::before {
  content: "NO"; }

.icon-rsvp-maybe::before {
  content: "Maybe"; }

@font-face {
  font-family: 'novar';
  src: url("../fonts/Novar.woff2") format("woff2"), url("../fonts/Novar.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/Montserrat-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-Italic.woff2") format("woff2"), url("../fonts/Montserrat-Italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-MediumItalic.woff2") format("woff2"), url("../fonts/Montserrat-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-SemiBoldItalic.woff2") format("woff2"), url("../fonts/Montserrat-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-BoldItalic.woff2") format("woff2"), url("../fonts/Montserrat-BoldItalic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: swap; }
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  font-family: "novar", serif;
  font-weight: 400; }

h1,
.h1 {
  font-size: 60px;
  line-height: 70px; }
  @media only screen and (min-width: 768px) and (max-width: 1200px) {
    h1,
    .h1 {
      font-size: 50px;
      line-height: 59px; } }
  @media only screen and (max-width: 767px) {
    h1,
    .h1 {
      font-size: 30px;
      line-height: 36px; } }

h2,
.h2 {
  font-size: 40px;
  line-height: 50px;
  font-weight: 400; }
  h2 span,
  .h2 span {
    color: #bb8469;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 3.5px;
    line-height: 18px;
    margin-bottom: 10px;
    text-transform: uppercase;
    white-space: pre-line;
    display: block;
    font-family: "Montserrat", sans-serif; }
  @media only screen and (min-width: 768px) and (max-width: 1200px) {
    h2,
    .h2 {
      font-size: 35px;
      line-height: 41px; } }
  @media only screen and (max-width: 767px) {
    h2,
    .h2 {
      font-size: 30px;
      line-height: 36px; } }

h3,
.h3 {
  font-size: 30px;
  letter-spacing: -1px;
  line-height: 35px; }
  @media only screen and (min-width: 768px) and (max-width: 1200px) {
    h3,
    .h3 {
      font-size: 27px;
      letter-spacing: -0.5px;
      line-height: 31px; } }
  @media only screen and (max-width: 767px) {
    h3,
    .h3 {
      font-size: 23px;
      line-height: 29px;
      letter-spacing: 0; } }

p,
.text,
li {
  font-size: 18px;
  letter-spacing: -0.5px;
  line-height: 30px; }
  @media only screen and (min-width: 768px) and (max-width: 1200px) {
    p,
    .text,
    li {
      font-size: 16px;
      letter-spacing: -0.25px;
      line-height: 28px; } }
  @media only screen and (max-width: 767px) {
    p,
    .text,
    li {
      font-size: 14px;
      line-height: 23px; } }

.text-details {
  font-size: 16px;
  letter-spacing: -0.5px;
  line-height: 25px;
  font-weight: 500;
  opacity: 0.8; }
  @media only screen and (max-width: 767px) {
    .text-details {
      font-size: 14px;
      line-height: 23px; } }
  .text-details li, .text-details p, .text-details a {
    font-size: 16px;
    letter-spacing: -0.5px;
    line-height: 25px;
    margin-block-end: 20px;
    font-weight: 500; }
    @media only screen and (max-width: 767px) {
      .text-details li, .text-details p, .text-details a {
        font-size: 14px;
        line-height: 23px;
        margin-block-end: 16px; } }

.text-regular {
  font-size: 16px;
  letter-spacing: -0.5px;
  line-height: 25px;
  font-weight: 500;
  opacity: 0.8; }
  @media only screen and (max-width: 767px) {
    .text-regular {
      font-size: 14px;
      line-height: 23px; } }

.text-medium {
  font-size: 18px;
  letter-spacing: -0.5px;
  line-height: 30px; }
  @media only screen and (max-width: 767px) {
    .text-medium {
      font-size: 16px;
      line-height: 28px; } }

.text-large {
  font-size: 26px;
  letter-spacing: -0.5px;
  line-height: 38px; }
  @media only screen and (max-width: 767px) {
    .text-large {
      font-size: 20px;
      letter-spacing: -0.25px;
      line-height: 29px; } }

.text-xlarge {
  font-size: 30px;
  letter-spacing: -0.1px;
  line-height: 40px; }
  @media only screen and (min-width: 768px) and (max-width: 1200px) {
    .text-xlarge {
      font-size: 26px;
      letter-spacing: -0.5px;
      line-height: 38px; } }
  @media only screen and (max-width: 767px) {
    .text-xlarge {
      font-size: 20px;
      letter-spacing: -0.25px;
      line-height: 29px; } }

small {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 18px; }

.small {
  display: block;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 2px;
  font-weight: 500;
  text-transform: uppercase;
  color: inherit; }
  .small span {
    color: #bb8469;
    display: block; }

ul:not([class]) {
  list-style: disc;
  margin-left: 24px; }

ol:not([class]) {
  list-style: decimal;
  margin-left: 24px; }

li:not([class]) {
  margin-bottom: 12px;
  list-style: inherit; }

button {
  background: none;
  outline: none;
  border: none;
  padding: 0; }

.rte h3 {
  margin-bottom: 20px; }
.rte h4 {
  font-size: 18px;
  letter-spacing: -0.5px;
  line-height: 30px;
  margin-bottom: 20px;
  font-weight: 500; }
.rte h5 {
  font-weight: 700;
  opacity: 0.8;
  font-size: 16px;
  letter-spacing: -0.5px;
  line-height: 25px; }
.rte p {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.5px;
  line-height: 25px;
  opacity: 0.8;
  position: relative; }
  .rte p:not(:last-child) {
    margin-bottom: 20px; }
  .rte p a {
    color: inherit;
    font-weight: 600;
    text-decoration: underline; }
    .rte p a:hover {
      opacity: 1; }
.rte ul {
  list-style: none;
  opacity: 0.8;
  margin: 0 0 20px; }
  .rte ul ul {
    opacity: 1; }
  .rte ul:not(:last-child) {
    margin: 0 0 20px; }
  .rte ul li {
    padding-left: 37px;
    position: relative; }
    .rte ul li::before {
      content: "";
      color: #bb8469;
      left: 12px;
      top: 12px;
      position: absolute;
      width: 3px;
      height: 3px;
      background-color: #bb8469;
      border-radius: 50%; }
.rte li {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.5px;
  line-height: 25px;
  margin-bottom: 0; }
.rte ol {
  opacity: 0.8;
  margin: 0 0 20px;
  counter-reset: ol;
  list-style-position: inside; }
  .rte ol li {
    padding-left: 37px;
    position: relative; }
    .rte ol li::marker {
      color: inherit;
      left: 12px;
      font-weight: 700;
      position: absolute;
      width: 3px;
      height: 3px; }
.rte a {
  color: #2a3755;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.5px;
  line-height: 25px;
  opacity: 0.8; }
@media only screen and (max-width: 767px) {
  .rte p {
    font-size: 14px;
    line-height: 23px; } }

.rte-agenda h4 {
  margin-top: -15px; }
@media only screen and (max-width: 767px) {
  .rte-agenda p {
    font-size: 14px;
    line-height: 23px; }
  .rte-agenda h4 {
    font-size: 16px;
    line-height: 24px; }
  .rte-agenda h5 {
    font-size: 14px;
    line-height: 23px; }
  .rte-agenda li {
    font-size: 14px;
    line-height: 23px; }
  .rte-agenda ol li,
  .rte-agenda ul li {
    padding-left: 20px; }
    .rte-agenda ol li::before,
    .rte-agenda ul li::before {
      left: 4px; } }

.rte-location {
  font-weight: 500; }
  .rte-location h4 {
    font-weight: 700;
    margin-top: 0; }
  .rte-location h5 {
    font-weight: 500; }
  .rte-location span {
    font-size: 16px;
    letter-spacing: -0.5px;
    line-height: 25px;
    text-decoration: underline;
    opacity: 0.8;
    font-weight: 500;
    display: inline-block; }
  .rte-location a {
    width: fit-content;
    text-decoration: underline;
    font-weight: 700; }
  .rte-location p a {
    opacity: 1; }
  .rte-location div {
    margin-bottom: 20px; }
    .rte-location div h5,
    .rte-location div p,
    .rte-location div a {
      margin-bottom: 0; }

.rte-participation h3,
.rte-participation h2 {
  margin-bottom: 42px;
  position: relative; }
  .rte-participation h3::after,
  .rte-participation h2::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -22px;
    width: 20px;
    height: 2px;
    background-color: #bb8469; }

.rte-details a {
  text-decoration: underline; }

.rte-policy h3 {
  font-size: 24px;
  letter-spacing: -1px;
  line-height: 30px;
  font-family: "novar", serif;
  margin-bottom: 20px; }
  .rte-policy h3:not(:first-of-type) {
    margin-top: 50px;
    padding-top: 50px;
    border-top: 1px solid rgba(42, 55, 85, 0.2); }
.rte-policy h4 {
  font-weight: 700; }
  .rte-policy h4:not(:first-of-type) {
    padding-top: 20px; }
@media only screen and (max-width: 767px) {
  .rte-policy h3 {
    font-size: 20px;
    line-height: 28px; }
    .rte-policy h3:not(:first-of-type) {
      margin-top: 40px;
      padding-top: 40px; } }

.rte-login-terms {
  color: #2a3755; }
  .rte-login-terms p {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.25px;
    line-height: 20px;
    opacity: 0.8; }
  .rte-login-terms ol {
    margin-bottom: 20px;
    margin-left: 20px; }
    .rte-login-terms ol li {
      font-size: 14px;
      font-weight: 500;
      letter-spacing: -0.25px;
      line-height: 20px;
      opacity: 0.8; }
      .rte-login-terms ol li:not(:last-child) {
        margin-bottom: 5px; }
  .rte-login-terms a {
    color: #2a3755;
    text-decoration: underline; }

.button {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 12px;
  font-weight: 700;
  height: 50px;
  letter-spacing: 1.7px;
  line-height: 16px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: unset !important;
  transition: background-color 0.2s ease-out;
  padding: 15px 30px;
  border: 0; }
  .button:not(.button-dark) {
    background: #fff;
    color: #2a3755; }
    .button:not(.button-dark):hover {
      background-color: #d9d9d9; }

.button-icon {
  font-size: 20px;
  margin-right: 11px;
  color: inherit; }

.button-dark {
  background: #2a3755;
  color: #fff; }
  .button-dark:hover {
    background-color: #232e48; }

.button-scroll {
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  padding-bottom: 27px;
  text-align: center;
  text-transform: uppercase;
  border: 0;
  background-color: transparent; }
  .button-scroll:hover .button-scroll-icon {
    bottom: -10px;
    transition: bottom 0.4s cubic-bezier(0.19, 1, 0.22, 1); }

.button-scroll-icon {
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  transition: bottom 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transform: translateX(-50%); }

.card {
  position: relative;
  color: #2a3755;
  cursor: pointer; }
  .card:not(.card-modal-type) .card-holder {
    position: relative;
    display: block;
    width: 100%;
    padding-bottom: 149.84%; }
    @media only screen and (max-width: 767px) {
      .card:not(.card-modal-type) .card-holder {
        padding-bottom: calc(50% * 1.15);
        flex: 1 1 50%;
        max-width: 50%; } }
  .card:not(.card-modal-type) .card-img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center; }
    @media only screen and (max-width: 767px) {
      .card:not(.card-modal-type) .card-img {
        object-position: top; } }
  .card:not(.card-modal-type) .card-container {
    margin-top: 20px;
    padding-right: 50px;
    position: relative; }
    @media only screen and (max-width: 767px) {
      .card:not(.card-modal-type) .card-container {
        padding-left: 30px;
        padding-right: 0;
        flex: 1 1 50%;
        max-width: 50%; } }
  .card:not(.card-modal-type) .card-title {
    font-size: 18px;
    letter-spacing: -0.5px;
    line-height: 22px;
    display: block;
    font-weight: 700;
    color: inherit; }
    .card:not(.card-modal-type) .card-title span {
      color: inherit;
      margin-top: 5px;
      display: block;
      font-size: 14px;
      font-weight: 400;
      line-height: 18px;
      font-weight: 400; }
  .card:not(.card-modal-type) .card-links {
    display: none; }
  .card:not(.card-modal-type) .card-description {
    color: inherit;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 18px;
    opacity: 0.7;
    margin-top: 5px;
    display: none; }
  .card:not(.card-modal-type) .card-link {
    border: 2px solid rgba(42, 55, 85, 0.4);
    border-radius: 50%;
    display: block;
    font-size: 14px;
    height: 40px;
    line-height: 36px;
    padding-left: 11px;
    transition: background-color .2s ease-out, border-color .2s ease-out;
    width: 40px;
    height: 40px;
    color: inherit;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5; }
    .card:not(.card-modal-type) .card-link:hover {
      background-color: #2a3755;
      border-color: #2a3755;
      color: #fff; }
    @media only screen and (max-width: 767px) {
      .card:not(.card-modal-type) .card-link {
        margin-top: 20px;
        position: relative; } }
  @media only screen and (max-width: 1200px) {
    .card {
      cursor: auto; } }
  @media only screen and (max-width: 767px) {
    .card .card-inner {
      display: flex;
      flex-wrap: wrap;
      align-items: flex-start; } }

.card-action {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2; }

[data-modal-type="card"] .card-modal-inner,
[data-modal-type="cardinfo"] .card-modal-inner {
  position: relative;
  color: #2a3755;
  cursor: pointer; }
@media only screen and (max-width: 1200px) {
  [data-modal-type="card"] .card-modal-inner,
  [data-modal-type="cardinfo"] .card-modal-inner {
    cursor: auto; } }
@media only screen and (max-width: 767px) {
  [data-modal-type="card"] .card-modal-inner .card-inner,
  [data-modal-type="cardinfo"] .card-modal-inner .card-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start; } }

[data-modal-type="cardinfo"] .card-modal-inner {
  position: static; }

.cardprint {
  position: relative;
  background-color: #fff;
  padding: 40px 20px;
  height: 100%; }
  @media only screen and (max-width: 767px) {
    .cardprint {
      padding: 30px; }
      .member-list-item .cardprint {
        margin-top: 40px; } }

.cardprint-title {
  position: relative;
  margin-bottom: 42px; }
  .cardprint-title::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: -22px;
    width: 20px;
    height: 2px;
    background-color: #bb8469; }

.member-list {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -25px 70px; }
  @media only screen and (min-width: 768px) and (max-width: 1200px) {
    .member-list {
      margin: 0 -25px 50px; } }
  @media only screen and (max-width: 767px) {
    .member-list {
      margin: 0 -25px 20px;
      display: block; } }

.member-list-item {
  flex: 1 1 25%;
  max-width: 25%;
  padding: 0 25px;
  margin-top: 70px; }
  @media only screen and (min-width: 768px) and (max-width: 1200px) {
    .member-list-item {
      flex: 1 1 50%;
      max-width: 50%;
      margin-top: 50px; } }
  @media only screen and (max-width: 767px) {
    .member-list-item {
      margin-top: 20px;
      flex: none;
      max-width: 100%; } }

.img-bg {
  display: block; }

.img-shadow {
  box-shadow: 0 100px 200px -80px rgba(0, 0, 0, 0.4); }

.img-bg-portrait-areas {
  margin-bottom: -140px; }
  .img-bg-portrait-areas figure {
    padding-bottom: 124%; }
  @media only screen and (max-width: 1200px) {
    .img-bg-portrait-areas figure {
      padding-bottom: 75%; } }
  @media only screen and (min-width: 768px) and (max-width: 1200px) {
    .img-bg-portrait-areas {
      margin-bottom: 40px; } }
  @media only screen and (max-width: 767px) {
    .img-bg-portrait-areas {
      margin-bottom: 30px; } }

.img-bg-block-areas {
  margin-top: -140px; }
  .img-bg-block-areas figure {
    padding-bottom: 75%; }
  @media only screen and (max-width: 1200px) {
    .img-bg-block-areas {
      margin-top: -60px; } }
  @media only screen and (min-width: 768px) and (max-width: 1200px) {
    .img-bg-block-areas {
      margin-bottom: 40px; } }
  @media only screen and (max-width: 767px) {
    .img-bg-block-areas {
      margin-bottom: 30px; } }

.img-bg-portrait-sponsorship-mt {
  margin-top: -180px;
  margin-bottom: 75px; }
  .img-bg-portrait-sponsorship-mt figure {
    padding-bottom: calc(40% * 1.24);
    height: 584px; }
  @media only screen and (min-width: 768px) and (max-width: 1200px) {
    .img-bg-portrait-sponsorship-mt {
      margin-bottom: 60px; }
      .img-bg-portrait-sponsorship-mt figure {
        padding-bottom: calc((100% * (5/8)) * 1.24);
        height: auto; } }
  @media only screen and (max-width: 767px) {
    .img-bg-portrait-sponsorship-mt {
      margin: -80px 0 50px; }
      .img-bg-portrait-sponsorship-mt figure {
        padding-bottom: calc((100% * (5/6)) * 1.24);
        height: auto; } }

.img-bg-portrait-sponsorship figure {
  padding-bottom: calc(40% * 1.24); }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .img-bg-portrait-sponsorship figure {
    padding: 0;
    height: 468px; } }
@media only screen and (max-width: 767px) {
  .img-bg-portrait-sponsorship figure {
    padding: 59%; } }

.img-bg-landscape-sponsorship figure {
  padding-bottom: 66%; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .img-bg-landscape-sponsorship {
    margin-bottom: 60px; } }
@media only screen and (max-width: 767px) {
  .img-bg-landscape-sponsorship {
    margin-bottom: 40px; } }

.img-bg-landscape-sponsorship-2 figure {
  height: 540px; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .img-bg-landscape-sponsorship-2 figure {
    margin-bottom: 60px;
    padding-bottom: calc(((100% * (7/8)) + 64px) * .75); } }
@media only screen and (max-width: 767px) {
  .img-bg-landscape-sponsorship-2 figure {
    margin-bottom: 50px;
    padding-bottom: calc((100% + 22px) * .75); } }

.img-bg-landscape-forum {
  width: calc((100% * (5/6)) + 100px);
  padding-bottom: calc(((100% * (5/6)) + 100px) * 0.76);
  margin-left: -100px;
  margin-top: -240px;
  position: relative;
  z-index: 5; }
  .img-bg-landscape-forum figure {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  @media only screen and (max-width: 1200px) {
    .img-bg-landscape-forum {
      padding-bottom: 76%;
      width: 100%; } }
  @media only screen and (min-width: 768px) and (max-width: 1200px) {
    .img-bg-landscape-forum {
      margin-left: -64px;
      margin-top: -356px; } }
  @media only screen and (max-width: 767px) {
    .img-bg-landscape-forum {
      margin-left: -22px;
      margin-top: -125px; } }

.img-bg-home-portrait figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 120px); }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .img-bg-home-portrait {
    margin-left: -64px;
    width: calc(100% + 64px); }
    .img-bg-home-portrait figure {
      position: relative;
      padding-bottom: 68.18%; } }
@media only screen and (max-width: 767px) {
  .img-bg-home-portrait figure {
    position: relative;
    padding-bottom: 66%;
    margin-bottom: 40px; } }

.img-bg-home-landscape figure {
  padding-bottom: 60.97%; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .img-bg-home-landscape {
    position: absolute;
    top: 0;
    right: -64px;
    width: calc(75% + 64px); }
    .img-bg-home-landscape figure {
      padding-bottom: 69.85%; } }
@media only screen and (max-width: 767px) {
  .img-bg-home-landscape {
    position: absolute;
    top: 0;
    left: -22px;
    width: calc(100% + 44px); }
    .img-bg-home-landscape figure {
      padding-bottom: 0;
      height: calc(70vw);
      margin-bottom: -80px;
      max-height: 320px; } }

.image-card {
  position: relative;
  padding-bottom: 72%;
  display: block; }
  .image-card:hover .image-card-bg::after {
    opacity: 1; }
  @media only screen and (max-width: 767px) {
    .image-card {
      width: 220px;
      height: 100%;
      padding-bottom: 0; } }

.image-card-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 25px 30px;
  z-index: 10; }
  @media only screen and (max-width: 767px) {
    .image-card-content {
      padding: 15px 20px; } }

.image-card-desc {
  font-size: 40px;
  line-height: 40px;
  display: block;
  color: #fff;
  font-family: "novar", serif; }
  @media only screen and (max-width: 1200px) {
    .image-card-desc {
      font-size: 30px;
      line-height: 36px;
      letter-spacing: -0.5px; } }

.image-card-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden; }
  .image-card-bg::before, .image-card-bg::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 110%;
    height: 110%;
    z-index: 2; }
  .image-card-bg::before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%); }
  .image-card-bg::after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.9) 100%);
    opacity: 0;
    transition: opacity 0.2s ease-out; }

.card-list {
  position: relative;
  z-index: 2;
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px; }
  @media only screen and (max-width: 767px) {
    .card-list {
      margin: 0; } }

.card-list-item {
  flex: 1 1 50%;
  max-width: 50%;
  padding: 10px; }
  @media only screen and (max-width: 767px) {
    .card-list-item {
      flex: none;
      max-width: 100%;
      height: 330px;
      width: 220px;
      padding: 0 0 10px; } }

@media only screen and (max-width: 1200px) {
  .card-list-nav .card-list-item {
    max-width: 100%;
    width: 100%;
    height: 100%;
    padding: 0; }
  .card-list-nav .image-card {
    height: 100%;
    width: 220px;
    padding-bottom: 0; }
  .card-list-nav .owl-dots {
    display: none; } }
@media only screen and (max-width: 1200px) {
  .card-list-nav.owl-carousel .owl-stage-outer {
    overflow: visible; } }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .card-list-nav {
    padding-left: 138px; }
    .card-list-nav .owl-item {
      height: 220px; }
    .card-list-nav .owl-stage-outer {
      height: 220px; } }
@media only screen and (max-width: 767px) {
  .card-list-nav {
    padding-left: 44px; }
    .card-list-nav .owl-item {
      height: 160px; }
    .card-list-nav .owl-stage-outer {
      height: 160px; } }

.owl-carousel .owl-nav {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  padding: 0 10px;
  z-index: 2; }
  .owl-carousel .owl-nav [class*="owl-"] {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    color: #fff;
    display: block;
    height: 50px;
    width: 50px;
    margin-right: 10px;
    position: relative; }
    .owl-carousel .owl-nav [class*="owl-"] span {
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      font-size: 44px;
      line-height: 1;
      margin-top: -5px; }

.ordered-list {
  width: 40%;
  counter-reset: roundtable;
  opacity: .8; }
  @media only screen and (min-width: 768px) and (max-width: 1200px) {
    .ordered-list {
      width: 75%; } }
  @media only screen and (max-width: 767px) {
    .ordered-list {
      width: 100%; } }

.ordered-list-item {
  display: flex;
  align-items: flex-start;
  counter-increment: roundtable; }
  .ordered-list-item:not(:last-child) {
    margin-bottom: 10px; }
    @media only screen and (max-width: 767px) {
      .ordered-list-item:not(:last-child) {
        margin-bottom: 5px; } }
  .ordered-list-item::before {
    content: counter(roundtable,decimal-leading-zero) " /";
    font-family: "novar", serif;
    color: #bb8469;
    display: block;
    font-size: 24px;
    margin-right: 10px; }
    @media only screen and (max-width: 1200px) {
      .ordered-list-item::before {
        font-size: 22px; } }
    @media only screen and (max-width: 767px) {
      .ordered-list-item::before {
        margin-right: 5px; } }

.ordered-list-text {
  color: #fff;
  flex: 1;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500; }
  @media only screen and (min-width: 768px) and (max-width: 1200px) {
    .ordered-list-text {
      font-size: 16px;
      line-height: 28px; } }
  @media only screen and (max-width: 767px) {
    .ordered-list-text {
      font-size: 14px;
      line-height: 23px; } }

.section-quote {
  color: #2a3755; }
  .section-quote blockquote,
  .section-quote .blockquote {
    font-style: italic;
    font-size: 35px;
    line-height: 50px;
    font-weight: 400;
    margin-bottom: 60px;
    position: relative; }
    .section-quote blockquote span,
    .section-quote .blockquote span {
      color: #bb8469;
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 3.5px;
      line-height: 18px;
      margin-bottom: 50px;
      text-transform: uppercase;
      white-space: pre-line;
      display: block;
      font-family: "Montserrat", sans-serif; }
    @media only screen and (min-width: 768px) and (max-width: 1200px) {
      .section-quote blockquote,
      .section-quote .blockquote {
        font-size: 30px;
        line-height: 36px; } }
    @media only screen and (max-width: 767px) {
      .section-quote blockquote,
      .section-quote .blockquote {
        font-size: 22px;
        line-height: 34px;
        margin-bottom: 40px; } }
    .section-quote blockquote::after, .section-quote blockquote::before,
    .section-quote .blockquote::after,
    .section-quote .blockquote::before {
      background-image: url(./../images/icons_quote-grey.svg);
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain;
      content: '';
      display: inline-block;
      height: 48px;
      width: 60px;
      z-index: -1; }
    .section-quote blockquote::before,
    .section-quote .blockquote::before {
      margin-top: -20px;
      margin-right: -40px;
      position: absolute; }
    .section-quote blockquote::after,
    .section-quote .blockquote::after {
      margin-top: 10px;
      margin-left: -20px;
      position: absolute;
      transform: rotate(180deg); }
  @media only screen and (max-width: 767px) {
    .section-quote small,
    .section-quote .small {
      font-size: 12px;
      font-weight: 500;
      letter-spacing: 1px;
      line-height: 18px; } }

.section-quote-testimonials blockquote,
.section-quote-testimonials .blockquote {
  font-style: italic; }
  .section-quote-testimonials blockquote::after, .section-quote-testimonials blockquote::before,
  .section-quote-testimonials .blockquote::after,
  .section-quote-testimonials .blockquote::before {
    background-image: url(./../images/icons_quote-grey-dark.svg); }

.section-quote-dark {
  color: #fff; }
  .section-quote-dark blockquote::before, .section-quote-dark blockquote::after {
    filter: invert(1); }

.section-quote-carousel .owl-stage-outer {
  padding: 50px 0 0; }
.section-quote-carousel .owl-item {
  padding: 0 60px; }
.section-quote-carousel blockquote,
.section-quote-carousel .blockquote {
  font-size: 20px;
  letter-spacing: -.25px;
  line-height: 30px;
  margin-bottom: 40px; }
  @media only screen and (min-width: 768px) and (max-width: 1200px) {
    .section-quote-carousel blockquote,
    .section-quote-carousel .blockquote {
      font-size: 20px;
      line-height: 30px; } }
  @media only screen and (max-width: 767px) {
    .section-quote-carousel blockquote,
    .section-quote-carousel .blockquote {
      font-size: 16px;
      line-height: 25px;
      margin-bottom: 30px;
      padding-top: 30px; } }
  .section-quote-carousel blockquote::before,
  .section-quote-carousel .blockquote::before {
    margin: -20px -40px 0 -20px; }
@media only screen and (max-width: 767px) {
  .section-quote-carousel .owl-stage-outer {
    padding: 10px 0 0; } }

.section-quote-center {
  width: 80%;
  margin: 0 auto; }
  .section-quote-center blockquote,
  .section-quote-center .blockquote {
    padding-top: 30px;
    font-style: italic;
    opacity: 0.9; }
    .section-quote-center blockquote span,
    .section-quote-center .blockquote span {
      content: '';
      display: block;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      top: 0;
      width: 20px;
      height: 2px;
      background-color: #bb8469; }
    @media only screen and (max-width: 767px) {
      .section-quote-center blockquote,
      .section-quote-center .blockquote {
        padding-top: 60px;
        font-size: 22px;
        line-height: 34px;
        margin-bottom: 40px; } }

.section-quote-center-small {
  color: #fff;
  text-align: center; }
  .section-quote-center-small .blockquote,
  .section-quote-center-small blockquote {
    font-size: 20px;
    letter-spacing: -.25px;
    line-height: 30px;
    margin-bottom: 30px; }
    @media only screen and (min-width: 768px) and (max-width: 1200px) {
      .section-quote-center-small .blockquote,
      .section-quote-center-small blockquote {
        font-size: 20px;
        line-height: 30px; } }
    @media only screen and (max-width: 767px) {
      .section-quote-center-small .blockquote,
      .section-quote-center-small blockquote {
        font-size: 16px;
        line-height: 25px;
        margin-bottom: 20px; } }
    .section-quote-center-small .blockquote::before,
    .section-quote-center-small blockquote::before {
      left: 0;
      top: 0;
      margin-top: 0;
      margin-right: 0; }
    .section-quote-center-small .blockquote::after, .section-quote-center-small .blockquote::before,
    .section-quote-center-small blockquote::after,
    .section-quote-center-small blockquote::before {
      height: 32px;
      width: 40px; }
    .section-quote-center-small .blockquote::after,
    .section-quote-center-small blockquote::after {
      margin-top: 5px;
      margin-left: -15px; }

.section-quote-small {
  color: #2a3755;
  text-align: left; }
  .section-quote-small blockquote,
  .section-quote-small .blockquote {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -.25px; }
    .section-quote-small blockquote::after, .section-quote-small blockquote::before,
    .section-quote-small .blockquote::after,
    .section-quote-small .blockquote::before {
      background-image: url(./../images/icons_quote-grey.svg);
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain;
      content: '';
      display: inline-block; }

.section-quote-small,
.section-quote-center-small {
  position: relative; }
  .section-quote-small p,
  .section-quote-center-small p {
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 18px; }
  .section-quote-small .blockquote,
  .section-quote-small blockquote,
  .section-quote-center-small .blockquote,
  .section-quote-center-small blockquote {
    margin-bottom: 30px; }
    @media only screen and (max-width: 767px) {
      .section-quote-small .blockquote,
      .section-quote-small blockquote,
      .section-quote-center-small .blockquote,
      .section-quote-center-small blockquote {
        margin-bottom: 20px; } }
    .section-quote-small .blockquote::before,
    .section-quote-small blockquote::before,
    .section-quote-center-small .blockquote::before,
    .section-quote-center-small blockquote::before {
      left: 0;
      top: 0;
      margin-top: 0;
      margin-right: 0; }
    .section-quote-small .blockquote::after, .section-quote-small .blockquote::before,
    .section-quote-small blockquote::after,
    .section-quote-small blockquote::before,
    .section-quote-center-small .blockquote::after,
    .section-quote-center-small .blockquote::before,
    .section-quote-center-small blockquote::after,
    .section-quote-center-small blockquote::before {
      height: 32px;
      width: 40px;
      position: absolute; }
    .section-quote-small .blockquote::after,
    .section-quote-small blockquote::after,
    .section-quote-center-small .blockquote::after,
    .section-quote-center-small blockquote::after {
      margin-top: 5px;
      margin-left: -15px;
      position: absolute;
      transform: rotate(180deg); }
  .section-quote-small .name,
  .section-quote-center-small .name {
    font-size: 14px;
    font-weight: 600;
    line-height: 24px; }
  .section-quote-small .role,
  .section-quote-center-small .role {
    margin-bottom: 5px; }
  .section-quote-small .state,
  .section-quote-center-small .state {
    color: #bb8469;
    font-weight: 500; }

.section-quote-opportunity {
  margin-bottom: 120px; }
  @media only screen and (min-width: 768px) and (max-width: 1200px) {
    .section-quote-opportunity {
      margin-bottom: 100px; } }
  @media only screen and (max-width: 767px) {
    .section-quote-opportunity {
      margin-bottom: 80px; } }

.block {
  margin: 0 auto; }

.block-item {
  color: #fff; }
  .block-item strong {
    font-size: 80px;
    line-height: 94px;
    font-family: "novar", serif;
    display: block;
    margin-bottom: 15px;
    font-weight: 400; }
    @media only screen and (max-width: 767px) {
      .block-item strong {
        font-size: 64px;
        line-height: 64px;
        margin-bottom: 15px; } }
  .block-item span {
    color: #bb8469;
    display: block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 3.5px;
    line-height: 18px;
    margin-bottom: 10px;
    text-transform: uppercase; }

.page-homepage .block-item p {
  font-weight: 500;
  opacity: .8; }

.page-forum-experience .block-item p {
  font-size: 14px;
  font-weight: 600;
  line-height: 24px; }

.block-flex {
  display: flex;
  align-items: center; }
  @media only screen and (max-width: 767px) {
    .block-flex {
      flex-direction: column;
      align-items: flex-start; } }
  .block-flex strong {
    width: 160px;
    margin-right: 20px;
    margin-bottom: 5px; }
    @media only screen and (max-width: 767px) {
      .block-flex strong {
        font-size: 40px;
        line-height: 47px;
        margin-bottom: 20px; } }
  .block-flex span {
    margin-bottom: 0; }
  @media only screen and (max-width: 767px) {
    .block-flex {
      font-size: 40px;
      line-height: 47px; } }

.block-center {
  text-align: center; }
  @media only screen and (min-width: 768px) and (max-width: 1200px) {
    .block-center {
      display: flex;
      align-items: flex-start; } }
  .block-center strong {
    font-size: 110px;
    line-height: 110px;
    margin-bottom: 52px;
    position: relative; }
    .block-center strong::after {
      content: '';
      display: block;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      bottom: -22px;
      width: 20px;
      height: 2px;
      background-color: #bb8469; }
    @media only screen and (min-width: 768px) and (max-width: 1200px) {
      .block-center strong {
        font-size: 90px;
        line-height: 90px;
        margin-bottom: 35px; }
        .block-center strong::after {
          bottom: -15px; } }
    @media only screen and (max-width: 767px) {
      .block-center strong {
        font-size: 64px;
        line-height: 64px;
        margin-bottom: 24px; }
        .block-center strong::after {
          bottom: -12px; } }
  .block-center span {
    margin-bottom: 10px; }
    @media only screen and (min-width: 768px) and (max-width: 1200px) {
      .block-center span {
        text-align: center; } }
  .block-center p {
    color: rgba(255, 255, 255, 0.8); }
    @media only screen and (min-width: 768px) and (max-width: 1200px) {
      .block-center p {
        padding-top: 30px;
        padding-left: 5%; } }

.block-list {
  display: flex;
  margin: 0 auto; }
  @media only screen and (max-width: 1200px) {
    .block-list {
      flex-direction: column; } }

.block-list-col {
  flex-direction: column; }
  .block-list-col .block-item:not(:last-child) {
    margin-bottom: 40px; }

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .block-list-margin .block-item {
    display: flex;
    align-items: center; } }
.block-list-margin .block-item:not(:last-child) {
  margin-right: 72px; }
  @media only screen and (min-width: 768px) and (max-width: 1200px) {
    .block-list-margin .block-item:not(:last-child) {
      margin-right: 0;
      margin-bottom: 35px; } }
  @media only screen and (max-width: 767px) {
    .block-list-margin .block-item:not(:last-child) {
      margin-bottom: 30px; } }

.block-list-space-between {
  display: flex;
  justify-content: space-between;
  width: 80%; }
  .block-list-space-between .block-item {
    width: 25%; }
    @media only screen and (max-width: 1200px) {
      .block-list-space-between .block-item {
        width: 100%; } }
    .block-list-space-between .block-item:not(:last-child) {
      margin-right: 72px; }
      @media only screen and (min-width: 768px) and (max-width: 1200px) {
        .block-list-space-between .block-item:not(:last-child) {
          margin-right: 0;
          margin-bottom: 35px; } }
      @media only screen and (max-width: 767px) {
        .block-list-space-between .block-item:not(:last-child) {
          margin-bottom: 30px; } }

.block-bold-text p {
  font-size: 14px;
  font-weight: 600;
  line-height: 24px; }

.contact {
  color: #fff;
  position: relative; }
  .contact .section-title {
    color: inherit; }
  .contact .text {
    padding-right: 25%; }
  @media only screen and (max-width: 1200px) {
    .contact .text {
      padding: 0; } }

.contact-wrapper {
  display: flex;
  flex-wrap: wrap;
  padding-top: 120px; }
  @media only screen and (min-width: 1201px) and (max-width: 1440px) {
    .contact-wrapper {
      padding-top: 100px; } }
  @media only screen and (max-width: 1200px) {
    .contact-wrapper {
      display: block; } }
  @media only screen and (min-width: 768px) and (max-width: 1200px) {
    .contact-wrapper {
      padding-top: 100px; } }
  @media only screen and (max-width: 767px) {
    .contact-wrapper {
      padding-top: 80px; } }

.contact-dark {
  color: #fff;
  background: #2a3755; }

.contact-dark-transparent {
  color: #fff; }

.contact-content {
  flex: 1 1 40%;
  max-width: 40%; }
  @media only screen and (max-width: 1200px) {
    .contact-content {
      flex: none;
      max-width: 100%;
      width: 100%;
      margin-bottom: 40px; } }

.contact-info {
  flex: 1 1 60%;
  max-width: 60%;
  padding: 90px 100px;
  position: relative;
  top: 80px;
  background: #bb8469;
  box-shadow: 0 100px 200px -80px rgba(0, 0, 0, 0.4);
  z-index: 30; }
  .contact-info .h2 {
    color: inherit; }
  @media only screen and (max-width: 1200px) {
    .contact-info {
      flex: none;
      max-width: 100%;
      width: 100%;
      margin-top: -80px; } }
  @media only screen and (min-width: 768px) and (max-width: 1200px) {
    .contact-info {
      padding: 80px; } }
  @media only screen and (max-width: 767px) {
    .contact-info {
      padding: 50px 40px; } }

.contact-info-header {
  margin-bottom: 5px;
  padding-bottom: 30px;
  margin-bottom: 50px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  position: relative; }
  .contact-info-header p {
    color: #fff;
    font-size: 24px;
    line-height: 30px;
    font-family: "novar", serif;
    margin-bottom: 0; }
  @media only screen and (min-width: 768px) and (max-width: 1200px) {
    .contact-info-header {
      margin-bottom: 40px; } }
  @media only screen and (max-width: 767px) {
    .contact-info-header {
      margin-bottom: 30px; } }

.contact-info-item {
  display: flex;
  align-items: center; }
  .contact-info-item:not(:last-child) {
    margin-bottom: 30px; }
  @media only screen and (max-width: 767px) {
    .contact-info-item {
      align-items: flex-start; } }

.contact-icon-box {
  width: fit-content; }

.contact-info-icon {
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  width: 44px;
  color: #fff;
  margin-right: 20px; }

.contact-info-tag {
  color: #2a3755;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 12px;
  margin-bottom: 5px;
  font-weight: 700;
  letter-spacing: 3.5px; }

.contact-info-text {
  font-size: 27px;
  line-height: 31px;
  font-family: "novar", serif;
  color: #fff; }
  @media only screen and (max-width: 767px) {
    .contact-info-text {
      font-size: 23px;
      line-height: 29px; } }

@media only screen and (max-width: 1200px) {
  .contact-info-text-desktop {
    display: none; } }

.contact-info-text-mob {
  display: none; }
  @media only screen and (max-width: 1200px) {
    .contact-info-text-mob {
      display: block; } }

.contact-content .button {
  margin-top: 40px; }

.contact-area {
  position: relative;
  z-index: 5;
  background: #f5f5f5; }

.contact-area-row {
  position: relative;
  display: flex;
  flex-wrap: wrap; }
  @media only screen and (max-width: 1200px) {
    .contact-area-row {
      display: block; } }

.contact-area-col {
  flex: 1 1 50%;
  max-width: 50%; }
  @media only screen and (max-width: 1200px) {
    .contact-area-col {
      flex: none;
      max-width: 100%; } }

.contact-area-card {
  padding: 120px 16%;
  top: -150px;
  position: relative; }
  @media only screen and (min-width: 1201px) and (max-width: 1440px) {
    .contact-area-card {
      top: -120px; } }
  @media only screen and (min-width: 768px) and (max-width: 1200px) {
    .contact-area-card {
      top: -120px;
      margin-right: 10%;
      padding: 120px 12.5%; } }
  @media only screen and (max-width: 767px) {
    .contact-area-card {
      top: -45px;
      padding: 60px 30px; } }

.contact-area-data {
  padding-top: 100px;
  padding-left: 78px; }
  @media only screen and (min-width: 768px) and (max-width: 1200px) {
    .contact-area-data {
      padding: 0 0 60px 0; } }
  @media only screen and (max-width: 767px) {
    .contact-area-data {
      padding: 40px 0 0; } }

.contact-area-block {
  padding-bottom: 60px;
  padding-left: 12.5%;
  position: relative; }
  .contact-area-block strong,
  .contact-area-block .contact-area-text,
  .contact-area-block .contact-area-sublink {
    font-family: "novar", serif;
    font-size: 35px;
    line-height: 41px;
    display: block;
    color: #2a3755;
    font-weight: 400;
    transition: 0.3s ease-in-out; }
    .contact-area-block strong:not(:last-child),
    .contact-area-block .contact-area-text:not(:last-child),
    .contact-area-block .contact-area-sublink:not(:last-child) {
      margin-bottom: 10px; }
  .contact-area-block a:hover {
    opacity: 0.7; }
  @media only screen and (min-width: 1201px) and (max-width: 1440px) {
    .contact-area-block strong,
    .contact-area-block .contact-area-text,
    .contact-area-block .contact-area-sublink {
      font-size: 30px;
      line-height: 39px; } }
  @media only screen and (min-width: 768px) and (max-width: 1200px) {
    .contact-area-block {
      padding-bottom: 60px;
      padding-left: 12.5%; }
      .contact-area-block strong,
      .contact-area-block .contact-area-text,
      .contact-area-block .contact-area-sublink {
        font-size: 30px;
        line-height: 39px; } }
  @media only screen and (max-width: 767px) {
    .contact-area-block {
      padding-bottom: 80px;
      padding-left: 64px; }
      .contact-area-block strong,
      .contact-area-block .contact-area-text,
      .contact-area-block .contact-area-sublink {
        font-size: 25px;
        line-height: 33px; } }

.contact-area-sublink span {
  display: block; }

.contact-area-subtitle {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 3.5px;
  text-transform: uppercase;
  margin-bottom: 5px; }

.contact-area-icon {
  border: 2px solid rgba(42, 55, 85, 0.2);
  border-radius: 50%;
  display: block;
  line-height: 40px;
  position: absolute;
  left: 0;
  top: 0;
  width: 44px;
  height: 44px;
  text-align: center; }
  .contact-area-icon::before {
    color: #2a3755; }

.contact-area-link {
  font-size: 18px;
  letter-spacing: -.5px;
  line-height: 30px;
  font-weight: 500;
  opacity: .8;
  color: #2a3755; }

.card-modal {
  display: block;
  position: fixed;
  bottom: -100%;
  height: 100%;
  left: 0;
  width: 100%;
  z-index: 100;
  transition: bottom 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  background-color: #f5f5f5; }
  .card-modal .card, .card-modal:not([data-modal-type="participant"]) .card-modal-inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    height: auto;
    min-height: 100%;
    cursor: auto; }
    @media only screen and (min-width: 768px) and (max-width: 1200px) {
      .card-modal .card, .card-modal:not([data-modal-type="participant"]) .card-modal-inner {
        flex-wrap: wrap;
        flex-direction: row;
        align-items: flex-start;
        justify-content: flex-start;
        padding-top: 60px; } }
    @media only screen and (max-width: 767px) {
      .card-modal .card, .card-modal:not([data-modal-type="participant"]) .card-modal-inner {
        display: block;
        padding-top: 30px;
        padding-bottom: 50px; } }
  .card-modal .card-title {
    color: inherit;
    position: relative;
    margin-bottom: 62px;
    font-size: 40px;
    line-height: 50px;
    font-weight: 400;
    font-family: "novar", serif; }
    .card-modal .card-title::after {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      bottom: -32px;
      width: 20px;
      height: 2px;
      background-color: #bb8469; }
    .card-modal .card-title h4 {
      font-weight: 400; }
    .card-modal .card-title span {
      display: block; }
    @media only screen and (min-width: 1201px) and (max-width: 1440px) {
      .card-modal .card-title h4 {
        font-size: 30px;
        line-height: 36px; }
      .card-modal .card-title .card-position {
        font-size: 16px;
        line-height: 19px; } }
    @media only screen and (max-width: 1200px) {
      .card-modal .card-title {
        margin-bottom: 42px; }
        .card-modal .card-title::after {
          bottom: -22px; } }
    @media only screen and (min-width: 768px) and (max-width: 1200px) {
      .card-modal .card-title {
        font-size: 35px;
        line-height: 41px; } }
    @media only screen and (max-width: 767px) {
      .card-modal .card-title {
        font-size: 30px;
        line-height: 36px; } }
  .card-modal .card-description {
    font-size: 16px;
    letter-spacing: -0.5px;
    line-height: 25px;
    font-weight: 500;
    opacity: 0.8;
    color: inherit;
    display: block;
    padding-left: 50%; }
    @media only screen and (max-width: 1200px) {
      .card-modal .card-description {
        padding-left: 0; } }
    @media only screen and (min-width: 768px) and (max-width: 1200px) {
      .card-modal .card-description {
        font-size: 16px;
        letter-spacing: -0.25px;
        line-height: 28px; } }
    @media only screen and (max-width: 767px) {
      .card-modal .card-description {
        font-size: 14px;
        line-height: 23px; } }
  .card-modal .card-link {
    display: none; }
  .card-modal .card-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top; }
    @media only screen and (max-width: 767px) {
      .card-modal .card-img {
        position: relative;
        display: block; } }
  .card-modal .card-holder {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(40% + 20px);
    height: 100%; }
    .card-modal .card-holder::after {
      content: '';
      background-color: #fff;
      height: 100%;
      position: absolute;
      right: 0;
      top: 0;
      width: calc(100vw);
      z-index: -1; }
    @media only screen and (max-width: 1200px) {
      .card-modal .card-holder::after {
        content: none; } }
    @media only screen and (min-width: 768px) and (max-width: 1200px) {
      .card-modal .card-holder {
        flex: 1 1 calc(47% - 60px);
        max-width: calc(47% - 60px);
        position: relative;
        left: 0;
        width: auto;
        margin-right: 60px;
        margin-bottom: 60px;
        padding-bottom: calc((100% * (3/8)) * (1000 / 667)); } }
    @media only screen and (max-width: 767px) {
      .card-modal .card-holder {
        width: 50%;
        left: 0;
        position: relative;
        margin-right: 0;
        display: block; } }
  .card-modal .card-container {
    padding-left: 50%; }
    @media only screen and (min-width: 768px) and (max-width: 1200px) {
      .card-modal .card-container {
        flex: 1 1 53%;
        max-width: 53%;
        padding-left: 0;
        padding-right: 64px; } }
    @media only screen and (max-width: 767px) {
      .card-modal .card-container {
        padding-left: 0;
        width: 100%;
        margin-top: 30px; } }
  .card-modal .card-links {
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    font-family: "Montserrat", sans-serif; }
    .card-modal .card-links a {
      opacity: 0.7;
      transition: opacity .2s ease-out;
      color: inherit;
      display: inline-flex; }
      .card-modal .card-links a:hover {
        opacity: 1; }
    .card-modal .card-links .icon {
      font-size: 16px; }
      .card-modal .card-links .icon::after {
        content: ' | ';
        font-weight: 600;
        order: -1;
        white-space: pre; }
    @media only screen and (max-width: 1200px) {
      .card-modal .card-links a {
        display: block;
        float: left; }
      .card-modal .card-links .icon {
        clear: both; }
        .card-modal .card-links .icon::after {
          content: none; } }
  .card-modal .card-position {
    font-size: 18px;
    letter-spacing: -.5px;
    line-height: 22px;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 5px;
    display: block;
    font-family: "Montserrat", sans-serif; }
    @media only screen and (max-width: 1200px) {
      .card-modal .card-position {
        font-size: 16px;
        line-height: 19px;
        margin-top: 10px;
        margin-bottom: 15px; } }
  .card-modal .card-modal-close {
    background-color: rgba(255, 255, 255, 0.95);
    border: 2px solid rgba(42, 55, 85, 0.2);
    border-radius: 50%;
    display: block;
    font-size: 18px;
    height: 40px;
    position: absolute;
    transition: background-color .2s ease-out,border-color .2s ease-out;
    width: 40px;
    right: 40px;
    top: 40px; }
    .card-modal .card-modal-close:hover {
      background-color: #2a3755;
      border-color: #2a3755; }
      .card-modal .card-modal-close:hover::before {
        color: #fff; }
    @media only screen and (min-width: 768px) and (max-width: 1200px) {
      .card-modal .card-modal-close {
        right: 64px;
        top: 60px;
        background-color: transparent; } }
    @media only screen and (max-width: 767px) {
      .card-modal .card-modal-close {
        right: 20px;
        top: 30px;
        background-color: transparent; } }

.card-modal-adaptive,
[data-modal-type="participant"] {
  height: auto;
  max-height: 100%; }
  .card-modal-adaptive .card-modal-close,
  [data-modal-type="participant"] .card-modal-close {
    background-color: transparent; }
    .card-modal-adaptive .card-modal-close:hover,
    [data-modal-type="participant"] .card-modal-close:hover {
      background-color: #2a3755; }
  @media only screen and (max-width: 767px) {
    .card-modal-adaptive .card-modal-scroll,
    [data-modal-type="participant"] .card-modal-scroll {
      max-height: 100vh; } }

.card-modal-scroll {
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }
  @media only screen and (min-width: 768px) and (max-width: 1200px) {
    .card-modal-scroll {
      height: auto;
      max-height: 100%; } }

.card-modal-active {
  bottom: 0;
  transition: bottom 0.4s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); }

.video-modal-wrapper {
  width: 100%;
  height: 100vh;
  display: none;
  padding: 15px 0; }

.video-modal-box {
  position: relative;
  transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  width: 100%;
  height: 100%; }
  .video-modal-box iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0; }

.card-modal .video-modal-wrapper {
  display: block; }
.card-modal .card-modal-button {
  display: none; }

.sticky-nav {
  height: 150px;
  padding: 40px 0;
  position: relative; }
  .sticky-nav.fixed .sticky-nav-container {
    background: rgba(255, 255, 255, 0.95);
    height: 60px;
    position: fixed; }
  .sticky-nav.fixed-offset .sticky-nav-container {
    top: 60px; }
  @media only screen and (max-width: 767px) {
    .sticky-nav {
      display: none; } }

.sticky-nav-narrow {
  height: 120px;
  max-width: 1440px;
  margin: -120px auto 0;
  background: rgba(255, 255, 255, 0.95);
  z-index: 10; }
  .sticky-nav-narrow .sticky-nav-container {
    height: 40px;
    padding: 0 30px; }
  .sticky-nav-narrow.fixed .sticky-nav-container {
    height: 120px;
    margin: 0 auto;
    max-width: 1440px;
    right: 0; }
  @media only screen and (min-width: 768px) and (max-width: 1200px) {
    .sticky-nav-narrow {
      width: calc(100% - 128px); }
      .sticky-nav-narrow .sticky-nav-btn:not(:last-child) {
        margin-right: 20px; }
      .sticky-nav-narrow.fixed .sticky-nav-container {
        width: calc(100% - 128px); } }
  @media only screen and (max-width: 767px) {
    .sticky-nav-narrow {
      display: block;
      height: 50px;
      background-color: transparent;
      margin: -50px 0 0;
      padding: 0; }
      .sticky-nav-narrow .sticky-nav-toggle {
        display: block; }
      .sticky-nav-narrow .sticky-nav-container {
        display: block;
        height: auto;
        background-color: transparent;
        padding: 0 22px; }
      .sticky-nav-narrow .sticky-nav-inner {
        background-color: #fff;
        overflow: hidden;
        padding: 0 22px 16px;
        border-bottom: 2px solid #bb8469;
        position: absolute;
        top: 50px;
        left: 0;
        width: calc(100% - 44px);
        margin: 0 22px;
        display: none; }
      .sticky-nav-narrow .sticky-nav-btn {
        display: block;
        height: 40px;
        line-height: 40px;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 1.7px;
        line-height: 14px;
        position: relative;
        text-transform: uppercase;
        transition: color .2s ease-out; }
        .sticky-nav-narrow .sticky-nav-btn:not(:last-child) {
          margin-right: 0; }
        .sticky-nav-narrow .sticky-nav-btn::after {
          left: 0; }
        .sticky-nav-narrow .sticky-nav-btn.active::after {
          bottom: 5px; }
      .sticky-nav-narrow.fixed .sticky-nav-container {
        height: auto;
        background-color: #fff; } }

.sticky-nav-toggle {
  display: none;
  background-color: #fff;
  height: 50px;
  padding: 0 22px;
  pointer-events: auto;
  position: relative;
  text-align: left;
  width: 100%;
  z-index: 2;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.7px;
  line-height: 14px;
  position: relative;
  text-transform: uppercase;
  transition: color .2s ease-out; }
  .sticky-nav-toggle .icon-more {
    font-size: 16px;
    position: absolute;
    right: 18px;
    top: 20px; }

.sticky-nav-container {
  width: 100%;
  height: 70px;
  justify-content: center;
  align-items: center;
  display: flex;
  top: 0;
  left: 0;
  z-index: 100;
  transition: background-color .2s ease-out, opacity .2s ease-out, top .4s ease-in-out; }

.sticky-nav-inner {
  justify-content: center;
  align-items: center;
  display: flex; }

.sticky-nav-btn {
  color: #2a3755;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 3.5px;
  line-height: 18px;
  position: relative;
  text-transform: uppercase;
  background-color: transparent;
  transition: opacity .2s ease-out;
  border: 0; }
  .sticky-nav-btn:not(:last-child) {
    margin-right: 60px; }
  .sticky-nav-btn::after {
    content: '';
    bottom: 0;
    opacity: 0;
    left: calc(50% - 10px);
    width: 20px;
    position: absolute;
    width: 20px;
    height: 2px;
    background-color: #bb8469;
    transition: bottom .2s ease-out, opacity .2s ease-out; }
  .sticky-nav-btn.active {
    color: #bb8469; }
    .sticky-nav-btn.active::after {
      bottom: -8px;
      opacity: 1; }

.box {
  padding: 100px;
  background-color: #34405d; }
  .box .section-intro {
    position: relative;
    z-index: 2; }
  @media only screen and (min-width: 768px) and (max-width: 1200px) {
    .box {
      position: relative;
      padding: 80px 12.5% 64px; } }
  @media only screen and (max-width: 767px) {
    .box {
      padding: 40px 22px; } }

.dashboard-popup {
  position: fixed;
  width: 50vw;
  height: 100vh;
  top: 0;
  right: 0;
  bottom: 0;
  background: #2a3755 center top repeat;
  background-size: 512px;
  z-index: 101;
  transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  pointer-events: none;
  transform: translateX(100%); }
  .dashboard-popup.dashboard-popup-active {
    pointer-events: auto;
    transform: translateX(0);
    box-shadow: 0 100px 200px -80px rgba(0, 0, 0, 0.4);
    transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1); }
  @media only screen and (max-width: 1200px) {
    .dashboard-popup {
      width: 100vw; } }

.dashboard-popup-content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%; }

.dashboard-panel {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  margin-top: 40px;
  opacity: 0;
  pointer-events: none; }
  .dashboard-panel.active {
    opacity: 1;
    pointer-events: all;
    margin-top: 0;
    transition: margin-top .4s ease-in-out .4s, opacity .4s ease-in-out .4s; }
  .dashboard-panel.was-active {
    margin-top: -40px;
    transition: margin-top .4s ease-in-out, opacity .4s ease-in-out; }

.dashboard-notification-page {
  padding-top: 180px;
  background: #f5f5f5; }
  @media only screen and (min-width: 768px) and (max-width: 1200px) {
    .dashboard-notification-page {
      padding-top: 140px; } }
  @media only screen and (max-width: 767px) {
    .dashboard-notification-page {
      padding-top: 120px; } }

.dashboard-breadcrumb {
  margin-bottom: 40px; }
  @media only screen and (max-width: 767px) {
    .dashboard-breadcrumb {
      margin-bottom: 30px; } }

.dashboard-breadcrumb-block {
  display: flex;
  align-items: center;
  flex-wrap: wrap; }

.dashboard-breadcrumb-link {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.7px;
  line-height: 9px;
  text-transform: uppercase;
  color: #2a3755;
  display: flex;
  align-items: center; }
  .dashboard-breadcrumb-link span {
    font-size: 20px;
    margin-right: 15px; }
  .dashboard-breadcrumb-link:not(:last-child) {
    margin-right: 15px; }

.dashboard-notification {
  padding-bottom: 120px; }
  @media only screen and (min-width: 768px) and (max-width: 1200px) {
    .dashboard-notification {
      padding-bottom: 100px; } }
  @media only screen and (max-width: 767px) {
    .dashboard-notification {
      padding-bottom: 80px; } }

.dashboard-notification-block .dashboard-upcoming-card {
  padding: 0 10%; }
  @media only screen and (min-width: 768px) and (max-width: 1200px) {
    .dashboard-notification-block .dashboard-upcoming-card {
      padding: 0 2%; } }
  @media only screen and (max-width: 767px) {
    .dashboard-notification-block .dashboard-upcoming-card {
      padding: 0; } }

*,
*::before,
*::after {
  box-sizing: border-box; }

.form select {
  background-color: transparent;
  border: none;
  padding: 0 1em 0 0;
  margin: 0;
  width: 100%;
  font-family: inherit;
  font-size: inherit;
  cursor: inherit;
  line-height: inherit;
  outline: none;
  color: #2a3755; }
.form .select {
  align-items: center;
  position: relative;
  border-bottom: 1px solid rgba(42, 55, 85, 0.2);
  padding: 0.25em 0.5em;
  cursor: pointer; }
.form select:focus + .focus {
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border: 2px solid var(blue);
  border-radius: inherit; }
.form .select--disabled {
  cursor: not-allowed;
  background-color: #eee;
  background-image: linear-gradient(to top, #ddd, #eee 33%); }
.form__alternate-businesses {
  display: flex;
  gap: 10px;
  margin-bottom: 10px; }
  .form__alternate-businesses > * {
    flex: 1 1 0; }
.form .field-validation-error {
  color: #bb8469;
  font-size: 12px; }

.form-dasboard {
  padding-left: 100px;
  padding-right: 100px;
  max-width: 700px;
  display: flex;
  color: #fff; }
  .form-dasboard small {
    display: block;
    font-weight: 700;
    letter-spacing: 2.5px;
    margin-bottom: 15px;
    text-transform: uppercase; }
  .form-dasboard h4 {
    font-family: "novar", serif;
    margin-bottom: 40px;
    font-size: 24px;
    line-height: 30px;
    font-weight: 500; }
  .form-dasboard .form-error-message a {
    color: #fff;
    text-decoration: underline; }
  @media only screen and (min-width: 768px) and (max-width: 1200px) {
    .form-dasboard {
      max-width: calc(500px + 25%);
      padding: 0 12.5%; }
      .form-dasboard h4 {
        font-size: 22px;
        line-height: 28px; } }
  @media only screen and (max-width: 767px) {
    .form-dasboard {
      flex-direction: column;
      align-items: center;
      padding: 0 22px; }
      .form-dasboard small {
        margin-bottom: 20px;
        text-align: center; }
      .form-dasboard h4 {
        font-size: 20px;
        line-height: 27px;
        letter-spacing: -0.5px; } }

.form--dark .form-input-block input {
  color: #2a3755; }
.form--dark .form-input {
  border-bottom: 1px solid #2a3755; }
  .form--dark .form-input:focus {
    border-bottom-color: 1px solid rgba(42, 55, 85, 0.2); }

.form-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  color: #fff;
  font-size: 20px;
  height: 44px;
  width: 44px;
  min-width: 44px;
  margin-right: 40px; }
  @media only screen and (min-width: 768px) and (max-width: 1200px) {
    .form-icon {
      margin-right: 25px; } }
  @media only screen and (max-width: 767px) {
    .form-icon {
      margin-bottom: 15px;
      margin-right: 0; } }

.form-input-block {
  position: relative;
  padding-top: 20px; }
  .form-input-block:not(:last-of-type) {
    margin-bottom: 35px; }
  .form-input-block:last-of-type {
    margin-bottom: 30px;
    padding-top: 0; }
  .form-input-block input {
    color: #fff;
    font-size: 16px;
    letter-spacing: -0.5px;
    line-height: 25px; }

.form-input {
  transition: 0.3s ease-in-out;
  width: 100%;
  background: none;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  background: none; }
  .form-input::placeholder {
    color: rgba(255, 255, 255, 0.2);
    font-weight: 500; }
  .form-input:focus {
    border-bottom-color: #fff; }
  .form-input:invalid {
    background: transparent; }

.form-input-checkbox {
  display: flex;
  align-items: center;
  width: fit-content;
  font-size: 14px;
  font-weight: 500; }
  .form-input-checkbox span {
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: block;
    height: 18px;
    margin-right: 10px;
    transition: 0.3s ease-in-out;
    width: 18px; }
  .form-input-checkbox input {
    opacity: 0;
    pointer-events: none;
    position: absolute; }
  .form-input-checkbox input:checked ~ span {
    background: #fff; }

.form-error-message {
  bottom: -20px;
  font-size: 12px;
  font-weight: 500;
  left: 0;
  letter-spacing: 1px;
  line-height: 18px;
  width: 100%;
  visibility: visible !important; }

.form-controls {
  display: flex;
  align-items: center; }
  @media only screen and (max-width: 767px) {
    .form-controls {
      flex-direction: column; } }

.form-see-btn {
  top: 25px;
  cursor: pointer;
  display: block;
  font-size: 16px;
  position: absolute;
  right: 5px;
  width: 16px;
  height: 16px;
  z-index: 20;
  color: #fff; }

.form-submit-btn {
  width: 50%;
  max-width: 240px;
  justify-content: center;
  margin-right: 40px; }
  @media only screen and (max-width: 767px) {
    .form-submit-btn {
      width: 100%;
      max-width: 100%;
      margin-bottom: 30px;
      margin-right: 0; } }

.form-text-btn {
  color: #fff;
  margin-left: auto;
  font-size: 14px;
  font-weight: 500; }
  @media only screen and (max-width: 767px) {
    .form-text-btn {
      margin-left: 0; } }

.form-two-factor {
  display: flex; }
  .form-two-factor input {
    color: #fff;
    font-size: 16px;
    letter-spacing: -0.5px;
    line-height: 25px;
    text-align: center; }
    .form-two-factor input:not(:last-of-type) {
      margin-right: 10px; }

.speakers-wrap {
  padding-bottom: 50px;
  position: relative;
  margin: 0 auto 50px;
  width: 80%; }
  .speakers-wrap::after {
    content: '';
    height: 1px;
    bottom: 0;
    display: block;
    position: absolute;
    width: 75%;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: rgba(42, 55, 85, 0.2); }
  @media only screen and (max-width: 1200px) {
    .speakers-wrap {
      width: 100%; } }
  @media only screen and (max-width: 767px) {
    .speakers-wrap {
      padding-bottom: 0;
      margin-bottom: 40px; }
      .speakers-wrap::after {
        width: 100%; } }

.speakers {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  width: 100%;
  margin-top: 50px; }
  @media only screen and (max-width: 767px) {
    .speakers {
      display: block; } }

.speaker {
  display: block;
  margin: 0 auto 40px;
  flex: 1 1 75%;
  max-width: 75%; }
  .speaker img {
    display: block;
    margin-right: 60px;
    width: calc(37% - 60px);
    float: left;
    margin-bottom: 20px; }
  @media only screen and (min-width: 768px) and (max-width: 1200px) {
    .speaker {
      margin-bottom: 20px; }
      .speaker img {
        width: 205px;
        margin-right: 40px; } }
  @media only screen and (max-width: 767px) {
    .speaker {
      flex: none;
      width: 100%;
      max-width: 100%; }
      .speaker img {
        width: 110px;
        margin-right: 20px; } }

.speaker-info {
  width: 63%;
  float: right;
  margin-bottom: 20px; }
  .speaker-info h3 {
    margin-bottom: 10px; }
  .speaker-info em, .speaker-info p {
    display: block;
    font-size: 13px;
    font-weight: 500;
    line-height: 21px;
    color: #2a3755;
    font-style: normal; }
  .speaker-info em {
    max-width: 320px;
    opacity: .8; }
  .speaker-info p {
    margin-top: 10px; }
  @media only screen and (min-width: 768px) and (max-width: 1200px) {
    .speaker-info {
      width: calc(100% - 245px); } }
  @media only screen and (max-width: 767px) {
    .speaker-info {
      width: calc(100% - 130px); } }

.speaker-description {
  width: 63%;
  float: right; }
  .speaker-description p + p {
    margin-top: 20px; }
  @media only screen and (max-width: 1200px) {
    .speaker-description {
      width: 100%;
      clear: both; } }

.dashboard-aside {
  width: calc(10% + 100px);
  left: 0;
  top: 0;
  z-index: 10;
  background: #2a3755 left top repeat;
  background-size: 512px;
  padding-top: 170px;
  padding-bottom: 40px; }
  @media only screen and (min-width: 1201px) and (max-width: 1440px) {
    .dashboard-aside {
      padding-top: 150px; } }
  @media only screen and (max-width: 1200px) {
    .dashboard-aside {
      padding: 104px 0 10px;
      position: relative;
      width: 100%;
      height: 100%; }
      .dashboard-aside::after {
        content: "";
        background: rgba(0, 0, 0, 0.2);
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 2; } }
  @media only screen and (max-width: 767px) {
    .dashboard-aside {
      padding: 148px 0 0; }
      .dashboard-aside::after {
        height: calc(100% - 133px);
        top: 133px; } }

.dashboard-nav {
  height: 100%;
  position: relative;
  z-index: 3; }
  @media only screen and (min-width: 768px) and (max-width: 1200px) {
    .dashboard-nav {
      margin: 0 64px; } }
  @media only screen and (max-width: 767px) {
    .dashboard-nav {
      margin: 0 22px; } }

.dashboard-nav-list {
  display: flex;
  flex-direction: column;
  height: 100%; }
  @media only screen and (max-width: 1200px) {
    .dashboard-nav-list {
      flex-direction: row;
      justify-content: space-between;
      align-items: center; } }
  @media only screen and (max-width: 767px) {
    .dashboard-nav-list {
      flex-wrap: nowrap; } }

@media only screen and (max-width: 767px) {
  .dashboard-nav-item:not(:last-child) {
    margin-bottom: 13px;
    margin-right: 10px; } }

.dashboard-nav-link {
  position: relative;
  color: rgba(255, 255, 255, 0.7);
  display: flex;
  align-items: center;
  padding: 14px 20px 14px 74px;
  transition: 0.2s ease-out; }
  .dashboard-nav-link span {
    font-size: 16px;
    margin-right: 8px;
    position: absolute;
    top: 16px;
    left: 48px; }
  .dashboard-nav-link p {
    font-size: 14px;
    line-height: 23px;
    font-weight: 500;
    letter-spacing: 0.1px; }
  .dashboard-nav-link::after {
    border-right: 4px solid #bb8469;
    content: "";
    display: block;
    height: 100%;
    opacity: 0;
    position: absolute;
    right: -4px;
    transition: 0.2s ease-out;
    top: 0;
    width: 20px; }
  .dashboard-nav-link:hover, .dashboard-nav-link.dashboard-nav-link-active {
    background: rgba(0, 0, 0, 0.2);
    color: #fff; }
    .dashboard-nav-link:hover::after, .dashboard-nav-link.dashboard-nav-link-active::after {
      opacity: 1;
      right: 0; }
  @media only screen and (min-width: 1201px) and (max-width: 1440px) {
    .dashboard-nav-link {
      padding: 12px 18px 12px 70px; }
      .dashboard-nav-link span {
        left: 40px; } }
  @media only screen and (max-width: 1200px) {
    .dashboard-nav-link {
      flex-direction: column;
      text-align: center;
      height: 100%;
      padding: 0; }
      .dashboard-nav-link span {
        font-size: 20px;
        margin-bottom: 8px;
        margin-right: 0;
        position: relative;
        top: unset;
        left: unset; }
      .dashboard-nav-link::after {
        height: unset;
        border-right: none;
        border-bottom: 3px solid #bb8469;
        opacity: 0;
        bottom: -11px; }
      .dashboard-nav-link:hover, .dashboard-nav-link.dashboard-nav-link-active {
        background: none;
        color: #fff; }
        .dashboard-nav-link:hover::after, .dashboard-nav-link.dashboard-nav-link-active::after {
          opacity: 1;
          right: unset; } }
  @media only screen and (min-width: 768px) and (max-width: 1200px) {
    .dashboard-nav-link span {
      margin-bottom: 6px; }
    .dashboard-nav-link p {
      font-size: 12px;
      line-height: 13px;
      max-width: 120px;
      padding: 0 4px; } }
  @media only screen and (max-width: 767px) {
    .dashboard-nav-link {
      padding-top: 5px; }
      .dashboard-nav-link p {
        font-size: 10px;
        line-height: 12px; }
      .dashboard-nav-link::after {
        width: 30px;
        bottom: -13px; } }

.dashboard-nav-logout {
  margin-top: auto;
  font-size: 14px;
  line-height: 23px;
  font-weight: 500;
  flex-direction: column;
  align-items: center;
  display: flex; }
  .dashboard-nav-logout .dashboard-nav-link {
    padding-left: unset;
    padding-right: unset; }
  @media only screen and (max-width: 1200px) {
    .dashboard-nav-logout {
      margin: 0;
      font-size: 12px;
      line-height: 10px;
      text-transform: uppercase;
      font-weight: 500; }
      .dashboard-nav-logout a {
        width: max-content; } }
  @media only screen and (max-width: 767px) {
    .dashboard-nav-logout {
      position: absolute;
      right: 0;
      top: -62px; } }

@media only screen and (max-width: 767px) {
  .dashboard-nav-img {
    left: 0;
    position: absolute;
    top: -61px; } }

.dashborad-nav-user-img {
  margin: 0 auto 20px;
  border-radius: 50%;
  display: block;
  height: 80px;
  width: 80px;
  background-color: #d9d9d9; }
  @media only screen and (max-width: 1200px) {
    .dashborad-nav-user-img {
      margin: 0; } }
  @media only screen and (max-width: 767px) {
    .dashborad-nav-user-img {
      height: 36px;
      width: 36px; } }

.profile-container {
  background: #fff;
  box-shadow: 0 100px 200px -80px rgba(0, 0, 0, 0.4);
  padding-top: 70px;
  padding-bottom: 100px;
  padding-left: 12.5%;
  padding-right: 12.5%; }
  @media only screen and (min-width: 768px) and (max-width: 1200px) {
    .profile-container {
      padding-bottom: 60px; } }
  @media only screen and (max-width: 767px) {
    .profile-container {
      padding: 40px 25px 60px; } }

.profile-section {
  padding: 30px 0;
  display: flex; }
  .profile-section:not(:last-child) {
    border-bottom: 1px solid rgba(42, 55, 85, 0.2); }
  @media only screen and (max-width: 767px) {
    .profile-section {
      flex-direction: column; } }

.profile-section-box {
  flex: 1; }
  @media only screen and (max-width: 767px) {
    .profile-section-box {
      display: flex;
      flex-direction: column; } }

.profile-section-box-alternate {
  padding-top: 9px; }

.profile-img {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 20px;
  border-radius: 50%;
  display: block;
  height: 80px;
  width: 80px;
  background-color: #d9d9d9;
  position: relative; }
  .profile-img__upload {
    margin-right: 20px;
    max-width: 100px; }
    @media only screen and (max-width: 767px) {
      .profile-img__upload {
        width: fit-content;
        margin: auto; } }
  @media only screen and (max-width: 1200px) {
    .profile-img {
      margin: 0; } }
  .profile-img .icon-edit {
    display: none; }
  .profile-img:hover .icon-edit {
    color: #fff;
    display: block;
    z-index: 99;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
  .profile-img:hover::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    background-color: #000;
    opacity: 0.6; }

.profile-section-name {
  margin-bottom: 10px; }
  @media only screen and (max-width: 767px) {
    .profile-section-name {
      text-align: center; } }

.profile-section-email {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  text-align: center; }
  .profile-section-email span {
    margin-right: 5px; }
  @media only screen and (max-width: 767px) {
    .profile-section-email {
      margin: 0 auto 20px;
      width: fit-content; } }

.profile-button {
  margin-bottom: 40px;
  width: 270px;
  justify-content: center; }
  @media only screen and (max-width: 767px) {
    .profile-button {
      margin: 0 auto 40px; } }
  .profile-button span {
    font-size: 18px; }

.profile-badge-name {
  display: block;
  text-transform: uppercase;
  opacity: 0.7;
  font-weight: 700;
  margin-bottom: 10px; }

.profile-section-heading {
  color: #bb8469;
  margin-right: 50px;
  font-weight: 500;
  width: 13%; }
  @media only screen and (min-width: 768px) and (max-width: 1200px) {
    .profile-section-heading {
      margin-right: 30px;
      width: 100px; } }
  @media only screen and (max-width: 767px) {
    .profile-section-heading {
      margin-bottom: 20px;
      padding-bottom: 0;
      width: 100%; } }

.profile-section-list {
  display: flex;
  flex-wrap: wrap; }
  .profile-section-list:not(:last-child) {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(42, 55, 85, 0.2); }
  @media only screen and (max-width: 1200px) {
    .profile-section-list {
      flex-direction: column; }
      .profile-section-list:not(:last-child) {
        margin-bottom: 30px;
        padding-bottom: 20px; } }

.profile-section-item {
  padding-right: 25px;
  flex: 1 1 50%;
  width: 100%; }
  .profile-section-item:not(:last-child) {
    margin-bottom: 30px; }
  @media only screen and (max-width: 1200px) {
    .profile-section-item:not(:last-child) {
      margin-bottom: 20px; } }

.profile-section-item-full-width {
  max-width: 100%;
  flex: 1 1 100%; }

.profile-section-tag {
  display: block;
  font-weight: 700;
  margin-bottom: 10px;
  opacity: 0.7;
  text-transform: uppercase; }

.profile-section-info {
  width: 100%; }

.profile-section-subheading {
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  margin-bottom: 30px; }
  @media only screen and (max-width: 1200px) {
    .profile-section-subheading {
      margin-bottom: 20px; } }

.taskbar {
  height: 90px;
  background: rgba(42, 55, 85, 0.95);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1.7px;
  position: fixed;
  text-transform: uppercase;
  width: 100%;
  left: 0;
  z-index: 50;
  bottom: 0;
  transition: transform 0.4s ease-in-out; }
  @media only screen and (max-width: 1200px) {
    .taskbar {
      height: auto; } }

.taskbar-opened .taskbar-btn .icon-plus {
  display: none; }
.taskbar-opened .taskbar-btn .icon-cross-sm {
  display: inline-block; }

.taskbar-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 30px;
  height: 100%; }
  @media only screen and (max-width: 1200px) {
    .taskbar-container {
      padding-top: 68px;
      display: block;
      position: relative; } }

.taskbar-navlist {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  @media only screen and (max-width: 1200px) {
    .taskbar-navlist {
      padding: 10px 0;
      background: #2a3755;
      text-align: center;
      margin: 0 -30px;
      display: none; } }

.taskbar-navitem:not(:last-child) {
  margin-right: 40px; }
@media only screen and (max-width: 1200px) {
  .taskbar-navitem:not(:last-child) {
    margin-right: 0; } }

.taskbar-navlink {
  color: inherit;
  font-size: 12px;
  line-height: inherit;
  position: relative;
  display: inline-block; }
  .taskbar-navlink::after {
    content: "";
    display: block;
    height: 2px;
    width: 20px;
    position: absolute;
    left: calc(50% - 10px);
    transition: bottom 0.2s ease-out, opacity 0.2s ease-out;
    opacity: 0;
    bottom: 0;
    background-color: #bb8469; }
  .taskbar-navlink.taskbar-navlink-active::after {
    opacity: 1;
    bottom: -10px; }
  .taskbar-navlink:hover::after {
    opacity: 1;
    bottom: -10px; }
  @media only screen and (max-width: 1200px) {
    .taskbar-navlink {
      line-height: 48px; }
      .taskbar-navlink.taskbar-navlink-active::after {
        bottom: 7px; }
      .taskbar-navlink:hover::after {
        opacity: 1;
        bottom: 7px; } }

.taskbar-line:not(.taskbar-navlink-active) {
  opacity: 0.4;
  text-decoration: line-through; }
.taskbar-line.taskbar-navlink-active {
  opacity: 0.4;
  text-decoration: line-through; }
  .taskbar-line.taskbar-navlink-active::after {
    opacity: 1;
    bottom: -10px; }
@media only screen and (max-width: 1200px) {
  .taskbar-line.taskbar-navlink-active::after {
    bottom: 7px; } }

.taskbar-btn {
  align-items: center;
  display: flex;
  margin-right: 40px;
  pointer-events: none;
  color: #bb8469;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1.7px; }
  .taskbar-btn .icon {
    display: none; }
  @media only screen and (max-width: 1200px) {
    .taskbar-btn {
      color: #fff;
      height: 37px;
      left: -10px;
      line-height: 37px;
      position: absolute;
      top: 15px;
      z-index: 5;
      margin-right: 0;
      pointer-events: initial; }
      .taskbar-btn .icon {
        display: inline-block; }
      .taskbar-btn .icon-cross-sm {
        display: none; } }

.taskbar-img {
  border-radius: 50%;
  display: block;
  height: 58px;
  width: 58px;
  margin-right: 20px;
  object-fit: cover;
  object-position: center; }
  @media only screen and (max-width: 1200px) {
    .taskbar-img {
      display: none; } }

.taskbar-btn-text {
  text-transform: uppercase;
  padding: 0 10px; }

.participant-container {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px; }
  @media only screen and (max-width: 767px) {
    .participant-container {
      margin: 0 -10px; } }

.participant-col {
  flex: 1 1 25%;
  max-width: 25%;
  padding: 0 15px;
  margin-bottom: 30px; }
  @media only screen and (max-width: 1200px) {
    .participant-col {
      flex: 1 1 50%;
      max-width: 50%; } }
  @media only screen and (max-width: 767px) {
    .participant-col {
      padding: 0 10px; } }

.particiapnt-main-title {
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  margin-bottom: 52px;
  position: relative;
  text-align: center;
  font-family: "Montserrat", sans-serif; }
  .particiapnt-main-title::after {
    content: "";
    width: 20px;
    left: calc(50% - 10px);
    height: 2px;
    bottom: -22px;
    background-color: #bb8469;
    display: block;
    position: absolute; }
  @media only screen and (max-width: 1200px) {
    .particiapnt-main-title {
      font-size: 16px;
      line-height: 19px; } }

.participant {
  width: 80%;
  margin: 50px auto 0;
  margin-bottom: 50px;
  padding-bottom: 50px;
  position: relative; }
  .participant::after {
    content: "";
    height: 1px;
    bottom: 0;
    display: block;
    position: absolute;
    width: 75%;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: rgba(42, 55, 85, 0.2); }
  .participant:last-child {
    margin-bottom: 0;
    padding-bottom: 0; }
    .participant:last-child::after {
      display: none; }
  .participant .participant-item {
    position: relative; }
  .participant .participant-img-wrap {
    margin-bottom: 20px;
    padding-bottom: 150%;
    position: relative; }
  .participant .participant-title {
    display: block;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px; }
  .participant .participant-info span {
    display: block; }
  .participant .participant-info,
  .participant .particiapnt-location {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 18px; }
  .participant .participant-job {
    font-style: italic; }
  .participant .participant-role {
    color: #bb8469; }
  .participant .participant-description,
  .participant .participant-location,
  .participant .participant-position {
    display: none; }
  .participant .participant-content {
    text-align: center; }
  .participant .participant-contact {
    padding-top: 10px;
    display: block;
    opacity: 0.7;
    position: relative;
    z-index: 5; }
    .participant .participant-contact a {
      color: #2a3755;
      font-size: 12px;
      font-weight: 500;
      letter-spacing: 1px;
      line-height: 18px;
      display: inline-block;
      vertical-align: middle;
      max-width: 100%;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
  @media only screen and (max-width: 1200px) {
    .participant {
      margin-top: 0; } }
  @media only screen and (max-width: 767px) {
    .participant {
      width: 100%;
      padding-bottom: 40px;
      margin-bottom: 40px; }
      .participant::after {
        width: 100%; }
      .participant + .participant {
        margin-bottom: 0;
        padding-bottom: 0; }
        .participant + .participant::after {
          display: none; } }

.participant-action {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2; }

.participant-center .participant-container {
  justify-content: center; }

.participant-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center; }

[data-modal-type="participant"] .card-modal-inner {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  max-height: calc(100vh);
  padding: 85px 0;
  margin: 0 auto;
  max-width: 1440px;
  height: auto; }
  [data-modal-type="participant"] .card-modal-inner .participant-img-wrap {
    margin: 0 10%;
    flex: 1 1 20%;
    max-width: 20%; }
    [data-modal-type="participant"] .card-modal-inner .participant-img-wrap div {
      margin-bottom: 20px;
      padding-bottom: 150%;
      position: relative; }
  [data-modal-type="participant"] .card-modal-inner .participant-content {
    flex: 1 1 60%;
    max-width: 60%; }
    [data-modal-type="participant"] .card-modal-inner .participant-content + .participant-description {
      display: none; }
  [data-modal-type="participant"] .card-modal-inner .participant-description {
    display: block; }
    [data-modal-type="participant"] .card-modal-inner .participant-description p {
      font-size: 16px;
      font-weight: 500;
      letter-spacing: -0.5px;
      line-height: 25px;
      opacity: 0.8; }
  [data-modal-type="participant"] .card-modal-inner .participant-title {
    display: block;
    font-size: 40px;
    line-height: 50px;
    font-family: "novar", serif;
    font-weight: 400;
    margin-bottom: 10px; }
  [data-modal-type="participant"] .card-modal-inner .particiapnt-location {
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    opacity: 0.7;
    position: relative; }
  [data-modal-type="participant"] .card-modal-inner .participant-position {
    display: block;
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 18px;
    letter-spacing: -0.5px;
    line-height: 22px; }
  [data-modal-type="participant"] .card-modal-inner .participant-info {
    display: none; }
  [data-modal-type="participant"] .card-modal-inner .participant-contact {
    margin-top: 15px;
    margin-bottom: 62px;
    position: relative;
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    opacity: 0.7;
    position: relative; }
    [data-modal-type="participant"] .card-modal-inner .participant-contact::after {
      content: "";
      width: 20px;
      left: 0;
      height: 2px;
      bottom: -32px;
      background-color: #bb8469;
      display: block;
      position: absolute; }
    [data-modal-type="participant"] .card-modal-inner .participant-contact div {
      position: relative;
      display: inline-flex; }
      [data-modal-type="participant"] .card-modal-inner .participant-contact div + div::before {
        content: " | ";
        white-space: pre; }
    [data-modal-type="participant"] .card-modal-inner .participant-contact a {
      color: #2a3755;
      font-weight: 500;
      letter-spacing: 1px;
      display: inline-block;
      vertical-align: middle;
      max-width: 100%;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
  @media only screen and (min-width: 1201px) and (max-width: 1440px) {
    [data-modal-type="participant"] .card-modal-inner {
      padding: 70px 100px; }
      [data-modal-type="participant"] .card-modal-inner .participant-title {
        font-size: 30px;
        line-height: 36px; } }
  @media only screen and (min-width: 768px) and (max-width: 1200px) {
    [data-modal-type="participant"] .card-modal-inner {
      margin: 0 64px;
      align-items: center; }
      [data-modal-type="participant"] .card-modal-inner .participant-contact {
        flex: 1;
        margin-bottom: 60px;
        padding-right: 40px; }
      [data-modal-type="participant"] .card-modal-inner .participant-img-wrap {
        flex: 1 1 calc(47% - 60px);
        max-width: calc(47% - 60px);
        margin: 0 60px 0 0; }
        [data-modal-type="participant"] .card-modal-inner .participant-img-wrap div {
          margin-bottom: 60px; }
      [data-modal-type="participant"] .card-modal-inner .participant-content {
        flex: 1 1 53%;
        max-width: 53%; }
        [data-modal-type="participant"] .card-modal-inner .participant-content + .participant-description {
          display: block; }
      [data-modal-type="participant"] .card-modal-inner .participant-description {
        display: none; } }
  @media only screen and (max-width: 767px) {
    [data-modal-type="participant"] .card-modal-inner {
      display: block;
      margin: 0 22px;
      max-height: 100%; }
      [data-modal-type="participant"] .card-modal-inner .participant-contact {
        flex: 1;
        margin-bottom: 60px;
        padding-right: 40px; }
      [data-modal-type="participant"] .card-modal-inner .participant-img-wrap {
        margin: 0; }
      [data-modal-type="participant"] .card-modal-inner .participant-img-wrap,
      [data-modal-type="participant"] .card-modal-inner .participant-content {
        flex: none;
        max-width: 100%; }
      [data-modal-type="participant"] .card-modal-inner .participant-content + .participant-description {
        display: none; }
      [data-modal-type="participant"] .card-modal-inner .participant-description {
        display: block; } }

.video-section {
  position: relative;
  height: 100vh;
  width: 100vw; }
  .video-section .section-title {
    color: #fff;
    text-align: center;
    position: relative; }
    .video-section .section-title::after {
      transform: translateX(-50%); }
  @media only screen and (max-width: 767px) {
    .video-section {
      height: auto;
      padding: 80px 0; } }

.video-section-wrapper {
  height: 100%; }

.video-section-bg-overlay,
.video-section-bg {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%; }

.video-section-content {
  height: 100%;
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column; }

.video-section-bg {
  z-index: 1;
  min-height: 100%;
  min-width: 100%;
  object-fit: cover; }

.video-section-bg-overlay {
  background: rgba(0, 0, 0, 0.5);
  z-index: 2; }

.forum-h1 {
  font-size: 35px;
  line-height: 41px; }
  @media only screen and (min-width: 768px) and (max-width: 1200px) {
    .forum-h1 {
      font-size: 30px;
      line-height: 39px; } }
  @media only screen and (max-width: 767px) {
    .forum-h1 {
      font-size: 25px;
      line-height: 30px; } }

.forum-h1-past {
  margin-bottom: 30px;
  padding-bottom: 5px; }

.border-bottom {
  border-bottom: 1px solid rgba(42, 55, 85, 0.2); }

.cards-dashboard-list {
  display: flex;
  flex-wrap: wrap; }

.cards-dashboard-card {
  margin-bottom: 30px;
  width: calc((100% - 56px) / 3);
  background: #fff; }
  .cards-dashboard-card:not(:nth-child(3n)):not(:last-child) {
    margin-right: 26px; }
  @media only screen and (max-width: 1200px) {
    .cards-dashboard-card {
      margin-bottom: 20px; } }
  @media only screen and (min-width: 768px) and (max-width: 1200px) {
    .cards-dashboard-card {
      max-width: calc(50% - 11px);
      width: calc(50% - 11px); }
      .cards-dashboard-card:not(:nth-child(3n)):not(:last-child) {
        margin-right: 0; }
      .cards-dashboard-card:nth-child(odd):not(:last-child) {
        margin-right: 22px; } }
  @media only screen and (max-width: 767px) {
    .cards-dashboard-card {
      width: 100%; }
      .cards-dashboard-card:not(:nth-child(3n)):not(:last-child) {
        margin-right: 0; } }

.cards-dashboard-img {
  width: 100%; }

.cards-dashboard-block {
  padding: 30px 25px 20px; }

.cards-dashboard-content {
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  flex-direction: column; }
  .cards-dashboard-content small,
  .cards-dashboard-content span {
    display: block; }

.cards-dashboard-date {
  color: #bb8469;
  font-weight: 700;
  letter-spacing: 3.5px;
  text-transform: uppercase; }

.cards-dashboard-sup {
  font-size: 10px;
  line-height: 15px;
  margin-bottom: 2px;
  font-weight: 700;
  letter-spacing: 3.5px;
  text-transform: uppercase; }

.cards-dashboard-heading {
  font-size: 24px;
  letter-spacing: -1px;
  line-height: 30px;
  position: relative;
  font-weight: 400;
  font-family: "novar", serif;
  color: #2a3755;
  margin-bottom: 15px;
  display: block;
  text-align: center; }
  @media only screen and (max-width: 767px) {
    .cards-dashboard-heading {
      font-size: 20px;
      letter-spacing: -0.5px;
      line-height: 27px; } }

.cards-dashboard-location {
  font-size: 13px;
  font-weight: 500;
  line-height: 21px;
  margin-bottom: 25px;
  opacity: 0.8; }

.cards-dashboard-links {
  display: flex;
  flex-direction: column; }

.cards-dashoboard-external-link {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #2a3755; }

.cards-dashboard-link {
  font-size: 12px;
  font-weight: 700;
  color: #2a3755;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  letter-spacing: 1.7px; }
  .cards-dashboard-link:not(:last-child) {
    margin-bottom: 20px; }
  .cards-dashboard-link span {
    font-size: 16px;
    margin-right: 15px;
    position: relative; }

.cards-dashboard-sub-date {
  margin-bottom: 20px;
  opacity: 0.7; }

.cards-dashboard-fees {
  margin-bottom: 25px;
  display: flex;
  flex-direction: column;
  align-items: center; }
  .cards-dashboard-fees span {
    color: #bb8469;
    font-size: 12px;
    font-weight: 500; }
  .cards-dashboard-fees p {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px; }
  .cards-dashboard-fees .cards-dashboard-fees-btn {
    width: fit-content;
    border: 1px solid transparent;
    cursor: pointer;
    position: relative; }
    .cards-dashboard-fees .cards-dashboard-fees-btn > button {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 2; }
    .cards-dashboard-fees .cards-dashboard-fees-btn:hover {
      border-bottom: 1px solid rgba(42, 55, 85, 0.2); }
  .cards-dashboard-fees .cards-dashboard-fees-btn-text {
    font-weight: 400;
    color: rgba(42, 55, 85, 0.8);
    font-size: 13px; }
  @media only screen and (max-width: 767px) {
    .cards-dashboard-fees span {
      display: inline-block;
      margin-bottom: 15px; } }

.dashboard-header-upcoming {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  flex-wrap: wrap; }
  @media only screen and (min-width: 768px) and (max-width: 1200px) {
    .dashboard-header-upcoming {
      display: block;
      margin-bottom: 60px; } }
  @media only screen and (max-width: 767px) {
    .dashboard-header-upcoming {
      flex-direction: column;
      align-items: flex-start;
      margin-bottom: 60px; } }

.dashboard-upcoming-list {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  @media only screen and (min-width: 768px) and (max-width: 1200px) {
    .dashboard-upcoming-list {
      margin-top: 30px;
      justify-content: flex-start; } }
  @media only screen and (max-width: 767px) {
    .dashboard-upcoming-list {
      flex-wrap: wrap;
      align-items: flex-start;
      width: 100%; } }

.dashboard-upcoming-item:not(:last-child) {
  margin-right: 30px; }
@media only screen and (max-width: 767px) {
  .dashboard-upcoming-item {
    flex: 1 1 50%;
    max-width: 50%;
    width: 100%; }
    .dashboard-upcoming-item:not(:last-child) {
      margin-right: 0; }
    .dashboard-upcoming-item:nth-last-child(n + 3) {
      margin-bottom: 32px; } }

.dashboard-upcoming-button {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.7px;
  line-height: 14px;
  position: relative;
  text-transform: uppercase; }
  .dashboard-upcoming-button::after {
    border-top: 2px solid #bb8469;
    bottom: 0;
    content: "";
    display: block;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    transition: 0.2s ease-out;
    width: 100%; }
  .dashboard-upcoming-button:hover, .dashboard-upcoming-button.dashboard-upcoming-active {
    color: #bb8469; }
    .dashboard-upcoming-button:hover::after, .dashboard-upcoming-button.dashboard-upcoming-active::after {
      bottom: -10px;
      opacity: 1; }

.dashboard-list .dashboard-item:not(:last-child) {
  margin-bottom: 90px; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .dashboard-list .dashboard-item:not(:last-child) {
    margin-bottom: 80px; } }
@media only screen and (max-width: 767px) {
  .dashboard-list .dashboard-item:not(:last-child) {
    margin-bottom: 40px; } }

.dashboard-section-tag {
  margin-bottom: 70px;
  padding-bottom: 10px; }
  .dashboard-section-tag span {
    color: #bb8469;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 3.5px;
    line-height: 18px;
    margin-bottom: 10px;
    text-transform: uppercase;
    white-space: pre-line; }
  @media only screen and (max-width: 767px) {
    .dashboard-section-tag {
      margin-bottom: 30px; } }

.dashboard-upcoming-card {
  background: #fff;
  box-shadow: 0 100px 200px -80px rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: flex-start; }
  @media only screen and (min-width: 768px) and (max-width: 1200px) {
    .dashboard-upcoming-card {
      margin-left: -40px;
      padding: 0 40px;
      width: calc(100% + 80px); } }

.dashboard-text-img-card .dashboard-img-block {
  margin-top: -40px;
  top: -20px; }
.dashboard-text-img-card .dashboard-text-card {
  padding: 40px; }
@media only screen and (max-width: 767px) {
  .dashboard-text-img-card {
    flex-direction: column-reverse; }
    .dashboard-text-img-card .dashboard-img-block {
      top: 0;
      margin-top: 0; }
    .dashboard-text-img-card .dashboard-text-card {
      padding: 20px 20px 40px; } }

.dashboard-cta-card .dashboard-img-block {
  margin-bottom: 30px; }
.dashboard-cta-card .dashboard-text-card {
  padding: 50px 10%; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .dashboard-cta-card .dashboard-text-card {
    padding: 40px 52px 40px 0; } }
@media only screen and (max-width: 767px) {
  .dashboard-cta-card {
    flex-direction: column; }
    .dashboard-cta-card .dashboard-img-block {
      width: calc(100% + 40px); }
    .dashboard-cta-card .dashboard-text-card {
      padding: 0px 20px 40px; } }

.dashboard-text-card {
  flex: 1 1 50%;
  max-width: 50%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center; }
  @media only screen and (max-width: 767px) {
    .dashboard-text-card {
      flex: none;
      max-width: 100%; } }

.dashboard-img-card {
  flex: 1 1 50%;
  max-width: 50%;
  padding: 40px;
  padding-right: 80px;
  display: flex;
  justify-content: flex-end; }
  @media only screen and (min-width: 768px) and (max-width: 1200px) {
    .dashboard-img-card {
      padding-right: 40px; } }
  @media only screen and (max-width: 767px) {
    .dashboard-img-card {
      flex: none;
      max-width: 100%;
      padding: 0;
      width: 100%;
      display: block; } }

.dashboard-card-text {
  padding: 40px; }

.dashboard-img-block {
  display: block;
  position: relative;
  width: 320px; }
  @media only screen and (max-width: 1200px) {
    .dashboard-img-block {
      width: 100%; } }

.dashboard-img {
  height: 200px;
  width: 100%; }

.past-forums .cards-dashboard-date {
  margin-bottom: 20px; }
.past-forums .cards-dashboard-heading {
  margin-bottom: 42px; }
  .past-forums .cards-dashboard-heading::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -22px;
    width: 20px;
    height: 2px;
    background-color: #bb8469; }
  @media only screen and (max-width: 767px) {
    .past-forums .cards-dashboard-heading::after {
      bottom: -17px; } }

.upcoming-forums-list:not(:last-child) {
  margin-bottom: 80px; }
@media only screen and (max-width: 767px) {
  .upcoming-forums-list:not(:last-child) {
    margin-bottom: 60px; } }

@media only screen and (max-width: 767px) {
  .upcoming-forums .forum-h1 {
    margin-bottom: 20px; } }
.upcoming-forums .cards-dashboard-date {
  margin-bottom: 5px; }
.upcoming-forums .cards-dashboard-link {
  justify-content: center; }
.upcoming-forums .cards-dashboard-include-button {
  margin-bottom: 25px; }
.upcoming-forums .cards-dashboard-link {
  width: fit-content; }
  .upcoming-forums .cards-dashboard-link span {
    font-size: 18px; }

.dashboard-cta-list {
  position: relative;
  flex: 1 1 50%;
  max-width: 50%;
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 50px 80px 50px 20px; }
  .dashboard-cta-list:has(.dashboard-cta-item__image) {
    top: -90px; }
  @media only screen and (min-width: 768px) and (max-width: 1200px) {
    .dashboard-cta-list {
      padding: 40px 0; } }
  @media only screen and (max-width: 767px) {
    .dashboard-cta-list {
      top: 0;
      flex: none;
      max-width: 100%;
      padding: 0 25px 40px; } }

.dashboard-cta-item {
  padding-bottom: 20px;
  margin-bottom: 20px; }
  @media only screen and (max-width: 767px) {
    .dashboard-cta-item:first-child {
      padding-top: 20px;
      border-top: 1px solid rgba(42, 55, 85, 0.2); } }
  .dashboard-cta-item:not(:last-child) {
    border-bottom: 1px solid rgba(42, 55, 85, 0.2); }

.dashboard-rsvp-form {
  width: 100%;
  flex-direction: column;
  transition: opacity 1s ease-out;
  opacity: 0;
  height: 0;
  display: flex;
  position: absolute;
  overflow: hidden; }
  .dashboard-rsvp-form--active {
    position: relative;
    opacity: 1;
    height: auto; }
  .dashboard-rsvp-form__buttons {
    display: flex;
    justify-content: space-around;
    font-size: 14px; }
  .dashboard-rsvp-form__button {
    opacity: 0.6;
    display: flex;
    flex-direction: column;
    align-items: center; }
    .dashboard-rsvp-form__button i {
      padding: 5px; }
    .dashboard-rsvp-form__button:hover, .dashboard-rsvp-form__button--active {
      cursor: pointer;
      opacity: 1; }
      .dashboard-rsvp-form__button:hover i, .dashboard-rsvp-form__button--active i {
        display: flex;
        align-items: center;
        justify-content: center;
        color: #bb8469;
        background: #fff;
        border-radius: 50%; }
  .dashboard-rsvp-form__comment {
    margin-top: 10px;
    background: none;
    border: none;
    color: white;
    border-bottom: 1px solid white;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase; }
    .dashboard-rsvp-form__comment::placeholder {
      text-transform: uppercase;
      font-family: "Montserrat", sans-serif;
      color: white;
      opacity: 0.6; }
  .dashboard-rsvp-form__submit {
    margin-top: 20px;
    justify-content: center; }

.dashboard-right-image {
  position: relative;
  display: block;
  width: 100%;
  height: 400px;
  overflow: hidden; }
  .dashboard-right-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover; }

.dashboard-item-status {
  background: #bb8469;
  color: #fff;
  display: flex;
  gap: 30px;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.7px;
  padding: 15px 20px;
  position: relative;
  text-transform: uppercase;
  width: 100%;
  margin-bottom: 20px;
  flex-wrap: wrap; }
  .dashboard-item-status-text {
    text-align: center; }
  .dashboard-item-status__wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px; }
    .dashboard-item-status__wrapper:only-child {
      margin: 0 auto; }
  .dashboard-item-status-rsvp {
    opacity: 0.6; }
    .dashboard-item-status-rsvp:hover, .dashboard-item-status-rsvp--active {
      cursor: pointer;
      opacity: 1; }
  .dashboard-item-status .icon-status {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #bb8469;
    background: #fff;
    border-radius: 50%;
    margin-right: 3px;
    padding: 5px; }

.dashboard-item-text {
  font-size: 13px;
  font-weight: 500;
  line-height: 21px;
  color: #2a3755;
  letter-spacing: -0.5px; }
  .dashboard-item-text a {
    color: inherit;
    text-decoration: underline; }

.dashboard-item-text-low-opacity {
  opacity: 0.8; }

.dashboard-item-heading {
  font-weight: 500; }
  .dashboard-item-heading:not(:only-child) {
    margin-bottom: 10px; }

.dashboard-cta-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 3px; }
  .dashboard-cta-buttons a {
    padding: 15px;
    flex: 1 1 50%;
    max-width: calc(50% - 2px);
    text-align: center;
    justify-content: center;
    height: auto;
    min-height: 50px; }
    .dashboard-cta-buttons a .button-icon {
      flex: 0 0 20px;
      max-width: 20px;
      margin-right: 0; }
    .dashboard-cta-buttons a span:not([class]) {
      flex: 0 0 calc(100% - 20px);
      max-width: calc(100% - 20px);
      padding-left: 11px; }
  @media only screen and (max-width: 1200px) {
    .dashboard-cta-buttons {
      flex-direction: column; }
      .dashboard-cta-buttons a {
        flex: none;
        max-width: 100%;
        width: 100%; }
        .dashboard-cta-buttons a span:not([class]) {
          flex: none;
          max-width: none;
          padding-left: 11px; } }

.dashboard-accordion {
  display: flex;
  flex-direction: column;
  align-items: flex-start; }

.dashboard-nested-accordion-button,
.dashboard-accordion-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  width: 100%; }
  .dashboard-nested-accordion-button span,
  .dashboard-accordion-button span {
    font-size: 12px;
    line-height: 26px;
    transition: all 0.3s ease-in-out; }
  @media only screen and (max-width: 1200px) {
    .dashboard-nested-accordion-button,
    .dashboard-accordion-button {
      text-align: left;
      align-items: flex-start; }
      .dashboard-nested-accordion-button span,
      .dashboard-accordion-button span {
        margin-left: 10px; } }

.dashboard-accordion-button.dashboard-accordion-button-active span::before {
  content: "\e914"; }

.dashboard-nested-accordion-button.dashboard-accordion-button-active span {
  transform: rotate(90deg); }

.dashboard-accordion-content {
  display: none;
  overflow: hidden; }

.dashboard-accordion-block {
  padding: 17px 0 7px; }
  .dashboard-accordion-block .dashboard-accordion-block-item {
    margin-bottom: 2px; }
  @media only screen and (max-width: 1200px) {
    .dashboard-accordion-block {
      display: flex;
      flex-wrap: wrap;
      width: 100%; }
      .dashboard-accordion-block .dashboard-accordion-block-item {
        justify-content: center;
        flex: 1 1 50%;
        max-width: calc(50% - 1px); }
        .dashboard-accordion-block .dashboard-accordion-block-item:nth-last-child(n + 3) {
          margin-bottom: 2px; }
        .dashboard-accordion-block .dashboard-accordion-block-item:nth-child(even) {
          margin-left: 2px; }
        .dashboard-accordion-block .dashboard-accordion-block-item button {
          width: 100%;
          justify-content: center; } }

.dashboard-accordion-block-item {
  display: inline-flex; }
  @media only screen and (max-width: 1200px) {
    .dashboard-accordion-block-item {
      flex: 1 1 50%;
      max-width: 50%; } }

.cards-modal-content {
  display: none;
  padding: 120px 0;
  width: 100%; }
  @media only screen and (max-width: 1200px) {
    .cards-modal-content {
      padding: 10px 0 60px; } }

.card-modal .cards-modal-content {
  display: block; }
.card-modal .cards-dashboard-fees-btn-text {
  display: none; }

.cards-modal-haeder-block {
  margin-bottom: 50px; }
  .cards-modal-haeder-block small {
    display: block;
    text-transform: uppercase;
    letter-spacing: 3.5px;
    font-weight: 700; }
  .cards-modal-haeder-block .sheet {
    margin-bottom: 25px; }
  .cards-modal-haeder-block .subheading {
    color: #bb8469;
    margin-bottom: 5px; }
  .cards-modal-haeder-block .heading {
    margin-bottom: 15px; }
  .cards-modal-haeder-block .block {
    display: flex;
    align-items: center; }
  .cards-modal-haeder-block .date {
    margin-right: 15px; }
  .cards-modal-haeder-block .location {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.5px;
    line-height: 25px;
    opacity: 0.8; }
  @media only screen and (max-width: 1200px) {
    .cards-modal-haeder-block .block {
      display: block; }
    .cards-modal-haeder-block .date {
      margin-right: 0;
      margin-bottom: 5px; }
    .cards-modal-haeder-block .heading {
      margin-bottom: 25px; } }
  @media only screen and (min-width: 768px) and (max-width: 1200px) {
    .cards-modal-haeder-block {
      margin-bottom: 40px; } }
  @media only screen and (max-width: 767px) {
    .cards-modal-haeder-block {
      margin-bottom: 30px; } }

.cards-dashboard-modal-list {
  width: calc(100% - 328px); }
  @media only screen and (max-width: 1200px) {
    .cards-dashboard-modal-list {
      width: 100%; } }

.cards-dashboard-modal-item {
  padding: 30px 0;
  display: flex;
  align-items: flex-start; }
  .cards-dashboard-modal-item:first-child {
    border-top: 1px solid rgba(42, 55, 85, 0.2); }
  .cards-dashboard-modal-item:not(:last-child) {
    border-bottom: 1px solid rgba(42, 55, 85, 0.2); }
  .cards-dashboard-modal-item button {
    color: #2a3755;
    font-size: 14px;
    font-weight: 600;
    line-height: 25px;
    margin-right: 10px;
    max-width: 114px;
    width: 100%;
    text-align: start; }
  .cards-dashboard-modal-item .dashboard-accordion-content {
    display: block; }
  .cards-dashboard-modal-item .dashboard-accordion-button span {
    display: none; }
  @media only screen and (max-width: 1200px) {
    .cards-dashboard-modal-item {
      display: block; }
      .cards-dashboard-modal-item button {
        max-width: 100%;
        width: 100%;
        margin-bottom: 5px; }
      .cards-dashboard-modal-item .dashboard-accordion-content {
        display: none; }
      .cards-dashboard-modal-item .dashboard-accordion-button span {
        display: block; } }

.sponsors-wrap {
  width: 100%;
  margin: 0 auto; }

.sponsors {
  max-width: 880px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  margin: 40px auto 0; }
  @media only screen and (min-width: 768px) and (max-width: 1200px) {
    .sponsors {
      padding: 0 12.5%; } }
  @media only screen and (max-width: 767px) {
    .sponsors {
      display: block; } }

.sponsors-container {
  padding: 120px 0; }

.sponsors-item {
  height: 80px;
  margin: 0 15px;
  width: 190px;
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative; }
  .sponsors-item img {
    display: block;
    max-height: 100%;
    max-width: 100%; }
  @media only screen and (max-width: 767px) {
    .sponsors-item {
      margin: 0 auto 20px; } }

.sponsors-link {
  display: block;
  height: 100%; }

.sponsors-item-content {
  display: none;
  width: 100%;
  height: 100vh; }
  @media only screen and (max-width: 1200px) {
    .sponsors-item-content {
      height: 100%; } }
  @media only screen and (max-width: 767px) {
    .sponsors-item-content {
      gap: 2rem;
      margin-bottom: 2rem;
      flex-direction: column; } }

[data-modal-type="sponsor"] .card-modal-inner {
  margin: 0 !important;
  padding: 0 !important;
  min-width: 100%; }
  [data-modal-type="sponsor"] .card-modal-inner .sponsors-item-content {
    display: flex; }
  [data-modal-type="sponsor"] .card-modal-inner .sponsors-link {
    display: none; }
  @media only screen and (min-width: 768px) and (max-width: 1200px) {
    [data-modal-type="sponsor"] .card-modal-inner .sponsors-item-content {
      flex-direction: column; } }
  @media only screen and (min-width: 768px) and (max-width: 1200px) {
    [data-modal-type="sponsor"] .card-modal-inner {
      padding: 60px !important; } }
  @media only screen and (max-width: 767px) {
    [data-modal-type="sponsor"] .card-modal-inner {
      padding: 60px !important; } }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  [data-modal-type="sponsor"] .sponsors-item-content {
    flex-direction: column;
    margin-top: 3rem; } }

.sponsors-modal-img {
  margin: 0 auto 30px;
  margin-bottom: 30px;
  max-width: 190px;
  width: 100%;
  display: block; }
  @media only screen and (max-width: 767px) {
    .sponsors-modal-img {
      margin-bottom: 20px;
      max-width: 50%; } }

.sponsors-contact {
  align-items: center;
  display: flex;
  background: #2a3755 url(../images/bg_texture-blue.png) left top repeat;
  background-size: 512px;
  color: #fff;
  padding: 60px 40px;
  overflow-wrap: anywhere; }
  .sponsors-contact small {
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 3.5px;
    line-height: 18px;
    margin-bottom: 10px;
    text-transform: uppercase;
    white-space: pre-line;
    display: block;
    margin-bottom: 30px; }
  .sponsors-contact h5 {
    display: block;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.5px;
    line-height: 22px;
    margin-bottom: 10px; }
  .sponsors-contact p {
    font-size: 14px;
    font-weight: 600;
    line-height: 24px; }
    .sponsors-contact p:first-of-type {
      margin-bottom: 30px; }
  .sponsors-contact a {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px; }
    .sponsors-contact a [class*="icon-"] {
      font-size: 14px;
      margin-right: 10px; }
  @media only screen and (min-width: 768px) and (max-width: 1200px) {
    .sponsors-contact {
      min-height: calc(30vw);
      padding: 60px 80px;
      width: 100%; } }
  @media only screen and (max-width: 767px) {
    .sponsors-contact {
      min-height: auto;
      padding: 30px 22px;
      width: 100%; } }

.sponsors-carousel-visit {
  position: absolute;
  bottom: 40px;
  left: 50%;
  max-width: 480px;
  width: calc(100% - 50px);
  background: #2a3755;
  color: #fff;
  display: block;
  font-size: 12px;
  font-weight: 700;
  height: 50px;
  letter-spacing: 1.7px;
  line-height: 50px;
  text-align: center;
  text-transform: uppercase;
  z-index: 2;
  transform: translateX(-50%); }

.sponsors-container-right {
  height: fit-content;
  width: 60%;
  padding: 50px 100px;
  overflow-y: scroll;
  max-height: 100vh;
  margin-top: auto;
  margin-bottom: auto; }
  .sponsors-container-right > div {
    color: #2a3755; }
  .sponsors-container-right li, .sponsors-container-right p, .sponsors-container-right a {
    font-size: 16px;
    letter-spacing: -0.5px;
    line-height: 25px;
    font-weight: 500;
    opacity: 0.8; }
    .sponsors-container-right li strong, .sponsors-container-right p strong, .sponsors-container-right a strong {
      font-weight: 700;
      opacity: 1; }
  .sponsors-container-right a {
    opacity: 1;
    color: #2a3755;
    text-decoration: underline; }
  @media only screen and (min-width: 768px) and (max-width: 1200px) {
    .sponsors-container-right {
      width: 100%;
      padding: 25px 50px;
      min-height: 100%; } }
  @media only screen and (max-width: 767px) {
    .sponsors-container-right {
      display: contents; } }

.sponsors-container-left {
  width: 40%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  height: 100%;
  min-height: 500px; }
  @media only screen and (max-width: 1200px) {
    .sponsors-container-left {
      width: 100%;
      min-height: 100%; } }
  @media only screen and (max-width: 767px) {
    .sponsors-container-left {
      width: 100%;
      min-height: 85%; } }

.sponsors-carousel {
  flex: 1;
  position: relative;
  background-color: grey; }
  @media only screen and (min-width: 768px) and (max-width: 1200px) {
    .sponsors-carousel {
      height: calc(50vw);
      width: 100%;
      flex: none; } }
  @media only screen and (max-width: 767px) {
    .sponsors-carousel {
      height: calc(75vw);
      width: 100%;
      flex: none; } }

.simple-caoursel {
  height: 100%;
  max-width: 100%;
  width: 100%; }
  .simple-caoursel .owl-stage {
    display: flex; }
    .simple-caoursel .owl-stage > * {
      flex: 1 1 0; }
  .simple-caoursel .owl-item {
    width: calc(100% + 20px); }
  .simple-caoursel .owl-stage-outer,
  .simple-caoursel .owl-stage,
  .simple-caoursel .owl-item,
  .simple-caoursel .simple-caoursel-item {
    height: 100%; }
  .simple-caoursel .owl-nav {
    position: absolute;
    top: 0;
    justify-content: space-between;
    padding: 0 30px; }
  .simple-caoursel .owl-next {
    transform: rotate(180deg); }

.simple-caoursel-item img {
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.page-sampleforum .gallery {
  padding: unset; }

.gallery {
  padding: 120px 0 5px;
  position: relative; }
  .gallery .owl-carousel {
    height: 650px; }
    .gallery .owl-carousel div {
      height: 100%; }
  .gallery .owl-item img {
    object-fit: cover;
    height: 100%;
    width: auto; }
  .gallery .owl-dots {
    display: none; }
  @media only screen and (min-width: 768px) and (max-width: 1200px) {
    .gallery {
      padding: 100px 0 5px; }
      .gallery .owl-carousel {
        height: 420px; } }
  @media only screen and (max-width: 767px) {
    .gallery {
      padding: 80px 0 5px; }
      .gallery .owl-carousel {
        height: 250px; } }
  .gallery .owl-carousel,
  .gallery .owl-stage-outer,
  .gallery .owl-stage,
  .gallery .owl-item,
  .gallery .owl-item .item,
  .gallery .owl-wrapper {
    transition: none; }
  .gallery .owl-carousel:after,
  .gallery .owl-carousel:before,
  .gallery .owl-stage-outer:after,
  .gallery .owl-stage-outer:after,
  .gallery .owl-stage:after,
  .gallery .owl-stage:before,
  .gallery .owl-item:after,
  .gallery .owl-item:before,
  .gallery .owl-item .item:after,
  .gallery .owl-item .item:before {
    transition: none; }

.side-nav {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  height: 100vh;
  pointer-events: none;
  position: fixed;
  right: 53px;
  top: 0;
  width: 11px;
  z-index: 20; }
  @media only screen and (max-width: 1200px) {
    .side-nav {
      display: none; } }

.side-nav-invert .side-nav-btn {
  border-color: #000; }
  .side-nav-invert .side-nav-btn::before {
    background-color: #000; }
  .side-nav-invert .side-nav-btn::after {
    background-color: rgba(0, 0, 0, 0.6); }
  .side-nav-invert .side-nav-btn span {
    color: #000; }
.side-nav-invert .side-nav-item-active .side-nav-btn {
  border-color: #000; }

.side-nav-item:last-child .side-nav-btn {
  margin-bottom: 0; }
  .side-nav-item:last-child .side-nav-btn::after {
    content: none; }

.side-nav-btn {
  border: 2px solid rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  display: block;
  height: 11px;
  width: 11px;
  pointer-events: auto;
  position: relative;
  transition: border-color .2s ease-out;
  background-color: transparent;
  margin-bottom: 32px; }
  .side-nav-btn::before {
    content: '';
    background-color: #fff;
    border-radius: 50%;
    display: block;
    height: 3px;
    width: 3px;
    opacity: 0;
    position: absolute;
    top: 2px;
    left: 2px;
    transition: opacity .2s ease-out; }
  .side-nav-btn::after {
    content: '';
    bottom: -34px;
    display: block;
    height: 32px;
    width: 1px;
    left: 3px;
    pointer-events: none;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.6); }
  .side-nav-btn span {
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1.7px;
    line-height: 9px;
    position: absolute;
    top: 0;
    right: 11px;
    text-transform: uppercase;
    opacity: 0;
    transition: 0.2s ease-out;
    visibility: hidden;
    display: block;
    white-space: nowrap; }
  .side-nav-btn:hover span {
    opacity: 1;
    right: 21px;
    visibility: visible; }

.side-nav-item-active .side-nav-btn {
  border-color: #fff; }
  .side-nav-item-active .side-nav-btn::before {
    opacity: 1; }

.map {
  position: relative;
  color: #fff;
  height: 100vh; }
  @media only screen and (max-width: 767px) {
    .map {
      height: auto; } }

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .map-google {
    height: 560px; } }
@media only screen and (max-width: 767px) {
  .map-google {
    height: 260px; } }

.map-bg-image {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: -1; }
  @media only screen and (max-width: 767px) {
    .map-bg-image {
      position: relative;
      height: 100vh;
      width: 100vw; } }

.map-aside {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 50%;
  height: 100%;
  background: rgba(21, 27, 41, 0.8);
  padding-left: 100px;
  padding-right: 10%;
  transform: translateX(-100%) translateX(49px);
  transition: transform .4s ease-in-out;
  z-index: 2; }
  @media only screen and (min-width: 768px) and (max-width: 1200px) {
    .map-aside {
      padding-left: 64px;
      width: calc(((100% - 128px) * (7/8)) + 64px);
      padding-right: 12.5%; } }
  @media only screen and (max-width: 767px) {
    .map-aside {
      background: #151b29;
      padding: 80px 22px;
      width: 100%;
      display: block;
      transform: none; } }
  .map-aside.map-aside-active {
    transform: translateX(0); }
    .map-aside.map-aside-active .map-aside-button {
      opacity: .7; }
    .map-aside.map-aside-active .map-aside-button-icon {
      transform: rotate(90deg); }

.map-aside-text {
  text-align: center;
  margin-bottom: 70px; }
  @media only screen and (min-width: 768px) and (max-width: 1200px) {
    .map-aside-text {
      margin-bottom: 60px; } }
  @media only screen and (max-width: 767px) {
    .map-aside-text {
      margin-bottom: 40px; } }

.map-aside-button {
  opacity: .7;
  color: #fff;
  display: block;
  font-weight: 700;
  height: 49px;
  line-height: 49px;
  right: 0;
  position: absolute;
  text-transform: uppercase;
  top: -49px;
  width: 100vh;
  z-index: 3;
  transform: rotate(-90deg);
  transform-origin: bottom right;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media only screen and (max-width: 767px) {
    .map-aside-button {
      display: none; } }

.map-aside-button-text {
  font-size: 12px;
  letter-spacing: 1.7px;
  margin-right: 10px; }

.map-aside-button-icon {
  display: block;
  transform: rotate(-90deg);
  font-size: 16px;
  transition: transform .4s ease-in-out; }

@keyframes mapboxPopup {
  0% {
    opacity: 0;
    transform: translateY(10px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
@keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    opacity: 0.0; }
  50% {
    opacity: 1.0; }
  100% {
    -webkit-transform: scale(1.5, 1.5);
    opacity: 0.0; } }
.map-mapbox.map-bg-image {
  position: absolute;
  z-index: 1; }
.map-mapbox .mapboxgl-popup-content {
  background: #151B29;
  box-shadow: none;
  color: #fff;
  font-family: Montserrat;
  padding: 20px;
  position: relative;
  width: 280px;
  z-index: 2;
  animation-name: mapboxPopup;
  animation-duration: .4s;
  animation-timing-function: ease; }
  .map-mapbox .mapboxgl-popup-content strong {
    display: block;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -.5px;
    line-height: 22px;
    margin-bottom: 5px;
    text-align: center; }
  .map-mapbox .mapboxgl-popup-content small {
    display: block;
    font-size: 8px;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 8px;
    margin-bottom: 13px;
    text-align: center;
    text-transform: uppercase; }
  .map-mapbox .mapboxgl-popup-content ul {
    margin-left: 0;
    list-style: none; }
  .map-mapbox .mapboxgl-popup-content li:not(:empty) {
    font-size: 13px;
    font-weight: 500;
    line-height: 21px;
    padding-left: 37px;
    position: relative;
    margin-bottom: 0; }
    .map-mapbox .mapboxgl-popup-content li:not(:empty)::before {
      content: '•';
      left: 12px;
      position: absolute; }
  .map-mapbox .mapboxgl-popup-content figure {
    display: block;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1; }
    .map-mapbox .mapboxgl-popup-content figure::after {
      content: '';
      background: linear-gradient(180deg, rgba(21, 27, 41, 0.7) 0%, #151B29 100%);
      display: block;
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: 1; }
    .map-mapbox .mapboxgl-popup-content figure img {
      display: block;
      height: 62px;
      width: 100%; }
.map-mapbox .mapboxgl-ctrl button:not(:disabled):hover {
  background: #151B29; }
@media only screen and (max-width: 767px) {
  .map-mapbox.map-bg-image {
    position: relative; } }

.mapbox-marker {
  cursor: pointer;
  display: block;
  height: 40px;
  width: 40px; }
  .mapbox-marker::after {
    content: '';
    background: #eab59b;
    border-radius: 50%;
    display: block;
    height: 8px;
    left: 17px;
    position: absolute;
    top: 17px;
    width: 8px; }
  .mapbox-marker .inner {
    border: 2px solid rgba(234, 181, 155, 0.8);
    border-radius: 50%;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3);
    cursor: pointer;
    display: block;
    height: 14px;
    left: 14px;
    position: absolute;
    top: 14px;
    width: 14px;
    animation: pulsate 1.5s ease-out;
    animation-iteration-count: infinite; }

.mapboxgl-popup {
  transition: opacity .4s ease-in-out;
  max-width: none !important; }

.mapboxgl-popup-tip {
  animation-name: mapboxPopup;
  animation-duration: .4s;
  animation-timing-function: ease; }

.mapboxgl-popup-anchor-left .mapboxgl-popup-tip,
.mapboxgl-popup-anchor-right .mapboxgl-popup-tip {
  border-left-color: #151B29 !important; }

.mapboxgl-popup-anchor-top,
.mapboxgl-popup-anchor-top-left,
.mapboxgl-popup-anchor-top-right {
  border-bottom-color: #151B29 !important; }
  .mapboxgl-popup-anchor-top .mapboxgl-popup-tip,
  .mapboxgl-popup-anchor-top-left .mapboxgl-popup-tip,
  .mapboxgl-popup-anchor-top-right .mapboxgl-popup-tip {
    border-bottom-color: #151B29 !important; }

.mapboxgl-popup-anchor-bottom,
.mapboxgl-popup-anchor-bottom-left,
.mapboxgl-popup-anchor-bottom-right {
  border-top-color: #151B29 !important; }
  .mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip,
  .mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-tip,
  .mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-tip {
    border-top-color: #151B29 !important; }

.mapboxgl-ctrl-bottom-right .mapboxgl-ctrl-group {
  background: none;
  border-radius: 0;
  box-shadow: 0;
  margin: 0 38px 20px 0; }
  .mapboxgl-ctrl-bottom-right .mapboxgl-ctrl-group [class^="mapboxgl-ctrl-zoom-"] {
    background: rgba(21, 27, 41, 0.8);
    border-top: none;
    color: #fff;
    height: 40px;
    width: 40px;
    font-family: 'cf-glyphs' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    speak: none;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.mapboxgl-ctrl-bottom-right .mapboxgl-ctrl-group .mapboxgl-ctrl-zoom-in,
.mapboxgl-ctrl-bottom-right .mapboxgl-ctrl-group .mapboxgl-ctrl-zoom-out {
  color: inherit; }
  .mapboxgl-ctrl-bottom-right .mapboxgl-ctrl-group .mapboxgl-ctrl-zoom-in::before,
  .mapboxgl-ctrl-bottom-right .mapboxgl-ctrl-group .mapboxgl-ctrl-zoom-out::before {
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center; }
.mapboxgl-ctrl-bottom-right .mapboxgl-ctrl-group .mapboxgl-ctrl-zoom-in::before {
  content: "\e919"; }
.mapboxgl-ctrl-bottom-right .mapboxgl-ctrl-group .mapboxgl-ctrl-zoom-out::before {
  content: "\e914"; }
.mapboxgl-ctrl-bottom-right .mapboxgl-ctrl-group .mapboxgl-ctrl-icon {
  display: none; }

.card-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
  position: relative; }
  @media only screen and (min-width: 768px) and (max-width: 1200px) {
    .card-grid {
      margin: 50px -5px 0; } }
  @media only screen and (max-width: 767px) {
    .card-grid {
      margin: 35px -5px 0; } }

.card-grid-item {
  flex: 1 1 33.33%;
  max-width: 33.33%;
  padding: 0 5px; }
  @media only screen and (max-width: 767px) {
    .card-grid-item {
      flex: 1 1 50%;
      max-width: 50%; } }

.simple-card {
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
  padding-bottom: 132%;
  display: block; }
  .simple-card::before {
    content: '';
    display: block;
    height: 105%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%); }
  .simple-card::after {
    content: '';
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
    opacity: 0;
    transition: opacity .2s ease-out;
    display: block;
    height: 105%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2; }
  .simple-card:hover::after {
    opacity: 1; }
  .simple-card:hover .simple-card-title {
    opacity: 1; }
  @media only screen and (max-width: 767px) {
    .simple-card {
      padding-bottom: 0; }
      .simple-card::before, .simple-card::after {
        display: none; } }

.simple-card-img {
  box-shadow: 0 100px 200px -80px rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  z-index: 1; }
  @media only screen and (max-width: 767px) {
    .simple-card-img {
      position: relative;
      height: 222px;
      display: block; } }

.simple-card-title {
  padding: 20px;
  top: 0;
  left: 0;
  position: absolute;
  transition: opacity .2s ease-out;
  z-index: 3;
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  opacity: 0;
  color: #fff; }
  .simple-card-title small {
    display: block;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 18px;
    color: inherit; }
  @media only screen and (max-width: 767px) {
    .simple-card-title {
      position: relative;
      opacity: 1;
      padding: 10px 0 0; } }

.simple-card-desc {
  padding: 20px;
  position: absolute;
  transition: opacity .2s ease-out;
  z-index: 3;
  display: block;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 18px;
  left: 0;
  bottom: 0;
  color: #bb8469; }
  .simple-card-desc span {
    color: inherit;
    display: block; }
  @media only screen and (max-width: 767px) {
    .simple-card-desc {
      position: relative;
      padding: 3px 0 0;
      color: #fff; }
      .simple-card-desc span {
        color: #bb8469; } }

.simple-card-carousel {
  background-color: #34405d;
  height: 100%;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
  transform: scale(0.8);
  transition: opacity .4s ease-in-out, transform .4s ease-in-out;
  min-height: 542px;
  overflow: hidden;
  color: #fff; }
  .simple-card-carousel .owl-carousel {
    height: 100%; }
    .simple-card-carousel .owl-carousel .owl-item {
      padding: 110px 44px 55px; }
    .simple-card-carousel .owl-carousel .owl-stage-outer,
    .simple-card-carousel .owl-carousel .owl-stage,
    .simple-card-carousel .owl-carousel .owl-item {
      height: 100%; }
      .simple-card-carousel .owl-carousel .owl-stage-outer > div,
      .simple-card-carousel .owl-carousel .owl-stage > div,
      .simple-card-carousel .owl-carousel .owl-item > div {
        height: 100%; }
    .simple-card-carousel .owl-carousel .owl-dots {
      display: flex;
      flex-wrap: wrap;
      padding: 20px 44px 55px;
      position: absolute;
      bottom: 0;
      right: 0;
      width: auto;
      justify-content: flex-end; }
    .simple-card-carousel .owl-carousel .owl-dot {
      display: block;
      width: 10px;
      height: 10px;
      pointer-events: auto;
      background: transparent;
      border: 2px solid white;
      border-image: initial;
      border-radius: 50%;
      transition: background-color 0.2s ease-out 0s;
      margin-left: 5px; }
      .simple-card-carousel .owl-carousel .owl-dot.active {
        background-color: #fff; }
    .simple-card-carousel .owl-carousel .simple-card-carousel-img {
      width: auto; }
  @media only screen and (max-width: 767px) {
    .simple-card-carousel .owl-carousel .owl-item {
      padding: 60px 40px 100px; }
    .simple-card-carousel .owl-carousel .owl-dot {
      margin-right: 10px; }
    .simple-card-carousel .owl-carousel .owl-dots {
      display: none; } }

.simple-card-carousel-slide {
  align-items: center;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap; }
  @media only screen and (max-width: 767px) {
    .simple-card-carousel-slide {
      display: block;
      margin: 0 auto; } }

.simple-card-carousel-active {
  transform: scale(1);
  opacity: 1;
  pointer-events: auto; }

.simple-card-carousel-item {
  align-items: center;
  align-self: flex-start;
  display: flex; }
  @media only screen and (max-width: 767px) {
    .simple-card-carousel-item {
      display: block;
      margin: 0 auto; } }

.simple-card-carousel-profile {
  flex: 0 0 200px;
  max-width: 200px; }
  .simple-card-carousel-profile h5 {
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px; }
  .simple-card-carousel-profile span, .simple-card-carousel-profile small {
    display: block;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 18px; }
  .simple-card-carousel-profile small {
    color: #bb8469; }
  @media only screen and (max-width: 767px) {
    .simple-card-carousel-profile {
      text-align: center;
      flex: none;
      max-width: none; } }

.simple-card-carousel-intro {
  flex: 1;
  width: 100%;
  align-items: center;
  display: flex;
  justify-content: center; }
  .simple-card-carousel-intro blockquote {
    letter-spacing: -.25px;
    font-style: italic;
    order: -1;
    position: relative;
    text-align: center;
    z-index: 2;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 42px; }
    .simple-card-carousel-intro blockquote::before, .simple-card-carousel-intro blockquote::after {
      content: '';
      background: url(../images/icons_quote-white.svg) center center no-repeat;
      background-size: contain;
      height: 32px;
      position: absolute;
      width: 40px;
      z-index: -1; }
    .simple-card-carousel-intro blockquote::before {
      left: -10px;
      top: -5px; }
    .simple-card-carousel-intro blockquote::after {
      margin-top: 5px;
      margin-left: -15px;
      transform: rotate(180deg); }
  @media only screen and (max-width: 767px) {
    .simple-card-carousel-intro blockquote {
      font-size: 16px;
      line-height: 25px;
      margin: 40px 0; } }

.simple-card-carousel-img {
  height: 83px;
  margin-right: 20px;
  display: block;
  object-fit: cover;
  object-position: center; }
  @media only screen and (max-width: 767px) {
    .simple-card-carousel-img {
      margin: 0 auto 10px; } }

.simple-card-carousel-close {
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: block;
  font-size: 18px;
  height: 40px;
  position: absolute;
  transition: background-color .2s ease-out,border-color .2s ease-out;
  width: 40px;
  right: 40px;
  top: 40px;
  z-index: 15; }
  .simple-card-carousel-close::before {
    color: #fff; }
  .simple-card-carousel-close:hover {
    background-color: #fff;
    border-color: #fff; }
    .simple-card-carousel-close:hover::before {
      color: #2a3755; }
  @media only screen and (min-width: 768px) and (max-width: 1200px) {
    .simple-card-carousel-close {
      right: 64px;
      top: 60px;
      background-color: transparent; } }
  @media only screen and (max-width: 767px) {
    .simple-card-carousel-close {
      right: 20px;
      top: 30px;
      background-color: transparent; } }

.overview .section-intro .button {
  margin-top: 90px; }
.overview .img-box {
  position: absolute;
  top: 0;
  left: 0;
  height: auto; }
.overview .panel-box {
  margin-top: 180px; }
@media only screen and (max-width: 1200px) {
  .overview.section {
    padding-bottom: 0; } }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .overview .panel-box {
    margin-top: 136px; } }
@media only screen and (max-width: 767px) {
  .overview + .section {
    padding-bottom: 0; }
  .overview .panel-box {
    margin-top: 52px; } }

.overview-row {
  display: flex;
  flex-wrap: wrap; }
  @media only screen and (min-width: 768px) and (max-width: 1200px) {
    .overview-row {
      display: block; } }

.overview-col {
  flex: 1 1 60%;
  max-width: 60%;
  margin-right: 10%;
  position: relative; }
  @media only screen and (max-width: 1200px) {
    .overview-col {
      flex: none;
      max-width: 100%;
      margin-right: 0; } }

.overview-col-side {
  flex: 1 1 30%;
  max-width: 30%;
  position: relative; }
  @media only screen and (min-width: 768px) and (max-width: 1200px) {
    .overview-col-side {
      padding: 80px 12.5% 60px; } }
  @media only screen and (max-width: 1200px) {
    .overview-col-side {
      flex: none;
      max-width: 100%; } }
  @media only screen and (max-width: 767px) {
    .overview-col-side {
      margin: 80px 0 60px; } }

.panel-box {
  position: relative;
  z-index: 5;
  background-color: #2a3755;
  margin-left: 10%;
  min-height: 481px;
  padding: 70px 126px 70px 154px;
  box-shadow: 0 100px 200px -80px rgba(0, 0, 0, 0.4);
  color: #fff; }
  .panel-box .field-validation-error {
    color: #fff; }
  .panel-box:not(.panel-box-form) .panel-box-icon {
    display: none; }
  .panel-box:not(.panel-box-form) .form-content {
    display: none; }
  @media only screen and (max-width: 1200px) {
    .panel-box {
      margin-left: 0; } }
  @media only screen and (min-width: 768px) and (max-width: 1200px) {
    .panel-box {
      padding-left: 100px;
      padding-right: 80px;
      width: calc(100% + 64px); } }
  @media only screen and (max-width: 767px) {
    .panel-box {
      width: calc(100% + 22px);
      padding: 25px 40px 50px; }
      .panel-box .form-controls {
        align-items: flex-start; } }

@media only screen and (max-width: 767px) {
  .panel-box-content .button {
    margin-top: 90px; } }

.panel-box-light {
  background-color: #bb8469; }
  .panel-box-light .form-submit-btn {
    color: #bb8469; }

.panel-box-form .panel-box-img {
  display: none; }
.panel-box-form .panel-box-content {
  display: none; }

.panel-box-title {
  color: inherit;
  font-size: 35px;
  line-height: 41px;
  margin-bottom: 20px;
  letter-spacing: 0; }
  .panel-box-title span {
    color: inherit;
    display: block;
    margin-bottom: 15px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2.5px;
    line-height: 18px;
    text-transform: uppercase;
    white-space: pre-line; }

.panel-box-text {
  color: inherit;
  margin-bottom: 25px; }

.panel-box-img,
.panel-box-icon {
  position: absolute;
  top: 70px;
  left: 70px;
  border-radius: 50%;
  display: block;
  height: 44px;
  width: 44px;
  object-fit: cover;
  object-position: center;
  border: 2px solid rgba(255, 255, 255, 0.2); }
  @media only screen and (min-width: 768px) and (max-width: 1200px) {
    .panel-box-img,
    .panel-box-icon {
      left: 40px; } }
  @media only screen and (max-width: 767px) {
    .panel-box-img,
    .panel-box-icon {
      position: relative;
      top: 0;
      left: 0;
      margin-bottom: 10px; } }

.panel-box-icon::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.panel-box-img {
  background-color: #fff; }

.agenda {
  position: relative; }

.agenda-sticky-header {
  position: fixed;
  top: -54px;
  left: 0;
  right: 0;
  transition: 0.4s ease-in-out;
  width: 100%;
  z-index: 2;
  margin: 0 auto;
  opacity: 0;
  visibility: hidden; }
  .agenda-sticky-header.fixed {
    opacity: 1;
    visibility: visible;
    top: 0; }
  .agenda-sticky-header.fixedOffset {
    top: 60px; }
  @media only screen and (max-width: 1640px) {
    .agenda-sticky-header {
      width: calc(100% - 200px); } }
  @media only screen and (max-width: 1200px) {
    .agenda-sticky-header {
      width: 100%; } }

.agenda-section {
  position: relative; }
  .agenda-section:not(:last-child) {
    margin-bottom: 100px; }
  @media only screen and (max-width: 1200px) {
    .agenda-section:not(:last-child) {
      margin-bottom: 80px; } }

.agenda-header {
  align-items: center;
  display: flex;
  margin: 0 auto;
  padding: 20px 0;
  border-bottom: 1px solid #2a3755;
  flex-wrap: wrap; }
  @media only screen and (max-width: 767px) {
    .agenda-header {
      flex-direction: column-reverse; } }

.agenda-info {
  flex: 1 1 80%;
  max-width: 80%;
  height: 82px;
  padding-left: 12.5%;
  position: relative;
  transition: opacity 0.4s ease-in-out;
  color: #2a3755; }
  .agenda-info small {
    color: inherit;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 3.5px;
    line-height: 18px;
    margin-bottom: 10px;
    text-transform: uppercase;
    white-space: pre-line;
    display: block; }
  .agenda-info h2 {
    color: inherit; }
  @media only screen and (min-width: 768px) and (max-width: 1200px) {
    .agenda-info {
      height: 70px;
      padding-left: 0; }
      .agenda-info h2 {
        font-size: 30px;
        line-height: 39px; } }
  @media only screen and (max-width: 767px) {
    .agenda-info {
      flex: 1 1 100%;
      max-width: 100%;
      padding-left: 0;
      height: auto;
      text-align: center; }
      .agenda-info h2 {
        font-size: 25px;
        line-height: 31px; } }

.agenda-container {
  align-items: center;
  background-color: #fff;
  border-bottom: 1px solid #2a3755;
  height: 54px;
  line-height: 54px;
  display: flex;
  margin: 0 auto;
  width: 100%;
  justify-content: space-between; }
  .agenda-container small {
    color: inherit;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 3.5px;
    line-height: 18px;
    text-transform: uppercase;
    white-space: pre-line;
    display: block; }
  .agenda-container strong {
    color: inherit;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.5px;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    transition: opacity 0.4s ease-out; }
  @media only screen and (min-width: 768px) and (max-width: 1200px) {
    .agenda-container {
      margin: 0 64px;
      width: calc(100% - 128px); } }
  @media only screen and (max-width: 767px) {
    .agenda-container {
      justify-content: center;
      margin: 0 22px;
      width: calc(100% - 44px); }
      .agenda-container small,
      .agenda-container strong {
        display: none; } }

.agenda-dates {
  flex: 1 1 20%;
  max-width: 20%;
  align-items: center;
  display: flex;
  justify-content: center; }
  @media only screen and (max-width: 767px) {
    .agenda-dates {
      flex: 1 1 100%;
      max-width: 100%; }
      .agenda-section .agenda-dates {
        margin-bottom: 30px; } }

.agenda-dates-item {
  margin-right: 10px;
  text-align: center; }
  .agenda-dates-item small {
    display: block;
    color: inherit;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 3.5px;
    line-height: 18px;
    margin-bottom: 10px;
    text-transform: uppercase;
    white-space: pre-line; }

.agenda-btn {
  background-color: transparent;
  color: #2a3755;
  border-radius: 50%;
  font-size: 18px;
  font-weight: 500;
  height: 48px;
  letter-spacing: -0.5px;
  line-height: 30px;
  transition: background-color 0.2s ease-out, color 0.2s ease-out;
  width: 48px;
  border: 0; }
  .active .agenda-btn {
    background-color: #2a3755;
    color: #fff; }
  .agenda-btn:hover {
    background-color: #2a3755;
    color: #fff; }
  @media only screen and (max-width: 1200px) {
    .agenda-btn {
      width: 40px;
      height: 40px; }
      .agenda-section .agenda-btn {
        width: 48px;
        height: 48px; } }

.agenda-list:not(:last-child) {
  margin-bottom: 100px; }
@media only screen and (max-width: 1200px) {
  .agenda-list:not(:last-child) {
    margin-bottom: 80px; } }

.agenda-item {
  border-bottom: 1px solid rgba(42, 55, 85, 0.2);
  padding-top: 20px;
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap; }
  @media only screen and (max-width: 767px) {
    .agenda-item {
      flex-wrap: nowrap;
      flex-direction: column; } }

.agenda-time {
  flex: 1 1 10%;
  max-width: 10%; }
  .agenda-time span {
    display: block;
    color: #bb8469;
    margin-bottom: 27px;
    padding-top: 10px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 3.5px;
    line-height: 18px;
    text-transform: uppercase; }
  @media only screen and (max-width: 1200px) {
    .agenda-time {
      flex: 1 1 25%;
      max-width: 25%; } }
  @media only screen and (max-width: 767px) {
    .agenda-time {
      padding: 0;
      margin-bottom: 5px; }
      .agenda-time span {
        margin-bottom: 5px; } }

.agenda-title {
  flex: 1;
  padding: 0 6% 0 2.5%;
  margin-bottom: 20px; }
  @media only screen and (min-width: 768px) and (max-width: 1200px) {
    .agenda-title {
      padding: 0;
      margin-bottom: 45px; } }
  @media only screen and (max-width: 767px) {
    .agenda-title {
      padding: 0; } }
  .agenda-title--single {
    margin-bottom: unset; }

.agenda-leaders {
  flex: 1 1 20%;
  max-width: 20%;
  min-width: 240px;
  margin-bottom: 20px; }
  .agenda-leaders h4 {
    color: #bb8469;
    margin-bottom: 27px;
    padding-top: 10px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 3.5px;
    line-height: 18px;
    text-transform: uppercase; }
  .agenda-leaders h5 {
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    opacity: 0.7; }
  .agenda-leaders span {
    display: block;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 18px;
    opacity: 0.7; }
  .agenda-leaders .button + p {
    margin-top: 8px; }
  @media only screen and (max-width: 1200px) {
    .agenda-leaders {
      display: flex;
      flex-wrap: wrap; }
      .agenda-leaders h4 {
        width: 100%;
        margin-bottom: 10px; } }
  @media only screen and (min-width: 768px) and (max-width: 1200px) {
    .agenda-leaders {
      margin-left: 25%;
      flex: 1 1 75%;
      max-width: 75%; } }
  @media only screen and (max-width: 767px) {
    .agenda-leaders {
      flex: none;
      max-width: 100%; }
      .agenda-leaders h4 {
        margin-bottom: 10px; } }

.agenda-leader:not(:last-child) {
  margin-bottom: 20px; }
@media only screen and (max-width: 1200px) {
  .agenda-leader {
    flex: 1 1 50%;
    max-width: 50%;
    padding-right: 10px; } }

.agenda-leader-btn {
  width: 100%;
  text-align: center; }
  .agenda-leader-btn a {
    width: 100%;
    justify-content: center; }
  .agenda-leader-btn p {
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 18px;
    opacity: 0.7;
    text-align: center; }
  @media only screen and (min-width: 768px) and (max-width: 1200px) {
    .agenda-leader-btn {
      display: flex;
      align-items: center; }
      .agenda-leader-btn a {
        width: calc(50% - 2px); }
      .agenda-leader-btn p {
        width: 240px; } }

.agenda-links-intro.agenda-links-intro.agenda-links-intro,
.agenda-links-intro {
  padding: 0 10%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  width: 100%; }
  .agenda-links-intro.agenda-links-intro.agenda-links-intro .section-intro,
  .agenda-links-intro .section-intro {
    margin: 0;
    padding: 0; }
  @media only screen and (min-width: 1201px) and (max-width: 1440px) {
    .agenda-links-intro.agenda-links-intro.agenda-links-intro .section-intro,
    .agenda-links-intro .section-intro {
      margin: 0 0 40px; } }
  @media only screen and (max-width: 1200px) {
    .agenda-links-intro.agenda-links-intro.agenda-links-intro,
    .agenda-links-intro {
      flex-direction: column;
      align-items: flex-start; }
      .agenda-links-intro.agenda-links-intro.agenda-links-intro .section-title,
      .agenda-links-intro .section-title {
        margin-bottom: 70px; } }
  @media only screen and (max-width: 767px) {
    .agenda-links-intro.agenda-links-intro.agenda-links-intro,
    .agenda-links-intro {
      position: relative; }
      .agenda-links-intro.agenda-links-intro.agenda-links-intro .section-intro,
      .agenda-links-intro .section-intro {
        margin: 0 0 20px; } }

.agenda-links {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 322px; }
  @media only screen and (max-width: 1200px) {
    .agenda-links {
      width: 100%; } }

.agenda-link {
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  position: relative;
  text-align: left;
  text-transform: uppercase;
  color: #2a3755;
  display: flex;
  align-items: center;
  letter-spacing: 1.7px; }
  .agenda-link span {
    font-size: 20px;
    margin-right: 15px;
    position: relative; }
  .agenda-link:first-child {
    flex: 1 1 100%;
    max-width: 100%;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(42, 55, 85, 0.2); }
  @media only screen and (max-width: 1200px) {
    .agenda-link:first-child {
      margin-bottom: 0;
      padding-bottom: 0;
      border-bottom: none; } }
  @media only screen and (min-width: 768px) and (max-width: 1200px) {
    .agenda-link:first-child {
      flex: none;
      max-width: 100%; } }
  @media only screen and (max-width: 767px) {
    .agenda-link {
      width: 100%; }
      .agenda-link:first-child {
        flex: none;
        max-width: 100%; }
      .agenda-link:not(:last-child) {
        margin-bottom: 30px; } }

.agenda-archive-block {
  padding: 0 10%; }
  @media only screen and (max-width: 1200px) {
    .agenda-archive-block {
      padding: 0; } }

.agenda-archive-button {
  font-size: 30px;
  height: 75px;
  font-weight: 400;
  align-items: center;
  justify-content: center;
  min-width: 194px; }
  @media only screen and (max-width: 767px) {
    .agenda-archive-button {
      font-size: 20px;
      height: 60px;
      letter-spacing: -0.25px;
      width: calc(50% - 2px); } }

.testimonials-video {
  position: relative;
  height: 100vh;
  color: #fff; }
  .testimonials-video .wrapper, .testimonials-video .card-modal .card, .card-modal .testimonials-video .card, .testimonials-video .card-modal:not([data-modal-type="participant"]) .card-modal-inner, .card-modal:not([data-modal-type="participant"]) .testimonials-video .card-modal-inner {
    height: 100%; }
  @media only screen and (max-width: 1200px) {
    .testimonials-video {
      height: auto; } }

.testimonials-video-bg {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: -1; }

.testimonials-video-content {
  display: flex;
  align-items: center;
  height: 100%; }
  @media only screen and (max-width: 1200px) {
    .testimonials-video-content {
      flex-direction: column;
      padding: 80px 0; } }

.testimonials-content {
  width: 40%;
  margin-right: 10%; }
  .testimonials-content.testimonials-content-center {
    margin: 0 auto; }
  @media only screen and (max-width: 1200px) {
    .testimonials-content {
      width: 100%;
      margin-right: 0;
      margin-bottom: 80px; } }
  .testimonials-content .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px; }
  .testimonials-content .owl-dot {
    border: 2px solid #fff !important;
    border-radius: 50%;
    display: block;
    height: 10px;
    transition: background .2s ease-out;
    width: 10px; }
    .testimonials-content .owl-dot:not(:last-child) {
      margin-right: 7px; }
    .testimonials-content .owl-dot:hover, .testimonials-content .owl-dot.active {
      background: #fff; }

.video-contnet {
  width: 40%;
  padding-bottom: calc(40% * .56);
  position: relative;
  cursor: pointer; }
  .video-contnet .video-thumbnail,
  .video-contnet iframe {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%; }
  @media only screen and (max-width: 1200px) {
    .video-contnet {
      width: 100%; } }
  @media only screen and (min-width: 768px) and (max-width: 1200px) {
    .video-contnet {
      padding-bottom: 75%; } }
  @media only screen and (max-width: 767px) {
    .video-contnet {
      padding-bottom: calc((100% + 44px) * .56); } }
  .video-contnet:hover .video-thumbnail::after {
    opacity: 0.4; }

.video-thumbnail {
  display: block; }
  .video-thumbnail::after {
    background-color: #000;
    content: '';
    display: block;
    height: 100%;
    opacity: 0.2;
    transition: all 0.3s ease-in-out; }

.video-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  font-size: 50px; }

.video-play-button-white {
  color: #fff; }

.video-play .video-play-button,
.video-play .video-thumbnail {
  display: none; }

.image-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 120px; }
  @media only screen and (max-width: 1200px) {
    .image-text {
      flex-direction: column-reverse;
      align-items: flex-start; } }
  @media only screen and (min-width: 768px) and (max-width: 1200px) {
    .image-text {
      margin-bottom: 100px; } }
  @media only screen and (max-width: 767px) {
    .image-text {
      margin-bottom: 80px; } }

.text-block {
  padding-left: 10%;
  flex: 1 1 40%;
  max-width: 40%; }
  .text-block .text {
    margin-bottom: 65px; }
  @media only screen and (max-width: 1280px) {
    .text-block {
      padding-left: 5%;
      max-width: 50%; } }
  @media only screen and (max-width: 1200px) {
    .text-block {
      padding-left: 0;
      max-width: 100%;
      flex: none; } }
  @media only screen and (min-width: 768px) and (max-width: 1200px) {
    .text-block {
      margin-left: 12.5%;
      margin-right: 12.5%; } }

.image-block {
  flex: 1 1 50%;
  max-width: calc(50% + 100px); }
  @media only screen and (max-width: 1280px) {
    .image-block {
      flex: 1 1 50%;
      max-width: calc(50% + 64px); } }
  @media only screen and (max-width: 1200px) {
    .image-block {
      margin-bottom: 60px;
      margin-left: auto;
      max-width: calc((100% * (7 / 8)) + 64px); } }
  @media only screen and (min-width: 768px) and (max-width: 1200px) {
    .image-block {
      margin-right: -64px; } }
  @media only screen and (max-width: 767px) {
    .image-block {
      max-width: calc((100% * (5 / 6)) + 22px); } }

.image-text-image {
  box-shadow: 0 100px 200px -80px rgba(0, 0, 0, 0.4);
  height: 100%;
  width: 100%;
  left: 100px;
  position: relative; }
  @media only screen and (max-width: 1280px) {
    .image-text-image {
      left: 64px; } }
  @media only screen and (max-width: 1200px) {
    .image-text-image {
      left: 0; } }

.image-text-section blockquote::after, .image-text-section blockquote::before {
  display: none; }
@media only screen and (max-width: 1440px) {
  .image-text-section blockquote {
    padding-top: 40px; } }
@media only screen and (max-width: 1200px) {
  .image-text-section .section-quote-center {
    width: 100%; } }
@media only screen and (max-width: 767px) {
  .image-text-section .small {
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 21px; } }

.image-text-modal {
  display: none; }

.image-text-modal-content a {
  border-bottom: 1px solid rgba(42, 55, 85, 0.2);
  font-weight: 700;
  color: #2a3755; }

.card-modal .image-text-modal {
  display: flex;
  align-items: center; }
.card-modal .image-text-modal-content {
  height: fit-content;
  margin: 0 auto;
  max-width: 40%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(0, -50%); }
.card-modal .image-text-modal img {
  height: 100%;
  left: 0;
  margin-right: 10%;
  position: absolute;
  top: 0;
  width: calc(40% + 100px);
  object-fit: cover; }
@media only screen and (max-width: 1200px) {
  .card-modal .image-text-modal img {
    display: none; }
  .card-modal .image-text-modal-content {
    left: unset;
    max-width: 100%; }
  .card-modal .image-text-modal {
    padding: 40px 0; } }

.location-img {
  margin: 0 10% 60px;
  width: 80%;
  box-shadow: 0 100px 200px -80px rgba(0, 0, 0, 0.4); }
  @media only screen and (max-width: 1280px) {
    .location-img {
      margin-left: 5%;
      margin-right: 5%;
      width: 90%; } }
  @media only screen and (min-width: 768px) and (max-width: 1200px) {
    .location-img {
      margin: 0 0 60px;
      width: 100%; } }
  @media only screen and (max-width: 767px) {
    .location-img {
      margin: 0 0 40px; } }

.location-content {
  display: flex; }
  @media only screen and (max-width: 1200px) {
    .location-content {
      display: block; } }

.location-info {
  margin: 0 10%;
  flex: 1 1 20%;
  max-width: 20%; }
  .location-info h4 {
    font-size: 30px;
    letter-spacing: -1px;
    line-height: 35px;
    font-weight: 400;
    font-family: "novar", serif; }
  .location-info p {
    white-space: pre-line; }
  @media only screen and (max-width: 1280px) {
    .location-info {
      margin: 0 5%;
      flex: 1 1 30%;
      max-width: 30%; } }
  @media only screen and (max-width: 1200px) {
    .location-info {
      flex: none;
      max-width: 100%;
      margin: 0 0 30px; } }

.location-text {
  flex: 1 1 50%;
  max-width: 50%; }
  @media only screen and (max-width: 1280px) {
    .location-text {
      flex: 1 1 55%;
      max-width: 55%; } }
  @media only screen and (max-width: 1200px) {
    .location-text {
      flex: none;
      max-width: 100%; } }

.location-rte {
  margin-bottom: 65px;
  font-weight: 500; }

.location-modal-block {
  margin-bottom: 62px;
  position: relative; }
  .location-modal-block::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -32px;
    width: 20px;
    height: 2px;
    background-color: #bb8469; }

.location-modal-heading {
  margin-bottom: 10px;
  width: 100%; }

.location-modal-info {
  display: flex;
  opacity: 0.7;
  justify-content: space-between; }
  .location-modal-info p {
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    max-width: 33%;
    margin-right: 40px; }
  .location-modal-info a {
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    color: #2a3755; }

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .location-modal {
    margin-left: 12.5%;
    margin-right: 12.5%; } }
.location-modal img {
  height: 100%;
  left: 0;
  margin-right: 10%;
  position: absolute;
  top: 0;
  width: calc(40% + 100px);
  object-fit: cover; }

.location-modal-content {
  display: none;
  padding: 120px 0 120px 55%; }
  @media only screen and (max-width: 1200px) {
    .location-modal-content {
      padding: 0; } }

.location-modal-figure {
  height: 60%;
  left: 0;
  margin-right: 10%;
  position: absolute;
  top: 0;
  width: calc(40% + 100px); }
  .location-modal-figure:only-child {
    height: 100%; }
  .location-modal-figure img {
    height: 100%;
    object-fit: cover;
    width: 100%; }
  @media only screen and (max-width: 1200px) {
    .location-modal-figure {
      margin-top: 40px;
      position: relative;
      margin-right: 0; } }
  @media only screen and (min-width: 768px) and (max-width: 1200px) {
    .location-modal-figure {
      width: calc(100% + 128px);
      left: -64px; } }
  @media only screen and (max-width: 767px) {
    .location-modal-figure {
      width: calc(100% + 44px);
      left: -22px; } }

.location-modal-map {
  height: 40%;
  left: 0;
  margin-right: 10%;
  position: absolute;
  top: 60%;
  width: calc(40% + 100px); }
  @media only screen and (max-width: 1200px) {
    .location-modal-map {
      min-height: 300px;
      position: relative;
      margin-right: 0; } }
  @media only screen and (min-width: 768px) and (max-width: 1200px) {
    .location-modal-map {
      width: calc(100% + 128px);
      left: -64px; } }
  @media only screen and (max-width: 767px) {
    .location-modal-map {
      width: calc(100% + 44px);
      left: -22px; } }

.card-modal .location-modal-content {
  display: block; }
@media only screen and (max-width: 1200px) {
  .card-modal .location-modal-content {
    display: flex;
    flex-direction: column-reverse; } }

.text-section .button {
  min-width: 196px;
  text-align: center;
  justify-content: center; }

.text-section-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 calc(100% * (2/12)); }
  @media only screen and (max-width: 1440px) {
    .text-section-block {
      margin: 0 10%; } }
  @media only screen and (min-width: 768px) and (max-width: 1200px) {
    .text-section-block {
      margin: 0 12.5%; } }
  @media only screen and (max-width: 767px) {
    .text-section-block {
      margin: 0; } }

.text-section-content {
  margin-bottom: 65px;
  text-align: center; }
  @media only screen and (max-width: 1200px) {
    .text-section-content {
      text-align: start;
      margin-bottom: 50px; } }

@media only screen and (max-width: 1200px) {
  .text-section-button {
    align-self: flex-start; } }

.intro-text-image {
  position: relative; }
  .intro-text-image.section {
    padding: 80px 0; }
  .intro-text-image .section-intro + .section-intro {
    margin-top: 65px; }
  @media only screen and (min-width: 768px) and (max-width: 1200px) {
    .intro-text-image.section {
      padding: 0 0 60px; } }
  @media only screen and (max-width: 767px) {
    .intro-text-image.section {
      padding: 0; } }

.intro-text-image-holder img {
  margin-top: -160px;
  margin-left: 10%;
  float: right;
  margin-bottom: 40px;
  position: relative;
  width: 40%;
  z-index: 2; }
@media only screen and (max-width: 1280px) {
  .intro-text-image-holder img {
    margin: -180px 5% 40px; }
  .intro-text-image-holder div:nth-child(1) > div {
    padding: 0 5%; }
  .intro-text-image-holder div:nth-child(2) {
    padding-left: 5%;
    padding-right: 15%; } }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .intro-text-image-holder img {
    margin: 0 0 -40px auto;
    top: -100px;
    width: calc(100% * (5 / 8));
    display: block;
    position: relative;
    float: none; } }
@media only screen and (max-width: 767px) {
  .intro-text-image-holder img {
    position: relative;
    display: block;
    margin: 0 0 -10px 0;
    top: -60px;
    width: calc(100% * (5 / 6));
    float: none; } }

.intro-text-image-img {
  margin-top: -160px;
  margin-bottom: 40px;
  position: relative;
  z-index: 2;
  box-shadow: 0 100px 200px -80px rgba(0, 0, 0, 0.4);
  display: block;
  width: 100%; }

.img-rte-section.section {
  padding: 120px 0 170px; }
  @media only screen and (min-width: 1201px) and (max-width: 1440px) {
    .img-rte-section.section {
      padding: 120px 0 200px; } }
  @media only screen and (min-width: 768px) and (max-width: 1200px) {
    .img-rte-section.section {
      padding: 80px 0 200px; } }
  @media only screen and (max-width: 767px) {
    .img-rte-section.section {
      padding: 60px 0 120px; } }

.img-rte-wrapper {
  position: relative;
  width: 100%; }

div.img-rte-heading .section-title {
  margin-bottom: 90px; }
@media only screen and (min-width: 1201px) and (max-width: 1440px) {
  div.img-rte-heading .section-title {
    margin-bottom: 62px; } }
@media only screen and (max-width: 767px) {
  div.img-rte-heading .section-title {
    margin-bottom: 52px; } }

.img-rte-content {
  padding-left: 60%;
  padding-right: 10%; }
  @media only screen and (max-width: 1280) {
    .img-rte-content {
      padding-left: 55%;
      padding-right: 5%; } }
  @media only screen and (max-width: 1200px) {
    .img-rte-content {
      padding: 0; } }

.img-rte-img {
  left: -100px;
  width: calc(50% + 100px);
  position: absolute;
  box-shadow: 0 100px 200px -80px rgba(0, 0, 0, 0.4); }
  @media only screen and (max-width: 1200px) {
    .img-rte-img {
      position: static; } }
  @media only screen and (min-width: 768px) and (max-width: 1200px) {
    .img-rte-img {
      margin-bottom: 60px;
      margin-left: -64px;
      width: calc(100% * (7/8)); } }
  @media only screen and (max-width: 767px) {
    .img-rte-img {
      margin-bottom: 50px;
      width: calc(100% * (5/6)); } }

.img-rte-rte {
  margin-bottom: 65px; }
  @media only screen and (min-width: 768px) and (max-width: 1200px) {
    .img-rte-rte {
      margin-left: 12.5%;
      margin-right: 12.5%; } }

.format-section {
  padding-top: 120px; }
  @media only screen and (min-width: 768px) and (max-width: 1200px) {
    .format-section {
      padding: 100px 0; } }
  @media only screen and (max-width: 767px) {
    .format-section {
      padding: 80px 0; } }

.format-text {
  margin-bottom: 120px;
  padding: 0 20%; }
  @media only screen and (max-width: 1280px) {
    .format-text {
      margin-bottom: 100px;
      padding: 0 10%; } }
  @media only screen and (max-width: 1200px) {
    .format-text {
      padding: 0; } }
  @media only screen and (min-width: 768px) and (max-width: 1200px) {
    .format-text {
      margin: 0 12.5% 85px; } }
  @media only screen and (max-width: 767px) {
    .format-text {
      margin: 0 0 75px; } }

.format-block {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: -100px; }
  @media only screen and (max-width: 1280px) {
    .format-block {
      justify-content: flex-start; } }
  @media only screen and (max-width: 1200px) {
    .format-block {
      display: flex;
      flex-direction: column-reverse;
      margin-bottom: 0; } }

.format-content {
  flex: 1 1 40%;
  max-width: 40%;
  padding-left: 10%;
  padding-bottom: 80px; }
  @media only screen and (max-width: 1280px) {
    .format-content {
      padding-left: 5%; } }
  @media only screen and (max-width: 1200px) {
    .format-content {
      padding: 0;
      flex: none;
      max-width: 100%; } }
  @media only screen and (min-width: 768px) and (max-width: 1200px) {
    .format-content {
      margin-left: 12.5%;
      margin-right: 12.5%; } }
  @media only screen and (max-width: 767px) {
    .format-content {
      margin: 0; } }

.format-img {
  flex: 1 1 50%;
  max-width: calc(50% + 100px);
  position: relative;
  left: 100px; }
  @media only screen and (max-width: 1280px) {
    .format-img {
      left: 64px;
      max-width: calc(50% + 64px); } }
  @media only screen and (max-width: 1200px) {
    .format-img {
      flex: none;
      max-width: 100%;
      margin-bottom: 60px;
      width: calc((100% * (7/8)) + 64px); } }
  @media only screen and (min-width: 768px) and (max-width: 1200px) {
    .format-img {
      margin-left: auto; } }
  @media only screen and (max-width: 767px) {
    .format-img {
      left: 0;
      width: 100%;
      margin-bottom: 50px; } }

.instructions {
  padding-top: 80px; }
  @media only screen and (min-width: 768px) and (max-width: 1200px) {
    .instructions {
      padding-bottom: 80px; } }
  @media only screen and (max-width: 767px) {
    .instructions {
      padding-bottom: 60px; } }

.instructions-wrapper {
  display: flex; }
  @media only screen and (max-width: 1200px) {
    .instructions-wrapper {
      display: block; } }

.instructions-block-img {
  flex: 1 1 50%;
  max-width: 50%;
  padding-left: 10%;
  margin-right: 10%; }
  @media only screen and (max-width: 1280px) {
    .instructions-block-img {
      padding-left: 5%;
      margin-right: 5%; } }
  @media only screen and (max-width: 1200px) {
    .instructions-block-img {
      flex: none;
      max-width: 100%;
      margin-right: 0;
      padding: 0; } }
  @media only screen and (min-width: 768px) and (max-width: 1200px) {
    .instructions-block-img {
      margin-bottom: 60px; } }
  @media only screen and (max-width: 767px) {
    .instructions-block-img {
      margin-bottom: 50px; } }

.instructions-block-text {
  padding: 100px 0 80px;
  flex: 1 1 30%;
  max-width: 30%; }
  @media only screen and (max-width: 1280px) {
    .instructions-block-text {
      flex: 1 1 40%;
      max-width: 40%; } }
  @media only screen and (max-width: 1200px) {
    .instructions-block-text {
      flex: none;
      max-width: 100%; } }
  @media only screen and (min-width: 768px) and (max-width: 1200px) {
    .instructions-block-text {
      padding: 0 0 0 20%; } }
  @media only screen and (max-width: 767px) {
    .instructions-block-text {
      padding: 0; } }

.instructions-text-item:not(:last-child) {
  margin-bottom: 80px; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .instructions-text-item {
    margin-left: 20%;
    margin-right: 12.5%; }
    .instructions-text-item:not(:last-child) {
      margin-bottom: 140px; } }

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .instructions-block-img-text {
    margin-left: 12.5%;
    margin-right: 12.5%; } }

.instructions-img-block {
  margin-top: 80px;
  margin-bottom: -20px;
  position: relative;
  z-index: 2;
  position: relative; }
  .instructions-img-block img {
    width: 100%;
    box-shadow: 0 100px 200px -80px rgba(0, 0, 0, 0.4); }
  @media only screen and (max-width: 1200px) {
    .instructions-img-block {
      margin-bottom: 0; } }
  @media only screen and (min-width: 768px) and (max-width: 1200px) {
    .instructions-img-block {
      margin-top: 60px;
      margin-left: -64px;
      padding-bottom: calc(((100% * (7/8)) + 64px) * .75);
      width: calc((100% * (7/8)) + 64px); }
      .instructions-img-block img {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        object-fit: cover;
        object-position: center; } }
  @media only screen and (max-width: 767px) {
    .instructions-img-block {
      margin-top: 50px;
      width: calc(100% * (5/6)); } }

.area + .area {
  padding-top: 266px; }
.area:last-of-type {
  padding-bottom: 40px; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .area {
    padding-bottom: 140px; }
    .area + .area {
      padding-top: 0;
      position: relative;
      z-index: 10; }
    .area:last-of-type {
      padding-bottom: 80px; } }
@media only screen and (max-width: 767px) {
  .area {
    padding-bottom: 120px; }
    .area + .area {
      padding-top: 0;
      position: relative;
      z-index: 10; }
    .area:last-of-type {
      padding-bottom: 60px; } }

.area-row {
  display: flex;
  flex-wrap: wrap; }
  .area-row:nth-child(odd) {
    margin-bottom: 40px; }
  @media only screen and (max-width: 1200px) {
    .area-row {
      flex-direction: column; }
      .area-row:nth-child(odd) {
        margin-bottom: 60px; } }

.area-row-reverse {
  flex-direction: row-reverse;
  justify-content: flex-end; }
  .area-row-reverse .area-col:not(.area-col-wide) {
    padding: 0 0 120px 10%;
    margin-right: 10%; }
  .area-row-reverse .area-col-wide {
    max-width: 40%;
    flex: 1 1 40%;
    margin: 100px 0 -140px; }
  @media only screen and (max-width: 1200px) {
    .area-row-reverse {
      flex-direction: column;
      align-items: flex-end; } }
  @media only screen and (min-width: 768px) and (max-width: 1200px) {
    .area-row-reverse .area-col:not(.area-col-wide) {
      padding: 0 10%;
      margin: 0; }
    .area-row-reverse .area-col-wide {
      max-width: 100%;
      flex: 1 1 100%;
      padding: 0;
      margin: 0 -64px 40px 0; } }
  @media only screen and (max-width: 767px) {
    .area-row-reverse .area-col:not(.area-col-wide) {
      padding: 0;
      margin: 0; }
    .area-row-reverse .area-col-wide {
      padding: 0;
      max-width: calc((100% * (5/6)) + 44px);
      flex: 1 1 calc((100% * (5/6)) + 44px);
      margin: 0 -22px 30px 0; } }

.area-col {
  flex: 1 1 40%;
  max-width: 40%; }
  .area-col:not(.area-col-wide) {
    padding-top: 120px;
    padding-right: 10%; }
  @media only screen and (max-width: 1200px) {
    .area-col:not(.area-col-wide) {
      max-width: 100%;
      flex: 1 1 100%; } }
  @media only screen and (min-width: 768px) and (max-width: 1200px) {
    .area-col:not(.area-col-wide) {
      padding: 0 10%; } }
  @media only screen and (max-width: 767px) {
    .area-col:not(.area-col-wide) {
      padding: 0; } }

.area-col-wide {
  flex: 1 1 calc(50% + 100px);
  max-width: calc(50% + 100px);
  margin-left: -100px;
  margin-right: 10%;
  margin-bottom: 90px;
  width: 100%; }
  @media only screen and (min-width: 768px) and (max-width: 1200px) {
    .area-col-wide {
      max-width: calc(87.5% + 80px);
      flex: 1 1 calc(87.5% + 80px);
      margin: -60px 0 40px -64px; } }
  @media only screen and (max-width: 767px) {
    .area-col-wide {
      max-width: calc((100% * (5/6)) + 44px);
      flex: 1 1 calc((100% * (5/6)) + 44px);
      margin: -60px 0 30px -22px; } }

.area-img {
  box-shadow: 0 100px 200px -80px rgba(0, 0, 0, 0.4);
  width: 100%; }

.area-img-portrait {
  padding-bottom: 124%; }
  @media only screen and (max-width: 1200px) {
    .area-img-portrait {
      padding-bottom: 75%; } }

.area-img-landscape {
  padding-bottom: 75%; }

.area-testimonials {
  display: flex;
  align-items: flex-start; }
  .area-testimonials > div:first-child {
    margin-right: 100px; }
  .area-testimonials .owl-dots {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 20px; }
    @media only screen and (max-width: 767px) {
      .area-testimonials .owl-dots {
        padding-top: 40px; } }
  .area-testimonials .owl-dot {
    border: 2px solid #fff !important;
    border-radius: 50%;
    display: block;
    height: 10px;
    transition: background .2s ease-out;
    width: 10px; }
    .area-testimonials .owl-dot:not(:last-child) {
      margin-right: 7px; }
    .area-testimonials .owl-dot:hover, .area-testimonials .owl-dot.active {
      background: #fff; }
  .area-testimonials .owl-stage {
    width: 100%; }
  @media only screen and (max-width: 1200px) {
    .area-testimonials {
      display: block; }
      .area-testimonials > div:first-child {
        margin-bottom: 60px; } }

.area-testimonials-video-block {
  flex: 1 1 40%;
  max-width: 40%;
  width: 100%;
  padding-bottom: calc(40% * .56);
  position: relative;
  cursor: pointer; }
  .area-testimonials-video-block .video-thumbnail,
  .area-testimonials-video-block iframe {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%; }
  @media only screen and (max-width: 1200px) {
    .area-testimonials-video-block {
      width: 100%; } }
  @media only screen and (min-width: 768px) and (max-width: 1200px) {
    .area-testimonials-video-block {
      padding-bottom: 75%; } }
  @media only screen and (max-width: 767px) {
    .area-testimonials-video-block {
      padding-bottom: calc((100% + 44px) * .56); } }
  .area-testimonials-video-block:hover .video-thumbnail::after {
    opacity: 0.4; }
  @media only screen and (max-width: 1200px) {
    .area-testimonials-video-block {
      flex: none;
      max-width: 100%; } }

.area-testimonials-content-block {
  max-width: 60%;
  width: 100%; }
  @media only screen and (max-width: 1200px) {
    .area-testimonials-content-block {
      max-width: 100%; } }

.area-testimonials-text {
  font-size: 30px;
  letter-spacing: -1px;
  line-height: 35px;
  margin-bottom: 40px;
  font-family: "novar", serif; }
  @media only screen and (min-width: 768px) and (max-width: 1200px) {
    .area-testimonials-text {
      font-size: 27px;
      letter-spacing: -.5px;
      line-height: 31px; } }
  @media only screen and (max-width: 767px) {
    .area-testimonials-text {
      font-size: 23px;
      line-height: 29px;
      margin-bottom: 30px; } }

.area-testimonial .name {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -.5px;
  line-height: 22px; }
.area-testimonial .role, .area-testimonial .state {
  font-size: 18px;
  letter-spacing: -.5px;
  line-height: 30px; }

.area-intro {
  position: relative;
  padding: 120px 0 240px; }
  .area-intro + .area {
    z-index: 5;
    position: relative; }
    .area-intro + .area .area-row:first-child .area-img {
      margin-top: -140px; }
  @media only screen and (min-width: 1201px) and (max-width: 1440px) {
    .area-intro {
      padding: 100px 0px 140px; }
      .area-intro + .area .area-row:first-child .area-img {
        margin-top: -60px; } }
  @media only screen and (min-width: 768px) and (max-width: 1200px) {
    .area-intro {
      padding: 100px 0px 140px; }
      .area-intro + .area .area-row:first-child .area-img {
        margin-top: 0; } }
  @media only screen and (max-width: 767px) {
    .area-intro {
      padding: 80px 0 100px; }
      .area-intro + .area .area-row:first-child .area-img {
        margin-top: 0; } }

.area-intro-container {
  padding: 0 20%; }
  @media only screen and (min-width: 768px) and (max-width: 1200px) {
    .area-intro-container {
      padding: 0 12.5%; } }
  @media only screen and (max-width: 767px) {
    .area-intro-container {
      padding: 0; } }

.area-intro-row {
  display: flex;
  flex-wrap: wrap;
  margin: 80px -30px; }
  @media only screen and (min-width: 1201px) and (max-width: 1440px) {
    .area-intro-row {
      margin: 80px -30px 20px; } }
  @media only screen and (max-width: 1200px) {
    .area-intro-row {
      display: block;
      margin: 80px -30px 0; } }

.area-intro-col {
  flex: 1 1 50%;
  max-width: 50%;
  padding: 0 30px; }
  @media only screen and (max-width: 1200px) {
    .area-intro-col {
      flex: none;
      width: 100%;
      max-width: 100%;
      margin-bottom: 30px; } }

.banner-search {
  background: #2a3755 url("../images/search_hero.jpg") center top no-repeat;
  background-size: cover;
  color: #fff;
  padding: 160px 0 80px;
  text-align: center; }
  @media only screen and (max-width: 767px) {
    .banner-search {
      padding: 125px 0; }
      .banner-search + .search-results {
        margin-top: -35px; } }

.banner-search-title span {
  margin: 30px 0 80px;
  color: #bb8469;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 3.5px;
  line-height: 18px;
  text-transform: uppercase;
  white-space: pre-line;
  display: block;
  font-family: "Montserrat", sans-serif; }
@media only screen and (max-width: 767px) {
  .banner-search-title span {
    margin-bottom: 40px; } }

.banner-search-link {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 3.5px;
  line-height: 18px;
  text-transform: uppercase;
  white-space: pre-line;
  color: #fff;
  transition: opacity 0.2s ease-out;
  display: inline-block; }
  .banner-search-link:hover {
    opacity: 0.7; }

.banner-search-text {
  font-size: 16px;
  letter-spacing: -.5px;
  line-height: 25px;
  margin-bottom: 40px;
  text-align: center;
  font-weight: 500;
  opacity: 0.8;
  color: #fff; }
  @media only screen and (max-width: 767px) {
    .banner-search-text {
      font-size: 14px;
      line-height: 23px; } }

.form-search {
  position: relative;
  background-color: rgba(0, 0, 0, 0.2);
  margin: 30px auto 0;
  max-width: 570px;
  width: 100%;
  color: #fff; }
  .form-search + * {
    margin: 50px 0; }

.form-search-input {
  background: none;
  color: inherit;
  font-size: 14px;
  font-weight: 500;
  height: 50px;
  padding-left: 30px;
  padding-right: 132px;
  width: 100%;
  border: 0; }
  .form-search-input::placeholder {
    color: inherit; }

.form-search-btn {
  width: 122px;
  color: inherit;
  letter-spacing: 1.7px;
  font-size: 12px;
  font-weight: 700;
  height: 50px;
  line-height: 50px;
  text-align: center;
  text-transform: uppercase;
  transition: opacity 0.2s ease-out;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%; }
  .form-search-btn:hover {
    opacity: 0.7; }

.search-results {
  position: relative; }
  .search-results + .search-results {
    margin-top: 80px; }
  .search-results .area-card {
    margin-top: -50px; }
  .search-results .area-card-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 0;
    padding-bottom: 55px; }
  .search-results .area-card-text {
    margin-bottom: 0; }
  @media only screen and (min-width: 768px) and (max-width: 1200px) {
    .search-results .area-card {
      margin: -40px 0 0; }
    .search-results .area-card-item {
      padding: 40px 0; }
      .search-results .area-card-item:nth-child(odd) {
        padding-right: 40px; }
        .search-results .area-card-item:nth-child(odd)::before {
          content: '';
          width: 1px;
          height: 100%;
          background-color: rgba(255, 255, 255, 0.2);
          position: absolute;
          top: 0;
          right: 0; }
      .search-results .area-card-item:nth-child(even) {
        padding-left: 40px; } }
  @media only screen and (max-width: 767px) {
    .search-results + .search-results {
      margin-top: 40px; }
    .search-results .area-card {
      margin: 0; }
    .search-results .area-card-item {
      padding: 0 0 30px;
      margin-bottom: 30px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.2); } }

.search-results-title {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 15px;
  margin-bottom: 50px;
  color: #bb8469;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 3.5px;
  line-height: 18px;
  text-transform: uppercase;
  white-space: pre-line;
  display: block;
  font-family: "Montserrat", sans-serif; }
  @media only screen and (max-width: 1200px) {
    .search-results-title {
      margin-bottom: 40px; } }
  @media only screen and (max-width: 767px) {
    .search-results-title {
      margin-bottom: 30px; } }

.search-results-wrap {
  position: relative; }
  .search-results-wrap:not(.search-results-wrap-no-result) .search-results-text {
    display: none; }

.search-results-wrap-no-result {
  display: block;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 70px 0;
  text-align: center; }
  .search-results-wrap-no-result .search-results-title {
    display: block;
    text-align: center;
    padding-bottom: 0;
    border: 0;
    margin-bottom: 20px; }

.search-results-text {
  font-size: 16px;
  letter-spacing: -.5px;
  line-height: 25px;
  font-weight: 500;
  opacity: 0.8;
  color: #fff; }

.search-results-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -50px; }
  @media only screen and (max-width: 1200px) {
    .search-results-list {
      display: block;
      margin: 0; } }

.search-results-list-item {
  padding: 0 50px;
  flex: 1 1 50%;
  max-width: 50%; }
  @media only screen and (max-width: 1200px) {
    .search-results-list-item {
      flex: none;
      max-width: 100%;
      padding: 0; } }

.search-results-item {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px; }
  .search-results-item:hover strong {
    color: #bb8469; }
  @media only screen and (min-width: 1201px) and (max-width: 1440px) {
    .search-results-item {
      margin-bottom: 30px; } }
  @media only screen and (max-width: 1200px) {
    .search-results-item {
      margin-bottom: 30px; } }
  @media only screen and (max-width: 767px) {
    .search-results-item {
      display: block; } }

.search-results-holder {
  max-width: 248px;
  flex: 0 0 248px;
  color: #fff; }
  .search-results-holder img {
    display: block;
    width: 100%; }
  .search-results-holder strong {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 32px;
    letter-spacing: -1px;
    color: inherit;
    font-weight: 400;
    font-family: "novar", serif;
    display: block;
    position: relative;
    transition: 0.2s ease-in-out; }
    .search-results-holder strong::after {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      bottom: -15px;
      width: 20px;
      height: 2px;
      background-color: #bb8469; }
  .search-results-holder p {
    font-size: 13px;
    font-weight: 500;
    line-height: 21px;
    opacity: 0.8;
    color: inherit; }
  .search-results-holder + .search-results-holder {
    max-width: calc(100% - 248px);
    flex: 1 1 calc(100% - 248px);
    padding-left: 30px; }
  @media only screen and (min-width: 1201px) and (max-width: 1440px) {
    .search-results-holder strong {
      font-size: 22px;
      line-height: 28px;
      letter-spacing: -0.5px; } }
  @media only screen and (max-width: 1200px) {
    .search-results-holder strong {
      font-size: 22px;
      line-height: 28px;
      letter-spacing: -0.5px; } }
  @media only screen and (max-width: 767px) {
    .search-results-holder {
      max-width: 100%;
      flex: none;
      margin-bottom: 15px; }
      .search-results-holder + .search-results-holder {
        max-width: 100%;
        flex: none;
        padding-left: 0;
        margin-bottom: 0; } }

.area-card-section .button {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 50px;
  min-width: 290px;
  text-align: center; }

.area-card {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -66px; }
  @media only screen and (min-width: 1201px) and (max-width: 1440px) {
    .area-card {
      margin: 0 -32px; } }
  @media only screen and (min-width: 768px) and (max-width: 1200px) {
    .area-card {
      margin: 0 -8px; } }
  @media only screen and (max-width: 767px) {
    .area-card {
      display: block;
      margin: 0; } }

.area-card-intro {
  padding: 120px 0 100px;
  text-align: center; }
  .area-card-intro > div {
    max-width: 60%;
    margin: 0 auto; }
  .area-card-intro h2 {
    color: #bb8469;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 3.5px;
    line-height: 18px;
    margin-bottom: 10px;
    text-transform: uppercase;
    white-space: pre-line;
    margin-bottom: 20px;
    font-family: "Montserrat", sans-serif; }
  .area-card-intro p {
    color: #2a3755;
    font-weight: 500;
    text-align: center;
    font-size: 16px;
    letter-spacing: -0.5px;
    line-height: 25px;
    opacity: 0.8; }
  @media only screen and (min-width: 1201px) and (max-width: 1440px) {
    .area-card-intro {
      padding: 100px 0; } }
  @media only screen and (max-width: 1200px) {
    .area-card-intro {
      padding: 100px 0; }
      .area-card-intro > div {
        max-width: 100%; } }
  @media only screen and (max-width: 767px) {
    .area-card-intro {
      padding: 80px 0; } }

.area-card-item {
  flex: 1 1 33.33%;
  max-width: 33.33%;
  text-align: center;
  margin-bottom: 50px;
  padding: 55px 66px 86px;
  position: relative;
  color: #2a3755; }
  .area-card-item:not(:nth-child(3n))::after {
    content: "";
    width: 1px;
    height: 100%;
    background-color: rgba(42, 55, 85, 0.2);
    position: absolute;
    top: 0;
    right: 0; }
  @media only screen and (min-width: 1201px) and (max-width: 1440px) {
    .area-card-item {
      padding: 55px 32px 86px; } }
  @media only screen and (max-width: 1200px) {
    .area-card-item:not(:nth-child(3n))::after {
      display: none; } }
  @media only screen and (min-width: 768px) and (max-width: 1200px) {
    .area-card-item {
      flex: 1 1 50%;
      max-width: 50%;
      margin-bottom: 80px;
      padding: 0 8px 30px; } }
  @media only screen and (max-width: 767px) {
    .area-card-item {
      flex: none;
      max-width: 100%;
      padding: 0;
      margin-bottom: 50px; } }

.area-card-item-dark:not(:nth-child(3n))::after {
  background-color: rgba(255, 255, 255, 0.2); }
.area-card-item-dark .area-card-content,
.area-card-item-dark .area-card-text {
  color: #fff; }

.area-card-img-wrap {
  position: relative;
  padding-bottom: 62.35%;
  margin-bottom: 30px; }

.area-card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center; }

.area-card-title {
  display: block;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.5px;
  line-height: 22px;
  text-align: center;
  color: inherit; }

.area-card-sup {
  color: #bb8469;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  text-transform: uppercase;
  white-space: pre-line;
  display: block;
  letter-spacing: 1px; }
  @media only screen and (min-width: 1201px) and (max-width: 1440px) {
    .area-card-sup {
      letter-spacing: 1px; } }

.area-card-content {
  position: relative;
  margin-bottom: 40px;
  color: #2a3755; }
  .area-card-content::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -15px;
    width: 20px;
    height: 2px;
    background-color: #bb8469; }

.area-card-sub {
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  color: inherit; }

.area-card-text {
  color: inherit;
  margin-bottom: 24px;
  font-size: 13px;
  line-height: 21px;
  white-space: pre-line;
  opacity: 0.8;
  display: block; }
  @media only screen and (min-width: 768px) and (max-width: 1200px) {
    .area-card-text {
      padding: 0 22px; } }

.area-card-info {
  display: block;
  font-size: 14px;
  line-height: 18px;
  position: relative;
  color: inherit;
  margin-top: 10px; }
  .area-card-info span {
    display: block;
    margin-bottom: 5px; }

.area-card-link {
  border: 1px solid rgba(42, 55, 85, 0.8);
  color: rgba(42, 55, 85, 0.8);
  display: block;
  font-size: 12px;
  font-weight: 600;
  height: 31px;
  line-height: 31px;
  text-align: center;
  text-transform: uppercase;
  transition: background-color 0.2s ease-out, color 0.2s ease-out;
  min-width: 117px;
  background-color: transparent;
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 10px; }
  .area-card-link:hover {
    background-color: #2a3755;
    color: #fff; }
  @media only screen and (max-width: 1200px) {
    .area-card-link {
      bottom: 0; } }
  @media only screen and (max-width: 767px) {
    .area-card-link {
      position: static;
      display: inline-block;
      vertical-align: top;
      transform: none;
      margin-top: 24px; } }

.notifications {
  color: #fff;
  display: block;
  padding: 0 100px;
  max-width: 700px;
  max-height: 100vh;
  overflow-y: auto; }
  .notifications::-webkit-scrollbar {
    display: none; }
  @media only screen and (min-width: 768px) and (max-width: 1200px) {
    .notifications {
      padding: 0 80px; } }
  @media only screen and (max-width: 767px) {
    .notifications {
      max-width: 500px;
      padding: 0 20px; } }

.notifications-block {
  height: 100%;
  padding: 100px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }

.notification-icon {
  display: flex;
  font-size: 20px;
  position: relative;
  top: 2px;
  width: fit-content;
  margin-bottom: 20px; }
  .notification-icon span::after {
    content: attr(notifications);
    font-family: "Montserrat", sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    color: #fff;
    height: 18px;
    width: 18px;
    background: #bb8469;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 700;
    right: -15px;
    top: -10px; }
  @media only screen and (max-width: 1200px) {
    .notification-icon {
      margin-bottom: 10px; } }

.notifications-heading {
  margin-bottom: 60px;
  position: relative;
  font-family: "novar", serif; }
  .notifications-heading::after {
    content: '';
    display: block;
    width: 20px;
    height: 2px;
    position: absolute;
    bottom: -22px;
    left: 50%;
    transform: translateX(-50%);
    background: #bb8469; }
  @media only screen and (max-width: 1200px) {
    .notifications-heading {
      margin-bottom: 30px; }
      .notifications-heading::after {
        bottom: -12px; } }

.notifications-list {
  border-top: 1px solid rgba(255, 255, 255, 0.2); }

.notifications-item {
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
  .notifications-item:hover .notifications-hide-btn {
    opacity: 1;
    visibility: visible;
    pointer-events: auto; }
  @media only screen and (max-width: 1200px) {
    .notifications-item {
      display: flex;
      flex-direction: column; } }

.notifications-item-block {
  margin: 20px 0;
  display: flex;
  align-self: flex-start; }

.notifications-img-block {
  height: 60px;
  width: 100%;
  max-width: 60px;
  overflow: hidden;
  border-radius: 50%;
  position: relative;
  margin-right: 20px; }

.notifications-img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover; }

.notifications-title-block {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 16px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between; }

.notification-title {
  display: flex;
  align-items: center;
  flex-wrap: wrap; }

.notifications-title-text {
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  margin-right: 10px; }

.notifications-hide-all-btn,
.notifications-hide-btn {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 16px;
  transition: all .3s;
  text-transform: uppercase; }

.notifications-hide-all-btn {
  color: rgba(255, 255, 255, 0.7);
  margin-left: auto;
  margin-bottom: 8px; }
  .notifications-hide-all-btn:hover {
    color: #fff; }

.notifications-hide-btn {
  color: #fff;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0; }
  @media only screen and (max-width: 1200px) {
    .notifications-hide-btn {
      color: rgba(255, 255, 255, 0.7);
      margin-left: auto;
      margin-bottom: 5px;
      opacity: 1;
      visibility: visible;
      pointer-events: all;
      position: relative; } }

.notifications-text {
  color: #fff; }

.notifications-date {
  color: rgba(255, 255, 255, 0.7);
  position: relative;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 16px;
  padding-right: 34px; }
  .notifications-date::after {
    align-items: center;
    background: #bb8469;
    border-radius: 50%;
    color: #fff;
    content: "\e90c";
    display: flex;
    font-size: 8px;
    height: 14px;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
    width: 14px;
    font-family: cf-glyphs !important; }

.notifications-message {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 20px;
  text-align: center; }

.notifications-message-title {
  display: block;
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 16px;
  margin-bottom: 10px;
  text-transform: uppercase; }

.login-panel {
  color: #fff;
  display: flex;
  align-items: center;
  flex-direction: column;
  max-width: 700px;
  padding: 0 100px; }
  @media only screen and (max-width: 767px) {
    .login-panel {
      max-width: 500px;
      padding: 0 20px; } }

.login-panel-img {
  margin: 0 auto 20px;
  border-radius: 50%;
  display: block;
  height: 80px;
  width: 80px;
  background-color: #d9d9d9; }

.login-panel-message {
  font-size: 20px;
  letter-spacing: -.5px;
  line-height: 27px;
  margin-bottom: 10px;
  font-family: "novar", serif; }

.login-panel-text {
  margin-bottom: 40px;
  color: rgba(255, 255, 255, 0.7);
  text-align: center; }

.login-panel-link {
  margin-bottom: 40px; }

.login-panel-close {
  text-transform: uppercase;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 10px; }

.login-terms {
  max-width: 700px;
  display: flex;
  flex-direction: column;
  max-height: 100vh;
  padding: 100px 0; }
  @media only screen and (max-width: 767px) {
    .login-terms {
      max-width: 500px;
      padding: 80px 20px 40px; } }

.login-terms-block {
  padding: 20px; }

.login-terms-block-white {
  background: #fff; }

.login-terms-block-grey {
  background: #f5f5f5; }

.login-terms-heading {
  font-size: 24px;
  line-height: 30px;
  font-family: "novar", serif; }

.login-terms-block-content {
  flex: 1;
  overflow-x: hidden;
  overflow-y: scroll; }

.login-terms-block-buttons {
  display: flex; }

.login-terms-button {
  width: 50%;
  justify-content: center; }

.dashboard-help-heading {
  border-bottom: 1px solid rgba(42, 55, 85, 0.2);
  padding-bottom: 10px;
  margin-bottom: 100px; }

.accordion-block:not(:last-child) {
  margin-bottom: 80px; }

.accordion-section-tag {
  margin-bottom: 40px;
  color: #bb8469;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 3.5px;
  line-height: 18px;
  text-transform: uppercase;
  white-space: pre-line;
  display: block; }

.accordion-questions-button {
  font-weight: 600; }

.accordion-questions-item {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(42, 55, 85, 0.2); }
  .accordion-questions-item:not(:first-child) {
    padding-top: 20px; }

.accordion-topics-item:not(:last-child) {
  margin-bottom: 40px; }

.accordion-topics-button {
  font-size: 30px;
  font-weight: 400;
  color: #2a3755;
  font-family: "novar", serif;
  margin-bottom: 30px; }

.opportunity-wrapper {
  display: flex; }
  @media only screen and (max-width: 1200px) {
    .opportunity-wrapper {
      display: block; } }

.opportunity-img-block {
  width: 100%;
  max-width: calc(50% + 100px);
  flex: 1 1 50%;
  position: relative; }
  @media only screen and (max-width: 1200px) {
    .opportunity-img-block {
      padding-right: 0;
      flex: none; } }
  @media only screen and (min-width: 768px) and (max-width: 1200px) {
    .opportunity-img-block {
      max-width: 80%;
      margin-bottom: 60px; } }
  @media only screen and (max-width: 767px) {
    .opportunity-img-block {
      margin-bottom: 40px;
      max-width: 100%; } }

.opportunity-img {
  width: 100%;
  object-fit: contain;
  box-shadow: 0 100px 200px -80px rgba(0, 0, 0, 0.4); }

.opportunity-content-block {
  padding-left: 100px;
  max-width: calc(50% - 100px);
  flex: 1 1 50%;
  width: 100%; }
  @media only screen and (max-width: 1200px) {
    .opportunity-content-block {
      padding-left: 0;
      max-width: 100%;
      flex: none; } }

.selectivity {
  margin-top: 300px; }
  @media only screen and (min-width: 768px) and (max-width: 1200px) {
    .selectivity {
      margin-top: 260px; } }
  @media only screen and (max-width: 767px) {
    .selectivity {
      margin-top: 160px; } }

.selectivity-wrapper {
  padding: 0 5%; }
  @media only screen and (max-width: 767px) {
    .selectivity-wrapper {
      padding: 0; } }

.selectivity-img-text-block {
  display: flex;
  margin-bottom: 80px; }
  @media only screen and (max-width: 1200px) {
    .selectivity-img-text-block {
      flex-direction: column;
      margin-bottom: 40px; } }

.selectivity-img-block {
  flex: 1 1 40%;
  max-width: 40%;
  width: 100%;
  margin-top: -300px;
  margin-right: 140px; }
  @media only screen and (max-width: laptop) {
    .selectivity-img-block {
      margin-right: 80px;
      flex: 1 1 50%;
      max-width: 50%; } }
  @media only screen and (max-width: 1200px) {
    .selectivity-img-block {
      margin-right: 0;
      max-width: 100%; } }
  @media only screen and (min-width: 768px) and (max-width: 1200px) {
    .selectivity-img-block {
      margin-bottom: 60px;
      margin-top: -260px;
      flex: none;
      width: 60%; } }
  @media only screen and (max-width: 767px) {
    .selectivity-img-block {
      margin-bottom: 40px;
      margin-top: -180px;
      width: 90%; } }

.selectivity-img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.selectivity-text-block {
  flex: 1 1 40%;
  max-width: 40%;
  width: 100%; }
  @media only screen and (max-width: 1200px) {
    .selectivity-text-block {
      flex: none;
      max-width: 100%; } }

.exclusivity-wrapper {
  display: flex; }
  @media only screen and (max-width: 1200px) {
    .exclusivity-wrapper {
      display: block; } }

.exclusivity-text-block {
  flex: 1 1 50%;
  max-width: 50%;
  width: 100%;
  padding: 0 5%; }
  @media only screen and (max-width: 1200px) {
    .exclusivity-text-block {
      max-width: 100%;
      flex: none;
      padding: 0; } }
  @media only screen and (min-width: 768px) and (max-width: 1200px) {
    .exclusivity-text-block {
      margin-bottom: 60px; } }
  @media only screen and (max-width: 767px) {
    .exclusivity-text-block {
      margin-bottom: 50px; } }

.exclusivity-img-block {
  flex: 1 1 40%;
  max-width: 40%;
  width: 100%;
  padding-bottom: calc(40% * 1.24);
  position: relative;
  box-shadow: 0 100px 200px -80px rgba(0, 0, 0, 0.4); }
  @media only screen and (max-width: 1200px) {
    .exclusivity-img-block {
      max-width: 100%;
      flex: none; } }
  @media only screen and (min-width: 768px) and (max-width: 1200px) {
    .exclusivity-img-block {
      padding-bottom: 0;
      height: 480px; } }
  @media only screen and (max-width: 767px) {
    .exclusivity-img-block {
      padding-bottom: 59%; } }

.exclusivity-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; }

.casestudy-intro {
  width: 50%;
  margin: 0 auto;
  margin-bottom: 80px; }
  @media only screen and (min-width: 768px) and (max-width: 1200px) {
    .casestudy-intro {
      width: 75%;
      margin-bottom: 60px; } }
  @media only screen and (max-width: 767px) {
    .casestudy-intro {
      margin-bottom: 50px;
      width: 100%; } }

.casestudy-content-wrapper {
  display: flex; }
  @media only screen and (min-width: 1201px) and (max-width: 1440px) {
    .casestudy-content-wrapper {
      margin-bottom: 40px; } }
  @media only screen and (max-width: 1200px) {
    .casestudy-content-wrapper {
      flex-direction: column-reverse; } }
  @media only screen and (min-width: 768px) and (max-width: 1200px) {
    .casestudy-content-wrapper {
      margin-bottom: 80px; } }
  @media only screen and (max-width: 767px) {
    .casestudy-content-wrapper {
      margin-bottom: 50px; } }

.casestudy-content-block {
  flex: 1 1 40%;
  max-width: 40%;
  padding-right: 10%; }
  @media only screen and (max-width: laptop) {
    .casestudy-content-block {
      padding-right: 5%; } }
  @media only screen and (max-width: 1200px) {
    .casestudy-content-block {
      flex: none;
      max-width: 100%; } }

.casestudy-text {
  margin-bottom: 25px; }

.casestudy-img-block {
  flex: 1 1 60%;
  max-width: 60%;
  max-height: 540px;
  height: 100%;
  box-shadow: 0 100px 200px -80px rgba(0, 0, 0, 0.4); }
  @media only screen and (max-width: 1200px) {
    .casestudy-img-block {
      flex: none;
      max-width: 100%;
      max-height: 100%; } }
  @media only screen and (min-width: 768px) and (max-width: 1200px) {
    .casestudy-img-block {
      margin-bottom: 60px; } }
  @media only screen and (max-width: 767px) {
    .casestudy-img-block {
      margin-bottom: 50px; } }

.casestudy-img {
  width: 100%;
  height: 100%; }

.casestudy-slider-wrapper {
  display: flex;
  justify-content: space-between; }
  @media only screen and (max-width: 1200px) {
    .casestudy-slider-wrapper {
      display: block; } }

.casestudy-slider-img-block {
  height: 500px;
  position: relative;
  width: 100%; }

.casestudy-slider-img {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  height: 500px; }

.casestudy-carousel {
  height: 100%;
  width: 60%; }
  .casestudy-carousel div:not(.owl-dots) {
    height: 100%; }
  .casestudy-carousel .owl-nav {
    position: absolute;
    top: 0;
    justify-content: space-between;
    padding: 0 30px; }
  .casestudy-carousel .owl-next {
    transform: rotate(180deg); }
  @media only screen and (max-width: 1200px) {
    .casestudy-carousel {
      width: 100%; } }
  @media only screen and (min-width: 768px) and (max-width: 1200px) {
    .casestudy-carousel {
      margin-bottom: 60px; } }
  @media only screen and (max-width: 767px) {
    .casestudy-carousel {
      margin-bottom: 80px; } }

.casestudy-quote {
  flex: 1 1 30%;
  max-width: 30%;
  display: block;
  margin-top: auto; }
  @media only screen and (max-width: 1200px) {
    .casestudy-quote {
      max-width: 100%;
      flex: none; } }
  @media only screen and (min-width: 768px) and (max-width: 1200px) {
    .casestudy-quote {
      padding: 0 10%; } }

.dashboard-card {
  background: #fff;
  box-shadow: 0 100px 200px -80px rgba(0, 0, 0, 0.4); }
  .dashboard-card__listing {
    display: flex;
    flex-direction: column;
    gap: 100px; }
    @media only screen and (max-width: 767px) {
      .dashboard-card__listing {
        gap: 50px; } }
  .dashboard-card--community {
    display: flex; }
    .dashboard-card--community .dashboard-card__description,
    .dashboard-card--community .dashboard-card__image {
      flex: 1 1 50%; }
    .dashboard-card--community .dashboard-card__description {
      padding: 100px 10%; }
    @media only screen and (max-width: 767px) {
      .dashboard-card--community {
        flex-direction: column; } }
  .dashboard-card__description {
    padding: 50px 10%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center; }
  .dashboard-card__image {
    position: relative; }
    .dashboard-card__image img {
      position: absolute;
      object-fit: cover;
      width: 100%;
      height: 100%; }

.header {
  position: fixed;
  width: 100%;
  height: 100px;
  top: 0;
  left: 0;
  z-index: 100;
  transition: all 0.3s ease-in-out; }
  @media only screen and (min-width: 768px) and (max-width: 1200px) {
    .header {
      height: 94px; } }
  @media only screen and (max-width: 767px) {
    .header {
      height: 60px; } }

.header-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 0 40px; }
  @media only screen and (max-width: 767px) {
    .header-wrapper {
      padding: 0 22px; } }

.header-logo {
  transition: width 0.3s ease-in-out;
  width: 180px; }
  @media only screen and (min-width: 768px) and (max-width: 1200px) {
    .header-logo {
      width: 150px; } }
  @media only screen and (max-width: 767px) {
    .header-logo {
      width: 120px; } }

.header-icons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative; }
  .header-icons button {
    background: none;
    outline: none;
    border: none;
    color: #fff; }

.header-buttons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  opacity: 1;
  pointer-events: auto;
  transition: opacity 0.3s ease-in-out; }
  .header-buttons.header-buttons-disabled {
    opacity: 0;
    pointer-events: none; }
  @media only screen and (max-width: 767px) {
    .header-buttons .header-search-button,
    .header-buttons .header-login-button,
    .header-buttons .header-user-nav,
    .header-buttons .header-notification {
      display: none; } }

.header-button:not(:last-child) {
  margin-right: 40px; }

.header-search-button {
  height: 20px;
  width: 20px;
  font-size: 20px; }

.header-login-button {
  font-size: 14px;
  font-weight: 500; }

.header-user-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  .header-user-nav span {
    font-size: 17px;
    margin-right: 10px; }
  .header-user-nav p {
    font-size: 14px;
    font-weight: 500; }
  .header-user-nav span,
  .header-user-nav p {
    color: #fff; }

.header-user {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-right: 5px; }

.header-logout {
  font-size: 10px;
  color: #fff; }
  .header-logout:hover {
    text-decoration: underline; }

.header-notification {
  display: flex;
  font-size: 20px;
  position: relative;
  top: 2px; }
  .header-notification span::after {
    content: attr(notifications);
    font-family: "Montserrat", sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    color: #fff;
    height: 18px;
    width: 18px;
    background: #bb8469;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 700;
    right: -15px;
    top: -10px; }

.header-menu-button {
  display: flex;
  align-items: center; }
  .header-menu-button p {
    font-size: 14px;
    font-weight: 500;
    margin-right: 8px; }

.header-menu-icon {
  position: relative;
  width: 14px;
  height: 11px;
  z-index: 20; }
  .header-menu-icon span {
    display: block;
    min-height: 1px;
    height: 1px;
    width: 100%;
    background: #fff;
    opacity: 1; }
    .header-menu-icon span:nth-child(1) {
      margin-bottom: 4px; }
    .header-menu-icon span:nth-child(2) {
      margin-bottom: 4px; }

.header-search-form {
  position: absolute;
  right: 0;
  display: flex;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out; }
  .header-search-form.header-search-form-active {
    opacity: 1;
    pointer-events: auto; }
  @media only screen and (max-width: 767px) {
    .header-search-form {
      display: none; } }

.header-search-box {
  display: flex;
  align-items: center;
  width: 330px;
  height: 36px;
  margin-right: 22px;
  background: rgba(0, 0, 0, 0.2);
  max-width: 100%; }

.header-search-input {
  background: none;
  color: #fff;
  flex: 1;
  font-size: 14px;
  font-weight: 500;
  padding-left: 18px;
  transition: color 0.3s ease-in-out;
  outline: none;
  border: none;
  height: 100%; }
  .header-search-input::placeholder {
    color: inherit;
    opacity: 0.5; }

.header-submit-search-button {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.7px;
  padding: 0 18px;
  text-transform: uppercase;
  height: 100%; }

.header-close-search-button {
  font-size: 18px; }

.header-sticky {
  top: -60px;
  color: #2a3755;
  background-color: rgba(255, 255, 255, 0.95);
  height: 60px;
  transition: all 0.3s ease-in-out; }
  .header-sticky .header-logo path {
    fill: #2a3755; }
  .header-sticky .header-icons span,
  .header-sticky .header-icons p,
  .header-sticky .header-icons button {
    color: #2a3755; }
  .header-sticky .header-menu-icon span {
    background: #2a3755; }
  .header-sticky .header-logo {
    width: 120px; }
  .header-sticky .header-search-box {
    background: rgba(0, 0, 0, 0.05); }
  .header-sticky .header-search-input {
    color: #2a3755; }

.header-bg {
  background: #2a3755 left top repeat;
  background-size: 512px;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.95); }
  .header-bg .header-logo path {
    fill: #fff; }
  .header-bg .header-icons span,
  .header-bg .header-icons p,
  .header-bg .header-icons button {
    color: #fff; }
  .header-bg .header-menu-icon span {
    background: #fff; }
  .header-bg .header-search-box {
    background: rgba(0, 0, 0, 0.2); }
  .header-bg .header-search-input {
    color: #fff; }

.header-show {
  top: 0; }

.header-menu {
  position: fixed;
  top: 100%;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9998;
  display: flex;
  flex-direction: row-reverse;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: all 0.4s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  overflow-x: hidden; }
  .header-menu.header-menu-active {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    top: 0;
    transition: all 0.4s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); }
  @media only screen and (max-width: 1200px) {
    .header-menu {
      flex-direction: column;
      overflow-y: scroll; } }

.header-menu-logo {
  position: absolute;
  left: 40px;
  top: 30px;
  width: 180px; }
  .header-menu-logo path {
    fill: #2a3755; }
  @media only screen and (min-width: 768px) and (max-width: 1200px) {
    .header-menu-logo {
      width: 150px; }
      .header-menu-logo path {
        fill: #fff; } }
  @media only screen and (max-width: 767px) {
    .header-menu-logo {
      display: none; } }

.header-menu-content {
  max-width: 40%;
  flex: 1 1 40%;
  background: #fff;
  color: #2a3755;
  padding: 0 150px 0 100px;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  @media only screen and (max-width: 1200px) {
    .header-menu-content {
      flex: none;
      max-width: 100%; } }
  @media only screen and (min-width: 1200px) and (max-width: 1320px) {
    .header-menu-content {
      padding: 0 90px; } }
  @media only screen and (min-width: 768px) and (max-width: 1200px) {
    .header-menu-content {
      padding: 90px 128px 40px; } }
  @media only screen and (max-width: 767px) {
    .header-menu-content {
      padding: 40px 44px 50px; } }

.header-menu-nav {
  padding-bottom: 62px;
  max-height: 660px;
  min-height: 500px;
  height: 100%; }
  @media only screen and (max-width: 1200px) {
    .header-menu-nav {
      padding-bottom: 42px;
      min-height: auto;
      max-height: auto; } }

.header-menu-list {
  padding-top: 100px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  @media only screen and (max-width: 1200px) {
    .header-menu-list {
      padding-top: 0;
      flex-wrap: wrap; } }
  @media only screen and (min-width: 768px) and (max-width: 1200px) {
    .header-menu-list {
      flex-direction: row; } }

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .header-menu-item {
    flex: 1 1 50%;
    max-width: 50%;
    padding-right: 20px; }
    .header-menu-item:nth-last-child(n + 3) {
      margin-bottom: 50px; } }
@media only screen and (max-width: 767px) {
  .header-menu-item:not(:last-child) {
    margin-bottom: 20px; } }

.header-menu-link {
  color: inherit; }
  @media only screen and (max-width: 767px) {
    .header-menu-link {
      font-size: 25px;
      line-height: 31px; } }

.header-menu-cards {
  max-width: 60%;
  flex: 1 1 60%;
  background: #2a3755 center top repeat;
  padding: 100px 65px;
  overflow-y: scroll;
  background-size: 512px; }
  @media only screen and (max-width: 1200px) {
    .header-menu-cards {
      flex: none;
      max-width: 100%;
      overflow: hidden; } }
  @media only screen and (min-width: 768px) and (max-width: 1200px) {
    .header-menu-cards {
      padding: 140px 0 80px; } }
  @media only screen and (max-width: 767px) {
    .header-menu-cards {
      padding: 0 0 40px; } }

.header-inner {
  border-top: 1px solid rgba(42, 55, 85, 0.2);
  padding-top: 20px; }

.header-inner-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 9px; }
  .header-inner-content a {
    opacity: 0.7;
    transition: 0.3s ease-in-out; }
    .header-inner-content a:hover {
      opacity: 1; }

.header-inner-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }

.header-inner-link {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 1px;
  color: #2a3755;
  font-weight: 500; }
  .header-inner-link:not(:last-child)::after {
    margin: 0 5px;
    content: "|"; }

.header-inner-social {
  font-size: 19px;
  color: #2a3755; }

.header-inner-copyright {
  opacity: 0.7; }

.popup-close-button {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  height: 40px;
  width: 40px;
  right: 40px;
  top: 30px;
  background: none;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  font-size: 18px;
  color: #fff; }
  .popup-close-button:hover {
    background: #fff;
    border-color: #fff;
    color: #2a3755; }
  @media only screen and (min-width: 768px) and (max-width: 1200px) {
    .popup-close-button {
      right: 40px;
      top: 27px; } }
  @media only screen and (max-width: 767px) {
    .popup-close-button {
      right: 20px;
      top: 20px; }
      .popup-close-button.popup-close-btn-dashboard {
        right: 22px;
        top: 20px; } }

@media only screen and (max-width: 1200px) {
  .header-menu-cards-content {
    margin: 0; } }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .header-menu-cards-content {
    margin-left: 128px; } }
@media only screen and (max-width: 767px) {
  .header-menu-cards-content {
    margin-left: 44px; } }

.header-menu-heading {
  color: #fff;
  margin-bottom: 42px;
  position: relative; }
  .header-menu-heading::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -22px;
    width: 20px;
    height: 2px;
    background-color: #bb8469; }
  @media only screen and (max-width: 767px) {
    .header-menu-heading {
      margin-bottom: 32px;
      font-size: 20px;
      line-height: 27px; }
      .header-menu-heading::after {
        bottom: -12px; } }

.header-menu-buttons {
  justify-content: space-between;
  color: #fff;
  display: none; }
  .header-menu-buttons button {
    color: inherit; }
  @media only screen and (max-width: 767px) {
    .header-menu-buttons {
      display: flex;
      padding: 20px 100px 20px 20px;
      height: 80px; }
      .header-menu-buttons .header-search-button,
      .header-menu-buttons .header-login-button {
        display: block; } }

.header-menu-login-button {
  display: none;
  align-items: center;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  position: relative; }
  .header-menu-login-button span {
    background: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    display: block;
    font-size: 17px;
    line-height: 40px;
    width: 40px;
    color: #fff;
    margin-right: 10px; }
  @media only screen and (max-width: 767px) {
    .header-menu-login-button {
      display: flex; } }

.header-menu-box {
  display: flex;
  align-items: center; }

@media only screen and (max-width: 767px) {
  .header-search-form-mob {
    display: block;
    opacity: 1;
    pointer-events: auto;
    position: relative;
    margin-bottom: 20px; }
    .header-search-form-mob .header-search-box {
      background: rgba(0, 0, 0, 0.2);
      color: #fff; }
    .header-search-form-mob .header-search-input {
      color: #fff; }
    .header-search-form-mob .header-search-box {
      width: 100%;
      height: 48px; }
    .header-search-form-mob .header-close-search-button {
      display: none; } }

.banner {
  position: relative;
  width: 100%;
  background-color: #2a3755;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 0; }
  .banner::after {
    content: "";
    background-color: rgba(0, 0, 0, 0.35);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
  .banner:not(.banner-short, .banner-forum) {
    height: 100vh; }
  .banner .wrapper, .banner .card-modal .card, .card-modal .banner .card, .banner .card-modal:not([data-modal-type="participant"]) .card-modal-inner, .card-modal:not([data-modal-type="participant"]) .banner .card-modal-inner {
    z-index: 3; }

.banner-short {
  min-height: 470px;
  height: 80vh; }
  .banner-short h1 {
    font-size: 80px;
    line-height: 85px;
    font-family: "novar", serif;
    font-weight: 400;
    color: #fff;
    text-align: center; }
  @media only screen and (min-width: 768px) and (max-width: 1200px) {
    .banner-short {
      height: 60vh; }
      .banner-short h1 {
        font-size: 70px;
        line-height: 75px; } }
  @media only screen and (max-width: 767px) {
    .banner-short {
      height: 80vh; }
      .banner-short h1 {
        font-size: 40px;
        line-height: 47px; } }

.banner-logo {
  height: 97px;
  position: relative;
  z-index: 2;
  display: block;
  margin: 0 auto 37px; }
  .banner-logo + .banner-title {
    font-size: 34px;
    line-height: 38px; }
  @media only screen and (min-width: 768px) and (max-width: 1200px) {
    .banner-logo {
      height: 73px; }
      .banner-logo + .banner-title {
        font-size: 26px;
        line-height: 28px; } }
  @media only screen and (max-width: 767px) {
    .banner-logo {
      height: 50px; }
      .banner-logo + .banner-title {
        font-size: 22px;
        line-height: 26px; } }

.banner-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0; }

.banner-title {
  position: relative;
  color: #fff;
  width: 80%;
  text-align: center;
  font-weight: 400;
  margin: 0 auto;
  z-index: 2; }
  .banner-title span {
    color: inherit;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 3.5px;
    line-height: 18px;
    margin-bottom: 10px;
    text-transform: uppercase;
    display: block; }
  .banner-title sub {
    font-size: 18px;
    display: block;
    text-align: center; }

.banner-forum {
  max-height: 775px;
  min-height: 470px;
  height: 80vh; }
  .banner-forum .banner-title {
    font-family: "Montserrat", sans-serif;
    margin-bottom: 62px;
    font-size: 50px;
    line-height: 64px;
    font-weight: 600; }
    .banner-forum .banner-title::after {
      content: "";
      width: 20px;
      left: calc(50% - 10px);
      height: 2px;
      bottom: -22px;
      background-color: #bb8469;
      display: block;
      position: absolute; }
  @media only screen and (min-width: 768px) and (max-width: 1200px) {
    .banner-forum {
      height: 60vh; }
      .banner-forum .banner-title {
        font-size: 45px;
        line-height: 55px;
        margin-bottom: 46px; }
        .banner-forum .banner-title sub {
          font-size: 16px; } }
  @media only screen and (max-width: 767px) {
    .banner-forum {
      height: 60vh; }
      .banner-forum .banner-title {
        font-size: 25px;
        line-height: 38px;
        margin-bottom: 46px; }
        .banner-forum .banner-title sub {
          font-size: 14px; } }

.banner-forum-full {
  height: 100vh;
  max-height: 100%; }

.banner-title-big {
  font-size: 80px;
  line-height: 94px; }
  @media only screen and (min-width: 768px) and (max-width: 1200px) {
    .banner-title-big {
      font-size: 60px;
      line-height: 70px; } }
  @media only screen and (max-width: 767px) {
    .banner-title-big {
      font-size: 40px;
      line-height: 47px; } }

.banner-btn {
  position: absolute;
  left: 50%;
  bottom: 40px;
  transform: translateX(-50%);
  z-index: 2; }

.banner-content {
  position: relative;
  z-index: 15;
  color: #fff;
  text-align: center; }
  .banner-content strong {
    display: block;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.5px;
    line-height: 22px;
    margin-bottom: 10px; }
  .banner-content em {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: -0.5px;
    display: block;
    font-weight: 500; }
  @media only screen and (max-width: 767px) {
    .banner-content em {
      font-size: 16px;
      line-height: 28px; } }
  @media only screen and (max-width: 767px) {
    .banner-content em {
      font-size: 14px;
      line-height: 23px; } }

body {
  font-family: "Montserrat", sans-serif;
  color: #2a3755; }

main {
  position: relative;
  z-index: 5; }

.body-wrap {
  position: relative;
  overflow: hidden; }

.section-intro {
  color: #2a3755; }
  .section-intro > .text {
    font-weight: 500;
    opacity: 0.8;
    color: inherit; }
    .section-intro > .text + .button {
      margin-top: 25px; }
    .section-intro > .text.text-opacity {
      opacity: 1; }
  .section-intro > .text-second {
    opacity: 0.8;
    color: inherit; }
    .section-intro > .text-second + .button {
      margin-top: 25px; }
    .section-intro > .text-second.text-opacity {
      opacity: 1; }

.section-intro-bg {
  padding: 80px 100px;
  background-color: #2a3755; }

.section-intro-white {
  color: #fff; }
  .section-intro-white a {
    color: #fff;
    text-decoration: underline; }

.section-intro-center {
  text-align: center; }
  .section-intro-center .section-title:not(.h3)::after {
    left: 50%;
    transform: translateX(-50%); }

.section-title {
  color: inherit;
  margin-bottom: 30px;
  position: relative; }
  .section-title:not(.h3) {
    margin-bottom: 62px; }
    .section-title:not(.h3)::after {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      bottom: -32px;
      width: 20px;
      height: 2px;
      background-color: #bb8469; }
  .section-title span {
    display: block; }
  .section-title b {
    font-weight: 400; }
  @media only screen and (max-width: 1200px) {
    .section-title:not(.h3) {
      margin-bottom: 42px; }
      .section-title:not(.h3)::after {
        bottom: -22px; } }

.section-intro-text {
  color: #fff;
  opacity: 0.8; }
  .section-intro-text strong {
    color: #fff;
    font-weight: 700;
    opacity: 1; }

.section-title-center {
  text-align: center; }
  .section-title-center:not(.h3)::after {
    left: 50%;
    transform: translateX(-50%); }

.section-dates {
  font-size: 18px;
  letter-spacing: -0.5px;
  font-weight: 500;
  margin-bottom: 30px; }
  .section-dates strong {
    font-weight: 700; }
  .section-dates p {
    margin-top: 5px;
    line-height: 1; }

.page-dashboard .footer {
  z-index: 20; }

.dashboard-main {
  display: flex; }
  @media only screen and (max-width: 1200px) {
    .dashboard-main {
      flex-direction: column; } }

.dashboard {
  background: #f5f5f5;
  padding-top: 170px;
  width: 100%; }
  .dashboard > .wrapper, .card-modal .dashboard > .card, .card-modal:not([data-modal-type="participant"]) .dashboard > .card-modal-inner {
    max-width: 1640px;
    padding: 0 100px; }
  @media only screen and (min-width: 768px) and (max-width: 1200px) {
    .dashboard > .wrapper, .card-modal .dashboard > .card, .card-modal:not([data-modal-type="participant"]) .dashboard > .card-modal-inner {
      padding: 0 64px; } }
  @media only screen and (max-width: 1200px) {
    .dashboard {
      padding-top: 0px; } }
  @media only screen and (max-width: 767px) {
    .dashboard > .wrapper, .card-modal .dashboard > .card, .card-modal:not([data-modal-type="participant"]) .dashboard > .card-modal-inner {
      padding: 0 22px; } }

.dashboard-wrapper {
  padding-bottom: 120px; }
  @media only screen and (max-width: 1200px) {
    .dashboard-wrapper {
      padding-left: 0;
      padding-top: 60px;
      min-height: 100%; } }
  @media only screen and (min-width: 768px) and (max-width: 1200px) {
    .dashboard-wrapper {
      padding-bottom: 100px; } }
  @media only screen and (max-width: 767px) {
    .dashboard-wrapper {
      padding-bottom: 80px; } }

.footer {
  position: relative;
  padding: 90px 0 70px; }
  .footer:not(.footer-dark) {
    background-color: #fff;
    color: #2a3755; }
    .footer:not(.footer-dark) .footer-link::after {
      background: #2a3755; }
    .footer:not(.footer-dark) .footer-logo path {
      fill: #2a3755; }
  @media only screen and (min-width: 768px) and (max-width: 1200px) {
    .footer {
      padding: 60px 0 70px; } }
  @media only screen and (max-width: 767px) {
    .footer {
      padding: 60px 0 30px; } }

@media only screen and (max-width: 1200px) {
  .footer-wrapper {
    position: relative; } }

.footer-dark {
  background-color: #2a3755;
  color: #fff; }
  .footer-dark .footer-link::after {
    background: #fff; }
  .footer-dark .footer-logo path {
    fill: #fff; }

.footer-logo {
  display: block;
  width: 180px;
  height: 40px;
  margin-bottom: 60px; }
  @media only screen and (max-width: 1200px) {
    .footer-logo {
      margin-bottom: 40px; } }
  @media only screen and (min-width: 768px) and (max-width: 1200px) {
    .footer-logo {
      height: 34px;
      width: 150px; } }
  @media only screen and (max-width: 767px) {
    .footer-logo {
      height: 27px;
      width: 120px; } }

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 70px;
  position: relative;
  font-size: 12px;
  letter-spacing: 1.7px;
  text-transform: uppercase; }
  @media only screen and (max-width: 1200px) {
    .footer-nav {
      position: static; } }
  @media only screen and (min-width: 768px) and (max-width: 1200px) {
    .footer-nav {
      margin-bottom: 40px; } }
  @media only screen and (max-width: 767px) {
    .footer-nav {
      margin-bottom: 35px; } }

.footer-nav-list {
  display: flex; }
  @media only screen and (max-width: 1200px) {
    .footer-nav-list {
      flex-direction: column; } }

.footer-nav-item:not(:last-child) {
  margin-right: 60px; }
@media only screen and (min-width: 1201px) and (max-width: 1440px) {
  .footer-nav-item:not(:last-child) {
    margin-right: 30px; } }
@media only screen and (max-width: 1200px) {
  .footer-nav-item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 30px; } }

.footer-link-social,
.footer-link {
  color: inherit;
  opacity: 0.7;
  transition: opacity 0.3s ease-in-out;
  font-weight: 700; }
  .footer-link-social:hover,
  .footer-link:hover {
    opacity: 1; }

.footer-link {
  position: relative; }
  .footer-link::after {
    content: "";
    bottom: 0;
    display: block;
    opacity: 0;
    position: absolute;
    width: 20px;
    height: 2px;
    left: 0;
    transition: 0.3s ease-in-out; }
  .footer-link.footer-active, .footer-link:hover {
    opacity: 1; }
    .footer-link.footer-active::after, .footer-link:hover::after {
      bottom: -10px;
      opacity: 1; }

.footer-link-social {
  font-size: 20px;
  position: absolute;
  right: 0; }
  @media only screen and (max-width: 1200px) {
    .footer-link-social {
      bottom: 0; } }

.footer-small {
  display: flex;
  align-items: center; }
  .footer-small span {
    opacity: 0.7;
    font-size: 12px;
    font-weight: 700px;
    line-height: 18px; }
  .footer-small a {
    margin-left: 15px;
    opacity: 0.7;
    color: inherit;
    transition: opacity 0.3s ease-in-out; }
    .footer-small a::before {
      content: "/";
      margin-right: 15px; }
    .footer-small a:hover {
      opacity: 1; }
  @media only screen and (max-width: 1200px) {
    .footer-small {
      flex-direction: column;
      align-items: flex-start; }
      .footer-small span {
        margin-bottom: 20px; }
      .footer-small a {
        margin-left: 0; }
        .footer-small a::before {
          display: none; } }

.container {
  display: flex;
  flex-wrap: wrap; }
  @media only screen and (max-width: 1200px) {
    .container {
      display: block; } }
  @media only screen and (min-width: 768px) and (max-width: 1200px) {
    .container > div + div {
      margin-top: 20px; } }

.container-negative {
  margin: 0 -20px; }
  @media only screen and (max-width: 1200px) {
    .container-negative {
      margin: 0; } }

.main-container {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 90px 0;
  background-color: #fff;
  box-shadow: 0 100px 200px -80px rgba(0, 0, 0, 0.4);
  top: -120px;
  z-index: 5; }
  @media only screen and (min-width: 768px) and (max-width: 1200px) {
    .main-container {
      padding: 80px 0;
      top: -100px; } }
  @media only screen and (max-width: 767px) {
    .main-container {
      padding: 60px 25px;
      top: -60px; } }
  .main-container--no-top {
    top: 0 !important; }

@media only screen and (max-width: 767px) {
  .main-container-nowrap {
    top: 0;
    margin: 0 -22px; } }

.section {
  padding: 120px 0; }
  .section:not([class*="bg-"]) + .section:not([class*="bg-"]) {
    padding-top: 0; }
  @media only screen and (min-width: 768px) and (max-width: 1200px) {
    .section {
      padding: 100px 0; } }
  @media only screen and (max-width: 767px) {
    .section {
      padding: 80px 0; } }

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .section-columns .col-50:not(:last-child) {
    margin-bottom: 60px; } }
@media only screen and (max-width: 767px) {
  .section-columns .col-50:not(:last-child) {
    margin-bottom: 60px; } }

.section-vh {
  padding: 180px 0;
  min-height: 100vh; }
  @media only screen and (min-width: 768px) and (max-width: 1200px) {
    .section-vh {
      padding: 120px 0; } }
  @media only screen and (max-width: 767px) {
    .section-vh {
      padding: 80px 0; } }

.col-60 {
  flex: 1 1 60%;
  max-width: 60%; }
  @media only screen and (max-width: 1200px) {
    .col-60 {
      flex: none;
      max-width: 100%; } }

.col-50 {
  flex: 1 1 50%;
  max-width: 50%; }
  @media only screen and (max-width: 1200px) {
    .col-50 {
      flex: none;
      max-width: 100%; } }

.col-40 {
  flex: 1 1 40%;
  max-width: 40%; }
  @media only screen and (max-width: 1200px) {
    .col-40 {
      flex: none;
      max-width: 100%; } }

.col-30 {
  flex: 1 1 30%;
  max-width: 30%; }
  @media only screen and (max-width: 1200px) {
    .col-30 {
      flex: none;
      max-width: 100%; } }

.offset-10 {
  margin: 0 10%; }
  @media only screen and (max-width: 1200px) {
    .offset-10 {
      margin: 0; } }

.padding-x-10 {
  padding: 0 10%; }
  @media only screen and (min-width: 768px) and (max-width: 1200px) {
    .padding-x-10 {
      padding: 0 12.5%; } }
  @media only screen and (max-width: 767px) {
    .padding-x-10 {
      padding: 0; } }

.spinner-holder {
  position: relative; }

.spinner-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99; }

.spinner,
.spinner:after {
  box-sizing: border-box; }

.spinner {
  display: inline-block;
  width: 80px;
  height: 80px; }

.spinner:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6.4px solid currentColor;
  border-color: currentColor transparent currentColor transparent;
  animation: spinner 1.2s linear infinite; }

@keyframes spinner {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */ }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none; }

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-nav button,
.owl-carousel .owl-nav button,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
            This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
            calculation of the height of the owl-item that breaks page layouts
         */ }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

:root {
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1; }

.animate__animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animate__animated.animate__infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animate__animated.animate__repeat-1 {
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: var(--animate-repeat);
  animation-iteration-count: var(--animate-repeat); }

.animate__animated.animate__repeat-2 {
  -webkit-animation-iteration-count: calc(1 * 2);
  animation-iteration-count: calc(1 * 2);
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 2);
  animation-iteration-count: calc(var(--animate-repeat) * 2); }

.animate__animated.animate__repeat-3 {
  -webkit-animation-iteration-count: calc(1 * 3);
  animation-iteration-count: calc(1 * 3);
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 3);
  animation-iteration-count: calc(var(--animate-repeat) * 3); }

.animate__animated.animate__delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-delay: var(--animate-delay);
  animation-delay: var(--animate-delay); }

.animate__animated.animate__delay-2s {
  -webkit-animation-delay: calc(1s * 2);
  animation-delay: calc(1s * 2);
  -webkit-animation-delay: calc(var(--animate-delay) * 2);
  animation-delay: calc(var(--animate-delay) * 2); }

.animate__animated.animate__delay-3s {
  -webkit-animation-delay: calc(1s * 3);
  animation-delay: calc(1s * 3);
  -webkit-animation-delay: calc(var(--animate-delay) * 3);
  animation-delay: calc(var(--animate-delay) * 3); }

.animate__animated.animate__delay-4s {
  -webkit-animation-delay: calc(1s * 4);
  animation-delay: calc(1s * 4);
  -webkit-animation-delay: calc(var(--animate-delay) * 4);
  animation-delay: calc(var(--animate-delay) * 4); }

.animate__animated.animate__delay-5s {
  -webkit-animation-delay: calc(1s * 5);
  animation-delay: calc(1s * 5);
  -webkit-animation-delay: calc(var(--animate-delay) * 5);
  animation-delay: calc(var(--animate-delay) * 5); }

.animate__animated.animate__faster {
  -webkit-animation-duration: calc(1s / 2);
  animation-duration: calc(1s / 2);
  -webkit-animation-duration: calc(var(--animate-duration) / 2);
  animation-duration: calc(var(--animate-duration) / 2); }

.animate__animated.animate__fast {
  -webkit-animation-duration: calc(1s * 0.8);
  animation-duration: calc(1s * 0.8);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.8);
  animation-duration: calc(var(--animate-duration) * 0.8); }

.animate__animated.animate__slow {
  -webkit-animation-duration: calc(1s * 2);
  animation-duration: calc(1s * 2);
  -webkit-animation-duration: calc(var(--animate-duration) * 2);
  animation-duration: calc(var(--animate-duration) * 2); }

.animate__animated.animate__slower {
  -webkit-animation-duration: calc(1s * 3);
  animation-duration: calc(1s * 3);
  -webkit-animation-duration: calc(var(--animate-duration) * 3);
  animation-duration: calc(var(--animate-duration) * 3); }

@media print, (prefers-reduced-motion: reduce) {
  .animate__animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important; }

  .animate__animated[class*='Out'] {
    opacity: 0; } }
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0); }
  50% {
    opacity: 0; }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0); }
  50% {
    opacity: 0; }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.animate__fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0); } }
@keyframes fadeOutRight {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0); } }
.animate__fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

[data-aos][data-aos][data-aos-duration="50"], body[data-aos-duration="50"] [data-aos] {
  transition-duration: 50ms; }

[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
  transition-delay: 50ms; }

[data-aos][data-aos][data-aos-duration="100"], body[data-aos-duration="100"] [data-aos] {
  transition-duration: .1s; }

[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
  transition-delay: .1s; }

[data-aos][data-aos][data-aos-duration="150"], body[data-aos-duration="150"] [data-aos] {
  transition-duration: .15s; }

[data-aos][data-aos][data-aos-delay="150"], body[data-aos-delay="150"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="150"].aos-animate, body[data-aos-delay="150"] [data-aos].aos-animate {
  transition-delay: .15s; }

[data-aos][data-aos][data-aos-duration="200"], body[data-aos-duration="200"] [data-aos] {
  transition-duration: .2s; }

[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
  transition-delay: .2s; }

[data-aos][data-aos][data-aos-duration="250"], body[data-aos-duration="250"] [data-aos] {
  transition-duration: .25s; }

[data-aos][data-aos][data-aos-delay="250"], body[data-aos-delay="250"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="250"].aos-animate, body[data-aos-delay="250"] [data-aos].aos-animate {
  transition-delay: .25s; }

[data-aos][data-aos][data-aos-duration="300"], body[data-aos-duration="300"] [data-aos] {
  transition-duration: .3s; }

[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate {
  transition-delay: .3s; }

[data-aos][data-aos][data-aos-duration="350"], body[data-aos-duration="350"] [data-aos] {
  transition-duration: .35s; }

[data-aos][data-aos][data-aos-delay="350"], body[data-aos-delay="350"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="350"].aos-animate, body[data-aos-delay="350"] [data-aos].aos-animate {
  transition-delay: .35s; }

[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
  transition-duration: .4s; }

[data-aos][data-aos][data-aos-delay="400"], body[data-aos-delay="400"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="400"].aos-animate, body[data-aos-delay="400"] [data-aos].aos-animate {
  transition-delay: .4s; }

[data-aos][data-aos][data-aos-duration="450"], body[data-aos-duration="450"] [data-aos] {
  transition-duration: .45s; }

[data-aos][data-aos][data-aos-delay="450"], body[data-aos-delay="450"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="450"].aos-animate, body[data-aos-delay="450"] [data-aos].aos-animate {
  transition-delay: .45s; }

[data-aos][data-aos][data-aos-duration="500"], body[data-aos-duration="500"] [data-aos] {
  transition-duration: .5s; }

[data-aos][data-aos][data-aos-delay="500"], body[data-aos-delay="500"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="500"].aos-animate, body[data-aos-delay="500"] [data-aos].aos-animate {
  transition-delay: .5s; }

[data-aos][data-aos][data-aos-duration="550"], body[data-aos-duration="550"] [data-aos] {
  transition-duration: .55s; }

[data-aos][data-aos][data-aos-delay="550"], body[data-aos-delay="550"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="550"].aos-animate, body[data-aos-delay="550"] [data-aos].aos-animate {
  transition-delay: .55s; }

[data-aos][data-aos][data-aos-duration="600"], body[data-aos-duration="600"] [data-aos] {
  transition-duration: .6s; }

[data-aos][data-aos][data-aos-delay="600"], body[data-aos-delay="600"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="600"].aos-animate, body[data-aos-delay="600"] [data-aos].aos-animate {
  transition-delay: .6s; }

[data-aos][data-aos][data-aos-duration="650"], body[data-aos-duration="650"] [data-aos] {
  transition-duration: .65s; }

[data-aos][data-aos][data-aos-delay="650"], body[data-aos-delay="650"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="650"].aos-animate, body[data-aos-delay="650"] [data-aos].aos-animate {
  transition-delay: .65s; }

[data-aos][data-aos][data-aos-duration="700"], body[data-aos-duration="700"] [data-aos] {
  transition-duration: .7s; }

[data-aos][data-aos][data-aos-delay="700"], body[data-aos-delay="700"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="700"].aos-animate, body[data-aos-delay="700"] [data-aos].aos-animate {
  transition-delay: .7s; }

[data-aos][data-aos][data-aos-duration="750"], body[data-aos-duration="750"] [data-aos] {
  transition-duration: .75s; }

[data-aos][data-aos][data-aos-delay="750"], body[data-aos-delay="750"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="750"].aos-animate, body[data-aos-delay="750"] [data-aos].aos-animate {
  transition-delay: .75s; }

[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
  transition-duration: .8s; }

[data-aos][data-aos][data-aos-delay="800"], body[data-aos-delay="800"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="800"].aos-animate, body[data-aos-delay="800"] [data-aos].aos-animate {
  transition-delay: .8s; }

[data-aos][data-aos][data-aos-duration="850"], body[data-aos-duration="850"] [data-aos] {
  transition-duration: .85s; }

[data-aos][data-aos][data-aos-delay="850"], body[data-aos-delay="850"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="850"].aos-animate, body[data-aos-delay="850"] [data-aos].aos-animate {
  transition-delay: .85s; }

[data-aos][data-aos][data-aos-duration="900"], body[data-aos-duration="900"] [data-aos] {
  transition-duration: .9s; }

[data-aos][data-aos][data-aos-delay="900"], body[data-aos-delay="900"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="900"].aos-animate, body[data-aos-delay="900"] [data-aos].aos-animate {
  transition-delay: .9s; }

[data-aos][data-aos][data-aos-duration="950"], body[data-aos-duration="950"] [data-aos] {
  transition-duration: .95s; }

[data-aos][data-aos][data-aos-delay="950"], body[data-aos-delay="950"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="950"].aos-animate, body[data-aos-delay="950"] [data-aos].aos-animate {
  transition-delay: .95s; }

[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
  transition-duration: 1s; }

[data-aos][data-aos][data-aos-delay="1000"], body[data-aos-delay="1000"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1000"].aos-animate, body[data-aos-delay="1000"] [data-aos].aos-animate {
  transition-delay: 1s; }

[data-aos][data-aos][data-aos-duration="1050"], body[data-aos-duration="1050"] [data-aos] {
  transition-duration: 1.05s; }

[data-aos][data-aos][data-aos-delay="1050"], body[data-aos-delay="1050"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1050"].aos-animate, body[data-aos-delay="1050"] [data-aos].aos-animate {
  transition-delay: 1.05s; }

[data-aos][data-aos][data-aos-duration="1100"], body[data-aos-duration="1100"] [data-aos] {
  transition-duration: 1.1s; }

[data-aos][data-aos][data-aos-delay="1100"], body[data-aos-delay="1100"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1100"].aos-animate, body[data-aos-delay="1100"] [data-aos].aos-animate {
  transition-delay: 1.1s; }

[data-aos][data-aos][data-aos-duration="1150"], body[data-aos-duration="1150"] [data-aos] {
  transition-duration: 1.15s; }

[data-aos][data-aos][data-aos-delay="1150"], body[data-aos-delay="1150"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1150"].aos-animate, body[data-aos-delay="1150"] [data-aos].aos-animate {
  transition-delay: 1.15s; }

[data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] {
  transition-duration: 1.2s; }

[data-aos][data-aos][data-aos-delay="1200"], body[data-aos-delay="1200"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1200"].aos-animate, body[data-aos-delay="1200"] [data-aos].aos-animate {
  transition-delay: 1.2s; }

[data-aos][data-aos][data-aos-duration="1250"], body[data-aos-duration="1250"] [data-aos] {
  transition-duration: 1.25s; }

[data-aos][data-aos][data-aos-delay="1250"], body[data-aos-delay="1250"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1250"].aos-animate, body[data-aos-delay="1250"] [data-aos].aos-animate {
  transition-delay: 1.25s; }

[data-aos][data-aos][data-aos-duration="1300"], body[data-aos-duration="1300"] [data-aos] {
  transition-duration: 1.3s; }

[data-aos][data-aos][data-aos-delay="1300"], body[data-aos-delay="1300"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1300"].aos-animate, body[data-aos-delay="1300"] [data-aos].aos-animate {
  transition-delay: 1.3s; }

[data-aos][data-aos][data-aos-duration="1350"], body[data-aos-duration="1350"] [data-aos] {
  transition-duration: 1.35s; }

[data-aos][data-aos][data-aos-delay="1350"], body[data-aos-delay="1350"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1350"].aos-animate, body[data-aos-delay="1350"] [data-aos].aos-animate {
  transition-delay: 1.35s; }

[data-aos][data-aos][data-aos-duration="1400"], body[data-aos-duration="1400"] [data-aos] {
  transition-duration: 1.4s; }

[data-aos][data-aos][data-aos-delay="1400"], body[data-aos-delay="1400"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1400"].aos-animate, body[data-aos-delay="1400"] [data-aos].aos-animate {
  transition-delay: 1.4s; }

[data-aos][data-aos][data-aos-duration="1450"], body[data-aos-duration="1450"] [data-aos] {
  transition-duration: 1.45s; }

[data-aos][data-aos][data-aos-delay="1450"], body[data-aos-delay="1450"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1450"].aos-animate, body[data-aos-delay="1450"] [data-aos].aos-animate {
  transition-delay: 1.45s; }

[data-aos][data-aos][data-aos-duration="1500"], body[data-aos-duration="1500"] [data-aos] {
  transition-duration: 1.5s; }

[data-aos][data-aos][data-aos-delay="1500"], body[data-aos-delay="1500"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1500"].aos-animate, body[data-aos-delay="1500"] [data-aos].aos-animate {
  transition-delay: 1.5s; }

[data-aos][data-aos][data-aos-duration="1550"], body[data-aos-duration="1550"] [data-aos] {
  transition-duration: 1.55s; }

[data-aos][data-aos][data-aos-delay="1550"], body[data-aos-delay="1550"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1550"].aos-animate, body[data-aos-delay="1550"] [data-aos].aos-animate {
  transition-delay: 1.55s; }

[data-aos][data-aos][data-aos-duration="1600"], body[data-aos-duration="1600"] [data-aos] {
  transition-duration: 1.6s; }

[data-aos][data-aos][data-aos-delay="1600"], body[data-aos-delay="1600"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1600"].aos-animate, body[data-aos-delay="1600"] [data-aos].aos-animate {
  transition-delay: 1.6s; }

[data-aos][data-aos][data-aos-duration="1650"], body[data-aos-duration="1650"] [data-aos] {
  transition-duration: 1.65s; }

[data-aos][data-aos][data-aos-delay="1650"], body[data-aos-delay="1650"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1650"].aos-animate, body[data-aos-delay="1650"] [data-aos].aos-animate {
  transition-delay: 1.65s; }

[data-aos][data-aos][data-aos-duration="1700"], body[data-aos-duration="1700"] [data-aos] {
  transition-duration: 1.7s; }

[data-aos][data-aos][data-aos-delay="1700"], body[data-aos-delay="1700"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1700"].aos-animate, body[data-aos-delay="1700"] [data-aos].aos-animate {
  transition-delay: 1.7s; }

[data-aos][data-aos][data-aos-duration="1750"], body[data-aos-duration="1750"] [data-aos] {
  transition-duration: 1.75s; }

[data-aos][data-aos][data-aos-delay="1750"], body[data-aos-delay="1750"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1750"].aos-animate, body[data-aos-delay="1750"] [data-aos].aos-animate {
  transition-delay: 1.75s; }

[data-aos][data-aos][data-aos-duration="1800"], body[data-aos-duration="1800"] [data-aos] {
  transition-duration: 1.8s; }

[data-aos][data-aos][data-aos-delay="1800"], body[data-aos-delay="1800"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1800"].aos-animate, body[data-aos-delay="1800"] [data-aos].aos-animate {
  transition-delay: 1.8s; }

[data-aos][data-aos][data-aos-duration="1850"], body[data-aos-duration="1850"] [data-aos] {
  transition-duration: 1.85s; }

[data-aos][data-aos][data-aos-delay="1850"], body[data-aos-delay="1850"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1850"].aos-animate, body[data-aos-delay="1850"] [data-aos].aos-animate {
  transition-delay: 1.85s; }

[data-aos][data-aos][data-aos-duration="1900"], body[data-aos-duration="1900"] [data-aos] {
  transition-duration: 1.9s; }

[data-aos][data-aos][data-aos-delay="1900"], body[data-aos-delay="1900"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1900"].aos-animate, body[data-aos-delay="1900"] [data-aos].aos-animate {
  transition-delay: 1.9s; }

[data-aos][data-aos][data-aos-duration="1950"], body[data-aos-duration="1950"] [data-aos] {
  transition-duration: 1.95s; }

[data-aos][data-aos][data-aos-delay="1950"], body[data-aos-delay="1950"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1950"].aos-animate, body[data-aos-delay="1950"] [data-aos].aos-animate {
  transition-delay: 1.95s; }

[data-aos][data-aos][data-aos-duration="2000"], body[data-aos-duration="2000"] [data-aos] {
  transition-duration: 2s; }

[data-aos][data-aos][data-aos-delay="2000"], body[data-aos-delay="2000"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2000"].aos-animate, body[data-aos-delay="2000"] [data-aos].aos-animate {
  transition-delay: 2s; }

[data-aos][data-aos][data-aos-duration="2050"], body[data-aos-duration="2050"] [data-aos] {
  transition-duration: 2.05s; }

[data-aos][data-aos][data-aos-delay="2050"], body[data-aos-delay="2050"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2050"].aos-animate, body[data-aos-delay="2050"] [data-aos].aos-animate {
  transition-delay: 2.05s; }

[data-aos][data-aos][data-aos-duration="2100"], body[data-aos-duration="2100"] [data-aos] {
  transition-duration: 2.1s; }

[data-aos][data-aos][data-aos-delay="2100"], body[data-aos-delay="2100"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2100"].aos-animate, body[data-aos-delay="2100"] [data-aos].aos-animate {
  transition-delay: 2.1s; }

[data-aos][data-aos][data-aos-duration="2150"], body[data-aos-duration="2150"] [data-aos] {
  transition-duration: 2.15s; }

[data-aos][data-aos][data-aos-delay="2150"], body[data-aos-delay="2150"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2150"].aos-animate, body[data-aos-delay="2150"] [data-aos].aos-animate {
  transition-delay: 2.15s; }

[data-aos][data-aos][data-aos-duration="2200"], body[data-aos-duration="2200"] [data-aos] {
  transition-duration: 2.2s; }

[data-aos][data-aos][data-aos-delay="2200"], body[data-aos-delay="2200"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2200"].aos-animate, body[data-aos-delay="2200"] [data-aos].aos-animate {
  transition-delay: 2.2s; }

[data-aos][data-aos][data-aos-duration="2250"], body[data-aos-duration="2250"] [data-aos] {
  transition-duration: 2.25s; }

[data-aos][data-aos][data-aos-delay="2250"], body[data-aos-delay="2250"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2250"].aos-animate, body[data-aos-delay="2250"] [data-aos].aos-animate {
  transition-delay: 2.25s; }

[data-aos][data-aos][data-aos-duration="2300"], body[data-aos-duration="2300"] [data-aos] {
  transition-duration: 2.3s; }

[data-aos][data-aos][data-aos-delay="2300"], body[data-aos-delay="2300"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2300"].aos-animate, body[data-aos-delay="2300"] [data-aos].aos-animate {
  transition-delay: 2.3s; }

[data-aos][data-aos][data-aos-duration="2350"], body[data-aos-duration="2350"] [data-aos] {
  transition-duration: 2.35s; }

[data-aos][data-aos][data-aos-delay="2350"], body[data-aos-delay="2350"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2350"].aos-animate, body[data-aos-delay="2350"] [data-aos].aos-animate {
  transition-delay: 2.35s; }

[data-aos][data-aos][data-aos-duration="2400"], body[data-aos-duration="2400"] [data-aos] {
  transition-duration: 2.4s; }

[data-aos][data-aos][data-aos-delay="2400"], body[data-aos-delay="2400"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2400"].aos-animate, body[data-aos-delay="2400"] [data-aos].aos-animate {
  transition-delay: 2.4s; }

[data-aos][data-aos][data-aos-duration="2450"], body[data-aos-duration="2450"] [data-aos] {
  transition-duration: 2.45s; }

[data-aos][data-aos][data-aos-delay="2450"], body[data-aos-delay="2450"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2450"].aos-animate, body[data-aos-delay="2450"] [data-aos].aos-animate {
  transition-delay: 2.45s; }

[data-aos][data-aos][data-aos-duration="2500"], body[data-aos-duration="2500"] [data-aos] {
  transition-duration: 2.5s; }

[data-aos][data-aos][data-aos-delay="2500"], body[data-aos-delay="2500"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2500"].aos-animate, body[data-aos-delay="2500"] [data-aos].aos-animate {
  transition-delay: 2.5s; }

[data-aos][data-aos][data-aos-duration="2550"], body[data-aos-duration="2550"] [data-aos] {
  transition-duration: 2.55s; }

[data-aos][data-aos][data-aos-delay="2550"], body[data-aos-delay="2550"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2550"].aos-animate, body[data-aos-delay="2550"] [data-aos].aos-animate {
  transition-delay: 2.55s; }

[data-aos][data-aos][data-aos-duration="2600"], body[data-aos-duration="2600"] [data-aos] {
  transition-duration: 2.6s; }

[data-aos][data-aos][data-aos-delay="2600"], body[data-aos-delay="2600"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2600"].aos-animate, body[data-aos-delay="2600"] [data-aos].aos-animate {
  transition-delay: 2.6s; }

[data-aos][data-aos][data-aos-duration="2650"], body[data-aos-duration="2650"] [data-aos] {
  transition-duration: 2.65s; }

[data-aos][data-aos][data-aos-delay="2650"], body[data-aos-delay="2650"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2650"].aos-animate, body[data-aos-delay="2650"] [data-aos].aos-animate {
  transition-delay: 2.65s; }

[data-aos][data-aos][data-aos-duration="2700"], body[data-aos-duration="2700"] [data-aos] {
  transition-duration: 2.7s; }

[data-aos][data-aos][data-aos-delay="2700"], body[data-aos-delay="2700"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2700"].aos-animate, body[data-aos-delay="2700"] [data-aos].aos-animate {
  transition-delay: 2.7s; }

[data-aos][data-aos][data-aos-duration="2750"], body[data-aos-duration="2750"] [data-aos] {
  transition-duration: 2.75s; }

[data-aos][data-aos][data-aos-delay="2750"], body[data-aos-delay="2750"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2750"].aos-animate, body[data-aos-delay="2750"] [data-aos].aos-animate {
  transition-delay: 2.75s; }

[data-aos][data-aos][data-aos-duration="2800"], body[data-aos-duration="2800"] [data-aos] {
  transition-duration: 2.8s; }

[data-aos][data-aos][data-aos-delay="2800"], body[data-aos-delay="2800"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2800"].aos-animate, body[data-aos-delay="2800"] [data-aos].aos-animate {
  transition-delay: 2.8s; }

[data-aos][data-aos][data-aos-duration="2850"], body[data-aos-duration="2850"] [data-aos] {
  transition-duration: 2.85s; }

[data-aos][data-aos][data-aos-delay="2850"], body[data-aos-delay="2850"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2850"].aos-animate, body[data-aos-delay="2850"] [data-aos].aos-animate {
  transition-delay: 2.85s; }

[data-aos][data-aos][data-aos-duration="2900"], body[data-aos-duration="2900"] [data-aos] {
  transition-duration: 2.9s; }

[data-aos][data-aos][data-aos-delay="2900"], body[data-aos-delay="2900"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2900"].aos-animate, body[data-aos-delay="2900"] [data-aos].aos-animate {
  transition-delay: 2.9s; }

[data-aos][data-aos][data-aos-duration="2950"], body[data-aos-duration="2950"] [data-aos] {
  transition-duration: 2.95s; }

[data-aos][data-aos][data-aos-delay="2950"], body[data-aos-delay="2950"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2950"].aos-animate, body[data-aos-delay="2950"] [data-aos].aos-animate {
  transition-delay: 2.95s; }

[data-aos][data-aos][data-aos-duration="3000"], body[data-aos-duration="3000"] [data-aos] {
  transition-duration: 3s; }

[data-aos][data-aos][data-aos-delay="3000"], body[data-aos-delay="3000"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="3000"].aos-animate, body[data-aos-delay="3000"] [data-aos].aos-animate {
  transition-delay: 3s; }

[data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75); }

[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
  transition-timing-function: ease; }

[data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos] {
  transition-timing-function: ease-in; }

[data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] {
  transition-timing-function: ease-out; }

[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
  transition-timing-function: ease-in-out; }

[data-aos][data-aos][data-aos-easing=ease-in-back], body[data-aos-easing=ease-in-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045); }

[data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275); }

[data-aos][data-aos][data-aos-easing=ease-in-out-back], body[data-aos-easing=ease-in-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }

[data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715); }

[data-aos][data-aos][data-aos-easing=ease-out-sine], body[data-aos-easing=ease-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1); }

[data-aos][data-aos][data-aos-easing=ease-in-out-sine], body[data-aos-easing=ease-in-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95); }

[data-aos][data-aos][data-aos-easing=ease-in-quad], body[data-aos-easing=ease-in-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

[data-aos][data-aos][data-aos-easing=ease-out-quad], body[data-aos-easing=ease-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

[data-aos][data-aos][data-aos-easing=ease-in-out-quad], body[data-aos-easing=ease-in-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

[data-aos][data-aos][data-aos-easing=ease-in-cubic], body[data-aos-easing=ease-in-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

[data-aos][data-aos][data-aos-easing=ease-out-cubic], body[data-aos-easing=ease-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic], body[data-aos-easing=ease-in-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

[data-aos][data-aos][data-aos-easing=ease-in-quart], body[data-aos-easing=ease-in-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

[data-aos][data-aos][data-aos-easing=ease-out-quart], body[data-aos-easing=ease-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

[data-aos][data-aos][data-aos-easing=ease-in-out-quart], body[data-aos-easing=ease-in-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  transition-property: opacity,transform; }

[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  transform: translateZ(0); }

[data-aos=fade-up] {
  transform: translate3d(0, 100px, 0); }

[data-aos=fade-down] {
  transform: translate3d(0, -100px, 0); }

[data-aos=fade-right] {
  transform: translate3d(-100px, 0, 0); }

[data-aos=fade-left] {
  transform: translate3d(100px, 0, 0); }

[data-aos=fade-up-right] {
  transform: translate3d(-100px, 100px, 0); }

[data-aos=fade-up-left] {
  transform: translate3d(100px, 100px, 0); }

[data-aos=fade-down-right] {
  transform: translate3d(-100px, -100px, 0); }

[data-aos=fade-down-left] {
  transform: translate3d(100px, -100px, 0); }

[data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  transition-property: opacity,transform; }

[data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  transform: translateZ(0) scale(1); }

[data-aos=zoom-in] {
  transform: scale(0.6); }

[data-aos=zoom-in-up] {
  transform: translate3d(0, 100px, 0) scale(0.6); }

[data-aos=zoom-in-down] {
  transform: translate3d(0, -100px, 0) scale(0.6); }

[data-aos=zoom-in-right] {
  transform: translate3d(-100px, 0, 0) scale(0.6); }

[data-aos=zoom-in-left] {
  transform: translate3d(100px, 0, 0) scale(0.6); }

[data-aos=zoom-out] {
  transform: scale(1.2); }

[data-aos=zoom-out-up] {
  transform: translate3d(0, 100px, 0) scale(1.2); }

[data-aos=zoom-out-down] {
  transform: translate3d(0, -100px, 0) scale(1.2); }

[data-aos=zoom-out-right] {
  transform: translate3d(-100px, 0, 0) scale(1.2); }

[data-aos=zoom-out-left] {
  transform: translate3d(100px, 0, 0) scale(1.2); }

[data-aos^=slide][data-aos^=slide] {
  transition-property: transform; }

[data-aos^=slide][data-aos^=slide].aos-animate {
  transform: translateZ(0); }

[data-aos=slide-up] {
  transform: translate3d(0, 100%, 0); }

[data-aos=slide-down] {
  transform: translate3d(0, -100%, 0); }

[data-aos=slide-right] {
  transform: translate3d(-100%, 0, 0); }

[data-aos=slide-left] {
  transform: translate3d(100%, 0, 0); }

[data-aos^=flip][data-aos^=flip] {
  backface-visibility: hidden;
  transition-property: transform; }

[data-aos=flip-left] {
  transform: perspective(2500px) rotateY(-100deg); }

[data-aos=flip-left].aos-animate {
  transform: perspective(2500px) rotateY(0); }

[data-aos=flip-right] {
  transform: perspective(2500px) rotateY(100deg); }

[data-aos=flip-right].aos-animate {
  transform: perspective(2500px) rotateY(0); }

[data-aos=flip-up] {
  transform: perspective(2500px) rotateX(-100deg); }

[data-aos=flip-up].aos-animate {
  transform: perspective(2500px) rotateX(0); }

[data-aos=flip-down] {
  transform: perspective(2500px) rotateX(100deg); }

[data-aos=flip-down].aos-animate {
  transform: perspective(2500px) rotateX(0); }

.page-about main {
  background-image: url("../images/bg_texture-grey.png"); }
  .page-about main > .wrapper .section-intro, .page-about .card-modal main > .card .section-intro, .card-modal .page-about main > .card .section-intro, .page-about .card-modal:not([data-modal-type="participant"]) main > .card-modal-inner .section-intro, .card-modal:not([data-modal-type="participant"]) .page-about main > .card-modal-inner .section-intro {
    margin: 0 -100px;
    width: calc(100% + 200px); }

.page-homepage #intro-block {
  background: url(../images/bg_texture-blue.png) center top repeat;
  background-size: 512px; }
  .page-homepage #intro-block .section-intro {
    width: 60%;
    margin: 0 auto; }
  .page-homepage #intro-block .button {
    margin-top: 70px; }
  .page-homepage #intro-block .col-50 {
    position: relative; }
.page-homepage #forum-block {
  background: #2A3755 url(../images/bg_forum.jpg) center top no-repeat;
  background-size: cover; }
  .page-homepage #forum-block .col-50 {
    position: relative; }
  .page-homepage #forum-block .section-quote {
    padding: 60px 0;
    margin-top: 190px;
    position: relative;
    z-index: 2; }
    @media only screen and (max-width: 767px) {
      .page-homepage #forum-block .section-quote {
        padding: 50px 0; } }
  .page-homepage #forum-block .tag {
    color: #bb8469;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 3.5px;
    line-height: 18px;
    text-transform: uppercase;
    white-space: pre-line;
    padding: 0 60px 0; }
  .page-homepage #forum-block .col-quote {
    right: -10%; }
  .page-homepage #forum-block .owl-nav {
    padding: 0 12px;
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: space-between;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%; }
    .page-homepage #forum-block .owl-nav button {
      background: none;
      font-size: 20px;
      pointer-events: auto;
      color: #2a3755;
      width: 40px;
      height: 40px; }
    .page-homepage #forum-block .owl-nav .owl-next {
      transform: rotate(180deg); }
  .page-homepage #forum-block .owl-dots {
    display: none; }
.page-homepage #forum-quote section {
  padding-bottom: 200px; }
.page-homepage #contact-block {
  background: url(../images/bg_building.jpg) center bottom/cover no-repeat #2a3755; }
  .page-homepage #contact-block .card-list {
    margin-top: -80px; }
  .page-homepage #contact-block .box {
    margin-left: -100px;
    overflow: hidden;
    width: calc(100% + 100px); }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .page-homepage #intro-block .container {
    position: relative; }
  .page-homepage #intro-block .col-50 {
    position: static; }
  .page-homepage #intro-block .section-intro {
    width: 100%; }
  .page-homepage #intro-block .col-right {
    padding: 0 12.5%;
    margin-top: 60px; }
  .page-homepage #forum-block .container {
    position: relative; }
  .page-homepage #forum-block .col-50 {
    position: static; }
  .page-homepage #forum-block .section-quote {
    margin-top: 0; }
  .page-homepage #forum-block .col-quote {
    padding-top: 150px; }
  .page-homepage #forum-block .img-bg-home-landscape {
    position: absolute; }
  .page-homepage #forum-block .block-list-space-between {
    padding-bottom: 0; }
  .page-homepage #forum-quote .section-quote-center {
    width: 100%;
    margin: 0 auto; }
  .page-homepage #forum-quote section {
    padding-bottom: 100px; }
  .page-homepage #contact-block .box {
    margin-left: -86px;
    width: 100%;
    overflow: visible; }
    .page-homepage #contact-block .box::after {
      content: '';
      display: block;
      left: 0;
      position: absolute;
      top: 0;
      z-index: 0;
      height: calc(100% + 715px);
      width: 100%;
      background-color: inherit; }
  .page-homepage #contact-block .card-list {
    margin-top: -50px; } }
@media only screen and (max-width: 767px) {
  .page-homepage #intro-block .col-50 {
    position: static; }
  .page-homepage #intro-block .container {
    position: relative; }
  .page-homepage #intro-block .section-intro {
    width: 100%; }
  .page-homepage #forum-block .col-50 {
    position: static; }
  .page-homepage #forum-block .container {
    position: relative; }
  .page-homepage #forum-block .section-quote {
    margin-top: 0; }
  .page-homepage #forum-block .col-quote {
    right: 0;
    padding-top: 150px; }
  .page-homepage #forum-block .block-list-space-between {
    padding-bottom: 0; }
  .page-homepage #forum-quote .section-quote-center {
    width: 100%; }
  .page-homepage #forum-quote section {
    padding-bottom: 100px; }
  .page-homepage #forum-block .block-list-space-between {
    width: 100%; }
  .page-homepage #contact-block .box {
    margin: 0 -22px;
    width: auto;
    overflow: hidden; }
    .page-homepage #contact-block .box::after {
      content: none; }
  .page-homepage #contact-block .card-list {
    width: calc(100% + 44px);
    left: -22px;
    margin-top: 0; }
    .page-homepage #contact-block .card-list .owl-stage-outer {
      overflow: visible;
      padding-left: 22px; }
    .page-homepage #contact-block .card-list .owl-nav {
      padding: 0 22px; } }

.page-sampleforum .main-container .section-intro {
  max-width: 800px;
  margin: 0 auto; }
.page-sampleforum .main-container .text-regular + .text-regular {
  margin-top: 25px; }
.page-sampleforum .main-container + .section {
  padding-top: 0; }
  .page-sampleforum .main-container + .section > .wrapper, .page-sampleforum .card-modal .main-container + .section > .card, .card-modal .page-sampleforum .main-container + .section > .card, .page-sampleforum .card-modal:not([data-modal-type="participant"]) .main-container + .section > .card-modal-inner, .card-modal:not([data-modal-type="participant"]) .page-sampleforum .main-container + .section > .card-modal-inner {
    padding: 0; }
.page-sampleforum .section-title h2 + p {
  margin-top: 20px; }
.page-sampleforum .footer {
  padding-bottom: 170px; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .page-sampleforum .main-container .section-intro {
    max-width: 100%;
    padding: 0 12.5%; } }
@media only screen and (max-width: 767px) {
  .page-sampleforum .footer {
    padding-bottom: 100px; } }

.page-forum-experience .container {
  align-items: center; }
  .page-forum-experience .container .col-50:first-child {
    flex: 1 1 40%;
    max-width: 40%;
    margin-right: 10%; }
@media only screen and (max-width: 1200px) {
  .page-forum-experience .container .col-50:first-child {
    flex: none;
    max-width: 100%;
    margin-right: 0; } }

.page-search .body-wrap {
  background-color: #2a3755; }

.reset-password {
  background: #fff;
  padding: 50px;
  color: #000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px; }
  .reset-password__title {
    font-size: 34px;
    line-height: 38px; }
  .reset-password__wrapper {
    width: 60%; }

@media print {
  body {
    background-color: #fff;
    color: #000;
    margin: 0;
    padding: 0;
    text-align: left; }

  a:link, a:visited {
    background-color: #fff;
    color: #000;
    text-decoration: underline; }

  a:not([href='javascript:;']):after {
    content: "[" attr(href) "]"; }

  h1, h2, h3, h4, h5, h6 {
    background-color: none;
    color: #000; }

  .temp {
    display: none; } }

/*# sourceMappingURL=style.css.map */
