header {
  position: fixed;
  z-index: 1001;
  right: 0;
  left: 0;
  top: 0;
  background-color: #36355b;
  /* responsive menu */
}

header a:hover {
  text-decoration: none;
}

header .navbar-header {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

header .navbar-toggle {
  border: 1px solid #fff;
  margin-right: 0 !important;
}

header .navbar-toggle .icon-bar {
  background-color: #fff;
}

header .collapse.in nav,
header .collapsing nav {
  float: none;
  display: block;
}

header .collapse.in nav .dropdown,
header .collapsing nav .dropdown {
  border-left: 0;
  border-top: 0;
}

header .collapse.in li,
header .collapse.in>.dropdown,
header .collapsing li,
header .collapsing>.dropdown {
  display: block;
}

header .collapse.in .right-head-options,
header .collapsing .right-head-options {
  float: none;
}

header .collapse.in {
  overflow-y: initial;
  padding-bottom: 24px;
}

header .collapsing {
  overflow-y: hidden;
}

header .logo {
  float: left;
  padding: 17px 0;
  margin-right: 12px;
  height: 16px;
  line-height: 16px;
  color: #fff;
}

header .logo img {
  height: 16px;
}

header .logo span {
  transition: 0.1s;
}

header .logo:hover {
  color: #777;
}

header nav {
  float: left;
  display: table;
}

header nav>ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: block;
}

header nav>ul>li {
  display: table-cell;
  transition: 0.1s;
}

header nav .dropdown {
  display: table-cell;
  transition: 0.1s;
  border-left: 0;
}

header nav .dropdown a {
  text-decoration: none !important;
}

header nav .dropdown-menu {
  margin-top: 0;
  border-radius: 0;
  margin-left: -1px;
}

header nav .dropdown-menu li>a:hover {
  background-color: #47466B;
  color: #fff;
}

header nav>ul li a,
header nav .dropdown-toggle {
  display: block;
  padding: 17px 14px;
  line-height: 16px;
  color: #fff;
  transition: 0.1s;
}

header nav .active,
header nav .open {
  background-color: #fff;
  color: #5E5E5E;
}

header nav .active a,
header nav .open a {
  color: #5E5E5E;
}

header nav>li:not(.active):hover,
header nav li:not(.open):not(.active):hover {
  background-color: #47466B;
  color: #fff;
  cursor: pointer;
}

header nav>li:not(.active):hover>a,
header nav li:not(.open):not(.active):hover>a {
  color: #fff;
}

header .right-head-options {
  float: right;
  height: 50px;
  margin-right: -10px;
}

header .right-head-options button {
  margin-top: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

header .right-head-options .rules-btn {
  color: #348EDA;
}

header .right-head-options .rules-btn span {
  position: relative;
  top: 1px;
}

header .right-head-options .rules-btn:hover {
  background: #E9FEFF;
  border: 1px solid #67E4F1;
}

header .ddruby {
  display: inline-block;
  width: 50px;
  height: 50px;
  vertical-align: middle;
}

header .ddruby>a {
  display: block;
  text-align: center;
  padding: 11px 0;
  color: #fff;
}

header .ddruby>a:hover {
  background-color: #47466B;
}

header .ddruby .dropdown-menu {
  right: -1px;
  border-radius: 0;
  left: auto;
  margin: 0;
}

header .ddruby .dropdown-menu li>a:hover {
  background-color: #47466B;
  color: #fff;
}

/*** SIGN-IN ***/
.form-signin {
  max-width: 360px;
  padding: 15px;
  margin: 0 auto;
  color: #fff;
}

.form-signin h4 {
  margin-bottom: 10px;
}

.form-signin .subtitle {
  font-size: 16px;
  letter-spacing: 0.5px;
  margin-bottom: 40px;
}

.form-signin img {
  margin: 10px 0 45px;
}

/*** LIBRARY ***/
#library h6 {
  left: 120px;
  padding: 0;
  position: relative;
  top: -29px;
  width: 200px;
}

#library .col-md-3 {
  min-height: 0;
}

#library .modal-header {
  height: 50px;
}

#library .thumbimage {
  border: 1px solid #d8dce3;
  border-radius: 4px;
  margin-bottom: 10px;
  position: relative;
  z-index: 200;
  cursor: pointer;
}

#library .thumbimage:hover,
#library .thumbimage:focus {
  border-color: #428BCA;
}

#library .thumbimage a {
  outline: 0;
  outline-style: none;
  outline-width: 0;
}

#library .thumbimage .thumbnail {
  vertical-align: middle;
  display: table-cell;
  height: 145px;
  text-decoration: none;
  border: none;
  margin-bottom: 0;
}

#library .thumbimage .thumbnail>img,
#library .thumbimage .thumbnail a>img {
  max-height: 100%;
  max-width: 100%;
}

#library .thumbimage .thumbnail:hover {
  opacity: 0.4 !important;
}

#library .thumbimage .image {
  border-radius: 5px;
  display: table;
  margin: 0 auto;
}

#library .thumbimage .tags-edit {
  font-size: 12px;
  text-decoration: none;
}

#library .thumbimage .tags {
  margin: 0 5px;
  min-height: 42px;
}

#library .thumbimage .tags .label {
  margin: 1px;
  display: inline-block;
}

#library .thumbimage .details {
  margin: 0 5px;
}

#library .thumbimage.selected .thumbnail {
  opacity: 0.4 !important;
}

#library .thumbimage .glyphicon-ok {
  border: 2px solid;
  border-radius: 50%;
  font-size: 24px;
  height: 35px;
  position: absolute;
  top: 5px;
  padding: 4px 0 0 2px;
  width: 35px;
  z-index: 300;
  right: 5px;
}

#library .thumbimage .glyphicon-trash {
  font-size: 15px;
  opacity: 0.3;
  color: #000;
  text-decoration: none;
}

#library .thumbimage .glyphicon-trash:hover,
#library .thumbimage .glyphicon-trash:focus {
  opacity: 0.5;
}

#library .thumbimage .glyphicon-remove {
  color: #000;
  text-decoration: none;
  opacity: 0.2;
}

#library .thumbimage .glyphicon-remove:hover,
#library .thumbimage .glyphicon-remove.remove-image {
  opacity: 0.5;
}

#library .thumbimage .add_label {
  text-decoration: none;
  font-size: 12.5px;
  border-bottom: 0px !important;
  float: right;
}

#library .thumbimage.selected {
  border: 1px solid #348EDA;
  box-shadow: 0 0 2px 0px #348eda;
}

#library .alert.alert-danger.selected-images {
  margin-bottom: 0px !important;
}

#library .select2-search-choice {
  background: #428BCA;
  border: 0;
  border-radius: 0.25em;
  font-size: 75% !important;
  font-weight: bold;
}

#library .select2-search-choice-close {
  color: #ffffff;
  font-family: 'Glyphicons Halflings';
  font-size: 10px;
  font-weight: normal;
  left: 5px;
  text-decoration: none;
  background: none;
}

#library .select2-search-choice-close:before {
  content: "\e014";
}

#library .select2-search-choice-focus {
  background-color: #7EC3E6 !important;
}

#library #upload #dropzone {
  border-radius: 3px;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.13) !important;
  min-height: 420px;
  max-height: 420px;
  overflow: auto;
  margin: 0 auto;
  padding: 4px;
  width: 100%;
}

#library #upload #dropzone h2 {
  text-align: center;
  margin: 30px;
}

#library #upload #dropzone .dropzone {
  cursor: pointer;
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(0, 0, 0, 0.03);
  border-radius: 3px;
  min-height: 410px;
  z-index: 100;
}

#library #gallery .filter .options a {
  outline: none;
}

#library #gallery .results {
  overflow: auto;
  max-height: 330px;
}

#library #gallery .no-results h4 {
  text-align: center;
}

.images-selected .thumbimage {
  width: 195px;
  max-width: 195px;
  height: 265px;
  max-height: 265px;
  border: 1px solid #d8dce3;
  border-radius: 6px;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.13) !important;
  background-color: #FFF;
  float: left;
  margin: 5px;
  padding: 5px;
  position: relative;
  z-index: 200;
  cursor: pointer;
}

.images-selected .thumbimage .glyphicon-trash {
  font-size: 15px;
  opacity: 0.3;
  color: #000;
  text-decoration: none;
}

.images-selected .thumbimage .glyphicon-trash:hover,
.images-selected .thumbimage .glyphicon-trash:focus {
  opacity: 0.5;
}

.images-selected .thumbimage .glyphicon-remove {
  color: #000;
  text-decoration: none;
  opacity: 0.2;
}

.images-selected .thumbimage .glyphicon-remove:hover,
.images-selected .thumbimage .glyphicon-remove.remove-image {
  opacity: 0.5;
}

.images-selected .thumbimage .thumbnail {
  vertical-align: middle;
  display: table-cell;
  height: 145px;
  text-decoration: none;
  border: none;
}

/*** CALL OUT ***/
.bs-callout {
  margin: 0 0 20px 0;
  padding: 10px;
  border: 1px solid #d8dce3;
  position: relative;
  min-height: 123px;
}

.bs-callout p {
  margin-top: 0;
  margin-bottom: 0;
}

.bs-callout h3 {
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
}

.bs-callout code,
.bs-callout .highlight {
  color: #fff;
}

.bs-callout .metric-rate {
  font-size: 16px;
  cursor: pointer;
}

.bs-callout .minichart {
  margin-top: -5px;
  margin-bottom: -38px;
  pointer-events: none;
  width: calc(100% + 34px);
  margin-left: -17px;
}

.bs-callout .minichart svg {
  pointer-events: all;
}

.bs-callout .minichart .c3-line {
  stroke-width: 2px;
}

.bs-callout .minichart .c3-target-data1 .c3-line {
  stroke-width: 1px;
}

.bs-callout .minichart .c3-tooltip-container .c3-tooltip tr {
  border-bottom: 0;
}

.bs-callout .minichart .c3-tooltip-container .c3-tooltip .value {
  padding-left: 0;
}

.bs-callout .minichart .c3-tooltip-container .c3-tooltip td {
  font-size: 11px;
}

.bs-callout .bs-edit {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

.bs-callout .bs-edit .dropdown-menu {
  right: 0;
  left: auto;
}

.bs-callout .loading-message {
  display: none;
}

.bs-callout .loading-message span:first-child {
  animation: loading 6s 1s infinite;
  -webkit-animation: loading 6s 1s infinite;
}

.bs-callout .loading-message span:nth-child(2) {
  animation: loading 6s 2s infinite;
  -webkit-animation: loading 6s 2s infinite;
}

.bs-callout .loading-message span:last-child {
  animation: loading 6s 3s infinite;
  -webkit-animation: loading 6s 3s infinite;
}

.bs-callout:after {
  content: "";
  position: absolute;
  background: transparent;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  outline: 10px solid #fff;
  z-index: 5;
  pointer-events: none;
  outline-offset: 1px;
}

.bs-callout.loading {
  background-color: #f5f5f5;
}

.bs-callout.loading .cell {
  display: none;
}

.bs-callout.loading .loading-message {
  display: block;
}

.bs-callout .c3-tooltip td {
  white-space: nowrap;
}

@keyframes loading {
  0% {
    opacity: 0;
  }

  49% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  99% {
    opacity: 1;
  }
}

@-webkit-keyframes loading {
  0% {
    opacity: 0;
  }

  49% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  99% {
    opacity: 1;
  }
}

.bs-callout-danger {
  background-color: #fcf2f2;
  border-color: #F54141;
}

.bs-callout-success {
  background-color: #E4F7DC;
  border-color: #4eb34e;
}

.bs-callout-warning {
  background-color: #fefbed;
  border-color: #f37455;
}

.bs-callout-info {
  background-color: #f0f7fd;
  border-color: #67B5E6;
}

.nvd3 .nv-groups path.nv-line {
  stroke-width: 2px;
}

#values .bs-callout {
  margin-bottom: 10px;
  min-height: 0;
}

/* dashboard */
/** PAGE HEADER **/
.page-header {
  padding: 0px;
  margin: 0px 0;
  border-bottom: 0px;
}

.page-header h1 {
  font-size: 20px;
  margin-top: 10px;
  font-weight: 300;
}

.page-header h1 small {
  font-size: 16px;
  margin-top: 10px;
  font-weight: 300;
}

.page-header h1 .label {
  font-size: 16px;
  margin-top: 10px;
  font-weight: 300;
}

.page-header h1 .img-rounded {
  border-radius: 3px;
}

.page-header h2 {
  font-size: 20px;
  margin-top: 5px;
  margin-bottom: 0px;
  font-weight: 300;
}

.page-header h2 small {
  font-size: 16px;
  margin-top: 5px;
  font-weight: 300;
}

.page-header h2 .label {
  font-size: 16px;
  margin-top: 5px;
  margin-bottom: 0px;
  font-weight: 300;
}

.page-form-actions {
  background-color: #F5F5F5;
  border: 1px solid #E3E3E3;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
  min-height: 20px;
  padding: 15px 0 0 0;
}

.page-form-actions.modern {
  padding: 15px;
}

hr.form-hr {
  margin-top: 10px;
  margin-bottom: 25px;
}

.label a {
  color: #FFFFFF;
}

.page-controls {
  margin: 0 0 10px 0;
}

.action-numbers {
  margin: 0px 0 5px 0;
}

.table .popover,
.action-numbers .popover {
  font-size: 14px;
  line-height: 2.1;
}

.goal,
.status,
.cpc,
.tracking {
  text-align: center;
  font-weight: 300;
}

.daily {
  text-align: right;
}

.status h6 {
  font-size: 11px;
  margin: 0;
  font-weight: 300;
}

.has-error .selectpicker {
  border-color: #F54141;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

.bootstrap-select.btn-group,
.bootstrap-select.btn-group[class*="span"] {
  margin-bottom: 0px;
}

.dropdown-menu.open {
  z-index: 9999;
}

/* CUSTOM FILE INPUT  */
.btn-file {
  position: relative;
  overflow: hidden;
}

.btn-file input[type="file"] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 999px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  background: red;
  cursor: inherit;
  display: block;
}

/*** grph ***/
.grph-container {
  border: 1px solid #ebedf1;
  margin: 0 0 15px 0;
  background: #ebedf1;
  border-radius: 3px;
}

.grph-container img {
  width: 100%;
  padding: 0 10px 10px 10px;
}

.grph-container .variables {
  margin-bottom: 15px;
}

.grph-container .variables .var1,
.grph-container .variables .var2,
.grph-container .variables .var3,
.grph-container .variables .var4 {
  text-align: center;
}

.grph-container .variables h5 {
  margin: 15px 0 5px 0;
  padding: 0;
  color: #999;
  font-size: 13px;
}

.grph-container .badge {
  font-size: 20px;
  font-weight: normal;
  background: none;
  color: #333;
}

.grph-container-big {
  border: 1px solid #ebedf1;
  margin: 0 0 15px 0;
  background: #ebedf1;
  border-radius: 3px;
  padding: 10px;
}

.grph-container-big img {
  width: 100%;
}

.grph-container-big .variables {
  margin-bottom: 15px;
}

.grph-container-big .variables .var1,
.grph-container-big .variables .var2,
.grph-container-big .variables .var3,
.grph-container-big .variables .var4 {
  text-align: center;
}

.grph-container-big .variables h5 {
  margin: 0px 0 5px 0;
  padding: 0;
  color: #999;
  font-size: 13px;
}

.grph-container-big .badge {
  font-size: 20px;
  font-weight: normal;
  background: none;
  color: #333;
}

.img-app {
  width: 24px;
  margin: 0px 5px 0px 5px;
}

.img-polaroid {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.btn-xs {
  padding: 3px 7px 1px 7px;
  font-weight: normal;
  font-size: 11px;
  margin: 0;
  line-height: 14px;
}

.graph-variable {
  cursor: pointer;
}

table.graph-disable tbody tr {
  opacity: 0.5;
}

table.graph-disable tbody tr.graph-enable {
  opacity: 1;
}

/**ADD TEMPLATE **/
#CreativeAddTemplateForm .collapse-title {
  border-bottom: 1px solid;
  color: #428BCA;
  margin-left: 15px;
  width: 94%;
  cursor: pointer;
}

#CreativeAddTemplateForm .panel {
  width: 80%;
}

#CreativeAddTemplateForm input.colorpicker {
  border-color: #CCCCCC !important;
}

#CreativeAddTemplateForm .form-group.has-error table,
#CreativeAddTemplateForm .form-group.has-error table th,
#CreativeAddTemplateForm .form-group.has-error table td {
  border-color: #F54141;
}

/** Ad Creation Tool**/
.ad-creation-image.has-error .panel {
  border-color: #F54141;
}

.ad-field.has-error h5 {
  color: #F54141;
  font-weight: bold;
}

#preview.modal .modal-body {
  max-height: 560px;
  overflow: auto;
}

#preview.modal .modal-body canvas {
  margin: 20px;
}

#preview.modal .modal-body iframe {
  display: block;
}

#preview.modal .modal-body div.iframe_template {
  border: 1px solid #d8dce3;
  float: left;
  margin: 20px;
}

#preview.modal .loading {
  margin-top: 25px;
}

.iframe.thumbnail {
  margin-bottom: 10px;
}

.ad-creation-icon .img-preview {
  background-color: #0D8FDB;
  color: #FFFFFF;
  display: block;
  font-size: 11px;
  font-weight: bold;
  padding: 18px 0 0 4px;
  text-decoration: none;
  cursor: default;
  height: 50px;
  width: 50px;
}

.ad-creation-icon .img-preview.lg {
  height: 150px;
  width: 230px;
  padding: 65px 0 0 85px;
  font-size: 15px;
}

.ad-creation-icon .img-preview:hover {
  text-decoration: none;
  color: #FFF;
}

/*Select template*/
#templateSelect a:hover {
  text-decoration: none;
}

#templateSelect .thumbnail p {
  min-height: 45px;
}

#templateSelect .thumbnail:hover,
#templateSelect .thumbnail:focus {
  border-color: #428BCA;
}

#templateSelect.tab-content {
  display: table;
  width: 98%;
}

#templateSelect.tab-content .info .btn-info {
  margin-left: 20px;
}

#templateSelect.tab-content .info p {
  margin-top: 10px;
}

.fields_tags {
  min-height: 45px;
}

/*Box images selected*/
.images-selected {
  margin: 0 auto;
}

.images-selected .thumbimage {
  width: 160px !important;
  height: 200px !important;
  margin: 9px !important;
}

.images-selected .thumbimage.example {
  height: auto !important;
}

.images-selected .thumbimage.example h2 {
  text-align: center;
  color: #428BCA;
}

.images-selected .thumbimage .thumbnail>img,
.images-selected .thumbimage .thumbnail a>img {
  max-height: 100% !important;
}

.images-selected .thumbimage .image {
  display: table;
  margin: 0 auto;
}

