@import url("https://fonts.googleapis.com/css2?family=Karla:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");
.card__cta-main {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
  color: #ffffff;
  background-color: #1a293b;
  border-radius: 50px;
  padding: 12px 20px;
  text-decoration: none;
  -moz-transition: background-color 0.3s ease, box-shadow 0.3s ease;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
.card__cta-main:hover {
  box-shadow: 0 8px 30px -4px transparent;
  background-color: #07073a;
}

.case-study-detail__summary h2, .gform_confirmation_message h2, .wysiwyg-paragraph h2, .core-paragraph-block h2,
.case-study-detail__summary h3,
.gform_confirmation_message h3,
.wysiwyg-paragraph h3,
.core-paragraph-block h3 {
  margin-top: 0;
  margin-bottom: 0;
}
.case-study-detail__summary h2, .gform_confirmation_message h2, .wysiwyg-paragraph h2, .core-paragraph-block h2 {
  font-size: 2.25rem;
  line-height: 1.2222222222;
  font-weight: 500;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .case-study-detail__summary h2, .gform_confirmation_message h2, .wysiwyg-paragraph h2, .core-paragraph-block h2 {
    font-size: 3rem;
    line-height: 1.25;
    font-weight: 500;
  }
}
.case-study-detail__summary h3, .gform_confirmation_message h3, .wysiwyg-paragraph h3, .core-paragraph-block h3 {
  font-size: 1.875rem;
  line-height: 1.2666666667;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .case-study-detail__summary h3, .gform_confirmation_message h3, .wysiwyg-paragraph h3, .core-paragraph-block h3 {
    font-size: 2.25rem;
    line-height: 1.2222222222;
    font-weight: 500;
  }
}
.case-study-detail__summary ol, .gform_confirmation_message ol, .wysiwyg-paragraph ol, .core-paragraph-block ol,
.case-study-detail__summary li,
.gform_confirmation_message li,
.wysiwyg-paragraph li,
.core-paragraph-block li,
.case-study-detail__summary p,
.gform_confirmation_message p,
.wysiwyg-paragraph p,
.core-paragraph-block p {
  font-size: 1.125rem;
  line-height: 1.5555555556;
  font-weight: 400;
}
@media screen and (min-width: 1024px) {
  .case-study-detail__summary ol, .gform_confirmation_message ol, .wysiwyg-paragraph ol, .core-paragraph-block ol,
.case-study-detail__summary li,
.gform_confirmation_message li,
.wysiwyg-paragraph li,
.core-paragraph-block li,
.case-study-detail__summary p,
.gform_confirmation_message p,
.wysiwyg-paragraph p,
.core-paragraph-block p {
    font-size: 1.25rem;
    line-height: 1.5;
    font-weight: 400;
  }
}
.case-study-detail__summary ol:first-of-type, .gform_confirmation_message ol:first-of-type, .wysiwyg-paragraph ol:first-of-type, .core-paragraph-block ol:first-of-type,
.case-study-detail__summary li:first-of-type,
.gform_confirmation_message li:first-of-type,
.wysiwyg-paragraph li:first-of-type,
.core-paragraph-block li:first-of-type,
.case-study-detail__summary p:first-of-type,
.gform_confirmation_message p:first-of-type,
.wysiwyg-paragraph p:first-of-type,
.core-paragraph-block p:first-of-type {
  margin-top: 0;
}
.case-study-detail__summary ol:last-of-type, .gform_confirmation_message ol:last-of-type, .wysiwyg-paragraph ol:last-of-type, .core-paragraph-block ol:last-of-type,
.case-study-detail__summary li:last-of-type,
.gform_confirmation_message li:last-of-type,
.wysiwyg-paragraph li:last-of-type,
.core-paragraph-block li:last-of-type,
.case-study-detail__summary p:last-of-type,
.gform_confirmation_message p:last-of-type,
.wysiwyg-paragraph p:last-of-type,
.core-paragraph-block p:last-of-type {
  margin-bottom: 0;
}
.case-study-detail__summary ol, .gform_confirmation_message ol, .wysiwyg-paragraph ol, .core-paragraph-block ol,
.case-study-detail__summary li,
.gform_confirmation_message li,
.wysiwyg-paragraph li,
.core-paragraph-block li {
  margin-left: 5px;
}
.case-study-detail__summary a, .gform_confirmation_message a, .wysiwyg-paragraph a, .core-paragraph-block a {
  color: #171f27;
  text-underline-offset: 6px;
}
.case-study-detail__summary a:hover, .gform_confirmation_message a:hover, .wysiwyg-paragraph a:hover, .core-paragraph-block a:hover, .case-study-detail__summary a:focus, .gform_confirmation_message a:focus, .wysiwyg-paragraph a:focus, .core-paragraph-block a:focus, .case-study-detail__summary a:active, .gform_confirmation_message a:active, .wysiwyg-paragraph a:active, .core-paragraph-block a:active {
  color: #0070c0;
}

html {
  height: 100%;
}

.otgs-development-site-front-end {
  display: none;
}

body {
  height: 100%;
  margin: 0;
  font-size: 16px;
  font-family: "Karla", sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body #wrapper.hfeed {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
body #wrapper.hfeed::before {
  content: "";
  display: none;
  width: 100%;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
  -webkit-flex: 0 0 94px;
  -moz-box-flex: 0;
  -ms-flex: 0 0 94px;
  flex: 0 0 94px;
}
@media screen and (max-width: 1023px) {
  body #wrapper.hfeed::before {
    display: block;
  }
}
body.sticky #container.header-hidden,
body #container.header-hidden {
  padding-top: 0;
}
@media screen and (min-width: 1024px) {
  body.sticky #container {
    padding-top: 79px;
  }
}
body a:focus:not(:focus-visible), body button:focus:not(:focus-visible) {
  outline: 0 !important;
}
body a.button-primary:focus, body .gform_confirmation_message span.primary-button a:focus, .gform_confirmation_message span.primary-button body a:focus,
body a.button-secondary:focus,
body button:focus {
  outline-offset: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0;
}

h2 {
  font-size: 2.25rem;
  line-height: 1.2222222222;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 3rem;
    line-height: 1.25;
    font-weight: 500;
  }
}

h3 {
  font-size: 1.875rem;
  line-height: 1.2666666667;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  h3 {
    font-size: 2.25rem;
    line-height: 1.2222222222;
    font-weight: 500;
  }
}

ul,
ol {
  padding-left: 21px;
  margin-left: 5px;
}

li {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

ul,
ol,
li,
p {
  font-size: 1.125rem;
  line-height: 1.5555555556;
  font-weight: 400;
}
@media screen and (min-width: 1024px) {
  ul,
ol,
li,
p {
    font-size: 1.25rem;
    line-height: 1.5;
    font-weight: 400;
  }
}
ul:first-of-type,
ol:first-of-type,
li:first-of-type,
p:first-of-type {
  margin-top: 0;
}
ul:last-of-type,
ol:last-of-type,
li:last-of-type,
p:last-of-type {
  margin-bottom: 0;
}
ul a,
ol a,
li a,
p a {
  color: #171f27;
  text-underline-offset: 6px;
}
ul a:not(.mega-menu-link)[target=_blank]::after,
ol a:not(.mega-menu-link)[target=_blank]::after,
li a:not(.mega-menu-link)[target=_blank]::after,
p a:not(.mega-menu-link)[target=_blank]::after {
  -webkit-mask-image: url("../../../../assets/images/external.svg");
  mask-image: url("../../../../assets/images/external.svg");
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-image: url("../images/external.svg");
  mask-image: url("../images/external.svg");
  mask-size: 100%;
  mask-repeat: no-repeat;
  content: "";
  display: block;
  margin-left: 11px;
  display: inline-block;
  width: 18px;
  height: 18px;
  background-color: currentColor;
  position: relative;
  top: 4px;
}
ul a:not(.mega-menu-link)[target=_blank]:hover::after, ul a:not(.mega-menu-link)[target=_blank]:focus::after,
ol a:not(.mega-menu-link)[target=_blank]:hover::after,
ol a:not(.mega-menu-link)[target=_blank]:focus::after,
li a:not(.mega-menu-link)[target=_blank]:hover::after,
li a:not(.mega-menu-link)[target=_blank]:focus::after,
p a:not(.mega-menu-link)[target=_blank]:hover::after,
p a:not(.mega-menu-link)[target=_blank]:focus::after {
  background-color: currentColor;
}
ul a:hover, ul a:focus, ul a:active,
ol a:hover,
ol a:focus,
ol a:active,
li a:hover,
li a:focus,
li a:active,
p a:hover,
p a:focus,
p a:active {
  color: #0070c0;
}

table a[target=_blank]::after {
  -webkit-mask-image: url("../../../../assets/images/external.svg");
  mask-image: url("../../../../assets/images/external.svg");
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-image: url("../images/external.svg");
  mask-image: url("../images/external.svg");
  mask-size: 100%;
  mask-repeat: no-repeat;
  content: "";
  display: block;
  margin-left: 11px;
  display: inline-block;
  width: 18px;
  height: 18px;
  background-color: currentColor;
  position: relative;
  top: 4px;
}
table a[target=_blank]:hover::after, table a[target=_blank]:focus::after {
  background-color: currentColor;
}

ol ol ol ol,
ol ol ol ol ol ol ol {
  list-style-type: decimal;
}

ol ol,
ol ol ol ol ol,
ol ol ol ol ol ol ol ol {
  list-style-type: lower-alpha;
}

ol ol ol,
ol ol ol ol ol ol,
ol ol ol ol ol ol ol ol ol {
  list-style-type: lower-roman;
}

ul ul ul ul,
ul ul ul ul ul ul ul {
  list-style-type: disc;
}

ul ul,
ul ul ul ul ul,
ul ul ul ul ul ul ul ul {
  list-style-type: circle;
}

ul ul ul,
ul ul ul ul ul ul,
ul ul ul ul ul ul ul ul ul {
  list-style-type: square;
}

.skip-to-content-link {
  background: #ffffff;
  height: 30px;
  left: 50%;
  padding: 8px;
  position: absolute;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  transform: translateY(-100%);
  transition: -webkit-transform 0.3s;
  -moz-transition: transform 0.3s, -moz-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s;
  color: #0070c0;
}

.skip-to-content-link:focus {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  transform: translateY(0%);
  outline: 2px solid #0070c0 !important;
}

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.button-primary, .gform_confirmation_message span.primary-button a {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px 20px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 50px;
  -moz-transition: background-color 0.3s ease, box-shadow 0.3s ease;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  border: 4px solid transparent;
}
.button-primary.light, .gform_confirmation_message span.primary-button a.light {
  background: #ffffff;
  color: #07073a;
}
.button-primary.light::after, .gform_confirmation_message span.primary-button a.light::after {
  background-color: #07073a;
}
.button-primary.light:hover, .gform_confirmation_message span.primary-button a.light:hover {
  background: #f2f0ec;
  box-shadow: 0 8px 30px -4px rgba(15, 21, 34, 0.3);
}
.button-primary.light:focus, .gform_confirmation_message span.primary-button a.light:focus {
  background: #f2f0ec;
  border-color: rgba(242, 240, 236, 0.8);
  outline: 2px solid #CCDAE6;
}
.button-primary.dark, .gform_confirmation_message span.primary-button a.dark {
  background-color: #1a293b;
  color: #f2f0ec;
  border: 0;
}
.button-primary.dark::after, .gform_confirmation_message span.primary-button a.dark::after {
  background-color: #f2f0ec;
}
.button-primary.dark:hover, .gform_confirmation_message span.primary-button a.dark:hover {
  background-color: #171f27;
  box-shadow: 0 8px 30px -4px rgba(15, 21, 34, 0.3);
}
.button-primary.dark:focus, .gform_confirmation_message span.primary-button a.dark:focus {
  background-color: #171f27;
  border-color: #5d6b98;
  outline: none;
}
.button-primary.dark-b, .gform_confirmation_message span.primary-button a {
  background-color: #222e72;
  color: #ffffff;
  outline: 2px solid transparent;
  border: 0;
}
.button-primary.dark-b::after, .gform_confirmation_message span.primary-button a::after {
  background-color: #ffffff;
}
.button-primary.dark-b:hover, .gform_confirmation_message span.primary-button a:hover {
  background-color: #07073a;
}
.button-primary.dark-b:hover::after, .gform_confirmation_message span.primary-button a:hover::after {
  background-color: #ffffff;
}
.button-primary.dark-b:focus, .gform_confirmation_message span.primary-button a:focus {
  color: #dcdfea;
  background-color: #07073a;
  outline-color: #CCDAE6;
}
.button-primary.light-b, .gform_confirmation_message span.primary-button a.light-b {
  color: #07073a;
  background: #ffffff;
  border: 0;
}
.button-primary.light-b::after, .gform_confirmation_message span.primary-button a.light-b::after {
  background-color: #07073a;
}
.button-primary.light-b:hover, .gform_confirmation_message span.primary-button a.light-b:hover, .button-primary.light-b:focus, .gform_confirmation_message span.primary-button a.light-b:focus {
  border: 0;
  background: #b9c0d4;
  box-shadow: 0 8px 30px -4px rgba(15, 21, 34, 0.3);
}
.button-primary.light-b:focus-visible, .gform_confirmation_message span.primary-button a.light-b:focus-visible, .button-primary.light-b:focus, .gform_confirmation_message span.primary-button a.light-b:focus {
  outline: 2px solid #CCDAE6;
}

.button-secondary {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px 20px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 50px;
  -moz-transition: background-color 0.3s ease, box-shadow 0.3s ease;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  color: #ffffff;
}
.button-secondary.light-b {
  border: 1px solid #ffffff;
  color: #ffffff;
  background: transparent;
}
.button-secondary.light-b::after {
  background-color: #ffffff;
}
.button-secondary.light-b:hover, .button-secondary.light-b:focus {
  background: rgba(243, 243, 243, 0.3);
}
.button-secondary.dark {
  border: 1px solid #07073a;
  color: #07073a;
}
.button-secondary.dark::after {
  background-color: #07073a;
}
.button-secondary.dark:hover {
  background-color: #ffffff;
  border-color: #5d6b98;
  color: #191c26;
}
.button-secondary.dark:hover::after {
  background-color: #191c26;
}
.button-secondary.dark:focus:not(:focus-visible) {
  border-color: #07073a;
}
.button-secondary.dark:focus {
  border-color: transparent;
  outline: 2px solid #CCDAE6;
  color: #303070;
  background-color: #ffffff;
}
.button-secondary.dark:focus::after {
  background-color: #303070;
}

.button-primary[target=_blank]::after, .gform_confirmation_message span.primary-button a[target=_blank]::after,
.button-secondary[target=_blank]::after {
  -webkit-mask-image: url("../../../../assets/images/external.svg");
  mask-image: url("../../../../assets/images/external.svg");
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  content: "";
  display: block;
  margin-left: 11px;
  display: inline-block;
  width: 18px;
  height: 18px;
}
.button-primary[download]::after, .gform_confirmation_message span.primary-button a[download]::after,
.button-secondary[download]::after {
  -webkit-mask-image: url("../../../../assets/images/download-icon.svg");
  mask-image: url("../../../../assets/images/download-icon.svg");
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  content: "";
  display: block;
  margin-left: 11px;
  display: inline-block;
  width: 18px;
  height: 18px;
}

ul[id^=menu-utility] #search {
  position: fixed;
  right: 0;
  top: 94px;
  width: 100%;
  padding: 0;
  padding-top: 22px;
  max-width: 574px;
  height: 100vh;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  -ms-grid-row-align: flex-start;
  align-items: flex-start;
  background-color: #fcfcfd;
  display: none;
  opacity: 0;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 1024px) {
  ul[id^=menu-utility] #search {
    position: absolute;
    top: -19px;
    right: 0;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 516px;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 44px;
    padding-right: 46px;
    max-height: 110px;
    padding-bottom: 40px;
    background: #fafafa;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
    border-radius: 0;
  }
}
ul[id^=menu-utility] #search.open {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 999;
}
ul[id^=menu-utility] #search.visible {
  opacity: 1;
}
ul[id^=menu-utility] #search .search-input-label {
  display: none;
}
ul[id^=menu-utility] #search .input-group {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  ul[id^=menu-utility] #search .input-group {
    padding: 0 16px;
    width: 100%;
    padding-left: 35px;
    padding-right: 61px;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    max-width: 100%;
  }
}
@media screen and (max-width: 475px) {
  ul[id^=menu-utility] #search .input-group {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (min-width: 1024px) {
  ul[id^=menu-utility] #search .input-group {
    width: 100%;
  }
}
ul[id^=menu-utility] #search div.input-group {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 475px) {
  ul[id^=menu-utility] #search div.input-group {
    padding-left: 0;
  }
}
ul[id^=menu-utility] #search input {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  background-image: url("../images/search-gray-300.svg");
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: 18px center;
  color: #5a5a5f;
  background-color: #ffffff;
  border: 1px solid #171f27;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 50px;
  padding: 12px 10px 12px 40px;
  margin-right: 7px;
}
ul[id^=menu-utility] #search input::-webkit-search-results-button, ul[id^=menu-utility] #search input::-webkit-search-results-decoration, ul[id^=menu-utility] #search input::-webkit-search-cancel-button, ul[id^=menu-utility] #search input::-webkit-search-decoration {
  display: none;
}
ul[id^=menu-utility] #search input::-webkit-input-placeholder {
  color: #5a5a5f;
}
ul[id^=menu-utility] #search input::-moz-placeholder {
  color: #5a5a5f;
}
ul[id^=menu-utility] #search input:-ms-input-placeholder {
  color: #5a5a5f;
}
ul[id^=menu-utility] #search input::placeholder {
  color: #5a5a5f;
}
@media screen and (max-width: 1023px) {
  ul[id^=menu-utility] #search input {
    margin-right: 10px;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
@media screen and (min-width: 1024px) {
  ul[id^=menu-utility] #search input {
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
ul[id^=menu-utility] #search .search-submit {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  background-color: #171f27;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border-radius: 28px;
  width: 48px;
  height: 48px;
  margin-right: 32px;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border: 0;
}
@media screen and (max-width: 1023px) {
  ul[id^=menu-utility] #search .search-submit {
    -webkit-flex: 0 0 48px;
    -moz-box-flex: 0;
    -ms-flex: 0 0 48px;
    flex: 0 0 48px;
    margin-right: 0;
  }
}
ul[id^=menu-utility] #search .search-submit:hover, ul[id^=menu-utility] #search .search-submit:focus {
  opacity: 0.8;
}
ul[id^=menu-utility] #search .search-submit::before {
  content: "";
  -webkit-mask-image: url("../images/search.svg");
  mask-image: url("../images/search.svg");
  -webkit-mask-size: 100%;
  mask-size: 100%;
  width: 18px;
  height: 18px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: #ffffff;
}
ul[id^=menu-utility] #search .search-close {
  background-image: url("../images/search-close.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  width: 21px;
  height: 21px;
  background-color: transparent;
  border: 0;
  padding: 0;
}
@media screen and (max-width: 1023px) {
  ul[id^=menu-utility] #search .search-close {
    display: none;
  }
}

