.background-white {
  background: #fff
}

.background-gray {
  background: #F2F5F7
}

.tac {
  text-align: center
}

.tal {
  text-align: left
}

.tar {
  text-align: right
}

.border-radius {
  border-radius: 0.66667rem
}

.btn__secondary {
  color: white;
  background: #002844
}

a:not([class]) {
  color: #002844;
  border-bottom: 1px dotted #002844
}

.blog-index__post-content--large a:not([class]) {
  border-bottom: none;
}

.mobile-hidden {
  display: none !important
}

@media (min-width: 992px) {
  .mobile-hidden {
    display: inline-block !important
  }
}

.mobile-only{
  display: none
}

@media (max-width: 991px) {
  .mobile-only {
    display: block
  }
}

.lang-select {
  padding: 1.08333rem 0 1.875rem 0
}

.lang-select ul {
  justify-content: center;
	list-style: none; 
}

.lang-select ul li {
  margin: 0
}

.lang-select ul li a {
  display: inline-block;
  font-family: 'Larsseit Bold', 'Arial Bold', 'Helvetica Bold', sans-serif;
  line-height: 11px;
  padding: 0.58333rem
}

.lang-select ul li a.selected {
  border-radius: 100%;
  border: 2px solid #FF5093;
  padding: 0.5rem
}

.breadcrumb-menu {
  display: none;
}

.breadcrumb-menu ul {
  display: flex;
  list-style: none;
  margin: 0
}

@media (max-width: 991px) {
  .breadcrumb-menu ul {
    padding: 0
  }
}

.breadcrumb-menu ul li:first-child {
  display: none
}

.breadcrumb-menu ul li:last-child {
  font-size: 0.58333rem;
  color: #002844;
  display: contents
}

.breadcrumb-menu ul li a {
  color: #67889F;
  font-size: 0.58333rem;
  border-bottom: 0
}

.breadcrumb-menu__separator {
  margin: 0 0.45833rem
}

.breadcrumb-menu__item {
  display: inherit
}

html.prevent-scroll {
  overflow-y: hidden
}

.body-container--blog-post .bullet-list {
  margin-bottom: 0
}

.blog-post h1,
.blog-post h2,
.blog-post h3 {
  color: #002844 !important
}

.blog-post p {
  font-size: .666667rem
}

.blog-post__featured-image {
  margin-top: 0.83333rem
}

.blog-post__featured-image img {
  border-radius: 16px
}

.blog-header__inner {
  padding-bottom: 2.41667rem !important
}

.blog-header__inner h1 {
  font-size: 2.66667rem;
  margin: 0
}

@media (max-width: 990px) {
  .blog-header__inner h1 {
    font-size: 1.5rem;
    padding: 0 1rem;
  }
}

.blog-header__subtitle {
  display: none
}

.body-container--blog-index .hs-search-field__input {
  display: block;
  border: 0;
  text-align: center;
  width: 16.58333rem;
  margin: 0 auto;
  background: #F2F5F7;
  border-radius: 2.75rem;
  font-size: 0.66667rem
}

.read-more__heading {
  font-size: 1.33333rem;
  margin-bottom: 2.54167rem
}

.blog-related-posts__wrapper {
  padding: 5.33333rem 0;
  justify-content: center;
  display: flex;
  background: #F2F5F7
}

@media (max-width: 991px) {
  .blog-related-posts__post {
    padding: 1rem
  }
}

.blog-listing__single-post {
  margin-bottom: 3.125rem
}

.blog-listing__heading {
  margin-bottom: 0
}

.blog-listing__heading a {
  display: block;
  font-family: 'Larsseit Regular', 'Arial Regular', 'Helvetica Regular', sans-serif;
  color: #002844;
  font-size: 1rem
}

.blog-listing__content h1,
.blog-listing__content h2,
.blog-listing__content h4,
.blog-listing__content p,
.blog-listing__content strong,
.blog-listing__content em,
.blog-listing__content span {
  font-size: 0.58333rem !important;
  font-family: 'Larsseit Regular', 'Arial Regular', 'Helvetica Regular', sans-serif;
  font-weight: normal;
  color: #35617F;
  margin: 0;
  padding: 0
}

.blog-listing__excerpt {
  margin: 0.41667rem 0
}

.case-study__lift {
  position: absolute;
  background: #fff;
  left: .66667rem;
  right: .66667rem;
  top: -4rem;
  padding: 1.6667rem 1.25rem 2.5rem 1.25rem;
  border: 0.5px solid #F2F5F7;
  box-shadow: 0px 14px 34px -12px rgba(2, 57, 95, 0.3), 0px 2px 9px -2px rgba(2, 57, 95, 0.1), 0px 25px 60px -10px rgba(2, 57, 95, 0.12);
  border-radius: 16px;
}

.case-study__lift h3 {
  margin-top: 0;
}

@media (min-width: 992px) {
  .case-study__lift {
    padding: 2.375rem 5.875rem 2.875rem 6rem
  }
}

@media (max-width: 441px) {
  .case-study__lift {
    padding-bottom: 1.5rem;
  }
}

@media (max-width: 991px) {
  .case-study__lift h3 {
    font-size: .75rem
  }
}

@media (max-width: 991px) {
  .case-study__lift h3 {
    font-size: 0.75rem;
    text-align: center;
  }
}

@media (min-width: 992px) {
  .case-study__content {
    align-items: center
  }
}

@media (max-width: 991px) {
  .case-study__content {
    flex-direction: column
  }
}

.case-study__content__author {
  margin-left: 1.375rem;
  flex-direction: column
}

.case-study__content__author p {
  font-size: 1rem;
  margin-bottom: 0
}

@media (max-width: 990px) {
  .case-study__content__author p {
    font-size: 0.7rem;
  }
}

.case-study__content__author strong {
  font-size: .66667rem;
  color: #67889F;
  text-transform: uppercase
}

@media (max-width: 990px) {
  .case-study__content__author strong {
    font-size: 0.55rem;
  }
}

.case-study__content__author-meta {
  display: flex;
  align-items: center
}

@media (max-width: 991px) {
  .case-study__content__author-meta {
    margin-bottom: 2.125rem
  }
}

.case-study__content__author-meta__image {
  max-width: 3.58333rem;
  border-radius: 2.08333rem
}

.case-study__content .btn {
  display: flex;
  align-self: center
}

@media (min-width: 992px) {
  .case-study__content .btn {
    margin-left: auto
  }
}

@media (max-width: 990px) {
  .case-study__content .btn {
    font-size: 0.6rem;
    opacity: 0.8;
  }
}


.editor {
  padding-top: 2.70833rem;
  padding-bottom: 6.25rem;
  margin-bottom: 5rem
}

.hero-price-card__heading {
  padding: 3.75rem 10.875rem 11rem 10.875rem
}

.hero-price-card__wrapper {
  position: relative;
  margin-bottom: 16.667rem;
  border-radius: 16px
}

.hero-price-card__content {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 50%;
  width: 100%;
  padding: 1.25rem 0;
  border-radius: 16px;
  box-shadow: 0px 14px 34px -12px rgba(2, 57, 95, 0.3), 0px 2px 9px -2px rgba(2, 57, 95, 0.1), 0px 25px 60px -10px rgba(2, 57, 95, 0.12);
  background: #fff
}

@media (min-width: 991px) {
  .hero-price-card__content {
    width: 75%;
    padding: 2.125rem 10rem
  }
}

.hero-price-card__content__heading {
  font-size: 1.75rem
}

.hero-price-card__content__price {
  font-size: 3.875rem;
  font-family: 'Larsseit Bold', 'Arial Bold', 'Helvetica Bold', sans-serif;
}

@media (max-width: 992px) {
  .hero-price-card__content__price {
    font-size: 2.875rem;
  }
}