.images-selected .thumbimage .glyphicon-remove {
  position: absolute;
  right: 5px;
  top: 5px;
}

.images-selected .thumbimage .details p {
  color: #777 !important;
}

.images-selected .thumbimage .alert.alert-warning {
  left: 0;
  padding: 7px;
  position: absolute;
  top: 82px;
}

/* */
.creative-add-rtb {
  margin-bottom: 20px;
}

.creative-add-rtb .form-group {
  margin-bottom: 0px;
}

.creative-add-rtb div.radio {
  margin-left: 40px;
}

.creative-add-rtb .div-rtb-actions {
  margin-left: 40px;
  margin-top: 10px;
}

#supported table:not(:last-child) {
  margin-bottom: 15px !important;
}

#supported ul {
  padding-left: 20px;
  margin-bottom: 0;
  line-height: 22px;
}

#addSegment .well:hover,
#addSegment .well:focus {
  text-decoration: none;
}

.campaign-goals .loading-message {
  display: none;
}

.campaign-goals .loading-message span:first-child {
  animation: loading 6s 1s infinite;
  -webkit-animation: loading 6s 1s infinite;
}

.campaign-goals .loading-message span:nth-child(2) {
  animation: loading 6s 2s infinite;
  -webkit-animation: loading 6s 2s infinite;
}

.campaign-goals .loading-message span:last-child {
  animation: loading 6s 3s infinite;
  -webkit-animation: loading 6s 3s infinite;
}

.campaign-goals.loading .loading-message {
  display: block;
}

.campaign-goals.loading .ready {
  display: none;
}

@font-face {
  font-family: 'webflow-icons';
  src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBiUAAAC8AAAAYGNtYXDpP+a4AAABHAAAAFxnYXNwAAAAEAAAAXgAAAAIZ2x5ZmhS2XEAAAGAAAADHGhlYWQTFw3HAAAEnAAAADZoaGVhCXYFgQAABNQAAAAkaG10eCe4A1oAAAT4AAAAMGxvY2EDtALGAAAFKAAAABptYXhwABAAPgAABUQAAAAgbmFtZSoCsMsAAAVkAAABznBvc3QAAwAAAAAHNAAAACAAAwP4AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpAwPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAQAAAAAwACAACAAQAAQAg5gPpA//9//8AAAAAACDmAOkA//3//wAB/+MaBBcIAAMAAQAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEBIAAAAyADgAAFAAAJAQcJARcDIP5AQAGA/oBAAcABwED+gP6AQAABAOAAAALgA4AABQAAEwEXCQEH4AHAQP6AAYBAAcABwED+gP6AQAAAAwDAAOADQALAAA8AHwAvAAABISIGHQEUFjMhMjY9ATQmByEiBh0BFBYzITI2PQE0JgchIgYdARQWMyEyNj0BNCYDIP3ADRMTDQJADRMTDf3ADRMTDQJADRMTDf3ADRMTDQJADRMTAsATDSANExMNIA0TwBMNIA0TEw0gDRPAEw0gDRMTDSANEwAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFVz+fAGEAAAAAAL//f+9BAMDwwAEAAkAABcBJwEXAwE3AQdpA5ps/GZsbAOabPxmbEMDmmz8ZmwDmvxmbAOabAAAAgAA/8AEAAPAAB0AOwAABSInLgEnJjU0Nz4BNzYzMTIXHgEXFhUUBw4BBwYjNTI3PgE3NjU0Jy4BJyYjMSIHDgEHBhUUFx4BFxYzAgBqXV6LKCgoKIteXWpqXV6LKCgoKIteXWpVSktvICEhIG9LSlVVSktvICEhIG9LSlVAKCiLXl1qal1eiygoKCiLXl1qal1eiygoZiEgb0tKVVVKS28gISEgb0tKVVVKS28gIQABAAABwAIAA8AAEgAAEzQ3PgE3NjMxFSIHDgEHBhUxIwAoKIteXWpVSktvICFmAcBqXV6LKChmISBvS0pVAAAAAgAA/8AFtgPAADIAOgAAARYXHgEXFhUUBw4BBwYHIxUhIicuAScmNTQ3PgE3NjMxOAExNDc+ATc2MzIXHgEXFhcVATMJATMVMzUEjD83NlAXFxYXTjU1PQL8kz01Nk8XFxcXTzY1PSIjd1BQWlJJSXInJw3+mdv+2/7c25MCUQYcHFg5OUA/ODlXHBwIAhcXTzY1PTw1Nk8XF1tQUHcjIhwcYUNDTgL+3QFt/pOTkwABAAAAAQAAmM7nP18PPPUACwQAAAAAANciZKUAAAAA1yJkpf/9/70FtgPDAAAACAACAAAAAAAAAAEAAAPA/8AAAAW3//3//QW2AAEAAAAAAAAAAAAAAAAAAAAMBAAAAAAAAAAAAAAAAgAAAAQAASAEAADgBAAAwAQAAJ0EAP/9BAAAAAQAAAAFtwAAAAAAAAAKABQAHgAyAEYAjACiAL4BFgE2AY4AAAABAAAADAA8AAMAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEADQAAAAEAAAAAAAIABwCWAAEAAAAAAAMADQBIAAEAAAAAAAQADQCrAAEAAAAAAAUACwAnAAEAAAAAAAYADQBvAAEAAAAAAAoAGgDSAAMAAQQJAAEAGgANAAMAAQQJAAIADgCdAAMAAQQJAAMAGgBVAAMAAQQJAAQAGgC4AAMAAQQJAAUAFgAyAAMAAQQJAAYAGgB8AAMAAQQJAAoANADsd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzUmVndWxhcgBSAGUAZwB1AGwAYQByd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==") format('truetype');
  font-weight: normal;
  font-style: normal;
}

[class^="w-icon-"],
[class*=" w-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'webflow-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.w-icon-slider-right:before {
  content: "\e600";
}

.w-icon-slider-left:before {
  content: "\e601";
}

.w-icon-nav-menu:before {
  content: "\e602";
}

.w-icon-arrow-down:before,
.w-icon-dropdown-toggle:before {
  content: "\e603";
}

.w-icon-file-upload-remove:before {
  content: "\e900";
}

.w-icon-file-upload-icon:before {
  content: "\e903";
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  margin: 0;
  min-height: 100%;
  background-color: #fff;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333;
}

img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}

html.w-mod-touch * {
  background-attachment: scroll !important;
}

.w-block {
  display: block;
}

.w-inline-block {
  max-width: 100%;
  display: inline-block;
}

.w-clearfix:before,
.w-clearfix:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}

.w-clearfix:after {
  clear: both;
}

.w-hidden {
  display: none;
}

.w-button {
  display: inline-block;
  padding: 9px 15px;
  background-color: #3898EC;
  color: white;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
}

input.w-button {
  -webkit-appearance: button;
}

html[data-w-dynpage] [data-w-cloak] {
  color: transparent !important;
}

.w-webflow-badge,
.w-webflow-badge * {
  position: static;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: auto;
  display: block;
  visibility: visible;
  overflow: visible;
  overflow-x: visible;
  overflow-y: visible;
  box-sizing: border-box;
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  min-height: 0;
  min-width: 0;
  margin: 0;
  padding: 0;
  float: none;
  clear: none;
  border: 0 none transparent;
  border-radius: 0;
  background: none;
  background-image: none;
  background-position: 0% 0%;
  background-size: auto auto;
  background-repeat: repeat;
  background-origin: padding-box;
  background-clip: border-box;
  background-attachment: scroll;
  background-color: transparent;
  box-shadow: none;
  opacity: 1.0;
  transform: none;
  transition: none;
  direction: ltr;
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-style: inherit;
  font-variant: inherit;
  text-align: inherit;
  letter-spacing: inherit;
  text-decoration: inherit;
  text-indent: 0;
  text-transform: inherit;
  list-style-type: disc;
  text-shadow: none;
  font-smoothing: auto;
  vertical-align: baseline;
  cursor: inherit;
  white-space: inherit;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
}

.w-webflow-badge {
  position: fixed !important;
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
  z-index: 2147483647 !important;
  top: auto !important;
  right: 12px !important;
  bottom: 12px !important;
  left: auto !important;
  color: #AAADB0 !important;
  background-color: #fff !important;
  border-radius: 3px !important;
  padding: 6px 8px 6px 6px !important;
  font-size: 12px !important;
  opacity: 1.0 !important;
  line-height: 14px !important;
  text-decoration: none !important;
  transform: none !important;
  margin: 0 !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  white-space: nowrap;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.w-webflow-badge>img {
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
  vertical-align: middle !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  margin-bottom: 10px;
}

h1 {
  font-size: 38px;
  line-height: 44px;
  margin-top: 20px;
}

h2 {
  font-size: 32px;
  line-height: 36px;
  margin-top: 20px;
}

h3 {
  font-size: 24px;
  line-height: 30px;
  margin-top: 20px;
}

h4 {
  font-size: 18px;
  line-height: 24px;
  margin-top: 10px;
}

h5 {
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
}

h6 {
  font-size: 12px;
  line-height: 18px;
  margin-top: 10px;
}

p {
  margin-top: 0;
  margin-bottom: 10px;
}

blockquote {
  margin: 0 0 10px 0;
  padding: 10px 20px;
  border-left: 5px solid #E2E2E2;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin: 0;
  margin-bottom: 10px;
}

figcaption {
  margin-top: 5px;
  text-align: center;
}

ul,
ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

.w-list-unstyled {
  padding-left: 0;
  list-style: none;
}

.w-embed:before,
.w-embed:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}

.w-embed:after {
  clear: both;
}

.w-video {
  width: 100%;
  position: relative;
  padding: 0;
}

.w-video iframe,
.w-video object,
.w-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

button,
html input[type="button"],
input[type="reset"] {
  border: 0;
  cursor: pointer;
  -webkit-appearance: button;
}

.w-form {
  margin: 0 0 15px;
}

.w-form-done {
  padding: 20px;
  text-align: center;
  background-color: #dddddd;
}

.w-form-fail {
  margin-top: 10px;
  padding: 10px;
  background-color: #ffdede;
}

label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}

.w-input,
.w-select {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}

.w-input:-moz-placeholder,
.w-select:-moz-placeholder {
  color: #999;
}

.w-input::-moz-placeholder,
.w-select::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.w-input:-ms-input-placeholder,
.w-select:-ms-input-placeholder {
  color: #999;
}

.w-input::-webkit-input-placeholder,
.w-select::-webkit-input-placeholder {
  color: #999;
}

.w-input:focus,
.w-select:focus {
  border-color: #3898EC;
  outline: 0;
}

.w-input[disabled],
.w-select[disabled],
.w-input[readonly],
.w-select[readonly],
fieldset[disabled] .w-input,
fieldset[disabled] .w-select {
  cursor: not-allowed;
  background-color: #eeeeee;
}

textarea.w-input,
textarea.w-select {
  height: auto;
}

.w-select {
  background-color: #f3f3f3;
}

.w-select[multiple] {
  height: auto;
}

.w-form-label {
  display: inline-block;
  cursor: pointer;
  font-weight: normal;
  margin-bottom: 0px;
}

.w-radio {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-radio:before,
.w-radio:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}

.w-radio:after {
  clear: both;
}

.w-radio-input {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
  float: left;
  margin-left: -20px;
}

.w-radio-input {
  margin-top: 3px;
}

.w-file-upload {
  display: block;
  margin-bottom: 10px;
}

.w-file-upload-input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -100;
}

.w-file-upload-default,
.w-file-upload-uploading,
.w-file-upload-success {
  display: inline-block;
  color: #333333;
}

.w-file-upload-error {
  display: block;
  margin-top: 10px;
}

.w-file-upload-default.w-hidden,
.w-file-upload-uploading.w-hidden,
.w-file-upload-error.w-hidden,
.w-file-upload-success.w-hidden {
  display: none;
}

.w-file-upload-uploading-btn {
  display: flex;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}

.w-file-upload-file {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  margin: 0;
  padding: 8px 9px 8px 11px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}

.w-file-upload-file-name {
  font-size: 14px;
  font-weight: normal;
  display: block;
}

.w-file-remove-link {
  margin-top: 3px;
  margin-left: 10px;
  width: auto;
  height: auto;
  padding: 3px;
  display: block;
  cursor: pointer;
}

.w-icon-file-upload-remove {
  margin: auto;
  font-size: 10px;
}

.w-file-upload-error-msg {
  display: inline-block;
  color: #ea384c;
  padding: 2px 0;
}

.w-file-upload-info {
  display: inline-block;
  line-height: 38px;
  padding: 0 12px;
}

.w-file-upload-label {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}

.w-icon-file-upload-icon,
.w-icon-file-upload-uploading {
  display: inline-block;
  margin-right: 8px;
  width: 20px;
}

.w-icon-file-upload-uploading {
  height: 20px;
}

.w-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
}

.w-container:before,
.w-container:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}

.w-container:after {
  clear: both;
}

.w-container .w-row {
  margin-left: -10px;
  margin-right: -10px;
}

.w-row:before,
.w-row:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}

.w-row:after {
  clear: both;
}

.w-row .w-row {
  margin-left: 0;
  margin-right: 0;
}

.w-col {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

.w-col .w-col {
  padding-left: 0;
  padding-right: 0;
}

.w-col-1 {
  width: 8.33333333%;
}

.w-col-2 {
  width: 16.66666667%;
}

.w-col-3 {
  width: 25%;
}

.w-col-4 {
  width: 33.33333333%;
}

.w-col-5 {
  width: 41.66666667%;
}

.w-col-6 {
  width: 50%;
}

.w-col-7 {
  width: 58.33333333%;
}

.w-col-8 {
  width: 66.66666667%;
}

.w-col-9 {
  width: 75%;
}

.w-col-10 {
  width: 83.33333333%;
}

.w-col-11 {
  width: 91.66666667%;
}

.w-col-12 {
  width: 100%;
}

.w-hidden-main {
  display: none !important;
}

@media screen and (max-width: 991px) {
  .w-container {
    max-width: 728px;
  }

  .w-hidden-main {
    display: inherit !important;
  }

  .w-hidden-medium {
    display: none !important;
  }

  .w-col-medium-1 {
    width: 8.33333333%;
  }

  .w-col-medium-2 {
    width: 16.66666667%;
  }

  .w-col-medium-3 {
    width: 25%;
  }

  .w-col-medium-4 {
    width: 33.33333333%;
  }

  .w-col-medium-5 {
    width: 41.66666667%;
  }

  .w-col-medium-6 {
    width: 50%;
  }

  .w-col-medium-7 {
    width: 58.33333333%;
  }

  .w-col-medium-8 {
    width: 66.66666667%;
  }

  .w-col-medium-9 {
    width: 75%;
  }

  .w-col-medium-10 {
    width: 83.33333333%;
  }

  .w-col-medium-11 {
    width: 91.66666667%;
  }

  .w-col-medium-12 {
    width: 100%;
  }

  .w-col-stack {
    width: 100%;
    left: auto;
    right: auto;
  }
}

@media screen and (max-width: 767px) {
  .w-hidden-main {
    display: inherit !important;
  }

  .w-hidden-medium {
    display: inherit !important;
  }

  .w-hidden-small {
    display: none !important;
  }

  .w-row,
  .w-container .w-row {
    margin-left: 0;
    margin-right: 0;
  }

  .w-col {
    width: 100%;
    left: auto;
    right: auto;
  }

  .w-col-small-1 {
    width: 8.33333333%;
  }

  .w-col-small-2 {
    width: 16.66666667%;
  }

  .w-col-small-3 {
    width: 25%;
  }

  .w-col-small-4 {
    width: 33.33333333%;
  }

  .w-col-small-5 {
    width: 41.66666667%;
  }

  .w-col-small-6 {
    width: 50%;
  }

  .w-col-small-7 {
    width: 58.33333333%;
  }

  .w-col-small-8 {
    width: 66.66666667%;
  }

  .w-col-small-9 {
    width: 75%;
  }

  .w-col-small-10 {
    width: 83.33333333%;
  }

  .w-col-small-11 {
    width: 91.66666667%;
  }

  .w-col-small-12 {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .w-container {
    max-width: none;
  }

  .w-hidden-main {
    display: inherit !important;
  }

  .w-hidden-medium {
    display: inherit !important;
  }

  .w-hidden-small {
    display: inherit !important;
  }

  .w-hidden-tiny {
    display: none !important;
  }

  .w-col {
    width: 100%;
  }

  .w-col-tiny-1 {
    width: 8.33333333%;
  }

  .w-col-tiny-2 {
    width: 16.66666667%;
  }

  .w-col-tiny-3 {
    width: 25%;
  }

  .w-col-tiny-4 {
    width: 33.33333333%;
  }

  .w-col-tiny-5 {
    width: 41.66666667%;
  }

  .w-col-tiny-6 {
    width: 50%;
  }

  .w-col-tiny-7 {
    width: 58.33333333%;
  }

  .w-col-tiny-8 {
    width: 66.66666667%;
  }

  .w-col-tiny-9 {
    width: 75%;
  }

  .w-col-tiny-10 {
    width: 83.33333333%;
  }

  .w-col-tiny-11 {
    width: 91.66666667%;
  }

  .w-col-tiny-12 {
    width: 100%;
  }
}

.w-widget {
  position: relative;
}

.w-widget-map {
  width: 100%;
  height: 400px;
}

.w-widget-map label {
  width: auto;
  display: inline;
}

.w-widget-map img {
  max-width: inherit;
}

.w-widget-map .gm-style-iw {
  text-align: center;
}

.w-widget-map .gm-style-iw>button {
  display: none !important;
}

.w-widget-twitter {
  overflow: hidden;
}

.w-widget-twitter-count-shim {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 28px;
  height: 20px;
  text-align: center;
  background: white;
  border: #758696 solid 1px;
  border-radius: 3px;
}

.w-widget-twitter-count-shim * {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.w-widget-twitter-count-shim .w-widget-twitter-count-inner {
  position: relative;
  font-size: 15px;
  line-height: 12px;
  text-align: center;
  color: #999;
  font-family: serif;
}

.w-widget-twitter-count-shim .w-widget-twitter-count-clear {
  position: relative;
  display: block;
}

.w-widget-twitter-count-shim.w--large {
  width: 36px;
  height: 28px;
}

.w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 18px;
}

.w-widget-twitter-count-shim:not(.w--vertical) {
  margin-left: 5px;
  margin-right: 8px;
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large {
  margin-left: 6px;
}

.w-widget-twitter-count-shim:not(.w--vertical):before,
.w-widget-twitter-count-shim:not(.w--vertical):after {
  top: 50%;
  left: 0;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.w-widget-twitter-count-shim:not(.w--vertical):before {
  border-color: rgba(117, 134, 150, 0);
  border-right-color: #5d6c7b;
  border-width: 4px;
  margin-left: -9px;
  margin-top: -4px;
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
  border-width: 5px;
  margin-left: -10px;
  margin-top: -5px;
}

.w-widget-twitter-count-shim:not(.w--vertical):after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: white;
  border-width: 4px;
  margin-left: -8px;
  margin-top: -4px;
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
  border-width: 5px;
  margin-left: -9px;
  margin-top: -5px;
}

.w-widget-twitter-count-shim.w--vertical {
  width: 61px;
  height: 33px;
  margin-bottom: 8px;
}

.w-widget-twitter-count-shim.w--vertical:before,
.w-widget-twitter-count-shim.w--vertical:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.w-widget-twitter-count-shim.w--vertical:before {
  border-color: rgba(117, 134, 150, 0);
  border-top-color: #5d6c7b;
  border-width: 5px;
  margin-left: -5px;
}

.w-widget-twitter-count-shim.w--vertical:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: white;
  border-width: 4px;
  margin-left: -4px;
}

.w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 22px;
}

.w-widget-twitter-count-shim.w--vertical.w--large {
  width: 76px;
}

.w-widget-gplus {
  overflow: hidden;
}

.w-background-video {
  position: relative;
  overflow: hidden;
  height: 500px;
  color: white;
}

.w-background-video>video {
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  margin: auto;
  width: 100%;
  height: 100%;
  right: -100%;
  bottom: -100%;
  top: -100%;
  left: -100%;
  object-fit: cover;
  z-index: -100;
}

.w-background-video>video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}

