.hv {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 400;
}

.hvl {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 300;
}

.ns {
  font-family: "nimbus-sans", sans-serif;
  font-weight: 300;
}

.enzo, #s1 .container .heading .header, #s1 .container .heading .subheader, #s2 .container .item .item-header .header-content, #s3 .container .header, #s6 .container .contact .heading .header, #s6 .container .contact .heading .subheader, .yellow-button, .blue-button, .white-button {
  font-family: "ff-enzo-web", sans-serif;
  font-weight: 600;
}

.mp {
  font-family: "myriad-pro", sans-serif;
  font-weight: 400;
}

.fsp, #s1 .container .content .text, #s2 .container .item .item-body, #s3 .container .subheader, #s3 .container .content ul, #s4 .container .quote, #s4 .container .author .name, #s4 .container .author .title, #s5 .container .quote, #s5 .container .author .name, #s5 .container .author .title,
.pn {
  font-family: "freight-sans-pro", sans-serif;
  font-weight: 400;
}

@font-face {
  font-family: "SanFrancisco";
  src: url("fonts/San_Francisco/SFProText-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SanFranciscoBold";
  src: url("fonts/San_Francisco/SFProText-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "SanFranciscoItalic";
  src: url("fonts/San_Francisco/SFProText-RegularItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: oblique;
}
@font-face {
  font-family: "OpenSans";
  src: url("fonts/Open_Sans/OpenSans-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "OpenSansLight";
  src: url("fonts/Open_Sans/OpenSans-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "OpenSansBold";
  src: url("fonts/Open_Sans/OpenSans-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "OpenSansItalic";
  src: url("fonts/Open_Sans/OpenSans-RegularItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: oblique;
}
@font-face {
  font-family: "Handlee";
  src: url("fonts/Handlee/Handlee-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: oblique;
}
.sf {
  font-family: "SanFrancisco", sans-serif;
  font-weight: 400;
}

.os, #s3 .container button, #s6 .container .contact .content .item .person .text .name, #s6 .container .contact .content .item .person .text .position, #s6 .container .contact .content .item .extra .whatsapp, #s6 .container .contact .content .item .extra .email, #s6 .container .buttons button.btn-1, #s6 .container .buttons button.btn-2 {
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
}

.osl {
  font-family: "OpenSansLight", sans-serif;
  font-weight: 300;
}

.hd {
  font-family: "Handlee", sans-serif;
  font-weight: 400;
}

.yellow-button {
  color: white;
  padding: 10px 20px;
  text-align: center;
  border: none;
  cursor: pointer;
  border-radius: 4px;
  background: #E5C764;
  font-size: 17px;
  min-height: 25px;
  margin-top: 15px;
  margin-left: 5px;
  transition: background 0.3s;
}
@media (max-width: 430px) {
  .yellow-button {
    margin-left: unset;
  }
}
.yellow-button:hover {
  background: #C1A959;
  box-shadow: none;
  transform: none;
}
.yellow-button:active {
  background: #AF9950;
  box-shadow: none;
  transform: none;
}

.blue-button {
  color: white;
  padding: 10px 20px;
  text-align: center;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  background: #3B898B;
  font-size: 17px;
  min-height: 25px;
  margin-top: 15px;
  margin-left: 5px;
  transition: background 0.3s;
}
.blue-button:hover {
  border: 1px solid #509798;
  background: #509798;
  box-shadow: none;
  transform: none;
}
.blue-button:active {
  border: 1px solid #509798;
  background: #488081;
  box-shadow: none;
  transform: none;
}

.white-button {
  color: black;
  padding: 10px 20px;
  text-align: center;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  background: white;
  font-size: 17px;
  min-height: 25px;
  margin-top: 15px;
  margin-left: 5px;
  transition: background 0.3s;
}
.white-button:hover {
  background: #E8E8E8;
  box-shadow: none;
  transform: none;
}
.white-button:active {
  background: #D2D2D2;
  border: 1px solid #3B898B;
  box-shadow: none;
  transform: none;
}

#s1 {
  position: relative;
  padding: 0;
  background: white !important;
}
#s1 .bg {
  position: absolute;
  height: 590px;
  top: 0;
  left: 0;
  margin: 0 10%;
  padding-right: 27%;
}
@media (max-width: 430px) {
  #s1 .bg {
    display: none;
  }
}
#s1 .container {
  position: relative;
  margin: 0 24.19% 0 calc(18% - 30px);
  padding: 0 0 0 30px;
  padding-bottom: 130px;
  background-color: #FFF;
}
@media (max-width: 430px) {
  #s1 .container {
    margin: 0 0 0 30px;
    padding: 0 0 0 0;
  }
}
@media (min-width: 1250px) and (max-width: 1549px) {
  #s1 .container {
    margin: 0 13.19% 0 calc(18% - 30px);
  }
}
@media (min-width: 1000px) and (max-width: 1249px) {
  #s1 .container {
    margin: 0 13.19% 0 calc(10% - 30px);
  }
}
@media (min-width: 430px) and (max-width: 999px) {
  #s1 .container {
    margin: 0 7.19% 0 calc(10% - 30px);
  }
}
#s1 .container .heading {
  margin: 45px 0;
}
#s1 .container .heading .header {
  font-size: 27px;
  font-weight: 700;
  position: relative;
  margin-bottom: 5px;
}
@media (max-width: 430px) {
  #s1 .container .heading .header {
    font-size: 31px;
    margin-bottom: 15px;
  }
}
#s1 .container .heading .header .stripe {
  position: absolute;
  left: 136px;
  top: 25px;
  height: 8px;
  width: 192px;
}
@media (max-width: 430px) {
  #s1 .container .heading .header .stripe {
    width: 205px;
    left: 162px;
    top: 30px;
    height: 9px;
  }
}
#s1 .container .heading .subheader {
  font-size: 25px;
  font-weight: 350;
}
@media (max-width: 430px) {
  #s1 .container .heading .subheader {
    font-size: 23px;
  }
}
#s1 .container .content {
  display: flex;
  padding-right: 60px;
  gap: 15px;
}
@media (max-width: 430px) {
  #s1 .container .content {
    flex-direction: column;
    padding-right: 0;
    gap: 0px;
  }
}
#s1 .container .content .images {
  margin-left: 60px;
  position: relative;
  width: 324px;
  height: 300px;
}
@media (max-width: 430px) {
  #s1 .container .content .images {
    margin-left: 0;
    width: 100%;
    height: 250px;
  }
}
#s1 .container .content .images img {
  position: absolute;
}
#s1 .container .content .images .woman-1 {
  height: 49px;
  width: 49px;
  top: 179px;
  left: 135px;
  z-index: 2;
}
@media (max-width: 430px) {
  #s1 .container .content .images .woman-1 {
    height: 56px;
    width: 56px;
    top: 176px;
    left: 125px;
  }
}
#s1 .container .content .images .woman-2 {
  height: 50px;
  width: 50px;
  top: 46px;
  left: 0;
}
@media (max-width: 430px) {
  #s1 .container .content .images .woman-2 {
    width: 54px;
    height: 54px;
    left: -3px;
  }
}
#s1 .container .content .images .woman-3 {
  height: 134px;
  width: 124px;
  top: 64px;
  left: 58px;
  z-index: 1;
}
@media (max-width: 430px) {
  #s1 .container .content .images .woman-3 {
    width: 125px;
    left: 62px;
  }
}
#s1 .container .content .images .man {
  height: 50px;
  width: 50px;
  top: 131px;
  left: 261px;
}
@media (max-width: 430px) {
  #s1 .container .content .images .man {
    height: 52px;
    width: 52px;
    left: 197px;
  }
}
@media (min-width: 430px) and (max-width: 999px) {
  #s1 .container .content .images .man {
    display: none;
  }
}
#s1 .container .content .images .dots {
  height: 60px;
  width: 65px;
  top: 98px;
  left: 18px;
}
@media (max-width: 430px) {
  #s1 .container .content .images .dots {
    height: 62px;
    width: 67px;
    top: 107px;
  }
}
#s1 .container .content .images .milestone {
  height: 47px;
  width: 47px;
  top: 229px;
  left: 47px;
}
@media (max-width: 430px) {
  #s1 .container .content .images .milestone {
    display: none;
  }
}
#s1 .container .content .images .teamwork {
  height: 41px;
  width: 41px;
  top: 0;
  left: 90px;
}
@media (max-width: 430px) {
  #s1 .container .content .images .teamwork {
    left: 100px;
  }
}
#s1 .container .content .images .puzzles {
  height: 35px;
  width: 53px;
  top: 67px;
  left: 272px;
}
@media (max-width: 430px) {
  #s1 .container .content .images .puzzles {
    height: 35px;
    width: 45px;
    left: 203px;
    transform: scale(1, 1.3);
  }
}
@media (min-width: 430px) and (max-width: 999px) {
  #s1 .container .content .images .puzzles {
    display: none;
  }
}
#s1 .container .content .text {
  padding-top: 64px;
  font-size: 17px;
  font-weight: 350;
  position: relative;
  width: 450px;
  background: white;
}
@media (max-width: 430px) {
  #s1 .container .content .text {
    padding-top: 0;
    width: 331px;
    margin-right: 30px;
    font-weight: 400;
    margin-bottom: 50px;
  }
}
#s1 .bg-hill-1 {
  position: absolute;
  height: 346px;
  bottom: -189px;
  left: 190px;
}
@media (max-width: 430px) {
  #s1 .bg-hill-1 {
    bottom: 0px;
    width: 2285px;
    height: unset;
    left: unset;
  }
}
#s1 .bg-hill-2 {
  position: absolute;
  bottom: -90px;
  height: 133px;
  left: 151px;
}
@media (max-width: 430px) {
  #s1 .bg-hill-2 {
    display: none;
  }
}

