.select2-container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle
}

.select2-container .select2-selection--single {
  -webkit-box-sizing: border-box;
  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 {
  -webkit-box-sizing: border-box;
  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 {
  -webkit-box-sizing: border-box;
  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;
  -webkit-box-sizing: border-box;
  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%;
  -webkit-box-sizing: border-box;
  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 {
  -webkit-box-sizing: border-box;
  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__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px
}

.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-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;
  -webkit-box-shadow: none;
  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 #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), to(#eee));
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.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 #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#ccc));
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)
}

.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 #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  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(#fff), color-stop(50%, #eee));
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.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%, #eee), to(#fff));
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  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 #aaa;
  border-radius: 4px;
  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 #aaa;
  outline: 0
}

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

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  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: #fff
}

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

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

.ajax-post-loader-svg {
  display: none
}

@media print,
screen and (min-width: 40em) {

  .reveal,
  .reveal.tiny,
  .reveal.small,
  .section .post-text h3.reveal,
  .reveal.large {
    right: auto;
    left: auto;
    margin: 0 auto
  }
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%
}

body {
  margin: 0
}

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

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

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

a {
  background-color: transparent
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted
}

b,
strong {
  font-weight: bolder
}

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

small {
  font-size: 80%
}

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

sub {
  bottom: -0.25em
}

sup {
  top: -0.5em
}

img {
  border-style: none
}

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

button,
input {
  overflow: visible
}

button,
select {
  text-transform: none
}

button,
[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 {
  border-style: none;
  padding: 0
}

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

fieldset {
  padding: 0.35em 0.75em 0.625em
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}

progress {
  vertical-align: baseline
}

textarea {
  overflow: auto
}

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

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

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

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

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

details {
  display: block
}

summary {
  display: list-item
}

template {
  display: none
}

[hidden] {
  display: none
}

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 100%
}

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

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: 'Muli', sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 3px
}

select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border-radius: 3px
}

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important
}

button {
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 3px;
  background: transparent;
  line-height: 1;
  cursor: auto
}

[data-whatinput='mouse'] button {
  outline: 0
}

pre {
  overflow: auto
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit
}

.is-visible {
  display: block !important
}

.is-hidden {
  display: none !important
}

.row {
  max-width: 90rem;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap
}

.row .row {
  margin-right: -.625rem;
  margin-left: -.625rem
}

@media print,
screen and (min-width: 40em) {
  .row .row {
    margin-right: -.9375rem;
    margin-left: -.9375rem
  }
}

@media print,
screen and (min-width: 1024px) {
  .row .row {
    margin-right: -.9375rem;
    margin-left: -.9375rem
  }
}

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

.row.expanded {
  max-width: none
}

.row.expanded .row {
  margin-right: auto;
  margin-left: auto
}

.row:not(.expanded) .row {
  max-width: none
}

.row.collapse>.column,
.row.collapse>.columns {
  padding-right: 0;
  padding-left: 0
}

.row.is-collapse-child,
.row.collapse>.column>.row,
.row.collapse>.columns>.row {
  margin-right: 0;
  margin-left: 0
}

.column,
.columns {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0px;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  padding-right: .625rem;
  padding-left: .625rem;
  min-width: 0
}

@media print,
screen and (min-width: 40em) {

  .column,
  .columns {
    padding-right: .9375rem;
    padding-left: .9375rem
  }
}

.column.row.row,
.row.row.columns {
  float: none;
  display: block
}

.row .column.row.row,
.row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0
}

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

.small-offset-0 {
  margin-left: 0%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.small-up-1 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.small-up-1>.column,
.small-up-1>.columns {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%
}

.small-up-2 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.small-up-2>.column,
.small-up-2>.columns {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%
}

.small-up-3 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.small-up-3>.column,
.small-up-3>.columns {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333%;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%
}

.small-up-4 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.small-up-4>.column,
.small-up-4>.columns {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%
}

.small-up-5 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.small-up-5>.column,
.small-up-5>.columns {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20%;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%
}

.small-up-6 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.small-up-6>.column,
.small-up-6>.columns {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.66667%;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%
}

.small-up-7 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.small-up-7>.column,
.small-up-7>.columns {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 14.28571%;
  -ms-flex: 0 0 14.28571%;
  flex: 0 0 14.28571%;
  max-width: 14.28571%
}

.small-up-8 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.small-up-8>.column,
.small-up-8>.columns {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 12.5%;
  -ms-flex: 0 0 12.5%;
  flex: 0 0 12.5%;
  max-width: 12.5%
}

.small-collapse>.column,
.small-collapse>.columns {
  padding-right: 0;
  padding-left: 0
}

.small-uncollapse>.column,
.small-uncollapse>.columns {
  padding-right: .625rem;
  padding-left: .625rem
}

@media print,
screen and (min-width: 40em) {
  .medium-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%
  }

  .medium-offset-0 {
    margin-left: 0%
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .medium-up-1 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .medium-up-1>.column,
  .medium-up-1>.columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  .medium-up-2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .medium-up-2>.column,
  .medium-up-2>.columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .medium-up-3 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .medium-up-3>.column,
  .medium-up-3>.columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
  }

  .medium-up-4 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .medium-up-4>.column,
  .medium-up-4>.columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }

  .medium-up-5 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .medium-up-5>.column,
  .medium-up-5>.columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
  }

  .medium-up-6 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .medium-up-6>.column,
  .medium-up-6>.columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
  }

  .medium-up-7 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .medium-up-7>.column,
  .medium-up-7>.columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 14.28571%;
    -ms-flex: 0 0 14.28571%;
    flex: 0 0 14.28571%;
    max-width: 14.28571%
  }

  .medium-up-8 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .medium-up-8>.column,
  .medium-up-8>.columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 12.5%;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%
  }
}

@media print,
screen and (min-width: 40em) and (min-width: 40em) {
  .medium-expand {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px
  }
}

.row.medium-unstack>.column,
.row.medium-unstack>.columns {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%
}

@media print,
screen and (min-width: 40em) {

  .row.medium-unstack>.column,
  .row.medium-unstack>.columns {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px
  }
}

@media print,
screen and (min-width: 40em) {

  .medium-collapse>.column,
  .medium-collapse>.columns {
    padding-right: 0;
    padding-left: 0
  }

  .medium-uncollapse>.column,
  .medium-uncollapse>.columns {
    padding-right: .9375rem;
    padding-left: .9375rem
  }
}

@media print,
screen and (min-width: 1024px) {
  .large-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%
  }

  .large-offset-0 {
    margin-left: 0%
  }

  .large-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 153px;
    -ms-flex: 0 0 153px;
    flex: 0 0 153px;
    max-width: 153px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .large-up-1 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .large-up-1>.column,
  .large-up-1>.columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  .large-up-2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .large-up-2>.column,
  .large-up-2>.columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .large-up-3 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .large-up-3>.column,
  .large-up-3>.columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
  }

  .large-up-4 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .large-up-4>.column,
  .large-up-4>.columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }

  .large-up-5 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .large-up-5>.column,
  .large-up-5>.columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
  }

  .large-up-6 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .large-up-6>.column,
  .large-up-6>.columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
  }

  .large-up-7 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .large-up-7>.column,
  .large-up-7>.columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 14.28571%;
    -ms-flex: 0 0 14.28571%;
    flex: 0 0 14.28571%;
    max-width: 14.28571%
  }

  .large-up-8 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .large-up-8>.column,
  .large-up-8>.columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 12.5%;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%
  }
}

@media print,
screen and (min-width: 1024px) and (min-width: 1024px) {
  .large-expand {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px
  }
}

.row.large-unstack>.column,
.row.large-unstack>.columns {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%
}

@media print,
screen and (min-width: 1024px) {

  .row.large-unstack>.column,
  .row.large-unstack>.columns {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px
  }
}

@media print,
screen and (min-width: 1024px) {

  .large-collapse>.column,
  .large-collapse>.columns {
    padding-right: 0;
    padding-left: 0
  }

  .large-uncollapse>.column,
  .large-uncollapse>.columns {
    padding-right: .9375rem;
    padding-left: .9375rem
  }
}

.shrink {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100%
}

.column-block {
  margin-bottom: 1.25rem
}

.column-block>:last-child {
  margin-bottom: 0
}

@media print,
screen and (min-width: 40em) {
  .column-block {
    margin-bottom: 1.875rem
  }

  .column-block>:last-child {
    margin-bottom: 0
  }
}

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

.align-right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

.align-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}

.align-justify {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.align-spaced {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around
}

.align-left.vertical.menu>li>a {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.align-right.vertical.menu>li>a {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

.align-center.vertical.menu>li>a {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}

.align-top {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start
}

.align-self-top {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start
}

.align-bottom {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end
}

.align-self-bottom {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end
}

.align-middle {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.align-self-middle {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center
}

.align-stretch {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch
}

.align-self-stretch {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch
}

.align-center-middle {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center
}

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

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

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

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

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

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

@media print,
screen and (min-width: 40em) {
  .medium-order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
  }

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

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

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

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

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

@media print,
screen and (min-width: 1024px) {
  .large-order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
  }

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

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

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

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

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

.flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

.flex-child-auto {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto
}

.flex-child-grow {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto
}

.flex-child-shrink {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto
}

.flex-dir-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row
}

.flex-dir-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse
}

.flex-dir-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column
}

.flex-dir-column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse
}

@media print,
screen and (min-width: 40em) {
  .medium-flex-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
  }

  .medium-flex-child-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
  }

  .medium-flex-child-grow {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
  }

  .medium-flex-child-shrink {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
  }

  .medium-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
  }

  .medium-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
  }

  .medium-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .medium-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
  }
}

@media print,
screen and (min-width: 1024px) {
  .large-flex-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
  }

  .large-flex-child-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
  }

  .large-flex-child-grow {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
  }

  .large-flex-child-shrink {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
  }

  .large-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
  }

  .large-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
  }

  .large-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .large-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
  }
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0
}

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility
}

em,
i {
  font-style: italic;
  line-height: inherit
}

strong,
b {
  font-weight: bold;
  line-height: inherit
}

small {
  font-size: 80%;
  line-height: inherit
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility
}

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small {
  line-height: 0;
  color: #cacaca
}

h1,
.h1 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: .5rem
}

h2,
.h2 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: .5rem
}

h3,
.h3 {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: .5rem
}

h4,
.h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: .5rem
}

h5,
.h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: .5rem
}

h6,
.h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: .5rem
}

@media print,
screen and (min-width: 40em) {

  h1,
  .h1 {
    font-size: 3rem
  }

  h2,
  .h2 {
    font-size: 2.5rem
  }

  h3,
  .h3 {
    font-size: 1.9375rem
  }

  h4,
  .h4 {
    font-size: 1.5625rem
  }

  h5,
  .h5 {
    font-size: 1.25rem
  }

  h6,
  .h6 {
    font-size: 1rem
  }
}

a {
  line-height: inherit;
  color: #fb3056;
  text-decoration: none;
  cursor: pointer
}

a:hover,
a:focus {
  color: #fb3056
}

a img {
  border: 0
}

hr {
  clear: both;
  max-width: 90rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0
}

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6
}

li {
  font-size: inherit
}

ul {
  margin-left: 1.25rem;
  list-style-type: disc
}

ol {
  margin-left: 1.25rem
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0
}

dl {
  margin-bottom: 1rem
}

dl dt {
  margin-bottom: .3rem;
  font-weight: bold
}

blockquote {
  margin: 0 0 1rem;
  padding: .5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca
}

blockquote,
blockquote p {
  line-height: 1.6;
  color: #8a8a8a
}

cite {
  display: block;
  font-size: .8125rem;
  color: #8a8a8a
}

cite:before {
  content: "— "
}

abbr,
abbr[title] {
  border-bottom: 1px dotted #0a0a0a;
  cursor: help;
  text-decoration: none
}

figure {
  margin: 0
}

code {
  padding: .125rem .3125rem .0625rem;
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a
}

kbd {
  margin: 0;
  padding: .125rem .25rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #0a0a0a;
  border-radius: 3px
}

.subheader {
  margin-top: .2rem;
  margin-bottom: .5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a
}

.lead {
  font-size: 125%;
  line-height: 1.6
}

.stat {
  font-size: 2.5rem;
  line-height: 1
}

p+.stat {
  margin-top: -1rem
}

ul.no-bullet,
ol.no-bullet {
  margin-left: 0;
  list-style: none
}

.text-left {
  text-align: left
}

.text-right {
  text-align: right
}

.text-center {
  text-align: center
}

.text-justify {
  text-align: justify
}

@media print,
screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left
  }

  .medium-text-right {
    text-align: right
  }

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

  .medium-text-justify {
    text-align: justify
  }
}

@media print,
screen and (min-width: 1024px) {
  .large-text-left {
    text-align: left
  }

  .large-text-right {
    text-align: right
  }

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

  .large-text-justify {
    text-align: justify
  }
}

.show-for-print {
  display: none !important
}

@media print {
  * {
    background: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: black !important;
    text-shadow: none !important
  }

  .show-for-print {
    display: block !important
  }

  .hide-for-print {
    display: none !important
  }

  table.show-for-print {
    display: table !important
  }

  thead.show-for-print {
    display: table-header-group !important
  }

  tbody.show-for-print {
    display: table-row-group !important
  }

  tr.show-for-print {
    display: table-row !important
  }

  td.show-for-print {
    display: table-cell !important
  }

  th.show-for-print {
    display: table-cell !important
  }

  a,
  a:visited {
    text-decoration: underline
  }

  a[href]:after {
    content: " ("attr(href) ")"
  }

  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''
  }

  abbr[title]:after {
    content: " ("attr(title) ")"
  }

  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid
  }

  thead {
    display: table-header-group
  }

  tr,
  img {
    page-break-inside: avoid
  }

  img {
    max-width: 100% !important
  }

  @page {
    margin: 0.5cm
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3
  }

  h2,
  h3 {
    page-break-after: avoid
  }

  .print-break-inside {
    page-break-inside: auto
  }
}

.button,
.contact-form-section .form__button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  border: 1px solid transparent;
  border-radius: 3px;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #1779ba;
  color: #fefefe
}

[data-whatinput='mouse'] .button,
[data-whatinput='mouse'] .contact-form-section .form__button,
.contact-form-section [data-whatinput='mouse'] .form__button {
  outline: 0
}

.button:hover,
.contact-form-section .form__button:hover,
.contact-form-section .form__button:hover span,
.button:focus,
.contact-form-section .form__button:focus,
.contact-form-section .form__button:focus span {
  background-color: #7e00ff;
  color: #fefefe
}

.button.tiny,
.contact-form-section .tiny.form__button {
  font-size: .6rem
}

.button.small,
.section .post-text h3.button,
.section .post-text .contact-form-section h3.form__button,
.contact-form-section .section .post-text h3.form__button,
.contact-form-section .small.form__button {
  font-size: .75rem
}

.button.large,
.contact-form-section .large.form__button {
  font-size: 1.25rem
}

.button.expanded,
.contact-form-section .expanded.form__button {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0
}

.button.primary,
.contact-form-section .primary.form__button {
  background-color: #1779ba;
  color: #fefefe
}

.button.primary:hover,
.contact-form-section .primary.form__button:hover,
.button.primary:focus,
.contact-form-section .primary.form__button:focus {
  background-color: #126195;
  color: #fefefe
}

.button.secondary,
.contact-form-section .secondary.form__button {
  background-color: #767676;
  color: #fefefe
}

.button.secondary:hover,
.contact-form-section .secondary.form__button:hover,
.button.secondary:focus,
.contact-form-section .secondary.form__button:focus {
  background-color: #5e5e5e;
  color: #fefefe
}

.button.success,
.contact-form-section .success.form__button {
  background-color: #3adb76;
  color: #0a0a0a
}

.button.success:hover,
.contact-form-section .success.form__button:hover,
.button.success:focus,
.contact-form-section .success.form__button:focus {
  background-color: #22bb5b;
  color: #0a0a0a
}

.button.warning,
.contact-form-section .warning.form__button {
  background-color: #ffae00;
  color: #0a0a0a
}

.button.warning:hover,
.contact-form-section .warning.form__button:hover,
.button.warning:focus,
.contact-form-section .warning.form__button:focus {
  background-color: #cc8b00;
  color: #0a0a0a
}

.button.alert,
.contact-form-section .alert.form__button {
  background-color: #cc4b37;
  color: #fefefe
}

.button.alert:hover,
.contact-form-section .alert.form__button:hover,
.button.alert:focus,
.contact-form-section .alert.form__button:focus {
  background-color: #a53b2a;
  color: #fefefe
}

.button.disabled,
.contact-form-section .disabled.form__button,
.button[disabled],
.contact-form-section .form__button[disabled] {
  opacity: .25;
  cursor: not-allowed
}

.button.disabled,
.contact-form-section .disabled.form__button,
.button.disabled:hover,
.contact-form-section .disabled.form__button:hover,
.button.disabled:focus,
.contact-form-section .disabled.form__button:focus,
.button[disabled],
.contact-form-section .form__button[disabled],
.button[disabled]:hover,
.contact-form-section .form__button[disabled]:hover,
.button[disabled]:focus,
.contact-form-section .form__button[disabled]:focus {
  background-color: #1779ba;
  color: #fefefe
}

.button.disabled.primary,
.contact-form-section .disabled.primary.form__button,
.button[disabled].primary,
.contact-form-section .form__button[disabled].primary {
  opacity: .25;
  cursor: not-allowed
}

.button.disabled.primary,
.contact-form-section .disabled.primary.form__button,
.button.disabled.primary:hover,
.contact-form-section .disabled.primary.form__button:hover,
.button.disabled.primary:focus,
.contact-form-section .disabled.primary.form__button:focus,
.button[disabled].primary,
.contact-form-section .form__button[disabled].primary,
.button[disabled].primary:hover,
.contact-form-section .form__button[disabled].primary:hover,
.button[disabled].primary:focus,
.contact-form-section .form__button[disabled].primary:focus {
  background-color: #1779ba;
  color: #fefefe
}

.button.disabled.secondary,
.contact-form-section .disabled.secondary.form__button,
.button[disabled].secondary,
.contact-form-section .form__button[disabled].secondary {
  opacity: .25;
  cursor: not-allowed
}

.button.disabled.secondary,
.contact-form-section .disabled.secondary.form__button,
.button.disabled.secondary:hover,
.contact-form-section .disabled.secondary.form__button:hover,
.button.disabled.secondary:focus,
.contact-form-section .disabled.secondary.form__button:focus,
.button[disabled].secondary,
.contact-form-section .form__button[disabled].secondary,
.button[disabled].secondary:hover,
.contact-form-section .form__button[disabled].secondary:hover,
.button[disabled].secondary:focus,
.contact-form-section .form__button[disabled].secondary:focus {
  background-color: #767676;
  color: #fefefe
}

.button.disabled.success,
.contact-form-section .disabled.success.form__button,
.button[disabled].success,
.contact-form-section .form__button[disabled].success {
  opacity: .25;
  cursor: not-allowed
}

.button.disabled.success,
.contact-form-section .disabled.success.form__button,
.button.disabled.success:hover,
.contact-form-section .disabled.success.form__button:hover,
.button.disabled.success:focus,
.contact-form-section .disabled.success.form__button:focus,
.button[disabled].success,
.contact-form-section .form__button[disabled].success,
.button[disabled].success:hover,
.contact-form-section .form__button[disabled].success:hover,
.button[disabled].success:focus,
.contact-form-section .form__button[disabled].success:focus {
  background-color: #3adb76;
  color: #0a0a0a
}

.button.disabled.warning,
.contact-form-section .disabled.warning.form__button,
.button[disabled].warning,
.contact-form-section .form__button[disabled].warning {
  opacity: .25;
  cursor: not-allowed
}

.button.disabled.warning,
.contact-form-section .disabled.warning.form__button,
.button.disabled.warning:hover,
.contact-form-section .disabled.warning.form__button:hover,
.button.disabled.warning:focus,
.contact-form-section .disabled.warning.form__button:focus,
.button[disabled].warning,
.contact-form-section .form__button[disabled].warning,
.button[disabled].warning:hover,
.contact-form-section .form__button[disabled].warning:hover,
.button[disabled].warning:focus,
.contact-form-section .form__button[disabled].warning:focus {
  background-color: #ffae00;
  color: #0a0a0a
}

.button.disabled.alert,
.contact-form-section .disabled.alert.form__button,
.button[disabled].alert,
.contact-form-section .form__button[disabled].alert {
  opacity: .25;
  cursor: not-allowed
}

.button.disabled.alert,
.contact-form-section .disabled.alert.form__button,
.button.disabled.alert:hover,
.contact-form-section .disabled.alert.form__button:hover,
.button.disabled.alert:focus,
.contact-form-section .disabled.alert.form__button:focus,
.button[disabled].alert,
.contact-form-section .form__button[disabled].alert,
.button[disabled].alert:hover,
.contact-form-section .form__button[disabled].alert:hover,
.button[disabled].alert:focus,
.contact-form-section .form__button[disabled].alert:focus {
  background-color: #cc4b37;
  color: #fefefe
}

.button.hollow,
.contact-form-section .hollow.form__button {
  border: 1px solid #1779ba;
  color: #1779ba
}

.button.hollow,
.contact-form-section .hollow.form__button,
.button.hollow:hover,
.contact-form-section .hollow.form__button:hover,
.button.hollow:focus,
.contact-form-section .hollow.form__button:focus {
  background-color: transparent
}

.button.hollow.disabled,
.contact-form-section .hollow.disabled.form__button,
.button.hollow.disabled:hover,
.contact-form-section .hollow.disabled.form__button:hover,
.button.hollow.disabled:focus,
.contact-form-section .hollow.disabled.form__button:focus,
.button.hollow[disabled],
.contact-form-section .hollow.form__button[disabled],
.button.hollow[disabled]:hover,
.contact-form-section .hollow.form__button[disabled]:hover,
.button.hollow[disabled]:focus,
.contact-form-section .hollow.form__button[disabled]:focus {
  background-color: transparent
}

.button.hollow:hover,
.contact-form-section .hollow.form__button:hover,
.button.hollow:focus,
.contact-form-section .hollow.form__button:focus {
  border-color: #0c3d5d;
  color: #0c3d5d
}

.button.hollow:hover.disabled,
.contact-form-section .hollow.form__button:hover.disabled,
.button.hollow:hover[disabled],
.contact-form-section .hollow.form__button:hover[disabled],
.button.hollow:focus.disabled,
.contact-form-section .hollow.form__button:focus.disabled,
.button.hollow:focus[disabled],
.contact-form-section .hollow.form__button:focus[disabled] {
  border: 1px solid #1779ba;
  color: #1779ba
}

.button.hollow.primary,
.contact-form-section .hollow.primary.form__button {
  border: 1px solid #1779ba;
  color: #1779ba
}

.button.hollow.primary:hover,
.contact-form-section .hollow.primary.form__button:hover,
.button.hollow.primary:focus,
.contact-form-section .hollow.primary.form__button:focus {
  border-color: #0c3d5d;
  color: #0c3d5d
}

.button.hollow.primary:hover.disabled,
.contact-form-section .hollow.primary.form__button:hover.disabled,
.button.hollow.primary:hover[disabled],
.contact-form-section .hollow.primary.form__button:hover[disabled],
.button.hollow.primary:focus.disabled,
.contact-form-section .hollow.primary.form__button:focus.disabled,
.button.hollow.primary:focus[disabled],
.contact-form-section .hollow.primary.form__button:focus[disabled] {
  border: 1px solid #1779ba;
  color: #1779ba
}

.button.hollow.secondary,
.contact-form-section .hollow.secondary.form__button {
  border: 1px solid #767676;
  color: #767676
}

.button.hollow.secondary:hover,
.contact-form-section .hollow.secondary.form__button:hover,
.button.hollow.secondary:focus,
.contact-form-section .hollow.secondary.form__button:focus {
  border-color: #3b3b3b;
  color: #3b3b3b
}

.button.hollow.secondary:hover.disabled,
.contact-form-section .hollow.secondary.form__button:hover.disabled,
.button.hollow.secondary:hover[disabled],
.contact-form-section .hollow.secondary.form__button:hover[disabled],
.button.hollow.secondary:focus.disabled,
.contact-form-section .hollow.secondary.form__button:focus.disabled,
.button.hollow.secondary:focus[disabled],
.contact-form-section .hollow.secondary.form__button:focus[disabled] {
  border: 1px solid #767676;
  color: #767676
}

.button.hollow.success,
.contact-form-section .hollow.success.form__button {
  border: 1px solid #3adb76;
  color: #3adb76
}

.button.hollow.success:hover,
.contact-form-section .hollow.success.form__button:hover,
.button.hollow.success:focus,
.contact-form-section .hollow.success.form__button:focus {
  border-color: #157539;
  color: #157539
}

.button.hollow.success:hover.disabled,
.contact-form-section .hollow.success.form__button:hover.disabled,
.button.hollow.success:hover[disabled],
.contact-form-section .hollow.success.form__button:hover[disabled],
.button.hollow.success:focus.disabled,
.contact-form-section .hollow.success.form__button:focus.disabled,
.button.hollow.success:focus[disabled],
.contact-form-section .hollow.success.form__button:focus[disabled] {
  border: 1px solid #3adb76;
  color: #3adb76
}

.button.hollow.warning,
.contact-form-section .hollow.warning.form__button {
  border: 1px solid #ffae00;
  color: #ffae00
}

.button.hollow.warning:hover,
.contact-form-section .hollow.warning.form__button:hover,
.button.hollow.warning:focus,
.contact-form-section .hollow.warning.form__button:focus {
  border-color: #805700;
  color: #805700
}

.button.hollow.warning:hover.disabled,
.contact-form-section .hollow.warning.form__button:hover.disabled,
.button.hollow.warning:hover[disabled],
.contact-form-section .hollow.warning.form__button:hover[disabled],
.button.hollow.warning:focus.disabled,
.contact-form-section .hollow.warning.form__button:focus.disabled,
.button.hollow.warning:focus[disabled],
.contact-form-section .hollow.warning.form__button:focus[disabled] {
  border: 1px solid #ffae00;
  color: #ffae00
}

.button.hollow.alert,
.contact-form-section .hollow.alert.form__button {
  border: 1px solid #cc4b37;
  color: #cc4b37
}

.button.hollow.alert:hover,
.contact-form-section .hollow.alert.form__button:hover,
.button.hollow.alert:focus,
.contact-form-section .hollow.alert.form__button:focus {
  border-color: #67251a;
  color: #67251a
}

.button.hollow.alert:hover.disabled,
.contact-form-section .hollow.alert.form__button:hover.disabled,
.button.hollow.alert:hover[disabled],
.contact-form-section .hollow.alert.form__button:hover[disabled],
.button.hollow.alert:focus.disabled,
.contact-form-section .hollow.alert.form__button:focus.disabled,
.button.hollow.alert:focus[disabled],
.contact-form-section .hollow.alert.form__button:focus[disabled] {
  border: 1px solid #cc4b37;
  color: #cc4b37
}

.button.clear,
.contact-form-section .clear.form__button {
  border: 1px solid #1779ba;
  color: #1779ba
}

.button.clear,
.contact-form-section .clear.form__button,
.button.clear:hover,
.contact-form-section .clear.form__button:hover,
.button.clear:focus,
.contact-form-section .clear.form__button:focus {
  background-color: transparent
}

.button.clear.disabled,
.contact-form-section .clear.disabled.form__button,
.button.clear.disabled:hover,
.contact-form-section .clear.disabled.form__button:hover,
.button.clear.disabled:focus,
.contact-form-section .clear.disabled.form__button:focus,
.button.clear[disabled],
.contact-form-section .clear.form__button[disabled],
.button.clear[disabled]:hover,
.contact-form-section .clear.form__button[disabled]:hover,
.button.clear[disabled]:focus,
.contact-form-section .clear.form__button[disabled]:focus {
  background-color: transparent
}

.button.clear:hover,
.contact-form-section .clear.form__button:hover,
.button.clear:focus,
.contact-form-section .clear.form__button:focus {
  border-color: #0c3d5d;
  color: #0c3d5d
}

.button.clear:hover.disabled,
.contact-form-section .clear.form__button:hover.disabled,
.button.clear:hover[disabled],
.contact-form-section .clear.form__button:hover[disabled],
.button.clear:focus.disabled,
.contact-form-section .clear.form__button:focus.disabled,
.button.clear:focus[disabled],
.contact-form-section .clear.form__button:focus[disabled] {
  border: 1px solid #1779ba;
  color: #1779ba
}

.button.clear,
.contact-form-section .clear.form__button,
.button.clear.disabled,
.contact-form-section .clear.disabled.form__button,
.button.clear[disabled],
.contact-form-section .clear.form__button[disabled],
.button.clear:hover,
.contact-form-section .clear.form__button:hover,
.button.clear:hover.disabled,
.contact-form-section .clear.form__button:hover.disabled,
.button.clear:hover[disabled],
.contact-form-section .clear.form__button:hover[disabled],
.button.clear:focus,
.contact-form-section .clear.form__button:focus,
.button.clear:focus.disabled,
.contact-form-section .clear.form__button:focus.disabled,
.button.clear:focus[disabled],
.contact-form-section .clear.form__button:focus[disabled] {
  border-color: transparent
}

.button.clear.primary,
.contact-form-section .clear.primary.form__button {
  border: 1px solid #1779ba;
  color: #1779ba
}

.button.clear.primary:hover,
.contact-form-section .clear.primary.form__button:hover,
.button.clear.primary:focus,
.contact-form-section .clear.primary.form__button:focus {
  border-color: #0c3d5d;
  color: #0c3d5d
}

.button.clear.primary:hover.disabled,
.contact-form-section .clear.primary.form__button:hover.disabled,
.button.clear.primary:hover[disabled],
.contact-form-section .clear.primary.form__button:hover[disabled],
.button.clear.primary:focus.disabled,
.contact-form-section .clear.primary.form__button:focus.disabled,
.button.clear.primary:focus[disabled],
.contact-form-section .clear.primary.form__button:focus[disabled] {
  border: 1px solid #1779ba;
  color: #1779ba
}

.button.clear.primary,
.contact-form-section .clear.primary.form__button,
.button.clear.primary.disabled,
.contact-form-section .clear.primary.disabled.form__button,
.button.clear.primary[disabled],
.contact-form-section .clear.primary.form__button[disabled],
.button.clear.primary:hover,
.contact-form-section .clear.primary.form__button:hover,
.button.clear.primary:hover.disabled,
.contact-form-section .clear.primary.form__button:hover.disabled,
.button.clear.primary:hover[disabled],
.contact-form-section .clear.primary.form__button:hover[disabled],
.button.clear.primary:focus,
.contact-form-section .clear.primary.form__button:focus,
.button.clear.primary:focus.disabled,
.contact-form-section .clear.primary.form__button:focus.disabled,
.button.clear.primary:focus[disabled],
.contact-form-section .clear.primary.form__button:focus[disabled] {
  border-color: transparent
}

.button.clear.secondary,
.contact-form-section .clear.secondary.form__button {
  border: 1px solid #767676;
  color: #767676
}

.button.clear.secondary:hover,
.contact-form-section .clear.secondary.form__button:hover,
.button.clear.secondary:focus,
.contact-form-section .clear.secondary.form__button:focus {
  border-color: #3b3b3b;
  color: #3b3b3b
}

.button.clear.secondary:hover.disabled,
.contact-form-section .clear.secondary.form__button:hover.disabled,
.button.clear.secondary:hover[disabled],
.contact-form-section .clear.secondary.form__button:hover[disabled],
.button.clear.secondary:focus.disabled,
.contact-form-section .clear.secondary.form__button:focus.disabled,
.button.clear.secondary:focus[disabled],
.contact-form-section .clear.secondary.form__button:focus[disabled] {
  border: 1px solid #767676;
  color: #767676
}

.button.clear.secondary,
.contact-form-section .clear.secondary.form__button,
.button.clear.secondary.disabled,
.contact-form-section .clear.secondary.disabled.form__button,
.button.clear.secondary[disabled],
.contact-form-section .clear.secondary.form__button[disabled],
.button.clear.secondary:hover,
.contact-form-section .clear.secondary.form__button:hover,
.button.clear.secondary:hover.disabled,
.contact-form-section .clear.secondary.form__button:hover.disabled,
.button.clear.secondary:hover[disabled],
.contact-form-section .clear.secondary.form__button:hover[disabled],
.button.clear.secondary:focus,
.contact-form-section .clear.secondary.form__button:focus,
.button.clear.secondary:focus.disabled,
.contact-form-section .clear.secondary.form__button:focus.disabled,
.button.clear.secondary:focus[disabled],
.contact-form-section .clear.secondary.form__button:focus[disabled] {
  border-color: transparent
}

.button.clear.success,
.contact-form-section .clear.success.form__button {
  border: 1px solid #3adb76;
  color: #3adb76
}

.button.clear.success:hover,
.contact-form-section .clear.success.form__button:hover,
.button.clear.success:focus,
.contact-form-section .clear.success.form__button:focus {
  border-color: #157539;
  color: #157539
}

.button.clear.success:hover.disabled,
.contact-form-section .clear.success.form__button:hover.disabled,
.button.clear.success:hover[disabled],
.contact-form-section .clear.success.form__button:hover[disabled],
.button.clear.success:focus.disabled,
.contact-form-section .clear.success.form__button:focus.disabled,
.button.clear.success:focus[disabled],
.contact-form-section .clear.success.form__button:focus[disabled] {
  border: 1px solid #3adb76;
  color: #3adb76
}

.button.clear.success,
.contact-form-section .clear.success.form__button,
.button.clear.success.disabled,
.contact-form-section .clear.success.disabled.form__button,
.button.clear.success[disabled],
.contact-form-section .clear.success.form__button[disabled],
.button.clear.success:hover,
.contact-form-section .clear.success.form__button:hover,
.button.clear.success:hover.disabled,
.contact-form-section .clear.success.form__button:hover.disabled,
.button.clear.success:hover[disabled],
.contact-form-section .clear.success.form__button:hover[disabled],
.button.clear.success:focus,
.contact-form-section .clear.success.form__button:focus,
.button.clear.success:focus.disabled,
.contact-form-section .clear.success.form__button:focus.disabled,
.button.clear.success:focus[disabled],
.contact-form-section .clear.success.form__button:focus[disabled] {
  border-color: transparent
}

.button.clear.warning,
.contact-form-section .clear.warning.form__button {
  border: 1px solid #ffae00;
  color: #ffae00
}

.button.clear.warning:hover,
.contact-form-section .clear.warning.form__button:hover,
.button.clear.warning:focus,
.contact-form-section .clear.warning.form__button:focus {
  border-color: #805700;
  color: #805700
}

.button.clear.warning:hover.disabled,
.contact-form-section .clear.warning.form__button:hover.disabled,
.button.clear.warning:hover[disabled],
.contact-form-section .clear.warning.form__button:hover[disabled],
.button.clear.warning:focus.disabled,
.contact-form-section .clear.warning.form__button:focus.disabled,
.button.clear.warning:focus[disabled],
.contact-form-section .clear.warning.form__button:focus[disabled] {
  border: 1px solid #ffae00;
  color: #ffae00
}

.button.clear.warning,
.contact-form-section .clear.warning.form__button,
.button.clear.warning.disabled,
.contact-form-section .clear.warning.disabled.form__button,
.button.clear.warning[disabled],
.contact-form-section .clear.warning.form__button[disabled],
.button.clear.warning:hover,
.contact-form-section .clear.warning.form__button:hover,
.button.clear.warning:hover.disabled,
.contact-form-section .clear.warning.form__button:hover.disabled,
.button.clear.warning:hover[disabled],
.contact-form-section .clear.warning.form__button:hover[disabled],
.button.clear.warning:focus,
.contact-form-section .clear.warning.form__button:focus,
.button.clear.warning:focus.disabled,
.contact-form-section .clear.warning.form__button:focus.disabled,
.button.clear.warning:focus[disabled],
.contact-form-section .clear.warning.form__button:focus[disabled] {
  border-color: transparent
}

.button.clear.alert,
.contact-form-section .clear.alert.form__button {
  border: 1px solid #cc4b37;
  color: #cc4b37
}

.button.clear.alert:hover,
.contact-form-section .clear.alert.form__button:hover,
.button.clear.alert:focus,
.contact-form-section .clear.alert.form__button:focus {
  border-color: #67251a;
  color: #67251a
}

.button.clear.alert:hover.disabled,
.contact-form-section .clear.alert.form__button:hover.disabled,
.button.clear.alert:hover[disabled],
.contact-form-section .clear.alert.form__button:hover[disabled],
.button.clear.alert:focus.disabled,
.contact-form-section .clear.alert.form__button:focus.disabled,
.button.clear.alert:focus[disabled],
.contact-form-section .clear.alert.form__button:focus[disabled] {
  border: 1px solid #cc4b37;
  color: #cc4b37
}

.button.clear.alert,
.contact-form-section .clear.alert.form__button,
.button.clear.alert.disabled,
.contact-form-section .clear.alert.disabled.form__button,
.button.clear.alert[disabled],
.contact-form-section .clear.alert.form__button[disabled],
.button.clear.alert:hover,
.contact-form-section .clear.alert.form__button:hover,
.button.clear.alert:hover.disabled,
.contact-form-section .clear.alert.form__button:hover.disabled,
.button.clear.alert:hover[disabled],
.contact-form-section .clear.alert.form__button:hover[disabled],
.button.clear.alert:focus,
.contact-form-section .clear.alert.form__button:focus,
.button.clear.alert:focus.disabled,
.contact-form-section .clear.alert.form__button:focus.disabled,
.button.clear.alert:focus[disabled],
.contact-form-section .clear.alert.form__button:focus[disabled] {
  border-color: transparent
}

.button.dropdown::after,
.contact-form-section .dropdown.form__button::after {
  display: block;
  width: 0;
  height: 0;
  border: inset .4em;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #fefefe transparent transparent;
  position: relative;
  top: 0.4em;
  display: inline-block;
  float: right;
  margin-left: 1em
}

