.gsb-btn {
  font-family: "Avenir Medium", Arial, sans-serif;
  position: relative;
  overflow: hidden;
  z-index: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 40px;
  padding: 5px 10px;
  background-color: transparent;
  border: 3px solid #101f44;
  color: #101f44;
  font-size: 18px;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
}
@media (min-width: 1400px) {
  .gsb-btn {
    min-height: 50px;
    padding: 10px 20px;
  }
}
.gsb-btn:hover {
  background-color: #101f44;
  color: #fff;
}
.gsb-btn--fullwidth {
  width: 100%;
}
.gsb-btn--orange {
  background-color: #f90;
  border: none;
  color: #fff;
}
.gsb-btn--orange:hover {
  background-color: #d58517;
  border: none;
  color: #fff;
}
.gsb-btn--grey {
  background-color: #c1bfbb;
  color: #fff;
}
.gsb-btn--white-border {
  border: 2px solid #fff;
  color: #fff;
}
.gsb-btn--white-hover:focus,
.gsb-btn--white-hover:hover {
  background-color: #fff;
  color: #101f44;
}
.gsb-btn--dark-blue {
  background-color: #101f44;
  color: #fff;
}
.gsb-btn--slant {
  overflow: hidden;
  padding-right: 30px;
  background-color: transparent;
  border: none;
}
@media (min-width: 1025px) {
  .gsb-btn--slant {
    min-height: 60px;
  }
}
@media (min-width: 1400px) {
  .gsb-btn--slant {
    padding-right: 50px;
  }
}
.gsb-btn--slant::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  display: block;
  transform: skew(-30deg);
  transform-origin: right top;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, #101f44 50%, #c1bfbb 50%);
  background-position: 100% center;
  background-repeat: no-repeat;
  background-size: 210% 100%;
  transition: background-position 0.65s cubic-bezier(0.24, 0.22, 0.31, 0.73) 0s;
}
.gsb-btn--slant:hover {
  background-color: transparent;
}
.gsb-btn--slant:hover::before {
  background-position: 0 center;
}
.gsb-btn--with-icon {
  padding: 9px 28px;
  background-color: #e7863b;
  border: 2px solid transparent;
  font-size: 28px;
  text-transform: uppercase;
  transition: all 300ms ease;
}
@media (min-width: 1400px) {
  .gsb-btn--with-icon {
    padding: 9px 28px;
  }
  .gsb-btn--with-icon:hover {
    padding-right: 60px;
    padding-left: 20px;
  }
}
.gsb-btn--with-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 26px;
  opacity: 0;
  display: inline-block;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' fill='%23fff' width='50px' height='50px' viewBox='0 0 50 50' style='enable-background:new 0 0 50 50;' xml:space='preserve'%3E%3Cpath d='M48.036,15.73L48.036,15.73l-3.313,5.738v22.976c0,0.144-0.135,0.279-0.277,0.279H5.556c-0.143,0-0.278-0.136-0.278-0.279 V5.556c0-0.143,0.135-0.278,0.278-0.278h28.42l1.291-2.235l0,0l0.744-1.29C36.395,1.088,36.877,0.507,37.425,0H5.556 C2.492,0,0,2.492,0,5.556v38.889C0,47.508,2.492,50,5.556,50h38.889C47.508,50,50,47.508,50,44.443V12.326L48.036,15.73z'/%3E%3Cpolygon points='25.889,26.23 25.943,36.589 34.943,31.461 45.594,13.013 36.538,7.785 '/%3E%3Cpath d='M48.076,8.714c1.25-2.167,0.232-5.087-2.268-6.531s-5.539-0.865-6.791,1.304l-1.31,2.273l9.058,5.227L48.076,8.714z'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 300ms ease;
}
.gsb-btn--with-icon:hover {
  padding-right: 60px;
  padding-left: 20px;
  background-color: #e7863b;
  border: 2px solid transparent;
  border-radius: 3px;
}
.gsb-btn--with-icon:hover::after {
  right: 20px;
  opacity: 1;
}
.gsb-btn--white {
  background-color: #fff;
}
.gsb-btn--text-change-on-hover {
  position: relative;
}
.gsb-btn--text-change-on-hover .gsb-btn__hover {
  position: absolute;
  opacity: 0;
}
.gsb-btn--text-change-on-hover:hover .gsb-btn__hover {
  opacity: 1;
}
.gsb-btn--text-change-on-hover:hover .gsb-btn__state {
  opacity: 0;
}
.gsb-btn--smaller {
  font-size: 16px;
  padding: 10px 20px;
  min-height: 40px;
}
.gsb-btn--smaller.gsb-btn--orange {
  padding-top: 12px;
  padding-bottom: 12px;
}
@media (max-width: 766px) {
  .gsb-btn.lp-cta {
    display: flex !important;
  }
}
.visually-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(100%);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  white-space: nowrap;
}
.hidden {
  display: none;
}
.fill-parent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.of-cover > img,
.of-cover > video,
.of-contain > img,
.of-contain > video {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100% !important;
  max-height: 400px;
}
.post__image--bottom > img,
.post__image--bottom > video {
  top: auto;
  bottom: 0;
}
.of-cover > img,
.of-cover > video {
  object-fit: cover;
}
.of-contain > img,
.of-contain > video {
  object-fit: contain;
}
.top-skew {
  position: relative;
}
.top-skew::after {
  content: "";
  position: absolute;
  top: -6vw;
  left: 0;
  z-index: -10;
  display: block;
  transform: skew(0deg, -6.5deg);
  width: 100%;
  height: 12vw;
  background-color: #fff;
}
.bottom-skew {
  position: absolute;
  bottom: -7vw;
  left: 0;
  transform: skewY(-6deg) translateZ(0);
  width: 100%;
  height: 13vw;
  background-color: #f5f5f5;
}
@media (min-width: 767px) {
  .bottom-skew {
    bottom: -7vw;
    transform: skewY(-5deg) translateZ(0);
    height: 12vw;
  }
}
@media (min-width: 1025px) {
  .bottom-skew {
    bottom: -6vw;
    transform: skewY(-6deg) translateZ(0);
  }
}
@media (min-width: 1400px) {
  .bottom-skew {
    bottom: -8vw;
    transform: skewY(-4deg) translateZ(0);
  }
}
.gradient {
  background-image: linear-gradient(
    180deg,
    #101f44 0%,
    rgba(16, 31, 68, 0) 50%,
    rgba(16, 31, 68, 0) 100%
  );
}
.icon {
  fill: currentColor;
  overflow: hidden;
}
.icon--after-5 {
  margin-left: 5px;
}
.icon--after-10 {
  margin-left: 10px;
}
.icon--before-5 {
  margin-right: 5px;
}
.icon--before-10 {
  margin-right: 10px;
}
html.gsb {
  overflow-x: hidden;
  overflow-y: scroll;
}
html.gsb.is-mobile-fixed {
  overflow: hidden;
}
@media (min-width: 767px) {
  html.gsb.is-mobile-fixed {
    overflow: auto;
  }
}
body.gsb,
html.gsb {
  min-height: 100%;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: content-box;
  padding: 0 20px;
}
@media (min-width: 767px) {
  .container--middle {
    max-width: 930px;
  }
}
@media (min-width: 767px) {
  .container--narrow {
    max-width: 650px;
  }
}
.container--carousel {
  max-width: 1326px;
}
.admin-area .container {
  min-width: 1400px;
}
.container.admin-area {
  min-width: 0;
  width: auto;
}
.columns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  margin: 0 -14px;
  padding-bottom: 30px;
}
.columns .column {
  flex-basis: 100%;
  padding: 30px 14px 0 14px;
}
@media (min-width: 767px) {
  .columns .column:first-child {
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
    max-width: 70%;
  }
}
@media (min-width: 767px) {
  .columns .column:nth-child(2) {
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    max-width: 30%;
  }
}
.columns .column.column-full {
  max-width: 100% !important;
  -ms-flex-preferred-size: 100% !important;
  flex-basis: 100% !important;
}
@media (min-width: 767px) {
  .columns {
    flex-wrap: nowrap;
    padding-bottom: 0;
  }
  .columns .column {
    padding-top: 50px;
    padding-bottom: 70px;
  }
  .columns .column:nth-child(1) {
    flex-basis: 70%;
    max-width: 70%;
  }
  .columns .column:nth-child(2) {
    flex-basis: 30%;
    max-width: 30%;
  }
}
@media (min-width: 1025px) {
  .columns .column {
    padding-top: 70px;
    padding-bottom: 110px;
  }
}
.anchor-target {
  width: 0;
  height: 0;
  visibility: hidden;
}
.anchor-target.admin-area {
  width: auto;
  height: auto;
  visibility: visible;
}
.simple-content {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 1025px) {
  .simple-content {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: inherit;
  position: relative;
}
.link--override::before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.link-override-wrap {
  position: relative;
} /*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
figcaption,
figure,
main {
  display: block;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: inherit;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
dfn {
  font-style: italic;
}
mark {
  background-color: #ffff00;
  color: #000000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
audio,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  display: inline-block;
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details,
menu {
  display: block;
}
summary {
  display: list-item;
}
canvas {
  display: inline-block;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
* {
  box-sizing: border-box;
}
p {
  margin: 0;
}
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
}
body.gsb,
.umb-control {
  font-size: 16px;
  line-height: 1.5;
  font-family: "Avenir Roman", Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background-color: #fff;
  color: #101f44;
}
h1,
.title,
h2,
.title-l,
h3,
.title-m {
  display: block;
  padding: 0;
}
h1,
.title {
  font-size: 36px;
  line-height: 2;
  font-weight: bold;
  color: #101f44;
  margin-bottom: 1.5rem;
}
@media (min-width: 767px) {
  h1,
  .title {
    font-size: 48px;
    line-height: 1.04;
  }
}
h2,
.title-l {
  color: #101f44;
  font-size: 32px;
  margin-bottom: 0.8em;
  line-height: 1.2;
  font-family: "Avenir Roman", Arial, sans-serif;
}
@media (min-width: 767px) {
  h2,
  .title-l {
    font-size: 38px;
  }
}
h2--with-underline,
.title-l--with-underline {
  margin: 0 0 1em 0;
  line-height: 1.2 !important;
}
h2--with-underline::after,
.title-l--with-underline::after {
  display: block;
  content: " ";
  width: 40px;
  height: 5px;
  background: #101f44;
  margin: 20px 0;
}
h2--small,
.title-l--small {
  font-size: 28px;
  text-transform: none;
}
@media (min-width: 767px) {
  h2--small,
  .title-l--small {
    font-size: 28px;
    letter-spacing: 0.8px;
  }
}
h2 strong,
.title-l strong {
  font-family: "Avenir Book", Arial, sans-serif;
  font-weight: 700;
}
h3,
.title-m {
  font-size: 30px;
  line-height: 1.85;
  text-transform: uppercase;
  color: #101f44;
  font-weight: 400;
  margin-bottom: 0.41667em;
}
h4,
.title-xl {
  font-size: 24px;
  line-height: 1.7;
  margin-bottom: 0.8em;
}
h5,
.title-xxl {
  font-size: 1rem;
  line-height: 1.41667;
  color: #101f44;
}
@media (min-width: 767px) {
  h5,
  .title-xxl {
    font-size: 1.5rem;
  }
}
h6,
.title-xxxl {
  font-size: 4.5rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #101f44;
}
@media (min-width: 767px) {
  h6,
  .title-xxxl {
    font-size: 9rem;
  }
}
.subtitle {
  line-height: 1.75;
}
@media (min-width: 767px) {
  .subtitle {
    font-size: 1.125rem;
  }
}
pre:not(.xdebug-var-dump) {
  white-space: normal;
}
a {
  color: inherit;
}
.image-left {
  float: left;
  max-width: 50%;
  margin: 20px 20px 20px 0;
}
.image-left img {
  max-width: 100%;
  height: auto;
}
@media (min-width: 767px) {
  .image-left {
    margin: 20px 20px 20px 0;
  }
}
@media (min-width: 1025px) {
  .image-left {
    margin: 0 30px 30px 0;
  }
}
.image-right {
  float: right;
  max-width: 50%;
  margin: 0 0 20px 20px;
}
.image-right img {
  max-width: 100%;
  height: auto;
}
@media (min-width: 767px) {
  .image-right {
    margin: 0 0 20px 20px;
  }
}
@media (min-width: 1025px) {
  .image-right {
    margin: 0 0 30px 30px;
  }
}
.image-full-width {
  margin: 20px 0;
}
.image-full-width img {
  width: 100%;
  height: auto;
}
@media (min-width: 767px) {
  .image-full-width {
    margin: 20px 0;
  }
}
@media (min-width: 1025px) {
  .image-full-width {
    margin: 30px 0;
  }
}
blockquote {
  display: table;
  clear: both;
  position: relative;
  font-size: 18px;
  padding: 25px 45px;
  font-family: "Avenir Medium", Arial, sans-serif;
  font-style: italic;
  color: #101f44;
  margin: 20px auto;
  max-width: 640px;
}
blockquote::before,
blockquote::after {
  content: "";
  position: absolute;
  display: block;
  width: 35px;
  height: 35px;
  left: 0;
  top: 10px;
  background: url() no-repeat 50% 50%;
  background-size: contain;
}
@media (min-width: 767px) {
  blockquote::before,
  blockquote::after {
    width: 40px;
    height: 40px;
  }
}
blockquote::after {
  right: 0;
  left: auto;
  bottom: 10px;
  top: auto;
  transform: rotate(180deg);
}
@media (min-width: 767px) {
  blockquote {
    margin: 30px auto;
    font-size: 20px;
  }
}
@media (min-width: 1025px) {
  blockquote {
    margin: 40px auto;
  }
}
.richtext a:not(.gsb-btn),
.post a:not(.gsb-btn) {
  color: #2045a1;
  text-decoration: none;
  transition: color 0.3s linear;
}
.richtext a:not(.gsb-btn):hover,
.post a:not(.gsb-btn):hover {
  color: #101f44;
}
.richtext ul,
.richtext ol,
.post ul,
.post ol {
  margin-bottom: 20px;
  margin-top: 0;
  list-style-type: square;
  list-style-position: inside;
}
.richtext ul li,
.richtext ol li,
.post ul li,
.post ol li {
  padding-left: 20px;
}
.richtext ul li + li,
.richtext ol li + li,
.post ul li + li,
.post ol li + li {
  margin-top: 7px;
}
.richtext ol,
.post ol {
  list-style-type: decimal;
}
@media (max-width: 766px) {
  .richtext ol,
  .post ol {
    margin-left: 0;
    padding-left: 0;
  }
}
.richtext ol li,
.post ol li {
  padding-left: 0;
}
.richtext-bar h1,
.richtext-bar h2,
.richtext-bar h3,
.richtext-bar h4,
.richtext-bar h5,
.richtext-bar h6 {
  color: #fff;
}
.richtext-bar a {
  text-decoration: none;
}
.richtext-bar a:hover {
  text-decoration: underline;
}
.richtext-bar p {
  margin: 0;
}
.richtext-bar p + p {
  margin-top: 15px;
}
.clear {
  clear: both;
}
p {
  margin-bottom: 1rem;
  font-size: 16px;
}
.justify {
  text-align: justify;
}
body.customize-support .header {
  top: 32px;
}
body.customize-support .notification-bar {
  top: 122px;
}
body.has-password-form .header {
  background-color: #101f44;
}
body.header-cta-hidden .header .header__container {
  justify-content: center;
  align-items: center;
}
body.header-cta-hidden .header .header__container .header__logo {
  margin: auto;
}
body.header-cta-hidden .header .header__container .header__buttons {
  display: none;
}
@media (min-width: 1025px) {
  body.is-landing-page header.header .header__buttons-btn {
    min-width: 220px;
  }
}
body.is-landing-page header.header .nice-select {
  line-height: 52px;
  height: 52px;
  margin-left: 10px;
  margin-top: 5px;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  width: 100%;
  height: 52px;
  padding: 14px 10px;
  background-color: #101f44;
  color: #fff;
  transition: background-color 0.2s;
}
@media (min-width: 767px) {
  .header {
    padding: 14px 20px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  .header {
    max-width: 100vw;
  }
}
@media (min-width: 1025px) {
  .header {
    height: 90px;
    padding: 20px 20px 14px;
  }
}
.header.is-transparent {
  background-color: transparent;
}
.header__container {
  display: flex;
  align-items: stretch;
  width: 100%;
  padding: 0;
}
@media (max-width: 766px) {
  .header__container {
    justify-content: space-between;
  }
}
.header__logo {
  display: flex;
  align-items: center;
}
.header__logo img {
  width: auto;
  height: 40px;
  display: block;
}
@media (min-width: 1025px) {
  .header__logo img {
    height: 65px;
  }
}
.header__logo-icon {
  width: 150px;
  height: 40px;
}
@media (min-width: 1025px) {
  .header__logo-icon {
    width: 200px;
    height: 50px;
  }
}
@media (min-width: 1400px) {
  .header__logo-icon {
    width: 238px;
    height: 65px;
  }
}
.header #gd-language-switcher {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin: 0 0 0 20px;
}
.header #gd-language-switcher select {
  width: 50px;
  background: transparent url(../img/icon-chevron-down-white.svg) no-repeat
    center right;
  border: 0 none;
  -webkit-appearance: none;
  color: #fff;
  font-size: 18px;
  font-family: "Avenir Medium", Arial, sans-serif;
  outline: none;
}
.header #gd-language-switcher select option {
  background: #fff;
  padding: 0 10px;
  color: #101f44;
}
.header__desktop-menu {
  display: none;
}
@media (min-width: 1025px) {
  .header__desktop-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    width: 100%;
    margin-left: 40px;
  }
}
@media (min-width: 1025px) {
  .header__desktop-menu.is-text {
    display: block;
  }
}
.header__desktop-menu.is-text .text {
  font-size: 13px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.header__desktop-menu .menu ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.header__desktop-menu .menu ul li {
  margin: 0 20px;
}
.header__desktop-menu .menu ul li a {
  text-decoration: none;
}
.header__lang-picker {
  display: flex;
  align-items: center;
}
.header__buttons {
  display: flex;
  align-items: center;
  margin-left: auto;
  flex-shrink: 0;
}
@media (max-width: 766px) {
  .header__buttons {
    display: none;
  }
}
@media (min-width: 1025px) {
  .header__buttons {
    padding-left: 20px;
  }
}
.header__buttons-btn {
  font-size: 14px;
  text-align: center;
  line-height: 1.2;
  white-space: normal;
  border-radius: 2px;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 1px;
  padding-bottom: 1px;
  min-height: 41px;
  width: 100%;
  max-width: 200px;
}
@media (min-width: 767px) and (max-width: 1024px) {
  .header__buttons-btn {
    display: none;
  }
}
@media (min-width: 1025px) {
  .header__buttons-btn {
    flex-shrink: 0;
    flex-grow: 1;
    font-size: 16px;
    width: auto;
    min-width: 170px;
    max-width: none;
    padding-right: 25px;
    padding-left: 25px;
  }
}
@media (min-width: 1400px) {
  .header__buttons-btn {
    padding-right: 40px;
    padding-left: 40px;
  }
}
.header__buttons-btn:hover {
  background-color: #d58517;
}
@media (min-width: 1025px) {
  .header__mobile-nav {
    display: none;
  }
}
.header__search {
  display: flex;
  align-items: center;
  transition: opacity 0.2s;
}
.header__search-icon {
  fill: #fff;
  color: #fff;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
@media (min-width: 1025px) {
  .header__search-icon {
    width: 25px;
    height: 25px;
  }
}
.header__search-icon--button {
  color: #101f44;
  fill: #101f44;
}
.header__search.is-hidden {
  opacity: 0;
}
.header__search img {
  width: 26px;
}
.header__search-form {
  visibility: hidden;
  max-height: 0;
  background-color: #fff;
  color: #101f44;
  position: absolute;
  z-index: 0;
  left: 0;
  right: 0;
  top: 100%;
  overflow: hidden;
  padding: 25px 20px;
  transition: max-height 0.2s;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.1);
}
.header__search-form.visible {
  visibility: visible;
  max-height: 200px;
}
@media (min-width: 1025px) {
  .header__search-form {
    top: calc(100% - 10px);
    padding: 50px 20px;
  }
}
.header__search-lang-hamburger {
  display: flex;
  align-items: center;
  margin-left: 10px;
}
@media (max-width: 766px) {
  .header__search-lang-hamburger {
    display: none;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  .header__search-lang-hamburger {
    margin-left: auto;
  }
}
@media (min-width: 1025px) {
  .header__search-lang-hamburger {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.header__extranet {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-left: auto;
}
@media (min-width: 767px) and (max-width: 1024px) {
  .header__extranet {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.header__extranet a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.header__extranet svg {
  width: 28px;
}
.subnav__grid {
  display: flex;
  justify-content: space-around;
  flex-wrap: nowrap;
}
.subnav__grid--about-us {
  flex-direction: column;
}
.subnav__grid--about-us .subnav__buttons {
  align-self: flex-end;
}
.subnav__grid-col + .subnav__grid-col {
  padding-left: 10px;
}
.subnav__about-us {
  display: flex;
  justify-content: space-around;
}
.subnav__title {
  font-size: 16px;
  line-height: 1.3;
  color: #101f44;
  text-transform: none;
  margin: 0 0 15px 0;
}
@media (min-width: 1400px) {
  .subnav__title {
    font-size: 16px;
  }
}
.subnav__title a {
  color: #101f44;
  text-decoration: none;
}
.subnav__title a:hover {
  text-decoration: underline;
}
.subnav__title--grey {
  color: #7a7a7a;
}
.subnav__title--line {
  position: relative;
  padding-bottom: 15px;
}
.subnav__title--line::after {
  content: "";
  position: absolute;
  bottom: 6px;
  left: 0;
  display: block;
  width: 45px;
  height: 2px;
  background-color: #c2c2c2;
}
.subnav__title--mb {
  margin-bottom: 20px;
}
@media (min-width: 1400px) {
  .subnav__title--mb {
    margin-bottom: 30px;
  }
}
.subnav__title--latest {
  max-width: 200px;
  margin-bottom: 5px;
}
.subnav__title--big {
  font-size: 17px;
  font-family: "Avenir Medium", Arial, sans-serif;
}
.subnav__list {
  padding-left: 20px;
}
.subnav__list--no-padding {
  padding-left: 0;
}
@media (min-width: 1025px) {
  .subnav__item + .subnav__item {
    margin-top: 15px;
  }
}
@media (min-width: 1400px) {
  .subnav__item + .subnav__item {
    margin-top: 20px;
  }
}
@media (min-width: 1025px) {
  .subnav__item--low + .subnav__item--low {
    margin-top: 10px;
  }
}
@media (min-width: 1400px) {
  .subnav__item--low + .subnav__item--low {
    margin-top: 10px;
  }
}
.subnav__link {
  display: block;
  color: #101f44;
  font-size: 16px;
  text-decoration: none;
}
.subnav__link:hover {
  text-decoration: underline;
}
@media (min-width: 1400px) {
  .subnav__link {
    font-size: 16px;
  }
}
.subnav__btn {
  min-width: 150px;
  margin-bottom: 10px;
}
.subnav__social {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.subnav__autocols {
  max-width: 1250px;
  margin: 0 auto;
  column-count: 3;
}
.subnav__autocols-item {
  padding: 0 20px 10px 20px;
  break-inside: avoid;
  page-break-inside: avoid;
}
.subnav__news-img {
  max-width: 388px;
  max-height: 200px;
  display: block;
}
.subnav__subtitle {
  text-transform: uppercase;
  color: #888fa1;
  margin-bottom: 10px;
  font-size: 0.875rem;
}
.subnav__wrapper + .subnav__wrapper {
  margin-top: 20px;
}
.subnav__wrapper + .subnav__wrapper--big-tm {
  margin-top: 50px;
}
.subnav__buttons {
  margin-top: 24px;
}
.subnav__buttons .gsb-btn:not(:first-child) {
  margin-left: 20px;
}
.header-locations {
  display: flex;
  justify-content: space-around;
  margin-bottom: 40px;
}
.header-locations-wrap {
  position: relative;
  padding: 0 30px;
}
.header-locations__item {
  position: relative;
  max-width: 165px;
}
.header-locations__item-img-wrap {
  display: block;
  width: 165px;
  height: 225px;
}
.header-locations__item-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.header-locations__item-title {
  position: absolute;
  bottom: -10px;
  right: 20px;
  left: 20px;
  background: #fff;
  display: block;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.3);
  padding: 5px 10px;
  text-align: center;
  color: #101f44;
  text-decoration: none;
}
.header-locations__controls {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: -15px;
  color: #101f44;
  z-index: 1;
}
.header-locations__controls svg {
  fill: #101f44;
  color: #101f44;
  width: 20px;
  height: 20px;
}
@media (min-width: 1025px) {
  .header-locations__controls svg {
    width: 34px;
    height: 34px;
  }
}
.header-locations__control {
  position: absolute;
  top: 0;
  outline: 0;
  cursor: pointer;
}
.header-locations__control--prev {
  left: -15px;
}
@media (min-width: 1025px) {
  .header-locations__control--prev {
    left: -30px;
  }
}
.header-locations__control--prev svg {
  transform: rotate(180deg);
}
.header-locations__control--next {
  right: -15px;
}
@media (min-width: 1025px) {
  .header-locations__control--next {
    right: -30px;
  }
}
.event-intro {
  display: flex;
  margin-bottom: 5px;
  position: relative;
}
.event-intro__col1 {
  margin-right: 10px;
}
.event-intro__date-box {
  background: #101f44;
  min-width: 60px;
}
.event-intro__date-week {
  background-color: #fff;
  border: 3px solid #101f44;
  padding: 2px 7px;
  text-transform: uppercase;
  text-align: center;
  font-size: 12px;
  color: #101f44;
  text-decoration: none;
  font-family: "Avenir Black", Arial, sans-serif;
}
.event-intro__date-day {
  color: #fff;
  text-align: center;
  padding: 0 7px;
  font-size: 14px;
  font-family: "Avenir Black", Arial, sans-serif;
}
.event-intro__title {
  font-size: 14px;
  margin-bottom: 0;
  color: #101f44;
  text-decoration: none;
  text-transform: capitalize;
}
.event-intro__date {
  font-size: 16px;
}
.search-form {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
}
.search-form__input {
  flex-grow: 1;
  border: 2px solid #7e8f9a;
  border-width: 0 0 2px 0;
  outline: none;
  color: #101f44;
  font-family: "Avenir Medium", Arial, sans-serif;
}
.search-form__input::placeholder {
  color: #7e8f9a;
}
.search-form__button {
  flex-grow: 0;
  background: transparent;
  border: 0;
  outline: 0;
}
.notification-bar {
  position: absolute;
  left: 0;
  width: 100%;
  background: #1478be;
  color: #fff;
  z-index: 10;
  padding: 7px 0;
  display: none;
  top: 50px;
  font-size: 12px;
}
@media (min-width: 767px) {
  .notification-bar {
    font-size: 1rem;
    padding: 13px 0;
    top: 90px;
  }
}
.notification-bar.active {
  display: block;
}
.notification-bar .container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.notification-bar .container a {
  text-decoration: none;
}
.notification-bar .container button {
  position: absolute;
  right: 0;
  background: transparent;
  border: 0 none;
  -webkit-appearance: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: 0;
  cursor: pointer;
}
.notification-bar .container button svg {
  width: 16px;
  height: 16px;
}
@media (min-width: 767px) {
  .notification-bar .container button svg {
    width: 20px;
    height: 20px;
  }
}
.gd-main-menu-desktop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  flex-grow: 1;
  height: calc(100% + 20px);
}
.gd-main-menu-desktop__item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  text-align: center;
}
.gd-main-menu-desktop__item:hover:after,
.gd-main-menu-desktop__item.active:after {
  display: block;
}
.gd-main-menu-desktop__item:hover .gd-main-menu-desktop__item__link,
.gd-main-menu-desktop__item.active .gd-main-menu-desktop__item__link {
  color: #101f44;
}
.gd-main-menu-desktop__item:after {
  background-color: #fff;
  display: none;
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100% - 20px);
  top: 20px;
  left: 0;
  -webkit-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
  background-clip: padding-box;
  z-index: -1;
}
.gd-main-menu-desktop__item__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  color: #fff;
  text-decoration: none;
}
.gd-main-menu-desktop-sub__item {
  display: none;
  position: absolute;
  left: 0;
  top: 90px;
  width: 100%;
  background-color: #fff;
  min-height: 400px;
}
.gd-main-menu-desktop-sub__item.active {
  display: block;
}
.gd-main-menu-desktop-sub__item .columns {
  padding: 30px 0;
  display: grid;
  grid-auto-flow: column;
  column-gap: 40px;
  margin: 0;
}
.gd-main-menu-desktop-sub__item__social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 20px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.gd-main-menu-desktop-sub__item__social
  .social-panel__link.is-instagram
  svg
  path {
  stroke: #101f44;
}
.gd-main-menu-desktop-sub__item__social
  .social-panel__link.is-facebook
  svg
  path,
.gd-main-menu-desktop-sub__item__social .social-panel__link.is-tiktok svg path,
.gd-main-menu-desktop-sub__item__social
  .social-panel__link.is-linkedin
  svg
  path,
.gd-main-menu-desktop-sub__item__social
  .social-panel__link.is-youtube
  svg
  path {
  fill: #101f44;
}
.gd-main-menu-desktop-sub__item__social .social-panel__link svg {
  width: 20px;
  height: 20px;
}
.gd-main-menu-desktop-sub__item__cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gd-main-menu-desktop-sub__item__cta a {
  margin: 0 20px;
}
.gd-main-menu-desktop-sub__item__cta a.is-orange {
  background-color: #f90;
  border-color: #f90;
  color: #fff;
}
.gd-main-menu-desktop-sub__item__cta a.is-orange:hover {
  background-color: #e7863b;
  border-color: #e7863b;
  color: #fff;
}
.gd-main-menu-desktop-sub
  .gd-main-menu-desktop__sub-menu__column.always-at-hand {
  width: 200px;
}
.gd-main-menu-desktop-sub
  .gd-main-menu-desktop__sub-menu__column.always-at-hand
  a.column-buttons__button {
  display: table;
  margin-bottom: 10px;
  text-align: center;
  min-width: 180px;
}
.gd-main-menu-desktop-sub
  .gd-main-menu-desktop__sub-menu__column
  .column-nav-list__title {
  color: #7a7a7a;
  font-size: 1.125rem;
  margin-bottom: 20px;
}
.gd-main-menu-desktop-sub
  .gd-main-menu-desktop__sub-menu__column
  .column-nav-list__title:after {
  display: block;
  content: " ";
  width: 40px;
  height: 2px;
  background: #7a7a7a;
  margin: 5px 0 0;
}
.gd-main-menu-desktop-sub
  .gd-main-menu-desktop__sub-menu__column
  .column-nav-list__title-empty {
  min-height: 55px;
}
.gd-main-menu-desktop-sub
  .gd-main-menu-desktop__sub-menu__column
  .column-nav-list__list
  li.menu-item-has-children
  > a,
.gd-main-menu-desktop-sub
  .gd-main-menu-desktop__sub-menu__column
  .column-nav-list__list
  li.is-primary
  > a {
  font-size: 18px;
  font-weight: bold;
  padding: 0;
}
.gd-main-menu-desktop-sub
  .gd-main-menu-desktop__sub-menu__column
  .column-nav-list__list
  li.menu-item-has-children
  > a:hover,
.gd-main-menu-desktop-sub
  .gd-main-menu-desktop__sub-menu__column
  .column-nav-list__list
  li.is-primary
  > a:hover {
  transform: translateX(5px);
  background: #f5f5f5;
}
.gd-main-menu-desktop-sub
  .gd-main-menu-desktop__sub-menu__column
  .column-nav-list__list
  li.menu-item-has-children
  ul,
.gd-main-menu-desktop-sub
  .gd-main-menu-desktop__sub-menu__column
  .column-nav-list__list
  li.is-primary
  ul {
  margin: 0 0 30px 20px;
}
.gd-main-menu-desktop-sub
  .gd-main-menu-desktop__sub-menu__column
  .column-nav-list__list
  li.is-primary {
  margin-left: 0 !important;
  margin-bottom: 10px;
}
.gd-main-menu-desktop-sub
  .gd-main-menu-desktop__sub-menu__column
  .column-nav-list__list
  li.is-primary:hover {
  background: transparent !important;
}
.gd-main-menu-desktop-sub
  .gd-main-menu-desktop__sub-menu__column
  .column-nav-list__list
  li.menu-item:not(.menu-item-has-children) {
  margin-left: -10px;
}
.gd-main-menu-desktop-sub
  .gd-main-menu-desktop__sub-menu__column
  .column-nav-list__list
  li.menu-item:not(.menu-item-has-children):hover {
  background: #f5f5f5;
}
.gd-main-menu-desktop-sub
  .gd-main-menu-desktop__sub-menu__column
  .column-nav-list__list
  a {
  text-decoration: none;
  color: #101f44;
  transform: translateX(0);
  transition: all 0.2s !important;
  padding: 5px 10px;
  display: block;
}
.gd-main-menu-desktop-sub
  .gd-main-menu-desktop__sub-menu__column
  .column-nav-list__list
  a:hover {
  text-decoration: none;
  transform: translateX(5px);
}
.gd-main-menu-desktop-sub
  .gd-main-menu-desktop__sub-menu__column
  .column-nav-list
  + .column-event,
.gd-main-menu-desktop-sub
  .gd-main-menu-desktop__sub-menu__column
  .column-nav-list
  + .column-buttons {
  margin-top: 30px;
}
.gd-main-menu-desktop-sub
  .gd-main-menu-desktop__sub-menu__column
  .column-event {
  width: 250px;
}
.gd-main-menu-desktop-sub
  .gd-main-menu-desktop__sub-menu__column
  .column-event
  .column-nav-list__events
  .column-nav-list__event {
  margin-bottom: 20px;
}
.gd-main-menu-desktop-sub
  .gd-main-menu-desktop__sub-menu__column
  .column-event
  .column-nav-list__events
  .column-nav-list__event
  a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
}
.gd-main-menu-desktop-sub
  .gd-main-menu-desktop__sub-menu__column
  .column-event
  .column-nav-list__events
  .column-nav-list__event
  .column-nav-list__event-date-wrapper {
  width: 50px;
  margin-right: 20px;
  flex-grow: 0;
  flex-shrink: 0;
}
.gd-main-menu-desktop-sub
  .gd-main-menu-desktop__sub-menu__column
  .column-event
  .column-nav-list__events
  .column-nav-list__event
  .column-nav-list__event-date-wrapper
  .month {
  font-size: 11px;
  text-transform: uppercase;
  background-color: #101f44;
  color: #fff;
  -webkit-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  background-clip: padding-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 18px;
  line-height: 0;
}
.gd-main-menu-desktop-sub
  .gd-main-menu-desktop__sub-menu__column
  .column-event
  .column-nav-list__events
  .column-nav-list__event
  .column-nav-list__event-date-wrapper
  .day {
  background-color: #ececec;
  -webkit-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  background-clip: padding-box;
  color: #101f44;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  font-size: 24px;
  font-family: "Avenir Black", Arial, sans-serif;
  line-height: 0;
}
.gd-main-menu-desktop-sub
  .gd-main-menu-desktop__sub-menu__column
  .column-event
  .column-nav-list__events
  h4 {
  margin: 0;
  line-height: 1.2;
}
.gd-main-menu-desktop-sub
  .gd-main-menu-desktop__sub-menu__column
  .column-event
  .column-nav-list__news
  a {
  text-decoration: none;
}
.gd-main-menu-desktop-sub
  .gd-main-menu-desktop__sub-menu__column
  .column-event
  .column-nav-list__news
  a
  img {
  max-width: 100%;
  height: auto;
}
.gd-main-menu-desktop-sub
  .gd-main-menu-desktop__sub-menu__column
  .column-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
.gd-main-menu-desktop-sub
  .gd-main-menu-desktop__sub-menu__column
  .column-buttons
  a {
  width: 160px;
}
.gd-main-menu-desktop-sub
  .gd-main-menu-desktop__sub-menu__column
  .column-buttons
  a
  + a {
  margin-top: 10px;
}
.gd-main-menu-desktop-sub
  .gd-main-menu-desktop__sub-menu__column
  .column-location
  a {
  position: relative;
  display: block;
  text-align: center;
}
.gd-main-menu-desktop-sub
  .gd-main-menu-desktop__sub-menu__column
  .column-location
  a
  img {
  width: 200px;
  height: 270px;
  object-fit: cover;
  display: block;
  margin: 0 auto;
}
.gd-main-menu-desktop-sub
  .gd-main-menu-desktop__sub-menu__column
  .column-location
  a
  span {
  background-color: #fff;
  color: #101f44;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  display: table;
  padding: 7px 20px;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.3);
}
.gd-main-menu-desktop-sub
  .gd-main-menu-desktop__sub-menu__column
  .column-event {
  color: #101f44;
}
.gd-main-menu-desktop-sub .gd-main-menu-desktop__sub-menu__column h4 {
  font-size: 16px;
  margin-bottom: 0;
}
.search-results__item {
  display: flex;
  margin-bottom: 34px;
  align-items: flex-start;
}
@media (min-width: 767px) {
  .search-results__item {
    margin-bottom: 56px;
  }
}
.search-results__page .search-results__item {
  display: flex;
}
.search-results__img {
  margin-right: 20px;
}
@media (min-width: 767px) {
  .search-results__img {
    margin-right: 30px;
  }
}
.search-results__img img {
  width: 100px;
  height: 100px;
  object-fit: cover;
}
@media (min-width: 767px) {
  .search-results__img img {
    width: 150px;
    height: 150px;
  }
}
@media (min-width: 767px) {
  .search-results__img {
    min-width: 150px;
    width: 150px;
    margin-right: 30px;
  }
}
.search-results__content {
  flex-grow: 1;
}
.search-results__title {
  font-size: 1.25rem;
  line-height: 1.2;
  text-transform: none;
}
.search-results__title a {
  text-decoration: none;
}
.search-results__date,
.search-results__tags {
  font-size: 16px;
  text-transform: uppercase;
  color: #888fa1;
  font-family: "Avenir Black", Arial, sans-serif;
  margin-bottom: 4px;
}
.search-results__descr {
  font-size: 16px;
}
.search-results__links {
  display: flex;
  justify-content: center;
}
.search-results__links a {
  display: block;
  padding: 4px 8px;
  margin: 0 3px;
  font-size: 16px;
  text-decoration: none;
  line-height: 1;
  font-family: "Avenir Black", Arial, sans-serif;
  border: 2px solid transparent;
  flex-grow: 0;
}
.search-results__links a.current {
  border: 2px solid #101f44;
}
.search-form-no-results {
  display: flex;
}
.search-form-no-results input[type="text"] {
  height: 50px;
  border: 0 none;
  padding: 0 20px;
  min-width: 250px;
}
.search-form-no-results button {
  background: #101f44;
  color: #fff;
  -webkit-appearance: none;
  height: 50px;
  padding: 0 20px;
}
.footer {
  position: relative;
  background-color: #101f44;
  color: #fff;
}
@media (min-width: 1025px) {
  .footer {
    text-align: left;
  }
}
.footer__container {
  padding-top: 30px;
  padding-bottom: 60px;
}
@media (min-width: 767px) {
  .footer__container {
    flex-wrap: nowrap;
    padding-top: 50px;
  }
}
.footer__wrapper {
  display: flex;
  flex-direction: column;
}
@media (min-width: 767px) {
  .footer__wrapper {
    flex-direction: row;
    margin: 0 -12px;
  }
}
.footer__wrapper-left {
  display: flex;
  margin: 0 -12px;
}
@media (min-width: 767px) {
  .footer__wrapper-left {
    flex-direction: column;
    margin: 0;
  }
}
@media (min-width: 1025px) {
  .footer__wrapper-left {
    flex-direction: row;
    margin: 0 -12px;
  }
}
.footer__wrapper-right {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 1121px) {
  .footer__wrapper-right {
    flex-direction: row;
    margin: 0 -12px;
  }
}
@media (min-width: 767px) {
  .footer__col-left,
  .footer__col-center,
  .footer__col-right {
    padding: 0 12px;
  }
}
.footer__col-left {
  order: 2;
  margin-bottom: 20px;
}
@media (min-width: 767px) {
  .footer__col-left {
    flex-basis: 25%;
    order: 1;
    width: 25%;
    margin: 0;
    text-align: left;
  }
}
@media (min-width: 1025px) {
  .footer__col-left {
    flex-basis: 35%;
    width: 35%;
  }
}
.footer__nav {
  flex-basis: 50%;
  width: 50%;
  padding: 0 12px;
  font-size: 16px;
}
@media (min-width: 767px) {
  .footer__nav {
    flex-basis: 100%;
    width: 100%;
    padding: 0;
    font-size: 18px;
  }
}
@media (min-width: 1025px) {
  .footer__nav {
    flex-basis: 50%;
    width: 50%;
    padding: 0 12px;
    font-size: 20px;
  }
}
.footer__nav ul li a {
  font-size: 1rem;
  text-decoration: none;
}
.footer__col-center {
  display: flex;
  flex-basis: 100%;
  flex-direction: column;
  align-content: center;
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 767px) {
  .footer__col-center {
    flex-basis: 50%;
    flex-grow: 1;
    order: 2;
    width: 50%;
    margin-bottom: 0;
  }
}
@media (min-width: 1025px) {
  .footer__col-center {
    flex-basis: 25%;
    width: 25%;
  }
}
@media (min-width: 1121px) {
  .footer__col-center {
    flex-basis: 30%;
    width: 30%;
  }
}
.footer__col-right {
  display: flex;
  flex-direction: column;
  order: 3;
  text-align: left;
}
@media (min-width: 767px) {
  .footer__col-right {
    flex-basis: 25%;
    width: 25%;
  }
}
@media (min-width: 1121px) {
  .footer__col-right {
    flex-basis: 35%;
    flex-direction: row;
    width: 35%;
  }
}
.footer__logo {
  width: 100%;
  margin: 0 auto 30px;
  text-align: center;
}
.footer__logo img {
  width: auto;
  height: 70px;
}
.footer__logo-icon {
  width: 100%;
  height: 75px;
}
@media (min-width: 767px) {
  .footer__logo-icon {
    height: 85px;
  }
}
@media (min-width: 1025px) {
  .footer__logo-icon {
    height: 95px;
  }
}
@media (min-width: 1400px) {
  .footer__logo-icon {
    height: 105px;
  }
}
.footer__social-panel + .footer__btn {
  margin-top: 20px;
  text-transform: capitalize;
}
@media (min-width: 767px) {
  .footer__social-panel + .footer__btn {
    margin-top: 30px;
  }
}
@media (min-width: 1025px) {
  .footer__social-panel + .footer__btn {
    margin-top: 40px;
  }
}
@media (min-width: 1400px) {
  .footer__social-panel + .footer__btn {
    margin-top: 55px;
  }
}
.footer__btn {
  align-self: center;
}
.footer__btn.gsb-btn--white-border:hover {
  background-color: #fff !important;
  color: #101f44 !important;
}
.footer__subtitle {
  color: #fff;
  letter-spacing: 0.06em;
  line-height: 1.5;
  text-align: left;
  text-transform: none;
  margin-bottom: 20px;
  font-size: 1rem;
}
.footer__li + .footer__li {
  margin-top: 5px;
}
@media (min-width: 767px) {
  .footer__li + .footer__li {
    margin-top: 7px;
  }
}
@media (min-width: 1025px) {
  .footer__li + .footer__li {
    margin-top: 12px;
  }
}
.footer__li--sub + .footer__li--sub {
  margin-top: 10px;
}
@media (min-width: 1025px) {
  .footer__li--sub + .footer__li--sub {
    margin-top: 20px;
  }
}
.footer__li--sub + .footer__li--sub.footer__btn {
  display: block;
}
.footer__link {
  color: #fff;
  font-size: 1rem;
  line-height: 1.4;
  text-decoration: none;
}
.footer__sub-btn {
  width: 100%;
  min-width: 150px;
}
.footer__login-area {
  margin-bottom: 20px;
  text-align: center;
}
@media (min-width: 767px) {
  .footer__login-area {
    text-align: left;
  }
}
@media (min-width: 1121px) {
  .footer__login-area {
    flex-basis: 50%;
    width: 50%;
    margin-bottom: 0;
    padding: 0 12px;
  }
}
@media (min-width: 1121px) {
  .footer__newsletter-form {
    flex-basis: 50%;
    width: 50%;
    padding: 0 12px;
  }
}
.footer-copyright {
  background-color: #fff;
}
.footer-copyright.is-landing {
  background-color: #101f44;
  color: #fff;
}
.footer-copyright.is-landing .footer-copyright__inner {
  color: #fff;
}
.footer-copyright__inner {
  text-align: center;
  padding: 20px 0;
  color: #989898;
  font-size: 16px;
}
@media (min-width: 767px) {
  .footer-copyright__inner {
    font-size: 17px;
  }
}
@media (min-width: 1025px) {
  .footer-copyright__inner {
    font-size: 19px;
  }
}
.footer-copyright__inner .menu {
  display: flex;
  justify-content: center;
}
.footer-copyright__inner .menu li {
  position: relative;
}
.footer-copyright__inner .menu li:not(:first-child) {
  padding: 0 0 0 10px;
}
.footer-copyright__inner .menu li:not(:first-child):before {
  content: "";
  position: absolute;
  top: 2px;
  left: 4px;
  width: 1px;
  height: 16px;
  background-color: #989898;
}
@media (min-width: 1025px) {
  .footer-copyright__inner .menu li:not(:first-child) {
    padding: 0 0 0 20px;
  }
  .footer-copyright__inner .menu li:not(:first-child):before {
    top: 2px;
    left: 9px;
    width: 1px;
    height: 20px;
  }
}
.footer-copyright__inner .menu li a {
  text-decoration: none;
  position: relative;
}
.footer-copyright__inner .menu li a:hover {
  text-decoration: underline;
}
.social-panel {
  display: flex;
  justify-content: space-between;
  width: 200px;
}
.social-panel__link {
  display: block;
  width: 40px;
  height: 40px;
  padding: 4px;
}
.social-panel__icon {
  display: block;
  width: 100%;
}
.footer .social-panel {
  justify-content: center;
  width: auto;
}
@media (min-width: 767px) {
  .footer .social-panel {
    justify-content: space-between;
    padding: 0 45px;
  }
}
.footer .social-panel__link {
  flex-shrink: 0;
  width: 35px;
  height: 35px;
  padding: 2px;
  background: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .social-panel__link + .social-panel__link {
  margin-left: 15px;
}
.footer .social-panel__link.is-instagram svg path {
  stroke: #101f44;
}
.footer .social-panel__link.is-facebook svg path,
.footer .social-panel__link.is-tiktok svg path,
.footer .social-panel__link.is-linkedin svg path,
.footer .social-panel__link.is-youtube svg path {
  fill: #101f44;
}
.footer .social-panel__link svg {
  width: 20px;
  height: 20px;
}
.newsletter-form__form .form-field--dark .form-field__input {
  min-height: auto;
  background-color: #23376a;
  border: 1px solid #fff;
  color: #fff;
  font-size: 0.875rem;
  padding: 13px;
  margin-top: 12px;
  width: 100%;
}
.newsletter-form__form
  .form-field--dark
  .form-field__input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.newsletter-form__form .form-field--dark .form-field__input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.newsletter-form__form
  .form-field--dark
  .form-field__input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.newsletter-form__form .newsletter-form__submit {
  border: none;
  background-color: transparent;
  min-height: auto;
  margin: 10px 0 0;
  padding: 0;
  color: #fff;
  font-size: 0.875rem;
  text-align: right;
  cursor: pointer;
  width: 100%;
}
.plyr__control--overlaid {
  background-color: #333 !important;
  color: #bfbfbf !important;
}
.plyr__control--overlaid:hover {
  background-color: #101f44 !important;
}
body.mobile-menu-active {
  overflow: hidden;
  max-height: 100vh;
}
body.mobile-menu-active .header {
  background-color: #101f44;
}
body.mobile-menu-active #gd-mobile-menu {
  left: 0;
}
#gd-mobile-menu {
  background: #101f44;
  position: fixed;
  z-index: 99;
  top: 0;
  width: 100vw;
  height: 100vh;
  left: -100vw;
  overflow-y: auto;
  padding-top: 90px;
  font-family: "Avenir Medium", Arial, sans-serif;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}
#gd-mobile-menu::-webkit-scrollbar {
  height: 0;
  width: 0;
}
#gd-mobile-menu::-webkit-scrollbar-thumb {
  height: 0;
  width: 0;
}
#gd-mobile-menu::-webkit-scrollbar-track {
  height: 0;
  width: 0;
}
@media (min-width: 1025px) {
  #gd-mobile-menu {
    display: none !important;
  }
}
#gd-mobile-menu .container {
  position: relative;
  padding: 0 10px;
  overflow: hidden;
}
@media (min-width: 767px) and (max-width: 1024px) {
  #gd-mobile-menu .container {
    max-width: 400px;
  }
}
#gd-mobile-menu a {
  color: #fff;
  text-decoration: none;
}
#gd-mobile-menu .cta-row-first {
  display: grid;
  column-gap: 10px;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 10px;
}
#gd-mobile-menu .cta-row-second {
  margin-bottom: 40px;
}
#gd-mobile-menu .gd-mobile-btn {
  background: #fff;
  color: #101f44;
  padding: 8px 12px;
  text-align: center;
  font-size: 14px;
  width: 100%;
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
#gd-mobile-menu .gd-mobile-btn.gd-mobile-btn-main {
  background: #f90;
  color: #fff;
  font-size: 16px;
  padding: 10px 12px;
}
#gd-mobile-menu .gd-mobile-btn svg {
  margin-right: 10px;
}
#gd-mobile-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#gd-mobile-menu .list-wrapper {
  height: 100%;
  overflow-y: scroll;
}
#gd-mobile-menu .list-wrapper::-webkit-scrollbar {
  height: 0;
  width: 0;
}
#gd-mobile-menu .list-wrapper::-webkit-scrollbar-thumb {
  height: 0;
  width: 0;
}
#gd-mobile-menu .list-wrapper::-webkit-scrollbar-track {
  height: 0;
  width: 0;
}
#gd-mobile-menu .list-wrapper .gd-social-mobile {
  padding-bottom: 40px;
}
#gd-mobile-menu .list-wrapper .back-wrapper-bottom {
  margin-bottom: 30px;
}
#gd-mobile-menu .list-wrapper:nth-child(1).is-visible {
  opacity: 0;
}
#gd-mobile-menu .list-wrapper:nth-child(1) ul li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 10px;
  margin: 5px 0;
}
#gd-mobile-menu .list-wrapper:nth-child(1) ul li > a {
  font-size: 20px;
  display: block;
  padding: 5px 0;
  background: url() no-repeat right center;
}
#gd-mobile-menu .list-wrapper:nth-child(2),
#gd-mobile-menu .list-wrapper:nth-child(3) {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transform: translateX(100vw);
  backface-visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: #101f44;
  padding: 0 20px;
  padding-top: 40px !important;
}
#gd-mobile-menu .list-wrapper:nth-child(2).is-visible,
#gd-mobile-menu .list-wrapper:nth-child(3).is-visible {
  transform: none;
}
#gd-mobile-menu .list-wrapper:nth-child(1) > ul > li > .sub-menu,
#gd-mobile-menu .list-wrapper:nth-child(2) .level-3 {
  display: none;
}
#gd-mobile-menu .back-wrapper {
  position: fixed;
  top: 50px;
  background: #101f44;
  width: 100%;
  padding: 20px 0 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
#gd-mobile-menu .back-one-level {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-appearance: none;
  border: 0 none;
  background: #101f44;
  text-transform: uppercase;
  color: #fff;
  padding: 0;
  font-size: 14px;
  font-family: "Avenir Medium", Arial, sans-serif;
}
#gd-mobile-menu .back-one-level svg {
  fill: #fff;
  margin-right: 7px;
}
#gd-mobile-menu .sub-menu .sub-menu {
  border-top: 0 none;
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 20px;
  margin-bottom: 5px;
}
#gd-mobile-menu .sub-menu-wrapper h4 {
  color: #fff;
  margin-bottom: 5px;
  font-family: "Avenir Black", Arial, sans-serif;
  font-size: 16px;
}
#gd-mobile-menu .sub-menu-wrapper .column-nav-list__title-empty {
  margin: -45px;
}
#gd-mobile-menu .sub-menu-wrapper > .sub-menu > li:not(:last-child) {
  margin-bottom: 50px;
}
#gd-mobile-menu .sub-menu-wrapper .column-nav-list__list {
  padding-left: 25px;
}
#gd-mobile-menu .sub-menu-wrapper .column-nav-list__list li a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 5px 0;
}
#gd-mobile-menu .sub-menu-wrapper .column-nav-list__list a {
  display: block;
  background: url() no-repeat right center;
  background-size: 8px auto;
}
#gd-mobile-menu
  .sub-menu-wrapper
  .column-event
  .column-nav-list__events
  .column-nav-list__event {
  margin-bottom: 20px;
}
#gd-mobile-menu
  .sub-menu-wrapper
  .column-event
  .column-nav-list__events
  .column-nav-list__event
  a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
}
#gd-mobile-menu
  .sub-menu-wrapper
  .column-event
  .column-nav-list__events
  .column-nav-list__event
  .column-nav-list__event-date-wrapper {
  width: 50px;
  margin-right: 20px;
  flex-grow: 0;
  flex-shrink: 0;
}
#gd-mobile-menu
  .sub-menu-wrapper
  .column-event
  .column-nav-list__events
  .column-nav-list__event
  .column-nav-list__event-date-wrapper
  .month {
  font-size: 11px;
  text-transform: uppercase;
  background-color: #1478be;
  color: #fff;
  -webkit-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  background-clip: padding-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 18px;
  line-height: 0;
}
#gd-mobile-menu
  .sub-menu-wrapper
  .column-event
  .column-nav-list__events
  .column-nav-list__event
  .column-nav-list__event-date-wrapper
  .day {
  background-color: #ececec;
  -webkit-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  background-clip: padding-box;
  color: #1478be;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  font-size: 24px;
  font-family: "Avenir Black", Arial, sans-serif;
  line-height: 0;
}
#gd-mobile-menu .sub-menu-wrapper .column-event .column-nav-list__events h4 {
  margin: 0;
  line-height: 1.2;
}
#gd-mobile-menu .sub-menu-wrapper .column-event .column-nav-list__news a {
  text-decoration: none;
}
#gd-mobile-menu .sub-menu-wrapper .column-event .column-nav-list__news a img {
  max-width: 100%;
  height: auto;
}
#gd-mobile-menu .sub-menu-wrapper .column-location a {
  position: relative;
  display: block;
  text-align: center;
}
#gd-mobile-menu .sub-menu-wrapper .column-location a img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
  margin: 0 auto;
}
#gd-mobile-menu .sub-menu-wrapper .column-location a span {
  background-color: #fff;
  color: #101f44;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  display: table;
  padding: 7px 20px;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.3);
}
#gd-mobile-menu .sub-menu-wrapper .column-nav-list + .column-event,
#gd-mobile-menu .sub-menu-wrapper .column-nav-list + .column-buttons {
  margin-top: 30px;
}
#gd-mobile-menu .sub-menu-wrapper .column-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
#gd-mobile-menu .sub-menu-wrapper .column-buttons a {
  background-color: #fff;
  color: #101f44;
}
#gd-mobile-menu .sub-menu-wrapper .column-buttons a + a {
  margin-top: 10px;
}
#gd-mobile-menu .gd-search-mobile {
  margin-top: 30px;
}
#gd-mobile-menu .gd-search-mobile input[type="search"] {
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid #fff;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-clip: padding-box;
  color: #fff;
  padding: 0 20px;
  height: 45px;
  line-height: 45px;
}
#gd-mobile-menu .gd-social-mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 40px;
}
#gd-mobile-menu .gd-social-mobile a {
  margin: 0 5px;
}
#gd-mobile-menu .gd-social-mobile a svg {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
header.header.is-transparent #mobile-menu-hamburger .line,
header.header.is-scrolled #mobile-menu-hamburger .line {
  background-color: #fff;
}
#mobile-menu-hamburger {
  padding-top: 7px;
  margin-left: 7px;
}
@media (max-width: 766px) {
  #mobile-menu-hamburger {
    margin-left: 20px;
  }
}
@media (min-width: 1025px) {
  #mobile-menu-hamburger {
    display: none;
  }
}
#mobile-menu-hamburger .line {
  width: 25px;
  height: 2px;
  background-color: #fff;
  display: block;
  margin: 5px auto;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
}
#mobile-menu-hamburger.active .line:nth-child(2) {
  opacity: 0;
}
#mobile-menu-hamburger.active .line:nth-child(1) {
  -webkit-transform: translateY(7px) rotate(45deg);
  -ms-transform: translateY(7px) rotate(45deg);
  -o-transform: translateY(7px) rotate(45deg);
  transform: translateY(7px) rotate(45deg);
}
#mobile-menu-hamburger.active .line:nth-child(3) {
  -webkit-transform: translateY(-7px) rotate(-45deg);
  -ms-transform: translateY(-7px) rotate(-45deg);
  -o-transform: translateY(-7px) rotate(-45deg);
  transform: translateY(-7px) rotate(-45deg);
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 120px;
}
:root {
  --plyr-color-main: $color-dark-blue;
}
.sr-only {
  display: none;
}
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
  background: #888;
}
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.main {
  margin-top: 52px;
}
@media (min-width: 1025px) {
  .main {
    margin-top: 90px;
  }
}
.main.has-password-form {
  padding: 30vh 0;
}
.main__hero {
  margin-top: -52px;
}
@media (min-width: 767px) and (max-width: 1024px) {
  .main__hero {
    margin-top: -62px;
  }
}
@media (min-width: 1025px) {
  .main__hero {
    margin-top: -90px;
  }
}
.main__hero + .main__inner {
  padding-top: 25px;
}
.main__inner {
  background-color: #f5f5f5;
  position: relative;
  z-index: 1;
  padding-bottom: 1px;
  margin-bottom: -1px;
}
.gbs-white-bg .main__inner {
  background-color: #fff;
}
.top-articles__item {
  display: flex;
  margin-bottom: 34px;
  align-items: flex-start;
  padding: 3px;
  text-decoration: none;
}
.top-articles__item:hover {
  background-color: #fff;
}
.top-articles__img {
  position: relative;
  flex-basis: 27%;
  min-width: 27%;
  margin-right: 6%;
  max-width: 150px;
  height: 0;
  padding-top: 27%;
  overflow: hidden;
}
.top-articles__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top-articles__content {
  flex-grow: 1;
}
.top-articles__title {
  font-size: 16px;
  line-height: 1.2;
  text-transform: none;
}
.top-articles__title a {
  text-decoration: none;
}
.top-articles__date {
  font-family: "Avenir Medium", Arial, sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  color: #333;
  margin-bottom: 4px;
}
.top-articles__descr {
  font-size: 13px;
}
.top-articles__link {
  font-size: 16px;
  font-family: "Avenir Black", Arial, sans-serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.top-articles__link svg {
  height: 15px;
  margin-left: 7px;
}
.top-articles__link svg path {
  fill: #101f44;
}
p > * > a:hover {
  color: #101f44;
}
p > a {
  color: #2045a1;
  text-decoration: none;
  transition: color 0.3s linear;
  font-weight: 600;
}
p > a:hover {
  color: #101f44;
}
.plyr--video.plyr--stopped .plyr__controls {
  display: none;
}
.alignleft {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
.small-blockquote {
  font-style: italic;
  font-size: 1rem;
  text-align: center;
  padding: 0 25px;
}
.small-blockquote:after,
.small-blockquote:before {
  content: "";
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  left: 0;
  padding-bottom: 30px;
  top: 10px;
  background: url() no-repeat 50% 50%;
  background-size: contain;
}
.small-blockquote:after {
  right: 0;
  left: auto;
  bottom: -10px;
  top: auto;
  transform: rotate(180deg);
  float: right;
}
.faculty-home .wysiwyg-content-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 766px) {
  .faculty-home .wysiwyg-content-inner {
    flex-direction: column-reverse;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  .faculty-home .wysiwyg-content-inner {
    flex-direction: column-reverse;
  }
}
@media (min-width: 1025px) {
  .faculty-home .wysiwyg-content-inner {
    justify-content: space-between;
    align-items: center;
  }
}
.faculty-home .wysiwyg-content-inner .faculty-slider-wrapper {
  position: relative;
}
@media (min-width: 767px) and (max-width: 1024px) {
  .faculty-home .wysiwyg-content-inner .faculty-slider-wrapper {
    width: 100%;
    padding: 30px;
  }
}
@media (min-width: 1025px) {
  .faculty-home .wysiwyg-content-inner .faculty-slider-wrapper {
    width: 60%;
    margin-left: 0;
  }
}
@media (min-width: 1025px) {
  .faculty-home .wysiwyg-content-inner .faculty-slider-wrapper .faculty-slider {
    padding-top: 30px;
  }
}
.faculty-home .wysiwyg-content-inner .faculty-slider-wrapper .swiper-wrapper {
  margin: 0 !important;
  list-style: none !important;
}
@media (min-width: 767px) {
  .faculty-home
    .wysiwyg-content-inner
    .faculty-slider-wrapper
    .swiper-wrapper
    .faculty-grid__item {
    width: auto;
    height: auto;
    flex-basis: 50% !important;
  }
}
.faculty-home
  .wysiwyg-content-inner
  .faculty-slider-wrapper
  .swiper-button-prev,
.faculty-home
  .wysiwyg-content-inner
  .faculty-slider-wrapper
  .swiper-button-next {
  color: #101f44;
}
@media (max-width: 766px) {
  .faculty-home
    .wysiwyg-content-inner
    .faculty-slider-wrapper
    .swiper-button-prev,
  .faculty-home
    .wysiwyg-content-inner
    .faculty-slider-wrapper
    .swiper-button-next {
    display: none;
  }
}
.faculty-home
  .wysiwyg-content-inner
  .faculty-slider-wrapper
  .swiper-button-prev {
  left: -25px;
}
@media (min-width: 767px) and (max-width: 1024px) {
  .faculty-home
    .wysiwyg-content-inner
    .faculty-slider-wrapper
    .swiper-button-prev {
    left: -10px;
  }
}
.faculty-home
  .wysiwyg-content-inner
  .faculty-slider-wrapper
  .swiper-button-next {
  right: -25px;
}
@media (min-width: 767px) and (max-width: 1024px) {
  .faculty-home
    .wysiwyg-content-inner
    .faculty-slider-wrapper
    .swiper-button-next {
    right: -10px;
  }
}
.faculty-home .wysiwyg-content-inner .after-faculty-slider {
  background: #fff;
  padding: 40px;
  box-shadow: 5px 5px 7px 0 rgba(0, 0, 0, 0.1);
}
@media (max-width: 766px) {
  .faculty-home .wysiwyg-content-inner .after-faculty-slider {
    margin-top: 20px;
  }
}
@media (min-width: 1025px) {
  .faculty-home .wysiwyg-content-inner .after-faculty-slider {
    width: 35%;
  }
}
@media (max-width: 766px) {
  .pum-container {
    max-width: 80vw;
  }
}
@media (min-width: 767px) {
  .pum-container {
    max-width: 700px;
  }
}
@media (min-width: 1025px) {
  .pum-container {
    width: 700px !important;
  }
}
.pum-container p {
  margin-bottom: 25px;
}
.pum-container .cta-wrapper {
  display: flex;
}
@media (max-width: 766px) {
  .pum-container .cta-wrapper {
    flex-direction: column;
  }
}
@media (min-width: 767px) {
  .pum-container .cta-wrapper {
    justify-content: space-evenly;
  }
}
@media (max-width: 766px) {
  .pum-container .cta-wrapper a + a {
    margin-top: 20px;
  }
}
#back-to-top {
  position: fixed;
  opacity: 0;
  bottom: 14px;
  right: 82px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 3px solid #e2e2e2;
  background-color: #fff;
  color: #101f44;
  z-index: 9999;
  transition: opacity 0.2s;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
#back-to-top svg {
  width: 25px;
  height: 25px;
}
#back-to-top.is-visible {
  opacity: 1;
}
.gd-instagram-wrapper {
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px;
  background: #fff;
  box-shadow: 5px 5px 7px 0 rgba(0, 0, 0, 0.1);
}
@media (max-width: 766px) {
  .gd-instagram-wrapper {
    padding: 20px;
  }
}
@media (min-width: 767px) {
  .gd-instagram-wrapper {
    padding: 50px;
  }
}
#onetrust-banner-sdk {
  background-color: #fff !important;
  overflow: hidden !important;
  max-height: unset !important;
  justify-content: center;
  align-items: center;
  outline: none !important;
}
#onetrust-banner-sdk::-webkit-scrollbar {
  height: 0;
  width: 0;
}
#onetrust-banner-sdk::-webkit-scrollbar-thumb {
  height: 0;
  width: 0;
}
#onetrust-banner-sdk::-webkit-scrollbar-track {
  height: 0;
  width: 0;
}
#onetrust-banner-sdk .ot-sdk-container {
  width: auto !important;
  padding: 20px 40px !important;
}
@media (max-width: 766px) {
  #onetrust-banner-sdk .ot-sdk-container {
    padding: 20px !important;
  }
}
#onetrust-banner-sdk #onetrust-group-container {
  width: unset !important;
}
@media (min-width: 767px) {
  #onetrust-banner-sdk #onetrust-group-container {
    padding-right: 50px !important;
  }
}
#onetrust-banner-sdk .ot-sdk-row {
  display: flex !important;
  align-items: center;
}
@media (max-width: 766px) {
  #onetrust-banner-sdk .ot-sdk-row {
    flex-direction: column;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #onetrust-banner-sdk .ot-sdk-row {
    flex-direction: column;
  }
}
#onetrust-banner-sdk #onetrust-policy {
  padding: 0 !important;
  margin: 0 !important;
}
@media (max-width: 766px) {
  #onetrust-banner-sdk #onetrust-policy {
    margin-bottom: 30px !important;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #onetrust-banner-sdk #onetrust-policy {
    margin-bottom: 30px !important;
  }
}
#onetrust-banner-sdk #onetrust-policy-title {
  display: none !important;
}
#onetrust-banner-sdk #onetrust-policy-text {
  color: #101f44 !important;
}
#onetrust-banner-sdk #onetrust-policy-text a {
  outline: none !important;
  color: #101f44 !important;
}
#onetrust-banner-sdk #onetrust-button-group-parent {
  position: unset !important;
  left: auto !important;
  padding: 0 !important;
  transform: none !important;
  flex-grow: 1;
  flex-shrink: 0;
  width: 100% !important;
}
@media (min-width: 1025px) {
  #onetrust-banner-sdk #onetrust-button-group-parent {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto !important;
  }
}
#onetrust-banner-sdk #onetrust-button-group {
  width: auto !important;
}
@media (min-width: 1025px) {
  #onetrust-banner-sdk #onetrust-button-group {
    margin: 0 !important;
    display: flex !important;
  }
}
#onetrust-banner-sdk #onetrust-pc-btn-handler,
#onetrust-banner-sdk #onetrust-reject-all-handler {
  background-color: transparent !important;
  color: #101f44 !important;
  padding: 0 !important;
  text-decoration: none !important;
  width: 44% !important;
  outline: none !important;
}
@media (max-width: 766px) {
  #onetrust-banner-sdk #onetrust-pc-btn-handler,
  #onetrust-banner-sdk #onetrust-reject-all-handler {
    margin: 0 !important;
  }
}
@media (min-width: 1025px) {
  #onetrust-banner-sdk #onetrust-pc-btn-handler,
  #onetrust-banner-sdk #onetrust-reject-all-handler {
    width: auto !important;
  }
}
#onetrust-banner-sdk #onetrust-accept-btn-handler {
  margin: 0 !important;
  background-color: #101f44 !important;
  color: #fff !important;
  padding: 10px 20px !important;
  width: 100% !important;
  outline: none !important;
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
@media (min-width: 1025px) {
  #onetrust-banner-sdk #onetrust-accept-btn-handler {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    width: auto !important;
  }
}
#onetrust-consent-sdk
  #onetrust-pc-sdk
  button:not(#clear-filters-handler):not(.ot-close-icon):not(
    #filter-btn-handler
  ):not(.ot-remove-objection-handler):not(.ot-obj-leg-btn-handler):not(
    [aria-expanded]
  ):not(.ot-link-btn),
#onetrust-consent-sdk
  #onetrust-pc-sdk
  .ot-leg-btn-container
  .ot-active-leg-btn {
  background-color: #101f44 !important;
  color: #fff !important;
  border: 0 none !important;
}
#onetrust-consent-sdk #onetrust-pc-sdk .ot-active-menu {
  border-color: #101f44 !important;
}
.post-password-form {
  max-width: 400px;
  margin: 0 auto;
  padding: 30px;
  background-color: #fff;
  box-shadow: 5px 5px 7px 0 rgba(0, 0, 0, 0.1);
}
.post-password-form label {
  display: block;
}
.post-password-form label input[type="password"] {
  display: block;
  width: 100%;
  height: 48px;
  font-size: 18px;
  padding: 0 15px;
  margin-bottom: 10px;
}
.post-password-form input[type="submit"] {
  background-color: #101f44;
  font-family: "Avenir Medium", Arial, sans-serif;
  min-height: 48px;
  padding: 5px 10px;
  font-size: 18px;
  color: #fff;
  width: 100%;
  border: 0 none;
  border-radius: 2px;
  -webkit-appearance: none;
  cursor: pointer;
}
.ot-sdk-show-settings {
  cursor: pointer;
}

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

/* Slider Desktop */
.title-area__title {
  font-family: "Avenir Medium", Arial, sans-serif;
}

h3 {
  text-transform: initial;
}

@media (min-width: 1025px) {
  .home #gd-pb .title-area__content-inner {
    margin-bottom: 105px;
    margin-left: 60px;
  }
  .title-area__content-inner {
    margin-left: 60px;
  }
}

