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

.w-pagination-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.w-pagination-previous {
  display: block;
  color: #333;
  font-size: 14px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fafafa;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-color: #ccc;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  display: block;
  color: #333;
  font-size: 14px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fafafa;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-color: #ccc;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

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

a {
  text-decoration: underline;
}

.section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 35px;
  padding-bottom: 35px;
  -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-column-gap: 60px;
  background-color: #1b1b1b;
}

.text-container {
  position: static;
  left: 0%;
  top: 65%;
  right: auto;
  width: 450px;
}

.heading {
  margin-bottom: 15px;
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 34px;
}

.jumbotron-subtitle {
  margin-bottom: 25px;
  font-family: 'Open Sans', sans-serif;
  color: #2e000a;
  font-size: 14px;
  line-height: 25px;
}

.button {
  border-radius: 5px;
  font-family: Exo, sans-serif;
}

.button:hover {
  background-color: #2780ce;
}

.section-3 {
  display: block;
  padding-top: 40px;
  padding-bottom: 0px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1b1b1b;
  text-align: center;
}

.benefit-container {
  width: 160px;
  text-align: center;
}

.text-block-2 {
  font-family: 'Open Sans', sans-serif;
  color: #2e000a;
}

.image {
  margin-bottom: 15px;
}

.image-2 {
  margin-bottom: 15px;
}

.text-span {
  color: #fff;
}

.text-span-2 {
  color: #fff;
}

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

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

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 35px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.button-2 {
  margin-bottom: 50px;
  border-radius: 4px;
}

.button-2:hover {
  background-color: #2780ce;
}

.footer-section {
  background-color: #fff;
  color: #000;
}

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

.heading-3 {
  margin-bottom: 10px;
  font-family: Exo, sans-serif;
  color: #000;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
}

.link {
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-weight: 600;
  text-decoration: none;
}

.link-2 {
  color: #fff;
}

.text-block-3 {
  width: 865px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  font-family: 'Open Sans', sans-serif;
  color: #9c9c9c;
  font-size: 13px;
  line-height: 17px;
}

.section-1 {
  display: block;
  height: 500px;
  -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: 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: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-image: url('../images/jumbotron-bg-img.jpg');
  background-position: 50% 50%;
  background-size: cover;
  text-align: center;
}

.heading-4 {
  margin-bottom: 30px;
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 55px;
}

.jumbotron-cta-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  height: 51px;
  margin-right: 0px;
  margin-left: 0px;
  -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: 60px;
  background-color: #ecaf2c;
  font-family: 'Open Sans', sans-serif;
  font-size: 21px;
  font-weight: 600;
  text-align: left;
}

.jumbotron-cta-button:hover {
  background-color: #dba532;
}

.image-4 {
  padding-top: 15px;
  cursor: pointer;
}

.div-block {
  width: 80%;
  margin-top: 90px;
  margin-right: auto;
  margin-left: auto;
}

.modal-form {
  position: fixed;
  left: 0%;
  top: 3%;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  display: none;
  width: 600px;
  height: 270px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 18px;
  background-color: #fff;
  line-height: 20px;
}

.heading-5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 28px;
  text-align: center;
}

.submit-button {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  border-radius: 7px;
  background-color: #ecaf2c;
  box-shadow: 1px 1px 7px -4px #000;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-transform: none;
}

.form-block {
  padding-right: 30px;
  padding-left: 30px;
}

.text-field {
  border-radius: 7px;
}

.text-field-2 {
  border-radius: 7px;
}

.link-3 {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
}

.div-block-3 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  padding: 7px;
  font-size: 14px;
}

.image-5-form {
  padding: 0px;
  cursor: pointer;
}

.button-4 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  margin: 15px;
  padding-right: 27px;
  padding-left: 27px;
  border-radius: 7px;
  background-color: #4ea5f1;
  font-family: Exo, sans-serif;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0px;
}

