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

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

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

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

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

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

.w-commerce-commercecheckoutblockheader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 20px;
  padding-left: 20px;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #e6e6e6;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #e6e6e6;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #e6e6e6;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #e6e6e6;
  background-color: #fff;
}

.w-commerce-commercecheckoutblockcontent {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #e6e6e6;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #e6e6e6;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #e6e6e6;
  background-color: #fff;
}

.w-commerce-commercecheckoutlabel {
  margin-bottom: 8px;
}

.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

.w-commerce-commercecheckoutemailinput {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 0px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutemailinput::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutemailinput:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutemailinput::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutemailinput::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutemailinput:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

@media screen and (max-width: 479px) {
  .w-commerce-commercecheckoutemailinput {
    font-size: 16px;
  }
}

body {
  font-family: Neuehaasdisplayroman, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.5px;
}

a {
  color: #1360c7;
  text-decoration: underline;
}

.hero-section {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.68)), to(hsla(0, 0%, 100%, 0.68)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.68), hsla(0, 0%, 100%, 0.68));
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.hero-section.v2 {
  height: auto;
}

.hero-section.v2.reporting-requirements {
  background-image: url('../images/sampleArtboard-5.svg');
  background-position: -5% 0px;
  background-size: 20%;
  background-repeat: no-repeat;
}

.hero-section.v2.pricing {
  background-image: url('../images/sampleArtboard-5.svg'), url('../images/sampleArtboard-5.svg');
  background-position: 105% 50%, -5% 0%;
  background-size: 15%, 20%;
  background-repeat: no-repeat, no-repeat;
}

.p-style-1 {
  font-size: 16px;
  line-height: 22px;
}

.btn-style1 {
  padding: 15px 25px;
  border-radius: 10px;
  background-color: #7749ff;
  box-shadow: 0 7px 10px -3px rgba(0, 0, 0, 0.2);
  font-weight: 600;
  text-align: center;
}

.div-block-81 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 10px;
  padding: 20px 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #7749ff;
  border-radius: 25px;
}

.div-block-81.clear-border {
  width: 50%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-style: none;
}

.hero-content-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-radius: 25px;
}

.h1-display-1 {
  color: #f8f9fa;
  font-size: 48px;
  line-height: 54px;
  font-weight: 700;
}

.h1-display-1.text-dark {
  color: #333;
}

.div-block-82 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80vw;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-82.bg-gray {
  background-color: transparent;
}

.hero-content-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-84 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 600px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.media-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.25fr 1fr;
  grid-template-columns: 0.25fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-radius: 25px;
  box-shadow: 0 5px 8px 1px hsla(0, 0%, 83.9%, 0.7);
}

.div-block-26 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-content-left-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.media-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 1px 10px 0 #acaaaa;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.p-style-1-2 {
  font-family: NeueHaasDisplay, sans-serif;
  color: rgba(51, 51, 51, 0.85);
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}

.div-block-83 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 600px;
  padding-top: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.div-block-83.home {
  height: 820px;
}

.div-block-85 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-85.align-top {
  margin-bottom: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-86 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.media-body-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55vw;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.25fr 1fr;
  grid-template-columns: 0.25fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-image: url('../images/sampleArtboard-3.svg');
  background-position: 50% 50%;
  background-size: 110%;
  background-repeat: no-repeat;
  opacity: 1;
}

.media-body-2.aboutus {
  height: 100%;
}

.media-body-2.vertical {
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.h1-display-1-2 {
  font-family: NeueHaasDisplay, sans-serif;
  color: #1360c7;
  font-size: 48px;
  line-height: 54px;
  font-weight: 700;
  letter-spacing: 1px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.24);
}

.h1-display-1-2._2 {
  font-size: 36px;
  line-height: 36px;
}

.h1-display-1-2._2-copy {
  font-size: 36px;
  line-height: 36px;
  text-shadow: none;
}

.btn-style1-2 {
  border-radius: 4px;
  background-color: #1360c7;
  font-size: 16px;
  letter-spacing: 1px;
}

