/* VAR */
/* colors */
/* size */
/* margins */
/* FUNCTIONS */
/* RESPONSIVE */
/* POSITION */
/* FONTS */
/* FONT ITEM */
/* SIZE */
/* BUTTON */
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-rendering: geometricPrecision;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

button {
  cursor: pointer;
}

button:focus {
  outline: 0;
}

ol,
ul {
  list-style: none;
}

input:focus {
  outline: 0;
}

.only-desktop {
  display: none;
}

@media (min-width: 996px) {
  .only-desktop {
    display: block;
  }
}

.only-phone {
  display: block;
}

@media (min-width: 996px) {
  .only-phone {
    display: none;
  }
}

.hidden {
  display: none;
}

::-webkit-input-placeholder {
  /* Edge */
  color: #7F949A;
  font-family: geomanistregular, sans-serif;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #7F949A;
  font-family: geomanistregular, sans-serif;
}

::placeholder {
  color: #7F949A;
  font-family: geomanistregular, sans-serif;
}

body.shadow:before {
  content: '';
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 5;
}

section {
  position: relative;
  overflow: hidden;
}

section .title + span {
  font-family: geomanistmedium, sans-serif;
  color: #1F4E5A;
  font-size: 14px;
  font-weight: inherit;
  padding: 0 10px 0;
  display: block;
}

@media (min-width: 996px) {
  section .title + span {
    padding: 0 20px 10px;
  }
}

section.notice {
  background: #EDF3F4;
  border-radius: 10px;
  margin: 10px;
}

@media (prefers-color-scheme: dark) {
  section.notice {
    background: #7F949A;
  }
}

section.notice .title {
  display: block;
  text-align: center;
  margin: 20px 0 0;
}

section.notice .content {
  font-family: geomanistmedium, sans-serif;
  color: #1F4E5A;
  font-size: 14px;
  font-weight: inherit;
  padding: 20px;
}

section.notice .content p {
  margin: 10px 0;
  color: #1F4E5A;
  font-family: geomanistregular, sans-serif;
  text-align: center;
}

section.notice .content a {
  color: #00AAD5;
}

.button-more {
  display: inline-flex;
  padding: 5px 10px;
  margin: 10px 0;
  background: #00AAD5;
  font-family: geomanistregular, sans-serif;
  color: white;
  font-size: 12px;
  font-weight: inherit;
  border-radius: 10px;
}

.item-row .more,
section .more {
  padding: 0;
  -webkit-appearance: none;
  border: 0;
  z-index: 1;
  position: relative;
  background: transparent;
  cursor: pointer;
}

.no-content {
  font-family: geomanistregular, sans-serif;
  color: #7F949A;
  font-size: 12px;
  font-weight: inherit;
  display: inline-flex;
  align-items: center;
}

@media (prefers-color-scheme: dark) {
  .no-content {
    color: white;
  }
}

.no-content a, .no-content span {
  background: #00AAD5;
  padding: 10px;
  border-radius: 10px;
  color: white;
  margin: 5px 10px;
  font-family: geomanistmedium, sans-serif;
  cursor: pointer;
}

.ads {
  font-family: geomanistmedium, sans-serif;
  color: white;
  font-size: 8px;
  font-weight: 400;
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  background: rgba(0, 0, 0, 0.5);
  font-size: 8px;
  padding: 3px;
  color: white;
}

.uptodown-toast {
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: geomanistregular, sans-serif;
  color: white;
  font-size: 12px;
  font-weight: 400;
}

.toastify {
  border-radius: 10px;
}

.toast-close {
  opacity: 1;
}

section {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 50px 0 0;
}

section .button-more {
  padding: 20px;
}

@media (min-width: 996px) {
  section .button-more {
    margin: 10px 20px;
  }
}

section .input_block {
  clear: both;
  width: 100%;
}

section .input_block .g-recaptcha {
  margin: auto;
  display: inline-block;
}

