@charset "UTF-8";
@font-face {
  font-family: "Helvetica Neue LT";
  font-weight: 400;
  src: url("../fonts/helvetica-neue-lt-std-55-roman.woff2") format("woff2");
}
@font-face {
  font-family: "Helvetica Neue LT";
  font-weight: 500;
  src: url("../fonts/helvetica-neue-lt-std-65-medium.woff2") format("woff2");
}
@font-face {
  font-family: "Helvetica Neue LT";
  font-weight: 700;
  src: url("../fonts/helvetica-neue-lt-std-75-bold.woff2") format("woff2");
}
html, body {
  font-family: "Helvetica Neue LT", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 0;
}

body {
  color: #000000;
}

.headline-xl,
h1 {
  font-size: 2.5rem; /* 40px */
  font-weight: 400;
  line-height: 1.15; /* 46px */
  margin: 0 0 0.5em;
}
@media (max-width: 767px) {
  .headline-xl,
  h1 {
    font-size: 2rem; /* 32px */
    line-height: 1.1875; /* 38px */
  }
}

.headline-l,
h2 {
  font-size: 1.875rem; /* 30px */
  font-weight: 700;
  line-height: 1.2; /* 36px */
  margin: 1.5em 0 0.5em;
}
@media (max-width: 767px) {
  .headline-l,
  h2 {
    font-size: 1.5rem; /* 24px */
    line-height: 1.33333333; /* 32px */
  }
}

.headline-m,
h3 {
  font-size: 1.5rem; /* 24px */
  font-weight: 700;
  line-height: 1.25; /* 30px */
  margin: 1.25em 0 0.4em;
}

.headline-s,
h4 {
  font-size: 1.5rem; /* 24px */
  font-weight: 500;
  line-height: 1.33333333; /* 32px */
  margin: 1em 0 0.3em;
}
@media (max-width: 767px) {
  .headline-s,
  h4 {
    font-size: 1.25rem; /* 20px */
    line-height: 1.4; /* 28px */
  }
}

.headline-xs,
h5 {
  font-size: 1.375rem; /* 22px */
  font-weight: 500;
  line-height: 1.27272727; /* 28px */
  margin: 1em 0 0.3em;
}

.headline-l,
h2,
.headline-m,
h3,
.headline-s,
h4,
.headline-xs,
h5 {
  color: #0c336b;
}

.headline-xl:first-child,
h1:first-child,
.headline-l:first-child,
h2:first-child,
.headline-m:first-child,
h3:first-child,
.headline-s:first-child,
h4:first-child,
.headline-xs:first-child,
h5:first-child {
  margin-top: 0;
}
.headline-xl:last-child,
h1:last-child,
.headline-l:last-child,
h2:last-child,
.headline-m:last-child,
h3:last-child,
.headline-s:last-child,
h4:last-child,
.headline-xs:last-child,
h5:last-child {
  margin-bottom: 0;
}

.subhead-m {
  font-size: 1.125rem; /* 18px */
  font-weight: 500;
  line-height: 1.33333333; /* 24px */
}

.paragraph-xl {
  font-size: 1.25rem; /* 20px */
  line-height: 1.5; /* 30px */
}

.paragraph-l, .product-manager .container .manager-body li,
.product-manager .container .manager-body p {
  font-size: 1.125rem; /* 18px */
  line-height: 1.5; /* 27px */
}

