h1, h2, h3, h4, h5, h6 {
  font-family: Manrope, sans-serif;
  font-style: normal;
  text-transform: none;
}

h1 {
  font-size: 60px;
  font-weight: 800;
  line-height: 72px; /* 120% */
  letter-spacing: -3px;
}

.fs-h1 {
  font-size: 60px;
}

h2 {
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 32px;
  font-weight: 800;
  line-height: 44px; /* 137.5% */
  letter-spacing: -1.6px;
}

.fs-h2 {
  font-size: 32px;
}

h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px; /* 141.667% */
}

h4, h5, h6 {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px; /* 150% */
}

body, p, li {
  font-family: "DM Sans", sans-serif;
  font-style: normal;
}

.text-m {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px; /* 150% */
}

.text-s {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px; /* 150% */
}

.text-xs {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px; /* 150% */
}

.ff-header {
  font-family: Manrope, sans-serif;
}

.ff-body {
  font-family: "DM Sans", sans-serif;
}

.text-blue-80 {
  color: #103966;
}

.text-blue-60 {
  color: #4F89BB;
}

.text-green-50 {
  color: #49AB75;
}

.text-red-50 {
  color: #ff0000;
}

.text-grey-50 {
  color: #939598;
}

.fw-500 {
  font-weight: 500;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.experience-rating {
  font-weight: 700;
}

@media (min-width: 1200px) and (max-width: 1599px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-xl-block,
.visible-xl-inline,
.visible-xl-inline-block,
.visible-xl {
  display: none !important;
}

@media screen and (max-width: 479px) {
  .container,
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
  .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .container,
  .container-fluid {
    padding-right: 24px;
    padding-left: 24px;
  }
  .row {
    margin-right: -24px;
    margin-left: -24px;
  }
}
@media (min-width: 1600px) {
  .container {
    width: 1570px;
  }
  .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    float: left;
  }
  .col-xl-20 {
    width: 20%;
  }
  .col-xl-12 {
    width: 100%;
  }
  .col-xl-11 {
    width: 91.66666667%;
  }
  .col-xl-10 {
    width: 83.33333333%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-8 {
    width: 66.66666667%;
  }
  .col-xl-7 {
    width: 58.33333333%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-5 {
    width: 41.66666667%;
  }
  .col-xl-4 {
    width: 33.33333333%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-2 {
    width: 16.66666667%;
  }
  .col-xl-1 {
    width: 8.33333333%;
  }
  .col-xl-pull-12 {
    right: 100%;
  }
  .col-xl-pull-11 {
    right: 91.66666667%;
  }
  .col-xl-pull-10 {
    right: 83.33333333%;
  }
  .col-xl-pull-9 {
    right: 75%;
  }
  .col-xl-pull-8 {
    right: 66.66666667%;
  }
  .col-xl-pull-7 {
    right: 58.33333333%;
  }
  .col-xl-pull-6 {
    right: 50%;
  }
  .col-xl-pull-5 {
    right: 41.66666667%;
  }
  .col-xl-pull-4 {
    right: 33.33333333%;
  }
  .col-xl-pull-3 {
    right: 25%;
  }
  .col-xl-pull-2 {
    right: 16.66666667%;
  }
  .col-xl-pull-1 {
    right: 8.33333333%;
  }
  .col-xl-pull-0 {
    right: auto;
  }
  .col-xl-push-12 {
    left: 100%;
  }
  .col-xl-push-11 {
    left: 91.66666667%;
  }
  .col-xl-push-10 {
    left: 83.33333333%;
  }
  .col-xl-push-9 {
    left: 75%;
  }
  .col-xl-push-8 {
    left: 66.66666667%;
  }
  .col-xl-push-7 {
    left: 58.33333333%;
  }
  .col-xl-push-6 {
    left: 50%;
  }
  .col-xl-push-5 {
    left: 41.66666667%;
  }
  .col-xl-push-4 {
    left: 33.33333333%;
  }
  .col-xl-push-3 {
    left: 25%;
  }
  .col-xl-push-2 {
    left: 16.66666667%;
  }
  .col-xl-push-1 {
    left: 8.33333333%;
  }
  .col-xl-push-0 {
    left: auto;
  }
  .col-xl-offset-12 {
    margin-left: 100%;
  }
  .col-xl-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-xl-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  .col-xl-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xl-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  .col-xl-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xl-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  .col-xl-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xl-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-xl-offset-0 {
    margin-left: 0;
  }
  .visible-xl {
    display: block !important;
  }
  table.visible-xl {
    display: table;
  }
  tr.visible-xl {
    display: table-row !important;
  }
  th.visible-xl, td.visible-xl {
    display: table-cell !important;
  }
  .visible-xl-block {
    display: block !important;
  }
  .visible-xl-inline {
    display: inline !important;
  }
  .visible-xl-inline-block {
    display: inline-block !important;
  }
  .hide-xl, .hidden-xl {
    display: none !important;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
}
@media (max-width: 460px) {
  .hidden-xxs {
    display: none !important;
  }
}
@media (min-width: 1400px) {
  .container {
    width: 1320px;
  }
}
@media (max-width: 576px) {
  .hide-xs {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .hide-sm {
    display: none !important;
  }
}
@media (max-width: 992px) {
  .hide-md {
    display: none !important;
  }
}
@media (max-width: 1200px) {
  .hide-lg {
    display: none !important;
  }
}
@media (max-width: 1400px) {
  .hide-xl {
    display: none !important;
  }
}
a:focus:not(:focus-visible) {
  outline: none;
  outline-offset: 0;
}

body.md-fixed {
  padding-top: 0;
}
body.md-fixed #header {
  padding-top: 12px;
  position: relative !important;
  box-shadow: none;
}
@media (max-width: 767px) {
  body.md-fixed #header > .container, body.md-fixed #header > .container-fluid {
    padding-right: 12px;
    padding-left: 12px;
  }
}

#envoy-logo {
  padding: 0;
  margin: 0;
  height: auto;
}
#envoy-logo img {
  width: 120px;
  height: 37px;
}

@media (min-width: 576px) {
  #envoy-logo img {
    width: 160px;
    height: 49px;
  }
}
.navbar-default .navbar-toggle {
  border: none;
}

#header-nav {
  height: 136px;
  border-radius: 16px;
  background-color: #F8F8F8;
  border: none;
  font-family: Manrope, sans-serif;
}
#header-nav .navbar-header {
  width: 120px;
}
@media (min-width: 768px) {
  #header-nav .navbar-header {
    width: 180px;
  }
}
#header-nav .icon-bar {
  background-color: #103966;
}
#header-nav .d-flex {
  align-items: center;
}
#header-nav .nav-l {
  flex-grow: 1;
}
@media screen and (min-width: 1180px) {
  #header-nav .nav-l {
    flex-grow: 0;
  }
}
#header-nav .nav-c {
  flex-grow: 2;
}
#header-nav .nav-r {
  flex-grow: 0;
}