/* Menu Desktop */

@media (min-width: 1025px) {
  .gd-main-menu-desktop-sub__item {
    box-shadow: 0px 15px 15px 0 rgba(0, 0, 0, 0.1);
    left: calc((100vw - 1228px) / 2);
    min-height: 450px;
    max-width: 1220px;
    border-radius: 2px;
  }

  .gd-main-menu-desktop-sub
    .gd-main-menu-desktop__sub-menu__column
    .column-nav-list__title {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .gd-main-menu-desktop-sub
    .gd-main-menu-desktop__sub-menu__column
    .column-nav-list__list
    li.menu-item-has-children
    > a,
  .gd-main-menu-desktop-sub
    .gd-main-menu-desktop__sub-menu__column
    .column-nav-list__list
    li.is-primary
    > a {
    font-size: 17px;
  }

  .gd-main-menu-desktop-sub
    .gd-main-menu-desktop__sub-menu__column
    .column-nav-list__title:after {
    width: 26px;
    height: 2.5px;
    background: #7a7a7a;
    margin: 8px 0 0;
  }

  .gd-main-menu-desktop__sub-menu__column {
    padding-left: 30px;
    padding-top: 10px;
  }
  .gd-main-menu-desktop-sub
    .gd-main-menu-desktop__sub-menu__column.always-at-hand {
    margin-right: 15px;
    /* 		margin-left: -50px; */
  }
  .gd-main-menu-desktop-sub
    .gd-main-menu-desktop__sub-menu__column
    .column-nav-list__list
    li.menu-item-has-children
    ul,
  .gd-main-menu-desktop-sub
    .gd-main-menu-desktop__sub-menu__column
    .column-nav-list__list
    li.is-primary
    ul {
    margin: 0 0 0 20px;
  }

  .column-location {
    margin-top: 30px;
  }
}

@media (max-width: 1210px) {
  .gd-main-menu-desktop-sub__item {
    max-width: 100%;
    left: 0;
  }
}

@media (max-width: 1024px) {
  .gd-main-menu-desktop-sub__item.active {
    display: none;
  }
}

@media (min-width: 1400px) {
  .gd-main-menu-desktop-sub
    .gd-main-menu-desktop__sub-menu__column.always-at-hand {
    margin-right: 45px;
  }
}

/* menu mobile fix back top line */

#gd-mobile-menu .list-wrapper .back-wrapper-bottom {
  margin-bottom: 100px;
  padding-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

/* Fix Locations city labels Destkop */
@media (min-width: 1067px) {
  .gd-section--page-banner .card {
    top: -237px !important;
    margin-bottom: -251px !important;
  }

  .gd-main-menu-desktop-sub
    .gd-main-menu-desktop__sub-menu__column
    .column-location
    a
    span {
    bottom: -22px;
    padding: 12px 15px;
    width: 120px;
  }
  .gd-main-menu-desktop-sub
    .gd-main-menu-desktop__sub-menu__column
    .column-location
    a
    img {
    width: 165px;
    height: 235px;
    object-fit: cover;
    display: block;
    margin: 0 auto;
  }

  /* Fix Locations city labels Mobile */
  #gd-mobile-menu .sub-menu-wrapper .column-location a span {
    bottom: -22px;
    padding: 10px 40px;
  }

  /* Fix h3 font - subtitle program pages */
  h3 {
    text-transform: initial;
  }

  /* Fix image vertical aligned in text+image component */
  .text-and-image--right .text-and-image__img img {
    object-position: center;
  }

  /* Logo slider text */
  .logo-wrapper h4 {
    font-family: "Avenir Roman", Arial, sans-serif;
  }

  /* program-and-spec component title text */
  .program-and-spec__title {
    font-family: "Avenir Roman", Arial, sans-serif;
  }
  .program-and-spec__content-inner h3 {
    font-family: "Avenir Roman", Arial, sans-serif;
    font-weight: 600;
  }

  /* Rankings text */
  .ranking__title {
    font-family: "Avenir Roman", Arial, sans-serif;
    font-weight: 600;
  }

  /* home info block titles */
  .info-block__name {
    font-size: 16px !important;
  }

  body #gd-pb .info-block__info {
    text-transform: uppercase;
    color: #333;
    margin-bottom: 10px;
    font-size: 14px;
  }

  /* Rankings text */

  .find-campus__title {
    font-family: "Avenir Roman", Arial, sans-serif;
  }

  /* Form line after title */

  .sf-form-wrapper .form-wrapper h2:after {
    width: 35px;
    height: 5px;
    bottom: -5px;
  }

  /* Form line after title */
  .gd-section--accordion .accordion-wrapper h2.accordion-wrapper__title:after {
    width: 40px;
    height: 5px;
    margin-top: 12px;
  }

  /* Form line after title */
  #gd-pb
    .gd-section.gd-section--wysiwyg
    .boxed
    .wysiwyg-content
    h2:not(.no-line):after {
    width: 40px;
    height: 5px;
    margin-top: 16px;
  }

  /* Home Programs compo line after title */
  @media (min-width: 1025px) {
    .program-and-spec__title:after {
      width: 40px;
      height: 5px;
    }
  }

  /* Home main slider line after title */
  .title-area__description::before {
    width: 50px;
    height: 6px;
  }

  /* footer newsletter title */
  .newsletter-form__title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
  }

  /* footer newsletter input field*/
  .newsletter-form__form .form-field--dark .form-field__input {
    padding: 7.5px 13px;
  }

  /* font size specialization items*/

  .gd-section--icon-list ul li {
    font-size: 18px;
  }

  .gd-section--icon-list ul {
    grid-gap: 0px;
    row-gap: 0px;
  }

  /* home faculty card height*/
  @media (min-width: 769px) {
    .card__content {
      min-height: 248px !important;
    }
  }

  /* home newsroom height*/
  @media (min-width: 1025px) {
    body #gd-pb .info-block__inner {
      display: flex;
      align-items: stretch;
      max-height: 530px;
    }
  }
  /* home programs items*/
  @media (min-width: 1025px) {
    .nav-programs__link {
      font-size: 25px;
      padding: 10px 35px;
    }
  }

  /* newsroom grid*/
  .card__content {
    padding: 20px 20px 10px 20px;
  }
  .event-card__more-link {
    right: 20px;
    bottom: 10px;
    left: initial;
  }

  .listing__card {
    padding: 0 12px 20px;
  }

  /* staff page*/

  .staff-index__cat {
    background: white !important;
    padding: 0 !important;
  }

  .staff-index__details {
    background: #fefefe;
    padding: 15px 10px;
    display: flex;
    flex-direction: column;
  }

  .staff-index__loop {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-evenly;
  }

  .staff-index__cat h3 {
    text-align: center;
    margin-bottom: 40px;
  }

  .staff-index__children h4 {
    text-align: center;
    font-weight: 500;
  }
}

