:root {
  --white: white;
  --nowsoft-blue: #39f;
  --black: black;
  --dark-slate-blue: #094581;
  --nowsoft-yellow: #f8ba3d;
  --dim-grey: #555;
  --crimson: #ff003d;
  --blue-2: #08619cc9;
  --blue-3: #064168c9;
  --midnight-blue: #290a4be3;
  --purple: #4b0a39e3;
  --crimson-2: #ff003da1;
  --dark-slate-blue-2: #044977cf;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

p {
  margin-bottom: 10px;
}

.main-h1 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 0;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 40px;
}

.main-h1.add-top {
  margin-top: 15px;
}

.paragraph {
  float: none;
  color: #000;
  text-align: left;
  text-indent: 0;
  width: auto;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  font-family: PT Serif, serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  display: block;
}

.paragraph.centered {
  float: none;
  color: #000;
  text-align: center;
  text-indent: 0;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 15px;
  padding: 10px;
  font-family: PT Serif, serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.paragraph.centered.white {
  color: #000;
  text-align: left;
  text-indent: 0;
  flex: 1;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 30px;
  font-family: PT Serif, serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.paragraph.centered.white.padded {
  margin-top: 0;
  padding: 10px 30px 40px;
}

.paragraph.centered.italics {
  text-align: left;
  margin-bottom: 0;
  font-size: 18px;
  font-style: italic;
  line-height: 22px;
}

.paragraph.centered.adjust-6 {
  text-align: left;
  width: auto;
  margin-bottom: 0;
  padding-bottom: 0;
}

.paragraph.white {
  float: none;
  color: var(--white);
  background-color: #0000;
  width: 100%;
  font-family: PT Serif, serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  display: block;
}

.paragraph.adjust-8 {
  font-family: PT Serif, serif;
  font-size: 18px;
  line-height: 22px;
}

.h4 {
  font-family: neuzeit-grotesk, sans-serif;
}

.h4.centered {
  color: #000;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 5px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}

.h4.centered.light {
  color: #000;
  text-align: center;
  margin-top: 0;
  text-decoration: underline;
}

.white {
  background-color: #fff;
}

.dark-blue {
  background-color: #290a4b;
}

.navigator {
  text-align: center;
  background-color: #000;
  justify-content: space-around;
  width: auto;
  padding-top: 10px;
  padding-bottom: 5px;
  display: block;
}

.nav-link {
  float: left;
  color: #fff;
  text-transform: uppercase;
  padding: 20px 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  display: block;
}

.nav-link:hover {
  color: var(--nowsoft-blue);
}

.nav-link:focus {
  color: #f8ba3d;
  background-color: #0000;
}

.nav-link.w--current {
  float: left;
  text-align: center;
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.nav-link.w--current:hover {
  color: var(--nowsoft-blue);
}

.nav-link.w--current:focus {
  background-color: #fcf8f880;
}

.button {
  color: #094581;
  text-align: center;
  text-transform: uppercase;
  background-color: #f8ba3d;
  border: 2px solid #96680d;
  border-radius: 30px;
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 9px;
  padding-right: 15px;
  font-family: neuzeit-grotesk, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  display: block;
  box-shadow: 1px 1px 7px -1px #39f;
}

.button.centered {
  float: none;
  border-color: var(--black);
  color: var(--white);
  text-align: center;
  background-color: #4490fe;
  width: 60%;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  display: inline-block;
}

.button.centered.add56 {
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
}

.heading {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 40px;
}

.list-item {
  color: #000;
  text-align: left;
  padding: 15px;
  font-family: PT Serif, serif;
  font-size: 18px;
  line-height: 22px;
}

.body-3 {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.lft-etica {
  color: #000;
  text-align: center;
  margin-top: 0;
  padding: 0;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
}

.small-paragraph {
  color: #333;
  text-align: center;
  padding: 0 65px;
  font-family: neuzeit-grotesk, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.small-paragraph.light {
  color: #000;
  font-family: PT Serif, serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
}

.flex-wrapper {
  clear: none;
  background-color: #0000;
  border: 0 #0000;
  flex-wrap: wrap;
  flex: none;
  justify-content: space-around;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
}

.icon-link-block {
  background-color: #0000;
  flex: 0 auto;
  padding: 16px;
}

.icon-link-block:hover {
  background-color: #4695e4c9;
}

.icon-link-block:active, .icon-link-block:focus, .icon-link-block.w--current {
  background-color: #0000;
}

.icon-link-block.w--current:hover, .icon-link-block.w--current:visited {
  background-color: #4695e4c9;
}

.icon-link-block.dark-blue {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.icon-link-block.dark-blue:hover {
  background-color: #044977cf;
}

.icon-link-block.dark-blue.w--current {
  background-color: #2c8bebc9;
}

.icon-link-block.dark-blue.w--current:active {
  background-color: #044977cf;
}

.icon-link-block.fuschia {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.icon-link-block.fuschia:hover {
  background-color: #4b0a39e3;
}

.icon-link-block.fuschia.w--current {
  background-color: #03478dc9;
}

.icon-link-block.purple {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.icon-link-block.purple:hover {
  background-color: #440e80c4;
}

.icon-link-block.purple.w--current {
  background-color: #076cd3c9;
}

.icon-link-block.purple.w--current:hover {
  background-color: #290a4be3;
}

.icon-link-block.pink:hover {
  background-color: #ff003da1;
}

.icon-link-block.pink.w--current {
  background-color: #022a53c9;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.image-3, .image-4, .image-5, .image-6 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

._50-padded-div {
  text-align: center;
  margin-bottom: 0;
  padding: 40px 50px 0;
}

._50-padded-div.add55 {
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 40px;
}

._50-padded-div.minus-20 {
  padding-bottom: 15px;
}

._50-padded-div.add-bottom {
  padding-bottom: 40px;
}

.icon-holder {
  width: 75px;
  height: 75px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.icon-holder:hover {
  background-color: #0000;
}

.blue-gradient {
  text-align: center;
  background-color: #0000;
  background-image: linear-gradient(#4490fe 42%, #fff);
  width: auto;
}

.blue-gradient.adjust-28 {
  box-shadow: inset 0 0 8px #000;
}

.form-block {
  background-color: #1e3c68;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 25px 25px;
  display: block;
  box-shadow: 1px 1px 3px #000;
}

.div-block-19 {
  float: left;
  width: auto;
  margin-top: 0;
  padding: 10px;
}

.div-block-20 {
  padding-top: 30px;
}

.popup-modal {
  z-index: 5;
  background-color: #011725e3;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0;
}

.light-blue-tab-content {
  background-color: #4695e4c9;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
  display: block;
}

.image-8 {
  float: left;
  text-align: left;
  width: 100%;
  height: auto;
  padding: 26px;
  display: block;
}

.heading-5 {
  float: right;
  color: var(--black);
  text-align: center;
  width: 100%;
  margin-top: 0;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
}

.heading-5.white {
  float: none;
  color: var(--black);
  -webkit-text-stroke-color: var(--black);
  background-color: #0000;
  width: 100%;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
}

.white-section {
  background-color: #fcf8f8;
  padding-bottom: 40px;
  box-shadow: inset 0 0 8px #000;
}

.section-heading {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  margin: 10px 0 0;
  padding: 0;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
  display: block;
}

.section-heading.light {
  color: #000;
  flex: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
}

.section-heading.add18 {
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}

.centered-image {
  float: none;
  text-align: center;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 20px;
  display: block;
}

.dark-blue-tab-content {
  background-color: #2c8beb;
  width: 100%;
  margin: 0 auto;
  padding: 15px;
  display: block;
}

.tab-text {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
}

.pink-tab-content {
  background-color: #022a53;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
  display: block;
}

.fuschia-tab-content {
  text-align: center;
  background-color: #03478d;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
  display: block;
}

.purple-tab-content {
  text-align: center;
  background-color: #076cd3;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 16px 15px 15px;
  display: block;
}

.spacing-div {
  width: 75%;
}

.spacing-div.centered {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.purple-gradient {
  background-color: #0000;
  box-shadow: inset 0 0 8px #000;
}

.centered-list {
  color: #fcf8f8;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  font-family: etica-display, sans-serif;
  font-size: 44px;
  line-height: 50px;
  list-style-type: disc;
  display: block;
}

.centered-list.home-settings {
  width: 90%;
}

.colored-card {
  text-align: center;
  background-color: #0000;
  border: 3px solid #065baf;
  border-radius: 30px;
  height: 300px;
  margin-left: 30px;
  margin-right: 30px;
  padding-left: 0;
}

.colored-card.add38 {
  border-color: var(--black);
  height: auto;
}

.colored-card.add38.shape-chg {
  height: auto;
}

.colored-card.add39 {
  height: 320px;
}

.colored-card.add39.little-more {
  height: 310px;
}

.small-list-item {
  color: #333;
  text-align: left;
  font-family: neuzeit-grotesk, sans-serif;
  font-size: 20px;
  line-height: 45px;
}

.small-list-item.adjust-24 {
  color: var(--black);
  text-align: center;
  font-family: PT Serif, serif;
  font-size: 17px;
  line-height: 37px;
}

.footer-div {
  background-image: linear-gradient(#000 47% 98%, #094581);
}

.footer-row {
  background-color: #4490fe;
  padding: 30px 0 10px;
}

.footer-text {
  text-align: center;
  font-family: neuzeit-grotesk, sans-serif;
  font-size: 16px;
}

.footer-text.padded {
  color: #000;
  padding: 10px 25px;
  font-family: PT Serif, serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.social-link-div {
  float: left;
  flex: 1;
  padding: 5px 11px;
  display: block;
}

.social-link-div.main {
  float: none;
  justify-content: space-around;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.social-icon {
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.footer-link {
  color: #000;
  text-align: center;
  width: 100%;
  padding-bottom: 5px;
  padding-left: 0;
  padding-right: 0;
  font-family: PT Serif, serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  display: block;
}

.footer-link.w--current {
  text-align: center;
  padding-bottom: 5px;
  font-family: PT Serif, serif;
  font-weight: 400;
}

.main-content-container {
  background-color: #0000;
  width: 90%;
  margin: 0 auto;
  padding: 40px 20px 35px;
  display: block;
  position: static;
}

.main-content-container.add26 {
  padding-top: 0;
  padding-bottom: 10px;
}

.navbar {
  display: none;
}

.image-11 {
  text-align: left;
  width: 30%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10px;
  display: block;
}

.centered {
  text-align: center;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.heading-8 {
  color: #000;
  text-align: left;
  margin-bottom: 0;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}

.paragraph-6 {
  color: #000;
  text-align: left;
  font-family: PT Serif, serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.image-22 {
  border: 2px solid #000;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-23 {
  width: 28%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.heading-10 {
  color: #000;
  text-align: center;
  margin-top: 30px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-weight: 400;
}

.div-block-35 {
  width: 640px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-36 {
  padding-top: 15px;
}

.heading-12 {
  color: #fff;
  text-align: left;
  margin-top: 8px;
}

.heading-13 {
  color: #fff;
  margin-top: 15px;
}

.link-4 {
  color: #fff;
}

.heading-14 {
  color: #000;
  margin-top: 0;
  font-family: PT Serif, serif;
  font-weight: 400;
}

.heading-15 {
  color: #000;
  margin-top: 30px;
  margin-bottom: 0;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  text-decoration: underline;
}

.heading-15.no-top {
  margin-top: 0;
}

.paragraph-7 {
  color: #000;
  margin-bottom: 20px;
  font-family: PT Serif, serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.heading-16 {
  color: var(--white);
  margin-top: 34px;
  margin-bottom: 0;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 32px;
}

.div-block-38 {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.heading-17 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 32px;
  line-height: 36px;
}

.menu-div {
  float: none;
  clear: none;
  text-align: center;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: flex;
  position: static;
}

.paragraph-8 {
  color: #000;
  text-align: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  font-family: PT Serif, serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.paragraph-8.adjust-4 {
  padding-top: 0;
}

.columns {
  margin-top: 90px;
}

.image-29 {
  width: 80%;
  height: auto;
  padding-top: 0;
  padding-bottom: 10px;
}

.image-29.re-sized {
  width: 20%;
}

.image-30 {
  text-align: left;
  width: 80%;
  height: auto;
  padding-bottom: 10px;
}

.image-31 {
  width: auto;
  height: 25%;
  padding-bottom: 10px;
}

.image-32 {
  height: 25%;
}

.image-33 {
  width: 80%;
  height: auto;
  padding-bottom: 10px;
}

.image-34 {
  height: 25%;
  padding-bottom: 10px;
}

.button-2 {
  color: var(--white);
  background-color: #4490fe;
  border: 1px solid #000;
  border-radius: 50px;
  margin-top: 10px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
}

.button-2.add53 {
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
}

.link-5, .link-7 {
  color: #000;
}

.button-3 {
  color: var(--white);
  background-color: #4490fe;
  border: 2px solid #000;
  border-radius: 50px;
  margin-top: 0;
  padding: 10px 60px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
}

.paragraph-9 {
  color: var(--white);
  text-align: center;
  width: auto;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 30px;
  padding-left: 0;
  font-family: PT Serif, serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.div-block-40 {
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 15px;
}

.column-13 {
  text-align: center;
}

.paragraph-10 {
  color: var(--white);
  text-align: center;
  padding-top: 30px;
  padding-right: 0;
  font-family: PT Serif, serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.link-8 {
  color: #fcf8f8;
}

.column-14 {
  display: block;
}

.paragraph-11 {
  color: #000;
  text-align: left;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  font-family: PT Serif, serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.tab-link-tab-2 {
  background-color: #0000;
  padding: 9px 20px;
}

.tab-link-tab-2:hover {
  background-color: #4695e4c9;
}

.tab-link-tab-2.w--current {
  background-color: #0000;
  padding: 9px 20px;
}

.tab-link-tab-2.w--current:hover {
  background-color: #4695e4c9;
}

.tab-link-tab-4 {
  background-color: #0000;
  padding: 9px 20px;
}

.tab-link-tab-4:hover {
  background-color: #4695e4c9;
}

.tab-link-tab-4.w--current {
  background-color: #0000;
  padding: 16px;
}

.tab-link-tab-4.w--current:hover {
  background-color: #4695e4c9;
}

.tab-link-tab-5 {
  background-color: #0000;
  padding: 9px 20px;
}

.tab-link-tab-5:hover {
  background-color: #4695e4c9;
}

.tab-link-tab-5.w--current {
  background-color: #0000;
  padding: 9px 20px;
}

.tab-link-tab-5.w--current:hover {
  background-color: #4695e4c9;
}

.columns-2 {
  margin-top: 40px;
  margin-bottom: 0;
  padding-bottom: 0;
}

.div-block-44 {
  text-align: center;
  width: 90%;
  margin: 0 auto 30px;
}

.paragraph-12 {
  color: #000;
  text-align: left;
  margin-top: 10px;
  font-family: PT Serif, serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.button-5 {
  color: var(--white);
  background-color: #4490fe;
  border: 1px solid #000;
  border-radius: 50px;
  margin-top: 10px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
}

.button-6 {
  color: var(--white);
  text-align: center;
  background-color: #4490fe;
  border: 1px solid #000;
  border-radius: 50px;
  margin-top: 23px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
}

.div-block-45 {
  text-align: center;
  width: 90%;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-46 {
  text-align: left;
  width: auto;
  margin-left: 0;
  margin-right: 0;
}

.div-block-47 {
  text-align: center;
  width: 100%;
  height: auto;
  margin-left: 0;
  margin-right: 0;
}

.heading-21 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-weight: 400;
}

.div-block-51 {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.heading-22 {
  color: #000;
  text-align: center;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
}

.paragraph-14, .list-item-2 {
  color: #000;
  text-align: left;
  font-family: PT Serif, serif;
  font-size: 18px;
  line-height: 22px;
}

.div-block-52 {
  width: 90%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 20px;
}

.div-block-53 {
  float: none;
  text-align: center;
  width: 90%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.heading-23 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-weight: 400;
  line-height: 36px;
}

.div-block-54 {
  text-align: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.heading-27 {
  color: #000;
  text-align: center;
  margin-top: 0;
  padding-top: 0;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 40px;
}

.div-block-62 {
  text-align: center;
  width: auto;
  margin: 0;
  padding-top: 0;
}

.paragraph-19 {
  color: #000;
  text-align: left;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: PT Serif, serif;
  font-size: 18px;
  line-height: 22px;
}

.paragraph-19.adjust-5 {
  text-align: left;
  font-family: PT Serif, serif;
  font-size: 18px;
  line-height: 22px;
}

.button-8 {
  color: var(--white);
  background-color: #4490fe;
  border: 1px solid #000;
  border-radius: 50px;
  padding-top: 9px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
}

.div-block-65 {
  text-align: center;
  width: 90%;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}

.image-39 {
  width: 65%;
  height: 100%;
}

.div-block-66 {
  background-color: #0000;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-20 {
  color: #000;
  text-align: left;
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  font-family: PT Serif, serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  display: block;
}

.link-9 {
  color: #000;
}

.div-block-67 {
  background-color: #0000;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-block-68 {
  background-color: #0000;
  width: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-block-69 {
  background-color: #0000;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-block-70 {
  background-color: #0000;
  width: auto;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-block-71 {
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5px;
}

.column-16 {
  margin-bottom: 0;
}

.column-17 {
  text-align: left;
}

.div-block-72 {
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
}

.div-block-73 {
  margin-top: 0;
  padding-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
}

.div-block-74 {
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5px;
}

.div-block-76 {
  text-align: center;
  width: auto;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
}

.div-block-77 {
  padding-top: 10px;
}

.button-9 {
  color: var(--white);
  background-color: #4490fe;
  border: 1px solid #000;
  border-radius: 50px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
}

.paragraph-27 {
  color: #000;
  text-align: left;
  margin-top: 0;
  margin-bottom: 25px;
  padding-top: 10px;
  font-family: PT Serif, serif;
  font-size: 18px;
  line-height: 22px;
}

.button-10, .button-11 {
  color: var(--white);
  background-color: #4490fe;
  border: 1px solid #000;
  border-radius: 50px;
  margin-top: 10px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
}

.button-12 {
  color: var(--white);
  background-color: #4490fe;
  border: 1px solid #000;
  border-radius: 50px;
  margin-top: 0;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
}

.button-12.add-top.add-more-top.even-more, .button-12.add-top.add-more-top.one-more {
  margin-top: 10px;
}

.button-12.neg-top {
  margin-top: -10px;
}

.button-12.top-10 {
  background-color: var(--black);
  margin-top: 15px;
  margin-bottom: 15px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 24px;
}

.dropdown-toggle-4 {
  color: var(--white);
  padding: 25px 15px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.dropdown-toggle-4:hover {
  color: var(--nowsoft-blue);
}

.text-block-7 {
  color: #fff;
  padding-right: 15px;
}

.text-block-7:hover {
  color: var(--nowsoft-blue);
}

.dropdown-link-8 {
  color: #fff;
  background-color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.dropdown-link-8:hover {
  color: #f8ba3d;
}

.dropdown-link-8.w--current {
  color: var(--white);
}

.dropdown-link-9 {
  color: #fff;
  background-color: #000;
  font-size: 16px;
  font-weight: 400;
  display: block;
}

.dropdown-link-9:hover {
  color: #f8ba3d;
}

.dropdown-link-9.w--current {
  color: var(--white);
}

.dropdown-link-10 {
  color: #fff;
  background-color: #000;
  font-size: 16px;
  font-weight: 400;
}

.dropdown-link-10:hover {
  color: #f8ba3d;
}

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

.dropdown-list-2.w--open {
  color: #fff;
  background-color: #000;
  border: 1px solid #fff;
}

.text-block-8, .icon-6 {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.icon-7 {
  color: #fff;
  margin-right: 10px;
}

.dropdown-2 {
  float: left;
  margin-left: 0;
  margin-right: 0;
  display: inline-block;
}

.dropdown-link-11 {
  color: #fff;
  background-color: #000;
  font-size: 16px;
  font-weight: 400;
}

.dropdown-link-11:hover {
  color: #f8ba3d;
}

.dropdown-link-12 {
  color: #fff;
  background-color: #000;
  font-size: 16px;
  font-weight: 400;
}

.dropdown-link-12:hover {
  color: #f8ba3d;
}

.dropdown-link-13 {
  color: #fff;
  background-color: #000;
  font-size: 16px;
  font-weight: 400;
}

.dropdown-link-13:hover {
  color: #f8ba3d;
}

.dropdown-list-3 {
  border: 1px solid #fff;
}

.image-44 {
  width: 28%;
}

.column-18 {
  text-align: center;
}

.columns-7 {
  width: auto;
  height: auto;
}

.div-block-83 {
  width: 90%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
}

.div-block-83.no-top {
  padding-top: 0;
}

.heading-29 {
  color: #000;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-weight: 400;
}

.heading-29.delete-top-10, .heading-29.center {
  margin-top: 0;
}

.image-45 {
  border: 1px solid #000;
}

.image-46 {
  border: 1px solid #000;
  margin-top: 0;
}

.div-block-84 {
  margin-top: 20px;
}

.heading-30 {
  color: #000;
  text-align: center;
  margin-top: 60px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-weight: 400;
}

.paragraph-28 {
  color: #000;
  text-align: left;
  font-family: PT Serif, serif;
  font-size: 18px;
  line-height: 22px;
}

.bold-text {
  text-align: center;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 24px;
  line-height: 28px;
}

.columns-8 {
  padding-top: 20px;
}

.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;
}

.div-block-86 {
  background-color: #fcf8f8;
  padding-top: 30px;
  padding-bottom: 20px;
  box-shadow: inset 0 0 8px #000;
}

.heading-33 {
  color: var(--black);
  margin-top: 0;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
}

.heading-34 {
  color: var(--black);
  margin-top: 0;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 40px;
}

.link-11 {
  color: var(--white);
}

.image-48 {
  width: 100.07%;
  padding: 10px;
}

.paragraph-29 {
  color: var(--black);
  text-align: center;
  margin-bottom: 20px;
  font-family: PT Serif, serif;
  font-size: 18px;
  line-height: 22px;
}

.div-block-91 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.heading-37 {
  color: var(--black);
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-weight: 400;
}

.button-13 {
  color: var(--white);
  background-color: #4490fe;
  border: 1px solid #000;
  border-radius: 20px;
  margin-top: 10px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 20px;
}

.button-14 {
  color: var(--white);
  border: 1px solid #000;
  border-radius: 20px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 20px;
}

.column-27 {
  margin-top: 0;
}

.tab-link-tab-3 {
  background-color: #0000;
  padding-left: 20px;
  padding-right: 20px;
}

.tab-link-tab-3:hover {
  background-color: #4695e4c9;
}

.tab-link-tab-3.w--current {
  background-color: #0000;
}

.tab-link-tab-3.w--current:hover {
  background-color: #4695e4c9;
}

.tab-link-tab-1 {
  background-color: #0000;
  padding-left: 20px;
  padding-right: 20px;
}

.tab-link-tab-1:hover {
  background-color: #4695e4c9;
}

.tab-link-tab-1.w--current {
  background-color: #0000;
}

.tab-link-tab-1.w--current:hover {
  background-color: #4695e4c9;
}

.header-logo {
  width: 15%;
  height: 15%;
}

.header-logo-div {
  text-align: center;
  width: 30%;
  margin-left: auto;
  margin-right: auto;
}

.header-paragraph {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 0;
  font-family: PT Serif, serif;
  font-size: 30px;
  line-height: 30px;
}

._404-div {
  text-align: center;
  padding-top: 0;
}

.contents-div {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 140px;
}

.heading-44 {
  color: var(--black);
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 40px;
  line-height: 44px;
}

.text-block-12 {
  color: var(--black);
  padding-left: 10px;
  padding-right: 10px;
  font-size: 18px;
  line-height: 22px;
}

.text-span, .image-49 {
  font-family: PT Serif, serif;
}

.div-block-62a, .div-block-85a {
  display: none;
}

.link-12 {
  color: #000;
}

.link-13 {
  color: #081ec5;
}

.services-div {
  padding-bottom: 40px;
}

.image-51 {
  display: block;
}

@media screen and (min-width: 1280px) {
  .main-h1 {
    font-size: 40px;
    line-height: 44px;
  }

  .paragraph {
    font-size: 22px;
    line-height: 28px;
  }

  .paragraph.centered {
    margin-top: 0;
    margin-bottom: 10px;
    padding-top: 0;
    font-size: 22px;
    line-height: 26px;
  }

  .paragraph.centered.white {
    padding-top: 10px;
    padding-bottom: 40px;
    font-size: 22px;
    line-height: 26px;
  }

  .paragraph.centered.italics, .paragraph.centered.adjust-6 {
    margin-bottom: 0;
    font-size: 22px;
    line-height: 26px;
  }

  .paragraph.adjust-8 {
    font-size: 22px;
    line-height: 26px;
  }

  .h4.centered {
    font-size: 28px;
    font-weight: 700;
    line-height: 32px;
  }

  .h4.centered.light.adjust-25 {
    font-size: 28px;
    line-height: 32px;
  }

  .nav-link, .nav-link.w--current {
    font-size: 20px;
    line-height: 24px;
  }

  .button.centered, .button.centered.add56 {
    font-size: 24px;
    line-height: 24px;
  }

  .heading {
    font-size: 42px;
    font-weight: 400;
    line-height: 46px;
  }

  .list-item {
    font-size: 22px;
    line-height: 26px;
  }

  .lft-etica {
    font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
    font-size: 36px;
    font-weight: 400;
    line-height: 40px;
  }

  .small-paragraph.light {
    font-family: PT Serif, serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
  }

  ._50-padded-div {
    margin-bottom: 40px;
  }

  ._50-padded-div.add55 {
    padding-top: 0;
    padding-bottom: 45px;
  }

  ._50-padded-div.add55.add-pad-top {
    padding-top: 20px;
  }

  .heading-5, .heading-5.white {
    font-size: 28px;
    line-height: 32px;
  }

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

  .section-heading {
    font-size: 36px;
    line-height: 40px;
  }

  .section-heading.light, .section-heading.add18 {
    font-size: 28px;
    line-height: 32px;
  }

  .centered-image {
    width: 20%;
  }

  .tab-text {
    font-size: 22px;
    line-height: 22px;
  }

  .colored-card {
    border-color: #065baf;
    height: 300px;
  }

  .colored-card.add38 {
    height: auto;
  }

  .colored-card.add39 {
    height: 350px;
  }

  .colored-card.add39.little-more {
    height: 360px;
  }

  .small-list-item.adjust-24 {
    font-size: 21px;
    line-height: 41px;
  }

  .footer-text.padded, .footer-link, .footer-link.w--current {
    font-size: 22px;
    line-height: 28px;
  }

  .heading-8 {
    font-size: 28px;
    line-height: 32px;
  }

  .paragraph-6 {
    font-size: 22px;
    line-height: 26px;
  }

  .heading-10 {
    font-size: 36px;
    line-height: 40px;
  }

  .heading-14 {
    font-size: 22px;
    line-height: 28px;
  }

  .heading-15 {
    font-size: 28px;
    line-height: 34px;
  }

  .paragraph-7 {
    font-size: 22px;
    line-height: 28px;
  }

  .heading-16 {
    margin-top: 45px;
    font-size: 32px;
    line-height: 36px;
  }

  .heading-17 {
    font-size: 36px;
    line-height: 40px;
  }

  .paragraph-8 {
    font-size: 22px;
    line-height: 26px;
  }

  .image-29.re-sized {
    width: 20%;
  }

  .button-2 {
    font-size: 24px;
    line-height: 24px;
  }

  .button-3 {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 24px;
    line-height: 24px;
  }

  .paragraph-9, .paragraph-10, .paragraph-11, .paragraph-12 {
    font-size: 22px;
    line-height: 26px;
  }

  .button-5 {
    font-size: 24px;
    line-height: 24px;
  }

  .button-6 {
    margin-top: 0;
    font-size: 22px;
    line-height: 22px;
  }

  .div-block-46 {
    text-align: left;
    width: auto;
  }

  .heading-21, .heading-22 {
    font-size: 36px;
    line-height: 40px;
  }

  .paragraph-14, .list-item-2 {
    font-size: 22px;
    line-height: 26px;
  }

  .div-block-53 {
    padding-bottom: 0;
  }

  .heading-23 {
    font-size: 36px;
    line-height: 40px;
  }

  .heading-27 {
    font-size: 42px;
    line-height: 46px;
  }

  .div-block-62 {
    margin-top: 0;
    padding-top: 0;
  }

  .paragraph-19, .paragraph-19.adjust-5 {
    font-size: 22px;
    line-height: 26px;
  }

  .button-8 {
    font-size: 24px;
    line-height: 24px;
  }

  .paragraph-20 {
    font-size: 22px;
    line-height: 26px;
  }

  .button-9 {
    font-size: 24px;
    line-height: 24px;
  }

  .paragraph-27 {
    font-size: 22px;
    line-height: 26px;
  }

  .button-12.add-top {
    margin-top: 15px;
  }

  .button-12.add-top.additional-top {
    margin-top: 40px;
    font-size: 24px;
    line-height: 24px;
  }

  .button-12.add-top.add-more-top {
    font-size: 24px;
    line-height: 24px;
  }

  .button-12.top-10 {
    font-size: 24px;
    line-height: 28px;
  }

  .text-block-7 {
    font-size: 20px;
    line-height: 24px;
  }

  .heading-29 {
    font-size: 36px;
    line-height: 40px;
  }

  .image-46 {
    margin-top: 0;
  }

  .heading-30 {
    font-size: 36px;
    line-height: 40px;
  }

  .paragraph-28 {
    font-size: 22px;
    line-height: 26px;
  }

  .bold-text {
    font-size: 28px;
    line-height: 32px;
  }

  .heading-33 {
    margin-top: 0;
    font-size: 36px;
    line-height: 40px;
  }

  .heading-34 {
    font-size: 42px;
    line-height: 46px;
  }

  .paragraph-29 {
    font-size: 22px;
    line-height: 26px;
  }

  .heading-37 {
    font-size: 36px;
    line-height: 40px;
  }

  .button-14 {
    font-size: 24px;
    line-height: 24px;
  }

  .header-paragraph {
    font-size: 34px;
    line-height: 34px;
  }

  .heading-44 {
    font-size: 44px;
    line-height: 48px;
  }

  .text-block-12 {
    font-size: 22px;
    line-height: 26px;
  }
}

@media screen and (min-width: 1440px) {
  .main-h1 {
    font-size: 44px;
    line-height: 48px;
  }

  .paragraph {
    font-size: 26px;
    line-height: 32px;
  }

  .paragraph.centered, .paragraph.centered.white, .paragraph.centered.italics, .paragraph.centered.adjust-6 {
    font-size: 26px;
    line-height: 30px;
  }

  .paragraph.white {
    font-size: 20px;
    line-height: 24px;
  }

  .paragraph.adjust-8 {
    margin-bottom: 25px;
    margin-left: 0;
    margin-right: 0;
    font-size: 26px;
    line-height: 30px;
  }

  .h4.centered {
    font-size: 32px;
    font-weight: 700;
    line-height: 36px;
  }

  .h4.centered.light.adjust-25 {
    font-size: 32px;
    line-height: 36px;
  }

  .nav-link, .nav-link.w--current {
    font-size: 24px;
    line-height: 28px;
  }

  .button.centered, .button.centered.add56 {
    font-size: 28px;
    line-height: 28px;
  }

  .heading {
    font-size: 50px;
    font-weight: 400;
    line-height: 54px;
  }

  .list-item {
    font-size: 26px;
    line-height: 30px;
  }

  .lft-etica {
    font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
    font-size: 42px;
    font-weight: 400;
    line-height: 46px;
  }

  .small-paragraph.light {
    font-family: PT Serif, serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 34px;
  }

  .heading-5, .heading-5.white {
    font-size: 32px;
    line-height: 36px;
  }

  .section-heading {
    font-size: 40px;
    line-height: 44px;
  }

  .section-heading.light, .section-heading.add18 {
    font-size: 32px;
    line-height: 36px;
  }

  .centered-image {
    width: 20%;
  }

  .tab-text {
    font-size: 26px;
    line-height: 26px;
  }

  .centered-list {
    padding-left: 30px;
  }

  .colored-card {
    border-color: #065baf;
    height: 350px;
  }

  .colored-card.add25.add-top {
    margin-top: 20px;
  }

  .colored-card.add38 {
    height: auto;
  }

  .colored-card.add39, .colored-card.add39.little-more {
    height: 380px;
  }

  .small-list-item.adjust-24 {
    font-size: 26px;
    line-height: 46px;
  }

  .footer-text.padded, .footer-link, .footer-link.w--current {
    font-size: 26px;
    line-height: 32px;
  }

  .heading-8 {
    font-size: 32px;
    line-height: 36px;
  }

  .paragraph-6 {
    font-size: 26px;
    line-height: 30px;
  }

  .heading-10 {
    font-size: 40px;
    line-height: 44px;
  }

  .heading-14 {
    font-size: 26px;
    line-height: 32px;
  }

  .heading-15 {
    font-size: 32px;
    line-height: 38px;
  }

  .paragraph-7 {
    font-size: 26px;
    line-height: 32px;
  }

  .heading-16 {
    color: var(--white);
    margin-top: 50px;
    margin-bottom: 15px;
    font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
    font-size: 36px;
    font-weight: 400;
    line-height: 40px;
  }

  .heading-17 {
    font-size: 40px;
    line-height: 44px;
  }

  .paragraph-8 {
    font-size: 26px;
    line-height: 30px;
  }

  .image-29.re-sized {
    width: 18%;
  }

  .button-2 {
    font-size: 28px;
    line-height: 28px;
  }

  .button-2.add53 {
    margin-top: 35px;
  }

  .button-3 {
    color: var(--white);
    margin-top: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-family: neuzeit-grotesk, sans-serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 28px;
  }

  .paragraph-9, .paragraph-10, .paragraph-11, .paragraph-12 {
    font-size: 26px;
    line-height: 30px;
  }

  .button-5 {
    font-size: 28px;
    line-height: 28px;
  }

  .button-6 {
    margin-top: -10px;
    margin-bottom: 0;
    font-size: 26px;
    line-height: 26px;
  }

  .div-block-45 {
    margin-top: 65px;
  }

  .heading-21, .heading-22 {
    font-size: 40px;
    line-height: 44px;
  }

  .paragraph-14, .list-item-2 {
    font-size: 26px;
    line-height: 30px;
  }

  .heading-23 {
    font-size: 40px;
    line-height: 44px;
  }

  .heading-27 {
    font-size: 50px;
    line-height: 54px;
  }

  .div-block-62 {
    padding-top: 0;
  }

  .paragraph-19, .paragraph-19.adjust-5 {
    font-size: 26px;
    line-height: 30px;
  }

  .button-8 {
    font-size: 28px;
    line-height: 28px;
  }

  .paragraph-20 {
    font-size: 26px;
    line-height: 30px;
  }

  .button-9 {
    font-size: 28px;
    line-height: 28px;
  }

  .paragraph-27 {
    font-size: 26px;
    line-height: 30px;
  }

  .button-12.add-top {
    margin-top: 0;
  }

  .button-12.add-top.additional-top {
    font-size: 28px;
    line-height: 28px;
  }

  .button-12.add-top.add-more-top {
    margin-top: 11px;
    font-size: 28px;
    line-height: 28px;
  }

  .button-12.add-top.add-more-top.one-more {
    margin-top: 40px;
  }

  .button-12.top-10 {
    font-size: 28px;
    line-height: 32px;
  }

  .text-block-7 {
    font-size: 24px;
    line-height: 28px;
  }

  .heading-29, .heading-30 {
    font-size: 40px;
    line-height: 44px;
  }

  .paragraph-28 {
    font-size: 26px;
    line-height: 30px;
  }

  .div-block-85 {
    margin-top: 0;
    padding-top: 0;
  }

  .bold-text {
    font-size: 32px;
    line-height: 36px;
  }

  .div-block-87 {
    padding-bottom: 10px;
  }

  .heading-33 {
    color: var(--black);
    margin-top: 0;
    font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
    font-size: 40px;
    font-weight: 400;
    line-height: 44px;
  }

  .heading-34 {
    font-size: 50px;
    line-height: 54px;
  }

  .paragraph-29 {
    font-size: 26px;
    line-height: 30px;
  }

  .heading-37 {
    font-size: 40px;
    line-height: 44px;
  }

  .button-14 {
    font-size: 28px;
    line-height: 28px;
  }

  .header-paragraph {
    font-size: 38px;
    line-height: 38px;
  }

  .heading-44 {
    font-size: 48px;
    line-height: 52px;
  }

  .text-block-12 {
    font-size: 26px;
    line-height: 30px;
  }
}

@media screen and (min-width: 1920px) {
  .main-h1 {
    font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
    font-size: 52px;
    font-weight: 400;
    line-height: 56px;
  }

  .paragraph {
    font-family: PT Serif, serif;
    font-size: 30px;
    line-height: 36px;
  }

  .paragraph.centered {
    margin-top: 0;
    margin-bottom: 20px;
    font-family: PT Serif, serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 34px;
  }

  .paragraph.centered.white {
    font-family: PT Serif, serif;
    font-size: 30px;
    line-height: 34px;
  }

  .paragraph.centered.italics {
    font-size: 30px;
    font-weight: 400;
    line-height: 34px;
  }

  .paragraph.centered.adjust-6 {
    font-size: 30px;
    line-height: 34px;
  }

  .paragraph.white {
    color: var(--white);
    font-family: PT Serif, serif;
    font-size: 22px;
    line-height: 28px;
  }

  .paragraph.adjust-8 {
    font-size: 30px;
    line-height: 34px;
  }

  .h4.centered {
    font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 40px;
  }

  .h4.centered.light.adjust-25 {
    font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
    font-size: 36px;
    font-weight: 400;
    line-height: 40px;
  }

  .navigator {
    padding-bottom: 10px;
  }

  .nav-link, .nav-link.w--current {
    font-size: 28px;
    line-height: 32px;
  }

  .button.centered {
    border-color: var(--black);
    color: var(--white);
    padding-top: 15px;
    padding-bottom: 15px;
    font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
    font-size: 32px;
    font-weight: 400;
    line-height: 32px;
  }

  .button.centered.add56 {
    font-size: 32px;
    font-weight: 400;
    line-height: 32px;
  }

  .heading {
    font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
    font-size: 60px;
    font-weight: 400;
    line-height: 64px;
  }

  .list-item {
    font-family: PT Serif, serif;
    font-size: 30px;
    line-height: 34px;
  }

  .body-3 {
    background-image: none;
  }

  .lft-etica {
    font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
    font-size: 52px;
    font-weight: 400;
    line-height: 56px;
  }

  .small-paragraph.light {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: PT Serif, serif;
    font-size: 32px;
    font-weight: 400;
    line-height: 38px;
  }

  ._50-padded-div.add55 {
    padding-bottom: 50px;
  }

  .blue-gradient {
    background-image: linear-gradient(#4490fe 42%, #fff);
  }

  .heading-5 {
    font-size: 36px;
    line-height: 40px;
  }

  .heading-5.white {
    color: var(--white);
    font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
    font-size: 36px;
    line-height: 40px;
  }

  .section-heading {
    font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
    font-size: 48px;
    font-weight: 400;
    line-height: 52px;
  }

  .section-heading.light {
    margin-top: 20px;
    font-size: 36px;
    font-weight: 400;
    line-height: 40px;
  }

  .section-heading.add18 {
    font-size: 36px;
    line-height: 40px;
    text-decoration: none;
  }

  .centered-image {
    width: 20%;
  }

  .tab-text {
    font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
  }

  .centered-list {
    padding-left: 40px;
  }

  .colored-card {
    border-color: #065baf;
    height: 400px;
  }

  .colored-card.add25 {
    height: 340px;
  }

  .colored-card.add25.add-top {
    margin-top: 40px;
  }

  .colored-card.add38 {
    border-color: var(--black);
    height: auto;
  }

  .colored-card.add39 {
    height: 390px;
  }

  .colored-card.add39.little-more {
    height: 400px;
  }

  .small-list-item.adjust-24 {
    color: var(--black);
    font-family: PT Serif, serif;
    font-size: 30px;
    line-height: 50px;
  }

  .footer-text.padded {
    font-family: PT Serif, serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
  }

  .footer-link, .footer-link.w--current {
    font-family: PT Serif, serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 36px;
  }

  .heading-8 {
    font-size: 36px;
    line-height: 40px;
  }

  .paragraph-6 {
    font-size: 30px;
    line-height: 34px;
  }

  .heading-10 {
    font-size: 48px;
    line-height: 52px;
  }

  .heading-14 {
    margin-top: 10px;
    font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 36px;
  }

  .heading-15 {
    font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
    font-size: 36px;
    font-weight: 400;
    line-height: 42px;
  }

  .paragraph-7 {
    font-family: PT Serif, serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 36px;
  }

  .heading-16 {
    margin-top: 80px;
    margin-bottom: 10px;
    font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
    font-size: 44px;
    font-weight: 400;
    line-height: 48px;
  }

  .heading-17 {
    font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
    font-size: 48px;
    line-height: 52px;
  }

  .menu-div {
    margin-left: auto;
  }

  .paragraph-8 {
    font-size: 30px;
    line-height: 34px;
  }

  .image-29.re-sized {
    width: 12%;
  }

  .button-2 {
    font-size: 32px;
    font-weight: 400;
    line-height: 32px;
  }

  .button-2.add53 {
    margin-top: 10px;
  }

  .button-3 {
    color: #fff;
    margin-top: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: neuzeit-grotesk, sans-serif;
    font-size: 32px;
    font-weight: 400;
    line-height: 32px;
  }

  .paragraph-9, .paragraph-10 {
    font-family: PT Serif, serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 34px;
  }

  .paragraph-11 {
    font-family: PT Serif, serif;
    font-size: 30px;
    line-height: 34px;
  }

  .div-block-44 {
    margin-bottom: 40px;
  }

  .paragraph-12 {
    margin-top: 15px;
    font-family: PT Serif, serif;
    font-size: 30px;
    line-height: 34px;
  }

  .button-5 {
    color: var(--white);
    padding: 15px 20px;
    font-family: PT Serif, serif;
    font-size: 32px;
    font-weight: 400;
    line-height: 32px;
  }

  .button-6 {
    color: var(--white);
    margin-top: -20px;
    padding: 15px 20px;
    font-family: PT Serif, serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 30px;
  }

  .div-block-45 {
    margin-top: 40px;
  }

  .heading-21, .heading-22 {
    font-size: 48px;
    line-height: 52px;
  }

  .paragraph-14, .list-item-2 {
    font-size: 30px;
    line-height: 34px;
  }

  .heading-23 {
    font-size: 48px;
    line-height: 52px;
  }

  .heading-27 {
    font-size: 60px;
    line-height: 64px;
  }

  .div-block-62 {
    padding-top: 0;
  }

  .paragraph-19, .paragraph-19.adjust-5 {
    font-size: 30px;
    line-height: 34px;
  }

  .button-8 {
    font-size: 32px;
    font-weight: 400;
    line-height: 32px;
  }

  .paragraph-20 {
    font-size: 30px;
    line-height: 34px;
  }

  .button-9 {
    font-size: 32px;
    font-weight: 400;
    line-height: 32px;
  }

  .paragraph-27 {
    font-size: 30px;
    line-height: 34px;
  }

  .button-10, .button-11, .button-12 {
    font-weight: 700;
  }

  .button-12.add-top.additional-top {
    margin-top: 45px;
    font-size: 32px;
    font-weight: 400;
    line-height: 32px;
  }

  .button-12.add-top.add-more-top {
    font-size: 32px;
    font-weight: 400;
    line-height: 32px;
  }

  .button-12.add-top.add-more-top.even-more, .button-12.add-top.add-more-top.one-more {
    margin-top: 45px;
  }

  .button-12.top-10 {
    margin-top: 20px;
    font-size: 32px;
    font-weight: 400;
    line-height: 36px;
  }

  .dropdown-toggle-4 {
    font-size: 20px;
  }

  .text-block-7 {
    font-size: 28px;
    line-height: 32px;
  }

  .icon-7:hover {
    color: var(--nowsoft-blue);
  }

  .heading-29, .heading-30 {
    font-size: 48px;
    line-height: 52px;
  }

  .paragraph-28 {
    font-size: 30px;
    line-height: 34px;
  }

  .div-block-85 {
    margin-top: 0;
    padding-top: 0;
  }

  .bold-text {
    font-size: 36px;
    line-height: 40px;
  }

  .heading-33 {
    color: var(--black);
    font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
    font-size: 48px;
    line-height: 52px;
  }

  .heading-34 {
    font-size: 60px;
    line-height: 64px;
  }

  .div-block-89 {
    padding-top: 20px;
  }

  .paragraph-29 {
    font-size: 30px;
    line-height: 34px;
  }

  .div-block-91 {
    padding-bottom: 60px;
  }

  .heading-37 {
    font-size: 48px;
    line-height: 52px;
  }

  .button-13 {
    font-weight: 700;
  }

  .button-14 {
    font-size: 32px;
    font-weight: 400;
    line-height: 32px;
  }

  .header-paragraph {
    font-size: 42px;
    line-height: 42px;
  }

  .heading-44 {
    font-size: 52px;
    line-height: 56px;
  }

  .text-block-12 {
    font-size: 30px;
    line-height: 34px;
  }
}

@media screen and (max-width: 991px) {
  .main-h1 {
    margin-top: 0;
    margin-bottom: 20px;
    padding-top: 0;
    font-size: 36px;
    line-height: 40px;
  }

  .paragraph {
    width: 100%;
    margin-top: 0;
    margin-bottom: 20px;
    padding-top: 10px;
  }

  .paragraph.centered {
    color: #000;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 22px;
  }

  .paragraph.centered.white {
    margin: 0 auto;
    padding-left: 0;
    font-size: 18px;
    line-height: 22px;
  }

  .paragraph.centered.white.padded {
    margin-bottom: 0;
    padding-top: 10px;
  }

  .paragraph.centered.italics {
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
  }

  .paragraph.centered.adjust-6 {
    text-align: left;
    width: auto;
    font-size: 18px;
    line-height: 22px;
  }

  .paragraph.white {
    width: 100%;
    font-size: 16px;
    line-height: 20px;
  }

  .paragraph.adjust-8 {
    font-size: 18px;
    line-height: 22px;
  }

  .h4.centered {
    margin-top: 0;
    font-size: 22px;
    line-height: 26px;
  }

  .navigator {
    display: none;
  }

  .nav-link, .nav-link.w--current {
    padding-left: 15px;
    padding-right: 15px;
  }

  .button {
    margin-top: 5px;
  }

  .button.centered {
    width: 80%;
    font-size: 20px;
    line-height: 20px;
  }

  .button.centered.add56 {
    width: 70%;
    font-size: 18px;
    line-height: 18px;
  }

  .heading {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 36px;
    line-height: 40px;
  }

  .list-item {
    text-align: left;
    font-size: 18px;
    line-height: 22px;
  }

  .lft-etica {
    margin-bottom: 0;
    font-size: 30px;
    line-height: 34px;
  }

  .small-paragraph.light {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
  }

  ._50-padded-div {
    margin-top: 0;
    padding: 40px 20px 20px;
  }

  ._50-padded-div.minus-20 {
    padding-top: 40px;
  }

  .form-block {
    width: 80%;
  }

  .popup-modal {
    display: none;
  }

  .light-blue-tab-content, .image-8, .heading-5 {
    width: 100%;
  }

  .heading-5.white {
    width: 100%;
    font-size: 24px;
    line-height: 28px;
  }

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

  .section-heading {
    color: #000;
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 30px;
    line-height: 34px;
  }

  .section-heading.light {
    text-align: center;
    margin-top: 15px;
    padding-left: 0;
    font-size: 24px;
    line-height: 28px;
  }

  .centered-image {
    width: 60%;
    margin-top: 0;
    padding-top: 0;
  }

  .dark-blue-tab-content, .pink-tab-content {
    width: 100%;
  }

  .fuschia-tab-content, .purple-tab-content {
    width: 100%;
    padding-left: 15px;
  }

  .spacing-div.centered {
    width: 100%;
    padding-bottom: 10px;
  }

  .centered-list {
    width: 35%;
  }

  .centered-list.home-settings {
    width: 90%;
  }

  .colored-card {
    height: 340px;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
  }

  .colored-card.add38, .colored-card.add38.shape-chg {
    height: auto;
  }

  .colored-card.add39 {
    height: 350px;
  }

  .small-list-item {
    color: #000;
    text-align: left;
    font-size: 16px;
    font-weight: 700;
    line-height: 50px;
  }

  .small-list-item.adjust-24 {
    font-size: 18px;
    font-weight: 400;
    line-height: 38px;
  }

  .footer-text.padded {
    font-size: 13px;
  }

  .social-link-div {
    flex-grow: 1;
    flex-basis: 50%;
  }

  .social-link-div.main {
    flex-flow: row;
    place-content: stretch space-around;
    align-items: stretch;
  }

  .social-icon {
    width: 140%;
    max-width: none;
  }

  .footer-link {
    padding-left: 0;
    font-size: 16px;
  }

  .footer-link.w--current {
    padding-left: 0;
  }

  .main-content-container {
    width: 96%;
    margin-top: 0;
  }

  .navbar {
    background-color: #000;
    display: block;
  }

  .brand {
    padding-top: 20px;
  }

  .icon-2 {
    color: #fff;
    text-align: center;
  }

  .text-block-3 {
    color: #fff;
  }

  .nav-menu {
    border: 1px solid var(--white);
    color: var(--white);
    background-color: #000;
    width: 25%;
    padding-right: 0;
    position: absolute;
    left: auto;
  }

  .mobile-nav-link {
    color: var(--white);
    text-align: center;
    font-size: 16px;
    display: block;
  }

  .mobile-nav-link:hover {
    color: var(--nowsoft-blue);
  }

  .mobile-nav-link.w--current {
    color: #fcf8f8;
    font-size: 18px;
  }

  .mobile-nav-link.w--current:hover {
    color: var(--nowsoft-blue);
  }

  .mobile-nav-button {
    border: 1px solid #fff;
    margin-top: 10px;
    padding-top: 18px;
    padding-bottom: 20px;
  }

  .mobile-nav-button.w--open {
    background-color: var(--black);
  }

  .image-9 {
    margin-top: 15px;
  }

  .image-11 {
    width: 40%;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .heading-8 {
    font-size: 22px;
    line-height: 26px;
  }

  .paragraph-6 {
    font-size: 18px;
    line-height: 22px;
  }

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

  .image-23 {
    margin-bottom: 0;
  }

  .heading-10 {
    font-size: 30px;
    line-height: 34px;
  }

  .heading-12 {
    text-align: center;
    font-size: 16px;
    line-height: 20px;
  }

  .heading-13 {
    text-align: center;
    margin-top: 0;
    padding-left: 0;
    font-size: 18px;
    line-height: 24px;
  }

  .heading-15 {
    font-size: 18px;
    line-height: 24px;
  }

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

  .heading-16 {
    margin-top: 25px;
    font-size: 24px;
    line-height: 28px;
  }

  .heading-17 {
    color: #000;
    font-size: 30px;
    line-height: 34px;
  }

  .paragraph-8 {
    text-align: center;
    font-size: 18px;
    line-height: 22px;
  }

  .columns {
    margin-top: 0;
  }

  .image-29, .image-30 {
    width: 75%;
  }

  .image-31 {
    width: auto;
    height: 25%;
  }

  .image-32 {
    width: auto;
  }

  .image-33 {
    width: auto;
    height: auto;
  }

  .image-34 {
    width: auto;
  }

  .button-2 {
    margin-top: 10px;
    font-size: 18px;
    line-height: 18px;
  }

  .button-3 {
    padding: 10px 60px;
    font-size: 20px;
    line-height: 20px;
  }

  .paragraph-11 {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    font-family: PT Serif, serif;
    font-size: 18px;
    line-height: 22px;
  }

  .columns-2 {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-12 {
    font-size: 18px;
    line-height: 22px;
  }

  .button-5 {
    color: var(--white);
    margin-top: 10px;
  }

  .button-6 {
    margin-top: 10px;
    font-size: 18px;
    line-height: 18px;
  }

  .div-block-45 {
    margin-top: 70px;
  }

  .div-block-45.add26 {
    margin-top: 20px;
  }

  .tabs {
    padding-bottom: 10px;
  }

  .div-block-47 {
    height: 140px;
  }

  .heading-21, .heading-22 {
    font-size: 30px;
    line-height: 34px;
  }

  .paragraph-14, .list-item-2 {
    font-size: 18px;
    line-height: 22px;
  }

  .div-block-53 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading-23 {
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 34px;
  }

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

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

  .paragraph-19 {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 5px;
    padding-bottom: 0;
    font-size: 18px;
    line-height: 22px;
  }

  .paragraph-19.adjust-5 {
    margin-top: 10px;
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 22px;
  }

  .button-8 {
    margin-top: 0;
    line-height: 20px;
  }

  .button-8.add-top {
    margin-top: 20px;
  }

  .paragraph-20 {
    text-align: left;
    padding-top: 10px;
    font-size: 18px;
    line-height: 22px;
  }

  .paragraph-20.center {
    text-align: center;
    font-size: 18px;
    line-height: 22px;
  }

  .div-block-68 {
    padding-top: 0;
  }

  .div-block-69 {
    padding-top: 10px;
  }

  .div-block-70 {
    padding-top: 40px;
  }

  .div-block-71 {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
  }

  .column-16 {
    display: block;
  }

  .div-block-72 {
    padding-top: 10px;
    padding-right: 10px;
  }

  .div-block-73 {
    text-align: center;
    padding-top: 10px;
  }

  .div-block-74 {
    padding-top: 0;
    padding-bottom: 10px;
    padding-right: 0;
  }

  .image-40 {
    width: 80%;
  }

  .columns-3, .columns-4, .columns-5, .columns-6 {
    display: block;
  }

  .paragraph-27 {
    padding-top: 0;
    font-size: 18px;
    line-height: 22px;
  }

  .button-11 {
    margin-top: 10px;
  }

  .div-block-83 {
    width: 96%;
  }

  .heading-29 {
    font-size: 28px;
    line-height: 34px;
  }

  .heading-29.delete-top-10, .heading-29.center {
    text-align: center;
  }

  .image-45 {
    margin-top: 20px;
  }

  .image-45.no-top {
    margin-top: 0;
  }

  .heading-30 {
    font-size: 30px;
    line-height: 34px;
  }

  .paragraph-28 {
    font-size: 18px;
    line-height: 22px;
  }

  .div-block-85 {
    width: 90%;
    margin: 0 auto;
    padding-top: 0;
  }

  .image-47 {
    width: 80%;
    margin-left: 0;
    margin-right: 0;
  }

  .columns-9 {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-87 {
    padding-top: 15px;
  }

  .heading-33 {
    font-size: 30px;
    font-weight: 400;
    line-height: 34px;
  }

  .heading-36 {
    color: var(--white);
    text-align: center;
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 24px;
  }

  .link-10 {
    color: var(--white);
  }

  .paragraph-29 {
    font-size: 18px;
    line-height: 22px;
  }

  .heading-37 {
    font-size: 30px;
    line-height: 34px;
  }

  .button-14 {
    font-size: 18px;
    line-height: 18px;
  }

  .column-27 {
    margin-top: 0;
  }

  .text-block-9 {
    float: none;
    color: var(--white);
    width: auto;
    font-size: 16px;
    font-weight: 400;
  }

  .icon-8 {
    float: none;
    color: var(--white);
    margin-left: 0;
    margin-right: 40px;
    font-size: 16px;
    display: none;
    position: absolute;
  }

  .dropdown-3 {
    z-index: 999999999;
    float: none;
    text-align: left;
    width: auto;
    position: relative;
  }

  .dropdown-list-4 {
    color: var(--dark-slate-blue);
  }

  .dropdown-list-4.w--open {
    z-index: 999999;
    border: 1px solid var(--white);
    color: var(--white);
    background-color: #000;
  }

  .dropdown-link-14, .dropdown-link-15, .dropdown-link-16, .text-block-10 {
    color: var(--white);
    font-size: 16px;
  }

  .icon-9 {
    color: var(--white);
    margin-right: -20px;
    font-size: 16px;
  }

  .dropdown-link-17, .dropdown-link-18, .dropdown-link-19 {
    color: var(--white);
    font-size: 18px;
  }

  .dropdown-list-5 {
    background-color: var(--black);
  }

  .text-block-11 {
    float: none;
    color: var(--white);
    width: auto;
    font-size: 16px;
  }

  .icon-10 {
    color: var(--white);
    margin-left: 0;
    margin-right: 40px;
    font-size: 16px;
    display: none;
  }

  .dropdown-toggle-5, .dropdown-toggle-6 {
    text-align: center;
    padding-right: 20px;
  }

  .dropdown-link-20 {
    color: var(--white);
    font-size: 16px;
  }

  .dropdown-link-20.w--current {
    color: var(--white);
  }

  .dropdown-link-22 {
    color: var(--white);
    font-size: 16px;
  }

  .dropdown-link-22.w--current {
    color: var(--white);
  }

  .dropdown-list-6 {
    background-color: var(--black);
  }

  .dropdown-list-6.w--open {
    border: 1px solid var(--white);
  }

  .dropdown-toggle-7 {
    padding-right: 0;
  }

  .head-div {
    text-align: center;
    padding-top: 20px;
  }

  .mobile-div {
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .mobile-column3 {
    padding-right: 20px;
  }

  .mobile-column1 {
    padding-left: 20px;
  }

  .image-50 {
    width: 30%;
    height: 30%;
  }

  .services-div {
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .main-h1 {
    margin-top: 0;
    padding-top: 0;
    font-size: 30px;
    line-height: 34px;
  }

  .paragraph {
    text-align: center;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
  }

  .paragraph.centered {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
  }

  .paragraph.centered.white {
    text-align: left;
    margin: 0 auto;
    padding-bottom: 0;
    padding-left: 10px;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
  }

  .paragraph.centered.white.padded {
    text-align: left;
    padding-top: 10px;
    padding-bottom: 25px;
  }

  .paragraph.centered.italics {
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
  }

  .paragraph.centered.adjust-6 {
    text-align: left;
  }

  .paragraph.adjust-8 {
    text-align: left;
    font-weight: 400;
  }

  .h4.centered {
    margin-top: 20px;
  }

  .h4.centered.light {
    margin-top: 15px;
    margin-bottom: 0;
    font-size: 18px;
  }

  .h4.centered.light.adjust-25 {
    font-size: 20px;
  }

  .button {
    width: auto;
    font-size: 13px;
  }

  .button.centered {
    width: 94%;
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
  }

  .button.centered.add56 {
    width: 75%;
  }

  .heading {
    margin-top: 0;
    font-size: 30px;
    line-height: 34px;
  }

  .list-item {
    text-align: left;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
  }

  .lft-etica {
    font-size: 24px;
    line-height: 28px;
  }

  .small-paragraph.light {
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
  }

  .flex-wrapper {
    flex-wrap: nowrap;
  }

  ._50-padded-div {
    margin-top: 0;
    padding: 20px 10px;
  }

  .form-block {
    width: 80%;
  }

  .div-block-19 {
    float: none;
    text-align: center;
    width: 100%;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .popup-modal {
    display: none;
  }

  .heading-5.white {
    padding-bottom: 10px;
    font-size: 22px;
    line-height: 26px;
  }

  .section-heading {
    margin-top: 30px;
    padding: 0;
    font-size: 24px;
    line-height: 28px;
  }

  .section-heading.light {
    text-align: center;
    margin-top: 0;
    padding-top: 10px;
    padding-left: 0;
    font-size: 22px;
    line-height: 26px;
  }

  .section-heading.add18 {
    font-size: 22px;
    line-height: 26px;
  }

  .centered-image {
    text-align: center;
    width: 60%;
    margin-top: 0;
  }

  .spacing-div.centered {
    padding-bottom: 10px;
  }

  .colored-card {
    height: 300px;
  }

  .colored-card.add38, .colored-card.add38.shape-chg {
    height: auto;
  }

  .colored-card.add39 {
    height: 285px;
  }

  .colored-card.add39.little-more {
    height: 300px;
  }

  .small-list-item.adjust-24 {
    text-align: center;
  }

  .footer-text.padded {
    padding-top: 0;
    font-size: 14px;
  }

  .social-link-div {
    display: block;
  }

  .social-link-div.main {
    width: 50%;
    margin-top: 5px;
    margin-bottom: 10px;
  }

  .social-icon {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .footer-link {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-link.w--current {
    text-align: center;
    padding-left: 0;
  }

  .main-content-container {
    width: 96%;
  }

  .navbar {
    text-align: center;
    background-color: #000;
  }

  .brand {
    text-align: center;
    padding-top: 20px;
    padding-left: 0;
    text-decoration: none;
  }

  .icon-2 {
    float: none;
    color: #fcf8f8;
  }

  .text-block-3 {
    float: none;
    color: #fcf8f8;
    padding-top: 2px;
    font-family: neuzeit-grotesk, sans-serif;
    font-size: 16px;
    font-weight: 600;
  }

  .nav-menu {
    border: 1px solid var(--white);
    background-color: var(--black);
    text-align: center;
    padding-right: 0;
    left: auto;
    right: auto;
  }

  .mobile-nav-link {
    color: var(--white);
    text-align: center;
    font-size: 16px;
    font-weight: 400;
  }

  .mobile-nav-link.w--current {
    font-size: 16px;
    font-weight: 600;
  }

  .mobile-nav-button {
    border: 1px solid #fff;
    margin-top: 10px;
    margin-right: 0;
    padding-bottom: 18px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .mobile-nav-button.w--open {
    padding-left: 25px;
    padding-right: 25px;
  }

  .image-9 {
    margin-top: 5px;
    padding: 10px;
  }

  .image-11 {
    width: 50%;
  }

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

  .paragraph-6 {
    font-weight: 400;
  }

  .heading-10 {
    font-size: 24px;
    line-height: 28px;
  }

  .div-block-35 {
    width: 450px;
  }

  .heading-12 {
    text-align: center;
    margin-top: 0;
  }

  .heading-13 {
    text-align: center;
    margin-top: 0;
    padding-left: 0;
  }

  .paragraph-7 {
    padding-top: 5px;
  }

  .heading-16 {
    margin-top: 0;
    font-size: 24px;
    line-height: 28px;
  }

  .heading-17 {
    padding-top: 30px;
    font-size: 26px;
    line-height: 30px;
  }

  .paragraph-8 {
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
  }

  .image-29, .image-30, .image-33 {
    width: 75%;
  }

  .button-2 {
    font-size: 18px;
    line-height: 18px;
  }

  .button-3 {
    padding: 10px 40px;
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
  }

  .paragraph-11 {
    text-align: left;
    font-family: PT Serif, serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
  }

  .tab-link-tab-2.w--current, .tab-link-tab-4, .tab-link-tab-5 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .columns-2 {
    margin-top: 20px;
  }

  .paragraph-12 {
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
  }

  .button-6 {
    margin-top: 19px;
    margin-bottom: 0;
    padding-bottom: 9px;
  }

  .div-block-45 {
    margin-top: 30px;
  }

  .div-block-45.add26 {
    margin-top: 35px;
  }

  .tabs {
    margin-top: 20px;
    padding-bottom: 30px;
  }

  .column-15 {
    margin-bottom: 0;
    padding-bottom: 20px;
  }

  .div-block-47 {
    height: 100px;
  }

  .heading-21 {
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
  }

  .heading-22 {
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
  }

  .paragraph-14, .list-item-2 {
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
  }

  .heading-23 {
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
  }

  .heading-27 {
    font-size: 30px;
    font-weight: 700;
    line-height: 34px;
  }

  .div-block-62 {
    padding-top: 0;
    padding-bottom: 40px;
    display: none;
  }

  .paragraph-19 {
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
  }

  .paragraph-19.adjust-5 {
    margin-bottom: 10px;
    font-weight: 400;
  }

  .button-8 {
    font-size: 18px;
    line-height: 18px;
  }

  .button-8.add-top {
    margin-top: 0;
  }

  .paragraph-20 {
    text-align: left;
    padding-right: 10px;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
  }

  .paragraph-20.center {
    text-align: left;
  }

  .div-block-68, .div-block-69 {
    padding-top: 10px;
  }

  .div-block-70 {
    padding-top: 20px;
  }

  .button-9 {
    font-size: 18px;
    line-height: 18px;
  }

  .div-block-82 {
    padding-top: 10px;
  }

  .paragraph-27 {
    text-align: left;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
  }

  .column-18 {
    margin-top: 30px;
  }

  .column-18.add-top {
    margin-top: 60px;
  }

  .column-18.reduce-top {
    margin-top: 0;
  }

  .heading-29 {
    text-align: center;
    font-size: 26px;
    line-height: 30px;
  }

  .heading-30 {
    font-size: 26px;
    line-height: 30px;
  }

  .paragraph-28 {
    text-align: left;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
  }

  .columns-8 {
    padding-top: 10px;
  }

  .div-block-87 {
    padding-top: 0;
    padding-bottom: 15px;
  }

  .heading-33 {
    font-size: 26px;
    line-height: 30px;
  }

  .heading-34 {
    font-size: 30px;
    line-height: 34px;
  }

  .image-48 {
    width: 60%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .paragraph-29 {
    margin-bottom: 10px;
  }

  .column-19, .column-20, .column-21, .column-22 {
    margin-top: 60px;
  }

  .heading-37 {
    font-size: 26px;
    line-height: 30px;
  }

  .icon-8 {
    padding-left: 10px;
    display: none;
  }

  .icon-9 {
    padding-right: 0;
  }

  .icon-10 {
    padding-left: 10px;
    display: none;
  }

  .tab-link-tab-3, .tab-link-tab-1 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .tab-link-tab-1.w--current {
    background-color: #0000;
  }

  .head-div {
    text-align: center;
  }

  .mobile-column3 {
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .mobile-column1 {
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    display: flex;
  }

  .column-28 {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .heading-44 {
    font-size: 36px;
    line-height: 40px;
  }

  .div-block-62a {
    display: block;
  }

  .services-div {
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 479px) {
  .main-h1 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 30px;
  }

  .paragraph {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
  }

  .paragraph.centered {
    width: 100%;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
  }

  .paragraph.centered.white {
    text-align: center;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
    padding-left: 0;
    font-size: 18px;
    line-height: 22px;
  }

  .paragraph.centered.white.padded {
    text-align: center;
    width: 100%;
    font-size: 18px;
  }

  .paragraph.centered.italics {
    text-align: center;
    font-size: 18px;
    line-height: 22px;
  }

  .paragraph.centered.adjust-6 {
    text-align: center;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph.white {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph.adjust-8 {
    text-align: center;
    line-height: 20px;
  }

  .h4.centered {
    margin-top: 10px;
    font-size: 20px;
    line-height: 24px;
  }

  .button.centered {
    color: var(--white);
    width: 100%;
    margin-top: 10px;
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
  }

  .button.centered.add56 {
    width: 96%;
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading {
    margin-top: 0;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 24px;
    line-height: 28px;
  }

  .list-item {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
  }

  .lft-etica {
    font-size: 22px;
    line-height: 26px;
  }

  .small-paragraph {
    padding-left: 0;
    padding-right: 0;
  }

  .small-paragraph.light {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
  }

  .flex-wrapper {
    flex-direction: column;
    flex: none;
    justify-content: space-around;
    align-self: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .icon-link-block {
    flex: 0 auto;
    text-decoration: none;
    display: block;
  }

  .icon-link-block.dark-blue {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .icon-link-block.dark-blue:hover {
    background-color: #2c8beb;
  }

  .icon-link-block.fuschia {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .icon-link-block.fuschia:hover {
    background-color: #03478d;
  }

  .icon-link-block.purple {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .icon-link-block.purple:hover {
    background-color: #076cd3;
  }

  .icon-link-block.pink:hover {
    background-color: #022a53;
  }

  .image-6 {
    display: block;
  }

  ._50-padded-div {
    margin-bottom: 0;
    padding: 60px 0 30px;
  }

  ._50-padded-div.add55 {
    padding-bottom: 0;
  }

  ._50-padded-div.add-bottom {
    padding-top: 60px;
  }

  .form-block {
    width: 90%;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .popup-modal {
    display: none;
  }

  .image-8 {
    padding: 10px;
  }

  .heading-5 {
    font-size: 22px;
    line-height: 26px;
  }

  .heading-5.white {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 24px;
  }

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

  .section-heading {
    width: 90%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
  }

  .section-heading.light {
    text-align: center;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
  }

  .section-heading.add18 {
    font-size: 20px;
    line-height: 24px;
  }

  .centered-image {
    float: none;
    text-align: center;
    width: 70%;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .tab-text {
    flex: 1;
    padding-top: 5px;
    text-decoration: none;
  }

  .spacing-div.centered {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 20px;
  }

  .purple-gradient {
    padding-bottom: 0;
  }

  .centered-list {
    width: 65%;
    margin-bottom: 0;
    padding-left: 15px;
  }

  .colored-card {
    height: 250px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .colored-card.add25 {
    height: 275px;
  }

  .colored-card.add38, .colored-card.add38.shape-chg {
    height: auto;
  }

  .colored-card.add39 {
    height: 375px;
  }

  .colored-card.add39.little-more {
    height: 345px;
  }

  .small-list-item.adjust-24 {
    font-size: 18px;
    line-height: 38px;
  }

  .social-icon {
    width: 90%;
  }

  .main-content-container {
    width: 96%;
  }

  .main-content-container.add26 {
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .column-2 {
    padding-bottom: 10px;
  }

  .mobile-tab-card {
    flex-wrap: wrap;
    justify-content: space-around;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .navbar {
    background-color: #000;
  }

  .brand {
    width: 50%;
    padding: 10px 10px 10px 5px;
    display: none;
  }

  .icon-2 {
    float: none;
    color: #fcf8f8;
  }

  .text-block-3 {
    float: none;
    color: #fcf8f8;
    padding-left: 10px;
    padding-right: 10px;
    font-family: neuzeit-grotesk, sans-serif;
    font-size: 14px;
  }

  .nav-menu {
    border: 1px solid var(--white);
    background-color: var(--black);
    text-align: center;
    width: 25%;
  }

  .mobile-nav-link {
    color: var(--white);
    text-align: center;
    display: block;
  }

  .mobile-nav-button {
    margin-top: 15px;
    margin-right: 0;
  }

  .mobile-nav-button.w--open {
    background-color: var(--black);
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-9 {
    width: auto;
    margin-top: 0;
  }

  .image-11 {
    width: 85%;
  }

  .moble-tab-flex {
    flex-wrap: wrap;
    display: flex;
  }

  .mobile-hidden-tab {
    display: none;
  }

  .heading-8 {
    text-align: center;
    font-size: 18px;
    line-height: 22px;
  }

  .paragraph-6 {
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
  }

  .image-22 {
    width: 85%;
  }

  .image-23 {
    width: 50%;
  }

  .heading-10 {
    font-size: 20px;
    line-height: 24px;
  }

  .div-block-35 {
    width: 240px;
  }

  .heading-12 {
    width: auto;
  }

  .heading-13 {
    margin-top: 10px;
  }

  .heading-16 {
    font-size: 18px;
    line-height: 22px;
  }

  .div-block-38 {
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .heading-17 {
    margin-top: 0;
    margin-bottom: 10px;
    padding-top: 0;
    font-size: 22px;
    line-height: 26px;
  }

  .paragraph-8 {
    font-size: 18px;
    line-height: 22px;
  }

  .image-29, .image-30, .image-33 {
    width: 80%;
  }

  .button-2 {
    margin-top: 20px;
    font-size: 18px;
    line-height: 18px;
  }

  .button-2.add-top {
    margin-top: 45px;
  }

  .button-3 {
    padding: 10px 20px;
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
  }

  .paragraph-11 {
    text-align: center;
    width: 90%;
    padding-left: 10px;
    padding-right: 10px;
    font-family: PT Serif, serif;
    font-size: 18px;
    line-height: 22px;
  }

  .tab-link-tab-2:hover {
    background-color: #4695e4c9;
  }

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

  .paragraph-12 {
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
  }

  .button-5 {
    margin-top: 20px;
    font-size: 18px;
    line-height: 18px;
  }

  .button-6 {
    margin-top: 10px;
  }

  .div-block-45 {
    margin-top: 0;
  }

  .div-block-45.add26 {
    margin-top: 30px;
  }

  .tabs {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-wrap: nowrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: stretch center;
    align-items: stretch;
    display: block;
  }

  .column-15 {
    margin-bottom: 20px;
  }

  .div-block-46 {
    margin-top: 20px;
  }

  .div-block-47 {
    height: 50px;
  }

  .div-block-48 {
    padding-top: 20px;
  }

  .heading-21 {
    font-size: 20px;
    line-height: 24px;
  }

  .heading-22 {
    margin-top: 10px;
    font-size: 20px;
    line-height: 24px;
  }

  .paragraph-14 {
    text-align: center;
    font-size: 18px;
    line-height: 22px;
  }

  .list-item-2 {
    font-size: 18px;
    line-height: 22px;
  }

  .heading-23 {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 24px;
  }

  .div-block-54 {
    padding-bottom: 10px;
  }

  .heading-27 {
    font-size: 24px;
    line-height: 28px;
  }

  .paragraph-19 {
    text-align: center;
    font-size: 18px;
    line-height: 22px;
  }

  .paragraph-19.adjust-5 {
    text-align: center;
  }

  .button-8 {
    font-size: 18px;
    line-height: 18px;
  }

  .image-39 {
    width: 100%;
  }

  .paragraph-20 {
    text-align: center;
    font-size: 18px;
    line-height: 22px;
  }

  .paragraph-20.center {
    text-align: center;
  }

  .div-block-67 {
    padding-bottom: 15px;
  }

  .div-block-68 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-69 {
    padding-top: 15px;
  }

  .div-block-70 {
    padding-top: 20px;
  }

  .image-40 {
    width: 90%;
  }

  .paragraph-27 {
    text-align: center;
    font-size: 18px;
    line-height: 22px;
  }

  .button-10, .button-11, .button-12 {
    margin-top: 20px;
  }

  .button-12.add-top.additional-top, .button-12.add-top.add-more-top, .button-12.add-top.add-more-top.even-more {
    font-size: 18px;
    line-height: 18px;
  }

  .image-44 {
    width: 50%;
  }

  .div-block-83 {
    padding-top: 10px;
  }

  .heading-29 {
    font-size: 22px;
    font-weight: 700;
    line-height: 26px;
  }

  .heading-30 {
    font-size: 22px;
    line-height: 26px;
  }

  .paragraph-28 {
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
  }

  .columns-8 {
    padding-top: 0;
  }

  .heading-33 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 22px;
    line-height: 26px;
  }

  .heading-34 {
    font-size: 23px;
    line-height: 28px;
  }

  .image-48 {
    width: 80%;
  }

  .heading-37 {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    font-size: 22px;
    line-height: 26px;
  }

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

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

  .icon-8, .icon-10 {
    display: none;
  }

  .dropdown-toggle-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .tab-link-tab-1.w--current {
    color: #0000;
    background-color: #0000;
  }

  .tab-link-tab-1.w--current:hover {
    background-color: #4695e4c9;
  }

  .head-div {
    padding-top: 0;
  }

  .heading-44 {
    font-size: 32px;
    line-height: 36px;
  }
}


