/* Theme base styles */

/* Tools
Any animations, or functions used throughout the project.
Note: _macros.css needs to be imported into each stylesheet where macros are used and not included here
*/

/* Generic
This is where reset, normalize & box-sizing styles go.
*/

*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* Objects
Non-cosmetic design patterns including grid and layout classes)
*/

/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

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

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

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

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

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

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

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

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}

.dnd-section .dnd-column {
  padding: 0 0px;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}

/* Elements
Base HMTL elements are styled in this section (<body<, <h1>, <a>, <p>, <button> etc.)
*/
/*=========== Right Grotesk Pro =========*/

@font-face {
  font-family: 'Right Grotesk Compact';
  src: url('https://www.thegogame.com/hubfs/gogame-2021/Fonts/RightGrotesk/RightGrotesk-CompactBlack.eot');
  src: url('https://www.thegogame.com/hubfs/gogame-2021/Fonts/RightGrotesk/RightGrotesk-CompactBlack.eot?#iefix') format('embedded-opentype'),
    url('https://www.thegogame.com/hubfs/gogame-2021/Fonts/RightGrotesk/RightGrotesk-CompactBlack.woff2') format('woff2'),
    url('https://www.thegogame.com/hubfs/gogame-2021/Fonts/RightGrotesk/RightGrotesk-CompactBlack.woff') format('woff'),
    url('https://www.thegogame.com/hubfs/gogame-2021/Fonts/RightGrotesk/RightGrotesk-CompactBlack.ttf') format('truetype'),
    url('https://www.thegogame.com/hubfs/gogame-2021/Fonts/RightGrotesk/RightGrotesk-CompactBlack.svg#RightGrotesk-CompactBlack') format('svg');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/*=========== Sofia Pro =========*/

@font-face {
  font-family: 'Sofia Pro';
  src: url('https://www.thegogame.com/hubfs/gogame-2021/Fonts/Sofia%20Pro/SofiaPro-MediumItalic.eot');
  src: url('https://www.thegogame.com/hubfs/gogame-2021/Fonts/Sofia%20Pro/SofiaPro-MediumItalic.eot?#iefix') format('embedded-opentype'),
    url('https://www.thegogame.com/hubfs/gogame-2021/Fonts/Sofia%20Pro/SofiaPro-MediumItalic.woff2') format('woff2'),
    url('https://www.thegogame.com/hubfs/gogame-2021/Fonts/Sofia%20Pro/SofiaPro-MediumItalic.woff') format('woff'),
    url('https://www.thegogame.com/hubfs/gogame-2021/Fonts/Sofia%20Pro/SofiaPro-MediumItalic.ttf') format('truetype'),
    url('https://www.thegogame.com/hubfs/gogame-2021/Fonts/Sofia%20Pro/SofiaPro-MediumItalic.svg#SofiaPro-MediumItalic') format('svg');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Sofia Pro';
  src: url('https://www.thegogame.com/hubfs/gogame-2021/Fonts/Sofia%20Pro/SofiaPro-Light.eot');
  src: url('https://www.thegogame.com/hubfs/gogame-2021/Fonts/Sofia%20Pro/SofiaPro-Light.eot?#iefix') format('embedded-opentype'),
    url('https://www.thegogame.com/hubfs/gogame-2021/Fonts/Sofia%20Pro/SofiaPro-Light.woff2') format('woff2'),
    url('https://www.thegogame.com/hubfs/gogame-2021/Fonts/Sofia%20Pro/SofiaPro-Light.woff') format('woff'),
    url('https://www.thegogame.com/hubfs/gogame-2021/Fonts/Sofia%20Pro/SofiaPro-Light.ttf') format('truetype'),
    url('https://www.thegogame.com/hubfs/gogame-2021/Fonts/Sofia%20Pro/SofiaPro-Light.svg#SofiaPro-Light') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Sofia Pro';
  src: url('https://www.thegogame.com/hubfs/gogame-2021/Fonts/Sofia%20Pro/SofiaPro.eot');
  src: url('https://www.thegogame.com/hubfs/gogame-2021/Fonts/Sofia%20Pro/SofiaPro.eot?#iefix') format('embedded-opentype'),
    url('https://www.thegogame.com/hubfs/gogame-2021/Fonts/Sofia%20Pro/SofiaPro.woff2') format('woff2'),
    url('https://www.thegogame.com/hubfs/gogame-2021/Fonts/Sofia%20Pro/SofiaPro.woff') format('woff'),
    url('https://www.thegogame.com/hubfs/gogame-2021/Fonts/Sofia%20Pro/SofiaPro.ttf') format('truetype'),
    url('https://www.thegogame.com/hubfs/gogame-2021/Fonts/Sofia%20Pro/SofiaPro.svg#SofiaPro') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Sofia Pro';
  src: url('https://www.thegogame.com/hubfs/gogame-2021/Fonts/Sofia%20Pro/SofiaPro-ExtraLightItalic.eot');
  src: url('https://www.thegogame.com/hubfs/gogame-2021/Fonts/Sofia%20Pro/SofiaPro-ExtraLightItalic.eot?#iefix') format('embedded-opentype'),
    url('https://www.thegogame.com/hubfs/gogame-2021/Fonts/Sofia%20Pro/SofiaPro-ExtraLightItalic.woff2') format('woff2'),
    url('https://www.thegogame.com/hubfs/gogame-2021/Fonts/Sofia%20Pro/SofiaPro-ExtraLightItalic.woff') format('woff'),
    url('https://www.thegogame.com/hubfs/gogame-2021/Fonts/Sofia%20Pro/SofiaPro-ExtraLightItalic.ttf') format('truetype'),
    url('https://www.thegogame.com/hubfs/gogame-2021/Fonts/Sofia%20Pro/SofiaPro-ExtraLightItalic.svg#SofiaPro-ExtraLightItalic') format('svg');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Sofia Pro';
  src: url('https://www.thegogame.com/hubfs/gogame-2021/Fonts/Sofia%20Pro/SofiaPro-Medium.eot');
  src: url('https://www.thegogame.com/hubfs/gogame-2021/Fonts/Sofia%20Pro/SofiaPro-Medium.eot?#iefix') format('embedded-opentype'),
    url('https://www.thegogame.com/hubfs/gogame-2021/Fonts/Sofia%20Pro/SofiaPro-Medium.woff2') format('woff2'),
    url('https://www.thegogame.com/hubfs/gogame-2021/Fonts/Sofia%20Pro/SofiaPro-Medium.woff') format('woff'),
    url('https://www.thegogame.com/hubfs/gogame-2021/Fonts/Sofia%20Pro/SofiaPro-Medium.ttf') format('truetype'),
    url('https://www.thegogame.com/hubfs/gogame-2021/Fonts/Sofia%20Pro/SofiaPro-Medium.svg#SofiaPro-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Sofia Pro';
  src: url('https://www.thegogame.com/hubfs/gogame-2021/Fonts/Sofia%20Pro/SofiaPro-LightItalic.eot');
  src: url('https://www.thegogame.com/hubfs/gogame-2021/Fonts/Sofia%20Pro/SofiaPro-LightItalic.eot?#iefix') format('embedded-opentype'),
    url('https://www.thegogame.com/hubfs/gogame-2021/Fonts/Sofia%20Pro/SofiaPro-LightItalic.woff2') format('woff2'),
    url('https://www.thegogame.com/hubfs/gogame-2021/Fonts/Sofia%20Pro/SofiaPro-LightItalic.woff') format('woff'),
    url('https://www.thegogame.com/hubfs/gogame-2021/Fonts/Sofia%20Pro/SofiaPro-LightItalic.ttf') format('truetype'),
    url('https://www.thegogame.com/hubfs/gogame-2021/Fonts/Sofia%20Pro/SofiaPro-LightItalic.svg#SofiaPro-LightItalic') format('svg');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Sofia Pro';
  src: url('https://www.thegogame.com/hubfs/gogame-2021/Fonts/Sofia%20Pro/SofiaPro-UltraLight.eot');
  src: url('https://www.thegogame.com/hubfs/gogame-2021/Fonts/Sofia%20Pro/SofiaPro-UltraLight.eot?#iefix') format('embedded-opentype'),
    url('https://www.thegogame.com/hubfs/gogame-2021/Fonts/Sofia%20Pro/SofiaPro-UltraLight.woff2') format('woff2'),
    url('https://www.thegogame.com/hubfs/gogame-2021/Fonts/Sofia%20Pro/SofiaPro-UltraLight.woff') format('woff'),
    url('https://www.thegogame.com/hubfs/gogame-2021/Fonts/Sofia%20Pro/SofiaPro-UltraLight.ttf') format('truetype'),
    url('https://www.thegogame.com/hubfs/gogame-2021/Fonts/Sofia%20Pro/SofiaPro-UltraLight.svg#SofiaPro-UltraLight') format('svg');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Sofia Pro';
  src: url('https://www.thegogame.com/hubfs/gogame-2021/Fonts/Sofia%20Pro/SofiaPro-UltraLightItalic.eot');
  src: url('https://www.thegogame.com/hubfs/gogame-2021/Fonts/Sofia%20Pro/SofiaPro-UltraLightItalic.eot?#iefix') format('embedded-opentype'),
    url('https://www.thegogame.com/hubfs/gogame-2021/Fonts/Sofia%20Pro/SofiaPro-UltraLightItalic.woff2') format('woff2'),
    url('https://www.thegogame.com/hubfs/gogame-2021/Fonts/Sofia%20Pro/SofiaPro-UltraLightItalic.woff') format('woff'),
    url('https://www.thegogame.com/hubfs/gogame-2021/Fonts/Sofia%20Pro/SofiaPro-UltraLightItalic.ttf') format('truetype'),
    url('https://www.thegogame.com/hubfs/gogame-2021/Fonts/Sofia%20Pro/SofiaPro-UltraLightItalic.svg#SofiaPro-UltraLightItalic') format('svg');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Sofia Pro';
  src: url('https://www.thegogame.com/hubfs/gogame-2021/Fonts/Sofia%20Pro/SofiaPro-Italic.eot');
  src: url('https://www.thegogame.com/hubfs/gogame-2021/Fonts/Sofia%20Pro/SofiaPro-Italic.eot?#iefix') format('embedded-opentype'),
    url('https://www.thegogame.com/hubfs/gogame-2021/Fonts/Sofia%20Pro/SofiaPro-Italic.woff2') format('woff2'),
    url('https://www.thegogame.com/hubfs/gogame-2021/Fonts/Sofia%20Pro/SofiaPro-Italic.woff') format('woff'),
    url('https://www.thegogame.com/hubfs/gogame-2021/Fonts/Sofia%20Pro/SofiaPro-Italic.ttf') format('truetype'),
    url('https://www.thegogame.com/hubfs/gogame-2021/Fonts/Sofia%20Pro/SofiaPro-Italic.svg#SofiaPro-Italic') format('svg');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Sofia Pro';
  src: url('https://www.thegogame.com/hubfs/gogame-2021/Fonts/Sofia%20Pro/SofiaPro-Black.eot');
  src: url('https://www.thegogame.com/hubfs/gogame-2021/Fonts/Sofia%20Pro/SofiaPro-Black.eot?#iefix') format('embedded-opentype'),
    url('https://www.thegogame.com/hubfs/gogame-2021/Fonts/Sofia%20Pro/SofiaPro-Black.woff2') format('woff2'),
    url('https://www.thegogame.com/hubfs/gogame-2021/Fonts/Sofia%20Pro/SofiaPro-Black.woff') format('woff'),
    url('https://www.thegogame.com/hubfs/gogame-2021/Fonts/Sofia%20Pro/SofiaPro-Black.ttf') format('truetype'),
    url('https://www.thegogame.com/hubfs/gogame-2021/Fonts/Sofia%20Pro/SofiaPro-Black.svg#SofiaPro-Black') format('svg');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Sofia Pro';
  src: url('https://www.thegogame.com/hubfs/gogame-2021/Fonts/Sofia%20Pro/SofiaPro-SemiBoldItalic.eot');
  src: url('https://www.thegogame.com/hubfs/gogame-2021/Fonts/Sofia%20Pro/SofiaPro-SemiBoldItalic.eot?#iefix') format('embedded-opentype'),
    url('https://www.thegogame.com/hubfs/gogame-2021/Fonts/Sofia%20Pro/SofiaPro-SemiBoldItalic.woff2') format('woff2'),
    url('https://www.thegogame.com/hubfs/gogame-2021/Fonts/Sofia%20Pro/SofiaPro-SemiBoldItalic.woff') format('woff'),
    url('https://www.thegogame.com/hubfs/gogame-2021/Fonts/Sofia%20Pro/SofiaPro-SemiBoldItalic.ttf') format('truetype'),
    url('https://www.thegogame.com/hubfs/gogame-2021/Fonts/Sofia%20Pro/SofiaPro-SemiBoldItalic.svg#SofiaPro-SemiBoldItalic') format('svg');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Sofia Pro';
  src: url('https://www.thegogame.com/hubfs/gogame-2021/Fonts/Sofia%20Pro/SofiaPro-SemiBold.eot');
  src: url('https://www.thegogame.com/hubfs/gogame-2021/Fonts/Sofia%20Pro/SofiaPro-SemiBold.eot?#iefix') format('embedded-opentype'),
    url('https://www.thegogame.com/hubfs/gogame-2021/Fonts/Sofia%20Pro/SofiaPro-SemiBold.woff2') format('woff2'),
    url('https://www.thegogame.com/hubfs/gogame-2021/Fonts/Sofia%20Pro/SofiaPro-SemiBold.woff') format('woff'),
    url('https://www.thegogame.com/hubfs/gogame-2021/Fonts/Sofia%20Pro/SofiaPro-SemiBold.ttf') format('truetype'),
    url('https://www.thegogame.com/hubfs/gogame-2021/Fonts/Sofia%20Pro/SofiaPro-SemiBold.svg#SofiaPro-SemiBold') format('svg');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Sofia Pro';
  src: url('https://www.thegogame.com/hubfs/gogame-2021/Fonts/Sofia%20Pro/SofiaPro-BoldItalic.eot');
  src: url('https://www.thegogame.com/hubfs/gogame-2021/Fonts/Sofia%20Pro/SofiaPro-BoldItalic.eot?#iefix') format('embedded-opentype'),
    url('https://www.thegogame.com/hubfs/gogame-2021/Fonts/Sofia%20Pro/SofiaPro-BoldItalic.woff2') format('woff2'),
    url('https://www.thegogame.com/hubfs/gogame-2021/Fonts/Sofia%20Pro/SofiaPro-BoldItalic.woff') format('woff'),
    url('https://www.thegogame.com/hubfs/gogame-2021/Fonts/Sofia%20Pro/SofiaPro-BoldItalic.ttf') format('truetype'),
    url('https://www.thegogame.com/hubfs/gogame-2021/Fonts/Sofia%20Pro/SofiaPro-BoldItalic.svg#SofiaPro-BoldItalic') format('svg');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Sofia Pro';
  src: url('https://www.thegogame.com/hubfs/gogame-2021/Fonts/Sofia%20Pro/SofiaPro-BlackItalic.eot');
  src: url('https://www.thegogame.com/hubfs/gogame-2021/Fonts/Sofia%20Pro/SofiaPro-BlackItalic.eot?#iefix') format('embedded-opentype'),
    url('https://www.thegogame.com/hubfs/gogame-2021/Fonts/Sofia%20Pro/SofiaPro-BlackItalic.woff2') format('woff2'),
    url('https://www.thegogame.com/hubfs/gogame-2021/Fonts/Sofia%20Pro/SofiaPro-BlackItalic.woff') format('woff'),
    url('https://www.thegogame.com/hubfs/gogame-2021/Fonts/Sofia%20Pro/SofiaPro-BlackItalic.ttf') format('truetype'),
    url('https://www.thegogame.com/hubfs/gogame-2021/Fonts/Sofia%20Pro/SofiaPro-BlackItalic.svg#SofiaPro-BlackItalic') format('svg');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Sofia Pro';
  src: url('https://www.thegogame.com/hubfs/gogame-2021/Fonts/Sofia%20Pro/SofiaPro-Bold.eot');
  src: url('https://www.thegogame.com/hubfs/gogame-2021/Fonts/Sofia%20Pro/SofiaPro-Bold.eot?#iefix') format('embedded-opentype'),
    url('https://www.thegogame.com/hubfs/gogame-2021/Fonts/Sofia%20Pro/SofiaPro-Bold.woff2') format('woff2'),
    url('https://www.thegogame.com/hubfs/gogame-2021/Fonts/Sofia%20Pro/SofiaPro-Bold.woff') format('woff'),
    url('https://www.thegogame.com/hubfs/gogame-2021/Fonts/Sofia%20Pro/SofiaPro-Bold.ttf') format('truetype'),
    url('https://www.thegogame.com/hubfs/gogame-2021/Fonts/Sofia%20Pro/SofiaPro-Bold.svg#SofiaPro-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Sofia Pro';
  src: url('https://www.thegogame.com/hubfs/gogame-2021/Fonts/Sofia%20Pro/SofiaPro-ExtraLight.eot');
  src: url('https://www.thegogame.com/hubfs/gogame-2021/Fonts/Sofia%20Pro/SofiaPro-ExtraLight.eot?#iefix') format('embedded-opentype'),
    url('https://www.thegogame.com/hubfs/gogame-2021/Fonts/Sofia%20Pro/SofiaPro-ExtraLight.woff2') format('woff2'),
    url('https://www.thegogame.com/hubfs/gogame-2021/Fonts/Sofia%20Pro/SofiaPro-ExtraLight.woff') format('woff'),
    url('https://www.thegogame.com/hubfs/gogame-2021/Fonts/Sofia%20Pro/SofiaPro-ExtraLight.ttf') format('truetype'),
    url('https://www.thegogame.com/hubfs/gogame-2021/Fonts/Sofia%20Pro/SofiaPro-ExtraLight.svg#SofiaPro-ExtraLight') format('svg');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
body {
  line-height: 1.4;
  word-break: break-word;
  font-family: 'Sofia Pro'
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}

/* Paragraphs */

p {
  font-size: 1rem;
  margin: 0 0 1.4rem;
}

/* Anchors */

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

a:hover,
a:focus {
  text-decoration: none;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
}

/* Lists */

ul,
ol {
  margin: 0 0 1.4rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

ul.no-list {
  list-style: none;
}

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 15px;
}

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}

/* Image alt text */

img {
  font-size: 14px;
  word-break: normal;
}

.uppercase {
  text-transform: uppercase;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */

.hs-form-field {
  margin-bottom: 1.4rem;
}

/* Labels */

form label {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0.35rem;
}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  background-color: #FFF;
  border: 2px solid;
  border-radius: 3px;
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
}

form fieldset {
  max-width: 100% !important;
}

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0 -10px;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  display: inline-block;
  margin: 0 10px;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
  color: #EF6B51;
}

.hs-input.invalid.error {
  border-color: #EF6B51;
}

.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}

/* Components
Specific pieces of UI that are stylized. Typically used for global partial styling
*/

header{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
  -webkit-transition: all 0.1s ease-out;
       -o-transition: all 0.1s ease-out;
          transition: all 0.1s ease-out;
}

body.scrolled header,
.dark-header header{
  border-bottom: solid 1px rgba(255,255,255,0.1);
  background-color: var(--shadow-purple);
}
body.scrolled header.purple-bg{
  background-color: var(--main-purple);
  border-bottom: solid 1px rgba(255, 255, 255, .2);
}

header .container{
  height: 90px;
}

header .logo{
  width: 94px;
  margin-left: -10px;
}


header .cta{
  margin: 0 0 0 auto;
}

header .cta .btn.cart{
  display: flex;
  width: 42px;
  padding: 0;
  min-width: unset;
}
header .cta .cart img,
header .cta .cart svg{
  width: 24px;
  fill: var(--main-orange);
}
header .cta .cart:hover svg{
  fill: #fff;
}

header .cta .phone{
  display: inline-block;
  position: relative;
  padding-left: 20px;
  margin-right: 20px;
  font-weight: 600;
  line-height: 42px;
}
header .cta .phone,
header .cta .phone:active,
header .cta .phone:visited,
header .cta .phone:focus{
  color: #fff;
}
header .cta .phone:hover{
  color: var(--main-orange);
}

header .cta .phone img,
header .cta .phone svg{
  position: absolute;
  width: 14px;
  top: 9px;
  left: 0;
  fill: #fff;
  -webkit-transition: all 0.1s;
       -o-transition: all 0.1s;
          transition: all 0.1s;
}
header .cta .phone:hover svg{
  fill: var(--main-orange);
}

header .cta .btn.margin-right{
  margin-right: 20px;
}

header .burger{
  position: relative;
  margin-left: 15px;
  padding: 2px;
  display: none;
  cursor: pointer;
}
header .burger svg path{
  -webkit-transition: all 0.1s ease-out;
       -o-transition: all 0.1s ease-out;
          transition: all 0.1s ease-out;
}
header .burger:hover svg path{
  fill: var(--main-orange);
}
.mobile-menu .burger svg path{
  opacity: 0;
}
.burger:before,
.burger:after{
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 80%;
  height: 2px;
  background: #fff;
  opacity: 0;
  -webkit-transition: all 0.1s ease-out;
       -o-transition: all 0.1s ease-out;
          transition: all 0.1s ease-out;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.burger:hover:before,
.burger:hover:after{
  background: var(--main-orange);
}
.burger:before{
  top: 27%;
}
.burger:after{
  top: 73%;
}
.mobile-menu .burger:before,
.mobile-menu .burger:after{
  opacity: 1;
  top: 50%;
}
.mobile-menu .burger:before{
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
     -moz-transform: translate(-50%, -50%) rotate(-45deg);
       -o-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.mobile-menu .burger:after{
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
     -moz-transform: translate(-50%, -50%) rotate(45deg);
       -o-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}


/* --------------------- Responsive ----------------------------- */


@media (max-width: 1150px) { 
  header .burger{
    display: block;
  }
  body.mobile-menu{
    overflow: hidden;
  }
  body.mobile-menu header .navigation{
    left: 0;
  }
}

@media (max-width: 768px) {
  header .cta .phone{
    display: none;
  }
  header .cta .btn{
    line-height: 1;
    padding: 9px 15px;
  }
  body.ios header .cta .btn{
    padding: 11px 15px 7px;
  }
}

@media (max-width: 600px) {
  header .cta .btn{
    min-width: unset;
    padding: 9px 12px;
    font-size: 14px;
  }
  header .cta .btn.cart.svg{
    width: 20px;
  }
  header .cta .btn.btn-empty{
    padding: 8px 12px;
  }
  header .cta .btn.cart{
    width: 32px;
    padding: 0;
  }
  header .cta .btn.margin-right {
    margin-right: 10px;
  }
  header .burger{
    margin-left: 10px;
  }
}

@media (max-width: 480px) {
  header .cta .btn,
  header .cta .btn.btn-empty{
    background: transparent;
    padding: 9px 0;
    border: none;
  }
  header .cta .btn:hover{
    color: var(--main-orange);
  }
  header .cta .btn.cart{
    width: auto;
    padding: 0;
  }
  header .cta .btn.cart svg{
    width: 20px;
    fill: #fff;
  }
  header .cta .btn.cart:hover svg{
    fill: var(--main-orange);
  }
  header .burger{
    margin-right: -2px;
  }
}

@media (max-width: 430px) {
  header .container {
    height: 70px;
  }
  header .logo {
    width: 70px;
  }
}

@media (max-width: 380px) {
  header .container {
    padding: 0 12px 0 15px;
  }
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}

/* CTA, logo, and rich text images */

.hs_cos_wrapper_type_cta img,
.hs_cos_wrapper_type_logo img,
.hs_cos_wrapper_type_rich_text img {
  height: auto;
  max-width: 100%;
}

/* Slick Slider */
.slick-slider{position:relative;display:block;box-sizing:border-box;-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}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;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;display:block;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}
/*# sourceMappingURL=slick.min.css.map */

:root {
  --main-purple: #36309E;
  --main-orange: #F5665D;
  --shadow-purple: #080B52;
  --light-purple: #6E69D1;
  --neon-purple: #8680FF;
  --neutral-1: #16111A;
  --neutral-2: #23222A;
  --neutral-3: #292932;
  --neutral-4: #393b42;
  --neutral-5: #586475;
  --neutral-6: #798294;
  --neutral-7: #9aa1ad;
  --neutral-8: #E8E9EB;
  --neutral-9: #F8F9FB;
  --sky-color: #B6D6FF;
  --secondary-sky: #B6D6FF;
  --secondary-lavender: #E0D4F9;
  --secondary-yellow: #FFEF99;
  --shadow-yellow: #EDA218;
  --yellow-color: #FFEF99;
  --alert-red: #FF4060;
  --main-green: #5AAE59;
  --main-pink: #FFD1E1;
  --shadow-red: #af2524;
}

html body{
  color: var(--neutral-2);
  overflow-x: hidden;
  font-family: 'Sofia Pro', Helvetica, Arial, sans-serif;
}

html.no-scroll body{
  overflow: hidden;
}

body > .body-wrapper{
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
body > .body-wrapper > *:last-child{
  margin-top: auto;
}

video{
  max-width: 100%;
  vertical-align: top;
}

iframe{
  vertical-align: top;
}

img,
svg{
  vertical-align: top;
  max-width: 100%;
}
img.svg{
  opacity: 0;
}
.svg{
  transition: all 0.1s ease-out;
}

img:not([src]){
  opacity: 0;
}

p,
.p{
  font-size: 16px;
  margin: 0 0 16px;
}
p.small,
.p.small{ 
  font-size: 14px;
}
p.big,
.p.big{ 
  font-size: 18px;
}
p.large,
.p.large{
  font-size: 20px;
}

p:last-child {
  margin: 0px;
}

.container {
  position: relative;
  width: 100%;
  max-width: 1160px;
  padding: 0 25px;
  margin: 0 auto;
  z-index: 1;
}
.padding{
  padding-top: 60px;
  padding-bottom: 60px;
}
.padding-120{
  padding-top: 80px;
  padding-bottom: 80px;
}
.top-padding-120{
  padding-top: 80px;
}
.bottom-padding-120{
  padding-bottom: 80px;
}
.top-padding{
  padding-top: 60px;
}
.bottom-padding{
  padding-bottom: 60px;
}
.left-padding{
  padding-left: 60px;
}
.right-padding{
  padding-right: 60px;
}

.description > *:last-child,
.description > ul:last-child li,
.description > ol:last-child li{
  margin-bottom: 0;
}

.section-bg{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: var(--main-purple);
}
.section-bg.white{
  background-color: #fff;
}
.section-bg.grey{
  background-color: var(--neutral-9);
}
.section-bg.orange{
  background-color: var(--main-orange);
}
.section-bg.dark{
  background-color: var(--shadow-purple);
}
.section-bg.neon{
  background-color: var(--neon-purple);
}
.section-bg.light-purple{
  background-color: var(--light-purple);
}
.section-bg.lighter-purple{
  background-color: #5f59cb;
}
.section-bg:after{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--main-purple);
  opacity: 0.5;
}
.section-bg.overlay-10:after{
  opacity: 0.1;
}
.section-bg.overlay-20:after{
  opacity: 0.2;
}
.section-bg.overlay-30:after{
  opacity: 0.3;
}
.section-bg.overlay-40:after{
  opacity: 0.4;
}
.section-bg.overlay-50:after{
  opacity: 0.5;
}
.section-bg.overlay-60:after{
  opacity: 0.6;
}
.section-bg.overlay-70:after{
  opacity: 0.7;
}
.section-bg.overlay-80:after{
  opacity: 0.8;
}
.section-bg.overlay-90:after{
  opacity: 0.9;
}
.section-bg.orange-overlay:after{
  background: var(--main-orange);
}
.section-bg.no-overlay:after{
  background: transparent;
}
.section-bg video{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bg{
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.neon-bg {
  background: var(--neon-purple);
}
.light-purple-bg {
  background: var(--light-purple);
}
.orange-bg {
  background: var(--main-orange);
}
.purple-bg{
  background: var(--main-purple);
}
.shadow-bg{
  background: var(--shadow-purple);
}
.grey-bg {
  background: var(--neutral-9);
}
.neon-bg,
.light-purple-bg,
.orange-bg,
.purple-bg,
.shadow-bg{
  color: #fff;
}
.neon-bg a:not(.btn),
.neon-bg a:not(.btn):active,
.neon-bg a:not(.btn):visited,
.neon-bg a:not(.btn):focus,
.light-purple-bg a:not(.btn),
.light-purple-bg a:not(.btn):active,
.light-purple-bg a:not(.btn):visited,
.light-purple-bg a:not(.btn):focus,
.orange-bg a:not(.btn),
.orange-bg a:not(.btn):active,
.orange-bg a:not(.btn):visited,
.orange-bg a:not(.btn):focus,
.purple-bg a:not(.btn),
.purple-bg a:not(.btn):active,
.purple-bg a:not(.btn):visited,
.purple-bg a:not(.btn):focus{
  color: var(--secondary-yellow);
}
.neon-bg a:not(.btn):hover,
.light-purple-bg a:not(.btn):hover,
.orange-bg a:not(.btn):hover,
.purple-bg a:not(.btn):hover{
  color: var(--shadow-yellow);
} 

.row{
  box-sizing: border-box;
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
}
.row.column{
  flex-direction: column;
}
.row.top{
  align-items: flex-start;
}
.row.middle{
  align-items: center;
}
.row.bottom{
  align-items: flex-end;
}
.row.left{
  justify-content: flex-start;
}
.row.center{
  justify-content: center;
}
.row.right{
  justify-content: flex-end;
}
.row.between{
  justify-content: space-between;
}
.row.nowrap{
  flex-wrap: nowrap;
}

.dnd-section>.row-fluid{
  max-width: unset !important;
}

*[purple]{
  color: var(--main-purple);
}
*[light-purple]{
  color: var(--light-purple);
}
*[neon]{
  color: var(--neon-purple);
}
*[orange]{
  color: var(--main-orange);
}
*[yellow]{
  color: var(--secondary-yellow);
}

a,
svg{
  transition: all 0.1s ease-out;
}

a{
  font-weight: 700;
}
a,
a:active,
a:visited,
a:focus{
  color: var(--main-orange);
}
a:hover{
  color: var(--neon-purple);
}
a.purple,
a.purple:active,
a.purple:visited,
a.purple:focus{
  color: var(--main-purple);
  font-weight: 700;
}
a.purple:hover{
  color: var(--main-orange);
}

blockquote{
  border-left: solid 10px var(--main-orange);
  padding-left: 65px;
  margin: 60px 0;
}
blockquote p{
  font-size: 14px;
}
blockquote p strong{
  font-size: 40px;
  line-height: 1;
  font-family: 'Right Grotesk Compact', sans-serif;
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  font-weight: 900;
  display: block;
  margin: 0px 0px 20px;
}

h1,
body .h1{
  font-size: 80px;
  word-spacing: 9px;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
  margin: -12px 0 30px;
}
body .h1-big{
  font-size: 92px;
}
body .h1-small{
  font-size: 72px;
  word-spacing: 8px;
  line-height: 1;
}
h2,
body .h2{
  font-size: 60px;
  word-spacing: 6px;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
  margin: -10px 0 24px;
}
body .h2-small{
  font-size: 54px;
}
h3,
body .h3{
  font-size: 42px;
  word-spacing: 4px;
  font-weight: 900;
  line-height: 1.1;
  text-transform: none;
  margin: -8px 0 20px;
}
body .h3-big{
  font-size: 48px;
  word-spacing: 4px;
  font-weight: 900;
  line-height: 1.1;
  text-transform: none;
  margin: -8px 0 20px;
}
h4,
body .h4{
  font-size: 32px;
  line-height: 1.2;
  text-transform: none;
  margin: -5px 0 20px;
}
h5,
body .h5{
  font-family: 'Sofia Pro', Helvetica, Arial, sans-serif;
  font-size: 26px;
  line-height: 1.2;
  text-transform: none;
  margin: 0 0 20px;
}
h6,
body .h6{
  font-family: 'Sofia Pro', Helvetica, Arial, sans-serif;
  font-size: 22px;
  line-height: 1.2;
  text-transform: none;
  margin: 0 0 20px;
}

body .bigger-text{
  font-size: 18px;
}
body .big-text{
  font-size: 18px;
}

.rounded{
  border-radius: 15px;
  overflow: hidden;
}
.centered{
  margin-left: auto;
  margin-right: auto;
}
.text-center{
  text-align: center;
}

.icon{
  width: 100px;
  height: 80px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.btn,
body form input[type=submit]{
  background-color: var(--main-orange);
  font-size: 20px;
  line-height: 30px;
  padding: 11px 24px;
  border-radius: 4px;
  display: inline-block;
  font-weight: 500;
  min-width: 220px;
  text-align: center;
  cursor: pointer;
  border: none;
  transition: all 0.1s ease-out;
}
.btn,
.btn:active,
.btn:visited,
.btn:focus,
.btn:visited,
.btn:hover,
body form input[type=submit],
body form input[type=submit]:active,
body form input[type=submit]:visited,
body form input[type=submit]:focus,
body form input[type=submit]:hover{
  color: #fff;
}
.btn:hover,
body form input[type=submit]:hover{
  background-color: var(--neon-purple);
}
.btn-large{
  padding: 21px 24px;
}
.btn-big{
  padding: 16px 24px;
  min-width: unset;
  text-transform: inherit;
}
.btn-small,
body form input[type=submit]{
  padding: 10px 24px;
  min-width: 130px;
  font-size: 16px;
  line-height: 22px;
}
body.ios .btn-small,
body.ios form input[type=submit]{
  padding: 12px 24px 8px;
}
.btn-neon{
  background-color: var(--neon-purple);
}
.btn-neon:hover{
  background-color: var(--main-orange);
}
.btn-dark{
  background-color: var(--shadow-purple);
}
.btn-dark:hover{
  background-color: var(--main-purple);
}
.btn-purple{
  background-color: var(--main-purple);
}
.btn-purple:hover{
  background-color: var(--neon-purple);
}
.btn-white{
  color: #000;
  background-color: #fff;
}
.btn-white:active,
.btn-white:visited,
.btn-white:focus{
  color: #000;
}
.btn-white svg,
.btn-white svg path{
  fill: #000;
}
.btn-white:hover{
  color: #fff;
  background-color: var(--shadow-yellow);
}
.btn-white:hover svg,
.btn-white:hover svg path{
  fill: #fff;
}
.btn-red{
  color: #fff;
  background-color: var(--shadow-red);
}
.btn-red:active,
.btn-red:visited,
.btn-red:focus{
  color: #fff;
}
.btn-red svg,
.btn-red svg path{
  fill: #fff;
}
.btn-red:hover{
  color: #fff;
  background-color: var(--shadow-yellow);
}
.btn-red:hover svg,
.btn-red:hover svg path{
  fill: #fff;
}
.btn-yellow{
  color: #fff;
  background-color: var(--shadow-yellow);
}
.btn-yellow:active,
.btn-yellow:visited,
.btn-yellow:focus{
  color: #fff;
}
.btn-yellow svg,
.btn-yellow svg path{
  fill: #fff;
}
.btn-yellow:hover{
  color: #fff;
  background-color: var(--neon-purple);
}
.btn-yellow:hover svg,
.btn-yellow:hover svg path{
  fill: #fff;
}
.btn-empty{
  background-color: transparent;
  border: solid 1px #fff;
  padding: 9px 24px;
  text-transform: none;
}
.btn-empty:hover{
  background-color: var(--neon-purple);
}
.btn-empty.btn-purple{
  border: solid 1px var(--main-purple);
}
.btn-empty.btn-purple,
.btn-empty.btn-purple:active,
.btn-empty.btn-purple:visited,
.btn-empty.btn-purple:focus{
  color: var(--main-purple);
}
.btn-empty.btn-purple:hover{
  color: #fff;
  background-color: var(--main-purple);
}
.btn-empty.btn-neon{
  border: solid 1px var(--neon-purple);
}
.btn-empty.btn-neon,
.btn-empty.btn-neon:active,
.btn-empty.btn-neon:visited,
.btn-empty.btn-neon:focus{
  color: var(--neon-purple);
}
.btn-empty.btn-neon:hover{
  color: #fff;
  background-color: var(--neon-purple);
}
.btn-empty.btn-orange{
  border: solid 1px var(--main-orange);
}
.btn-empty.btn-orange,
.btn-empty.btn-orange:active,
.btn-empty.btn-orange:visited,
.btn-empty.btn-orange:focus{
  color: var(--main-orange);
}
.btn-empty.btn-orange:hover{
  color: #fff;
  background-color: var(--main-orange);
}
.btn-arrow{
  padding-right: 65px;
  background-image: url(https://www.thegogame.com/hubfs/gogame-2021/images/btn-arrow.svg);
  background-repeat: no-repeat;
  background-position: center right 20px;
}
.btn.white-hover:hover{
  color: var(--neon-purple);
  background: #fff;
}
.btn.btn-purple.white-hover:hover{
  color: var(--main-purple);
  background: #fff;
}
.btn.purple-hover:hover{
  color: #fff;
  background: var(--main-purple);
}

.hs-image__grid__list{
  padding: 0;
}


body .hs-tools-menu{
  top: 112px!important;
}
main#main-content.no-header{
  margin-top: 90px;
}
main#main-content .container-fluid:first-child #__hs-ls-empty-placeholder-dnd_area,
div#clients > .container-fluid:first-child #__hs-ls-empty-placeholder-dnd_header{
  margin-top: 90px;
}

.no-top-padding{
  padding-top: 0 !important;
}
.no-bottom-padding{
  padding-bottom: 0 !important;
}

.location-links ul{
  list-style: none;
  padding: 0;
}
.location-links ul li{
  padding: 0 !important;
}
.location-links ul li:before{
  display: none;
}
.location-links ul a{
  position: relative;
  padding-left: 14px;
}
.location-links ul a:before,
.location-links ul a:after{
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.1s ease-out;
}
.location-links ul a:before{
  background-image: url("https://www.thegogame.com/hubfs/gogame-july-2021/images/icons/location.svg");
}
.location-links ul a:after{
  opacity: 0;
  background-image: url("https://www.thegogame.com/hubfs/gogame-july-2021/images/icons/location-neon.svg");
}
.location-links ul a:hover:before{
  opacity: 0;
}
.location-links ul a:hover:after{
  opacity: 1;
}

/*----- Slick ------*/

.slider{
  display: none;
}
.slider.slick-initialized{
  display: block;
}

.slick-slider:not(.slick-vertical) .slick-track{
  display: flex !important;
} 
.slick-slide{
  height: inherit !important;
}

.slick-arrow{
  position: absolute;
  top: 50%;
  width: 25px;
  height: 25px;
  font-size: 0;
  padding: 0;
  border: none;
  background: transparent !important;
  transform: translateY(-50%);
  z-index: 1;
}
.slick-arrow:before{
  content: "";
  position: absolute;
  width: 50%;
  height: 50%;
  left: 50%;
  top: 50%;
  border-top: solid 3px var(--neon-purple);
  border-right: solid 3px var(--neon-purple);
  transition: all 0.1s ease-out;
}
.neon-bg .slick-arrow:before,
.orange-bg .slick-arrow:before{
  border-color: #fff;
}
.slick-arrow:hover:before{
  border-top: solid 3px var(--light-purple);
  border-right: solid 3px var(--light-purple);
}
.neon-bg .slick-arrow:hover:before,
.orange-bg .slick-arrow:hover:before{
  border-color: var(--secondary-yellow);
}
.slick-arrow.slick-prev:before{
    transform: translate(-50%, -50%) rotate(-135deg);
    margin-left: 3px;
}
.slick-arrow.slick-next:before{
    transform: translate(-50%, -50%) rotate(45deg);
    margin-left: -3px;
}
.slick-arrow.slick-prev{
  right: 100%;
}
.slick-arrow.slick-next{
  left: 100%;
}


.red-arrows:empty{
  display: none;
}
.red-arrows{
  min-width: 98px;
}
.red-arrows .slick-arrow{
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  width: 57px;
  height: 54px;
  border-radius: 4px;
  transform: none;
  background: var(--main-orange) !important;
}
.red-arrows .slick-arrow:before{
  border-color: #fff;
  border-width: 4px;
  width: 20px;
  height: 20px;
}
.red-arrows .slick-prev{
  margin-right: auto;
}
.red-arrows .slick-next{
  margin-left: auto;
}
.red-arrows .slick-prev:before{
  margin-left: 4px;
}
.red-arrows .slick-next:before{
  margin-left: -4px;
}
.red-arrows .slick-arrow:hover{
  background: #fff!important;
}
.red-arrows .slick-arrow:hover:before{
  border-color: var(--main-orange);
}
.red-arrows .slick-disabled,
.red-arrows .slick-disabled:hover{
  background: var(--neutral-7)!important;
  cursor: default;
}
.red-arrows .slick-disabled:hover:before{
  border-color: #fff;
}

.title-arrow{
  position: relative;
}
.title-arrow .slick-arrow{
  width: 57px;
  height: 54px;
}
.title-arrow .slick-arrow:before{
  border-color: var(--main-orange);
  border-width: 4px;
  width: 20px;
  height: 20px;
}
.title-arrow .slick-arrow:hover:before{
  border-color: var(--light-purple);
}

/*----- Plyr ------*/

.plyr{
  width: 100%;
  border-radius: 8px;
}
body .plyr--video,
body .plyr__video-wrapper{
  background: transparent;
}
body .plyr__control--overlaid,
body .plyr--video .plyr__control.plyr__tab-focus,
body .plyr--video .plyr__control[aria-expanded=true]{
  background:transparent;
  box-shadow: none;
  z-index: 5;
}
body .plyr--video .plyr__control.plyr__tab-focus,
body .plyr--video .plyr__control:hover,
body .plyr--video .plyr__control[aria-expanded=true] {
    background:var(--neon-purple);
}

body .plyr__control.plyr__tab-focus{
  background: rgb(134,128,255, 0.5);
  
}
body .plyr--full-ui input[type=range]{
  color: var(--neon-purple);
}
body .plyr__control--overlaid{
  padding: 20px;
}
body .plyr--stopped .plyr__poster{
  background-size: cover;
  opacity: 1;
  z-index: 6;
}

.plyr button[aria-label=Play]{
  padding: 0;
  background: transparent !important;
}

.plyr button[aria-label=Play]:before{
  content: "";
  position: absolute;
  width: 90%;
  height: 90%;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  background: rgb(0,0,0, 0.2);
  transform: translate(-50%, -50%);
  box-shadow: 0 0 10px 5px rgb(0,0,0, 0.25);
}
.plyr button[aria-label=Play]:hover:before{
  background: #fff;
}
.plyr button[aria-label=Play] svg{
  left: 0;
  width: 54px;
  height: 54px;
  transition: all 0.1s ease-out;
}
.plyr button[aria-label=Play]:hover svg{
  fill: var(--main-orange);
}

iframe.youtube{
  border-radius: 8px;
}

/*========= Content ==========*/

.content .container{
  max-width: 780px;
  padding: 80px 25px;
}

.content .container > *:first-child{
  margin-top: 0;
}

.content p span img,
.content p img{
  display: block;
  margin: 40px 0;
  border-radius: 8px;
}
.content p:last-child span img,
.content p:last-child img{
  margin-bottom: 0;
}

.content ul:not(.no-list):not([role=checkbox]),
.content ol{
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
}
.content ul:not(.no-list):not([role=checkbox]) li{
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}
.content ul:not(.no-list):not([role=checkbox]) li:before {
  content: "";
  position: absolute;
  left: 2px;
  top: 8px;
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--main-purple);
  counter-increment: item;
}
.content ol{
  counter-reset: ol-counter;
}
.content ol li{
  position: relative;
  counter-increment: ol-counter;
  padding-left: 25px;
  margin-bottom: 10px;
}
.content ol li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: counter(ol-counter) ".";
  counter-increment: item;
  color: var(--main-purple);
  font-weight: 700;
}

/*======= home-header ======*/

section#home-header{
  padding-top: 50px;
  color: #fff;
  background-color: var(--main-purple);
}
section#home-header .bg{
  background-position: center bottom;
  background-size: contain;
  padding: 0 10%;
}
section#home-header .container{
  padding: 80px 25px;
  text-align: center;
}
section#home-header .content{
  width: 100%;
}
section#home-header h1{
  text-transform: none;
  font-size: 60px;
  word-spacing: 6px;
  line-height: 1.2;
  margin-bottom: 20px;
}
section#home-header h1 img{
  width: auto;
  height: 44px;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
}
section#home-header p {
  font-size: 22px;
  font-family: 'Sofia Pro', Helvetica, Arial, sans-serif;
  line-height: 28px;
  font-weight: 700;
  margin: 35px 0 45px;
}