@media (min-width: 996px) {
  section .input_block .g-recaptcha {
    margin: 20px auto;
  }
}

section .title {
  font-family: geomanistregular, sans-serif;
  color: #1F4E5A;
  font-size: 30px;
  font-weight: inherit;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1;
}

@media (prefers-color-scheme: dark) {
  section .title {
    color: white;
  }
}

@media (min-width: 996px) {
  section .title {
    font-family: 'geomanistmedium', sans-serif;
    color: #333333;
    font-size: 30px;
  }
}

@media (min-width: 996px) and (prefers-color-scheme: dark) {
  section .title {
    color: white;
  }
}

section .title + span {
  font-family: geomanistregular, sans-serif;
  color: #1F4E5A;
  font-size: 16px;
  font-weight: inherit;
  text-align: center;
  display: block;
  line-height: 1.4;
}

@media (prefers-color-scheme: dark) {
  section .title + span {
    color: white;
  }
}

section .title + span.fit {
  margin-bottom: 20px;
}

@media (min-width: 996px) {
  section .title + span.fit {
    width: 70%;
  }
}

@media (min-width: 996px) {
  section .title + span {
    font-family: 'geomanistregular', sans-serif;
    color: #333333;
    font-size: 16px;
    font-weight: 300;
  }
}

@media (min-width: 996px) and (prefers-color-scheme: dark) {
  section .title + span {
    color: white;
  }
}

section .social {
  display: inline-flex;
}

section .social svg {
  fill: white;
  margin: 15px;
  transform: scale(1.5);
  border-radius: 10px;
}

section .image {
  position: absolute;
  top: auto;
  right: 0;
  bottom: -14px;
  left: 0;
  width: 260px;
  height: auto;
  z-index: 1;
  display: block;
  margin: auto;
}

section .image.graph {
  transform: scale(0.8);
  bottom: 0;
  position: relative;
}

section.image {
  padding-bottom: 300px;
}

@media (min-width: 996px) {
  section.image.left {
    align-items: start;
    padding-bottom: 100px;
  }
  section.image.left .title {
    text-align: left;
    width: 50%;
    z-index: 1;
  }
  section.image.left .title + span {
    text-align: left;
    width: 50%;
    z-index: 1;
  }
  section.image.left .image {
    left: auto;
    right: 40px;
    width: 300px;
  }
  section.image.right {
    align-items: flex-end;
    padding-bottom: 100px;
  }
  section.image.right .title {
    text-align: right;
    width: 50%;
    z-index: 1;
  }
  section.image.right .title + span {
    text-align: right;
    width: 50%;
    z-index: 1;
  }
  section.image.right .image {
    right: auto;
    left: 40px;
    width: 300px;
  }
}

section.card .content div {
  background: #FCF9F7;
  border-radius: 10px;
  padding: 20px;
  box-sizing: border-box;
  margin: 11px;
  padding-top: 200px;
  line-height: 1.4;
}

@media (prefers-color-scheme: dark) {
  section.card .content div {
    background: #1F4E5A;
  }
}

section.card .content div.image {
  width: 100%;
  height: 200px;
  padding: 0;
  margin: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
}

section.blue {
  background: #00AAD5;
  padding-bottom: 50px;
}

@media (prefers-color-scheme: dark) {
  section.blue {
    background: #1F4E5A;
  }
}

section.blue p {
  color: white;
}

section.blue .content h3 {
  color: white;
}

section.blue .content .button-more {
  background: white;
  color: #00AAD5;
}

section.blue-light {
  background: #EBF1F6;
}

@media (prefers-color-scheme: dark) {
  section.blue-light {
    background: #1F4E5A;
  }
}

section.blue-light .map {
  position: relative;
  width: auto;
}

section.blue-light .map div {
  position: absolute;
  width: 20px;
  text-align: center;
  font-family: geomanistregular, sans-serif;
  color: #00AAD5;
  font-size: 12px;
  font-weight: 600;
  text-shadow: 2px 2px 0 white;
}