.button.dropdown.hollow::after,
.contact-form-section .dropdown.hollow.form__button::after,
.button.dropdown.clear::after,
.contact-form-section .dropdown.clear.form__button::after {
  border-top-color: #1779ba
}

.button.dropdown.hollow.primary::after,
.contact-form-section .dropdown.hollow.primary.form__button::after,
.button.dropdown.clear.primary::after,
.contact-form-section .dropdown.clear.primary.form__button::after {
  border-top-color: #1779ba
}

.button.dropdown.hollow.secondary::after,
.contact-form-section .dropdown.hollow.secondary.form__button::after,
.button.dropdown.clear.secondary::after,
.contact-form-section .dropdown.clear.secondary.form__button::after {
  border-top-color: #767676
}

.button.dropdown.hollow.success::after,
.contact-form-section .dropdown.hollow.success.form__button::after,
.button.dropdown.clear.success::after,
.contact-form-section .dropdown.clear.success.form__button::after {
  border-top-color: #3adb76
}

.button.dropdown.hollow.warning::after,
.contact-form-section .dropdown.hollow.warning.form__button::after,
.button.dropdown.clear.warning::after,
.contact-form-section .dropdown.clear.warning.form__button::after {
  border-top-color: #ffae00
}

.button.dropdown.hollow.alert::after,
.contact-form-section .dropdown.hollow.alert.form__button::after,
.button.dropdown.clear.alert::after,
.contact-form-section .dropdown.clear.alert.form__button::after {
  border-top-color: #cc4b37
}

.button.arrow-only::after,
.contact-form-section .arrow-only.form__button::after {
  top: -0.1em;
  float: none;
  margin-left: 0
}

a.button:hover,
.contact-form-section a.form__button:hover,
a.button:focus,
.contact-form-section a.form__button:focus {
  text-decoration: none
}

.responsive-embed,
.flex-video {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden
}

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

.responsive-embed.widescreen,
.flex-video.widescreen {
  padding-bottom: 56.25%
}

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 3px;
  font-size: .8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #1779ba;
  color: #fefefe
}

.label.primary {
  background: #1779ba;
  color: #fefefe
}

.label.secondary {
  background: #767676;
  color: #fefefe
}

.label.success {
  background: #3adb76;
  color: #0a0a0a
}

.label.warning {
  background: #ffae00;
  color: #0a0a0a
}

.label.alert {
  background: #cc4b37;
  color: #fefefe
}

.media-object {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap
}

.media-object img {
  max-width: none
}

@media screen and (max-width: 39.99875em) {
  .media-object.stack-for-small {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

.media-object-section {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto
}

.media-object-section:first-child {
  padding-right: 1rem
}

.media-object-section:last-child:not(:nth-child(2)) {
  padding-left: 1rem
}

.media-object-section>:last-child {
  margin-bottom: 0
}

@media screen and (max-width: 39.99875em) {
  .stack-for-small .media-object-section {
    padding: 0;
    padding-bottom: 1rem;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%
  }

  .stack-for-small .media-object-section img {
    width: 100%
  }
}

.media-object-section.main-section {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0px;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px
}

.sticky-container {
  position: relative
}

.sticky {
  position: relative;
  z-index: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.sticky.is-stuck {
  position: fixed;
  z-index: 5;
  width: 100%
}

.sticky.is-stuck.is-at-top {
  top: 0
}

.sticky.is-stuck.is-at-bottom {
  bottom: 0
}

.sticky.is-anchored {
  position: relative;
  right: auto;
  left: auto
}

.sticky.is-anchored.is-at-bottom {
  bottom: 0
}

html.is-reveal-open {
  position: fixed;
  width: 100%;
  overflow-y: hidden
}

html.is-reveal-open.zf-has-scroll {
  overflow-y: scroll
}

html.is-reveal-open body {
  overflow-y: hidden
}

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(10, 10, 10, 0.45);
  overflow-y: auto
}

.reveal {
  z-index: 1006;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #cacaca;
  border-radius: 3px;
  background-color: #fefefe;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto
}

[data-whatinput='mouse'] .reveal {
  outline: 0
}

@media print,
screen and (min-width: 40em) {
  .reveal {
    min-height: 0
  }
}

.reveal .column,
.reveal .columns {
  min-width: 0
}

.reveal>:last-child {
  margin-bottom: 0
}

@media print,
screen and (min-width: 40em) {
  .reveal {
    width: 600px;
    max-width: 90rem
  }
}

.reveal.collapse {
  padding: 0
}

@media print,
screen and (min-width: 40em) {
  .reveal.tiny {
    width: 30%;
    max-width: 90rem
  }
}

@media print,
screen and (min-width: 40em) {

  .reveal.small,
  .section .post-text h3.reveal {
    width: 50%;
    max-width: 90rem
  }
}

@media print,
screen and (min-width: 40em) {
  .reveal.large {
    width: 90%;
    max-width: 90rem
  }
}

.reveal.full {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 100%;
  margin-left: 0;
  border: 0;
  border-radius: 0
}

@media screen and (max-width: 39.99875em) {
  .reveal {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 100%;
    margin-left: 0;
    border: 0;
    border-radius: 0
  }
}

.reveal.without-overlay {
  position: fixed
}

.hide {
  display: none !important
}

.invisible {
  visibility: hidden
}

@media screen and (max-width: 39.99875em) {
  .hide-for-small-only {
    display: none !important
  }
}

@media screen and (max-width: 0em),
screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important
  }
}

@media print,
screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important
  }
}

@media screen and (max-width: 39.99875em) {
  .show-for-medium {
    display: none !important
  }
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .hide-for-medium-only {
    display: none !important
  }
}

@media screen and (max-width: 39.99875em),
screen and (min-width: 1024px) {
  .show-for-medium-only {
    display: none !important
  }
}

@media print,
screen and (min-width: 1024px) {
  .hide-for-large {
    display: none !important
  }
}

@media screen and (max-width: 63.99875em) {
  .show-for-large {
    display: none !important
  }
}

@media screen and (min-width: 1024px) and (max-width: 74.99875em) {
  .hide-for-large-only {
    display: none !important
  }
}

@media screen and (max-width: 63.99875em),
screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important
  }
}

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0
}

.show-on-focus:active,
.show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal
}

.show-for-landscape,
.hide-for-portrait {
  display: block !important
}

@media screen and (orientation: landscape) {

  .show-for-landscape,
  .hide-for-portrait {
    display: block !important
  }
}

@media screen and (orientation: portrait) {

  .show-for-landscape,
  .hide-for-portrait {
    display: none !important
  }
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important
}

@media screen and (orientation: landscape) {

  .hide-for-landscape,
  .show-for-portrait {
    display: none !important
  }
}

@media screen and (orientation: portrait) {

  .hide-for-landscape,
  .show-for-portrait {
    display: block !important
  }
}