#s2 {
  background: #F0EFE9;
  padding-bottom: 28px;
}
@media (max-width: 430px) {
  #s2 {
    padding-bottom: 132px;
  }
}
#s2 .container {
  margin: 0 18%;
  padding: 50px 150px 86px 0;
  display: flex;
  flex-wrap: wrap;
  row-gap: 53px;
  column-gap: 103px;
}
@media (max-width: 430px) {
  #s2 .container {
    padding: 60px 0 0 0;
    margin: 0 0 0 30px;
  }
}
@media (min-width: 1250px) and (max-width: 1549px) {
  #s2 .container {
    padding-right: 20px;
    margin: 0 10% 0 18%;
  }
}
@media (min-width: 1000px) and (max-width: 1249px) {
  #s2 .container {
    margin: 0 10% 0 10%;
    width: 100%;
  }
}
@media (min-width: 430px) and (max-width: 999px) {
  #s2 .container {
    margin: 0 10%;
    padding: 70px 0;
    width: 100%;
  }
}
#s2 .container .item {
  flex: 0 0 370px;
}
#s2 .container .item:nth-of-type(3) .item-header .header-stripe {
  height: 16px;
  bottom: -15px;
}
@media (min-width: 430px) and (max-width: 999px) {
  #s2 .container .item {
    flex: 0 0 275px;
  }
}
#s2 .container .item .item-header {
  display: flex;
  gap: 16px;
  position: relative;
  margin-bottom: 24px;
}
@media (max-width: 430px) {
  #s2 .container .item .item-header {
    margin-bottom: 35px;
  }
}
#s2 .container .item .item-header .header-icon {
  height: 53px;
  width: 53px;
}
@media (max-width: 430px) {
  #s2 .container .item .item-header .header-icon {
    height: 40px;
    width: 40px;
    margin-top: 7px;
  }
}
#s2 .container .item .item-header .header-content {
  font-size: 20px;
  line-height: 1.3;
}
@media (max-width: 430px) {
  #s2 .container .item .item-header .header-content {
    font-size: 21px;
  }
}
#s2 .container .item .item-header .header-stripe {
  position: absolute;
  left: 70px;
  bottom: -7px;
  height: 6px;
}
#s2 .container .item .item-body {
  font-size: 17px;
  font-weight: 350;
}
@media (max-width: 430px) {
  #s2 .container .item .item-body {
    max-width: 328px;
  }
}