.button-4:hover {
  background-color: #2780ce;
}

.modal-login {
  position: fixed;
  left: 0%;
  top: 3%;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  display: none;
  width: 600px;
  height: 270px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 18px;
  background-color: #fff;
  line-height: 20px;
}

.close-login {
  padding: 0px;
  cursor: pointer;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 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;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-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;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.main-navbar-section {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 19px;
  -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;
  background-color: #fef8d8;
}

.container-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-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
  -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-column-gap: 35px;
}

.div-block-5 {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 5px;
  cursor: pointer;
}

.text-block-4 {
  font-family: 'Open Sans', sans-serif;
  color: #050505;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.text-block-4:hover {
  color: #f0991f;
}

.body {
  font-size: 15px;
}

.heading-landing {
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
}

.link-landing {
  font-family: 'Open Sans', sans-serif;
  color: #272727;
  font-weight: 600;
}

.section-6 {
  padding-top: 25px;
}

.text-block-5 {
  padding-top: 0px;
  padding-left: 15px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-weight: 400;
  text-align: left;
}

.div-block-6 {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: block;
  width: 25px;
  height: 25px;
  color: #6498ff;
  font-size: 14px;
}

.card-wrapper {
  width: 225px;
  height: 266px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  border-radius: 15px;
  background-color: #e4e4e4;
}

