:root {
  --blue: #2d5eaf;
  --gold: #ae9410;
  --dark-goldenrod: #b28f1a;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-users-userformpagewrap {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 340px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.w-users-userloginformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformheader {
  text-align: center;
}

.w-users-userformbutton {
  text-align: center;
  width: 100%;
}

.w-users-userformfooter {
  justify-content: space-between;
  margin-top: 12px;
  display: flex;
}

.w-users-userformerrorstate {
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  top: 100%;
  left: 0%;
  right: 0%;
}

.w-users-usersignupformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformsuccessstate {
  display: none;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-users-usersignupverificationmessage {
  display: none;
}

.w-users-userresetpasswordformwrapper, .w-users-userupdatepasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-useraccountwrapper {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-users-blockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-users-blockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  margin-bottom: 20px;
  padding: 20px;
}

.w-users-useraccountformsavebutton {
  text-align: center;
  margin-right: 8px;
}

.w-users-useraccountformcancelbutton {
  text-align: center;
  color: #333;
  background-color: #d3d3d3;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.image {
  transition: opacity .2s;
}

.navbar-logo-center-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1140px;
}

.diverscontainer {
  text-align: center;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 940px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: block;
}

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.container-2 {
  padding-right: 0;
  display: block;
}

.header {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #bd9a00;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  height: 70px;
  padding: 15px 30px;
  display: block;
}

.image-2 {
  text-align: left;
  text-decoration: none;
  display: block;
}

.button {
  background-color: var(--blue);
  text-align: left;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 220px;
  height: 50px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 700;
  transition: background-color .5s;
  display: flex;
}

.button:hover {
  background-color: var(--gold);
}

.button.btnsubscribe {
  margin-left: auto;
  margin-right: auto;
}

.navhomecontainer.container {
  justify-content: center;
  align-items: center;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 28px;
  display: block;
}

.navlink {
  color: #000;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Lato, sans-serif;
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
  transition: color .3s;
}

.navlink:hover {
  color: #e38a44;
  border-bottom: 1px solid #e38a44;
}

.link-2 {
  color: #000;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.link-2:hover {
  color: #e38a44;
  border-bottom: 1px solid #e38a44;
}

.link-3 {
  color: #000;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.link-3:hover {
  color: #e38a44;
  border-bottom: 1px solid #e38a44;
}

.link-4 {
  color: #000;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.link-4:hover {
  color: #e38a44;
  border-bottom: 1px solid #e38a44;
}

.nav {
  line-height: 20px;
}

.gallery-slider {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.footercontainer {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gallery-slide {
  background-color: #0000;
  height: auto;
}

.gallery-slide-wrapper {
  max-width: 100%;
  margin-right: 6%;
}

.gallery-slide-image {
  position: relative;
}

.gallery-image {
  width: 100%;
}

.gallery-slide-text {
  color: #f5f7fa;
  margin-bottom: 0;
  line-height: 32px;
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
}

.gallery-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -50px;
}

.gallery-slider-left:focus-visible, .gallery-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.gallery-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -50px;
}

.gallery-slider-right:focus-visible, .gallery-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slide-nav {
  display: none;
}

.image-3, .image-4 {
  width: 100%;
}

.mask {
  overflow: visible;
}

.left-arrow {
  top: auto;
  bottom: auto;
}

.right-arrow {
  z-index: 70;
  top: auto;
}

.slidersection {
  text-align: center;
}

.footer {
  background-color: #434343;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 40px;
  position: relative;
}

.footerformtwo {
  background-color: #f5f7fa;
  margin-bottom: 40px;
  padding: 64px;
}

