/*! bulma.io v0.8.0 | MIT License | github.com/jgthms/bulma */
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@300;400;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500&display=swap");
.navbar-link:not(.is-arrowless)::after {
  border: 3px solid transparent;
  border-radius: 2px;
  border-right: 0;
  border-top: 0;
  content: " ";
  display: block;
  height: 0.625em;
  margin-top: -0.4375em;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: rotate(-45deg);
  transform-origin: center;
  width: 0.625em; }

.navbar-burger {
  -webkit-appearance: none;
  appearance: none;
  background: none;
  border: none;
  color: currentColor;
  font-family: inherit;
  font-size: 1em;
  margin: 0;
  padding: 0; }

html {
  font-size: 19px; }

html,
body {
  width: auto !important;
  overflow-x: hidden !important;
  font-family: "Nunito Sans", sans-serif;
  color: #1c2134; }

@media screen and (max-width: 1023px) {
  .container.is-fluid {
    padding-left: 0;
    padding-right: 0; } }

.flex-stretch {
  align-items: stretch !important;
  align-content: center;
  justify-content: center; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif; }

h2 {
  color: inherit;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.125;
  word-break: break-word;
  margin-bottom: 1rem; }

h3 {
  color: inherit;
  font-weight: 600;
  font-size: 1.25rem;
  margin-bottom: 0.75rem; }

address {
  font-style: normal;
  display: inline; }

a {
  color: #2c5283;
  transition: all 0.2s; }
  a:hover {
    color: #264670; }

strong {
  font-weight: inherit;
  color: inherit; }

.nwdm-link {
  color: inherit;
  text-decoration: none; }
  .nwdm-link:hover {
    color: #2c5283; }

.has-rounded-corners {
  border-radius: 0.5rem; }

.image.has-rounded-corners > img {
  border-radius: 0.5rem;
  border-color: #2c5283; }

.has-bg-primary {
  background-color: #2c5283;
  color: white; }
  .has-bg-primary .pre-heading:before {
    background-color: currentColor; }

.has-bg-secondary {
  background-color: #1c2134;
  color: white; }

.has-bg-tertiary {
  background-color: #EFF2F5; }

.has-bg-waves {
  background-color: #1c2134;
  background-image: linear-gradient(0deg, rgba(28, 33, 52, 0.6), rgba(28, 33, 52, 0.6)), url("../images/waves.svg");
  background-size: cover;
  background-repeat: no-repeat; }

.has-bg-waves-light {
  background-color: #1c2134;
  background-image: linear-gradient(0deg, rgba(64, 75, 118, 0.6), rgba(64, 75, 118, 0.6)), url("../images/waves.svg");
  background-size: cover;
  background-repeat: no-repeat; }

.button {
  color: #1c2134;
  font-family: "Nunito Sans", sans-serif; }
  .button-primary, .button-primary > button {
    background-color: #2c5283;
    border-color: transparent;
    color: white !important;
    border-width: 1px;
    font-size: inherit;
    font-weight: 600;
    font-family: "Nunito Sans", sans-serif;
    cursor: pointer;
    justify-content: center;
    padding: 1rem;
    text-align: center;
    white-space: nowrap;
    appearance: none;
    -webkit-appearance: none;
    align-items: center;
    border-radius: 0px;
    box-shadow: none;
    display: inline-flex;
    height: 3rem;
    transition: all 0.2s; }
    .button-primary:hover, .button-primary > button:hover {
      background-color: #1f3a5d;
      border-color: transparent;
      color: white !important; }
      .button-primary:hover i, .button-primary > button:hover i {
        margin-left: 0.75rem;
        margin-right: 0.5rem; }
      .button-primary:hover a, .button-primary > button:hover a {
        color: currentColor; }
    .button-primary i, .button-primary > button i {
      transition: margin 0.2s;
      margin-left: 0.5rem; }
  .button a {
    color: currentColor; }
  .button-fullwidth > a {
    display: flex;
    width: 100%; }
  .button.is-ghost:after {
    color: white;
    background-color: #2c5283;
    width: 100%; }
  .button.is-ghost:hover {
    color: #2c5283;
    text-decoration: none;
    transition: all 0.2s; }

.content {
  color: inherit; }
  .content.media {
    margin-bottom: 0; }
  .content h1,
  .content h2,
  .content h3,
  .content h4,
  .content h5,
  .content h6,
  .content p,
  .content ul,
  .content li {
    color: inherit; }
  .content ul {
    position: relative;
    margin-left: 0; }
    .content ul li {
      list-style: disc;
      position: relative;
      margin-left: 1rem;
      padding-left: 0.5rem;
      font-weight: 600; }

.has-checkmark ul {
  position: relative;
  margin-left: 0; }
  .has-checkmark ul li {
    list-style: none;
    position: relative;
    font-weight: 600;
    margin-left: 0;
    padding-left: 0; }
    .has-checkmark ul li:before {
      content: "\f00c";
      font-family: 'FontAwesome';
      position: relative;
      left: 0;
      bottom: 0;
      line-height: 2rem;
      text-align: center;
      border-radius: 0%;
      color: #2c5283;
      margin-right: 0.5rem; }

.inline-list li {
  display: inline-block;
  margin-right: 1rem; }

.has-accent {
  white-space: normal; }
  .has-accent strong,
  .has-accent span {
    color: #2c5283; }
  .has-accent p a,
  .has-accent p strong,
  .has-accent p span,
  .has-accent li a,
  .has-accent li strong,
  .has-accent li span {
    color: inherit;
    font-weight: bold; }
  .has-accent p a,
  .has-accent li a {
    display: inline-block;
    transition: color 0.2s; }
    .has-accent p a:after,
    .has-accent li a:after {
      content: "";
      position: relative;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      display: block;
      width: 0%;
      height: 2px;
      background-color: #2c5283;
      transition: all 0.3s;
      width: 100%; }
    .has-accent p a:hover,
    .has-accent li a:hover {
      color: #2c5283; }

.top-banner {
  background-color: #0a0c13;
  color: white;
  font-size: 0.75rem;
  font-weight: 500;
  padding: 0.5rem 32px;
  position: relative; }
  .top-banner .icon {
    color: #2c5283; }
  .top-banner a {
    color: inherit;
    font-weight: inherit; }
  @media screen and (max-width: 1023px) {
    .top-banner .container.is-fluid {
      padding-left: 32px;
      padding-right: 32px; } }
.navbar {
  background-color: white;
  min-height: 5rem;
  position: relative;
  z-index: 30; }
  .navbar.is-white {
    background-color: white;
    color: #0a0a0a; }
    .navbar.is-white .navbar-brand > .navbar-item,
    .navbar.is-white .navbar-brand .navbar-link {
      color: #0a0a0a; }
    .navbar.is-white .navbar-brand > a.navbar-item:focus, .navbar.is-white .navbar-brand > a.navbar-item:hover, .navbar.is-white .navbar-brand > a.navbar-item.is-active,
    .navbar.is-white .navbar-brand .navbar-link:focus,
    .navbar.is-white .navbar-brand .navbar-link:hover,
    .navbar.is-white .navbar-brand .navbar-link.is-active {
      background-color: #f2f2f2;
      color: #0a0a0a; }
    .navbar.is-white .navbar-brand .navbar-link::after {
      border-color: #0a0a0a; }
    .navbar.is-white .navbar-burger {
      color: #0a0a0a; }
    @media screen and (min-width: 1024px) {
      .navbar.is-white .navbar-start > .navbar-item,
      .navbar.is-white .navbar-start .navbar-link,
      .navbar.is-white .navbar-end > .navbar-item,
      .navbar.is-white .navbar-end .navbar-link {
        color: #0a0a0a; }
      .navbar.is-white .navbar-start > a.navbar-item:focus, .navbar.is-white .navbar-start > a.navbar-item:hover, .navbar.is-white .navbar-start > a.navbar-item.is-active,
      .navbar.is-white .navbar-start .navbar-link:focus,
      .navbar.is-white .navbar-start .navbar-link:hover,
      .navbar.is-white .navbar-start .navbar-link.is-active,
      .navbar.is-white .navbar-end > a.navbar-item:focus,
      .navbar.is-white .navbar-end > a.navbar-item:hover,
      .navbar.is-white .navbar-end > a.navbar-item.is-active,
      .navbar.is-white .navbar-end .navbar-link:focus,
      .navbar.is-white .navbar-end .navbar-link:hover,
      .navbar.is-white .navbar-end .navbar-link.is-active {
        background-color: #f2f2f2;
        color: #0a0a0a; }
      .navbar.is-white .navbar-start .navbar-link::after,
      .navbar.is-white .navbar-end .navbar-link::after {
        border-color: #0a0a0a; }
      .navbar.is-white .navbar-item.has-dropdown:focus .navbar-link,
      .navbar.is-white .navbar-item.has-dropdown:hover .navbar-link,
      .navbar.is-white .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: #f2f2f2;
        color: #0a0a0a; }
      .navbar.is-white .navbar-dropdown a.navbar-item.is-active {
        background-color: white;
        color: #0a0a0a; } }
  .navbar.is-black {
    background-color: #0a0a0a;
    color: white; }
    .navbar.is-black .navbar-brand > .navbar-item,
    .navbar.is-black .navbar-brand .navbar-link {
      color: white; }
    .navbar.is-black .navbar-brand > a.navbar-item:focus, .navbar.is-black .navbar-brand > a.navbar-item:hover, .navbar.is-black .navbar-brand > a.navbar-item.is-active,
    .navbar.is-black .navbar-brand .navbar-link:focus,
    .navbar.is-black .navbar-brand .navbar-link:hover,
    .navbar.is-black .navbar-brand .navbar-link.is-active {
      background-color: black;
      color: white; }
    .navbar.is-black .navbar-brand .navbar-link::after {
      border-color: white; }
    .navbar.is-black .navbar-burger {
      color: white; }
    @media screen and (min-width: 1024px) {
      .navbar.is-black .navbar-start > .navbar-item,
      .navbar.is-black .navbar-start .navbar-link,
      .navbar.is-black .navbar-end > .navbar-item,
      .navbar.is-black .navbar-end .navbar-link {
        color: white; }
      .navbar.is-black .navbar-start > a.navbar-item:focus, .navbar.is-black .navbar-start > a.navbar-item:hover, .navbar.is-black .navbar-start > a.navbar-item.is-active,
      .navbar.is-black .navbar-start .navbar-link:focus,
      .navbar.is-black .navbar-start .navbar-link:hover,
      .navbar.is-black .navbar-start .navbar-link.is-active,
      .navbar.is-black .navbar-end > a.navbar-item:focus,
      .navbar.is-black .navbar-end > a.navbar-item:hover,
      .navbar.is-black .navbar-end > a.navbar-item.is-active,
      .navbar.is-black .navbar-end .navbar-link:focus,
      .navbar.is-black .navbar-end .navbar-link:hover,
      .navbar.is-black .navbar-end .navbar-link.is-active {
        background-color: black;
        color: white; }
      .navbar.is-black .navbar-start .navbar-link::after,
      .navbar.is-black .navbar-end .navbar-link::after {
        border-color: white; }
      .navbar.is-black .navbar-item.has-dropdown:focus .navbar-link,
      .navbar.is-black .navbar-item.has-dropdown:hover .navbar-link,
      .navbar.is-black .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: black;
        color: white; }
      .navbar.is-black .navbar-dropdown a.navbar-item.is-active {
        background-color: #0a0a0a;
        color: white; } }
  .navbar.is-light {
    background-color: whitesmoke;
    color: rgba(0, 0, 0, 0.7); }
    .navbar.is-light .navbar-brand > .navbar-item,
    .navbar.is-light .navbar-brand .navbar-link {
      color: rgba(0, 0, 0, 0.7); }
    .navbar.is-light .navbar-brand > a.navbar-item:focus, .navbar.is-light .navbar-brand > a.navbar-item:hover, .navbar.is-light .navbar-brand > a.navbar-item.is-active,
    .navbar.is-light .navbar-brand .navbar-link:focus,
    .navbar.is-light .navbar-brand .navbar-link:hover,
    .navbar.is-light .navbar-brand .navbar-link.is-active {
      background-color: #e8e8e8;
      color: rgba(0, 0, 0, 0.7); }
    .navbar.is-light .navbar-brand .navbar-link::after {
      border-color: rgba(0, 0, 0, 0.7); }
    .navbar.is-light .navbar-burger {
      color: rgba(0, 0, 0, 0.7); }
    @media screen and (min-width: 1024px) {
      .navbar.is-light .navbar-start > .navbar-item,
      .navbar.is-light .navbar-start .navbar-link,
      .navbar.is-light .navbar-end > .navbar-item,
      .navbar.is-light .navbar-end .navbar-link {
        color: rgba(0, 0, 0, 0.7); }
      .navbar.is-light .navbar-start > a.navbar-item:focus, .navbar.is-light .navbar-start > a.navbar-item:hover, .navbar.is-light .navbar-start > a.navbar-item.is-active,
      .navbar.is-light .navbar-start .navbar-link:focus,
      .navbar.is-light .navbar-start .navbar-link:hover,
      .navbar.is-light .navbar-start .navbar-link.is-active,
      .navbar.is-light .navbar-end > a.navbar-item:focus,
      .navbar.is-light .navbar-end > a.navbar-item:hover,
      .navbar.is-light .navbar-end > a.navbar-item.is-active,
      .navbar.is-light .navbar-end .navbar-link:focus,
      .navbar.is-light .navbar-end .navbar-link:hover,
      .navbar.is-light .navbar-end .navbar-link.is-active {
        background-color: #e8e8e8;
        color: rgba(0, 0, 0, 0.7); }
      .navbar.is-light .navbar-start .navbar-link::after,
      .navbar.is-light .navbar-end .navbar-link::after {
        border-color: rgba(0, 0, 0, 0.7); }
      .navbar.is-light .navbar-item.has-dropdown:focus .navbar-link,
      .navbar.is-light .navbar-item.has-dropdown:hover .navbar-link,
      .navbar.is-light .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: #e8e8e8;
        color: rgba(0, 0, 0, 0.7); }
      .navbar.is-light .navbar-dropdown a.navbar-item.is-active {
        background-color: whitesmoke;
        color: rgba(0, 0, 0, 0.7); } }
  .navbar.is-dark {
    background-color: #363636;
    color: #fff; }
    .navbar.is-dark .navbar-brand > .navbar-item,
    .navbar.is-dark .navbar-brand .navbar-link {
      color: #fff; }
    .navbar.is-dark .navbar-brand > a.navbar-item:focus, .navbar.is-dark .navbar-brand > a.navbar-item:hover, .navbar.is-dark .navbar-brand > a.navbar-item.is-active,
    .navbar.is-dark .navbar-brand .navbar-link:focus,
    .navbar.is-dark .navbar-brand .navbar-link:hover,
    .navbar.is-dark .navbar-brand .navbar-link.is-active {
      background-color: #292929;
      color: #fff; }
    .navbar.is-dark .navbar-brand .navbar-link::after {
      border-color: #fff; }
    .navbar.is-dark .navbar-burger {
      color: #fff; }
    @media screen and (min-width: 1024px) {
      .navbar.is-dark .navbar-start > .navbar-item,
      .navbar.is-dark .navbar-start .navbar-link,
      .navbar.is-dark .navbar-end > .navbar-item,
      .navbar.is-dark .navbar-end .navbar-link {
        color: #fff; }
      .navbar.is-dark .navbar-start > a.navbar-item:focus, .navbar.is-dark .navbar-start > a.navbar-item:hover, .navbar.is-dark .navbar-start > a.navbar-item.is-active,
      .navbar.is-dark .navbar-start .navbar-link:focus,
      .navbar.is-dark .navbar-start .navbar-link:hover,
      .navbar.is-dark .navbar-start .navbar-link.is-active,
      .navbar.is-dark .navbar-end > a.navbar-item:focus,
      .navbar.is-dark .navbar-end > a.navbar-item:hover,
      .navbar.is-dark .navbar-end > a.navbar-item.is-active,
      .navbar.is-dark .navbar-end .navbar-link:focus,
      .navbar.is-dark .navbar-end .navbar-link:hover,
      .navbar.is-dark .navbar-end .navbar-link.is-active {
        background-color: #292929;
        color: #fff; }
      .navbar.is-dark .navbar-start .navbar-link::after,
      .navbar.is-dark .navbar-end .navbar-link::after {
        border-color: #fff; }
      .navbar.is-dark .navbar-item.has-dropdown:focus .navbar-link,
      .navbar.is-dark .navbar-item.has-dropdown:hover .navbar-link,
      .navbar.is-dark .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: #292929;
        color: #fff; }
      .navbar.is-dark .navbar-dropdown a.navbar-item.is-active {
        background-color: #363636;
        color: #fff; } }
  .navbar.is-primary {
    background-color: #2c5283;
    color: #fff; }
    .navbar.is-primary .navbar-brand > .navbar-item,
    .navbar.is-primary .navbar-brand .navbar-link {
      color: #fff; }
    .navbar.is-primary .navbar-brand > a.navbar-item:focus, .navbar.is-primary .navbar-brand > a.navbar-item:hover, .navbar.is-primary .navbar-brand > a.navbar-item.is-active,
    .navbar.is-primary .navbar-brand .navbar-link:focus,
    .navbar.is-primary .navbar-brand .navbar-link:hover,
    .navbar.is-primary .navbar-brand .navbar-link.is-active {
      background-color: #264670;
      color: #fff; }
    .navbar.is-primary .navbar-brand .navbar-link::after {
      border-color: #fff; }
    .navbar.is-primary .navbar-burger {
      color: #fff; }
    @media screen and (min-width: 1024px) {
      .navbar.is-primary .navbar-start > .navbar-item,
      .navbar.is-primary .navbar-start .navbar-link,
      .navbar.is-primary .navbar-end > .navbar-item,
      .navbar.is-primary .navbar-end .navbar-link {
        color: #fff; }
      .navbar.is-primary .navbar-start > a.navbar-item:focus, .navbar.is-primary .navbar-start > a.navbar-item:hover, .navbar.is-primary .navbar-start > a.navbar-item.is-active,
      .navbar.is-primary .navbar-start .navbar-link:focus,
      .navbar.is-primary .navbar-start .navbar-link:hover,
      .navbar.is-primary .navbar-start .navbar-link.is-active,
      .navbar.is-primary .navbar-end > a.navbar-item:focus,
      .navbar.is-primary .navbar-end > a.navbar-item:hover,
      .navbar.is-primary .navbar-end > a.navbar-item.is-active,
      .navbar.is-primary .navbar-end .navbar-link:focus,
      .navbar.is-primary .navbar-end .navbar-link:hover,
      .navbar.is-primary .navbar-end .navbar-link.is-active {
        background-color: #264670;
        color: #fff; }
      .navbar.is-primary .navbar-start .navbar-link::after,
      .navbar.is-primary .navbar-end .navbar-link::after {
        border-color: #fff; }
      .navbar.is-primary .navbar-item.has-dropdown:focus .navbar-link,
      .navbar.is-primary .navbar-item.has-dropdown:hover .navbar-link,
      .navbar.is-primary .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: #264670;
        color: #fff; }
      .navbar.is-primary .navbar-dropdown a.navbar-item.is-active {
        background-color: #2c5283;
        color: #fff; } }
  .navbar.is-link {
    background-color: #2c5283;
    color: #fff; }
    .navbar.is-link .navbar-brand > .navbar-item,
    .navbar.is-link .navbar-brand .navbar-link {
      color: #fff; }
    .navbar.is-link .navbar-brand > a.navbar-item:focus, .navbar.is-link .navbar-brand > a.navbar-item:hover, .navbar.is-link .navbar-brand > a.navbar-item.is-active,
    .navbar.is-link .navbar-brand .navbar-link:focus,
    .navbar.is-link .navbar-brand .navbar-link:hover,
    .navbar.is-link .navbar-brand .navbar-link.is-active {
      background-color: #264670;
      color: #fff; }
    .navbar.is-link .navbar-brand .navbar-link::after {
      border-color: #fff; }
    .navbar.is-link .navbar-burger {
      color: #fff; }
    @media screen and (min-width: 1024px) {
      .navbar.is-link .navbar-start > .navbar-item,
      .navbar.is-link .navbar-start .navbar-link,
      .navbar.is-link .navbar-end > .navbar-item,
      .navbar.is-link .navbar-end .navbar-link {
        color: #fff; }
      .navbar.is-link .navbar-start > a.navbar-item:focus, .navbar.is-link .navbar-start > a.navbar-item:hover, .navbar.is-link .navbar-start > a.navbar-item.is-active,
      .navbar.is-link .navbar-start .navbar-link:focus,
      .navbar.is-link .navbar-start .navbar-link:hover,
      .navbar.is-link .navbar-start .navbar-link.is-active,
      .navbar.is-link .navbar-end > a.navbar-item:focus,
      .navbar.is-link .navbar-end > a.navbar-item:hover,
      .navbar.is-link .navbar-end > a.navbar-item.is-active,
      .navbar.is-link .navbar-end .navbar-link:focus,
      .navbar.is-link .navbar-end .navbar-link:hover,
      .navbar.is-link .navbar-end .navbar-link.is-active {
        background-color: #264670;
        color: #fff; }
      .navbar.is-link .navbar-start .navbar-link::after,
      .navbar.is-link .navbar-end .navbar-link::after {
        border-color: #fff; }
      .navbar.is-link .navbar-item.has-dropdown:focus .navbar-link,
      .navbar.is-link .navbar-item.has-dropdown:hover .navbar-link,
      .navbar.is-link .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: #264670;
        color: #fff; }
      .navbar.is-link .navbar-dropdown a.navbar-item.is-active {
        background-color: #2c5283;
        color: #fff; } }
  .navbar.is-info {
    background-color: #1c2134;
    color: #fff; }
    .navbar.is-info .navbar-brand > .navbar-item,
    .navbar.is-info .navbar-brand .navbar-link {
      color: #fff; }
    .navbar.is-info .navbar-brand > a.navbar-item:focus, .navbar.is-info .navbar-brand > a.navbar-item:hover, .navbar.is-info .navbar-brand > a.navbar-item.is-active,
    .navbar.is-info .navbar-brand .navbar-link:focus,
    .navbar.is-info .navbar-brand .navbar-link:hover,
    .navbar.is-info .navbar-brand .navbar-link.is-active {
      background-color: #131623;
      color: #fff; }
    .navbar.is-info .navbar-brand .navbar-link::after {
      border-color: #fff; }
    .navbar.is-info .navbar-burger {
      color: #fff; }
    @media screen and (min-width: 1024px) {
      .navbar.is-info .navbar-start > .navbar-item,
      .navbar.is-info .navbar-start .navbar-link,
      .navbar.is-info .navbar-end > .navbar-item,
      .navbar.is-info .navbar-end .navbar-link {
        color: #fff; }
      .navbar.is-info .navbar-start > a.navbar-item:focus, .navbar.is-info .navbar-start > a.navbar-item:hover, .navbar.is-info .navbar-start > a.navbar-item.is-active,
      .navbar.is-info .navbar-start .navbar-link:focus,
      .navbar.is-info .navbar-start .navbar-link:hover,
      .navbar.is-info .navbar-start .navbar-link.is-active,
      .navbar.is-info .navbar-end > a.navbar-item:focus,
      .navbar.is-info .navbar-end > a.navbar-item:hover,
      .navbar.is-info .navbar-end > a.navbar-item.is-active,
      .navbar.is-info .navbar-end .navbar-link:focus,
      .navbar.is-info .navbar-end .navbar-link:hover,
      .navbar.is-info .navbar-end .navbar-link.is-active {
        background-color: #131623;
        color: #fff; }
      .navbar.is-info .navbar-start .navbar-link::after,
      .navbar.is-info .navbar-end .navbar-link::after {
        border-color: #fff; }
      .navbar.is-info .navbar-item.has-dropdown:focus .navbar-link,
      .navbar.is-info .navbar-item.has-dropdown:hover .navbar-link,
      .navbar.is-info .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: #131623;
        color: #fff; }
      .navbar.is-info .navbar-dropdown a.navbar-item.is-active {
        background-color: #1c2134;
        color: #fff; } }
  .navbar.is-success {
    background-color: #48c78e;
    color: #fff; }
    .navbar.is-success .navbar-brand > .navbar-item,
    .navbar.is-success .navbar-brand .navbar-link {
      color: #fff; }
    .navbar.is-success .navbar-brand > a.navbar-item:focus, .navbar.is-success .navbar-brand > a.navbar-item:hover, .navbar.is-success .navbar-brand > a.navbar-item.is-active,
    .navbar.is-success .navbar-brand .navbar-link:focus,
    .navbar.is-success .navbar-brand .navbar-link:hover,
    .navbar.is-success .navbar-brand .navbar-link.is-active {
      background-color: #3abb81;
      color: #fff; }
    .navbar.is-success .navbar-brand .navbar-link::after {
      border-color: #fff; }
    .navbar.is-success .navbar-burger {
      color: #fff; }
    @media screen and (min-width: 1024px) {
      .navbar.is-success .navbar-start > .navbar-item,
      .navbar.is-success .navbar-start .navbar-link,
      .navbar.is-success .navbar-end > .navbar-item,
      .navbar.is-success .navbar-end .navbar-link {
        color: #fff; }
      .navbar.is-success .navbar-start > a.navbar-item:focus, .navbar.is-success .navbar-start > a.navbar-item:hover, .navbar.is-success .navbar-start > a.navbar-item.is-active,
      .navbar.is-success .navbar-start .navbar-link:focus,
      .navbar.is-success .navbar-start .navbar-link:hover,
      .navbar.is-success .navbar-start .navbar-link.is-active,
      .navbar.is-success .navbar-end > a.navbar-item:focus,
      .navbar.is-success .navbar-end > a.navbar-item:hover,
      .navbar.is-success .navbar-end > a.navbar-item.is-active,
      .navbar.is-success .navbar-end .navbar-link:focus,
      .navbar.is-success .navbar-end .navbar-link:hover,
      .navbar.is-success .navbar-end .navbar-link.is-active {
        background-color: #3abb81;
        color: #fff; }
      .navbar.is-success .navbar-start .navbar-link::after,
      .navbar.is-success .navbar-end .navbar-link::after {
        border-color: #fff; }
      .navbar.is-success .navbar-item.has-dropdown:focus .navbar-link,
      .navbar.is-success .navbar-item.has-dropdown:hover .navbar-link,
      .navbar.is-success .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: #3abb81;
        color: #fff; }
      .navbar.is-success .navbar-dropdown a.navbar-item.is-active {
        background-color: #48c78e;
        color: #fff; } }
  .navbar.is-warning {
    background-color: #ffe08a;
    color: rgba(0, 0, 0, 0.7); }
    .navbar.is-warning .navbar-brand > .navbar-item,
    .navbar.is-warning .navbar-brand .navbar-link {
      color: rgba(0, 0, 0, 0.7); }
    .navbar.is-warning .navbar-brand > a.navbar-item:focus, .navbar.is-warning .navbar-brand > a.navbar-item:hover, .navbar.is-warning .navbar-brand > a.navbar-item.is-active,
    .navbar.is-warning .navbar-brand .navbar-link:focus,
    .navbar.is-warning .navbar-brand .navbar-link:hover,
    .navbar.is-warning .navbar-brand .navbar-link.is-active {
      background-color: #ffd970;
      color: rgba(0, 0, 0, 0.7); }
    .navbar.is-warning .navbar-brand .navbar-link::after {
      border-color: rgba(0, 0, 0, 0.7); }
    .navbar.is-warning .navbar-burger {
      color: rgba(0, 0, 0, 0.7); }
    @media screen and (min-width: 1024px) {
      .navbar.is-warning .navbar-start > .navbar-item,
      .navbar.is-warning .navbar-start .navbar-link,
      .navbar.is-warning .navbar-end > .navbar-item,
      .navbar.is-warning .navbar-end .navbar-link {
        color: rgba(0, 0, 0, 0.7); }
      .navbar.is-warning .navbar-start > a.navbar-item:focus, .navbar.is-warning .navbar-start > a.navbar-item:hover, .navbar.is-warning .navbar-start > a.navbar-item.is-active,
      .navbar.is-warning .navbar-start .navbar-link:focus,
      .navbar.is-warning .navbar-start .navbar-link:hover,
      .navbar.is-warning .navbar-start .navbar-link.is-active,
      .navbar.is-warning .navbar-end > a.navbar-item:focus,
      .navbar.is-warning .navbar-end > a.navbar-item:hover,
      .navbar.is-warning .navbar-end > a.navbar-item.is-active,
      .navbar.is-warning .navbar-end .navbar-link:focus,
      .navbar.is-warning .navbar-end .navbar-link:hover,
      .navbar.is-warning .navbar-end .navbar-link.is-active {
        background-color: #ffd970;
        color: rgba(0, 0, 0, 0.7); }
      .navbar.is-warning .navbar-start .navbar-link::after,
      .navbar.is-warning .navbar-end .navbar-link::after {
        border-color: rgba(0, 0, 0, 0.7); }
      .navbar.is-warning .navbar-item.has-dropdown:focus .navbar-link,
      .navbar.is-warning .navbar-item.has-dropdown:hover .navbar-link,
      .navbar.is-warning .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: #ffd970;
        color: rgba(0, 0, 0, 0.7); }
      .navbar.is-warning .navbar-dropdown a.navbar-item.is-active {
        background-color: #ffe08a;
        color: rgba(0, 0, 0, 0.7); } }
  .navbar.is-danger {
    background-color: #f14668;
    color: #fff; }
    .navbar.is-danger .navbar-brand > .navbar-item,
    .navbar.is-danger .navbar-brand .navbar-link {
      color: #fff; }
    .navbar.is-danger .navbar-brand > a.navbar-item:focus, .navbar.is-danger .navbar-brand > a.navbar-item:hover, .navbar.is-danger .navbar-brand > a.navbar-item.is-active,
    .navbar.is-danger .navbar-brand .navbar-link:focus,
    .navbar.is-danger .navbar-brand .navbar-link:hover,
    .navbar.is-danger .navbar-brand .navbar-link.is-active {
      background-color: #ef2e55;
      color: #fff; }
    .navbar.is-danger .navbar-brand .navbar-link::after {
      border-color: #fff; }
    .navbar.is-danger .navbar-burger {
      color: #fff; }
    @media screen and (min-width: 1024px) {
      .navbar.is-danger .navbar-start > .navbar-item,
      .navbar.is-danger .navbar-start .navbar-link,
      .navbar.is-danger .navbar-end > .navbar-item,
      .navbar.is-danger .navbar-end .navbar-link {
        color: #fff; }
      .navbar.is-danger .navbar-start > a.navbar-item:focus, .navbar.is-danger .navbar-start > a.navbar-item:hover, .navbar.is-danger .navbar-start > a.navbar-item.is-active,
      .navbar.is-danger .navbar-start .navbar-link:focus,
      .navbar.is-danger .navbar-start .navbar-link:hover,
      .navbar.is-danger .navbar-start .navbar-link.is-active,
      .navbar.is-danger .navbar-end > a.navbar-item:focus,
      .navbar.is-danger .navbar-end > a.navbar-item:hover,
      .navbar.is-danger .navbar-end > a.navbar-item.is-active,
      .navbar.is-danger .navbar-end .navbar-link:focus,
      .navbar.is-danger .navbar-end .navbar-link:hover,
      .navbar.is-danger .navbar-end .navbar-link.is-active {
        background-color: #ef2e55;
        color: #fff; }
      .navbar.is-danger .navbar-start .navbar-link::after,
      .navbar.is-danger .navbar-end .navbar-link::after {
        border-color: #fff; }
      .navbar.is-danger .navbar-item.has-dropdown:focus .navbar-link,
      .navbar.is-danger .navbar-item.has-dropdown:hover .navbar-link,
      .navbar.is-danger .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: #ef2e55;
        color: #fff; }
      .navbar.is-danger .navbar-dropdown a.navbar-item.is-active {
        background-color: #f14668;
        color: #fff; } }
  .navbar > .container {
    align-items: stretch;
    display: flex;
    min-height: 5rem;
    width: 100%; }
  .navbar.has-shadow {
    box-shadow: 0 2px 0 0 whitesmoke; }
  .navbar.is-fixed-bottom, .navbar.is-fixed-top {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 30; }
  .navbar.is-fixed-bottom {
    bottom: 0; }
    .navbar.is-fixed-bottom.has-shadow {
      box-shadow: 0 -2px 0 0 whitesmoke; }
  .navbar.is-fixed-top {
    top: 0; }

html.has-navbar-fixed-top,
body.has-navbar-fixed-top {
  padding-top: 5rem; }

html.has-navbar-fixed-bottom,
body.has-navbar-fixed-bottom {
  padding-bottom: 5rem; }

.navbar-brand,
.navbar-tabs {
  align-items: stretch;
  display: flex;
  flex-shrink: 0;
  min-height: 5rem; }

.navbar-brand a.navbar-item:focus, .navbar-brand a.navbar-item:hover {
  background-color: transparent; }

.navbar-tabs {
  -webkit-overflow-scrolling: touch;
  max-width: 100vw;
  overflow-x: auto;
  overflow-y: hidden; }

.navbar-burger {
  color: #2c5283;
  -webkit-appearance: none;
  appearance: none;
  background: none;
  border: none;
  cursor: pointer;
  display: block;
  height: 5rem;
  position: relative;
  width: 5rem;
  margin-left: auto; }
  .navbar-burger span {
    background-color: currentColor;
    display: block;
    height: 1px;
    left: calc(50% - 8px);
    position: absolute;
    transform-origin: center;
    transition-duration: 86ms;
    transition-property: background-color, opacity, transform;
    transition-timing-function: ease-out;
    width: 16px; }
    .navbar-burger span:nth-child(1) {
      top: calc(50% - 6px); }
    .navbar-burger span:nth-child(2) {
      top: calc(50% - 1px); }
    .navbar-burger span:nth-child(3) {
      top: calc(50% + 4px); }
  .navbar-burger:hover {
    background-color: rgba(0, 0, 0, 0.05); }
  .navbar-burger.is-active span:nth-child(1) {
    transform: translateY(5px) rotate(45deg); }
  .navbar-burger.is-active span:nth-child(2) {
    opacity: 0; }
  .navbar-burger.is-active span:nth-child(3) {
    transform: translateY(-5px) rotate(-45deg); }

.navbar-menu {
  display: none; }

.navbar-item,
.navbar-link {
  color: #1c2134;
  display: block;
  line-height: 1.5;
  padding: 0.5rem 0.75rem;
  position: relative; }
  .navbar-item .icon:only-child,
  .navbar-link .icon:only-child {
    margin-left: -0.25rem;
    margin-right: -0.25rem; }

a.navbar-item,
.navbar-link {
  cursor: pointer; }
  a.navbar-item:focus, a.navbar-item:focus-within, a.navbar-item:hover, a.navbar-item.is-active,
  .navbar-link:focus,
  .navbar-link:focus-within,
  .navbar-link:hover,
  .navbar-link.is-active {
    background-color: transparent;
    color: #1c2134; }

.navbar-item {
  flex-grow: 0;
  flex-shrink: 0; }
  .navbar-item img {
    max-height: 1.75rem; }
  .navbar-item.has-dropdown {
    padding: 0; }
  .navbar-item.is-expanded {
    flex-grow: 1;
    flex-shrink: 1; }
  .navbar-item.is-tab {
    border-bottom: 1px solid transparent;
    min-height: 5rem;
    padding-bottom: calc(0.5rem - 1px); }
    .navbar-item.is-tab:focus, .navbar-item.is-tab:hover {
      background-color: transparent;
      border-bottom-color: #2c5283; }
    .navbar-item.is-tab.is-active {
      background-color: transparent;
      border-bottom-color: #2c5283;
      border-bottom-style: solid;
      border-bottom-width: 3px;
      color: #2c5283;
      padding-bottom: calc(0.5rem - 3px); }

.navbar-content {
  flex-grow: 1;
  flex-shrink: 1; }

.navbar-link:not(.is-arrowless) {
  padding-right: 2.5em; }
  .navbar-link:not(.is-arrowless)::after {
    border-color: #2c5283;
    margin-top: -0.375em;
    right: 1.125em; }

.navbar-dropdown {
  font-size: 0.875rem;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem; }
  .navbar-dropdown .navbar-item {
    padding-left: 1.5rem;
    padding-right: 1.5rem; }

.navbar-divider {
  background-color: white;
  border: none;
  display: none;
  height: 2px;
  margin: 0.5rem 0; }

@media screen and (max-width: 1023px) {
  .navbar > .container {
    display: block; }
  .navbar-brand .navbar-item,
  .navbar-tabs .navbar-item {
    align-items: center;
    display: flex; }
  .navbar-link::after {
    display: none; }
  .navbar-menu {
    background-color: white;
    box-shadow: 0 8px 16px rgba(10, 10, 10, 0.1);
    padding: 0.5rem 0; }
    .navbar-menu.is-active {
      display: block; }
  .navbar.is-fixed-bottom-touch, .navbar.is-fixed-top-touch {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 30; }
  .navbar.is-fixed-bottom-touch {
    bottom: 0; }
    .navbar.is-fixed-bottom-touch.has-shadow {
      box-shadow: 0 -2px 3px rgba(10, 10, 10, 0.1); }
  .navbar.is-fixed-top-touch {
    top: 0; }
  .navbar.is-fixed-top .navbar-menu, .navbar.is-fixed-top-touch .navbar-menu {
    -webkit-overflow-scrolling: touch;
    max-height: calc(100vh - 5rem);
    overflow: auto; }
  html.has-navbar-fixed-top-touch,
  body.has-navbar-fixed-top-touch {
    padding-top: 5rem; }
  html.has-navbar-fixed-bottom-touch,
  body.has-navbar-fixed-bottom-touch {
    padding-bottom: 5rem; } }

@media screen and (min-width: 1024px) {
  .navbar,
  .navbar-menu,
  .navbar-start,
  .navbar-end {
    align-items: stretch;
    display: flex; }
  .navbar {
    min-height: 5rem; }
    .navbar.is-spaced {
      padding: 1rem 2rem; }
      .navbar.is-spaced .navbar-start,
      .navbar.is-spaced .navbar-end {
        align-items: center; }
      .navbar.is-spaced a.navbar-item,
      .navbar.is-spaced .navbar-link {
        border-radius: 4px; }
    .navbar.is-transparent a.navbar-item:focus, .navbar.is-transparent a.navbar-item:hover, .navbar.is-transparent a.navbar-item.is-active,
    .navbar.is-transparent .navbar-link:focus,
    .navbar.is-transparent .navbar-link:hover,
    .navbar.is-transparent .navbar-link.is-active {
      background-color: transparent !important; }
    .navbar.is-transparent .navbar-item.has-dropdown.is-active .navbar-link, .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus .navbar-link, .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus-within .navbar-link, .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:hover .navbar-link {
      background-color: transparent !important; }
    .navbar.is-transparent .navbar-dropdown a.navbar-item:focus, .navbar.is-transparent .navbar-dropdown a.navbar-item:hover {
      background-color: white;
      color: #2c5283; }
    .navbar.is-transparent .navbar-dropdown a.navbar-item.is-active {
      background-color: whitesmoke;
      color: #2c5283; }
  .navbar-burger {
    display: none; }
  .navbar-item,
  .navbar-link {
    align-items: center;
    display: flex; }
  .navbar-item.has-dropdown {
    align-items: stretch; }
  .navbar-item.has-dropdown-up .navbar-link::after {
    transform: rotate(135deg) translate(0.25em, -0.25em); }
  .navbar-item.has-dropdown-up .navbar-dropdown {
    border-bottom: 2px solid #2c5283;
    border-radius: 6px 6px 0 0;
    border-top: none;
    bottom: 100%;
    box-shadow: 0 -8px 8px rgba(10, 10, 10, 0.1);
    top: auto; }
  .navbar-item.is-active .navbar-dropdown, .navbar-item.is-hoverable:focus .navbar-dropdown, .navbar-item.is-hoverable:focus-within .navbar-dropdown, .navbar-item.is-hoverable:hover .navbar-dropdown {
    display: block; }
    .navbar.is-spaced .navbar-item.is-active .navbar-dropdown, .navbar-item.is-active .navbar-dropdown.is-boxed, .navbar.is-spaced .navbar-item.is-hoverable:focus .navbar-dropdown, .navbar-item.is-hoverable:focus .navbar-dropdown.is-boxed, .navbar.is-spaced .navbar-item.is-hoverable:focus-within .navbar-dropdown, .navbar-item.is-hoverable:focus-within .navbar-dropdown.is-boxed, .navbar.is-spaced .navbar-item.is-hoverable:hover .navbar-dropdown, .navbar-item.is-hoverable:hover .navbar-dropdown.is-boxed {
      opacity: 1;
      pointer-events: auto;
      transform: translateY(0); }
  .navbar-menu {
    flex-grow: 1;
    flex-shrink: 0; }
  .navbar-start {
    justify-content: flex-start;
    margin-right: auto; }
  .navbar-end {
    justify-content: flex-end;
    margin-left: auto; }
  .navbar-dropdown {
    background-color: white;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-top: 2px solid #2c5283;
    box-shadow: 0 8px 8px rgba(10, 10, 10, 0.1);
    display: none;
    font-size: 0.875rem;
    left: 0;
    min-width: 100%;
    position: absolute;
    top: 100%;
    z-index: 20; }
    .navbar-dropdown .navbar-item {
      padding: 0.375rem 1rem;
      white-space: nowrap; }
    .navbar-dropdown a.navbar-item {
      padding-right: 3rem; }
      .navbar-dropdown a.navbar-item:focus, .navbar-dropdown a.navbar-item:hover {
        background-color: white;
        color: #2c5283; }
      .navbar-dropdown a.navbar-item.is-active {
        background-color: whitesmoke;
        color: #2c5283; }
    .navbar.is-spaced .navbar-dropdown, .navbar-dropdown.is-boxed {
      border-radius: 6px;
      border-top: none;
      box-shadow: 0 8px 8px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
      display: block;
      opacity: 0;
      pointer-events: none;
      top: calc(100% + (-4px));
      transform: translateY(-5px);
      transition-duration: 86ms;
      transition-property: opacity, transform; }
    .navbar-dropdown.is-right {
      left: auto;
      right: 0; }
  .navbar-divider {
    display: block; }
  .navbar > .container .navbar-brand,
  .container > .navbar .navbar-brand {
    margin-left: -0.75rem; }
  .navbar > .container .navbar-menu,
  .container > .navbar .navbar-menu {
    margin-right: -0.75rem; }
  .navbar.is-fixed-bottom-desktop, .navbar.is-fixed-top-desktop {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 30; }
  .navbar.is-fixed-bottom-desktop {
    bottom: 0; }
    .navbar.is-fixed-bottom-desktop.has-shadow {
      box-shadow: 0 -2px 3px rgba(10, 10, 10, 0.1); }
  .navbar.is-fixed-top-desktop {
    top: 0; }
  html.has-navbar-fixed-top-desktop,
  body.has-navbar-fixed-top-desktop {
    padding-top: 5rem; }
  html.has-navbar-fixed-bottom-desktop,
  body.has-navbar-fixed-bottom-desktop {
    padding-bottom: 5rem; }
  html.has-spaced-navbar-fixed-top,
  body.has-spaced-navbar-fixed-top {
    padding-top: 7rem; }
  html.has-spaced-navbar-fixed-bottom,
  body.has-spaced-navbar-fixed-bottom {
    padding-bottom: 7rem; }
  a.navbar-item.is-active,
  .navbar-link.is-active {
    color: #0a0a0a; }
  a.navbar-item.is-active:not(:focus):not(:hover),
  .navbar-link.is-active:not(:focus):not(:hover) {
    background-color: transparent; }
  .navbar-item.has-dropdown:focus .navbar-link, .navbar-item.has-dropdown:hover .navbar-link, .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: transparent; } }

.hero.is-fullheight-with-navbar {
  min-height: calc(100vh - 5rem); }

.navbar {
  border-top: solid 1px rgba(44, 82, 131, 0.2); }
  @media screen and (max-width: 1023px) {
    .navbar {
      background-color: white; } }
  @media screen and (max-width: 1023px) {
    .navbar .container {
      padding-left: 32px;
      padding-right: 0; } }
  .navbar-brand {
    position: relative;
    margin-left: 0 !important; }
    @media screen and (max-width: 1023px) {
      .navbar-brand .navbar-item {
        padding-left: 0; } }
  .navbar-title {
    text-align: left;
    font-size: 0.75rem;
    font-family: "Poppins", sans-serif;
    font-weight: 600; }
    @media screen and (min-width: 1216px) {
      .navbar-title {
        font-size: 1rem; } }
    .navbar-title:hover {
      transition: color 0.3s;
      color: #2c5283; }
      .navbar-title:hover span {
        color: inherit; }
    .navbar-title span {
      display: block;
      font-size: 0.75rem;
      color: inherit;
      font-weight: 400; }
      @media screen and (min-width: 1216px) {
        .navbar-title span {
          font-size: 0.75rem; } }
  .navbar-item {
    transition: all 0.3s;
    text-align: center;
    position: relative;
    font-weight: 500; }
    .navbar-item:before {
      content: "";
      position: relative;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      display: block;
      width: 0%;
      height: 2px;
      background-color: #2c5283;
      transition: all 0.3s;
      display: block;
      position: absolute;
      bottom: 25%;
      width: 0%;
      z-index: 99; }
      @media screen and (max-width: 1023px) {
        .navbar-item:before {
          bottom: 0; } }
    .navbar-item:hover:before {
      width: 100%; }
    .navbar-item a {
      color: currentColor; }
    .navbar-item.no-underline:before {
      display: none; }
  .navbar-logo {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 0; }
    .navbar-logo img {
      max-width: 320px;
      max-height: 5rem; }
      @media screen and (max-width: 1023px) {
        .navbar-logo img {
          max-width: 200px;
          max-height: 3rem !important;
          padding: 0; } }
  .navbar-logo-overlap {
    padding: 0; }
    @media screen and (min-width: 1024px) {
      .navbar-logo-overlap {
        position: relative;
        top: 0;
        padding: 1rem;
        margin-top: 0;
        margin-bottom: -40px;
        background-color: white;
        box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px; }
        .navbar-logo-overlap:hover, .navbar-logo-overlap:focus {
          background-color: white !important; } }
    .navbar-logo-overlap img {
      padding: 0;
      max-width: 100%;
      max-height: 5rem; }
      @media screen and (min-width: 1024px) {
        .navbar-logo-overlap img {
          position: relative;
          top: 0;
          bottom: -40px;
          left: 0;
          max-height: 120px; } }
  .navbar-menu {
    transition: all 0.3s; }
    @media screen and (max-width: 1023px) {
      .navbar-menu.is-active {
        width: 100%;
        min-height: 100vh;
        display: flex;
        position: fixed;
        top: 0;
        left: 0;
        background-color: rgba(28, 33, 52, 0.98); }
        .navbar-menu.is-active .navbar-item {
          color: white;
          border-bottom: none !important;
          padding-top: 1rem;
          padding-bottom: 1rem; } }
  .navbar-dropdown {
    font-size: 1rem; }
    @media screen and (max-width: 1023px) {
      .navbar-dropdown {
        padding: 0; } }
    .navbar-dropdown .navbar-item {
      padding-top: 1rem;
      padding-bottom: 1rem; }
      .navbar-dropdown .navbar-item:not(:last-child) {
        border-bottom: solid 2px white; }
      @media screen and (min-width: 1024px) {
        .navbar-dropdown .navbar-item:hover:before {
          display: none; } }
  .navbar-divider {
    background-color: white !important; }
  @media screen and (max-width: 1023px) {
    .navbar-end {
      min-height: 100%;
      display: flex;
      flex-direction: column;
      flex-grow: 1;
      justify-content: center;
      align-items: center; } }
  @media screen and (max-width: 1023px) {
    .navbar > .navbar-item {
      flex: 1;
      display: flex;
      flex-direction: column;
      justify-content: center;
      text-align: center; } }
  .navbar-burger {
    text-align: center;
    position: relative; }
    .navbar-burger:hover {
      color: white;
      background-color: #2c5283; }
    .navbar-burger.is-active {
      z-index: 99;
      color: #2c5283; }
      .navbar-burger.is-active:before {
        content: "Close";
        text-transform: uppercase;
        font-weight: bold;
        display: inline-block;
        position: relative;
        height: 5rem;
        line-height: 5rem;
        top: 50%;
        left: -60%;
        transform: translateX(0%) translateY(-50%); }
      .navbar-burger.is-active:hover {
        background-color: initial;
        color: #2c5283; }
    .navbar-burger span {
      height: 2px; }

.site-nav-links {
  text-align: center; }
  .site-nav-links > a:after {
    content: "";
    position: relative;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 0%;
    height: 2px;
    background-color: #2c5283;
    transition: all 0.3s;
    display: block;
    position: absolute;
    bottom: 25%;
    width: 0%;
    z-index: 99; }
    @media screen and (max-width: 1023px) {
      .site-nav-links > a:after {
        bottom: 0; } }
  .site-nav-links > a:hover:after {
    width: 100%; }

.pre-heading {
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 2px;
  margin-bottom: 1.25rem;
  display: block;
  color: inherit;
  position: relative; }
  .pre-heading:before {
    content: '';
    display: inline-block;
    position: relative;
    top: -4px;
    left: 0;
    width: 1.6rem;
    height: 2px;
    margin-right: .2rem;
    background-color: #2c5283;
    transform: translateY(-50%); }

.hero {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #1c2134;
  background-image: linear-gradient(180deg, rgba(239, 242, 245, 0.6), rgba(28, 33, 52, 0.05));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(28, 33, 52, 0.9)), url("../images/hero.jpg");
  position: relative;
  color: white;
  font-weight: normal;
  text-align: center; }
  @media screen and (min-width: 1024px) {
    .hero {
      padding-top: 3rem;
      padding-bottom: 3rem; } }
  .hero-body {
    text-transform: inherit; }
  .hero .wave {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    max-height: 110px;
    z-index: 20; }
  .hero-index {
    background: none;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: white;
    background-color: #1c2134;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.3)), url("../images/bg.png");
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(28, 33, 52, 0.9)), url("../images/hero.jpg"); }
    .hero-index h1,
    .hero-index h2 {
      font-size: 2.2rem !important; }
      @media screen and (min-width: 1024px) {
        .hero-index h1,
        .hero-index h2 {
          font-size: 4.4rem !important; } }
    .hero-index p {
      font-size: 1rem; }
  .hero h1 {
    font-size: 2.2rem; }
    @media screen and (min-width: 1024px) {
      .hero h1 {
        font-size: 2.4rem; } }
  .hero-services {
    background-image: linear-gradient(-249deg, rgba(28, 33, 52, 0.9), rgba(28, 33, 52, 0.9)), url("../images/hero-services.jpg"); }
  .hero-gallery {
    background-image: linear-gradient(-249deg, rgba(28, 33, 52, 0.9), rgba(28, 33, 52, 0.9)), url("../images/hero-gallery.jpg"); }
  .hero-reviews {
    background-image: linear-gradient(-249deg, rgba(28, 33, 52, 0.9), rgba(28, 33, 52, 0.9)), url("../images/hero-reviews.jpg"); }
  .hero-contact {
    background-image: linear-gradient(-249deg, rgba(28, 33, 52, 0.9), rgba(28, 33, 52, 0.9)), url("../images/hero-contact.jpg"); }
  .hero-service {
    color: white;
    background: none;
    background-color: #1c2134;
    background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0.5), rgba(28, 33, 52, 0.1)), url("../images/bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 0; }
  .hero-fail {
    text-align: inherit; }
    .hero-fail .has-accent span,
    .hero-fail .has-accent strong {
      color: #f14668;
      font-weight: 600 !important; }
    .hero-fail a {
      color: #2c5283; }
  .hero-success {
    color: inherit;
    text-align: inherit; }
  .hero-cta {
    background-color: #1c2134;
    color: white;
    font-weight: 600;
    padding: 1.25rem;
    margin: 0 auto;
    border: none; }
    @media screen and (min-width: 769px) {
      .hero-cta {
        margin-top: 0rem; } }
    .hero-cta h4 {
      display: inline-block;
      font-family: "Nunito Sans", sans-serif;
      font-size: 150%;
      font-weight: 600;
      width: 100%;
      color: #2c5283;
      margin-top: 0;
      margin-bottom: 1rem; }
      @media screen and (min-width: 1024px) {
        .hero-cta h4 {
          font-size: 200%; } }
    .hero-cta button {
      font-weight: bold;
      margin-top: 2rem; }
  .hero-socials {
    display: grid;
    grid-gap: 1rem;
    justify-content: center;
    align-content: center;
    grid-auto-flow: column;
    margin-top: 2rem; }
    @media screen and (max-width: 1023px) {
      .hero-socials {
        margin-top: 2rem; } }
    .hero-socials a {
      color: #2c5283;
      transition: color 0.3s; }
      .hero-socials a:hover {
        color: #1c2134; }
    .hero-socials a[href^="#"] {
      display: none !important; }
    .hero-socials .icon {
      color: inherit;
      fill: inherit; }
      .hero-socials .icon:hover {
        color: #2c5283;
        fill: #2c5283; }
  .hero .gas-safe-emblem {
    position: relative;
    display: block;
    margin: 0 auto;
    margin-bottom: 1rem;
    width: 60px; }
    @media screen and (min-width: 1024px) {
      .hero .gas-safe-emblem {
        position: absolute;
        right: 20px;
        bottom: 20px;
        margin: 0;
        width: 80px; } }
.vegas-overlay {
  opacity: 1;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.6)); }

@media screen and (max-width: 768px) {
  .vegas-content {
    overflow: hidden; } }

.vegas-timer {
  height: 5px; }

.vegas-timer-progress {
  background: #2c5283; }

.big-logo {
  min-height: 450px;
  background: #1c2134;
  background-image: url("../images/logo-white.png");
  background-repeat: no-repeat;
  background-size: 80%;
  background-position: center; }

.bg-image {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  flex-grow: 1;
  background-size: cover;
  background-position: center; }
  .bg-image img {
    display: none !important; }

.chunky-list ul {
  margin-top: 2rem;
  columns: 1; }
  @media screen and (min-width: 769px) {
    .chunky-list ul {
      columns: 2; } }
  @media screen and (min-width: 1216px) {
    .chunky-list ul {
      columns: 2; } }
  @media screen and (min-width: 1408px) {
    .chunky-list ul {
      columns: 2; } }
  .chunky-list ul li {
    display: block;
    background-color: #f5f7f9;
    padding: 10px;
    margin: 10px;
    border-radius: 8px;
    outline: solid 1px #EFF2F5; }
    .chunky-list ul li:first-child {
      margin-top: 0; }
    .chunky-list ul li:before {
      content: "\f14a";
      font-family: "FontAwesome";
      margin-right: 10px;
      color: #2c5283; }

.service-column {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  height: 100%; }
  .service-column img:hover {
    opacity: 0.6; }

.service-page-content ul {
  position: relative;
  margin-left: 0; }

.service-list ul {
  margin-top: 2rem;
  columns: 1; }
  @media screen and (min-width: 769px) {
    .service-list ul {
      columns: 2; } }
  @media screen and (min-width: 1024px) {
    .service-list ul {
      columns: 2; } }
  @media screen and (min-width: 1408px) {
    .service-list ul {
      columns: 3; } }
  .service-list ul li {
    display: block;
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
    padding: 10px;
    margin: 10px;
    outline: solid 1px #EFF2F5;
    text-transform: capitalize; }
    .service-list ul li:first-child {
      margin-top: 0; }
    .service-list ul li:before {
      content: "\f14a";
      font-family: "FontAwesome";
      margin-right: 10px;
      color: #2c5283; }

.cols-2 ul {
  margin-top: 2rem;
  columns: 1; }
  @media screen and (min-width: 769px) {
    .cols-2 ul {
      columns: 2; } }
  @media screen and (min-width: 1024px) {
    .cols-2 ul {
      columns: 2; } }
  @media screen and (min-width: 1408px) {
    .cols-2 ul {
      columns: 2; } }
.cols-3 ul {
  margin-top: 2rem;
  columns: 1; }
  @media screen and (min-width: 769px) {
    .cols-3 ul {
      columns: 2; } }
  @media screen and (min-width: 1024px) {
    .cols-3 ul {
      columns: 2; } }
  @media screen and (min-width: 1408px) {
    .cols-3 ul {
      columns: 3; } }
.social-links {
  fill: inherit;
  display: grid;
  grid-gap: 1rem;
  justify-content: left;
  align-content: center;
  grid-auto-flow: column;
  margin-top: 2rem;
  margin-bottom: 2rem; }
  @media screen and (max-width: 1023px) {
    .social-links {
      margin-top: 2rem; } }
  .social-links a {
    color: inherit;
    fill: currentColor;
    transition: color 0.3s; }
    .social-links a:hover {
      color: inherit;
      fill: inherit; }
  .social-links a[href$="#"] {
    display: none !important; }
  .social-links .icon {
    color: inherit;
    fill: inherit;
    transition: all 0.3s; }
    .social-links .icon:hover {
      fill: #2c5283;
      color: #2c5283; }

.company-intro {
  padding-top: 3rem;
  padding-bottom: 4rem; }
  .company-intro .columns:not(:last-child) {
    margin-bottom: 3rem !important;
    padding-bottom: 2rem;
    border-bottom: solid 2px #EFF2F5; }
  .company-intro .columns:nth-of-type(odd) {
    flex-direction: row-reverse; }
  .company-intro-content {
    color: #1c2134; }
    .company-intro-content h2 {
      color: inherit; }
    .company-intro-content ul {
      list-style: none; }
  @media screen and (max-width: 1023px) {
    .company-intro .image {
      margin-top: 3rem; } }
  .company-intro .image img {
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px; }

.company-services-overview {
  background-position: bottom;
  padding-bottom: 5rem; }
  .company-services-overview-list {
    background-color: #EFF2F5;
    padding-bottom: 5rem; }
  .company-services-overview-item {
    margin-bottom: 1rem; }
    .company-services-overview-item h3 {
      color: inherit;
      font-size: 1.25rem;
      margin-bottom: 0.75rem; }
    .company-services-overview-item a {
      color: inherit;
      font-weight: 600; }
      .company-services-overview-item a:after {
        width: 100%; }
      .company-services-overview-item a:hover {
        color: #2c5283; }
        .company-services-overview-item a:hover i {
          margin-left: 0.5rem; }
        .company-services-overview-item a:hover:after {
          width: 100%; }
        .company-services-overview-item a:hover > img {
          opacity: 0.5;
          transition: all 0.3s; }

.company-services-list ul {
  margin-top: 2rem;
  columns: 1; }
  @media screen and (min-width: 769px) {
    .company-services-list ul {
      columns: 2; } }
  @media screen and (min-width: 1024px) {
    .company-services-list ul {
      columns: 3; } }
  .company-services-list ul li {
    display: block;
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
    padding: 10px;
    margin: 10px; }
    .company-services-list ul li:first-child {
      margin-top: 0; }
    .company-services-list ul li:before {
      content: "\f14a";
      font-family: "FontAwesome";
      margin-right: 10px;
      color: #2c5283; }

.company-services-item:not(:last-child) {
  margin-bottom: 3rem !important;
  padding-bottom: 2rem;
  border-bottom: solid 2px #EFF2F5; }

.company-services-item:last-child {
  padding-bottom: 1.25rem; }

.company-services-item:nth-of-type(odd) {
  flex-direction: row-reverse !important; }

.company-services-item hr {
  top: -10px;
  position: relative;
  height: 3px;
  width: 60px;
  background-color: #2c5283;
  border: 0px !important; }

.company-services-item ul {
  list-style: none; }

.company-services-image > img {
  border-radius: 0.5rem;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px; }

.company-icon {
  color: #2c5283;
  width: 2rem;
  height: 2rem;
  font-size: 2rem; }

.review-section {
  background: white;
  color: #1c2134; }

.review-grid .column, .review-slider .column {
  display: flex; }

.review-slider {
  padding-bottom: 2.5rem; }
  .review-slider-nav-button, .review-slider-nav-button:active, .review-slider-nav-button:focus {
    background: transparent;
    color: #2c5283;
    border: solid 1px #2c5283; }
    .review-slider-nav-button:hover, .review-slider-nav-button:active:hover, .review-slider-nav-button:focus:hover {
      background-color: #2c5283;
      color: white;
      border: solid 1px #2c5283; }
  .review-slider-dots {
    text-align: center;
    margin-top: 2rem; }
    .review-slider-dots > [aria-controls] {
      width: 28px;
      height: 28px;
      padding: 0;
      margin: 0 5px;
      margin-top: 0px;
      margin-top: 1em;
      border-radius: 50%;
      background: transparent;
      border: solid 4px #5183c4; }
    .review-slider-dots > .tns-nav-active {
      background: #2c5283; }

.review-card {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 30px -10px;
  background-color: #181d2d;
  color: white;
  display: flex;
  flex-grow: 1;
  border: solid 1px white; }
  .review-card figure {
    text-align: left;
    margin-left: 0;
    margin-right: 0; }
    .review-card figure figcaption {
      font-size: 1.5rem;
      font-weight: 600;
      font-style: inherit;
      text-align: inherit; }

.review-quote {
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
  text-align: center; }
  @media screen and (min-width: 1024px) {
    .review-quote {
      width: 960px; } }
  .review-quote figure {
    margin-left: 0;
    margin-right: 0; }
    .review-quote figure figcaption {
      font-size: 1.5rem;
      font-weight: 600;
      font-style: inherit;
      text-align: inherit;
      margin-bottom: 1.5rem; }

.review-stars {
  color: #2c5283;
  margin: 0.5rem 0 1rem; }
  .review-stars .stars-remaining {
    color: #3f76bc; }

.gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem; }
  @media screen and (min-width: 1024px) {
    .gallery {
      grid-template-columns: repeat(3, 1fr); } }
  @media screen and (min-width: 1408px) {
    .gallery {
      grid-template-columns: repeat(4, 1fr); } }
  .gallery a {
    position: relative;
    flex-grow: 1;
    opacity: 1;
    background-color: #1c2134;
    transition: all 0.2s ease-in-out;
    border-radius: 0.5rem;
    box-shadow: 0px 0px 0px rgba(44, 82, 131, 0);
    overflow: hidden; }
    .gallery a:hover {
      box-shadow: 0px 0px 8px rgba(44, 82, 131, 0.8); }
      .gallery a:hover img {
        opacity: 0.4; }
      .gallery a:hover:after {
        opacity: 1;
        top: 50%; }
    .gallery a img {
      width: 100%;
      vertical-align: bottom;
      position: relative; }
      .gallery a img:hover {
        transition: box-shadow 0.3s ease-out;
        opacity: 0.4; }
    .gallery a:after {
      content: "\f06e";
      font-family: FontAwesome;
      color: white;
      text-align: center;
      position: absolute;
      opacity: 0;
      top: 100%;
      left: 50%;
      transform: Translate(-50%, -50%);
      transition: all 0.3s; }

.cta-banner {
  background-color: #1c2134;
  display: block;
  color: white;
  text-align: center;
  font-size: 1.25rem;
  position: relative;
  margin-top: -5rem;
  border: solid 4px white;
  padding: 2rem;
  font-weight: 600;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px; }
  .cta-banner a {
    display: inline-block; }
    .cta-banner a:after {
      content: "";
      position: relative;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      display: block;
      width: 0%;
      height: 2px;
      background-color: #2c5283;
      transition: all 0.3s;
      background-color: white;
      width: 100%; }
    .cta-banner a:hover:after {
      width: 0%; }

.cta-bg-image {
  background-color: #1c2134;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(28, 33, 52, 0.1)), url("../images/bg.png");
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.6)), url("../images/cta-bg.jpg");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
  color: white;
  padding-top: 9rem;
  padding-bottom: 9rem; }

.cta-callout {
  background-color: #1c2134;
  color: white;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px; }
  .cta-callout h2 {
    margin: 0 auto;
    font-size: 1.4rem; }

.accreditations {
  display: flex; }
  .accreditations-banner {
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: repeat(auto-fill, minmax(128px, 0.5fr));
    padding-top: 1.5rem;
    padding-bottom: 2.5rem; }
    @media screen and (max-width: 1407px) {
      .accreditations-banner {
        padding-left: 32px;
        padding-right: 32px; } }
    @media screen and (min-width: 1024px) {
      .accreditations-banner {
        grid-template-columns: none;
        grid-auto-flow: column;
        align-items: center;
        justify-items: center; } }
    .accreditations-banner img {
      box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
      display: block; }
  .accreditations-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(128px, 0.5fr));
    gap: 1.75rem; }
    @media screen and (max-width: 1023px) {
      .accreditations-grid {
        margin-top: 2rem; } }
    .accreditations-grid img {
      box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px; }
      @media screen and (min-width: 1024px) {
        .accreditations-grid img:nth-child(even) {
          margin-top: 2rem; } }
  .accreditations-item {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    flex: 0 1 100%;
    margin-bottom: 2rem !important; }

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .accreditations-item {
    padding: 0.5rem;
    flex: 0 1 50%; } }
    @media screen and (min-width: 1024px) {
      .accreditations-item {
        padding-left: 2rem;
        padding-right: 2rem;
        flex: 0 0 12%; }
        .accreditations-item:first-child {
          margin-left: 0; }
        .accreditations-item:last-child {
          margin-right: 0; } }
    .accreditations-item img {
      max-height: 120px;
      max-width: 200px;
      transition: all 0.2s; }

.our-process i {
  color: #2c5283; }

.why-us-banner {
  background-color: white;
  color: #1c2134;
  text-align: center; }
  .why-us-banner i {
    margin-bottom: 1rem;
    color: #2c5283;
    font-size: 1.75rem; }
  .why-us-banner h3 {
    color: #1c2134; }

.level {
  flex-wrap: wrap !important; }

.stats-row {
  background-color: #EFF2F5; }
  .stats-row-item {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    flex: 0 0 25%;
    background: white;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
    border-radius: 0.5rem;
    margin: 0 0.5rem;
    margin-bottom: 2rem !important; }

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .stats-row-item {
    padding: 0.5rem;
    flex: 0 0 33%; } }
    @media screen and (min-width: 1024px) {
      .stats-row-item {
        padding-left: 2rem;
        padding-right: 2rem;
        flex: 0 0 20%; }
        .stats-row-item:first-child {
          margin-left: 0; }
        .stats-row-item:last-child {
          margin-right: 0; } }
    .stats-row-item h3 {
      font-weight: 800;
      font-size: 2rem;
      line-height: 2rem;
      color: #1c2134; }
      .stats-row-item h3 span {
        color: #2c5283;
        font-size: 1.25rem; }
    .stats-row-item .icon {
      color: #2c5283;
      margin-top: 0.75rem;
      margin-bottom: 1rem;
      font-size: 1.75rem; }

.modal-trigger {
  margin-left: inherit auto; }
  @media screen and (min-width: 1024px) {
    .modal-trigger {
      margin-left: 1rem; } }
.quote-modal .modal-card {
  width: auto; }
  .quote-modal .modal-card-head, .quote-modal .modal-card-body, .quote-modal .modal-card-foot {
    background-color: inherit;
    border: none; }

.service-flex-parent {
  display: flex;
  height: 100%; }

.service-flex-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: stretch;
  align-content: stretch;
  justify-content: space-between;
  height: 100%; }

.service-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-content: stretch;
  text-align: center;
  background-color: white;
  padding-bottom: 2rem;
  height: 100%; }
  .service-content .image {
    margin-bottom: 1.2rem;
    height: auto !important; }

.service-description {
  padding: 0 1rem 2rem; }

.service-button {
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: center;
  justify-content: flex-end;
  margin-top: 1rem; }

.service-page-list {
  background-color: #1c2134;
  color: white;
  box-shadow: #325e96 20px 20px 0px -10px; }

.contact-details {
  color: inherit; }
  .contact-details h2,
  .contact-details h3,
  .contact-details h4,
  .contact-details h5,
  .contact-details h6 {
    color: inherit;
    font-weight: 600; }
  .contact-details p {
    font-size: 0.75rem;
    font-style: italic;
    color: inherit; }
  .contact-details address {
    display: block; }
    .contact-details address .icon-text {
      margin-bottom: .5rem; }
  .contact-details .icon-text {
    display: block; }
    .contact-details .icon-text .icon {
      color: #2c5283;
      fill: #2c5283; }
  .contact-details a {
    color: inherit;
    fill: inherit; }
    .contact-details a:hover {
      color: #2c5283; }

.contact-form {
  padding: 0.75rem; }
  .contact-form-pulled {
    border: solid 1px rgba(28, 33, 52, 0.2);
    background: #EFF2F5; }
    @media screen and (min-width: 1024px) {
      .contact-form-pulled {
        margin-top: -100px; } }
.help {
  color: #b5b5b5; }

.locations-content {
  color: #1c2134; }

.map-fullwidth {
  width: 100%;
  min-height: 500px;
  padding: 0;
  margin: 0; }
  .map-fullwidth iframe {
    display: flex;
    width: 100%;
    margin: 0;
    padding: 0;
    height: 100%;
    min-height: 600px; }
    @media screen and (max-width: 1023px) {
      .map-fullwidth iframe {
        min-height: 400px; } }
.map-section {
  background: linear-gradient(180deg, #2c5283, #1f3a5d); }

.map-compact-container {
  overflow: hidden;
  border-radius: 20px; }

.map-compact-content {
  display: flex;
  flex-direction: column;
  align-self: center;
  height: 100%;
  background-color: #1c2134; }

.map iframe {
  display: flex;
  width: 100%;
  margin: 0;
  padding: 0;
  top: 150px;
  filter: grayscale(1);
  height: 100%;
  min-height: 600px; }
  @media screen and (max-width: 1023px) {
    .map iframe {
      min-height: 400px; } }
.map-content {
  color: #1c2134; }

.ol-viewport {
  min-height: 500px; }
  @media screen and (max-width: 1023px) {
    .ol-viewport {
      min-height: 300px; } }
.policy-content strong {
  font-weight: 500; }

.site-footer {
  background-color: #1c2134;
  color: white;
  border-top: solid 1px #2e3655; }
  @media screen and (max-width: 1023px) {
    .site-footer-company-info {
      margin-bottom: 2rem; } }
  .site-footer-company-info h4 {
    margin-bottom: 0.8rem;
    font-size: 1rem; }
    .site-footer-company-info h4 span {
      font-size: 1.5rem;
      font-weight: bold; }
  .site-footer-company-info h5 {
    font-weight: normal;
    font-size: 0.75rem;
    line-height: 1.4em; }
  .site-footer-company-info address {
    line-height: 1.8rem;
    font-size: 0.75rem;
    color: #f1f2f7;
    fill: white;
    text-decoration: none;
    transition: color 0.3s;
    display: block;
    margin-bottom: 0.1rem; }
  .site-footer-company-info .button-primary {
    margin-top: 2rem; }
  .site-footer-links ul {
    list-style: none;
    margin-left: 0;
    margin-top: 0.8rem; }
    .site-footer-links ul li {
      line-height: 1.6rem;
      font-size: 0.75rem;
      color: #f1f2f7;
      fill: white;
      text-decoration: none;
      transition: color 0.3s;
      display: block;
      margin-bottom: 0.1rem; }
  .site-footer-links a {
    font-size: 0.75rem;
    color: #aeb6d4;
    fill: white;
    text-decoration: none;
    transition: color 0.3s;
    display: inline-block;
    margin-bottom: 0.1rem; }
    .site-footer-links a:after {
      content: "";
      position: relative;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      display: block;
      width: 0%;
      height: 2px;
      background-color: #2c5283;
      transition: all 0.3s; }
    .site-footer-links a:hover {
      color: #2c5283; }
      .site-footer-links a:hover:after {
        width: 100%; }
  .site-footer-links h4 {
    font-size: 1rem; }
  .site-footer-links.has-columns ul {
    column-count: 2;
    column-gap: 10px; }
    @media screen and (max-width: 1407px) {
      .site-footer-links.has-columns ul {
        column-count: 1; } }
    .site-footer-links.has-columns ul a:before {
      line-height: 2rem; }
  .site-footer-signoff {
    background-color: #171b2a;
    text-align: center;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    color: #EFF2F5;
    font-size: 0.75rem; }
  .site-footer .emblem {
    position: relative; }
    .site-footer .emblem .gas-safe-emblem {
      position: relative;
      display: block;
      margin: 0 auto;
      margin-bottom: 1rem;
      width: 80px; }
      @media screen and (min-width: 1024px) {
        .site-footer .emblem .gas-safe-emblem {
          position: absolute;
          right: 20px;
          bottom: 20px;
          margin: 0;
          width: 80px; } }
.faqs {
  background-color: #EFF2F5; }
  .faqs h2 {
    text-align: center; }
  .faqs .faq-item {
    border: solid 1px #EFF2F5;
    color: #1c2134;
    display: flex;
    flex-direction: column;
    flex-grow: 1; }
    .faqs .faq-item h4 {
      font-weight: 600;
      font-size: 1.25rem;
      margin-bottom: 1rem; }

body.hidden-scroll {
  overflow: hidden; }

.sl-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #1c2134;
  display: none;
  z-index: 1035; }

.sl-wrapper {
  z-index: 1040;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: fixed; }
  .sl-wrapper * {
    box-sizing: border-box; }
  .sl-wrapper button {
    border: 0 none;
    background: transparent;
    font-size: 28px;
    padding: 0;
    cursor: pointer; }
    .sl-wrapper button:hover {
      opacity: 0.7; }
  .sl-wrapper .sl-close {
    display: none;
    position: fixed;
    right: 30px;
    top: 30px;
    z-index: 10060;
    margin-top: -14px;
    margin-right: -14px;
    height: 44px;
    width: 44px;
    line-height: 44px;
    font-family: Arial, Baskerville, monospace;
    color: white;
    font-size: 3rem; }
  .sl-wrapper .sl-counter {
    display: none;
    position: fixed;
    top: 30px;
    left: 30px;
    z-index: 10060;
    color: white;
    font-size: 1rem; }
  .sl-wrapper .sl-download {
    display: none;
    position: fixed;
    bottom: 5px;
    width: 100%;
    text-align: center;
    z-index: 10060;
    color: #fff;
    font-size: 1rem; }
    .sl-wrapper .sl-download a {
      color: #fff; }
  .sl-wrapper .sl-navigation {
    width: 100%;
    display: none; }
    .sl-wrapper .sl-navigation button {
      position: fixed;
      top: 50%;
      margin-top: -22px;
      height: 44px;
      width: 22px;
      line-height: 44px;
      text-align: center;
      display: block;
      z-index: 10060;
      font-family: Arial, Baskerville, monospace;
      color: white; }
      .sl-wrapper .sl-navigation button.sl-next {
        right: 5px;
        font-size: 2rem; }
      .sl-wrapper .sl-navigation button.sl-prev {
        left: 5px;
        font-size: 2rem; }
      @media (min-width: 35.5em) {
        .sl-wrapper .sl-navigation button {
          width: 44px; }
          .sl-wrapper .sl-navigation button.sl-next {
            right: 10px;
            font-size: 3rem; }
          .sl-wrapper .sl-navigation button.sl-prev {
            left: 10px;
            font-size: 3rem; } }
      @media (min-width: 50em) {
        .sl-wrapper .sl-navigation button {
          width: 44px; }
          .sl-wrapper .sl-navigation button.sl-next {
            right: 20px;
            font-size: 3rem; }
          .sl-wrapper .sl-navigation button.sl-prev {
            left: 20px;
            font-size: 3rem; } }
  .sl-wrapper.sl-dir-rtl .sl-navigation {
    direction: ltr; }
  .sl-wrapper .sl-image {
    position: fixed;
    touch-action: none;
    z-index: 10000; }
    .sl-wrapper .sl-image img {
      margin: 0;
      padding: 0;
      display: block;
      border: 0 none;
      width: 100%;
      height: auto; }
      @media (min-width: 35.5em) {
        .sl-wrapper .sl-image img {
          border: 0 none; } }
      @media (min-width: 50em) {
        .sl-wrapper .sl-image img {
          border: 0 none; } }
    .sl-wrapper .sl-image iframe {
      background: #000;
      border: 0 none; }
      @media (min-width: 35.5em) {
        .sl-wrapper .sl-image iframe {
          border: 0 none; } }
      @media (min-width: 50em) {
        .sl-wrapper .sl-image iframe {
          border: 0 none; } }
    .sl-wrapper .sl-image .sl-caption {
      display: none;
      padding: 10px;
      color: #fff;
      background: rgba(0, 0, 0, 0.8);
      font-size: 1rem;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0; }
      .sl-wrapper .sl-image .sl-caption.pos-top {
        bottom: auto;
        top: 0; }
      .sl-wrapper .sl-image .sl-caption.pos-outside {
        bottom: auto; }

.sl-spinner {
  display: none;
  border: 5px solid #333;
  border-radius: 40px;
  height: 40px;
  left: 50%;
  margin: -20px 0 0 -20px;
  opacity: 0;
  position: fixed;
  top: 50%;
  width: 40px;
  z-index: 1007;
  animation: pulsate 1s ease-out infinite; }

.sl-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

.sl-transition {
  transition: transform ease 200ms; }

@keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2);
    opacity: 0; } }
