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

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #9c9c9c;
  font-size: 38px;
  line-height: 44px;
  font-weight: 500;
  text-align: center;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #725a48;
  font-size: 32px;
  line-height: 36px;
  font-weight: 500;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #725a48;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  text-align: left;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

.button {
  display: block;
  width: 240px;
  margin: 2px auto;
  padding: 20px;
  float: none;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 1px 1px 1px 0 #000;
  -webkit-transition: background-color 400ms ease-out, margin 150ms ease-out, box-shadow 150ms ease-out;
  transition: background-color 400ms ease-out, margin 150ms ease-out, box-shadow 150ms ease-out;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #725a48;
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px 0 #fff;
}

.button:hover {
  background-color: #f0f0f0;
}

.button:active {
  margin-top: 6px;
  margin-bottom: 0px;
  box-shadow: -1px -1px 1px 0 #000;
}

.button.buttontoschematics {
  width: 222px;
  height: 60px;
  margin-right: auto;
  margin-left: auto;
  background-image: none;
  color: #725a48;
  text-shadow: 0 -1px 0 #fff;
}

.button.buttonsubmit {
  width: 120px;
  height: 34px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 5px;
  padding: 7px 5px 4px;
  float: left;
  color: #565656;
  font-size: 14px;
  font-weight: 400;
}

.button.buttonsubmit:hover {
  background-color: #f2f2f2;
}

.button.buttonapp {
  width: 90%;
  height: 50px;
  padding-top: 15px;
  color: #5c6f7a;
  font-size: 21px;
}

.button.buttonsubmitwide {
  height: 38px;
  padding-top: 9px;
  padding-bottom: 4px;
  color: #565656;
  font-size: 16px;
  font-weight: 400;
}

.bg {
  position: absolute;
  width: 100%;
  height: 600px;
  border-bottom: 3px solid #e6d1c5;
  background-image: url('../images/bg4.svg');
  background-position: 50% 0px;
  background-size: cover;
  -webkit-filter: sepia(61%);
  filter: sepia(61%);
}

.bg.bgsmall {
  height: 232px;
}

._100-height {
  position: relative;
}

.icon {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.textsection1 {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  font-size: 34px;
  text-shadow: 0 0 8px #000;
}

.textsection1.visionheader {
  position: absolute;
  display: block;
  width: 100%;
  margin-top: 100px;
  margin-right: auto;
  margin-left: auto;
  float: left;
}

.backgroundimage {
  height: 814px;
  border-bottom: 3px solid #d4aa92;
}

.sectionicons {
  margin-top: 50px;
  margin-bottom: 50px;
}

.icon1 {
  display: block;
  height: 240px;
  margin-right: auto;
  margin-left: auto;
}

.icon2 {
  display: block;
  height: 240px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 14px;
}

.icon3 {
  display: block;
  height: 240px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 21px;
}

.iconheading1 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #725a48;
  font-size: 22px;
  line-height: 32px;
  font-weight: 500;
  text-align: center;
  text-shadow: 0 -1px 0 #ebebeb;
}

.iconheading1.loading {
  position: absolute;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icontext1 {
  color: #404040;
  text-align: right;
}

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

.column2 {
  border-right: 1px dashed #d6d6d6;
  border-left: 1px dashed #d6d6d6;
}

.schematicstext1 {
  position: relative;
  color: #696969;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  text-align: left;
  text-decoration: none;
}

.sectionheading1 {
  color: #725a48;
  text-shadow: 0 -1px 0 #dbdbdb;
}

.space1 {
  height: 61px;
}

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

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 61px;
  background-color: transparent;
}

.sectionenterprise {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #fff;
}

.buttonbg {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #f7f7f7;
}

._2ndiconheading1 {
  font-size: 20px;
  font-weight: 400;
  text-align: center;
}

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

._2fttext {
  color: #404040;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
}

.embedcenter {
  display: block;
  width: 800px;
  margin-right: auto;
  margin-left: auto;
}

