@import url('reset.css');
@import url('normalize.css');
@import url('fonts.css');
@import url('hamburgers.css');
@import url('select2.min.css');
@import url('fineuploader-4.2.1.min.css');
@import url('text-content.css');
@import url('print.css');
body {
  position: relative;
  font-size: 16px;
  font-family: 'Volte', sans-serif;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  width: 100%;
  background: #fff;
  color: #444244;
  font-weight: normal;
  font-style: normal;
}
a {
  color: #EB41CB;
}
.hidden {
  display: none;
}
.float-left {
  float: left;
}
.table {
  display: table;
}
.table-cell {
  display: table-cell;
}
h6 {
  text-align: center;
  font-size: 18px;
  line-height: 1.5em;
  color: #532563;
  margin: 0;
  font-weight: normal;
  font-family: 'Volte';
  margin-top: 10px;
}
.btn.upload-btn {
  font-family: 'Volte';
  font-size: 16px;
  color: #765AE1;
  letter-spacing: 0.11px;
  text-align: center;
  display: table;
  margin: 0px auto;
  font-weight: 600;
  font-style: normal;
  border: none;
  text-transform: none;
}
.btn.upload-btn i {
  margin-right: 10px;
  font-size: 22px;
  float: left;
}
.btn.upload-btn span {
  float: left;
  line-height: 24px;
}
header .btn.btn-contact {
  background-image: linear-gradient(-90deg, #765AE1 0%, #8756DE 0%, #af41eb 100%);
  background-image: linear-gradient(-90deg, #765ae1 0, #8756de 0, #eb41cb 100%);
  font-family: 'Volte Rounded';
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  padding: 15px;
  border-radius: 30px;
  height: 48px;
  line-height: 18px;
  white-space: nowrap;
  float: right;
  margin: 10px 0 0 10px;
  -webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1) 0ms;
  transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1) 0ms;
}
header .inner {
  background: none;
  height: 100px;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9;
  transition: all 300ms cubic-bezier(0.86, 0, 0.07, 1) 0s, background 300ms cubic-bezier(0.86, 0, 0.07, 1) 0s;
  padding: 15px 50px;
}
@media screen and (max-width: 1240px) {
  header .inner {
    display: none;
  }
}
header #logo {
  position: fixed;
  left: 39px;
  top: 36px;
  z-index: 10;
}
header #logo path {
  transition: all 300ms cubic-bezier(0.86, 0, 0.07, 1);
  fill: #444244;
}
header #logo.color path {
  fill: #fff;
}
header #logo.fast path {
  transition: all 0ms cubic-bezier(0.86, 0, 0.07, 1);
}
header #navigation,
header .language {
  float: right;
}
header #navigation > ul,
header .language > ul {
  list-style: none;
}
header #navigation > ul li,
header .language > ul li {
  float: left;
  font-family: 'Volte';
  font-weight: 600;
  font-size: 18px;
  line-height: 54px;
  letter-spacing: 1.11px;
  color: #fff;
  padding: 10px 6px;
  margin: 0 10px;
  position: relative;
}
header #navigation > ul li > a,
header .language > ul li > a {
  text-decoration: none;
  color: inherit;
  font-weight: inherit;
  padding: 10px;
  border-radius: 40px;
  background: rgba(255, 255, 255, 0);
}
header #navigation > ul li > a .icon-list-arrow,
header .language > ul li > a .icon-list-arrow {
  display: none;
}
header #navigation > ul li:hover > a,
header .language > ul li:hover > a {
  background: rgba(255, 255, 255, 0.2);
}
header #navigation > ul li .submenu-container,
header .language > ul li .submenu-container {
  position: absolute;
  right: -200vw;
  width: 600px;
  border-radius: 10px;
  background: #fff;
  padding: 30px;
  opacity: 0;
  top: 70px;
  z-index: 1;
  transition: opacity 300ms cubic-bezier(0.86, 0, 0.07, 1) 0ms;
  box-shadow: 2px 2px 6px 0 rgba(83, 37, 99, 0.33);
}
header #navigation > ul li .submenu-container .submenu-icons,
header .language > ul li .submenu-container .submenu-icons {
  float: left;
  width: 150px;
}
header #navigation > ul li .submenu-container .submenu-icons ul,
header .language > ul li .submenu-container .submenu-icons ul {
  list-style: none;
  width: 100%;
}
header #navigation > ul li .submenu-container .submenu-icons ul li,
header .language > ul li .submenu-container .submenu-icons ul li {
  width: 100%;
  position: relative;
  display: none;
  margin: 0;
}
header #navigation > ul li .submenu-container .submenu-icons ul li:nth-child(1),
header .language > ul li .submenu-container .submenu-icons ul li:nth-child(1) {
  display: block;
}
header #navigation > ul li .submenu-container .submenu-icons ul li img,
header .language > ul li .submenu-container .submenu-icons ul li img {
  max-width: 140px;
  margin: auto;
  display: block;
}
header #navigation > ul li .submenu-container .submenu-box,
header .language > ul li .submenu-container .submenu-box {
  float: left;
  width: calc(100% - 300px);
}
header #navigation > ul li .submenu-container .submenu-box > ul,
header .language > ul li .submenu-container .submenu-box > ul {
  list-style: none;
  width: 100%;
}
header #navigation > ul li .submenu-container .submenu-box > ul li,
header .language > ul li .submenu-container .submenu-box > ul li {
  float: none;
  color: grey;
  line-height: 1em;
  margin: 10px 0;
  padding: 0;
  transition: none !important;
  transition-delay: unset;
  width: 100%;
  font-size: 16px;
}
header #navigation > ul li .submenu-container .submenu-box > ul li a,
header .language > ul li .submenu-container .submenu-box > ul li a {
  padding: 2px 0;
  display: inline-block;
}
header #navigation > ul li .submenu-container .submenu-box > ul li:hover,
header .language > ul li .submenu-container .submenu-box > ul li:hover {
  color: #EB41CB;
  backround: none;
}
header #navigation > ul li .submenu-container .icon-list-arrow,
header .language > ul li .submenu-container .icon-list-arrow {
  display: inline-block;
  font-size: 12px;
}
header #navigation > ul li.hasSubmenu,
header .language > ul li.hasSubmenu {
  margin-right: 0;
}
header #navigation > ul li.hasSubmenu a,
header .language > ul li.hasSubmenu a {
  padding-right: 30px;
}
header #navigation > ul li.hasSubmenu a .icon-list-arrow,
header .language > ul li.hasSubmenu a .icon-list-arrow {
  transform: translateX(-20px) rotate(90deg);
  display: inline-block;
  margin-left: 0px;
  font-size: 14px;
  margin-top: 3px;
  float: right;
  line-height: 50px;
  cursor: pointer;
}
header #navigation > ul li.hasSubmenu ul.subsubmenu,
header .language > ul li.hasSubmenu ul.subsubmenu {
  position: fixed;
  background: #f3f3f3;
  top: 0;
  height: 100%;
  padding: 30px 15px;
  border-radius: 0 10px 10px 0;
  z-index: 0;
  width: 210px;
  transition: all 300ms cubic-bezier(0.86, 0, 0.07, 1) 0ms;
  opacity: 0;
  visibility: hidden;
  margin-left: -20px;
  list-style: none;
}
header #navigation > ul li.hasSubmenu ul.subsubmenu li,
header .language > ul li.hasSubmenu ul.subsubmenu li {
  font-weight: 300;
}
header #navigation > ul li.hasSubmenu ul li:hover ul.subsubmenu,
header .language > ul li.hasSubmenu ul li:hover ul.subsubmenu {
  opacity: 1;
  visibility: visible;
  margin-left: 0;
}
header #navigation > ul li.hasSubmenu:hover .submenu-container,
header .language > ul li.hasSubmenu:hover .submenu-container {
  right: -200px;
  opacity: 1;
}
header .language ul li {
  padding: 10px 0;
  font-weight: 300;
}
header .language ul li.selected {
  text-decoration: underline;
}
header .hamburger {
  position: fixed;
  top: 36px;
  right: 31px;
  z-index: 10;
  padding: 0;
  display: none;
}
@media screen and (max-width: 1240px) {
  header .hamburger {
    display: block;
  }
}
header .hamburger .hamburger-box {
  width: 36px;
}
header .hamburger .hamburger-box .hamburger-inner {
  width: 36px;
  height: 2px;
  background-color: #fff;
  transition: all 300ms cubic-bezier(0.86, 0, 0.07, 1) 0s, background 300ms cubic-bezier(0.86, 0, 0.07, 1) 0s;
}
header .hamburger .hamburger-box .hamburger-inner:before,
header .hamburger .hamburger-box .hamburger-inner:after {
  width: 36px;
  height: 2px;
  background-color: #fff;
  transition: all 300ms cubic-bezier(0.86, 0, 0.07, 1) 0s, background 300ms cubic-bezier(0.86, 0, 0.07, 1) 0s;
}
header .hamburger.fast .hamburger-box .hamburger-inner {
  transition: all 0ms cubic-bezier(0.86, 0, 0.07, 1);
}
header .hamburger.fast .hamburger-box .hamburger-inner:before,
header .hamburger.fast .hamburger-box .hamburger-inner:after {
  transition: all 0ms cubic-bezier(0.86, 0, 0.07, 1);
}
header .hamburger.white .hamburger-box .hamburger-inner {
  background-color: #444244;
}
header .hamburger.white .hamburger-box .hamburger-inner:before,
header .hamburger.white .hamburger-box .hamburger-inner:after {
  background-color: #444244;
}
header.white .inner {
  background: #fff;
}
header.white #navigation ul li,
header.white .language ul li {
  color: #444244;
}
header.white #logo path {
  fill: #444244;
}
header.white .hamburger .hamburger-box .hamburger-inner {
  background-color: #444244;
}
header.white .hamburger .hamburger-box .hamburger-inner:before,
header.white .hamburger .hamburger-box .hamburger-inner:after {
  background-color: #444244;
}
body #menu {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: -100vh;
  left: 0;
  z-index: 9;
  transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1);
  transition-delay: 200ms;
  overflow: hidden;
  display: table;
}
body #menu .menu-bg {
  transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1);
  background: url(../images/menu_bg.png) no-repeat scroll center center transparent;
  background-size: cover;
  position: absolute;
  left: 0;
  top: -100%;
  width: 100%;
  height: 100%;
}
body #menu .menu-inner {
  display: table-cell;
  vertical-align: middle;
  list-style: none;
}
body #menu .menu-inner li {
  margin: auto;
  font-family: 'Volte';
  display: table;
  font-weight: bold;
  font-size: 40px;
  color: #fff;
  letter-spacing: 1.53px;
  text-align: center;
  line-height: 60px;
  margin-top: -100vh;
  transition: all 300ms cubic-bezier(0.86, 0, 0.07, 1);
  transition-delay: 0ms;
  opacity: 0;
  position: relative;
  z-index: 1;
}
body #menu .menu-inner li span {
  position: relative;
}
body #menu .menu-inner li i {
  display: none;
}
body #menu .menu-inner li:nth-child(4) {
  margin-top: 10vh;
}
body #menu .menu-inner li:nth-child(3) {
  margin-top: 20vh;
}
body #menu .menu-inner li:nth-child(2) {
  margin-top: 30vh;
}
body #menu .menu-inner li:nth-child(1) {
  margin-top: -100vh;
}
body #menu .menu-inner li.selected {
  color: #7EFDF1;
}
body #menu .menu-inner li a {
  color: inherit;
  text-decoration: none;
}
body #menu .menu-inner li .submenu-container {
  max-height: 0;
  transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1);
  overflow: hidden;
}
body #menu .menu-inner li .submenu-container .submenu li {
  font-family: 'Volte';
  font-size: 30px;
  letter-spacing: 0.79px;
  text-align: center;
  line-height: 42px;
  font-weight: 500;
  font-style: normal;
}
body #menu .menu-inner li .submenu-container .submenu li:hover {
  font-weight: 600;
  font-style: normal;
}
body #menu .menu-inner li .submenu-container .submenu li.hover i:first-child {
  transform: rotate(270deg);
}
body #menu .menu-inner li.hover .submenu-container {
  max-height: 500px;
}
body #menu .menu-inner li.hasSubmenu i {
  transform: rotate(90deg);
  margin-left: 10px;
  font-size: 0.75em;
  position: absolute;
  top: 0.25em;
  right: -1.25em;
  transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1);
  display: block;
}
body #menu .menu-inner li.hasSubmenu.hover i:first-child {
  transform: rotate(270deg);
}
body #menu .menu-inner li.hasSubmenu ul.subsubmenu {
  position: absolute;
  left: 90%;
  background: white;
  top: 0;
  height: 100%;
  padding: 30px;
  border-radius: 10px;
}
@media screen and (max-width: 1240px) {
  body #menu .menu-inner li.hasSubmenu ul.subsubmenu {
    background: none;
  }
}
body #menu .move {
  position: absolute;
  z-index: -1;
}
body #menu .move .object {
  transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transform: scale(0);
  -webkit-transform: scale(0);
  transition-delay: 0s;
}
body #menu .move.move1 {
  left: 70%;
  top: 0%;
}
body #menu .move.move2 {
  left: 30%;
  top: 15%;
}
body #menu .move.move3 {
  left: 10%;
  top: 50%;
}
body #menu .move.move4 {
  left: 60%;
  top: 10%;
}
body #menu .move.move4 .object {
  transform: scale(0) translateY(-30px);
}
body #menu .move.move5 {
  left: 35%;
  top: 60%;
}
body #menu .move.move5 .object {
  transform: scale(0) rotate(180deg);
}
body #menu .move.move6 {
  left: 60%;
  top: 30%;
}
body #menu .move.move6 .object {
  transform: scale(0) translateY(30px);
}
body #menu .move.move7 {
  left: 30%;
  top: 85%;
}
body #menu .move.move7 .object {
  transform: scale(0) translateY(-50px);
}
body #menu .move.move8 {
  left: 80%;
  top: 65%;
}
body #menu .move.move8 .object {
  transform: scale(0) translateY(-40px);
}
body #menu .move.move9 {
  left: 60%;
  top: 90%;
}
body #menu .move.move9 .object {
  transform: scale(0) translateY(10vh);
}
body #menu .language {
  position: absolute;
  right: 80px;
  top: 32px;
}
body #menu .language .language-bar {
  list-style: none;
}
body #menu .language .language-bar li {
  float: left;
  font-family: 'Volte';
  font-size: 30px;
  color: #FFFFFF;
  letter-spacing: 0.79px;
  line-height: 28px;
  margin-right: 10px;
  text-transform: uppercase;
  font-weight: 500;
  font-style: normal;
}
body #menu .language .language-bar li a {
  text-decoration: none;
  color: #fff;
}
body #menu .language .language-bar li.selected {
  border-bottom: 2px solid #fff;
  font-weight: bold;
}
body.menu-opened .hamburger .hamburger-box .hamburger-inner {
  background: #fff;
  transition: all 300ms cubic-bezier(0.86, 0, 0.07, 1) 0s, background 300ms cubic-bezier(0.86, 0, 0.07, 1) 0s;
}
body.menu-opened .hamburger .hamburger-box .hamburger-inner:before,
body.menu-opened .hamburger .hamburger-box .hamburger-inner:after {
  background: #fff;
  transition: all 300ms cubic-bezier(0.86, 0, 0.07, 1) 0s, background 300ms cubic-bezier(0.86, 0, 0.07, 1) 0s;
}
body.menu-opened #logo path {
  transition: all 300ms cubic-bezier(0.86, 0, 0.07, 1) 0.3s;
  fill: #fff;
}
body.menu-opened #menu {
  top: 0;
  transition-delay: 0ms;
}
body.menu-opened #menu .menu-bg {
  top: 0;
}
body.menu-opened #menu .menu-inner li {
  margin-top: 0;
  opacity: 1;
  transition-delay: 0ms;
}
body.menu-opened #menu .move .object {
  transform: scale(1);
  -webkit-transform: scale(1);
}
body.menu-opened #menu .move.move1 .object {
  transition-delay: 0.05s;
}
body.menu-opened #menu .move.move2 .object {
  transition-delay: 0.15s;
}
body.menu-opened #menu .move.move3 .object {
  transition-delay: 0.14s;
}
body.menu-opened #menu .move.move4 .object {
  transition-delay: 0.15s;
  transform: scale(1) translateY(0);
}
body.menu-opened #menu .move.move5 .object {
  transition-delay: 0.25s;
  transform: scale(1) rotate(0deg);
}
body.menu-opened #menu .move.move6 .object {
  transition-delay: 0.25s;
  transform: scale(1) translateY(0);
}
body.menu-opened #menu .move.move7 .object {
  transition-delay: 0.35s;
  transform: scale(1) translateY(0);
}
body.menu-opened #menu .move.move8 .object {
  transition-delay: 0.05s;
  transform: scale(1) translateY(0);
}
body.menu-opened #menu .move.move9 .object {
  transition-delay: 0.15s;
  transform: scale(1) translateY(0);
}
section {
  background-color: #fff;
  width: 100%;
  position: relative;
  padding: 60px 0;
}
section.pushUp {
  padding-bottom: 120px;
}
section.withGrayBox {
  padding-top: 0px;
  padding-top: 60px;
  overflow: hidden;
}
section.gray {
  background-color: #FAFAFA;
}
section.gray#testimonials-section {
  padding-bottom: 90px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
  z-index: 2;
}
section.vh-section {
  /*height:100vh;*/
  height: 56.25vw;
  min-height: 500px;
  max-height: 100vh;
  overflow: hidden;
}
section.map-section {
  min-height: 900px;
  max-height: 100%;
  height: auto;
}
section.layout-four-columns .card-row .col {
  width: 50%;
}
@media screen and (max-width: 1380px) {
  section.layout-four-columns .card-row .col {
    width: 50%;
  }
}
@media screen and (max-width: 860px) {
  section.layout-four-columns .card-row .col {
    width: 100%;
  }
}
section.layout-four-columns .card-row .col .inner {
  margin: 0 5px;
  background: #FFFFFF;
  box-shadow: 2px 2px 6px 0 rgba(83, 37, 99, 0);
  border-radius: 10px;
  padding: 25px 20px;
  font-size: 16px;
  letter-spacing: 0.21px;
  text-align: left;
  line-height: 24px;
  -webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  overflow: hidden;
}
section.layout-four-columns .card-row .col .inner .svg-animation,
section.layout-four-columns .card-row .col .inner .static-image {
  height: 175px;
}
section.layout-four-columns .card-row .col .inner .svg-animation svg,
section.layout-four-columns .card-row .col .inner .static-image svg {
  width: auto !important;
}
section.layout-four-columns .card-row .col .inner .title {
  font-family: 'Volte Rounded';
  font-weight: 600;
  font-style: normal;
  font-size: 24px;
  color: #532563;
  letter-spacing: 0.01px;
  text-align: left;
  margin-bottom: 15px;
  line-height: 29px;
}
section.layout-four-columns .card-row .col .inner .btn-container {
  margin: 25px 0 10px;
  position: relative;
  height: 50px;
}
section.layout-four-columns .card-row .col .inner .btn-container .btn {
  top: 100px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
section.layout-four-columns .card-row .col:hover .inner {
  box-shadow: 2px 2px 6px 0 rgba(83, 37, 99, 0.33);
}
section.layout-four-columns .card-row .col:hover .inner .btn-container .btn {
  top: 0;
}
section.layout-background-image-with-text {
  background: white;
  padding: 0;
  display: table;
  width: 100%;
}
section.layout-background-image-with-text .bgimage {
  width: 50%;
  display: table-cell;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  vertical-align: middle;
}
section.layout-background-image-with-text .bgimage .inner-text .inner-content {
  display: table-cell;
}
section.layout-background-image-with-text .bgimage .inner-text .inner-content h2 {
  color: #fff;
}
section.layout-background-image-with-text .subpage-block-inner {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
  padding: 100px;
}
section.layout-storytelling {
  background-color: #862186;
  background-image: linear-gradient(90deg, #765AE1 0%, #8756DE 0%, #EB41CB 100%);
  padding: 120px 0 120px;
  overflow: hidden;
}
section.layout-storytelling .container {
  width: 90%;
  max-width: 1480px;
}
section.layout-storytelling .container .text-box {
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0.21px;
  line-height: 24px;
  display: table;
}
section.layout-storytelling .container .text-box .col {
  width: 50%;
  display: table-cell;
  vertical-align: middle;
}
section.layout-storytelling .container .text-box .video-container {
  width: 110%;
  padding-right: 50px;
  display: table;
  margin-left: -10%;
}
section.layout-storytelling .container .text-box .video-container .inner {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
section.layout-storytelling .container .text-box .video-container .inner img {
  width: 100%;
}
section.layout-storytelling .container .text-box .video-container .inner video {
  position: absolute;
  width: 70%;
  height: 85%;
  top: 5.3%;
  left: 22.8%;
}
section.layout-storytelling .container .text-box h4 {
  font-weight: 600;
  font-style: normal;
  font-size: 50px;
  color: #FFFFFF;
  letter-spacing: 0.98px;
  line-height: 60px;
  margin-bottom: 15px;
  position: relative;
  margin-top: 0;
}
section.layout-storytelling .container .text-box h5 {
  font-weight: 300;
  font-style: normal;
  font-size: 36px;
  color: #FFFFFF;
  letter-spacing: 0.66px;
  line-height: 42px;
  margin-bottom: 15px;
  max-width: 600px;
}
section.layout-storytelling .container .text-box ul {
  list-style: none;
  margin-top: 20px;
}
section.layout-storytelling .container .text-box ul li {
  display: block;
  padding-left: 12px;
  font-family: 'Volte Rounded';
  font-weight: 500;
  margin-bottom: 5px;
}
section.layout-storytelling .container .text-box ul li:before {
  content: "\e901";
  font-family: 'digicom';
  font-size: 8px;
  color: #7EFDF1;
  margin-left: -10px;
  position: absolute;
}
section h2 {
  font-weight: bold;
  font-style: normal;
  font-size: 50px;
  color: #532563;
  letter-spacing: 0.98px;
  text-align: center;
  line-height: 66px;
  width: 80%;
  margin: 0 auto;
}
section h2 span {
  font-family: 'Volte Rounded';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  color: #532563;
  letter-spacing: 0.01px;
  text-align: center;
  line-height: 34px;
  display: block;
  margin-top: 25px;
  margin-bottom: 50px;
}
section h3 {
  font-weight: bold;
  font-size: 20px;
  color: #532563;
  letter-spacing: 1.01px;
  text-align: center;
  margin: 0 auto 40px;
  text-transform: uppercase;
  width: 300px;
}
section h3.mb-0 {
  margin-bottom: 0;
}
section.color h3 {
  color: #fff;
}
section h4 {
  font-weight: 600;
  font-style: normal;
  font-size: 50px;
  letter-spacing: 0.98px;
  line-height: 60px;
  margin: 0;
  text-align: left;
}
section.color h4 {
  color: #fff;
  margin-top: 60px;
}
section.header-section {
  display: table;
  width: 100%;
}
section.header-section .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 2;
  display: none;
}
section.header-section .header-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  -webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
section.header-section video {
  position: absolute;
  background-color: white;
  top: 0;
  left: 0;
  width: 100%;
}
section.header-section .container {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
section.header-section .text {
  max-width: 1260px;
  width: 90%;
  margin: auto;
}
section.header-section .text h1 {
  margin: 0;
  font-size: 80px;
  letter-spacing: 1.53px;
  text-align: center;
  line-height: 80px;
  font-weight: 600;
  font-style: normal;
  color: #fff;
  text-transform: uppercase;
}
section.header-section .text span {
  font-weight: normal;
  font-style: normal;
  font-size: 34px;
  color: #FFFFFF;
  letter-spacing: 0.67px;
  text-align: center;
  line-height: 50px;
  display: block;
  text-transform: none;
}
section.header-section .start-scrolling {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
}
section.header-section .start-scrolling span {
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0.03px;
  text-align: center;
  line-height: 30px;
  font-weight: 500;
  font-style: normal;
  display: block;
  color: #fff;
  position: relative;
}
section.header-section .start-scrolling span:before {
  content: '';
  background: url(../images/arrow-down.png) no-repeat scroll center center transparent;
  background-size: contain;
  width: 26px;
  height: 40px;
  position: absolute;
  left: 50%;
  margin-left: -13px;
  bottom: 26px;
  display: block;
}
.container {
  width: 90%;
  margin: auto;
  max-width: 1180px;
  position: relative;
  z-index: 2;
}
ul.float-row {
  width: 100%;
  list-style: none;
}
ul.float-row.smaller {
  width: 90%;
  margin: auto;
}
ul.float-row li.float-cell {
  width: 33.3333%;
  float: left;
  margin-bottom: 60px;
}
ul.float-row li.float-cell:nth-child(3n+1) {
  clear: left;
}
ul.float-row li.float-cell.shadow {
  box-shadow: 2px 2px 6px 0 transparent;
  border-radius: 10px;
  overflow: hidden;
  -webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
ul.float-row li.float-cell.shadow:hover {
  box-shadow: 2px 2px 6px 0 rgba(83, 37, 99, 0.33);
}
ul.float-row li.float-cell .svg-animation,
ul.float-row li.float-cell .static-image {
  height: 145px;
  position: relative;
}
ul.float-row li.float-cell .svg-animation svg,
ul.float-row li.float-cell .static-image svg {
  width: auto !important;
}
ul.float-row li.float-cell.big {
  padding: 25px 20px;
  margin-bottom: 0;
}
ul.float-row li.float-cell.big .svg-animation,
ul.float-row li.float-cell.big .static-image {
  height: 220px;
}
ul.float-row li.float-cell .text {
  width: 80%;
  font-size: 16px;
  letter-spacing: 0.21px;
  line-height: 24px;
}
ul.float-row li.float-cell .text.centered {
  text-align: center;
  margin: auto;
}
ul.float-row li.float-cell .text .title {
  font-family: 'Volte Rounded';
  font-size: 24px;
  color: #532563;
  letter-spacing: 0.01px;
  line-height: 29px;
  margin: 10px 0;
  font-weight: 600;
  font-style: normal;
  width: 150px;
}
ul.float-row li.float-cell .text .title.big {
  font-size: 50px;
  line-height: 54px;
  letter-spacing: 0.98px;
  margin: 30px auto;
  font-family: 'Volte';
  font-weight: bold;
  text-transform: uppercase;
  width: auto;
}
ul.float-row li.float-cell .text .title.big span {
  display: block;
}
ul.float-row li.float-cell.centered {
  text-align: center;
}
ul.float-row li.float-cell.centered .text {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}
ul.float-row li.float-cell.centered .text .title {
  margin-left: auto;
  margin-right: auto;
}
ul.float-row li.float-cell .btn-container {
  margin: 25px 0 10px;
  position: relative;
  height: 50px;
}
ul.float-row li.float-cell .btn-container .btn {
  top: 100px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
ul.float-row li.float-cell:hover .btn-container .btn {
  top: 0;
}
.slider-container {
  width: 100%;
  position: relative;
}
.slider-container .inner {
  width: 80%;
  margin: auto;
  position: relative;
  overflow: hidden;
}
.slider-container .inner .slider {
  list-style: none;
  width: 10000%;
}
.slider-container .inner .slider li {
  width: 0.2%;
  float: left;
  padding: 0 40px;
  position: relative;
}
.slider-container .inner .slider li.colorful .overlay {
  background-image: linear-gradient(180deg, #765AE1 0%, #8756DE 0%, #EB41CB 100%);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: lighten;
  z-index: 1;
}
.slider-container .inner .slider li img {
  max-width: 90%;
  max-height: 100%;
  display: table;
  margin: auto;
}
.slider-container .inner .sub-slider {
  width: 10000%;
  list-style: none;
}
.slider-container .inner .sub-slider li {
  position: relative;
  width: 1%;
  float: left;
  opacity: 0;
  -webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.slider-container .inner .sub-slider li.selected {
  opacity: 1;
}
.quote {
  width: 40%;
  margin: 100px auto 0px;
  position: relative;
  text-align: center;
  font-size: 22px;
  color: #444244;
  letter-spacing: 0.29px;
  line-height: 29px;
}
.quote:before,
.quote:after {
  content: '';
  background: url(../images/quote.png) no-repeat scroll center center transparent;
  background-size: contain;
  position: absolute;
  width: 77px;
  height: 66px;
}
.quote:before {
  left: -100px;
  top: -40px;
}
.quote:after {
  right: -100px;
  bottom: 55px;
  transform: rotate(180deg);
}
.quote .person {
  width: auto;
  display: table;
  margin: 40px auto;
}
.quote .person .avatar {
  background-image: linear-gradient(180deg, #765AE1 0%, #8756DE 0%, #EB41CB 100%);
  border-radius: 50%;
  width: 46px;
  height: 46px;
  margin-right: 15px;
  float: left;
  position: relative;
}
.quote .person .avatar .avatar-image {
  left: 2px;
  top: 2px;
  right: 2px;
  bottom: 2px;
  border-radius: 50%;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.quote .person .name {
  float: left;
  font-size: 16px;
  color: #444244;
  letter-spacing: 0.13px;
  line-height: 24px;
  text-align: left;
}
.quote .person .name span {
  font-family: 'Volte Rounded';
  font-weight: bold;
  font-size: 20px;
  color: #532563;
  letter-spacing: 0.21px;
  display: block;
}
.graybox {
  width: 100%;
  display: table;
}
.graybox .col {
  display: table-cell;
  vertical-align: middle;
  width: auto;
  font-size: 16px;
  color: #532563;
  letter-spacing: 0.21px;
}
.graybox .col:nth-child(1) {
  padding-right: 20px;
}
.graybox .col img {
  float: left;
  height: 100%;
  margin-right: 15px;
  margin-top: 10px;
}
.graybox .col label {
  display: block;
  font-family: 'Volte';
  font-size: 16px;
  color: #444244;
  letter-spacing: 0.21px;
  line-height: 24px;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
}
.graybox .col a {
  text-decoration: underline;
  color: inherit;
}
.graybox .col a.btn {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  margin: auto;
  display: block;
  padding: 0 25px;
  border-radius: 30px;
}
.arrows .arrow {
  position: absolute;
  width: 40px;
  height: 40px;
  transform: translateY(-50%);
  top: 50%;
  text-decoration: none;
}
.arrows .arrow i {
  font-size: 40px;
  color: #444244;
  opacity: 0.7;
  -webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.arrows .arrow:hover i {
  opacity: 1;
}
.arrows .arrow.arrow-left {
  left: 60px;
}
.arrows .arrow.arrow-right {
  right: 60px;
}
.row {
  width: 100%;
}
.row .col {
  float: left;
}
.row .col.col-33 {
  width: 33.3333%;
}
.row .col.col-25 {
  width: 25%;
}
.row .col.col-50 {
  width: 50%;
}
.btn-container.centered {
  text-align: center;
}
.btn {
  border-radius: 3px;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.2px;
  text-align: center;
  text-decoration: none;
  height: 50px;
  line-height: 50px;
  padding: 0 25px;
  text-transform: uppercase;
  display: inline-block;
  -webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.btn.btn-primary {
  background-image: linear-gradient(-269deg, #765AE1 0%, #8756DE 0%, #EB41CB 50%);
  background-size: 200% auto;
  color: #fff;
}
.btn.btn-primary:hover {
  background-position: right center;
}
.btn.btn-small {
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  float: left;
  padding: 0 15px;
  margin: 0 5px;
  width: calc(33.3333% - 10px);
}
.map-container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.map-container #map {
  width: 100%;
  height: 100%;
  background: url(../images/map.png) no-repeat scroll center center #f7f7f7;
}
.services-body .columns {
  width: 100%;
}
.services-body .columns .column {
  width: 50%;
  display: table;
  float: left;
}
.services-body .columns .column .svg-animation,
.services-body .columns .column .static-image {
  /*display:table-cell;
                vertical-align:top;*/
  float: left;
  height: 175px;
}
.services-body .columns .column .svg-animation svg,
.services-body .columns .column .static-image svg {
  width: auto !important;
}
.services-body .columns .column .text {
  display: table-cell;
  vertical-align: top;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0.11px;
  line-height: 24px;
  padding-right: 50px;
}
.services-body .columns .column .text h5 {
  font-size: 24px;
  color: #FFFFFF;
  letter-spacing: 0.31px;
  line-height: 29px;
  font-weight: 600;
  font-style: normal;
  margin-bottom: 20px;
  width: 80%;
}
/* SITE BOTTOM */
.footer {
  width: 100%;
  padding: 40px 0;
  background-color: #862186;
  background-image: linear-gradient(90deg, #765AE1 0%, #8756DE 0%, #EB41CB 100%);
  background-repeat: no-repeat;
  position: relative;
  color: #fff;
}
.footer .footer-row {
  width: 100%;
  margin-bottom: 60px;
}
.footer .footer-row .footer-col {
  width: 25%;
  float: left;
  padding: 0 15px;
  letter-spacing: 0.21px;
  line-height: 22px;
}
.footer .footer-row .footer-col ul {
  list-style: none;
}
.footer .footer-row .footer-col ul li {
  display: block;
  margin-bottom: 10px;
  padding-left: 12px;
}
.footer .footer-row .footer-col ul li:before {
  content: "\e901";
  font-family: 'digicom';
  font-size: 8px;
  color: #7EFDF1;
  margin-left: -10px;
  position: absolute;
}
.footer .footer-row .footer-col ul li a {
  color: inherit;
  text-decoration: none;
}
.footer .footer-row .footer-col ul li a img {
  width: 24px;
}
.footer .footer-row .footer-col ul.socials li {
  float: left;
  margin-right: 10px;
  padding-left: 0;
}
.footer .footer-row .footer-col ul.socials li:before {
  display: none;
}
.footer .footer-row .footer-col .title {
  font-family: 'Volte Rounded';
  font-size: 24px;
  letter-spacing: 0.01px;
  margin-bottom: 20px;
  font-weight: 600;
  font-style: normal;
}
.footer .footer-bottom {
  padding: 0 10px;
  width: auto;
  margin: auto;
  display: table;
}
.footer .footer-bottom .created {
  margin-left: 10px;
}
.footer .footer-bottom img {
  float: right;
  margin-left: 10px;
  margin-top: -5px;
}
.contact-boxes {
  position: absolute;
  right: 0;
}
.contact-box {
  background: #FFFFFF;
  box-shadow: 2px 2px 6px 0 rgba(83, 37, 99, 0.33);
  border-radius: 10px;
  padding: 30px 20px;
  width: 90%;
  max-width: 1260px;
}
.contact-box .col {
  width: 100%;
  margin-bottom: 30px;
  float: left;
}
.contact-box .col img {
  float: left;
  margin-right: 15px;
  margin-bottom: 30px;
}
.contact-box .col label {
  font-size: 20px;
  color: #444244;
  letter-spacing: 0.31px;
  font-weight: 600;
  font-style: normal;
  display: block;
  line-height: 1em;
  text-transform: uppercase;
}
.contact-box .col a:not(.btn) {
  color: #532563;
  letter-spacing: 0.31px;
  text-decoration: underline;
}
.contact-box .col span {
  font-size: 18px;
  color: #532563;
  letter-spacing: 0.18px;
  line-height: 30px;
}
.contact-box .title {
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
  width: 80%;
  margin: 0 auto 0;
  font-size: 78px;
  line-height: 85px;
  color: #532563;
  letter-spacing: 1.53px;
  text-align: center;
}
@media screen and (max-width: 1380px) {
  .contact-box .title {
    font-size: 50px;
    line-height: 1.25em;
  }
}
@media screen and (max-width: 760px) {
  .contact-box .title {
    font-size: 32px;
  }
}
@media screen and (max-width: 460px) {
  .contact-box .title {
    font-size: 24px;
  }
}
.contact-box .subtitle {
  font-family: 'Volte';
  font-weight: normal;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0.01px;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 1380px) {
  .contact-box .subtitle {
    font-size: 20px;
    line-height: 1.25em;
  }
}
@media screen and (max-width: 460px) {
  .contact-box .subtitle {
    font-size: 16px;
  }
}
.contact-box .form-group {
  width: 100%;
  margin-bottom: 10px;
}
.contact-box .form-group.form-group-50 {
  float: left;
  width: 50%;
  padding-right: 5px;
}
.contact-box .form-group.form-group-50.right {
  padding-right: 0;
  padding-left: 5px;
  clear: right;
}
.contact-box .form-group input,
.contact-box .form-group textarea {
  background: #F6F6F6;
  border: none;
  border-radius: 0;
  min-height: 40px;
  padding: 0 10px;
  font-size: 16px;
  color: rgba(68, 66, 68, 0.48);
  letter-spacing: 0.11px;
  width: 100%;
  resize: none;
}
.contact-box .form-group select {
  width: 100%;
  background: #F6F6F6;
  border: none;
  border-radius: 0;
  min-height: 40px;
  padding: 0 10px;
  font-size: 16px;
  color: rgba(68, 66, 68, 0.48);
  letter-spacing: 0.11px;
  resize: none;
}
.contact-box .form-group .select2-container--default .select2-selection--single {
  background: #FFFFFF;
  border: 1px solid #532563;
  min-height: 40px;
  font-size: 16px;
  border-radius: 0;
  padding: 0;
}
.contact-box .form-group .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px;
}
.contact-box .form-group .select2-container--default .select2-selection--single .select2-selection__arrow {
  font-family: 'Digicom';
}
.contact-box .form-group .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 40px;
  font-family: 'Volte';
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  color: #532563;
  letter-spacing: 0.11px;
  padding-right: 50px;
}
.contact-box .form-group .select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}
.contact-box .form-group .select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 30px;
}
.contact-box .form-group .select2-container--default .select2-selection--single .select2-selection__arrow:after {
  content: "\e902";
  transform: rotate(90deg);
  position: absolute;
  line-height: 38px;
  color: #532563;
  font-size: 20px;
}
.contact-box .form-group .select2-container--default .select2-results > .select2-results__options {
  max-height: 300px;
}
.contact-box .form-group textarea {
  padding: 10px;
  height: 70px;
}
.contact-box .btn-container {
  margin-top: 10px;
}
.contact-box .contact-row {
  width: 100%;
  padding: 10px;
}
.contact-box .contact-row img {
  float: left;
  margin-right: 20px;
  width: 28px;
}
.contact-box .contact-row .text {
  float: left;
  font-size: 16px;
  letter-spacing: 0.21px;
  line-height: 24px;
  text-align: left;
  width: calc(100% - 48px);
}
.contact-box .contact-row .text a {
  color: #EB41CB;
}
.contact-box .contact-row .text .title {
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  letter-spacing: 0.21px;
  line-height: 24px;
  margin-bottom: 0;
  text-align: left;
  margin-left: 0;
}
.contact-boxes .contact-box {
  padding: 20px;
  margin-bottom: 20px;
}
.contact-boxes .contact-box .contact-row .text .title {
  margin: 0;
}
.noise {
  position: absolute !important;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../images/noise.png) scroll center center transparent;
  mix-blend-mode: multiply;
}
.movings {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.movings .move {
  position: absolute;
  animation: float 6s ease-in-out infinite;
}
.movings .move.rotate {
  animation: floatr 6s ease-in-out infinite;
}
.movings .move.move1 {
  left: 70%;
  top: 0%;
}
.movings .move.move1 .object {
  transition-delay: 0.05s;
}
.movings .move.move2 {
  left: 30%;
  top: 15%;
}
.movings .move.move2 .object {
  transition-delay: 0.15s;
}
.movings .move.move3 {
  left: 10%;
  top: 50%;
}
.movings .move.move3 .object {
  transition-delay: 0.14s;
}
.movings .move.move4 {
  left: 60%;
  top: 10%;
}
.movings .move.move4 .object {
  transition-delay: 0.15s;
  transform: scale(1) translateY(0);
}
.movings .move.move5 {
  left: 35%;
  top: 60%;
}
.movings .move.move5 .object {
  transition-delay: 0.25s;
  transform: scale(1) rotate(0deg);
}
.movings .move.move6 {
  left: 60%;
  top: 30%;
}
.movings .move.move6 .object {
  transition-delay: 0.25s;
  transform: scale(1) translateY(0);
}
.movings .move.move7 {
  left: 30%;
  top: 85%;
}
.movings .move.move7 .object {
  transition-delay: 0.35s;
  transform: scale(1) translateY(0);
}
.movings .move.move8 {
  left: 80%;
  top: 65%;
}
.movings .move.move8 .object {
  transition-delay: 0.05s;
  transform: scale(1) translateY(0);
}
.movings .move.move9 {
  left: 60%;
  top: 90%;
}
.movings .move.move9 .object {
  transition-delay: 0.15s;
  transform: scale(1) translateY(0);
}
.popup {
  position: fixed;
  left: -9999px;
  top: 0;
  width: 100vw;
  height: 100vh;
  padding-top: 30px;
  z-index: 100;
  overflow-y: auto;
  -webkit-transition: left 0ms cubic-bezier(0.645, 0.045, 0.355, 1) 600ms;
  transition: left 0ms cubic-bezier(0.645, 0.045, 0.355, 1) 600ms;
}
.popup .popup-bg {
  background: rgba(0, 0, 0, 0);
  position: fixed;
  top: -100vh;
  height: 100vh;
  width: 100vw;
  left: 0;
  -webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}
.popup .popup-inner {
  width: 90%;
  margin: auto;
  max-width: 1260px;
  background: #FFFFFF;
  box-shadow: 2px 2px 6px 0 rgba(83, 37, 99, 0.33);
  border-radius: 10px;
  position: relative;
  z-index: 101;
  margin-bottom: 300px;
  transform: translateY(100vh);
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1) 0ms;
  transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1) 0ms;
}
.popup .popup-inner .close {
  position: absolute;
  right: 35px;
  top: 35px;
  font-size: 20px;
  z-index: 1;
  color: #401B4D;
  text-decoration: none;
}
.popup .popup-inner .popup-header {
  display: table;
  height: 400px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.popup .popup-inner .popup-header .header-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #401B4D;
  opacity: 0.4;
  z-index: 1;
}
.popup .popup-inner .popup-header .title {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  font-weight: 600;
  font-style: normal;
  font-size: 78px;
  color: #FFFFFF;
  letter-spacing: 1.53px;
  text-align: center;
  line-height: 85px;
  text-transform: uppercase;
  z-index: 2;
  position: relative;
}
.popup .popup-inner .popup-content {
  padding: 20px 0 0;
  /*h2{
                font-size:40px;
                font-weight: 600;
                font-style:normal;
                color: #532563;
                letter-spacing: 1.01px;
                text-align: center;
                margin:0 auto 0px;
                max-width:600px;
            }*/
}
.popup .popup-inner .popup-content section {
  padding-left: 0px;
  padding-right: 0px;
}
.popup .popup-inner .popup-content h2 {
  max-width: unset;
  margin: 0;
  color: #EB41CB;
  line-height: 1em;
}
.popup .popup-inner .popup-content h6 {
  margin-bottom: 10px;
  margin-top: 0;
}
.popup .popup-inner .popup-content h3 {
  font-weight: bold;
  font-size: 20px;
  color: #532563;
  letter-spacing: 1.01px;
  text-align: center;
  margin: 0 auto 40px;
  text-transform: uppercase;
  width: 300px;
}
.popup .popup-inner .popup-content .results {
  width: 100%;
  padding: 0;
}
.popup .popup-inner .popup-content .results .result {
  float: left;
  width: auto;
  text-align: center;
  padding: 10px;
  margin: 5px;
  font-size: 14px;
  color: #444244;
  letter-spacing: 0.21px;
  line-height: 24px;
  border: 1px solid lightgrey;
  box-shadow: 2px 2px 6px 0 rgba(83, 37, 99, 0.13);
  border-radius: 8px;
}
.popup .popup-inner .popup-content .results .result label {
  font-family: 'Volte Rounded';
  font-weight: 600;
  font-size: 14px;
  color: #532563;
  letter-spacing: 0.5px;
  text-align: center;
  line-height: 16px;
  margin-bottom: 10px;
  display: block;
}
.popup .popup-inner .popup-content .results .result span {
  color: #EB41CB;
  font-size: 20px;
  font-family: 'Volte';
  font-weight: bold;
  margin-bottom: 10px;
}
.popup .popup-inner .popup-content .withGrayBox {
  padding-bottom: 0;
  height: 140px;
}
.popup .popup-inner .popup-content .quote {
  width: 90%;
  max-width: 660px;
}
.popup .popup-inner .popup-content .table {
  width: 100%;
  padding: 0 30px;
}
.popup .popup-inner .popup-content .table .table-cell {
  width: 50%;
  vertical-align: top;
}
.popup .popup-inner .popup-content .table .table-cell:nth-child(1) {
  padding-right: 30px;
  width: 30%;
}
.popup .popup-inner .popup-content .table .table-cell:nth-child(2) {
  padding-left: 30px;
  width: 70%;
}
.popup .popup-inner .popup-content .table .table-cell .image-slider .inner {
  margin-bottom: 20px;
  width: 100%;
}
.popup .popup-inner .popup-content .table .table-cell .image-slider .inner .slider li {
  width: 1%;
  padding: 0;
}
.popup .popup-inner .popup-content .table .table-cell .image-slider .inner .slider li img {
  max-width: 100%;
}
.popup .popup-inner .popup-content .table .table-cell .image-slider .inner .slider li iframe {
  width: 100%;
}
.popup .popup-inner .popup-content .table .table-cell .image-slider .inner .slider li video {
  width: 100%;
  height: auto;
  margin: auto;
}
.popup .popup-inner .popup-content .table .table-cell .image-slider .inner .slider li #player {
  width: 100%;
  max-width: unset;
  height: unset;
}
.popup .popup-inner .popup-content .text-content {
  color: #444244;
  letter-spacing: 0.21px;
  line-height: 24px;
}
.popup .popup-inner .popup-content .text-content h4 {
  font-family: 'Volte Rounded';
  font-weight: 600;
  font-style: normal;
  font-size: 24px;
  color: #532563;
  letter-spacing: 0.01px;
  margin-bottom: 10px;
}
.popup .popup-inner .popup-content .text-content ul {
  width: 100%;
  list-style: none;
}
.popup .popup-inner .popup-content .text-content ul li {
  padding-left: 30px;
  position: relative;
}
.popup .popup-inner .popup-content .text-content ul li:before {
  left: 0px;
  position: absolute;
  content: "\e900";
  font-family: 'digicom';
  background: none;
  top: 0px;
  color: #EB41CB;
  font-size: 14px;
}
.popup .popup-inner .popup-content .popup-bottom {
  width: 100%;
  padding: 20px;
  background-image: linear-gradient(-90deg, #765AE1 0%, #8756DE 0%, #EB41CB 100%);
}
.popup .popup-inner .popup-content .popup-bottom .btn.btn-contact {
  background: #fff;
  color: black;
  font-family: 'Volte Rounded';
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  color: #765AE1;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  padding: 15px 25px 15px 15px;
  border-radius: 30px;
  height: 48px;
  line-height: 18px;
  float: right;
  white-space: nowrap;
  position: relative;
}
.popup .popup-inner .popup-content .popup-bottom .btn.btn-contact i {
  font-size: 13px;
}
.popup .popup-inner .popup-content .popup-bottom .footer-text {
  color: #fff;
  font-weight: bold;
  font-size: 32px;
  line-height: 48px;
  float: left;
}
body.popup-loaded {
  height: 100vh;
  overflow: hidden;
}
.popup.opened {
  left: 0;
}
.popup.opened .popup-bg {
  top: 0;
  background: rgba(0, 0, 0, 0.6);
}
.popup.opened .popup-inner {
  transform: translateY(0vh);
  opacity: 1;
  -webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1) 500ms;
  transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1) 500ms;
}
.dotstyle {
  display: table;
  margin: auto;
}
.dotstyle ul {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  cursor: default;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.dotstyle ul li {
  position: relative;
  display: block;
  float: left;
  margin: 0 5px;
  width: 14px;
  height: 14px;
  cursor: pointer;
}
.dotstyle ul li a {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  outline: none;
  border-radius: 50%;
  background-color: #D8D8D8;
  text-indent: -999em;
  /* make the text accessible to screen readers */
  cursor: pointer;
  position: absolute;
}
.dotstyle ul li a:focus {
  outline: none;
}
.dotstyle-fall li::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  left: 0;
  background-color: #532563;
  border-radius: 50%;
  -webkit-transform: translateY(-200%);
  transform: translateY(-200%);
  -webkit-transition: -webkit-transform 0.3s ease, opacity 0.3s ease, visibility 0s 0.3s;
  transition: transform 0.3s ease, opacity 0.3s ease, visibility 0s 0.3s;
}
.dotstyle-fall li a {
  -webkit-transition: -webkit-transform 0.3s ease, opacity 0.3s ease, background-color 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, background-color 0.3s ease;
}
.dotstyle-fall li:hover a,
.dotstyle-fall li a:focus,
.dotstyle-fall li.current a {
  background-color: #D8D8D8;
}
.dotstyle-fall li.current::after {
  opacity: 1;
  visibility: visible;
  -webkit-transition: -webkit-transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}
.dotstyle-fall li.current a {
  opacity: 0;
  -webkit-transform: translateY(200%);
  transform: translateY(200%);
}
.invalid {
  border: 2px solid #EB41CB !important;
}
.floating-contact {
  position: fixed;
  z-index: 10;
  right: 30px;
  bottom: 30px;
  height: 110px;
}
.floating-contact .inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  display: none;
}
.floating-contact .bg {
  position: fixed;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  top: -100vh;
  opacity: 0;
  -webkit-transition: opacity 600ms cubic-bezier(0.645, 0.045, 0.355, 1) 0ms;
  transition: opacity 600ms cubic-bezier(0.645, 0.045, 0.355, 1) 0ms;
}
.floating-contact .close,
.floating-contact .floating-close {
  background-image: linear-gradient(-90deg, #765AE1 0%, #8756DE 0%, #EB41CB 100%);
  text-align: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  text-decoration: none;
  color: #fff;
  display: inline-block;
  line-height: 60px;
  position: relative;
  float: left;
  margin-top: 30px;
  opacity: 0;
  -webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1) 300ms, opacity 300ms cubic-bezier(0.645, 0.045, 0.355, 1) 0ms;
  transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1) 300ms, opacity 300ms cubic-bezier(0.645, 0.045, 0.355, 1) 0ms;
}
.floating-contact .close i,
.floating-contact .floating-close i {
  font-size: 20px;
}
.floating-contact .floating-close {
  position: absolute;
  right: -25px;
  top: -50px;
  opacity: 1;
}
.floating-contact .graybox .col a.btn.btn-message-us {
  padding: 0;
}
.floating-contact .graybox .col a.btn.btn-message-us.short-btn {
  display: none;
  width: 40px;
  height: 40px;
  line-height: 42px;
  margin: 0;
}
.floating-contact .graybox .col a.btn.btn-message-us.short-btn i {
  transform: rotate(-90deg);
  display: inline-block;
}
.floating-contact .opened-content {
  opacity: 0;
  -webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1) 0ms;
  transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1) 0ms;
}
.floating-contact.opened .opened-content {
  margin-right: 0;
}
.floating-contact.opened .close {
  opacity: 1;
  -webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1) 0ms, opacity 600ms cubic-bezier(0.645, 0.045, 0.355, 1) 300ms;
  transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1) 0ms, opacity 600ms cubic-bezier(0.645, 0.045, 0.355, 1) 300ms;
}
.floating-contact .contact-row {
  background: #FAFAFA;
  box-shadow: 2px 2px 6px 0 rgba(83, 37, 99, 0.33);
  height: 110px;
  border-radius: 90px;
  float: left;
  margin-left: 25px;
  padding: 32px;
  width: 790px;
}
.floating-contact .contact-box {
  position: absolute;
  left: 50%;
  top: -100vh;
  transform: translateX(-50%);
  height: auto;
  -webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1) 0ms;
  transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1) 0ms;
  opacity: 0;
  padding: 35px 140px;
}
@media screen and (max-width: 1380px) {
  .floating-contact .contact-box {
    padding: 35px 50px;
  }
}
@media screen and (max-width: 460px) {
  .floating-contact .contact-box {
    padding: 35px 20px;
  }
}
.floating-contact .contact-box .col {
  padding-right: 40px;
}
@media screen and (max-width: 960px) {
  .floating-contact .contact-box .col {
    width: 100%;
    padding: 0;
    float: none;
  }
}
.floating-contact .contact-box .col.map-col {
  padding-left: 0px;
  padding-right: 0;
}
@media screen and (max-width: 960px) {
  .floating-contact .contact-box .col.map-col {
    padding-left: 0;
  }
}
.floating-contact .contact-box .col.map-col img {
  width: 130px;
  margin: auto;
  display: block;
  float: none;
}
.floating-contact .contact-box .map-container {
  width: 100%;
  padding-top: 46%;
  position: relative;
}
.floating-contact .contact-box .map-container #map {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-size: 300%;
}
.floating-contact .contact-box .form-group textarea {
  height: 240px;
}
.floating-contact.show .btn.btn-contact {
  right: -500px;
}
.floating-contact.show .inner {
  display: block;
}
.floating-contact.show .bg {
  top: 0;
  opacity: 1;
}
.floating-contact.show .opened-content {
  opacity: 1;
}
.floating-contact.show .contact-box {
  opacity: 1;
  top: 100px;
}
.floating-contact.show .close {
  opacity: 0;
}
.layout-case-studies .cs-menu {
  width: 25%;
  float: left;
  position: relative;
  margin-top: 50px;
}
@media screen and (max-width: 960px) {
  .layout-case-studies .cs-menu {
    width: 33.3333%;
  }
}
@media screen and (max-width: 760px) {
  .layout-case-studies .cs-menu {
    width: 100%;
    float: none;
  }
}
.layout-case-studies .cs-menu .cs-menu-inner {
  width: calc(100% - 20px);
  overflow: hidden;
  padding: 20px;
  border-radius: 8px;
  background: #efefef;
  height: 100%;
}
.layout-case-studies .cs-menu ul {
  list-style: none;
  width: 100%;
}
.layout-case-studies .cs-menu ul li {
  width: 100%;
  font-size: 20px;
  line-height: 32px;
  text-align: left;
  color: #532563;
  cursor: pointer;
  transition: 300ms all ease-in-out;
  padding: 0 20px 0 0;
}
.layout-case-studies .cs-menu ul li.selected {
  color: #EB41CB;
}
@media screen and (max-width: 760px) {
  .layout-case-studies .cs-menu ul li {
    text-align: center;
    display: none;
  }
  .layout-case-studies .cs-menu ul li.selected {
    display: block;
  }
  .layout-case-studies .cs-menu ul li.selected:after {
    font-family: 'digicom';
    font-size: 16px;
    content: "\e902";
    transform: rotate(90deg);
    transition: 300ms all ease-in-out;
    display: inline-block;
    position: relative;
    margin-left: 10px;
  }
}
@media screen and (max-width: 760px) {
  .layout-case-studies .cs-menu.opened ul li {
    display: block;
  }
  .layout-case-studies .cs-menu.opened ul li.selected:after {
    transform: rotate(270deg);
  }
}
.layout-case-studies .cs-content {
  width: 75%;
  float: left;
  overflow: auto;
  margin-bottom: 50px;
  margin-top: 50px;
  display: flex;
  border-radius: 10px;
  border: 1px solid #efefef;
}
.layout-case-studies .cs-content.no-menu {
  width: 100%;
}
@media screen and (max-width: 960px) {
  .layout-case-studies .cs-content {
    width: 66.666%;
  }
}
@media screen and (max-width: 760px) {
  .layout-case-studies .cs-content {
    width: 100%;
    float: none;
  }
}
.layout-case-studies .cs-content > ul {
  width: 10000%;
  list-style: none;
}
.layout-case-studies .cs-content > ul > li {
  width: 1%;
  float: left;
  opacity: 0;
  transition: 300ms all ease-in-out;
  display: none;
}
.layout-case-studies .cs-content > ul > li.selected {
  opacity: 1;
  display: block;
}
.layout-case-studies .cs-content > ul > li ul {
  width: auto;
  list-style: none;
  display: inline-flex;
}
.layout-case-studies .cs-content > ul > li ul li {
  float: left;
  width: 280px;
  padding: 10px;
}
.layout-case-studies .cs-content > ul > li ul li .cs-block {
  width: 100%;
  padding-top: 200%;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.layout-case-studies .cs-content > ul > li ul li .cs-block .cs-block-inner {
  width: 100%;
  height: 100%;
  text-align: center;
  background: #EFEFEF;
  position: absolute;
  top: 0;
  left: 0;
}
.layout-case-studies .cs-content > ul > li ul li .cs-block .cs-block-inner .socials {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
}
.layout-case-studies .cs-content > ul > li ul li .cs-block .cs-block-inner .socials img {
  width: 20px;
  float: left;
  margin-right: 4px;
}
.layout-case-studies .cs-content > ul > li ul li .cs-block .cs-block-inner .overlay {
  background-color: rgba(0, 0, 0, 0.4);
  background-image: linear-gradient(180deg, #e742cb 0%, #5d5ae5 100%);
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  z-index: 1;
  opacity: 0;
  transition: 300ms opacity ease-in-out;
  border-radius: 10px;
}
.layout-case-studies .cs-content > ul > li ul li .cs-block .cs-block-inner:hover .overlay {
  opacity: 1;
  background-position: center top;
  background-color: rgba(0, 0, 0, 0);
}
.layout-case-studies .cs-content > ul > li ul li .cs-block .cs-block-inner .text {
  text-align: center;
  padding: 20px;
  color: #fff;
  position: absolute;
  width: 100%;
  bottom: 0px;
  z-index: 2;
  left: 0;
}
.layout-case-studies .cs-content > ul > li ul li .cs-block .cs-block-inner .text img {
  max-width: 90%;
  display: block;
  margin: 0 auto 10px;
  filter: brightness(0) invert(1);
}
.layout-case-studies .cs-content > ul > li ul li .cs-block .img {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  overflow: hidden;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
}
.layout-case-studies .cs-content > ul > li ul li .cs-block .img img {
  width: 70%;
  margin: auto;
}
.layout-case-studies .arrows {
  display: none;
}
.layout-case-studies.scrollable .arrows {
  display: block;
}
.layout-case-studies.scrollable .arrows .arrow-left {
  left: 0;
}
.layout-case-studies.scrollable .arrows .arrow-right {
  right: -18px;
}
.layout-case-studies.scrollable .cs-menu .cs-menu-inner {
  width: calc(100% - 100px);
  margin: auto;
}
.layout-references .cs-menu {
  width: 100%;
  margin-top: 50px;
  position: relative;
}
.layout-references .cs-menu .cs-menu-inner {
  width: 100%;
  overflow: hidden;
}
.layout-references .cs-menu ul {
  list-style: none;
  width: 10000%;
}
.layout-references .cs-menu ul li {
  width: calc(1% / 6);
  float: left;
  font-size: 20px;
  line-height: 22px;
  text-align: center;
  color: #532563;
  cursor: pointer;
  transition: 300ms all ease-in-out;
  padding: 0 20px;
}
.layout-references .cs-menu ul li.selected {
  color: #EB41CB;
}
@media screen and (max-width: 1240px) {
  .layout-references .cs-menu ul li {
    width: calc(1% / 5);
  }
}
@media screen and (max-width: 1140px) {
  .layout-references .cs-menu ul li {
    width: calc(1% / 4);
  }
}
@media screen and (max-width: 960px) {
  .layout-references .cs-menu ul li {
    width: calc(1% / 3);
  }
}
@media screen and (max-width: 760px) {
  .layout-references .cs-menu ul li {
    width: calc(1% / 2);
  }
}
@media screen and (max-width: 460px) {
  .layout-references .cs-menu ul li {
    width: 1%;
  }
}
.layout-references .cs-content {
  width: 100%;
  overflow: hidden;
  margin-top: 30px;
  margin-bottom: 30px;
}
.layout-references .cs-content > ul {
  width: 10000%;
  list-style: none;
}
.layout-references .cs-content > ul > li {
  width: 1%;
  float: left;
  opacity: 0;
  transition: 300ms all ease-in-out;
}
.layout-references .cs-content > ul > li.selected {
  opacity: 1;
}
.layout-references .cs-content > ul > li ul {
  width: 100%;
  list-style: none;
}
.layout-references .cs-content > ul > li ul li {
  float: left;
  width: 20%;
  padding: 10px;
}
@media screen and (max-width: 960px) {
  .layout-references .cs-content > ul > li ul li {
    width: 25%;
  }
}
@media screen and (max-width: 760px) {
  .layout-references .cs-content > ul > li ul li {
    width: 33.3333%;
  }
}
@media screen and (max-width: 560px) {
  .layout-references .cs-content > ul > li ul li {
    width: 50%;
  }
}
.layout-references .cs-content > ul > li ul li .cs-block {
  width: 100%;
  padding-top: 100%;
  position: relative;
}
.layout-references .cs-content > ul > li ul li .cs-block .cs-block-inner {
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  background: #EFEFEF;
  position: absolute;
  top: 0;
  left: 0;
}
.layout-references .cs-content > ul > li ul li .cs-block .cs-block-inner .overlay {
  background-image: linear-gradient(180deg, #765AE1 0%, #8756DE 0%, #EB41CB 100%);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: lighten;
  z-index: 1;
  opacity: 0;
}
.layout-references .cs-content > ul > li ul li .cs-block .cs-block-inner:hover .overlay {
  opacity: 1;
}
.layout-references .cs-content > ul > li ul li .cs-block .img {
  display: block;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: 80%;
  background-position: center;
}
.layout-references .cs-content > ul > li ul li .reference-block {
  width: 100%;
  padding-top: 100%;
  position: relative;
}
.layout-references .cs-content > ul > li ul li .reference-block .cs-block-inner {
  width: 100%;
  height: 100%;
  display: table;
  text-align: center;
  background: #EFEFEF;
  position: absolute;
  top: 0;
  left: 0;
}
.layout-references .cs-content > ul > li ul li .reference-block .cs-block-inner .overlay {
  background-image: linear-gradient(180deg, #765AE1 0%, #8756DE 0%, #EB41CB 100%);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: lighten;
  z-index: 1;
  opacity: 0;
}
.layout-references .cs-content > ul > li ul li .reference-block .cs-block-inner:hover .overlay {
  opacity: 1;
}
.layout-references .cs-content > ul > li ul li .reference-block .img {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.layout-references .cs-content > ul > li ul li .reference-block .img img {
  width: 70%;
  margin: auto;
}
.layout-references .arrows {
  display: none;
}
.layout-references.scrollable .arrows {
  display: block;
}
.layout-references.scrollable .arrows .arrow-left {
  left: 0;
}
.layout-references.scrollable .arrows .arrow-right {
  right: -18px;
}
.layout-references.scrollable .cs-menu .cs-menu-inner {
  width: calc(100% - 100px);
  margin: auto;
}
.subpage-block {
  position: relative;
  overflow: hidden;
  width: 100%;
  /*&.layout-text-with-three-animations{
        .subpage-block-inner{
            .svg-cell{
                &:nth-child(3){
                    float:none;
                }
            }
        }
    }*/
}
.subpage-block.layout4,
.subpage-block.layout-text-with-background-image {
  padding: 200px 0;
}
.subpage-block.layout4 .bgimage,
.subpage-block.layout-text-with-background-image .bgimage {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-size: cover;
}
.subpage-block.layout4 .text-content,
.subpage-block.layout-text-with-background-image .text-content {
  display: table;
  margin: auto;
  width: 90%;
  max-width: 860px;
  position: relative;
}
.subpage-block.layout4 .text-content .title,
.subpage-block.layout-text-with-background-image .text-content .title {
  /*font-family: 'Volte Rounded';
                font-size: 50px;
                color: #FFFFFF;
                letter-spacing: 0.98px;
                text-align: center;
                line-height: 76px;
                font-weight: 600;
                font-style: normal;*/
}
.subpage-block.layout4 .text-content h2,
.subpage-block.layout-text-with-background-image .text-content h2 {
  margin: 0;
  color: #fff;
  margin-bottom: 30px;
  text-align: center;
  width: auto;
}
.subpage-block.layout4 .text-content .text,
.subpage-block.layout-text-with-background-image .text-content .text {
  font-family: 'Volte';
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0.21px;
  text-align: center;
  line-height: 24px;
}
.subpage-block.layout1,
.subpage-block.layout-text-with-top-animation {
  padding: 120px 0;
}
.subpage-block.layout1 .svg-animation,
.subpage-block.layout-text-with-top-animation .svg-animation,
.subpage-block.layout1 .static-image,
.subpage-block.layout-text-with-top-animation .static-image {
  display: block;
  margin: 0 auto 40px;
  height: 200px;
  width: 100%;
  position: relative;
  text-align: center;
}
.subpage-block.layout1 .svg-animation svg,
.subpage-block.layout-text-with-top-animation .svg-animation svg,
.subpage-block.layout1 .static-image svg,
.subpage-block.layout-text-with-top-animation .static-image svg {
  width: auto !important;
}
.subpage-block.layout1 .text-content,
.subpage-block.layout-text-with-top-animation .text-content {
  display: table;
  margin: auto;
  width: 90%;
  max-width: 860px;
  position: relative;
}
.subpage-block.layout1 .text-content .title,
.subpage-block.layout-text-with-top-animation .text-content .title {
  /*font-family: 'Volte Rounded';
                font-size: 50px;
                color: #532563;
                letter-spacing: 0.98px;
                text-align: center;
                line-height: 76px;
                font-weight: 600;
                font-style: normal;*/
}
.subpage-block.layout1 .text-content h2,
.subpage-block.layout-text-with-top-animation .text-content h2 {
  margin: 0;
  margin-bottom: 30px;
  text-align: center;
  width: auto;
}
.subpage-block.layout1 .text-content .text,
.subpage-block.layout-text-with-top-animation .text-content .text {
  font-family: 'Volte';
  font-size: 16px;
  color: #532563;
  letter-spacing: 0.21px;
  text-align: center;
  line-height: 24px;
}
.subpage-block.layout2,
.subpage-block.layout3,
.subpage-block.layout-text-with-left-animation,
.subpage-block.layout-text-with-right-animation {
  padding: 100px 0;
  background-color: #FAFAFA;
}
.subpage-block.layout2 .subpage-block-inner,
.subpage-block.layout3 .subpage-block-inner,
.subpage-block.layout-text-with-left-animation .subpage-block-inner,
.subpage-block.layout-text-with-right-animation .subpage-block-inner {
  display: table;
  width: 90%;
  max-width: 1280px;
  margin: auto;
}
.subpage-block.layout2 .subpage-block-inner .svg-cell,
.subpage-block.layout3 .subpage-block-inner .svg-cell,
.subpage-block.layout-text-with-left-animation .subpage-block-inner .svg-cell,
.subpage-block.layout-text-with-right-animation .subpage-block-inner .svg-cell {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
}
.subpage-block.layout2 .svg-animation,
.subpage-block.layout3 .svg-animation,
.subpage-block.layout-text-with-left-animation .svg-animation,
.subpage-block.layout-text-with-right-animation .svg-animation,
.subpage-block.layout2 .static-image,
.subpage-block.layout3 .static-image,
.subpage-block.layout-text-with-left-animation .static-image,
.subpage-block.layout-text-with-right-animation .static-image {
  display: block;
  margin: 0 auto 40px;
  height: auto;
  width: 100%;
  position: relative;
}
.subpage-block.layout2 .svg-animation svg,
.subpage-block.layout3 .svg-animation svg,
.subpage-block.layout-text-with-left-animation .svg-animation svg,
.subpage-block.layout-text-with-right-animation .svg-animation svg,
.subpage-block.layout2 .static-image svg,
.subpage-block.layout3 .static-image svg,
.subpage-block.layout-text-with-left-animation .static-image svg,
.subpage-block.layout-text-with-right-animation .static-image svg {
  width: 100% !important;
  height: auto !important;
}
.subpage-block.layout2 .text-content,
.subpage-block.layout3 .text-content,
.subpage-block.layout-text-with-left-animation .text-content,
.subpage-block.layout-text-with-right-animation .text-content {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  padding-left: 50px;
}
.subpage-block.layout2 .text-content h2,
.subpage-block.layout3 .text-content h2,
.subpage-block.layout-text-with-left-animation .text-content h2,
.subpage-block.layout-text-with-right-animation .text-content h2 {
  margin: 0;
  margin-bottom: 30px;
  text-align: left;
  width: auto;
}
.subpage-block.layout2 .text-content .text,
.subpage-block.layout3 .text-content .text,
.subpage-block.layout-text-with-left-animation .text-content .text,
.subpage-block.layout-text-with-right-animation .text-content .text {
  font-family: 'Volte';
  font-size: 16px;
  color: #532563;
  letter-spacing: 0.21px;
  text-align: left;
  line-height: 24px;
}
.subpage-block.layout-one-anim-two-text-column {
  padding: 90px 0;
}
.subpage-block.layout-one-anim-two-text-column .subpage-block-inner {
  display: table;
  width: 90%;
  max-width: 1280px;
  margin: 50px auto 0;
  clear: both;
  margin-bottom: 30px;
}
.subpage-block.layout-one-anim-two-text-column .subpage-block-inner .svg-cell {
  display: table-cell;
  vertical-align: middle;
  width: 33.33333%;
  overflow: hidden;
  padding: 20px;
}
@media screen and (max-width: 860px) {
  .subpage-block.layout-one-anim-two-text-column .subpage-block-inner .svg-cell {
    width: 100%;
    display: block;
  }
}
.subpage-block.layout-one-anim-two-text-column .subpage-block-inner .svg-cell.shadow {
  box-shadow: 2px 2px 6px 0 transparent;
  border-radius: 10px;
  overflow: hidden;
  -webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.subpage-block.layout-one-anim-two-text-column .subpage-block-inner .svg-cell.shadow:hover {
  box-shadow: 2px 2px 6px 0 rgba(83, 37, 99, 0.33);
}
.subpage-block.layout-one-anim-two-text-column .subpage-block-inner .svg-cell .svg-animation,
.subpage-block.layout-one-anim-two-text-column .subpage-block-inner .svg-cell .static-image {
  display: block;
  margin: 0 auto 0px;
  height: auto;
  width: 100%;
  position: relative;
  text-align: left;
}
@media screen and (max-width: 860px) {
  .subpage-block.layout-one-anim-two-text-column .subpage-block-inner .svg-cell .svg-animation,
  .subpage-block.layout-one-anim-two-text-column .subpage-block-inner .svg-cell .static-image {
    max-width: 320px;
    margin: auto;
    text-align: center;
  }
}
.subpage-block.layout-one-anim-two-text-column .subpage-block-inner .svg-cell .svg-animation svg,
.subpage-block.layout-one-anim-two-text-column .subpage-block-inner .svg-cell .static-image svg {
  width: 100% !important;
}
.subpage-block.layout-one-anim-two-text-column .subpage-block-inner .svg-cell:hover .btn-container .btn {
  top: 0;
}
.subpage-block.layout-one-anim-two-text-column .subpage-block-inner .text-cell {
  width: 66.6666%;
  display: table-cell;
  vertical-align: middle;
  padding: 20px;
}
@media screen and (max-width: 860px) {
  .subpage-block.layout-one-anim-two-text-column .subpage-block-inner .text-cell {
    width: 100%;
    display: block;
  }
}
.subpage-block.layout-one-anim-two-text-column .subpage-block-inner .text-cell .text {
  font-family: 'Volte';
  font-size: 16px;
  color: #444244;
  letter-spacing: -0.19px;
  text-align: left;
  line-height: 24px;
  padding: 0 20px 0 0;
  column-count: 2;
  column-gap: 50px;
}
@media screen and (max-width: 660px) {
  .subpage-block.layout-one-anim-two-text-column .subpage-block-inner .text-cell .text {
    column-count: 1;
    column-gap: 0;
  }
}
.subpage-block.layout-text-with-three-animations,
.subpage-block.layout-text-with-six-animations,
.subpage-block.layout5,
.subpage-block.layout6 {
  padding: 90px 0;
}
.subpage-block.layout-text-with-three-animations .subpage-block-inner,
.subpage-block.layout-text-with-six-animations .subpage-block-inner,
.subpage-block.layout5 .subpage-block-inner,
.subpage-block.layout6 .subpage-block-inner {
  display: block;
  width: 90%;
  max-width: 1280px;
  margin: auto;
  clear: both;
  margin-bottom: 30px;
}
.subpage-block.layout-text-with-three-animations .subpage-block-inner .svg-cell,
.subpage-block.layout-text-with-six-animations .subpage-block-inner .svg-cell,
.subpage-block.layout5 .subpage-block-inner .svg-cell,
.subpage-block.layout6 .subpage-block-inner .svg-cell {
  float: left;
  width: 33.33333%;
  margin-top: 30px;
  overflow: hidden;
  padding: 20px;
}
.subpage-block.layout-text-with-three-animations .subpage-block-inner .svg-cell:nth-child(3n+1),
.subpage-block.layout-text-with-six-animations .subpage-block-inner .svg-cell:nth-child(3n+1),
.subpage-block.layout5 .subpage-block-inner .svg-cell:nth-child(3n+1),
.subpage-block.layout6 .subpage-block-inner .svg-cell:nth-child(3n+1) {
  clear: left;
}
.subpage-block.layout-text-with-three-animations .subpage-block-inner .svg-cell.shadow,
.subpage-block.layout-text-with-six-animations .subpage-block-inner .svg-cell.shadow,
.subpage-block.layout5 .subpage-block-inner .svg-cell.shadow,
.subpage-block.layout6 .subpage-block-inner .svg-cell.shadow {
  box-shadow: 2px 2px 6px 0 transparent;
  border-radius: 10px;
  overflow: hidden;
  -webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.subpage-block.layout-text-with-three-animations .subpage-block-inner .svg-cell.shadow:hover,
.subpage-block.layout-text-with-six-animations .subpage-block-inner .svg-cell.shadow:hover,
.subpage-block.layout5 .subpage-block-inner .svg-cell.shadow:hover,
.subpage-block.layout6 .subpage-block-inner .svg-cell.shadow:hover {
  box-shadow: 2px 2px 6px 0 rgba(83, 37, 99, 0.33);
}
.subpage-block.layout-text-with-three-animations .subpage-block-inner .svg-cell .title,
.subpage-block.layout-text-with-six-animations .subpage-block-inner .svg-cell .title,
.subpage-block.layout5 .subpage-block-inner .svg-cell .title,
.subpage-block.layout6 .subpage-block-inner .svg-cell .title {
  font-family: 'Volte Rounded';
  font-size: 24px;
  color: #532563;
  letter-spacing: 0;
  text-align: left;
  margin-bottom: 20px;
  font-weight: 600;
  font-style: normal;
}
.subpage-block.layout-text-with-three-animations .subpage-block-inner .svg-cell .text,
.subpage-block.layout-text-with-six-animations .subpage-block-inner .svg-cell .text,
.subpage-block.layout5 .subpage-block-inner .svg-cell .text,
.subpage-block.layout6 .subpage-block-inner .svg-cell .text {
  font-family: 'Volte';
  font-size: 16px;
  color: #444244;
  letter-spacing: -0.19px;
  text-align: left;
  line-height: 24px;
  padding: 0 20px 0 0;
}
.subpage-block.layout-text-with-three-animations .subpage-block-inner .svg-cell .text ul,
.subpage-block.layout-text-with-six-animations .subpage-block-inner .svg-cell .text ul,
.subpage-block.layout5 .subpage-block-inner .svg-cell .text ul,
.subpage-block.layout6 .subpage-block-inner .svg-cell .text ul,
.subpage-block.layout-text-with-three-animations .subpage-block-inner .svg-cell .text ol,
.subpage-block.layout-text-with-six-animations .subpage-block-inner .svg-cell .text ol,
.subpage-block.layout5 .subpage-block-inner .svg-cell .text ol,
.subpage-block.layout6 .subpage-block-inner .svg-cell .text ol {
  padding-left: 15px;
}
.subpage-block.layout-text-with-three-animations .subpage-block-inner .svg-cell .svg-animation,
.subpage-block.layout-text-with-six-animations .subpage-block-inner .svg-cell .svg-animation,
.subpage-block.layout5 .subpage-block-inner .svg-cell .svg-animation,
.subpage-block.layout6 .subpage-block-inner .svg-cell .svg-animation,
.subpage-block.layout-text-with-three-animations .subpage-block-inner .svg-cell .static-image,
.subpage-block.layout-text-with-six-animations .subpage-block-inner .svg-cell .static-image,
.subpage-block.layout5 .subpage-block-inner .svg-cell .static-image,
.subpage-block.layout6 .subpage-block-inner .svg-cell .static-image {
  display: block;
  margin: 0 auto 0px;
  height: 200px;
  width: 100%;
  position: relative;
  text-align: left;
}
.subpage-block.layout-text-with-three-animations .subpage-block-inner .svg-cell .svg-animation svg,
.subpage-block.layout-text-with-six-animations .subpage-block-inner .svg-cell .svg-animation svg,
.subpage-block.layout5 .subpage-block-inner .svg-cell .svg-animation svg,
.subpage-block.layout6 .subpage-block-inner .svg-cell .svg-animation svg,
.subpage-block.layout-text-with-three-animations .subpage-block-inner .svg-cell .static-image svg,
.subpage-block.layout-text-with-six-animations .subpage-block-inner .svg-cell .static-image svg,
.subpage-block.layout5 .subpage-block-inner .svg-cell .static-image svg,
.subpage-block.layout6 .subpage-block-inner .svg-cell .static-image svg {
  width: auto !important;
}
.subpage-block.layout-text-with-three-animations .subpage-block-inner .svg-cell .btn-container,
.subpage-block.layout-text-with-six-animations .subpage-block-inner .svg-cell .btn-container,
.subpage-block.layout5 .subpage-block-inner .svg-cell .btn-container,
.subpage-block.layout6 .subpage-block-inner .svg-cell .btn-container {
  margin: 25px 0 10px;
  position: relative;
  height: 50px;
}
.subpage-block.layout-text-with-three-animations .subpage-block-inner .svg-cell .btn-container .btn,
.subpage-block.layout-text-with-six-animations .subpage-block-inner .svg-cell .btn-container .btn,
.subpage-block.layout5 .subpage-block-inner .svg-cell .btn-container .btn,
.subpage-block.layout6 .subpage-block-inner .svg-cell .btn-container .btn {
  top: 100px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.subpage-block.layout-text-with-three-animations .subpage-block-inner .svg-cell:hover .btn-container .btn,
.subpage-block.layout-text-with-six-animations .subpage-block-inner .svg-cell:hover .btn-container .btn,
.subpage-block.layout5 .subpage-block-inner .svg-cell:hover .btn-container .btn,
.subpage-block.layout6 .subpage-block-inner .svg-cell:hover .btn-container .btn {
  top: 0;
}
.subpage-block.layout-text-with-three-animations .text-content,
.subpage-block.layout-text-with-six-animations .text-content,
.subpage-block.layout5 .text-content,
.subpage-block.layout6 .text-content {
  display: table;
  margin: auto;
  width: 90%;
  max-width: 1040px;
  overflow: hidden;
}
.subpage-block.layout-text-with-three-animations .text-content .title,
.subpage-block.layout-text-with-six-animations .text-content .title,
.subpage-block.layout5 .text-content .title,
.subpage-block.layout6 .text-content .title {
  font-family: 'Volte Rounded';
  font-size: 50px;
  color: #532563;
  letter-spacing: 0.98px;
  text-align: center;
  line-height: 66px;
  font-weight: 600;
  font-style: normal;
  margin-bottom: 30px;
}
.subpage-block.layout-text-with-three-animations .text-content .text,
.subpage-block.layout-text-with-six-animations .text-content .text,
.subpage-block.layout5 .text-content .text,
.subpage-block.layout6 .text-content .text {
  font-family: 'Volte';
  font-size: 16px;
  color: #532563;
  letter-spacing: 0.21px;
  text-align: center;
  line-height: 24px;
}
.subpage-block.layout7,
.subpage-block.layout-colored-block-with-two-columns {
  background-color: #862186;
  color: #fff;
}
.subpage-block.layout7.bg-blue,
.subpage-block.layout-colored-block-with-two-columns.bg-blue {
  background-color: #595AE5;
}
.subpage-block.layout7.bg-purple,
.subpage-block.layout-colored-block-with-two-columns.bg-purple {
  background-color: #862186;
}
.subpage-block.layout7.bg-orange,
.subpage-block.layout-colored-block-with-two-columns.bg-orange {
  background-color: orange;
}
.subpage-block.layout7.bg-pink,
.subpage-block.layout-colored-block-with-two-columns.bg-pink {
  background-color: deeppink;
}
.subpage-block.layout7.bg-white,
.subpage-block.layout-colored-block-with-two-columns.bg-white {
  background-color: white;
  color: #444244;
}
.subpage-block.layout7.bg-white .columns .column .text,
.subpage-block.layout-colored-block-with-two-columns.bg-white .columns .column .text {
  color: black;
}
.subpage-block.layout7.bg-white .columns .column h5,
.subpage-block.layout-colored-block-with-two-columns.bg-white .columns .column h5 {
  color: black;
}
.subpage-block.layout7 .container,
.subpage-block.layout-colored-block-with-two-columns .container {
  width: 90%;
  max-width: 1280px;
  margin: auto;
}
.subpage-block.layout7 .container > .text,
.subpage-block.layout-colored-block-with-two-columns .container > .text {
  margin-bottom: 50px;
  float: left;
  width: 100%;
  text-align: center;
}
.subpage-block.layout7 h4,
.subpage-block.layout-colored-block-with-two-columns h4 {
  width: 100%;
  margin-bottom: 60px;
  text-align: center;
}
.subpage-block.layout7 .columns,
.subpage-block.layout-colored-block-with-two-columns .columns {
  width: 100%;
}
.subpage-block.layout7 .columns .column,
.subpage-block.layout-colored-block-with-two-columns .columns .column {
  float: left;
  width: 50%;
}
.subpage-block.layout7 .columns .column .svg-animation,
.subpage-block.layout-colored-block-with-two-columns .columns .column .svg-animation,
.subpage-block.layout7 .columns .column .static-image,
.subpage-block.layout-colored-block-with-two-columns .columns .column .static-image {
  display: block;
  margin: 0 auto 0;
  width: 40%;
  position: relative;
  float: left;
}
.subpage-block.layout7 .columns .column .svg-animation svg,
.subpage-block.layout-colored-block-with-two-columns .columns .column .svg-animation svg,
.subpage-block.layout7 .columns .column .static-image svg,
.subpage-block.layout-colored-block-with-two-columns .columns .column .static-image svg {
  width: 100% !important;
}
.subpage-block.layout7 .columns .column .text,
.subpage-block.layout-colored-block-with-two-columns .columns .column .text {
  margin-bottom: 50px;
  float: left;
  width: 60%;
}
.subpage-block.layout7 .columns .column h5,
.subpage-block.layout-colored-block-with-two-columns .columns .column h5 {
  font-size: 24px;
  letter-spacing: 0.31px;
  line-height: 29px;
  font-weight: 600;
  font-style: normal;
  margin-bottom: 20px;
  width: 80%;
}
.subpage-block.layout7 ul,
.subpage-block.layout-colored-block-with-two-columns ul {
  list-style: none;
  width: 100%;
}
.subpage-block.layout7 ul li,
.subpage-block.layout-colored-block-with-two-columns ul li {
  width: 50%;
  float: left;
  padding-left: 90px;
  font-size: 16px;
  letter-spacing: 0.21px;
  line-height: 24px;
  position: relative;
  margin-bottom: 90px;
}
.subpage-block.layout7 ul li:nth-child(1),
.subpage-block.layout-colored-block-with-two-columns ul li:nth-child(1) {
  padding-right: 60px;
}
.subpage-block.layout7 ul li:nth-child(2),
.subpage-block.layout-colored-block-with-two-columns ul li:nth-child(2) {
  padding-left: 90px;
}
.subpage-block.layout7 ul li:before,
.subpage-block.layout-colored-block-with-two-columns ul li:before {
  content: "\e900";
  font-family: 'digicom';
  font-size: 42px;
  color: #7EFDF1;
  margin-left: -90px;
  position: absolute;
  top: 10px;
}
.subpage-block.layout7 ul li .title,
.subpage-block.layout-colored-block-with-two-columns ul li .title {
  font-weight: 600;
  font-style: normal;
  font-size: 24px;
  letter-spacing: 0.31px;
  line-height: 29px;
  margin-bottom: 15px;
}
.subpage-block.layout7 ul li h5,
.subpage-block.layout-colored-block-with-two-columns ul li h5 {
  margin-bottom: 20px;
  font-family: 'Volte-Semibold';
  font-size: 24px;
  letter-spacing: 0.31px;
  line-height: 29px;
}
.thankyou-section {
  padding: 0;
}
.thankyou-section .table {
  width: 100%;
  height: 100vh;
}
.thankyou-section .table .table-cell {
  width: 100%;
  text-align: center;
  vertical-align: middle;
}
.thankyou-section .table .table-cell .text {
  max-width: 500px;
  width: 90%;
  font-size: 16px;
  color: #444244;
  letter-spacing: 0.21px;
  text-align: center;
  line-height: 24px;
  margin: auto;
}
.thankyou-section .table .table-cell .text h2 {
  font-family: 'Volte';
  font-weight: bold;
  font-style: normal;
  font-size: 50px;
  color: #532563;
  letter-spacing: 0.98px;
  text-align: center;
  line-height: 54px;
  margin-bottom: 20px;
}
.thankyou-section .table .table-cell .btn-container {
  margin-top: 20px;
}
.thankyou-section .svg-animation,
.thankyou-section .static-image {
  height: 240px;
}
.thankyou-section .svg-animation svg,
.thankyou-section .static-image svg {
  width: auto;
}
.network-body .map-container {
  width: auto;
  margin: 0 40px;
  height: 700px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.network-body .map-container #map {
  border-radius: 0px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.network-body section.header-section .text {
  max-width: 1260px;
  width: 90%;
  margin: auto;
}
.network-body section.header-section .text h1 {
  padding-bottom: 50px;
}
.home-body section.header-section .text {
  width: 50%;
  margin: auto 15%;
  max-width: 560px;
}
.home-body section.header-section .text h1,
.home-body section.header-section .text span {
  text-align: left;
}
.infobox {
  font-family: 'Volte';
  font-size: 16px;
  color: #444244;
  letter-spacing: 0.21px;
  line-height: 24px;
  font-weight: 600;
  font-style: normal;
}
.jobs-row {
  width: 100%;
  margin-bottom: 130px;
}
.jobs-row .job {
  float: left;
  width: 33.333333%;
  padding: 20px 10px;
}
.jobs-row .job .job-inner {
  background: #FFFFFF;
  box-shadow: 2px 2px 6px 0 rgba(83, 37, 99, 0.33);
  padding: 30px 20px;
  border-radius: 10px;
  text-align: center;
}
.jobs-row .job .job-inner .title {
  font-family: 'Volte';
  font-size: 24px;
  color: #532563;
  letter-spacing: 0.01px;
  text-align: center;
  font-weight: bold;
  font-style: normal;
  margin-bottom: 10px;
}
.jobs-row .job .job-inner .text {
  font-size: 16px;
  color: #444244;
  letter-spacing: 0.21px;
  text-align: center;
  line-height: 24px;
  margin-bottom: 30px;
}
.jobs-row .job .job-inner .svg-animation,
.jobs-row .job .job-inner .static-image {
  height: 150px;
  margin-bottom: 30px;
}
.jobs-row .job .job-inner .svg-animation svg,
.jobs-row .job .job-inner .static-image svg {
  width: auto;
}
.job-details .row {
  width: 100%;
  padding-bottom: 150px;
}
.job-details .row .col {
  float: left;
  width: calc(100% - 400px);
  padding: 20px;
  font-size: 16px;
  color: #444244;
  letter-spacing: -0.19px;
  line-height: 24px;
}
.job-details .row .col:nth-child(1) {
  padding-right: 100px;
}
.job-details .row .col:nth-child(2) {
  width: 400px;
}
.job-details .row .col h3 {
  font-family: 'Volte Rounded';
  font-size: 24px;
  color: #532563;
  letter-spacing: 0;
  font-weight: 600;
  font-style: normal;
  margin: 20px 0;
  text-align: left;
  padding: 0;
  width: auto;
  text-transform: none;
}
.job-details .row .col .apply-box {
  background: #FFFFFF;
  box-shadow: 2px 2px 6px 0 rgba(83, 37, 99, 0.33);
  border-radius: 10px;
  padding: 30px 20px;
}
.job-details .row .col .apply-box .svg-animation,
.job-details .row .col .apply-box .static-image {
  height: 150px;
  text-align: center;
}
.job-details .row .col .apply-box .svg-animation svg,
.job-details .row .col .apply-box .static-image svg {
  width: auto;
}
.job-details .row .col .apply-box .title {
  font-family: 'Volte';
  font-size: 24px;
  color: #532563;
  letter-spacing: 0.01px;
  text-align: center;
  font-weight: bold;
  margin: 20px 0;
}
.job-details .row .col .apply-box .form-group {
  width: 100%;
  margin-bottom: 10px;
  clear: left;
}
.job-details .row .col .apply-box .form-group.form-group-50 {
  width: 50%;
  float: left;
  clear: none;
}
.job-details .row .col .apply-box .form-group.form-group-50:nth-child(1) {
  padding-right: 5px;
}
.job-details .row .col .apply-box .form-group.form-group-50:nth-child(2) {
  padding-left: 5px;
}
.job-details .row .col .apply-box .form-group input {
  background: #F6F6F6;
  padding: 0 10px;
  font-size: 16px;
  color: rgba(68, 66, 68, 0.48);
  letter-spacing: 0.11px;
  height: 40px;
  line-height: 40px;
  border: none;
  width: 100%;
}
.job-details .row .col .apply-box .form-group .cv-file input {
  height: 100%;
}
.job-details .row .col .apply-box .form-group .cv-file .btn-container {
  margin: 20px 0;
  display: none;
}
.job-details .row .col .apply-box .form-group .cv-file .btn-container .btn {
  display: none;
}
.job-details .row .col .apply-box .form-group textarea {
  background: #F6F6F6;
  padding: 10px;
  font-size: 16px;
  color: rgba(68, 66, 68, 0.48);
  letter-spacing: 0.11px;
  height: 70px;
  border: none;
  width: 100%;
  resize: none;
}
.text-content ul {
  list-style: none;
}
.text-content ul li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 30px;
}
.text-content ul li:before {
  content: '';
  position: absolute;
  left: 5px;
  top: 10px;
  background-color: #EB41CB;
  width: 3px;
  height: 3px;
  border-radius: 50%;
}
.qq-upload-list {
  margin: 0;
}
.qq-upload-list li {
  padding: 0;
  background-color: transparent;
}
.qq-upload-list li.qq-upload-fail {
  background-color: transparent;
  color: red;
  text-align: center;
}
.qq-upload-file,
.qq-upload-spinner,
.qq-upload-size,
.qq-upload-failed-text,
.qq-upload-pause,
.qq-upload-continue {
  display: block;
  text-align: center;
  margin-right: 0;
}
.qq-upload-status-text {
  clear: both;
  font-family: 'Volte';
  font-size: 16px;
  color: rgba(68, 66, 68, 0.48);
  letter-spacing: 0.11px;
  font-weight: 600;
  font-style: normal;
  margin: 20px 0;
  float: left;
  text-align: center;
  width: 100%;
}
.qq-upload-file,
.qq-upload-size {
  display: none;
}
.qq-upload-list li.qq-upload-success {
  background-color: transparent;
}
.qq-upload-list li.qq-upload-success .qq-upload-file {
  display: block;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  color: #444244;
  letter-spacing: 0.11px;
}
.qq-upload-button {
  padding: 0;
}
.network-div .map-section {
  padding-top: 150px;
}
.firstBlock .svg-animation,
.firstBlock .static-image {
  height: 200px;
}
.firstBlock .svg-animation svg,
.firstBlock .static-image svg {
  width: auto;
}
@keyframes float {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-20px);
  }
  100% {
    transform: translatey(0px);
  }
}
@keyframes floatr {
  0% {
    transform: translatey(0px) rotate(0deg);
  }
  50% {
    transform: translatey(-20px) rotate(-30deg);
  }
  100% {
    transform: translatey(0px) rotate(360deg);
  }
}
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: inherit;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: inherit;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: inherit;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: inherit;
}
.msie .slider-container .inner .slider li.colorful .overlay,
.msie .slider-container .inner .slider li:hover .overlay {
  display: none;
}
.msie .noise {
  display: none;
}
.text-left {
  text-align: left !important;
}
#case-study-popup .text-content h1,
#case-study-popup .text-content h2,
#case-study-popup .text-content h3,
#case-study-popup .text-content h4,
#case-study-popup .text-content h5,
#case-study-popup .text-content h6 {
  text-align: left;
  margin-left: 0;
  margin-right: 0;
}
#case-study-popup .text-content h2 {
  font-size: 28px;
}
#case-study-popup .text-content h4 {
  margin-bottom: 0;
}
.contact-section {
  background: #fff;
}
.contact-section .text {
  width: 80%;
  text-align: center;
  margin: 0 auto 50px;
}
.contact-section .col {
  width: 33.333%;
}
.contact-section .contact-image {
  padding-right: 40px;
}
.contact-section .contact-image img {
  width: 100%;
  max-width: 200px;
  margin: auto;
  display: block;
}
.contact-section .contact-box {
  background: none;
  border-radius: 0;
  padding: 0;
  width: 100%;
  box-shadow: none;
}
.contact-section .contact-box .contact-row .text {
  margin: 0;
}
.contact-section .contact-box .contact-row label {
  font-size: 20px;
  color: #444244;
  letter-spacing: 0.31px;
  font-weight: 600;
  font-style: normal;
  display: block;
  line-height: 1em;
  text-transform: uppercase;
}
.contact-section .contact-box .title {
  font-size: 20px;
  line-height: 1em;
  margin-bottom: 2em;
}
.contact-section .contact-box .map-col {
  padding-right: 40px;
  margin-top: 30px;
}
.contact-section .contact-box .map-col img {
  width: 100%;
}
.svg-animation,
.static-image {
  overflow: hidden;
}
.svg-animation img,
.static-image img {
  max-width: 100%;
  max-height: 100%;
}
.svg-cell img {
  max-width: 100%;
  max-height: 100%;
}
@media screen and (max-width: 1440px) {
  /*.slider-container .inner .slider li {
        width: .333%;
    }*/
  .quote {
    width: 60%;
  }
}
@media screen and (max-width: 1340px) {
  .slider-container .inner .slider li {
    width: 0.333%;
  }
}
@media screen and (max-width: 1300px) {
  section.header-section .text h1 {
    font-size: 60px;
    line-height: 60px;
  }
  section.header-section .text span {
    font-size: 26px;
    line-height: 40px;
  }
  .network-div .map-section {
    padding-top: 0;
  }
  section.header-section {
    display: block;
  }
  section.header-section .container {
    display: block;
    margin-top: 150px;
  }
  .footer .footer-row .footer-col {
    width: 33.3333%;
  }
  .footer .footer-row .footer-col.first {
    width: 100%;
    padding-bottom: 50px;
  }
  .contact-body section.map-section {
    min-height: 1100px;
    height: auto;
  }
  .contact-body section.header-section .text h1 {
    font-size: 48px;
  }
}
@media screen and (max-width: 1240px) {
  body #menu .menu-inner li.hasSubmenu ul.subsubmenu {
    position: relative;
    padding: 0;
    left: unset;
    overflow: hidden;
    max-height: 0;
    transition: 300ms all ease-in-out;
  }
  body #menu .menu-inner li.hasSubmenu ul.subsubmenu li {
    font-size: 20px;
    cursor: pointer;
  }
  body #menu .menu-inner li.hasSubmenu li.hover ul.subsubmenu {
    max-height: 500px;
  }
  body #menu .menu-inner li.hasSubmenu .submenu li i {
    font-size: 0.65em;
    top: 0.65em;
  }
  body #menu .menu-inner li.hasSubmenu .submenu li.hover i {
    transform: rotate(-90deg);
  }
  section.layout-storytelling .container .text-box .col:nth-child(1) {
    width: 60%;
  }
  section.layout-storytelling .container .text-box .col:nth-child(2) {
    width: 40%;
  }
}
@media screen and (max-width: 1100px) {
  /*#anim7,#anim8,#anim9 {
        height: 200px !important;
    }
    */
  section h2 {
    font-size: 42px;
    line-height: 50px;
  }
  section h2 span {
    font-size: 18px;
    line-height: 24px;
  }
  .row.card-row .col.col-33 {
    width: 50%;
    margin-bottom: 20px;
  }
  .row.card-row .col.col-33:nth-child(3n+0) {
    clear: left;
    width: 100%;
  }
  .popup .popup-inner .popup-content .results {
    padding: 60px 0;
  }
  .layout-storytelling .text-box {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 960px) {
  .subpage-block.layout-text-with-three-animations .subpage-block-inner .svg-cell:nth-child(3n+1),
  .subpage-block.layout-text-with-six-animations .subpage-block-inner .svg-cell:nth-child(3n+1),
  .subpage-block.layout5 .subpage-block-inner .svg-cell:nth-child(3n+1),
  .subpage-block.layout6 .subpage-block-inner .svg-cell:nth-child(3n+1) {
    clear: unset;
  }
  .subpage-block.layout-text-with-three-animations .subpage-block-inner .svg-cell:nth-child(2n+1),
  .subpage-block.layout-text-with-six-animations .subpage-block-inner .svg-cell:nth-child(2n+1),
  .subpage-block.layout5 .subpage-block-inner .svg-cell:nth-child(2n+1),
  .subpage-block.layout6 .subpage-block-inner .svg-cell:nth-child(2n+1) {
    clear: left;
  }
  .subpage-block.layout7 .columns .column .text,
  .subpage-block.layout-colored-block-with-two-columns .columns .column .text {
    width: 100%;
  }
  section.layout-storytelling {
    padding: 100px 0;
  }
  section.layout-storytelling .container .text-box {
    padding: 0 15px;
  }
  section.layout-storytelling .container .text-box .video-container {
    padding-right: 0;
  }
  section.layout-storytelling .container .text-box h4 {
    font-size: 36px;
    margin-top: 30px;
  }
  section.layout-storytelling .container .text-box .col {
    width: 100%;
    display: block;
  }
  section.layout-storytelling .container .text-box .col:nth-child(1) {
    width: 100%;
  }
  section.layout-storytelling .container .text-box .col:nth-child(2) {
    width: 100%;
  }
  section.layout-storytelling .container .text-box .video-container {
    max-width: 600px;
    margin: 0 auto 0 auto;
  }
  body #menu .menu-inner li {
    font-size: 48px;
    line-height: 80px;
  }
  body.menu-opened #menu .move .object,
  .movings .move .object {
    transform: scale(0.8) !important;
  }
  section.header-section .text h1 {
    font-size: 40px;
    line-height: 50px;
  }
  section.header-section .text span {
    font-size: 26px;
    line-height: 40px;
  }
  section.header-section video {
    height: 600px;
    width: auto;
    transform: translateX(-25%);
  }
  ul.float-row li.float-cell {
    width: 50%;
  }
  ul.float-row li.float-cell:nth-child(2n+1) {
    clear: left;
  }
  section.pushUp {
    padding-bottom: 60px;
  }
  ul.float-row li.float-cell .text .title.big {
    font-size: 36px;
    line-height: 38px;
    margin: 20px auto;
  }
  section.features-big ul.float-row li.float-cell:nth-child(3) {
    width: 100%;
  }
  .contact-boxes {
    position: relative;
    right: auto;
    margin-top: 240px;
  }
  .contact-boxes .contact-box {
    width: calc(50% - 40px);
    float: left;
    margin: 20px;
  }
  .map-container {
    top: -50%;
    height: 150%;
  }
  .text-box h4 {
    font-size: 42px;
    line-height: 50px;
  }
  .text-box h5 {
    font-size: 38px;
    line-height: 40px;
  }
  .slider-container .inner .slider li {
    width: 1%;
  }
  .slider-container .inner .slider li img {
    margin: auto;
    display: table;
  }
  .contact-body .map-container,
  .network-body .map-container {
    height: 56.25vw !important;
    min-height: 400px;
    margin-bottom: 260px;
  }
  .contact-body .contact-boxes {
    margin-top: 0;
    right: auto;
    margin-top: -200px;
  }
  .contact-body section.header-section .text {
    width: 100%;
  }
  .contact-body .contact-boxes .contact-box {
    margin: 20px 20px 0 20px;
    width: calc(50% - 40px);
  }
  .contact-body section.header-section .header-bg {
    position: fixed;
  }
  .contact-body section.map-section {
    height: auto;
    overflow: visible;
  }
  ul.float-row li.float-cell:nth-child(3n+1) {
    clear: none;
  }
  ul.float-row li.float-cell:nth-child(2n+1) {
    clear: left;
  }
  .graybox .col:nth-child(2) {
    display: none;
  }
  .floating-contact .contact-row {
    width: 490px;
  }
  .popup .popup-inner .popup-content .results .result {
    width: 100%;
    margin-bottom: 30px;
    padding: 0 20vw;
  }
  .popup .popup-inner .popup-content .table .table-cell {
    width: 100%;
    display: block;
  }
  .popup .popup-inner .popup-content .table .table-cell:nth-child(1) {
    padding-right: 0;
  }
  .popup .popup-inner .popup-content .table .table-cell:nth-child(2) {
    padding-left: 0;
  }
  .popup .popup-inner .popup-content h2 {
    padding: 30px 0px;
  }
  .subpage-block.layout5 .subpage-block-inner .svg-cell,
  .subpage-block.layout6 .subpage-block-inner .svg-cell,
  .subpage-block.layout-text-with-three-animations .subpage-block-inner .svg-cell,
  .subpage-block.layout-text-with-six-animations .subpage-block-inner .svg-cell {
    float: none;
    display: table;
    margin: auto;
    width: 50%;
    max-width: 400px;
    margin-bottom: 30px;
    float: left;
  }
  .subpage-block.layout-text-with-left-animation .subpage-block-inner .svg-cell,
  .subpage-block.layout-text-with-right-animation .subpage-block-inner .svg-cell,
  .subpage-block.layout2 .subpage-block-inner .svg-cell,
  .subpage-block.layout3 .subpage-block-inner .svg-cell {
    display: block;
    margin: auto;
  }
  .subpage-block.layout-text-with-left-animation .text-content,
  .subpage-block.layout-text-with-right-animation .text-content,
  .subpage-block.layout2 .text-content,
  .subpage-block.layout3 .text-content {
    display: block;
    padding-left: 0;
  }
  .subpage-block.layout-text-with-left-animation .text-content h2,
  .subpage-block.layout-text-with-right-animation .text-content h2,
  .subpage-block.layout2 .text-content h2,
  .subpage-block.layout3 .text-content h2 {
    text-align: center;
  }
  .subpage-block.layout-text-with-left-animation .text-content .text,
  .subpage-block.layout-text-with-right-animation .text-content .text,
  .subpage-block.layout2 .text-content .text,
  .subpage-block.layout3 .text-content .text {
    text-align: center;
  }
  .subpage-block.layout7 .columns .column,
  .subpage-block.layout-colored-block-with-two-columns .columns .column {
    width: 100%;
    float: none;
    margin-bottom: 50px;
  }
  .job-details .row {
    padding-bottom: 50px;
  }
  .job-details .row .col {
    width: 100%;
  }
  .job-details .row .col:nth-child(1) {
    padding-right: 0;
  }
  .job-details .row .col:nth-child(2) {
    width: 100%;
  }
  .jobs-row .job {
    width: 50%;
  }
  .services-body .columns .column {
    width: 100%;
    float: none;
    margin-bottom: 30px;
  }
  .subpage-block.layout7 .text,
  .subpage-block.layout-colored-block-with-two-columns .text {
    width: auto;
    float: none;
  }
  .contact-section .col {
    width: 50%;
  }
  .contact-section .col.contact-image {
    display: none;
  }
  .contact-section .col:nth-child(2) {
    padding-right: 40px;
  }
}
@media screen and (max-width: 790px) {
  section.layout-background-image-with-text .bgimage {
    width: 100%;
    display: table;
    padding: 50px;
  }
  section.layout-background-image-with-text .bgimage .inner-text {
    margin: auto;
    display: table;
  }
  section.layout-background-image-with-text .subpage-block-inner {
    width: 100%;
    display: block;
    padding: 40px;
  }
  section.header-section .text {
    width: 80%;
  }
  section.header-section .container {
    margin-top: 100px;
  }
  .footer .footer-row .footer-col {
    width: 50%;
  }
  .footer .footer-row .footer-col.last {
    width: 100%;
    padding-top: 50px;
  }
  .footer .footer-bottom {
    width: 400px;
    line-height: 30px;
  }
  .footer .footer-bottom .created {
    margin-left: 0;
  }
  .footer .footer-bottom img {
    margin-top: 0;
  }
  section.header-section .start-scrolling {
    display: none;
  }
  .slider-container .inner .slider li {
    width: 1%;
  }
  .slider-container .inner .slider li img {
    margin: auto;
    display: table;
  }
  .quote {
    width: 80%;
    font-size: 18px;
    line-height: 24px;
  }
  .quote:before {
    left: -78px;
  }
  .quote:after {
    right: -78px;
  }
  .popup .popup-inner .popup-content .quote {
    width: 70%;
  }
  .contact-boxes .contact-box {
    width: 100%;
    margin: 20px 0;
  }
  .contact-box .contact-row .text {
    text-align: center;
    width: 100%;
  }
  .map-container {
    top: -85%;
    height: 200%;
  }
  body:not(.network-body) section.map-section {
    min-height: 1140px;
  }
  body.network-body section.map-section {
    height: 100vh;
  }
  body.network-body .map-container {
    height: calc(100vh - 130px) !important;
    width: 100%;
    margin: 0;
    border-radius: 0;
  }
  .slider-container.testimonials-slider .inner {
    width: 60%;
  }
  .contact-body .contact-boxes .contact-box {
    width: 100%;
    float: none;
    margin: 20px 0;
  }
  .contact-body .contact-boxes {
    margin-top: -100px;
  }
  .row.card-row .col.col-33 {
    width: 100%;
    clear: both;
  }
  section h2 {
    font-size: 30px;
    line-height: 36px;
  }
  section h2 span {
    font-size: 16px;
    line-height: 22px;
  }
  .movings,
  body #menu .move {
    display: none;
  }
  .quote:before,
  .quote:after {
    width: 40px;
  }
  .quote:before {
    left: -40px;
  }
  .quote:after {
    right: -40px;
  }
  .popup .popup-inner .popup-content .results .result {
    padding: 0 0;
  }
  .contact-box .contact-row img {
    margin: 20px auto;
    display: table;
    float: none;
  }
  .contact-body section.header-section .text {
    text-align: center;
  }
  .contact-box .contact-row .text .title {
    text-align: center;
    width: 100%;
  }
  .thankyou-section .table .table-cell .text {
    max-width: 300px;
  }
  .thankyou-section .table .table-cell .text h2 {
    font-size: 30px;
    line-height: 36px;
  }
  .contact-section .col {
    width: 100%;
  }
  .contact-section .col:nth-child(2) {
    padding-right: 0px;
  }
  .contact-section .contact-box .map-col {
    padding-right: 0;
    margin: 40px 0;
  }
  .contact-section .contact-box .map-col img {
    max-width: 400px;
    display: block;
    margin: auto;
  }
  .layout-case-studies .cs-menu .cs-menu-inner {
    padding: 5px;
    width: 100%;
  }
  .popup .popup-inner .popup-content .table .table-cell:nth-child(2) {
    width: 100%;
    display: table-header-group;
  }
  .popup .popup-inner .popup-content .table .table-cell:nth-child(1) {
    width: 100%;
    display: table-footer-group;
  }
  .popup .popup-inner .popup-content .table .table-cell .image-slider .inner .slider li video {
    display: block;
    max-width: 320px;
  }
  .popup .popup-inner .popup-content .table .table-cell .image-slider .inner .slider li img {
    display: block;
    max-width: 320px;
  }
}
@media screen and (max-width: 700px) {
  .quote .person .avatar {
    float: none;
    margin: auto;
  }
  .quote .person .name {
    text-align: center;
  }
  .services-body .columns .column .svg-animation,
  .services-body .columns .column .static-image {
    display: block;
    float: left;
  }
  .services-body .columns .column .text {
    display: block;
    padding-right: 0;
  }
  .services-body .columns .column .text h5 {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  header .inner {
    display: block;
  }
  header .inner #navigation,
  header .inner .language,
  header .inner .btn.btn-contact {
    display: none;
  }
  body #menu .menu-inner li {
    font-size: 38px;
    line-height: 52px;
  }
  ul.float-row li.float-cell {
    width: 100%;
    padding-left: 0;
  }
  ul.float-row li.float-cell:nth-child(2n+1) {
    clear: none;
  }
  .arrows .arrow.arrow-right {
    right: 25px;
  }
  .arrows .arrow.arrow-left {
    left: 25px;
  }
  body #menu .language .language-bar li {
    font-size: 20px;
    line-height: 16px;
    margin-right: 5px;
  }
  body #menu .language {
    right: 80px;
    top: 40px;
  }
  .floating-contact {
    bottom: 10px;
    right: 10px;
  }
  .floating-contact .contact-row {
    margin-left: 10px;
    padding: 32px 20px;
  }
  .floating-contact .close {
    line-height: 55px;
    margin-top: 38px;
  }
  .floating-contact .close i {
    font-size: 18px;
  }
  .floating-contact.opened .contact-box.show {
    right: 0;
  }
  .popup .popup-inner .popup-header {
    height: 300px;
  }
  .graybox .col a.btn.btn-message-us {
    display: none;
  }
  .floating-contact .graybox .col a.btn.btn-message-us.short-btn {
    display: block;
  }
  .jobs-row .job {
    width: 100%;
  }
  section.header-section .text h1 {
    font-size: 40px;
    line-height: 48px;
  }
  section.header-section .overlay {
    display: block;
  }
  section.header-section video {
    transform: translateX(-33%);
  }
}
@media screen and (max-width: 470px) {
  section.layout-storytelling {
    padding: 50px 0;
  }
  section.layout-storytelling .container .text-box {
    display: block;
  }
  section.layout-storytelling .container .text-box .video-container .inner {
    width: 360px;
    margin-left: -40px;
    float: left;
  }
  section.header-section .text h1 {
    font-size: 32px;
    line-height: 38px;
  }
  section.header-section .overlay {
    display: block;
  }
  section.header-section video {
    transform: translateX(-45%);
  }
  .slider-container .inner .slider li {
    padding: 0 0.05%;
  }
  .services-body .columns .column .svg-animation,
  .services-body .columns .column .static-image {
    float: none;
  }
  .subpage-block.layout7 .columns .column .svg-animation,
  .subpage-block.layout7 .columns .column .static-image,
  .subpage-block.layout-colored-block-with-two-columns .columns .column .svg-animation,
  .subpage-block.layout-colored-block-with-two-columns .columns .column .static-image {
    float: none;
  }
}
@media screen and (max-width: 460px) {
  .footer .footer-row .footer-col {
    width: 100%;
    padding-bottom: 30px;
  }
  .footer .footer-row .footer-col.first,
  .footer .footer-row .footer-col.last {
    padding-bottom: 30px;
    padding-top: 0px;
  }
  .footer .footer-bottom {
    width: 100%;
  }
  .quote {
    width: 100%;
  }
  .quote:after,
  .quote:before {
    display: none;
  }
  header #logo {
    left: 20px;
    top: 30px;
  }
  header .hamburger {
    right: 20px;
    top: 30px;
  }
  header .inner {
    height: 85px;
  }
  body #menu .language {
    right: 20px;
    top: 80px;
  }
  .subpage-block.layout5 .subpage-block-inner .svg-cell,
  .subpage-block.layout6 .subpage-block-inner .svg-cell,
  .subpage-block.layout-text-with-three-animations .subpage-block-inner .svg-cell,
  .subpage-block.layout-text-with-six-animations .subpage-block-inner .svg-cell {
    float: none;
    display: table;
    margin: auto;
    width: 100%;
    max-width: none;
    margin-bottom: 30px;
  }
  .subpage-block.layout4,
  .subpage-block.layout-text-with-background-image {
    padding: 100px 0;
  }
  section.header-section .text h1 {
    font-size: 28px;
    line-height: 34px;
  }
  section.header-section .text span {
    font-size: 18px;
    line-height: 22px;
  }
  .graybox .col img {
    display: none;
  }
  .floating-contact .contact-row {
    width: 245px;
  }
}
@media screen and (max-height: 760px) {
  body #menu .menu-inner li {
    font-size: 40px;
    line-height: 58px;
  }
  body.menu-opened #menu .move .object,
  .movings .move .object {
    transform: scale(0.8) !important;
  }
  section.header-section .text h1 {
    font-size: 48px;
    line-height: 52px;
  }
  section.header-section .text span {
    font-size: 24px;
  }
}
@media screen and (max-height: 540px) {
  body #menu .menu-inner li {
    font-size: 38px;
    line-height: 52px;
  }
  .thankyou-section .svg-animation,
  .thankyou-section .static-image {
    height: 160px !important;
  }
  section.header-section .text h1 {
    font-size: 32px;
    line-height: 38px;
  }
  section.header-section .text span {
    font-size: 18px;
    line-height: 24px;
  }
  body.menu-opened #menu .menu-inner {
    display: block;
    max-height: 100vh;
    overflow: auto;
    padding-top: 150px;
    padding-bottom: 150px;
  }
}
/*# sourceMappingURL=main.min.css.map */