.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.nav {
  background-color: transparent;
}

.nav-bgvideo {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  overflow: hidden;
  height: 250px;
}

.image {
  display: block;
  overflow: visible;
  margin-right: auto;
  margin-left: auto;
}

.header-out {
  margin-top: 99px;
  margin-bottom: 99px;
  text-align: center;
}

.ccaclogo {
  margin-left: auto;
}

.ccaclogo.w--current {
  display: block;
  margin: 45px auto;
}

.navbar {
  position: relative;
  top: -3px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #fff;
  background-color: transparent;
  line-height: 10px;
}

.nav-link {
  margin-right: 0px;
  margin-left: 0px;
  color: #fff;
  font-style: italic;
}

.nav-link:hover {
  color: #ea1d76;
}

.nav-link.w--current {
  display: inline-block;
}

.nav-link.w--current:focus {
  color: #ea1d76;
}

.text-about {
  font-family: 'Century gothic', sans-serif;
  color: #000;
  font-size: 20px;
}

.text-clients {
  font-family: 'Century gothic', sans-serif;
  color: #000;
  font-size: 20px;
}

.text-careers {
  display: none;
  font-family: 'Century gothic', sans-serif;
  color: #fff;
  font-size: 20px;
}

.text-news {
  font-family: 'Century gothic', sans-serif;
  color: #000;
  font-size: 20px;
  font-style: normal;
}

.text-news:focus {
  color: #fff;
}

.text-showcase {
  font-family: 'Century gothic', sans-serif;
  color: #fff;
  font-size: 20px;
}

.text-contact {
  display: inline;
  font-family: 'Century gothic', sans-serif;
  color: #000;
  font-size: 20px;
  font-style: normal;
}

.container {
  position: relative;
  left: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 75px 0px 0px;
  padding-bottom: 0px;
  float: none;
  clear: none;
  -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;
}

.nav-menu {
  position: relative;
  left: -20px;
  top: 50px;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-right: auto;
  padding-left: auto;
  float: left;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 0px;
  line-height: 0px;
}

.image-2 {
  display: block;
}

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

.link-block {
  position: relative;
  left: -30px;
  display: block;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
}

.link-block.w--current {
  position: relative;
  left: -25px;
  margin-top: 0px;
}

.image-3 {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  margin-right: auto;
  margin-left: auto;
  clear: none;
  text-align: left;
}

.nav-other {
  margin-right: 0px;
  padding-right: 20px;
  color: #fff;
}

.nav-other:hover {
  color: #ea1d76;
}

.dropdown {
  left: 220px;
  top: -110px;
  bottom: 0px;
  display: block;
  margin-right: auto;
  margin-left: auto;
  float: right;
}

.en-dorpdown {
  margin-top: 13px;
  padding-right: 0px;
  float: right;
}

.text-block {
  color: #000;
}

.icon {
  color: #000;
}

.dropdown-link {
  background-color: #fff;
  color: #000;
}

.slider {
  height: 508px;
}

.right-arrow {
  overflow: hidden;
}

.slide-nav {
  margin-right: -53px;
  margin-left: -53px;
  float: none;
}

.news {
  height: 508px;
}

.slider-2 {
  height: auto;
}

.image-4 {
  position: relative;
  display: inline-block;
}

.column {
  position: static;
  display: block;
}