#nav-top {
  height: 40px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  overflow: hidden;
}
@media screen and (max-width: 479px) {
  #nav-top .hide-xxs {
    display: none;
  }
}
#nav-top li, #nav-top a {
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
}
#nav-top li.d-flex, #nav-top a.d-flex {
  display: flex !important;
}
#nav-top a {
  padding-top: 0;
  padding-bottom: 0;
  height: 40px;
  display: flex;
  align-items: center;
}
#nav-top .text-grey {
  color: #939598;
}
#nav-top .nav-top-l {
  flex-grow: 1;
  display: flex;
}
#nav-top .nav-top-l .avatar-wrap {
  display: flex;
  align-items: center;
}
#nav-top .nav-top-l .avatar {
  width: 32px;
  height: 32px;
  border-radius: 18px;
  background-size: cover;
  background-position: 50% 0;
  background-repeat: no-repeat;
  display: inline-block;
}

@media screen and (min-width: 1180px) {
  #my-lo.no-lo {
    display: none;
  }
}
@media (max-width: 768px) {
  #nav-top .nav-top-l {
    justify-content: center;
  }
}
.mobile-nav .close-nav {
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  top: 30px;
  right: 36px;
}
@media screen and (min-width: 1180px) {
  .mobile-nav .close-nav {
    display: none;
  }
}

@media screen and (max-width: 1179px) {
  #header-nav-wrap.d-flex {
    padding: 120px 50px 60px 20px;
    flex-direction: column;
    align-items: flex-end;
  }
}

#nav-btm {
  background-color: #FFFFFF;
  border-radius: 16px;
  height: 100px;
  -webkit-box-shadow: 0px 0px 5px 6px rgba(16, 57, 102, 0.05);
  -moz-box-shadow: 0px 0px 5px 6px rgba(16, 57, 102, 0.05);
  box-shadow: 0px 0px 5px 6px rgba(16, 57, 102, 0.05);
}
#nav-btm > .nav > li > a.btn-lg {
  padding: 12px 20px !important;
}
#nav-btm .caret {
  border: none;
  background-image: url("../img/facelift/icon-chevron.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  transition: all 50ms;
  margin-left: 5px;
}
@media screen and (min-width: 1180px) {
  #nav-btm .caret {
    width: 12px;
    height: 12px;
  }
}
#nav-btm .menu-item.dropdown.open .caret {
  transform: rotate(180deg);
}
@media screen and (max-width: 1179px) {
  #nav-btm .dropdown-menu {
    position: relative;
    box-shadow: none;
    border: none;
    text-align: right;
    max-width: 300px;
  }
}
@media screen and (min-width: 1180px) {
  #nav-btm .dropdown-menu {
    border-radius: 12px;
    border-color: transparent;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.2);
    background-color: #FFFFFF;
    margin-top: 10px;
  }
  #nav-btm .dropdown-menu li {
    padding: 9px 16px;
  }
  #nav-btm .dropdown-menu .menu-item.active > a {
    background-color: transparent;
    font-weight: 800;
  }
}
#nav-btm .dropdown-menu a {
  font-family: Manrope, sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 34px;
  color: #103966;
}
@media screen and (min-width: 480px) {
  #nav-btm .dropdown-menu a {
    font-size: 24px;
  }
}
@media screen and (min-width: 1180px) {
  #nav-btm .dropdown-menu a {
    font-size: 16px;
    line-height: 22px;
    transition: all 300ms;
    padding: 2px 16px;
  }
  #nav-btm .dropdown-menu a:hover {
    background-color: transparent;
    padding: 0 16px 4px 16px;
  }
  #nav-btm .dropdown-menu a:active {
    font-weight: 800;
  }
}
@media screen and (max-width: 1179px) {
  #nav-btm .dropdown-menu a {
    padding-bottom: 1rem;
    white-space: normal;
  }
}
@media screen and (max-width: 430px) {
  #nav-btm .pl-xs-2-sm-3 {
    padding-left: 0.5rem !important;
  }
}
@media screen and (min-width: 431px) {
  #nav-btm .pl-xs-2-sm-3 {
    padding-left: 1rem !important;
  }
}
#nav-btm .mobile-nav {
  display: block;
}
@media (min-width: 1180px) {
  #nav-btm .mobile-nav {
    display: none;
  }
}