.heading-6 {
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

.text-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.collection-list {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.collection-list-wrapper {
  display: block;
  padding: 28px;
}

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

.text-block-6 {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.text-container-principal {
  position: relative;
  left: 0%;
  top: 65%;
  right: auto;
  width: auto;
}

.image-6 {
  color: #3d1717;
}

.section-7 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: rgba(151, 81, 81, 0);
  color: #271717;
}

.container-3 {
  max-width: none;
  margin-top: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 20px;
  box-shadow: 1px 1px 9px -4px #000;
}

.heading-7 {
  margin-right: 30px;
  margin-left: 30px;
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 18px;
  text-align: center;
}

.heading-7.about-me {
  margin-top: 25px;
  margin-bottom: 15px;
}

.form-block-2 {
  margin-right: 0px;
  margin-left: 30px;
}

.field-label {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  text-transform: none;
}

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

.select-field {
  margin-bottom: 15px;
  border-radius: 4px;
  background-color: #fff;
  opacity: 1;
}

.form {
  opacity: 1;
  text-align: left;
}

.form-first-section {
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  -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;
  grid-column-gap: 80px;
}

.field-input-wrapper {
  width: 100%;
}

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

.div-block-10 {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 80px;
}

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

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

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

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

.submit-button-2 {
  position: static;
  left: auto;
  width: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-right: 22px;
  padding-left: 22px;
  border-radius: 4px;
  background-color: #4babff;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.submit-button-2.cancel-button {
  border: 1px solid #4babff;
  background-color: transparent;
  color: #4babff;
}

.form-block-3 {
  margin-right: 30px;
  margin-left: 30px;
}

.textarea {
  overflow: visible;
  min-height: 200px;
  border-radius: 6px;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  -o-object-fit: fill;
  object-fit: fill;
}

.button-5 {
  position: relative;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: auto;
  width: 395px;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #4babff;
  box-shadow: 1px 1px 6px -2px #000;
  font-family: Exo, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.container-4 {
  margin-top: 30px;
  margin-bottom: 30px;
  border-radius: 0px;
  text-align: center;
}

.btn3-my-photos {
  border-radius: 20px;
  background-color: #e7e7e7;
  font-family: Exo, sans-serif;
  color: #080808;
  font-weight: 700;
}

.btn2-my-photos {
  border-radius: 20px;
  background-color: #4babff;
  font-family: Exo, sans-serif;
  color: #fff;
  font-weight: 700;
}

.btn1-my-photos {
  border-radius: 20px;
  background-color: #e7e7e7;
  font-family: Exo, sans-serif;
  color: #000;
  font-weight: 700;
}

.div-block-15 {
  width: 32.4%;
  margin-right: auto;
  margin-left: auto;
  border-radius: 20px;
  background-color: #e7e7e7;
  box-shadow: 1px 1px 7px -5px #000;
}

.section-8 {
  margin-bottom: 0px;
  padding-top: 20px;
  padding-right: 30px;
  padding-left: 30px;
}

.container-3-copy {
  max-width: 45%;
  margin-top: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 20px;
  box-shadow: 1px 1px 9px -4px #000;
}

.section-8-copy {
  margin-bottom: 0px;
}

.section-9 {
  padding-right: 30px;
  padding-left: 30px;
}

.heading-8 {
  margin-top: 0px;
  margin-bottom: 15px;
  padding-left: 0px;
  font-family: 'Open Sans', sans-serif;
  font-size: 44px;
  text-align: center;
}

.div-block-16 {
  width: 32.4%;
  margin-right: auto;
  margin-left: auto;
  border-radius: 20px;
  background-color: #e7e7e7;
  box-shadow: 1px 1px 7px -5px #000;
}

.btn1-my-photos-copy {
  border-radius: 20px;
  background-color: #e7e7e7;
  font-family: Exo, sans-serif;
  color: #000;
  font-weight: 700;
}

.btn1-my-photos-copy {
  border-radius: 20px;
  background-color: #e7e7e7;
  font-family: Exo, sans-serif;
  color: #000;
  font-weight: 700;
}

.btn1-my-profile {
  border-radius: 20px;
  background-color: #4babff;
  font-family: Exo, sans-serif;
  color: #fff;
  font-weight: 700;
}

.btn2-my-profile {
  border-radius: 20px;
  background-color: #e7e7e7;
  font-family: Exo, sans-serif;
  color: #000;
  font-weight: 700;
}

.btn3-my-profile {
  border-radius: 20px;
  background-color: #e7e7e7;
  font-family: Exo, sans-serif;
  color: #080808;
  font-weight: 700;
}

.btn1-preferences {
  border-radius: 20px;
  background-color: #e7e7e7;
  font-family: Exo, sans-serif;
  color: #000;
  font-weight: 700;
}

.btn2-preferences {
  border-radius: 20px;
  background-color: #e7e7e7;
  font-family: Exo, sans-serif;
  color: #000;
  font-weight: 700;
}

.btn3-preferences {
  border-radius: 20px;
  background-color: #4babff;
  font-family: Exo, sans-serif;
  color: #fff;
  font-weight: 700;
}

.form-2 {
  text-align: right;
}

.div-block-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  text-align: left;
}

.textarea-copy {
  overflow: visible;
  min-height: 100px;
  border-radius: 6px;
  font-family: Exo, sans-serif;
  font-size: 13px;
  -o-object-fit: fill;
  object-fit: fill;
}

.section-10 {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
}

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

.modal-credit {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 25;
  display: block;
  overflow: auto;
  width: 600px;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 18px;
  background-color: #fff;
  line-height: 20px;
  -o-object-fit: fill;
  object-fit: fill;
  -o-object-position: 0% 0%;
  object-position: 0% 0%;
}

.heading-10 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-family: Exo, sans-serif;
  color: #3898ec;
  font-size: 15px;
  text-align: center;
}

.text-block-7 {
  margin-bottom: 5px;
  font-family: Exo, sans-serif;
  color: #6f6d6d;
  font-size: 12px;
  text-align: center;
  letter-spacing: 2px;
}

.heading-11 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #ddd;
  font-family: Exo, sans-serif;
  color: #3898ec;
  font-weight: 700;
  text-align: center;
}

.div-block-18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 0px;
  background-color: #f1f1f1;
}

.heading-12 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Exo, sans-serif;
}

.text-block-1 {
  background-color: transparent;
  font-family: Exo, sans-serif;
  color: #3898ec;
  font-size: 13px;
  font-weight: 600;
}

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

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