.w-slider {
  position: relative;
  height: 300px;
  text-align: center;
  background: #dddddd;
  clear: both;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}

.w-slider-mask {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
  left: 0;
  right: 0;
  height: 100%;
  white-space: nowrap;
}

.w-slide {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
  white-space: normal;
  text-align: left;
}

.w-slider-nav {
  position: absolute;
  z-index: 2;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding-top: 10px;
  height: 40px;
  text-align: center;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}

.w-slider-nav.w-round>div {
  border-radius: 100%;
}

.w-slider-nav.w-num>div {
  width: auto;
  height: auto;
  padding: 0.2em 0.5em;
  font-size: inherit;
  line-height: inherit;
}

.w-slider-nav.w-shadow>div {
  box-shadow: 0 0 3px rgba(51, 51, 51, 0.4);
}

.w-slider-nav-invert {
  color: #fff;
}

.w-slider-nav-invert>div {
  background-color: rgba(34, 34, 34, 0.4);
}

.w-slider-nav-invert>div.w-active {
  background-color: #222;
}

.w-slider-dot {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  margin: 0 3px 0.5em;
  transition: background-color 100ms, color 100ms;
}

.w-slider-dot.w-active {
  background-color: #fff;
}

.w-slider-dot:focus {
  outline: none;
  box-shadow: 0px 0px 0px 2px #fff;
}

.w-slider-dot:focus.w-active {
  box-shadow: none;
}

.w-slider-arrow-left,
.w-slider-arrow-right {
  position: absolute;
  width: 80px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  cursor: pointer;
  overflow: hidden;
  color: white;
  font-size: 40px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.w-slider-arrow-left [class^='w-icon-'],
.w-slider-arrow-right [class^='w-icon-'],
.w-slider-arrow-left [class*=' w-icon-'],
.w-slider-arrow-right [class*=' w-icon-'] {
  position: absolute;
}

.w-slider-arrow-left:focus,
.w-slider-arrow-right:focus {
  outline: 0;
}

.w-slider-arrow-left {
  z-index: 3;
  right: auto;
}

.w-slider-arrow-right {
  z-index: 4;
  left: auto;
}

.w-icon-slider-left,
.w-icon-slider-right {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1em;
  height: 1em;
}

.w-slider-aria-label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.w-slider-force-show {
  display: block !important;
}

.w-dropdown {
  display: inline-block;
  position: relative;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  z-index: 900;
}

.w-dropdown-btn,
.w-dropdown-toggle,
.w-dropdown-link {
  position: relative;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  white-space: nowrap;
}

.w-dropdown-toggle {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  cursor: pointer;
  padding-right: 40px;
}

.w-dropdown-toggle:focus {
  outline: 0;
}

.w-icon-dropdown-toggle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  margin-right: 20px;
  width: 1em;
  height: 1em;
}

.w-dropdown-list {
  position: absolute;
  background: #dddddd;
  display: none;
  min-width: 100%;
}

.w-dropdown-list.w--open {
  display: block;
}

.w-dropdown-link {
  padding: 10px 20px;
  display: block;
  color: #222222;
}

.w-dropdown-link.w--current {
  color: #0082f3;
}

.w-dropdown-link:focus {
  outline: 0;
}

@media screen and (max-width: 767px) {
  .w-nav-brand {
    padding-left: 10px;
  }
}

/**
   * ## Note
   * Safari (on both iOS and OS X) does not handle viewport units (vh, vw) well.
   * For example percentage units do not work on descendants of elements that
   * have any dimensions expressed in viewport units. It also doesn’t handle them at
   * all in `calc()`.
   */
/**
   * Wrapper around all lightbox elements
   *
   * 1. Since the lightbox can receive focus, IE also gives it an outline.
   * 2. Fixes flickering on Chrome when a transition is in progress
   *    underneath the lightbox.
   */
.w-lightbox-backdrop {
  color: #000;
  cursor: auto;
  font-family: serif;
  font-size: medium;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: normal;
  list-style: disc;
  text-align: start;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Ubuntu, "Segoe UI", Verdana, sans-serif;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 300;
  text-align: center;
  background: rgba(0, 0, 0, 0.9);
  z-index: 2000;
  outline: 0;
  /* 1 */
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-transform: translate(0, 0);
  /* 2 */
}

/**
   * Neat trick to bind the rubberband effect to our canvas instead of the whole
   * document on iOS. It also prevents a bug that causes the document underneath to scroll.
   */