@media (min-width: 996px) {
  section.blue-light .map div {
    font-size: 30px;
  }
}

section.blue-light .map div.america {
  top: 100px;
  left: 65px;
}

section.blue-light .map div.europe {
  top: 56px;
  left: 164px;
}

section.blue-light .map div.africa {
  top: 108px;
  left: 143px;
}

section.blue-light .map div.asia {
  top: 100px;
  left: 225px;
}

@media (min-width: 996px) {
  section.blue-light .map div.america {
    top: 201.88px;
    left: 133.9px;
  }
  section.blue-light .map div.europe {
    top: 111.24px;
    left: 337.84px;
  }
  section.blue-light .map div.africa {
    top: 218.36px;
    left: 294.58px;
  }
  section.blue-light .map div.asia {
    top: 201.88px;
    left: 463.5px;
  }
}

section.blue-light .map img {
  width: 280px;
  margin-top: 10px;
}

@media (min-width: 996px) {
  section.blue-light .map img {
    width: 588px;
    margin: 25px auto;
  }
}

section.blue.image {
  padding-bottom: 300px;
}

section.blue a {
  font-family: geomanistregular, sans-serif;
  color: #1F4E5A;
  font-size: 14px;
  font-weight: inherit;
  color: white;
  padding: 10px 0;
}

section.blue a b {
  font-weight: 600;
}

section.blue:after {
  content: none;
}

section.blue .title {
  color: white;
}

section.blue .title + span {
  color: white;
}

section.items .content {
  display: inline-flex;
  flex-wrap: wrap;
  padding: 0 0 0 10px;
  justify-content: space-evenly;
}

@media (min-width: 996px) {
  section.items .content {
    justify-content: center;
  }
}

section.items .content .item figure {
  background: #EDF3F4;
  border-radius: 10px;
}

section.items .content .item a {
  color: #1F4E5A;
}

@media (prefers-color-scheme: dark) {
  section.items .content .item a {
    color: white;
  }
}

section .content {
  font-family: geomanistregular, sans-serif;
  color: #1F4E5A;
  font-size: 14px;
  font-weight: inherit;
  line-height: 1.4;
  box-sizing: border-box;
  width: 100%;
}

@media (prefers-color-scheme: dark) {
  section .content {
    color: white;
  }
}

section .content a {
  font-weight: 600;
  color: #00AAD5;
}

@media (prefers-color-scheme: dark) {
  section .content a {
    color: #33c3f0;
  }
}

section .content p {
  margin: 10px 0 40px;
}

section .content h3 {
  font-family: geomanistregular, sans-serif;
  color: #1F4E5A;
  font-size: 18px;
  font-weight: 600;
  margin: 80px 0 20px;
}

@media (prefers-color-scheme: dark) {
  section .content h3 {
    color: white;
  }
}

section .content h3:first-of-type {
  margin: 20px 0;
}

section .content h4 {
  font-family: geomanistregular, sans-serif;
  color: #1F4E5A;
  font-size: 14px;
  font-weight: 600;
  margin: 0;
}

@media (prefers-color-scheme: dark) {
  section .content h4 {
    color: white;
  }
}

section .content table td {
  width: 20%;
  font-size: 10px;
  background: #FCF9F7;
  padding: 10px;
}

@media (prefers-color-scheme: dark) {
  section .content table td {
    background: #1F4E5A;
  }
}

section .content .sample {
  width: 100%;
  margin: 20px;
}

@media (min-width: 996px) {
  section .content .sample {
    width: 50%;
  }
  section .content .sample.right {
    float: right;
    margin: 0 0 50px 50px;
  }
  section .content .sample.left {
    float: left;
    margin: 0 50px 50px 0;
  }
}

section .content .button-more {
  padding: 20px;
  margin: 20px 0;
  color: white;
}

section .content .button-more.alone {
  display: table;
  margin: 20px auto;
}