#s3 {
  background-color: #FFF;
  height: 1110px;
  position: relative;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 430px) {
  #s3 {
    display: block;
    height: unset;
  }
}
#s3 .bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 1110px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 430px) {
  #s3 .bg {
    top: -496px;
    height: 685px;
    width: 100%;
  }
}
@media (min-width: 430px) and (max-width: 999px) {
  #s3 .bg {
    object-position: 64%;
  }
}
#s3 .square {
  position: absolute;
  top: 136px;
  right: 735px;
  border-radius: 10px;
  background: #CDA29D;
  width: 131px;
  height: 162px;
}
#s3 .container {
  z-index: 10;
  position: relative;
  margin-top: 158px;
  margin-right: 18.9%;
  padding: 43px 36px 27px;
  border-radius: 30px;
  background: #133E42;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  width: 548px;
  height: fit-content;
}
@media (max-width: 430px) {
  #s3 .container {
    border-radius: unset;
    padding-left: 30px;
    margin-top: 578px;
  }
}
@media (min-width: 1250px) and (max-width: 1549px) {
  #s3 .container {
    margin-right: 13%;
  }
}
@media (min-width: 1000px) and (max-width: 1249px) {
  #s3 .container {
    margin-right: 11%;
  }
}
@media (min-width: 430px) and (max-width: 999px) {
  #s3 .container {
    margin-right: 8%;
  }
}
#s3 .container .header {
  max-width: 271px;
  color: #FFF;
  font-size: 31px;
  font-weight: 700;
  margin-bottom: 25px;
  line-height: 1.2;
  position: relative;
}
#s3 .container .header span:nth-of-type(2) {
  color: #C5C5C5;
}
#s3 .container .header .dashes {
  position: absolute;
  top: 40px;
  right: -50px;
  height: 60px;
}
#s3 .container .subheader {
  font-size: 17px;
  font-weight: 300;
  color: #FFF;
  margin-bottom: 30px;
  max-width: 260px;
}
#s3 .container .content {
  margin-bottom: 40px;
}
@media (max-width: 430px) {
  #s3 .container .content {
    margin-bottom: 70px;
    max-width: 435px;
  }
}
#s3 .container .content ul {
  color: #FFF;
  font-size: 17px;
  font-weight: 300;
  display: flex;
  flex-direction: column;
  gap: 18px;
  position: relative;
}
@media (max-width: 430px) {
  #s3 .container .content ul {
    max-width: 77.31%;
  }
}
#s3 .container .content ul li {
  display: block;
}
@media (max-width: 430px) {
  #s3 .container .content ul li {
    padding-left: 20px;
    position: relative;
  }
}
#s3 .container .content ul li::before {
  content: "";
  padding-right: 7px;
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 10px solid #CDA29D;
}
@media (max-width: 430px) {
  #s3 .container .content ul li::before {
    position: absolute;
    left: 0;
    margin-top: 6px;
    top: 3%;
  }
}
#s3 .container button {
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  border-radius: 4px;
  color: #FFF;
  background: #E5C764;
  padding: 8px 15px 8px;
  border: none;
  outline: none;
  width: 152px;
  height: 34px;
  transition: background 0.3s;
}
#s3 .container button:active {
  background: #C1A959;
  box-shadow: none;
  transform: none;
}
#s3 .container button:hover {
  background: #AF9950;
  box-shadow: none;
  transform: none;
}