/*======= Hybrid Header ======*/

section#hybrid-header{
  position: relative;
  background: var(--main-purple);
  color: var(--neutral-9);
  padding-top: 80px;
}
section#hybrid-header:before{
  content: "";
  position: absolute;
  left: 0;
  top: 90px;
  background: rgba(255,255,255,0.1);
  width: 100%;
  height: 1px;
}
section#hybrid-header .container{
  min-height: 540px;
  text-align: center;
  z-index: 2;
}
section#hybrid-header .info{
  width: 500px;
  text-align: left;
  padding: 0 55px 0 0;
}
section#hybrid-header .info h1:empty,
section#hybrid-header .info h2:empty,
section#hybrid-header .info p:empty{
  display: none;
}
section#hybrid-header .media{
  width: calc(100% - 500px);
}
section#hybrid-header .media > *{
  position: relative;
}
section#hybrid-header .media > *:before{
  content: "";
  position: absolute;
  top: -53px;
  right: -45px;
  width: 153px;
  height: 153px;
  background-image: url(https://www.thegogame.com/hubfs/gogame-2021/images/Circle.png);
  background-size: contain;
  background-position: center;
  z-index: -1;
  -webkit-transform: scaleX(-1);
     -moz-transform: scaleX(-1);
       -o-transform: scaleX(-1);
          transform: scaleX(-1);
}
section#hybrid-header .image{
  width: 100%;
  padding-bottom: 62%;
  border-radius: 8px;
}
section#hybrid-header h1{
  color: var(--neutral-9);
}
section#hybrid-header h2{
  text-transform: uppercase;
  font-size: 27px;
  color: var(--neon-purple);
  line-height: 1.2;
  margin-bottom: 15px;
}
section#hybrid-header p{
  font-size: 22px;
  line-height: 1.2;
  padding-right: 15px;
}
section#hybrid-header .info form{
  padding-right: 40px;
  margin-top: 30px;
}
section#hybrid-header .info form label{
  color: #fff;
  font-size: 16px;
}
section#hybrid-header .info form .field{
  margin-bottom: 5px;
}
section#hybrid-header .info form .input{
  margin-right: 11px;
}
section#hybrid-header .info fieldset{
  width: calc(100% + 11px);
  max-width: unset !important;
}
section#hybrid-header .info form input[type=text], 
section#hybrid-header .info form input[type=email], 
section#hybrid-header .info form input[type=password], 
section#hybrid-header .info form input[type=tel], 
section#hybrid-header .info form input[type=number], 
section#hybrid-header .info form input[type=file], 
section#hybrid-header .info form select, 
section#hybrid-header .info form textarea{
  border: none;
}
section#hybrid-header .info form input[type=submit]{
  font-size: 20px;
  font-weight: 900;
  width: calc(50% - 10px);
  margin-top: 15px;
}
section#hybrid-header .info form .hs-error-msgs li{
  margin: 5px 0 10px;
}
section#hybrid-header .info form .hs-error-msgs li label{
  margin: 0;
  font-size: 12px;
  color: var(--secondary-yellow);
}
section#hybrid-header video{
  object-fit: cover;
}
  