.w-lightbox-backdrop,
.w-lightbox-container {
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.w-lightbox-content {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.w-lightbox-view {
  position: absolute;
  width: 100vw;
  height: 100vh;
  opacity: 0;
}

.w-lightbox-view:before {
  content: "";
  height: 100vh;
}

/* .w-lightbox-content */
.w-lightbox-group,
.w-lightbox-group .w-lightbox-view,
.w-lightbox-group .w-lightbox-view:before {
  height: 86vh;
}

.w-lightbox-frame,
.w-lightbox-view:before {
  display: inline-block;
  vertical-align: middle;
}

/*
   * 1. Remove default margin set by user-agent on the <figure> element.
   */
.w-lightbox-figure {
  position: relative;
  margin: 0;
  /* 1 */
}

.w-lightbox-group .w-lightbox-figure {
  cursor: pointer;
}

/**
   * IE adds image dimensions as width and height attributes on the IMG tag,
   * but we need both width and height to be set to auto to enable scaling.
   */
.w-lightbox-img {
  width: auto;
  height: auto;
  max-width: none;
}

/**
   * 1. Reset if style is set by user on "All Images"
   */
.w-lightbox-image {
  display: block;
  float: none;
  /* 1 */
  max-width: 100vw;
  max-height: 100vh;
}

.w-lightbox-group .w-lightbox-image {
  max-height: 86vh;
}

.w-lightbox-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: .5em 1em;
  background: rgba(0, 0, 0, 0.4);
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.w-lightbox-embed {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.w-lightbox-control {
  position: absolute;
  top: 0;
  width: 4em;
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.w-lightbox-left {
  display: none;
  bottom: 0;
  left: 0;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-20 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0 0h5v23h23v5h-28z" opacity=".4"/><path d="m1 1h3v23h23v3h-26z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==");
}

.w-lightbox-right {
  display: none;
  right: 0;
  bottom: 0;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0-0h28v28h-5v-23h-23z" opacity=".4"/><path d="m1 1h26v26h-3v-23h-23z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+");
}

/*
   * Without specifying the with and height inside the SVG, all versions of IE render the icon too small.
   * The bug does not seem to manifest itself if the elements are tall enough such as the above arrows.
   * (http://stackoverflow.com/questions/16092114/background-size-differs-in-internet-explorer)
   */
.w-lightbox-close {
  right: 0;
  height: 2.6em;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 18 17" width="18" height="17"><g transform="rotate(45)"><path d="m0 0h7v-7h5v7h7v5h-7v7h-5v-7h-7z" opacity=".4"/><path d="m1 1h7v-7h3v7h7v3h-7v7h-3v-7h-7z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
  background-size: 18px;
}

/**
   * 1. All IE versions add extra space at the bottom without this.
   */
.w-lightbox-strip {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 1vh;
  line-height: 0;
  /* 1 */
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}

/*
   * 1. We use content-box to avoid having to do `width: calc(10vh + 2vw)`
   *    which doesn’t work in Safari anyway.
   * 2. Chrome renders images pixelated when switching to GPU. Making sure
   *    the parent is also rendered on the GPU (by setting translate3d for
   *    example) fixes this behavior.
   */
.w-lightbox-item {
  display: inline-block;
  width: 10vh;
  padding: 2vh 1vh;
  box-sizing: content-box;
  /* 1 */
  cursor: pointer;
  -webkit-transform: translate3d(0, 0, 0);
  /* 2 */
}

.w-lightbox-active {
  opacity: .3;
}

.w-lightbox-thumbnail {
  position: relative;
  height: 10vh;
  background: #222;
  overflow: hidden;
}

.w-lightbox-thumbnail-image {
  position: absolute;
  top: 0;
  left: 0;
}

.w-lightbox-thumbnail .w-lightbox-tall {
  top: 50%;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.w-lightbox-thumbnail .w-lightbox-wide {
  left: 50%;
  height: 100%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

/*
   * Spinner
   *
   * Absolute pixel values are used to avoid rounding errors that would cause
   * the white spinning element to be misaligned with the track.
   */
.w-lightbox-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  border: 5px solid rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  -webkit-animation: spin .8s infinite linear;
  animation: spin .8s infinite linear;
}

.w-lightbox-spinner:after {
  content: "";
  position: absolute;
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
  border: 3px solid transparent;
  border-bottom-color: #fff;
  border-radius: 50%;
}

/*
   * Utility classes
   */
.w-lightbox-hide {
  display: none;
}

.w-lightbox-noscroll {
  overflow: hidden;
}

@media (min-width: 768px) {
  .w-lightbox-content {
    height: 96vh;
    margin-top: 2vh;
  }

  .w-lightbox-view,
  .w-lightbox-view:before {
    height: 96vh;
  }

  /* .w-lightbox-content */
  .w-lightbox-group,
  .w-lightbox-group .w-lightbox-view,
  .w-lightbox-group .w-lightbox-view:before {
    height: 84vh;
  }

  .w-lightbox-image {
    max-width: 96vw;
    max-height: 96vh;
  }

  .w-lightbox-group .w-lightbox-image {
    max-width: 82.3vw;
    max-height: 84vh;
  }

  .w-lightbox-left,
  .w-lightbox-right {
    display: block;
    opacity: .5;
  }

  .w-lightbox-close {
    opacity: .8;
  }

  .w-lightbox-control:hover {
    opacity: 1;
  }
}

.w-lightbox-inactive,
.w-lightbox-inactive:hover {
  opacity: 0;
}

.w-richtext:before,
.w-richtext:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}

.w-richtext:after {
  clear: both;
}

.w-richtext[contenteditable="true"]:before,
.w-richtext[contenteditable="true"]:after {
  white-space: initial;
}

.w-richtext ol,
.w-richtext ul {
  overflow: hidden;
}

.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:after,
.w-richtext .w-richtext-figure-selected[data-rt-type="video"] div:after {
  outline: 2px solid #2895f7;
}

.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div,
.w-richtext .w-richtext-figure-selected[data-rt-type="image"] div {
  outline: 2px solid #2895f7;
}

.w-richtext figure.w-richtext-figure-type-video>div:after,
.w-richtext figure[data-rt-type="video"]>div:after {
  content: '';
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.w-richtext figure {
  position: relative;
  max-width: 60%;
}

.w-richtext figure>div:before {
  cursor: default !important;
}

.w-richtext figure img {
  width: 100%;
}

.w-richtext figure figcaption.w-richtext-figcaption-placeholder {
  opacity: 0.6;
}

.w-richtext figure div {
  /* fix incorrectly sized selection border in the data manager */
  font-size: 0px;
  color: transparent;
}

.w-richtext figure.w-richtext-figure-type-image,
.w-richtext figure[data-rt-type="image"] {
  display: table;
}

.w-richtext figure.w-richtext-figure-type-image>div,
.w-richtext figure[data-rt-type="image"]>div {
  display: inline-block;
}

.w-richtext figure.w-richtext-figure-type-image>figcaption,
.w-richtext figure[data-rt-type="image"]>figcaption {
  display: table-caption;
  caption-side: bottom;
}

.w-richtext figure.w-richtext-figure-type-video,
.w-richtext figure[data-rt-type="video"] {
  width: 60%;
  height: 0;
}

.w-richtext figure.w-richtext-figure-type-video iframe,
.w-richtext figure[data-rt-type="video"] iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.w-richtext figure.w-richtext-figure-type-video>div,
.w-richtext figure[data-rt-type="video"]>div {
  width: 100%;
}

.w-richtext figure.w-richtext-align-center {
  margin-right: auto;
  margin-left: auto;
  clear: both;
}

.w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image>div,
.w-richtext figure.w-richtext-align-center[data-rt-type="image"]>div {
  max-width: 100%;
}

.w-richtext figure.w-richtext-align-normal {
  clear: both;
}

.w-richtext figure.w-richtext-align-fullwidth {
  width: 100%;
  max-width: 100%;
  text-align: center;
  clear: both;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.w-richtext figure.w-richtext-align-fullwidth>div {
  display: inline-block;
  /* padding-bottom is used for aspect ratios in video figures
        we want the div to inherit that so hover/selection borders in the designer-canvas
        fit right*/
  padding-bottom: inherit;
}

.w-richtext figure.w-richtext-align-fullwidth>figcaption {
  display: block;
}

.w-richtext figure.w-richtext-align-floatleft {
  float: left;
  margin-right: 15px;
  clear: none;
}

.w-richtext figure.w-richtext-align-floatright {
  float: right;
  margin-left: 15px;
  clear: none;
}

.w-nav {
  position: relative;
  background: #dddddd;
  z-index: 1000;
}

.w-nav:before,
.w-nav:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}

.w-nav:after {
  clear: both;
}

.w-nav-brand {
  position: relative;
  float: left;
  text-decoration: none;
  color: #333333;
}

.w-nav-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

.w-nav-link.w--current {
  color: #0082f3;
}

.w-nav-menu {
  position: relative;
  float: right;
}

[data-nav-menu-open] {
  display: block !important;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #C8C8C8;
  text-align: center;
  overflow: visible;
  min-width: 200px;
}

.w--nav-link-open {
  display: block;
  position: relative;
}

.w-nav-overlay {
  position: absolute;
  overflow: hidden;
  display: none;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
}

.w-nav-overlay [data-nav-menu-open] {
  top: 0;
}

.w-nav[data-animation="over-left"] .w-nav-overlay {
  width: auto;
}

.w-nav[data-animation="over-left"] .w-nav-overlay,
.w-nav[data-animation="over-left"] [data-nav-menu-open] {
  right: auto;
  z-index: 1;
  top: 0;
}

.w-nav[data-animation="over-right"] .w-nav-overlay {
  width: auto;
}

.w-nav[data-animation="over-right"] .w-nav-overlay,
.w-nav[data-animation="over-right"] [data-nav-menu-open] {
  left: auto;
  z-index: 1;
  top: 0;
}

.w-nav-button {
  position: relative;
  float: right;
  padding: 18px;
  font-size: 24px;
  display: none;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.w-nav-button:focus {
  outline: 0;
}

.w-nav-button.w--open {
  background-color: #C8C8C8;
  color: white;
}

.w-nav[data-collapse="all"] .w-nav-menu {
  display: none;
}

.w-nav[data-collapse="all"] .w-nav-button {
  display: block;
}

.w--nav-dropdown-open {
  display: block;
}

.w--nav-dropdown-toggle-open {
  display: block;
}

.w--nav-dropdown-list-open {
  position: static;
}

@media screen and (max-width: 991px) {
  .w-nav[data-collapse="medium"] .w-nav-menu {
    display: none;
  }

  .w-nav[data-collapse="medium"] .w-nav-button {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .w-nav[data-collapse="small"] .w-nav-menu {
    display: none;
  }

  .w-nav[data-collapse="small"] .w-nav-button {
    display: block;
  }

  .w-nav-brand {
    padding-left: 10px;
  }
}

@media screen and (max-width: 479px) {
  .w-nav[data-collapse="tiny"] .w-nav-menu {
    display: none;
  }

  .w-nav[data-collapse="tiny"] .w-nav-button {
    display: block;
  }
}

.w-tabs {
  position: relative;
}

.w-tabs:before,
.w-tabs:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}

.w-tabs:after {
  clear: both;
}

.w-tab-menu {
  position: relative;
}

.w-tab-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  padding: 9px 30px;
  text-align: left;
  cursor: pointer;
  color: #222222;
  background-color: #dddddd;
}

.w-tab-link.w--current {
  background-color: #C8C8C8;
}

.w-tab-link:focus {
  outline: 0;
}

.w-tab-content {
  position: relative;
  display: block;
  overflow: hidden;
}

.w-tab-pane {
  position: relative;
  display: none;
}

.w--tab-active {
  display: block;
}

@media screen and (max-width: 479px) {
  .w-tab-link {
    display: block;
  }
}

.w-ix-emptyfix:after {
  content: "";
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.w-dyn-empty {
  padding: 10px;
  background-color: #dddddd;
}

.w-dyn-hide {
  display: none !important;
}

.w-dyn-bind-empty {
  display: none !important;
}

.w-condition-invisible {
  display: none !important;
}

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

.w-pagination-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.w-pagination-previous {
  display: block;
  color: #333;
  font-size: 14px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fafafa;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-color: #ccc;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

.w-pagination-next {
  display: block;
  color: #333;
  font-size: 14px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fafafa;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-color: #ccc;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

.label-container {
  display: flex;
  justify-content: space-between;
}

.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('../img/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

body {
  font-family: Axiforma, sans-serif;
  color: #76747c;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #0b091d;
  font-size: 55px;
  line-height: 72px;
  font-weight: 500;
}

h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #0b091d;
  font-size: 38px;
  line-height: 55px;
  font-weight: 500;
}

h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #0b091d;
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
}

h4 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #0b091d;
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
}

h5 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #0b091d;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #0b091d;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
  font-family: 'Axiforma book', sans-serif;
  color: #76747c;
  font-size: 18px;
  line-height: 33px;
  font-weight: 400;
}

a {
  text-decoration: underline;
}

ul {
  max-width: 805px;
  margin: 24px auto 40px;
  padding-left: 30px;
  color: #0b091d;
  font-size: 24px;
}

img {
  display: inline-block;
  max-width: 100%;
}

strong {
  font-family: Axiforma, sans-serif;
  color: #0b091d;
  font-weight: 700;
}

blockquote {
  margin-bottom: 10px;
  padding: 10px 20px;
  border-left: 5px solid #e2e2e2;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  margin-top: 5px;
  text-align: center;
}

.h1-as-paragraph {
  margin-bottom: 10px;
  font-family: 'Axiforma book', sans-serif;
  color: #76747c;
  font-size: 18px !important;
  line-height: 33px;
  font-weight: 400;
}

.paragraph-large {
  font-family: Axiforma, sans-serif;
  color: #76747c;
  font-size: 24px;
  line-height: 38px;
  font-weight: 400;
}

.paragraph-small {
  font-family: Axiforma, sans-serif;
  color: #76747c;
  font-size: 15px;
  line-height: 24px;
}

.mg-top-0px {
  margin-top: 0px;
}

.mg-top-8px {
  margin-top: 8px;
}

.mg-top-16px {
  margin-top: 16px;
}

.mg-top-24px {
  margin-top: 24px;
}

.mg-top-32px {
  margin-top: 32px;
}

.mg-top-40px {
  margin-top: 40px;
}

.mg-right-0px {
  margin-right: 0px;
}

.mg-right-8px {
  margin-right: 8px;
}

.mg-right-16px {
  margin-right: 16px;
}

.mg-right-24px {
  margin-right: 24px;
}

.mg-right-32px {
  margin-right: 32px;
}

.mg-right-40px {
  margin-right: 40px;
}

.mg-left-0px {
  margin-left: 0px;
}

.mg-left-8px {
  margin-left: 8px;
}

.mg-left-16px {
  margin-left: 16px;
}

.mg-left-24px {
  margin-left: 24px;
}

.mg-left-32px {
  margin-left: 32px;
}

.mg-left-40px {
  margin-left: 40px;
}

.mg-bottom-0px {
  margin-bottom: 0px;
  font-size: 16px;
}

.mg-bottom-8px {
  margin-bottom: 8px;
}

.mg-bottom-16px {
  margin-bottom: 16px;
}

.mg-bottom-24px {
  margin-bottom: 24px;
}

.mg-bottom-32px {
  margin-bottom: 32px;
}

.mg-bottom-40px {
  margin-bottom: 40px;
}

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

.vertical-center-align-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section {
  padding-right: 24px;
  padding-left: 24px;
}

.section.hero {
  overflow: hidden;
  padding-top: 60px;
  padding-bottom: 60px;
}

.section.logos {
  overflow: hidden;
  padding-top: 60px;
  padding-bottom: 60px;
}

.section.bg-black {
  display: block;
  overflow: hidden;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #0b091d;
}

.section.bg-black.about {
  padding-bottom: 100px;
}

.section.bg-white {
  overflow: hidden;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.bg-white.resources {
  overflow: hidden;
  padding-top: 100px;
}

.section.bg-white.category {
  padding-top: 80px;
}

.section.bg-white.product {
  position: relative;
}

.section.bg-white.hidden-section {
  display: none;
}

.section.cta {
  overflow: hidden;
  padding-top: 140px;
  padding-bottom: 100px;
}

.section.footer {
  overflow: hidden;
  padding-top: 65px;
  padding-bottom: 20px;
  border-top: 1px solid #dddddf;
}

.section.hero-about {
  padding-top: 65px;
  padding-bottom: 160px;
}

.section.hero-careers {
  padding-top: 64px;
  padding-bottom: 160px;
}

.section.contact {
  overflow: hidden;
  padding-top: 70px;
  padding-bottom: 230px;
  background-image: linear-gradient(174deg, #fff 57%, #0b091d 0);
}

.section.hero-blog {
  padding-top: 80px;
  padding-bottom: 37px;
  background-image: linear-gradient(174deg, #0b091d 65%, #fff 0);
}

.section.hero-blog-post {
  padding-top: 100px;
  background-image: linear-gradient(174deg, #0b091d 79%, #fff 0);
}

.section.blog-post {
  padding-top: 110px;
  padding-bottom: 120px;
}

.section.hero-commerce {
  padding-top: 75px;
  padding-bottom: 100px;
}

.section.gaming {
  overflow: hidden;
  margin-top: -135px;
  padding-top: 220px;
  padding-bottom: 80px;
  background-color: #0b091d;
}

.section.bg-white-small {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.login {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: auto;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(51.5%, #0b091d), color-stop(0, #fff));
  background-image: linear-gradient(270deg, #0b091d 51.5%, #fff 0);
}

.section.commonform {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.primary-button {
  padding: 23px 40px;
  border-radius: 12px;
  background-color: #3159e5;
  box-shadow: 4px 4px 16px 0 rgba(49, 89, 229, 0.2);
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
}

.primary-button:hover {
  background-color: #133bc7;
}

.primary-button.header {
  margin-left: 24px;
  padding: 17px 26px;
}

.primary-button.mg-right-responsive {
  margin-right: 27px;
  text-align: center;
}

.primary-button.full-width {
  width: 100%;
}

.primary-button:disabled {
  background-color: #c3c2c6;
  cursor: not-allowed;
}

.secondary-button {
  padding: 23px 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #c3c2c6;
  border-radius: 12px;
  background-color: #fff;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #0b091d;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
}

.secondary-button:hover {
  border-color: #3159e5;
  color: #3159e5;
}

.navbar {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 999;
  padding: 25px 24px;
  border-bottom: 1px solid transparent;
  background-color: #fff;
}

.navbar.transparent {
  background-color: transparent;
}

.navbar-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1220px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-menu-secondary.mobile {
  display: none;
}

.nav-link {
  padding: 15px 16px;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-family: 'Axiforma book', sans-serif;
  color: #0b091d;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
}

.nav-link:hover {
  color: #3159e5;
}

.nav-link.w--current {
  color: #3159e5;
}

.nav-link.white {
  color: #fff;
}

.nav-link.white:hover {
  color: #3159e5;
}

.brand {
  padding-left: 0px;
}

.brand.footer {
  margin-bottom: 20px;
}

.dropdown-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-family: 'Axiforma book', sans-serif;
  color: #0b091d;
  font-size: 16px;
  line-height: 18px;
}

.dropdown-toggle:hover {
  color: #3159e5;
}

.dropdown-toggle.white {
  color: #fff;
}

.dropdown-toggle.white:hover {
  color: #3159e5;
}

.arrow-dropdown {
  margin-left: 10px;
  font-family: Fontello, sans-serif;
  font-size: 6px;
  line-height: 7px;
}

.dropdown-list {
  left: -307px;
  min-width: 815px;
  padding: 30px 64px 45px;
  border-style: solid;
  border-width: 1px;
  border-color: #dddddf;
  border-radius: 17px;
  background-color: #fff;
  box-shadow: 10px 10px 34px 0 rgba(11, 9, 29, 0.04);
}

.dropdown-link {
  margin-bottom: 24px;
  padding: 0px;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #0b091d;
  font-size: 16px;
  line-height: 18px;
}

.dropdown-link:hover {
  color: #3159e5;
}

.dropdown-link.w--current {
  color: #3159e5;
}

.dropdown-link.last {
  margin-bottom: 0px;
}

.link-login {
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-family: 'Axiforma book', sans-serif;
  color: #0b091d;
  font-size: 16px;
  line-height: 18px;
  text-decoration: none;
}

.link-login:hover {
  color: #3159e5;
}

.link-login.white {
  color: #fff;
}

.link-login.white:hover {
  color: #3159e5;
}

.login-icon {
  font-family: Fontello, sans-serif;
  color: #3159e5;
}

.container-default {
  max-width: 1220px;
  margin-right: auto;
  margin-left: auto;
}

.container-default.top {
  margin-bottom: auto;
  margin-top: 50px;
  min-width: 490px;
}

.container-default.overflow-hidden {
  overflow: hidden;
}

.container-default.full-width {
  width: 100%;
}

.grid-hero {
  grid-column-gap: 30px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.hero-container-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hero-container-right {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-two-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-two-buttons.center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.container-two-buttons.right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.mobile-image-home {
  position: relative;
  z-index: 1;
  max-width: 300px;
  border-radius: 45px;
  box-shadow: 5px 5px 53px 0 rgba(49, 89, 229, 0.09), 0 0 4px 0 rgba(11, 9, 29, 0.01), 1px 1px 7px 0 rgba(11, 9, 29, 0.01), 10px 10px 53px 0 rgba(11, 9, 29, 0.04);
}

.background-hero-image-1 {
  position: absolute;
  left: 2%;
  top: 0%;
  right: auto;
  bottom: auto;
}

.background-hero-image-2 {
  position: absolute;
  left: auto;
  top: auto;
  right: 3%;
  bottom: 0%;
}

.background-hero-image-3 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  max-width: 110%;
  margin-top: auto;
  margin-bottom: auto;
}

.grid-logos {
  grid-column-gap: 62px;
  -ms-grid-columns: 0.8fr 0.8fr 1fr 1fr 1fr 0.7fr;
  grid-template-columns: 0.8fr 0.8fr 1fr 1fr 1fr 0.7fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.container-1085px {
  max-width: 1085px;
  margin-right: auto;
  margin-left: auto;
}

.container-logos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-logos.left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.logos-title {
  color: #0b091d;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}

.divider-top-black {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-bottom: -4px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.divider-top-image {
  width: 102%;
  max-width: 102%;
}

.grid-your-roas {
  grid-column-gap: 75px;
  grid-row-gap: 50px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.roas-container-left {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.roas-container-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.subtitle {
  color: #fff;
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.subtitle.mg-bottom-16px.yellow {
  color: #f5b435;
}

.color-neutral-100 {
  color: #fff;
}

.color-neutral-300 {
  color: #dddddf;
}

.meet-your-roas-image {
  position: relative;
  z-index: 1;
  max-width: 300px;
  border-radius: 45px;
  box-shadow: 10px 10px 53px 0 rgba(11, 9, 29, 0.04), 1px 1px 7px 0 rgba(11, 9, 29, 0.01), 0 0 4px 0 rgba(11, 9, 29, 0.01), 5px 5px 53px 0 rgba(169, 181, 224, 0.09);
}

.background-form-roas-1 {
  position: absolute;
  left: auto;
  top: 15%;
  right: 7%;
  bottom: auto;
}

.background-form-roas-2 {
  position: absolute;
  left: 11%;
  top: auto;
  right: auto;
  bottom: 6%;
}

.bullet-roas {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 26px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bullet-roas.last {
  margin-bottom: 0px;
}

.bullet-roas.middle {
  margin-bottom: 40px;
}

.icon-bullet-roas {
  margin-right: 34px;
}

.bullet-paragraph {
  margin-bottom: 0px;
  color: #dddddf;
  line-height: 28px;
}

.container-745px {
  max-width: 745px;
  margin-right: auto;
  margin-left: auto;
}

.primary-color {
  color: #3159e5;
}

.container-500px {
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
}

.grid-growth {
  margin-top: 45px;
  margin-bottom: 55px;
  grid-column-gap: 60px;
  grid-row-gap: 40px;
}

.card-growth {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 40px 60px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 16px;
  background-color: #fff;
  box-shadow: 0 0 4px 0 rgba(11, 9, 29, 0.02), 7px 7px 34px 0 rgba(11, 9, 29, 0.06);
}

.icon-growth {
  margin-right: 20px;
}

.divider-bottom-black {
  overflow: hidden;
  margin-top: -4px;
}

.container-690px {
  max-width: 690px;
  margin-right: auto;
  margin-left: auto;
}

.container-490px {
  max-width: 490px;
  margin-right: auto;
  margin-left: auto;
}

.partners-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 520px;
  margin-right: auto;
  margin-left: auto;
  padding: 7px 8px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background-color: #242141;
}

.button-toggle {
  padding: 13px 26px;
  border-radius: 6px;
  background-color: transparent;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

.button-toggle.w--current {
  background-color: #3159e5;
}

.button-toggle.active {
  background-color: #3159e5;
  text-decoration: none;
}

.slider-partners.publishing {
  height: auto;
  margin-top: 40px;
  background-color: transparent;
}

.slider-partners.anti-fraud {
  display: block;
  height: auto;
  margin-top: 40px;
  background-color: transparent;
}

.hidden-arrow {
  display: none;
}

.slide-nav-partners {
  position: static;
  margin-top: 60px;
}

.mask-partners {
  height: auto;
}

.slide-partners {
  height: 125px;
  max-width: 230px;
  margin-right: 18px;
}

.card-partners {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 125px;
  padding: 30px 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 15px;
  background-color: #fff;
}

.container-645px {
  max-width: 645px;
  margin-right: auto;
  margin-left: auto;
}

.slider-case-study {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 30px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 28px;
  background-color: #fff;
  box-shadow: 7px 7px 34px 0 rgba(11, 9, 29, 0.06), 0 0 4px 0 rgba(11, 9, 29, 0.02);
}

.slide-nav-case-study {
  position: static;
  display: none;
  margin-top: 65px;
}

.mask-case-study {
  overflow: hidden;
  height: auto;
}

.slide-case-study {
  height: 100%;
  margin-right: 20px;
}

.card-case-study {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  border-radius: 28px;
}

.grid-case-study {
  grid-column-gap: 0px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.case-study-container-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 75px 35px 75px 65px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.logo-case-study {
  margin-bottom: 20px;
}

.autor-case-study {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.avatar-case-study {
  max-width: 53px;
  margin-right: 16px;
  border-radius: 100px;
}

.autor-name {
  margin-bottom: 8px;
  color: #0b091d;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
}

.autor-name.small {
  margin-bottom: 4px;
  font-size: 16px;
}

.autor-title {
  font-family: 'Axiforma book', sans-serif;
  color: #3159e5;
  font-size: 18px;
  line-height: 28px;
}

.autor-title.yellow {
  color: #f5b435;
}

.autor-title.small {
  font-size: 16px;
}

.case-study-container-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.image-case-study {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.container-355px {
  max-width: 355px;
  margin-right: auto;
  margin-left: auto;
}

.grid-verticals {
  margin-top: 45px;
  margin-bottom: 86px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.card-verticals {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 55px 40px 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 16px;
  background-color: #fff;
  box-shadow: 0 0 4px 0 rgba(11, 9, 29, 0.02), 7px 7px 34px 0 rgba(11, 9, 29, 0.06);
  text-align: center;
}

.verticals-image {
  margin-bottom: 40px;
}

.verticals-image.fintech {
  max-width: 208px;
  margin-bottom: 0px;
}

.verticals-image.gaming {
  margin-bottom: 30px;
}

.link-verticals {
  margin-top: 32px;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #3159e5;
  font-size: 18px;
  line-height: 33px;
  font-weight: 700;
}

.link-verticals:hover {
  color: #133bc7;
}

.grid-resources-top {
  grid-column-gap: 50px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.resources-top-container-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.grid-resources {
  margin-top: 50px;
  grid-column-gap: 75px;
  grid-row-gap: 50px;
  -ms-grid-columns: 0.7fr 1fr;
  grid-template-columns: 0.7fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.whitepaper-image {
  width: 100%;
  margin-bottom: 33px;
  border-radius: 20px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.03), 11px 11px 28px 0 rgba(0, 0, 0, 0.04);
}

.title-whitepaper {
  color: #0b091d;
  font-size: 30px;
  line-height: 42px;
  font-weight: 700;
}

.collection-item-resources-home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 48px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.featured-image-resources-home {
  max-width: 355px;
  margin-right: 40px;
  border-style: solid;
  border-width: 2px;
  border-color: #e3e9ff;
  border-radius: 18px;
  box-shadow: 7px 7px 34px 0 rgba(11, 9, 29, 0.06), 0 0 4px 0 rgba(11, 9, 29, 0.02);
}

.date-resources {
  margin-bottom: 18px;
  color: #76747c;
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
}

.cta-card {
  border-radius: 32px;
  background-color: #3159e5;
}

.grid-cta {
  grid-column-gap: 100px;
  -ms-grid-columns: 0.9fr 1fr;
  grid-template-columns: 0.9fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.cta-container-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 120px;
  padding-bottom: 120px;
  padding-left: 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.tertiary-button {
  padding: 20px 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 12px;
  background-color: #fff;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #0b091d;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
}

.tertiary-button:hover {
  background-color: transparent;
  color: #fff;
}

.cta-container-right {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cta-image {
  z-index: 1;
  margin-top: -117px;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  box-shadow: 11px 11px 60px 0 rgba(11, 9, 29, 0.04), 0 0 8px 0 rgba(11, 9, 29, 0.01), 0 0 4px 0 rgba(11, 9, 29, 0.01), 6px 6px 60px 0 rgba(169, 181, 224, 0.09);
}

.background-cta-1 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
}

.background-cta-2 {
  position: absolute;
  left: auto;
  top: auto;
  right: 4%;
  bottom: 6%;
}

.grid-footer-top {
  grid-column-gap: 50px;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.divider-footer {
  height: 1px;
  background-color: #dddddf;
}

.divider-footer.mg-top-bottom-responsive {
  margin-top: 75px;
  margin-bottom: 95px;
}

.divider-footer.mg-top-bottom-responsive-2 {
  margin-top: 105px;
  margin-bottom: 25px;
}

.paragraph-footer {
  font-size: 20px;
}

.grid-footer-middle {
  grid-column-gap: 70px;
  -ms-grid-columns: 2.7fr 1.5fr 1.4fr 1fr;
  grid-template-columns: 2.7fr 1.5fr 1.4fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.container-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.title-footer {
  margin-bottom: 32px;
  color: #0b091d;
  font-size: 18px;
  font-weight: 600;
}

.footer-link {
  display: block;
  margin-bottom: 24px;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #76747c;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
}

.footer-link:hover {
  color: #3159e5;
}

.footer-link.last {
  margin-bottom: 0px;
}

.grid-bottom-footer {
  grid-column-gap: 50px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-bottom-container-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-media-footer {
  margin-right: 15px;
}

.social-media-footer.last {
  margin-right: 0px;
}

.social-media-icon {
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.social-media-icon:hover {
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}

.container-630px {
  max-width: 630px;
  margin-right: auto;
  margin-left: auto;
}

.grid-about {
  margin-top: 60px;
  grid-column-gap: 105px;
  grid-row-gap: 50px;
  -ms-grid-columns: 0.8fr 1fr;
  grid-template-columns: 0.8fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-about.reverse {
  margin-top: 80px;
  -ms-grid-columns: 1fr 0.8fr;
  grid-template-columns: 1fr 0.8fr;
}

.about-container-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.about-image {
  border-radius: 12px;
}

.container-1145px {
  max-width: 1145px;
  margin-right: auto;
  margin-left: auto;
}

.container-605px {
  max-width: 605px;
  margin-right: auto;
  margin-left: auto;
}

.values-container-card {
  margin-top: 35px;
  margin-bottom: 65px;
  padding: 62px 50px 65px;
  border-radius: 24px;
  background-color: hsla(0, 0%, 100%, 0.05);
}

.grid-values {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.card-values {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 55px 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.card-values.ownership {
  border-right: 1px solid hsla(0, 0%, 100%, 0.3);
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.3);
}

.card-values.impact {
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.3);
}

.card-values.care {
  border-right: 1px solid hsla(0, 0%, 100%, 0.3);
}

.icon-values {
  margin-bottom: 24px;
}

.bold-white {
  color: #fff;
}

.grid-work {
  grid-column-gap: 60px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.work-container-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.work-image {
  border-radius: 12px;
}

.work-image.left {
  margin-top: 50px;
}

.work-image.right {
  margin-bottom: 55px;
}

.grid-grow {
  grid-column-gap: 105px;
  grid-row-gap: 50px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grow-container-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-block {
  color: #fff;
}

.grow-cta {
  color: #fff;
  font-size: 18px;
  line-height: 33px;
  font-weight: 700;
}

.link-grow {
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #dddddf;
  font-weight: 400;
}

.link-grow:hover {
  color: #fff;
}

.grow-image {
  border-radius: 13px;
}

.container-845px {
  max-width: 845px;
  margin-right: auto;
  margin-left: auto;
}

.container-700px {
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
}

.careers-image-hero {
  margin-top: 60px;
  border-radius: 24px;
}

.divider-section {
  height: 1px;
  max-width: 1220px;
  margin-right: auto;
  margin-left: auto;
  background-color: #c3c2c6;
}

.grid-careers {
  grid-column-gap: 65px;
  -ms-grid-columns: 0.9fr 1fr;
  grid-template-columns: 0.9fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.careers-container-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.careers-container-right {
  text-decoration: none;
}

.card-careers {
  border-radius: 28px;
  background-color: #fff;
  box-shadow: 0 0 4px 0 rgba(11, 9, 29, 0.02), 7px 7px 34px 0 rgba(11, 9, 29, 0.06);
}

.container-image-careers {
  overflow: hidden;
  border-top-left-radius: 28px;
  border-top-right-radius: 28px;
}

.card-bottom-careers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 48px 43px 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.link-card-careers {
  margin-top: 48px;
  color: #3159e5;
  font-size: 18px;
  line-height: 33px;
  font-weight: 700;
  text-decoration: underline;
}

.title-card-careers {
  color: #0b091d;
}

.container-730px {
  max-width: 730px;
  margin-right: auto;
  margin-left: auto;
}

.slider-careers {
  position: relative;
  height: auto;
  max-width: 1012px;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.mask-careers {
  height: auto;
}

.slide-nav-careers {
  display: none;
}

.slide-careers {
  padding: 70px 65px;
  border-radius: 30px;
  background-color: #fff;
}

.right-arrow-careers {
  position: absolute;
  left: auto;
  top: 0%;
  right: -10%;
  bottom: 0%;
  width: 70px;
  height: 70px;
  margin-top: auto;
  margin-bottom: auto;
  border-radius: 100px;
  background-color: hsla(0, 0%, 100%, 0.4);
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #fff;
  font-size: 30px;
}

.right-arrow-careers:hover {
  background-color: #fff;
  color: #3159e5;
}

.left-arrow-careers {
  left: -10%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 70px;
  height: 70px;
  margin-top: auto;
  margin-bottom: auto;
  border-radius: 100px;
  background-color: hsla(0, 0%, 100%, 0.4);
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-size: 30px;
}

.left-arrow-careers:hover {
  background-color: #fff;
  color: #3159e5;
}

.grid-testimonials {
  grid-column-gap: 70px;
  grid-row-gap: 50px;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.testimonial-container-left {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.testimonial-container-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.color-neutral-700 {
  color: #3f3e42;
}

.name-testimonial {
  margin-bottom: 10px;
  color: #0b091d;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
}

.title-testimonial {
  color: #3159e5;
  font-size: 18px;
  line-height: 24px;
}

.image-testimonial {
  position: relative;
  z-index: 1;
  border-radius: 20px;
}

.background-testimonial-1 {
  position: absolute;
  left: auto;
  top: auto;
  right: -15%;
  bottom: -7%;
}

.background-testimonial-2 {
  position: absolute;
  left: -13%;
  top: -6%;
  right: auto;
  bottom: auto;
}

.container-435px {
  max-width: 435px;
  margin-right: auto;
  margin-left: auto;
}

.grid-contact {
  grid-column-gap: 60px;
  -ms-grid-columns: 0.75fr 1fr;
  grid-template-columns: 0.75fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.contact-container-right {
  position: relative;
}

.bullet-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 14px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.bullet-icon {
  position: relative;
  bottom: -4px;
  margin-right: 15px;
}

.card-contact {
  position: relative;
  z-index: 1;
  min-height: 670px;
  padding: 45px 54px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 0 4px 0 rgba(11, 9, 29, 0.02), 7px 7px 34px 0 rgba(11, 9, 29, 0.06);
}

.grid-contact-form {
  margin-bottom: 20px;
  grid-column-gap: 35px;
  grid-row-gap: 20px;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.contact-form-div.align {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.field-label {
  margin-bottom: 8px;
  color: #0b091d;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
}

.text-field {
  min-height: 54px;
  margin-bottom: 0px;
  padding: 17px 16px;
  border-style: solid;
  border-width: 1px;
  border-color: #dddddf;
  border-radius: 8px;
  background-color: #fff;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #3f3e42;
  font-size: 18px;
}

.text-field:focus {
  border-color: #3159e5;
}

.text-field::-webkit-input-placeholder {
  color: #76747c;
}

.text-field:-ms-input-placeholder {
  color: #76747c;
}

.text-field::-ms-input-placeholder {
  color: #76747c;
}

.text-field::placeholder {
  color: #76747c;
}

.select-field {
  height: 54px;
  margin-bottom: 0px;
  padding: 17px 16px;
  border-style: solid;
  border-width: 1px;
  border-color: #dddddf;
  border-radius: 8px;
  background-color: #fff;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #76747c;
  font-size: 18px;
  line-height: 20px;
}

.select-field:focus {
  border-color: #3159e5;
}

.grid-checkbox {
  margin-bottom: 34px;
  grid-column-gap: 34px;
  grid-row-gap: 20px;
}

.checkbox-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding: 10px 16px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #dddddf;
  border-radius: 8px;
}

.checkbox-label {
  margin-bottom: 0px;
  color: #76747c;
  font-size: 16px;
  line-height: 20px;
}

.checkbox {
  width: 24px;
  height: 24px;
  margin-top: 0px;
  margin-right: 12px;
  margin-left: 0px;
  border-color: #dddddf;
  border-radius: 5px;
}

.checkbox.w--redirected-checked {
  border-color: #3159e5;
  background-color: #3159e5;
  background-size: 19px;
}

.contact-background-1 {
  position: absolute;
  left: auto;
  top: -8%;
  right: -12%;
  bottom: auto;
}

.contact-background-2 {
  position: absolute;
  left: -13%;
  top: auto;
  right: auto;
  bottom: -16%;
}

.success-message {
  padding: 50px 24px;
  background-color: #fff;
  font-size: 18px;
  line-height: 24px;
}

.icon-success {
  width: 60px;
  margin-bottom: 20px;
}

.dropdown-language {
  margin-left: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #dddddf;
  border-radius: 8px;
}

.dropdown-toggle-language {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 11px 16px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #76747c;
  font-size: 18px;
  line-height: 18px;
}

.icon-languages {
  position: static;
  margin: 0px 0px 0px 8px;
}

.icon-languages-dropdown {
  margin-right: 8px;
  border-radius: 100px;
  box-shadow: 1px 1px 3px 0 rgba(0, 7, 48, 0.1);
}

.container-625px {
  max-width: 625px;
  margin-right: auto;
  margin-left: auto;
}

.collection-list-wrapper-featured {
  margin-top: 80px;
}

.card-featured-blog {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 42px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #dddddf;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 7px 7px 34px 0 rgba(11, 9, 29, 0.06), 0 0 4px 0 rgba(11, 9, 29, 0.02);
  text-decoration: none;
}

.container-image-featured {
  overflow: hidden;
  max-width: 960px;
  border-radius: 30px;
  box-shadow: 0 0 11px 0 rgba(11, 9, 29, 0.02), 19px 19px 92px 0 rgba(11, 9, 29, 0.06);
}

.image-featured {
  width: 100%;
  border-style: solid;
  border-width: 1.75px;
  border-color: #e3e9ff;
  border-radius: 30px;
}

.content-blog-featured {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 520px;
  max-height: 385px;
  min-height: 385px;
  margin-top: auto;
  margin-bottom: auto;
  padding: 52px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: #dddddf;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 3px 3px 15px 0 rgba(0, 0, 0, 0.1);
}

.title-blog-featured {
  color: #0b091d;
  font-size: 34px;
  line-height: 50px;
  font-weight: 700;
}

.top-content-featured {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.badge-featured {
  margin-right: 24px;
  padding: 14px 26px;
  border-radius: 7px;
  background-color: #3159e5;
  color: #fff;
  font-size: 16px;
  line-height: 18px;
}

.date-blog-featured {
  color: #76747c;
  font-size: 18px;
  line-height: 28px;
}

.color-neutral-200 {
  color: #f5f5f5;
}

.collection-list-category {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.badge-category {
  display: inline-block;
  margin: 10px 15px;
  padding: 13px 26px;
  border-style: solid;
  border-width: 1px;
  border-color: #dddddf;
  border-radius: 6px;
  background-color: #fff;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #0b091d;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  text-decoration: none;
}

.badge-category:hover {
  border-color: #3159e5;
  background-color: #3159e5;
  color: #fff;
}

.badge-category.w--current {
  border-color: #3159e5;
  background-color: #3159e5;
  color: #fff;
}

.badge-category.all {
  border-color: #3159e5;
  background-color: #3159e5;
  color: #fff;
}

.collection-list-wrapper-category {
  margin-right: -10px;
}

.collection-list-wrapper-blog {
  margin-top: 50px;
  margin-bottom: 60px;
}

.collection-list-wrapper-blog.post {
  margin-top: 0px;
  margin-bottom: 0px;
}

.collection-list-wrapper-blog.solutions {
  margin-top: 0px;
  margin-bottom: 60px;
}

.collection-list-blog {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 45px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.collection-list-blog.post {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.collection-list-blog.solutions {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.card-blog {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-decoration: none;
}

.featured-image-container {
  overflow: hidden;
  margin-bottom: 45px;
  border-radius: 20px;
  box-shadow: 0 0 4px 0 rgba(11, 9, 29, 0.02), 7px 7px 37px 0 rgba(11, 9, 29, 0.06);
}

.featured-image-blog {
  width: 100%;
}

.date-blog {
  margin-bottom: 18px;
  color: #76747c;
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.date-blog.post {
  color: #c3c2c6;
}

.title-blog {
  color: #0b091d;
}

.title-blog.post {
  color: #fff;
}

.pagination {
  margin-top: 55px;
}

.button-pagination {
  padding: 23px 40px;
  border-color: #c3c2c6;
  border-radius: 12px;
  background-color: #fff;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #0b091d;
  font-size: 16px;
  line-height: 20px;
}

.button-pagination:hover {
  border-color: #3159e5;
  background-color: #3159e5;
  color: #fff;
}

.card-cta-subscribe {
  padding: 106px 76px;
  border-radius: 32px;
  background-color: #3159e5;
  background-image: url('../images/jampp-background-cta.svg');
  background-position: 104% -58%;
  background-size: auto;
  background-repeat: no-repeat;
}

.grid-cta-subscribe {
  grid-column-gap: 220px;
  -ms-grid-columns: 0.7fr 1fr;
  grid-template-columns: 0.7fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-field-subscribe {
  height: 80px;
  margin-bottom: 0px;
  padding: 26px;
  border-style: solid;
  border-width: 1px;
  border-color: #dddddf;
  border-radius: 18px;
  box-shadow: 6px 6px 30px 0 rgba(11, 9, 29, 0.16);
  color: #76747c;
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
}

.form-subscribe {
  position: relative;
}

.button-subscribe {
  position: absolute;
  left: auto;
  top: 15px;
  right: 15px;
  bottom: auto;
  padding: 17px 26px;
  border-radius: 8px;
  background-color: #3159e5;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
}

.button-subscribe:hover {
  background-color: #133bc7;
}

.success-message-2 {
  height: 80px;
  border-style: solid;
  border-width: 1px;
  border-color: #dddddf;
  border-radius: 18px;
  background-color: #fff;
  box-shadow: 6px 6px 30px 0 rgba(11, 9, 29, 0.16);
}

.success-message-align {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #76747c;
  font-size: 16px;
  line-height: 18px;
}

.icon-success-message {
  margin-right: 10px;
}

.container-695px {
  max-width: 695px;
  margin-right: auto;
  margin-left: auto;
}

.container-750px {
  max-width: 750px;
  margin-right: auto;
  margin-left: auto;
}

.container-1105px {
  max-width: 1105px;
  margin-right: auto;
  margin-left: auto;
}

.featured-image {
  width: 100%;
  margin-top: 60px;
  border-radius: 30px;
  box-shadow: 6px 6px 13px 12px rgba(11, 9, 29, 0.02);
}

.grid-blog-top {
  grid-column-gap: 50px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.blog-container-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-container-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.badge-category-post {
  margin-right: 40px;
  padding: 15px 26px;
  border-radius: 7px;
  background-color: #242141;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #fff;
  font-size: 18px;
  line-height: 33px;
  text-decoration: none;
}

.badge-category-post:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.read-time {
  color: #dddddf;
  font-size: 18px;
  line-height: 33px;
}

.avatar-autor {
  width: 80px;
  margin-right: 16px;
  border-radius: 100px;
}

.autor-name-blog {
  color: #fff;
  font-size: 18px;
  line-height: 33px;
  font-weight: 700;
}

.container-975px {
  max-width: 975px;
  margin-right: auto;
  margin-left: auto;
}

.rich-text-blog {
  margin-bottom: 80px;
}

.rich-text-blog h2 {
  max-width: 805px;
  margin-right: auto;
  margin-bottom: 24px;
  margin-left: auto;
}

.rich-text-blog p {
  max-width: 805px;
  margin-right: auto;
  margin-bottom: 24px;
  margin-left: auto;
}

.rich-text-blog h3 {
  max-width: 805px;
  margin-right: auto;
  margin-bottom: 24px;
  margin-left: auto;
}

.rich-text-blog h4 {
  max-width: 805px;
  margin-right: auto;
  margin-bottom: 24px;
  margin-left: auto;
}

.rich-text-blog h5 {
  max-width: 805px;
  margin-right: auto;
  margin-bottom: 24px;
  margin-left: auto;
}

.rich-text-blog h6 {
  max-width: 805px;
  margin: 0px auto 24px;
}

.rich-text-blog blockquote {
  max-width: 805px;
  margin: 50px auto 70px;
  padding: 60px;
  border-left-style: none;
  border-radius: 16px;
  background-color: #f5f5f5;
  color: #3f3e42;
  font-size: 20px;
  line-height: 42px;
}

.rich-text-blog li {
  margin-bottom: 24px;
  color: #76747c;
  font-size: 18px;
  line-height: 33px;
}

.rich-text-blog strong {
  color: #0b091d;
}

.rich-text-blog a {
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #3159e5;
}

.rich-text-blog a:hover {
  color: #133bc7;
}

.rich-text-blog img {
  z-index: 1;
  margin-bottom: 36px;
  border-style: solid;
  border-width: 1.15px;
  border-color: #e3e9ff;
  border-radius: 22px;
  box-shadow: 0 0 10px 0 rgba(11, 9, 29, 0.01), 18px 18px 85px 0 rgba(11, 9, 29, 0.03);
}

.rich-text-blog figure {
  position: relative;
  z-index: -1;
  margin-top: 50px;
  margin-bottom: 50px;
}

.rich-text-blog figcaption {
  color: #76747c;
  font-size: 15px;
  line-height: 24px;
}

.grid-latest-post {
  margin-bottom: 35px;
  grid-column-gap: 50px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.latest-container-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.latest-container-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.outline-button {
  padding: 23px 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #c3c2c6;
  border-radius: 12px;
  background-color: transparent;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
}

.outline-button:hover {
  background-color: #fff;
  color: #0b091d;
}

.grid-commerce {
  margin-bottom: 105px;
  grid-column-gap: 80px;
  grid-row-gap: 50px;
  -ms-grid-columns: 0.9fr 1fr;
  grid-template-columns: 0.9fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.commerce-container-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.commerce-container-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.solutions-commerce-image {
  max-width: 520px;
  margin-bottom: -50px;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  padding: 18px 18px 20px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background-color: #242141;
}

.tabs-menu.fintech {
  max-width: 650px;
}

.tab-link-products {
  margin-right: 6px;
  margin-left: 6px;
  padding: 13px 26px;
  border-radius: 6px;
  background-color: transparent;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
}

.tab-link-products.w--current {
  background-color: #f24c6a;
}

.tabs-products {
  margin-top: 30px;
}

.tabs-content-products {
  overflow: visible;
  margin-top: 50px;
}

.tab-pane-products {
  padding: 68px 64px 57px;
  border-radius: 16px;
  background-color: #fff;
}

.tab-pane-products.gaming {
  height: 500px;
  padding-top: 40px;
  padding-bottom: 40px;
  box-shadow: 0 0 4px 0 rgba(11, 9, 29, 0.02), 7px 7px 34px 0 rgba(11, 9, 29, 0.06);
}

.tab-pane-products.commerce {
  height: 480px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.tab-pane-products.fintech {
  height: 500px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.grid-products {
  height: 100%;
  grid-column-gap: 50px;
  -ms-grid-columns: 0.85fr 1fr;
  grid-template-columns: 0.85fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.products-container-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.products-container-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.products-container-right.gamer {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.card-image-products {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 24px;
  background-color: #ffe9ed;
}

.card-image-products.fintech {
  width: 100%;
  background-color: #e3e9ff;
}

.card-image-products.fintech.privacy {
  width: 100%;
  padding-bottom: 0px;
}

.card-image-products.fintech.payments {
  width: 100%;
}

.card-image-products.gaming {
  width: 100%;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(242, 76, 106, 0.2)), to(rgba(255, 133, 106, 0.2)));
  background-image: linear-gradient(90deg, rgba(242, 76, 106, 0.2), rgba(255, 133, 106, 0.2));
}

.card-image-products.gaming.gamers {
  width: 100%;
  margin-bottom: -40px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.card-image-products.ads {
  width: 100%;
  margin-top: 25px;
  margin-bottom: 25px;
}

.products-image.ads {
  margin-bottom: -40px;
}

.products-image.revelance {
  border-radius: 30px;
  box-shadow: 8px 8px 44px 0 rgba(242, 76, 106, 0.1);
}

.products-image.roas {
  margin-bottom: -40px;
}

.products-image.privacy {
  max-width: 400px;
  margin-top: -80px;
  margin-right: 0px;
  margin-bottom: 0px;
}

.products-image.payments {
  max-width: 480px;
  margin-top: -70px;
  margin-bottom: -80px;
}

.products-image.brand {
  max-width: 380px;
  margin-top: -80px;
  margin-bottom: -90px;
  margin-left: -36px;
}

.products-image.brand.ads {
  max-width: 450px;
  margin-top: -80px;
  margin-bottom: -80px;
  margin-left: 0px;
}

.products-image.brand.roas {
  max-width: 380px;
  margin: -80px -15px -80px 0px;
}

.products-image.gamers {
  max-width: 350px;
  margin-top: -60px;
  margin-right: -20px;
}

.products-image.optimize {
  max-width: 350px;
  margin-top: -80px;
  margin-bottom: -80px;
}

.products-image.impact {
  max-width: 250px;
  margin-top: -80px;
  margin-bottom: -80px;
}

.container-925px {
  max-width: 925px;
  margin-right: auto;
  margin-left: auto;
}

.position-relative {
  position: relative;
}

.card-success {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 45px;
  padding: 77px 86px 95px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 28px;
  background-color: #fff;
  box-shadow: 0 0 4px 0 rgba(11, 9, 29, 0.02), 7px 7px 34px 0 rgba(11, 9, 29, 0.06);
  text-align: center;
}

.logo-success {
  margin-bottom: 35px;
}

.avatar-success {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.avatar-success.left {
  text-align: left;
}

.avatar-success-stories {
  width: 70px;
  margin-right: 20px;
  border-radius: 100px;
}

.avatar-success-stories.small {
  width: 50px;
}

.content-autor {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.background-form-stories-1 {
  position: absolute;
  left: -8%;
  top: auto;
  right: auto;
  bottom: -10%;
}

.background-form-stories-2 {
  position: absolute;
  left: auto;
  top: -17%;
  right: -8%;
  bottom: auto;
}

.grid-inspiration {
  margin-bottom: 50px;
  grid-column-gap: 155px;
  -ms-grid-columns: 1fr 0.9fr;
  grid-template-columns: 1fr 0.9fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.inspiration-container-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.inspiration-container-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.grid-gaming {
  margin-bottom: 80px;
  grid-column-gap: 58px;
  -ms-grid-columns: 0.82fr 1fr;
  grid-template-columns: 0.82fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.gaming-container-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.gaming-container-right {
  position: relative;
  padding-left: 110px;
}

.color-neutral-400 {
  color: #c3c2c6;
}

.button-gradient {
  padding: 23px 40px;
  border-radius: 12px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, right top, from(#f24c6a), to(#ff856a));
  background-image: linear-gradient(90deg, #f24c6a, #ff856a);
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
}

.button-gradient:hover {
  opacity: 0.85;
}

.image-gaming {
  border-radius: 22px;
}

.container-340px {
  max-width: 340px;
  margin-right: auto;
  margin-left: auto;
}

.tabs-menu-product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 640px;
  margin-right: auto;
  margin-left: auto;
  padding: 18px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background-color: #f5f5f5;
}

.tab-link-gaming {
  margin-right: 6px;
  margin-left: 6px;
  padding: 13px 26px;
  border-radius: 6px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: linear-gradient(180deg, transparent, transparent);
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #0b091d;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
}

.tab-link-gaming.w--current {
  background-image: -webkit-gradient(linear, left top, right top, from(#f24c6a), to(#ff856a));
  background-image: linear-gradient(90deg, #f24c6a, #ff856a);
  color: #fff;
}

.tabs-gaming {
  margin-top: 30px;
}

.tabs-content-partners {
  margin-top: 35px;
}

.image-gaming-2 {
  position: absolute;
  left: 0%;
  top: 12%;
  right: auto;
  bottom: 0%;
  border-radius: 34px;
  box-shadow: 2px 2px 53px 4px rgba(11, 9, 29, 0.14), 6px 6px 60px 0 rgba(169, 181, 224, 0.09), 0 0 4px 0 rgba(11, 9, 29, 0.04), 6px 6px 60px 0 rgba(169, 181, 224, 0.09), 3px 3px 53px 4px rgba(11, 9, 29, 0.14);
}

.dropdown-link-language {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  padding: 11px 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #dddddf;
  border-radius: 8px;
  background-color: #fff;
  color: #76747c;
  font-size: 18px;
  line-height: 18px;
  text-decoration: none;
}

.dropdown-list-languages {
  background-color: transparent;
}

.mobile-image-prododuct {
  position: relative;
  z-index: 1;
  max-width: 285px;
  border-radius: 45px;
  box-shadow: 11px 0 20px 0 rgba(92, 91, 91, 0.08);
}

.product-image-1 {
  position: absolute;
  left: 13%;
  top: 33%;
  right: auto;
  bottom: auto;
  z-index: 2;
  border-radius: 17px;
  box-shadow: 14px 14px 67px 0 rgba(11, 9, 29, 0.06), 6px 6px 4px 0 rgba(11, 9, 29, 0.02);
}

.product-image-2 {
  position: absolute;
  left: auto;
  top: auto;
  right: 14%;
  bottom: 11%;
  z-index: 2;
  max-width: 305px;
  border-radius: 18px;
  box-shadow: 0 0 8px 0 rgba(11, 9, 29, 0.02), 14px 14px 68px 0 rgba(11, 9, 29, 0.06);
}

.container-520px-left {
  max-width: 520px;
}

.container-1120px {
  max-width: 1120px;
  margin-right: auto;
  margin-left: auto;
}

.container-430px {
  max-width: 430px;
  margin-right: auto;
  margin-left: auto;
}

.journey-align {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon-journey {
  margin-bottom: 7px;
}

.card-journey.right {
  margin-right: 80px;
}

.timeline-journey {
  width: 100%;
  margin-top: 50px;
  margin-bottom: 70px;
}

.timeline-journey.mobile {
  display: none;
}

.grid-roas {
  grid-column-gap: 100px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.meet-container-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.meet-container-right {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.list-blue {
  max-width: none;
  margin: 55px 0px 0px;
  padding-left: 25px;
  color: #3159e5;
  font-size: 30px;
}

.list-item-blue {
  color: #3f3e42;
  font-size: 18px;
  line-height: 33px;
  font-weight: 500;
}

.lis-item-meet {
  margin-bottom: 30px;
}

.meet-image-mobile {
  max-width: 300px;
  border-radius: 55px;
  box-shadow: 11px 11px 30px 0 rgba(72, 72, 72, 0.1);
}

.card-image-meet {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 11%;
  z-index: 1;
  max-width: 300px;
}

.stats-roas {
  position: absolute;
  left: 0%;
  top: 22%;
  right: auto;
  bottom: auto;
  z-index: 2;
  max-width: 180px;
  border-radius: 30px;
  box-shadow: 37px 37px 14px 0 rgba(11, 9, 29, 0.04), 1px 1px 7px 0 rgba(11, 9, 29, 0.01), 0 0 4px 0 rgba(11, 9, 29, 0.01), 6px 6px 53px 0 rgba(169, 181, 224, 0.09);
}

.background-form-meet {
  position: absolute;
  left: auto;
  top: 0%;
  right: 7%;
  bottom: auto;
  z-index: -1;
}

.grid-performance {
  grid-column-gap: 100px;
  grid-row-gap: 50px;
  -ms-grid-columns: 0.8fr 1fr;
  grid-template-columns: 0.8fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.performance-container-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.container-590px-left {
  max-width: 590px;
}

.yellow-list {
  max-width: none;
  margin-right: 0px;
  margin-left: 0px;
  color: #f5b435;
  font-size: 25px;
}

.list-item-yellow-white {
  color: #fff;
  font-size: 18px;
  line-height: 28px;
}

.list-performance {
  margin-bottom: 22px;
}

.grid-production {
  grid-column-gap: 105px;
  -ms-grid-columns: 0.7fr 1fr;
  grid-template-columns: 0.7fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.production-container-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.icon-production {
  margin-bottom: 30px;
}

.image-production {
  border-radius: 12px;
}

.container-1115px {
  max-width: 1115px;
  margin-right: auto;
  margin-left: auto;
}

.container-710px {
  max-width: 710px;
  margin-right: auto;
  margin-left: auto;
}

.tabs-process {
  margin-top: 45px;
}

.tabs-menu-process {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 540px;
  margin-right: auto;
  margin-left: auto;
  padding: 14px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background-color: rgba(49, 89, 229, 0.08);
}

.tab-link-process {
  margin-right: 24px;
  padding: 18px 26px;
  border-radius: 6px;
  background-color: transparent;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #0b091d;
  font-size: 18px;
  font-weight: 500;
}

.tab-link-process.w--current {
  background-color: #3159e5;
  color: #fff;
}

.tab-link-process.last {
  margin-right: 0px;
}

.tabs-content-process {
  overflow: visible;
  margin-top: 45px;
}

.tab-pane-process {
  padding: 65px;
  border-radius: 16px;
  background-color: #fff;
  box-shadow: 0 0 4px 0 rgba(11, 9, 29, 0.02), 7px 7px 34px 0 rgba(11, 9, 29, 0.06);
}

.grid-process {
  grid-column-gap: 70px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.process-container-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.icon-process {
  margin-bottom: 32px;
}

.image-process-tabs {
  width: 100%;
  border-radius: 24px;
}

.container-610px {
  max-width: 610px;
  margin-right: auto;
  margin-left: auto;
}

.grid-campaign {
  margin-top: 45px;
  margin-bottom: 55px;
  grid-column-gap: 105px;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.campaign-container-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image {
  border-radius: 13px;
  box-shadow: 6px 6px 30px 0 rgba(11, 9, 29, 0.06), 0 0 4px 0 rgba(11, 9, 29, 0.02);
}

.icon-campaign {
  margin-bottom: 20px;
}

.grid-measurement {
  grid-column-gap: 50px;
  -ms-grid-columns: 0.8fr 1fr;
  grid-template-columns: 0.8fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.measurement-container-right {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bullet-measurement {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 35px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.bullet-measurement.last {
  margin-bottom: 0px;
}

.icon-measurement {
  margin-right: 26px;
}

.lift-measurement-image {
  max-width: 580px;
  border-radius: 26px;
  box-shadow: 11px 11px 50px 0 rgba(11, 9, 29, 0.06), 1px 1px 7px 0 rgba(11, 9, 29, 0.09);
}

.background-measuremtn {
  position: absolute;
  left: 0%;
  top: -12%;
  right: auto;
  bottom: auto;
  z-index: -1;
}

.measurement-stats-1 {
  position: absolute;
  left: auto;
  top: 27%;
  right: 0%;
  bottom: auto;
  border-radius: 18px;
  box-shadow: 14px 14px 33px 0 rgba(49, 89, 229, 0.17);
}

.measurement-stats-2 {
  position: absolute;
  left: auto;
  top: 49%;
  right: 0%;
  bottom: auto;
  border-radius: 18px;
  box-shadow: 14px 14px 34px 0 rgba(242, 76, 106, 0.2);
}

.grid-idfa {
  grid-column-gap: 100px;
  grid-row-gap: 50px;
  -ms-grid-columns: 0.9fr 1fr;
  grid-template-columns: 0.9fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.idfa-container-left {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bullet-idfa {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 28px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.bullet-idfa.top {
  margin-top: 75px;
}

.icon-idfa {
  margin-right: 35px;
}

.bullet-content-idfa {
  margin-bottom: 0px;
  color: #dddddf;
  line-height: 28px;
}

.image-post-idfa {
  position: relative;
  z-index: 1;
  max-width: 308px;
  border-radius: 43px;
  box-shadow: 10px 10px 51px 0 rgba(11, 9, 29, 0.04), 1px 1px 7px 0 rgba(11, 9, 29, 0.01), 0 0 4px 0 rgba(11, 9, 29, 0.01), 4px 4px 50px 0 rgba(169, 181, 224, 0.09);
}

.background-idfa-1 {
  position: absolute;
  left: 7%;
  top: -13%;
  right: auto;
  bottom: auto;
}

.background-idfa-2 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: -11%;
}

.container-495px-left {
  max-width: 495px;
}

.map-massive-scale {
  position: absolute;
  left: auto;
  top: 0%;
  right: -11%;
  bottom: 0%;
  margin-top: auto;
  margin-bottom: auto;
}

.grid-logos-all {
  margin-top: 40px;
  grid-column-gap: 50px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.logos-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider-bottom-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.relevance-image {
  max-width: 500px;
  margin-top: -30px;
  margin-bottom: -30px;
}

.avatar-post {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.avatar-post-image {
  max-width: 56px;
  margin-right: 12px;
}

.avatar-name-post {
  color: #0b091d;
  font-size: 16px;
  font-weight: 700;
}

.grid-blog-featured {
  grid-column-gap: 50px;
  -ms-grid-columns: 0.8fr 1fr;
  grid-template-columns: 0.8fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-blog-category {
  grid-column-gap: 50px;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.blog-category-container-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-category-container-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-privacy {
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #3159e5;
  text-decoration: none;
}

.link-privacy:hover {
  color: #133bc7;
}

.meet-your-roas-stats {
  position: absolute;
  left: 0%;
  top: 17%;
  right: auto;
  bottom: auto;
  z-index: 1;
  max-width: 180px;
  border-radius: 30px;
  box-shadow: 10px 10px 53px 0 rgba(11, 9, 29, 0.04), 1px 1px 7px 0 rgba(11, 9, 29, 0.01), 0 0 4px 0 rgba(11, 9, 29, 0.01), 5px 5px 53px 0 rgba(169, 181, 224, 0.09);
}

.meet-your-roas-stats._2 {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 11%;
  max-width: 180px;
}

.left-arrow-study {
  left: -11%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 70px;
  height: 70px;
  margin-top: auto;
  margin-bottom: auto;
  border-radius: 100px;
  background-color: #0b091d;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-size: 30px;
}

.left-arrow-study:hover {
  background-color: #3159e5;
}

.right-arrow-study {
  left: auto;
  top: 0%;
  right: -11%;
  bottom: 0%;
  width: 70px;
  height: 70px;
  border-radius: 100px;
  background-color: #0b091d;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-size: 30px;
}

.right-arrow-study:hover {
  background-color: #3159e5;
}

.stats-image {
  border-radius: 30px;
  box-shadow: 10px 10px 53px 0 rgba(11, 9, 29, 0.14), 2px 0 7px 0 rgba(11, 9, 29, 0.01), 0 0 4px 0 rgba(11, 9, 29, 0.01), 5px 5px 53px 0 rgba(169, 181, 224, 0.09);
}

.stats-image._1 {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 17%;
  z-index: 1;
}

.stats-image._2 {
  position: absolute;
  left: auto;
  top: 16%;
  right: 7%;
  bottom: auto;
  z-index: 1;
}

.stats-image.idfa-1 {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 11%;
  z-index: 1;
  max-width: 170px;
}

.stats-image.idfa-2 {
  position: absolute;
  left: auto;
  top: 13%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  max-width: 170px;
}

.top-banner {
  padding: 16px 24px;
  background-color: #3159e5;
  text-align: center;
}

.banner-text {
  color: #fff;
  font-size: 18px;
  line-height: 33px;
}

.link-banner {
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #fff;
}

.link-banner:hover {
  opacity: 0.7;
}

.collection-item-blog {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.mg-right-reponsive {
  margin-right: 10px;
  margin-bottom: 0px;
}

.read-progress-bar {
  position: -webkit-sticky;
  position: sticky;
  top: 113px;
  z-index: 999;
  overflow: hidden;
  height: 6px;
  background-color: #dddddf;
}

.progress-bar {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  height: 6px;
  background-color: #f24c6a;
}

.careers-embed {
  margin-top: 75px;
  padding: 55px 65px;
  border-style: solid;
  border-width: 1px;
  border-color: #f5f5f5;
  border-radius: 24px;
  box-shadow: 10px 0 34px 0 rgba(11, 9, 29, 0.06), 0 0 4px 0 rgba(11, 9, 29, 0.02);
}

.link-blue {
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-family: Axiforma, sans-serif;
  color: #3159e5;
  font-weight: 700;
  text-decoration: none;
}

.link-blue:hover {
  color: #133bc7;
}

.link-blue.regular {
  font-weight: 400;
}

.container-1000px {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.grid-dropdown {
  grid-column-gap: 38px;
  -ms-grid-columns: 1fr 0.8fr;
  grid-template-columns: 1fr 0.8fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.dropdown-container-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.title-dropdown {
  margin-bottom: 26px;
  color: #0b091d;
  font-size: 20px;
  font-weight: 500;
}

.bullet-industries {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.bullet-industries.last {
  margin-bottom: 26px;
  text-decoration: none;
}

.icon-industries {
  margin-right: 22px;
}

.icon-dropdown-arrow {
  margin-left: 10px;
}

.link-dropdown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #0b091d;
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  text-decoration: none;
}

.description-dropdown {
  color: #76747c;
  font-size: 14px;
  line-height: 26px;
}

.link-dropdown-blue {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #3159e5;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  text-decoration: none;
}

.link-dropdown-blue.small {
  font-size: 14px;
}

.arrow-blue {
  margin-left: 10px;
}

.card-solutions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 44px 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 12px;
  background-color: hsla(0, 0%, 96.1%, 0.4);
}

.title-bold-dropdown {
  margin-bottom: 10px;
  color: #0b091d;
  font-size: 16px;
  font-weight: 700;
}

.title-bold-dropdown.medium {
  font-weight: 500;
}

.bullet-content-dropdown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.dropdown-list-company {
  left: -255px;
  min-width: 605px;
  padding: 45px 30px 60px 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #dddddf;
  border-radius: 17px;
  background-color: #fff;
  box-shadow: 10px 10px 34px 0 rgba(11, 9, 29, 0.04);
}

.grid-company {
  grid-column-gap: 30px;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.collection-list-dropdown {
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.collection-item-dropdown {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dddddf;
}

.collection-item-dropdown:last-child {
  border-bottom-style: none;
}

.container-dropdown-image {
  overflow: hidden;
  height: 53px;
  max-width: 70px;
  min-width: 70px;
  margin-right: 23px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  border-radius: 10px;
  box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.08);
}

.featured-image-dropdown-blog {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.blod-content-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.title-blog-small {
  color: #76747c;
  font-size: 14px;
  line-height: 26px;
  font-weight: 500;
}

.dropdown-description {
  margin-top: 5px;
  margin-bottom: 0px;
  color: #76747c;
  font-size: 14px;
  line-height: 26px;
}

.dropdown-list-resourcves {
  padding: 25px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #dddddf;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 10px 10px 34px 0 rgba(11, 9, 29, 0.04);
}

.grid-login {
  grid-column-gap: 200px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.login-container-right {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.login-container-left {
  padding: 30px 0;
}

.PasswordPolicyContainer {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 20px 0px 30px;
}

.PasswordPolicyContainer__ConstraintItem {
  display: flex;
  flex-direction: row;
  gap: 6px;
}

.PasswordPolicyContainer__ConstraintItem__Indicator {
  width: 16px;
  min-width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.PasswordPolicyContainer__ConstraintItem:not(.--valid) > .PasswordPolicyContainer__ConstraintItem__Indicator {
  /* <svg width="16" height="12" viewBox="0 0 16 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.73047 10.7812C6.00391 11.0547 6.46875 11.0547 6.74219 10.7812L14.7812 2.74219C15.0547 2.46875 15.0547 2.00391 14.7812 1.73047L13.7969 0.746094C13.5234 0.472656 13.0859 0.472656 12.8125 0.746094L6.25 7.30859L3.16016 4.24609C2.88672 3.97266 2.44922 3.97266 2.17578 4.24609L1.19141 5.23047C0.917969 5.50391 0.917969 5.96875 1.19141 6.24219L5.73047 10.7812Z" fill="#00B58E"/></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAxMSAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTcuNjE3MTkgNS43NUwxMC4zNTE2IDMuMDE1NjJDMTAuNzA3IDIuNjg3NSAxMC43MDcgMi4xNDA2MiAxMC4zNTE2IDEuODEyNUw5Ljc1IDEuMjEwOTRDOS40MjE4OCAwLjg1NTQ2OSA4Ljg3NSAwLjg1NTQ2OSA4LjU0Njg4IDEuMjEwOTRMNS44MTI1IDMuOTQ1MzFMMy4wNTA3OCAxLjIxMDk0QzIuNzIyNjYgMC44NTU0NjkgMi4xNzU3OCAwLjg1NTQ2OSAxLjg0NzY2IDEuMjEwOTRMMS4yNDYwOSAxLjgxMjVDMC44OTA2MjUgMi4xNDA2MiAwLjg5MDYyNSAyLjY4NzUgMS4yNDYwOSAzLjAxNTYyTDMuOTgwNDcgNS43NUwxLjI0NjA5IDguNTExNzJDMC44OTA2MjUgOC44Mzk4NCAwLjg5MDYyNSA5LjM4NjcyIDEuMjQ2MDkgOS43MTQ4NEwxLjg0NzY2IDEwLjMxNjRDMi4xNzU3OCAxMC42NzE5IDIuNzIyNjYgMTAuNjcxOSAzLjA1MDc4IDEwLjMxNjRMNS44MTI1IDcuNTgyMDNMOC41NDY4OCAxMC4zMTY0QzguODc1IDEwLjY3MTkgOS40MjE4OCAxMC42NzE5IDkuNzUgMTAuMzE2NEwxMC4zNTE2IDkuNzE0ODRDMTAuNzA3IDkuMzg2NzIgMTAuNzA3IDguODM5ODQgMTAuMzUxNiA4LjUxMTcyTDcuNjE3MTkgNS43NVoiIGZpbGw9IiM5QTlFQTkiLz4KPC9zdmc+Cg==");
}

.PasswordPolicyContainer__ConstraintItem.--valid > .PasswordPolicyContainer__ConstraintItem__Indicator {
  /* <svg width="11" height="11" viewBox="0 0 11 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.61719 5.75L10.3516 3.01562C10.707 2.6875 10.707 2.14062 10.3516 1.8125L9.75 1.21094C9.42188 0.855469 8.875 0.855469 8.54688 1.21094L5.8125 3.94531L3.05078 1.21094C2.72266 0.855469 2.17578 0.855469 1.84766 1.21094L1.24609 1.8125C0.890625 2.14062 0.890625 2.6875 1.24609 3.01562L3.98047 5.75L1.24609 8.51172C0.890625 8.83984 0.890625 9.38672 1.24609 9.71484L1.84766 10.3164C2.17578 10.6719 2.72266 10.6719 3.05078 10.3164L5.8125 7.58203L8.54688 10.3164C8.875 10.6719 9.42188 10.6719 9.75 10.3164L10.3516 9.71484C10.707 9.38672 10.707 8.83984 10.3516 8.51172L7.61719 5.75Z" fill="#9A9EA9"/></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxNiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTUuNzMwNDcgMTAuNzgxMkM2LjAwMzkxIDExLjA1NDcgNi40Njg3NSAxMS4wNTQ3IDYuNzQyMTkgMTAuNzgxMkwxNC43ODEyIDIuNzQyMTlDMTUuMDU0NyAyLjQ2ODc1IDE1LjA1NDcgMi4wMDM5MSAxNC43ODEyIDEuNzMwNDdMMTMuNzk2OSAwLjc0NjA5NEMxMy41MjM0IDAuNDcyNjU2IDEzLjA4NTkgMC40NzI2NTYgMTIuODEyNSAwLjc0NjA5NEw2LjI1IDcuMzA4NTlMMy4xNjAxNiA0LjI0NjA5QzIuODg2NzIgMy45NzI2NiAyLjQ0OTIyIDMuOTcyNjYgMi4xNzU3OCA0LjI0NjA5TDEuMTkxNDEgNS4yMzA0N0MwLjkxNzk2OSA1LjUwMzkxIDAuOTE3OTY5IDUuOTY4NzUgMS4xOTE0MSA2LjI0MjE5TDUuNzMwNDcgMTAuNzgxMloiIGZpbGw9IiMwMEI1OEUiLz4KPC9zdmc+Cg==");
}

.PasswordPolicyContainer__ConstraintItem__Label {
  font-size: 14px;
  line-height: 16px;
  color: #444444;
}

.RuntimeErrorsContainer {
  display: block;
}

.RuntimeErrorsContainer.--d-none {
  display: none;
}

.logo-login {
  margin-bottom: 30px;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.logo-login:hover {
  opacity: 0.8;
}

.heading-h2-small {
  font-size: 36px;
  line-height: 44px;
}

.form-block-login {
  margin-top: 20px;
}

.field-loggin {
  margin-bottom: 20px;
}

.checkbox-field-login {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 36px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.checkbox-login {
  width: 25px;
  height: 25px;
  margin-top: 0px;
  margin-right: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #dddddf;
  box-shadow: inset 3px 3px 4px 0 rgba(0, 0, 0, 0.05);
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.checkbox-login.w--redirected-checked {
  width: 25px;
  height: 25px;
  border-color: #3159e5;
  background-color: #3159e5;
  background-size: 20px;
}

.checkbox-label-login {
  font-size: 15px;
  line-height: 24px;
}

.expired-message {
  color: #9A9EA9;
  margin-top: 22px;
  font-size: 18px;
  line-height: 33px;
  text-align: center;
  font-style: normal;
  font-weight: 400;
  text-align: left;
}

.password-login {
  margin-top: 22px;
  font-size: 18px;
  line-height: 33px;
  text-align: center;
}

.login-option {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.divider-login {
  width: 208px;
  height: 1px;
  background-color: #dddddf;
}

.color-neutral-500 {
  color: #a9a8ae;
}

.button-google {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #dddddf;
  border-radius: 12px;
  box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.05);
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #76747c;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.button-google:hover {
  border-color: #3159e5;
  color: #3159e5;
}

.google-icon {
  margin-right: 9px;
}

.slide-nav-login {
  position: static;
  margin-top: 30px;
}

.slider-login {
  height: auto;
  max-width: 530px;
  background-color: transparent;
}

.mask-login {
  height: auto;
}

.slide-login {
  max-width: 530px;
  padding: 60px 50px;
  border-radius: 28px;
  background-color: #fff;
}

.align-slide-login {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.lyft-logo {
  max-width: 74px;
  margin-bottom: 17px;
}

.background-login-1 {
  position: absolute;
  left: -6%;
  top: 2%;
  right: auto;
  bottom: auto;
  max-width: 139px;
}

.background-login-2 {
  position: absolute;
  left: auto;
  top: auto;
  right: -7%;
  bottom: 8%;
  max-width: 135px;
}

.input-hidden {
  display: none;
}

.input-rememberme {
  opacity:0;
  position:absolute;
  z-index:-1;
}

.btn-warning{
    text-align:center;
    margin:0;
    padding:12px 32px!important;
    border-radius:30px!important;
    text-transform:uppercase;
    font-weight:600;
    font-size:17px;
    line-height:20px;
    transition:all 0.3s;
    font-weight:500;
    letter-spacing:1px;
    border:none;
    background-color:#5A47A1;
    color:#fff
}
.btn-warning:hover,.btn-warning:active,.btn-warning:focus{
    background-color:#36E796;
    color:#36355B
}
 .container-fluid{
    background-image: linear-gradient(-180deg,rgba(114,125,247,0) 34%,rgba(114,125,247,.38) 98%);
    height:100%;
    position:absolute;
    width:100%;
}
.form-signin {
    color:#08063E;
}
.text-uppercase.text-center.small{
    color:#fff;
}
footer{
    display:none;
}
@font-face{
    font-family:'Axiforma';
    src:url("../fonts/Axiforma-Regular.ttf") format("truetype");
    font-weight:500;
    font-style:normal;
    font-display:optional;
}
@font-face{
    font-family:'Axiforma';
    src:url("../fonts/Axiforma-Italic.ttf") format("truetype");
    font-weight:500;
    font-style:italic;
    font-display:optional;
}
@font-face{
    font-family:'Axiforma';
    src:url("../fonts/Axiforma-Bold.ttf") format("truetype");
    font-weight:600;
    font-style:normal;
    font-display: optional;
}
body{
    font-family: 'Axiforma',sans-serif;
}
.btn-warning{
    text-align:center;
    margin:0;
    padding:12px 32px!important;
    border-radius:30px!important;
    text-transform:uppercase;
    font-weight:600;
    font-size:17px;
    line-height:20px;
    transition:all 0.3s;
    font-weight:500;
    letter-spacing:1px;
    border:none;
    background-color:#5A47A1;
    color:#fff
}
.btn-warning:hover,.btn-warning:active,.btn-warning:focus{
    background-color:#36E796;
    color:#36355B
}
a{
    color:#36355B;
    text-decoration:underline;
}


@media screen and (min-width: 1280px) {
  .container-690px {
    max-width: 690px;
    margin-right: auto;
    margin-left: auto;
  }

  .container-490px {
    max-width: 490px;
    margin-right: auto;
    margin-left: auto;
  }

  .partners-toggle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 520px;
    margin-right: auto;
    margin-left: auto;
    padding: 7px 8px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 8px;
    background-color: #242141;
  }

  .button-toggle {
    padding: 13px 26px;
    border-radius: 8px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
  }

  .button-toggle.active {
    background-color: #3159e5;
  }

  .slider-partners {
    height: auto;
    margin-top: 40px;
    background-color: transparent;
  }

  .slider-partners.anti-fraud {
    display: none;
  }

  .hidden-arrow {
    display: none;
  }

  .slide-nav-partners {
    position: static;
    margin-top: 60px;
  }

  .mask-partners {
    height: auto;
    max-width: 1220px;
  }

  .slide-partners {
    height: 124px;
    max-width: 230px;
    margin-right: 18px;
  }

  .card-partners {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 124px;
    padding: 30px 25px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 15px;
    background-color: #fff;
  }
}

@media screen and (min-width: 1440px) {
  .map-massive-scale {
    right: -5%;
  }
}

@media screen and (min-width: 1920px) {
  .divider-top-black {
    background-image: none;
  }

  .map-massive-scale {
    right: 8%;
  }
}

@media screen and (max-width: 991px) {
  .section.hero {
    padding-top: 50px;
  }

  .section.logos {
    padding-bottom: 80px;
  }

  .section.bg-black {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.bg-white {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.bg-white.resources {
    padding-top: 80px;
  }

  .section.bg-white.resources.post {
    padding-top: 50px;
  }

  .section.bg-white.category {
    padding-top: 50px;
  }

  .section.cta {
    display: none;
  }

  .section.hero-about {
    padding-top: 50px;
    padding-bottom: 80px;
  }

  .section.hero-careers {
    padding-top: 50px;
    padding-bottom: 80px;
  }

  .section.contact {
    overflow: hidden;
    padding-top: 50px;
    padding-bottom: 80px;
  }

  .section.hero-blog {
    padding-top: 50px;
  }

  .section.hero-blog-post {
    padding-top: 50px;
  }

  .section.hero-commerce {
    padding-top: 50px;
    padding-bottom: 80px;
  }

  .section.gaming {
    padding-top: 185px;
    padding-bottom: 80px;
  }

  .section.bg-white-small {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.login {
    height: auto;
    padding-top: 50px;
    padding-bottom: 80px;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(38%, #0b091d), color-stop(0, #fff));
    background-image: linear-gradient(0deg, #0b091d 38%, #fff 0);
  }

  .primary-button.header {
    margin-top: 15px;
    margin-left: 0px;
  }

  .navbar {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .nav-menu-secondary.desktop {
    display: none;
  }

  .nav-menu-secondary.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 24px;
    padding-left: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .nav-link {
    padding-right: 24px;
    padding-left: 24px;
  }

  .nav-link.white {
    color: #0b091d;
  }

  .dropdown-toggle {
    position: static;
    width: 100%;
    padding-right: 24px;
    padding-left: 24px;
  }

  .dropdown-toggle.white {
    color: #0b091d;
  }

  .dropdown-list {
    position: static;
    left: auto;
    min-width: 100%;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    border-style: none;
    border-radius: 0px;
    box-shadow: none;
  }

  .link-login {
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: left;
  }

  .menu-button {
    width: 50px;
    height: 50px;
    padding: 10px;
    border-radius: 10px;
    background-color: #3159e5;
  }

  .menu-button.w--open {
    background-color: #3159e5;
  }

  .hamburger-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    padding-right: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .top-line-hamburger-menu {
    height: 1px;
    padding-right: 0px;
    padding-bottom: 0px;
    border-style: solid;
    border-width: 1px;
    border-color: #fff;
    border-radius: 100px;
    background-color: #fff;
  }

  .middle-line-hamburger-menu {
    height: 1px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-right: 0px;
    padding-bottom: 0px;
    border-style: solid;
    border-width: 1px;
    border-color: #fff;
    border-radius: 100px;
    background-color: #fff;
  }

  .bottom-line-hamburger-menu {
    height: 1px;
    padding-right: 0px;
    padding-bottom: 0px;
    border-style: solid;
    border-width: 1px;
    border-color: #fff;
    border-radius: 100px;
    background-color: #fff;
  }

  .nav-menu {
    overflow: auto;
    height: 357px;
    padding-top: 15px;
    padding-bottom: 30px;
    background-color: #fff;
    box-shadow: 7px 7px 24px 0 rgba(11, 9, 29, 0.06);
  }

  .grid-hero {
    grid-row-gap: 90px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .hero-container-right {
    display: none;
  }

  .container-two-buttons.right {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .background-hero-image-1 {
    left: 9%;
  }

  .background-hero-image-2 {
    right: 8%;
  }

  .grid-logos {
    grid-column-gap: 30px;
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .container-logos.left {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .grid-your-roas {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .roas-container-left {
    margin-top: -15px;
  }

  .grid-growth {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .slide-nav-partners {
    display: none;
  }

  .slider-case-study {
    margin-top: 50px;
  }

  .slide-nav-case-study {
    display: none;
  }

  .grid-case-study {
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .case-study-container-left {
    padding: 50px;
  }

  .case-study-container-right {
    display: none;
  }

  .grid-verticals {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .grid-resources {
    grid-row-gap: 70px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .whitepaper-image {
    max-width: 445px;
  }

  .grid-cta {
    grid-row-gap: 117px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .cta-container-left {
    padding: 50px;
  }

  .cta-container-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .cta-image {
    position: static;
    max-width: 365px;
  }

  .background-cta-1 {
    left: 7%;
  }

  .grid-footer-top {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .divider-footer.mg-top-bottom-responsive {
    margin-bottom: 80px;
  }

  .divider-footer.mg-top-bottom-responsive-2 {
    margin-top: 80px;
  }

  .grid-footer-middle {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    -ms-grid-columns: 2fr 1fr 1fr;
    grid-template-columns: 2fr 1fr 1fr;
  }

  .grid-about {
    margin-top: 50px;
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-about.reverse {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .grid-values {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .card-values.ownership {
    border-right-style: none;
  }

  .card-values.care {
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.3);
    border-right-style: none;
  }

  .grid-work {
    grid-row-gap: 50px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-grow {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .careers-image-hero {
    margin-top: 50px;
  }

  .grid-careers {
    grid-row-gap: 50px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .slider-careers {
    margin-top: 120px;
  }

  .right-arrow-careers {
    left: auto;
    top: -13%;
    right: 0%;
    bottom: auto;
    width: 50px;
    height: 50px;
    font-size: 24px;
  }

  .left-arrow-careers {
    left: auto;
    top: -13%;
    right: 10%;
    bottom: auto;
    width: 50px;
    height: 50px;
    font-size: 24px;
  }

  .grid-testimonials {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .testimonial-container-right {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .image-testimonial {
    max-width: 250px;
  }

  .background-testimonial-1 {
    left: auto;
    top: auto;
    right: 24%;
    bottom: -6%;
    max-width: 80px;
  }

  .background-testimonial-2 {
    left: 22%;
    top: -8%;
    max-width: 80px;
  }

  .grid-contact {
    grid-row-gap: 50px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .collection-list-wrapper-featured {
    margin-top: 50px;
  }

  .card-featured-blog {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .container-image-featured {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .image-featured {
    max-width: 102%;
  }

  .content-blog-featured {
    position: static;
    width: auto;
    max-width: none;
    margin-top: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .collection-list-category {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .badge-category {
    margin-bottom: 15px;
  }

  .collection-list-wrapper-category {
    margin-right: 0px;
    margin-left: -10px;
  }

  .collection-list-blog {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .card-cta-subscribe {
    padding-top: 80px;
    padding-bottom: 80px;
    background-position: 116% 14vh;
  }

  .grid-cta-subscribe {
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-blog-top {
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .blog-container-left {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .blog-container-right {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .grid-commerce {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .solutions-commerce-image {
    max-width: 500px;
  }

  .tabs-menu {
    padding-top: 30px;
  }

  .tab-link-products {
    margin-bottom: 12px;
  }

  .tab-pane-products.gaming {
    height: auto;
  }

  .tab-pane-products.commerce {
    height: auto;
  }

  .tab-pane-products.fintech {
    height: auto;
    padding-bottom: 60px;
  }

  .grid-products {
    grid-row-gap: 50px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-products.gamers {
    margin-top: 0px;
    grid-row-gap: 80px;
  }

  .card-image-products.fintech.privacy {
    margin-top: 60px;
  }

  .card-image-products.gaming.gamers {
    margin-bottom: 0px;
  }

  .products-image.privacy {
    max-width: 100%;
  }

  .products-image.payments {
    max-width: 100%;
  }

  .products-image.brand {
    max-width: 100%;
  }

  .background-form-stories-1 {
    bottom: -7%;
  }

  .background-form-stories-2 {
    top: -8%;
  }

  .grid-inspiration {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-gaming {
    grid-row-gap: 50px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .tab-link-gaming {
    margin-bottom: 12px;
  }

  .grid-roas {
    grid-row-gap: 50px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-performance {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .performance-container-left {
    margin-top: -50px;
  }

  .grid-production {
    grid-row-gap: 50px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-process {
    grid-row-gap: 50px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-campaign {
    grid-row-gap: 50px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-measurement {
    grid-row-gap: 80px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .background-measuremtn {
    left: 12%;
    top: -22%;
  }

  .measurement-stats-2 {
    top: 53%;
  }

  .grid-idfa {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .idfa-container-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .background-idfa-1 {
    left: 21%;
  }

  .background-idfa-2 {
    right: 16%;
  }

  .map-massive-scale {
    position: static;
    margin-top: 40px;
  }

  .grid-logos-all {
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .slider-bottom-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .autor-content-slider {
    margin-bottom: 30px;
  }

  .grid-blog-featured {
    grid-row-gap: 50px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-blog-category {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .blog-category-container-right {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .meet-your-roas-stats {
    left: 12%;
  }

  .meet-your-roas-stats._2 {
    right: 14%;
  }

  .left-arrow-study {
    left: auto;
    top: -10%;
    right: 10%;
    bottom: auto;
    display: none;
    width: 50px;
    height: 50px;
    font-size: 26px;
  }

  .right-arrow-study {
    left: auto;
    top: -10%;
    right: 0%;
    bottom: auto;
    display: none;
    width: 50px;
    height: 50px;
    font-size: 26px;
  }

  .stats-image._1 {
    left: 7%;
  }

  .stats-image.idfa-1 {
    left: 12%;
  }

  .stats-image.idfa-2 {
    right: 12%;
  }

  .read-progress-bar {
    display: none;
  }

  .grid-dropdown {
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .title-dropdown {
    font-size: 18px;
  }

  .dropdown-list-company {
    position: static;
    left: auto;
    min-width: 100%;
    padding: 30px;
    border-style: none;
    border-radius: 0px;
    box-shadow: none;
  }

  .grid-company {
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .container-dropdown-image {
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .blod-content-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .dropdown {
    width: 100%;
  }

  .dropdown-description {
    display: none;
  }

  .dropdown-list-resourcves {
    padding-right: 30px;
    padding-left: 30px;
    border-style: none;
    box-shadow: none;
  }

  .grid-login {
    grid-row-gap: 120px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .slider-login {
    max-width: none;
  }

  .slide-login {
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 40px;
    line-height: 52px;
  }

  h2 {
    font-size: 32px;
    line-height: 45px;
  }

  h3 {
    font-size: 22px;
    line-height: 32px;
  }

  h4 {
    font-size: 18px;
  }

  .paragraph-large {
    font-size: 20px;
    line-height: 32px;
  }

  .section.hero {
    padding-top: 20px;
  }

  .section.bg-white.resources {
    padding-bottom: 40px;
  }

  .section.bg-white.resources.post {
    padding-top: 20px;
  }

  .section.bg-white.category {
    padding-top: 20px;
  }

  .section.cta {
    padding-top: 0px;
    padding-bottom: 80px;
  }

  .section.hero-about {
    padding-top: 20px;
  }

  .section.hero-careers {
    padding-top: 20px;
  }

  .section.contact {
    padding-top: 20px;
  }

  .section.hero-blog-post {
    padding-top: 50px;
  }

  .section.hero-commerce {
    padding-top: 20px;
  }

  .section.gaming {
    padding-top: 165px;
  }

  .section.login {
    padding-bottom: 50px;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(42%, #0b091d), color-stop(0, #fff));
    background-image: linear-gradient(0deg, #0b091d 42%, #fff 0);
  }

  .primary-button.mg-right-responsive {
    margin-right: 0px;
    margin-bottom: 27px;
  }

  .hero-container-right {
    display: none;
  }

  .container-two-buttons {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .background-hero-image-1 {
    left: 1%;
  }

  .background-hero-image-2 {
    right: 7%;
  }

  .grid-logos {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .container-logos.left {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .subtitle {
    line-height: 22px;
  }

  .background-form-roas-1 {
    right: 0%;
  }

  .background-form-roas-2 {
    left: 0%;
  }

  .bullet-roas {
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .icon-bullet-roas {
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .container-745px.text-center.responsive-align-left {
    text-align: left;
  }

  .card-growth {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .icon-growth {
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .partners-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .button-toggle {
    padding-top: 15px;
  }

  .slide-nav-partners {
    display: block;
    margin-top: 30px;
  }

  .mask-partners {
    overflow: visible;
  }

  .slide-partners {
    max-width: 201px;
  }

  .card-partners {
    padding-right: 20px;
    padding-left: 20px;
  }

  .slider-case-study {
    margin-top: 50px;
  }

  .case-study-container-left {
    padding-right: 40px;
    padding-left: 40px;
  }

  .case-study-container-right {
    display: none;
  }

  .grid-verticals {
    margin-bottom: 50px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .card-verticals {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .verticals-image {
    max-width: 150px;
    margin-bottom: 20px;
  }

  .verticals-image.fintech {
    max-width: 150px;
  }

  .grid-resources-top {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .resources-top-container-right {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .collection-item-resources-home {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .featured-image-resources-home {
    max-width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .tertiary-button.contact {
    display: none;
  }

  .cta-image {
    max-width: 300px;
  }

  .grid-footer-middle {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .grid-bottom-footer {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .footer-bottom-container-right {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .container-630px.text-center.responsive-text-left {
    text-align: left;
  }

  .grid-about {
    margin-top: 30px;
  }

  .card-values {
    padding-right: 20px;
    padding-left: 20px;
  }

  .card-values.ownership {
    padding-top: 0px;
  }

  .card-values.better {
    padding-bottom: 0px;
  }

  .slide-careers {
    padding: 50px 40px;
  }

  .right-arrow-careers {
    top: -11%;
  }

  .left-arrow-careers {
    top: -11%;
    right: 15%;
  }

  .image-testimonial {
    max-width: 180px;
  }

  .background-testimonial-1 {
    right: 3%;
  }

  .background-testimonial-2 {
    left: 5%;
  }

  .card-contact {
    padding-right: 40px;
    padding-left: 40px;
  }

  .grid-contact-form {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-checkbox {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .contact-background-1 {
    top: -2%;
    right: -6%;
    max-width: 100px;
  }

  .contact-background-2 {
    bottom: -5%;
    max-width: 100px;
  }

  .content-blog-featured {
    margin-top: 0px;
  }

  .title-blog-featured {
    font-size: 24px;
    line-height: 40px;
  }

  .collection-list-blog {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .card-cta-subscribe {
    padding-right: 40px;
    padding-left: 40px;
  }

  .button-subscribe {
    position: static;
    margin-top: 15px;
    border-style: solid;
    border-width: 1px;
    border-color: #fff;
    background-color: #fff;
    color: #3159e5;
  }

  .button-subscribe:hover {
    background-color: transparent;
    color: #fff;
  }

  .rich-text-blog blockquote {
    margin-bottom: 50px;
    padding-right: 40px;
    padding-left: 40px;
    font-size: 18px;
    line-height: 30px;
  }

  .rich-text-blog img {
    margin-bottom: 20px;
  }

  .grid-latest-post {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .latest-container-right {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .grid-commerce {
    margin-bottom: 80px;
  }

  .solutions-commerce-image {
    max-width: 100%;
  }

  .tabs-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .tabs-menu.fintech {
    padding-top: 20px;
  }

  .tab-link-products {
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    text-align: center;
  }

  .tab-pane-products {
    padding-right: 40px;
    padding-left: 40px;
  }

  .grid-products.brand {
    margin-top: 0px;
    margin-bottom: 30px;
    grid-row-gap: 80px;
  }

  .card-image-products.ads {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .products-image.privacy {
    margin-top: -80px;
  }

  .products-image.payments {
    margin-top: -80px;
    margin-bottom: -80px;
  }

  .products-image.brand {
    margin-top: -80px;
    margin-bottom: -80px;
  }

  .products-image.brand.ads {
    max-width: 100%;
    margin-top: -70px;
    margin-bottom: -70px;
  }

  .products-image.brand.roas {
    max-width: 100%;
    margin-top: -70px;
    margin-bottom: -70px;
  }

  .products-image.gamers {
    max-width: 100%;
    margin-right: 0px;
  }

  .products-image.optimize {
    max-width: 310px;
  }

  .card-success {
    padding-right: 40px;
    padding-bottom: 77px;
    padding-left: 40px;
  }

  .avatar-success {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .avatar-success-stories {
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .content-autor {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .background-form-stories-1 {
    max-width: 140px;
  }

  .background-form-stories-2 {
    max-width: 140px;
  }

  .grid-gaming {
    margin-bottom: 80px;
  }

  .gaming-container-right {
    padding-left: 80px;
  }

  .tabs-menu-product {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .tab-link-gaming {
    margin-right: 0px;
    margin-bottom: 12px;
    margin-left: 0px;
    text-align: center;
  }

  .tabs-content-partners {
    overflow: visible;
  }

  .image-gaming-2 {
    max-width: 200px;
  }

  .product-image-2 {
    right: 0%;
  }

  .journey-align {
    margin-top: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .card-journey.right {
    margin-right: 0px;
    margin-bottom: 40px;
  }

  .timeline-journey {
    display: none;
  }

  .timeline-journey.mobile {
    display: block;
    max-width: 170px;
    margin-right: auto;
    margin-left: auto;
  }

  .card-image-meet {
    max-width: 280px;
  }

  .stats-roas {
    max-width: 170px;
  }

  .background-form-meet {
    right: 3%;
  }

  .tabs-menu-process {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .tab-link-process {
    margin-right: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
  }

  .tab-link-process:hover {
    background-color: transparent;
    color: #3f3e42;
  }

  .tab-link-process.w--current:hover {
    background-color: transparent;
    color: #3f3e42;
  }

  .tab-pane-process {
    padding: 40px;
  }

  .campaign-container-left {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .measurement-container-right {
    padding-right: 20px;
  }

  .bullet-measurement {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .icon-measurement {
    margin-right: 0px;
    margin-bottom: 25px;
  }

  .lift-measurement-image {
    max-width: 100%;
  }

  .background-measuremtn {
    left: -3%;
    top: -25%;
    max-width: 120px;
  }

  .measurement-stats-1 {
    max-width: 250px;
  }

  .measurement-stats-2 {
    top: 52%;
    max-width: 250px;
  }

  .bullet-idfa {
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .bullet-idfa.top {
    margin-top: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .icon-idfa {
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .background-idfa-1 {
    left: 5%;
  }

  .background-idfa-2 {
    right: 0%;
  }

  .grid-logos-all {
    grid-column-gap: 40px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .relevance-image {
    max-width: 100%;
    margin-top: -40px;
  }

  .meet-your-roas-stats {
    left: 0%;
  }

  .meet-your-roas-stats._2 {
    right: 0%;
  }

  .left-arrow-study {
    top: -11%;
    right: 14%;
    display: none;
  }

  .right-arrow-study {
    top: -11%;
    display: none;
  }

  .stats-image {
    border-radius: 15px;
  }

  .stats-image._1 {
    max-width: 150px;
  }

  .stats-image._2 {
    max-width: 150px;
  }

  .stats-image.idfa-1 {
    left: 0%;
  }

  .stats-image.idfa-2 {
    right: 0%;
  }

  .banner-text {
    font-size: 16px;
    line-height: 26px;
  }

  .careers-embed {
    padding: 20px 25px;
  }

  .bullet-industries {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .icon-industries {
    margin-right: 0px;
    margin-bottom: 15px;
  }

  .grid-login {
    grid-row-gap: 150px;
  }

  .login-container-right {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heading-h2-small {
    font-size: 26px;
    line-height: 34px;
  }

  .heading-h4-small {
    font-size: 16px;
    line-height: 30px;
  }

  .login-option {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .divider-login {
    width: 80px;
  }

  .color-neutral-500.mg-bottom-0px.mg-responsive {
    margin-right: 20px;
    margin-left: 20px;
  }

  .slider-login {
    max-width: 400px;
  }

  .slide-login {
    max-width: none;
    padding: 40px 30px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
  }

  .brand {
    max-width: 130px;
  }

  .background-hero-image-1 {
    left: -29%;
  }

  .background-hero-image-2 {
    right: -18%;
  }

  .background-hero-image-3 {
    max-width: 100%;
  }

  .meet-your-roas-image {
    max-width: 250px;
  }

  .background-form-roas-1 {
    right: 0%;
  }

  .background-form-roas-2 {
    left: 0%;
  }

  .bullet-roas {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .icon-bullet-roas {
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .card-growth {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .icon-growth {
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .partners-toggle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .button-toggle.active {
    margin-bottom: 10px;
  }

  .verticals-image.fintech {
    max-width: 180px;
  }

  .cta-image {
    max-width: 200px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
  }

  .grid-footer-middle {
    -ms-grid-columns: 2fr;
    grid-template-columns: 2fr;
  }

  .grid-bottom-footer {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .footer-bottom-container-right {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .values-container-card {
    padding-right: 30px;
    padding-left: 30px;
  }

  .right-arrow-careers {
    top: -9%;
  }

  .left-arrow-careers {
    top: -9%;
    right: 23%;
  }

  .image-featured {
    border-radius: 15px;
  }

  .top-content-featured {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .badge-featured {
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .blog-container-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .badge-category-post {
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .grid-products.brand {
    max-width: 100%;
  }

  .grid-products.brand.ltv {
    max-width: 100%;
  }

  .products-image.privacy {
    margin-top: -50px;
  }

  .products-image.payments {
    margin-top: -50px;
    margin-bottom: -50px;
  }

  .products-image.brand {
    margin-top: -50px;
    margin-bottom: -50px;
  }

  .products-image.brand.ads {
    margin-top: -40px;
    margin-bottom: -40px;
  }

  .products-image.brand.roas {
    margin-top: -40px;
    margin-bottom: -40px;
  }

  .products-image.optimize {
    max-width: 100%;
    margin-top: -70px;
    margin-bottom: -70px;
  }

  .products-image.impact {
    max-width: 180px;
  }

  .gaming-container-right {
    padding-left: 50px;
  }

  .image-gaming-2 {
    max-width: 150px;
    border-radius: 15px;
  }

  .product-image-1 {
    left: 0%;
  }

  .product-image-2 {
    right: 0%;
    max-width: 250px;
  }

  .meet-image-mobile {
    max-width: 200px;
  }

  .card-image-meet {
    max-width: 150px;
  }

  .stats-roas {
    max-width: 120px;
  }

  .background-form-meet {
    right: 1%;
    max-width: 100px;
  }

  .measurement-stats-1 {
    max-width: 200px;
    border-radius: 10px;
  }

  .measurement-stats-2 {
    top: 55%;
    max-width: 200px;
    border-radius: 10px;
  }

  .image-post-idfa {
    max-width: 200px;
  }

  .background-idfa-1 {
    top: -24%;
    max-width: 120px;
  }

  .background-idfa-2 {
    max-width: 100px;
  }

  .avatar-post {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .avatar-post-image {
    margin-right: 0px;
    margin-bottom: 12px;
  }

  .meet-your-roas-stats {
    max-width: 125px;
    border-radius: 15px;
  }

  .left-arrow-study {
    top: -9%;
    right: 23%;
  }

  .right-arrow-study {
    top: -9%;
  }

  .stats-image._1 {
    left: 5%;
    bottom: 13%;
    max-width: 120px;
  }

  .stats-image._2 {
    top: -23%;
    right: 5%;
    max-width: 120px;
  }

  .stats-image.idfa-1 {
    max-width: 100px;
  }

  .stats-image.idfa-2 {
    max-width: 100px;
  }

  .slider-login {
    max-width: 300px;
  }

  .slide-login {
    max-width: none;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_9fe0c0f9-3350-86ed-5740-8283de063d63-de063d55 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_9fe0c0f9-3350-86ed-5740-8283de063d63-de063d55 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@font-face {
  font-family: 'Axiforma';
  src: url('../fonts/Axiforma-Bold.woff2') format('woff2'), url('../fonts/Axiforma-Bold.eot') format('embedded-opentype'), url('../fonts/Axiforma-Bold.woff') format('woff'), url('../fonts/Axiforma-Bold.ttf') format('truetype'), url('../fonts/Axiforma-Bold.otf') format('opentype'), url('../fonts/Axiforma-Bold.svg') format('svg');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Axiforma book';
  src: url('../fonts/Axiforma-Book.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Axiforma';
  src: url('../fonts/Axiforma-Medium.woff2') format('woff2'), url('../fonts/Axiforma-Medium.eot') format('embedded-opentype'), url('../fonts/Axiforma-Medium.woff') format('woff'), url('../fonts/Axiforma-Medium.ttf') format('truetype'), url('../fonts/Axiforma-Medium.otf') format('opentype'), url('../fonts/Axiforma-Medium.svg') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Axiforma';
  src: url('../fonts/Axiforma-Regular.woff2') format('woff2'), url('../fonts/Axiforma-Book.eot') format('embedded-opentype'), url('../fonts/Axiforma-Regular.eot') format('embedded-opentype'), url('../fonts/Axiforma-Book.woff') format('woff'), url('../fonts/Axiforma-Regular.woff') format('woff'), url('../fonts/Axiforma-Book.ttf') format('truetype'), url('../fonts/Axiforma-Regular.ttf') format('truetype'), url('../fonts/Axiforma-Book.otf') format('opentype'), url('../fonts/Axiforma-Regular.otf') format('opentype'), url('../fonts/Axiforma-Regular.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Axiforma';
  src: url('../fonts/Axiforma-SemiBold.woff2') format('woff2'), url('../fonts/Axiforma-SemiBold.eot') format('embedded-opentype'), url('../fonts/Axiforma-SemiBold.woff') format('woff'), url('../fonts/Axiforma-SemiBold.ttf') format('truetype'), url('../fonts/Axiforma-SemiBold.otf') format('opentype'), url('../fonts/Axiforma-SemiBold.svg') format('svg');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Fontello';
  src: url('../fonts/fontello.woff2') format('woff2'), url('../fonts/fontello.eot') format('embedded-opentype'), url('../fonts/fontello.woff') format('woff'), url('../fonts/fontello.ttf') format('truetype'), url('../fonts/fontello.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@media only screen and (min-width: 990px) and (max-width: 1090px) {
  .grid-footer-middle {
    grid-template-columns: 2.9fr 1.3fr 1.2fr 1fr;
    grid-row-gap: 50px;
  }
}
@media only screen and (min-width: 990px) and (max-width: 1190px) {
  .grid-login {
    grid-column-gap: 100px;
  }
}

/* Custom CSS for Authorize Section */
.section.login.authorize-section {
  background-image: none;
  background-color: #fff;
}

.container-default.full-width.authorize-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.authorize-actions {
  display: flex;
  gap: 12px;
  margin-top: 24px;
}

/*# sourceMappingURL=main.css.map */