.core-paragraph-block {
  padding: 0 16px;
  margin-top: 128px;
  margin-bottom: 64px;
}
@media screen and (min-width: 767px) and (max-width: 1023px) {
  .core-paragraph-block {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .core-paragraph-block {
    margin: 0 auto;
    max-width: 940px;
    margin-bottom: 64px;
    margin-top: 128px;
  }
}
@media screen and (min-width: 1920px) {
  .core-paragraph-block {
    margin: 0 auto;
    max-width: 1121px;
    margin-top: 128px;
    margin-bottom: 64px;
  }
}
.core-paragraph-block + .core-heading-block {
  margin-top: 64px;
}
.core-paragraph-block + .core-list-block, .core-paragraph-block + .core-paragraph-block {
  margin-top: -44px;
}
@media screen and (min-width: 767px) and (max-width: 1023px) {
  .core-paragraph-block + .core-list-block, .core-paragraph-block + .core-paragraph-block {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.core-paragraph-block + :not(.core-paragraph-block):not(.core-heading-block):not(.core-list-block):not(.image):not(.wp-block-media-text):not(.file-attachment-block) {
  margin-top: 128px;
}
.core-paragraph-block p a[target=_blank] {
  background-image: url("../images/external-black.svg");
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: right;
  padding-right: 26px;
}
.core-paragraph-block p a[target=_blank]::after {
  display: none;
}
.core-paragraph-block p a[target=_blank]:hover, .core-paragraph-block p a[target=_blank]:focus:focus-visible {
  background-image: url("../images/external-orange.svg");
}
.core-paragraph-block p img[class^=wp-image-] {
  height: auto;
}

.core-heading-block {
  color: #07073a;
  padding: 0 16px;
  margin-top: 122px;
  margin-bottom: 64px;
}
.core-heading-block a {
  color: #171f27;
  text-underline-offset: 6px;
}
.core-heading-block a:hover, .core-heading-block a:focus, .core-heading-block a:active {
  color: #0070c0;
}
.core-heading-block a[target=_blank] {
  background-image: url("../images/external-black.svg");
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: right;
  padding-right: 26px;
}
.core-heading-block a[target=_blank]::after {
  display: none;
}
.core-heading-block a[target=_blank]:hover, .core-heading-block a[target=_blank]:focus:focus-visible {
  background-image: url("../images/external-orange.svg");
  color: #0070c0;
}
@media screen and (min-width: 767px) and (max-width: 1023px) {
  .core-heading-block {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .core-heading-block {
    margin: 0 auto;
    max-width: 940px;
    margin-top: 128px;
    margin-bottom: 64px;
  }
}
@media screen and (min-width: 1920px) {
  .core-heading-block {
    margin: 0 auto;
    max-width: 1121px;
    margin-top: 128px;
    margin-bottom: 64px;
  }
}
.core-heading-block + .core-list-block, .core-heading-block + .core-heading-block, .core-heading-block + .wp-block-embed, .core-heading-block + .wp-block-table, .core-heading-block + .core-paragraph-block, .core-heading-block + .wp-block-media-text {
  margin-top: -44px;
}
.core-heading-block[data-heading-level="2"] + .core-list-block, .core-heading-block[data-heading-level="2"] + .core-heading-block, .core-heading-block[data-heading-level="2"] + .wp-block-embed, .core-heading-block[data-heading-level="2"] + .wp-block-table, .core-heading-block[data-heading-level="2"] + .core-paragraph-block, .core-heading-block[data-heading-level="2"] + .wp-block-media-text {
  margin-top: -48px;
}
.core-heading-block[data-heading-level="3"] + .core-list-block, .core-heading-block[data-heading-level="3"] + .core-heading-block, .core-heading-block[data-heading-level="3"] + .wp-block-embed, .core-heading-block[data-heading-level="3"] + .core-paragraph-block, .core-heading-block[data-heading-level="3"] + .wp-block-media-text {
  margin-top: -60px;
}
.core-heading-block[data-heading-level="4"] + .core-list-block, .core-heading-block[data-heading-level="4"] + .core-heading-block, .core-heading-block[data-heading-level="4"] + .wp-block-embed, .core-heading-block[data-heading-level="4"] + .core-paragraph-block, .core-heading-block[data-heading-level="4"] + .wp-block-media-text, .core-heading-block[data-heading-level="5"] + .core-list-block, .core-heading-block[data-heading-level="5"] + .core-heading-block, .core-heading-block[data-heading-level="5"] + .wp-block-embed, .core-heading-block[data-heading-level="5"] + .core-paragraph-block, .core-heading-block[data-heading-level="5"] + .wp-block-media-text, .core-heading-block[data-heading-level="6"] + .core-list-block, .core-heading-block[data-heading-level="6"] + .core-heading-block, .core-heading-block[data-heading-level="6"] + .wp-block-embed, .core-heading-block[data-heading-level="6"] + .core-paragraph-block, .core-heading-block[data-heading-level="6"] + .wp-block-media-text {
  margin-top: -62px;
}
.core-heading-block h1 {
  font-size: 3rem;
  line-height: 1.25;
  font-weight: 400;
  line-height: 1.125;
  margin-bottom: 29px;
}
@media screen and (min-width: 1024px) {
  .core-heading-block h1 {
    font-size: 4.5rem;
    line-height: 1.25;
    font-weight: 400;
    line-height: 1.1111111111;
  }
}
.core-heading-block h2 {
  font-size: 2.25rem;
  line-height: 1.2222222222;
  font-weight: 500;
  margin-bottom: 16px;
}
@media screen and (min-width: 1024px) {
  .core-heading-block h2 {
    font-size: 3rem;
    line-height: 1.25;
    font-weight: 500;
    line-height: 1.125;
    letter-spacing: -0.02em;
  }
}
.core-heading-block h3 {
  font-size: 1.875rem;
  line-height: 1.2666666667;
  font-weight: 500;
  margin-bottom: 14px;
}
@media screen and (min-width: 1024px) {
  .core-heading-block h3 {
    font-size: 2.25rem;
    line-height: 1.2222222222;
    font-weight: 500;
  }
}
.core-heading-block h4 {
  font-size: 1.5rem;
  line-height: 1.3333333333;
  font-weight: 500;
  margin-bottom: 12px;
}
@media screen and (min-width: 1024px) {
  .core-heading-block h4 {
    font-size: 1.875rem;
    line-height: 1.2666666667;
    font-weight: 500;
  }
}
.core-heading-block h5 {
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 600;
  margin-bottom: 12px;
}
@media screen and (min-width: 1024px) {
  .core-heading-block h5 {
    font-size: 1.5rem;
    line-height: 1.3333333333;
    font-weight: 500;
  }
}
.core-heading-block h6 {
  font-size: 1.125rem;
  line-height: 1.5555555556;
  font-weight: 600;
  margin-bottom: 12px;
}
@media screen and (min-width: 1024px) {
  .core-heading-block h6 {
    font-size: 1.25rem;
    line-height: 1.5;
    font-weight: 600;
  }
}
.core-heading-block + :not(.core-paragraph-block):not(.wp-block-media-text):not(.core-heading-block):not(.core-list-block):not(.wp-block-embed):not(.wp-block-media-text):not(.file-attachment-block):not(.wp-block-table) {
  margin-top: 128px;
}
.core-heading-block a[target=_blank]::after {
  -webkit-mask-image: url("../../../../assets/images/external.svg");
  mask-image: url("../../../../assets/images/external.svg");
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-image: url("../images/external.svg");
  mask-image: url("../images/external.svg");
  mask-size: 100%;
  mask-repeat: no-repeat;
  content: "";
  display: block;
  margin-left: 11px;
  display: inline-block;
  width: 18px;
  height: 18px;
  background-color: currentColor;
  position: relative;
  top: 4px;
}
.core-heading-block a[target=_blank]:hover::after, .core-heading-block a[target=_blank]:focus::after {
  background-color: currentColor;
}

.core-list-block {
  padding-left: 16px;
  padding-right: 16px;
  margin-top: 128px;
  margin-bottom: 64px;
}
.core-list-block + .core-heading-block {
  margin-top: 64px;
}
.core-list-block + .core-list-block, .core-list-block + .core-paragraph-block {
  margin-top: -44px;
}
@media screen and (min-width: 767px) and (max-width: 1023px) {
  .core-list-block {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .core-list-block {
    margin: 0 auto;
    max-width: 940px;
    padding: 0 16px;
    margin-top: 128px;
    margin-bottom: 64px;
  }
}
@media screen and (min-width: 1920px) {
  .core-list-block {
    margin: 0 auto;
    max-width: 1121px;
    padding: 0 16px;
    margin-top: 128px;
    margin-bottom: 64px;
  }
}
.core-list-block + :not(.core-paragraph-block):not(.wp-block-media-text):not(.core-heading-block):not(.core-list-block):not(.wp-block-media-text):not(.file-attachment-block) {
  margin-top: 128px;
}
.core-list-block li .core-list-block {
  margin-top: 0;
  margin-bottom: 0;
}

.wysiwyg-paragraph p {
  margin: 0;
}
.wysiwyg-paragraph p a[target=_blank]::after {
  -webkit-mask-image: url("../../../../assets/images/external.svg");
  mask-image: url("../../../../assets/images/external.svg");
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-image: url("../images/external.svg");
  mask-image: url("../images/external.svg");
  mask-size: 100%;
  mask-repeat: no-repeat;
  content: "";
  display: block;
  margin-left: 11px;
  display: inline-block;
  width: 18px;
  height: 18px;
  background-color: currentColor;
  position: relative;
  top: 4px;
}
.wysiwyg-paragraph p a[target=_blank]:hover::after, .wysiwyg-paragraph p a[target=_blank]:focus::after {
  background-color: currentColor;
}

.gform_wrapper.gravity-theme {
  padding-left: 16px;
  padding-right: 16px;
  max-width: 800px;
  margin: 64px auto 24px;
}
@media screen and (min-width: 767px) and (max-width: 1023px) {
  .gform_wrapper.gravity-theme {
    padding-left: 32px;
    padding-right: 32px;
    margin-top: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .gform_wrapper.gravity-theme {
    margin-top: 64px;
  }
}
.gform_wrapper.gravity-theme .gform_title {
  font-size: 3rem;
  line-height: 1.25;
  font-weight: 400;
  color: #101828;
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  .gform_wrapper.gravity-theme .gform_title {
    font-size: 4.5rem;
    line-height: 1.1111111111;
    font-weight: 400;
    margin-bottom: 24px;
  }
}
.gform_wrapper.gravity-theme .gform_description {
  font-size: 1.125rem;
  line-height: 1.5555555556;
  font-weight: 400;
  color: #5a5a5f;
  display: block;
  margin-bottom: 24px;
}
.gform_wrapper.gravity-theme .gform_description a {
  color: #5a5a5f;
}
.gform_wrapper.gravity-theme .gform_description a:hover, .gform_wrapper.gravity-theme .gform_description a:focus {
  color: #0070c0;
}
.gform_wrapper.gravity-theme form {
  margin-bottom: 64px;
}
.gform_wrapper.gravity-theme form .gform_fields {
  row-gap: 24px;
}
.gform_wrapper.gravity-theme form .gfield.gfield--width-half {
  -ms-grid-column: span 12;
  grid-column: span 12;
}
.gform_wrapper.gravity-theme form .ginput_container_multiselect .chosen-container .chosen-choices,
.gform_wrapper.gravity-theme form textarea,
.gform_wrapper.gravity-theme form select,
.gform_wrapper.gravity-theme form input[type=tel],
.gform_wrapper.gravity-theme form input[type=number],
.gform_wrapper.gravity-theme form input[type=email],
.gform_wrapper.gravity-theme form input[type=text],
.gform_wrapper.gravity-theme form input[type=url] {
  background: #ffffff;
  border: 1px solid #d0d5dd;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 8px;
  color: #667085;
  height: 48px;
  padding: 0 16px;
}
.gform_wrapper.gravity-theme form textarea {
  padding: 10px 14px;
}
.gform_wrapper.gravity-theme form select {
  background-image: url("../images/chevron-down-gray-dark.svg");
  background-size: 8px;
  background-repeat: no-repeat;
  background-position: -moz-calc(100% - 20px) center;
  background-position: calc(100% - 20px) center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.gform_wrapper.gravity-theme form input[type=submit] {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
  cursor: pointer;
  color: #ffffff;
  text-transform: uppercase;
  height: 48px;
  background: #222e72;
  border: 2px solid #222e72;
  border-radius: 50px;
  padding: 0 21px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media screen and (min-width: 1024px) {
  .gform_wrapper.gravity-theme form input[type=submit] {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.gform_wrapper.gravity-theme form input[type=submit]:hover {
  color: #dcdfea;
  border-color: #07073a;
  background-color: #07073a;
}
.gform_wrapper.gravity-theme form input[type=submit]:focus:focus-visible {
  border-color: #CCDAE6;
  background-color: #07073a;
  outline: none;
}
.gform_wrapper.gravity-theme form .ginput_complex label,
.gform_wrapper.gravity-theme form .gfield_label {
  font-size: 1.125rem;
  line-height: 1.5555555556;
  font-weight: 400;
  color: #171f27;
  margin-bottom: 6px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0;
}
.gform_wrapper.gravity-theme form .ginput_complex label .gfield_required,
.gform_wrapper.gravity-theme form .gfield_label .gfield_required {
  font-size: 0;
}
.gform_wrapper.gravity-theme form .ginput_complex label .gfield_required::before,
.gform_wrapper.gravity-theme form .gfield_label .gfield_required::before {
  font-size: 1.125rem;
  line-height: 1.5555555556;
  font-weight: 400;
  content: "*";
  display: block;
  color: #171f27;
}
.gform_wrapper.gravity-theme form .ginput_complex label .gfield_required .gfield_required,
.gform_wrapper.gravity-theme form .gfield_label .gfield_required .gfield_required {
  display: none;
}
.gform_wrapper.gravity-theme form .ginput_complex,
.gform_wrapper.gravity-theme form .ginput_container_name,
.gform_wrapper.gravity-theme form .ginput_container_address {
  display: -ms-grid;
  display: grid;
  row-gap: 24px;
  margin-left: 0;
  margin-right: 0;
}
.gform_wrapper.gravity-theme form .ginput_complex span.ui-selectmenu-button,
.gform_wrapper.gravity-theme form .ginput_container_name span.ui-selectmenu-button,
.gform_wrapper.gravity-theme form .ginput_container_address span.ui-selectmenu-button {
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-top: 8px;
  padding-bottom: 4px;
}
.gform_wrapper.gravity-theme form .ginput_complex span.ui-selectmenu-button span.ui-selectmenu-text,
.gform_wrapper.gravity-theme form .ginput_container_name span.ui-selectmenu-button span.ui-selectmenu-text,
.gform_wrapper.gravity-theme form .ginput_container_address span.ui-selectmenu-button span.ui-selectmenu-text {
  padding-left: 0 !important;
}
.gform_wrapper.gravity-theme form .ginput_complex span.ui-selectmenu-button .ui-icon,
.gform_wrapper.gravity-theme form .ginput_container_name span.ui-selectmenu-button .ui-icon,
.gform_wrapper.gravity-theme form .ginput_container_address span.ui-selectmenu-button .ui-icon {
  display: block;
  -webkit-flex: 0 0 8px;
  -moz-box-flex: 0;
  -ms-flex: 0 0 8px;
  flex: 0 0 8px;
  padding: 0;
  margin-right: 10px;
}
.gform_wrapper.gravity-theme form .ginput_complex .ginput_container,
.gform_wrapper.gravity-theme form .ginput_complex .ginput_full,
.gform_wrapper.gravity-theme form .ginput_complex .ginput_left,
.gform_wrapper.gravity-theme form .ginput_complex .ginput_right,
.gform_wrapper.gravity-theme form .ginput_container_name .ginput_container,
.gform_wrapper.gravity-theme form .ginput_container_name .ginput_full,
.gform_wrapper.gravity-theme form .ginput_container_name .ginput_left,
.gform_wrapper.gravity-theme form .ginput_container_name .ginput_right,
.gform_wrapper.gravity-theme form .ginput_container_address .ginput_container,
.gform_wrapper.gravity-theme form .ginput_container_address .ginput_full,
.gform_wrapper.gravity-theme form .ginput_container_address .ginput_left,
.gform_wrapper.gravity-theme form .ginput_container_address .ginput_right {
  padding: 0;
  margin: 0 !important;
  width: 100%;
  max-width: 100%;
}
.gform_wrapper.gravity-theme form .ginput_complex .gf_clear,
.gform_wrapper.gravity-theme form .ginput_container_name .gf_clear,
.gform_wrapper.gravity-theme form .ginput_container_address .gf_clear {
  display: none;
}
.gform_wrapper.gravity-theme form .ginput_complex span,
.gform_wrapper.gravity-theme form .ginput_container_name span,
.gform_wrapper.gravity-theme form .ginput_container_address span {
  margin-left: 0;
  margin-right: 0;
}
.gform_wrapper.gravity-theme form .hour_minute_colon {
  display: none;
}
.gform_wrapper.gravity-theme form .gform_footer {
  padding: 0;
  margin: 0;
  margin-top: 32px;
}
.gform_wrapper.gravity-theme form .gchoice:first-of-type {
  margin-top: 10px;
}
.gform_wrapper.gravity-theme form .gchoice input[type=checkbox] {
  cursor: pointer;
  color: #171f27;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #ffffff;
  border: 1px solid #d0d5dd;
  border-radius: 6px;
  width: 20px;
  height: 20px;
  margin-left: 0;
  margin-right: 12px;
}
.gform_wrapper.gravity-theme form .gchoice input[type=checkbox]:hover {
  border-color: #171f27;
  background-color: #eff1f5;
}
.gform_wrapper.gravity-theme form .gchoice input[type=checkbox]:focus {
  border-color: #b9c0d4;
  box-shadow: 0px 0px 0px 4px #e6e6e6;
}
.gform_wrapper.gravity-theme form .gchoice input[type=checkbox]:checked {
  border-color: #171f27;
}
.gform_wrapper.gravity-theme form .gchoice input[type=checkbox]:checked::before {
  content: "";
  background-image: url("../images/input-checkmark.svg");
  background-size: 12px;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  display: block;
  background-position: center;
}
.gform_wrapper.gravity-theme form .gchoice input[type=radio] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  background: #ffffff;
  border: 1px solid #d0d5dd;
  border-radius: 10px;
  margin-left: 0;
  margin-right: 12px;
}
.gform_wrapper.gravity-theme form .gchoice input[type=radio]:hover {
  background: #eff1f5;
  border-color: #171f27;
}
.gform_wrapper.gravity-theme form .gchoice input[type=radio]:focus {
  background: #ffffff;
  border-color: #b9c0d4;
}
.gform_wrapper.gravity-theme form .gchoice input[type=radio]:checked {
  border-color: #171f27;
}
.gform_wrapper.gravity-theme form .gchoice input[type=radio]:checked::before {
  content: "";
  height: 8px;
  width: 8px;
  display: block;
  background-color: #171f27;
  position: relative;
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  left: 50%;
}
.gform_wrapper.gravity-theme form .gchoice label {
  font-size: 1.125rem;
  line-height: 1.5555555556;
  font-weight: 400;
  cursor: pointer;
  color: #344054;
}
.gform_wrapper.gravity-theme form .iti__flag-container:hover, .gform_wrapper.gravity-theme form .iti__flag-container:focus {
  background-color: #ffffff;
}
.gform_wrapper.gravity-theme form .iti__flag-container:hover .iti__selected-flag, .gform_wrapper.gravity-theme form .iti__flag-container:focus .iti__selected-flag {
  background-color: #ffffff;
}
.gform_wrapper.gravity-theme form .iti__selected-flag {
  background-color: #ffffff;
  padding: 0;
  border-radius: 8px;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 16px;
}
.gform_wrapper.gravity-theme form .ui-selectmenu-button {
  border: 1px solid #d0d5dd;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 8px;
  color: #667085;
  width: 100%;
  height: 48px;
}
.gform_wrapper.gravity-theme .ginput_container_multiselect {
  cursor: pointer;
}
.gform_wrapper.gravity-theme .ginput_container_multiselect .chosen-container.chosen-with-drop .chosen-drop {
  background: #fcfcfd;
  box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.1), 0px 4px 6px -2px rgba(16, 24, 40, 0.05);
  border-radius: 8px;
  border: 0;
}
.gform_wrapper.gravity-theme .ginput_container_multiselect .chosen-container.chosen-container-multi .chosen-choices {
  cursor: pointer;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.gform_wrapper.gravity-theme .ginput_container_multiselect .chosen-container.chosen-container-multi .chosen-choices li.search-choice {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  background-color: transparent;
  background-image: unset;
  border: 0;
  padding: 0;
  color: #667085;
  padding-right: 18px;
  box-shadow: none;
}
.gform_wrapper.gravity-theme .ginput_container_multiselect .chosen-container.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  top: 7px;
}
.gform_wrapper.gravity-theme .ginput_container_multiselect .chosen-container .chosen-results li::after {
  content: "";
  background-image: url("../images/checkmark.svg");
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: center;
  display: none;
  width: 20px;
  height: 20px;
}
.gform_wrapper.gravity-theme .ginput_container_multiselect .chosen-container .chosen-results li.result-selected,
.gform_wrapper.gravity-theme .ginput_container_multiselect .chosen-container .chosen-results li.active-result {
  font-size: 0.875rem;
  line-height: 1.7142857143;
  font-weight: 400;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
  color: #667085;
  width: 100%;
  height: 44px;
  padding: 0 14px;
  background-color: #fcfcfd;
  border: 0;
  -moz-transition: color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease;
  display: flex;
  align-items: center;
}
.gform_wrapper.gravity-theme .ginput_container_multiselect .chosen-container .chosen-results li.result-selected:hover, .gform_wrapper.gravity-theme .ginput_container_multiselect .chosen-container .chosen-results li.result-selected:focus, .gform_wrapper.gravity-theme .ginput_container_multiselect .chosen-container .chosen-results li.result-selected.highlighted,
.gform_wrapper.gravity-theme .ginput_container_multiselect .chosen-container .chosen-results li.active-result:hover,
.gform_wrapper.gravity-theme .ginput_container_multiselect .chosen-container .chosen-results li.active-result:focus,
.gform_wrapper.gravity-theme .ginput_container_multiselect .chosen-container .chosen-results li.active-result.highlighted {
  color: #171f27;
  background-color: #fcfcfd;
  border: 0;
  font-weight: 400;
  margin: 0;
  background-image: unset;
}
.gform_wrapper.gravity-theme .ginput_container_multiselect .chosen-container .chosen-results li.result-selected {
  background-color: #eff1f5;
}
.gform_wrapper.gravity-theme .ginput_container_multiselect .chosen-container .chosen-results li.result-selected::after {
  display: inline-block;
}

.ui-selectmenu-button.ui-button {
  background: #ffffff;
  background-color: #ffffff;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-flow: row-reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 16px;
}
.ui-selectmenu-button.ui-button .ui-selectmenu-icon {
  -webkit-mask-image: url("../images/chevron-down.svg");
  mask-image: url("../images/chevron-down.svg");
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: #5a5a5f;
  background-image: none;
  width: 8px;
  height: 8px;
  transition: -webkit-transform 0.3s ease;
  -moz-transition: transform 0.3s ease, -moz-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -moz-transform 0.3s ease;
}
.ui-selectmenu-button.ui-button:hover, .ui-selectmenu-button.ui-button:focus {
  background-color: #ffffff;
  border: 0;
}
.ui-selectmenu-button.ui-button:hover .ui-selectmenu-icon, .ui-selectmenu-button.ui-button:focus .ui-selectmenu-icon {
  -webkit-mask-image: url("../images/chevron-down.svg");
  mask-image: url("../images/chevron-down.svg");
  background-image: none;
}
.ui-selectmenu-button.ui-button[aria-expanded=true] .ui-selectmenu-icon {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
  background-color: #0070c0;
}

.ui-selectmenu-menu .ui-menu {
  background: #fcfcfd;
  box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.1), 0px 4px 6px -2px rgba(16, 24, 40, 0.05);
  border-radius: 8px;
  border: 0;
}
.ui-selectmenu-menu .ui-menu.ui-widget.ui-widget-content {
  border: 0;
  max-height: 316px;
}
.ui-selectmenu-menu .ui-menu .ui-menu-item {
  width: 100%;
}

.ui-selectmenu-menu .ui-menu-item-wrapper {
  font-size: 0.875rem;
  line-height: 1.7142857143;
  font-weight: 400;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
  color: #667085;
  width: 100%;
  height: 44px;
  padding: 0 14px;
  background-color: #fcfcfd;
  border: 0;
  -moz-transition: color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease;
}
.ui-selectmenu-menu .ui-menu-item-wrapper.ui-state-active, .ui-selectmenu-menu .ui-menu-item-wrapper:hover, .ui-selectmenu-menu .ui-menu-item-wrapper:focus {
  color: #171f27;
  background-color: #fcfcfd;
  border: 0;
  font-weight: 400;
  margin: 0;
}
.ui-selectmenu-menu .ui-menu-item-wrapper.selected {
  background-color: #eff1f5;
}
.ui-selectmenu-menu .ui-menu-item-wrapper.selected::after {
  display: block;
}
.ui-selectmenu-menu .ui-menu-item-wrapper::after {
  content: "";
  background-image: url("../images/checkmark.svg");
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: center;
  display: none;
  width: 20px;
  height: 20px;
}

.gform_confirmation_wrapper {
  font-size: 3rem;
  line-height: 1.25;
  font-weight: 400;
  color: #171f27;
  padding-left: 16px;
  padding-right: 16px;
}
@media screen and (min-width: 767px) and (max-width: 1023px) {
  .gform_confirmation_wrapper {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .gform_confirmation_wrapper {
    margin: 0 auto;
    max-width: 940px;
    margin-bottom: 64px;
    margin-top: 64px;
  }
}
@media screen and (min-width: 1920px) {
  .gform_confirmation_wrapper {
    margin: 0 auto;
    max-width: 1121px;
    margin-top: 64px;
    margin-bottom: 64px;
  }
}

.gform_confirmation_message {
  font-size: 1.125rem;
  line-height: 1.5555555556;
  font-weight: 400;
}
@media screen and (min-width: 1024px) {
  .gform_confirmation_message {
    font-size: 1.25rem;
    line-height: 1.5;
    font-weight: 400;
  }
}
.gform_confirmation_message a {
  font-size: 1.125rem;
  line-height: 1.5555555556;
  font-weight: 400;
}
@media screen and (min-width: 1024px) {
  .gform_confirmation_message a {
    font-size: 1.25rem;
    line-height: 1.5;
    font-weight: 400;
  }
}
.gform_confirmation_message a[target=_blank]::after {
  -webkit-mask-image: url("../images/external.svg");
  mask-image: url("../images/external.svg");
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: currentColor;
  content: "";
  display: block;
  margin-left: 11px;
  display: inline-block;
  width: 18px;
  height: 18px;
  position: relative;
  top: 3px;
}
.gform_confirmation_message p a[target=_blank] {
  background-image: url("../images/external-black.svg");
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: right;
  padding-right: 26px;
}
.gform_confirmation_message p a[target=_blank]::after {
  display: none;
}
.gform_confirmation_message p a[target=_blank]:hover, .gform_confirmation_message p a[target=_blank]:focus:focus-visible {
  background-image: url("../images/external-orange.svg");
}
.gform_confirmation_message span.primary-button a[target=_blank]::after {
  -webkit-mask-image: url("../images/external.svg");
  mask-image: url("../images/external.svg");
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: currentColor;
  content: "";
  display: block;
  margin-left: 11px;
  display: inline-block;
  width: 18px;
  height: 18px;
  position: relative;
  top: 3px;
}
@media screen and (min-width: 640px) {
  .gform_confirmation_message span.primary-button a {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
  .gform_confirmation_message span.primary-button a {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}
.gform_confirmation_message span.primary-button a[target=_blank]::after {
  top: 0;
}

.grecaptcha-badge {
  visibility: hidden;
}

.wp-block-embed,
.wp-block-video {
  margin: 0 auto;
  max-width: 940px;
  margin-bottom: 14px;
  margin-top: 14px;
  padding-left: 16px;
  padding-right: 16px;
}
@media screen and (min-width: 767px) and (max-width: 1023px) {
  .wp-block-embed,
.wp-block-video {
    margin-bottom: 32px;
    margin-top: 32px;
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .wp-block-embed,
.wp-block-video {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 64px;
  }
}
@media screen and (min-width: 1920px) {
  .wp-block-embed,
.wp-block-video {
    margin: 0 auto;
    max-width: 1121px;
    margin-bottom: 64px;
    margin-top: 64px;
  }
}
.wp-block-embed + .core-paragraph-block,
.wp-block-video + .core-paragraph-block {
  margin-top: 14px;
}
@media screen and (min-width: 767px) and (max-width: 1023px) {
  .wp-block-embed + .core-paragraph-block,
.wp-block-video + .core-paragraph-block {
    margin-top: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .wp-block-embed + .core-paragraph-block,
.wp-block-video + .core-paragraph-block {
    margin-top: 64px;
  }
}
.wp-block-embed video,
.wp-block-video video {
  display: block;
  max-width: 100%;
  width: 100%;
}
.wp-block-embed figcaption,
.wp-block-video figcaption {
  color: #171f27;
  margin-top: 14px;
}
.wp-block-embed figcaption a,
.wp-block-video figcaption a {
  color: #171f27;
}
.wp-block-embed figcaption a:focus, .wp-block-embed figcaption a:hover,
.wp-block-video figcaption a:focus,
.wp-block-video figcaption a:hover {
  color: #0070c0;
}

.wp-block-embed__wrapper {
  position: relative;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.wp-block-embed__wrapper::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 1024px) {
  .interior-page-block-area .wp-block-table {
    margin: 0 auto;
    max-width: 940px;
    margin-top: 64px;
    margin-bottom: 64px;
  }
}
@media screen and (min-width: 1920px) {
  .interior-page-block-area .wp-block-table {
    margin: 0 auto;
    max-width: 1121px;
    margin-top: 64px;
    margin-bottom: 64px;
  }
}

.wp-block-table {
  margin: 0 auto;
  max-width: 1216px;
  padding: 0 16px;
  padding-top: 16px;
  overflow-x: auto;
  padding-bottom: 10px;
  -webkit-margin-before: 0;
  margin-block-start: 0;
  -webkit-margin-after: 0;
  margin-block-end: 0;
  -webkit-margin-start: 0;
  -moz-margin-start: 0;
  margin-inline-start: 0;
  -webkit-margin-end: 0;
  -moz-margin-end: 0;
  margin-inline-end: 0;
  margin: 14px auto 48px;
}
.wp-block-table + .core-heading-block, .wp-block-table + .core-list-block, .wp-block-table + .core-paragraph-block {
  margin-top: 0;
}
@media screen and (min-width: 767px) and (max-width: 1023px) {
  .wp-block-table {
    padding-left: 32px;
    margin-right: 32px;
    margin-top: 32px;
    margin-bottom: 32px;
    padding-bottom: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .wp-block-table {
    margin-top: 64px;
    margin-bottom: 64px;
  }
}
@media screen and (min-width: 1920px) {
  .wp-block-table {
    margin: 0 auto;
    max-width: 1630px;
    padding: 0 16px;
    margin-top: 64px;
    margin-bottom: 64px;
  }
}
.wp-block-table table {
  border-collapse: collapse;
  background: #ffffff;
  border: 1px solid #dcdfea;
  border-radius: 8px;
  box-shadow: 0px 4px 8px -2px rgba(16, 24, 40, 0.1), 0px 2px 4px -2px rgba(16, 24, 40, 0.06);
  border-spacing: 0;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  table-layout: auto;
  width: 100%;
}
.wp-block-table table tr:last-child td:first-child {
  border-bottom-left-radius: 8px;
}
.wp-block-table table tr:last-child td:last-child {
  border-bottom-right-radius: 8px;
}
.wp-block-table thead tr th {
  font-size: 0.75rem;
  line-height: 1.5;
  font-weight: 700;
  padding: 10px 12px;
  text-align: left;
  color: #07073a;
  min-width: 109px;
  word-break: break-word;
}
@media screen and (min-width: 1024px) {
  .wp-block-table thead tr th {
    padding: 13px 24px;
  }
}
.wp-block-table thead tr th a {
  color: #07073a;
}
.wp-block-table thead tr th a:focus, .wp-block-table thead tr th a:hover {
  color: #0070c0;
}
.wp-block-table thead tr th:first-child {
  min-width: 145px;
}
.wp-block-table tfoot tr:nth-child(odd),
.wp-block-table tbody tr:nth-child(odd) {
  background-color: #f9f9fb;
}
.wp-block-table tfoot td,
.wp-block-table tbody td {
  font-size: 0.875rem;
  line-height: 1.7142857143;
  font-weight: 400;
  color: #07073a;
  padding: 10px 12px;
  word-break: break-word;
}
@media screen and (min-width: 1024px) {
  .wp-block-table tfoot td,
.wp-block-table tbody td {
    padding: 13px 24px;
  }
}
.wp-block-table tfoot td a,
.wp-block-table tbody td a {
  color: #07073a;
}
.wp-block-table tfoot td a:focus, .wp-block-table tfoot td a:hover,
.wp-block-table tbody td a:focus,
.wp-block-table tbody td a:hover {
  color: #0070c0;
}
.wp-block-table tfoot tr td:first-child,
.wp-block-table tbody tr td:first-child {
  font-weight: 500;
}
.wp-block-table figcaption {
  color: #171f27;
  margin-top: 14px;
}

.card, .related-content__element {
  height: 100%;
}
.card__image, .related-content__element--image {
  margin-bottom: 20px;
}
.card img, .related-content__element img {
  display: block;
  width: 100%;
  height: 189px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (min-width: 767px) and (max-width: 1023px) {
  .card img, .related-content__element img {
    height: 320px;
  }
}
@media screen and (min-width: 1280px) {
  .card img, .related-content__element img {
    height: 245px;
  }
}
.card__link, .related-content__card-link {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #171f27;
  text-decoration: none;
  height: 100%;
  -moz-transition: background-color 0.3s ease, box-shadow 0.3s ease;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
.card__link:focus, .related-content__card-link:focus, .card__link:hover, .related-content__card-link:hover {
  background-color: #ffffff;
  box-shadow: 0 8px 40px rgba(29, 41, 57, 0.15);
}
.card__link:focus svg, .related-content__card-link:focus svg, .card__link:hover svg, .related-content__card-link:hover svg {
  -webkit-transform: scale3d(1.9, 1, 1);
  -moz-transform: scale3d(1.9, 1, 1);
  transform: scale3d(1.9, 1, 1);
}
.card__link:focus svg path, .related-content__card-link:focus svg path, .card__link:hover svg path, .related-content__card-link:hover svg path {
  fill: #0070c0;
}
.card__link:focus .card__cta, .card__link:focus .related-content__element__cta-text, .related-content__card-link:focus .card__cta, .related-content__card-link:focus .related-content__element__cta-text, .card__link:hover .card__cta, .card__link:hover .related-content__element__cta-text, .related-content__card-link:hover .card__cta, .related-content__card-link:hover .related-content__element__cta-text {
  color: #0070c0;
}
.card__title, .related-content__element__title {
  font-size: 1.5rem;
  line-height: 1.3333333333;
  font-weight: 500;
  margin-bottom: 12px;
  padding: 0 12px;
}
@media screen and (min-width: 767px) and (max-width: 1023px) {
  .card__title, .related-content__element__title {
    padding: 0 16px;
  }
}
.card__summary {
  margin-bottom: 49px;
  padding: 0 12px;
}
@media screen and (min-width: 767px) and (max-width: 1023px) {
  .card__summary {
    padding: 0 16px;
  }
}
.card__summary p {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.card__summary p:first-of-type {
  margin-top: 0;
}
.card__summary p:last-of-type {
  margin-bottom: 0;
}
.card__cta, .related-content__element__cta-text {
  font-size: 0.875rem;
  line-height: 1.7142857143;
  font-weight: 600;
  color: #171f27;
  text-decoration: none;
  margin-top: auto;
  padding: 0 12px 12px;
  text-transform: uppercase;
  -moz-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media screen and (min-width: 767px) and (max-width: 1023px) {
  .card__cta, .related-content__element__cta-text {
    padding: 0 16px 12px;
  }
}
.card__cta svg, .related-content__element__cta-text svg {
  margin-left: 8px;
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  transform-origin: left;
  transition: -webkit-transform 0.3s ease;
  -moz-transition: transform 0.3s ease, -moz-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -moz-transform 0.3s ease;
}
.card__cta-main {
  display: block;
  max-width: 100%;
  margin-left: 16px;
  margin-right: 16px;
  text-align: center;
}
@media screen and (min-width: 767px) and (max-width: 1023px) {
  .card__cta-main {
    margin: 0 auto;
    max-width: 704px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .card__cta-main {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin: 75px auto 0;
  }
}
.card__type-date, .related-content__element__type {
  font-size: 0.875rem;
  line-height: 1.7142857143;
  font-weight: 600;
  color: #07073a;
  margin-bottom: 6px;
  padding: 0 16px;
}

.wp-block-media-text {
  margin: 0 auto;
  max-width: 940px;
  padding: 0 16px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 2rem;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
  margin-bottom: 4rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-top: 64px;
  -ms-grid-row-align: center;
  align-items: center;
}
@media (max-width: 1024px) {
  .wp-block-media-text {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .wp-block-media-text {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 1920px) {
  .wp-block-media-text {
    margin: 0 auto;
    max-width: 1121px;
    padding: 0 16px;
  }
}
.wp-block-media-text + .wp-block-media-text {
  margin-top: -44px;
}
.wp-block-media-text + .core-heading-block, .wp-block-media-text + .core-paragraph-block, .wp-block-media-text + .core-list-block {
  margin-top: 64px;
}
.wp-block-media-text .core-paragraph-block:last-of-type {
  margin-bottom: 0;
}
.wp-block-media-text__media {
  margin: 0;
}
@media (max-width: 767px) {
  .wp-block-media-text__media {
    width: 100%;
    max-width: 310px;
    margin: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-bottom: 32px;
  }
}
.wp-block-media-text__media img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.wp-block-media-text__content > :first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .wp-block-media-text__content > .core-heading-block,
.wp-block-media-text__content > .core-paragraph-block,
.wp-block-media-text__content > .core-list-block {
    padding-left: 0;
    padding-right: 0;
  }
}
.wp-block-media-text.is-vertically-aligned-top {
  -webkit-align-items: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  -ms-grid-row-align: start;
  align-items: start;
}
.wp-block-media-text.is-vertically-aligned-center {
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}
.wp-block-media-text.is-vertically-aligned-bottom {
  -webkit-align-items: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  -ms-grid-row-align: end;
  align-items: end;
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.wp-block-columns {
  margin: 0 auto;
  max-width: 1216px;
  padding: 0 16px;
  display: block !important;
  margin-top: 4rem;
  margin-bottom: 4rem;
  -webkit-flex-wrap: wrap !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
@media screen and (min-width: 768px) {
  .wp-block-columns {
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media screen and (min-width: 767px) and (max-width: 1023px) {
  .wp-block-columns {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (min-width: 1920px) {
  .wp-block-columns {
    margin: 0 auto;
    max-width: 1630px;
    padding-left: 0;
    padding-right: 0;
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}
.wp-block-columns.wp-container-4, .wp-block-columns.wp-container-6, .wp-block-columns.wp-container-8, .wp-block-columns.wp-container-10, .wp-block-columns.wp-container-12, .wp-block-columns.wp-container-14 {
  display: block;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .wp-block-columns.wp-container-4, .wp-block-columns.wp-container-6, .wp-block-columns.wp-container-8, .wp-block-columns.wp-container-10, .wp-block-columns.wp-container-12, .wp-block-columns.wp-container-14 {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.wp-block-columns.has-background {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .wp-block-columns.has-background {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.wp-block-columns[class^=wp-container] {
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  -ms-grid-row-align: flex-start;
  align-items: flex-start;
}
.wp-block-columns .core-heading-block {
  margin-top: 0;
  padding: 0;
}
.wp-block-columns .wp-block-column {
  height: 100%;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#header {
  background-color: #ffffff;
  box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
}
@media screen and (min-width: 1024px) {
  #header {
    padding: 0;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}

@media screen and (min-width: 1024px) {
  #header {
    padding-top: 19px;
  }
}
#header #mega-menu-wrap-max_mega_menu_1 {
  background-color: #ffffff;
  -moz-transition: top 1s ease, padding-top 0.3s ease;
  transition: top 1s ease, padding-top 0.3s ease;
}
@media screen and (min-width: 1024px) {
  #header #mega-menu-wrap-max_mega_menu_1.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
    padding-top: 19px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) {
  #header #mega-menu-wrap-max_mega_menu_1.sticky .mega-menu .nav-logo::after {
    width: 175px;
    height: 54px;
  }
}
@media screen and (min-width: 1024px) {
  #header #mega-menu-wrap-max_mega_menu_1 .mega-menu > li.mega-menu-item:last-child {
    margin-left: 15px;
    margin-bottom: 0;
    top: auto;
  }
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  #header #mega-menu-wrap-max_mega_menu_1 .mega-menu > li.mega-menu-item:last-child {
    padding-left: 16px;
    padding-right: 16px;
  }
}
#header #mega-menu-wrap-max_mega_menu_1 .mega-menu > li.mega-menu-item:last-child > a.mega-menu-link {
  display: block;
  font-weight: 700;
  font-size: 0.8125rem;
  line-height: 1.6923076923;
  -moz-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
  border: 1.5px solid #ef434b;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
  border-radius: 50px;
  padding: 5px 12px;
  text-transform: uppercase;
}
#header #mega-menu-wrap-max_mega_menu_1 .mega-menu > li.mega-menu-item:last-child > a.mega-menu-link:focus, #header #mega-menu-wrap-max_mega_menu_1 .mega-menu > li.mega-menu-item:last-child > a.mega-menu-link:hover {
  border: 1px solid #dcdfea;
  color: #171f27;
  background-color: #dcdfea;
}
@media screen and (min-width: 1024px) {
  #header #mega-menu-wrap-max_mega_menu_1 .mega-menu > li.mega-menu-item:last-child > a.mega-menu-link:focus, #header #mega-menu-wrap-max_mega_menu_1 .mega-menu > li.mega-menu-item:last-child > a.mega-menu-link:hover {
    border: 1.5px solid #ef434b;
  }
}
#header #mega-menu-wrap-max_mega_menu_1 .mega-menu > li.mega-menu-item:last-child > a.mega-menu-link::after {
  display: none;
}
@media screen and (max-width: 1024px) {
  #header #mega-menu-wrap-max_mega_menu_1 .mega-menu > li.mega-menu-item:last-child > a.mega-menu-link {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 400px;
    font-size: 0.9375rem;
    line-height: 1.4666666667;
    margin-left: auto;
    margin-right: auto;
    min-height: 32px;
    text-align: center;
    font-weight: 700;
    color: #171f27;
    padding-top: 6px;
    padding-bottom: 4px;
  }
}
@media screen and (min-width: 1024px) {
  #header #mega-menu-wrap-max_mega_menu_1 .mega-menu > li.mega-menu-item:last-child > a.mega-menu-link {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 400px;
    font-size: 0.9375rem;
    line-height: 1.4666666667;
    margin-left: auto;
    margin-right: auto;
    min-height: 32px;
    text-align: center;
    font-weight: 700;
    color: #171f27;
    padding-top: 6px;
    padding-bottom: 4px;
  }
}
@media screen and (min-width: 1024px) {
  #header #mega-menu-wrap-max_mega_menu_1 .mega-menu {
    margin: 0 auto;
    max-width: 1216px;
    padding: 0 16px;
    position: initial;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-column-gap: 32px;
    -moz-column-gap: 32px;
    column-gap: 32px;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    min-height: 60px;
  }
  #header #mega-menu-wrap-max_mega_menu_1 .mega-menu .utility-wrapper {
    display: none;
  }
  #header #mega-menu-wrap-max_mega_menu_1 .mega-menu .nav-logo {
    margin-right: auto;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    position: relative;
    padding-bottom: 19px;
  }
  #header #mega-menu-wrap-max_mega_menu_1 .mega-menu .nav-logo::after {
    content: "";
    display: block;
    background-image: url("../images/logo.svg");
    background-size: 100%;
    background-repeat: no-repeat;
    width: 194px;
    height: 60px;
    -moz-transition: width 0.5s ease, height 0.5s ease;
    transition: width 0.5s ease, height 0.5s ease;
  }
  #header #mega-menu-wrap-max_mega_menu_1 .mega-menu > li.mega-menu-item {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin-bottom: -6px;
    padding-bottom: 19px;
  }
  #header #mega-menu-wrap-max_mega_menu_1 .mega-menu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #header #mega-menu-wrap-max_mega_menu_1 .mega-menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link {
    background-color: transparent;
    font-weight: 700;
    color: #171f27;
  }
  #header #mega-menu-wrap-max_mega_menu_1 .mega-menu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link::after, #header #mega-menu-wrap-max_mega_menu_1 .mega-menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link::after {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform: scaleX(1);
  }
  #header #mega-menu-wrap-max_mega_menu_1 .mega-menu li.mega-menu-megamenu {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  #header #mega-menu-wrap-max_mega_menu_1 .mega-menu li.mega-menu-megamenu ul.mega-sub-menu {
    background-color: #fafafa;
  }
  #header #mega-menu-wrap-max_mega_menu_1 .mega-menu li.mega-menu-megamenu > ul.mega-sub-menu {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 32px;
    padding-bottom: 96px;
    top: 100%;
  }
  #header #mega-menu-wrap-max_mega_menu_1 .mega-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item {
    border-left: 1px solid #d0d5dd;
    margin-right: 39px;
    padding: 0 0 0 39px;
  }
  #header #mega-menu-wrap-max_mega_menu_1 .mega-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item.mega-current-menu-paren {
    color: #ef434b;
  }
  #header #mega-menu-wrap-max_mega_menu_1 .mega-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item:first-of-type {
    padding-left: 0;
    border: 0;
  }
  #header #mega-menu-wrap-max_mega_menu_1 .mega-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    color: #171f27;
    font-size: 1.0625rem;
    font-weight: 600;
    line-height: 1.1764705882;
    margin-bottom: 22px;
    text-transform: capitalize;
    -moz-transition: color 0.3s ease;
    transition: color 0.3s ease;
  }
  #header #mega-menu-wrap-max_mega_menu_1 .mega-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover, #header #mega-menu-wrap-max_mega_menu_1 .mega-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus {
    color: #ef434b;
    font-size: 1.0625rem;
    font-weight: 600;
    line-height: 1.1764705882;
    box-shadow: none;
  }
  #header #mega-menu-wrap-max_mega_menu_1 .mega-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item.mega-current_page_item > a.mega-menu-link, #header #mega-menu-wrap-max_mega_menu_1 .mega-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item.mega-current_page_parent > a.mega-menu-link {
    color: #ef434b;
  }
  #header #mega-menu-wrap-max_mega_menu_1 .mega-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item.mega-current_page_item > a.mega-menu-link, #header #mega-menu-wrap-max_mega_menu_1 .mega-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item.mega-current_page_parent > a.mega-menu-link {
    color: #ef434b;
  }
  #header #mega-menu-wrap-max_mega_menu_1 .mega-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {
    color: #171f27;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.375;
    margin-bottom: 16px;
    -moz-transition: color 0.3s ease;
    transition: color 0.3s ease;
  }
  #header #mega-menu-wrap-max_mega_menu_1 .mega-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover, #header #mega-menu-wrap-max_mega_menu_1 .mega-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:focus {
    color: #ef434b;
    font-weight: 400;
    font-size: 1rem;
  }
  #header #mega-menu-wrap-max_mega_menu_1 .mega-menu > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    background-color: transparent;
  }
  #header #mega-menu-wrap-max_mega_menu_1 .mega-menu > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link::after {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform: scaleX(1);
  }
  #header #mega-menu-wrap-max_mega_menu_1 .mega-menu > li.mega-menu-item > a.mega-menu-link {
    font-size: 1.125rem;
    line-height: 1.5555555556;
    font-weight: 700;
    color: #171f27;
    border: 0;
    padding-left: 0;
    padding-right: 0;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -moz-transition: color 0.3s ease;
    transition: color 0.3s ease;
  }
  #header #mega-menu-wrap-max_mega_menu_1 .mega-menu > li.mega-menu-item > a.mega-menu-link[aria-expanded=true], #header #mega-menu-wrap-max_mega_menu_1 .mega-menu > li.mega-menu-item > a.mega-menu-link:hover, #header #mega-menu-wrap-max_mega_menu_1 .mega-menu > li.mega-menu-item > a.mega-menu-link:focus, #header #mega-menu-wrap-max_mega_menu_1 .mega-menu > li.mega-menu-item > a.mega-menu-link:active {
    color: #171f27;
    font-weight: 700;
    background-color: transparent;
    border: 0;
  }
  #header #mega-menu-wrap-max_mega_menu_1 .mega-menu > li.mega-menu-item > a.mega-menu-link[aria-expanded=true]::after, #header #mega-menu-wrap-max_mega_menu_1 .mega-menu > li.mega-menu-item > a.mega-menu-link:hover::after, #header #mega-menu-wrap-max_mega_menu_1 .mega-menu > li.mega-menu-item > a.mega-menu-link:focus::after, #header #mega-menu-wrap-max_mega_menu_1 .mega-menu > li.mega-menu-item > a.mega-menu-link:active::after {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform: scaleX(1);
  }
  #header #mega-menu-wrap-max_mega_menu_1 .mega-menu > li.mega-menu-item > a.mega-menu-link .mega-indicator {
    display: none;
  }
  #header #mega-menu-wrap-max_mega_menu_1 .mega-menu > li.mega-menu-item > a.mega-menu-link::after {
    content: "";
    display: block;
    background-color: #ef434b;
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    transform-origin: left;
    height: 3px;
    width: 100%;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    transform: scaleX(0);
    transition: -webkit-transform 0.3s ease;
    -moz-transition: transform 0.3s ease, -moz-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease, -moz-transform 0.3s ease;
    position: relative;
    bottom: 4px;
  }
  #header #mega-menu-wrap-max_mega_menu_1 .mega-menu > li.mega-menu-item > a.mega-menu-link::after::after {
    display: none;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1080px) {
  #header #mega-menu-wrap-max_mega_menu_1 .mega-menu {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
}
@media screen and (min-width: 1280px) {
  #header #mega-menu-wrap-max_mega_menu_1 .mega-menu {
    -webkit-column-gap: 60px;
    -moz-column-gap: 60px;
    column-gap: 60px;
  }
}
@media screen and (min-width: 1920px) {
  #header #mega-menu-wrap-max_mega_menu_1 .mega-menu {
    margin: 0 auto;
    max-width: 1630px;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
  }
}
@media screen and (min-width: 1024px) {
  #header #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-flyout ul.mega-sub-menu {
    background-color: #fafafa;
  }
  #header #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item {
    position: relative;
    background-color: #fafafa;
  }
  #header #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    background-color: #fafafa;
    color: #171f27;
    font-size: 1.0625rem;
    font-weight: 400;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
    padding: 11px 10px 11px 16px;
    font-size: 1rem;
    line-height: 1.375;
  }
  #header #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus, #header #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover {
    color: #ef434b;
  }
  #header #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link .mega-indicator {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #header #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item.mega-current_page_item > a.mega-menu-link, #header #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item.mega-current-menu-item > a.mega-menu-link {
    color: #ef434b;
  }
  #header #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-current-page-ancestor > a.mega-menu-link,