.paragraph-m,
p {
  font-size: 1rem; /* 16px */
  line-height: 1.5; /* 24px */
}
@media (max-width: 767px) {
  .paragraph-m,
  p {
    font-size: 0.875rem; /* 14px */
    line-height: 1.57142857; /* 22px */
  }
}
.paragraph-m img.aligncenter,
p img.aligncenter {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.paragraph-s {
  font-size: 0.875rem; /* 14px */
  line-height: 1.42857143; /* 20px */
}
@media (max-width: 767px) {
  .paragraph-s {
    font-size: 0.8125rem; /* 13px */
    line-height: 1.53846154; /* 20px */
  }
}

.paragraph-xs {
  font-size: 0.75rem; /* 12px */
  line-height: 1.5; /* 18px */
}
@media (max-width: 767px) {
  .paragraph-xs {
    font-size: 0.6875rem; /* 11px */
    line-height: 1.81818182; /* 20px */
  }
}

.subhead-m,
.paragraph-xl,
.paragraph-l,
.product-manager .container .manager-body li,
.product-manager .container .manager-body p,
.paragraph-m,
p,
.paragraph-s,
.paragraph-xs {
  margin: 0 0 1.25em;
}
.subhead-m:last-child,
.paragraph-xl:last-child,
.paragraph-l:last-child,
.product-manager .container .manager-body li:last-child,
.product-manager .container .manager-body p:last-child,
.paragraph-m:last-child,
p:last-child,
.paragraph-s:last-child,
.paragraph-xs:last-child {
  margin-bottom: 0;
}

a {
  color: #0063a5;
  text-decoration: underline;
}
a:visited {
  color: #004a7b;
}
a:focus-visible {
  outline: 2px solid #f68b1f;
  outline-offset: 2px;
}

ol,
ul {
  margin: 0 0 1.25em;
  padding-left: 1.5em;
}
ol:last-child,
ul:last-child {
  margin-bottom: 0;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
  margin-top: 0.25em;
}
ol li,
ul li {
  margin-bottom: 0.25em;
}
ol li:last-child,
ul li:last-child {
  margin-bottom: 0;
}

.btn,
body header nav .nav-menu > li.btn-navigation-wrapper > a {
  border: 3px solid #72d2f1;
  color: #0c336b;
  cursor: pointer;
  display: inline-block;
  font-size: 0.875rem; /* 14px */
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.71428571; /* 24px */
  padding: 0.375rem 0.8125rem; /* 6px 13px */
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.3s ease-out;
  width: fit-content;
}
.btn:focus-visible,
body header nav .nav-menu > li.btn-navigation-wrapper > a:focus-visible {
  outline: 2px solid #f68b1f;
  outline-offset: 2px;
}
@media (hover: hover) {
  .btn:hover,
  body header nav .nav-menu > li.btn-navigation-wrapper > a:hover {
    text-decoration: none;
  }
}

.btn-primary {
  background-color: #72d2f1;
}
@media (hover: hover) {
  .btn-primary:hover {
    background-color: #ffffff;
  }
}

.btn-secondary,
body header nav .nav-menu > li.btn-navigation-wrapper > a {
  background-color: #ffffff;
}
@media (hover: hover) {
  .btn-secondary:hover,
  body header nav .nav-menu > li.btn-navigation-wrapper > a:hover {
    background-color: #72d2f1;
  }
}

.link-cta {
  align-items: center;
  color: #0c336b;
  display: inline-flex;
  font-weight: 700;
  gap: 6px;
  text-decoration: none;
  transition: color 0.3s ease-out;
  width: fit-content;
}
.link-cta:after {
  background-color: #72d2f1;
  content: "";
  display: block;
  height: 12px;
  margin-top: 2px;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='15' height='12' viewBox='0 0 15 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.1126 4.374C10.3522 4.608 10.2724 4.8 9.93754 4.8H0.611304C0.273397 4.8 0 5.067 0 5.4V6.6C0 6.93 0.276469 7.2 0.611304 7.2H9.93447C10.2724 7.2 10.3553 7.389 10.1096 7.626L6.06697 11.574C5.82736 11.808 5.90416 12 6.24514 12H8.49375C8.83166 12 9.30166 11.811 9.54126 11.577L14.8157 6.426C15.0553 6.192 15.0553 5.811 14.8157 5.577L9.54434 0.423C9.30473 0.189 8.8378 0 8.49683 0H6.24821C5.9103 0 5.82736 0.189 6.07004 0.426L10.1126 4.374Z' fill='black'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg width='15' height='12' viewBox='0 0 15 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.1126 4.374C10.3522 4.608 10.2724 4.8 9.93754 4.8H0.611304C0.273397 4.8 0 5.067 0 5.4V6.6C0 6.93 0.276469 7.2 0.611304 7.2H9.93447C10.2724 7.2 10.3553 7.389 10.1096 7.626L6.06697 11.574C5.82736 11.808 5.90416 12 6.24514 12H8.49375C8.83166 12 9.30166 11.811 9.54126 11.577L14.8157 6.426C15.0553 6.192 15.0553 5.811 14.8157 5.577L9.54434 0.423C9.30473 0.189 8.8378 0 8.49683 0H6.24821C5.9103 0 5.82736 0.189 6.07004 0.426L10.1126 4.374Z' fill='black'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  transition: transform 0.3s ease-out;
  width: 15px;
}
@media (hover: hover) {
  .link-cta:hover {
    color: #0063a5;
    text-decoration: none;
  }
  .link-cta:hover:after {
    transform: translateX(4px);
  }
}

.link-anchor {
  align-items: center;
  display: inline-flex;
  font-weight: 700;
  gap: 4px;
  text-decoration: none;
  transition: color 0.3s ease-out;
  width: fit-content;
}
.link-anchor:after {
  background-color: #0063a5;
  content: "";
  display: block;
  height: 15px;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='12' height='15' viewBox='0 0 12 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.626 10.1126C7.392 10.3522 7.2 10.2724 7.2 9.93754L7.2 0.611304C7.2 0.273397 6.933 -2.21486e-07 6.6 -2.36042e-07L5.4 -2.88495e-07C5.07 -3.0292e-07 4.8 0.276469 4.8 0.611304L4.8 9.93447C4.8 10.2724 4.611 10.3553 4.374 10.1096L0.425998 6.06697C0.191999 5.82736 -2.58079e-07 5.90416 -2.72984e-07 6.24514L-3.71274e-07 8.49375C-3.86044e-07 8.83166 0.188999 9.30166 0.422999 9.54126L5.574 14.8157C5.808 15.0553 6.189 15.0553 6.423 14.8157L11.577 9.54434C11.811 9.30473 12 8.8378 12 8.49683L12 6.24821C12 5.9103 11.811 5.82736 11.574 6.07004L7.626 10.1126Z' fill='black'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg width='12' height='15' viewBox='0 0 12 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.626 10.1126C7.392 10.3522 7.2 10.2724 7.2 9.93754L7.2 0.611304C7.2 0.273397 6.933 -2.21486e-07 6.6 -2.36042e-07L5.4 -2.88495e-07C5.07 -3.0292e-07 4.8 0.276469 4.8 0.611304L4.8 9.93447C4.8 10.2724 4.611 10.3553 4.374 10.1096L0.425998 6.06697C0.191999 5.82736 -2.58079e-07 5.90416 -2.72984e-07 6.24514L-3.71274e-07 8.49375C-3.86044e-07 8.83166 0.188999 9.30166 0.422999 9.54126L5.574 14.8157C5.808 15.0553 6.189 15.0553 6.423 14.8157L11.577 9.54434C11.811 9.30473 12 8.8378 12 8.49683L12 6.24821C12 5.9103 11.811 5.82736 11.574 6.07004L7.626 10.1126Z' fill='black'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  transition: background-color 0.3s ease-out;
  width: 12px;
}
@media (hover: hover) {
  .link-anchor:hover {
    color: #0c336b;
    text-decoration: none;
  }
  .link-anchor:hover:after {
    background-color: #0c336b;
  }
}

.form_field {
  height: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 0;
  z-index: -1;
}

form.wpcf7-form p {
  align-items: start;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
}
form.wpcf7-form p:has(> .wpcf7-submit) {
  margin-top: 2.5rem;
}
@media (min-width: 768px) {
  form.wpcf7-form p {
    flex-direction: row;
  }
  form.wpcf7-form p:not(:has(> label)) {
    padding-left: 180px;
  }
}
form.wpcf7-form p:has(> .form_field), form.wpcf7-form p:has(.hp-message) {
  display: none;
}
form.wpcf7-form label {
  font-size: 0.95em;
  font-weight: 500;
  margin-bottom: 5px;
  text-align: left;
  width: 100%;
}
@media (min-width: 768px) {
  form.wpcf7-form label {
    margin-bottom: 0;
    width: 160px;
  }
}
form.wpcf7-form .wpcf7-form-control-wrap {
  width: 100%;
}
@media (min-width: 768px) {
  form.wpcf7-form .wpcf7-form-control-wrap {
    padding-left: 20px;
    width: calc(100% - 180px);
  }
}
form.wpcf7-form input[type=email],
form.wpcf7-form input[type=number],
form.wpcf7-form input[type=tel],
form.wpcf7-form input[type=text],
form.wpcf7-form input[type=url],
form.wpcf7-form select,
form.wpcf7-form textarea {
  background-color: transparent;
  border: 1px solid #dbdbe1;
  border-radius: 4px;
  color: #000000;
  font-size: 1em;
  padding: 6px 12px;
  width: 100%;
}
form.wpcf7-form input[type=email]:focus-visible,
form.wpcf7-form input[type=number]:focus-visible,
form.wpcf7-form input[type=tel]:focus-visible,
form.wpcf7-form input[type=text]:focus-visible,
form.wpcf7-form input[type=url]:focus-visible,
form.wpcf7-form select:focus-visible,
form.wpcf7-form textarea:focus-visible {
  outline: 2px solid #f68b1f;
  outline-offset: 2px;
}
form.wpcf7-form input[type=email],
form.wpcf7-form input[type=number],
form.wpcf7-form input[type=tel],
form.wpcf7-form input[type=text],
form.wpcf7-form input[type=url],
form.wpcf7-form select {
  height: 44px;
}
form.wpcf7-form textarea {
  font-family: inherit;
  min-height: 120px;
  resize: vertical;
}
form.wpcf7-form input.wpcf7-not-valid,
form.wpcf7-form select.wpcf7-not-valid,
form.wpcf7-form textarea.wpcf7-not-valid {
  border-color: #f68b1f;
}
form.wpcf7-form .wpcf7-radio,
form.wpcf7-form .wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.5rem;
}
form.wpcf7-form .wpcf7-list-item {
  display: inline-flex;
  margin: 0;
}
form.wpcf7-form .wpcf7-list-item label {
  align-items: center;
  cursor: pointer;
  display: inline-flex;
  font-weight: 400;
  gap: 0.5rem;
  margin: 0;
  width: auto;
}
form.wpcf7-form .wpcf7-list-item input[type=checkbox]:focus-visible,
form.wpcf7-form .wpcf7-list-item input[type=radio]:focus-visible {
  outline: 2px solid #f68b1f;
  outline-offset: 2px;
}
form.wpcf7-form .wpcf7-not-valid-tip {
  color: #f68b1f;
  display: block;
  font-size: 0.875em;
  font-weight: 500;
  margin-top: 0.25rem;
}
form.wpcf7-form .wpcf7-recaptcha {
  margin-bottom: 0.5rem;
}
form.wpcf7-form .wpcf7-submit {
  background-color: #72d2f1;
  border: 3px solid #72d2f1;
  color: #0c336b;
  cursor: pointer;
  display: inline-flex;
  font-size: 0.875rem; /* 14px */
  font-weight: 700;
  justify-content: center;
  letter-spacing: 0.01em;
  line-height: 1.71428571; /* 24px */
  padding: 0.375rem 0.8125rem; /* 6px 13px */
  text-transform: uppercase;
  transition: background-color 0.3s ease-out;
  width: fit-content;
}
form.wpcf7-form .wpcf7-submit:focus-visible {
  outline: 2px solid #f68b1f;
  outline-offset: 2px;
}
form.wpcf7-form .wpcf7-submit:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
@media (hover: hover) {
  form.wpcf7-form .wpcf7-submit:hover:not(:disabled) {
    background-color: #ffffff;
  }
}
form.wpcf7-form .wpcf7-spinner {
  background-color: #0c336b;
}
form.wpcf7-form .wpcf7-spinner::before {
  background-color: #72d2f1;
}