/*======= Page Header ======*/

section#page-header{
  position: relative;
  background: var(--main-purple);
  color: var(--neutral-9);
  padding-top: 50px;
}
section#page-header .live-demo-spacer:not(:empty){
  box-sizing: content-box;
  padding-top: 20px;
}
section#page-header .container{
  min-height: 470px;
  text-align: center;
  z-index: 2;
}
section#page-header .container.has-logos{
  -webkit-transform: translateY(15px);
     -moz-transform: translateY(15px);
       -o-transform: translateY(15px);
          transform: translateY(15px);
}
section#page-header .info{
  width: 50%;
}
section#page-header .info > label:first-child{
  text-transform: uppercase;
  color: var(--neon-purple);
  line-height: 1.2;
  margin-bottom: 15px;
  font-family: 'Right Grotesk Compact', Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
section#page-header .info.align-left{
  text-align: left;
  padding-left: 0;
}
section#page-header .logos{
  margin-top: -5px;
  font-size: 0;
}
section#page-header .logos a{
  display: flex;
}
section#page-header .logos img{
  margin: 15px 15px 0;
}
section#page-header .info p:empty{
  display: none;
}
section#page-header .info *:last-child{
  margin-bottom: 0;
}
section#page-header .media{
  position: relative;
  width: 50%;
}
section#page-header .media.glow:before{
  content: "";
  position: absolute;
  width: 120%;
  padding-bottom: 120%;
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scaleY(0.7);
     -moz-transform: translate(-50%, -50%) scaleY(0.7);
       -o-transform: translate(-50%, -50%) scaleY(0.7);
          transform: translate(-50%, -50%) scaleY(0.7);
  background: radial-gradient(circle, rgba(183, 180, 255, .35) 0%, rgb(87, 82, 181, 0) 70%);
}
section#page-header .image{
  position: relative;
  width: 100%;
  padding-bottom: 62%;
  border: solid 1px rgba(255, 255, 255, 0.35);
  border-radius: 8px;
  overflow: hidden;
  -webkit-transition: color 0.25s ease-out;
     -moz-transition: color 0.25s ease-out;
       -o-transition: color 0.25s ease-out;
          transition: color 0.25s ease-out;
}
section#page-header a:hover .image{
  filter: brightness(1.1);
  -webkit-filter: brightness(1.1);
}
section#page-header .no-frame .image{
  border: none;
}
section#page-header a label{
  position: absolute;
  color: #fff;
  background: var(--main-orange);
  left: -38px;
  top: 32px;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  width: 180px;
  text-align: center;
  padding: 7px 0;
  cursor: pointer;
  box-shadow: 0 0 5px rgba(0,0,0, .4);
  z-index: 1;
  -webkit-transform: rotate(-40deg);
  -moz-transform: rotate(-40deg);
  -o-transform: rotate(-40deg);
  transform: rotate(-40deg);
}
section#page-header .image p{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 20px 10px;
  font-size: 30px;
  line-height: 1;
  color: transparent;
  background: rgba(0,0,0,0.25);
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  font-family: 'Right Grotesk Compact', Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0.5px;
  box-shadow: inset 0 0 45px rgba(0, 0, 0, 0.45);
  margin: 0;
  cursor: default;
}
section#page-header .slick-current .image p{
  color: #fff;
  -webkit-transition: color 0.25s ease-out 0.25s;
     -moz-transition: color 0.25s ease-out 0.25s;
       -o-transition: color 0.25s ease-out 0.25s;
          transition: color 0.25s ease-out 0.25s;
}
section#page-header a .image p{
  cursor: pointer;
}

