.pink-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  z-index: -1000;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #f7f2f2;
}

.body {
  background-color: #fff;
}


.cover-intro-ct {
  position: fixed;
  left: 0px;
  top: 0px;
  display: block;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
  float: left;
}

.intro-ct {
  overflow: hidden;
  width: auto;
  padding: 240px 23.32% 10%;
}

.new-intro-text {
  overflow: hidden;
  padding-top: 30px;
  font-family: 'Azosans webfont', sans-serif;
  font-size: 30px;
  line-height: 40px;
  font-weight: 100;
}

.new-intro-text.contact-page-only {
  opacity: 0;
}

.footer-gr {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: auto;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-ct {
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 1000;
  display: block;
  width: auto;
  padding-bottom: 40px;
  padding-left: 23.32%;
  float: left;
}

.footer-ct.forotherpages {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  margin-top: 0px;
  padding-bottom: 40px;
  padding-left: 40px;
}

.footer-ct.forregularpage {
  position: fixed;
  left: 0px;
  bottom: 0px;
  width: 35%;
  padding-left: 11.66%;
}

.footer-text {
  display: block;
  width: 100%;
  font-family: 'Azosans webfont', sans-serif;
  color: #262626;
  font-size: 11px;
  line-height: 18px;
  font-weight: 400;
  text-decoration: none;
}

.footer-text._4location {
  display: none;
  width: 50%;
  float: right;
  color: #52312a;
  font-size: 14px;
  line-height: 22px;
  text-align: right;
}

.container {
  display: block;
  width: 70%;
  height: 60px;
  float: right;
  -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;
}

.link-logo-ct {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  height: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-tools-ct {
  display: none;
  width: auto;
  margin-left: 20%;
  padding-left: 40px;
  -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;
}

.link-tools-ct.forcontact {
  position: relative;
  display: block;
  margin-top: 40px;
  margin-left: 0%;
  padding-left: 0px;
  opacity: 1;
}

.link-tools-sc {
  width: 50%;
}

.footer-sc {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  padding-bottom: 40px;
}

.shape-sc {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: auto;
  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;
}

.shape-ct {
  width: 360px;
  height: 360px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 500px;
}

.shape-ct.forhome-1 {
  margin-top: -180px;
  margin-left: -30%;
}

.shape-ct.forhome-2 {
  position: absolute;
  right: 0px;
  bottom: 0px;
  margin-right: -30%;
  margin-bottom: -180px;
}

.shape-ct.forcontact {
  display: block;
  width: 500px;
  margin-right: -10%;
}

.home-shape-b-2 {
  position: static;
  left: 0px;
  top: 0px;
  overflow: hidden;
  margin-top: -380px;
}

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 2000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 85px;
  padding-right: 8.34%;
  padding-left: 11.66%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.nav-menu {
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.menu-item-ct {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  padding-top: 20px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: 'Azosans webfont', sans-serif;
  color: #262626;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0px;
  text-decoration: none;
  cursor: pointer;
}

.menu-item-ct:hover {
  color: #d84726;
}

.menu-item-ct:active {
  color: #262626;
}

.menu-item-ct:focus {
  color: #d84726;
}

.menu-item-ct.w--current {
  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;
  color: #d84726;
}

.menu-item-ct.lastonetotheend {
  padding-right: 0px;
}

.menu-dot {
  display: block;
  width: 6px;
  height: 6px;
  margin-bottom: 2px;
  border-radius: 5px;
  background-color: #d84726;
  opacity: 0;
}

.link-tools-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Azosans webfont', sans-serif;
  color: #262626;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
}

.link-tools-item:hover {
  color: #d84726;
}

.link-tools-dashline {
  position: static;
  left: -17px;
  width: 20px;
  height: 3px;
  margin-right: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #d84726;
  opacity: 0;
}

.link-tools-title {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
}

.link-logo {
  width: 210px;
  margin-left: -52px;
}

.link-logo.w--current {
  margin-left: -52px;
}

.logo-img {
  width: 100%;
}

.menu-item-contact-ct {
  display: none;
}

.icon-close-ct-extra {
  display: none;
}

.content-l {
  width: auto;
  padding-top: 220px;
  padding-right: 0px;
}

.content-l-title {
  margin-bottom: 40px;
  font-family: 'Azosans webfont', sans-serif;
  font-size: 22px;
  line-height: 25px;
  font-weight: 500;
}

.link-footer {
  color: #262626;
  font-size: 11px;
  line-height: 18px;
  font-weight: 400;
  text-decoration: none;
}

.link-footer:hover {
  color: #d84726;
}

.link-footer.w--current {
  color: #d84726;
}

.content-l-ct {
  position: relative;
  left: 0px;
  top: 0px;
  bottom: 0px;
  overflow: visible;
  width: 50%;
  padding-right: 11.66%;
  padding-bottom: 80px;
  padding-left: 11.66%;
  background-color: transparent;
}

.content-r-ct {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  overflow: visible;
  width: 50%;
  background-color: transparent;
}

.content-r-title {
  margin-top: -6px;
  margin-bottom: 80px;
  font-family: 'Azosans webfont', sans-serif;
  font-size: 30px;
  line-height: 40px;
  font-weight: 300;
}

.content-r-title.forod {
  display: none;
  margin-bottom: 30px;
}

.content-r-title.forod.extraspaceabove {
  display: none;
  margin-top: 66px;
}

.content-r-text {
  margin-bottom: 30px;
  font-family: 'Azosans webfont', sans-serif;
  color: #262626;
  font-size: 15px;
  line-height: 25px;
  font-weight: 300;
}

.content-r-text.forprincipaltitle {
  margin-top: -10px;
  margin-bottom: 30px;
  font-size: 12px;
  line-height: 20px;
}

.content-r-text.principal {
  font-size: 18px;
}

.content-r-subtitle {
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: 'Azosans webfont', sans-serif;
  color: #262626;
  font-size: 15px;
  line-height: 25px;
  font-weight: 500;
  text-decoration: none;
}

.el-group {
  position: fixed;
  left: 0px;
  top: 0px;
  bottom: 0px;
  z-index: -499;
  display: block;
  overflow: hidden;
  width: 50%;
  max-height: 100%;
}

.why-shape-ct-extra {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 5%;
  -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;
}

.what-shape-c-ct {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  height: 100%;
  margin-top: 80px;
  float: right;
  -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;
}

.elements-middle-gr {
  position: fixed;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: block;
  width: 50%;
}

.elements-middle-ct {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 100%;
  margin-right: -60px;
  padding-bottom: 22%;
  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;
}

.elements-120-px {
  display: inline-block;
  width: 300px;
}

.elements-160-px {
  width: 100%;
  padding-right: 10%;
  padding-left: 10%;
}

.why-shape-ct {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  -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;
}

.why-shape-ct.why-a {
  padding-bottom: 70px;
}

.why-shape-ct.why-c {
  padding-bottom: 210px;
}

.why-shape-ct.why-b {
  padding-bottom: 140px;
}

.why-shape-ct.why-b.forod {
  width: 50%;
  padding-bottom: 80px;
}

.who-what-shape-a-ct-extra {
  position: fixed;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 50%;
  -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;
}

.who-shape-b-ct {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  height: 300px;
  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;
}

.content-r-ct-new {
  position: relative;
  width: 50%;
  margin-left: 50%;
  padding-left: 0px;
  float: none;
}

.footer-new-ct {
  position: fixed;
  right: 0px;
  bottom: 0px;
  width: 50%;
  float: right;
}

.pp-tou-shape-gr {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  float: right;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fff;
}

.pp-tou-shape-ct {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 18%;
  padding-left: 5%;
  -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;
}

.pp-tou-shape-ct.pp-small {
  padding-right: 10%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.pp-tou-shape-ct.tou-bg {
  height: 40%;
  padding-left: 10%;
  -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;
}

.pp-tou-shape-a {
  width: 15%;
}

.pp-tou-shape-a.forpp {
  width: 12%;
  margin-right: -40px;
}

.pp-tou-shape-b {
  width: 8%;
}

.link-footer-web {
  color: #262626;
  font-size: 11px;
  line-height: 18px;
  font-weight: 500;
  text-decoration: none;
}

.link-footer-web:hover {
  color: #d84726;
}

.location-ct {
  position: absolute;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15%;
  height: 47px;
  margin-bottom: 43px;
  -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;
}

.location-text {
  margin-right: 40px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: 'Azosans webfont', sans-serif;
  color: #262626;
  font-size: 11px;
  line-height: 11px;
  font-weight: 400;
  text-align: right;
}

.global-navbg-white {
  position: fixed;
  top: 0px;
  right: 0px;
  display: block;
  width: 50%;
  height: 180px;
  background-color: #fff;
}

.global-navbg-white.l {
  left: 0px;
  top: 0px;
  right: auto;
  z-index: 1999;
  display: block;
  height: 0px;
  background-color: #f7f2f2;
}

.icon-loc-doc {
  width: 44px;
  margin-left: -44px;
  float: left;
}

.location-item-gr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -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;
}

.location-item-ct {
  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;
}

.location-item-text {
  font-family: 'Azosans webfont', sans-serif;
  color: #333;
  font-size: 15px;
  line-height: 25px;
  font-weight: 300;
  text-decoration: none;
}

.location-item-text.forlink {
  margin-top: 10px;
}

.content-l-t1 {
  margin-top: 30px;
  margin-bottom: 10px;
  font-family: 'Azosans webfont', sans-serif;
  color: #262626;
  font-size: 10px;
  line-height: 15px;
  font-weight: 500;
}

.content-l-t2 {
  font-family: 'Azosans webfont', sans-serif;
  color: #262626;
  font-size: 10px;
  line-height: 15px;
  font-weight: 300;
}

.content-l-t3-dot {
  width: 4px;
  height: 4px;
  margin: 6px 10px 5px;
  float: left;
  border-radius: 4px;
  background-color: #262626;
}

.content-l-t3-ct {
  padding-top: 4px;
  padding-bottom: 0px;
}

.link-content-l {
  color: #262626;
  font-weight: 400;
  text-decoration: none;
}

.link-content-l.abn {
  font-weight: 300;
}

.home-shape-ct-2 {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 50%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.home-shape-d-ct-extra {
  display: none;
}

.pp-ct {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.circle-who-thin {
  margin-top: -50%;
}

.home-shape-ct-1 {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.new-intro-title-gr {
  height: auto;
}

.new-intro-title-gr.contact-page-only {
  opacity: 0;
}

.new-intro-title-1 {
  display: inline-block;
  overflow: hidden;
  height: 36px;
  margin-right: 50%;
  background-color: transparent;
  font-family: 'Azosans webfont', sans-serif;
  font-size: 30px;
  line-height: 26px;
  font-weight: 500;
}

.new-intro-title-2 {
  display: inline-block;
  overflow: hidden;
  height: 36px;
  margin-right: 10px;
  font-family: 'Azosans webfont', sans-serif;
  font-size: 30px;
  line-height: 26px;
  font-weight: 500;
}

.new-intro-title-3 {
  display: inline-block;
  overflow: hidden;
  height: 36px;
  margin-right: 0px;
  font-family: 'Azosans webfont', sans-serif;
  font-size: 30px;
  line-height: 26px;
  font-weight: 500;
}

.who-shape-b {
  width: 80px;
}

.why-shape-c-ct {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  padding-bottom: 210px;
  -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;
}

.why-shape-b-ct {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  padding-bottom: 140px;
  -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;
}

.why-shape-a-ct {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 30%;
  padding-bottom: 70px;
  -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;
}

.contact-shape-ct-gr {
  position: fixed;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.global-grids {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  background-image: url('../images/cl.png');
  background-position: 50% 0px;
  background-size: 100% 20px;
  background-repeat: repeat;
  opacity: 0.05;
}

.who-what-shape-a-ct {
  width: 280px;
  margin-bottom: 25%;
  margin-left: 25%;
}

.who-what-shape-a-ct.forwhat {
  width: 160px;
  margin-left: 30%;
}

.what-shape-c-img {
  width: 60px;
}

.footer-devices-only-ct {
  display: none;
}

.who-what-shape-large-ct {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: transparent;
}

.content-r-gr {
  padding: 240px 20% 80px;
}

.image-6 {
  width: 80%;
  margin-bottom: -50%;
}

.menu-logo-ct {
  display: none;
}

.new-global-navbg-white {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 180px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: transparent;
}

.link-deactivated {
  color: #d84726;
}

.loading-ct {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -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;
  opacity: 0;
}

.loading-ct-gr {
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
}

.new-global-navbg-half-pink {
  width: 50%;
  height: 180px;
  background-color: transparent;
}

.new-global-navbg-half-pink.fortou-pp-only {
  background-color: transparent;
}

.new-global-navbg-half-pink.forod {
  background-color: #fff;
}

.new-global-navbg-half-white {
  width: 50%;
  height: 180px;
  background-color: #fff;
}

.onlyfortou-pp {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 50%;
  height: 180px;
  background-color: #f7f2f2;
}

.bt-linkedin {
  width: 24px;
  margin-bottom: 20px;
}

.bt-linkedin.hide {
  display: none;
}

.div-block-16 {
  opacity: 0.94;
}

.od-item-gr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-decoration: none;
}

.od-item-gr.hide {
  display: none;
}

.icon-file-doc {
  width: 44px;
}

.od-blank-space {
  height: 40px;
}

.od-link-text {
  margin-top: 12px;
  font-family: 'Azosans webfont', sans-serif;
  color: #333;
  font-size: 15px;
  line-height: 20px;
  font-weight: 300;
  text-decoration: none;
}

.od-link-text:hover {
  color: #d84726;
}

.div-block-19 {
  height: 40px;
}

.image-7 {
  width: 800px;
}

.od-iframe {
  margin-top: 180px;
  padding-right: 8.34%;
  padding-left: 11.66%;
  float: none;
  clear: none;
  opacity: 0;
}

html.w-mod-js *[data-ix="showdot"] {
  -webkit-transform: scale(0.1, 0.1);
  -ms-transform: scale(0.1, 0.1);
  transform: scale(0.1, 0.1);
}

html.w-mod-js *[data-ix="reset-el-group"] {
  -webkit-transform: translate(-100%, 0px);
  -ms-transform: translate(-100%, 0px);
  transform: translate(-100%, 0px);
}

html.w-mod-js *[data-ix="reset-onlyfortou-pp"] {
  -webkit-transform: translate(-100%, 0px);
  -ms-transform: translate(-100%, 0px);
  transform: translate(-100%, 0px);
}

html.w-mod-js *[data-ix="reset-footer"] {
  opacity: 0;
  -webkit-transform: translate(0%, 200px);
  -ms-transform: translate(0%, 200px);
  transform: translate(0%, 200px);
}

html.w-mod-js *[data-ix="reset-footer-devices-only-ct"] {
  opacity: 0;
  -webkit-transform: translate(0%, 200px);
  -ms-transform: translate(0%, 200px);
  transform: translate(0%, 200px);
}

html.w-mod-js *[data-ix="reset-cover-intro-ct"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="reset-home-shape-cts"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="reset-content-r"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="reset-content-r-ct-new"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="reset-why-shapes"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="reset-who-shape-a-ct-extra"] {
  -webkit-transform: translate(-100%, 0px);
  -ms-transform: translate(-100%, 0px);
  transform: translate(-100%, 0px);
}

html.w-mod-js *[data-ix="reset-elements-middle-gr"] {
  -webkit-transform: translate(-120%, 0px);
  -ms-transform: translate(-120%, 0px);
  transform: translate(-120%, 0px);
}

html.w-mod-js *[data-ix="reset-contact-shape-ct-gr"] {
  -webkit-transform: translate(-120%, 0px);
  -ms-transform: translate(-120%, 0px);
  transform: translate(-120%, 0px);
}

html.w-mod-js *[data-ix="reset-content-l-ct"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="reset-to-noshow"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="reset-link-tools-ct"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="reset-elements-ct-mobile-only"] {
  width: 0px;
}

html.w-mod-js *[data-ix="reset-global-navbg-white"] {
  -webkit-transform: translate(0px, -100%);
  -ms-transform: translate(0px, -100%);
  transform: translate(0px, -100%);
}

html.w-mod-js *[data-ix="reset-link-tools-sc"] {
  opacity: 0;
}

@media (max-width: 991px) {
  .pink-bg {
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: 100%;
    max-width: 100%;
  }
  .intro-ct {
    width: auto;
    padding: 240px 14% 15% 20%;
  }
  .new-intro-text {
    font-size: 30px;
    line-height: 40px;
  }
  .footer-gr {
    margin-bottom: 0px;
  }
  .footer-ct {
    padding-left: 20%;
  }
  .footer-ct.forotherpages {
    margin-top: 0px;
  }
  .footer-ct.forregularpage {
    padding-left: 10%;
  }
  .footer-text {
    width: auto;
    line-height: 18px;
  }
  .footer-text._4location {
    width: 35%;
    float: right;
  }
  .container {
    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;
  }
  .link-logo-ct {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    opacity: 1;
  }
  .link-tools-ct {
    width: 80%;
    margin-left: 0px;
    padding-left: 0px;
  }
  .link-tools-ct.forcontact {
    margin-left: 0%;
  }
  .link-tools-sc {
    padding-left: 10%;
  }
  .shape-sc {
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 50%;
  }
  .shape-ct {
    width: 300px;
    height: 300px;
  }
  .shape-ct.forhome-1 {
    margin-top: -200px;
    margin-left: -50%;
  }
  .shape-ct.forhome-2 {
    margin-right: -50%;
    margin-bottom: -200px;
  }
  .shape-ct.forcontact {
    width: 400px;
    margin-right: -20%;
  }
  .home-shape-b-2 {
    margin-top: -320px;
  }
  .navbar {
    height: auto;
    padding-top: 85px;
    padding-right: 10%;
    padding-left: 10%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
  }
  .nav-menu {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    max-height: auto;
    min-height: auto;
    padding-top: 140px;
    padding-right: 10%;
    padding-left: 10%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #d84726;
    opacity: 1;
  }
  .menu-item-ct {
    display: block;
    width: auto;
    height: 40px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #d84726;
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    font-weight: 500;
  }
  .menu-item-ct:hover {
    opacity: 1;
    color: #fff;
  }
  .menu-item-ct.w--current {
    color: #262626;
  }
  .menu-item-ct.lastonetotheend {
    padding-right: 15px;
  }
  .link-tools-item {
    margin-left: 0px;
  }
  .link-tools-dashline {
    display: none;
  }
  .link-logo {
    width: 210px;
    margin-left: 0px;
  }
  .link-logo.w--current {
    margin-left: 0px;
  }
  .icon-close {
    display: none;
    margin-right: -18px;
    padding: 0px;
    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;
    background-color: transparent;
  }
  .icon-close.w--open {
    background-color: transparent;
    color: #fff;
  }
  .icon {
    display: none;
    color: #262626;
  }
  .menu-item-contact-ct {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 35%;
    padding-right: 20%;
    padding-bottom: 20px;
    padding-left: 20%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #d84726;
  }
  .link-menu-contact {
    font-family: 'Azosans webfont', sans-serif;
    color: #fff;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    text-decoration: none;
  }
  .icon-close-ct {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 60px;
    margin-top: -55px;
    margin-right: 0%;
    padding-right: 0px;
    padding-left: 10px;
    float: right;
    -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;
  }
  .icon-close-ct-extra {
    display: block;
    width: 100%;
    margin: 0px auto;
    padding-right: 0%;
    float: none;
    clear: right;
  }
  .text-block {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .content-l {
    padding-right: 0px;
  }
  .content-l-title {
    font-size: 24px;
    line-height: 28px;
  }
  .link-footer {
    font-weight: 400;
  }
  .content-l-ct {
    padding-right: 10%;
    padding-bottom: 80px;
    padding-left: 10%;
  }
  .content-r-ct {
    background-color: transparent;
  }
  .content-r-title.forod {
    margin-bottom: 20px;
  }
  .el-group {
    width: 50%;
    margin-left: 0%;
  }
  .why-shape-ct-extra {
    padding-bottom: 10%;
  }
  .why-shape-ct.why-b.forod {
    width: 75%;
    padding-bottom: 120px;
  }
  .footer-new-ct {
    right: 0px;
    bottom: 0px;
  }
  .pp-tou-shape-ct.tou-bg {
    height: 30%;
    padding-left: 7%;
  }
  .pp-tou-shape-a.forpp {
    width: 15%;
    margin-right: -20px;
  }
  .link-footer-web {
    line-height: 18px;
    font-weight: 500;
  }
  .location-ct {
    width: 30%;
  }
  .global-navbg-white {
    position: fixed;
    top: 0px;
    right: 0px;
    height: 200px;
  }
  .global-navbg-white.l {
    height: 0px;
    background-color: #f7f2f2;
  }
  .content-l-t1 {
    font-size: 10px;
    line-height: 15px;
  }
  .content-l-t2 {
    font-size: 10px;
    line-height: 15px;
  }
  .content-l-t3-dot {
    margin-bottom: 6px;
  }
  .home-shape-d-ct-extra {
    display: none;
  }
  .pp-ct {
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: none;
    background-color: #fff;
  }
  .new-intro-title-gr {
    height: auto;
  }
  .new-intro-title-1 {
    height: 36px;
    font-size: 30px;
    line-height: 26px;
  }
  .new-intro-title-2 {
    height: 36px;
    margin-right: 5px;
    font-size: 30px;
    line-height: 26px;
  }
  .new-intro-title-3 {
    height: 36px;
    margin-right: 5px;
    font-size: 30px;
    line-height: 26px;
  }
  .who-what-shape-a-ct {
    width: 200px;
    margin-bottom: 35%;
  }
  .footer-devices-only-ct {
    display: none;
  }
  .who-what-shape-large-ct {
    height: auto;
  }
  .content-r-gr {
    padding-bottom: 50px;
  }
  .image-6 {
    width: 80%;
    max-width: none;
  }
  .menu-logo-img {
    width: 34px;
  }
  .menu-logo-ct {
    display: none;
    height: 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;
  }
  .new-global-navbg-white {
    left: 0px;
    top: 0px;
    right: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .menu-copyright {
    margin-top: 10px;
    font-family: 'Azosans webfont', sans-serif;
    color: #fff;
    font-size: 11px;
    line-height: 16px;
    font-weight: 300;
  }
  .link-menu-copyright {
    color: #fff;
    text-decoration: none;
  }
  .div-block-15 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    height: 20%;
    -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;
  }
  .new-global-navbg-half-white {
    background-color: #fff;
  }
  .div-block-17 {
    width: 33%;
  }
  .div-block-18 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 33%;
    -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;
  }
  .od-iframe {
    padding-right: 10%;
    padding-left: 10%;
  }
}

@media (max-width: 767px) {
  .pink-bg {
    display: none;
    width: 100%;
  }
  .cover-intro-ct {
    position: static;
    display: block;
    width: 100%;
    float: none;
  }
  .cover-intro-ct.mobile-only {
    display: none;
  }
  .intro-ct {
    overflow: hidden;
    width: 100%;
    padding: 200px 15% 40px;
    float: none;
    clear: none;
  }
  .new-intro-text {
    font-size: 20px;
    line-height: 30px;
  }
  .footer-gr {
    position: static;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .footer-ct {
    position: static;
    padding-right: 10px;
    padding-left: 10px;
  }
  .footer-ct.forotherpages {
    position: static;
    margin-top: 0px;
    padding-top: 40px;
    padding-right: 15%;
    padding-left: 15%;
    background-color: #fff;
  }
  .footer-ct.forregularpage {
    display: none;
  }
  .footer-text {
    width: 100%;
    font-size: 11px;
    line-height: 18px;
    font-weight: 400;
  }
  .footer-text._4location {
    width: 50%;
    margin-left: 10px;
    padding-right: 10px;
    float: right;
  }
  .container {
    width: 15%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .link-logo-ct {
    width: 85%;
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .link-tools-ct {
    padding-right: 25px;
    padding-left: 0px;
  }
  .link-tools-ct.forcontact {
    margin-left: 0%;
    padding-right: 0px;
  }
  .link-tools-sc {
    display: block;
    width: 100%;
    padding: 40px 10%;
    background-color: #f7f2f2;
  }
  .footer-sc {
    position: static;
    margin-top: 40px;
    margin-bottom: 0px;
  }
  .shape-sc {
    display: none;
  }
  .home-shape-b-2 {
    margin-top: -322px;
  }
  .navbar {
    height: 180px;
    padding-top: 0px;
    padding-right: 15%;
    padding-left: 15%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .nav-menu {
    left: 0px;
    top: 0px;
    right: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    max-height: auto;
    min-height: auto;
    padding-top: 120px;
    padding-right: 15%;
    padding-left: 15%;
    -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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    opacity: 1;
  }
  .menu-item-ct {
    width: auto;
    height: 40px;
    margin-top: -80px;
    margin-bottom: 80px;
    padding-top: 10px;
    font-size: 20px;
    line-height: 20px;
  }
  .menu-item-ct:hover {
    opacity: 1;
  }
  .link-tools-item {
    margin-left: 0px;
    font-size: 12px;
    line-height: 16px;
  }
  .link-logo {
    width: 180px;
    margin-left: 0px;
  }
  .link-logo.w--current {
    margin-left: 0px;
  }
  .icon-close {
    margin-right: -18px;
  }
  .menu-item-contact-ct {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 30%;
    padding-right: 10%;
    padding-bottom: 20px;
    padding-left: 10%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #d84726;
  }
  .link-menu-contact {
    font-size: 11px;
    line-height: 15px;
  }
  .icon-close-ct {
    width: 100%;
    margin-top: -60px;
    margin-right: 0%;
    padding-left: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .icon-close-ct-extra {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 0%;
  }
  .content-l {
    width: 100%;
  }
  .content-l-title {
    line-height: 30px;
  }
  .link-footer {
    font-weight: 400;
  }
  .content-l-ct {
    width: 100%;
    padding-right: 15%;
    padding-bottom: 40px;
    padding-left: 15%;
    background-color: #f7f2f2;
  }
  .content-r-ct {
    position: static;
    display: block;
    overflow: visible;
    width: 100%;
    float: none;
    background-color: #f7f2f2;
  }
  .content-r-title {
    display: inline-block;
    margin-top: 0px;
    margin-bottom: 40px;
    font-size: 20px;
    line-height: 30px;
  }
  .content-r-title.exception {
    margin-top: 0px;
  }
  .content-r-text {
    font-size: 12px;
    line-height: 20px;
  }
  .content-r-text.forprincipaltitle {
    font-size: 10px;
    line-height: 15px;
  }
  .content-r-text.principal {
    font-size: 15px;
    line-height: 25px;
  }
  .content-r-subtitle {
    font-size: 15px;
  }
  .el-group {
    display: none;
  }
  .elements-middle-gr {
    display: block;
    width: 100%;
  }
  .elements-middle-ct {
    display: none;
    margin-top: -90px;
    padding-bottom: 0px;
  }
  .elements-120-px {
    display: none;
  }
  .elements-ct-mobile-only {
    position: relative;
    left: -60px;
    top: -60px;
    right: 0px;
    display: block;
    overflow: hidden;
    width: 60px;
    height: 120px;
    margin-right: -60px;
    float: right;
    clear: none;
    background-image: url('../images/element-why.png');
    background-position: 0px 0px;
    background-size: 120px;
    background-repeat: no-repeat;
  }
  .elements-ct-mobile-only.bg-who {
    background-image: url('../images/REVISED-Why-Middle.svg');
    background-size: 120px;
  }
  .elements-ct-mobile-only.bg-what {
    background-image: url('../images/REVISED-Why-Right-PNG.png');
    background-size: 120px;
  }
  .elements-ct-mobile-only.bg-why {
    background-image: url('../images/REVISED-Why-Left.png');
    background-size: 120px;
  }
  .elements-ct-mobile-only.bg-contact {
    background-image: url('../images/REVISED-Contact-Small.svg');
    background-position: 0px 0px;
    background-size: 120px;
  }
  .elements-ct-mobile-only.bg-od {
    background-image: url('../images/NEW-element-od-new.png');
    background-size: 120px;
  }
  .content-r-ct-new {
    position: static;
    display: block;
    width: 100%;
    margin-left: 0%;
    float: none;
    clear: none;
    background-color: #f7f2f2;
  }
  .footer-new-ct {
    position: static;
    width: 100%;
    float: none;
    clear: none;
  }
  .global-navbg-white {
    width: 100%;
    height: 160px;
    background-color: #fff;
  }
  .global-navbg-white.l {
    position: fixed;
    width: 100%;
    height: 180px;
    background-color: #fff;
  }
  .icon-loc-doc {
    width: 36px;
    margin-top: 4px;
    margin-left: -36px;
  }
  .location-item-text {
    font-size: 12px;
    line-height: 20px;
  }
  .content-l-t3-dot {
    margin-top: 6px;
    margin-bottom: 5px;
  }
  .home-shape-d-ct-extra {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 300px;
    height: 300px;
    padding-right: 15%;
    padding-left: 15%;
    float: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 500px;
  }
  .home-shape-d-1 {
    position: absolute;
  }
  .home-shape-d-ct {
    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;
  }
  .home-shape-d-2 {
    position: absolute;
  }
  .pp-ct {
    position: static;
    display: none;
    width: 100%;
  }
  .home-shape-ct-1 {
    display: none;
  }
  .new-intro-title-gr {
    height: auto;
  }
  .new-intro-title-1 {
    height: 34px;
    font-size: 24px;
    line-height: 24px;
  }
  .new-intro-title-2 {
    height: 34px;
    font-size: 24px;
    line-height: 24px;
  }
  .new-intro-title-3 {
    height: 34px;
    font-size: 24px;
    line-height: 24px;
  }
  .footer-devices-only-ct {
    display: block;
  }
  .who-what-shape-large-ct {
    display: none;
  }
  .content-r-gr {
    padding: 40px 15% 10px;
  }
  .menu-logo-img {
    width: 20px;
  }
  .menu-logo-ct {
    display: none;
    height: 60px;
  }
  .new-global-navbg-white {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 180px;
    background-color: #fff;
  }
  .menu-copyright {
    width: 80%;
    font-size: 10px;
    line-height: 15px;
  }
  .div-block-15 {
    width: 95%;
  }
  .new-global-navbg-half-pink {
    background-color: #fff;
  }
  .new-global-navbg-half-pink.fortou-pp-only {
    background-color: #fff;
  }
  .new-global-navbg-half-white {
    background-color: #fff;
  }
  .onlyfortou-pp {
    width: 100%;
    background-color: #fff;
  }
  .icon-file-doc {
    width: 36px;
  }
  .od-link-text {
    margin-top: 9px;
    font-size: 12px;
    line-height: 20px;
  }
  .od-iframe {
    padding-right: 15%;
    padding-left: 15%;
  }
}

@media (max-width: 479px) {
  .pink-bg {
    left: 0px;
    top: 0px;
    bottom: 0px;
  }
  .cover-intro-ct {
    width: 100%;
  }
  .cover-intro-ct.mobile-only {
    display: none;
  }
  .intro-ct {
    width: 100%;
    padding: 200px 15% 40px;
  }
  .footer-gr {
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-ct {
    width: 100%;
    margin-bottom: 30px;
    padding-right: 0%;
    padding-left: 0px;
  }
  .footer-ct.forotherpages {
    position: static;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 20%;
    padding-left: 15%;
  }
  .footer-text {
    width: 100%;
    line-height: 18px;
  }
  .footer-text._4location {
    margin-left: 10px;
    float: left;
    text-align: left;
  }
  .container {
    width: 15%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .link-logo-ct {
    width: 85%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .link-tools-ct {
    width: 100%;
    padding-right: 0%;
    padding-left: 0%;
  }
  .link-tools-ct.forcontact {
    width: 80%;
    font-size: 12px;
    line-height: 18px;
  }
  .link-tools-sc {
    padding: 20px 12%;
    background-color: #f7f2f2;
  }
  .footer-sc {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 10px;
  }
  .home-shape-b-2 {
    margin-top: -266px;
  }
  .navbar {
    height: 180px;
    padding-top: 0px;
    padding-right: 15%;
    padding-left: 15%;
  }
  .nav-menu {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    height: auto;
    max-height: auto;
    min-height: auto;
    padding-top: 120px;
    padding-right: 15%;
    padding-left: 15%;
    opacity: 1;
  }
  .menu-item-ct {
    height: 40px;
    margin-top: -40px;
    margin-bottom: 40px;
    padding-top: 10px;
    font-size: 20px;
    line-height: 20px;
  }
  .menu-item-ct.w--current {
    margin-top: -40px;
  }
  .menu-item-ct.w--current:hover {
    opacity: 1;
  }
  .link-tools-item {
    margin-left: 0px;
    font-size: 12px;
    line-height: 16px;
  }
  .link-logo {
    width: 180px;
    margin-left: 0px;
  }
  .link-logo.w--current {
    margin-left: 0px;
  }
  .icon-close {
    margin-right: -18px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .menu-item-contact-ct {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 40%;
    padding: 10px 5% 40px;
    -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;
  }
  .link-menu-contact {
    margin-bottom: 0px;
    font-family: 'Azosans webfont', sans-serif;
    color: #fff;
    font-size: 11px;
    text-decoration: none;
  }
  .icon-close-ct {
    width: 100%;
    height: 60px;
    margin-top: -60px;
    margin-right: 0px;
    padding-left: 15%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .icon-close-ct-extra {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 0px;
  }
  .content-l-ct {
    padding-right: 15%;
    padding-bottom: 40px;
    padding-left: 15%;
  }
  .content-r-ct {
    position: static;
  }
  .content-r-title {
    display: inline-block;
    width: auto;
    margin-top: 0px;
    float: none;
  }
  .content-r-title.exception {
    margin-top: 0px;
  }
  .el-group {
    display: none;
  }
  .elements-middle-ct {
    margin-top: -45px;
  }
  .elements-120-px {
    overflow: hidden;
  }
  .elements-ct-mobile-only {
    position: relative;
    top: -60px;
    display: block;
    overflow: hidden;
    float: right;
    clear: none;
  }
  .elements-ct-mobile-only.bg-who {
    background-image: url('../images/REVISED-Why-Middle.svg');
    background-size: 120px;
  }
  .elements-ct-mobile-only.bg-what {
    background-image: url('../images/REVISED-Why-Right-PNG.png');
    background-size: 120px;
  }
  .elements-ct-mobile-only.bg-contact {
    background-image: url('../images/REVISED-Contact-Small.svg');
    background-size: 120px;
  }
  .content-r-ct-new {
    position: static;
    width: 100%;
  }
  .global-navbg-white {
    height: 140px;
  }
  .global-navbg-white.l {
    display: block;
    height: 180px;
    opacity: 1;
  }
  .content-l-t3-dot {
    margin-bottom: 6px;
  }
  .content-l-t3-ct {
    padding-top: 2px;
  }
  .home-shape-d-ct-extra {
    width: 220px;
    margin-top: 0px;
    padding-right: 5%;
    padding-left: 5%;
  }
  .new-intro-title-gr {
    height: auto;
  }
  .new-intro-title-1 {
    height: 34px;
    font-size: 24px;
    line-height: 24px;
  }
  .new-intro-title-2 {
    height: 34px;
    margin-right: 5px;
    font-size: 24px;
    line-height: 24px;
  }
  .new-intro-title-3 {
    height: 34px;
    margin-right: 5px;
    font-size: 24px;
    line-height: 24px;
  }
  .content-r-gr {
    padding-right: 15%;
    padding-bottom: 10px;
    padding-left: 15%;
  }
  .menu-logo-img {
    width: 20px;
  }
  .menu-logo-ct {
    height: 60px;
  }
  .new-global-navbg-white {
    left: 0px;
    top: 0px;
    right: 0px;
    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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .link-menu-copyright {
    color: #fff;
    text-decoration: none;
  }
  .div-block-15 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 95%;
    -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;
  }
}

@font-face {
  font-family: 'Azosans webfont';
  src: url('../fonts/azosans-light-webfont.woff2') format('woff2'), url('../fonts/azosans-light-webfont.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Azosans webfont';
  src: url('../fonts/azosans-medium-webfont.woff2') format('woff2'), url('../fonts/azosans-medium-webfont.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Azosans webfont';
  src: url('../fonts/azosans-regular-webfont.woff2') format('woff2'), url('../fonts/azosans-regular-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Azosans webfont';
  src: url('../fonts/azosans-bold-webfont.woff2') format('woff2'), url('../fonts/azosans-bold-webfont.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Azosans webfont';
  src: url('../fonts/azosans-thin-webfont.woff2') format('woff2'), url('../fonts/azosans-thin-webfont.woff') format('woff');
  font-weight: 100;
  font-style: normal;
}