/*! Flickity v2.2.1
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative
}

.flickity-enabled:focus {
  outline: none
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%
}

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing
}

.flickity-button {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  border: none;
  color: #333
}

.flickity-button:hover {
  background: white;
  cursor: pointer
}

.flickity-button:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 5px #19F;
  box-shadow: 0 0 0 5px #19F
}

.flickity-button:active {
  opacity: 0.6
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  pointer-events: none
}

.flickity-button-icon {
  fill: currentColor
}

.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}

.flickity-prev-next-button.previous {
  left: 10px
}

.flickity-prev-next-button.next {
  right: 10px
}

.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%
}

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1
}

.flickity-rtl .flickity-page-dots {
  direction: rtl
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer
}

.flickity-page-dots .dot.is-selected {
  opacity: 1
}

.alignnone {
  margin: 20px 0
}

@media screen and (min-width: 1024px) {
  .alignnone {
    max-width: calc(100% + 200px);
    -webkit-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px)
  }
}

@media screen and (min-width: 90em) {
  .alignnone {
    max-width: calc(100% + 300px);
    -webkit-transform: translateX(-150px);
    -ms-transform: translateX(-150px);
    transform: translateX(-150px)
  }
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px
}

a img.alignnone {
  margin: 5px 20px 20px 0
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000
}

.change-color-bg {
  background-color: var(--change-color)
}

.primary-color {
  color: #7e00ff
}

.secondary-color,
.contact-form-section .form__button {
  color: #f95157
}

.grey-color {
  color: rgba(46, 46, 48, 0.4)
}

.text-color {
  color: #282f39
}

.white-color {
  color: #fff
}

.white-color-force {
  color: #fff !important
}

.text-color-force {
  color: #282f39 !important
}

.grey-color-force {
  color: rgba(46, 46, 48, 0.4) !important
}

.secondary-color-force {
  color: #f95157 !important
}

.light-color {
  color: #fff
}

.dark-color {
  color: #1a1b1b
}

.footer-dark-color {
  color: #5D6062
}

.footer-light-color {
  color: #f1a5aa
}

.primary-color-link {
  color: #7e00ff
}

.primary-color-link:hover {
  color: #f95157
}

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

.white-color-link:hover {
  color: rgba(255, 255, 255, 0.7)
}

.secondary-color-link {
  color: #f95157
}

.secondary-color-link:hover {
  color: #282f39
}

.secondary-color-2-link {
  color: #f95157
}

.secondary-color-2-link:hover {
  color: #fff
}

.primary-color-bg {
  background-color: #7e00ff
}

.secondary-color-bg {
  background-color: #f95157
}

.text-color-bg {
  background-color: #282f39
}

.grey-color-bg {
  background-color: rgba(46, 46, 48, 0.4)
}

.white-color-bg {
  background-color: #fff
}

.light-color-bg {
  background-color: #fff
}

body.page-template-page-blog {
  background-color: #F1F0F0
}

body.page-template-page-blog .light-color-bg {
  background-color: #F1F0F0
}

body.page-template-page-blog .light-color {
  color: #F1F0F0
}

body.page-template-page-blog.body-search {
  background-color: #f95157
}

.dark-color-bg {
  background-color: #1a1b1b
}

.idea-inner-color-bg {
  background-color: #202122
}

@-webkit-keyframes wave {
  0% {
    margin-left: 0
  }

  100% {
    margin-left: -3200px
  }
}

@keyframes wave {
  0% {
    margin-left: 0
  }

  100% {
    margin-left: -3200px
  }
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg)
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg)
  }
}

.spin,
.section .post-text blockquote::before,
.section .post-other-posts-container li:before {
  -webkit-animation-name: spin;
  animation-name: spin
}

@-webkit-keyframes shine {
  100% {
    left: 125%
  }
}

@keyframes shine {
  100% {
    left: 125%
  }
}

@-webkit-keyframes bcgColor {
  0% {
    background-color: #7e00ff
  }

  100% {
    background-color: #fff
  }
}

@keyframes bcgColor {
  0% {
    background-color: #7e00ff
  }

  100% {
    background-color: #fff
  }
}

@-webkit-keyframes casescreens {
  0% {
    margin-left: 0px
  }

  100% {
    margin-left: -1500px
  }
}

@keyframes casescreens {
  0% {
    margin-left: 0px
  }

  100% {
    margin-left: -1500px
  }
}

.shine {
  -webkit-animation-name: shine;
  animation-name: shine
}

.main-navigation.open .overlay-left {
  -webkit-animation: 1s fadeInLeft ease 1;
  animation: 1s fadeInLeft ease 1
}

.main-navigation.open .overlay-down {
  -webkit-animation: 1.5s fadeInDown ease 1;
  animation: 1.5s fadeInDown ease 1
}

.main-navigation.open .overlay-top {
  -webkit-animation: 2s fadeInUp ease 1;
  animation: 2s fadeInUp ease 1
}

@-webkit-keyframes marquee {
  0% {
    margin-left: 0
  }

  100% {
    margin-left: -100%
  }
}

@keyframes marquee {
  0% {
    margin-left: 0
  }

  100% {
    margin-left: -100%
  }
}

.text-font-family {
  font-family: "Poppins", sans-serif !important
}

.header-font-family,
.services-item-p,
.box-position.task small,
.box-position.task p,
.details p,
.scrollto li a {
  font-weight: 700
}

.animacja-search,
#hamburger-wrapper,
.main-wrap,
.body-search {
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out
}

.animacja-slow,
.animation {
  -webkit-transition: all .75s ease-out;
  transition: all .75s ease-out
}

.animacja,
a,
.button,
.contact-form-section .form__button,
#hamburger-wrapper .hamburger,
.reveal,
.reveal .close-button,
.reveal-overlay,
.photo-slider .flickity-prev-next-button,
.photo-slider .flickity-prev-next-button .arrow,
.photo-slider .flickity-prev-next-button.no-svg,
.immuno-slider .flickity-prev-next-button,
.immuno-slider .flickity-prev-next-button .arrow,
.immuno-slider .flickity-prev-next-button.no-svg,
.case-slider .flickity-prev-next-button,
.case-slider .flickity-prev-next-button .arrow,
.case-slider .flickity-prev-next-button.no-svg,
.testimonials-slider-mobile .flickity-prev-next-button,
.testimonials-slider-mobile .flickity-prev-next-button .arrow,
.testimonials-slider-mobile .flickity-prev-next-button.no-svg,
#footer ul li .link,
.section .blog-item .cover,
.case-study:after,
.case-study .case-content p,
.case-study h2,
.case-study .case-image,
.cases-dropdown .inside,
.mockup .inner,
.mockup .inner:after,
.services-item,
.services-item img,
.services-item-desc,
.services-h3,
.marquee .marquee--inner .orb,
.section article.post>div,
.section article.post>p,
.section .post-card,
.section .tag,
.section .tag img,
.section .new-post-card,
.search-icon,
.searched-post,
.socials-share a img,
.box-position h2,
.scrollto li a {
  -webkit-transition: all .35s ease-out;
  transition: all .35s ease-out
}

.animacja-fast,
.button span,
.contact-form-section .form__button span,
#header .main_nav li a span,
#header .estimate span,
.box-position,
.contact-form-section .form__button {
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out
}

.all-link {
  position: relative;
  width: 100%;
  height: 100%;
  display: block
}

.line-normal {
  line-height: normal
}

.underline {
  text-decoration: underline !important
}

.line-through {
  text-decoration: line-through
}

.nodecoration,
a {
  text-decoration: none !important
}

.big,
.button.go-top span,
.contact-form-section .go-top.form__button span,
.section .blog-item .category,
.searched-post .searched-post-cat {
  text-transform: uppercase !important
}

.normal {
  text-transform: none
}

.light {
  font-weight: 300
}

.bold {
  font-weight: 700
}

.italic {
  font-style: italic
}

.regular {
  font-weight: 400 !important
}

.medium {
  font-weight: 500
}

.semibold {
  font-weight: 600
}

.bold {
  font-weight: 700
}

.spacing {
  letter-spacing: .0625rem
}

.border-radius {
  border-radius: 3px
}

.round {
  border-radius: 2.5rem
}

.border-circle,
#header .main_nav li a .number {
  border-radius: 50%
}

.m-t-0 {
  margin-top: 0px !important
}

.p-t-0 {
  padding-top: 0px !important
}

@media screen and (max-width: 63.99875em) {
  .m-t-0 {
    margin-top: 0px !important
  }

  .p-t-0 {
    padding-top: 0px !important
  }
}

.p-b-0 {
  padding-bottom: 0px !important
}

@media screen and (max-width: 63.99875em) {

  .p-b-0 {
    padding-bottom: 0px !important
  }
}

.m-l-0 {
  margin-left: 0px !important
}

.p-l-0 {
  padding-left: 0px !important
}

@media screen and (max-width: 63.99875em) {
  .m-l-0 {
    margin-left: 0px !important
  }

  .p-l-0 {
    padding-left: 0px !important
  }
}

.m-r-0 {
  margin-right: 0px !important
}

.p-r-0 {
  padding-right: 0px !important
}

@media screen and (max-width: 63.99875em) {
  .m-r-0 {
    margin-right: 0px !important
  }

  .p-r-0 {
    padding-right: 0px !important
  }
}

.m-t-5 {
  margin-top: 5px !important
}

.p-t-5 {
  padding-top: 5px !important
}

@media screen and (max-width: 63.99875em) {
  .m-t-5 {
    margin-top: 5px !important
  }

  .p-t-5 {
    padding-top: 5px !important
  }
}

.m-b-5 {
  margin-bottom: 5px !important
}

.p-b-5 {
  padding-bottom: 5px !important
}

@media screen and (max-width: 63.99875em) {
  .m-b-5 {
    margin-bottom: 5px !important
  }

  .p-b-5 {
    padding-bottom: 5px !important
  }
}

.m-l-5 {
  margin-left: 5px !important
}

.p-l-5 {
  padding-left: 5px !important
}

@media screen and (max-width: 63.99875em) {
  .m-l-5 {
    margin-left: 5px !important
  }

  .p-l-5 {
    padding-left: 5px !important
  }
}

.m-r-5 {
  margin-right: 5px !important
}

.p-r-5 {
  padding-right: 5px !important
}

@media screen and (max-width: 63.99875em) {
  .m-r-5 {
    margin-right: 5px !important
  }

  .p-r-5 {
    padding-right: 5px !important
  }
}

.m-t-10 {
  margin-top: 10px !important
}

.p-t-10 {
  padding-top: 10px !important
}

@media screen and (max-width: 63.99875em) {
  .m-t-10 {
    margin-top: 10px !important
  }

  .p-t-10 {
    padding-top: 10px !important
  }
}

.m-b-10 {
  margin-bottom: 10px !important
}

.p-b-10 {
  padding-bottom: 10px !important
}

@media screen and (max-width: 63.99875em) {
  .m-b-10 {
    margin-bottom: 10px !important
  }

  .p-b-10 {
    padding-bottom: 10px !important
  }
}

.m-l-10 {
  margin-left: 10px !important
}

.p-l-10 {
  padding-left: 10px !important
}

@media screen and (max-width: 63.99875em) {
  .m-l-10 {
    margin-left: 10px !important
  }

  .p-l-10 {
    padding-left: 10px !important
  }
}

.m-r-10 {
  margin-right: 10px !important
}

.p-r-10 {
  padding-right: 10px !important
}

@media screen and (max-width: 63.99875em) {
  .m-r-10 {
    margin-right: 10px !important
  }

  .p-r-10 {
    padding-right: 10px !important
  }
}

.m-t-15 {
  margin-top: 15px !important
}

.p-t-15 {
  padding-top: 15px !important
}

@media screen and (max-width: 63.99875em) {
  .m-t-15 {
    margin-top: 15px !important
  }

  .p-t-15 {
    padding-top: 15px !important
  }
}

.m-b-15 {
  margin-bottom: 15px !important
}

.p-b-15 {
  padding-bottom: 15px !important
}

@media screen and (max-width: 63.99875em) {
  .m-b-15 {
    margin-bottom: 15px !important
  }

  .p-b-15 {
    padding-bottom: 15px !important
  }
}

.m-l-15 {
  margin-left: 15px !important
}

.p-l-15 {
  padding-left: 15px !important
}

@media screen and (max-width: 63.99875em) {
  .m-l-15 {
    margin-left: 15px !important
  }

  .p-l-15 {
    padding-left: 15px !important
  }
}

.m-r-15 {
  margin-right: 15px !important
}

.p-r-15 {
  padding-right: 15px !important
}

@media screen and (max-width: 63.99875em) {
  .m-r-15 {
    margin-right: 15px !important
  }

  .p-r-15 {
    padding-right: 15px !important
  }
}

.m-t-20 {
  margin-top: 20px !important
}

.p-t-20 {
  padding-top: 20px !important
}

@media screen and (max-width: 63.99875em) {
  .m-t-20 {
    margin-top: 20px !important
  }

  .p-t-20 {
    padding-top: 20px !important
  }
}

.m-b-20 {
  margin-bottom: 20px !important
}

.p-b-20 {
  padding-bottom: 20px !important
}

@media screen and (max-width: 63.99875em) {
  .m-b-20 {
    margin-bottom: 20px !important
  }

  .p-b-20 {
    padding-bottom: 20px !important
  }
}

.m-l-20 {
  margin-left: 20px !important
}

.p-l-20 {
  padding-left: 20px !important
}

@media screen and (max-width: 63.99875em) {
  .m-l-20 {
    margin-left: 20px !important
  }

  .p-l-20 {
    padding-left: 20px !important
  }
}

.m-r-20 {
  margin-right: 20px !important
}

.p-r-20 {
  padding-right: 20px !important
}

@media screen and (max-width: 63.99875em) {
  .m-r-20 {
    margin-right: 20px !important
  }

  .p-r-20 {
    padding-right: 20px !important
  }
}

.m-t-25 {
  margin-top: 25px !important
}

.p-t-25 {
  padding-top: 25px !important
}

@media screen and (max-width: 63.99875em) {
  .m-t-25 {
    margin-top: 25px !important
  }

  .p-t-25 {
    padding-top: 25px !important
  }
}

.m-b-25 {
  margin-bottom: 25px !important
}

.p-b-25 {
  padding-bottom: 25px !important
}

@media screen and (max-width: 63.99875em) {
  .m-b-25 {
    margin-bottom: 25px !important
  }

  .p-b-25 {
    padding-bottom: 25px !important
  }
}

.m-l-25 {
  margin-left: 25px !important
}

.p-l-25 {
  padding-left: 25px !important
}

@media screen and (max-width: 63.99875em) {
  .m-l-25 {
    margin-left: 25px !important
  }

  .p-l-25 {
    padding-left: 25px !important
  }
}

.m-r-25 {
  margin-right: 25px !important
}

.p-r-25 {
  padding-right: 25px !important
}

@media screen and (max-width: 63.99875em) {
  .m-r-25 {
    margin-right: 25px !important
  }

  .p-r-25 {
    padding-right: 25px !important
  }
}

.m-t-30 {
  margin-top: 30px !important
}

.p-t-30 {
  padding-top: 30px !important
}

@media screen and (max-width: 63.99875em) {
  .m-t-30 {
    margin-top: 30px !important
  }

  .p-t-30 {
    padding-top: 30px !important
  }
}

.m-b-30 {
  margin-bottom: 30px !important
}

.p-b-30 {
  padding-bottom: 30px !important
}

@media screen and (max-width: 63.99875em) {
  .m-b-30 {
    margin-bottom: 30px !important
  }

  .p-b-30 {
    padding-bottom: 30px !important
  }
}

.m-l-30 {
  margin-left: 30px !important
}

.p-l-30 {
  padding-left: 30px !important
}

@media screen and (max-width: 63.99875em) {
  .m-l-30 {
    margin-left: 30px !important
  }

  .p-l-30 {
    padding-left: 30px !important
  }
}

.m-r-30 {
  margin-right: 30px !important
}

.p-r-30 {
  padding-right: 30px !important
}

@media screen and (max-width: 63.99875em) {
  .m-r-30 {
    margin-right: 30px !important
  }

  .p-r-30 {
    padding-right: 30px !important
  }
}

.m-t-40 {
  margin-top: 40px !important
}

.p-t-40 {
  padding-top: 40px !important
}

@media screen and (max-width: 63.99875em) {
  .m-t-40 {
    margin-top: 40px !important
  }

  .p-t-40 {
    padding-top: 40px !important
  }
}

.m-b-40 {
  margin-bottom: 40px !important
}

.p-b-40 {
  padding-bottom: 40px !important
}

@media screen and (max-width: 63.99875em) {
  .m-b-40 {
    margin-bottom: 40px !important
  }

  .p-b-40 {
    padding-bottom: 40px !important
  }
}

.m-l-40 {
  margin-left: 40px !important
}

.p-l-40 {
  padding-left: 40px !important
}

@media screen and (max-width: 63.99875em) {
  .m-l-40 {
    margin-left: 40px !important
  }

  .p-l-40 {
    padding-left: 40px !important
  }
}

.m-r-40 {
  margin-right: 40px !important
}

.p-r-40 {
  padding-right: 40px !important
}

@media screen and (max-width: 63.99875em) {
  .m-r-40 {
    margin-right: 40px !important
  }

  .p-r-40 {
    padding-right: 40px !important
  }
}

.m-t-50 {
  margin-top: 50px !important
}

.p-t-50 {
  padding-top: 50px !important
}

@media screen and (max-width: 63.99875em) {
  .m-t-50 {
    margin-top: 50px !important
  }

  .p-t-50 {
    padding-top: 50px !important
  }
}

.m-b-50 {
  margin-bottom: 50px !important
}

.p-b-50 {
  padding-bottom: 50px !important
}

@media screen and (max-width: 63.99875em) {
  .m-b-50 {
    margin-bottom: 50px !important
  }

  .p-b-50 {
    padding-bottom: 50px !important
  }
}

.m-l-50 {
  margin-left: 50px !important
}

.p-l-50 {
  padding-left: 50px !important
}

@media screen and (max-width: 63.99875em) {
  .m-l-50 {
    margin-left: 50px !important
  }

  .p-l-50 {
    padding-left: 50px !important
  }
}

.m-r-50 {
  margin-right: 50px !important
}

.p-r-50 {
  padding-right: 50px !important
}

@media screen and (max-width: 63.99875em) {
  .m-r-50 {
    margin-right: 50px !important
  }

  .p-r-50 {
    padding-right: 50px !important
  }
}

.m-t-60 {
  margin-top: 60px !important
}

.p-t-60 {
  padding-top: 60px !important
}

@media screen and (max-width: 63.99875em) {
  .m-t-60 {
    margin-top: 60px !important
  }

  .p-t-60 {
    padding-top: 60px !important
  }
}

@media screen and (max-width: 63.99875em) {
  .m-t-60 {
    margin-top: 30px !important
  }

  .p-t-60 {
    padding-top: 30px !important
  }
}

.m-b-60 {
  margin-bottom: 60px !important
}

.p-b-60 {
  padding-bottom: 60px !important
}

@media screen and (max-width: 63.99875em) {
  .m-b-60 {
    margin-bottom: 60px !important
  }

  .p-b-60 {
    padding-bottom: 60px !important
  }
}

@media screen and (max-width: 63.99875em) {
  .m-b-60 {
    margin-bottom: 30px !important
  }

  .p-b-60 {
    padding-bottom: 30px !important
  }
}

.m-l-60 {
  margin-left: 60px !important
}

.p-l-60 {
  padding-left: 60px !important
}

@media screen and (max-width: 63.99875em) {
  .m-l-60 {
    margin-left: 60px !important
  }

  .p-l-60 {
    padding-left: 60px !important
  }
}

@media screen and (max-width: 63.99875em) {
  .m-l-60 {
    margin-left: 30px !important
  }

  .p-l-60 {
    padding-left: 30px !important
  }
}

.m-r-60 {
  margin-right: 60px !important
}

.p-r-60 {
  padding-right: 60px !important
}

@media screen and (max-width: 63.99875em) {
  .m-r-60 {
    margin-right: 60px !important
  }

  .p-r-60 {
    padding-right: 60px !important
  }
}

@media screen and (max-width: 63.99875em) {
  .m-r-60 {
    margin-right: 30px !important
  }

  .p-r-60 {
    padding-right: 30px !important
  }
}

.m-t-70 {
  margin-top: 70px !important
}

.p-t-70 {
  padding-top: 70px !important
}

@media screen and (max-width: 63.99875em) {
  .m-t-70 {
    margin-top: 35px !important
  }

  .p-t-70 {
    padding-top: 35px !important
  }
}

.m-b-70 {
  margin-bottom: 70px !important
}

.p-b-70 {
  padding-bottom: 70px !important
}

@media screen and (max-width: 63.99875em) {
  .m-b-70 {
    margin-bottom: 35px !important
  }

  .p-b-70 {
    padding-bottom: 35px !important
  }
}

.m-l-70 {
  margin-left: 70px !important
}

.p-l-70 {
  padding-left: 70px !important
}

@media screen and (max-width: 63.99875em) {
  .m-l-70 {
    margin-left: 35px !important
  }

  .p-l-70 {
    padding-left: 35px !important
  }
}

.m-r-70 {
  margin-right: 70px !important
}

.p-r-70 {
  padding-right: 70px !important
}

@media screen and (max-width: 63.99875em) {
  .m-r-70 {
    margin-right: 35px !important
  }

  .p-r-70 {
    padding-right: 35px !important
  }
}

.m-t-75 {
  margin-top: 75px !important
}

.p-t-75 {
  padding-top: 75px !important
}

@media screen and (max-width: 63.99875em) {
  .m-t-75 {
    margin-top: 37.5px !important
  }

  .p-t-75 {
    padding-top: 37.5px !important
  }
}

.m-b-75 {
  margin-bottom: 75px !important
}

.p-b-75 {
  padding-bottom: 75px !important
}

@media screen and (max-width: 63.99875em) {
  .m-b-75 {
    margin-bottom: 37.5px !important
  }

  .p-b-75 {
    padding-bottom: 37.5px !important
  }
}

.m-l-75 {
  margin-left: 75px !important
}

.p-l-75 {
  padding-left: 75px !important
}

@media screen and (max-width: 63.99875em) {
  .m-l-75 {
    margin-left: 37.5px !important
  }

  .p-l-75 {
    padding-left: 37.5px !important
  }
}

.m-r-75 {
  margin-right: 75px !important
}

.p-r-75 {
  padding-right: 75px !important
}

@media screen and (max-width: 63.99875em) {
  .m-r-75 {
    margin-right: 37.5px !important
  }

  .p-r-75 {
    padding-right: 37.5px !important
  }
}

.m-t-80 {
  margin-top: 80px !important
}

.p-t-80 {
  padding-top: 80px !important
}

@media screen and (max-width: 63.99875em) {
  .m-t-80 {
    margin-top: 40px !important
  }

  .p-t-80 {
    padding-top: 40px !important
  }
}

.m-b-80 {
  margin-bottom: 80px !important
}

.p-b-80 {
  padding-bottom: 80px !important
}

@media screen and (max-width: 63.99875em) {
  .m-b-80 {
    margin-bottom: 40px !important
  }

  .p-b-80 {
    padding-bottom: 40px !important
  }
}

.m-l-80 {
  margin-left: 80px !important
}

.p-l-80 {
  padding-left: 80px !important
}

@media screen and (max-width: 63.99875em) {
  .m-l-80 {
    margin-left: 40px !important
  }

  .p-l-80 {
    padding-left: 40px !important
  }
}

.m-r-80 {
  margin-right: 80px !important
}

.p-r-80 {
  padding-right: 80px !important
}

@media screen and (max-width: 63.99875em) {
  .m-r-80 {
    margin-right: 40px !important
  }

  .p-r-80 {
    padding-right: 40px !important
  }
}

.m-t-90 {
  margin-top: 90px !important
}

.p-t-90 {
  padding-top: 90px !important
}

@media screen and (max-width: 63.99875em) {
  .m-t-90 {
    margin-top: 45px !important
  }

  .p-t-90 {
    padding-top: 45px !important
  }
}

.m-b-90 {
  margin-bottom: 90px !important
}

.p-b-90 {
  padding-bottom: 90px !important
}

@media screen and (max-width: 63.99875em) {
  .m-b-90 {
    margin-bottom: 45px !important
  }

  .p-b-90 {
    padding-bottom: 45px !important
  }
}

.m-l-90 {
  margin-left: 90px !important
}

.p-l-90 {
  padding-left: 90px !important
}

@media screen and (max-width: 63.99875em) {
  .m-l-90 {
    margin-left: 45px !important
  }

  .p-l-90 {
    padding-left: 45px !important
  }
}

.m-r-90 {
  margin-right: 90px !important
}

.p-r-90 {
  padding-right: 90px !important
}

@media screen and (max-width: 63.99875em) {
  .m-r-90 {
    margin-right: 45px !important
  }

  .p-r-90 {
    padding-right: 45px !important
  }
}

.m-t-100 {
  margin-top: 100px !important
}

.p-t-100 {
  padding-top: 100px !important
}

@media screen and (max-width: 63.99875em) {
  .m-t-100 {
    margin-top: 50px !important
  }

  .p-t-100 {
    padding-top: 50px !important
  }
}

.m-b-100 {
  margin-bottom: 100px !important
}

.p-b-100 {
  padding-bottom: 100px !important
}

@media screen and (max-width: 63.99875em) {
  .m-b-100 {
    margin-bottom: 50px !important
  }

  .p-b-100 {
    padding-bottom: 50px !important
  }
}

.m-l-100 {
  margin-left: 100px !important
}

.p-l-100 {
  padding-left: 100px !important
}

@media screen and (max-width: 63.99875em) {
  .m-l-100 {
    margin-left: 50px !important
  }

  .p-l-100 {
    padding-left: 50px !important
  }
}

.m-r-100 {
  margin-right: 100px !important
}

.p-r-100 {
  padding-right: 100px !important
}

@media screen and (max-width: 63.99875em) {
  .m-r-100 {
    margin-right: 50px !important
  }

  .p-r-100 {
    padding-right: 50px !important
  }
}

.m-t-110 {
  margin-top: 110px !important
}

.p-t-110 {
  padding-top: 110px !important
}

@media screen and (max-width: 63.99875em) {
  .m-t-110 {
    margin-top: 55px !important
  }

  .p-t-110 {
    padding-top: 55px !important
  }
}

.m-b-110 {
  margin-bottom: 110px !important
}

.p-b-110 {
  padding-bottom: 110px !important
}

@media screen and (max-width: 63.99875em) {
  .m-b-110 {
    margin-bottom: 55px !important
  }

  .p-b-110 {
    padding-bottom: 55px !important
  }
}

.m-l-110 {
  margin-left: 110px !important
}

.p-l-110 {
  padding-left: 110px !important
}

@media screen and (max-width: 63.99875em) {
  .m-l-110 {
    margin-left: 55px !important
  }

  .p-l-110 {
    padding-left: 55px !important
  }
}

.m-r-110 {
  margin-right: 110px !important
}

.p-r-110 {
  padding-right: 110px !important
}

@media screen and (max-width: 63.99875em) {
  .m-r-110 {
    margin-right: 55px !important
  }

  .p-r-110 {
    padding-right: 55px !important
  }
}

.m-t-120 {
  margin-top: 120px !important
}

.p-t-120 {
  padding-top: 120px !important
}

@media screen and (max-width: 63.99875em) {
  .m-t-120 {
    margin-top: 60px !important
  }

  .p-t-120 {
    padding-top: 60px !important
  }
}

.m-b-120 {
  margin-bottom: 120px !important
}

.p-b-120 {
  padding-bottom: 120px !important
}

@media screen and (max-width: 63.99875em) {
  .m-b-120 {
    margin-bottom: 60px !important
  }

  .p-b-120 {
    padding-bottom: 60px !important
  }
}

.m-l-120 {
  margin-left: 120px !important
}

.p-l-120 {
  padding-left: 120px !important
}

@media screen and (max-width: 63.99875em) {
  .m-l-120 {
    margin-left: 60px !important
  }

  .p-l-120 {
    padding-left: 60px !important
  }
}

.m-r-120 {
  margin-right: 120px !important
}

.p-r-120 {
  padding-right: 120px !important
}

@media screen and (max-width: 63.99875em) {
  .m-r-120 {
    margin-right: 60px !important
  }

  .p-r-120 {
    padding-right: 60px !important
  }
}

.m-t-130 {
  margin-top: 130px !important
}

.p-t-130 {
  padding-top: 130px !important
}

@media screen and (max-width: 63.99875em) {
  .m-t-130 {
    margin-top: 65px !important
  }

  .p-t-130 {
    padding-top: 65px !important
  }
}

.m-b-130 {
  margin-bottom: 130px !important
}

.p-b-130 {
  padding-bottom: 130px !important
}

@media screen and (max-width: 63.99875em) {
  .m-b-130 {
    margin-bottom: 65px !important
  }

  .p-b-130 {
    padding-bottom: 65px !important
  }
}

.m-l-130 {
  margin-left: 130px !important
}

.p-l-130 {
  padding-left: 130px !important
}

@media screen and (max-width: 63.99875em) {
  .m-l-130 {
    margin-left: 65px !important
  }

  .p-l-130 {
    padding-left: 65px !important
  }
}

.m-r-130 {
  margin-right: 130px !important
}

.p-r-130 {
  padding-right: 130px !important
}

@media screen and (max-width: 63.99875em) {
  .m-r-130 {
    margin-right: 65px !important
  }

  .p-r-130 {
    padding-right: 65px !important
  }
}

.m-t-140 {
  margin-top: 140px !important
}

.p-t-140 {
  padding-top: 140px !important
}

@media screen and (max-width: 63.99875em) {
  .m-t-140 {
    margin-top: 70px !important
  }

  .p-t-140 {
    padding-top: 70px !important
  }
}

.m-b-140 {
  margin-bottom: 140px !important
}

.p-b-140 {
  padding-bottom: 140px !important
}

@media screen and (max-width: 63.99875em) {
  .m-b-140 {
    margin-bottom: 70px !important
  }

  .p-b-140 {
    padding-bottom: 70px !important
  }
}

.m-l-140 {
  margin-left: 140px !important
}

.p-l-140 {
  padding-left: 140px !important
}

@media screen and (max-width: 63.99875em) {
  .m-l-140 {
    margin-left: 70px !important
  }

  .p-l-140 {
    padding-left: 70px !important
  }
}

.m-r-140 {
  margin-right: 140px !important
}

.p-r-140 {
  padding-right: 140px !important
}

@media screen and (max-width: 63.99875em) {
  .m-r-140 {
    margin-right: 70px !important
  }

  .p-r-140 {
    padding-right: 70px !important
  }
}

.m-t-150 {
  margin-top: 150px !important
}

.p-t-150 {
  padding-top: 150px !important
}

@media screen and (max-width: 63.99875em) {
  .m-t-150 {
    margin-top: 75px !important
  }

  .p-t-150 {
    padding-top: 75px !important
  }
}

.m-b-150 {
  margin-bottom: 150px !important
}

.p-b-150 {
  padding-bottom: 150px !important
}

@media screen and (max-width: 63.99875em) {
  .m-b-150 {
    margin-bottom: 75px !important
  }

  .p-b-150 {
    padding-bottom: 75px !important
  }
}

.m-l-150 {
  margin-left: 150px !important
}

.p-l-150 {
  padding-left: 150px !important
}

@media screen and (max-width: 63.99875em) {
  .m-l-150 {
    margin-left: 75px !important
  }

  .p-l-150 {
    padding-left: 75px !important
  }
}

.m-r-150 {
  margin-right: 150px !important
}

.p-r-150 {
  padding-right: 150px !important
}

@media screen and (max-width: 63.99875em) {
  .m-r-150 {
    margin-right: 75px !important
  }

  .p-r-150 {
    padding-right: 75px !important
  }
}

.m-t-200 {
  margin-top: 200px !important
}

.p-t-200 {
  padding-top: 200px !important
}

@media screen and (max-width: 63.99875em) {
  .m-t-200 {
    margin-top: 100px !important
  }

  .p-t-200 {
    padding-top: 100px !important
  }
}

.m-b-200 {
  margin-bottom: 200px !important
}

.p-b-200 {
  padding-bottom: 200px !important
}

@media screen and (max-width: 63.99875em) {
  .m-b-200 {
    margin-bottom: 100px !important
  }

  .p-b-200 {
    padding-bottom: 100px !important
  }
}

.m-l-200 {
  margin-left: 200px !important
}

.p-l-200 {
  padding-left: 200px !important
}

@media screen and (max-width: 63.99875em) {
  .m-l-200 {
    margin-left: 100px !important
  }

  .p-l-200 {
    padding-left: 100px !important
  }
}

.m-r-200 {
  margin-right: 200px !important
}

.p-r-200 {
  padding-right: 200px !important
}

@media screen and (max-width: 63.99875em) {
  .m-r-200 {
    margin-right: 100px !important
  }

  .p-r-200 {
    padding-right: 100px !important
  }
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .m-b-medium-30 {
    margin-bottom: 1.875rem !important
  }
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .m-b-medium-60 {
    margin-bottom: 3.75rem !important
  }
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .m-b-medium-80 {
    margin-bottom: 5rem !important
  }
}

.nopadding {
  padding: 0 !important
}

.nomargin {
  margin: 0
}

.height100vh {
  height: 100vh
}

.width100vw {
  width: 100vw
}

.clear-ul,
#header .main_nav,
#footer ul,
.section-case-intro ul,
.section .post-text ul,
.scrollto,
.section-audyt-services ul,
.section .audyt-details-listContainer ul {
  margin: 0;
  padding: 0;
  list-style-type: none
}

.photobg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center !important;
  position: relative;
  z-index: 1
}

.photobg-top {
  background-position: top center !important
}

.photobg-bottom {
  background-position: bottom center !important
}

.photobg-top {
  background-position: top center !important
}

.photobg-inner {
  position: relative;
  z-index: 12;
  width: 100%;
  height: 100%
}

.before-absolute,
.after-absolute {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2
}

.display-table {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%
}

.display-table-cell {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  position: relative;
  z-index: 12
}

.display-table-cell.v-bottom {
  vertical-align: bottom
}

.display-table-cell.v-top {
  vertical-align: top
}

.display-inline-block {
  display: inline-block
}

.display-inline {
  display: inline
}

.display-block {
  display: block;
  width: 100%
}

.display-none {
  display: none !important
}

.shadow,
.reveal,
.cases-dropdown .inside,
.marquee .marquee--inner .orb:hover,
.section .new-post-card:hover,
.section .new-post-card:focus {
  -webkit-box-shadow: 0 30px 40px 0px rgba(10, 10, 10, 0.1);
  box-shadow: 0 30px 40px 0px rgba(10, 10, 10, 0.1)
}

@media screen and (max-width: 63.99875em) {

  .shadow,
  .reveal,
  .cases-dropdown .inside,
  .marquee .marquee--inner .orb:hover,
  .section .new-post-card:hover,
  .section .new-post-card:focus {
    -webkit-box-shadow: 0px 10px 40px rgba(10, 10, 10, 0.19);
    box-shadow: 0px 10px 40px rgba(10, 10, 10, 0.19)
  }
}

.shadow-button,
.button.primary-color:hover span,
.button.go-top:hover span,
.button.primary-color-2:hover span,
.button.secondary-color:hover span,
.contact-form-section .form__button:hover span,
.button.secondary-color-2:hover span,
.button.secondary-white-color:hover span,
.button.primary-white-color:hover span,
.btn-white-force:hover span,
.btn-blue-force:hover span,
.btn-pink-force:hover span,
.section .blog-item:hover,
.section .blog-item:focus,
.section .tag:hover,
.section .tag:focus {
  -webkit-box-shadow: 0 20px 30px 0px rgba(10, 10, 10, 0.15);
  box-shadow: 0 20px 30px 0px rgba(10, 10, 10, 0.15)
}

@media screen and (max-width: 63.99875em) {

  .shadow-button,
  .button.primary-color:hover span,
  .button.go-top:hover span,
  .button.primary-color-2:hover span,
  .button.secondary-color:hover span,
  .contact-form-section .form__button:hover span,
  .button.secondary-color-2:hover span,
  .button.secondary-white-color:hover span,
  .button.primary-white-color:hover span,
  .btn-white-force:hover span,
  .btn-blue-force:hover span,
  .btn-pink-force:hover span,
  .section .blog-item:hover,
  .section .blog-item:focus,
  .section .tag:hover,
  .section .tag:focus {
    -webkit-box-shadow: 0 10px 20px 0px rgba(10, 10, 10, 0.15);
    box-shadow: 0 10px 20px 0px rgba(10, 10, 10, 0.15)
  }
}

.shadow-strong-blue,
.box-position:hover {
  -webkit-box-shadow: 15px 30px 50px 0 rgba(23, 19, 159, 0.8);
  box-shadow: 15px 30px 50px 0 rgba(23, 19, 159, 0.8);
  -ms-box-shadow: 15px 30px 50px 0 rgba(23, 19, 159, 0.8)
}

@media screen and (max-width: 63.99875em) {

  .shadow-strong-blue,
  .box-position:hover {
    -webkit-box-shadow: 0px 10px 40px 0 rgba(23, 19, 159, 0.8);
    box-shadow: 0px 10px 40px 0 rgba(23, 19, 159, 0.8);
    -ms-box-shadow: 0px 10px 40px 0 rgba(23, 19, 159, 0.8)
  }
}

.border-bottom {
  border-bottom: .0625rem solid rgba(10, 10, 10, 0.09)
}

.border-top {
  border-top: .0625rem solid rgba(10, 10, 10, 0.09)
}

.position-relative {
  position: relative
}

.position-absolute {
  position: absolute
}

.position-fixed {
  position: fixed
}

.o-hidden {
  overflow: hidden
}

.o-x-hidden {
  overflow-x: hidden
}

.o-y-hidden {
  overflow-y: hidden
}

.full-height {
  height: 100%
}

.full-width {
  width: 100%
}

.z-index20 {
  z-index: 20;
  position: relative
}

.radius {
  border-radius: 3px
}

.circle {
  border-radius: 50%
}

.t-delay-0 {
  -webkit-transition-delay: 0s;
  transition-delay: 0s
}

.t-delay-5 {
  -webkit-transition-delay: .05s;
  transition-delay: .05s
}

.t-delay-10 {
  -webkit-transition-delay: .1s;
  transition-delay: .1s
}

.t-delay-15 {
  -webkit-transition-delay: .15s;
  transition-delay: .15s
}

.t-delay-20 {
  -webkit-transition-delay: .2s;
  transition-delay: .2s
}

.t-delay-25 {
  -webkit-transition-delay: .25s;
  transition-delay: .25s
}

.t-delay-30 {
  -webkit-transition-delay: .3s;
  transition-delay: .3s
}

.t-delay-35 {
  -webkit-transition-delay: .35s;
  transition-delay: .35s
}

.t-delay-40 {
  -webkit-transition-delay: .4s;
  transition-delay: .4s
}

.t-delay-45 {
  -webkit-transition-delay: .45s;
  transition-delay: .45s
}

.t-delay-50 {
  -webkit-transition-delay: .5s;
  transition-delay: .5s
}

.t-delay-55 {
  -webkit-transition-delay: .55s;
  transition-delay: .55s
}

.t-delay-60 {
  -webkit-transition-delay: .6s;
  transition-delay: .6s
}

.t-delay-65 {
  -webkit-transition-delay: .65s;
  transition-delay: .65s
}

.t-delay-70 {
  -webkit-transition-delay: .7s;
  transition-delay: .7s
}

.t-delay-75 {
  -webkit-transition-delay: .75s;
  transition-delay: .75s
}

.t-delay-80 {
  -webkit-transition-delay: .8s;
  transition-delay: .8s
}

.t-delay-85 {
  -webkit-transition-delay: .85s;
  transition-delay: .85s
}

.t-delay-90 {
  -webkit-transition-delay: .9s;
  transition-delay: .9s
}

.t-delay-95 {
  -webkit-transition-delay: .95s;
  transition-delay: .95s
}

.t-delay-100 {
  -webkit-transition-delay: 1s;
  transition-delay: 1s
}

.t-delay-105 {
  -webkit-transition-delay: 1.05s;
  transition-delay: 1.05s
}

.t-delay-110 {
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s
}

.t-delay-115 {
  -webkit-transition-delay: 1.15s;
  transition-delay: 1.15s
}

.t-delay-120 {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s
}

.t-delay-125 {
  -webkit-transition-delay: 1.25s;
  transition-delay: 1.25s
}

.t-delay-130 {
  -webkit-transition-delay: 1.3s;
  transition-delay: 1.3s
}

.t-delay-135 {
  -webkit-transition-delay: 1.35s;
  transition-delay: 1.35s
}

.t-delay-140 {
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s
}

.t-delay-145 {
  -webkit-transition-delay: 1.45s;
  transition-delay: 1.45s
}

.t-delay-150 {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s
}

.t-delay-155 {
  -webkit-transition-delay: 1.55s;
  transition-delay: 1.55s
}

.t-delay-160 {
  -webkit-transition-delay: 1.6s;
  transition-delay: 1.6s
}

.t-delay-165 {
  -webkit-transition-delay: 1.65s;
  transition-delay: 1.65s
}

.t-delay-170 {
  -webkit-transition-delay: 1.7s;
  transition-delay: 1.7s
}

.t-delay-175 {
  -webkit-transition-delay: 1.75s;
  transition-delay: 1.75s
}

.t-delay-180 {
  -webkit-transition-delay: 1.8s;
  transition-delay: 1.8s
}

.t-delay-185 {
  -webkit-transition-delay: 1.85s;
  transition-delay: 1.85s
}

.t-delay-190 {
  -webkit-transition-delay: 1.9s;
  transition-delay: 1.9s
}

.t-delay-195 {
  -webkit-transition-delay: 1.95s;
  transition-delay: 1.95s
}

.t-delay-200 {
  -webkit-transition-delay: 2s;
  transition-delay: 2s
}

.t-delay-205 {
  -webkit-transition-delay: 2.05s;
  transition-delay: 2.05s
}

.t-delay-210 {
  -webkit-transition-delay: 2.1s;
  transition-delay: 2.1s
}

.t-delay-215 {
  -webkit-transition-delay: 2.15s;
  transition-delay: 2.15s
}

.t-delay-220 {
  -webkit-transition-delay: 2.2s;
  transition-delay: 2.2s
}

.t-delay-225 {
  -webkit-transition-delay: 2.25s;
  transition-delay: 2.25s
}

.t-delay-230 {
  -webkit-transition-delay: 2.3s;
  transition-delay: 2.3s
}

.t-delay-235 {
  -webkit-transition-delay: 2.35s;
  transition-delay: 2.35s
}

.t-delay-240 {
  -webkit-transition-delay: 2.4s;
  transition-delay: 2.4s
}

.t-delay-245 {
  -webkit-transition-delay: 2.45s;
  transition-delay: 2.45s
}

.t-delay-250 {
  -webkit-transition-delay: 2.5s;
  transition-delay: 2.5s
}

.t-delay-255 {
  -webkit-transition-delay: 2.55s;
  transition-delay: 2.55s
}

.t-delay-260 {
  -webkit-transition-delay: 2.6s;
  transition-delay: 2.6s
}

.t-delay-265 {
  -webkit-transition-delay: 2.65s;
  transition-delay: 2.65s
}

.t-delay-270 {
  -webkit-transition-delay: 2.7s;
  transition-delay: 2.7s
}

.t-delay-275 {
  -webkit-transition-delay: 2.75s;
  transition-delay: 2.75s
}

.t-delay-280 {
  -webkit-transition-delay: 2.8s;
  transition-delay: 2.8s
}

.t-delay-285 {
  -webkit-transition-delay: 2.85s;
  transition-delay: 2.85s
}

.t-delay-290 {
  -webkit-transition-delay: 2.9s;
  transition-delay: 2.9s
}

.t-delay-295 {
  -webkit-transition-delay: 2.95s;
  transition-delay: 2.95s
}

.t-delay-300 {
  -webkit-transition-delay: 3s;
  transition-delay: 3s
}

.t-delay-305 {
  -webkit-transition-delay: 3.05s;
  transition-delay: 3.05s
}

.t-delay-310 {
  -webkit-transition-delay: 3.1s;
  transition-delay: 3.1s
}

.t-delay-315 {
  -webkit-transition-delay: 3.15s;
  transition-delay: 3.15s
}

.t-delay-320 {
  -webkit-transition-delay: 3.2s;
  transition-delay: 3.2s
}

.t-delay-325 {
  -webkit-transition-delay: 3.25s;
  transition-delay: 3.25s
}

.t-delay-330 {
  -webkit-transition-delay: 3.3s;
  transition-delay: 3.3s
}

.t-delay-335 {
  -webkit-transition-delay: 3.35s;
  transition-delay: 3.35s
}

.t-delay-340 {
  -webkit-transition-delay: 3.4s;
  transition-delay: 3.4s
}

.t-delay-345 {
  -webkit-transition-delay: 3.45s;
  transition-delay: 3.45s
}

.t-delay-350 {
  -webkit-transition-delay: 3.5s;
  transition-delay: 3.5s
}

.t-delay-355 {
  -webkit-transition-delay: 3.55s;
  transition-delay: 3.55s
}

.t-delay-360 {
  -webkit-transition-delay: 3.6s;
  transition-delay: 3.6s
}

.t-delay-365 {
  -webkit-transition-delay: 3.65s;
  transition-delay: 3.65s
}

.t-delay-370 {
  -webkit-transition-delay: 3.7s;
  transition-delay: 3.7s
}

.t-delay-375 {
  -webkit-transition-delay: 3.75s;
  transition-delay: 3.75s
}

.t-delay-380 {
  -webkit-transition-delay: 3.8s;
  transition-delay: 3.8s
}

.t-delay-385 {
  -webkit-transition-delay: 3.85s;
  transition-delay: 3.85s
}

.t-delay-390 {
  -webkit-transition-delay: 3.9s;
  transition-delay: 3.9s
}

.t-delay-395 {
  -webkit-transition-delay: 3.95s;
  transition-delay: 3.95s
}

.t-delay-400 {
  -webkit-transition-delay: 4s;
  transition-delay: 4s
}

.t-delay-405 {
  -webkit-transition-delay: 4.05s;
  transition-delay: 4.05s
}

.t-delay-410 {
  -webkit-transition-delay: 4.1s;
  transition-delay: 4.1s
}

.t-delay-415 {
  -webkit-transition-delay: 4.15s;
  transition-delay: 4.15s
}

.t-delay-420 {
  -webkit-transition-delay: 4.2s;
  transition-delay: 4.2s
}

.t-delay-425 {
  -webkit-transition-delay: 4.25s;
  transition-delay: 4.25s
}

.t-delay-430 {
  -webkit-transition-delay: 4.3s;
  transition-delay: 4.3s
}

.t-delay-435 {
  -webkit-transition-delay: 4.35s;
  transition-delay: 4.35s
}

.t-delay-440 {
  -webkit-transition-delay: 4.4s;
  transition-delay: 4.4s
}

.t-delay-445 {
  -webkit-transition-delay: 4.45s;
  transition-delay: 4.45s
}

.t-delay-450 {
  -webkit-transition-delay: 4.5s;
  transition-delay: 4.5s
}

.t-delay-455 {
  -webkit-transition-delay: 4.55s;
  transition-delay: 4.55s
}

.t-delay-460 {
  -webkit-transition-delay: 4.6s;
  transition-delay: 4.6s
}

.t-delay-465 {
  -webkit-transition-delay: 4.65s;
  transition-delay: 4.65s
}

.t-delay-470 {
  -webkit-transition-delay: 4.7s;
  transition-delay: 4.7s
}

.t-delay-475 {
  -webkit-transition-delay: 4.75s;
  transition-delay: 4.75s
}

.t-delay-480 {
  -webkit-transition-delay: 4.8s;
  transition-delay: 4.8s
}

.t-delay-485 {
  -webkit-transition-delay: 4.85s;
  transition-delay: 4.85s
}

.t-delay-490 {
  -webkit-transition-delay: 4.9s;
  transition-delay: 4.9s
}

.t-delay-495 {
  -webkit-transition-delay: 4.95s;
  transition-delay: 4.95s
}

.t-delay-500 {
  -webkit-transition-delay: 5s;
  transition-delay: 5s
}

.t-delay-505 {
  -webkit-transition-delay: 5.05s;
  transition-delay: 5.05s
}

.t-delay-510 {
  -webkit-transition-delay: 5.1s;
  transition-delay: 5.1s
}

.t-delay-515 {
  -webkit-transition-delay: 5.15s;
  transition-delay: 5.15s
}

.t-delay-520 {
  -webkit-transition-delay: 5.2s;
  transition-delay: 5.2s
}

.t-delay-525 {
  -webkit-transition-delay: 5.25s;
  transition-delay: 5.25s
}

.t-delay-530 {
  -webkit-transition-delay: 5.3s;
  transition-delay: 5.3s
}

.t-delay-535 {
  -webkit-transition-delay: 5.35s;
  transition-delay: 5.35s
}

.t-delay-540 {
  -webkit-transition-delay: 5.4s;
  transition-delay: 5.4s
}

.t-delay-545 {
  -webkit-transition-delay: 5.45s;
  transition-delay: 5.45s
}

.t-delay-550 {
  -webkit-transition-delay: 5.5s;
  transition-delay: 5.5s
}

.t-delay-555 {
  -webkit-transition-delay: 5.55s;
  transition-delay: 5.55s
}

.t-delay-560 {
  -webkit-transition-delay: 5.6s;
  transition-delay: 5.6s
}

.t-delay-565 {
  -webkit-transition-delay: 5.65s;
  transition-delay: 5.65s
}

.t-delay-570 {
  -webkit-transition-delay: 5.7s;
  transition-delay: 5.7s
}

.t-delay-575 {
  -webkit-transition-delay: 5.75s;
  transition-delay: 5.75s
}

.t-delay-580 {
  -webkit-transition-delay: 5.8s;
  transition-delay: 5.8s
}

.t-delay-585 {
  -webkit-transition-delay: 5.85s;
  transition-delay: 5.85s
}

.t-delay-590 {
  -webkit-transition-delay: 5.9s;
  transition-delay: 5.9s
}

.t-delay-595 {
  -webkit-transition-delay: 5.95s;
  transition-delay: 5.95s
}

.t-delay-600 {
  -webkit-transition-delay: 6s;
  transition-delay: 6s
}

.t-delay-605 {
  -webkit-transition-delay: 6.05s;
  transition-delay: 6.05s
}

.t-delay-610 {
  -webkit-transition-delay: 6.1s;
  transition-delay: 6.1s
}

.t-delay-615 {
  -webkit-transition-delay: 6.15s;
  transition-delay: 6.15s
}

.t-delay-620 {
  -webkit-transition-delay: 6.2s;
  transition-delay: 6.2s
}

.t-delay-625 {
  -webkit-transition-delay: 6.25s;
  transition-delay: 6.25s
}

.t-delay-630 {
  -webkit-transition-delay: 6.3s;
  transition-delay: 6.3s
}

.t-delay-635 {
  -webkit-transition-delay: 6.35s;
  transition-delay: 6.35s
}

.t-delay-640 {
  -webkit-transition-delay: 6.4s;
  transition-delay: 6.4s
}

.t-delay-645 {
  -webkit-transition-delay: 6.45s;
  transition-delay: 6.45s
}

.t-delay-650 {
  -webkit-transition-delay: 6.5s;
  transition-delay: 6.5s
}

.t-delay-655 {
  -webkit-transition-delay: 6.55s;
  transition-delay: 6.55s
}

.t-delay-660 {
  -webkit-transition-delay: 6.6s;
  transition-delay: 6.6s
}

.t-delay-665 {
  -webkit-transition-delay: 6.65s;
  transition-delay: 6.65s
}

.t-delay-670 {
  -webkit-transition-delay: 6.7s;
  transition-delay: 6.7s
}

.t-delay-675 {
  -webkit-transition-delay: 6.75s;
  transition-delay: 6.75s
}

.t-delay-680 {
  -webkit-transition-delay: 6.8s;
  transition-delay: 6.8s
}

.t-delay-685 {
  -webkit-transition-delay: 6.85s;
  transition-delay: 6.85s
}

.t-delay-690 {
  -webkit-transition-delay: 6.9s;
  transition-delay: 6.9s
}

.t-delay-695 {
  -webkit-transition-delay: 6.95s;
  transition-delay: 6.95s
}

.t-delay-700 {
  -webkit-transition-delay: 7s;
  transition-delay: 7s
}

.t-delay-705 {
  -webkit-transition-delay: 7.05s;
  transition-delay: 7.05s
}

.t-delay-710 {
  -webkit-transition-delay: 7.1s;
  transition-delay: 7.1s
}

.t-delay-715 {
  -webkit-transition-delay: 7.15s;
  transition-delay: 7.15s
}

.t-delay-720 {
  -webkit-transition-delay: 7.2s;
  transition-delay: 7.2s
}

.t-delay-725 {
  -webkit-transition-delay: 7.25s;
  transition-delay: 7.25s
}

.t-delay-730 {
  -webkit-transition-delay: 7.3s;
  transition-delay: 7.3s
}

.t-delay-735 {
  -webkit-transition-delay: 7.35s;
  transition-delay: 7.35s
}

.t-delay-740 {
  -webkit-transition-delay: 7.4s;
  transition-delay: 7.4s
}

.t-delay-745 {
  -webkit-transition-delay: 7.45s;
  transition-delay: 7.45s
}

.t-delay-750 {
  -webkit-transition-delay: 7.5s;
  transition-delay: 7.5s
}

.t-delay-755 {
  -webkit-transition-delay: 7.55s;
  transition-delay: 7.55s
}

.t-delay-760 {
  -webkit-transition-delay: 7.6s;
  transition-delay: 7.6s
}

.t-delay-765 {
  -webkit-transition-delay: 7.65s;
  transition-delay: 7.65s
}

.t-delay-770 {
  -webkit-transition-delay: 7.7s;
  transition-delay: 7.7s
}

.t-delay-775 {
  -webkit-transition-delay: 7.75s;
  transition-delay: 7.75s
}

.t-delay-780 {
  -webkit-transition-delay: 7.8s;
  transition-delay: 7.8s
}

.t-delay-785 {
  -webkit-transition-delay: 7.85s;
  transition-delay: 7.85s
}

.t-delay-790 {
  -webkit-transition-delay: 7.9s;
  transition-delay: 7.9s
}

.t-delay-795 {
  -webkit-transition-delay: 7.95s;
  transition-delay: 7.95s
}

.t-delay-800 {
  -webkit-transition-delay: 8s;
  transition-delay: 8s
}

.t-delay-805 {
  -webkit-transition-delay: 8.05s;
  transition-delay: 8.05s
}

.t-delay-810 {
  -webkit-transition-delay: 8.1s;
  transition-delay: 8.1s
}

.t-delay-815 {
  -webkit-transition-delay: 8.15s;
  transition-delay: 8.15s
}

.t-delay-820 {
  -webkit-transition-delay: 8.2s;
  transition-delay: 8.2s
}

.t-delay-825 {
  -webkit-transition-delay: 8.25s;
  transition-delay: 8.25s
}

.t-delay-830 {
  -webkit-transition-delay: 8.3s;
  transition-delay: 8.3s
}

.t-delay-835 {
  -webkit-transition-delay: 8.35s;
  transition-delay: 8.35s
}

.t-delay-840 {
  -webkit-transition-delay: 8.4s;
  transition-delay: 8.4s
}

.t-delay-845 {
  -webkit-transition-delay: 8.45s;
  transition-delay: 8.45s
}

.t-delay-850 {
  -webkit-transition-delay: 8.5s;
  transition-delay: 8.5s
}

.t-delay-855 {
  -webkit-transition-delay: 8.55s;
  transition-delay: 8.55s
}

.t-delay-860 {
  -webkit-transition-delay: 8.6s;
  transition-delay: 8.6s
}

.t-delay-865 {
  -webkit-transition-delay: 8.65s;
  transition-delay: 8.65s
}

.t-delay-870 {
  -webkit-transition-delay: 8.7s;
  transition-delay: 8.7s
}

.t-delay-875 {
  -webkit-transition-delay: 8.75s;
  transition-delay: 8.75s
}

.t-delay-880 {
  -webkit-transition-delay: 8.8s;
  transition-delay: 8.8s
}

.t-delay-885 {
  -webkit-transition-delay: 8.85s;
  transition-delay: 8.85s
}

.t-delay-890 {
  -webkit-transition-delay: 8.9s;
  transition-delay: 8.9s
}

.t-delay-895 {
  -webkit-transition-delay: 8.95s;
  transition-delay: 8.95s
}

.t-delay-900 {
  -webkit-transition-delay: 9s;
  transition-delay: 9s
}

.t-delay-905 {
  -webkit-transition-delay: 9.05s;
  transition-delay: 9.05s
}

.t-delay-910 {
  -webkit-transition-delay: 9.1s;
  transition-delay: 9.1s
}

.t-delay-915 {
  -webkit-transition-delay: 9.15s;
  transition-delay: 9.15s
}

.t-delay-920 {
  -webkit-transition-delay: 9.2s;
  transition-delay: 9.2s
}

.t-delay-925 {
  -webkit-transition-delay: 9.25s;
  transition-delay: 9.25s
}

.t-delay-930 {
  -webkit-transition-delay: 9.3s;
  transition-delay: 9.3s
}

.t-delay-935 {
  -webkit-transition-delay: 9.35s;
  transition-delay: 9.35s
}

.t-delay-940 {
  -webkit-transition-delay: 9.4s;
  transition-delay: 9.4s
}

.t-delay-945 {
  -webkit-transition-delay: 9.45s;
  transition-delay: 9.45s
}

.t-delay-950 {
  -webkit-transition-delay: 9.5s;
  transition-delay: 9.5s
}

.t-delay-955 {
  -webkit-transition-delay: 9.55s;
  transition-delay: 9.55s
}

.t-delay-960 {
  -webkit-transition-delay: 9.6s;
  transition-delay: 9.6s
}

.t-delay-965 {
  -webkit-transition-delay: 9.65s;
  transition-delay: 9.65s
}

.t-delay-970 {
  -webkit-transition-delay: 9.7s;
  transition-delay: 9.7s
}

.t-delay-975 {
  -webkit-transition-delay: 9.75s;
  transition-delay: 9.75s
}

.t-delay-980 {
  -webkit-transition-delay: 9.8s;
  transition-delay: 9.8s
}

.t-delay-985 {
  -webkit-transition-delay: 9.85s;
  transition-delay: 9.85s
}

.t-delay-990 {
  -webkit-transition-delay: 9.9s;
  transition-delay: 9.9s
}

.t-delay-995 {
  -webkit-transition-delay: 9.95s;
  transition-delay: 9.95s
}

.t-delay-1000 {
  -webkit-transition-delay: 10s;
  transition-delay: 10s
}

.anime-letter.letter-1 {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s
}

.anime-letter.letter-2 {
  -webkit-transition-delay: 1.3s;
  transition-delay: 1.3s
}

.anime-letter.letter-3 {
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s
}

.anime-letter.letter-4 {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s
}

.anime-letter.letter-5 {
  -webkit-transition-delay: 1.6s;
  transition-delay: 1.6s
}

.anime-letter.letter-6 {
  -webkit-transition-delay: 1.7s;
  transition-delay: 1.7s
}

.anime-letter.letter-7 {
  -webkit-transition-delay: 1.8s;
  transition-delay: 1.8s
}

.anime-letter.letter-8 {
  -webkit-transition-delay: 1.9s;
  transition-delay: 1.9s
}

.anime-letter.letter-9 {
  -webkit-transition-delay: 2s;
  transition-delay: 2s
}

.anime-letter.letter-10 {
  -webkit-transition-delay: 2.1s;
  transition-delay: 2.1s
}

.anime-letter.letter-11 {
  -webkit-transition-delay: 2.2s;
  transition-delay: 2.2s
}

.anime-letter.letter-12 {
  -webkit-transition-delay: 2.3s;
  transition-delay: 2.3s
}

.anime-letter.letter-13 {
  -webkit-transition-delay: 2.4s;
  transition-delay: 2.4s
}

.anime-letter.letter-14 {
  -webkit-transition-delay: 2.5s;
  transition-delay: 2.5s
}

.anime-letter.letter-15 {
  -webkit-transition-delay: 2.6s;
  transition-delay: 2.6s
}

.anime-letter.letter-16 {
  -webkit-transition-delay: 2.7s;
  transition-delay: 2.7s
}

.anime-letter.letter-17 {
  -webkit-transition-delay: 2.8s;
  transition-delay: 2.8s
}

.anime-letter.letter-18 {
  -webkit-transition-delay: 2.9s;
  transition-delay: 2.9s
}

.anime-letter.letter-19 {
  -webkit-transition-delay: 3s;
  transition-delay: 3s
}

.anime-letter.letter-20 {
  -webkit-transition-delay: 3.1s;
  transition-delay: 3.1s
}

.anime-letter.letter-21 {
  -webkit-transition-delay: 3.2s;
  transition-delay: 3.2s
}

.anime-letter.letter-22 {
  -webkit-transition-delay: 3.3s;
  transition-delay: 3.3s
}

.anime-letter.letter-23 {
  -webkit-transition-delay: 3.4s;
  transition-delay: 3.4s
}

.anime-letter.letter-24 {
  -webkit-transition-delay: 3.5s;
  transition-delay: 3.5s
}

.anime-letter.letter-25 {
  -webkit-transition-delay: 3.6s;
  transition-delay: 3.6s
}

.anime-letter.letter-26 {
  -webkit-transition-delay: 3.7s;
  transition-delay: 3.7s
}

.anime-letter.letter-27 {
  -webkit-transition-delay: 3.8s;
  transition-delay: 3.8s
}

.anime-letter.letter-28 {
  -webkit-transition-delay: 3.9s;
  transition-delay: 3.9s
}

.anime-letter.letter-29 {
  -webkit-transition-delay: 4s;
  transition-delay: 4s
}

.anime-letter.letter-30 {
  -webkit-transition-delay: 4.1s;
  transition-delay: 4.1s
}

.anime-letter.letter-31 {
  -webkit-transition-delay: 4.2s;
  transition-delay: 4.2s
}

.anime-letter.letter-32 {
  -webkit-transition-delay: 4.3s;
  transition-delay: 4.3s
}

.anime-letter.letter-33 {
  -webkit-transition-delay: 4.4s;
  transition-delay: 4.4s
}

.anime-letter.letter-34 {
  -webkit-transition-delay: 4.5s;
  transition-delay: 4.5s
}

.anime-letter.letter-35 {
  -webkit-transition-delay: 4.6s;
  transition-delay: 4.6s
}

.anime-letter.letter-36 {
  -webkit-transition-delay: 4.7s;
  transition-delay: 4.7s
}

.anime-letter.letter-37 {
  -webkit-transition-delay: 4.8s;
  transition-delay: 4.8s
}

.anime-letter.letter-38 {
  -webkit-transition-delay: 4.9s;
  transition-delay: 4.9s
}

.anime-letter.letter-39 {
  -webkit-transition-delay: 5s;
  transition-delay: 5s
}

.anime-letter.letter-40 {
  -webkit-transition-delay: 5.1s;
  transition-delay: 5.1s
}

.anime-letter.letter-41 {
  -webkit-transition-delay: 5.2s;
  transition-delay: 5.2s
}

.anime-letter.letter-42 {
  -webkit-transition-delay: 5.3s;
  transition-delay: 5.3s
}

.anime-letter.letter-43 {
  -webkit-transition-delay: 5.4s;
  transition-delay: 5.4s
}

.anime-letter.letter-44 {
  -webkit-transition-delay: 5.5s;
  transition-delay: 5.5s
}

.anime-letter.letter-45 {
  -webkit-transition-delay: 5.6s;
  transition-delay: 5.6s
}

.anime-letter.letter-46 {
  -webkit-transition-delay: 5.7s;
  transition-delay: 5.7s
}

.anime-letter.letter-47 {
  -webkit-transition-delay: 5.8s;
  transition-delay: 5.8s
}

.anime-letter.letter-48 {
  -webkit-transition-delay: 5.9s;
  transition-delay: 5.9s
}

.anime-letter.letter-49 {
  -webkit-transition-delay: 6s;
  transition-delay: 6s
}

.anime-letter.letter-50 {
  -webkit-transition-delay: 6.1s;
  transition-delay: 6.1s
}

.anime-letter.letter-51 {
  -webkit-transition-delay: 6.2s;
  transition-delay: 6.2s
}

.anime-letter.letter-52 {
  -webkit-transition-delay: 6.3s;
  transition-delay: 6.3s
}

.anime-letter.letter-53 {
  -webkit-transition-delay: 6.4s;
  transition-delay: 6.4s
}

.anime-letter.letter-54 {
  -webkit-transition-delay: 6.5s;
  transition-delay: 6.5s
}

.anime-letter.letter-55 {
  -webkit-transition-delay: 6.6s;
  transition-delay: 6.6s
}

.anime-letter.letter-56 {
  -webkit-transition-delay: 6.7s;
  transition-delay: 6.7s
}

.anime-letter.letter-57 {
  -webkit-transition-delay: 6.8s;
  transition-delay: 6.8s
}

.anime-letter.letter-58 {
  -webkit-transition-delay: 6.9s;
  transition-delay: 6.9s
}

.anime-letter.letter-59 {
  -webkit-transition-delay: 7s;
  transition-delay: 7s
}

.anime-letter.letter-60 {
  -webkit-transition-delay: 7.1s;
  transition-delay: 7.1s
}

.anime-letter.letter-61 {
  -webkit-transition-delay: 7.2s;
  transition-delay: 7.2s
}

.anime-letter.letter-62 {
  -webkit-transition-delay: 7.3s;
  transition-delay: 7.3s
}

.anime-letter.letter-63 {
  -webkit-transition-delay: 7.4s;
  transition-delay: 7.4s
}

.anime-letter.letter-64 {
  -webkit-transition-delay: 7.5s;
  transition-delay: 7.5s
}

.anime-letter.letter-65 {
  -webkit-transition-delay: 7.6s;
  transition-delay: 7.6s
}

.anime-letter.letter-66 {
  -webkit-transition-delay: 7.7s;
  transition-delay: 7.7s
}

.anime-letter.letter-67 {
  -webkit-transition-delay: 7.8s;
  transition-delay: 7.8s
}

.anime-letter.letter-68 {
  -webkit-transition-delay: 7.9s;
  transition-delay: 7.9s
}

.anime-letter.letter-69 {
  -webkit-transition-delay: 8s;
  transition-delay: 8s
}

.anime-letter.letter-70 {
  -webkit-transition-delay: 8.1s;
  transition-delay: 8.1s
}

.anime-letter.letter-71 {
  -webkit-transition-delay: 8.2s;
  transition-delay: 8.2s
}

.anime-letter.letter-72 {
  -webkit-transition-delay: 8.3s;
  transition-delay: 8.3s
}

.anime-letter.letter-73 {
  -webkit-transition-delay: 8.4s;
  transition-delay: 8.4s
}

.anime-letter.letter-74 {
  -webkit-transition-delay: 8.5s;
  transition-delay: 8.5s
}

.anime-letter.letter-75 {
  -webkit-transition-delay: 8.6s;
  transition-delay: 8.6s
}

.anime-letter.letter-76 {
  -webkit-transition-delay: 8.7s;
  transition-delay: 8.7s
}

.anime-letter.letter-77 {
  -webkit-transition-delay: 8.8s;
  transition-delay: 8.8s
}

.anime-letter.letter-78 {
  -webkit-transition-delay: 8.9s;
  transition-delay: 8.9s
}

.anime-letter.letter-79 {
  -webkit-transition-delay: 9s;
  transition-delay: 9s
}

.anime-letter.letter-80 {
  -webkit-transition-delay: 9.1s;
  transition-delay: 9.1s
}

.anime-letter.letter-81 {
  -webkit-transition-delay: 9.2s;
  transition-delay: 9.2s
}

.anime-letter.letter-82 {
  -webkit-transition-delay: 9.3s;
  transition-delay: 9.3s
}

.anime-letter.letter-83 {
  -webkit-transition-delay: 9.4s;
  transition-delay: 9.4s
}

.anime-letter.letter-84 {
  -webkit-transition-delay: 9.5s;
  transition-delay: 9.5s
}

.anime-letter.letter-85 {
  -webkit-transition-delay: 9.6s;
  transition-delay: 9.6s
}

.anime-letter.letter-86 {
  -webkit-transition-delay: 9.7s;
  transition-delay: 9.7s
}

.anime-letter.letter-87 {
  -webkit-transition-delay: 9.8s;
  transition-delay: 9.8s
}

.anime-letter.letter-88 {
  -webkit-transition-delay: 9.9s;
  transition-delay: 9.9s
}

.anime-letter.letter-89 {
  -webkit-transition-delay: 10s;
  transition-delay: 10s
}

.anime-letter.letter-90 {
  -webkit-transition-delay: 10.1s;
  transition-delay: 10.1s
}

.anime-letter.letter-91 {
  -webkit-transition-delay: 10.2s;
  transition-delay: 10.2s
}

.anime-letter.letter-92 {
  -webkit-transition-delay: 10.3s;
  transition-delay: 10.3s
}

.anime-letter.letter-93 {
  -webkit-transition-delay: 10.4s;
  transition-delay: 10.4s
}

.anime-letter.letter-94 {
  -webkit-transition-delay: 10.5s;
  transition-delay: 10.5s
}

.anime-letter.letter-95 {
  -webkit-transition-delay: 10.6s;
  transition-delay: 10.6s
}

.anime-letter.letter-96 {
  -webkit-transition-delay: 10.7s;
  transition-delay: 10.7s
}

.anime-letter.letter-97 {
  -webkit-transition-delay: 10.8s;
  transition-delay: 10.8s
}

.anime-letter.letter-98 {
  -webkit-transition-delay: 10.9s;
  transition-delay: 10.9s
}

.anime-letter.letter-99 {
  -webkit-transition-delay: 11s;
  transition-delay: 11s
}

.anime-letter.letter-100 {
  -webkit-transition-delay: 11.1s;
  transition-delay: 11.1s
}

.anime-letter.letter-101 {
  -webkit-transition-delay: 11.2s;
  transition-delay: 11.2s
}

.anime-letter.letter-102 {
  -webkit-transition-delay: 11.3s;
  transition-delay: 11.3s
}

.anime-letter.letter-103 {
  -webkit-transition-delay: 11.4s;
  transition-delay: 11.4s
}

.anime-letter.letter-104 {
  -webkit-transition-delay: 11.5s;
  transition-delay: 11.5s
}

.anime-letter.letter-105 {
  -webkit-transition-delay: 11.6s;
  transition-delay: 11.6s
}

.anime-letter.letter-106 {
  -webkit-transition-delay: 11.7s;
  transition-delay: 11.7s
}

.anime-letter.letter-107 {
  -webkit-transition-delay: 11.8s;
  transition-delay: 11.8s
}

.anime-letter.letter-108 {
  -webkit-transition-delay: 11.9s;
  transition-delay: 11.9s
}

.anime-letter.letter-109 {
  -webkit-transition-delay: 12s;
  transition-delay: 12s
}

.in-view .down-1 {
  -webkit-transition-delay: 0s;
  transition-delay: 0s
}

.in-view .down-2 {
  -webkit-transition-delay: .3s;
  transition-delay: .3s
}

.in-view .down-3 {
  -webkit-transition-delay: .6s;
  transition-delay: .6s
}

.in-view .down-4 {
  -webkit-transition-delay: .9s;
  transition-delay: .9s
}

.in-view .down-5 {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s
}

.in-view .down-6 {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s
}

.in-view .down-7 {
  -webkit-transition-delay: 1.8s;
  transition-delay: 1.8s
}

.in-view .down-8 {
  -webkit-transition-delay: 2.1s;
  transition-delay: 2.1s
}

.in-view .down-9 {
  -webkit-transition-delay: 2.4s;
  transition-delay: 2.4s
}

.in-view .down-10 {
  -webkit-transition-delay: 2.7s;
  transition-delay: 2.7s
}

.in-view .down-11 {
  -webkit-transition-delay: 3s;
  transition-delay: 3s
}

.in-view .down-12 {
  -webkit-transition-delay: 3.3s;
  transition-delay: 3.3s
}

.in-view .down-13 {
  -webkit-transition-delay: 3.6s;
  transition-delay: 3.6s
}

.in-view .down-14 {
  -webkit-transition-delay: 3.9s;
  transition-delay: 3.9s
}

.in-view .down-15 {
  -webkit-transition-delay: 4.2s;
  transition-delay: 4.2s
}

.in-view .down-16 {
  -webkit-transition-delay: 4.5s;
  transition-delay: 4.5s
}

.in-view .down-17 {
  -webkit-transition-delay: 4.8s;
  transition-delay: 4.8s
}

.in-view .down-18 {
  -webkit-transition-delay: 5.1s;
  transition-delay: 5.1s
}

.in-view .down-19 {
  -webkit-transition-delay: 5.4s;
  transition-delay: 5.4s
}

.in-view .down-20 {
  -webkit-transition-delay: 5.7s;
  transition-delay: 5.7s
}

.in-view .down-1-quick {
  -webkit-transition-delay: .5s;
  transition-delay: .5s
}

.in-view .down-2-quick {
  -webkit-transition-delay: .6s;
  transition-delay: .6s
}

.in-view .down-3-quick {
  -webkit-transition-delay: .7s;
  transition-delay: .7s
}

.in-view .down-4-quick {
  -webkit-transition-delay: .8s;
  transition-delay: .8s
}

.in-view .down-5-quick {
  -webkit-transition-delay: .9s;
  transition-delay: .9s
}

.in-view .down-6-quick {
  -webkit-transition-delay: 1s;
  transition-delay: 1s
}

.in-view .down-7-quick {
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s
}

.in-view .down-8-quick {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s
}

.in-view .down-9-quick {
  -webkit-transition-delay: 1.3s;
  transition-delay: 1.3s
}

.in-view .down-10-quick {
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s
}

.in-view .down-11-quick {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s
}

.in-view .down-12-quick {
  -webkit-transition-delay: 1.6s;
  transition-delay: 1.6s
}

.in-view .down-13-quick {
  -webkit-transition-delay: 1.7s;
  transition-delay: 1.7s
}

.in-view .down-14-quick {
  -webkit-transition-delay: 1.8s;
  transition-delay: 1.8s
}

.in-view .down-15-quick {
  -webkit-transition-delay: 1.9s;
  transition-delay: 1.9s
}

.in-view .down-16-quick {
  -webkit-transition-delay: 2s;
  transition-delay: 2s
}

.in-view .down-17-quick {
  -webkit-transition-delay: 2.1s;
  transition-delay: 2.1s
}

.in-view .down-18-quick {
  -webkit-transition-delay: 2.2s;
  transition-delay: 2.2s
}

.in-view .down-19-quick {
  -webkit-transition-delay: 2.3s;
  transition-delay: 2.3s
}

.in-view .down-20-quick {
  -webkit-transition-delay: 2.4s;
  transition-delay: 2.4s
}

.in-view .down-21-quick {
  -webkit-transition-delay: 2.5s;
  transition-delay: 2.5s
}

.in-view .down-22-quick {
  -webkit-transition-delay: 2.6s;
  transition-delay: 2.6s
}

.in-view .down-23-quick {
  -webkit-transition-delay: 2.7s;
  transition-delay: 2.7s
}

.in-view .down-24-quick {
  -webkit-transition-delay: 2.8s;
  transition-delay: 2.8s
}

.in-view .down-25-quick {
  -webkit-transition-delay: 2.9s;
  transition-delay: 2.9s
}

.in-view .down-26-quick {
  -webkit-transition-delay: 3s;
  transition-delay: 3s
}

.in-view .down-27-quick {
  -webkit-transition-delay: 3.1s;
  transition-delay: 3.1s
}

.in-view .down-28-quick {
  -webkit-transition-delay: 3.2s;
  transition-delay: 3.2s
}

.in-view .down-29-quick {
  -webkit-transition-delay: 3.3s;
  transition-delay: 3.3s
}

.in-view .down-30-quick {
  -webkit-transition-delay: 3.4s;
  transition-delay: 3.4s
}

.in-view .down-31-quick {
  -webkit-transition-delay: 3.5s;
  transition-delay: 3.5s
}

.in-view .down-32-quick {
  -webkit-transition-delay: 3.6s;
  transition-delay: 3.6s
}

.in-view .down-33-quick {
  -webkit-transition-delay: 3.7s;
  transition-delay: 3.7s
}

.in-view .down-34-quick {
  -webkit-transition-delay: 3.8s;
  transition-delay: 3.8s
}

.in-view .down-35-quick {
  -webkit-transition-delay: 3.9s;
  transition-delay: 3.9s
}

.in-view .down-36-quick {
  -webkit-transition-delay: 4s;
  transition-delay: 4s
}

.in-view .down-37-quick {
  -webkit-transition-delay: 4.1s;
  transition-delay: 4.1s
}

.in-view .down-38-quick {
  -webkit-transition-delay: 4.2s;
  transition-delay: 4.2s
}

.in-view .down-39-quick {
  -webkit-transition-delay: 4.3s;
  transition-delay: 4.3s
}

.in-view .down-40-quick {
  -webkit-transition-delay: 4.4s;
  transition-delay: 4.4s
}

.in-view .down-41-quick {
  -webkit-transition-delay: 4.5s;
  transition-delay: 4.5s
}

.in-view .down-42-quick {
  -webkit-transition-delay: 4.6s;
  transition-delay: 4.6s
}

.in-view .down-43-quick {
  -webkit-transition-delay: 4.7s;
  transition-delay: 4.7s
}

.in-view .down-44-quick {
  -webkit-transition-delay: 4.8s;
  transition-delay: 4.8s
}

.in-view .down-45-quick {
  -webkit-transition-delay: 4.9s;
  transition-delay: 4.9s
}

.in-view .down-46-quick {
  -webkit-transition-delay: 5s;
  transition-delay: 5s
}

.in-view .down-47-quick {
  -webkit-transition-delay: 5.1s;
  transition-delay: 5.1s
}

.in-view .down-48-quick {
  -webkit-transition-delay: 5.2s;
  transition-delay: 5.2s
}

.in-view .down-49-quick {
  -webkit-transition-delay: 5.3s;
  transition-delay: 5.3s
}

.in-view .down-50-quick {
  -webkit-transition-delay: 5.4s;
  transition-delay: 5.4s
}

@media screen and (max-width: 63.99875em) {
  .section {
    overflow: hidden
  }
}

.animation {
  -webkit-transition-duration: 0.55s;
  transition-duration: 0.55s
}

@media screen and (min-width: 1024px) {

  .animation.spin,
  .section .post-text blockquote.animation::before,
  .section .post-other-posts-container li.animation:before {
    opacity: 0;
    -webkit-transition-duration: 2s !important;
    transition-duration: 2s !important;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out
  }

  .animation.spin.in-view,
  .section .post-text blockquote.animation.in-view::before,
  .section .post-other-posts-container li.animation.in-view:before {
    -webkit-transform: rotate(-720deg);
    -ms-transform: rotate(-720deg);
    transform: rotate(-720deg);
    opacity: 1
  }
}

@media screen and (min-width: 1024px) {
  .animation.fromRight {
    -webkit-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
    visibility: hidden
  }

  .animation.fromRight.in-view {
    -webkit-transform: translateX(0) !important;
    -ms-transform: translateX(0) !important;
    transform: translateX(0) !important;
    opacity: 1 !important;
    visibility: visible
  }
}

@media screen and (min-width: 1024px) {
  .animation.fromLeft {
    -webkit-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
    visibility: hidden
  }

  .animation.fromLeft.in-view {
    -webkit-transform: translateX(0) !important;
    -ms-transform: translateX(0) !important;
    transform: translateX(0) !important;
    opacity: 1 !important;
    visibility: visible
  }
}

@media screen and (min-width: 1024px) {
  .animation.fromTopHeader {
    -webkit-transform: translate3d(0, -25px, 0);
    transform: translate3d(0, -25px, 0);
    opacity: 0;
    visibility: hidden
  }

  .animation.fromTopHeader.in-view {
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
    opacity: 1 !important;
    visibility: visible
  }
}

@media screen and (min-width: 1024px) {
  .animation.fromTop {
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
    opacity: 0;
    visibility: hidden
  }

  .animation.fromTop.in-view {
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
    opacity: 1 !important;
    visibility: visible
  }
}

@media screen and (min-width: 1024px) {
  .animation.fromDown {
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    opacity: 0;
    visibility: hidden
  }

  .animation.fromDown.in-view {
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
    opacity: 1 !important;
    visibility: visible
  }
}

@media screen and (min-width: 1024px) {
  .animation.fromDownLarge {
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
    opacity: 0;
    visibility: hidden
  }

  .animation.fromDownLarge.in-view {
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
    opacity: 1 !important;
    visibility: visible
  }
}

@media screen and (min-width: 1024px) {
  .animation.SlidefromDown {
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
    visibility: hidden
  }

  .animation.SlidefromDown.in-view {
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
    visibility: visible
  }
}

@media screen and (min-width: 1024px) {
  .animation.fromTopSmall {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
    opacity: 0;
    visibility: hidden
  }

  .animation.fromTopSmall.in-view {
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
    opacity: 1 !important;
    visibility: visible
  }
}

@media screen and (min-width: 1024px) {
  .animation.fromDownSmall {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
    opacity: 0;
    visibility: hidden
  }

  .animation.fromDownSmall.in-view {
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
    opacity: 1 !important;
    visibility: visible
  }
}

@media screen and (min-width: 1024px) {
  .animation.animation-container .fromDown {
    -webkit-transition-duration: 0.7s;
    transition-duration: 0.7s;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transform: translate3d(0, 60px, 0);
    transform: translate3d(0, 60px, 0);
    opacity: 0;
    visibility: hidden
  }

  .animation.animation-container.in-view .fromDown {
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
    opacity: 1 !important;
    visibility: visible
  }

  .animation.animation-container.in-view .down-1 {
    -webkit-transition-delay: 0s;
    transition-delay: 0s
  }

  .animation.animation-container.in-view .after-letters {
    -webkit-transition-delay: 1s;
    transition-delay: 1s
  }
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes fadeIn {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1
  }

  to {
    opacity: 0
  }
}

@keyframes fadeOut {
  from {
    opacity: 1
  }

  to {
    opacity: 0
  }
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0)
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0)
  }
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

.button,
.contact-form-section .form__button {
  display: inline-block;
  vertical-align: middle;
  padding: 0 !important;
  font-weight: normal;
  line-height: normal;
  background-color: transparent;
  position: relative;
  border: none;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  background: none;
  border-radius: 3px;
  margin: 0;
}

.button+.button,
.contact-form-section .form__button+.button,
.contact-form-section .button+.form__button,
.contact-form-section .form__button+.form__button {
  margin-left: 1.25rem !important
}

.button span,
.contact-form-section .form__button span {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 10;
  margin: 0;
  padding: 1.0625rem 1.5625rem;
  font-weight: 900;
  letter-spacing: .0625rem;
  line-height: normal;
  color: #fefefe;
  font-size: 1.8em;
  border-radius: 3px;
}

@media screen and (min-width: 1024px) {

  .button span,
  .contact-form-section .form__button span {
    padding: 1.125rem 2.1875rem
  }
}

@media screen and (max-width: 39.99875em) {

  .button,
  .contact-form-section .form__button {
    display: block
  }

  .button span,
  .contact-form-section .form__button span {
    width: 100%;
    text-align: center !important
  }
}

.button.large span,
.contact-form-section .large.form__button span {
  padding: .8125rem 1.875rem .6875rem 1.875rem;
  font-size: .8125rem
}

.button.small span,
.section .post-text h3.button span,
.section .post-text .contact-form-section h3.form__button span,
.contact-form-section .section .post-text h3.form__button span,
.contact-form-section .small.form__button span {
  padding: .75rem 1.25rem .6875rem 1.25rem;
  font-size: .75rem
}

@media screen and (max-width: 39.99875em) {

  .button.wide-btn,
  .contact-form-section .wide-btn.form__button {
    width: 100%;
    max-width: 560px
  }

  .button.wide-btn span,
  .contact-form-section .wide-btn.form__button span {
    width: 100%
  }
}

.button.primary-color,
.contact-form-section .primary-color.form__button {
  background: none !important
}

.button.primary-color span,
.contact-form-section .primary-color.form__button span {
  background: #7e00ff;
  color: #fff
}

.button.primary-color:hover span,
.contact-form-section .primary-color.form__button:hover span {
  background: #f95157 !important;
  -webkit-transform: translateY(-9px);
  -ms-transform: translateY(-9px);
  transform: translateY(-9px)
}

.button.go-top,
.contact-form-section .go-top.form__button {
  background: none !important
}

@media screen and (max-width: 63.99875em) {

  .button.go-top,
  .contact-form-section .go-top.form__button {
    width: auto;
    display: inline-block
  }
}

.button.go-top span,
.contact-form-section .go-top.form__button span {
  background: #f95157;
  color: #fff;
  border: .125rem solid #fff;
  position: relative;
  padding: .9375rem 1.875rem .9375rem 3.75rem
}

@media screen and (max-width: 63.99875em) {

  .button.go-top span,
  .contact-form-section .go-top.form__button span {
    width: auto;
    display: inline-block
  }
}

.button.go-top span:before,
.contact-form-section .go-top.form__button span:before {
  content: "";
  width: .9375rem;
  height: .9375rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 1.875rem;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='512' height='512' viewBox='0 0 512 512' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M236.022 113.769L8.17944 341.616C2.90547 346.886 -2.29386e-06 353.92 -1.96599e-06 361.421C-1.63811e-06 368.922 2.90547 375.957 8.17944 381.227L24.9546 398.006C35.8855 408.925 53.6513 408.925 64.5656 398.006L255.894 206.678L447.434 398.218C452.708 403.488 459.739 406.398 467.236 406.398C474.741 406.398 481.771 403.488 487.05 398.218L503.821 381.439C509.095 376.165 512 369.135 512 361.634C512 354.133 509.095 347.098 503.821 341.828L275.77 113.769C270.479 108.487 263.416 105.586 255.906 105.602C248.368 105.586 241.308 108.487 236.022 113.769Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='512' height='512' fill='white' transform='translate(0 512) rotate(-90)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-size: contain
}

.button.go-top:hover span,
.contact-form-section .go-top.form__button:hover span {
  background: #7e00ff !important;
  -webkit-transform: translateY(-9px);
  -ms-transform: translateY(-9px);
  transform: translateY(-9px);
  border: .125rem solid #7e00ff
}

.button.primary-color-2,
.contact-form-section .primary-color-2.form__button {
  background: none !important
}

.button.primary-color-2 span,
.contact-form-section .primary-color-2.form__button span {
  background: #7e00ff;
  color: #fff
}

.button.primary-color-2:hover span,
.contact-form-section .primary-color-2.form__button:hover span {
  background: #fff !important;
  color: #f95157;
  -webkit-transform: translateY(-9px);
  -ms-transform: translateY(-9px);
  transform: translateY(-9px)
}

.button.primary-color-2,
.contact-form-section .primary-color-2.form__button {
  background: none !important
}

.button.primary-color-2 span,
.contact-form-section .primary-color-2.form__button span {
  background: #7e00ff;
  color: #fff
}

.button.primary-color-2:hover span,
.contact-form-section .primary-color-2.form__button:hover span {
  background: #fff !important;
  color: #282f39;
  -webkit-transform: translateY(-9px);
  -ms-transform: translateY(-9px);
  transform: translateY(-9px)
}

.button.secondary-color,
.contact-form-section .form__button {
  background: none !important
}

.button.secondary-color span,
.contact-form-section .form__button span {
  background: #fb3056;
  color: #fff
}

.button.secondary-color:hover span,
.contact-form-section .form__button:hover span {
  background: #7e00ff !important;
  -webkit-transform: translateY(-9px);
  -ms-transform: translateY(-9px);
  transform: translateY(-9px)
}

.button.secondary-color-2,
.contact-form-section .secondary-color-2.form__button {
  background: none !important
}

.button.secondary-color-2 span,
.contact-form-section .secondary-color-2.form__button span {
  background: #f95157;
  color: #fff
}

.button.secondary-color-2:hover span,
.contact-form-section .secondary-color-2.form__button:hover span {
  background: #fff !important;
  color: #7e00ff;
  -webkit-transform: translateY(-9px);
  -ms-transform: translateY(-9px);
  transform: translateY(-9px)
}

.button.secondary-white-color,
.contact-form-section .secondary-white-color.form__button {
  background: none !important
}

.button.secondary-white-color span,
.contact-form-section .secondary-white-color.form__button span {
  background: #f95157;
  color: #fff
}

.button.secondary-white-color:hover span,
.contact-form-section .secondary-white-color.form__button:hover span {
  background: #fff !important;
  color: #f95157;
  -webkit-transform: translateY(-9px);
  -ms-transform: translateY(-9px);
  transform: translateY(-9px)
}

.button.primary-white-color,
.contact-form-section .primary-white-color.form__button {
  background: none !important
}

.button.primary-white-color span,
.contact-form-section .primary-white-color.form__button span {
  background: #7e00ff;
  color: #fff
}

.button.primary-white-color:hover span,
.contact-form-section .primary-white-color.form__button:hover span {
  background: #fff !important;
  color: #7e00ff;
  -webkit-transform: translateY(-9px);
  -ms-transform: translateY(-9px);
  transform: translateY(-9px)
}

.btn-white-force span {
  background-color: #fff !important;
  color: #282f39 !important
}

.btn-white-force:hover span {
  background: #fff !important;
  color: #7e00ff;
  -webkit-transform: translateY(-9px);
  -ms-transform: translateY(-9px);
  transform: translateY(-9px)
}

.btn-blue-force span {
  background-color: #7e00ff !important;
  color: #fff !important
}

.btn-blue-force:hover span {
  background: #fff !important;
  color: #f95157;
  -webkit-transform: translateY(-9px);
  -ms-transform: translateY(-9px);
  transform: translateY(-9px)
}

.btn-pink-force span {
  background-color: #f95157 !important;
  color: #fff !important
}

.btn-pink-force:hover span {
  background: #fff !important;
  color: #f95157;
  -webkit-transform: translateY(-9px);
  -ms-transform: translateY(-9px);
  transform: translateY(-9px)
}

body {
  overflow-x: hidden;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  padding: 0;
  margin: 0;
  color: #282f39;
  background-color: #fff;
  font-family: 'Muli', sans-serif;
  font-size: 10px;
  font-weight: 400
}

@media screen and (max-width: 63.99875em) {
  body {
    font-size: .875rem
  }

  body p,
  body li {
    font-size: .9375rem
  }
}

body.body-search .hamburger span {
  background-color: #fefefe !important
}

body.overflow {
  overflow: hidden
}

@media screen and (min-width: 1024px) {
  body.admin-bar #hamburger-wrapper {
    top: 2.625rem !important
  }
}

@media screen and (min-width: 37.5625rem) and (max-width: 48.875rem) {
  body.admin-bar #hamburger-wrapper {
    top: 3.5rem !important
  }
}

@media screen and (max-width: 37.5rem) {
  body.admin-bar #hamburger-wrapper {
    top: 3.5rem !important
  }
}

.before-animation,
#footer ul li .link:hover:after,
#footer ul li .link:focus:after,
.main-navigation .link-image:hover span:after,
.main-navigation .link-image:focus span:after,
.main-navigation .link-image.animated-delay:hover span:after,
.main-navigation .link-image.animated-delay:focus span:after,
.scrollto li a:hover:after {
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
  -webkit-animation-iteration-count: 3;
  animation-iteration-count: 3
}

.idea {
  position: relative
}

@media screen and (min-width: 1024px) {
  .idea {
    padding-top: 20.625rem
  }
}

@media screen and (max-width: 74.99875em) {
  .idea {
    padding-top: 9.375rem
  }
}

@media screen and (max-width: 63.99875em) {
  .idea {
    padding-top: 9.375rem
  }
}

@media screen and (max-width: 63.99875em) {

  .idea .button,
  .idea .contact-form-section .form__button,
  .contact-form-section .idea .form__button {
    margin-top: 1.875rem
  }
}

.wave-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden
}

@media screen and (max-width: 63.99875em) {
  .wave-wrapper {
    opacity: 1 !important;
    visibility: visible !important
  }

  .wave-wrapper .wave,
  .wave-wrapper .wave-pink {
    -webkit-animation-duration: 5s !important;
    animation-duration: 5s !important
  }
}

.idea .wave-wrapper {
  bottom: auto;
  top: 0
}

.wave-wrapper .wave,
.wave-wrapper .wave-pink {
  background: url(../images/wave.svg) repeat-x;
  background-position: bottom center;
  width: 400rem;
  height: 20.625rem;
  -webkit-animation: wave 9s cubic-bezier(0.44, 0.66, 0.67, 0.37) infinite;
  animation: wave 9s cubic-bezier(0.44, 0.66, 0.67, 0.37) infinite;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0)
}

.wave-wrapper .wave.home-hero,
.wave-wrapper .home-hero.wave-pink {
  height: 15.625rem
}

@media screen and (max-width: 74.99875em) {

  .wave-wrapper .wave.home-hero,
  .wave-wrapper .home-hero.wave-pink {
    height: 9.375rem;
    background-position: top
  }
}

.idea .wave-wrapper .wave,
.idea .wave-wrapper .wave-pink {
  background: url(../images/wave-idea.svg) repeat-x
}

@media screen and (max-width: 74.99875em) {

  .idea .wave-wrapper .wave,
  .idea .wave-wrapper .wave-pink {
    background: url(../images/wave-idea-mobile.svg) repeat-x
  }
}

@media screen and (max-width: 74.99875em) {

  .wave-wrapper .wave,
  .wave-wrapper .wave-pink {
    background: url(../images/wave-mobile.svg) repeat-x;
    height: 9.375rem;
    background-position: top
  }
}

.wave-wrapper .wave-pink {
  background-color: #202122
}

.idea .wave-wrapper .wave-pink {
  background: url(../images/wave-idea-pink.svg) repeat-x
}

@media screen and (max-width: 74.99875em) {
  .idea .wave-wrapper .wave-pink {
    background: url(../images/wave-idea-mobile-pink.svg) repeat-x
  }
}

#hamburger-wrapper {
  cursor: pointer;
  left: auto;
  position: fixed;
  z-index: 350;
  width: 4.0625rem;
  height: 3.75rem;
  padding: 1.25rem
}

#hamburger-wrapper:focus {
  background: none
}

@media screen and (min-width: 1024px) {
  
  #hamburger-wrapper {
    display: none;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: .9375rem
  }
}

@media screen and (max-width: 63.99875em) {
  #hamburger-wrapper {
    top: .4375rem;
    right: .4375rem;
    padding: .9375rem;
    height: 3.125rem;
    width: 3.125rem
  }
}

#hamburger-wrapper .hamburger {
  position: relative;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center
}

@media screen and (max-width: 63.99875em) {
  #hamburger-wrapper .hamburger {
    -webkit-transform: translateY(0px) translateX(0px);
    -ms-transform: translateY(0px) translateX(0px);
    transform: translateY(0px) translateX(0px)
  }
}

#hamburger-wrapper .hamburger.black span {
  background-color: #282f39
}

#hamburger-wrapper .hamburger span {
  display: block;
  position: absolute;
  height: .1875rem;
  width: 100%;
  background: #282f39;
  border-radius: 3px;
  opacity: 1;
  right: 0;
  -webkit-transform: rotate(0deg) translate3d(0, 0, 0);
  transform: rotate(0deg) translate3d(0, 0, 0);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out
}

#hamburger-wrapper .hamburger span:nth-child(1) {
  top: 0px
}

#hamburger-wrapper .hamburger span:nth-child(2) {
  top: .5625rem;
  -webkit-transform: translateX(-.4375rem);
  -ms-transform: translateX(-.4375rem);
  transform: translateX(-.4375rem)
}

#hamburger-wrapper .hamburger span:nth-child(3) {
  top: 18px
}

#hamburger-wrapper .hamburger.open span {
  background: #282f39 !important
}

#hamburger-wrapper .hamburger.open span.white {
  background: #282f39 !important
}

#hamburger-wrapper .hamburger.open span:nth-child(1) {
  top: .5625rem;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg)
}

#hamburger-wrapper .hamburger.open span:nth-child(2) {
  opacity: 0;
  right: -60px
}

#hamburger-wrapper .hamburger.open span:nth-child(3) {
  top: .5625rem;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg)
}

.section-header {
  font-weight: normal;
  color: #282f39
}

@media screen and (min-width: 1024px) {
  .section-header {
    font-size: 3.75rem;
    margin-bottom: 1.875rem;
    line-height: 4.125rem;
    max-width: 26.875rem
  }
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .section-header {
    font-size: 3.4375rem;
    margin-bottom: 1.5625rem;
    line-height: 3.5rem
  }
}

@media screen and (max-width: 39.99875em) {
  .section-header {
    font-size: 2.125rem;
    margin-bottom: 1.5625rem;
    line-height: 2.5rem;
    text-align: center
  }
}

.preload {
  overflow: hidden !important
}

.wow {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.touch-slider-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-scroll-snap-points-x: repeat(260px);
  -ms-scroll-snap-points-x: repeat(260px);
  scroll-snap-points-x: repeat(260px);
  -webkit-scroll-snap-type: mandatory;
  -ms-scroll-snap-type: mandatory;
  scroll-snap-type: mandatory;
  padding-bottom: 1.875rem;
  margin-bottom: 1.875rem
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .search .touch-slider-wrapper {
    padding-left: 4.375rem
  }
}

@media screen and (max-width: 39.99875em) {
  .search .touch-slider-wrapper {
    padding-left: 3.125rem;
    -webkit-scroll-snap-points-x: repeat(240px);
    -ms-scroll-snap-points-x: repeat(240px);
    scroll-snap-points-x: repeat(240px)
  }
}

@media screen and (max-width: 39.99875em) {
  .touch-slider-wrapper {
    padding-left: 1.875rem;
    padding-right: 1.875rem
  }
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .touch-slider-wrapper {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    -webkit-scroll-snap-points-x: repeat(355px);
    -ms-scroll-snap-points-x: repeat(355px);
    scroll-snap-points-x: repeat(355px)
  }
}

.touch-slider-wrapper .touch-wrapper-helper {
  white-space: nowrap;
  width: 100%
}

.touch-slider-wrapper .touch-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  white-space: normal;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .touch-slider-wrapper .touch-slide {
    width: 22.1875rem;
    margin-right: 1.875rem
  }
}

@media screen and (max-width: 39.99875em) {
  .touch-slider-wrapper .touch-slide {
    width: 16.25rem;
    margin-right: 1.5625rem
  }

  .search .touch-slider-wrapper .touch-slide {
    width: 15rem
  }
}

.touch-slider-wrapper .touch-slide .m-b-60 {
  margin-bottom: 0 !important
}

.touch-slider-wrapper .touch-slide .box-news {
  padding-bottom: 1.25rem !important
}

.touch-slider-wrapper .touch-slide .video-cover,
.touch-slider-wrapper .touch-slide .box-cover {
  margin-bottom: 1.25rem !important
}

.touch-slider-wrapper .touch-slide time,
.touch-slider-wrapper .touch-slide h2 {
  margin-bottom: 0 !important
}

.searchwp-live-search-results .touch-slider-wrapper {
  margin-bottom: 0;
  padding-bottom: 0
}

.searchwp-live-search-results .touch-slide {
  width: 33%;
  height: 100%
}

.fullscreen-photo {
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: -2
}

@media screen and (max-width: 63.99875em) {
  .fullscreen-photo {
    height: 60vh
  }
}

.fullscreen-photo img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  position: fixed !important;
  width: 100%;
  top: 0;
  left: 0
}

.spin,
.section .post-text blockquote::before,
.section .post-other-posts-container li:before {
  width: 1.25rem;
  height: .125rem;
  position: absolute;
  top: .625rem;
  left: 0;
  display: block;
  background-color: #f95157
}

.spin.primary-color,
.section .post-text blockquote.primary-color::before,
.section .post-other-posts-container li.primary-color:before {
  background-color: #7e00ff
}

.spin.secondary-color,
.section .post-text blockquote.secondary-color::before,
.section .post-text .contact-form-section blockquote.form__button::before,
.contact-form-section .section .post-text blockquote.form__button::before,
.section .post-other-posts-container li.secondary-color:before,
.section .post-other-posts-container .contact-form-section li.form__button:before,
.contact-form-section .section .post-other-posts-container li.form__button:before,
.contact-form-section .spin.form__button {
  background-color: #f95157
}

.spin.white-color,
.section .post-text blockquote.white-color::before,
.section .post-other-posts-container li.white-color:before {
  background-color: #fff
}

@media screen and (max-width: 39.99875em) {

  .spin,
  .section .post-text blockquote::before,
  .section .post-other-posts-container li:before {
    display: none !important
  }
}

section {
  position: relative;
  z-index: 2
}

.section-padding-100,
.section-padding-70,
.section-padding-50 {
  padding: 25px 0
}

@media screen and (min-width: 1024px) {
  .section-padding-50 {
    padding: 50px 0
  }
  .section-padding-70 {
    padding: 70px 0
  }
  .section-padding-100 {
    padding: 100px 0
  }
  .section-padding-0 {
    padding: 0
  }
}

.section-overflow {
  overflow: hidden
}

@media screen and (min-width: 1024px) {
  .section-padding-bottom {
    padding: 0 0 9.375rem 0
  }
}

@media screen and (max-width: 63.99875em) {
  .section-padding-bottom {
    padding: 0 0 5rem 0
  }
}

.transition-bcg {
  -webkit-transition: background-color 1s linear;
  transition: background-color 1s linear
}

.reveal {
  border-radius: 3px;
  border: none;
  padding: 2.1875rem 3.125rem 2.1875rem 2.1875rem;
  outline: none;
  position: relative
}

@media screen and (min-width: 1024px) {
  .reveal.xsmall {
    max-width: 28.9375rem
  }
}

.reveal .close-button {
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  font-size: 1.8125rem;
  font-family: "Poppins", sans-serif !important;
  font-weight: 300;
  padding: .9375rem 1.125rem
}

.reveal .close-button:hover {
  opacity: 0.7
}

.reveal-overlay {
  background-color: rgba(3, 3, 22, 0.9);
  display: block !important;
  visibility: hidden !important
}

.reveal-overlay.fadeOut {
  -webkit-animation: 1s fadeOut ease 1;
  animation: 1s fadeOut ease 1;
  visibility: hidden
}

.is-reveal-open .reveal-overlay {
  -webkit-animation: 1s fadeIn ease 1;
  animation: 1s fadeIn ease 1;
  visibility: visible !important
}

@media screen and (min-width: 1024px) {
  .circle-cursor {
    position: fixed;
    left: 0;
    top: 0;
    pointer-events: none;
    border-radius: 50%
  }

  .circle-cursor--outer {
    width: 35px;
    height: 35px;
    background: rgba(255, 255, 255, 0.2);
    border: 2px solid #f95157;
    z-index: 11000;
    opacity: 1
  }
}

.inline-block {
  display: inline-block
}

.display-block {
  display: block
}

.primary-before-color:before {
  background-color: #7e00ff
}

.secondary-before-color:before {
  background-color: #f95157
}

.before-pink-force:before {
  background-color: #f95157 !important
}

.before-blue-force:before {
  background-color: #7e00ff !important
}

@media screen and (max-width: 39.99875em) {
  .small-align-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
  }
}

.onBlue li:before {
  background-color: #f95157 !important
}

section.error,
section.thank-you {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 12.5rem 0
}

section.error .button,
section.error .contact-form-section .form__button,
.contact-form-section section.error .form__button,
section.thank-you .button,
section.thank-you .contact-form-section .form__button,
.contact-form-section section.thank-you .form__button {
  margin-top: 3.125rem
}

.cs-link {
  width: 100%;
  height: 100%;
  display: block;
  z-index: 30
}

#header .main_nav li.current_page_item a,
#header .main_nav li.current-page-ancestor a {
  color: #7e00ff !important
}

div.asl_r.vertical,
.probox {
  background: transparent;
  background-color: transparent
}

div.asl_r .resdrg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-scroll-snap-points-x: repeat(260px);
  -ms-scroll-snap-points-x: repeat(260px);
  scroll-snap-points-x: repeat(260px);
  -webkit-scroll-snap-type: mandatory;
  -ms-scroll-snap-type: mandatory;
  scroll-snap-type: mandatory;
  padding-bottom: 1.875rem;
  margin-bottom: 1.875rem;
  height: 344px;
  padding-bottom: 10px;
  margin-bottom: 0
}

@media screen and (max-width: 39.99875em) {
  div.asl_r .resdrg {
    -webkit-scroll-snap-points-x: repeat(240px);
    -ms-scroll-snap-points-x: repeat(240px);
    scroll-snap-points-x: repeat(240px);
    display: block;
    height: 100%;
    overflow-x: hidden
  }
}

div.asl_r .resdrg .item {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  white-space: normal;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0 10px;
  width: calc(33% - 20px)
}

div.asl_r .resdrg .item:first-child {
  margin-left: 0
}

div.asl_r .resdrg .item:last-child {
  margin-right: 0
}

@media screen and (max-width: 39.99875em) {
  div.asl_r .resdrg .item {
    width: 100%;
    height: 300px;
    margin: 0 0 20px 0 !important;
    margin: 0;
    width: calc(100% - 8px)
  }
}

div.asl_r .resdrg::-webkit-scrollbar {
  background: transparent;
  width: 16px
}

@media screen and (max-width: 39.99875em) {
  div.asl_r .resdrg::-webkit-scrollbar {
    width: 8px
  }
}

div.asl_r .resdrg::-webkit-scrollbar-track {
  background-color: transparent
}

div.asl_r .resdrg::-webkit-scrollbar-thumb {
  background-color: #babac0;
  border-radius: 16px
}

#ajaxsearchliteres1 {
  top: 200px
}

.wpdreams_asl_container.asl_w.asl_m.asl_m_1,
.probox {
  background-image: none;
  background-color: transparent
}

.promagnifier {
  display: none
}

#ajaxsearchlite1 .probox,
div.asl_w .probox {
  height: 150px;
  background-image: none;
  background-color: transparent
}

@media screen and (max-width: 39.99875em) {

  #ajaxsearchlite1 .probox,
  div.asl_w .probox {
    height: 80px
  }
}

#ajaxsearchlite1 .probox input,
div.asl_w .probox input {
  height: 100% !important;
  font-size: 78px !important;
  font-weight: bold !important;
}

#ajaxsearchlite1 .probox input.autocomplete,
div.asl_w .probox input.autocomplete {
  -webkit-transform: translateY(-58px);
  -ms-transform: translateY(-58px);
  transform: translateY(-58px)
}

@media screen and (max-width: 39.99875em) {

  #ajaxsearchlite1 .probox input,
  div.asl_w .probox input {
    font-size: 25px !important
  }
}

#ajaxsearchlite1 .probox input:placeholder,
div.asl_w .probox input:placeholder {
  color: transparent
}

.proclose {
  visibility: hidden
}

div.asl_r .results .asl_nores {
  width: 100%;
  height: 100px;
  background: transparent;
  color: white
}

div.asl_r .results .asl_nores span {
  font-weight: bold
}

.asl_keyword {
  display: none
}

div.asl_m .probox .proinput {
  margin: 0
}

div.asl_r .results .item .asl_image {
  max-width: 100% !important;
  height: 80% !important;
  width: 100% !important
}

div.asl_r .results .item .asl_image {
  background-size: contain;
  background-repeat: no-repeat
}

div.asl_r .results .item.hovered {
  background-image: none !important;
  background-color: white !important
}

div.asl_r .results .item .asl_content h3,
div.asl_r .results .item .asl_content h3 a,
div.asl_r .results .item .asl_content h3,
div.asl_r .results .item .asl_content h3 a:hover {
  color: #282f39;
  font-size: 21px;
  font-weight: bold;
}

div.asl_r .results .item .asl_content {
  padding-bottom: 30px;
  padding-left: 5px;
  width: 100%
}

#ajaxsearchlite1 {
  overflow: visible;
  position: relative
}

div.asl_w .probox .proloading {
  position: absolute;
  top: 150%;
  left: 50%
}

div.asl_r.vertical .results .asl_spacer {
  display: none
}

div.asl_r .results {
  max-height: 70vh !important
}

.visually-hidden {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden
}

.headline,
.case-study h2,
.section-case-intro h3,
.section .post-text h3 {
  position: relative;
  z-index: 77;
  font-weight: 700
}

@media screen and (max-width: 39.99875em) {

  .headline span,
  .case-study h2 span,
  .section-case-intro h3 span,
  .section .post-text h3 span {
    width: 100%
  }
}

@media screen and (max-width: 63.99875em) {

  .headline,
  .case-study h2,
  .section-case-intro h3,
  .section .post-text h3 {
    margin-bottom: 2.5rem
  }
}

@media screen and (min-width: 1024px) {

  .headline.more-projetcs,
  .case-study h2.more-projetcs,
  .section-case-intro h3.more-projetcs,
  .section .post-text h3.more-projetcs {
    margin-bottom: 3.75rem
  }
}

@media screen and (max-width: 63.99875em) {

  .headline.more-projetcs,
  .case-study h2.more-projetcs,
  .section-case-intro h3.more-projetcs,
  .section .post-text h3.more-projetcs {
    margin-bottom: 1.875rem
  }
}

@media screen and (min-width: 1024px) {

  .headline.xxlarge,
  .case-study h2.xxlarge,
  .section-case-intro h3.xxlarge,
  .section .post-text h3.xxlarge {
    font-size: 4.875rem;
    line-height: 5.625rem
  }
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {

  .headline.xxlarge,
  .case-study h2.xxlarge,
  .section-case-intro h3.xxlarge,
  .section .post-text h3.xxlarge {
    font-size: 3.75rem;
    line-height: 4.6875rem
  }
}

@media screen and (max-width: 39.99875em) {

  .headline.xxlarge,
  .case-study h2.xxlarge,
  .section-case-intro h3.xxlarge,
  .section .post-text h3.xxlarge {
    font-size: 2.75rem;
    line-height: 3.25rem;
    margin-bottom: 0
  }
}

@media screen and (min-width: 1024px) {

  .headline.xlarge,
  .case-study h2.xlarge,
  .section-case-intro h3.xlarge,
  .section .post-text h3.xlarge {
    font-size: 4.375rem;
    line-height: 5.625rem
  }
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {

  .headline.xlarge,
  .case-study h2.xlarge,
  .section-case-intro h3.xlarge,
  .section .post-text h3.xlarge {
    font-size: 3.75rem;
    line-height: 4.6875rem
  }
}

@media screen and (max-width: 39.99875em) {

  .headline.xlarge,
  .case-study h2.xlarge,
  .section-case-intro h3.xlarge,
  .section .post-text h3.xlarge {
    font-size: 2.75rem;
    line-height: 3.25rem;
    margin-bottom: 0
  }
}

@media screen and (min-width: 1024px) {

  .headline.large,
  .case-study h2.large,
  .section-case-intro h3.large,
  .section .post-text h3.large {
    font-size: 3.75rem;
    line-height: 4.375rem
  }
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {

  .headline.large,
  .case-study h2.large,
  .section-case-intro h3.large,
  .section .post-text h3.large {
    font-size: 3.4375rem;
    line-height: 4.0625rem
  }
}

@media screen and (max-width: 39.99875em) {

  .headline.large,
  .case-study h2.large,
  .section-case-intro h3.large,
  .section .post-text h3.large {
    font-size: 2.375rem;
    line-height: 3.1875rem
  }
}

@media screen and (min-width: 1024px) {

  .headline.medium,
  .case-study h2.medium,
  .section-case-intro h3.medium,
  .section .post-text h3.medium {
    font-size: 3rem;
    line-height: 4.0625rem
  }
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {

  .headline.medium,
  .case-study h2.medium,
  .section-case-intro h3.medium,
  .section .post-text h3.medium {
    font-size: 2.375rem;
    line-height: 3rem
  }
}

@media screen and (max-width: 39.99875em) {

  .headline.medium,
  .case-study h2.medium,
  .section-case-intro h3.medium,
  .section .post-text h3.medium {
    font-size: 2.5rem;
    line-height: 3.25rem
  }
}

@media screen and (min-width: 1024px) {

  .headline.small,
  .case-study h2.small,
  .section-case-intro h3.small,
  .section .post-text h3 {
    font-size: 1.75rem;
    line-height: 2.375rem
  }
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {

  .headline.small,
  .case-study h2.small,
  .section-case-intro h3.small,
  .section .post-text h3 {
    font-size: 1.5625rem;
    line-height: 2.1875rem
  }
}

@media screen and (max-width: 39.99875em) {

  .headline.small,
  .case-study h2.small,
  .section-case-intro h3.small,
  .section .post-text h3 {
    font-size: 1.5rem;
    line-height: 2.0625rem
  }
}

@media screen and (max-width: 63.99875em) {

  .headline.small,
  .case-study h2.small,
  .section-case-intro h3.small,
  .section .post-text h3 {
    margin-bottom: 1.25rem
  }
}

.headline.small-medium,
.case-study h2.small-medium,
.section-case-intro h3,
.section .post-text h3.small-medium,
.section .post-text .section-case-intro h3,
.section-case-intro .section .post-text h3 {
  font-size: 1.5rem;
  line-height: 2.125rem
}

@media screen and (max-width: 63.99875em) {

  .headline.small-medium,
  .case-study h2.small-medium,
  .section-case-intro h3,
  .section .post-text h3.small-medium,
  .section .post-text .section-case-intro h3,
  .section-case-intro .section .post-text h3 {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.875rem
  }
}

.headline.xsmall,
.case-study h2.xsmall,
.section-case-intro h3.xsmall,
.section .post-text h3.xsmall {
  font-size: 1.125rem;
  line-height: 1.5rem
}

@media screen and (max-width: 63.99875em) {

  .headline.xsmall,
  .case-study h2.xsmall,
  .section-case-intro h3.xsmall,
  .section .post-text h3.xsmall {
    margin-bottom: 1.25rem
  }
}

.text {
  line-height: 1.625rem;
  font-size: 1rem
}

.text.white {
  color: #d9d9d9
}

.text.dark {
  color: #282f39
}

@media screen and (max-width: 39.99875em) {
  .text {
    font-size: .9375rem
  }
}

.bold {
  font-weight: 700
}

.photo-slider,
.marketing-slider,
.marketing-small-slider,
.design-slider,
.design-small-slider,
.webdev-slider,
.case-slider,
.testimonials-slider-mobile {
  opacity: 0
}

.photo-slider .gallery-cell {
  text-align: center
}

@media screen and (min-width: 1024px) {
  .photo-slider .gallery-cell {
    width: 40%
  }
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .photo-slider .gallery-cell {
    width: 60%
  }
}

@media screen and (max-width: 39.99875em) {
  .photo-slider .gallery-cell {
    width: 100%
  }
}

.photo-slider .gallery-cell picture {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 1.25rem
}

@media screen and (min-width: 1024px) {
  .photo-slider .gallery-cell picture {
    height: 33.125rem !important
  }

  .photo-slider .gallery-cell picture img,
  .photo-slider .gallery-cell picture source {
    max-height: 33.125rem;
    max-width: 32rem
  }
}

@media screen and (max-width: 63.99875em) {
  .photo-slider .gallery-cell picture {
    height: 18.75rem !important
  }

  .photo-slider .gallery-cell picture img,
  .photo-slider .gallery-cell picture source {
    max-height: 18.75rem
  }
}

.photo-slider .flickity-prev-next-button {
  position: absolute;
  width: 3.5rem;
  height: 3.5rem;
  border: none;
  padding: 0 !important;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 100;
  opacity: 1;
  border-radius: 50%;
  background-color: #fefefe;
  -webkit-box-shadow: 0 .625rem 1.875rem -.625rem rgba(249, 81, 87, 0.5);
  box-shadow: 0 .625rem 1.875rem -.625rem rgba(249, 81, 87, 0.5)
}

.photo-slider .flickity-prev-next-button .arrow {
  fill: #f95157 !important
}

.photo-slider .flickity-prev-next-button:hover,
.photo-slider .flickity-prev-next-button:focus {
  background: var(--primary-color)
}

.photo-slider .flickity-prev-next-button:hover .arrow,
.photo-slider .flickity-prev-next-button:focus .arrow {
  fill: #fefefe !important
}

.photo-slider .flickity-prev-next-button .flickity-button-icon {
  left: 35%;
  top: 35%;
  width: 30%;
  height: 30%
}

.photo-slider .flickity-prev-next-button.previous {
  left: 0
}

@media screen and (min-width: 1024px) {
  .photo-slider .flickity-prev-next-button.previous {
    left: -1.25rem
  }
}

.photo-slider .flickity-prev-next-button.previous:disabled {
  opacity: 0
}

.photo-slider .flickity-prev-next-button.next {
  right: 0
}

@media screen and (min-width: 1024px) {
  .photo-slider .flickity-prev-next-button.next {
    right: -1.25rem
  }
}

.photo-slider .flickity-prev-next-button.next:disabled {
  opacity: 0
}

.photo-slider .flickity-prev-next-button .arrow {
  fill: #0a0a0a
}

.photo-slider .flickity-prev-next-button.no-svg {
  color: #0a0a0a
}

.immuno-slider .gallery-cell {
  text-align: center;
  padding: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 100%
}

@media screen and (min-width: 1024px) {
  .immuno-slider .gallery-cell {
    width: 50%
  }
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .immuno-slider .gallery-cell {
    width: 40%
  }
}

@media screen and (max-width: 39.99875em) {
  .immuno-slider .gallery-cell {
    width: 100%
  }
}

.immuno-slider .gallery-cell img {
  width: 100%
}

.immuno-slider .flickity-prev-next-button {
  position: absolute;
  width: 3.5rem;
  height: 3.5rem;
  border: none;
  padding: 0 !important;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 100;
  opacity: 1;
  border-radius: 50%;
  background-color: #fefefe;
  -webkit-box-shadow: 0 .625rem 1.875rem -.625rem rgba(249, 81, 87, 0.5);
  box-shadow: 0 .625rem 1.875rem -.625rem rgba(249, 81, 87, 0.5)
}

.immuno-slider .flickity-prev-next-button .arrow {
  fill: #f95157 !important
}

.immuno-slider .flickity-prev-next-button:hover,
.immuno-slider .flickity-prev-next-button:focus {
  background: var(--primary-color)
}

.immuno-slider .flickity-prev-next-button:hover .arrow,
.immuno-slider .flickity-prev-next-button:focus .arrow {
  fill: #fefefe !important
}

.immuno-slider .flickity-prev-next-button .flickity-button-icon {
  left: 35%;
  top: 35%;
  width: 30%;
  height: 30%
}

.immuno-slider .flickity-prev-next-button.previous {
  left: 0
}

@media screen and (min-width: 1024px) {
  .immuno-slider .flickity-prev-next-button.previous {
    left: -1.25rem
  }
}

.immuno-slider .flickity-prev-next-button.previous:disabled {
  opacity: 0
}

.immuno-slider .flickity-prev-next-button.next {
  right: 0
}

@media screen and (min-width: 1024px) {
  .immuno-slider .flickity-prev-next-button.next {
    right: -1.25rem
  }
}

.immuno-slider .flickity-prev-next-button.next:disabled {
  opacity: 0
}

.immuno-slider .flickity-prev-next-button .arrow {
  fill: #0a0a0a
}

.immuno-slider .flickity-prev-next-button.no-svg {
  color: #0a0a0a
}

.case-slider {
  margin-top: 5rem;
  padding-bottom: 5rem
}

@media screen and (max-width: 63.99875em) {
  .case-slider {
    margin-top: 1.875rem
  }
}

.case-slider .gallery-cell {
  text-align: center
}

@media screen and (min-width: 1024px) {
  .case-slider .gallery-cell {
    width: 50%
  }
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .case-slider .gallery-cell {
    width: 60%
  }
}

@media screen and (max-width: 39.99875em) {
  .case-slider .gallery-cell {
    width: 100%
  }
}

.case-slider .gallery-cell picture {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 1.25rem
}

.case-slider .gallery-cell.is-selected .text-slider-content {
  opacity: 1
}

.case-slider .text-slider-content {
  padding: 0 1.875rem
}

@media screen and (min-width: 1024px) {
  .case-slider .text-slider-content {
    max-width: 46.25rem;
    margin: 0 auto;
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    opacity: 0.5
  }
}

@media screen and (max-width: 39.99875em) {
  .case-slider .text-slider-content {
    padding: 0 .625rem
  }
}

.case-slider .flickity-prev-next-button {
  position: absolute;
  width: 3.5rem;
  height: 3.5rem;
  border: none;
  padding: 0 !important;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 100;
  opacity: 1;
  top: auto;
  bottom: 0 !important;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  background-color: transparent
}

.case-slider .flickity-prev-next-button .arrow {
  fill: #fff !important
}

.case-slider .flickity-prev-next-button:hover .arrow,
.case-slider .flickity-prev-next-button:focus .arrow {
  fill: #fff !important
}

.case-slider .flickity-prev-next-button .flickity-button-icon {
  left: 35%;
  top: 35%;
  width: 30%;
  height: 30%
}

@media screen and (max-width: 39.99875em) {
  .case-slider .flickity-prev-next-button .flickity-button-icon {
    width: 40%;
    height: 40%
  }
}

.case-slider .flickity-prev-next-button.previous {
  left: 50%;
  -webkit-transform: translateX(-60px);
  -ms-transform: translateX(-60px);
  transform: translateX(-60px)
}

.case-slider .flickity-prev-next-button.previous:disabled {
  opacity: 0
}

@media screen and (max-width: 39.99875em) {
  .case-slider .flickity-prev-next-button.previous {
    left: 60px
  }
}

.case-slider .flickity-prev-next-button.next {
  right: 50%;
  -webkit-transform: translateX(60px);
  -ms-transform: translateX(60px);
  transform: translateX(60px)
}

.case-slider .flickity-prev-next-button.next:disabled {
  opacity: 0
}

@media screen and (max-width: 39.99875em) {
  .case-slider .flickity-prev-next-button.next {
    left: 0
  }
}

.case-slider .flickity-prev-next-button .arrow {
  fill: #fff
}

.case-slider .flickity-prev-next-button.no-svg {
  color: #fff
}

.mockup-small-slider {
  display: none
}

@media screen and (min-width: 1024px) {
  .mockup-small-slider {
    display: block;
    position: absolute;
    z-index: 20;
    width: 31.25rem
  }

  .mockup-small-slider .flickity-slider {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important
  }

  .mockup-small-slider .gallery-cell {
    width: 31.25rem;
    left: 0 !important;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    z-index: -1
  }

  .mockup-small-slider .gallery-cell img {
    border-radius: 3px
  }

  .mockup-small-slider .gallery-cell.is-selected {
    opacity: 1;
    z-index: 0
  }
}

.mockup-slider {
  border-radius: .9375rem
}

.mockup-slider .flickity-viewport {
  border-radius: .25rem
}

.mockup-slider .gallery-cell {
  text-align: center;
  width: 100%
}

.mockup-slider .gallery-cell .mockup-project {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-position: top center !important
}

@media screen and (min-width: 1024px) {
  .mockup-slider .gallery-cell .mockup-project {
    height: 35rem
  }
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .mockup-slider .gallery-cell .mockup-project {
    height: 24.375rem
  }
}

@media screen and (max-width: 39.99875em) {
  .mockup-slider .gallery-cell .mockup-project {
    height: 16.875rem
  }
}

.testimonials-slider-mobile .gallery-cell {
  text-align: center;
  width: 100%
}

.testimonials-slider-mobile .gallery-cell img {
  max-height: 8.125rem
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .testimonials-slider-mobile .gallery-cell img {
    max-height: 12.5rem
  }
}

.testimonials-slider-mobile .gallery-cell blockquote {
  padding: 0;
  border: none;
  color: #f95157;
  font-weight: 400;
  margin-top: 1.875rem
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .testimonials-slider-mobile .gallery-cell blockquote {
    font-size: 1.625rem
  }
}

@media screen and (max-width: 39.99875em) {
  .testimonials-slider-mobile .gallery-cell blockquote {
    font-size: 1.0625rem
  }
}

.testimonials-slider-mobile .gallery-cell p {
  color: #fff;
  font-weight: 700;
  font-size: 1rem
}

.testimonials-slider-mobile .gallery-cell p span {
  display: block;
  margin-top: 0;
  font-weight: 400
}

.testimonials-slider-mobile .flickity-prev-next-button {
  position: absolute;
  width: 3.5rem;
  height: 3.5rem;
  border: none;
  padding: 0 !important;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 100;
  opacity: 1;
  top: 4.0625rem !important;
  border-radius: 50%;
  background-color: transparent
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .testimonials-slider-mobile .flickity-prev-next-button {
    top: 5.625rem !important
  }
}

.testimonials-slider-mobile .flickity-prev-next-button .arrow {
  fill: #fff !important
}

.testimonials-slider-mobile .flickity-prev-next-button:hover .arrow,
.testimonials-slider-mobile .flickity-prev-next-button:focus .arrow {
  fill: #fff !important
}

.testimonials-slider-mobile .flickity-prev-next-button .flickity-button-icon {
  left: 35%;
  top: 35%;
  width: 30%;
  height: 30%
}

.testimonials-slider-mobile .flickity-prev-next-button.previous {
  left: -10px
}

.testimonials-slider-mobile .flickity-prev-next-button.previous:disabled {
  opacity: 0
}

.testimonials-slider-mobile .flickity-prev-next-button.next {
  right: -10px
}

.testimonials-slider-mobile .flickity-prev-next-button.next:disabled {
  opacity: 0
}

.testimonials-slider-mobile .flickity-prev-next-button .arrow {
  fill: #fff
}

.testimonials-slider-mobile .flickity-prev-next-button.no-svg {
  color: #fff
}

#header {
  padding: 25px 45px;
  line-height: normal;
}

@media screen and (min-width: 1024px) {
  #header {
    z-index: 9;
    position: relative;
  }
}

#header .logo {
  display: block
}

#header .logo img {
  max-height: 53px;
}

@media screen and (max-width: 63.99875em) {
  #header .logo {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    opacity: 1 !important;
    visibility: visible !important
  }
}

#header .main_nav {
  margin: 13px 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: left;
  -ms-flex-pack: center;
  justify-content: left;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

#header .main_nav li {
  font-size: 12px;
  font-weight: 900;
  line-height: normal;
  margin: 0 25px;
}

#header .main_nav li.first {
  font-size: 24px;
  color: #fb3056;
  margin: 0 0 0 25px;
}

#header .main_nav li.first a {
  color: #fb3056;
}

#header .main_nav li a {
  color: #282f39;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  line-height: 15px
}

#header .main_nav li a.current-menu-item {
  color: #7e00ff !important
}

#header .main_nav li a.lang-switcher {
  color: #7e00ff
}

#header .main_nav li a span {
  display: inline-block;
  line-height: normal
}

#header .main_nav li a.active {
  color: #7e00ff
}

#header .main_nav li a:hover span,
#header .main_nav li a:focus span {
  color: #7e00ff;
  -webkit-transform: translateY(-7px);
  -ms-transform: translateY(-7px);
  transform: translateY(-7px)
}

#header .estimate {
  color: #fb3056;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 1.8em;
  font-weight: 900;
  line-height: 2.25em;
  margin-top: 13px;
}

#header .estimate span {
  display: inline-block;
  line-height: normal
}

#header .estimate:hover span,
#header .estimate:focus span {
  color: #7e00ff;
  -webkit-transform: translateY(-7px);
  -ms-transform: translateY(-7px);
  transform: translateY(-7px)
}

#header .estimate.estimate-back {
  color: #282f39
}

body.casestudy-template-page-immuno-case #header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background-color: transparent
}

@media screen and (min-width: 1024px) {
  #footer {
    padding: 9.375rem 0
  }
}

#footer.secondary-color-bg svg path {
  fill: #fff
}

#footer.secondary-color-bg .footer-text a {
  color: #fff
}

#footer.secondary-color-bg .footer-text a:hover,
#footer.secondary-color-bg .footer-text a:focus {
  color: rgba(255, 255, 255, 0.7)
}

@media screen and (max-width: 39.99875em) {
  #footer.secondary-color-bg .footer-text.contact a {
    display: block;
    min-height: 48px
  }
}

#footer svg {
  height: 2.5rem
}

#footer svg path {
  fill: rgba(255, 255, 255, 0.2)
}

#footer p {
  font-size: .8125rem;
  color: rgba(255, 255, 255, 0.4) !important;
  margin-bottom: .9375rem
}

@media screen and (min-width: 1024px) {
  #footer p {
    margin-top: .9375rem
  }
}

@media screen and (max-width: 63.99875em) {
  #footer p {
    font-size: .75rem !important
  }
}

#footer ul {
  margin: 0
}

#footer ul li {
  font-size: 15px;
  padding: .3125rem 0;
  line-height: 1.5625rem
}

#footer ul li .link {
  color: #fff;
  display: inline-block;
  position: relative
}

#footer ul li .link:after {
  content: "";
  width: .9375rem;
  height: .125rem;
  position: absolute;
  top: 50%;
  margin-top: -.125rem;
  left: .625rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  background-color: #fff;
  -webkit-animation-iteration-count: 1 !important;
  animation-iteration-count: 1 !important
}

#footer ul li .link:hover,
#footer ul li .link:focus {
  color: #fff;
  padding-left: 1.5625rem
}

#footer ul li .link:hover:after,
#footer ul li .link:focus:after {
  left: -.625rem;
  opacity: 1;
  visibility: visible
}

#footer .footer-text {
  font-size: 1rem;
  color: #fff;
  line-height: 1.5625rem
}

#footer .footer-text:first-of-type {
  margin-bottom: 1.5625rem
}

#footer #copyright {
  font-family: "Poppins", sans-serif !important;
  font-size: .8125rem;
  color: rgba(255, 255, 255, 0.5) !important
}

@media screen and (min-width: 1024px) {
  #footer #copyright {
    padding-top: 4.375rem !important
  }
}

body.body-form footer {
  display: none
}

body.body-form .main-wrap {
  height: auto
}

.main-navigation {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0ms linear 1.5s;
  transition: height 0ms linear 1.5s;
  z-index: 100
}

.main-navigation.open {
  height: 100%;
  opacity: 1;
  -webkit-transition-delay: 0ms;
  transition-delay: 0ms
}

.main-navigation.open .navigation-bcg {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1)
}

.main-navigation.open .inner {
  -webkit-transform: translateX(0) rotateY(0deg) skewY(0deg);
  transform: translateX(0) rotateY(0deg) skewY(0deg);
  opacity: 1;
  transition: transform .6s ease-in-out .4s, opacity .5s ease-in-out .5s, -webkit-transform .6s ease-in-out .4s
}

.main-navigation .navigation-bcg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: center right;
  -ms-transform-origin: center right;
  transform-origin: center right;
  transition: transform 0.75s cubic-bezier(0.48, 0, 0.12, 1) 0.3s, -webkit-transform 0.75s cubic-bezier(0.48, 0, 0.12, 1) 0.3s
}

.main-navigation .inner {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto !important;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-transform: translateX(0) rotateY(-60deg) skewY(-7deg);
  transform: translateX(0) rotateY(-60deg) skewY(-7deg);
  transition: transform 1s cubic-bezier(0.48, 0, 0.12, 1), opacity 0.5s cubic-bezier(0.48, 0, 0.12, 1), -webkit-transform 1s cubic-bezier(0.48, 0, 0.12, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  opacity: 0
}

@media screen and (min-width: 1024px) {
  .main-navigation .inner {
    padding-left: calc(40vw + 100px);
    overflow-y: hidden !important
  }
}

@media screen and (max-width: 63.99875em) {
  .main-navigation .inner {
    padding: 2.5rem 1.875rem 1.25rem 1.875rem;
    display: block
  }
}

@media screen and (max-width: 39.99875em) {
  .main-navigation .inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between
  }
}

.main-navigation .navigation-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 40vw;
  height: 100vh;
  font-size: 0;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

@media screen and (max-width: 63.99875em) {
  .main-navigation .navigation-cover {
    display: none
  }
}

.main-navigation .navigation-cover img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 40vw;
  height: 100vh;
  display: block
}

.main-navigation .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 40vw;
  height: 100vh;
  font-size: 0;
  z-index: 2;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

@media screen and (max-width: 63.99875em) {
  .main-navigation .image {
    display: none
  }
}

.main-navigation .image img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 40vw;
  height: 100vh;
  display: block
}

.main-navigation .link-image {
  display: inline-block;
  width: 100%;
  color: #282f39;
  font-weight: 900;
}

.main-navigation .link-image.current-menu-item {
  color: #f95157 !important
}

.main-navigation .link-image.current-menu-item span:before {
  max-width: 100%
}

.main-navigation .link-image:hover span:before,
.main-navigation .link-image:focus span:before {
  max-width: 100%
}

@media screen and (max-width: 63.99875em) {

  .main-navigation .link-image:hover span:after,
  .main-navigation .link-image:focus span:after {
    display: none
  }
}

@media screen and (min-width: 1024px) {

  .main-navigation .link-image:hover span,
  .main-navigation .link-image:focus span {
    -webkit-transform: translateX(3.125rem);
    -ms-transform: translateX(3.125rem);
    transform: translateX(3.125rem)
  }

  .main-navigation .link-image:hover span:after,
  .main-navigation .link-image:focus span:after {
    left: -3.125rem;
    opacity: 1;
    visibility: visible
  }
}

.main-navigation .link-image span {
  display: inline-block;
  padding: 0;
  position: relative;
  font-size: 3rem;
  color: #282f39;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease
}

@media screen and (min-width: 64rem) and (max-width: 85.375rem) and (max-height: 55.625rem) {
  .main-navigation .link-image span {
    font-size: 1.875rem
  }
}

@media screen and (max-width: 63.99875em) {
  .main-navigation .link-image span {
    margin: .5rem 0;
    font-size: 2rem
  }
}

.main-navigation .link-image span:after {
  content: "";
  width: 1.25rem;
  height: .125rem;
  position: absolute;
  top: 50%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  background-color: #f95157;
  -webkit-animation-iteration-count: 1 !important;
  animation-iteration-count: 1 !important
}

.main-navigation .link-image span:before {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  max-width: 0;
  color: #f95157;
  content: attr(data-link);
  background-color: #fff;
  -webkit-transition: max-width 0.35s;
  transition: max-width 0.35s;
  white-space: nowrap;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s
}

.main-navigation .link-image.estimate-link span {
  color: #f95157
}

.main-navigation .link-image.animated-delay:hover span:before,
.main-navigation .link-image.animated-delay:focus span:before {
  max-width: 100%
}

@media screen and (max-width: 63.99875em) {

  .main-navigation .link-image.animated-delay:hover span:after,
  .main-navigation .link-image.animated-delay:focus span:after {
    display: none
  }
}

@media screen and (min-width: 1024px) {

  .main-navigation .link-image.animated-delay:hover span,
  .main-navigation .link-image.animated-delay:focus span {
    -webkit-transform: translateX(3.125rem);
    -ms-transform: translateX(3.125rem);
    transform: translateX(3.125rem)
  }

  .main-navigation .link-image.animated-delay:hover span:after,
  .main-navigation .link-image.animated-delay:focus span:after {
    left: -3.125rem;
    opacity: 1;
    visibility: visible
  }
}

.main-navigation .contact {
  -webkit-align-self: flex-end !important;
  -ms-flex-item-align: end !important;
  align-self: flex-end !important
}

@media screen and (min-width: 1024px) {
  .main-navigation .contact {
    margin-top: 5rem;
    width: 100%
  }
}

@media screen and (max-width: 63.99875em) {
  .main-navigation .contact {
    font-size: .875rem;
    margin-top: 3.125rem
  }
}

.main-navigation .contact p {
}

.no-delay {
  -webkit-transition-delay: 0s !important;
  transition-delay: 0s !important
}

@media screen and (min-width: 1024px) {
  .section-blog {
    padding: 9.375rem 0 3.125rem 0
  }
}

@media screen and (max-width: 63.99875em) {
  .section-blog {
    padding: 5rem 0 3.125rem 0
  }
}

@media screen and (min-width: 1024px) {

  .section-blog .headline,
  .section-blog .case-study h2,
  .case-study .section-blog h2,
  .section-blog .section-case-intro h3,
  .section-case-intro .section-blog h3,
  .section-blog .section .post-text h3,
  .section .post-text .section-blog h3 {
    margin-bottom: 5.625rem
  }
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {

  .section-blog .headline,
  .section-blog .case-study h2,
  .case-study .section-blog h2,
  .section-blog .section-case-intro h3,
  .section-case-intro .section-blog h3,
  .section-blog .section .post-text h3,
  .section .post-text .section-blog h3 {
    margin-bottom: 3.75rem !important
  }
}

@media screen and (max-width: 39.99875em) {

  .section-blog .headline,
  .section-blog .case-study h2,
  .case-study .section-blog h2,
  .section-blog .section-case-intro h3,
  .section-case-intro .section-blog h3,
  .section-blog .section .post-text h3,
  .section .post-text .section-blog h3 {
    margin-bottom: 3.75rem !important
  }
}

@media screen and (max-width: 39.99875em) {
  .section-home-blog {
    padding-bottom: 0
  }
}

.section .blog-item:hover {
  -webkit-box-shadow: none;
  box-shadow: none
}

@media screen and (min-width: 1024px) {
  .section .blog-item {
    margin-bottom: 4.0625rem !important
  }
}

.section .blog-item .cover {
  display: block;
  margin-bottom: 1.25rem;
  position: relative
}

.section .blog-item img {
  border-radius: 3px
}

.section .blog-item .category {
  position: relative;
  display: inline-block;
  font-weight: 700;
  font-size: .8125rem;
  color: #f95157
}

.section .blog-item .category:before {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  max-width: 0;
  color: #fff;
  content: attr(data-link);
  -webkit-transition: max-width 0.35s;
  transition: max-width 0.35s;
  white-space: nowrap
}

.section .blog-item .headline,
.section .blog-item .case-study h2,
.case-study .section .blog-item h2,
.section .blog-item .section-case-intro h3,
.section-case-intro .section .blog-item h3,
.section .blog-item .post-text h3,
.section .post-text .blog-item h3 {
  margin-bottom: .9375rem !important
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {

  .section .blog-item .headline,
  .section .blog-item .case-study h2,
  .case-study .section .blog-item h2,
  .section .blog-item .section-case-intro h3,
  .section-case-intro .section .blog-item h3,
  .section .blog-item .post-text h3,
  .section .post-text .blog-item h3 {
    margin-bottom: .9375rem
  }
}

@media screen and (max-width: 39.99875em) {

  .section .blog-item .headline,
  .section .blog-item .case-study h2,
  .case-study .section .blog-item h2,
  .section .blog-item .section-case-intro h3,
  .section-case-intro .section .blog-item h3,
  .section .blog-item .post-text h3,
  .section .post-text .blog-item h3 {
    margin-bottom: 1.875rem
  }
}

.section .blog-item .headline .link,
.section .blog-item .case-study h2 .link,
.case-study .section .blog-item h2 .link,
.section .blog-item .section-case-intro h3 .link,
.section-case-intro .section .blog-item h3 .link,
.section .blog-item .post-text h3 .link,
.section .post-text .blog-item h3 .link {
  color: #fefefe;
  display: block
}

.section .blog-item .intro {
  color: #fff
}

.section .blog-item:hover,
.section .blog-item:focus {
  -webkit-transform: translateY(-9px);
  -ms-transform: translateY(-9px);
  transform: translateY(-9px)
}

.section .blog-item:hover .category:before,
.section .blog-item:focus .category:before {
  max-width: 100%
}

.section-brands {
  padding: 6.25rem 0 15.625rem 0
}

@media screen and (min-width: 1024px) {
  .section .home-brands-headline {
    font-size: 4em;
    margin-bottom: 25px;
    line-height:1.6
  }
}

.section .brands-desc {
  color: #fefefe;
  line-height: 1.625rem;
  padding-left: 2.0625rem;
  position: relative;
}

@media screen and (max-width: 63.99875em) {
  .section .brands-desc {
    padding-left: 0;
    margin-top: 1.875rem
  }
}

.section .brands-button {
  margin-top: 1.5625rem;
  margin-bottom: .9375rem
}

.section .brands-item {
  height: 8.75rem;
  line-height: 8.75rem;
  margin: 2.5rem 0
}

@media screen and (max-width: 63.99875em) {
  .section .brands-item {
    height: 5.625rem;
    line-height: 5.625rem;
    margin: 1.25rem 0
  }

  .section .brands-item img {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8)
  }
}

@media screen and (max-width: 63.99875em) {
  .section-hero-mobile {
    padding-bottom: 5rem !important
  }
}

@media screen and (max-width: 39.99875em) {
  .section.section-home-hero {
    padding-top: 0
  }
}

.section-hero {
  position: relative;
  /* min-height: calc(100vh - 100px); */
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  min-width: 100%
}