section#page-header .slider{
  width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
section#page-header .slider .slide{
  opacity: 0;
}
section#page-header .slider.slick-initialized .slide{
  opacity: 1;
}
section#page-header .slider .slick-arrow:hover:before {
    border-color: #fff;
}
section#page-header h1{
  color: var(--neutral-9);
}
section#page-header p.subtitle{
  text-transform: uppercase;
  font-size: 20px;
  line-height: 1.2;
}
section#page-header p{
  font-size: 18px;
  line-height: 1.2;
}
section#page-header video{
  object-fit: cover;
}

/*========= Flex Switch ==========*/

.flex-switch{
  display: block;
  position: relative;
  margin-right: 32px;
  width: 42px;
  height: 42px;
}
.flex-switch .bg{
  position: absolute;
  left: 50%;
  top: 50%;
  width: 63px;
  height: 63px;
  background-image: url(https://www.thegogame.com/hubfs/flex-switch-white-short.svg);
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.navigation .flex-switch .bg{
  background-image: url(https://www.thegogame.com/hubfs/flex-switch-black-short.svg);
}
.flex-switch:after{
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-top: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 6px 5px;
  opacity: 0;
  border-color: transparent transparent #fff transparent;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}
.flex-switch:hover:after{
  opacity: 1;
  -webkit-transition: all 0.25s ease-out;
     -moz-transition: all 0.25s ease-out;
       -o-transition: all 0.25s ease-out;
          transition: all 0.25s ease-out;
}
.flex-switch .info{
  visibility: hidden;
  position: absolute;
  left: 50%;
  top: 100%;
  padding: 10px 14px 13px;
  width: 443px;
  color: var(--neutral-3);
  border-radius: 4px;
  background: #fff;
  margin-top: 15px;
  opacity: 0;
  box-shadow: 0 0 4px rgba(0,0,0,0.5);
  transform-origin: top center;
  -webkit-transform: translateX(-50%) scaleY(0);
     -moz-transform: translateX(-50%) scaleY(0);
       -o-transform: translateX(-50%) scaleY(0);
          transform: translateX(-50%) scaleY(0);
}

.flex-switch:hover .info{
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(-50%) scaleY(1);
     -moz-transform: translateX(-50%) scaleY(1);
       -o-transform: translateX(-50%) scaleY(1);
          transform: translateX(-50%) scaleY(1);
  -webkit-transition: all 0.25s ease-out;
     -moz-transition: all 0.25s ease-out;
       -o-transition: all 0.25s ease-out;
          transition: all 0.25s ease-out;
}
.flex-switch .info div{
  opacity: 0;
}
.flex-switch:hover .info div{
  opacity: 1;
  -webkit-transition: all 0.1s ease-out 0.25s;
     -moz-transition: all 0.1s ease-out 0.25s;
       -o-transition: all 0.1s ease-out 0.25s;
          transition: all 0.1s ease-out 0.25s;
}
.flex-switch .info p:not(.bigger-text){
  font-size: 13px;
  font-weight: 400;
}
.flex-switch .info p{
  margin-bottom: 5px;
}
.flex-switch .info p:last-child{
  margin-bottom: 0;
}
.flex-switch .info:before{
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: 50px;
  height: 22px;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}


.navigation .flex-switch{
  display: none;
  width: 100%;
  margin-top: 15px;
}
.navigation .flex-switch .bg{
  position: static;
  cursor: pointer;
  -webkit-transform: none;
     -moz-transform: none;
       -o-transform: none;
          transform: none;
}
.navigation .flex-switch .info,
.navigation .flex-switch:hover .info{
  position: static;
  transform: none;
  width: 100%;
  box-shadow: none;
  border: solid 1px #ccc;
  margin: 12px -15px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scaleY(0);
     -moz-transform: scaleY(0);
       -o-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transition: none;
     -moz-transition: none;
       -o-transition: none;
          transition: none;
}
.navigation .flex-switch .info div{
  opacity: 0;
  -webkit-transition: none;
     -moz-transition: none;
       -o-transition: none;
          transition: none;
}
.navigation .flex-switch .info.show{
  visibility: visible;
  opacity: 1;
  -webkit-transform: scaleY(1);
     -moz-transform: scaleY(1);
       -o-transform: scaleY(1);
          transform: scaleY(1);
  -webkit-transition: all 0.25s ease-out;
     -moz-transition: all 0.25s ease-out;
       -o-transition: all 0.25s ease-out;
          transition: all 0.25s ease-out;
}
.navigation .flex-switch .info.show div{
  opacity: 1;
  -webkit-transition: all 0.1s ease-out 0.25s;
     -moz-transition: all 0.1s ease-out 0.25s;
       -o-transition: all 0.1s ease-out 0.25s;
          transition: all 0.1s ease-out 0.25s;
}


/*========= Page Content ==========*/

section#page-content .container.small-width{
  max-width: 935px;
}
section#page-content .container .limiter{
  max-width: 1024px;
}
section#page-content .container .limiter > *:last-child,
section#page-content .container .limiter > ul:last-child li{
  margin-bottom: 0;
}

section#page-content h1 {
  margin: 40px 0;
  font-size: 64px;
  line-height: 1.2;
  text-transform: uppercase;
}
section#page-content h3 {
  margin: 40px 0;
}
section#page-content h4 {
  margin: 40px 0;
}
section#page-content .container > *:first-child{
  margin-top: 0;
}
section#page-content p span img{
  display: block;
  margin: 40px 0;
}
section#page-content table{
  width: 100%;
  border-collapse: collapse;
  background: var(--neutral-9);
  font-weight: 600;
}
section#page-content table th,
section#page-content table td{
  border-color: var(--neutral-8);
}
section#page-content table p{
  font-weight: 600;
}
section#page-content table p:last-child{
  margin-bottom: 0;
}

table{
  margin: 35px 0;
}

.scroller{
  margin: 35px 0;
  overflow: auto;
  border-left: solid 1px var(--neutral-8);
  border-right: solid 1px var(--neutral-8);
}
.scroller table.scrolled{
  margin: 0;
  min-width: 550px;
  margin-bottom: 0;
  border-left: none;
  border-right: none;
}
.scroller table.scrolled td:first-child{
  border-left: none;
}
.scroller table.scrolled td:last-child{
  border-right: none;
}

/*======= benefits ======*/

section#benefits h2{
  text-align: center;
  margin-bottom: 0;
}
section#benefits .benefits{
  margin: 0 -40px;
}
section#benefits .benefit{
  max-width: 33.333%;
  flex-basis: 33.333%;
  padding-left: 40px;
  padding-right: 40px;
}
section#benefits .icon{
  margin-bottom: 30px;
  background-position: left center;
}
section#benefits .benefit p{
  margin: 0;
}

/*======= clients ======*/

section#clients .container{
  align-items: start;
}
section#clients .info{
  max-width: 50%;
  flex-basis: 50%;
  padding-right: 8%;
}
section#clients .info p{
  margin-bottom: 40px;
}
section#clients .logos{
  max-width: 50%;
  flex-basis: 50%;
  padding-left: 5%;
}
section#clients .logos .logo{
  max-width: 50%;
  flex-basis: 50%;
  text-align: center;
  padding: 0 20px 30px;
}

  


/*======= Image Text Columns ======*/

section#image-text-columns .columns{
  margin: -20px;
}
section#image-text-columns .column{
  width: 33.333%;
  padding: 20px;
}
section#image-text-columns .image{
  padding-bottom: 60%;
  border-radius: 8px;
}
section#image-text-columns .description{
  padding-top: 20px;
}


/*======= TheGoGame and Weve =========*/

section#thegogame-weve .card{
  position: relative;
  width: 39%;
  overflow: hidden;
  cursor: pointer;
  background: #fff;
  margin: 0;
  box-shadow: 10px 10px 20px rgba(0,0,0, 0.25);
}
section#thegogame-weve .plus{
  font-size: 80px;
  line-height: 1;
  padding-bottom: 10px;
  color: var(--main-purple);
  width: 10%;
  margin: 0;
  text-align: center;
  font-family: 'Right Grotesk Compact', Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
section#thegogame-weve .card .bg {
  position: relative;
  padding-top: 55%;
  -webkit-transition: opacity .1s ease-out,transform .5s ease-out;
     -moz-transition: opacity .1s ease-out,transform .5s ease-out;
       -o-transition: opacity .1s ease-out,transform .5s ease-out;
          transition: opacity .1s ease-out,transform .5s ease-out;
}
section#thegogame-weve .card:hover .bg {
    filter: brightness(1.05);
    transform: scale(1.05);
}
section#thegogame-weve .card .info{
  position: relative;
  z-index: 1;
  margin: 0;
  font-weight: bold;
  padding: 20px 25px 25px;
  letter-spacing: 0.5px;
  line-height: 1.2;
  font-size: 17px;
  text-align: center;
  flex: 1;
  color: #000;
  background: #fff;
  font-family: 'Right Grotesk Compact', Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  -webkit-transition: all .1s ease-out;
     -moz-transition: all .1s ease-out;
       -o-transition: all .1s ease-out;
          transition: all .1s ease-out;
}
section#thegogame-weve .card:hover .info{
    color: var(--main-purple);
}
section#thegogame-weve .card .info img{
  margin-bottom: 15px;
}

section#thegogame-weve .content{
  text-align: center;
  margin: 0 auto;
  max-width: 900px;
}
section#thegogame-weve .content > *:last-child{
  margin-bottom: 0;
}

/*======= Plan Event =========*/

section#plan-event{
  position: relative;
  background: #e8e9ea;
}
section#plan-event iframe{
  position: relative;
  width: 100%;
  border: none;
  margin: 0 -2.5rem -5px;
  width: calc(100% + 5rem);
  z-index: 1;
}
section#plan-event:after{
  content: '';
  position: absolute;
  width: 100vw;
  height: 170px;
  left: 0;
  bottom: 0;
  background: var(--light-purple);
}

/*======= Cards =========*/

section#cards{
  background-color: var(--shadow-purple);
}
section#cards.light{
  background-color: var(--neutral-9);
}
section#cards h2{
  color: #fff;
  margin-bottom: 70px;
  text-align: center;
  text-transform: uppercase;
}
section#cards.light h2{
  color: var(--main-purple);
}
section#cards .cards{
  display: flex;
  flex-wrap: wrap;
  margin-right: -30px;
  margin-bottom: -30px;
  justify-content: center;
}
section#cards .card{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: calc(100%/3 - 30px);
  flex: 0 0 calc(100%/3 - 30px);
  margin: 0 30px 30px 0;
  background: #fff;
  padding: 40px 32px 32px;
  border-radius: 4px;
}
section#cards.light .card{
  box-shadow: 0 0 5px rgba(0,0,0,0.22);
}
section#cards .card .icon{
  width: auto;
  margin: 0 0 10px;
}
section#cards .card h3{
  font-weight: 700;
  font-family: 'Sofia Pro', Helvetica, Arial, sans-serif !important;
}
section#cards .card p{
  margin-bottom: 25px;
}
section#cards .card .media{
  position: relative;
  width: 100%;
  padding-bottom: 56%;
  border-radius: 4px;
  overflow: hidden;
  margin-top: auto;
}
section#cards .card .media > *{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
section#cards .card .media .plyr{
  border-radius: 0;
}
section#cards .card a{
  position: relative;
  font-size: 12px;
  padding-right: 25px;
}
section#cards .card a,
section#cards .card a:active,
section#cards .card a:visited,
section#cards .card a:focus{
  color: var(--neutral-1);
}
section#cards .card a:hover{
  color: var(--main-purple);
}
section#cards .card a img,
section#cards .card a svg{
  position: absolute;
  right: 0;
  top: 3px;
}
section#cards .card a svg path{
  fill: var(--neutral-1);
  transition: all 0.1s ease-out;
}
section#cards .card a:hover svg path{
  fill: var(--main-purple);
}

/*======= team ======*/

section#team h2{
  text-align: center;
  margin-bottom: 0;
}
section#team .team{
  margin: -20px -15px;
}
section#team .team .member{
  max-width: 33.333%;
  flex-basis: 33.333%;
  padding: 20px 15px;
  cursor: default;
}
section#team .team a.member{
  cursor: pointer;
}
section#team .team a.member,
section#team .team a.member:active,
section#team .team a.member:visited,
section#team .team a.member:focus{
  color: var(--neutral-2);
}
section#team .team a.member:hover{
  color: var(--main-purple);
}
section#team .photo{
  position: relative;
  padding-bottom: 100%;
  border-radius: 8px;
  overflow: hidden;
  -webkit-transition: all 0.1s ease-out;
     -moz-transition: all 0.1s ease-out;
       -o-transition: all 0.1s ease-out;
          transition: all 0.1s ease-out;
}
section#team .member:hover .photo{
  filter: brightness(1.1);
}
section#team .photo .hover{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.1s ease-out;
     -moz-transition: opacity 0.1s ease-out;
       -o-transition: opacity 0.1s ease-out;
          transition: opacity 0.1s ease-out;
}
section#team .member:hover .photo .hover{
  opacity: 1;
}
section#team h3{
  font-size: 22px;
  line-height: 1.5;
  font-family: 'Sofia Pro', Helvetica, Arial, sans-serif;
  margin: 15px 0 5px;
}
section#team p{
  margin: 0;
}
section#team .btn{
  margin-top: -10px;
}

/*======= Games Filter ======*/

section#games-filter h3{
  margin-bottom: 30px;
}
section#games-filter label{
  display: block;
  margin: 30px 0 0;
}
section#games-filter .container{
  text-align: center;
  max-width: 800px;
}
section#games-filter .players > .row,
section#games-filter .gametype > .row{
  margin: 0 -10px;
}
section#games-filter .option{
  max-width: 25%;
  flex-basis: 25%;
  padding: 10px;
  font-size: 16px;
  font-weight: 900;
}
section#games-filter .option div{
  border-radius: 4px;
  padding: 30px 20px;
  height: 100%;
  cursor: pointer;
  transition: all 0.1s ease-out;
}
section#games-filter .players .option div{
  background: var(--neutral-9);
  color: var(--main-orange);
}
section#games-filter .players .option div.selected,
section#games-filter .players .option div:hover{
  background: var(--main-orange);
  color: #fff;
}
section#games-filter .type .option div{
  background: var(--secondary-lavender);
  color: var(--main-purple);
}
section#games-filter .type .option div.selected,
section#games-filter .type .option div:hover{
  background: var(--main-purple);
  color: #fff;
}


/*======= games ======*/

section#games{
  background: var(--main-purple);
}
section#games .content{
  margin: 0 auto;
  color: #fff;
  text-align: center;
}
section#games .content > *:last-child{
  margin-bottom: 0;
}
section#games .games{
  width: auto;
  margin: 0 -20px;
}
section#games .game{
  max-width: 33.333%;
  flex-basis: 33.333%;
  padding-left: 20px;
  padding-right: 20px;
  transition: all 0.25s ease-out;
}
section#games .game.invisible{
  opacity: 0;
  transition: none;
}
section#games .game article{ 
  background: #fff;
  height: 100%;
  border-radius: 4px;
  text-align: center;
  overflow: hidden;
}
section#games .game .image{
  padding-bottom: 60%;
}
section#games .game .info{
  padding: 40px 40px 15px;
}
section#games .game .btn-container{
  margin: auto 0 40px;
}
section#games .game h3{
  font-size: 22px;
  text-transform: uppercase;
  margin: 0 0 15px;
}
section#games .game h4{
  font-size: 14px;
  color: var(--main-orange);
  margin: 0 0 15px;
}
section#games .game p{
  margin: 0 0 15px;
}
section#games .not-found{
  visibility: hidden;
  position: absolute;
  opacity: 0;
  margin: 70px auto 0;
  text-align: center;
  color: #fff;
  max-width: 520px;
}
section#games .not-found.show{
  visibility: visible;
  position: static;
  opacity: 1;
  transition: opacity 0.25s ease-out; 0.25s;
}

/*======= game-types ======*/

