@charset "UTF-8";
.footer a:hover,
body {
    color: var(--color-text);
}
.button,
.scrollable__control {
    -webkit-appearance: none;
    cursor: pointer;
}
.benefit__action:hover,
.button {
    text-decoration: none;
}
.benefit__action:hover .benefit-action__arrow img,
.card__action:hover .card-action__image img {
    transform: translateX(10%);
}
.benefit__subtitle,
.go-back,
.tags-title {
    text-transform: uppercase;
}
*,
.slick-slider {
    box-sizing: border-box;
}
.block:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.ddCarouselHolder:after,
.ddContent_inner:after,
.ddHeader_inner:after,
.row:after,
.slick-track:after,
.tab {
    clear: both;
}
#menu > div > ul > li:first-of-type,
body,
html {
    margin: 0;
}
* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
[style*="--aspect-ratio"] > :first-child {
    width: 100%;
    overflow: hidden;
}
[style*="--aspect-ratio"] > img {
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}
@supports (--custom: property) {
    [style*="--aspect-ratio"] {
        position: relative;
    }
    [style*="--aspect-ratio"]:before {
        content: "";
        display: block;
        padding-bottom: calc(100% / (var(--aspect-ratio)));
    }
    [style*="--aspect-ratio"] > :first-child {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
    }
} /*!
 * Bootstrap v3.4.1 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.container,
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.row {
    margin-left: -15px;
    margin-right: -15px;
}
.row-no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.row-no-gutters [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: left;
}
.col-xs-12 {
    width: 100%;
}
.col-xs-11 {
    width: 91.66666667%;
}
.col-xs-10 {
    width: 83.33333333%;
}
.col-xs-9 {
    width: 75%;
}
.col-xs-8 {
    width: 66.66666667%;
}
.col-xs-7 {
    width: 58.33333333%;
}
.col-xs-6,
.whyJoin .ddContent_inner .ddFlex .box {
    width: 50%;
}
.col-xs-5 {
    width: 41.66666667%;
}
.col-xs-4 {
    width: 33.33333333%;
}
.col-xs-3 {
    width: 25%;
}
.col-xs-2 {
    width: 16.66666667%;
}
.col-xs-1 {
    width: 8.33333333%;
}
.col-xs-pull-12 {
    right: 100%;
}
.col-xs-pull-11 {
    right: 91.66666667%;
}
.col-xs-pull-10 {
    right: 83.33333333%;
}
.col-xs-pull-9 {
    right: 75%;
}
.col-xs-pull-8 {
    right: 66.66666667%;
}
.col-xs-pull-7 {
    right: 58.33333333%;
}
.col-xs-pull-6 {
    right: 50%;
}
.col-xs-pull-5 {
    right: 41.66666667%;
}
.col-xs-pull-4 {
    right: 33.33333333%;
}
.col-xs-pull-3 {
    right: 25%;
}
.col-xs-pull-2 {
    right: 16.66666667%;
}
.col-xs-pull-1 {
    right: 8.33333333%;
}
.col-xs-pull-0 {
    right: auto;
}
.col-xs-push-12 {
    left: 100%;
}
.col-xs-push-11 {
    left: 91.66666667%;
}
.col-xs-push-10 {
    left: 83.33333333%;
}
.col-xs-push-9 {
    left: 75%;
}
.col-xs-push-8 {
    left: 66.66666667%;
}
.col-xs-push-7 {
    left: 58.33333333%;
}
.col-xs-push-6 {
    left: 50%;
}
.col-xs-push-5 {
    left: 41.66666667%;
}
.col-xs-push-4 {
    left: 33.33333333%;
}
.col-xs-push-3 {
    left: 25%;
}
.col-xs-push-2 {
    left: 16.66666667%;
}
.col-xs-push-1 {
    left: 8.33333333%;
}
.col-xs-push-0 {
    left: auto;
}
.col-xs-offset-12 {
    margin-left: 100%;
}
.col-xs-offset-11 {
    margin-left: 91.66666667%;
}
.col-xs-offset-10 {
    margin-left: 83.33333333%;
}
.col-xs-offset-9 {
    margin-left: 75%;
}
.col-xs-offset-8 {
    margin-left: 66.66666667%;
}
.col-xs-offset-7 {
    margin-left: 58.33333333%;
}
.col-xs-offset-6 {
    margin-left: 50%;
}
.col-xs-offset-5 {
    margin-left: 41.66666667%;
}
.col-xs-offset-4 {
    margin-left: 33.33333333%;
}
.col-xs-offset-3 {
    margin-left: 25%;
}
.col-xs-offset-2 {
    margin-left: 16.66666667%;
}
.col-xs-offset-1 {
    margin-left: 8.33333333%;
}
.col-xs-offset-0,
.primary-navigation .menu__item:first-child,
.tabs li:last-child,
ul.ddSdksList li:nth-child(odd) {
    margin-left: 0;
}
@media (min-width: 768px) {
    .container {
        width: 750px;
    }
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-11 {
        width: 91.66666667%;
    }
    .col-sm-10 {
        width: 83.33333333%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-8 {
        width: 66.66666667%;
    }
    .col-sm-7 {
        width: 58.33333333%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-5 {
        width: 41.66666667%;
    }
    .col-sm-4 {
        width: 33.33333333%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-2 {
        width: 16.66666667%;
    }
    .col-sm-1 {
        width: 8.33333333%;
    }
    .col-sm-pull-12 {
        right: 100%;
    }
    .col-sm-pull-11 {
        right: 91.66666667%;
    }
    .col-sm-pull-10 {
        right: 83.33333333%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-8 {
        right: 66.66666667%;
    }
    .col-sm-pull-7 {
        right: 58.33333333%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-5 {
        right: 41.66666667%;
    }
    .col-sm-pull-4 {
        right: 33.33333333%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-2 {
        right: 16.66666667%;
    }
    .col-sm-pull-1 {
        right: 8.33333333%;
    }
    .col-sm-pull-0 {
        right: auto;
    }
    .col-sm-push-12 {
        left: 100%;
    }
    .col-sm-push-11 {
        left: 91.66666667%;
    }
    .col-sm-push-10 {
        left: 83.33333333%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-8 {
        left: 66.66666667%;
    }
    .col-sm-push-7 {
        left: 58.33333333%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-5 {
        left: 41.66666667%;
    }
    .col-sm-push-4 {
        left: 33.33333333%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-2 {
        left: 16.66666667%;
    }
    .col-sm-push-1 {
        left: 8.33333333%;
    }
    .col-sm-push-0 {
        left: auto;
    }
    .col-sm-offset-12 {
        margin-left: 100%;
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-sm-offset-0 {
        margin-left: 0;
    }
}
@media (min-width: 992px) {
    .container {
        width: 970px;
    }
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-11 {
        width: 91.66666667%;
    }
    .col-md-10 {
        width: 83.33333333%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.66666667%;
    }
    .col-md-7 {
        width: 58.33333333%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.66666667%;
    }
    .col-md-4 {
        width: 33.33333333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.66666667%;
    }
    .col-md-1 {
        width: 8.33333333%;
    }
    .col-md-pull-12 {
        right: 100%;
    }
    .col-md-pull-11 {
        right: 91.66666667%;
    }
    .col-md-pull-10 {
        right: 83.33333333%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-8 {
        right: 66.66666667%;
    }
    .col-md-pull-7 {
        right: 58.33333333%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-5 {
        right: 41.66666667%;
    }
    .col-md-pull-4 {
        right: 33.33333333%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-2 {
        right: 16.66666667%;
    }
    .col-md-pull-1 {
        right: 8.33333333%;
    }
    .col-md-pull-0 {
        right: auto;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-push-11 {
        left: 91.66666667%;
    }
    .col-md-push-10 {
        left: 83.33333333%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-8 {
        left: 66.66666667%;
    }
    .col-md-push-7 {
        left: 58.33333333%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-5 {
        left: 41.66666667%;
    }
    .col-md-push-4 {
        left: 33.33333333%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-2 {
        left: 16.66666667%;
    }
    .col-md-push-1 {
        left: 8.33333333%;
    }
    .col-md-push-0 {
        left: auto;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-md-offset-0 {
        margin-left: 0;
    }
}
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.row:after,
.row:before {
    content: " ";
    display: table;
}
@-ms-viewport {
    width: device-width;
}
.ddContentSdks .ddAside .searchandfilter li.sf-field-taxonomy-sdks_categories li.sf-item-0,
.page-template-homepage .ddContent_inner .boxRight button.hcb-clipboard,
.page-template-homepage .ddContent_inner .boxRight button.hcb-clipboard:after,
.page-template-homepage .ddContent_inner .boxRight button.hcb-clipboard:before,
.switch,
.visible-lg,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-print,
.visible-print-block,
.visible-print-inline,
.visible-print-inline-block,
.visible-sm,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
    display: none !important;
}
@media (max-width: 767px) {
    .visible-xs,
    .visible-xs-block {
        display: block !important;
    }
    table.visible-xs {
        display: table !important;
    }
    tr.visible-xs {
        display: table-row !important;
    }
    td.visible-xs,
    th.visible-xs {
        display: table-cell !important;
    }
    .visible-xs-inline {
        display: inline !important;
    }
    .visible-xs-inline-block {
        display: inline-block !important;
    }
    .hidden-xs {
        display: none !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm,
    .visible-sm-block {
        display: block !important;
    }
    table.visible-sm {
        display: table !important;
    }
    tr.visible-sm {
        display: table-row !important;
    }
    td.visible-sm,
    th.visible-sm {
        display: table-cell !important;
    }
    .visible-sm-inline {
        display: inline !important;
    }
    .visible-sm-inline-block {
        display: inline-block !important;
    }
    .hidden-sm {
        display: none !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md,
    .visible-md-block {
        display: block !important;
    }
    table.visible-md {
        display: table !important;
    }
    tr.visible-md {
        display: table-row !important;
    }
    td.visible-md,
    th.visible-md {
        display: table-cell !important;
    }
    .visible-md-inline {
        display: inline !important;
    }
    .visible-md-inline-block {
        display: inline-block !important;
    }
    .hidden-md {
        display: none !important;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: left;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-11 {
        width: 91.66666667%;
    }
    .col-lg-10 {
        width: 83.33333333%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-8 {
        width: 66.66666667%;
    }
    .col-lg-7 {
        width: 58.33333333%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-5 {
        width: 41.66666667%;
    }
    .col-lg-4 {
        width: 33.33333333%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-2 {
        width: 16.66666667%;
    }
    .col-lg-1 {
        width: 8.33333333%;
    }
    .col-lg-pull-12 {
        right: 100%;
    }
    .col-lg-pull-11 {
        right: 91.66666667%;
    }
    .col-lg-pull-10 {
        right: 83.33333333%;
    }
    .col-lg-pull-9 {
        right: 75%;
    }
    .col-lg-pull-8 {
        right: 66.66666667%;
    }
    .col-lg-pull-7 {
        right: 58.33333333%;
    }
    .col-lg-pull-6 {
        right: 50%;
    }
    .col-lg-pull-5 {
        right: 41.66666667%;
    }
    .col-lg-pull-4 {
        right: 33.33333333%;
    }
    .col-lg-pull-3 {
        right: 25%;
    }
    .col-lg-pull-2 {
        right: 16.66666667%;
    }
    .col-lg-pull-1 {
        right: 8.33333333%;
    }
    .col-lg-pull-0 {
        right: auto;
    }
    .col-lg-push-12 {
        left: 100%;
    }
    .col-lg-push-11 {
        left: 91.66666667%;
    }
    .col-lg-push-10 {
        left: 83.33333333%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-8 {
        left: 66.66666667%;
    }
    .col-lg-push-7 {
        left: 58.33333333%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-5 {
        left: 41.66666667%;
    }
    .col-lg-push-4 {
        left: 33.33333333%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-2 {
        left: 16.66666667%;
    }
    .col-lg-push-1 {
        left: 8.33333333%;
    }
    .col-lg-push-0 {
        left: auto;
    }
    .col-lg-offset-12 {
        margin-left: 100%;
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-lg-offset-0 {
        margin-left: 0;
    }
    .visible-lg,
    .visible-lg-block {
        display: block !important;
    }
    table.visible-lg {
        display: table !important;
    }
    tr.visible-lg {
        display: table-row !important;
    }
    td.visible-lg,
    th.visible-lg {
        display: table-cell !important;
    }
    .visible-lg-inline {
        display: inline !important;
    }
    .visible-lg-inline-block {
        display: inline-block !important;
    }
    .hidden-lg {
        display: none !important;
    }
}
@media print {
    .visible-print,
    .visible-print-block {
        display: block !important;
    }
    table.visible-print {
        display: table !important;
    }
    tr.visible-print {
        display: table-row !important;
    }
    td.visible-print,
    th.visible-print {
        display: table-cell !important;
    }
    .visible-print-inline {
        display: inline !important;
    }
    .visible-print-inline-block {
        display: inline-block !important;
    }
    .hidden-print {
        display: none !important;
    }
}
html {
    scroll-behavior: smooth;
    scroll-padding-top: 90px;
}
body {
    overflow-x: auto;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
    font-size: 16px;
    font-family: Inter, sans-serif;
    line-height: 1.2;
    background: var(--color-background-A);
}
.event-preview__row,
.site,
body {
    display: -ms-flexbox;
    display: flex;
}
.site {
    -ms-flex: 1;
    flex: 1;
    -ms-flex-direction: column;
    flex-direction: column;
}
body:before {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    width: 1440px;
    height: 6428.6995456px;
    top: 0;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    opacity: 0.35;
    z-index: 4;
    pointer-events: none;
    content: none;
}
:root {
    --color-white: #fff;
    --color-text: var(--color-white);
    --color-primary: #fc6423;
    --color-primary-hover: #d1521c;
    --color-dull: #222e42;
    --color-secondary: #2d6b7f;
    --color-secondary-hover: #1c596c;
    --color-dark-A: #142032;
    --color-dark-B: #0c1b2c;
    --color-dark-C: #061525;
    --color-background-A: var(--color-dark-A);
    --color-background-B: var(--color-dark-B);
    --color-background-C: var(--color-dark-C);
}
[data-theme="light"] {
    --color-background-A: var(--color-white);
    --color-text: #171717;
}
.section {
    padding-top: 9.25rem;
    padding-bottom: 10rem;
}
.post-content,
.post-content h2 + h3,
.search,
.search-post,
.section + .section {
    padding-top: 0;
}
.section > .container {
    padding: 0 1.65rem;
}
.navigation-wrapper {
    position: sticky;
    top: 0;
    z-index: 3000;
    background: var(--color-background-B);

}
.navigation {
    font-size: 0.8125rem;
    line-height: 1.5rem;
    font-weight: 500;
    position: relative;
}
.button,
.primary-navigation {
    font-weight: 700;
    font-size: 0.875rem;
}
.navigation .menu__item:hover {
    color: var(--color-secondary);
}
.navigation .menu {
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.navigation .menu__item {
    margin-left: 2rem;
}
.secondary-navigation {
    text-align: right;
    padding: 0.75rem 0;
    background: var(--color-background-C);
    box-shadow: 0 7px 15px hsla(217, 7%, 51%, 0.02);
}
.primary-navigation {
    padding: 1.5rem 0;
}
.copyright,
.primary-navigation .menu__item {
    margin-left: 1.25rem;
}
.primary-navigation > .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.navigation__brand {
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: auto;
}
.navigation__brand > img {
    height: 2.375rem;
}
.navigation__actions {
    margin-left: auto;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
}
.navigation__links {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
}
.button {
    border: 1px solid #4c5562;
    border-radius: 0.25rem;
    line-height: 1.25rem;
    text-align: center;
    display: inline-block;
    padding: 0.625rem 1.375rem;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    transition: 0.3s ease-in-out;
    color: inherit;
}
.button:hover {
    background-color: rgba(76, 85, 98, 0.2);
}
.button--size-big {
    padding: 0.8rem 2rem;
}
.button--size-xxl {
    padding: 0.75rem 2rem;
    border-width: 2px;
}
.button--type-primary {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
}
.button--type-primary:hover {
    background-color: var(--color-primary-hover);
    border-color: var(--color-primary-hover);
}
.button + .button {
    margin-left: 1rem;
}
.button--type-dull {
    background: #222e42;
}
.button--type-dull:hover,
.button--type-shaded:hover {
    box-shadow: 2px 2px 16px 0 #222e42;
    background-color: #222e42;
}
.button--type-shaded {
    background: var(--color-dull);
    border: 1px solid #41516c;
}
.button--type-secondary {
    border-color: var(--color-secondary);
    background-color: var(--color-secondary);
}
.button--type-secondary:hover {
    background-color: var(--color-secondary-hover);
    border-color: var(--color-secondary-hover);
}
.benefits {
    background: linear-gradient(180deg, #142032, var(--color-background-B) 52.21%);
    padding-bottom: 6.5rem;
}
.benefits:before {
    top: 15%;
    left: -50%;
    background-image: url(assets/images/shapes/benefits__background.min.png);
    transform: translate3d(40%, -30%, 0);
}
.benefits > .container {
    width: 1075px;
}
.benefit {
    padding: 6.425rem 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
}
.benefit:nth-child(2n) {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.benefit__image > img {
    width: 28.75rem;
}
.benefit__content {
    max-width: 29rem;
    width: 100%;
}
.benefit__action,
.benefit__description,
.benefit__subtitle,
.benefit__title {
    overflow: hidden;
}
.benefit__action span,
.benefit__description span,
.benefit__subtitle span,
.benefit__title span {
    transform: translateY(100%);
    display: block;
}
.benefit__image {
    transform: translateY(30%);
    opacity: 0.6;
}
.benefit.animate .benefit__action span,
.benefit.animate .benefit__description span,
.benefit.animate .benefit__subtitle span,
.benefit.animate .benefit__title span {
    animation: 1.5s ease-in-out forwards c;
    -webkit-animation: 1.5s ease-in-out forwards c;
    -moz-animation: 1.5s ease-in-out forwards c;
    -o-animation: 1.5s ease-in-out forwards c;
    -ms-animation: c ease-in-out 1.5s;
    -ms-animation-iteration-count: 1;
    -ms-animation-fill-mode: forwards;
}
.benefit.animate .benefit__image {
    animation: 1s ease-in-out forwards a;
    -webkit-animation: 1s ease-in-out forwards a;
    -moz-animation: 1s ease-in-out forwards a;
    -o-animation: 1s ease-in-out forwards a;
    -ms-animation: a ease-in-out 1s;
    -ms-animation-iteration-count: 1;
    -ms-animation-fill-mode: forwards;
}
.benefit:nth-of-type(2) .benefit__subtitle span {
    color: #ffc847;
}
.benefit:nth-of-type(3) .benefit__subtitle span {
    color: #9670c2;
}
@keyframes a {
    0% {
        transform: translateY(20%);
        opacity: 0.6;
    }
    to {
        transform: translate(0);
        opacity: 1;
    }
}
.benefit__subtitle {
    font-family: CHNO Pixel Code Pro;
    font-size: 0.875rem;
    line-height: 1.0625rem;
    letter-spacing: 1px;
    margin: 0 0 0.625rem;
    font-weight: 400;
}
.benefit__subtitle--color-cyan {
    color: #84dcf2;
}
.benefit__subtitle--color-yellow {
    color: #ffc847;
}
.benefit__subtitle--color-purple {
    color: #9670c2;
}
.benefit__title {
    font-weight: 700;
    font-size: 2.625rem;
    line-height: 3.25rem;
    letter-spacing: -0.03em;
    margin: 0 0 1.5rem;
}
.benefit__description {
    font-size: 0.9375rem;
    line-height: 1.5rem;
    color: #c1c9d2;
    margin: 0 0 1.5rem;
    padding-right: 1rem;
}
.benefit__action {
    font-weight: 700;
    font-size: 0.9375rem;
    line-height: 1.25rem;
    color: inherit;
}
.benefit-action__arrow,
.benefit__action,
.footer-bottom__brand,
.footer-bottom__left {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
}
.benefit-action__arrow {
    height: 2rem;
    width: 2rem;
    -ms-flex-pack: center;
    justify-content: center;
    background: var(--color-secondary);
    border-radius: 50%;
    margin-left: 0.75rem;
    transition: 0.3s ease-in-out;
}
.robot,
.section-header__action {
    margin-left: auto;
}
.benefit-action__arrow > img {
    height: 0.875rem;
    transition: 0.3s ease-in-out;
}
.benefit__action:hover .benefit-action__arrow {
    background: var(--color-secondary-hover);
}
.robot {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    transform: translate3d(0, 3.65rem, 0);
}
.duck,
.language-dot:before {
    transform: translate3d(-50%, -50%, 0);
}
.robot > img {
    -o-object-fit: contain;
    object-fit: contain;
    margin-right: 3rem;
}
.robot > div {
    padding: 1.5rem 2.75rem;
    background: #fc6423;
    font-weight: 700;
    font-size: 1.375rem;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: #fff;
    position: relative;
    width: 11.5rem;
    border-radius: 6px;
    margin-bottom: 2.875rem;
    transform: translateY(100%);
    opacity: 0.2;
    min-height: 8rem;
}
.duck,
.duck > span,
.robot > div:before {
    position: absolute;
}
.robot.animate > div {
    animation: 0.75s ease-in-out forwards c;
    -webkit-animation: 0.75s ease-in-out forwards c;
    -moz-animation: 0.75s ease-in-out forwards c;
    -o-animation: 0.75s ease-in-out forwards c;
    -ms-animation: c ease-in-out 0.75s;
    -ms-animation-iteration-count: 1;
    -ms-animation-fill-mode: forwards;
}
.robot > div > span > span {
    animation: 1s linear infinite b;
}
@keyframes b {
    50% {
        opacity: 0;
    }
}
@keyframes c {
    0% {
        transform: translateY(100%);
        opacity: 0.2;
    }
    to {
        transform: translate(0);
        opacity: 1;
    }
}
.robot > div:before {
    content: "";
    border: 1.5rem solid transparent;
    border-bottom-color: #fc6423;
    bottom: 0;
    left: -1.5rem;
}
.duck {
    left: 50%;
    z-index: 2000;
}
.duck > span {
    background: #f9c349;
    width: 3px;
    height: 3px;
    animation: 5s ease-in-out infinite forwards d;
    -webkit-animation: 5s ease-in-out infinite forwards d;
    -moz-animation: 5s ease-in-out infinite forwards d;
    -o-animation: 5s ease-in-out infinite forwards d;
    -ms-animation: d ease-in-out 5s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-fill-mode: forwards;
}
@keyframes d {
    0%,
    to {
        transform: translate(0);
    }
    50% {
        transform: translateY(136%);
    }
}
.footer-wrapper {
    min-height: 1px;
    margin-top: auto;
}
.footer {
    background-color: var(--color-background-B);
    color: #c1c9d2;
}
.event-preview,
.menu li > a,
.menu__item > a {
    color: inherit;
    text-decoration: none;
    transition: 0.3s ease-in-out;
}
.section__see-more {
    margin-top: 3.75rem;
    text-align: center;
}
.section-header__image {
    text-align: center;
    margin-bottom: 0.5rem;
}
.section-header__image > img {
    max-height: 50px;
}
.section__header {
    padding: 0 0 2.25rem;
}
.section__header--type-horizontal {
    padding-bottom: 3.65rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.ddContentSdks .ddAside .searchandfilter li li,
.language-dot,
.section__header--has-visual,
.slick-next,
.slick-prev {
    position: relative;
}
.section-header__visual {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 20vw;
}
.background,
.card,
.header__slide,
.switch {
    position: relative;
}
.section__header--type-horizontal .section-header__image {
    padding-right: 0.9rem;
}
.section__header--type-horizontal .section-header__action,
.section__header--type-horizontal .section-header__image,
.section__header--type-horizontal .section-header__title {
    margin-bottom: 0;
    display: inline-block;
    vertical-align: middle;
}
.section__header--type-horizontal .section-header__action,
[dir="rtl"] .slick-slide {
    float: right;
}
.section__header--type-horizontal .section-header__description {
    text-align: left;
    padding: 0 0.25rem;
    margin: 1.25rem 0 1.75rem;
}
.section-header__title {
    margin-top: 0;
    text-align: center;
    font-size: 3rem;
    margin-bottom: 1.5rem;
    letter-spacing: -0.03em;
}
.section-header__description {
    text-align: center;
    max-width: 36rem;
    margin: 0 auto 1.75rem;
    line-height: 1.5;
    padding: 0 1rem;
}
.event-preview {
    padding: 1.5rem;
    background: var(--color-dull);
    border: 1px solid #344460;
    box-shadow: 0 4px 4px rgba(20, 32, 50, 0.25);
    border-radius: 8px;
    display: block;
}
.event-preview__image {
    margin-bottom: 1.5rem;
    border-radius: 0.5rem;
    overflow: hidden;
}
.event-preview__title {
    font-size: 1.3125rem;
    margin-top: 0;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #344460;
    letter-spacing: -0.03rem;
}
.event-preview__row + .event-preview__row {
    margin-top: 0.75rem;
}
.event-preview-row__icon {
    display: inline-block;
    margin-right: 0.8rem;
}
.event-preview-row__icon > img {
    max-width: 1.375rem;
    transform: translateY(-2px);
}
.event-preview-row__content {
    font-size: 0.875rem;
    padding-top: 0.1rem;
}
.event-preview__category,
.event-preview__time-badge {
    background: #344259;
    border-radius: 0.25rem;
    font-size: 0.75rem;
}
.event-preview-row__text {
    line-height: 1;
    margin-bottom: 0.65rem;
    display: -ms-flexbox;
    display: flex;
}
.event-preview__time-badge {
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-weight: 500;
    line-height: 100%;
    color: #6dcfa7;
    padding: 0.25rem;
    margin-left: 0.5rem;
    margin-top: -0.25rem;
}
.event-preview-row__text--type-bold {
    font-weight: 700;
}
.blog__featured,
.event-preview-row__text:last-child,
.row .col-xs-4:nth-last-child(-n + 3) .card {
    margin-bottom: 0;
}
.event-preview__category {
    display: inline-block;
    margin-top: 1.25rem;
    padding: 0.25rem 0.75rem;
    font-weight: 500;
    line-height: 1.5;
}
.scrollable {
    overflow-x: auto;
    display: -ms-flexbox;
    display: flex;
    scroll-snap-align: start;
}
.scrollable > div {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.scrollable__controls {
    padding-top: 1rem;
    display: none;
}
.scrollable__control {
    -moz-appearance: none;
    appearance: none;
    border: 0;
    background: 0 0;
    padding: 0;
    margin: 0 0.75rem;
    width: 1rem;
}
.scrollable__control > img {
    width: 100%;
}
::-webkit-scrollbar {
    -webkit-appearance: none;
    height: 0.5rem;
    width: 0.5rem;
}
::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 1px hsla(0, 0%, 100%, 0.5);
}
.card,
.slick-slide,
ul.ddSdksList li {
    box-shadow: 0 4px 4px rgba(20, 32, 50, 0.25);
}
.footer__row {
    display: grid;
    grid-template-columns: 0.7fr 0.3fr;
    padding-top: 3.25rem;
}
.footer-row__left {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    margin: 0;
    padding: 0;
}
.menu {
    padding: 0;
    list-style-type: none;
    margin: 0;
}
.menu li > a,
.menu__item > a {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
}
.footer__row .menu {
    margin: 0 3.75rem 2.5rem 0;
}
.footer-row__right {
    padding-left: 3.5rem;
    border-left: 1px solid #2c3b53;
}
.footer__row .menu__item {
    margin-bottom: 0.85rem;
    line-height: 1;
    display: -ms-flexbox;
    display: flex;
}
.footer-row__right .menu__item {
    margin-bottom: 1rem;
}
.footer__row .menu__item > img {
    width: 1.35rem;
    -o-object-fit: contain;
    object-fit: contain;
    display: inline-block;
    margin-right: 0.75rem;
}
.footer-row__right .menu__item:first-child {
    font-weight: 700;
    margin-bottom: 0.75rem;
    pointer-events: none;
    color: #fff;
}
.footer-row__right .menu__item:nth-child(2),
.main-description > * + * {
    margin-top: 1.5rem;
}
.footer__row .menu--type-subsrcibe {
    margin-right: 0;
    margin-bottom: 0;
}
.menu--type-subsrcibe .menu__item:nth-child(2) {
    margin-top: 0;
    margin-bottom: 0;
}
.input {
    padding: 0 1.25rem;
    background: 0 0;
    width: 100%;
    margin: 0 1rem 0 0;
    vertical-align: middle;
    border: 1px solid #41516c;
    border-radius: 5px;
    color: var(--color-text);
    font-size: 0.875rem;
}
.input::-webkit-input-placeholder {
    color: var(--color-text);
}
.input::-moz-placeholder {
    color: var(--color-text);
}
.input:-ms-input-placeholder,
.input::-ms-input-placeholder {
    color: var(--color-text);
}
.input::placeholder {
    color: var(--color-text);
}

.footer__bottom {
    margin: 3.625rem 0 1.625rem;
    display: -ms-flexbox;
    display: flex;
    font-size: 0.8125rem;
}
.footer-bottom__right {
    margin-left: auto;
    -ms-flex-align: center;
    align-items: center;
}
.custom-pagination,
.footer-bottom__right,
.footer__bottom .menu,
.sdk-card__items {
    display: -ms-flexbox;
    display: flex;
}
.card__image,
.stauts {
    display: inline-block;
}
.footer-bottom__right .menu__item {
    margin-left: 3.05rem;
}
.footer-bottom__brand {
    margin-right: 1rem;
    text-decoration: none;
}
.footer-bottom__brand > img {
    height: 2rem;
    width: 2rem;
    overflow: hidden;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: left;
    object-position: left;
}
.stauts {
    height: 0.625rem;
    margin-right: 0.625rem;
    width: 0.625rem;
    border-radius: 50%;
}
.status--type-success {
    background: #6dcfa7;
}
.button--type-status {
    padding: 0.65rem 0.8rem;
    line-height: 1;
    color: var(--color-text);
}
.card {
    margin-bottom: 1rem;
    background: var(--color-dull);
    border: 1px solid #344460;
    border-radius: 8px;
    padding: 1.5rem;
    transition: 0.3s ease-in-out;
}
.card:hover {
    box-shadow: 0 6px 6px rgba(20, 32, 50, 0.25);
    border: 1px solid #4b586e;
}
.card__image {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    margin-bottom: 1.375rem;
}
.card__title,
.mobile-menu .navigation__actions .button:last-child {
    margin: 0 0 1rem;
}
.card__image > img {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.card--direction-horizontal .card__inner {
    -ms-flex-direction: row;
    flex-direction: row;
    min-height: 0;
}
.card--type-icon-rounded .card__image {
    width: 4rem;
    height: 4rem;
    padding: 1rem;
    background: var(--color-background-A);
    border: 1px solid #465266;
}
.card__content {
    -ms-flex: auto;
    flex: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}
.card--direction-horizontal .card__content {
    padding-left: 0;
    padding-top: 0.1rem;
}
.integrations .card--direction-horizontal .card__content {
    padding-left: 1em;
}
.card__inner {
    min-height: 14.45rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}
.card__title {
    font-weight: 700;
    font-size: 1.3125rem;
    line-height: 1.75rem;
    letter-spacing: -0.02em;
}
.card--direction-horizontal .card__title {
    margin-bottom: 0.5rem;
}
.card--direction-horizontal .card__description {
    line-height: 1.4;
    margin: 0 0 1.25rem;
}
.card__break {
    margin: 0 0 1.25rem;
    border: none;
    border-top: 1px solid #344460;
}
.card__description {
    font-weight: 400;
    font-size: 1rem;
    line-height: 150%;
    color: #c1c9d2;
    margin: 0 0 1.65rem;
}
.card__action,
.sdk__view .blog__list > div .card__break {
    margin-top: auto;
}
.card__action {
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-weight: 700;
    font-size: 0.9375rem;
    color: inherit;
}
.card__action:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.card-action__image {
    height: 1.125rem;
    width: 1.125rem;
    background: var(--color-primary);
    border-radius: 50%;
    margin-left: 0.75rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: 0.3s ease-in-out;
}
.card-action__image > img {
    height: 0.5rem;
}
.card__action:hover,
.github-link:hover,
.partner > a,
.post-type-archive-events .ddIntro a:hover,
a.more:hover {
    text-decoration: none;
}
.card__action:hover .card-action__image {
    background: var(--color-primary-hover);
}
.header__slide--color-blue:not(.header__slide--is-active):hover:before,
.header__slide:hover:before {
    background-color: rgba(132, 220, 242, 0.5);
}
.sdk__view .card__title,
.switch,
.switch-head {
    -ms-flex-align: center;
    align-items: center;
}
.sdk-card__item {
    padding-left: 0.5rem;
    padding-right: 0.875rem;
    font-size: 12px;
}
.blog-article > .row,
.sdk-card__item,
.sdk-card__item > div {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.sdk-card__item > div {
    margin-right: 0.75rem;
    -ms-flex-pack: center;
    justify-content: center;
}
.sdk-card__item > div > img {
    height: 0.875rem;
    -o-object-fit: contain;
    object-fit: contain;
    width: auto;
    transform: translateY(-1px);
}
.language-dot:before {
    content: "";
    position: absolute;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background-color: #b77fca;
    top: 50%;
    left: 50%;
}
.sdk-card__footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.github-link {
    color: inherit;
    font: inherit;
    font-weight: 700;
    font-size: 0.9375rem;
    line-height: 1.25rem;
    display: -ms-inline-flexbox;

    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
}
.blog-article__header,
.not-found__subtitle,
.post-author__content,
.post__side {
    font-family: CHNO Pixel Code Pro;
}
.github-link span {
    width: 5rem;
}
.github-link > img {
    height: 1.5rem;
    -o-object-fit: contain;
    object-fit: contain;
}
.sdk__view .card--no-image .card__content {
    padding-left: 0;
}
.sdk__view .card {
    padding: 1.875rem;
    margin-bottom: 30px;
}
.sdk__view .card__image {
    width: 3.25rem;
    height: 3.25rem;
    padding: 0.75rem;
    margin-bottom: 0;
    min-width: 3.25rem;
}
.sdk__view .card__description,
.sdk__view .card__inner {
    margin-bottom: 1rem;
}
.sdk__view .card__title {
    margin-bottom: 0;
    font-family: Inter;
    font-weight: 700;
    font-size: 21px;
    line-height: 28px;
    display: -ms-flexbox;
    display: flex;
}
.sdk__view .card__content {
    -ms-flex-pack: center;
    justify-content: center;
}
.version {
    background: #222e42;
    border: 1px solid #59c7dd;
    border-radius: 4px;
    padding: 4px 12px;
    display: inline-block;
    margin-left: auto;
    font-weight: 600;
    font-size: 14px;
    line-height: 150%;
}
.integrations,
.products {
    background: var(--color-background-A);
}
.version > span {
    color: #59c7dd;
    padding-left: 0.25rem;
}
.card--is-button .card__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}
.card--is-button .card__content {
    -ms-flex: 1;
    flex: 1;
}
.card--is-button .button {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.3125rem;
}
.integrations {
    background: linear-gradient(0deg, #142032, var(--color-background-C));
}
.section.integrations {
    padding-top: 6.5rem;
    padding-bottom: 10.5rem;
}
.integrations:before {
    background-image: url(assets/images/shapes/integrations__background.min.png);
    transform: translate3d(-50%, -35%, 0);
    top: 0;
    left: 50%;
}
.events {
    background: var(--color-background-A);
    background: linear-gradient(180deg, #142032, var(--color-background-C));
    padding-bottom: 10rem;
}
.events:before {
    background-image: url(assets/images/shapes/events__background.min.png);
    bottom: 0;
    right: 0;
    transform: translate3d(50%, 50%, 0);
}
.background {
    z-index: 1;
    overflow: hidden;
}
.background:before {
    content: "";
    z-index: -1;
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: 50%;
    pointer-events: none;
}
.partners + .benefits {
    padding-top: 8rem;
}
.partners__description {
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    text-align: center;
    color: #546374;
    margin-bottom: 0.6875rem;
}
.partners__list {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.partner {
    margin: 0 1.5rem;
    display: inline-block;
    transition: 0.3s ease-in-out;
}
.partner > a > img {
    max-width: 8rem;
    -o-object-fit: contain;
    object-fit: contain;
}
.partner:hover {
    opacity: 0.6;
}
.header {
    padding: 5.5rem 0 5rem;
    overflow: hidden;
}
.header__content {
    max-width: 32rem;
    width: 100%;
}
.header > .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
}
.header__image {
    -ms-flex: 1;
    flex: 1;
    transform: translate3d(4.5rem, 0, 0) scale(1.075);
}
.header__image > img {
    width: 100%;
    max-width: 720px;
}
.main-title {
    font-weight: 700;
    font-size: 4.375rem;
    line-height: 1;
    letter-spacing: -0.04em;
    margin-bottom: 1.5rem;
    margin-top: 0;
}
.main-description,
.main-description > * {
    font-weight: 400;
    font-size: 1.0625rem;
    line-height: 1.5;
    color: #c1c9d2;
    padding-right: 4rem;
    margin-top: 0;
    margin-bottom: 0;
}
.header__actions {
    margin-bottom: 2.75rem;
    margin-top: 2rem;
}
.header__actions:not(.header__actions--is-active) {
    display: none;
}
.header__slides {
    list-style: none;
    border-top: 1px solid #546374;
    padding: 0;
    margin: 0 4rem 0 0;
}
.header__slide {
    display: inline-block;
    font-size: 15px;
    line-height: 28px;
    color: #546374;
    -ms-flex: 1;
    flex: 1;
    margin-right: 2rem;
    cursor: pointer;
}
.menu--is-categories,
.menu--is-tags li:first-of-type {
    font-size: 0.9375rem;
}
.play,
.switch-head {
    -ms-flex-pack: center;
}
.header__slide--is-active {
    font-weight: 700;
    color: var(--color-text);
}
.go-back,
.header__slide a {
    color: inherit;
    text-decoration: none;
}
.header__slide:hover {
    color: hsla(0, 0%, 100%, 0.8);
    font-weight: 700;
}
.header__slide:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    content: "";
    transform: translate3d(0, -2px, 0);
}
.header__slide--is-active.header__slide--color-blue:before {
    background: #84dcf2;
}
.header__slide--is-active.header__slide--color-yellow:before {
    background: #ffc847;
}
.header__slide--is-active.header__slide--color-purple:before {
    background: #9670c2;
}
.header__slide--color-yellow:not(.header__slide--is-active):hover:before {
    background-color: rgba(255, 200, 71, 0.5);
}
.header__slide--color-purple:not(.header__slide--is-active):hover:before {
    background-color: rgba(150, 112, 194, 0.5);
}
.header__slide a {
    font-weight: inherit;
}
.header .benefit__action {
    margin-left: 3rem;
}
.header .benefit-action__arrow {
    background-color: var(--color-primary);
}
.header .benefit__action:hover .benefit-action__arrow {
    background: var(--color-primary-hover);
}
.search-button {
    background: 0 0;
    margin-right: 2rem;
}
.search-button,
.switch {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    cursor: pointer;
}
.switch {
    background: #233147;
    padding: 0 0.625rem;
    border-radius: 100px;
    height: 1rem;
    width: 2rem;
    margin-right: 1.5rem;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.switch-head {
    background: var(--color-background-B);
    border: 1px solid #233147;
    border-radius: 50%;
    right: 0;
    top: 50%;
    transform: translate3d(-25%, -50%, 0);
    width: 1.5rem;
    height: 1.5rem;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    position: absolute;
    left: 75%;
}
[data-theme="light"] .switch-head {
    left: 0;
}
.search-component {
    position: relative;
    margin-bottom: 0.55rem;
}
.search-component > input {
    padding: 0.65rem 0.5rem;
    width: 100%;
    background: 0 0;
    font-size: 1rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    color: #fff;
    border-bottom: 0 solid #41516c;
    outline: 0;
}
.search-component input[type="submit"] {
    opacity: 0;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 2rem;
}
.search-component > input::-webkit-input-placeholder {
    color: #41516c;
}
.search-component > input::-moz-placeholder {
    color: #41516c;
}
.search-component > input:-ms-input-placeholder,
.search-component > input::-ms-input-placeholder {
    color: #41516c;
}
.search-component > input::placeholder {
    color: #41516c;
}
.search-component > input:not(:-moz-placeholder-shown) {
    border-bottom-width: 1px;
}
.search-component > input:not(:-ms-input-placeholder) {
    border-bottom-width: 1px;
}
.search-component > input:not(:placeholder-shown) {
    border-bottom-width: 1px;
}
.post,
.post-author:last-child {
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
}
.search-component > input:-moz-placeholder-shown {
    cursor: pointer;
}
.search-component > input:-ms-input-placeholder {
    cursor: pointer;
}
.search-component > input:placeholder-shown {
    cursor: pointer;
}
.search-component > input:-moz-placeholder-shown + img {
    display: block;
    width: 26px;
    height: 26px;
    opacity: 1;
    left: 4.5rem;
}
.search-component > input:-ms-input-placeholder + img {
    display: block;
    width: 26px;
    height: 26px;
    opacity: 1;
    left: 4.5rem;
}
.search-component > input:placeholder-shown + img {
    display: block;
    width: 26px;
    height: 26px;
    opacity: 1;
    left: 4.5rem;
}
.search-component img {
    position: absolute;
    top: 60%;
    right: 0;
    transform: translate3d(0, -57.5%, 0);
}
.search:before {
    width: 1440px;
    height: 2476px;
}
.filter-list {
    margin: 0;
    padding: 1rem 0 0;
    list-style: none;
    line-height: 1.5;
}
.filter-list li {
    padding: 0.375rem 0.75rem;
    line-height: 1.4;
    margin: 0.25rem 0;
    display: table;
    cursor: pointer;
    border-radius: 0.25rem;
}
.go-back > img,
.go-back > svg {
    margin-right: 1rem;
}
.filter-list li:hover {
    background: rgba(52, 66, 89, 0.6);
}
.filter-list li.active {
    background: #344259;
}
.filter-list li:first-child {
    text-transform: uppercase;
    pointer-events: none;
    font-weight: 700;
}
.menu--is-tags {
    font-size: 0.8125rem;
    margin-top: 0.5rem;
}
.menu--is-tags li {
    line-height: 1.5;
    padding: 0.395rem 0.75rem;
}
.blog__header {
    padding: 7rem 0 5.25rem;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 100%;
    background-image: url(assets/images/shapes/blog-header__background-min.png);
}
.post__wrapper {
    background-image: none, url(assets/images/shapes/blog-post__right-min.png);
    background-repeat: no-repeat;
    background-position: 0 100%, 0 0;
    background-size: 35%, 35%;
}
.go-back {
    font-weight: 700;
    font-size: 15px;
    line-height: 120%;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-top: 1.5rem;
    margin-bottom: 1.75rem;
    letter-spacing: 1px;
}
.go-back > svg {
    margin-top: 2px;
    fill: #fff;
}
.post-title {
    font-weight: 700;
    font-size: 53px;
    line-height: 110%;
    letter-spacing: -2px;
    margin-bottom: 1.35rem;
}
.post-author {
    border-top: 1px solid hsla(0, 0%, 100%, 0.2);
    padding: 1.5rem 0;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
}
.post-author:last-child {
    margin-bottom: 1em;
}
.post-author__image {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.post-author__image > div {
    position: relative;
    width: 3.75rem;
    height: 3.75rem;
}
.post-author__image > div > img,
.post-content .wp-block-image > img,
.slick-slide img {
    display: block;
    width: 100%;
    height: auto;
}
.post-author__image > div > .customAvatar {
    position: absolute;
    top: 0;
    left: 0;
    width: 3.75rem;
    height: 3.75rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.blog-filters__list li:after,
.blog__list + .button:after {
    content: "";
    width: 0.625rem;
    height: 0.625rem;
    background-repeat: no-repeat;
    background-position: 50%;
    right: 0;
    top: 50%;
}
.post-author__content {
    padding: 0.35rem 1rem;
}
.post-author__name {
    font-size: 16px;
    line-height: 150%;
    padding-bottom: 0.25rem;
}
.post-author__title {
    font-size: 14px;

    line-height: 150%;
}
.post-main {
    display: grid;
    grid-template-columns: 1fr 810px 1fr;
}
.blog-article,
.blog__view {
    grid-template-columns: 3fr 6fr;
}
.post {
    margin-left: 15px;
    margin-right: 15px;
    padding-top: 0.5rem;
}
.post__subtitle {
    font-size: 22px;
    line-height: 150%;
    letter-spacing: -0.02em;
    font-weight: 400;
}
.post__image {
    margin-top: 3rem;
    margin-bottom: 2rem;
}
.tags-title {
    font-weight: 700;
    font-size: 15px;
    line-height: 150%;
    padding-top: 2.25rem;
    padding-bottom: 0.5rem;
}
.blog__list-title {
    font-weight: 700;
    font-size: 53px;
    line-height: 110%;
    letter-spacing: -0.04em;
    color: #fff;
    margin: 6.5rem 0 -0.75rem;
}
#menu_touch ul ul li,
.blog__list-title + .blog__list,
.footer-row__left ul {
    padding: 0;
}
.blog-background {
    background-image: url(assets/images/shapes/blog__background-min.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100% auto;
}
.blog__filters {
    background-image: url(assets/images/shapes/filters__background-min.png);
    background-repeat: no-repeat;
    background-position: 0 87.5%;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .blog__header {
        background-image: url(assets/images/shapes/blog-header__background@2x-min.png);
    }
    .blog-background {
        background-image: url(assets/images/shapes/blog__background@2x-min.png);
    }
    .blog-filters {
        background-image: url(assets/images/shapes/filters__background@2x-min.png);
    }
    .post__wrapper {
        background-image: none, url(assets/images/shapes/blog-post__right@2x-min.png);
    }
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
    .post__wrapper {
        background-image: none, url(assets/images/shapes/blog-post__right@3x-min.png);
    }
}
.blog-article {
    text-decoration: none;
    display: grid;
    margin: 2.75rem 0;
    position: relative;
}
.blog-article__hook {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    z-index: 2;
}
.blog__featured .blog-article {
    margin: 0;
    grid-template-columns: 2.85fr 6fr;
}
.blog__featured .blog-article__title {
    font-size: 2.625rem;
    margin-bottom: 1rem;
}
.blog__featured .blog-article__description {
    margin-bottom: 2rem;
    max-width: 75%;
}
.blog-article__image > img {
    border-radius: 0.25rem;
    width: 100%;
}
.blog__view {
    grid-gap: 1rem;
}
.blog__view,
.sdk__view {
    padding-bottom: 14rem;
    display: grid;
}
.sdk__view {
    grid-template-columns: 2fr 10fr;
}
.card__anchor {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.blog__featured + .blog-background .blog__view {
    margin-top: 6.05rem;
}
.blog__filters {
    margin-top: 3rem;
    padding-right: 5.75rem;
}
.sdk__view .blog__filters {
    padding-right: 1.75rem;
    margin-top: 0;
}
.blog-filters__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.blog-filters__list li {
    padding: 0.5rem 2.25rem 0.5rem 0.75rem;
    margin: 0 0 1rem 0.5rem;
    border: 1px solid #41516c;
    border-radius: 0.25rem;
    font-size: 0.75rem;
    line-height: 1.25;
    position: relative;
    color: #fff;
    transition: 0.3s ease-in-out;
    cursor: pointer;
}
.blog-filters__list li:hover {
    background-color: rgba(65, 81, 108, 0.6);
}
.blog-filters__list li a {
    font: inherit;
    text-decoration: none;
    color: inherit;
}
.blog-filters__list li a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.blog-filters__list li:after {
    background-image: url(assets/images/icons/close.svg);
    position: absolute;
    transform: translate3d(-150%, -50%, 0);
    pointer-events: none;
}
.blog-article__content {
    padding-left: 2rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
}
.blog-article__header {
    padding: 0;
    margin: 0 0 0.5rem;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    font-size: 0.75rem;
    line-height: 1.5;
    color: #fff;
}
.last-published {
    margin-bottom: 2rem;
    margin-top: 1rem;
}
.last-published + .post-title {
    margin-top: 0;
}
.blog-article__header li:after {
    content: "-";
}
.blog-article__header li:last-child:after {
    content: none;
}
.blog-article__header li {
    margin-right: 0.5rem;
    font: inherit;
}
.blog-article__title {
    font-weight: 700;
    font-size: 1.375rem;
    line-height: 1.3;
    letter-spacing: -0.02em;
    color: #fff;
    margin-bottom: 0.5rem;
    margin-top: 0;
}
.blog-article__description {
    font-size: 0.9375rem;
    line-height: 1.5;
    color: #c1c9d2;
    margin-top: 0;
    margin-bottom: 1.25rem;
}
.blog-article__tags {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -ms-flexbox;
    display: flex;
}
.blog-article__tags li {
    display: inline-block;
    margin-right: 0.5rem;
    font-size: 0.75rem;
}
.blog-article__tags a {
    display: block;
    border-radius: 0.25rem;
    padding: 0.35rem 0.75rem;
    line-height: 1.2;
    text-decoration: none;
    color: inherit;
    background-color: #344259;
}
.blog__list {
    padding: 0 0.65rem;
}
.sdk__view .blog__list > div {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 30px;
}
.wp-block-embed {
    margin: 0;
    padding: 1em 0;
}
.wp-block-embed .wp-block-embed__wrapper {
    position: relative;
    display: block;
    padding: 0 0 56.15%;
    width: 100%;
    height: 0;
    border: none;
    overflow: hidden;
}
.post-content ul li > ul,
.post-content ul + h3,
.post__side .menu {
    padding-top: 1.5rem;
}
.wp-block-embed .wp-block-embed__wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none !important;
}
@media screen and (max-width: 992px) {
    .robot {
        display: none;
    }
    .sdk__view .blog__list > div {
        grid-template-columns: 1fr;
    }
}
.sdk__view .blog__list > div .card {
    height: 100%;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -ms-flexbox;
    display: flex;
}
.sdk__view .blog__list > div > div.col-lg-6 {
    width: 100%;
}
.navigation-wrapper--is-mobile,
.post-content > .wp-block-post-featured-image:first-of-type,
.sdk__view .blog__list > div > div:not(.col-lg-6),
.wp-block-separator,
body:not(.menu--is-visible) .mobile-menu {
    display: none;
}
.blog__list + .button {
    margin-top: 1.5rem;
    margin-left: 0.5rem;
    position: relative;
    padding-right: 2.75rem;
}
.blog__list + .button:after {
    background-image: url(assets/images/icons/chevron-down.svg);
    position: absolute;
    transform: translate3d(-200%, -50%, 0);
}
.search-post:before {
    width: 1440px;
    height: 5825px;
}
.container--is-small {
    width: 810px;
}
.play div,
.post-image__fullscreen {
    width: 2.75rem;
    height: 2.75rem;
    display: -ms-flexbox;
}
.post__side {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    padding-right: 4rem;
}
.post__side .menu {
    position: sticky;
    top: 8.5rem;
    max-width: 7.5rem;
    display: table;
    margin-left: auto;
    list-style-type: decimal;
}
.post__side .menu li {
    opacity: 0.4;
    cursor: pointer;
}
#menu ul li:hover > ul > li > a,
.post__side .menu li.active,
.post__side .menu li:hover,
.slick-active,
.slick-current,
a.slick-arrow:hover {
    opacity: 1;
}
.post-content h2 {
    font-weight: 700;
    font-size: 2.625rem;
    line-height: 120%;
    letter-spacing: -0.03em;
    padding: 2rem 0;
    margin: 0;
}
.post-content h3,
.post-content h4 {
    font-weight: 700;
    line-height: 130%;
    margin: 0;
    color: #fff;
}
.post-content h3 {
    font-size: 30px;
    letter-spacing: -0.02em;
    padding: 1.5rem 0;
}
.post-content h4 {
    font-size: 22px;
    letter-spacing: -0.02em;
    padding: 1.25rem 0;
}
.post {
    padding-bottom: 4.5rem;
}
.post-content .wp-block-code,
.post-content p {
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 140%;
    margin: 0;
    padding-bottom: 1.5rem;
}
.post-content .wp-block-table {
    overflow-x: auto;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 140%;
    margin: 0 0 2rem;
    border-radius: 0.5rem;
}
.post-content .wp-block-table table {
    border-collapse: collapse;
    margin: 0;
    font-size: 1rem;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    width: 100%;
    border: 2px solid hsla(0, 0%, 100%, 0.2);
}
.post-content .wp-block-table thead tr {
    background-color: var(--color-primary);
    color: #fff;
    text-align: left;
}
.post-content .wp-block-table td,
.post-content .wp-block-table th {
    padding: 12px 15px;
}
.post-content .wp-block-table tbody tr {
    border-bottom: 1px solid #ddd;
}
#menu_touch ul ul,
table.eventTable tr:nth-child(odd) td {
    border-bottom: none;
}
.post-content .wp-block-table tbody tr:nth-of-type(2n) {
    background-color: hsla(0, 0%, 100%, 0.05);
}
.post-content .wp-block-code {
    font-family: Sometype Mono;
    margin-bottom: 2rem;
    padding: 1.25rem 1.5rem 1.25rem 0;
    cursor: text;
    overflow: auto;
    background: #061525;
    border: 1px solid rgba(173, 193, 216, 0.5);
    box-shadow: 0 4px 35px rgba(173, 193, 216, 0.05);
    border-radius: 10px;
    color: #969ca2;
    font-size: 14px;
    line-height: 160%;
}
.post-content .wp-block-code code div:before {
    content: attr(data-line);
    width: 2rem;
    padding-left: 1.5rem;
    display: inline-block;
    position: sticky;
    left: 0;
    background: #061525;
    color: #3c4e63;
}
.post-content .wp-block-image {
    margin: 0;
    padding-bottom: 1.5rem;
}
.post-content .video {
    position: relative;
    width: 100%;
    margin: 2rem 0;
    height: 25.25rem;
    background-color: var(--color-dull);
    border-radius: 0.5rem;
}
.post-content .video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: fill;
    object-fit: fill;
    border-radius: 0.5rem;
}
.post-content li:has(ul) {
    list-style: none;
}
.play {
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    bottom: 1.5rem;
    left: 1.5rem;
    cursor: pointer;
    transition: 0.3s ease-in-out;
}
.play:hover {
    opacity: 0.8;
}
.play div {
    background: #fc6423;
    border-radius: 50%;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 15px;
    line-height: 150%;
    margin-right: 0.75rem;
}
.post-image__fullscreen > img,
.post__social li img {
    height: 1rem;
    width: 1rem;
}
.post-content ul {
    padding: 0 0 0 2rem;
    margin: 0;
}
.post-content ul.numbered {
    list-style: decimal;
    margin-left: -1rem;
    color: var(--color-primary);
    padding-left: 0;
}
.post-content a {
    color: #5fd2e9;
    font-weight: 700;
    text-decoration: underline;
    transition: 0.3s ease-in-out;
}
.post-content a:hover {
    color: rgba(95, 210, 233, 0.6);
    text-decoration: none;
}
.post-content li {
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    padding-left: 1rem;
    color: #fff;
    padding-bottom: 1.5rem;
}
.not-found__bottom a,
.not-found__subtitle {
    color: var(--color-primary);
}
.post__social ul {
    position: sticky;
    top: 8.5rem;
    text-align: right;
    padding-right: 3.75rem;
    padding-top: 1.5rem;
}
.menu--is-sdks li,
.post__image,
a.more,
blockquote {
    position: relative;
}
.post__social li {
    padding: 0.75rem;
}
.post__image {
    padding-bottom: 4rem;
}
.post__image > .wp-block-post-featured-image {
    margin: 0;
    padding-bottom: 4rem;
}
.post__image > .wp-block-post-featured-image > img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    position: absolute;
}
.post-content > p:first-of-type {
    font-size: 22px;
    line-height: 150%;
    letter-spacing: -0.02em;
    font-weight: 400;
    margin: 1rem 0;
    padding-bottom: 0;
    padding-top: 1rem;
}
.post-image__fullscreen {
    position: absolute;
    right: 1.5rem;
    top: 1.5rem;
    background: #f4f4f2;
    border-radius: 0.25rem;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
}
.fullscreen-wrapper,
.mobile-menu {
    position: fixed;
    right: 0;
    left: 0;
    bottom: 0;
}
.c-hamburger {
    width: 46px;
    height: 36px;
    padding: 10px;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    transform: translateX(0.625rem);
}
.c-hamburger__line {
    width: 100%;
    height: 2px;
    background-color: #fff;
    transition: 0.3s ease-in-out;
}
.mobile-menu {
    top: 3.5rem;
    background: red;
    background: var(--color-background-B);
    z-index: 2000;
    padding: 1rem 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow-y: auto;
}
.mobile-menu .menu {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.mobile-menu .menu li {
    line-height: 1.4;
    font-size: 1rem;
    padding: 1rem 0;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.05);
    font-weight: 700;
    display: -ms-flexbox;
    display: flex;
}
.mobile-menu .menu li:after {
    content: url(assets/images/icons/chevron-down.svg);
    transform: rotate(-90deg);
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: auto;
    margin-right: 0.5rem;
}
.mobile-menu .menu + .menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
.mobile-menu .menu + .menu li:first-child {
    border-top: 0;
}
.mobile-menu .navigation__actions {
    margin: auto 1.5rem 1.5rem;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    max-width: 100%;
}
.mobile-menu .navigation__actions .button,
.mobile-menu li a,
.tabs li a.selected:after {
    width: 100%;
}
.mobile-menu .navigation__actions .button:first-of-type {
    border: 0;
}
.carouselBox,
.championsMain,
.fullscreen,
.menu--is-visible {
    overflow: hidden;
}
.menu--is-visible .c-hamburger__line--top {
    transform: rotate(45deg) translate(5px, 7px);
}
.menu--is-visible .c-hamburger__line--center {
    transform: translateX(100%) scaleX(1.25);
    display: none;
}
.menu--is-visible .c-hamburger__line--bottom {
    transform: rotate(-45deg) translate(3px, -5px);
}
.fullscreen-wrapper {
    top: 0;
    padding: 2rem 0;
    z-index: 9000;
    background: rgba(0, 0, 0, 0.6);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.ddContentSdks .ddAside .searchandfilter li.sf-field-taxonomy-sdks_categories h4,
.ddShare li.copyUrl input,
.footer_social li.no_link a:before,
.header__slides,
.menu--is-sdks li:first-child,
.page-template-homepage .entry-header,
.search-button,
.searchandfilter li li input,
.slick-arrow.slick-hidden,
.slick-slide.slick-loading img,
body:not(.fullscreen) .fullscreen-wrapper,
figure.wp-block-pullquote blockquote:before,
hidden,
table.eventTable tr td.eventDate span,
ul.ddSdksList li.sdk-item-community-sdks a.more,
ul.ddSdksList li.sdk-item-sdks a.more,
ul.ddSdksList li.sdk-item-tools a.mainSdksLink .bottomBox .sdkGitForks:before,
ul.ddSdksList li.sdk-item-tools a.mainSdksLink .bottomBox .sdkGitStars:before,
ul.ddSdksList li.sdk-item-tools a.mainSdksLink .bottomBox .sdkLanguage:before {
    display: none;
}
.fullscreen-wrapper > img {
    max-width: 100%;
}
.footer-row__left li {
    -ms-flex-direction: column;
    flex-direction: column;
}
.footer-row__left > li > a {
    font-weight: 700;
    pointer-events: none;
    color: var(--color-text);
    margin-bottom: 1.75rem;
}
.not-found {
    padding-top: 12.5vh;
    padding-bottom: 12.5vh;
}
.not-found__subtitle {
    margin-bottom: 2rem;
    text-align: center;
    font-weight: 700;
    line-height: 1.3125;
    font-size: 1rem;
}
.not-found__title {
    font-size: 3rem;
    text-align: center;
    font-weight: 700;
    line-height: 4rem;
    max-width: 600px;
    margin: 0 auto 1.75rem;
}
.not-found__description {
    max-width: 420px;
    margin: 0 auto;
    text-align: center;
    font-size: 1.125rem;
    line-height: 1.44444;
}
.not-found__bottom {
    text-align: center;
    margin-top: 4rem;
}
.footer-mobile-brand {
    text-align: center;
    display: none;
    padding-top: 3.5rem;
    padding-bottom: 2rem;
}
.footer-mobile-brand > img {
    height: 3.625rem;
    width: 3.625rem;
    display: inline-block;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: left;
    object-position: left;
}
.no-background-image {
    background-image: none;
}
.menu--is-sdks li {
    border: 1px solid rgba(34, 46, 66, 0.15);
    border-radius: 4px;
    font-size: 15px;
    line-height: 150%;
}
.menu--is-sdks li.active {
    font-weight: 700;
    text-decoration: underline;
    background-color: transparent;
}
.menu--is-sdks li.active:before {
    content: "";
    position: absolute;
    width: 6px;
    height: 1.5rem;
    top: 50%;
    transform: translateY(-50%);
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    background: #fc6324;
    left: 0;
    bottom: 0;
}
.badge-icon {
    -ms-flex: 1;
    flex: 1;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.has-fixed-layout {
    table-layout: fixed;
}
[data-type="tag"] > a {
    text-transform: capitalize;
}
@media screen and (max-width: 1200px) {
    .footer-row__right .menu__item a,
    .menu--type-subsrcibe li:first-child,
    .navigation-wrapper--is-desktop {
        display: none;
    }
    .footer__row {
        grid-template-columns: 1fr;
    }
    .navigation-wrapper--is-mobile {
        display: block;
    }
    html {
        scroll-padding-top: 58px;
    }
    .navigation {
        padding: 0.75rem 0;
    }
    .navigation__brand > img {
        height: 2rem;
    }
    .footer-row__right .menu__item {
        margin-bottom: 0;
    }
    .footer-row__right .menu__item:nth-child(2) {
        margin-top: 0;
    }
    .footer-row__right {
        border-left: 0;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        display: -ms-flexbox;
        display: flex;
        padding-left: 0;
    }
    .footer-row__right .menu {
        margin-right: 0;
        margin-bottom: 0;
    }
    .footer-row__right .menu,
    .footer-row__right .menu--type-subsrcibe .menu__item a {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .footer-row__right .menu--type-subsrcibe {
        margin-bottom: 3rem;
        margin-top: 2rem;
    }
    .footer__bottom {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -ms-flex-align: center;
        align-items: center;
        margin: 3rem 0 0;
    }
    .footer-row__right .menu:not(.menu--type-subsrcibe) {
        opacity: 0.6;
    }
    .footer-bottom__right {
        margin-right: auto;
    }
    .footer-bottom__left,
    .footer-row__right {
        margin-bottom: 2rem;
    }
}
a.more:after,
a.more:before {
    top: 2px;
    right: 0;
    width: 18px;
    height: 18px;
    content: "";
}
@media screen and (max-width: 768px) {
    .container,
    .header__actions .button {
        width: 100%;
    }
    .footer-row__left .menu:first-child li:first-child,
    .footer-row__left > .menu__item,
    .footer-row__left > .menu__item:first-child {
        border-top: 1px solid rgba(237, 241, 244, 0.2);
    }
    .event-preview:last-child,
    .footer-row__right .menu__item:first-child,
    .header__actions .button:first-child {
        margin-bottom: 1rem;
    }
    .footer-mobile-brand,
    .footer-row__left,
    .post-main,
    .section__see-more .button {
        display: block;
    }
    .blog-filters__list,
    .footer-row__left > .menu__item > a:not(.active) + ul,
    .navigation__actions .search-button,
    .navigation__actions .switch,
    .post__side,
    .section-header__visual {
        display: none;
    }
    .section.tools .section__see-more {
        padding: 0 2rem;
    }
    .menu--type-subsrcibe li:first-child {
        display: table;
        margin-top: 3rem;
    }
    .footer-row__right,
    .section-header__description {
        margin-bottom: 0;
    }
    body:before {
        content: none;
    }
    .benefits > .container,
    .footer > .container,
    .header > .container,
    .navigation > .container,
    .search .container {
        width: auto;
    }
    .header > .container,
    .header__actions {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .header__actions {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
    }
    .partners__list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-left: 2.27273%;
        padding-right: 2.27273%;
        margin-top: 1rem;
        margin-bottom: 1.25rem;
        grid-template-columns: 1fr 1fr 1fr;
        -ms-flex-align: center;
        align-items: center;
    }
    .partner {
        margin: 0 0.5rem 1.25rem;
    }
    .footer-bottom__right {
        margin: 0 auto;
        text-align: center;
    }
    .footer-bottom__left,
    .footer-bottom__right,
    .menu--type-subsrcibe {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .footer-bottom__left {
        margin-bottom: 2rem;
        display: grid;
        grid-template-areas: "a a" "b c";
    }
    .footer-bottom__brand,
    .header__slides {
        margin-right: 0;
    }
    .copyright {
        margin-left: auto;
        padding: 2rem 0;
        grid-area: a;
    }
    .footer-bottom__right .menu__item {
        line-height: 1.25;
        font-size: 12px;
        padding: 0.5rem 0.625rem;
        margin-left: 0;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }
    .benefit,
    .benefit:nth-child(2n) {
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 1rem 0;
    }
    .benefits {
        padding-bottom: 3.625rem;
    }
    .benefit__content,
    .event-preview,
    .partners__description {
        margin-bottom: 2rem;
    }
    .benefit__subtitle {
        margin-bottom: 0.75rem;
    }
    .benefit__title {
        font-size: 1.5rem;
        margin-bottom: 1.25rem;
        line-height: 112%;
    }
    .benefit__description {
        font-size: 1rem;
    }
    .benefit__image > img {
        width: 80vw;
    }
    .container {
        padding-left: 4.16667%;
        padding-right: 4.16667%;
    }
    .section-header__title {
        font-size: 1.5rem;
        line-height: 112%;
    }
    .duck > img {
        width: 6rem;
    }
    .main-title {
        font-size: 2.375rem;
        line-height: 1.2;
        margin-bottom: 1rem;
    }
    .main-description,
    .main-description > * {
        font-size: 1rem;
        line-height: 1.5;
        padding-right: 0;
        margin-bottom: 0;
    }
    .main-description > * + * {
        margin-top: 1rem;
    }
    .header__image {
        transform: none;
        padding: 0;
    }
    .header {
        padding: 3rem 0 0;
    }
    .button {
        font-size: 0.875rem;
        line-height: 110%;
        padding: 1rem 1.5rem;
    }
    .header .benefit__action {
        margin-left: 1.5rem;
    }
    .partners + .benefits {
        padding-top: 0;
    }
    .partners {
        padding: 1rem 0;
    }
    .section-header__image > img {
        max-width: 2.5rem;
    }
    .section,
    .section.integrations {
        padding: 3rem 0;
    }
    .section.integrations {
        padding-top: 1.625rem;
        padding-bottom: 0;
    }
    .section.events {
        padding: 4rem 0;
    }
    .duck + .section {
        padding-top: 5rem;
    }
    .section__header--type-horizontal .section-header__image {
        padding-right: 1.5rem;
    }
    .section__see-more {
        margin-top: 1.5rem;
    }
    .section__header,
    .section__header--type-horizontal {
        padding-bottom: 2rem;
    }
    .benefit-action__arrow {
        height: 1.125rem;
        width: 1.125rem;
    }
    .benefit-action__arrow > img {
        height: 0.5rem;
    }
    .footer-bottom__right .menu {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .footer__row {
        grid-template-columns: 1fr;
        padding-top: 2rem;
        padding-bottom: 0;
    }
    .footer__row .menu--type-subsrcibe .menu__item:first-child {
        border-top: 0;
        border-bottom: 0;
    }
    .footer-row__left .menu__item {
        display: -ms-flexbox;
        display: flex;
    }
    .footer-row__left > .menu__item > a:first-child:after {
        content: url(assets/images/icons/chevron-down.svg);
        margin-right: 0.5rem;
        margin-left: auto;
        transform: translateY(-2px);
    }
    .footer-row__left > .menu__item {
        padding: 1rem 0;
        margin-bottom: 0;
        pointer-events: all;
    }
    .footer-row__left .menu:last-child li:first-child,
    .footer-row__left > .menu__item:last-child {
        border-bottom: 1px solid rgba(237, 241, 244, 0.2);
    }
    .footer-row__left > li > a {
        display: -ms-flexbox;
        display: flex;
        font-weight: 700;
        margin-bottom: 0;
        pointer-events: unset;
    }
    .footer-row__left > li > a.active {
        margin-bottom: 1.5rem;
    }
    .footer__row .menu {
        margin-right: 0;
        font-size: 0.875rem;
        margin-top: -1px;
    }
    .footer-row__left .menu {
        margin-bottom: 0;
    }
    .blog-article,
    .blog__view,
    .sdk__view {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .blog-article {
        margin: 3rem auto 2rem;
    }
    .blog-article__content {
        padding: 1.5rem 0.2rem 0;
    }
    .blog__header {
        padding: 4rem 0 2rem;
    }
    .blog__list + .button {
        margin: 3rem auto 0;
        display: table;
    }
    .blog__view,
    .sdk__view {
        margin: 0;
        padding: 0 0 4rem;
    }
    .blog__featured + .blog-background .blog__view {
        margin-top: 4rem;
    }
    .blog__filters {
        padding-right: 0;
        background-position: 100% 100%;
        margin: 0 -15px 1rem;
    }
    .blog__featured .blog-article__description {
        max-width: 100%;
    }
    .blog__featured .blog-article__title {
        font-size: 1.375rem;
        line-height: 1.3;
    }
    .filter-list {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .filter-list li:first-child {
        display: table;
        width: 100%;
    }
    .search-component img {
        transform: translate3d(-75%, -50%, 0);
        left: auto !important;
    }
    .filter-list li {
        margin: 0.25rem;
        padding: 0.5rem 0.75rem;
    }
    .menu--is-tags li {
        line-height: 1;
    }
    .search-component {
        padding-left: 15px;
        padding-right: 15px;
    }
    .blog-filters__list li {
        margin: 0 0.5rem 0 0;
    }
    .blog-article:first-child {
        margin-top: 2rem;
    }
    .go-back {
        margin: 3rem 0;
    }
    .post-title {
        margin-top: 0;
        line-height: 1.21429;
        font-size: 1.75rem;
        margin-bottom: 0;
        letter-spacing: -1.8px;
    }
    .last-published {
        margin-top: -1rem;
        margin-bottom: 1rem;
    }
    .post-author {
        padding: 1rem 0;
        margin: 2rem 0;
    }
    .post-author__name {
        line-height: 1.33333;
        font-size: 0.83333rem;
    }
    .post-author__title {
        line-height: 1.25rem;
        font-size: 0.66667rem;
    }
    .post-author__image > img {
        height: 2.25rem;
        width: 2.25rem;
    }
    .post-content > p:first-of-type,
    .post__subtitle {
        line-height: 1.3125rem;
        font-size: 0.875rem;
    }
    .post__image {
        margin-top: 0;
        margin-bottom: 1rem;
    }
    .post {
        padding-top: 0;
        padding-bottom: 1rem;
    }
    .post__subtitle {
        margin-top: 0;
        margin-bottom: 2rem;
    }
    .post-content li:last-child,
    .post__image > .wp-block-post-featured-image {
        padding-bottom: 0;
    }
    .post-content h1,
    .post-content h2,
    .post-content h3 {
        padding-top: 1rem;
        padding-bottom: 2rem;
        line-height: 1.875rem;
        font-size: 1.5rem;
    }
    .post-content h2 + h3 {
        padding-top: 0;
        margin-top: -1rem;
    }
    .post-content .wp-block-code,
    .post-content li,
    .post-content p {
        padding-bottom: 1rem;
        font-size: 0.875rem;
        line-height: 1.375rem;
    }
    .post-content .wp-block-code {
        padding: 1rem 1.5rem;
        margin: 1rem 0 2rem;
    }
    .post-content .video {
        margin: 2rem 0;
        height: 15rem;
    }
    .post__social {
        margin-left: 15px;
        margin-right: 15px;
    }
    .post__social ul {
        display: -ms-flexbox;
        display: flex;
        padding: 1rem 0;
        border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
    .tags-title {
        padding-top: 2rem;
        padding-bottom: 1rem;
    }
    .blog__list-title {
        line-height: 1.21429;
        font-size: 1.75rem;
        letter-spacing: -1.8px;
        margin-top: 3rem;
    }
    .blog__list {
        padding: 0;
    }
    .blog__list-title + .blog__list {
        padding-bottom: 2rem;
    }
    .blog-article__image[style*="--aspect-ratio: 1/1"] {
        --aspect-ratio: 13.5/9 !important;
    }
}
#menu,
.page-numbers,
table.eventTable th span {
    display: inline-block;
}
@media screen and (min-width: 1230px) {
    .footer > .container,
    .header > .container,
    .search .container {
        width: 1230px;
    }
}
@media screen and (min-width: 1350px) {
    .navigation > .container {
        width: 1350px;
        max-width: calc(90% + 30px);
    }
}
@media screen and (max-width: 35rem) {
    .version {
        font-size: 10px;
    }
    .wp-block-lazyblock-tools-sdks .version {
        position: absolute;
        top: 0.5rem;
        right: 0.5rem;
        font-size: 10px;
    }
    .sdk__view .card__title {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.sdk_background_left {
    bottom: -35%;
    top: auto;
    width: 30vw;
    height: 80vh;
    left: -25%;
    background: radial-gradient(65.93% 77.79% at 16.63% 36.56%, rgba(225, 192, 72, 0.12) 0, rgba(21, 33, 51, 0.12) 100%);
    transform: rotate(75deg);
}
.sdk_background_left,
.sdk_background_right {
    position: absolute;
    z-index: -1;
    filter: blur(100px);
}
.sdk_background_right {
    right: 2vw;
    max-height: 90vw;
    top: 0;
    left: auto;
    height: 125vh;
    width: 87.5vw;
    transform: rotate(90deg);
    background: radial-gradient(108.45% 100.54% at 64.7% 13.81%, rgba(2, 49, 69, 0.75) 0, rgba(21, 33, 51, 0.75) 48.31%);
}
@media screen and (min-width: 1440px) {
    .blog__header {
        background-position: calc(100vw - 1200px) 0;
    }
    .wp-block-lazyblock-products .products {
        padding-bottom: 5rem;
    }
    .wp-block-lazyblock-tools .tools {
        padding-top: 8rem;
    }
}
.page-numbers {
    border: 1px solid #4c5562;
    border-radius: 0.25rem;
    font-weight: 700;
    font-size: 0.875rem;
    line-height: 1.25rem;
    text-align: center;
    padding: 0.625rem 1.375rem;
    text-decoration: none;
    color: #fff;
    margin-right: 8px;
    transition: 0.2s ease-in-out;
}
.page-numbers.dots {
    background: 0 0;
    border: none;
    transition: none;
}
.page-number.next,
.page-numbers.prev {
    background: rgba(76, 85, 98, 0.2);
}
.page-numbers.current,
.page-numbers:hover {
    background: #4c5562;
}
figcaption.wp-element-caption {
    display: block;
    padding: 4px 0 5px;
    text-align: center;
    font-style: italic;
    font-size: 0.85em;
    color: #eee;
}
#menu a,
a.more {
    color: #fff;
    font-weight: 700;
}
.ddFlex {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
a,
a:after,
a:before {
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
a.more {
    padding-right: 30px;
    font-size: 15px;
    text-decoration: underline;
}
a.more:before {
    position: absolute;
    background: #fc6423;
    border-radius: 100%;
}
.page-template-homepage .ddContent_inner .boxLeft a.more:hover:before,
.page-template-page-champions .ddIntro a.button:hover,
.post-type-archive-events .ddIntro a:hover:before,
a.more:hover:before {
    background: #d1521c;
}
a.more:after {
    position: absolute;
    background: url(assets/images/icons/arrow-right.svg) center/54% no-repeat;
}
.hcb_wrap .prism,
.hcb_wrap .prism code {
    background: #061525 !important;
}
a.more:hover:after {
    right: -2px;
}
blockquote {
    margin-left: 0;
    margin-bottom: 2em;
    padding-left: 1.5em;
}
blockquote p {
    margin-bottom: 0.75em !important;
    padding: 0 !important;
    font-size: 1.15em !important;
}
blockquote cite {
    margin-top: 0;
    font-style: normal;
    font-size: 1.15em;
}
blockquote:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    content: "";
    width: 4px;
    background: #fc6423;
}
figure.wp-block-pullquote {
    margin-left: 0;
    padding: 2em 0;
}
figure.wp-block-pullquote blockquote {
    position: relative;
    padding-top: 64px;
    padding-left: 0;
}
figure.wp-block-pullquote blockquote:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 57px;
    height: 40px;
    background: url(images/quotes_pixelated.svg) center/contain no-repeat;
}
figure.wp-block-pullquote blockquote p {
    font-size: 1.5em !important;
}
figure.wp-block-pullquote blockquote cite {
    font-size: 1.5em;
    letter-spacing: -0.02em;
}
.mode_switcher {
    position: absolute;
    top: 25px;
    right: 266px;
    width: 54px;
    height: 40px;
    background: url(images/mode_switch_dark.svg) center/37px no-repeat;
}
.ddContent_inner,
.ddHeader_inner {
    width: 90%;
    position: relative;
    margin: 0 auto;
}
.mode_switcher label {
    display: block;
    width: 54px;
    height: 40px;
    cursor: pointer;
}
.mode_switcher label input {
    visibility: hidden;
    opacity: 0;
    width: 0;
    height: 0;
}
.ddContent,
.ddIntro,
.post-type-archive-events .ddIntro .ddContent_inner {
    text-align: center;
}
.ddContent_inner {
    max-width: 1140px;
    text-align: left;
}
.ddHeader {
    display: block;
    text-align: center;
    background: #0c1b2c;
}
.ddtags,
.page-template-homepage .ddContent_inner .boxes {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
}
.ddHeader_inner {
    max-width: 1320px;
    height: 90px;
    text-align: center;
}
.page_title {
    position: absolute;
    top: 25px;
    left: 0;
    margin: 0;
    width: 165px;
    height: 40px;
}
.page_title a {
    display: block;
    width: 165px;
    height: 40px;
    text-indent: -99999px;
    overflow: hidden;
    background: url(assets/images/brand/brand@3x-min.png) center/contain no-repeat;
}
#menu > div > ul {
    height: 90px;
    margin: 0;
    padding: 0 !important;
}
#menu > div > ul > li {
    margin: 0 0 0 32px;
    float: left;
    position: relative;
    list-style: none;
}
#menu ul ul li,
#menu ul ul li > a {
    margin: 0;
    height: 0;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
}
#menu a {
    display: block;
    line-height: 90px;
    height: 90px;
    font-size: 14px;
    text-decoration: none;
}
#menu a:hover,
#menu li.over > a {
    color: #2d6b7f;
}
#menu ul li:hover > ul > li,
#menu ul li:hover > ul > li > a {
    height: 60px;
    line-height: 60px;
}
#menu ul li ul {
    position: absolute;
    left: -20px;
    top: 90px;
    width: 207px;
    padding: 0 !important;
    text-align: left;
    background: #0c1b2c;
    z-index: 1000;
}
#menu ul ul li {
    float: none;
    padding: 0;
    position: relative;
    line-height: 0;
    list-style: none;
    text-align: left;
    text-transform: none;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}
#menu ul ul li > a {
    display: block;
    padding: 0 0 0 20px;
    line-height: 60px;
    opacity: 0;
    transition: 0.3s ease-in-out;
}
#menu > div > ul > li.headerButton {
    position: absolute;
    top: 25px;
    right: 165px;
    height: 40px;
    width: 86px;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #4c5562;
    overflow: hidden;
}
#menu > div > ul > li.headerButton.hbSecond {
    right: 0;
    width: 150px;
    border: none;
}
#menu > div > ul > li.headerButton a,
#menu_touch li.headerButton a {
    display: block;
    height: 40px;
    line-height: 38px;
    color: #fff !important;
    background: #0c1b2c;
}
#menu > div > ul > li.headerButton.hbSecond a,
#menu_touch li.headerButton.hbSecond a {
    height: 40px;
    line-height: 40px;
    background: #2d6b7f;
}
#menu > div > ul > li.headerButton a:hover,
#menu_touch li.headerButton a:hover {
    background: #192737;
}
#menu > div > ul > li.headerButton.hbSecond a:hover,
#menu_touch li.headerButton.hbSecond a:hover {
    background: #1c596c;
}
.hcb_wrap .prism {
    border: 1px solid #1f3452 !important;
    box-shadow: 0 4px 35px rgba(173, 193, 216, 0.045) !important;
    border-radius: 10px !important;
}
.single-post .hcb_wrap .prism {
    padding-top: 3em !important;
    padding-bottom: 2em !important;
}
.line-numbers-rows > span:before {
    color: rgba(110, 125, 142, 0.54) !important;
}
.line-numbers .line-numbers-rows {
    border-right: 1px solid rgba(110, 125, 142, 0.27) !important;
}
button.hcb-clipboard {
    position: absolute;
    top: 9px !important;
    right: 9px !important;
    height: 27px !important;
    width: 45px !important;
    color: #fff !important;
    background: #172235 !important;
    border: none !important;
    border-radius: 5px !important;
    cursor: pointer;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
table.eventTable th span,
table.eventTable tr td.eventUrl a svg {
    -webkit-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -ms-transition: 0.3s ease-out;
}
button.hcb-clipboard:hover {
    background: #344259 !important;
}
button.hcb-clipboard:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 27px;
    line-height: 26px !important;
    text-align: center;
    content: "Copy";
    font-size: 13px;
    color: #fff;
}
button.hcb-clipboard:before {
    bottom: 40px !important;
    right: 0 !important;
    font-size: 13px !important;
    color: #fff !important;
}
.page-template-homepage .ddContent_inner {
    max-width: 1200px;
    padding-top: 126px;
    padding-bottom: 207px;
}
.page-template-homepage .ddContent_inner .linksHolder {
    padding-top: 2em;
}
.page-template-homepage .ddContent_inner .linksHolder .button {
    margin-right: 2em;
}
.page-template-homepage .ddContent_inner .boxes {
    display: flex;
    flex-wrap: wrap;
}
.page-template-homepage .ddContent_inner .boxLeft {
    width: 45%;
    max-width: 480px;
}
.page-template-homepage .ddContent_inner .boxLeft a.more {
    padding-right: 45px;
}
.page-template-homepage .ddContent_inner .boxLeft a.more:before {
    position: absolute;
    top: -5px;
    right: 0;
    content: "";
    width: 32px;
    height: 32px;
    background: #fc6423;
    border-radius: 100%;
}
.page-template-homepage .ddContent_inner .boxLeft a.more:after {
    position: absolute;
    top: -5px;
    right: 0;
    content: "";
    width: 32px;
    height: 32px;
    background: url(assets/images/icons/arrow-right.svg) 50% 50%/54% no-repeat;
}
.page-template-homepage .ddContent_inner .boxLeft a.more:hover:after {
    background: url(assets/images/icons/arrow-right.svg) 65% 50%/54% no-repeat;
}
.page-template-homepage .ddContent_inner .boxRight {
    position: absolute;
    top: 126px;
    right: 0;
    width: 45%;
    min-width: 450px;
    margin-left: 13%;
    padding: 0 !important;
    background: #061525 !important;
    border: 1px solid #1f3452 !important;
    box-shadow: 0 4px 35px #193250 !important;
    border-radius: 10px !important;
    z-index: 1;
}
.page-template-homepage .ddContent_inner .boxRight .boxRight_inner {
    border-radius: 10px !important;
    overflow: hidden;
}
.page-template-homepage .ddContent_inner .boxRight:before {
    position: absolute;
    top: -54px;
    left: 63px;
    height: 60px;
    width: 100%;
    content: "";
    background: url(images/codes_top.png) left bottom/contain no-repeat;
    z-index: 2;
}
.page-template-homepage .ddContent_inner .boxRight:after {
    position: absolute;
    bottom: -42px;
    right: 22px;
    height: 165px;
    width: 36%;
    content: "";
    background: url(images/codes_bottom.png) right bottom/contain no-repeat;
    z-index: 2;
}
.page-template-homepage .ddContent_inner .boxRight .hcb_wrap {
    position: relative;
    padding: 0;
}
.page-template-homepage .ddContent_inner .boxRight .hcb_wrap:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 8px;
    content: "";
    height: 90px;
    background: #061525;
    background: -moz-linear-gradient(0deg, #061525 9%, rgba(6, 21, 37, 0) 100%);
    background: -webkit-linear-gradient(0deg, #061525 9%, rgba(6, 21, 37, 0) 100%);
    background: linear-gradient(0deg, #061525 9%, rgba(6, 21, 37, 0) 100%);
    z-index: 0;
}
.page-template-homepage .ddContent_inner .boxRight .hcb_wrap .prism {
    padding-top: 0 !important;
    padding-bottom: 4.5em !important;
    border: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    height: auto;
    max-height: 300px;
    scrollbar-width: thin;
    scrollbar-color: rgba(255, 255, 255, 0.09) rgba(255, 255, 255, 0.045);
}
.page-template-homepage .ddContent_inner .boxRight .hcb_wrap .prism code {
    display: block !important;
    white-space: pre-wrap !important;
}
.post-type-archive-events .ddIntro {
    height: 690px;
    background: url(images/hero_events.png) center 100% / cover no-repeat #142032;
}
.post-type-archive-events .ddIntro .main-title {
    margin: 112px auto 24px;
    max-width: 459px;
}
.post-type-archive-events .ddIntro .main-title span {
    color: #fc6423;
}
.post-type-archive-events .ddIntro a {
    position: relative;
    display: inline-block;
    font-weight: 700;
    font-size: 15px;
    height: 32px;
    line-height: 32px;
    padding-right: 44px;
    color: #fff;
}
.post-type-archive-events .ddIntro a:before {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    width: 32px;
    height: 32px;
    background: #fc6423;
    border-radius: 100%;
}
.post-type-archive-events .ddIntro a:after {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    width: 32px;
    height: 32px;
    background: url(assets/images/icons/arrow-down.svg) center/16px no-repeat;
    border-radius: 100%;
}
.post-type-archive-events .ddIntro a:hover:after {
    top: 3px;
}
.featured {
    background: url(images/bg_feat_events.png) 25% 100%/40% no-repeat;
}
.featured .ddContent_inner {
    padding: 88px 0 120px;
}
.featured .ddContent_inner h1 {
    position: relative;
    padding-left: 66px;
    font-size: 48px;
    line-height: normal;
}
.featured .ddContent_inner h1:before {
    position: absolute;
    top: 5px;
    left: 0;
    content: "";
    width: 48px;
    height: 48px;
    background: url(images/ico_featured.svg) center/contain no-repeat;
}
table.eventTable {
    margin-bottom: 0;
    border-spacing: 0;
    width: 100%;
    border: none;
}
.championsCarousel a.slick-arrow,
a.slick-arrow {
    width: 36px;
    height: 36px;
    z-index: 1;
    cursor: pointer;
}
table.eventTable th span {
    position: relative;
    padding-right: 32px;
    cursor: pointer;
    opacity: 1;
    transition: 0.3s ease-out;
}
table.eventTable th span:hover {
    opacity: 0.63;
}
table.eventTable th span:after {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    width: 24px;
    height: 24px;
    background: url(images/ico_sort.svg) center/contain no-repeat;
}
table.eventTable td,
table.eventTable th {
    width: 30%;
    text-align: left;
    padding: 16px;
}
table.eventTable td:first-child,
table.eventTable th:first-child {
    width: 40%;
}
.post-type-archive-events .pagination .wp-pagenavi a:hover,
table.eventTable tr {
    background-color: #192f41;
}
table.eventTable tr:nth-child(odd) {
    background-color: #142032;
}
table.eventTable tr td {
    border-bottom: 1px solid #2d6b7f;
}
table.eventTable tr td.eventUrl a {
    display: block;
    width: 24px;
    height: 24px;
    padding: 6px;
}
table.eventTable tr td.eventUrl a svg {
    display: block;
    width: 100%;
    height: auto;
    fill: #fff;
    opacity: 0.63;
    transition: 0.3s ease-out;
}
.page-template-page-blog-filter .pagination .wp-pagenavi a,
a.ddTag {
    -webkit-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -ms-transition: 0.3s ease-out;
}
table.eventTable tr td.eventUrl a:hover svg {
    fill: #fc6423;
    opacity: 1;
}
table.eventTable tr td a,
table.eventTable tr td a:visited {
    color: #fff;
    text-decoration: none;
}
table.eventTable tr td a:hover {
    color: #2d6b7f;
    text-decoration: none;
}
table.eventTable tr.orange td:first-child,
table.eventTable tr.orange td:first-child a {
    position: relative;
    color: #fc6423 !important;
}
table.eventTable tr.orange td:first-child a:hover {
    color: #2d6b7f !important;
}
table.eventTable tr td.eventLocation {
    direction: rtl;
}
table.eventTable tr td.eventLocation span {
    display: inline-block;
    direction: ltr;
}
.ddtags {
    position: relative;
    padding-top: 3px;
    display: flex;
    flex-wrap: wrap;
    z-index: 9;
}
a.ddTag {
    margin: 0 8px 8px 0;
    padding: 6px 12px;
    font-size: 12px;
    text-decoration: none;
    color: #fff;
    background: #344259;
    border-radius: 4px;
    transition: 0.3s ease-out;
}
a.ddTag:hover {
    background: #28354b;
}
.championsCarousel .slick-next span,
.championsCarousel .slick-prev span,
.slick-next span,
.slick-prev span {
    background: url(images/arrow.svg) center/contain no-repeat;
}
aside.blog__filters {
    overflow: visible;
}
.ddScrollTo {
    display: block;
    height: 90px;
}
.carouselBox .ddCarouselHolder {
    display: block;
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 1120px;
}
.ddCarouselBox {
    top: 0;
    left: 0;
    width: 135.54%;
}
.ddCarousel {
    width: auto;
    margin: 0 0 3em !important;
}
.slick-slider {
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.sf-field-search input.sf-input-text:focus,
.slick-list:focus,
.tabs li a:focus {
    outline: 0;
}
.slick-list.dragging {
    cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    margin: 0 !important;
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    flex-wrap: wrap !important;
}
.slick-track:after,
.slick-track:before {
    display: table;
    content: "";
}
.slick-loading .slick-slide,
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    position: relative;
    display: none;
    float: left !important;
    margin: 0 20px 0 0;
    padding-bottom: 171px;
    height: inherit !important;
    text-align: center;
    min-height: 1px;
    transition: 0.3s ease-in-out;
    opacity: 0.27;
    background: #222e42;
    border: 1px solid #344460;
    border-radius: 7px;
}
.championsCarousel .slick-prev,
.slick-prev {
    background: url(assets/images/icons/arrow-left.svg) center no-repeat;
}
.championsCarousel .slick-slide.slick-current,
.slick-slide.slick-current,
.slick-slide.slick-current + .slick-slide,
.slick-slide.slick-current + .slick-slide + .slick-slide {
    opacity: 1;
    box-shadow: 0 6px 21px rgba(0, 0, 0, 0.18);
}
.slick-slide.dragging img,
ul.ddSdksList li.sdk-item-tools a.mainSdksLink {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
a.slick-arrow {
    position: absolute;
    top: -77px;
    opacity: 0.54;
}
.slick-next span,
.slick-prev span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.slick-prev {
    right: 41px;
}
.slick-next {
    right: 0;
    background: url(assets/images/icons/arrow-right.svg) center no-repeat;
}
.championsCarousel .slick-next span,
.slick-next span {
    transform: rotate(180deg);
}
.singleCarouselItem {
    padding: 25px;
    text-align: left;
    color: #c1c9d2;
}
.singleCarouselItem .feat_head {
    position: relative;
    margin-bottom: 0;
    padding-left: 80px;
    height: 64px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.singleCarouselItem .feat_head:before {
    position: absolute;
    top: -4px;
    left: 0;
    content: "";
    width: 64px;
    height: 64px;
    background: url(images/logo_featured.svg) center/contain no-repeat;
}
.singleCarouselItem .feat_head p {
    color: #fff;
    margin-bottom: 0;
    margin-top: 0;
}
.singleCarouselItem .feat_head p.feat_subtitle {
    margin-bottom: 6px;
    font-weight: 600;
    font-size: 16px;
}
.singleCarouselItem .feat_head p.feat_tag {
    display: inline-block;
    font-weight: 500;
    font-size: 12px;
    padding: 4px 12px;
    background: #344259;
    border-radius: 4px;
    margin-top: -4px;
}
.footer_social li a:hover,
.singleCarouselItem h3,
.tabs li a.selected {
    color: #fff;
}
.singleCarouselItem p {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
}
.singleCarouselItem .infoBox {
    position: absolute;
    left: 25px;
    right: 25px;
    bottom: 12px;
    padding: 14px 0 12px;
    font-size: 14px;
    color: #fff;
    border-top: 1px solid #344460;
}
.singleCarouselItem .infoBox .feat_date {
    position: relative;
    margin-bottom: 9px;
    padding-left: 30px;
    font-weight: 700;
}
.singleCarouselItem .infoBox .feat_date:before {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    content: "";
    width: 15px;
    height: 15px;
    background: url(images/ico_calendar.svg) center/contain no-repeat;
}
.singleCarouselItem .infoBox .feat_time {
    position: relative;
    margin-bottom: 12px;
    padding-left: 30px;
    min-height: 17px;
}
.singleCarouselItem .infoBox .feat_time span {
    padding: 4px;
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
    color: #84dcf2;
    border: 1px solid #344460;
    border-radius: 4px;
}
.singleCarouselItem .infoBox .feat_location {
    position: relative;
    margin-bottom: 36px;
    padding-left: 30px;
}
.singleCarouselItem .infoBox .feat_location:before {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    content: "";
    width: 15px;
    height: 15px;
    background: url(images/ico_pin.svg) center/contain no-repeat;
}
.singleCarouselItem .infoBox .buttonBox .button {
    margin-right: 30px;
    background: #2d6b7f;
    border: 1px solid #2d6b7f;
}
.singleCarouselItem .infoBox .buttonBox .button:hover {
    background: #1c596c;
    border: 1px solid #1c596c;
}
.championsCarousel .slick-slide {
    padding-bottom: 54px;
    opacity: 0.18;
    position: relative;
}
.championsCarousel .slick-slide.slick-current + .slick-slide,
.championsCarousel .slick-slide.slick-current + .slick-slide + .slick-slide {
    opacity: 0.54;
    box-shadow: 0 6px 21px rgba(0, 0, 0, 0.09);
}
.championsCarousel a.slick-arrow {
    position: absolute;
    top: auto;
    bottom: 90px;
    opacity: 0.54;
}
.championsCarousel .slick-prev {
    left: 0;
    right: auto;
}
.championsCarousel .slick-next {
    left: 41px;
    right: auto;
    background: url(assets/images/icons/arrow-right.svg) center no-repeat;
}
.championsCarousel .singleCarouselItem {
    padding: 25px;
}
.championsCarousel .singleCarouselItem .topBox {
    display: block;
    position: relative;
}
.championsCarousel .singleCarouselItem .topBox .imageBox {
    position: absolute;
    left: 0;
    top: 0;
    width: 64px;
    height: 64px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 100%;
    border: 1px solid #344460;
}
.championsCarousel .singleCarouselItem .topBox .textBox {
    display: block;
    padding: 5px 0 5px 80px;
}
.championsCarousel .singleCarouselItem .topBox .textBox p {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 15px;
}
.championsCarousel .singleCarouselItem .topBox .textBox p.championName {
    margin-bottom: 0;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.02em;
    color: #fff;
}
.championsCarousel .singleCarouselItem .topBox .textBox p.champion_role {
    font-size: 16px;
}
.championsCarousel .singleCarouselItem .championSocial {
    position: absolute;
    bottom: 25px;
    left: 25px;
    right: 25px;
    display: block;
    font-size: 0;
    padding: 18px 0 0;
    margin-top: 27px;
    border-top: 1px solid #344460;
}
.menu--type-subsrcibe .menu__item h3,
.slick-dotted.slick-slider,
.whyJoin .ddContent_inner .ddFlex .box li:last-child {
    margin-bottom: 0;
}
.slick-dots {
    position: absolute;
    bottom: 36px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 4px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 15px;
    height: 15px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 2px solid #aaa;
    outline: 0;
    background: #aaa;
    border-radius: 100%;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: 0;
    background: #ccc;
}
.slick-dots li.slick-active button {
    background: #fff;
}
.ddShare {
    position: absolute;
    left: -54px;
    top: 45%;
    transform: translateY(-50%);
    margin-top: 0;
    padding: 0;
    z-index: 9;
}
.ddShare li {
    list-style: none;
    margin-left: 0;
    margin-bottom: 5px;
    text-indent: -999999999px;
    width: 32px;
    height: 32px;
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer;
}
.ddShare li.twitterBtn {
    background: url(images/ico-twitter.svg) center/81% no-repeat;
}
.ddShare li.twitterBtn:hover {
    background: url(images/ico-twitter.svg) center/81% no-repeat #222e42;
}
.ddShare li.facebookBtn {
    background: url(images/ico-facebook.svg) center/81% no-repeat;
}
.ddShare li.facebookBtn:hover {
    background: url(images/ico-facebook.svg) center/81% no-repeat #222e42;
}
.ddShare li.copyUrl {
    margin-bottom: 0;
    text-indent: 0;
    background: url(images/ico-link.svg) center/81% no-repeat;
}
.ddShare li.copyUrl:hover {
    background: url(images/ico-link.svg) center/81% no-repeat #222e42;
}
.ddShare li.copyUrl button {
    width: 32px;
    height: 32px;
    border-radius: 0;
    opacity: 0;
    cursor: pointer;
}
.filterResaults {
    padding-bottom: 9em;
}
.sf-field-search input.sf-input-text {
    width: 100%;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    color: #fff;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #41516c;
}
.sf-field-search input.sf-input-text::placeholder {
    color: #41516c;
    opacity: 1;
}
.sf-field-search input.sf-input-text:-ms-input-placeholder {
    color: #41516c;
}
.sf-field-search input.sf-input-text::-ms-input-placeholder {
    color: #41516c;
}
.searchandfilter li,
.searchandfilter ul {
    list-style: none;
    margin-left: 0;
    padding: 0;
}
.searchandfilter li li {
    margin-bottom: 1px;
    padding: 0 !important;
    margin-left: -12px;
}
.searchandfilter li li label {
    display: inline-block;
    font-weight: 400;
    font-size: 15px;
    height: auto;
    line-height: normal;
    margin: 0 !important;
    padding: 7px 12px;
    background: #142032;
    border-radius: 4px;
    cursor: pointer;
}
.page-template-page-blog-filter .pagination .wp-pagenavi a,
.page-template-page-blog-filter .pagination .wp-pagenavi span.current {
    height: 40px;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    border: 1px solid #4c5562;
    display: inline-block;
    margin-right: 9px;
    margin-bottom: 9px;
    width: 54px;
}
.searchandfilter li li label:hover {
    background: #273449;
}
.searchandfilter h4 {
    padding: 0;
    margin: 18px 0 12px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
    line-height: 150%;
    color: #fff;
}
li.sf-field-search {
    position: relative;
    display: block;
    width: 100%;
    max-width: 100%;
    height: 32px;
    line-height: 32px;
    padding: 0 !important;
}
li.sf-field-search:after {
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
    height: 32px;
    content: "";
    background: url(assets/images/icons/search.svg) center/81% no-repeat;
    opacity: 0.63;
}
li.sf-field-search > label {
    margin: 0;
    display: block;
    height: 32px;
    line-height: 32px;
}
.page-template-page-blog-filter .pagination .wp-pagenavi a {
    font-weight: 700;
    background-color: transparent;
    border-radius: 4px;
    transition: 0.3s ease-out;
}
.page-template-page-blog-filter .pagination .wp-pagenavi a.first,
.page-template-page-blog-filter .pagination .wp-pagenavi a.last {
    font-weight: 400;
}
.page-template-page-blog-filter .pagination .wp-pagenavi a:hover {
    background-color: #4c5562;
}
.page-template-page-blog-filter .pagination .wp-pagenavi span.current {
    font-weight: 700;
    background-color: #4c5562;
    border-radius: 4px;
}
.page-template-page-blog-filter .pagination .wp-pagenavi span.extend {
    display: inline-block;
    margin-right: 9px;
    margin-bottom: 9px;
    width: 54px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
    color: #fff;
    background-color: transparent;
    border: 1px solid #4c5562;
    border-radius: 4px;
}
.post-type-archive-events .pagination .wp-pagenavi a,
.post-type-archive-events .pagination .wp-pagenavi span.current,
.post-type-archive-events .pagination .wp-pagenavi span.extend {
    margin-right: 9px;
    margin-bottom: 9px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background-color: transparent;
    display: inline-block;
    text-decoration: none;
    text-align: center;
}
.post-type-archive-events .pagination .wp-pagenavi {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding-top: 81px;
}
.post-type-archive-events .pagination .wp-pagenavi a {
    font-weight: 400;
    border: 1px solid transparent;
    border-radius: 100%;
    -webkit-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -ms-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}
.post-type-archive-events .pagination .wp-pagenavi span.current {
    font-weight: 400;
    border: 1px solid #4c5562;
    border-radius: 100%;
}
.post-type-archive-events .pagination .wp-pagenavi span.extend {
    font-weight: 400;
    border: 1px solid transparent;
    border-radius: 100%;
}
.post-type-archive-events .pagination .wp-pagenavi a.nextpostslink,
.post-type-archive-events .pagination .wp-pagenavi a.previouspostslink {
    display: inline-block;
    width: 32px;
    height: 32px;
    overflow: hidden;
    text-indent: -999999999px;
}
.post-type-archive-events .pagination .wp-pagenavi a.previouspostslink {
    background: url(assets/images/icons/arrow-left.min.svg) center/45% no-repeat #fc6423;
}
.post-type-archive-events .pagination .wp-pagenavi a.previouspostslink:hover {
    background: url(assets/images/icons/arrow-left.min.svg) 35% center/45% no-repeat #d1521c;
}
.post-type-archive-events .pagination .wp-pagenavi a.nextpostslink {
    background: url(assets/images/icons/arrow-right.min.svg) center/45% no-repeat #fc6423;
}
.post-type-archive-events .pagination .wp-pagenavi a.nextpostslink:hover {
    background: url(assets/images/icons/arrow-right.min.svg) 65% center/45% no-repeat #d1521c;
}
.ddFilters form {
    margin-bottom: 40px;
    border-bottom: 1px solid #41516c;
}
.ddFilters form ul {
    position: relative !important;
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    justify-content: right !important;
    margin-bottom: 24px !important;
}
.ddFilters form ul li {
    margin-left: 12px;
}
.ddFilters li.sf-field-search {
    position: relative !important;
    display: table !important;
    width: auto !important;
    max-width: auto !important;
    height: 40px !important;
    line-height: 40px !important;
    padding: 0 !important;
}
.ddFilters .sf-field-search input.sf-input-text {
    width: 81px !important;
    height: 40px !important;
    line-height: 40px !important;
    font-size: 1em !important;
    color: #fff !important;
    background-color: transparent !important;
    border-bottom: 1px solid rgba(0, 153, 204, 0);
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.ddFilters .sf-field-search input.sf-input-text:focus {
    outline: 0 !important;
    width: 320px !important;
    border-bottom: 1px solid #41516c !important;
}
.ddFilters li.sf-field-search:after {
    top: 4px !important;
}
.ddFilters .sf-field-search input.sf-input-text::placeholder {
    font-size: 14px;
    color: #a8adb3;
    opacity: 1;
}
.ddFilters .sf-field-search input.sf-input-text:-ms-input-placeholder {
    font-size: 14px;
    color: #a8adb3;
}
.ddFilters .sf-field-search input.sf-input-text::-ms-input-placeholder {
    font-size: 14px;
    color: #a8adb3;
}
.ddFilters li.sf-field-post-meta-event_type select,
.ddFilters li.sf-field-post-meta-location select,
.ddFilters li.sf-field-taxonomy-technology select {
    width: 149px !important;
    height: 40px !important;
    line-height: 40px !important;
    background-color: #142032 !important;
    margin: 0 !important;
    vertical-align: middle !important;
    font-size: 1em !important;
    color: #fff !important;
    padding: 0 14px !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    border-radius: 4px !important;
    cursor: pointer !important;
    appearance: none;
    background-image: url(assets/images/icons/chevron-down.svg);
    background-repeat: no-repeat;
    background-position: 90% center;
    background-size: 8%;
}
.ddFilters li.sf-field-post-meta-event_type select option,
.ddFilters li.sf-field-post-meta-location select option,
.ddFilters li.sf-field-taxonomy-technology select option {
    margin: 0 !important;
    padding: 0 !important;
    color: #fff !important;
    background-color: #142032 !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    cursor: pointer !important;
}
.ddFilters li.sf-field-post-meta-event_type select option:checked,
.ddFilters li.sf-field-post-meta-location select option:checked,
.ddFilters li.sf-field-taxonomy-technology select option:checked {
    color: #fff !important;
    background: #192f41 !important;
}
.ddNewsLetter {
    display: block;
    padding-bottom: 225px;
    background: url(images/bg_content_bottom.png) 0 100% repeat-x;
}
.ddNewsLetter .ddContent_inner {
    display: block;
    padding: 15px;
    background: #192f41;
    border: 1px solid #2d6b7f;
    border-radius: 10px;
}
.ddNewsLetter .ddContent_inner .box {
    display: block;
    margin: 0;
    padding: 80px 25px;
    text-align: center;
    background: #142032;
}
.ddNewsLetter .ddContent_inner .box h2 {
    font-size: 48px;
    margin-top: 10px;
    margin-bottom: 24px;
}
.ddNewsLetter .ddContent_inner .box p {
    margin: 0 auto 24px;
    max-width: 489px;
    line-height: 150%;
    color: #c1c9d2;
}


.ddNewsLetter .ddContent_inner .box p.ddSubtitle {
    margin: 0 auto;
    font-family: "CHNO Pixel Code Pro";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #84dcf2;
}
.ddNewsLetter .ddContent_inner .box .button {
    padding: 12px 32px;
    background: #fc6423;
    border: 1px solid #fc6423;
}
.ddNewsLetter .ddContent_inner .box .button:hover {
    background: #d1521c;
    border: 1px solid #d1521c;
}
.page-template-page-champions .ddIntro {
    position: relative;
    padding-top: 90px;
    height: 690px;
    background: url(images/champion_bg.png) center repeat-x;
}
.page-template-page-champions .ddIntro .ddContent_inner {
    text-align: center;
    max-width: 635px;
}
.page-template-page-champions .ddIntro h1 {
    font-weight: 700;
    font-size: 70px;
    line-height: 77px;
    letter-spacing: -0.04em;
}
.page-template-page-champions .ddIntro p {
    font-weight: 400;
    font-size: 17px;
    line-height: 150%;
    text-align: center;
    color: #c1c9d2;
}
.page-template-page-champions .ddIntro a.button {
    height: 48px;
    line-height: 48px;
    padding: 0 32px;
    background: #fc6423;
    border: none;
}
.page-template-page-champions .ddIntro a.ddArrow {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 50%);
    width: 48px;
    height: 48px;
    background: url(images/jump.svg) center/contain no-repeat;
    z-index: 2;
    -webkit-transition: 0.1s ease-out;
    -o-transition: 0.1s ease-out;
    -moz-transition: 0.1s ease-out;
    -ms-transition: 0.1s ease-out;
    transition: 0.1s ease-out;
}
#menu_touch > span .menu_icon,
.devSubscribe .ib--form button.ib--submit-button {
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
}
.page-template-page-champions .ddIntro a.ddArrow:hover {
    width: 50px;
    height: 50px;
}
.page-template-page-champions .ddIntro a.ddArrow:focus {
    width: 40px;
    height: 40px;
}
.joinCommunity {
    padding: 112px 0;
}
.joinCommunity .ddContent_inner {
    padding: 12px;
    background: #192f41;
    border-radius: 20px;
}
.joinCommunity .ddContent_inner .box {
    padding: 100px 0 90px;
    background: #142032;
    border: 1px solid #2d6b7f;
    border-radius: 10px;
    text-align: center;
}
.joinCommunity .ddContent_inner .box .box_inner {
    margin: 0 auto;
    width: 90%;
    max-width: 664px;
}
.joinCommunity .ddContent_inner h1 {
    position: relative;
    font-weight: 700;
    font-size: 48px;
    line-height: 60px;
}
.joinCommunity .ddContent_inner h1:before {
    position: absolute;
    content: "";
    top: -54px;
    left: 50%;
    transform: translateX(-50%);
    width: 48px;
    height: 48px;
    background: url(images/golden_cup.svg) center/contain no-repeat;
}
.championOfTheMonth .championHighlight.sticky .textBox p,
.joinCommunity .ddContent_inner p {
    font-weight: 400;
    font-size: 15px;
    line-height: 23px;
    color: #c1c9d2;
}
.whyJoin .ddContent_inner {
    padding: 50px 0 120px;
    background: url(images/champions_join_bg.png) 70% 100% / contain no-repeat;
}
.whyJoin .ddContent_inner .ddFlex .box:first-child {
    width: 40%;
    margin-right: 10%;
}
.whoAreYou .ddContent_inner .ddFlex .box h2,
.whyJoin .ddContent_inner .ddFlex .box h2 {
    margin-top: 0;
    font-weight: 700;
    font-size: 42px;
    line-height: 52px;
    letter-spacing: -0.03em;
}
.whoAreYou .ddContent_inner .ddFlex .box p,
.whyJoin .ddContent_inner .ddFlex .box p {
    margin-bottom: 30px;
    font-size: 15px;
    line-height: 23px;
    color: #c1c9d2;
}
.whyJoin .ddContent_inner .ddFlex .box ul {
    display: block;
    padding: 60px;
    background: #142032;
    border: 1px solid #344460;
    border-radius: 10px;
}
.whoAreYou .ddContent_inner .ddFlex .box li,
.whyJoin .ddContent_inner .ddFlex .box li {
    padding-left: 36px;
    font-weight: 400;
    line-height: 23px;
    font-size: 15px;
    list-style: none;
    color: #fff;
}
.whyJoin .ddContent_inner .ddFlex .box li {
    position: relative;
    margin-left: 0;
    margin-bottom: 12px;
}
.whoAreYou .ddContent_inner .ddFlex .box li:before,
.whyJoin .ddContent_inner .ddFlex .box li:before {
    position: absolute;
    content: "";
    left: 0;
    top: 2px;
    width: 24px;
    height: 24px;
    background: url(images/checkmark.svg) center/contain no-repeat;
}
.whoAreYou {
    padding: 0;
    margin-bottom: 165px;
}
.whoAreYou .ddContent_inner .ddFlex .box {
    width: 50%;
    padding: 0 60px;
}
.whoAreYou .ddContent_inner .ddFlex .box:first-child {
    width: 40%;
    margin-right: 10%;
    padding: 0;
}
.whoAreYou .ddContent_inner .ddFlex .box:first-child div {
    position: relative;
    display: inline-block;
}
.whoAreYou .ddContent_inner .ddFlex .box:first-child img.winnerMain {
    display: block;
    width: 100%;
    max-width: 438px;
    height: auto;
}
.whoAreYou .ddContent_inner .ddFlex .box:first-child div span.winnerSpark {
    display: block;
    position: absolute;
    width: 4%;
    height: 4%;
}
.whoAreYou .ddContent_inner .ddFlex .box:first-child div span.winnerSpark span.swing {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(images/winner_spark.png) center/contain no-repeat;
}
.whoAreYou .ddContent_inner .ddFlex .box:first-child div span.winnerSpark1 {
    top: 0;
    left: 18%;
}
.whoAreYou .ddContent_inner .ddFlex .box:first-child div span.winnerSpark2 {
    top: 0;
    left: 31.5%;
}
.whoAreYou .ddContent_inner .ddFlex .box:first-child div span.winnerSpark3 {
    top: 0;
    left: 60.3%;
}
.whoAreYou .ddContent_inner .ddFlex .box:first-child div span.winnerSpark4 {
    top: 0;
    left: 72%;
}
.whoAreYou .ddContent_inner .ddFlex .box:first-child div span.winnerSpark5 {
    top: 0;
    left: 81%;
}
.winnerSpark {
    opacity: 0;
    top: 0;
    animation: 6.3s linear infinite forwards sparks;
    -webkit-animation: 6.3s linear infinite forwards sparks;
    -moz-animation: 6.3s linear infinite forwards sparks;
    -o-animation: 6.3s linear infinite forwards sparks;
    -ms-animation: sparks linear 6.3s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-fill-mode: forwards;
}
@keyframes sparks {
    0% {
        opacity: 0;
        top: 0;
    }
    20% {
        opacity: 1;
        top: 20%;
    }
    40% {
        opacity: 1;
        top: 40%;
    }
    60% {
        opacity: 1;
        top: 60%;
    }
    80% {
        opacity: 1;
        top: 80%;
    }
    100% {
        opacity: 0;
        top: 100%;
    }
}
.swing {
    transform: translateX(45%);
    animation: 2s ease-in-out infinite forwards swing;
    -webkit-animation: 2s ease-in-out infinite forwards swing;
    -moz-animation: 2s ease-in-out infinite forwards swing;
    -o-animation: 2s ease-in-out infinite forwards swing;
    -ms-animation: swing ease-in-out 2s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-fill-mode: forwards;
}
@keyframes swing {
    0%,
    100% {
        transform: translateX(45%);
    }
    50% {
        transform: translateX(-45%);
    }
}
@-moz-keyframes fromBottom {
    0%,
    100% {
        -moz-transform: translateX(45%);
    }
    50% {
        -moz-transform: translateX(-45%);
    }
}
@-webkit-keyframes fromBottom {
    0%,
    100% {
        -webkit-transform: translateX(45%);
    }
    50% {
        -webkit-transform: translateX(-45%);
    }
}
@-o-keyframes fromBottom {
    0%,
    100% {
        -o-transform: translateX(45%);
    }
    50% {
        -o-transform: translateX(-45%);
    }
}
@-ms-keyframes fromBottom {
    0%,
    100% {
        -ms-transform: translateX(45%);
    }
    50% {
        -ms-transform: translateX(-45%);
    }
}
.whoAreYou .ddContent_inner .ddFlex .box ul {
    margin-bottom: 24px;
}
.whoAreYou .ddContent_inner .ddFlex .box li {
    position: relative;
    margin-left: -2.5em;
    margin-bottom: 12px;
}
.championOfTheMonth .ddContent_inner {
    max-width: 1008px;
    margin-bottom: 99px;
}
.championOfTheMonth .ddContent_inner h1 {
    margin-bottom: 60px;
    font-size: 48px;
    line-height: 60px;
    text-align: center;
    letter-spacing: -0.03em;
    color: #fff;
}
.championOfTheMonth .championHighlight.sticky {
    display: block;
    position: relative;
    padding: 1px;
    background: #ffba00;
    background: -moz-linear-gradient(117deg, #ffba00 45%, #222e42 60%, #ffba00 75%);
    background: -webkit-linear-gradient(117deg, #ffba00 45%, #222e42 60%, #ffba00 75%);
    background: linear-gradient(117deg, #ffba00 45%, #222e42 60%, #ffba00 75%);
    border-radius: 7px;
}
.championOfTheMonth .championHighlight.sticky .imageBox {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 37%;
    height: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid #ffba00;
    border-right: none;
    border-radius: 7px 0 0 7px;
    overflow: hidden;
}
.championOfTheMonth .championHighlight.sticky .textBox {
    display: block;
    width: 100%;
    padding: 120px 5% 60px 42%;
    margin-bottom: 0;
    background: #222e42;
    border-radius: 0 7px 7px 0;
}
.championOfTheMonth .championHighlight.sticky .textBox h2 {
    position: relative;
    margin-bottom: 0;
    font-weight: 700;
    font-size: 30px;
    line-height: 130%;
    letter-spacing: -0.02em;
    color: #fff;
}
.championOfTheMonth .championHighlight.sticky .textBox h2:before {
    position: absolute;
    top: -80px;
    left: 0;
    content: "";
    width: 48px;
    height: 48px;
    background: url(images/golden_coin.svg) center/contain no-repeat;
}
.championOfTheMonth .championHighlight.sticky .textBox p.champion_role {
    margin-top: 0;
    font-weight: 400;
    font-size: 15px;
    line-height: 23px;
    color: #ffbc1f;
}
.championSocial {
    display: block;
    font-size: 0;
    padding: 36px 0 0;
    margin-top: 36px;
    border-top: 1px solid #344460;
}
.championSocial li {
    display: inline-block;
    margin-left: 4px;
    width: 26px;
    height: 26px;
}
.championSocial li a {
    display: block;
    width: 26px;
    height: 26px;
    border-radius: 5px;
    overflow: hidden;
}
.championSocial li.twitter a {
    background: url(images/ico-twitter.svg) center/100% no-repeat;
}
.championSocial li.twitter a:hover {
    background: url(images/ico-twitter.svg) center/100% no-repeat #142032;
}
.championSocial li.linkedin a {
    background: url(images/ico-linkedin.svg) center/100% no-repeat;
}
.championSocial li.linkedin a:hover {
    background: url(images/ico-linkedin.svg) center/100% no-repeat #142032;
}
.championSocial li.facebook a {
    background: url(images/ico-facebook.svg) center/100% no-repeat;
}
.championSocial li.facebook a:hover {
    background: url(images/ico-facebook.svg) center/100% no-repeat #142032;
}
.championSocial li.web a {
    background: url(images/ico-link.svg) center/100% no-repeat;
}
.championSocial li.web a:hover {
    background: url(images/ico-link.svg) center/100% no-repeat #142032;
}
.championSocial li.email a {
    background: url(images/ico-email.svg) center/100% no-repeat;
}
.championSocial li.email a:hover {
    background: url(images/ico-email.svg) center/100% no-repeat #142032;
}
.bottomBcg {
    height: 200px;
    background: url(images/bg_content_bottom.png) center bottom repeat-x;
}
.championsMain .ddContent_inner {
    padding-bottom: 150px;
    background: url(images/bg_champions.png) left top no-repeat;
}
.championsMain .ddContent_inner h1 {
    font-size: 48px;
    line-height: 60px;
    letter-spacing: -0.03em;
    margin-bottom: 60px;
}
.page-template-page-championship-program-form .ddIntro {
    height: 300px;
    text-align: center;
}
.page-template-page-championship-program-form .ddIntro .main-title {
    margin: 112px auto 24px;
    text-align: center;
}
.page-template-page-championship-program-form iframe.airtable-embed {
    display: block;
    height: 1800px;
    margin-bottom: 60px;
    border: none !important;
}
.ddContentSdks {
    padding-top: 7em;
    padding-bottom: 6em;
}
.ddContentSdks .ddAside {
    float: left;
    width: 162px;
    padding-top: 90px;
}
.ddContentSdks .ddAside .searchandfilter > ul {
    padding-left: 12px;
}
.ddContentSdks .ddAside .searchandfilter li li.sf-option-active:before {
    position: absolute;
    top: 9px;
    bottom: 0;
    left: 0;
    content: "";
    width: 6px;
    height: 24px;
    background: #fc6324;
    border-radius: 0 3px 3px 0;
}
.ddContentSdks .ddAside .searchandfilter li li.sf-option-active label:hover {
    background: #142032;
}
.ddContentSdks .ddMain {
    float: right;
    width: 930px;
    padding-top: 70px;
}
ul.ddSdksList {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}
ul.ddSdksList li {
    position: relative;
    list-style: none;
    width: 450px;
    height: auto;
    margin-left: 30px;
    margin-bottom: 30px;
    padding: 0 0 81px;
    background: #222e42;
    border: 1px solid #344460;
    border-radius: 7px;
    overflow: hidden;
}
.tabs li,
.tabs li a {
    float: left;
    height: 30px;
}
ul.ddSdksList li:hover {
    border: 1px solid #4b586e;
}
ul.ddSdksList li a.mainSdksLink {
    display: block;
    width: 100%;
    height: 100%;
    padding: 30px 30px 0;
    text-decoration: none;
}
ul.ddSdksList li a.mainSdksLink h3 {
    margin-top: 0;
    color: #fff;
}
ul.ddSdksList li a.mainSdksLink p {
    line-height: 1.5em;
    margin-bottom: 3em;
    color: #c1c9d2;
}
ul.ddSdksList li a.mainSdksLink .bottomBox {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    width: 100%;
    padding: 25px 30px 35px;
}
ul.ddSdksList li a.mainSdksLink .bottomBox:before {
    position: absolute;
    top: 0;
    left: 27px;
    right: 27px;
    height: 2px;
    content: "";
    background: #344460;
}
.devSubscribe,
.footer_social li a,
.tab,
.tabs,
.tabs li a {
    position: relative;
}
ul.ddSdksList li a.mainSdksLink .bottomBox .sdkGitForks,
ul.ddSdksList li a.mainSdksLink .bottomBox .sdkGitStars,
ul.ddSdksList li a.mainSdksLink .bottomBox .sdkLanguage {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 22px;
    line-height: 22px;
    font-size: 0.75em;
    color: #fff;
}
ul.ddSdksList li a.mainSdksLink .bottomBox .sdkLanguage {
    padding-left: 14px;
}
ul.ddSdksList li a.mainSdksLink .bottomBox .sdkLanguage:before {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    content: "";
    background: #b77fca;
    border-radius: 100%;
}
ul.ddSdksList li a.mainSdksLink .bottomBox .sdkGitForks,
ul.ddSdksList li a.mainSdksLink .bottomBox .sdkGitStars {
    margin-left: 20px;
    padding-left: 21px;
}
ul.ddSdksList li a.mainSdksLink .bottomBox .sdkGitStars:before {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-60%);
    width: 15px;
    height: 15px;
    content: "";
    background: url(assets/images/icons/star.min.svg) center/contain no-repeat;
}
ul.ddSdksList li a.mainSdksLink .bottomBox .sdkGitForks:before {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-54%);
    width: 15px;
    height: 15px;
    content: "";
    background: url(assets/images/icons/fork.min.svg) center/contain no-repeat;
}
ul.ddSdksList li a.mainSdksLink .bottomBox .sdkBadge {
    position: absolute;
    bottom: 50%;
    right: 30px;
    transform: translateY(27%);
    width: auto;
    height: 22px;
}
ul.ddSdksList li a.mainSdksLink .bottomBox .sdkBadge img {
    display: block;
    width: auto;
    height: 100%;
}
ul.ddSdksList li.sdk-item-tools:hover {
    border: 1px solid #344460;
}
ul.ddSdksList li.sdk-item-tools a.more {
    position: absolute;
    bottom: 36px;
    left: 25px;
}
ul.ddSdksList li.sdk-item-tools a.mainSdksLink .bottomBox .sdkGitForks,
ul.ddSdksList li.sdk-item-tools a.mainSdksLink .bottomBox .sdkGitStars,
ul.ddSdksList li.sdk-item-tools a.mainSdksLink .bottomBox .sdkLanguage {
    font-size: 0;
    color: transparent;
}
.footer_social {
    display: block;
    margin-top: 0;
    padding: 0 0 15px;
}
.footer_social li {
    display: block;
    list-style: none;
    margin-left: 0;
    margin-bottom: 15px;
}
.footer_social li a {
    padding-left: 33px;
    font-size: 15px;
    color: #c1c9d2;
    text-decoration: none;
}
.footer_social li a:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: "";
    opacity: 0.72;
}
.footer_social li.no_link a,
.footer_social li.no_link a:hover {
    padding-left: 0;
    font-weight: 700;
    color: #fff;
}
.footer_social li.github a:before {
    background: url(assets/images/icons/social/github.min.svg) center/contain no-repeat;
}
.footer_social li.discord a:before {
    background: url(assets/images/icons/social/discord.min.svg) center/contain no-repeat;
}
.footer_social li.slack a:before {
    background: url(assets/images/icons/social/slack.min.svg) center/contain no-repeat;
}
.footer_social li.twitter a:before {
    background: url(assets/images/icons/social/twitter.min.svg) center/contain no-repeat;
}
.footer_social li.youtube a:before {
    background: url(assets/images/icons/social/youtube.min.svg) center/contain no-repeat;
}
.footer_social li.stack_overflow a:before {
    background: url(assets/images/icons/social/stack-overflow.min.svg) center/contain no-repeat;
}
.devSubscribe {
    margin-top: 1em;
    width: 100%;
    height: 42px;
}
.devSubscribe .ib--form .ib--element-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 190px;
    height: 42px;
}
.devSubscribe .ib--form .ib--element-container label,
.footer__row .menu__item > img.lightMode,
img.lightMode {
    display: none !important;
}
.devSubscribe .ib--form .ib--element-container input[type="email"] {
    width: 100%;
    height: 42px;
    line-height: 42px;
    color: #fff;
    background: #0c1b2c;
    border: 1px solid #41516c;
    border-radius: 5px;
}
.devSubscribe .ib--form button.ib--submit-button {
    position: absolute;
    top: 0;
    right: 0;
    width: 99px;
    height: 42px;
    text-transform: capitalize !important;
    color: #fff;
    background: #fc6423;
    border: 1px solid #fc6423;
    border-radius: 5px;
    transition: 0.3s ease-in-out;
}
.devSubscribe .ib--form button.ib--submit-button:hover {
    background: #d1521c;
    border: 1px solid #d1521c;
}
.devSubscribe .ib--form .ib--element-container input[type="email"]::placeholder {
    color: #8f959d;
    opacity: 1;
}
.devSubscribe .ib--form .ib--element-container input[type="email"]:-ms-input-placeholder {
    color: #8f959d;
}
.devSubscribe .ib--form .ib--element-container input[type="email"]::-ms-input-placeholder {
    color: #8f959d;
}
.devSubscribe .ib--form .ib--input-error-label {
    padding-top: 4px;
    font-size: 0.75em;
}
.ddNewsLetter .devSubscribe {
    display: inline-block;
    margin: 1em auto 0;
    max-width: 360px;
}
.ddNewsLetter .devSubscribe .ib--form .ib--element-container {
    width: 250px;
}
.fromBottom {
    opacity: 0;
    transform: translateY(27px);
    animation: 1.2s ease-out forwards fromBottom;
    -webkit-animation: 1.2s ease-out forwards fromBottom;
    -moz-animation: 1.2s ease-out forwards fromBottom;
    -o-animation: 1.2s ease-out forwards fromBottom;
    -ms-animation: fromBottom ease-out 1.2s;
    -ms-animation-iteration-count: 1;
    -ms-animation-fill-mode: forwards;
}
@keyframes fromBottom {
    0% {
        opacity: 0;
        transform: translateY(27px);
    }
    69% {
        opacity: 1;
        transform: translateY(-9px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
@-moz-keyframes fromBottom {
    0% {
        opacity: 0;
        -moz-transform: translateY(27px);
    }
    69% {
        opacity: 1;
        -moz-transform: translateY(-9px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}
@-webkit-keyframes fromBottom {
    0% {
        opacity: 0;
        -webkit-transform: translateY(27px);
    }
    69% {
        opacity: 1;
        -webkit-transform: translateY(-9px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}
@-o-keyframes fromBottom {
    0% {
        opacity: 0;
        -o-transform: translateY(27px);
    }
    69% {
        opacity: 1;
        -o-transform: translateY(-9px);
    }
    100% {
        opacity: 1;
        -o-transform: translateY(0);
    }
}
@-ms-keyframes fromBottom {
    100%,
    69% {
        opacity: 1;
    }
    0% {
        opacity: 0;
        -ms-transform: translateY(27px);
    }
    69% {
        -ms-transform: translateY(-9px);
    }
    100% {
        -ms-transform: translateY(0);
    }
}
.delay1 {
    animation-delay: 0.1s;
    -webkit-animation-delay: 0.1s;
    -moz-animation-delay: 0.1s;
    -o-animation-delay: 0.1s;
    -ms-animation-delay: 0.1s;
}
.delay2 {
    animation-delay: 0.2s;
    -webkit-animation-delay: 0.2s;
    -moz-animation-delay: 0.2s;
    -o-animation-delay: 0.2s;
    -ms-animation-delay: 0.2s;
}
.delay3 {
    animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s;
    -moz-animation-delay: 0.3s;
    -o-animation-delay: 0.3s;
    -ms-animation-delay: 0.3s;
}
.delay4 {
    animation-delay: 0.4s;
    -webkit-animation-delay: 0.4s;
    -moz-animation-delay: 0.4s;
    -o-animation-delay: 0.4s;
    -ms-animation-delay: 0.4s;
}
.delay5 {
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    -o-animation-delay: 0.5s;
    -ms-animation-delay: 0.5s;
}
.delay6 {
    animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    -ms-animation-delay: 0.6s;
}
.delay7 {
    animation-delay: 0.7s;
    -webkit-animation-delay: 0.7s;
    -moz-animation-delay: 0.7s;
    -o-animation-delay: 0.7s;
    -ms-animation-delay: 0.7s;
}
.delay8 {
    animation-delay: 0.8s;
    -webkit-animation-delay: 0.8s;
    -moz-animation-delay: 0.8s;
    -o-animation-delay: 0.8s;
    -ms-animation-delay: 0.8s;
}
.delay9 {
    animation-delay: 0.9s;
    -webkit-animation-delay: 0.9s;
    -moz-animation-delay: 0.9s;
    -o-animation-delay: 0.9s;
    -ms-animation-delay: 0.9s;
}
.delay10 {
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -o-animation-delay: 1s;
    -ms-animation-delay: 1s;
}
.delay11 {
    animation-delay: 1.1s;
    -webkit-animation-delay: 1.1s;
    -moz-animation-delay: 1.1s;
    -o-animation-delay: 1.1s;
    -ms-animation-delay: 1.1s;
}
.delay12 {
    animation-delay: 1.2s;
    -webkit-animation-delay: 1.2s;
    -moz-animation-delay: 1.2s;
    -o-animation-delay: 1.2s;
    -ms-animation-delay: 1.2s;
}
.delay13 {
    animation-delay: 1.3s;
    -webkit-animation-delay: 1.3s;
    -moz-animation-delay: 1.3s;
    -o-animation-delay: 1.3s;
    -ms-animation-delay: 1.3s;
}
.delay14 {
    animation-delay: 1.4s;
    -webkit-animation-delay: 1.4s;
    -moz-animation-delay: 1.4s;
    -o-animation-delay: 1.4s;
    -ms-animation-delay: 1.4s;
}
.delay15 {
    animation-delay: 1.5s;
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
    -o-animation-delay: 1.5s;
    -ms-animation-delay: 1.5s;
}
.delay16 {
    animation-delay: 1.6s;
    -webkit-animation-delay: 1.6s;
    -moz-animation-delay: 1.6s;
    -o-animation-delay: 1.6s;
    -ms-animation-delay: 1.6s;
}
.delay17 {
    animation-delay: 1.7s;
    -webkit-animation-delay: 1.7s;
    -moz-animation-delay: 1.7s;
    -o-animation-delay: 1.7s;
    -ms-animation-delay: 1.7s;
}
.delay18 {
    animation-delay: 1.8s;
    -webkit-animation-delay: 1.8s;
    -moz-animation-delay: 1.8s;
    -o-animation-delay: 1.8s;
    -ms-animation-delay: 1.8s;
}
.delay19 {
    animation-delay: 1.9s;
    -webkit-animation-delay: 1.9s;
    -moz-animation-delay: 1.9s;
    -o-animation-delay: 1.9s;
    -ms-animation-delay: 1.9s;
}
.delay20 {
    animation-delay: 2s;
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    -o-animation-delay: 2s;
    -ms-animation-delay: 2s;
}
[data-scroll].no_show {
    transition: none;
    animation: none;
}




.footer__row{position:relative;}
.footer-row__left {padding-bottom:120px;}
.footerSubscribe{
	position:absolute;
	left:0;
	top:63%;
	width:67%;
}

.footerSubscribe .menu .menu__item .devSubscribe {
    margin-top: 0;
    width: 100%;
    height: 42px;
}
.footerSubscribe .menu .menu__item .devSubscribe .ib--form .ib--element-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 42px;
}

p.disclaimer {
	margin-bottom:0;
    line-height: normal;
	font-size: .75em;
	color:#fff;
}
p.disclaimer a{color:#fc6423;text-decoration:none;}
p.disclaimer a:hover{color:#2d6b7f;}
.ddNewsLetter .ddContent_inner .box p.disclaimer {
	padding-top:1.5em;
    max-width: 729px;
}




.block:after,
.block:before,
.ddCarouselHolder:after,
.ddCarouselHolder:before,
.ddContent_inner:after,
.ddContent_inner:before,
.ddHeader_inner:after,
.ddHeader_inner:before {
    content: "";
    display: table;
}
.block,
.ddCarouselHolder,
.ddContent_inner,
.ddHeader_inner {
    zoom: 1;
}
.tabs {
    margin: 0 18px;
    padding: 9px 0 0;
    border-bottom: 1px solid rgba(110, 125, 142, 0.27);
    z-index: 2;
}
.tabs li {
    margin-right: 18px;
    list-style: none;
}
.tabs li a {
    line-height: 30px;
    padding: 0 5px;
    text-decoration: none !important;
    font-family: Menlo, Consolas, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-size: 13px;
    color: #6e7d8e;
}
.tabs li a:hover {
    color: #b6babc;
}
.tabs li a:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    content: "";
    height: 2px;
    background: #b6babc;
}
.tab {
    padding: 0;
    margin: 0 0 -32px;
    z-index: 1;
}
#menu_touch {
    height: 0;
    text-align: left;
    z-index: 10;
}
#menu_touch > span {
    position: absolute;
    top: 14px;
    right: 5%;
    z-index: 11;
    width: 26px;
    height: 26px;
    overflow: hidden;
    cursor: pointer;
}
#menu_touch > span .menu_icon {
    position: absolute;
    top: 15px;
    left: 0;
    width: 26px;
    height: 2px;
    background: #fff;
    transition: 0.3s ease-in-out;
}
#menu_touch > span:after,
#menu_touch > span:before {
    width: 26px;
    height: 2px;
    background: #fff;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    left: 0;
    content: "";
    position: absolute;
}
#menu_touch > span:before {
    top: 8px;
    transition: 0.3s ease-in-out;
}
#menu_touch > span:after {
    top: 22px;
    transition: 0.3s ease-in-out;
}
#menu_touch > span.ddnav_active .menu_icon {
    top: 22px;
    left: 20px;
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0);
}
#menu_touch > span.ddnav_active:before {
    transform: rotate(45deg);
    top: 16px;
}
#menu_touch > span.ddnav_active:after {
    transform: rotate(-45deg);
    top: 16px;
}
#menu_touch > div > ul {
    padding-top: 60px;
}
#menu_touch ul {
    display: none;
    position: absolute;
    top: 60px;
    right: 0;
    width: 100%;
    height: auto;
    min-height: 100%;
    margin: 0;
    padding: 0 !important;
    background: #0c1b2c;
    z-index: 10;
    text-align: left;
    animation: 0.25s linear MenuShow;
    transform-origin: right;
    -webkit-animation: 0.25s linear MenuShow;
    -webkit-transform-origin: right;
    -moz-animation: 0.25s linear MenuShow;
    -moz-transform-origin: right;
    -o-animation: 0.25s linear MenuShow;
    -o-transform-origin: right;
    -ms-animation: MenuShow linear 0.25s;
    -ms-animation-iteration-count: 1;
    -ms-transform-origin: right;
}
@keyframes MenuShow {
    0% {
        opacity: 0;
        transform: scaleX(0);
    }
    100% {
        opacity: 1;
        transform: scaleX(1);
    }
}
@-moz-keyframes MenuShow {
    0% {
        opacity: 0;
        -moz-transform: scaleX(0);
    }
    100% {
        opacity: 0;
        -moz-transform: scaleX(1);
    }
}
@-webkit-keyframes MenuShow {
    0% {
        opacity: 0;
        -webkit-transform: scaleX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: scaleX(1);
    }
}
@-o-keyframes MenuShow {
    0% {
        opacity: 0;
        -o-transform: scaleX(0);
    }
    100% {
        opacity: 0;
        -o-transform: scaleX(1);
    }
}
@-ms-keyframes MenuShow {
    0%,
    100% {
        opacity: 0;
    }
    0% {
        -ms-transform: scaleX(0);
    }
    100% {
        -ms-transform: scaleX(1);
    }
}
#menu_touch ul ul {
    position: relative;
    top: 0;
    padding: 0 !important;
}
#menu_touch li {
    margin: 0;
    padding: 0 5%;
    list-style: none;
    clear: both;
}
#menu_touch a {
    display: block;
    height: 60px;
    line-height: 60px;
    font-size: 1em;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#menu_touch a:hover {
    background: rgba(0, 0, 0, 0.5);
}
#menu_touch li > span.collapsed,
#menu_touch li > span.expanded {
    display: block;
    position: relative;
    float: right;
    margin-right: 3px;
    z-index: 12;
    width: 60px;
    height: 60px;
    cursor: pointer;
}
#menu_touch li > span.collapsed:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    content: "";
    background: url(assets/images/icons/chevron-down.svg) right/18px no-repeat;
}
#menu_touch li > span.expanded:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    content: "";
    transform: rotate(180deg);
    background: url(assets/images/icons/chevron-down.svg) left/18px no-repeat;
}
#menu_touch ul ul a {
    padding: 0 0 0 27px;
    position: relative;
    font-size: 0.85em;
}
#menu_touch ul ul a:after {
    position: absolute;
    top: 0;
    left: 12px;
    content: "--";
    letter-spacing: -2px;
    color: #fff;
}
#menu_touch ul ul li > span.collapsed:before {
    content: "+";
    height: 60px;
    line-height: 60px;
    font-weight: 600;
}
#menu_touch ul ul li > span.expanded:before {
    content: "--";
    letter-spacing: -3px;
    height: 60px;
    line-height: 54px;
    left: -1px;
}
#menu_touch li.headerButton {
    position: relative;
    top: 60px;
    margin-bottom: 18px;
    left: 5%;
    right: 5%;
    height: 40px;
    width: 90%;
    padding: 0;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #4c5562;
    overflow: hidden;
}
#menu_touch li.headerButton.hbSecond {
    right: 5%;
    width: 90%;
    border: none;
}
.sf-field-category > ul > li {
    margin-bottom: 9px;
}
.sf-field-category > ul > li .children li {
    height: 0;
    padding: 0 12px;
    margin-top: 0;
    margin-bottom: 0;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.sf-field-category > ul > li:hover .children li {
    height: 32px;
    padding: 0 12px;
    margin-top: 9px;
    opacity: 1;
}
.sf-field-category > ul > li.ddParent > label {
    position: relative;
    padding-right: 27px;
}
.sf-field-category > ul > li.ddParent > label:after {
    position: absolute;
    top: 0;
    right: 12px;
    height: 32px;
    line-height: 32px;
    content: "+";
}
.sf-field-category > ul > li.ddParent:hover > label:after {
    right: 14px;
    line-height: 30px;
    content: "--";
    letter-spacing: -4px;
}
.sf-field-category > ul > li:hover .children li label {
    position: relative;
    padding-left: 20px;
}
.sf-field-category > ul > li .children li label:after {
    position: absolute;
    top: 0;
    left: 10px;
    height: 32px;
    line-height: 32px;
    content: "-";
}
@media only screen and (max-width: 1260px) {
    #menu > div > ul > li {
        margin: 0 0 0 18px;
    }
    .ddShare {
        left: 0;
        top: auto;
        bottom: -9px;
        transform: translateY(0);
        margin: 0 !important;
    }
    .ddShare li {
        display: inline-block;
        margin-right: 5px;
        margin-bottom: 0;
    }
    .ddShare li.copyUrl {
        margin-right: 0;
    }
}
@media only screen and (max-width: 1229px) {
    .devSubscribe .ib--form .ib--element-container {
        width: 175px;
    }
    .ddNewsLetter .devSubscribe .ib--form .ib--element-container {
        width: 250px;
    }
}
@media only screen and (max-width: 1200px) {
    #menu {
        display: block;
        margin-left: 189px;
    }
    .ddContentSdks .ddMain {
        width: 820px;
    }
    ul.ddSdksList li {
        width: 395px;
        padding: 0 0 111px;
    }
    ul.ddSdksList li a.mainSdksLink .bottomBox {
        padding: 25px 30px 65px;
    }
    ul.ddSdksList li a.mainSdksLink .bottomBox .sdkBadge {
        bottom: 30px;
        right: auto;
        left: 30px;
        transform: translateY(0);
    }
    .footer_social {
        text-align: center;
    }
    .footer_social li {
        display: inline-block;
        margin-left: 9px;
        margin-right: 9px;
        margin-bottom: 0;
    }
    .footer_social li a {
        display: block;
        padding-left: 0;
        text-indent: -999999999px;
        width: 20px;
        height: 20px;
    }
    .footer_social li a:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 20px;
        height: 20px;
        content: "";
        opacity: 0.72;
    }
    .footer_social li.no_link {
        display: block;
        margin-bottom: 15px;
    }
    .footer_social li.no_link a,
    .footer_social li.no_link a:hover {
        text-indent: 0;
        width: auto;
        height: auto;
    }
    .menu--type-subsrcibe .menu__item {
        width: 356px;
        margin: 0 auto;
    }
    .devSubscribe .ib--form .ib--element-container {
        width: 243px;
    }
    .ddNewsLetter .devSubscribe .ib--form .ib--element-container {
        width: 250px;
    }
	
	


	.footer-row__left {padding-bottom:0;}
	.footerSubscribe{
		position:relative;
		left:0;
		top:auto;
		width:100%;
		padding-top:1.5em;
	}
    .footerSubscribe .menu--type-subsrcibe .menu__item {
        width:100%;
		max-width:720px;
        margin:0 auto;
    }
	.footerSubscribe .menu--type-subsrcibe .menu__item h3{margin-bottom: 18px !important;}
	.footerSubscribe .menu .menu__item .devSubscribe {
		margin-top: 0;
		width: 100%;
		height: 42px;
	}
	.footerSubscribe p.disclaimer{
        width:100%;
		max-width:720px;
		margin:1.5em auto 3em;
		text-align:center;
	}
	
	
}
@media only screen and (max-width: 1150px) {
    .page-template-homepage .ddContent_inner .boxLeft a.more {
        display: table;
        margin-top: 25px;
    }
}
@media only screen and (max-width: 1080px) {
    .sf-field-category > ul > li .children li,
    .sf-field-category > ul > li:hover .children li {
        height: auto;
        min-height: 32px;
        padding: 0 12px;
        margin-top: 9px;
        opacity: 1;
    }
    .sf-field-category > ul > li .children li label {
        display: block;
        height: auto;
        min-height: 32px;
        position: relative;
        padding-left: 20px;
    }
    .sf-field-category > ul > li.ddParent > label {
        padding-right: 12px;
    }
    .sf-field-category > ul > li.ddParent:hover > label:after,
    .sf-field-category > ul > li.ddParent > label:after {
        display: none;
    }
}
@media only screen and (max-width: 1100px) {
    .ddContentSdks .ddMain {
        width: 720px;
    }
    ul.ddSdksList li {
        width: 345px;
    }
}
@media only screen and (max-width: 1024px) {
    #menu {
        display: none;
    }
    .mode_switcher {
        top: 10px;
        right: 45px;
    }
    .ddHeader_inner {
        height: 60px;
    }
    .page_title {
        top: 10px;
    }
    .ddCarouselBox {
        width: 153%;
    }
    .slick-slide.slick-current + .slick-slide + .slick-slide {
        opacity: 0.36;
        box-shadow: 0 4px 4px rgba(20, 32, 50, 0.25);
    }
}
@media only screen and (max-width: 990px) {
    .ddContentSdks .ddMain {
        width: 630px;
    }
    ul.ddSdksList li {
        width: 100%;
        margin-left: 0;
        padding: 0 0 81px;
    }
    ul.ddSdksList li a.mainSdksLink .bottomBox {
        padding: 25px 30px 35px;
    }
    ul.ddSdksList li a.mainSdksLink .bottomBox .sdkBadge {
        bottom: 50%;
        right: 30px;
        left: auto;
        transform: translateY(36%);
    }
}
@media only screen and (max-width: 920px) {
    .page-template-homepage .ddContent_inner .boxLeft {
        width: 100%;
        max-width: 100%;
    }
    .page-template-homepage .ddContent_inner .boxRight {
        position: relative;
        top: 126px;
        right: auto;
        width: 100%;
        min-width: auto;
        margin-left: 0;
    }
}
@media only screen and (max-width: 890px) {
    .ddContentSdks .ddMain {
        width: 540px;
    }
    ul.ddSdksList li {
        width: 100%;
        margin-left: 0;
    }
}
@media only screen and (max-width: 790px) {
    .ddContentSdks .ddAside {
        float: none;
        display: block;
        width: 100%;
        padding-top: 45px;
    }
    .ddContentSdks .ddMain {
        float: none;
        display: block;
        width: 100%;
        padding-top: 9px;
    }
    .ddContentSdks .ddAside .searchandfilter li.sf-field-taxonomy-sdks_categories h4 {
        display: block;
    }
    .ddContentSdks .ddAside .searchandfilter li li {
        display: inline-block;
        margin-right: 12px;
    }
    .ddContentSdks .ddAside .searchandfilter li li.sf-option-active:before {
        top: 9px;
    }
}
@media only screen and (max-width: 768px) {
    aside.blog__filters {
        width: 100%;
        margin: 0 auto;
    }
    .post-type-archive-events .ddIntro {
        height: 450px;
    }
    .post-type-archive-events .ddIntro .main-title {
        margin: 63px auto 9px;
        max-width: 246px;
    }
    .ddCarouselBox {
        width: 206.1%;
    }
    .slick-slide.slick-current + .slick-slide {
        opacity: 0.36;
        box-shadow: 0 4px 4px rgba(20, 32, 50, 0.25);
    }
    .ddFilters form ul {
        position: relative !important;
        display: block !important;
        align-items: center !important;
        justify-content: left !important;
        margin-bottom: 12px !important;
    }
    .ddFilters form ul li {
        display: inline-block;
        margin-left: 0 !important;
        margin-right: 12px !important;
        margin-bottom: 12px !important;
    }
    .ddFilters form ul li:first-child {
        display: block;
        position: relative !important;
        top: auto !important;
        left: 0 !important;
        margin-left: 0 !important;
        margin-bottom: 24px !important;
    }
    .page-template-page-champions .ddIntro h1 {
        font-size: 48px;
        line-height: 54px;
    }
    .joinCommunity .ddContent_inner h1,
    .whoAreYou .ddContent_inner .ddFlex .box h2,
    .whyJoin .ddContent_inner .ddFlex .box h2 {
        font-size: 36px;
        line-height: 45px;
    }
    .whyJoin .ddContent_inner .ddFlex .box {
        width: 100%;
    }
    .whoAreYou .ddContent_inner .ddFlex .box:first-child,
    .whyJoin .ddContent_inner .ddFlex .box:first-child {
        width: 100%;
        margin-right: 0;
        margin-bottom: 60px;
    }
    .whoAreYou .ddContent_inner .ddFlex .box {
        width: 100%;
        padding: 0 60px;
    }
}
@media only screen and (max-width: 660px) {
    .whyJoin .ddContent_inner .ddFlex .box ul {
        display: block;
        padding: 0;
        background: 0 0;
        border: none;
        border-radius: 0;
    }
    .whoAreYou .ddContent_inner .ddFlex .box {
        padding: 0;
    }
}
@media only screen and (max-width: 495px) {
    ul.ddSdksList li {
        padding: 0 0 111px;
    }
    ul.ddSdksList li a.mainSdksLink .bottomBox {
        padding: 25px 30px 65px;
    }
    ul.ddSdksList li a.mainSdksLink .bottomBox .sdkBadge {
        bottom: 30px;
        right: auto;
        left: 30px;
        transform: translateY(0);
    }
    .ddNewsLetter .devSubscribe {
        display: inline-block;
        margin: 1em auto 0;
        width: 100%;
        max-width: 100%;
    }
    .ddNewsLetter .devSubscribe .ib--form .ib--element-container {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }
    .ddNewsLetter .devSubscribe .ib--form button.ib--submit-button {
        position: absolute;
        top: 52px;
        right: auto;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        max-width: 170px;
    }
	.ddNewsLetter .ddContent_inner .box p.disclaimer {padding-top:6em;}
}
@media only screen and (max-width: 440px) {
    .featured .ddContent_inner h1 {
        margin-bottom: 2.5em;
    }
    .slick-prev {
        right: auto;
        left: 0;
    }
    .slick-next {
        right: auto;
        left: 41px;
    }
    .slick-slide {
        padding-bottom: 198px;
    }
    .singleCarouselItem .infoBox .buttonBox .button {
        display: table;
        margin-right: 0;
        margin-bottom: 2em;
    }
    .menu--type-subsrcibe .menu__item {
        width: 100%;
        margin: 0 auto;
    }
    .devSubscribe .ib--form .ib--element-container {
        left: auto;
        right: 120px;
        width: auto;
    }
    .devSubscribe .ib--form button.ib--submit-button {
        width: 108px;
    }
}