.div-block-79 {
  display: block;
  width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar {
  position: static;
  background-color: hsla(0, 0%, 86.7%, 0);
}

.navbar-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  padding: 10px 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-menu-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link {
  font-size: 16px;
  cursor: pointer;
}

.nav-link:hover {
  color: #1360c7;
}

.margin {
  width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.margin.form {
  width: 1000px;
}

.div-block-33 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-top: 50px;
  margin-bottom: -50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.div-block-33.margin-bottom-0px-copy {
  width: 80%;
  margin-bottom: 0px;
}

.div-block-33.margin-bottom-0px-copy._2 {
  background-color: transparent;
}

.div-block-33.margin-bottom-0px-copy._2-copy {
  width: 60%;
  background-color: transparent;
}

.div-block-33.margin-bottom-0px-copy {
  width: 42%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #f6faff;
}

.h2-display-1 {
  font-family: NeueHaasDisplay, sans-serif;
  color: #152d59;
}

.h2-display-1.text-center {
  font-family: NeueHaasDisplay, sans-serif;
  color: #152d59;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
}

.h2-display-1._2 {
  margin-top: 5px;
  margin-bottom: 10px;
}

.p-style1 {
  margin-bottom: 20px;
  text-align: left;
}

.p-style1.text-center {
  text-align: center;
}

.div-block-87 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-87._2 {
  margin-bottom: 60px;
  padding-top: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.card-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card.shadow-style-1 {
  width: 32%;
  margin: 20px;
  border-radius: 10px;
  box-shadow: 1px 1px 4px 0 #d6d6d6;
}

.card.shadow-style-1 {
  width: 35%;
  margin: 20px;
  border-radius: 5px;
  box-shadow: 1px 1px 4px 0 #d6d6d6;
}

.card.shadow-style-1.clear-margin {
  width: 48%;
  margin: 0px;
  box-shadow: none;
}

.div-block-92 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 20px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 10px;
  background-color: #1360c7;
  color: #fff;
}

.div-block-92._2 {
  background-color: #30b6a5;
}

.div-block-93 {
  width: 25%;
  -webkit-filter: brightness(1000%);
  filter: brightness(1000%);
}

.heading {
  font-family: NeueHaasDisplay, sans-serif;
  color: #152d59;
  font-weight: 500;
}

.heading.white {
  margin-top: 10px;
  color: #fff;
}

.hero-content-left-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.icon._w-60 {
  width: 60px;
  height: 60px;
}

.media-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
}

.div-block-94 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 470px;
  margin-top: 40px;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.div-block-94.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.div-block-37 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.div-block-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.media-body-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50vw;
  padding: 60px 20px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-self: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.25fr 1fr;
  grid-template-columns: 0.25fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-image: url('../images/sampleArtboard-5.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.heading-2 {
  color: #152d59;
}

.heading-2.white {
  margin-top: 10px;
  color: #fff;
}

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

.paragraph.v2 {
  margin-bottom: 5px;
  color: #152d59;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
}

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

.p-style-1-3.text-center {
  text-align: center;
}

.div-block-184 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.div-block-207 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  padding: 45px 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #e3eaf8;
  box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.52);
}

.form-control {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 1px none #000;
  border-radius: 5px;
  background-color: #eff4fd;
  font-size: 16px;
}

.form-control.rounded-left {
  height: 100%;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.form-control.white {
  background-color: #fff;
}

.form-control.v2 {
  border-style: solid;
  border-color: #ddd;
  background-color: #fafafa;
}

.form-control.v2.bottom-margin {
  margin-bottom: 15px;
}

.div-block-208 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn-style3 {
  padding: 12px 20px;
  border-radius: 5px;
  background-color: #1360c7;
  font-size: 16px;
}

.btn-style3.rounded-right {
  border-radius: 0px 5px 5px 0px;
  background-color: #1360c7;
  font-size: 16px;
  letter-spacing: 0.75px;
}

.btn-style3.wide {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
  text-align: center;
}

.btn-style3.wide.top-margin {
  margin-top: 15px;
}

.btn-style3.wide.top-margin.center {
  text-align: center;
}

.form-block {
  margin-bottom: 0px;
}

.h2-display-1-copy {
  font-family: NeueHaasDisplay, sans-serif;
  color: #152d59;
}

.h2-display-1-copy.text-center {
  font-family: NeueHaasDisplay, sans-serif;
  color: #1360c7;
  line-height: 42px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
}

.div-block-209 {
  width: 80%;
  margin-top: 20px;
  margin-bottom: 40px;
  text-align: center;
}

.div-block-210 {
  position: static;
  margin-top: -146px;
  padding-top: 100px;
  background-color: #f7f7f7;
}

.div-block-211 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-211._2 {
  margin-top: 60px;
  padding-bottom: 40px;
}

.div-block-212 {
  width: 10%;
  margin-right: 20px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  background-image: url('../images/Asset-6.svg');
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat-y;
}

.div-block-213 {
  width: auto;
  margin-bottom: 0px;
  padding: 20px;
  border-radius: 5px;
  background-color: #fff;
  color: rgba(51, 51, 51, 0.85);
  font-size: 16px;
}

.list-item {
  margin-top: 20px;
  margin-bottom: 20px;
}

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

.image {
  width: 180px;
}

.image.white {
  width: 150px;
  -webkit-filter: brightness(2000%);
  filter: brightness(2000%);
}

.footer {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #152d59;
}

.div-block-247 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block-250 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #fff;
}

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