.hero-price-card__content__disclaimer {
  font-size: .625rem;
  font-family: 'Larsseit Regular', 'Arial Regular', 'Helvetica Regular', sans-serif;
  color: #67889F
}

@media (max-width: 992px) {
  .hero-price-card__content__disclaimer {
    padding-left: .625rem;
    padding-right: .625rem;
  }
}

.hero-price-card__content__bullets {
  margin-top: 2rem;
  margin-bottom: 2rem
}

.hero-price-card__content__bullets p {
  color: #67889F;
  font-size: 0.58333rem;
  font-family: 'Larsseit Regular', 'Arial Regular', 'Helvetica Regular', sans-serif;
}

.hero-price-card__content__link {
  color: #FF5093;
  font-family: 'Larsseit Regular', 'Arial Regular', 'Helvetica Regular', sans-serif;
  font-size: 0.75rem
}

.full-width-image-and-text__image {
  width: 100%;
  min-height: 500px;
  object-fit: cover;
  margin-bottom: 3rem;
  border-radius: 16px
}

@media (min-width: 991px) {
  .full-width-image-and-text__heading {
    text-align: center
  }
}

.full-width-image-and-text__content {
  margin-top: 4.125rem;
  margin-bottom: 5.875rem
}

.heading {
  margin-top: 4.5rem;
  margin-bottom: 4.75rem
}

.heading--default {
  margin-bottom: 1.625rem
}

.hero__disclaimer {
  padding-top: 0.6667rem;
  font-size: 0.6667rem
}

.hero__title {
  font-size: .666667rem;
  color: #67889F;
  text-transform: uppercase;
  margin-bottom: 1rem
}

.list-items__heading {
  margin-bottom: 1.5rem
}

.list-items__item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  color: #002844
}

.list-items__item p {
  margin-bottom: 0;
  font-size: .66667rem
}

.logolist {
	padding-top: 0;
  padding-bottom: 5rem;
}

@media (min-width: 991px) {
  .logolist {
   padding-top: 5rem;
  }
}

.logolist__bg--white {
  background-color: #fff
}

.logolist__bg--gray {
  background-color: #F2F5F7
}

.logolist__heading {
  margin-bottom: 3.625rem;
  visibility: hidden;
}

.logolist__logo {
  margin-bottom: 1rem
}

@media (max-width: 990px) {
  .col-6.logolist__logo {
    max-width: 40%;
  }
}

.logolist__logo img {
  max-width: 3.5rem;
  opacity: 0.6;
}

@media (min-width: 600px) {
  .logolist__logo img {
    max-width: 5rem;
  }
}

.people {
  padding: .5rem
}

.people__single {
  margin-bottom: 1.875rem
}

.people__single__image {
  border-radius: 15px;
  margin-bottom: .75rem
}

.people__single__name {
  font-size: .75rem;
  color: #002844;
  margin-bottom: 0
}

.people__single__title {
  font-size: .5rem;
  color: #002844;
  margin-bottom: 0
}

.people__single__content a {
  font-size: .5rem;
  color: #002844
}

.people__single__content p {
  margin: 0;
  font-size: .5rem
}

.people__grid {
  display: grid;
  grid-column-gap: 7px;
  grid-row-gap: 7px
}

@media (max-width: 479px) {
  .people__grid {
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr))
  }
}

@media (min-width: 480px) {
  .people__grid {
    grid-template-columns: repeat(auto-fill, minmax(125px, 1fr))
  }
}

@media (min-width: 768px) {
  .people__grid {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr))
  }
}

.people__grid__image {
  width: 100%;
  border-radius: 15px
}





.list_heading {
  display: none
}

@media (max-width: 991px) {
  .list_heading {
    display: flex;
    top: 0px;
    z-index: 10;
    padding-bottom: 14px
  }

  .list_heading li {
    list-style: none;
    flex: 1
  }
}

.pricing_table {
  border-collapse: collapse;
  width: 100%;
  background-color: #fff;
  border: 0
}

.pricing_table__spacing {
  background: #fff !important
}

.pricing_table__heading {
  background: #fff !important;
  margin-top: 3.29167rem
}

@media (max-width: 990px) {
  .pricing_table__heading {
    margin-top: 0.2rem;
  }
}

.pricing_table__heading td {
  border: 0;
  font-size: 0.83333rem;
  font-family: 'Larsseit Bold', 'Arial Bold', 'Helvetica Bold', sans-serif;
}

.pricing_table thead th {
  vertical-align: baseline;
  border: 0;
  color: #002844;
  background-color: #fff;
  width: 25%;
  padding: 0.5rem;
}

@media (max-width: 990px) {
  .pricing_table thead th {
    border-top: 3px solid #eee;
  }
}

.pricing_table tr:nth-child(even) {
  background: #F9FAFB
}

.pricing_table td {
  font-size: 0.66667rem;
  color: #002844;
  border: 0;
  text-align: center;
  padding: 0.375rem 1rem
}

@media (min-width: 992px) {
  .pricing_table .td-feature-title {
    width: 35%;
    padding-right: 0rem;
  }
}

.pricing_table .td-value {
  white-space: nowrap;
}

@media (max-width: 990px) {
  .pricing_table .td-value {
    font-size: 0.55rem;
  }
}

.pricing_table .td-value img {
  width: .65rem;
  margin-right: .125rem;
  top: .125rem;
}

.pricing_table td h4 {
  font-size: 0.66667rem;
  padding: 0;
  margin: 0;
  font-family: 'Open Sans Regular', 'Arial Bold', 'Helvetica Bold', sans-serif;
}

@media (max-width: 990px) {
  .pricing_table td h4 {
    font-size: 0.55rem;
  }
}

.pricing_table td:first-child {
  text-align: left
}

@media (max-width: 991px) {
  .pricing_table td {
    padding: 0.375rem 0.625rem
  }
}

.pricing_table .select--serious h3 {
}

@media (max-width: 990px) {
  .pricing_table .select--serious h3 {
    margin-bottom: 0.1rem
  }
}

@media screen and (max-width: 991px) {

  .pricing_table .prices__plan__heading__subcontent {
    display: none;
  }

  .pricing_table .prices__plan__heading {
    font-size: 0.83333rem;
    cursor: pointer
  }

  .pricing_table .select--free.active {
    border-top: 3px solid #22cdbe
  }

  .pricing_table .select--basic.active {
    border-top: 3px solid #29448a
  }

  .pricing_table .select--premium.active {
    border-top: 3px solid #5A2E95
  }

  .pricing_table .select--serious.active {
    border-top: 3px solid #002844
  }

  .pricing_table thead tr {
    display: flex;
    position: sticky;
    top: 0;
    width: 100%;
    overflow-x: scroll;
    flex-flow: nowrap;
    justify-content: flex-start
  }

  .pricing_table tbody tr td {
    display: none
  }

  .pricing_table tbody tr td:first-child,
  .pricing_table tbody tr td.visible {
    display: block
  }

  .pricing_table tr {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between
  }

  .pricing_table td,
  .pricing_table th {
    display: block
  }

  .pricing_table th:first-child,
  .pricing_table td:first-child {
    text-align: left
  }

  .pricing_table th:first-child {
    display: none
  }
}

@media (max-width: 990px) {
  .pricing_table .prices__plan__heading,
  .pricing_table .prices__plan__price {
    font-size: 0.65rem;
    margin-top: 0.125rem;
  }
  
  .pricing_table .select--serious .btn__secondary {
    display: block;
    font-size: 0.4rem!important;
    padding: 0.15rem 0.18rem 0.15rem 0.18rem;
  }
}

.two-column-content {
  margin: 6.66667rem 0
}

