.form-registration li {
    margin-bottom: 15px;
    color: #fff;
}
.social-media-link.small.whatsapp {
    background-image: url('../images/65255787974ce249b6245f2d_whatsapp.svg');
    background-position: 50%;
    background-size: contain;
    margin-bottom: 0;
    margin-right: 0;
}
.wa-wrapper {
    flex-direction: column;
    align-items: center;
    margin-right: 10px;
    display: flex;
}
.form-registration ul li label{
    font-size: 16px !important;
}
.form-registration .box {
    
    background-color: #ffffff;
}
.form-registration .box.has-advanced-upload {
    outline: 2px dashed #ff7f4d;
    outline-offset: -10px;
    width: 33%;
}
div#upper-side {
    background-color: #ff7f4d !important;
}
#contBtn {
   
    background: #ff7f4d !important;
}

.content-wrapper-2.w-container {
    max-width: 1220px;
}
.contact-form-full.parafull h4{
    color:#fff !important;
}
.form-bg {
    background: transparent !important;
}
.form-registration ul li label{
    color: #fff !important;
}
.form-registration h2 {
    color: #fff !important;
}
.form-registration div#contact-form form#form .textarea {
    font-size: 14px;
    padding-left: 10px;
    color: #333;
    font-weight: 400;
}
.form-registration div#contact-form {
	TEXT-ALIGN: LEFT;
}
.container.registration {
    margin-top: 12% !important;
    
}
.form-registration input[type="text"] ,.form-registration input[type="date"] {
    color: #000 !important;
}

.form-registration h1 {
    margin-bottom: 40px !important;
}
#The-Corporate .form-registration p {
    color: #fff !important;
    font-size: 16px;
    line-height: 22px;
}
.form-registration h5 {
    color: #fff;
}
.form-registration div#contact-form form#form .textarea {
	background: #fff;
	min-width: auto;
	width: 100%;
}
.form-registration .flexwidth ul li {
	display: flex;
	align-items: center;
}

.form-registration .flexwidth ul li label {
	width: 33%;
	margin-right: 10px;
	margin-bottom: 0;
}
.form-registration h2 {
	font-weight: 400;
	font-size: 22px;
	margin-bottom: 50px;
	
	text-align: center;
}
.form-registration fieldset {
	border: solid 2px rgb(192, 192, 192);
	padding: 0.625em;
}
.form-registration fieldset legend {
	font-weight: 400;
	font-size: 16px;
	color:#fff !important;
}
.form-registration b {
    color: #fff;
}
.form-registration ul li.radio label {
	display: inline-block;
}
.form-registration ul.inlineli li {
	display: inline-block;
	margin-right: 20px;
	width: 245px;
	font-size: 16px;
}

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

body {
  color: #333;
  background-color: #000;
  font-family: Prompt, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 600;
  line-height: 44px;
}

h2 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Prompt, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 36px;
}

h4 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

p {
  color: #fff;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 25px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.margin-bottom-40px {
  margin-bottom: 40px;
}

.footer {
  border-top: 0 #dcddeb;
  padding-top: 80px;
  padding-bottom: 40px;
  overflow: hidden;
}

.card {
  background-color: #e9e9f8;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  padding: 64px 26px;
  overflow: hidden;
  box-shadow: 0 4px 22px rgba(8, 15, 52, .03);
}

.card.no-padding {
  min-height: 100%;
  padding: 0;
}

.card.no-padding.flex-v {
  transform: translate(0);
}

.card.no-padding.offices {
  display: flex;
}

.card.card-link {
  color: #8184a3;
  text-decoration: none;
  display: block;
}

.card.card-link:hover {
  color: #8184a3;
}

.card.card-link.case-study-v2 {
  border-color: #fff;
  padding: 0;
  transition: box-shadow .3s, transform .3s;
  transform: translate(0);
}

.card.card-link.case-study-v2:hover {
  color: #ff7f4d;
  transform: translate(0, -6px);
  box-shadow: 0 8px 44px rgba(8, 15, 52, .03);
}

.card.card-link.case-study {
  box-shadow: none;
  transform-style: preserve-3d;
  border-width: 0;
  justify-content: space-between;
  padding: 0;
  transition-property: transform;
  display: flex;
  position: relative;
  transform: translate3d(0, 0, .01px);
}

.card.card-link.case-study:hover {
  transform: translate3d(0, -8px, .01px);
}

.card.card-link.social-media {
  justify-content: center;
  padding-top: 37px;
  padding-bottom: 37px;
  transition: box-shadow .3s, transform .3s;
  display: flex;
}

.card.card-link.social-media:hover {
  transform: translate(0, -4px);
  box-shadow: 0 8px 44px rgba(8, 15, 52, .03);
}

