.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-linkedin-in:before {
  content: "\f0e1";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-youtube:before {
  content: "\f167";
}

.fab {
  font-family: Font Awesome\5 Brands;
}

@charset "UTF-8";

article,
figure,
header,
section {
  display: block;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

h1 {
  font-size: 2em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button,
input {
  line-height: normal;
}

button {
  -webkit-appearance: button;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

body,
figure {
  margin: 0;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
}

@font-face {
  font-family: Work Sans;
  src: url(fonts/WorkSans-Medium.ttf);
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Work Sans;
  src: url(fonts/WorkSans-Light.ttf);
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Work Sans;
  src: url(fonts/WorkSans-ExtraBold.ttf);
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

.alignfull {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  max-width: 100vw;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.visuallyhidden:not(:focus):not(:active) {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

button {
  background: none;
  border: none;
}

h1,
h2,
h3,
p,
ul {
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  height: unset !important;
}

figure[id^="attachment"] {
  max-width: 100% !important;
  width: auto !important;
}

.space-between {
  justify-content: space-between;
}

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

.grid,
.single .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 50px;
}

@media (max-width: 900px) {
  .grid,
  .single .grid {
    grid-gap: 20px;
  }
}

@media (max-width: 768px) {
  .grid,
  .single .grid {
    grid-gap: 30px;
  }
}

.uppercase {
  text-transform: uppercase;
}

.hide-desktop {
  display: none !important;
}

@media (max-width: 900px) {
  .hide-desktop {
    display: block !important;
  }
}

@media (max-width: 900px) {
  .hide-mobile {
    display: none !important;
  }
}

html {
  overflow-x: hidden;
}

body {
  position: relative;
  margin: 0;
  padding: 0;
}

body:after {
  content: "";
  background: transparent;
  position: absolute;
  top: -100%;
}

input[type="search"],
textarea {
  border-radius: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

.section-padding {
  padding-top: 55px;
  padding-bottom: 55px;
}

@media (max-width: 768px) {
  .section-padding {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}

.section-padding-bottom-small {
  padding-bottom: 30px;
}

.white {
  background: #fff;
  color: #6f6f6f;
}

.wrapper {
  max-width: 1260px;
  width: 90%;
  margin: 0 auto;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.thirds {
  display: flex;
  flex-wrap: wrap;
}

.thirds > * {
  width: 33.333333%;
}

@media (max-width: 900px) {
  .thirds > * {
    width: 50%;
  }
}

@media (max-width: 768px) {
  .thirds > * {
    width: 100%;
  }
}

html {
  font-family: Work Sans, sans-serif;
}

body {
  font-size: 1.04375rem;
  line-height: 1.75;
}

@media (max-width: 1010px) {
  body {
    font-size: calc(1.00219rem + 0.06584vw);
  }
}

h1 {
  font-size: 2.34375rem;
  font-weight: 700;
  line-height: 1.2;
}

@media (max-width: 1010px) {
  h1 {
    font-size: calc(1.06719rem + 2.02228vw);
  }
}

h2 {
  font-size: 1.90625rem;
  font-weight: 700;
}

@media (max-width: 1010px) {
  h2 {
    font-size: calc(1.04531rem + 1.36386vw);
  }
}

h3 {
  font-size: 1.59375rem;
  font-weight: 700;
}

@media (max-width: 1010px) {
  h3 {
    font-size: calc(1.02969rem + 0.89356vw);
  }
}

h1,
h2,
h3 {
  line-height: 1.2;
}

a {
  color: inherit;
  text-decoration: none;
}

.post-content a {
  color: #235e63;
  text-decoration: underline;
}

.post-content input {
  border-radius: 0;
}

.header {
  color: #fff;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}

.header ul {
  list-style: none;
}

.header .search-open {
  margin-right: 20px;
  display: inline-block;
  padding: 0;
  max-width: 25px;
}

@media (max-width: 900px) {
  .header .search-open {
    margin-right: 0;
  }
}

.header .search-open svg {
  width: 100%;
}

.header .search-form {
  position: absolute;
  top: 100%;
  width: 100%;
  background: #e5eff6;
  left: 0;
  padding: 50px 0;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.3);
  display: none;
  z-index: 500;
}

@media (max-width: 768px) {
  .header .search-form {
    padding: 30px 0;
  }
}

@media (max-width: 600px) {
  .header .search-form {
    padding: 15px 0 20px;
  }
}

.header .search-form input {
  width: 100%;
  font-size: 5rem;
  font-weight: 700;
  padding: 15px 0;
  border: none;
  border-bottom: 1px solid #000;
  color: #000;
  background: transparent;
  border-radius: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
}

@media (max-width: 1010px) {
  .header .search-form input {
    font-size: calc(1.2rem + 6.0198vw);
  }
}

.header .top-nav {
  background: #235e63;
  border-bottom: 1px solid #a6b3b4;
  z-index: 10;
  position: relative;
  max-height: 111px;
}

@media (max-width: 900px) {
  .header .top-nav {
    padding: 15px 0;
    border-bottom: none;
    z-index: 120;
  }
}

.header .top-nav .social-nav a {
  font-size: 25px;
  margin-right: 20px;
}

.header .top-nav .social-nav li:last-of-type a {
  margin-right: 0;
}

.header .top-nav .main-logo svg {
  max-width: 250px;
  max-height: 110px;
  width: 100%;
}

@media (max-width: 600px) {
  .header .top-nav .main-logo svg {
    max-width: 160px;
    max-height: 35px;
  }
}

.header .main-nav {
  background: #102f32;
  z-index: 1000;
}

.header .main-nav .menu > .menu-item-has-children > a:after {
  content: "\f078";
  line-height: 1;
  font-size: 0.625rem;
  margin-left: 5px;
  display: inline-block;
  font-weight: 700;
  font-family: Font Awesome\5 Free;
}

@media (max-width: 900px) {
  .header .main-nav .menu-item {
    border-top: 1px solid #fff;
    width: 100%;
    padding: 15px 35px;
    display: block;
  }
}

.header .main-nav .menu-item a {
  font-size: 0.90625rem;
}

@media (max-width: 900px) {
  .header .main-nav .menu-item:last-of-type {
    border-bottom: 1px solid #fff;
  }
}

@media (max-width: 900px) {
  .header .main-nav .newsletter-signup {
    border-top: none;
    width: 100%;
    max-width: 100%;
  }
}

.header .main-nav .wrapper {
  justify-content: space-between;
}

@media (max-width: 900px) {
  .header .main-nav .wrapper {
    width: 100%;
  }
}

@media (max-width: 900px) {
  .header .main-nav {
    display: none;
    width: 70%;
    left: 0;
    bottom: 0;
    top: 78px;
    position: fixed;
    overflow: hidden;
    height: 100%;
  }
}

@media (max-width: 600px) {
  .header .main-nav {
    width: 80%;
    top: 64px;
  }
}

@media (max-width: 900px) {
  .header .main-nav .wrapper {
    overflow: scroll;
    height: 100%;
  }
}

.header .main-nav .menu {
  margin: 0;
  padding: 0;
}

@media (max-width: 900px) {
  .header .main-nav .menu {
    flex-direction: column;
  }
}

.header .main-nav .social-nav {
  padding: 15px 35px;
}

.header .main-nav .social-nav li a {
  margin-right: 30px;
  font-size: 1.25rem;
}

@media (max-width: 1010px) {
  .header .main-nav .social-nav li a {
    font-size: calc(1.0125rem + 0.37624vw);
  }
}

.header .main-nav .social-nav li:last-of-type {
  margin-right: 0;
}

.header .newsletter-signup {
  display: inline-block;
  padding: 30px 20px;
  text-align: center;
  background: #102f32;
  max-width: 160px;
  text-decoration: underline;
  font-size: 0.90625rem;
}

.header .menu-item a {
  display: inline-block;
  padding: 10px 0;
}

@media (max-width: 900px) {
  .header .menu-item a {
    padding: 0;
  }
}

.header .menu-item-has-children {
  position: relative;
}

.header .sub-menu {
  background: #102f32;
  padding: 0 20px;
  display: none;
  left: -10px;
  top: 100%;
  margin: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

@media (max-width: 900px) {
  .header .sub-menu {
    width: 100%;
    text-align: left;
    display: none;
  }
}

.header .sub-menu .sub-menu {
  position: relative;
  padding-left: 30px;
}

@media (max-width: 900px) {
  .header .sub-menu .menu-item {
    padding: 10px 0;
    border: none;
    text-transform: capitalize;
  }
}

.header .sub-menu .menu-item:last-of-type {
  border: none;
}

.skiplink {
  position: absolute;
  top: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.menu-button {
  display: none;
  width: 45px;
  height: 27px;
  position: relative;
  transform: rotate(0deg);
}

@media (max-width: 900px) {
  .menu-button {
    display: block;
  }
}

@media (max-width: 600px) {
  .menu-button {
    width: 35px;
  }
}

.menu-button span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #fff;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
}

.menu-button span:first-child {
  top: 0;
}

.menu-button span:nth-child(2) {
  top: 12px;
}

.menu-button span:nth-child(3) {
  top: 24px;
}

.footer .popular-content .popular-content--item {
  width: calc(33.33% - 50px);
}

@media (max-width: 900px) {
  .footer .popular-content .popular-content--item {
    width: calc(33.33% - 30px);
  }
}

@media (max-width: 768px) {
  .footer .popular-content .popular-content--item {
    width: 100%;
    margin-top: 30px;
  }
}

.footer .popular-content h3 {
  font-size: 0.875rem;
}

.footer .popular-content h3 {
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
}

.footer .popular-content .popular-content--container {
  padding-top: 40px;
}

@media (max-width: 768px) {
  .footer .popular-content .popular-content--container {
    background: #235e63;
    padding-left: 2.5%;
    padding-right: 2.5%;
  }
}

.footer .popular-content li {
  padding: 20px 0;
  border-bottom: 1px solid #0f292b;
  list-style: none;
  line-height: 1.2;
  min-height: 79px;
}

.footer .popular-content li:last-of-type {
  border-bottom: none;
}

.footer .popular-content li a {
  font-size: 0.875rem;
}

.footer .menu-footer a {
  font-size: 0.78125rem;
  font-weight: 700;
}

.footer .menu-item-has-children > a {
  display: none;
}

.footer .copyright {
  font-size: 0.625rem;
  font-style: italic;
  line-height: 1.2;
}

@media (max-width: 768px) {
  .footer .copyright {
    color: #cdcece;
  }
}

@media (max-width: 768px) {
  .footer .footer-bottom .thirds > div {
    width: 50%;
  }
}

.accordion-content {
  display: none;
}

.post--item {
  position: relative;
}

.post--item:last-of-type {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .post--item {
    max-width: 100%;
    margin-right: 0;
    grid-column: 1/-1;
  }
}

.full-width-banner {
  grid-column: 1/-1;
}

.full-width-banner .ad-notice {
  background: #fff;
}

@media (max-width: 600px) {
  .full-width-banner .ad-notice {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 600px) {
  .full-width-banner .wrapper {
    width: 100%;
  }
}

.leaderboard-ad {
  background: #e5eff6;
  position: absolute;
  top: -90px;
  left: 0;
  width: 100%;
  padding: 25px 0;
  z-index: 1;
}

.leaderboard-ad .ad-unit {
  height: 90px;
}

@media (max-width: 900px) {
  .leaderboard-ad .ad-unit {
    height: 50px;
  }
}

@media (max-width: 900px) {
  .leaderboard-ad {
    top: -56px;
  }
}

.leaderboard-ad.sticky {
  position: unset;
  box-shadow: none;
  top: 0;
}

.leaderboard-ad.sortable-leaderboard-ad {
  position: unset;
}

.ad-card--rail,
.ad-card--rail--injected,
.post--item--ad-skyscraper {
  top: 30px;
}

.ad-card--rail {
  display: none;
  top: 30px;
}

.ad-notice {
  font-size: 0.6875rem;
  text-transform: uppercase;
  text-align: center;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.ad-notice:before {
  margin-right: 10px;
}

.ad-notice:after,
.ad-notice:before {
  content: "";
  background: #000;
  flex-grow: 1;
  height: 1px;
}

.ad-notice:after {
  margin-left: 10px;
}

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

.single:not(.post-template-page-tools-widgets) article .ad-unit {
  position: absolute;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
  max-width: 100%;
}

.post-skyscraper-ad.advertisement_right {
  grid-column: 3/-1;
}

body.single-post section.full-width-banner {
  background: #fafafa;
}

body.single-post section.full-width-banner:not(.ad--injected) .ad-unit {
  height: 250px;
}

@media (max-width: 979px) {
  section.full-width-banner.ad--injected . {
    height: 90px;
  }
}

@media (min-width: 980px) {
  section.full-width-banner.ad--injected .ad-unit {
    height: 90px;
  }
}

body.single-post .ad-notice {
  background: transparent;
}

.post-comments-area .comment-reply-title a {
  font-size: inherit;
}

.post-comments-area .comment-reply-title #cancel-comment-reply-link {
  font-size: 0.8125rem;
  color: #1a1a1a;
  display: block;
  margin-bottom: 20px;
}

.post-comments-area .comment-notes {
  display: none;
}

.post-comments-area textarea {
  border: none;
  min-height: 180px;
  background: #fafafa;
  padding: 10px;
}

.post-comments-area input,
.post-comments-area textarea {
  width: 100%;
  margin-bottom: 25px;
}

.post-comments-area input::-webkit-input-placeholder,
.post-comments-area textarea::-webkit-input-placeholder {
  color: #000;
}

.post-comments-area input::-moz-placeholder,
.post-comments-area textarea::-moz-placeholder {
  color: #000;
}

.post-comments-area input:-ms-input-placeholder,
.post-comments-area textarea:-ms-input-placeholder {
  color: #000;
}

.post-comments-area input::-ms-input-placeholder,
.post-comments-area textarea::-ms-input-placeholder {
  color: #000;
}

.post-comments-area input {
  border: none;
  border-bottom: 1px solid #000;
  padding: 10px 0;
}

.single section.wrapper:first-of-type .post-content > img:first-child {
  margin-top: -40px;
}

@media (max-width: 600px) {
  .single section.wrapper:first-of-type .post-content > img:first-child {
    margin-top: -25px;
  }
}

.single .post-content {
  position: relative;
  grid-column: 2/-1;
  max-width: 100%;
}

.single .post-content.advertisement_right {
  grid-column: 1/3;
  order: -1;
}

@media (max-width: 900px) {
  .single .post-content.advertisement_right {
    grid-column: 1/-1;
  }
}

.single .post-content a {
  text-decoration: underline;
  color: #235e63;
}

@media (max-width: 900px) {
  .single .post-content {
    grid-column: 1/-1;
  }
}

.single .post-content h1,
.single .post-content h2 {
  margin: 0.5em 0;
}

.single .post-meta a,
.single .post-meta p {
  font-size: 0.6875rem;
}

.single .post-meta a {
  font-weight: 700;
  text-decoration: none;
  color: #000;
}

.single .post-meta.author {
  margin-top: 30px;
}

@media (max-width: 768px) {
  .single .post-meta.author {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

.single .post-categories {
  font-size: 0.6875rem;
  max-width: 50%;
}

@media (max-width: 768px) {
  .single .post-categories {
    max-width: 100%;
    margin-bottom: 15px;
  }
}

@media (max-width: 600px) {
  .single .post-categories a {
    font-size: 0.75rem;
    color: #000;
  }
}

.single .post-categories a {
  font-size: 0.9375rem;
  color: #000;
}

.single p {
  margin-bottom: 30px;
}

.single p:last-of-type {
  margin-bottom: 0;
}

.single p.image-caption {
  margin-top: -25px;
  margin-bottom: 20px;
  opacity: 0.6;
  font-size: 0.875rem;
}

.single .article--header {
  background: #91c1c5;
}

.single.post-template-default .post-content .subheading p {
  margin-bottom: 0;
  font-weight: 600;
}

:root {
  --wp-admin-theme-color: #007cba;
  --wp-admin-theme-color-darker-10: #006ba1;
  --wp-admin-theme-color-darker-20: #005a87;
}

.ms-experiment-segment.hide-block {
  display: none;
  opacity: 0;
}

.ms-experiment-segment.is-displayed {
  display: block;
  opacity: 1;
  transition: opacity 0.2s ease-in;
}
.ms-accordion-container {
  margin: 1.375rem 0;
}

.ms-accordion-container.high-intent {
  max-width: 774px;
}

.ms-accordion-container__wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
  min-height: 300px;
}
.ms-accordion {
  background-color: transparent;
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  position: relative;
}

.ms-accordion .accordion-title {
  font-size: 1.125rem;
  font-weight: unset;
  line-height: 1.625rem;
  margin: 1.5rem 1rem 1.5rem 0.75rem;
  transition: transform 0.5s ease 0s, color 0.3s ease 0s;
}

.ms-accordion .accordion-title:hover {
  opacity: 0.7;
}

.ms-accordion .content {
  box-sizing: border-box;
  font-size: 16px;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  width: 100%;
}

.ms-accordion .accordion-checkbox:checked ~ .content {
  max-height: 100%;
}

.ms-accordion .inner {
  margin: 16px;
}

.ms-accordion .accordion-title {
  color: #000;
  cursor: pointer;
  display: block;
  margin: 0;
  padding: 20px;
  position: relative;
  width: 100%;
}

.ms-accordion .accordion-title i {
  display: inline-block;
  height: 20px;
  position: absolute;
  right: 20px;
  top: 30px;
  width: 20px;
}

.ms-accordion .accordion-title i:after,
.ms-accordion .accordion-title i:before {
  background-color: #000;
  content: "";
  height: 3px;
  position: absolute;
  transition: transform 0.25s ease;
  width: 16px;
}

.ms-accordion .accordion-title i:before {
  transform: rotate(-90deg);
  transition: all 0.5s ease-in-out;
}

.ms-accordion .accordion-checkbox:checked + label i:before,
.ms-accordion .accordion-title i:after {
  transform: rotate(0deg);
  transition: all 0.5s ease-in-out;
}

.ms-accordion .accordion-checkbox:checked + label i:after {
  opacity: 0;
  transform: rotate(0deg);
  transition: all 0.5s ease-in-out;
}

.ms-accordion .divider {
  background-color: #c0ced3;
  border: none;
  height: 1px;
  margin: 0 auto;
  width: 100%;
}

@media screen and (max-width: 1100px) {
  .ms-accordion .accordion-title i {
    padding-left: 20px;
  }
}
.ms-faq-accordion-container {
  margin: 1.375rem 0;
}
.ms-accordion {
  background-color: transparent;
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  position: relative;
}

.ms-accordion .accordion-title {
  font-size: 1.125rem;
  font-weight: unset;
  line-height: 1.625rem;
  margin: 1.5rem 1rem 1.5rem 0.75rem;
  transition: transform 0.5s ease 0s, color 0.3s ease 0s;
}

.ms-accordion .accordion-title:hover {
  opacity: 0.7;
}

.ms-accordion .content {
  box-sizing: border-box;
  font-size: 16px;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  width: 100%;
}

.ms-accordion .accordion-checkbox:checked ~ .content {
  max-height: 100%;
}

.ms-accordion .inner {
  margin: 16px;
}

.ms-accordion .accordion-title {
  color: #000;
  cursor: pointer;
  display: block;
  margin: 0;
  padding: 20px;
  position: relative;
  width: 100%;
}

.ms-accordion .accordion-title i {
  display: inline-block;
  height: 20px;
  position: absolute;
  right: 20px;
  top: 30px;
  width: 20px;
}

.ms-accordion .accordion-title i:after,
.ms-accordion .accordion-title i:before {
  background-color: #000;
  content: "";
  height: 3px;
  position: absolute;
  transition: transform 0.25s ease;
  width: 16px;
}

.ms-accordion .accordion-title i:before {
  transform: rotate(-90deg);
  transition: all 0.5s ease-in-out;
}

.ms-accordion .accordion-checkbox:checked + label i:before,
.ms-accordion .accordion-title i:after {
  transform: rotate(0deg);
  transition: all 0.5s ease-in-out;
}

.ms-accordion .accordion-checkbox:checked + label i:after {
  opacity: 0;
  transform: rotate(0deg);
  transition: all 0.5s ease-in-out;
}

.ms-accordion .divider {
  background-color: #c0ced3;
  border: none;
  height: 1px;
  margin: 0 auto;
  width: 100%;
}

@media screen and (max-width: 1100px) {
  .ms-accordion .accordion-title i {
    padding-left: 20px;
  }
}
.ms-summary-block {
  border-style: solid;
  border-width: 2px 1px 1px;
  margin: 20px auto;
  min-height: 130px;
}

.ms-summary-block .ms-summary-container {
  margin: 20px;
  overflow-wrap: break-word;
}

.ms-home-hero-block {
  display: flex;
  flex-direction: row;
  height: 519px;
  justify-content: space-around;
  position: relative;
}

.ms-home-hero-block__category-tag {
  text-transform: uppercase;
}

.ms-home-hero-block__content {
  min-width: 280px;
  padding: 5.5rem 3rem 5.5rem 2rem;
  width: 45%;
}

.ms-home-hero-block__image {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 55%;
}
.ms-home-trending-stories-block {
  height: 100%;
  width: 100%;
}

.ms-home-trending-stories-block__slot {
  border-bottom: 1px solid #66797a;
  min-height: 123px;
  padding: 1.25rem 0;
}
.ms-home-category-block__header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-bottom: 1.25rem;
}

.ms-home-category-block__header .flex-box {
  align-items: center;
  display: inline-flex;
  vertical-align: middle;
}

.ms-home-category-block__header .flex-box a {
  display: inline-flex;
}

.ms-home-category-block__header .flex-box.titleSection:before {
  background: #2d868d;
  content: "";
  display: inline-block;
  height: 24px;
  margin-right: 0.5rem;
  width: 24px;
}

.ms-home-category-block__border {
  border-bottom: 2px solid #000;
  border-top: 5px solid #000;
  height: 0.625rem;
  margin-bottom: 1.25rem;
}
.ms-home-one-article-feature-block {
  position: relative;
}

.ms-home-one-article-feature-block__image {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 496px;
}

.ms-home-one-article-feature-block__category-tag {
  color: #1a202c;
  margin: 1rem 0 0.25rem;
}

.ms-home-one-article-feature-block__excerpt {
  color: #1a202c;
}

.ms-home-one-article-feature-block__sponsor img {
  margin-left: 0.25rem;
}
.ms-home-two-article-feature-block__image {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 180px;
}

.ms-home-two-article-feature-block__category-tag {
  color: #404041;
  margin-top: 0.5rem;
}

.ms-home-two-article-feature-block__post {
  margin-bottom: 1.25rem;
}

.ms-home-two-article-feature-block__title {
  color: #1a202c;
  margin-bottom: 0.5rem;
}

.ms-home-two-article-feature-block__sponsor img {
  margin-left: 0.25rem;
  vertical-align: middle;
}
.ms-home-four-article-feature-block__image {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-size: contain;
  height: 113px;
  min-width: 113px;
  width: 35%;
}

.ms-home-four-article-feature-block__post {
  display: flex;
  flex-direction: row;
  gap: 1.25rem;
  margin-bottom: 1.25rem;
  padding-bottom: 1rem;
}

.ms-home-four-article-feature-block__sponsor {
  color: #000;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

.ms-home-four-article-feature-block__sponsor--name {
  font-weight: 600;
}
.ms-resource-ranking-block__header {
  padding: 1.25rem 0;
  text-align: left;
}

.ms-resource-ranking-block__tabs menu {
  display: flex;
  margin: 0;
  padding: 0;
}

.ms-resource-ranking-block__tab {
  cursor: pointer;
  padding: 1rem;
  position: relative;
}

.ms-resource-ranking-block__tab-content {
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  padding: 1rem 0;
}

.ms-resource-ranking-block__card {
  align-items: stretch;
  border-radius: 2px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  max-width: 323px;
  min-height: 100%;
  min-width: 260px;
  position: relative;
  text-align: center;
}

.ms-resource-ranking-block__image {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 180px;
}

.ms-resource-ranking-block__category-tag {
  margin-bottom: 0.25rem;
  text-align: left;
}

.ms-resource-ranking-block__content {
  min-height: 124px;
  padding: 0.5rem 1rem;
  text-align: left;
}

.ms-resource-ranking-block__sponsor img {
  margin-left: 0.25rem;
  vertical-align: middle;
}

.ms-resource-ranking-block__footer {
  padding: 1rem 0;
}

.ms-resource-ranking-block__footer .flex-box {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  padding: 1.5rem 0;
}

.ms-resource-ranking-block__footer .flex-box a {
  text-align: end;
}

.ms-resource-ranking-block__footer .flex-box span {
  vertical-align: top;
}

.is-visible {
  display: block;
}

.is-hidden {
  display: none;
}
.ms-resource-ranking-container {
  padding: 3rem 0 0;
}
.ms-large-article-block {
  align-items: flex-end;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: row;
  gap: 20px;
  justify-content: center;
  padding-bottom: 64px;
}

.ms-large-article-block__blue-box {
  align-items: flex-start;
  background-color: rgba(21, 52, 123, 0.8);
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-end;
  min-height: 448px;
  padding: 24px;
  width: 432px;
}

.ms-large-article-block__container {
  word-wrap: break-word;
}

.ms-large-article-block__subTitle {
  text-align: left;
}

.ms-large-article-block__subText {
  color: #1a202c;
  text-align: left;
}

.ms-large-article-block__mainTitle,
.ms-large-article-block__subMainTitle {
  word-wrap: break-word;
  text-align: left;
}

.ms-large-article-block__white-box {
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 48px;
  min-height: 298px;
  padding: 32px;
  width: 471px;
}

.ms-large-article-block a {
  text-align: left;
}
.ms-featured-product-carousel-block {
  margin: 0 auto;
}

.ms-featured-product-carousel-block__header .title-section {
  align-items: center;
  color: #000;
  display: inline-flex;
  vertical-align: middle;
}

.ms-featured-product-carousel-block__border {
  border-bottom: 2px solid #000;
  border-top: 5px solid #000;
  height: 10px;
  margin-bottom: 0.75rem;
}

.ms-featured-product-carousel-block__content {
  -ms-grid-row-align: stretch;
  align-items: stretch;
  align-self: stretch;
  display: flex;
  gap: 0.625rem;
  justify-content: space-around;
  min-height: 350px;
  padding: 0.75rem 0;
  width: 100%;
}

.ms-featured-product-carousel-block__product {
  align-items: stretch;
  background: #fff;
  border: 1px solid #e5eff1;
  border-radius: 2px;
  box-shadow: 0 2px 18px 0 #c6d0d3;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  max-width: 323px;
  min-height: 100%;
  position: relative;
  text-align: center;
}

.ms-featured-product-carousel-block__type {
  color: #000;
  font-size: 0.625rem;
  font-style: normal;
  font-weight: 400;
  height: 22px;
  line-height: 0.875rem;
  padding: 0.25rem;
  width: 100%;
}

.ms-featured-product-carousel-block__name {
  color: #000;
  flex: 1;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25rem;
  margin: 1.5rem 0 0.625rem;
  width: 100%;
}

.ms-featured-product-carousel-block__logo {
  margin-bottom: 1.625rem;
}

.ms-featured-product-carousel-block__logo img {
  height: 78px;
}

.ms-featured-product-carousel-block__subContent {
  align-items: stretch;
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-around;
}

.ms-featured-product-carousel-block__subTitle {
  color: #000;
  flex: 1;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1rem;
  text-align: center;
}

.ms-featured-product-carousel-block__cta {
  height: 46px;
}

.ms-featured-product-carousel-block a {
  color: #fff;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.375rem;
  text-decoration: none;
}

.ms-featured-product-carousel-block .lightBlue {
  background: #b4cafe;
}
.ms-featured-product-carousel-container-block {
  margin: 0 auto 1rem;
  max-width: 1000px;
  min-height: 500px;
}
.ms-single-product-block {
  box-shadow: 0 2px 18px 0 #c6d0d3;
  margin: 1rem auto;
  min-height: 232px;
}

.ms-single-product-block__container {
  display: flex;
  flex-direction: row;
  gap: 2rem;
  justify-content: center;
  padding: 1.5rem;
  width: 100%;
}

.ms-single-product-block__content {
  width: 50%;
}

.ms-single-product-block__logo {
  display: flex;
  flex-direction: row;
  gap: 1.5rem;
  justify-content: center;
  margin-bottom: 1.5rem;
  max-height: 85px;
}

.ms-single-product-block__cta {
  border-radius: 2px;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.25rem;
  margin: 0.5rem 0;
  max-height: 55px;
  max-width: 311px;
  padding: 0.625rem 0.75rem;
  text-align: center;
}

.ms-single-product-block__detail {
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.ms-single-product-block__title {
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}

.ms-single-product-block__type {
  font-size: 0.625rem;
  font-style: normal;
  font-weight: 400;
  height: 22px;
  line-height: 0.875rem;
  padding: 0.25rem;
  text-align: center;
}

.ms-single-product-block__provider-copy {
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
}

.ms-single-product-block a {
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.375rem;
  text-decoration: none;
}

.ms-single-product-block .lightBlue {
  background: #b4cafe;
}

.ms-single-product-block .textAlignCenter {
  text-align: center;
}
.ms-mini-accordion-block .ms-accordion .accordion-title {
  line-height: 1.75;
  padding: 0;
}

.ms-mini-accordion-block .ms-accordion .accordion-title i {
  margin-left: 8px;
  right: unset;
  top: 15px;
}

.ms-mini-accordion-block .ms-accordion .accordion-title i:after,
.ms-mini-accordion-block .ms-accordion .accordion-title i:before {
  height: 1px;
  width: 11px;
}

.ms-mini-accordion-block .ms-accordion .accordion-title:hover {
  opacity: 1;
}

.ms-mini-accordion-block .ms-accordion .accordion-title.enableBulletList {
  display: list-item;
  margin: 0 0 0.375rem 1.25rem;
}

.ms-mini-accordion-block .ms-accordion .accordion-pre-bold-title {
  font-weight: 700;
}

.ms-mini-accordion-block .ms-accordion .content .inner {
  margin: 0;
}

.ms-mini-accordion-block .ms-accordion .content .inner li,
.ms-mini-accordion-block .ms-accordion .content .inner p {
  margin-bottom: 0.375rem;
}
.ms-credit-card-carousel-block__content {
  -ms-grid-row-align: stretch;
  align-items: stretch;
  align-self: stretch;
  display: flex;
  gap: 0.625rem;
  justify-content: center;
  min-height: 350px;
  padding: 0.75rem 0;
  width: 100%;
}

.ms-credit-card-carousel-block__content::-webkit-scrollbar {
  display: none;
}

.ms-credit-card-carousel-block__cta {
  border-radius: 2px;
  font-size: 1rem;
  font-weight: 500;
  gap: 0.625rem;
  line-height: 1.25rem;
  padding: 0.75rem 1.25rem;
  text-align: center;
}

.ms-credit-card-carousel-block__logo img {
  height: 137px !important;
}

.ms-credit-card-carousel-block__name {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.1rem;
  margin: 0;
  text-align: left;
  width: 100%;
}

.ms-credit-card-carousel-block__subContent {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.ms-credit-card-carousel-block__subContent a.cta-link {
  align-content: end;
  text-decoration: none;
}

.ms-credit-card-carousel-block__subTitle {
  color: #343436;
  flex-grow: 2;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1375rem;
  margin: 0.5rem 0 0.625rem;
  text-align: left;
}

.ms-credit-card-carousel-block__credit-card {
  align-items: stretch;
  border: 1px solid #e5eff1;
  border-radius: 2px;
  box-shadow: 0 2px 18px 0 #c6d0d3;
  display: flex;
  flex-direction: column;
  gap: 0;
  justify-content: space-between;
  max-width: 250px;
  position: relative;
  text-align: center;
}

.ms-credit-card-carousel-block__type {
  font-size: 0.625rem;
  font-style: normal;
  font-weight: 400;
  height: 22px;
  line-height: 0.875rem;
  margin-bottom: 1rem;
  padding: 0.25rem;
}

.ms-credit-card-carousel-block__offer {
  font-size: 0.75rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.125;
  margin-bottom: 0.875rem;
  text-align: left;
}

.ms-credit-card-carousel-block__offer span {
  color: #a72511;
}

.ms-credit-card-carousel-block__rates {
  display: flex;
  flex-direction: column;
  height: 172px;
  padding: 1.5rem 0.625rem;
}

.ms-credit-card-carousel-block__rates .ms-credit-card-rates-block__container {
  color: #343436;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.3125rem;
  text-align: left;
}

.ms-credit-card-carousel-block__rates .ms-credit-card-rates-block__title {
  font-weight: 700;
  margin: 0;
}

.ms-credit-card-carousel-block__rates
  .ms-credit-card-rates-block
  .iconQuestionMark__svg {
  fill: transparent;
  stroke-width: 2px;
  background-color: transparent;
  border-width: 0;
  cursor: pointer;
  font-family: inherit;
  height: 1.25rem;
  left: 85%;
  margin-left: 0.5rem;
  position: absolute;
  transition: fill 0.3s ease-out, stroke 0.3s ease-out;
  width: 1.25rem;
}

.ms-credit-card-carousel-block__rates
  .ms-credit-card-rates-block
  .tooltip__content {
  visibility: hidden;
}

.ms-credit-card-carousel-block__rates
  .ms-credit-card-rates-block
  .tooltip__content
  .content {
  border: 1px solid #e5eff1;
  border-radius: 4px;
  box-shadow: 0 2px 0 rgba(192, 206, 211, 0.2);
  font-size: 0.875rem;
  font-weight: 400;
  left: 24%;
  line-height: 20px;
  margin-left: -60px;
  overflow: scroll;
  padding: 1rem;
  position: absolute;
  text-align: left;
  top: 97.75%;
  transition: opacity 0.3s, visibility 0.3s;
  width: 239px;
  z-index: 1;
}

.ms-credit-card-carousel-block__rates
  .ms-credit-card-rates-block
  .tooltip__content:after {
  border-style: solid;
  border-width: 5px;
  content: "";
  left: 89%;
  margin-left: -5px;
  position: absolute;
  top: 94%;
}

.ms-credit-card-carousel-block__rates
  .ms-credit-card-rates-block
  .tooltip.active
  .iconQuestionMark__outline,
.ms-credit-card-carousel-block__rates
  .ms-credit-card-rates-block
  .tooltip:hover
  .iconQuestionMark__outline {
  fill: #00729e;
  stroke: #00729e;
  transition: fill 0.3s ease-out, stroke 0.3s ease-out;
}

.ms-credit-card-carousel-block__rates
  .ms-credit-card-rates-block
  .tooltip.active
  .iconQuestionMark__questionMark,
.ms-credit-card-carousel-block__rates
  .ms-credit-card-rates-block
  .tooltip:hover
  .iconQuestionMark__questionMark {
  transition: fill 0.3s ease-out, stroke 0.3s ease-out;
}

.ms-credit-card-carousel-block__rates
  .ms-credit-card-rates-block
  .tooltip.active
  .tooltip__content {
  visibility: visible;
}

.ms-credit-card-carousel-block a {
  flex: 1;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.375rem;
  text-decoration: none;
}
:root {
  --wp--preset--aspect-ratio--square: 1;
  --wp--preset--aspect-ratio--4-3: 4/3;
  --wp--preset--aspect-ratio--3-4: 3/4;
  --wp--preset--aspect-ratio--3-2: 3/2;
  --wp--preset--aspect-ratio--2-3: 2/3;
  --wp--preset--aspect-ratio--16-9: 16/9;
  --wp--preset--aspect-ratio--9-16: 9/16;
  --wp--preset--color--black: #000000;
  --wp--preset--color--cyan-bluish-gray: #abb8c3;
  --wp--preset--color--white: #ffffff;
  --wp--preset--color--pale-pink: #f78da7;
  --wp--preset--color--vivid-red: #cf2e2e;
  --wp--preset--color--luminous-vivid-orange: #ff6900;
  --wp--preset--color--luminous-vivid-amber: #fcb900;
  --wp--preset--color--light-green-cyan: #7bdcb5;
  --wp--preset--color--vivid-green-cyan: #00d084;
  --wp--preset--color--pale-cyan-blue: #8ed1fc;
  --wp--preset--color--vivid-cyan-blue: #0693e3;
  --wp--preset--color--vivid-purple: #9b51e0;
  --wp--preset--color--primary: #ffffff;
  --wp--preset--color--primary-light: #ffffff;
  --wp--preset--color--primary-lighter: #ffffff;
  --wp--preset--color--active-primary: #d3eae6;
  --wp--preset--color--primary-dark: #102f32;
  --wp--preset--color--green-grey: #3f5456;
  --wp--preset--color--shadow: #dfe5e7;
  --wp--preset--color--active-white: #f8f8f8;
  --wp--preset--color--cta-variant-1: #fff9f1;
  --wp--preset--color--cta-variant-2: #e6eff6;
  --wp--preset--color--cta-variant-button: #d14245;
  --wp--preset--color--ad-grey: #fafafa;
  --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(
    135deg,
    rgba(6, 147, 227, 1) 0%,
    rgb(155, 81, 224) 100%
  );
  --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(
    135deg,
    rgb(122, 220, 180) 0%,
    rgb(0, 208, 130) 100%
  );
  --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(
    135deg,
    rgba(252, 185, 0, 1) 0%,
    rgba(255, 105, 0, 1) 100%
  );
  --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(
    135deg,
    rgba(255, 105, 0, 1) 0%,
    rgb(207, 46, 46) 100%
  );
  --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(
    135deg,
    rgb(238, 238, 238) 0%,
    rgb(169, 184, 195) 100%
  );
  --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(
    135deg,
    rgb(74, 234, 220) 0%,
    rgb(151, 120, 209) 20%,
    rgb(207, 42, 186) 40%,
    rgb(238, 44, 130) 60%,
    rgb(251, 105, 98) 80%,
    rgb(254, 248, 76) 100%
  );
  --wp--preset--gradient--blush-light-purple: linear-gradient(
    135deg,
    rgb(255, 206, 236) 0%,
    rgb(152, 150, 240) 100%
  );
  --wp--preset--gradient--blush-bordeaux: linear-gradient(
    135deg,
    rgb(254, 205, 165) 0%,
    rgb(254, 45, 45) 50%,
    rgb(107, 0, 62) 100%
  );
  --wp--preset--gradient--luminous-dusk: linear-gradient(
    135deg,
    rgb(255, 203, 112) 0%,
    rgb(199, 81, 192) 50%,
    rgb(65, 88, 208) 100%
  );
  --wp--preset--gradient--pale-ocean: linear-gradient(
    135deg,
    rgb(255, 245, 203) 0%,
    rgb(182, 227, 212) 50%,
    rgb(51, 167, 181) 100%
  );
  --wp--preset--gradient--electric-grass: linear-gradient(
    135deg,
    rgb(202, 248, 128) 0%,
    rgb(113, 206, 126) 100%
  );
  --wp--preset--gradient--midnight: linear-gradient(
    135deg,
    rgb(2, 3, 129) 0%,
    rgb(40, 116, 252) 100%
  );
  --wp--preset--font-size--small: 13px;
  --wp--preset--font-size--medium: 20px;
  --wp--preset--font-size--large: 36px;
  --wp--preset--font-size--x-large: 42px;
  --wp--preset--font-size--heading-1-size: 37.5px;
  --wp--preset--font-size--heading-2-size: 30.5px;
  --wp--preset--font-size--heading-3-size: 25.5px;
  --wp--preset--font-size--heading-4-size: 23.5px;
  --wp--preset--font-size--heading-5-size: 20px;
  --wp--preset--font-size--body: 16.7px;
  --wp--preset--spacing--20: 0.44rem;
  --wp--preset--spacing--30: 0.67rem;
  --wp--preset--spacing--40: 1rem;
  --wp--preset--spacing--50: 1.5rem;
  --wp--preset--spacing--60: 2.25rem;
  --wp--preset--spacing--70: 3.38rem;
  --wp--preset--spacing--80: 5.06rem;
  --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
  --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
  --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
  --wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1),
    6px 6px rgba(0, 0, 0, 1);
  --wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);
}

:where(body) {
  margin: 0;
}

.wp-site-blocks > .alignleft {
  float: left;
  margin-right: 2em;
}

.wp-site-blocks > .alignright {
  float: right;
  margin-left: 2em;
}

.wp-site-blocks > .aligncenter {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

:where(.is-layout-flex) {
  gap: 0.5em;
}

:where(.is-layout-grid) {
  gap: 0.5em;
}

.is-layout-flow > .alignleft {
  float: left;
  margin-inline-start: 0;
  margin-inline-end: 2em;
}

.is-layout-flow > .alignright {
  float: right;
  margin-inline-start: 2em;
  margin-inline-end: 0;
}

.is-layout-flow > .aligncenter {
  margin-left: auto !important;
  margin-right: auto !important;
}

.is-layout-constrained > .alignleft {
  float: left;
  margin-inline-start: 0;
  margin-inline-end: 2em;
}

.is-layout-constrained > .alignright {
  float: right;
  margin-inline-start: 2em;
  margin-inline-end: 0;
}

.is-layout-constrained > .aligncenter {
  margin-left: auto !important;
  margin-right: auto !important;
}

.is-layout-constrained
  > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  margin-left: auto !important;
  margin-right: auto !important;
}

body .is-layout-flex {
  display: flex;
}

.is-layout-flex {
  flex-wrap: wrap;
  align-items: center;
}

.is-layout-flex > :is(*, div) {
  margin: 0;
}

body .is-layout-grid {
  display: grid;
}

.is-layout-grid > :is(*, div) {
  margin: 0;
}

body {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

a:where(:not(.wp-element-button)) {
  text-decoration: underline;
}

:root :where(.wp-element-button, .wp-block-button__link) {
  background-color: #32373c;
  border-width: 0;
  color: #fff;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  padding: calc(0.667em + 2px) calc(1.333em + 2px);
  text-decoration: none;
}

.has-black-color {
  color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-color {
  color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-color {
  color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-color {
  color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-color {
  color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-color {
  color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-color {
  color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-color {
  color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-color {
  color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-color {
  color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-color {
  color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-color {
  color: var(--wp--preset--color--vivid-purple) !important;
}

.has-primary-color {
  color: var(--wp--preset--color--primary) !important;
}

.has-primary-light-color {
  color: var(--wp--preset--color--primary-light) !important;
}

.has-primary-lighter-color {
  color: var(--wp--preset--color--primary-lighter) !important;
}

.has-active-primary-color {
  color: var(--wp--preset--color--active-primary) !important;
}

.has-primary-dark-color {
  color: var(--wp--preset--color--primary-dark) !important;
}

.has-green-grey-color {
  color: var(--wp--preset--color--green-grey) !important;
}

.has-shadow-color {
  color: var(--wp--preset--color--shadow) !important;
}

.has-active-white-color {
  color: var(--wp--preset--color--active-white) !important;
}

.has-cta-variant-1-color {
  color: var(--wp--preset--color--cta-variant-1) !important;
}

.has-cta-variant-2-color {
  color: var(--wp--preset--color--cta-variant-2) !important;
}

.has-cta-variant-button-color {
  color: var(--wp--preset--color--cta-variant-button) !important;
}

.has-ad-grey-color {
  color: var(--wp--preset--color--ad-grey) !important;
}

.has-black-background-color {
  background-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-background-color {
  background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-background-color {
  background-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-background-color {
  background-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-background-color {
  background-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-background-color {
  background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-background-color {
  background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-background-color {
  background-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-background-color {
  background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-background-color {
  background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-background-color {
  background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-background-color {
  background-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-primary-background-color {
  background-color: var(--wp--preset--color--primary) !important;
}

.has-primary-light-background-color {
  background-color: var(--wp--preset--color--primary-light) !important;
}

.has-primary-lighter-background-color {
  background-color: var(--wp--preset--color--primary-lighter) !important;
}

.has-active-primary-background-color {
  background-color: var(--wp--preset--color--active-primary) !important;
}

.has-primary-dark-background-color {
  background-color: var(--wp--preset--color--primary-dark) !important;
}

.has-green-grey-background-color {
  background-color: var(--wp--preset--color--green-grey) !important;
}

.has-shadow-background-color {
  background-color: var(--wp--preset--color--shadow) !important;
}

.has-active-white-background-color {
  background-color: var(--wp--preset--color--active-white) !important;
}

.has-cta-variant-1-background-color {
  background-color: var(--wp--preset--color--cta-variant-1) !important;
}

.has-cta-variant-2-background-color {
  background-color: var(--wp--preset--color--cta-variant-2) !important;
}

.has-cta-variant-button-background-color {
  background-color: var(--wp--preset--color--cta-variant-button) !important;
}

.has-ad-grey-background-color {
  background-color: var(--wp--preset--color--ad-grey) !important;
}

.has-black-border-color {
  border-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-border-color {
  border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-border-color {
  border-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-border-color {
  border-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-border-color {
  border-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-border-color {
  border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-border-color {
  border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-border-color {
  border-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-border-color {
  border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-border-color {
  border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-border-color {
  border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-border-color {
  border-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-primary-border-color {
  border-color: var(--wp--preset--color--primary) !important;
}

.has-primary-light-border-color {
  border-color: var(--wp--preset--color--primary-light) !important;
}

.has-primary-lighter-border-color {
  border-color: var(--wp--preset--color--primary-lighter) !important;
}

.has-active-primary-border-color {
  border-color: var(--wp--preset--color--active-primary) !important;
}

.has-primary-dark-border-color {
  border-color: var(--wp--preset--color--primary-dark) !important;
}

.has-green-grey-border-color {
  border-color: var(--wp--preset--color--green-grey) !important;
}

.has-shadow-border-color {
  border-color: var(--wp--preset--color--shadow) !important;
}

.has-active-white-border-color {
  border-color: var(--wp--preset--color--active-white) !important;
}

.has-cta-variant-1-border-color {
  border-color: var(--wp--preset--color--cta-variant-1) !important;
}

.has-cta-variant-2-border-color {
  border-color: var(--wp--preset--color--cta-variant-2) !important;
}

.has-cta-variant-button-border-color {
  border-color: var(--wp--preset--color--cta-variant-button) !important;
}

.has-ad-grey-border-color {
  border-color: var(--wp--preset--color--ad-grey) !important;
}

.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
  background: var(
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple
  ) !important;
}

.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
  background: var(
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan
  ) !important;
}

.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
  background: var(
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange
  ) !important;
}

.has-luminous-vivid-orange-to-vivid-red-gradient-background {
  background: var(
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red
  ) !important;
}

.has-very-light-gray-to-cyan-bluish-gray-gradient-background {
  background: var(
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray
  ) !important;
}

.has-cool-to-warm-spectrum-gradient-background {
  background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}

.has-blush-light-purple-gradient-background {
  background: var(--wp--preset--gradient--blush-light-purple) !important;
}

.has-blush-bordeaux-gradient-background {
  background: var(--wp--preset--gradient--blush-bordeaux) !important;
}

.has-luminous-dusk-gradient-background {
  background: var(--wp--preset--gradient--luminous-dusk) !important;
}

.has-pale-ocean-gradient-background {
  background: var(--wp--preset--gradient--pale-ocean) !important;
}

.has-electric-grass-gradient-background {
  background: var(--wp--preset--gradient--electric-grass) !important;
}

.has-midnight-gradient-background {
  background: var(--wp--preset--gradient--midnight) !important;
}

.has-small-font-size {
  font-size: var(--wp--preset--font-size--small) !important;
}

.has-medium-font-size {
  font-size: var(--wp--preset--font-size--medium) !important;
}

.has-large-font-size {
  font-size: var(--wp--preset--font-size--large) !important;
}

.has-x-large-font-size {
  font-size: var(--wp--preset--font-size--x-large) !important;
}

.has-heading-1-size-font-size {
  font-size: var(--wp--preset--font-size--heading-1-size) !important;
}

.has-heading-2-size-font-size {
  font-size: var(--wp--preset--font-size--heading-2-size) !important;
}

.has-heading-3-size-font-size {
  font-size: var(--wp--preset--font-size--heading-3-size) !important;
}

.has-heading-4-size-font-size {
  font-size: var(--wp--preset--font-size--heading-4-size) !important;
}

.has-heading-5-size-font-size {
  font-size: var(--wp--preset--font-size--heading-5-size) !important;
}

.has-body-font-size {
  font-size: var(--wp--preset--font-size--body) !important;
}

:where(.wp-block-post-template.is-layout-flex) {
  gap: 1.25em;
}

:where(.wp-block-post-template.is-layout-grid) {
  gap: 1.25em;
}

:where(.wp-block-columns.is-layout-flex) {
  gap: 2em;
}

:where(.wp-block-columns.is-layout-grid) {
  gap: 2em;
}

:root :where(.wp-block-pullquote) {
  font-size: 1.5em;
  line-height: 1.6;
}
.single-format-video .featured-image {
  display: block;
}

/* MS 25-year anniversary only */
.postid-310481 .overlay-image {
  display: none;
}

/* MON-503 */
.page .ms-single-product-block__detail p a,
.page .ms-single-product-block__detail ul a,
.single .ms-single-product-block__detail p a,
.single .ms-single-product-block__detail ul a {
  color: #224cad;
  text-decoration: underline;
}

.archive .post--item h3,
.category .post--item h3,
.tag .post--item h3,
.archive .post--item .excerpt,
.archive .post--item .post-categories {
  font-style: normal;
}

.moneysense-location-team .team .team-member {
  padding: 0 0.5rem;
}
:root {
  --fc-gap: 16px;
}
.featured-category--section .flickity-viewport {
  overflow-x: hidden !important;
  overflow-y: visible !important;
}

.featured-category--section #featured-category--slider .post--item {
  box-sizing: border-box;
  width: calc((100% - (var(--fc-gap) * 2)) / 3); /* 3 штуки с двумя зазорами */
  margin-right: var(--fc-gap);
  display: flex;
  flex-direction: column;
  transition: transform 0.25s ease, opacity 0.25s ease, box-shadow 0.25s ease;
  opacity: 0.7;
  transform: scale(0.97);
}
.featured-category--section #featured-category--slider .post--item:last-child {
  margin-right: 0;
}

.featured-category--section #featured-category--slider .post--item.is-selected {
  opacity: 1;
  transform: scale(1.02);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.12);
}
.featured-category--section .post--item .image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
.featured-category--section .post--item .content {
  padding-top: 8px;
}

.featured-category--section .flickity-button {
  z-index: 3;
}

@media (max-width: 1200px) {
  .featured-category--section #featured-category--slider .post--item {
    width: calc((100% - var(--fc-gap)) / 2);
  }
}

@media (max-width: 640px) {
  .featured-category--section #featured-category--slider .post--item {
    width: 85%; /* одна карточка, читаемо */
    margin-right: var(--fc-gap);
  }
  .featured-category--section .flickity-viewport {
    padding-bottom: 8px;
  }
}

@media (max-width: 380px) {
  .featured-category--section #featured-category--slider .post--item {
    width: 90%;
  }
}


.arbitrox-link {
  color: #e63946;     
  font-weight: bold;  
  text-decoration: none;
}

.arbitrox-link:hover {
  text-decoration: underline; /* при наведении подчёркивание */
  color: #d62828;            /* чуть темнее при ховере */
}