.button-6 {
  border-radius: 5px;
  box-shadow: 1px 1px 9px -4px #000;
  font-family: Exo, sans-serif;
  font-size: 13px;
  line-height: 15px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
}

.text-block-1-copy {
  background-color: transparent;
  font-family: Exo, sans-serif;
  color: #000;
  font-size: 13px;
  font-weight: 500;
}

.modal-credit-block-2 {
  margin: 0px 20px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #747474;
}

.bold-text {
  font-size: 15px;
}

.modal-credit-block-1 {
  margin: 0px 20px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #747474;
}

.bold-text-2 {
  font-family: Exo, sans-serif;
  font-weight: 600;
}

.div-block-18-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 0px;
  border: 0px solid #747474;
  background-color: #fff;
}

.div-block-18-copy-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 0px;
  border: 1px solid #747474;
  background-color: #fff;
}

.div-block-18-copy-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  margin-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 0px;
  border: 1px solid #747474;
  background-color: #fff;
}

.modal-credit-block-3 {
  margin: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #747474;
}

.div-block-19-copy-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 0px;
  border: 1px solid #747474;
  background-color: #fff;
}

.bold-text-3 {
  overflow: auto;
}

.text-block-8 {
  margin-bottom: 5px;
  font-family: Exo, sans-serif;
  color: #818181;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

.bold-text-4 {
  font-size: 15px;
  font-weight: 700;
}

.text-block-9 {
  margin-right: 20px;
  margin-bottom: 25px;
  margin-left: 20px;
  font-family: Exo, sans-serif;
  color: #8d8d8d;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  text-align: center;
}

.text-block-10 {
  font-family: Exo, sans-serif;
  text-align: center;
}

.bold-text-5 {
  color: #818181;
}

.text-block-11 {
  margin-bottom: 15px;
  font-family: Exo, sans-serif;
  color: #8d8d8d;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
}

.text-block-12 {
  margin-bottom: 20px;
  font-family: Exo, sans-serif;
  font-size: 13px;
  text-align: center;
}

.container-5 {
  display: block;
  padding-top: 0px;
  padding-bottom: 0px;
  -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-column-gap: 10px;
}

.heading-13 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Exo, sans-serif;
}

.image-7 {
  padding: 6px;
  border-radius: 45px;
  background-color: #d1d1d1;
  box-shadow: 1px 1px 10px -6px #000;
  color: #fff;
}

.text-block-13 {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
}

.heading-section {
  padding-top: 45px;
  padding-bottom: 30px;
}

.div-block-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  margin: 0px auto;
  -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-column-gap: 15px;
  cursor: pointer;
}

.div-block-22 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 25;
  width: 100%;
  height: 100vh;
  background-color: hsla(0, 0%, 55.3%, 0.51);
  color: #000;
}

.div-block-23 {
  margin-top: 86px;
  padding-top: 123px;
  padding-bottom: 123px;
  background-color: #fff;
  text-align: center;
}

.div-block-24 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  width: 100%;
  height: 100vh;
  background-color: rgba(51, 51, 51, 0.64);
}

.filter-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 100%;
  height: 100vh;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  background-color: hsla(0, 0%, 66%, 0.6);
}

.filter-container {
  width: 550px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 20px;
  background-color: #fff;
}

.heading-14 {
  margin-top: 10px;
  padding-top: 20px;
  font-family: Exo, sans-serif;
  text-align: center;
}

.form-block-4 {
  padding-right: 23px;
  padding-left: 23px;
}

.field-label-3 {
  font-family: Exo, sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
}

.select-field-2 {
  border-radius: 8px;
  background-color: #fff;
  font-family: Exo, sans-serif;
}

.select-field-3 {
  border-radius: 8px;
  background-color: #fff;
  font-family: Exo, sans-serif;
}

.select-field-4 {
  border-radius: 8px;
  background-color: #fff;
  font-family: Exo, sans-serif;
}