.staff-index__item h5 {
  font-size: 17px !important;
  margin-bottom: 6px;
}

.staff-index__details p {
  min-height: 35px;
}

@media (min-width: 1025px) {
  .staff-index__item {
    width: 22%;
  }
}

@media (max-width: 1024px) {
  .staff-index__item {
    width: 30%;
  }
}

@media (max-width: 679px) {
  .staff-index__item {
    width: 100%;
  }
}
/* fix p justified*/
p {
  text-align: justify !important;
}
.small-blockquote {
  text-align: center !important;
  padding: 0 5px !important;
}

/* testimonials desktop*/
@media (min-width: 1324px) {
  .testimonials {
    margin: 0 50px;
  }
}

/*notification bar*/
.notification-bar {
  position: fixed;
}

/*cards location mobile*/
.gd-section--page-banner .card {
  max-width: 355px;
}
@media (max-width: 676px) {
  .gd-section--page-banner .card {
    top: -185px;
    margin-bottom: -204px;
    width: auto;
  }
}

@media (min-width: 677px) and (max-width: 975px) {
  .gd-section--page-banner .card {
    top: -278px;
    margin-bottom: -290px;
    width: 355px;
  }
}
/*mobile container for forms and IG*/
@media (max-width: 676px) {
  .sf-form-wrapper .form-wrapper {
    padding: 35px 20px !important;
  }
}