section#game-types{
  background: var(--main-purple);
}
section#game-types .content{
  margin: 0 auto;
  color: #fff;
  text-align: center;
}
section#game-types .content > *:last-child{
  margin-bottom: 0;
}
section#game-types .types{
  width: auto;
  margin: 0 -20px;
}
section#game-types .type{
  max-width: 33.333%;
  flex-basis: 33.333%;
  padding-left: 20px;
  padding-right: 20px;
  transition: all 0.25s ease-out;
}
section#game-types .type article{
  position: relative;
  background: #fff;
  height: 100%;
  border-radius: 4px;
  text-align: center;
  overflow: hidden;
}
section#game-types .type label{
  position: absolute;
  color: #fff;
  background: var(--main-orange);
  left: -30px;
  top: 25px;
  font-weight: 600;
  font-size: 18px;
  width: 150px;
  text-align: center;
  line-height: 28px;
  -webkit-transform: rotate(-40deg);
     -moz-transform: rotate(-40deg);
       -o-transform: rotate(-40deg);
          transform: rotate(-40deg);
}
section#game-types .type .image{
  padding-bottom: 60%;
}
section#game-types .type .info{
  padding: 40px 40px 15px;
}
section#game-types .type .btn-container{
  margin: auto 0 40px;
}
section#game-types .type h3{
  font-size: 22px;
  text-transform: uppercase;
  margin: 0 0 15px;
}
section#game-types .type p{
  margin: 0 0 15px;
  color: var(--neutral-5);
}


/*======= icon-columns ======*/

section#icon-columns{
  background: var(--neutral-9);
}
section#icon-columns .container{
  text-align: center;
}
section#icon-columns h2{
  text-align: center;
  color: var(--main-purple);
}
section#icon-columns p{
  font-size: 18px;
}
section#icon-columns .info{
  max-width: 900px;
  margin: 0 auto;
}
section#icon-columns .columns{
  width: auto;
}
section#icon-columns .column{
  max-width: 350px;
  flex-basis: 33.333%;
  padding: 65px 15px 0;
}
section#icon-columns .icon{
  margin: 0 auto 24px;
  width: 200px;
  padding-bottom: 125px;
  background-size: unset;
  margin-bottom: 40px;
}
section#icon-columns .column h3{
  margin: 0 0 15px;
}
section#icon-columns .column p{
  margin: auto 0 0;
}


/*======= quote ======*/

section#quote{
  position: relative;
  text-align: center;
  color: #fff;
}
section#quote.white-bg{
  color: #000;
}
section#quote .quote{
  font-size: 22px;
  line-height: 1.2;
}
section#quote .author{
  font-size: 22px;
  font-weight: bold;
}

/*======= text-block ======*/

section#text-block{
  position: relative;
  text-align: center;
}
section#text-block .container > *:last-child{
  margin-bottom: 0;
}
section#text-block{
  color: #fff;
}
section#text-block.white-bg,
section#text-block.grey-bg{
  color: #000;
}
section#text-block .h1{
  margin-bottom: 30px;
}
section#text-block h5{
  margin: 0;
}
section#text-block h4{
  margin-bottom: 0;
}
section#text-block p{
  font-size: 18px;
}

/*======= Tabs Vertical =========*/

section#tabs-vertical{
  overflow: hidden;
}
section#tabs-vertical .description{
  max-width: 1000px;
  margin: 0 auto;
}
section#tabs-vertical .description h2{
  text-align: center;
  text-transform: uppercase;
}
section#tabs-vertical .description p{
  font-size: 18px;
}
section#tabs-vertical .tabs-container{
  display: flex;
  padding-top: 60px;
}
section#tabs-vertical .tabs-container .slick-list,
section#tabs-vertical .tabs-container .slick-track{
  height: auto !important;
}
section#tabs-vertical .tabs{
  max-width: 30%;
  flex: 0 0 30%;
}
section#tabs-vertical .tab{
  margin-bottom: 15px;
  cursor: pointer;
  color: var(--neutral-2);
}
section#tabs-vertical .tab:active,
section#tabs-vertical .tab:visited,
section#tabs-vertical .tab:focus{
  color: var(--neutral-2);
}
section#tabs-vertical .tab:last-child{
  margin-bottom: 0;
}
section#tabs-vertical .tab span{
  border-radius: 8px;
  padding: 34px 24px 34px 14px;
  transition: all 0.1s ease-out;
  height: 100%;
  background: var(--neutral-9);
}
section#tabs-vertical .tab:hover span{
  background: var(--neutral-8);
}
section#tabs-vertical .tab.slick-current span{
  background: var(--secondary-lavender);
}
section#tabs-vertical .tab .icon{
  width: 86px;
  height: 80px;
  margin-right: 10px;
}
section#tabs-vertical .tab .info{
  width: calc(100% - 96px);
}
section#tabs-vertical .tab h3{
  font-size: 20px;
  margin-bottom: 8px;
  font-family: 'Sofia Pro', Helvetica, Arial, sans-serif;
}
section#tabs-vertical .tab p{
  font-size: 14px;
  line-height: 20px;
  margin: 0;
}
section#tabs-vertical .tabs-info{
  max-width: calc(70% - 50px);
  flex: 0 0 calc(70% - 50px);
  margin-left: 40px;
  position: relative;
}
section#tabs-vertical .tabs-info .slick-list,
section#tabs-vertical .tabs-info .slick-track,
section#tabs-vertical .tabs-info .slick-slide{
  height: 100% !important;
}
section#tabs-vertical .tabs-info video{
  border-radius: 8px;
}
section#tabs-vertical .tabs-info .info{
  position: relative;
  transition: none !important;
  display: flex !important;
  min-height: 480px;
  padding-top: 48px;
  color: #fff;
  border-radius: 8px;
  overflow: hidden;
  background-position: center;
  background-size: cover;
}

section#tabs-vertical .tabs-info .info .content{
  position: relative;
  z-index: 1;
  margin: auto 48px 48px;
}
section#tabs-vertical .tabs-info .info h4{
  text-transform: uppercase;
  margin-bottom: 20px;
}
section#tabs-vertical .tabs-info .info .btn{
  margin-top: 10px;
}
section#tabs-vertical .tabs-info .info.slick-current{
  transition: all 0.25s ease-out 0.1s !important;
}

/*======= Tabs Horizontal =========*/

section#tabs-horizontal .container{
  padding: 80px 25px 90px;
}
section#tabs-horizontal .content{
  text-align: center;
  margin: 0 auto;
}
section#tabs-horizontal .pre-title{
  margin: 10px 0 30px;
}
section#tabs-horizontal .content p{
  font-size: 22px;
  color: var(--neutral-5);
}
section#tabs-horizontal .tabs{
  margin: 55px -6px 0;
}
section#tabs-horizontal .tab{
  color: var(--neutral-1);
  background: var(--neutral-9);
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
  padding: 16px 35px;
  border-radius: 4px;
  cursor: pointer;
  margin: 6px;
}
section#tabs-horizontal .tab:hover{
  color: #fff;
  background: var(--neon-purple);
}
section#tabs-horizontal .tab.active{
  color: #fff;
  background: var(--main-orange);
}
section#tabs-horizontal .tab-info{
  position: relative;
  margin-top: 7%;
}
section#tabs-horizontal .tab-info .info{
  position: absolute;
  height: 0;
  visibility: hidden;
  opacity: 0;
}
section#tabs-horizontal .tab-info .info.active{
  position: relative;
  height: auto;
  visibility: visible;
  opacity: 1;
  transition: opacity 0.25s ease-out 0.1s;
}
section#tabs-horizontal .tab-info .media{
  position: relative;
  width: 51%;
}
section#tabs-horizontal .tab-info .media:before{
  content: "";
  position: absolute;
  top: -27px;
  left: -60px;
  width: 126px;
  height: 126px;
  background-image: url(https://www.thegogame.com/hubfs/gogame-2021/images/Circle.png);
  background-size: contain;
  background-position: center;
  z-index: -1;
}
section#tabs-horizontal .tab-info .media img,
section#tabs-horizontal .tab-info .media video,
section#tabs-horizontal .tab-info .media .plyr{
  border-radius: 8px;
}
section#tabs-horizontal .tab-info .description{
  width: 49%;
  padding-left: 8%;
}
section#tabs-horizontal .tab-info .description:first-child{
  margin: -5% auto 0;
  max-width: 900px;
  padding: 0;
  text-align: center;
  width: auto;
}
section#tabs-horizontal .tab-info .description > *:last-child{
  margin-bottom: 0;
}
section#tabs-horizontal .tab-info .description .btn{
  margin-top: 10px;
}
section#tabs-horizontal .tab-info ul{
  list-style: none;
  padding: 0;
}
section#tabs-horizontal .tab-info ul li{
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
  text-align: left;
}
section#tabs-horizontal .tab-info ul li:before{
  content: "";
  position: absolute;
  width: 12px;
  height: 7px;
  left: 2px;
  top: 7px;
  border-left: solid 2px var(--main-green);
  border-bottom: solid 2px var(--main-green);
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
section#tabs-horizontal .tab-info ul.big-ticks li:before{
  width: 13px;
  height: 8px;
  top: 10px;
  border-width: 3px;
}

/*======= Logos ======= */

.grey-logos section#logos{
  background: var(--neutral-9);
}
section#logos h2{
  margin: -5px 0 0;
  min-width: 260px;
}
section#logos .logos{
  max-width: calc(100% - 260px);
}
section#logos .logos.slick-initialized .logo{
  visibility: visible;
}
section#logos .logo{
  text-align: center;
  display: flex;
  visibility: hidden;
  vertical-align: middle;
  padding: 0 15px;
}
section#logos .logo img{
  filter: grayscale(1);
  max-width: 100%;
  height: auto;
}

/*----- Text Line ------*/

section#text-line.border-light{
  border-top: solid 1px rgba(255,255,255,0.5);
  border-bottom: solid 1px rgba(255,255,255,0.5);
}
section#text-line.border-dark{
  border-top: solid 1px rgba(0,0,0,0.5);
  border-bottom: solid 1px rgba(0,0,0,0.5);
}
section#text-line .container{
  min-height: 90px;
  padding-top: 15px;
  padding-bottom: 18px;
}
section#text-line .container > *{
  width: 100%;
}
section#text-line .container p:not(:last-child){
  margin-bottom: 5px;
}



/*----- Testimonials ------*/

section#testimonials{
  position: relative;
  color: #fff;
  text-align: center;
}
section#testimonials .container.white-bg{
  color: #000;
}
section#testimonials h3{
  text-transform: uppercase;
}
section#testimonials .testimonial p{
  margin: 0 auto;
  max-width: 680px;
  font-size: 22px;
  line-height: 1.3;
}
section#testimonials .testimonial .author{
  display: inline-flex;
  margin-top: 30px;
  text-align: left;
  vertical-align: top;
}
section#testimonials .testimonial .author .info{
  margin-left: 20px;
}
section#testimonials .testimonial .author .info:first-child{
  margin-left: 0;
  text-align: center;
}
section#testimonials .testimonial .author label{
  display: block;
}
section#testimonials .testimonial .author .name{
  font-size: 18px;
  font-weight: 700;
}
section#testimonials .testimonial .author .position{
  font-size: 14px;
}
section#testimonials .testimonial .photo{
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  background-color: #fff;
}
section#testimonials ul.slick-dots {
  list-style: none;
  margin: 0;
  padding: 0;
}
section#testimonials ul.slick-dots li {
  display: inline-block;
  margin: 15px 6px 0;
}
section#testimonials ul.slick-dots li:only-child{
  display: none;
}
section#testimonials ul.slick-dots li button {
  width: 10px;
  height: 10px;
  background-color: transparent;
  border-radius: 50%;
  border: 2px solid #fff;
  opacity: 0.5;
  font-size: 0;
  padding: 0px;
  margin: 0;
}
section#testimonials ul.slick-dots li.slick-active button {
  background-color: #fff;
  opacity: 1;
}



/*----- Job Content ------*/

section#job-content .content {
  padding-right: 90px;
  width: calc(100% - 255px);
}
section#job-content .content > *:first-child {
  margin-top: 0;
}
section#job-content h2 {
  margin: 40px 0;
  font-size: 32px;
  line-height: 1.2;
  text-transform: none;
  color: var(--main-purple);
}
section#job-content h3 {
  margin: 0 0 1.4rem;
  font-size: 22px;
  line-height: 1.2;
  text-transform: none;
}
section#job-content h4 {
  margin: 0 0 1.4rem;
  font-size: 18px;
  line-height: 1.2;
  text-transform: none;
}
section#job-content .jobs {
  width: 255px;
  font-size: 0;
}
section#job-content .jobs h3 {
    font-family: 'Sofia Pro', Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin: -40px 0 24px;
}
section#job-content .jobs .job {
    display: inline-block;
    border-radius: 4px;
    padding: 20px 25px;
    font-size: 18px;
    font-weight: 700;
    background: var(--neutral-8);
    margin-bottom: 16px;
}
section#job-content .jobs .job,
section#job-content .jobs .job:active,
section#job-content .jobs .job:visited,
section#job-content .jobs .job:focus {
    color: var(--neutral-1);
}
section#job-content .jobs .job:hover {
    color: #fff;
    background: var(--main-purple);
}

/*----- Team Member ------*/

section#team-member{
  padding: 100px 0;
}
section#team-member .container{
  align-items: flex-start;
}
section#team-member .photo{
  position: relative;
  width: 33%;
  padding-bottom: 40%;
  border-radius: 8px;
  overflow: hidden;
}
section#team-member .photo .hover{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.1s ease-out;
     -moz-transition: opacity 0.1s ease-out;
       -o-transition: opacity 0.1s ease-out;
          transition: opacity 0.1s ease-out;
}
section#team-member .photo:hover .hover{
  opacity: 1;
}
section#team-member .description{
  width: 67%;
  padding-left: 60px;
}
section#team-member h2{
  color: var(--main-purple);
}

section#error-404,
section#error-500{
  width: 100%;
  flex: 1;
  padding-top: 60px;
}

section#error-404:before,
section#error-500:before{
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 91px;
  background-color: var(--shadow-purple);
  z-index: 2;
}


body .form form.hs-form{
  margin-right: -8px;
}
body .hs-form label{
  display: inline-block;
}
body .hs-form .hs-input:focus{
  outline: none;
}
body .hs-form .input input:not([type=checkbox]):not([type=radio]),
body .hs-form .input select,
body .hs-form .input textarea{
  width: 100% !important;
  padding: 10px;
}
body .hs-form .input textarea{
  resize: vertical;
  min-height: 75px;
}
body .hs-form .input .hs-dateinput:before {
  right: 10px;
}
body .hs-form .hs-form-field{
  margin-bottom: 10px;
}
body .hs-form .hs_submit{
  margin-top: 30px;
}
.submitted-message{
  text-align: center;
}
footer .submitted-message{
  text-align: left;
}

/*----- Footer ------*/

footer{
  color: #fff;
  background: var(--main-orange);
}
footer:empty{
  height: 50px;
  background: #000;
}
.purple-footer footer{
  background: var(--shadow-purple);
}
.black-footer footer{
  background: var(--neutral-1);
}
footer .main .container{
  padding: 64px 25px;
}
footer .logo{
  width: 27%;
  padding-right: 25px;
}
footer .links{
  width: 23%;
  padding: 0 25px;
}
footer .about{
  padding-left: 25px;
  width: 50%;
}

.footer-menu h4{
  color: #fff;
  text-transform: uppercase;
}
.footer-menu ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-menu li{
  padding: 0;
  margin: 0 0 12px;
}
.footer-menu li a{
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
}
.footer-menu li a,
.footer-menu li a:active,
.footer-menu li a:visited,
.footer-menu li a:focus{
  color: #fff;
}
.footer-menu li a:hover{
  color: var(--secondary-yellow);
}
.purple-footer .footer-menu li a:hover{
  color:  var(--main-orange);
}

