@charset "UTF-8";
/*
**********************************************************************
* Project: Design Matters 2.0
* Dev Team: https:phases.dk/
* Style.css file - A stylesheet for Spectrum page.
* Date: 07-01-2020
**********************************************************************
*/
/*!
 * Bootstrap Reboot v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

@-ms-viewport {
  width: device-width; }

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

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

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
  a:hover {
    color: #0056b3;
    text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: .5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

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

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

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

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

@-ms-viewport {
  width: device-width; }

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

*,
*::before,
*::after {
  box-sizing: inherit; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1450px; } }

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  flex-basis: 0;
  -webkit-box-flex: 1;
          flex-grow: 1;
  max-width: 100%; }

.col-auto {
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  -webkit-box-flex: 0;
          flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  -webkit-box-flex: 0;
          flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  -webkit-box-flex: 0;
          flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -webkit-box-flex: 0;
          flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  -webkit-box-flex: 0;
          flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -webkit-box-flex: 0;
          flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  -webkit-box-flex: 0;
          flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  -webkit-box-flex: 0;
          flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  -webkit-box-flex: 0;
          flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  -webkit-box-flex: 0;
          flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  -webkit-box-ordinal-group: 0;
          order: -1; }

.order-last {
  -webkit-box-ordinal-group: 14;
          order: 13; }

.order-0 {
  -webkit-box-ordinal-group: 1;
          order: 0; }

.order-1 {
  -webkit-box-ordinal-group: 2;
          order: 1; }

.order-2 {
  -webkit-box-ordinal-group: 3;
          order: 2; }

.order-3 {
  -webkit-box-ordinal-group: 4;
          order: 3; }

.order-4 {
  -webkit-box-ordinal-group: 5;
          order: 4; }

.order-5 {
  -webkit-box-ordinal-group: 6;
          order: 5; }

.order-6 {
  -webkit-box-ordinal-group: 7;
          order: 6; }

.order-7 {
  -webkit-box-ordinal-group: 8;
          order: 7; }

.order-8 {
  -webkit-box-ordinal-group: 9;
          order: 8; }

.order-9 {
  -webkit-box-ordinal-group: 10;
          order: 9; }

.order-10 {
  -webkit-box-ordinal-group: 11;
          order: 10; }

.order-11 {
  -webkit-box-ordinal-group: 12;
          order: 11; }

.order-12 {
  -webkit-box-ordinal-group: 13;
          order: 12; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    -webkit-box-flex: 0;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
            order: -1; }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
            order: 13; }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
            order: 0; }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
            order: 1; }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
            order: 2; }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
            order: 3; }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
            order: 4; }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
            order: 5; }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
            order: 6; }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
            order: 7; }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
            order: 8; }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
            order: 9; }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
            order: 10; }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
            order: 11; }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
            order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    -webkit-box-flex: 0;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
            order: -1; }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
            order: 13; }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
            order: 0; }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
            order: 1; }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
            order: 2; }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
            order: 3; }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
            order: 4; }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
            order: 5; }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
            order: 6; }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
            order: 7; }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
            order: 8; }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
            order: 9; }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
            order: 10; }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
            order: 11; }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
            order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    -webkit-box-flex: 0;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
            order: -1; }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
            order: 13; }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
            order: 0; }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
            order: 1; }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
            order: 2; }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
            order: 3; }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
            order: 4; }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
            order: 5; }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
            order: 6; }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
            order: 7; }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
            order: 8; }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
            order: 9; }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
            order: 10; }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
            order: 11; }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
            order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1 {
    -webkit-box-flex: 0;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
            order: -1; }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
            order: 13; }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
            order: 0; }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
            order: 1; }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
            order: 2; }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
            order: 3; }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
            order: 4; }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
            order: 5; }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
            order: 6; }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
            order: 7; }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
            order: 8; }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
            order: 9; }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
            order: 10; }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
            order: 11; }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
            order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: -webkit-box !important;
  display: flex !important; }

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: -webkit-box !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: -webkit-box !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: -webkit-box !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: -webkit-box !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: -webkit-box !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: inline-flex !important; } }

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
          flex-direction: row !important; }

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
          flex-direction: column !important; }

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
          flex-direction: row-reverse !important; }

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
          flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.justify-content-start {
  -webkit-box-pack: start !important;
          justify-content: flex-start !important; }

.justify-content-end {
  -webkit-box-pack: end !important;
          justify-content: flex-end !important; }

.justify-content-center {
  -webkit-box-pack: center !important;
          justify-content: center !important; }

.justify-content-between {
  -webkit-box-pack: justify !important;
          justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  -webkit-box-align: start !important;
          align-items: flex-start !important; }

.align-items-end {
  -webkit-box-align: end !important;
          align-items: flex-end !important; }

.align-items-center {
  -webkit-box-align: center !important;
          align-items: center !important; }

.align-items-baseline {
  -webkit-box-align: baseline !important;
          align-items: baseline !important; }

.align-items-stretch {
  -webkit-box-align: stretch !important;
          align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important; }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important; }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
            justify-content: center !important; }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    -webkit-box-align: start !important;
            align-items: flex-start !important; }
  .align-items-sm-end {
    -webkit-box-align: end !important;
            align-items: flex-end !important; }
  .align-items-sm-center {
    -webkit-box-align: center !important;
            align-items: center !important; }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
            align-items: baseline !important; }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
            align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important; }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important; }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
            justify-content: center !important; }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    -webkit-box-align: start !important;
            align-items: flex-start !important; }
  .align-items-md-end {
    -webkit-box-align: end !important;
            align-items: flex-end !important; }
  .align-items-md-center {
    -webkit-box-align: center !important;
            align-items: center !important; }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
            align-items: baseline !important; }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
            align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important; }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important; }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
            justify-content: center !important; }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    -webkit-box-align: start !important;
            align-items: flex-start !important; }
  .align-items-lg-end {
    -webkit-box-align: end !important;
            align-items: flex-end !important; }
  .align-items-lg-center {
    -webkit-box-align: center !important;
            align-items: center !important; }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
            align-items: baseline !important; }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
            align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important; }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important; }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
            justify-content: center !important; }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    -webkit-box-align: start !important;
            align-items: flex-start !important; }
  .align-items-xl-end {
    -webkit-box-align: end !important;
            align-items: flex-end !important; }
  .align-items-xl-center {
    -webkit-box-align: center !important;
            align-items: center !important; }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
            align-items: baseline !important; }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
            align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; } }

/* 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;
  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: none; }

.slick-list.dragging {
  cursor: pointer; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-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:before,
.slick-track:after {
  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; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    -moz-user-select: none;
     -ms-user-select: none;
         user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      position: relative; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    -moz-user-select: none;
     -ms-user-select: none;
         user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline-block;
      overflow: hidden;
      padding-left: 8px;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .select2-container .select2-search--inline {
    float: left; }
    .select2-container .select2-search--inline .select2-search__field {
      box-sizing: border-box;
      border: none;
      font-size: 100%;
      margin-top: 5px;
      padding: 0; }
      .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none; }
  .select2-results__option[aria-selected] {
    cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%; }
    .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
      list-style: none; }
  .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  outline: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, white), to(#eeeeee));
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x; }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #dee2e6;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(#cccccc));
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x; }
    .select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #dee2e6;
  border-radius: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(50%, #eeeeee));
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(white));
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x; }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  cursor: text;
  outline: 0; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #dee2e6;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

@font-face {
  font-family: 'Cormorant';
  src: url("../fonts/Cormorant/Cormorant-SemiBold.eot");
  src: url("../fonts/Cormorant/Cormorant-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Cormorant/Cormorant-SemiBold.woff2") format("woff2"), url("../fonts/Cormorant/Cormorant-SemiBold.woff") format("woff"), url("../fonts/Cormorant/Cormorant-SemiBold.ttf") format("truetype"), url("../fonts/Cormorant/Cormorant-SemiBold.svg#Cormorant-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'Cormorant';
  src: url("../fonts/Cormorant/Cormorant-Bold.eot");
  src: url("../fonts/Cormorant/Cormorant-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Cormorant/Cormorant-Bold.woff2") format("woff2"), url("../fonts/Cormorant/Cormorant-Bold.woff") format("woff"), url("../fonts/Cormorant/Cormorant-Bold.ttf") format("truetype"), url("../fonts/Cormorant/Cormorant-Bold.svg#Cormorant-Bold") format("svg");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Cormorant';
  src: url("../fonts/Cormorant/Cormorant-Medium.eot");
  src: url("../fonts/Cormorant/Cormorant-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Cormorant/Cormorant-Medium.woff2") format("woff2"), url("../fonts/Cormorant/Cormorant-Medium.woff") format("woff"), url("../fonts/Cormorant/Cormorant-Medium.ttf") format("truetype"), url("../fonts/Cormorant/Cormorant-Medium.svg#Cormorant-Medium") format("svg");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Cormorant';
  src: url("../fonts/Cormorant/Cormorant-LightItalic.eot");
  src: url("../fonts/Cormorant/Cormorant-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Cormorant/Cormorant-LightItalic.woff2") format("woff2"), url("../fonts/Cormorant/Cormorant-LightItalic.woff") format("woff"), url("../fonts/Cormorant/Cormorant-LightItalic.ttf") format("truetype"), url("../fonts/Cormorant/Cormorant-LightItalic.svg#Cormorant-LightItalic") format("svg");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: 'Cormorant';
  src: url("../fonts/Cormorant/Cormorant-BoldItalic.eot");
  src: url("../fonts/Cormorant/Cormorant-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Cormorant/Cormorant-BoldItalic.woff2") format("woff2"), url("../fonts/Cormorant/Cormorant-BoldItalic.woff") format("woff"), url("../fonts/Cormorant/Cormorant-BoldItalic.ttf") format("truetype"), url("../fonts/Cormorant/Cormorant-BoldItalic.svg#Cormorant-BoldItalic") format("svg");
  font-weight: bold;
  font-style: italic; }

@font-face {
  font-family: 'Cormorant';
  src: url("../fonts/Cormorant/Cormorant-MediumItalic.eot");
  src: url("../fonts/Cormorant/Cormorant-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Cormorant/Cormorant-MediumItalic.woff2") format("woff2"), url("../fonts/Cormorant/Cormorant-MediumItalic.woff") format("woff"), url("../fonts/Cormorant/Cormorant-MediumItalic.ttf") format("truetype"), url("../fonts/Cormorant/Cormorant-MediumItalic.svg#Cormorant-MediumItalic") format("svg");
  font-weight: 500;
  font-style: italic; }

@font-face {
  font-family: 'Cormorant';
  src: url("../fonts/Cormorant/Cormorant-Regular.eot");
  src: url("../fonts/Cormorant/Cormorant-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Cormorant/Cormorant-Regular.woff2") format("woff2"), url("../fonts/Cormorant/Cormorant-Regular.woff") format("woff"), url("../fonts/Cormorant/Cormorant-Regular.ttf") format("truetype"), url("../fonts/Cormorant/Cormorant-Regular.svg#Cormorant-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Cormorant';
  src: url("../fonts/Cormorant/Cormorant-Italic.eot");
  src: url("../fonts/Cormorant/Cormorant-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/Cormorant/Cormorant-Italic.woff2") format("woff2"), url("../fonts/Cormorant/Cormorant-Italic.woff") format("woff"), url("../fonts/Cormorant/Cormorant-Italic.ttf") format("truetype"), url("../fonts/Cormorant/Cormorant-Italic.svg#Cormorant-Italic") format("svg");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'Cormorant';
  src: url("../fonts/Cormorant/Cormorant-Light.eot");
  src: url("../fonts/Cormorant/Cormorant-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Cormorant/Cormorant-Light.woff2") format("woff2"), url("../fonts/Cormorant/Cormorant-Light.woff") format("woff"), url("../fonts/Cormorant/Cormorant-Light.ttf") format("truetype"), url("../fonts/Cormorant/Cormorant-Light.svg#Cormorant-Light") format("svg");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Cormorant';
  src: url("../fonts/Cormorant/Cormorant-SemiBoldItalic.eot");
  src: url("../fonts/Cormorant/Cormorant-SemiBoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Cormorant/Cormorant-SemiBoldItalic.woff2") format("woff2"), url("../fonts/Cormorant/Cormorant-SemiBoldItalic.woff") format("woff"), url("../fonts/Cormorant/Cormorant-SemiBoldItalic.ttf") format("truetype"), url("../fonts/Cormorant/Cormorant-SemiBoldItalic.svg#Cormorant-SemiBoldItalic") format("svg");
  font-weight: 600;
  font-style: italic; }

@font-face {
  font-family: 'Droulers WEB';
  src: url("../fonts/Droulers WEB Italic/DroulersWEB-Italic.eot");
  src: url("../fonts/Droulers WEB Italic/DroulersWEB-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/Droulers WEB Italic/DroulersWEB-Italic.woff2") format("woff2"), url("../fonts/Droulers WEB Italic/DroulersWEB-Italic.woff") format("woff"), url("../fonts/Droulers WEB Italic/DroulersWEB-Italic.ttf") format("truetype"), url("../fonts/Droulers WEB Italic/DroulersWEB-Italic.svg#DroulersWEB-Italic") format("svg");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'khatija_calligraphyregular';
  src: url("../fonts/khatija_calligraphy/khatija_calligraphy-webfont.eot");
  src: url("../fonts/khatija_calligraphy/khatija_calligraphy-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/khatija_calligraphy/khatija_calligraphy-webfont.woff2") format("woff2"), url("../fonts/khatija_calligraphy/khatija_calligraphy-webfont.woff") format("woff"), url("../fonts/khatija_calligraphy/khatija_calligraphy-webfont.ttf") format("truetype"), url("../fonts/khatija_calligraphy/khatija_calligraphy-webfont.svg#khatija_calligraphyregular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'modak';
  src: url("../fonts/Modak/Modak-Regular.ttf") format("truetype");
  font-style: normal; }

@font-face {
  font-family: 'Overpass';
  src: url("../fonts/Overpass/Overpass-BoldItalic.eot");
  src: url("../fonts/Overpass/Overpass-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Overpass/Overpass-BoldItalic.woff2") format("woff2"), url("../fonts/Overpass/Overpass-BoldItalic.woff") format("woff"), url("../fonts/Overpass/Overpass-BoldItalic.ttf") format("truetype"), url("../fonts/Overpass/Overpass-BoldItalic.svg#Overpass-BoldItalic") format("svg");
  font-weight: bold;
  font-style: italic; }

@font-face {
  font-family: 'Overpass';
  src: url("../fonts/Overpass/Overpass-Regular.eot");
  src: url("../fonts/Overpass/Overpass-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Overpass/Overpass-Regular.woff2") format("woff2"), url("../fonts/Overpass/Overpass-Regular.woff") format("woff"), url("../fonts/Overpass/Overpass-Regular.ttf") format("truetype"), url("../fonts/Overpass/Overpass-Regular.svg#Overpass-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Overpass';
  src: url("../fonts/Overpass/Overpass-SemiBoldItalic.eot");
  src: url("../fonts/Overpass/Overpass-SemiBoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Overpass/Overpass-SemiBoldItalic.woff2") format("woff2"), url("../fonts/Overpass/Overpass-SemiBoldItalic.woff") format("woff"), url("../fonts/Overpass/Overpass-SemiBoldItalic.ttf") format("truetype"), url("../fonts/Overpass/Overpass-SemiBoldItalic.svg#Overpass-SemiBoldItalic") format("svg");
  font-weight: 600;
  font-style: italic; }

@font-face {
  font-family: 'Overpass';
  src: url("../fonts/Overpass/Overpass-BlackItalic.eot");
  src: url("../fonts/Overpass/Overpass-BlackItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Overpass/Overpass-BlackItalic.woff2") format("woff2"), url("../fonts/Overpass/Overpass-BlackItalic.woff") format("woff"), url("../fonts/Overpass/Overpass-BlackItalic.ttf") format("truetype"), url("../fonts/Overpass/Overpass-BlackItalic.svg#Overpass-BlackItalic") format("svg");
  font-weight: 900;
  font-style: italic; }

@font-face {
  font-family: 'Overpass';
  src: url("../fonts/Overpass/Overpass-ThinItalic.eot");
  src: url("../fonts/Overpass/Overpass-ThinItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Overpass/Overpass-ThinItalic.woff2") format("woff2"), url("../fonts/Overpass/Overpass-ThinItalic.woff") format("woff"), url("../fonts/Overpass/Overpass-ThinItalic.ttf") format("truetype"), url("../fonts/Overpass/Overpass-ThinItalic.svg#Overpass-ThinItalic") format("svg");
  font-weight: 100;
  font-style: italic; }

@font-face {
  font-family: 'Overpass';
  src: url("../fonts/Overpass/Overpass-SemiBold.eot");
  src: url("../fonts/Overpass/Overpass-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Overpass/Overpass-SemiBold.woff2") format("woff2"), url("../fonts/Overpass/Overpass-SemiBold.woff") format("woff"), url("../fonts/Overpass/Overpass-SemiBold.ttf") format("truetype"), url("../fonts/Overpass/Overpass-SemiBold.svg#Overpass-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'Overpass';
  src: url("../fonts/Overpass/Overpass-ExtraBold.eot");
  src: url("../fonts/Overpass/Overpass-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Overpass/Overpass-ExtraBold.woff2") format("woff2"), url("../fonts/Overpass/Overpass-ExtraBold.woff") format("woff"), url("../fonts/Overpass/Overpass-ExtraBold.ttf") format("truetype"), url("../fonts/Overpass/Overpass-ExtraBold.svg#Overpass-ExtraBold") format("svg");
  font-weight: 800;
  font-style: normal; }

@font-face {
  font-family: 'Overpass';
  src: url("../fonts/Overpass/Overpass-ExtraLight.eot");
  src: url("../fonts/Overpass/Overpass-ExtraLight.eot?#iefix") format("embedded-opentype"), url("../fonts/Overpass/Overpass-ExtraLight.woff2") format("woff2"), url("../fonts/Overpass/Overpass-ExtraLight.woff") format("woff"), url("../fonts/Overpass/Overpass-ExtraLight.ttf") format("truetype"), url("../fonts/Overpass/Overpass-ExtraLight.svg#Overpass-ExtraLight") format("svg");
  font-weight: 200;
  font-style: normal; }

@font-face {
  font-family: 'Overpass';
  src: url("../fonts/Overpass/Overpass-ExtraLightItalic.eot");
  src: url("../fonts/Overpass/Overpass-ExtraLightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Overpass/Overpass-ExtraLightItalic.woff2") format("woff2"), url("../fonts/Overpass/Overpass-ExtraLightItalic.woff") format("woff"), url("../fonts/Overpass/Overpass-ExtraLightItalic.ttf") format("truetype"), url("../fonts/Overpass/Overpass-ExtraLightItalic.svg#Overpass-ExtraLightItalic") format("svg");
  font-weight: 200;
  font-style: italic; }

@font-face {
  font-family: 'Overpass';
  src: url("../fonts/Overpass/Overpass-LightItalic.eot");
  src: url("../fonts/Overpass/Overpass-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Overpass/Overpass-LightItalic.woff2") format("woff2"), url("../fonts/Overpass/Overpass-LightItalic.woff") format("woff"), url("../fonts/Overpass/Overpass-LightItalic.ttf") format("truetype"), url("../fonts/Overpass/Overpass-LightItalic.svg#Overpass-LightItalic") format("svg");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: 'Overpass';
  src: url("../fonts/Overpass/Overpass-Thin.eot");
  src: url("../fonts/Overpass/Overpass-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/Overpass/Overpass-Thin.woff2") format("woff2"), url("../fonts/Overpass/Overpass-Thin.woff") format("woff"), url("../fonts/Overpass/Overpass-Thin.ttf") format("truetype"), url("../fonts/Overpass/Overpass-Thin.svg#Overpass-Thin") format("svg");
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: 'Overpass';
  src: url("../fonts/Overpass/Overpass-ExtraBoldItalic.eot");
  src: url("../fonts/Overpass/Overpass-ExtraBoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Overpass/Overpass-ExtraBoldItalic.woff2") format("woff2"), url("../fonts/Overpass/Overpass-ExtraBoldItalic.woff") format("woff"), url("../fonts/Overpass/Overpass-ExtraBoldItalic.ttf") format("truetype"), url("../fonts/Overpass/Overpass-ExtraBoldItalic.svg#Overpass-ExtraBoldItalic") format("svg");
  font-weight: 800;
  font-style: italic; }

@font-face {
  font-family: 'Overpass';
  src: url("../fonts/Overpass/Overpass-Bold.eot");
  src: url("../fonts/Overpass/Overpass-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Overpass/Overpass-Bold.woff2") format("woff2"), url("../fonts/Overpass/Overpass-Bold.woff") format("woff"), url("../fonts/Overpass/Overpass-Bold.ttf") format("truetype"), url("../fonts/Overpass/Overpass-Bold.svg#Overpass-Bold") format("svg");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Overpass';
  src: url("../fonts/Overpass/Overpass-Black.eot");
  src: url("../fonts/Overpass/Overpass-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Overpass/Overpass-Black.woff2") format("woff2"), url("../fonts/Overpass/Overpass-Black.woff") format("woff"), url("../fonts/Overpass/Overpass-Black.ttf") format("truetype"), url("../fonts/Overpass/Overpass-Black.svg#Overpass-Black") format("svg");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: 'Overpass';
  src: url("../fonts/Overpass/Overpass-Italic.eot");
  src: url("../fonts/Overpass/Overpass-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/Overpass/Overpass-Italic.woff2") format("woff2"), url("../fonts/Overpass/Overpass-Italic.woff") format("woff"), url("../fonts/Overpass/Overpass-Italic.ttf") format("truetype"), url("../fonts/Overpass/Overpass-Italic.svg#Overpass-Italic") format("svg");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'Overpass';
  src: url("../fonts/Overpass/Overpass-Light.eot");
  src: url("../fonts/Overpass/Overpass-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Overpass/Overpass-Light.woff2") format("woff2"), url("../fonts/Overpass/Overpass-Light.woff") format("woff"), url("../fonts/Overpass/Overpass-Light.ttf") format("truetype"), url("../fonts/Overpass/Overpass-Light.svg#Overpass-Light") format("svg");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'hirakakustdn';
  src: url("../fonts/Hirakakustdn/HiraKakuStdN-W7-AlphaNum.woff2") format("woff2"), url("../fonts/Hirakakustdn/HiraKakuStdN-W7-AlphaNum.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'hirakakustdn';
  src: url("../fonts/Hirakakustdn/HiraKakuStdN-W7-AlphaNum.woff2") format("woff2"), url("../fonts/Hirakakustdn/HiraKakuStdN-W7-AlphaNum.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

/*Color Variables*/
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999; }

.header {
  position: relative;
  width: 100%;
  padding: 0 82px 0 12.5px;
  padding-top: 9px;
  float: left;
  width: 100%; }
  .header p {
    margin-bottom: 0;
    letter-spacing: -1.06px; }
    @media (max-width: 1024px) {
      .header p {
        letter-spacing: -0.51px; } }
  .header a {
    display: inline-block; }
    .header a:hover {
      text-decoration: none; }
  .header img {
    max-width: 100%; }
  .header .title p b {
    margin-left: 3px; }

.menu li {
  list-style-type: none; }

.logo {
  float: left; }

.title {
  float: right;
  line-height: 36px;
  font-family: Overpass;
  font-size: 29px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -1.06px;
  color: #000000;
  margin-top: 9px;
  line-height: 26px; }
  .title b {
    font-weight: bold;
    letter-spacing: -0.56px; }
    @media (max-width: 1024px) {
      .title b {
        letter-spacing: -0.27px; } }

#humburger {
  padding: 16px 0px;
  margin-top: -12px; }

.humburger {
  position: absolute;
  right: 19px;
  top: 13px;
  max-width: 39px;
  float: right;
  cursor: pointer;
  z-index: 3; }
  .humburger > a {
    line-height: 0;
    cursor: pointer; }
    .humburger > a span:nth-child(1), .humburger > a span:nth-child(3) {
      transition: all 0.2s ease;
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease; }
    .humburger > a.active span:nth-child(1) {
      transform: translateY(7px) rotate(-40deg);
      -webkit-transform: translateY(7px) rotate(-40deg);
      -moz-transform: translateY(7px) rotate(-40deg);
      transition: all 0.2s ease;
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease; }
    .humburger > a.active span:nth-child(3) {
      transform: translateY(-1px) rotate(40deg);
      -webkit-transform: translateY(-1px) rotate(40deg);
      -moz-transform: translateY(-1px) rotate(40deg);
      transition: all 0.2s ease;
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease; }
    .humburger > a.active span:nth-child(2) {
      display: none; }
  .humburger span {
    display: inline-block;
    background: url("../images/icons/humbuger/rect.png") no-repeat;
    width: 39px;
    height: 5px;
    margin-bottom: 3px;
    vertical-align: top; }
    .humburger span:last-child {
      margin-bottom: 0; }

@media screen and (max-width: 1024px) {
  .humburger {
    top: 5px;
    right: 17px; } }

.nav-menu {
  position: fixed;
  left: 100%;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffefcf;
  transition: left 0.3s ease;
  -webkit-transition: left 0.3s ease;
  -moz-transition: left 0.3s ease;
  overflow: auto; }
  .nav-menu.active {
    z-index: 99999;
    left: 0;
    transition: left 0.3s ease;
    -webkit-transition: left 0.3s ease;
    -moz-transition: left 0.3s ease; }
    .nav-menu.active:after {
      content: "";
      left: 50%;
      transform: translateX(-50%) scale(1);
      -webkit-transform: translateX(-50%) scale(1);
      -moz-transform: translateX(-50%) scale(1); }
  .nav-menu:after {
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    overflow: hidden;
    background-image: url("../images/extras/orange-stoke-old.png");
    left: 100%;
    transform: translateX(0) scale(1);
    -webkit-transform: translateX(0) scale(1);
    -moz-transform: translateX(0) scale(1);
    bottom: 0; }

.primary-menu {
  padding-top: 80px;
  padding-left: 20px;
  margin-bottom: 10px; }

.secondary-menu {
  padding-left: 100px; }