#header #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-current-menu-ancestor > a.mega-menu-link,
#header #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-current-menu-parent > a.mega-menu-link,
#header #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-current-page-parent > a.mega-menu-link {
    color: #ef434b;
  }
  #header #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-current-page-ancestor > a.mega-menu-link + ul.mega-sub-menu li:not(.mega-current-menu-item) a.mega-menu-link,
#header #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-current-menu-ancestor > a.mega-menu-link + ul.mega-sub-menu li:not(.mega-current-menu-item) a.mega-menu-link,
#header #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-current-menu-parent > a.mega-menu-link + ul.mega-sub-menu li:not(.mega-current-menu-item) a.mega-menu-link,
#header #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-current-page-parent > a.mega-menu-link + ul.mega-sub-menu li:not(.mega-current-menu-item) a.mega-menu-link {
    color: #171f27;
  }
}
#header #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
  margin: 3px 5px 0 0;
}

body.mega-menu-max_mega_menu_1-mobile-open {
  overflow: hidden;
}

@media screen and (min-width: 320px) and (max-width: 1023px) {
  body.logged-in #mega-menu-wrap-max_mega_menu_1 {
    top: 32px;
  }
}

@media screen and (min-width: 320px) and (max-width: 1023px) {
  #mega-menu-wrap-max_mega_menu_1 {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
    padding-top: 0;
    box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
  }
  #mega-menu-wrap-max_mega_menu_1 div.mega-menu-toggle {
    padding: 0 16px;
    border-radius: 0;
    background-color: #ffffff;
    box-shadow: unset;
    border-bottom: 4px solid transparent;
  }
}
@media screen and (min-width: 320px) and (max-width: 1023px) and (min-width: 767px) and (max-width: 1023px) {
  #mega-menu-wrap-max_mega_menu_1 div.mega-menu-toggle {
    padding: 0 32px;
  }
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  #mega-menu-wrap-max_mega_menu_1 div.mega-menu-toggle.utility-open {
    border-color: #ef434b;
  }
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  #mega-menu-wrap-max_mega_menu_1 div.mega-menu-toggle.mega-menu-open {
    border-color: #ef434b;
  }
  #mega-menu-wrap-max_mega_menu_1 div.mega-menu-toggle.mega-menu-open .mega-toggle-block .mega-toggle-animated-slider span.mega-toggle-animated-inner {
    width: 32px;
    background-color: #101828;
  }
  #mega-menu-wrap-max_mega_menu_1 div.mega-menu-toggle.mega-menu-open .mega-toggle-block .mega-toggle-animated-slider span.mega-toggle-animated-inner::after {
    width: 32px;
    background-color: #101828;
  }
  #mega-menu-wrap-max_mega_menu_1 div.mega-menu-toggle.mega-menu-open::after {
    display: none;
  }
  #mega-menu-wrap-max_mega_menu_1 div.mega-menu-toggle.mega-menu-open + #mega-menu-max_mega_menu_1 {
    width: 100%;
    overflow-y: auto;
    padding-bottom: 200px;
    overflow-x: hidden;
  }
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  #mega-menu-wrap-max_mega_menu_1 div.mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block:only-child {
    margin: 0;
    position: relative;
    top: 8px;
  }
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  #mega-menu-wrap-max_mega_menu_1 div.mega-menu-toggle .mega-toggle-block span.mega-toggle-animated-box {
    width: 28px;
  }
  #mega-menu-wrap-max_mega_menu_1 div.mega-menu-toggle .mega-toggle-block span.mega-toggle-animated-box .mega-toggle-animated-inner {
    width: 16px;
    height: 2px;
    background-color: #171f27;
  }
  #mega-menu-wrap-max_mega_menu_1 div.mega-menu-toggle .mega-toggle-block span.mega-toggle-animated-box .mega-toggle-animated-inner::before {
    width: 32px;
    height: 2px;
    background-color: #171f27;
  }
  #mega-menu-wrap-max_mega_menu_1 div.mega-menu-toggle .mega-toggle-block span.mega-toggle-animated-box .mega-toggle-animated-inner::after {
    width: 22px;
    height: 2px;
    background-color: #171f27;
  }
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  #mega-menu-wrap-max_mega_menu_1 div.mega-menu-toggle .nav-logo {
    background-image: url("../images/logo.svg");
    background-size: 171px 53px;
    background-repeat: no-repeat;
    background-position: left center;
    display: block;
    width: 171px;
    height: 53px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  #mega-menu-wrap-max_mega_menu_1 div.mega-menu-toggle + #mega-menu-max_mega_menu_1 {
    height: 100vh;
    background-color: #ffffff;
    right: 0;
    margin-left: auto;
    max-width: 596px;
    width: 0;
    position: fixed;
    z-index: 9;
    -moz-transition: width 0.5s ease;
    transition: width 0.5s ease;
  }
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 .utility-wrapper {
    padding-left: 16px;
    padding-right: 16px;
    max-width: 400px;
    margin: 0 auto;
    margin-bottom: 41px;
    padding-top: 43px;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 .utility-wrapper::before {
    content: "";
    display: block;
    width: 100vw;
    height: 1px;
    background-color: #e4e7ec;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 .utility-wrapper__inner {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -50px -16px 0;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 .utility-wrapper__inner::after {
    content: "";
    -webkit-flex: auto;
    -moz-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    display: block;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 .utility-wrapper li.menu-item {
    padding-right: 50px;
    padding-bottom: 16px;
    justify-self: flex-start;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 .utility-wrapper li.menu-item.current-menu-item > a {
    color: #171f27;
    -webkit-text-decoration-line: underline;
    -moz-text-decoration-line: underline;
    text-decoration-line: underline;
    text-underline-offset: 1px;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 .utility-wrapper li.menu-item > a {
    font-weight: 400;
    font-size: 0.9375rem;
    line-height: 1.8666666667;
    color: #5a5a5f;
    text-decoration: none;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item.mega-current-menu-item, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item {
    padding-bottom: 10px;
    background-color: #ffffff;
    font-weight: 700 !important;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item.mega-current-menu-item:nth-last-of-type(2), #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item:nth-last-of-type(2) {
    padding-bottom: 7px;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item.mega-current-menu-item:last-of-type, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item:last-of-type {
    padding-bottom: 0;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link {
    font-size: 1.125rem;
    line-height: 1.5555555556;
    font-weight: 700;
    color: #5a5a5f;
    padding: 0 16px;
    background-color: #ffffff;
    min-height: 42px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link:focus, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link:focus {
    color: #ef434b;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item.mega-current-menu-item.mega-menu-item-has-children a.mega-menu-link span.mega-indicator, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item.mega-menu-item-has-children a.mega-menu-link span.mega-indicator {
    width: 42px;
    height: 38.4px;
    border-left: 1px solid #dcdfea;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item.mega-current-menu-item.mega-menu-item-has-children a.mega-menu-link span.mega-indicator::after, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item.mega-menu-item-has-children a.mega-menu-link span.mega-indicator::after {
    content: "";
    display: block;
    -webkit-mask-image: url("../images/chevron-down.svg");
    mask-image: url("../images/chevron-down.svg");
    -webkit-mask-size: 12px 6px;
    mask-size: 12px 6px;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: #5a5a5f;
    width: 100%;
    height: 100%;
    margin-left: 0;
    transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
    -moz-transition: transform 0.3s ease, background-color 0.3s ease, -moz-transform 0.3s ease;
    transition: transform 0.3s ease, background-color 0.3s ease;
    transition: transform 0.3s ease, background-color 0.3s ease, -webkit-transform 0.3s ease, -moz-transform 0.3s ease;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item.mega-current-menu-item.mega-menu-item-has-children.mega-toggle-on, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item.mega-menu-item-has-children.mega-toggle-on {
    background-color: #fafafa;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item.mega-current-menu-item.mega-menu-item-has-children.mega-toggle-on > a.mega-menu-link, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item.mega-menu-item-has-children.mega-toggle-on > a.mega-menu-link {
    color: #ef434b;
    font-weight: 700;
    background-color: #fafafa;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item.mega-current-menu-item.mega-menu-item-has-children.mega-toggle-on > a.mega-menu-link > span.mega-indicator:after, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item.mega-menu-item-has-children.mega-toggle-on > a.mega-menu-link > span.mega-indicator:after {
    background-color: #ef434b;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item.mega-current-menu-item.mega-menu-item-has-children.mega-toggle-on ul.mega-sub-menu, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item.mega-menu-item-has-children.mega-toggle-on ul.mega-sub-menu {
    background-color: #fafafa;
    padding-left: 32px;
    padding-right: 16px;
    float: none;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item.mega-current-menu-item.mega-menu-item-has-children.mega-toggle-on ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item.mega-menu-item-has-children.mega-toggle-on ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    font-weight: 600;
    background-color: #fafafa;
    font-size: 1.0625rem;
    line-height: 1.1764705882;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #171f27;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 42px;
    padding: 0;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item.mega-current-menu-item.mega-menu-item-has-children.mega-toggle-on ul.mega-sub-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item.mega-menu-item-has-children.mega-toggle-on ul.mega-sub-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
    color: #ef434b;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item.mega-current-menu-item.mega-menu-item-has-children.mega-toggle-on ul.mega-sub-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link > span.mega-indicator:after, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item.mega-menu-item-has-children.mega-toggle-on ul.mega-sub-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link > span.mega-indicator:after {
    background-color: #ef434b;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item.mega-current-menu-item.mega-menu-item-has-children.mega-toggle-on ul.mega-sub-menu > li.mega-menu-item.mega-menu-item-has-children > ul.mega-sub-menu, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item.mega-menu-item-has-children.mega-toggle-on ul.mega-sub-menu > li.mega-menu-item.mega-menu-item-has-children > ul.mega-sub-menu {
    padding: 0;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item.mega-current-menu-item.mega-menu-item-has-children.mega-toggle-on ul.mega-sub-menu > li.mega-menu-item.mega-menu-item-has-children > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item.mega-menu-item-has-children.mega-toggle-on ul.mega-sub-menu > li.mega-menu-item.mega-menu-item-has-children > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.375;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item.mega-current-menu-item.mega-menu-item-has-children.mega-toggle-on ul.mega-sub-menu > li.mega-menu-item.mega-menu-item-has-children > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item.mega-menu-item-has-children.mega-toggle-on ul.mega-sub-menu > li.mega-menu-item.mega-menu-item-has-children > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover {
    color: #ef434b;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item.mega-current-menu-item.mega-menu-item-has-children.mega-toggle-on > li.mega-menu-item a.mega-menu-link, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item.mega-menu-item-has-children.mega-toggle-on > li.mega-menu-item a.mega-menu-link {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  #mega-menu-wrap-max_mega_menu_1 li.mega-current-menu-ancestor > a.mega-menu-link,
#mega-menu-wrap-max_mega_menu_1 li.mega-current-menu-item > a.mega-menu-link {
    color: #ef434b !important;
    font-weight: 700 !important;
  }
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item.mega-menu-megamenu.mega-menu-item-has-children > ul.mega-sub-menu {
    padding-left: 32px;
    padding-right: 16px;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item.mega-menu-megamenu.mega-menu-item-has-children > ul.mega-sub-menu > li.mega-menu-item {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    padding-left: 0;
    clear: both;
    float: none;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item.mega-menu-megamenu.mega-menu-item-has-children > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    font-weight: 600;
    background-color: #fafafa;
    font-size: 1.0625rem;
    line-height: 1.1764705882;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #171f27;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 42px;
    padding: 0;
    text-transform: none;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item.mega-menu-megamenu.mega-menu-item-has-children > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu {
    display: none;
    padding-top: 0;
    padding-bottom: 0;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item.mega-menu-megamenu.mega-menu-item-has-children > ul.mega-sub-menu > li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu {
    display: block;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item.mega-menu-megamenu.mega-menu-item-has-children > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link > span.mega-indicator {
    display: inline;
  }
}
@media screen and (min-width: 767px) and (max-width: 1023px) {
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link {
    padding-right: 16px;
  }
}

@media screen and (min-width: 320px) and (max-width: 1023px) {
  body.logged-in .utility-menu {
    top: 68px;
  }
}

@media screen and (max-width: 1023px) {
  .utility-menu {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    position: fixed;
    z-index: 9999;
    right: 56px;
    top: 36px;
  }
  .utility-menu [id^=menu-utility] {
    padding: 0;
    padding-right: 24px;
    margin: 0;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }
  .utility-menu [id^=menu-utility] .menu-item__search {
    margin-bottom: 2px;
  }
  .utility-menu [id^=menu-utility] .wpml-ls-item {
    margin-right: 28px;
  }
}
@media screen and (min-width: 767px) and (max-width: 1023px) {
  .utility-menu [id^=menu-utility] {
    padding-right: 56px;
  }
  .utility-menu [id^=menu-utility] .wpml-ls-item {
    margin-right: 56px;
  }
}
@media screen and (max-width: 375px) {
  .utility-menu [id^=menu-utility] {
    padding-right: 8px;
  }
  .utility-menu [id^=menu-utility] .wpml-ls-item {
    margin-right: 16px;
  }
}

[id^=menu-utility] {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 16px;
  list-style: none;
  -webkit-column-gap: 42px;
  -moz-column-gap: 42px;
  column-gap: 42px;
  -webkit-justify-content: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  -webkit-align-items: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  position: relative;
  max-height: 28px;
}
@media screen and (min-width: 767px) and (max-width: 1023px) {
  [id^=menu-utility] {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (min-width: 1024px) {
  [id^=menu-utility] {
    margin: 0 auto;
    max-width: 1216px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(16px, max-content))[auto-fit];
    grid-template-columns: repeat(auto-fit, minmax(16px, max-content));
    -ms-grid-row-align: center;
    align-items: center;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 12px;
  }
}
@media screen and (min-width: 1920px) {
  [id^=menu-utility] {
    margin: 0 auto;
    max-width: 1630px;
    padding: 0 16px;
    padding-right: 12px;
  }
}
[id^=menu-utility] li.menu-item:not(.wpml-ls-item):not(.menu-item__search) {
  display: none;
}
@media screen and (min-width: 1024px) {
  [id^=menu-utility] li.menu-item:not(.wpml-ls-item):not(.menu-item__search) {
    display: inline-block;
  }
}
[id^=menu-utility] li.menu-item.current-menu-item > a {
  color: #171f27;
  -webkit-text-decoration-line: underline;
  -moz-text-decoration-line: underline;
  text-decoration-line: underline;
  text-underline-offset: 1px;
}
[id^=menu-utility] li.menu-item a {
  color: #5a5a5f;
  font-size: 0.9375rem;
  line-height: 1.8666666667;
  text-decoration: none;
  -moz-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
[id^=menu-utility] li.menu-item a:hover, [id^=menu-utility] li.menu-item a:focus {
  color: #171f27;
  text-decoration: underline;
  text-underline-offset: 1px;
}
[id^=menu-utility] li.menu-item a[target=_blank]::after {
  display: none;
}
[id^=menu-utility] li.menu-item__search {
  max-height: 18px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  margin-bottom: 2px;
}
[id^=menu-utility] li.menu-item__search button {
  cursor: pointer;
  width: 18px;
  height: 18px;
  background-color: transparent;
  border: 0;
  padding: 0;
}
@media screen and (max-width: 1023px) {
  [id^=menu-utility] li.menu-item__search button {
    width: 24px;
    height: 24px;
  }
}
@media screen and (max-width: 1023px) {
  [id^=menu-utility] li.menu-item__search button[aria-expanded=true] {
    background-image: url("../../assets/images/cross.svg");
    background-size: 100%;
    background-repeat: no-repeat;
  }
  [id^=menu-utility] li.menu-item__search button[aria-expanded=true] svg {
    display: none;
  }
}
[id^=menu-utility] li.menu-item__search button:hover svg path, [id^=menu-utility] li.menu-item__search button:focus svg path {
  stroke: #171f27;
}
[id^=menu-utility] li.menu-item__search button svg {
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
}
[id^=menu-utility] li.menu-item.wpml-ls-item {
  position: relative;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
@media screen and (max-width: 1023px) {
  [id^=menu-utility] li.menu-item.wpml-ls-item {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding-left: 16px;
  }
}
@media screen and (min-width: 1024px) {
  [id^=menu-utility] li.menu-item.wpml-ls-item a:focus ul,
[id^=menu-utility] li.menu-item.wpml-ls-item a:hover ul {
    display: block;
    opacity: 1;
  }
}
[id^=menu-utility] li.menu-item.wpml-ls-item .wpml-ls-display {
  display: none;
}
[id^=menu-utility] li.menu-item.wpml-ls-item ul {
  display: none;
  opacity: 0;
  position: absolute;
  padding: 0 16px;
  padding-top: 11px;
  width: 170px;
  z-index: 999;
  background-color: #fafafa;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
  top: 95%;
  left: 50%;
  list-style: none;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  margin: 0;
  -moz-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
@media screen and (max-width: 1023px) {
  [id^=menu-utility] li.menu-item.wpml-ls-item ul {
    position: fixed;
    z-index: 999;
    width: 100%;
    top: 94px;
    left: auto;
    padding-right: 0;
    max-width: 574px;
    right: 0;
    height: 100vh;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
    padding-top: 32px;
  }
}
[id^=menu-utility] li.menu-item.wpml-ls-item ul:focus, [id^=menu-utility] li.menu-item.wpml-ls-item ul:hover {
  display: block;
  opacity: 1;
}
[id^=menu-utility] li.menu-item.wpml-ls-item ul.active {
  display: block;
  opacity: 1;
}
[id^=menu-utility] li.menu-item.wpml-ls-item ul a {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 26px 0;
  width: 100%;
  padding: 0;
}
[id^=menu-utility] li.menu-item.wpml-ls-item ul a:first-child {
  margin-top: 0;
}
[id^=menu-utility] li.menu-item.wpml-ls-item ul a:hover, [id^=menu-utility] li.menu-item.wpml-ls-item ul a:focus {
  text-decoration: none;
}
[id^=menu-utility] li.menu-item.wpml-ls-item ul a:hover .wpml-ls-display,
[id^=menu-utility] li.menu-item.wpml-ls-item ul a:hover .wpml-ls-native, [id^=menu-utility] li.menu-item.wpml-ls-item ul a:focus .wpml-ls-display,
[id^=menu-utility] li.menu-item.wpml-ls-item ul a:focus .wpml-ls-native {
  color: #0070c0;
}
[id^=menu-utility] li.menu-item.wpml-ls-item ul a .wpml-ls-display,
[id^=menu-utility] li.menu-item.wpml-ls-item ul a .wpml-ls-native {
  color: #171f27;
  font-family: "Karla", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.375;
}
[id^=menu-utility] li.menu-item.wpml-ls-item ul a .wpml-ls-flag {
  border-radius: 100%;
}
[id^=menu-utility] li.menu-item.wpml-ls-item.wpml-ls-current-language {
  height: 28px;
}
@media screen and (max-width: 1023px) {
  [id^=menu-utility] li.menu-item.wpml-ls-item.wpml-ls-current-language {
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
  }
}
[id^=menu-utility] li.menu-item.wpml-ls-item.wpml-ls-current-language > a {
  display: block;
  color: transparent;
  width: 20px;
  height: 100%;
  position: relative;
  text-decoration: none;
}
@media screen and (max-width: 1023px) {
  [id^=menu-utility] li.menu-item.wpml-ls-item.wpml-ls-current-language > a[aria-expanded=true] span.wpml-ls-native::before {
    -webkit-mask-image: url("../images/cross.svg");
    mask-image: url("../images/cross.svg");
  }
}
[id^=menu-utility] li.menu-item.wpml-ls-item.wpml-ls-current-language > a .wpml-ls-flag {
  display: none;
}
[id^=menu-utility] li.menu-item.wpml-ls-item.wpml-ls-current-language > a::before {
  display: block;
  content: "";
  width: 0;
  height: 3px;
  background-color: #0070c0;
  margin-bottom: 3px;
  -moz-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
@media screen and (max-width: 1023px) {
  [id^=menu-utility] li.menu-item.wpml-ls-item.wpml-ls-current-language > a::before {
    display: none;
  }
}
[id^=menu-utility] li.menu-item.wpml-ls-item.wpml-ls-current-language > a:hover::before, [id^=menu-utility] li.menu-item.wpml-ls-item.wpml-ls-current-language > a:focus::before {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  [id^=menu-utility] li.menu-item.wpml-ls-item.wpml-ls-current-language > a:hover + ul, [id^=menu-utility] li.menu-item.wpml-ls-item.wpml-ls-current-language > a:focus + ul {
    display: block;
    opacity: 1;
  }
}
[id^=menu-utility] li.menu-item.wpml-ls-item.wpml-ls-current-language > a:hover span.wpml-ls-native::before, [id^=menu-utility] li.menu-item.wpml-ls-item.wpml-ls-current-language > a:focus span.wpml-ls-native::before {
  background-color: #171f27;
}
[id^=menu-utility] li.menu-item.wpml-ls-item.wpml-ls-current-language > a span.wpml-ls-native {
  font-size: 0;
  pointer-events: none;
}
[id^=menu-utility] li.menu-item.wpml-ls-item.wpml-ls-current-language > a span.wpml-ls-native::before {
  content: "";
  position: absolute;
  -webkit-mask-image: url("../images/globe.svg");
  mask-image: url("../images/globe.svg");
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: #5a5a5f;
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 1023px) {
  [id^=menu-utility] li.menu-item.wpml-ls-item.wpml-ls-current-language > a span.wpml-ls-native::before {
    top: 4px;
    width: 24px;
    height: 24px;
  }
}

.footer {
  background-color: #07073a;
  padding-top: 32px;
  padding-bottom: 36px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: auto;
}
@media screen and (min-width: 767px) and (max-width: 1023px) {
  .footer {
    padding-top: 20px;
    padding-bottom: 34px;
  }
}
@media screen and (min-width: 1024px) {
  .footer {
    padding-bottom: 30px;
    padding-top: 48px;
  }
}
.footer__inner {
  margin: 0 auto;
  max-width: 704px;
  padding: 0 16px;
}
@media screen and (min-width: 767px) {
  .footer__inner {
    margin: 0 auto;
    max-width: 1216px;
    padding-left: 32px;
    padding-right: 32px;
    overflow: hidden;
  }
}
@media screen and (min-width: 767px) and (max-width: 1023px) {
  .footer__inner {
    margin: 0 auto;
    max-width: 1216px;
    padding-left: 32px;
    padding-right: 32px;
    overflow: hidden;
  }
}
@media screen and (min-width: 1024px) {
  .footer__inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (min-width: 1920px) {
  .footer__inner {
    margin: 0 auto;
    max-width: 1630px;
    padding: 0 16px;
  }
}
.footer__logo {
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
@media screen and (min-width: 1024px) {
  .footer__logo {
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
.footer__logo img {
  width: 100%;
  max-width: 12.125rem;
}
.footer__menu {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .footer__menu {
    width: auto;
  }
}
.footer__menu .menu-item a[target=_blank]::after {
  display: none;
}
.footer__top {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-grid-row-align: flex-end;
  align-items: flex-end;
  row-gap: 32px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
  .footer__top {
    row-gap: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .footer__top {
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
    row-gap: 0;
    -webkit-column-gap: 25px;
    -moz-column-gap: 25px;
    column-gap: 25px;
  }
}
.footer__top ul.menu {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  list-style: none;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding: 0;
  margin: 0;
  row-gap: 32px;
}
@media screen and (min-width: 767px) {
  .footer__top ul.menu {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 0;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: -64px;
    margin-bottom: -16px;
  }
}
@media screen and (min-width: 767px) and (max-width: 1023px) {
  .footer__top ul.menu {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 0;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: -64px;
    margin-bottom: -16px;
  }
}
@media screen and (min-width: 1024px) {
  .footer__top ul.menu {
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    max-height: initial;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin-left: auto;
  }
}
.footer__top ul.menu::after {
  content: "";
  -webkit-flex: auto;
  -moz-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}
@media screen and (min-width: 767px) and (max-width: 1023px) {
  .footer__top ul.menu li {
    width: auto;
  }
}
@media screen and (min-width: 767px) {
  .footer__top ul.menu li {
    margin-bottom: 16px;
    padding-left: 64px;
  }
}
@media screen and (min-width: 767px) and (max-width: 1023px) {
  .footer__top ul.menu li {
    margin-bottom: 16px;
    padding-left: 64px;
  }
}
@media screen and (min-width: 1024px) {
  .footer__top ul.menu li {
    width: auto;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}
.footer__top ul.menu a {
  color: #f2f0ec;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.3333333333;
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
  -moz-text-decoration-color: transparent;
  text-decoration-color: transparent;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  transition: color 0.3s ease, -webkit-text-decoration-color 0.3s ease;
  -moz-transition: color 0.3s ease, text-decoration-color 0.3s ease, -moz-text-decoration-color 0.3s ease;
  transition: color 0.3s ease, text-decoration-color 0.3s ease;
  transition: color 0.3s ease, text-decoration-color 0.3s ease, -webkit-text-decoration-color 0.3s ease, -moz-text-decoration-color 0.3s ease;
}
.footer__top ul.menu a:hover, .footer__top ul.menu a:focus {
  color: #ffffff;
  -webkit-text-decoration-color: #ffffff;
  -moz-text-decoration-color: #ffffff;
  text-decoration-color: #ffffff;
}
.footer__bottom {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  -ms-grid-row-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 34px;
  -moz-column-gap: 34px;
  column-gap: 34px;
  row-gap: 59px;
  margin-top: 48px;
}
@media screen and (min-width: 640px) {
  .footer__bottom {
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    -ms-grid-row-align: flex-end;
    align-items: flex-end;
    margin-top: 36px;
    row-gap: 0;
  }
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
  .footer__bottom {
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    -ms-grid-row-align: flex-end;
    align-items: flex-end;
    margin-top: 36px;
    row-gap: 0;
  }
}
@media screen and (min-width: 1024px) {
  .footer__bottom {
    margin-top: 50px;
  }
}
.footer__social-links {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  max-height: 22px;
  -webkit-order: 1;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 160px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 640px) {
  .footer__social-links {
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    justify-self: end;
    margin: 0;
  }
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
  .footer__social-links {
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    justify-self: end;
    margin: 0;
  }
}
.footer__social-links li {
  margin-right: 25px;
}
.footer__social-links li:last-of-type {
  margin-right: 0;
}
.footer__social-links a {
  display: block;
}
.footer__social-links a:not(.menu-item-link)[target=_blank]::after {
  display: none;
}
.footer__social-links a:hover svg path, .footer__social-links a:focus svg path {
  fill: #ffffff;
}
.footer__social-links svg path {
  -moz-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
.footer__copyright {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  color: #f2f0ec;
  -webkit-order: 2;
  -moz-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin: 0 auto;
}
@media screen and (min-width: 640px) {
  .footer__copyright {
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin: 0;
  }
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
  .footer__copyright {
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin: 0;
  }
}

.related-content {
  margin: 0 auto;
  max-width: 1216px;
  padding: 0 16px;
  margin-top: 64px;
  margin-bottom: 48px;
}
@media screen and (min-width: 767px) and (max-width: 1023px) {
  .related-content {
    padding: 0 32px;
  }
}
@media screen and (min-width: 1024px) {
  .related-content {
    margin-top: 64px;
    margin-bottom: 48px;
  }
}
@media screen and (min-width: 1920px) {
  .related-content {
    margin: 0 auto;
    max-width: 1630px;
    margin-top: 64px;
    margin-bottom: 48px;
  }
}
@media screen and (min-width: 767px) and (max-width: 1023px) {
  .related-content__inner {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .related-content__inner {
    margin-bottom: 0;
  }
}
.related-content__elements {
  display: -ms-grid;
  display: grid;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  row-gap: 32px;
}
@media screen and (min-width: 767px) {
  .related-content__elements {
    -ms-grid-columns: (minmax(100px, 1fr))[3];
    grid-template-columns: repeat(3, minmax(100px, 1fr));
    -webkit-column-gap: 32px;
    -moz-column-gap: 32px;
    column-gap: 32px;
  }
}
@media screen and (min-width: 767px) and (max-width: 1023px) {
  .related-content__elements {
    -ms-grid-columns: (minmax(100px, 1fr))[3];
    grid-template-columns: repeat(3, minmax(100px, 1fr));
    -webkit-column-gap: 32px;
    -moz-column-gap: 32px;
    column-gap: 32px;
  }
}
@media screen and (min-width: 1920px) {
  .related-content__elements {
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
  }
}
.related-content__headline {
  margin: 0 auto;
  max-width: 1216px;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.5833333333;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #171f27;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  text-align: center;
  margin-bottom: 16px;
}
@media screen and (min-width: 767px) and (max-width: 1023px) {
  .related-content__headline {
    margin-bottom: 64px;
  }
}
@media screen and (min-width: 767px) {
  .related-content__headline {
    padding-right: 32px;
  }
}
@media screen and (min-width: 767px) and (max-width: 1023px) {
  .related-content__headline {
    padding-right: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .related-content__headline {
    margin-bottom: 48px;
  }
}
@media screen and (min-width: 1920px) {
  .related-content__headline {
    margin: 0 auto;
    max-width: 1630px;
    margin-bottom: 48px;
    padding-right: 50px;
  }
}
.related-content__card-link {
  text-decoration: none;
  color: #171f27;
}
.related-content__element {
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  margin-bottom: 32px;
}
@media screen and (min-width: 767px) {
  .related-content__element {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 767px) and (max-width: 1023px) {
  .related-content__element {
    margin-bottom: 0;
  }
}
.related-content__element--image {
  margin-bottom: 24px;
  position: relative;
}
.related-content__element--image img {
  max-width: 100%;
  height: auto;
}
.related-content__element__type--icon {
  position: absolute;
  bottom: 17px;
  right: 19px;
  width: 46px;
  height: 46px;
  background-color: #ffffff;
  border-radius: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
}
.related-content__element__type--icon img {
  width: 19px;
  height: 19px;
  -o-object-fit: fill;
  object-fit: fill;
}
.related-content__element__title {
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 6px;
  padding-left: 16px;
  padding-right: 16px;
}
.related-content__element__summary {
  margin-bottom: 47px;
  padding: 0 16px;
}
.related-content__element__summary p {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.related-content__element__cta-text {
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 8px;
}
.related-content__element__cta {
  margin-top: auto;
  padding-bottom: 8px;
}

.insight-detail {
  margin-top: 70px;
}
.insight-detail__image, .insight-detail__footer {
  margin: 0 auto;
  max-width: 940px;
}
@media screen and (min-width: 1920px) {
  .insight-detail__image, .insight-detail__footer {
    margin: 0 auto;
    max-width: 1121px;
  }
}
.insight-detail__content > form, .insight-detail__content > article, .insight-detail__content > section {
  padding-left: 0;
  padding-right: 0;
}
.insight-detail__back {
  margin: 0 auto;
  max-width: 940px;
  padding: 0 16px;
  display: block;
  font-family: "Karla", sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  text-transform: uppercase;
  color: #171f27;
  text-decoration: none;
  margin-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
}
@media screen and (min-width: 1920px) {
  .insight-detail__back {
    margin: 0 auto;
    max-width: 1121px;
    padding: 0 16px;
  }
}
.insight-detail__back:hover, .insight-detail__back:focus {
  color: #0070c0;
}
@media screen and (min-width: 767px) and (max-width: 1023px) {
  .insight-detail__back {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .insight-detail__back {
    margin-bottom: 24px;
    padding-left: 0;
    padding-right: 0;
  }
}
.insight-detail__back:hover, .insight-detail__back:focus {
  color: #0070c0;
}
.insight-detail__title {
  margin: 0 auto;
  max-width: 940px;
  padding: 0 16px;
  font-size: 2.25rem;
  line-height: 1.2222222222;
  font-weight: 400;
  color: #171f27;
  margin-bottom: 24px;
  padding-left: 16px;
  padding-right: 16px;
}
@media screen and (min-width: 1920px) {
  .insight-detail__title {
    margin: 0 auto;
    max-width: 1121px;
    padding: 0 16px;
  }
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
  .insight-detail__title {
    font-size: 3rem;
    line-height: 1.25;
    font-weight: 400;
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 767px) and (max-width: 1023px) {
  .insight-detail__title {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (min-width: 767px) and (max-width: 1023px) {
  .insight-detail__title {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .insight-detail__title {
    font-size: 3.75rem;
    line-height: 1.2;
    font-weight: 400;
    letter-spacing: -0.02em;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 1920px) {
  .insight-detail__title {
    margin-bottom: 24px;
  }
}
.insight-detail__type {
  margin: 0 auto;
  max-width: 940px;
  padding: 0 16px;
  font-family: "Karla", sans-serif;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1;
  color: #07073a;
  margin-bottom: 24px;
  padding-left: 16px;
  padding-right: 16px;
}
@media screen and (min-width: 1920px) {
  .insight-detail__type {
    margin: 0 auto;
    max-width: 1121px;
    padding: 0 16px;
  }
}
@media screen and (min-width: 767px) and (max-width: 1023px) {
  .insight-detail__type {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .insight-detail__type {
    margin-bottom: 62px;
    font-size: 1.5rem;
    line-height: 1;
    padding-left: 0;
    padding-right: 0;
  }
}
.insight-detail__image {
  margin-bottom: 24px;
  padding-left: 16px;
  padding-right: 16px;
}
@media screen and (min-width: 767px) and (max-width: 1023px) {
  .insight-detail__image {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .insight-detail__image {
    margin-bottom: 62px;
  }
}
.insight-detail__image img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.insight-detail__summary {
  margin-bottom: 32px;
}
@media screen and (min-width: 1024px) {
  .insight-detail__summary {
    margin-bottom: 80px;
  }
}
.insight-detail__summary p {
  font-family: "Karla", sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.5;
  color: #07073a;
}
.insight-detail__footer {
  margin-top: 64px;
}
.insight-detail__footer::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #7d89b0;
  margin-bottom: 32px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
  .insight-detail__footer::before {
    width: -moz-calc(100% - 64px);
    width: calc(100% - 64px);
  }
}
@media screen and (min-width: 1024px) {
  .insight-detail__footer::before {
    margin-bottom: 63px;
    width: 100%;
  }
}
.insight-detail .paragraph-block {
  padding: 0;
}

.single-press-detail__content {
  margin-bottom: 86px;
}
.single-press-detail__title {
  font-size: 2.25rem;
  line-height: 1.2222222222;
  font-weight: 400;
  color: #171f27;
  margin-bottom: 24px;
  padding-left: 16px;
  padding-right: 16px;
  margin: 0 auto;
  max-width: 940px;
  padding: 0 16px;
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
  .single-press-detail__title {
    font-size: 3rem;
    line-height: 1.25;
    font-weight: 400;
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 767px) and (max-width: 1023px) {
  .single-press-detail__title {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (min-width: 767px) and (max-width: 1023px) {
  .single-press-detail__title {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .single-press-detail__title {
    font-size: 3.75rem;
    line-height: 1.2;
    font-weight: 400;
    letter-spacing: -0.02em;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 1920px) {
  .single-press-detail__title {
    margin: 0 auto;
    max-width: 1121px;
    padding: 0 16px;
  }
}
.single-press-detail__back {
  margin: 0 auto;
  max-width: 940px;
  padding: 0 16px;
  display: block;
  font-family: "Karla", sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  text-transform: uppercase;
  color: #171f27;
  text-decoration: none;
  margin-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  margin-top: 42px;
}
@media screen and (min-width: 1920px) {
  .single-press-detail__back {
    margin: 0 auto;
    max-width: 1121px;
    padding: 0 16px;
  }
}
.single-press-detail__back:hover, .single-press-detail__back:focus {
  color: #0070c0;
}
@media screen and (min-width: 767px) and (max-width: 1023px) {
  .single-press-detail__back {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .single-press-detail__back {
    margin-bottom: 24px;
    padding-left: 0;
    padding-right: 0;
  }
}
.single-press-detail__back:hover, .single-press-detail__back:focus {
  color: #0070c0;
}
@media screen and (min-width: 1024px) {
  .single-press-detail__back {
    margin-top: 70px;
  }
}
.single-press-detail__back--bottom {
  margin-top: 64px;
}
.single-press-detail__date {
  padding-left: 16px;
  padding-right: 16px;
  margin: 0 auto;
  max-width: 940px;
  padding: 0 16px;
  margin-top: 32px;
  font-style: normal;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1;
  color: #07073a;
  padding-left: 16px;
  padding-right: 16px;
}
@media screen and (min-width: 767px) and (max-width: 1023px) {
  .single-press-detail__date {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (min-width: 1920px) {
  .single-press-detail__date {
    margin: 0 auto;
    max-width: 1121px;
    padding: 0 16px;
  }
}
@media screen and (min-width: 767px) and (max-width: 1023px) {
  .single-press-detail__date {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .single-press-detail__date {
    margin-top: 32px;
    margin-bottom: 69px;
    padding-left: 0;
    padding-right: 0;
  }
}
.single-press-detail__footer {
  margin: 0 auto;
  max-width: 940px;
  padding: 0 16px;
}
@media screen and (min-width: 1920px) {
  .single-press-detail__footer {
    margin: 0 auto;
    max-width: 1121px;
    padding: 0 16px;
  }
}
.single-press-detail__footer::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #7d89b0;
  margin-bottom: 32px;
  margin-top: 64px;
}
@media screen and (min-width: 1024px) {
  .single-press-detail__footer::before {
    margin-bottom: 63px;
  }
}
.single-press-detail__footer a {
  padding: 0;
}

.case-study-detail__title {
  font-size: 2.25rem;
  line-height: 1.2222222222;
  font-weight: 400;
  color: #171f27;
  margin-bottom: 24px;
  padding-left: 16px;
  padding-right: 16px;
  padding-left: 16px;
  padding-right: 16px;
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
  .case-study-detail__title {
    font-size: 3rem;
    line-height: 1.25;
    font-weight: 400;
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 767px) and (max-width: 1023px) {
  .case-study-detail__title {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (min-width: 767px) and (max-width: 1023px) {
  .case-study-detail__title {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .case-study-detail__title {
    font-size: 3.75rem;
    line-height: 1.2;
    font-weight: 400;
    letter-spacing: -0.02em;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 767px) and (max-width: 1023px) {
  .case-study-detail__title {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .case-study-detail__title {
    font-size: 4.5rem;
    line-height: 1.25;
    font-weight: 400;
    margin-bottom: 32px;
    line-height: 1.1111111111;
  }
}
.case-study-detail__header {
  margin-top: 69px;
  margin-bottom: 46px;
}
@media screen and (min-width: 1024px) {
  .case-study-detail__header {
    margin: 0 auto;
    max-width: 940px;
  }
}
@media screen and (min-width: 1920px) {
  .case-study-detail__header {
    margin: 0 auto;
    max-width: 1121px;
  }
}
@media screen and (min-width: 1024px) {
  .case-study-detail__header {
    margin-bottom: 46px;
    margin-top: 69px;
  }
}
.case-study-detail__client-logo {
  padding-left: 16px;
  padding-right: 16px;
}
@media screen and (min-width: 767px) and (max-width: 1023px) {
  .case-study-detail__client-logo {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .case-study-detail__client-logo {
    padding-left: 0;
    padding-right: 0;
  }
}
.case-study-detail__client-logo img {
  max-width: 176px;
}
.case-study-detail__client-logo a {
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.case-study-detail__client-logo a:hover,
.case-study-detail__client-logo a:focus {
  opacity: 0.4;
}
@media screen and (min-width: 1024px) {
  .case-study-detail__summary {
    margin: 0 auto;
    max-width: 940px;
  }
}
@media screen and (min-width: 1920px) {
  .case-study-detail__summary {
    margin: 0 auto;
    max-width: 1121px;
  }
}
@media screen and (min-width: 320px) {
  .case-study-detail__summary {
    margin-bottom: 32px;
  }
}
.case-study-detail__image {
  padding-left: 16px;
  padding-right: 16px;
}
@media screen and (min-width: 1024px) {
  .case-study-detail__image {
    margin: 0 auto;
    max-width: 940px;
  }
}
@media screen and (min-width: 1920px) {
  .case-study-detail__image {
    margin: 0 auto;
    max-width: 1121px;
  }
}
@media screen and (min-width: 767px) and (max-width: 1023px) {
  .case-study-detail__image {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (min-width: 320px) {
  .case-study-detail__image {
    margin-bottom: 32px;
  }
}
.case-study-detail__image img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  max-height: 599px;
}
.case-study-detail__image + .landing-page-block-area > .core-paragraph-block:first-of-type, .case-study-detail__image + .landing-page-block-area > .core-list-block:first-of-type, .case-study-detail__image + .landing-page-block-area > .core-heading-block:first-of-type {
  margin-top: 0;
}

.error404 .post.not-found {
  padding: 75px 16px;
}
@media screen and (min-width: 767px) and (max-width: 1023px) {
  .error404 .post.not-found {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .error404 .post.not-found {
    margin: 0 auto;
    max-width: 1216px;
  }
}
@media screen and (min-width: 1920px) {
  .error404 .post.not-found {
    margin: 0 auto;
    max-width: 1630px;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
  }
}
.error404 .post.not-found .entry-title {
  font-size: 4.5rem;
  line-height: 1.25;
  font-weight: 400;
  line-height: 1.1111111111;
  color: #171f27;
}
.error404 .post.not-found #search-form {
  margin-top: 32px;
}
.error404 .post.not-found #search-form label {
  display: none;
}
.error404 .post.not-found #search-form input {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  background-image: url("../images/search-gray-300.svg");
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: 18px center;
  color: #5a5a5f;
  background-color: #ffffff;
  border: 1px solid #171f27;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 50px;
  padding: 12px 10px 12px 40px;
  margin-right: 7px;
}
.error404 .post.not-found #search-form input::-webkit-search-results-button, .error404 .post.not-found #search-form input::-webkit-search-results-decoration, .error404 .post.not-found #search-form input::-webkit-search-cancel-button, .error404 .post.not-found #search-form input::-webkit-search-decoration {
  display: none;
}
.error404 .post.not-found #search-form input::-webkit-input-placeholder {
  color: #5a5a5f;
}
.error404 .post.not-found #search-form input::-moz-placeholder {
  color: #5a5a5f;
}
.error404 .post.not-found #search-form input:-ms-input-placeholder {
  color: #5a5a5f;
}
.error404 .post.not-found #search-form input::placeholder {
  color: #5a5a5f;
}
@media screen and (max-width: 1023px) {
  .error404 .post.not-found #search-form input {
    margin-right: 10px;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
@media screen and (min-width: 1024px) {
  .error404 .post.not-found #search-form input {
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
.error404 .post.not-found #search-form .search-close {
  display: none;
}
.error404 .post.not-found #search-form .search-submit {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  background-color: #171f27;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border-radius: 28px;
  width: 48px;
  height: 48px;
  margin-right: 32px;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border: 0;
}
@media screen and (max-width: 1023px) {
  .error404 .post.not-found #search-form .search-submit {
    -webkit-flex: 0 0 48px;
    -moz-box-flex: 0;
    -ms-flex: 0 0 48px;
    flex: 0 0 48px;
    margin-right: 0;
  }
}
.error404 .post.not-found #search-form .search-submit:hover, .error404 .post.not-found #search-form .search-submit:focus {
  opacity: 0.8;
}
.error404 .post.not-found #search-form .search-submit::before {
  content: "";
  -webkit-mask-image: url("../images/search.svg");
  mask-image: url("../images/search.svg");
  -webkit-mask-size: 100%;
  mask-size: 100%;
  width: 18px;
  height: 18px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: #ffffff;
}
.error404 .post.not-found #search-form .input-group {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(auto, 300px) 1fr;
  grid-template-columns: minmax(auto, 300px) 1fr;
}

body.search {
  font-size: 16px !important;
}
body.search .interior-hero {
  margin-bottom: 64px;
}
body.search main[role=main] {
  margin-bottom: 192px;
}
body.search .pagination {
  margin-top: 154px;
}
body.search .pagination .screen-reader-text {
  display: none;
}
body.search .pagination .nav-links {
  list-style: none;
  padding: 0;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 100%;
  margin: 0 auto;
  padding-top: 14px;
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (min-width: 767px) and (max-width: 1023px) {
  body.search .pagination .nav-links {
    padding-top: 20px;
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (min-width: 1024px) {
  body.search .pagination .nav-links {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}
body.search .pagination .page-numbers {
  font-size: 1.125rem;
  line-height: 1.5555555556;
  font-weight: 700;
  cursor: pointer;
  display: none;
  text-transform: uppercase;
  -moz-transition: color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease;
  text-decoration: none;
}
@media screen and (min-width: 1024px) {
  body.search .pagination .page-numbers {
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #667085;
    background-color: transparent;
    border: 0;
    width: 40px;
    height: 40px;
    border-radius: 40px;
  }
}
@media screen and (min-width: 1024px) {
  body.search .pagination .page-numbers:not(.prev):not(.next):not(.current-page):not(.dots):focus, body.search .pagination .page-numbers:not(.prev):not(.next):not(.current-page):not(.dots):hover {
    background-color: #7d89b0;
    color: #ffffff;
  }
}
body.search .pagination .page-numbers.current {
  font-style: normal;
  color: #344054;
  font-style: normal;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5;
}
@media screen and (min-width: 1024px) {
  body.search .pagination .page-numbers.current {
    color: #ffffff;
    background-color: #222e72;
  }
}
@media screen and (max-width: 640px) {
  body.search .pagination .page-numbers.current {
    margin-left: auto;
  }
}
@media screen and (max-width: 1023px) {
  body.search .pagination .page-numbers.current {
    display: inline-block;
    pointer-events: none;
  }
  body.search .pagination .page-numbers.current::before {
    content: "Page";
    display: inline-block;
    font-style: normal;
    color: #344054;
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
    text-transform: capitalize;
    margin-right: 6px;
  }
}
@media screen and (max-width: 1023px) {
  body.search .pagination .page-numbers:nth-last-child(2) {
    display: inline-block;
    pointer-events: none;
    color: #344054;
    font-style: normal;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.5;
    margin-left: 6px;
  }
}
@media screen and (max-width: 1023px) and (max-width: 640px) {
  body.search .pagination .page-numbers:nth-last-child(2) {
    margin-right: auto;
  }
}
@media screen and (max-width: 1023px) {
  body.search .pagination .page-numbers:nth-last-child(2)::before {
    content: "of";
    display: inline-block;
    color: #344054;
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
    text-transform: lowercase;
    margin-right: 6px;
  }
}
body.search .pagination .page-numbers.next, body.search .pagination .page-numbers.prev {
  font-size: 0.875rem;
  line-height: 1.7142857143;
  font-weight: 600;
  color: #667085;
  padding: 0;
  width: auto;
}
@media screen and (max-width: 1023px) {
  body.search .pagination .page-numbers.next, body.search .pagination .page-numbers.prev {
    display: inline-block;
    font-size: 0;
    color: transparent;
  }
}
body.search .pagination .page-numbers.next:hover, body.search .pagination .page-numbers.next:focus, body.search .pagination .page-numbers.prev:hover, body.search .pagination .page-numbers.prev:focus {
  color: #222e72;
}
body.search .pagination .page-numbers.next:hover::after, body.search .pagination .page-numbers.next:hover::before, body.search .pagination .page-numbers.next:focus::after, body.search .pagination .page-numbers.next:focus::before, body.search .pagination .page-numbers.prev:hover::after, body.search .pagination .page-numbers.prev:hover::before, body.search .pagination .page-numbers.prev:focus::after, body.search .pagination .page-numbers.prev:focus::before {
  background-color: #222e72;
}
body.search .pagination .page-numbers.next.active, body.search .pagination .page-numbers.prev.active {
  color: #667085;
}
body.search .pagination .page-numbers.next.active:hover, body.search .pagination .page-numbers.next.active:focus, body.search .pagination .page-numbers.prev.active:hover, body.search .pagination .page-numbers.prev.active:focus {
  color: #222e72;
}
body.search .pagination .page-numbers.next span, body.search .pagination .page-numbers.prev span {
  display: inline;
  pointer-events: none;
}
@media screen and (max-width: 1023px) {
  body.search .pagination .page-numbers.next span, body.search .pagination .page-numbers.prev span {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  body.search .pagination .page-numbers.next::before, body.search .pagination .page-numbers.next::after, body.search .pagination .page-numbers.prev::before, body.search .pagination .page-numbers.prev::after {
    width: 14px;
    height: 14px;
  }
}
body.search .pagination .page-numbers.prev {
  margin-right: 17px;
}
@media screen and (max-width: 1023px) {
  body.search .pagination .page-numbers.prev {
    display: inline-block;
    font-size: 0;
    color: transparent;
  }
}
@media screen and (min-width: 1024px) {
  body.search .pagination .page-numbers.prev {
    margin-right: 60px;
  }
}
body.search .pagination .page-numbers.prev::before {
  -webkit-mask-image: url("../images/arrow-right.svg");
  mask-image: url("../images/arrow-right.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-position: center;
  mask-position: center;
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  background-color: #667085;
  margin-right: 15px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}
body.search .pagination .page-numbers.next {
  margin-left: 17px;
}
@media screen and (min-width: 1024px) {
  body.search .pagination .page-numbers.next {
    margin-left: 60px;
  }
}
body.search .pagination .page-numbers.next::after {
  -webkit-mask-image: url("../images/arrow-right.svg");
  mask-image: url("../images/arrow-right.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-position: center;
  mask-position: center;
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  background-color: #667085;
  margin-left: 15px;
}
body.search .no-results {
  margin: 0 auto;
  max-width: 940px;
  padding: 0 16px;
}
@media screen and (min-width: 1920px) {
  body.search .no-results {
    margin: 0 auto;
    max-width: 1121px;
  }
}
body.search .no-results #search-form {
  margin-top: 32px;
}
body.search .no-results #search-form label {
  display: none;
}
body.search .no-results #search-form input {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  background-image: url("../images/search-gray-300.svg");
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: 18px center;
  color: #5a5a5f;
  background-color: #ffffff;
  border: 1px solid #171f27;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 50px;
  padding: 12px 10px 12px 40px;
  margin-right: 7px;
}
body.search .no-results #search-form input::-webkit-search-results-button, body.search .no-results #search-form input::-webkit-search-results-decoration, body.search .no-results #search-form input::-webkit-search-cancel-button, body.search .no-results #search-form input::-webkit-search-decoration {
  display: none;
}
body.search .no-results #search-form input::-webkit-input-placeholder {
  color: #5a5a5f;
}
body.search .no-results #search-form input::-moz-placeholder {
  color: #5a5a5f;
}
body.search .no-results #search-form input:-ms-input-placeholder {
  color: #5a5a5f;
}
body.search .no-results #search-form input::placeholder {
  color: #5a5a5f;
}
@media screen and (max-width: 1023px) {
  body.search .no-results #search-form input {
    margin-right: 10px;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
@media screen and (min-width: 1024px) {
  body.search .no-results #search-form input {
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
body.search .no-results #search-form .search-close {
  display: none;
}
body.search .no-results #search-form .search-submit {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  background-color: #171f27;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border-radius: 28px;
  width: 48px;
  height: 48px;
  margin-right: 32px;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border: 0;
}
@media screen and (max-width: 1023px) {
  body.search .no-results #search-form .search-submit {
    -webkit-flex: 0 0 48px;
    -moz-box-flex: 0;
    -ms-flex: 0 0 48px;
    flex: 0 0 48px;
    margin-right: 0;
  }
}
body.search .no-results #search-form .search-submit:hover, body.search .no-results #search-form .search-submit:focus {
  opacity: 0.8;
}
body.search .no-results #search-form .search-submit::before {
  content: "";
  -webkit-mask-image: url("../images/search.svg");
  mask-image: url("../images/search.svg");
  -webkit-mask-size: 100%;
  mask-size: 100%;
  width: 18px;
  height: 18px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: #ffffff;
}
body.search .no-results #search-form .input-group {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(auto, 300px) 1fr;
  grid-template-columns: minmax(auto, 300px) 1fr;
}

.search-entry {
  margin: 0 auto;
  max-width: 940px;
  padding: 0 16px;
}
.search-entry:not(:last-of-type) {
  margin-bottom: 16px;
}
.search-entry:not(:last-of-type)::after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background-color: #b9c0d4;
  margin-top: 32px;
}
@media screen and (min-width: 767px) and (max-width: 1023px) {
  .search-entry {
    padding-top: 20px;
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (min-width: 1920px) {
  .search-entry {
    margin: 0 auto;
    max-width: 1121px;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
  }
}
.search-entry__title {
  font-family: "Karla", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.875rem;
  line-height: 1.2666666667;
  color: #002147;
  text-decoration: none;
}
.search-entry__link {
  display: block;
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
  -moz-text-decoration-color: transparent;
  text-decoration-color: transparent;
  text-underline-offset: 1px;
  text-decoration-thickness: 2px;
  -moz-transition: text-decoration 0.3s ease;
  transition: text-decoration 0.3s ease;
}
.search-entry__link:hover, .search-entry__link:focus:focus-visible {
  -webkit-text-decoration-color: #002147;
  -moz-text-decoration-color: #002147;
  text-decoration-color: #002147;
}
.search-entry__summary {
  margin-top: 16px;
}
.search-entry__summary p {
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 500;
  color: #002147;
}