.h3text01 {
  color: #404040;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}

._2ftsection {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #f2f7f9;
}

.formwrapper {
  height: 60px;
  margin-bottom: 5px;
  float: right;
}

.navmenu {
  width: 100%;
}

.textblock {
  padding-top: 20px;
  padding-right: 10px;
  float: right;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  text-shadow: 0 -1px 0 #000;
}

.textfieldemail {
  width: 160px;
  height: 35px;
  margin-bottom: 0px;
  float: left;
  border-radius: 5px;
  font-family: Ubuntu, Helvetica, sans-serif;
}

.errormessage {
  position: relative;
  left: 0px;
  top: -48px;
  right: 0px;
  width: 244px;
  height: 60px;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fff;
}

.successmessage {
  position: relative;
  display: none;
  width: 245px;
  height: 60px;
  padding: 0px 0px 0px 11px;
}

.subscribeform {
  padding-top: 13px;
  float: none;
}

.paragrafform {
  display: block;
  padding-top: 10px;
  float: left;
  font-family: Ubuntu, Helvetica, sans-serif;
  text-align: center;
}

.h2small {
  font-size: 24px;
}

.h3textcenter1 {
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
  text-shadow: 0 0 9px #000;
}

.sectioncontact {
  background-color: #775e4d;
}

.h2headingwhite {
  margin-top: 0px;
  color: #fff;
  font-size: 26px;
  text-align: center;
  text-shadow: 0 -1px 0 #000;
}

.navlink {
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  text-shadow: 0 -1px 0 #000;
}

.navlink.w--current {
  color: #000;
  text-shadow: 0 0 0 #000;
}

.navlink.w--current:focus {
  color: #333;
}

.contactsicon1 {
  display: block;
  width: 60px;
  height: 60px;
  margin-right: auto;
  margin-left: auto;
}

.h3textcontacts {
  margin-top: 20px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
  text-shadow: 0 -1px 0 #000;
}

.contactlink {
  display: block;
  width: 160px;
  margin-right: auto;
  margin-left: auto;
  text-decoration: none;
}

.contactscontainer {
  margin-bottom: -90px;
}

.link {
  color: rgba(0, 0, 0, 0.99);
}

.tablink {
  height: 43px;
  padding-top: 11px;
  float: right;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 16px;
}

.tablink.w--current {
  height: 43px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 16px;
}

.tabpanelimage1 {
  width: 100%;
  height: 680px;
}

.sectionanimation {
  margin-top: 50px;
  margin-bottom: 50px;
}

.sectionvision1 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.sectionvision2 {
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #f0f4f5;
}

.h1bgtext2 {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #725a48;
  font-size: 32px;
  line-height: 36px;
  text-shadow: 0 1px 0 #fff;
}

.copypastelogo {
  display: block;
  margin: 138px auto 57px;
}

.h3apps {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 700;
  text-align: center;
}

.h3apps.heightapps1 {
  margin-top: 62px;
}

.h4apps {
  position: relative;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

.h4apps.h4apps1 {
  margin-top: 20px;
}

.h4apps.h4apps5 {
  margin-top: 0px;
}

.appcolumn {
  height: 151px;
  border-left: 1px dashed #b8b8b8;
}

.divapps {
  background-color: #f2f7f9;
}

.sectionapps {
  margin-top: 50px;
  margin-bottom: 50px;
}

.copipasteicon {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 11px;
  display: block;
  margin-right: auto;
  margin-left: auto;
  float: left;
}

.imagekeyboard1 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.getapp {
  margin-top: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #afbfc9;
}

.h2getapp {
  margin-top: 10px;
  color: #fff;
}

.iconleft {
  display: block;
  width: 180px;
  height: 180px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 26px;
  float: none;
}

.icona2 {
  display: block;
  height: 116px;
  margin-right: auto;
  margin-left: auto;
}

.icona3 {
  display: block;
  width: 80px;
  height: 116px;
  margin-right: auto;
  margin-left: auto;
}

.iconb2 {
  display: block;
  height: 116px;
  margin-right: auto;
  margin-left: auto;
}

.iconb3 {
  display: block;
  width: 111px;
  height: 116px;
  margin-right: auto;
  margin-left: auto;
}

.icontexta {
  height: 80px;
  color: #404040;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
}

.icontextb {
  color: #404040;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
}

.icondescriptionb2 {
  margin-top: 23px;
  margin-bottom: 0px;
  color: #919191;
  text-align: center;
}

.iconright {
  display: block;
  height: 230px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 37px;
}

.iconleftb {
  display: block;
  height: 230px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 47px;
}

.bgicon {
  display: block;
  height: 287px;
  margin: 143px auto 73px;
}

.h3enterprise {
  margin-bottom: 20px;
  color: #404040;
  font-size: 18px;
  font-weight: 400;
}

.section50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.sectionblue {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #e6eaed;
}

.rightalign {
  text-align: right;
}

.textcenter {
  margin-top: 10px;
  text-align: center;
}

.columnd {
  border-right: 1px dashed #ccc;
}

.h3describe {
  margin-top: 0px;
  margin-bottom: 5px;
  text-align: center;
}

.hiring {
  position: relative;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  height: 240px;
  float: right;
}

.cornerimage {
  height: 231px;
  float: right;
  opacity: 0.11;
}

.h2headingwhitehiring {
  position: absolute;
  right: 0px;
  bottom: 0px;
  display: inline-block;
  margin-bottom: 0px;
  font-size: 24px;
  text-align: right;
  text-decoration: none;
}

.footermargin {
  margin-bottom: auto;
  padding-top: 35px;
}

.linknostyle {
  color: #8c7b6d;
  text-decoration: none;
}

.column2e {
  margin-top: 44px;
  padding-right: 0px;
  padding-left: 0px;
}

.tab-100procent {
  width: 100%;
}

.copyright {
  margin-top: 110px;
  margin-bottom: 0px;
  float: none;
  color: #967e6c;
}

.iconea3 {
  display: block;
  height: 135px;
  margin: -5px auto -15px;
}

.column {
  left: 0px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.footercentersocial {
  display: block;
  width: 136px;
  margin-top: 52px;
  margin-right: auto;
  margin-left: auto;
}

.footerrow {
  padding-top: 90px;
}

.slogancontainer {
  margin-bottom: -80px;
  padding-top: 45px;
}

.divmathematically {
  height: 60px;
  margin-top: 25px;
}

.cornerlinkblock {
  margin-top: -100px;
  margin-right: -10px;
  float: right;
}

.mapover {
  position: absolute;
  display: block;
  width: 100%;
  height: 600px;
  float: none;
  background-image: url('../images/bg.svg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: repeat-x;
}

.mapunder {
  position: absolute;
  display: block;
  width: 100%;
  height: 600px;
  background-image: url('../images/maplab5bg.svg');
  background-position: 50% 0px;
  background-size: auto 600px;
  background-repeat: repeat-x;
}

.mapunder.mapvision {
  height: 229px;
}

.sectiondownload {
  padding-top: 25px;
  padding-bottom: 20px;
  background-color: #3f3f3f;
}

.sectiondownload.eu {
  background-color: #fff;
}

.downloadtext {
  margin-top: 0px;
  margin-bottom: -3px;
  color: #c2c2c2;
  text-align: center;
}

.iconplatform {
  width: 70px;
  height: 40px;
  float: left;
}

.centerdiv1 {
  display: block;
  width: 210px;
  margin-top: 7px;
  margin-right: auto;
  margin-left: auto;
}

.centerdiv2 {
  display: block;
  width: 280px;
  margin-top: 7px;
  margin-right: auto;
  margin-left: auto;
}

.centerdiv3 {
  display: block;
  width: 210px;
  margin-top: 7px;
  margin-right: auto;
  margin-left: auto;
}

.floatright {
  float: right;
}

.floatright.divnavbarsubscribe {
  margin-top: 11px;
  padding-left: 0px;
}

.floatcenter {
  display: block;
  width: 241px;
  margin-right: auto;
  margin-left: auto;
}

.subscribetext {
  position: relative;
  display: block;
  width: 340px;
  margin-top: 29px;
  margin-right: auto;
  margin-left: auto;
  float: none;
  color: #c2c2c2;
  text-align: center;
}

.subscribetext.spacetop {
  margin-top: -15px;
  margin-bottom: 20px;
}

.icontext2 {
  color: #404040;
  text-align: left;
}

.zeropass {
  display: block;
  margin: 50px auto 15px;
}

.div-block-3 {
  position: relative;
  left: 0px;
  top: 505px;
  right: 0px;
  overflow: hidden;
  height: 200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  opacity: 1;
}

.bgnavbar {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  width: 100%;
  height: 815px;
  background-image: url('../images/bg4.svg');
  background-position: 50% 0px;
  background-size: cover;
  opacity: 1;
}

.div-block10 {
  position: relative;
  display: block;
  height: 815px;
  margin-top: -505px;
  clear: both;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  background-image: url('../images/bg4.svg');
  background-position: 50% 0px;
  background-size: cover;
  -webkit-filter: blur(4px);
  filter: blur(4px);
}

.div-block-10 {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  margin-right: auto;
  margin-bottom: 100px;
  margin-left: auto;
}

.div-block-11 {
  position: absolute;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 815px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.div-block-12 {
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.13)), to(rgba(0, 0, 0, 0.13)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.13), rgba(0, 0, 0, 0.13));
}

.div-block-13 {
  position: absolute;
  width: 100%;
  height: 60px;
}

.bgplaceholder {
  height: 600px;
  border-bottom: 3px solid #d4aa92;
}

.bgsmall {
  height: 250px;
  background-image: url('../images/bg4.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-14 {
  position: relative;
  left: 0px;
  top: 100px;
  right: 0px;
  overflow: hidden;
  height: 50px;
}

.div-block-15 {
  height: 250px;
  margin-top: -100px;
  background-image: url('../images/bg4.svg');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-filter: blur(6px);
  filter: blur(6px);
}

.bgnavbarsmall {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  width: 100%;
  height: 250px;
  background-image: url('../images/bg4.svg');
  background-position: 50% 50%;
  background-size: cover;
  opacity: 1;
}

.overflowhidden {
  position: absolute;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 61px;
}

.text-span {
  background-color: rgba(59, 59, 59, 0.57);
}

.text-span-2 {
  background-color: rgba(59, 59, 59, 0.57);
}

.text-span-3 {
  background-color: rgba(59, 59, 59, 0.57);
}

.text-span-4 {
  background-color: rgba(59, 59, 59, 0.57);
}

.text-span-5 {
  background-color: rgba(59, 59, 59, 0.57);
}

.text-span-6 {
  background-color: rgba(59, 59, 59, 0.57);
}

.text-span-7 {
  background-color: rgba(59, 59, 59, 0.57);
}

.text-span-8 {
  background-color: rgba(59, 59, 59, 0.57);
}

.text-span-9 {
  background-color: rgba(59, 59, 59, 0.57);
}

.text-span-10 {
  background-color: rgba(59, 59, 59, 0.57);
}

.divload {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 815px;
  -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;
}

.bgsvg {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 812px;
  float: none;
  background-image: url('../images/bg4.svg');
  background-position: 50% 0px;
  background-size: cover;
}

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

.container-2 {
  padding-right: 10px;
  padding-left: 10px;
}

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

.image {
  text-align: center;
}

.image.eu {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.container-3 {
  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;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.container-3.eu {
  padding-top: 11px;
}

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

.eutext {
  width: 400px;
  color: #000;
  font-size: 11px;
  line-height: 15px;
  font-weight: 300;
  text-align: center;
}

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

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

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

html.w-mod-js *[data-ix="loading"] {
  opacity: 1;
}

@media screen and (max-width: 991px) {
  .textsection1 {
    font-size: 28px;
  }

  .hiring {
    top: auto;
    right: 0px;
    bottom: 0px;
    float: right;
  }

  .copyright {
    margin-top: 0px;
  }

  .cornerlinkblock {
    margin-top: -220px;
  }

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

@media screen and (max-width: 767px) {
  .textsection1 {
    font-size: 22px;
  }

  .iconleft {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }

  .zeropass {
    margin-bottom: 10px;
  }

  .icon-2 {
    color: #fff;
    font-size: 30px;
  }

  .icon-3 {
    color: #fff;
    font-size: 30px;
  }
}