.div-block-25 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 25px;
}

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

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

.submit-button-3 {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 23px;
  box-shadow: 1px 1px 5px -2px #000;
  font-family: Exo, sans-serif;
  font-size: 17px;
  font-weight: 600;
}

.div-block-28 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
}

.div-block-29 {
  position: absolute;
}

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

.f-container {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 25;
  display: block;
  overflow: visible;
  width: 600px;
  height: 530px;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 18px;
  background-color: #fff;
  line-height: 20px;
  -o-object-fit: fill;
  object-fit: fill;
  -o-object-position: 0% 0%;
  object-position: 0% 0%;
}

.f-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  width: 100%;
  height: 100vh;
  background-color: rgba(51, 51, 51, 0.64);
}

.image-5-f {
  padding: 0px;
  cursor: pointer;
}

.link-block {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 5px;
  text-decoration: none;
}

.link-block.w--current {
  text-decoration: none;
}

.link-block-2 {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 5px;
  text-decoration: none;
}

.link-block-3 {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 5px;
  text-decoration: none;
}

.link-block-4 {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-block-5 {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 5px;
  text-decoration: none;
}

.div-block-31 {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 20px;
}

.container-img-wrapper-copy {
  width: 250px;
  height: 320px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  border-radius: 15px;
  background-color: #e4e4e4;
}

.image-8 {
  cursor: pointer;
}

.image-9 {
  cursor: pointer;
}

.body-2 {
  display: block;
  overflow: hidden;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -o-object-fit: fill;
  object-fit: fill;
}

.left-section-wrapper {
  display: block;
  width: 20%;
  min-height: 100%;
  padding-top: 20px;
  padding-left: 20px;
  border-right: 1px solid rgba(0, 0, 0, 0.09);
  background-color: transparent;
  box-shadow: none;
}

.mid-section-wrapper {
  display: block;
  overflow: auto;
  width: 27%;
  height: auto;
  padding-left: 0px;
}

.right-section-wrapper {
  display: block;
  width: 73%;
  border-right: 1px solid rgba(0, 0, 0, 0.09);
  border-left: 0.7px solid rgba(0, 0, 0, 0.09);
}

.heading-15 {
  margin-bottom: 25px;
  font-family: Exo, sans-serif;
  color: #949494;
  font-size: 17px;
  font-weight: 600;
}

.mailbox-link {
  margin-bottom: 10px;
  font-family: Exo, sans-serif;
  color: #0c0c0c;
  font-weight: 600;
  text-decoration: none;
}

.mailbox-link:hover {
  color: #127efa;
}

.div-block-32 {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading-16 {
  margin-top: 36px;
  margin-bottom: 35px;
  padding-left: 30px;
  font-family: 'Open Sans', sans-serif;
  font-size: 29px;
}

.chat-preview {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  margin-left: 5px;
  padding-left: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 10px;
  background-color: #fff;
}

.heading-17 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}

.text-block-14 {
  display: inline;
  overflow: visible;
  width: 45px;
  height: 0px;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  font-weight: 400;
  -o-object-fit: fill;
  object-fit: fill;
}

.header-chat-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 33px;
  padding-bottom: 29px;
  padding-left: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}

.heading-18 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
}

.footer-chat-box {
  position: fixed;
  left: 27%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: 0%;
  padding: 19px 8px;
  clear: none;
  -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-column-gap: 15px;
  border-top: 1px solid rgba(0, 0, 0, 0.09);
  box-shadow: none;
  text-align: center;
}

.form-block-5 {
  width: 100%;
  margin-bottom: 0px;
}

.textarea-2 {
  margin-bottom: 0px;
  padding-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
}

.button-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  -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;
  font-family: Exo, sans-serif;
  font-weight: 600;
}

.div-block-33 {
  width: 20%;
  padding-top: 20px;
  padding-left: 20px;
  box-shadow: 1px 1px 8px -5px #000;
}

