/*
Theme Name: SCSP Expo
Theme URI: https://aiexpodev.wpenginepowered.com/
Author: Cake+Kiterocket
Author URI: https://aiexpodev.wpenginepowered.com/
Description: Theme for SCSP AI Expo 2024 
Version: 1.1.0
Text Domain: scsp-expo
Domain Path: /languages/
Tags: gutenberg, underscores
Requires at least: 5.0
Requires PHP: 7.1
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

html {
  line-height: 1.15;
  /* 1 */
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

body,
html {
  width: 100%;
  height: 100%;
}

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}

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

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

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

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
  height: auto;
  max-width: 100%;
}

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

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}

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

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
select,
textarea,
input[type=text],
input[type=button],
input[type=submit],
input[type=search],
input[type=number],
input[type=date],
input[type=email] {
  appearance: none;
  border-radius: 0;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

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

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}

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

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

input[type=checkbox] {
  appearance: initial;
}

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

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

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

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}

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

.wp-block-image,
.wp-block-columns {
  margin-bottom: 0;
}

@font-face {
  font-family: "Outfit";
  src: url("fonts/Outfit-Light.ttf") format("truetype");
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "Outfit";
  src: url("fonts/Outfit-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Outfit";
  src: url("fonts/Outfit-Medium.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Outfit";
  src: url("fonts/Outfit-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-display: swap;
}
* {
  font-family: "Outfit", sans-serif;
}

body,
p,
a,
li,
ol,
span {
  font-size: 1.15rem;
  line-height: 1.25;
  font-weight: 400;
}

p {
  color: #0a3161;
  margin-bottom: 30px;
}
@media only screen and (max-width: 576px) {
  p {
    margin-bottom: 20px;
  }
}

p.has-small-font-size {
  font-size: 14px !important;
  line-height: 20px;
  margin-bottom: 21px;
}

a {
  text-decoration: underline;
  transition: 0.3s ease all;
}
a:hover {
  text-decoration: none;
}

h1 {
  font-size: clamp(2.5rem, 5vw, 4.375rem);
  line-height: 1;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 30px;
}

h2 {
  font-size: clamp(2rem, 5vw, 3.75rem);
  line-height: 1.25;
  font-weight: 600;
  margin-bottom: 13px;
  color: #0a3161;
}
@media only screen and (max-width: 576px) {
  h2 {
    margin-bottom: 10px;
  }
}

h3 {
  font-size: clamp(1.25rem, 1.8vw, 1.625rem);
  line-height: 1.23;
  font-weight: 700;
  margin-bottom: 21px;
}
@media only screen and (max-width: 576px) {
  h3 {
    margin-bottom: 12px;
  }
}

ul {
  list-style: none;
  margin-bottom: 30px;
}
@media only screen and (max-width: 576px) {
  ul {
    margin-bottom: 20px;
  }
}

.eyebrow {
  color: #b21942;
  font-size: clamp(0.875rem, 1.5vw, 1.125rem);
  font-weight: 600;
  line-height: 23px;
  text-transform: uppercase;
}

.text-white {
  color: white;
}

.container {
  width: 100%;
  margin-inline: auto;
  padding-inline: 15px;
  max-width: 1670px !important;
}
@media only screen and (max-width: 1720px) {
  .container {
    max-width: 1390px;
  }
}
@media only screen and (max-width: 1440px) {
  .container {
    max-width: 1150px;
  }
}
@media only screen and (max-width: 1200px) {
  .container {
    max-width: 942px;
  }
}
@media only screen and (max-width: 992px) {
  .container {
    max-width: 718px;
  }
}
@media only screen and (max-width: 782px) {
  .container {
    max-width: unset;
    padding-inline: 40px;
  }
}
@media only screen and (max-width: 576px) {
  .container {
    padding-inline: 30px;
  }
}

.container-narrow {
  width: 100%;
  margin-inline: auto;
  padding-inline: 15px;
  max-width: 1118px !important;
}
@media only screen and (max-width: 1440px) {
  .container-narrow {
    max-width: 1150px;
  }
}
@media only screen and (max-width: 1200px) {
  .container-narrow {
    max-width: 942px;
  }
}
@media only screen and (max-width: 992px) {
  .container-narrow {
    max-width: 718px;
  }
}
@media only screen and (max-width: 782px) {
  .container-narrow {
    max-width: unset;
    padding-inline: 40px;
  }
}
@media only screen and (max-width: 576px) {
  .container-narrow {
    padding-inline: 30px;
  }
}

.container-1500w {
  width: 100%;
  margin-inline: auto;
  padding-inline: 15px;
  max-width: 1500px !important;
}
@media only screen and (max-width: 1720px) {
  .container-1500w {
    max-width: 1390px;
  }
}
@media only screen and (max-width: 1440px) {
  .container-1500w {
    max-width: 1150px;
  }
}
@media only screen and (max-width: 1200px) {
  .container-1500w {
    max-width: 942px;
  }
}
@media only screen and (max-width: 992px) {
  .container-1500w {
    max-width: 718px;
  }
}
@media only screen and (max-width: 782px) {
  .container-1500w {
    max-width: unset;
    padding-inline: 40px;
  }
}
@media only screen and (max-width: 576px) {
  .container-1500w {
    padding-inline: 30px;
  }
}

.d-none {
  display: none;
}

.with-shadow {
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.3);
}

figure.is-style-rounded img {
  border-radius: 30px !important;
}

.hidden {
  display: none;
}

@media only screen and (max-width: 576px) {
  .wp-block-buttons .wp-block-button {
    width: 100%;
  }
}
.wp-block-buttons .wp-block-button__link {
  border-radius: 27px;
  border: 1px solid #0a3161;
  background-color: white;
  transition: 0.3s ease all;
  color: #0a3161;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  padding-inline: 31px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wp-block-buttons .wp-block-button__link:hover {
  background-color: #0a3161;
  color: white;
}
.wp-block-buttons .wp-block-button.is-style-primary-big .wp-block-button__link {
  height: 42px;
  padding-inline: 59px;
  font-size: 18px;
  line-height: 23px;
}
.wp-block-buttons .wp-block-button.is-style-secondary .wp-block-button__link {
  background-color: transparent;
  border: 1px solid white;
  color: white;
}
.wp-block-buttons .wp-block-button.is-style-secondary .wp-block-button__link:hover {
  background-color: white;
  color: #0a3161;
}
.wp-block-buttons .wp-block-button.is-style-tertiary .wp-block-button__link {
  background-color: transparent;
  color: #0a3161;
  border: 1px solid #0a3161;
}
.wp-block-buttons .wp-block-button.is-style-tertiary .wp-block-button__link:hover {
  border-color: #b21942;
  background-color: #b21942;
  color: white;
}
.wp-block-buttons .wp-block-button.is-style-plus .wp-block-button__link {
  border: 0;
  padding: 0;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  color: transparent;
  overflow: hidden;
  background-color: #b21942;
  background-image: url("images/plus.svg");
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: center;
}
.wp-block-buttons .wp-block-button.is-style-plus .wp-block-button__link:hover {
  background-color: #0a3161;
}
.wp-block-buttons .wp-block-button.is-style-quaternary .wp-block-button__link {
  background-color: #0a3161;
  color: white;
  border: none;
  min-width: 262px;
  border-radius: 0;
  height: 70px;
  justify-content: left;
  text-align: left;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  background-image: url("images/plus-white.png");
  background-position: 91% center;
  background-repeat: no-repeat;
  background-size: auto;
  padding-right: 55px;
}
.wp-block-buttons .wp-block-button.is-style-quaternary .wp-block-button__link:hover {
  background-color: #b21942;
}

.button-style-plus {
  border: 0;
  padding: 0;
  border-radius: 50%;
  height: 45px;
  width: 45px;
  color: transparent;
  overflow: hidden;
  background-color: #b21942;
  background-image: url("images/plus.svg");
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: center;
}
.button-style-plus:hover {
  background-color: #0a3161;
}

header.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 9999;
  transition: 0.3s ease all;
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(5px);
}
header.site-header .container {
  position: relative;
}
@media only screen and (max-width: 1200px) {
  header.site-header .container {
    max-width: unset;
    margin: 0;
    padding: 0;
  }
}
header.site-header .site-branding {
  display: flex;
  margin-top: 26px;
  transition: 0.3s ease all;
}
header.site-header .site-branding .custom-logo {
  height: 86px;
  transition: 0.3s ease all;
}
header.site-header .site-branding figure {
  opacity: 1;
  transition: 0.3s ease all;
  margin-left: 13px;
  pointer-events: all;
}
header.site-header .main-navigation {
  position: absolute;
  left: 58%;
  top: 30px;
}
header.site-header .main-navigation a {
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  color: white;
  padding: 2px 25px;
  cursor: pointer;
  transition: 0.3s ease all;
  position: relative;
}
header.site-header .main-navigation a::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 50%;
  transform: translate(-50%);
  width: 0px;
  height: 1px;
  background-color: #e3e8ed;
  transition: 0.3s ease all;
}
header.site-header .main-navigation a.main-navigation__menu-button {
  border-right: 1px solid white;
}
header.site-header .main-navigation a.main-navigation__menu-button::after {
  display: none;
}
header.site-header .main-navigation a:hover {
  color: #e3e8ed;
}
header.site-header .main-navigation a:hover::after {
  width: 35px;
}
header.site-header .wp-block-buttons {
  margin-top: 26px;
}