@media (min-width: 992px) {
  .two-column-content__content {
    padding-left: 0;
    padding-right: 3.54167rem
  }

  .two-column-content__content--reverse {
    padding-left: 3.54167rem;
    padding-right: 0
  }
}
@font-face {
  font-family: "Larsseit Regular";
  src: url("https://9228448.fs1.hubspotusercontent-na1.net/hubfs/9228448/fonts/b6f09c31-f015-40b0-a8a1-b96e56c5314a.woff2") format("woff2"), 
    url("https://9228448.fs1.hubspotusercontent-na1.net/hubfs/9228448/fonts/183a23a1-0536-4db3-9231-843c9c41cb30.woff") format("woff");
  font-weight: 400;
}

@font-face {
  font-family: "Larsseit Regular Italic";
  src: url("https://9228448.fs1.hubspotusercontent-na1.net/hubfs/9228448/fonts/c05395c8-1da9-4fa2-a827-410e9212425b.woff2") format("woff2"), 
    url("https://9228448.fs1.hubspotusercontent-na1.net/hubfs/9228448/fonts/becc9673-975f-4931-87e3-32853864ab2b.woff") format("woff");
  font-weight: 400;
}

@font-face {
  font-family: "Larsseit Bold";
  src: url("https://9228448.fs1.hubspotusercontent-na1.net/hubfs/9228448/fonts/a60701cb-1e72-4cfc-ba02-9ecc835f2dd1.woff2") format("woff2"),
    url("https://9228448.fs1.hubspotusercontent-na1.net/hubfs/9228448/fonts/cee5841a-73c8-406a-a9a4-18ecd3144068.woff") format("woff");
  font-weight: 400;
}

@font-face {
  font-family: "Open Sans Regular";
  src: url("//9228448.fs1.hubspotusercontent-na1.net/hubfs/9228448/raw_assets/public/vello-theme/assets/fonts/open-sans/open-sans-v27-latin-500.woff2") format("woff2"), 
    url("//9228448.fs1.hubspotusercontent-na1.net/hubfs/9228448/raw_assets/public/vello-theme/assets/fonts/open-sans/open-sans-v27-latin-500.woff") format("woff");
  font-weight: 400;
}

@font-face {
  font-family: "Open Sans Regular Italic";
  src: url("//9228448.fs1.hubspotusercontent-na1.net/hubfs/9228448/raw_assets/public/vello-theme/assets/fonts/open-sans/open-sans-v27-latin-500italic.woff2") format("woff2"), 
    url("//9228448.fs1.hubspotusercontent-na1.net/hubfs/9228448/raw_assets/public/vello-theme/assets/fonts/open-sans/open-sans-v27-latin-500italic.woff") format("woff");
  font-weight: 400;
}

@font-face {
  font-family: "Open Sans Bold";
  src: url("//9228448.fs1.hubspotusercontent-na1.net/hubfs/9228448/raw_assets/public/vello-theme/assets/fonts/open-sans/open-sans-v27-latin-700.woff2") format("woff2"), 
    url("//9228448.fs1.hubspotusercontent-na1.net/hubfs/9228448/raw_assets/public/vello-theme/assets/fonts/open-sans/open-sans-v27-latin-700.woff") format("woff");
  font-weight: 400;
}

@font-face {
  font-family: "Open Sans Bold Italic";
  src: url("//9228448.fs1.hubspotusercontent-na1.net/hubfs/9228448/raw_assets/public/vello-theme/assets/fonts/open-sans/open-sans-v27-latin-700italic.woff2") format("woff2"), 
    url("//9228448.fs1.hubspotusercontent-na1.net/hubfs/9228448/raw_assets/public/vello-theme/assets/fonts/open-sans/open-sans-v27-latin-700italic.woff") format("woff");
  font-weight: 400;
}

@font-face {
  font-family: "Arial Regular";
  src: local("Arial");
  font-weight: 400;
}

@font-face {
  font-family: "Arial Bold";
  src: local("Arial");
  font-weight: 600;
}

@font-face {
  font-family: "Helvetica Regular";
  src: local("Helvetica");
  font-weight: 400;
}

@font-face {
  font-family: "Helvetica Bold";
  src: local("Helvetica");
  font-weight: 600;
}