#s4 {
  background-color: #FFF;
  padding: 88px 0 115px;
  position: relative;
}
@media (max-width: 430px) {
  #s4 {
    margin-top: 55px;
  }
}
#s4 .bg-stripe {
  position: absolute;
  background: #F4ECEB;
  left: -10px;
  bottom: 10px;
  height: 326px;
  width: 110%;
  transform: rotate(0.613deg);
}
@media (max-width: 430px) {
  #s4 .bg-stripe {
    transform: unset;
    height: 564px;
    bottom: unset;
  }
}
#s4 .container {
  margin: 0 30% 0 22.74%;
  display: flex;
  gap: 22px;
  position: relative;
}
@media (max-width: 430px) {
  #s4 .container {
    margin: 79px 0 0 52px;
    flex-direction: column;
    gap: 55px;
  }
}
@media (min-width: 1000px) and (max-width: 1249px) {
  #s4 .container {
    margin: 0px 22% 0 10%;
  }
}
@media (min-width: 430px) and (max-width: 999px) {
  #s4 .container {
    margin: 0px 10%;
  }
}
#s4 .container .quote {
  font-size: 21px;
  font-weight: 350;
  position: relative;
  margin-top: 43px;
  height: fit-content;
  width: 526px;
}
@media (max-width: 430px) {
  #s4 .container .quote {
    width: 290px;
    margin-top: 0;
  }
}
#s4 .container .quote .apostrophe-down {
  position: absolute;
  bottom: -48px;
  right: 35px;
  width: 30px;
}
@media (max-width: 430px) {
  #s4 .container .quote .apostrophe-down {
    left: unset;
    top: unset;
    right: -5px;
    bottom: -55px;
  }
}
#s4 .container .quote .apostrophe-up {
  position: absolute;
  top: -36px;
  left: -42px;
  width: 30px;
}
@media (max-width: 430px) {
  #s4 .container .quote .apostrophe-up {
    left: -32px;
    top: -35px;
  }
}
#s4 .container .author {
  display: flex;
  flex-direction: column;
  min-width: 174px;
}
#s4 .container .author .avatar {
  height: 109px;
  width: 109px;
  margin-bottom: 16px;
}
@media (max-width: 430px) {
  #s4 .container .author .avatar {
    height: 116px;
    width: 116px;
    margin-bottom: 20px;
  }
}
#s4 .container .author .name {
  font-size: 21px;
  font-weight: 500;
  line-height: 1;
}
@media (max-width: 430px) {
  #s4 .container .author .name {
    font-size: 23px;
    margin-bottom: 5px;
  }
}
#s4 .container .author .title {
  font-size: 21px;
  font-weight: 300;
  line-height: 1;
}