.header-menu__row {
  position: relative;
  height: 64px;
}
.header-menu__row .logo-col {
  display: flex;
  align-items: center;
  flex-basis: fit-content !important;
  flex-grow: 0 !important;
  transition: 0.3s ease all;
}
@media only screen and (max-width: 1200px) {
  .header-menu__row .logo-col {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 576px) {
  .header-menu__row .logo-col {
    padding-left: 15px;
  }
}
.header-menu__row .menu-col {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}
@media only screen and (max-width: 1200px) {
  .header-menu__row .menu-col {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 64px;
    background-color: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(5px);
    width: 100vw;
    justify-content: center;
    overflow: hidden;
    transition: 0.3s ease all;
  }
}
.header-menu__row .menu-col > .menu-main-container {
  width: 100%;
}
.header-menu__row .menu-col > .menu-main-container > ul {
  list-style: none;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 60px;
  transition: 0.3s ease all;
  width: 100%;
  justify-content: flex-end;
}
@media only screen and (max-width: 1200px) {
  .header-menu__row .menu-col > .menu-main-container > ul {
    flex-direction: column;
    padding: 50px 30px;
    gap: 30px;
    height: calc(100vh - 64px);
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 576px) {
  .header-menu__row .menu-col > .menu-main-container > ul {
    padding-inline: 15px;
  }
}
.header-menu__row .menu-col > .menu-main-container > ul > li {
  position: relative;
  transition: 0.3s ease all;
}
@media only screen and (max-width: 1200px) {
  .header-menu__row .menu-col > .menu-main-container > ul > li {
    width: 100%;
  }
}
.header-menu__row .menu-col > .menu-main-container > ul > li.current-menu-item a {
  color: #b21942;
}
.header-menu__row .menu-col > .menu-main-container > ul > li.current-menu-item a::after {
  width: 100%;
}
.header-menu__row .menu-col > .menu-main-container > ul > li > a {
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
  color: #0a3161;
  display: block;
  transition: 0.3s ease all;
  text-decoration: none;
  position: relative;
  cursor: pointer;
}
@media only screen and (max-width: 1200px) {
  .header-menu__row .menu-col > .menu-main-container > ul > li > a {
    font-size: 22px;
    line-height: 27px;
  }
}
.header-menu__row .menu-col > .menu-main-container > ul > li > a::after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 50%;
  transform: translate(-50%);
  width: 0px;
  height: 2px;
  background-color: #b21942;
  transition: 0.3s ease all;
}
@media only screen and (max-width: 1200px) {
  .header-menu__row .menu-col > .menu-main-container > ul > li > a::after {
    content: none;
  }
}
.header-menu__row .menu-col > .menu-main-container > ul > li > a:hover::after {
  width: 100%;
}
.header-menu__row .menu-col > .menu-main-container > ul > li > ul {
  list-style: none;
}
.header-menu__row .menu-col > .menu-main-container > ul > li > ul > li > a {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #0a3161;
  text-decoration: none;
  transition: 0.3s ease all;
}
.header-menu__row .menu-col > .menu-main-container > ul > li > ul > li > a:hover {
  opacity: 0.7;
}

.navbar-toggler {
  appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
@media only screen and (max-width: 992px) {
  .navbar-toggler {
    position: fixed;
    top: 25px;
    right: 360px;
  }
}
@media only screen and (max-width: 782px) {
  .navbar-toggler {
    right: 335px;
  }
}
@media only screen and (max-width: 576px) {
  .navbar-toggler {
    right: 215px;
  }
}
@media only screen and (max-width: 420px) {
  .navbar-toggler {
    right: 189px;
  }
}
.navbar-toggler-mobo {
  display: none;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1200px) {
  .navbar-toggler-mobo {
    display: block;
  }
}
@media only screen and (max-width: 576px) {
  .navbar-toggler-mobo {
    right: 15px;
  }
}
.navbar-toggler-icon {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
  transition: 0.2s all ease-in;
}
.navbar-toggler-icon .bar {
  display: block;
  background-color: #0a3161;
  width: 24px;
  height: 2px;
  position: absolute;
  left: 3px;
  transition: 0.2s all ease-out;
}
.navbar-toggler-icon .bar-top {
  top: 7px;
}
.navbar-toggler-icon .bar-middle {
  opacity: 1;
  top: 14px;
}
.navbar-toggler-icon .bar-bottom {
  top: 21px;
}

body.menu-opened {
  height: 100vh;
  overflow: hidden;
}
body.menu-opened .menu-col {
  opacity: 1;
  pointer-events: all;
}
body.menu-opened .menu-col .menu-main-container {
  z-index: 999;
}
body.menu-opened .bar {
  background-color: #b21942;
}
body.menu-opened .bar-top {
  transform: rotate(-45deg);
  left: 4px;
  top: 14px;
}
body.menu-opened .bar-middle {
  opacity: 0;
}
body.menu-opened .bar-bottom {
  transform: rotate(45deg);
  left: 4px;
  top: 15px;
}

body.scrolled header.site-header > div .site-branding {
  margin-top: 11px;
}
body.scrolled header.site-header > div .site-branding .custom-logo {
  height: 60px;
}
body.scrolled header.site-header > div .site-branding figure {
  opacity: 0;
  pointer-events: none;
}

.footer {
  backdrop-filter: blur(40px);
  padding-block: 63px;
}
.footer p,
.footer a {
  color: white;
}
.footer .wp-block-column p {
  font-size: 20px;
  margin-bottom: 0;
}
.footer .wp-block-column p:first-of-type {
  margin-bottom: 13px;
}
.footer .wp-block-column p strong a {
  font-size: 18px;
  font-weight: 600;
}
.footer__top-row {
  margin-bottom: 60px;
}
@media only screen and (max-width: 1200px) {
  .footer__top-row {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "logo form" "email socials";
  }
}
@media only screen and (max-width: 782px) {
  .footer__top-row {
    grid-template-columns: 1fr;
    grid-template-areas: "logo" "form" "email" "socials";
  }
}
.footer__top-row--col-1 {
  padding-right: calc(120px - 2em);
}
@media only screen and (max-width: 1200px) {
  .footer__top-row--col-1 {
    grid-area: logo;
  }
}
@media only screen and (max-width: 992px) {
  .footer__top-row--col-1 {
    padding-right: 0;
  }
}
@media only screen and (max-width: 1200px) {
  .footer__top-row--col-2 {
    grid-area: email;
  }
}
@media only screen and (max-width: 1200px) {
  .footer__top-row--col-3 {
    grid-area: socials;
  }
}
.footer__top-row--col-3__social {
  gap: 10px;
  flex-wrap: nowrap !important;
}
@media only screen and (max-width: 992px) {
  .footer__top-row--col-3__social {
    gap: 20px;
  }
}
.footer__top-row--col-3__social .wp-block-column.is-layout-flow {
  width: fit-content;
}
@media only screen and (max-width: 1200px) {
  .footer__top-row--col-3__social .wp-block-column.is-layout-flow {
    flex-basis: auto !important;
    flex-grow: 0;
  }
}
.footer__top-row--col-3__social .wp-block-column.is-layout-flow figure {
  width: fit-content;
}
.footer__top-row--col-3__social .wp-block-column.is-layout-flow figure img {
  cursor: pointer;
  transition: 0.3s ease all;
}
.footer__top-row--col-3__social .wp-block-column.is-layout-flow figure img:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 1200px) {
  .footer__top-row--col-4 {
    grid-area: form;
  }
}
.footer__middle-row {
  margin-bottom: 60px;
}
.footer__middle-row #menu-footer {
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin-bottom: 0;
}
@media only screen and (max-width: 1200px) {
  .footer__middle-row #menu-footer {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 782px) {
  .footer__middle-row #menu-footer {
    flex-direction: column;
  }
}
@media only screen and (max-width: 1200px) {
  .footer__middle-row #menu-footer > li {
    flex-basis: 33%;
  }
}
@media only screen and (max-width: 782px) {
  .footer__middle-row #menu-footer > li {
    flex-basis: 100%;
  }
}
.footer__middle-row #menu-footer > li.menu-item-has-children,
.footer__middle-row #menu-footer > li > a {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 30px;
  display: block;
}
@media only screen and (max-width: 576px) {
  .footer__middle-row #menu-footer > li.menu-item-has-children,
  .footer__middle-row #menu-footer > li > a {
    font-size: 18px;
    line-height: 24px;
  }
}
.footer__middle-row #menu-footer ul {
  list-style: none;
  margin-bottom: 0;
}
.footer__middle-row #menu-footer ul li {
  font-size: 16px;
  line-height: 20px;
}
@media only screen and (max-width: 576px) {
  .footer__middle-row #menu-footer ul li {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
  }
}
.footer__bottom-row {
  justify-content: space-between;
  gap: 40px;
}
@media only screen and (max-width: 992px) {
  .footer__bottom-row {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 782px) {
  .footer__bottom-row {
    grid-template-columns: 1fr;
    gap: 25px;
  }
}
@media only screen and (max-width: 576px) {
  .footer__bottom-row > div {
    grid-column: 1/3;
  }
}
.footer__bottom-row p {
  margin-bottom: 0 !important;
}
.footer__bottom-row--col-1 {
  align-self: center;
  padding-right: 15px;
}
.footer__bottom-row--col-2 {
  max-width: 50%;
  padding-right: 150px;
}
@media only screen and (max-width: 1200px) {
  .footer__bottom-row--col-2 {
    max-width: unset;
    padding: 0;
  }
}
@media only screen and (max-width: 992px) {
  .footer__bottom-row--col-2 {
    grid-column: 1/3;
  }
}
.footer__bottom-row--col-2 p,
.footer__bottom-row--col-2 a {
  font-size: 10px !important;
  margin-bottom: 0;
}
@media only screen and (max-width: 576px) {
  .footer__bottom-row--col-3 a {
    font-size: 18px;
    line-height: 24px;
  }
}
.footer__bottom-row--col-1, .footer__bottom-row--col-3, .footer__bottom-row--col-4 {
  max-width: fit-content;
}
@media only screen and (max-width: 992px) {
  .footer__bottom-row--col-1, .footer__bottom-row--col-3, .footer__bottom-row--col-4 {
    max-width: unset;
    padding-right: 0;
  }
}

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

.gform_wrapper > form > .gform-body > #gform_fields_1 {
  gap: 10px;
  display: grid;
  grid-template-columns: 1fr 105px;
  grid-template-areas: "email submit" "error1 error2";
}
@media only screen and (max-width: 1440px) {
  .gform_wrapper > form > .gform-body > #gform_fields_1 {
    grid-template-areas: none;
    grid-template-columns: 1fr;
  }
}
.gform_wrapper > form > .gform-body > #gform_fields_1 .gfield--type-email {
  grid-area: email;
}
@media only screen and (max-width: 1440px) {
  .gform_wrapper > form > .gform-body > #gform_fields_1 .gfield--type-email {
    grid-area: auto;
  }
}
.gform_wrapper > form > .gform-body > #gform_fields_1 .gfield--type-submit {
  grid-area: submit;
}
@media only screen and (max-width: 1440px) {
  .gform_wrapper > form > .gform-body > #gform_fields_1 .gfield--type-submit {
    grid-area: auto;
  }
}
.gform_wrapper > form > .gform-body > #gform_fields_1 input {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 27px;
  border: none;
  padding: 8px 21px;
  color: white;
}
.gform_wrapper > form > .gform-body > #gform_fields_1 input:focus {
  border: none;
  outline: none;
  box-shadow: none;
}
.gform_wrapper > form > .gform-body > #gform_fields_1 input[type=submit] {
  background-color: transparent;
  border: 1px solid white;
  color: white;
  min-width: unset;
  margin-top: 28px;
  min-width: max-content;
}
@media only screen and (max-width: 1440px) {
  .gform_wrapper > form > .gform-body > #gform_fields_1 input[type=submit] {
    margin-top: 0;
    width: 100%;
  }
}
.gform_wrapper > form > .gform-body > #gform_fields_1 input[type=submit]:hover {
  background-color: white;
  color: #0a3161;
}
.gform_wrapper > form > .gform-body > #gform_fields_1 .validation_message {
  color: #b21942;
  background-color: #e3e8ed;
  padding: 14px 21px;
  margin-top: 15px;
  font-size: 14px;
  border-radius: 30px;
}
@media only screen and (max-width: 576px) {
  .gform_wrapper > form > .gform-body > #gform_fields_1 .validation_message {
    margin-top: 10px;
  }
}
.gform_wrapper > form > .gform-body > #gform_fields_1 .gform-loader {
  display: block;
  margin: 20px 15px;
  color: #e3e8ed;
}
.gform_wrapper > form > .gform-body > #gform_fields_3 input:not([type=checkbox]),
.gform_wrapper > form > .gform-body > #gform_fields_3 textarea {
  padding: 14px 30px;
  background-color: white;
  border: none;
  resize: none;
}
.gform_wrapper > form > .gform-body > #gform_fields_3 input:not([type=checkbox]) {
  min-height: 50px;
}
.gform_wrapper > form > .gform-body > #gform_fields_3 input:not([type=checkbox])[type=submit] {
  background-color: transparent;
  border: 1px solid #0a3161;
  color: #0a3161;
  border-radius: 27px;
  min-width: 175px;
  float: right;
  font-size: 16px;
}
@media only screen and (max-width: 576px) {
  .gform_wrapper > form > .gform-body > #gform_fields_3 input:not([type=checkbox])[type=submit] {
    width: 100%;
    min-height: 40px;
  }
}
.gform_wrapper > form > .gform-body > #gform_fields_3 input:not([type=checkbox])[type=submit]:hover {
  color: white;
  background-color: #b21942;
  border-color: #b21942;
}
.gform_wrapper > form > .gform-body > #gform_fields_3 .gfield--type-checkbox input {
  border-radius: 50%;
  border: none;
  width: 25px;
  height: 25px;
  cursor: pointer;
  border: 1px solid #0a3161;
}
.gform_wrapper > form > .gform-body > #gform_fields_3 .gfield--type-checkbox label {
  font-size: 12px;
  line-height: 15px;
  color: #0a3161;
}
.gform_wrapper .gform_footer {
  margin: 0 !important;
}
.gform_wrapper.gform-theme--framework .gform_validation_errors {
  border: none;
  padding-inline: 15px;
  box-shadow: none;
  background-color: #e3e8ed;
  margin-bottom: 30px;
}
.gform_wrapper.gform-theme--framework .gform_validation_errors .gform_submission_error {
  color: #b21942;
  border-radius: 30px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.gform_wrapper.gform-theme--framework .gform_validation_errors .gform_submission_error .gform-icon {
  background-color: #e3e8ed;
  border-color: #b21942;
}
.gform_wrapper.gform-theme--framework .gform_validation_errors .gform_submission_error .gform-icon:before {
  color: #b21942;
}
.gform_wrapper.gform-theme--framework .gform_confirmation_message {
  color: white;
}

.gform_required_legend {
  display: none;
}

input {
  padding: 14px 30px;
  font-size: 18px;
  line-height: 23px;
  color: #b2b2b2;
  background-color: white;
  border-radius: none;
}

.video-accordion {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 33%;
  z-index: 1000;
}
.video-accordion > .wp-block-group__inner-container {
  position: relative;
  height: 100%;
}
.video-accordion__videos {
  height: 39%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.video-accordion__videos > .wp-block-group__inner-container {
  position: relative;
  height: 100%;
}
.video-accordion__videos__video {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.6s ease all;
  transition-delay: 0.3s;
  pointer-events: none;
}
.video-accordion__videos__video.is-style-active {
  opacity: 1;
  pointer-events: all;
}
.video-accordion__videos__video > .wp-block-group__inner-container {
  position: relative;
  height: 100%;
}
.video-accordion__videos__video figure {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}
.video-accordion__videos__video figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-accordion__videos__video .wp-block-buttons {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-bottom: 0;
}
.video-accordion__videos__video .wp-block-buttons .wp-block-button__link {
  height: 39px;
  border: none;
  border-radius: 20px;
  padding-left: 12px;
  padding-right: 40px;
  position: relative;
  font-size: 17px;
  line-height: 21px;
}
.video-accordion__videos__video .wp-block-buttons .wp-block-button__link::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 8px;
  width: 23px;
  height: 23px;
  background-image: url("images/play-icon-blue.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.video-accordion__videos__video .wp-block-buttons .wp-block-button__link:hover {
  background-color: white;
  color: #0a3161;
}
.video-accordion__videos__video .wp-block-buttons .wp-block-button__link:hover::after {
  background-image: url("images/play-icon-red.png");
}
.video-accordion__tabs {
  height: 61%;
  width: 100%;
  position: absolute;
  top: 39%;
  left: 0;
}
.video-accordion__tabs > .wp-block-group__inner-container {
  height: 100%;
  position: relative;
}
.video-accordion__tabs__tab {
  background-color: #0a3161;
  padding: 20px 37px 18px;
  height: 14.4%;
  overflow: hidden;
  transition: 0.3s ease all;
  cursor: pointer;
  position: relative;
}
.video-accordion__tabs__tab > .wp-block-group__inner-container {
  height: 100%;
  position: relative;
}
.video-accordion__tabs__tab:hover {
  background-color: #b21942;
}
.video-accordion__tabs__tab h2 {
  color: white;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 0px;
  padding-top: 1%;
}
.video-accordion__tabs__tab h2::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 21px;
  height: 21px;
  background-image: url("images/plus-white.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.video-accordion__tabs__tab figure {
  position: absolute;
  top: 10px;
  right: 0;
}
.video-accordion__tabs__tab .va-description {
  font-size: 18px;
  font-weight: 300;
  line-height: 23px;
  color: #0a3161;
  margin-bottom: 0px;
  padding-top: 85px;
  max-width: 63%;
}
.video-accordion__tabs__tab .va-date {
  font-size: 57px;
  font-weight: 500;
  line-height: 72px;
  letter-spacing: -0.015em;
  color: #0a3161;
  margin-bottom: 0px;
  padding-top: 58px;
}
.video-accordion__tabs__tab .va-location {
  font-size: 18px;
  font-weight: 300;
  line-height: 23px;
  color: #0a3161;
  margin-bottom: 8px;
}
.video-accordion__tabs__tab .va-year {
  font-size: 18px;
  font-weight: 600;
  line-height: 23px;
  color: #b21942;
  margin-bottom: 0px;
}
.video-accordion__tabs__tab .wp-block-buttons {
  position: absolute;
  left: 0;
  bottom: 18px;
}
.video-accordion__tabs__tab figure,
.video-accordion__tabs__tab .va-description,
.video-accordion__tabs__tab .va-date,
.video-accordion__tabs__tab .va-location,
.video-accordion__tabs__tab .va-year,
.video-accordion__tabs__tab .wp-block-buttons {
  opacity: 0;
  transition: none;
}
.video-accordion__tabs__tab.is-style-active {
  height: 71.2%;
  background-color: white;
  cursor: unset;
}
.video-accordion__tabs__tab.is-style-active:hover {
  background-color: white;
}
.video-accordion__tabs__tab.is-style-active h2 {
  color: #0a3161;
  font-weight: 600;
}
.video-accordion__tabs__tab.is-style-active h2::after {
  display: none;
}
.video-accordion__tabs__tab.is-style-active figure,
.video-accordion__tabs__tab.is-style-active .va-description,
.video-accordion__tabs__tab.is-style-active .va-date,
.video-accordion__tabs__tab.is-style-active .va-location,
.video-accordion__tabs__tab.is-style-active .va-year,
.video-accordion__tabs__tab.is-style-active .wp-block-buttons {
  opacity: 1;
  transition: 0.6s ease all;
  transition-delay: 0.3s;
}

.scsp-block.custom-cover {
  position: relative;
  width: 100%;
  aspect-ratio: 520/588;
}
@media only screen and (max-width: 992px) {
  .scsp-block.custom-cover {
    aspect-ratio: unset;
  }
}
.scsp-block.custom-cover .custom-cover__front--top {
  padding: 47px 240px 86px 60px;
  background-color: #0a3161;
  min-height: 286px;
}
@media only screen and (max-width: 1720px) {
  .scsp-block.custom-cover .custom-cover__front--top {
    padding-right: 100px;
  }
}
@media only screen and (max-width: 1200px) {
  .scsp-block.custom-cover .custom-cover__front--top {
    padding: 45px;
    min-height: unset;
  }
}
@media only screen and (max-width: 992px) {
  .scsp-block.custom-cover .custom-cover__front--top {
    padding: 35px;
  }
}
.scsp-block.custom-cover .custom-cover__front--top h2,
.scsp-block.custom-cover .custom-cover__front--top p {
  color: white;
}
.scsp-block.custom-cover .custom-cover__front--top h2 {
  font-size: 48px;
  line-height: 60px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 782px) {
  .scsp-block.custom-cover .custom-cover__front--top h2 {
    font-size: 35px;
    line-height: 45px;
  }
}
.scsp-block.custom-cover .custom-cover__front--top p {
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 0;
}
.scsp-block.custom-cover .custom-cover__front--bottom img {
  display: block;
  height: 302px;
  object-fit: cover;
  width: 100%;
}
@media only screen and (max-width: 992px) {
  .scsp-block.custom-cover .custom-cover__front--bottom img {
    height: 250px;
  }
}
.scsp-block.custom-cover .custom-cover__back {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: white;
  opacity: 0;
  transition: 0.3s ease all;
  padding: 55px 61px 55px 51px;
  pointer-events: none;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 992px) {
  .scsp-block.custom-cover .custom-cover__back {
    padding: 35px 35px 55px;
  }
}
.scsp-block.custom-cover .custom-cover__back h3 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
  color: #0a3161;
}
.scsp-block.custom-cover .custom-cover__back p:not(.eyebrow) {
  font-size: 18px;
  line-height: 23px;
  color: #0a3161;
}
.scsp-block.custom-cover .custom-cover__back .eyebrow {
  font-size: 48px;
  line-height: 60px;
  margin-bottom: 20px;
  text-transform: capitalize;
}
@media only screen and (max-width: 1200px) {
  .scsp-block.custom-cover .custom-cover__back .eyebrow {
    font-size: 35px;
    line-height: 45px;
  }
}
.scsp-block.custom-cover > .wp-block-buttons {
  position: absolute;
  bottom: 39px;
  right: 46px;
  transform: rotate(0deg) scale(1.63);
  transition: 0.6s ease all;
}
.scsp-block.custom-cover.active .custom-cover__back {
  opacity: 1;
  pointer-events: all;
}
.scsp-block.custom-cover.active > .wp-block-buttons {
  transform: rotate(405deg) scale(1.63);
}
.scsp-block.custom-cover.active > .wp-block-buttons a {
  background-color: #0a3161;
}
.scsp-block.custom-cover.active > .wp-block-buttons a:hover {
  background-color: #b21942;
}

.video-background,
.spheres-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  pointer-events: none;
}
.video-background .wp-block-group__inner-container,
.spheres-background .wp-block-group__inner-container {
  height: 100%;
}
.video-background .wp-block-group__inner-container figure,
.spheres-background .wp-block-group__inner-container figure {
  height: 100%;
}
.video-background video,
.video-background img,
.spheres-background video,
.spheres-background img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.gradient-background {
  position: fixed;
  top: 64px;
  left: 0;
  width: 100vw;
  height: calc(100vh - 64px);
  z-index: -1;
  pointer-events: none;
  background: rgb(178, 25, 66);
  background: linear-gradient(45deg, rgb(178, 25, 66) 0%, rgb(10, 49, 97) 100%);
}