.card.style-3 {
  border-radius: 13px;
  align-items: center;
  padding: 40px 32px;
  display: flex;
  overflow: visible;
}

.card.style-3.card-link-featured {
  color: #fff;
  background-color: #ff7f4d;
  border-color: #14142b;
  text-decoration: none;
  transition: background-color .3s, transform .3s;
}

.card.style-3.card-link-featured:hover {
  color: #fff;
  background-color: #f39;
  transform: translate(0, 4px);
}

.card.style-3.card-link {
  background-color: #fff;
  transition: transform .3s, box-shadow .3s;
  box-shadow: 0 6px 12px rgba(20, 20, 43, .09);
}

.card.style-3.card-link:hover {
  transform: translate(0, 4px);
  box-shadow: 0 2px 2px rgba(20, 20, 43, .09);
}

.card.bg-primary-1 {
  background-color: #4a3aff;
}

.card.bg-primary-1.footer-newsletter {
  width: 100%;
  max-width: 600px;
  min-height: 442px;
  background-color: #ff7f4d;
  padding: 40px 45px;
  position: relative;
  transform: translate(0);
}

.social-media-small-wrapper {
  flex-wrap: wrap;
  margin-bottom: -16px;
  margin-right: -16px;
  display: flex;
}

.button-primary {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #ff7f4d;
  border: 1px solid #ff7f4d;
  border-radius: 10px;
  padding: 15px 40px;
  font-family: Prompt, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.111em;
  text-decoration: none;
  transition: transform .3s, border-color .3s, background-color .3s;
  transform: translate3d(0, 0, .01px);
}

.button-primary:hover {
  color: #fff;
  background-color: #ff7f4d;
  border-color: #ff7f4d;
  transform: translate3d(0, -2px, .01px);
}

.button-primary.full-width {
  align-self: stretch;
  display: block;
}

.button-primary.full-width.white-v2 {
  color: #ff7f4d;
  background-color: #fff;
  border-color: #fff;
  transition-property: transform, background-color, color;
}

.button-primary.full-width.white-v2:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0) !important;
}

.button-primary.small {
  border-radius: 8px;
  padding: 14px 24px;
  font-size: 16px;
  line-height: 1.125em;
}

.footer-menu-content {
  display: flex;
}

.absolute {
  position: absolute;
}

.absolute.shape {
  overflow: hidden;
}

.absolute.shape.footer-newsletter-2 {
  width: 48%;
  padding-top: 48%;
  bottom: -63px;
  right: -93px;
}

.absolute.shape.footer-newsletter-1 {
  width: 71%;
  padding-top: 71%;
  top: -104px;
  right: -111px;
}

.absolute.shape.footer-newsletter-3 {
  width: 35%;
  padding-top: 35%;
  bottom: -25px;
  left: -31px;
}

.container-default {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  overflow: visible;
}

.split-content-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.split-content-wrapper.margin-bottom-default {
  flex-wrap: wrap;
}

.footer-nav-item {
  margin-bottom: 24px;
  line-height: 1.111em;
}

.slide {
  margin-right: 26px;
}

.section {
  padding-top: 60px;
  padding-bottom: 60px;
  overflow: hidden;
}

.image-wrapper {
  min-height: 200px;
  align-items: center;
  display: flex;
  overflow: hidden;
  transform: translate(0);
}

.image-wrapper.card-office {
  max-width: 436px;
}

.image-wrapper.card-social-media-icon {
  width: 61px;
  max-height: 61px;
  min-height: 61px;
  min-width: 61px;
  border-radius: 10000000px;
  margin-right: 16px;
}