.news-1 {
  background-image: url('../images/News-01.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.newsbox {
  height: 600px;
  margin-top: -4px;
  margin-bottom: 0px;
}

.heading {
  font-family: 'Century gothic', sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 30px;
  font-weight: 400;
}

.column-2 {
  padding: 290px 0px 0px 494px;
}

.news1-link {
  margin-top: 15px;
  padding-top: 0px;
}

.news-2 {
  background-image: url('../images/News-02.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.news-3 {
  background-image: url('../images/Home-News-04.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.heading-2 {
  display: inline-block;
}

.container-3 {
  height: 600px;
  background-image: url('../images/symbol_monster-1.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section {
  margin-top: 51px;
  margin-bottom: 51px;
}

.section-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  overflow: visible;
}

.column-3 {
  height: 600px;
  background-image: url('../images/symbol_monster-1.png'), url('../images/symbol_monster-1.png');
  background-position: 0px 0px, 0px 0px;
  background-size: cover, cover;
  background-repeat: repeat, no-repeat;
}

.container-4 {
  display: inline-block;
  padding-left: 0px;
}

.column-4 {
  height: 400px;
  background-image: url('../images/symbol_monster-1.png');
  background-position: 0px 0px;
  background-size: cover;
}

.column-5 {
  height: 400px;
  background-image: url('../images/symbol_monster-2.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.row {
  padding: 0px;
}

.div-block {
  display: inline-block;
  height: auto;
  background-image: url('../images/symbol_monster-1.png');
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: no-repeat;
}

.home-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 0px 143px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  background-color: #fff;
}

.div-block-2 {
  position: absolute;
  width: auto;
  height: auto;
  background-image: url('../images/symbol_monster4.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.container-5 {
  height: 600px;
  background-image: url('../images/symbol_monster4.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-5 {
  display: block;
}

.container-6 {
  padding-right: 64px;
  padding-left: 64px;
}

.heading-3 {
  position: absolute;
  margin-top: 142px;
  margin-left: 34px;
  font-family: 'Century gothic', sans-serif;
  color: #000;
  font-size: 25px;
  font-weight: 400;
}

.row-2 {
  padding: 9px 100px 9px 24px;
}

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

.monster-showcase {
  position: static;
  height: 330px;
  padding-right: 0px;
  padding-left: 0px;
  background-image: url('../images/symbol_monster-1.png');
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: no-repeat;
}

.monster-showcase:hover {
  background-image: url('../images/symbol_monster-5.png'), url('../images/symbol_monster-1.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, auto;
  background-repeat: no-repeat, no-repeat;
}

.monster-clients {
  height: 330px;
  background-image: url('../images/symbol_monster-2.png');
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: no-repeat;
}

.monster-clients:hover {
  background-image: url('../images/symbol_monster-5.png'), url('../images/symbol_monster-2.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, auto;
  background-repeat: no-repeat, no-repeat;
}

.column-10 {
  background-image: url('../images/symbol_monster-3.png');
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: no-repeat;
}

.monster-contact {
  height: 330px;
  background-image: url('../images/symbol_monster-3.png');
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: no-repeat;
}

.monster-contact:hover {
  background-image: url('../images/symbol_monster-5.png'), url('../images/symbol_monster-3.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, auto;
  background-repeat: no-repeat, no-repeat;
}

.monster-careers {
  display: none;
  height: 330px;
  background-image: url('../images/symbol_monster-4.png');
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: no-repeat;
}

.monster-careers:hover {
  background-image: url('../images/symbol_monster-5.png'), url('../images/symbol_monster-4.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, auto;
  background-repeat: no-repeat, no-repeat;
}

.home-about {
  padding-right: 0px;
  padding-left: 100px;
  text-align: center;
}

.heading-4 {
  margin-bottom: 18px;
  font-family: 'Century gothic', sans-serif;
  color: #000;
  font-size: 35px;
  font-weight: 400;
}

.paragraph {
  padding-right: 0px;
  padding-left: 0px;
  font-family: 'Century gothic', sans-serif;
  color: #000;
  text-align: justify;
  letter-spacing: 0.5px;
}

.div-block-3 {
  margin-top: 223px;
  margin-bottom: 35px;
  padding-right: 68px;
  padding-left: 68px;
}

.expertise {
  display: block;
  padding-bottom: 55px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #000;
}

.monster-text1 {
  margin: 0px 0px 0px 6px;
  padding: 156px 41px 129px;
  float: none;
  font-family: 'Century gothic', sans-serif;
  color: #000;
  font-weight: 400;
  text-align: left;
  text-decoration: none;
}

.monster-text1:hover {
  color: #fff;
}

.link-block-2 {
  font-family: 'Century gothic', sans-serif;
  color: #000;
  font-size: 24px;
  text-decoration: none;
}

.monster-text2 {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 6px;
  padding: 156px 64px 129px;
  font-family: 'Century gothic', sans-serif;
  color: #fff;
  font-weight: 400;
}

.monster-text3 {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 6px;
  padding: 156px 38px 129px;
  font-family: 'Century gothic', sans-serif;
  color: #fff;
  font-weight: 400;
}

.monster-text4 {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 6px;
  padding: 156px 59px 129px;
}

.monster-text4:hover {
  font-family: 'Century gothic', sans-serif;
  color: #fff;
  font-weight: 400;
}

.heading-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0px auto;
  padding-top: 46px;
  padding-bottom: 7px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-family: 'Century gothic', sans-serif;
  color: #fff;
  font-size: 35px;
  font-weight: 400;
  text-align: center;
}

.row-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-right: 216px;
  padding-left: 216px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

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

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

.paragraph-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 63px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-family: 'Century gothic', sans-serif;
  color: #fff;
  font-size: 15px;
  text-align: center;
}

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

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

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

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

.column-16 {
  padding-left: 33px;
}

.heading-6 {
  position: relative;
  top: 0px;
  display: block;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  font-family: 'Century gothic', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 25px;
  font-weight: 400;
  text-align: center;
}

.heading-6.mr {
  left: -11px;
  top: 9px;
}

.heading-6.st {
  top: 3px;
}

.heading-6.de {
  top: -1px;
}

.heading-6.pr {
  top: -4px;
}

.heading-6.dev {
  top: 8px;
}

.heading-6.pu {
  top: 5px;
}

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

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

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

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

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

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

.section-3 {
  height: 100px;
  background-color: #fff;
}

.footer {
  position: relative;
  left: 0px;
  top: -20px;
  right: 0px;
  bottom: 0px;
}

.footer.mobileh {
  top: 0px;
}

.image-12 {
  position: absolute;
}

.div-block-4 {
  background-image: url('../images/symbol_fb-normal.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-5 {
  margin-bottom: -6px;
  padding: 0px;
}

.div-block-6 {
  position: relative;
  top: -3px;
  min-height: 0px;
  border: 2px solid #ea1d76;
}

.image-13 {
  display: block;
}

.image-14 {
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 5px;
  padding-left: 5px;
}

.div-block-7 {
  position: relative;
  left: 253px;
  top: -111px;
  right: 0px;
  display: block;
  margin-right: 358px;
  margin-bottom: 0px;
  margin-left: 358px;
  padding-right: 0px;
  padding-bottom: 58px;
  padding-left: 50px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: transparent;
}

.link-block-3 {
  display: block;
  width: 50px;
  height: 50px;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/symbol_webio-normal.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}

.webio-lcon {
  position: relative;
  top: 0px;
  right: -450px;
  display: block;
  width: 40px;
  height: 40px;
  margin-left: -10px;
  background-image: url('../images/symbol_webio-normal.png');
  background-position: 0px 0px;
  background-size: cover;
}

.webio-lcon:hover {
  background-image: url('../images/symbol_webio-click.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.link-block-4 {
  width: 40px;
  height: 40px;
}

.fb-cion {
  position: relative;
  left: 410px;
  top: -4px;
  right: -340px;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 4px;
  background-image: url('../images/symbol_fb-normal_1.png');
  background-position: 0px 0px;
  background-size: cover;
}

.fb-cion:hover {
  background-image: url('../images/symbol_fb-click.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.ig-icon {
  position: relative;
  left: 408px;
  top: -4px;
  width: 40px;
  height: 40px;
  margin-left: 4px;
  background-image: url('../images/symbol_ig-normal.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.ig-icon:hover {
  background-image: url('../images/symbol_ig-click.png'), url('../images/symbol_ig-normal.png');
  background-position: 50% 50%, 50% 50%;
  background-size: cover, cover;
  background-repeat: no-repeat, no-repeat;
}

.contact-bg {
  background-color: #000;
}

.heading-7 {
  margin-right: -130px;
  margin-left: -130px;
  padding-left: 0px;
  font-family: 'Century gothic', sans-serif;
  color: #fff;
  font-size: 35px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  text-transform: none;
}

.div-block-8 {
  border-style: none solid solid;
  border-width: 1px;
  border-color: #fff;
}

.column-18 {
  padding-top: 42px;
  padding-right: 40px;
  padding-bottom: 42px;
}

.div-block-9 {
  border-style: none solid solid;
  border-width: 1px;
  border-color: #fff;
}

.column-19 {
  padding-top: 42px;
  padding-bottom: 42px;
  padding-left: 40px;
}

.div-block-10 {
  height: auto;
  margin-top: 10px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 20px;
  background-color: #000;
}

.image-15 {
  position: relative;
  float: right;
}

.paragraph-3 {
  margin-bottom: 35px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: 'Century gothic', sans-serif;
  color: #000;
  letter-spacing: 0.5px;
}

.column-20 {
  position: static;
  margin-top: 123px;
  margin-bottom: 77px;
  padding-bottom: 0px;
}

.background-video {
  position: absolute;
  height: 250px;
}

.about-bg {
  padding-bottom: 143px;
  background-color: #000;
}

.div-block-11 {
  position: relative;
  top: 0px;
  bottom: 0px;
  height: 30px;
  padding-bottom: 0px;
  background-color: #ea1d76;
}

.paragraph-4 {
  position: relative;
  top: 0px;
  display: block;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: 'Century gothic', sans-serif;
  color: #fff;
  text-align: center;
}

.news-bg {
  background-color: #000;
}

.clients-bg {
  background-color: #000;
}

.careers-bg {
  background-color: #000;
}

.paragraph-5 {
  padding-right: 0px;
  padding-left: 0px;
  font-family: 'Century gothic', sans-serif;
  color: #fff;
  font-weight: 300;
  text-align: justify;
  letter-spacing: 0px;
}

.row-4 {
  padding-top: 25px;
  padding-bottom: 59px;
}

.container-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-bottom: 26px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.container-8 {
  padding-bottom: 20px;
}

.column-21 {
  padding-right: 14px;
  padding-bottom: 40px;
  padding-left: 14px;
  background-color: #fff;
}

.heading-8 {
  font-family: 'Droid Serif', serif;
  color: #000;
  font-size: 20px;
  line-height: 25px;
  font-style: italic;
  font-weight: 700;
}

.div-block-12 {
  margin-right: 160px;
  padding-right: 0px;
  border: 1px solid #000;
}

.paragraph-6 {
  margin-top: 13px;
  margin-bottom: 20px;
  padding-right: 0px;
  font-family: 'Century gothic', sans-serif;
  color: #000;
  text-align: left;
}

.div-block-13 {
  background-color: #fff;
  text-decoration: none;
}

.div-block-13.other {
  padding-bottom: 60px;
}

.heading-9 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-family: 'Droid Serif', serif;
  color: #000;
  font-size: 20px;
  line-height: 25px;
  font-style: italic;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.paragraph-7 {
  margin-bottom: 0px;
  padding-right: 36px;
  padding-bottom: 20px;
  padding-left: 36px;
  font-family: 'Century gothic', sans-serif;
  color: #000;
  text-align: justify;
  letter-spacing: auto;
  text-decoration: none;
}

.row-5 {
  padding-top: 20px;
  padding-bottom: 50px;
}

.div-block-14 {
  padding-right: 17px;
  padding-bottom: 17px;
  padding-left: 17px;
  background-color: #6d6d6d;
  font-family: 'Century gothic', sans-serif;
  color: #fff;
}

.heading-10 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Century gothic', sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

.paragraph-8 {
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: 'Century gothic', sans-serif;
  color: #fff;
}

.paragraph-9 {
  margin-bottom: 0px;
  padding-bottom: 10px;
  font-family: 'Droid Serif', serif;
  color: #fff;
  font-size: 18px;
  line-height: 25px;
  font-style: italic;
  font-weight: 700;
}

.paragraph-10 {
  margin-bottom: 0px;
  padding-bottom: 16px;
  color: #fff;
}

.section-4 {
  background-color: #000;
}

.showcase-bg {
  padding-bottom: 30px;
  background-color: #000;
}

.lightbox-link {
  text-decoration: none;
}

.container-9 {
  position: relative;
  top: -1px;
}

.div-block-15 {
  position: relative;
  top: -50px;
  bottom: 0px;
  display: block;
  width: 100%;
  height: 170px;
  padding-bottom: 104px;
  background-color: #000;
  -webkit-filter: none;
  filter: none;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  font-weight: 400;
}

.container-10 {
  position: relative;
  top: 0px;
  bottom: 2px;
  display: block;
  padding: 1px 0px 0px 60px;
  clear: none;
  opacity: 1;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.div-block-16 {
  display: block;
  margin-right: 380px;
  margin-left: 452px;
  text-align: left;
}

.div-block-17 {
  position: absolute;
  width: 100%;
  height: 600px;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 444px;
  padding-left: 39px;
  float: none;
  clear: left;
  background-image: url('../images/px-symbol-03.png');
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: no-repeat;
}

.heading-11 {
  margin: 91px 0px 24px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: 'Century gothic', sans-serif;
  color: #000;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
}

.div-block-18 {
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.column-22 {
  position: relative;
  height: 600px;
  padding-right: 61px;
  padding-left: 113px;
  background-image: url('../images/px-symbol-03.png');
  background-position: 100% 0px;
  background-size: auto;
  background-repeat: no-repeat;
}

.heading-12 {
  text-align: left;
}

.paragraph-11 {
  margin-bottom: 23px;
  padding-top: 53px;
  text-align: left;
}

.div-block-19 {
  margin-top: 91px;
  margin-right: 0px;
  margin-left: 0px;
  padding-left: 0px;
  font-family: 'Century gothic', sans-serif;
  color: #000;
  font-size: 15px;
}

.text-field {
  height: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000;
  font-family: 'Century gothic', sans-serif;
  color: #fff;
}

.submit-button {
  display: block;
  margin-right: auto;
  margin-left: auto;
  clear: both;
  background-color: #ea1d76;
  font-family: 'Century gothic', sans-serif;
}

.submit-button:hover {
  background-color: #000;
}

.text-field-2 {
  background-color: #000;
  font-family: 'Century gothic', sans-serif;
  color: #fff;
}

.text-field-3 {
  background-color: #000;
  font-family: 'Century gothic', sans-serif;
  color: #fff;
}

.text-field-4 {
  overflow: auto;
  background-color: #000;
  font-family: 'Century gothic', sans-serif;
  color: #fff;
}

.div-block-20 {
  font-family: 'Century gothic', sans-serif;
  color: #000;
}

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

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

.image-16 {
  margin-bottom: 21px;
}

.error-message {
  margin-top: 0px;
}

.text-field-5 {
  overflow: auto;
  height: 100px;
  background-color: #000;
  color: #fff;
}

.textarea {
  overflow: visible;
  height: 100px;
  max-height: 100px;
  min-height: 100px;
  background-color: #000;
  color: #fff;
}

.div-block-21 {
  height: 384px;
  margin-bottom: 0px;
  padding-top: 121px;
  padding-right: 108px;
  padding-left: 300px;
  background-image: url('../images/map.jpg');
  background-position: 0px 0px;
  background-size: 548px;
}

.div-block-22 {
  width: 640px;
  height: 367px;
}

.column-23 {
  height: 425px;
  background-image: url('../images/Media-News-04.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-23 {
  height: 250px;
  background-image: url('../images/News-media-01.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-24 {
  height: 250px;
  background-image: url('../images/News-media-02.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block--media {
  border-top: 1px solid #000;
}

.media-top {
  font-family: 'Century gothic', sans-serif;
  font-weight: 400;
  text-align: center;
}

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

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

.column-26 {
  padding-left: 0px;
}

.column-27 {
  padding-right: 0px;
}

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

.media-2017-11-27 {
  height: auto;
  padding: 12px 10px;
  background-color: #fff;
}

.media-2017-11-23 {
  height: auto;
  padding: 12px 10px;
  background-color: #fff;
}

.media-2017-11-22 {
  padding: 12px 10px;
  background-color: #fff;
}

.div-block-25 {
  margin-bottom: 10px;
}

.div-block-26 {
  margin-bottom: 10px;
}

.div-block-27 {
  margin-bottom: 10px;
}

.column-29 {
  margin-bottom: 0px;
  padding-left: 0px;
}

.div-block-28 {
  margin-bottom: 0px;
  background-color: #fff;
}

.heading-13 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: 'Droid Serif', serif;
  color: #000;
  font-size: 18px;
  line-height: 25px;
  font-style: italic;
  font-weight: 700;
  text-align: center;
}

.paragraph-12 {
  padding: 4px 25px 15px;
  font-family: 'Century gothic', sans-serif;
  color: #000;
  font-size: 13px;
}

.image-17 {
  display: inline-block;
  padding-top: 0px;
}

.column-30 {
  margin-bottom: 0px;
}

.div-block-29 {
  margin-bottom: 30px;
}

.div-block-30 {
  margin-bottom: 30px;
}

.container-11 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding: 68px 0px 68px 70px;
  -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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 20px;
  line-height: 0px;
  white-space: normal;
}

.heading-14 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 106px;
  padding-bottom: 106px;
  font-family: 'Droid Serif', serif;
  color: #fff;
  font-style: italic;
  font-weight: 700;
  text-align: center;
}

.contact-sendmail {
  display: block;
  height: 50px;
  margin-right: 84px;
  margin-left: 84px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: #ea1d76;
  text-decoration: none;
}

.contact-sendmail:hover {
  background-color: #000;
}

.paragraph-13 {
  display: block;
  margin-bottom: 0px;
  padding: 15px 21px;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
}

.row-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

.heading-15 {
  font-family: 'Century gothic', sans-serif;
  color: #fff;
  font-weight: 400;
}

.paragraph-14 {
  padding-top: 25px;
  font-family: 'Century gothic', sans-serif;
  color: #fff;
  font-size: 18px;
}

.paragraph-15 {
  font-family: 'Century gothic', sans-serif;
  color: #fff;
}

.slider-3 {
  height: 1000px;
  background-color: #000;
}

.row-7 {
  display: block;
}

.column-33 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.column-34 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -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;
}

.column-35 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.paragraph-16 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.container-12 {
  display: block;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.paragraph-17 {
  background-color: transparent;
}

.column-36 {
  position: static;
  left: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  background-color: #fff;
}

.heading-16 {
  background-color: transparent;
}

.image-25 {
  display: inline;
  float: none;
}

.image-26 {
  max-width: 50%;
}

.image-27 {
  display: inline;
  margin: 0px auto 0px 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.column-37 {
  padding-right: 1px;
  padding-bottom: 71px;
}

.column-38 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 18px;
  -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;
}

.paragraph-18 {
  margin-right: 1px;
  margin-left: 3px;
  padding-right: 0px;
}

.body {
  display: block;
  height: auto;
  max-height: none;
  max-width: none;
  min-width: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.image-28 {
  max-width: 30%;
}

.image-31 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.link {
  color: #fff;
}

.div-block-31 {
  color: #000;
}

.section-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: 10px solid transparent;
  border-radius: 0px;
  background-color: #000;
}

.body-2 {
  display: block;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.nav-link-copy {
  display: none;
  margin-right: 0px;
  margin-left: 0px;
  color: #fff;
  font-style: italic;
}

.nav-link-copy:hover {
  color: #ea1d76;
}

.nav-link-copy.w--current {
  display: none;
}

.nav-link-copy.w--current:focus {
  color: #ea1d76;
}

@media screen and (max-width: 991px) {
  .navbar {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .nav-link {
    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-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .text-about {
    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;
  }
  .text-clients {
    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;
  }
  .nav-menu {
    left: -28px;
    top: -30px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .link-block {
    margin-top: -10px;
  }
  .link-block.w--current {
    left: -30px;
  }
  .menu-button {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .nav-other {
    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-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .dropdown {
    left: 220px;
    top: -168px;
  }
  .slider-2 {
    margin-top: -19px;
  }
  .news-1 {
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .newsbox {
    width: 100vw;
    height: 26vh;
  }
  .heading {
    position: relative;
    left: 162px;
    top: 61px;
    font-size: 20px;
    line-height: 25px;
  }
  .column-2 {
    padding-top: 0px;
    padding-left: 0px;
    font-size: 12px;
  }
  .news1-link {
    position: relative;
    left: 161px;
    top: 61px;
    margin-top: 0px;
  }
  .home-content {
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
  .row-2 {
    position: relative;
    top: 51px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .monster-showcase {
    height: 220px;
    background-image: url('../images/symbol_monster-1.png');
    background-position: 0px 0px;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .monster-showcase:hover {
    background-image: url('../images/symbol_monster-5.png');
    background-position: 0px 0px;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .monster-clients {
    height: 230px;
    background-size: contain;
  }
  .monster-clients:hover {
    background-image: url('../images/symbol_monster-5.png');
    background-position: 0px 0px;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .monster-contact {
    height: 230px;
    background-size: contain;
  }
  .monster-contact:hover {
    background-image: url('../images/symbol_monster-5.png');
    background-position: 0px 0px;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .monster-careers {
    height: 230px;
    background-size: contain;
  }
  .monster-careers:hover {
    background-image: url('../images/symbol_monster-5.png');
    background-position: 0px 0px;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .paragraph {
    margin-bottom: 0px;
  }
  .div-block-3 {
    margin-top: 97px;
    margin-bottom: 162px;
    padding-right: 22px;
    padding-left: 22px;
  }
  .monster-text1 {
    padding: 90px 16px;
    font-size: 20px;
  }
  .monster-text2 {
    padding: 89px 35px;
    font-size: 20px;
  }
  .monster-text3 {
    padding: 91px 14px;
    font-size: 20px;
  }
  .monster-text4 {
    padding: 90px 30px;
    font-size: 20px;
  }
  .row-3 {
    padding-right: 12px;
    padding-left: 12px;
  }
  .paragraph-2 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .heading-6 {
    font-size: 15px;
    line-height: 20px;
  }
  .div-block-7 {
    left: -30px;
    top: -112px;
    right: 0px;
    margin-right: 282px;
    margin-left: 287px;
  }
  .webio-lcon {
    position: relative;
    left: 270px;
    right: -30px;
  }
  .fb-cion {
    left: 290px;
  }
  .ig-icon {
    left: 288px;
  }
  .heading-7 {
    font-size: 30px;
  }
  .column-18 {
    padding-left: 0px;
  }
  .column-19 {
    padding-right: 0px;
  }
  .paragraph-5 {
    padding-right: 40px;
    padding-left: 40px;
    text-align: left;
  }
  .paragraph-7 {
    padding-right: 14px;
    padding-left: 14px;
    text-align: justify;
  }
  .container-10 {
    position: relative;
    left: 60px;
    right: 57px;
  }
  .div-block-16 {
    position: relative;
    left: 383px;
    right: 0px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .column-22 {
    padding-right: 44px;
    padding-left: 44px;
    background-size: contain;
  }
  .div-block-21 {
    position: relative;
    left: -17px;
    padding-top: 62px;
    padding-right: 73px;
    padding-left: 195px;
    background-size: contain;
  }
  .column-23 {
    height: 505px;
    background-position: -177px 0px;
    background-size: cover;
  }
  .div-block-23 {
    height: 200px;
    background-position: -2px 0px;
    background-size: contain;
  }
  .div-block-24 {
    height: 200px;
  }
  .container-11 {
    padding-top: 60px;
    padding-bottom: 0px;
  }
  .menu-button-2 {
    top: -53px;
  }
  .icon-2 {
    color: #fff;
  }
  .link-block-5 {
    position: relative;
    top: -144px;
  }
  .row-6 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .column-32 {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 12px;
  }
  .icon-3 {
    width: 27px;
    min-width: 0px;
    color: #ea1d76;
  }
  .menu-button-3 {
    left: -230px;
    top: -120px;
  }
  .menu-button-3.w--open {
    width: 60px;
  }
  .image-29 {
    margin-left: 95px;
  }
  .image-30 {
    margin-left: 0px;
  }
  .image-31 {
    margin-left: 95px;
  }
  .image-33 {
    margin-left: 235px;
  }
  .nav-link-copy {
    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-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 767px) {
  .nav-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .nav-menu {
    left: -38px;
    top: -30px;
    padding-left: 0px;
  }
  .link-block.w--current {
    position: relative;
    left: -40px;
  }
  .image-3 {
    left: 0%;
    max-width: 100%;
  }
  .nav-other {
    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-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .dropdown {
    left: 160px;
    top: -160px;
    right: 0px;
  }
  .news-1 {
    background-position: 6% 100%;
  }
  .heading {
    left: 425px;
    top: 9px;
    margin-top: 32px;
    font-size: 15px;
    line-height: 20px;
  }
  .news1-link {
    left: 422px;
    top: 9px;
  }
  .news-2 {
    background-position: 6% 100%;
  }
  .news-3 {
    background-position: 6% 50%;
    background-repeat: no-repeat;
  }
  .home-content {
    padding-top: 0px;
  }
  .row-2 {
    top: 88px;
    height: 20px;
    padding-right: 96px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
  .monster-showcase {
    position: relative;
    left: 104px;
    display: block;
  }
  .monster-clients {
    left: 299px;
    top: -223px;
    right: -1px;
    display: block;
  }
  .monster-contact {
    left: 100px;
    top: -196px;
  }
  .monster-careers {
    left: 298px;
    top: -427px;
  }
  .home-about {
    padding-left: 0px;
  }
  .div-block-3 {
    margin-top: 32px;
    margin-bottom: 49px;
  }
  .expertise {
    padding-bottom: 0px;
  }
  .row-3 {
    position: relative;
    left: -30px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-11 {
    left: -64px;
    top: 40px;
  }
  .column-12 {
    left: 129px;
    top: -104px;
  }
  .column-13 {
    left: -88px;
    top: 33px;
  }
  .column-14 {
    left: 120px;
    top: -108px;
  }
  .column-15 {
    left: -86px;
    top: 24px;
  }
  .column-17 {
    left: 120px;
    top: -95px;
  }
  .div-block-7 {
    position: relative;
    left: 163px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .div-block-7:hover {
    display: inline-block;
  }
  .webio-lcon {
    position: relative;
    left: 288px;
    top: 3px;
    display: inline-block;
  }
  .fb-cion {
    position: relative;
    left: 210px;
  }
  .ig-icon {
    position: relative;
    left: 210px;
  }
  .column-18 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-19 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-20 {
    padding-right: 0px;
    padding-left: 37px;
  }
  .paragraph-5 {
    padding-right: 39px;
    padding-left: 39px;
  }
  .container-10 {
    left: -30px;
  }
  .div-block-16 {
    left: 334px;
    display: inline-block;
  }
  .column-22 {
    padding-right: 116px;
    padding-left: 116px;
    background-position: 50% 50%;
    background-size: contain;
  }
  .div-block-21 {
    padding-top: 92px;
    padding-right: 104px;
    padding-left: 263px;
    background-size: contain;
  }
  .column-23 {
    height: 250px;
    background-position: 3px -42px;
    background-size: cover;
  }
  .div-block-23 {
    background-position: 3px -68px;
    background-size: cover;
  }
  .div-block-24 {
    background-position: 0px -49px;
    background-size: cover;
  }
  .column-24 {
    padding-right: 0px;
  }
  .column-25 {
    padding-left: 0px;
  }
  .container-11 {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .link-block-5 {
    top: -22px;
  }
  .row-6 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .column-31 {
    margin-bottom: -231px;
    padding-bottom: 1px;
    padding-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .menu-button-3 {
    left: -190px;
    top: -110px;
  }
  .image-19 {
    position: relative;
    left: 121px;
  }
  .image-20 {
    position: relative;
    left: 111px;
  }
  .image-21 {
    position: relative;
    left: 104px;
  }
  .image-22 {
    position: relative;
    left: 111px;
  }
  .image-23 {
    position: relative;
    left: 117px;
  }
  .image-24 {
    position: relative;
    left: 105px;
  }
  .heading-15 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 20px;
  }
  .paragraph-14 {
    padding-left: 20px;
  }
  .paragraph-15 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .image-29 {
    margin-left: 140px;
  }
  .image-30 {
    margin-left: 140px;
  }
  .image-31 {
    margin-left: 140px;
  }
  .image-32 {
    margin-left: 140px;
  }
  .image-33 {
    margin-left: 140px;
  }
  .map {
    display: block;
    margin-left: -15px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .nav-link-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 479px) {
  .nav-link {
    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-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .nav-menu {
    margin-left: 0px;
    padding-left: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .link-block.w--current {
    left: -30px;
  }
  .image-3 {
    padding-right: 25px;
  }
  .nav-other {
    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-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .dropdown {
    left: 100px;
    top: -150px;
    font-size: 20px;
  }
  .news-1 {
    background-position: 50% 50%;
    background-size: cover;
  }
  .newsbox {
    width: 100vw;
  }
  .news-2 {
    background-position: 50% 50%;
    background-size: cover;
  }
  .news-3 {
    background-position: 50% 50%;
    background-size: cover;
  }
  .monster-showcase {
    left: 0px;
  }
  .monster-clients {
    left: 152px;
  }
  .monster-contact {
    left: 0px;
  }
  .monster-careers {
    left: 153px;
  }
  .home-about {
    padding-right: 10px;
  }
  .heading-4 {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .paragraph {
    display: block;
  }
  .div-block-3 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .expertise {
    display: block;
  }
  .heading-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .row-3 {
    left: 0px;
  }
  .column-12 {
    left: 79px;
    top: -103px;
  }
  .column-13 {
    left: -75px;
  }
  .column-14 {
    left: 77px;
  }
  .column-17 {
    left: 76px;
  }
  .div-block-6 {
    left: 0px;
  }
  .div-block-7 {
    left: 50px;
  }
  .webio-lcon {
    left: 171px;
    top: 4px;
  }
  .fb-cion {
    left: 100px;
  }
  .ig-icon {
    left: 98px;
    top: -4px;
  }
  .column-18 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-19 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .about-bg {
    padding-bottom: 64px;
  }
  .paragraph-5 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .row-5 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .div-block-14 {
    padding-bottom: 10px;
  }
  .container-10 {
    left: -30px;
  }
  .div-block-16 {
    left: 191px;
  }
  .column-22 {
    padding-top: 31px;
    padding-right: 39px;
    padding-left: 41px;
    background-position: 50% 50%;
  }
  .div-block-21 {
    padding-right: 0px;
    padding-left: 0px;
    background-position: -114px -8px;
    background-size: cover;
  }
  .column-23 {
    height: 200px;
    background-position: -6px 50%;
    background-size: cover;
    background-repeat: repeat-y;
  }
  .div-block-23 {
    height: 200px;
    background-position: -23px -1px;
    background-size: cover;
  }
  .div-block-24 {
    background-position: -78px -22px;
    background-size: auto;
  }
  .column-24 {
    padding-right: 0px;
  }
  .column-25 {
    padding-left: 0px;
  }
  .column-26 {
    padding-right: 0px;
  }
  .column-27 {
    padding-left: 0px;
  }
  .paragraph-12 {
    padding-right: 12px;
    padding-left: 12px;
  }
  .column-31 {
    display: block;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding-left: 11px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .menu-button-3 {
    left: -110px;
    top: -100px;
  }
  .menu-button-3.w--open {
    left: -89px;
  }
  .image-18 {
    position: relative;
    left: 154px;
    top: -51px;
  }
  .dropdown-toggle {
    left: -11px;
  }
  .image-19 {
    left: 4px;
  }
  .image-20 {
    left: 4px;
  }
  .image-21 {
    left: -3px;
  }
  .image-22 {
    left: 2px;
  }
  .image-23 {
    left: 1px;
  }
  .image-24 {
    left: -7px;
  }
  .heading-15 {
    padding-left: 20px;
  }
  .paragraph-14 {
    padding-left: 20px;
  }
  .paragraph-15 {
    display: block;
    padding-left: 20px;
    text-align: left;
  }
  .image-29 {
    margin-left: 15px;
  }
  .image-30 {
    margin-left: 15px;
  }
  .image-31 {
    margin-left: 15px;
  }
  .image-32 {
    margin-left: 15px;
  }
  .image-33 {
    margin-left: 15px;
  }
  .nav-link-copy {
    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-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@font-face {
  font-family: 'Century gothic';
  src: url('../fonts/Century-Gothic.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Berkeley';
  src: url('../fonts/BerkeleyBlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'ConcordeBEMedium';
  src: url('../fonts/ConcordeBEMedium_Italic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Futuraptbook';
  src: url('../fonts/FuturaPTBook.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Futuraptmedium';
  src: url('../fonts/FuturaPTMedium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}