.bg-image {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  pointer-events: none;
}
.bg-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.scsp-block.custom-posts.quantity-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 40px;
  row-gap: 40px;
}
@media only screen and (max-width: 992px) {
  .scsp-block.custom-posts.quantity-3 {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 30px;
    row-gap: 30px;
  }
}
@media only screen and (max-width: 782px) {
  .scsp-block.custom-posts.quantity-3 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.scsp-block.custom-posts article {
  border-radius: 35px 35px 30px 30px;
  background-color: white;
  display: flex;
  flex-direction: column;
}
.scsp-block.custom-posts article figure {
  width: 100%;
  aspect-ratio: 336/117;
}
.scsp-block.custom-posts article figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
.scsp-block.custom-posts article > .content {
  padding: 30px 34px 85px;
  position: relative;
  height: 100%;
}
@media only screen and (max-width: 576px) {
  .scsp-block.custom-posts article > .content {
    padding: 20px 25px 85px;
  }
}
.scsp-block.custom-posts article > .content h4 {
  margin-bottom: 16px;
}
.scsp-block.custom-posts article > .content h4 a {
  font-size: 24px;
  font-weight: 500;
  line-height: 26px;
  color: #0a3161;
  text-decoration: none;
  transition: 0.3s ease all;
  max-height: 78px;
  overflow: hidden;
  display: block;
}
.scsp-block.custom-posts article > .content h4 a:hover {
  color: #b21942;
}
.scsp-block.custom-posts article > .content .excerpt {
  font-size: 15px;
  font-weight: 400;
  line-height: 19px;
  color: #0a3161;
  opacity: 0.5;
  margin-bottom: 0px;
  max-height: 95px;
  overflow: hidden;
}
.scsp-block.custom-posts article > .content .tags-wrapper {
  position: absolute;
  bottom: 16px;
  width: 70%;
}
.scsp-block.custom-posts article > .content .tags-wrapper p {
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  color: #0a3161;
}
.scsp-block.custom-posts article > .content .tags-wrapper ul {
  list-style: none;
  display: flex;
  column-gap: 17px;
  row-gap: 0;
  margin: 0;
  width: 100%;
  flex-wrap: wrap;
  max-height: 43px;
  overflow: hidden;
}
.scsp-block.custom-posts article > .content .tags-wrapper ul a {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  color: #0a3161;
  text-decoration: none;
  margin-bottom: 0px;
  transition: 0.3s ease all;
}
.scsp-block.custom-posts article > .content .tags-wrapper ul a:hover {
  color: #b21942;
}
.scsp-block.custom-posts article > .content .wp-block-buttons {
  position: absolute;
  right: 19px;
  bottom: 19px;
}

.section__location {
  padding-block: 175px;
  background-image: url("images/diamonds-bkg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
}
@media only screen and (max-width: 1200px) {
  .section__location {
    padding-block: 110px;
  }
}
@media only screen and (max-width: 782px) {
  .section__location {
    padding-block: 90px;
  }
}
@media only screen and (max-width: 1200px) {
  .section__location .wp-block-columns {
    flex-direction: column;
  }
}
@media only screen and (max-width: 1200px) {
  .section__location .wp-block-columns:last-of-type {
    flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 1440px) {
  .section__location .wp-block-columns .wp-block-column {
    flex-basis: auto !important;
    flex-grow: 0 !important;
  }
}
.section__location .wp-block-columns img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section__location__top-row {
  max-width: 1360px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1720px) {
  .section__location__top-row {
    max-width: 1390px;
  }
}
@media only screen and (max-width: 1440px) {
  .section__location__top-row {
    max-width: 1150px;
  }
}
@media only screen and (max-width: 1200px) {
  .section__location__top-row {
    max-width: 942px;
  }
}
@media only screen and (max-width: 992px) {
  .section__location__top-row {
    max-width: 718px;
  }
}
@media only screen and (max-width: 782px) {
  .section__location__top-row {
    max-width: unset;
    padding-inline: 40px;
  }
}
@media only screen and (max-width: 576px) {
  .section__location__top-row {
    padding-inline: 30px;
  }
}
.section__location__top-row .content-col .eyebrow {
  color: #b21942;
  text-transform: capitalize;
  font-size: 30px;
  line-height: 38px;
}
@media only screen and (max-width: 782px) {
  .section__location__top-row .content-col .eyebrow {
    font-size: 20px;
    line-height: 28px;
  }
}
.section__location__top-row .content-col h2 {
  color: white;
  font-size: 55px;
  line-height: 65px;
  font-weight: 500;
}
@media only screen and (max-width: 782px) {
  .section__location__top-row .content-col h2 {
    font-size: 35px;
    line-height: 45px;
  }
}
.section__location__top-row .content-col p {
  color: white;
}
.section__location__top-row .image-col {
  flex-basis: 720px !important;
  flex-grow: 0 !important;
}
.section__location__top-row .image-col figure {
  aspect-ratio: 720/214;
}
.section__location__bottom-row {
  max-width: 1360px;
}
@media only screen and (max-width: 1720px) {
  .section__location__bottom-row {
    max-width: 1390px;
  }
}
@media only screen and (max-width: 1440px) {
  .section__location__bottom-row {
    max-width: 1150px;
  }
}
@media only screen and (max-width: 1200px) {
  .section__location__bottom-row {
    max-width: 942px;
  }
}
@media only screen and (max-width: 992px) {
  .section__location__bottom-row {
    max-width: 718px;
  }
}
@media only screen and (max-width: 782px) {
  .section__location__bottom-row {
    max-width: unset;
    padding-inline: 40px;
  }
}
@media only screen and (max-width: 576px) {
  .section__location__bottom-row {
    padding-inline: 30px;
  }
}
.section__location__bottom-row .content-col .pin-image {
  margin-right: 16px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 576px) {
  .section__location__bottom-row .content-col .pin-image {
    width: 22px !important;
    margin-right: 12px;
  }
}
.section__location__bottom-row .content-col h2 {
  color: white;
}
.section__location__bottom-row .content-col p {
  color: white;
}
.section__location__bottom-row .image-col {
  flex-basis: 1080px !important;
  flex-grow: 0 !important;
}
.section__location__bottom-row .image-col figure {
  aspect-ratio: 1080/372;
}

.section__sponsors {
  background-color: white;
  padding-block: 90px 80px;
}
.section__sponsors h2 {
  margin-bottom: 50px;
}
.section__sponsors figure {
  margin-bottom: 50px;
}
.section__sponsors figure img {
  display: block;
  margin-inline: auto;
}
@media only screen and (max-width: 1200px) {
  .section__sponsors figure img {
    width: 40%;
  }
}
@media only screen and (max-width: 992px) {
  .section__sponsors figure img {
    width: 60%;
  }
}
.section__sponsors p {
  font-size: 18px;
}

#popup-calendar {
  display: none;
  position: absolute;
  z-index: 10;
  transition: 0.3s ease all;
  z-index: 9998;
}
#popup-calendar .wrapper {
  position: relative;
  background: #0a3161;
  padding: 12px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
#popup-calendar ul,
#popup-calendar li {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 5px;
}
#popup-calendar ul a,
#popup-calendar li a {
  color: white;
  font-size: 1.05rem;
}