/*staff cards*/
.staff-index__details > .position {
  text-align: center !important;
}

@media (min-width: 677px) {
  button.notification-bar__close {
    padding-right: 20px;
  }
}

/*text-image smaller image*/
@media (min-width: 767px) {
  .img-small > .container > .text-and-image > .text-and-image__img {
    display: block;
    flex-grow: 0;
    width: 45%;
    max-width: 400px;
  }
}

/*bullet points - bullet outside*/
.text-and-image__text > ul {
  list-style-position: outside !important;
  list-style-type: disc;
  padding-left: 30px;
}
/*faculty page card*/
.professor__col1 {
  background-color: white;

  box-shadow: 0px 1px 9px 0 rgba(0, 0, 0, 0.1);
}
.professor__img {
  margin-left: 0;
}

@media (min-width: 1025px) {
  .professor__col1 {
    width: 35%;
    margin-top: 170px;
  }
}

/*post page image shadow*/
.post__image > img {
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.1);
}

/*facts lps fix font*/
.facts-collection__content-before p,
.facts-collection__content-after p {
  font-size: 100%;
}

@media (min-width: 1400px) {
  .facts-collection {
    padding: 25px 0;
  }
}
/*max-height CTAs form*/
.mybtn {
  max-height: 40px;
}
/*staff card*/
.staff-index__details {
  box-shadow: 0px 5px 15px 0 rgba(0, 0, 0, 0.1) !important;
  padding: 22px 20px !important;

  margin: -40px 12px 0 12px !important;
}