footer .widget-type-blog_subscribe h3{
  background: transparent;
  font-size: 32px;
  line-height: 1.2;
  text-transform: uppercase;
  margin: 20px 0 25px;
}
footer .widget-type-blog_subscribe .field > label{
  display: none;
}
footer .widget-type-blog_subscribe input[type=email]{
  width: 100%;
  padding-right: 50px;
  height: 42px;
  border: none;
}
footer .widget-type-blog_subscribe form {
  max-width: 260px;
  position: relative;
}
footer .widget-type-blog_subscribe .hs-submit {
  position: absolute;
  right: 0px;
  top: 0px;
  margin: 0;
}
footer .widget-type-blog_subscribe input[type=submit],
footer .widget-type-blog_subscribe input[type=submit]:active,
footer .widget-type-blog_subscribe input[type=submit]:visited,
footer .widget-type-blog_subscribe input[type=submit]:focus{
  font-size: 0;
  padding: 0;
  border-radius: 0px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: transparent;
  width: 42px;
  height: 42px;
  min-width: unset;
  background-color: #fff;
  background-image: url(https://www.thegogame.com/hubfs/gogame-2021/images/submit-wala-jahaaj.png);
  background-repeat: no-repeat;
  background-position: center;
  border: 0;
}
footer .widget-type-blog_subscribe input[type=submit]:hover{
  background-color: var(--neutral-8);
}
footer .widget-type-blog_subscribe .hs-error-msg{
  color: #fff;
}
footer .widget-type-blog_subscribe .hs-error-msgs a,
footer .widget-type-blog_subscribe .hs-error-msgs a:active,
footer .widget-type-blog_subscribe .hs-error-msgs a:visited,
footer .widget-type-blog_subscribe .hs-error-msgs a:focus{
  color: #fff;
}

footer .bottom-bar{
  border-top: solid 1px rgba(255,255,255, 0.1);
}
footer .bottom-bar .container{
  padding: 25px 25px;
}
footer .bottom-bar .container > *:last-child{
  margin-left: auto;
}

footer .copyrights{
  font-size: 14px;
  line-height: 20px;
  margin: 5px 0;
  text-align: center;
  padding: 6px 25px 6px 0;
}
footer .copyrights a{
  font-weight: 400;
}
footer .copyrights a,
footer .copyrights a:active,
footer .copyrights a:visited,
footer .copyrights a:focus{
  color: #fff;
}
footer .copyrights a:hover{
  color: var(--secondary-yellow);
}

.social-icons{
  margin: 5px 0;
  font-size: 0;
}
.social-icons a{
  display: inline-block;
  vertical-align: top;
  width: 32px;
  height: 32px;
  margin-right: 24px;
  border-radius: 50%;
  background-color: rgba(255,255,255,.1);
  background-position: center;
  background-repeat: no-repeat;
}
.social-icons a:hover{
  background-color: rgba(255,255,255,.2);
}
.social-icons a.instagram{
  background-image: url(https://www.thegogame.com/hubfs/gogame-july-2021/images/home/instagramm.png);
}
.social-icons a.twitter{
  background-image: url(https://www.thegogame.com/hubfs/gogame-july-2021/images/home/twitter.png);
}
.social-icons a.youtube{
  background-image: url(https://www.thegogame.com/hubfs/gogame-july-2021/images/home/youtube.png);
}

/* Loading ------------------------------------*/

.loading > *,
.error > *,
.done > * {
  visibility: hidden;
}

.error > option,
.error > .hs-form-radio{
  visibility: visible;
}

.tip {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  width: 80%;
  left: 50%;
  top: 50%;
  text-align: center;
  font-size: 20px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.25s ease-out 0.25s;
  -moz-transition: opacity 0.25s ease-out 0.25s;
  -o-transition: opacity 0.25s ease-out 0.25s;
  transition: opacity 0.25s ease-out 0.25s;
}

.tip:empty {
  visibility: hidden;
  opacity: 0;
}

.done .tip,
.error .tip {
  visibility: visible;
  opacity: 1;
}
.error .tip {
  color: var(--alert-red);
}

.loading-anim {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  width: 58px;
  height: 58px;
  left: 50%;
  top: 50%;
  z-index: -100;
  -webkit-transform: scale(0.8) translate(-70%, -70%);
  -moz-transform: scale(0.8) translate(-70%, -70%);
  -o-transform: scale(0.8) translate(-70%, -70%);
  transform: scale(0.8) translate(-70%, -70%);
  -webkit-transition: opacity 0.25s ease-out 0.25s;
  -moz-transition: opacity 0.25s ease-out 0.25s;
  -o-transition: opacity 0.25s ease-out 0.25s;
  transition: opacity 0.25s ease-out 0.25s;
}

.loading > .loading-anim {
  visibility: visible;
  opacity: 1;
  z-index: 1;
}

.circularG {
  position: absolute;
  background-color: var(--neon-purple);
  width: 14px;
  height: 14px;
  transform: scale(0);
  border-radius: 9px;
  animation-name: bounce_circularG;
  animation-duration: 1.1s;
  animation-iteration-count: infinite;
  animation-direction: normal;
}

#circularG_1 {
  left: 0;
  top: 23px;
  animation-delay: 0.41s;
}

#circularG_2 {
  left: 6px;
  top: 6px;
  animation-delay: 0.55s;
}

#circularG_3 {
  top: 0;
  left: 23px;
  animation-delay: 0.69s;
}

#circularG_4 {
  right: 6px;
  top: 6px;
  animation-delay: 0.83s;
}

#circularG_5 {
  right: 0;
  top: 23px;
  animation-delay: 0.97s;
}

#circularG_6 {
  right: 6px;
  bottom: 6px;
  animation-delay: 1.1s;
}

#circularG_7 {
  left: 23px;
  bottom: 0;
  animation-delay: 1.24s;
}

#circularG_8 {
  left: 6px;
  bottom: 6px;
  animation-delay: 1.38s;
}

@keyframes bounce_circularG {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(.3);
  }
}

/* Popup ------------------------------------*/

.popup-cover{
  position: fixed;
  display: flex;
  padding: 30px;
  width: 100%;
  height: 100%;
  left: 0;
  top: 100%;
  background: rgba(0,0,0,0.8);
  z-index: 1001;
  overflow: auto;
}

.popup-cover.show{
  top: 0;
}

.popup{
  position: relative;
  margin: auto;
  width: 800px;
  max-width: 100%;
  background: #fff;
  opacity: 0;
  -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.3);
  box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.3);
  -webkit-transition: opacity ease-out 0.25s;
  -moz-transition: opacity ease-out 0.25s;
  -o-transition: opacity ease-out 0.25s;
  transition: opacity ease-out 0.25s;
}

.popup-cover.show .popup{
  opacity: 1;
}

.close{
  position: absolute;
  display: block;
  width: 17px;
  height: 17px;
  top: 15px;
  right: 15px;
  cursor: pointer;
  z-index: 10;
}

.close:before,
.close:after{
  position: absolute;
  display: block;
  content: '';
  background: #fff;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
     -moz-transform: translate(-50%, -50%) rotate(45deg);
       -o-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transition: background ease-out 0.1s;
     -moz-transition: background ease-out 0.1s;
       -o-transition: background ease-out 0.1s;
          transition: background ease-out 0.1s;
}
.close:before{
  width: 100%;
  height: 2px;
}
.close:after{
  width: 2px;
  height: 100%;
}

.close:hover:before,
.close:hover:after{
  background: #e0d4f9;
}

.popup .header,
.popup .form-title{
  position: relative;
  font-size: 20px;
  text-transform: uppercase;
  text-align: left;
  line-height: 20px;
  min-height: 50px;
  color: #fff;
  font-weight: bold;
  border-bottom: solid 1px #fff;
  padding: 15px 50px 15px 55px;
  background: var(--neon-purple);
  font-family: 'Sofia Pro', Helvetica, Arial, sans-serif !important;
}
.popup .header:before,
.popup .form-title:before{
  content: "";
  display: block;
  position: absolute;
  left: 15px;
  top: 9px;
  background-image: url(https://www.thegogame.com/hubfs/gogame-july-2021/images/logos/goremote-logo-small-white.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 32px;
  height: 32px;
}

.popup .form-title{
  margin: 0 -30px;
}
.popup form{
  margin: 30px 0;
}
.popup form .input{
  margin: 0;
}
.popup form .input input[type=text],
.popup form .input input[type=email],
.popup form .input input[type=number],
.popup form .input select,
.popup form .input textarea{
  width: 100% !important;
}
.popup form .inputs-list>li{
  display: inline-block;
  margin-right: 30px;
}
.popup form .hs-dateinput:before{
  right: 10px;
}
.popup form .actions{
  padding: 15px 0;
}

.popup .header br{
  display: none;
}
.popup .popup-content{
  padding: 30px;
  height: calc(100% - 39px);
  line-height: 22px;
  text-align: justify;
  overflow: auto;
}
.popup .row-fluid .span6{
  width: 100%;
}

.popup .popup-content.form{
  padding: 0 30px;
}
#info-popup .popup{
  width: 600px;
}
#request-popup .hs_game_time_zone{
  display: block !important;
}
#request-popup .hs_game_time_zone label{
  font-size: 0;
  margin-top: 37px;
}
#request-popup .hs_game_time_zone label:before{
  font-size: .875rem;
  content: "GMT-3 EEST";
}
#request-popup .hs-rtb_pack_range_2{
  display: none;
}
#request-popup .hs_rtb_number_of_participants,
#request-popup .hs_rtb_pack_range_1{
  width: 50%;
}

#event-planning-advisor{
  z-index: 10000;
}
#event-planning-advisor .popup{
  width: 1024px;
  height: 100%;
}
#event-planning-advisor .close{
  top: 20px;
  right: 20px;
}
#event-planning-advisor .close:before,
#event-planning-advisor .close:after{
  background: var(--main-orange);
}
#event-planning-advisor .close:hover:before,
#event-planning-advisor .close:hover:after{
  background: var(--neon-purple);
}
#event-planning-advisor iframe{
  width: 100%;
  height: 100%;
}

/* form popup */

.form-popup .form-title{
  display: none;
}
.form-popup .field{
  text-align: left;
}
.form-popup form{
  margin-top: 10px;
  margin-bottom: 0;
}
.form-popup .hs-form .hs_submit{
  margin-top: 0;
}
.form-popup .submitted-message{
  margin-top: 20px;
}

/*========= Clients List ==========*/

.body-wrapper > #clients{
  background: var(--neutral-9);
}

.body-wrapper > #clients main{
  width: calc(100% - 255px);
  padding-left: 80px;
}
.body-wrapper > #clients aside{
  width: 255px;
}
section#clients-list .filter{
  position: relative;
  color: #fff;
  background: var(--main-purple);
  padding: 10px;
  border-radius: 8px;
  margin-bottom: 30px;
  padding: 30px 70px 30px 30px;
  text-transform: uppercase;
  line-height: 24px;
  transition: all 0.1s ease-out;
}
section#clients-list .filter:hover{
  background: var(--shadow-purple);
}

section#clients-list .filter .row{
  height: 100%;
}
section#clients-list .filter label{
  margin-right: 10px;
}
section#clients-list .filter span{
  font-weight: bold;  
}
section#clients-list .filter span.mobile,
section#clients-list .filter option.mobile{
  display: none;
}
section#clients-list .filter:before,
section#clients-list .filter:after{
  content: "";
  position: absolute;
  top: 50%;
  width: 13px;
  height: 2px;
  background: #fff;
}
section#clients-list .filter:before{
  right: 30px;
  transform: translateY(-50%) rotate(-40deg);
}
section#clients-list .filter:after{
  right: 39px;
  transform: translateY(-50%) rotate(40deg);
}
section#clients-list .filter select{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
section#clients-list .industries{
  position: relative;
}
section#clients-list .industry{
  margin-bottom: 30px;
  background: #fff;
  padding: 25px 30px;
  border-radius: 8px;
  transition: all 0.25s ease-out;
}
section#clients-list .industry.hide{
  position: absolute;
  display: block;
  transition: none;
}
section#clients-list .industry.invisible{
  opacity: 0;
}
section#clients-list .industry.only{
  margin-bottom: 0;
}
section#clients-list .industry:last-child{
  margin-bottom: 0;
}
section#clients-list h4{
  margin-bottom: 25px;
  color: var(--main-purple);
  text-transform: uppercase;
}
section#clients-list ul.clients{
  padding: 0;
  margin: 0;
  -webkit-column-count: 4;
     -moz-column-count: 4;
          column-count: 4;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  list-style: none;
}
section#clients-list ul.clients li{
  margin-bottom: 5px;
  font-size: 14px;
}

/*========= Blog ==========*/

#blog aside{
  max-width: 255px;
  flex-basis: 255px;
}
#blog main{
  max-width: calc(100% - 255px);
  flex-basis: calc(100% - 255px);
  padding-left: 90px;
}

/*========= Blog Header ==========*/

section#blog-header{
  background: var(--main-purple);
  padding-top: 50px;
}
section#blog-header .info{
  padding-right: 80px;
}
section#blog-header .info,
section#blog-header .image{
  max-width: 50%;
  flex: 0 0 50%;
}
section#blog-header .image a{
  border-radius: 8px;
  display: block;
  overflow: hidden;
  max-height: 600px;
  position: relative;
}
section#blog-header .image a:hover{
  filter: brightness(1.05);
}

section#blog-header .tags{
  color: #fff;
}
section#blog-header .tag{
  font-size: 14px;
  color: #fff;
}
section#blog-header .tag:hover{
  color: var(--secondary-lavender);
}
section#blog-header h1{
  margin: 10px 0 20px;
}
section#blog-header h1 a,
section#blog-header h1 a:active,
section#blog-header h1 a:visited,
section#blog-header h1 a:focus{
  text-transform: uppercase;
  color: #fff;
}
section#blog-header h1 a:hover{
  color: var(--secondary-lavender);
}
section#blog-header p{
  color: #fff;
  font-size: 18px;
  margin-bottom: 0;
}

section#blog-header .btn{
  margin-top: 25px;
}

/*========= Blog Tags ==========*/

section#blog-tags{
  font-size: 0;
  margin-bottom: 40px;
}
section#blog-tags h3{
  font-family: 'Sofia Pro', Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 24px;
}
section#blog-tags .tag{
  display: inline-block;
  border-radius: 4px;
  padding: 20px 25px;
  font-size: 18px;
  font-weight: 700;
  background: var(--neutral-8);
  margin-bottom: 16px;
}
section#blog-tags .tag:last-child{
  margin-bottom: 0;
}
section#blog-tags .tag,
section#blog-tags .tag:active,
section#blog-tags .tag:visited,
section#blog-tags .tag:focus{
  color: var(--neutral-1);
}
section#blog-tags .tag.selected,
section#blog-tags .tag:hover,
section#blog-tags .category.open .tag{
  color: #fff;
  background: var(--main-purple);
}
section#blog-tags .category:last-child:not(.open) .tag{
  margin-bottom: 0;
}

section#blog-tags .category .tag{
  position: relative;
  cursor: pointer;
  padding-right: 38px;
}
section#blog-tags .category .tag:after{
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  right: 27px;
  top: 50%;
  margin-top: -1px;
  border-bottom: solid 2px #000;
  border-right: solid 2px #000;
  -webkit-transition: all 0.1s ease-out;
       -o-transition: all 0.1s ease-out;
          transition: all 0.1s ease-out;
  -webkit-transform: rotate(45deg) translateY(-50%);
     -moz-transform: rotate(45deg) translateY(-50%);
       -o-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}
section#blog-tags .category .tag:hover:after,
section#blog-tags .category .tag.selected:after,
section#blog-tags .category.open .tag:after{
  border-color: #fff;
}
section#blog-tags .category .tags{
  position: relative;
  height: 0;
  margin: -5px 0 5px;
  overflow: hidden;
  -webkit-transition: height 0.25s ease-out;
       -o-transition: height 0.25s ease-out;
          transition: height 0.25s ease-out;
}
section#blog-tags .category.open .tags{
  height: auto;
}
section#blog-tags .category .tags span{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: absolute;
  visibility: hidden;
  padding: 0 0 10px 20px;
  opacity: 0;
}
section#blog-tags .category.open .tags span{
  position: static;
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.25s ease-out 0.25s;
       -o-transition: opacity 0.25s ease-out 0.25s;
          transition: opacity 0.25s ease-out 0.25s;
}
section#blog-tags .category .tags span a{
  font-size: 18px;
  font-weight: 400;
  text-transform: capitalize;
  color: var(--main-purple);
}
section#blog-tags .category .tags span a:active,
section#blog-tags .category .tags span a:visited,
section#blog-tags .category .tags span a:focus{
  color: var(--main-purple);
}
section#blog-tags .category .tags span a.current,
section#blog-tags .category .tags span a:hover{
  color: var(--neon-purple);
}

/*========= Blog Posts ==========*/

section#blog-posts article:nth-child(1){
  max-width: 100%;
  flex-basis: 100%;
}
section#blog-posts .posts{
  margin: 0 -15px;
}
section#blog-posts article{
  max-width: 50%;
  flex-basis: 50%;
  padding: 0 15px 50px;
}
section#blog-posts article span{
  height: 100%;
}
section#blog-posts article .image{
  display: block;
  padding-bottom: 100%;
  border-radius: 4px;
  margin-bottom: 20px;
}
section#blog-posts article .image:hover{
  filter: brightness(1.1);
}
section#blog-posts article:nth-child(1) .image{
  padding-bottom: 50%;
}
section#blog-posts article .tags{
  margin: 20px 0;
  min-height: 25px;
}
section#blog-posts article .tag{
  font-size: 18px;
  font-weight: 400;
  text-transform: capitalize;
}
section#blog-posts article .tag,
section#blog-posts article .tag:active,
section#blog-posts article .tag:visited,
section#blog-posts article .tag:focus{
  color: var(--neon-purple);
}
section#blog-posts article .tag:hover{
  color: var(--main-purple);
}
section#blog-posts article h2{
  font-size: 32px;
  margin-bottom: 10px;
}
section#blog-posts article h2 a,
section#blog-posts article h2 a:active,
section#blog-posts article h2 a:visited,
section#blog-posts article h2 a:focus{
  color: var(--neutral-1);
}
section#blog-posts article h2 a:hover{
  color: var(--main-purple);
}

/*========= Blog Pagination ==========*/

nav#blog-pagination{
  text-align: center;
}
nav#blog-pagination .prev,
nav#blog-pagination .next{
  padding: 0 6px;
  vertical-align: middle;
}
nav#blog-pagination .prev:hover,
nav#blog-pagination .next:hover{
  fill: var(--main-orange);
}
nav#blog-pagination .prev.disabled,
nav#blog-pagination .next.disabled{
  fill: var(--neutral-8);
}
nav#blog-pagination .page{
  color: var(--neutral-2);
  padding: 0 4px;
  line-height: 17px;
  font-weight: 600;
}
nav#blog-pagination .page:hover{
  color: var(--main-orange);
}
nav#blog-pagination .page.active{
  color: var(--main-orange);
}