@media screen and (max-width: 63.99875em) {
  .section-hero {
    min-height: 0;
    padding: 3.75rem 0 0 0
  }
}

.section-hero .hero-content {
  width: 100%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  position: relative;
  z-index: 10
}

.section-hero .hero-h1 {
  font-size: 3em;
  font-weight: 900;
  color: #282f39;
  line-height: 1.2;
  margin-bottom: 20px;
}

@media screen and (min-width: 1024px) {
  .section-hero .hero-h1 {
    font-size: 5.25em;
  }
}

.section-hero .hero-home-animation {
  position: relative;
  width: 100%
}

@media screen and (max-width: 39.99875em) {
  .section-hero .hero-home-animation {
    margin-top: 2.5rem
  }
}

.section-hero .hero-home-animation .video-home {
  position: relative;
  z-index: 4;
  max-width: 88%
}

.hero-desc {
  position: relative;
  margin-bottom: 25px;
}

.hero-desc p {
  line-height: 1.5;
}

@media screen and (min-width: 1024px) {
  .animation.fromTopSmall.in-view.hero-image {
    transform: scale(1.4) translate3d(0, 0, 0) !important;
    
  }
}


.hero-desc.wide p:last-of-type {
  margin-bottom: 0
}

.hero-desc span {
  display: block;
  width: 1.25rem;
  height: .125rem;
  position: absolute;
  top: .625rem;
  left: 0;
  background-color: #f95157
}