#mobile-nav-1 {
  margin: 20px 0 50px 0;
}
#mobile-nav-1.d-flex {
  align-items: flex-end;
}

#navbar .navbar-nav {
  float: none;
  margin: 0 auto;
}
@media screen and (max-width: 1179px) {
  #navbar .navbar-nav {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    margin-right: 0;
  }
}
@media screen and (max-width: 1179px) {
  #navbar .navbar-nav > .menu-item {
    margin-bottom: 30px;
  }
}
#navbar .navbar-nav > .menu-item > a {
  font-family: Manrope, sans-serif;
  font-style: normal;
  color: #103966;
  font-size: 24px;
  line-height: 44px;
  text-align: right;
  font-weight: 800;
}
@media screen and (min-width: 480px) and (max-width: 1179px) {
  #navbar .navbar-nav > .menu-item > a {
    font-size: 32px;
    letter-spacing: -1.6px;
  }
}
@media screen and (min-width: 1180px) {
  #navbar .navbar-nav > .menu-item > a {
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    border-radius: 8px;
  }
  #navbar .navbar-nav > .menu-item > a.open, #navbar .navbar-nav > .menu-item > a:hover {
    background-color: rgba(0, 0, 0, 0.05);
  }
}
@media screen and (min-width: 1280px) {
  #navbar .navbar-nav > .menu-item > a {
    font-size: 16px;
  }
}
#navbar .navbar-nav > .menu-item > a:hover {
  background-color: transparent;
}
#navbar .navbar-nav > .menu-item.open > a {
  background-color: transparent;
}
@media screen and (min-width: 1180px) {
  #navbar .navbar-nav > .menu-item.open > a, #navbar .navbar-nav > .menu-item:hover > a {
    background-color: rgba(0, 0, 0, 0.05);
  }
}
#navbar .navbar-nav.navbar-nav > .active > a {
  background-color: transparent;
}

@media (max-width: 1179px) {
  html {
    margin-top: 0 !important;
  }
  #wpadminbar {
    display: none;
  }
  .navbar-header {
    float: none;
  }
  .navbar-left, .navbar-right {
    float: none !important;
  }
  .navbar-toggle-wrapper {
    padding-left: 15px;
  }
}
@media screen and (max-width: 1179px) and (min-width: 480px) {
  .navbar-toggle-wrapper {
    padding-left: 24px;
  }
}
@media (max-width: 1179px) {
  .navbar-toggle {
    display: block;
    margin-right: -10px;
  }
  .navbar-collapse {
    position: fixed;
    right: calc(40px - 100vw);
    top: 0;
    bottom: 0;
    background-color: white;
    z-index: 9999;
    width: calc(100vw - 20px);
    border-radius: 20px 0 0 20px;
    background: #FFFFFF;
    box-shadow: -4px 0px 20px 0px rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(20px);
    height: auto;
    -webkit-transition: right 0.35s ease;
    -moz-transition: right 0.35s ease;
    -o-transition: right 0.35s ease;
    transition: right 0.35s ease;
  }
  .navbar-collapse.in {
    right: 0;
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .collapse.in {
    display: block !important;
  }
  .collapse.in + #nav-overlay {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(20px);
    z-index: 1;
  }
  #menu-header-menu-2023 > .menu-item > a {
    padding-top: 0;
    padding-bottom: 0;
  }
  #mobile-nav-2 {
    justify-content: end;
  }
}
#footer .footer-top {
  padding: 40px 0;
  background-color: #F4F4F4;
  font-size: 12px;
  line-height: 16px;
}
#footer .footer-top h5 {
  line-height: 21.86px;
  margin-bottom: 8px;
}
#footer .footer-top li {
  margin-bottom: 10px;
}
#footer .footer-top > * {
  color: #103966 !important;
}
#footer #footer-logo {
  margin-bottom: 64px;
}
#footer .footer-col-menus {
  padding-top: 0;
}
#footer .footer-bottom {
  padding: 40px 0;
  background-color: #103966;
  font-size: 12px;
  line-height: normal;
}
#footer .footer-bottom .container {
  position: relative;
}
#footer .footer-bottom .eol-logo {
  position: absolute;
  top: 0;
  right: 26px;
}
#footer .footer-bottom #ot-sdk-btn {
  font-size: 12px !important;
  margin-bottom: 0 !important;
  line-height: normal !important;
  font-weight: 500 !important;
}
#footer .footer-bottom li, #footer .footer-bottom a {
  font-size: 12px !important;
  line-height: normal;
}
#footer .footer-bottom li {
  margin-bottom: 6px;
}
#footer .footer-social-list a {
  width: 40px;
  height: 40px;
  background-color: transparent;
  color: #103966;
  transition: all 100ms;
  border: 1px solid #103966;
}
#footer .footer-social-list a i {
  font-size: 16px;
  line-height: 40px;
}
#footer .footer-social-list a:hover {
  background-color: #103966;
  color: #FFFFFF;
}
#footer .foot-menu a, #footer .foot-menu li, #footer .foot-menu p {
  color: #103966;
}
#footer .foot-menu .nowrap {
  white-space: nowrap;
}

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