section .content pre {
  display: block;
  font-family: monospace;
  background: #EDF3F4;
  padding: 20px;
  white-space: pre-wrap;
  word-wrap: break-word;
}

section .content b {
  font-weight: 600;
}

section .content ul {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: left;
}

section .content ul li {
  margin: 4px;
  color: #1F4E5A;
  border-radius: 10px;
  word-break: break-word;
}

@media (prefers-color-scheme: dark) {
  section .content ul li {
    color: white;
  }
}

section .content ol {
  counter-reset: item;
  padding: 20px 0 20px 20px;
}

section .content ol li {
  display: block;
  font-family: geomanistregular, sans-serif;
  color: #1F4E5A;
  font-size: 18px;
  font-weight: inherit;
  margin-bottom: 10px;
}

@media (prefers-color-scheme: dark) {
  section .content ol li {
    color: white;
  }
}

section .content ol li:before {
  content: counters(item, ".") ".";
  counter-increment: item;
  padding-right: 10px;
  margin-left: -20px;
}

section .content ol li li {
  font-family: geomanistregular, sans-serif;
  color: #1F4E5A;
  font-size: 14px;
  font-weight: inherit;
}

@media (prefers-color-scheme: dark) {
  section .content ol li li {
    color: white;
  }
}

section .content ol li li.bold {
  font-weight: 600;
}

section .content ol li li p {
  font-weight: 300;
  margin: 20px 0;
}

section .content ol li li ol {
  list-style-type: lower-latin;
}

section .content ol li li ol li {
  font-family: geomanistregular, sans-serif;
  color: #1F4E5A;
  font-size: 14px;
  font-weight: inherit;
  margin-bottom: 10px;
}

@media (prefers-color-scheme: dark) {
  section .content ol li li ol li {
    color: white;
  }
}

section .content ol li li ol li b {
  display: inline-block;
  border-radius: 50%;
  color: #1F4E5A;
  width: 20px;
  height: 20px;
  text-align: center;
}

section .content ol li li ol li:before {
  display: none;
}

section .content ol p {
  font-family: geomanistregular, sans-serif;
  color: #1F4E5A;
  font-size: 14px;
  font-weight: inherit;
}

@media (prefers-color-scheme: dark) {
  section .content ol p {
    color: white;
  }
}

section .content dl {
  padding: 20px 0 20px 20px;
  font-family: geomanistregular, sans-serif;
  color: #1F4E5A;
  font-size: 14px;
  font-weight: inherit;
}

@media (prefers-color-scheme: dark) {
  section .content dl {
    color: white;
  }
}

section .content dl dt {
  font-weight: 600;
  display: inline-block;
}

section .content dl dd {
  margin-bottom: 10px;
}

section .content.center {
  text-align: center;
}

section .content.banner {
  display: flex;
  flex-direction: column;
  margin-bottom: -200px;
}

@media (min-width: 996px) {
  section .content.banner {
    column-count: 4;
    width: 70%;
    display: block;
  }
}

section .content.banner img {
  margin: 0 auto 5px;
}

section .content.logos {
  display: grid;
  grid-template-columns: 50% 50%;
  margin-bottom: 100px;
  justify-items: center;
  align-items: center;
}

@media (min-width: 996px) {
  section .content.logos {
    grid-template-columns: 25% 25% 25% 25%;
  }
}

section .content.logos img {
  width: 60%;
  filter: grayscale(100%);
  opacity: .5;
  margin: 10px;
}

@media (prefers-color-scheme: dark) {
  section .content.logos img {
    opacity: 1;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
  }
}

@media (min-width: 996px) {
  section .content.logos img {
    width: 50%;
  }
}

section .content .number {
  font-family: geomanistregular, sans-serif;
  color: #7F949A;
  font-size: 80px;
  font-weight: 300;
  margin: 0;
}