#s5 {
  background-color: #FFF;
  padding: 94px 0 156px;
}
#s5 .container {
  margin: 0 30% 0 18%;
  display: flex;
  flex-direction: row;
  gap: 75px;
  position: relative;
}
@media (max-width: 430px) {
  #s5 .container {
    margin: 60px 0 0 52px;
    flex-direction: column-reverse;
    gap: 70px;
  }
}
@media (min-width: 1000px) and (max-width: 1249px) {
  #s5 .container {
    margin: 0px 22% 0 10%;
  }
}
@media (min-width: 430px) and (max-width: 999px) {
  #s5 .container {
    margin: 0px 10%;
  }
}
#s5 .container .quote {
  font-size: 21px;
  font-weight: 350;
  position: relative;
  margin-top: 39px;
  height: fit-content;
  width: 526px;
}
@media (max-width: 430px) {
  #s5 .container .quote {
    width: 280px;
    margin-top: 0;
  }
}
#s5 .container .quote .apostrophe-down {
  position: absolute;
  bottom: -66px;
  right: 44px;
  width: 30px;
}
@media (max-width: 430px) {
  #s5 .container .quote .apostrophe-down {
    left: unset;
    top: unset;
    right: -24px;
    bottom: -55px;
  }
}
#s5 .container .quote .apostrophe-up {
  position: absolute;
  top: -36px;
  left: -42px;
  width: 30px;
}
@media (max-width: 430px) {
  #s5 .container .quote .apostrophe-up {
    left: -32px;
    top: -45px;
  }
}
#s5 .container .author {
  display: flex;
  flex-direction: column;
  min-width: 174px;
}
#s5 .container .author .avatar {
  height: 109px;
  width: 109px;
  margin-bottom: 16px;
}
@media (max-width: 430px) {
  #s5 .container .author .avatar {
    height: 112px;
    width: 112px;
    margin-bottom: 20px;
  }
}
#s5 .container .author .name {
  font-size: 21px;
  font-weight: 500;
  line-height: 1;
}
@media (max-width: 430px) {
  #s5 .container .author .name {
    font-size: 23px;
    margin-bottom: 5px;
  }
}
#s5 .container .author .title {
  font-size: 21px;
  font-weight: 300;
  line-height: 1;
}