.btn {
  border-radius: 26px;
  border-width: 2px;
  transition: all 100ms;
  font-family: Manrope, sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: normal;
}

.btn-lg {
  padding: 12px 20px;
}

.btn-xl {
  padding: 28px 64px;
  border-radius: 48px;
}

.btn-default {
  color: #103966;
  border: 1.5px solid #103966;
  background-color: transparent;
}
.btn-default:hover, .btn-default:active {
  color: #103966 !important;
  outline: none;
  background-color: #D8E8F5 !important;
  border-color: #D8E8F5 !important;
  box-shadow: none;
}
.btn-default:focus, .btn-default:active:focus {
  color: #103966 !important;
  outline: none;
  background-color: #B3D6F4 !important;
  border-color: #B3D6F4 !important;
}

.btn-primary {
  background-color: #103966;
  border: none;
  color: #FFFFFF;
}
.btn-primary:hover, .btn-primary:active {
  color: #FFFFFF;
  background-color: #245C99 !important;
  border-color: #245C99 !important;
  outline: none;
}
.btn-primary:focus {
  color: #FFFFFF;
  background-color: #286EBC !important;
  border-color: #286EBC !important;
  outline: none;
}

.btn-secondary {
  background-color: #D8E8F5;
  border: none;
  color: #103966;
}
.btn-secondary:hover, .btn-secondary:active {
  color: #103966;
  background-color: #C9E3F7;
  border-color: #C9E3F7 !important;
  outline: none;
}
.btn-secondary:focus {
  color: #103966;
  background-color: #B3D6F4;
  border-color: #B3D6F4 !important;
  outline: none;
}

.btn-inverse {
  background-color: #FFFFFF;
  border: 2px solid #FFFFFF;
  color: #103966;
}
.btn-inverse:hover {
  background-color: #D8E8F5;
  color: #103966;
  border-color: #D8E8F5 !important;
}
.btn-inverse:focus {
  color: #103966;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #103966;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 34px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50%;
}

input:checked + .slider {
  background-color: #103966;
}

input:focus + .slider {
  box-shadow: 0 0 1px #103966;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.page-home .card {
  display: flex;
  padding: 40px 30px 30px 30px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
  border-radius: 16px;
  background: #FFFFFF;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.1);
  width: 390px;
  max-width: 390px;
}
.page-home .card .card-title {
  color: #103966;
  font-size: 28px;
  font-family: Manrope, sans-serif;
  font-weight: 800;
}
.page-home .card .card-icon {
  height: 80px;
  width: auto;
}
.page-home .cards {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 1180px) {
  .page-home .cards {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  .page-home .cards > div {
    flex-grow: 1;
    margin-bottom: 0;
    text-align: left;
  }
}

.section {
  margin-bottom: 180px;
}
.section .section-title {
  display: flex;
}
.section .section-title h2 {
  font-size: 48px;
  color: #103966;
  letter-spacing: -3px;
  font-weight: 800;
  line-height: 72px;
  padding-right: 3px;
}
@media screen and (min-width: 480px) {
  .section .section-title h2 {
    font-size: 60px;
  }
}

.col-img {
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
  border-radius: 20px;
  overflow: hidden;
  width: 380px;
  height: 370px;
}
@media screen and (min-width: 768px) {
  .col-img {
    width: 494px;
    height: 377px;
  }
}

#home-hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 80px;
}
@media screen and (min-width: 768px) {
  #home-hero {
    margin-top: 180px;
  }
}
#home-hero h5 {
  font-family: Manrope, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px;
  color: #939598;
  text-align: center;
}
#home-hero .text-huge {
  color: #103966;
  font-family: "DM Sans", sans-serif;
  font-size: 100px;
  font-weight: 700;
  line-height: 84px;
  letter-spacing: -5px;
  text-align: center;
}
#home-hero .toggle {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #939598;
  font-weight: 500;
}
#home-hero .toggle .switch {
  margin: 0 1rem;
}
#home-hero .toggle .active {
  color: #103966;
  font-weight: 700;
}
#home-hero p.rate-15, #home-hero p.rate-30 {
  display: none;
}
#home-hero p.rate-15.disclaimer, #home-hero p.rate-30.disclaimer {
  margin-top: 1rem;
  max-width: 300px;
}
#home-hero p.rate-15.active, #home-hero p.rate-30.active {
  display: block;
}
#home-hero h1 {
  color: #103966;
  margin-top: 0;
  text-align: center;
}
#home-hero p.hero-body {
  font-weight: 500;
  color: #103966;
  text-align: center;
  max-width: 600px;
  margin-bottom: 40px;
}
#home-hero .buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 768px) {
  #home-hero .buttons {
    flex-direction: row;
  }
}
#home-hero .buttons > div:first-child {
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  #home-hero .buttons > div:first-child {
    margin-right: 0.5rem;
    margin-bottom: 0;
  }
}