.div-block-97._2 {
  margin-bottom: 0px;
}

.div-block-249 {
  margin-bottom: 10px;
}

.div-block-246 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 40px;
}

.div-block-251 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.link-block-5 {
  margin-bottom: 10px;
}

.div-block-248 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px none #dadada;
}

.btn-style1-2-copy {
  margin-left: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #1360c7;
  border-radius: 4px;
  background-color: #fff;
  font-family: NeueHaasDisplay, sans-serif;
  color: #1360c7;
  font-weight: 700;
}

.div-block-252 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-253 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 400px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/sampleArtboard-5.svg'), url('../images/sampleArtboard-5.svg');
  background-position: 100% 100%, -15% 0px;
  background-size: 15%, auto;
  background-repeat: no-repeat, no-repeat;
}

.h1-display-1-3 {
  font-family: NeueHaasDisplay, sans-serif;
  font-weight: 700;
}

.h1-display-1-3.text-center {
  text-align: center;
}

.div-block-254 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn-style1-3 {
  border-radius: 4px;
  background-color: #1360c7;
}

.p-style-1-3-copy {
  line-height: 24px;
}

.p-style-1-3-copy.text-center {
  font-size: 16px;
  line-height: 26px;
  text-align: center;
}

.p-style-1-3-copy.smaller {
  color: rgba(51, 51, 51, 0.8);
  font-size: 14px;
}

.div-block-255 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 100px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-255._w-80 {
  width: 80%;
}

.div-block-256 {
  width: 35%;
  margin-right: 20px;
  margin-left: 20px;
}

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

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block-225 {
  position: absolute;
  left: -13px;
  top: 51.625px;
  z-index: 1;
  width: 25px;
  height: 25px;
  background-color: #eee;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.div-block-70 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-131 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 16px;
  text-decoration: none;
}

.form-control-textarea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  margin-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 1px none #000;
}

.div-block-224 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  padding: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #e9e9e9;
}

.div-block-223 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-75 {
  position: relative;
  z-index: 99;
  width: 420px;
  padding: 40px;
  background-color: #eee;
}

.div-block-220 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  padding-top: 20px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.div-block-227 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: auto;
  padding-top: 80px;
  padding-bottom: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-226 {
  padding-left: 40px;
}

.div-block-222 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15%;
  margin-right: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-222._1 {
  height: 48px;
}

.div-block-221 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-271 {
  height: auto;
  margin-bottom: 10px;
}

.label-style-1 {
  font-weight: 400;
}

.div-block-190 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block-272 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.div-block-274 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
}

.image-2 {
  width: 48px;
}

.div-block-275 {
  margin-bottom: 10px;
}

.h1-display-1-3-copy {
  font-family: NeueHaasDisplay, sans-serif;
  font-weight: 700;
}

.h1-display-1-3-copy.text-center {
  color: #1360c7;
  font-size: 42px;
  text-align: center;
}

.h1-display-1-3-copy.text-center.text-left {
  text-align: left;
}

.div-block-276 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-252-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  margin-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-style-1-3-hero.text-center {
  color: #152d59;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
}

.hero-content-right-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-277 {
  margin-top: 100px;
  margin-bottom: 40px;
  padding-top: 20px;
}

.div-block-277.margin-top-zero {
  margin-top: 0px;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 40px;
  padding-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 0.7px solid #434343;
}

.div-block-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-top: 89px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

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

.blue-p-links {
  color: #232323;
  text-decoration: underline;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  padding: 10px 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 0.7px solid #757575;
  border-radius: 5px;
  cursor: pointer;
}

.div_section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div_section.hero {
  margin-bottom: 97px;
  padding-top: 68px;
}

.div_section.hero.invi {
  display: none;
}

.accordion_plus {
  font-family: 'Material design iconic font', sans-serif;
}

.div-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

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

.text-block.smaller {
  font-size: 16px;
}

.list {
  padding: 20px 74px;
  border-left: 5px solid #196fe0;
}

.list-item-2 {
  margin-bottom: 20px;
}

.list-item-2.last {
  margin-bottom: 15px;
}

.div-block-3 {
  width: 60px;
  height: 60px;
}

.accordion_minus {
  display: none;
  font-family: 'Material design iconic font', sans-serif;
}

.div-block-14 {
  width: 49%;
}

.div-block-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 90px;
  margin-bottom: 10px;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #1360c7;
  border-radius: 15px;
  background-color: #196fe0;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.div-block-12:hover {
  border-style: solid;
  border-color: #196fe0;
  background-color: #fff;
  color: #196fe0;
}