.wpcf7 .wpcf7-response-output {
  border-radius: 4px;
  border-width: 1px;
  font-size: 0.95em;
  margin: 1.5rem 0 0;
  padding: 0.75rem 1rem;
}
.wpcf7 form.sent .wpcf7-response-output {
  border-color: #0c336b;
}
.wpcf7 form.aborted .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output,
.wpcf7 form.spam .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: #f68b1f;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

.skip-link {
  background: #0c336b;
  color: #ffffff;
  font-weight: 700;
  left: 0;
  padding: 0.5rem 1rem; /* 8px 16px */
  position: absolute;
  text-decoration: none;
  top: 0;
  transform: translateY(-100%);
  transition: transform 0.15s ease-out;
  z-index: 100000;
}
.skip-link:focus {
  transform: translateY(0);
}

body.menu-open {
  overflow: hidden;
}

table {
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
  width: 100%;
}
table caption {
  caption-side: top;
  color: #0c336b;
  font-size: 1.875rem; /* 30px */
  font-weight: 700;
  line-height: 1.2; /* 36px */
  margin-bottom: 1em;
  text-align: left;
}
@media (max-width: 767px) {
  table caption {
    font-size: 1.5rem; /* 24px */
    line-height: 1.33333333; /* 32px */
  }
}
table th,
table td {
  background-clip: padding-box;
  font-size: 1.25rem; /* 20px */
  line-height: 1.5; /* 30px */
  padding: 0.375em 1em; /* 7.5px 20px at 20px text → 45px row height */
  text-align: left;
  vertical-align: top;
}
@media (max-width: 767px) {
  table th,
  table td {
    font-size: 0.875rem; /* 14px */
  }
}
table th *,
table td * {
  font-size: inherit;
  line-height: inherit;
}
table tbody th {
  font-weight: 400;
}
table tr > *:not(:last-child) {
  border-right: 0.25em solid transparent; /* 5px at 20px text, 4px at 16px */
}
table thead tr > *,
table tbody tr:not(:last-child) > * {
  border-bottom: 0.25em solid transparent; /* 5px at 20px text, 4px at 16px */
}
table thead tr > * {
  background-color: #dbdbe1;
}
table tbody tr:nth-child(odd) > * {
  background-color: #efeff1;
}
table tbody tr:nth-child(even) > * {
  background-color: #dbdbe1;
}