:root {
  
  /**
   * Colors 
   */
  --theme-color-black: #002844;
  --theme-color-black--hover: #173b57;
  
  --theme-color-pink: #FF5093;
  --theme-color-pink--hover: #fc6ea4;

  --theme-color-grey-text: #67889F;

}
/*!
 * Bootstrap Grid v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */@-ms-viewport{width:device-width}html{box-sizing:border-box;-ms-overflow-style:scrollbar}*,::after,::before{box-sizing:inherit}.container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:576px){.container{max-width:540px}}@media (min-width:768px){.container{max-width:720px}}@media (min-width:992px){.container{max-width:960px}}@media (min-width:1200px){.container{max-width:1240px}}.container-fluid{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.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-lg-auto,.col-md,.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-md-auto,.col-sm,.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-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.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-auto{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px}.col{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-first{-ms-flex-order:-1;order:-1}.order-last{-ms-flex-order:13;order:13}.order-0{-ms-flex-order:0;order:0}.order-1{-ms-flex-order:1;order:1}.order-2{-ms-flex-order:2;order:2}.order-3{-ms-flex-order:3;order:3}.order-4{-ms-flex-order:4;order:4}.order-5{-ms-flex-order:5;order:5}.order-6{-ms-flex-order:6;order:6}.order-7{-ms-flex-order:7;order:7}.order-8{-ms-flex-order:8;order:8}.order-9{-ms-flex-order:9;order:9}.order-10{-ms-flex-order:10;order:10}.order-11{-ms-flex-order:11;order:11}.order-12{-ms-flex-order:12;order:12}.offset-1{margin-left:8.333333%}.offset-2{margin-left:16.666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.333333%}.offset-5{margin-left:41.666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.333333%}.offset-8{margin-left:66.666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.333333%}.offset-11{margin-left:91.666667%}@media (min-width:576px){.col-sm{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-sm-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-sm-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-sm-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-sm-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-sm-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-sm-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-sm-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-sm-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-sm-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-sm-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-sm-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-sm-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-sm-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-sm-first{-ms-flex-order:-1;order:-1}.order-sm-last{-ms-flex-order:13;order:13}.order-sm-0{-ms-flex-order:0;order:0}.order-sm-1{-ms-flex-order:1;order:1}.order-sm-2{-ms-flex-order:2;order:2}.order-sm-3{-ms-flex-order:3;order:3}.order-sm-4{-ms-flex-order:4;order:4}.order-sm-5{-ms-flex-order:5;order:5}.order-sm-6{-ms-flex-order:6;order:6}.order-sm-7{-ms-flex-order:7;order:7}.order-sm-8{-ms-flex-order:8;order:8}.order-sm-9{-ms-flex-order:9;order:9}.order-sm-10{-ms-flex-order:10;order:10}.order-sm-11{-ms-flex-order:11;order:11}.order-sm-12{-ms-flex-order:12;order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.333333%}.offset-sm-2{margin-left:16.666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.333333%}.offset-sm-5{margin-left:41.666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.333333%}.offset-sm-8{margin-left:66.666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.333333%}.offset-sm-11{margin-left:91.666667%}}@media (min-width:768px){.col-md{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-md-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-md-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-md-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-md-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-md-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-md-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-md-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-md-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-md-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-md-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-md-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-md-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-md-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-md-first{-ms-flex-order:-1;order:-1}.order-md-last{-ms-flex-order:13;order:13}.order-md-0{-ms-flex-order:0;order:0}.order-md-1{-ms-flex-order:1;order:1}.order-md-2{-ms-flex-order:2;order:2}.order-md-3{-ms-flex-order:3;order:3}.order-md-4{-ms-flex-order:4;order:4}.order-md-5{-ms-flex-order:5;order:5}.order-md-6{-ms-flex-order:6;order:6}.order-md-7{-ms-flex-order:7;order:7}.order-md-8{-ms-flex-order:8;order:8}.order-md-9{-ms-flex-order:9;order:9}.order-md-10{-ms-flex-order:10;order:10}.order-md-11{-ms-flex-order:11;order:11}.order-md-12{-ms-flex-order:12;order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.333333%}.offset-md-2{margin-left:16.666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.333333%}.offset-md-5{margin-left:41.666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.333333%}.offset-md-8{margin-left:66.666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.333333%}.offset-md-11{margin-left:91.666667%}}@media (min-width:992px){.col-lg{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-lg-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-lg-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-lg-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-lg-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-lg-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-lg-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-lg-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-lg-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-lg-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-lg-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-lg-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-lg-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-lg-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-lg-first{-ms-flex-order:-1;order:-1}.order-lg-last{-ms-flex-order:13;order:13}.order-lg-0{-ms-flex-order:0;order:0}.order-lg-1{-ms-flex-order:1;order:1}.order-lg-2{-ms-flex-order:2;order:2}.order-lg-3{-ms-flex-order:3;order:3}.order-lg-4{-ms-flex-order:4;order:4}.order-lg-5{-ms-flex-order:5;order:5}.order-lg-6{-ms-flex-order:6;order:6}.order-lg-7{-ms-flex-order:7;order:7}.order-lg-8{-ms-flex-order:8;order:8}.order-lg-9{-ms-flex-order:9;order:9}.order-lg-10{-ms-flex-order:10;order:10}.order-lg-11{-ms-flex-order:11;order:11}.order-lg-12{-ms-flex-order:12;order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.333333%}.offset-lg-2{margin-left:16.666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.333333%}.offset-lg-5{margin-left:41.666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.333333%}.offset-lg-8{margin-left:66.666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.333333%}.offset-lg-11{margin-left:91.666667%}}@media (min-width:1200px){.col-xl{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-xl-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-xl-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-xl-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-xl-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xl-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-xl-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-xl-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xl-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-xl-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-xl-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-xl-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-xl-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-xl-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-xl-first{-ms-flex-order:-1;order:-1}.order-xl-last{-ms-flex-order:13;order:13}.order-xl-0{-ms-flex-order:0;order:0}.order-xl-1{-ms-flex-order:1;order:1}.order-xl-2{-ms-flex-order:2;order:2}.order-xl-3{-ms-flex-order:3;order:3}.order-xl-4{-ms-flex-order:4;order:4}.order-xl-5{-ms-flex-order:5;order:5}.order-xl-6{-ms-flex-order:6;order:6}.order-xl-7{-ms-flex-order:7;order:7}.order-xl-8{-ms-flex-order:8;order:8}.order-xl-9{-ms-flex-order:9;order:9}.order-xl-10{-ms-flex-order:10;order:10}.order-xl-11{-ms-flex-order:11;order:11}.order-xl-12{-ms-flex-order:12;order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.333333%}.offset-xl-2{margin-left:16.666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.333333%}.offset-xl-5{margin-left:41.666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.333333%}.offset-xl-8{margin-left:66.666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.333333%}.offset-xl-11{margin-left:91.666667%}}.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:-ms-flexbox!important;display:flex!important}.d-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}@media (min-width:576px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:-ms-flexbox!important;display:flex!important}.d-sm-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:768px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:-ms-flexbox!important;display:flex!important}.d-md-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:992px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:-ms-flexbox!important;display:flex!important}.d-lg-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:1200px){.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:-ms-flexbox!important;display:flex!important}.d-xl-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media print{.d-print-none{display:none!important}.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:-ms-flexbox!important;display:flex!important}.d-print-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}.flex-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-center{-ms-flex-align:center!important;align-items:center!important}.align-items-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}@media (min-width:576px){.flex-sm-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-sm-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-sm-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-sm-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-sm-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-sm-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-sm-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-sm-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-sm-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-sm-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-sm-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-sm-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-sm-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-sm-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-sm-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-sm-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-sm-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-sm-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-sm-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-sm-center{-ms-flex-align:center!important;align-items:center!important}.align-items-sm-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-sm-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-sm-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-sm-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-sm-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-sm-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-sm-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-sm-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-sm-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-sm-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-sm-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-sm-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-sm-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-sm-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:768px){.flex-md-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-md-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-md-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-md-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-md-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-md-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-md-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-md-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-md-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-md-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-md-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-md-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-md-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-md-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-md-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-md-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-md-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-md-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-md-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-md-center{-ms-flex-align:center!important;align-items:center!important}.align-items-md-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-md-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-md-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-md-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-md-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-md-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-md-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-md-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-md-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-md-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-md-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-md-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-md-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-md-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:992px){.flex-lg-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-lg-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-lg-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-lg-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-lg-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-lg-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-lg-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-lg-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-lg-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-lg-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-lg-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-lg-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-lg-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-lg-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-lg-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-lg-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-lg-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-lg-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-lg-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-lg-center{-ms-flex-align:center!important;align-items:center!important}.align-items-lg-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-lg-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-lg-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-lg-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-lg-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-lg-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-lg-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-lg-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-lg-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-lg-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-lg-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-lg-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-lg-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-lg-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:1200px){.flex-xl-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-xl-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-xl-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-xl-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-xl-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-xl-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-xl-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-xl-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-xl-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-xl-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-xl-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-xl-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-xl-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-xl-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-xl-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-xl-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-xl-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-xl-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-xl-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-xl-center{-ms-flex-align:center!important;align-items:center!important}.align-items-xl-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-xl-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-xl-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-xl-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-xl-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-xl-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-xl-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-xl-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-xl-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-xl-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-xl-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-xl-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-xl-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-xl-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}
/*# sourceMappingURL=bootstrap-grid.min.css.map */
*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 1.8em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
body {
  min-width: 320px;
}

@media (min-width: 992px) {
  .container {
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1240px;
  }
}

@media (max-width: 1199px) {
  .container .col-12 {
    /*max-width: 720px;*/
  }
}

@media (max-width: 1023px) {
  .container {
    
  }
}

@media (max-width: 991px) {
  .container .row {
    max-width: 720px;
  }
}

.body-container {
  /*overflow-x: hidden;
  overflow-y: visible;*/
  /*overflow: hidden;*/
}

.body-wrapper {
  overflow: hidden;
}