@media screen and (max-width: 39.99875em) {
  .hero-desc span {
    left: 50%;
    top: 0 !important;
    margin-left: -.625rem
  }
}

.hero-desc p {
  font-size: 1.2em;
  margin: 0
}

.hero-desc p small {
  font-size: 12px
}

@media (min-width: 1560px) {
  .main-hero-column {
    -webkit-box-flex: 0 !important;
    -webkit-flex: 0 0 100% !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important
  }
}

@media screen and (max-width: 39.99875em) {
  .main-hero-column .header-column {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2
  }
}

@media screen and (max-width: 63.99875em) {
  .main-hero-column .video-column {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: .9375rem
  }
}

@media screen and (max-width: 63.99875em) {
  .main-hero-column .home-hero-h2 {
    font-size: 2.5rem;
    margin-bottom: 1.25rem
  }
}

.video-home {
  max-width: 95%
}

@media screen and (max-width: 63.99875em) {
  .video-home {
    margin-top: 4.375rem
  }
}

@media (max-width: 1168px) {
  .video-home {
    max-width: 400px
  }
}

@media screen and (max-width: 39.99875em) {
  .video-home {
    margin-top: 0;
    margin-bottom: 10px;
    max-width: 300px
  }
}

@media screen and (max-width: 39.99875em) {
  .home-hero-btn {
    margin-bottom: 1.25rem
  }
}

#idea {
  position: relative;
  z-index: 99
}

#idea .inner {
  position: relative;
  z-index: 2
}

@media screen and (min-width: 1024px) {
  #idea .inner {
    padding: 6.25rem 0 5rem 0
  }
}

@media screen and (max-width: 63.99875em) {
  #idea .inner {
    padding: 3.125rem 0 2.5rem 0
  }
}

@media screen and (max-width: 39.99875em) {
  #idea .inner {
    padding-bottom: 1.875rem
  }
}

#idea .inner p {
  color: #fff
}

@media screen and (min-width: 1024px) {
  #idea .inner p {
    max-width: 50rem;
    margin: 1.875rem auto 3.125rem auto
  }
}

#idea .idea-header {
  color: #fff !important
}

@media screen and (min-width: 1024px) {
  .section-portfolio {
    padding: 9.375rem 0 9.375rem 0
  }
}

@media screen and (max-width: 63.99875em) {
  .section-portfolio {
    padding: 5rem 0 5rem 0
  }
}