hr {
  border-bottom: none;
  border-left: none;
  border-right: none;
  border-top: 1px solid #dbdbe1;
  margin-bottom: 1.25em;
  margin-top: 1.25em;
}

img {
  height: auto;
  max-width: 100%;
}

.page-wrapper .container {
  margin: 0 auto;
  max-width: 992px;
  padding: 5rem 1rem; /* 80px 16px */
}
@media (max-width: 767px) {
  .page-wrapper .container {
    padding-bottom: 2.5rem; /* 40px */
    padding-top: 2.5rem; /* 40px */
  }
}

header {
  background-color: #ffffff;
  position: relative;
  z-index: 10;
}
header #shield {
  background-color: rgba(0, 0, 0, 0.85);
  display: none;
  inset: 0;
  position: fixed;
  z-index: 100;
}

.header-desktop {
  display: none;
}
@media (min-width: 992px) {
  .header-desktop {
    display: block;
  }
}
.header-desktop .container {
  align-items: center;
  display: flex;
  height: 100px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1072px;
  padding: 0 1rem;
}
.header-desktop a.logo {
  display: block;
  width: 262px;
}
.header-desktop a.logo img {
  display: block;
  height: auto;
  width: 100%;
}
.header-desktop nav {
  flex: 1;
  height: 100px;
  overflow: visible;
}
.header-desktop nav .nav-menu {
  align-items: center;
  display: flex;
  gap: 1.5rem; /* 24px */
  height: 100%;
  justify-content: flex-end;
  list-style: none;
  margin: 0;
  padding: 0;
}
.header-desktop nav .nav-menu li {
  margin-bottom: 0;
}
.header-desktop nav .nav-menu > li {
  align-items: center;
  display: flex;
  height: 100%;
  white-space: nowrap;
}
.header-desktop nav .nav-menu > li > a {
  color: #0c336b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.71428571;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
}
.header-desktop nav .nav-menu > li > a::after {
  background-color: #0c336b;
  bottom: -2px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease-out;
  width: 100%;
}
@media (hover: hover) {
  .header-desktop nav .nav-menu > li > a:hover::after {
    transform: scaleX(1);
  }
}
.header-desktop nav .nav-menu > li.menu-item-has-children {
  align-self: center;
  height: auto;
  position: relative;
}
.header-desktop nav .nav-menu > li.menu-item-has-children ul.sub-menu {
  background-color: rgba(0, 0, 0, 0.85);
  display: none;
  left: 0;
  list-style: none;
  padding: 1rem 0 1.25rem;
  position: absolute;
  top: calc(100% + 1rem);
}
.header-desktop nav .nav-menu > li.menu-item-has-children ul.sub-menu li {
  display: block;
}
.header-desktop nav .nav-menu > li.menu-item-has-children ul.sub-menu li a {
  color: #ffffff;
  display: block;
  font-size: 0.875rem; /* 14px */
  line-height: normal;
  padding: 0 1.25rem 0 1rem;
  text-decoration: none;
}
@media (hover: hover) {
  .header-desktop nav .nav-menu > li.menu-item-has-children ul.sub-menu li a:hover {
    text-decoration: underline;
  }
}
.header-desktop nav .nav-menu > li.menu-item-has-children.active ul.sub-menu {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.header-desktop nav .nav-menu > li.btn-navigation-wrapper > a::after {
  display: none;
}

@media (min-width: 992px) {
  .header-mobile {
    display: none;
  }
}
.header-mobile .container {
  align-items: center;
  display: flex;
  height: 86px;
  justify-content: space-between;
  padding: 0 1rem;
}
.header-mobile a.logo {
  display: block;
  width: 214px;
}
.header-mobile a.logo img {
  display: block;
  height: auto;
  width: 100%;
}
.header-mobile .nav-open {
  background: transparent;
  border-bottom: none;
  border-left: 1px solid #dbdbe1;
  border-right: none;
  border-top: none;
  cursor: pointer;
  height: 32px;
  line-height: 0;
  padding: 0 0 0 1rem;
  z-index: 102;
}
.header-mobile .nav-open:focus-visible {
  outline: 2px solid #f68b1f;
  outline-offset: 2px;
}
.header-mobile nav {
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  height: 100%;
  max-width: 375px;
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  right: -100%;
  top: 0;
  transition: right 0.3s ease-out;
  width: 100%;
  z-index: 103;
}
.header-mobile nav.active {
  right: 0;
}
.header-mobile nav .nav-header {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  height: 86px;
  justify-content: space-between;
  padding: 0 1rem;
}
.header-mobile nav .nav-close {
  align-items: center;
  background: transparent;
  border-bottom: none;
  border-left: 1px solid #dbdbe1;
  border-right: none;
  border-top: none;
  color: #0c336b;
  cursor: pointer;
  display: flex;
  height: 32px;
  justify-content: center;
  line-height: 0;
  padding: 0 0 0 1rem;
}
.header-mobile nav .nav-close svg {
  display: block;
}
.header-mobile nav .nav-close:focus-visible {
  outline: 2px solid #f68b1f;
  outline-offset: 2px;
}
.header-mobile nav .nav-menu {
  list-style: none;
  margin: 0;
  padding: 0 1rem;
}
.header-mobile nav .nav-menu li {
  margin-bottom: 0;
}
.header-mobile nav .nav-menu > li {
  border-bottom: 1px solid #dbdbe1;
}
.header-mobile nav .nav-menu > li:first-child {
  border-top: 1px solid #dbdbe1;
}
.header-mobile nav .nav-menu > li:last-child {
  border-bottom: 0;
}
.header-mobile nav .nav-menu > li > a {
  align-items: center;
  color: #0c336b;
  display: flex;
  font-size: 1rem;
  font-weight: 700;
  justify-content: space-between;
  letter-spacing: 0.01em;
  line-height: normal;
  padding: 1rem 0;
  text-decoration: none;
  text-transform: uppercase;
}
.header-mobile nav .nav-menu > li.menu-item-has-children.active > a::after {
  transform: rotate(90deg);
}
.header-mobile nav .nav-menu > li.menu-item-has-children.active > a {
  padding-bottom: 0;
}
.header-mobile nav .nav-menu > li.menu-item-has-children.active ul.sub-menu {
  display: block;
}
.header-mobile nav .nav-menu > li.menu-item-has-children > a::after {
  background-color: #72d2f1;
  content: "";
  display: block;
  height: 12px;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='12' viewBox='0 0 7 12' fill='black'%3E%3Cpath d='M4.98792 6.00261L0.252564 1.42786C0.0917447 1.27229 0.00939741 1.07676 0.00552223 0.841269C0.0018408 0.605961 0.084188 0.406875 0.252564 0.244012C0.421133 0.081337 0.625355 0 0.865228 0C1.1051 0 1.30932 0.081337 1.47789 0.244012L6.70268 5.29191C6.81138 5.39712 6.8881 5.50803 6.93286 5.62466C6.97762 5.74128 7 5.86727 7 6.00261C7 6.13795 6.97762 6.26394 6.93286 6.38056C6.8881 6.49719 6.81138 6.6081 6.70268 6.71331L1.47789 11.7612C1.31688 11.9166 1.1145 11.9961 0.870751 11.9999C0.627197 12.0034 0.421135 11.9239 0.252565 11.7612C0.084189 11.5983 0 11.401 0 11.1693C0 10.9375 0.0841889 10.7402 0.252565 10.5774L4.98792 6.00261Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='12' viewBox='0 0 7 12' fill='black'%3E%3Cpath d='M4.98792 6.00261L0.252564 1.42786C0.0917447 1.27229 0.00939741 1.07676 0.00552223 0.841269C0.0018408 0.605961 0.084188 0.406875 0.252564 0.244012C0.421133 0.081337 0.625355 0 0.865228 0C1.1051 0 1.30932 0.081337 1.47789 0.244012L6.70268 5.29191C6.81138 5.39712 6.8881 5.50803 6.93286 5.62466C6.97762 5.74128 7 5.86727 7 6.00261C7 6.13795 6.97762 6.26394 6.93286 6.38056C6.8881 6.49719 6.81138 6.6081 6.70268 6.71331L1.47789 11.7612C1.31688 11.9166 1.1145 11.9961 0.870751 11.9999C0.627197 12.0034 0.421135 11.9239 0.252565 11.7612C0.084189 11.5983 0 11.401 0 11.1693C0 10.9375 0.0841889 10.7402 0.252565 10.5774L4.98792 6.00261Z'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  width: 7px;
}
.header-mobile nav .nav-menu > li ul.sub-menu {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0 0 0 1rem;
}
.header-mobile nav .nav-menu > li ul.sub-menu li {
  border-top: 1px solid #dbdbe1;
}
.header-mobile nav .nav-menu > li ul.sub-menu li:first-child {
  border-top: 0;
}
.header-mobile nav .nav-menu > li ul.sub-menu li a {
  color: #0c336b;
  display: block;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  padding: 1rem 0;
  text-decoration: none;
  text-transform: uppercase;
}
.header-mobile nav .nav-menu > li.btn-navigation-wrapper {
  padding-top: 2rem;
}
.header-mobile nav .nav-compass {
  margin: auto auto 0;
  max-width: 320px;
  opacity: 0.3;
  padding: 2rem 0 0;
  width: 100%;
}
.header-mobile nav .nav-compass img {
  display: block;
  width: 100%;
}

body.loggedin .header-mobile nav {
  top: 46px;
}

#page-banner {
  align-items: center;
  background-color: #0c336b;
  color: #ffffff;
  display: flex;
  height: 130px;
  overflow: hidden;
  width: 100%;
}
@media (max-width: 767px) {
  #page-banner {
    height: 100px;
  }
}
#page-banner .container {
  margin: 0 auto;
  max-width: 1072px;
  padding: 0 1rem;
  position: relative;
  width: 100%;
}
#page-banner .container::before {
  background-image: url(../img/compass-white.svg);
  background-position: left;
  background-repeat: no-repeat;
  background-size: 228px;
  content: "";
  height: 130px;
  left: -236px;
  opacity: 0.25;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 228px;
}
#page-banner .container h1 {
  position: relative;
}
#page-banner .container h1.single-blog-post {
  font-size: 2rem; /* 32px */
  line-height: 1.1875; /* 38px */
}
@media (max-width: 767px) {
  #page-banner .container h1.single-blog-post {
    font-size: 1.375rem; /* 22px */
    line-height: 1.27272727; /* 28px */
  }
}