.fullwidth {
  margin-left: -.625rem;
  margin-right: -.625rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (max-width: 960px) {
  .fullwidth {
    padding-left: .625rem;
    padding-right: .625rem;
  }
}

@media (max-width: 479px) {
  .fullwidth {
    padding-left: 0;
    padding-right: 0;
  }
}

img {
  max-width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
  transform: translateZ(0);
}


html,
body {
  font-size: 24px;
  font-family: 'Open Sans Regular', 'Larsseit Regular', 'Arial Regular', 'Helvetica Regular', sans-serif;
}

body {
  word-break: keep-all;
  color: var(--theme-color-black) !important;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: keep-all;
}

/* Paragraphs */

p, li {
  font-family: 'Open Sans Regular', 'Larsseit Regular', 'Arial Regular', 'Helvetica Regular', sans-serif;
  margin: 0 0 1.4rem;
  font-size: .666667rem;
  line-height: 1.5;
}

@media (max-width: 479px) {
	p, li {
		font-size: .6rem;
	}
}

li {
  margin-bottom: .7rem;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: underline;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6,
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
  font-family: 'Larsseit Bold', 'Arial Bold', 'Helvetica Bold', sans-serif;
  margin: 0 0 1.25rem;
  font-weight: 400;
}

h1 {
  font-size: 2.6667rem;
  line-height: 1.12;
  letter-spacing: -.0333rem;
}

@media (max-width: 960px) {
  h1 {
    font-size: 2.25rem;
  }
}

@media (max-width: 520px) {
  h1 {
    font-size: 1.3rem;
  }
}

@media (max-width: 479px) {
  h1 {
    font-size: 1.3rem;
  }
}

h2 {
  font-size: 1.75rem;
  line-height: 1.12;
  letter-spacing: -.0333rem;
}

@media (max-width: 479px) {
  h2 {
    font-size: 1.35rem;
    line-height: 1.2;
  }
}

@media (max-width: 419px) {
  h2 {
    font-size: 1.25rem;
    line-height: 1.2;
  }
}

h3,
h4,
h5 {
  margin-top: 2.5rem;
}

h3 {
  font-size: 1.25rem;
  letter-spacing: -.0125rem;
  line-height: 1.2;
}

h4,
h5,
h6 {
  font-size: 1rem;
}

/* Lists */

ul,
ol {
  margin: 0 0 1.25rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

ul.no-list {
  list-style: none;
}

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 15px;
}

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}

strong {
  font-family: 'Open Sans Bold', 'Larsseit Bold', 'Arial Bold', 'Helvetica Bold', sans-serif;
  font-weight: 400;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}

.btn {
  cursor: pointer;
  display: inline-block;
  border-radius: 10rem;
  padding: .5rem 1.25rem;
  font-size: .833rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  font-family: 'Larsseit Bold', 'Arial Bold', 'Helvetica Bold', sans-serif;
  font-weight: 400;
  letter-spacing: .25px;
  line-height: 1.25;
}

@media (max-width: 479px) {
  .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .75rem;
    letter-spacing: .5px;
    line-height: 1.25;
  }
}

.btn:hover,
.btn:focus {
  text-decoration: none;
}

.btn__primary {
  color: #fff;
  background: var(--theme-color-pink);
  box-shadow: 1px 13px 44px -12px rgb(244 83 142 / 80%);
}

.btn__primary:hover {
  background: var(--theme-color-pink--hover);
}

@media (max-width: 991px) {
  .btn__primary {
    font-size: .6667rem;
    line-height: 1.4;
  }
}

@media (max-width: 479px) {
  .btn__primary {
    display: inline-block;
    min-width: 80%;
  }
}

.btn__primary--arrow {
  padding: .5rem .7rem .5rem 1.25rem;
}

@media (max-width: 991px) {
  .btn__primary--arrow {
    padding: .5rem .7rem .4rem 1.25rem;
  }
}

@media (max-width: 479px) {
  .btn__primary--arrow {
    padding: .5rem .35rem .35rem .875rem;
  }
}