body.popup-calendar-open #popup-calendar {
  display: block;
}
body.popup-calendar-open .get-calendar .wp-block-button__link {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.scsp-block.tabs .wrapper {
  position: relative;
}
.scsp-block.tabs .wrapper .tabs-nav {
  position: relative;
  padding-bottom: 500px;
  transition: 0.6s ease all;
}
@media only screen and (max-width: 992px) {
  .scsp-block.tabs .wrapper .tabs-nav {
    padding-bottom: 0;
  }
}
.scsp-block.tabs .wrapper .tabs-nav ul {
  display: flex;
  list-style: none;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 0;
}
@media only screen and (max-width: 992px) {
  .scsp-block.tabs .wrapper .tabs-nav ul {
    flex-direction: column;
    gap: 0;
  }
}
.scsp-block.tabs .wrapper .tabs-nav ul li {
  flex-basis: 380px;
  padding: 31px 37px 26px;
  background-color: #0a3161;
  display: flex;
  transition: 0.6s ease all;
  position: relative;
  cursor: pointer;
  z-index: 999;
}
@media only screen and (max-width: 992px) {
  .scsp-block.tabs .wrapper .tabs-nav ul li {
    flex-basis: auto;
    padding-right: 65px;
  }
}
.scsp-block.tabs .wrapper .tabs-nav ul li:hover {
  background-color: #b21942;
}
.scsp-block.tabs .wrapper .tabs-nav ul li::after {
  content: "";
  background-image: url("images/sponsors__tiers__cross.svg");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  width: 21px;
  height: 21px;
  transition: 0.5s ease all;
}
.scsp-block.tabs .wrapper .tabs-nav ul li.active {
  background-color: #b21942;
}
.scsp-block.tabs .wrapper .tabs-nav ul li.active::after {
  transform: translateY(-50%) rotate(45deg);
}
.scsp-block.tabs .wrapper .tabs-nav ul li span {
  font-size: 24px;
  line-height: 28px;
  color: white;
}
@media only screen and (max-width: 1200px) {
  .scsp-block.tabs .wrapper .tabs-nav ul li span {
    font-size: 17px;
    line-height: 22px;
  }
}
.scsp-block.tabs .wrapper .tabs-panels {
  position: absolute;
  top: 113px;
  left: 0;
  transition: 0.3s ease all;
}
@media only screen and (max-width: 1200px) {
  .scsp-block.tabs .wrapper .tabs-panels {
    top: 101px;
  }
}
.scsp-block.tabs .wrapper .tabs-panels .tab-panel-item {
  display: none;
  overflow: hidden;
  transition: 0.2s ease all;
  background-color: white;
  position: relative;
  z-index: 900;
}
.scsp-block.tabs .wrapper .tabs-panels .tab-panel-item.active {
  padding: 52px 59px;
  display: block;
}
@media only screen and (max-width: 992px) {
  .scsp-block.tabs .wrapper .tabs-panels .tab-panel-item.active {
    padding: 35px;
  }
}
.scsp-block.tabs .wrapper .tabs-panels .tab-panel-item .wp-block-columns {
  gap: 80px;
}
@media only screen and (max-width: 1200px) {
  .scsp-block.tabs .wrapper .tabs-panels .tab-panel-item .wp-block-columns {
    flex-direction: column;
    gap: 30px;
  }
}
.scsp-block.tabs .wrapper .tabs-panels .tab-panel-item .wp-block-columns .wp-block-column {
  flex-basis: 260px;
  flex-grow: 0;
}
@media only screen and (max-width: 1200px) {
  .scsp-block.tabs .wrapper .tabs-panels .tab-panel-item .wp-block-columns .wp-block-column {
    flex-basis: auto;
  }
}
.scsp-block.tabs .wrapper .tabs-panels .tab-panel-item .wp-block-columns .wp-block-column p {
  text-align: left;
  font-size: 15px;
  margin-bottom: 0;
}
.scsp-block.tabs .wrapper .tabs-panels .tab-panel-item .wp-block-columns .wp-block-column.button-col {
  flex-grow: 1;
  justify-content: flex-end;
  display: flex;
  align-items: flex-end;
}
.scsp-block.tabs .wrapper .tabs-panels .tab-panel-item .wp-block-columns .wp-block-column.button-col .wp-block-button__link {
  font-size: 16px;
  line-height: 21px;
  padding-inline: 18px;
}

.cky-audit-table .cky-cookie-des-table li, .cky-audit-table .cky-cookie-des-table p {
  font-size: 1rem;
  font-weight: 300;
}

.blog-inthenews__title {
  margin-bottom: 60px;
}
@media only screen and (max-width: 1200px) {
  .blog-inthenews__title {
    margin-bottom: 35px;
  }
}
.blog-inthenews__title h2 {
  font-size: 60px;
  line-height: 70px;
  margin-bottom: 0;
}
@media only screen and (max-width: 782px) {
  .blog-inthenews__title h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
.blog-inthenews__title a {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #b21942;
}
.blog-inthenews__wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(430px, 1fr));
  place-content: center;
  gap: 120px;
  max-width: 1560px;
}
@media only screen and (max-width: 1720px) {
  .blog-inthenews__wrapper {
    max-width: 1390px;
  }
}
@media only screen and (max-width: 1440px) {
  .blog-inthenews__wrapper {
    max-width: 1150px;
  }
}
@media only screen and (max-width: 1200px) {
  .blog-inthenews__wrapper {
    max-width: 942px;
    gap: 30px;
  }
}
@media only screen and (max-width: 992px) {
  .blog-inthenews__wrapper {
    max-width: 718px;
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
@media only screen and (max-width: 782px) {
  .blog-inthenews__wrapper {
    max-width: unset;
    padding-inline: 40px;
  }
}
@media only screen and (max-width: 576px) {
  .blog-inthenews__wrapper {
    padding-inline: 30px;
  }
}
.blog-inthenews__wrapper__news {
  display: block;
  text-decoration: none;
  position: relative;
}
@media only screen and (max-width: 992px) {
  .blog-inthenews__wrapper__news {
    padding-bottom: 20px;
    border-bottom: 1px dotted #0a3161;
  }
}
.blog-inthenews__wrapper__news::after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -60px;
  border-right: 1px dotted #0a3161;
}
.blog-inthenews__wrapper__news:last-of-type::after {
  content: none;
}
@media only screen and (max-width: 992px) {
  .blog-inthenews__wrapper__news:last-of-type {
    padding-bottom: 0;
    border: none;
  }
}
@media only screen and (max-width: 1200px) {
  .blog-inthenews__wrapper__news::after {
    right: -15px;
  }
}
@media only screen and (max-width: 1720px) {
  .blog-inthenews__wrapper__news::after {
    content: none;
  }
}
.blog-inthenews__wrapper__news__article__eyebrow {
  margin-bottom: 40px;
}
.blog-inthenews__wrapper__news__article__image {
  margin-bottom: 35px;
  aspect-ratio: 430/260;
}
@media only screen and (max-width: 992px) {
  .blog-inthenews__wrapper__news__article__image {
    margin-bottom: 20px;
  }
}
.blog-inthenews__wrapper__news__article__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.blog-inthenews__wrapper__news__article__image img.placeholder-img {
  object-fit: cover;
}
.blog-inthenews__wrapper__news__article__content--title {
  font-size: 30px;
  line-height: 36px;
}
@media only screen and (max-width: 576px) {
  .blog-inthenews__wrapper__news__article__content--title {
    font-size: 24px;
    line-height: 30px;
  }
}
.blog-inthenews__wrapper__news__article__content--excerpt {
  margin-bottom: 15px;
}

.blog-blog__wrapper__post--title {
  font-size: 24px;
  line-height: 30px;
}

.blog-featured-articles__title {
  color: white;
  font-size: 70px;
  line-height: 80px;
  text-align: center;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1200px) {
  .blog-featured-articles__title {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 35px;
  }
}
.blog-featured-articles__wrapper {
  display: grid;
  grid-template-columns: 700px 1fr;
}
@media only screen and (max-width: 1720px) {
  .blog-featured-articles__wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 1440px) {
  .blog-featured-articles__wrapper {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 1200px) {
  .blog-featured-articles__wrapper {
    grid-template-columns: 1fr;
  }
}
.blog-featured-articles__wrapper__col-feature {
  padding-right: 90px;
  border-right: 1px dotted white;
}
@media only screen and (max-width: 1440px) {
  .blog-featured-articles__wrapper__col-feature {
    padding: 0 0 50px;
    border-right: none;
    border-bottom: 1px dotted white;
  }
}
@media only screen and (max-width: 1440px) {
  .blog-featured-articles__wrapper__col-feature__news {
    display: grid;
    grid-template-columns: 0.75fr 1fr;
    gap: 30px;
    align-items: center;
  }
}
@media only screen and (max-width: 992px) {
  .blog-featured-articles__wrapper__col-feature__news {
    grid-template-columns: 1fr;
  }
}
.blog-featured-articles__wrapper__col-feature__news__image {
  margin-bottom: 35px;
  position: relative;
  aspect-ratio: 610/400;
}
@media only screen and (max-width: 1440px) {
  .blog-featured-articles__wrapper__col-feature__news__image {
    margin-bottom: 0;
  }
}
.blog-featured-articles__wrapper__col-feature__news__image img {
  display: block;
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.blog-featured-articles__wrapper__col-feature__news__image img.placeholder-img {
  object-fit: cover;
}
.blog-featured-articles__wrapper__col-feature__news__image--link {
  position: absolute;
  bottom: 30px;
  right: 30px;
}
.blog-featured-articles__wrapper__col-feature__news__content > * {
  color: white;
  text-decoration: none;
}
.blog-featured-articles__wrapper__col-feature__news__content--eyebrow {
  font-weight: 500;
  margin-bottom: 20px;
}
.blog-featured-articles__wrapper__col-feature__news__content--title {
  color: white;
  font-size: 36px;
  line-height: 40px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 992px) {
  .blog-featured-articles__wrapper__col-feature__news__content--title {
    font-size: 26px;
    line-height: 30px;
  }
}
.blog-featured-articles__wrapper__col-feature__news__content--excerpt {
  margin-bottom: 0;
}
.blog-featured-articles__wrapper__col-loop {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 90px;
}
@media only screen and (max-width: 1440px) {
  .blog-featured-articles__wrapper__col-loop {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
    padding: 50px 0 0;
  }
}
@media only screen and (max-width: 992px) {
  .blog-featured-articles__wrapper__col-loop {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.blog-featured-articles__wrapper__col-loop__news {
  display: grid;
  grid-template-columns: 315px 1fr;
  gap: 40px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1720px) {
  .blog-featured-articles__wrapper__col-loop__news {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
}
@media only screen and (max-width: 1200px) {
  .blog-featured-articles__wrapper__col-loop__news {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 992px) {
  .blog-featured-articles__wrapper__col-loop__news {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 1200px) {
  .blog-featured-articles__wrapper__col-loop__news:last-of-type {
    margin-bottom: 0;
  }
}
.blog-featured-articles__wrapper__col-loop__news__image {
  position: relative;
  aspect-ratio: 315/195;
}
@media only screen and (max-width: 1720px) {
  .blog-featured-articles__wrapper__col-loop__news__image {
    aspect-ratio: unset;
    height: 300px;
  }
}
@media only screen and (max-width: 1200px) {
  .blog-featured-articles__wrapper__col-loop__news__image {
    height: 220px;
  }
}
@media only screen and (max-width: 992px) {
  .blog-featured-articles__wrapper__col-loop__news__image {
    height: 260px;
  }
}
@media only screen and (max-width: 420px) {
  .blog-featured-articles__wrapper__col-loop__news__image {
    height: 160px;
  }
}
.blog-featured-articles__wrapper__col-loop__news__image img {
  display: block;
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.blog-featured-articles__wrapper__col-loop__news__image img.placeholder-img {
  object-fit: cover;
}
.blog-featured-articles__wrapper__col-loop__news__image--link {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.blog-featured-articles__wrapper__col-loop__news__content {
  flex-basis: 50%;
}
.blog-featured-articles__wrapper__col-loop__news__content > * {
  color: white;
  text-decoration: none;
}
.blog-featured-articles__wrapper__col-loop__news__content--eyebrow {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}
.blog-featured-articles__wrapper__col-loop__news__content--title {
  color: white;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 15px;
}
.blog-featured-articles__wrapper__col-loop__news__content--excerpt {
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
  margin-bottom: 0;
}

.navigation {
  padding-top: 30px;
}
.navigation .nav-links {
  display: flex;
  justify-content: space-between;
}
.navigation .nav-links a {
  color: #0a3161;
  font-weight: 500;
}

.speakers-block {
  padding-top: 100px;
  padding-bottom: 140px;
  background: rgb(10, 49, 97);
  background: linear-gradient(45deg, rgb(10, 49, 97) 0%, rgb(178, 25, 66) 100%);
}
@media only screen and (max-width: 1440px) {
  .speakers-block {
    padding-top: 40px;
    padding-bottom: 90px;
  }
}
@media only screen and (max-width: 576px) {
  .speakers-block {
    padding-top: 10px;
    padding-bottom: 50px;
  }
}
.speakers-block h2 {
  color: white;
  margin-bottom: 85px;
  padding-top: 75px;
}
@media only screen and (max-width: 1440px) {
  .speakers-block h2 {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 576px) {
  .speakers-block h2 {
    margin-bottom: 40px;
  }
}
.speakers-block .profile-slider {
  padding-bottom: 120px;
}
.speakers-block .profile-slider .slick-list {
  margin: 0 -20px;
}
@media only screen and (max-width: 1440px) {
  .speakers-block .profile-slider .slick-list {
    margin: 0 -10px;
  }
}
.speakers-block .profile-slider .slick-slide {
  margin: 0 20px;
}
@media only screen and (max-width: 1440px) {
  .speakers-block .profile-slider .slick-slide {
    margin: 0 10px;
  }
}
.speakers-block .profile-slider .slide {
  position: relative;
  aspect-ratio: 380/463;
}
.speakers-block .profile-slider .slide > div:first-child {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.speakers-block .profile-slider .slide > div:first-child::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 64%;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(10, 49, 97) 100%);
}
.speakers-block .profile-slider .slide > div:first-child img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.speakers-block .profile-slider .slide .name-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding-inline: 34px;
  padding-bottom: 30px;
}
@media only screen and (max-width: 1440px) {
  .speakers-block .profile-slider .slide .name-wrapper {
    padding-inline: 20px;
    padding-bottom: 15px;
  }
}
.speakers-block .profile-slider .slide h5 {
  font-size: 25px;
  font-weight: 600;
  line-height: 28px;
  color: white;
  margin-bottom: 0px;
  max-width: 265px;
}
@media only screen and (max-width: 1200px) {
  .speakers-block .profile-slider .slide h5 {
    font-size: 22px;
    line-height: 26px;
  }
}
.speakers-block .profile-slider .slide h6 {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: white;
  margin-bottom: 0px;
  max-width: 265px;
}
@media only screen and (max-width: 1200px) {
  .speakers-block .profile-slider .slide h6 {
    font-size: 14px;
    line-height: 18px;
  }
}
.speakers-block .profile-slider .slide > p {
  display: none;
}
.speakers-block .profile-slider .slide > div:last-child {
  display: none;
}
.speakers-block .profile-slider .slick-arrow {
  background-color: transparent;
  border: 0;
  color: transparent;
  position: absolute;
  bottom: -135px;
  height: 48px;
  width: 48px;
  transition: 0.3s ease opacity;
  left: unset;
  top: unset;
}
@media only screen and (max-width: 1440px) {
  .speakers-block .profile-slider .slick-arrow {
    bottom: -100px;
  }
}
.speakers-block .profile-slider .slick-arrow::before {
  display: none;
}
.speakers-block .profile-slider .slick-arrow:hover {
  opacity: 0.6;
}
.speakers-block .profile-slider .slick-arrow.slick-prev {
  right: 66px;
  background-image: url("images/arrow-left-outline.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
}
.speakers-block .profile-slider .slick-arrow.slick-next {
  right: 0;
  background-image: url("images/arrow-right-outline.png");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: auto;
}

#cvent-agenda-wrapper {
  width: 1200px;
  max-width: 100%;
  margin: 30px auto;
}
#cvent-agenda-wrapper .calendar-mobile {
  display: none;
  padding: 20px 0;
}
@media only screen and (max-width: 576px) {
  #cvent-agenda-wrapper .calendar-mobile {
    display: block;
  }
}
#cvent-agenda-wrapper .calendar-mobile .session {
  cursor: pointer;
  margin-bottom: 15px;
  padding: 5px 0 10px 0;
  background: white;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #e3e8ed;
}
#cvent-agenda-wrapper .calendar-mobile .session.inactive {
  display: none;
}
#cvent-agenda-wrapper .calendar-mobile .session > p, #cvent-agenda-wrapper .calendar-mobile .session > h3 {
  margin: 0;
  padding: 0;
  font-size: 0.9em;
}
#cvent-agenda-wrapper .calendar-mobile .session > h3 {
  width: calc(100% - 180px);
  padding-right: 10px;
}
#cvent-agenda-wrapper .calendar-mobile .session > p {
  width: 170px;
}
#cvent-agenda-wrapper .calendar-mobile .session .location {
  display: block;
  clear: both;
  font-size: 0.8em;
}
#cvent-agenda-wrapper .calendar-mobile .session .description, #cvent-agenda-wrapper .calendar-mobile .session ul {
  display: none;
  margin-top: 10px;
  font-size: 0.9em;
}
#cvent-agenda-wrapper .calendar-mobile .session .description li, #cvent-agenda-wrapper .calendar-mobile .session .description span, #cvent-agenda-wrapper .calendar-mobile .session ul li, #cvent-agenda-wrapper .calendar-mobile .session ul span {
  font-size: 0.9em;
}
#cvent-agenda-wrapper .calendar-mobile .session.expanded {
  flex-direction: column;
}
#cvent-agenda-wrapper .calendar-mobile .session.expanded > h3, #cvent-agenda-wrapper .calendar-mobile .session.expanded > p {
  margin-bottom: 5px;
  width: 100%;
}
#cvent-agenda-wrapper .calendar-mobile .session.expanded .description, #cvent-agenda-wrapper .calendar-mobile .session.expanded ul {
  display: block;
}
@media only screen and (max-width: 576px) {
  #cvent-agenda-wrapper #cvent-agenda-calendar {
    display: none;
  }
}
#cvent-agenda-wrapper #cvent-agenda-calendar .toastui-calendar-week-view-day-names {
  border: none;
  height: 94px !important;
}
@media only screen and (max-width: 992px) {
  #cvent-agenda-wrapper #cvent-agenda-calendar .toastui-calendar-week-view-day-names {
    height: 72px !important;
  }
}
#cvent-agenda-wrapper #cvent-agenda-calendar .toastui-calendar-week-view-day-names .toastui-calendar-day-names {
  border: 1px solid #e3e8ed !important;
  height: 94px;
  border-radius: 15px;
}
@media only screen and (max-width: 992px) {
  #cvent-agenda-wrapper #cvent-agenda-calendar .toastui-calendar-week-view-day-names .toastui-calendar-day-names {
    height: 72px;
  }
}
#cvent-agenda-wrapper #cvent-agenda-calendar .toastui-calendar-week-view-day-names .toastui-calendar-day-names .toastui-calendar-day-name__date,
#cvent-agenda-wrapper #cvent-agenda-calendar .toastui-calendar-week-view-day-names .toastui-calendar-day-names .toastui-calendar-day-name__name {
  font-size: 1.75rem;
}
#cvent-agenda-wrapper #cvent-agenda-calendar .toastui-calendar-week-view-day-names .toastui-calendar-day-name-container .toastui-calendar-day-name-item {
  width: 50% !important;
  left: 0 !important;
  text-align: center;
  padding: 25px;
  height: auto;
  border-radius: 15px;
}
@media only screen and (max-width: 992px) {
  #cvent-agenda-wrapper #cvent-agenda-calendar .toastui-calendar-week-view-day-names .toastui-calendar-day-name-container .toastui-calendar-day-name-item {
    padding: 15px;
  }
}
#cvent-agenda-wrapper #cvent-agenda-calendar .toastui-calendar-week-view-day-names .toastui-calendar-day-name-container :nth-child(n+2) {
  left: 50% !important;
}
#cvent-agenda-wrapper #cvent-agenda-calendar .toastui-calendar-week-view-day-names .toastui-calendar-day-name-container :nth-child(n+3):nth-child(-n+5) {
  display: none;
}
#cvent-agenda-wrapper #cvent-agenda-calendar .toastui-calendar-columns .toastui-calendar-column {
  width: 50% !important;
  border: none !important;
}
#cvent-agenda-wrapper #cvent-agenda-calendar .toastui-calendar-columns :nth-child(n+4):nth-child(-n+5) {
  display: none;
}
#cvent-agenda-wrapper #cvent-agenda-calendar .toastui-calendar-events > div {
  transition: 0.4s;
}
#cvent-agenda-wrapper #cvent-agenda-calendar .toastui-calendar-events > div:hover {
  background: white !important;
  z-index: 9999 !important;
  color: black !important;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
}
#cvent-agenda-wrapper #cvent-agenda-calendar .toastui-calendar-events > div:hover .toastui-calendar-event-time-content {
  color: black !important;
}
#cvent-agenda-wrapper #cvent-agenda-calendar .toastui-calendar-events > div:hover .toastui-calendar-event-time-content span {
  color: black !important;
  white-space: normal;
  word-break: normal;
}
#cvent-agenda-wrapper #cvent-agenda-calendar .toastui-calendar-event-time-content {
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-left: 0px none;
}
#cvent-agenda-wrapper #cvent-agenda-calendar .toastui-calendar-event-time-content span {
  font-size: 14px;
}
#cvent-agenda-wrapper #cvent-agenda-calendar .toastui-calendar-event-time[data-calendar-id=speakers] .toastui-calendar-event-time-content, #cvent-agenda-wrapper #cvent-agenda-calendar .toastui-calendar-event-time[data-calendar-id=ash-carter] .toastui-calendar-event-time-content {
  color: white;
}
#cvent-agenda-wrapper #cvent-agenda-calendar .toastui-calendar-day-view .toastui-calendar-day-view-day-names,
#cvent-agenda-wrapper #cvent-agenda-calendar .toastui-calendar-day-view .toastui-calendar-week-view-day-names,
#cvent-agenda-wrapper #cvent-agenda-calendar .toastui-calendar-week-view .toastui-calendar-day-view-day-names,
#cvent-agenda-wrapper #cvent-agenda-calendar .toastui-calendar-week-view .toastui-calendar-week-view-day-names,
#cvent-agenda-wrapper #cvent-agenda-calendar .toastui-calendar-month-view .toastui-calendar-day-view-day-names,
#cvent-agenda-wrapper #cvent-agenda-calendar .toastui-calendar-month-view .toastui-calendar-week-view-day-names {
  overflow-y: visible;
}
#cvent-agenda-wrapper #calendar-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 2em 0 1em 0;
}
@media only screen and (max-width: 576px) {
  #cvent-agenda-wrapper #calendar-list {
    margin: 1em 0 0.5em 0;
  }
}
#cvent-agenda-wrapper #calendar-list .cal-button {
  opacity: 0.6;
  border: 0px none;
  margin: 1em 0.5em;
  cursor: pointer;
  border-radius: 27px;
  background-color: white;
  transition: 0.3s ease all;
  color: #0a3161;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  padding-inline: 31px;
  height: 32px;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 576px) {
  #cvent-agenda-wrapper #calendar-list .cal-button {
    margin: 0.25em;
  }
}
#cvent-agenda-wrapper #calendar-list .cal-button.calendar-all {
  opacity: 1;
  border: 1px solid #0a3161;
}
#cvent-agenda-wrapper #calendar-list .cal-button.calendar-agenda {
  display: none;
}
#cvent-agenda-wrapper #calendar-list .cal-button.active {
  opacity: 1;
}
#cvent-agenda-wrapper #calendar-list .cal-button.inactive {
  opacity: 0.6;
}
#cvent-agenda-wrapper #calendar-list .cal-button.calendar-speakers, #cvent-agenda-wrapper #calendar-list .cal-button.calendar-ash-carter {
  color: white;
}
#cvent-agenda-wrapper .toastui-calendar-timegrid-hour-rows {
  border: none !important;
}
#cvent-agenda-wrapper #calendar-popup-event {
  z-index: 9999999;
  transition: 0.4s;
  opacity: 0;
  pointer-events: none;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.8);
}
#cvent-agenda-wrapper #calendar-popup-event.visible {
  opacity: 1;
  pointer-events: auto;
}
#cvent-agenda-wrapper #calendar-popup-event .close {
  position: absolute;
  top: 30px;
  right: 30px;
  padding: 0;
  margin: 0;
}
#cvent-agenda-wrapper #calendar-popup-event .close a {
  text-decoration: none;
  color: #0a3161;
  font-weight: bold;
}
#cvent-agenda-wrapper #calendar-popup-event .wrapper {
  position: relative;
  background: white;
  width: 640px;
  max-width: calc(100% - 30px);
  padding: 30px;
  border-radius: 10px;
}
#cvent-agenda-wrapper #calendar-popup-event .wrapper .content {
  padding-right: 30px;
}
#cvent-agenda-wrapper #calendar-popup-event .wrapper .description {
  max-height: 250px;
  overflow-y: scroll;
  padding-right: 15px;
}
#cvent-agenda-wrapper #calendar-popup-event .wrapper h3 {
  margin-bottom: 5px;
  color: #0a3161;
}
#cvent-agenda-wrapper #calendar-popup-event .wrapper ul li {
  padding-top: 5px;
}
#cvent-agenda-wrapper #calendar-popup-event .wrapper ul li .title {
  clear: both;
  font-size: 0.8em;
  display: block;
}