.box-shadow {
  box-shadow: 0 4px 11px 2px rgba(0, 0, 0, 0.2);
}

.card {
  box-shadow: 0 4px 11px 2px rgba(0, 0, 0, 0.2);
  padding: 2.5rem 1.5rem 3rem; /* 40px 24px 48px */
}
@media (max-width: 991px) {
  .card {
    padding: 1.5rem 1rem 2rem; /* 24px 16px 32px */
  }
}
@media (max-width: 767px) {
  .card {
    padding: 1.5rem 1rem 2rem; /* 24px 16px 32px */
  }
}

.video-embed {
  aspect-ratio: 16/9;
  width: 100%;
}
.video-embed iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
}

.video-description {
  margin-top: 2rem; /* 32px */
}
@media (max-width: 767px) {
  .video-description {
    margin-top: 1.5rem; /* 24px */
  }
}

.post-wrapper .container {
  display: flex;
  gap: 80px;
}
.post-wrapper .container__col-left, .post-wrapper .container__col-right {
  min-width: 0;
}
.post-wrapper .container__col-left {
  flex: 1;
}
.post-wrapper .container__col-left ul {
  list-style: none;
  padding-left: 0;
}
.post-wrapper .container__col-left ul li {
  margin-bottom: 0.5rem;
}
.post-wrapper .container__col-right {
  display: flex;
  flex-direction: column;
  flex: 2;
}
@media (max-width: 767px) {
  .post-wrapper .container {
    flex-direction: column;
    gap: 2rem; /* 32px */
  }
  .post-wrapper .container__col-left, .post-wrapper .container__col-right {
    flex: initial;
  }
}
.post-wrapper .container__col-right .post-block {
  border-top: 1px solid #dbdbe1;
  margin-top: 2.5rem; /* 40px */
  padding-top: 2.5rem; /* 40px */
}
@media (max-width: 767px) {
  .post-wrapper .container__col-right .post-block {
    display: block;
    margin-top: 2rem; /* 32px */
    padding-top: 2rem; /* 32px */
  }
}
.post-wrapper .container__col-right .post-block:first-child {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}