/*========= Post ==========*/

#post aside{
  max-width: 255px;
  flex-basis: 255px;
}
#post main{
  max-width: calc(100% - 255px);
  flex-basis: calc(100% - 255px);
  padding-left: 90px;
}


/*========= Post Header ==========*/

section#post-header{
  padding-top: 50px;
  background: var(--main-purple);
}
section#post-header .info{
  padding-right: 80px;
}
section#post-header .info,
section#post-header .image{
  max-width: 50%;
  flex: 0 0 50%;
}
section#post-header .image img{
  border-radius: 8px;
}
section#post-header h1{
  margin: 0;
  text-transform: uppercase;
  color: #fff;
}
section#post-header .info.fullwidth{
  padding: 0;
  min-height: 200px;
  padding: 30px 0 0 0;
  text-align: center;
}


/*========= Post Sharing ==========*/

section#post-sharing{
  border-bottom: solid 1px #000;
  padding-bottom: 25px;
  margin-bottom: 40px;
}
section#post-sharing{
  font-size: 0;
}
section#post-sharing .read{
  font-size: 14px;
  line-height: 24px;
  margin-right: auto;
}
section#post-sharing .read img{
  margin-left: 15px;
}
section#post-sharing .share{
  margin-left: auto;
}
section#post-sharing .share a{
  margin: 0 4px;
}
section#post-sharing .share a:last-child{
  margin: 0;
}
section#post-sharing .share a:hover svg{
  fill: var(--main-orange);
}

/*========= Post Tags ==========*/

section#post-tags{
  margin-bottom: 40px;
}
section#post-tags h3 {
  font-family: 'Sofia Pro', Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
}
section#post-tags .tags a{
  font-size: 18px;
  font-weight: 400;
}
section#post-tags .tags a,
section#post-tags .tags a:active,
section#post-tags .tags a:visited,
section#post-tags .tags a:focus{
  color: var(--neutral-1);
}
section#post-tags .tags a:hover{
  color: var(--neon-purple);
}

/*========= Latest Posts ==========*/

section#latest-posts{
  background: var(--main-purple);
}
section#latest-posts .container > .content{
  color: #fff;
}
section#latest-posts .posts{
  margin: 0 -25px;
}
section#latest-posts .post{
  width: 33.333%;
  padding: 0 25px;
}
section#latest-posts .post article{
  height: 100%;
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
}
section#latest-posts .post a.image{
  display: block;
  width: 100%;
  overflow: hidden;
}
section#latest-posts .post a.image .bg{
  padding-bottom: 60%;
  transition: filter 0.1s ease-out, transform 0.25s ease-out;
}
section#latest-posts .post a.image:hover .bg{
  filter: brightness(1.1);
  transform: scale(1.01);
}
section#latest-posts .post article .content{
  padding: 25px 25px 35px;
  flex: 1;
}
section#latest-posts .post article .content > div:last-child{
  margin-top: auto;
  text-align: center;
}
section#latest-posts .post a h5{
  margin:  0 0 20px;
  color: var(--main-purple);
  transition: all 0.1s ease-out;
}
section#latest-posts .post a:hover h5{
  color: var(--light-purple);
}
section#latest-posts .post .btn{
  margin: 5px 0 0;
}

/*========= Case Studies Tabs ==========*/

section#case-studies-tabs .tabs{
    margin: 30px -10px -10px;
}

section#case-studies-tabs .tab{
  border: solid 1px #000;
  border-radius: 4px;
  text-transform: capitalize;
  min-width: 185px;
  padding: 12px 20px;
  transition: all 0.1s ease-out;
  text-align: center;
  margin: 10px;
  cursor: pointer;
  font-size: 20px;
  font-weight: 600;
}
section#case-studies-tabs .tab img,
section#case-studies-tabs .tab svg{
  width: 20px;
  height: 20px;
  fill: #000;
  margin-right: 5px;
}
section#case-studies-tabs .tab:hover{
  border-color: var(--main-purple);
  color: var(--main-purple);
}
section#case-studies-tabs .tab:hover svg{
  fill: var(--main-purple);
}
section#case-studies-tabs .tab.active{
  color: #fff;
  background: var(--main-purple);
}
section#case-studies-tabs .tab.active svg{
  fill: #fff;
}

section#case-studies-tabs .case-study{
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
section#case-studies-tabs .case-study.active{
  opacity: 1;
  visibility: visible;
  position: static;
  transition: opacity 0.25s ease-out 0.2s;
}
section#case-studies-tabs .case-study .img{
  position: relative;
  width: 50%;
  padding-bottom: 35%;
  border-radius: 11px;
  overflow: hidden;
}
section#case-studies-tabs .case-study .img:hover{
  filter: brightness(1.05);
}
section#case-studies-tabs .case-study .img .bg{
  position: absolute;
  width: 100%;
  height: 100%;
  transition: transform 1.5s ease-out;
}
section#case-studies-tabs .case-study .img:hover .bg{
  transform: scale(1.05);
}
section#case-studies-tabs .case-study .info{
  width: 50%;
  padding-left: 40px;
}
section#case-studies-tabs .case-study .info h3{
  text-transform: uppercase;
  font-weight: 600;
  color: #000;
}
section#case-studies-tabs .case-study .info a:hover h3{
  color: var(--main-purple);
}
section#case-studies-tabs .case-study .info a.link{
  margin: 0 0 5px;
  font-size: 14px;
}
section#case-studies-tabs .case-study .info a.link img,
section#case-studies-tabs .case-study .info a.link svg{
  margin-left: 4px;
  margin-top: 1px;
  width: 15px;
}
section#case-studies-tabs .case-study .info a.link svg path{
  transition: all 0.1s ease-out;
}
section#case-studies-tabs .case-study .info a.link[purple],
section#case-studies-tabs .case-study .info a.link[purple]:active
section#case-studies-tabs .case-study .info a.link[purple]:visited
section#case-studies-tabs .case-study .info a.link[purple]:focus{
  color: var(--main-purple);
}
section#case-studies-tabs .case-study .info a.link:hover,
section#case-studies-tabs .case-study .info a.link[purple]:hover{
  color: var(--neon-purple);
}
section#case-studies-tabs .case-study .info a.link:hover svg path,
section#case-studies-tabs .case-study .info a.link[orange]:hover svg path{
  fill: var(--neon-purple);
}
section#case-studies-tabs .case-study .info a.link[orange] svg path{
  fill: var(--main-orange);
}

section#case-studies-tabs .case-study .info .testimonial{
  position: relative;
  margin-top: auto;
  text-align: center;
  padding: 20px 20px 0;
  max-width: 440px;
}
section#case-studies-tabs .case-study .info .testimonial .quotation{
  position: absolute;
  top: 10px;
  width: 15px;
  height: 20px;
  fill: var(--main-orange);
}
section#case-studies-tabs .case-study .info .testimonial .quotation.left{
  left: 0;
}
section#case-studies-tabs .case-study .info .testimonial .quotation.right{
  right: 0;
  transform: scale(-1);
}
section#case-studies-tabs .case-study .info .testimonial p{
  margin-bottom: 5px;
}
section#case-studies-tabs .case-study .info .testimonial p:last-child{
  margin-bottom: 0;
}


/*========= Request a Quote ==========*/

section#request-quote .info{
  padding-right: 60px;
  width: 50%;
}
section#request-quote .testimonial{
  max-width: 495px;
  margin: 0 auto;
  padding: 0 30px;
}
section#request-quote .testimonial p{
    text-align: center;
    color: #36309e;
    font-weight: bold;
    font-style: italic;
}
section#request-quote .testimonial span{
  display: inline-block;
  position: relative;
  line-height: 22px;
  height: 22px;
}
section#request-quote .testimonial span:before{
  position: absolute;
  color: var(--neutral-8);
  font-family: Arial, Helvetica, Arial, sans-serif;
  font-size: 85px;
  display: inline-block;
  z-index: -1;
} 
section#request-quote .testimonial span:first-child:before{
  content: "“";
  -webkit-transform: translate(-52px, 7px);
     -moz-transform: translate(-52px, 7px);
       -o-transform: translate(-52px, 7px);
          transform: translate(-52px, 7px);
}
section#request-quote .testimonial span:last-child:before{
  content: "„";
  -webkit-transform: translate(7px, -12px);
     -moz-transform: translate(7px, -12px);
       -o-transform: translate(7px, -12px);
          transform: translate(7px, -12px);
}
section#request-quote .testimonial .author label{
  display: block;
  line-height: 1.2;
}
section#request-quote .testimonial p{
  margin-bottom: 20px;
}
section#request-quote .testimonial .author .photo{
  width: 55px;
  height: 55px;
  border-radius: 50%;
  margin-right: 12px;
}
section#request-quote .testimonial .centered{
  text-align: center;
}
section#request-quote .testimonial .author .name{
  font-weight: 600;
}
section#request-quote .testimonial .author .company{
  color: var(--neutral-6);
}
section#request-quote .content{
  margin-top: 50px;
  padding: 0 30px;
}
section#request-quote .content:first-child{
  margin-top: 0;
}
section#request-quote .text:empty{
display: none;
}
section#request-quote .form{
  position: relative;
  padding-left: 60px;
  width: 50%;
  background: var(--neutral-9);
}
section#request-quote .form:before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50vw;
  height: 100%;
  background: var(--neutral-9);
}
section#request-quote .form h3:empty{
  display: none;
}
section#request-quote .form > div{
  position: relative;
  z-index: 1;
}
section#request-quote .form .text:last-child{
  margin: 10px 0 0;
}
section#request-quote .form .text:last-child > *:last-child{
  margin-bottom: 0;
}

section#request-quote .hs-form .hs_submit{
  text-align: center;
}

/*------ Request a Quote Honeypot ------*/

form[data-form-id="3d023d95-f319-4b84-95d3-f1558b2d7ab2"] .hs-info{
  position: absolute;
  left: 99999px;
}

.hs-error-msg a{
  font-weight: 400;
  text-decoration: underline;
}

/* Media Queries / Responsive
==========================================*/

@media(min-width: 1025px) {
  section#tabs-vertical .tabs .slick-track{
    transform: none !important;
  }
}


@media(max-width: 1350px) {
  section#tabs-vertical .tabs-info:before{
    display: none;
  }
}

@media(max-width: 1250px) {
  section#hybrid-header .media>*:before{
    display: none;
  }
}

@media (max-width: 1300px) {
  section#home-header .bg{
    background-size: 1300px;
    padding: 0;
  }
  section#tabs-horizontal .tab-info .media:before{
    display: none;
  }
}

@media (max-width: 1200px) {
  h1,
  body .h1 {
    font-size: 70px;
  }
  body .h1-big{
    font-size: 85px;
  }
  h2,
  body .h2 {
    font-size: 56px;
  }
  body .h2-small{
    font-size: 50px;
  }
  h3,
  body .h3 {
    font-size: 40px;
    margin: -6px 0 20px;
  }
  body .h3-big{
    font-size: 46px;
    margin: -6px 0 20px;
  }
  h4,
  body .h4 {
    font-size: 31px;
  }
  section#team-member {
    padding: 80px 0;
  }
  section#games .games,
  section#game-types .types {
    margin: 0;
  }
  section#page-header .slider .slick-arrow{
    width: 25px;
    height: 25px;
  }
  section#page-header .slider .slick-arrow.slick-prev:before,
  section#page-header .slider .slick-arrow.slick-prev:after{
    margin-right: -3px;
  }
  section#page-header .slider .slick-arrow.slick-next:before,
  section#page-header .slider .slick-arrow.slick-next:after{
    margin-left: -3px;
  }
}

@media (max-width: 1150px) {
  section#page-header .image p{
    font-size: 28px;
  }
  section#clients-list ul.clients{
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }
}

@media (max-width: 1100px) {
  section#page-header .container{
    min-height: 460px;
  }
  section#clients .info{
    padding-right: 30px;
  }
  section#clients .logos{
    padding-left: 30px;
  }
  section#latest-posts .posts{
    flex-direction: column;
  }
  section#latest-posts .post{
    width: 100%;
    margin-bottom: 35px;
  }
  section#latest-posts .post:last-child{
    margin-bottom: 0;
  }
  section#latest-posts .post article{
    flex-direction: row;
    align-items: stretch;
  }
  section#latest-posts .post a.image{
    width: 35%;
  }
  section#latest-posts .post a.image .bg{
    padding: 0;
    height: 100%;
  }
  section#latest-posts .post article .content>div:last-child{
    text-align: left;
  }
  section#logos h2{
    min-width: 220px;
  }
  section#logos .logos{
    min-width: calc(100% - 220px);
  }
}

@media (max-width: 1024px) {
  h1,
  body .h1{
    font-size: 64px;
  }
  body .h1-big{
    font-size: 80px
  }
  body .h1-small{
    font-size: 64px;
  }
  h2,
  body .h2{
    font-size: 52px;
    margin: -8px 0 24px;
  }
  body .h2-small{
    font-size: 46px;
  }
  h3,
  body .h3{
    font-size: 38px;
    margin: -5px 0 20px;
  }
  body .h3-big{
    font-size: 44px;
    margin: -5px 0 20px;
  }
  h4,
  body .h4{
    font-size: 29px;
    margin: -4px 0 20px;
  }
  h5,
  body .h5{
    font-size: 24px;
  }
  h6,
  body .h6{
    font-size: 21px;
  }
  .padding,
  .padding-120{
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .top-padding,
  .top-padding-120{
    padding-top: 50px;
  }
  .bottom-padding,
  .bottom-padding-120{
    padding-bottom: 50px;
  }
  .left-padding{
    padding-left: 50px;
  }
  .right-padding{
    padding-right: 50px;
  }
  .red-arrows .slick-arrow{
    width: 48px;
    height: 45px;
  }
  .red-arrows .slick-arrow:before{
    width: 18px;
    height: 18px;
  }
  section#home-header h1{
    font-size: 58px;
  }
  section#home-header h1 img{
    height: 42px;
  }
  section#page-header .container.has-media{
    padding: 15px 25px 30px;
  }
  section#page-header .info{
    width: 100% !important;
    padding-top: 50px;
    padding-left: 0;
    padding-right: 0;
  }
  section#page-header .media{
    width: 100% !important;
  }
  section#page-header p {
    font-size: 19px;
  }
  section#hybrid-header .container{
    padding-bottom: 30px;
  }
  section#hybrid-header .info{
    width: 100%;
    max-width: 650px;
    padding: 0;
  }
  section#hybrid-header .media{
    width: 100%;
    margin-top: 60px;
  }
  section#hybrid-header .info form{
    margin-top: 50px;
    padding: 0;
  }
  section#hybrid-header .media{
    margin-top: 70px;
  }
  section#image-text-columns .column:first-child{
    width: 100%;
  }
  section#image-text-columns .column{
    width: 50%;
  }
  section#icon-columns .column{
    flex-basis: 50%;
    padding: 55px 15px 0;
  }
  section#benefits .benefits{
    margin: 0 -35px;
  }
  section#benefits .benefit{
    padding-left: 35px;
    padding-right: 35px;
  }
  section#tabs-horizontal .container{
    padding: 70px 25px 80px;
  }
  section#tabs-horizontal .tab-info{
    margin-top: 8%;
  }
  section#tabs-horizontal .tab{
    font-size: 20px;
    padding: 12px 20px;
  }
  section#tabs-vertical .tabs-container{
    padding-top: 55px;
  }
  section#cards .card{
    max-width: calc(100%/2 - 30px);
    flex: 0 0 calc(100%/2 - 30px);
  }
  section#cards .card:last-child{
    max-width: calc(100% - 30px);
    flex: 0 0 calc(100% - 30px);
  }
  section#job-content .content{
    width: 100%;
    padding: 0;
  }
  section#job-content .jobs{
    width: 100%;
  }
  section#job-content .jobs h3{
    margin: 40px 0 24px;
  }
  section#job-content .jobs br{
    display: none;
  }
  section#job-content .jobs .job{
      margin-right: 16px;
  }
  section#games .games,
  section#game-types .types{
    margin: 0;
  }
  section#games .game,
  section#game-types .type{
    max-width: 50%;
    flex-basis: 50%;
    padding-left: 30px;
    padding-right: 30px;
  }
  section#tabs-vertical .tabs-container{
    flex-direction: column-reverse;
  }
  section#tabs-vertical .tab .icon{
    width: 100%;
    margin: 0 0 10px;
  }
  section#tabs-vertical .tab .info {
    width: 100%;
    text-align: center;
  }
  section#tabs-vertical .tabs-info{
    max-width: unset;
    flex: auto;
    margin: 0;
  }
  section#tabs-vertical .tab{
    margin-bottom: 0;
    padding: 0 6px;
  }
  section#tabs-vertical .tabs{
    max-width: unset;
    flex: auto;
    margin-top: 30px;
  }
  section#tabs-vertical .tabs .slick-track{
    display: flex;
  }
  section#tabs-vertical .tabs .slick-slide{
    height: auto;
  }
  section#tabs-vertical .tabs-container{
    align-items: inherit;
  }

  .body-wrapper>#clients>.container {
    padding-top: 30px;
  }
  .body-wrapper>#clients>.container{
    flex-direction: column-reverse;
  }
  .body-wrapper > #clients main{
    width: 100%;
    padding: 0 0 80px;
  }
  .body-wrapper > #clients aside{
    width: 100%;
  }
  section#clients-list ul.clients{
    -webkit-column-count: 4;
       -moz-column-count: 4;
            column-count: 4;
  }
  #blog{
    flex-direction: column-reverse;
  }
  #post{
    flex-direction: column-reverse;
  }
  #blog aside,
  #post aside{
    max-width: 100%;
    flex-basis: 100%;
    border-top: solid 1px #000;
  }
  #post aside{
    display: flex;
    flex-direction: column-reverse;
  }
  #blog main,
  #post main{
    max-width: 100%;
    flex-basis: 100%;
    padding-left: 0;
  }
  #post main{
    padding-top: 30px;
  }
  section#blog-tags{
    margin-bottom: 0;
  }
  section#blog-tags .tag{
    margin-right: 16px;
  }
  section#blog-tags br{
    display: none;
  }
  section#team-member {
    padding: 60px 0;
  }
  section#team-member .description{
    padding-left: 40px;
  }
  section#request-quote .container{
    flex-direction: column;
  }
  section#request-quote .info{
    width: 100%;
    padding-right: 0;
  }
  section#request-quote .form{
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
  section#request-quote .form:before{
    left: -25px;
    width: 100vw;
  }
  footer .main .container{
    justify-content: center;
    padding: 64px 25px 50px;
  }
  footer .logo{
    width: 100%;
    text-align: center;
    padding: 0;
    margin-bottom: 50px;
  }
  footer .links,
  footer .about{
    width: 100%;
    text-align: center;
    padding: 0;
  }
  footer .widget-type-blog_subscribe form{
    margin: 0 auto;
  }
  footer .bottom-bar .container{
    justify-content: center;
  }
  footer .bottom-bar .container>*:last-child{
    margin: 0;
  }
}