.div-block-5 {
  margin-bottom: 40px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: rgba(25, 111, 224, 0.1);
}

.heading-3 {
  font-size: 28px;
  font-weight: 400;
}

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

.accordion_div {
  margin-left: 20px;
}

.div-block-10 {
  color: #196fe0;
  font-size: 25px;
  font-weight: 400;
}

.heading-4 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #196fe0;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80vw;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.accordion_contents {
  display: none;
  padding-top: 30px;
  padding-bottom: 29px;
  padding-left: 30px;
}

.accordion-h1 {
  margin-top: 10px;
  font-family: NeueHaasDisplay, sans-serif;
  color: #196fe0;
  font-size: 1.5rem;
  line-height: 1.5em;
  font-weight: 400;
}

.topic-text {
  font-family: Neuehaasdisplayroman, sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

.accordion-paragraph {
  font-family: NeueHaasDisplay, sans-serif;
  color: rgba(51, 51, 51, 0.9);
  font-size: 16px;
  line-height: 24px;
}

.accordion-h2 {
  font-family: NeueHaasDisplay, sans-serif;
  font-size: 1.2rem;
  line-height: 1.5em;
}

.arrow-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 16px;
  height: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.accordion-main-wrap {
  border-bottom: 1px solid hsla(0, 0%, 70.2%, 0.5);
}

.topic-text-wrap {
  margin-left: 20px;
}

.accordion-content-wrap {
  display: none;
  padding-right: 20px;
  padding-left: 56px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.accordion-topic-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
}

.accordion-topic-wrap:hover {
  background-color: #cfe6ff;
}

.accordion-spanlink {
  color: #1360c7;
}

.div-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

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

.div-block-240 {
  margin-bottom: 20px;
  padding: 0px;
  border-style: none;
  border-width: 0.5px;
  border-color: #6a6a6a;
}

.div-block-240._2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.h1-display-1-4 {
  font-family: NeueHaasDisplay, sans-serif;
  color: #152d59;
  font-weight: 700;
}

.div-block-51 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.div-block-241 {
  padding: 40px 40px 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: none;
}

.btn-style1-4 {
  border-radius: 4px;
  background-color: #1360c7;
  font-family: NeueHaasDisplay, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.75px;
}

.div-block-278 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  height: 100vh;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-279 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #f8f8f8;
}

.div-block-280 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-281 {
  margin-top: 20px;
  margin-bottom: 40px;
}

.image-copy {
  width: 220px;
}

.image-copy.white {
  width: 150px;
  -webkit-filter: brightness(2000%);
  filter: brightness(2000%);
}

.div-block-230 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.div-block-282 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-283 {
  margin-top: 40px;
  font-size: 18px;
}

.hero-content-right-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 57%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-content-right-copy.aboutus {
  width: 58%;
}

.hero-content-left-2-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  padding-top: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hero-content-left-2-copy.aboutus {
  padding-top: 0px;
}

.hero-content-left-2-copy.margin-0 {
  padding-top: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.lightbox-link {
  width: 80%;
}

.div-block-283-copy {
  margin-top: 10px;
  font-size: 18px;
}

.div-block-284 {
  text-align: left;
}

.div-block-285 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.div-block-285-copy {
  margin-top: 10px;
  margin-bottom: 0px;
  font-size: 18px;
}

.list-2 {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 40px;
  padding-top: 20px;
  padding-bottom: 10px;
  background-color: transparent;
  font-size: 16px;
}

.div-block-286 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  margin-right: 20px;
  padding-right: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-right: 2px solid rgba(21, 45, 89, 0.19);
  color: #1360c7;
}

.form-control-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 1px none #000;
  border-radius: 5px;
  background-color: #eff4fd;
  font-size: 16px;
}

.form-control-copy.rounded-left {
  height: 100%;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  border-radius: 5px 0px 0px 5px;
  background-color: #fff;
}

.hero-content-right-copy-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.deleted-section1 {
  display: none;
}

.div-block-287 {
  display: none;
  margin-top: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-4 {
  font-size: 16px;
  line-height: 24px;
}

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

.div-block-288 {
  width: auto;
  margin-top: 20px;
  margin-bottom: 40px;
}

.div-block-289 {
  width: 70%;
  border-top: 1px solid #a8a8a8;
  border-bottom: 1px solid #a8a8a8;
}

.div-block-290 {
  position: relative;
  margin-bottom: 40px;
}

.div-block-288-copy {
  width: auto;
  margin-top: 30px;
  margin-bottom: 0px;
}

.div-block-288-copy.italic {
  margin-left: 55px;
}

.div-block-291 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-bottom: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/sampleflowchartbg.svg'), url('../images/sampleArtboard-5.svg');
  background-position: 100% 100%, 0% 50%;
  background-size: 30%, 30%;
  background-repeat: no-repeat, no-repeat;
}