.front-page-hero {
  background-color: #0c336b;
  display: flex;
  height: 455px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 767px) {
  .front-page-hero {
    flex-direction: column-reverse;
    height: auto;
  }
}
.front-page-hero::before {
  background-image: url(../img/compass-white.svg);
  background-repeat: no-repeat;
  background-size: 376px;
  content: "";
  height: 376px;
  left: calc(50vw - 902px);
  opacity: 0.25;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 376px;
}
@media (max-width: 767px) {
  .front-page-hero::before {
    display: none;
  }
}
.front-page-hero__col-left {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  position: relative;
  width: calc(50% - 88px);
}
@media (max-width: 767px) {
  .front-page-hero__col-left {
    display: block;
    width: 100%;
  }
}
.front-page-hero__content {
  color: #ffffff;
  max-width: 448px;
  padding-left: 1rem; /* 16px */
  padding-right: 2.5rem; /* 40px */
  width: 100%;
}
@media (max-width: 767px) {
  .front-page-hero__content {
    max-width: none;
    padding-bottom: 2rem; /* 32px */
    padding-right: 1rem; /* 16px */
    padding-top: 1.5rem; /* 24px */
  }
}
.front-page-hero > .front-page-hero__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 1072px;
  padding-right: 1rem; /* 16px */
  width: 100%;
}
@media (max-width: 767px) {
  .front-page-hero > .front-page-hero__content {
    max-width: none;
  }
}
.front-page-hero__content-inner {
  max-width: 360px;
}
@media (max-width: 767px) {
  .front-page-hero__content-inner {
    max-width: none;
  }
}
.front-page-hero__col-right {
  width: calc(50% + 88px);
}
@media (max-width: 767px) {
  .front-page-hero__col-right {
    height: 211px;
    width: 100%;
  }
}
.front-page-hero__image {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: var(--hero-image-position-desktop, 50% 50%);
  width: 100%;
}
@media (max-width: 767px) {
  .front-page-hero__image {
    object-position: var(--hero-image-position-mobile, 50% 50%);
  }
}

:where(.fl-builder-content > .fl-row > .fl-row-content-wrap) {
  margin-bottom: 2.5rem; /* 40px */
  margin-top: 2.5rem; /* 40px */
}
@media (max-width: 767px) {
  :where(.fl-builder-content > .fl-row > .fl-row-content-wrap) {
    margin-bottom: 1.25rem; /* 20px */
    margin-top: 1.25rem; /* 20px */
  }
}

:where(.fl-builder-content > .fl-row:first-child > .fl-row-content-wrap) {
  margin-top: 5rem; /* 80px */
}
@media (max-width: 767px) {
  :where(.fl-builder-content > .fl-row:first-child > .fl-row-content-wrap) {
    margin-top: 2.5rem; /* 40px */
  }
}

:where(.fl-builder-content > .fl-row:last-child > .fl-row-content-wrap) {
  margin-bottom: 5rem; /* 80px */
}
@media (max-width: 767px) {
  :where(.fl-builder-content > .fl-row:last-child > .fl-row-content-wrap) {
    margin-bottom: 2.5rem; /* 40px */
  }
}