@media (max-width: 950px) {
  section#thegogame-weve .cards{
    flex-direction: column;
    align-items: center;
  }
  section#thegogame-weve .card{
    width: 100%;
    max-width: 450px;
  }
  section#thegogame-weve .plus {
    font-size: 80px;
  }
}

@media (max-width: 900px) {
  section#hybrid-header .info{
    padding-right: 0;
  }
  section#tabs-horizontal .tab-info .media{
    width: 100%;
  }
  section#tabs-horizontal .tab-info .description{
    width: 100%;
    padding: 50px 0 0 0;
  }
  section#benefits .benefit{
    max-width: 50%;
    flex-basis: 50%;
  }
  section#team .team .member{
    max-width: 50%;
    flex-basis: 50%;
  }
  section#clients-list ul.clients {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }
  section#case-studies-tabs .tab{
    min-width: 165px;
    padding: 10px 15px;
    font-size: 18px;
  }
  section#case-studies-tabs .case-study{
    flex-direction: column;
    margin: 0 auto;
    max-width: 650px;
  }
  section#case-studies-tabs .case-study .img{
    width: 100%;
    padding-bottom: 60%;
  }
  section#case-studies-tabs .case-study .info{
    width: 100%;
    padding: 22px 0 0;
  }
  section#case-studies-tabs .case-study .info .testimonial{
    max-width: calc(100% - 40px);
    margin: 10px auto 0;
  }
}

@media (max-width: 850px) {
  section#latest-posts .post a.image{
    width: 40%;
  }
}

@media (max-width: 800px) {
  h1,
  body .h1{
    font-size: 54px;
    margin: -8px 0 25px;
  }
  body .h1-big{
    font-size: 70px;
  }
  body .h1-small{
    font-size: 54px;
  }
  h2,
  body .h2{
    font-size: 48px;
    margin: -6px 0 20px;
  }
  body .h2-small{
    font-size: 42px;
  }
  h3,
  body .h3{
    font-size: 34px;
    margin: -4px 0 15px;
  }
  body .h3-big{
    font-size: 40px;
    margin: -4px 0 15px;
  }
  h4,
  body .h4{
    font-size: 28px;
  }
  h5,
  body .h5{
    font-size: 22px;
  }
  h6,
  body .h6{
    font-size: 20px;
  }
  p{
    margin: 0 0 12px;
  }
  body .big-text{
    font-size: 19px;
  }
  section#page-header p.subtitle{
    font-size: 19px;
  }
  section#page-header p {
    font-size: 18px;
  }
  section#home-header h1{
    font-size: 56px;
  }
  section#home-header h1 img{
    height: 40px;
  }
  section#blog-header .live-demo-spacer:not(:empty),
  section#post-header .live-demo-spacer:not(:empty){
    box-sizing: content-box;
    padding-top: 10px;
  }
  section#tabs-horizontal .tab {
    font-size: 18px;
  }
  section#cards .cards{
    flex-direction: column;
    align-items: center
  }
  section#cards .card,
  section#cards .card:last-child{
    max-width: 500px;
    flex: auto;
  }
  section#clients .info{
    max-width: 100%;
    flex-basis: 100%;
    padding-right: 0;
  }
  section#clients .logos{
    max-width: unset;
    flex-basis: calc(100% + 40px);
    padding-left: 0;
    padding-top: 60px;
    margin: 0 -20px;
  }
  section#clients .logos .logo{
    max-width: 33.333%;
    flex-basis: 33.333%;
    text-align: left;
  }
  section#benefits .benefits{
    margin: 0 -30px;
  }
  section#benefits .benefit{
    padding-left: 30px;
    padding-right: 30px;
  }
  section#tabs-horizontal .container{
    padding: 60px 25px 70px;
  }
  section#tabs-vertical .description h2{
    text-align: left;
  }
  section#tabs-vertical .tabs .slick-list{
    margin: 0 100px;
    overflow: visible;
  }
  section#testimonials .testimonial p{
    font-size: 20px;
  }
  section#games .games,
  section#game-types .types{
    margin: 0 -2px;
  }
  section#games .game,
  section#game-types .type{
    padding-left: 23px;
    padding-right: 23px;
  }
  section#games .game .info,
  section#game-types .type .info{
    padding: 20px 20px 10px;
  }
  section#games .game .btn-container,
  section#game-types .type .btn-container{
    margin: auto 0 20px;
  }
  section#logos .container > .row{
    flex-direction: column;
  }
  section#logos h2{
    margin-bottom: 30px;
    text-align: center;
  }
  section#logos .logos{
    max-width: 100%;
  }
  section#case-studies-tabs .tabs{
    max-width: 500px;
    margin: 30px auto -10px;
  }
}

@media (max-width: 767px) {
  .flex-switch{
    display: none;
  }
  .navigation .flex-switch{
    display: block;
  }
  section#page-header .container.has-media {
    padding: 10px 25px 30px;
  }
  section#icon-columns .column{
    flex-basis: 100%;
    padding: 55px 0px 0;
  }
  section#icon-columns .icon{
    margin-bottom: 25px;
  }
  section#icon-columns .column h3 {
    margin-bottom: 10px;
  }

  .red-arrows .slick-arrow {
    width: 36px;
    height: 34px;
  }
  .red-arrows .slick-arrow:before {
    width: 13px;
    height: 13px;
  }
  .red-arrows .slick-prev:before {
    margin-left: 3px;
  }
  .red-arrows .slick-next:before {
    margin-left: -3px;
  }

  .body-wrapper > #clients main{
    padding: 0 0 60px;
  }
  section#clients-list .filter{
    padding: 20px 60px 20px 30px;
    line-height: 17px;
  }
  section#clients-list .filter label{
    display: none;
  }
  section#clients-list .filter:before {
    right: 27px;
    width: 11px;
  }
  section#clients-list .filter:after {
    right: 35px;
    width: 11px;
  }
  section#clients-list .filter span.desktop,
  section#clients-list .filter option.desktop{
    display: none;
  }
  section#clients-list .filter span.mobile,
  section#clients-list .filter option.mobile{
    display: block;
  }
  section#blog-header .container,
  section#post-header .container{
    flex-direction: column-reverse;
  }
  section#blog-header .info, 
  section#blog-header .image,
  section#post-header .info, 
  section#post-header .image{
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    padding-right: 0;
  }
  section#blog-header .image,
  section#post-header .image{
    margin-bottom: 20px;
  }
  section#blog-posts article {
    max-width: 100%;
    flex-basis: 100%;
    padding-bottom: 40px;
  }
  section#blog-posts article .image {
    padding-bottom: 50%;
  }
  section#team-member{
    padding: 30px 0;
  }
  section#team-member .photo{
    margin: 0 auto;
    width: 100%;
    padding-bottom: 0;
    height: 450px;
  }
  section#team-member .description{
    padding: 30px 0 0;
    width: 100%;
  }
  section#request-quote .content{
    padding: 0;
  }
  section#request-quote .form{
    padding-left: 0;
    padding-right: 0;
  }
}


@media (max-width: 700px) {
  section#request-options .option {
    max-width: 50%;
    flex-basis: 50%;
    padding: 5px;
  }
  section#request-options .players > .row,
  section#request-options .gametype > .row{
    margin: 0 -5px;
  }
  section#games-filter .option {
    max-width: 50%;
    flex-basis: 50%;
  }
  section#clients-list ul.clients {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
  section#latest-posts .post article{
    flex-direction: column;
  }
  section#latest-posts .post a.image{
    width: 100%;
  }
  section#latest-posts .post a.image .bg{
    height: auto;
    padding-bottom: 40%;
  }
  section#latest-posts h2 br,
  section#latest-posts h3 br,
  section#latest-posts h4 br{
    display: none;
  }
  section#games .games,
  section#game-types .types{
    margin: 0 -13px;
  }
  section#games .game,
  section#game-types .type{
    padding-left: 13px;
    padding-right: 13px;
  }
}
 
@media (max-width: 650px) {
  section#image-text-columns .column{
    width: 100%;
  }
}

@media (max-width: 650px) {
  section#plan-event iframe{
    margin: 0 -1.55rem;
    width: calc(100% + 3.1rem);
  }
}

@media (max-width: 600px) {
  p.big,
  .p.big{
    font-size: 17px;
  }
  p.large,
  .p.large{
    font-size: 18px;
  }
  h1,
  body .h1{
    font-size: 50px;
  }
  body .h1-big{
    font-size: 60px;
  }
  body .h1-small{
    font-size: 45px;
  }
  h2,
  body .h2{
    font-size: 44px;
  }
  body .h2-small{
    font-size: 38px;
  }
  h3,
  body .h3{
    font-size: 32px;
  }
  body .h3-big{
    font-size: 38px;
  }
  h4,
  body .h4{
    font-size: 24px;
  }
  h5,
  body .h5{
    font-size: 18px;
  }
  h6,
  body .h6{
    font-size: 18px;
  }
  body .bigger-text{
    font-size: 17px;
  }
  body .big-text{
    font-size: 18px;
  }
  .padding,
  .padding-120{
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .top-padding,
  .top-padding-120{
    padding-top: 40px;
  }
  .bottom-padding,
  .bottom-padding-120{
    padding-bottom: 40px;
  }
  .left-padding{
    padding-left: 40px;
  }
  .right-padding{
    padding-right: 40px;
  }
  section#home-header .container{
    padding: 60px 25px;
  }
  section#page-header p.subtitle{
    font-size: 18px;
  }
  section#page-header .image label{
    font-size: 22px;
  }
  section#page-header .image p{
    font-size: 26px;
  }
  section#page-header p {
    font-size: 17px;
  }
  section#home-header h1{
    font-size: 54px;
  }
  section#home-header h1 img{
    height: 38px;
  }
  section#blog-header .live-demo-spacer:not(:empty),
  section#post-header .live-demo-spacer:not(:empty){
    padding-top: 15px;
  }
  section#quote .quote {
    font-size: 20px;
  }
  section#tabs-horizontal .container{
    padding: 55px 25px 65px;
  }
  section#tabs-horizontal .tab,
  section#icon-columns p,
  section#text-block p{
    font-size: 17px;
  }
  section#tabs-vertical .tabs-container {
    padding-top: 30px;
  }
  section#clients .logos .logo{
    max-width: 50%;
    flex-basis: 50%;
  }
  section#post-sharing .read{
    line-height: 20px;
  }
  section#post-sharing .read img{
    margin-left: 10px;
  }
  section#post-sharing .read img,
  section#post-sharing .share a svg{
    width: 20px;
    height: 20px;
  }
  section#tabs-vertical .tabs .slick-list{
    margin: 0 30px;
  }
  section#tabs-vertical .tabs-info .info .content {
    margin: auto 35px 48px;
  }
  section#tabs-horizontal .tab{
    width: 100%;
    text-align: center;
  }
  section#testimonials .testimonial p{
    font-size: 18px;
  }
  section#logos .container{
    padding: 25px 0;
  }
  section#clients-list .industry{
    margin: 0 -25px;
    border-radius: 0;
    background: var(--neutral-9);
  }
  .body-wrapper>#clients main{
    padding-bottom: 20px;
  }
  .body-wrapper > #clients{
    background: #fff;
  }
  section#clients .info{
    text-align: center; 
  }
  section#clients .logos{
    padding-top: 50px;
  }
  section#latest-posts .post a.image .bg{
    padding-bottom: 50%;
  }
  section#benefits .benefits{
    margin: 0;
  }
  section#benefits .benefit{
    max-width: 100%;
    flex-basis: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  section#benefits .icon{
    margin: 0 auto 15px;
  }
  section#benefits p{
    text-align: center;
  }
  section#games .game,
  section#game-types .type{
    max-width: 100%;
    flex-basis: 100%;
  }
}

@media (max-width: 550px) {
  section#page-header .image p{
    font-size: 24px;
  }
}

@media (max-width: 500px) {
  p,
  .p{
    font-size: 15px;
  }
  p.big,
  .p.big{
    font-size: 16px;
  }
  p.large,
  .p.large{
    font-size: 16px;
  }
  section#page-header .live-demo-spacer:not(:empty) {
    padding-top: 25px;
  }
  section#page-header .image label{
    font-size: 20px;
  }
  section#page-header .image p{
    font-size: 22px;
  }
  section#blog-header .live-demo-spacer:not(:empty),
  section#post-header .live-demo-spacer:not(:empty){
    padding-top: 20px;
  }
  section#tabs-horizontal .tab,
  section#icon-columns p,
  section#text-block p{
    font-size: 16px;
  }
  section#icon-columns .column {
    padding: 50px 0px 0;
  }
  section#team .team .member{
    max-width: 100%;
    flex-basis: 100%;
  }
  section#quote .quote {
    font-size: 19px;
  }
  section#latest-posts .post a.image .bg{
    padding-bottom: 60%;
  }
  section#latest-posts .post article .content>div:last-child{
    text-align: center;
  }
  section#tabs-horizontal .container{
    padding: 50px 25px 60px;
  }
  .form-popup .popup-content br{
    display: none;
  }
  section#case-studies-tabs .case-study .info .testimonial{
    max-width: unset;
  }
}

@media (max-width: 450px) {
  section#page-header .image{
    padding-bottom: 70%;
  }
  section#page-header .image p{
    font-size: 19px;
  }
  section#hybrid-header .info form input[type=submit]{
    width: 100%;
  }
  section#request-options .option {
    max-width: 100%;
    flex-basis: 100%;
  }
  section#case-studies-tabs .tabs {
    max-width: unset;
    margin: 30px -10px -10px;
    flex-direction: column;
  }
}

@media (max-width: 430px) {
  section#page-header,
  section#blog-header,
  section#post-header{
    padding-top: 30px;
  }
}

@media (max-width: 400px) {
  p {
    font-size: 14px;
  }
  h1,
  body .h1 {
    font-size: 46px;
  }
  body .h1-big{
    font-size: 50px;
  }
  h2,
  body .h2 {
    font-size: 40px;
  }
  body .h2-small{
    font-size: 36px;
  }
  h3,
  body .h3 {
    font-size: 30px;
  }
  h4,
  body .h4 {
    font-size: 22px;
  }
  section#page-header p{
    font-size: 16px;
  }
  section#page-header .image{
    padding-bottom: 80%;
  }
  section#page-header .image label{
    font-size: 18px;
  }
  section#hybrid-header .info form .input{
    margin: 0;
  }
  section#hybrid-header .media{
    margin-top: 50px;
  }
  section#hybrid-header .info form {
    margin-top: 35px;
  }
  section#tabs-vertical .tabs-info .info .content {
    margin: auto 25px 48px;
  }
  section#clients-list ul.clients {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
  section#team-member .photo{
    height: 350px;
  }
  section#games .game,
  section#game-types .type {
    max-width: 100%;
    flex-basis: 100%;
    padding: 50px 0 0;
  }
}