@media screen and (max-width: 39.99875em) {
  .section-portfolio {
    padding-bottom: 0
  }
}

@media screen and (min-width: 1024px) {

  .section-portfolio .headline,
  .section-portfolio .case-study h2,
  .case-study .section-portfolio h2,
  .section-portfolio .section-case-intro h3,
  .section-case-intro .section-portfolio h3,
  .section-portfolio .section .post-text h3,
  .section .post-text .section-portfolio h3 {
    margin-bottom: 5.625rem
  }
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {

  .section-portfolio .headline,
  .section-portfolio .case-study h2,
  .case-study .section-portfolio h2,
  .section-portfolio .section-case-intro h3,
  .section-case-intro .section-portfolio h3,
  .section-portfolio .section .post-text h3,
  .section .post-text .section-portfolio h3 {
    margin-bottom: 3.75rem !important
  }
}

@media screen and (max-width: 39.99875em) {

  .section-portfolio .headline,
  .section-portfolio .case-study h2,
  .case-study .section-portfolio h2,
  .section-portfolio .section-case-intro h3,
  .section-case-intro .section-portfolio h3,
  .section-portfolio .section .post-text h3,
  .section .post-text .section-portfolio h3 {
    margin-bottom: 3.75rem !important
  }
}

@media screen and (min-width: 1024px) {
  .section-portfolio-works {
    padding: 9.375rem 0 9.375rem 0
  }
}

@media screen and (max-width: 63.99875em) {
  .section-portfolio-works {
    padding: 5rem 0 5rem 0
  }
}

.section.portfolio-page {
  padding-bottom: 0
}

.section .page-boxes-container {
  padding-bottom: 5rem
}

.tilt-animation {
  position: relative
}

.tilt-animation:hover {
  z-index: 22 !important
}

.case-study {
  border-radius: 3px;
  margin-bottom: 1.875rem;
  position: relative;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d
}

@media screen and (min-width: 1024px) {
  .case-study:hover:after {
    opacity: 0.45
  }
}

.case-study:after {
  content: "";
  width: 40%;
  height: 60%;
  border-radius: 50%;
  -webkit-filter: blur(70px);
  filter: blur(70px);
  background: #282f39;
  position: absolute;
  bottom: 0;
  right: 0;
  mix-blend-mode: multiply;
  opacity: 0
}

@media screen and (max-width: 39.99875em) {
  .case-study {
    padding-top: 10rem;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    padding-bottom: .625rem
  }
}

@media screen and (max-width: 39.99875em) and (orientation: landscape) {
  .case-study {
    padding-top: 6.25rem
  }
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .case-study {
    padding-top: 8.125rem;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    padding-bottom: 1.25rem
  }
}

.case-study.case-height-1 {
  height: 58.125rem
}

@media screen and (max-width: 63.99875em) {
  .case-study.case-height-1 {
    height: auto
  }
}

.case-study.case-height-2 {
  height: 28.125rem
}

@media screen and (max-width: 63.99875em) {
  .case-study.case-height-2 {
    height: auto
  }
}

.case-study.case-height-2 .case-image img {
  max-height: 26.25rem
}

.case-study.case-height-4 {
  height: 28.125rem
}

@media screen and (max-width: 63.99875em) {
  .case-study.case-height-4 {
    height: auto
  }
}

@media screen and (max-width: 39.99875em) {
  .case-study.case-height-4 {
    padding-top: 130px
  }
}

.case-study.case-height-4 .case-image-1 img {
  height: 17.5rem
}

@media screen and (max-width: 39.99875em) {
  .case-study.case-height-4 .case-image-1 img {
    height: auto
  }
}

.case-study.case-height-4 .case-image-2 img {
  height: 9.375rem
}

.case-study.case-layout-1 .case-image {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

@media screen and (max-width: 63.99875em) {
  .case-study.case-layout-1 .case-image img {
    max-width: 85%
  }
}

@media screen and (min-width: 1024px) {
  .case-study.case-layout-1:hover .case-image {
    -webkit-transform: translate(-50%, -50%) scale(1.2);
    -ms-transform: translate(-50%, -50%) scale(1.2);
    transform: translate(-50%, -50%) scale(1.2)
  }
}

.case-study.case-layout-2 .case-image {
  bottom: 0;
  right: 0
}

@media screen and (min-width: 1024px) {
  .case-study.case-layout-2:hover .case-image {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
  }

  .case-study.case-layout-2:hover .case-image-2 {
    -webkit-transform: scale(1.2) translateX(-10px);
    -ms-transform: scale(1.2) translateX(-10px);
    transform: scale(1.2) translateX(-10px)
  }
}

.case-study.case-layout-2.case-laperla .case-image-1 {
  bottom: 0;
  left: 2.5rem
}

.case-study.case-layout-2.case-laperla .case-image-1 img {
  max-height: 300px
}

.case-study.case-layout-2.case-laperla .case-image-2 {
  z-index: 8;
  bottom: 7.5rem;
  left: 8.125rem
}

.case-study.case-layout-2.case-laperla .case-image-2 img {
  max-width: 100px
}

@media screen and (min-width: 1024px) {
  .case-study.case-layout-2.case-laperla:hover .case-image-1 {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
  }

  .case-study.case-layout-2.case-laperla:hover .case-image-2 {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
  }
}

.case-study.case-layout-2.case-netwise .case-image-1,
.case-study.case-layout-2.case-jim .case-image-1 {
  bottom: 0;
  left: 2.5rem
}

.case-study.case-layout-2.case-netwise .case-image-1 img,
.case-study.case-layout-2.case-jim .case-image-1 img {
  max-height: 300px
}

.case-study.case-layout-2.case-netwise .case-image-2,
.case-study.case-layout-2.case-jim .case-image-2 {
  z-index: 8;
  bottom: 3.125rem;
  left: 18.75rem
}

.case-study.case-layout-2.case-netwise .case-image-2 img,
.case-study.case-layout-2.case-jim .case-image-2 img {
  max-width: 200px
}

@media screen and (max-width: 63.99875em) {

  .case-study.case-layout-2.case-netwise .case-image-2,
  .case-study.case-layout-2.case-jim .case-image-2 {
    position: absolute !important;
    bottom: 7.1875rem;
    right: 6.25rem
  }
}

@media screen and (max-width: 39.99875em) {

  .case-study.case-layout-2.case-netwise .case-image-2,
  .case-study.case-layout-2.case-jim .case-image-2 {
    right: 3.125rem;
    bottom: 3.75rem
  }

  .case-study.case-layout-2.case-netwise .case-image-2 img,
  .case-study.case-layout-2.case-jim .case-image-2 img {
    max-width: 100px
  }
}

@media screen and (min-width: 1024px) {

  .case-study.case-layout-2.case-netwise:hover .case-image-1,
  .case-study.case-layout-2.case-jim:hover .case-image-1 {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
  }

  .case-study.case-layout-2.case-netwise:hover .case-image-2,
  .case-study.case-layout-2.case-jim:hover .case-image-2 {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
  }
}

@media screen and (max-width: 39.99875em) {
  .case-study.case-layout-2.case-dd .case-image-2 {
    position: absolute !important;
    bottom: 0;
    max-width: 200px
  }
}

.case-study.case-layout-2.case-kodak .case-content {
  max-width: 100%
}

.case-study.case-layout-2.case-kodak .case-image-1 {
  bottom: 0;
  left: 2.5rem
}

.case-study.case-layout-2.case-kodak .case-image-1 img {
  max-height: 300px
}

.case-study.case-layout-2.case-kodak .case-image-2 {
  z-index: 8;
  bottom: 7.5rem;
  left: 18.75rem
}

.case-study.case-layout-2.case-kodak .case-image-2 img {
  max-width: 200px
}

@media screen and (min-width: 1024px) {
  .case-study.case-layout-2.case-kodak:hover .case-image-1 {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
  }

  .case-study.case-layout-2.case-kodak:hover .case-image-2 {
    -webkit-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4)
  }
}

.case-study.case-layout-2.case-venta .case-content {
  max-width: 100%
}

.case-study.case-layout-2.case-venta .case-image-1 {
  bottom: 0;
  left: 2.5rem
}

.case-study.case-layout-2.case-venta .case-image-1 img {
  max-height: 300px
}

.case-study.case-layout-2.case-venta .case-image-2 {
  z-index: 8;
  bottom: 4.375rem;
  left: 18.75rem
}

.case-study.case-layout-2.case-venta .case-image-2 img {
  max-width: 200px;
  max-height: 250px
}

@media screen and (min-width: 1024px) {
  .case-study.case-layout-2.case-venta:hover .case-image-1 {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
  }

  .case-study.case-layout-2.case-venta:hover .case-image-2 {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
  }
}

.case-study.case-layout-3 .case-image {
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}

@media screen and (min-width: 1024px) {
  .case-study.case-layout-3 .case-content {
    max-width: 35%
  }
}

@media screen and (min-width: 1024px) {
  .case-study.case-layout-3:hover .case-image {
    -webkit-transform: translateY(-50%) scale(1.2);
    -ms-transform: translateY(-50%) scale(1.2);
    transform: translateY(-50%) scale(1.2)
  }
}

.case-study.case-layout-3.case-laperla .case-image-1 {
  right: 12.5rem
}

@media screen and (max-width: 63.99875em) {
  .case-study.case-layout-3.case-laperla .case-image-1 {
    right: 0
  }
}

.case-study.case-layout-3.case-laperla .case-image-2 {
  left: 12.5rem
}

@media screen and (min-width: 1024px) {
  .case-study.case-layout-3.case-laperla:hover .case-image-1 {
    -webkit-transform: translateY(-50%) scale(1.1);
    -ms-transform: translateY(-50%) scale(1.1);
    transform: translateY(-50%) scale(1.1)
  }
}

.case-study.case-layout-4 .case-image-1 {
  bottom: 0;
  right: 1.25rem
}

@media screen and (max-width: 63.99875em) {
  .case-study.case-layout-4 .case-image-1 {
    margin-top: 1.5625rem;
    right: 0
  }
}

.case-study.case-layout-4 .case-image-2 {
  z-index: 8;
  bottom: 0;
  left: 1.25rem
}

@media screen and (max-width: 63.99875em) {
  .case-study.case-layout-4 .case-image-2 {
    position: absolute !important;
    bottom: 4.0625rem;
    left: 5rem !important
  }

  .case-study.case-layout-4 .case-image-2 img {
    height: auto;
    max-width: 250px
  }
}

@media screen and (max-width: 39.99875em) {
  .case-study.case-layout-4 .case-image-2 {
    bottom: 1.875rem;
    left: 2rem !important
  }

  .case-study.case-layout-4 .case-image-2 img {
    height: auto;
    max-width: 150px
  }
}

@media screen and (min-width: 1024px) {
  .case-study.case-layout-4:hover .case-image-1 {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
  }

  .case-study.case-layout-4:hover .case-image-2 {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3)
  }
}

.case-study .case-content {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  max-width: 60%;
  padding: 1.875rem 0 0 2.5rem;
  -webkit-transform: translateZ(5px);
  transform: translateZ(5px)
}

@media screen and (max-width: 63.99875em) {
  .case-study .case-content {
    padding: 1.25rem 0 0 1.25rem;
    max-width: 90%
  }
}

.case-study .case-content p {
  font-weight: 700;
  font-size: .875rem;
  margin-bottom: .625rem
}

.case-study h2 {
  margin-bottom: 0 !important;
  margin-bottom: 0
}

@media screen and (min-width: 1024px) {
  .case-study h2 {
    font-size: 1.75rem;
    line-height: 2.375rem
  }
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .case-study h2 {
    font-size: 1.5625rem;
    line-height: 2.1875rem
  }
}

@media screen and (max-width: 39.99875em) {
  .case-study h2 {
    font-size: 1.375rem;
    line-height: 2rem
  }
}

.case-study .case-image {
  position: absolute;
  z-index: 7
}

@media screen and (max-width: 63.99875em) {
  .case-study .case-image {
    position: relative;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    top: auto !important;
    left: auto !important;
    display: block;
    margin: 0 auto;
    text-align: center
  }
}

.case-study .case-image .case-img {
  max-width: 33.125rem
}

@media screen and (max-width: 63.99875em) {
  .case-study .case-image .case-img {
    width: auto;
    max-width: 100%
  }
}

.case-study .all-link {
  z-index: 30
}

.cases-link {
  color: #f95157;
  display: inline-block;
  position: relative;
  padding: 0 5.3125rem 0 .9375rem;
  -webkit-transition: .3s;
  transition: .3s
}

.cases-link:hover,
.cases-link:focus {
  color: #f95157;
  -webkit-transform: translateY(-7px);
  -ms-transform: translateY(-7px);
  transform: translateY(-7px);
  cursor: pointer
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .cases-link {
    display: block;
    width: 100%;
    padding: 0 0
  }
}

@media screen and (max-width: 39.99875em) {
  .cases-link {
    display: block;
    padding: 0 0;
    width: 100%
  }
}

.cases-link .anime-dropdown {
  max-width: 3.375rem;
  padding-bottom: 1.25rem
}

@media screen and (max-width: 63.99875em) {
  .cases-link .anime-dropdown {
    max-width: 1.875rem;
    padding-bottom: .625rem
  }
}

.home-portfolio-title .cases-link:hover,
.home-portfolio-title .cases-link:focus {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  cursor: default
}

.cases-dropdown .inside {
  position: absolute;
  z-index: 60;
  padding: 1.875rem;
  border-radius: 3px;
  background-color: #f95157;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-20%);
  -ms-transform: translateY(-20%);
  transform: translateY(-20%);
  top: 99%
}

@media screen and (min-width: 1024px) {
  .cases-dropdown .inside {
    width: 43.75rem
  }
}

@media screen and (max-width: 63.99875em) {
  .cases-dropdown .inside {
    width: 100%;
    line-height: 1.6;
    padding: 1.25rem
  }
}

.cases-dropdown .inside .cases-link {
  display: block;
  position: relative;
  color: rgba(255, 255, 255, 0.7)
}

@media screen and (max-width: 39.99875em) {
  .cases-dropdown .inside .cases-link {
    font-size: 1.5625rem
  }
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .cases-dropdown .inside .cases-link {
    font-size: 2.0625rem
  }
}

.cases-dropdown .inside .cases-link:before {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  max-width: 0;
  color: #fff;
  content: attr(data-link);
  -webkit-transition: max-width 0.35s;
  transition: max-width 0.35s;
  white-space: nowrap;
  background: #f95157
}

.cases-dropdown .inside .cases-link:hover:before,
.cases-dropdown .inside .cases-link:focus:before {
  max-width: 100%
}

.portfolio-testimonal .testimonal-quote {
  border: none;
  padding: 0;
  color: #f95157;
  margin-bottom: 3.125rem;
  font-weight: 700;
}

@media screen and (min-width: 1024px) {
  .portfolio-testimonal .testimonal-quote {
    font-size: 1.75rem
  }
}

@media screen and (max-width: 63.99875em) {
  .portfolio-testimonal .testimonal-quote {
    font-size: 1.5rem
  }
}

.portfolio-testimonal .testimonal-image {
  border-radius: 3px
}

@media screen and (min-width: 1024px) {
  .portfolio-testimonal .testimonal-image {
    width: 4.5rem
  }
}

@media screen and (max-width: 63.99875em) {
  .portfolio-testimonal .testimonal-image {
    width: 3.125rem
  }
}

.portfolio-testimonal .testimonal-name {
  color: #fff;
  margin: 0;
  font-weight: 700;
}

.portfolio-testimonal .testimonal-name span {
  display: block;
  font-family: "Poppins", sans-serif !important;
  font-weight: 400;
  font-size: 85%
}

@media screen and (min-width: 1024px) {
  .portfolio-testimonal .testimonal-name {
    font-size: 1.125rem !important;
    line-height: 1.6875rem !important
  }
}

@media screen and (max-width: 63.99875em) {
  .portfolio-testimonal .testimonal-name {
    font-size: 1.125rem !important;
    line-height: 1.6875rem !important
  }
}

.case-mockup {
  overflow: hidden
}

.mockup {
  border-radius: 20px;
  position: relative;
  display: inline-block;
  padding: .9375rem .75rem;
  background: #111111;
  -webkit-box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.3)
}

@media screen and (min-width: 1024px) {
  .mockup.move-right {
    right: -30px
  }
}

@media screen and (min-width: 1024px) and (min-width: 1336px) and (max-width: 1460px) {
  .mockup.move-right {
    right: -160px
  }
}

@media screen and (min-width: 1024px) and (min-width: 1024px) and (max-width: 1335px) {
  .mockup.move-right {
    right: -220px
  }
}

@media screen and (min-width: 1024px) {
  .mockup.move-right .mockup-small-slider {
    bottom: 8%;
    left: -12.5rem
  }
}

@media screen and (min-width: 1024px) and (min-width: 1024px) and (max-width: 1460px) {
  .mockup.move-right .mockup-small-slider {
    left: -6.25rem;
    bottom: -3.125rem
  }
}

@media screen and (min-width: 1024px) {
  .mockup.move-left {
    left: -30px
  }
}

@media screen and (min-width: 1024px) and (min-width: 1336px) and (max-width: 1460px) {
  .mockup.move-left {
    left: -160px
  }
}

@media screen and (min-width: 1024px) and (min-width: 1024px) and (max-width: 1335px) {
  .mockup.move-left {
    left: -320px
  }
}

@media screen and (min-width: 1024px) {
  .mockup.move-left .mockup-small-slider {
    bottom: -8%;
    right: -5rem
  }
}

@media screen and (min-width: 1024px) and (min-width: 1024px) and (max-width: 1460px) {
  .mockup.move-left .mockup-small-slider {
    right: -3%;
    bottom: -2.5rem
  }
}

@media screen and (min-width: 1024px) {
  .mockup.move-left .mockup-small-slider .gallery-cell {
    text-align: right
  }
}

@media screen and (min-width: 1024px) {
  .mockup {
    width: 58.125rem
  }

  .mockup:hover .inner:after {
    opacity: 0.65
  }
}

@media screen and (max-width: 63.99875em) {
  .mockup {
    margin-top: 3.125rem
  }
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .mockup {
    width: 100%
  }
}

@media screen and (max-width: 39.99875em) {
  .mockup {
    width: 100%
  }
}

.mockup .inner {
  border-radius: .25rem;
  position: relative
}

.mockup .inner:after {
  content: "";
  width: 70%;
  height: 30%;
  border-radius: 50%;
  -webkit-filter: blur(70px);
  filter: blur(70px);
  background: #282f39;
  position: absolute;
  bottom: 0;
  right: 0;
  mix-blend-mode: multiply;
  opacity: 0;
  z-index: -1
}

@media screen and (max-width: 39.99875em) {
  .home-more-button {
    margin-bottom: 1.875rem
  }
}

.home-services-header {
  margin-bottom: 100px
}

@media screen and (max-width: 39.99875em) {
  .home-services-header {
    margin-bottom: 0
  }
}

.services-text {
  position: relative;
  padding-left: 2.5rem
}

@media screen and (max-width: 39.99875em) {
  .services-text {
    padding-left: 0
  }
}

@media screen and (max-width: 39.99875em) {
  .services-text {
    margin-bottom: 1.875rem;
    padding-left: 0;
    padding-top: 2.5rem
  }
}

@media screen and (max-width: 39.99875em) {
  .services-text.text-left {
    padding-top: 1.25rem;
    margin-bottom: .9375rem
  }
}

@media screen and (max-width: 39.99875em) {
  .services-text.text-left p {
    margin-bottom: 0
  }
}

.services-text span {
  width: 1.25rem;
  height: .125rem;
  position: absolute;
  top: .625rem;
  left: 0;
  display: block;
  background-color: #7e00ff
}

@media screen and (max-width: 39.99875em) {
  .services-text span {
    left: 50%;
    top: 0 !important;
    margin-left: -.625rem
  }
}

.services-items-container {
  padding-top: 7.5rem
}

@media screen and (max-width: 63.99875em) {
  .services-items-container {
    padding-top: 3.125rem
  }
}

.services-item {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  border-radius: 5px
}

.services-item img {
  max-width: 100px
}

@media screen and (min-width: 1024px) {
  .services-item:hover .services-item-desc {
    -webkit-transform: translateY(-.3125rem);
    -ms-transform: translateY(-.3125rem);
    transform: translateY(-.3125rem)
  }

  .services-item:hover .services-h3 {
    -webkit-transform: translateY(-.3125rem);
    -ms-transform: translateY(-.3125rem);
    transform: translateY(-.3125rem)
  }

  .services-item:hover img {
    -webkit-transform: translateY(-.3125rem);
    -ms-transform: translateY(-.3125rem);
    transform: translateY(-.3125rem)
  }

  .services-item:hover a {
    -webkit-transform: translateY(-.3125rem);
    -ms-transform: translateY(-.3125rem);
    transform: translateY(-.3125rem)
  }
}

@media screen and (max-width: 63.99875em) {
  .services-item {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem
  }
}

@media screen and (max-width: 39.99875em) {
  .services-item {
    background-color: #fff;
    -webkit-box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px
  }

  .services-item img {
    max-width: 100px
  }
}

.services-item-desc {
  font-size: 1.125rem
}

.services-item-p {
  font-size: 1.3125rem
}

@media screen and (max-width: 39.99875em) {
  .services-item-p {
    font-size: 1.125rem !important
  }
}

.services-desc-left {
  padding-right: 4.375rem
}

@media screen and (max-width: 63.99875em) {
  .services-desc-left {
    margin-top: 0
  }
}

@media screen and (max-width: 39.99875em) {
  .services-desc-left {
    padding-right: 0
  }
}

.services-desc-right {
  padding-right: 4.6875rem
}

@media screen and (max-width: 63.99875em) {
  .services-desc-right {
    margin-top: 0
  }
}

@media screen and (max-width: 39.99875em) {
  .services-desc-right {
    padding-right: 0;
    margin-top: 0
  }
}

.services-h3 {
  margin-top: 1.25rem
}

@media screen and (max-width: 39.99875em) {
  .services-h3 {
    font-size: 1.75rem !important;
    margin-bottom: .625rem !important
  }
}

.services-item-link {
  font-weight: 700;
  font-size: .9375rem;
  position: relative;
  display: inline-block;
  color: #f95157
}

.services-item-link:before {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  max-width: 0;
  color: #282f39;
  content: attr(data-link);
  -webkit-transition: max-width 0.35s;
  transition: max-width 0.35s;
  white-space: nowrap;
  background-color: #fff
}

.services-item-link:hover:before,
.services-item-link:focus:before {
  max-width: 100%
}

.services-icons {
  max-height: 4.75rem
}

@media screen and (max-width: 63.99875em) {
  .services-icons {
    max-height: 3.125rem
  }
}

@media screen and (max-width: 39.99875em) {
  .services-icons {
    max-height: none
  }
}

.ebook {
  position: fixed;
  padding: 0 .625rem;
  width: 100%;
  height: 6.25rem;
  left: 0;
  right: 0;
  bottom: 0;
  color: white;
  z-index: 100;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.ebook__container,
.ebook__text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

@media (max-width: 986px) {
  .ebook {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background: #f95157;
    height: 7.5rem;
    padding-top: 1.25rem
  }
}

@media (max-width: 986px) {
  .ebook__text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
  }
}

@media (max-width: 986px) {
  .ebook__container {
    padding-right: 2.5rem
  }
}

.ebook__books {
  max-width: 200px
}

@media (max-width: 541px) {
  .ebook__books {
    max-width: 150px
  }
}

.ebook__title {
  margin-right: 1.875rem;
  font-weight: bold;
  margin-bottom: 0
}

@media (max-width: 986px) {
  .ebook__title {
    margin-bottom: 1.25rem
  }
}

@media (max-width: 541px) {
  .ebook__title {
    font-size: .75rem;
    margin-bottom: .625rem;
    margin-right: 0
  }
}

@media (max-width: 350px) {
  .ebook__title {
    line-height: .8125rem
  }
}

.ebook__close {
  position: absolute;
  top: 50%;
  right: 3.125rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 101;
  color: white;
  font-size: 1.875rem;
  cursor: pointer
}

.ebook__close img {
  max-width: 20px
}

@media (max-width: 986px) {
  .ebook__close {
    right: .625rem
  }
}

.ebook .fire {
  padding: 0;
  margin: 0;
  display: inline-block
}

@media (max-width: 900px) {
  .ebook .fire {
    display: none
  }
}

@media (max-width: 541px) {

  .ebook .button span,
  .ebook .contact-form-section .form__button span,
  .contact-form-section .ebook .form__button span {
    padding: .625rem 1.375rem;
    font-size: .6875rem
  }
}

.ebook svg {
  width: 100%;
  overflow: visible;
  position: absolute;
  z-index: -1
}

.ebook .wave,
.ebook .wave-wrapper .wave-pink,
.wave-wrapper .ebook .wave-pink {
  -webkit-animation: wave2 9s linear;
  animation: wave2 9s linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  fill: #f95157
}

@-webkit-keyframes wave2 {
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
  }
}

@keyframes wave2 {
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
  }
}

@media screen and (min-width: 1024px) {
  .section-studio-awards {
    padding-bottom: 9.375rem
  }
}

@media screen and (max-width: 63.99875em) {
  .section-studio-awards {
    padding-bottom: 5rem
  }
}

.section .brands-awards-container {
  padding: 3.125rem 0 0 0
}

.section .awards-item {
  line-height: 7.8125rem;
  margin: 2.5rem 0
}

.section .awards-item img {
  max-width: 9.375rem
}

@media screen and (max-width: 63.99875em) {
  .section .awards-item {
    margin: 1.875rem 0
  }

  .section .awards-item img {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8)
  }
}

@media screen and (max-width: 39.99875em) {
  .section .awards-item {
    margin: 0
  }

  .section .awards-item img {
    max-width: 18.75rem
  }
}

.section-studio-love {
  min-height: 10vh;
  padding: 7.5rem 0
}

@media screen and (max-width: 39.99875em) {
  .section-studio-love {
    padding-top: 0;
    padding-bottom: 0
  }
}

.section .love-h2 {
  margin-bottom: 4.0625rem
}

@media screen and (max-width: 39.99875em) {
  .section .love-h2 {
    margin-bottom: 0
  }
}

@media (min-width: 1024px) {
  .section .love-h2 {
    font-size: 3.125rem !important;
    line-height: 4.0625rem
  }
}

.section .love-desc {
  position: relative;
  padding-left: 2.5rem
}

.section .love-desc p {
  margin-bottom: 1.25rem;
  max-width: 35rem
}

.section .love-desc p small {
  font-size: 1rem !important
}

.section .love-desc p:last-of-type {
  margin-bottom: 0
}

@media screen and (max-width: 39.99875em) {
  .section .love-desc {
    margin-bottom: 1.875rem;
    padding-left: 0;
    padding-top: 1.875rem
  }
}

.section .love-carousel-container {
  margin-top: 18.75rem
}

@media screen and (max-width: 63.99875em) {
  .section .love-carousel-container {
    margin-top: 5rem
  }
}

.section .love-carousel-photo {
  max-width: 545px;
  margin: 0 1.25rem
}

@media (min-width: 1800px) {
  .section .love-carousel-photo {
    max-width: 600px
  }
}

.section .carousel .slide {
  background: transparent !important;
  margin: 0 1.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}

.video-studio {
  max-width: 95%
}

@media screen and (max-width: 63.99875em) {
  .video-studio {
    margin-top: 4.375rem
  }
}

@media (max-width: 1168px) {
  .video-studio {
    max-width: 90%
  }
}

@media screen and (max-width: 39.99875em) {
  .video-studio {
    max-width: 100%
  }
}

@media screen and (max-width: 39.99875em) {
  .studio-slider-section {
    padding-top: 2.5rem
  }
}

.section-studio-meet .studio-meet-item {
  margin-bottom: 1.25rem;
  margin-right: 2.5rem
}

.section-studio-meet .studio-meet-item img {
  max-width: 110%
}

#instafeed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

#instafeed a {
  float: left;
  position: relative;
  width: 20%;
  padding-bottom: 20%;
  margin: 1%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover
}

@media screen and (max-width: 63.99875em) {
  #instafeed a {
    width: 30%;
    padding-bottom: 30%
  }
}

@media screen and (max-width: 39.99875em) {
  #instafeed a {
    width: 90%;
    padding-bottom: 90%
  }
}

.section-studio-team .studio-team-item {
  margin-top: 5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}

.section-studio-team .studio-team-item .headline.team-h3,
.section-studio-team .studio-team-item .case-study h2.team-h3,
.case-study .section-studio-team .studio-team-item h2.team-h3,
.section-studio-team .studio-team-item .section-case-intro h3.team-h3,
.section-case-intro .section-studio-team .studio-team-item h3.team-h3,
.section-studio-team .studio-team-item .section .post-text h3.team-h3,
.section .post-text .section-studio-team .studio-team-item h3.team-h3 {
  margin-top: .9375rem;
  margin-bottom: 0;
  text-align: left;
  font-size: 1.75rem
}

@media screen and (max-width: 39.99875em) {

  .section-studio-team .studio-team-item .headline.team-h3,
  .section-studio-team .studio-team-item .case-study h2.team-h3,
  .case-study .section-studio-team .studio-team-item h2.team-h3,
  .section-studio-team .studio-team-item .section-case-intro h3.team-h3,
  .section-case-intro .section-studio-team .studio-team-item h3.team-h3,
  .section-studio-team .studio-team-item .section .post-text h3.team-h3,
  .section .post-text .section-studio-team .studio-team-item h3.team-h3 {
    font-size: 1.0625rem;
    line-height: 1.5625rem
  }
}

.section-studio-team p {
  text-align: left
}

@media screen and (max-width: 39.99875em) {
  .section-studio-team p {
    font-size: .75rem
  }
}

.section-studio-team .member-photo {
  max-width: 100%;
  height: auto
}

.studio-testimonials {
  padding: 9.375rem 0 3.75rem 0
}

@media screen and (max-width: 63.99875em) {
  .studio-testimonials {
    padding: 3.125rem 0 3.75rem 0
  }
}

.section-marketing {
  min-height: 0;
  padding: 4.375rem 0 5.625rem 0
}

.section-marketing .hero-desc.wide {
  padding-left: 0
}

.section-marketing .hero-content {
  padding: 100px 0
}

.section .marketing-header-desc {
  position: relative
}

.section .marketing-header-desc p small {
  font-size: 1rem !important;
  padding-left: 2.1875rem;
  max-width: 35rem
}

@media screen and (max-width: 39.99875em) {
  .section .marketing-header-desc p small {
    padding-left: 0
  }
}

.section .marketing-header-desc p small:nth-child(3) {
  margin: 0 0 3.125rem 0
}

@media screen and (max-width: 39.99875em) {

  .section .spin,
  .section .post-text blockquote::before,
  .section .post-other-posts-container li:before {
    top: -10%
  }
}

@media screen and (min-width: 1024px) {
  .section-marketing-header .hero-h1 {
    margin-bottom: 0
  }
}

.section-marketing-offer {
  min-height: 60vh;
  padding: 7.5rem 0
}

.section .marketing-offer-h3 {
  margin: 0 0 6.25rem 0
}

.section .marketing-offer-item {
  -webkit-transition: .2s;
  transition: .2s;
  margin-bottom: 1.25rem;
  padding: 0 1.25rem
}

.section .marketing-offer-item h3 {
  margin: 0 0 .9375rem 0;
  -webkit-transition: .2s;
  transition: .2s;
  font-size: 1.5rem;
  position: relative;
  display: inline
}

.section .marketing-offer-item ul {
  list-style-type: none;
  margin-left: 0;
  -webkit-transition: .2s;
  transition: .2s;
  margin-top: .625rem
}

.section .marketing-offer-item li {
  margin: 0 0 .625rem 0;
  line-height: 22px;
  font-size: .875rem;
  -webkit-transition: .3s;
  transition: .3s
}

.section .marketing-offer-item li a {
  color: #9B9EA0;
  cursor: pointer
}

.section .marketing-offer-item li a:hover {
  color: #f95157
}

.section .marketing-offer-item li:hover {
  -webkit-transform: translateX(6px);
  -ms-transform: translateX(6px);
  transform: translateX(6px);
  cursor: pointer
}

.section .marketing-offer-item img {
  -webkit-transition: .2s;
  transition: .2s
}

@media screen and (max-width: 63.99875em) {
  .section .marketing-offer-item {
    margin: 0 0 1.875rem 0
  }
}

.section .marketing-projects-button {
  margin: 2.5rem 0 0 0
}

.section .marketing-projects-h3 {
  margin: 0 0 5rem 0
}

section .marketing-strategy-photoWrapper {
  margin: 0 0 7.5rem 0
}

@media screen and (max-width: 63.99875em) {
  section .marketing-strategy-photoWrapper {
    margin: 0 0 3.125rem 0
  }
}

@media screen and (min-width: 1024px) {
  section .marketing-strategy-photoWrapper {
    text-align: right
  }

  section .marketing-strategy-photoWrapper img {
    max-width: 90% !important
  }

  section .marketing-strategy-photoWrapper:first-child img {
    -webkit-transform: translateX(50px);
    -ms-transform: translateX(50px);
    transform: translateX(50px)
  }
}

@media screen and (max-width: 39.99875em) {
  section .marketing-strategy-photoWrapper {
    margin-bottom: 5rem
  }

  section .marketing-strategy-photoWrapper:nth-child(2) {
    display: none
  }
}

@media screen and (max-width: 63.99875em) {
  section .marketing-strategy-photosContainer {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 10rem
  }
}

@media screen and (max-width: 39.99875em) {
  section .marketing-strategy-photosContainer {
    padding-left: 0
  }
}

.sticky.marketing-sticky {
  padding-left: 3.125rem;
  opacity: 0;
  -webkit-transition: opacity .5s;
  transition: opacity .5s
}

.sticky.marketing-sticky.is-stuck {
  opacity: 1
}

.sticky.marketing-sticky p {
  font-size: 1.5rem;
  font-weight: bold
}

.sticky.marketing-sticky ul {
  list-style-type: none;
  padding-left: 0;
  margin-left: 0
}

.sticky.marketing-sticky li {
  margin-left: 0;
  margin-bottom: .625rem;
  -webkit-transition: .5s;
  transition: .5s
}

.sticky.marketing-sticky li:hover {
  -webkit-transform: translateX(8px);
  -ms-transform: translateX(8px);
  transform: translateX(8px)
}

.sticky.marketing-sticky li a {
  color: rgba(255, 254, 254, 0.8);
  font-size: 1rem;
  font-weight: bold
}

.sticky.marketing-sticky li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(0);
  -ms-transform: translateY(-50%) rotate(0);
  transform: translateY(-50%) rotate(0);
  background-color: #7e00ff;
  width: 0;
  height: 0;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s
}

.sticky.marketing-sticky li.marketing-item-active {
  padding-left: 25px;
  position: relative
}

.sticky.marketing-sticky li.marketing-item-active:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
  background-color: #7e00ff;
  width: 15px;
  height: 2px
}

.sticky.marketing-sticky li.marketing-item-active a {
  color: white
}

.sticky.marketing-sticky li.marketing-item-active.pink:before {
  background-color: #f95157
}

.page-marketing #sticky-menu-area {
  position: relative
}

.page-marketing .sticky-container {
  position: absolute;
  width: 100%;
  top: 0
}

@media (max-width: 1535px) {
  .marketing-sticky-title {
    max-width: 200px
  }
}

.marketing-text-block {
  padding-bottom: 9.375rem;
  padding-right: 9.375rem
}

@media screen and (max-width: 74.99875em) {
  .marketing-text-block {
    padding-right: 3.125rem
  }
}

@media screen and (max-width: 63.99875em) {
  .marketing-text-block {
    padding-bottom: 5rem;
    padding-right: 0
  }
}

@media (min-width: 1660px) {
  .marketing-text-block {
    padding-right: 12.5rem
  }
}

@media screen and (max-width: 39.99875em) {
  .marketing-text-block.first-block {
    padding-bottom: 1.875rem
  }
}

.marketing-text-block .marketing-h3 {
  margin-bottom: 1.5625rem
}

@media screen and (max-width: 39.99875em) {
  .marketing-text-block .marketing-h3 {
    text-align: center
  }
}

.marketing-text-block .marketing-desc {
  position: relative
}

.marketing-text-block .marketing-desc p {
  margin-bottom: 3.125rem
}

@media screen and (max-width: 39.99875em) {
  .marketing-text-block .marketing-desc {
    text-align: center
  }
}

.marketing-text-block .marketing-icons-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 3.625rem;
  margin-bottom: 3.125rem;
  max-width: 50rem
}

@media screen and (max-width: 39.99875em) {
  .marketing-text-block .marketing-icons-container {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around
  }
}

.marketing-text-block .marketing-icon {
  width: 3.625rem
}

@media screen and (max-width: 39.99875em) {
  .marketing-text-block .marketing-icon {
    width: 2.5rem
  }
}

.marketing-text-block ul {
  list-style-type: none;
  margin-left: 0
}

.marketing-text-block ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 12px;
  -webkit-transition: .3s;
  transition: .3s
}

.marketing-text-block ul li a {
  color: white;
  font-size: 1rem;
  font-weight: bold
}

.marketing-text-block ul li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 13px;
  -webkit-transform: translateY(-50%) rotate(0deg);
  -ms-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg);
  background-color: #7e00ff;
  width: 10px;
  height: 2px;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s
}

.marketing-text-block ul li:hover {
  padding-left: 32px
}

.marketing-text-block ul li:hover:before {
  -webkit-transform: translateY(-50%) translateX(12px);
  -ms-transform: translateY(-50%) translateX(12px);
  transform: translateY(-50%) translateX(12px)
}

.marketing-text-block ul li.pink:before {
  background-color: #f95157
}

.marketing-text-block ul li.onBlue:before {
  background-color: #f95157
}

.marketing-popup {
  position: fixed;
  bottom: 0;
  right: 15px;
  width: 463px;
  z-index: 9999;
  padding: 1.875rem 2.5rem;
  border-radius: 5px
}

@media (max-width: 560px) {
  .marketing-popup {
    width: 263px
  }
}