@media (min-width: 100px) {
  .staff-index__cat {
    background: white !important;
    padding: 0 !important;
    text-align: center;
  }
}

.staff-index__loop {
  display: flex !important;
  row-gap: 30px;
  width: 100%;
  column-gap: 30px;
  justify-content: center;
  flex-wrap: wrap;
}

/*thank you page style fix*/
.brochure > p {
  text-align: center !important;
}

.brochure > a {
  margin-top: 12px !important;
  min-height: 50px !important;
  min-width: auto;
  padding: 10px 20px !important;
}

/*center aligned excerpt*/
.post__excerpt > p {
  text-align: center !important;
  font-size: 20px;
}

/*related posts margin top*/
@media (min-width: 767px) {
  .related-posts-wrapper {
    margin-top: 50px;
  }
}

/*youtube component*/
.youtube {
  background-color: #000;
  margin-bottom: 30px;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
  cursor: pointer;
}
.youtube img {
  width: 100%;
  top: -16.82%;
  left: 0;
  opacity: 1;
}
.youtube .play-button {
  width: 90px;
  height: 60px;
  background-color: #333;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  z-index: 1;
  opacity: 0.8;
  border-radius: 6px;
}
.youtube .play-button:before {
  content: "";
  border-style: solid;
  border-width: 15px 0 15px 26px;
  border-color: transparent transparent transparent #fff;
}
.youtube img,
.youtube .play-button {
  cursor: pointer;
}
.youtube img,
.youtube iframe,
.youtube .play-button,
.youtube .play-button:before {
  position: absolute;
}
.youtube .play-button,
.youtube .play-button:before {
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.youtube iframe {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.youtube > p {
  display: none;
}

.wrapper > p {
  display: none;
}

/*Posts events typography*/

.richtext > .container > h4 {
  line-height: 1.4;
  margin-bottom: 0.5em;
}

@media (min-width: 767px) {
  h5,
  .title-xxl {
    font-size: 1.2rem;
  }
}
@media (min-width: 768px) and (max-width: 1368px) {
  body #gd-pb .info-block__name {
    font-size: 14px !important;
  }

  body #gd-pb .info-block__info {
    font-size: 12px !important;
  }
}

