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

.boxmaintext {
  margin-top: 10px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}

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

.miniblue {
  color: #1a428a;
  font-size: 12px;
  line-height: 150px;
  font-weight: 500;
}

.miniblue.red {
  color: #5d1414;
}

.fullcardinnerbottom {
  position: relative;
  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;
}

.footerlogowrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section04 {
  overflow: hidden;
  padding-top: 100px;
  background-image: none;
  background-position: 0% 110%;
  background-size: 550px;
  background-repeat: no-repeat;
}

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

.flexinnerimgbox {
  width: 50%;
  height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: right;
}

.cardwrapper {
  margin-top: 100px;
  margin-right: -10px;
  margin-left: -10px;
}

.contacttextfield {
  width: 50%;
  margin-right: 10px;
  margin-bottom: 0px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 hsla(0, 0%, 100%, 0.5);
  background-color: transparent;
  color: #fff;
  font-weight: 500;
}

.contacttextfield:hover {
  border-bottom-color: #fff;
  color: #fff;
}

.contacttextfield:focus {
  border-bottom-color: #fff;
  color: #fff;
}

.contacttextfield.full {
  width: 100%;
  margin-right: 0px;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 0px;
  line-height: 160%;
}

.contacttextfield.full::-webkit-input-placeholder {
  color: hsla(0, 0%, 100%, 0.5);
}

.contacttextfield.full:-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.5);
}

.contacttextfield.full::-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.5);
}

.contacttextfield.full::placeholder {
  color: hsla(0, 0%, 100%, 0.5);
}

.contacttextfield._1 {
  margin-right: 20px;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 0px;
}

.contacttextfield._1::-webkit-input-placeholder {
  color: hsla(0, 0%, 100%, 0.5);
}

.contacttextfield._1:-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.5);
}

.contacttextfield._1::-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.5);
}

.contacttextfield._1::placeholder {
  color: hsla(0, 0%, 100%, 0.5);
}

.contacttextfield.textarea {
  width: 1000%;
  height: 180px;
  margin-right: 0px;
  padding-left: 0px;
  line-height: 160%;
}

.contacttextfield.textarea::-webkit-input-placeholder {
  color: hsla(0, 0%, 100%, 0.5);
}

.contacttextfield.textarea:-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.5);
}

.contacttextfield.textarea::-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.5);
}

.contacttextfield.textarea::placeholder {
  color: hsla(0, 0%, 100%, 0.5);
}

.contacttextfield._2 {
  margin-right: 0px;
  margin-left: 20px;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 0px;
  line-height: 160%;
}

.contacttextfield._2::-webkit-input-placeholder {
  color: hsla(0, 0%, 100%, 0.54);
}

.contacttextfield._2:-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.54);
}

.contacttextfield._2::-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.54);
}

.contacttextfield._2::placeholder {
  color: hsla(0, 0%, 100%, 0.54);
}

.boxmaintextkr {
  margin-top: 10px;
  margin-bottom: 0px;
  color: #3b3b3b;
  font-size: 14px;
  font-weight: 700;
}

.nav-menu {
  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;
}

.footertext {
  display: block;
  margin-top: 0px;
  margin-bottom: 12px;
  color: #9b9b9b;
  font-size: 12px;
  font-weight: 200;
  text-decoration: none;
}

.boxmaintextkrcard {
  margin-top: 22px;
  margin-bottom: 0px;
  color: #3b3b3b;
  font-size: 14px;
  font-weight: 700;
}

.cardicon {
  height: 50px;
}

.sectiontitleen {
  margin-bottom: 40px;
  color: #3b3b3b;
  font-weight: 200;
}

.section02 {
  padding-bottom: 120px;
}

.whiteline {
  width: 40px;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 30px;
  background-color: #fff;
}

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

.blueback {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: rgba(26, 66, 138, 0.8);
}

.success-message {
  background-color: #fff;
}

.iconfont {
  font-size: 14px;
  line-height: 100%;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
}

.card {
  padding: 36px 32px;
  background-color: #f8f8f8;
}

.fullcardnomargin {
  padding-right: 0px;
  padding-left: 0px;
}

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

.formwrapper01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.footer {
  padding-top: 100px;
  padding-bottom: 20px;
  background-color: #f8f8f8;
}

.flexinner {
  width: 50%;
  height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.boxiconwrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -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: 1px solid #fff;
  border-radius: 60px;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  color: #fff;
  text-decoration: none;
}

.boxiconwrapper.black {
  border-color: #aaa;
  -webkit-transition: border-color 200ms ease, color 200ms ease, background-color 200ms ease;
  transition: border-color 200ms ease, color 200ms ease, background-color 200ms ease;
  color: #aaa;
}

.boxiconwrapper.black:hover {
  background-color: transparent;
}

.lastfootertextmobile {
  display: none;
  margin-top: 20px;
  margin-bottom: 0px;
  color: #9b9b9b;
  font-size: 12px;
  font-weight: 200;
  text-align: center;
}

.navlink {
  padding-right: 22px;
  padding-left: 22px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #3b3b3b;
  font-size: 13px;
  line-height: 100%;
  font-weight: 500;
  text-transform: uppercase;
}

.navlink:hover {
  color: #1a428a;
}

.navlink.w--current {
  color: #1a428a;
}

.section03 {
  padding-top: 100px;
  background-color: #f8f8f8;
}

.pkrblack {
  color: #818181;
  font-size: 15px;
  line-height: 200%;
  font-weight: 500;
}

.pkrblack.margin20 {
  margin-top: 20px;
}

.pkrblackmobile {
  display: none;
  color: #818181;
  font-size: 15px;
  line-height: 200%;
  font-weight: 500;
}

.pkrblackmobile.margin20 {
  margin-top: 20px;
}

.gray100line {
  width: 100%;
  height: 1px;
  margin-top: 100px;
  margin-bottom: 60px;
  background-color: #e3e3e3;
}

.gray100line.bold {
  margin-top: 0px;
  background-color: rgba(0, 0, 0, 0.15);
}

.gray100line.nomargin {
  margin-top: 0px;
  margin-bottom: 50px;
  background-color: rgba(0, 0, 0, 0.15);
}

.gray100line.bot {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  margin-bottom: 0px;
  background-color: rgba(0, 0, 0, 0.15);
}

.fullcardwrapper {
  margin-top: 120px;
}

.boxtitle {
  margin-top: 0px;
  margin-bottom: 0px;
  color: hsla(0, 0%, 100%, 0.3);
  font-size: 13px;
  font-weight: 500;
}

.boxtitle.black {
  color: #9b9b9b;
}

.formwrapper03 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.maintextbox {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1160px;
  height: 100%;
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.pkrwhite {
  color: #fff;
  font-size: 15px;
  line-height: 200%;
  font-weight: 500;
}

.sectionmain {
  margin-top: 80px;
}

.lastfootertext {
  margin-top: 20px;
  margin-bottom: 0px;
  color: #9b9b9b;
  font-size: 12px;
  font-weight: 200;
  text-align: center;
}

.fullcardtitle {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 18px;
  line-height: 170%;
  font-weight: 700;
}

.fullcard {
  position: relative;
  padding: 50px;
  background-color: #f8f8f8;
}

.fullcard._02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 480px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: none;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.fullcard._04 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 480px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: none;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.fullcard._03 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 480px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: none;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.fullcard._01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 480px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: none;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.pkrfullcard {
  margin-top: 28px;
  color: #fff;
  font-size: 14px;
  line-height: 200%;
  font-weight: 500;
}

.pkrwhitemobile {
  display: none;
  color: #fff;
  font-size: 15px;
  line-height: 200%;
  font-weight: 500;
}

.footertitle {
  display: block;
  margin-top: 0px;
  margin-bottom: 20px;
  color: #3b3b3b;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
}

.formwrapper02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mainlogoblack {
  height: 50px;
  opacity: 0.7;
}

.fullcardinnertop {
  position: relative;
}

.navwrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
  -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;
}

.mainbackground {
  position: relative;
  height: 700px;
  background-color: #1b1b1b;
  background-image: linear-gradient(315deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.2)), none;
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.form {
  position: relative;
  width: 100%;
  margin-bottom: 0px;
  padding: 80px 90px;
  background-color: #1a428a;
}

.container {
  width: 1160px;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
}

.absoluteblueback {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  width: 100vw;
  background-color: #1a428a;
}

.pkrsub {
  margin-top: 20px;
  margin-bottom: 0px;
  color: #4a4a4a;
  font-size: 13px;
  line-height: 200%;
  font-weight: 500;
}

.mainrightimg {
  width: 90%;
}

.flexinner66 {
  width: 66.6666666%;
  height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.mainbluebox {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.333333333333336%;
  height: 120px;
  padding-right: 50px;
  padding-left: 50px;
  -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: #1a428a;
  text-decoration: none;
  cursor: pointer;
}

.iconcircle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 80px;
  -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: 80px;
  background-color: rgba(26, 66, 138, 0.1);
}

.textbutton {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
}

.maincta {
  display: inline-block;
  margin-top: 50px;
  margin-left: 0px;
  padding: 14px 32px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  background-color: #1a428a;
  color: #fff;
  font-size: 12px;
  line-height: 150%;
  font-weight: 500;
  text-decoration: none;
}

.maincta.white {
  background-color: #fff;
  color: #1a428a;
}

.mainlogocolor {
  height: 50px;
}

.maintitlekr {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 48px;
  line-height: 140%;
  font-weight: 500;
}

.maingraybox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.333333333333336%;
  height: 120px;
  padding-right: 50px;
  padding-left: 50px;
  -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: #f8f8f8;
  text-decoration: none;
  cursor: pointer;
}

.maingraybox._2 {
  background-color: #f2f2f2;
}

.maingraybox._3 {
  background-color: #ededed;
}

.numtext {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #9b9b9b;
  font-size: 14px;
  font-weight: 500;
}

.iconfontaction {
  font-size: 14px;
  line-height: 100%;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
}

.iconfontaction.marginleft {
  margin-left: 10px;
}

