:root {
  --white: white;
  --black: black;
  --gold: #fed706;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

body {
  color: #333;
  background-color: #f4f4f4;
  font-family: Gothic A1, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
}

h1 {
  margin-top: 0;
  font-family: Gothic A1, sans-serif;
  font-size: 44px;
  font-weight: 900;
  line-height: 1.4;
  display: inline-block;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.4;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.4;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 800;
  line-height: 2.1;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}

p {
  margin-bottom: 10px;
  font-family: Gothic A1, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 2.4;
}

a {
  color: #000;
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-size: 16px;
  font-weight: 500;
}

blockquote {
  background-color: #fed7061c;
  border: 10px solid #fed706;
  margin-top: 21px;
  margin-bottom: 21px;
  padding: 31px 43px;
  font-family: Gothic A1, sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 500;
  line-height: 2.2;
}

.navbar {
  background-color: #fff;
  box-shadow: 0 1px 5px #00000024;
}

.section960 {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  display: flex;
}

.section960.nav {
  height: 60px;
  padding-bottom: 0;
  display: block;
}

.div-block-32 {
  color: #947171;
  background-color: #fff;
  width: 100%;
  height: 2px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.brand {
  background-image: url('../images/website-icon.svg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 70px;
  height: 100%;
  margin-top: 14px;
  margin-bottom: -1px;
}

.nav-menu-2 {
  margin-top: 31px;
  margin-bottom: 4px;
}

.nav-link {
  color: #000;
  text-transform: none;
  margin-left: 15px;
  margin-right: 15px;
  padding: 2px 0;
  font-family: Gothic A1, sans-serif;
  font-size: 13px;
  transition: all .2s;
}

.nav-link:hover {
  color: #000;
  border-bottom: 4px solid #7ed321;
  padding-bottom: 0;
}

.nav-link.w--current {
  color: #000;
  border-bottom: 4px solid #7ed321;
}

.nav-link.w--current:hover {
  border-bottom-color: #7ed321;
}

.nav-link.hide {
  display: none;
}

.top-nav-section {
  z-index: 111;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.image {
  margin-bottom: -39px;
}

.link-block {
  color: #000;
  border-bottom: 8px #fed706;
  margin-left: 44px;
  padding-left: 6px;
  padding-right: 6px;
  font-weight: 500;
  text-decoration: none;
  transition: all .222s;
}

.link-block:hover {
  border-bottom-style: solid;
  border-bottom-width: 8px;
}

.link-block.w--current {
  border-bottom-style: solid;
}

.nav-text {
  color: #000;
  text-transform: lowercase;
  margin-bottom: -11px;
  font-size: 15px;
  font-weight: 500;
}

.flex-vertical {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
}

.section {
  z-index: 2;
  position: relative;
}

._960-block {
  z-index: 2;
  justify-content: center;
  align-items: flex-start;
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: relative;
}

.page-header {
  color: #fff;
  margin-bottom: 20px;
  font-family: Gothic A1, sans-serif;
  font-size: 55px;
}

.page-header.black {
  color: #000;
  font-weight: 900;
}

.header-bg {
  z-index: 2;
  background-color: #000;
  margin-top: -2px;
  position: relative;
}

.subhead {
  color: #727272;
  font-size: 18px;
  line-height: 1.7;
}

.subhead.sm {
  font-size: 12px;
}

.padding-btm-div {
  padding: 39px 242px 225px;
}

.link {
  color: #ffffff8c;
}

.link:hover {
  color: #fff;
}

.section-overarching {
  z-index: 2;
  background-color: #0000;
  margin-top: -190px;
  position: relative;
}

.pic {
  background-image: url('../images/kira-auf-der-heide-328511-unsplash.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 444px;
  position: relative;
}

.grid-container {
  flex-wrap: wrap;
  margin-top: 41px;
  margin-right: -39px;
  display: flex;
}

.flexed-container {
  width: 50%;
  margin-bottom: 59px;
  padding-right: 39px;
  display: flex;
}

.flexed-container.centered {
  color: #929292;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-right: 39px;
  padding: 33px 73px;
}

.module {
  border: 10px solid #000;
  text-decoration: none;
  transition: all .2s;
  position: relative;
}

.module:hover {
  opacity: .74;
  background-color: #fff;
  transform: translate(0, -5px);
}

.p {
  margin-top: 9px;
}

.content-module-block {
  padding: 41px 30px 109px;
}

.button-homepage {
  background-color: #fed706;
  justify-content: center;
  align-items: center;
  height: 80px;
  margin-bottom: 3px;
  margin-left: 3px;
  margin-right: 3px;
  padding-top: 3px;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.btn-text {
  font-family: Gothic A1, sans-serif;
  font-size: 32px;
  font-weight: 900;
  line-height: 1;
}

.link-block-2 {
  float: right;
  background-color: #000;
  padding: 8px 11px;
  text-decoration: none;
  position: absolute;
  inset: auto 0% 0% auto;
}

.text-block-3 {
  color: #fff;
  font-size: 10px;
  line-height: 1;
}

.text-span {
  text-decoration: underline;
}

.battery-casing {
  z-index: 11;
  background-color: #000;
  border-radius: 5px;
  align-items: stretch;
  width: 110px;
  height: 27px;
  padding: 6px;
  display: flex;
  position: static;
}

.battery-energy {
  background-color: #fed706;
  width: 20%;
}

.battery-energy.med {
  width: 40%;
}

.battery-energy.lg {
  width: 60%;
}

.battery-energy.x-lg {
  width: 80%;
}

.battery-energy.full {
  width: 100%;
}

.placement-container {
  z-index: 11;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: -38px;
  right: 28px;
}

.text-block-4 {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.1;
}

.div-block-79 {
  padding-top: 5px;
  display: flex;
}

.div-block-80 {
  justify-content: center;
  align-items: center;
  width: 14px;
  margin-left: 5px;
  display: flex;
}

.text-block-5 {
  margin-bottom: 6px;
  font-family: Gothic A1, sans-serif;
  font-size: 21px;
  font-weight: 900;
  line-height: 1.5;
}

.energy-effect-text {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
  line-height: 1.7;
  display: block;
}

.image-2 {
  opacity: .35;
  margin-top: 18px;
  margin-bottom: 10px;
}

.footer-email-signup {
  background-color: #000;
  margin-top: 32px;
  padding-top: 64px;
  padding-bottom: 64px;
}

.form {
  display: flex;
}

.div-block-67 {
  float: left;
  background-color: #fff;
  width: 70%;
  padding: 23px;
}

.form-field {
  border-style: none;
  margin-bottom: 0;
  font-size: 25px;
}

.form-field::placeholder {
  color: #cac9c9;
}

.submit-button {
  color: #000;
  text-transform: none;
  background-color: #fed706;
  width: 30%;
  padding-left: 47px;
  padding-right: 47px;
  font-family: Gothic A1, sans-serif;
  font-size: 29px;
  font-weight: 900;
}

.success-message-2 {
  background-color: #fff;
  box-shadow: 0 1px 13px #00000036;
}

.form-block {
  margin-top: 13px;
}

.link-block-4 {
  color: #2d2d2d;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 46px 46px 235px;
  font-weight: 400;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.link-block-4:hover {
  opacity: .82;
  transform: translate(0, -2px);
}

.text-block-14 {
  margin-right: 7px;
  font-size: 11px;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
}

.image-3 {
  margin-bottom: 8px;
}

.hover-placement {
  z-index: 55;
  position: absolute;
  top: -155px;
  left: -162%;
}

.hover-container {
  z-index: 111;
  background-color: #fff;
  width: 300px;
  padding: 21px;
  display: none;
  position: relative;
  box-shadow: 0 4px 10px #0000005e;
}

.content-container {
  position: relative;
}

.body {
  padding-top: 73px;
  font-size: 16px;
}

.text {
  padding: 57px 242px 29px;
}

.column-left {
  width: 60%;
  padding-right: 43px;
}

.flex-container {
  justify-content: flex-start;
  display: flex;
}

.column-right {
  flex: 1;
  display: block;
}

.spacing-div {
  margin-top: 59px;
  margin-bottom: 59px;
}

.heading-3 {
  text-transform: lowercase;
  font-size: 60px;
}

.sidebar-link-block {
  align-items: flex-start;
  padding: 12px;
  font-weight: 900;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.sidebar-link-block:hover {
  background-color: #fed706;
}

.sidebar-txt {
  text-transform: lowercase;
  line-height: 1.3;
}

.bullet-square {
  background-color: #fec806;
  flex: none;
  width: 10px;
  height: 10px;
  margin-top: 3px;
  margin-right: 17px;
}

.heading-4 {
  font-weight: 900;
}

.button {
  text-transform: lowercase;
  background-color: #000;
  padding-left: 26px;
  padding-right: 26px;
  font-weight: 800;
}

.button.small {
  padding: 4px 15px;
  font-size: 12px;
}

.button.white {
  color: #000;
  background-color: #fff;
}

.div-block-81 {
  margin-top: 13px;
  margin-bottom: 49px;
}

.collection-item {
  text-align: left;
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 55px;
  padding-bottom: 55px;
}

.div-block-82 {
  margin-top: 18px;
}

.centered-flex {
  justify-content: center;
  display: flex;
}

.narrow-txt-column {
  text-align: center;
  width: 40%;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.div-block-83 {
  background-image: url('../images/pyramids-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: auto;
  height: 30vw;
}

.div-block-51 {
  background-color: #03104a;
  width: 15px;
  height: 15px;
  margin-top: 0;
  margin-left: -18px;
  position: absolute;
  transform: rotate(45deg);
}

.button-2 {
  color: #fff;
  text-transform: uppercase;
  background-color: #00549f;
  background-image: linear-gradient(117deg, #f25922, #f99d1b);
  border-radius: 0;
  padding: 12px 39px 8px;
  font-size: 19px;
  font-weight: 700;
  transition: all .2s;
  display: inline-block;
}

.button-2:hover {
  filter: brightness(110%);
  transform: translate(0, -2px);
}

.button-2:active {
  transform: none;
}

.button-2.small {
  align-self: flex-start;
  padding: 4px 23px;
  font-size: 15px;
  font-weight: 700;
}

.button-2.small.blue {
  padding-bottom: 2px;
}

.button-2.blue {
  background-image: linear-gradient(117deg, #23408f, #0e76bc);
}

.button-2.white-bg {
  color: #f25922;
  background-color: #fff;
  background-image: none;
}

.button-2.white-bg.blue-txt {
  color: #03104a;
}

.top-header-bg {
  background-color: #fff;
  padding-top: 70px;
  box-shadow: 0 0 7px #0000000d;
}

.div-block-50 {
  padding: 41px 180px;
}

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

.light {
  color: #0e76bc;
}

.text-block-15 {
  line-height: 1;
  position: relative;
}

.page-title {
  color: #03104a;
  margin-bottom: -9px;
  padding-bottom: 0;
  font-size: 90px;
  font-weight: 700;
  line-height: .8;
  display: inline-block;
}

._960-container {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.button-container {
  justify-content: center;
  align-items: center;
  padding-top: 17px;
  padding-bottom: 17px;
  display: flex;
}

.button-container.blue-bg {
  background-color: #03104a;
}

.link-block-5 {
  color: #fff;
  text-transform: uppercase;
  background-color: #03104a;
  padding: 8px 13px 5px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.div-block-84 {
  width: auto;
}

.div-block-85 {
  margin-top: 48px;
}

.form-block-2 {
  color: #fff;
  margin-bottom: 117px;
}

.sidebar-styled {
  box-shadow: none;
  color: #fff;
  background-color: #2da1f8;
  border-radius: 0;
  padding: 40px;
}

.input-field {
  opacity: 1;
  color: #516173;
  background-color: #0000;
  border-style: none;
  margin-bottom: 0;
  font-weight: 400;
}

.input-field::placeholder {
  color: #51617354;
}

.input-field.message {
  height: 158px;
}

.input-field.message.white {
  height: 118px;
}

.input-field.white {
  color: #03104a;
  text-transform: lowercase;
  font-size: 17px;
  font-weight: 500;
}

.input-field.white::placeholder {
  color: #03104a3b;
  text-align: left;
}

.text-block-22 {
  text-align: center;
}

.checkbox-field {
  color: #f25922;
  margin-top: 16px;
  margin-bottom: 16px;
  font-weight: 700;
}

.form-2.contact {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.error-message {
  background-color: #d74d29;
}

.form-element-container {
  color: #fff;
  background-color: #fff;
  border-radius: 0;
  margin-bottom: 11px;
  padding: 2px 2px 0;
}

.form-element-container.contact {
  padding: 11px;
  box-shadow: 0 0 5px #0000000d;
}

.checkbox-label {
  padding-right: 207px;
  line-height: 1.7;
}

.dropdown-toggle {
  padding-top: 0;
  padding-bottom: 0;
}

.nav-link-btn {
  color: #000;
  cursor: pointer;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 40px;
  font-size: 13px;
  font-weight: 700;
  transition: opacity .15s;
  display: inline-block;
}

.nav-link-btn:hover {
  opacity: 1;
}

.nav-link-btn.w--current {
  color: #b6bfc8;
  font-weight: 700;
  transition-property: none;
}

.nav-link-btn.w--open {
  font-weight: 800;
}

.dropdown-txt {
  margin-right: 21px;
}

.dropdown-list {
  background-color: #fff;
}

.dropdown-list.w--open {
  width: 340px;
  padding: 13px;
  box-shadow: 0 0 3px #00000024;
}

.dropdown-list.about.w--open {
  width: auto;
  padding: 6px;
}

.submenu-item {
  color: #03104a;
  text-transform: lowercase;
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 15px;
  font-weight: 500;
  transition: opacity .2s;
  display: flex;
}

.submenu-item:hover {
  opacity: .44;
}

.submenu-item.w--current {
  color: #fed706;
}

.div-block-86 {
  width: 70%;
  padding-top: 26px;
  padding-bottom: 26px;
}

.paragraph {
  text-align: center;
}

.rich-text-block {
  text-align: center;
  padding: 20px;
}

.rte {
  margin-top: 43px;
}

.purchase-btn-container {
  z-index: 55;
  background-color: #000000db;
  justify-content: center;
  align-items: center;
  height: 12vh;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.rte-container {
  text-align: center;
}

.technique-block {
  position: relative;
}

.link-block-6 {
  opacity: .53;
  background-color: #fff;
  margin-left: 7px;
  margin-right: 7px;
  padding: 6px 14px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
}

.link-block-6.w--current {
  opacity: 1;
  background-color: #fed706;
}

.div-block-87 {
  z-index: 88;
  background-color: #000;
  justify-content: center;
  align-items: center;
  padding: 12px 19px;
  display: flex;
  position: sticky;
  top: 73px;
}

.div-block-88 {
  text-align: center;
  background-color: #fed706;
  margin-bottom: 69px;
  padding: 12px 8px;
}

.heading-5 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1;
}

.div-block-89 {
  border: 9px solid #000;
}

.text-block-23 {
  color: #b8b8b8;
}

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

.link-block-7 {
  margin-bottom: 22px;
  margin-left: -10px;
  padding: 10px;
}

.icon-3 {
  margin-top: 4.5px;
}

.html-embed {
  margin-top: 106px;
  margin-bottom: 106px;
}

.rich-text-block-2 {
  margin-bottom: 21px;
}

.button-3 {
  display: inline-block;
}

.collection-item-2 {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 81px;
  display: flex;
}

.form-block-3 {
  margin-top: 74px;
}

.shop_vertical-stack {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  border-bottom: 1px solid #000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 39rem;
  margin-bottom: 1rem;
  padding-bottom: 2rem;
  display: flex;
}

.div-block-91 {
  grid-column-gap: .1rem;
  grid-row-gap: .1rem;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.no-spacing {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1;
}

.shop_price-btn-row {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

@media screen and (max-width: 991px) {
  .icon-2 {
    display: none;
  }

  .navbar {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .div-block-32 {
    background-color: #000;
    height: 2px;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .menu-btn {
    width: 60px;
    height: 50px;
    margin-right: 16px;
    padding: 17px 14px;
    position: absolute;
    bottom: 0;
    right: 0;
  }

  .menu-btn.w--open {
    background-color: #0000;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .brand {
    height: 100%;
    margin-top: 2px;
    margin-left: 14px;
  }

  .nav-menu-2 {
    background-color: #fff;
    flex-direction: column;
    margin-top: 0;
    padding: 0;
    display: flex;
    box-shadow: 0 1px 3px #000000b0;
  }

  .nav-link {
    color: #000;
    text-align: right;
    padding: 21px;
  }

  .nav-link:hover {
    border-bottom-style: none;
  }

  .nav-link.w--current {
    border-bottom: 1px #000;
  }

  .div-block-33 {
    align-self: center;
  }

  .image {
    height: 100%;
  }

  .link-block {
    margin-left: 0;
    padding-top: 25px;
    padding-bottom: 25px;
    display: block;
  }

  .link-block:hover, .link-block.w--current {
    border-bottom-style: none;
  }

  .nav-text {
    display: inline-block;
  }

  ._960-block {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .padding-btm-div {
    padding-left: 114px;
    padding-right: 114px;
  }

  .grid-container {
    margin-right: 0;
  }

  .flexed-container {
    width: 100%;
    padding-right: 0;
  }

  .flexed-container.centered {
    margin-right: 0;
    padding: 46px 111px 22px;
  }

  .module {
    width: 100%;
  }

  .div-block-80 {
    display: none;
  }

  .submit-button {
    width: 50%;
  }

  .hover-container {
    display: none;
  }

  .body {
    padding-top: 63px;
  }

  .text {
    padding-left: 114px;
    padding-right: 114px;
  }

  .column-left {
    width: 100%;
    padding-right: 0;
  }

  .flex-container {
    flex-direction: column;
  }

  .column-right {
    background-color: #0000000d;
    margin-top: 31px;
    padding: 34px;
  }

  .heading-4 {
    margin-top: 0;
  }

  .narrow-txt-column {
    width: 50%;
  }

  ._960-container {
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }

  .sidebar-styled {
    text-align: center;
  }

  .input-field.white {
    text-align: left;
  }

  .form-2.contact {
    margin-bottom: 20px;
  }

  .nav-link-btn {
    text-align: center;
    background-color: #fff;
    flex: 1;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 24px 0;
    display: flex;
  }

  .dropdown-txt {
    margin-right: 0;
  }

  .dropdown-list.w--open {
    background-color: #ecf1f545;
    width: 100%;
  }

  .submenu-item {
    justify-content: center;
    padding-top: 19px;
    padding-bottom: 19px;
  }

  .div-block-86 {
    width: 100%;
  }

  .div-block-87 {
    top: 61px;
  }

  .icon-3 {
    margin-top: auto;
    margin-bottom: auto;
  }
}

@media screen and (max-width: 767px) {
  .icon-2 {
    display: none;
  }

  .padding-btm-div {
    padding-left: 28px;
    padding-right: 28px;
  }

  .flexed-container.centered {
    padding-left: 0;
    padding-right: 0;
  }

  .form {
    flex-direction: column;
    align-items: center;
  }

  .div-block-67 {
    text-align: center;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .form-field {
    text-align: center;
  }

  .submit-button {
    margin-top: 20px;
  }

  .text {
    padding-left: 28px;
    padding-right: 28px;
  }

  .narrow-txt-column {
    width: 80%;
  }

  ._960-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .checkbox-label {
    padding-right: 0;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    padding-bottom: 0;
  }

  .menu-btn {
    margin-bottom: 0;
    margin-right: 0;
  }

  .brand {
    width: 70px;
  }

  .image {
    margin-bottom: -27px;
  }

  ._960-block {
    padding-left: 10px;
    padding-right: 10px;
  }

  .padding-btm-div {
    padding-bottom: 135px;
  }

  .section-overarching {
    margin-top: -89px;
    margin-bottom: 90px;
  }

  .pic {
    height: 260px;
  }

  .content-module-block {
    padding-bottom: 97px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .footer-email-signup {
    padding-left: 10px;
    padding-right: 10px;
  }

  .submit-button {
    width: 100%;
    font-size: 19px;
  }

  .body {
    padding-top: 62px;
  }

  .text {
    padding-left: 0;
    padding-right: 0;
  }

  .narrow-txt-column {
    width: 100%;
  }

  .div-block-83 {
    height: 50vw;
  }

  .button-2 {
    padding-left: 37px;
    padding-right: 37px;
    font-size: 19px;
    text-decoration: none;
  }

  .button-2.small {
    width: auto;
  }

  .top-header-bg {
    padding-top: 31px;
  }

  .page-title {
    margin-bottom: -4px;
    font-size: 40px;
  }

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

  .sidebar-styled {
    text-align: center;
    padding: 31px 20px;
  }

  .input-field.white::placeholder {
    color: #03104a4d;
  }

  .nav-link-btn {
    margin-left: 0;
  }

  .div-block-87 {
    padding-left: 0;
    padding-right: 0;
    display: block;
    overflow: auto;
  }

  .div-block-90 {
    margin-left: -9px;
    margin-right: -9px;
    display: flex;
  }
}