#home-cards {
  margin-bottom: 100px;
}
#home-cards .cards {
  gap: 24px;
}
#home-cards .card {
  width: 100%;
  position: relative;
  margin: 0 auto 8rem auto;
}
@media screen and (min-width: 768px) {
  #home-cards .card {
    width: 390px;
    max-width: 390px;
  }
}
@media screen and (min-width: 1180px) {
  #home-cards .card {
    margin: 0 0 5rem 0;
  }
}
#home-cards .card .btn {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  bottom: -5rem;
}
@media screen and (min-width: 1180px) {
  #home-cards .card .btn {
    left: 0;
    -webkit-transform: none;
    transform: none;
  }
}
#home-cards > div {
  text-align: center;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  #home-interest .hide-mobile {
    display: none;
  }
}
#home-interest .section-title .col-left p {
  color: #103966;
  font-style: italic;
}
#home-interest .cards {
  flex-direction: column;
  -webkit-column-gap: 24px;
  gap: 24px;
}
@media screen and (min-width: 1180px) {
  #home-interest .cards {
    flex-direction: row;
    -webkit-column-gap: unset;
    gap: unset;
    justify-content: space-between;
  }
}
#home-interest .cards .card {
  margin-bottom: 24px;
}
@media screen and (min-width: 1180px) {
  #home-interest .cards .card {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1179px) {
  #home-interest .cards .card {
    max-width: none;
    flex-grow: 1;
    width: 100%;
    padding-top: 30px;
  }
}
#home-interest .cards .card {
  justify-content: start;
}
#home-interest .cards .card .card-title {
  font-family: "DM Sans", sans-serif;
  letter-spacing: -2.4px;
  font-size: 48px;
  font-weight: 700;
  line-height: 48px;
}
#home-interest .cards .card .card-chart {
  display: none;
}
@media screen and (min-width: 1180px) {
  #home-interest .cards .card .card-chart {
    display: block;
    width: 100%;
    overflow: hidden;
  }
}
#home-interest .cards .card .card-chart-axis {
  display: none;
}
@media screen and (min-width: 1180px) {
  #home-interest .cards .card .card-chart-axis {
    display: flex;
    justify-content: space-between;
    width: 100%;
    font-size: 12px;
    position: relative;
  }
  #home-interest .cards .card .card-chart-axis div {
    background-color: #fff;
    z-index: 1;
  }
  #home-interest .cards .card .card-chart-axis::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #E0E0E0;
    top: 50%;
  }
}

#home-buy .row {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}
#home-buy .row .buttons {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding-top: 40px;
}
@media screen and (min-width: 1180px) {
  #home-buy .row .buttons {
    justify-content: start;
    padding-top: 0;
  }
}
@media screen and (min-width: 1180px) {
  #home-buy .row {
    flex-direction: row;
  }
  #home-buy .row .buttons {
    text-align: left;
  }
}
#home-buy .col-img-wrapper {
  position: relative;
  padding-bottom: 40px;
}
@media screen and (min-width: 1180px) {
  #home-buy .col-img-wrapper {
    padding-bottom: 0;
  }
}
#home-buy .col-md-6 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#home-buy .col-text {
  align-items: center;
}
@media screen and (min-width: 1180px) {
  #home-buy .col-text {
    align-items: start;
  }
}
#home-buy .col-text p {
  max-width: 446px;
}
#home-buy .col-img {
  margin: 0 auto 40px auto;
  position: relative;
  max-width: 350px;
}
@media screen and (min-width: 480px) {
  #home-buy .col-img {
    max-width: unset;
  }
}
@media screen and (min-width: 1180px) {
  #home-buy .col-img {
    margin: 0;
  }
}
#home-buy .col-img-icon {
  padding: 22px;
  position: absolute;
  border-radius: 16px;
  z-index: 1;
  background-color: #FFFFFF;
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.2);
  right: -10px;
  top: -10px;
}
@media screen and (min-width: 768px) {
  #home-buy .col-img-icon {
    right: -20px;
    top: -20px;
  }
}
#home-buy p, #home-buy h2 {
  max-width: 442px;
}
@media screen and (min-width: 1180px) {
  #home-buy p, #home-buy h2 {
    max-width: none;
  }
}
#home-buy p {
  margin: 1rem 0;
}
#home-buy p, #home-buy h2, #home-buy div {
  text-align: center;
}
@media screen and (min-width: 1180px) {
  #home-buy p, #home-buy h2, #home-buy div {
    text-align: left;
  }
}
@media screen and (min-width: 1180px) {
  #home-buy h2 span {
    display: block;
  }
}

#home-refinance p, #home-refinance h2, #home-refinance div {
  text-align: center;
}
@media screen and (min-width: 1180px) {
  #home-refinance p, #home-refinance h2, #home-refinance div {
    text-align: left;
  }
}
#home-refinance p, #home-refinance h2 {
  max-width: 442px;
}
@media screen and (min-width: 1180px) {
  #home-refinance p, #home-refinance h2 {
    max-width: none;
  }
}
#home-refinance p {
  margin: 1rem 0;
}
#home-refinance .row {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 1180px) {
  #home-refinance .row {
    flex-direction: row;
    justify-content: space-between;
  }
}
#home-refinance .img-savings {
  margin: 0 auto 40px auto;
  height: 350px;
  width: 350px;
}
@media screen and (min-width: 480px) {
  #home-refinance .img-savings {
    width: 380px;
    height: auto;
  }
}
@media screen and (min-width: 1180px) {
  #home-refinance .img-savings {
    margin-bottom: 0;
    width: 420px;
    height: 420px;
  }
}
#home-refinance .col-md-6 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#home-refinance .col-text {
  align-items: center;
}
@media screen and (min-width: 1180px) {
  #home-refinance .col-text {
    align-items: start;
  }
}
#home-refinance .col-img-wrapper {
  position: relative;
  padding-bottom: 40px;
}
@media screen and (min-width: 1180px) {
  #home-refinance .col-img-wrapper {
    padding-bottom: 0;
  }
}
#home-refinance .col-md-6 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#home-refinance .col-text {
  align-items: center;
}
@media screen and (min-width: 1180px) {
  #home-refinance .col-text {
    align-items: start;
  }
}
#home-refinance .col-text p {
  max-width: 446px;
}
#home-refinance .col-img {
  margin: 0 auto 40px auto;
  position: relative;
  max-width: 350px;
}
@media screen and (min-width: 480px) {
  #home-refinance .col-img {
    max-width: unset;
  }
}
@media screen and (min-width: 1180px) {
  #home-refinance .col-img {
    margin: 0;
  }
}
#home-refinance .buttons {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding-top: 40px;
}
@media screen and (min-width: 1180px) {
  #home-refinance .buttons {
    padding-top: 0;
    justify-content: start;
  }
}