.flexinner33 {
  width: 33.333333333333336%;
  height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.mainctacontact {
  display: inline-block;
  margin-top: 0px;
  margin-left: 20px;
  padding: 14px 28px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  border: 1px none #1a428a;
  background-color: #1a428a;
  color: #fff;
  font-size: 12px;
  line-height: 150%;
  font-weight: 500;
  text-decoration: none;
}

.status-message {
  padding: 9px 30px;
  background-color: #202020;
  color: #fff;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
}

.status-message.cc-no-data {
  display: block;
  width: 70%;
  margin: 100px auto;
}

.mm-dd-category-title {
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #008cd2;
  font-size: 16px;
  line-height: 120%;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: none;
}

.footer-logo {
  display: block;
  width: 180px;
  max-width: none;
}

.button-2 {
  margin-top: 14px;
  padding: 12px 32px;
  border-style: solid;
  border-width: 2px;
  border-color: #008acf;
  border-radius: 100px;
  background-color: #008acf;
  box-shadow: 0 16px 32px 0 rgba(46, 53, 77, 0.2), 0 4px 8px 0 rgba(46, 53, 77, 0.12), 0 1px 2px 0 rgba(46, 53, 77, 0.14);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-weight: 600;
}

.button-2:hover {
  border-color: #01608f;
  background-color: #01608f;
}

.button-2.outline {
  background-color: transparent;
}

.button-2.outline:hover {
  background-color: #0033cf;
}

.button-2.outline.ml-16 {
  margin-right: 20px;
  margin-left: 16px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  border-color: #008cd2;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.button-2.outline.ml-16:hover {
  background-color: #008cd2;
}

.footer-2 {
  margin-top: 20px;
  margin-right: 30px;
  margin-left: 30px;
  border-top: 1px solid #b4b4b4;
  background-color: #fff;
}

.tab-link-tab-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 180px;
  height: 60px;
  margin-right: 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;
  border: 1px dashed #373737;
  border-radius: 5px;
  background-color: transparent;
}

.tab-link-tab-2.w--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -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: dashed;
  border-width: 1px;
  border-color: #008acf;
  background-color: transparent;
}

.mb-20 {
  margin-bottom: 20px;
}

.text-field {
  margin-bottom: 18px;
  padding: 21px 20px;
  border: 1px solid #e4e4e4;
  border-radius: 0px;
  -webkit-transition: border-color 400ms ease;
  transition: border-color 400ms ease;
  font-size: 14px;
  line-height: 26px;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active {
  border-color: #43464d;
}

.text-field:focus {
  border-color: #43464d;
}

.text-field::-webkit-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field:-ms-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field::-ms-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field::placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field.cc-subscribe-text-field {
  width: 330px;
  margin-right: 10px;
  margin-bottom: 0px;
}

.text-field.cc-subscribe-text-field:focus {
  border-color: #32343a;
}

.search-input {
  margin-bottom: 0px;
  margin-left: 30px;
  border-style: none;
  background-color: transparent;
  color: #333;
  font-size: 20px;
  text-transform: uppercase;
}

.menu-container {
  position: static;
  top: 0px;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 80px;
  padding-right: 20px;
  padding-left: 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;
  background-color: #fff;
  box-shadow: 0 1px 23px 0 rgba(0, 0, 0, 0.15);
}

.title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 36px;
  padding-bottom: 36px;
  -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-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.search-form-wrapper {
  position: fixed;
  left: 0px;
  top: 80px;
  right: 0px;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 65px;
  padding: 10px;
  background-color: #f0f0f0;
}

.slide-content {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 460px;
  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;
}

.h3 {
  margin-top: 10px;
  font-size: 24px;
  text-transform: uppercase;
}

.hero-slider {
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.dahua-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 40px;
  -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-color: #f6f6f6;
  -webkit-transition: box-shadow 300ms cubic-bezier(.215, .61, .355, 1), -webkit-transform 300ms cubic-bezier(.215, .61, .355, 1);
  transition: box-shadow 300ms cubic-bezier(.215, .61, .355, 1), -webkit-transform 300ms cubic-bezier(.215, .61, .355, 1);
  transition: box-shadow 300ms cubic-bezier(.215, .61, .355, 1), transform 300ms cubic-bezier(.215, .61, .355, 1);
  transition: box-shadow 300ms cubic-bezier(.215, .61, .355, 1), transform 300ms cubic-bezier(.215, .61, .355, 1), -webkit-transform 300ms cubic-bezier(.215, .61, .355, 1);
}

.bold-text-2 {
  font-size: 20px;
  font-weight: 400;
}

.container-2 {
  position: relative;
  top: 142px;
  right: 238px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.container-2.tres {
  top: 10px;
  right: 0px;
  margin-top: 49px;
}

.container-2.dos {
  top: 139px;
  right: 307px;
}

.icons-wrapper {
  margin-top: 60px;
  margin-bottom: 60px;
  background-color: transparent;
}

.text-ic {
  color: #008acf;
  text-align: center;
}

.tab-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1140px;
  -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;
}

.arrow {
  opacity: 0.3;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #333;
}

.arrow:hover {
  opacity: 1;
}

.sublink {
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 120%;
  font-weight: 300;
  text-decoration: none;
}

.sublink:hover {
  color: #008cd2;
  font-weight: 300;
  text-decoration: underline;
}

.nav-button-text-close-search-2 {
  position: absolute;
  display: block;
  font-size: 24px;
  font-weight: 300;
}

.logo-grid-news {
  display: -ms-grid;
  display: grid;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.logo-grid-news.news {
  max-width: 800px;
  margin-top: 40px;
  margin-bottom: 20px;
}

.products-container {
  width: 95%;
}

.image {
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-image: none;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image.industrial {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  -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;
  background-image: none;
}

.image.hogar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  -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;
  background-image: none;
}

.image.hogar.cta2 {
  background-image: none;
  background-attachment: fixed;
}

.image.hogar.cta {
  background-image: none;
  background-attachment: fixed;
}

.image.pro {
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: none;
}

.image.full-banner {
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: none;
  background-attachment: fixed;
}

.footer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  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: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.sub-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding-bottom: 20px;
  padding-left: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.paragraph-light {
  opacity: 0.6;
  font-size: 16px;
  line-height: 26px;
  text-align: left;
  letter-spacing: 0px;
  text-transform: none;
}

.paragraph-light.cc-subscribe-paragraph {
  width: 40%;
}

.icon-container {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 160px;
  -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;
  background-color: #f6f6f6;
  box-shadow: 0 4px 7px -5px rgba(0, 0, 0, 0.28);
}

.ic-content-wrapper {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.heading-jumbo-small {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  line-height: 50px;
  font-weight: 400;
  text-transform: none;
}

.ic-wrapper {
  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;
}

.slide-tres {
  padding-top: 50px;
  padding-bottom: 70px;
  background-image: none;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}

.bold-text {
  font-weight: 300;
}

.brand-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 7px;
  -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: 5px;
  background-color: #008cd2;
  font-family: Montserrat, sans-serif;
}

.brand-button:hover {
  background-color: #01608f;
}

.brand-button.tres {
  margin-top: 1px;
}

.brand-button.tab {
  width: 220px;
  margin: 40px auto;
}

.search-button-2 {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #008acf;
  background-image: none;
  background-position: 50% 50%;
  background-size: 19px;
  background-repeat: no-repeat;
  color: transparent;
}

.search-button-2:hover {
  background-color: #006ba0;
}

.header-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 620px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tab-link-tab-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 180px;
  height: 60px;
  margin-right: 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;
  border: 1px dashed #000;
  border-radius: 5px;
  background-color: transparent;
}

.tab-link-tab-1.w--current {
  margin-right: 20px;
  border-style: dashed;
  border-width: 1px;
  border-color: #008acf;
  border-radius: 5px;
  background-color: transparent;
  color: #fff;
}

.buttons-cta-wrapp {
  margin-top: 20px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.products-heading {
  margin-bottom: 60px;
  text-align: center;
}

.heading {
  margin-bottom: 0px;
  color: #fff;
  line-height: 50px;
  white-space: pre-wrap;
}

.search-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin-bottom: 0px;
  -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;
  color: #333;
}

.mm-dd-half-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  padding-right: 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;
}

.mm-dd-half-row._4 {
  width: 120px;
  padding-right: 0px;
}