.div-block-34 {
  overflow: auto;
  width: 35%;
  height: 450px;
}

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

.container-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100vh;
  max-width: 100%;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.div-block-36 {
  width: 40px;
  height: 40px;
  padding: 15px;
  border: 1px solid transparent;
  border-radius: 0px;
  background-image: url('../images/photo-icon-button.png');
  background-position: 50% 50%;
  background-size: 35px;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.div-block-37 {
  width: 35px;
  height: 35px;
  padding: 15px 20px;
  border: 1px solid transparent;
  border-radius: 0px;
  background-image: url('../images/emoji-icon-button.png');
  background-position: 50% 50%;
  background-size: 34px;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.div-block-38 {
  width: 40px;
  height: 40px;
  padding: 15px 18px;
  border: 1px solid transparent;
  border-radius: 50px;
  background-color: #1b9cfc;
  background-image: url('../images/send-icon2_1send-icon2.png');
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.section-12 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffd3e2;
}

.navbar-section {
  background-color: #fef8d8;
}

.button-8 {
  background-color: #f73f79;
}

.column {
  padding-right: 0px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: right;
}

.columns {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-4 {
  padding-right: 16px;
  padding-left: 16px;
}

.access-button {
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 25px;
  padding-left: 25px;
  border-radius: 0px;
  background-color: transparent;
  font-family: 'Open Sans', sans-serif;
  color: #ec2c6b;
  font-size: 15px;
  font-weight: 700;
}

.access-button.general {
  font-family: 'Open Sans', sans-serif;
  color: #050505;
  font-size: 15px;
  font-weight: 600;
}

.access-button.general:hover {
  color: #f0991f;
}

.access-button.main-button-login {
  margin-right: 25px;
  margin-left: 5px;
  padding-top: 7px;
  padding-bottom: 7px;
  border-radius: 20px;
  background-color: #fff;
  color: #ff9500;
}

.access-button.main-button-login:hover {
  background-color: #ff9500;
  color: #fff;
}

.access-button.main-button-signup {
  margin-right: 25px;
  margin-left: 10px;
  padding-top: 7px;
  padding-bottom: 7px;
  border-radius: 20px;
  background-color: #fff;
  color: #ff9500;
}

.access-button.main-button-signup:hover {
  background-color: #ff9500;
  color: #fff;
}

.jumbotron-section {
  height: auto;
  background-color: #fef8d8;
}

.image-10 {
  margin-top: 45px;
  text-align: right;
}

.column-3 {
  padding-right: 100px;
  text-align: right;
}

.jumbotron-title {
  width: auto;
  margin: 0px 0px 15px;
  font-family: 'Open Sans', sans-serif;
  color: #2e000a;
  font-size: 55px;
  line-height: 65px;
  font-weight: 600;
  text-align: left;
}

.column-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
  -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: left;
}

.div-block-39 {
  width: 650px;
  margin-left: 0px;
  padding-top: 0px;
}

.jumbotron-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  padding-top: 9px;
  -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-column-gap: 125px;
  grid-row-gap: 125px;
}

.navbar-container {
  display: block;
  max-width: 90%;
  padding-top: 10px;
  padding-bottom: 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;
}

.image-11 {
  margin-left: 0px;
  padding-top: 12px;
  padding-bottom: 12px;
  cursor: pointer;
}

.container-7 {
  padding-top: 40px;
  padding-bottom: 25px;
}

.heading-19 {
  font-family: 'Open Sans', sans-serif;
  color: #2e000a;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 5px;
}

.how-it-work-container {
  max-width: 100%;
  padding-top: 75px;
  padding-bottom: 45px;
}

.heading-20 {
  width: 700px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  font-family: 'Open Sans', sans-serif;
  color: #2e000a;
  font-size: 30px;
  line-height: 35px;
  font-weight: 600;
  text-align: center;
}

.bold-text-6 {
  color: #2e000a;
}

.text-block-15 {
  font-family: 'Open Sans', sans-serif;
  color: #2e000a;
}

.bold-text-7 {
  color: #2e000a;
}

.text-block-16 {
  font-family: 'Open Sans', sans-serif;
  color: #2e000a;
}

.bold-text-8 {
  color: #2e000a;
}

.div-block-40 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  -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-column-gap: 125px;
  grid-row-gap: 125px;
}