#home-record h2, #home-record h3, #home-record p {
  color: #103966;
}
#home-record h3 {
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -2px;
  margin: 0;
}
@media screen and (min-width: 870px) {
  #home-record h3 {
    font-size: 88px;
    line-height: 80px; /* 90.909% */
    letter-spacing: -4.4px;
  }
}
#home-record .records {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1180px) {
  #home-record .records {
    max-width: 1000px;
    margin: 0 auto;
    flex-direction: row;
    justify-content: space-between;
    gap: 40px;
  }
}
#home-record .record {
  border-radius: 20px;
  background: #FFFFFF;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
  padding: 25px;
  margin-bottom: 20px;
}
@media screen and (min-width: 870px) {
  #home-record .record {
    padding: 40px 80px 40px 40px;
    margin-bottom: 0;
  }
}
#home-record .record p {
  margin: 0;
}

.page-home .swiper-button-prev, .page-home .swiper-button-next {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 60px;
  height: 60px;
  position: relative;
  left: auto;
  right: auto;
}
.page-home .swiper-button-prev:after, .page-home .swiper-button-next:after {
  content: "";
  display: none;
}
.page-home .google-visualization-tooltip {
  border: 1px solid #103966 !important;
  border-radius: 12px !important;
  background-color: #FFFFFF !important;
}
.page-home .swiper-button-prev {
  background-image: url("/wp-content/themes/envoy/img/facelift/carousel-left.svg");
  margin-right: 8px;
}
.page-home .swiper-button-next {
  background-image: url("/wp-content/themes/envoy/img/facelift/carousel-right.svg");
}
.page-home .tt {
  padding: 4px 8px;
}
.page-home .tt1, .page-home .tt2 {
  color: #103966;
  line-height: normal;
  padding: 0;
  margin: 0;
  white-space: nowrap;
}
.page-home .tt1 {
  font-weight: 700;
}
.page-home .tt2 span {
  font-weight: 700;
}
.page-home .disclaimer {
  font-style: italic;
  font-size: 12px;
  line-height: normal;
}

#home-testimonials {
  margin-bottom: 180px;
}
@media screen and (min-width: 1180px) {
  #home-testimonials {
    margin: 0 auto 180px auto;
  }
}
#home-testimonials .swiper {
  margin: 0 -15px;
}
@media screen and (min-width: 479px) {
  #home-testimonials .swiper {
    margin: 0 -26px;
  }
}
@media screen and (min-width: 1180px) {
  #home-testimonials .swiper {
    margin: unset;
  }
}
@media screen and (min-width: 768px) and (max-width: 1179px) {
  #home-testimonials .swiper:before, #home-testimonials .swiper:after {
    z-index: 2;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 80px;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #FFF 81.77%);
  }
  #home-testimonials .swiper:after {
    left: unset;
    right: 0;
    transform: rotate(180deg);
  }
}
#home-testimonials .swiper-wrapper {
  padding-top: 12px;
}
#home-testimonials .swiper-slide {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #home-testimonials .swiper-slide {
    width: 380px;
  }
}
#home-testimonials .swiper-slide .slide-inner {
  height: auto;
  width: 340px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #home-testimonials .swiper-slide .slide-inner {
    width: 360px;
  }
}
#home-testimonials .swiper-slide blockquote {
  border-radius: 16px;
  background: var(--neutrals-white, #FFF);
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
  padding: 30px;
  min-height: 390px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#home-testimonials .swiper-slide blockquote > p {
  line-height: 24px;
  font-weight: 500;
  color: #103966;
  margin-bottom: 30px;
  height: 11lh;
  max-height: 11lh;
  overflow: hidden;
  text-overflow: ellipsis;
}
#home-testimonials .swiper-slide blockquote footer:before {
  display: none;
}
#home-testimonials .swiper-slide blockquote footer .flex-space-between {
  justify-content: space-between;
}
#home-testimonials .swiper-slide .fa-star, #home-testimonials .swiper-slide .fa-star-half {
  color: #E1B646;
}
#home-testimonials .swiper-slide .t-date p {
  margin: 0;
  font-size: 12px;
  color: #939598;
  font-weight: 400;
  line-height: normal;
}
#home-testimonials .swiper-slide .t-lo {
  align-items: center;
}
#home-testimonials .swiper-slide .t-lo .img-circle {
  width: 40px;
  height: 40px;
  margin-right: 12px;
}
#home-testimonials .swiper-slide .t-lo p {
  color: #103966;
  margin: 0;
  font-weight: 400;
}
#home-testimonials .section-title {
  flex-direction: column;
  margin-bottom: 40px;
}
@media screen and (min-width: 1180px) {
  #home-testimonials .section-title {
    justify-content: space-between;
    flex-direction: row;
    margin-bottom: 0;
  }
}
#home-testimonials .section-title .swiper-buttons {
  height: 60px;
}
#home-testimonials .section-title .col-left {
  flex-direction: column;
}
@media screen and (min-width: 1180px) {
  #home-testimonials .section-title .col-left {
    flex-direction: row;
    align-items: end;
  }
}
#home-testimonials .section-title .col-left span {
  font-size: 24px;
  font-weight: 500;
  color: #103966;
}
@media screen and (min-width: 1180px) {
  #home-testimonials .section-title .col-left span {
    margin: 0 0 12px 30px;
  }
}