.marketing-popup.initial {
  display: none
}

.marketing-popup.visible {
  height: auto
}

.marketing-popup.hide-popup {
  height: 0;
  padding: 0
}

.marketing-popup a.button span,
.marketing-popup .contact-form-section a.form__button span,
.contact-form-section .marketing-popup a.form__button span {
  font-size: 1rem;
  padding: 15px 20px;
  cursor: pointer
}

.popup-close-button {
  position: absolute;
  top: 5px;
  right: 12px
}

.popup-close-button span {
  font-size: 30px;
  color: white;
  cursor: pointer
}

.popup-open-button {
  position: absolute;
  bottom: 10px;
  right: 12px;
  display: none
}

.popup-open-button span {
  font-size: 50px;
  color: yellow
}

.popup-open-button.visible {
  display: block
}

.section-case-intro .headline,
.section-case-intro .case-study h2,
.case-study .section-case-intro h2,
.section-case-intro h3,
.section-case-intro .section .post-text h3,
.section .post-text .section-case-intro h3 {
  margin-bottom: 2.5rem
}

.section-case-intro .project.project-video {
  margin-top: 6.25rem;
  max-width: 100%
}

@media screen and (max-width: 63.99875em) {
  .section-case-intro .project.project-video {
    margin-top: 3.125rem;
    padding-bottom: 0
  }
}

.section-case-screens {
  padding: 0 0 9.375rem 0
}

@media screen and (max-width: 63.99875em) {
  .section-case-screens {
    padding: 0 0 5rem 0
  }
}

.case-screens {
  overflow: hidden;
  width: 100%
}

.case-screens .inner {
  width: 3000px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.case-screens .image.first {
  -webkit-animation: casescreens 10s linear infinite;
  animation: casescreens 10s linear infinite
}

.casescreen-image {
  width: auto !important;
  height: auto !important;
  max-height: 100%;
  max-width: 100%;
  display: block
}

@media screen and (max-width: 63.99875em) {
  .casescreen-image {
    margin-top: .9375rem
  }
}

.marquee {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin: 0 auto 1.875rem auto
}

.marquee.animation .marquee--inner {
  -webkit-animation: marquee 15s linear infinite;
  animation: marquee 15s linear infinite
}

.marquee.animation2 .marquee--inner {
  -webkit-animation: marquee 15s linear infinite;
  animation: marquee 15s linear infinite;
  -webkit-animation-delay: 1s;
  animation-delay: 1s
}

.marquee.animation3 .marquee--inner {
  -webkit-animation: marquee 17s linear infinite;
  animation: marquee 17s linear infinite;
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s
}

.marquee.animation4 .marquee--inner {
  -webkit-animation: marquee 19s linear infinite;
  animation: marquee 19s linear infinite;
  -webkit-animation-delay: 3.5s;
  animation-delay: 3.5s
}

.marquee .marquee--inner {
  display: block;
  width: 200%
}

.marquee .marquee--inner:hover {
  -webkit-animation-play-state: paused;
  animation-play-state: paused
}

.marquee .marquee--inner .orb {
  width: 33.3%;
  padding: 0 .9375rem;
  display: inline-block;
  float: left;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out
}

.marquee .marquee--inner .orb img {
  border-radius: 3px
}

.marquee .marquee--inner span {
  float: left;
  width: 50%
}

.case-screens-container-mobile {
  margin-top: 3.125rem
}

.case-screens-container-mobile div {
  margin-bottom: .9375rem
}

.wide-text {
  text-align: left
}

@media screen and (min-width: 1024px) {
  .wide-text {
    padding: 0 6.25rem 0 3.125rem;
    max-width: 34.375rem;
    display: inline-block
  }
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .wide-text {
    padding: 0 2.5rem 0 2.5rem
  }
}

.wide-image {
  text-align: left
}

@media screen and (min-width: 1024px) {
  .wide-image {
    padding: 0 6.25rem 0 3.125rem;
    max-width: 43.75rem;
    display: inline-block
  }
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .wide-image {
    padding: 0 2.5rem 0 2.5rem
  }
}

@media screen and (max-width: 39.99875em) {
  .wide-image h2 {
    margin-bottom: 1.25rem
  }
}

@media screen and (max-width: 39.99875em) {
  .section-case-slide {
    padding-top: 3.75rem
  }
}

.text-slider-wrapper {
  position: relative
}

.text-slider-content {
  text-align: left
}

.text-slider-content .headline,
.text-slider-content .case-study h2,
.case-study .text-slider-content h2,
.text-slider-content .section-case-intro h3,
.section-case-intro .text-slider-content h3,
.text-slider-content .section .post-text h3,
.section .post-text .text-slider-content h3 {
  margin-bottom: 1.25rem
}

.text-slider-desc {
  position: relative;
  padding-left: 2.5rem;
  text-align: left !important
}

.text-slider-desc span {
  background-color: rgba(255, 255, 255, 0.5) !important
}

@media screen and (max-width: 39.99875em) {
  .text-slider-desc {
    padding-left: 0
  }

  .text-slider-desc span {
    display: none
  }
}

.text-slider-desc p {
  font-size: 1rem;
  margin: 0;
  color: #fff
}

.section-casestudy-top {
  height: auto !important;
  min-height: 0;
  padding-bottom: 0
}

@media screen and (min-width: 1024px) {
  .section-casestudy-top {
    padding-top: 5rem
  }
}

@media screen and (max-width: 39.99875em) {
  .section .hero-monitors {
    margin-top: 2.5rem
  }
}

.works-hero {
  padding-top: 11.25rem;
  padding-bottom: 6.25rem
}

@media screen and (max-width: 39.99875em) {
  .works-hero {
    padding-top: 3.125rem;
    padding-bottom: 0
  }
}

@media screen and (min-width: 40em) {
  .works-header-container {
    padding-left: 3.125rem
  }
}

@media screen and (max-width: 39.99875em) {
  .case-mockups-section .case-mockup {
    margin-bottom: 5rem
  }
}

.case-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 3.125rem
}

.case-links a {
  display: block;
  color: #282f39;
  font-weight: 700;
  font-size: .875rem
}

.case-links a:first-child span {
  margin-right: 4px
}

.case-links a:nth-child(2) span {
  margin-left: 4px
}

.case-links span {
  font-size: 1.25rem
}

.section-case-intro {
  padding-top: 6.25rem
}

.section-case-intro h1,
.section-case-intro h2,
.section-case-intro h3,
.section-case-intro h4 {
  font-weight: 700;
  color: #282f39
}

@media screen and (min-width: 1024px) {
  .section-case-intro h1 {
    font-size: 3rem;
    line-height: 3.4375rem
  }
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .section-case-intro h1 {
    font-size: 2.375rem;
    line-height: 3rem
  }
}

@media screen and (max-width: 39.99875em) {
  .section-case-intro h1 {
    font-size: 2.5rem;
    line-height: 3.25rem
  }
}

@media screen and (min-width: 1024px) {
  .section-case-intro h2 {
    font-size: 2.5rem;
    line-height: 3.125rem
  }
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .section-case-intro h2 {
    font-size: 1.875rem;
    line-height: 2.5rem
  }
}

@media screen and (max-width: 39.99875em) {
  .section-case-intro h2 {
    font-size: 2.625rem;
    line-height: 3.25rem
  }
}

.section-case-intro ul {
  margin-bottom: 0
}

.section-case-intro ul li {
  position: relative;
  margin-bottom: 1.875rem;
  padding: 0 0 0 2.1875rem;
  font-weight: 400
}

@media screen and (max-width: 39.99875em) {
  .section-case-intro ul li {
    line-height: 1.5;
    font-size: .9375rem
  }
}

.section-case-intro ul li:before {
  content: "";
  position: absolute;
  width: 1.125rem;
  height: .125rem;
  background: #f95157;
  top: .6875rem;
  left: 0
}

.section-case-intro ol {
  margin-bottom: 0
}

.section-case-intro ol li {
  margin-bottom: 1.875rem;
  font-weight: 300
}

@media screen and (max-width: 39.99875em) {
  .section-case-intro ol li {
    line-height: 1.5;
    font-size: .9375rem
  }
}

.section-case-intro a {
  color: #7e00ff;
  border-bottom: 1px solid #7e00ff
}

.section-case-intro a:hover,
.section-case-intro a:focus {
  color: #f95157;
  border-color: #f95157
}

.section-case-intro .gallery-item .gallery-icon a {
  border: none !important
}

.section-posts {
  min-height: 10vh;
  padding: 7.5rem 0 7.5rem 0
}

@media screen and (max-width: 39.99875em) {
  .section-posts {
    padding: 2.5rem 0 0 0
  }

  .section-posts .headline,
  .section-posts .case-study h2,
  .case-study .section-posts h2,
  .section-posts .section-case-intro h3,
  .section-case-intro .section-posts h3,
  .section-posts .section .post-text h3,
  .section .post-text .section-posts h3,
  .section-posts .headline+.posts-desc,
  .section-posts .case-study h2+.posts-desc,
  .case-study .section-posts h2+.posts-desc,
  .section-posts .section-case-intro h3+.posts-desc,
  .section-case-intro .section-posts h3+.posts-desc,
  .section-posts .section .post-text h3+.posts-desc,
  .section .post-text .section-posts h3+.posts-desc {
    text-align: left !important
  }
}

@media screen and (max-width: 39.99875em) {
  .section-portfolio .case-study .case-content h2 {
    margin-top: 0 !important
  }

  .section-portfolio h2.headline,
  .section-portfolio .case-study h2,
  .case-study .section-portfolio h2 {
    margin-top: 6.25rem !important
  }

  .section-portfolio h2.headline span,
  .section-portfolio .case-study h2 span,
  .case-study .section-portfolio h2 span {
    font-size: 2.5rem;
    line-height: 3.3125rem
  }
}

.section .posts-desc {
  position: relative
}

@media screen and (max-width: 39.99875em) {
  .section .posts-desc {
    text-align: center
  }
}

.section .posts-desc span {
  background-color: #7e00ff
}

@media screen and (max-width: 39.99875em) {
  .section .posts-desc span {
    top: -25%
  }
}

.section .posts-desc p {
  padding-left: 2.1875rem;
  max-width: 35rem
}

@media screen and (max-width: 39.99875em) {
  .section .posts-desc p {
    padding-left: 0
  }
}

.section .posts-h3 {
  margin-bottom: 2.5rem
}

@media screen and (max-width: 39.99875em) {
  .section .posts-h3 {
    text-align: center
  }
}

.section article.post {
  margin-bottom: 3.125rem
}

@media screen and (min-width: 1024px) {

  .section article.post:hover>div,
  .section article.post:hover>p {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px)
  }
}

.section .post-card {
  min-height: 24.375rem;
  background-color: #fff;
  padding: 1.875rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative
}

@media screen and (max-width: 39.99875em) {
  .section .post-card {
    min-height: 15.625rem
  }
}

.section .post-card .all-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 10
}

.section .post-category {
  font-size: .8125rem;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  z-index: 15
}

@media screen and (max-width: 63.99875em) {
  .section .post-category {
    font-size: .6875rem !important
  }
}

.section .post-title {
  padding-right: 1.25rem;
  margin-bottom: 0;
  position: relative;
  z-index: 15
}

.section .post-title a {
  color: #282f39
}

.section .post-title a:hover,
.section .post-title a:focus {
  color: #7e00ff
}

.section .post-entry {
  margin: 1.25rem 0
}

@media screen and (min-width: 1024px) {
  .section .post-entry {
    padding: 0 1.875rem
  }
}

@media screen and (max-width: 39.99875em) {
  .section .post-entry {
    padding-right: 0
  }
}

.section .post-informations {
  font-size: .625rem !important;
  font-weight: 700;
  text-transform: uppercase;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media screen and (min-width: 1024px) {
  .section .post-informations {
    padding: 0 1.875rem
  }
}

.section .post-informations p {
  font-size: .625rem !important
}

@media screen and (max-width: 63.99875em) {
  .section .post-informations p {
    font-size: .625rem !important
  }
}

.section .tags-container {
  margin: 3.125rem 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.section .tag {
  margin: 0 0 .625rem 0;
  background-color: #f95157;
  color: #fefefe;
  line-height: 3.4375rem;
  border-radius: 80px;
  position: relative
}

.section .tag:hover,
.section .tag:focus {
  -webkit-transform: translateY(-9px) !important;
  -ms-transform: translateY(-9px) !important;
  transform: translateY(-9px) !important
}

.section .tag .tag-name {
  margin: 0;
  display: inline-block;
  padding: 0 2.8125rem 0 1.25rem;
  vertical-align: middle;
  -webkit-transform: translateY(-.0625rem);
  -ms-transform: translateY(-.0625rem);
  transform: translateY(-.0625rem);
  text-transform: lowercase;
  font-size: .875rem
}

.section .tag .tag-name::first-letter {
  text-transform: uppercase
}

.section .tag img {
  width: 10px;
  margin-left: 10px;
  -webkit-transition: .2s;
  transition: .2s;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 1.25rem
}

.section .tag.choosed {
  background-color: #f7f7f7;
  color: #2E2F30
}

.section .tag.choosed img {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  -webkit-filter: invert(0.7) opacity(0.8);
  filter: invert(0.7) opacity(0.8)
}

.section .posts-more-button {
  margin-top: 3.125rem
}

@media screen and (max-width: 39.99875em) {
  .section .posts-more-button {
    width: 100% !important;
    margin-top: 0
  }
}

.section-new-post {
  padding: 4.375rem 0 0 0;
  position: relative
}

@media screen and (max-width: 63.99875em) {
  .section-new-post {
    padding: 5rem 0 0 0
  }
}

@media screen and (max-width: 39.99875em) {
  .section-new-post {
    padding: 1.25rem 0 0 0
  }
}

.section .new-post-card {
  padding: 4.375rem;
  border-radius: 3px
}

@media screen and (max-width: 63.99875em) {
  .section .new-post-card {
    padding: 1.875rem
  }
}

@media screen and (min-width: 1024px) {
  .section .new-post-right-colum {
    padding-left: 2.1875rem
  }
}

.section .new-post-h3 {
  padding-right: 5rem;
  margin-bottom: 25px;
  margin-bottom: 1.875rem
}

@media (max-width: 1265px) {
  .section .new-post-h3 {
    padding-right: 0
  }
}

@media screen and (max-width: 39.99875em) {
  .section .new-post-h3 {
    font-size: 2rem;
    line-height: 2.4375rem;
    margin-bottom: 0
  }
}

.section .new-post-h3 a {
  color: #282f39
}

.section .new-post-h3 a:focus,
.section .new-post-h3 a:hover {
  color: #f95157
}

.section .new-post-entry {
  padding-right: 7.5rem;
  margin-bottom: 2.25rem;
  margin-bottom: 1.875rem
}

@media (max-width: 1265px) {
  .section .new-post-entry {
    padding-right: 0
  }
}

@media screen and (max-width: 39.99875em) {
  .section .new-post-entry {
    display: none
  }
}

.section .new-post-cover {
  display: block
}

.section .new-post-cover img {
  display: block
}

.section .new-post-category {
  font-size: .875rem;
  font-weight: 700;
  margin-bottom: 1.25rem
}

@media screen and (max-width: 63.99875em) {
  .section .new-post-category {
    margin-top: 1.25rem
  }
}

.section .new-post-category a {
  color: #f95157
}

.section .new-post-category a:focus,
.section .new-post-category a:hover {
  color: #7e00ff
}

.section .new-post-author {
  font-size: .625rem !important;
  font-weight: 700;
  text-transform: uppercase
}

@media screen and (max-width: 39.99875em) {
  .section .new-post-author {
    display: none
  }
}

.section-post {
  width: 100%;
  padding-top: 130px
}

@media screen and (max-width: 39.99875em) {
  .section-post {
    padding-top: 30px
  }
}

.section .post-author-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 3.125rem 0
}

.section .post-author-container img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  border-radius: 50%
}

.section .post-time {
  font-size: .875rem;
  font-weight: 700
}

.section .post-text *[style="font-weight: 400;"] {
  font-weight: 300 !important
}

.section .post-text b,
.section .post-text strong {
  font-family: 'Poppins'
}

.section .post-text>p {
  font-size: 1.125rem;
  font-weight: 300;
  font-family: 'Poppins';
  line-height: 1.875rem;
  margin-bottom: 1.875rem
}

.section .post-text>p *[style="font-weight: 400;"] {
  font-weight: 300 !important
}

@media screen and (max-width: 39.99875em) {
  .section .post-text>p {
    line-height: 22px;
    font-size: .875rem;
    margin-bottom: .9375rem
  }
}

@media screen and (min-width: 40em) {
  .section .post-text>p:first-child {
    padding-left: 0
  }

  .section .post-text>p:first-child:first-letter {
    font-size: 7.5rem;
    color: #f95157;
    margin: 2rem .5rem 0 0;
    float: left;
    font-weight: 700
  }
}

.section .post-text ul {
  margin-bottom: 0
}

.section .post-text ul li {
  position: relative;
  margin-bottom: 1.875rem;
  padding: 0 0 0 2.1875rem;
  font-weight: 300
}

@media screen and (max-width: 39.99875em) {
  .section .post-text ul li {
    line-height: 1.5;
    font-size: .9375rem
  }
}

.section .post-text ul li:before {
  content: "";
  position: absolute;
  width: 1rem;
  height: .125rem;
  background: #7e00ff;
  top: .6875rem;
  left: 0
}

.section .post-text ol {
  margin-bottom: 0
}

.section .post-text ol li {
  margin-bottom: 1.875rem;
  font-weight: 300
}

@media screen and (max-width: 39.99875em) {
  .section .post-text ol li {
    line-height: 1.5;
    font-size: .9375rem
  }
}

.section .post-text a {
  color: #7e00ff;
  border-bottom: 1px solid #7e00ff
}

.section .post-text a:hover,
.section .post-text a:focus {
  color: #f95157;
  border-color: #f95157
}

.section .post-text h3 {
  font-weight: 700;
  margin-top: 3.125rem
}

.section .post-text blockquote {
  line-height: 2.375rem;
  margin: 0;
  padding: 0;
  border: none;
  position: relative;
  padding-left: 2.8125rem;
  margin: 1.875rem 0
}

@media screen and (max-width: 39.99875em) {
  .section .post-text blockquote {
    padding-left: 0;
    line-height: 1.3;
    padding-top: 1.25rem
  }
}

.section .post-text blockquote::before {
  content: '';
  top: .875rem
}

@media screen and (max-width: 39.99875em) {
  .section .post-text blockquote::before {
    top: 0
  }
}

.section .post-text blockquote p {
  color: #7e00ff;
  font-size: 1.5625rem;
  line-height: 2.375rem;
  margin: 0;
  display: block;
  position: relative;
  font-weight: 700
}

@media screen and (max-width: 39.99875em) {
  .section .post-text blockquote p {
    font-size: 1.3125rem;
    line-height: 1.5625rem
  }
}

.section .post-text .gutenberg-count-block {
  padding: 1.5625rem 0 2.5rem 0
}

@media screen and (max-width: 39.99875em) {
  .section .post-text .gutenberg-count-block {
    padding: 0 0 1.5625rem 0
  }
}

.section .post-text .gutenberg-count-block p {
  font-size: .875rem;
  margin: 0;
  font-weight: 300 !important
}

.section .post-text .gutenberg-count-block h2 {
  font-weight: 700;
  margin-bottom: 1.25rem
}

@media screen and (min-width: 1024px) {
  .section .post-text .gutenberg-count-block h2 {
    font-size: 2.8125rem !important
  }
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .section .post-text .gutenberg-count-block h2 {
    font-size: 2.5rem !important
  }
}

@media screen and (max-width: 39.99875em) {
  .section .post-text .gutenberg-count-block h2 {
    font-size: 2.1875rem !important
  }
}

.section .post-author-info-block {
  margin-top: 4.375rem;
  padding-top: 2.1875rem;
  padding-bottom: 2.1875rem;
  border-top: .125rem solid rgba(46, 46, 48, 0.12);
  border-bottom: .125rem solid rgba(46, 46, 48, 0.12)
}


.section .post-author-info-block img {
  border-radius: 50%;
  max-height: 6.25rem
}

.section .post-author-info-block .post-author-desc p:last-child {
  margin-bottom: 0
}

@media screen and (max-width: 39.99875em) {
  .section .post-author-info-block .post-author-desc {
    padding-top: 0
  }

  .section .post-author-info-block .post-author-desc p:last-child {
    font-size: .8125rem
  }
}

@media screen and (max-width: 39.99875em) {
  .section .post-author-info-block div:first-child {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start
  }
}

.section .post-other-posts-container {
  margin-top: 3.75rem
}

.section .post-other-posts-container h4 {
  margin-bottom: 1.25rem
}

.section .post-other-posts-container ul {
  list-style-type: none
}

.section .post-other-posts-container li {
  position: relative;
  padding-left: .5rem;
  margin-bottom: .625rem;
  -webkit-transition: .5s;
  transition: .5s
}

.section .post-other-posts-container li:before {
  content: '';
  display: block !important;
  left: -20px !important;
  top: .6875rem;
  width: .9375rem !important;
  -webkit-transition: .5s;
  transition: .5s
}

@media screen and (max-width: 39.99875em) {
  .section .post-other-posts-container li a {
    color: #282f39
  }
}

.section .post-other-posts-container li:hover,
.section .post-other-posts-container li:focus {
  -webkit-transform: translateX(3px);
  -ms-transform: translateX(3px);
  transform: translateX(3px)
}

.section .post-other-posts-container li:hover a,
.section .post-other-posts-container li:focus a {
  color: #f95157
}

.section .post-other-posts-container li:hover:before,
.section .post-other-posts-container li:focus:before {
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px)
}

.section-post-next-article {
  min-height: 10vh;
  padding: 7.5rem 0 7.5rem 0
}

.section-post-next-article h3 {
  margin-bottom: 3.125rem
}

.search-icon {
  position: fixed;
  top: 53%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  padding: 1.25rem;
  z-index: 99;
  height: 70px
}

.search-icon:hover,
.search-icon:focus {
  opacity: 0.4
}

@media screen and (max-width: 63.99875em) {
  .search-icon {
    left: auto;
    padding: 0 !important;
    width: 20px;
    height: 20px;
    right: 3.75rem;
    top: 5.375rem !important;
    -webkit-transform: translateY(-63px);
    -ms-transform: translateY(-63px);
    transform: translateY(-63px);
    padding: .625rem;
    height: 50px
  }
}

@media screen and (max-width: 63.99875em) {
  .search-icon {
    top: 4.5rem
  }
}

.search-icon.hide-icon {
  display: none
}

.search {
  position: fixed;
  z-index: 300;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  min-height: 50vh;
  padding: 0 .9375rem;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
  display: block
}

.search .inner {
  padding-top: 3.125rem
}

.search--open {
  pointer-events: auto;
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1)
}

@media screen and (max-width: 63.99875em) {
  .search .row .large-4:nth-child(3) {
    display: none
  }
}

@media screen and (max-width: 39.99875em) {
  .search .row .large-4:nth-child(2) {
    display: none
  }

  .search .row .large-4:nth-child(3) {
    display: none
  }
}

@media screen and (max-width: 63.99875em) {
  .search {
    background-color: #f95157
  }

  .search .inner {
    padding-top: 1.5625rem
  }
}

@media screen and (max-width: 63.99875em) {
  .search {
    overflow-x: hidden !important;
    overflow-y: hidden !important;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
  }

  .search .inner {
    position: relative;
    overflow-x: hidden;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    height: 100vh
  }
}

.main-wrap {
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  -webkit-transform-origin: 50% 15%;
  -ms-transform-origin: 50% 15%;
  transform-origin: 50% 15%
}

.main-wrap .main-wrap-inner {
  width: 100%;
  height: 100%;
  position: relative
}

.main-wrap--move {
  -webkit-transform: perspective(400px) rotateX(26deg) translate3d(0, 60vh, 0);
  transform: perspective(400px) rotateX(26deg) translate3d(0, 60vh, 0);
  background-color: #fff
}

@media screen and (max-width: 63.99875em) {
  .main-wrap--move {
    display: none
  }
}

.body-search {
  height: 100vh;
  overflow-y: hidden;
  background-color: #f95157
}

@media screen and (max-width: 39.99875em) {
  .body-search {
    height: 350vh
  }
}

.search-form {
  text-align: left;
  opacity: 0;
  -webkit-transform: scale3d(0.7, 0.7, 1);
  transform: scale3d(0.7, 0.7, 1);
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, transform 0.6s;
  transition: opacity 0.6s, transform 0.6s, -webkit-transform 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1)
}

.search--open .search-form {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1)
}

.search-info {
  color: #fefefe;
  font-size: .8125rem;
  font-weight: bold
}

@media screen and (max-width: 39.99875em) {
  .search-info {
    font-size: .6875rem
  }
}

.search-input {
  display: block;
  border: none;
  background-color: transparent;
  font-size: 4.875rem;
  color: #fff;
  font-weight: bold;
  width: 100%;
  outline: none;
  margin: .625rem 0 1.875rem 0;
  padding: .625rem 0
}

@media screen and (max-width: 39.99875em) {
  .search-input {
    font-size: 1.875rem;
    margin-bottom: 0
  }
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .search-input {
    font-size: 2.5rem;
    margin-bottom: 0
  }
}

.search-input::-webkit-input-placeholder {
  color: #D9474C
}

.search-input::-moz-placeholder {
  color: #D9474C
}

.search-input:-ms-input-placeholder {
  color: #D9474C
}

.close-icon {
  max-width: 20px;
  position: fixed;
  top: 51%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 2.0625rem;
  z-index: 99999
}

@media screen and (max-width: 63.99875em) {
  .close-icon {
    top: 4.5rem;
    left: auto;
    right: 3.75rem;
    -webkit-transform: translateY(-63px);
    -ms-transform: translateY(-63px);
    transform: translateY(-63px);
    height: 50px
  }
}

.close-icon.hide-icon {
  display: none
}

.searched-posts-container {
  margin-top: 3.125rem;
  width: 70%
}

.searched-post {
  background-color: #fff;
  min-height: 250px;
  height: 100%;
  border-radius: 3px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 1.25rem;
  position: relative
}

@media screen and (min-width: 1024px) {
  .searched-post:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px)
  }
}

.searched-post .all-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 10
}

.searched-post .searched-post-title {
  font-size: 1.3125rem;
  line-height: 1.5625rem;
  position: relative;
  z-index: 20
}

.searched-post .searched-post-title a {
  color: #282f39
}

.searched-post .searched-post-title a:hover,
.searched-post .searched-post-title a:focus {
  color: #f95157
}

.searched-post .searched-post-cat {
  font-size: .8125rem;
  font-weight: 700;
  position: relative;
  z-index: 20
}

.searched-post .searched-post-cat a {
  color: #282f39
}

.searched-post .searched-post-cat a:hover,
.searched-post .searched-post-cat a:focus {
  color: #f95157
}

.socials-share {
  padding-bottom: 1.875rem
}

.socials-share a {
  display: inline-block;
  width: 100%;
  text-align: left;
  margin-bottom: 1.875rem
}

.socials-share a:last-of-type {
  margin-bottom: 0
}

.socials-share a img {
  max-height: 1.6875rem;
  display: inline-block;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  opacity: 0.45
}

.socials-share a:hover img,
.socials-share a:focus img {
  opacity: 1;
  -webkit-filter: grayscale(0);
  filter: grayscale(0)
}

.portfolio-testimonal.blog-testimonal {
  padding-top: 100px
}

@media screen and (max-width: 63.99875em) {
  .portfolio-testimonal.blog-testimonal {
    padding: 3.125rem 0
  }
}

@media screen and (max-width: 39.99875em) {
  .blog-testimonal .testimonal-quote {
    font-size: 1.5rem;
    line-height: 2rem
  }

  .blog-testimonal .testimonal-name {
    font-size: 1.125rem !important;
    line-height: 1.6875rem !important
  }

  .blog-testimonal .testimonal-name span {
    font-size: 1.125rem !important;
    line-height: 1.6875rem !important
  }
}

.post-footer-right-col {
  max-width: 680px
}

figcaption {
  text-align: center;
  color: #9B9EA0;
  font-size: 15px;
  font-style: italic;
  font-weight: 300;
  line-height: 23px;
  text-align: center
}

@media screen and (max-width: 39.99875em) {
  figcaption {
    font-size: .75rem;
    line-height: 1.125rem
  }
}

@media screen and (max-width: 39.99875em) {
  .post-header div:first-child {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2
  }

  .post-header .headline.post-h3,
  .post-header .case-study h2.post-h3,
  .case-study .post-header h2.post-h3,
  .post-header .section-case-intro h3.post-h3,
  .section-case-intro .post-header h3.post-h3,
  .post-header .section .post-text h3.post-h3,
  .section .post-text .post-header h3.post-h3 {
    font-size: 2rem;
    line-height: 2.4375rem;
    margin-bottom: .625rem
  }

  .post-header .new-post-category {
    margin-bottom: .625rem
  }

  .post-header .post-author-container {
    margin: 1.25rem 0 0 0
  }
}

@media screen and (max-width: 39.99875em) {

  .nextpost-section .headline.post-h3,
  .nextpost-section .case-study h2.post-h3,
  .case-study .nextpost-section h2.post-h3,
  .nextpost-section .section-case-intro h3.post-h3,
  .section-case-intro .nextpost-section h3.post-h3,
  .nextpost-section .section .post-text h3.post-h3,
  .section .post-text .nextpost-section h3.post-h3 {
    font-size: 2.5rem;
    line-height: 3.3125rem
  }
}

.blog-back-link {
  color: #7e00ff;
  font-size: .875rem;
  font-weight: 700;
  display: block;
  margin-bottom: 100px
}

.blog-back-link:hover {
  color: #7e00ff
}

.blog-back-link span {
  font-size: 1.25rem;
  margin-right: 2px
}

#gallery-2 img {
  border: none !important
}

.spinner {
  color: white;
  background-color: white
}

.section-career .headline,
.section-career .case-study h2,
.case-study .section-career h2,
.section-career .section-case-intro h3,
.section-case-intro .section-career h3,
.section-career .section .post-text h3,
.section .post-text .section-career h3 {
  margin-bottom: 2.5rem
}

.section-career .services-items-container {
  padding-top: 0
}

.section-career-photo {
  margin: 0 auto;
  text-align: center;
  width: 95%
}

@media screen and (max-width: 39.99875em) {
  .section-career-photo {
    margin-top: 3.125rem
  }
}

.section-career-photo img {
  max-width: 100%;
  width: 100%
}

.career-hero {
  padding: 4.375rem 0 9.375rem 0
}

@media screen and (max-width: 63.99875em) {
  .career-hero {
    padding: 5rem 0 5rem 0
  }
}

@media screen and (max-width: 39.99875em) {
  .career-hero {
    padding: 5rem 0 0 0
  }
}

.career-header {
  margin-bottom: 2.5rem
}

@media screen and (max-width: 39.99875em) {
  .career-header {
    margin-bottom: 0
  }
}

.box-position-column {
  margin-bottom: 1.875rem
}

@media screen and (max-width: 39.99875em) {
  .box-position-column {
    margin-bottom: .9375rem
  }
}

.box-position {
  background-color: #fff;
  border-radius: 3px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  height: 100%;
  margin: 0;
  pointer-events: auto
}

.box-position.task:hover,
.box-position.task:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important
}

.box-position.task small {
  color: #f95157;
  font-size: .875rem
}

.box-position.task p {
  margin: 0;
  margin-top: 1.25rem;
  color: #282f39;
  font-size: 1.3125rem
}

@media screen and (max-width: 39.99875em) {
  .box-position.task p {
    font-size: 1.125rem !important
  }
}

.box-position .all-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 99
}

.box-position:hover {
  position: relative;
  z-index: 4
}

.box-position:hover h2 {
  -webkit-transform: translateY(-.3125rem);
  -ms-transform: translateY(-.3125rem);
  transform: translateY(-.3125rem);
  color: #f95157
}

.box-position:hover h2 a {
  color: #f95157
}

.box-position p {
  font-weight: 700;
  font-size: .9375rem;
  color: #f95157;
  margin-bottom: .625rem
}

@media screen and (max-width: 39.99875em) {
  .box-position p {
    margin-bottom: .3125rem
  }
}

.box-position h2 {
  margin: 0;
  color: #282f39
}

.box-position h2 a {
  color: #282f39;
  display: block
}

.box-position h2 a:hover {
  color: #f95157
}

@media screen and (min-width: 1024px) {
  .box-position {
    padding: 2.5rem
  }
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .box-position {
    padding: 1.875rem;
    margin-top: 1.875rem
  }
}

@media screen and (max-width: 39.99875em) {
  .box-position {
    padding: 1.5625rem .9375rem .75rem .9375rem;
    margin-top: 1.5625rem
  }

  .box-position h2.headline.small,
  .box-position .case-study h2.small,
  .case-study .box-position h2.small {
    margin-bottom: 0;
    font-size: 1.75rem
  }
}

@media screen and (min-width: 1024px) {
  .details {
    margin-bottom: 5.625rem
  }

  .details:last-of-type {
    margin-bottom: 0
  }
}

@media screen and (max-width: 63.99875em) {
  .details {
    margin-top: 3.75rem
  }
}

.details img {
  max-height: 3.75rem
}

@media screen and (max-width: 39.99875em) {
  .details img {
    max-height: 2.5rem
  }
}

.details p {
  color: #fefefe;
  margin-bottom: 0;
  margin-top: 1.875rem;
  font-size: 1.5rem
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .details p {
    font-size: 1.375rem !important
  }
}

@media screen and (max-width: 39.99875em) {
  .details p {
    font-size: 1.125rem !important
  }
}

.career-single-benefits {
  padding-top: 3.125rem
}

@media screen and (max-width: 39.99875em) {
  .career-single-benefits {
    padding-top: 1.25rem
  }
}

@media screen and (max-width: 39.99875em) {

  .career-single-benefits h2.headline.xxlarge,
  .career-single-benefits .case-study h2.xxlarge,
  .case-study .career-single-benefits h2.xxlarge {
    font-size: 2.5rem;
    line-height: 53px
  }
}

@media screen and (max-width: 63.99875em) {
  .career-single-heroimg-container {
    margin-top: 3.125rem
  }
}

.singleplus-item {
  margin: 1.875rem 0
}

@media (min-width: 1024px) and (max-width: 1330px) {

  .headline.career-signle-headline,
  .case-study h2.career-signle-headline,
  .section-case-intro h3.career-signle-headline,
  .section .post-text h3.career-signle-headline {
    font-size: 4.0625rem;
    line-height: 4.375rem
  }
}

@media (min-width: 1300px) {

  .headline.career-signle-headline,
  .case-study h2.career-signle-headline,
  .section-case-intro h3.career-signle-headline,
  .section .post-text h3.career-signle-headline {
    margin-top: 11rem
  }
}

.helper-div {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 200px;
  height: 200px
}

.section-contact .button,
.section-contact .contact-form-section .form__button,
.contact-form-section .section-contact .form__button {
  margin-top: 2.5rem
}

.section.contact-maps {
  padding-top: 9.375rem
}

@media screen and (max-width: 39.99875em) {
  .section.contact-maps {
    padding-top: 3.125rem;
    padding-bottom: 0
  }
}

@media screen and (min-width: 1024px) {
  .box-map-container {
    margin: 0 0 5.625rem 0
  }
}

@media screen and (max-width: 63.99875em) {
  .box-map-container {
    margin: 0
  }
}

.box-map-container .box-map {
  border-radius: 3px;
  overflow: hidden;
  position: relative
}

@media screen and (max-width: 63.99875em) {
  .box-map-container .box-map {
    margin: 1.25rem 0
  }
}

.box-map-container .box-map .map {
  width: 100%;
  height: 25rem
}

@media screen and (max-width: 63.99875em) {
  .box-map-container .box-map .map {
    height: 23.125rem
  }
}

.box-map-container .box-map-text {
  position: absolute;
  font-size: 1.75rem;
  z-index: 2;
  width: calc(100% - 60px);
  padding: 1.875rem
}

@media screen and (max-width: 63.99875em) {
  .box-map-container .box-map-text {
    font-size: 1.25rem
  }
}

.box-map-container .box-map-text span {
  display: block;
  color: #f95157;
  font-size: .875rem
}

.googlemap {
  height: 28.125rem !important;
  width: 100%
}

.video-contact {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  position: fixed !important;
  width: 100%;
  top: 0;
  left: 0
}

.contact-hero {
  min-height: 0;
  padding: 10.625rem 0 10.625rem 0
}

@media screen and (max-width: 63.99875em) {
  .contact-hero {
    padding: 4.375rem 0 4.375rem 0
  }
}

.contact-hero .headline,
.contact-hero .case-study h2,
.case-study .contact-hero h2,
.contact-hero .section-case-intro h3,
.section-case-intro .contact-hero h3,
.contact-hero .section .post-text h3,
.section .post-text .contact-hero h3 {
  margin-bottom: 0
}

@media screen and (max-width: 39.99875em) {

  .contact-hero .headline,
  .contact-hero .case-study h2,
  .case-study .contact-hero h2,
  .contact-hero .section-case-intro h3,
  .section-case-intro .contact-hero h3,
  .contact-hero .section .post-text h3,
  .section .post-text .contact-hero h3 {
    margin-bottom: 1.25rem
  }
}

.contact-details-item {
  margin: 2.5rem 0
}

@media screen and (max-width: 39.99875em) {
  .contact-details-item {
    margin: 1.25rem 0 1.25rem 0
  }

  .contact-details-item:first-child {
    margin-top: 3.125rem
  }
}

#webdev-section .token.class-name {
  color: #FFFFB6;
  text-decoration: underline
}

#webdev-section .token.boolean,
#webdev-section .token.constant {
  color: #99CC99
}

#webdev-section .token.symbol,
#webdev-section .token.deleted {
  color: #f92672
}

#webdev-section .token.number {
  color: #FF73FD
}