.fl-module-tabs .fl-tabs .fl-tabs-labels li {
  margin-bottom: 0;
}
.fl-module-tabs .fl-tabs .fl-tabs-labels li .fl-tabs-label {
  border-bottom: 4px solid transparent;
  border-left: none;
  border-right: none;
  border-top: none;
  color: #0c336b;
  font-weight: 500;
  letter-spacing: 0.01em;
  outline: none;
  padding: 1rem;
}
.fl-module-tabs .fl-tabs .fl-tabs-labels li .fl-tabs-label:focus-visible {
  outline-offset: -2px;
  outline: 2px solid #f68b1f;
}
.fl-module-tabs .fl-tabs .fl-tabs-labels li .fl-tabs-label.fl-tab-active {
  border-bottom: 5px solid #0c336b !important;
  pointer-events: none;
}
.fl-module-tabs .fl-tabs .fl-tabs-labels li .fl-tabs-label.fl-tab-active:after {
  content: none;
}
.fl-module-tabs .fl-tabs .fl-tabs-panels {
  background-color: transparent;
  border: none;
}
@media (min-width: 768px) {
  .fl-module-tabs .fl-tabs .fl-tabs-panels {
    border-bottom: 1px solid #dbdbe1;
    border-top: 1px solid #dbdbe1;
    margin-top: -3px;
    padding-bottom: 2.5rem; /* 40px */
    padding-top: 2rem; /* 32px */
  }
}
@media (max-width: 767px) {
  .fl-module-tabs .fl-tabs .fl-tabs-panels .fl-tabs-panel {
    border-color: #efeff1;
  }
  .fl-module-tabs .fl-tabs .fl-tabs-panels .fl-tabs-panel:first-child {
    border-top-style: solid;
    border-top-width: 1px;
  }
  .fl-module-tabs .fl-tabs .fl-tabs-panels .fl-tabs-panel:last-child {
    border-bottom-style: solid;
    border-bottom-width: 1px;
  }
}
@media (max-width: 767px) {
  .fl-module-tabs .fl-tabs .fl-tabs-panels .fl-tabs-panel .fl-tabs-label {
    color: #0c336b;
    font-weight: 500;
    outline: none;
    padding: 1rem 0;
  }
  .fl-module-tabs .fl-tabs .fl-tabs-panels .fl-tabs-panel .fl-tabs-label:focus-visible {
    outline: 2px solid #f68b1f;
  }
}
.fl-module-tabs .fl-tabs .fl-tabs-panels .fl-tabs-panel .fl-tabs-label.fl-tab-active {
  pointer-events: none;
}
.fl-module-tabs .fl-tabs .fl-tabs-panels .fl-tabs-panel .fl-tabs-panel-content {
  padding: 0;
}
@media (max-width: 767px) {
  .fl-module-tabs .fl-tabs .fl-tabs-panels .fl-tabs-panel .fl-tabs-panel-content {
    padding: 0 0 1rem;
  }
}