.btn__primary--arrow:after {
  content: '';
  background-image: url(//9228448.fs1.hubspotusercontent-na1.net/hubfs/9228448/raw_assets/public/vello-theme/images/arrow-white.svg);
  margin-left: 5px;
  width: 26px;
  height: 26px;
  display: inline-block;
  vertical-align: top;
  background-repeat: no-repeat;
}

@media (max-width: 991px) {
  .btn__primary--arrow:after {
    background-size: 90%;
  }
}

@media (max-width: 479px) {
  .btn__primary--arrow:after {
    background-size: 85%;
  }
}

.btn__secondary--arrow:after {
  content: '';
  background-image: url(//9228448.fs1.hubspotusercontent-na1.net/hubfs/9228448/raw_assets/public/vello-theme/images/arrow-white.svg);
  margin-left: 5px;
  width: 26px;
  height: 26px;
  display: inline-block;
  vertical-align: top;
}

.btn__primary:hover {
  color: #fff;
}

.cta--dark-blue .btn {
  box-shadow: none;
}

.input__slider {
  height: 2rem;
  list-style: none;
  display: flex;
  background: #F2F5F7;
  border-radius: 3rem;
  margin: .5rem 0;
  padding: 0;
}

@media (max-width: 419px) {
  .input__slider {
    height: 1.75rem;
  }
}

.input__slider li {
  list-style: none;
  flex: 1;
  margin-bottom: 0;
  border-radius: 3rem;
  position: relative;
}

.input__slider li .input__slider__input {
  position: absolute;
  opacity: 0;
}

.input__slider li .input__slider__label {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 2rem;
  font-family: 'Larsseit Bold', 'Arial Bold', 'Helvetica Bold', sans-serif;
  letter-spacing: .25px;
  font-size: .5833rem;
  border-radius: 3rem;
  cursor: pointer;
  user-select: none;
}

@media (max-width: 419px) {
  .input__slider li .input__slider__label {
    line-height: 1.75rem;
  }
}

.input__slider li .input__slider__label:hover {
  background: #F8FAFB;
}

.input__slider li .input__slider__label:focus,
.input__slider li .input__slider__label:active {
  background: #e7ecf0;
}

.input__slider li .input__slider__input:checked + .input__slider__label {
  background: var(--theme-color-black);
  color: #fff;
  box-shadow: 0 2px 4px -2px rgba(0,0,0,.2);
}
/* Form fields */



.hs-form-html.hs-error-msgs.inputs-list,
.hs-form-html.form-wrapper .form-input-validation-message,
.hs-form-html.hsfc-ErrorAlert{
  font-size: .65rem; !important;
}


.hs-form-field {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.hs-form-html .hsfc-FieldDescription,
.hsfc-TextInput {
  font-size: .65rem; !important;
}


/* Labels */

form label {
  display: block;
  margin-bottom: 0.35rem;
  font-family: 'Larsseit Regular', 'Arial Regular', 'Helvetica Regular', sans-serif;
  font-size: .75rem !important;
  line-height: 1.4;
  letter-spacing: .25px;
  color: var(--theme-color-black) !important;
}

@media (max-width: 479px) {
  form label {
    font-size: .625rem;
  }
}

/* Help text - legends */

form legend {
  font-size: .875rem;
}

.form-block legend {
  font-size: .5rem;
	padding-bottom: 1rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form input[type=date],
form select,
form option,
form textarea {
  font-family: 'Larsseit Regular', 'Arial Regular', 'Helvetica Regular', sans-serif;
  background-color: #FFF;
  border: 2px solid;
  border-radius: 8px;
  display: inline-block;
  font-size: 0.75rem;
  padding: 0.7rem;
  width: 100%;
  color: var(--theme-color-black) !important;
}

form fieldset {
  max-width: 100% !important;
}

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.form-block ul {
  padding: 0.5rem 1.5rem;
	background-color: #f2f5f7;
	border-radius: 16px;
}

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
  color: #EF6B51;
}

.hs-input.invalid.error {
  border-color: #EF6B51;
}

.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
.form-block input[type=file],
.form-block input[type=button],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
	background-color: #fff;
	clear: both;
}


.form-block ::file-selector-button {
  background-color: #f2f5f7;
  border-radius: 16px;
  padding: 0.5rem 1.5rem;
	font-size: 0.6rem;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

.submitted-message {
  text-align: center;
  font-family: 'Larsseit Bold','Arial Regular','Helvetica Regular',sans-serif;
  background: #CCD7DF;
  display: block;
  margin: 0 auto;
  width: auto;
  padding: .5rem;
  border-radius: 8px;
  font-size: .875rem;
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
.header {
  display: flex;
  background: #fff;
  min-height: 5rem;
  z-index: 9999;
  position: relative;
}

@media (max-width: 991px) {
  .header {
    min-height: 4rem
  }
}

@media (max-width: 419px) {
  .header {
    min-height: 2rem;
    height: 2rem;
  }
}

@media (max-width: 991px) {
  .header__container {
    justify-content: space-between;
    max-width: 100% !important
  }
}

.header__column {
  display: flex
}

@media (min-width: 992px) {
  .header__column {
    width: 100%
  }
}

.header__navigation {
  display: flex;
  width: 100%;
  justify-content: space-between
}

.header__language-switcher .globe_class {
  visibility: hidden
}

/* Header container */

.header__container {
  display: flex;
}

.header__row-1 {
  padding-top: 20px;
}

.header__row-1,
.header__row-2 {
  align-items: center;
  display: flex;
  /*justify-content: flex-end;*/
  width: 100%;
}

@media (max-width: 1150px) and (min-width: 992px) {
  .header__column {
    /*width: 100%;*/
  }
} 

@media (max-width: 991px) {
  .header__container {
    flex-direction: row;
    padding: 0;
    display: block;
  }

  .header__column {
    /*position: relative;*/
  }

  .header__row-1 {
    padding-top: 0;
  }

  .header__row-2 {
    justify-content: right;
    padding: 1.5rem 0.5rem 0 0;
  }
}

@media (max-width: 419px) {
  .header__container {
    padding: 0 0.4rem;
  }
  
  .header__row-2 {
    padding: 1.6rem 0;
  }
}



/* Navigation skipper */

.header__skip {
  height: 1px;
  left: -1000px;
  overflow: hidden;
  position: absolute;
  text-align: left;
  top: -1000px;
  width: 1px;
}

.header__skip:hover,
.header__skip:focus,
.header__skip:active {
  height: auto;
  left: 0;
  overflow: visible;
  top: 0;
  width: auto;
}

/* Logo */

.header__logo {
  align-items: center;
  display: flex;
  margin-right: 1rem;
  height: auto;
  max-width: 200px;
  overflow: hidden;
}

@media (max-width: 991px) {
  .header__logo {
    width: 100%;
    z-index: 1000;
    padding-left: .8333rem;
    padding-right: .8333rem;
    padding-bottom: 1rem;
    max-width: 100%;
    margin-right: 0;
    background: #fff;
  }
}

@media (max-width: 419px) {
  .header__logo {
    padding-left: .0833rem;
  }
}

.header__logo img {
  max-width: 100%;
}

.header__logo .logo-company-name {
  font-size: 28px;
  margin-top: 7px;
}

.header__logo--main {
  /*padding-top: 20px;*/
}

@media (max-width: 479px) {
  .header__logo--main img {
    width: 2.75rem !important;
  }
}

@media (max-width: 990px) {
  .header__logo--main #hs-link-site_logo_hs_logo_widget {
    position: relative;
    display: block;
    top: 0.6rem;
  }
}

/* Search bar */

.header__search {
  padding: 0 22px;
  width: auto;
}

.header__search .hs-search-field__input {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
  background-position: center right 15px;
  background-repeat: no-repeat;
  height: 45px;
  padding: 0 15px;
}

.header__search .hs-search-field--open .hs-search-field__input {
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  max-width: 100%;
}

.header__search .hs-search-field--open .hs-search-field__suggestions {
  background-color: #FFF;
  border: 2px solid #D1D6DC;
  border-radius: 0 0 6px 6px;
  border-top-width: 1px;
  position: absolute;
  width: 100%;
  z-index: 10;
}

.header__search .hs-search-field__suggestions li {
  border-top: 1px solid #D1D6DC;
  font-size: 0.875rem;
}

.header__search .hs-search-field__suggestions li a {
  color: #494A52;
  padding: 10px 15px;
  text-decoration: none;
  transition: background-color 0.3s;
}

.header__search .hs-search-field__suggestions #results-for {
  display: none;
}

@media (max-width: 991px) {
  .header__search {
    border-top: 2px solid #CED4DB;
    order: 1;
    padding: 30px;
  }
}


/* Language switcher */

.header__language-switcher {
  cursor: pointer;
  padding-right: 35px;
}

.header__language-switcher .lang_switcher_class {
  position: static;
}

.header__language-switcher .lang_list_class {
  border: 2px solid;
  border-radius: 6px;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2);
  display: block;
  left: calc(100% - 24px);
  opacity: 0;
  min-width: 100px;
  padding-top: 0;
  text-align: left;
  top: 100%;
  transition: opacity 0.3s;
  visibility: hidden;
}

.header__language-switcher:hover .lang_list_class,
.header__language-switcher:focus .lang_list_class {
  opacity: 1;
  transition: opacity 0.3s;
  visibility: visible;
}

.header__language-switcher .lang_list_class:before {
  left: 70%;
  top: -25px;
}

.header__language-switcher .lang_list_class:after {
  left: 70%;
  top: -22px;
}

.header__language-switcher .lang_list_class.first-active::after {
  top: -22px;
  transition: 0.3s;
}

.header__language-switcher .lang_list_class li {
  border: none;
  font-size: 18px;
  padding: 10px 15px;
}

.header__language-switcher .lang_list_class li:first-child {
  border-radius: 6px 6px 0 0;
  border-top: none;
}

.header__language-switcher .lang_list_class li:last-child {
  border-bottom: none;
  border-radius: 0 0 6px 6px;
}

.header__language-switcher .lang_list_class li:hover {
  background-color: #EBEFF3;
  transition: background-color 0.3s;
}

.header__language-switcher--label {
  display: flex;
  position: relative;
}

.header__language-switcher--label-current {
  align-items: center;
  display: flex;
  font-size: 18px;
  margin-bottom: 5px;
  margin-left: 10px;
}

.header__language-switcher--label-current:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #494A52;
  content: "";
  display: block;
  height: 0px;
  margin-left: 10px;
  margin-top: 3px;
  width: 0px;
}

@media (max-width: 991px) {
  .header__language-switcher {
    border-top: 2px solid #CED4DB;
    padding-left: 30px;
    padding-right: 0;
  }

  .header__language-switcher .lang_list_class {
    border: none;
    box-shadow: unset;
    display: block;
    left: 30px;
    opacity: 1;
    padding: 0 30px;
    top: 0;
    visibility: visible;
  }

  .header__language-switcher .lang_list_class li {
    background-color: inherit;
    font-size: 22px;
  }

  .header__language-switcher--label-current {
    display: none;
  }

  .header__language-switcher .globe_class {
    background-image: none;
  }

  .header__language-switcher .lang_list_class li:hover{
    background-color: inherit;
  }

  .header__language-switcher .lang_list_class:before,
  .header__language-switcher .lang_list_class:after {
    content: none;
  }
}

/* Navigation */

#nav-toggle {
  display: none;
}

/* Mobile toggles */