section .content .unit {
  font-family: geomanistregular, sans-serif;
  color: #7F949A;
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
  margin: 0;
}

section.shadow:after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100px;
  display: block;
  background: white;
  background: -moz-linear-gradient(top, white 0%, #f6f6f6 47%, #ededed 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, white), color-stop(47%, #f6f6f6), color-stop(100%, #ededed));
  background: -webkit-linear-gradient(top, white 0%, #f6f6f6 47%, #ededed 100%);
  background: -o-linear-gradient(top, white 0%, #f6f6f6 47%, #ededed 100%);
  background: -ms-linear-gradient(top, white 0%, #f6f6f6 47%, #ededed 100%);
  background: linear-gradient(to bottom, white 0%, #f6f6f6 47%, #ededed 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed', GradientType=0);
}

@media (prefers-color-scheme: dark) {
  section.shadow:after {
    background: white;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.3) 85%);
  }
}

section .row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}

@media (min-width: 996px) {
  section .row {
    flex-wrap: nowrap;
  }
}

section .row div {
  position: relative;
  width: 100%;
  padding: 10px;
}

section .row div .title {
  font-family: geomanistregular, sans-serif;
  color: #1F4E5A;
  font-size: 18px;
  font-weight: inherit;
  text-align: center;
  display: block;
}

@media (prefers-color-scheme: dark) {
  section .row div .title {
    color: white;
  }
}

@media (min-width: 996px) {
  section .row div.c3 {
    flex: 0 0 31%;
    max-width: 31%;
  }
}

@media (min-width: 996px) {
  section .row div.c4 {
    flex: 0 0 22%;
    max-width: 22%;
  }
}

section .column {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}

section .column div {
  position: relative;
  width: 100%;
  padding: 10px 10px 10px 50px;
  text-align: left;
}

section .column div img {
  width: 30px;
  height: auto;
  position: absolute;
  top: auto;
  right: auto;
  bottom: auto;
  left: 10px;
}

section .column div .title {
  font-family: geomanistregular, sans-serif;
  color: #1F4E5A;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  display: block;
  padding: 0;
  margin: 5px 0 10px;
}

@media (prefers-color-scheme: dark) {
  section .column div .title {
    color: white;
  }
}

@media (min-width: 996px) {
  section .column div.c2 {
    flex: 0 0 43%;
    max-width: 43%;
  }
}

section form {
  margin: 20px 0;
}

section form ::-webkit-input-placeholder {
  /* Edge */
  color: #7F949A;
  font-weight: 300;
}

section form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #7F949A;
  font-weight: 300;
}

section form ::placeholder {
  color: #7F949A;
  font-weight: 300;
}

@media (prefers-color-scheme: dark) {
  section form ::placeholder {
    color: #1F4E5A;
  }
}

@media (min-width: 996px) {
  section form {
    width: 80%;
    margin: 20px auto;
    display: inline-flex;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px;
  }
}

section form .input-group {
  margin-bottom: 20px;
}

@media (min-width: 996px) {
  section form .input-group {
    flex: 0 0 30%;
    max-width: 30%;
    margin: 12px;
  }
}

@media (min-width: 996px) {
  section form .input-group.full {
    flex: 100%;
    max-width: 100%;
  }
}

section form .input-group label {
  font-family: geomanistregular, sans-serif;
  color: #1F4E5A;
  font-size: 12px;
  font-weight: 600;
  display: block;
  text-transform: uppercase;
  text-align: left;
}

@media (prefers-color-scheme: dark) {
  section form .input-group label {
    color: #7F949A;
  }
}

section form .input-group input[type='text'], section form .input-group input[type='email'], section form .input-group input[type='password'], section form .input-group textarea, section form .input-group select {
  border-bottom: 1px solid #757575;
  border-left: 0;
  border-top: 0;
  border-right: 0;
  box-sizing: border-box;
  padding: 10px 0 10px 0;
  width: 100%;
  text-transform: uppercase;
  font-family: geomanistregular, sans-serif;
  color: #1F4E5A;
  font-size: 14px;
  font-weight: inherit;
}