#webdev-section .token.selector,
#webdev-section .token.attr-name,
#webdev-section .token.string,
#webdev-section .token.char,
#webdev-section .token.builtin,
#webdev-section .token.inserted {
  color: #A8FF60
}

#webdev-section .token.variable {
  color: #C6C5FE
}

#webdev-section .token.operator {
  color: #EDEDED
}

#webdev-section .token.entity {
  color: #FFFFB6
}

#webdev-section .token.url {
  color: #96CBFE
}

#webdev-section .language-css .token.string,
#webdev-section .style .token.string {
  color: #87C38A
}

#webdev-section .token.atrule,
#webdev-section .token.attr-value {
  color: #F9EE98
}

#webdev-section .token.function {
  color: #DAD085
}

#webdev-section .token.regex {
  color: #E9C062
}

#webdev-section .token.important {
  color: #fd971f
}

#webdev-section .token.important,
#webdev-section .token.bold {
  font-weight: bold
}

#webdev-section .token.italic {
  font-style: italic
}

#webdev-section .token.entity {
  cursor: help
}

#webdev-section pre {
  position: absolute;
  overflow: hidden;
  width: 23.375rem;
  height: 10.8125rem;
  border-radius: 3px;
  font-size: 16px
}

@media (min-width: 1600px) {
  #webdev-section pre {
    width: 25.25rem;
    height: 12.6875rem
  }
}

#webdev-section pre.js-code-pre {
  right: 20px;
  bottom: 150px;
  z-index: 30;
  -webkit-transition: 1s;
  transition: 1s
}

@media (max-width: 1024px) {
  #webdev-section pre.js-code-pre {
    bottom: 18px;
    width: 18.75rem
  }
}

#webdev-section pre.css-code-pre {
  top: 150px;
  left: 50%;
  margin-left: -230px;
  z-index: -1
}

@media (max-width: 1450px) {
  #webdev-section pre.css-code-pre {
    margin-left: -100px
  }
}

@media (max-width: 1024px) {
  #webdev-section pre.css-code-pre {
    top: 550px;
    left: 100px;
    width: 18.75rem;
    z-index: 9999
  }
}

@media (max-width: 704px) {
  #webdev-section pre.css-code-pre {
    top: 24.375rem
  }
}

@media (max-width: 468px) {
  #webdev-section pre.css-code-pre {
    top: 28.125rem
  }
}

#webdev-section pre .pre-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30px;
  color: white;
  text-align: left;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: .9375rem 0 0 .625rem
}

@media screen and (max-width: 39.99875em) {
  #webdev-section pre .pre-header {
    padding: .3125rem 0 0 .625rem
  }
}

#webdev-section pre .pre-header p.code-type {
  margin: 0 0 0 .625rem;
  font-size: .6875rem !important
}

@media screen and (max-width: 39.99875em) {
  #webdev-section pre .pre-header p.code-type {
    font-size: .5rem !important
  }
}

#webdev-section pre .pre-header img {
  width: 12px;
  display: block
}

@media screen and (max-width: 39.99875em) {
  #webdev-section pre .pre-header img {
    width: 8px
  }
}

#webdev-section pre .pre-header:after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  right: 15px;
  top: 12px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-bottom: 2px solid #999999;
  border-right: 2px solid #999999
}

@media screen and (max-width: 39.99875em) {
  #webdev-section pre .pre-header:after {
    width: 5px;
    height: 5px;
    top: 7px
  }
}

@media (max-width: 704px) {
  #webdev-section pre {
    width: 13.75rem !important;
    height: 6.4375rem
  }
}

@media (max-width: 490px) {
  #webdev-section pre {
    width: 11.25rem !important;
    height: 5.625rem
  }
}

#webdev-section code {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #1d1f21;
  color: #c5c8c6;
  text-align: left;
  border: none;
  padding: 2.8125rem 0 0 .625rem;
  font-size: 16px
}

@media (max-width: 704px) {
  #webdev-section code {
    font-size: .625rem
  }
}

@media (max-width: 490px) {
  #webdev-section code {
    padding: 1.875rem 0 0 .625rem
  }
}

#webdev-section .webdev-orange {
  color: orange
}

#webdev-section .webdev-orange-dark {
  color: #CC8400
}

#webdev-section .webdev-green {
  color: green
}

#webdev-section .webdev-blue {
  color: #107dac
}

#webdev-section .webdev-blue-css {
  color: #71c7ec
}

#webdev-section .webdev-blue-dark {
  color: #346CD3
}

#webdev-section .webdev-blue-light {
  color: #77C6FE
}

#webdev-section .webdev-yellow {
  color: #EABD17
}

#webdev-section .webdev-yellow-light {
  color: #FFDE63
}

#webdev-section .webdev-image {
  position: relative;
  z-index: 0
}

#webdev-section .photobg.photobg-webdev {
  background-size: contain
}

#webdev-section .gallery-cell {
  background-color: #fff
}

.mockup.move-right .mockup-small-development {
  bottom: 200px;
  left: 100px;
  display: block;
  position: absolute;
  z-index: 20;
  max-width: 600px;
  -webkit-transition: .2s;
  transition: .2s
}

.mockup.move-right .mockup-small-development img {
  max-width: 400px
}

@media (max-width: 1268px) {
  .mockup.move-right .mockup-small-development {
    left: 0
  }
}

@media (max-width: 1024px) {
  .mockup.move-right .mockup-small-development {
    bottom: 100px
  }
}

@media (max-width: 650px) {
  .mockup.move-right .mockup-small-development {
    bottom: 50px
  }

  .mockup.move-right .mockup-small-development img {
    max-width: 200px
  }
}

.scrollto {
  margin-top: 2.5rem
}

.scrollto li {
  margin: .625rem 0;
  font-size: 1rem
}

.scrollto li a {
  color: #282f39;
  display: inline-block;
  position: relative;
  padding-left: 2.1875rem
}

.scrollto li a:before {
  position: absolute;
  top: 0;
  left: 2.1875rem;
  overflow: hidden;
  max-width: 0;
  color: #f95157;
  content: attr(data-link);
  -webkit-transition: max-width 0.35s;
  transition: max-width 0.35s;
  white-space: nowrap;
  background-color: #fff
}

.scrollto li a:after {
  content: "";
  width: .9375rem;
  height: .125rem;
  position: absolute;
  top: 50%;
  margin-top: -.125rem;
  left: 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  background-color: #f95157
}

.scrollto li a:hover:after {
  -webkit-animation-iteration-count: 1 !important;
  animation-iteration-count: 1 !important
}

.scrollto li a:hover:before {
  max-width: 100%
}

@media screen and (max-width: 63.99875em) {
  .scrollto li a {
    font-size: 1.125rem
  }
}

.scrollto li.onPink a:before {
  position: absolute;
  top: 0;
  left: 2.1875rem;
  overflow: hidden;
  max-width: 0;
  color: #fff;
  content: attr(data-link);
  -webkit-transition: max-width 0.35s;
  transition: max-width 0.35s;
  white-space: nowrap;
  background-color: #f95157
}

.scrollto li.onPink a:after {
  content: "";
  width: .9375rem;
  height: .125rem;
  position: absolute;
  top: 50%;
  margin-top: -.125rem;
  left: 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  background-color: #fff
}

.video-whatwedo {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  position: fixed !important;
  width: 100%;
  top: 0;
  left: 0
}

.mockup.move-right .mockup-small-design {
  bottom: 30px;
  left: -130px;
  display: block;
  position: absolute;
  z-index: 20;
  width: 31.25rem;
  -webkit-transition: .2s;
  transition: .2s
}

@media (max-width: 1460px) {
  .mockup.move-right .mockup-small-design {
    bottom: 60px
  }
}

@media (max-width: 1024px) {
  .mockup.move-right .mockup-small-design {
    bottom: -60px;
    left: -50px
  }
}

@media (max-width: 650px) {
  .mockup.move-right .mockup-small-design {
    bottom: -100px;
    left: -90px
  }

  .mockup.move-right .mockup-small-design img {
    max-width: 400px
  }
}

@media screen and (max-width: 650px) and (max-width: 39.99875em) {
  .mockup.move-right .mockup-small-design {
    display: none
  }
}

@media (max-width: 450px) {
  .mockup.move-right .mockup-small-design {
    bottom: -100px;
    left: -220px
  }

  .mockup.move-right .mockup-small-design img {
    max-width: 310px
  }
}

.js-tilt.mockup.move-right:hover .mockup-small-development,
.js-tilt.mockup.move-right:hover .mockup-small-design {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1)
}

.title-link {
  color: white
}

.title-link:hover,
.title-link:focus,
.title-link:visited {
  color: white
}

.section.audyt-page {
  min-height: calc(100vh - 100px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 70px 0 70px 0
}

@media screen and (max-width: 39.99875em) {
  .section.audyt-page {
    min-height: calc(80vh - 100px)
  }

  .section.audyt-page a.button.down-3,
  .section.audyt-page .contact-form-section a.down-3.form__button,
  .contact-form-section .section.audyt-page a.down-3.form__button {
    display: none
  }
}

.section.audyt-page img+a {
  display: none
}

@media screen and (max-width: 39.99875em) {
  .section.audyt-page img+a {
    display: block;
    margin-top: 30px
  }

  .section.audyt-page img+a span {
    width: 100%
  }
}

@media screen and (max-width: 39.99875em) {
  .section.section-padding-top h3 {
    font-size: 1.75rem;
    line-height: 2.375rem
  }
}

@media screen and (max-width: 39.99875em) {
  .section.section-padding-top .marketing-text-block *:not(.button):not(span) {
    text-align: left !important
  }
}

.section .page-template-page-audyt .section-padding-top+.trans picture img,
.section .page-template-page-audyt .section-padding-top+.trans picture img {
  position: relative;
  max-width: initial;
  width: calc(100% + 60px);
  left: -30px
}

@media screen and (max-width: 39.99875em) {
  .section-audyt-services h3 {
    font-size: 1.75rem;
    line-height: 2.375rem
  }
}

.section-audyt-services ul {
  margin-bottom: 0;
  color: #fff
}

.section-audyt-services ul li {
  position: relative;
  margin-bottom: 1.875rem;
  padding: 0 0 0 2.1875rem
}

.section-audyt-services ul li:before {
  content: "";
  width: .9375rem;
  height: .125rem;
  position: absolute;
  top: 50%;
  margin-top: -.125rem;
  left: 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  transform: rotate(35deg)
}

.section-audyt-services ul.audyt-list-blue li:before {
  background-color: #7e00ff
}

@media screen and (max-width: 63.99875em) {
  .section-audyt-services .sticky.is-anchored.is-at-bottom {
    position: static
  }

  .section-audyt-services .js-tilt.mockup.move-right {
    position: absolute;
    top: 0
  }
}

.section-audyt-details {
  padding-bottom: 0
}

.section-audyt-details .audyt-details-text {
  padding-right: 0
}

@media (min-width: 1336px) {
  .section-audyt-details .audyt-details-text {
    padding: 0
  }
}

.section-audyt-details .audyt-h3 {
  font-size: 2.25rem;
  line-height: 49px
}

@media screen and (max-width: 39.99875em) {
  .section-audyt-details .audyt-h3 {
    font-size: 1.75rem;
    line-height: 2.375rem
  }
}

@media (min-width: 1024px) and (max-width: 1336px) {
  .section-audyt-details .js-tilt.mockup.move-right {
    right: -100px
  }
}

@media screen and (max-width: 39.99875em) {
  .section-audyt-details .sticky-container {
    display: none !important
  }
}

@media screen and (max-width: 39.99875em) {
  .section.section-padding h3 {
    font-size: 1.75rem;
    line-height: 2.375rem
  }
}

.section .slide-down-btn {
  border: none;
  outline: none;
  color: #fff;
  background: transparent;
  font-size: 1rem;
  font-weight: bold;
  position: relative;
  padding-left: 1.875rem;
  margin: 1.25rem 0
}

.section .slide-down-btn:before {
  content: "";
  position: absolute;
  width: 1rem;
  height: .125rem;
  background: #f95157;
  top: .4375rem;
  left: 0
}

.section .audyt-details-listContainer {
  min-height: 12.5rem
}

@media screen and (max-width: 39.99875em) {
  .section .audyt-details-listContainer {
    min-height: 6.25rem
  }
}

.section .audyt-details-listContainer ul {
  display: none;
  margin-bottom: 0;
  color: #fff
}

.section .audyt-details-listContainer li {
  position: relative;
  margin-bottom: .625rem;
  padding: 0 0 0 2.5rem
}

.section .audyt-details-listContainer li:before {
  content: "";
  position: absolute;
  width: .625rem;
  height: .125rem;
  background: #fff;
  top: .6875rem;
  left: .9375rem
}

.section .audyt-details-listContainer li:last-child {
  margin-bottom: 0
}

.contact-form-section {
  padding: 6.25rem 0
}

@media screen and (max-width: 63.99875em) {
  .contact-form-section {
    padding: 5rem 0
  }
}

.contact-form-section .form-header-col {
  position: relative
}

.contact-form-section .form-header {
  margin-bottom: 3.75rem
}

@media (min-width: 1024px) and (max-width: 1292px) {
  .contact-form-section .form-header {
    font-size: 65px;
    line-height: 70px
  }
}

.contact-form-section .form-text {
  font-size: 1.125rem
}

.contact-form-section .form-mail {
  font-weight: bold;
  position: relative;
  cursor: pointer
}

.contact-form-section .form {
  max-width: 545px;
  margin-top: 3.75rem
}

.contact-form-section .form__col {
  width: 100%;
  text-align: left;
  position: relative;
  display: inline-block;
  margin-bottom: 2.5rem
}

.contact-form-section .form__col p {
  opacity: 0.8;
  color: #2E2F30;
  font-family: Poppins;
  font-size: 15px;
  font-weight: 600;
  line-height: 23px;
  margin-bottom: 20px
}

.contact-form-section .form__input {
  width: 100%;
  background-color: transparent;
  font-size: 1.125rem;
  color: #2E2F30;
  height: 2.5rem;
  border: none;
  border-bottom: 2px solid #D8D8D8;
  border-radius: 0px
}

.contact-form-section .form__input:focus {
  outline: none;
  border-color: #f95157
}

.contact-form-section .form__input:required {
  -webkit-box-shadow: none;
  box-shadow: none
}

.contact-form-section .form__input:focus+.form__label,
.contact-form-section .form__input:valid:not(.placeholder-focus-slide)+.form__label,
.contact-form-section .form__input.not-empty+.form__label {
  bottom: 105%;
  font-size: .8125rem
}

.contact-form-section .form__input--textarea {
  margin-top: 0;
  padding-top: 1.25rem
}

.contact-form-section .form__input--select {
  -webkit-appearance: none;
  -webkit-border-radius: 0px
}

.contact-form-section .form__input.warning {
  border-bottom-color: #f95157
}

.contact-form-section .form .select-label {
  position: relative;
  margin-bottom: 1.875rem;
  font-size: 1.125rem;
  display: block
}

.contact-form-section .form .select-label.select-label--selected {
  bottom: 105%;
  font-size: .8125rem
}

.contact-form-section .form__label {
  pointer-events: none;
  position: absolute;
  color: #2E2F30;
  left: 0;
  bottom: 42%;
  -webkit-transition: .5s;
  transition: .5s;
  font-size: 1.125rem
}

.contact-form-section .form__label--checkbox {
  position: relative;
  display: block;
  margin-bottom: 20px
}

.contact-form-section .form__label--checkbox input {
  position: absolute;
  top: 6px;
  left: 1px;
  display: inline-block;
  width: 10px;
  height: 10px
}

.contact-form-section .form__label--checkbox input:checked+span {
  color: #282f39
}

.contact-form-section .form__label--checkbox input:checked+span:after {
  opacity: 1 !important
}

.contact-form-section .form__label--checkbox span {
  display: inline-block;
  width: auto;
  color: rgba(46, 46, 48, 0.6);
  font-size: 16px;
  line-height: 25px;
  font-family: 'Poppins';
  margin-left: 25px;
  -webkit-transition: 300ms;
  transition: 300ms;
  width: calc(100% - 30px)
}

.contact-form-section .form__label--checkbox span:before {
  content: " ";
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 2px solid rgba(46, 46, 48, 0.3);
  border-radius: 4px;
  background: #f3f2f3;
  cursor: pointer
}

.contact-form-section .form__label--checkbox span:after {
  content: " ";
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTBweCIgaGVpZ2h0PSI4cHgiIHZpZXdCb3g9IjAgMCAxMCA4IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPCEtLSBHZW5lcmF0b3I6IFNrZXRjaCA1My4yICg3MjY0MykgLSBodHRwczovL3NrZXRjaGFwcC5jb20gLS0+CiAgICA8dGl0bGU+aWNvbiAvIGNoZWNrPC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+CiAgICAgICAgPHBhdGggZD0iTTEwLjc1NjQ2OTcsMS4wNzIzODc3IEw1LjU5OTEyMTA5LDYuNjQ3OTQ5MjIgQzUuNDk5MTIxMDksNi43NDc5NDkyMiA0LjY1LDcuNDczMzg4NjcgNC41LDcuNDczMzg4NjcgQzQuMzUsNy40NzMzODg2NyAzLjY1OTgxNDQ1LDYuNzQ3OTQ5MjIgMy41NTk4MTQ0NSw2LjY0Nzk0OTIyIEwxLjAzNzg0MTgsNC4yMTk0ODI0MiBDMC44Mzc4NDE3OTcsNC4wMTk0ODI0MiAxLjQ1LDMuMzUgMS42NSwzLjE1IEMxLjg1LDIuOTUgMi4xNSwyLjk1IDIuMzUsMy4xNSBMNC41LDUuMyBMOS42NSwwLjE1IEM5Ljg1LC0wLjA1IDEwLjE1LC0wLjA1IDEwLjM1LDAuMTUgQzEwLjU1LDAuMzUgMTAuOTU2NDY5NywwLjg3MjM4NzY5NSAxMC43NTY0Njk3LDEuMDcyMzg3NyBaIiBpZD0icGF0aC0xIj48L3BhdGg+CiAgICA8L2RlZnM+CiAgICA8ZyBpZD0ieHh4IiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iUExfT3ZlcmxheV9aYW1vd1d5Y2VuZV9BbHQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC02MTAuMDAwMDAwLCAtOTAwLjAwMDAwMCkiPgogICAgICAgICAgICA8ZyBpZD0iaWNvbi0vLWNoZWNrIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg2MDkuMDAwMDAwLCA5MDAuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8bWFzayBpZD0ibWFzay0yIiBmaWxsPSJ3aGl0ZSI+CiAgICAgICAgICAgICAgICAgICAgPHVzZSB4bGluazpocmVmPSIjcGF0aC0xIj48L3VzZT4KICAgICAgICAgICAgICAgIDwvbWFzaz4KICAgICAgICAgICAgICAgIDx1c2UgaWQ9Ik1hc2siIGZpbGw9IiNGRkZGRkYiIGZpbGwtcnVsZT0ibm9uemVybyIgeGxpbms6aHJlZj0iI3BhdGgtMSI+PC91c2U+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==");
  opacity: 0;
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 16px;
  height: 16px;
  border: 2px solid #F95157;
  color: #fff;
  border-radius: 4px;
  background-color: #F95157;
  cursor: pointer;
  z-index: 2;
  font-size: 12px;
  line-height: 11px;
  text-align: center;
  -webkit-transition: 300ms;
  transition: 300ms;
  background-size: 100% 100%;
  background-position: 50% 50%
}

.contact-form-section .form__button {
  margin: 2.1875rem 0 0;
  background: #f95157 !important;
  display: inline-block;
  padding: 1.0625rem 1.5625rem !important;
  font-weight: 900;
  letter-spacing: .0625rem;
  line-height: normal;
  color: #fefefe;
  font-size: 1.8em;
  border-radius: 3px;
}

.contact-form-section .form__button:hover {
  background: #7e00ff !important
}

.contact-form-section .form .select2-search {
  display: none
}

.contact-form-section .form .select2-container--default .select2-selection--multiple {
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #D8D8D8;
  border-radius: 0px;
  cursor: pointer
}

.contact-form-section .form .select2-selection--multiple:before {
  content: "";
  position: absolute;
  right: 7px;
  top: 42%;
  border-top: 5px solid #888;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent
}

.contact-form-section .copycloud-wrapper {
  position: relative;
  display: inline-block
}

.contact-form-section .form-copycloud {
  background-color: #000;
  width: 12.5rem;
  height: 3.5rem;
  margin: auto;
  text-align: left;
  padding: 20px;
  position: absolute;
  bottom: 80px;
  right: 0;
  z-index: 99999;
  bottom: 60px;
  right: -160px;
  display: none
}

.contact-form-section .form-copycloud:after {
  content: "";
  bottom: -10px;
  border-width: 15px 0 15px 15px;
  border-style: solid;
  border-color: transparent #000;
  display: block;
  position: absolute
}

@media (min-width: 1023px) and (max-width: 1074px) {
  .contact-form-section .form-copycloud {
    bottom: 100px;
    right: -150px
  }
}

@media (max-width: 1022px) {
  .contact-form-section .form-copycloud {
    bottom: 60px;
    right: -200px
  }
}

@media (max-width: 686px) {
  .contact-form-section .form-copycloud {
    right: 0
  }

  .contact-form-section .form-copycloud:after {
    right: 20px
  }
}

@media (max-width: 415px) {
  .contact-form-section .form-copycloud {
    bottom: 80px
  }
}

.contact-form-section .form-copycloud.visible-form {
  display: block
}

.contact-form-section .form-copycloud textarea {
  background: transparent;
  text-align: left;
  border: none;
  color: #e0cac0;
  font-weight: 400;
  resize: none;
  font-size: 0;
  outline: none;
  display: block;
  line-height: 1;
  padding: 2px;
  min-height: 1px
}

.contact-form-section .form-copycloud .copycloud-text {
  font-size: .75rem;
  font-weight: 400;
  padding-left: 2.5px;
  margin-right: auto;
  position: absolute;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  line-height: 10px
}

.contact-form-section .form-copycloud .copycloud-checkbox {
  margin-left: 5px;
  display: none
}

.contact-form-section .form-copycloud .copycloud-checkbox.visible-check {
  display: inline
}

.contact-form-section .form__col .wpcf7-form-control-wrap {
  display: block
}

.contact-form-section .wpcf7-list-item label {
  position: relative !important;
  display: block !important;
  margin-bottom: 20px
}

.contact-form-section .wpcf7-list-item input {
  width: 100%;
  background-color: transparent;
  font-size: 1.125rem;
  color: #2E2F30;
  height: 2.5rem;
  border: none;
  border-bottom: 2px solid #D8D8D8;
  border-radius: 0px;
  position: absolute;
  top: 6px;
  left: 1px;
  display: inline-block;
  width: 10px;
  height: 10px
}

.contact-form-section .wpcf7-list-item span {
  display: inline-block;
  width: auto;
  color: rgba(46, 46, 48, 0.6);
  font-size: 16px;
  line-height: 25px;
  font-family: 'Poppins';
  margin-left: 25px;
  -webkit-transition: 300ms;
  transition: 300ms;
  width: calc(100% - 30px)
}

.contact-form-section .checkbox-col>label {
  position: relative !important;
  display: block !important;
  margin-bottom: 20px
}

.contact-form-section .checkbox-col .wpcf7-list-item {
  margin-left: 0;
  width: 100%
}

.contact-form-section .checkbox-col .wpcf7-list-item label input {
  position: absolute;
  top: 6px;
  left: 1px;
  display: inline-block;
  width: 10px;
  height: 10px
}

.contact-form-section .checkbox-col .wpcf7-list-item label input:checked+span {
  color: #282f39
}

.contact-form-section .checkbox-col .wpcf7-list-item label input:checked+span:after {
  opacity: 1 !important
}

.contact-form-section .checkbox-col .wpcf7-list-item-label {
  width: 100%
}

.contact-form-section .checkbox-col .wpcf7-list-item-label:before {
  content: " ";
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 2px solid rgba(46, 46, 48, 0.3);
  border-radius: 4px;
  background: #f3f2f3;
  cursor: pointer
}

.contact-form-section .checkbox-col .wpcf7-list-item-label:after {
  content: " ";
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTBweCIgaGVpZ2h0PSI4cHgiIHZpZXdCb3g9IjAgMCAxMCA4IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPCEtLSBHZW5lcmF0b3I6IFNrZXRjaCA1My4yICg3MjY0MykgLSBodHRwczovL3NrZXRjaGFwcC5jb20gLS0+CiAgICA8dGl0bGU+aWNvbiAvIGNoZWNrPC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+CiAgICAgICAgPHBhdGggZD0iTTEwLjc1NjQ2OTcsMS4wNzIzODc3IEw1LjU5OTEyMTA5LDYuNjQ3OTQ5MjIgQzUuNDk5MTIxMDksNi43NDc5NDkyMiA0LjY1LDcuNDczMzg4NjcgNC41LDcuNDczMzg4NjcgQzQuMzUsNy40NzMzODg2NyAzLjY1OTgxNDQ1LDYuNzQ3OTQ5MjIgMy41NTk4MTQ0NSw2LjY0Nzk0OTIyIEwxLjAzNzg0MTgsNC4yMTk0ODI0MiBDMC44Mzc4NDE3OTcsNC4wMTk0ODI0MiAxLjQ1LDMuMzUgMS42NSwzLjE1IEMxLjg1LDIuOTUgMi4xNSwyLjk1IDIuMzUsMy4xNSBMNC41LDUuMyBMOS42NSwwLjE1IEM5Ljg1LC0wLjA1IDEwLjE1LC0wLjA1IDEwLjM1LDAuMTUgQzEwLjU1LDAuMzUgMTAuOTU2NDY5NywwLjg3MjM4NzY5NSAxMC43NTY0Njk3LDEuMDcyMzg3NyBaIiBpZD0icGF0aC0xIj48L3BhdGg+CiAgICA8L2RlZnM+CiAgICA8ZyBpZD0ieHh4IiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iUExfT3ZlcmxheV9aYW1vd1d5Y2VuZV9BbHQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC02MTAuMDAwMDAwLCAtOTAwLjAwMDAwMCkiPgogICAgICAgICAgICA8ZyBpZD0iaWNvbi0vLWNoZWNrIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg2MDkuMDAwMDAwLCA5MDAuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8bWFzayBpZD0ibWFzay0yIiBmaWxsPSJ3aGl0ZSI+CiAgICAgICAgICAgICAgICAgICAgPHVzZSB4bGluazpocmVmPSIjcGF0aC0xIj48L3VzZT4KICAgICAgICAgICAgICAgIDwvbWFzaz4KICAgICAgICAgICAgICAgIDx1c2UgaWQ9Ik1hc2siIGZpbGw9IiNGRkZGRkYiIGZpbGwtcnVsZT0ibm9uemVybyIgeGxpbms6aHJlZj0iI3BhdGgtMSI+PC91c2U+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==");
  opacity: 0;
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 16px;
  height: 16px;
  border: 2px solid #F95157;
  color: #fff;
  border-radius: 4px;
  background-color: #F95157;
  cursor: pointer;
  z-index: 2;
  font-size: 12px;
  line-height: 11px;
  text-align: center;
  -webkit-transition: 300ms;
  transition: 300ms;
  background-size: 100% 100%;
  background-position: 50% 50%
}

.contact-form-section .placeholder-focus-slide::-webkit-input-placeholder {
  color: transparent !important;
  opacity: 0 !important
}

.contact-form-section .placeholder-focus-slide:-moz-placeholder {
  color: transparent !important;
  opacity: 0 !important
}

.contact-form-section .placeholder-focus-slide::-moz-placeholder {
  color: transparent !important;
  opacity: 0 !important
}

.contact-form-section .placeholder-focus-slide:-ms-input-placeholder {
  color: transparent !important;
  opacity: 0 !important
}

.section-casestudy-immuno {
  padding-top: 5.625rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 110vh
}

.immuno-section-title {
  margin-bottom: 30px;
  font-size: 2.5rem
}

@media screen and (max-width: 39.99875em) {
  .immuno-section-title {
    line-height: 1
  }
}

.immuno-challenge__title {
  font-size: 3rem;
  margin-bottom: 30px
}

.immuno-challenge__mission-container {
  margin-top: 70px
}

.immuno-challenge__mission-container .immuno-text-container {
  padding-top: 70px;
  border-top: 1px solid #656cab
}

.immuno-challenge__mission {
  font-size: 2.5rem
}

@media screen and (max-width: 39.99875em) {
  .immuno-challenge__mission {
    font-size: 1.75rem;
    line-height: 2.375rem
  }
}

.immuno-challenge__img-container {
  padding: 300px 0 200px 0
}

@media screen and (max-width: 39.99875em) {
  .immuno-challenge__img-container {
    padding: 70px 0 60px 0
  }
}

.immuno-text-container {
  max-width: 670px;
  margin: 0 auto
}

.immuno-section-text ul {
  list-style-type: none;
  margin-left: 0
}

.immuno-section-text ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 12px;
  -webkit-transition: .3s;
  transition: .3s
}

.immuno-section-text ul li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 13px;
  -webkit-transform: translateY(-50%) rotate(0deg);
  -ms-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg);
  background-color: #f95157;
  width: 10px;
  height: 2px;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s
}

.immuno-section-text ul li:hover {
  padding-left: 32px
}

.immuno-section-text ul li:hover:before {
  -webkit-transform: translateY(-50%) translateX(12px);
  -ms-transform: translateY(-50%) translateX(12px);
  transform: translateY(-50%) translateX(12px)
}

.immuno-mockup {
  border-radius: 20px;
  position: relative;
  display: inline-block;
  padding: .9375rem .75rem;
  background: #111111;
  -webkit-box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.3)
}

.immuno-mockup video {
  width: 100%;
  height: auto
}

.immuno-company {
  padding: 120px 0 70px 0
}

@media screen and (max-width: 39.99875em) {
  .immuno-company {
    padding: 60px 0
  }
}

.immuno-company h1 {
  margin-bottom: 30px
}

.immuno-company__video-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 150px 0
}

@media screen and (max-width: 39.99875em) {
  .immuno-company__video-container {
    margin: 40px 0
  }
}

.immuno-company__about-text {
  max-width: 663px
}

.immuno-company .immuno-mockup {
  max-width: 100%;
  width: 100%
}

.immuno-company .immuno-dot {
  color: #f18b8b;
  font-size: 70px
}

.immuno-company__info-label {
  font-weight: bold;
  margin-bottom: 0
}

.immuno-slider {
  margin: 60px 0 100px 0
}

@media screen and (max-width: 39.99875em) {
  .immuno-slider {
    margin: 20px 0 40px 0
  }
}

.immuno-solutions__gallery-row {
  margin-top: 110px;
  margin-bottom: 110px
}

@media screen and (max-width: 39.99875em) {
  .immuno-solutions__gallery-row {
    margin-top: 40px;
    margin-bottom: 40px
  }
}

.immuno-solutions__gallery-item {
  margin-bottom: 60px
}

.immuno-solutions__headline {
  color: #f95157;
  font-size: 3rem;
  margin-bottom: 80px
}

.casestudy-template-page-immuno-case .animation {
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform
}


body.white.page-template-page-whatwedo li a:after {
  background-color: #f95157 !important
}

body.white .change-color {
  color: #282f39 !important
}

body.white .change-color a {
  color: #282f39 !important
}

body.white .change-color.grey-color {
  color: rgba(46, 46, 48, 0.4) !important
}

body.white .change-color.grey-color a {
  color: rgba(46, 46, 48, 0.4) !important
}

body.white .change-color.white-color {
  color: #282f39 !important
}

body.white .change-color.white-color a {
  color: #282f39 !important
}

body.white .change-color.hover-secondary-color:hover,
body.white .change-color.hover-secondary-color a:hover {
  color: #f95157 !important
}

body.white a.secondary-color.btn-change-color span,
body.white .contact-form-section a.btn-change-color.form__button span,
.contact-form-section body.white a.btn-change-color.form__button span,
body.white a.secondary-white-color.btn-change-color span {
  background-color: #f95157 !important;
  color: #ffffff !important
}

body.blue.page-template-page-dosingle .marketing-text-block li:before,
body.blue.page-template-page-dosingle .marketing-sticky li:before {
  background-color: #f95157
}

body.blue.page-template-page-audyt li:before {
  background-color: #f95157 !important
}

body.blue.page-template-page-audyt .audyt-details-list:before {
  background-color: #f95157 !important
}

body.pink.page-template-page-whatwedo li a:after {
  background-color: #fff !important
}

body.pink.page-template-page-dosingle .marketing-text-block li:before,
body.pink.page-template-page-dosingle .marketing-sticky li:before {
  background-color: #7e00ff !important
}

body.pink a.secondary-color.btn-change-color span,
body.pink .contact-form-section a.btn-change-color.form__button span,
.contact-form-section body.pink a.btn-change-color.form__button span,
body.pink a.secondary-white-color.btn-change-color span {
  background-color: #7e00ff !important;
  color: #ffffff !important
}

body.pink.page-template-page-audyt li:before {
  background-color: #7e00ff !important
}

body.pink.page-template-page-audyt .audyt-details-list:before {
  background-color: #7e00ff !important
}

.box-container {
  padding: 0 20px;
  max-width: 1080px;
  margin: auto;
}

.a-text {
  font-size: 1.6em;
}

.brands-heighted-text {
  font-size: 3.25em;
  line-height: 1.26;
  font-weight: 900;
}

.brands-heighted-text-bg {
  position: absolute;
  transform: scale(1.6);
  top: 0;
  right: 0;
  opacity: .1;
  z-index: -1;;
}

.offerings {
  background-color: #f5f5f5;
}

.about-list {
  list-style: none;
  font-size: 2.1em;
  line-height: 1.67;
  margin: 0;
}

.about-list li {
  margin-bottom: 30px;
  background: url('../img/one.svg') no-repeat left top;
  padding: 0 0 0 100px;
  background-size: 58px auto;
}

.about-list li.two {
  background-image: url('../img/two.svg');
}
.about-list li.three {
  background-image: url('../img/three.svg');
}
.about-list li.four {
  background-image: url('../img/four.svg');
}
.about-list li.five {
  background-image: url('../img/five.svg');
}

.aboutus-headline {
  padding-left: 100px;
  margin-bottom: 40px;
}
.ourofferings__desc {
  font-size: 2.1em;
}
.peace {
  background: url('../img/peace-bg.jpg') no-repeat center 100%;
  background-size: cover;
}
.peace-desc {
  font-size: 1.6em;
  line-height: 1.5;
  color: #fff;
}
.peace-title {
  font-size: 2.1em;
  line-height: 1.5;
  color: #b0e013;
  font-weight: 900;
  margin-bottom: 20px;
}
.peace-title.text-white {
  color: #ffffff;
  margin-bottom: 20px;
  font-size: 1.6em;
}
.peace-title.normal {
  color: #ffffff;
  font-weight: 400;
  margin: 0;
  font-size: 1.6em;
}
.rotate-image {
  width: 80%;
  position: relative;
  margin: 0 auto 50px;

}
.black-img {
  width: 100%;
}

.green-img {
  width: 80%;
  position: absolute;
  left: 10%;
  top: 10%;
}

.center-img {
  width: 60%;
  position: absolute;
  left: 20%;
  top: 20%;
}
.blue-bg {
  background: #7e00ff;
}
#footer.secondary-color-bg {
  background-color: #282f39; 
}
.background-off {
  display: flex;
}
.background-off .tilt-animation {
  background: url('../img/offering.jpg') no-repeat left top;
  background-size: 100%;
  border-radius: 5px;
}
.our-offer-list {
  padding: 20px 25px 0;
}
.our-offer-list .aboutus-headline {
  color: #fff;
  padding-left: 15px;
  font-size: 22px;
}
.our-offer-list ul {
  margin: 0;
  padding: 0 0 0 15px;
}
.our-offer-list ul li {
  color: #fb3056;
  font-size: 1.5em;
  line-height: 1.42;
  margin: 0 0 25px;
  padding: 0 0 0 10px;
}
.our-offer-list ul li span {
  color: #fff;;
}
.footer-sep {
  border-bottom: 1px solid #424953;
  padding: 20px 0;
}
.social {
  margin: .9375rem 0;
}
.social a {
  margin: 0 20px 0 0;
}
.social a img {
  height: 20px;
}
.rect {
  height: 30px;
}
.scrollup {
  position: fixed;
  right: 20px;
  bottom: 20px;
  display: none;
  width: 40px;
  height: 40px;
  z-index: 10;
}
.name {
  font-size: 21px;
  margin: 10px 0 0 45px;
}
.name span {
  display: block;
}
.name .two {
  color: #767676;
}
.header-column {
  z-index: 9;
  position: relative;
}
.reverse-it {
  flex-direction: column-reverse !important;
}
@media screen and (min-width: 1024px) {
  .reverse-it {
    flex-direction: row !important;
  }
  .box-container {
    padding: 0;
  }
  .a-text {
    font-size: 2.5em;
  }
  .brands-heighted-text {
    font-size: 5.25em;
  }

  .home-portfolio-title {
    font-size: 8.25em !important;
    line-height: 1.5;
  }
  #footer.secondary-color-bg {
    padding: 0;
  }
  .peace-title {
    margin-bottom: 70px;
  }
  .footer-sep {
    padding: 50px 0;
  }
  .peace-desc {
    font-size: 3.1em;
    line-height: 1.5;
    color: #fff;
  }
  .peace-title {
    font-size: 4.1em;
    line-height: 1.5;
  }
  .peace-title.text-white {
    font-size: 3.1em;
  }
  .peace-title.normal {
    font-size: 3.1em;
  }
  .our-offer-list {
    padding: 50px 45px 0;
  }
  .our-offer-list .aboutus-headline {
    padding-left: 30px;
    font-size: 46px;
  }
  .our-offer-list ul {
    padding: 0 0 0 30px;
  }
  .our-offer-list ul li {
    font-size: 2.6em;
    margin: 0 0 25px;
    padding: 0 0 0 10px;
  }
  .scrollup {
    right: 50px;
    bottom: 50px;
    width: 70px;
    height: 70px;
  }
}