.div-block-33-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-top: 50px;
  margin-bottom: -50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-33-copy.margin-bottom-0px {
  margin-bottom: 0px;
}

.div-block-33-copy.margin-bottom-0px-copy {
  width: 90%;
  margin-top: 20px;
  margin-bottom: 0px;
}

.div-block-288-copy {
  width: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

.div-block-207-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 45px 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 5px;
  background-color: #e3eaf8;
  box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.52);
}

.p-style-1-3-copy {
  font-size: 16px;
}

.p-style-1-3-copy.text-center {
  text-align: center;
}

.p-style-1-3-copy.text-center._2 {
  font-size: 18px;
}

.div-block-292 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.div-block-293 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-294 {
  width: 90%;
}

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

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

.div-block-297 {
  width: 48%;
  margin-right: 10px;
}

.div-block-297.hide {
  display: none;
}

.div-block-297._w-100 {
  width: 100%;
}

.div-block-298 {
  width: 40%;
  margin-right: 10px;
}

.div-block-207-copy-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  padding: 40px 60px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 5px;
  background-color: #e3eaf8;
  box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.52);
}

.select-field {
  height: 48px;
  border-radius: 5px;
  background-color: #fff;
}

.field-label {
  font-family: NeueHaasDisplay, sans-serif;
}

.field-label.v2 {
  font-family: Neuehaasdisplayroman, sans-serif;
}

.form-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-block-2 {
  margin-bottom: 0px;
}

.card-group-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-right: 17px;
  padding-bottom: 20px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.image-3 {
  max-width: 99%;
}

.div-block-92-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.div-block-300 {
  display: none;
  width: 50%;
}

.h2-display-1-2 {
  font-family: NeueHaasDisplay, sans-serif;
  color: #152d59;
}

.h2-display-1-2._20-bot-margin {
  margin-bottom: 20px;
}

.h2-display-1-2._20-bot-margin.blue-heading {
  color: #1360c7;
}

.h2-display-1-2._20-bot-margin-copy {
  margin-bottom: 20px;
}

.h2-display-1-2._20-bot-margin-copy.blue-heading {
  color: #1360c7;
}

.btn-style1-5 {
  border-radius: 4px;
  background-color: #1360c7;
}

.btn-style1-5.rounded-corner {
  padding: 15px 12px;
}

.btn-style1-5.rounded-corner.v2 {
  height: 64px;
  margin-top: 0px;
  margin-bottom: 60px;
  padding: 22px 20px 22px 15px;
  border-top-left-radius: 0px;
  background-color: transparent;
  font-family: NeueHaasDisplay, sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.75px;
  text-decoration: none;
}

.div-block-301 {
  display: none;
  width: 100%;
}

.slider {
  height: 170px;
  background-color: transparent;
}

.slide-nav {
  color: #1360c7;
}

.icon-2 {
  border-radius: 100%;
  background-color: #1360c7;
  font-size: 12px;
}

.div-block-302 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-303 {
  width: 40%;
}

.div-block-304 {
  margin-left: 9px;
}

.image-4 {
  width: 100%;
}

.div-block-305 {
  text-align: center;
}

.div-block-306 {
  margin-top: 60px;
  padding-top: 90px;
}

.div-block-307 {
  width: 55%;
}

.div-block-308 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(158, 90, 78, 0.22)), to(rgba(158, 90, 78, 0.22))), url('../images/pexels-rebrand-cities-1367276.jpg');
  background-image: linear-gradient(180deg, rgba(158, 90, 78, 0.22), rgba(158, 90, 78, 0.22)), url('../images/pexels-rebrand-cities-1367276.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.div-block-308.slide2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(19, 96, 199, 0.3)), to(rgba(19, 96, 199, 0.3))), url('../images/Untitled-111.png');
  background-image: linear-gradient(180deg, rgba(19, 96, 199, 0.3), rgba(19, 96, 199, 0.3)), url('../images/Untitled-111.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

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

.div-block-310 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 64px;
  margin-bottom: 60px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 10px;
  background-color: #fb7761;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.55);
  cursor: pointer;
}

.div-block-310:hover {
  background-color: #d86c5a;
  box-shadow: 0 1px 6px 0 #000;
}

.div-block-310.blue {
  background-color: #18b6a2;
  text-decoration: none;
}

.div-block-310.blue:hover {
  background-color: #1ca190;
  box-shadow: 0 1px 6px 0 #000;
}

.div-block-311 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 64px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 2px solid #fff;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  background-color: transparent;
  text-decoration: none;
}

