html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
body {
  line-height: 1;
  color: #000;
  background: #fff;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
a img {
  border: none;
}
html {
  height: 100%;
}
body {
  width: 100%;
  min-height: 100%;
  font-family: Poppins, sans-serif;
  font-weight: 500;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.section {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.section-header {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.content {
  width: 100%;
  max-width: 1100px;
}
.btn {
  background-color: #34c0e2;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 15px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  border: none;
  font-weight: 600;
  padding: 0.625em 1.25em;
  font-family: "Open Sans";
  color: #fff;
}
a.btn {
  text-decoration: none;
}
.icon {
  display: inline;
}
.hidden {
  display: none;
}
.circle {
  -webkit-border-radius: 100%;
  border-radius: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.split {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: distribute;
  -moz-box-pack: distribute;
  -o-box-pack: distribute;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.split h2 {
  font-family: Poppins;
  font-weight: 500;
  font-size: 28px;
  color: #3c4859;
  margin-top: 27px;
  line-height: 60px;
}
.split p {
  font-family: "Open Sans";
  font-weight: 300;
  line-height: 31px;
  font-size: 17px;
  color: #6f819b;
}
.split .circle {
  width: 109px;
  height: 109px;
  margin-bottom: 26px;
  color: #fff;
  font-size: 42px;
}
.split .circle div:before {
  vertical-align: middle;
}
.left,
.right {
  display: inline-block;
  max-width: 283px;
}
@media (max-width: 600px) {
  .right {
    margin-top: 60px;
  }
  .circle {
    display: none;
  }
  .section-header .circle {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
  }
  .competitions .left {
    max-width: 260px;
  }
}
.preview {
  color: #b1c0d4;
  font-family: "Open Sans";
  font-weight: 600;
  font-size: 16px;
  margin-top: 22px;
}
.preview img {
  vertical-align: -2px;
  margin-right: 18px;
}
#menu {
  font-family: "Open Sans";
  font-weight: 300;
  position: relative;
  color: #fff;
  height: 74px;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 16px;
}
#menu .logo-section {
  margin-left: 30px;
  margin-top: -8px;
  position: relative;
  width: 250px;
  justify-self: flex-start;
}
#menu .logo-section p {
  color: #8d87dc;
  font-size: 13px;
  font-style: italic;
  position: absolute;
  left: 50px;
  top: 33px;
}
#menu .menu-root {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right;
  margin-right: 30px;
}
#menu ul {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-box;
  display: inline-flex;
}
#menu a {
  text-decoration: none;
}
#menu li {
  margin-right: 35px;
}
#menu li a {
  color: #fff;
}
#menu li a:hover {
  color: #34c0e2;
}
#menu .btn {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-box;
  display: inline-flex;
  margin-right: 8px;
  font-weight: 300;
  padding: 0 36px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 36px;
}
#menu .login {
  border: 2px solid #86bc31;
  background: transparent;
}
#menu .lang {
  text-transform: uppercase;
  font-size: 13px;
  margin-left: 15px;
}
#menu div {
  display: inline;
}
#menu .lang-menu {
  cursor: pointer;
  position: relative;
  line-height: normal;
}
#menu .lang-menu select {
  display: none;
  -webkit-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#menu .lang-menu select:-ms-expand {
  display: none;
}
@-moz-document url-prefix() {
  #menu .lang-menu .ui-select {
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
  }
}
#menu .lang-menu .ui-select select {
  width: 110%;
  background-position: right 30px center !important;
  border: none !important;
}
#menu .lang-menu .handle {
  vertical-align: -3px;
}
#menu .lang-menu .lang {
  font-size: 16px;
}
#menu .lang-menu .language {
  margin-right: 40%;
}
#menu .lang-menu ul {
  position: absolute;
  background-color: #39357d;
  top: 100%;
  left: 0;
  right: 0;
}
#menu .lang-menu ul li {
  margin: 0;
  padding: 3px;
}
#menu .lang-menu ul li:hover {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
#menu .dripicons-menu {
  display: none;
}
@media (max-width: 1020px) {
  #menu .logo-section {
    margin-top: 0px;
  }
  #menu .logo-section p {
    display: none;
  }
  #menu .dripicons-menu {
    display: inline-block !important;
    font-size: 25px;
    cursor: pointer;
  }
}
.activities,
.custom-contests,
.wallet,
.competitions,
.content-locker {
  background-color: #f4f8fb;
}
.header {
  height: 810px;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background-image: url("/img/intro-image.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  color: #fff;
  text-align: center;
}
@media (max-width: 1024px) {
  .header {
    height: 610px;
  }
}
@media (max-width: 600px) {
  .header {
    height: 510px;
  }
}
.header h1 {
  line-height: 47px;
  font-size: 38px;
  font-family: Poppins;
  font-weight: 500;
  max-width: 630px;
}
.header p {
  font-family: "Open Sans";
  font-weight: 300;
  font-size: 26px;
  line-height: 36px;
  max-width: 490px;
  margin-top: 17px;
}
.header .btn {
  margin-top: 28px;
  font-size: 27px;
}
.activities {
  padding-top: 62px;
  padding-bottom: 72px;
}
.activities .content {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: distribute;
  -moz-box-pack: distribute;
  -o-box-pack: distribute;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.activities .separator {
  width: 1px;
  height: 202px;
  background-color: #e0e3e6;
  -webkit-align-self: center;
  align-self: center;
  -ms-flex-item-align: center;
}
@media (max-width: 820px) {
  .activities .separator {
    display: none;
  }
}
.activity {
  display: inline-block;
  max-width: 271px;
  text-align: center;
  margin-top: 40px;
}
.activity h2 {
  line-height: 50px;
  font-size: 20px;
  font-family: Poppins;
  font-weight: 500;
  margin-top: 6px;
  color: #3c4859;
}
.activity p {
  font-family: "Open Sans";
  font-weight: 300;
  font-size: 17px;
  line-height: 1.6;
  color: #6f819b;
}
.pitch {
  padding-top: 123px;
}
.pitch h1 {
  font-family: Poppins;
  font-weight: 300;
  font-size: 40px;
  color: #3c4859;
  max-width: 480px;
  text-align: center;
  margin-bottom: 5px;
}
.create {
  padding: 103px 0px;
}
.create .circle {
  background-color: #8556aa;
  width: 61px;
  height: 61px;
  font-size: 28px;
  margin-top: 0px;
}
.create h2 {
  margin-top: 0px;
  margin-left: 15px;
}
.create .right {
  position: relative;
  width: 817px;
  max-width: 817px;
  height: 521px;
}
.create .right img {
  position: absolute;
  top: 0;
  left: 100px;
}
@media (max-width: 1300px) {
  .create .right img {
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media (max-width: 900px) {
  .create .right {
    position: relative;
    width: 544px;
    max-width: 544px;
    height: 347px;
  }
  .create .right img {
    position: absolute;
    top: 0;
    left: 0;
    width: 544px;
    height: 347px;
  }
}
@media (max-width: 600px) {
  .create .right {
    position: relative;
    width: 272px;
    max-width: 272px;
    height: 173px;
  }
  .create .right img {
    position: absolute;
    top: 0;
    left: 0;
    width: 272px;
    height: 173px;
  }
}
.share {
  padding: 103px 0px;
}
.share .left {
  position: relative;
  width: 550px;
  max-width: 550px;
  height: 207px;
}
.share .left img {
  position: absolute;
  top: 0;
  right: 0;
}
.share .circle {
  background-color: #00a9d2;
  width: 61px;
  height: 61px;
  font-size: 28px;
  margin-top: 0px;
}
.share h2 {
  margin-top: 0px;
  margin-left: 15px;
}
@media (max-width: 600px) {
  .share .left {
    position: relative;
    width: 225px;
    max-width: 225px;
    height: 87px;
  }
  .share .left img {
    position: absolute;
    top: 0;
    left: 0;
    width: 255px;
    height: 87px;
  }
}
.increase {
  padding: 103px 0px;
}
.increase .circle {
  background-color: #d81f7b;
  width: 61px;
  height: 61px;
  font-size: 28px;
  margin-top: 0px;
}
.increase h2 {
  margin-top: 0px;
  margin-left: 15px;
}
.increase .right {
  position: relative;
  width: 672px;
  max-width: 672px;
  height: 646px;
  max-height: 646px;
}
.increase .right img {
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 700px) {
  .increase .right {
    position: relative;
    width: 336px;
    max-width: 336px;
    height: 323px;
  }
  .increase .right img {
    position: absolute;
    top: 0;
    left: 0;
    width: 336px;
    height: 323px;
  }
}
.collect {
  padding: 103px 0px;
}
.collect .left {
  position: relative;
  width: 766px;
  height: 376px;
  max-width: 766px;
}
.collect .left img {
  position: absolute;
  top: 0;
  right: 100px;
}
.collect .circle {
  background-color: #86bc31;
  width: 61px;
  height: 61px;
  font-size: 28px;
  margin-top: 0px;
}
.collect h2 {
  margin-top: 0px;
  margin-left: 15px;
}
@media (max-width: 1300px) {
  .collect .left img {
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media (max-width: 900px) {
  .collect .left {
    position: relative;
    width: 383px;
    max-width: 383px;
    height: 188px;
  }
  .collect .left img {
    position: absolute;
    top: 0;
    left: 0;
    width: 383px;
    height: 188px;
  }
}
.competitions {
  padding-top: 100px;
  padding-bottom: 157px;
}
.competitions .circle {
  background-color: #8556aa;
}
.competitions .right {
  position: relative;
  width: 272px;
  height: 425px;
}
.competitions .right img {
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 914px) {
  .competitions .right {
    position: relative;
    width: 217px;
    height: 340px;
  }
  .competitions .right img {
    position: absolute;
    top: 0;
    left: 0;
    width: 217px;
    height: 340px;
  }
}
.custom-contests {
  padding: 103px 0px;
}
.custom-contests .left {
  position: relative;
  width: 292px;
  height: 485px;
}
.custom-contests .left img {
  position: absolute;
  top: 0;
  left: -92px;
}
.custom-contests .circle {
  background-color: #34c0e2;
}
.content-locker {
  padding: 126px 0 140px 0;
}
.content-locker .circle {
  background-color: #ec6e3e;
}
.content-locker .left,
.content-locker .right {
  max-width: 315px;
}
.wallet {
  padding: 200px 0px;
}
.wallet .left {
  position: relative;
  width: 291px;
  height: 270px;
}
.wallet .payment-processors {
  padding: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.wallet .dollars {
  background: url("/img/dollars.png");
  width: 287px;
  height: 215px;
  position: absolute;
  left: 158px;
  top: -60px;
  z-index: 1;
}
@media (max-width: 900px) {
  .wallet .dollars {
    display: none;
  }
}
.wallet .above-dollars {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.wallet h3 {
  color: #494c4e;
  font-family: "Open Sans";
  font-size: 20px;
  font-weight: 400;
  display: inline;
  line-height: 60px;
}
.wallet .frame {
  background-color: #fff;
  width: 271px;
  border: 1px solid #eeeff2;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 10px;
  z-index: 2;
}
.wallet .frame .icon {
  color: #494c4e;
  font-size: 23px;
  margin-left: 20px;
  margin-right: 20px;
  vertical-align: -4px;
}
.wallet .inner {
  background-color: #f6f7fb;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  padding: 40px 40px 30px 40px;
}
.wallet .money {
  font-family: "Open Sans";
  font-weight: 700;
  color: #334357;
  font-size: 18px;
}
.wallet .btn {
  background-color: #7ebe00;
  margin-top: 20px;
  padding: 13px 0px;
  font-size: 15px;
  font-weight: 500;
}
.wallet .circle {
  background-color: #86bc31;
}
.clients {
  padding: 150px 0px;
}
.clients .content {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  text-align: center;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.clients h2 {
  margin-bottom: 36px;
  font-size: 40px;
  color: #6f819b;
  font-family: Poppins;
  font-weight: 300;
}
.clients .client-list {
  width: 100%;
  border-top: 1px solid #dce5eb;
  border-bottom: 1px solid #dce5eb;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 15px 0px;
}
.clients .client-list div {
  margin: 10px;
}
.clients .benefits {
  margin-left: 0px;
}
.clients .benefits > div {
  display: inline-block;
  margin-left: 100px;
  margin-top: 38px;
}
.clients .gain {
  font-size: 60px;
  color: #3c4859;
  font-family: Poppins;
  font-weight: 700;
}
.clients .metric {
  font-size: 25px;
  font-family: Poppins;
  font-weight: 300;
}
.clients .engagement .metric {
  color: #d81f7b;
}
.clients .followers .metric {
  color: #34c0e2;
}
.clients .sidebar {
  max-width: 280px;
  color: #6f819b;
  line-height: 31px;
  font-size: 17px;
  font-family: "Open Sans";
  font-weight: 300;
  text-align: left;
}
.section.start-now-footer {
  background-color: #171d3d;
  padding: 60px 0;
}
.section.start-now-footer .content {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.section.start-now-footer p {
  display: block;
  line-height: 55px;
  font-size: 33px;
  font-weight: 300;
  color: #fff;
}
.section.start-now-footer .btn {
  padding: 20px 45px;
  margin-top: 30px;
  font-size: 32px;
  font-weight: 600;
}
.top-header {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.top-header h1 {
  font-family: Poppins;
  font-weight: 600;
  font-size: 50px;
  line-height: 54px;
  color: #3c4859;
}
.top-header p {
  width: 30%;
  text-align: center;
  padding-top: 20px;
  font-family: "Open Sans";
  font-weight: 300;
  line-height: 31px;
  font-size: 17px;
  color: #6f819b;
}
#footer {
  background-color: #303758;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 60px 0px;
  text-align: center;
  color: #fff;
  font-weight: 300;
  font-size: 13px;
  font-family: "Open Sans";
}
#footer ul,
#footer li {
  padding: 8px 12px;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
#footer ul {
  margin: 30px;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
#footer a {
  margin-left: 10px;
  text-decoration: none;
  vertical-align: middle;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #fff;
}
#footer a:hover {
  color: #34c0e2;
}
@media (min-width: 1020px) {
  .menu-root {
    display: block !important;
  }
  .mobile-menu {
    display: none !important;
  }
  .close-menu {
    display: none !important;
  }
}
@media (max-width: 1020px) {
  .mobile-menu,
  .close-menu {
    background: none;
    position: absolute;
    top: 5px;
    right: 0;
    line-height: 65px;
    color: #fff;
    border: 0;
    font-weight: bold;
    cursor: pointer;
    outline: none;
    z-index: 10000000000000;
    font-size: 1.5em;
  }
  .close-menu {
    display: none;
  }
  #menu {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  #menu .menu-root {
    z-index: 1000000;
    font-weight: bold;
    font-size: 0.8em;
    width: 100%;
    background: #39357d;
    text-align: center;
    left: 0;
    display: none;
    position: absolute;
  }
  #menu .lang {
    margin-left: 0;
  }
  #menu .options {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: top;
    -moz-box-align: top;
    -o-box-align: top;
    -ms-flex-align: top;
    -webkit-align-items: top;
    align-items: top;
    -webkit-box-pack: distribute;
    -moz-box-pack: distribute;
    -o-box-pack: distribute;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    min-height: 350px;
  }
  #menu .logo-section {
    margin-top: 18px;
  }
  .menu-root ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-image: none;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .menu-root ul li a {
    text-decoration: none;
    margin: 0px;
    color: #fff;
  }
  .menu-root ul li a:hover {
    color: #fff;
    text-decoration: none;
  }
  .menu-root li {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-box;
    display: inline-flex;
    padding: 15px 0 15px 0;
    margin: 0 !important;
  }
  .menu-root a {
    text-decoration: none;
    color: #fff;
  }
  .menu-root a:hover {
    text-decoration: none;
    color: #fff;
  }
}