/* hover mobile facts */
@media (max-width: 768px) {
  .gd-section--bullet-points .bullet-points__item:hover {
    background: none;
  }
}

/* display cta in mobile */
@media (max-width: 766px) {
  .is-landing-page header .header__buttons {
    display: block;
  }
}

/* back to top under mobile menu */

#back-to-top {
  z-index: 95;
}

/* post testimonial */
.post-testimonial-img-container {
  border-radius: 0;
  overflow: hidden;
  width: 200px;
  height: 200px;
  margin-right: -18px;
  box-shadow: 0 0px 9px rgba(0, 0, 0, 0.2);
  z-index: 4;
}

.post-testimonial-img-container-right {
  margin-left: -18px;
  margin-right: 0;
}

.post-testimonial-row-left,
.post-testimonial-row-right {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}

.post-testimonial-text {
  font-weight: 400 !important;
  font-size: 1rem;
  background-color: #eaeaea;
  font-style: normal;
  padding: 40px;
  max-width: 80%;
  margin: 25px 0;
}

.post-testimonial-img-container > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 766px) {
  .post-testimonial-img-container {
    border-radius: 0;
    overflow: hidden;
    width: 70%;
    height: auto;
    margin-right: 0;
    box-shadow: none;
    z-index: 4;
    margin-bottom: -31.5px;
  }

  .post-testimonial-row-left {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .post-testimonial-row-right {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column-reverse;
  }
}

/* buttons footer */
.footer__btn {
  min-width: 187px !important;
}

/* mobile swiper logo center aligned */
.swiper-wrapper {
  align-items: center;
}

/* Quality Assurance image */
.quality-img {
  max-width: 60%;
  margin: 0 auto;
}

@media (max-width: 766px) {
  .quality-img {
    max-width: 100% !important;
  }
}
/* Post padding from top */
@media (min-width: 1025px) {
  .post__page {
    padding: 290px 0;
  }
  .post__image > img {
    object-position: top;
  }
}

/*realted posts height*/
.related-posts-wrapper .related-posts .related-item .related-item-content {
  min-height: 180px;
}

/*form width desktop*/
@media (min-width: 1025px) {
  .sf-form-wrapper .form-wrapper {
    min-width: 40%;
  }
}

/*partnerships list*/

.partner-list {
  font-size: 1rem;
  text-decoration: none;
  font-weight: 600;
  color: #2045a1;
}

.partner-list:hover {
  font-size: 1rem;
  text-decoration: none;
  font-weight: 600;
  color: #101f44;
  cursor: pointer !important;
}

#partners > li {
  padding-top: 12px;
  display: flex;
  column-gap: 10px;
  align-items: center;
}

@media (max-width: 768px) {
  #partners {
    margin: 0 !important;
  }
}

@media (min-width: 767px) {
  .partner-list {
    font-size: 1.25rem;
  }
  .partner-list:hover {
    font-size: 1.25rem;
    cursor: pointer !important;
  }
}

/*testimonial fix transparent background*/
.post-testimonial-img-container > img {
  background: white;
}