.image-wrapper.card-social-media-icon.instagram {
  background-image: linear-gradient(225deg, #eb2482 22%, #fa8f21);
}

.grid-2-columns {
  grid-column-gap: 56px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.input {
  min-height: 62px;
  background-color: #fff;
  border: 1px solid #dcddeb;
  border-radius: 10px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
  line-height: 1.111em;
  transition: border-color .3s, color .3s;
}

.input:hover {
  border-color: #4a3aff;
}

.input:focus {
  color: #14142b;
  border-color: #4a3aff;
}

.input::-ms-input-placeholder {
  color: #8184a3;
}

.input::placeholder {
  color: #8184a3;
}

.input.margin-bottom-20px {
  font-family: Prompt, sans-serif;
  font-weight: 300;
}

.error-message {
  color: #fff;
  text-align: center;
  background-color: #f93d3d;
  border-radius: 15px;
  padding: 20px;
}

.text-100 {
  font-size: 16px;
  line-height: 1.125em;
}

.success-message {
  color: #4a3aff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0;
  font-weight: 600;
}

.success-message.v2 {
  color: #4a3aff;
  background-color: #fff;
  border: 1px solid #dcddeb;
  border-radius: 15px;
  padding: 20px;
}

.mask.overflow-visible {
  overflow: visible;
}

.mask.overflow-visible.offices {
  max-width: 819px;
}

.footer-logo {
  width: 180px;
}

.text-color-primary-1 {
  color: #ff7f4d;
  font-family: Prompt, sans-serif;
  font-weight: 600;
}

.z-index-1 {
  z-index: 1;
  position: relative;
}

.text {
  color: #fff;
  margin-bottom: 0;
  font-family: Prompt, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
  text-decoration: none;
}

.text.white {
  color: #fff;
  font-style: normal;
}

.text.black {
  color: #000;
}

.footer-nav {
  margin-bottom: 0;
  margin-right: 40px;
  padding-left: 0;
}

.footer-nav.last {
  margin-right: 0;
}

.flex-c {
  align-items: center;
  display: flex;
}

.footer-newsletter-form-block {
  margin-bottom: 0;
}

.footer-logo-container {
  transform-style: preserve-3d;
  margin-bottom: 15px;
  transition-property: transform;
  transform: scale3d(1, 1, 1.01);
}

.footer-logo-container:hover {
  transform: scale3d(.98, .98, 1.01);
}

.footer-newsletter-form {
  flex-direction: column;
  display: flex;
}

.footer-menu-wrapper {
  margin-bottom: 40px;
  margin-right: 40px;
}

.slide-nav {
  display: none;
}

.breaking-no-wrap {
  white-space: nowrap;
}

.footer-content {
  border-top: 1px solid #dcddeb;
  border-bottom: 1px solid #dcddeb;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 80px;
  margin-bottom: 40px;
  padding-top: 60px;
  padding-bottom: 20px;
  display: flex;
}

.slider-right-arrow {
  width: 64px;
  max-height: 64px;
  min-height: 64px;
  min-width: 64px;
  transform-style: preserve-3d;
  background-color: #ff7f4d;
  border-radius: 1000000px;
  justify-content: center;
  align-items: center;
  font-size: 23px;
  font-weight: 400;
  transition: background-color .3s, transform .3s;
  display: flex;
  right: -20px;
  transform: scale3d(1, 1, 1.01);
}

.slider-right-arrow:hover {
  background-color: #f39;
  transform: scale3d(.95, .95, 1.01);
}

.text-200 {
  font-size: 18px;
  line-height: 1.111em;
}

.text-200.link {
  color: #000;
  white-space: nowrap;
  font-family: Prompt, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.text-200.link:hover, .text-200.link.w--current {
  color: #ff7f4d;
}

.text-200.link.white {
  color: #fff;
}

.text-200.link.white:hover, .text-200.link.white.w--current {
  color: #ff7f4d;
}

.text-200.bold {
  font-weight: 700;
}

.text-200.header-link {
  color: #000;
  white-space: nowrap;
  text-decoration: none;
  transition: color .3s;
}

.text-200.header-link:hover, .text-200.header-link.w--current {
  color: #ff4f00;
}

.text-200.dropdown {
  color: #8184a3;
  align-items: center;
  padding: 0;
  display: flex;
}

.text-200.dropdown:hover {
  color: #4a3aff;
}

.footer-content-bottom {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: -20px;
  display: flex;
}

.grid-3-columns {
  grid-column-gap: 26px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.split-content.footer-content-top-right {
  max-width: 650px;
}

.split-content.footer-content-top-left {
  max-width: 388px;
  flex: 1;
  margin-right: 40px;
}

.split-content.header-left {
  align-items: center;
  display: flex;
}

.split-content.header-right {
  flex: 1;
  margin-right: 40px;
}

.split-content.offices-content-top-left {
  max-width: 490px;
}

.split-content.offices-content-top-right {
  margin-top: auto;
}

.footer-social-media-wrapper {
  margin-bottom: 20px;
  display: flex;

}

.title {
  color: #fff;
  font-family: Prompt, sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 55px;
}

.title.h3-size {
  color: #14142b;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.417em;
}

.title.h3-size.text-color-neutral-100 {
  color: #fff;
  font-weight: 500;
}

.subtitle {
  color: #fff;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Prompt, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.125em;
}

.content-link-wrapper {
  color: #8184a3;
  text-decoration: none;
  display: block;
}

.content-link-wrapper:hover {
  color: #8184a3;
}

.content-link-wrapper.position-relative.post-item-v2 {
  min-height: 100%;
  flex-direction: column;
  display: flex;
}

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

.image.cover {
  width: 100%;
  height: 100%;
  min-height: 305px;
  object-fit: cover;
  flex: 1;
}

.image.footer-contact-link-icon {
  max-width: 38px;
  margin-right: 17px;
}

.footer-menu-main-content {
  width: 100%;
  max-width: 615px;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: -40px;
  margin-right: 40px;
  display: flex;
}

.social-media-link {
  width: 37px;
  max-height: 37px;
  min-height: 37px;
  min-width: 37px;
  color: #fff;
  transform-style: preserve-3d;
  background-color: #dcddeb;
  border-radius: 100000000px;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
  margin-right: 16px;
  text-decoration: none;
  transition-property: transform;
  display: flex;
  overflow: hidden;
  transform: translate3d(0, 0, .01px);
}

.social-media-link:hover {
  transform: translate3d(0, -6px, .01px);
}

.social-media-link.small {
  width: 29px;
  max-height: 29px;
  min-height: 29px;
  min-width: 29px;
}

.social-media-link.instagram {
  background-image: url('../images/image-3-social-media-marketing-template.svg'), linear-gradient(225deg, #eb2482 22%, #fa8f21);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
}

.social-media-link.twitter {
  background-image: url('../images/image-2-social-media-marketing-template.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.social-media-link.facebook {
  background-image: url('../images/image-1-social-media-marketing-template.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.social-media-link.linkedin {
  background-image: url('../images/image-4-social-media-marketing-template.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 40px;
}

.margin-bottom-4px {
  margin-bottom: 4px;
}

.footer-content-top {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.slider-left-arrow {
  width: 64px;
  max-height: 64px;
  min-height: 64px;
  min-width: 64px;
  transform-style: preserve-3d;
  background-color: #ff7f4d;
  border-radius: 1000000px;
  justify-content: center;
  align-items: center;
  font-size: 23px;
  font-weight: 400;
  transition: background-color .3s, transform .3s;
  display: flex;
  left: -20px;
  transform: scale3d(1, 1, 1.01);
}

.slider-left-arrow:hover {
  background-color: #f39;
  transform: scale3d(.95, .95, 1.01);
}

.dropdown-nav {
  margin-bottom: 0;
  margin-right: 40px;
  padding-left: 0;
  list-style-type: none;
}

.dropdown-nav.last {
  margin-right: 0;
}

.dropdown-nav-main-wrapper {
  width: 100%;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  justify-content: space-between;
  padding: 64px 66px;
  display: flex;
  box-shadow: 0 18px 54px rgba(20, 20, 43, .14);
}

.dropdown-nav-content {
  justify-content: space-between;
  display: flex;
}

.header-logo {
  width: 140px;
}

.dropdown-nav-pages-wrapper {
  width: 100%;
  margin-right: 60px;
}

.dropdown-nav-pages-wrapper.last {
  margin-right: 0;
}

.text-block-2 {
  color: #000;
}

.header-navigation {
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.dropdown-list {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 20px;
  left: -228px;
}

.dropdown-arrow {
  margin-left: 8px;
  font-size: 7px;
  display: block;
  position: relative;
  top: 2px;
}

.brand {
  transform-style: preserve-3d;
  padding-left: 0;
  transition-property: transform;
  transform: scale3d(1, 1, 1.01);
}

.brand:hover {
  transform: scale3d(.98, .98, 1.01);
}

.header-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.dropdown-nav-item {
  margin-bottom: 24px;
  line-height: 1.111em;
  display: flex;
}

.nav-item-wrapper {
  margin-bottom: 0;
  margin-right: 32px;
  line-height: 1.111em;
}

.nav-item-wrapper.button-mobile {
  display: none;
}

.nav-link-dropdown {
  display: block;
}

.navbar {
  background-color: #fff;
  padding: 24px 20px;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.slider-4 {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
}

.card-office-content {
  max-width: 383px;
  background-color: #fff;
  flex: 1;
  padding: 65px 83px 65px 47px;
}

.card-office-content.line {
  background-image: url('../images/gradient-line-upwards.svg');
  background-position: 25%;
  background-repeat: no-repeat;
  background-size: auto;
}

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

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

.title-2 {
  color: #fff;
  font-family: Prompt, sans-serif;
  font-weight: 600;
}

.title-2.black {
  color: #000;
}

.map {
  opacity: 1;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
}

.map.footer {
  height: 260px;
  min-height: auto;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  flex: none;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.dropdown {
  margin-left: 0;
  margin-right: 0;
}

.div-block-8 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.div-block-8.white {
  background-color: #fff;
}

.nav-bar-group {
  z-index: 150;
  width: 40%;
  height: 60px;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.primary-button {
  min-height: 42px;
  min-width: 185px;
  color: #666;
  text-align: center;
  letter-spacing: .3px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #f39;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 15px 28px;
  font-family: Prompt, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  transition: color .2s, background-color .2s;
  display: inline-block;
}

.primary-button:hover {
  color: #f4f3f0;
  background-color: #f39;
}

.primary-button.nav {
  min-width: auto;
  color: #fff;
  margin: 5px 10px;
  padding: 14px 10px 7px;
  font-size: 11px;
  line-height: 11px;
}

.home.w--current {
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.container {
  z-index: 150;
  width: 100%;
  max-width: none;
  align-items: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.nav-menu-2 {
  z-index: 1000;
  width: 400px;
  height: 100vh;
  background-color: rgba(255, 127, 77, .9);
  justify-content: space-between;
  display: flex;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.nav-menu-pane-2 {
  z-index: 998;
  height: 100vh;
  border-left: 1px #e0dede;
  flex-direction: column;
  display: block;
  position: relative;
  overflow: auto;
  box-shadow: -1px 1px 5px rgba(51, 51, 51, .57);
}

.menu-link-group {
  margin-top: 98px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.menu-link-3 {
  width: 100%;
  height: 30px;
  color: #f4f3f0;
  align-items: center;
  margin-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.menu-link-3:hover {
  color: #333;
}

.menu-link-3.w--current {
  color: #333;
  text-decoration: none;
}

.dropdown-4 {
  width: auto;
  align-items: center;
  display: block;
}

.dropdown-toggle {
  height: 30px;
  color: #fff;
  flex-direction: row;
  align-items: center;
  margin-right: 220px;
  padding-right: 40px;
  display: flex;
}

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

.text-block-39 {
  font-size: 20px;
}

.menu-seperator {
  height: 2px;
  background-color: #fff;
  margin-top: 10px;
  margin-left: 20px;
  display: none;
}

.section-1 {
  width: 95%;
  background-color: #fff;
  border-top-right-radius: 40px;
  border-bottom-left-radius: 100px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  right: auto;
  overflow: visible;
}

.section-1.bottom-line {
  background-image: url('../images/gradient-bottom-line.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto;
}

.dropdown-list-2 {
  background-color: rgba(221, 221, 221, .01);
}

.dropdown-list-2.w--open {
  background-color: rgba(221, 221, 221, 0);
  position: relative;
}

.lf-nav-wrapper.w--open {
  background-color: rgba(0, 0, 0, 0);
}

.lf-nav-container {
  width: 48px;
  height: 48px;
}

.lf-nav-icon {
  filter: invert();
}

.navbar-2 {
  width: 100%;
  background-color: #000;
  align-items: center;
  display: flex;
  position: fixed;
}

.link-project-block {
  transform-origin: 100%;
  cursor: pointer;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  position: relative;
  overflow: hidden;
}

.div-block-17 {
  margin-bottom: 60px;
}

.chat-block {
  width: 80%;
  background-color: #fff;
  border-radius: 8px;
  padding: 15px;
}

.whatsapp-container {
  z-index: 30;
  width: 100px;
  height: 100px;
  cursor: pointer;
  background-color: #25d366;
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  transition: all .3s cubic-bezier(.45, .182, .111, .989);
  display: flex;
  position: relative;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.whatsapp-container:hover {
  background-color: #383838;
  transform: scale(1.05);
}

.whatsapp-chat {
  width: 300px;
  height: 315px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .16);
  border-radius: 20px;
  flex-direction: column;
  margin-bottom: 16px;
  display: flex;
  overflow: hidden;
}

.whatsapp-block {
  z-index: 9999;
  flex-direction: column;
  align-items: flex-end;
  display: none;
  position: fixed;
  top: auto;
  bottom: 30px;
  left: auto;
  right: 30px;
}

.small-whatsapp-icon {
  margin-right: 10px;
}

.live-chat-text {
  color: #fff;
  text-decoration: none;
}

.live-chat-bottom-text {
  font-size: 10px;
}

.live-chat-bottom-text.block {
  margin-bottom: 5px;
  font-size: 12px;
}

.live-icon-chat {
  margin-right: 0;
}

.live-chat-link {
  height: 25%;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.live-chat-top-text {
  letter-spacing: 0;
  font-size: 12px;
  font-weight: 500;
  position: static;
}

.live-chat-top-text.block {
  color: #b0b0b0;
  margin-bottom: 10px;
  font-size: 12px;
}

.live-icon {
  width: 15px;
  height: 15px;
  background-color: #00b94a;
  border-radius: 100%;
  position: absolute;
  top: 5px;
  bottom: auto;
  left: 5px;
  right: auto;
}

.chat-section {
  height: 50%;
  background-color: #e6ddd4;
  padding: 16px 20px;
}

.close-live-chat-container {
  width: 20px;
  height: 100%;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: flex;
}

.livechat-button {
  width: 80%;
  height: 42px;
  background-color: #000;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.top-section {
  height: 25%;
  justify-content: space-between;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .container-default {
    max-width: 1221px;
  }
}

@media screen and (min-width: 1920px) {
  .container-default {
    max-width: 1800px;
  }

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

  .whatsapp-chat {
    display: none;
  }

  .livechat-button {
    transition: all .2s;
  }

  .livechat-button:hover {
    background-color: #000;
    transform: scale(1.05);
  }
}

@media screen and (max-width: 991px) {
  .card {
    padding-top: 53px;
    padding-bottom: 53px;
  }

  .card.card-link.case-study {
    flex-direction: column;
  }

  .card.bg-primary-1.footer-newsletter {
    min-height: 417px;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 54px;
    padding-bottom: 70px;
  }

  .social-media-small-wrapper {
    text-align: left;
  }

  .button-primary.small.header-button {
    margin-right: 32px;
  }

  .button-primary.small.header-button-mobile {
    padding-top: 22px;
    padding-bottom: 22px;
    display: block;
  }

  .absolute.shape.footer-newsletter-2 {
    width: 190px;
    padding-top: 190px;
  }

  .absolute.shape.footer-newsletter-1 {
    width: 326px;
    padding-top: 326px;
  }

  .absolute.shape.footer-newsletter-3 {
    width: 154px;
    padding-top: 154px;
  }

  .container-default {
    flex-direction: column;
    align-items: stretch;
  }

  .split-content-wrapper {
    flex-direction: column;
  }

  .section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .grid-2-columns {
    grid-column-gap: 45px;
    grid-row-gap: 50px;
  }

  .footer-content {
    flex-direction: column;
    align-items: center;
    margin-top: 70px;
    padding-top: 112px;
    padding-bottom: 112px;
  }

  .text-200.header-link, .text-200.dropdown {
    font-size: 20px;
  }

  .footer-content-bottom {
    flex-flow: column-reverse;
    align-items: stretch;
  }

  .grid-3-columns {
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr;
  }

  .grid-3-columns.style-3 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .split-content.footer-content-top-left {
    margin-bottom: 40px;
    margin-right: 0;
  }

  .split-content.offices-content-top-left {
    text-align: center;
    margin-bottom: 28px;
  }

  .split-content.contact-social-media-top-left {
    text-align: center;
    margin-bottom: 10px;
  }

  .footer-menu-main-content {
    margin-bottom: 30px;
    margin-right: 0;
  }

  .footer-content-top {
    flex-direction: column;
    align-items: stretch;
    margin-left: 20px;
    margin-right: 20px;
  }

  .dropdown-nav-main-wrapper {
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0);
    border-width: 0;
    border-radius: 0;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 40px 0 0;
  }

  .dropdown-nav-content {
    flex-wrap: wrap;
  }

  .header-menu-button-icon-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 5px;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .dropdown-nav-pages-wrapper, .dropdown-nav-pages-wrapper.last {
    width: auto;
  }

  .header-menu-button-icon-top {
    width: 100%;
    max-height: 3px;
    min-height: 3px;
    background-color: #fff;
    padding: 0;
  }

  .header-navigation {
    flex-direction: column;
    align-items: stretch;
  }

  .header-menu-button-icon-medium {
    width: 100%;
    max-height: 3px;
    min-height: 3px;
    color: #3022cd;
    background-color: #fff;
    padding: 0;
  }

  .dropdown-list {
    padding-top: 0;
    position: static;
  }

  .menu-button {
    width: 48px;
    max-height: 48px;
    min-height: 48px;
    min-width: 48px;
    color: #fff;
    background-color: #4a3aff;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    padding: 0;
    font-size: 30px;
    transition: background-color .35s;
    display: flex;
  }

  .menu-button:hover, .menu-button.w--open {
    background-color: #ff6262;
  }

  .icon-wrapper {
    width: 20px;
    min-height: 20px;
    flex-direction: column;
    justify-content: space-between;
    display: flex;
  }

  .header-menu-button-icon-bottom {
    width: 100%;
    max-height: 3px;
    min-height: 3px;
    background-color: #fff;
    padding: 0;
  }

  .dropdown-arrow {
    font-size: 9px;
    top: 1px;
  }

  .nav-menu {
    background-color: #fff;
    border: 1px solid #eff0f6;
    padding: 36px 24px;
    box-shadow: 0 4px 10px rgba(74, 58, 255, .18);
  }

  .nav-item-wrapper {
    margin-right: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
  }

  .nav-item-wrapper.button-mobile {
    margin-top: 60px;
    display: block;
  }

  .nav-link-dropdown {
    margin-left: 0;
    margin-right: 0;
  }

  .navbar {
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-office-content {
    padding-top: 54px;
    padding-bottom: 54px;
    padding-right: 69px;
  }

  .primary-button.nav {
    min-width: auto;
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 10px;
    padding-right: 10px;
    display: none;
  }

  .home.w--current {
    margin-top: 0;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-menu-2 {
    background-color: rgba(255, 127, 77, .9);
  }

  .section-1 {
    margin-top: 0;
  }

  .whatsapp-block {
    bottom: 20px;
    right: 20px;
  }
}

@media screen and (max-width: 767px) {
    .form-bg {
        
        padding: 10px !important;
    }
    .box.has-advanced-upload {
        width: 100% !important;
    }
    .container.registration {
        margin-top: 22% !important;
    }
  .footer {
    padding-top: 70px;
    padding-bottom: 35px;
  }

  .card {
    border-radius: 20px;
    padding-top: 44px;
    padding-bottom: 44px;
  }

  .card.no-padding.offices {
    flex-direction: column;
  }

  .card.card-link.text-center {
    padding-top: 37px;
    padding-bottom: 37px;
  }

  .card.card-link.social-media {
    padding-top: 31px;
    padding-bottom: 31px;
  }

  .card.bg-primary-1.footer-newsletter {
    min-height: 414px;
    padding-left: 35px;
    padding-right: 35px;
  }

  .social-media-small-wrapper {
    justify-content: center;
  }

  .button-primary {
    padding-left: 30px;
    padding-right: 30px;
  }

  .button-primary.small.header-button {
    display: none;
  }

  .footer-menu-content {
    flex-wrap: wrap;
  }

  .absolute.shape.footer-newsletter-1 {
    width: 50%;
    padding-top: 50%;
  }

  .section {
    padding-top: 113px;
    padding-bottom: 113px;
  }

  .image-wrapper.card-office {
    max-width: 100%;
  }

  .grid-2-columns {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .grid-2-columns.style-2 {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.style-2.gap-32px.gap-16-mb {
    grid-row-gap: 16px;
  }

  .footer-logo {
    width: 206px;
  }

  .footer-logo-container {
    margin-bottom: 10px;
  }

  .footer-menu-wrapper {
    margin-left: 10px;
    margin-right: 10px;
  }

  .footer-content {
    margin-top: 60px;
    margin-bottom: 35px;
    padding: 40px 10px 90px;
  }

  .slider-right-arrow {
    width: 60px;
    max-height: 60px;
    min-height: 60px;
    min-width: 60px;
    font-size: 19px;
    right: 12px;
  }

  .footer-content-bottom {
    align-items: center;
  }

  .grid-3-columns {
    grid-row-gap: 40px;
  }

  .grid-3-columns.style-3 {
    grid-template-columns: 1fr;
  }

  .grid-3-columns.style-3.gap-rows-35px.gap-mobile-24px {
    grid-row-gap: 24px;
  }

  .split-content.footer-content-top-right {
    max-width: 100%;
  }

  .split-content.footer-content-top-left {
    margin-bottom: 35px;
  }

  .title.h3-size {
    font-size: 22px;
  }

  .subtitle {
    margin-bottom: 15px;
  }

  .footer-menu-main-content {
    flex-wrap: wrap;
    margin-bottom: 20px;
  }

  .footer-content-top {
    padding-left: 10px;
    padding-right: 10px;
  }

  .slider-left-arrow {
    width: 60px;
    max-height: 60px;
    min-height: 60px;
    min-width: 60px;
    font-size: 19px;
    left: 6px;
  }

  .dropdown-nav-main-wrapper {
    margin-bottom: -40px;
    padding-top: 35px;
  }

  .header-logo {
    width: 200px;
  }

  .dropdown-nav-pages-wrapper {
    margin-bottom: 40px;
    margin-right: 40px;
  }

  .nav-item-wrapper.button-mobile {
    margin-top: 50px;
  }

  .card-office-content {
    max-width: 100%;
    padding: 45px 35px;
  }

  .map.footer {
    width: 100%;
    margin-left: 10px;
    margin-right: 10px;
  }

  .primary-button.nav {
    display: none;
  }

  .nav-menu-2 {
    height: 100vh;
    background-color: rgba(255, 127, 77, .9);
    padding-bottom: 240px;
    overflow: auto;
  }

  .lf-nav-wrapper {
    padding: 14px 12px;
  }

  .lf-nav-container {
    height: 40px;
  }

  .lf-nav-icon {
    width: 40px;
    height: 40px;
  }

  .whatsapp-block {
    bottom: 15px;
    right: 15px;
  }
}

@media screen and (max-width: 479px) {
  .margin-bottom-40px.margin-bottom-30px-mobile-portrait {
    margin-bottom: 30px;
  }

  .footer {
    padding-top: 60px;
  }

  .card {
    border-radius: 15px;
    padding: 38px 25px;
  }

  .card.card-link.text-center {
    padding-top: 31px;
    padding-bottom: 31px;
  }

  .card.card-link.social-media {
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .card.style-3 {
    padding: 33px 25px;
  }

  .card.style-3.card-link-featured {
    flex-direction: column;
    align-items: stretch;
    padding-left: 10px;
    padding-right: 10px;
  }

  .card.style-3.card-link {
    flex-direction: column;
    align-items: stretch;
  }

  .card.bg-primary-1.footer-newsletter {
    min-height: 392px;
    padding: 45px 10px 60px;
  }

  .button-primary {
    align-self: stretch;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .absolute.shape.footer-newsletter-2 {
    width: 48%;
    padding-top: 48%;
  }

  .absolute.shape.footer-newsletter-1 {
    top: -75px;
    right: -75px;
  }

  .absolute.shape.footer-newsletter-3 {
    width: 39%;
    padding-top: 39%;
  }

  .container-default {
    padding-left: 0;
    padding-right: 0;
  }

  .split-content-wrapper.margin-bottom-default {
    align-items: stretch;
  }

  .footer-nav-item {
    text-align: center;
  }

  .section {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .image-wrapper.card-social-media-icon {
    width: 51px;
    max-height: 51px;
    min-height: 51px;
    min-width: 51px;
    margin-right: 13px;
  }

  .grid-2-columns {
    grid-template-columns: 1fr;
  }

  .footer-nav {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-menu-wrapper {
    margin-right: 0;
  }

  .footer-content {
    margin-top: 50px;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 10px;
    padding-bottom: 72px;
  }

  .slider-right-arrow {
    width: 50px;
    max-height: 50px;
    min-height: 50px;
    min-width: 50px;
    font-size: 16px;
  }

  .grid-3-columns {
    grid-template-columns: 1fr;
  }

  .split-content.header-right {
    margin-right: 20px;
  }

  .split-content.offices-content-top-right {
    align-self: stretch;
  }

  .title {
    font-size: 35px;
    line-height: 40px;
  }

  .title.h3-size {
    font-size: 20px;
  }

  .subtitle {
    margin-bottom: 10px;
  }

  .image.footer-contact-link-icon {
    max-width: 30px;
    margin-bottom: 15px;
    margin-right: 0;
  }

  .footer-menu-main-content {
    align-content: center;
    margin-bottom: 10px;
  }

  .footer-content-top {
    margin-left: 10px;
    margin-right: 10px;
  }

  .slider-left-arrow {
    width: 50px;
    max-height: 50px;
    min-height: 50px;
    min-width: 50px;
    font-size: 16px;
  }

  .dropdown-nav {
    flex-direction: column;
    align-items: flex-start;
    margin-right: 30px;
  }

  .dropdown-nav-main-wrapper {
    padding-top: 30px;
  }

  .header-logo {
    width: 180px;
  }

  .dropdown-nav-pages-wrapper {
    margin-bottom: 30px;
    margin-right: 30px;
  }

  .nav-menu {
    padding-left: 16px;
    padding-right: 16px;
  }

  .dropdown-nav-item {
    margin-bottom: 20px;
  }

  .nav-item-wrapper.button-mobile {
    margin-top: 40px;
  }

  .card-office-content {
    padding: 38px 25px;
  }

  .nav-menu-2 {
    width: 100%;
    background-color: rgba(255, 127, 77, .9);
  }

  .dropdown-toggle {
    margin-right: 0;
  }

  .whatsapp-container {
    width: 80px;
    height: 80px;
    bottom: 10px;
    right: 0;
  }

  .whatsapp-chat {
    width: 100%;
    height: 40vh;
    position: relative;
  }

  .whatsapp-block {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    bottom: 0;
    right: 0;
  }
}

#w-node-_026e4421-b997-138b-b358-617ab0d084b9-dca33671 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 479px) {
  #w-node-_026e4421-b997-138b-b358-617ab0d084b9-dca33671 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 768px) {
.ticklabels {
	min-width: 550px;
	max-width: 550px;
}
.tachographs {
	display: flex;
	margin-bottom: 10px;
	font-size: 14px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1100px){
.primary-button.nav{
    
        margin: 5px 2px;
    padding: 14px 7px 7px;
}
}


@media only screen and (min-width: 320px) and (max-width: 575px){
.tachographs {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    font-size: 14px;
}
.ticklabels {
    max-width: 320px;
}
}
@media screen and (max-width: 900px){
.contact-form-left {
    width: 100% !important;
    float: none !important;
}
.contact-form-right {
    width: 100% !important;
    float: none !important;
}
}