.primary-menu-item.current-menu-item a {
  text-transform: uppercase;
  padding-left: 0 !important;
  color: #ffa73e !important; }

.primary-menu-item a {
  color: #000000 !important;
  font-size: 100px;
  font-weight: 600;
  letter-spacing: -6.5px;
  line-height: 98px;
  text-transform: uppercase;
  font-style: normal;
  font-family: Overpass;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease; }
  .primary-menu-item a.active {
    color: #f68602 !important; }
  .primary-menu-item a:hover {
    color: #f68602 !important;
    text-decoration: none;
    padding-left: 20px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease; }

.secondary-menu-item.current-menu-item a {
  text-transform: uppercase;
  padding-left: 0px !important;
  color: #ffa73e !important; }

.secondary-menu-item a {
  color: #ffa73e;
  font-size: 30px;
  font-weight: 700;
  line-height: 56px;
  font-family: Overpass;
  z-index: 1;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  text-transform: capitalize;
  position: relative; }
  .secondary-menu-item a:hover {
    color: #000000 !important;
    text-decoration: none;
    padding-left: 6px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease; }

@-webkit-keyframes slide-down {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes slide-down {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

.fixed-header {
  position: fixed;
  width: 100%;
  -webkit-animation: 0.8s slide-down;
          animation: 0.8s slide-down;
  z-index: 99999; }

@media screen and (max-width: 1024px) {
  .header .title p b {
    margin-left: 0; } }

.nav-menu.active + header .logo,
.nav-menu.active + header .title {
  display: none; }

.nav-menu.active + header .ticket-link {
  opacity: 0; }

.menu-item a {
  text-decoration: none !important; }

@media screen and (max-width: 1024px) {
  .mac-body .title {
    margin-top: 1px; }
  .mac-body .humburger {
    top: 15px !important; } }

.mac-body .title {
  margin-top: 5px; }

/* new spec*/
.nav-menu.active + header .header {
  background: none; }

.home .header {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0)); }

.mac-body .humburger {
  top: 9px !important; }

.shade-remove .header {
  background: none !important; }

/* New style */
@media screen and (min-width: 1025px) {
  .secondary-menu {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
    max-width: 970px; } }

.primary-footer {
  background: #001aff;
  width: 100%;
  padding-top: 17px;
  float: left; }
  @media (max-width: 1024px) {
    .primary-footer {
      padding-top: 18px; } }

.pr-footer-stroke,
.pr-footer-heading,
.footer p {
  font-stretch: normal;
  font-style: normal; }

.pr-footer-stroke {
  width: 100%;
  display: inline-block;
  padding-left: 147px;
  -webkit-text-stroke: 3px #ff0000;
  font-family: Overpass;
  font-size: 100px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: -3.65px;
  color: #ffffff;
  transform: translateY(62px);
  -webkit-transform: translateY(62px);
  -moz-transform: translateY(62px); }

.pr-footer-heading {
  width: 100%;
  display: inline-block;
  font-family: Cormorant;
  font-size: 250px;
  font-weight: bold;
  line-height: 0.27;
  letter-spacing: -9.13px;
  color: #ffffff;
  line-height: 158px;
  margin-bottom: 37px; }

.footer {
  position: relative;
  z-index: 9; }
  .footer p {
    font-family: Overpass;
    font-size: 30px;
    font-weight: 300;
    line-height: 1.1;
    letter-spacing: -1.1px;
    text-align: center;
    color: #ffffff; }
  .footer .agreement {
    display: none; }

.pr-footer-header {
  max-width: 765px;
  margin: 0 auto; }

.primary-footer-para {
  max-width: 627px;
  margin: 0 auto;
  padding-bottom: 74px; }

.partners-list {
  max-width: 1289px;
  padding: 0 24px;
  margin: 0 auto;
  display: -webkit-box;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-justify-content: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-bottom: 110px; }

.partners-list {
  max-width: 1230px; }

@media screen and (min-width: 1025px) {
  .partners-list .partner {
    max-width: calc(100% / 3);
    max-width: -webkit-calc(100% / 3);
    width: 100%;
    margin-bottom: 45px; }
  .partners-list .partner:nth-child(7) {
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px); } }

.partner {
  text-align: center;
  padding: 0 39px; }

.news-letter {
  background: #ffefcf;
  float: left;
  width: 100%;
  padding-top: 129px;
  position: relative; }
  .news-letter:before {
    content: "";
    background: url("../images/extras/footer-bg.png") no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 1; }

.news-letter-inner-content {
  position: relative;
  z-index: 2; }

.news-letter-header {
  line-height: 91px;
  font-family: Overpass;
  font-size: 59px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.19;
  letter-spacing: -2.45px;
  text-align: center;
  color: #000000;
  margin-bottom: 23px;
  position: relative;
  z-index: 2; }

.footer .news-letter-header {
  margin-bottom: 22px; }

.home.mac-body .footer .news-letter-header {
  margin-bottom: 28px; }

@media screen and (max-width: 1024px) {
  .footer p.agreement {
    font-weight: 300 !important; }
  .home.mac-body .news-letter-button {
    line-height: 33px !important; }
  .home.mac-body .news-letter-input {
    padding-top: 0 !important; } }

.news-letter-button {
  text-transform: uppercase; }

.news-letter-field {
  max-width: 906px;
  margin: 0 auto;
  padding: 0 15px;
  margin-bottom: 79px; }

.news-letter-wrapper {
  position: relative; }

.news-letter-button {
  position: absolute;
  right: 9px;
  top: 5px;
  height: 64px;
  width: 141px;
  background-color: #c67f2e;
  -webkit-text-stroke: 2px #001aff;
  -webkit-text-fill-color: #ffffff;
  font-family: Overpass;
  font-size: 31px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -1.47px;
  text-align: center;
  color: #ffffff !important;
  text-decoration: none !important;
  line-height: 73px;
  box-shadow: 3px 3px 0px 0px #585e8d;
  -webkit-box-shadow: 3px 3px 0px 0px #585e8d;
  -moz-box-shadow: 3px 3px 0px 0px #585e8d; }
  .news-letter-button:hover {
    text-decoration: none; }

.news-letter-input {
  height: 77px;
  width: 100%;
  border: none;
  outline: none;
  border: solid 2px #ca8400;
  background-color: #d88d00;
  font-family: Overpass;
  font-size: 35px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.91;
  letter-spacing: -2.94px;
  color: #ffffff;
  padding: 6px 187px 0 27px; }

.s-item {
  float: left; }
  .s-item a {
    display: inline-block;
    padding: 0 29px;
    vertical-align: top; }

.social-media {
  max-width: 698px;
  margin: 0 auto;
  margin-bottom: 19px;
  position: relative;
  z-index: 1; }
  .social-media:after {
    content: "";
    display: table;
    clear: both; }

.contact-us-para {
  max-width: 546px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  margin-bottom: 65px; }
  .contact-us-para p {
    font-family: Overpass;
    font-size: 22px;
    font-weight: 200;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.14;
    letter-spacing: normal;
    text-align: center;
    color: #000000; }
    .contact-us-para p .link-bold {
      font-weight: 200 !important;
      position: relative;
      text-decoration: none;
      position: relative;
      text-decoration: none; }
      .contact-us-para p .link-bold:after {
        content: '';
        position: absolute;
        bottom: -2px;
        left: 0;
        width: 100%;
        height: 1px;
        border: 1px solid #cd7002; }
      .contact-us-para p .link-bold:hover {
        color: #cd7002; }
      .contact-us-para p .link-bold:after {
        content: '';
        position: absolute;
        bottom: -2px;
        left: 0;
        width: 100%;
        height: 1px;
        border: 1px solid #cd7002; }

.link-bold {
  font-weight: bold;
  color: #cd7002;
  text-decoration: underline; }

.contact-us-footer {
  text-decoration: none;
  color: #000000; }
  .contact-us-footer:hover {
    text-decoration: none; }

.footer p.agreement {
  max-width: 271px;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 22.5px;
  letter-spacing: normal;
  text-align: center;
  color: #000000 !important;
  margin-bottom: 38px; }

@media screen and (max-width: 1024px) {
  footer .news-letter-input {
    -webkit-appearance: none !important;
    border-radius: 0 !important; }
  .news-letter-inner-content {
    max-width: 375px;
    margin: 0 auto; }
  .footer a {
    text-decoration: underline;
    color: #cf7100; }
  .footer p.agreement {
    display: block;
    margin-bottom: 36px; }
  .footer .news-letter-header {
    margin-bottom: 3px; }
  .footer .news-letter-wrapper {
    padding-left: 0;
    padding-right: 0; }
  .footer .news-letter-input {
    padding-right: 70px; }
  .footer .news-letter-field {
    padding: 0 16px; }
  .footer .news-letter-button {
    -webkit-text-stroke: 1px #001aff;
    text-decoration: none;
    top: 1px;
    right: 3px; }
    .footer .news-letter-button:hover {
      text-decoration: none; }
  .news-letter:before {
    content: "";
    background-position: center; } }

@media screen and (max-width: 374px) {
  .footer .news-letter-field {
    padding: 0 14px; }
  .footer .social-media {
    text-align: center; }
    .footer .social-media .s-item {
      display: inline-block;
      float: none;
      width: calc(100% / 4);
      width: -moz-calc(100% /4); } }

.news-letter-input::-webkit-input-placeholder {
  color: #ffffff; }

.news-letter-input::-moz-placeholder {
  color: #ffffff; }

.news-letter-input:-ms-input-placeholder {
  color: #ffffff; }

.news-letter-input::-ms-input-placeholder {
  color: #ffffff; }

.news-letter-input::placeholder {
  color: #ffffff; }

.news-letter-input::-moz-placeholder {
  color: #fff; }

.partners {
  float: left;
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center; }

.partners-list .partner:nth-child(1) {
  margin-bottom: 45px; }
  @media (max-width: 1024px) {
    .partners-list .partner:nth-child(1) {
      margin-bottom: 20px; } }

.partners-list .partner:nth-child(2) {
  margin-bottom: 45px; }
  @media (max-width: 1024px) {
    .partners-list .partner:nth-child(2) {
      margin-bottom: 20px; } }

.partners-list .partner:nth-child(3) {
  margin-bottom: 45px; }
  @media (max-width: 1024px) {
    .partners-list .partner:nth-child(3) {
      margin-bottom: 20px; } }

.partners-list .partner:nth-child(4) {
  margin-bottom: 45px; }
  @media (max-width: 1024px) {
    .partners-list .partner:nth-child(4) {
      margin-bottom: 20px; } }

.partners-list .partner:nth-child(5) {
  margin-bottom: 45px; }
  @media (max-width: 1024px) {
    .partners-list .partner:nth-child(5) {
      margin-bottom: 20px; } }

.news-letter-input::-webkit-input-placeholder {
  color: #fff;
  opacity: 1; }

.news-letter-input::-moz-placeholder {
  color: #fff;
  opacity: 1; }

.news-letter-input:-ms-input-placeholder {
  color: #fff;
  opacity: 1; }

.news-letter-input::-ms-input-placeholder {
  color: #fff;
  opacity: 1; }

.news-letter-input::placeholder {
  color: #fff;
  opacity: 1; }

.footer .news-letter-header {
  text-transform: uppercase !important; }

@media screen and (max-width: 380px) and (min-width: 375px) {
  .social-media {
    margin-left: 36px; }
  .social-media .s-item:nth-child(3) {
    margin-left: -13px; }
    .social-media .s-item:nth-child(3) img {
      max-width: 51.7%; }
  .social-media .s-item:nth-child(4) {
    margin-left: -9px; }
  .social-media .s-item:nth-child(5) {
    margin-left: -10px;
    margin-top: 3px; }
  .social-media .s-item:nth-child(6) {
    margin-left: -6px; } }

/* footer */
@media screen and (max-width: 1024px) {
  .news-letter:before {
    content: "";
    background: url("../images/extras/footer-bg.png") no-repeat;
    background-size: cover !important;
    background-position: center; }
  .footer .news-letter-header {
    position: relative; }
  .footer p.agreement {
    position: relative;
    font-weight: normal !important; }
  .contact-us-para.mobile-div p {
    font-weight: normal !important; } }

.mac-body .footer .news-letter-button {
  line-height: 65px; }

@media screen and (max-width: 1024px) {
  .news-letter:before {
    content: '';
    background: url("../images/extras/footer-bg.png") no-repeat;
    background-size: cover !important;
    background-position: center; }
  .footer .news-letter-header {
    position: relative; }
  .footer p.agreement {
    position: relative;
    font-weight: normal !important; }
  .contact-us-para.mobile-div p {
    font-weight: normal !important; } }

@media screen and (min-width: 320px) and (max-width: 375px) {
  .partners-list .partner:nth-child(5) {
    display: none; }
  .partners-list .partner:nth-child(1) img {
    width: 38px;
    max-width: initial; }
  .partners-list .partner:nth-child(2) img {
    width: 50px;
    max-width: initial; }
  .partners-list .partner:nth-child(3) img {
    width: 84px;
    max-width: initial; }
  .partners-list .partner:nth-child(4) img {
    width: 87px;
    max-width: initial; }
  .partners-list .partner:nth-child(6) img {
    width: 83px;
    max-width: initial; }
  .partners-list .partner:nth-child(7) img {
    width: 61px;
    max-width: initial; }
  .partners-list .partner:nth-child(1),
  .partners-list .partner:nth-child(2),
  .partners-list .partner:nth-child(3),
  .partners-list .partner:nth-child(4),
  .partners-list .partner:nth-child(6),
  .partners-list .partner:nth-child(7) {
    height: 50px;
    /*     border:1px solid; */
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center; }
  .partners-list {
    padding: 0 8px;
    -webkit-box-align: start;
            align-items: flex-start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start; }
  .partners-list .partner:nth-child(1),
  .partners-list .partner:nth-child(2),
  .partners-list .partner:nth-child(3) {
    margin-bottom: 28px; } }

.news-letter-header {
  line-height: 91px;
  font-family: Overpass;
  font-size: 59px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.19;
  letter-spacing: -2.45px;
  text-align: center;
  color: #000000;
  margin-bottom: 23px;
  position: relative;
  z-index: 2; }

.footer .news-letter-header {
  margin-bottom: 22px; }

.home.mac-body .footer .news-letter-header {
  margin-bottom: 28px; }

@media screen and (max-width: 1024px) {
  .footer p.agreement {
    font-weight: 300 !important; }
  .home.mac-body .news-letter-button {
    line-height: 33px !important; }
  .home.mac-body .news-letter-input {
    padding-top: 0 !important; } }

/* diff spec*/
@media screen and (min-width: 492px) and (max-width: 1300px) {
  .partners-list .partner:nth-child(1) img {
    width: 68px !important; }
  .partners-list .partner:nth-child(2) img {
    width: 90px !important; }
  .partners-list .partner:nth-child(3) img {
    width: 124px !important; }
  .partners-list .partner:nth-child(4) img {
    width: 123px !important; }
  .partners-list .partner:nth-child(6) img {
    width: 133px !important; }
  .partners-list .partner:nth-child(7) img {
    width: 91px !important; } }

.footer button.news-letter-button {
  padding: 0 !important; }

.footer button.news-letter-button span {
  width: 100%;
  height: 100%;
  padding: 0; }

.footer button.news-letter-button,
.sign-up-button {
  border: none; }

.footer button.news-letter-button:focus,
.sign-up-button:focus {
  border: none;
  outline: none; }

@media screen and (max-width: 1024px) {
  .header {
    padding-top: 5px;
    min-height: 50px;
    padding-bottom: 3.5px; }
  .humburger {
    top: 9px;
    right: 17px; }
  .logo a {
    max-width: 287px; }
  .logo,
  .title {
    float: left;
    width: 100%; }
  .title {
    line-height: 15px;
    font-size: 14px;
    margin-top: 3px; } }

@media screen and (max-height: 840px) {
  .primary-menu {
    padding-top: 50px;
    margin-bottom: 17px; }
  .menu-item a {
    font-size: 52px;
    line-height: 60px;
    letter-spacing: 0; } }

@media screen and (max-width: 768px) {
  .primary-menu {
    padding-top: 50px;
    padding-bottom: 0;
    margin-bottom: 21px; }
  .menu-item a {
    font-size: 23px;
    letter-spacing: -1.13px;
    line-height: 48px;
    font-weight: 700; }
  .secondary-menu {
    padding-left: 60px;
    margin-bottom: 0; }
  .secondary-menu-item a {
    font-weight: 700;
    font-size: 20px;
    line-height: 40px; } }

@media screen and (max-width: 1024px) {
  .pr-footer-heading {
    font-size: 100px;
    letter-spacing: -3.65px;
    text-align: center;
    line-height: 66px;
    margin-bottom: 26px; }
  .pr-footer-stroke {
    -webkit-text-stroke: 0.9px #ff0000;
    letter-spacing: -0.95px;
    font-size: 26px;
    text-align: center;
    padding-left: 0;
    transform: translate(-45px, 17px);
    -webkit-transform: translate(-45px, 17px);
    -moz-transform: translate(-45px, 17px); }
  .primary-footer-para {
    max-width: 375px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 38px; }
    .primary-footer-para p {
      font-size: 16px !important;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.1 !important;
      letter-spacing: -0.58px; }
  .footer p {
    font-family: Overpass;
    font-size: 17px;
    font-weight: normal;
    line-height: 17px; }
  .partner img {
    max-width: 100%; }
  .partner {
    padding: 0px 18px;
    width: calc(100% / 3);
    width: -webkit-calc(100% / 3); }
  .news-letter {
    padding-top: 70px; }
  .news-letter-header {
    font-size: 50px;
    letter-spacing: -2.07px;
    line-height: 45.2px; }
  .footer .news-letter-button {
    line-height: 33px !important; }
  .news-letter-button {
    font-size: 13.1px;
    height: 30px;
    top: 2px;
    line-height: 33px;
    letter-spacing: -0.62px;
    font-size: 13.1px;
    -webkit-text-stroke: 2px #001aff;
    width: 55px; }
  .news-letter-input {
    font-size: 17px;
    height: 35px;
    padding-left: 7px;
    letter-spacing: -1.43px; }
  .news-letter-field {
    margin-bottom: 43px; }
  .social-media {
    max-width: 350px; }
  .s-item a {
    padding: 0 0px;
    text-align: center; }
  .s-item img {
    max-width: 46.7%; }
  .contact-us-footer {
    text-decoration: none;
    color: #ffa700; }
  .link-bold {
    display: none; }
  .social-media {
    margin-bottom: 96px; } }

@media screen and (max-width: 375px) {
  .partners-list {
    padding-bottom: 73px; }
  .partner {
    margin-bottom: 37px; }
    .partner.grakom img {
      max-width: 100%; }
    .partner.choosemonster img {
      max-width: 50px; }
    .partner.balsamiq img {
      max-width: 84px; }
    .partner.space10 img {
      max-width: 87px; }
    .partner.louisiana {
      display: none; }
      .partner.louisiana img {
        max-width: 83px; }
    .partner.falcon img {
      max-width: 83px; }
    .partner.designmuseum img {
      max-width: 61px; } }

@media (max-width: 1024px) {
  .contact-us-para {
    display: none; }
  .contact-us-para.mobile-div {
    display: block;
    max-width: 280px; }
    .contact-us-para.mobile-div .link-bold {
      display: inline !important; }
      .contact-us-para.mobile-div .link-bold:after {
        content: '';
        bottom: 0 !important; }
    .contact-us-para.mobile-div p {
      font-size: 16px !important;
      font-weight: 300 !important; }
  .contact-us-para {
    margin-bottom: 120px; }
  .contact-us-para.mobile-div .link-bold:after {
    content: '';
    bottom: 0 !important; } }

@media (min-width: 1025px) {
  .contact-us-para {
    display: block; }
  .contact-us-para.mobile-div {
    display: none; } }

@media (max-width: 1024px) and (min-width: 700px) {
  .footer .news-letter-header {
    margin-bottom: 15px; } }

@media (max-width: 374px) {
  .footer .social-media .s-item {
    padding-bottom: 15px; } }

@media screen and (max-width: 1024px) {
  .contact-us-para.mobile-div p {
    font-weight: normal !important; }
  .contact-us-para.mobile-div .link-bold:after {
    content: '';
    bottom: 0 !important; } }

/* new footer changes */
@media screen and (min-width: 320px) and (max-width: 1024px) {
  .partners-list .partner:nth-child(5) {
    display: none; }
  .partners-list .partner:nth-child(5) {
    display: -webkit-box !important;
    display: flex !important;
    display: -webkit-flex !important;
    height: 50px;
    -webkit-box-align: center;
            align-items: center;
    -webkit-align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-justify-content: center; }
  .partners-list .partner:nth-child(1) img {
    width: 38px;
    max-width: initial; }
  .partners-list .partner:nth-child(2) img {
    width: 50px;
    max-width: initial; }
  .partners-list .partner:nth-child(3) img {
    width: 84px;
    max-width: initial; }
  .partners-list .partner:nth-child(4) img {
    width: 87px;
    max-width: initial; }
  .partners-list .partner:nth-child(6) img {
    width: 83px;
    max-width: initial; }
  .partners-list .partner:nth-child(7) img {
    width: 61px;
    max-width: initial; }
  .partners-list .partner:nth-child(1),
  .partners-list .partner:nth-child(2),
  .partners-list .partner:nth-child(3),
  .partners-list .partner:nth-child(4),
  .partners-list .partner:nth-child(6),
  .partners-list .partner:nth-child(7) {
    height: 50px;
    /*     border:1px solid; */
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    margin-bottom: 37px; }
  .partners-list {
    padding: 0 8px;
    -webkit-box-align: start;
            align-items: flex-start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    padding-top: 16px;
    padding-bottom: 80px; }
  .partners-list .partner:nth-child(1),
  .partners-list .partner:nth-child(2),
  .partners-list .partner:nth-child(3) {
    margin-bottom: 28px; } }

@media screen and (min-width: 320px) and (max-width: 375px) {
  .partners-list .partner:nth-child(7) {
    margin-bottom: 37px;
    transform: translateY(-13px);
    -webkit-transform: translateY(-13px);
    -moz-transform: translateY(-13px); } }

@media (min-width: 1400px) {
  .container {
    max-width: 1320px; } }

@media (max-width: 1399px) and (min-width: 1200px) {
  .container {
    max-width: 1100px; } }

body {
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
  word-break: break-word;
  cursor: url("../images/cursor.png"), auto; }

.page-template-default {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff2dd), to(#ffa700));
  background-image: linear-gradient(to bottom, #fff2dd, #ffa700);
  background-repeat: no-repeat; }
  .page-template-default:after {
    position: absolute;
    content: "";
    top: 0px;
    height: 100%;
    width: 100%;
    right: 0px;
    background-image: url("../images/bg-about.png");
    z-index: -1;
    background-repeat: no-repeat; }
  .page-template-default:before {
    position: absolute;
    content: "";
    top: -80px;
    height: 100%;
    width: 100%;
    right: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff2dd), to(#ffa700));
    background-image: linear-gradient(to bottom, #fff2dd, #ffa700);
    z-index: -1;
    background-repeat: no-repeat;
    background-position: top right; }

.full-width-text {
  float: left;
  width: 100%;
  padding-bottom: 111px;
  padding-left: 23px;
  padding-right: 23px; }
  @media (max-width: 1024px) {
    .full-width-text {
      padding-left: 12px;
      padding-right: 12px;
      overflow: hidden;
      padding-bottom: 70px; } }
  .full-width-text .container {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0px !important; }
  .full-width-text h5 {
    font-size: 70px;
    font-family: "Cormorant";
    font-weight: bold;
    line-height: 82px;
    margin-bottom: 0px;
    letter-spacing: -2.66px;
    text-align: justify;
    color: #000000; }
    @media (max-width: 1024px) {
      .full-width-text h5 {
        font-size: 40px !important;
        line-height: 58px;
        letter-spacing: -1.52px; } }
    @media (max-width: 767px) {
      .full-width-text h5 {
        text-align: left; } }
    .full-width-text h5 span {
      position: relative;
      text-transform: uppercase;
      display: inline-block; }
      @media (max-width: 1024px) {
        .full-width-text h5 span {
          border-bottom: 3px solid #001aff;
          display: initial; } }
      .full-width-text h5 span:after {
        position: absolute;
        content: "";
        height: 3px;
        width: 101%;
        background: #001aff;
        left: 0px;
        bottom: 10px; }
        @media (max-width: 1024px) {
          .full-width-text h5 span:after {
            content: none; } }
      @media (max-width: 1024px) {
        .full-width-text h5 span span {
          letter-spacing: 9px;
          margin-right: -12px; } }

.big-text-center {
  float: left;
  width: 100%;
  padding-bottom: 130px;
  position: relative;
  padding-top: 10px; }
  @media (max-width: 1024px) {
    .big-text-center {
      padding-bottom: 70px;
      overflow: hidden; } }
  .big-text-center h2 {
    font-size: 140px;
    text-transform: uppercase;
    max-width: 1172px;
    line-height: 87px;
    text-align: center;
    margin: 0px auto;
    font-family: "Cormorant";
    letter-spacing: -5.11px;
    font-weight: normal;
    font-style: italic;
    color: #000000; }
    @media (max-width: 1024px) {
      .big-text-center h2 {
        font-size: 100px;
        line-height: 61.39px;
        letter-spacing: -3.65px;
        padding-left: 0px;
        word-break: break-word; } }
    .big-text-center h2 span {
      display: block; }

.full-width-image {
  float: left;
  width: 100%;
  height: 697px;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 139px; }
  @media (max-width: 1024px) {
    .full-width-image {
      height: 668px;
      background-position: center !important;
      margin-bottom: 70px; } }

.text-with-big-one-image {
  float: left;
  width: 100%;
  padding-bottom: 70px; }
  .text-with-big-one-image h4 {
    font-family: "Cormorant";
    font-size: 70px;
    font-weight: bold;
    line-height: 0.96;
    letter-spacing: -2.56px;
    color: #000000;
    text-transform: uppercase;
    padding-bottom: 11px; }
    @media (max-width: 1024px) {
      .text-with-big-one-image h4 {
        font-size: 37px;
        line-height: 43px;
        letter-spacing: -1.35px; } }
  .text-with-big-one-image p {
    font-family: "Overpass";
    font-size: 35px;
    font-weight: normal;
    line-height: 1.29;
    letter-spacing: -1.28px;
    color: #000000;
    max-width: 718px;
    padding-bottom: 30px; }
    @media (max-width: 1024px) {
      .text-with-big-one-image p {
        font-size: 18px;
        padding-bottom: 0px;
        line-height: 30px;
        letter-spacing: -0.66px;
        font-weight: 600; } }
  .text-with-big-one-image a.link-btn {
    display: inline-block;
    font-family: "Overpass";
    font-size: 50px;
    font-weight: bold;
    text-decoration: none !important;
    text-transform: uppercase;
    text-align: center;
    margin-top: 70px; }

.text-with-big-one-image.right img {
  margin-top: -30px; }

@supports (-webkit-text-stroke: 1px #001aff) {
  .with-link a.link-btn {
    -webkit-text-stroke: 1px #001aff;
    -webkit-text-fill-color: #ff0000;
    letter-spacing: -1.83px; } }

.text-with-two-image {
  float: left;
  width: 100%;
  padding-bottom: 86px; }
  @media (max-width: 1024px) {
    .text-with-two-image {
      padding-bottom: 70px; } }
  .text-with-two-image .col-left {
    width: 100%;
    max-width: 55%; }
    @media (max-width: 1024px) {
      .text-with-two-image .col-left {
        width: 100% !important;
        max-width: 100% !important; } }
  .text-with-two-image .col-right {
    width: 100%;
    max-width: 45%; }
    @media (max-width: 1024px) {
      .text-with-two-image .col-right {
        width: 100% !important;
        max-width: 100% !important; } }
  .text-with-two-image .col-full {
    width: 100%; }
  .text-with-two-image .col-right.place-bottom {
    margin-top: -90px; }
  .text-with-two-image h4 {
    font-family: "Cormorant";
    font-size: 70px;
    font-weight: bold;
    line-height: 0.96;
    letter-spacing: -2.56px;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 0px;
    padding-bottom: 50px;
    max-width: 789px; }
  .text-with-two-image p {
    font-family: "Overpass";
    font-size: 35px;
    font-weight: normal;
    line-height: 1.29;
    letter-spacing: -1.28px;
    color: #000000;
    max-width: 718px;
    padding-left: 132px;
    padding-bottom: 30px; }
    @media (max-width: 1024px) {
      .text-with-two-image p {
        font-size: 18px;
        padding-left: 0px;
        line-height: 30px;
        padding-bottom: 3px;
        max-width: 100%;
        font-weight: 600;
        letter-spacing: -0.66px; } }
  .text-with-two-image a.link-btn {
    display: inline-block;
    font-family: "Overpass";
    font-size: 50px;
    font-weight: bold;
    text-decoration: none !important;
    text-transform: uppercase;
    text-align: center;
    margin-top: 50px; }
  .text-with-two-image .image-wrap:first-child img {
    margin-top: 13px; }
    @media (max-width: 1024px) {
      .text-with-two-image .image-wrap:first-child img {
        margin-top: 31px !important; } }
  .text-with-two-image img {
    margin-bottom: 42px;
    float: right;
    margin-right: 114px;
    max-width: 445px; }
    @media (max-width: 1199px) {
      .text-with-two-image img {
        margin-right: 0px !important; } }
    @media (max-width: 1024px) {
      .text-with-two-image img {
        padding-right: 0px !important;
        margin-right: 0px;
        margin-bottom: 32px; } }
  .text-with-two-image figure.long-video {
    float: right;
    margin-right: 114px;
    position: relative;
    overflow: hidden;
    width: 346px;
    height: 574px; }
    .text-with-two-image figure.long-video video {
      position: absolute;
      right: 0;
      bottom: 0;
      min-width: 100%;
      min-height: 100%;
      width: 100%;
      height: 100%;
      z-index: 1;
      background-size: cover;
      overflow: hidden; }
    @media (max-width: 1199px) {
      .text-with-two-image figure.long-video {
        margin-right: 0px !important; } }
    @media (max-width: 1024px) {
      .text-with-two-image figure.long-video {
        margin-right: 0px;
        width: 258px;
        height: 429px; }
        .text-with-two-image figure.long-video video {
          width: 258px; } }

.text-with-two-image.with-link {
  padding-bottom: 210px; }

.text-with-two-image.left p {
  padding-left: 0px;
  max-width: 590px; }

.text-with-two-image.left img {
  margin-right: 150px; }

.text-with-two-image.big-header h4 {
  font-size: 150px;
  text-transform: none;
  max-width: 1320px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 107px;
  letter-spacing: -5.48px;
  color: #000000; }
  @media (max-width: 1024px) {
    .text-with-two-image.big-header h4 {
      font-size: 100px;
      word-break: break-word;
      line-height: 88px;
      letter-spacing: -3.65px; } }

.text-with-two-image.big-header.right h4 {
  padding-bottom: 30px; }

.picture-vertical-slider {
  float: left;
  width: 100%;
  padding-bottom: 157px; }
  @media (max-width: 1024px) {
    .picture-vertical-slider {
      padding-bottom: 70px; } }
  .picture-vertical-slider .slider-wrapper {
    float: left;
    width: 100%; }
    .picture-vertical-slider .slider-wrapper .slider-sec {
      margin: 0 5px;
      max-width: 527px; }
      @media (max-width: 1024px) {
        .picture-vertical-slider .slider-wrapper .slider-sec img {
          max-width: 300px; } }

.text-with-big-one-image.big-header h4 {
  font-size: 150px;
  text-transform: none;
  line-height: 0.5;
  letter-spacing: -5.48px;
  padding-bottom: 117px !important;
  word-break: break-word; }
  @media (max-width: 1024px) {
    .text-with-big-one-image.big-header h4 {
      font-size: 100px;
      word-break: break-word;
      padding-bottom: 70px !important; } }

.big-page-header {
  float: left;
  width: 100%;
  padding-bottom: 150px;
  padding-top: 118px; }
  @media (max-width: 1024px) {
    .big-page-header {
      padding-bottom: 6px;
      padding-top: 77px; } }
  .big-page-header h1 {
    font-family: "Cormorant";
    font-size: 150px;
    font-weight: bold;
    line-height: 0.45;
    letter-spacing: -5.48px;
    color: #000000; }
    @media (max-width: 1024px) {
      .big-page-header h1 {
        font-size: 100px;
        line-height: 0.8; } }
    .big-page-header h1 span {
      position: relative;
      display: block;
      -webkit-text-stroke: 2.5px #001aff;
      font-family: "Overpass";
      font-size: 80px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: -2.92px;
      color: #ffffff;
      padding-left: 175px;
      bottom: -3px; }
      @media (max-width: 1024px) {
        .big-page-header h1 span {
          font-size: 26px;
          padding-left: 55px;
          bottom: -7px;
          letter-spacing: -0.95px;
          -webkit-text-stroke: 1px #001aff; } }
  .big-page-header p {
    font-family: "Overpass";
    font-size: 40px;
    font-weight: bold;
    line-height: 1.1;
    letter-spacing: normal;
    color: #000000;
    padding-top: 59px;
    padding-bottom: 2px;
    max-width: 1152px; }

@-webkit-keyframes glowing {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8); }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9); }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8); } }

@keyframes glowing {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8); }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9); }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8); } }

@-webkit-keyframes glowing-m {
  0% {
    -webkit-transform: scale(0.4);
            transform: scale(0.4); }
  50% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5); }
  100% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6); } }

@keyframes glowing-m {
  0% {
    -webkit-transform: scale(0.4);
            transform: scale(0.4); }
  50% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5); }
  100% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6); } }

@-webkit-keyframes glowing-s {
  0% {
    -webkit-transform: scaleY(0.8);
            transform: scaleY(0.8); }
  50% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1); }
  100% {
    -webkit-transform: scaleY(0.8);
            transform: scaleY(0.8); } }

@keyframes glowing-s {
  0% {
    -webkit-transform: scaleY(0.8);
            transform: scaleY(0.8); }
  50% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1); }
  100% {
    -webkit-transform: scaleY(0.8);
            transform: scaleY(0.8); } }

.button-glow {
  position: absolute;
  -webkit-transform: translate(-50%, -60%);
          transform: translate(-50%, -60%);
  top: 50%;
  left: 50%; }
  @media (min-width: 1400px) {
    .button-glow {
      -webkit-transform: translate(-50%, -62%);
              transform: translate(-50%, -62%); } }
  .button-glow img {
    -webkit-animation: glowing 2000ms infinite;
            animation: glowing 2000ms infinite; }
    @media (max-width: 1024px) {
      .button-glow img {
        -webkit-animation: glowing-m 6000ms infinite;
                animation: glowing-m 6000ms infinite; } }
    @media (max-width: 540px) {
      .button-glow img {
        -webkit-animation: glowing-s 8000ms infinite;
                animation: glowing-s 8000ms infinite; } }

.text-with-big-one-image.big-header.right img {
  margin-top: 76px !important; }

.text-with-big-one-image.big-header.right.with-link {
  padding-bottom: 225px; }

.text-with-big-one-image .col-md-7 {
  -webkit-box-flex: 0;
  flex: 0 0 60%;
  max-width: 60%; }
  @media (max-width: 1024px) {
    .text-with-big-one-image .col-md-7 {
      -webkit-box-flex: 0;
      flex: 0 0 100%;
      max-width: 100%;
      position: initial;
      padding: 0px !important; } }

.text-with-big-one-image .col-md-5 {
  -webkit-box-flex: 0;
  flex: 0 0 40%;
  max-width: 40%; }
  @media (max-width: 1024px) {
    .text-with-big-one-image .col-md-5 {
      -webkit-box-flex: 0;
      flex: 0 0 100%;
      max-width: 100%;
      padding: 0px !important; } }
  .text-with-big-one-image .col-md-5 img {
    margin-left: 15px; }
    @media (max-width: 1400px) {
      .text-with-big-one-image .col-md-5 img {
        width: 100%;
        margin-left: 0px; } }
    @media (max-width: 1024px) {
      .text-with-big-one-image .col-md-5 img {
        width: 100%;
        margin-left: 0px;
        margin-top: 30px !important; } }

@media (max-width: 1024px) {
  .text-with-big-one-image.with-link img {
    padding-bottom: 42px; } }

.text-with-two-image.big-header.right.with-link {
  padding-bottom: 235px; }

.text-with-two-image.big-header h4 {
  padding-bottom: 59px; }

.text-with-two-image.big-header.left p {
  margin-left: -40px; }
  @media (max-width: 1199px) {
    .text-with-two-image.big-header.left p {
      margin-left: 0px !important; } }
  @media (max-width: 1024px) {
    .text-with-two-image.big-header.left p {
      margin-left: 0px !important;
      padding-left: 0px !important;
      max-width: 100%; } }

@media (max-width: 1024px) {
  .with-link {
    position: relative; }
    .with-link .link-btn {
      position: absolute;
      bottom: 166px;
      font-size: 27px;
      width: 100%;
      left: 0px;
      right: 0px;
      margin-left: 0px !important;
      font-size: 27px !important;
      -webkit-text-stroke: 0.5px #001aff !important; }
  .big-img {
    max-width: 334px;
    display: block;
    margin: 0px auto;
    width: 100%; }
  .medium-img {
    max-width: 334px !important;
    float: right !important;
    width: 100%; }
  .small-img {
    max-width: 258px !important;
    width: 100%; } }

@media (max-width: 1199px) {
  .text-with-two-image.left img {
    float: left !important; } }

.text-with-big-one-image.right.with-link {
  padding-bottom: 136px; }
  .text-with-big-one-image.right.with-link .link-btn {
    margin-top: 56px; }
  .text-with-big-one-image.right.with-link p:last-of-type {
    padding-bottom: 0px; }
  .text-with-big-one-image.right.with-link img {
    margin-top: 20px; }

.text-with-big-one-image.right.with-link + .text-with-big-one-image.right.with-link {
  padding-bottom: 211px; }

.picture-slider {
  float: left;
  width: 100%;
  padding-left: 53px;
  overflow-x: hidden; }
  .picture-slider .picture-slider-wrap {
    float: left;
    width: 100%; }
    .picture-slider .picture-slider-wrap .picture-slide {
      margin: 0 25px; }
      .picture-slider .picture-slider-wrap .picture-slide h4 {
        font-family: "Overpass";
        font-size: 50px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 0.89;
        letter-spacing: -1.83px;
        color: #000000;
        padding-top: 50px;
        margin-bottom: 0px;
        padding-bottom: 18px; }
      .picture-slider .picture-slider-wrap .picture-slide p {
        font-family: "Overpass";
        font-size: 25.6px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.16;
        letter-spacing: -0.93px;
        color: #000000;
        margin-bottom: 0px;
        padding-bottom: 18px; }
      .picture-slider .picture-slider-wrap .picture-slide h5 {
        font-family: "Droulers WEB";
        font-size: 44px;
        font-weight: normal;
        font-stretch: normal;
        font-style: italic;
        line-height: normal;
        letter-spacing: -1.61px;
        color: #000000;
        margin-bottom: 0px;
        padding-bottom: 18px; }
    .picture-slider .picture-slider-wrap .mt-1 img {
      margin-top: 55px; }
    .picture-slider .picture-slider-wrap .mt-2 img {
      margin-top: 0px; }
    .picture-slider .picture-slider-wrap .mt-3 img {
      margin-top: 55px; }
    .picture-slider .picture-slider-wrap .mt-4 img {
      margin-top: 38px; }

.slick-slide {
  outline: none; }

@media (max-width: 575px) {
  .container {
    padding: 0px 27px !important; } }

.text-with-two-image.left.with-link {
  padding-bottom: 172px; }
  .text-with-two-image.left.with-link p {
    margin-left: -42px; }
  .text-with-two-image.left.with-link p:first-child {
    padding-top: 28px; }
  .text-with-two-image.left.with-link a.link-btn {
    margin-top: 32px; }

.text-with-two-image.right.with-link {
  padding-bottom: 296px; }
  .text-with-two-image.right.with-link a.link-btn {
    margin-top: 67px;
    margin-left: 150px; }

.text-with-big-one-image.right.with-link h4 {
  padding-bottom: 57px; }

.text-with-big-one-image.right.with-link.link-bottom a.link-btn {
  margin-top: 55px; }

.text-with-big-one-image.right.with-link.link-bottom-more {
  padding-bottom: 173px; }
  .text-with-big-one-image.right.with-link.link-bottom-more a.link-btn {
    margin-top: 75px; }

.text-with-two-image.left.with-link h4 {
  padding-bottom: 66px; }

.text-with-big-one-image.right + .big-text-center {
  margin-top: -10px; }

.text-with-two-image.left .col-left {
  width: 100%;
  max-width: 45%; }
  .text-with-two-image.left .col-left img {
    margin-right: 16px; }

.text-with-two-image.left .col-right {
  width: 100%;
  max-width: 55%; }
  .text-with-two-image.left .col-right p {
    margin-left: 0px;
    padding-left: 22px; }

@media (max-width: 1024px) {
  .image-wrap {
    float: left;
    width: 100%; }
  .text-with-two-image.left img {
    float: right !important; }
  .text-with-two-image.left .col-full {
    -webkit-box-ordinal-group: 2;
            order: 1; }
  .text-with-two-image.left .col-left {
    -webkit-box-ordinal-group: 4;
            order: 3; }
  .text-with-two-image.left .col-right {
    -webkit-box-ordinal-group: 3;
            order: 2; } }

.picture-slider.team h2 {
  font-family: "Cormorant";
  font-size: 150px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.84;
  letter-spacing: -5.48px;
  color: #000000;
  padding-bottom: 90px; }

.picture-slider.speakers h2 {
  font-family: "Cormorant";
  font-size: 250px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.27;
  letter-spacing: -9.13px;
  color: #000000;
  padding-bottom: 70px; }
  .picture-slider.speakers h2 span {
    display: block;
    -webkit-text-stroke: 2.5px #001aff;
    font-family: "Overpass";
    font-size: 100px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -3.65px;
    color: #ffffff;
    padding-left: 245px; }

@media (max-width: 1199px) and (min-width: 1025px) {
  .text-with-two-image img.medium-img {
    width: 100%;
    max-width: 360px; }
  .text-with-two-image img.small-img {
    width: 100%;
    max-width: 320px; }
  .text-with-two-image figure.long-video {
    max-width: 320px;
    height: 532px; }
    .text-with-two-image figure.long-video video {
      width: 100%; } }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .big-page-header h1 span {
    color: #fff;
    text-shadow: -1px -1px 0 #001aff, 1px -1px 0 #001aff, -1px 1px 0 #001aff, 1px 1px 0 #001aff; }
  .with-link a.link-btn {
    text-shadow: -1px -1px 0 #001aff, 1px -1px 0 #001aff, -1px 1px 0 #001aff, 1px 1px 0 #001aff;
    color: #ff0000 !important; }
  .humburger {
    top: 9px !important; }
  .news-letter-button {
    text-shadow: -1px -1px 0 #001aff, 1px -1px 0 #001aff, -1px 1px 0 #001aff, 1px 1px 0 #001aff; }
    .news-letter-button:hover {
      color: #fff; }
  .big-text-center h2 {
    max-width: 1185px;
    font-size: 139px;
    letter-spacing: -6px; }
  .news-letter-input {
    line-height: 84px !important; }
  body.home {
    overflow-x: hidden;
    -ms-overflow-x: hidden; }
  .default-page-blocks .picture-slider.speakers h2 span {
    text-shadow: -1px -1px 0 #001aff, 1px -1px 0 #001aff, -1px 1px 0 #001aff, 1px 1px 0 #001aff; }
  .theme-section .theme-content h3 span {
    text-shadow: -1px -1px 0 #001aff, 1px -1px 0 #001aff, -1px 1px 0 #001aff, 1px 1px 0 #001aff; }
  .line-up-wrap .content.grid .cat-description h3 {
    text-shadow: -1px -1px 0 #001aff, 1px -1px 0 #001aff, -1px 1px 0 #001aff, 1px 1px 0 #001aff; }
  .filter-button-group ul li.active {
    text-shadow: -1px -1px 0 #001aff, 1px -1px 0 #001aff, -1px 1px 0 #001aff, 1px 1px 0 #001aff; }
  .article-box-container .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); } }

body.edge-browser {
  overflow-x: hidden;
  -ms-overflow-x: hidden; }

@media (min-width: 1025px) {
  .text-with-two-image.left .col-right p:first-child {
    padding-top: 40px; } }

.mac-body .title {
  margin-top: 1px;
  line-height: 20px; }

@media screen and (max-width: 1024px) {
  .mac-body .title {
    margin-top: 1px; } }

.mac-body .title {
  margin-top: 5px; }

@media (max-width: 1024px) {
  .text-with-two-image.big-header.right.with-link {
    padding-bottom: 175px; }
    .text-with-two-image.big-header.right.with-link .link-btn {
      bottom: 83px !important; }
  .text-with-big-one-image.big-header.right.with-link {
    padding-bottom: 186px !important; }
    .text-with-big-one-image.big-header.right.with-link .link-btn {
      bottom: 134px !important; }
  .text-with-big-one-image.big-header.right img {
    margin-top: 30px !important; } }

@media (max-width: 375px) {
  .text-with-big-one-image .col-md-5 img {
    margin-left: auto !important;
    margin-right: auto !important; } }

.text-with-two-image.right .image-wrap:first-child img {
  margin-top: 18px; }

@media (min-width: 1199px) {
  .big-img {
    max-width: 499px !important;
    max-height: 634px; }
  .medium-img {
    max-width: 445px !important;
    max-height: 360px; }
  .small-img {
    max-width: 346px !important;
    max-height: 512px; } }

.text-with-two-image .video-wrap {
  width: 100%;
  float: left; }

.text-with-two-image .video-wrap + .video-wrap {
  margin-top: 42px; }
  @media (max-width: 1024px) {
    .text-with-two-image .video-wrap + .video-wrap {
      margin-top: 32px; } }

.text-with-two-image .video-wrap + .image-wrap {
  margin-top: 42px; }
  @media (max-width: 1024px) {
    .text-with-two-image .video-wrap + .image-wrap {
      margin-top: 32px; } }

.text-with-two-image figure.normal-video {
  float: right;
  margin-right: 114px;
  position: relative;
  overflow: hidden;
  width: 445px;
  height: 376px; }
  .text-with-two-image figure.normal-video video {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-size: cover;
    overflow: hidden; }
  @media (max-width: 1199px) {
    .text-with-two-image figure.normal-video {
      margin-right: 0px !important;
      height: 303px;
      width: 360px; } }
  @media (max-width: 1024px) {
    .text-with-two-image figure.normal-video {
      margin-right: 0px;
      width: 334px;
      height: 282px; } }

.text-with-two-image.left figure {
  margin-right: 16px; }

figure {
  margin-bottom: 0px !important; }

@media (max-width: 1399px) and (min-width: 1200px) {
  .text-with-two-image img {
    margin-right: 35px !important; }
  .text-with-two-image figure {
    margin-right: 35px !important; } }

a {
  color: #cf7000 !important;
  text-decoration: underline; }

body,
table,
th,
td,
tr,
ul,
li {
  font-family: "Overpass"; }

.text-with-two-image.right ul,
.text-with-two-image.right ol {
  padding-left: 150px; }
  @media (max-width: 1024px) {
    .text-with-two-image.right ul,
    .text-with-two-image.right ol {
      padding-left: 0px; } }

@media (max-width: 438px) {
  .text-with-two-image.big-header.right.with-link {
    padding-bottom: 175px; } }

@media (max-width: 354px) {
  .text-with-big-one-image.big-header.right.with-link {
    padding-bottom: 295px !important; } }

@media (min-width: 1025px) {
  .page-template-default:after {
    background-size: cover; } }

@media (max-width: 1480px) and (min-width: 1400px) {
  .page-template-default:after {
    background-size: auto; } }

.text-with-big-one-image.right .col-md-7 {
  padding-left: 0px; }

.home {
  background: #ffffff !important; }

.home:before {
  content: "";
  background: none !important; }

.default-page-blocks .picture-slider.speakers {
  background: none !important;
  padding-top: 0;
  padding-bottom: 158px; }

.default-page-blocks .picture-slider.speakers h2 span {
  -webkit-text-stroke: 2.5px #001aff;
  color: #fff; }

.default-page-blocks .theme-section {
  background-size: 108% 105%; }

.default-page-blocks .text-with-big-one-image.no-heading.right img {
  margin-top: 31px !important; }
  @media (max-width: 1024px) {
    .default-page-blocks .text-with-big-one-image.no-heading.right img {
      margin-top: 0px !important; } }

.default-page-blocks .picture-slider .picture-slider-wrap .picture-slide.mt-1 {
  max-width: 312px; }

.default-page-blocks .picture-slider .picture-slider-wrap .picture-slide.mt-2 {
  max-width: 312px; }

.default-page-blocks .picture-slider .picture-slider-wrap .picture-slide.mt-3 {
  max-width: 355px; }

.default-page-blocks .picture-slider .picture-slider-wrap .picture-slide.mt-4 {
  max-width: 445px; }

@media (max-width: 1024px) {
  .default-page-blocks .picture-slider.speakers {
    padding-left: 0px; }
    .default-page-blocks .picture-slider.speakers .picture-slide {
      max-width: 294px !important;
      overflow: hidden;
      margin: 0px auto; }
    .default-page-blocks .picture-slider.speakers h2 {
      font-size: 100px; }
      .default-page-blocks .picture-slider.speakers h2 span {
        font-size: 26px;
        -webkit-text-stroke: 1px #001aff;
        padding-left: 80px; }
  .default-page-blocks .theme-section .theme-content {
    -webkit-transform: none;
            transform: none; } }

@media (max-width: 1024px) {
  html .home .picture-slider.speakers {
    background-size: cover !important;
    padding-left: 0px !important; }
  .home .picture-slider.speakers .picture-slide {
    max-width: 294px !important;
    overflow: hidden;
    margin: 0px auto; }
  html .home .picture-slider.speakers h2 {
    padding-left: 0px !important;
    margin-bottom: 15px !important; }
  .section-blue-slide {
    overflow: hidden; }
  .text-with-big-one-image.no-heading p:last-child {
    padding-bottom: 29px; }
  .default-page-blocks .picture-slider.speakers {
    padding-bottom: 75px; } }

.default-page-blocks .picture-slider.speakers h2 span {
  position: relative;
  top: 28px; }

.default-page-blocks .full-width-image + .picture-slider.speakers {
  margin-top: -58px; }
  @media (max-width: 1024px) {
    .default-page-blocks .full-width-image + .picture-slider.speakers {
      margin-top: 0px !important; } }

.default-page-blocks .picture-slider.speakers h2 {
  margin-bottom: 45px; }

.default-page-blocks .picture-slider .picture-slider-wrap .picture-slide p {
  line-height: normal; }

.default-page-blocks .text-with-big-one-image.no-heading {
  padding-bottom: 150px; }

.default-page-blocks .default-page-blocks .picture-slider .picture-slider-wrap .picture-slide h4 {
  padding-top: 38px;
  padding-bottom: 12px;
  padding-left: 14px; }

.default-page-blocks .default-page-blocks .picture-slider .picture-slider-wrap .picture-slide p {
  padding-bottom: 6px;
  padding-left: 14px; }

.default-page-blocks .default-page-blocks .picture-slider .picture-slider-wrap .picture-slide h5 {
  padding-left: 14px; }

.default-page-blocks .default-page-blocks .full-width-text + .theme-section {
  margin-top: -50px; }

.default-page-blocks .default-page-blocks .col-lg-5.theme-heading-wrapper {
  padding-left: 8px; }

.default-page-blocks .default-page-blocks .theme-cards-wrapper {
  padding-left: 17px; }

.default-page-blocks .default-page-blocks .theme-section {
  padding-bottom: 265px;
  overflow: hidden; }

.default-page-blocks .default-page-blocks .picture-slide img {
  width: 100%; }

.default-page-blocks .default-page-blocks .theme-card {
  padding-bottom: 2px; }

html .home .picture-slider.speakers h2 span {
  top: auto !important; }

@media (max-width: 1024px) {
  .default-page-blocks .theme-section {
    background-size: 108% 112%;
    padding-bottom: 78px !important;
    background-position: top; }
  .default-page-blocks .picture-slider.speakers h2 span {
    position: relative;
    top: 0px !important;
    letter-spacing: -0.95px; }
  .default-page-blocks .picture-slider.speakers h2 {
    margin-bottom: 11px;
    padding-bottom: 70px; }
  .default-page-blocks .theme-heading-wrapper,
  .default-page-blocks .theme-cards-wrapper {
    padding: 0px !important; }
  .default-page-blocks .theme-section .container {
    padding: 0 0 0 25px !important; }
  .default-page-blocks .theme-section .theme-content a {
    -webkit-text-stroke: 1px #001aff !important; }
  .default-page-blocks .theme-section .theme-cards .theme-card img {
    padding-bottom: 6px; }
  .default-page-blocks .theme-section .theme-content h3 {
    padding-bottom: 31px; }
  .default-page-blocks .theme-section .theme-content p {
    padding-bottom: 19px; }
  .default-page-blocks .text-with-two-image.big-header h4 {
    padding-bottom: 38px; }
  .default-page-blocks .text-with-two-image .image-wrap:first-child img {
    margin-top: 28px !important; }
  .default-page-blocks .theme-section .theme-content h3 span {
    -webkit-transform: translateY(-12px);
            transform: translateY(-12px); } }

@media (max-width: 1450px) and (min-width: 1400px) {
  .default-page-blocks .container {
    padding-left: 12px !important; }
  .default-page-blocks .text-with-big-one-image .col-md-5 img {
    margin-left: 12px; } }

.page-template-themes {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff2dd), to(#ffa700));
  background-image: linear-gradient(to bottom, #fff2dd, #ffa700);
  background-repeat: no-repeat; }
  .page-template-themes:after {
    position: absolute;
    content: "";
    top: 0px;
    height: 100%;
    width: 100%;
    right: 0px;
    background-image: url("../images/bg-about.png");
    z-index: -1;
    background-repeat: no-repeat; }
  .page-template-themes:before {
    position: absolute;
    content: "";
    top: -80px;
    height: 100%;
    width: 100%;
    right: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff2dd), to(#ffa700));
    background-image: linear-gradient(to bottom, #fff2dd, #ffa700);
    z-index: -1;
    background-repeat: no-repeat;
    background-position: top right; }

.section-blue-slide {
  overflow: hidden; }

@media screen and (max-width: 1024px) {
  .mac-body .title {
    margin-top: 1px; } }

.mac-body .title {
  margin-top: 5px; }

@media (min-width: 1025px) {
  .page-template-themes:after {
    background-size: cover; } }

@media (max-width: 1480px) and (min-width: 1400px) {
  .page-template-themes:after {
    background-size: auto; } }

.picture-slider .picture-slider-wrap img {
  width: 100%; }

.link-wrapper {
  text-align: center;
  max-width: 713px; }

#hover-click-me {
  text-shadow: 3px 3px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
  font-weight: 800;
  font-size: 32px;
  color: #fff;
  position: fixed;
  pointer-events: none;
  display: none;
  z-index: 9; }

@media (max-width: 1480px) and (min-width: 1400px) {
  .default-page-blocks .text-with-two-image p {
    padding-left: 126px; } }

.full-width-text .container {
  padding: 0px !important; }

@media (min-width: 1025px) {
  .page-template-themes .big-text-center {
    padding-bottom: 129px; }
  .page-template-themes .default-page-blocks .text-with-big-one-image.no-heading {
    padding-bottom: 127px; }
  .page-template-themes .full-width-image {
    margin-bottom: 118px; }
  .page-template-themes .picture-slider.speakers h2 {
    margin-top: -6px; }
    .page-template-themes .picture-slider.speakers h2 span {
      top: 34px; }
  .page-template-themes .text-with-two-image.big-header h4 {
    line-height: 67px;
    padding-bottom: 43px; } }

@media (max-width: 1024px) {
  .default-page-blocks .picture-slider.speakers .picture-slider-wrap .picture-slide h4 {
    font-size: 42px;
    line-height: normal;
    letter-spacing: -1.53px;
    padding-top: 35px;
    padding-bottom: 12px;
    line-height: 35px;
    max-width: 284px;
    margin-bottom: 0 !important; }
  .default-page-blocks .picture-slider.speakers .picture-slider-wrap .picture-slide p {
    font-size: 21.5px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.16;
    letter-spacing: -0.78px;
    padding-bottom: 11px; }
  .default-page-blocks .picture-slider.speakers .picture-slider-wrap .picture-slide h5 {
    font-family: "Droulers WEB";
    font-size: 37px;
    font-weight: normal;
    font-stretch: normal;
    font-style: italic;
    line-height: normal;
    letter-spacing: -1.35px;
    color: #000000;
    padding-bottom: 55px; }
  .default-page-blocks .picture-slider.speakers .picture-slider-wrap .mt-4 img {
    margin-top: 0; }
  .default-page-blocks .picture-slider.speakers .picture-slider-wrap .mt-3 img {
    margin-top: 0; }
  .default-page-blocks .picture-slider.speakers .picture-slider-wrap .mt-1 img {
    margin-top: 0; } }

.theme-section .theme-cards .theme-card p {
  position: relative;
  text-decoration: none !important; }
  .theme-section .theme-cards .theme-card p:after {
    content: attr(data-title);
    border-bottom: 2px solid #000000; }

.theme-section .theme-cards .theme-card a {
  text-decoration: none !important; }

.theme-section .theme-cards .theme-card p:hover,
.theme-section .theme-cards .theme-card a:hover {
  text-decoration: none; }

@media screen and (max-width: 1024px) {
  .theme-section .theme-cards .theme-card p {
    font-family: "Overpass";
    font-size: 13.2px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.48px;
    color: #000000;
    position: relative;
    text-decoration: none; }
    .theme-section .theme-cards .theme-card p:after {
      content: attr(data-title);
      border-bottom: 2px solid #000000; } }

.not-fount-page {
  float: left;
  width: 100%;
  padding: 135px 0px 85px 0px;
  background: #ffefcf; }
  .not-fount-page h1 {
    font-size: 75px;
    font-weight: 600;
    line-height: 87px; }
  .not-fount-page img {
    max-width: 400px;
    margin: 0px auto;
    display: block;
    width: 100%; }
  .not-fount-page h3 {
    font-size: 50px;
    line-height: 58px; }
  .not-fount-page p {
    font-size: 22px;
    line-height: 38px; }

a.link-btn {
  position: relative; }

@media screen and (min-width: 1025px) {
  a.link-btn:hover {
    position: relative;
    text-shadow: 0px -2px 4px #001aff, 0px 2px 4px #001aff; }
  a.link-btn:hover:after {
    box-shadow: 0px -2px 4px #001aff, 0px 2px 4px #001aff;
    -webkit-box-shadow: 0px -2px 4px #001aff, 0px 2px 4px #001aff;
    -moz-box-shadow: 0px -2px 4px #001aff, 0px 2px 4px #001aff; } }

a.link-btn:after {
  content: "";
  width: 100%;
  height: 6px;
  display: inline-block;
  background: #ff0000;
  position: absolute;
  bottom: 9px;
  left: 0;
  border-radius: 2px;
  border: 1px solid #001aff; }
  @media (max-width: 1024px) {
    a.link-btn:after {
      content: none !important; } }

.spacing_block1 {
  height: 250px;
  float: left;
  width: 100%; }

.spacing_block2 {
  height: 450px;
  float: left;
  width: 100%; }

/* new spec */
@media screen and (max-width: 1024px) {
  a.link-btn:after {
    position: absolute !important;
    content: '' !important;
    height: 5px;
    background: #ff0000;
    bottom: 2px;
    width: 100%;
    display: block;
    border: 1px solid #001aff; }
  .link-wrapper a.link-btn {
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important;
    margin-left: auto !important;
    margin-right: auto !important; } }

@media screen and (-ms-high-contrast: active) and (max-width: 1024px), screen and (-ms-high-contrast: none) and (max-width: 1024px) {
  a.link-btn:after {
    content: '';
    display: none !important; }
  .link-wrapper a.link-btn {
    width: 100% !important;
    max-width: 100% !important; } }

@media (max-width: 1380px) and (min-width: 1025px) {
  .foreground-image.f-desktop img {
    width: 80%; } }

.video-content-thumb {
  height: 100%;
  width: 100%; }

.guide-two-list .video-link {
  cursor: url("../images/extras/copenhagen-cursor.png"), auto !important; }

.email-input label,
.news-letter-wrapper label {
  display: none; }

.article-label-input label {
  display: none !important; }

@media print {
  html, body {
    height: 100%; }
  header,
  footer,
  .banner,
  .mouse-bg-anim,
  .statement-videos,
  .flip-over-text.custom-hover .anim-el,
  .flip-over-text.custom-hover .anim-el:before,
  .flip-over-text.custom-hover .anim-el:after,
  body.home .video-link,
  .new-letter.news-letter-mid,
  .slide-still-image,
  .home .theme-section .theme-content a,
  .home .watch-our-videos {
    display: none !important; }
  .home .unique-image .image-content {
    background-image: none !important;
    background: #ffffff !important; }
  .guide-heading {
    font-size: 150px !important; }
  body.home .themes {
    border-top: 140px solid #ffffff; }
  body.home .sl-content i {
    line-height: 40px !important; }
  .video-header {
    position: relative !important; }
  .section-video-green:before,
  .video-green-container:before {
    content: '';
    display: none !important; }
  .video-green-wrapper {
    display: none !important; }
  .slide-still-image, .bl-video-set, .sl-content,
  .guide-absolute .guide-image,
  .guide-two-list-rel .guide-para {
    position: relative !important;
    transform: none !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    top: auto;
    left: auto;
    bottom: auto;
    right: auto;
    max-width: 100% !important; }
  .home .unique-image .image-content {
    background: none !important; }
  .home .line-up {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    bottom: auto !important;
    right: auto !important;
    width: 100%;
    max-width: 100% !important;
    min-width: 100% !important; }
  .home .themes-cards,
  .home .themes-links {
    max-width: 100% !important;
    width: 100% !important;
    float: none !important; }
  .home .themes-links {
    display: inline-block !important; }
  .home .section-statement-container + .themes {
    background: none !important; }
  .home .section-statement-container + .themes::before,
  .home .section-statement-container + .themes .white-link:after {
    content: '';
    display: none !important; }
  .home .section-statement-container + .themes-container {
    max-width: 100% !important;
    width: 100% !important;
    padding-left: 0 !important; }
  .home .picture-slider.speakers,
  .home .theme-section {
    border-top: 100px solid #ffffff !important; } }

@media screen and (min-width: 1140px) {
  .card-f {
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease; }
  .card-f-1 {
    -webkit-animation: basic-card-f-1 0.8s ease forwards;
            animation: basic-card-f-1 0.8s ease forwards; }
  .card-f-2 {
    -webkit-animation: basic-card-f-2 0.8s ease forwards;
            animation: basic-card-f-2 0.8s ease forwards; }
  .card-f-3 {
    -webkit-animation: basic-card-f-3 0.8s ease forwards;
            animation: basic-card-f-3 0.8s ease forwards; }
  .dm-theme-custom-hover .card-flip-wrapper .card-f-1 {
    -webkit-animation: flipover-1 0.3s ease forwards;
            animation: flipover-1 0.3s ease forwards; }
  .dm-theme-custom-hover .card-flip-wrapper .card-f-2 {
    -webkit-animation: flipover-2 0.3s ease forwards;
            animation: flipover-2 0.3s ease forwards; }
  .dm-theme-custom-hover .card-flip-wrapper .card-f-3 {
    -webkit-animation: flipover-3 0.3s ease forwards;
            animation: flipover-3 0.3s ease forwards; } }

/* Basic*/
@-webkit-keyframes basic-card-f-1 {
  from {
    left: -65px;
    top: 2px; }
  to {
    left: 0;
    top: 2px; } }

@keyframes basic-card-f-1 {
  from {
    left: -65px;
    top: 2px; }
  to {
    left: 0;
    top: 2px; } }

/* Basic*/
@-webkit-keyframes basic-card-f-2 {
  from {
    left: 173px;
    top: 12px; }
  to {
    left: 89px;
    top: 12px; } }

@keyframes basic-card-f-2 {
  from {
    left: 173px;
    top: 12px; }
  to {
    left: 89px;
    top: 12px; } }

/* Basic*/
@-webkit-keyframes basic-card-f-3 {
  from {
    left: 424px;
    top: 24px; }
  to {
    left: 198px;
    top: 24px; } }

@keyframes basic-card-f-3 {
  from {
    left: 424px;
    top: 24px; }
  to {
    left: 198px;
    top: 24px; } }

/* Hover*/
@-webkit-keyframes flipover-1 {
  100% {
    left: -65px;
    top: 2px; } }

@keyframes flipover-1 {
  100% {
    left: -65px;
    top: 2px; } }

@-webkit-keyframes flipover-2 {
  100% {
    left: 170px;
    top: 12px; } }

@keyframes flipover-2 {
  100% {
    left: 170px;
    top: 12px; } }

@-webkit-keyframes flipover-3 {
  100% {
    left: 421px;
    top: 24px; } }

@keyframes flipover-3 {
  100% {
    left: 421px;
    top: 24px; } }

/* new spec indicator */
/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.26, autoprefixer: v9.7.3) */
@media screen and (max-width: 1024px) {
  .themes-anim-active .elasticstack li:nth-child(1) img {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-animation: indicatorfirstchild 1s ease 1;
    animation: indicatorfirstchild 1s ease 1; }
  .themes-anim-active .elasticstack li:nth-child(3) img {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-animation: indicatorlastchild 1s ease 1;
    animation: indicatorlastchild 1s ease 1; }
  @-webkit-keyframes indicatorfirstchild {
    0% {
      -webkit-transform: translate(0px, 0px);
      transform: translate(0px, 0px); }
    50% {
      -webkit-transform: translate(-20px, 20px);
      transform: translate(-20px, 20px); }
    100% {
      -webkit-transform: translate(0px, 0px);
      transform: translate(0px, 0px); } }
  @keyframes indicatorfirstchild {
    0% {
      -webkit-transform: translate(0px, 0px);
      transform: translate(0px, 0px); }
    50% {
      -webkit-transform: translate(-20px, 20px);
      transform: translate(-20px, 20px); }
    100% {
      -webkit-transform: translate(0px, 0px);
      transform: translate(0px, 0px); } }
  @-webkit-keyframes indicatorlastchild {
    0% {
      -webkit-transform: translate(0px, 0px);
      transform: translate(0px, 0px); }
    50% {
      -webkit-transform: translate(10px, -10px);
      transform: translate(10px, -10px); }
    100% {
      -webkit-transform: translate(0px, 0px);
      transform: translate(0px, 0px); } }
  @keyframes indicatorlastchild {
    0% {
      -webkit-transform: translate(0px, 0px);
      transform: translate(0px, 0px); }
    50% {
      -webkit-transform: translate(10px, -10px);
      transform: translate(10px, -10px); }
    100% {
      -webkit-transform: translate(0px, 0px);
      transform: translate(0px, 0px); } } }

.articles-wrap {
  float: left;
  width: 100%;
  padding-bottom: 186px; }
  .articles-wrap .article-filter {
    float: left;
    width: 100%;
    padding-bottom: 33px;
    padding-left: 9px; }
    @media (max-width: 1024px) {
      .articles-wrap .article-filter {
        padding-bottom: 21px;
        text-align: center;
        padding-left: 0px !important; } }
  .articles-wrap .article-container {
    float: left;
    width: 100%;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    padding-left: 54px; }
    .articles-wrap .article-container .article-box {
      max-width: 365px;
      width: 100%;
      margin-right: 62px;
      padding-bottom: 116px; }
      @media (max-width: 1024px) {
        .articles-wrap .article-container .article-box {
          padding-bottom: 65px; } }
      .articles-wrap .article-container .article-box img {
        padding-bottom: 32px; }
        @media (max-width: 1024px) {
          .articles-wrap .article-container .article-box img {
            max-width: 271px;
            padding-bottom: 23px; } }
      .articles-wrap .article-container .article-box h4 {
        font-family: "Overpass";
        font-size: 50px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 0.94;
        letter-spacing: -1.83px;
        color: #000000;
        padding-bottom: 12px; }
        @media (max-width: 1024px) {
          .articles-wrap .article-container .article-box h4 {
            font-size: 37.1px;
            font-weight: bold;
            font-stretch: normal;
            font-style: normal;
            line-height: 0.94;
            letter-spacing: -1.35px;
            color: #000000;
            padding-bottom: 5px; } }
      .articles-wrap .article-container .article-box p {
        font-family: "Overpass";
        font-size: 25.6px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.16;
        letter-spacing: -0.93px;
        color: #000000;
        padding-bottom: 5px;
        max-width: 1152px; }
        @media (max-width: 1024px) {
          .articles-wrap .article-container .article-box p {
            font-size: 19px;
            font-weight: bold;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.16;
            letter-spacing: -0.69px;
            color: #000000;
            padding-bottom: 0px; } }
      .articles-wrap .article-container .article-box ul {
        padding: 0px;
        list-style-type: none; }
      .articles-wrap .article-container .article-box li {
        float: left;
        position: relative;
        padding-right: 30px;
        font-family: "Droulers WEB";
        font-size: 30px;
        font-weight: normal;
        font-stretch: normal;
        font-style: italic;
        line-height: normal;
        letter-spacing: -1.09px;
        color: #000000; }
        @media (max-width: 1024px) {
          .articles-wrap .article-container .article-box li {
            font-size: 22.3px;
            font-weight: normal;
            font-stretch: normal;
            font-style: italic;
            line-height: normal;
            letter-spacing: -0.81px;
            color: #000000; } }
        .articles-wrap .article-container .article-box li:first-child {
          text-transform: capitalize; }
        .articles-wrap .article-container .article-box li:nth-child(2) {
          padding-left: 30px; }
          .articles-wrap .article-container .article-box li:nth-child(2):before {
            position: absolute;
            content: "";
            height: 6px;
            width: 6px;
            background: #000000;
            border-radius: 50%;
            top: 13px;
            left: 0px; }
            @media (max-width: 1024px) {
              .articles-wrap .article-container .article-box li:nth-child(2):before {
                top: 10px; } }
          .articles-wrap .article-container .article-box li:nth-child(2):after {
            position: absolute;
            content: "";
            height: 6px;
            width: 6px;
            background: #000000;
            border-radius: 50%;
            top: 13px;
            right: 0px; }
            @media (max-width: 1024px) {
              .articles-wrap .article-container .article-box li:nth-child(2):after {
                top: 10px; } }
        .articles-wrap .article-container .article-box li:last-child {
          text-transform: uppercase;
          width: 100%; }

.article-box-container {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
          justify-content: start;
  -webkit-box-align: start;
          align-items: start; }
  .article-box-container .play-btn {
    position: absolute; }

.blog main {
  position: relative; }
  .blog main:after {
    position: absolute;
    content: "";
    top: 0px;
    height: 95.4%;
    width: 100%;
    margin: 0px auto;
    background: #00ff35;
    z-index: -1;
    -webkit-filter: blur(40px);
    -moz-filter: blur(40px);
    -o-filter: blur(40px);
    -ms-filter: blur(40px);
    filter: blur(40px);
    margin-top: 59px;
    left: 0px;
    right: 0px; }
    @media (max-width: 1480px) {
      .blog main:after {
        max-width: 1336px; } }
    @media (max-width: 767px) {
      .blog main:after {
        height: 97.4%; } }
    @media (max-width: 380px) {
      .blog main:after {
        max-width: 302px; } }

.blog main {
  float: left;
  width: 100%; }

.article-filter .select2-container--default .select2-selection--single {
  background: none !important;
  border: none !important; }

.article-filter .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #001aff !important;
  font-family: "Overpass";
  font-size: 28px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.9px;
  text-align: center;
  text-transform: uppercase;
  padding-left: 0px; }
  @media (max-width: 1024px) {
    .article-filter .select2-container--default .select2-selection--single .select2-selection__rendered {
      font-size: 18.2px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: -0.59px;
      text-align: center;
      color: #001aff; } }

.article-filter #select2-year-container + .select2-selection__arrow {
  right: 0px !important; }
  @media (max-width: 1024px) {
    .article-filter #select2-year-container + .select2-selection__arrow {
      right: 8px !important; } }

.article-filter .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #001aff transparent transparent transparent !important;
  border-width: 7px 8px 0 8px !important; }
  @media (max-width: 1024px) {
    .article-filter .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-width: 6px 6px 0 6px !important; } }

.article-filter .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #001aff transparent !important;
  border-width: 0 8px 7px 8px !important; }
  @media (max-width: 1024px) {
    .article-filter .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-width: 0 6px 6px 6px !important; } }

.article-filter span.select2-selection.select2-selection--single {
  outline: none !important; }

.article-filter span.select2.select2-container.select2-container--default {
  margin-right: 7px;
  width: 135px !important;
  float: left; }
  @media (max-width: 1024px) {
    .article-filter span.select2.select2-container.select2-container--default {
      width: 70px !important;
      margin-right: 0px; } }

.article-filter .select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 0px !important; }
  @media (max-width: 1024px) {
    .article-filter .select2-container--default .select2-selection--single .select2-selection__arrow {
      right: 8px !important; } }

.blog .big-page-header h1 span {
  padding-left: 149px; }
  @media (max-width: 1024px) {
    .blog .big-page-header h1 span {
      padding-left: 50px !important; } }

.blog .big-page-header {
  padding-bottom: 110px; }
  @media (max-width: 1024px) {
    .blog .big-page-header {
      padding-bottom: 35px; } }
  @media (max-width: 1024px) {
    .blog .big-page-header p {
      padding-top: 12px;
      font-size: 24px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: 0.96;
      letter-spacing: normal;
      color: #000000; } }

.article-box:nth-child(3n) {
  margin-right: 0px !important; }

@media (max-width: 1399px) {
  .article-box:nth-child(2n) {
    margin-right: 0px !important; }
  .article-box:nth-child(3n) {
    margin-right: 64px !important; } }

@media (max-width: 1024px) and (min-width: 401px) {
  .article-box-container {
    -webkit-box-pack: start;
            justify-content: start;
    -webkit-box-align: start;
            align-items: start; } }

@media (max-width: 1024px) {
  .blog main:after {
    background-position: 0; } }

@media (max-width: 991px) and (min-width: 768px) {
  .articles-wrap .article-container {
    padding-left: 0px; }
    .articles-wrap .article-container .article-box {
      padding-right: 30px;
      margin-right: 0px;
      max-width: 350px; } }

@media (max-width: 1024px) {
  .articles-wrap .article-container .article-box p {
    max-width: 271px; }
  .articles-wrap .article-container .article-box h4 {
    max-width: 271px; }
  .articles-wrap .article-container .article-box ul {
    max-width: 271px; } }

@media (max-width: 365px) {
  .articles-wrap .article-container .article-box img {
    width: 100%; } }

@media (max-width: 575px) {
  .article-filter .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: -3px !important; } }

.article-filter select {
  opacity: 0; }

@media (max-width: 991px) {
  .article-box:nth-child(3n) {
    margin-right: 0 !important; } }

.article-filter #category + .select2-container--default {
  width: 200px !important; }
  @media (max-width: 1024px) {
    .article-filter #category + .select2-container--default {
      width: 112px !important; } }

.article-filter .select2-container--default .select2-selection--single .select2-selection__rendered {
  float: left; }

.article-filter .select2-container--default .select2-selection--single .select2-selection__arrow {
  position: relative !important;
  top: 13px !important; }
  @media (max-width: 1024px) {
    .article-filter .select2-container--default .select2-selection--single .select2-selection__arrow {
      top: 9px !important; } }

@media (max-width: 1024px) {
  .article-filter span.select2.select2-container.select2-container--default {
    float: none !important; }
  .select2-container .select2-selection--single {
    display: inline-block !important;
    float: left !important; }
  .article-filter select#year + span.select2.select2-container.select2-container--default {
    margin-right: 20px; } }

@media (max-width: 767px) {
  .articles-wrap .article-container {
    padding-left: 0px !important; }
  .articles-wrap .article-container .article-box {
    margin: 0px auto !important;
    max-width: 271px !important; } }

@media (min-width: 1400px) {
  .blog .container {
    max-width: 1330px; } }

.blog .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #001aff !important;
  color: white; }

.blog .select2-search--dropdown {
  display: none !important; }

.blog .select2-dropdown {
  border: 0px; }

.post-type-archive-videos {
  position: relative; }
  .post-type-archive-videos .article-box-container {
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center; }
  .post-type-archive-videos .article-filter .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #ffffff !important; }
  .post-type-archive-videos .article-filter .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #ffffff transparent transparent transparent !important; }
  .post-type-archive-videos .article-filter .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #ffffff transparent !important; }

.post-type-archive-videos {
  background-image: linear-gradient(36deg, #ff5700 -76%, #f2ca95 6%, #93aff9 88%, #93aff9 88%); }

.post-type-archive-videos:after {
  position: absolute;
  content: "";
  top: 0;
  height: 90%;
  width: 100%;
  right: 0px;
  background-image: url("../images/video-bg.png");
  z-index: -1;
  background-repeat: no-repeat;
  background-size: contain;
  top: 126px; }

.article-box a {
  text-decoration: none !important; }

.post-type-archive-videos .articles-wrap .article-container .article-box {
  max-width: 337px !important; }
  @media (max-width: 1024px) {
    .post-type-archive-videos .articles-wrap .article-container .article-box {
      max-width: 249px !important; } }
  .post-type-archive-videos .articles-wrap .article-container .article-box img {
    width: 100%; }

.post-type-archive-videos .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #e9ce97 !important;
  color: white; }

.post-type-archive-videos .select2-search--dropdown {
  display: none !important; }

.post-type-archive-videos .select2-dropdown {
  border: 0px; }

.post-type-archive-videos .articles-wrap .article-container .article-box {
  padding-bottom: 70px; }

.post-type-archive-videos .articles-wrap {
  padding-bottom: 238px; }

.post-type-archive-videos .articles-wrap .article-container .article-box p {
  padding-bottom: 11px; }

@media (min-width: 1025px) {
  .post-type-archive-videos .big-page-header h1 span {
    padding-left: 203px; } }

@media (max-width: 1024px) {
  .post-type-archive-videos .big-page-header {
    padding-bottom: 35px;
    padding-top: 75px; }
    .post-type-archive-videos .big-page-header h1 span {
      padding-left: 140px;
      bottom: -24px; }
    .post-type-archive-videos .big-page-header p {
      font-size: 24px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: 0.96;
      letter-spacing: normal;
      color: #000000;
      padding-top: 12px; }
  .post-type-archive-videos .article-box-container .play-btn img {
    max-width: 48px !important; }
  .post-type-archive-videos .articles-wrap .article-container .article-box {
    padding-bottom: 87px; }
    .post-type-archive-videos .articles-wrap .article-container .article-box img {
      padding-bottom: 26px; }
    .post-type-archive-videos .articles-wrap .article-container .article-box h4 {
      padding-bottom: 7px; }
    .post-type-archive-videos .articles-wrap .article-container .article-box p {
      padding-bottom: 1px; } }

@media (max-width: 1024px) and (min-width: 992px) {
  .post-type-archive-videos .article-box:nth-child(3n) {
    margin-right: 0px !important; }
  .post-type-archive-videos .article-box:nth-child(2n) {
    margin-right: 64px !important; } }

@media (max-width: 400px) {
  .blog .big-page-header p,
  .post-type-archive-videos .big-page-header p {
    max-width: 341px; } }

@media (max-width: 1480px) and (min-width: 1400px) {
  .post-type-archive-videos:after {
    background-size: auto !important; } }

@media (min-width: 1025px) {
  .post-type-archive-videos .big-page-header {
    padding-bottom: 108px;
    padding-top: 145px; }
    .post-type-archive-videos .big-page-header h1 {
      margin-top: -30px; }
      .post-type-archive-videos .big-page-header h1 span {
        bottom: -2px; }
  .post-type-archive-videos .articles-wrap .article-filter {
    padding-bottom: 26px; }
  .post-type-archive-videos .big-page-header .container {
    padding-left: 10px; }
  .post-type-archive-videos .articles-wrap .article-container .article-box {
    margin-right: 62px; }
  .post-type-archive-videos .articles-wrap .article-container .article-box li:last-child {
    padding-right: 5px; } }

@media (max-width: 1024px) {
  .post-type-archive-videos .big-page-header h1 {
    margin-left: auto;
    margin-right: auto; }
  .post-type-archive-videos .articles-wrap .article-filter {
    padding-bottom: 19px; }
  .post-type-archive-videos .article-filter span.select2.select2-container.select2-container--default {
    margin-right: 16px; }
  .post-type-archive-videos .select2-dropdown {
    width: 125px !important; }
  .post-type-archive-videos .articles-wrap {
    padding-bottom: 131px; }
  .post-type-archive-videos .big-page-header p {
    padding-left: 3px; }
  .post-type-archive-videos .articles-wrap .article-container .article-box li {
    padding-right: 2px; }
  .post-type-archive-videos .articles-wrap .article-container .article-box li:nth-child(2) {
    padding-left: 40px; }
  .post-type-archive-videos .articles-wrap .article-container .article-box li:nth-child(2):before {
    left: 17px; }
  .post-type-archive-videos .articles-wrap .article-container .article-box li:nth-child(2):after {
    right: -17px; } }

.articles-wrap .content-center {
  float: left;
  width: 100%; }
  .articles-wrap .content-center p {
    text-align: center;
    font-size: 20px; }

@media (max-width: 991px) and (min-width: 768px) {
  .post-type-archive-videos .articles-wrap .article-container .article-box li:nth-child(2) {
    padding-left: 37px; } }

@media (max-width: 1024px) {
  .articles-wrap .article-container .article-box li:last-child {
    padding-right: 0; } }

@media (max-width: 400px) and (min-width: 360px) {
  .post-type-archive-videos:after {
    background-size: 372%;
    top: 60px;
    background-position: -970px 0px;
    height: 90%; } }

@media (max-width: 359px) and (min-width: 320px) {
  .post-type-archive-videos:after {
    background-size: 342%;
    top: 60px;
    background-position: -760px 0px;
    height: 90%; } }

@media (max-width: 480px) and (min-width: 401px) {
  .post-type-archive-videos:after {
    background-size: 283%;
    top: 60px;
    background-position: -720px 0px;
    height: 90%; } }

@media (min-width: 1025px) {
  .post-type-archive-videos .articles-wrap .article-container .article-box h4 {
    padding-bottom: 28px; } }

.blog {
  background: #c7ffd3; }

.program-contents {
  float: left;
  width: 100%;
  padding-bottom: 72px; }
  .program-contents h2 {
    -webkit-text-stroke: 2.5px #001aff;
    font-family: "Overpass";
    font-size: 80px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -2.92px;
    color: #ffffff;
    margin-bottom: 0px; }
    @media (max-width: 1024px) {
      .program-contents h2 {
        -webkit-text-stroke: 1.5px #001aff;
        font-size: 60px; } }
  .program-contents p {
    font-family: "Overpass";
    font-size: 35px;
    font-weight: normal;
    font-stretch: normal;
    font-style: italic;
    line-height: 1.2;
    letter-spacing: normal;
    color: #ffffff;
    max-width: 804px;
    padding-bottom: 6px;
    margin-top: -12px; }
  .program-contents img {
    width: 100%; }

.page-template-program {
  position: relative; }
  .page-template-program .big-page-header {
    padding-top: 188px;
    padding-bottom: 273px; }
    @media (max-width: 1024px) {
      .page-template-program .big-page-header {
        padding-top: 100px;
        padding-bottom: 85px; } }
    .page-template-program .big-page-header h1 {
      font-size: 250px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: 0.27;
      letter-spacing: -9.13px;
      text-align: center; }
      @media (max-width: 1024px) {
        .page-template-program .big-page-header h1 {
          font-size: 100px;
          letter-spacing: -5.48px; } }
  .page-template-program::after {
    position: absolute;
    content: "";
    top: 0;
    height: 100%;
    width: 100%;
    right: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#a1b6ff), color-stop(45%, #001aff), color-stop(90%, #a1b6ff));
    background-image: linear-gradient(to bottom, #a1b6ff, #001aff 45%, #a1b6ff 90%);
    z-index: -1;
    background-repeat: no-repeat;
    background-size: cover; }

.program-wrap {
  float: left;
  width: 100%;
  padding-bottom: 175px;
  max-width: 1300px; }
  @media (max-width: 1440px) and (min-width: 1400px) {
    .program-wrap {
      padding-left: 21px; } }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .program-contents h2 {
    text-shadow: -1px -1px 0px #001aff, 1px -1px 0px #001aff, -1px 1px 0px #001aff, 1px 1px 0px #001aff;
    color: #fff; } }

.post-type-archive-line_up .big-page-header {
  display: block;
  position: relative;
  padding-top: 188px;
  padding-bottom: 140px; }
  .post-type-archive-line_up .big-page-header h1 {
    font-family: "Cormorant";
    font-size: 150px;
    font-weight: bold;
    line-height: 0.45;
    letter-spacing: -5.48px;
    color: #000000;
    font-size: 250px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.27;
    letter-spacing: -9.13px;
    text-align: center;
    color: #000000; }

.line-up-wrap {
  float: left;
  width: 100%;
  padding-bottom: 54px; }
  .line-up-wrap .tabs {
    margin: 0px;
    padding: 0px;
    list-style: none; }
  .line-up-wrap .tab-content {
    float: left;
    width: 100%;
    display: none;
    line-height: 1.4; }
  .line-up-wrap .tab-content.current {
    display: block; }

.speaker-wrap {
  float: left;
  width: 100%; }
  .speaker-wrap .speaker-wrap-content h3 {
    -webkit-text-stroke: 1.5px #001aff;
    font-family: "Overpass";
    font-size: 80px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -2.92px;
    color: #ffffff; }
  .speaker-wrap .speaker-wrap-content p {
    font-family: "Overpass";
    font-size: 35px;
    font-weight: normal;
    font-stretch: normal;
    font-style: italic;
    line-height: 1.2;
    letter-spacing: normal;
    color: #000000;
    max-width: 804px; }
  .speaker-wrap .speaker-wrap-info-container .speaker-wrap-info {
    max-width: 420px;
    width: 100%;
    overflow: hidden; }
    @media screen and (max-width: 1399px) {
      .speaker-wrap .speaker-wrap-info-container .speaker-wrap-info {
        max-width: 31%;
        width: 100%; } }
    @media screen and (max-width: 992px) {
      .speaker-wrap .speaker-wrap-info-container .speaker-wrap-info {
        max-width: 48%;
        width: 100%; } }
    @media screen and (max-width: 767px) {
      .speaker-wrap .speaker-wrap-info-container .speaker-wrap-info {
        max-width: 100%;
        width: 100%; } }
    .speaker-wrap .speaker-wrap-info-container .speaker-wrap-info:nth-child(2n) {
      margin-right: 0px; }
    .speaker-wrap .speaker-wrap-info-container .speaker-wrap-info:nth-child(3n) {
      margin-right: 0px; }
    .speaker-wrap .speaker-wrap-info-container .speaker-wrap-info img {
      max-width: 100%; }
    .speaker-wrap .speaker-wrap-info-container .speaker-wrap-info h4 {
      font-family: "Overpass";
      font-size: 60px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: -2.19px;
      color: #000; }
    .speaker-wrap .speaker-wrap-info-container .speaker-wrap-info p {
      font-family: "Overpass";
      font-size: 30.7px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.16;
      letter-spacing: -1.12px;
      color: #000; }
    .speaker-wrap .speaker-wrap-info-container .speaker-wrap-info h5 {
      font-family: "Droulers WEB";
      font-size: 52.8px;
      font-weight: normal;
      font-stretch: normal;
      font-style: italic;
      line-height: normal;
      letter-spacing: -1.93px;
      color: #000000; }

.speaker-wrap.before-after p {
  font-family: "DroulersWEB" !important;
  font-size: 26.8px !important;
  font-weight: normal !important;
  font-stretch: normal !important;
  font-style: italic !important;
  line-height: normal !important;
  letter-spacing: -0.98px !important;
  color: #000000 !important; }

.speaker-wrap.before-after h5 {
  font-family: "Overpass" !important;
  font-size: 30.7px !important;
  font-weight: bold !important;
  font-stretch: normal !important;
  font-style: normal !important;
  line-height: 1.16 !important;
  letter-spacing: -1.12px !important;
  color: #000000 !important; }

.filter-button-group {
  width: 100%;
  display: block;
  padding-bottom: 75px; }
  .filter-button-group ul {
    text-align: center;
    padding-left: 0;
    margin-right: -20px; }
    .filter-button-group ul li {
      margin-right: 20px;
      font-family: "Overpass";
      font-size: 28px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: -0.9px;
      text-align: center;
      color: #ffffff;
      display: inline-block;
      cursor: pointer;
      text-transform: uppercase; }
    .filter-button-group ul li.tab.active {
      -webkit-text-stroke: 2px #001aff;
      font-family: Overpass;
      font-size: 28px;
      font-weight: bold;
      font-stretch: normal;
      font-style: italic;
      line-height: normal;
      letter-spacing: -0.9px;
      text-align: center;
      color: #ffffff; }

.line-up-wrap .content.grid {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  float: left;
  width: 100%; }
  .line-up-wrap .content.grid .cat-description {
    width: 100%;
    padding-bottom: 83px;
    max-width: 804px; }
    .line-up-wrap .content.grid .cat-description h3 {
      text-align: left;
      -webkit-text-stroke: 2.5px #001aff;
      font-family: "Overpass";
      font-size: 80px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: -2.92px;
      color: #ffffff;
      margin-bottom: 0px; }
      @media (max-width: 1024px) {
        .line-up-wrap .content.grid .cat-description h3 {
          -webkit-text-stroke: 1.5px #001aff; } }
    .line-up-wrap .content.grid .cat-description h5 {
      text-align: left;
      font-family: "Overpass";
      font-size: 35px;
      font-weight: normal;
      font-stretch: normal;
      font-style: italic;
      line-height: 1.2;
      letter-spacing: normal;
      color: #ffffff;
      margin-top: -5px; }
  .line-up-wrap .content.grid .grid-item {
    width: 100%;
    padding-bottom: 117px;
    float: left; }

.category-des {
  float: left;
  width: 100%;
  padding-bottom: 30px; }

.post-type-archive-line_up {
  position: relative; }
  .post-type-archive-line_up:after {
    position: absolute;
    content: "";
    top: 0;
    height: 100%;
    width: 100%;
    right: 0px;
    background-image: url("../images/program-bg.png");
    z-index: -1;
    background-repeat: no-repeat;
    background-size: cover; }

.list-items-wrap a:nth-child(3n) .single-content {
  margin-right: 0px !important; }

.list-items-wrap {
  float: left;
  width: 100%;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap; }
  @media (max-width: 767px) {
    .list-items-wrap {
      -webkit-box-pack: center;
              justify-content: center; } }
  .list-items-wrap .single-content {
    max-width: 420px;
    width: 100%;
    margin-right: 28px;
    padding-bottom: 61px; }
    .list-items-wrap .single-content img {
      width: 100%; }

.list-items-wrap h4 {
  font-family: "Overpass";
  font-size: 60px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.89;
  letter-spacing: -2.19px;
  color: #ffffff;
  padding-bottom: 7px; }

.list-items-wrap h5 {
  font-family: "Droulers WEB";
  font-size: 52.8px;
  font-weight: normal;
  font-stretch: normal;
  font-style: italic;
  line-height: normal;
  letter-spacing: -1.93px;
  color: #ffffff; }

.list-items-wrap p {
  font-family: "Overpass";
  font-size: 30.7px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.03;
  letter-spacing: -1.12px;
  color: #ffffff; }

.filter-button-group ul li.active {
  position: relative;
  -webkit-text-stroke: 1px #001aff;
  font-style: italic; }
  .filter-button-group ul li.active:after {
    position: absolute;
    content: "";
    height: 2px;
    width: 100%;
    background: #001aff;
    left: 0px;
    bottom: 3px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    left: 50%; }

@media (max-width: 1024px) {
  .post-type-archive-line_up .big-page-header {
    padding-top: 79px;
    padding-bottom: 46px; }
    .post-type-archive-line_up .big-page-header h1 {
      font-size: 100px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: 0.67;
      letter-spacing: -3.65px;
      text-align: center;
      color: #000000; }
  .post-type-archive-line_up .filter-button-group {
    padding-bottom: 29px; }
    .post-type-archive-line_up .filter-button-group li {
      font-size: 20.2px;
      margin-bottom: 8px; }
    .post-type-archive-line_up .filter-button-group li.active {
      position: relative;
      -webkit-text-stroke: 1px #001aff; }
  .post-type-archive-line_up .cat-description h3 {
    font-size: 50px !important;
    letter-spacing: -1.83px; }
  .post-type-archive-line_up .cat-description h5 {
    font-size: 25px !important;
    letter-spacing: normal; }
  .post-type-archive-line_up .list-items-wrap .single-content {
    max-width: 293px; }
    .post-type-archive-line_up .list-items-wrap .single-content h4 {
      font-size: 42px;
      letter-spacing: -1.53px; }
    .post-type-archive-line_up .list-items-wrap .single-content p {
      font-size: 21.5px;
      letter-spacing: -0.78px; }
    .post-type-archive-line_up .list-items-wrap .single-content h5 {
      font-size: 37px;
      letter-spacing: -1.35px; }
  .post-type-archive-line_up .line-up-wrap .content.grid .cat-description {
    padding-bottom: 41px; } }

@media (max-width: 767px) {
  .post-type-archive-line_up .list-items-wrap .single-content {
    max-width: 293px;
    margin: 0px auto;
    margin-bottom: 49px; }
  .list-items-wrap .single-content:nth-child(3n) {
    margin-right: auto !important; } }

@media (max-width: 1399px) and (min-width: 768px) {
  .list-items-wrap .single-content:nth-child(3n) {
    margin-right: 28px !important; } }

.post-type-archive-line_up .flip-card {
  background-color: transparent;
  width: 420px;
  height: 580px;
  -webkit-perspective: 1000px;
          perspective: 1000px;
  margin-bottom: 37px; }
  @media (max-width: 1024px) {
    .post-type-archive-line_up .flip-card {
      width: 293px;
      height: 405px; } }

.post-type-archive-line_up .flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

.post-type-archive-line_up .flip-card:focus {
  outline: 0; }

.post-type-archive-line_up .flip-card:hover .flip-card-inner,
.post-type-archive-line_up .flip-card:focus .flip-card-inner {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg); }

.post-type-archive-line_up .flip-card-front,
.post-type-archive-line_up .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.post-type-archive-line_up .flip-card-front {
  background: -webkit-gradient(linear, right top, left top, from(#4364f7), to(#6fb1fc));
  background: linear-gradient(to left, #4364f7, #6fb1fc);
  color: black;
  z-index: 2;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center; }

.post-type-archive-line_up .flip-card-back {
  background: -webkit-gradient(linear, left top, right top, from(#4364f7), to(#6fb1fc));
  background: linear-gradient(to right, #4364f7, #6fb1fc);
  color: white;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  z-index: 1;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center; }

.list-items-wrap a {
  text-decoration: none;
  cursor: none; }

@media (max-width: 991px) and (min-width: 768px) {
  .list-items-wrap a:nth-child(2n) .single-content {
    margin-right: 0px !important; }
  .list-items-wrap a:nth-child(3n) .single-content {
    margin-right: 28px !important; } }

@media (max-width: 1024px) {
  .line-up-wrap .content.grid .cat-description h5 {
    margin-top: 0px; }
  .post-type-archive-line_up .flip-card {
    margin-bottom: 27px; }
  .list-items-wrap h4 {
    padding-bottom: 3px; }
  .list-items-wrap p {
    margin-bottom: 12px; }
  .list-items-wrap .single-content {
    margin-bottom: 0px !important;
    padding-bottom: 46px; }
  .line-up-wrap .content.grid .grid-item {
    padding-bottom: 70px; } }

.single-line_up {
  position: relative; }
  .single-line_up:after {
    position: absolute;
    content: "";
    top: 0;
    height: 100%;
    width: 100%;
    right: 0px;
    background-image: url("../images/program-bg.png");
    z-index: -1;
    background-repeat: no-repeat;
    background-size: cover; }
  .single-line_up .flip-card-back {
    display: none; }
  .single-line_up .picture-vertical-slider {
    padding-top: 130px; }

.line-up-single {
  float: left;
  width: 100%; }
  .line-up-single .line-up-single-head {
    float: left;
    width: 100%;
    padding-bottom: 60px;
    padding-top: 118px; }
    .line-up-single .line-up-single-head h1 {
      font-family: "Cormorant";
      font-size: 150px;
      font-weight: bold;
      line-height: 80px;
      letter-spacing: -5.48px;
      color: #000000;
      text-align: center;
      padding-bottom: 20px;
      width: 100%;
      text-transform: uppercase; }
    .line-up-single .line-up-single-head p {
      font-family: "Overpass";
      font-size: 40px;
      font-weight: bold;
      line-height: 1.1;
      letter-spacing: normal;
      color: #000000;
      text-align: center;
      width: 100%; }
  .line-up-single .line-up-single-content {
    max-width: 440px;
    margin: auto; }
    .line-up-single .line-up-single-content img {
      max-width: 440px;
      width: 100%;
      margin-bottom: 26px; }
    .line-up-single .line-up-single-content p {
      font-size: 18px;
      line-height: 33px; }
    .line-up-single .line-up-single-content h5 {
      color: #000000;
      font-size: 40px;
      line-height: 46px;
      font-weight: 800;
      margin-bottom: 16px; }
  .line-up-single .line-up-single-wrap {
    position: relative;
    float: left;
    width: 100%; }
    .line-up-single .line-up-single-wrap a {
      position: absolute;
      top: 75%;
      font-size: 24px;
      font-weight: 600;
      color: #ffffff !important;
      text-transform: uppercase; }
    .line-up-single .line-up-single-wrap a.prev {
      left: -95px; }
    .line-up-single .line-up-single-wrap a.next {
      right: -95px; }

@media (max-width: 1399px) and (min-width: 1025px) {
  .list-items-wrap a:nth-child(3n) .single-content {
    margin-right: 28px !important; } }

.lineup-social-links a {
  color: #fff !important;
  padding-right: 10px; }

@media (max-width: 767px) {
  .single-line_up .line-up-single-content {
    max-width: 253px; }
  .single-line_up .line-up-single-content img {
    max-width: 253px;
    margin-left: auto;
    margin-right: auto;
    display: block; }
  .single-line_up .line-up-single-wrap a {
    top: auto;
    bottom: 40px; }
  .single-line_up .line-up-single-wrap a.prev {
    left: -28px;
    bottom: 40px;
    top: auto; }
  .single-line_up .line-up-single-wrap a.next {
    right: -28px;
    bottom: 40px;
    top: auto; } }

@media (max-width: 1024px) {
  .line-up-single-head h1 {
    font-size: 100px !important; }
  .line-up-single-head p {
    font-size: 30px !important; } }

.before-and-after .list-items-wrap h4 {
  line-height: 1.08; }

.before-and-after .list-items-wrap p {
  font-family: "Droulers WEB";
  font-size: 26.8px;
  font-weight: normal;
  font-stretch: normal;
  font-style: italic;
  line-height: normal;
  letter-spacing: -0.98px;
  color: #ffffff; }
  @media (max-width: 1024px) {
    .before-and-after .list-items-wrap p {
      font-size: 18.8px !important;
      letter-spacing: -0.68px !important; } }

.before-and-after .list-items-wrap h5 {
  font-family: "Overpass";
  font-size: 30.7px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.16;
  letter-spacing: -1.12px;
  color: #ffffff; }
  @media (max-width: 1024px) {
    .before-and-after .list-items-wrap h5 {
      font-size: 21.5px !important;
      letter-spacing: -0.78px !important; } }

@media (max-width: 1450px) and (min-width: 1400px) {
  .line-up-wrap .container {
    padding-left: 17px; } }

@media (max-width: 767px) {
  .post-type-archive-line_up .filter-button-group {
    padding-left: 17px;
    margin-right: 0px; } }

@media (max-width: 1024px) {
  .line-up-wrap {
    padding-bottom: 90px; } }

.line-up-single-head p span {
  font-family: "Cormorant"; }

/* new spec */
/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.26, autoprefixer: v9.7.3) */
@media screen and (min-width: 1025px) {
  .picture-slider-wrap.slick-initialized.slick-slider.anim-comp {
    -webkit-animation: animateit 2s ease 1;
    animation: animateit 2s ease 1; } }

@-webkit-keyframes animateit {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  50% {
    -webkit-transform: translateX(500px);
    transform: translateX(500px); }
  80% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px); }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px); } }

@keyframes animateit {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  50% {
    -webkit-transform: translateX(500px);
    transform: translateX(500px); }
  80% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px); }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px); } }

.page-template-previous-events {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff2dd), to(#ffa700));
  background-image: linear-gradient(to bottom, #fff2dd, #ffa700);
  background-repeat: no-repeat; }
  .page-template-previous-events:after {
    position: absolute;
    content: "";
    top: 0px;
    height: 100%;
    width: 100%;
    right: 0px;
    background-image: url("../images/bg-about.png");
    z-index: -1;
    background-repeat: no-repeat; }
  .page-template-previous-events:before {
    position: absolute;
    content: "";
    top: -80px;
    height: 100%;
    width: 100%;
    right: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff2dd), to(#ffa700));
    background-image: linear-gradient(to bottom, #fff2dd, #ffa700);
    z-index: -1;
    background-repeat: no-repeat;
    background-position: top right; }

@media (min-width: 1025px) {
  .page-template-previous-events:after {
    background-size: cover; } }

@media (max-width: 1480px) and (min-width: 1400px) {
  .page-template-previous-events:after {
    background-size: auto; } }

@media (max-width: 1024px) {
  .page-template-previous-events .text-with-two-image h4 {
    font-size: 37px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.16;
    letter-spacing: -1.35px;
    color: #000000; }
  .page-template-previous-events .text-with-big-one-image.right.with-link h4 {
    padding-bottom: 11px; }
  .page-template-previous-events .text-with-big-one-image.right.with-link {
    padding-bottom: 143px; }
    .page-template-previous-events .text-with-big-one-image.right.with-link .link-btn {
      bottom: 90px; }
  .page-template-previous-events .text-with-big-one-image.right.with-link + .text-with-big-one-image.right.with-link {
    padding-bottom: 144px; }
    .page-template-previous-events .text-with-big-one-image.right.with-link + .text-with-big-one-image.right.with-link .link-btn {
      bottom: 90px; }
  .page-template-previous-events .text-with-two-image.left.with-link p:first-child {
    padding-top: 0px !important; }
  .page-template-previous-events .text-with-two-image.left.with-link p {
    padding-left: 0px; }
  .page-template-previous-events .text-with-two-image.left.with-link h4 {
    padding-bottom: 21px; }
  .page-template-previous-events .text-with-two-image.left.with-link a.link-btn {
    bottom: 89px; }
  .page-template-previous-events .text-with-two-image.left.with-link {
    padding-bottom: 152px; }
  .page-template-previous-events .text-with-two-image.right.with-link {
    padding-bottom: 210px; }
    .page-template-previous-events .text-with-two-image.right.with-link .link-btn {
      bottom: 119px; } }

@media (max-width: 468px) {
  .page-template-previous-events .text-with-two-image.right.with-link {
    padding-bottom: 183px; } }

.page-template-previous-events .text-with-big-one-image p {
  font-size: 30px;
  font-weight: 600;
  line-height: 43px; }

.page-template-previous-events .text-with-big-one-image.right.with-link h4 {
  padding-bottom: 27px; }

.page-template-previous-events .text-with-big-one-image.right.with-link .link-btn {
  margin-top: 34px; }

.page-template-previous-events .text-with-two-image.left.with-link h4 {
  padding-bottom: 51px; }

.page-template-previous-events .text-with-two-image p {
  font-weight: 600; }

.page-template-previous-events .text-with-two-image.left .col-left img {
  margin-right: 24px; }

.page-template-previous-events .text-with-two-image.left .col-right p {
  padding-left: 14px; }

.page-template-previous-events .text-with-two-image.right.with-link .image-wrap:first-child img {
  margin-top: -83px; }

@media (max-width: 1450px) and (min-width: 1400px) {
  .page-template-previous-events .container {
    padding-left: 11px !important; } }

.page-template-previous-events .text-with-two-image h4 {
  padding-bottom: 41px; }

.page-template-previous-events .text-with-two-image.right.with-link a.link-btn {
  margin-top: 52px; }

.page-template-previous-events .text-with-two-image.right.with-link {
  padding-bottom: 290px; }

.page-template-previous-events .text-with-two-image p {
  padding-left: 125px; }

.page-template-previous-events .text-with-two-image img {
  margin-right: 123px; }

.page-template-previous-events .text-with-big-one-image.right.with-link + .text-with-big-one-image.right.with-link .link-btn {
  margin-top: 71px; }

@media (min-width: 1025px) {
  .page-template-previous-events .primary-footer {
    margin-top: 165px; }
  .page-template-previous-events .text-with-two-image.left.with-link a.link-btn {
    margin-top: 50px; } }

@media (max-width: 1024px) {
  .page-template-previous-events .text-with-big-one-image h4 {
    padding-bottom: 13px !important; }
  .page-template-previous-events .text-with-two-image p {
    font-size: 18px !important;
    line-height: 30px !important;
    padding-bottom: 3px;
    max-width: 100%;
    font-weight: 600;
    letter-spacing: -0.66px;
    padding-left: 0 !important; }
  .page-template-previous-events .text-with-big-one-image p {
    font-size: 18px !important;
    line-height: 30px; }
  .page-template-previous-events .text-with-two-image.left.with-link h4 {
    padding-bottom: 21px; }
  .page-template-previous-events .text-with-two-image h4 {
    padding-bottom: 21px; }
  .page-template-previous-events .text-with-two-image.right.with-link {
    padding-bottom: 181px; }
  .page-template-previous-events .text-with-two-image .image-wrap:first-child img {
    margin-top: 25px !important; }
  .page-template-previous-events .text-with-big-one-image .col-md-5 img {
    margin-top: 32px !important; } }

@media (max-width: 1480px) and (min-width: 1400px) {
  .page-template-previous-events .text-with-big-one-image.right.with-link .link-btn {
    margin-right: 62px; }
  .page-template-previous-events .text-with-two-image.left.with-link a.link-btn {
    margin-right: 108px; } }

@media (min-width: 1025px) {
  .page-template-previous-events .text-with-two-image.right.with-link + .text-with-big-one-image.right.with-link {
    padding-bottom: 172px; }
    .page-template-previous-events .text-with-two-image.right.with-link + .text-with-big-one-image.right.with-link a.link-btn {
      margin-top: 64px; } }

.page-template-get-in-touch {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff2dd), to(#ffa700));
  background-image: linear-gradient(to bottom, #fff2dd, #ffa700);
  background-repeat: no-repeat; }
  .page-template-get-in-touch:after {
    position: absolute;
    content: "";
    top: 0px;
    height: 100%;
    width: 100%;
    right: 0px;
    background-image: url("../images/bg-about.png");
    z-index: -1;
    background-repeat: no-repeat; }
  .page-template-get-in-touch:before {
    position: absolute;
    content: "";
    top: -80px;
    height: 100%;
    width: 100%;
    right: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff2dd), to(#ffa700));
    background-image: linear-gradient(to bottom, #fff2dd, #ffa700);
    z-index: -1;
    background-repeat: no-repeat;
    background-position: top right; }

@media (min-width: 1025px) {
  .page-template-get-in-touch:after {
    background-size: cover; } }

.page-template-get-in-touch .picture-slider {
  padding-bottom: 73px; }
  .page-template-get-in-touch .picture-slider h2 {
    font-size: 150px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.84;
    letter-spacing: -5.48px;
    color: #000000; }
  .page-template-get-in-touch .picture-slider h5 {
    font-size: 19px !important;
    letter-spacing: -0.69px !important;
    color: #000000; }
  .page-template-get-in-touch .picture-slider img {
    width: 100%; }
  .page-template-get-in-touch .picture-slider .picture-slide.mt-1 {
    max-width: 312px; }
  .page-template-get-in-touch .picture-slider .picture-slide.mt-2 {
    max-width: 312px; }
  .page-template-get-in-touch .picture-slider .picture-slide.mt-3 {
    max-width: 355px; }
  .page-template-get-in-touch .picture-slider .picture-slide.mt-4 {
    max-width: 445px; }

.page-template-get-in-touch .text-with-big-one-image.right.with-link h4 {
  padding-bottom: 28px; }

.page-template-get-in-touch .text-with-big-one-image.right.with-link .link-btn {
  margin-top: 41px; }

.page-template-get-in-touch .text-with-big-one-image.right.with-link {
  padding-bottom: 85px; }

.page-template-get-in-touch .text-with-big-one-image p {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.43;
  letter-spacing: -1.1px; }

.page-template-get-in-touch .text-with-two-image p {
  font-weight: 600; }

.page-template-get-in-touch .text-with-two-image h4 {
  padding-bottom: 67px; }

.page-template-get-in-touch .text-with-two-image {
  padding-bottom: 62px; }

@media (max-width: 1024px) {
  .page-template-get-in-touch .text-with-two-image h4 {
    font-size: 37px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.16;
    letter-spacing: -1.35px;
    color: #000000; }
  .page-template-get-in-touch .text-with-big-one-image.right.with-link h4 {
    padding-bottom: 14px; }
  .page-template-get-in-touch .picture-slider.speakers .picture-slide {
    max-width: 294px !important;
    overflow: hidden;
    margin: 0px auto; }
  .page-template-get-in-touch .picture-slider {
    padding-left: 0px; }
  .page-template-get-in-touch .picture-slider.speakers h2 {
    font-size: 100px;
    padding-bottom: 70px; }
  .page-template-get-in-touch .text-with-two-image.left .col-right p {
    margin-left: 0px;
    padding-left: 0; }
  .page-template-get-in-touch .text-with-big-one-image.right.with-link .link-btn {
    bottom: 83px; }
  .page-template-get-in-touch .text-with-two-image h4 {
    padding-bottom: 20px; }
  .page-template-get-in-touch .text-with-big-one-image p {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: -0.66px; }
  .page-template-get-in-touch .text-with-big-one-image.right.with-link {
    padding-bottom: 135px; }
  .page-template-get-in-touch .text-with-two-image .image-wrap:first-child img {
    margin-top: 30px !important; } }

@media (min-width: 1025px) {
  .page-template-get-in-touch .text-with-two-image.one-media + .text-with-two-image.one-media {
    padding-top: 143px !important;
    padding-bottom: 95px; }
  .page-template-get-in-touch .text-with-two-image.one-media + .text-with-two-image.one-media h4 {
    padding-bottom: 73px; }
  .page-template-get-in-touch .picture-slider .picture-slider-wrap .picture-slide h4 {
    font-size: 56px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.96;
    letter-spacing: -2.04px;
    color: #000000; }
  .page-template-get-in-touch .picture-slider .picture-slider-wrap .picture-slide p {
    line-height: 1.16; }
  .page-template-get-in-touch .picture-slider.speakers h2 {
    margin-bottom: 0px;
    padding-bottom: 47px;
    margin-left: -30px; }
  .page-template-get-in-touch .picture-slider .picture-slider-wrap .picture-slide h4 {
    padding-top: 34px;
    padding-bottom: 11px; }
  .page-template-get-in-touch .picture-slider {
    padding-left: 52px; }
  .page-template-get-in-touch .text-with-two-image.left p {
    max-width: 610px; }
  .page-template-get-in-touch .text-with-two-image.right.one-media img {
    max-width: 520px !important;
    max-height: 421px; }
  .page-template-get-in-touch .picture-slider.team.speakers .container {
    padding-left: 0px !important; }
  .page-template-get-in-touch .text-with-two-image.left .col-left img {
    margin-right: 23px; }
  .page-template-get-in-touch .text-with-two-image.left .col-right p {
    padding-left: 14px; }
  .page-template-get-in-touch .text-with-two-image.right.one-media p {
    padding-left: 122px; }
  .page-template-get-in-touch .text-with-two-image.right.one-media img {
    margin-right: 122px; }
  .page-template-get-in-touch .picture-slider {
    padding-bottom: 194px !important; }
  .page-template-get-in-touch .big-page-header h1 span {
    padding-left: 172px; } }

.password-protect-form {
  float: left;
  width: 100%;
  padding: 180px 0px; }
  .password-protect-form p {
    text-align: center;
    font-size: 20px; }
  .password-protect-form input[type="submit"] {
    background: #ff0000 !important;
    border: none;
    color: #fff;
    font-size: 18px;
    padding: 4px 18px;
    top: -1px;
    position: relative;
    cursor: pointer; }

.white-link {
  color: #ffffff !important;
  font-family: Overpass;
  font-size: 40px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -1.46px;
  text-transform: capitalize;
  float: left;
  width: 100%; }
  .white-link:hover {
    color: #ffffff; }

.white-link-bold {
  font-weight: bold; }

.white-link-italics {
  font-family: 'Droulers WEB';
  font-style: italic; }

/* Themes */
.themes {
  width: 100%;
  position: relative;
  float: left;
  z-index: 3;
  background: #f49a9a;
  height: 870px;
  padding-top: 157px;
  background-image: linear-gradient(241deg, #ff5700 193%, #93aff9 52%, #93aff9 -58%, #93aff9 -58%);
  background: url("../images/extras/blue-filter-mask.png") no-repeat;
  background-size: cover; }
  .themes::before {
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url("../images/extras/blue-filter-background.png") no-repeat;
    background-position: center center;
    background-size: auto !important; }
  .themes .white-link-bold {
    line-height: 43px; }
  .themes .white-link-italics {
    line-height: 51px; }
  .themes h3.themes-heading {
    line-height: 60.3px;
    margin-bottom: 84px; }

.themes-container {
  width: 100%;
  max-width: 1160px !important;
  padding: 0 15px;
  margin: 0 auto;
  height: 100%; }

.themes-cards,
.themes-links {
  position: relative;
  height: 100%;
  float: left; }

.themes-cards {
  max-width: 704px;
  width: 100%;
  height: 100%; }

.themes-links {
  width: 100%;
  max-width: calc(100% - 704px);
  max-width: -moz-calc(100% - 704px); }

.themes-heading {
  font-family: Cormorant;
  font-size: 150px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.4;
  letter-spacing: -5.48px;
  color: #ffffff;
  line-height: 98px;
  margin: 0;
  margin-bottom: 64px; }

.dm-theme-custom-hover .card-flip-wrapper {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  transform: translateX(-38px);
  -webkit-transform: translateX(-38px);
  -moz-transform: translateX(-38px); }

.card-flip-wrapper {
  position: relative;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease; }

.card-f {
  display: inline-block;
  max-width: 273px;
  max-height: 404px;
  width: 100%;
  height: 404px;
  background: #f0f0f0;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer; }

.card-f-1 {
  background: #f0f0f0; }

.card-f-2 {
  left: 89px;
  top: 10px;
  background: rgba(241, 168, 173, 0.2); }

.card-f-3 {
  background: #f22222;
  left: 198px;
  top: 23px; }

.line-up {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  right: 0;
  padding-left: 61px; }

@media screen and (min-width: 1440px) {
  .themes-container {
    max-width: 1440px !important;
    padding-left: 184px !important; }
  .themes-cards {
    max-width: 644px;
    width: 100%;
    height: 100%; }
  .themes-links {
    width: 100%;
    max-width: calc(100% - 644px);
    max-width: -moz-calc(100% - 644px); }
  .line-up {
    padding-left: 63px;
    padding-top: 5px;
    min-width: 482px; } }

@media screen and (min-width: 1140px) {
  .themes .white-link {
    float: left;
    clear: both; } }

@media screen and (max-width: 1139px) {
  .themes {
    height: auto;
    padding-bottom: 125px; }
  .card-flip-wrapper {
    min-height: 404px;
    max-width: 404px;
    margin: 0 auto; }
  .themes-heading {
    text-align: center; }
  .line-up {
    position: relative;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    top: auto;
    top: unset;
    right: auto;
    right: unset; }
    .line-up a {
      text-align: center; }
  .themes-cards,
  .themes-links {
    max-width: 100%;
    position: relative; }
  .themes-cards {
    margin-bottom: 60px; } }

@media screen and (max-width: 1139px) {
  .card-flip-wrapper {
    max-width: 100%;
    display: -webkit-box;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: center;
            justify-content: center;
    justify-content: -webkit-center; }
    .card-flip-wrapper a {
      display: inline-block;
      margin-bottom: 10px; }
  .card-f {
    width: 303px;
    margin: 0 15px;
    position: relative;
    top: auto !important;
    top: unset !important;
    left: auto !important;
    left: unset !important; }
  .line-up {
    padding-left: 0; } }

@media screen and (max-width: 1024px) {
  .themes-heading {
    font-size: 100px; }
  .themes {
    display: none; }
    .themes .white-link-italics {
      line-height: 35px; }
    .themes .white-link {
      font-size: 24px; }
  .card-flip-wrapper:hover {
    transform: none !important;
    -webkit-transform: none !important;
    -moz-transform: none !important; }
  .dm-theme-custom-hover .card-flip-wrapper {
    transform: none !important;
    -webkit-transform: none !important;
    -moz-transform: none !important; }
  .themes .white-link {
    font-size: 27px !important; }
  .themes-mobile a.white-link:nth-child(1) {
    margin-bottom: 11px; }
  .themes-mobile a.white-link:nth-child(2) {
    margin-bottom: 7px; } }

@media screen and (max-width: 990px) {
  .card-flip-wrapper {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap; } }

a.white-link:nth-child(2) {
  margin-left: -5px;
  margin-bottom: 3px; }

a.white-link:nth-child(3) {
  margin-left: -4px;
  text-transform: inherit;
  font-weight: 200; }

a.white-link:hover {
  text-decoration: none !important; }

/* new rules */
.themes .white-link {
  position: relative;
  display: inline-block !important; }

.themes .white-link:after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 1px;
  border: 1px solid #ffffff;
  position: absolute;
  bottom: 0;
  left: 0; }

@media screen and (min-width: 1140px) {
  .themes .white-link {
    width: auto; }
  .themes .white-link:nth-child(1):after {
    content: '';
    left: -3px;
    bottom: 5px; }
  .themes .white-link:nth-child(2):after {
    content: '';
    left: 3px; }
  .themes .white-link:nth-child(3):after {
    content: '';
    left: 2px;
    bottom: 5px; } }

.themes .white-link:nth-child(1):after {
  content: '';
  bottom: 5px; }

.themes .white-link:nth-child(3):after {
  content: '';
  bottom: 5px; }

@media screen and (max-width: 1139px) {
  .themes .white-link {
    width: auto; }
  .line-up {
    display: -webkit-box;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-justify-content: center;
    width: 447px;
    margin: 0 auto; } }

@media screen and (max-width: 1024px) {
  .line-up {
    width: 277px; }
  .themes .white-link:nth-child(2):after {
    content: '';
    bottom: 6px; } }

/* for medium spec */
@media screen and (max-width: 1350px) and (min-width: 1140px) {
  .white-link {
    font-size: 30px; }
  .dm-theme-custom-hover .card-flip-wrapper {
    transform: translateX(62px);
    -webkit-transform: translateX(62px);
    -moz-transform: translateX(62px); } }

@media screen and (min-width: 1210px) and (max-width: 1299px) {
  .dm-theme-custom-hover .card-flip-wrapper {
    transform: translateX(43px);
    -webkit-transform: translateX(43px);
    -moz-transform: translateX(43px); } }

@media screen and (min-width: 1300px) and (max-width: 1350px) {
  .dm-theme-custom-hover .card-flip-wrapper {
    transform: translateX(8px);
    -webkit-transform: translateX(8px);
    -moz-transform: translateX(8px); } }

.home a {
  text-decoration: none !important; }
  .home a:hover {
    text-decoration: none !important; }

.section-statement-container {
  position: relative;
  z-index: 3;
  float: left;
  width: 100%;
  padding-top: 159px; }
  .section-statement-container h2 {
    font-family: 'Droulers WEB';
    font-size: 90px;
    font-weight: normal;
    font-stretch: normal;
    font-style: italic;
    line-height: 95px;
    letter-spacing: -3px;
    color: #000000; }
  .section-statement-container b {
    -webkit-text-stroke: 2px #ffffff;
    font-family: Overpass;
    font-size: 90px;
    font-weight: 800;
    font-stretch: normal;
    font-style: italic;
    line-height: 109px;
    letter-spacing: -3.29px;
    color: #000000;
    display: inline-block;
    line-height: 98px; }
  .section-statement-container .video-link {
    margin-top: 148px;
    margin-bottom: 136px;
    text-transform: uppercase;
    -webkit-text-stroke: 1.5px #001aff;
    color: #ff0000 !important;
    position: relative;
    z-index: 3; }
    .section-statement-container .video-link:hover {
      -webkit-text-stroke: 1.5px #001aff;
      color: #ff0000 !important;
      text-decoration: none; }

.statement-container {
  max-width: 1222px;
  width: 100%;
  margin: 0 auto; }
  .statement-container:after {
    content: '';
    display: table;
    clear: both; }

.mouse-move {
  width: 100%;
  height: 100%;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  z-index: 2;
  position: relative; }

.statement-contnet {
  max-width: 697px;
  float: left; }

.statement-videos {
  max-width: calc(100% - 803px);
  max-width: -moz-calc(100% - 803px);
  float: left;
  width: 100%; }

.statement-long-vid {
  padding-left: 34px;
  max-height: 637px;
  margin-bottom: 39px; }
  .statement-long-vid > figure {
    margin-bottom: 38px; }

.flip-over-text {
  position: relative;
  background: #000000;
  font-family: Modak;
  transform: translateY(-7px);
  -webkit-transform: translateY(-7px);
  -moz-transform: translateY(-7px);
  height: 82px;
  line-height: 95px;
  -webkit-text-stroke: 1.5px #ffffff;
  font-family: Modak;
  display: inline-block;
  font-size: 90px;
  font-style: normal;
  margin-left: 15px; }

.flip-over-text:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0 10px; }

.mouse-bg-anim {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1; }
  .mouse-bg-anim img {
    position: absolute;
    left: 50%;
    top: 50%;
    /*transform: translate(-50%, -57%);
        -webkit-transform: translate(-50%, -57%);
        -moz-transform: translate(-50%, -57%);*/
    transform: translate(-48%, -52%);
    -webkit-transform: translate(-48%, -52%);
    -moz-transform: translate(-48%, -52%); }
  .mouse-bg-anim:after {
    content: '';
    width: 100%;
    height: 100%;
    background: #0d0d0d;
    z-index: 0;
    position: absolute;
    left: 0;
    top: 0;
    background: url("../images/extras/statement-mask-jpg.jpg") no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 1; }

@media screen and (min-width: 1025px) {
  .statement-contnet, .statement-videos {
    max-width: 100%;
    width: 100%;
    padding-left: 0; }
  .second-vid {
    float: left; }
  .statement-long-vid {
    padding-left: 0; } }

@media screen and (min-width: 1300px) {
  .statement-container .statement-contnet {
    max-width: 803px; }
  .statement-videos {
    padding-right: 0;
    max-width: calc(100% - 803px);
    max-width: -moz-calc(100% - 803px); }
    .statement-videos .statement-long-vid {
      padding-left: 0; } }

@media screen and (max-width: 1299px) {
  .second-vid {
    float: left !important; } }

@media screen and (min-width: 1025px) {
  .statement-container .b-second {
    transform: translateY(-2px);
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px); } }

@media screen and (min-width: 1440px) {
  .statement-container {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    padding-left: 0; }
    .statement-container .statement-contnet {
      max-width: 916px;
      width: 100%;
      padding-left: 114px; }
    .statement-container h2 {
      line-height: 94px;
      letter-spacing: -3px;
      max-width: 697px;
      transform: translateY(0px);
      -webkit-transform: translateY(0px);
      -moz-transform: translateY(0px);
      max-width: 698px;
      word-break: break-word; }
    .statement-container .b-first {
      letter-spacing: -3.29px;
      line-height: 99px;
      padding-top: 7px;
      margin-left: -12px; }
    .statement-container .b-second {
      line-height: 109px;
      line-height: 94px;
      letter-spacing: -3.29px;
      margin-left: -9px; }
    .statement-container .flip-over-text {
      transform: translateY(-8px);
      -webkit-transform: translateY(-8px);
      -moz-transform: translateY(-8px);
      height: 82px;
      line-height: 95px;
      -webkit-text-stroke: 1.5px #ffffff;
      font-family: Modak;
      display: inline-block;
      font-size: 90px;
      font-style: normal;
      margin-left: 15px; }
  .statement-videos {
    padding-right: 91px;
    text-align: right;
    max-width: calc(100% - 916px);
    max-width: -moz-calc(100% - 916px); }
    .statement-videos .statement-long-vid {
      padding-left: 0; } }

@media screen and (max-width: 1229px) {
  .statement-contnet, .statement-videos {
    max-width: 100%; }
  .statement-videos {
    padding-left: 0; }
  .statement-container {
    max-width: 100%;
    padding: 0 24px; } }

@media screen and (max-width: 1024px) {
  .section-statement-container {
    padding-top: 57px;
    background: url(../images/statement_mob_bg.png) no-repeat;
    background-size: cover; }
    .section-statement-container p,
    .section-statement-container b {
      word-break: break-all;
      font-size: 39.8px;
      line-height: 41.6px; }
    .section-statement-container h2,
    .section-statement-container p {
      font-size: 39.8px;
      line-height: 41.6px; }
  .statement-contnet {
    margin: 0 auto;
    float: none;
    margin-bottom: 46px; }
  .statement-videos {
    margin: 0 auto;
    float: none;
    padding-left: 17px; }
  .statement-videos figure {
    width: 293px;
    padding: 0;
    margin-bottom: 23px; }
    .statement-videos figure video {
      width: 100%;
      height: 485px; }
    .statement-videos figure.second-vid {
      margin-bottom: 0; }
      .statement-videos figure.second-vid video {
        height: 249px; }
  .statement-long-vid {
    padding-left: 0;
    margin-bottom: 15px; }
  .section-statement-container .video-link {
    margin-top: 65px;
    margin-bottom: 87px;
    font-size: 27px;
    -webkit-text-stroke: 0.5px #001aff !important;
    color: #ff0000 !important; }
  .statement-container {
    max-width: 375px;
    padding: 0 15px; }
    .statement-container h2 {
      line-height: 41px;
      letter-spacing: -1.33px; }
    .statement-container .b-first {
      line-height: 48.3px;
      letter-spacing: -1.45px;
      word-break: break-word; }
    .statement-container .b-second {
      line-height: 41.6px;
      letter-spacing: -1.45px; }
    .statement-container .flip-over-text {
      letter-spacing: -1.45px;
      -webkit-text-stroke: 1px #ffffff;
      font-family: Modak;
      display: inline-block;
      font-style: normal;
      margin-left: 20px;
      height: 39px;
      line-height: 45.3px;
      margin-top: 12px; }
    .statement-container .anim-el {
      height: 39px; }
      .statement-container .anim-el:before, .statement-container .anim-el:after {
        content: '';
        height: 39px; }
    .statement-container b {
      -webkit-text-stroke: 0.5px #ffffff; }
  .section-statement-container {
    background: #92aff9;
    background: url(../images/statement_mob_bg.png) no-repeat;
    background-size: cover; }
  .statement-container {
    z-index: 2;
    position: relative; }
  .mouse-bg-anim:after {
    content: '';
    display: none; }
  .mouse-bg-anim {
    z-index: 1; }
    .mouse-bg-anim img {
      position: absolute;
      left: 0;
      top: 0;
      transform: translate(-313px, -84px);
      -webkit-transform: translate(-313px, -84px);
      -moz-transform: translate(-313px, -84px);
      width: 290%; }
  .second-vid {
    float: left !important; }
  .statement-container {
    padding: 0 15px; } }

.statement-container .gif-img {
  margin-bottom: 34px;
  max-width: 385px; }
  .statement-container .gif-img img {
    max-width: 100%; }

.statement-container .gif-sec img {
  max-width: 100%; }

@media screen and (max-width: 374px) {
  .statement-videos figure {
    width: 100% !important; }
  .statement-videos {
    padding-left: 0; }
    .statement-videos video {
      width: 100% !important; } }

/* ----------------------------------------------  */
.flip-over-edges:before {
  content: '';
  position: absolute;
  left: -15px;
  top: 0;
  width: 15px;
  height: 100%;
  background: #000000;
  z-index: -1; }

.flip-over-edges:after {
  content: '';
  position: absolute;
  left: unset;
  left: auto;
  top: 0;
  right: -17px;
  width: 18px;
  height: 100%;
  background: #000000;
  z-index: -1; }

.second-vid {
  max-width: 418px;
  max-height: 355px;
  overflow: hidden;
  float: right; }

.home.page-template-default:after {
  content: '';
  display: none !important; }

.statement-container + div {
  text-align: center; }

.statement-container + div .video-link {
  display: inline-block;
  width: auto !important; }

@media screen and (min-width: 1300px) {
  .statement-container .gif-img {
    float: right;
    overflow: hidden;
    min-width: 385px; }
  .statement-container .gif-sec {
    overflow: hidden;
    min-width: 418px;
    max-width: 418px; } }

/*  animation for statement background image */
@media screen and (min-width: 1025px) {
  .mouse-bg-anim img {
    -webkit-animation: statementbganim 15s ease 0s infinite;
            animation: statementbganim 15s ease 0s infinite;
    -webkit-transform: translate(-49%, -52%); } }

@-webkit-keyframes statementbganim {
  0% {
    -webkit-transform: translate(-48%, -52%); }
  20% {
    -webkit-transform: translate(-41%, -52%); }
  40% {
    -webkit-transform: translate(-56%, -64%); }
  60% {
    -webkit-transform: translate(-44%, -58%); }
  100% {
    -webkit-transform: translate(-49%, -52%); } }

@keyframes statementbganim {
  0% {
    -webkit-transform: translate(-48%, -52%); }
  20% {
    -webkit-transform: translate(-41%, -52%); }
  40% {
    -webkit-transform: translate(-56%, -64%); }
  60% {
    -webkit-transform: translate(-44%, -58%); }
  100% {
    -webkit-transform: translate(-49%, -52%); } }

@media screen and (max-width: 1024px) {
  .mouse-bg-anim img {
    -webkit-animation: statementbganimmobile 15s ease 0s infinite;
            animation: statementbganimmobile 15s ease 0s infinite;
    -webkit-transform: translate(-313px, -84px);
            transform: translate(-313px, -84px); } }

@-webkit-keyframes statementbganimmobile {
  0% {
    -webkit-transform: translate(-313px, -84px);
            transform: translate(-313px, -84px); }
  20% {
    -webkit-transform: translate(-473px, -84px);
            transform: translate(-473px, -84px); }
  40% {
    -webkit-transform: translate(-313px, -84px);
            transform: translate(-313px, -84px); }
  60% {
    -webkit-transform: translate(-473px, -84px);
            transform: translate(-473px, -84px); }
  100% {
    -webkit-transform: translate(-313px, -84px);
            transform: translate(-313px, -84px); } }

@keyframes statementbganimmobile {
  0% {
    -webkit-transform: translate(-313px, -84px);
            transform: translate(-313px, -84px); }
  20% {
    -webkit-transform: translate(-473px, -84px);
            transform: translate(-473px, -84px); }
  40% {
    -webkit-transform: translate(-313px, -84px);
            transform: translate(-313px, -84px); }
  60% {
    -webkit-transform: translate(-473px, -84px);
            transform: translate(-473px, -84px); }
  100% {
    -webkit-transform: translate(-313px, -84px);
            transform: translate(-313px, -84px); } }

/* End of statment backgorund image animation*/
/* new spec style */
@media screen and (min-width: 1025px) and (max-width: 1439px) {
  .section-statement-container h2,
  .section-statement-container b,
  .statement-container .b-second,
  .section-statement-container b.flip-over-text {
    font-size: 50px;
    line-height: 60px; }
  .section-statement-container h2 {
    max-width: 400px; }
  .second-vid {
    float: right !important; }
  .statement-long-vid {
    text-align: right; }
  .statement-container .statement-contnet {
    max-width: 503px !important; }
  .statement-videos {
    max-width: calc(100% - 503px) !important;
    max-width: -moz-calc(100% - 503px) !important; }
  .statement-container {
    max-width: 1150px; }
  .section-statement-container b.flip-over-text .flip-over-edges {
    font-size: 50px !important; } }

.section-blue-slide {
  width: 100%;
  float: left;
  position: relative;
  z-index: 3;
  height: 768px;
  background: #001aff; }
  .section-blue-slide:after {
    content: '';
    display: table;
    clear: both; }

.blue-slide-container {
  position: relative;
  max-width: 100%;
  width: 100%;
  height: 100%;
  padding-top: 26px; }
  .blue-slide-container .blue-slider {
    max-width: 863px;
    width: 100%;
    padding-left: 86px;
    padding-right: 86px; }

.section-blue-slide-mob .blue-slide-container {
  padding-top: 0; }

.slide-contents {
  position: relative;
  max-width: 100%;
  width: 100%;
  display: inline-block;
  height: 100%;
  vertical-align: top; }

.slide-still-image {
  display: inline-block;
  height: 100%;
  width: 100%;
  background: url("../images/extras/blue-still-image.png") no-repeat; }
  .slide-still-image img {
    max-width: 100%; }

.slide-still-image,
.bl-video-set {
  width: 559px;
  height: 768px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2; }

.sl-content {
  position: absolute;
  top: 50%;
  left: 86px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  max-width: 600px;
  width: 100%;
  margin: 0 auto; }
  .sl-content i {
    display: block;
    font-family: 'Droulers WEB';
    font-size: 40px;
    font-weight: normal;
    font-stretch: normal;
    font-style: italic;
    line-height: normal;
    letter-spacing: -1.46px;
    color: #ffffff; }
  .sl-content b,
  .sl-content p {
    display: block;
    font-family: Overpass;
    font-size: 40px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -1.46px;
    color: #ffffff; }
  .sl-content p {
    display: block;
    font-weight: 300;
    letter-spacing: -1.46px;
    margin-bottom: 0; }
  .sl-content i.bold-italics {
    display: block;
    font-family: Cormorant;
    font-size: 40px;
    font-weight: bold;
    font-stretch: normal;
    font-style: italic;
    line-height: normal;
    letter-spacing: -1.46px;
    color: #ffffff; }
  .sl-content .bold-heavy {
    display: block;
    font-family: Modak;
    font-size: 40px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -1.46px;
    color: #ffffff; }
  .sl-content h6 {
    display: block;
    font-family: Overpass;
    font-size: 40px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -1.46px;
    color: #ffffff; }

.bl-mobile-content {
  display: none; }

@media screen and (max-width: 1280px) {
  .slide-still-image {
    width: 498px; } }

@media screen and (max-width: 1200px) {
  .slide-contents {
    max-width: 510px; } }

@media screen and (max-width: 1110px) {
  .slide-contents {
    max-width: 410px; } }

@media screen and (max-width: 1024px) {
  .section-blue-slide {
    display: none !important; }
  .section-blue-slide-mob {
    display: inline-block !important;
    padding-top: 6px; }
  .slide-contents,
  .slide-contents-mob {
    max-width: 100%; }
  .section-blue-slide {
    min-height: 768px;
    height: auto; }
  .slide-contents {
    min-height: 186px;
    text-align: left;
    margin-bottom: 19px;
    margin-top: 26px;
    margin-left: 8px; }
  .sl-content {
    max-width: 100%;
    left: 50%;
    max-width: 360px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
    .sl-content i,
    .sl-content b,
    .sl-content p,
    .sl-content i.bold-italics,
    .sl-content .bold-heavy,
    .sl-content h6 {
      font-size: 24px;
      letter-spacing: -0.88px; }
  .slide-still-image {
    max-width: 375px;
    width: 100%; }
  .slide-still-image {
    position: relative;
    width: 100%;
    left: auto;
    left: unset;
    top: auto;
    top: unset;
    height: 605px;
    background-position: center; }
  .blue-slide-container {
    text-align: center;
    padding-top: 20px; }
  .bl-mobile-content {
    display: inline-block;
    width: 100%;
    margin-top: 22px;
    text-align: left;
    margin-left: 9px; }
    .bl-mobile-content .video-link {
      margin-top: 50px;
      padding-bottom: 53px;
      font-family: Overpass;
      font-size: 27px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: -0.99px;
      text-transform: uppercase; }
    .bl-mobile-content b {
      width: 100%;
      display: inline-block;
      font-family: Overpass;
      font-size: 24px;
      font-weight: 900;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: -0.88px;
      color: #ffffff;
      text-transform: uppercase; }
    .bl-mobile-content i {
      width: 100%;
      display: inline-block;
      font-family: DroulersWEB;
      font-size: 24px;
      font-weight: normal;
      font-stretch: normal;
      font-style: italic;
      line-height: normal;
      letter-spacing: -0.88px;
      color: #ffffff; }
    .bl-mobile-content p {
      width: 100%;
      display: inline-block;
      font-family: Overpass;
      font-size: 24px;
      font-weight: 200;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: -0.88px;
      color: #ffffff;
      margin-bottom: 0; }
    .bl-mobile-content p.semi {
      width: 100%;
      display: inline-block;
      font-family: Overpass;
      font-size: 24px;
      font-weight: 600;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: -0.88px;
      color: #ffffff;
      text-transform: uppercase; }
    .bl-mobile-content .bold-overpass {
      width: 100%;
      display: inline-block;
      font-family: Overpass;
      font-size: 24px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: -0.88px;
      color: #ffffff;
      text-transform: uppercase; }
  .slide-contents-mob .sl-content.active > i + b + p {
    margin-top: -3px; }
  .slide-contents-mob .sl-content.active > i + b + p + i {
    margin-top: -4px; }
  .slide-contents-mob .sl-content.active > i + b + p + i + b {
    margin-top: -3px; }
  .slide-contents-mob .sl-content.active > i + b + p + i + b + h6 {
    margin-top: -6px;
    margin-bottom: 4px; } }

@media screen and (min-width: 1025px) {
  .sl-content {
    display: none;
    opacity: 0;
    -webkit-filter: blur(70px);
            filter: blur(70px); }
    .sl-content.active {
      -webkit-filter: blur(70px);
              filter: blur(70px);
      display: block;
      opacity: 1;
      -webkit-animation: sl-content-fadein 1s forwards;
              animation: sl-content-fadein 1s forwards; }
  .sl-content:nth-child(1) {
    transform: translateY(calc(-50% - 15px));
    -webkit-transform: translateY(calc(-50% - 15px));
    -moz-transform: translateY(calc(-50% - 15px)); }
  .sl-content:nth-child(2) {
    -webkit-transform: translateY(calc(-50% - 22px));
    transform: translateY(calc(-50% - 22px)); }
  .home.mac-body .sl-content:nth-child(1) {
    transform: translateY(calc(-50% - 18px));
    -webkit-transform: translateY(calc(-50% - 18px));
    -moz-transform: translateY(calc(-50% - 18px)); }
  .home.mac-body .sl-content:nth-child(2) {
    -webkit-transform: translateY(calc(-50% - 20px));
    transform: translateY(calc(-50% - 20px)); } }

@media screen and (max-width: 1024px) {
  .bl-video-set {
    position: relative;
    width: 100%;
    left: auto;
    left: unset;
    top: auto;
    top: unset;
    height: 605px;
    background-position: center; }
    .bl-video-set video {
      height: 605px; } }

@-webkit-keyframes sl-content-fadein {
  0% {
    -webkit-filter: blur(70px);
            filter: blur(70px);
    display: none;
    opacity: 0; }
  50% {
    display: block;
    -webkit-filter: blur(50px);
            filter: blur(50px); }
  100% {
    display: block;
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0); } }

@keyframes sl-content-fadein {
  0% {
    -webkit-filter: blur(70px);
            filter: blur(70px);
    display: none;
    opacity: 0; }
  50% {
    display: block;
    -webkit-filter: blur(50px);
            filter: blur(50px); }
  100% {
    display: block;
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0); } }

.section-video-green {
  position: relative;
  width: 100%;
  float: left;
  z-index: 3;
  background: #8ef8a9;
  padding-top: 163px;
  padding-left: 18px;
  padding-left: 0;
  padding-right: 18px;
  padding-right: 0; }
  .section-video-green:before {
    content: "";
    display: inline-block;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url("../images/extras/green-oval.png") no-repeat;
    background-position: 65% 6%;
    background-size: 82% 37%;
    z-index: 1;
    -webkit-animation: green-scale 2.5s infinite ease;
    animation: green-scale 2.5s infinite ease; }
  .section-video-green .gif-img img {
    max-width: 100%; }
  .section-video-green .video-link {
    line-height: 70px;
    margin-top: 67px;
    padding-left: 0;
    -webkit-text-stroke: 1px #001aff;
    color: #ff0000 !important;
    margin-left: 10px; }
    .section-video-green .video-link:hover {
      -webkit-text-stroke: 1px #001aff;
      text-decoration: none;
      color: #ff0000 !important; }

.video-container {
  max-width: 100%;
  width: 100%;
  text-align: center; }

.video-green-container {
  position: relative;
  padding-bottom: 172px; }
  .video-green-container:before {
    content: "";
    display: inline-block;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url("../images/extras/green-oval-xx.png") no-repeat;
    z-index: 1;
    background-position: center bottom;
    background-size: auto; }

.video-header {
  position: static;
  max-width: 100%;
  padding: 0 54px 0 74px;
  margin: 0 auto;
  margin-bottom: 272px; }
  .video-header h3 {
    font-family: Cormorant;
    font-size: 200px;
    font-weight: normal;
    font-stretch: normal;
    font-style: italic;
    line-height: 121px;
    letter-spacing: -7.3px;
    text-align: center;
    color: #000000;
    word-break: break-word; }

.video-green-wrapper {
  position: relative;
  z-index: 2;
  max-width: 796px;
  margin: 0 auto;
  padding-left: 9px;
  width: 100%; }

.video-sec {
  width: 796px;
  height: 430px; }
  .video-sec video {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: 100%;
    z-index: -100;
    background-size: cover;
    overflow: hidden;
    -o-object-fit: cover;
       object-fit: cover; }
  .video-sec figure {
    margin-bottom: 0; }
    @media (min-width: 1024px) {
      .video-sec figure {
        margin-bottom: 0;
        position: relative;
        overflow: hidden;
        margin-left: auto;
        width: 796px;
        height: 430px;
        margin: 0;
        padding: 0; } }

.video-link {
  display: inline-block;
  width: 100%;
  text-align: center;
  -webkit-text-stroke: 1px #001aff;
  font-family: Overpass;
  font-size: 50px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -1.83px;
  text-align: center;
  color: #ff0000;
  margin-top: 73px; }

@media screen and (max-width: 1279px) {
  .section-video-green:before {
    content: "";
    display: inline-block;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; } }

@media screen and (max-width: 1024px) {
  .video-green-wrapper {
    max-width: 294px; }
    .video-green-wrapper .video-link {
      display: none; }
  .video-header {
    margin-bottom: 79px;
    padding-left: 0;
    padding-right: 0;
    max-width: 375px; }
    .video-header h3 {
      font-size: 100px;
      line-height: 61.4px;
      letter-spacing: -3.65px; }
  .video-green-container {
    padding-bottom: 50px; }
  .video-green-container:before {
    content: "";
    background-position: 3% 103%;
    background-size: 104% 45%; }
  .section-video-green {
    padding-bottom: 26px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 48px; }
    .section-video-green:before {
      content: "";
      -webkit-animation: green-scale-med 1.5s infinite;
      animation: green-scale-med 1.5s infinite;
      -webkit-animation: none;
      background-position: 50% -58%;
      background-size: 33% 82%; }
  .video-sec {
    max-width: 294px;
    height: 159px; }
    .video-sec video {
      width: 294px;
      height: 159px; } }

@media screen and (max-width: 767px) {
  .section-video-green:before {
    content: "";
    display: inline-block;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url("../images/extras/green-oval.png") no-repeat;
    background-position: 49% -41%;
    background-size: 40% 78%;
    -webkit-animation: green-scale-xx 1.5s forwards infinite;
    animation: green-scale-xx 1.5s forwards infinite; } }

@media screen and (max-width: 449px) {
  .section-video-green:before {
    content: "";
    display: inline-block;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url("../images/extras/green-oval.png") no-repeat;
    background-position: 49% -26%;
    background-size: 70% 77%;
    -webkit-animation: green-scale-xss 1.5s forwards infinite;
    animation: green-scale-xss 1.5s forwards infinite; }
  .video-green-container:before {
    content: "";
    background-position: 3% 103%;
    background-size: 104% 45%; } }

@media screen and (max-width: 374px) {
  .video-sec {
    max-width: 100%;
    height: 238px;
    padding: 0; }
    .video-sec figure {
      width: 100% !important; }
    .video-sec video {
      width: 100% !important; } }

@-webkit-keyframes green-scale {
  50% {
    background-position: 68% 6%;
    background-size: 84% 39%; }
  60% {
    background-position: 50% 9%;
    background-size: 65% 32%; }
  90% {
    background-position: 65% 6%;
    background-size: 82% 37%; } }

@keyframes green-scale {
  20% {
    background-position: 68% 6%;
    background-size: 84% 39%; }
  60% {
    background-position: 50% 9%;
    background-size: 65% 32%; }
  100% {
    background-position: 65% 6%;
    background-size: 82% 37%; } }

@-webkit-keyframes green-scale-xl {
  50% {
    background-size: 1100%;
    background-position: 50% 14%; }
  100% {
    background-position: 50% 2%;
    background-size: 80%; } }

@keyframes green-scale-xl {
  50% {
    background-size: 110%;
    background-position: 50% 14%; }
  100% {
    background-position: 49% 2%;
    background-size: 80%; } }

@-webkit-keyframes green-scale-xs {
  20% {
    background-position: 52% -41%;
    background-size: 45% 80%; }
  60% {
    background-position: 49% 7%;
    background-size: 56% 56%; }
  100% {
    background-position: 49% -26%;
    background-size: 70% 77%; } }

@keyframes green-scale-xs {
  20% {
    background-position: 49% -29%;
    background-size: 86% 76%; }
  60% {
    background-position: 49% 7%;
    background-size: 56% 56%; }
  100% {
    background-position: 49% -26%;
    background-size: 70% 77%; } }

@-webkit-keyframes green-scale-xss {
  20% {
    background-position: 49% -29%;
    background-size: 86% 76%; }
  60% {
    background-position: 49% 7%;
    background-size: 56% 56%; }
  100% {
    background-position: 49% -26%;
    background-size: 70% 77%; } }

@keyframes green-scale-xss {
  20% {
    background-position: 49% -29%;
    background-size: 86% 76%; }
  60% {
    background-position: 49% 7%;
    background-size: 56% 56%; }
  100% {
    background-position: 49% -26%;
    background-size: 70% 77%; } }

@-webkit-keyframes green-scale-xx {
  20% {
    background-position: 52% -41%;
    background-size: 45% 80%; }
  60% {
    background-position: 50% -34%;
    background-size: 45% 79%; }
  100% {
    background-position: 50% -58%;
    background-size: 33% 82%; } }

@keyframes green-scale-xx {
  20% {
    background-position: 52% -41%;
    background-size: 45% 80%; }
  60% {
    background-position: 50% -34%;
    background-size: 45% 79%; }
  100% {
    background-position: 50% -58%;
    background-size: 33% 82%; } }

@-webkit-keyframes green-scale-med {
  20% {
    background-position: 50% -58%;
    background-size: 35% 82%; }
  60% {
    background-position: 50% -58%;
    background-size: 23% 82%; }
  100% {
    background-position: 50% -58%;
    background-size: 33% 82%; } }

@keyframes green-scale-med {
  20% {
    background-position: 50% -58%;
    background-size: 35% 82%; }
  60% {
    background-position: 50% -58%;
    background-size: 23% 82%; }
  100% {
    background-position: 50% -58%;
    background-size: 33% 82%; } }

@media screen and (min-width: 1440px) {
  .video-green-container {
    max-width: 1440px;
    margin: 0 auto; } }

@media screen and (min-width: 1441px) {
  .video-green-container {
    max-width: 100%; }
  .video-header {
    max-width: 1440px; }
  /* New style */
  .watch-our-videos .guide-heading {
    padding-left: 0 !important;
    max-width: 787px !important; }
  .guide-heading-wrap {
    max-width: 1140px !important;
    margin-left: auto;
    margin-right: auto; }
  .watch-our-videos .guide-heading b {
    right: 8px !important; } }

@media screen and (min-width: 1025px) {
  .video-desc h3 {
    margin-bottom: 13px; }
  .watch-our-videos .video-link {
    padding-top: 33px !important; } }

.guide-para p {
  font-size: 40px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 44px;
  letter-spacing: -1.46px;
  text-align: center;
  color: #ffffff; }

.guide-para h3 {
  font-family: Overpass;
  font-size: 50px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 46.6px;
  letter-spacing: -1.83px;
  color: #ffffff; }

.guide-para .guide-italics-small {
  font-family: 'Droulers WEB';
  font-weight: normal;
  font-style: italic; }

.guide-para .drouler {
  font-family: 'Droulers WEB'; }

.guide-para h4 {
  font-family: Overpass;
  font-size: 31px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 33.6px;
  letter-spacing: -1.13px;
  color: #ffffff; }
  .guide-para h4 i {
    font-size: 31px; }

.guide-para * {
  text-align: left !important; }

.guide-absolute {
  padding-top: 110px; }
  .guide-absolute .guide-para p {
    font-family: Overpass;
    font-size: 23px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 28.6px;
    letter-spacing: -0.84px;
    color: #ffffff; }
  .guide-absolute .guide-para .guide-red-stroke {
    -webkit-text-stroke: 1px #e02020;
    font-family: Overpass;
    font-size: 30px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.84px;
    text-align: center;
    color: #ffffff; }
  .guide-absolute .guide-para i {
    font-family: 'Droulers WEB';
    font-size: 26px;
    font-weight: normal;
    font-stretch: normal;
    font-style: italic;
    line-height: 1.41;
    letter-spacing: -0.95px;
    color: #ffffff; }
  .guide-absolute .guide-para h3 i {
    font-family: 'Droulers WEB';
    font-size: 50px;
    line-height: 46.6px;
    letter-spacing: -1.83px;
    color: #ffffff; }

.p-one .guide-red-stroke {
  font-size: 26px; }

.guide-heading {
  font-family: Cormorant;
  font-size: 250px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 67px;
  letter-spacing: -9.13px;
  color: #000000; }
  .guide-heading b {
    display: inline-block;
    -webkit-text-stroke: 1.5px #001aff;
    font-family: Overpass;
    font-size: 100px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -3.65px;
    color: #ffffff;
    padding-left: 169px;
    transform: translateY(52px);
    -webkit-transform: translateY(52px);
    -moz-transform: translateY(52px); }

.guide-two-list {
  position: relative;
  width: 100%;
  float: left;
  padding: 0 87px;
  padding-top: 237px;
  background: url(../images/extras/blue-filter-background-large1.png) no-repeat;
  padding-bottom: 145px;
  background-size: auto;
  background-position: center center;
  cursor: url("../images/extras/copenhagen-cursor.png"), auto; }
  .guide-two-list .guide-para {
    max-width: 495px;
    word-break: break-word; }

@media screen and (min-width: 1440px) {
  .guide-two-list {
    background-position: 50% 25%; }
  .guide-absolute .guide-para .p-four {
    max-width: 580px; } }

@media screen and (min-width: 1441px) {
  .guide-two-list {
    background-size: cover; }
  .guide-two-list {
    position: relative;
    z-index: 3; }
    .guide-two-list .guide-heading {
      position: absolute;
      left: 50% !important;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%); } }

.guide-two-list {
  position: relative;
  z-index: 3; }
  .guide-two-list .guide-heading {
    position: absolute;
    left: 218px;
    top: 0;
    z-index: 1;
    max-width: 1000px;
    word-break: normal; }

.guide-two-list-rel {
  position: relative; }
  .guide-two-list-rel .guide-para {
    position: absolute;
    right: 80px;
    top: 208px; }
  .guide-two-list-rel .video-link {
    font-family: Overpass;
    font-size: 50px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: -1.83px;
    text-align: center;
    color: #ff0000 !important;
    margin: 0;
    line-height: 104px;
    text-transform: uppercase;
    text-align: center !important;
    margin-top: 11px; }
    .guide-two-list-rel .video-link:hover {
      color: #ff0000 !important;
      text-decoration: none; }

.guide-absolute {
  min-height: 606px;
  position: relative; }
  .guide-absolute .guide-image {
    position: absolute;
    right: 0;
    top: 192px;
    transform: translateX(-16px);
    -webkit-transform: translateX(-16px);
    -moz-transform: translateX(-16px); }

.guide-two-list-rel .guide-image {
  -webkit-transform: translateX(-15px);
  transform: translateX(-15px); }

.guide-absolute + .inline-link .video-link,
.guide-absolute + .video-link {
  margin-top: 332px;
  -webkit-text-stroke: 1.5px #001aff;
  color: #ff0000 !important; }
  .guide-absolute + .inline-link .video-link:hover,
  .guide-absolute + .video-link:hover {
    -webkit-text-stroke: 1.5px #001aff;
    color: #ff0000 !important;
    text-decoration: none; }

.cmg-container {
  max-width: 1215px;
  margin: 0 auto; }

.guide-image {
  transform: translateX(-67px);
  -webkit-transform: translateX(-67px);
  -moz-transform: translateX(-67px); }

.guide-two-list-rel .guide-image {
  min-height: 606px; }

@media screen and (max-width: 1280px) {
  .guide-two-list-rel .guide-para {
    right: 0;
    max-width: 380px; }
  .guide-two-list .guide-para {
    max-width: 380px; }
  .guide-absolute .guide-image {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0); } }

@media screen and (max-width: 1110px) {
  .guide-two-list-rel .guide-para {
    right: 0;
    max-width: 320px; }
  .guide-two-list .guide-para {
    max-width: 320px; }
  .guide-absolute .guide-image {
    transform: translateX(67px);
    -webkit-transform: translateX(67px);
    -moz-transform: translateX(67px); } }

@media screen and (max-width: 1024px) {
  .guide-two-list {
    padding-left: 42px;
    padding-right: 41px; }
  .cmg-container {
    padding-bottom: 38px; }
    .cmg-container .guide-absolute + .inline-link .video-link,
    .cmg-container .guide-absolute + .video-link {
      margin-top: 34px;
      -webkit-text-stroke: 0.9px #001aff !important;
      color: #ff0000 !important; }
    .cmg-container .guide-para a.video-link {
      -webkit-text-stroke: 0.9px #001aff !important; }
  .guide-two-list {
    padding-top: 79px;
    padding-bottom: 18px; }
    .guide-two-list .guide-heading {
      font-size: 75.1px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: 17.4px;
      letter-spacing: -2.74px;
      text-align: center;
      color: #000000;
      position: relative;
      left: unset;
      left: auto;
      max-width: 344px;
      margin: 0 auto; }
      .guide-two-list .guide-heading b {
        -webkit-text-stroke: 3px #001aff;
        font-family: Overpass;
        font-size: 26px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: -0.95px;
        color: #ffffff;
        padding-top: 0;
        transform: none;
        position: absolute;
        top: -31px;
        left: 53px;
        padding-left: 0;
        transform: none !important;
        -webkit-transform: none !important;
        -moz-transform: none !important; }
    .guide-two-list .guide-para {
      max-width: 292px; }
  .guide-absolute {
    padding-top: 6px; }
    .guide-absolute .guide-image {
      position: relative;
      top: auto;
      top: unset;
      right: unset;
      right: auto;
      left: unset;
      left: auto;
      transform: none;
      -webkit-transform: none;
      -moz-transform: none; }
    .guide-absolute .guide-para {
      padding-top: 41px; }
  .guide-image {
    max-width: 292px;
    margin: 0 auto; }
    .guide-image img {
      max-width: 100%; }
  .guide-para {
    max-width: 292px;
    margin: 0 auto;
    text-align: center; }
    .guide-para p {
      font-size: 24px;
      font-weight: bold;
      line-height: 23.5px;
      letter-spacing: -0.88px;
      text-align: center !important;
      color: #ffffff; }
  .guide-image {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0); }
  .guide-two-list-rel .guide-image {
    margin-bottom: 19px; }
  .guide-two-list-rel .guide-para {
    position: relative;
    top: auto;
    top: unset;
    right: unset;
    right: auto;
    left: unset;
    left: auto; }
    .guide-two-list-rel .guide-para p {
      text-align: center;
      margin-bottom: 0 !important; }
  .cmg-container .video-link {
    font-size: 27px !important;
    font-weight: bold;
    letter-spacing: -0.99px;
    text-align: center !important;
    margin-top: 1px;
    margin-bottom: 3px; }
  .guide-absolute .guide-para * {
    text-align: center !important; }
  .guide-absolute .guide-para .p-one {
    margin-bottom: 19px; }
    .guide-absolute .guide-para .p-one .guide-red-stroke {
      font-size: 15px;
      letter-spacing: -0.55px; }
  .guide-absolute .guide-para .p-two {
    margin-bottom: 19px;
    line-height: 14.3px; }
    .guide-absolute .guide-para .p-two .guide-red-stroke {
      font-size: 15px;
      letter-spacing: -0.55px; }
  .guide-absolute .guide-para .p-three {
    margin-bottom: 27px;
    font-size: 16px;
    line-height: 14px; }
    .guide-absolute .guide-para .p-three .guide-red-stroke {
      font-size: 15px;
      letter-spacing: -0.55px; }
  .guide-absolute .guide-para h4 {
    font-size: 18px;
    line-height: 18.1px;
    letter-spacing: -0.66px;
    color: #ffffff; }
    .guide-absolute .guide-para h4 i {
      font-size: 18px;
      letter-spacing: -0.66px;
      line-height: 18.1px;
      color: #ffffff; }
  .guide-absolute .guide-para h3 {
    margin-bottom: 14px;
    font-size: 18px;
    font-weight: bold;
    line-height: 18.2px;
    letter-spacing: -0.66px;
    text-align: center !important; }
    .guide-absolute .guide-para h3 i.guide-italics-small {
      font-size: 18px;
      line-height: 18.2px;
      letter-spacing: -0.66px; }
  .guide-absolute .guide-para .p-one,
  .guide-absolute .guide-para .p-two,
  .guide-absolute .guide-para .p-three {
    font-size: 16px;
    line-height: 14.2px;
    letter-spacing: -0.58px;
    color: #ffffff; }
    .guide-absolute .guide-para .p-one i, .guide-absolute .guide-para .p-one b,
    .guide-absolute .guide-para .p-two i,
    .guide-absolute .guide-para .p-two b,
    .guide-absolute .guide-para .p-three i,
    .guide-absolute .guide-para .p-three b {
      font-size: 16px;
      line-height: 14.2px;
      letter-spacing: -0.58px;
      color: #ffffff; }
  .p-four {
    display: none; }
  .guide-two-list-rel .guide-para {
    color: #ffffff !important;
    font-size: 24px !important;
    padding: 0 !important;
    line-height: 23.5px !important;
    max-width: 292px !important; }
  .guide-two-list-rel .guide-image {
    min-height: 83px; } }

@media screen and (max-width: 1024px) {
  .guide-two-list {
    padding-top: 107px; }
  .guide-two-list .guide-heading {
    max-width: 100%;
    position: absolute;
    top: 78px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%); } }

@media screen and (max-width: 374px) {
  .guide-two-list .guide-heading {
    word-break: break-all; } }

.guide-two-list .guide-heading {
  top: 59px; }
  .guide-two-list .guide-heading b {
    -webkit-transform: translateY(25px);
    transform: translateY(25px);
    -moz-transform: translateY(25px);
    -webkit-text-stroke: 2.6px #001aff; }

.guide-absolute .guide-para {
  max-width: 592px; }

.overpass-t {
  font-family: 'Overpass'; }

.guide-two-list .guide-red-stroke {
  text-transform: uppercase !important; }

.guide-two-list-rel .guide-para p {
  text-align: center !important;
  margin-bottom: 11px; }

/* copenhagen typography */
.guide-absolute .guide-para .p-one {
  max-width: 600px; }

.guide-absolute .guide-para .p-one a {
  font-size: 23px; }

.guide-absolute .guide-para h3 {
  max-width: 600px; }

.guide-absolute .guide-para .p-two,
.guide-absolute .guide-para .p-two i p {
  font-size: 26px; }

.guide-absolute .guide-para .p-two i p {
  display: inline-block; }

.guide-absolute .guide-para .p-two,
.guide-absolute .guide-para .p-two i {
  max-width: 1200px; }

.guide-absolute .guide-para .p-two i {
  display: inline-block; }

.guide-absolute .guide-para .p-three {
  max-width: 1200px;
  font-size: 35.6px; }

.guide-absolute .guide-para .p-three .drouler.overpass-t {
  font-size: 35.6px; }

.guide-absolute .guide-para h4 {
  max-width: 1200px;
  font-size: 31px; }

.guide-absolute .guide-para h4 i {
  font-size: 31px; }

.guide-absolute .guide-para .p-four,
.guide-absolute .guide-para .p-four i {
  font-size: 23px; }

@media screen and (max-width: 1024px) {
  .guide-absolute .guide-para .p-one a {
    font-size: 15px; }
  .guide-absolute .guide-para h3 {
    max-width: 600px; }
  .guide-absolute .guide-para .p-two,
  .guide-absolute .guide-para .p-two i p {
    font-size: 15px; }
  .guide-absolute .guide-para .p-two i p {
    display: inline-block; }
  .guide-absolute .guide-para .p-two,
  .guide-absolute .guide-para .p-two i {
    max-width: 1200px; }
  .guide-absolute .guide-para .p-two i {
    display: inline-block; }
  .guide-absolute .guide-para .p-three {
    max-width: 1200px;
    font-size: 15px; }
  .guide-absolute .guide-para .p-three .drouler.overpass-t {
    font-size: 15px; }
  .guide-absolute .guide-para h4 {
    max-width: 1200px;
    font-size: 15px; }
  .guide-absolute .guide-para h4 i {
    font-size: 15px; }
  .guide-absolute .guide-para .p-four,
  .guide-absolute .guide-para .p-four i {
    font-size: 15px; }
  .guide-two-list .guide-heading {
    top: 81px !important; }
    .guide-two-list .guide-heading b {
      -webkit-text-stroke: 0.9px #001aff; }
  /* Typography in 1024px */
  .guide-absolute .guide-para .p-two, .guide-absolute .guide-para .p-two i span {
    font-family: 'Overpass';
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.89;
    letter-spacing: -0.58px;
    color: #ffffff; }
  .guide-absolute .guide-para .p-two, .guide-absolute .guide-para .p-two i > span {
    font-weight: normal; }
  .guide-absolute .guide-para .p-two, .guide-absolute .guide-para .p-two,
  .guide-absolute .guide-para .p-three,
  .guide-absolute .guide-para .p-two, .guide-absolute .guide-para h4,
  .guide-absolute .guide-para h3 {
    max-width: 254px;
    text-align: left !important;
    margin-left: 0 !important; }
  .guide-absolute .guide-para .p-two, .guide-absolute .guide-para .p-two *,
  .guide-absolute .guide-para .p-three,
  .guide-absolute .guide-para .p-two, .guide-absolute .guide-para h4 {
    text-align: left !important; }
  .guide-absolute .guide-para .p-two, .guide-absolute .guide-para h4 {
    max-width: 264px;
    font-weight: bold; }
  .guide-absolute .guide-para .p-one {
    max-width: 285px;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 19px !important; }
  .guide-absolute .guide-para {
    max-width: 285px; }
  .guide-absolute .guide-para .p-two, .guide-absolute .guide-para h3 {
    margin-bottom: 16px !important; }
  .guide-absolute .guide-para .p-two, .guide-absolute .guide-para .p-two {
    margin-bottom: 19px !important; }
  .guide-absolute .guide-para .p-three {
    margin-bottom: 26px !important;
    font-weight: 300 !important; }
  .guide-absolute .guide-para .p-one, .guide-absolute .guide-para h3 {
    max-width: 289px !important; }
  .guide-absolute .guide-image {
    max-width: 291px !important; } }

.guide-two-list-rel .guide-para {
  font-family: Overpass;
  font-size: 40px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 44px;
  letter-spacing: -1.46px;
  text-align: center;
  color: #ffffff; }

@media screen and (min-width: 1025px) {
  .guide-two-list-rel .guide-para {
    position: absolute;
    right: 39px;
    top: 208px; }
  .guide-absolute .guide-para .p-two, .guide-absolute .guide-para .p-two i > span {
    font-family: 'Overpass';
    font-weight: normal;
    font-size: 26px !important; }
  .guide-absolute .guide-para .p-two, .guide-absolute .guide-para .p-two i span {
    font-family: 'Overpass';
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 36.6px;
    letter-spacing: -0.95px;
    color: #ffffff;
    font-size: 26px !important; }
  .guide-absolute .guide-para .p-three {
    font-weight: 300; }
  .guide-absolute .guide-para .p-three .drouler.overpass-t {
    line-height: 0 !important; }
  .guide-absolute .guide-para .p-one {
    margin-bottom: 26px; }
  .guide-absolute .guide-para h3 {
    margin-bottom: 22px;
    line-height: 51.6px; }
  .guide-absolute .guide-para h4 {
    margin-bottom: 17px; }
  .guide-absolute .guide-para .p-two {
    margin-bottom: 24px; }
  .guide-absolute .guide-para .p-three {
    margin-bottom: 22px; }
  .guide-absolute .guide-para .p-two, .guide-absolute .guide-para .p-two i span {
    line-height: 35.6px; }
  .guide-absolute .guide-para .p-three,
  .guide-absolute .guide-para h4 {
    line-height: 36.6px; }
  .guide-absolute .guide-para .p-four i {
    line-height: 29px; }
  .guide-absolute + .video-link {
    margin-top: 240px;
    font-size: 60px; }
  .guide-two-list {
    padding-bottom: 144px; }
  .guide-absolute .guide-image {
    transform: translateX(36px);
    -webkit-transform: translateX(36px);
    -moz-transform: translateX(36px); }
  .guide-absolute .guide-image {
    top: 193px; } }

@media screen and (min-width: 1280px) {
  .guide-absolute .guide-para {
    max-width: 622px;
    margin-left: 55px; }
  .guide-absolute .guide-para .p-one,
  .guide-absolute .guide-para h3,
  .guide-absolute .guide-para .p-two,
  .guide-absolute .guide-para .p-three {
    max-width: 592px !important; }
  .guide-absolute .guide-para .p-one {
    max-width: 562px !important; }
    .guide-absolute .guide-para .p-one .guide-red-stroke {
      font-size: 23px; } }

.guide-absolute .guide-para .p-four {
  font-family: 'Overpass';
  font-weight: normal;
  font-style: italic !important; }

/* inline-link style - copenhagen */
.guide-absolute + .inline-link .video-link {
  margin-top: 310px;
  font-size: 60px;
  -webkit-text-stroke: 1.5px #001aff;
  color: #ff0000 !important; }

.guide-red-stroke:hover {
  text-decoration: none !important; }

.watch-our-videos {
  float: left;
  width: 100%;
  position: relative;
  z-index: 3;
  padding-bottom: 122px;
  background: url(../images/extras/video-mask.png);
  background-size: cover;
  position: relative; }
  .watch-our-videos:before {
    content: '';
    width: 100%;
    height: 100%;
    background: url("../images/extras/illustration.png") no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    background-size: 250%;
    background-position: -929px -199px;
    opacity: 0.4; }
  .watch-our-videos .guide-heading {
    position: relative;
    max-width: 787px;
    padding-left: 146px; }
    .watch-our-videos .guide-heading h3 {
      position: relative;
      display: inline-block;
      max-width: 787px;
      width: 100%; }
    .watch-our-videos .guide-heading b {
      position: absolute;
      top: -110px;
      right: -139px;
      padding-left: 0;
      transform: none;
      -webkit-transform: none;
      -moz-transform: none;
      -webkit-text-stroke: 2.5px #001aff !important; }
  .watch-our-videos .video-link {
    padding-top: 222px;
    -webkit-text-stroke: 1px #001aff;
    -webkit-text-stroke: 1.5px #001aff;
    font-family: Overpass;
    font-size: 60px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -2.19px;
    text-align: center;
    color: #ff0000 !important;
    margin-top: 0 !important;
    padding-top: 69px !important;
    position: relative;
    z-index: 3; }
    .watch-our-videos .video-link:hover {
      -webkit-text-stroke: 1px #001aff;
      text-decoration: none; }

.video-content {
  position: relative;
  overflow: hidden; }
  .video-content .play-button {
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    width: 51px;
    height: 84px;
    background: url("../images/extras/play.png") no-repeat; }
  .video-content iframe {
    width: 100%; }

.guide-heading-wrap {
  margin-bottom: 157px;
  padding-top: 223px; }
  .guide-heading-wrap:after {
    content: '';
    display: table;
    clear: both; }

.wo-container {
  max-width: 1140px;
  margin: 0 auto;
  width: 100%; }
  .wo-container:after {
    content: '';
    display: table;
    clear: both; }

.video-item {
  float: left;
  width: 337px;
  height: auto;
  margin: 32px; }
  .video-item:nth-child(2) {
    transform: translateY(18px);
    -webkit-transform: translateY(18px);
    -moz-transform: translateY(18px); }
  .video-item:nth-child(3) {
    transform: translateY(-24px);
    -webkit-transform: translateY(-24px);
    -moz-transform: translateY(-24px); }

.video-content {
  background: #0d0d0d;
  width: 100%;
  height: 100%;
  height: 598px;
  display: inline-block; }

.video-desc h3 {
  font-family: Overpass;
  font-size: 50px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 47px;
  letter-spacing: -1.83px;
  color: #000000; }

.video-desc p {
  font-family: Overpass;
  font-size: 25.6px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 29.6px;
  letter-spacing: -0.93px;
  color: #000000; }
  .video-desc p.label-p {
    font-family: 'Droulers WEB';
    font-size: 30px;
    font-weight: normal;
    font-stretch: normal;
    font-style: italic;
    line-height: normal;
    letter-spacing: -1.09px;
    color: #000000; }

.video-desc a:hover {
  text-transform: none !important; }

.video-desc .video-link {
  -webkit-text-stroke: 1.5px #001aff;
  font-family: Overpass;
  font-size: 60px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -2.19px;
  text-align: center;
  color: #ff0000 !important; }

.watch-video-lists {
  margin: -32px; }

@media screen and (min-width: 1440px) {
  .watch-our-videos .video-desc {
    padding-top: 0; }
    .watch-our-videos .video-desc p {
      margin-bottom: 19px; }
  .home.mac-body .watch-our-videos .video-link {
    padding-top: 52px !important; } }

@media screen and (min-width: 1600px) {
  .watch-our-videos:before {
    background-size: 250%;
    background-position: -1079px -269px; } }

@media screen and (max-width: 1200px) {
  .wo-container {
    padding: 0 15px; } }

@media screen and (max-width: 1024px) {
  .wo-container {
    padding: 0 0; }
  .guide-heading-wrap {
    padding-top: 0; }
  .guide-heading-wrap {
    position: relative;
    padding-top: 117px;
    margin-bottom: 70px; }
  .watch-our-videos .guide-heading {
    font-size: 100px;
    letter-spacing: -3.65px;
    line-height: 17.4px; }
  .watch-our-videos .guide-heading {
    position: relative;
    max-width: 270px;
    padding-left: 0;
    margin: 0 auto; }
    .watch-our-videos .guide-heading h3 {
      position: relative;
      display: inline-block;
      max-width: 270px;
      width: 100%; }
    .watch-our-videos .guide-heading b {
      position: absolute;
      top: -56px;
      right: 138px;
      font-size: 26px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: -0.95px; }
  .video-item {
    width: 307px;
    height: auto;
    float: none;
    margin: 0 auto;
    -webkit-transform: none !important;
            transform: none !important; }
  .video-content {
    height: 624px; }
  .watch-video-lists {
    margin: 0; }
  .watch-our-videos {
    padding-bottom: 90px; }
    .watch-our-videos .video-link {
      padding-top: 0;
      margin-top: 64px;
      font-size: 27px;
      font-weight: bold;
      -webkit-text-stroke: 0.5px #001aff !important; }
  .video-desc {
    padding-top: 31px; }
    .video-desc h3 {
      font-family: Overpass;
      font-size: 30px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: 28.8px;
      letter-spacing: -1.1px;
      color: #000000;
      margin-bottom: 19px; }
    .video-desc p {
      font-size: 16px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: 27px;
      letter-spacing: -0.58px;
      color: #000000;
      margin-bottom: 2px; }
    .video-desc p.label-p {
      font-size: 26px;
      letter-spacing: -0.95px;
      margin-bottom: 58px; }
  .watch-our-videos {
    background-position: right; }
  .watch-our-videos:before {
    background-size: 248%;
    background-position: -590px 200px; }
  .watch-our-videos .guide-heading b {
    -webkit-text-stroke: 0.9px #001aff !important;
    right: auto !important;
    left: 0 !important;
    transform: translateX(-12px);
    -webkit-transform: translateX(-12px);
    -moz-transform: translateX(-12px); }
  .watch-our-videos .guide-heading {
    padding-left: 15px; }
  .video-item .video-content {
    margin-bottom: 1px !important; }
  .video-desc h3 {
    margin-bottom: 7px !important; }
  .video-desc p {
    margin-bottom: 10px; }
  .video-desc p.label-p {
    margin-bottom: 45px !important; }
  .watch-our-videos .video-link {
    padding-top: 60px !important; }
  .watch-our-videos {
    background: url(../images/extras/video_mob_bg.png) no-repeat;
    background-size: cover !important; }
  .video-content {
    height: 460px !important; }
  .video-content iframe {
    height: 460px !important;
    width: 307px !important; }
  .video-content .play-button {
    display: none; }
  .watch-our-videos .guide-heading-wrap {
    padding-top: 122px; }
  .home.mac-body .watch-our-videos .guide-heading b {
    top: -60px; }
  .home.mac-body .watch-our-videos .guide-heading-wrap {
    padding-top: 120px; } }

.video-item:nth-child(1) {
  -webkit-animation: scaling 6s infinite ease;
  animation: scaling 6s infinite ease;
  -webkit-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0); }

.video-item:nth-child(2) {
  -webkit-animation: floating 6s infinite ease;
  animation: floating 6s infinite ease;
  -webkit-transform: translateY(0);
  transform: translateY(0); }

.video-item:nth-child(3) {
  -webkit-animation: floating 8s infinite ease;
  animation: floating 8s infinite ease;
  -webkit-transform: translateY(0);
  transform: translateY(0); }

/* Animation for watch our videos section */
@-webkit-keyframes scaling {
  50% {
    -webkit-transform: scale(1.05) translateY(20px);
    transform: scale(1.05) translateY(20px); }
  100% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0); } }

@keyframes scaling {
  50% {
    -webkit-transform: scale(1.05) translateY(20px);
    transform: scale(1.05) translateY(20px); }
  100% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0); } }

@-webkit-keyframes floating {
  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes floating {
  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

.video-desc a:hover {
  text-decoration: none !important; }

.video-item .video-content {
  margin-bottom: 23px; }

.play-button.hide-it {
  display: none !important; }

.video-link {
  cursor: pointer !important; }

video::-webkit-media-controls-fullscreen-button,
video::-webkit-media-controls-current-time-display,
video::-webkit-media-controls-time-remaining-display,
video::-webkit-media-controls-timeline {
  display: none !important; }

video::-webkit-media-controls-panel {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)) !important;
  background-image: linear-gradient(transparent, transparent) !important; }

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

.inline-link a {
  display: inline-block;
  width: auto; }

@media screen and (min-width: 1025px) and (max-width: 1201px) {
  .home .watch-video-lists {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center; }
  .home .video-item {
    width: 230px; }
    .home .video-item .video-content {
      height: 500px; }
      .home .video-item .video-content iframe {
        width: 230px !important;
        height: 500px !important; } }

.video-content-thumb:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  width: 51px;
  height: 84px;
  background: url(../images/extras/play.png) no-repeat; }

.article-lists {
  float: left;
  width: 100%;
  position: relative;
  z-index: 3; }

.article-item {
  display: inline-block;
  width: 237px;
  height: 321px;
  padding: 0 10px; }

.article-content-single {
  background: #0d0d0d;
  width: 100%;
  height: 100%;
  display: inline-block; }

.article-desc h4 {
  font-family: Overpass;
  font-size: 19.9px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.73px;
  color: #000000; }

.article-desc p {
  font-family: Overpass;
  font-size: 25.6px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 29.6px;
  letter-spacing: -0.93px;
  color: #000000; }
  .article-desc p.label-p {
    font-family: DroulersWEB;
    font-size: 30px;
    font-weight: normal;
    font-stretch: normal;
    font-style: italic;
    line-height: normal;
    letter-spacing: -1.09px;
    color: #000000; }

.theme-section .theme-cards .theme-card a {
  color: #000000 !important; }

.theme-section .theme-cards .theme-card p {
  -webkit-text-stroke: 0px #0d0d0d !important;
  color: #000000 !important; }

.theme-section .theme-content a {
  -webkit-text-stroke: 1.5px #001aff !important; }

.unique-image {
  width: 100%;
  float: left;
  position: relative;
  z-index: 3;
  overflow-x: hidden; }
  .unique-image .image-content {
    width: 100%;
    padding-top: 87px;
    height: 960px;
    background: url("../images/extras/bg.png") no-repeat;
    background-size: cover;
    padding-left: 76px; }
  .unique-image span {
    display: inline-block;
    font-family: Cormorant;
    font-size: 180px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 124.3px;
    letter-spacing: -6.57px;
    color: #ffffff; }

.unique-image span:nth-child(3) {
  width: 100%; }

/* anim */
.unique-image span:nth-child(1),
.unique-image span:nth-child(2),
.unique-image span:nth-child(3) {
  -webkit-transform: translateX(400%);
  transform: translateX(400%); }

.translate-active .unique-image span:nth-child(1) {
  -webkit-transform: translateX(400%);
  transform: translateX(400%);
  -webkit-animation: span-1-anim 0.5s forwards;
  animation: span-1-anim 0.5s forwards; }

.translate-active .unique-image span:nth-child(2) {
  -webkit-transform: translateX(400%);
  transform: translateX(400%);
  -webkit-animation: span-1-anim 0.5s 0.5s forwards;
  animation: span-1-anim 0.5s 0.5s forwards; }

.translate-active .unique-image span:nth-child(3) {
  -webkit-transform: translateX(400%);
  transform: translateX(400%);
  -webkit-animation: span-1-anim 0.5s 0.8s forwards;
  animation: span-1-anim 0.5s 0.8s forwards; }

@-webkit-keyframes span-1-anim {
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes span-1-anim {
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@media screen and (max-width: 1024px) {
  .unique-image .image-content {
    padding-left: 0;
    padding-top: 31px;
    height: 599px; }
  .unique-image span {
    display: block;
    font-family: Cormorant;
    font-size: 80px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 68.1px;
    letter-spacing: -2.92px;
    color: #ffffff;
    padding: 0 24px; }
  /* For mobile screen */
  .guide-two-list {
    padding-left: 0;
    padding-right: 0;
    background: url("../images/extras/blue_mob_bg.png") no-repeat !important;
    background-size: 100% 102% !important;
    background-position: 0px -18px !important;
    padding-top: 106px; }
  .cmg-container {
    max-width: 320px;
    margin: 0 auto; }
  .guide-two-list-rel .guide-image {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  .guide-absolute .guide-para .p-two,
  .guide-absolute .guide-para .p-two i,
  .guide-absolute .guide-para .p-two i span,
  .guide-absolute .guide-para .p-three,
  .guide-absolute .guide-para .p-three i.drouler.overpass-t {
    font-size: 16px; }
  .guide-absolute .guide-para h4,
  .guide-absolute .guide-para h4 i {
    font-size: 18px; }
  .home .guide-two-list .guide-heading b {
    top: -34px !important;
    -webkit-text-stroke: 1px #001aff; }
  .guide-absolute .guide-para .p-one, .guide-absolute .guide-para h3 {
    max-width: 250px;
    text-align: left !important;
    margin: 0 auto;
    font-weight: normal; } }

@media screen and (min-width: 1025px) {
  .unique-image .image-content {
    padding-top: 91px; }
  .translate-active .unique-image span:nth-child(3) {
    margin-top: -3px; } }

@media screen and (max-width: 1024px) {
  .translate-active .unique-image span:nth-child(1) {
    margin-bottom: 23px !important; } }

@media screen and (min-width: 1025px) and (max-width: 1361px) {
  .translate-active .unique-image span:nth-child(1) {
    margin-bottom: 80px; }
  .translate-active .unique-image span:nth-child(2) {
    margin-bottom: 16px; } }

.three-image-wrap {
  position: relative;
  z-index: 3;
  float: left;
  width: 100%; }
  .three-image-wrap:after {
    content: '';
    display: table;
    clear: both; }

.image-item {
  width: calc(100% / 3);
  width: -moz-calc(100% / 3);
  background: url("../images/extras/single-image.png") no-repeat;
  float: left;
  height: 768px;
  background-size: cover;
  background-position: center; }

@media screen and (max-width: 1025px) {
  .image-item:nth-child(1) {
    width: 100%;
    background-position: top left;
    height: 604px; }
  .image-item:nth-child(2),
  .image-item:nth-child(3) {
    display: none; } }

.banner {
  width: 100%;
  float: left;
  position: relative;
  font-size: 0;
  z-index: 0;
  overflow: visible; }

.background-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 847.9px;
  overflow: hidden;
  position: relative;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1e5799+0,2989d8+50,7db9e8+100 */ }
  .background-wrapper img {
    width: 100%; }
  .background-wrapper #canvas {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    height: 847.9px;
    z-index: 2; }

.mobil-banner {
  display: none; }

.plane {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  right: 0;
  overflow: hidden; }
  .plane img {
    width: 100%; }

.foreground-image {
  position: absolute;
  top: 59px;
  left: 76px;
  z-index: 3; }

.dm-2020-text {
  position: absolute;
  bottom: 51px;
  left: 55px;
  width: auto;
  height: auto;
  z-index: 3; }

.f-desktop {
  display: none; }

.dm-f-desktop {
  display: none; }

.dm-f-mobile {
  display: inline-block;
  left: 17px;
  bottom: 92px; }

.f-mobile {
  display: inline-block;
  position: absolute;
  top: 82px;
  left: 4px;
  z-index: 3; }

@media screen and (min-width: 1025px) {
  .f-mobile {
    display: none; }
  .dm-f-mobile {
    display: none; }
  .f-desktop {
    display: inline-block; }
  .dm-f-desktop {
    display: inline-block; } }

@media screen and (max-width: 1024px) {
  .banner {
    overflow: hidden; }
  .background-wrapper {
    height: 657px;
    background: #0d0d0d; }
  .plane {
    display: none; }
  #canvas {
    display: none; }
  .mobil-banner {
    display: inline-block;
    width: 100%;
    height: 100%;
    background-size: cover !important;
    background-position: top center !important; }
    .mobil-banner img {
      width: auto;
      height: auto; } }

@media screen and (max-width: 460px) {
  .mobil-banner {
    background-position: -249px; } }

.ticket-link {
  top: 276px;
  right: -10px;
  width: 70px;
  height: 173px;
  -webkit-transition: all 60ms linear;
  transition: all 60ms linear;
  position: fixed;
  display: inline-block;
  border: none;
  padding: 0;
  color: #000000;
  box-shadow: -9px 9px 0 #f5a623;
  text-decoration: none;
  cursor: pointer;
  z-index: 20; }

@media screen and (max-width: 1024px) {
  .ticket-link {
    display: block;
    width: 49px;
    height: 168px; }
  .ticket-link span {
    font-size: 21px !important; }
  .ticket-link span:last-child {
    left: -46px !important; }
  .ticket-link.swap span:last-child {
    left: -52px !important; } }

.ticket-link:focus,
.ticket-link:active {
  outline: none; }

.ticket-link::before {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 179px;
  top: -3px;
  left: -3px;
  content: " ";
  background: #9affe2;
  background: -webkit-gradient(linear, left top, left bottom, from(#9affe2), color-stop(50%, #ffb0eb), to(#fcb7a0));
  background: linear-gradient(to bottom, #9affe2 0%, #ffb0eb 50%, #fcb7a0 100%);
  background-size: 100% 120%;
  -webkit-animation: AnimatedGradient 2s ease infinite;
  animation: AnimatedGradient 2s ease infinite;
  display: none; }

.ticket-link::after {
  -webkit-transition: all 50ms linear;
  transition: all 50ms linear;
  content: "";
  position: absolute;
  top: 6px;
  left: -7px;
  width: 21px;
  height: 13px;
  background-color: #f5a623;
  -webkit-transform: rotate(46deg);
          transform: rotate(46deg);
  transform: rotate(46deg);
  transform: rotate(46deg);
  z-index: -1; }

.ticket-link.swap span:first-child {
  left: -35px; }

.ticket-link.swap span:last-child {
  /* left: -60px; */
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  top: 63px; }

@media (max-width: 767px) {
  .ticket-link.swap span:last-child {
    left: -38px; } }

.ticket-link .content {
  background-color: #b8b7f5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  box-shadow: inset 0 1px 27px 0 #c9afb6, inset 0 -1px 27px 0 #c9afb6;
  -webkit-box-shadow: inset 0 1px 27px 0 #c9afb6, inset 0 -1px 27px 0 #c9afb6;
  -moz-box-shadow: inset 0 1px 27px 0 #c9afb6, inset 0 -1px 27px 0 #c9afb6; }

.ticket-link:hover {
  right: -5px;
  box-shadow: -5px 5px 0 #f5a623; }

.ticket-link:hover::after {
  left: -5px;
  top: 0px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg); }

.ticket-link span {
  display: inline-block;
  font-weight: 600;
  width: 140px;
  height: 2rem;
  font-size: 28px;
  color: #000000;
  position: absolute;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: Overpass; }

body.sub-page-body-class .ticket-link {
  bottom: 50%; }

body.sub-page-body-class .ticket-link span {
  color: #000000; }

.ticket-link span:first-child {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  left: -50px;
  top: 76px; }

.ticket-link span:last-child {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  left: -40px;
  top: 76px; }

@-webkit-keyframes AnimatedGradient {
  0% {
    background-position: 0% 0%; }
  50% {
    background-position: 93% 100%; }
  100% {
    background-position: 0% 0%; } }

@keyframes AnimatedGradient {
  0% {
    background-position: 0% 0%; }
  50% {
    background-position: 93% 100%; }
  100% {
    background-position: 0% 0%; } }

@media screen and (min-width: 1650px) {
  .foreground-image {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    width: 1284px; } }

@media screen and (min-width: 376px) and (max-width: 1024px) {
  .f-mobile,
  .dm-f-mobile {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%); }
  .f-mobile img {
    width: auto; }
  .image-item {
    background-position: top !important; } }

@media screen and (max-width: 1024px) {
  .mobil-banner.banner1 {
    background-position: 75% 0% !important; } }

.new-letter.news-letter-mid {
  position: relative;
  z-index: 3;
  float: left;
  width: 100%;
  background: #fb9400; }
  .new-letter.news-letter-mid .news-letter-wrapper {
    max-width: 1325px;
    width: 100%;
    margin: 0 auto;
    padding-top: 54px;
    padding-bottom: 22px;
    padding-left: 9px;
    max-width: 100%;
    padding-left: 58px;
    padding-right: 59px; }
  .new-letter.news-letter-mid .email-input {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    border: solid 1px #c37f00; }
    .new-letter.news-letter-mid .email-input input {
      width: 100%;
      display: inline-block;
      height: 95px;
      background-color: #d88d00;
      color: #ffffff;
      font-family: Overpass;
      font-size: 80px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: 67px;
      letter-spacing: -6.72px;
      color: #ffffff;
      padding-left: 23px;
      padding-right: 13px;
      outline: none;
      border: none;
      position: relative;
      z-index: 1;
      opacity: 0;
      padding-right: 183px;
      color: transparent;
      text-shadow: 0px 0px 0px #ffffff; }
      .new-letter.news-letter-mid .email-input input:focus {
        opacity: 1; }
      .new-letter.news-letter-mid .email-input input:focus + span {
        display: none; }
    .new-letter.news-letter-mid .email-input .sign-up-button {
      cursor: pointer;
      display: inline-block;
      position: absolute;
      right: 13px;
      top: 6px;
      width: 142px;
      height: 78px;
      background: #d88d00;
      -webkit-text-stroke: 1.8px #001aff;
      font-family: Overpass;
      font-size: 31px;
      font-weight: 900;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: -1.47px;
      text-align: center;
      color: #ffffff;
      box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.5);
      box-shadow: 3px 3px 0px 0px #585e8d;
      -moz-box-shadow: 3px 3px 0px 0px #585e8d;
      z-index: 2; }
      .new-letter.news-letter-mid .email-input .sign-up-button span {
        font-family: Overpass;
        font-size: 31px;
        font-weight: 900;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: -1.47px;
        text-align: center;
        color: #ffffff;
        background: #c67f2e;
        padding: 23px 0 0 0;
        text-transform: uppercase; }
  .new-letter.news-letter-mid h4 {
    width: 100%;
    font-family: Cormorant;
    font-size: 40px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 36px;
    letter-spacing: -1.89px;
    color: #ffffff;
    margin-bottom: 25px; }
  .new-letter.news-letter-mid span {
    position: absolute;
    width: 100%;
    font-family: Overpass;
    font-size: 80px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 67px;
    letter-spacing: -6.72px;
    color: #ffffff;
    background-color: #d88d00;
    top: 0;
    left: 0;
    height: 100%;
    padding-left: 17px;
    padding-top: 23px; }
  .new-letter.news-letter-mid p {
    width: 100%;
    font-family: Cormorant;
    font-size: 20px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 47px;
    letter-spacing: -0.95px;
    color: #ffffff; }
    .new-letter.news-letter-mid p a {
      color: #ffffff !important;
      position: relative;
      text-decoration: none; }
      .new-letter.news-letter-mid p a:hover {
        color: #ffffff !important; }
      .new-letter.news-letter-mid p a:after {
        content: '';
        display: inline-block;
        position: absolute;
        bottom: 0;
        right: 0;
        bottom: 3px;
        width: 100%;
        height: 1px;
        background: #ffffff; }

@media screen and (max-width: 1350px) {
  .news-letter-mid .news-letter-wrapper {
    max-width: 100%;
    padding-left: 58px;
    padding-right: 58px; } }

@media screen and (max-width: 1024px) {
  .new-letter.news-letter-mid .news-letter-wrapper {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 42px;
    padding-bottom: 34px; }
  .new-letter .email-input .sign-up-button {
    top: 0;
    height: 25px;
    right: 0; }
  .new-letter .email-input {
    margin-bottom: 2px; }
  .new-letter.news-letter-mid .email-input input {
    height: 25px;
    font-size: 20.8px;
    line-height: 17.4px;
    letter-spacing: -0.71px;
    font-family: Overpass;
    padding-left: 2px;
    padding-right: 82px;
    padding-top: 0;
    padding-bottom: 0;
    border-radius: 0;
    padding-top: 5.55px !important; }
  .device-ios .new-letter.news-letter-mid .email-input input {
    font-size: 15.8px; }
  .new-letter.news-letter-mid span {
    font-family: Overpass;
    font-size: 20.8px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 17.4px;
    letter-spacing: -0.71px;
    color: #ffffff;
    height: 25px;
    padding-top: 5.55px !important;
    padding-left: 2px; }
  .new-letter.news-letter-mid .email-input .sign-up-button span {
    font-size: 15.1px;
    font-weight: 900;
    line-height: normal;
    letter-spacing: -0.71px;
    padding-left: 0;
    height: 21px;
    padding-top: 3px !important; }
  .new-letter.news-letter-mid p {
    font-family: Cormorant;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: italic;
    line-height: 17.4px;
    letter-spacing: -0.66px;
    text-align: center;
    color: #ffffff;
    margin-top: 0;
    line-height: 33px;
    margin-bottom: 23px; }
  .new-letter h4 {
    font-family: Cormorant;
    font-size: 40px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 40px;
    letter-spacing: -1.89px;
    text-align: center;
    color: #ffffff;
    margin-bottom: 12px;
    text-align: center;
    display: inline-block; }
  .new-letter p {
    line-height: 40px; }
  .new-letter.news-letter-mid .email-input .sign-up-button {
    height: 21px;
    -webkit-text-stroke: 0.9px #001aff;
    width: 64px;
    top: 0;
    right: 5px;
    -webkit-text-stroke: 0.9px #001aff;
    top: 1px;
    right: 3px;
    box-shadow: 1px 1px 0 0 #585e8d;
    -moz-box-shadow: 1px 1px 0 0 #585e8d;
    z-index: 2; }
  .new-letter.news-letter-mid h4 {
    margin-bottom: 23px !important; }
  .new-letter.news-letter-mid .email-input {
    border: solid 0.5px #c37f00 !important;
    font-size: 0; } }

@media screen and (min-width: 1441px) {
  .new-letter.news-letter-mid .news-letter-wrapper {
    max-width: 1325px;
    width: 100%; } }

@media screen and (max-width: 1024px) {
  .mac-body .new-letter.news-letter-mid .email-input {
    font-size: 0 !important; }
    .mac-body .new-letter.news-letter-mid .email-input input {
      padding-top: 0 !important; }
  .mac-body .new-letter.news-letter-mid .email-input input {
    padding-top: 0 !important; }
  .mac-body .new-letter.news-letter-mid .email-input span {
    padding-top: 2.55px !important; }
  .mac-body .new-letter.news-letter-mid .email-input .sign-up-button span {
    padding-top: 0px !important; } }

.close-sp input + span {
  display: none !important; }

.close-sp input {
  opacity: 1 !important;
  box-shadow: inset 4px 6px 6px #bd8111; }

@media screen and (min-width: 1025px) {
  .home .new-letter.news-letter-mid .email-input input {
    padding-top: 18px !important; }
  .mac-body .new-letter.news-letter-mid .email-input input {
    font-size: 61px;
    line-height: 67px;
    padding-top: 0 !important;
    vertical-align: top; }
  .mac-body .new-letter.news-letter-mid .email-input span {
    padding-top: 16px !important; }
  .new-letter.news-letter-mid .email-input input:focus {
    box-shadow: inset 4px 6px 6px #bd8111;
    animation: blur-anim 1s ease forwards;
    -webkit-animation: blur-anim 1s ease forwards;
    -moz-animation: blur-anim 1s ease forwards; }
  .close-sp input {
    opacity: 1 !important;
    box-shadow: inset 4px 6px 6px #bd8111;
    animation: blur-anim 1s ease forwards;
    -webkit-animation: blur-anim 1s ease forwards;
    -moz-animation: blur-anim 1s ease forwards; } }

@-webkit-keyframes blur-anim {
  0% {
    box-shadow: inset 4px 6px 6px #bd8111; }
  100% {
    box-shadow: inset 4px 6px 14px #bd8111; } }

@keyframes blur-anim {
  0% {
    box-shadow: inset 4px 6px 6px #bd8111; }
  100% {
    box-shadow: inset 4px 6px 14px #bd8111; } }

.anim-el {
  position: absolute;
  left: 0;
  top: -55px;
  width: 100%;
  height: 82px;
  background: #000000;
  -webkit-transform: rotateX(60deg) scale(0.94);
  transform: rotateX(60deg) scale(0.94);
  z-index: 3;
  opacity: 0; }

.anim-el:before {
  content: '';
  position: absolute;
  left: -10px;
  top: 0;
  width: 100px;
  height: 82px;
  background: #000000;
  -webkit-transform: skewX(-10deg);
  transform: skewX(-10deg);
  z-index: -1; }

.anim-el:after {
  content: '';
  position: absolute;
  right: -10px;
  top: 0;
  width: 100px;
  height: 82px;
  background: #000000;
  -webkit-transform: skewX(10deg);
  transform: skewX(10deg);
  z-index: -1; }

/* Old animation code */
/*
.flip-over-text:hover .anim-el{
    -webkit-animation: flipitparent 0.8s ease forwards;
            animation: flipitparent 0.8s ease forwards;
}

.flip-over-text:hover .anim-el:before
{
    -webkit-animation: flipitpseudobefore 0.8s ease forwards;
            animation: flipitpseudobefore 0.8s ease forwards;
}

.flip-over-text:hover .anim-el:after{
    -webkit-animation: flipitpseudoafter 0.8s ease forwards;
            animation: flipitpseudoafter 0.8s ease forwards;
}

*/
/* New animation code */
.flip-over-text.custom-hover .anim-el {
  -webkit-animation: flipitparent 1.5s ease forwards infinite;
  animation: flipitparent 1.5s ease forwards infinite; }

.flip-over-text.custom-hover .anim-el:before {
  -webkit-animation: flipitpseudobefore 1s ease forwards;
  animation: flipitpseudobefore 1s ease forwards; }

.flip-over-text.custom-hover .anim-el:after {
  -webkit-animation: flipitpseudoafter 1s ease forwards;
  animation: flipitpseudoafter 1s ease forwards; }

@-webkit-keyframes flipitparent {
  30% {
    opacity: 0.6; }
  60% {
    opacity: 1;
    -webkit-transform: rotateX(0deg) scale(1);
    transform: rotateX(0deg) scale(1); }
  90% {
    -webkit-transform: rotateX(0deg) scale(1);
    transform: rotateX(0deg) scale(1);
    top: 15px;
    opacity: 1; }
  100% {
    -webkit-transform: rotateX(0deg) scale(1);
    transform: rotateX(0deg) scale(1);
    top: 0;
    opacity: 1; } }

@keyframes flipitparent {
  30% {
    opacity: 0.6; }
  60% {
    opacity: 1;
    -webkit-transform: rotateX(0deg) scale(1);
    transform: rotateX(0deg) scale(1); }
  90% {
    -webkit-transform: rotateX(0deg) scale(1);
    transform: rotateX(0deg) scale(1);
    top: 15px;
    opacity: 1; }
  100% {
    -webkit-transform: rotateX(0deg) scale(1);
    transform: rotateX(0deg) scale(1);
    top: 0;
    opacity: 1; } }

@-webkit-keyframes flipitpseudobefore {
  40% {
    -webkit-transform: skewX(0deg);
    transform: skewX(0deg);
    left: 0; }
  100% {
    -webkit-transform: skewX(0deg);
    transform: skewX(0deg);
    left: -15px; } }

@keyframes flipitpseudobefore {
  40% {
    -webkit-transform: skewX(0deg);
    transform: skewX(0deg);
    left: 0; }
  100% {
    -webkit-transform: skewX(0deg);
    transform: skewX(0deg);
    left: -15px; } }

@-webkit-keyframes flipitpseudoafter {
  40% {
    -webkit-transform: skewX(0deg);
    transform: skewX(0deg);
    right: 0; }
  100% {
    -webkit-transform: skewX(0deg);
    transform: skewX(0deg);
    right: -15px; } }

@keyframes flipitpseudoafter {
  40% {
    -webkit-transform: skewX(0deg);
    transform: skewX(0deg);
    right: 0; }
  100% {
    -webkit-transform: skewX(0deg);
    transform: skewX(0deg);
    right: -15px; } }

@media screen and (min-width: 1024px) {
  /* .home  a.video-link::before,
    .home  .theme-section .theme-content a::before {
        color: #ff0000;
        content: attr(data-hover);
        position: absolute;
        opacity: 0;
        text-shadow: 0 0 1px rgba(255,255,255,0.3);
        -webkit-transform: scale(1.1) translateX(10px) translateY(-10px) rotate(4deg);
        -moz-transform: scale(1.1) translateX(10px) translateY(-10px) rotate(4deg);
        transform: scale(1.1) translateX(10px) translateY(-10px) rotate(4deg);
        -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
        -moz-transition: -moz-transform 0.3s, opacity 0.3s;
        transition: transform 0.3s, opacity 0.3s;
        pointer-events: none;
    }
    
    .home  a.video-link:hover::before,
    .home  a.video-link:focus::before,
    .home  .theme-section .theme-content a:hover::before,
    .home  .theme-section .theme-content a:focus::before {
        -webkit-transform: scale(1) translateX(0px) translateY(0px) rotate(0deg);
        -moz-transform: scale(1) translateX(0px) translateY(0px) rotate(0deg);
        transform: scale(1) translateX(0px) translateY(0px) rotate(0deg);
        opacity: 1;
    }*/ }

.themes-mobile {
  width: 100%;
  float: left;
  height: auto;
  padding-top: 76px;
  display: none;
  margin-top: 0;
  padding-bottom: 31px; }
  .themes-mobile .themes-heading {
    position: relative;
    z-index: 1;
    font-size: 75px;
    margin-bottom: 49px !important; }
  .themes-mobile .themes-links {
    margin-top: 0;
    margin-bottom: 82px; }
  .themes-mobile .themes-mobile a.white-link:nth-child(1) {
    margin-bottom: 11px; }
  .themes-mobile .themes-mobile a.white-link:nth-child(2) {
    margin-bottom: 7px; }
  .themes-mobile .swap-wrapper {
    margin: 0 auto;
    max-width: 100%;
    margin-bottom: 33px; }
  .themes-mobile .swap-wrapper > ul {
    margin: 0 auto; }

.elasticstack li {
  list-style-type: none; }
  .elasticstack li img {
    display: block; }

.elasticstack {
  position: relative;
  padding: 0;
  width: 265px;
  max-width: 265px;
  margin: 0 auto;
  height: 392px;
  list-style: none;
  -webkit-perspective: 1000px;
  -webkit-perspective-origin: 50% 150%;
  perspective: 1000px;
  perspective-origin: 50% 150%; }

.elasticstack li {
  position: absolute;
  z-index: 1;
  width: 265px;
  height: 392px;
  box-shadow: 0 10px 7px -7px rgba(0, 0, 0, 0.12), 0 0 4px rgba(0, 0, 0, 0.1);
  opacity: 0;
  cursor: pointer;
  -webkit-transform: translate3d(0, 0, -180px);
  transform: translate3d(0, 0, -180px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.elasticstack li.animate {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.elasticstack li.move-back {
  /* http://matthewlein.com/ceaser/ */
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.47, 1);
  /* older webkit */
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.47, 1.515);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.47, 1.515); }

@media screen and (max-width: 1024px) {
  .themes-mobile {
    display: block; }
    .themes-mobile .themes-links {
      margin-bottom: 83px; }
      .themes-mobile .themes-links:after {
        content: '';
        display: table;
        clear: both; }
    .themes-mobile .swap-wrapper {
      float: left;
      width: 100%;
      position: relative; }
    .themes-mobile .themes-heading {
      margin-bottom: 50px !important; }
    .themes-mobile.themes {
      padding-bottom: 55px; }
      .themes-mobile.themes .white-link {
        font-size: 40px; }
  .themes-mobile.themes .white-link:nth-child(1) {
    margin-bottom: 11px; }
  .themes-mobile.themes .white-link:nth-child(2) {
    margin-bottom: 6px; }
  .themes-mobile.themes .white-link:nth-child(3) {
    margin-bottom: 0; } }

.toggleIt {
  transform: rotate(-14deg) translate3d(0px, 0px, 0px) !important;
  -webkit-transform: rotate(-14deg) translate3d(0px, 0px, 0px) !important;
  -moz-transform: rotate(-14deg) translate3d(0px, 0px, 0px) !important;
  -webkit-transform-origin: 0px 100%;
          transform-origin: 0px 100%;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease; }

.toggleIt {
  -webkit-transform: translate3d(-20px, 20px, 0px) !important;
          transform: translate3d(-20px, 20px, 0px) !important; }

.elasticstack li:nth-child(1) {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }

/* Mobile second slider font styles */
.p-content-two-bold {
  font-weight: bold !important; }

.p-content-two {
  font-weight: 600 !important; }

/** ** */
.section-blue-slide-mob .slide-still-image + div[data-fade-anim] .sl-content > i {
  font-family: Overpass;
  font-style: normal;
  font-weight: 900;
  line-height: 27.6px; }

.section-blue-slide-mob .slide-still-image + div[data-fade-anim] .sl-content > i + b {
  font-family: 'Droulers WEB';
  font-weight: normal !important;
  font-style: italic;
  font-size: 24px;
  line-height: 27px;
  margin-bottom: 2px; }

.section-blue-slide-mob .slide-still-image + div[data-fade-anim] .sl-content > i + b + p.p-content-two {
  font-family: 'Overpass';
  font-weight: 600 !important;
  line-height: 28.8px;
  margin-bottom: 2px; }

.section-blue-slide-mob .slide-still-image + div[data-fade-anim] .sl-content > i + b + p.p-content-two + i.bold-italics {
  font-family: 'Overpass';
  font-weight: 200;
  line-height: 31px; }

.section-blue-slide-mob .slide-still-image + div[data-fade-anim] .sl-content > i + b + p.p-content-two + i.bold-italics + b.bold-heavy {
  font-family: 'Cormorant';
  font-style: italic;
  font-weight: bold !important;
  line-height: 30px;
  margin-top: -8px; }

.section-blue-slide-mob .slide-still-image + div[data-fade-anim] .sl-content > i + b + p.p-content-two + i.bold-italics + b.bold-heavy + .p-content-two-bold {
  text-transform: uppercase !important;
  font-family: 'Overpass';
  font-weight: bold !important;
  line-height: 30px;
  margin-top: -1px; }

/****************************************/
/* desktop version */
.blue-slide-container > div[data-fade-anim] .sl-content:nth-child(2) > i {
  font-family: Overpass;
  font-style: normal;
  font-weight: 900; }

.blue-slide-container > div[data-fade-anim] .sl-content:nth-child(2) > i + b {
  font-family: 'Droulers WEB';
  font-weight: normal !important;
  margin-bottom: 2px; }

.blue-slide-container > div[data-fade-anim] .sl-content:nth-child(2) > i + b + p.p-content-two {
  font-family: 'Overpass';
  font-weight: 600 !important;
  margin-bottom: 2px;
  text-transform: uppercase !important; }

.blue-slide-container > div[data-fade-anim] .sl-content:nth-child(2) > i + b + p.p-content-two + i.bold-italics {
  font-family: 'Overpass';
  font-weight: 200; }

.blue-slide-container > div[data-fade-anim] .sl-content:nth-child(2) > i + b + p.p-content-two + i.bold-italics + b.bold-heavy {
  font-family: 'Cormorant';
  font-style: italic;
  font-weight: bold !important;
  margin-top: -8px; }

.blue-slide-container > div[data-fade-anim] .sl-content:nth-child(2) > i + b + p.p-content-two + i.bold-italics + b.bold-heavy + .p-content-two-bold {
  text-transform: uppercase !important;
  font-family: 'Overpass';
  font-weight: bold !important;
  margin-top: -1px; }

@media screen and (min-width: 1025px) {
  .section-blue-slide-mob {
    display: none; }
  .slide-contents-mob .sl-content {
    -webkit-filter: blur(0) !important;
            filter: blur(0) !important;
    display: block !important;
    opacity: 1 !important;
    animation: none !important;
    -webkit-animation: none !important; }
  .slide-contents-mob .sl-content,
  .slide-contents-mob .slide-still-image {
    position: relative;
    top: unset;
    top: auto;
    left: unset;
    left: auto; }
  /* first slider */
  .blue-slide-container > div[data-fade-anim="true"] i + b + p + i.bold-italics {
    margin-top: -6px !important; }
  .blue-slide-container > div[data-fade-anim="true"] i + b + p + i.bold-italics + b.bold-heavy {
    line-height: 40px;
    margin-top: 5px; }
  .blue-slide-container {
    padding-top: 15px !important; } }

.slide-contents-mob .sl-content {
  max-width: 295px;
  margin: 0 auto;
  text-align: left; }

.slide-contents-mob {
  text-align: center; }

.slide-contents-mob .slide-still-image {
  right: unset;
  right: auto;
  margin: 0 auto;
  text-align: center;
  float: none;
  margin-bottom: 0;
  background-size: cover !important;
  /*! width: auto; */ }

@media screen and (max-width: 1024px) {
  .section-blue-slide-mob {
    display: inline-block; }
  .section-blue-slide-mob .blue-slide-container {
    padding-top: 0; }
  .slide-contents-mob {
    margin-left: 0;
    margin-top: 0; }
  .slide-contents-mob .sl-content {
    max-width: 375px;
    margin: 0 auto;
    text-align: left;
    margin-bottom: 25px;
    display: none;
    opacity: 0;
    -webkit-filter: blur(70px);
    filter: blur(70px); }
    .slide-contents-mob .sl-content.active {
      -webkit-filter: blur(70px);
      filter: blur(70px);
      display: block;
      opacity: 1;
      -webkit-animation: sl-content-fadein 1s forwards;
      animation: sl-content-fadein 1s forwards; }
  .section-blue-slide-mob .video-link {
    margin-top: 1px;
    margin-bottom: 53px;
    -webkit-text-stroke: 0.5px #001aff;
    font-family: Overpass;
    font-size: 27px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.99px;
    text-align: center;
    color: #ff0000 !important;
    text-transform: uppercase; }
  .home .section-blue-slide-mob div[data-fade-anim] {
    min-height: 213px;
    position: relative;
    margin-top: 17px !important;
    margin-bottom: 0 !important;
    margin-bottom: 0; }
  .home.mac-body {
    /* For imac */
    /* for bottom para*/ }
    .home.mac-body .section-blue-slide-mob div[data-fade-anim] {
      min-height: 247px;
      margin-top: -4px !important; }
    .home.mac-body .slide-contents-mob .sl-content.active > i,
    .home.mac-body .slide-contents-mob .sl-content.active > b,
    .home.mac-body .slide-contents-mob .sl-content.active > p,
    .home.mac-body .slide-contents-mob .sl-content.active > h6 {
      line-height: 24px; }
    .home.mac-body .slide-contents-mob .sl-content.active > i + b {
      margin-bottom: 6px !important; }
    .home.mac-body .slide-contents-mob .sl-content.active > i + b + p {
      margin-bottom: 8px !important; }
    .home.mac-body .slide-contents-mob .sl-content.active > i + b + p + i.bold-italics {
      margin-bottom: 6px !important;
      margin-left: 0 !important; }
    .home.mac-body .section-blue-slide-mob .slide-still-image + div[data-fade-anim] .sl-content.active > i {
      margin-bottom: 5px; }
    .home.mac-body .section-blue-slide-mob .slide-still-image + div[data-fade-anim] .sl-content.active > i + b {
      margin-bottom: 1px !important; }
    .home.mac-body .section-blue-slide-mob .slide-still-image + div[data-fade-anim] .sl-content.active > i + b:nth-of-type(1) {
      margin-bottom: 8px !important; }
    .home.mac-body .section-blue-slide-mob .slide-still-image + div[data-fade-anim] .sl-content.active > i + b + p.p-content-two {
      margin-bottom: 0px !important; }
    .home.mac-body .section-blue-slide-mob .slide-still-image + div[data-fade-anim] .sl-content.active > i + b + p.p-content-two + i.bold-italics + b {
      margin-bottom: 0px !important; }
    .home.mac-body .section-blue-slide-mob .slide-still-image + div[data-fade-anim] .sl-content.active > i + b + p.p-content-two + i.bold-italics + b + b {
      margin-top: -2px !important; }
    .home.mac-body .section-blue-slide-mob .slide-still-image + div[data-fade-anim] {
      min-height: 224px !important; }
    .home.mac-body .section-blue-slide-mob .video-link {
      margin-top: 0 !important;
      transform: translateY(-16px);
      -webkit-transform: translateY(-16px);
      -moz-transform: translateY(-16px);
      margin-bottom: 10px; }
  .section-blue-slide-mob .slide-still-image {
    padding-bottom: 0; }
  .section-blue-slide-mob .slide-still-image + div[data-fade-anim] {
    margin-top: 1px;
    margin-bottom: 34px !important;
    margin-top: 11px !important;
    min-height: 194px; }
  .slide-contents-mob .sl-content.active > i {
    margin-left: 3px; }
  .slide-contents-mob .sl-content.active > b {
    margin-left: 2px; }
  .section-blue-slide-mob .slide-still-image + div[data-fade-anim] .sl-content > i + b {
    margin-bottom: 6px !important; }
  .section-blue-slide-mob .slide-still-image + div[data-fade-anim] .sl-content > i + b + p.p-content-two {
    text-transform: uppercase; } }

@media screen and (max-width: 460px) {
  .slide-contents-mob .sl-content {
    max-width: 375px;
    margin: 0 auto;
    text-align: left;
    margin-left: 8px; } }

@media screen and (min-width: 1025px) {
  .home.mac-body .slide-contents[data-fade-anim=true] .sl-content i,
  .home.mac-body .slide-contents[data-fade-anim=true] .sl-content b,
  .home.mac-body .slide-contents[data-fade-anim=true] .sl-content p,
  .home.mac-body .slide-contents[data-fade-anim=true] .sl-content h6 {
    line-height: 25px; }
  .home.mac-body .slide-contents[data-fade-anim=true] .sl-content > i {
    margin-bottom: 18px; }
  .home.mac-body .slide-contents[data-fade-anim=true] .sl-content > i + b {
    margin-bottom: 24px !important;
    margin-top: 0 !important; }
  .home.mac-body .slide-contents[data-fade-anim=true] .sl-content > i + b + p {
    margin-bottom: 30px; }
  .home.mac-body .slide-contents[data-fade-anim=true] .sl-content i + b + p + i + .bold-heavy {
    margin-bottom: 15px !important; }
  .home.mac-body .slide-contents[data-fade-anim=true] .sl-content i + b + p + i + .bold-heavy + b.p-content-two-bold {
    margin-top: 25px !important; }
  .home.mac-body .blue-slide-container > div[data-fade-anim] .sl-content:nth-child(2) > i + b + p.p-content-two {
    margin-bottom: 30px !important; }
  .home.mac-body .slide-contents[data-fade-anim=true] .sl-content i + b + p + i.bold-italics {
    margin-bottom: 26px !important; } }

.home .picture-slider.speakers {
  background: #ffffff;
  background: url("../images/extras/orange-stoke.png") no-repeat !important;
  background-size: cover !important;
  padding-top: 131px !important;
  padding-left: 64px !important;
  padding-bottom: 0 !important;
  z-index: 3;
  position: relative; }
  .home .picture-slider.speakers h2 {
    margin-bottom: 118px !important;
    padding-left: 83px !important; }
  .home .picture-slider.speakers h2 span {
    transform: translateY(28px);
    -webkit-transform: translateY(28px);
    -moz-transform: translateY(28px);
    padding-left: 230px;
    -webkit-text-stroke: 2.5px #000000;
    color: transparent; }
  .home .picture-slider.speakers .picture-slider-wrap .picture-slide h4 {
    padding-top: 40px;
    padding-bottom: 12px; }
  .home .picture-slider.speakers .picture-slider-wrap .picture-slide h4 br {
    content: "";
    margin: 2.4px 0;
    display: block;
    font-size: 0; }
  .home .picture-slider.speakers .picture-slider-wrap .picture-slide p {
    padding-bottom: 9px; }
  .home .picture-slider.speakers .picture-slider-wrap .mt-1 img {
    margin-top: 54px; }
  .home .picture-slider.speakers .video-link {
    font-family: Overpass;
    font-size: 50px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 70px;
    letter-spacing: -1.83px;
    text-align: center;
    color: #ff0000;
    text-transform: uppercase;
    margin-top: 128px;
    margin-bottom: 150px;
    -webkit-text-stroke: 1px #001aff;
    color: #ff0000 !important; }
    .home .picture-slider.speakers .video-link:hover {
      -webkit-text-stroke: 1.5px #001aff !important;
      color: #ff0000 !important;
      text-decoration: none; }

@media screen and (max-width: 1024px) {
  .home .picture-slider.speakers {
    padding-left: 0;
    padding-top: 69px !important;
    background: url("../images/extras/orange-mobile-bg.png") no-repeat !important; }
  .home .picture-slider.speakers .picture-slide {
    max-width: 293px;
    overflow: hidden;
    margin-top: 0;
    margin: 0 auto; }
    .home .picture-slider.speakers .picture-slide img {
      margin-top: 0 !important;
      height: 406px;
      width: auto; }
  html .home.page-template-default.page .picture-slider.speakers .picture-slide {
    max-width: 293px !important;
    overflow: hidden;
    margin-top: 0;
    margin: 0 auto; }
  .home.page-template-default .picture-slider.speakers .picture-slide {
    max-width: 293px; }
  .home .picture-slider.speakers .picture-slider-wrap .picture-slide h4 {
    font-size: 42px;
    line-height: normal;
    letter-spacing: -1.53px;
    padding-top: 26px;
    padding-bottom: 12px;
    line-height: 35px;
    max-width: 284px;
    margin-bottom: 0 !important; }
  .home .picture-slider.speakers .picture-slider-wrap .picture-slide p {
    font-size: 21.5px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.16;
    letter-spacing: -0.78px;
    padding-bottom: 11px; }
  .home .picture-slider.speakers .picture-slider-wrap .picture-slide h5 {
    font-family: 'Droulers WEB';
    font-size: 37px;
    font-weight: normal;
    font-stretch: normal;
    font-style: italic;
    line-height: normal;
    letter-spacing: -1.35px;
    color: #000000;
    padding-bottom: 55px; }
  .home .picture-slider.speakers .picture-slider-wrap .picture-slide h4 br {
    content: "";
    margin: 0;
    display: block;
    font-size: 0; }
  .home .picture-slider.speakers h2 {
    padding-left: 0;
    font-family: Cormorant;
    font-size: 100px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.17;
    letter-spacing: -3.65px;
    text-align: center;
    color: #000000;
    margin-bottom: 11px !important; }
    .home .picture-slider.speakers h2 span {
      -webkit-text-stroke: 0.9px #001aff;
      font-family: Overpass;
      font-size: 26px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: -0.95px;
      color: #ffffff;
      padding-left: 0;
      -webkit-transform: translateY(-15px);
              transform: translateY(-15px); }
  .home .picture-slider.speakers .video-link {
    line-height: 59px;
    -webkit-text-stroke: 0.5px #001aff;
    font-family: Overpass;
    font-size: 27px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.99px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 154px;
    margin-bottom: 74px !important; }
  html .home .picture-slider.speakers h2 {
    margin-bottom: 11px !important; }
  .home .new-letter.news-letter-mid h4 {
    margin-bottom: 25px !important; } }

/* slider */
.home .picture-slider .picture-slider-wrap .picture-slide.mt-1 {
  max-width: 312px;
  overflow: hidden; }

.home .picture-slider .picture-slider-wrap .picture-slide.mt-2 {
  max-width: 312px;
  overflow: hidden; }

.home .picture-slider .picture-slider-wrap .picture-slide.mt-3 {
  max-width: 355px;
  overflow: hidden; }
  .home .picture-slider .picture-slider-wrap .picture-slide.mt-3 img {
    margin-top: 54px; }

.home .picture-slider .picture-slider-wrap .picture-slide.mt-4 {
  max-width: 445px;
  overflow: hidden; }

@media screen and (min-width: 1441px) {
  .home .picture-slider.speakers {
    background-size: cover !important; } }

@media screen and (max-width: 1439px) {
  .home .picture-slider.speakers {
    background-size: cover !important; } }

.home .theme-section {
  background-size: 113% 128% !important; }
  .home .theme-section .theme-content h3 {
    padding-bottom: 52px; }
  .home .theme-section .theme-content a {
    -webkit-text-stroke: 1px #001aff !important; }

.theme-section {
  float: left;
  width: 100%;
  padding-top: 164px;
  padding-bottom: 191px;
  background: url("../images/theme-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 0;
  overflow-x: hidden;
  background-size: 113% 128%;
  background-position: center center; }
  .theme-section .container {
    max-width: 1256px;
    padding: 0 26px;
    padding-right: 7px; }
  .theme-section .theme-content {
    transform: translateY(-23px);
    -webkit-transform: translateY(-23px);
    -moz-transform: translateY(-23px); }
    .theme-section .theme-content h3 {
      font-family: Cormorant;
      font-size: 151px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: 0.22;
      letter-spacing: -5.51px;
      color: #000000;
      padding-bottom: 54px;
      margin-bottom: 8px; }
      .theme-section .theme-content h3 span {
        -webkit-text-stroke: 2.6px #001aff;
        font-family: Overpass;
        font-size: 80px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: -2.92px;
        color: #ffffff;
        padding-left: 66px;
        transform: translateY(-4px);
        -webkit-transform: translateY(-4px);
        -moz-transform: translateY(-4px);
        display: inline-block; }
    .theme-section .theme-content p {
      max-width: 413px;
      font-family: Overpass;
      font-size: 28px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: 33px;
      letter-spacing: -1.02px;
      text-align: center;
      color: #000000;
      padding-bottom: 30px; }
    .theme-section .theme-content a {
      font-family: "Overpass";
      font-size: 50px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: -1.83px;
      text-align: center;
      color: #ff0000 !important;
      text-decoration: none !important;
      text-transform: uppercase;
      text-align: center;
      display: inline-block;
      width: 100%;
      padding-left: 79px;
      text-align: left;
      -webkit-text-stroke: 1px #ff0000;
      display: inline-block !important;
      width: auto !important; }
      .theme-section .theme-content a:hover {
        -webkit-text-stroke: 1px #ff0000;
        text-decoration: none; }
  .theme-section .theme-cards {
    float: left;
    width: 100%; }
    .theme-section .theme-cards .theme-card {
      max-width: 217px;
      margin-right: 20px;
      float: left; }
      .theme-section .theme-cards .theme-card:nth-child(3) {
        margin-right: 0; }
      .theme-section .theme-cards .theme-card img {
        width: 100%;
        padding-bottom: 9px;
        height: 321px; }
      .theme-section .theme-cards .theme-card p {
        font-family: "Overpass";
        font-size: 19.9px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: -0.73px;
        color: #000000;
        text-decoration: underline;
        -webkit-text-stroke: 0.5px #000000;
        -webkit-text-fill-color: #000000; }
      .theme-section .theme-cards .theme-card:nth-child(4) {
        display: none; }
        @media (max-width: 1024px) {
          .theme-section .theme-cards .theme-card:nth-child(4) {
            display: block; } }

.theme-cards-wrapper {
  padding: 0;
  padding-left: 26px; }

@media screen and (min-width: 1441px) {
  .theme-section .container {
    padding: 0; } }

.theme-section .theme-cards .theme-card p {
  position: relative;
  text-decoration: none; }
  .theme-section .theme-cards .theme-card p:after {
    content: attr(data-title);
    border-bottom: 2px solid #000000; }

.theme-section .theme-cards .theme-card p:hover,
.theme-section .theme-cards .theme-card a:hover {
  text-decoration: none; }

@media screen and (max-width: 1024px) {
  .theme-section {
    padding-bottom: 101px; }
    .theme-section .container {
      max-width: 328px;
      padding: 0;
      padding: 0 0 0 32px !important; }
  .theme-section .theme-cards .theme-card {
    max-width: 144px; }
    .theme-section .theme-cards .theme-card img {
      height: 213px;
      max-width: none; }
  .theme-heading-wrapper,
  .theme-cards-wrapper {
    max-width: 100%;
    width: 100%;
    -webkit-box-flex: 0 !important;
            flex: none !important;
    padding-left: 0; }
  .theme-heading-wrapper {
    position: static; }
  .theme-cards-wrapper {
    margin-bottom: 53px; }
  .theme-section .theme-content p + a {
    display: inline-block;
    position: absolute;
    bottom: 71px;
    left: 0;
    -webkit-text-stroke: 0.5px #001aff !important;
    font-family: Overpass;
    font-size: 27px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.99px;
    text-align: center;
    color: #ff0000;
    padding-left: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%); }
  .theme-section .theme-cards .theme-card {
    margin-right: 0; }
  .theme-section .theme-content h3 {
    font-family: Cormorant;
    font-size: 100px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 8.7px;
    letter-spacing: -3.65px;
    color: #000000;
    padding-bottom: 31px; }
    .theme-section .theme-content h3 span {
      -webkit-text-stroke: 1.5px #001aff;
      font-family: Overpass;
      font-size: 26px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: -0.95px;
      color: #ffffff;
      transform: translateY(-13px);
      -webkit-transform: translateY(-13px);
      -moz-transform: translateY(-13px); }
  .theme-section .theme-content p {
    font-family: Overpass;
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 23.6px;
    letter-spacing: -0.88px;
    color: #000000;
    text-align: left;
    padding-bottom: 19px; }
  .theme-section .theme-cards .theme-card p {
    font-family: Overpass;
    font-size: 13.2px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.48px;
    color: #000000;
    position: relative;
    text-decoration: none; }
    .theme-section .theme-cards .theme-card p:after {
      content: attr(data-title);
      border-bottom: 2px solid #000000; }
  .theme-section .theme-cards .theme-card p:hover,
  .theme-section .theme-cards .theme-card a:hover {
    text-decoration: none; }
  .theme-section .theme-cards .theme-card:nth-child(odd) {
    margin-right: 25px; }
  .theme-section .theme-cards .theme-card:nth-child(even) {
    margin-right: 0; }
  .theme-section .theme-cards .theme-card img {
    padding-bottom: 4px; }
  .home .theme-section .theme-content h3 span {
    transform: translateY(-11px);
    -webkit-transform: translateY(-11px);
    -moz-transform: translateY(-11px);
    padding-left: 56px !important; }
  .home .theme-section {
    padding-bottom: 104px !important; }
  .home .theme-section .theme-content p + a {
    bottom: 71px; } }

@media screen and (max-width: 1024px) {
  .home .theme-section {
    padding-top: 35px !important; }
  .home .theme-content {
    transform: none !important;
    -webkit-transform: none !important;
    -moz-transform: none !important; }
  .home .theme-section .theme-content h3 span {
    -webkit-text-stroke: 0.9px #001aff; } }

@media screen and (min-width: 1024px) {
  /* Home article animation */
  .home .theme-section .theme-cards .theme-card img {
    -webkit-transition: -webkit-transform 0.6s;
    transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; }
  .home .theme-section .theme-cards .theme-card:hover img {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg); } }

@media screen and (min-width: 1280px) {
  .home .theme-section .container {
    padding-left: 46px; } }

@media screen and (min-width: 1025px) {
  .home .theme-section .theme-content a {
    margin-left: 79px;
    padding-left: 0; } }

@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .guide-two-list .guide-heading {
    font-size: 150px;
    max-width: 670px; }
  .guide-two-list .guide-heading b {
    font-size: 40px; }
  .guide-two-list-rel .video-link {
    font-size: 30px; }
  .guide-two-list {
    padding-left: 47px;
    padding-right: 47px;
    padding-top: 237px; }
  .guide-absolute .guide-para {
    max-width: 392px; }
  .guide-absolute .guide-image {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0); } }

@media screen and (min-width: 1025px) and (max-width: 1200px) {
  .home .theme-section .theme-content h3 {
    font-size: 111px;
    text-align: center; }
  .home .theme-section .theme-content h3 span {
    padding-left: 97px;
    font-size: 60px;
    text-align: left;
    display: block; } }

@media screen and (min-width: 1280px) and (max-width: 1399px) {
  .guide-two-list .guide-heading {
    font-size: 180px;
    max-width: 670px; }
  .guide-two-list .guide-heading b {
    font-size: 80px; }
  .guide-two-list-rel .guide-para {
    font-size: 30px; }
  .guide-two-list-rel .video-link {
    font-size: 40px; }
  .guide-two-list {
    padding-left: 47px;
    padding-right: 47px;
    padding-top: 237px; } }

@media screen and (min-width: 1025px) and (max-width: 1439px) {
  .section-statement-container b.flip-over-text {
    position: relative;
    background: #000000;
    font-family: Modak;
    transform: translateY(-7px);
    -webkit-transform: translateY(-7px);
    -moz-transform: translateY(-7px);
    height: 82px;
    line-height: 95px;
    -webkit-text-stroke: 1.5px #ffffff;
    font-family: Modak;
    display: inline-block;
    font-size: 90px;
    font-style: normal;
    margin-left: 15px; } }

/*

*****************************************************************************************

*/
@media screen and (max-width: 374px) {
  .themes h3.themes-heading,
  html .home .picture-slider.speakers h2,
  .theme-section .theme-content h3,
  .guide-two-list .guide-heading,
  .watch-our-videos .guide-heading {
    font-size: 80px !important;
    width: 100%; }
  .section-statement-container h2,
  .statement-container .b-first,
  .statement-container .b-second,
  .flip-over-text {
    line-height: 40px;
    font-size: 30px !important; }
  html .home .picture-slider.speakers h2 {
    font-size: 70px !important; }
  .home .picture-slider.speakers .picture-slider-wrap .picture-slide h4 {
    font-size: 30px;
    margin-bottom: 0px !important; }
  .home .picture-slider.speakers .picture-slider-wrap .picture-slide p {
    padding-bottom: 0px !important; }
  .home .picture-slider.speakers .picture-slider-wrap .picture-slide img {
    height: auto; }
  .home .section-blue-slide + .theme-section .container,
  .home .section-blue-slide + .theme-section .container .theme-heading-wrapper,
  .home .section-blue-slide + .theme-section .container .theme-cards-wrapper {
    padding-left: 15px !important;
    padding-right: 15px !important; }
  .home .section-blue-slide + .theme-section .container .theme-cards-wrapper .theme-cards {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center; }
  .home .section-blue-slide + .theme-section .container .theme-cards-wrapper .theme-card {
    margin: 0 !important;
    max-width: 217px; }
  .home .section-blue-slide + .theme-section .container .theme-cards-wrapper .theme-card img {
    height: auto; }
  .guide-two-list .guide-heading {
    font-size: 60px !important; }
  html .home .picture-slider.speakers {
    padding-left: 15px !important;
    padding-right: 15px !important; }
  .home .section-blue-slide-mob div[data-fade-anim] {
    padding-left: 15px;
    padding-right: 15px; }
  .slide-contents-mob .sl-content {
    max-width: 290px;
    margin-left: 0; }
  .guide-two-list {
    padding-left: 15px !important;
    padding-right: 15px !important; }
  .guide-two-list .guide-heading {
    top: 70px !important; }
  .home .watch-video-lists {
    padding-left: 15px !important;
    padding-right: 15px !important; }
  .home .watch-video-lists .video-item,
  .home .watch-video-lists .video-content iframe {
    width: 260px !important; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  html .home .picture-slider.speakers h2 span {
    text-shadow: -1px -1px 0px #000000, 1px -1px 0px #000000, -1px 1px 0px #000000, 1px 1px 0px #000000 !important;
    color: #ffffff;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#0000FF,direction=45); }
  .home .theme-section .theme-content h3 span {
    text-shadow: -1px -1px 0px #001aff, 1px -1px 0px #001aff, -1px 1px 0px #001aff, 1px 1px 0px #001aff !important; }
  .home .theme-section .theme-content a {
    text-shadow: -1px -1px 0px #001aff, 1px -1px 0px #001aff, -1px 1px 0px #001aff, 1px 1px 0px #001aff !important; }
  .home .section-video-green .video-link {
    text-shadow: -1px -1px 0px #001aff, 1px -1px 0px #001aff, -1px 1px 0px #001aff, 1px 1px 0px #001aff !important; }
  .home .statement-container .flip-over-text {
    text-shadow: -1px -1px 0px #ffffff, 1px -1px 0px #ffffff, -1px 1px 0px #ffffff, 1px 1px 0px #ffffff !important; }
  .home .section-statement-container .video-link, .home .video-link, .home .guide-two-list-rel .video-link {
    text-shadow: -1px -1px 0px #001aff, 1px -1px 0px #001aff, -1px 1px 0px #001aff, 1px 1px 0px #001aff !important; } }

.firefox-browser .statement-container .flip-over-text,
.edge-browser .statement-container .flip-over-text {
  margin-left: 0; }

@media screen and (min-width: 1024px) {
  .home.mac-body .theme-section .theme-cards .theme-card img {
    padding-bottom: 4px; } }

@media screen and (min-width: 1440px) {
  .home.mac-body .statement-container .b-first {
    padding-top: 0 !important;
    margin-top: 0px;
    margin-bottom: 8px; }
  .home.mac-body .statement-container .b-second {
    margin-top: -3px; }
  .home.mac-body a.white-link:nth-child(3) {
    margin-left: -4px;
    text-transform: inherit;
    line-height: 48px; }
  .home.mac-body .guide-heading-wrap {
    padding-top: 199px; }
  .home.mac-body .guide-absolute .guide-para .p-four {
    max-width: 580px; }
  .home.mac-body .guide-absolute + .inline-link .video-link {
    margin-top: 266px; }
  .home.mac-body .picture-slider.speakers {
    padding-top: 108px !important;
    padding-left: 61px !important; }
  .home.mac-body .picture-slider.speakers .picture-slider-wrap .picture-slide h4 {
    padding-top: 36px; }
  .home.mac-body .picture-slider.speakers .picture-slider-wrap .picture-slide p {
    padding-bottom: 11px; }
  .home.mac-body .picture-slider.speakers .video-link {
    margin-bottom: 156px; }
  .home.mac-body .theme-section .theme-content h3 {
    padding-bottom: 50px; }
  .home.mac-body .theme-section .theme-content p {
    margin-bottom: 8px; }
  .home.mac-body .statement-container .flip-over-text {
    -webkit-text-stroke: 0.1px #ffffff; }
  .safari-browser .statement-container .flip-over-text {
    -webkit-text-stroke: 2px #ffffff !important; } }

.statement-container + div .video-link,
.home .picture-slider.speakers .video-link,
.statement-container + div .video-link,
.guide-two-list-rel .video-link,
.guide-absolute + .inline-link .video-link,
.watch-our-videos .video-link,
.section-video-green .video-link,
.section-blue-slide-mob .video-link {
  position: relative; }

@media screen and (min-width: 1025px) {
  .home .theme-section .theme-content a {
    position: relative; }
  .statement-container + div .video-link:hover,
  .home .picture-slider.speakers .video-link:hover,
  .section-video-green .video-link:hover,
  .home .theme-section .theme-content a:hover,
  .guide-two-list-rel .video-link:hover,
  .guide-absolute + .inline-link .video-link:hover,
  .watch-our-videos .video-link:hover,
  .section-blue-slide-mob .video-link:hover {
    position: relative;
    text-shadow: 0px -2px 4px #001AFF, 0px 2px 4px #001AFF; }
  .statement-container + div .video-link:hover:after,
  .home .picture-slider.speakers .video-link:hover:after,
  .section-video-green .video-link:hover:after,
  .home .theme-section .theme-content a:hover:after,
  .guide-two-list-rel .video-link:hover:after,
  .guide-absolute + .inline-link .video-link:hover:after,
  .watch-our-videos .video-link:hover:after,
  .section-blue-slide-mob .video-link:hover:after {
    content: '';
    box-shadow: 0px -2px 4px #001AFF, 0px 2px 4px #001AFF;
    -webkit-box-shadow: 0px -2px 4px #001AFF, 0px 2px 4px #001AFF;
    -moz-box-shadow: 0px -2px 4px #001AFF, 0px 2px 4px #001AFF; }
  .guide-two-list-rel .video-link:hover:after {
    content: '';
    box-shadow: 0px -2px 4px #001AFF, 0px 2px 4px #001AFF;
    -webkit-box-shadow: 0px -2px 4px #001AFF, 0px 2px 4px #001AFF;
    -moz-box-shadow: 0px -2px 4px #001AFF, 0px 2px 4px #001AFF; } }

.statement-container + div .video-link:after,
.home .picture-slider.speakers .video-link:after,
.section-video-green .video-link:after,
.home .theme-section .theme-content a:after,
.guide-two-list-rel .video-link:after,
.guide-absolute + .inline-link .video-link:after,
.watch-our-videos .video-link:after,
.section-blue-slide-mob .video-link:after {
  content: '';
  width: 100%;
  height: 6px;
  display: inline-block;
  background: #ff0000;
  position: absolute;
  bottom: 9px;
  left: 0;
  border-radius: 2px;
  border: 1px solid #001aff; }

/* for video */
.guide-two-list-rel .video-link {
  position: relative;
  display: inline-block;
  width: auto; }

.guide-two-list-rel .video-link:after {
  content: '';
  width: 100%;
  height: 6px;
  display: inline-block;
  background: #ff0000;
  position: absolute;
  bottom: 26px;
  left: 0;
  border-radius: 2px;
  border: 1px solid #001aff; }
  .guide-two-list-rel .video-link:after:hover {
    content: '';
    box-shadow: 0px -2px 4px #001AFF, 0px 2px 4px #001AFF;
    -webkit-box-shadow: 0px -2px 4px #001AFF, 0px 2px 4px #001AFF;
    -moz-box-shadow: 0px -2px 4px #001AFF, 0px 2px 4px #001AFF; }

.home.mac-body .picture-slider.speakers .video-link:after {
  bottom: 7px; }

.guide-absolute + .inline-link .video-link:after {
  bottom: 13px; }

.section-video-green .video-link:after {
  bottom: 7px; }

.home .theme-section .theme-content a:after {
  bottom: 10px; }

.home.mac-body .watch-our-videos .video-link:after {
  bottom: 14px; }

.home.mac-body .picture-slider.speakers .video-link:after {
  bottom: 7px; }

@media screen and (max-width: 1024px) {
  .statement-container + div .video-link:after,
  .home .picture-slider.speakers .video-link:after,
  .section-video-green .video-link:after,
  .home .theme-section .theme-content a:after,
  .guide-two-list-rel .video-link:after,
  .guide-absolute + .inline-link .video-link:after,
  .watch-our-videos .video-link:after,
  .section-blue-slide-mob .video-link:after {
    display: none !important;
    content: '';
    width: 100%;
    height: 6px;
    display: inline-block;
    background: #ff0000;
    position: absolute;
    bottom: 1px;
    left: 0;
    border-radius: 2px;
    border: 1px solid #001aff; }
  .guide-two-list-rel .video-link:after {
    content: '';
    width: 100%;
    height: 6px;
    display: inline-block;
    background: #ff0000;
    position: absolute;
    bottom: 32px;
    left: 0;
    border-radius: 2px;
    border: 1px solid #001aff; } }

.section-blue-slide-mob .video-link {
  width: auto;
  display: inline-block; }

/* new spec */
@media screen and (max-width: 1024px) {
  .statement-container + div .video-link:after,
  .home .picture-slider.speakers .video-link:after,
  .section-video-green .video-link:after,
  .home .theme-section .theme-content a:after,
  .guide-two-list-rel .video-link:after,
  .guide-absolute + .inline-link .video-link:after,
  .watch-our-videos .video-link:after,
  .section-blue-slide-mob .video-link:after {
    content: '';
    width: 100%;
    height: 6px;
    display: inline-block !important;
    background: #ff0000;
    position: absolute;
    bottom: 0px;
    left: 0;
    border-radius: 2px;
    border: 1px solid #001aff !important; }
  .guide-two-list-rel .video-link:after {
    content: '';
    bottom: 35px !important; } }

@media screen and (max-width: 1024px) {
  .home.mac-body .watch-our-videos .video-link:after {
    content: '';
    bottom: 0 !important; }
  .home.mac-body .guide-two-list-rel .video-link:after {
    content: '';
    bottom: 33px !important; }
  .home.mac-body .picture-slider.speakers .video-link:after {
    content: '';
    bottom: 0px; } }

@media all and (-ms-high-contrast: none), (ms-high-contrast: active) {
  .section-statement-container .video-link,
  .video-link,
  .guide-two-list-rel .video-link {
    text-shadow: -1px -1px 0 #001aff, 1px -1px 0 #001aff, -1px 1px 0 #001aff, 1px 1px 0 #001aff; }
  .guide-absolute .guide-para .guide-red-stroke {
    color: #ffffff;
    text-shadow: -1px -1px 0 #e02020, 1px -1px 0 #e02020, -1px 1px 0 #e02020, 1px 1px 0 #e02020; }
  .guide-heading b {
    color: #ffffff;
    text-shadow: -1px -1px 0 #001aff, 1px -1px 0 #001aff, -1px 1px 0 #001aff, 1px 1px 0 #001aff; }
  .pr-footer-stroke {
    color: #ffffff;
    text-shadow: -1px -1px 0 #e02020, 1px -1px 0 #e02020, -1px 1px 0 #e02020, 1px 1px 0 #e02020; }
  .news-letter-button {
    color: #ffffff;
    text-shadow: -1px -1px 0 #001aff, 1px -1px 0 #001aff, -1px 1px 0 #001aff, 1px 1px 0 #001aff; } }