.div-block-312 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-313 {
  display: none;
  width: 70px;
  margin-right: 20px;
  margin-bottom: 10px;
  opacity: 1;
}

.h1-display-1-2-copy {
  font-family: NeueHaasDisplay, sans-serif;
  color: #152d59;
  font-size: 40px;
  line-height: 54px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.24);
}

.h1-display-1-2-copy._2 {
  font-size: 36px;
  line-height: 36px;
}

.heading-5 {
  margin-bottom: 0px;
  color: rgba(21, 45, 89, 0.88);
  font-size: 24px;
}

.h1-display-1-2-copy {
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: NeueHaasDisplay, sans-serif;
  color: #1360c7;
  font-size: 56px;
  line-height: 62px;
  font-weight: 700;
  letter-spacing: 1px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.24);
}

.h1-display-1-2-copy._2 {
  font-size: 36px;
  line-height: 36px;
}

.h1-display-1-2-copy-copy {
  font-family: NeueHaasDisplay, sans-serif;
  color: rgba(21, 45, 89, 0.91);
  font-size: 40px;
  line-height: 54px;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-shadow: none;
}

.h1-display-1-2-copy-copy._2 {
  font-size: 36px;
  line-height: 36px;
}

.h1-display-1-2-copy-copy.center {
  text-align: center;
}

.heading-6 {
  margin-top: 5px;
  margin-bottom: 20px;
  color: #0fcbb3;
  font-size: 44px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.29);
}

.heading-6.weight-regular {
  font-family: NeueHaasDisplay, sans-serif;
}

.div-block-314 {
  margin-top: 10px;
  padding-left: 30px;
  border-left: 2px solid rgba(21, 45, 89, 0.65);
}

.div-block-314.about-us {
  padding-left: 0px;
  border-left-style: none;
}

.div-block-315 {
  width: 57%;
  margin-top: 20px;
}

.div-block-316 {
  height: 120px;
  margin-top: 54px;
}

.div-block-317 {
  margin-top: 14px;
}

.div-block-272-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.div-block-318 {
  position: absolute;
  left: -13px;
  top: 51.625px;
  z-index: 1;
  width: 25px;
  height: 25px;
  background-color: #eee;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.div-block-319 {
  position: relative;
  z-index: 99;
  width: 420px;
  padding: 40px;
  background-color: #eee;
}

.div-block-320 {
  width: 70%;
}

.div-block-321 {
  width: 60%;
  margin-top: 50px;
}

.div-block-2-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.div-block-322 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.h2-text {
  margin-bottom: 20px;
  font-family: NeueHaasDisplay, sans-serif;
  font-weight: 700;
}

.h2-text.text-center {
  color: #1360c7;
  font-size: 42px;
  text-align: center;
}

.div-block-323 {
  margin-top: 10px;
  margin-bottom: 20px;
}

.h3-texts {
  font-family: NeueHaasDisplay, sans-serif;
  color: #232323;
  font-weight: 700;
}

.div-block-324 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
}

.image-5 {
  border-radius: 10px;
}

.div-block-325 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-326 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.form-block-3 {
  width: 100%;
}

.div-block-327 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 10px;
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.div-block-327.noshadow {
  box-shadow: none;
}

.div-block-328 {
  width: 100%;
  padding: 20px;
}

.div-block-329 {
  display: block;
  width: 100%;
  padding: 20px 20px 20px 30px;
}

.radio-button-label {
  font-family: NeueHaasDisplay, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.radio-button-field {
  margin-bottom: 10px;
}

.div-block-330 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.field-2 {
  height: 50px;
  padding-right: 20px;
  padding-left: 20px;
  border: 1px none #000;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 16px;
  cursor: pointer;
}

.field-2.hide {
  display: none;
}

.div-block-331 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-right: 1px none rgba(0, 0, 0, 0.2);
}

.div-block-332 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-333 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.price-table-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.15);
}

.div-block-334 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.div-block-334.nobottomborder {
  border-bottom-style: none;
}

.div-block-335 {
  width: 15%;
  padding: 20px 10px;
}

.div-block-335._w-10 {
  width: 10.6%;
}

.div-block-335.opacity-zero {
  opacity: 0;
}

.table-text {
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 24px;
}

.table-text.v2 {
  margin-bottom: 5px;
  color: #152d59;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
}

.table-text.blue {
  font-family: NeueHaasDisplay, sans-serif;
  color: #1360c7;
  font-weight: 700;
}