#home-about {
  padding: 0 !important;
}
@media screen and (min-width: 1180px) {
  #home-about .container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
#home-about .col-left {
  flex-grow: 1;
}
#home-about .col-left p {
  color: #103966;
  font-weight: 500;
  line-height: 24px;
}
@media screen and (min-width: 1180px) {
  #home-about .col-left p {
    max-width: 480px;
  }
}
#home-about .trust-fixed {
  display: none;
}
@media screen and (min-width: 1180px) {
  #home-about .trust-fixed {
    display: flex;
    flex-direction: column;
    max-width: 500px;
    gap: 15px;
    flex-wrap: wrap;
    max-height: 650px;
  }
  #home-about .trust-fixed .trust-box-primary {
    height: 120px;
  }
}
#home-about .swiper {
  margin: 40px 0 0 0;
}
@media screen and (min-width: 479px) {
  #home-about .swiper {
    margin: 40px 0 0 0;
  }
}
@media screen and (min-width: 1180px) {
  #home-about .swiper {
    display: none;
  }
}
#home-about .trust-box, #home-about .swiper-slide {
  padding: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
  border-radius: 16px;
  border: 1px solid #103966;
  width: 240px;
}
#home-about .trust-box.trust-box-primary, #home-about .swiper-slide.trust-box-primary {
  color: #FFFFFF;
  background: #103966;
}
#home-about .trust-box p, #home-about .swiper-slide p {
  margin: 0;
}
#home-about .swiper-slide {
  height: 220px;
}

#home-search {
  background-color: #103966;
  padding: 0 !important;
}
@media screen and (min-width: 1180px) {
  #home-search {
    background-color: transparent;
  }
}
#home-search > .container {
  display: grid;
  grid-gap: 24px;
  position: relative;
}
#home-search > .container > div {
  z-index: 1;
}
@media screen and (min-width: 1180px) {
  #home-search > .container {
    display: flex;
    gap: unset;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1180px) {
  #home-search > .container:before {
    position: absolute;
    border-top: 1.5px solid #103966;
    border-bottom: 1.5px solid #103966;
    border-right: 1.5px solid #103966;
    top: 0;
    bottom: 0;
    width: 2000px;
    height: 82px;
    right: 200px;
    border-radius: 64px;
  }
}
@media screen and (min-width: 1400px) {
  #home-search > .container:before {
    right: 230px;
  }
}
#home-search .search-title {
  font-family: Manrope, sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #FFFFFF;
  line-height: normal;
}
#home-search .search-title span {
  white-space: nowrap;
}
@media screen and (min-width: 1180px) {
  #home-search .search-title {
    color: #103966;
    margin-right: 24px;
  }
}
#home-search .fas, #home-search .home-search-input {
  color: #FFFFFF;
}
@media screen and (min-width: 1180px) {
  #home-search .fas, #home-search .home-search-input {
    color: #103966;
  }
}
#home-search .home-search-input {
  border: none;
  outline: none;
  font-size: 20px;
  width: 100%;
  padding: 8px;
  background-color: transparent;
}
#home-search .home-search-input::placeholder {
  color: #FFFFFF;
}
@media screen and (min-width: 1180px) {
  #home-search .home-search-input::placeholder {
    color: #103966;
  }
}
#home-search .search-input {
  border-bottom: 1px solid #FFFFFF;
  flex-grow: 1;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 500px;
}
@media screen and (min-width: 1180px) {
  #home-search .search-input {
    margin-left: 24px;
    margin-right: 24px;
    border-bottom-color: #103966;
  }
}
#home-search .search-toggle {
  display: flex;
  position: relative;
  border: 2px solid #939598;
  border-radius: 28px;
  width: 320px;
}
@media screen and (min-width: 1180px) {
  #home-search .search-toggle {
    width: 378px;
  }
}
#home-search .search-toggle label {
  font-size: 20px;
  font-weight: 700;
  padding: 12px 24px;
  cursor: pointer;
  transition: all 500ms;
  font-family: Manrope, sans-serif;
  margin: 0;
  color: #939598;
  text-align: center;
}
#home-search .search-toggle label.r-lo {
  width: 210px;
}
@media screen and (min-width: 1180px) {
  #home-search .search-toggle label.r-lo {
    width: 230px;
  }
}
#home-search .search-toggle label.r-branch {
  width: 114px;
}
@media screen and (min-width: 1180px) {
  #home-search .search-toggle label.r-branch {
    width: 144px;
  }
}
@media screen and (min-width: 1180px) {
  #home-search .search-toggle label {
    font-size: 24px;
  }
}
#home-search .search-toggle input {
  display: none;
}
#home-search .search-toggle input:checked + label {
  color: #FFFFFF;
}
@media screen and (min-width: 1180px) {
  #home-search .search-toggle input:checked + label {
    color: #103966;
  }
}
#home-search .search-toggle .indicator {
  border: 2px solid #FFFFFF;
  position: absolute;
  border-radius: 28px;
  height: 54px;
  top: -2px;
  transition: all 500ms;
}
@media screen and (min-width: 1180px) {
  #home-search .search-toggle .indicator {
    border-color: #103966;
  }
}
#home-search .search-toggle #r-lo:checked ~ .indicator {
  left: -2px;
  width: 210px;
}
@media screen and (min-width: 1180px) {
  #home-search .search-toggle #r-lo:checked ~ .indicator {
    width: 230px;
  }
}
#home-search .search-toggle #r-branch ~ .indicator {
  left: 204px;
  width: 114px;
}
@media screen and (min-width: 1180px) {
  #home-search .search-toggle #r-branch ~ .indicator {
    width: 144px;
    left: 232px;
  }
}
@media screen and (min-width: 1180px) {
  #home-search .search-button {
    margin-right: -24px;
  }
}