.footer-form-container-two {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title {
  text-align: center;
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  border: 1px #000;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::placeholder {
  color: #1a1b1fcc;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.button-primary-2.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

.footerwrapperthree {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 0;
  display: flex;
}

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: #1a1b1f;
  flex: 0 auto;
  margin-left: 20px;
  margin-right: 20px;
  font-family: Lato, sans-serif;
  text-decoration: none;
}

.footer-link-three:hover {
  color: #1a1b1fbf;
}

.footer-social-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

.footer-social-link-three {
  margin-left: 32px;
}

.footerdividertwo {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footerbottom {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #fff;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: #3a4554;
  margin-left: 24px;
}

.footer-legal-link:hover {
  color: #3a4554;
}

.text-block {
  text-align: center;
  width: auto;
  max-width: 16%;
}

.footergrid {
  background-color: #f0f0f0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-bottom: 0;
  padding: 40px 90px;
}

.feature-box {
  text-align: center;
}

.text-block-2 {
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 700;
  transition: color .2s;
}

.text-block-2:hover {
  color: #e38a44;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.headercontainer.container {
  color: #0000;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  display: flex;
}

.slide-1 {
  text-align: center;
}

.sliderimg {
  width: 100%;
  display: block;
}

.slidernav {
  position: absolute;
  top: auto;
}

.hero-heading-right {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-3 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-3:active {
  background-color: #43464d;
}

.heroblockbg {
  background-color: var(--gold);
  width: 50%;
  height: 400px;
  padding-top: 0;
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
}

.heroimg {
  object-fit: contain;
  position: relative;
}

.herocontainer {
  justify-content: space-between;
  padding-bottom: 10px;
  display: flex;
}

.herosection {
  margin-bottom: 0;
}

.herocontainerright {
  width: 50%;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 30px;
}

.herocontainerleft {
  width: 50%;
  margin-top: 90px;
  margin-bottom: 90px;
  padding: 15px 0 15px 15px;
  display: flex;
  position: relative;
}

.heading {
  border-style: none none solid;
  border-width: 1px;
  border-color: #cbb180 #cbb180 var(--gold);
  color: var(--blue);
  width: 60%;
  padding-bottom: 10px;
  font-family: Lato, sans-serif;
}

.paragraph {
  text-align: left;
  font-family: Lato, sans-serif;
  position: static;
}

.button-2 {
  background-color: var(--blue);
  opacity: 1;
  margin-top: 10px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 700;
  transition: background-color .5s;
}

.button-2:hover {
  background-color: var(--gold);
}

.button-2.btnavantage {
  font-size: 14px;
  display: none;
}

.button-2.btnavantage.btnsubscribe {
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.diverssection {
  background-color: #f7f7f7;
  max-height: 100%;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}

.diverstitle {
  color: var(--blue);
  justify-content: center;
  font-family: Lato, sans-serif;
  font-size: 28px;
  display: flex;
}

.diversboxtitle {
  border-bottom: 1px solid var(--gold);
  text-align: left;
  width: 100%;
  margin-bottom: 10px;
}

.diversheading {
  font-family: Lato, sans-serif;
}

.diversfirstbox {
  border-style: solid;
  border-width: 0 0 0 10px;
  border-color: #cbb180 #cbb180 #cbb180 var(--gold);
  text-align: left;
  padding-left: 30px;
}

.diverstextblock {
  margin-bottom: 5px;
  font-family: Lato, sans-serif;
}

.diversgiftheading {
  color: #000;
  text-align: left;
  font-family: Lato, sans-serif;
}

.diversgiftbox {
  border-left: 10px solid var(--gold);
  padding-left: 30px;
}

.text-block-6 {
  font-family: Lato, sans-serif;
}

.diversimgads {
  color: #0000;
  background-color: #0000;
  justify-content: space-around;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.div-block {
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
}

.button-3 {
  background-color: var(--blue);
  width: 230px;
  font-family: Lato, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 30px;
  transition: background-color .5s;
}

.button-3:hover {
  background-color: var(--gold);
}

.moreheading {
  color: var(--blue);
  font-family: Lato, sans-serif;
  font-size: 28px;
}

.moretitleblock {
  border-style: none none solid;
  border-width: 1px;
  border-color: var(--blue) var(--blue) var(--gold);
  text-align: center;
  margin-bottom: 20px;
  font-size: 14px;
}

.morecontainer {
  margin-top: 0;
  padding-bottom: 30px;
}

.text-block-7 {
  text-align: center;
  margin-top: 20px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.image-5 {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.div-block-3 {
  text-align: center;
  border-bottom: 1px solid #cbb180;
  margin-bottom: 10px;
  padding-bottom: 0;
  font-size: 14px;
}

.list-item {
  font-family: Lato, sans-serif;
  list-style-type: disc;
}

.list {
  list-style-type: disc;
}

.grid-3 {
  grid-template-rows: auto;
}

.section-2 {
  margin-bottom: 20px;
}

.heading-2 {
  color: var(--blue);
  font-family: Lato, sans-serif;
  font-size: 28px;
}

.heading-3 {
  text-align: center;
  font-size: 24px;
}

.div-block-4 {
  background-color: #0000;
  border-bottom: 1px solid #cbb180;
}

.paragraph-2 {
  color: #f60000;
}

.div-block-5 {
  text-align: left;
  margin-top: 20px;
}

.text-block-8 {
  color: #02adde;
  margin-bottom: 15px;
}

.button-4 {
  text-align: center;
  background-color: #e38a44;
  justify-content: center;
  align-items: center;
  width: 255px;
  height: 50px;
  font-weight: 700;
  display: flex;
}

.div-block-6 {
  text-align: center;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 53px;
  display: flex;
}

.paragraph-3, .paragraph-4, .paragraph-5 {
  font-size: 12px;
}

.image-6 {
  cursor: pointer;
  width: 36%;
  max-width: none;
  margin-left: -69px;
  margin-right: auto;
  transition: opacity .325s;
  display: block;
}

.image-6:hover {
  opacity: .5;
}

.link-block {
  text-align: left;
  max-width: 344px;
}

.link-block.w--current {
  flex: 0 auto;
  align-self: auto;
  align-items: center;
  max-width: 340px;
  display: flex;
}

.div-block-9 {
  text-align: center;
  background-color: #fff;
  width: 300px;
  height: 200px;
  padding: 30px 35px;
  position: absolute;
  top: 16%;
  left: 37%;
}

.slide-2 {
  text-align: center;
  top: auto;
  bottom: auto;
}

.text-block-10 {
  font-size: 16px;
  line-height: 25px;
}

.button-6 {
  background-color: #cbb180;
  margin-top: 10px;
  padding: 10px 30px;
}

.navlist {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  max-width: 940px;
  height: 40px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 28px;
  padding-right: 28px;
  display: flex;
}

.subnav {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: block;
}

.sublink {
  color: #000;
  font-size: 12px;
  font-weight: 700;
  text-decoration: underline;
  transition: color .3s;
}

.sublink:hover {
  color: #e38a44;
}

.link-block-2 {
  color: #000;
}

.link-block-3 {
  color: #000;
  font-size: 12px;
}

.subnavlist {
  text-align: left;
  justify-content: center;
  display: flex;
}

.list-item-2 {
  padding-right: 20px;
}

.subnavlistitem {
  text-align: center;
  padding-right: 20px;
}

.list-item-4 {
  padding-right: 20px;
}

.list-item-5 {
  padding-right: 0;
}

.subcontainer {
  text-align: center;
}

.div-block-10 {
  margin-bottom: 0;
  padding-bottom: 0;
}

.bold-text-2, .boldtext {
  color: #fff;
}

.icon {
  background-color: #0000;
}

.heading-4 {
  text-align: center;
}

.bold-text-3 {
  text-align: left;
}

.heading-5 {
  text-align: center;
  border-bottom: 1px solid #cbb180;
  font-family: Lato, sans-serif;
  font-size: 28px;
}

.heading-6 {
  font-size: 10px;
}

.heading-7, .text-block-11 {
  text-align: center;
  font-size: 10px;
}

.text-block-12 {
  text-align: center;
  border-bottom: 1px solid #000;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 10px;
  font-weight: 700;
}

.columns-3 {
  margin-top: 30px;
}

.column {
  background-color: #fff;
  border: 2px solid #cbb180;
}

.paragraph-6 {
  color: #333;
}

.bold-text-4 {
  color: #3173e5;
}

.paragraph-7 {
  font-size: 12px;
}

.paragraph-8 {
  text-align: left;
  font-size: 12px;
}

.list-2 {
  padding-left: 14px;
}

.listitem {
  font-size: 12px;
}

.container-5 {
  border-left: 1px #000;
  padding-top: 0;
  padding-bottom: 60px;
}

.column-2 {
  border: 2px solid #cbb180;
  border-left-style: none;
}

.pricing-comparison {
  border-bottom: 1px solid #e4ebf3;
  margin-right: 0;
  padding: 30px;
  position: relative;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  display: grid;
}

.pricing-card {
  text-align: left;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding: 32px 30px;
  display: flex;
  position: relative;
  box-shadow: 0 4px 20px 10px #96a3b51f;
}

.pricing-card.featured-pricing {
  z-index: 2;
  box-shadow: 0 4px 130px #96a3b54d;
}

.pricing-image {
  object-fit: cover;
  width: 150px;
  height: 118px;
  margin-bottom: 16px;
}

.pricing-title {
  color: #cbb180;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 8px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

.pricing-subtitle {
  text-align: center;
  margin-bottom: 12px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.pricing-price {
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.paragraph-regular {
  font-size: 14px;
  line-height: 20px;
}

.paragraph-regular.margin-bottom-20 {
  margin-bottom: 12px;
  font-size: 13px;
}

.button-primary-4 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-4:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-4:active {
  background-color: #43464d;
}

.button-primary-4.outline-button {
  color: #1a1b1f;
  background-color: #0000;
  font-weight: 700;
  box-shadow: inset 0 0 0 1px #1a1b1f;
}

.button-primary-4.outline-button:hover {
  color: #fff;
  background-color: #1a1b1f;
}

.pricing-divider {
  color: #000;
  background-color: #3d45501a;
  align-self: stretch;
  height: 1px;
  margin: 25px -24px 16px;
}

.pricing-feature-list {
  align-self: stretch;
  margin-bottom: 0;
  padding-left: 0;
}

.pricing-feature {
  background-image: url('../images/');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  align-self: stretch;
  margin-top: 16px;
  padding-left: 32px;
  font-size: 14px;
  line-height: 24px;
}

.pricing-feature.test {
  font-size: 11px;
}

.pricing-tag {
  color: #3a4554;
  background-color: #fff;
  border-radius: 24px;
  padding: 7px 16px;
  position: absolute;
  top: -19px;
  box-shadow: 0 3px 10px #96a3b533;
}

.text-block-13 {
  color: #3486e4;
  text-align: left;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  margin-bottom: 10px;
  display: block;
}

.bold-text-5 {
  text-align: left;
  font-size: 13px;
}

.text-block-14 {
  font-size: 12px;
}

.text-block-15 {
  color: #333;
  font-family: Lato, sans-serif;
  font-size: 14px;
}

.list-item-6 {
  font-size: 14px;
}

.section-3 {
  padding-bottom: 20px;
}

.navbarmobile {
  display: none;
}

.icon-3 {
  color: #bebebe;
  background-color: #0000;
}

.icon-4 {
  color: #bebebe;
}

.text-block-16 {
  font-family: Lato, sans-serif;
}

.image-8 {
  cursor: zoom-in;
  width: 120px;
}

.heading-8 {
  color: var(--blue);
  font-family: Lato, sans-serif;
}

.image-12, .image-13 {
  display: none;
}

.bold-text-6 {
  color: #000;
}

.section-4 {
  border-top: 1px #cbb180;
  margin-top: 15px;
  margin-bottom: 100px;
  padding-top: 0;
}

.container-7 {
  border-top: 1px #cbb180;
  border-bottom: 1px #000;
  padding-top: 0;
}

.div-block-11 {
  background-color: #f1f1f1;
  margin-top: 20px;
  padding: 30px 10px;
}

.text-block-20 {
  text-align: center;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-style: italic;
  font-weight: 700;
}

.button-7 {
  text-align: center;
  background-color: #f2a233;
  width: 100%;
  font-size: 12px;
  font-weight: 400;
  line-height: 10px;
}

.div-block-12 {
  border: 1px solid #f2a233;
  justify-content: center;
  padding: 5px;
  display: flex;
}

.features-table {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-8 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.comparison-table {
  flex-direction: column;
  margin-top: 50px;
  display: flex;
}

.comparison-row-main {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  padding-bottom: 24px;
  display: grid;
}

.comparison-title {
  margin-bottom: 0;
  margin-left: 24px;
}

.comparison-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #e4ebf3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  padding-bottom: 24px;
  display: grid;
}

.comparison-negative {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 24px;
  padding-left: 40px;
}

.comparison-positive {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 24px;
  padding-left: 40px;
}

.tab-link-tab-1 {
  width: 130px;
  height: 130px;
}

.text-block-21 {
  color: #000;
}

.collection-list-wrapper {
  margin-top: 48px;
}

.text-block-22 {
  outline-offset: 0px;
  color: #000;
  text-align: center;
  outline: 3px #000;
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.collection-item {
  float: none;
  text-align: left;
  padding-top: 20px;
  padding-bottom: 20px;
  display: inline-block;
  position: relative;
}

.container-9 {
  justify-content: center;
  align-items: flex-start;
  margin-top: 100px;
  margin-bottom: 100px;
  padding-left: 50px;
  padding-right: 50px;
  display: block;
}

.collection-list__summary {
  color: #000;
  text-align: left;
  white-space: normal;
  height: 80px;
  margin-top: 15px;
  font-style: normal;
  text-decoration: none;
  overflow: hidden;
}

.collection-list {
  display: block;
}

.image-14 {
  text-align: left;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.link-block-4 {
  cursor: pointer;
  text-decoration: none;
}

.heading-9 {
  text-align: center;
  border: 1px #cbb180;
  border-bottom: 2px solid #cbb180;
  padding-bottom: 10px;
}

.div-block-13 {
  margin-top: 30px;
  padding-bottom: 40px;
  padding-left: 0;
}

.image-15 {
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: block;
}

.text-block-23 {
  margin-bottom: 30px;
  padding-bottom: 0;
  font-family: Lato, sans-serif;
}

.rich-text-block {
  margin-top: 29px;
  margin-bottom: 30px;
}

.heading-10 {
  margin-bottom: 20px;
}

.text-block-24 {
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 11px;
}

.collectionssection {
  padding-top: 20px;
  padding-bottom: 40px;
}

.empty-state {
  text-align: center;
  background-color: #fff;
  height: 300px;
}

.text-block-25 {
  padding-top: 10px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.link-block-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  text-decoration: none;
  display: block;
}

.heading-11 {
  text-align: center;
  margin-bottom: 0;
  font-size: 20px;
}

.collection-list-2 {
  padding-left: 0;
}

.collection-list-wrapper-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 30px;
  display: block;
}

.image-16 {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.collection-item-2 {
  margin-top: 36px;
  margin-bottom: 30px;
}

.text-block-26 {
  text-align: left;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
}

.grid-4 {
  grid-template-areas: "Area";
}

.container-10 {
  text-align: center;
  max-width: 800px;
}

.heading-12 {
  text-align: center;
}

.paragraph-9 {
  text-align: left;
  margin-top: 100px;
}

.button-8 {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

.button-8:hover {
  background-color: #004d90;
}

.button-10, .column-4 {
  text-align: center;
}

.tets {
  text-align: left;
}

.heading-13, .column-5 {
  text-align: center;
}

.container-11 {
  margin-top: 40px;
  margin-bottom: 100px;
}

.image-17, .image-18 {
  padding-left: 60px;
  padding-right: 60px;
}

.image-19, .image-22 {
  max-height: 300px;
  padding-left: 60px;
  padding-right: 60px;
}

.heading-15 {
  color: #2a1c9b;
  text-align: center;
}

.heading-16 {
  color: #539b1c;
  text-align: center;
}

.youtube {
  margin-top: 40px;
}

.columns-4 {
  margin-top: 75px;
}

.rich-text-block-2 {
  text-align: left;
}

.image-23.hp {
  width: 100%;
  max-width: none;
  margin-bottom: 10px;
}

.body-2 {
  color: #000;
}

.container-12 {
  width: 200px;
  display: none;
}

.div-block-14 {
  background-color: var(--blue);
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 290px;
  display: flex;
}

.text-block-27 {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.image-25 {
  width: 50%;
}

.flex-block {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 11px;
}

.link-block-7, .link-block-8, .link-block-9, .link-block-10, .link-block-11, .link-block-12, .link-block-13 {
  width: 100px;
}

.link-block-14, .link-block-15, .link-block-16, .link-block-17 {
  width: 160px;
}

.link-block-18 {
  width: 170px;
}

.div-block-16 {
  color: #0000;
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.container-13 {
  justify-content: space-between;
  display: flex;
}

.link-block-19 {
  width: 260px;
}

.text-block-28 {
  text-align: center;
  margin-bottom: 10px;
}

.collection-item-3 {
  margin-bottom: 20px;
  margin-right: 0;
}

.heading-17 {
  border-bottom: 1px solid var(--dark-goldenrod);
  color: var(--blue);
  text-align: center;
  padding-bottom: 10px;
}

.collection-item-4 {
  margin-bottom: 40px;
}

.collection-list-3 {
  text-decoration: none;
}

.div-block-17 {
  width: 270px;
}

.heading-18 {
  border-bottom: 1px solid var(--dark-goldenrod);
  color: var(--blue);
  text-align: center;
  background-color: #0000;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.section-5 {
  padding-bottom: 60px;
}

.flex-block-2 {
  align-items: center;
}

.heading-19 {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--dark-goldenrod);
  text-align: center;
}

.image-26, .image-28 {
  display: none;
}

.image-29 {
  margin-bottom: 20px;
}

.heading-20 {
  border-bottom: 1px solid var(--dark-goldenrod);
  color: var(--blue);
  text-align: center;
  margin-top: 0;
  padding-bottom: 10px;
  font-family: Lato, sans-serif;
}

.text-block-29 {
  color: #000;
  text-align: center;
  text-transform: none;
  padding-left: 20px;
  font-family: Lato, sans-serif;
  font-style: normal;
  text-decoration: none;
}

.text-block-30 {
  object-fit: fill;
  text-decoration: none;
}

.text-block-31 {
  color: #000;
  text-align: center;
  border: 0 #000;
  padding-left: 20px;
  font-family: Lato, sans-serif;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
}

.navothers.container {
  display: flex;
}

.div-block-18 {
  margin-left: 0;
  margin-right: 0;
}

.text-block-32 {
  color: #000;
  text-align: center;
  padding-left: 20px;
  font-family: Lato, sans-serif;
  font-weight: 700;
  text-decoration: none;
}

.image-30 {
  margin-bottom: 10px;
}

.grid-5 {
  grid-template-columns: 1fr 1fr 1fr;
  display: none;
}

.collection-list-wrapper-3 {
  display: block;
}

.pricing-comparison-2 {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-14 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-wrapper-2 {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.pricing-card-2 {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 32px 24px;
  display: flex;
  position: relative;
  box-shadow: 0 4px 130px #96a3b51f;
}

.pricing-card-2.featured-pricing {
  z-index: 2;
  box-shadow: 0 4px 130px #96a3b54d;
}

.pricing-image-2 {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
}

.pricing-title-2 {
  margin-top: 10px;
  margin-bottom: 8px;
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
}

.pricing-subtitle-2 {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 20px;
}

.pricing-price-2 {
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.paragraph-regular-2 {
  font-size: 14px;
  line-height: 20px;
}

.paragraph-regular-2.margin-bottom-20 {
  margin-bottom: 20px;
}

.button-primary-5 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-5:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-5:active {
  background-color: #43464d;
}

.button-primary-5.outline-button {
  color: #1a1b1f;
  background-color: #0000;
  box-shadow: inset 0 0 0 1px #1a1b1f;
}

.button-primary-5.outline-button:hover {
  color: #fff;
  background-color: #1a1b1f;
}

.pricing-divider-2 {
  background-color: #76879d1a;
  align-self: stretch;
  height: 1px;
  margin: 56px -24px 16px;
}

.pricing-feature-list-2 {
  align-self: stretch;
}

.pricing-feature-2 {
  background-image: url('../images/');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  align-self: stretch;
  margin-top: 16px;
  padding-left: 32px;
  font-size: 14px;
  line-height: 24px;
}

.pricing-tag-2 {
  color: #3a4554;
  background-color: #fff;
  border-radius: 24px;
  padding: 7px 16px;
  position: absolute;
  top: -19px;
  box-shadow: 0 3px 10px #96a3b533;
}

.flex-block-3 {
  margin-right: 20px;
}

.heading-21 {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--dark-goldenrod);
  color: var(--blue);
  text-align: center;
  margin-bottom: 30px;
  padding-bottom: 10px;
}

.pop-up-wrapper {
  z-index: 10;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
  position: fixed;
  inset: 0%;
}

.pop-up-back {
  z-index: -1;
  background-color: #20202099;
  position: absolute;
  inset: 0%;
}

.pop-up-right-column {
  position: relative;
}

.image-31 {
  width: 380px;
  display: block;
}

.image-32 {
  width: 20px;
  position: absolute;
  top: 10px;
  right: 10px;
}

.container-15 {
  padding-bottom: 40px;
}

.heading-22 {
  border-bottom: 1px solid var(--dark-goldenrod);
  text-align: center;
  padding-bottom: 10px;
}

.section-6 {
  color: var(--blue);
  margin-bottom: 60px;
  padding-top: 20px;
}

.text-block-33, .text-block-34, .rich-text-block-3, .rich-text-block-4 {
  color: #000;
}

.rich-text-block-5 {
  color: #000;
  margin-top: 30px;
}

.rich-text-block-6 {
  line-height: 20px;
}

.text-block-35 {
  color: #000;
}

.cell {
  color: #000;
  border: 1px solid #000;
  padding: 10px;
}

.cell.cellborder {
  padding-bottom: 10px;
  padding-right: 10px;
}

.cell-2 {
  border: 1px solid #000;
  padding-top: 10px;
  padding-left: 10px;
}

.cellborder {
  border: 1px solid #000;
  padding: 10px;
}

.flex-block-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #000;
  text-align: left;
  border: 1px #000;
  flex-direction: row;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: grid;
}

.div-block-19 {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  border: 1px solid #000;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding: 10px;
  display: grid;
}

.div-block-19.middle {
  border-left-style: none;
}

.div-block-19.middle.notop {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.div-block-19.right {
  border-left-style: none;
}

.div-block-19.notop {
  border-top-style: none;
}

.div-block-20 {
  display: block;
}

.div-block-21 {
  border: 1px solid #000;
  border-top-style: none;
  padding: 10px;
}

.div-block-21.top {
  border-top-style: solid;
}

.text-block-36 {
  font-weight: 700;
}

.div-block-22 {
  border-top: 1px #000;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  padding: 10px;
}

.div-block-22.top {
  border-top-style: solid;
}

.div-block-23 {
  border: 1px solid #000;
  border-style: none solid solid none;
  padding: 10px;
}

.div-block-24 {
  border: 1px solid #000;
  border-left-style: none;
  padding: 10px;
}

.bold-text-7, .bold-text-8, .text-block-37, .bold-text-9, .bold-text-10, .bold-text-11, .bold-text-12, .bold-text-13, .text-block-38, .bold-text-14, .bold-text-15, .bold-text-16, .bold-text-17 {
  font-weight: 400;
}

.rich-text-block-7 {
  color: #000;
  margin-top: 20px;
  display: block;
}

.text-block-39 {
  color: #000;
  margin-top: 0;
  margin-bottom: 10px;
}

.text-span {
  color: #3727e2;
  cursor: pointer;
  border: 1px solid #0000;
}

.rich-text-block-8, .rich-text-block-9 {
  color: #000;
}

.section-7 {
  margin-bottom: 25px;
}

@media screen and (min-width: 1280px) {
  .diverscontainer {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    height: auto;
    padding: 0;
    font-weight: 400;
    display: block;
  }

  .header {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    display: block;
  }

  .button {
    height: 50px;
  }

  .navhomecontainer.container {
    text-align: center;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .navlink {
    padding: 0 15px;
  }

  .navlink:hover {
    color: #e38a44;
    border-bottom: 1px solid #e38a44;
  }

  .link-2 {
    padding: 0 15px;
  }

  .link-2:hover {
    color: #e38a44;
    border-bottom: 1px solid #e38a44;
  }

  .link-3 {
    padding: 0 15px;
  }

  .link-3:hover {
    color: #e38a44;
    border-bottom: 1px solid #e38a44;
  }

  .link-4 {
    padding: 0 15px;
  }

  .link-4:hover {
    color: #e38a44;
    border-bottom: 1px solid #e38a44;
  }

  .nav {
    justify-content: flex-start;
    align-items: center;
    display: block;
  }

  .headercontainer.container {
    justify-content: space-around;
    align-items: center;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .slider {
    height: auto;
  }

  .sliderimg {
    display: block;
  }

  .heroblockbg {
    background-color: var(--dark-goldenrod);
    color: #0000;
    flex: 0 auto;
    align-self: auto;
    width: 50%;
    height: 98%;
    margin-top: auto;
    margin-bottom: auto;
    padding-bottom: 0;
    padding-right: 0;
    text-decoration: none;
    position: absolute;
  }

  .heroimg {
    object-fit: contain;
    padding-bottom: 0;
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
  }

  .herodivimg {
    width: 595px;
    height: 495px;
    position: relative;
  }

  .herocontainer {
    justify-content: space-between;
    align-items: stretch;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 10px;
    display: flex;
  }

  .herosection {
    margin-bottom: 0;
  }

  .herocontainerright {
    background-color: #0000;
    flex: 0 auto;
    width: 50%;
  }

  .herocontainerleft {
    align-items: center;
    width: 50%;
    margin-top: 90px;
    margin-bottom: 90px;
    padding: 15px 0 15px 15px;
  }

  .button-2 {
    background-color: var(--blue);
    margin-top: 10px;
    padding-left: 30px;
    padding-right: 30px;
    font-weight: 700;
  }

  .diverssection {
    background-color: #f7f7f7;
    max-height: 100%;
    padding: 40px 0;
    position: static;
  }

  .diverstitle {
    text-align: left;
    border: 1px #000;
    justify-content: center;
    margin-top: 20px;
    padding-bottom: 0;
    display: flex;
  }

  .diversboxtitle {
    text-align: left;
    border-bottom: 1px solid #cbb180;
    align-self: auto;
    width: 100%;
  }

  .diversheading {
    text-align: left;
    font-size: 25px;
  }

  .diversfirstbox {
    border-style: none none none solid;
    border-width: 1px 1px 1px 10px;
    border-color: #cbb180 #cbb180 #cbb180 var(--dark-goldenrod);
    text-align: left;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-left: 30px;
    position: relative;
  }

  .diverstextblock {
    margin-bottom: 15px;
    font-size: 14px;
  }

  .diversimg {
    position: static;
  }

  .diversgiftheading {
    text-align: left;
    border: 1px #000;
    margin-bottom: 0;
    padding-left: 30px;
    display: block;
  }

  .diversgiftbox {
    border-style: none none none solid;
    border-width: 1px 1px 1px 10px;
    border-color: #cbb180 #cbb180 #cbb180 var(--dark-goldenrod);
    margin-top: 15px;
    margin-bottom: 15px;
    padding-left: 0;
  }

  .grid {
    border-left: 1px solid #000;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-left: 0;
    padding-left: 0;
  }

  .text-block-4 {
    text-align: left;
  }

  .bold-text {
    border-left: 10px solid #cbb180;
    padding-left: 30px;
    font-weight: 700;
  }

  .text-block-5 {
    text-align: center;
    font-weight: 700;
  }

  .columns {
    border-left: 10px solid #cbb180;
  }

  .grid-2 {
    grid-template-rows: minmax(205px, 1fr) auto;
  }

  .diversgiftcolumns {
    background-color: #0000;
    border-left: 10px #cbb180;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-left: 0;
    padding-top: 10px;
    padding-left: 28px;
    display: flex;
  }

  .diversgiftcolumn {
    padding-left: 0;
  }

  .text-block-6 {
    font-weight: 700;
  }

  .diversimgads {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block {
    background-color: #fff;
    margin-top: 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .button-3 {
    background-color: #e38a44;
    width: 255px;
    font-weight: 700;
    line-height: 40px;
  }

  .moreheading {
    text-align: center;
  }

  .moretitleblock {
    border: 1px #0000;
    border-bottom: 1px solid #cbb180;
  }

  .section {
    cursor: auto;
    border: 1px #0000;
    margin-bottom: 0;
  }

  .morecontainer {
    margin-top: 0;
    padding-bottom: 30px;
  }

  .text-block-7 {
    margin-top: 25px;
    font-size: 17px;
  }

  .columns-2 {
    margin: 25px -10px;
  }

  .image-5 {
    cursor: auto;
  }

  .div-block-3 {
    text-align: center;
    border-bottom: 1px solid #cbb180;
    margin-bottom: 20px;
    padding-bottom: 0;
  }

  .list-item {
    text-align: left;
    margin-top: 0;
    position: static;
  }

  .list {
    text-align: left;
    list-style-type: decimal;
  }

  .grid-3 {
    grid-auto-flow: column;
  }

  .section-2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .button-4 {
    width: 255px;
    height: 50px;
  }

  .image-6 {
    width: 100%;
    max-width: 100%;
  }

  .text-block-9 {
    color: #666;
    text-align: center;
    margin-top: auto;
    padding-top: 0;
    font-style: italic;
    font-weight: 700;
  }

  .div-block-7 {
    text-align: center;
    background-color: #e7e7e7;
    margin-top: 20px;
    padding: 20px 20px 10px;
  }

  .button-5 {
    text-align: center;
    background-color: #e38a44;
    border: 1px #e38a44;
    width: 99%;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: auto;
    font-size: 12px;
  }

  .div-block-8 {
    border: 1px solid #e38a44;
    width: 100%;
    margin: 13px auto;
    overflow: visible;
  }

  .container-4 {
    border: 1px #e38a44;
    border-top: 1px solid #cbb180;
    margin-top: auto;
    margin-bottom: 40px;
    padding-top: 30px;
  }

  .link-block.w--current {
    margin-top: 0;
  }

  .div-block-9 {
    text-align: center;
    background-color: #fff;
    width: 400px;
    height: 238px;
    padding: 45px 30px;
    position: absolute;
    top: 15%;
    bottom: auto;
    left: 35%;
  }

  .text-block-10 {
    justify-content: flex-end;
    align-items: center;
    font-size: 20px;
    line-height: 30px;
    display: flex;
  }

  .button-6 {
    background-color: #cbb180;
    margin-top: 15px;
    padding: 10px 30px;
  }

  .button-10 {
    background-color: #010101;
  }

  .tets {
    font-size: 15px;
    font-style: normal;
  }

  .tets.eeeeeee {
    font-style: normal;
  }

  .heading-13 {
    color: #d49b00;
    font-style: normal;
  }

  .heading-14 {
    color: #d49b00;
  }

  .image-19 {
    max-height: 300px;
    margin-bottom: 50px;
  }

  .image-20 {
    max-height: 300px;
    margin-bottom: 50px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .heading-15, .heading-16 {
    text-align: center;
  }
}

@media screen and (min-width: 1920px) {
  .slider, .slidermask, .slide-1 {
    margin-right: 0;
  }

  .sliderimg {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
    display: inline-block;
  }

  .diversfirstbox {
    border-left-color: var(--dark-goldenrod);
  }

  .diversgiftheading {
    border-left-style: none;
    border-left-color: var(--dark-goldenrod);
  }

  .diversgiftbox {
    border-style: none none none solid;
    border-left-width: 10px;
    border-left-color: var(--dark-goldenrod);
  }

  .diversgiftcolumns {
    border-left-style: none;
    border-left-color: var(--dark-goldenrod);
  }

  .link-block-6 {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 991px) {
  .diverscontainer {
    max-width: 728px;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .header {
    justify-content: space-between;
    align-items: center;
    display: block;
  }

  .button {
    width: 190px;
    height: 40px;
    font-size: 12px;
  }

  .navhomecontainer.container {
    padding-left: 50px;
    padding-right: 50px;
  }

  .navlink {
    font-size: 12px;
  }

  .link-2 {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 12px;
    line-height: 20px;
  }

  .link-3 {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 12px;
  }

  .link-4 {
    font-size: 12px;
  }

  .footercontainer {
    max-width: 728px;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .footerformtwo {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footerwrapperthree {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-three {
    margin-top: 40px;
  }

  .headercontainer.container {
    text-align: left;
    justify-content: space-between;
    align-items: center;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .container-3 {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .heroblockbg {
    width: 50%;
    height: 100%;
  }

  .herocontainerleft {
    margin-top: 200px;
    margin-bottom: 200px;
    padding-bottom: 15px;
  }

  .heading {
    width: 60%;
  }

  .link-block {
    width: 50%;
  }

  .link-block.w--current {
    justify-content: space-between;
    width: 70%;
  }

  .div-block-9 {
    z-index: auto;
    text-align: center;
    background-color: #fff;
    margin: 10% auto auto 0;
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .slide-2 {
    text-align: left;
    position: relative;
  }

  .text-block-10 {
    text-align: left;
  }

  .container {
    max-width: 728px;
  }

  .pricing-wrapper {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .pricing-card {
    width: 350px;
  }

  .container-8 {
    max-width: 728px;
  }

  .image-21, .image-22 {
    padding-right: 60px;
  }

  .container-12 {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .container-14 {
    max-width: 728px;
  }

  .pricing-wrapper-2 {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .pricing-card-2 {
    width: 350px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand-three {
    padding-left: 0;
  }

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    flex-direction: column;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .gallery-slider {
    padding: 60px 15px;
  }

  .gallery-slide {
    margin-left: 10px;
    margin-right: 10px;
  }

  .gallery-slide-text {
    line-height: 30px;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .footer {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .footerbottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .hero-heading-right, .pricing-comparison {
    padding: 60px 15px;
  }

  .pricing-wrapper {
    justify-items: stretch;
  }

  .pricing-card {
    width: auto;
  }

  .pricing-title {
    font-size: 34px;
    line-height: 42px;
  }

  .features-table, .pricing-comparison-2 {
    padding: 60px 15px;
  }

  .pricing-wrapper-2 {
    justify-items: stretch;
  }

  .pricing-card-2 {
    width: auto;
  }

  .pricing-title-2 {
    font-size: 34px;
    line-height: 42px;
  }
}

@media screen and (max-width: 479px) {
  .diverscontainer {
    justify-content: center;
    max-width: none;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .nav-menu-three {
    flex-direction: column;
  }

  .header {
    height: 60px;
    display: none;
  }

  .button {
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    flex: 0 auto;
    width: 110px;
    height: 25px;
    font-size: 9px;
    line-height: 20px;
    display: none;
    position: static;
  }

  .button.btnsubscribe {
    width: 100%;
    height: 30px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    display: flex;
  }

  .navhomecontainer.container {
    display: none;
  }

  .nav {
    background-color: var(--dark-goldenrod);
    display: block;
  }

  .footercontainer {
    text-align: center;
    max-width: none;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr;
  }

  .gallery-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .slidersection {
    position: relative;
  }

  .footerformtwo {
    padding: 20px;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary-2.footer-form-button {
    position: relative;
    right: 0;
  }

  .footerwrapperthree {
    text-align: center;
    align-items: center;
  }

  .footer-block-three {
    text-align: center;
    align-items: center;
    display: flex;
  }

  .footer-link-three {
    text-align: center;
  }

  .footer-social-block-three {
    justify-content: center;
    margin-left: 0;
    display: flex;
  }

  .footerbottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footergrid {
    grid-column-gap: 32px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1.5fr 1.5fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: flex-end;
    padding-left: 20px;
    padding-right: 20px;
    display: grid;
  }

  .text-block-2 {
    text-decoration: none;
  }

  .slider {
    height: 422px;
  }

  .sliderimg, .sliderleftarrow, .sliderrightarrow {
    display: none;
  }

  .slidernav {
    margin-top: 0;
    margin-bottom: 0;
    display: block;
    top: auto;
    bottom: 47px;
  }

  .container-3 {
    max-width: none;
  }

  .heroblockbg {
    width: 50%;
    height: 240px;
  }

  .heroimg {
    max-width: 100%;
  }

  .herocontainer {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .herocontainerright {
    width: 100%;
    padding-left: 0;
    display: block;
  }

  .herocontainerleft {
    flex: 0 auto;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 0;
    margin-left: 0;
    padding-bottom: 15px;
    display: flex;
  }

  .heading {
    text-align: center;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    font-size: 14px;
    display: flex;
  }

  .paragraph {
    text-align: left;
  }

  .button-2 {
    text-align: left;
    justify-content: center;
    align-items: stretch;
    margin-left: 60px;
    margin-right: 60px;
    padding: 8px 0;
    font-size: 10px;
    display: flex;
  }

  .button-2.btnavantage {
    display: flex;
    position: static;
  }

  .button-2.btnavantage.btnabomobile {
    width: 140px;
    margin-top: auto;
    margin-left: 10px;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    inset: auto auto 410px;
  }

  .button-2.btnavantage.btnsubscribe {
    text-align: center;
  }

  .diverssection {
    padding-top: 0;
    padding-bottom: 0;
  }

  .diverstitle {
    text-align: center;
    border-bottom: 1px solid #cbb180;
    width: 100%;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 15px;
  }

  .diversboxtitle {
    border-bottom-style: none;
    justify-content: center;
    align-items: stretch;
    width: auto;
    margin-top: 0;
    padding-top: 0;
    display: flex;
  }

  .diversheading {
    font-size: 20px;
    line-height: 25px;
  }

  .diversfirstbox {
    border: 1px #000;
    margin-bottom: 0;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .diverstextblock {
    margin-bottom: 30px;
    font-size: 11px;
  }

  .diversimg {
    display: none;
  }

  .diversgiftheading {
    text-align: left;
    font-size: 14px;
    line-height: 20px;
  }

  .diversgiftbox {
    border-left-style: none;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .diversgiftcolumn {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
    display: flex;
  }

  .text-block-6 {
    text-align: left;
    font-size: 10px;
  }

  .diversimgads {
    flex-direction: column;
  }

  .div-block {
    margin-bottom: 0;
  }

  .button-3 {
    width: 150px;
    font-size: 10px;
    line-height: 15px;
  }

  .moreheading {
    text-align: center;
    border-bottom: 1px solid #cbb180;
    font-size: 14px;
  }

  .moretitleblock {
    border-bottom-style: none;
    justify-content: center;
    width: 100%;
    display: flex;
  }

  .text-block-7 {
    margin-top: 10px;
    font-size: 12px;
  }

  .div-block-3 {
    border-bottom-style: none;
    justify-content: center;
    display: flex;
  }

  .list-item {
    font-size: 12px;
  }

  .list {
    margin-bottom: 0;
    padding-left: 30px;
    padding-right: 10px;
  }

  .grid-3 {
    grid-column-gap: 0px;
  }

  .heading-2 {
    border-bottom: 1px solid #cbb180;
    font-size: 14px;
  }

  .image-6 {
    width: 250px;
    max-width: 100%;
    height: auto;
    font-size: 14px;
    display: inline-block;
  }

  .link-block.w--current {
    text-align: center;
    width: 100%;
  }

  .div-block-9 {
    width: 270px;
    height: 180px;
    margin-top: 50%;
    margin-left: 22px;
    margin-right: 22px;
  }

  .text-block-10 {
    text-align: center;
    font-size: 12px;
  }

  .button-6 {
    width: 120px;
    height: 30px;
    padding: 5px 0;
    font-size: 10px;
  }

  .navlist {
    display: none;
  }

  .boldtext {
    text-align: center;
  }

  .container {
    max-width: none;
  }

  .image-7 {
    text-align: center;
    width: 240px;
    margin-right: 0;
    padding-right: 0;
    transition: opacity .325s;
    display: inline-block;
  }

  .image-7:hover {
    opacity: .5;
  }

  .navbarmobile {
    color: #000;
    background-color: #0000;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .brand {
    color: #000;
    text-align: left;
    justify-content: flex-end;
    margin-top: 0;
    margin-left: 21px;
    padding-top: 0;
    padding-left: 0;
    display: block;
  }

  .container-6 {
    color: #000;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .icon-2 {
    color: #fff;
    border: 1px solid #0000;
  }

  .menu-button-2 {
    text-align: left;
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    justify-content: flex-start;
    margin-left: 0;
    padding-left: 45px;
    display: block;
    position: relative;
    right: auto;
  }

  .menu-button-2:active {
    background-color: #000;
  }

  .icon-3, .icon-4 {
    display: none;
  }

  .text-block-16 {
    text-align: left;
    padding-left: 0;
    font-size: 12px;
  }

  .text-block-17, .text-block-18, .text-block-19 {
    font-size: 12px;
  }

  .image-8 {
    text-align: center;
    width: auto;
    max-width: 100%;
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
    display: inline-block;
  }

  .image-9 {
    width: auto;
    max-width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .image-10, .image-11 {
    max-width: 100%;
  }

  .heading-8 {
    font-size: 14px;
    line-height: 20px;
  }

  .column-3 {
    margin-bottom: 25px;
  }

  .image-12, .image-13 {
    display: block;
  }

  .nav-menu {
    color: #000;
    background-color: #fff;
    height: 100%;
  }

  .container-8 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .comparison-row-main {
    grid-column-gap: 20px;
  }

  .comparison-title {
    margin-left: 10px;
  }

  .comparison-row {
    grid-column-gap: 20px;
  }

  .comparison-negative {
    background-position: 0 5px;
    background-size: 14px;
    margin-left: 10px;
    padding-left: 20px;
  }

  .comparison-positive {
    background-position: 0 4px;
    background-size: 16px;
    margin-left: 10px;
    padding-left: 20px;
  }

  .container-9 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-15 {
    max-width: 100%;
  }

  .heading-10 {
    text-align: center;
  }

  .nav-link-2, .nav-link-2.w--current {
    color: #000;
    background-color: #0000;
  }

  .nav-link-2.w--current:hover {
    background-color: #e2e2e2;
  }

  .image-23 {
    margin-bottom: 20px;
  }

  .image-23.hp {
    padding-right: 15px;
  }

  .link-block-6 {
    display: block;
  }

  .heading-17 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 30px;
  }

  .link-block-20 {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .flex-block-2 {
    flex-direction: column;
  }

  .image-26 {
    display: block;
  }

  .image-27 {
    display: none;
  }

  .image-28 {
    display: block;
  }

  .button-11 {
    position: absolute;
    inset: auto 50% 75px;
  }

  .navothers.container {
    background-color: var(--dark-goldenrod);
    justify-content: flex-end;
  }

  .grid-5 {
    place-content: stretch;
    display: block;
  }

  .link-block-21 {
    margin-bottom: 40px;
  }

  .container-14 {
    max-width: none;
  }

  .pop-up-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .container-16 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

#w-node-ab156ff2-9571-c296-fcc7-51209fd005ce-9fd005cc {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ab156ff2-9571-c296-fcc7-51209fd005d8-9fd005cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start center;
}

#w-node-ab156ff2-9571-c296-fcc7-51209fd005d9-9fd005cc, #w-node-ab156ff2-9571-c296-fcc7-51209fd005d4-9fd005cc, #w-node-ab156ff2-9571-c296-fcc7-51209fd005d5-9fd005cc, #w-node-_04e8dbe6-8a03-3eed-24c3-5a47ba2b8d0b-ba2b8d05, #w-node-bc8abbb9-d82d-7b79-72c6-0d3ccc31ddbe-687da9a3, #w-node-_148584cb-5a21-fa5b-2de9-26c7628d3666-687da9a3, #w-node-_4b6db436-ef8a-b022-2210-6d6db24a2d70-687da9a3, #w-node-_05732e74-f8e7-9cac-bc0e-8ec2c3c1119c-687da9a3, #w-node-_035a968f-96f0-3c68-d28d-e1141ab79e4e-4e977bc3, #w-node-_24f221ba-ac42-8c62-c343-d5e2906e83b9-4e977bc3, #w-node-f1ae1773-ee72-c4a7-5f49-c0e69a5c319d-4e977bc3, #w-node-_0d5844e7-cc65-92b7-da38-a5361ffebbbf-4e977bc3, #w-node-_3a7bff76-d0a3-9cbf-4165-a2b34094a3c8-4e977bc3, #w-node-_698ae665-0ff0-c521-5b52-7adf2bf0e726-4e977bc3, #w-node-_6f6fe94c-fa31-1d62-ae30-9642f158038f-4e977bc3, #w-node-_56d39499-c755-cd9c-9a42-10d300bf8e30-4e977bc3, #w-node-_46657bce-08c8-5e81-2fd0-c48bc96b189a-4e977bc3, #w-node-db94ac2e-4f3f-f6fd-c3d1-4ac6dac5f610-4e977bc3, #w-node-_6e4ee6f6-8369-a411-2c27-360aff14a746-4e977bc3, #w-node-c4e90315-eb4c-462b-df54-05fe21b51781-4e977bc3, #w-node-_0bdfdbb7-1807-8527-63f3-1fd971a47805-4e977bc3, #w-node-_231b825e-0dcc-f74b-9639-56be95bef3b6-4e977bc3, #w-node-_26bb3569-c362-d39f-c323-a2f7821a6bd7-4e977bc3, #w-node-_3ec32efb-f52e-7371-23bc-b4bfe4505c0e-4e977bc3, #w-node-_44c1c82b-e650-eb9f-0855-34035359576d-4e977bc3, #w-node-a9f6355a-0947-534b-041e-f6bfd95b874e-4e977bc3, #w-node-_816decb0-150b-2393-194a-25d7e147ca31-4e977bc3, #w-node-f0aa5294-05fa-a39c-40b2-418a4eacb31a-4e977bc3, #w-node-_07f8aaa1-2f4f-c71d-9c2c-281077d43783-4e977bc3, #w-node-be29a982-92f8-478a-b8a8-5f147c109755-4e977bc3, #w-node-ee59252b-d048-0aaa-2100-065f5d295fd0-4e977bc3, #w-node-_79e039fd-6565-ad4a-69d8-85d239a02fe4-4e977bc3, #w-node-_6e689f46-172c-f550-0d14-b9b951a0ea7e-4e977bc3, #w-node-_16738ac0-2d32-6673-a257-4dcb6e24be73-4e977bc3, #w-node-_4c66a518-5d1e-f2c7-ea2e-b869023bb0a5-4e977bc3, #w-node-_3fe51ae8-fd53-af5d-8f36-cef87ffa6386-4e977bc3, #w-node-_88e57a66-d287-b390-3bd3-7b18259dd911-4e977bc3, #w-node-_0957df86-a1a3-a584-69d0-384b9bbd4b44-4e977bc3, #w-node-_74ce581a-4b36-6a66-f225-1648329c07e2-4e977bc3, #w-node-_120f1fb6-498b-3535-5fdb-ff45ccc26940-4e977bc3, #w-node-_867681f6-30d2-4c14-8046-addf75394ed4-4e977bc3, #w-node-_8e9aeba7-01ba-c476-bf59-fdd1e47e43ac-4e977bc3, #w-node-df0cd0f7-e414-85f1-9b0e-af1ce25cb794-4e977bc3, #w-node-a187c210-2a29-6fee-55c8-40867bef2fba-4e977bc3, #w-node-_0f3e4803-02bb-0c9a-c1ce-65cf1bef23ca-4e977bc3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