body.home {
  background-color: #b21942;
}

.home__hero {
  position: relative;
}
.home__hero__columns {
  min-height: 100vh;
  gap: 155px;
}
@media only screen and (max-width: 992px) {
  .home__hero__columns {
    flex-direction: column;
    gap: 60px;
    align-items: center !important;
    justify-content: center;
  }
}
.home__hero__columns .wp-block-column {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 992px) {
  .home__hero__columns .wp-block-column {
    flex-basis: auto !important;
    flex-grow: 0 !important;
  }
}
.home__hero__columns .wp-block-column.right-col h1 {
  font-size: 60px;
  color: white;
}
@media only screen and (max-width: 782px) {
  .home__hero__columns .wp-block-column.right-col h1 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 420px) {
  .home__hero__columns .wp-block-column.right-col h1 {
    font-size: 25px;
  }
}
.home__hero__columns .wp-block-column.right-col h1 span {
  font-size: 36px;
}
@media only screen and (max-width: 420px) {
  .home__hero__columns .wp-block-column.right-col h1 span {
    font-size: 20px;
  }
}
.home__hero__scsp-logo {
  position: absolute;
  bottom: 70px;
}
.home__hero__scsp-logo a {
  display: block;
}
.home__circles-bkg {
  background-image: url("images/sponsors__hero_bg.jpeg");
  background-size: cover;
  background-repeat: no-repeat;
  padding-block: 184px 122px;
}
@media only screen and (max-width: 1200px) {
  .home__circles-bkg {
    padding-block: 110px;
  }
}
@media only screen and (max-width: 782px) {
  .home__circles-bkg {
    padding-block: 90px;
  }
}
@media only screen and (max-width: 576px) {
  .home__circles-bkg {
    padding-block: 70px;
  }
}
@media only screen and (max-width: 420px) {
  .home__circles-bkg {
    padding-block: 40px;
  }
}
.home__circles-bkg .wp-block-columns {
  gap: 40px;
}
@media only screen and (max-width: 1200px) {
  .home__circles-bkg .wp-block-columns {
    max-width: unset;
  }
}
@media only screen and (max-width: 992px) {
  .home__circles-bkg .wp-block-columns {
    flex-direction: column;
  }
}
.home__what-to-expect {
  background-color: #e3e8ed;
  padding-block: 130px;
}
@media only screen and (max-width: 1200px) {
  .home__what-to-expect {
    padding-block: 110px;
  }
}
@media only screen and (max-width: 782px) {
  .home__what-to-expect {
    padding-block: 90px;
  }
}
@media only screen and (max-width: 576px) {
  .home__what-to-expect {
    padding-block: 70px;
  }
}
@media only screen and (max-width: 420px) {
  .home__what-to-expect {
    padding-block: 40px;
  }
}
.home__what-to-expect .wp-block-columns:not(.container) {
  flex-wrap: wrap !important;
  margin-bottom: 2em;
}
.home__what-to-expect .wp-block-columns:not(.container):last-of-type {
  margin-bottom: 0;
}
@media only screen and (max-width: 992px) {
  .home__what-to-expect .wp-block-columns:not(.container):last-of-type {
    gap: 0;
  }
}
.home__what-to-expect .wp-block-columns:not(.container) .wp-block-column {
  flex-basis: 31%;
}
@media only screen and (max-width: 1720px) {
  .home__what-to-expect .wp-block-columns:not(.container) .wp-block-column {
    flex-basis: 47%;
  }
}
@media only screen and (max-width: 992px) {
  .home__what-to-expect .wp-block-columns:not(.container) .wp-block-column {
    flex-basis: 100%;
  }
}
.home__what-to-expect .wp-block-columns:not(.container) .wp-block-column .custom-cover {
  aspect-ratio: unset;
}
.home__what-to-expect .wp-block-columns:not(.container) .wp-block-column .custom-cover__front--top {
  padding: 45px;
  min-height: 500px;
}
@media only screen and (max-width: 992px) {
  .home__what-to-expect .wp-block-columns:not(.container) .wp-block-column .custom-cover__front--top {
    min-height: 400px;
  }
}
.home__what-to-expect .wp-block-columns:not(.container) .wp-block-column .custom-cover__front--top h2 {
  font-size: 45px;
  line-height: 55px;
}
@media only screen and (max-width: 782px) {
  .home__what-to-expect .wp-block-columns:not(.container) .wp-block-column .custom-cover__front--top h2 {
    font-size: 35px;
    line-height: 45px;
  }
}
.home__ashcarter-section {
  background-color: white;
  padding-block: 196px;
}
@media only screen and (max-width: 1200px) {
  .home__ashcarter-section {
    padding-block: 110px;
  }
}
@media only screen and (max-width: 782px) {
  .home__ashcarter-section {
    padding-block: 90px;
  }
}
@media only screen and (max-width: 576px) {
  .home__ashcarter-section {
    padding-block: 70px;
  }
}
@media only screen and (max-width: 420px) {
  .home__ashcarter-section {
    padding-block: 40px;
  }
}
.home__ashcarter-section .wp-block-columns {
  max-width: 1360px;
  gap: 150px;
}
@media only screen and (max-width: 1440px) {
  .home__ashcarter-section .wp-block-columns {
    max-width: 1150px;
  }
}
@media only screen and (max-width: 1200px) {
  .home__ashcarter-section .wp-block-columns {
    max-width: 942px;
    gap: 90px;
  }
}
@media only screen and (max-width: 992px) {
  .home__ashcarter-section .wp-block-columns {
    max-width: 718px;
    flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 782px) {
  .home__ashcarter-section .wp-block-columns {
    max-width: unset;
    padding-inline: 40px;
    gap: 40px;
  }
}
@media only screen and (max-width: 576px) {
  .home__ashcarter-section .wp-block-columns {
    padding-inline: 30px;
  }
}
.home__ashcarter-section .eyebrow {
  margin-bottom: 50px;
}
@media only screen and (max-width: 1200px) {
  .home__ashcarter-section .eyebrow {
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 782px) {
  .home__ashcarter-section .eyebrow {
    margin-bottom: 10px;
  }
}
.home__ashcarter-section p:not(.eyebrow) {
  color: #0a3161;
}
.home__featured {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 1200px) {
  .home__featured {
    min-height: unset;
    padding-block: 100px;
  }
}
.home__featured .wp-block-columns {
  background-color: white;
  overflow: hidden;
  padding-inline: 0;
  width: 100%;
  min-height: 54vh;
  gap: 0;
}
@media only screen and (max-width: 1200px) {
  .home__featured .wp-block-columns {
    min-height: 45vh;
  }
}
@media only screen and (max-width: 992px) {
  .home__featured .wp-block-columns {
    flex-direction: column-reverse;
    aspect-ratio: unset;
    position: relative;
  }
}
.home__featured .wp-block-columns .wp-block-column {
  flex-basis: 50% !important;
}
@media only screen and (max-width: 992px) {
  .home__featured .wp-block-columns .wp-block-column {
    flex-basis: 0 !important;
  }
}
.home__featured .wp-block-columns .content-col {
  padding: 75px;
  position: relative;
}
@media only screen and (max-width: 992px) {
  .home__featured .wp-block-columns .content-col {
    padding: 75px 45px 103px;
  }
}
@media only screen and (max-width: 576px) {
  .home__featured .wp-block-columns .content-col {
    padding: 50px 67px 50px 30px;
  }
}
.home__featured .wp-block-columns .content-col h2 {
  font-size: 48px;
  line-height: 56px;
}
@media only screen and (max-width: 992px) {
  .home__featured .wp-block-columns .content-col h2 {
    font-size: 35px;
    line-height: 43px;
  }
}
@media only screen and (max-width: 576px) {
  .home__featured .wp-block-columns .content-col h2 {
    font-size: 25px;
    line-height: 33px;
  }
}
.home__featured .wp-block-columns .content-col .eyebrow {
  position: absolute;
  left: 75px;
  bottom: 48px;
  margin-bottom: 0;
  font-size: 30px;
  line-height: 38px;
  font-weight: 500;
  text-transform: capitalize;
}
@media only screen and (max-width: 992px) {
  .home__featured .wp-block-columns .content-col .eyebrow {
    left: 45px;
    bottom: 33px;
  }
}
@media only screen and (max-width: 576px) {
  .home__featured .wp-block-columns .content-col .eyebrow {
    font-size: 20px;
    line-height: 28px;
    left: 30px;
    bottom: 25px;
  }
}
.home__featured .wp-block-columns .image-col {
  position: relative;
}
@media only screen and (max-width: 992px) {
  .home__featured .wp-block-columns .image-col {
    position: unset;
  }
}
.home__featured .wp-block-columns .image-col figure {
  margin-bottom: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 992px) {
  .home__featured .wp-block-columns .image-col figure {
    aspect-ratio: 1.3;
  }
}
.home__featured .wp-block-columns .image-col figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home__featured .wp-block-columns .image-col .wp-block-buttons {
  position: absolute;
  bottom: 33px;
  right: 31px;
  transform: scale(1.63);
}
@media only screen and (max-width: 576px) {
  .home__featured .wp-block-columns .image-col .wp-block-buttons {
    scale: 0.75;
    right: 25px;
    bottom: 25px;
  }
}
.home__the-latest {
  display: none;
  padding-block: 70px 220px;
}
@media only screen and (max-width: 1200px) {
  .home__the-latest {
    padding-block: 70px 110px;
  }
}
@media only screen and (max-width: 782px) {
  .home__the-latest {
    padding-block: 70px 90px;
  }
}
.home__the-latest h2 {
  display: inline-block;
  color: white;
}
.home__the-latest p.view-all {
  display: inline-block;
  margin-left: 24px;
}
@media only screen and (max-width: 576px) {
  .home__the-latest p.view-all {
    margin-left: 14px;
  }
}
.home__the-latest p.view-all a {
  color: white;
  text-decoration: none;
  transition: 0.3s ease all;
  font-size: 14px;
  line-height: 18px;
}
.home__the-latest p.view-all a:hover {
  opacity: 0.6;
}
.home__the-latest h3 {
  color: white;
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
  margin-bottom: 16px;
}

.error404,
.page-template-404 {
  background-color: #b21942;
  background-image: url("images/404_bg.jpeg");
  background-size: cover;
  background-attachment: fixed;
  background-size: 100% 100%;
}
.error404 .columns__404-template,
.page-template-404 .columns__404-template {
  min-height: 100vh;
  display: flex;
  align-items: center !important;
  justify-content: center;
  flex-direction: column;
  gap: 0;
}
.error404 .columns__404-template .wp-block-column,
.page-template-404 .columns__404-template .wp-block-column {
  flex-basis: auto !important;
  flex-grow: 0 !important;
}
.error404 .columns__404-template .wp-block-column h1,
.error404 .columns__404-template .wp-block-column p,
.page-template-404 .columns__404-template .wp-block-column h1,
.page-template-404 .columns__404-template .wp-block-column p {
  color: white;
  text-align: center;
  margin-bottom: 0;
}
.error404 .columns__404-template .wp-block-column h1,
.page-template-404 .columns__404-template .wp-block-column h1 {
  font-size: 320px;
  line-height: 1.1;
}
@media only screen and (max-width: 782px) {
  .error404 .columns__404-template .wp-block-column h1,
  .page-template-404 .columns__404-template .wp-block-column h1 {
    font-size: 200px;
  }
}
@media only screen and (max-width: 576px) {
  .error404 .columns__404-template .wp-block-column h1,
  .page-template-404 .columns__404-template .wp-block-column h1 {
    font-size: 150px;
  }
}
.error404 .columns__404-template .wp-block-column p,
.page-template-404 .columns__404-template .wp-block-column p {
  font-size: 47px;
}
@media only screen and (max-width: 992px) {
  .error404 .columns__404-template .wp-block-column p,
  .page-template-404 .columns__404-template .wp-block-column p {
    font-size: 30px;
  }
}
.error404 .scsp-logo-col,
.page-template-404 .scsp-logo-col {
  position: absolute;
  bottom: 70px;
}
@media only screen and (max-width: 992px) {
  .error404 .scsp-logo-col,
  .page-template-404 .scsp-logo-col {
    display: none;
  }
}

.about__hero .wp-block-columns {
  min-height: 100vh;
  align-items: center !important;
  gap: 100px;
}
@media only screen and (max-width: 1720px) {
  .about__hero .wp-block-columns {
    gap: 60px;
    padding-block: 130px 70px;
  }
}
@media only screen and (max-width: 1200px) {
  .about__hero .wp-block-columns {
    flex-direction: column;
  }
}
.about__hero .wp-block-columns img {
  background-color: transparent;
}
@media only screen and (max-width: 1200px) {
  .about__hero .wp-block-columns img {
    max-height: 400px;
    object-fit: contain;
  }
}
.about__hero .wp-block-columns .content-col img {
  margin-bottom: 72px;
}
.about__hero .wp-block-columns .content-col p {
  color: white;
  margin-bottom: 58px;
}
.about__hero .wp-block-columns .content-col .wp-block-buttons {
  gap: 15px;
}
.about__registration-form .wp-block-columns {
  padding-block: 135px;
  gap: 100px;
}
@media only screen and (max-width: 1200px) {
  .about__registration-form .wp-block-columns {
    gap: 50px;
    flex-direction: column;
    padding-block: 70px;
  }
}
@media only screen and (max-width: 576px) {
  .about__registration-form .wp-block-columns {
    padding-block: 0 70px;
  }
}
.about__registration-form .wp-block-columns .content-col {
  flex-basis: 500px !important;
  flex-grow: 0 !important;
  padding-top: 200px;
}
@media only screen and (max-width: 1200px) {
  .about__registration-form .wp-block-columns .content-col {
    flex-basis: auto !important;
    padding-top: 0;
  }
}
.about__registration-form .wp-block-columns .content-col h2 {
  margin-bottom: 40px;
  color: white;
}
.about__registration-form .wp-block-columns .content-col p {
  color: white;
}
.about__registration-form .wp-block-columns .form-col {
  width: 100%;
}
.about__registration-form .wp-block-columns .form-col .cvt-embed {
  height: 100vh;
}
.about__audience {
  background-image: url("images/about__audience-section-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.about__audience > div {
  padding-block: 155px;
}
@media only screen and (max-width: 992px) {
  .about__audience > div {
    padding-block: 70px;
  }
}
.about__audience > div .wp-block-columns.content-row .wp-block-column {
  max-width: 800px;
  margin-bottom: 50px;
}
.about__audience > div .wp-block-columns.content-row .wp-block-column p {
  max-width: 680px;
}
.about__audience > div .wp-block-columns.grid-row {
  flex-wrap: wrap !important;
  gap: 25px;
}
.about__audience > div .wp-block-columns.grid-row .wp-block-column {
  padding: 35px 38px;
  border: 1px solid #0a3161;
  min-width: 300px;
}
.about__audience > div .wp-block-columns.grid-row .wp-block-column h3 {
  font-size: 35px;
  line-height: 45px;
  font-weight: 300;
  margin-bottom: 60px;
  color: #0a3161;
}
@media only screen and (max-width: 1200px) {
  .about__audience > div .wp-block-columns.grid-row .wp-block-column h3 {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 782px) {
  .about__audience > div .wp-block-columns.grid-row .wp-block-column h3 {
    font-size: 30px;
    line-height: 40px;
  }
}
.about__audience > div .wp-block-columns.grid-row .wp-block-column p {
  margin-bottom: 0;
}
.about__audience--subheading {
  font-size: 30px;
  line-height: 40px;
}
.about__exhibitors {
  display: none;
  background-color: white;
}
.about__exhibitors .wp-block-columns {
  padding-block: 100px;
  gap: 150px;
}
.about__travel .wp-block-columns {
  padding-block: 120px 170px;
  gap: 40px;
}
@media only screen and (max-width: 1200px) {
  .about__travel .wp-block-columns {
    flex-direction: column;
    padding-block: 70px;
  }
}
.about__travel .wp-block-columns .wp-block-column > * {
  color: white;
}
.about__travel .wp-block-columns .wp-block-column a {
  color: white;
}
.about__travel .wp-block-columns .left-col {
  flex-basis: 800px;
  flex-grow: 0;
  padding: 133px 110px;
  border: 1px solid white;
}
@media only screen and (max-width: 1720px) {
  .about__travel .wp-block-columns .left-col {
    flex-basis: 50%;
    padding: 90px;
  }
}
@media only screen and (max-width: 1440px) {
  .about__travel .wp-block-columns .left-col {
    padding: 55px;
  }
}
.about__travel .wp-block-columns .left-col h2 {
  margin-bottom: 45px;
}
.about__travel .wp-block-columns .right-col {
  display: flex;
  gap: 40px;
  flex-direction: column;
}
.about__travel .wp-block-columns .right-col .wp-block-columns {
  border: 1px solid white;
  gap: 0;
  padding: 0;
}
.about__travel .wp-block-columns .right-col .wp-block-columns .col-image {
  flex-basis: 213px;
  flex-grow: 0;
}
.about__travel .wp-block-columns .right-col .wp-block-columns .col-image figure {
  height: 100%;
}
.about__travel .wp-block-columns .right-col .wp-block-columns .col-image img {
  object-fit: cover;
  height: 100%;
  width: auto;
}
@media only screen and (max-width: 1200px) {
  .about__travel .wp-block-columns .right-col .wp-block-columns .col-image img {
    max-height: 300px;
    width: 100%;
  }
}
.about__travel .wp-block-columns .right-col .wp-block-columns .col-content {
  padding: 65px 57px 65px 67px;
}
@media only screen and (max-width: 1720px) {
  .about__travel .wp-block-columns .right-col .wp-block-columns .col-content {
    padding: 50px;
  }
}
@media only screen and (max-width: 1440px) {
  .about__travel .wp-block-columns .right-col .wp-block-columns .col-content {
    padding: 35px;
  }
}
.about__travel .wp-block-columns .right-col .wp-block-columns .col-content h2,
.about__travel .wp-block-columns .right-col .wp-block-columns .col-content p {
  color: white;
}
.about__travel .wp-block-columns .right-col .wp-block-columns .col-content p {
  margin-bottom: 0;
}
@media only screen and (max-width: 992px) {
  .about__travel .wp-block-columns.cover-cols {
    padding-top: 0;
  }
}
.about__travel .wp-block-columns.cover-cols .custom-cover {
  position: relative;
  width: 100%;
  aspect-ratio: unset;
}
.about__travel .wp-block-columns.cover-cols .custom-cover__front {
  min-height: 590px;
  padding: 75px;
  background-color: white;
}
@media only screen and (max-width: 992px) {
  .about__travel .wp-block-columns.cover-cols .custom-cover__front {
    min-height: 500px;
    padding: 55px;
  }
}
@media only screen and (max-width: 576px) {
  .about__travel .wp-block-columns.cover-cols .custom-cover__front {
    padding: 35px;
  }
}
.about__travel .wp-block-columns.cover-cols .custom-cover__front--top {
  padding: 0;
  background: none;
  min-height: 100%;
}
.about__travel .wp-block-columns.cover-cols .custom-cover__front--top h2 {
  font-size: 48px;
  line-height: 60px;
  color: #0a3161;
  max-width: 525px;
}
@media only screen and (max-width: 782px) {
  .about__travel .wp-block-columns.cover-cols .custom-cover__front--top h2 {
    font-size: 32px;
    line-height: 37px;
  }
}
.about__travel .wp-block-columns.cover-cols .custom-cover__front--bottom {
  position: absolute;
  bottom: 70px;
  left: 75px;
}
@media only screen and (max-width: 992px) {
  .about__travel .wp-block-columns.cover-cols .custom-cover__front--bottom {
    scale: 0.7;
    left: 0;
  }
}
@media only screen and (max-width: 576px) {
  .about__travel .wp-block-columns.cover-cols .custom-cover__front--bottom {
    scale: 0.6;
    left: -35px;
  }
}
.about__travel .wp-block-columns.cover-cols .custom-cover__front--bottom img {
  width: 400px;
  height: auto;
}
.about__travel .wp-block-columns.cover-cols .custom-cover__back {
  padding: 90px 75px 40px;
  background-color: #0a3161;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.3s ease all;
  pointer-events: none;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 992px) {
  .about__travel .wp-block-columns.cover-cols .custom-cover__back {
    padding: 55px;
  }
}
@media only screen and (max-width: 576px) {
  .about__travel .wp-block-columns.cover-cols .custom-cover__back {
    padding: 35px;
  }
}
.about__travel .wp-block-columns.cover-cols .custom-cover__back p {
  color: white;
  font-size: 22px;
  line-height: 27px;
}
@media only screen and (max-width: 992px) {
  .about__travel .wp-block-columns.cover-cols .custom-cover__back p {
    font-size: 18px;
    line-height: 23px;
  }
}
@media only screen and (max-width: 576px) {
  .about__travel .wp-block-columns.cover-cols .custom-cover__back p {
    font-size: 15px;
    line-height: 20px;
  }
}
.about__travel .wp-block-columns.cover-cols .custom-cover__back .wp-block-buttons {
  margin-top: auto;
}
@media only screen and (max-width: 576px) {
  .about__travel .wp-block-columns.cover-cols .custom-cover__back .wp-block-buttons {
    margin-bottom: 70px;
  }
}
.about__travel .wp-block-columns.cover-cols .custom-cover__back .wp-block-buttons .wp-block-button__link {
  color: white;
  background: transparent;
  border-color: white;
  height: 42px;
  padding-inline: 59px;
  font-size: 18px;
  line-height: 23px;
}
.about__travel .wp-block-columns.cover-cols .custom-cover__back .wp-block-buttons .wp-block-button__link:hover, .about__travel .wp-block-columns.cover-cols .custom-cover__back .wp-block-buttons .wp-block-button__linkfocus {
  background-color: white;
  color: #0a3161;
}
@media only screen and (max-width: 576px) {
  .about__travel .wp-block-columns.cover-cols .custom-cover__back .wp-block-buttons .wp-block-button__link {
    font-size: 15px;
    line-height: 20px;
    height: 32px;
  }
}
.about__travel .wp-block-columns.cover-cols .custom-cover__back > *:not(p, .wp-block-buttons),
.about__travel .wp-block-columns.cover-cols .custom-cover__back p.eyebrow {
  display: none;
}
.about__travel .wp-block-columns.cover-cols .custom-cover > .wp-block-buttons {
  position: absolute;
  transform: rotate(0deg) scale(1.63);
  transition: 0.6s ease all;
  bottom: 40px;
  right: 40px;
}
@media only screen and (max-width: 420px) {
  .about__travel .wp-block-columns.cover-cols .custom-cover > .wp-block-buttons {
    bottom: 25px;
    right: 25px;
  }
}
.about__travel .wp-block-columns.cover-cols .custom-cover.active .custom-cover__back {
  opacity: 1;
  pointer-events: all;
}
.about__travel .wp-block-columns.cover-cols .custom-cover.active > .wp-block-buttons {
  transform: rotate(405deg) scale(1.63);
}
.about__travel .wp-block-columns.cover-cols .custom-cover.active > .wp-block-buttons a {
  background-color: #0a3161;
}
.about__travel .wp-block-columns.cover-cols .custom-cover.active > .wp-block-buttons a:hover {
  background-color: #b21942;
}

.attendees__hero {
  background-image: url("images/attendees__hero_bg.jpeg");
  background-repeat: no-repeat;
  background-size: cover;
}
.attendees__hero .wp-block-columns {
  min-height: 100vh;
  align-items: center !important;
  gap: 130px;
}
@media only screen and (max-width: 1720px) {
  .attendees__hero .wp-block-columns {
    gap: 60px;
  }
}
@media only screen and (max-width: 1200px) {
  .attendees__hero .wp-block-columns {
    flex-direction: column;
    padding-block: 120px;
  }
}
.attendees__hero .wp-block-columns .content-col h1 {
  color: #0a3161;
  margin-bottom: 45px;
}
.attendees__hero .wp-block-columns .content-col h1 span {
  font-size: clamp(2.5rem, 5vw, 4.375rem);
  line-height: 1;
  font-weight: 600;
  color: #b21942;
}
.attendees__hero .wp-block-columns .content-col p {
  margin-bottom: 45px;
}
.attendees__hero .wp-block-columns .content-col .wp-block-buttons {
  gap: 15px;
}
.attendees__hero .wp-block-columns .image-col {
  flex-basis: 800px !important;
  flex-grow: 0 !important;
}
@media only screen and (max-width: 1720px) {
  .attendees__hero .wp-block-columns .image-col {
    flex-basis: auto !important;
  }
  .attendees__hero .wp-block-columns .image-col img {
    width: 100%;
    max-height: 500px;
    object-fit: cover;
    object-position: top;
  }
}
@media only screen and (max-width: 1720px) and (max-width: 1200px) {
  .attendees__hero .wp-block-columns .image-col img {
    max-height: unset;
  }
}
.attendees__registration > div > .wp-block-columns {
  padding-block: 135px;
  align-items: center !important;
  gap: 100px;
}
@media only screen and (max-width: 1200px) {
  .attendees__registration > div > .wp-block-columns {
    gap: 50px;
    flex-direction: column;
    padding-block: 70px;
  }
}
.attendees__registration > div > .wp-block-columns .content-col {
  flex-basis: 500px !important;
  flex-grow: 0 !important;
}
@media only screen and (max-width: 992px) {
  .attendees__registration > div > .wp-block-columns .content-col {
    flex-basis: auto !important;
  }
}
.attendees__registration > div > .wp-block-columns .content-col h2 {
  margin-bottom: 40px;
  color: white;
}
.attendees__registration > div > .wp-block-columns .content-col p {
  color: white;
}
.attendees__registration > div > .wp-block-columns .content-col > p {
  margin-bottom: 100px;
}
@media only screen and (max-width: 1200px) {
  .attendees__registration > div > .wp-block-columns .content-col > p {
    margin-bottom: 50px;
  }
}
.attendees__registration > div > .wp-block-columns .content-col .wp-block-columns {
  flex-wrap: nowrap !important;
}
.attendees__registration > div > .wp-block-columns .content-col .wp-block-columns .social-col figure {
  display: inline-block;
  padding-right: 24px;
}
@media only screen and (max-width: 576px) {
  .attendees__registration > div > .wp-block-columns .content-col .wp-block-columns .social-col figure {
    padding-right: 15px;
  }
}
.attendees__registration > div > .wp-block-columns .content-col .wp-block-columns .social-col figure:last-of-type {
  padding-right: 0;
}
.attendees__registration > div > .wp-block-columns .content-col .wp-block-columns .social-col figure a {
  display: block;
}
.attendees__registration > div > .wp-block-columns .content-col .wp-block-columns .social-col figure a:hover img {
  opacity: 0.7;
}
.attendees__registration > div > .wp-block-columns .content-col .wp-block-columns .social-col figure a img {
  transition: 0.3s ease all;
}
@media only screen and (max-width: 782px) {
  .attendees__registration > div > .wp-block-columns .content-col .wp-block-columns .icon-col {
    scale: 0.75;
  }
}
@media only screen and (max-width: 576px) {
  .attendees__registration > div > .wp-block-columns .content-col .wp-block-columns .icon-col {
    scale: 0.5;
  }
}
.attendees__registration > div > .wp-block-columns .form-col {
  width: 100%;
}
.attendees__registration > div > .wp-block-columns .form-col .cvt-embed {
  height: 100vh;
}

.exhibitors__hero {
  background-image: url("images/exhibitors__hero_bg.jpeg");
  background-repeat: no-repeat;
  background-size: cover;
}
.exhibitors__hero .wp-block-columns {
  min-height: 100vh;
  align-items: center !important;
  gap: 130px;
}
@media only screen and (max-width: 1720px) {
  .exhibitors__hero .wp-block-columns {
    gap: 60px;
  }
}
@media only screen and (max-width: 1200px) {
  .exhibitors__hero .wp-block-columns {
    flex-direction: column;
    align-items: normal !important;
    padding-block: 120px;
  }
}
@media only screen and (max-width: 1720px) {
  .exhibitors__hero .wp-block-columns .content-col {
    flex-basis: 50% !important;
  }
}
@media only screen and (max-width: 992px) {
  .exhibitors__hero .wp-block-columns .content-col {
    flex-basis: auto !important;
  }
}
.exhibitors__hero .wp-block-columns .content-col h1 {
  color: #0a3161;
  margin-bottom: 45px;
}
.exhibitors__hero .wp-block-columns .content-col h1 span {
  font-size: clamp(2.5rem, 5vw, 4.375rem);
  line-height: 1;
  font-weight: 600;
  color: #b21942;
}
.exhibitors__hero .wp-block-columns .content-col p {
  margin-bottom: 45px;
}
.exhibitors__hero .wp-block-columns .content-col .wp-block-buttons {
  gap: 15px;
}
.exhibitors__hero .wp-block-columns .image-col {
  flex-basis: 800px !important;
  flex-grow: 0 !important;
}
@media only screen and (max-width: 1720px) {
  .exhibitors__hero .wp-block-columns .image-col {
    flex-basis: 50% !important;
  }
}
@media only screen and (max-width: 1200px) {
  .exhibitors__hero .wp-block-columns .image-col {
    flex-basis: auto !important;
  }
  .exhibitors__hero .wp-block-columns .image-col img {
    width: 100%;
    max-height: 500px;
    object-fit: contain;
    object-position: top;
  }
}
.exhibitors__registration > div > .wp-block-columns {
  padding-block: 135px;
  align-items: center !important;
  gap: 100px;
}
@media only screen and (max-width: 1200px) {
  .exhibitors__registration > div > .wp-block-columns {
    flex-direction: column;
    gap: 50px;
  }
}
@media only screen and (max-width: 992px) {
  .exhibitors__registration > div > .wp-block-columns {
    padding-block: 70px;
  }
}
.exhibitors__registration > div > .wp-block-columns .content-col {
  flex-basis: 500px !important;
  flex-grow: 0 !important;
}
@media only screen and (max-width: 992px) {
  .exhibitors__registration > div > .wp-block-columns .content-col {
    flex-basis: auto !important;
  }
}
.exhibitors__registration > div > .wp-block-columns .content-col h2 {
  margin-bottom: 40px;
  color: white;
}
.exhibitors__registration > div > .wp-block-columns .content-col p {
  color: white;
}
.exhibitors__registration > div > .wp-block-columns .content-col > p {
  margin-bottom: 100px;
}
.exhibitors__registration > div > .wp-block-columns .content-col .wp-block-columns {
  flex-wrap: nowrap !important;
}
.exhibitors__registration > div > .wp-block-columns .content-col .wp-block-columns .social-col figure {
  display: inline-block;
  padding-right: 24px;
}
@media only screen and (max-width: 576px) {
  .exhibitors__registration > div > .wp-block-columns .content-col .wp-block-columns .social-col figure {
    padding-right: 15px;
  }
}
.exhibitors__registration > div > .wp-block-columns .content-col .wp-block-columns .social-col figure:last-of-type {
  padding-right: 0;
}
.exhibitors__registration > div > .wp-block-columns .content-col .wp-block-columns .social-col figure a {
  display: block;
}
.exhibitors__registration > div > .wp-block-columns .content-col .wp-block-columns .social-col figure a:hover img {
  opacity: 0.7;
}
.exhibitors__registration > div > .wp-block-columns .content-col .wp-block-columns .social-col figure a img {
  transition: 0.3s ease all;
}
@media only screen and (max-width: 782px) {
  .exhibitors__registration > div > .wp-block-columns .content-col .wp-block-columns .icon-col {
    scale: 0.75;
  }
}
@media only screen and (max-width: 576px) {
  .exhibitors__registration > div > .wp-block-columns .content-col .wp-block-columns .icon-col {
    scale: 0.5;
  }
}
.exhibitors__registration > div > .wp-block-columns .form-col {
  width: 100%;
}
.exhibitors__registration > div > .wp-block-columns .form-col .hbspt-form {
  background: white;
  padding: 30px;
}
@media only screen and (max-width: 576px) {
  .exhibitors__registration > div > .wp-block-columns .form-col .hbspt-form {
    padding: 20px;
  }
}
.exhibitors__tabs {
  background-color: white;
  padding-block: 100px;
}
@media only screen and (max-width: 992px) {
  .exhibitors__tabs {
    padding-block: 60px;
  }
}
.exhibitors__tabs .scsp-block .wrapper .tabs-nav {
  padding-bottom: 350px;
}
@media only screen and (max-width: 992px) {
  .exhibitors__tabs .scsp-block .wrapper .tabs-nav {
    padding-bottom: 100px;
  }
}
.exhibitors__tabs .scsp-block .wrapper .tabs-panels {
  top: 85px;
  width: 100%;
}
.exhibitors__tabs .scsp-block .wrapper .tabs-panels ul {
  list-style: disc;
  margin-bottom: 0;
}
.exhibitors__tabs .scsp-block .wrapper .tabs-panels ul li {
  margin-bottom: 5px;
  font-size: 1.5rem;
  color: #0a3161;
}
@media only screen and (max-width: 992px) {
  .exhibitors__tabs .scsp-block .wrapper .tabs-panels ul li {
    font-size: 1.25rem;
  }
}
.exhibitors__tabs .scsp-block .wrapper .tabs-panels .tab-panel-item.active {
  padding: 35px;
  width: 100%;
}
.exhibitors__tabs .scsp-block .wrapper .tabs-panels .wp-block-columns {
  justify-content: space-between;
}
.exhibitors__tabs .scsp-block .wrapper .tabs-panels .wp-block-columns .wp-block-column {
  flex-basis: 500px !important;
}
@media only screen and (max-width: 992px) {
  .exhibitors__tabs .scsp-block .wrapper .tabs-panels .wp-block-columns .wp-block-column {
    flex-basis: auto !important;
  }
}
.exhibitors__tabs .scsp-block .wrapper .tabs-panels .wp-block-columns .wp-block-column:has(.wp-block-buttons) {
  align-self: center;
}
.exhibitors__tabs .scsp-block .wrapper .tabs-panels .wp-block-columns .wp-block-column .wp-block-buttons {
  justify-content: flex-end;
}
.exhibitors__tabs h2 {
  position: relative;
  width: fit-content;
  margin-inline: auto;
  margin-bottom: 90px;
}
@media only screen and (max-width: 992px) {
  .exhibitors__tabs h2 {
    margin-bottom: 40px;
  }
}
.exhibitors__tabs h2::before {
  content: "";
  background-image: url(images/sponsors__hero_asterisk.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  width: 61px;
  height: 61px;
  left: -20%;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 782px) {
  .exhibitors__tabs h2::before {
    left: -25%;
    height: 40px;
    width: 40px;
  }
}
.exhibitors__tabs p strong {
  font-size: 1.25rem;
}
.exhibitors__map {
  background-color: #0a3161;
}
.exhibitors__map .wp-block-columns {
  padding-block: 135px 190px;
  align-items: center !important;
}
@media only screen and (max-width: 992px) {
  .exhibitors__map .wp-block-columns {
    padding-block: 70px;
  }
}
.exhibitors__map h2 {
  color: white;
  margin-bottom: 40px;
}

.sponsors__hero {
  background-image: url("images/sponsors__hero_bg.jpeg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.sponsors__hero__top-row {
  min-height: 100vh;
  align-items: center !important;
  gap: 120px;
}
@media only screen and (max-width: 1720px) {
  .sponsors__hero__top-row {
    gap: 60px;
  }
}
@media only screen and (max-width: 1200px) {
  .sponsors__hero__top-row {
    flex-direction: column;
    padding-top: 120px;
    gap: 100px;
  }
}
.sponsors__hero__top-row .content-col {
  padding-left: 100px;
}
@media only screen and (max-width: 1440px) {
  .sponsors__hero__top-row .content-col {
    padding: 0;
  }
}
.sponsors__hero__top-row .content-col > * {
  z-index: 999;
  position: relative;
}
.sponsors__hero__top-row .content-col::before {
  content: url("images/sponsors__hero_asterisk.svg");
  position: absolute;
  aspect-ratio: 443/443;
  left: -12%;
  top: 15%;
  z-index: 1;
}
@media only screen and (max-width: 1720px) {
  .sponsors__hero__top-row .content-col::before {
    left: -15%;
  }
}
@media only screen and (max-width: 1440px) {
  .sponsors__hero__top-row .content-col::before {
    content: none;
  }
}
.sponsors__hero__top-row .content-col h1 {
  color: #0a3161;
  margin-bottom: 45px;
}
.sponsors__hero__top-row .content-col h1 span {
  font-size: clamp(2.5rem, 5vw, 4.375rem);
  line-height: 1;
  font-weight: 600;
  color: #b21942;
}
.sponsors__hero__top-row .content-col p {
  margin-bottom: 45px;
}
.sponsors__hero__top-row .form-col {
  width: 100%;
}
.sponsors__hero__top-row .form-col .hbspt-form {
  margin-top: 150px;
  position: relative;
  z-index: 999;
}
@media only screen and (max-width: 1200px) {
  .sponsors__hero__top-row .form-col .hbspt-form {
    margin-top: 0;
  }
}
.sponsors__hero__bottom-row {
  padding-block: 100px;
  text-align: center;
}
.sponsors__hero__bottom-row h2 {
  position: relative;
  width: fit-content;
  margin-inline: auto;
  margin-bottom: 90px;
}
@media only screen and (max-width: 992px) {
  .sponsors__hero__bottom-row h2 {
    margin-bottom: 40px;
  }
}
.sponsors__hero__bottom-row h2::before {
  content: "";
  background-image: url(images/sponsors__hero_asterisk.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  width: 61px;
  height: 61px;
  left: -20%;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 782px) {
  .sponsors__hero__bottom-row h2::before {
    left: -25%;
    height: 40px;
    width: 40px;
  }
}

.privacy-page,
.terms-page {
  background-color: #b21942;
  background-image: url("images/404_bg.jpeg");
  background-size: cover;
  background-attachment: fixed;
  background-size: 100% 100%;
}

.privacy__content h1,
.privacy__content p,
.privacy__content li,
.privacy__content a {
  color: white;
}
.privacy__content h1 {
  font-size: 60px;
  line-height: 65px;
  margin-bottom: 0;
}
.privacy__content p,
.privacy__content li {
  font-size: 16px;
  line-height: 20px;
}
.privacy__content ul {
  list-style: initial;
}
.privacy__content ul ul {
  padding-left: 10px;
}
.privacy__columns {
  max-width: 1360px;
  padding-block: 215px;
  gap: 40px;
  min-height: 100vh;
}
@media only screen and (max-width: 992px) {
  .privacy__columns {
    padding-block: 120px;
  }
}
.privacy__columns .wp-block-column > * {
  color: white;
  margin-bottom: 30px;
}
@media only screen and (max-width: 992px) {
  .privacy__columns .wp-block-column > * {
    margin-bottom: 20px;
  }
}
.privacy__columns .wp-block-column h2,
.privacy__columns .wp-block-column h3 {
  font-size: 35px;
}
@media only screen and (max-width: 992px) {
  .privacy__columns .wp-block-column h2,
  .privacy__columns .wp-block-column h3 {
    font-size: 25px;
  }
}
.privacy__columns .wp-block-column:first-of-type {
  flex-basis: auto !important;
  flex-grow: 0 !important;
  padding-right: 30px;
}
.privacy__columns .wp-block-column .wp-block-table tr td:first-of-type {
  width: 25%;
}
@media only screen and (max-width: 782px) {
  .privacy__columns .wp-block-column .wp-block-table tr td:first-of-type {
    width: 40%;
  }
}

.thank-you-page {
  background-color: #b21942;
  background-image: url("images/404_bg.jpeg");
  background-size: cover;
  background-attachment: fixed;
  background-size: 100% 100%;
}
.thank-you-page .thank-you__content .wp-block-columns.container-1500w {
  min-height: 100vh;
  padding-block: 215px;
}
@media only screen and (max-width: 992px) {
  .thank-you-page .thank-you__content .wp-block-columns.container-1500w {
    padding-block: 100px;
  }
}
.thank-you-page .thank-you__content .wp-block-columns.container-1500w .wp-block-column {
  text-align: center;
  align-self: center;
}
.thank-you-page .thank-you__content .wp-block-columns.container-1500w .wp-block-column > * {
  color: white;
  margin-bottom: 50px;
}
@media only screen and (max-width: 782px) {
  .thank-you-page .thank-you__content .wp-block-columns.container-1500w .wp-block-column > * {
    margin-bottom: 25px;
  }
}
.thank-you-page .thank-you__content .wp-block-columns.container-1500w .wp-block-column > * a {
  color: white;
}
.thank-you-page .thank-you__content .scsp-logo-col {
  position: absolute;
  bottom: 70px;
}
@media only screen and (max-width: 992px) {
  .thank-you-page .thank-you__content .scsp-logo-col {
    display: none;
  }
}

.contact-us__content {
  background-image: url("images/contact-us__hero-bg.jpeg");
  background-repeat: no-repeat;
  background-size: cover;
}
.contact-us__content .wp-block-columns {
  min-height: 100vh;
  padding-block: 150px;
  align-items: flex-start !important;
  gap: 130px;
}
@media only screen and (max-width: 1200px) {
  .contact-us__content .wp-block-columns {
    gap: 80px;
    flex-direction: column;
    padding-block: 100px;
    align-items: flex-start !important;
  }
}
.contact-us__content .wp-block-columns .content-col {
  color: #0a3161;
}
.contact-us__content .wp-block-columns .content-col h1 {
  margin-bottom: 80px;
}
@media only screen and (max-width: 992px) {
  .contact-us__content .wp-block-columns .content-col h1 {
    margin-bottom: 40px;
  }
}
.contact-us__content .wp-block-columns .content-col p {
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 20px;
}
.contact-us__content .wp-block-columns .content-col p:first-of-type {
  margin-bottom: 50px;
}
.contact-us__content .wp-block-columns .content-col p a {
  font-size: 30px;
  line-height: 38px;
  font-weight: 600;
  color: #0a3161;
}
.contact-us__content .wp-block-columns .content-col .is-horizontal {
  gap: 25px;
}
.contact-us__content .wp-block-columns .form-col .gform_wrapper.gform-theme--framework .gform_confirmation_message {
  color: #0a3161;
}
.contact-us__content .wp-block-columns .form-col .gform_validation_errors {
  background-color: transparent;
}
.contact-us__content .wp-block-columns .form-col .gform_validation_errors .gform-icon {
  background-color: transparent;
}

.ashcarter__hero {
  min-height: calc(100vh - 64px);
  margin-top: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-block: 60px;
  padding-inline: 40px;
}
@media only screen and (max-width: 782px) {
  .ashcarter__hero {
    margin-top: 18px;
  }
}
@media only screen and (max-width: 576px) {
  .ashcarter__hero {
    padding-inline: 30px;
  }
}
.ashcarter__hero figure {
  margin-bottom: 75px;
}
@media only screen and (max-width: 1200px) {
  .ashcarter__hero figure {
    margin-bottom: 50px;
    width: 680px;
  }
}
@media only screen and (max-width: 782px) {
  .ashcarter__hero figure {
    width: 100%;
  }
}
.ashcarter__hero p {
  max-width: 580px;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  color: #0a3161;
  margin-bottom: 90px;
}
@media only screen and (max-width: 1200px) {
  .ashcarter__hero p {
    margin-bottom: 65px;
  }
}
@media only screen and (max-width: 576px) {
  .ashcarter__hero p {
    margin-bottom: 30px;
  }
}
.ashcarter__hero .wp-block-buttons {
  gap: 30px;
}
@media only screen and (max-width: 576px) {
  .ashcarter__hero .wp-block-buttons {
    gap: 15px;
  }
}
.ashcarter__view-video {
  background-color: white;
}
.ashcarter__view-video .wp-block-columns {
  gap: 0;
}
.ashcarter__view-video .wp-block-columns .image-col {
  flex-basis: 54.6% !important;
  flex-grow: 0 !important;
}
@media only screen and (max-width: 1440px) {
  .ashcarter__view-video .wp-block-columns .image-col {
    flex-basis: 45% !important;
  }
}
@media only screen and (max-width: 782px) {
  .ashcarter__view-video .wp-block-columns .image-col {
    flex-basis: 100% !important;
  }
}
.ashcarter__view-video .wp-block-columns .image-col figure {
  width: 100%;
  height: 100%;
}
.ashcarter__view-video .wp-block-columns .image-col figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ashcarter__view-video .wp-block-columns .content-col {
  padding-inline: 90px;
  padding-block: 60px;
}
@media only screen and (max-width: 1440px) {
  .ashcarter__view-video .wp-block-columns .content-col {
    padding-inline: 60px;
  }
}
@media only screen and (max-width: 782px) {
  .ashcarter__view-video .wp-block-columns .content-col {
    padding-inline: 40px;
    padding-block: 50px 60px;
  }
}
@media only screen and (max-width: 576px) {
  .ashcarter__view-video .wp-block-columns .content-col {
    padding-inline: 30px;
  }
}
.ashcarter__view-video h2 {
  max-width: 543px;
  font-weight: 500;
  margin-bottom: 22px;
}
@media only screen and (max-width: 1440px) {
  .ashcarter__view-video h2 {
    max-width: unset;
  }
}
.ashcarter__leader {
  padding-block: 160px 190px;
}
@media only screen and (max-width: 1440px) {
  .ashcarter__leader {
    padding-block: 100px 120px;
  }
}
@media only screen and (max-width: 782px) {
  .ashcarter__leader {
    padding-block: 90px;
  }
}
@media only screen and (max-width: 576px) {
  .ashcarter__leader {
    padding-block: 70px;
  }
}
.ashcarter__leader > div > .wp-block-columns {
  gap: 110px;
}
@media only screen and (max-width: 1200px) {
  .ashcarter__leader > div > .wp-block-columns {
    flex-direction: column;
    gap: 50px;
  }
}
.ashcarter__leader > div > .wp-block-columns .content-col {
  flex-basis: 58% !important;
  flex-grow: 0 !important;
}
@media only screen and (max-width: 1440px) {
  .ashcarter__leader > div > .wp-block-columns .content-col {
    flex-basis: 49% !important;
  }
}
@media only screen and (max-width: 1200px) {
  .ashcarter__leader > div > .wp-block-columns .content-col {
    flex-basis: 100% !important;
  }
}
.ashcarter__leader > div > .wp-block-columns .content-col p {
  margin-bottom: 52px;
}
.ashcarter__leader > div > .wp-block-columns .content-col .wp-block-buttons {
  justify-content: space-between;
}
@media only screen and (max-width: 782px) {
  .ashcarter__leader > div > .wp-block-columns .content-col .wp-block-buttons {
    flex-direction: column;
    gap: 30px;
  }
}
@media only screen and (max-width: 576px) {
  .ashcarter__leader > div > .wp-block-columns .content-col .wp-block-buttons {
    gap: 15px;
  }
}
.ashcarter__leader > div > .wp-block-columns .content-col .wp-block-buttons .wp-block-button {
  flex-basis: calc(50% - 20px) !important;
}
@media only screen and (max-width: 782px) {
  .ashcarter__leader > div > .wp-block-columns .content-col .wp-block-buttons .wp-block-button {
    flex-basis: 100% !important;
    width: 100%;
  }
}
.ashcarter__leader > div > .wp-block-columns .content-col .wp-block-buttons .wp-block-button a {
  width: 100%;
  height: 115px;
}
.ashcarter__leader > div > .wp-block-columns .list-col {
  padding-top: 140px;
}
@media only screen and (max-width: 1200px) {
  .ashcarter__leader > div > .wp-block-columns .list-col {
    padding-top: 0;
  }
}
.ashcarter__leader h2,
.ashcarter__leader p,
.ashcarter__leader li {
  color: white;
}
.ashcarter__leader h2 {
  margin-bottom: 35px;
}
.ashcarter__members {
  padding-top: 100px;
  padding-bottom: 140px;
  background: rgb(10, 49, 97);
  background: linear-gradient(45deg, rgb(10, 49, 97) 0%, rgb(178, 25, 66) 100%);
}
@media only screen and (max-width: 1440px) {
  .ashcarter__members {
    padding-top: 40px;
    padding-bottom: 90px;
  }
}
@media only screen and (max-width: 576px) {
  .ashcarter__members {
    padding-top: 10px;
    padding-bottom: 50px;
  }
}
.ashcarter__members h2 {
  color: white;
  margin-bottom: 85px;
  padding-top: 75px;
}
@media only screen and (max-width: 1440px) {
  .ashcarter__members h2 {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 576px) {
  .ashcarter__members h2 {
    margin-bottom: 40px;
  }
}
.ashcarter__members .profile-slider {
  padding-bottom: 120px;
}
.ashcarter__members .profile-slider .slick-list {
  margin: 0 -20px;
}
@media only screen and (max-width: 1440px) {
  .ashcarter__members .profile-slider .slick-list {
    margin: 0 -10px;
  }
}
.ashcarter__members .profile-slider .slick-slide {
  margin: 0 20px;
}
@media only screen and (max-width: 1440px) {
  .ashcarter__members .profile-slider .slick-slide {
    margin: 0 10px;
  }
}
.ashcarter__members .profile-slider .slide {
  position: relative;
  aspect-ratio: 380/463;
}
.ashcarter__members .profile-slider .slide > div:first-child {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ashcarter__members .profile-slider .slide > div:first-child::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 64%;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(10, 49, 97) 100%);
}
.ashcarter__members .profile-slider .slide > div:first-child img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ashcarter__members .profile-slider .slide .name-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding-inline: 34px;
  padding-bottom: 30px;
}
@media only screen and (max-width: 1440px) {
  .ashcarter__members .profile-slider .slide .name-wrapper {
    padding-inline: 20px;
    padding-bottom: 15px;
  }
}
.ashcarter__members .profile-slider .slide h5 {
  font-size: 25px;
  font-weight: 600;
  line-height: 28px;
  color: white;
  margin-bottom: 0px;
  max-width: 265px;
}
@media only screen and (max-width: 1200px) {
  .ashcarter__members .profile-slider .slide h5 {
    font-size: 22px;
    line-height: 26px;
  }
}
.ashcarter__members .profile-slider .slide h6 {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: white;
  margin-bottom: 0px;
  max-width: 265px;
}
@media only screen and (max-width: 1200px) {
  .ashcarter__members .profile-slider .slide h6 {
    font-size: 14px;
    line-height: 18px;
  }
}
.ashcarter__members .profile-slider .slide > p {
  display: none;
}
.ashcarter__members .profile-slider .slide > div:last-child {
  display: none;
}
.ashcarter__members .profile-slider .slick-arrow {
  background-color: transparent;
  border: 0;
  color: transparent;
  position: absolute;
  bottom: -135px;
  height: 48px;
  width: 48px;
  transition: 0.3s ease opacity;
  left: unset;
  top: unset;
}
@media only screen and (max-width: 1440px) {
  .ashcarter__members .profile-slider .slick-arrow {
    bottom: -100px;
  }
}
.ashcarter__members .profile-slider .slick-arrow::before {
  display: none;
}
.ashcarter__members .profile-slider .slick-arrow:hover {
  opacity: 0.6;
}
.ashcarter__members .profile-slider .slick-arrow.slick-prev {
  right: 66px;
  background-image: url("images/arrow-left-outline.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
}
.ashcarter__members .profile-slider .slick-arrow.slick-next {
  right: 0;
  background-image: url("images/arrow-right-outline.png");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: auto;
}
.ashcarter__register-now {
  background: rgb(255, 255, 255);
  background: linear-gradient(45deg, rgb(255, 255, 255) 0%, rgb(227, 232, 237) 100%);
  padding-block: 190px;
}
@media only screen and (max-width: 1440px) {
  .ashcarter__register-now {
    padding-block: 150px;
  }
}
@media only screen and (max-width: 1200px) {
  .ashcarter__register-now {
    padding-block: 120px;
  }
}
@media only screen and (max-width: 576px) {
  .ashcarter__register-now {
    padding-block: 90px;
  }
}
@media only screen and (max-width: 992px) {
  .ashcarter__register-now .wp-block-columns {
    flex-direction: column;
    gap: 60px;
  }
}
@media only screen and (max-width: 992px) {
  .ashcarter__register-now .wp-block-columns .wp-block-column:last-child > div {
    height: 575px;
  }
}
.ashcarter__register-now h2 {
  margin-bottom: 60px;
}
@media only screen and (max-width: 576px) {
  .ashcarter__register-now h2 {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 992px) {
  .ashcarter__register-now figure {
    text-align: center;
  }
}
.ashcarter__register-now__image {
  margin-bottom: 100px;
}
@media only screen and (max-width: 992px) {
  .ashcarter__register-now__image {
    margin-bottom: 60px;
  }
}

.press-room__featured-articles {
  padding-block: 170px 90px;
}
@media only screen and (max-width: 1200px) {
  .press-room__featured-articles {
    padding-block: 120px 80px;
  }
}
.press-room__blog {
  padding-block: 90px;
  background-color: white;
}
.press-room__in-the-news {
  background-image: url("images/press-room__in-the-news-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding-block: 130px;
}
@media only screen and (max-width: 1200px) {
  .press-room__in-the-news {
    padding-block: 80px;
  }
}

body.single {
  background-color: #b21942;
}
body.single .entry-header {
  display: grid;
  grid-template-columns: 1fr 780px;
  padding-block: 180px 120px;
  gap: 100px;
}
@media only screen and (max-width: 1440px) {
  body.single .entry-header {
    grid-template-columns: 1fr 580px;
    gap: 50px;
  }
}
@media only screen and (max-width: 1200px) {
  body.single .entry-header {
    grid-template-columns: 1fr;
    padding-block: 120px 60px;
    gap: 40px;
  }
}
@media only screen and (max-width: 576px) {
  body.single .entry-header {
    padding-block: 120px 40px;
  }
}
body.single .entry-header__col-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body.single .entry-header__col-content > * {
  color: white;
}
body.single .entry-header__col-content--tags {
  text-transform: uppercase;
}
body.single .entry-header__col-content--title {
  font-size: 60px;
  line-height: 1.1;
}
@media only screen and (max-width: 782px) {
  body.single .entry-header__col-content--title {
    font-size: 35px;
  }
}
body.single .entry-header__col-content--excerpt {
  margin-bottom: 0;
}
body.single .entry-header .post-thumbnail img {
  width: 100%;
  min-height: 600px;
  object-fit: cover;
  display: block;
}
@media only screen and (max-width: 1200px) {
  body.single .entry-header .post-thumbnail img {
    min-height: 400px;
  }
}
body.single .entry-content {
  background-color: white;
  padding-block: 90px;
}
@media only screen and (max-width: 1200px) {
  body.single .entry-content {
    padding-block: 60px;
  }
}
@media only screen and (max-width: 576px) {
  body.single .entry-content {
    padding-block: 40px;
  }
}
body.single .entry-content > div > * {
  margin-inline: auto;
  color: #0a3161;
}
body.single .entry-content > div > *:not(.wp-block-image, .wp-block-video, .wp-block-cover) {
  max-width: 900px;
}
body.single .entry-content > div ul,
body.single .entry-content > div ol {
  padding-left: 24px;
}
body.single .entry-content > div ul {
  list-style: disc;
}
body.single .entry-content > div ol {
  list-style: auto;
}
body.single .entry-content > div p a {
  color: #0a3161;
  font-weight: 500;
}
body.single .entry-content > div .wp-block-image,
body.single .entry-content > div .wp-block-video {
  margin-bottom: 35px;
}
body.single .entry-content > div .wp-block-image > *,
body.single .entry-content > div .wp-block-video > * {
  display: block;
  margin-inline: auto;
}
body.single .entry-content .share-buttons p {
  color: #0a3161;
  font-size: 22px;
  line-height: 28px;
  font-weight: 500;
  margin-bottom: 10px;
}
body.single .entry-content .share-buttons ul {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 0;
  padding: 0;
}
body.single .entry-content .share-buttons ul li a:hover img {
  opacity: 0.8;
}
body.single .entry-content .share-buttons ul li a img {
  transition: 0.3s ease all;
}

body.archive {
  background-color: #e3e8ed;
  background-image: url(images/archive__bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center right;
}
body.archive .footer {
  background: linear-gradient(90deg, rgb(10, 49, 97) 0%, rgb(178, 25, 66) 100%);
}
body.archive #primary {
  position: relative;
  padding-block: 175px 120px;
}
@media only screen and (max-width: 992px) {
  body.archive #primary {
    padding-block: 120px 80px;
  }
}
@media only screen and (max-width: 576px) {
  body.archive #primary {
    padding-bottom: 40px;
  }
}
body.archive #primary .page-header {
  margin-bottom: 120px;
}
@media only screen and (max-width: 992px) {
  body.archive #primary .page-header {
    margin-bottom: 60px;
  }
}
body.archive #primary .page-header h1 {
  text-align: center;
  color: #0a3161;
}
body.archive #primary .archive-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  place-content: center;
  gap: 120px;
  max-width: 1530px;
  margin-inline: auto;
}
@media only screen and (max-width: 1440px) {
  body.archive #primary .archive-wrapper {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 60px;
  }
}
@media only screen and (max-width: 992px) {
  body.archive #primary .archive-wrapper {
    gap: 60px;
  }
}
@media only screen and (max-width: 782px) {
  body.archive #primary .archive-wrapper {
    gap: 0;
    grid-template-columns: 1fr;
  }
}
body.archive #primary .archive-wrapper .post-item {
  display: block;
  text-decoration: none;
  position: relative;
  text-decoration: none;
}
@media only screen and (max-width: 782px) {
  body.archive #primary .archive-wrapper .post-item {
    border-bottom: 1px dotted #0a3161;
    padding-block: 30px;
  }
  body.archive #primary .archive-wrapper .post-item:first-of-type {
    padding-top: 0;
  }
  body.archive #primary .archive-wrapper .post-item:last-of-type {
    border-bottom: none;
  }
}
body.archive #primary .archive-wrapper .post-item::after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -60px;
  border-right: 1px dotted #0a3161;
}
@media only screen and (max-width: 1200px) {
  body.archive #primary .archive-wrapper .post-item::after {
    content: none;
  }
}
@media only screen and (max-width: 1440px) {
  body.archive #primary .archive-wrapper .post-item:nth-child(2n)::after {
    content: none;
  }
}
body.archive #primary .archive-wrapper .post-item:nth-child(3n)::after {
  content: none;
}
@media only screen and (max-width: 1440px) {
  body.archive #primary .archive-wrapper .post-item:nth-child(3n)::after {
    content: "";
  }
}
@media only screen and (max-width: 1200px) {
  body.archive #primary .archive-wrapper .post-item:nth-child(3n)::after {
    content: none;
  }
}
@media only screen and (max-width: 1200px) {
  body.archive #primary .archive-wrapper .post-item::after {
    right: -15px;
  }
}
body.archive #primary .archive-wrapper .post-item:last-of-type::after {
  content: none;
}
body.archive #primary .archive-wrapper .post-item__wrapper__eyebrow {
  margin-bottom: 40px;
}
body.archive #primary .archive-wrapper .post-item__wrapper__image {
  margin-bottom: 35px;
  aspect-ratio: 430/260;
}
@media only screen and (max-width: 992px) {
  body.archive #primary .archive-wrapper .post-item__wrapper__image {
    margin-bottom: 20px;
  }
}
body.archive #primary .archive-wrapper .post-item__wrapper__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
body.archive #primary .archive-wrapper .post-item__wrapper__image img.placeholder-img {
  object-fit: cover;
}
body.archive #primary .archive-wrapper .post-item__wrapper__content--title {
  font-size: 30px;
  line-height: 40px;
}
@media only screen and (max-width: 576px) {
  body.archive #primary .archive-wrapper .post-item__wrapper__content--title {
    font-size: 24px;
    line-height: 30px;
  }
}
body.archive #primary .archive-wrapper .post-item__wrapper__content--excerpt {
  margin-bottom: 15px;
}

.agenda__calendar {
  background-color: white;
  padding-block: 120px;
}
@media only screen and (max-width: 992px) {
  .agenda__calendar {
    padding-block: 60px;
  }
}

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