.mm-dd-half-row._1 {
  width: 140px;
  margin-right: 10px;
  padding-right: 0px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.mm-dd-half-row._2 {
  margin-bottom: 10px;
  padding-left: 20px;
}

.mm-dd-half-row._3 {
  width: 180px;
  margin-right: 10px;
}

.newsletter {
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

.newsletter.cc-subscription-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.nav-search-button-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
  margin-left: 15px;
  padding: 9px 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;
  border-radius: 3px;
  background-color: #008acf;
  box-shadow: 0 8px 17px -5px rgba(0, 0, 0, 0.28);
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: transform 200ms ease, box-shadow 200ms ease;
  transition: transform 200ms ease, box-shadow 200ms ease, -webkit-transform 200ms ease;
  color: #fff;
  text-decoration: none;
}

.nav-search-button-2:hover {
  box-shadow: 0 5px 13px -3px rgba(0, 0, 0, 0.33);
  -webkit-transform: translate(0px, 1px);
  -ms-transform: translate(0px, 1px);
  transform: translate(0px, 1px);
}

.nav-link-2 {
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.nav-link-2.w--current {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 4px solid #008acf;
}

.nav-link-2.w--open {
  color: #008cd2;
}

.collection-products-home {
  display: -ms-grid;
  display: grid;
  margin-right: auto;
  margin-left: auto;
  -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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.subscribe-form {
  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;
}

.footer-copywrite {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 20px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: Montserrat, sans-serif;
  color: #797979;
  font-weight: 400;
}

.product-container-home {
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

.heading-ic {
  margin-top: 20px;
  margin-bottom: 0px;
  color: #008cd2;
  font-size: 14px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.collection {
  max-width: 1280px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
}

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

.grid {
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: 0.5fr 1fr;
  grid-template-rows: 0.5fr 1fr;
}

.nav-button-text-2 {
  font-size: 24px;
  font-weight: 300;
}

.text-block-81 {
  font-weight: 300;
}

.content-cta-wrapp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  margin-left: 40px;
  -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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.content-cta-wrapp.cta {
  margin-bottom: 40px;
  margin-left: 40px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.content-cta-wrapp.box {
  margin-right: auto;
  margin-left: auto;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.footer-grid {
  padding-top: 20px;
  grid-auto-columns: 2fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto 10px auto;
  grid-template-rows: auto auto;
}

.dropdown-2 {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.tab-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 96%;
  margin-bottom: 20px;
  padding-top: 11px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.banner-inner-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.collection-item-6 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 14px 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 6px;
  background-color: transparent;
  box-shadow: 0 2px 14px -1px rgba(0, 0, 0, 0.15);
}

.dropdown-list {
  width: 100vw;
}

.dropdown-list.w--open {
  left: auto;
  top: 60px;
  right: auto;
  bottom: auto;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.05);
}

.dropdown-list._2.w--open {
  width: auto;
}

.banner-hover {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  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;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.63)), to(transparent));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.63), transparent);
}

.banner-hover.full-width {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.banner-hover.hogar {
  margin-right: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.banner-hover.industrial {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.banner-hover.pro {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.slide-dos {
  padding-top: 50px;
  padding-bottom: 70px;
  background-image: none;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}

.tab-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 29px;
  padding-bottom: 29px;
  -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-color: #f8f8f8;
  -webkit-transition: box-shadow 300ms cubic-bezier(.215, .61, .355, 1), -webkit-transform 300ms cubic-bezier(.215, .61, .355, 1);
  transition: box-shadow 300ms cubic-bezier(.215, .61, .355, 1), -webkit-transform 300ms cubic-bezier(.215, .61, .355, 1);
  transition: box-shadow 300ms cubic-bezier(.215, .61, .355, 1), transform 300ms cubic-bezier(.215, .61, .355, 1);
  transition: box-shadow 300ms cubic-bezier(.215, .61, .355, 1), transform 300ms cubic-bezier(.215, .61, .355, 1), -webkit-transform 300ms cubic-bezier(.215, .61, .355, 1);
}

.button-3 {
  padding: 12px 25px;
  border-radius: 5px;
  background-color: #008cd2;
  -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.button-3:hover {
  background-color: #2f7d9c;
  color: #fff;
}

.button-3:active {
  background-color: #43464d;
}

.navbar-2 {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 1001;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
}

.slide {
  padding-top: 50px;
  padding-bottom: 70px;
  background-image: url('../images/slide1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}

.footer-divider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: rgba(79, 94, 120, 0.23);
}

.tabs-content {
  margin-top: 10px;
}

.nav-menu-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
}

.cta-container {
  width: 100%;
  max-width: 1140px;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
}

.cta-container.full-width {
  position: relative;
  height: 340px;
  max-width: none;
  margin-top: 40px;
  margin-bottom: 60px;
}

.cta-container.full-width._1 {
  display: -ms-grid;
  display: grid;
  height: 360px;
  margin-top: 60px;
  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;
  grid-template-rows: auto;
}

.cta-container.full-width-2 {
  position: relative;
  display: -ms-grid;
  display: grid;
  height: 340px;
  max-width: none;
  margin-top: 40px;
  margin-bottom: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -ms-grid-columns: 30% 30% 30%;
  grid-template-columns: 30% 30% 30%;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.cta-container.full-width-2.cta {
  height: 360px;
  margin-top: 60px;
  margin-bottom: 60px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: 1.75fr;
  grid-template-rows: 1.75fr;
}

.cta-container.full-width-2.cta2 {
  height: 360px;
  margin-top: 60px;
  margin-bottom: 60px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: 1.75fr;
  grid-template-rows: 1.75fr;
}

.cta-container._3-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 360px;
  margin-top: 60px;
  margin-bottom: 60px;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.max-width {
  margin-top: 9px;
  font-size: 17px;
  line-height: 26px;
}

.paragraph-bigger {
  margin-bottom: 10px;
  opacity: 1;
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
}

.paragraph-bigger.cc-bigger-light {
  opacity: 0.6;
}

.footer-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -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;
  font-family: Montserrat, sans-serif;
  color: #797979;
  line-height: 23px;
  font-weight: 400;
  text-align: center;
}

.logo {
  font-family: Bitter, serif;
}

.container-flex-n1 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.button-wrapper {
  position: relative;
  padding: 40px;
}

.image-5 {
  position: absolute;
  left: -10%;
  top: auto;
  right: auto;
  bottom: -25%;
  width: 120px;
}

.dropdown-menu3 {
  position: absolute;
  right: -35px;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 390px;
}

.line-seperator {
  width: 100%;
  height: 1px;
  margin-top: 5px;
  margin-bottom: 5px;
  background-color: rgba(47, 41, 90, 0.06);
}

.nav_dropdown {
  position: absolute;
  top: 70px;
  right: 0px;
  overflow: hidden;
  width: 0px;
  height: 0px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 1px 1px 40px 0 rgba(223, 225, 229, 0.57);
}

.nav-link-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-width: 85px;
  padding-right: 15px;
  padding-left: 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;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  font-family: Inconsolata, monospace;
  color: #000;
  font-size: 15px;
  text-decoration: none;
}

.nav-link-wrap:hover {
  color: #8c54ff;
}

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

.logo-2 {
  width: 55px;
}

.menu_wrapper {
  width: 100%;
  height: 100%;
  padding: 15px;
}

.menu-title-sub {
  color: #637178;
  font-size: 13px;
}

.dropdown-menu1 {
  position: absolute;
  right: 110px;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 390px;
  -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;
}

.hero-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #121e46;
  font-size: 48px;
  line-height: 1;
  text-align: center;
  letter-spacing: -0.5px;
}

.heading-2 {
  position: absolute;
  left: 0%;
  top: -160%;
  right: 0%;
  bottom: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  color: rgba(32, 23, 48, 0.1);
  font-size: 200px;
  line-height: 1;
  text-align: center;
}

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

.link-block {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 50px;
  padding: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  text-decoration: none;
}

.link-block:hover {
  border-radius: 6px;
  background-color: #f9fbff;
}

.nav-link {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}

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

.navigation-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 50px;
  min-width: 150px;
  padding-right: 20px;
  padding-left: 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;
  border-radius: 50px;
  background-color: #8c54ff;
  background-image: linear-gradient(159deg, #8c54ff, #7b41f1);
  box-shadow: inset -1px -1px 3px 0 rgba(32, 27, 61, 0.6), inset 1px 1px 3px 0 rgba(238, 230, 255, 0.44), 1px 1px 2px 0 #5b3acc;
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
  color: #fff;
  font-size: 13px;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.navigation-button:hover {
  box-shadow: inset 1px 1px 3px 0 rgba(32, 27, 61, 0.22), inset -1px -1px 3px 0 rgba(238, 230, 255, 0), 1px 1px 2px 0 #5b3acc;
}

.menu-title-t {
  margin-bottom: 4px;
  color: #1d1f31;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}

.nav-01 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 99;
  height: 100px;
  padding-right: 5%;
  padding-left: 5%;
  border-bottom: 1px solid rgba(61, 66, 75, 0.07);
  background-color: #fff;
}

.container-3 {
  width: 100%;
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
}

.container-3.container-flex {
  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;
}

.title-wrap-2 {
  position: relative;
  margin-bottom: 25px;
}

.dropdown-menu2 {
  position: absolute;
  right: -20px;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 430px;
  height: 300px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.nav_items {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.title-wrap {
  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;
}

.image-3 {
  width: 50%;
}

.flowbase-h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 20px;
  line-height: 1.1;
  letter-spacing: -0.03em;
}

.logo-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px;
  -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;
}

.price-type {
  color: #696871;
  font-size: 18px;
}

.price-type.white-text {
  color: #fff;
}

.footer-title {
  margin-bottom: 22px;
  font-family: 'Open Sans', sans-serif;
  color: #ff7143;
  font-size: 22px;
}

.footer-title.padding {
  margin-top: 20px;
  margin-bottom: 0px;
}

.close-circle {
  position: absolute;
  left: auto;
  top: 15px;
  right: 15px;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35px;
  height: 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;
  border-radius: 100px;
  background-color: #fff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.close-circle:hover {
  -webkit-transform: scale(0.85);
  -ms-transform: scale(0.85);
  transform: scale(0.85);
}

.nav-link-3 {
  margin-right: 14px;
  margin-left: 14px;
  padding: 14px 5px;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 17px;
  font-weight: 600;
}

.nav-link-3:hover {
  color: #ff7143;
}

.nav-link-3.w--current {
  border-bottom: 2px solid #5454d4;
  color: #19191b;
}

.hero-image-wrap {
  display: block;
  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;
}

.navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  padding-right: 3%;
  padding-left: 3%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.flowbase-button {
  margin-top: 16px;
  margin-bottom: 10px;
  padding: 16px 24px;
  border-radius: 100px;
  background-color: #fff;
  color: #7839f3;
  font-size: 15px;
  font-weight: 700;
}

.link {
  margin-top: 32px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #5454d4;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
}

.container-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.price-feature {
  margin-top: 20px;
  margin-bottom: 20px;
}

.brand-2 {
  margin-right: 20px;
}

.button {
  padding: 15px 42px;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: #e84435;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.button:hover {
  border-color: #e84435;
  background-color: transparent;
  color: #e84435;
}

.logo-section {
  padding: 0px 3% 60px;
}

.navigation-container-full {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1400px;
  min-height: auto;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 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;
}

.price-grid {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.h1-white {
  color: #fff;
}

.footer-link {
  display: block;
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.footer-link:hover {
  opacity: 0.5;
}

.content-grid {
  margin-bottom: 100px;
  grid-column-gap: 32px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-wrapper-2 {
  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;
}

.footer-grid-03 {
  -ms-grid-columns: 2fr 1fr 1fr;
  grid-template-columns: 2fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.hero-block {
  width: 50%;
  margin-right: 0px;
  padding-right: 60px;
}

.content-section {
  padding: 100px 3%;
}

.feature-grid {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.button-dark {
  width: 100%;
  padding: 20px 42px;
  border-radius: 10px;
  background-color: #9f3919;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.title-wrap-3 {
  margin-bottom: 60px;
}

.hero-grid {
  grid-column-gap: 32px;
  -ms-grid-columns: 0.25fr 1fr;
  grid-template-columns: 0.25fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.feature-wrap {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 32px;
  color: #696871;
  font-size: 16px;
  text-align: center;
}

.feature-wrap.white-text {
  color: #fff;
}

.feature-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 38px;
  -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: #e9c6bb;
  border-radius: 14px;
  text-align: center;
}

.feature-card:hover {
  border-color: #ff7143;
}

.flowbase-text {
  color: hsla(0, 0%, 100%, 0.6);
  font-size: 17px;
}

.text-span {
  font-size: 24px;
}

.flowbase-link {
  color: #fff;
}

.content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 60px;
  -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;
}

.banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 800px;
  max-width: 2200px;
  margin-right: auto;
  margin-left: auto;
  padding: 100px 3%;
  -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/background-slider.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.flowbase-remove {
  position: fixed;
  left: 35px;
  top: auto;
  right: auto;
  bottom: 45px;
  z-index: 999;
  width: 100%;
  max-width: 420px;
  min-height: 180px;
  padding: 18px 22px;
  -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;
  border-style: solid;
  border-width: 4px;
  border-color: #6a24cc;
  background-color: #7839f3;
  background-image: none;
  background-position: 100% 0%;
  background-size: 170px;
  background-repeat: no-repeat;
  box-shadow: -2px 40px 45px -30px rgba(0, 18, 45, 0.27);
}

.flowbase-remove.hide {
  display: none;
}

.paragraph-large {
  width: 100%;
  max-width: 650px;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 21px;
  line-height: 1.5;
  letter-spacing: -0.4px;
}

.price-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
  margin-bottom: 32px;
  padding: 32px;
  -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-radius: 10px;
  background-color: #f8f8f8;
}

.button-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-3 {
  margin-bottom: 32px;
  font-family: 'Open Sans', sans-serif;
  color: #19191b;
  font-size: 80px;
  line-height: 0.96;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.heading-3.white {
  color: #fff;
}

.icon-3d {
  width: 100%;
  margin-bottom: 20px;
}

.flowbase-detail {
  color: hsla(0, 0%, 100%, 0.6);
  font-size: 13px;
}

.footer-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  padding-right: 0px;
  -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;
}

.content-image {
  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;
}

.close-icon {
  width: 14px;
}

.social-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55px;
  height: 55px;
  padding: 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;
}

.logo-grid {
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  opacity: 0.5;
}

.nav-menu-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #3f0a3d;
}

.footer-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 92px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
}

.footer-bottom.line-blank {
  margin-top: 20px;
  border-bottom-style: none;
}

.price-card-focus {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 32px;
  -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-radius: 10px;
  background-color: #ff7143;
}

.footer-03 {
  padding: 132px 3%;
  background-color: #19191b;
}

.button-navigation {
  margin-left: 20px;
  padding: 15px 32px;
  border: 1px solid transparent;
  border-radius: 10px;
  background-color: #e84435;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #fff;
  font-size: 16px;
}

.button-navigation:hover {
  border: 1px solid #e84435;
  background-color: transparent;
  color: #e84435;
}

.button-white {
  width: 100%;
  padding: 20px 42px;
  border-radius: 10px;
  background-color: #fff;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #5454d4;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 54px;
  height: 54px;
  margin-left: 24px;
  padding: 18px;
  -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: 1px solid #e7e7e7;
  border-radius: 100px;
}

.footer-cta {
  margin-right: 20px;
  margin-bottom: 32px;
  color: #fff;
  font-size: 22px;
  line-height: 1.4;
  font-weight: 400;
}

.div-horizontal {
  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;
}

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

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

.fill-round {
  width: 200px;
  height: 200px;
  float: right;
  -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: 100px;
  background-color: #fcb8a2;
}

.round-image {
  border-radius: 0px 50px;
  box-shadow: 1px 1px 20px 0 #8f8f8f;
}

.round-image-2 {
  border-top-left-radius: 50px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 50px;
  box-shadow: 1px 1px 20px 0 #8f8f8f;
}

.round-image-4 {
  position: static;
  top: 31px;
  border-radius: 50px 0px;
  box-shadow: 1px 1px 20px 0 #8f8f8f;
}

.grey {
  color: #546285;
}

.content-grid-2 {
  grid-column-gap: 44px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.content-section-bg {
  position: relative;
  padding: 140px 3%;
  background-color: transparent;
  background-image: none;
  background-position: 50% 50%;
  background-size: 96% 90%;
  background-repeat: repeat;
}

.content-section-bg.background {
  max-width: 2700px;
  margin-right: auto;
  margin-left: auto;
  background-image: none;
  background-position: 50% 50%;
  background-size: cover;
}

.content-section-bg.background.hide {
  display: none;
}

.container-5 {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

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

.content-block.bg-text {
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.button-4 {
  min-height: 60px;
  padding: 20px 35px;
  border-radius: 6px;
  background-color: #a6ce3a;
  background-image: none;
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
  font-size: 18px;
  text-align: center;
}

.button-4:hover {
  background-color: #225d3d;
}

.button-4.button-space {
  margin-top: 40px;
  background-color: #ff7143;
}

.round-image-3 {
  position: static;
  top: -27px;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  box-shadow: 1px 1px 20px 0 #8f8f8f;
}

.border-div {
  position: relative;
  left: 112px;
  top: 97px;
  width: 150px;
  height: 150px;
  float: right;
  border: 1px solid #ff7143;
  border-radius: 100px;
}

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

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

.heading-4 {
  margin-bottom: 40px;
  text-align: center;
}

.heading-5 {
  margin-top: 10px;
  line-height: 20px;
  text-align: center;
}

.paragraph {
  text-align: center;
}

.feature-icon {
  width: 20%;
  margin-right: 10px;
}

.h6 {
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  color: #000;
  font-weight: 700;
  text-align: center;
}

.h6.product {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

.text-block {
  display: block;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 25px;
}

.text-block.price {
  margin-top: 5px;
  color: #d82626;
}

.houses {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1400px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  padding: 30px 0px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.houses.margin {
  margin-top: 0px;
  padding-top: 30px;
}

.room-feature-grid {
  width: 400px;
  grid-column-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  background-color: #fff;
}

.div-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
  margin-left: 15px;
  padding: 35px;
  -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-color: #fff;
}

.link-block-2 {
  text-decoration: none;
}

.link-block-2:hover {
  -webkit-filter: saturate(150%);
  filter: saturate(150%);
}

.link-block-3 {
  color: #000;
  text-decoration: none;
}

.link-block-3:hover {
  -webkit-filter: saturate(150%);
  filter: saturate(150%);
}

.feature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 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;
  color: #000;
  font-size: 17px;
  font-weight: 700;
}

.feature.centre-lines {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.link-block-4 {
  text-decoration: none;
}

.link-block-4:hover {
  -webkit-filter: saturate(150%);
  filter: saturate(150%);
}

.property-content {
  padding: 30px 20px;
  border-bottom: 1px solid #ebe5e5;
  border-radius: 0px 0px 50px 50px;
  background-color: #fff;
}

.sale-property {
  max-width: 2200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #f0efef;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.11)), to(hsla(0, 0%, 100%, 0.11)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.11), hsla(0, 0%, 100%, 0.11));
}

.heading-7 {
  font-family: Lato, sans-serif;
  color: #e84435;
  font-size: 30px;
  line-height: 40px;
}

.top-margin {
  position: relative;
}

.top-margin._20-pixels {
  margin-top: 20px;
}

.top-margin._30-pixels {
  display: block;
  margin-top: 10px;
}

.top-margin._30-pixels.hide {
  display: none;
}

.link-block-9 {
  text-decoration: none;
}

.team-avatar {
  height: 250px;
  margin: 0px;
  border-radius: 10px;
  background-image: none;
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.text-block-142 {
  position: static;
  font-family: Lato, sans-serif;
}

.mortgage-section {
  margin-top: 70px;
}

.team-content {
  margin-top: 20px;
  padding: 0px;
}

.content-wrapper {
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  max-width: 1190px;
  min-height: 300px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.image-icon {
  width: 22px;
  height: 22px;
  margin-right: 12px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  border-radius: 100px;
  background-color: #e84435;
  background-image: url('../images/tick.png');
  background-position: 50% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
}

.imageman {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 120%;
  margin-top: auto;
  margin-bottom: 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;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.imageman.living-room {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  height: 80%;
  border-radius: 0%;
  background-image: none;
  background-position: 50% 50%;
  background-size: cover;
}

.imageman.living-room.mortgage-house {
  position: static;
  height: 100%;
  background-image: url('../images/choose-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 14px 14px 0 -6px #e84435;
}

.imageman.home-owners {
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.imageman.home-owners.hide {
  display: none;
}

.small-box {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
  margin-bottom: 15px;
  margin-left: 15px;
  padding: 13px;
  -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;
  border-left: 4px solid #3ab984;
  border-radius: 2.5px;
  background-color: #fff;
}

.small-box.hide {
  display: none;
}

.right-margin {
  margin-right: 7px;
}

.list-item-3 {
  padding-top: 10px;
  padding-bottom: 10px;
  list-style-type: none;
}

.team-card {
  position: absolute;
  top: 80px;
  right: -10%;
  width: 300px;
  padding: 25px;
  background-color: #fff;
}

.team-card.hide {
  top: 65px;
  border: 4px solid #3ab984;
}

.team-card.hide._1 {
  display: none;
}

.button-7 {
  min-height: 42px;
  padding: 12px 20px 11px;
  border: 2px solid #d71920;
  border-radius: 25px;
  background-color: #d71920;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  color: #fff;
  font-size: 14px;
  line-height: 15px;
  font-weight: 700;
}

.button-7:hover {
  border-color: #224682;
  background-color: #224682;
  color: #fff;
}

.small-text {
  font-size: 14px;
  line-height: 17px;
}

.text-block-132 {
  font-family: Lato, sans-serif;
  color: #333;
  line-height: 24px;
}

.text-block-133 {
  font-family: Lato, sans-serif;
  line-height: 24px;
}

.title-underline {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 2px;
  max-width: 200px;
  background-color: #e84435;
}

.title {
  position: relative;
  z-index: 1;
  padding-top: 0px;
  font-family: Oswald, sans-serif;
  color: #000;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.link-block-12 {
  color: #333;
  text-decoration: none;
}

.flex-space {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-space.vertical {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.list-2 {
  position: static;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-left: 0px;
}

._52-flex-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 52%;
  -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;
}

._52-flex-column.mobile-margin {
  padding-right: 0px;
}

.image-9 {
  position: relative;
  z-index: 2;
  display: inline-block;
}

.link-2 {
  font-size: 13px;
  font-weight: 700;
}

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

.paragraph-2 {
  text-align: justify;
}

.heading-title-box {
  position: relative;
  margin-bottom: 6px;
  padding-bottom: 5px;
}

.div-block-12 {
  position: relative;
}

.h3-big {
  margin-top: 10px;
  color: #000;
  font-size: 26px;
  line-height: 32px;
  font-weight: 400;
  text-transform: none;
}

.h3-big.hide {
  display: none;
}

.list-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.service-intro {
  position: relative;
  overflow: hidden;
  width: 560px;
  height: 400px;
  border-radius: 0px;
}

.heading-8 {
  font-family: Lato, sans-serif;
  font-weight: 700;
  text-align: center;
}

.icon-2 {
  position: relative;
  top: -2px;
}

.bg-image {
  position: absolute;
  left: -42px;
  top: 25px;
  z-index: 2;
}

.bg-image.hide {
  left: -39px;
  top: 27px;
}

.bg-image.hide._1 {
  display: none;
}

.box-line {
  position: relative;
  padding-bottom: 20px;
  border-bottom: 1px solid #cbd2de;
}

._46-percent-column {
  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;
}

.team {
  text-align: center;
}

.image-10 {
  position: relative;
  top: 0px;
  margin-right: 5px;
}

.image-10.hide {
  display: none;
}

.narrow-wrapper {
  padding-right: 3.3%;
  padding-left: 3.3%;
}

.div-block-13 {
  position: absolute;
  left: auto;
  top: auto;
  right: -30px;
  bottom: 36px;
  z-index: 2;
  width: 439px;
  height: 465px;
  background-color: rgba(58, 185, 132, 0.9);
}

.div-block-13.hide {
  bottom: 32px;
}

.div-block-13.hide._1 {
  display: none;
}

.div-block-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -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-15 {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-15.enter {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-3 {
  font-family: 'Open Sans', sans-serif;
  color: #b4b4b8;
  font-size: 16px;
  line-height: 25px;
}

.camera {
  width: 75%;
}

.camera._2 {
  width: 100%;
}

.icon_wrap {
  overflow: hidden;
}

.card_col_2 {
  position: relative;
  top: -30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 15px;
  -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;
}

.container_p {
  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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.content_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  padding: 80px 0%;
  -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-color: transparent;
  background-image: none;
  background-size: auto;
}

.h1_features {
  font-family: 'Open Sans', sans-serif;
  color: #e84435;
  font-size: 22px;
  line-height: 27px;
  font-weight: 700;
  letter-spacing: -0.3px;
}

.col_60 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  padding: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.col_40 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  padding-right: 0px;
  -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;
}

.paragraph-4 {
  color: #44465f;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: -0.3px;
}

.card_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 15px;
  -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;
}

.h1_example {
  margin-bottom: 25px;
  font-family: 'Open Sans', sans-serif;
  color: #e84435;
  font-size: 44px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.5px;
}

.button-8 {
  margin-top: 25px;
  padding: 17px 35px;
  border: 1px solid transparent;
  border-radius: 8px;
  background-color: #ff7143;
  font-size: 15px;
  font-weight: 500;
}

.button-8:hover {
  border-color: #ff7143;
  background-color: transparent;
  color: #ff7143;
}

.card_base {
  position: relative;
  width: 100%;
  min-height: 270px;
  margin-bottom: 35px;
  padding: 55px 25px 25px;
  border-radius: 15px;
  box-shadow: 7px 7px 55px 0 #f2f3f6;
  color: #44465f;
  text-decoration: none;
  cursor: pointer;
}

.text_features {
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 25px;
  text-align: left;
  letter-spacing: -0.3px;
}

.text_features.contact {
  margin-right: 10px;
  margin-bottom: 0px;
  color: #e84435;
  font-size: 18px;
  font-weight: 600;
}

.icon-4 {
  color: #000;
}

.left-arrow-t2 {
  display: none;
}

.user-name-t2 {
  margin-top: 30px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.testimonials-wrapper {
  width: 90%;
  max-width: 1400px;
  margin: 100px auto 60px;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  box-shadow: none;
}

.user-picture-t2 {
  width: 30%;
  border-radius: 150px 10px 150px 150px;
  box-shadow: 4px 9px 15px 0 #d1d1d1;
}

.right-arrow-t2 {
  display: none;
}

.testimonials-wrapper-t2 {
  width: 100%;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

.slider-t2 {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.text-wrapper-t2 {
  width: 70%;
  margin-left: 60px;
}

.slide-wrapper-t2 {
  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;
}

.testimonials-t2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 16px;
  padding-left: 16px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.company-name-t2 {
  font-family: 'Open Sans', sans-serif;
  color: #8d8d8d;
}

.slide-nav-t2 {
  left: 141px;
  top: auto;
  right: 0%;
  bottom: 23px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
}

.quote-t2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
}

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

.logoorange {
  color: #ff7143;
  font-size: 35px;
  line-height: 40px;
}

.logoorange.ft {
  margin-top: 0px;
}

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

.dropdown-toggle {
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}

.dropdown-toggle:hover {
  color: #ff7143;
}

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

.link-block-13 {
  position: absolute;
  left: auto;
  top: auto;
  right: 10%;
  bottom: 10%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 20px;
}

.hero_text {
  position: static;
  color: #fff;
  font-size: 7vw;
  line-height: 8vw;
  font-weight: 800;
  letter-spacing: 4px;
}

.grid-2 {
  position: relative;
  display: none;
  height: 100%;
  margin-right: 50px;
  margin-left: 50px;
  padding-top: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-grid-columns: 0.75fr 0.75fr 0.25fr 0.25fr;
  grid-template-columns: 0.75fr 0.75fr 0.25fr 0.25fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.seguro_wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 80px;
  -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;
}

.text-block-143 {
  position: absolute;
  left: 0px;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 75px;
  padding-top: 40px;
  padding-right: 26px;
  padding-left: 12px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
  letter-spacing: 3px;
}

.paragraph-5 {
  position: absolute;
  left: 0px;
  bottom: 0px;
  margin-bottom: 90px;
  padding-right: 12px;
  padding-left: 12px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-weight: 500;
  letter-spacing: 1px;
}

.image-11 {
  position: static;
  right: 20px;
  bottom: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hero_section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 600px;
  max-width: 2200px;
  margin: 100px auto 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;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.67)), to(rgba(0, 0, 0, 0.67))), url('../images/background-min.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.67), rgba(0, 0, 0, 0.67)), url('../images/background-min.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  -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: 1px solid #fff;
}

.block.fina {
  position: relative;
  width: 14rem;
  height: 14rem;
  margin-top: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
  -webkit-transition: background-color 200ms ease-in;
  transition: background-color 200ms ease-in;
}

.block.fina:hover {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
  border-color: hsla(0, 0%, 100%, 0);
  background-color: #ff7143;
}

.block.opo {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  height: 14rem;
  margin-top: 0px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  align-self: start;
  -webkit-transition: background-color 300ms cubic-bezier(.146, .617, .38, .857);
  transition: background-color 300ms cubic-bezier(.146, .617, .38, .857);
}

.block.opo:hover {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  border-color: hsla(0, 0%, 100%, 0);
  background-color: #e84435;
}

.div-grid {
  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;
}

.container-6 {
  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;
}

.div-block-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  -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-20 {
  margin-right: 40px;
}

.paragraph-6 {
  margin-top: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
}

._2-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-22 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.image-13 {
  width: 80%;
}

.text-block-144 {
  color: #000;
  font-size: 17px;
}

.text-block-144:hover {
  color: #ff7143;
}

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

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

.dropdown-list-3 {
  background-color: #f7f7f7;
}

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

.dropdown-list-4 {
  background-color: #f7f7f7;
}

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

.dropdown-list-5 {
  background-color: #f7f7f7;
}

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

.para-product {
  padding: 10px 20px 0px 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: Lato, sans-serif;
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  text-align: left;
}

.line-right {
  position: absolute;
  left: auto;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  width: 3px;
  height: 100%;
  background-color: #e84435;
  background-image: none;
}

.line-up {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: auto;
  z-index: 1;
  width: 100%;
  height: 3px;
  margin-right: auto;
  background-color: #e84435;
  background-image: none;
}

.line-down {
  position: absolute;
  left: 0px;
  top: auto;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  width: 100%;
  height: 3px;
  margin-left: auto;
  background-color: #e84435;
  background-image: none;
}

.link-block-mmo {
  width: 100%;
  color: #000;
  text-decoration: none;
}

.line-left {
  position: absolute;
  left: 0px;
  top: 0px;
  right: auto;
  bottom: 0px;
  z-index: 1;
  width: 3px;
  height: 100%;
  margin-top: auto;
  background-color: #e84435;
  background-image: none;
}

.heading-mmo {
  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;
  color: #000;
  font-size: 25px;
  text-decoration: none;
}

.heading-mmo.black {
  -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: 'Open Sans', sans-serif;
  color: #e84435;
  font-size: 25px;
  font-weight: 700;
  text-decoration: none;
}

.center-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 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;
}

.columns-2.hide {
  display: block;
  max-width: 1400px;
  margin: 30px auto;
}

.right-arrow-div {
  display: none;
  padding-top: 5px;
  padding-bottom: 5px;
}

.service-wrapper {
  position: relative;
  height: 340px;
  padding-top: 20px;
  padding-left: 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-style: solid;
  border-width: 1px;
  border-color: #e9e9e9;
  border-radius: 16px;
  background-color: #fff;
}

.service-wrapper:hover {
  color: #000;
}

.service-wrapper.sequare {
  padding-left: 0px;
  border-style: none;
  border-width: 3px;
  border-radius: 0px;
  box-shadow: 0 0 50px -20px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.service-wrapper.sequare:hover {
  -webkit-transform: translate(0px, -7px);
  -ms-transform: translate(0px, -7px);
  transform: translate(0px, -7px);
}

.slider {
  height: 800px;
  max-width: 2200px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
  background-image: none;
  background-size: auto;
}

.radio-button-field {
  -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;
}

.field-label {
  display: block;
}

.div-block-24 {
  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;
}

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

.gallery {
  padding-top: 100px;
  padding-bottom: 100px;
}

.centered-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.gallery-grid-container {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  -ms-grid-row-align: center;
  align-self: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto 20px auto;
  grid-template-rows: auto auto;
}

.gallery-lightbox {
  position: relative;
  overflow: hidden;
}

.gallery-thumbnail {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.section-subtitle {
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Lato, sans-serif;
  color: #eefeff;
  font-size: 40px;
  line-height: 26px;
  font-weight: 400;
}

.container-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1500px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  -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;
}

.align-center {
  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-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;
}

.flex-button-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
}

.section-2 {
  position: static;
  max-width: 2200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 100px;
  padding-bottom: 83px;
}

.section-2.education---dark {
  padding-top: 80px;
  background-color: #063f74;
  color: #063f74;
}

.section-2.education---dark.ielts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 450px;
  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;
  background-color: #e84435;
}

.div-block-49 {
  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;
}

.heading-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 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;
  font-family: Lato, sans-serif;
  color: #eefeff;
  font-size: 60px;
  line-height: 60px;
  font-weight: 900;
  text-transform: uppercase;
}

.button-9 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  margin-bottom: 5px;
  margin-left: 20px;
  padding: 0px 40px 0px 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  border-radius: 4px;
  background-color: #00a150;
  font-family: 'Open Sans', sans-serif;
  font-size: 23px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

.button-9.nav {
  margin-bottom: 0px;
  margin-left: 0px;
  background-color: #e84435;
  color: #fff;
}

.button-9.hide {
  display: none;
}

.paragraph-9 {
  margin-right: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 17px;
  line-height: 20px;
  font-weight: 400;
}

.arrow1 {
  position: absolute;
  right: 10%;
}

.arrow2 {
  position: absolute;
  left: auto;
  top: auto;
  right: 10%;
  bottom: auto;
  display: block;
}

.bold-text-3 {
  font-family: 'Open Sans', sans-serif;
}

.bold-text-4 {
  font-family: 'Open Sans', sans-serif;
}

.bold-text-5 {
  font-family: 'Open Sans', sans-serif;
}

.ct-slide-media {
  position: relative;
  display: none;
  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-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;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  opacity: 1;
}

.ct-slide-image {
  position: relative;
  left: auto;
  z-index: 2;
  max-height: 84%;
  min-width: 380px;
}

.ct-hero-circle {
  position: absolute;
  top: 0px;
  bottom: 0px;
  z-index: 1;
  width: 550px;
  height: 550px;
  margin-top: auto;
  margin-bottom: auto;
  border-radius: 50%;
  background-color: #fff;
}

.ct-hero-circle.orange {
  width: 650px;
  height: 650px;
  background-color: #e84435;
}

.icon-5 {
  color: #000;
}

.icon-6 {
  color: #000;
}

.div-block-50 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.image-14 {
  position: absolute;
  left: 85%;
  top: 13%;
  right: 0%;
  bottom: 0%;
  display: block;
  opacity: 0;
}

.link-block-14 {
  text-decoration: none;
}

.div-block-51 {
  position: relative;
  height: 950px;
  background-image: none;
  background-size: auto;
}

.div-block-52 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -2;
  background-image: url('../images/Cables.jpg');
  background-position: 0px 0px;
  background-size: cover;
  opacity: 0.8;
}

.body {
  background-image: url('../images/Cables.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-53 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  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;
}

.heading-10 {
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Bitter, serif;
  color: #e94435;
  font-size: 90px;
  line-height: 100px;
  text-align: center;
  text-transform: uppercase;
}

.paragraph-10 {
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
}

.paragraph-11 {
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
}

@media screen and (max-width: 991px) {
  .navwrapper {
    max-width: 100%;
  }
  .container {
    width: 100%;
  }
  .footer-logo {
    width: 15vw;
    max-width: none;
  }
  .menu-button-2.w--open {
    background-color: transparent;
  }
  .search-input {
    font-size: 16px;
  }
  .menu-container {
    position: relative;
    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;
  }
  .title-wrapper {
    padding-right: 12px;
    padding-left: 12px;
  }
  .h3 {
    font-size: 16px;
  }
  .dahua-section {
    padding-right: 20px;
    padding-left: 20px;
  }
  .text-ic {
    font-size: 9px;
    text-align: center;
  }
  .logo-grid-news.news {
    max-width: 620px;
  }
  .destacados-section {
    padding-right: 20px;
    padding-left: 20px;
  }
  .footer-wrapper {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .paragraph-light.cc-subscribe-paragraph {
    width: 60%;
  }
  .ic-wrapper {
    -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;
  }
  .ic-wrapper.mid {
    -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;
  }
  .bold-text {
    font-size: 30px;
  }
  .header-section {
    padding-top: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .heading.box {
    margin-left: 0px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .newsletter {
    padding-right: 20px;
    padding-left: 20px;
  }
  .nav-search-button-2 {
    display: none;
    width: 50%;
    margin: 20px auto;
  }
  .nav-link-2 {
    margin-top: 20px;
  }
  .collection-products-home {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .novedades-section {
    padding-right: 20px;
    padding-left: 20px;
  }
  .footer-copywrite {
    color: #797979;
    font-weight: 400;
  }
  .heading-ic {
    font-size: 14px;
    text-align: center;
  }
  .grid {
    -ms-grid-rows: 0.25fr 0.25fr;
    grid-template-rows: 0.25fr 0.25fr;
  }
  .content-cta-wrapp.box {
    margin-left: 15px;
  }
  .footer-grid {
    grid-auto-columns: auto;
    -ms-grid-columns: auto auto auto;
    grid-template-columns: auto auto auto;
  }
  .tab-title {
    padding-right: 12px;
    padding-left: 12px;
  }
  .collection-item-6 {
    width: 100%;
    max-width: 620px;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .button-3 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .icon {
    color: #008acf;
    font-size: 40px;
  }
  .tab-section {
    padding-right: 20px;
    padding-left: 20px;
  }
  .nav-menu-2 {
    margin-top: 0px;
    background-color: #fff;
    box-shadow: 0 1px 23px 0 rgba(0, 0, 0, 0.15);
  }
  .cta-container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .cta-container.full-width-2 {
    height: auto;
    grid-auto-rows: 180px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 180px;
    grid-template-rows: 180px;
  }
  .footer-info {
    color: #797979;
    font-weight: 400;
  }
  .nav-link-3 {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .nav-link-3.w--current {
    border: 1px none #000;
  }
  .hero-image-wrap {
    display: none;
    width: 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;
  }
  .container-4 {
    -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;
  }
  .brand-2 {
    margin-right: 10px;
    padding: 0px;
  }
  .mobile-button {
    border-style: solid;
    border-width: 1px;
    border-color: rgba(0, 0, 0, 0.09);
    color: #ff7143;
  }
  .mobile-button.w--open {
    border-color: #02676b;
    background-color: #ff7143;
  }
  .navigation-container-full {
    position: relative;
    min-height: auto;
    padding-right: 20px;
    padding-left: 20px;
  }
  .hero-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-bottom: 20px;
    padding-right: 0px;
    -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;
  }
  .hero-grid {
    grid-row-gap: 44px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .banner {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .flowbase-remove {
    display: none;
  }
  .paragraph-large {
    max-width: 800px;
    font-size: 18px;
    text-align: center;
  }
  .heading-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;
    text-align: center;
  }
  .heading-3.white {
    display: block;
    font-size: 50px;
  }
  .footer-column {
    width: 50%;
    padding-right: 20px;
  }
  .navigation-side-plain {
    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;
  }
  .nav-menu-3 {
    height: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-color: #fff;
    box-shadow: 21px 77px 45px 0 rgba(0, 0, 0, 0.09);
  }
  .footer-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-03 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .button-navigation {
    display: none;
  }
  .content-grid-2 {
    grid-row-gap: 80px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .content-section-bg {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #f5fbfc;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }
  .content-block {
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .image-block.grid {
    justify-items: stretch;
  }
  .houses {
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .houses.margin {
    margin-top: 0px;
    padding-top: 0px;
  }
  .div-block-11 {
    width: 60%;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .div-block-11.last {
    margin-bottom: 0px;
  }
  .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;
  }
  .property-content {
    width: 50%;
  }
  .sale-property {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .imageman.living-room.mortgage-house {
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
  }
  ._95-percent-column {
    width: 90%;
  }
  .flex-space {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .flex-space.vertical {
    -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;
  }
  ._52-flex-column.mobile-margin {
    width: 100%;
    -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;
  }
  .service-intro {
    width: auto;
    height: 100%;
  }
  .bg-image.hide {
    top: 40px;
  }
  .box-line {
    position: static;
    padding-bottom: 0px;
  }
  ._46-percent-column {
    position: static;
    height: 300px;
    margin-top: 10px;
  }
  .camera {
    width: 80%;
  }
  .card_col_2 {
    padding-right: 0px;
  }
  .container_p {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .content_wrap {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .col_60 {
    width: 100%;
    padding-top: 80px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
  .col_40 {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .card_row {
    padding-left: 0px;
  }
  .testimonials-wrapper {
    width: 90%;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
  }
  .div-block-16 {
    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;
  }
  .dropdown-toggle {
    padding-left: 0px;
  }
  .hero_text {
    left: 20px;
    margin-top: 45px;
    font-size: 80px;
    line-height: 80px;
  }
  .seguro_wrap {
    margin-left: 24px;
  }
  .hero_section {
    height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .block.opo {
    margin-top: 26px;
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }
  .div-block-19 {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .grid-3 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  ._2-div {
    width: 100%;
  }
  ._2-div.margin {
    margin-top: 40px;
  }
  .div-block-22 {
    width: 100%;
    margin-top: 20px;
  }
  .image-13 {
    width: 70%;
  }
  .para-product {
    padding-right: 5px;
    padding-bottom: 0px;
    padding-left: 5px;
    text-align: left;
  }
  .center-image {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .columns-2 {
    margin-right: 0px;
    margin-left: 0px;
  }
  .service-wrapper {
    height: 400px;
    padding-left: 10px;
  }
  .gallery-grid-container {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
  .section-subtitle {
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 30px;
    line-height: 40px;
  }
  .container-7 {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .align-center {
    width: 60%;
  }
  .flex-button-wrap {
    width: 40%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .section-2.education---dark.ielts {
    height: 400px;
  }
  .div-block-49 {
    width: 40%;
  }
  .heading-9 {
    font-size: 45px;
  }
  .button-9 {
    position: relative;
    display: none;
  }
  .ct-slide-media {
    width: 50%;
    background-image: none;
  }
  .ct-hero-circle {
    left: -60px;
    width: 400px;
    height: 400px;
  }
}

@media screen and (max-width: 767px) {
  .status-message.cc-no-data {
    width: 80%;
    max-width: 470px;
  }
  .footer-logo {
    width: 140px;
  }
  .tab-link-tab-2 {
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .text-field.cc-subscribe-text-field {
    width: auto;
    margin-right: 0px;
    margin-bottom: 10px;
    text-align: center;
  }
  .dahua-section {
    margin-right: auto;
    margin-left: auto;
    padding-right: 2%;
    padding-left: 2%;
  }
  .icons-wrapper {
    background-color: transparent;
  }
  .arrow {
    font-size: 25px;
  }
  .logo-grid-news.news {
    max-width: 520px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .destacados-section {
    padding-right: 2%;
    padding-left: 2%;
  }
  .sub-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .paragraph-light.cc-subscribe-paragraph {
    width: 80%;
  }
  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }
  .ic-wrapper {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 2%;
    padding-bottom: 1%;
    background-color: transparent;
  }
  .ic-wrapper.mid {
    border-right-style: none;
    border-left-style: none;
  }
  .slide-tres {
    padding-top: 30px;
    padding-bottom: 50px;
  }
  .bold-text {
    font-size: 24px;
  }
  .tab-link-tab-1 {
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .tab-link-tab-1.w--current {
    margin-right: 0px;
  }
  .mm-dd-half-row._2 {
    padding-left: 0px;
  }
  .newsletter {
    text-align: center;
  }
  .newsletter.cc-subscription-form {
    padding-right: 2%;
    padding-left: 2%;
  }
  .collection-products-home {
    margin-bottom: 29px;
    justify-items: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .novedades-section {
    padding-right: 2%;
    padding-left: 2%;
  }
  .subscribe-form {
    -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;
  }
  .footer-copywrite {
    font-size: 10px;
    font-weight: 400;
    text-align: center;
  }
  .heading-ic {
    margin-top: 10px;
  }
  .form-block {
    width: 90%;
    max-width: 470px;
  }
  .grid {
    padding-top: 20px;
    padding-bottom: 20px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .footer-grid {
    -ms-grid-columns: auto auto auto auto auto;
    grid-template-columns: auto auto auto auto auto;
  }
  .slide-dos {
    padding-top: 30px;
    padding-bottom: 50px;
  }
  .tab-container {
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 0px;
  }
  .slide {
    padding-top: 30px;
    padding-bottom: 50px;
  }
  .tab-section {
    width: auto;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 2%;
    padding-left: 2%;
  }
  .tabs-content {
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
  }
  .cta-container {
    text-align: center;
  }
  .cta-container.full-width._1 {
    padding-right: 2%;
    padding-left: 2%;
  }
  .cta-container.full-width-2 {
    padding-right: 2%;
    padding-left: 2%;
  }
  .cta-container.full-width-2.cta2 {
    padding-right: 2%;
    padding-left: 2%;
  }
  .tabs-menu {
    margin-bottom: 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;
  }
  .max-width {
    padding-right: 10%;
    padding-left: 10%;
  }
  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }
  .footer-info {
    margin-bottom: 0px;
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
    font-weight: 400;
    text-align: center;
  }
  .container-flex-n1 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .hero-heading {
    font-size: 55px;
  }
  .logo-block {
    width: 70%;
    margin-right: auto;
    margin-left: auto;
  }
  .container-4 {
    -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;
  }
  .container-4.cntr {
    -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;
  }
  .logo-section {
    padding-top: 0px;
    padding-bottom: 40px;
  }
  .price-grid {
    max-width: 420px;
    margin-right: auto;
    margin-left: auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .content-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .footer-grid-03 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .feature-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .flowbase-remove {
    display: none;
  }
  .heading-3 {
    font-size: 60px;
  }
  .heading-3.white {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 50px;
  }
  .footer-column {
    width: 80%;
    padding-right: 0px;
  }
  .logo-grid {
    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;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .footer-bottom {
    margin-top: 40px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer-03 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .team-card.hide {
    top: 45px;
    right: -5%;
  }
  ._95-percent-column {
    width: 100%;
  }
  ._52-flex-column.mobile-margin {
    width: 100%;
  }
  .paragraph-2 {
    text-align: justify;
  }
  .bg-image {
    left: 65px;
    display: inline-block;
  }
  .bg-image.hide {
    left: 0%;
    top: 4%;
    right: 0%;
    bottom: 0%;
    display: block;
  }
  .box-line {
    padding-bottom: 0px;
  }
  ._46-percent-column {
    width: 80%;
  }
  .div-block-13.hide {
    display: none;
  }
  .card_col_2 {
    width: 100%;
    padding-left: 0px;
  }
  .col_60 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .col_40 {
    padding-right: 0px;
  }
  .card_row {
    width: 100%;
    padding-right: 0px;
  }
  .user-name-t2 {
    text-align: center;
  }
  .testimonials-wrapper {
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
  }
  .user-picture-t2 {
    margin-right: auto;
    margin-left: auto;
  }
  .slide-1-t2 {
    margin-bottom: 55px;
  }
  .slider-t2 {
    height: auto;
  }
  .text-wrapper-t2 {
    max-width: none;
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .slide-wrapper-t2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .testimonials-t2 {
    padding: 40px 10px 0px;
  }
  .company-name-t2 {
    text-align: center;
  }
  .slide-nav-t2 {
    left: 0%;
    top: 120%;
    right: 0%;
    bottom: 0%;
    font-size: 20px;
  }
  .quote-t2 {
    margin-top: 35px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .hero_text {
    position: static;
    left: 1px;
    margin-left: 30px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 75px;
    line-height: 100%;
  }
  .seguro_wrap {
    left: -22px;
    line-height: 20px;
  }
  .text-block-143 {
    letter-spacing: 1.5px;
  }
  .hero_section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .image-13 {
    width: 80%;
  }
  .center-image {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
  .columns-2.hide {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .service-wrapper {
    height: auto;
    margin-bottom: 10px;
  }
  .service-wrapper.sequare {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 20px;
  }
  .slider {
    height: 80vh;
  }
  .gallery {
    padding: 40px 20px;
  }
  .gallery-grid-container {
    max-width: none;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }
  .section-subtitle {
    font-size: 20px;
    line-height: 25px;
  }
  .container-7 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .align-center {
    width: 60%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .section-2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .section-2.education---dark.ielts {
    height: 320px;
    padding-top: 80px;
  }
  .div-block-49 {
    width: 40%;
  }
  .heading-9 {
    font-size: 40px;
  }
  .ct-slide-media {
    display: none;
  }
  .ct-slide-image {
    min-width: 290px;
  }
  .ct-hero-circle {
    left: -67px;
    top: 236px;
    width: 300px;
    height: 300px;
  }
}

@media screen and (max-width: 479px) {
  .boxmaintext {
    margin-top: 5px;
    font-size: 14px;
  }
  .column {
    margin-top: 30px;
  }
  .section04 {
    padding-top: 60px;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }
  .div-block-7 {
    position: relative;
    z-index: 200;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60px;
    height: 60px;
    padding: 15px 20px 15px 15px;
    -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: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .menu-button {
    z-index: 20;
    width: 60px;
    height: 60px;
    padding: 0px;
  }
  .menu-button.w--open {
    background-color: transparent;
  }
  .flexwrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .flexwrapper.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .flexinnerimgbox {
    width: 100%;
  }
  .cardwrapper {
    margin-top: 80px;
  }
  .contacttextfield._1 {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .contacttextfield._2 {
    width: 100%;
    margin-left: 0px;
  }
  .column-6 {
    margin-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .boxmaintextkr {
    margin-top: 5px;
    font-size: 13px;
  }
  .nav-menu {
    padding-top: 10px;
    -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;
    background-color: #fff;
  }
  .sectiontitleen {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 150%;
  }
  .section02 {
    padding-bottom: 60px;
  }
  .whiteline {
    width: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .formwrapper01 {
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .navbar {
    width: 100%;
    height: 60px;
  }
  .footer {
    padding-top: 50px;
    padding-bottom: 0px;
  }
  .flexinner {
    width: 100%;
  }
  .div-block-10 {
    width: 25px;
    height: 2px;
    background-color: #1b1b1b;
  }
  .lastfootertextmobile {
    display: block;
    margin-top: 15px;
    margin-bottom: 0px;
    padding-bottom: 20px;
    font-size: 12px;
    text-align: left;
  }
  .navlink {
    padding-right: 19px;
    padding-left: 19px;
  }
  .brand {
    padding-left: 0px;
  }
  .div-block-8 {
    width: 24px;
    height: 2px;
    background-color: #1b1b1b;
  }
  .section03 {
    padding-top: 60px;
  }
  .pkrblack {
    display: none;
    font-size: 14px;
    line-height: 170%;
  }
  .pkrblackmobile {
    display: block;
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 170%;
  }
  .pkrblackmobile.margin20 {
    margin-top: 0px;
  }
  .gray100line {
    margin-top: 60px;
    margin-bottom: 50px;
  }
  .gray100line.bot {
    margin-top: 30px;
  }
  .fullcardwrapper {
    margin-top: 80px;
  }
  .boxtitle {
    font-size: 12px;
  }
  .column-4 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .maintextbox {
    width: 100%;
    padding: 0px 30px 90px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .column-8 {
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .pkrwhite {
    display: none;
    margin-bottom: 0px;
    font-size: 14px;
  }
  .sectionmain {
    margin-top: 60px;
  }
  .lastfootertext {
    display: none;
    margin-top: 15px;
    margin-bottom: 0px;
    padding-bottom: 20px;
    font-size: 11px;
  }
  .fullcardtitle {
    font-size: 16px;
  }
  .fullcard {
    height: 400px;
    padding: 35px 30px;
  }
  .fullcard._02 {
    height: 400px;
  }
  .fullcard._04 {
    height: 400px;
  }
  .fullcard._03 {
    height: 400px;
  }
  .fullcard._01 {
    height: 400px;
    padding: 35px 30px;
  }
  .pkrfullcard {
    line-height: 170%;
  }
  .pkrwhitemobile {
    display: block;
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 170%;
  }
  .formwrapper02 {
    margin-bottom: 20px;
  }
  .mainlogoblack {
    height: 40px;
  }
  .navwrapper {
    padding-right: 0px;
    padding-left: 20px;
  }
  .mainbackground {
    height: 440px;
    background-image: linear-gradient(315deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3)), none;
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .form {
    margin-top: 50px;
    padding: 25px 0px 60px 30px;
  }
  .container {
    padding-right: 30px;
    padding-left: 30px;
  }
  .absoluteblueback {
    z-index: -1;
    width: 100vw;
  }
  .mainrightimg {
    width: 100%;
    margin-bottom: 30px;
  }
  .flexinner66 {
    width: 100%;
  }
  .mainbluebox {
    width: 100%;
    height: 90px;
    padding-right: 35px;
    padding-left: 35px;
  }
  .maincta {
    margin-top: 40px;
  }
  .mainlogocolor {
    height: 40px;
    text-align: left;
  }
  .div-block-9 {
    width: 18px;
    height: 2px;
    margin-top: 5px;
    margin-bottom: 5px;
    background-color: #1b1b1b;
  }
  .maintitlekr {
    font-size: 24px;
  }
  .maingraybox {
    width: 100%;
    height: 90px;
    padding-right: 35px;
    padding-left: 35px;
  }
  .maingraybox._2 {
    display: none;
  }
  .maingraybox._3 {
    display: none;
  }
  .numtext {
    font-size: 12px;
  }
  .flexinner33 {
    width: 100%;
  }
  .mainctacontact {
    width: 100%;
    margin-top: 10px;
    margin-left: 0px;
    padding: 20px;
    font-size: 13px;
  }
  .status-message.cc-no-data {
    width: 100%;
  }
  .mm-dd-category-title {
    margin-right: auto;
    margin-left: auto;
    font-size: 16px;
  }
  .footer-logo {
    display: block;
    width: 124px;
    max-width: none;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .menu-button-2 {
    background-color: transparent;
  }
  .h3 {
    font-size: 14px;
  }
  .dahua-section {
    padding-right: 10px;
    padding-left: 10px;
  }
  .bold-text-2 {
    font-size: 18px;
    text-align: center;
  }
  .icons-wrapper {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .arrow {
    display: none;
  }
  .sublink {
    font-size: 16px;
  }
  .logo-grid-news.news {
    margin-bottom: 28px;
    justify-items: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .footer-wrapper {
    width: auto;
  }
  .paragraph-light {
    font-size: 14px;
  }
  .paragraph-light.cc-subscribe-paragraph {
    width: 100%;
    font-size: 13px;
    text-align: center;
  }
  .heading-jumbo-small {
    font-size: 20px;
    line-height: 30px;
  }
  .ic-wrapper {
    padding-top: 4%;
  }
  .bold-text {
    font-size: 20px;
    line-height: 22px;
  }
  .header-section {
    padding-top: 0px;
  }
  .tab-link-tab-1.w--current {
    margin-right: 0px;
  }
  .buttons-cta-wrapp {
    margin-right: auto;
    margin-left: auto;
  }
  .heading {
    font-size: 13px;
    line-height: 30px;
    text-align: left;
  }
  .heading.box {
    font-size: 24px;
  }
  .mm-dd-half-row {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom-style: none;
  }
  .mm-dd-half-row._1 {
    margin-right: 0px;
  }
  .mm-dd-half-row._2 {
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
  }
  .newsletter.cc-subscription-form {
    padding-right: 15px;
    padding-left: 15px;
  }
  .nav-search-button-2 {
    margin-right: auto;
    margin-left: auto;
  }
  .footer-copywrite {
    font-size: 10px;
    text-align: center;
  }
  .form-block {
    width: 100%;
    max-width: none;
  }
  .grid {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .content-cta-wrapp.cta {
    margin-left: auto;
  }
  .footer-grid {
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-columns: auto auto auto;
    grid-template-columns: auto auto auto;
  }
  .tab-container {
    width: auto;
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
  }
  .footer-divider {
    width: 100%;
  }
  .cta-container.full-width-2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .max-width {
    padding-right: 0%;
    padding-left: 0%;
    font-size: 20px;
  }
  .paragraph-bigger.cc-bigger-light {
    font-size: 14px;
  }
  .footer-info {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
    font-size: 12px;
  }
  .hero-heading {
    font-size: 42px;
    text-align: center;
  }
  .logo-block {
    width: 50%;
  }
  .nav-link-3 {
    padding-left: 20px;
  }
  .container-4 {
    width: auto;
    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;
  }
  .container-4.cntr {
    -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;
  }
  .logo-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .footer-wrapper-2 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer-grid-03 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .hero-block {
    width: 90%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .content-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .content {
    padding-right: 0px;
  }
  .banner {
    overflow: hidden;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    padding: 20px 0%;
  }
  .paragraph-large {
    width: 100.00009%;
  }
  .heading-3 {
    margin-top: 10px;
    font-size: 32px;
  }
  .heading-3.white {
    font-size: 35px;
    text-align: center;
  }
  .footer-column {
    width: 100%;
    margin-top: 10px;
  }
  .logo-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .footer-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .footer-03 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .div-block-6 {
    display: none;
  }
  .button-4 {
    width: 100%;
    max-width: 250px;
  }
  .border-div {
    position: static;
  }
  .h6.product {
    font-size: 35px;
  }
  .room-feature-grid {
    width: auto;
  }
  .div-block-11 {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  .link-block-2 {
    margin-right: auto;
    margin-left: auto;
  }
  .feature.centre-lines {
    border: 1px none #000;
  }
  .property-content {
    width: auto;
  }
  .heading-7 {
    text-align: center;
  }
  .top-margin._20-pixels {
    padding-right: 20px;
    padding-left: 20px;
  }
  .mortgage-section {
    margin-top: 30px;
  }
  .content-wrapper {
    padding-right: 0px;
    padding-left: 0px;
  }
  .image-icon {
    display: none;
    margin-right: 10px;
  }
  .team-card.hide {
    display: none;
  }
  .flex-space {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  ._52-flex-column {
    width: 100%;
  }
  ._52-flex-column.mobile-margin {
    margin-bottom: 20px;
  }
  .paragraph-2 {
    text-align: justify;
  }
  .list-wrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bg-image {
    left: 0px;
    top: 19px;
  }
  .bg-image.hide {
    left: 0%;
    top: 5%;
    right: 0%;
    bottom: 0%;
    display: block;
  }
  .box-line {
    padding-bottom: 30px;
  }
  ._46-percent-column {
    width: 100%;
  }
  .narrow-wrapper {
    padding-right: 0%;
    padding-left: 0%;
  }
  .div-block-13 {
    left: auto;
    top: auto;
    right: -8%;
    bottom: 5%;
    width: 100%;
    height: 80%;
  }
  .div-block-13.hide {
    display: none;
  }
  .div-block-15 {
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .camera {
    width: 80%;
  }
  .card_col_2 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .content_wrap {
    padding-top: 40px;
    padding-bottom: 10px;
  }
  .col_60 {
    padding-top: 20px;
    padding-right: 0px;
  }
  .h1_example {
    font-size: 35px;
    text-align: center;
  }
  .testimonials-wrapper {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    border-radius: 0px;
  }
  .user-picture-t2 {
    width: 200px;
  }
  .testimonials-t2 {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .slide-nav-t2 {
    top: 100%;
  }
  .hero_text {
    left: auto;
    width: 90%;
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 26px;
    font-size: 40px;
    line-height: 40px;
  }
  .grid-2 {
    top: 0px;
    height: 90%;
    margin-right: 10px;
    margin-left: 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
    justify-items: start;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    grid-auto-rows: 0fr;
    grid-template-areas: "." "." ".";
    -ms-grid-columns: 1.75fr;
    grid-template-columns: 1.75fr;
    -ms-grid-rows: 0.25fr 0.25fr 0.25fr;
    grid-template-rows: 0.25fr 0.25fr 0.25fr;
  }
  .seguro_wrap {
    width: 100%;
    margin-left: 0px;
  }
  .text-block-143 {
    padding-top: 20px;
    font-size: 15px;
    letter-spacing: 1.5px;
  }
  .paragraph-5 {
    margin-bottom: 48px;
  }
  .hero_section {
    width: 100vw;
    height: 720px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }
  .block.fina {
    width: 60vw;
    height: 22vh;
    margin-top: 0px;
    margin-bottom: 15px;
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
  }
  .block.opo {
    width: 60vw;
    height: 22vh;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }
  .div-grid {
    width: 100%;
  }
  .div-block-20 {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  .grid-3 {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-grid-columns: 0.25fr;
    grid-template-columns: 0.25fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  ._2-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  ._2-div.margin {
    margin-top: 0px;
  }
  .div-block-22 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .image-13 {
    width: 80%;
  }
  .service-wrapper {
    width: auto;
  }
  .service-wrapper.sequare {
    padding-bottom: 20px;
  }
  .slider {
    height: auto;
  }
  .column-9 {
    margin-top: 10px;
  }
  .centered-container {
    text-align: left;
  }
  .gallery-grid-container {
    margin-right: 0px;
    margin-left: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto;
  }
  .container-7 {
    width: 90%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .align-center {
    width: 100%;
  }
  .flex-button-wrap {
    width: auto;
  }
  .section-2.education---dark.ielts {
    height: 400px;
    padding-top: 90px;
  }
  .div-block-49 {
    width: 50%;
  }
  .heading-9 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 30px;
    line-height: 50px;
  }
  .ct-slide-media {
    display: none;
    width: 40%;
  }
  .ct-slide-image {
    left: -37px;
    top: -238px;
    min-width: 150px;
  }
  .ct-hero-circle {
    top: 220px;
    width: 180px;
    height: 180px;
  }
  .heading-10 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 70px;
    line-height: 90px;
  }
  .paragraph-10 {
    margin-bottom: 0px;
    font-size: 16px;
    text-align: center;
  }
  .paragraph-11 {
    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;
    font-size: 16px;
  }
}

#w-node-9520beadb6bf-50b2b25e {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-54c22c1c1daf-50b2b25e {
  -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: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

@media screen and (max-width: 767px) {
  #w-node-18fcd7dbd3b0-50b2b25e {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-9520beadb6bf-50b2b25e {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
  #w-node-18fcd7dbd3b0-50b2b25e {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}