/* Config */
html, body {
  margin: 0;
  padding: 0;
  width: 100vw;
  height: auto;
  overflow-y: hidden;
  height: auto;
  background: #fff;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

body.scrollnone, html.scrollnone {
  overflow-y: hidden !important;
}

html, body {
  overflow-x: hidden;
}

html {
  background: #fff;
}

* {
  outline: none !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  outline: none;
  margin: 0;
  padding: 0;
  border: none;
}

div, *, a, ul, li, p, h1, h2, h3, h4, h5, h6, div:focus, *:focus, a:focus {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  outline: none;
  margin: 0;
  padding: 0;
  border: none;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

li {
  list-style-type: none;
}

button, a, input {
  -webkit-appearance: none;
}

::-webkit-scrollbar {
  width: 4px;
  background: #fff;
}

::-webkit-scrollbar-thumb {
  background: #59CA89;
  border-radius: 125px;
}

/* /Config */
/* Fonts */
@font-face {
  font-family: "baloo-regular";
  src: url("../fonts/Baloo2-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "baloo-medium";
  src: url("../fonts/Baloo2-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "baloo-semibold";
  src: url("../fonts/Baloo2-SemiBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "baloo-bold";
  src: url("../fonts/Baloo2-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "baloo-extrabold";
  src: url("../fonts/Baloo2-ExtraBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* /Fonts */
/* Variables */
/* /Variables */
/* Mixins */
div.loader {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#E2FAFF));
  background: linear-gradient(to bottom, #fff, #E2FAFF);
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999999999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#5BCD8C), to(#43A46A));
  background: linear-gradient(to bottom, #5BCD8C, #43A46A);
}
div.loader svg {
  width: 200px;
}
@media screen and (max-width: 699px) {
  div.loader svg {
    width: 160px;
  }
}
div.loader svg .svg-elem-1 {
  stroke-dashoffset: 6107.3076171875px;
  stroke-dasharray: 6107.3076171875px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 2s cubic-bezier(0.47, 0, 0.745, 0.715) 0s, fill 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s;
  transition: stroke-dashoffset 2s cubic-bezier(0.47, 0, 0.745, 0.715) 0s, fill 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s;
}
div.loader svg.active .svg-elem-1 {
  stroke-dashoffset: 0;
  fill: rgb(255, 255, 255);
}

header {
  position: relative;
  z-index: 9;
}
header div.container {
  max-width: 1300px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 80px;
}
@media screen and (max-width: 699px) {
  header div.container {
    max-width: calc(100vw - 50px);
  }
}
@media screen and (min-width: 700px) and (max-width: 999px) {
  header div.container {
    max-width: calc(100vw - 80px);
  }
}
@media screen and (min-width: 700px) and (max-width: 999px) {
  header div.container {
    max-width: calc(100vw - 80px);
  }
}
@media screen and (min-width: 1000px) and (max-width: 1379px) {
  header div.container {
    max-width: calc(100vw - 80px);
  }
}
header div.container a.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "baloo-extrabold";
  font-size: 30px;
  color: #333333;
}
header div.container a.logo svg {
  margin-right: 20px;
}
@media screen and (max-width: 360px) {
  header div.container a.logo svg {
    margin-right: 12px;
  }
}
header div.container ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 699px) {
  header div.container ul {
    display: none;
  }
}
@media screen and (min-width: 700px) and (max-width: 999px) {
  header div.container ul {
    display: none;
  }
}
header div.container ul li a {
  font-family: "baloo-medium";
  text-transform: uppercase;
  color: #707070;
  font-size: 15px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
header div.container ul li a:hover {
  color: #111;
}
header div.container ul li + li {
  margin-left: 55px;
}
@media screen and (min-width: 1000px) and (max-width: 1100px) {
  header div.container ul li + li {
    margin-left: 15px;
  }
}
@media screen and (min-width: 1101px) and (max-width: 1200px) {
  header div.container ul li + li {
    margin-left: 40px;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1379px) {
  header div.container ul li + li {
    margin-left: 45px;
  }
}
header div.container a.access {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  cursor: pointer;
  width: 294px;
  height: 44px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #59CA89;
  color: #59CA89;
  font-family: "baloo-regular";
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  border-radius: 22px;
}
@media screen and (max-width: 699px) {
  header div.container a.access {
    max-width: calc(100vw - 50px);
  }
}
header div.container a.access b {
  font-weight: normal;
  font-family: "baloo-bold";
  margin-left: 4px;
}
header div.container a.access svg {
  margin-right: 32px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
header div.container a.access svg path {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
header div.container a.access:hover {
  background: #59CA89;
  color: #fff;
}
header div.container a.access:hover svg {
  -webkit-transform: translateX(8px);
          transform: translateX(8px);
}
header div.container a.access:hover svg path {
  fill: #fff;
}
@media screen and (max-width: 699px) {
  header div.container a.access {
    display: none;
  }
}
@media screen and (min-width: 700px) and (max-width: 999px) {
  header div.container a.access {
    margin-left: auto;
    margin-right: 25px;
  }
}
header div.container div.hamburger {
  height: 22px;
  width: 30px;
  display: none;
  position: relative;
  z-index: 99;
}
@media screen and (max-width: 699px) {
  header div.container div.hamburger {
    display: block;
  }
}
@media screen and (min-width: 700px) and (max-width: 999px) {
  header div.container div.hamburger {
    display: block;
  }
}
header div.container div.hamburger span {
  width: 30px;
  height: 4px;
  display: block;
  background: #777;
  border-radius: 4px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
header div.container div.hamburger span + span {
  margin-top: 5px;
}
header div.container div.hamburger.active span:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(6px, 7px);
          transform: rotate(45deg) translate(6px, 7px);
}
header div.container div.hamburger.active span:nth-child(2) {
  opacity: 0;
}
header div.container div.hamburger.active span:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(6px, -7px);
          transform: rotate(-45deg) translate(6px, -7px);
}

div.menu {
  display: none;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  background: #fff;
  left: 100vw;
  opacity: 0;
  left: 0;
  pointer-events: none;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
@media screen and (max-width: 699px) {
  div.menu {
    display: block;
    position: absolute;
    z-index: 6;
  }
}
div.menu.active {
  opacity: 1;
  pointer-events: all;
}
div.menu div.container {
  max-width: 920px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100vh;
  padding-bottom: 100px;
}
@media screen and (max-width: 699px) {
  div.menu div.container {
    max-width: calc(100vw - 50px);
  }
}
@media screen and (min-width: 700px) and (max-width: 999px) {
  div.menu div.container {
    max-width: calc(100vw - 80px);
  }
}
@media screen and (max-width: 360px) {
  div.menu div.container {
    padding-bottom: 80px;
  }
}
div.menu div.container ul {
  display: block;
  padding-top: 160px;
}
@media screen and (max-width: 360px) {
  div.menu div.container ul {
    padding-top: 120px;
  }
}
div.menu div.container ul li a {
  font-family: "baloo-medium";
  text-transform: uppercase;
  color: #707070;
  font-size: 22px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  margin: 0 auto;
  display: block;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
div.menu div.container ul li a:hover {
  color: #111;
}
div.menu div.container ul li + li {
  margin-top: 30px;
}
@media screen and (max-width: 360px) {
  div.menu div.container ul li + li {
    margin-top: 20px;
  }
}
div.menu div.container a.access {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  cursor: pointer;
  width: 294px;
  height: 44px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #59CA89;
  color: #59CA89;
  font-family: "baloo-regular";
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  border-radius: 22px;
  margin: 0 auto;
}
@media screen and (max-width: 699px) {
  div.menu div.container a.access {
    max-width: calc(100vw - 50px);
  }
}
div.menu div.container a.access b {
  font-weight: normal;
  font-family: "baloo-bold";
  margin-left: 4px;
}
div.menu div.container a.access svg {
  margin-right: 32px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
div.menu div.container a.access svg path {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
div.menu div.container a.access:hover {
  background: #59CA89;
  color: #fff;
}
div.menu div.container a.access:hover svg {
  -webkit-transform: translateX(8px);
          transform: translateX(8px);
}
div.menu div.container a.access:hover svg path {
  fill: #fff;
}
@media screen and (max-width: 699px) {
  div.menu div.container a.access {
    max-width: calc(100vw - 50px);
  }
}

section.banner div.container {
  max-width: 920px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 75px 0;
}
@media screen and (max-width: 699px) {
  section.banner div.container {
    max-width: calc(100vw - 50px);
  }
}
@media screen and (min-width: 700px) and (max-width: 999px) {
  section.banner div.container {
    max-width: calc(100vw - 80px);
  }
}
@media screen and (max-width: 699px) {
  section.banner div.container {
    padding: 60px 0;
    display: block;
  }
}
@media screen and (max-width: 360px) {
  section.banner div.container {
    padding: 40px 0;
  }
}
@media screen and (min-width: 700px) and (max-width: 849px) {
  section.banner div.container {
    display: block;
  }
}
section.banner div.container div.caption {
  width: 360px;
}
@media screen and (max-width: 699px) {
  section.banner div.container div.caption {
    width: auto;
  }
}
section.banner div.container div.caption h1 {
  color: #333333;
  text-align: left;
  font-family: "baloo-semibold";
  font-weight: normal;
  font-size: 30px;
  line-height: 40px;
  max-width: 350px;
}
section.banner div.container div.caption p {
  color: #717171;
  text-align: left;
  font-family: "baloo-medium";
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  margin-top: 15px;
  max-width: 360px;
}
section.banner div.container div.caption a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  cursor: pointer;
  width: 294px;
  height: 44px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #59CA89;
  color: #59CA89;
  font-family: "baloo-regular";
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  border-radius: 22px;
  margin-top: 60px;
}
@media screen and (max-width: 699px) {
  section.banner div.container div.caption a {
    max-width: calc(100vw - 50px);
  }
}
section.banner div.container div.caption a b {
  font-weight: normal;
  font-family: "baloo-bold";
  margin-left: 4px;
}
section.banner div.container div.caption a svg {
  margin-right: 32px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
section.banner div.container div.caption a svg path {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
section.banner div.container div.caption a:hover {
  background: #59CA89;
  color: #fff;
}
section.banner div.container div.caption a:hover svg {
  -webkit-transform: translateX(8px);
          transform: translateX(8px);
}
section.banner div.container div.caption a:hover svg path {
  fill: #fff;
}
section.banner div.container div.image {
  position: relative;
  display: block;
  width: 500px;
  height: 464px;
}
@media screen and (max-width: 699px) {
  section.banner div.container div.image {
    width: calc(100vw - 70px);
    margin: 0 auto;
    height: 370px;
    margin-top: 40px;
  }
}
@media screen and (min-width: 700px) and (max-width: 849px) {
  section.banner div.container div.image {
    margin: 0 auto;
    margin-top: 40px;
  }
}
@media screen and (max-width: 699px) {
  section.banner div.container div.image svg {
    max-width: calc(100vw - 50px);
    height: calc(100vw - 50px);
  }
}
section.banner div.container div.image div.main, section.banner div.container div.image div.back {
  position: absolute;
}
section.banner div.container div.image div.back {
  right: 0;
}
@media screen and (max-width: 699px) {
  section.banner div.container div.image div.back svg {
    width: calc(100vw - 70px);
  }
}
section.banner div.container div.image div.main {
  right: 70px;
  top: 72px;
}
@media screen and (max-width: 699px) {
  section.banner div.container div.image div.main {
    left: 0;
    right: auto;
    top: 0;
  }
}
@media screen and (max-width: 699px) {
  section.banner div.container div.image div.main svg {
    width: calc(100vw - 70px);
  }
}

section.platform {
  margin-top: 60px;
}
@media screen and (max-width: 699px) {
  section.platform {
    margin: 0;
  }
}
section.platform div.container {
  max-width: 920px;
  margin: 0 auto;
  display: block;
  position: relative;
}
@media screen and (max-width: 699px) {
  section.platform div.container {
    max-width: calc(100vw - 50px);
  }
}
@media screen and (min-width: 700px) and (max-width: 999px) {
  section.platform div.container {
    max-width: calc(100vw - 80px);
  }
}
section.platform div.container div.images {
  display: block;
  position: relative;
}
section.platform div.container div.images::after {
  content: "";
  background: url(../img/world.svg);
  width: 1112px;
  height: 655px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  z-index: 0;
  left: -92px;
  top: -125px;
}
@media screen and (max-width: 699px) {
  section.platform div.container div.images::after {
    width: 100vw;
    height: 100vw;
    left: -25px;
    top: -150px;
  }
}
section.platform div.container div.images img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  position: relative;
  z-index: 1;
}
section.platform div.container div.images div.notebook {
  z-index: 1;
  position: relative;
}
section.platform div.container div.images div.plane, section.platform div.container div.images div.study, section.platform div.container div.images div.ship {
  z-index: 2;
  position: absolute;
  background: none;
}
section.platform div.container div.images div.plane {
  top: -80px;
  left: 20px;
}
@media screen and (max-width: 699px) {
  section.platform div.container div.images div.plane {
    width: 160px;
    left: -20px;
  }
}
@media screen and (max-width: 699px) {
  section.platform div.container div.images div.plane img {
    width: 160px;
    left: -20px;
  }
}
section.platform div.container div.images div.study {
  left: -16px;
  top: 160px;
}
@media screen and (max-width: 699px) {
  section.platform div.container div.images div.study {
    right: -20px;
    top: 120px;
  }
}
section.platform div.container div.images div.study img {
  width: 127px;
  height: 125px;
  border: 1px solid #44affb;
  padding: 6px;
  border-radius: 24px;
  background: #fff;
  -webkit-box-shadow: 0 0 73px #A7CAFF;
          box-shadow: 0 0 73px #A7CAFF;
}
@media screen and (max-width: 699px) {
  section.platform div.container div.images div.study img {
    width: 90px;
    height: 80px;
    padding: 5px;
    border-radius: 20px;
  }
}
section.platform div.container div.images div.ship {
  right: -150px;
  top: -215px;
}
@media screen and (max-width: 699px) {
  section.platform div.container div.images div.ship {
    right: -20px;
    top: -80px;
  }
}
section.platform div.container div.images div.ship img {
  width: 318px;
  height: 356px;
  padding: 9px;
  border: 1px solid #59CA89;
  border-radius: 68px;
  background: #fff;
  -webkit-box-shadow: 0 0 73px #A7CAFF;
          box-shadow: 0 0 73px #A7CAFF;
}
@media screen and (max-width: 699px) {
  section.platform div.container div.images div.ship img {
    width: 100px;
    height: 100px;
    padding: 5px;
    border-radius: 20px;
  }
}
section.platform div.container div.images img.notebook {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 699px) {
  section.platform div.container div.images img.notebook {
    width: calc(100vw - 50px);
  }
}
section.platform div.container ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-row-gap: 80px;
}
@media screen and (max-width: 699px) {
  section.platform div.container ul {
    display: block;
  }
}
section.platform div.container ul li div.title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.platform div.container ul li div.title svg {
  margin-right: 10px;
  width: 37px;
}
section.platform div.container ul li div.title h2 {
  font-family: "baloo-regular";
  font-size: 30px;
  font-weight: normal;
}
section.platform div.container ul li p {
  color: #717171;
  text-align: left;
  font-family: "baloo-medium";
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  margin-top: 20px;
  max-width: 350px;
}
section.platform div.container ul li:nth-child(1) div.title svg path {
  fill: #59CA89;
}
section.platform div.container ul li:nth-child(1) div.title h2 {
  color: #59CA89;
}
section.platform div.container ul li:nth-child(2) div.title svg path {
  fill: #E08EF5;
}
section.platform div.container ul li:nth-child(2) div.title h2 {
  color: #E08EF5;
}
section.platform div.container ul li:nth-child(2) p {
  max-width: 320px;
}
section.platform div.container ul li:nth-child(3) {
  margin-left: 90px;
}
@media screen and (max-width: 699px) {
  section.platform div.container ul li:nth-child(3) {
    margin-left: 0;
  }
}
section.platform div.container ul li:nth-child(3) div.title svg path {
  fill: #44affb;
}
section.platform div.container ul li:nth-child(3) div.title h2 {
  color: #44affb;
}
section.platform div.container ul li:nth-child(3) p {
  max-width: 307px;
}
section.platform div.container ul li:nth-child(4) {
  margin-left: 90px;
}
@media screen and (max-width: 699px) {
  section.platform div.container ul li:nth-child(4) {
    margin-left: 0;
  }
}
section.platform div.container ul li:nth-child(4) div.title svg path {
  fill: #DF3D5A;
}
section.platform div.container ul li:nth-child(4) div.title h2 {
  color: #DF3D5A;
}
section.platform div.container ul li:nth-child(4) p {
  max-width: 340px;
}
@media screen and (max-width: 699px) {
  section.platform div.container ul li + li {
    margin-top: 40px;
  }
}

section.solutions {
  margin-top: 125px;
}
@media screen and (max-width: 699px) {
  section.solutions {
    margin-top: 80px;
  }
}
section.solutions div.container {
  max-width: 920px;
  margin: 0 auto;
  display: block;
  position: relative;
}
@media screen and (max-width: 699px) {
  section.solutions div.container {
    max-width: calc(100vw - 50px);
  }
}
@media screen and (min-width: 700px) and (max-width: 999px) {
  section.solutions div.container {
    max-width: calc(100vw - 80px);
  }
}
section.solutions div.container h4 {
  color: #2F2F2F;
  text-align: center;
  font-family: "baloo-semibold";
  font-weight: normal;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 27px;
}
section.solutions div.container h1 {
  color: #000000;
  text-align: center;
  font-family: "baloo-semibold";
  font-weight: normal;
  font-size: 30px;
  line-height: 40px;
  max-width: 333px;
  margin: 0 auto;
}
section.solutions div.container ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 80px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto 80px auto 80px auto 80px auto 80px auto 80px auto;
      grid-template-areas: "a1 a2" "a3 a2" "a3 a4" "a5 a4" "a5 a6" "a7 a8";
  grid-gap: 80px;
  margin-top: 60px;
}
@media screen and (max-width: 699px) {
  section.solutions div.container ul {
    display: block;
  }
}
@media screen and (min-width: 700px) and (max-width: 999px) {
  section.solutions div.container ul {
    display: block;
    margin: 0 auto;
    max-width: 423px;
    margin-top: 60px;
  }
}
section.solutions div.container ul li img:not(.item) {
  border-radius: 33px;
  width: 423px;
  height: 222px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  cursor: pointer;
}
@media screen and (max-width: 699px) {
  section.solutions div.container ul li img:not(.item) {
    width: calc(100vw - 50px);
    height: calc(50vw + 30px);
  }
}
section.solutions div.container ul li div.item-hand, section.solutions div.container ul li div.item-cloud {
  border-radius: 33px;
  width: 423px;
  height: 222px;
  display: block;
  position: relative;
  overflow: visible;
}
@media screen and (max-width: 699px) {
  section.solutions div.container ul li div.item-hand, section.solutions div.container ul li div.item-cloud {
    width: calc(100vw - 50px);
    height: calc(50vw + 30px);
  }
}
section.solutions div.container ul li div.item-hand img, section.solutions div.container ul li div.item-cloud img {
  margin: 0 auto;
  display: block;
}
section.solutions div.container ul li div.item-hand {
  background: #FFF57B;
}
section.solutions div.container ul li div.item-hand img {
  -webkit-transform: translateY(-60px);
          transform: translateY(-60px);
}
section.solutions div.container ul li div.item-cloud {
  background: #44affb;
}
section.solutions div.container ul li div.item-cloud img {
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
}
section.solutions div.container ul li div.risk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 28px;
  margin-left: 60px;
}
@media screen and (max-width: 699px) {
  section.solutions div.container ul li div.risk {
    margin-left: 40px;
  }
}
@media screen and (max-width: 360px) {
  section.solutions div.container ul li div.risk {
    margin-left: 30px;
  }
}
section.solutions div.container ul li div.risk svg {
  width: 48px;
  margin-right: 14px;
}
section.solutions div.container ul li div.risk h2 {
  max-width: 100px;
  margin: 0;
}
section.solutions div.container ul li div.alert {
  background: -webkit-gradient(linear, left top, left bottom, from(#5BCD8C), to(#43A46A));
  background: linear-gradient(to bottom, #5BCD8C, #43A46A);
  border-radius: 33px;
  width: 423px;
  height: 205px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
}
@media screen and (max-width: 699px) {
  section.solutions div.container ul li div.alert {
    width: calc(100vw - 50px);
    height: auto;
  }
}
@media screen and (max-width: 360px) {
  section.solutions div.container ul li div.alert {
    display: block;
  }
}
section.solutions div.container ul li div.alert div.div {
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #fff;
  border-radius: 33px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100px;
  min-width: 100px;
}
@media screen and (max-width: 360px) {
  section.solutions div.container ul li div.alert div.div {
    width: 100%;
    height: 100px;
  }
}
section.solutions div.container ul li div.alert div.div svg {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
section.solutions div.container ul li div.alert div.content {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
@media screen and (max-width: 699px) {
  section.solutions div.container ul li div.alert div.content {
    padding: 15px 0;
  }
}
section.solutions div.container ul li div.alert div.content h2 {
  font-family: "baloo-medium";
  font-size: 32px;
  margin-left: 15px;
  margin-right: 0;
  margin-top: 0;
}
section.solutions div.container ul li div.alert div.content p {
  color: #fff;
  margin-left: 15px;
  margin-right: 0;
  font-size: 20px;
  line-height: 23px;
  max-width: 240px;
  margin-top: 14px;
}
@media screen and (max-width: 699px) {
  section.solutions div.container ul li div.alert div.content p {
    margin-top: 8px;
  }
}
section.solutions div.container ul li h2 {
  color: #717171;
  text-align: left;
  font-family: "baloo-medium";
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  font-family: "baloo-semibold";
  font-size: 24px;
  margin-left: 60px;
  margin-top: 28px;
  margin-right: 30px;
}
@media screen and (max-width: 699px) {
  section.solutions div.container ul li h2 {
    margin-left: 40px;
  }
}
@media screen and (max-width: 360px) {
  section.solutions div.container ul li h2 {
    margin-left: 30px;
  }
}
section.solutions div.container ul li p {
  color: #212121;
  text-align: left;
  font-family: "baloo-medium";
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  margin-top: 5px;
  margin-left: 60px;
  margin-right: 30px;
}
@media screen and (max-width: 699px) {
  section.solutions div.container ul li p {
    margin-left: 40px;
  }
}
@media screen and (max-width: 360px) {
  section.solutions div.container ul li p {
    margin-left: 30px;
  }
}
section.solutions div.container ul li:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: a1;
}
section.solutions div.container ul li:nth-child(1) img {
  -webkit-box-shadow: 0 0 55px #498FEC;
          box-shadow: 0 0 55px #498FEC;
}
section.solutions div.container ul li:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 3;
  grid-area: a2;
}
section.solutions div.container ul li:nth-child(2) h2 {
  color: #44affb;
  max-width: 140px;
}
section.solutions div.container ul li:nth-child(2) img:hover {
  -webkit-box-shadow: 0 0 55px #44affb;
          box-shadow: 0 0 55px #44affb;
}
section.solutions div.container ul li:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  grid-area: a3;
}
@media screen and (max-width: 699px) {
  section.solutions div.container ul li:nth-child(3) {
    margin-top: 50px;
  }
}
@media screen and (min-width: 700px) and (max-width: 999px) {
  section.solutions div.container ul li:nth-child(3) {
    margin-top: 50px;
  }
}
section.solutions div.container ul li:nth-child(3) h2 {
  color: #59CA89;
  max-width: 200px;
}
section.solutions div.container ul li:nth-child(3) p {
  max-width: 280px;
}
section.solutions div.container ul li:nth-child(3) div.item-hand {
  cursor: pointer;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
section.solutions div.container ul li:nth-child(3) div.item-hand:hover {
  -webkit-box-shadow: 0 0 55px #59CA89;
          box-shadow: 0 0 55px #59CA89;
}
section.solutions div.container ul li:nth-child(4) {
  -ms-grid-row: 5;
  -ms-grid-row-span: 3;
  -ms-grid-column: 3;
  grid-area: a4;
}
@media screen and (max-width: 699px) {
  section.solutions div.container ul li:nth-child(4) {
    margin-top: 50px;
  }
}
@media screen and (min-width: 700px) and (max-width: 999px) {
  section.solutions div.container ul li:nth-child(4) {
    margin-top: 50px;
  }
}
section.solutions div.container ul li:nth-child(4) h2 {
  color: #E08EF5;
}
section.solutions div.container ul li:nth-child(4) img:hover {
  -webkit-box-shadow: 0 0 55px #DF3D5A;
          box-shadow: 0 0 55px #DF3D5A;
}
section.solutions div.container ul li:nth-child(5) {
  -ms-grid-row: 7;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  grid-area: a5;
}
@media screen and (max-width: 699px) {
  section.solutions div.container ul li:nth-child(5) {
    margin-top: 50px;
  }
}
@media screen and (min-width: 700px) and (max-width: 999px) {
  section.solutions div.container ul li:nth-child(5) {
    margin-top: 50px;
  }
}
section.solutions div.container ul li:nth-child(5) h2 {
  color: #DF3D5A;
}
section.solutions div.container ul li:nth-child(5) img:hover {
  -webkit-box-shadow: 0 0 55px #E08EF5;
          box-shadow: 0 0 55px #E08EF5;
}
section.solutions div.container ul li:nth-child(6) {
  -ms-grid-row: 9;
  -ms-grid-column: 3;
  grid-area: a6;
}
@media screen and (max-width: 699px) {
  section.solutions div.container ul li:nth-child(6) {
    margin-top: 50px;
  }
}
@media screen and (min-width: 700px) and (max-width: 999px) {
  section.solutions div.container ul li:nth-child(6) {
    margin-top: 50px;
  }
}
section.solutions div.container ul li:nth-child(6) h2 {
  color: #fff;
}
section.solutions div.container ul li:nth-child(6) div.alert {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  cursor: pointer;
}
section.solutions div.container ul li:nth-child(6) div.alert:hover {
  -webkit-box-shadow: 0 0 55px #59CA89;
          box-shadow: 0 0 55px #59CA89;
}
section.solutions div.container ul li:nth-child(6) div.alert:hover svg {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
section.solutions div.container ul li:nth-child(7) {
  -ms-grid-row: 11;
  -ms-grid-column: 1;
  grid-area: a7;
}
section.solutions div.container ul li:nth-child(7) h2 {
  color: #59CA89;
}
section.solutions div.container ul li:nth-child(7) img:hover {
  -webkit-box-shadow: 0 0 55px #59CA89;
          box-shadow: 0 0 55px #59CA89;
}
section.solutions div.container ul li:nth-child(8) {
  -ms-grid-row: 11;
  -ms-grid-column: 3;
  grid-area: a8;
}
@media screen and (max-width: 699px) {
  section.solutions div.container ul li:nth-child(8) {
    margin-top: 50px;
  }
}
@media screen and (min-width: 700px) and (max-width: 999px) {
  section.solutions div.container ul li:nth-child(8) {
    margin-top: 50px;
  }
}
section.solutions div.container ul li:nth-child(8) h2 {
  color: #44affb;
}
section.solutions div.container ul li:nth-child(8) div.item-cloud {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  cursor: pointer;
}
section.solutions div.container ul li:nth-child(8) div.item-cloud:hover {
  -webkit-box-shadow: 0 0 55px #59CA89;
          box-shadow: 0 0 55px #59CA89;
}
@media screen and (max-width: 699px) {
  section.solutions div.container ul li + li {
    margin-top: 25px;
  }
}
@media screen and (min-width: 700px) and (max-width: 999px) {
  section.solutions div.container ul li + li {
    margin-top: 25px;
  }
}

section.access {
  background: -webkit-gradient(linear, left top, left bottom, from(#5BCD8C), to(#43A46A));
  background: linear-gradient(to bottom, #5BCD8C, #43A46A);
  display: block;
  overflow: hidden;
  margin-top: 110px;
}
@media screen and (max-width: 699px) {
  section.access {
    margin-top: 60px;
  }
}
section.access div.container {
  max-width: 920px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  margin: 0 auto;
  position: relative;
  -ms-grid-columns: 1fr 454px;
  grid-template-columns: 1fr 454px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 440px;
}
@media screen and (max-width: 699px) {
  section.access div.container {
    max-width: calc(100vw - 50px);
  }
}
@media screen and (min-width: 700px) and (max-width: 999px) {
  section.access div.container {
    max-width: calc(100vw - 80px);
  }
}
@media screen and (max-width: 699px) {
  section.access div.container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
    padding: 40px 0 140px 0;
  }
}
@media screen and (min-width: 700px) and (max-width: 999px) {
  section.access div.container {
    -ms-grid-columns: 1fr 360px;
    grid-template-columns: 1fr 360px;
    max-width: 578px;
  }
}
section.access div.container h4 {
  font-family: "baloo-semibold";
  font-weight: normal;
  max-width: 150px;
  min-width: 150px;
  width: 150px;
  font-size: 33px;
  line-height: 34px;
  color: #fff;
  position: relative;
  -ms-grid-column-align: end;
      justify-self: end;
  margin-right: 68px;
}
@media screen and (max-width: 699px) {
  section.access div.container h4 {
    margin: 0 auto;
    width: 115px;
    min-width: 115px;
    max-width: 115px;
    margin-top: 60px;
    font-size: 26px;
    line-height: 26px;
  }
}
section.access div.container h4::after {
  content: "";
  background: url(../img/logo-line.svg);
  width: 1112px;
  height: 766px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  z-index: 0;
  left: -930px;
  top: -51px;
}
@media screen and (max-width: 699px) {
  section.access div.container h4::after {
    left: -666px;
    top: -141px;
    width: 800px;
  }
}
section.access div.container div.access {
  border: 2px solid #FCFCFC;
  border-radius: 37px;
  width: 454px;
  height: 206px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 700px) and (max-width: 999px) {
  section.access div.container div.access {
    width: 360px;
  }
}
section.access div.container div.access a.logo {
  font-family: "baloo-extrabold";
  font-size: 30px;
  color: #FCFCFC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section.access div.container div.access a.logo svg {
  margin-right: 20px;
}
section.access div.container div.access a.logo svg path {
  fill: #FCFCFC;
}
section.access div.container div.access a.button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  cursor: pointer;
  width: 294px;
  height: 44px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #59CA89;
  color: #59CA89;
  font-family: "baloo-regular";
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  border-radius: 22px;
  background: #FCFCFC;
  border: none;
  margin: 0 auto;
  margin-top: 20px;
}
@media screen and (max-width: 699px) {
  section.access div.container div.access a.button {
    max-width: calc(100vw - 50px);
  }
}
section.access div.container div.access a.button b {
  font-weight: normal;
  font-family: "baloo-bold";
  margin-left: 4px;
}
section.access div.container div.access a.button svg {
  margin-right: 32px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
section.access div.container div.access a.button svg path {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
section.access div.container div.access a.button:hover {
  background: #59CA89;
  color: #fff;
}
section.access div.container div.access a.button:hover svg {
  -webkit-transform: translateX(8px);
          transform: translateX(8px);
}
section.access div.container div.access a.button:hover svg path {
  fill: #fff;
}
@media screen and (max-width: 360px) {
  section.access div.container div.access a.button {
    max-width: calc(100vw - 100px);
  }
}
@media screen and (max-width: 360px) {
  section.access div.container div.access a.button svg {
    margin-right: 8px;
  }
}
section.access div.container div.access a.button svg path {
  fill: #5BCD8C;
}

section.about {
  margin-top: 110px;
}
@media screen and (max-width: 699px) {
  section.about {
    margin-top: 60px;
  }
}
section.about div.container {
  max-width: 1112px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 699px) {
  section.about div.container {
    max-width: calc(100vw - 50px);
  }
}
@media screen and (min-width: 700px) and (max-width: 999px) {
  section.about div.container {
    max-width: calc(100vw - 80px);
  }
}
@media screen and (max-width: 699px) {
  section.about div.container {
    display: block;
  }
}
@media screen and (min-width: 700px) and (max-width: 999px) {
  section.about div.container {
    display: block;
    max-width: 548px;
  }
}
section.about div.container div.content h4 {
  color: #2F2F2F;
  text-align: left;
  font-family: "baloo-semibold";
  font-weight: normal;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 27px;
}
section.about div.container div.content h4 b {
  font-weight: normal;
  font-family: "baloo-bold";
}
section.about div.container div.content h1 {
  font-family: "baloo-semibold";
  font-weight: normal;
  font-size: 30px;
  line-height: 40px;
  color: #000;
  max-width: 400px;
  margin-top: 5px;
}
section.about div.container div.content ul {
  margin-top: 70px;
}
section.about div.container div.content ul li h3 {
  font-family: "baloo-bold";
  font-weight: normal;
  font-size: 20px;
  line-height: 20px;
}
section.about div.container div.content ul li p {
  font-family: "baloo-semibold";
  color: #717171;
  font-size: 20px;
  line-height: 36px;
  margin-top: 6px;
  max-width: 436px;
}
section.about div.container div.content ul li:nth-child(1) {
  color: #DF3D5A;
}
section.about div.container div.content ul li:nth-child(2) {
  color: #44affb;
}
section.about div.container div.content ul li:nth-child(3) {
  color: #59CA89;
}
section.about div.container div.content ul li + li {
  margin-top: 50px;
}
section.about div.container img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 699px) {
  section.about div.container img {
    max-width: calc(100vw - 50px);
    margin-top: 50px;
  }
}
@media screen and (min-width: 700px) and (max-width: 999px) {
  section.about div.container img {
    margin-top: 50px;
  }
}

footer {
  margin-top: 110px;
  background: #000000;
  border-top-right-radius: 150px;
  padding-bottom: 45px;
}
@media screen and (max-width: 699px) {
  footer {
    margin-top: 60px;
    border-top-right-radius: 60px;
    padding-bottom: 60px;
  }
}
footer div.container {
  max-width: 920px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 104px;
}
@media screen and (max-width: 699px) {
  footer div.container {
    max-width: calc(100vw - 50px);
  }
}
@media screen and (min-width: 700px) and (max-width: 999px) {
  footer div.container {
    max-width: calc(100vw - 80px);
  }
}
@media screen and (max-width: 699px) {
  footer div.container {
    padding-top: 60px;
    display: block;
  }
}
@media screen and (min-width: 700px) and (max-width: 999px) {
  footer div.container {
    padding-top: 60px;
    display: block;
  }
}
footer div.container div.social h2 {
  color: #707070;
  text-align: left;
  font-family: "baloo-semibold";
  font-weight: normal;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 27px;
}
@media screen and (min-width: 700px) and (max-width: 999px) {
  footer div.container div.social h2 {
    width: 454px;
    margin: 0 auto;
  }
}
footer div.container div.social ul {
  margin-top: 50px;
  width: 454px;
}
@media screen and (max-width: 699px) {
  footer div.container div.social ul {
    width: calc(100vw - 50px);
    margin-top: 40px;
  }
}
@media screen and (min-width: 700px) and (max-width: 999px) {
  footer div.container div.social ul {
    margin: 0 auto;
    margin-top: 50px;
  }
}
footer div.container div.social ul li {
  height: 53px;
  border-bottom: 1px solid #717171;
}
@media screen and (max-width: 699px) {
  footer div.container div.social ul li {
    height: 100px;
  }
}
footer div.container div.social ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: "baloo-medium";
  font-weight: normal;
  font-size: 20px;
}
@media screen and (max-width: 699px) {
  footer div.container div.social ul li a {
    display: block;
    margin: 0 auto;
  }
}
footer div.container div.social ul li a div.group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFFFFF;
}
@media screen and (max-width: 699px) {
  footer div.container div.social ul li a div.group {
    margin: 0 auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
footer div.container div.social ul li a div.group svg {
  margin-right: 20px;
}
footer div.container div.social ul li a p {
  color: #8B8B8B;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
@media screen and (max-width: 699px) {
  footer div.container div.social ul li a p {
    text-align: center;
    margin-top: 5px;
  }
}
footer div.container div.social ul li a:hover p {
  color: #fff;
}
footer div.container div.social ul li + li {
  margin-top: 30px;
}
footer div.container div.address svg {
  width: 295px;
  height: 203px;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 699px) {
  footer div.container div.address svg {
    max-width: calc(100vw - 130px);
    margin-top: 60px;
  }
}
@media screen and (min-width: 700px) and (max-width: 999px) {
  footer div.container div.address svg {
    margin-top: 60px;
  }
}
footer div.container div.address div.info {
  background: rgba(47, 47, 47, 0.14);
  border: 1px solid #707070;
  border-radius: 37px;
  -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(13px);
  -webkit-backdrop-filter: blur(13px);
  padding: 60px 55px 60px 60px;
  margin-top: -63px;
}
@media screen and (max-width: 699px) {
  footer div.container div.address div.info {
    padding: 40px 25px;
  }
}
@media screen and (min-width: 700px) and (max-width: 999px) {
  footer div.container div.address div.info {
    max-width: 454px;
    margin: 0 auto;
    margin-top: -63px;
  }
}
footer div.container div.address div.info h2 {
  color: #fff;
  text-align: left;
  font-family: "baloo-semibold";
  font-weight: normal;
  font-size: 30px;
  line-height: 40px;
  font-family: "baloo-semibold";
  font-size: 33px;
  line-height: 40px;
  max-width: 290px;
}
footer div.container div.address div.info a {
  color: #fff;
  text-align: left;
  font-family: "baloo-semibold";
  font-weight: normal;
  font-size: 30px;
  line-height: 40px;
  font-family: "baloo-medium";
  font-size: 20px;
  line-height: 26px;
  max-width: 275px;
  margin-top: 15px;
  display: block;
}
footer div.container div.address div.info div.links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 35px;
}
footer div.container div.address div.info div.links a {
  text-decoration: underline;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
footer div.container div.address div.info div.links a:hover {
  color: #59CA89;
}
footer div.copyrights {
  max-width: 920px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 90px;
}
@media screen and (max-width: 699px) {
  footer div.copyrights {
    max-width: calc(100vw - 50px);
  }
}
@media screen and (min-width: 700px) and (max-width: 999px) {
  footer div.copyrights {
    max-width: calc(100vw - 80px);
  }
}
@media screen and (max-width: 699px) {
  footer div.copyrights {
    display: block;
    margin-top: 60px;
  }
}
footer div.copyrights p, footer div.copyrights a {
  color: #8B8B8B;
  text-align: left;
  font-family: "baloo-medium";
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  font-size: 20px;
  font-family: "baloo-semibold";
}
@media screen and (max-width: 699px) {
  footer div.copyrights p, footer div.copyrights a {
    display: block;
    margin: 0 auto;
    text-align: center;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }
}
footer div.copyrights a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
@media screen and (max-width: 699px) {
  footer div.copyrights a {
    margin-top: 10px;
  }
}
footer div.copyrights a svg {
  margin-left: 8px;
}
footer div.copyrights a:hover {
  color: #fff;
}