@media (max-width: 991px) {
  .header__navigation,
  .header__search,
  .header__language-switcher {
    display: none;
    width: 100%;
  }

  .header__navigation.open,
  .header__search.open,
  .header__language-switcher.open {
    background-color: #fff;
    display: block;
    height: auto;
    left: 100%;
    position: fixed;
    padding-bottom: 3rem;
    right: 0;
    top: 0;
    height: 100vh;
    overflow: scroll;
    z-index: 999;
    transform: translate(-100%, 0);
    transition: all 1s ease;
    width: 50%;
    box-shadow: 0 2px 9px -2px rgb(2 57 95 / 10%), 0 25px 30px -10px rgb(2 57 95 / 12%);
    border: 0.5px solid #f2f5f7;
  }

  .header__navigation--toggle,
  .header__search--toggle,
  .header__language-switcher--toggle,
  .header__close--toggle {
    cursor: pointer;
    margin: 0;
    position: relative;
  }

  .header__navigation--toggle.hide,
  .header__search--toggle.hide,
  .header__language-switcher--toggle.hide {
    display: none !important;
  }

  .header__navigation--toggle.open,
  .header__search--toggle.open,
  .header__language-switcher--toggle.open {
    display: block;
    margin-left: 0;
    margin-right: auto;
  }

  .header__navigation--toggle:after,
  .header__search--toggle:after,
  .header__language-switcher--toggle:after {
    display: none;
    font-size: 26px;
    font-weight: 600;
    position: absolute;
    left: 40px;
    text-transform: uppercase;
    top: -10px;
  }

  .header__navigation--toggle.open:after,
  .header__search--toggle.open:after,
  .header__language-switcher--toggle.open:after {
    display: block;
    word-break: normal;
  }

  .header__navigation--toggle {
    background-image: url(//9228448.fs1.hubspotusercontent-na1.net/hubfs/9228448/raw_assets/public/vello-theme/images/open-menu.svg);
    /*background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5oYW1idXJnZXI8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGcgaWQ9ImhhbWJ1cmdlciIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0iR3JvdXAiIHN0cm9rZT0iIzQ5NEE1MiIgc3Ryb2tlLXdpZHRoPSIzIj4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIxLjUiIHk9IjEuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNCIgeD0iMS41IiB5PSI5LjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZS1Db3B5LTUiIHg9IjEuNSIgeT0iMTcuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==);*/
    background-size: cover;
    height: 44px;
    width: 45px;
    top: -3.8rem;
  }

  .header__navigation--toggle:after {
    /*content: "Menu";*/
  }

  .header__navigation {
    padding-top: 4.5833rem;
  }
  
  @media (max-width: 990px) {
   .header__navigation {
    padding-top: 1.2rem;
   }
  }

  .header__language-switcher--toggle {
    background-image: url(//static.hsappstatic.net/cos-LanguageSwitcher/static-1.1/img/globe.png);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__language-switcher--toggle:after {
    content: "Language";
  }

  .header__search--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__search--toggle:after {
    content: "Search";
  }

  .header__close--toggle {
    background-image: url(//9228448.fs1.hubspotusercontent-na1.net/hubfs/9228448/raw_assets/public/vello-theme/images/close-menu.svg);
    /*background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5jbG9zZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZyBpZD0iY2xvc2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjAwMDAwMCwgLTEuMDAwMDAwKSIgc3Ryb2tlPSIjNDk0QTUyIiBzdHJva2Utd2lkdGg9IjMiPiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwLjAwMDAwMCwgMTAuNTAwMDAwKSByb3RhdGUoLTQ1LjAwMDAwMCkgdHJhbnNsYXRlKC0xMC4wMDAwMDAsIC0xMC41MDAwMDApICIgeD0iLTAuNSIgeT0iMTAuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAuMDAwMDAwLCAxMC41MDAwMDApIHJvdGF0ZSg0NS4wMDAwMDApIHRyYW5zbGF0ZSgtMTAuMDAwMDAwLCAtMTAuNTAwMDAwKSAiIHg9Ii0wLjUiIHk9IjEwLjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);*/
    background-repeat: no-repeat;
    background-size: 110%;
    display: none;
    height: 44px;
    margin-right: 0;
    width: 45px;
    z-index: 1000;
    top: -3.8rem;
  }

  .header__close--toggle.show {
    display: block;
  }
}


@media (max-width: 800px) {
  .header__navigation.open,
  .header__search.open,
  .header__language-switcher.open {
    width: 60%;
  }
}

@media (max-width: 600px) {
  .header__navigation.open,
  .header__search.open,
  .header__language-switcher.open {
    width: 70%;
  }
}

@media (max-width: 440px) {
  .header__navigation.open,
  .header__search.open,
  .header__language-switcher.open {
    width: 85%;
  }
}

@media (max-width: 350px) {
  .header__navigation.open,
  .header__search.open,
  .header__language-switcher.open {
    width: 95%;
  }
}
.footer__copyright {
  font-size: 0.7rem;
  margin: 0.5rem 0;
}

.footer {
  position: relative;
  z-index: 1;
  text-align: unset;
  padding-top: 4.83333rem;
  padding-bottom: 4.16667rem;
  color: #fff;
  background: #001C30
}

@media (max-width: 991px) {
  .footer {
    padding-top: 12.5rem;
    padding-bottom: 7.5rem
  }

  .footer__shape {
    background: white;
    clip-path: polygon(100% 0%, 0% 0%, 0% 90%, 0% 100%);
    height: 15%;
    width: 100%;
    position: absolute;
    z-index: 2;
    left: 0;
    top: -1px
  }
}

@media (max-width: 767px) {
  .footer {
    padding-top: 7.5rem;
  }

  .footer__shape {
    height: 7.5%;
  }
}

@media (max-width: 479px) {
  .footer {
    padding-top: 5.5rem;
    text-align: center;
  }

  .footer__shape {
    height: 5%;
  }
}

@media (max-width: 991px) {
  .footer-navigation__wrapper {
    flex-direction: column
  }
}

.footer-navigation ul {
  display: flex;
  list-style: none;
  flex-direction: row;
  justify-content: space-between;
}

.footer-navigation ul>li.hs-item-has-children {

}

.footer-navigation ul>li>a {
  
}

.footer-navigation ul li {
  margin: 0.33333rem 0
}

.footer-navigation ul li.menu-heading {
  margin: 0;
}

.footer-navigation ul li.menu-heading a {
  
}

.footer-navigation ul li.menu-heading--spacing {
  margin-top: 1.25rem
}

.footer-navigation ul li a {
  color: #fff;
  font-size: 0.66667rem;
  transition: 0.3s all
}

@media (max-width: 419px) {
  .footer-navigation ul li a {
    font-size: 0.6rem;
  }
}


.footer-navigation ul li.hs-item-has-children > a,
.footer-navigation ul li.hs-item-has-children > a:hover,
.footer-navigation ul li.hs-item-has-children > a:focus {
  cursor: default;
  font-family: 'Larsseit Bold', 'Arial Bold', 'Helvetica Bold', sans-serif;
  text-decoration: none;
  color: #fff;
  font-size: 0.7rem;
  letter-spacing: 0.5px;
}

.footer-navigation ul li ul li a:hover {
  color: #FF5093;
  text-decoration: none;
  cursor: pointer;
}

.footer-navigation ul li ul li.hs-item-has-children {
    display: block;
    margin-top: 1.5rem;
}

.footer-navigation ul li ul li.hs-item-has-children>a {
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}
.post-filter {
  display: none;
  
  margin-top: 2.08333rem;
  border-bottom: 1px solid #CCD7DF;
}

.post-filter ul {
  display: flex;
  justify-content: space-evenly;
  list-style: none;
  margin-bottom: 0.95833rem
}

.post-filter ul li a {
  font-family: 'Larsseit Bold', 'Arial Bold', 'Helvetica Bold', sans-serif;
  font-size: 0.75rem;
  color: #002844;
  padding-bottom: 0.875rem;
  border-bottom: 0
}

.post-filter ul li a:hover {
  color: #FF5093;
  text-decoration: none;
  border-bottom: 3px solid #FF5093
}

.post-filter ul li a span {
  display: none
}
@media (max-width: 767px) {
  .blog-index__post-image-wrapper {
    display: flex
  }
}

.blog-index__post.blog-index__post--large {
  margin-bottom: 3rem;
}

@media (max-width: 990px) {
  .blog-index__post.blog-index__post--large {
    display: flex;
    flex-direction: column-reverse;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 1rem
  }
}

.blog-index__post.blog-index__post--large img {
  border-radius: 0 0.66667rem 0.66667rem 0;
  height: 100%;
  max-width: 100%;
  object-fit: cover
}

@media (max-width: 990px) {
  .blog-index__post.blog-index__post--large img {
    border-radius: 0.66667rem 0.66667rem 0 0;
    min-height: 10rem;
    width: 100%;
  }
}

.blog-index__post__tag {
  font-family: 'Larsseit Bold', 'Arial Bold', 'Helvetica Bold', sans-serif;
  text-transform: uppercase;
  font-size: 0.58333rem;
  letter-spacing: 1px;
  margin-bottom: 0.5rem;
  color: #9AB0BF
}

.blog-index__post__tag--small {
  color: #67889F
}

.blog-index__post__tag--large {

}

.blog-index__post-content.blog-index__post-content--small h2 {
  margin-bottom: .25rem
}

.blog-index__post-content--small h2 a {
  display: block;
  font-family: 'Larsseit Bold', 'Arial Bold', 'Helvetica Bold', sans-serif;
  color: #002844;
  font-size: .8333rem;
  line-height: 1.25;
  border-bottom: 0;
}

.blog-index__post-content--large {
  background: #f2f5f7;
  padding: 1.04167rem 0.625rem;
  border-radius: 0.66667rem 0 0 0.66667rem
}

@media (min-width: 768px) {
  .blog-index__post-content--large {
    padding: 2.45833rem 3.54167rem 3.54167rem 3.54167rem
  }
}

@media (max-width: 990px) {
  .blog-index__post-content--large {
    border-radius: 0 0 0.66667rem 0.66667rem;
    padding: 1.5rem 1.5rem;
  }
}

.blog-index__post-content--large h2 {
  font-size: 1rem;
  line-height: 1.16667rem;
  margin-bottom: 1.375rem
}

@media (min-width: 768px) {
  .blog-index__post-content--large h2 {
    font-size: 1.58333rem;
    line-height: 1.875rem
  }
}

.blog-index__post-content--large h2 a {
  text-decoration: none
}

.blog-index__post-content .btn {
  color: #fff !important
}

.blog-index__post-content__read-more {
  display: flex;
  align-items: center;
  color: #FF5093 !important;
  font-size: 0.66667rem;
  font-family: 'Larsseit Bold', 'Arial Bold', 'Helvetica Bold', sans-serif;
  margin-top: 0.45833rem
}

.blog-index__post-content__read-more:after {
  content: '';
  background-image: url("//9228448.fs1.hubspotusercontent-na1.net/hubfs/9228448/raw_assets/public/vello-theme/images/arrow-pink.svg");
  background-repeat: no-repeat;
  margin-left: 0.29167rem;
  width: 8px;
  height: 12px
}

.blog-index__post-content__excerpt h1,
.blog-index__post-content__excerpt h2,
.blog-index__post-content__excerpt h4,
.blog-index__post-content__excerpt p,
.blog-index__post-content__excerpt strong,
.blog-index__post-content__excerpt em,
.blog-index__post-content__excerpt span {
  font-size: 0.625rem !important;
  font-family: 'Open Sans Regular', 'Arial Regular', 'Helvetica Regular', sans-serif;
  line-height: 1.5;
  font-weight: normal !important;
  color: #35617F !important;
  margin: 0 !important;
  padding: 0;
  letter-spacing: 0;
}

.blog-index__post-content__excerpt--large {
  margin-bottom: 1.625rem
}

.blog-index__post-content__excerpt--large h1,
.blog-index__post-content__excerpt--large h2,
.blog-index__post-content__excerpt--large h4,
.blog-index__post-content__excerpt--large p,
.blog-index__post-content__excerpt--large strong,
.blog-index__post-content__excerpt--large em,
.blog-index__post-content__excerpt--large span {
  margin: 0 !important;
  line-height: inherit;
  font-size: .5833rem !important;
  letter-spacing: .25px;
}

@media (min-width: 768px) {

  .blog-index__post-content__excerpt--large h1,
  .blog-index__post-content__excerpt--large h2,
  .blog-index__post-content__excerpt--large h4,
  .blog-index__post-content__excerpt--large p,
  .blog-index__post-content__excerpt--large strong,
  .blog-index__post-content__excerpt--large em,
  .blog-index__post-content__excerpt--large span {
    font-size: 0.75rem !important
  }
}
.leadinModal.leadinModal-v3.leadinModal-theme-top {
  top: 5.75rem;
  position: absolute;
  max-width: calc( 1200px + 4.5rem );
  padding-left: 2.25rem;
  padding-right: 2.25rem;
  width: auto;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .leadinModal.leadinModal-v3.leadinModal-theme-top {
    max-width: calc( 690px + 4.5rem );  
  }  
}

@media (max-width: 959px) {
  .leadinModal.leadinModal-v3.leadinModal-theme-top {
    top: 4.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }  
}

@media (max-width: 479px) {
  .leadinModal.leadinModal-v3.leadinModal-theme-top {
    padding-left: .5rem;
    padding-right: .5rem;
  }  
}

@media (min-width: 0px) {
  .leadinModal.leadinModal-v3.leadinModal-theme-top .leadinModal-content[role="dialog"] {
    min-height: 0;
    padding-top: 0;
    box-shadow: none;
    width: auto;
    max-width: 1200px;
    background: #002844 !important;
    padding-left: 1rem;
    padding-right: 1rem;
    border-radius: 10rem;
    min-width: 0;
    display: inline-block;
  }
}

@media (max-width: 479px) {
  .leadinModal.leadinModal-v3.leadinModal-theme-top .leadinModal-content[role="dialog"] {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}

.leadinModal.leadinModal-v3.leadinModal-theme-top .leadinModal-close {
  display: none;
}

.leadinModal.leadinModal-v3.leadinModal-theme-top .leadinModal-content .leadinModal-content-wrapper {
  display: flex;
  width: auto;
  min-width: 0;
  padding-top: .25rem;
  padding-bottom: .4rem;
}

@media (max-width: 959px) {
  .leadinModal.leadinModal-v3.leadinModal-theme-top .leadinModal-content .leadinModal-content-wrapper {
    padding-left: .5rem !important;
    padding-right: .5rem !important;
    padding-top: .25rem !important;
    padding-bottom: .5rem !important;
  }
}

.leadinModal.leadinModal-v3.leadinModal-theme-top .leadinModal-content .leadin-content-body {
  width: auto;
  text-align: left;
}

.leadinModal.leadinModal-v3.leadinModal-theme-top .leadinModal-content .leadin-preview-wrapper {
  position: relative;
  padding-left: 6rem;
}

@media (max-width: 768px) {
  .leadinModal.leadinModal-v3.leadinModal-theme-top .leadinModal-content .leadin-preview-wrapper {
    padding-left: 0;
  }
}

.leadinModal.leadinModal-v3.leadinModal-theme-top .leadinModal-content .leadin-preview-wrapper h4 {
  font-size: .5833rem !important;
  font-weight: 400;
  color: #fff !important;
}

.leadinModal.leadinModal-v3.leadinModal-theme-top .leadinModal-content .leadin-preview-wrapper .advance-wrapper.callout-special-font {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 1px;
  text-align: left;
}

.leadinModal.leadinModal-v3.leadinModal-theme-top .leadinModal-content .leadin-preview-wrapper .advance-wrapper.callout-special-font .leadin-button.leadin-advance-button {
  background: none !important;
  color: #fff !important;
  font-weight: 400;
  font-size: .5833rem !important;
  letter-spacing: 0;
  padding: 0;
  font-family: 'Larsseit Bold','Arial Bold','Helvetica Bold',sans-serif;
  text-align: left;
  top: 0px;
}

@media (max-width: 768px) {
  .leadinModal.leadinModal-v3.leadinModal-theme-top .leadinModal-content .leadin-preview-wrapper .advance-wrapper.callout-special-font .leadin-button.leadin-advance-button {
    text-indent: -2000px;
  }  
}