.heading-21 {
  font-family: 'Open Sans', sans-serif;
  font-size: 35px;
}

.principal-header-wrapper {
  display: block;
  max-width: 1280px;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-22 {
  margin-top: 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 35px;
}

.columns-2 {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-principal-section {
  padding-top: 65px;
  padding-bottom: 25px;
}

.main-principal-wrapper {
  display: none;
  max-width: 1280px;
}

.grid {
  display: none;
  justify-items: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

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

.container-img-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 681px;
  height: 450px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  -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: 15px;
  background-color: #fef8d8;
  text-align: left;
}

.text-wrapper-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  grid-column-gap: 5px;
}

.heading-23 {
  color: #fff;
  font-size: 20px;
}

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

.text-block-19 {
  padding-top: 0px;
  padding-left: 15px;
  color: #fff;
}

.column-5 {
  padding-right: 0px;
  padding-left: 0px;
}

.image-12 {
  border-radius: 9px 0px 0px 9px;
}

.columns-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 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;
  text-align: left;
}

.column-6 {
  padding-right: 0px;
  padding-left: 0px;
}

.heading-24 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 700;
}

.paragraph {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 400;
}

.image-13 {
  display: block;
  margin-right: auto;
  margin-bottom: 25px;
  margin-left: auto;
}

.image-14 {
  padding-top: 12px;
  padding-bottom: 12px;
}

.section-13 {
  padding: 33px;
}

.image-15 {
  display: block;
  margin-right: auto;
  margin-bottom: 35px;
  margin-left: auto;
  text-decoration: none;
}

.main-visitor-wrapper {
  max-width: 1280px;
  padding-top: 75px;
  padding-bottom: 25px;
}

.text-block-20 {
  margin-bottom: 45px;
  font-family: 'Open Sans', sans-serif;
  font-size: 19px;
  text-align: center;
}

.image-16 {
  padding-top: 8px;
  padding-bottom: 8px;
}

.container-8 {
  max-width: 1280px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.form-blocker {
  border: 1px none #000;
}

.form-second-section {
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  -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;
  grid-column-gap: 80px;
}

.form-third-section {
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  -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;
  grid-column-gap: 80px;
}

.form-fourth-section {
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  -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;
  grid-column-gap: 80px;
}

.form-first-section-copy {
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  -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;
  grid-column-gap: 80px;
}

.line-divider {
  width: auto;
  height: 1px;
  margin: 15px 12px 15px 30px;
  background-color: rgba(0, 0, 0, 0.07);
}

.column-7 {
  border-left: 1px solid rgba(0, 0, 0, 0.07);
}

.image-17 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.name-profile {
  margin-bottom: 15px;
  font-family: 'Open Sans', sans-serif;
  color: #ecaf2c;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}

.text-field-3 {
  margin-bottom: 15px;
}

.text-field-4 {
  margin-bottom: 15px;
}

.text-field-5 {
  margin-bottom: 15px;
}

.text-field-6 {
  margin-bottom: 15px;
}

.columns-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.stats-profile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 455px;
  margin-right: auto;
  margin-bottom: 25px;
  margin-left: auto;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

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

.heading-25 {
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
}

.heading-26 {
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
}

.heading-27 {
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
}

.text-block-21 {
  font-family: 'Open Sans', sans-serif;
}

.text-block-22 {
  font-family: 'Open Sans', sans-serif;
}

.image-18 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.image-19 {
  padding-top: 8px;
  padding-bottom: 8px;
}