#s6 {
  display: flex;
  flex-direction: column;
  background-color: #FFF;
}
@media (max-width: 430px) {
  #s6 {
    position: relative;
    height: 1072px;
  }
}
#s6 .bg-woman {
  height: 582px;
  margin-bottom: -4px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 430px) {
  #s6 .bg-woman {
    height: 366px;
  }
}
#s6 .container {
  padding: 48px 25% 85px 18%;
  background: #E1EAEB;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 430px) {
  #s6 .container {
    position: absolute;
    top: 317px;
    display: block;
    padding-left: 30px;
    width: 100%;
    padding-right: 70px;
    height: calc(100% - 317px);
  }
}
@media (min-width: 1000px) and (max-width: 1249px) {
  #s6 .container {
    padding: 48px 15% 85px 10%;
  }
}
@media (min-width: 430px) and (max-width: 999px) {
  #s6 .container {
    padding: 50px 10%;
    justify-content: unset;
    gap: 100px;
  }
}
#s6 .container .contact .heading .header {
  font-size: 27px;
  font-weight: 700;
}
#s6 .container .contact .heading .subheader {
  margin-top: 8px;
  font-size: 20px;
  font-weight: 350;
  position: relative;
}
@media (max-width: 430px) {
  #s6 .container .contact .heading .subheader {
    font-size: 23px;
    font-weight: 300;
    margin-top: 4px;
  }
}
#s6 .container .contact .heading .subheader .stripe {
  position: absolute;
  left: 26px;
  top: 24px;
  width: 126px;
}
@media (max-width: 430px) {
  #s6 .container .contact .heading .subheader .stripe {
    left: 0;
    top: 28px;
  }
}
@media (min-width: 1000px) and (max-width: 1249px) {
  #s6 .container .contact .heading .subheader .stripe {
    left: 0;
  }
}
#s6 .container .contact .content {
  margin-top: 40px;
  display: flex;
  gap: 60px;
}
@media (max-width: 430px) {
  #s6 .container .contact .content {
    flex-direction: column;
    gap: 30px;
    margin-bottom: 65px;
  }
}
@media (min-width: 430px) and (max-width: 999px) {
  #s6 .container .contact .content {
    flex-direction: column;
  }
}
#s6 .container .contact .content .item {
  display: flex;
  flex-direction: column;
  gap: 27px;
  padding-bottom: 18px;
  border-bottom: 1px solid #CDCDCD;
}
@media (max-width: 430px) {
  #s6 .container .contact .content .item {
    gap: 23px;
    padding-bottom: 20px;
  }
}
@media (max-width: 430px) {
  #s6 .container .contact .content .item:last-of-type {
    border-bottom: none;
  }
}
#s6 .container .contact .content .item .person {
  display: flex;
  gap: 12px;
  align-items: center;
}
#s6 .container .contact .content .item .person .avatar {
  height: 52px;
  width: 52px;
}
#s6 .container .contact .content .item .person .text {
  display: flex;
  flex-direction: column;
}
#s6 .container .contact .content .item .person .text .name {
  font-size: 21px;
  font-weight: 400;
  line-height: 1.2;
}
#s6 .container .contact .content .item .person .text .position {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.2;
  color: #787878;
}
#s6 .container .contact .content .item .extra {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
#s6 .container .contact .content .item .extra .whatsapp {
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  display: flex;
  gap: 8px;
}
#s6 .container .contact .content .item .extra .whatsapp .img {
  width: 16px;
}
#s6 .container .contact .content .item .extra .email {
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  display: flex;
  gap: 8px;
}
#s6 .container .contact .content .item .extra .email .img {
  width: 16px;
}
#s6 .container .buttons {
  margin-top: 30px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (max-width: 430px) {
  #s6 .container .buttons {
    width: 278px;
  }
}
@media (min-width: 430px) and (max-width: 999px) {
  #s6 .container .buttons {
    margin-top: 100px;
  }
}
#s6 .container .buttons button {
  position: relative;
}
#s6 .container .buttons button.btn-1 {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.96px;
  text-transform: uppercase;
  border-radius: 4px;
  border: 1px solid #E5E5E5;
  color: #000;
  background: #FFF;
  padding: 8px 39px 8px 38px;
  border: none;
  outline: none;
  transition: background 0.3s;
}
#s6 .container .buttons button.btn-1:hover {
  background: #E8E8E8;
  box-shadow: none;
  transform: none;
}
#s6 .container .buttons button.btn-1:active {
  background: #D2D2D2;
  box-shadow: none;
  transform: none;
}
@media (max-width: 430px) {
  #s6 .container .buttons button.btn-1 {
    height: 45px;
    font-size: 15px;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.25);
  }
}
#s6 .container .buttons button.btn-2 {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.96px;
  text-transform: uppercase;
  border-radius: 4px;
  color: #FFF;
  background: #E5C764;
  padding: 8px 39px 8px 38px;
  border: none;
  outline: none;
  transition: background 0.3s;
}
#s6 .container .buttons button.btn-2:active {
  background: #C1A959;
  box-shadow: none;
  transform: none;
}
#s6 .container .buttons button.btn-2:hover {
  background: #AF9950;
  box-shadow: none;
  transform: none;
}
@media (max-width: 430px) {
  #s6 .container .buttons button.btn-2 {
    height: 45px;
    font-size: 15px;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.25);
  }
}
#s6 .container .buttons .squares {
  height: 156px;
  position: absolute;
  top: -24px;
  right: -74px;
}
@media (max-width: 430px) {
  #s6 .container .buttons .squares {
    height: 180px;
    top: -38px;
    right: -78px;
  }
}

/*# sourceMappingURL=overzicht.css.map */