.table-text.funds {
  color: rgba(51, 51, 51, 0.9);
  font-size: 14px;
}

.div-block-336 {
  width: 75%;
}

.div-block-337 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-338 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-6 {
  border-radius: 20px;
}

.div-block-339 {
  min-height: 100vh;
  background-color: #f5f5f5;
}

.form-div {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
}

.customer-info {
  margin-bottom: 20px;
}

.main-div {
  margin-right: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 800px;
  -ms-flex: 0 800px;
  flex: 0 800px;
}

.side-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 320px;
  -ms-flex: 0 320px;
  flex: 0 320px;
}

.form-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.form-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.form-row.flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.from-block {
  width: 45%;
}

.from-block._48 {
  width: 48%;
}

.from-block.wide {
  width: auto;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.from-block._32 {
  width: 32%;
}

.order-summary {
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 280px;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.pricing {
  font-family: NeueHaasDisplay, sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.div-block-340 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.address-info {
  margin-bottom: 20px;
}

.select-field-3 {
  height: 48px;
  margin-bottom: 0px;
  padding-top: 5px;
  padding-right: 0.08em;
  padding-left: 0.5em;
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: #fff;
  font-family: 'Open Sans', sans-serif;
  color: rgba(0, 38, 79, 0.7);
  font-size: 16px;
  line-height: 16px;
  font-weight: 300;
}

.radio-button-field-2 {
  margin-bottom: 10px;
}

.block-header {
  font-family: NeueHaasDisplay, sans-serif;
  font-weight: 500;
}

.block-header.disabled {
  background-color: #f7f7f7;
}

.payment-info {
  margin-bottom: 20px;
}

.info-label {
  font-family: Neuehaasdisplaymediu, sans-serif;
  font-weight: 700;
}

.info-first-name {
  font-family: NeueHaasDisplay, sans-serif;
  font-weight: 500;
}

.block-content.disabled {
  background-color: #f7f7f7;
}

.div-block-341 {
  width: 50%;
}

.div-block-342 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.info-street-address {
  font-family: NeueHaasDisplay, sans-serif;
  font-weight: 500;
}

.info-city {
  font-family: NeueHaasDisplay, sans-serif;
  font-weight: 500;
}

.info-state-province {
  font-family: NeueHaasDisplay, sans-serif;
  font-weight: 500;
}

.info-country {
  font-family: NeueHaasDisplay, sans-serif;
  font-weight: 500;
}

.info-zip-code {
  font-family: NeueHaasDisplay, sans-serif;
  font-weight: 500;
}

.info-last-name {
  font-family: NeueHaasDisplay, sans-serif;
  font-weight: 500;
}

.billing-info-street-address {
  font-family: NeueHaasDisplay, sans-serif;
  font-weight: 500;
}

.billing-info-city {
  font-family: NeueHaasDisplay, sans-serif;
  font-weight: 500;
}

.billing-info-state-province {
  font-family: NeueHaasDisplay, sans-serif;
  font-weight: 500;
}

.billing-info-zip-code {
  font-family: NeueHaasDisplay, sans-serif;
  font-weight: 500;
}

.billing-info-country {
  font-family: NeueHaasDisplay, sans-serif;
  font-weight: 500;
}

.file-my-report-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 64px;
  margin-bottom: 60px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 10px;
  background-color: #fb7761;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.55);
  text-decoration: none;
  cursor: pointer;
}

.file-my-report-btn:hover {
  background-color: #d86c5a;
  box-shadow: 0 1px 6px 0 #000;
}

.file-my-report-btn.blue {
  background-color: #18b6a2;
}

.file-my-report-btn.blue:hover {
  background-color: #1ca190;
  box-shadow: 0 1px 6px 0 #000;
}

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

.div-block-344 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.div-block-345 {
  margin-top: 44px;
}

@media screen and (max-width: 991px) {
  .div-block-26 {
    width: 95%;
  }

  .div-block-83 {
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }

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

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

  .div-block-33.margin-bottom-0px {
    width: 70%;
  }

  .div-block-33.margin-bottom-0px-copy {
    width: 70%;
  }

  .div-block-33.margin-bottom-0px-copy {
    width: 70%;
  }

  .div-block-94 {
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .div-block-208 {
    width: 45%;
  }

  .div-block-247 {
    width: 50%;
  }

  .div-block-246 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .div-block-252 {
    width: 90%;
  }

  .div-block-75 {
    width: 300px;
  }

  .div-block-220 {
    width: 40%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .div-block-227 {
    height: auto;
    padding-right: 5vw;
    padding-left: 5vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .div-block-222 {
    margin-right: 10px;
  }

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

  .div-block-190 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-252-copy {
    width: 90%;
  }

  .div-block-52 {
    width: 80%;
  }

  .div-block-241 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-33-copy {
    margin-bottom: 0px;
  }

  .div-block-33-copy.margin-bottom-0px {
    width: 70%;
  }

  .div-block-33-copy.margin-bottom-0px-copy {
    width: 70%;
  }

  .div-block-319 {
    width: 300px;
  }
}

@media screen and (max-width: 767px) {
  .hero-content-left {
    width: 100%;
  }

  .hero-content-right {
    width: 100%;
  }

  .div-block-84 {
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .hero-content-left-2 {
    width: 100%;
  }

  .div-block-83 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-33 {
    width: 85%;
  }

  .div-block-33.margin-bottom-0px {
    width: 100%;
  }

  .div-block-33.margin-bottom-0px-copy {
    width: 100%;
  }

  .div-block-33.margin-bottom-0px-copy {
    width: 100%;
  }

  .hero-content-left-3 {
    width: 100%;
  }

  .div-block-94 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-207 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-208 {
    width: 80%;
    margin-bottom: 19px;
    padding-bottom: 0px;
  }

  .div-block-247 {
    margin-bottom: 15px;
  }

  .div-block-251 {
    padding-right: 20px;
    padding-left: 20px;
  }

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

  .div-block-253 {
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .div-block-225 {
    left: 30px;
    top: -11.375px;
    width: 20px;
    height: 20px;
  }

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

  .div-block-220 {
    width: 100%;
    margin-bottom: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .div-block-227 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-226 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .div-block-179 {
    width: 40%;
  }

  .div-block-252-copy {
    width: 100%;
  }

  .hero-content-right-copy {
    width: 100%;
  }

  .hero-content-right-copy {
    width: 100%;
  }

  .hero-content-left-2-copy {
    width: 100%;
  }

  .hero-content-right-copy-copy {
    width: 100%;
  }

  .div-block-33-copy {
    width: 85%;
  }

  .div-block-33-copy.margin-bottom-0px {
    width: 100%;
  }

  .div-block-33-copy.margin-bottom-0px-copy {
    width: 100%;
  }

  .div-block-207-copy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-207-copy-copy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-318 {
    left: 30px;
    top: -11.375px;
    width: 20px;
    height: 20px;
  }

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

@media screen and (max-width: 479px) {
  .div-block-84 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-184 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    text-align: center;
  }

  .div-block-208 {
    text-align: center;
  }

  .div-block-247 {
    width: 100%;
    margin-bottom: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

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

  .div-block-246 {
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .div-block-248 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .div-block-225 {
    top: -6.375px;
    width: 10px;
    height: 10px;
  }

  .div-block-75 {
    padding: 10px;
  }

  .div-block-220 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-226 {
    padding-left: 0px;
  }

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

  .div-block-52 {
    width: 90%;
  }

  .div-block-318 {
    top: -6.375px;
    width: 10px;
    height: 10px;
  }

  .div-block-319 {
    padding: 10px;
  }
}

@font-face {
  font-family: 'NeueHaasDisplay';
  src: url('../fonts/NeueHaasDisplayBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'NeueHaasDisplay';
  src: url('../fonts/NeueHaasDisplayBlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'NeueHaasDisplay';
  src: url('../fonts/NeueHaasDisplayLight.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'NeueHaasDisplay';
  src: url('../fonts/NeueHaasDisplayBlack.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'NeueHaasDisplay';
  src: url('../fonts/NeueHaasDisplayBoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'NeueHaasDisplay';
  src: url('../fonts/NeueHaasDisplayLightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'NeueHaasDisplay';
  src: url('../fonts/NeueHaasDisplayRoman.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'NeueHaasDisplay';
  src: url('../fonts/NeueHaasDisplayMediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'NeueHaasDisplay';
  src: url('../fonts/NeueHaasDisplayRomanItalic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'NeueHaasDisplay';
  src: url('../fonts/NeueHaasDisplayXThin.ttf') format('truetype'), url('../fonts/NeueHaasDisplayThin.ttf') format('truetype'), url('../fonts/NeueHaasDisplayXXThin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'NeueHaasDisplay';
  src: url('../fonts/NeueHaasDisplayThinItalic.ttf') format('truetype'), url('../fonts/NeueHaasDisplayXThinItalic.ttf') format('truetype'), url('../fonts/NeueHaasDisplayXXThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Neuehaasdisplayroman';
  src: url('../fonts/NeueHaasDisplayRoman.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Material design iconic font';
  src: url('../fonts/Material-Design-Iconic-Font.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neuehaasdisplaymediu';
  src: url('../fonts/NeueHaasDisplayMediu.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}