@media (prefers-color-scheme: dark) {
  section form .input-group input[type='text'], section form .input-group input[type='email'], section form .input-group input[type='password'], section form .input-group textarea, section form .input-group select {
    border-bottom: 1px solid #7F949A;
    background: #0F292F;
    color: white;
  }
}

section form .input-group input[type='text']:focus, section form .input-group input[type='email']:focus, section form .input-group input[type='password']:focus, section form .input-group textarea:focus, section form .input-group select:focus {
  border-bottom: 1px solid #00AAD5;
}

section form .input-group input[type='text']:invalid, section form .input-group input[type='email']:invalid, section form .input-group input[type='password']:invalid, section form .input-group textarea:invalid, section form .input-group select:invalid {
  /*border-bottom: 1px solid $red-color;*/
}

section form .input-group textarea {
  resize: none;
}

section form .input-group textarea:focus {
  outline: none !important;
}

section form .input-group small {
  font-family: geomanistregular, sans-serif;
  color: #1F4E5A;
  font-size: 10px;
  font-weight: 300;
  display: block;
  text-align: left;
  margin-top: 10px;
  line-height: 1.4;
}

@media (prefers-color-scheme: dark) {
  section form .input-group small {
    color: #7F949A;
  }
}

section form .alert {
  padding: 10px;
  background: #C40606;
  text-align: center;
  font-family: geomanistmedium, sans-serif;
  color: white;
  font-size: 14px;
  font-weight: inherit;
}

@media (min-width: 996px) {
  section form .alert {
    width: 100%;
  }
}

section form button {
  display: block;
  width: 100%;
  padding: 10px;
  margin: 10px 0;
  background: #00AAD5;
  border: 0;
  font-family: geomanistmedium, sans-serif;
  color: white;
  font-size: 16px;
  font-weight: inherit;
  border-radius: 10px;
}

@media (min-width: 996px) {
  section form button {
    padding: 10px 50px;
    width: auto;
    margin: 10px auto;
  }
}

footer {
  background: #1F4E5A;
  padding: 10px;
  display: flex;
  flex-flow: row wrap;
}

footer .logo {
  display: block;
  text-align: center;
  flex: 1 100%;
  padding: 30px;
}

footer .logo img {
  filter: brightness(0) saturate(100%) invert(63%) sepia(26%) saturate(212%) hue-rotate(147deg) brightness(87%) contrast(84%);
}

footer div {
  flex: 1 100%;
  text-align: center;
  margin: 10px;
}

@media (min-width: 767px) {
  footer div {
    flex: 1 30%;
  }
}

footer div > p {
  font-family: geomanistmedium, sans-serif;
  color: white;
  font-size: 14px;
  font-weight: inherit;
  padding-bottom: 10px;
  text-transform: uppercase;
}

footer div a, footer div div {
  font-family: geomanistregular, sans-serif;
  color: #EDF3F4;
  font-size: 14px;
  font-weight: inherit;
  display: block;
  padding: 10px;
  margin: 0;
  cursor: pointer;
}

footer div button#csconsentlink.ot-sdk-btn.ot-sdk-show-settings {
  font-family: geomanistregular, sans-serif;
  color: #EDF3F4;
  font-size: 14px;
  font-weight: inherit;
  border: 0;
  padding: 10px;
  background: transparent;
  text-rendering: geometricPrecision;
}

footer div button#csconsentlink.ot-sdk-btn.ot-sdk-show-settings:hover {
  font-family: geomanistregular, sans-serif;
  color: #EDF3F4;
  font-size: 14px;
  font-weight: inherit;
  background: transparent;
}

footer div .social {
  display: inline-flex;
  margin: 20px 0 50px;
  flex-wrap: wrap;
  justify-content: center;
}

footer div .social a {
  padding: 0 10px;
}