#home-values .section-title {
  flex-direction: column;
}
@media screen and (min-width: 1180px) {
  #home-values .section-title {
    flex-direction: row;
    justify-content: space-between;
  }
}
#home-values .col-left {
  flex-direction: column;
}
#home-values .col-left p {
  color: #103966;
  font-weight: 500;
}
#home-values .swiper-buttons {
  height: 60px;
  margin-bottom: 64px;
}
@media screen and (min-width: 1180px) {
  #home-values .swiper-buttons {
    margin-bottom: unset;
  }
}
#home-values .swiper-slide {
  display: flex;
  border-radius: 24px;
  background-position: 50% 0;
  background-repeat: no-repeat;
  height: 600px;
}
@media screen and (min-width: 1180px) {
  #home-values .swiper-slide {
    background-size: 660px auto;
    height: 320px;
    background-position: 0% 50%;
  }
}
#home-values .swiper-slide .content {
  background-color: #103966;
  margin-top: auto;
  height: 320px;
  border-radius: 24px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (min-width: 1180px) {
  #home-values .swiper-slide .content {
    margin-top: unset;
    margin-left: auto;
    max-width: 50%;
  }
}
#home-values .swiper-slide .content h2, #home-values .swiper-slide .content p {
  color: #FFFFFF;
  margin: 0;
}

#home-goh {
  padding-top: 150px;
  justify-content: center;
  display: flex;
}
#home-goh .card {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding: 76px 21px 36px 21px;
}
@media screen and (min-width: 1180px) {
  #home-goh .card {
    width: 700px;
    max-width: 700px;
    padding: 0 66px 54px 66px;
  }
}
#home-goh .video-wrapper {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  margin-top: -150px;
}
#home-goh .video-wrapper::before {
  display: block;
  content: "";
  padding-top: 60%;
}
#home-goh #video-overlay {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(/wp-content/themes/envoy/img/facelift/video-overlay.jpg);
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  box-shadow: 8px 8px 24px 0 rgba(0, 0, 0, 0.16);
}
#home-goh p {
  color: #103966;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
}
#home-goh .video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#home-careers .card-bg {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  background-color: #103966;
  border-radius: 24px;
  padding: 60px 25px;
}
@media screen and (min-width: 1180px) {
  #home-careers .card-bg {
    padding: 32px 80px;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
#home-careers h2, #home-careers p {
  max-width: 420px;
  color: #FFFFFF;
  text-align: center;
}
@media screen and (min-width: 1180px) {
  #home-careers h2, #home-careers p {
    text-align: left;
  }
}
#home-careers p {
  font-weight: 500;
  line-height: normal;
}
#home-careers .col-left {
  flex-grow: 1;
  text-align: center;
}
@media screen and (min-width: 1180px) {
  #home-careers .col-left {
    text-align: left;
  }
}
#home-careers .col-right {
  padding-bottom: 40px;
}
#home-careers .col-right img {
  width: 100%;
}
@media screen and (min-width: 1180px) {
  #home-careers .col-right {
    padding-bottom: 0;
  }
  #home-careers .col-right img {
    width: auto;
  }
}

body.envoy-lo #pop-lo-name {
  letter-spacing: normal;
}

body.envoy-branch #branch-location {
  letter-spacing: normal;
}

#aba-disclosures {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
#aba-disclosures li {
  flex-basis: 100%;
  padding-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  #aba-disclosures li {
    flex-basis: 50%;
  }
}
@media screen and (min-width: 960px) {
  #aba-disclosures li {
    flex-basis: 25%;
  }
}

/**
  This is the form on www.envoymortgage.com/rov
 */
#gform_73 * {
  text-align: left;
}
#gform_73 .ginput_container_checkbox {
  margin-left: 30px;
}
#gform_73 .important {
  background-color: #f2f2f2;
  padding: 2rem;
}
#gform_73 .gfield_html {
  margin: 2rem 0;
}
#gform_73 .gfield_list_header {
  margin-left: 1.5rem;
}
#gform_73 .gfield_list_groups {
  counter-reset: comperable;
}
#gform_73 .gfield_list_groups > .gform-grid-row::before {
  counter-increment: comperable;
  content: counter(comperable) ".";
  min-width: 1em;
  margin-left: 0.5em;
  line-height: 2;
}
#gform_73 .gfield_list_icons > button {
  margin-bottom: 0;
}

/*# sourceMappingURL=2023-facelift.css.map */