footer {
  color: #ffffff;
}
footer .footer-row-1 {
  background-color: #0063a5;
}
footer .footer-row-1 .container {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  margin: 0 auto;
  max-width: 1072px;
  padding: 4rem 1rem;
  text-align: center;
}
@media (max-width: 767px) {
  footer .footer-row-1 .container {
    gap: 1.5rem;
    padding-bottom: 2rem;
    padding-top: 2rem;
  }
}
footer .footer-row-1 .container .footer-row-1-widget {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media (max-width: 767px) {
  footer .footer-row-1 .container .footer-row-1-widget {
    gap: 1.5rem;
  }
}
footer .footer-row-1 .container .footer-row-1-widget p {
  color: #ffffff;
}
footer .footer-row-2 {
  background-color: #0c336b;
}
footer .footer-row-2 .container {
  margin: 0 auto;
  max-width: 1072px;
  padding: 3.5rem 1rem 1.5rem;
}
@media (max-width: 767px) {
  footer .footer-row-2 .container {
    padding-top: 1.75rem;
  }
}
footer .footer-row-2 .footer-row-2-top {
  display: flex;
  gap: 3rem;
}
@media (max-width: 767px) {
  footer .footer-row-2 .footer-row-2-top {
    align-items: center;
    flex-direction: column;
    gap: 1.5rem;
  }
}
footer .footer-row-2 .footer-col {
  flex: 1;
}
footer .footer-row-2 .footer-col ol,
footer .footer-row-2 .footer-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer .footer-row-2 .footer-col ol li,
footer .footer-row-2 .footer-col ul li {
  margin-bottom: 0;
}
footer .footer-row-2 .logo {
  display: block;
  max-width: 264px;
  width: 100%;
}
footer .footer-row-2 .logo img {
  display: block;
  width: 100%;
}
@media (max-width: 767px) {
  footer .footer-row-2 .footer-row-2-col-1-widget {
    text-align: center;
  }
}
footer .footer-row-2 .footer-row-2-col-2-widget {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media (max-width: 767px) {
  footer .footer-row-2 .footer-row-2-col-2-widget {
    align-items: center;
    text-align: center;
  }
}
footer .footer-row-2 .footer-row-2-col-2-widget .social {
  display: flex;
  gap: 1rem;
}
footer .footer-row-2 .footer-row-2-col-2-widget .social a,
footer .footer-row-2 .footer-row-2-col-2-widget .social svg {
  display: block;
}
footer .footer-row-2 .footer-row-2-bottom {
  margin-top: 4rem;
  text-align: center;
}
@media (max-width: 767px) {
  footer .footer-row-2 .footer-row-2-bottom {
    margin-top: 1.5rem;
  }
}
footer .footer-row-2 .footer-row-2-bottom a {
  color: #ffffff;
  text-decoration: none;
}
@media (hover: hover) {
  footer .footer-row-2 .footer-row-2-bottom a:hover {
    text-decoration: underline;
  }
}

@media (max-width: 767px) {
  .product-manager .container {
    max-width: 432px;
  }
}
.product-manager .container .manager-card {
  box-shadow: 0 4px 11px 2px rgba(0, 0, 0, 0.2);
  display: flex;
  gap: 2rem;
  padding: 2rem;
}
@media (max-width: 767px) {
  .product-manager .container .manager-card {
    box-shadow: none;
    flex-direction: column;
    gap: 1.5rem;
    padding: 0;
  }
}
.product-manager .container .manager-card-img {
  max-width: 200px;
  width: 100%;
}
@media (max-width: 767px) {
  .product-manager .container .manager-card-img {
    box-shadow: 0 4px 11px 2px rgba(0, 0, 0, 0.2);
    padding: 1rem;
  }
}
.product-manager .container .manager-card-img img {
  display: block;
  width: 100%;
}
.product-manager .container .manager-card-info {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 1rem;
  min-width: 0;
}
@media (max-width: 767px) {
  .product-manager .container .manager-card-info {
    gap: 0.5rem;
  }
}
.product-manager .container .manager-card-info .manager-name {
  color: #0c336b;
  margin: 0;
}
.product-manager .container .manager-card-info .manager-job-title {
  color: #0c336b;
  margin: 0;
}
.product-manager .container .contact-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  .product-manager .container .contact-list {
    gap: 0.75rem;
    margin-top: 0.75rem;
    max-width: 100%;
  }
}
.product-manager .container .contact-list li {
  align-items: center;
  display: flex;
  gap: 12px;
  margin-bottom: 0;
  min-width: 0;
}
@media (max-width: 767px) {
  .product-manager .container .contact-list li {
    gap: 6px;
  }
}
.product-manager .container .contact-list li .svg-wrapper {
  flex-shrink: 0;
}
.product-manager .container .contact-list li svg {
  display: block;
  width: 14px;
}
.product-manager .container .contact-list li a,
.product-manager .container .contact-list li span {
  color: #0063a5;
  min-width: 0;
  overflow-wrap: break-word;
}
@media (max-width: 767px) {
  .product-manager .container .contact-list li a,
  .product-manager .container .contact-list li span {
    font-size: 0.875rem;
    line-height: normal;
  }
}
@media (max-width: 399px) {
  .product-manager .container .contact-list li a,
  .product-manager .container .contact-list li span {
    font-size: 0.75rem;
  }
}
.product-manager .container .contact-list li a {
  text-decoration: none;
}
@media (hover: hover) {
  .product-manager .container .contact-list li a:hover {
    text-decoration: underline;
  }
}
.product-manager .container .manager-body {
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .product-manager .container .manager-body {
    margin-top: 2rem;
  }
}
.product-manager .container .manager-cta-heading {
  color: #0c336b;
  margin-bottom: 0;
  margin-top: 3rem;
  text-align: center;
}
.product-manager .container .manager-cta-links {
  display: flex;
  gap: 2rem;
  margin: 2rem auto 0;
  max-width: 800px;
}
@media (max-width: 767px) {
  .product-manager .container .manager-cta-links {
    align-items: center;
    flex-direction: column;
    gap: 1.5rem;
    margin-top: 1.5rem;
  }
}
.product-manager .container .manager-cta-links .manager-cta-link {
  align-items: center;
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 1rem;
}
@media (max-width: 767px) {
  .product-manager .container .manager-cta-links .manager-cta-link {
    gap: 0.75rem;
  }
}
.product-manager .container .manager-cta-links .manager-cta-link img {
  display: block;
  height: 100px;
  width: 100px;
}

.m-0 {
  margin: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.p-0 {
  padding: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1 {
  margin-left: 0.25rem !important;
}

.mr-1 {
  margin-right: 0.25rem !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1 {
  padding-left: 0.25rem !important;
}

.pr-1 {
  padding-right: 0.25rem !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2 {
  margin-left: 0.5rem !important;
}

.mr-2 {
  margin-right: 0.5rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2 {
  padding-left: 0.5rem !important;
}

.pr-2 {
  padding-right: 0.5rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.ml-3 {
  margin-left: 1rem !important;
}

.mr-3 {
  margin-right: 1rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pl-3 {
  padding-left: 1rem !important;
}

.pr-3 {
  padding-right: 1rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4 {
  margin-left: 1.5rem !important;
}

.mr-4 {
  margin-right: 1.5rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4 {
  padding-left: 1.5rem !important;
}

.pr-4 {
  padding-right: 1.5rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.m-5 {
  margin: 2rem !important;
}

.mb-5 {
  margin-bottom: 2rem !important;
}

.ml-5 {
  margin-left: 2rem !important;
}

.mr-5 {
  margin-right: 2rem !important;
}

.mt-5 {
  margin-top: 2rem !important;
}

.p-5 {
  padding: 2rem !important;
}

.pb-5 {
  padding-bottom: 2rem !important;
}

.pl-5 {
  padding-left: 2rem !important;
}

.pr-5 {
  padding-right: 2rem !important;
}

.pt-5 {
  padding-top: 2rem !important;
}

.m-6 {
  margin: 2.5rem !important;
}

.mb-6 {
  margin-bottom: 2.5rem !important;
}

.ml-6 {
  margin-left: 2.5rem !important;
}

.mr-6 {
  margin-right: 2.5rem !important;
}

.mt-6 {
  margin-top: 2.5rem !important;
}

.p-6 {
  padding: 2.5rem !important;
}

.pb-6 {
  padding-bottom: 2.5rem !important;
}

.pl-6 {
  padding-left: 2.5rem !important;
}

.pr-6 {
  padding-right: 2.5rem !important;
}

.pt-6 {
  padding-top: 2.5rem !important;
}

.m-7 {
  margin: 3rem !important;
}

.mb-7 {
  margin-bottom: 3rem !important;
}

.ml-7 {
  margin-left: 3rem !important;
}

.mr-7 {
  margin-right: 3rem !important;
}

.mt-7 {
  margin-top: 3rem !important;
}

.p-7 {
  padding: 3rem !important;
}

.pb-7 {
  padding-bottom: 3rem !important;
}

.pl-7 {
  padding-left: 3rem !important;
}

.pr-7 {
  padding-right: 3rem !important;
}

.pt-7 {
  padding-top: 3rem !important;
}

.text-center {
  text-align: center !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

@media (min-width: 768px) {
  .hide-on-desktop {
    display: none;
  }
}

@media (max-width: 767px) {
  .hide-on-mobile {
    display: none;
  }
}
